2007-08-10 [wwp] 2.10.0cvs111
[claws.git] / ChangeLog
1 2007-08-10 [wwp]        2.10.0cvs111
2
3         * src/msgcache.c
4                 fix unpredictable crashes in Windows due to broken
5                 cache/mark/tags files writting (file were opened for
6                 writing in text mode).
7
8         * src/recv.c
9                 use gettimeofday() from w32lib.h on Windows.
10
11 2007-08-10 [colin]      2.10.0cvs110
12
13         * src/imap.c
14         * src/etpan/imap-thread.c
15         * src/etpan/imap-thread.h
16                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
17
18 2007-08-09 [colin]      2.10.0cvs109
19
20         * src/editldap.c
21                 Fix port being reset to 636 on SSL
22         * src/folder.c
23                 Fix folder_item_get_msg_num_by_file
24                 on drafts/queue folders
25
26 2007-08-09 [wwp]        2.10.0cvs108
27
28         * src/folder.c
29                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
30                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
31
32
33 2007-08-09 [colin]      2.10.0cvs107
34
35         * src/folderview.c
36         * src/summaryview.c
37         * src/gtk/prefswindow.c
38                 A few Maemo layout fixes
39
40 2007-08-09 [paul]       2.10.0cvs106
41
42         * src/prefs_account.c
43                 remove the hyphen from plug-ins to
44                 match everywhere else
45
46 2007-08-08 [wwp]        2.10.0cvs105
47
48         * src/prefs_folder_item.c
49                 Fix an extraneous stealth ^L char.
50
51 2007-08-08 [wwp]        2.10.0cvs104
52
53         * src/prefs_folder_item.c
54                 Better fix, group variables declarations (USE_ASPELL).
55
56 2007-08-08 [wwp]        2.10.0cvs103
57
58         * src/prefs_folder_item.c
59                 Fix compilation w/ USE_ASPELL set (broken
60                 by 2.10.0cvs102).
61
62 2007-08-08 [ticho]      2.10.0cvs102
63
64         * src/prefs_folder_item.c
65                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
66
67 2007-08-08 [colin]      2.10.0cvs101
68
69         * src/imap.c
70         * src/etpan/imap-thread.c
71         * src/etpan/imap-thread.h
72                 Close selected mailbox before doing
73                 status on it.
74
75 2007-08-08 [colin]      2.10.0cvs100
76
77         * src/html.c
78                 Complete symbol table, thanks to wwp.
79                 Fixes bug 1284, 'The html -> text 
80                 converter ignores entities'
81         * src/msgcache.c
82                 Fix possible fd leak
83
84 2007-08-08 [colin]      2.10.0cvs99
85
86         * src/imap.c
87                 Better way to fetch UIDs on non-UIDPLUS servers
88
89 2007-08-07 [colin]      2.10.0cvs98
90
91         * src/imap.c
92                 fix bug 1275, 'auto-saved draft messages not 
93                 always being removed'; Also, make multiple
94                 copy (in the same account) faster by matching
95                 source/destination message UIDs.
96         * src/messageview.c
97                 Don't try to reshow deleted mail
98         * src/msgcache.c
99                 Fix leak on error path
100
101 2007-08-07 [wwp]        2.10.0cvs97
102
103         * manual/account.xml
104         * manual/advanced.xml
105         * manual/fr/account.xml
106         * manual/fr/advanced.xml
107                 Updated the reference manual and the French translation to
108                 reflect 2.10.0cvs84: enable running folder Processing
109                 rules on demand.
110
111 2007-08-06 [wwp]        2.10.0cvs96
112
113         * src/prefs_common.c
114         * src/prefs_common.h
115         * src/textview.c
116                 Allow changing the emphasis color used to highlight
117                 the newsreader/x-mailer header value when it matches
118                 our preferred mail agent (hidden pref 'emphasis_col' added
119                 to clawsrc).
120
121 2007-08-06 [colin]      2.10.0cvs95
122
123         * src/compose.c
124         * src/compose.h
125                 Re-commit 2.10.0cvs86, with a protection
126                 against Pango bug. Also, try to fix 
127                 bug 1275, 'auto-saved draft messages not 
128                 always being removed'
129
130 2007-08-06 [wwp]        2.10.0cvs94
131
132         * src/gtk/quicksearch.c
133                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
134
135 2007-08-06 [ticho]      2.10.0cvs93
136
137         * src/prefs_account.c
138         * src/gtk/combobox.c
139                 Use GtkComboBox instead of GtkOptionMenu for privacy system
140                 selection in account preferences.
141
142 2007-08-06 [wwp]        2.10.0cvs92
143
144         * src/plugins/pgpcore/plugin.def
145                 Apply one more chunk from gpg4win's 03-w32-port patch.
146
147 2007-08-05 [colin]      2.10.0cvs91
148
149         * src/compose.c
150         * src/compose.h
151                 reverting buggy patch for now
152
153 2007-08-05 [colin]      2.10.0cvs90
154
155         * src/folder.c
156                 Fix slowdown
157
158 2007-08-04 [colin]      2.10.0cvs89
159
160         * src/prefs_summaries.c
161         * src/summary_search.c
162                 Replace deprecated widgets. Patch by
163                 Andrej.
164
165 2007-08-04 [colin]      2.10.0cvs88
166
167         * src/mh.c
168                 Refresh GUI only every 2000 mails on mh_get_last_num
169                 This is fast (readdir) and done only once per 
170                 session/folder
171
172 2007-08-03 [colin]      2.10.0cvs87
173
174         * src/prefs_account.c
175         * src/gtk/combobox.h
176         * src/gtk/gtkutils.c
177                 Fix a deprecated widget. Patch by
178                 Andrej
179
180 2007-08-03 [colin]      2.10.0cvs86
181
182         * src/compose.c
183         * src/compose.h
184                 Make colorisation and wrapping algorithms
185                 faster. Fixes bug 1246, 'compose becomes 
186                 increasingly slow replying to complex emails'
187
188 2007-08-03 [paul]       2.10.0cvs85
189
190         * src/mh.c
191                 keep the window painted
192
193 2007-08-02 [paul]       2.10.0cvs84
194
195         * src/folderview.c
196         * src/mainwindow.c
197         * src/mainwindow.h
198                 enable running folder Processing
199                 rules on demand
200
201 2007-08-02 [paul]       2.10.0cvs83
202
203         * src/textview.c
204                 speed up/clean up rendering of larger
205                 msgs
206                 Thanks to Colin
207
208 2007-08-01 [paul]       2.10.0cvs82
209
210         * src/mainwindow.h
211                 clean up cruft
212         * src/toolbar.c
213                 change default toolbar layout on maemo
214         * src/pixmaps/close.xpm
215                 make the red cross a grey cross
216         * src/pixmaps/jpilot.xpm
217                 make icon smaller so it fits better
218
219 2007-07-31 [paul]       2.10.0cvs81
220
221         * src/setup.c
222         * src/gtk/gtkutils.c
223                 fix crash on maemo on first launch
224
225 2007-07-30 [paul]       2.10.0cvs80
226
227         * src/prefs_matcher.c
228                 specify the units of age and size
229
230 2007-07-30 [paul]       2.10.0cvs79
231
232         * src/main.c
233                 Fix IMAP timeout setting
234
235 2007-07-30 [colin]      2.10.0cvs78
236
237         * src/prefs_account.c
238                 Fix a deprecated widget. Patch by
239                 Andrej
240
241 2007-07-27 [paul]       2.10.0cvs77
242
243         * src/matcher_parser_parse.y
244         * src/prefs_filtering_action.c
245         * src/prefs_matcher.c
246                 these changes forgotten in cvs74's
247                 'watch thread' feature
248
249 2007-07-27 [paul]       2.10.0cvs76
250
251         * src/compose.c
252                 fix potential crasher
253                 thanks to Colin
254
255 2007-07-27 [paul]       2.10.0cvs75
256
257         * src/mainwindow.c
258         * src/manual.c
259         * src/manual.h
260         * src/gtk/gtkutils.c
261                 make mainwindow's /Help/Manual point to the
262                 remote copy if the local copy doesn't exist
263
264 2007-07-27 [paul]       2.10.0cvs74
265
266         * src/Makefile.am
267         * src/filtering.c
268         * src/folder.c
269         * src/mainwindow.c
270         * src/matcher.c
271         * src/matcher.h
272         * src/matcher_parser_parse.y
273         * src/procmsg.c
274         * src/procmsg.h
275         * src/stock_pixmap.c
276         * src/stock_pixmap.h
277         * src/summaryview.c
278         * src/summaryview.h
279         * src/toolbar.c
280         * src/toolbar.h
281         * src/pixmaps/watchthread.xpm
282                 add 'watch thread' feature
283
284 2007-07-27 [paul]       2.10.0cvs73
285
286         * src/prefs_folder_item.c
287                 adjust labels, add tooltips
288
289 2007-07-27 [colin]      2.10.0cvs72
290
291         * src/summaryview.c
292                 Maemo: Remove less used menu items
293
294 2007-07-26 [colin]      2.10.0cvs71
295
296         * src/messageview.c
297                 Maemo: destroy messageview after trashing mail.
298                 Maybe should be done on X11 too
299
300 2007-07-26 [colin]      2.10.0cvs70
301
302         * src/folderview.c
303         * src/mainwindow.c
304         * src/prefs_common.c
305         * src/prefs_common.h
306         * src/summaryview.c
307                 Add View/Show or Hide/Column headers
308
309 2007-07-26 [colin]      2.10.0cvs69
310
311         * src/procmime.c
312                 Fix unwanted output
313
314 2007-07-26 [colin]      2.10.0cvs68
315
316         * src/ldapserver.c
317                 Fix possible crash on cache invalidation
318         * src/compose.c
319         * src/procmime.c
320         * src/procmime.h
321         * src/quote_fmt_parse.y
322                 Make replying to mails with big attachments
323                 much faster. Fixes bug 1224, 'The process of 
324                 Replying to emails with large attachments 
325                 seems unreasonably long...'
326
327 2007-07-26 [colin]      2.10.0cvs67
328
329         * src/mimeview.c
330         * src/matcher.c
331         * src/common/ssl.c
332                 Fix threads use on BSDs
333
334 2007-07-26 [paul]       2.10.0cvs66
335
336         * src/gtk/prefswindow.c
337                 fix account prefs breakage
338                 thanks to Colin
339
340 2007-07-26 [paul]       2.10.0cvs65
341
342         * configure.ac
343                 standardise ./configure --help messages
344
345 2007-07-26 [colin]      2.10.0cvs64
346
347         * src/addressbook.c
348         * src/editaddress.c
349                 Fix two vCard-related crashes
350
351 2007-07-25 [colin]      2.10.0cvs63
352
353         * src/inc.c
354         * src/prefs_common.c
355         * src/prefs_common.h
356         * src/prefs_receive.c
357                 Maemo: Add a better way to notify of
358                 new mails
359         * src/mainwindow.c
360         * src/statusbar.h
361         * src/summaryview.c
362         * src/toolbar.c
363                 Maemo: Various layout fixes
364         * src/gtk/prefswindow.c
365                 Maemo: Better prefs layout
366
367 2007-07-25 [paul]       2.10.0cvs62
368
369         * src/textview.c
370                 fix the layout on maemo
371                 thanks to Colin
372
373 2007-07-25 [iwkse]      2.10.0cvs61
374
375         * src/summaryview.c
376                 add 'o' shortcut on summaryview
377
378 2007-07-25 [iwkse]      2.10.0cvs60
379
380         * src/textview.c
381                 fix o shortcut
382
383 2007-07-24 [colin]      2.10.0cvs59
384
385         * src/mh.c
386                 Fix missing timestamp update on source
387                 folder when moving
388         * src/textview.c
389         * src/textview.h
390                 Better text layout on part's choices
391
392 2007-07-23 [colin]      2.10.0cvs58
393
394         * src/mimeview.c
395         * src/textview.c
396                 Maemo: Automatically choose the correct application
397                 to open parts
398         * src/gtk/quicksearch.c
399                 Make search run on GDK_KP_Enter too
400
401 2007-07-23 [wwp]        2.10.0cvs57
402
403         * src/quote_fmt_lex.l
404                 Revert accidentaly committed lines (account_sig) in
405                 2.10.0cvs56.
406
407 2007-07-23 [wwp]        2.10.0cvs56
408
409         * src/quote_fmt_lex.l
410                 Fix typos around long form expressions in the quote lexer.
411
412 2007-07-23 [paul]
413
414         3.0.0-rc1 released
415
416 2007-07-23 [colin]      2.10.0cvs55
417
418         * src/addr_compl.c
419                 Fix auto-completion on Maemo
420
421 2007-07-23 [colin]      2.10.0cvs54
422
423         * src/statusbar.c
424                 Maemo: Fix sticking statusbars
425
426 2007-07-22 [colin]      2.10.0cvs53
427
428         * src/main.c
429                 Maemo: Fix the strange "top_application" info
430                 at startup. We should do something when 
431                 receiving such a message.
432
433 2007-07-20 [paul]       2.10.0cvs52
434
435         * src/news_gtk.c
436                 add missing #include "statusbar.h"
437
438 2007-07-20 [colin]      2.10.0cvs51
439
440         * src/folder.c
441         * src/folder.h
442         * src/folder_item_prefs.c
443         * src/folder_item_prefs.h
444         * src/folderview.c
445         * src/imap.c
446         * src/imap_gtk.c
447         * src/imap_gtk.h
448         * src/news.c
449         * src/news_gtk.c
450         * src/news_gtk.h
451         * src/prefs_folder_item.c
452                 Implement age-based caching: allow to
453                 specify a threshold for the offline synchronisation
454                 feature, and whether old cached bodies should 
455                 be removed
456         * src/toolbar.c
457         * src/toolbar.h
458                 Fix label/tooltips
459         * src/plugins/dillo_viewer/dillo_viewer.c
460                 Check that Dillo's installed
461
462 2007-07-20 [wwp]        2.10.0cvs50
463
464         * src/mimeview.c
465         * src/stock_pixmap.c
466                 Draw a frame around the selected mimeview part icon (instead of the
467                 shifted 'dancing' icon).
468
469 2007-07-20 [colin]      2.10.0cvs49
470
471         * src/main.c
472                 Unref stuff even on error
473         * src/wizard.c
474                 disconnect signals only at the very
475                 end of the wizard save.
476
477 2007-07-20 [colin]      2.10.0cvs48
478
479         * src/mainwindow.c
480         * src/messageview.c
481         * src/toolbar.c
482         * src/toolbar.h
483                 Fix random crashes while navigating
484                 (GTK_EVENTS_FLUSH)
485
486 2007-07-19 [colin]      2.10.0cvs47
487
488         * configure.ac
489         * src/main.c
490         * src/prefs_common.c
491         * src/prefs_common.h
492         * src/wizard.c
493         * src/common/defs.h
494         * src/common/utils.c
495                 Maemo: add an easy way to store data (mails
496                 and IMAP/NNTP caches) on one of the SD cards,
497                 and protect against unmounts if needed
498
499 2007-07-19 [paul]       2.10.0cvs46
500
501         * src/Makefile.am
502         * src/stock_pixmap.c
503         * src/gtk/about.c
504         * src/pixmaps/claws-mail_logo-small.xpm
505                 implement a (slightly) different About
506                 dialog for maemo and add a small version
507                 of the logo for it
508         * src/wizard.c
509                 use a scrolled window for wizard page 1
510                 on maemo
511
512 2007-07-19 [paul]       2.10.0cvs45
513
514         * src/Makefile.am
515                 too soon for this line
516
517 2007-07-19 [paul]       2.10.0cvs44
518
519         * src/Makefile.am
520                 fix build on n800
521
522 2007-07-19 [colin]      2.10.0cvs43
523
524         * src/wizard.c
525                 Solve Mail/Mailbox name when specifying
526                 full /path/to/Mail.
527
528 2007-07-18 [colin]      2.10.0cvs42
529
530         * src/inc.c
531         * configure.ac
532                 Fix build on n770
533
534 2007-07-18 [colin]      2.10.0cvs41
535
536         * src/inc.c
537                 Maemo: plug the online/offline system into
538                 maemo's interfaces to have Claws automatically
539                 switch according to the system status
540         * src/statusbar.c
541                 Maemo: use HildonBanners to display status
542                 messages. Renders the main statusbar useless.
543
544 2007-07-18 [paul]       2.10.0cvs40
545
546         * src/filtering.c
547                 fix screen blanking on moving/copying many msgs
548         * src/folder.c
549                 fix processing progressbar and screen blanking
550                 during processing
551
552 2007-07-18 [paul]       2.10.0cvs39
553
554         * src/messageview.c
555                 revert cvs37, breakage on maemo
556
557 2007-07-18 [paul]       2.10.0cvs38
558
559         * src/gtk/gtkutils.c
560                 make sure we can still build with older GTK's
561
562 2007-07-18 [colin]      2.10.0cvs37
563
564         * src/messageview.c
565                 Only hide the small layout's messageview, instead
566                 of destroying it when closing
567         * src/gtk/gtkutils.c
568                 Use gtk_window_present_with_time to popup windows,
569                 it seems to make things better with modern WMs
570                 (actually focusing)
571
572 2007-07-17 [colin]      2.10.0cvs36
573
574         * src/editaddress.c
575                 Simplify layout on Maemo
576         * src/folder.c
577                 Fix possible crash
578         * src/prefs_display_header.c
579                 Remove some headers by default on Maemo
580
581 2007-07-17 [paul]       2.10.0cvs35
582
583         * src/prefs_common.c
584         * src/prefs_common.h
585         * src/prefs_logging.c
586         * src/common/log.c
587                 add options to stop/enable writing logs to disc
588
589 2007-07-17 [paul]       2.10.0cvs34
590
591         * src/edittags.c
592                 fix some issues with the Apply tags window:
593                 - set search column (enables autocompl in the treeview)
594                 - apply tag from "New tag" if it existed
595                 - clears New tag entry when adding it with the button
596                 Thanks to Colin
597
598 2007-07-17 [paul]       2.10.0cvs33
599
600         * src/edittags.c
601                 fix 'apply tags' dialogue weirdness
602
603 2007-07-16 [colin]      2.10.0cvs32
604
605         * src/toolbar.c
606                 Fix double-loading of mails on Maemo
607
608 2007-07-16 [colin]      2.10.0cvs31
609
610         * src/messageview.c
611                 Prevent double-loading of the same part under some
612                 conditions; hide statusbar on Maemo
613
614 2007-07-16 [colin]      2.10.0cvs30
615
616         * src/edittags.c
617         * src/edittags.h
618         * src/mainwindow.c
619         * src/summaryview.c
620                 Improve the tag interface - allow
621                 to set/unset tags from a special
622                 window.
623         * src/gtk/gtkvscrollbutton.c
624         * src/mimeview.c
625         * src/mimeview.h
626         * src/stock_pixmap.c
627                 Fix Mimeview's ugly hacks in the
628                 icon list. 
629
630 2007-07-16 [paul]       2.10.0cvs29
631
632         * src/wizard.c
633                 rework dialog
634         * src/gtk/icon_legend.c
635                 put it all in a scrolled window
636
637 2007-07-15 [colin]      2.10.0cvs28
638
639         * src/mainwindow.c
640                 Maemo: force layout to be Small screen; the
641                 others don't make sense
642
643 2007-07-14 [colin]      2.10.0cvs27
644
645         * src/mimeview.c
646         * src/gtk/gtkvscrollbutton.c
647                 Maemo: Fix mimeview's buttons size
648
649 2007-07-14 [colin]      2.10.0cvs26
650
651         * src/toolbar.c
652                 Fix the button workaround fix.
653                 (Use the correct variable)
654
655 2007-07-14 [colin]      2.10.0cvs25
656
657         * src/mainwindow.c
658         * src/toolbar.c
659                 Maemo: put the progress bar in the
660                 toolbar
661
662 2007-07-14 [colin]      2.10.0cvs24
663
664         * src/prefs_common.c
665                 Maemo: hide statusbar by default
666         * src/Makefile.am
667         * src/stock_pixmap.c
668         * src/stock_pixmap.h
669         * src/toolbar.c
670         * src/pixmaps/go_folders.xpm
671                 Maemo: Add a specific icon to go back to
672                 folder list
673
674 2007-07-14 [colin]      2.10.0cvs23
675
676         * src/toolbar.c
677                 Don't set homogeneous finally
678
679 2007-07-14 [colin]      2.10.0cvs22
680
681         * src/toolbar.c
682                 Fix button show/hide issues
683
684 2007-07-14 [colin]      2.10.0cvs21
685
686         * src/toolbar.c
687                 Fix huge arrows
688                 Fix button workaround to be able to click
689                 if mouse was on button when it went un-
690                 sensitive.
691                 Revert previous commit, gtk_tool_item_set_homogeneous
692                 doesn't mean what it seems to mean ;-)
693
694 2007-07-14 [paul]       2.10.0cvs20
695
696         * src/toolbar.c
697                 make homogeneous FALSE always
698
699 2007-07-13 [colin]      2.10.0cvs19
700
701         * src/toolbar.c
702         * src/toolbar.h
703                 Rework to fit the non-deprecated API
704         * src/compose.c
705         * src/folderview.c
706         * src/mainwindow.c
707         * src/messageview.c
708         * src/summaryview.c
709                 Maemo layout changes. Better toolbars,
710                 removal of CTree headers. 
711
712 2007-07-13 [paul]       2.10.0cvs18
713
714         * src/gtk/colorlabel.c
715                 fix bug 1261, '[DE] coloring messages in overview 
716                 keys are not localised'
717                 the string is now included in claws-mail.pot
718
719 2007-07-13 [colin]      2.10.0cvs17
720
721         * src/summaryview.c
722                 Fix bug 1267, 'printing mutliple messages 
723                 opens one message-dialog after the other'
724                 Ask for confirmation when printing 10
725                 messages or more.
726
727 2007-07-11 [colin]      2.10.0cvs16
728
729         * COPYING
730         * README
731         * autogen.sh
732         * manual/claws-mail-manual.xml
733         * manual/gpl.xml
734         * manual/es/claws-mail-manual.xml
735         * manual/es/gpl.xml
736         * manual/fr/claws-mail-manual.xml
737         * manual/fr/gpl.xml
738         * manual/pl/gpl.xml
739         * src/account.c
740         * src/account.h
741         * src/action.c
742         * src/action.h
743         * src/adbookbase.h
744         * src/addr_compl.c
745         * src/addr_compl.h
746         * src/addrbook.c
747         * src/addrbook.h
748         * src/addrcache.c
749         * src/addrcache.h
750         * src/addrcindex.c
751         * src/addrcindex.h
752         * src/addrclip.c
753         * src/addrclip.h
754         * src/addrdefs.h
755         * src/addressadd.c
756         * src/addressadd.h
757         * src/addressbook.c
758         * src/addressbook.h
759         * src/addressbook_foldersel.c
760         * src/addressbook_foldersel.h
761         * src/addressitem.h
762         * src/addrgather.c
763         * src/addrgather.h
764         * src/addrharvest.c
765         * src/addrharvest.h
766         * src/addrindex.c
767         * src/addrindex.h
768         * src/addritem.c
769         * src/addritem.h
770         * src/addrquery.c
771         * src/addrquery.h
772         * src/addrselect.c
773         * src/addrselect.h
774         * src/alertpanel.c
775         * src/alertpanel.h
776         * src/browseldap.c
777         * src/browseldap.h
778         * src/codeconv.c
779         * src/codeconv.h
780         * src/compose.c
781         * src/compose.h
782         * src/crash.c
783         * src/crash.h
784         * src/customheader.c
785         * src/customheader.h
786         * src/displayheader.c
787         * src/displayheader.h
788         * src/editaddress.c
789         * src/editaddress.h
790         * src/editaddress_other_attributes_ldap.c
791         * src/editaddress_other_attributes_ldap.h
792         * src/editbook.c
793         * src/editbook.h
794         * src/editgroup.c
795         * src/editgroup.h
796         * src/editjpilot.c
797         * src/editjpilot.h
798         * src/editldap.c
799         * src/editldap.h
800         * src/editldap_basedn.c
801         * src/editldap_basedn.h
802         * src/edittags.c
803         * src/edittags.h
804         * src/editvcard.c
805         * src/editvcard.h
806         * src/enriched.c
807         * src/enriched.h
808         * src/exphtmldlg.c
809         * src/exphtmldlg.h
810         * src/expldifdlg.c
811         * src/expldifdlg.h
812         * src/export.c
813         * src/export.h
814         * src/exporthtml.c
815         * src/exporthtml.h
816         * src/exportldif.c
817         * src/exportldif.h
818         * src/filtering.c
819         * src/filtering.h
820         * src/folder.c
821         * src/folder.h
822         * src/folder_item_prefs.c
823         * src/folder_item_prefs.h
824         * src/foldersel.c
825         * src/foldersel.h
826         * src/folderutils.c
827         * src/folderutils.h
828         * src/folderview.c
829         * src/folderview.h
830         * src/gedit-print.c
831         * src/gedit-print.h
832         * src/grouplistdialog.c
833         * src/grouplistdialog.h
834         * src/headerview.c
835         * src/headerview.h
836         * src/html.c
837         * src/html.h
838         * src/image_viewer.c
839         * src/image_viewer.h
840         * src/imap.c
841         * src/imap.h
842         * src/imap_gtk.c
843         * src/imap_gtk.h
844         * src/import.c
845         * src/import.h
846         * src/importldif.c
847         * src/importldif.h
848         * src/importmutt.c
849         * src/importmutt.h
850         * src/importpine.c
851         * src/importpine.h
852         * src/inc.c
853         * src/inc.h
854         * src/jpilot.c
855         * src/jpilot.h
856         * src/ldapctrl.c
857         * src/ldapctrl.h
858         * src/ldaplocate.c
859         * src/ldaplocate.h
860         * src/ldapquery.c
861         * src/ldapquery.h
862         * src/ldapserver.c
863         * src/ldapserver.h
864         * src/ldapupdate.c
865         * src/ldapupdate.h
866         * src/ldaputil.c
867         * src/ldaputil.h
868         * src/ldif.c
869         * src/ldif.h
870         * src/localfolder.c
871         * src/localfolder.h
872         * src/main.c
873         * src/main.h
874         * src/mainwindow.c
875         * src/mainwindow.h
876         * src/manual.c
877         * src/manual.h
878         * src/matcher.c
879         * src/matcher.h
880         * src/matcher_parser.h
881         * src/matcher_parser_lex.l
882         * src/matcher_parser_parse.y
883         * src/mbox.c
884         * src/mbox.h
885         * src/message_search.c
886         * src/message_search.h
887         * src/messageview.c
888         * src/messageview.h
889         * src/mh.c
890         * src/mh.h
891         * src/mh_gtk.c
892         * src/mh_gtk.h
893         * src/mimeview.c
894         * src/mimeview.h
895         * src/msgcache.c
896         * src/msgcache.h
897         * src/mutt.c
898         * src/mutt.h
899         * src/news.c
900         * src/news.h
901         * src/news_gtk.c
902         * src/news_gtk.h
903         * src/noticeview.c
904         * src/noticeview.h
905         * src/partial_download.c
906         * src/partial_download.h
907         * src/pine.c
908         * src/pine.h
909         * src/pop.c
910         * src/pop.h
911         * src/prefs_account.c
912         * src/prefs_account.h
913         * src/prefs_actions.c
914         * src/prefs_actions.h
915         * src/prefs_common.c
916         * src/prefs_common.h
917         * src/prefs_compose_writing.c
918         * src/prefs_compose_writing.h
919         * src/prefs_customheader.c
920         * src/prefs_customheader.h
921         * src/prefs_display_header.c
922         * src/prefs_display_header.h
923         * src/prefs_ext_prog.c
924         * src/prefs_ext_prog.h
925         * src/prefs_filtering.c
926         * src/prefs_filtering.h
927         * src/prefs_filtering_action.c
928         * src/prefs_filtering_action.h
929         * src/prefs_folder_column.c
930         * src/prefs_folder_column.h
931         * src/prefs_folder_item.c
932         * src/prefs_folder_item.h
933         * src/prefs_fonts.c
934         * src/prefs_fonts.h
935         * src/prefs_gtk.c
936         * src/prefs_gtk.h
937         * src/prefs_image_viewer.c
938         * src/prefs_image_viewer.h
939         * src/prefs_logging.c
940         * src/prefs_logging.h
941         * src/prefs_matcher.c
942         * src/prefs_matcher.h
943         * src/prefs_message.c
944         * src/prefs_message.h
945         * src/prefs_msg_colors.c
946         * src/prefs_msg_colors.h
947         * src/prefs_other.c
948         * src/prefs_other.h
949         * src/prefs_quote.c
950         * src/prefs_quote.h
951         * src/prefs_receive.c
952         * src/prefs_receive.h
953         * src/prefs_send.c
954         * src/prefs_send.h
955         * src/prefs_spelling.c
956         * src/prefs_spelling.h
957         * src/prefs_summaries.c
958         * src/prefs_summaries.h
959         * src/prefs_summary_column.c
960         * src/prefs_summary_column.h
961         * src/prefs_summary_open.c
962         * src/prefs_summary_open.h
963         * src/prefs_template.c
964         * src/prefs_template.h
965         * src/prefs_themes.c
966         * src/prefs_themes.h
967         * src/prefs_toolbar.c
968         * src/prefs_toolbar.h
969         * src/prefs_wrapping.c
970         * src/prefs_wrapping.h
971         * src/privacy.c
972         * src/privacy.h
973         * src/procheader.c
974         * src/procheader.h
975         * src/procmime.c
976         * src/procmime.h
977         * src/procmsg.c
978         * src/procmsg.h
979         * src/quote_fmt.c
980         * src/quote_fmt_lex.l
981         * src/quote_fmt_parse.y
982         * src/recv.c
983         * src/recv.h
984         * src/remotefolder.c
985         * src/remotefolder.h
986         * src/send_message.c
987         * src/send_message.h
988         * src/setup.c
989         * src/setup.h
990         * src/simple-gettext.c
991         * src/sourcewindow.c
992         * src/sourcewindow.h
993         * src/ssl_manager.c
994         * src/ssl_manager.h
995         * src/statusbar.c
996         * src/statusbar.h
997         * src/stock_pixmap.c
998         * src/stock_pixmap.h
999         * src/summary_search.c
1000         * src/summary_search.h
1001         * src/summaryview.c
1002         * src/summaryview.h
1003         * src/textview.c
1004         * src/textview.h
1005         * src/toolbar.c
1006         * src/toolbar.h
1007         * src/undo.c
1008         * src/undo.h
1009         * src/unmime.c
1010         * src/unmime.h
1011         * src/uri_opener.c
1012         * src/uri_opener.h
1013         * src/vcard.c
1014         * src/vcard.h
1015         * src/wizard.c
1016         * src/wizard.h
1017         * src/common/base64.c
1018         * src/common/base64.h
1019         * src/common/claws.c
1020         * src/common/claws.h
1021         * src/common/defs.h
1022         * src/common/fnmatch.c
1023         * src/common/fnmatch.h
1024         * src/common/fnmatch_loop.c
1025         * src/common/hooks.c
1026         * src/common/hooks.h
1027         * src/common/log.c
1028         * src/common/log.h
1029         * src/common/md5.c
1030         * src/common/md5.h
1031         * src/common/mgutils.c
1032         * src/common/mgutils.h
1033         * src/common/nntp.c
1034         * src/common/nntp.h
1035         * src/common/passcrypt.c
1036         * src/common/passcrypt.h.in
1037         * src/common/plugin.c
1038         * src/common/plugin.h
1039         * src/common/prefs.c
1040         * src/common/prefs.h
1041         * src/common/progressindicator.c
1042         * src/common/progressindicator.h
1043         * src/common/quoted-printable.c
1044         * src/common/quoted-printable.h
1045         * src/common/session.c
1046         * src/common/session.h
1047         * src/common/smtp.c
1048         * src/common/smtp.h
1049         * src/common/socket.c
1050         * src/common/socket.h
1051         * src/common/ssl.c
1052         * src/common/ssl.h
1053         * src/common/ssl_certificate.c
1054         * src/common/ssl_certificate.h
1055         * src/common/string_match.c
1056         * src/common/string_match.h
1057         * src/common/stringtable.c
1058         * src/common/stringtable.h
1059         * src/common/tags.c
1060         * src/common/tags.h
1061         * src/common/template.c
1062         * src/common/template.h
1063         * src/common/timing.h
1064         * src/common/utils.c
1065         * src/common/utils.h
1066         * src/common/uuencode.c
1067         * src/common/uuencode.h
1068         * src/common/version.h.in
1069         * src/common/w32_dirent.c
1070         * src/common/w32_reg.c
1071         * src/common/w32_signal.c
1072         * src/common/w32_stat.c
1073         * src/common/w32_stdlib.c
1074         * src/common/w32_string.c
1075         * src/common/w32_time.c
1076         * src/common/w32_unistd.c
1077         * src/common/w32_wait.c
1078         * src/common/w32lib.h
1079         * src/common/xml.c
1080         * src/common/xml.h
1081         * src/common/xmlprops.c
1082         * src/common/xmlprops.h
1083         * src/etpan/etpan-errors.h
1084         * src/etpan/etpan-thread-manager-types.h
1085         * src/etpan/etpan-thread-manager.c
1086         * src/etpan/etpan-thread-manager.h
1087         * src/etpan/imap-thread.c
1088         * src/etpan/imap-thread.h
1089         * src/gtk/about.c
1090         * src/gtk/about.h
1091         * src/gtk/colorlabel.c
1092         * src/gtk/colorlabel.h
1093         * src/gtk/colorsel.c
1094         * src/gtk/colorsel.h
1095         * src/gtk/combobox.c
1096         * src/gtk/combobox.h
1097         * src/gtk/description_window.c
1098         * src/gtk/description_window.h
1099         * src/gtk/filesel.c
1100         * src/gtk/filesel.h
1101         * src/gtk/foldersort.c
1102         * src/gtk/foldersort.h
1103         * src/gtk/gtkaspell.c
1104         * src/gtk/gtkaspell.h
1105         * src/gtk/gtksctree.c
1106         * src/gtk/gtkshruler.c
1107         * src/gtk/gtkshruler.h
1108         * src/gtk/gtksourceprintjob.c
1109         * src/gtk/gtksourceprintjob.h
1110         * src/gtk/gtkutils.c
1111         * src/gtk/gtkutils.h
1112         * src/gtk/gtkvscrollbutton.c
1113         * src/gtk/gtkvscrollbutton.h
1114         * src/gtk/icon_legend.c
1115         * src/gtk/icon_legend.h
1116         * src/gtk/inputdialog.c
1117         * src/gtk/inputdialog.h
1118         * src/gtk/logwindow.c
1119         * src/gtk/logwindow.h
1120         * src/gtk/manage_window.c
1121         * src/gtk/manage_window.h
1122         * src/gtk/menu.c
1123         * src/gtk/menu.h
1124         * src/gtk/pluginwindow.c
1125         * src/gtk/pluginwindow.h
1126         * src/gtk/prefswindow.c
1127         * src/gtk/prefswindow.h
1128         * src/gtk/progressdialog.c
1129         * src/gtk/progressdialog.h
1130         * src/gtk/quicksearch.c
1131         * src/gtk/quicksearch.h
1132         * src/gtk/sslcertwindow.c
1133         * src/gtk/sslcertwindow.h
1134         * src/plugins/bogofilter/bogofilter.c
1135         * src/plugins/bogofilter/bogofilter.h
1136         * src/plugins/bogofilter/bogofilter_gtk.c
1137         * src/plugins/clamav/clamav_plugin.c
1138         * src/plugins/clamav/clamav_plugin.h
1139         * src/plugins/clamav/clamav_plugin_gtk.c
1140         * src/plugins/demo/demo.c
1141         * src/plugins/dillo_viewer/dillo_prefs.c
1142         * src/plugins/dillo_viewer/dillo_prefs.h
1143         * src/plugins/dillo_viewer/dillo_viewer.c
1144         * src/plugins/pgpcore/passphrase.c
1145         * src/plugins/pgpcore/passphrase.h
1146         * src/plugins/pgpcore/pgp_viewer.c
1147         * src/plugins/pgpcore/pgp_viewer.h
1148         * src/plugins/pgpcore/plugin.c
1149         * src/plugins/pgpcore/prefs_gpg.c
1150         * src/plugins/pgpcore/prefs_gpg.h
1151         * src/plugins/pgpcore/select-keys.c
1152         * src/plugins/pgpcore/select-keys.h
1153         * src/plugins/pgpcore/sgpgme.c
1154         * src/plugins/pgpcore/sgpgme.h
1155         * src/plugins/pgpinline/pgpinline.c
1156         * src/plugins/pgpinline/pgpinline.h
1157         * src/plugins/pgpinline/plugin.c
1158         * src/plugins/pgpmime/pgpmime.c
1159         * src/plugins/pgpmime/pgpmime.h
1160         * src/plugins/pgpmime/plugin.c
1161         * src/plugins/spamassassin/spamassassin.c
1162         * src/plugins/spamassassin/spamassassin.h
1163         * src/plugins/spamassassin/spamassassin_gtk.c
1164         * src/plugins/trayicon/trayicon.c
1165         * src/plugins/trayicon/trayicon_prefs.c
1166         * src/plugins/trayicon/trayicon_prefs.h
1167         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1168         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1169         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1170         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1171         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1172         * tools/OOo2claws-mail.pl
1173         * tools/README.sylprint
1174         * tools/acroread2claws-mail.pl
1175         * tools/claws-mail-compose-insert-files.pl
1176         * tools/convert_mbox.pl
1177         * tools/filter_conv.pl
1178         * tools/filter_conv_new.pl
1179         * tools/fix_date.sh
1180         * tools/freshmeat_search.pl
1181         * tools/google_search.pl
1182         * tools/kmail-mailbox2claws-mail.pl
1183         * tools/kmail2claws-mail.pl
1184         * tools/kmail2claws-mail_v2.pl
1185         * tools/mairix.sh
1186         * tools/make.themes.project
1187         * tools/multiwebsearch.pl
1188         * tools/nautilus2claws-mail.sh
1189         * tools/outlook2claws-mail.pl
1190         * tools/textviewer.sh
1191         * tools/thunderbird-filters-convertor.pl
1192         * tools/update-po
1193         * tools/uuooffice
1194         * tools/vcard2xml.py
1195         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1196                 Upgrade to GPLv3 or later.
1197
1198 2007-07-10 [wwp]        2.10.0cvs15
1199
1200         * src/main.c
1201                 Fix re-opening of all composing messages that were
1202                 opened when closing the previous instance, thanks
1203                 to Colin.
1204
1205 2007-07-10 [paul]       2.10.0cvs14
1206
1207         * src/editaddress_other_attributes_ldap.c
1208         * src/ldapupdate.c
1209                 fix crash on selecting 'other attributes' combo
1210                 for either a new entry or an old entry with no
1211                 existing attributes.
1212                 fix bug on editing multiple attributes which
1213                 resulted them all having the value of the last
1214                 one changed.
1215                 Thanks to Colin
1216
1217 2007-07-10 [colin]      2.10.0cvs13
1218
1219         * src/editaddress.c
1220         * src/editaddress_other_attributes_ldap.h
1221         * src/ldapupdate.c
1222                 Fix --disable-ldap build
1223
1224 2007-07-09 [colin]      2.10.0cvs12
1225
1226         * src/Makefile.am
1227         * src/addritem.c
1228         * src/addritem.h
1229         * src/editaddress.c
1230         * src/editaddress_other_attributes_ldap.c
1231         * src/editaddress_other_attributes_ldap.h
1232         * src/editldap.c
1233         * src/ldapctrl.c
1234         * src/ldapctrl.h
1235         * src/ldapupdate.c
1236                 Add capability to edit all inetOrgPerson
1237                 attributes on LDAP. Patch by Michael 
1238                 Rasmussen
1239
1240 2007-07-09 [colin]      2.10.0cvs11
1241
1242         * src/Makefile.am
1243         * src/exporthtml.c
1244         * src/mbox.c
1245         * src/msgcache.c
1246         * src/prefs_summaries.c
1247         * src/prefs_themes.c
1248         * src/procheader.c
1249         * src/common/Makefile.am
1250         * src/common/log.c
1251         * src/common/timing.h
1252         * src/common/utils.c
1253         * src/common/utils.h
1254         * src/common/w32_account.c
1255         * src/common/w32lib.h
1256         * src/gtk/Makefile.am
1257         * src/gtk/colorlabel.c
1258         * src/plugins/pgpcore/Makefile.am
1259         * src/plugins/pgpcore/claws.def
1260         * src/plugins/pgpcore/passphrase.c
1261         * src/plugins/pgpcore/pgp_viewer.c
1262         * src/plugins/pgpcore/plugin.def
1263         * src/plugins/pgpcore/sgpgme.c
1264         * src/plugins/pgpinline/Makefile.am
1265         * src/plugins/pgpinline/claws.def
1266         * src/plugins/pgpinline/mypgpcore.def
1267         * src/plugins/pgpinline/plugin.def
1268         * src/plugins/pgpmime/Makefile.am
1269         * src/plugins/pgpmime/claws.def
1270         * src/plugins/pgpmime/mypgpcore.def
1271         * src/plugins/pgpmime/plugin.def
1272                 Commit win32 patch, from Werner Koch and
1273                 Marcus Brinkmann
1274
1275 2007-07-09 [colin]      2.10.0cvs10
1276
1277         * src/prefs_toolbar.c
1278                 Fix crash when no actions exist
1279
1280 2007-07-07 [paul]       2.10.0cvs9
1281
1282         * COPYING
1283         * manual/claws-mail-manual.xml
1284                 update copyright year
1285         * po/fi.po
1286                 updated by Flammie Pirinen
1287
1288 2007-07-05 [wwp]        2.10.0cvs8
1289
1290         * src/plugins/clamav/clamav_plugin_gtk.c
1291                 Make vertical spacing like in other plugin prefs pages.
1292
1293 2007-07-05 [wwp]        2.10.0cvs7
1294
1295         * src/quote_fmt.c
1296                 It's %am that works, not %ae (this doc incoherence has been
1297                 introduced with 2.9.2cvs13).
1298
1299 2007-07-04 [wwp]        2.10.0cvs6
1300
1301         * src/plugins/bogofilter/bogofilter.c
1302                 Gettext-ize an occurrence of "Any" that wasn't.
1303
1304 2007-07-04 [colin]      2.10.0cvs5
1305
1306         * po/POTFILES.in
1307                 Fix untranslated strings; thanks
1308                 to Pader Rezso.
1309
1310 2007-07-03 [colin]      2.10.0cvs4
1311
1312         * src/folder.c
1313         * src/mainwindow.c
1314                 Fix saving of sort mode for tags and
1315                 thread date. Thanks to Pierre Ossman.
1316                 Completes fix for bug 1233
1317
1318 2007-07-03 [paul]       2.10.0cvs3
1319
1320         * src/compose.c
1321                 fix auto-save
1322         * src/summaryview.c
1323                 fix build warnings
1324         Thanks to Colin
1325
1326 2007-07-02 [colin]      2.10.0cvs2
1327
1328         * src/folder.h
1329         * src/mainwindow.c
1330         * src/procmsg.h
1331         * src/summaryview.c
1332                 Add View/Sort/by Thread date
1333                 Fixes bug 1233, 'Capability to sort 
1334                 threads by most recent message'
1335                 Based on a patch by Paul Rolland
1336
1337 2007-07-02 [colin]      2.10.0cvs1
1338
1339         * src/Makefile.am
1340         * src/compose.c
1341         * src/edittags.c
1342         * src/edittags.h
1343         * src/filtering.c
1344         * src/folder.c
1345         * src/folder.h
1346         * src/headerview.c
1347         * src/headerview.h
1348         * src/main.c
1349         * src/mainwindow.c
1350         * src/mainwindow.h
1351         * src/manual.h
1352         * src/matcher.c
1353         * src/matcher.h
1354         * src/matcher_parser_parse.y
1355         * src/mimeview.c
1356         * src/msgcache.c
1357         * src/msgcache.h
1358         * src/prefs_common.c
1359         * src/prefs_common.h
1360         * src/prefs_filtering_action.c
1361         * src/prefs_matcher.c
1362         * src/prefs_summary_column.c
1363         * src/procmsg.c
1364         * src/procmsg.h
1365         * src/quote_fmt.c
1366         * src/quote_fmt_lex.l
1367         * src/quote_fmt_parse.y
1368         * src/summaryview.c
1369         * src/summaryview.h
1370         * src/textview.c
1371         * src/common/Makefile.am
1372         * src/common/defs.h
1373         * src/common/tags.c
1374         * src/common/tags.h
1375         * src/gtk/quicksearch.c
1376         * src/gtk/quicksearch.h
1377                 Add Tags implementation. Tags are arbitrary labels
1378                 that can be applied to messages. It is possible 
1379                 to create, edit, remove tags; apply them to mails;
1380                 filter on tags or tag presence; apply or unset
1381                 tags via filtering actions; reference tags in
1382                 reply templates.
1383
1384 2007-07-02 [paul]       2.10.0
1385
1386         * NEWS
1387         * README
1388         * RELEASE_NOTES
1389                 2.10.0 released
1390
1391 2007-07-02 [paul]       2.9.2cvs78
1392
1393         * po/de.po
1394         * po/en_GB.po
1395         * po/es.po
1396         * po/fr.po
1397         * po/hu.po
1398         * po/pt_BR.po
1399         * po/ru.po
1400         * po/zh_CN.po
1401                 updated by Stephan Sachse, me, Ricardo Mones
1402                 Lastra, Fabien Vantard, Pader Rezso, Frederico
1403                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1404
1405 2007-07-02 [paul]       2.9.2cvs77
1406
1407         * AUTHORS
1408                 updated
1409
1410 2007-06-29 [wwp]        2.9.2cvs76
1411
1412         * src/gtk/headers.h
1413                 Fix a typo (thanks to Ricardo for finding this out).
1414
1415 2007-06-28 [paul]       2.9.2cvs75
1416
1417         * src/folderview.c
1418                 fix build warnings
1419
1420 2007-06-28 [paul]       2.9.2cvs74
1421
1422         * tools/Makefile.am
1423                 fix bug in the autotools build system.
1424                 Files cataloged under EXTRA_DIST were never
1425                 automatically copied to the build tree.
1426                 (fix 'make distcheck')
1427                 Patch by Michael Rasmussen.
1428
1429 2007-06-24 [colin]      2.9.2cvs73
1430
1431         * src/news_gtk.c
1432                 Fix bug 1249, 'Error handling for 
1433                 news errors needs modification'
1434                 Only popup error if the according
1435                 pref in Prefs/Receive is set.
1436
1437 2007-06-21 [colin]      2.9.2cvs72
1438
1439         * src/common/plugin.c
1440         * src/common/plugin.h
1441                 Change plugin API to know whether it's safe to 
1442                 unload plugins or whether we should just hide
1443                 them. Fixes bug 1248, 'Core dumps after 
1444                 unloading plugin and clicking on load plugins'
1445         * src/plugins/bogofilter/bogofilter.c
1446         * src/plugins/clamav/clamav_plugin.c
1447         * src/plugins/demo/demo.c
1448         * src/plugins/dillo_viewer/dillo_viewer.c
1449         * src/plugins/pgpcore/plugin.c
1450         * src/plugins/pgpinline/plugin.c
1451         * src/plugins/pgpmime/plugin.c
1452         * src/plugins/spamassassin/spamassassin.c
1453         * src/plugins/trayicon/trayicon.c
1454                 Update API
1455
1456 2007-06-19 [colin]      2.9.2cvs71
1457
1458         * src/compose.c
1459         * src/messageview.c
1460                 Fix crash mentioned in bug 1246
1461                 Race condition when automatically drafting
1462                 due to insertion on reedit.
1463
1464 2007-06-18 [wwp]        2.9.2cvs70
1465
1466         * src/importldif.c
1467                 LDIF import: use a "Proceed" button to complete
1468                 the process.
1469
1470 2007-06-18 [paul]       2.9.2cvs69
1471
1472         * configure.ac
1473                 use pkgconfig to check for gtk and glib
1474
1475 2007-06-17 [wwp]        2.9.2cvs68
1476
1477         * src/ldif.c
1478         * src/importldif.c
1479                 LDIF import: better error handling, minor code
1480                 and UI cleanup, and renamed the Save button
1481                 to Close, as imported stuff is already saved
1482                 when the Save button is shown.
1483
1484 2007-06-17 [colin]      2.9.2cvs67
1485
1486         * src/prefs_summaries.c
1487         * src/procmsg.c
1488                 Don't set as read when forwarded, only replied to
1489
1490 2007-06-17 [paul]       2.9.2cvs66
1491
1492         * src/alertpanel.c
1493                 add missing #include
1494
1495 2007-06-16 [colin]      2.9.2cvs65
1496
1497         * src/prefs_summaries.c
1498         * src/procmsg.c
1499                 Change the pref "Only mark as read when opened
1500                 in new window" to "..., replied to or forwarded".
1501                 Based on a patch by Paul Rolland.
1502
1503 2007-06-16 [paul]       2.9.2cvs64
1504
1505         * src/gtk/authors.h
1506                 alphabetical order! :)
1507
1508 2007-06-16 [colin]      2.9.2cvs63
1509
1510         * AUTHORS
1511         * src/gtk/authors.h
1512                 Add Michael Rasmussen in authors list
1513
1514 2007-06-16 [colin]      2.9.2cvs62
1515
1516         * src/messageview.c
1517                 Fix messageview_copy_clipboard to take advantage
1518                 of plugins' get_selection.
1519
1520 2007-06-15 [colin]      2.9.2cvs61
1521
1522         * src/action.c
1523         * src/addr_compl.c
1524         * src/addressbook.c
1525         * src/folderview.c
1526         * src/message_search.c
1527         * src/mimeview.c
1528         * src/summary_search.c
1529         * src/summaryview.c
1530         * src/textview.c
1531                 Allow GDK_KP_Enter to do the same as GDK_Return
1532                 Patch by Michael Rasmussen
1533
1534 2007-06-15 [paul]       2.9.2cvs60
1535
1536         * src/compose.c
1537                 fix bug when closing a compose window
1538                 during autosave
1539
1540 2007-06-14 [paul]       2.9.2cvs59
1541
1542         * src/main.c
1543         * src/common/defs.h
1544                 migrate sylpheed config
1545
1546 2007-06-14 [wwp]        2.9.2cvs58
1547
1548         * src/gtk/pluginwindow.c
1549                 Yet another attempt to fix sizing/alignment of the
1550                 button bar in plugins window.
1551
1552 2007-06-12 [colin]      2.9.2cvs57
1553
1554         * po/POTFILES.in
1555         * src/Makefile.am
1556         * src/folderview.c
1557         * src/prefs_common.c
1558         * src/prefs_common.h
1559         * src/prefs_summaries.c
1560         * src/prefs_summary_open.c
1561         * src/prefs_summary_open.h
1562         * src/summaryview.c
1563                 Make "when entering a folder" actions more personalisable
1564
1565 2007-06-12 [wwp]        2.9.2cvs56
1566
1567         * tools/README
1568                 Use short description from Paul (mairix.sh).
1569
1570 2007-06-12 [wwp]        2.9.2cvs55
1571
1572         * tools/README
1573                 Updated info about mairix.sh.
1574
1575 2007-06-11 [paul]       2.9.2cvs54
1576
1577         * src/prefs_logging.c
1578                 rework log window length widgets
1579                 and some sensitivity fixes
1580
1581 2007-06-11 [paul]       2.9.2cvs53
1582
1583         * src/mainwindow.c
1584         * src/prefs_logging.c
1585                 rename 'Protocol Log' to 'Network Log'
1586                 and some function renaming
1587
1588 2007-06-10 [wwp]        2.9.2cvs52
1589
1590         * src/gtk/pluginwindow.c
1591                 Revert 2.9.2cvs51.
1592
1593 2007-06-10 [wwp]        2.9.2cvs51
1594
1595         * src/gtk/pluginwindow.c
1596                 Fix button bar in plugin window, was centered and not
1597                 behaving like other dialogs w/ such button bar.
1598
1599 2007-06-08 [wwp]        2.9.2cvs50
1600
1601         * src/compose.c
1602         * src/compose.h
1603         * src/main.c
1604         * src/mainwindow.c
1605         * src/mainwindow.h
1606                 Provide a way out of automatic draft saving on IMAP, when
1607                 exiting offline.
1608                 Prevent drafting while sending and quitting while sending.
1609                 Thanks for Colin.
1610
1611
1612
1613 2007-06-08 [wwp]        2.9.2cvs49
1614
1615         * src/prefs_account.c
1616         * src/gtk/prefswindow.c
1617         * src/gtk/prefswindow.h
1618                 Activate the Basic page when opening account prefs.
1619
1620 2007-06-08 [wwp]        2.9.2cvs48
1621
1622         * src/common/socket.c
1623                 Don't crash if fork() fails, thanks to Colin.
1624
1625 2007-06-08 [wwp]        2.9.2cvs47
1626
1627         * src/gtk/prefswindow.c
1628                 Wrap some long lines, and reset horizontal scroller's adjusment
1629                 (this was already done, vertically), when changing tab (not page)
1630                 in prefs windows.
1631
1632 2007-06-08 [paul]       2.9.2cvs46
1633
1634         * src/common/utils.c
1635                 use gethostname() instead of uname()
1636                 based on a patch by Michael Hughes
1637                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1638
1639 2007-06-07 [wwp]        2.9.2cvs45
1640
1641         * src/prefs_common.c
1642                 Fix some useless warnings, thanks to Colin.
1643
1644 2007-06-06 [colin]      2.9.2cvs44
1645
1646         * src/ldapupdate.c
1647                 Fix strange allocations. 
1648
1649 2007-06-06 [colin]      2.9.2cvs43
1650
1651         * src/ldapupdate.c
1652                 Patch by Michael Rasmussus to help
1653                 bug 1232
1654
1655 2007-06-05 [wwp]        2.9.2cvs42
1656
1657         * src/prefs_account.c
1658         * src/prefs_folder_item.c
1659         * src/prefs_quote.c
1660         * src/quote_fmt.c
1661         * src/quote_fmt.h
1662                 Per-folder templates can now be applied recursively.
1663                 Always save per-folder templates (formats were erroneously
1664                 saved only if they were enabled).
1665                 Check for validity of quotation marks everywhere there
1666                 are defined.
1667
1668 2007-06-05 [wwp]        2.9.2cvs41
1669
1670         * src/inc.c
1671                 Fix incoming messages from local accounts always getting filtered
1672                 (even if the account prefs say don't), thanks to Colin.
1673
1674 2007-06-05 [wwp]        2.9.2cvs40
1675
1676         * src/compose.c
1677         * src/compose.h
1678                 Use per-folder/per-account quote chars when applying a
1679                 template or inserting text as well. Const'ify some
1680                 vars more.
1681
1682 2007-06-04 [colin]      2.9.2cvs39
1683
1684         * src/compose.c
1685                 More work for wwp :)
1686
1687 2007-06-04 [wwp]        2.9.2cvs38
1688
1689         * src/compose.c
1690                 Same as 2.9.2cvs36 but for forwarding.
1691
1692 2007-06-04 [colin]      2.9.2cvs37
1693
1694         * src/compose.c
1695                 Use original mail file for forward/redirect
1696                 Fixes some forwarded mails to be attached as
1697                 application/octet-stream (when they have binary
1698                 parts), and incidentally fixes bug 848
1699                 'Redirect breaks GnuPG'
1700
1701 2007-06-04 [wwp]        2.9.2cvs36
1702
1703         * src/compose.c
1704                 Fix quote mark mis-initialisation when replying/forwarding
1705                 (introduced w/ 2.9.2cvs20).
1706
1707 2007-06-04 [wwp]        2.9.2cvs35
1708
1709         * src/prefs_compose_writing.c
1710         * src/prefs_quote.c
1711                 Fix a bug where Quotation characters (prefs/compose/writing)
1712                 was cleared (introduced w/ 2.9.2cvs26).
1713
1714 2007-06-04 [wwp]        2.9.2cvs34
1715
1716         * src/prefs_account.c
1717         * src/prefs_account.h
1718                 Better fix for compiling w/o aspell (rollbacks
1719                 2.9.2cvs31).
1720
1721 2007-06-04 [wwp]        2.9.2cvs33
1722
1723         * src/account.c
1724         * src/prefs_account.c
1725         * src/prefs_account.h
1726         * src/procmsg.c
1727                 It's now possible to disable mail filtering plugins
1728                 on a per-account basis.
1729
1730 2007-06-04 [wwp]        2.9.2cvs32
1731
1732         * src/procheader.c
1733         * src/common/utils.c
1734         * src/common/utils.h
1735                 Support CRLF in headers part of messages.
1736                 Support few more date formats (RFC3339 subsets).
1737
1738 2007-06-04 [wwp]        2.9.2cvs31
1739
1740         * src/prefs_account.c
1741                 Fix compiling w/o aspell support.
1742
1743 2007-06-03 [wwp]        2.9.2cvs30
1744
1745         * src/prefs_gtk.c
1746                 Don't decode leading ENV_ and ~ in P_PASSWORD
1747                 values.
1748
1749 2007-06-03 [wwp]        2.9.2cvs29
1750
1751         * src/prefs_gtk.c
1752                 Don't decode leading ENV_ and ~ in P_PASSWORD
1753                 values.
1754
1755 2007-06-03 [wwp]        2.9.2cvs28
1756
1757         * src/prefs_account.c
1758         * src/gtk/prefswindow.c
1759         * src/gtk/prefswindow.h
1760                 Added a way to force preloading of all pages
1761                 (prefswindow).
1762                 Moved tabs to pages in account prefs.
1763
1764 2007-06-02 [colin]      2.9.2cvs27
1765
1766         * src/addressbook.c
1767                 Fix possible crash, fix ldap write bugs
1768         * src/ldapupdate.c
1769                 Fix ldap write bugs - patch by Michael
1770                 Rasmussen
1771         * src/alertpanel.c
1772         * src/alertpanel.h
1773                 Add a hook whenever alertpanel opens/closes
1774
1775 2007-05-31 [wwp]        2.9.2cvs26
1776
1777         * src/prefs_compose_writing.c
1778         * src/prefs_quote.c
1779                 Re-organized writing options a bit:
1780                  - renamed the Quoting page to Templates
1781                  - moved all composing templates to that page
1782                  - moved non-templates options to the Writing one,
1783                    grouped reply-related options, reordered reply and
1784                    forward options.
1785
1786 2007-05-31 [wwp]        2.9.2cvs25
1787
1788         * src/compose.c
1789                 Removed unused code.
1790
1791 2007-05-31 [colin]      2.9.2cvs24
1792
1793         * src/addressbook.c
1794                 Fix missing display name when modifying
1795                 LDAP. Patch by Michael Rasmussen
1796
1797 2007-05-31 [wwp]        2.9.2cvs23
1798
1799         * src/plugins/bogofilter/Makefile.am
1800         * src/plugins/clamav/Makefile.am
1801         * src/plugins/demo/Makefile.am
1802         * src/plugins/dillo_viewer/Makefile.am
1803         * src/plugins/spamassassin/Makefile.am
1804                 Fix building of those plugins in Mac OS X.
1805
1806 2007-05-30 [wwp]        2.9.2cvs22
1807
1808         * src/gtk/quicksearch.c
1809                 Fix missing initialization.
1810
1811 2007-05-30 [wwp]        2.9.2cvs21
1812
1813         * src/procheader.c
1814                 Revert accidental commit (debug outputs).
1815
1816 2007-05-30 [wwp]        2.9.2cvs20
1817
1818         * src/compose.c
1819         * src/folder_item_prefs.c
1820         * src/folder_item_prefs.h
1821         * src/prefs_account.c
1822         * src/prefs_account.h
1823         * src/prefs_folder_item.c
1824         * src/prefs_gtk.c
1825         * src/prefs_gtk.h
1826                 Implemented per-account and per-folder
1827                 compose/reply/forward formats.
1828
1829 2007-05-30 [wwp]        2.9.2cvs19
1830
1831         * src/prefs_compose_writing.c
1832         * src/prefs_quote.c
1833         * src/procheader.c
1834         * src/quote_fmt.c
1835         * src/quote_fmt.h
1836                 Internal API changes (factorize quote format
1837                 prefs and checks).
1838
1839 2007-05-30 [colin]      2.9.2cvs18
1840
1841         * src/compose.c
1842                 Fix race where it's possible to re-click Send
1843                 between end of SMTP session and end of "move to
1844                 sent folder" when sending an email with send
1845                 dialog enabled.
1846
1847 2007-05-30 [colin]      2.9.2cvs17
1848
1849         * src/crash.c
1850                 Ask for backtrace on all threads. Patch by
1851                 Pawel
1852         * src/folderview.c
1853                 Fix stale news statusbar when scanning fails.
1854                 Patch by Pawel
1855         * src/ldapupdate.c
1856                 Fix some LDAP write updates bugs. Patch
1857                 by Michael Rasmussen
1858
1859 2007-05-29 [colin]      2.9.2cvs16
1860
1861         * src/imap.c
1862                 Fix loss of local flags when moving mails
1863                 on IMAP in high-bandwidth mode (UID FETCH)
1864
1865 2007-05-25 [paul]       2.9.2cvs15
1866
1867         * src/common/socket.c
1868                 fix sometimes crasher on cancelling
1869                 message sending
1870
1871 2007-05-25 [colin]      2.9.2cvs14
1872
1873         * src/imap.c
1874                 Fix a memory leak
1875         * src/imap_gtk.c
1876                 Be more helpful in the subscription
1877                 message
1878
1879 2007-05-23 [wwp]        2.9.2cvs13
1880
1881         * src/compose.c
1882         * src/prefs_compose_writing.c
1883         * src/prefs_quote.c
1884         * src/prefs_template.c
1885         * src/prefs_template.h
1886         * src/quote_fmt.c
1887         * src/quote_fmt.h
1888         * src/quote_fmt_lex.l
1889         * src/quote_fmt_parse.y
1890                 Introduced new syntax elements (symbols and commands)
1891                 in templates/quote_fmt. Compatibility w/ old
1892                 symbols is kept.
1893                 Updated and reworked the corresponding Information
1894                 dialog.
1895                 Display the line number in dialogs that talk about
1896                 parser errors (in addition to the error message in
1897                 output).
1898
1899 2007-05-23 [wwp]        2.9.2cvs12
1900
1901         * src/quote_fmt_parse.y
1902                 Fix 2.9.2cvs11, probably a paste accident ;).
1903
1904 2007-05-23 [wwp]        2.9.2cvs11
1905
1906         * src/compose.c
1907         * src/prefs_template.c
1908         * src/quote_fmt.h
1909         * src/quote_fmt_parse.y
1910                 Fix 2.9.2cvs10, which broke --disable-aspell.
1911
1912 2007-05-22 [wwp]        2.9.2cvs10
1913
1914         * src/compose.c
1915         * src/prefs_template.c
1916         * src/quote_fmt.c
1917         * src/quote_fmt.h
1918         * src/quote_fmt_lex.l
1919         * src/quote_fmt_parse.y
1920         * src/gtk/gtkaspell.c
1921         * src/gtk/gtkaspell.h
1922                 Added template/quote format syntactical elements
1923                 to show and query:
1924                         - current dictionary
1925                           %T to show (shows empty if not set or not enabled),
1926                           ?T and !T to check if the default dictionary is
1927                           enabled and set
1928                         - current account's default dictionary
1929                           %aT to show (empty if not set or not enabled),
1930                           ?aT and !aT to check if it's enabled and set
1931                         - name completion for an address, from the address
1932                           book
1933                           %ABf, %ABt, %ABc respectively show the full name got
1934                           from the address book if From, To or Cc match a single
1935                           contact.
1936                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
1937                           matches any contact and if the full name is non-empty.
1938                           If From, To or Cc are lists of email addresses, only
1939                           the first address will be checked.
1940                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
1941                 that could show a trailing ','.
1942                 Also, template/quote_fmt parser now shows the line number in case
1943                 of parser error.
1944
1945 2007-05-15 [colin]      2.9.2cvs9
1946
1947         * src/main.c
1948         * src/main.h
1949                 Add a public function to know whether Claws
1950                 crashed last time
1951                 Store opened folder when exiting
1952         * src/folder.c
1953         * src/folder.h
1954                 Store last opened message in each FolderItem;
1955                 Reset last seen messages if Claws crashed, so 
1956                 that one can't go in an infinite crash in case 
1957                 a particular mail crashes Claws.
1958         * src/messageview.c
1959         * src/prefs_common.c
1960         * src/prefs_common.h
1961         * src/summaryview.c
1962         * src/prefs_summaries.c
1963                 Add "Select last opened message" when entering
1964                 a folder
1965                 Add "Select last opened folder" at startup.
1966
1967 2007-05-14 [colin]      2.9.2cvs8
1968
1969         * manual/xml2pdf
1970                 Fix bashism, search for xml catalog 
1971                 in /usr/local/share/xml/catalog too
1972                 Patch by Pawel
1973
1974 2007-05-13 [wwp]        2.9.2cvs7
1975
1976         * src/gtk/logwindow.c
1977                 fix raising log windows when they are either minimized or
1978                 in background.
1979
1980 2007-05-11 [colin]      2.9.2cvs6
1981
1982         * src/gtk/filesel.c
1983                 Use Hildon's file chooser on Maemo. Patch
1984                 by Jean-Luc Biord; fixes part 2 of bug 1201,
1985                 'File attachment "manipulation" bugs...'
1986
1987 2007-05-10 [wwp]        2.9.2cvs5
1988
1989         * src/prefs_common.c
1990         * src/prefs_common.h
1991         * src/gtk/quicksearch.c
1992                 Add a quicksearch option to automatically run
1993                 a search selected from the history (this option
1994                 is exclusive towards type-ahead).
1995
1996 2007-05-10 [colin]      2.9.2cvs4
1997
1998         * src/imap.c
1999                 Fix g_warnings, thanks to Brian
2000                 Morrison
2001
2002 2007-05-09 [colin]      2.9.2cvs3
2003
2004         * src/crash.c
2005         * src/exporthtml.c
2006         * src/mbox.c
2007         * src/prefs_summaries.c
2008         * src/procheader.c
2009         * src/common/log.c
2010         * src/common/utils.c
2011         * src/gtk/gtksourceprintjob.c
2012         * src/gtk/sslcertwindow.c
2013                 Use the re-entrant variant of time functions
2014                 Probably fixes bug 1217, 'reentrancy problems 
2015                 with time functions'
2016
2017 2007-05-09 [colin]      2.9.2cvs2
2018
2019         * src/imap.c
2020                 Fix crasher when reconnection fails
2021
2022 2007-05-08 [paul]       2.9.2cvs1
2023
2024         * NEWS
2025         * README
2026         * RELEASE_NOTES
2027         * configure.ac
2028                 bump version number following
2029                 stable release
2030
2031 2007-05-08 [paul]       2.9.1cvs48
2032
2033         * src/plugins/demo/demo.c
2034         * src/plugins/dillo_viewer/dillo_prefs.c
2035         * src/plugins/dillo_viewer/dillo_prefs.h
2036         * src/plugins/dillo_viewer/dillo_viewer.c
2037         * src/plugins/pgpcore/pgp_viewer.c
2038         * src/plugins/pgpcore/pgp_viewer.h
2039         * src/plugins/pgpcore/plugin.c
2040         * src/plugins/pgpcore/prefs_gpg.c
2041         * src/plugins/pgpcore/prefs_gpg.h
2042         * src/plugins/pgpcore/sgpgme.c
2043         * src/plugins/pgpcore/sgpgme.h
2044         * src/plugins/pgpinline/plugin.c
2045         * src/plugins/pgpmime/pgpmime.c
2046         * src/plugins/pgpmime/pgpmime.h
2047         * src/plugins/pgpmime/plugin.c
2048         * src/plugins/spamassassin/spamassassin.c
2049         * src/plugins/spamassassin/spamassassin.h
2050         * src/plugins/spamassassin/spamassassin_gtk.c
2051         * src/plugins/trayicon/README
2052         * tools/README
2053         * tools/README.sylprint
2054         * tools/outlook2claws-mail.pl
2055         * tools/sylprint.pl
2056         * tools/tb2claws-mail
2057         * tools/tbird2claws.py
2058         * tools/update-po
2059         * tools/vcard2xml.py
2060         * tools/kdeservicemenu/README
2061                 cleanups and corrections
2062
2063 2007-05-06 [wwp]        2.9.1cvs47
2064
2065         * tools/uudec
2066                 Fix missing dash to `display` command-line, reported
2067                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2068
2069 2007-05-06 [colin]      2.9.1cvs46
2070
2071         * src/Makefile.am
2072         * src/stock_pixmap.c
2073         * src/stock_pixmap.h
2074         * src/pixmaps/printer.xpm
2075                 Add a printer icon
2076
2077 2007-05-06 [paul]       2.9.1cvs45
2078
2079         * src/compose.c
2080         * src/ldapquery.c
2081         * src/privacy.h
2082         * src/summary_search.c
2083         * src/summaryview.c
2084                 fix build warnings
2085
2086 2007-05-05 [wwp]        2.9.1cvs44
2087
2088         * src/messageview.c
2089         * src/mh.c
2090         * src/prefs_actions.c
2091         * src/prefs_gtk.c
2092         * src/summaryview.c
2093         * src/common/xml.c
2094                 Fix "faild" typos everywhere and capitalization of
2095                 some g_warnings.
2096
2097 2007-05-04 [colin]      2.9.1cvs43
2098
2099         * src/compose.c
2100         * src/privacy.c
2101         * src/privacy.h
2102         * src/plugins/pgpcore/prefs_gpg.c
2103         * src/plugins/pgpcore/prefs_gpg.h
2104         * src/plugins/pgpinline/pgpinline.c
2105         * src/plugins/pgpmime/pgpmime.c
2106                 Add an API to warn about encryption limits,
2107                 and allow to disable these warnings
2108
2109 2007-05-03 [colin]      2.9.1cvs42
2110
2111         * src/summaryview.c
2112         * src/mainwindow.c
2113                 Fix bug 1213, 'Delete more than 
2114                 one thread at once'
2115
2116 2007-05-03 [wwp]        2.9.1cvs41
2117
2118         * src/prefs_common.c
2119         * src/prefs_filtering.c
2120         * src/prefs_template.c
2121         * src/common/template.c
2122         * src/common/template.h
2123         * src/gtk/gtkutils.c
2124         * src/gtk/gtkutils.h
2125                 Templates are no longer automatically sorted
2126                 by name, but can be sorted manually using
2127                 |< < > >| buttons as well as drag'n'drop.
2128
2129 2007-05-03 [wwp]        2.9.1cvs40
2130
2131         * src/plugins/spamassassin/spamassassin.c
2132         * src/plugins/spamassassin/spamassassin.h
2133         * src/plugins/spamassassin/spamassassin_gtk.c
2134         * src/plugins/bogofilter/bogofilter.c
2135         * src/plugins/bogofilter/bogofilter.h
2136         * src/plugins/bogofilter/bogofilter_gtk.c
2137                 Added an option to conditionally mark saved spam
2138                 as read (default is and was to do so).
2139                 Satisfies feature request 1708539 on sf.net tracker.
2140
2141 2007-05-03 [colin]      2.9.1cvs39
2142
2143         * src/inc.c
2144                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2145
2146 2007-05-02 [colin]      2.9.1cvs38
2147
2148         * src/textview.c
2149                 Fix bug 1209, 'Clicking on address 
2150                 in header (mailto uri) selects 
2151                 default account'. Patch adapted from
2152                 G.P. Halkes' patch.
2153
2154 2007-05-02 [colin]      2.9.1cvs37
2155
2156         * src/grouplistdialog.c
2157                 Set cursor to wait cursor while loading
2158                 groups.
2159
2160 2007-05-02 [paul]       2.9.1cvs36
2161
2162         * src/folder.c
2163         * src/common/defs.h
2164                 rename cache and mark files
2165                 (data is preserved)
2166
2167 2007-04-30 [paul]       2.9.1cvs35
2168
2169         * manual/glossary.xml
2170         * manual/plugins.xml
2171                 updates. Patch by Ricardo
2172
2173 2007-04-29 [wwp]        2.9.1cvs34
2174
2175         * src/mainwindow.c
2176         * configure.ac
2177                 Fix few grammatical errors (patch by David Relson < relson at
2178                 osagesoftware dot com >).
2179
2180 2007-04-28 [colin]      2.9.1cvs33
2181
2182         * src/account.c
2183         * src/pop.c
2184         * src/prefs_account.c
2185         * src/prefs_account.h
2186                 Drop the "Download all" preference. It's
2187                 stupidly useless and confuses people from
2188                 time to time.
2189
2190 2007-04-27 [wwp]        2.9.1cvs32
2191
2192         * src/account.c
2193         * src/prefs_account.c
2194         * src/prefs_account.h
2195                 Don't reflect accounts changes to the mainwindow when it's
2196                 not necessary.
2197
2198 2007-04-27 [colin]      2.9.1cvs31
2199
2200         * src/folder.c
2201                 Freeze/thaw when sync'ing flags
2202         * src/imap.c
2203         * src/prefs_account.c
2204         * src/prefs_account.h
2205         * src/etpan/imap-thread.c
2206         * src/etpan/imap-thread.h
2207                 Add a way to use UID FETCH instead
2208                 of searches to fetch message lists
2209                 and flags. More expensive towards
2210                 bandwidth, less expensive towards
2211                 server's CPU. Probably fixes 
2212                 bug 1158, 'Scanning new folders on 
2213                 Exchange 2007 extremely slow'.
2214                 Patch 95% by Hoa.
2215
2216 2007-04-27 [paul]       2.9.1cvs30
2217
2218         * src/mainwindow.c
2219         * src/prefs_logging.c
2220                 improvements to english usage
2221
2222 2007-04-27 [colin]      2.9.1cvs29
2223
2224         * src/imap.c
2225                 Fix build without libetpan (my bad!)
2226
2227 2007-04-26 [colin]      2.9.1cvs28
2228
2229         * src/imap.c
2230         * src/imap.h
2231                 Fix uselessly exported function
2232         * src/textview.c
2233                 Consider "- -- \n" as signature separator
2234                 (that's what signature separators look like
2235                  in PGP/Inline signed mails)
2236
2237 2007-04-26 [colin]      2.9.1cvs27
2238
2239         * configure.ac
2240                 libetpan-0.49 is now required
2241         * src/procmime.c
2242                 Fix double fetching of mails if
2243                 first try failed
2244         * src/imap.c
2245                 Make offline sync faster, by
2246                 remembering last change time, and
2247                 last sync time.
2248
2249 2007-04-26 [hoa]        2.9.1cvs26
2250
2251         * src/imap.c
2252         * src/imap.h
2253         * src/mainwindow.c
2254         * src/toolbar.c
2255         * src/etpan/imap-thread.c
2256         * src/etpan/imap-thread.h
2257                 cancellation of IMAP operations is now allowed.
2258                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2259
2260 2007-04-26 [colin]      2.9.1cvs25
2261
2262         * src/folder.c
2263                 Always fetch body+headers in folders that are
2264                 synched for offline use, if "Synchronise as
2265                 soon as possible" is set.
2266                 Fixes bug 1200, 'Add option to always retrieve full 
2267                 messages'
2268
2269 2007-04-25 [colin]      2.9.1cvs24
2270
2271         * src/compose.c
2272                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2273                 persists...'
2274
2275 2007-04-24 [colin]      2.9.1cvs23
2276
2277         * src/folderview.c
2278                 Fix bug 1195, 'Hardware key navigation' 
2279                 Make GDK_Enter toggle expansion (Maemo)
2280
2281 2007-04-24 [wwp]        2.9.1cvs22
2282
2283         * src/compose.c
2284                 Fix few compiler warnings.
2285
2286 2007-04-24 [paul]       2.9.1cvs21
2287
2288         * src/Makefile.am
2289         * src/stock_pixmap.c
2290         * src/stock_pixmap.h
2291                 complete last commit
2292
2293 2007-04-24 [paul]       2.9.1cvs20
2294
2295         * src/gtk/about.c
2296         * src/pixmaps/active.xpm
2297         * src/pixmaps/checkbox_off.xpm
2298         * src/pixmaps/checkbox_on.xpm
2299         * src/pixmaps/inactive.xpm
2300                 kick out the blobs
2301                 remove transparent border from checkbox icons
2302
2303 2007-04-24 [wwp]        2.9.1cvs19
2304
2305         * src/textview.c
2306         * src/textview.h
2307                 Fix a crash in textview, thanks to Colin.
2308
2309 2007-04-23 [wwp]        2.9.1cvs18
2310
2311         * src/prefs_common.c
2312                 Fix 2.9.1cvs5: no header was being translated at all.
2313
2314 2007-04-23 [colin]      2.9.1cvs17
2315
2316         * src/Makefile.am
2317         * src/stock_pixmap.c
2318         * src/stock_pixmap.h
2319         * src/summaryview.c
2320         * src/summaryview.h
2321         * src/gtk/gtksctree.c
2322         * src/gtk/gtksctree.h
2323         * src/pixmaps/selection.xpm
2324                 Fix bug 1193, 'Need a way to multi-select
2325                 items'. Add a toggle button to the summaryview
2326                 to switch between normal and multiple selection
2327                 (Maemo)
2328
2329 2007-04-23 [colin]      2.9.1cvs16
2330
2331         * src/Makefile.am
2332         * src/stock_pixmap.c
2333         * src/stock_pixmap.h
2334         * src/summaryview.c
2335         * src/summaryview.h
2336         * src/gtk/gtksctree.c
2337         * src/gtk/gtksctree.h
2338         * src/pixmaps/selection.xpm
2339                 Fix bug 1193, 'Need a way to multi-
2340                 select items'
2341                 Add a toggle button in the summaryview
2342                 to enable normal or multiple selection.
2343                 (Maemo)
2344
2345 2007-04-23 [colin]      2.9.1cvs15
2346
2347         * src/compose.c
2348                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2349
2350 2007-04-21 [colin]      2.9.1cvs14
2351
2352         * src/gtk/quicksearch.c
2353                 Fix previous commit (actually use correct
2354                 parameter)
2355
2356 2007-04-21 [colin]      2.9.1cvs13
2357
2358         * src/gtk/quicksearch.c
2359                 Fix changing quicksearch type (after Esc,
2360                 after changing Recursive, ...)
2361
2362 2007-04-20 [wwp]        2.9.1cvs12
2363
2364         * src/gtk/Makefile.am
2365                 Added headers.h (completes 2.9.1cvs5).
2366
2367 2007-04-20 [wwp]        2.9.1cvs11
2368
2369         * src/addressbook.c
2370                 Fix the use of display name in name column,
2371                 it has been overriden w/ the use of nickname
2372                 by 2.9.0cvs3. Now nickname is used (if any)
2373                 in case of LDAP books only.
2374
2375 2007-04-20 [colin]      2.9.1cvs10
2376
2377         * src/mimeview.c
2378         * src/summaryview.c
2379         * src/textview.c
2380                 Add handling of 'a' to loop in a mail's
2381                 mimeparts
2382
2383 2007-04-20 [colin]      2.9.1cvs9
2384
2385         * src/toolbar.c
2386                 Fix bug 1190, 'dir_open' button doesn't work'
2387                 (Maemo)
2388
2389 2007-04-20 [colin]      2.9.1cvs8
2390
2391         * src/folderview.c
2392         * src/mainwindow.c
2393                 Fix bug 1194, 'Hardware keys move from email 
2394                 list to account/directory list, but not back 
2395                 to email list...' (Maemo)
2396
2397 2007-04-20 [colin]      2.9.1cvs7
2398
2399         * src/compose.h
2400                 complete previous commit
2401
2402 2007-04-20 [colin]      2.9.1cvs6
2403
2404         * src/compose.c
2405                 Fix bug 1187, 'Reply-to addressee disappears 
2406                 when reply-to text box is clicked...' (Maemo)
2407
2408 2007-04-20 [wwp]        2.9.1cvs5
2409
2410         * po/POTFILES.in
2411         * src/addressbook.c
2412         * src/compose.c
2413         * src/filtering.c
2414         * src/headerview.c
2415         * src/matcher.c
2416         * src/prefs_common.c
2417         * src/prefs_common.h
2418         * src/prefs_display_header.c
2419         * src/prefs_matcher.c
2420         * src/summaryview.c
2421         * src/gtk/headers.h
2422         * src/gtk/quicksearch.c
2423                 Translate more header names according to the relevant option value,
2424                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2425                 Replaced nearly all uses of prefs_common.trans_hdr with a call
2426                 to prefs_common_translated_header_name().
2427                 Added a headers.h reference file that contains known header names
2428                 (RFC2822 and others) to the translation process' input, so that
2429                 translated header names will still exist even if no occurrence of
2430                 _("headername") is found anymore in the sources.
2431                 Don't translate column name 'Number' following to trans_hdr option
2432                 value as it's not a header name.
2433
2434 2007-04-20 [colin]      2.9.1cvs4
2435
2436         * src/gtk/quicksearch.c
2437         * src/gtk/quicksearch.h
2438                 Add "From, To or Subject" quicksearch
2439                 type. Patch by ulfschaper@users.sf.net
2440
2441 2007-04-20 [colin]      2.9.1cvs3
2442
2443         * src/matcher.c
2444                 Implement proper references filtering condition.
2445                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2446
2447 2007-04-19 [wwp]        2.9.1cvs2
2448
2449         * src/prefs_display_header.c
2450         * src/message_search.c
2451                 Fix few warnings (g_free of const gchar*).
2452
2453 2007-04-19 [paul]       2.9.1cvs1
2454
2455         * NEWS
2456         * README
2457         * RELEASE_NOTES
2458         * configure.ac
2459                 bump version number following
2460                 stable release
2461
2462 2007-04-19 [paul]       2.9.0cvs9
2463
2464         * manual/advanced.xml
2465         * manual/glossary.xml
2466                 fix typos
2467
2468 2007-04-18 [paul]       2.9.0cvs8
2469
2470         * src/pop.c
2471                 fix for CVE-2007-1558 (APOP)
2472                 Thanks to Colin
2473
2474 2007-04-18 [paul]       2.9.0cvs7
2475
2476         * src/messageview.c
2477         * src/mimeview.c
2478         * src/summaryview.c
2479         * src/gtk/filesel.c
2480                 Fix encoding woes wrt saving of
2481                 mails and parts
2482                 Thanks to Colin
2483
2484 2007-04-18 [colin]      2.9.0cvs6
2485
2486         * src/gtk/pluginwindow.c
2487                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2488
2489 2007-04-17 [wwp]        2.9.0cvs5
2490
2491         * src/addressadd.c
2492         * src/addressbook.c
2493         * src/addrindex.c
2494         * src/ldapupdate.c
2495                 Fix --disable-ldap build,
2496                 fix some LDAP annoyances on 
2497                 searches, thanks to Colin.
2498
2499 2007-04-17 [wwp]        2.9.0cvs4
2500
2501         * src/ldapupdate.c
2502                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2503                 like gcc 2.9x. Thanks to Colin.
2504
2505 2007-04-17 [wwp]        2.9.0cvs3
2506
2507         * src/Makefile.am
2508         * src/addressadd.c
2509         * src/addressbook.c
2510         * src/addrindex.c
2511         * src/addritem.c
2512         * src/addritem.h
2513         * src/editaddress.c
2514         * src/ldapctrl.c
2515         * src/ldapctrl.h
2516         * src/ldapquery.c
2517         * src/ldapserver.c
2518         * src/ldapserver.h
2519         * src/ldapupdate.c
2520         * src/ldapupdate.h
2521                 Add LDAP write support. Patch mostly by 
2522                 Michael <mir at datanom dot net>
2523
2524 2007-04-17 [wwp]        2.9.0cvs2
2525
2526         * src/compose.c
2527                 Prepend "Add to address book" to the context menu of compose window's sender and
2528                 recipient fields.
2529
2530 2007-04-16 [paul]       2.9.0cvs1
2531
2532         * src/gtk/authors.h
2533                 add Pader Rezso
2534
2535 2007-04-16 [paul]       2.9.0
2536
2537         * NEWS
2538         * README
2539         * RELEASE_NOTES
2540                 2.9.0 released
2541
2542 2007-04-16 [paul]       2.8.1cvs102
2543
2544         * po/fr.po
2545                 updated by Fabien Vantard
2546
2547 2007-04-16 [paul]       2.8.1cvs101
2548
2549         * po/ca.po
2550         * po/cs.po
2551         * po/de.po
2552         * po/hu.po
2553         * po/pl.po
2554         * po/pt_BR.po
2555         * po/sr.po
2556         * po/zh_CN.po
2557                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2558                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2559                 Aleksandar Urosevic, and Ralgh Young
2560
2561 2007-04-15 [mones]      2.8.1cvs100
2562
2563         * po/es.po
2564                 Updated for release
2565
2566 2007-04-14 [colin]      2.8.1cvs99
2567
2568         * src/message_search.c
2569         * src/prefs_display_header.c
2570         * src/summary_search.c
2571         * src/gtk/combobox.c
2572                 Fix allocations
2573
2574 2007-04-14 [wwp]        2.8.1cvs98
2575
2576         * src/gtk/combobox.c
2577         * src/message_search.c
2578         * src/summary_search.c
2579         * src/prefs_display_header.c
2580                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2581                 returns NULL, get the text value directly from the GtkEntry child.
2582
2583 2007-04-13 [colin]      2.8.1cvs97
2584
2585         * src/gtk/quicksearch.c
2586                 Give the focus back to summaryview when
2587                 emptying the quicksearch with Esc
2588
2589 2007-04-13 [colin]      2.8.1cvs96
2590
2591         * src/message_search.c
2592         * src/prefs_display_header.c
2593         * src/summary_search.c
2594                 Fix possibles crashes when getting text
2595                 from gtk combos
2596
2597 2007-04-13 [colin]      2.8.1cvs95
2598
2599         * src/pop.c
2600                 Add some UIDL debugging
2601
2602 2007-04-12 [colin]      2.8.1cvs94
2603
2604         * src/folder.c
2605                 Force folder scan if necessary after
2606                 copying mails, to be able to reapply
2607                 flags.
2608
2609 2007-04-11 [colin]      2.8.1cvs93
2610
2611         * src/main.c
2612                 don't scan for new mail on startup if --select
2613                 is specified (or race conditions arise). If so,
2614                 do both sequentially.
2615
2616 2007-04-09 [colin]      2.8.1cvs92
2617
2618         * src/common/defs.h
2619                 Use leafpad by default on Maemo. Patch
2620                 by Jean-Luc Biord.
2621
2622 2007-04-06 [colin]      2.8.1cvs91
2623
2624         * src/pixmaps/queue_close.xpm
2625         * src/pixmaps/queue_close_hrm.xpm
2626         * src/pixmaps/queue_close_hrm_mark.xpm
2627         * src/pixmaps/queue_close_mark.xpm
2628         * src/pixmaps/queue_open.xpm
2629         * src/pixmaps/queue_open_hrm.xpm
2630         * src/pixmaps/queue_open_hrm_mark.xpm
2631         * src/pixmaps/queue_open_mark.xpm
2632                 Move the clock one pixel down :)
2633
2634 2007-04-05 [colin]      2.8.1cvs90
2635
2636         * src/mainwindow.c
2637                 Don't sync when switching offline from
2638                 command line - it's usually too late :)
2639
2640 2007-04-05 [paul]       2.8.1cvs89
2641
2642         * src/Makefile.am
2643         * src/stock_pixmap.c
2644         * src/pixmaps/dir_close_hrm.xpm
2645         * src/pixmaps/dir_close_hrm_mark.xpm
2646         * src/pixmaps/drafts_close.xpm
2647         * src/pixmaps/drafts_close_mark.xpm
2648         * src/pixmaps/drafts_open.xpm
2649         * src/pixmaps/drafts_open_mark.xpm
2650         * src/pixmaps/inbox.xpm
2651         * src/pixmaps/inbox_close.xpm
2652         * src/pixmaps/inbox_close_hrm.xpm
2653         * src/pixmaps/inbox_close_hrm_mark.xpm
2654         * src/pixmaps/inbox_close_mark.xpm
2655         * src/pixmaps/inbox_hrm.xpm
2656         * src/pixmaps/inbox_hrm_mark.xpm
2657         * src/pixmaps/inbox_mark.xpm
2658         * src/pixmaps/inbox_open.xpm
2659         * src/pixmaps/inbox_open_hrm.xpm
2660         * src/pixmaps/inbox_open_hrm_mark.xpm
2661         * src/pixmaps/inbox_open_mark.xpm
2662         * src/pixmaps/outbox.xpm
2663         * src/pixmaps/outbox_close.xpm
2664         * src/pixmaps/outbox_close_hrm.xpm
2665         * src/pixmaps/outbox_close_hrm_mark.xpm
2666         * src/pixmaps/outbox_close_mark.xpm
2667         * src/pixmaps/outbox_hrm.xpm
2668         * src/pixmaps/outbox_hrm_mark.xpm
2669         * src/pixmaps/outbox_mark.xpm
2670         * src/pixmaps/outbox_open.xpm
2671         * src/pixmaps/outbox_open_hrm.xpm
2672         * src/pixmaps/outbox_open_hrm_mark.xpm
2673         * src/pixmaps/outbox_open_mark.xpm
2674         * src/pixmaps/queue_close.xpm
2675         * src/pixmaps/queue_close_hrm.xpm
2676         * src/pixmaps/queue_close_hrm_mark.xpm
2677         * src/pixmaps/queue_close_mark.xpm
2678         * src/pixmaps/queue_open.xpm
2679         * src/pixmaps/queue_open_hrm.xpm
2680         * src/pixmaps/queue_open_hrm_mark.xpm
2681         * src/pixmaps/queue_open_mark.xpm
2682                 updated, added and replaced icons
2683                 Icons by Colin
2684
2685 2007-04-04 [colin]      2.8.1cvs88
2686
2687         * src/imap.c
2688                 Fix build without libetpan
2689
2690 2007-04-03 [colin]      2.8.1cvs87
2691
2692         * src/imap.c
2693                 Fix crash with Citadel, and try to make
2694                 things work. this server (and specifically 
2695                 STATUS and APPEND at least) seems broken.
2696
2697 2007-04-03 [colin]      2.8.1cvs86
2698
2699         * src/folderview.c
2700                 Fix icons on folder close
2701
2702 2007-04-03 [colin]      2.8.1cvs85
2703
2704         * src/inc.c
2705                 Fix double-ask of offline override in
2706                 certain cases
2707         * src/imap.c
2708         * src/imap.h
2709         * src/imap_gtk.c
2710                 Much more efficient way to synchronise
2711                 for offline use
2712         * src/etpan/imap-thread.c
2713                 Fix possible segs
2714         * src/folder.c
2715         * src/gtk/quicksearch.c
2716                 Fix some GUI lags
2717
2718 2007-04-03 [paul]       2.8.1cvs84
2719
2720         * src/filtering.c
2721         * src/folder.c
2722         * src/folder.h
2723         * src/prefs_common.c
2724         * src/prefs_common.h
2725         * src/prefs_other.c
2726                 Fix sync being done too late
2727                 Thanks to Colin
2728
2729 2007-04-02 [colin]      2.8.1cvs83
2730
2731         * src/summaryview.c
2732                 Maemo: Put status and quicksearch at the top
2733         * src/plugins/bogofilter/bogofilter.c
2734         * src/plugins/spamassassin/spamassassin.c
2735                 Derive trash from inbox if possible
2736
2737 2007-04-02 [paul]       2.8.1cvs82
2738
2739         * src/plugins/bogofilter/bogofilter_gtk.c
2740                 a few English changes
2741
2742 2007-04-02 [paul]
2743
2744         2.9.0-rc1 released
2745
2746 2007-04-02 [colin]      2.8.1cvs81
2747
2748         * src/image_viewer.c
2749                 Fix transparent images by using
2750                 GtkImage
2751         * src/messageview.c
2752                 Flush events (on new windows) to avoid
2753                 having the textview's image resize fail
2754                 to know the available width
2755
2756 2007-04-01 [colin]      2.8.1cvs80
2757
2758         * src/prefs_account.c
2759                 If no MH mailbox exist, when creating a POP/Local
2760                 account, just create and use the default one 
2761                 instead of bailing with a "Mailbox doesn't exist"
2762                 error
2763
2764 2007-03-31 [colin]      2.8.1cvs79
2765
2766         * src/prefs_account.c
2767                 Create signature file if it doesn't exist
2768                 before editing
2769         * src/prefs_toolbar.c
2770                 Maemo: Move "Use default" on the left so
2771                 that people can find it
2772         * src/common/defs.h
2773                 Maemo: make default editor "Maemopad", 
2774                 default signature file "MyDocs/signature.txt"
2775
2776 2007-03-31 [colin]      2.8.1cvs78
2777
2778         * src/prefs_account.c
2779                 Maemo: rework account prefs so
2780                 that less horizontal scrolling
2781                 is required
2782
2783 2007-03-31 [colin]      2.8.1cvs77
2784
2785         * src/folderview.c
2786         * src/prefs_common.c
2787         * src/prefs_common.h
2788                 Fix bug 1167, 'Allow not displaying zeros 
2789                 in folder list'. Patch by MartinP
2790
2791 2007-03-31 [colin]      2.8.1cvs76
2792
2793         * AUTHORS
2794                 Add Jean-Luc Biord
2795
2796 2007-03-31 [colin]      2.8.1cvs75
2797
2798         * src/imap.c
2799                 Apply patch from bug 1172, direct
2800                 access to the folder's session instead
2801                 of using getter. Patch by MartinP
2802
2803 2007-03-31 [paul]       2.8.1cvs74
2804
2805         * src/gtk/authors.h
2806                 no need to list Fabien twice!
2807
2808 2007-03-31 [colin]      2.8.1cvs73
2809
2810         * src/inc.c
2811                 If we're currently "overriding for %d minutes",
2812                 don't ask
2813
2814 2007-03-31 [colin]      2.8.1cvs72
2815
2816         * src/compose.c
2817         * src/imap.c
2818         * src/inc.c
2819         * src/inc.h
2820         * src/messageview.c
2821         * src/news.c
2822         * src/plugins/spamassassin/spamassassin.c
2823                 Offline override: Add a parameter to allow
2824                 asking even if the override timer is running.
2825                 Allows to ask every time the user makes an
2826                 explicit action needing online access (such
2827                 as Get Mail), and not when the action is 
2828                 implicit (such as opening an IMAP folder)
2829
2830 2007-03-31 [colin]      2.8.1cvs71
2831
2832         * src/inc.c
2833                 Override offline: "No" answer shouldn't
2834                 re-ask after 3 seconds, but 10 minutes. 
2835
2836 2007-03-30 [colin]      2.8.1cvs70
2837
2838         * src/common/socket.c
2839                 Better error reporting on unix socket
2840                 failure (bind usually)
2841         * src/gtk/gtkutils.c
2842         * src/gtk/gtkutils.h
2843                 Label window: add a pulsing progress
2844                 bar to show we're not hung :)
2845         * src/folderview.c
2846         * src/main.c
2847         * src/plugins/pgpcore/sgpgme.c
2848                 Update API
2849
2850 2007-03-30 [colin]      2.8.1cvs69
2851
2852         * src/pop.c
2853         * src/prefs_common.c
2854                 Fix possible trashing of history and uidl
2855                 files on disk full problems
2856
2857 2007-03-30 [paul]       2.8.1cvs68
2858
2859         * src/mainwindow.c
2860         * src/summaryview.c
2861         * src/summaryview.h
2862                 update summary when changing layout type
2863                 (fixes wrong folder icon being displayed)
2864                 Thanks to Colin
2865
2866 2007-03-29 [colin]      2.8.1cvs67
2867
2868         * src/prefs_ext_prog.c
2869                 The browser pref is irrelevant on Maemo
2870
2871 2007-03-29 [colin]      2.8.1cvs66
2872
2873         * src/compose.c
2874         * src/compose.h
2875                 Maemo: dynamically switch headers/text position
2876         * src/prefs_common.c
2877                 Maemo: hide compose's ruler by default
2878         * src/common/socket.c
2879         * src/common/socket.h
2880                 Fix build warning
2881
2882 2007-03-29 [colin]      2.8.1cvs65
2883
2884         * src/common/socket.c
2885         * src/common/socket.h
2886                 Fix build when MAEMO_CFLAGS contains
2887                 _X_OPENSOURCE (resolv.h errors as long
2888                 as we don't add _BSD_SOURCE. Ugly).
2889
2890 2007-03-29 [wwp]        2.8.1cvs64
2891
2892         * src/prefs_logging.c
2893                 Fix sensitivity of clip-log widgets in prefs/logging,
2894                 thanks to Fabien.
2895
2896 2007-03-29 [wwp]        2.8.1cvs63
2897
2898         * po/POTFILES.in
2899                 Updated files list for translations, thanks to Fabien.
2900
2901 2007-03-29 [colin]      2.8.1cvs62
2902
2903         * src/main.c
2904         * src/common/Makefile.am
2905         * src/common/utils.c
2906                 Maybe make URI opening work in Maemo
2907                 Requires testing :)
2908
2909 2007-03-28 [colin]      2.8.1cvs61
2910
2911         * src/folder.c
2912         * src/folder.h
2913         * src/folderview.c
2914                 Add the possibility to sort folders arbitrarily
2915                 (via editing of folderlist.xml only). Patch by
2916                 Martin P <mp26+claws@os.inf.tu-dresden.de>
2917                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
2918                 be changed by the user'
2919
2920 2007-03-28 [colin]      2.8.1cvs60
2921
2922         * src/mimeview.c
2923                 Add popup menu for mime icons
2924
2925 2007-03-28 [colin]      2.8.1cvs59
2926
2927         * src/mainwindow.c
2928                 Fix a layout issue when presenting
2929                 mainwindow in Small screen layout
2930         * src/toolbar.c
2931         * src/toolbar.h
2932                 Add a "Go to folder list" button for
2933                 mainwindow, and make it default in
2934                 the Maemo build
2935
2936 2007-03-28 [colin]      2.8.1cvs58
2937
2938         * src/compose.c
2939                 Don't dynamically update title on Maemo
2940                 Patch by Jean-Luc Biord
2941
2942 2007-03-27 [colin]      2.8.1cvs57
2943
2944         * src/compose.c
2945         * src/folderview.c
2946         * src/summaryview.c
2947                 Enable tap-and-hold on Maemo
2948
2949 2007-03-26 [colin]      2.8.1cvs56
2950
2951         * src/compose.c
2952                 More popup-menu (in attachments list)
2953
2954 2007-03-26 [colin]      2.8.1cvs55
2955
2956         * src/compose.c
2957                 Enable popup-menu signal
2958
2959 2007-03-26 [colin]      2.8.1cvs54
2960
2961         * src/plugins/pgpinline/pgpinline.c
2962                 Fix bug 1111, 'PGP/inline plugin hides text 
2963                 around encrypted text block'. Patch based on
2964                 a patch from Michal Cihar.
2965
2966 2007-03-26 [wwp]        2.8.1cvs53
2967
2968         * src/procmsg.c
2969                 Fix getting a false error when sending queued message
2970                 whereas the sending was fine (if there are subfolders
2971                 in the queue folder), thanks to Colin.
2972
2973 2007-03-26 [paul]       2.8.1cvs52
2974
2975         * src/wizard.c
2976                 update FACE header in welcome message
2977
2978 2007-03-25 [colin]      2.8.1cvs51
2979
2980         * src/Makefile.am
2981                 Fix make dist
2982
2983 2007-03-25 [colin]      2.8.1cvs50
2984
2985         * src/main.c
2986                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
2987
2988 2007-03-24 [colin]      2.8.1cvs49
2989
2990         * src/main.c
2991                 Fix a few launch problems on Maemo
2992                 Patch by Jean-Luc Biord
2993
2994 2007-03-24 [wwp]        2.8.1cvs48
2995
2996         * src/alertpanel.c
2997         * src/alertpanel.h
2998         * src/messageview.c
2999         * src/summaryview.c
3000                 Fix wrong action performed when closing the
3001                 "ask about account specific filtering rules
3002                 when filtering manually" dialog by pressing Escape.
3003                 Fix wrong order of buttons in the "return receipt
3004                 notification - the message was sent to several of
3005                 your accounts" dialog.
3006
3007 2007-03-24 [paul]       2.8.1cvs47
3008
3009         * src/folderview.c
3010                 an improvement to English usage
3011         * tools/kdeservicemenu/README
3012                 updated Claws url
3013
3014 2007-03-24 [paul]       2.8.1cvs46
3015
3016         * src/Makefile.am
3017         * src/stock_pixmap.c
3018         * src/pixmaps/edit_extern.xpm
3019         * src/pixmaps/mail_sign.xpm
3020                 rescue long lost icons
3021
3022 2007-03-24 [paul]       2.8.1cvs45
3023
3024         * src/toolbar.c
3025                 fix toolbar (broken in 2.8.1cvs42)
3026
3027 2007-03-23 [colin]      2.8.1cvs44
3028
3029         * src/imap.c
3030                 Correctly unsubscribe/resubscribe after
3031                 RENAME
3032
3033 2007-03-23 [colin]      2.8.1cvs43
3034
3035         * src/prefs_common.c
3036                 Maemo: as the platform is light on RAM, allow
3037                 caches to be discarded faster.
3038
3039 2007-03-23 [colin]      2.8.1cvs42
3040
3041         * src/Makefile.am
3042         * src/compose.c
3043         * src/compose.h
3044         * src/stock_pixmap.c
3045         * src/stock_pixmap.h
3046         * src/summaryview.c
3047         * src/summaryview.h
3048         * src/toolbar.c
3049         * src/toolbar.h
3050         * src/pixmaps/open_mail.xpm
3051                 Maemo changes: Add the possibility to have
3052                 "Open Email" and "Close Window" buttons on 
3053                 toolbars (and use them in Maemo's default
3054                 toolbars)
3055
3056 2007-03-23 [wwp]        2.8.1cvs41
3057
3058         * src/action.c
3059                 Reverted that part of the action dialog closure logics, to
3060                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3061                 done later in a different way (or may not).
3062
3063 2007-03-22 [wwp]        2.8.1cvs40
3064
3065         * src/action.c
3066                 Fix sticky action dialog when got no output but action command
3067                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3068
3069 2007-03-22 [colin]      2.8.1cvs39
3070
3071         * src/prefs_filtering.c
3072         * src/gtk/combobox.h
3073                 Fix escaping account names in filtering prefs
3074
3075 2007-03-22 [colin]      2.8.1cvs38
3076
3077         * src/addrindex.c
3078         * src/ldapctrl.h
3079         * src/ldapquery.c
3080                 Add any attribute specified in LDAP servers'
3081                 Search attributes to the Other Attributes tab
3082                 of contacts; Add 'telephoneNumber' in the
3083                 default list.
3084
3085 2007-03-22 [colin]      2.8.1cvs37
3086
3087         * src/folderview.c
3088         * src/folderview.h
3089         * src/mainwindow.c
3090                 Try to prevent race conditions when
3091                 changing the folder list
3092         * src/summaryview.c
3093                 Fix possible red folder icon when
3094                 switching from Small screen layout
3095                 to any other
3096
3097 2007-03-22 [colin]      2.8.1cvs36
3098
3099         * src/mainwindow.c
3100         * src/mainwindow.h
3101         * src/summaryview.c
3102                 Rename "little screen" to "Small screen"
3103         * src/gtk/Makefile.am
3104         * src/common/utils.c
3105         * src/mh.c
3106                 Fix Maemo-related compilation problems
3107
3108 2007-03-21 [colin]      2.8.1cvs35
3109
3110         * configure.ac
3111                 Fix previous commit
3112         * claws-mail.desktop
3113                 Remove .png from the Icon, it's useless
3114
3115 2007-03-21 [colin]      2.8.1cvs34
3116
3117         * configure.ac
3118         * src/Makefile.am
3119                 Add the necessary lib checking for 
3120                 Maemo
3121
3122 2007-03-21 [colin]      2.8.1cvs33
3123
3124         * src/main.c
3125                 Fix unconditional "error happened" when
3126                 sending via command-line. "lol @ myself"
3127
3128 2007-03-21 [colin]      2.8.1cvs32
3129
3130         * claws-mail-40x40.png
3131         * claws-mail-26x26.png
3132         * src/account.c
3133         * src/addressbook.c
3134         * src/compose.c
3135         * src/folderview.c
3136         * src/folderview.h
3137         * src/main.c
3138         * src/mainwindow.c
3139         * src/mainwindow.h
3140         * src/messageview.c
3141         * src/prefs_account.c
3142         * src/prefs_common.c
3143         * src/summary_search.c
3144         * src/summaryview.c
3145         * src/summaryview.h
3146         * src/gtk/authors.h
3147         * src/gtk/gtkutils.c
3148         * src/gtk/gtkutils.h
3149         * src/gtk/logwindow.c
3150         * src/gtk/menu.c
3151         * src/gtk/prefswindow.c
3152                 Add Maemo port (patch mainly by Jean-Luc Biort)
3153                 Add a new 'Little screen' layout to help on such
3154                 platforms (patch by me)
3155                 Make some default preferences different (more
3156                 adapted) on Maemo (patch by me)
3157
3158 2007-03-21 [wwp]        2.8.1cvs31
3159
3160         * src/prefs_logging.c
3161         * src/prefs_logging.h
3162                 Fixed copyright header of newly added files.
3163
3164 2007-03-21 [wwp]        2.8.1cvs30
3165
3166         * src/Makefile.am
3167         * src/filtering.c
3168         * src/filtering.h
3169         * src/folder.c
3170         * src/folderview.c
3171         * src/imap.c
3172         * src/inc.c
3173         * src/main.c
3174         * src/mainwindow.c
3175         * src/mainwindow.h
3176         * src/matcher.c
3177         * src/messageview.c
3178         * src/news.c
3179         * src/pop.c
3180         * src/prefs_common.c
3181         * src/prefs_common.h
3182         * src/prefs_logging.c
3183         * src/prefs_logging.h
3184         * src/prefs_other.c
3185         * src/procmsg.c
3186         * src/send_message.c
3187         * src/summaryview.c
3188         * src/common/log.c
3189         * src/common/log.h
3190         * src/common/nntp.c
3191         * src/common/session.c
3192         * src/common/smtp.c
3193         * src/common/socket.c
3194         * src/etpan/imap-thread.c
3195         * src/gtk/logwindow.c
3196         * src/gtk/logwindow.h
3197         * src/plugins/bogofilter/bogofilter.c
3198         * src/plugins/spamassassin/spamassassin.c
3199                 Added debugging of filtering/processing rules.
3200                 The debug log is here 'Tools/Filtering debug window',
3201                 the options there 'Configuration/Preferences/Other/Logging',
3202                 and the log file is ~/.claws-mail/filtering.log.
3203                 Moved protocol log prefs to 'Other/Logging' as well.
3204                 To support such debugging feature, the existing log API has
3205                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3206                 this impacts many external modules (commits follow).
3207
3208 2007-03-21 [paul]       2.8.1cvs29
3209
3210         * src/etpan/Makefile.am
3211         * src/etpan/imap-thread.c
3212                 add missing #include
3213
3214 2007-03-21 [colin]      2.8.1cvs28
3215
3216         * src/procmime.c
3217                 Fix bug 1157, 'some broken messages confuse 
3218                 mime parser'. Make sure we can't have MimeInfos
3219                 with negative sizes.
3220
3221 2007-03-20 [colin]      2.8.1cvs27
3222
3223         * src/main.c
3224                 Fix missing \0 on buffer
3225
3226 2007-03-20 [colin]      2.8.1cvs26
3227
3228         * src/mh.c
3229                 Use make_dir_hier instead of make_dir 
3230                 to create the MH mailbox
3231
3232 2007-03-20 [colin]      2.8.1cvs25
3233
3234         * src/folder.c
3235         * src/folder.h
3236         * src/prefs_account.c
3237         * src/wizard.c
3238                 Fix default inbox weirdnesses (after wizard,
3239                 if path is Mail, mailbox identifier is #mh/Mailbox,
3240                 and when creating new accounts)
3241
3242 2007-03-20 [colin]      2.8.1cvs24
3243
3244         * src/account.c
3245                 Write folderlist after adding/deleting accounts
3246                 that have folders
3247
3248 2007-03-20 [colin]      2.8.1cvs23
3249
3250         * src/imap.c
3251         * src/remotefolder.h
3252                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3253                 selected while scanning prior to update'
3254
3255 2007-03-17 [paul]       2.8.1cvs22
3256
3257         * src/main.c
3258                 fix a typo, and be a little more verbose.
3259
3260 2007-03-17 [wwp]        2.8.1cvs21
3261
3262         * src/inc.c
3263                 Fix a compiler warning.
3264
3265 2007-03-16 [wwp]        2.8.1cvs20
3266
3267         * tools/Makefile.am
3268         * tools/README
3269                 Updated to deal w/ the new mairix.sh tool.
3270
3271 2007-03-16 [wwp]        2.8.1cvs19
3272
3273         * src/action.c
3274                 Fix logics issues around the action IO dialog:
3275                 - disable entry widget and exec button when
3276                   the exec button is clicked (don't wait for any
3277                   output line) - fix possible disabling/re-enabling/
3278                   re-disabling of those widgets
3279                 - raise an error if executing a %as{} action either
3280                   empty or invalid, instead of failing silently
3281                 - don't close the dialog if the abort button has been
3282                   clicked and if there was no output yet
3283                 - set focus to the abort button when the exec button
3284                   is clicked
3285                 - fix capitalization of a warning message
3286
3287 2007-03-16 [wwp]        2.8.1cvs18
3288
3289         * tools/mairix.sh
3290                 Added a wrapper to mairix to the tools folder.
3291
3292 2007-03-16 [colin]      2.8.1cvs17
3293
3294         * src/messageview.c
3295         * src/mimeview.h
3296                 Allow mimeviewer plugins to print
3297                 their stuff
3298
3299 2007-03-16 [colin]      2.8.1cvs16
3300
3301         * .cvsignore
3302                 Ignore *.patchset
3303
3304 2007-03-15 [colin]      2.8.1cvs15
3305
3306         * src/messageview.c
3307         * src/mimeview.h
3308                 Add a way for mimeviewer plugins to
3309                 implement body search
3310
3311 2007-03-15 [paul]       2.8.1cvs14
3312
3313         * src/prefs_spelling.c
3314                 fix English usage
3315
3316 2007-03-15 [paul]       2.8.1cvs13
3317
3318         * src/common/quoted-printable.c
3319                 fix decoding of quoted-printable parts
3320
3321 2007-03-14 [wwp]        2.8.1cvs12
3322
3323         * src/gtk/logwindow.h
3324                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3325
3326 2007-03-14 [wwp]        2.8.1cvs11
3327
3328         * src/gtk/logwindow.h
3329                 Complete 2.8.1cvs10.
3330
3331 2007-03-14 [colin]      2.8.1cvs10
3332
3333         * src/gtk/logwindow.c
3334                 Probably fix bug 1149, crash on logwindow
3335                 close - at the expense of performance once
3336                 logwin has been opened
3337
3338 2007-03-14 [colin]      2.8.1cvs9
3339
3340         * src/main.c
3341                 If claws-mail is running on another
3342                 display, warn instead of popping it up
3343                 on the other display
3344
3345 2007-03-12 [colin]      2.8.1cvs8
3346
3347         * src/wizard.c
3348                 Fix bug 1145, 'Setting a different name 
3349                 for the Mailbox name isn't reflected in 
3350                 default account settings'. Patch by wwp
3351
3352 2007-03-12 [colin]      2.8.1cvs7
3353
3354         * src/summaryview.c
3355                 Fix bug 1143, 'Add number of messages to be 
3356                 deleted to confirmation dialog'
3357
3358 2007-03-12 [wwp]        2.8.1cvs6
3359
3360         * src/folderview.c
3361         * src/prefs_common.c
3362         * src/prefs_common.h
3363         * src/prefs_summaries.c
3364                 Changed the option that displays unread messages count
3365                 next to the folder name in folder list: it is now
3366                 possible to either display nothing, display the
3367                 unread messages number only or the unread and total messages
3368                 numbers. The patch includes this extra feature as well
3369                 as some minor fixes by rewriting the algo in folderview.c.
3370                 Thanks to Paul for the original idea and implementation, plus
3371                 testing and proof-reading!
3372
3373 2007-03-09 [paul]       2.8.1cvs5
3374
3375         * tools/Makefile.am
3376         * tools/README
3377         * tools/claws-mail-compose-insert-files.pl
3378                 added a script which enables inserting files
3379                 into the message body of a new Claws Mail
3380                 Compose window from the command line. Additionally
3381                 To, Cc, Subject and files to attach to the message
3382                 can be specified.
3383
3384 2007-03-09 [wwp]        2.8.1cvs4
3385
3386         * src/addr_compl.c
3387         * src/addr_compl.h
3388         * src/filtering.c
3389                 Optimize matching of addresses in the addressbook
3390                 (filtering/processing 'found_in_addressbook' condition).
3391
3392 2007-03-07 [wwp]        2.8.1cvs3
3393
3394         * src/quote_fmt.c
3395         * src/quote_fmt_lex.l
3396         * src/quote_fmt_parse.y
3397                 Add a new quote format symbol: %A to insert the
3398                 sender email address (just the address itself).
3399
3400 2007-03-06 [wwp]        2.8.1cvs2
3401
3402         * src/gtk/gtkutils.c
3403         * src/plugins/trayicon/trayicon_prefs.h
3404         * src/plugins/trayicon/trayicon_prefs.c
3405         * src/plugins/trayicon/trayicon.c
3406         * src/mainwindow.h
3407         * src/mainwindow.c
3408                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3409                 minimizing Claws-Mail main window will hide it to the trayicon instead.
3410
3411
3412 2007-03-06 [paul]       2.8.1cvs1
3413
3414         * NEWS
3415         * README
3416         * RELEASE_NOTES
3417         * configure.ac
3418                 bump version number following
3419                 stable release
3420
3421 2007-03-06 [paul]       2.8.0cvs24
3422
3423         * po/cs.po
3424                 corrected by by Tim <timbrain@post.cz>
3425
3426 2007-03-05 [colin]      2.8.0cvs23
3427
3428         * src/Makefile.am
3429         * src/procmime.c
3430                 Fix mime/globs path on NetBSD
3431                 patch by George Michaelson
3432
3433 2007-03-05 [wwp]        2.8.0cvs22
3434
3435         * src/addr_compl.c
3436                 Remove debug statement (accidentally committed w/ cvs14).
3437
3438 2007-03-05 [paul]       2.8.0cvs21
3439
3440         * src/plugins/pgpcore/prefs_gpg.c
3441                 fix compiler warning
3442
3443 2007-03-05 [wwp]        2.8.0cvs20
3444
3445         * src/matcher_parser_parse.y
3446                 Fix mismerge between cvs17 and cvs19.
3447
3448 2007-03-05 [wwp]        2.8.0cvs19
3449
3450         * src/matcher_parser_parse.y
3451         * src/prefs_filtering_action.c
3452         * src/matcher.c
3453         * src/matcher.h
3454         * src/filtering.c
3455         * src/filtering.h
3456                 Add new 'add_to_addressbook' filtering/processing action.
3457
3458 2007-03-05 [wwp]        2.8.0cvs18
3459
3460         * src/filtering.c
3461                 Fix mark_as_ham filtering/processing action: spam flag
3462                 was not unset.
3463
3464 2007-03-04 [colin]      2.8.0cvs17
3465
3466         * src/filtering.c
3467         * src/matcher.c
3468         * src/matcher.h
3469         * src/matcher_parser_parse.y
3470         * src/prefs_filtering_action.c
3471                 Add 'Mark as spam' and 'Mark as ham' filtering
3472                 actions. Fixes bug 1138.
3473
3474 2007-03-04 [colin]      2.8.0cvs16
3475
3476         * src/imap.c
3477                 Fix bug 1140, wrong return value
3478                 without libetpan
3479
3480 2007-03-04 [wwp]        2.8.0cvs15
3481
3482         * src/addr_compl.c
3483                 Rollback cvs14: don't free stuff that is managed in g_list.
3484
3485 2007-03-04 [wwp]        2.8.0cvs14
3486
3487         * src/addr_compl.c
3488                 Fix a leak in address completion code.
3489
3490 2007-03-04 [colin]      2.8.0cvs13
3491
3492         * src/addr_compl.c
3493                 Maybe fix bug 1136, 'Crash in group 
3494                 address completion'
3495
3496 2007-03-04 [iwkse]      2.8.0cvs12
3497
3498         * src/imap.c
3499                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3500
3501 2007-03-03 [colin]      2.8.0cvs11
3502
3503         * src/plugins/pgpinline/pgpinline.c
3504                 Fix off-by-one, fix double-free. Fixes
3505                 bug 1135, 'cm-segfault on decrypting 
3506                 with PGP/inline'
3507
3508 2007-03-03 [colin]      2.8.0cvs10
3509
3510         * configure.ac
3511         * src/main.c
3512         * src/common/plugin.c
3513                 Fix bug 1134, 'Valgrind macros unhandled 
3514                 by Irix's cc'
3515
3516 2007-03-02 [colin]      2.8.0cvs9
3517
3518         * src/mbox.c
3519                 Don't error out on EAGAIN. Fixes 
3520                 bug 1129, '"local mbox file" account 
3521                 isn't retrieving mails'
3522
3523 2007-03-01 [wwp]        2.8.0cvs8
3524
3525         * src/mainwindow.c
3526         * src/gtk/colorlabel.c
3527                 Remove accels for extra color labels until we set better
3528                 and definitive ones.
3529
3530 2007-02-28 [wwp]        2.8.0cvs7
3531
3532         * src/mainwindow.c
3533         * src/matcher_parser_parse.y
3534         * src/prefs_common.c
3535         * src/prefs_msg_colors.c
3536         * src/procmsg.h
3537         * src/gtk/colorlabel.c
3538         * src/gtk/colorlabel.h
3539                 Add more customizable color labels. Cleaned up a bit
3540                 the color label API to avoid duplicate defines of
3541                 the max number of colors.
3542
3543 2007-02-27 [colin]      2.8.0cvs6
3544
3545         * src/mainwindow.c
3546         * src/common/utils.c
3547         * src/common/utils.h
3548                 Fix '+' in mailto URIs for List-* headers
3549
3550 2007-02-27 [colin]      2.8.0cvs5
3551
3552         * src/gtk/gtkutils.c
3553                 Use gtk_window_set_role instead of 
3554                 _set_wmclass
3555
3556 2007-02-27 [colin]      2.8.0cvs4
3557
3558         * src/inc.c
3559                 Fix "After receiving new mail, go to inbox" on IMAP,
3560                 and make it work only on manual reception
3561
3562 2007-02-27 [wwp]        2.8.0cvs3
3563
3564         * src/prefs_filtering.c
3565         * src/prefs_filtering_action.c
3566         * src/prefs_matcher.c
3567                 Update filtering matcher's and action's color label menus
3568                 when re-opening those dialogs (reflect any change to the
3569                 color labels list in the preferences).
3570
3571 2007-02-27 [colin]      2.8.0cvs2
3572
3573         * src/imap.c
3574         * src/etpan/etpan-thread-manager-types.h
3575         * src/etpan/etpan-thread-manager.c
3576         * src/etpan/imap-thread.c
3577                 Log imap ALERTs as errors in the log.
3578
3579 2007-02-26 [paul]       2.8.0cvs1
3580
3581         * tools/claws.i18n.status.pl
3582                 updated
3583
3584 2007-02-26 [paul]       2.7.2cvs75
3585
3586         * po/ca.po
3587         * po/cs.po
3588         * po/de.po
3589         * po/en_GB.po
3590         * po/fi.po
3591         * po/fr.po
3592         * po/hu.po
3593         * po/pl.po
3594         * po/pt_BR.po
3595         * po/sk.po
3596         * po/sr.po
3597         * po/zh_CN.po
3598                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3599                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3600                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3601                 Aleksandar Urosevic, and Ralgh Young
3602
3603 2007-02-25 [mones]      2.7.2cvs74
3604
3605         * po/es.po
3606                 Updated for release
3607
3608 2007-02-25 [colin]      2.7.2cvs73
3609
3610         * src/main.c
3611                 Clearing the list is only useful
3612                 to prevent a valgrind false-positive
3613
3614 2007-02-25 [paul]       2.7.2cvs72
3615
3616         * tools/Makefile.am
3617         * tools/README
3618         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
3619         * tools/maildir2claws-mail.pl  **REMOVED**
3620                 renamed the script, fixed a couple bugs
3621
3622 2007-02-23 [colin]      2.7.2cvs71
3623
3624         * src/addressbook.c
3625                 Fix a leak, check for a few improbable nulls
3626
3627 2007-02-23 [colin]      2.7.2cvs70
3628
3629         * src/main.c
3630         * src/main.h
3631         * src/plugins/trayicon/trayicon.c
3632                 Fix blinking mainwin when starting in tray
3633                 (show mainwindow later in the startup process,
3634                  apart if restarting post-crash)
3635
3636 2007-02-23 [colin]      2.7.2cvs69
3637
3638         * src/folderview.c
3639         * src/imap_gtk.c
3640                 Fix crash when unsubscribing the currently
3641                 selected/opened folder
3642
3643 2007-02-23 [colin]      2.7.2cvs68
3644
3645         * src/compose.c
3646                 Fix bug that prevented colorization to
3647                 work without wrap quotation option
3648
3649 2007-02-23 [colin]      2.7.2cvs67
3650
3651         * src/addr_compl.c
3652                 Fix refcounting, start and end completion who
3653                 behaved as if there couldn't be any other current
3654                 user of completion
3655
3656 2007-02-23 [wwp]        2.7.2cvs66
3657
3658         * src/addressbook.c
3659         * src/addrindex.c
3660                 Address completion fixes: fix addressbook_peek_folder_exists() in
3661                 which the algorithm was ridiculously over-obfuscated and broken.
3662                 Fix addrindex_load_completion() as well, to load addresses in
3663                 completion list with regards to what addressbook_peek_folder_exists()
3664                 returns now.
3665
3666 2007-02-23 [wwp]        2.7.2cvs65
3667
3668         * src/addr_compl.c
3669                 Add addresses to completion when they're non-empty (thanks to Colin).
3670
3671 2007-02-23 [paul]       2.7.2cvs64
3672
3673         * src/plugins/pgpcore/passphrase.c
3674                 remove 'const '
3675
3676 2007-02-23 [colin]      2.7.2cvs63
3677
3678         * src/plugins/pgpcore/prefs_gpg.c
3679         * src/plugins/pgpcore/prefs_gpg.h
3680         * src/plugins/pgpcore/sgpgme.c
3681         * src/plugins/pgpinline/pgpinline.c
3682         * src/plugins/pgpmime/pgpmime.c
3683                 Try harder to respect user's choice wrt
3684                 gpg-agent even with gpg2, by unsetting
3685                 GPG_AGENT_INFO when necessary.
3686
3687 2007-02-22 [paul]       2.7.2cvs62
3688
3689         * src/plugins/pgpcore/sgpgme.c
3690         * src/plugins/pgpcore/sgpgme.h
3691         * src/plugins/pgpcore/passphrase.c
3692         * src/plugins/pgpinline/pgpinline.c
3693         * src/plugins/pgpmime/pgpmime.c
3694                 Fix a leak - gpgme_data_release_and_get_mem
3695                 leaks in recent gpgme. Workaround by using
3696                 our own function.
3697
3698 2007-02-22 [paul]       2.7.2cvs61
3699
3700         * src/gtk/quicksearch.c
3701                 Abandon dynamic search when pressing
3702                 Enter
3703
3704 2007-02-21 [colin]      2.7.2cvs60
3705
3706         * src/procmsg.c
3707         * src/plugins/pgpcore/passphrase.c
3708                 Fix little memory leaks
3709         * src/main.c
3710                 Fix false-positive leak at exit
3711         * src/gtk/quicksearch.c
3712                 Fix potentially big leak in recursive
3713                 Quicksearch
3714
3715 2007-02-21 [wwp]        2.7.2cvs59
3716
3717         * src/summaryview.c
3718                 Add missing newline to a debug message.
3719
3720 2007-02-20 [colin]      2.7.2cvs58
3721
3722         * src/Makefile.am
3723         * src/mimeview.c
3724         * src/stock_pixmap.c
3725         * src/stock_pixmap.h
3726         * src/pixmaps/mime_pgpsig.xpm
3727                 Add icon for application/pgp-signature
3728
3729 2007-02-20 [colin]      2.7.2cvs57
3730
3731         * src/Makefile.am
3732         * src/main.c
3733         * src/mimeview.c
3734         * src/stock_pixmap.c
3735         * src/stock_pixmap.h
3736         * src/pixmaps/mime_calendar.xpm
3737         * src/pixmaps/mime_pdf.xpm
3738         * src/pixmaps/mime_ps.xpm
3739                 Add icons for text/calendar, application/pdf
3740                 and application/postscript
3741
3742 2007-02-20 [colin]      2.7.2cvs56
3743
3744         * autogen.sh
3745         * src/matcher_parser_parse.y
3746         * src/matcher_parser_lex.l
3747                 Fix big memory leak in flex, and
3748                 require flex 2.5.31
3749
3750 2007-02-20 [wwp]        2.7.2cvs55
3751
3752         * src/matcher_parser_parse.y
3753                 Fix a duplicate token definition (thanks to iwkse).
3754
3755 2007-02-20 [wwp]        2.7.2cvs54
3756
3757         * src/matcher_parser_lex.l
3758         * src/quote_fmt_lex.l
3759                 Use proper flex options instead of direct use of #define,
3760                 make the flex-generated C lighter.
3761
3762 2007-02-20 [colin]      2.7.2cvs53
3763
3764         * src/summaryview.c
3765                 Grab focus in message list after hiding
3766                 the quicksearch, instead of leaving it
3767                 "somewhere"
3768
3769 2007-02-19 [colin]      2.7.2cvs52
3770
3771         * src/folderview.c
3772                 Fix bug 1033, 'Automatically refresh 
3773                 message list when new messages arrives'
3774                 Looks like folderview->opened can sometimes
3775                 be wrong...
3776
3777 2007-02-19 [paul]       2.7.2cvs51
3778
3779         * tools/Makefile.am
3780         * tools/README
3781         * tools/thunderbird-filters-convertor.pl
3782                 add new script which converts thunderbird filter
3783                 rules to Claws filter rules
3784
3785 2007-02-18 [paul]       2.7.2cvs50
3786
3787         * src/plugins/pgpcore/prefs_gpg.c
3788         * src/plugins/pgpcore/prefs_gpg.h
3789         * src/plugins/pgpcore/sgpgme.c
3790         * src/plugins/pgpinline/pgpinline.c
3791         * src/plugins/pgpmime/pgpmime.c
3792                 improved GUI interoperability with gpg-agent
3793
3794 2007-02-18 [paul]       2.7.2cvs49
3795
3796         * src/prefs_account.c
3797                 Privacy options sensitivity fix
3798
3799 2007-02-17 [colin]      2.7.2cvs48
3800
3801         * src/messageview.c
3802                 Reset icon to warning in the noticeview
3803
3804 2007-02-15 [colin]      2.7.2cvs47
3805
3806         * src/folderview.c
3807                 Fix a manifestation of bug 1033 (summaryview failing
3808                 to update for new mails), which happens after editing
3809                 account preferences or preferences that cause a 
3810                 folderview reload.
3811
3812 2007-02-15 [colin]      2.7.2cvs46
3813
3814         * src/addressbook.c
3815                 Probably fix bug 1123, 'Segmentation 
3816                 fault while opening address book'. I get
3817                 g_warnings if the saved paned position is
3818                 not greater than 0. Also, save position
3819                 when hiding the addressbook instead of
3820                 via signal.
3821
3822 2007-02-14 [colin]      2.7.2cvs45
3823
3824         * src/plugins/pgpcore/prefs_gpg.c
3825         * src/plugins/pgpcore/prefs_gpg.h
3826         * src/plugins/pgpcore/sgpgme.c
3827         * src/plugins/pgpinline/pgpinline.c
3828         * src/plugins/pgpmime/pgpmime.c
3829                 Add an option "Use gpg-agent if available". Fixes
3830                 annoyances with distro-installed gpg-agent, when
3831                 no pinentry program is installed, and the user's 
3832                 at a loss on why "decryption failed". Makes more
3833                 clear why passphrase isn't saved when gpg-agent is
3834                 used. Defaults to true, to avoid changing the 
3835                 current behaviour.
3836
3837 2007-02-14 [wwp]        2.7.2cvs44
3838
3839         * src/matcher_parser_parse.y
3840                 Fix missing line number reset (wrong line number might appear
3841                 when re-loading filtering rules if there's a parser error).
3842
3843 2007-02-13 [colin]      2.7.2cvs43
3844
3845         * src/common/utils.c
3846                 Don't encode ',' in URIs before passing it
3847                 to the browser command-line. It was probably
3848                 done at a time where commas in URIs made
3849                 mozilla -remote 'openurl(%s,new-window)'
3850                 bug.
3851
3852 2007-02-13 [wwp]        2.7.2cvs42
3853
3854         * src/prefs_matcher.c
3855         * src/plugins/bogofilter/bogofilter_gtk.c
3856                 A bit of string factorization around "Select ..." buttons.
3857
3858 2007-02-11 [colin]      2.7.2cvs41
3859
3860         * src/alertpanel.c
3861                 Make sure to escape the title
3862
3863 2007-02-11 [colin]      2.7.2cvs40
3864
3865         * src/codeconv.c
3866                 Recognize .utf8 locales as .UTF-8 ones
3867
3868 2007-02-11 [colin]      2.7.2cvs39
3869
3870         * src/compose.c
3871                 Fix code conversion when dragging a file
3872
3873 2007-02-09 [colin]      2.7.2cvs38
3874
3875         * src/plugins/clamav/clamav_plugin.c
3876                 Complete Paul's patch with conditional
3877                 compilation to avoid breaking compilation
3878                 on old Dapper and Edgy... Maybe other
3879                 distros too.
3880
3881 2007-02-09 [paul]       2.7.2cvs37
3882
3883         * src/plugins/clamav/clamav_plugin.c
3884                 fix for the upstream changes in libclamav
3885
3886 2007-02-09 [paul]       2.7.2cvs36
3887
3888         * src/main.c
3889         * src/mainwindow.c
3890         * src/procmsg.c
3891         * src/procmsg.h
3892                 fix "warn if there are queued messages" (on exit)
3893                 option, which only checked the first mailbox's
3894                 queue
3895                 don't ask before emptying trash if there are no
3896                 messages in trash, also check and empty all trash
3897                 folders
3898         * src/prefs_other.c
3899                 move "Ask before emptying trash" option
3900                 outside of the "On exit" frame as it's
3901                 not only an "On exit" option
3902
3903 2007-02-09 [paul]       2.7.2cvs35
3904
3905         * src/addrgather.c
3906         * src/alertpanel.c
3907         * src/editldap.c
3908         * src/prefs_account.c
3909         * src/prefs_folder_item.c
3910         * src/prefs_gtk.h
3911         * src/prefs_matcher.c
3912         * src/prefs_message.c
3913         * src/prefs_msg_colors.c
3914         * src/prefs_summaries.c
3915         * src/wizard.c
3916         * src/gtk/inputdialog.c
3917         * src/plugins/bogofilter/bogofilter_gtk.c
3918                 pedantic commit: use 'checkbtn' everywhere
3919                 instead of a mixture of 'checkbtn' and 'chkbtn'
3920
3921 2007-02-09 [paul]       2.7.2cvs34
3922
3923         * src/compose.c
3924                 fix default hotkeys
3925         * src/prefs_other.c
3926         * src/prefs_send.c
3927                 move "Never send Return Receipts" from
3928                 prefs_other to prefs_send
3929                 add an option "Ask about account specific
3930                 filtering rules..." to prefs_other
3931         * src/gtk/gtkutils.c
3932                 fix a compiler warning
3933
3934 2007-02-08 [colin]      2.7.2cvs33
3935
3936         * src/plugins/pgpinline/pgpinline.c
3937                 Fix bug 1110, 'pgpmime fails to process 
3938                 encapsulated openpgp mime (rfc 3156, 6.1 
3939                 -> rfc1847)'
3940                 It was due to an interaction between PGP/Mime
3941                 and PGP/Inline plugin. 
3942
3943 2007-02-08 [colin]      2.7.2cvs32
3944
3945         * src/inc.c
3946         * src/mbox.c
3947         * src/mbox.h
3948                 Fix bug 1117, 'fcntl locking code 
3949                 does not work in mbox.c'
3950
3951 2007-02-08 [colin]      2.7.2cvs31
3952
3953         * src/prefs_account.c
3954                 Fix Gentoo bug 165819, 'can't create 
3955                 a "local mbox file" account'. Patch
3956                 by Olivier <castan.o@free.fr>
3957
3958 2007-02-07 [colin]      2.7.2cvs30
3959
3960         * src/ldapquery.c
3961                 Fix bug 1106, 'Claws crash on exit if LDAPS 
3962                 autocompletion was used'
3963
3964 2007-02-07 [paul]       2.7.2cvs29
3965
3966         * src/folder.c
3967                 cut down on unnecessary debug_prints
3968         * src/imap_gtk.c
3969                 fix menu_set_active() on 'Show only
3970                 subscribed folders'
3971
3972 2007-02-07 [paul]       2.7.2cvs28
3973
3974         * src/plugins/clamav/clamav_plugin.c
3975         * src/plugins/clamav/clamav_plugin.h
3976         * src/plugins/clamav/clamav_plugin_gtk.c
3977                 fix copyright header
3978
3979 2007-02-07 [paul]       2.7.2cvs27
3980
3981         * src/procheader.c
3982                 fix bug 1116, 'summary view allow a 
3983                 subject line break'
3984
3985 2007-02-06 [colin]      2.7.2cvs26
3986
3987         * src/summaryview.c
3988                 Fix delete thread
3989
3990 2007-02-05 [fabien]     2.7.2cvs25
3991
3992         * po/POTFILES.in
3993         * src/uri_opener.c
3994                 i18n related - 1 fix and 1 message for translators.
3995
3996 2007-02-05 [colin]      2.7.2cvs24
3997
3998         * src/gtk/quicksearch.c
3999                 Don't reload summary list if quicksearch wasn't
4000                 active on hiding; move currently selected mail in
4001                 the visible area when showing the quicksearch
4002
4003 2007-02-05 [colin]      2.7.2cvs23
4004
4005         * src/folderview.c
4006                 Add debug to try to solve bug 1104
4007
4008 2007-02-05 [paul]       2.7.2cvs22
4009
4010         * src/mainwindow.c
4011                 confirm before emptying trash on exit is
4012                 a Yes or No answer, use Yes or No in the
4013                 dialog
4014
4015 2007-02-04 [colin]      2.7.2cvs21
4016
4017         * src/compose.c
4018         * src/plugins/pgpcore/passphrase.c
4019         * src/plugins/pgpcore/select-keys.c
4020                 Set wmclass on new windows
4021
4022 2007-02-04 [colin]
4023
4024         2.8.0-rc1 released
4025
4026 2007-02-04 [colin]      2.7.2cvs20
4027
4028         * src/compose.c
4029         * src/compose.h
4030                 Auto save drafts on exit, reopen them
4031                 at startup, instead of asking
4032         * src/account.c
4033         * src/addressadd.c
4034         * src/addressbook.c
4035         * src/addressbook_foldersel.c
4036         * src/addrgather.c
4037         * src/crash.c
4038         * src/editaddress.c
4039         * src/editbook.c
4040         * src/editgroup.c
4041         * src/editjpilot.c
4042         * src/editldap.c
4043         * src/editldap_basedn.c
4044         * src/editvcard.c
4045         * src/exphtmldlg.c
4046         * src/expldifdlg.c
4047         * src/export.c
4048         * src/foldersel.c
4049         * src/gedit-print.c
4050         * src/import.c
4051         * src/importldif.c
4052         * src/importmutt.c
4053         * src/importpine.c
4054         * src/main.c
4055         * src/mainwindow.c
4056         * src/message_search.c
4057         * src/messageview.c
4058         * src/prefs_actions.c
4059         * src/prefs_customheader.c
4060         * src/prefs_display_header.c
4061         * src/prefs_filtering.c
4062         * src/prefs_filtering_action.c
4063         * src/prefs_folder_column.c
4064         * src/prefs_gtk.c
4065         * src/prefs_matcher.c
4066         * src/prefs_other.c
4067         * src/prefs_summaries.c
4068         * src/prefs_summary_column.c
4069         * src/prefs_template.c
4070         * src/sourcewindow.c
4071         * src/ssl_manager.c
4072         * src/summary_search.c
4073         * src/uri_opener.c
4074         * src/gtk/about.c
4075         * src/gtk/description_window.c
4076         * src/gtk/foldersort.c
4077         * src/gtk/gtkutils.c
4078         * src/gtk/gtkutils.h
4079         * src/gtk/icon_legend.c
4080         * src/gtk/logwindow.c
4081         * src/gtk/pluginwindow.c
4082         * src/gtk/prefswindow.c
4083                 Give different wmclass to different
4084                 windows - thanks to sed ;)
4085
4086 2007-02-04 [colin]      2.7.2cvs19
4087
4088         * src/main.c
4089                 Revert previous patch, can't reproduce
4090                 it anymore. 
4091
4092 2007-02-03 [colin]      2.7.2cvs18
4093
4094         * src/main.c
4095                 Don't save the mainwindow size and
4096                 position on emergency exit (libSM's
4097                 "die" callback), Xfce seems to make
4098                 the window smaller just before the
4099                 size's saved.
4100
4101 2007-02-03 [colin]      2.7.2cvs17
4102
4103         * src/plugins/bogofilter/bogofilter.c
4104         * src/plugins/bogofilter/bogofilter.h
4105         * src/plugins/bogofilter/bogofilter_gtk.c
4106         * src/plugins/pgpinline/pgpinline.c
4107         * src/plugins/pgpinline/pgpinline.h
4108                 Fix more copyrights
4109
4110 2007-02-03 [colin]      2.7.2cvs16
4111
4112         * src/partial_download.c
4113         * src/partial_download.h
4114         * src/ssl_manager.c
4115         * src/ssl_manager.h
4116         * src/uri_opener.c
4117         * src/uri_opener.h
4118         * src/wizard.c
4119         * src/wizard.h
4120         * src/common/ssl_certificate.c
4121         * src/common/ssl_certificate.h
4122         * src/gtk/quicksearch.c
4123         * src/gtk/quicksearch.h
4124         * src/gtk/sslcertwindow.c
4125         * src/gtk/sslcertwindow.h
4126                 Fix copyright on my files
4127
4128 2007-02-02 [colin]      2.7.2cvs15
4129
4130         * src/Makefile.am
4131         * src/mainwindow.c
4132         * src/messageview.c
4133         * src/messageview.h
4134         * src/textview.c
4135         * src/textview.h
4136         * src/uri_opener.c
4137         * src/uri_opener.h
4138                 Add Tools/List URIs to allow
4139                 opening any URI in the current mail
4140
4141 2007-02-02 [colin]      2.7.2cvs14
4142
4143         * src/common/valgrind.h ** NEW FILE **
4144         * src/common/Makefile.am
4145         * src/common/plugin.c
4146                 Don't dlclose the plugins if we're running
4147                 under valgrind. (doesn't require valgrind
4148                 either at compile time or run time).
4149
4150 2007-02-01 [paul]       2.7.2cvs13
4151
4152         * AUTHORS
4153         * src/gtk/authors.h
4154         * tools/freshmeat_search.pl
4155         * tools/google_search.pl
4156         * tools/multiwebsearch.pl
4157                 add support for non ISO-8859-1 compatible locales
4158                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4159
4160 2007-02-01 [colin]      2.7.2cvs12
4161
4162         * src/prefs_other.c
4163         * src/prefs_summaries.c
4164                 Move keybinding prefs to the Other page
4165
4166 2007-02-01 [wwp]        2.7.2cvs11
4167
4168         * src/plugins/trayicon/trayicon.c
4169                 Fix a raising issue within KDE.
4170
4171 2007-02-01 [colin]      2.7.2cvs10
4172
4173         * src/codeconv.c
4174                 Fix stray quotes in encoded strings
4175         * src/addressadd.c
4176                 Fix wrong call causing g_warnings
4177         * src/textview.c
4178                 Remove useless message
4179
4180 2007-01-31 [wwp]        2.7.2cvs9
4181
4182         * src/plugins/trayicon/trayicon.c
4183                 fix buggy hiding of main window when closing if close-to-tray
4184                 is not set (bad logics  in the trayicon hook code).
4185                 Changed the quit confirmation message too.
4186
4187 2007-01-30 [colin]      2.7.2cvs8
4188
4189         * src/main.c
4190                 Fix hidden mainwindow after clicking on
4191                 the X close button, if compose windows
4192                 exist and the user chooses not to quit
4193
4194 2007-01-30 [colin]      2.7.2cvs7
4195
4196         * src/main.c
4197         * src/compose.c
4198                 Handle local URIs to attach files (file:///...)
4199                 Fixes attaching files from Thunar for example
4200
4201 2007-01-30 [colin]      2.7.2cvs6
4202
4203         * src/prefs_ext_prog.c
4204                 Add 'mousepad' to the list of text editors.
4205                 Mousepad is XFCE's text editor
4206
4207 2007-01-29 [wwp]        2.7.2cvs5
4208
4209         * po/POTFILES.in
4210         * src/plugins/trayicon/trayicon_prefs.c
4211                 trayicon i18n fixes, thanks to Fabien.
4212
4213 2007-01-28 [wwp]        2.7.2cvs4
4214
4215         * src/mainwindow.c
4216         * src/mainwindow.h
4217         * src/plugins/trayicon/trayicon.c
4218         * src/plugins/trayicon/trayicon_prefs.c
4219         * src/plugins/trayicon/trayicon_prefs.h
4220                 Added a new TrayIcon plugin option to close to tray
4221                 (WM's hotkey and [X] button will hide the window instead
4222                 of closing it - closing CM can be done using the tray icon
4223                 menu or the File menu).
4224                 Improved visibility handling in trayicon, clicking the
4225                 trayicon now raise the window to current desktop when it
4226                 was either minimized/shaded/on another desktop.
4227                 Thanks to Paul for testing and fixing a strange behaviour
4228                 in KDE ;-).
4229
4230 2007-01-27 [paul]       2.7.2cvs3
4231
4232         * src/prefs_folder_item.c
4233         * src/prefs_receive.c
4234         * src/plugins/pgpcore/prefs_gpg.c
4235                 use 'start-up' instead of 'startup' in labels
4236
4237 2007-01-26 [wwp]        2.7.2cvs2
4238
4239         * src/plugins/trayicon/Makefile.am
4240         * src/plugins/trayicon/trayicon.c
4241         * src/plugins/trayicon/trayicon_prefs.c
4242         * src/plugins/trayicon/trayicon_prefs.h
4243                 Add a new TrayIcon option to hide the main window at
4244                 start-up.
4245                 Fix trayicon.c copyright header.
4246
4247 2007-01-26 [paul]       2.7.2cvs1
4248
4249         * NEWS
4250         * README
4251         * RELEASE_NOTES
4252         * configure.ac
4253                 bump up version number following
4254                 stable release
4255
4256 2007-01-25 [mones]      2.7.1cvs60
4257
4258         * po/es.po
4259                 updated thousands of strings (well, probably less ;-)
4260
4261 2007-01-25 [colin]      2.7.1cvs59
4262
4263         * src/matcher.c
4264                 Fix 2nd-run loss of matcherrc on new
4265                 configurations. 
4266
4267 2007-01-25 [wwp]        2.7.1cvs58
4268
4269         * src/mimeview.c
4270                 fix handling of empty value in attach_save_directory too, thanks
4271                 to Colin.
4272
4273 2007-01-25 [wwp]        2.7.1cvs57
4274
4275         * src/gtk/filesel.c
4276                 fix handling of empty value in attach_load_directory,
4277                 thanks to Colin.
4278
4279 2007-01-25 [wwp]        2.7.1cvs56
4280
4281         * src/plugins/dillo_viewer/dillo_prefs.h
4282                 fix a typo.
4283
4284 2007-01-25 [colin]      2.7.1cvs55
4285
4286         * src/matcher.c
4287         * src/matcher.h
4288         * src/matcher_parser_parse.y
4289         * src/prefs_matcher.c
4290                 Add matching on the spam flag
4291
4292 2007-01-24 [colin]      2.7.1cvs54
4293
4294         * src/folder.c
4295         * src/common/xml.c
4296         * src/common/xml.h
4297                 Make sure folderlist.xml is correctly
4298                 written before overwriting it.
4299         * src/procmsg.c
4300         * src/procmsg.h
4301         * src/summaryview.c
4302         * src/plugins/bogofilter/bogofilter.c
4303         * src/plugins/bogofilter/bogofilter.h
4304         * src/plugins/bogofilter/bogofilter_gtk.c
4305         * src/plugins/spamassassin/spamassassin.c
4306         * src/plugins/spamassassin/spamassassin.h
4307         * src/plugins/spamassassin/spamassassin_gtk.c
4308                 Move spam to the correct trash folder after
4309                 learning, if spam directory isn't set.
4310
4311 2007-01-23 [paul]       2.7.1cvs53
4312
4313         * src/plugins/bogofilter/bogofilter_gtk.c
4314                 fix sensitivity of "Insert X-Bogosity header"
4315                 option
4316
4317 2007-01-23 [colin]      2.7.1cvs52
4318
4319         * src/toolbar.c
4320                 Translate toolbar items text if
4321                 they're translatable (default)
4322         * src/addrcache.c
4323         * src/addrcache.h
4324         * src/addritem.c
4325         * src/addritem.h
4326         * src/codeconv.c
4327         * src/codeconv.h
4328         * src/jpilot.c
4329         * src/jpilot.h
4330         * src/ldapctrl.c
4331         * src/ldapctrl.h
4332         * src/ldapquery.h
4333         * src/ldif.c
4334         * src/ldif.h
4335         * src/etpan/etpan-thread-manager.c
4336         * src/etpan/etpan-thread-manager.h
4337         * src/gtk/gtkutils.c
4338         * src/gtk/gtkutils.h
4339                 More static functions
4340
4341 2007-01-22 [fabien]     2.7.1cvs51
4342
4343         * src/gtk/gtkutils.c
4344                 gtkut_get_options_frame() : ability to pass
4345                 a 'NULL' value in frame pointer parameter if
4346                 we don't need it.
4347
4348 2007-01-22 [colin]      2.7.1cvs50
4349
4350         * src/procmsg.c
4351         * src/procmsg.h
4352         * src/plugins/bogofilter/bogofilter.c
4353         * src/plugins/bogofilter/bogofilter_gtk.c
4354         * src/plugins/spamassassin/spamassassin.c
4355         * src/plugins/spamassassin/spamassassin_gtk.c
4356                 Allow moving spams to the account's trash
4357                 instead of default one
4358
4359 2007-01-21 [colin]      2.7.1cvs49
4360
4361         * src/ldapquery.c
4362         * src/ldapquery.h
4363                 Revert a static function that shouldn't
4364                 have been
4365
4366 2007-01-21 [colin]      2.7.1cvs48
4367
4368         * src/ldapquery.c
4369         * src/ldapquery.h
4370                 Same
4371
4372 2007-01-21 [colin]      2.7.1cvs47
4373
4374         * src/procmsg.c
4375         * src/procmsg.h
4376                 Same
4377
4378 2007-01-21 [colin]      2.7.1cvs46
4379
4380         * src/common/socket.c
4381         * src/common/socket.h
4382                 Same
4383
4384 2007-01-21 [colin]      2.7.1cvs45
4385
4386         * src/crash.c
4387         * src/exporthtml.c
4388         * src/exporthtml.h
4389         * src/exportldif.c
4390         * src/exportldif.h
4391         * src/folder.c
4392         * src/folder.h
4393         * src/folder_item_prefs.c
4394         * src/folder_item_prefs.h
4395         * src/folderview.c
4396         * src/folderview.h
4397         * src/gedit-print.c
4398         * src/gedit-print.h
4399         * src/main.c
4400         * src/main.h
4401         * src/common/socket.c
4402         * src/common/socket.h
4403         * src/gtk/gtkaspell.c
4404         * src/gtk/gtkaspell.h
4405         * src/gtk/quicksearch.c
4406         * src/gtk/quicksearch.h
4407                 Same
4408
4409 2007-01-21 [colin]      2.7.1cvs44
4410
4411         * src/common/utils.c
4412         * src/common/utils.h
4413         * src/etpan/etpan-thread-manager.c
4414         * src/etpan/etpan-thread-manager.h
4415                 Same (Funny that etpan_thread_unbind
4416                 is called but not etpan_thread_bind)
4417
4418 2007-01-21 [colin]      2.7.1cvs43
4419
4420         * src/addrselect.c
4421         * src/addrselect.h
4422         * src/codeconv.c
4423         * src/codeconv.h
4424         * src/compose.c
4425         * src/compose.h
4426         * src/etpan/Makefile.am
4427         * src/gtk/colorlabel.c
4428         * src/gtk/colorlabel.h
4429         * src/gtk/sslcertwindow.c
4430         * src/gtk/sslcertwindow.h
4431         * src/etpan/etpan-log.c ** REMOVED **
4432         * src/etpan/etpan-log.h ** REMOVED **
4433                 Same
4434
4435 2007-01-20 [colin]      2.7.1cvs42
4436
4437         * src/addritem.c
4438         * src/addritem.h
4439                 Same
4440
4441 2007-01-20 [colin]      2.7.1cvs41
4442
4443         * src/account.c
4444         * src/account.h
4445         * src/addrbook.c
4446         * src/addrbook.h
4447         * src/addrcache.c
4448         * src/addrcache.h
4449         * src/addrclip.c
4450         * src/addrclip.h
4451         * src/addressbook.c
4452         * src/addressbook.h
4453         * src/addrharvest.c
4454         * src/addrharvest.h
4455         * src/addrindex.c
4456         * src/addrindex.h
4457         * src/editaddress.c
4458         * src/editaddress.h
4459                 Make functions that aren't used in other
4460                 files static
4461
4462 2007-01-20 [colin]      2.7.1cvs40
4463
4464         * src/account.c
4465         * src/addrbook.c
4466         * src/addrcache.c
4467         * src/addressbook.c
4468         * src/addrgather.c
4469         * src/addrindex.c
4470         * src/addrquery.c
4471         * src/addrselect.c
4472         * src/browseldap.c
4473         * src/compose.c
4474         * src/editbook.c
4475         * src/editjpilot.c
4476         * src/editldap.c
4477         * src/editldap_basedn.c
4478         * src/editvcard.c
4479         * src/exporthtml.c
4480         * src/exportldif.c
4481         * src/folder.c
4482         * src/folderview.c
4483         * src/image_viewer.c
4484         * src/imap.c
4485         * src/importmutt.c
4486         * src/importpine.c
4487         * src/jpilot.c
4488         * src/ldapquery.c
4489         * src/main.c
4490         * src/mainwindow.c
4491         * src/matcher.c
4492         * src/messageview.c
4493         * src/mh.c
4494         * src/mimeview.c
4495         * src/msgcache.c
4496         * src/mutt.c
4497         * src/news.c
4498         * src/pine.c
4499         * src/prefs_account.c
4500         * src/prefs_common.c
4501         * src/prefs_compose_writing.c
4502         * src/prefs_ext_prog.c
4503         * src/prefs_folder_item.c
4504         * src/prefs_fonts.c
4505         * src/prefs_message.c
4506         * src/prefs_msg_colors.c
4507         * src/prefs_other.c
4508         * src/prefs_quote.c
4509         * src/prefs_receive.c
4510         * src/prefs_send.c
4511         * src/prefs_spelling.c
4512         * src/prefs_summaries.c
4513         * src/prefs_toolbar.c
4514         * src/prefs_wrapping.c
4515         * src/privacy.c
4516         * src/procmime.c
4517         * src/procmsg.c
4518         * src/ssl_manager.c
4519         * src/statusbar.c
4520         * src/summaryview.c
4521         * src/toolbar.c
4522         * src/vcard.c
4523         * src/common/hooks.c
4524         * src/common/log.c
4525         * src/common/passcrypt.c
4526         * src/common/socket.c
4527         * src/common/ssl.c
4528         * src/common/ssl_certificate.c
4529         * src/common/template.c
4530         * src/common/utils.c
4531         * src/etpan/imap-thread.c
4532         * src/gtk/sslcertwindow.c
4533         * src/gtk/sslcertwindow.h
4534                 Make functions that could be static, static
4535
4536 2007-01-20 [colin]      2.7.1cvs39
4537
4538         * src/editldap.c
4539                 Fix tooltip
4540
4541 2007-01-20 [colin]      2.7.1cvs38
4542
4543         * src/ldapquery.c
4544         * src/ldaputil.c
4545         * src/ldaputil.h
4546                 Fix bug 1102, 'claws-mail-2.7.1 
4547                 makes use of deprecated ldap 
4548                 functions'
4549
4550 2007-01-20 [colin]      2.7.1cvs37
4551
4552         * src/mainwindow.c
4553         * src/mainwindow.h
4554         * src/summaryview.c
4555         * src/gtk/quicksearch.c
4556                 Add Wide message list layout
4557
4558 2007-01-19 [fabien]     2.7.1cvs36
4559
4560         * src/textview.c
4561                 make sure a font change is considered in links of
4562                 headerview.
4563
4564 2007-01-19 [colin]      2.7.1cvs35
4565
4566         * src/main.c
4567         * src/mainwindow.c
4568         * src/mainwindow.h
4569         * src/messageview.c
4570         * src/messageview.h
4571         * src/prefs_common.c
4572         * src/prefs_common.h
4573         * src/summaryview.c
4574         * src/summaryview.h
4575         * src/gtk/quicksearch.c
4576         * src/gtk/quicksearch.h
4577                 Drop 'Separate Folder tree' and 'Separate
4578                 Message View'. Put three layouts in place
4579                 of it.
4580
4581 2007-01-19 [paul]       2.7.1cvs34
4582
4583         * src/prefs_msg_colors.c
4584                 more use of Q_ for translators
4585
4586 2007-01-19 [paul]       2.7.1cvs33
4587
4588         * src/imap_gtk.c
4589         * src/prefs_account.c
4590                 a few changes to the English
4591
4592 2007-01-19 [fabien]     2.7.1cvs32
4593
4594         * src/wizard.c
4595                 factorize translatable string
4596
4597 2007-01-18 [colin]      2.7.1cvs31
4598
4599         * src/main.c
4600                 Don't error out on --sync option. Although
4601                 we don't do anything with it, gtk+ handles
4602                 it, and it's useful for debugging X errors
4603
4604 2007-01-18 [fabien]     2.7.1cvs30
4605
4606         * src/prefs_other.c
4607                 ability to apply on the fly the recent added
4608                 'gtk_can_change_accels' pref (no need to restart).
4609
4610 2007-01-18 [fabien]     2.7.1cvs29
4611
4612         * src/plugins/bogofilter/bogofilter_gtk.c
4613         * src/plugins/bogofilter/bogofilter.c
4614         * src/plugins/spamassassin/spamassassin_gtk.c
4615         * src/addr_compl.c
4616         * src/prefs_account.c
4617                 factorize or rewrite some translatable strings.
4618
4619 2007-01-18 [fabien]     2.7.1cvs28
4620
4621         * src/prefs_gtk.h
4622         * src/compose.c
4623                 set a 4pix space between "Subject:" label and subject entry in
4624                 compose window.
4625
4626 2007-01-18 [wwp]        2.7.1cvs27
4627
4628         * src/addressbook.c
4629                 fix conflicting address-copy/paste when focus is set
4630                 to the embedded edit-person form.
4631  
4632
4633 2007-01-18 [wwp]        2.7.1cvs26
4634
4635         * src/addressbook.h
4636                 complete 2.7.1cvs23 (one more file was missing from that
4637                 commit).
4638
4639 2007-01-18 [colin]      2.7.1cvs25
4640
4641         * src/main.c
4642                 Provide a way to migrate without backup
4643                 Re-ask for migration on next start if 
4644                 it has been refused and wizard has been 
4645                 cancelled after.
4646
4647 2007-01-18 [wwp]        2.7.1cvs24
4648
4649         * src/editaddress.c
4650                 complete 2.7.1.cvs23 (file was missing from previous
4651                 commit).
4652
4653 2007-01-18 [wwp]        2.7.1cvs23
4654
4655         * src/addressbook.c
4656                 fix potential crashes in address book's focus_in/out signal handlers,
4657                 force focus to the edit-person form when clicked the Edit menu entry or
4658                 button (this only matters if the edit-person form is embedded to the
4659                 AB window, in that case, focus is not set when browsing the contacts
4660                 list w/ keys or mouse clicks).
4661
4662 2007-01-18 [paul]       2.7.1cvs22
4663
4664         * src/main.c
4665                 add command line options:
4666                 -h for --help
4667                 -q and --quit for --exit
4668                 -v for --version
4669                 print "Unknown option" for unknown options
4670
4671 2007-01-18 [paul]       2.7.1cvs21
4672
4673         * po/ru.po
4674                 updated by Pavlo Bohmat
4675
4676 2007-01-18 [paul]       2.7.1cvs20
4677
4678         * src/mainwindow.c
4679                 fix sensitivity issues of Mark as Spam/Ham
4680
4681 2007-01-17 [fabien]     2.7.1cvs19
4682
4683         * src/prefs_other.c
4684         * src/prefs_common.c
4685         * src/prefs_common.h
4686         * src/main.c
4687                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
4688                 control the corresponding gtk property. It could be used to lock
4689                 all shortcuts (avoid to set one of them by inadvertency).
4690
4691 2007-01-17 [colin]      2.7.1cvs18
4692
4693         * src/summaryview.c
4694                 Fix bug 1100, 'Highlighted e-mail data not visible 
4695                 when color label applied.'. Use a weighted average
4696                 between normal selected foreground color and color
4697                 label instead of a simple one (3/1 instead 1/1).
4698
4699 2007-01-17 [colin]      2.7.1cvs17
4700
4701         * src/messageview.c
4702                 Better fix for bug 1088, 'Ctrl-h produces repeatable
4703                 crash' - don't prevent mail switching while loading
4704
4705 2007-01-17 [colin]      2.7.1cvs16
4706
4707         * src/folder.c
4708         * src/folder.h
4709         * src/folderview.c
4710         * src/folderview.h
4711         * src/imap.c
4712         * src/imap.h
4713         * src/imap_gtk.c
4714                 Manage recursive search of unsubscribed folders
4715                 Rescan tree without checking for new messages 
4716                 after subscriptions changed
4717
4718 2007-01-17 [paul]       2.7.1cvs15
4719
4720         * src/prefs_common.c
4721         * src/gtk/pluginwindow.c
4722                 fix bug 1101, '"Load plugin" button is
4723                 accidentally hidden'
4724                 unset (-1) initial width in prefs_common,
4725                 fix overlapping buttons,
4726                 and other cleanups
4727
4728 2007-01-17 [paul]       2.7.1cvs14
4729
4730         * src/procmime.c
4731                 add #include <errno.h>, it's needed
4732                 on some systems
4733
4734 2007-01-17 [paul]       2.7.1cvs13
4735
4736         * src/common/defs.h
4737         * tools/make.themes.project
4738                 rename .sylpheed_themeinfo to .claws_themeinfo
4739                 and use it
4740         * src/etpan/etpan-errors.h
4741         * src/etpan/etpan-log.c
4742         * src/etpan/etpan-log.h
4743         * src/etpan/etpan-thread-manager-types.h
4744         * src/etpan/etpan-thread-manager.c
4745         * src/etpan/etpan-thread-manager.h
4746         * src/etpan/imap-thread.c
4747         * src/etpan/imap-thread.h
4748                 add copyright header
4749
4750 2007-01-17 [colin]      2.7.1cvs12
4751
4752         * src/plugins/pgpcore/select-keys.c
4753         * src/gtk/pluginwindow.c
4754         * src/prefs_account.c
4755                 Fix warnings
4756
4757 2007-01-16 [colin]      2.7.1cvs11
4758
4759         * src/imap.c
4760         * src/imap.h
4761         * src/imap_gtk.c
4762                 Manage subscribing to subfolders when only
4763                 subscribed folders are shown.
4764
4765 2007-01-16 [colin]      2.7.1cvs10
4766
4767         * src/folderview.c
4768                 Fix annoying vscrollbar going back to top
4769                 on Check for new folders
4770
4771 2007-01-16 [colin]      2.7.1cvs9
4772
4773         * src/imap.c
4774                 Remove printf
4775
4776 2007-01-16 [colin]      2.7.1cvs8
4777
4778         * src/filtering.c
4779                 Bigger buffer for errors
4780         * src/imap.c
4781         * src/imap.h
4782         * src/imap_gtk.c
4783         * src/prefs_account.c
4784         * src/prefs_account.h
4785         * src/wizard.c
4786         * src/etpan/imap-thread.c
4787         * src/etpan/imap-thread.h
4788         * manual/handling.xml
4789                 Add subscriptions management. What it changes:
4790                 Creating a folder subscribes to it
4791                 Deleting a folder unsubscribes it
4792                 New contextual menu item allowing to switch between
4793                 All folders and Subscribed folders, subscribe, and
4794                 unsubscribe. "Creating" an existing but unsubscribed
4795                 folder will subscribe it.
4796                 By default for new accounts, only subscribed folders 
4797                 are shown.
4798
4799
4800 2007-01-16 [paul]       2.7.1cvs7
4801
4802         * src/summaryview.c
4803                 Allow folder classes to specify only sort_key or
4804                 sort_type instead of both or none.
4805
4806 2007-01-16 [paul]       2.7.1cvs6
4807
4808         * src/action.c
4809         * src/compose.c
4810         * src/mimeview.c
4811         * src/procmime.c
4812         * src/textview.c
4813                 Save and use errno for procmime_get_part
4814
4815 2007-01-16 [colin]      2.7.1cvs5
4816
4817         * src/imap.c
4818                 Never remove INBOX when scanning for
4819                 new folders. It's a special folder
4820                 that has to exist.
4821
4822 2007-01-15 [colin]      2.7.1cvs4
4823
4824         * src/imap.c
4825                 Fix 'Check for new folders' when IMAP subdirectory
4826                 is set
4827         * src/etpan/imap-thread.c
4828                 Fix build
4829
4830 2007-01-15 [colin]      2.7.1cvs3
4831
4832         * src/etpan/imap-thread.c
4833                 Fix invalid free on command-connection
4834                 error
4835
4836 2007-01-15 [wwp]        2.7.1cvs2
4837
4838         * src/matcher_parser_lex.l
4839         * src/quote_fmt_lex.l
4840         * src/matcher_parser_parse.y
4841                 fix copyright header in lexers and parsers.
4842
4843 2007-01-15 [paul]       2.7.1cvs1
4844
4845         * NEWS
4846         * README
4847         * RELEASE_NOTES
4848         * configure.ac
4849                 bump up version number following
4850                 stable release
4851
4852 2007-01-15 [paul]       2.7.0cvs31
4853
4854         * AUTHORS
4855         * src/gtk/authors.h
4856                 add Fabien to the Team list
4857                 add the recent contributors
4858                 make a few corrections
4859
4860 2007-01-15 [paul]       2.7.0cvs30
4861
4862         * src/mainwindow.c
4863                 fix compiler warning
4864         * src/plugins/pgpcore/prefs_gpg.c
4865         * src/plugins/pgpcore/prefs_gpg.h
4866                 add missing include
4867                 fix copyright header
4868
4869 2007-01-14 [colin]      2.7.0cvs29
4870
4871         * src/gtk/filesel.c
4872                 Use the 'gtk+' backend. Avoids gnome-vfs use,
4873                 two benefits: faster to open, will fix strange
4874                 dbus-related crash. Thanks to Pascal Terjan.
4875
4876 2007-01-14 [colin]      2.7.0cvs28
4877
4878         * src/etpan/imap-thread.c
4879                 Delete the old imap just after allocating
4880                 the new one. Makes sure we don't get the
4881                 same pointer by sheer luck, which feels
4882                 strange in the debug log.
4883
4884 2007-01-14 [colin]      2.7.0cvs27
4885
4886         * src/gtk/inputdialog.c
4887                 Make sure we don't print passwords in
4888                 clear text when in debug mode
4889
4890 2007-01-14 [colin]      2.7.0cvs26
4891
4892         * src/gtk/gtksctree.c
4893                 Fix bug 1098, 'bogus last row display 
4894                 after expanding a thread'. Patch by
4895                 Jindrich Makovicka <makovick@gmail.com>
4896
4897 2007-01-14 [colin]      2.7.0cvs25
4898
4899         * src/etpan/imap-thread.c
4900                 Close socket manually before
4901                 freeing the imap struct
4902
4903 2007-01-14 [colin]      2.7.0cvs24
4904
4905         * src/etpan/imap-thread.c
4906                 Maybe fix new reconnection issues
4907
4908 2007-01-13 [colin]      2.7.0cvs23
4909
4910         * src/summaryview.c
4911                 Freeze/thaw on thread selection
4912
4913 2007-01-13 [paul]       2.7.0cvs22
4914
4915         * src/mainwindow.c
4916         * src/summaryview.c
4917         * src/summaryview.h
4918                 add 'Edit/Delete thread'
4919
4920 2007-01-13 [colin]      2.7.0cvs21
4921
4922         * src/prefs_account.c
4923         * src/prefs_compose_writing.c
4924         * src/prefs_message.c
4925         * src/prefs_msg_colors.c
4926         * src/prefs_other.c
4927         * src/prefs_receive.c
4928         * src/prefs_spelling.c
4929         * src/prefs_summaries.c
4930         * src/prefs_themes.c
4931         * src/gtk/gtkutils.c
4932         * src/gtk/gtkutils.h
4933         * src/plugins/pgpcore/prefs_gpg.c
4934         * src/plugins/spamassassin/spamassassin_gtk.c
4935                 Factorize gtk frame creation
4936                 Patch by Pawel
4937
4938 2007-01-13 [colin]      2.7.0cvs20
4939
4940         * src/message_search.c
4941         * src/summary_search.c
4942                 Fix Enter in search windows
4943         * src/messageview.c
4944                 Fix body search starting at the
4945                 end of the mail (and asking for loop)
4946
4947 2007-01-13 [colin]      2.7.0cvs19
4948
4949         * src/etpan/imap-thread.c
4950                 Make sure we don't free the same imap
4951                 twice
4952
4953 2007-01-13 [colin]      2.7.0cvs18
4954
4955         * commitHelper
4956                 Allow multiple commitHelpers to
4957                 run at once
4958
4959 2007-01-12 [colin]      2.7.0cvs17
4960
4961         * src/etpan/imap-thread.c
4962                 Make sure we get rid of the previous mailimap
4963                 when connecting - just in case disconnect was
4964                 unclean
4965
4966 2007-01-12 [paul]       2.7.0cvs16
4967
4968         * src/compose.c
4969                 Strip S/MIME signatures when re-editing
4970                 S/MIME signed messages.
4971
4972 2007-01-12 [paul]       2.7.0cvs15
4973
4974         * configure.ac
4975         * src/addressbook.c
4976         * src/foldersel.c
4977         * src/folderview.c
4978         * src/main.c
4979                 no need to define CLAWS anymore, remove
4980                 all that stuff
4981
4982 2007-01-12 [paul]       2.7.0cvs14
4983
4984         * src/mimeview.c
4985                 check if the mail's signed as
4986                 it can change the mail structure
4987                 Thanks to Colin
4988
4989 2007-01-12 [paul]       2.7.0cvs13
4990
4991         * src/procmime.c
4992                 fix Forwarding msgs with attachments
4993                 that have dos line endings
4994                 Thanks to Colin
4995
4996 2007-01-12 [wwp]        2.7.0cvs12
4997
4998         * configure.ac
4999                 Revert accidentally committed extra version tag.
5000
5001 2007-01-12 [wwp]        2.7.0cvs11
5002
5003         * src/prefs_account.c
5004                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5005
5006 2007-01-11 [colin]      2.7.0cvs10
5007
5008         * src/imap.c
5009                 move g_warning to debug_print
5010                 it scares people for no reason
5011
5012 2007-01-11 [colin]      2.7.0cvs9
5013
5014         * po/POTFILES.in
5015                 Fix files to translate. Patch by
5016                 Fabien
5017
5018 2007-01-11 [paul]       2.7.0cvs8
5019
5020         * src/imap.c
5021                 Fix recursion when server lists the
5022                 current subfolder in the response
5023         * src/mimeview.c
5024                 Fix updating of icon_list/ctree
5025         * src/plugins/pgpcore/select-keys.c
5026                 Fix a few annoyances when choosing
5027                 keys for the CMS (S/MIME) protocol
5028
5029 2007-01-11 [wwp]        2.7.0cvs7
5030
5031         * src/compose.c
5032         * src/prefs_account.c
5033         * src/prefs_account.h
5034                 Add per-account spellcheck default dictionaries settings.
5035
5036 2007-01-10 [colin]      2.7.0cvs6
5037
5038         * src/prefs_folder_item.c
5039                 Factorize strings - patch by Fabien
5040
5041 2007-01-10 [colin]      2.7.0cvs5
5042
5043         * src/mainwindow.c
5044                 Fix bug 1095, 'Crash while changing folder 
5045                 columns during incorporation'
5046
5047 2007-01-09 [colin]      2.7.0cvs4
5048
5049         * src/gtk/pluginwindow.c
5050                 Set the plugin window transient. Seems
5051                 like some window managers hide it in
5052                 the background after "load plugin"...
5053
5054 2007-01-09 [colin]      2.7.0cvs3
5055
5056         * src/gtk/filesel.c
5057                 Use the same type for alloc and free
5058
5059 2007-01-08 [paul]       2.7.0cvs2
5060
5061         * po/nl.po
5062                 updated by Tim Dijkstra
5063
5064 2007-01-08 [paul]       2.7.0cvs1
5065
5066         * src/prefs_themes.c
5067         * src/common/utils.c
5068                 Fix resource leaks
5069
5070 2007-01-08 [paul]       2.7.0
5071
5072         * NEWS
5073         * README
5074         * RELEASE_NOTES
5075                 2.7.0 released
5076
5077 2007-01-08 [paul]       2.6.1cvs119
5078
5079         * doc/man/claws-mail.1
5080                 another correction
5081
5082 2007-01-08 [paul]       2.6.1cvs118
5083
5084         * doc/man/claws-mail.1
5085                 corrections
5086         * manual/advanced.xml
5087                 improved English usage
5088
5089 2007-01-08 [paul]       2.6.1cvs117
5090
5091         * po/ca.po
5092         * po/de.po
5093         * po/en_GB.po
5094         * po/fi.po
5095         * po/it.po
5096         * po/pt_BR.po
5097         * po/sk.po
5098         * po/sr.po
5099         * po/zh_CN.po
5100                 updated by Miquel Oliete, Stephan Sachse, me,
5101                 Tommi Pirinen, Andrea Spadaccini, Frederico
5102                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5103                 Urosevic, and Ralgh Young
5104
5105 2007-01-07 [mones]      2.6.1cvs116
5106
5107         * manual/es/advanced.xml
5108         * po/es.po
5109                 Synced manual (unhide mark_as_read_delay)
5110                 and updated translation for release
5111
5112 2007-01-07 [paul]       2.6.1cvs115
5113
5114         * src/prefs_matcher.c
5115                 make the hbox content fit better under
5116                 various languages
5117
5118 2007-01-07 [colin]      2.6.1cvs114
5119
5120         * src/messageview.c
5121                 Fix bug 1088, 'Ctrl-h produces repeatable
5122                 crash'
5123
5124 2007-01-06 [colin]      2.6.1cvs113
5125
5126         * src/etpan/imap-thread.c
5127                 Add casts to int to get certs. Fixes
5128                 bug 1064, 'crash @ etpan_certificate_check() 
5129                 when opening an IMAP folder', with latest
5130                 libetpan CVS or >= 0.49
5131         * src/mainwindow.c
5132         * src/mainwindow.h
5133         * src/imap_gtk.c
5134         * src/news_gtk.c
5135         * src/prefs_folder_item.c
5136                 Grey out the "synchronise" menu items if
5137                 there's nothing to synchronise.
5138         * src/plugins/pgpcore/sgpgme.c
5139                 Make an error clearer than "Unknown error"
5140
5141 2007-01-06 [colin]      2.6.1cvs112
5142
5143         * src/messageview.c
5144                 Don't try to show a message if updating
5145                 Maybe fixes bug 1088, 'ctrl-h produces
5146                 repeatable crash'.
5147
5148 2007-01-06 [colin]      2.6.1cvs111
5149
5150         * src/summaryview.c
5151                 Disable Control-Space (handle it as Space).
5152
5153 2007-01-05 [paul]       2.6.1cvs110
5154
5155         * src/imap.c
5156                 Fix bug 934, 'sylpheed claws 2.1 
5157                 doesn't show Exchanges Public Folders'
5158                 Thanks to Hoa and Colin
5159         * src/msgcache.c
5160                 Refuse to allocate more than 2 MB for a 
5161                 single field, it's a good indication of
5162                 cache corruption.
5163
5164 2007-01-05 [colin]      2.6.1cvs109
5165
5166         * src/mainwindow.c
5167                 Allow --select'ing emails by Message-ID too
5168
5169 2007-01-05 [colin]      2.6.1cvs108
5170
5171         * src/common/quoted-printable.c
5172                 Uh! Third fix :)
5173
5174 2007-01-05 [colin]      2.6.1cvs107
5175
5176         * src/common/quoted-printable.c
5177                 Fix previous commit about bug 1089
5178                 Thanks to Ralf
5179
5180 2007-01-05 [colin]      2.6.1cvs106
5181
5182         * src/common/quoted-printable.c
5183                 Fix my previous commit on bug 1089
5184                 - Thanks to Ralf :)
5185
5186 2007-01-04 [colin]      2.6.1cvs105
5187
5188         * src/common/quoted-printable.c
5189                 Fix bug 1089, 'NUL characters in Subject 
5190                 line are misinterpreted'. Not a pain to
5191                 fix in fact.
5192
5193 2007-01-04 [colin]      
5194
5195         2.7.0-rc3 released
5196
5197 2007-01-04 [wwp]        2.6.1cvs104
5198
5199         * src/image_viewer.c
5200                 Force operator precedence (fix a compiler warning).
5201
5202 2007-01-04 [colin]      2.6.1cvs103
5203
5204         * src/image_viewer.c
5205                 Be cautious there too (same fix as the one
5206                 in textview from cvs33)
5207         * src/messageview.c
5208                 Don't use any MimeViewer plugin when showing
5209                 all headers
5210
5211 2007-01-03 [wwp]        2.6.1cvs102
5212
5213         * src/html.c
5214         * src/html.h
5215                 fixed "cent" sign (use the existing ASCII one),
5216                 decode more HTML entities,
5217                 converted table ASCII entries to UTF-8,
5218                 moved a switch() into a hashtable.
5219
5220 2007-01-03 [paul]       2.6.1cvs101
5221
5222         * src/compose.c
5223         * src/messageview.c
5224         * src/procmsg.c
5225         * src/procmsg.h
5226                 When possible, use move_msg instead of
5227                 copy_msg + remove_msg to move sent mail
5228                 from Queue to Sent. 
5229
5230 2007-01-03 [paul]       2.6.1cvs100
5231
5232         * src/html.c
5233                 add more html entity recognition:
5234                 pounds, euros, and cents
5235
5236 2007-01-03 [colin]      2.6.1cvs99
5237
5238         * src/imap_gtk.c
5239                 Don't display an error on NOSELECT
5240                 folders when synchronising
5241
5242 2007-01-03 [paul]       2.6.1cvs98
5243
5244         * tools/maildir2claws-mail.pl
5245                 only substitute 'sent-mail' if it's
5246                 the full directory name
5247
5248 2007-01-03 [paul]       2.6.1cvs97
5249
5250         * ChangeLog
5251         * ChangeLog.pre2.0.0
5252         * Makefile.am
5253                 archive a chunk of ChangeLog in
5254                 ChangeLog.pre2.0.0
5255         * ChangeLog.gtk1
5256         * doc/src/ChangeLog.claws-pre0.8.0
5257                 remove ChangeLog.claws-pre0.8.0, adding
5258                 its contents to ChangeLog.gtk1
5259
5260 2007-01-03 [paul]       2.6.1cvs96
5261
5262         * src/account.c
5263         * src/account.h
5264         * src/action.c
5265         * src/action.h
5266         * src/adbookbase.h
5267         * src/addr_compl.c
5268         * src/addr_compl.h
5269         * src/addrbook.c
5270         * src/addrcache.c
5271         * src/addrcache.h
5272         * src/addrcindex.c
5273         * src/addrcindex.h
5274         * src/addrclip.c
5275         * src/addrclip.h
5276         * src/addrdefs.h
5277         * src/addressadd.c
5278         * src/addressadd.h
5279         * src/addressbook.c
5280         * src/addressbook.h
5281         * src/addressbook_foldersel.c
5282         * src/addressbook_foldersel.h
5283         * src/addrgather.c
5284         * src/addrgather.h
5285         * src/addrharvest.c
5286         * src/addrharvest.h
5287         * src/addrindex.c
5288         * src/addrindex.h
5289         * src/addritem.c
5290         * src/addritem.h
5291         * src/addrquery.c
5292         * src/addrquery.h
5293         * src/addrselect.c
5294         * src/addrselect.h
5295         * src/alertpanel.c
5296         * src/alertpanel.h
5297         * src/browseldap.c
5298         * src/browseldap.h
5299         * src/codeconv.c
5300         * src/codeconv.h
5301         * src/compose.c
5302         * src/compose.h
5303         * src/customheader.c
5304         * src/customheader.h
5305         * src/displayheader.c
5306         * src/displayheader.h
5307         * src/editaddress.c
5308         * src/editaddress.h
5309         * src/editbook.c
5310         * src/editbook.h
5311         * src/editgroup.c
5312         * src/editgroup.h
5313         * src/editjpilot.c
5314         * src/editjpilot.h
5315         * src/editldap.c
5316         * src/editldap.h
5317         * src/editldap_basedn.c
5318         * src/editldap_basedn.h
5319         * src/editvcard.c
5320         * src/editvcard.h
5321         * src/exphtmldlg.c
5322         * src/exphtmldlg.h
5323         * src/expldifdlg.c
5324         * src/expldifdlg.h
5325         * src/export.c
5326         * src/export.h
5327         * src/exporthtml.c
5328         * src/exporthtml.h
5329         * src/exportldif.c
5330         * src/exportldif.h
5331         * src/filtering.c
5332         * src/filtering.h
5333         * src/folder.c
5334         * src/folder.h
5335         * src/folder_item_prefs.c
5336         * src/folder_item_prefs.h
5337         * src/foldersel.c
5338         * src/foldersel.h
5339         * src/folderutils.c
5340         * src/folderutils.h
5341         * src/folderview.c
5342         * src/folderview.h
5343         * src/grouplistdialog.c
5344         * src/grouplistdialog.h
5345         * src/headerview.c
5346         * src/html.c
5347         * src/html.h
5348         * src/image_viewer.c
5349         * src/image_viewer.h
5350         * src/imap.c
5351         * src/imap.h
5352         * src/imap_gtk.c
5353         * src/imap_gtk.h
5354         * src/import.c
5355         * src/import.h
5356         * src/importldif.c
5357         * src/importldif.h
5358         * src/importmutt.c
5359         * src/importmutt.h
5360         * src/importpine.c
5361         * src/importpine.h
5362         * src/inc.c
5363         * src/inc.h
5364         * src/jpilot.c
5365         * src/jpilot.h
5366         * src/ldapctrl.c
5367         * src/ldapctrl.h
5368         * src/ldaplocate.c
5369         * src/ldaplocate.h
5370         * src/ldapquery.c
5371         * src/ldapquery.h
5372         * src/ldapserver.c
5373         * src/ldapserver.h
5374         * src/ldaputil.c
5375         * src/ldaputil.h
5376         * src/ldif.c
5377         * src/ldif.h
5378         * src/main.c
5379         * src/main.h
5380         * src/mainwindow.c
5381         * src/mainwindow.h
5382         * src/manual.c
5383         * src/manual.h
5384         * src/mbox.c
5385         * src/message_search.c
5386         * src/message_search.h
5387         * src/messageview.c
5388         * src/messageview.h
5389         * src/mh.c
5390         * src/mh.h
5391         * src/mh_gtk.c
5392         * src/mh_gtk.h
5393         * src/mimeview.c
5394         * src/mimeview.h
5395         * src/msgcache.c
5396         * src/msgcache.h
5397         * src/mutt.c
5398         * src/mutt.h
5399         * src/news.c
5400         * src/news.h
5401         * src/news_gtk.c
5402         * src/news_gtk.h
5403         * src/partial_download.c
5404         * src/partial_download.h
5405         * src/pine.c
5406         * src/pine.h
5407         * src/pop.c
5408         * src/pop.h
5409         * src/prefs_account.c
5410         * src/prefs_account.h
5411         * src/prefs_actions.c
5412         * src/prefs_actions.h
5413         * src/prefs_common.c
5414         * src/prefs_common.h
5415         * src/prefs_compose_writing.c
5416         * src/prefs_compose_writing.h
5417         * src/prefs_customheader.c
5418         * src/prefs_customheader.h
5419         * src/prefs_display_header.c
5420         * src/prefs_display_header.h
5421         * src/prefs_filtering.c
5422         * src/prefs_filtering.h
5423         * src/prefs_filtering_action.c
5424         * src/prefs_filtering_action.h
5425         * src/prefs_folder_column.c
5426         * src/prefs_folder_column.h
5427         * src/prefs_folder_item.c
5428         * src/prefs_folder_item.h
5429         * src/prefs_fonts.c
5430         * src/prefs_fonts.h
5431         * src/prefs_gtk.c
5432         * src/prefs_gtk.h
5433         * src/prefs_image_viewer.c
5434         * src/prefs_image_viewer.h
5435         * src/prefs_matcher.c
5436         * src/prefs_matcher.h
5437         * src/prefs_message.c
5438         * src/prefs_msg_colors.c
5439         * src/prefs_msg_colors.h
5440         * src/prefs_other.c
5441         * src/prefs_quote.c
5442         * src/prefs_receive.c
5443         * src/prefs_send.c
5444         * src/prefs_spelling.c
5445         * src/prefs_spelling.h
5446         * src/prefs_summaries.c
5447         * src/prefs_summaries.h
5448         * src/prefs_summary_column.c
5449         * src/prefs_summary_column.h
5450         * src/prefs_template.c
5451         * src/prefs_template.h
5452         * src/prefs_themes.c
5453         * src/prefs_themes.h
5454         * src/prefs_toolbar.c
5455         * src/prefs_toolbar.h
5456         * src/prefs_wrapping.c
5457         * src/prefs_wrapping.h
5458         * src/privacy.c
5459         * src/privacy.h
5460         * src/procheader.c
5461         * src/procheader.h
5462         * src/procmime.c
5463         * src/procmime.h
5464         * src/procmsg.c
5465         * src/procmsg.h
5466         * src/quote_fmt.c
5467         * src/quote_fmt_parse.y
5468         * src/recv.c
5469         * src/recv.h
5470         * src/remotefolder.c
5471         * src/remotefolder.h
5472         * src/send_message.c
5473         * src/send_message.h
5474         * src/setup.c
5475         * src/setup.h
5476         * src/sourcewindow.c
5477         * src/sourcewindow.h
5478         * src/ssl_manager.c
5479         * src/ssl_manager.h
5480         * src/statusbar.c
5481         * src/statusbar.h
5482         * src/stock_pixmap.c
5483         * src/stock_pixmap.h
5484         * src/summary_search.c
5485         * src/summary_search.h
5486         * src/summaryview.c
5487         * src/summaryview.h
5488         * src/textview.c
5489         * src/textview.h
5490         * src/toolbar.c
5491         * src/toolbar.h
5492         * src/undo.c
5493         * src/undo.h
5494         * src/unmime.c
5495         * src/unmime.h
5496         * src/vcard.c
5497         * src/vcard.h
5498         * src/wizard.c
5499         * src/wizard.h
5500         * src/common/base64.c
5501         * src/common/base64.h
5502         * src/common/defs.h
5503         * src/common/hooks.c
5504         * src/common/hooks.h
5505         * src/common/log.c
5506         * src/common/log.h
5507         * src/common/mgutils.c
5508         * src/common/mgutils.h
5509         * src/common/nntp.c
5510         * src/common/nntp.h
5511         * src/common/passcrypt.c
5512         * src/common/passcrypt.h.in
5513         * src/common/plugin.c
5514         * src/common/plugin.h
5515         * src/common/prefs.c
5516         * src/common/prefs.h
5517         * src/common/progressindicator.c
5518         * src/common/progressindicator.h
5519         * src/common/quoted-printable.c
5520         * src/common/quoted-printable.h
5521         * src/common/session.c
5522         * src/common/session.h
5523         * src/common/smtp.c
5524         * src/common/smtp.h
5525         * src/common/socket.c
5526         * src/common/socket.h
5527         * src/common/ssl.c
5528         * src/common/ssl.h
5529         * src/common/ssl_certificate.c
5530         * src/common/ssl_certificate.h
5531         * src/common/stringtable.c
5532         * src/common/stringtable.h
5533         * src/common/template.c
5534         * src/common/template.h
5535         * src/common/timing.h
5536         * src/common/utils.c
5537         * src/common/utils.h
5538         * src/common/version.h.in
5539         * src/common/xml.c
5540         * src/common/xml.h
5541         * src/common/xmlprops.c
5542         * src/common/xmlprops.h
5543         * src/gtk/about.c
5544         * src/gtk/colorlabel.c
5545         * src/gtk/colorsel.c
5546         * src/gtk/colorsel.h
5547         * src/gtk/combobox.c
5548         * src/gtk/combobox.h
5549         * src/gtk/description_window.c
5550         * src/gtk/description_window.h
5551         * src/gtk/filesel.c
5552         * src/gtk/filesel.h
5553         * src/gtk/foldersort.c
5554         * src/gtk/foldersort.h
5555         * src/gtk/gtksctree.c
5556         * src/gtk/gtkutils.c
5557         * src/gtk/gtkutils.h
5558         * src/gtk/inputdialog.c
5559         * src/gtk/inputdialog.h
5560         * src/gtk/logwindow.c
5561         * src/gtk/logwindow.h
5562         * src/gtk/manage_window.c
5563         * src/gtk/manage_window.h
5564         * src/gtk/menu.c
5565         * src/gtk/menu.h
5566         * src/gtk/pluginwindow.c
5567         * src/gtk/pluginwindow.h
5568         * src/gtk/prefswindow.c
5569         * src/gtk/prefswindow.h
5570         * src/gtk/progressdialog.c
5571         * src/gtk/progressdialog.h
5572         * src/gtk/sslcertwindow.c
5573         * src/gtk/sslcertwindow.h
5574         * src/plugins/bogofilter/bogofilter.c
5575         * src/plugins/bogofilter/bogofilter.h
5576         * src/plugins/bogofilter/bogofilter_gtk.c
5577         * src/plugins/clamav/clamav_plugin.c
5578         * src/plugins/clamav/clamav_plugin.h
5579         * src/plugins/clamav/clamav_plugin_gtk.c
5580         * src/plugins/demo/demo.c
5581         * src/plugins/dillo_viewer/dillo_prefs.c
5582         * src/plugins/dillo_viewer/dillo_prefs.h
5583         * src/plugins/dillo_viewer/dillo_viewer.c
5584         * src/plugins/pgpcore/passphrase.c
5585         * src/plugins/pgpcore/passphrase.h
5586         * src/plugins/pgpcore/pgp_viewer.c
5587         * src/plugins/pgpcore/pgp_viewer.h
5588         * src/plugins/pgpcore/plugin.c
5589         * src/plugins/pgpcore/select-keys.c
5590         * src/plugins/pgpcore/select-keys.h
5591         * src/plugins/pgpcore/sgpgme.c
5592         * src/plugins/pgpcore/sgpgme.h
5593         * src/plugins/pgpinline/pgpinline.c
5594         * src/plugins/pgpinline/pgpinline.h
5595         * src/plugins/pgpinline/plugin.c
5596         * src/plugins/pgpmime/pgpmime.c
5597         * src/plugins/pgpmime/pgpmime.h
5598         * src/plugins/pgpmime/plugin.c
5599         * src/plugins/spamassassin/spamassassin.c
5600         * src/plugins/spamassassin/spamassassin.h
5601         * src/plugins/spamassassin/spamassassin_gtk.c
5602         * src/plugins/trayicon/trayicon.c
5603                 it's 2007, update the year in the copyright headers
5604
5605 2007-01-03 [paul]       2.6.1cvs95
5606
5607         * src/gtk/about.c
5608                 it is 2007, use it in the copyright string
5609
5610 2007-01-03 [paul]       2.6.1cvs94
5611
5612         * src/html.c
5613                 html entity conversion:
5614                 move &#153; to a more suitable place
5615                 add &bull; and &ndash;
5616                 make sure &mdash; and &#8212; are both
5617                 converted the same
5618
5619 2007-01-02 [colin]      2.6.1cvs93
5620
5621         * src/addrbook.c
5622                 Fix leak
5623         * src/common/plugin.c
5624                 Add comment
5625         * src/etpan/imap-thread.c
5626                 Fix warning
5627
5628 2006-12-31 [paul]       2.6.1cvs92
5629
5630         * src/prefs_summaries.c
5631                 use gtk_button_new_from_stock()
5632
5633 2006-12-30 [colin]      2.6.1cvs91
5634
5635         * src/folder.c
5636         * src/imap_gtk.c
5637         * src/mh_gtk.c
5638                 Don't update filtering and account paths 
5639                 when copying folders
5640
5641 2006-12-30 [colin]      2.6.1cvs90
5642
5643         * src/prefs_compose_writing.c
5644         * src/prefs_quote.c
5645         * src/prefs_template.c
5646                 Use message font for Writing and 
5647                 Quoting prefs, as well as Templates.
5648
5649 2006-12-30 [colin]      2.6.1cvs89
5650
5651         * src/prefs_summaries.c
5652                 Rework GUI; patch by Pawel
5653
5654 2006-12-29 [colin]      2.6.1cvs88
5655
5656         * src/prefs_folder_item.c
5657                 Fix bug 1085, 'Apply to subfolder 
5658                 doesn't work' - I was mistaken saying
5659                 it worked in every case
5660
5661 2006-12-28 [colin]      2.6.1cvs87
5662
5663         * src/gtk/gtkaspell.c
5664                 Don't assert if use_alternate is true
5665                 and alt_dictionary isn't set -- this 
5666                 is what happens on upgrade! Rather,
5667                 do with it.
5668
5669 2006-12-28 [colin]      2.6.1cvs86
5670
5671         * Makefile.am
5672                 Fix desktop/icon simplification
5673
5674 2006-12-28 [colin]      2.6.1cvs85
5675
5676         * Makefile.am
5677                 Make desktop and icon not 
5678                 dependant on the desktop
5679
5680 2006-12-28 [wwp]        2.6.1cvs84
5681
5682         * src/plugins/pgpmime/claws.def
5683                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
5684
5685 2006-12-28 [wwp]        2.6.1cvs83
5686
5687         * src/prefs_folder_item.c
5688                 Fix coloring of "simplify subject regexp" (folder prefs),
5689                 which might be left to red whereas the regexp gets empty.
5690
5691 2006-12-28 [wwp]        2.6.1cvs82
5692
5693         * src/prefs_common.c
5694         * src/prefs_common.h
5695         * src/addressbook.c
5696         * src/addressitem.h
5697                 Save addressbook mainwindow's horizontal and vertical splitter position.
5698
5699 2006-12-27 [wwp]        2.6.1cvs81
5700
5701         * src/gtk/gtkaspell.c
5702         * src/gtk/gtkaspell.h
5703         * src/compose.c
5704                 Fix assignment of compose's default and alternate dictionary from
5705                 account or folder settings. Now gtkaspell_change_dict does rotate
5706                 dicts only when it's called from a menu cb.
5707
5708 2006-12-27 [wwp]        2.6.1cvs80
5709
5710         * src/folder_item_prefs.c
5711                 Fix randomly initialized default-alt-dictionary (folder prefs),
5712                 complete 2.6.1cvs72.
5713
5714 2006-12-27 [paul]       2.6.1cvs79
5715
5716         * src/imap_gtk.c
5717         * src/mh_gtk.c
5718                 Add Copy folder in the folder's contextual
5719                 menu
5720
5721 2006-12-27 [wwp]        2.6.1cvs78
5722
5723         * src/imap.c
5724                 Clean up session locking, thanks to Colin.
5725
5726 2006-12-26 [colin]      2.6.1cvs77
5727
5728         * src/statusbar.c
5729                 Revert previous patch
5730
5731 2006-12-26 [colin]      2.6.1cvs76
5732
5733         * src/folder.c
5734         * src/folderview.c
5735         * src/imap.c
5736         * src/statusbar.c
5737         * src/etpan/imap-thread.c
5738                 Fix previous commit warnings
5739                 Make statusbar update every second if total < 20
5740                 Make IMAP APPEND faster by simplifying log              
5741
5742 2006-12-26 [colin]      2.6.1cvs75
5743
5744         * src/folder.c
5745         * src/folder.h
5746         * src/folderview.c
5747         * src/folderview.h
5748         * src/imap_gtk.c
5749         * src/mh_gtk.c
5750                 Make it possible to copy folders accross
5751                 mailboxes (this was an arbitrary limitation).
5752                 Still make it impossible to move folders 
5753                 accross mailboxes.
5754
5755 2006-12-26 [colin]      2.6.1cvs74
5756
5757         * src/etpan/imap-thread.c
5758                 Fix bug 1081, 'claws-mail 
5759                 segfaults when going offline 
5760                 while it transfers mails via 
5761                 imap'
5762
5763 2006-12-26 [colin]      2.6.1cvs73
5764
5765         * src/folder_item_prefs.c
5766                 Don't forget alt dictionary when
5767                 renaming/moving folders
5768
5769 2006-12-26 [wwp]        2.6.1cvs72
5770
5771         * src/folder_item_prefs.c
5772                 Add missing defaults for per-folder alt dict
5773                 (forgotten in 2.6.1cvs61).
5774
5775 2006-12-26 [colin]      2.6.1cvs71
5776
5777         * src/wizard.c
5778                 Add tooltip to state that specifying
5779                 full path to mailbox is possible
5780
5781 2006-12-26 [wwp]        2.6.1cvs70
5782
5783         * src/partial_download.c
5784         * src/gtk/gtkvscrollbutton.c
5785         * src/plugins/pgpinline/plugin.c
5786                 Fix for few compiler warnings that matter.
5787
5788 2006-12-25 [colin]      2.6.1cvs69
5789
5790         * src/partial_download.c
5791                 Fix marking for download or deletion
5792                 when the header isn't the first
5793         * src/gtk/logwindow.c
5794                 Fix start of scrolling
5795
5796 2006-12-23 [paul]       2.6.1cvs68
5797
5798         * src/compose.c
5799                 change last commit to use the 'academic'
5800                 method instead. Thanks to wwp
5801
5802 2006-12-23 [paul]       2.6.1cvs67
5803
5804         * src/compose.c
5805                 don't warn about empty subject when
5806                 redirecting
5807
5808 2006-12-22 [colin]      2.6.1cvs66
5809
5810         * src/summary_search.c
5811                 Fix previous patch
5812
5813 2006-12-22 [colin]      2.6.1cvs65
5814
5815         * src/gtk/gtkutils.c
5816         * src/imap.c
5817         * src/jpilot.c
5818         * src/summary_search.c
5819                 A few warning fixes
5820
5821 2006-12-23 [paul]       
5822
5823         2.7.0-rc2 released
5824
5825 2006-12-22 [colin]      2.6.1cvs64
5826
5827         * src/toolbar.c
5828         * src/toolbar.h
5829                 Add a combo to the learn spam button
5830         * src/plugins/bogofilter/bogofilter.c
5831         * src/plugins/bogofilter/bogofilter_gtk.c
5832         * src/plugins/bogofilter/bogofilter.h
5833                 Allow to store Unsure mails in a specific
5834                 folder to make better teaching easier
5835
5836 2006-12-21 [wwp]        2.6.1cvs63
5837
5838         * src/compose.c
5839         * src/prefs_common.c
5840         * src/prefs_common.h
5841         * src/prefs_spelling.c
5842         * src/gtk/gtkaspell.c
5843         * src/gtk/gtkaspell.h
5844                 Allow spell-checking using both current and alternate dictionaries
5845                 (thanks to Colin).
5846
5847 2006-12-21 [wwp]        2.6.1cvs62
5848
5849         * src/gtk/gtkaspell.c
5850                 Apply recheck_when_changing_dict (highlight all mispelled words)
5851                 when switching to alternate dictionary.
5852
5853 2006-12-21 [wwp]        2.6.1cvs61
5854
5855         * src/compose.c
5856         * src/folder_item_prefs.h
5857         * src/prefs_common.c
5858         * src/prefs_common.h
5859         * src/prefs_folder_item.c
5860         * src/prefs_spelling.c
5861         * src/gtk/gtkaspell.c
5862         * src/gtk/gtkaspell.h
5863                 Add global and per-folder prefs to set the default
5864                 alternate dictionary.
5865
5866 2006-12-21 [colin]      2.6.1cvs60
5867
5868         * src/folder.c
5869                 Look for folders by path in all folders
5870         * src/html.c
5871                 add &mdash;
5872
5873 2006-12-20 [colin]      2.6.1cvs59
5874
5875         * src/gtk/quicksearch.c
5876                 Make sure in_typing is false when clearing
5877
5878 2006-12-20 [wwp]        2.6.1cvs58
5879
5880         * configure.ac
5881                 change manual's target dir to be LFH-compliant (thanks to Colin).
5882
5883 2006-12-20 [wwp]        2.6.1cvs57
5884
5885         * src/prefs_common.c
5886         * src/prefs_summaries.c
5887                 i18n fix and factorize patch, thanks to Fabien.
5888
5889 2006-12-20 [paul]       2.6.1cvs56
5890
5891         * configure.ac
5892                 last of the renaming (??)
5893         * src/main.c
5894                 correct --help info of --status-full
5895         * src/plugins/bogofilter/bogofilter.c
5896                 make FALSE default of whitelist_ab
5897
5898 2006-12-19 [colin]      2.6.1cvs55
5899
5900         * src/jpilot.c
5901                 Same as before, without depending on
5902                 pisock >= 0.12
5903
5904 2006-12-19 [colin]      2.6.1cvs54
5905
5906         * src/jpilot.c
5907                 Fix bug 1059, 'Better jpilot charset 
5908                 handling'. Use libpisync's charset conversion
5909                 if possible
5910
5911 2006-12-19 [colin]      2.6.1cvs53
5912
5913         * po/fr.po
5914                 Updated by Fabien
5915
5916 2006-12-19 [wwp]        2.6.1cvs52
5917
5918         * src/gtk/about.c
5919                 Add missing #include (thanks to Colin).
5920
5921 2006-12-19 [wwp]        2.6.1cvs51
5922
5923         * src/prefs_receive.c
5924                 Better spacing between widgets in prefs.
5925
5926 2006-12-18 [colin]      2.6.1cvs50
5927
5928         * src/imap.c
5929                 Fix failure to get separator on LIST "" ""
5930                 Try LIST "" "INBOX" too.
5931
5932 2006-12-18 [wwp]        2.6.1cvs49
5933
5934         * src/common/session.c
5935                 Fix a compiler warning (thanks to Fabien).
5936
5937 2006-12-18 [wwp]        2.6.1cvs48
5938
5939         * src/compose.c
5940         * src/prefs_quote.c
5941                 Factorize some strings for translation (it's about error
5942                 messages when applying or checking template/quote format).
5943
5944 2006-12-18 [colin]      2.6.1cvs47
5945
5946         * Makefile.am
5947         * src/common/defs.h
5948         * src/gtk/Makefile.am
5949         * src/gtk/about.c
5950                 Add a Release notes tab from the contents of
5951                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
5952
5953 2006-12-17 [colin]      2.6.1cvs46
5954
5955         * src/mimeview.c
5956         * src/textview.c
5957         * src/gtk/filesel.c
5958                 Correctly convert from/to UTF8/filename encoding
5959                 when loading and saving files. Probably fixes
5960                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
5961                 for a file to attach and is blocked...'
5962
5963 2006-12-17 [colin]      2.6.1cvs45
5964
5965         * src/gtk/logwindow.c
5966                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
5967                 IMAP folder and is blocked on main thread': 
5968                 make sure we put utf8 in the log.
5969
5970 2006-12-16 [colin]      2.6.1cvs44
5971
5972         * src/toolbar.c
5973         * src/toolbar.h
5974                 Fix bug 1055, 'Add the 'cancel receive' 
5975                 in the available events for the toolbar buttons'
5976
5977 2006-12-16 [colin]      2.6.1cvs43
5978
5979         * po/POTFILES.in
5980         * src/imap.c
5981         * src/common/nntp.c
5982         * src/common/session.c
5983                 Log error when SSL handshakes fail. 
5984                 Fixes bug 1082, 'incorrect / imprecise 
5985                 error message when imap server provides 
5986                 ssl only through STARTTLS but SSL is 
5987                 selected'
5988
5989 2006-12-15 [wwp]        2.6.1cvs42
5990
5991         * src/plugins/bogofilter/bogofilter_gtk.c
5992                 set proper sensitivity to widgets I've recently added.
5993
5994 2006-12-15 [colin]      
5995
5996         2.7.0-rc1 released
5997
5998 2006-12-15 [wwp]        2.6.1cvs41
5999
6000         * src/plugins/bogofilter/bogofilter.c
6001         * src/plugins/bogofilter/bogofilter.h
6002         * src/plugins/bogofilter/bogofilter_gtk.c
6003                 bogofilter's whitelist can now use a subset of
6004                 the addressbook (either a book, a subfolder of a book,
6005                 or the whole addressbook by using "Any"). Re-used there
6006                 some pref_matcher widgets and mechanisms to match a subset
6007                 of the addressbook.
6008
6009 2006-12-15 [wwp]        2.6.1cvs40
6010
6011         * src/wizard.c
6012         * src/common/plugin.c
6013         * src/common/plugin.h
6014         * src/gtk/about.c
6015         * src/plugins/bogofilter/bogofilter.c
6016         * src/plugins/clamav/clamav_plugin.c
6017         * src/plugins/demo/demo.c
6018         * src/plugins/dillo_viewer/dillo_viewer.c
6019         * src/plugins/pgpcore/plugin.c
6020         * src/plugins/pgpinline/plugin.c
6021         * src/plugins/pgpmime/plugin.c
6022         * src/plugins/spamassassin/spamassassin.c
6023         * src/plugins/trayicon/trayicon.c
6024                 factorize some translatable strings (plugins-related),
6025                 fix missing punctuation in several places,
6026                 remove useless translatable \n in about.c,
6027                 and factorize plugin init code w/ a new function
6028                 check_plugin_version() in common/plugin.c.
6029                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6030
6031 2006-12-15 [wwp]        2.6.1cvs39
6032
6033         * src/plugins/bogofilter/bogofilter.c
6034         * src/plugins/bogofilter/bogofilter_gtk.c
6035                 flag whitelisted spams as spam, but don't filter it to the spam
6036                 folder. Thanks to Colin.
6037
6038 2006-12-15 [ticho]      2.6.1cvs38
6039
6040         * src/plugins/bogofilter/bogofilter.c
6041         * src/plugins/bogofilter/bogofilter.h
6042         * src/plugins/bogofilter/bogofilter_gtk.c
6043                 Add option to whitelist senders found in addressbook. Patch by colin.
6044
6045 2006-12-15 [paul]       2.6.1cvs37
6046
6047         * src/folderview.c
6048                 add missing #include "log.h"
6049
6050 2006-12-15 [paul]       2.6.1cvs36
6051
6052         * src/plugins/bogofilter/bogofilter.c
6053         * src/plugins/bogofilter/bogofilter.h
6054         * src/plugins/bogofilter/bogofilter_gtk.c
6055                 Add an option to allow inserting an
6056                 X-Claws-Bogosity header (on MH folders
6057                 only). Patch by Colin
6058
6059 2006-12-14 [colin]      2.6.1cvs35
6060
6061         * src/main.c
6062                 "Yes" should be the default choice for
6063                 migration configuration
6064
6065 2006-12-14 [paul]       2.6.1cvs34
6066
6067         * src/prefs_summaries.c
6068         * manual/advanced.xml
6069                 Unhide mark_as_read_delay
6070
6071 2006-12-14 [paul]       2.6.1cvs33
6072
6073         * src/messageview.c
6074         * src/messageview.h
6075         * src/mimeview.c
6076         * src/mimeview.h
6077         * src/summaryview.c
6078         * src/textview.c
6079         * src/textview.h
6080                 Fix printing of selection
6081                 Fix printing of message parts
6082                 Fix printing of images
6083         * src/gtk/gtksourceprintjob.c
6084                 Fix page count when there are images
6085
6086 2006-12-14 [wwp]        2.6.1cvs32
6087
6088         * src/mainwindow.c
6089         * src/summaryview.c
6090         * src/summaryview.h
6091         * src/gtk/quicksearch.c
6092                 fix quicksearch 'magnify' button status when QS is closed
6093                 using the Escape key, thanks to Colin.
6094
6095 2006-12-14 [wwp]        2.6.1cvs31
6096
6097         * src/mainwindow.c
6098         * src/summaryview.c
6099         * src/summaryview.h
6100         * src/gtk/quicksearch.c
6101                 fix quicksearch 'magnify' button status when QS is closed
6102                 using the Escape key, thanks to Colin.
6103
6104 2006-12-13 [colin]      2.6.1cvs30
6105
6106         * src/ldapquery.c
6107         * src/ldaputil.c
6108                 Use the binary safe version of ldap_get_values,
6109                 to make sure we manipulate null-terminated 
6110                 strings. Maybe fixes bug 1075, 'claws mail 
6111                 segfault when completing ldap adresses'
6112         * src/syldap.c ** REMOVED **
6113         * src/syldap.h ** REMOVED **
6114                 Remove dead files
6115
6116 2006-12-13 [mones]      2.6.1cvs29
6117
6118         * po/es.po
6119                 Fixed piped strings, fixed click translation
6120
6121 2006-12-13 [paul]       2.6.1cvs28
6122
6123         * src/main.c
6124                 don't translate these strings
6125
6126 2006-12-13 [paul]       2.6.1cvs27
6127
6128         * po/en_GB.po
6129                 updated
6130
6131 2006-12-13 [colin]      2.6.1cvs26
6132
6133         * src/main.c
6134         * src/main.h
6135                 Add claws_is_starting()
6136
6137 2006-12-13 [mones]      2.6.1cvs25
6138
6139         * manual/es/advanced.xml
6140         * po/es.po
6141                 Synced manual and updated translation
6142
6143 2006-12-12 [colin]      2.6.1cvs24
6144
6145         * src/wizard.c
6146                 Add an option to use STARTTLS in the
6147                 welcome wizard. Fixes bug 1080, 
6148                 'Using SSL option in wizard for incoming 
6149                 server does not activate SSL with STARTTLS'
6150
6151 2006-12-12 [colin]      2.6.1cvs23
6152
6153         * src/main.c
6154                 Don't exit when there's an incomplete
6155                 mailbox configured - leaves a chance 
6156                 to fix a failing IMAP account. Exit
6157                 if no mailbox at all is loaded (case
6158                 of missing plugin).
6159                 Completes bug 1077's fix (I was wrong
6160                 in this bug's comment #3).
6161
6162 2006-12-12 [colin]      2.6.1cvs22
6163
6164         * src/gtk/menu.h
6165                 Add another menu data type
6166         * src/prefs_account.c
6167                 Complete the completion of bug 1076
6168                 (doesn't lose the pref on apply)
6169
6170 2006-12-12 [paul]       2.6.1cvs21
6171
6172         * src/prefs_account.c
6173                 complete the fix of bug 1076
6174                 also be more verbose with the text
6175
6176 2006-12-12 [paul]       2.6.1cvs20
6177
6178         * src/gtk/combobox.c
6179                 fix compilation warning
6180
6181 2006-12-11 [colin]      2.6.1cvs19
6182
6183         * src/wizard.c
6184                 Document :port in server entry tooltips
6185
6186 2006-12-11 [colin]      2.6.1cvs18
6187
6188         * src/main.c
6189                 Fix compile
6190
6191 2006-12-11 [colin]      2.6.1cvs17
6192
6193         * src/main.c
6194                 Add failing IMAP as a reason for no
6195                 mailbox
6196
6197 2006-12-11 [colin]      2.6.1cvs16
6198
6199         * src/prefs_account.c
6200                 Check for existence of inbox for local
6201                 accounts too
6202         * src/wizard.c
6203                 Allow setting the port to use for servers
6204                 by using the usual "server.example.com:port"
6205                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6206                 not start when IMAP server is unavailable'
6207
6208 2006-12-11 [colin]      2.6.1cvs15
6209
6210         * src/prefs_account.c
6211                 Prevent use of non-existing default inbox
6212
6213 2006-12-11 [colin]      2.6.1cvs14
6214
6215         * src/prefs_account.c
6216                 Fix sensitivity. Fixes bug 1076, 'privacy 
6217                 options are displayed even when pgp plugin 
6218                 not loaded / available'
6219
6220 2006-12-09 [colin]      2.6.1cvs13
6221
6222         * manual/advanced.xml
6223         * src/prefs_common.c
6224         * src/prefs_common.h
6225         * src/common/ssl_certificate.c
6226                 Add a new hidden preference, 'unsafe_ssl_certs',
6227                 which allows to store multiple certificates per
6228                 server/port. This is disabled by default because
6229                 it's less secure (presenting a new certificate
6230                 instead of a changed one raises less alarms).
6231                 This will cause Claws to ask about an unknown
6232                 certificate for people who have used 2.6.1cvs8
6233                 or greater.
6234
6235 2006-12-09 [colin]      2.6.1cvs12
6236
6237         * src/action.c
6238                 Fix cache updating after action
6239
6240 2006-12-07 [wwp]        2.6.1cvs11
6241
6242         * src/compose.c
6243                 fix email address comparison when replying to all
6244                 (avoid replying to ourselves), thanks to Colin.
6245
6246 2006-12-06 [paul]       2.6.1cvs10
6247
6248         * src/addrharvest.c
6249         * src/editldap.c
6250         * src/expldifdlg.c
6251         * src/news.c
6252         * src/toolbar.c
6253         * src/common/utils.c
6254                 ...and more renaming
6255                 Thanks to Colin
6256
6257 2006-12-06 [paul]       2.6.1cvs9
6258
6259         * src/compose.c
6260         * src/messageview.c
6261         * src/procheader.c
6262         * src/procmime.c
6263         * src/procmsg.c
6264         * src/textview.c
6265                 more renaming
6266                 Thanks to Colin
6267
6268 2006-12-06 [colin]      2.6.1cvs8
6269
6270         * src/ssl_manager.c
6271         * src/common/ssl_certificate.c
6272         * src/common/ssl_certificate.h
6273                 Handle multiple certificates per host/port
6274
6275 2006-12-06 [colin]      2.6.1cvs7
6276
6277         * src/etpan/imap-thread.c
6278                 Fix certificate checking on IMAP
6279
6280 2006-12-06 [colin]      2.6.1cvs6
6281
6282         * src/folderview.c
6283                 Fix bug 1072, 'Claws stops fetching newsgroups 
6284                 from server when newsgroup got deleted': continue
6285                 checking other groups
6286
6287 2006-12-05 [wwp]        2.6.1cvs5
6288
6289         * src/message_search.c
6290         * src/summary_search.c
6291         * src/gtk/combobox.c
6292         * src/gtk/combobox.h
6293         * src/gtk/gtkutils.c
6294         * src/gtk/gtkutils.h
6295                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6296                 behave like w/ old comboboxes (summary and message search only).
6297
6298 2006-12-05 [paul]       2.6.1cvs4
6299
6300         * src/wizard.c
6301                 encode headers
6302                 Thanks to Colin
6303
6304 2006-12-05 [paul]       2.6.1cvs3
6305
6306         * tools/README
6307         * tools/textviewer.pl
6308                 script updated and description added
6309
6310 2006-12-04 [colin]      2.6.1cvs2
6311
6312         * src/compose.c
6313                 Run pre-send hook only when checking
6314                 everything
6315
6316 2006-12-04 [paul]       2.6.1cvs1
6317
6318         * NEWS
6319         * README
6320         * RELEASE_NOTES
6321         * configure.ac
6322         * tools/README
6323                 bump up version number following stable release
6324
6325 2006-12-04 [paul]       2.6.0cvs83
6326
6327         * README
6328                 updates and corrections
6329
6330 2006-12-04 [colin]      2.6.0cvs82
6331
6332         * src/common/utils.c
6333                 Probably fix bug 1066, 'Incorrect mailbox 
6334                 size displayed'
6335
6336 2006-12-04 [colin]      2.6.0cvs81
6337
6338         * src/common/utils.c
6339                 Trim tabs from mailcap file too.
6340
6341 2006-12-02 [paul]       2.6.0cvs80
6342
6343         * src/exphtmldlg.c
6344                 fix broken GUI under certain languages
6345         * src/expldifdlg.c
6346                 put the Cancel button to the right
6347
6348 2006-12-01 [paul]       2.6.0cvs79
6349
6350         * tools/Makefile.am
6351                 remove reference to removed file
6352
6353 2006-12-01 [wwp]        2.6.0cvs78
6354
6355         * src/addressbook.c
6356         * src/editaddress.c
6357                 remove forgotten debug statements.
6358
6359 2006-12-01 [wwp]        2.6.0cvs77
6360
6361         * manual/advanced.xml
6362         * manual/fr/advanced.xml
6363         * src/addressbook.c
6364         * src/addressbook.h
6365         * src/addressitem.h
6366         * src/editaddress.c
6367         * src/editaddress.h
6368         * src/prefs_common.c
6369         * src/prefs_common.h
6370         * src/gtk/gtkutils.c
6371         * src/gtk/gtkutils.h
6372                 add a hidden option to allow embedding the editaddress (edit contact details)
6373                 dialog into the addressbook's window. This doesn't change the default
6374                 behaviour.
6375
6376 2006-12-01 [wwp]        2.6.0cvs76
6377
6378         * src/message_search.c
6379         * src/summary_search.c
6380                 fix more focus issues (don't set focus to combobox's entry widget when
6381                 entry's value changed, if entry widget has focus already).
6382
6383 2006-12-01 [wwp]        2.6.0cvs75
6384
6385         * src/gtk/quicksearch.c
6386                 revert last changes to the quicksearch gtk_combo_box, this needs more
6387                 tuning and testing.
6388
6389 2006-12-01 [paul]       2.6.0cvs74
6390
6391         * tools/kdeservicemenu/README
6392         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6393         * tools/kdeservicemenu/install.sh
6394         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6395         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6396                 simplify this stuff, and in so doing,
6397                 fix it. (possibly re-extend it again at
6398                 a later date)
6399
6400 2006-12-01 [wwp]        2.6.0cvs73
6401
6402         * src/gtk/quicksearch.c
6403                 adapt quicksearch code to use modern gtk_combo_box'es.
6404
6405 2006-12-01 [wwp]        2.6.0cvs72
6406
6407         * src/common/defs.h
6408         * src/prefs_common.c
6409         * src/prefs_common.h
6410         * src/message_search.c
6411         * src/summary_search.c
6412         * src/gtk/combobox.c
6413         * src/gtk/combobox.h
6414                 add history combos to all message and summary search fields.
6415
6416 2006-12-01 [wwp]        2.6.0cvs71
6417
6418         * src/summaryview.c
6419                 As the list may change while the mark as read delay
6420                 runs, we can't rely on the 'row' pointer, which can
6421                 be invalid when the timeout is called. As the mark
6422                 as read is only done if the message is still selected,
6423                 use summaryview->selected instead. Thanks to Colin.
6424
6425 2006-11-30 [paul]       2.6.0cvs70
6426
6427         * src/textview.c
6428                 give emphasis to "Sylpheed-Claws"
6429                 as well as "Claws Mail"
6430
6431 2006-11-30 [colin]      2.6.0cvs69
6432
6433         * src/wizard.c
6434                 Put the SSL checkboxes in the receiving
6435                 and sending server pages.
6436
6437 2006-11-29 [colin]      2.6.0cvs68
6438
6439         * src/gtk/gtkutils.c
6440         * src/gtk/gtkvscrollbutton.c
6441                 Revert some deprecated fixes - they seem to
6442                 deprecate stuff as soon as a new one gets out.
6443                 g_object_ref_sink needed glib-2.10.
6444
6445 2006-11-29 [colin]      2.6.0cvs67
6446
6447         * src/common/utils.c
6448                 Create .mailcap if it doesn't exist
6449
6450 2006-11-29 [colin]      2.6.0cvs66
6451
6452         * src/compose.c
6453                 Followup to cvs60: use original list
6454                 of recipients if replying to a mail
6455                 in Sent Drafts or Queue.
6456
6457 2006-11-27 [paul]       2.6.0cvs65
6458
6459         * src/image_viewer.c
6460                 revert the last change for now (it's broken)
6461
6462 2006-11-27 [paul]       2.6.0cvs64
6463
6464         * Makefile.am
6465         * configure.ac
6466         * m4/aclocal-include.m4
6467         * m4/check-type.m4
6468         * src/Makefile.am
6469         * src/addr_compl.c
6470         * src/compose.c
6471         * src/crash.c
6472         * src/export.c
6473         * src/exporthtml.c
6474         * src/exportldif.c
6475         * src/imap.c
6476         * src/import.c
6477         * src/main.c
6478         * src/main.h
6479         * src/matcher.c
6480         * src/mimeview.c
6481         * src/procmsg.c
6482         * src/textview.c
6483         * src/common/Makefile.am
6484         * src/common/claws.c
6485         * src/common/claws.h
6486         * src/common/ssl.c
6487         * src/common/sylpheed.c
6488         * src/common/sylpheed.h
6489         * src/etpan/Makefile.am
6490         * src/gtk/Makefile.am
6491         * src/gtk/claws-marshal.list
6492         * src/gtk/filesel.c
6493         * src/gtk/gtksctree.c
6494         * src/gtk/quicksearch.c
6495         * src/gtk/sylpheed-marshal.list
6496         * src/plugins/bogofilter/bogofilter.c
6497         * src/plugins/bogofilter/bogofilter_gtk.c
6498         * src/plugins/clamav/clamav_plugin.c
6499         * src/plugins/clamav/clamav_plugin_gtk.c
6500         * src/plugins/demo/demo.c
6501         * src/plugins/dillo_viewer/dillo_viewer.c
6502         * src/plugins/pgpcore/Makefile.am
6503         * src/plugins/pgpcore/claws.def
6504         * src/plugins/pgpcore/pgp_viewer.c
6505         * src/plugins/pgpcore/plugin.c
6506         * src/plugins/pgpcore/sylpheed.def
6507         * src/plugins/pgpinline/Makefile.am
6508         * src/plugins/pgpinline/claws.def
6509         * src/plugins/pgpinline/plugin.c
6510         * src/plugins/pgpinline/sylpheed.def
6511         * src/plugins/pgpmime/Makefile.am
6512         * src/plugins/pgpmime/claws.def
6513         * src/plugins/pgpmime/plugin.c
6514         * src/plugins/pgpmime/sylpheed.def
6515         * src/plugins/spamassassin/spamassassin.c
6516         * src/plugins/spamassassin/spamassassin_gtk.c
6517         * src/plugins/trayicon/trayicon.c
6518                 yet more renaming
6519                 remove deprecated gtk_tooltips_set_delay()
6520
6521 2006-11-26 [paul]       2.6.0cvs63
6522
6523         * src/expldifdlg.c
6524         * src/folderview.c
6525         * src/image_viewer.c
6526         * src/mainwindow.c
6527         * src/gtk/gtkutils.c
6528         * src/gtk/gtkvscrollbutton.c
6529         * src/gtk/prefswindow.c
6530         * src/plugins/pgpcore/prefs_gpg.c
6531                 replace more deprecated GTK+ functions
6532
6533 2006-11-26 [paul]       2.6.0cvs62
6534
6535         * src/addr_compl.c
6536         * src/addressbook.c
6537         * src/browseldap.c
6538                 replace deprecated gtk_idle_... functions
6539
6540 2006-11-26 [paul]       2.6.0cvs61
6541
6542         * src/compose.c
6543         * src/folderview.c
6544         * src/inc.c
6545         * src/summaryview.c
6546         * src/gtk/gtkvscrollbutton.c
6547         * src/gtk/quicksearch.c
6548         * src/plugins/pgpcore/passphrase.c
6549                 replace deprecated gtk_timeout_add and
6550                 gtk_timeout_remove
6551
6552 2006-11-26 [paul]       2.6.0cvs60
6553
6554         * src/compose.c
6555                 fix bug that caused the wrong recipient
6556                 to be selected when replying to a msg
6557                 which is From one of our accounts to
6558                 another of our accounts
6559
6560 2006-11-25 [paul]       2.6.0cvs59
6561
6562         * src/summaryview.c
6563                 don't change the From column title to
6564                 To if the To column is visible
6565
6566 2006-11-24 [paul]       2.6.0cvs58
6567
6568         * src/compose.c
6569                 fix bug 1069, 'Sent mails disappear, BCC
6570                 or locking problem?'
6571
6572 2006-11-21 [wwp]        2.6.0cvs57
6573
6574         * src/compose.c
6575                 fix spelling menu when replying (same as 2.3.1cvs39):
6576                 discrepancy between context menu and top menu when
6577                 folder's dictionary isn't the default one.
6578
6579 2006-11-19 [paul]       2.6.0cvs56
6580
6581         * src/summaryview.c
6582                 obey always_show_msg option when
6583                 marking as spam
6584         * src/plugins/bogofilter/bogofilter.c
6585                 fix typo
6586
6587 2006-11-18 [paul]       2.6.0cvs55
6588
6589         * AUTHORS
6590         * README
6591         * debian/copyright
6592         * manual/ack.xml
6593         * manual/es/ack.xml
6594         * manual/fr/ack.xml
6595         * manual/pl/ack.xml
6596         * src/gtk/authors.h
6597         * src/gtk/icon_legend.c
6598         * src/gtk/icon_legend.h
6599         * tools/OOo2claws-mail.pl
6600         * tools/README
6601         * tools/acroread2claws-mail.pl
6602         * tools/claws.i18n.status.pl
6603         * tools/filter_conv.pl
6604         * tools/filter_conv_new.pl
6605         * tools/freshmeat_search.pl
6606         * tools/google_search.pl
6607         * tools/kmail2claws-mail.pl
6608         * tools/kmail2claws-mail_v2.pl
6609         * tools/maildir2claws-mail.pl
6610         * tools/make.themes.project
6611         * tools/multiwebsearch.pl
6612         * tools/outlook2claws-mail.pl
6613         * tools/tb2claws-mail
6614         * tools/kdeservicemenu/README
6615         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6616                 update mine and wwp's email addresses in
6617                 several places
6618                 Patch by wwp
6619         * src/prefs_compose_writing.c
6620                 set sensitivity on 'new message format' frame
6621
6622 2006-11-17 [paul]       2.6.0cvs54
6623
6624         * src/gtk/about.c
6625                 more reworking of the GUI
6626                 Patch by Fabien Vantard
6627
6628 2006-11-16 [paul]       2.6.0cvs53
6629
6630         * src/gtk/about.c
6631                 set a minimum size for the window, allow
6632                 it to automatically expand as necessary
6633
6634 2006-11-16 [wwp]        2.6.0cvs52
6635
6636         * src/gtk/about.c
6637                 better wrap of copyright info on some systems.
6638
6639 2006-11-16 [paul]       2.6.0cvs51
6640
6641         * src/gtk/about.c
6642                 move the tech info from the upper panel
6643                 to the Info tab
6644                 use a gtk_text_view for the features tab
6645
6646 2006-11-16 [paul]       2.6.0cvs50
6647
6648         * po/Makevars
6649                 update my email address
6650         * src/addressbook.c
6651         * src/compose.c
6652         * src/imap_gtk.c
6653         * src/mh_gtk.c
6654         * src/news_gtk.c
6655         * src/summaryview.c
6656         * src/plugins/trayicon/trayicon.c
6657                 don't offer simple menu separators
6658                 for translation
6659         * src/folderview.c
6660                 add separator between 'mark all read'
6661                 and 'search folder'
6662
6663 2006-11-15 [wwp]        2.6.0cvs49
6664
6665         * src/gtk/authors.h
6666                 updated manuals authors.
6667
6668 2006-11-14 [paul]       2.6.0cvs48
6669
6670         * src/compose.c
6671                 Fix Options/Reply mode after draft save
6672
6673 2006-11-14 [paul]       2.6.0cvs47
6674
6675         * src/Makefile.am
6676                 Fix make DESTDIR=...
6677         * src/mbox.c
6678                 Optimise speed
6679         * src/plugins/pgpinline/pgpinline.c
6680                 Probably fix bug 1061
6681
6682 2006-11-14 [paul]       2.6.0cvs46
6683
6684         * po/Makevars
6685                 enable Q_ macro
6686         * src/Makefile.am
6687         * src/stock_pixmap.c
6688         * src/stock_pixmap.h
6689         * src/gtk/about.c
6690         * src/pixmaps/active.xpm
6691         * src/pixmaps/inactive.xpm
6692                 add a new page, 'Features', to the About dialog
6693                 showing which features are compiled in and which
6694                 are not
6695
6696 2006-11-14 [paul]       2.6.0cvs45
6697
6698         * po/ru.po
6699                 updated by Pavlo Bohmat
6700
6701 2006-11-14 [colin]      2.6.0cvs44
6702
6703         * src/compose.c
6704         * src/inc.c
6705         * src/messageview.c
6706         * src/news.c
6707         * src/pop.c
6708         * src/procmsg.c
6709         * src/gtk/gtkaspell.c
6710                 Fix 64-bit-related warnings
6711         * src/ssl_manager.c
6712                 Fix possible infinite loop
6713         * src/plugins/pgpcore/sgpgme.c
6714                 Remove useless check
6715
6716 2006-11-13 [colin]      2.6.0cvs43
6717
6718         * src/gtk/Makefile.am
6719                 authors.h isn't generated
6720
6721 2006-11-13 [colin]      2.6.0cvs42
6722
6723         * src/plugins/pgpinline/pgpinline.c
6724         * src/plugins/pgpmime/pgpmime.c
6725                 Very probably fix bug 1061, 'crash on 
6726                 opening signed email'. Another cast
6727                 problem
6728
6729 2006-11-13 [colin]      2.6.0cvs41
6730
6731         * src/plugins/pgpcore/sgpgme.c
6732                 Maybe fix bug 1061, 'crash on opening 
6733                 signed email'
6734
6735 2006-11-13 [wwp]        2.6.0cvs40
6736
6737         * src/plugins/pgpinline/pgpinline.c
6738                 fix candidate for bug #1057, thanks to Colin.
6739
6740 2006-11-13 [wwp]        2.6.0cvs39
6741
6742         * src/compose.c
6743         * src/quote_fmt_parse.y
6744                 fix bug 1052: current parser buffer was not always 
6745                 allocated, ptr to this buffer could be returned as 
6746                 NULL whereas no parser error has occurred. in 
6747                 consequence, defining a template body as "%d" 
6748                 (w/o the quotes) for the first time of the instance 
6749                 of claws-mail, was reporting a parser error. make 
6750                 sure that the buffer is always allocated, even to 
6751                 an empty string.
6752                 fix mis-unescaping in compose.:compose_quote_fmt(): 
6753                 unescaping of the fmt string was always done 
6754                 whereas it must be done *only* when receiving 
6755                 quote format strings issued from the prefs 
6756                 (compose new message, reply, forward, redirect 
6757                 formats), *not* when applying templates.  in 
6758                 consequences, applying templates w/ sequences 
6759                 like \\|p{echo} were failing. make sure that 
6760                 unescaping is done only when necessary.
6761
6762 2006-11-12 [colin]      2.6.0cvs38
6763
6764         * po/de.po
6765                 Fix typo (s/KB/MB)
6766
6767 2006-11-12 [colin]      2.6.0cvs37
6768
6769         * src/plugins/pgpinline/pgpinline.c
6770         * src/plugins/pgpmime/pgpmime.c
6771                 Release GPG context at the latest 
6772                 possible moment. Maybe fixes 
6773                 bug 1057, 'crash on sending signed 
6774                 message to a newsgroup'
6775                 
6776
6777 2006-11-12 [colin]      2.6.0cvs36
6778
6779         * src/plugins/pgpcore/sgpgme.c
6780                 Tell a bit more when gpg's status doesn't
6781                 contain any signature
6782
6783 2006-11-12 [colin]      2.6.0cvs35
6784
6785         * src/compose.c
6786                 Fix bug 1060, 'compilation error with 
6787                 Irix's cc'
6788
6789 2006-11-12 [paul]       2.6.0cvs34
6790
6791         * doc/man/claws-mail.1
6792         * src/prefs_gtk.c
6793         * src/plugins/clamav/README
6794         * src/plugins/spamassassin/README
6795         * tools/README
6796         * tools/freshmeat_search.pl
6797         * tools/google_search.pl
6798         * tools/multiwebsearch.pl
6799                 more renaming
6800         * src/plugins/trayicon/trayicon.c
6801                 fix compiliation warning
6802
6803 2006-11-11 [colin]      2.6.0cvs33
6804
6805         * src/folderview.c
6806                 Forbid drag and drop from/to different
6807                 folders of type F_UNKNOWN
6808
6809 2006-11-11 [colin]      2.6.0cvs32
6810
6811         * src/plugins/pgpinline/pgpinline.c
6812                 Fix typo in previous commit:
6813                 - gpgme_new(&ctx);
6814                 + if ((err = gpgme_new(&data->ctx)) ...)
6815
6816 2006-11-11 [colin]      2.6.0cvs31
6817
6818         * src/plugins/pgpinline/pgpinline.c
6819         * src/plugins/pgpmime/pgpmime.c
6820                 Check success after calling gpgme_new
6821                 Maybe fixes bug 1057, 'crash on sending 
6822                 signed message to a newsgroup'
6823
6824 2006-11-11 [colin]      2.6.0cvs30
6825
6826         * src/undo.c
6827                 init undostruct to 0s (from
6828                 valgrind log of bug 1057)
6829
6830 2006-11-10 [colin]      2.6.0cvs29
6831
6832         * src/mainwindow.c
6833                 Set cursor to wait before filtering
6834                 duplicates in all folders
6835         * src/plugins/bogofilter/bogofilter.c
6836         * src/plugins/bogofilter/bogofilter.h
6837         * src/plugins/bogofilter/bogofilter_gtk.c
6838                 Completely thread away the bogofilter
6839                 filtering
6840
6841 2006-11-10 [mones]      2.6.0cvs28
6842
6843         * src/compose.c
6844         * src/compose.h
6845                 added COMPOSE_CHECK_BEFORE_SEND hook
6846
6847 2006-11-10 [paul]       2.6.0cvs27
6848
6849         * src/crash.c
6850                 more renaming
6851                 add libSM to get_compiled_in_features()
6852         * src/main.c
6853                 more renaming
6854
6855 2006-11-10 [colin]      2.6.0cvs26
6856
6857         * src/etpan/imap-thread.c
6858                 Add a reference to libetpan's sasl engine
6859                 so that sasl_done() doesn't get called by
6860                 libetpan, and doesn't break openssl.
6861                 Should fix bug 1053, 'SC fails to reestablish 
6862                 a secure connection'
6863                 Patch by Hoa
6864
6865 2006-11-10 [colin]      2.6.0cvs25
6866
6867         * manual/addrbook.xml
6868         * manual/advanced.xml
6869         * manual/faq.xml
6870         * manual/intro.xml
6871                 Some more renaming
6872
6873 2006-11-09 [colin]      2.6.0cvs24
6874
6875         * src/plugins/bogofilter/bogofilter_gtk.c
6876                 Add comment about annoyance
6877
6878 2006-11-09 [colin]      2.6.0cvs23
6879
6880         * src/plugins/bogofilter/bogofilter.c
6881         * src/plugins/bogofilter/bogofilter_gtk.c
6882                 Prepare things needed to thread bogofilter
6883                 filtering: separate bogo stuff and possible GUI
6884                 stuff. 
6885
6886 2006-11-09 [colin]      2.6.0cvs22
6887
6888         * src/account.c
6889         * src/compose.c
6890                 Search for one of our accounts in Delivered-To
6891                 (helps for auto-account selection when 
6892                  replying/forwarding)
6893         * src/folderview.c
6894         * src/mainwindow.c
6895         * src/mainwindow.h
6896         * src/plugins/trayicon/trayicon.c
6897                 Allow opening a new mail with any account from
6898                 the contextual menu
6899
6900 2006-11-09 [wwp]        2.6.0cvs21
6901
6902         * src/compose.c
6903         * src/prefs_common.c
6904         * src/prefs_common.h
6905         * src/prefs_compose_writing.c
6906                 add a compose new message format (in prefs/compose/writing), it's a
6907                 simple subject+body template to use when opening a new composition
6908                 window. It's similar to the existent reply and forward formats.
6909
6910                 enhanced the template/format % symbols substitution mechanism to
6911                 use current composition window information when % are used in
6912                 the compose new message format or in templates applied to new
6913                 messages (there were useless in that situations before). When
6914                 applied to new messages, %d corresponds to the system time/date.
6915
6916 2006-11-09 [paul]       2.6.0cvs20
6917
6918         * src/gtk/authors.h
6919                 fix last commit
6920
6921 2006-11-09 [paul]       2.6.0cvs19
6922
6923         * src/gtk/authors.h
6924                 keep tje alphabetical order
6925
6926 2006-11-08 [colin]      2.6.0cvs18
6927
6928         * src/etpan/imap-thread.c
6929                 Fix bug 1054, 'Slowness logging big 
6930                 data chunks'
6931
6932 2006-11-08 [paul]       2.6.0cvs17
6933
6934         * tools/Makefile.am
6935                 fix the renaming
6936
6937 2006-11-08 [paul]       2.6.0cvs16
6938
6939         * src/common/defs.h
6940                 update BUGZILLA_URI
6941
6942 2006-11-08 [paul]       2.6.0cvs15
6943
6944         * tools/Makefile.am
6945         * tools/OOo2claws-mail.pl
6946         * tools/OOo2sylpheed.pl
6947         * tools/README
6948         * tools/acroread2claws-mail.pl
6949         * tools/acroread2sylpheed.pl
6950         * tools/kmail2claws-mail.pl
6951         * tools/kmail2claws-mail_v2.pl
6952         * tools/kmail2sylpheed.pl
6953         * tools/kmail2sylpheed_v2.pl
6954         * tools/maildir2claws-mail.pl
6955         * tools/maildir2sylpheed.pl
6956         * tools/nautilus2claws-mail.sh
6957         * tools/nautilus2sylpheed.sh
6958         * tools/outlook2claws-mail.pl
6959         * tools/outlook2sylpheed.pl
6960         * tools/tb2claws-mail
6961         * tools/tb2sylpheed
6962         * tools/tbird2claws.py
6963         * tools/tbird2syl.py
6964         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6965         * tools/kdeservicemenu/install.sh
6966         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
6967         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6968         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6969         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6970         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6971                 renamed (removed, added) tools files
6972
6973 2006-11-08 [paul]       2.6.0cvs14
6974
6975         * src/main.c
6976         * src/common/defs.h
6977                 Migrate sylpheedrc to clawsrc, and fix the standard
6978                 plugins path in the process
6979
6980 2006-11-07 [colin]      2.6.0cvs13
6981
6982         * src/Makefile.am
6983                 Symlink sylpheed-claws relative to 
6984                 claws-mail
6985
6986 2006-11-07 [colin]      2.6.0cvs12
6987
6988         * src/compose.c
6989                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
6990
6991 2006-11-07 [paul]       2.6.0cvs11
6992
6993         * src/gtk/about.c
6994                 Fix a missed occurence of
6995                 Sylpheed-Claws
6996
6997 2006-11-07 [paul]       2.6.0cvs10
6998
6999         * src/Makefile.am
7000                 Fix symlink installation
7001
7002 2006-11-07 [paul]       2.6.0cvs9
7003
7004         * src/Makefile.am
7005                 Symlink claws-mail to sylpheed-claws
7006         * src/common/utils.c
7007                 Fix migrating symlinks
7008         * src/etpan/imap-thread.c
7009                 check certificate only when there's
7010                 no error
7011
7012 2006-11-07 [paul]       2.6.0cvs8
7013
7014         * Makefile.am
7015                 Fix icon breakages with Gtk, which needs a 
7016                 cache updated to see them.
7017
7018 2006-11-07 [paul]       2.6.0cvs7
7019
7020         * .cvsignore
7021         * AUTHORS
7022         * COPYING
7023         * INSTALL
7024         * Makefile.am
7025         * NEWS
7026         * README
7027         * RELEASE_NOTES
7028         * autogen.sh
7029         * claws-mail-128x128.png
7030         * claws-mail-64x64.png
7031         * claws-mail.ico
7032         * claws-mail.pc.in
7033         * claws-mail.png
7034         * configure.ac
7035         * sylpheed-claws-128x128.png
7036         * sylpheed-claws-64x64.png
7037         * sylpheed-claws.desktop
7038         * sylpheed-claws.ico
7039         * sylpheed-claws.pc.in
7040         * sylpheed-claws.png
7041         * debian/README.Debian
7042         * debian/changelog
7043         * debian/claws-mail.desktop
7044         * debian/claws-mail.menu
7045         * debian/claws-mail.postinst.debhelper
7046         * debian/claws-mail.postrm.debhelper
7047         * debian/control
7048         * debian/copyright
7049         * debian/files
7050         * debian/rules
7051         * debian/sylpheed-claws.desktop
7052         * debian/sylpheed-claws.menu
7053         * debian/sylpheed-claws.postinst.debhelper
7054         * debian/sylpheed-claws.postrm.debhelper
7055         * doc/man/Makefile.am
7056         * doc/man/claws-mail.1
7057         * doc/man/sylpheed-claws.1
7058         * doc/src/ChangeLog.claws-pre0.8.0
7059         * manual/Makefile.am
7060         * manual/account.xml
7061         * manual/ack.xml
7062         * manual/addrbook.xml
7063         * manual/advanced.xml
7064         * manual/claws-mail-manual.xml
7065         * manual/faq.xml
7066         * manual/glossary.xml
7067         * manual/handling.xml
7068         * manual/intro.xml
7069         * manual/keyboard.xml
7070         * manual/plugins.xml
7071         * manual/starting.xml
7072         * manual/sylpheed-claws-manual.xml
7073         * manual/xml2pdf
7074         * manual/dist/.cvsignore
7075         * manual/dist/html/.cvsignore
7076         * manual/dist/html/Makefile.am
7077         * manual/dist/pdf/.cvsignore
7078         * manual/dist/pdf/Makefile.am
7079         * manual/dist/ps/.cvsignore
7080         * manual/dist/ps/Makefile.am
7081         * manual/dist/txt/.cvsignore
7082         * manual/dist/txt/Makefile.am
7083         * manual/es/Makefile.am
7084         * manual/es/advanced.xml
7085         * manual/es/claws-mail-manual.xml
7086         * manual/es/faq.xml
7087         * manual/es/glossary.xml
7088         * manual/es/handling.xml
7089         * manual/es/intro.xml
7090         * manual/es/plugins.xml
7091         * manual/es/sylpheed-claws-manual.xml
7092         * manual/es/dist/.cvsignore
7093         * manual/es/dist/html/.cvsignore
7094         * manual/es/dist/html/Makefile.am
7095         * manual/es/dist/pdf/.cvsignore
7096         * manual/es/dist/pdf/Makefile.am
7097         * manual/es/dist/ps/.cvsignore
7098         * manual/es/dist/ps/Makefile.am
7099         * manual/es/dist/txt/.cvsignore
7100         * manual/es/dist/txt/Makefile.am
7101         * manual/fr/Makefile.am
7102         * manual/fr/account.xml
7103         * manual/fr/ack.xml
7104         * manual/fr/addrbook.xml
7105         * manual/fr/advanced.xml
7106         * manual/fr/claws-mail-manual.xml
7107         * manual/fr/faq.xml
7108         * manual/fr/glossary.xml
7109         * manual/fr/handling.xml
7110         * manual/fr/intro.xml
7111         * manual/fr/keyboard.xml
7112         * manual/fr/plugins.xml
7113         * manual/fr/starting.xml
7114         * manual/fr/sylpheed-claws-manual.xml
7115         * manual/fr/dist/.cvsignore
7116         * manual/fr/dist/html/.cvsignore
7117         * manual/fr/dist/html/Makefile.am
7118         * manual/fr/dist/pdf/.cvsignore
7119         * manual/fr/dist/pdf/Makefile.am
7120         * manual/fr/dist/ps/.cvsignore
7121         * manual/fr/dist/ps/Makefile.am
7122         * manual/fr/dist/txt/.cvsignore
7123         * manual/fr/dist/txt/Makefile.am
7124         * manual/pl/Makefile.am
7125         * manual/pl/account.xml
7126         * manual/pl/ack.xml
7127         * manual/pl/addrbook.xml
7128         * manual/pl/advanced.xml
7129         * manual/pl/claws-mail-manual.xml
7130         * manual/pl/faq.xml
7131         * manual/pl/glossary.xml
7132         * manual/pl/handling.xml
7133         * manual/pl/intro.xml
7134         * manual/pl/keyboard.xml
7135         * manual/pl/plugins.xml
7136         * manual/pl/starting.xml
7137         * manual/pl/sylpheed-claws-manual.xml
7138         * manual/pl/dist/.cvsignore
7139         * manual/pl/dist/html/.cvsignore
7140         * manual/pl/dist/html/Makefile.am
7141         * manual/pl/dist/pdf/.cvsignore
7142         * manual/pl/dist/pdf/Makefile.am
7143         * manual/pl/dist/ps/.cvsignore
7144         * manual/pl/dist/ps/Makefile.am
7145         * manual/pl/dist/txt/.cvsignore
7146         * manual/pl/dist/txt/Makefile.am
7147         * po/.cvsignore
7148         * po/Makevars
7149         * src/.cvsignore
7150         * src/Makefile.am
7151         * src/account.c
7152         * src/account.h
7153         * src/action.c
7154         * src/action.h
7155         * src/adbookbase.h
7156         * src/addr_compl.c
7157         * src/addr_compl.h
7158         * src/addrbook.c
7159         * src/addrcache.c
7160         * src/addrcache.h
7161         * src/addrcindex.c
7162         * src/addrcindex.h
7163         * src/addrclip.c
7164         * src/addrclip.h
7165         * src/addrdefs.h
7166         * src/addressadd.c
7167         * src/addressadd.h
7168         * src/addressbook.c
7169         * src/addressbook.h
7170         * src/addressbook_foldersel.c
7171         * src/addressbook_foldersel.h
7172         * src/addrgather.c
7173         * src/addrgather.h
7174         * src/addrharvest.c
7175         * src/addrharvest.h
7176         * src/addrindex.c
7177         * src/addrindex.h
7178         * src/addritem.c
7179         * src/addritem.h
7180         * src/addrquery.c
7181         * src/addrquery.h
7182         * src/addrselect.c
7183         * src/addrselect.h
7184         * src/alertpanel.c
7185         * src/alertpanel.h
7186         * src/browseldap.c
7187         * src/browseldap.h
7188         * src/codeconv.c
7189         * src/codeconv.h
7190         * src/compose.c
7191         * src/crash.c
7192         * src/crash.h
7193         * src/customheader.c
7194         * src/customheader.h
7195         * src/displayheader.c
7196         * src/displayheader.h
7197         * src/editaddress.c
7198         * src/editaddress.h
7199         * src/editbook.c
7200         * src/editbook.h
7201         * src/editgroup.c
7202         * src/editgroup.h
7203         * src/editjpilot.c
7204         * src/editjpilot.h
7205         * src/editldap.c
7206         * src/editldap.h
7207         * src/editldap_basedn.c
7208         * src/editldap_basedn.h
7209         * src/editvcard.c
7210         * src/editvcard.h
7211         * src/exphtmldlg.c
7212         * src/exphtmldlg.h
7213         * src/expldifdlg.c
7214         * src/expldifdlg.h
7215         * src/export.c
7216         * src/exporthtml.c
7217         * src/exporthtml.h
7218         * src/exportldif.c
7219         * src/exportldif.h
7220         * src/filtering.c
7221         * src/filtering.h
7222         * src/folder.c
7223         * src/folder.h
7224         * src/folder_item_prefs.c
7225         * src/folder_item_prefs.h
7226         * src/foldersel.c
7227         * src/foldersel.h
7228         * src/folderutils.c
7229         * src/folderutils.h
7230         * src/folderview.c
7231         * src/folderview.h
7232         * src/grouplistdialog.c
7233         * src/grouplistdialog.h
7234         * src/html.c
7235         * src/html.h
7236         * src/image_viewer.c
7237         * src/image_viewer.h
7238         * src/imap.c
7239         * src/imap.h
7240         * src/imap_gtk.c
7241         * src/imap_gtk.h
7242         * src/import.c
7243         * src/import.h
7244         * src/importldif.c
7245         * src/importldif.h
7246         * src/importmutt.c
7247         * src/importmutt.h
7248         * src/importpine.c
7249         * src/importpine.h
7250         * src/inc.c
7251         * src/inc.h
7252         * src/jpilot.c
7253         * src/jpilot.h
7254         * src/ldapctrl.c
7255         * src/ldapctrl.h
7256         * src/ldaplocate.c
7257         * src/ldaplocate.h
7258         * src/ldapquery.c
7259         * src/ldapquery.h
7260         * src/ldapserver.c
7261         * src/ldapserver.h
7262         * src/ldaputil.c
7263         * src/ldaputil.h
7264         * src/ldif.c
7265         * src/ldif.h
7266         * src/localfolder.c
7267         * src/localfolder.h
7268         * src/main.c
7269         * src/main.h
7270         * src/mainwindow.c
7271         * src/mainwindow.h
7272         * src/manual.c
7273         * src/manual.h
7274         * src/matcher.c
7275         * src/matcher.h
7276         * src/matcher_parser.h
7277         * src/matcher_parser_lex.l
7278         * src/matcher_parser_parse.y
7279         * src/mbox.c
7280         * src/mbox.h
7281         * src/message_search.c
7282         * src/message_search.h
7283         * src/messageview.c
7284         * src/messageview.h
7285         * src/mh.c
7286         * src/mh.h
7287         * src/mh_gtk.c
7288         * src/mh_gtk.h
7289         * src/mimeview.c
7290         * src/mimeview.h
7291         * src/msgcache.c
7292         * src/msgcache.h
7293         * src/mutt.c
7294         * src/mutt.h
7295         * src/news.c
7296         * src/news.h
7297         * src/news_gtk.c
7298         * src/news_gtk.h
7299         * src/noticeview.c
7300         * src/noticeview.h
7301         * src/partial_download.c
7302         * src/partial_download.h
7303         * src/pine.c
7304         * src/pine.h
7305         * src/pop.c
7306         * src/pop.h
7307         * src/prefs_account.c
7308         * src/prefs_account.h
7309         * src/prefs_actions.c
7310         * src/prefs_actions.h
7311         * src/prefs_common.c
7312         * src/prefs_common.h
7313         * src/prefs_compose_writing.c
7314         * src/prefs_compose_writing.h
7315         * src/prefs_customheader.c
7316         * src/prefs_customheader.h
7317         * src/prefs_display_header.c
7318         * src/prefs_display_header.h
7319         * src/prefs_ext_prog.c
7320         * src/prefs_ext_prog.h
7321         * src/prefs_filtering.c
7322         * src/prefs_folder_column.c
7323         * src/prefs_folder_column.h
7324         * src/prefs_folder_item.c
7325         * src/prefs_folder_item.h
7326         * src/prefs_fonts.c
7327         * src/prefs_fonts.h
7328         * src/prefs_gtk.c
7329         * src/prefs_gtk.h
7330         * src/prefs_image_viewer.c
7331         * src/prefs_image_viewer.h
7332         * src/prefs_matcher.c
7333         * src/prefs_matcher.h
7334         * src/prefs_message.c
7335         * src/prefs_message.h
7336         * src/prefs_msg_colors.c
7337         * src/prefs_msg_colors.h
7338         * src/prefs_other.c
7339         * src/prefs_other.h
7340         * src/prefs_quote.c
7341         * src/prefs_quote.h
7342         * src/prefs_receive.c
7343         * src/prefs_receive.h
7344         * src/prefs_send.c
7345         * src/prefs_send.h
7346         * src/prefs_spelling.c
7347         * src/prefs_spelling.h
7348         * src/prefs_summaries.c
7349         * src/prefs_summaries.h
7350         * src/prefs_summary_column.c
7351         * src/prefs_summary_column.h
7352         * src/prefs_template.c
7353         * src/prefs_template.h
7354         * src/prefs_themes.c
7355         * src/prefs_themes.h
7356         * src/prefs_toolbar.c
7357         * src/prefs_toolbar.h
7358         * src/prefs_wrapping.c
7359         * src/prefs_wrapping.h
7360         * src/privacy.c
7361         * src/privacy.h
7362         * src/procheader.c
7363         * src/procheader.h
7364         * src/procmime.c
7365         * src/procmime.h
7366         * src/procmsg.c
7367         * src/procmsg.h
7368         * src/quote_fmt.c
7369         * src/quote_fmt_parse.y
7370         * src/recv.c
7371         * src/recv.h
7372         * src/remotefolder.c
7373         * src/remotefolder.h
7374         * src/send_message.c
7375         * src/send_message.h
7376         * src/setup.c
7377         * src/setup.h
7378         * src/sourcewindow.c
7379         * src/sourcewindow.h
7380         * src/ssl_manager.c
7381         * src/ssl_manager.h
7382         * src/statusbar.c
7383         * src/statusbar.h
7384         * src/stock_pixmap.c
7385         * src/stock_pixmap.h
7386         * src/summary_search.c
7387         * src/summary_search.h
7388         * src/summaryview.c
7389         * src/summaryview.h
7390         * src/syldap.c
7391         * src/syldap.h
7392         * src/textview.c
7393         * src/textview.h
7394         * src/toolbar.c
7395         * src/toolbar.h
7396         * src/undo.c
7397         * src/undo.h
7398         * src/unmime.c
7399         * src/unmime.h
7400         * src/vcard.c
7401         * src/vcard.h
7402         * src/wizard.c
7403         * src/wizard.h
7404         * src/common/base64.c
7405         * src/common/base64.h
7406         * src/common/defs.h
7407         * src/common/hooks.c
7408         * src/common/hooks.h
7409         * src/common/log.c
7410         * src/common/log.h
7411         * src/common/mgutils.c
7412         * src/common/mgutils.h
7413         * src/common/nntp.c
7414         * src/common/nntp.h
7415         * src/common/passcrypt.c
7416         * src/common/passcrypt.h.in
7417         * src/common/plugin.c
7418         * src/common/plugin.h
7419         * src/common/prefs.c
7420         * src/common/prefs.h
7421         * src/common/progressindicator.c
7422         * src/common/progressindicator.h
7423         * src/common/quoted-printable.c
7424         * src/common/quoted-printable.h
7425         * src/common/session.c
7426         * src/common/session.h
7427         * src/common/smtp.c
7428         * src/common/smtp.h
7429         * src/common/socket.c
7430         * src/common/socket.h
7431         * src/common/ssl.c
7432         * src/common/ssl.h
7433         * src/common/stringtable.c
7434         * src/common/stringtable.h
7435         * src/common/sylpheed.c
7436         * src/common/sylpheed.h
7437         * src/common/template.c
7438         * src/common/template.h
7439         * src/common/timing.h
7440         * src/common/utils.c
7441         * src/common/utils.h
7442         * src/common/version.h.in
7443         * src/common/xml.c
7444         * src/common/xml.h
7445         * src/common/xmlprops.c
7446         * src/common/xmlprops.h
7447         * src/gtk/about.c
7448         * src/gtk/colorlabel.c
7449         * src/gtk/colorlabel.h
7450         * src/gtk/colorsel.c
7451         * src/gtk/colorsel.h
7452         * src/gtk/combobox.c
7453         * src/gtk/combobox.h
7454         * src/gtk/description_window.c
7455         * src/gtk/description_window.h
7456         * src/gtk/filesel.c
7457         * src/gtk/filesel.h
7458         * src/gtk/foldersort.c
7459         * src/gtk/foldersort.h
7460         * src/gtk/gtkaspell.c
7461         * src/gtk/gtkaspell.h
7462         * src/gtk/gtksctree.c
7463         * src/gtk/gtkshruler.c
7464         * src/gtk/gtkshruler.h
7465         * src/gtk/gtkutils.c
7466         * src/gtk/gtkutils.h
7467         * src/gtk/icon_legend.c
7468         * src/gtk/icon_legend.h
7469         * src/gtk/logwindow.c
7470         * src/gtk/logwindow.h
7471         * src/gtk/manage_window.c
7472         * src/gtk/manage_window.h
7473         * src/gtk/pluginwindow.c
7474         * src/gtk/pluginwindow.h
7475         * src/gtk/prefswindow.c
7476         * src/gtk/prefswindow.h
7477         * src/gtk/quicksearch.c
7478         * src/gtk/quicksearch.h
7479         * src/pixmaps/claws-mail.xpm
7480         * src/pixmaps/claws-mail_icon.xpm
7481         * src/pixmaps/claws-mail_logo.xpm
7482         * src/pixmaps/sylpheed-claws.xpm
7483         * src/pixmaps/sylpheed-claws_icon.xpm
7484         * src/pixmaps/sylpheed-claws_logo.xpm
7485         * src/plugins/bogofilter/Makefile.am
7486         * src/plugins/bogofilter/bogofilter.c
7487         * src/plugins/bogofilter/bogofilter.h
7488         * src/plugins/bogofilter/bogofilter_gtk.c
7489         * src/plugins/clamav/Makefile.am
7490         * src/plugins/clamav/clamav_plugin.c
7491         * src/plugins/clamav/clamav_plugin.h
7492         * src/plugins/clamav/clamav_plugin_gtk.c
7493         * src/plugins/demo/Makefile.am
7494         * src/plugins/demo/demo.c
7495         * src/plugins/dillo_viewer/Makefile.am
7496         * src/plugins/dillo_viewer/README
7497         * src/plugins/dillo_viewer/dillo_prefs.c
7498         * src/plugins/dillo_viewer/dillo_prefs.h
7499         * src/plugins/dillo_viewer/dillo_viewer.c
7500         * src/plugins/pgpcore/Makefile.am
7501         * src/plugins/pgpcore/passphrase.c
7502         * src/plugins/pgpcore/passphrase.h
7503         * src/plugins/pgpcore/pgp_viewer.c
7504         * src/plugins/pgpcore/pgp_viewer.h
7505         * src/plugins/pgpcore/plugin.c
7506         * src/plugins/pgpcore/prefs_gpg.c
7507         * src/plugins/pgpcore/prefs_gpg.h
7508         * src/plugins/pgpcore/select-keys.c
7509         * src/plugins/pgpcore/select-keys.h
7510         * src/plugins/pgpcore/sgpgme.c
7511         * src/plugins/pgpcore/sgpgme.h
7512         * src/plugins/pgpcore/sylpheed.def
7513         * src/plugins/pgpcore/version.rc
7514         * src/plugins/pgpinline/Makefile.am
7515         * src/plugins/pgpinline/pgpinline.c
7516         * src/plugins/pgpinline/pgpinline.h
7517         * src/plugins/pgpinline/plugin.c
7518         * src/plugins/pgpinline/sylpheed.def
7519         * src/plugins/pgpinline/version.rc
7520         * src/plugins/pgpmime/Makefile.am
7521         * src/plugins/pgpmime/pgpmime.c
7522         * src/plugins/pgpmime/pgpmime.h
7523         * src/plugins/pgpmime/plugin.c
7524         * src/plugins/pgpmime/sylpheed.def
7525         * src/plugins/pgpmime/version.rc
7526         * src/plugins/spamassassin/Makefile.am
7527         * src/plugins/spamassassin/README
7528         * src/plugins/spamassassin/spamassassin.c
7529         * src/plugins/spamassassin/spamassassin.h
7530         * src/plugins/spamassassin/spamassassin_gtk.c
7531         * src/plugins/trayicon/Makefile.am
7532         * src/plugins/trayicon/trayicon.c
7533         * tools/OOo2sylpheed.pl
7534         * tools/README
7535         * tools/README.sylprint
7536         * tools/acroread2sylpheed.pl
7537         * tools/claws.i18n.status.pl
7538         * tools/filter_conv.pl
7539         * tools/filter_conv_new.pl
7540         * tools/freshmeat_search.pl
7541         * tools/google_search.pl
7542         * tools/kmail2sylpheed.pl
7543         * tools/kmail2sylpheed_v2.pl
7544         * tools/make.themes.project
7545         * tools/multiwebsearch.pl
7546         * tools/nautilus2sylpheed.sh
7547         * tools/outlook2sylpheed.pl
7548         * tools/sylprint.pl
7549         * tools/sylprint.rc
7550         * tools/tb2sylpheed
7551         * tools/textviewer.sh
7552         * tools/vcard2xml.py
7553         * tools/kdeservicemenu/README
7554         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7555         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7556         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7557                 Change name to Claws Mail. Announce to follow...
7558
7559 2006-11-06 [wwp]        2.6.0cvs6
7560
7561         * src/prefs_template.c
7562                 unify messages related to quote format/template errors (fix
7563                 capitalization), again.
7564
7565 2006-11-06 [wwp]        2.6.0cvs5
7566
7567         * src/prefs_quote.c
7568                 unify messages related to quote format/template errors.
7569
7570 2006-11-06 [wwp]        2.6.0cvs4
7571
7572         * src/prefs_msg_colors.c
7573                 more uses of Q_ macro for contextual translations, thanks
7574                 to Fabien (fzzzzz).
7575
7576 2006-11-06 [wwp]        2.6.0cvs3
7577
7578         * src/compose.c
7579         * src/common/utils.c
7580         * src/common/utils.h
7581                 show an alertpanel to make sure users are aware that sensitive
7582                 files are attached (it's file blacklist-based). This will fix
7583                 interaction w/ GoogleEarth for instance, thanks to Colin.
7584
7585 2006-11-06 [wwp]        2.6.0cvs2
7586
7587         * src/prefs_quote.c
7588         * src/prefs_template.c
7589         * src/prefs_template.h
7590                 check quote format when applying/closing prefs. For now this only
7591                 shows up an error dialog box, not preventing the user from using
7592                 a broken quote (reply, forwards) format.
7593
7594 2006-11-06 [wwp]        2.6.0cvs1
7595
7596         * src/prefs_template.c
7597                 fix missing checks of some template fields.
7598
7599 2006-11-06 [paul]       2.6.0
7600
7601         * NEWS
7602         * README
7603         * RELEASE_NOTES
7604                 2.6.0 released
7605
7606 2006-11-06 [paul]       2.5.6cvs22
7607
7608         * manual/advanced.xml
7609         * manual/es/advanced.xml
7610                 put 'respect_flowed_format' info in the correct
7611                 place
7612
7613 2006-11-06 [mones]      2.5.6cvs21
7614
7615         * po/es.po
7616                 Minor fixes for release
7617
7618 2006-11-06 [paul]       2.5.6cvs20
7619
7620         * po/cs.po
7621         * po/de.po
7622         * po/fr.po
7623         * po/it.po
7624         * po/nl.po
7625         * po/pt_BR.po
7626         * po/sk.po
7627         * po/sv.po
7628         * po/zh_CN.po
7629                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
7630                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
7631                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
7632                 Young
7633
7634 2006-11-02 [colin]      2.5.6cvs19
7635
7636         * src/imap.c
7637         * src/imap.h
7638         * src/prefs_account.c
7639         * src/etpan/imap-thread.c
7640                 Add GSSAPI support - fixes Debian bug #383274
7641
7642 2006-11-01 [colin]      2.5.6cvs18
7643
7644         * src/jpilot.c
7645                 Handle libpisock12 support. Probably
7646                 fixes bug 1046, 'jpilot AddressDB.pdb 
7647                 import fail'
7648
7649 2006-11-01 [colin]      2.5.6cvs17
7650
7651         * src/folderutils.c
7652                 debug_print() folderutils_mark_all_read()
7653
7654 2006-11-01 [colin]      2.5.6cvs16
7655
7656         * COPYING
7657                 Add missed files to the Apache exception
7658
7659 2006-10-31 [colin]      2.5.6cvs15
7660
7661         * src/folder.c
7662         * src/folder.h
7663                 Add a copy_private_data() func to FolderClasses
7664                 Doesn't break the feature freeze, because we 
7665                 won't use it (right now) in the core.
7666
7667 2006-10-31 [colin]      2.5.6cvs14
7668
7669         * COPYING
7670                 Allow linking with the Apache licensed files in
7671                 src/plugins/spamassassin. Hopefully fixes 
7672                 bug 1048, 'Spamassassin plugin license problem'
7673
7674 2006-10-31 [wwp]        2.5.6cvs13
7675
7676         * src/compose.c
7677                 fix and optimize trimming of leading linefeeds in body loop.
7678
7679 2006-10-31 [colin]      2.5.6cvs12
7680
7681         * src/etpan/imap-thread.c
7682         * src/imap.c
7683                 Make really sure to have NULL sets in case
7684                 of error
7685
7686 2006-10-30 [wwp]        2.5.6cvs11
7687
7688         * src/prefs_common.c
7689         * src/prefs_common.h
7690         * src/compose.c
7691                 fix broken storage of quote format template when it contains \-escape
7692                 sequences. The application of such sequences is also fixed now (\t
7693                 in quote format will be a real tab instead of a 't', for instance).
7694
7695 2006-10-27 [colin]      2.5.6cvs10
7696
7697         * src/compose.c
7698                 Probably fix bug 1045, 'sylpheed-claws 
7699                 doesn't remove the mail from the IMAP 
7700                 Queue folder after sending'. From
7701                 2.5.6cvs3-stable
7702
7703 2006-10-27 [colin]      2.5.6cvs9
7704
7705         * configure.ac
7706                 Require libetpan-0.48. I'm so annoying,
7707                 I know ;-)
7708
7709 2006-10-27 [colin]      2.5.6cvs8
7710
7711         * src/folder.c
7712         * src/imap.c
7713                 Probably fix bug 1044, 'sylpheed-claws 
7714                 segfaults while moving mails' - Fix relation
7715                 usage when moving to an IMAP mailbox from another
7716                 mailbox
7717
7718 2006-10-26 [paul]       2.5.6cvs7
7719
7720         * src/gtk/about.c
7721                 add libSM to compiled-in features
7722                 list
7723
7724 2006-10-24 [colin]      2.5.6cvs6
7725
7726         * src/textview.c
7727         * src/gtk/gtkutils.c
7728                 Fix crash when printing emails with an
7729                 xface
7730
7731 2006-10-24 [mones]      2.5.6cvs5
7732
7733         * manual/es/advanced.xml
7734                 Synchronize hidden option respect_flowed_format
7735         * po/es.po
7736                 Updated translation
7737
7738 2006-10-21 [paul]       2.5.6cvs4
7739
7740         * src/gtk/authors.h
7741         * src/plugins/pgpcore/pgp_viewer.c
7742         * src/plugins/pgpcore/sgpgme.c
7743                 fix building on BSDs
7744                 Thanks to Michael Hughes
7745                 <Sylpheed-Claws_user@thehugheslogcabin.net>
7746
7747 2006-10-20 [colin]      2.5.6cvs3
7748
7749         * configure.ac
7750                 Bump up libetpan requirement
7751                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
7752         * src/common/utils.c
7753         * src/common/utils.h
7754                 Add convenience get_file_mtime()
7755         * src/imap.c
7756         * src/etpan/imap-thread.c
7757         * src/etpan/imap-thread.h
7758                 Implement UIDPLUS support if the server
7759                 supports it - faster sending in this case
7760
7761 2006-10-19 [colin]      2.5.6cvs2
7762
7763         * src/gtk/quicksearch.c
7764                 Fix emptying in type-ahead+extended mode
7765         * src/mainwindow.c
7766         * src/mainwindow.h
7767                 Add a hook for offline state change
7768         * src/plugins/trayicon/trayicon.c
7769                 Use it to display offline icons
7770         * src/plugins/trayicon/Makefile.am
7771         * src/plugins/trayicon/newmail.offline.xpm
7772         * src/plugins/trayicon/newmarkedmail.offline.xpm
7773         * src/plugins/trayicon/nomail.offline.xpm
7774         * src/plugins/trayicon/unreadmail.offline.xpm
7775         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
7776                 Add the icons
7777
7778 2006-10-12 [paul]       2.5.6cvs1
7779
7780         * NEWS
7781         * README
7782         * configure.ac
7783                 Update version number following
7784                 stable release
7785
7786 2006-10-19 [colin]      2.5.5cvs18
7787
7788         * manual/handling.xml
7789                 Add type-ahead search
7790
7791 2006-10-18 [colin]      2.5.5cvs17
7792
7793         * src/gtk/quicksearch.c
7794                 Remove "save to history only if there's
7795                 no syntax error", it breaks for some 
7796                 reason which I'll investigate later.
7797
7798 2006-10-18 [colin]      2.5.5cvs16
7799
7800         * src/prefs_common.c
7801         * src/prefs_common.h
7802         * src/summaryview.c
7803         * src/gtk/quicksearch.c
7804         * src/gtk/quicksearch.h
7805                 Add a type-ahead option for fast searches
7806                 Patch by Fabien Vantard
7807
7808 2006-10-18 [colin]      2.5.5cvs15
7809
7810         * src/compose.c
7811         * src/compose.h
7812                 Add Options/Reply mode/ menu to be able to
7813                 change the recipients of a reply on the fly
7814
7815 2006-10-18 [colin]      2.5.5cvs14
7816
7817         * src/compose.c
7818                 Fix redirecting of our own sent mails
7819
7820 2006-10-17 [wwp]        2.5.5cvs13
7821
7822         * src/send_message.c
7823                 Fix duplicate error messages when sending, and missing
7824                 newline in such error messages.
7825
7826 2006-10-17 [colin]      2.5.5cvs12
7827
7828         * src/compose.c
7829                 Compare addresses case-insensitive
7830
7831 2006-10-17 [colin]      2.5.5cvs11
7832
7833         * src/plugins/pgpcore/sgpgme.c
7834                 Fix return status
7835
7836 2006-10-17 [colin]      2.5.5cvs10
7837
7838         * src/plugins/pgpcore/pgp_viewer.c
7839                 Fix return status
7840
7841 2006-10-17 [colin]      2.5.5cvs9
7842
7843         * src/quote_fmt.c
7844                 Fix a typo (thanks to Fabien)
7845
7846 2006-10-16 [colin]      2.5.5cvs8
7847
7848         * src/textview.c
7849                 Fix problem with quote-folding when emails
7850                 don't convert cleanly to UTF-8
7851
7852 2006-10-14 [colin]      2.5.5cvs7
7853
7854         * src/prefs_template.c
7855                 Reset fields when reopening
7856                 the window
7857
7858 2006-10-13 [paul]       2.5.5cvs6
7859
7860         * manual/advanced.xml
7861         * src/prefs_message.c
7862                 make 'respect_flowed_format' a hidden
7863                 option, and add a manual entry for it
7864                 Thanks to Colin
7865
7866 2006-10-12 [colin]      2.5.5cvs5
7867
7868         * src/codeconv.c
7869                 Revert part of 2.5.2cvs21:
7870                 Don't optimise by reusing the 
7871                 last iconv converter if possible:
7872                 it seems slightly broken in a 
7873                 very hard way to reproduce
7874
7875 2006-10-12 [colin]      2.5.5cvs4
7876
7877         * src/prefs_common.c
7878         * src/prefs_common.h
7879         * src/prefs_message.c
7880         * src/procmime.c
7881                 Fix bug 1035, 'Incorrect handling 
7882                 of flowed lines'. We now optionnaly
7883                 handle this format (preference is in
7884                 Message View/Text options section)
7885
7886 2006-10-12 [colin]      2.5.5cvs3
7887
7888         * po/POTFILES.in
7889                 Add new file
7890         * src/plugins/pgpcore/pgp_viewer.c
7891         * src/plugins/pgpcore/sgpgme.c
7892                 Don't try to import without asking
7893
7894 2006-10-12 [colin]      2.5.5cvs2
7895
7896         * src/compose.c
7897                 Fix bug 1036, 'Forwarding a mutlipart
7898                 mail with a "text/html" block to ms
7899                 outlook users leeds to freeze of
7900                 outlook'. Poor outlook users...
7901
7902 2006-10-12 [paul]       2.5.5cvs1
7903
7904         * NEWS
7905         * README
7906         * configure.ac
7907                 Update version number following
7908                 stable release
7909
7910 2006-10-11 [paul]       2.5.4cvs1
7911
7912         * NEWS
7913         * README
7914         * configure.ac
7915                 Update version number following
7916                 stable release
7917
7918 2006-10-11 [paul]       2.5.3cvs32
7919
7920         * src/textview.c
7921                 fix bug 1032, 'Segmentation fault when showing
7922                 message' (bug in quote folding)
7923                 Thanks to Colin
7924
7925 2006-10-10 [colin]      2.5.3cvs31
7926
7927         * src/quote_fmt.c
7928                 Rephrase english a bit
7929
7930 2006-10-10 [colin]      2.5.3cvs30
7931
7932         * src/prefs_compose_writing.c
7933                 Stop making the page larger than the window
7934
7935 2006-10-10 [wwp]        2.5.3cvs29
7936
7937         * src/compose.c
7938         * src/prefs_template.c
7939         * src/quote_fmt.c
7940         * src/quote_fmt.h
7941         * src/quote_fmt_lex.l
7942         * src/quote_fmt_parse.y
7943                 Extend the quote parser a bit: allow to get access to
7944                 basic (composing) account info.
7945
7946 2006-10-10 [colin]      2.5.3cvs28
7947
7948         * src/procheader.c
7949                 Fix this \t problem in subject
7950
7951 2006-10-09 [colin]      2.5.3cvs27
7952
7953         * src/main.c
7954         * src/prefs_gtk.c
7955                 Prepare cache a bit later
7956                 If section already exists, skip the new one 
7957                 (as previously); avoid writing the same block
7958                 twice - if we find a second block with the 
7959                 same id, skip it.
7960         * src/plugins/pgpcore/pgp_viewer.c
7961                 Set cursor to busy when retrieving a key
7962         * src/plugins/pgpcore/sgpgme.c
7963                 allow 5 seconds for gpg to export the key
7964                 
7965
7966 2006-10-09 [colin]      2.5.3cvs26
7967
7968         * configure.ac
7969         * src/msgcache.c
7970         * src/prefs_gtk.c
7971                 Check for existence of fgets_unlocked
7972                 and fwrite_unlocked
7973
7974 2006-10-09 [paul]       2.5.3cvs25
7975
7976         * src/prefs_summaries.c
7977                 replace strftime() with fast_strftime() and in
7978                 the consequence fix the bug in the display of
7979                 AM/PM in the 'Example' string
7980
7981 2006-10-09 [ticho]      2.5.3cvs24
7982
7983         * po/sk.po
7984                 Updated (and fixed up somewhat) Slovak translation.
7985
7986 2006-10-08 [colin]      2.5.3cvs23
7987
7988         * src/prefs_folder_item.c
7989                 Explain why prefs in the top-level folder
7990                 aren't retained, but are still useful
7991
7992 2006-10-08 [colin]      2.5.3cvs22
7993
7994         * src/prefs_gtk.c
7995                 Don't cache anything if caching fails
7996
7997 2006-10-08 [colin]      2.5.3cvs21
7998
7999         * src/common/utils.c
8000                 always include gi18n.h
8001
8002 2006-10-07 [colin]      2.5.3cvs20
8003
8004         * src/plugins/pgpcore/pgp_viewer.c
8005                 Kill gpg after 5 seconds wait
8006
8007 2006-10-07 [colin]      2.5.3cvs19
8008
8009         * src/plugins/pgpcore/pgp_viewer.c
8010         * src/plugins/pgpcore/pgp_viewer.h
8011                 Fix copyright
8012
8013 2006-10-07 [colin]      2.5.3cvs18
8014
8015         * src/plugins/pgpcore/pgp_viewer.c
8016         * src/plugins/pgpcore/pgp_viewer.h
8017                 Actually add the files to CVS
8018
8019 2006-10-07 [colin]      2.5.3cvs17
8020
8021         * src/plugins/pgpcore/sgpgme.c
8022                 Be sure not to crash on 'application/pgp-signature' that
8023                 are not application/pgp-signatures
8024
8025 2006-10-07 [colin]      2.5.3cvs16
8026
8027         * src/textview.c
8028         * src/textview.h
8029                 Make a bit more of the API available
8030         * src/plugins/pgpcore/Makefile.am
8031         * src/plugins/pgpcore/plugin.c
8032         * src/plugins/pgpcore/sgpgme.c
8033                 Add basic key import/export
8034
8035 2006-10-07 [colin]      2.5.3cvs15
8036
8037         * src/folderview.c
8038         * src/imap.c
8039         * src/prefs_account.c
8040         * src/wizard.c
8041                 Warn users *everywhere* if libetpan's not
8042                 linked in
8043
8044 2006-10-06 [mones]      2.5.3cvs14
8045
8046         * po/de.po
8047         * po/es.po
8048                 updated by Stephan Sachse and me
8049
8050 2006-10-06 [colin]      2.5.3cvs13
8051
8052         * src/main.c
8053         * src/common/sylpheed.c
8054                 Don't load common plugins if --exit is passed
8055         * src/prefs_gtk.c
8056         * src/prefs_gtk.h
8057                 Implement a cache to avoid reading the same
8058                 files over and over again at startup
8059
8060 2006-10-06 [colin]      2.5.3cvs12
8061
8062         * src/summaryview.c
8063         * src/gtk/quicksearch.c
8064                 Update display every 5k mails on fast searches
8065
8066 2006-10-06 [colin]      2.5.3cvs11
8067
8068         * src/textview.c
8069                 Don't do quote folding on HTML or ERTF.
8070                 May fix the Cygwin issues if they were
8071                 happening with HTML mails?
8072
8073 2006-10-05 [colin]      2.5.3cvs10
8074
8075         * src/prefs_gtk.c
8076                 Oops, forgot one
8077
8078 2006-10-05 [colin]      2.5.3cvs9
8079
8080         * src/prefs_gtk.c
8081                 Use unlocked_stdio here too
8082
8083 2006-10-05 [colin]      2.5.3cvs8
8084
8085         * src/folderview.c
8086                 Fix go to next * after preferences apply
8087         * src/msgcache.c
8088                 Do the fd lock/unlock ourselves instead of
8089                 letting the libc do it at each write 
8090
8091 2006-10-05 [colin]      2.5.3cvs7
8092
8093         * src/common/utils.c
8094                 Faster division, thanks to Jean Diraison
8095
8096 2006-10-05 [paul]       2.5.3cvs6
8097
8098         * src/common/utils.c
8099                 fix building with --disable-nls
8100
8101 2006-10-04 [colin]      2.5.3cvs5
8102
8103         * src/folder.c
8104                 Maybe fix a segfault
8105
8106 2006-10-04 [wwp]        2.5.3cvs4
8107
8108         * src/prefs_folder_item.c
8109                 Fine-tune layouts in folder item prefs. Suggested by
8110                 Fabien Vantard <fzzzzz@gmail.com>.
8111
8112 2006-10-04 [wwp]        2.5.3cvs3
8113
8114         * src/prefs_folder_item.c
8115                 Kill the clandestine passengers. You didn't see anything.
8116
8117 2006-10-04 [wwp]        2.5.3cvs2
8118
8119         * src/prefs_folder_item.c
8120                 Add a way to test the subject simplify regexp in
8121                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8122                 w/ few layout changes.
8123
8124 2006-20-04 [paul]       2.5.3cvs1
8125
8126         * NEWS
8127         * README
8128         * configure.ac
8129                 Update version number following
8130                 stable release
8131
8132 2006-10-04 [colin]      2.5.2cvs42
8133
8134         * src/folder.c
8135         * src/folder.h
8136         * src/summaryview.c
8137                 Provide a way for folder classes to set their sort
8138                 type and key
8139
8140 2006-10-03 [colin]      2.5.2cvs41
8141
8142         * src/mh.c
8143                 Don't use strlen() to know if the
8144                 string's empty
8145
8146 2006-10-03 [colin]      2.5.2cvs40
8147
8148         * src/mh.c
8149                 Fix "check for new folders" with accentued folders
8150
8151 2006-10-03 [ticho]      2.5.2cvs39
8152
8153         * src/filtering.c
8154         * src/folder.c
8155         * src/inc.c
8156         * src/mbox.c
8157                 Colin's fix for "copy" filtering rules.
8158
8159 2006-10-02 [colin]      2.5.2cvs38
8160
8161         * src/folderview.c
8162                 Fix for double-click too
8163
8164 2006-10-02 [colin]      2.5.2cvs37
8165
8166         * src/folderview.c
8167                 correct fix for cvs36
8168
8169 2006-10-02 [colin]      2.5.2cvs36
8170
8171         * src/folderview.c
8172                 Fix 'goto next unread' after collapsing/expanding 
8173                 a node.
8174
8175 2006-10-02 [colin]      2.5.2cvs35
8176
8177         * src/summaryview.c
8178                 Fix double freeze/thaw
8179         * src/common/utils.c
8180         * src/common/utils.h
8181                 Reimplement strftime
8182         * src/procheader.c
8183                 Use it
8184
8185
8186 2006-10-02 [colin]      2.5.2cvs34
8187
8188         * src/mh.c
8189                 Time mh_write_sequences() - it's fast
8190         * src/summaryview.c
8191                 Init a variable to shut up gcc
8192
8193 2006-10-01 [colin]      2.5.2cvs33
8194
8195         * src/folder.c
8196         * src/mh.c
8197         * src/mh.h
8198         * src/msgcache.c
8199                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8200                 Add fsync but disable it, it's slow as hell
8201
8202 2006-10-01 [colin]      2.5.2cvs32
8203
8204         * src/mh.c
8205         * src/msgcache.c
8206                 fflush() caches and mh_sequences before
8207                 fclose()ing
8208
8209 2006-10-01 [colin]      2.5.2cvs31
8210
8211         * src/msgcache.c
8212                 Don't ftruncate when not using mmap
8213
8214 2006-09-30 [colin]      2.5.2cvs30
8215
8216         * src/main.c
8217                 Write folder list *after* saving caches
8218
8219 2006-09-30 [colin]      2.5.2cvs29
8220
8221         * src/folder.c
8222         * src/mh.c
8223                 Debug forced mtime changes
8224
8225 2006-09-30 [colin]      2.5.2cvs28
8226
8227         * src/folder.c
8228         * src/main.c
8229                 Remove useless debug_print()s (code
8230                 well-tested)
8231
8232 2006-09-30 [colin]      2.5.2cvs27
8233
8234         * src/mh.c
8235                 Do stuff faster when writing mh_sequences
8236
8237 2006-09-30 [colin]      2.5.2cvs26
8238
8239         * src/mh.c
8240                 Don't let the writing of .mh_sequences, which
8241                 can change the folder's mtime, let us think
8242                 we need to scan.
8243
8244 2006-09-30 [colin]      2.5.2cvs25
8245
8246         * src/folder.c
8247                 Move a debug_print where it belongs 
8248                 (processing)
8249         * src/summaryview.c
8250                 Don't mess with a huge slow subject
8251                 table if we're not threading by
8252                 subject
8253
8254 2006-09-30 [colin]      2.5.2cvs24
8255
8256         * src/msgcache.c
8257                 Reenable mmaped reads (*not* writes!)
8258         * src/procmsg.c
8259                 Don't destroy and recreate hashtables just
8260                 for fun
8261         * src/common/utils.c
8262                 Remove useless reply prefixes (it's case
8263                 unsensitive)
8264
8265 2006-09-30 [wwp]        2.5.2cvs23
8266
8267         * tools/fix_date.sh
8268                 Fixed a minor bug in date value extraction, added a switch
8269                 to replace non RFC-compliant Date: value, added a switch
8270                 to use strict RFC matching patterns for dates.
8271
8272 2006-09-29 [colin]      2.5.2cvs22
8273
8274         * src/matcher_parser.h
8275         * src/matcher_parser_parse.y
8276         * src/prefs_filtering.c
8277         * src/statusbar.c
8278         * src/summary_search.c
8279         * src/summaryview.c
8280         * src/gtk/quicksearch.c
8281         * src/gtk/quicksearch.h
8282                 Optimise searches by setting different
8283                 refresh intervals (depending if the 
8284                 search is fast or not)
8285
8286 2006-09-29 [colin]      2.5.2cvs21
8287
8288         * src/codeconv.c
8289                 Optimise by reusing the last iconv converter
8290                 if possible
8291         * src/textview.c
8292                 Optimise a bit (the foldable quotes feature
8293                 still has an awful O(n^2) algo
8294
8295 2006-09-29 [colin]      2.5.2cvs20
8296
8297         * src/gtk/gtksctree.c
8298         * src/gtk/gtksctree.h
8299                 Optimise de-selection via up/down or
8300                 another key
8301
8302 2006-09-28 [colin]      2.5.2cvs19
8303
8304         * src/action.c
8305         * src/compose.c
8306         * src/folderview.c
8307         * src/mainwindow.c
8308         * src/messageview.c
8309         * src/summary_search.c
8310         * src/toolbar.c
8311                 Avoid using summaryview->ctree directly
8312
8313 2006-09-28 [colin]      2.5.2cvs18
8314
8315         * src/summaryview.c
8316         * src/summaryview.h
8317                 Add helpers to freeze/thaw/grab_focus
8318                 Factorize calls to freeze/thaw/grab_focus
8319                 
8320
8321 2006-09-28 [colin]      2.5.2cvs17
8322
8323         * src/main.c
8324                 More guards for the session management
8325
8326 2006-09-28 [colin]      2.5.2cvs16
8327
8328         * src/folderview.c
8329         * src/gtk/gtksctree.c
8330         * src/gtk/gtksctree.h
8331                 Make expanding not recursive in folderview
8332
8333 2006-09-28 [colin]      2.5.2cvs15
8334
8335         * src/addressbook.c
8336                 If nothing is selected in the list (right part)
8337                 and a group is selected in the tree (left part),
8338                 mail this group.
8339
8340 2006-09-28 [colin]      2.5.2cvs14
8341
8342         * src/Makefile.am
8343                 Actually use SM_LIBS
8344
8345 2006-09-28 [ticho]      2.5.2cvs13
8346
8347         * src/export.c
8348         * src/messageview.c
8349         * src/mimeview.c
8350         * src/news.c
8351         * src/pop.c
8352         * src/prefs_themes.c
8353         * src/procmsg.c
8354                 Small i18n string optimization.
8355         * src/send_message.c
8356         * src/summaryview.c
8357         * src/common/session.c
8358         * src/common/smtp.c
8359         * src/common/ssl_certificate.c
8360         * src/common/utils.c
8361                 Use "Couldn't" instead of "Can't" in UI messages,
8362                 where appropriate.
8363
8364 2006-09-28 [colin]      2.5.2cvs12
8365
8366         * configure.ac
8367                 Possibly fix link errors
8368
8369 2006-09-27 [wwp]        2.5.2cvs11
8370
8371         * src/gtk/authors.h
8372         * doc/man/sylpheed-claws.1
8373         * manual/ack.xml
8374         * manual/es/ack.xml
8375         * manual/fr/ack.xml
8376         * manual/pl/ack.xml
8377                 Updated authors info (me, myself and I).
8378
8379 2006-09-27 [colin]      2.5.2cvs10
8380
8381         * src/addressbook.c
8382                 Remove useless printf
8383
8384 2006-09-27 [wwp]        2.5.2cvs9
8385
8386         * src/editgroup.c
8387         * src/send_message.c
8388         * src/inc.c
8389         * src/prefs_common.c
8390         * src/prefs_common.h
8391         * src/gtk/progressdialog.c
8392                 remember more windows' sizes (send dialog, received dialog,
8393                 edit group in addressbook).
8394
8395 2006-09-27 [colin]      2.5.2cvs8
8396
8397         * configure.ac
8398         * src/main.c
8399         * src/mainwindow.h
8400                 Use libSM to communicate with the session
8401                 manager, so that we can know when the 
8402                 session ends, save our caches, and draft
8403                 our compose windows.
8404
8405 2006-09-27 [colin]      2.5.2cvs7
8406
8407         * src/addressbook.c
8408                 Fix issues:
8409                 o Allow Book and Group creation from the tree's
8410                   contextual menu
8411                 o Do not actually delete the contacts when 
8412                   deleting groups from the tree (duh!)
8413
8414 2006-09-27 [colin]      2.5.2cvs6
8415
8416         * src/compose.c
8417         * src/compose.h
8418         * src/mainwindow.c
8419         * src/textview.c
8420         * src/toolbar.c
8421                 o Allow passing an email address to 
8422                   compose_new_with_folderitem
8423                 o Update callers
8424                 o Use current folderitem when clicking
8425                   on a TextView mailto: link
8426                 o Fix a possible leak in TextView
8427
8428 2006-09-27 [colin]      2.5.2cvs5
8429
8430         * src/html.c
8431                 Use UTF-8 chars to replace HTML entities
8432
8433 2006-09-27 [colin]      2.5.2cvs4
8434
8435         * AUTHORS
8436         * src/prefs_account.c
8437         * src/gtk/authors.h
8438                 Fix bug #1024 (Array index out of
8439                 range in sylpheed-claws-2.5.2)
8440                 Patch by Ales Nosek <anosek@suse.cz>
8441
8442 2006-09-27 [colin]      2.5.2cvs3
8443
8444         * src/addr_compl.c
8445                 Actually do the test
8446
8447 2006-09-27 [colin]      2.5.2cvs2
8448
8449         * src/addr_compl.c
8450         * src/addr_compl.h
8451                 Allow completing with comma (in certain cases: vCalendar
8452                 for example doesn't support that)
8453                 Patch by Fabien Vantard
8454
8455 2006-09-26 [colin]      2.5.2cvs1
8456
8457         * src/Makefile.am
8458         * src/addr_compl.c
8459         * src/addr_compl.h
8460         * src/addrbook.c
8461         * src/addrbook.h
8462         * src/addressbook.c
8463         * src/addrindex.c
8464         * src/addrindex.h
8465         * src/compose.c
8466         * src/prefs_common.c
8467         * src/prefs_filtering_action.c
8468         * src/prefs_folder_item.c
8469         * src/prefs_template.c
8470         * src/stock_pixmap.c
8471         * src/stock_pixmap.h
8472         * src/pixmaps/addr_one.xpm
8473         * src/pixmaps/addr_two.xpm
8474                 Add auto-completion on groups
8475
8476 2006-09-26 [colin]      2.5.2
8477
8478         * NEWS
8479         * README
8480         * RELEASE_NOTES
8481                 2.5.2 released
8482
8483 2006-09-26 [colin]      2.5.1cvs5
8484
8485         * src/matcher.c
8486                 Fix condition
8487
8488 2006-09-26 [colin]      2.5.1cvs4
8489
8490         * src/mbox.c
8491                 Revert cvs1 (useless as the message is printed 
8492                 every 500 mails)
8493
8494 2006-09-26 [colin]      2.5.1cvs3
8495
8496         * src/partial_download.c
8497                 Fix crasher found by Alexsandar Urosevic
8498
8499 2006-09-26 [colin]      2.5.1cvs2
8500
8501         * src/summaryview.c
8502                 Fix bug #1023 (Sylpheed deletes too much messages)
8503
8504 2006-09-26 [ticho]      2.5.1cvs1
8505
8506         * src/mbox.c
8507                 Make use of gettext's multiple plurals for statusbar
8508                 progress message.
8509
8510 2006-09-25 [paul]       2.5.1
8511
8512         * NEWS
8513         * README
8514         * RELEASE_NOTES
8515                 2.5.1 released
8516
8517 2006-09-25 [colin]      2.5.0cvs3
8518
8519         * src/plugins/bogofilter/bogofilter.c
8520         * src/plugins/clamav/clamav_plugin.c
8521         * src/plugins/spamassassin/spamassassin.c
8522                 BogoFilter, Spamassassin: Fix double hook registering after
8523                 visiting preferences
8524                 Spamassassin, Clamav: Just set the mails to move instead of
8525                 doing the move - caller will move the things at once.
8526
8527 2006-09-25 [colin]      2.5.0cvs2
8528
8529         * src/imap.c
8530         * src/etpan/imap-thread.c
8531                 Use UID SEARCH ALL instead of UID 1:*
8532                 (braindead servers can't figure out that's
8533                 the same...)
8534
8535 2006-09-25 [wwp]        2.5.0cvs1
8536
8537         * src/message_search.c
8538                 Added the ability to stop a running search (in message body).
8539
8540 2006-09-25 [paul]       2.5.0
8541
8542         * NEWS
8543         * README
8544         * RELEASE_NOTES
8545                 2.5.0 released
8546
8547 2006-09-25 [paul]       2.4.0cvs214
8548
8549         * po/cs.po
8550         * po/de.po
8551         * po/fi.po
8552         * po/fr.po
8553         * po/nl.po
8554         * po/pt_BR.po
8555         * po/sk.po
8556         * po/sr.po
8557         * po/zh_CN.po
8558                 updated by Tim, Stephan Sachse, Flammie Pirinen,
8559                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
8560                 Ticho, Aleksander Urosevic, Ralgh Young
8561
8562 2006-09-24 [mones]      2.4.0cvs213
8563
8564         * po/es.po
8565                 Updated for release
8566
8567 2006-09-23 [colin]      2.4.0cvs212
8568
8569         * src/gtk/inputdialog.c
8570                 Fix [ ] remember this appearing in normal
8571                 input dialogs after it's been used by
8572                 mimeview.
8573         * src/folder.c
8574         * src/folderview.c
8575         * src/msgcache.c
8576         * src/procmsg.c
8577         * src/summaryview.c
8578         * src/textview.c
8579         * src/common/timing.h
8580                 Enable timings in debug mode and make it
8581                 look prettier.
8582
8583 2006-09-22 [colin]      2.4.0cvs211
8584
8585         * README
8586                 Revert test change
8587         * commitHelper
8588                 ping the correct URI
8589
8590 2006-09-22 [colin]      2.4.0cvs210
8591
8592         * README
8593                 Let's see if bug #1022 is fixed
8594
8595 2006-09-21 [colin]      2.4.0cvs209
8596
8597         * src/wizard.c
8598         * src/common/plugin.c
8599                 Prepare infra to load predefined plugins when
8600                 no configuration existed. Don't actually load
8601                 anything yet (feat. freeze)
8602
8603 2006-09-21 [wwp]        2.4.0cvs208
8604
8605         * manual/fr/faq.xml
8606                 Partial sync w/ 2.4.0cvs72:
8607                 wrap file and minor updates.
8608
8609 2006-09-21 [wwp]        2.4.0cvs207
8610
8611         * tools/fix_date.sh
8612                 several fixes and enhancements. A new --force switch has been
8613                 added to prevent overriding by default Date: header when
8614                 already existing.
8615
8616 2006-09-21 [paul]       2.4.0cvs206
8617
8618         * src/common/utils.c
8619                 add Chinese UTF8 Re prefix
8620
8621 2006-09-21 [wwp]        2.4.0cvs205
8622
8623         * tools/Makefile.am
8624                 Fics alfabettical order.
8625
8626 2006-09-21 [wwp]        2.4.0cvs204
8627
8628         * tools/fix_date.sh
8629         * tools/Makefile.am
8630                 Added an action tool to fix missing Date field in emails.
8631                 Updated Makefile.am to reflect those last two additions.
8632
8633 2006-09-21 [wwp]        2.4.0cvs203
8634
8635         * tools/uuooffice
8636                 Added a action tool to open uuencoded docs w/
8637                 OpenOffice (based on uudec method).
8638
8639 2006-09-21 [colin]      2.4.0cvs202
8640
8641         * src/compose.c
8642         * src/textview.c
8643                 Workaround possible GTK crash: remove selection 
8644                 clipboard before destroying widget, or GTK+-2.10
8645                 dies. Thanks to Hiro.
8646
8647 2006-09-20 [colin]      2.4.0cvs201
8648
8649         * src/compose.c
8650                 Fix free-after-use in some cases (when 
8651                 procmime_encode_content() frees mimeinfo->data.mem
8652                 and turns it to a temp file)
8653
8654 2006-09-20 [colin]      2.4.0cvs200
8655
8656         * src/folderview.c
8657         * src/summaryview.c
8658         * src/gtk/gtksctree.c
8659         * src/gtk/gtksctree.h
8660                 Add tooltips in the folderview and summaryview
8661                 (Doesn't break string freeze as they already
8662                 exist)
8663         * src/toolbar.c
8664                 Put the spam button in the default configuration
8665                 if compiled with bogo plugin too
8666
8667 2006-09-19 [colin]      2.4.0cvs199
8668
8669         * src/summaryview.c
8670         * src/summaryview.h
8671                 Update folder name label on folder rename
8672         * src/prefs_matcher.c
8673         * src/gtk/logwindow.h
8674                 Fix warnings
8675                 Patches by Fabien
8676
8677 2006-09-19 [wwp]        2.4.0cvs198
8678
8679         * src/summary_search.c
8680                 fix can't click forward/backward buttons in the
8681                 search messages.
8682
8683 2006-09-18 [paul]       2.4.0cvs197
8684
8685         * src/wizard.c
8686                 add missing bracket, capitalise the A of
8687                 'SpamAssassin'
8688
8689 2006-09-18 [paul]       2.4.0cvs196
8690
8691         * src/compose.c
8692                 fix bug 1012 'crashed upon sending mail
8693                 from compose window'
8694                 Thanks to Colin
8695
8696 2006-09-16 [colin]      2.4.0cvs195
8697
8698         * src/folderview.c
8699                 Fix "real-time" sorting by freezing/thawing
8700
8701 2006-09-16 [colin]      2.4.0cvs194
8702
8703         * manual/faq.xml
8704                 Fix the anti-spam entry a bit
8705
8706 2006-09-16 [colin]      2.4.0cvs193
8707
8708         * src/wizard.c
8709                 Make sure reviewers have no excuse when stating
8710                 Sylpheed-Claws doesn't have antispam capabilities.
8711
8712 2006-09-16 [colin]      2.4.0cvs192
8713
8714         * src/main.c
8715                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
8716                 as if the SIGPIPE comes from etpan's thread we could
8717                 trigger a GUI update from this thread.
8718
8719 2006-09-16 [colin]      2.4.0cvs191
8720
8721         * src/summaryview.c
8722                 Init all members of the struct
8723
8724 2006-09-16 [paul]       2.4.0cvs190
8725
8726         * src/account.c
8727                 improvements to the English
8728
8729 2006-09-15 [colin]      2.4.0cvs189
8730
8731         * src/summaryview.c
8732                 HIG order on dialog
8733
8734 2006-09-14 [colin]      2.4.0cvs188
8735
8736         * src/common/socket.c
8737         * src/common/socket.h
8738         * src/common/ssl.c
8739         * src/common/ssl_certificate.c
8740         * src/common/ssl_certificate.h
8741         * src/etpan/imap-thread.c
8742                 the get_fqdn() call done to get canonical name when
8743                 checking an SSL certificate is blocking, which is
8744                 sad as we just did a non-blocking lookup to connect.
8745                 Fix that by letting the fqdn available to the SockInfo,
8746                 and use that in ssl_certificate_check(). For IMAP,
8747                 we don't do it as the lookup's done by libetpan, but
8748                 it's less annoying as IMAP connections as much more
8749                 rare than POP3 connections.
8750
8751 2006-09-14 [paul]       2.4.0cvs187
8752
8753         * manual/advanced.xml
8754                 improvements to the English,
8755                 properly place the new hidden options
8756                 within the alphabetical order
8757         * src/gtk/pluginwindow.c
8758                 improvements to the English
8759
8760 2006-09-14 [colin]      2.4.0cvs186
8761
8762         * src/prefs_common.c
8763         * src/prefs_common.h
8764         * src/gtk/gtksctree.c
8765         * manual/advanced.xml
8766                 New hidden pref, stripes_color_offset, to change
8767                 the value added/substracted to normal bgcolor to
8768                 create the stripes in summaries
8769
8770 2006-09-13 [colin]      2.4.0cvs185
8771
8772         * src/gedit-print.c
8773         * src/messageview.c
8774         * src/messageview.h
8775         * src/summaryview.c
8776         * src/textview.c
8777                 Fix misc. printing issues: 
8778                 - Bad font for linkified headers
8779                 - Different font if the mail was displayed or not
8780                 - Factorize the thing
8781
8782 2006-09-13 [colin]      2.4.0cvs184
8783
8784         * src/common/ssl_certificate.c
8785                 Only get FQDN once when checking certificate
8786
8787 2006-09-13 [colin]      2.4.0cvs183
8788
8789         * src/account.c
8790         * src/gtk/pluginwindow.c
8791                 Misc. GUI fixes by Fabien
8792
8793 2006-09-13 [wwp]        2.4.0cvs182
8794
8795         * configure.ac
8796         * src/common/utils.h
8797         * src/common/utils.c
8798                 get rid of unused wide-char functions.
8799
8800 2006-09-13 [wwp]        2.4.0cvs181
8801
8802         * src/plugins/pgpinline/sylpheed.def
8803         * src/textview.c
8804                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
8805                 add privacy_reset_error to the .def file,
8806                 do not fork for an external textviewer.
8807
8808 2006-09-13 [wwp]        2.4.0cvs180
8809
8810         * src/prefs_common.c
8811                 fix broken font entry in prefs (patch issued by the gpg4win team,
8812                 probably by Marcus Brinkmann <marcus@g10code.de>).
8813
8814 2006-09-13 [colin]      2.4.0cvs179
8815
8816         * src/folder.h
8817                 Fix a warning in summaryview.c
8818         * src/mainwindow.c
8819         * src/summaryview.c
8820         * src/summaryview.h
8821                 Add missing Mark/* elements in the
8822                 main menu
8823
8824 2006-09-12 [colin]      2.4.0cvs178
8825
8826         * src/prefs_actions.c
8827         * src/prefs_filtering_action.c
8828         * src/prefs_matcher.c
8829                 Use (New) instead of New everywhere
8830
8831 2006-09-12 [wwp]        2.4.0cvs177
8832
8833         * manual/fr/addrbook.xml
8834         * manual/fr/handling.xml
8835                 updated some quotes in the fr manual to match the fr translation.
8836
8837 2006-09-12 [wwp]        2.4.0cvs176
8838
8839         * src/prefs_matcher.c
8840                 don't store translated string elements in matcher expressions.
8841                 Also fixed a misused of Q_().
8842
8843 2006-09-11 [wwp]        2.4.0cvs175
8844
8845         * src/plugins//bogofilter/bogofilter.c
8846         * src/plugins//clamav/clamav_plugin.c
8847         * src/plugins//demo/demo.c
8848         * src/plugins//dillo_viewer/dillo_viewer.c
8849         * src/plugins//pgpcore/plugin.c
8850         * src/plugins//pgpinline/plugin.c
8851         * src/plugins//pgpmime/plugin.c
8852         * src/plugins//spamassassin/spamassassin.c
8853                 gettext-ize more strings (mostly plugin error messages).
8854
8855 2006-09-11 [colin]      2.4.0cvs174
8856
8857         * src/alertpanel.c
8858                 Make maximum buffer size bigger to avoid
8859                 truncating translated messages. Patch by
8860                 Fabien
8861
8862 2006-09-11 [colin]      2.4.0cvs173
8863
8864         * src/etpan/imap-thread.c
8865                 Fix compilation on OpenBSD, thanks to 
8866                 Landry
8867
8868 2006-09-10 [wwp]        2.4.0cvs172
8869
8870         * manual/account.xml
8871         * manual/addrbook.xml
8872         * manual/handling.xml
8873         * manual/es/handling.xml
8874         * manual/fr/account.xml
8875         * manual/fr/addrbook.xml
8876         * manual/fr/handling.xml
8877                 documented addressbook matching (condition configuration):
8878                   addrbook.xml, en fr
8879                 documented per-account filtering rules (handling/filtering
8880                   section, account section):
8881                   account.xml, handling.xml, en fr
8882                 slightly updated the handling/searching section to tell few
8883                   words about the extended search ability:
8884                   handling.xml, en fr
8885                 added missing <quote></quotes> to Quick Search:
8886                   handling.xml, en fr es
8887                 fixed a typo (auomatically):
8888                   handling.xml, en
8889                 changes revisited by Paul.
8890
8891 2006-09-10 [paul]       2.4.0cvs171
8892
8893         * src/prefs_actions.c
8894         * src/prefs_filtering.c
8895         * src/prefs_template.c
8896                 adjustments to the gui
8897                 Patch by Fabien Vantard (slightly modified)
8898
8899 2006-09-10 [colin]      2.4.0cvs170
8900
8901         * src/summaryview.c
8902                 Check folderitem/summaryview consistency
8903                 (basically automates Update summary). Fixes
8904                 #1011 (wrong (negative) count on unread 
8905                 messages)
8906
8907 2006-09-10 [colin]      2.4.0cvs169
8908
8909         * src/gtk/gtksctree.c
8910                 Fix recursive expansion via mouse
8911         * src/plugins/bogofilter/bogofilter.c
8912                 Use normal filtering way of moving
8913                 messages (batching), possibly fixing
8914                 bug #1015 (Bogofilter plugin doubles 
8915                 new messages)
8916
8917 2006-09-09 [wwp]        2.4.0cvs168
8918
8919         * src/prefs_filtering.c
8920                 better place for this fix.
8921
8922 2006-09-09 [wwp]        2.4.0cvs167
8923
8924         * src/prefs_filtering.c
8925                 fix a minor bug when the enabled status of a filtering/processing
8926                 rule always got set to TRUE when replacing this rule. That still
8927                 make sense when adding a new rule, but now when replacing, we
8928                 don't override the value of 'enabled'.
8929                 Also renamed the func prefs_filtering_list_view_get_rule_name()
8930                 to prefs_filtering_list_view_get_info() as this function not only
8931                 returns the name, but also the account_id and the enabled status.
8932
8933 2006-09-09 [mones]      2.4.0cvs166
8934
8935         * manual/glossary.xml
8936         * manual/plugins.xml
8937                 Minor format corrections
8938         * manual/gpl.xml
8939                 Fix misplaced NO WARRANTY section
8940         * manual/es/advanced.xml
8941         * manual/es/faq.xml
8942         * manual/es/glossary.xml
8943         * manual/es/gpl.xml
8944         * manual/es/handling.xml
8945         * manual/es/plugins.xml
8946         * manual/es/starting.xml
8947                 Incorporate changes from English version
8948         * manual/fr/ack.xml
8949         * manual/pl/ack.xml
8950         * manual/es/ack.xml
8951                 Fix address, (add translation credits in es version)
8952         * po/es.po
8953                 Updated translation
8954
8955 2006-09-09 [wwp]        2.4.0cvs165
8956
8957         * src/prefs_filtering.c
8958                 fix a crash when opening filtering prefs, if matcherrc file contains
8959                 broken data (non-existing account id, which is theoretically not
8960                 possible).
8961
8962 2006-09-08 [colin]      2.4.0cvs164
8963
8964         * src/folder.c
8965                 Wrong assert, make it an if()
8966         * src/gtk/gtksctree.c
8967                 Fix bug #1013 (expand selected thread 
8968                 tree) - expanding is now recursive
8969
8970 2006-09-07 [wwp]        2.4.0cvs163
8971
8972         * src/prefs_matcher.c
8973                 make better sentences about addressbook matching in the
8974                 matcher prefs. This should make translators' work easier
8975                 too.
8976
8977 2006-09-07 [wwp]        2.4.0cvs162
8978
8979         * src/prefs_filtering.c
8980                 code simplification (get rid of dup var. assignment).
8981
8982 2006-09-07 [wwp]        2.4.0cvs161
8983
8984         * src/summaryview.c
8985                 use GTK_STOCK icons when possible, patch by Fabien Vantard
8986                 <fzzzzz@gmail.com>.
8987
8988 2006-09-07 [paul]       2.4.0cvs160
8989
8990         * src/mimeview.c
8991                 fix compilation warnings
8992                 Thanks to Colin
8993
8994 2006-09-07 [paul]       2.4.0cvs159
8995
8996         * src/mimeview.c
8997                 select the mimepart icon when
8998                 displaying as text
8999                 Thanks to Colin
9000
9001 2006-09-06 [paul]       2.4.0cvs158
9002
9003         * src/prefs_filtering.c
9004                 fix labels and table element spacing
9005                 Patch by Fabien Vantard
9006
9007 2006-09-06 [paul]
9008
9009         2.5.0-rc3 released
9010
9011 2006-09-06 [paul]       2.4.0cvs157
9012
9013         * manual/es/advanced.xml
9014                 fix typo
9015
9016 2006-09-06 [wwp]        2.4.0cvs156
9017
9018         * src/mainwindow.c
9019                 fix an dup launch issue when iconified, thanks to Colin.
9020
9021 2006-09-06 [wwp]        2.4.0cvs155
9022
9023         * src/gtk//gtksctree.h
9024                 oops, forgot that one!
9025
9026 2006-09-06 [wwp]        2.4.0cvs154
9027
9028         * manual/pl/advanced.xml
9029         * manual/advanced.xml
9030         * manual/es/advanced.xml
9031         * manual/fr/advanced.xml
9032         * src/prefs_customheader.c
9033         * src/prefs_filtering_action.c
9034         * src/foldersel.c
9035         * src/prefs_summaries.c
9036         * src/prefs_filtering.c
9037         * src/account.c
9038         * src/compose.c
9039         * src/prefs_summary_column.c
9040         * src/addr_compl.c
9041         * src/prefs_actions.c
9042         * src/prefs_folder_column.c
9043         * src/ssl_manager.c
9044         * src/prefs_template.c
9045         * src/prefs_display_header.c
9046         * src/prefs_common.h
9047         * src/prefs_matcher.c
9048         * src/prefs_common.c
9049         * src/prefs_toolbar.c
9050         * src/summaryview.c
9051         * src/folderview.c
9052         * src/gtk/gtksctree.c
9053         * src/gtk/pluginwindow.c
9054         * src/gtk/progressdialog.c
9055         * src/gtk/prefswindow.c
9056                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9057                 to make its meaning more obvious (all versions of the manual reflect
9058                 the change).
9059                 added an extra hidden option use_stripes_in_summary to allow
9060                 discarding these stripes in mainwindow's folder and message lists;
9061                 en and fr manuals only are OK towards this.
9062
9063 2006-09-06 [colin]      2.4.0cvs153
9064
9065         * src/textview.c
9066                 Hide Sylpheed-Claws' internal queue headers
9067                 when showing all headers. They'll be present
9068                 only in Source window.
9069
9070 2006-09-05 [colin]      2.4.0cvs152
9071
9072         * src/plugins/trayicon/trayicon.c
9073                 Fix crash at exit - we have to disconnect
9074                 our handlers
9075         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9076                 Update eggtrayicon - patch adapted from a
9077                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9078                 on Sylpheed's ML
9079
9080 2006-09-05 [colin]      2.4.0cvs151
9081
9082         * src/mainwindow.c
9083         * src/gtk/logwindow.c
9084                 Fix race condition when something writes
9085                 to the log too soon during init. Thanks
9086                 to Fabien Vantard
9087
9088 2006-09-05 [colin]      2.4.0cvs150
9089
9090         * src/mimeview.c
9091                 Don't select part on right-click either
9092
9093 2006-09-05 [paul]       2.4.0cvs149
9094
9095         * src/mimeview.c
9096                 completion of previous commit
9097                 Thanks to Colin
9098
9099 2006-09-05 [colin]      2.4.0cvs148
9100
9101         * src/mimeview.c
9102                 Don't force selection on middle-click, just open
9103
9104 2006-09-04 [colin]      2.4.0cvs147
9105
9106         * src/mimeview.c
9107                 Looks like gtk_notebook_set_current_page()
9108                 sometimes steals focus, and this annoys us
9109                 in MimeViewers as it renders navigation
9110                 keys useless. Take back focus after switching
9111                 pages.
9112
9113 2006-09-04 [colin]      2.4.0cvs146
9114
9115         * src/messageview.c
9116                 Set stop_loading when clicking on Next
9117                 during load. Don't add a callback to 
9118                 avoid over-complicating things.
9119
9120 2006-09-04 [colin]      2.4.0cvs145
9121
9122         * src/mimeview.c
9123         * src/messageview.c
9124                 Fix multiple loads in separate messageview
9125
9126 2006-09-04 [colin]      2.4.0cvs144
9127
9128         * src/summaryview.c
9129                 Let navigation keys be handled during 
9130                 load
9131
9132 2006-09-04 [colin]      2.4.0cvs143
9133
9134         * src/messageview.c
9135         * src/summaryview.c
9136         * src/textview.c
9137         * src/textview.h
9138                 Make loading of huge mails (lots of text and/or
9139                 images) cancellable, so the GUI doesn't block 
9140
9141 2006-09-04 [colin]      2.4.0cvs142
9142
9143         * src/plugins/trayicon/trayicon.c
9144                 Fix annoyance when removing a folder with 
9145                 unread mails: trayicon didn't update
9146
9147 2006-09-04 [paul]       2.4.0cvs141
9148
9149         * src/gtk/icon_legend.c
9150                 straighten up columns
9151                 Patch by Fabien Vantard
9152
9153 2006-09-04 [wwp]        2.4.0cvs140
9154
9155         * src/prefs_filtering.c
9156                 fix new line's account name in filtering prefs:
9157                 was "All", is now "(New)".
9158
9159 2006-09-04 [paul]       2.4.0cvs139
9160
9161         * tools/make.themes.project
9162                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9163                 instead of homebrewed "make release"
9164
9165 2006-09-03 [colin]      2.4.0cvs138
9166
9167         * src/folderview.c
9168                 Fix bug #1007 (Wrong folder highlighted)
9169
9170 2006-09-03 [colin]      2.4.0cvs137
9171
9172         * src/compose.c
9173                 Don't set Newsgroup: header to a mail folder
9174                 path
9175
9176 2006-09-03 [paul]       2.4.0cvs136
9177
9178         * src/prefs_other.c
9179         * src/prefs_spelling.c
9180                 unify the gui
9181
9182 2006-09-03 [paul]       2.4.0cvs135
9183
9184         * src/prefs_summaries.c
9185                 correct menu item text in prefs_keybind_apply_clicked()
9186
9187 2006-09-03 [paul]       2.4.0cvs134
9188
9189         * manual/advanced.xml
9190                 some improvements to the descriptions
9191         * src/mainwindow.c
9192         * src/messageview.c
9193         * src/summaryview.c
9194         * src/gtk/menu.c
9195                 fix menu sensitivity issues
9196         * src/prefs_message.c
9197                 drop the useless word 'short'
9198         * src/prefs_other.c
9199                 add the word 'lines' indicating log length
9200                 is a measure of lines
9201         * src/textview.c
9202                 fix compilation warnings
9203
9204 2006-09-02 [colin]      2.4.0cvs133
9205
9206         * src/messageview.c
9207                 Display a special return-receipt message
9208                 if the message is from the user
9209         * src/summaryview.c
9210                 Fix missing freeze of the list when marking
9211                 all read and unthreading for exec. Thanks
9212                 to Stephan Sachse.
9213
9214 2006-09-02 [paul]       2.4.0cvs132
9215
9216         * src/mainwindow.c
9217         * src/prefs_message.c
9218         * src/summaryview.c
9219                 fix some english
9220
9221 2006-09-02 [wwp]        2.4.0cvs131
9222
9223         * src/prefs_filtering.c
9224                 added an account name column to the filtering rules
9225                 dialog.
9226
9227 2006-09-02 [colin]      2.4.0cvs130
9228
9229         * src/gtk/logwindow.c
9230         * src/gtk/logwindow.h
9231                 Block scrolling if we're not at the end
9232                 of the log
9233
9234 2006-09-02 [colin]      2.4.0cvs129
9235
9236         * src/folder.c
9237                 Make sure account-specific rules can't
9238                 be used in {pre-,post-,}processing
9239         * src/mainwindow.c
9240         * src/gtk/logwindow.c
9241         * src/gtk/logwindow.h
9242                 Jump to last error when clicking on the
9243                 warning icon
9244
9245 2006-09-02 [colin]      2.4.0cvs128
9246
9247         * src/imap.c
9248         * src/import.c
9249         * src/mainwindow.c
9250         * src/mainwindow.h
9251                 Fix warning icon
9252         * src/inc.c
9253         * src/mbox.c
9254         * src/mbox.h
9255                 Let proc_mbox know its account, for
9256                 account-specific rules
9257
9258 2006-09-01 [colin]      2.4.0cvs127
9259
9260         * src/codeconv.c
9261                 Don't uselessly use iconv to convert from
9262                 us-ascii
9263         * src/alertpanel.c
9264         * src/mainwindow.c
9265         * src/mainwindow.h
9266         * src/inc.c
9267                 Fix certain log cases, disable warning icon
9268                 for now, the correct way to display it when
9269                 necessary and only when necessary is probably
9270                 to do it manually rather than use error logs
9271         * src/etpan/imap-thread.c
9272                 Clean up UID logging a bit
9273         * src/gtk/logwindow.c
9274         * src/gtk/logwindow.h
9275                 Make logging faster when the window's closed
9276
9277 2006-09-01 [wwp]        2.4.0cvs126
9278
9279         * manual/fr/account.xml
9280                 reflect changes to the ref. manual (parts of cvs72):
9281                 fix tabnames and quotes.
9282
9283 2006-09-01 [wwp]        2.4.0cvs125
9284
9285         * manual/fr/plugins.xml
9286                 reflect changes to the reference manual (cvs42):
9287                 update IRC channel info.
9288
9289 2006-09-01 [wwp]        2.4.0cvs124
9290
9291         * commitHelper
9292                 use CVSEDITOR env. var. if set, according to `man cvs`.
9293
9294 2006-09-01 [wwp]        2.4.0cvs123
9295
9296         * manual/advanced.xml
9297                 better sentence again (thanks to Paul).
9298
9299 2006-09-01 [wwp]        2.4.0cvs122
9300
9301         * manual/advanced.xml
9302         fix definition of toolbar_detachable and rework a bit the one of
9303         enable_dotted_lines.
9304
9305 2006-09-01 [mones]      2.4.0cvs121
9306
9307         * manual/advanced.xml
9308                 Document enable_dotted_lines
9309
9310 2006-09-01 [paul]       2.4.0cvs120
9311
9312         * src/folderview.c
9313         * src/folderview.h
9314         * src/imap.c
9315         * src/mainwindow.c
9316         * src/summaryview.c
9317                 obey the 'When entering folder...' option
9318                 when using the /View/Go to/... menu items
9319                 Thanks to Colin
9320
9321 2006-08-31 [colin]      2.4.0cvs119
9322
9323         * src/folderview.c
9324                 Revert 2.4.0cvs116, wrong fix.
9325
9326 2006-08-31 [colin]      2.4.0cvs118
9327
9328         * src/gtk/gtksctree.c
9329                 Better state the various copyrights
9330
9331 2006-08-31 [colin]      2.4.0cvs117
9332
9333         * src/prefs_common.c
9334                 fix enable_dotted_lines
9335
9336 2006-08-31 [colin]      2.4.0cvs116
9337
9338         * src/folderview.c
9339                 Use pref "Always open on select" when going
9340                 to next unread folder
9341         * src/gtk/gtksctree.c
9342                 Fix link failure to _gtk_clist_create_cell_layout
9343                 on certain computers. (Why not mine, I wonder)
9344
9345 2006-08-31 [colin]      2.4.0cvs115
9346
9347         * src/procmsg.c
9348         * src/textview.c
9349         * src/plugins/bogofilter/bogofilter.c
9350         * src/plugins/spamassassin/spamassassin.c
9351                 Requalify some "errors" to warnings
9352         * src/mainwindow.c
9353         * src/mainwindow.h
9354         * src/statusbar.c
9355                 Add an icon in the statusbar to notify
9356                 of errors
9357         * src/gtk/gtksctree.c
9358         * src/folderview.c
9359         * src/summaryview.c
9360                 Make the GtkSCTree look more modern by
9361                 alternating background lines
9362         * src/prefs_common.c
9363         * src/prefs_common.h
9364                 Add a pref to let people have the old
9365                 way if they prefer
9366
9367
9368 2006-08-30 [colin]      2.4.0cvs114
9369
9370         * src/procmsg.c
9371         * src/procmsg.h
9372                 Provide a way to filter a list of
9373                 messages in an optimised manner, and
9374                 add a list-filtering hook
9375         * src/folder.c
9376         * src/inc.c
9377         * src/mbox.c
9378                 Use the list filtering
9379         * src/plugins/bogofilter/bogofilter.c
9380                 Use the list-filtering hook
9381                 Use -b (bulk) mode for more speed
9382                 when learning and filtering
9383         * src/etpan/imap-thread.c
9384                 Make log output shorter in UID SEARCH
9385
9386
9387 2006-08-30 [colin]      2.4.0cvs113
9388
9389         * src/plugins/bogofilter/bogofilter.c
9390                 Really fast mass learning - thanks to David
9391                 Relson for the options explanations :)
9392
9393 2006-08-30 [colin]      2.4.0cvs112
9394
9395         * src/msgcache.c
9396                 Fix compilation on FreeBSD. Thanks
9397                 to Michael Hugues
9398
9399 2006-08-29 [colin]      2.4.0cvs111
9400
9401         * src/folderview.c
9402                 Handle "popup_menu" signal (for popping the 
9403                 menu via the keyboard)
9404         * src/mimeview.c
9405         * src/mimeview.h
9406         * src/summaryview.c
9407         * src/textview.c
9408         * src/gtk/gtkutils.c
9409         * src/gtk/gtkutils.h
9410                 Factorize scrolling code, and add an API 
9411                 for MimeViewers to handle scroll orders
9412
9413 2006-08-29 [wwp]        2.4.0cvs110
9414
9415         * src/plugins//bogofilter/bogofilter.c
9416         * src/plugins//spamassassin/spamassassin.c
9417                 make the bogofilter/spamassassin filtering error dialogs at
9418         incorporation obey to the "don't popup error dialog on
9419         receive error" option. If disabled, feed the log window w/
9420         the error message.
9421
9422 2006-08-29 [paul]
9423
9424         2.5.0-rc2 released
9425
9426 2006-08-29 [paul]       2.4.0cvs109
9427
9428         * Makefile.am
9429                 remove 'make release', it's not needed
9430                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
9431
9432 2006-08-29 [paul]       2.4.0cvs108
9433
9434         * src/foldersel.c
9435         * src/summary_search.c
9436         * src/gtk/progressdialog.c
9437         * src/plugins/pgpcore/passphrase.c
9438                 replace deprecated gtk_window_set_policy()
9439
9440 2006-08-29 [colin]      2.4.0cvs107
9441
9442         * src/folder.c
9443                 Fix data loss when copy fails during a move:
9444                 only use fast remove_msgs if everything was
9445                 copied OK; else use slow remove_msg on the
9446                 mails that got copied only.
9447
9448 2006-08-28 [paul]       2.4.0cvs106
9449
9450         * src/mh.c
9451                 revert change in 2.4.0cvs104, it breaks
9452                 stuff
9453
9454 2006-08-28 [paul]       2.4.0cvs105
9455
9456         * src/plugins/spamassassin/spamassassin.c
9457                 english fix
9458
9459 2006-08-28 [paul]       2.4.0cvs104
9460
9461         * src/mh.c
9462                 fix data loss when moving to another
9463                 mailbox fails
9464         * src/prefs_spelling.c
9465                 improve the english
9466         * src/gtk/pluginwindow.c
9467                 improve the layout of the dialog text
9468         All thanks to Colin
9469
9470 2006-08-28 [paul]       2.4.0cvs103
9471
9472         * src/plugins/bogofilter/bogofilter.c
9473         * src/plugins/bogofilter/bogofilter_gtk.c
9474                 fix english up a bit, innit
9475
9476 2006-08-28 [paul]       2.4.0cvs102
9477
9478         * configure.ac
9479         * po/Makefile.in.in
9480         * po/Makevars
9481                 require autoconf 2.60, enabling building
9482                 with gettext 0.15 (gettext 0.14.x build still
9483                 possible). Replace Makefiles with versions
9484                 from gettext 0.15.
9485                 Remove configure options --with-localedir and
9486                 --with-mandir. The options that are provided
9487                 directly by autoconf 2.60 can be used instead:
9488                 --mandir --localedir
9489
9490 2006-08-27 [colin]      2.4.0cvs101
9491
9492         * src/plugins/bogofilter/Makefile.am
9493                 Fix make dist (no README)
9494
9495 2006-08-27 [colin]      2.4.0cvs100
9496
9497         * src/folder.c
9498                 Don't use F_UNKNOWN folders for any default
9499                 outbox/trash/etc
9500         * src/plugins/bogofilter/bogofilter.c
9501         * src/plugins/bogofilter/bogofilter.h
9502         * src/plugins/bogofilter/bogofilter_gtk.c
9503                 Add an option to specify the path to bogofilter
9504                 Use single-quotes to be able to learn in folders
9505                 with spaces in their names
9506                 Verify learning status
9507
9508 2006-08-27 [colin]      2.4.0cvs99
9509
9510         * manual/faq.xml
9511         * manual/plugins.xml
9512                 Document Bogofilter plugin
9513
9514 2006-08-27 [colin]      2.4.0cvs98
9515
9516         * src/compose.c
9517         * src/messageview.c
9518         * src/procmsg.c
9519         * src/procmsg.h
9520                 When possible, copy the queued mail to sent folder
9521                 instead of re-adding. Much faster on IMAP.
9522
9523 2006-08-27 [colin]      2.4.0cvs97
9524
9525         * src/msgcache.c
9526                 Disable mmaped caches - huge metadata loss
9527                 here after a power failure.
9528         * src/summaryview.c
9529                 Add quicksearch timing
9530         * src/common/plugin.c
9531         * src/common/plugin.h
9532                 Implement an interface to tell what plugins
9533                 provide. Prevent loading of similar plugins.
9534         * src/plugins/clamav/clamav_plugin.c
9535         * src/plugins/demo/demo.c
9536         * src/plugins/dillo_viewer/dillo_viewer.c
9537         * src/plugins/pgpcore/plugin.c
9538         * src/plugins/pgpinline/pgpinline.c
9539         * src/plugins/pgpmime/pgpmime.c
9540         * src/plugins/spamassassin/spamassassin.c
9541         * src/plugins/trayicon/trayicon.c
9542                 Implement plugin_provides()
9543
9544 2006-08-27 [colin]      2.4.0cvs96
9545
9546         * configure.ac
9547         * src/plugins/Makefile.am
9548         * src/plugins/bogofilter/.cvsignore
9549         * src/plugins/bogofilter/Makefile.am
9550         * src/plugins/bogofilter/bogofilter.c
9551         * src/plugins/bogofilter/bogofilter.h
9552         * src/plugins/bogofilter/bogofilter_gtk.c
9553                 New Bogofilter plugin, provides filtering and
9554                 learning. Spamassassin will go to extra plugins.
9555
9556 2006-08-26 [mones]      2.4.0cvs95
9557
9558         * manual/handling.xml
9559                 Fix subfolder path in the example (thanks to Paul) 
9560
9561 2006-08-26 [mones]      2.4.0cvs94
9562
9563         * manual/glossary.xml
9564                 2.2. + add ISP to the glossary
9565                 7.5. + Add UIDL to glossary
9566                 7.7. + Add TCP to glossary
9567         * manual/handling.xml
9568                 7.1. + Mentions GNU/Linux distribution, what about the non...
9569                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
9570                 7.3. + Mentions .bashrc, what about the non-bash ones? 
9571                 7.4. = Use appropriate quotation for commands
9572                 7.6. = change "" to <quote></quote>
9573         * manual/plugins.xml
9574                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
9575         * manual/starting.xml
9576                 2.1. + local mbox file: some examples of mbox file locations...
9577                 Also reformatted files requiring it
9578
9579 2006-08-26 [wwp]        2.4.0cvs93
9580
9581         * src/summary_search.c
9582                 disable find buttons while summary search is running.
9583
9584 2006-08-25 [colin]      2.4.0cvs92
9585
9586         * src/folder.c
9587         * src/folderutils.c
9588         * src/mh.c
9589         * src/procmsg.h
9590         * src/summaryview.c
9591                 Speed up MH moving, and add progressbar
9592                 for MH deletion
9593         * src/msgcache.c
9594                 Write cache files using mmap() too
9595
9596 2006-08-25 [wwp]        2.4.0cvs91
9597
9598         * src/summaryview.c
9599                 switch spam<->ham button when a message has been marked as spam or ham
9600                 and is still selected. Thanks to Colin.
9601
9602 2006-08-25 [paul]       2.4.0cvs90
9603
9604         * src/Makefile.am
9605         * src/stock_pixmap.c
9606         * src/stock_pixmap.h
9607         * src/summaryview.c
9608         * src/gtk/icon_legend.c
9609         * src/pixmaps/copied.xpm
9610         * src/pixmaps/moved.xpm
9611                 add icons for delayed execution marked for
9612                 copying, marked for moving
9613
9614 2006-08-25 [mones]      2.4.0cvs89
9615
9616         * manual/glossary.xml
9617                 Fix the other glossary items:
9618                 5.1. = Inmmediate execution -> <quote>immediate execution...
9619                 5.2. = Fix MBOX capitalization -> Mbox
9620                 5.3. + Improve Plugins def. w/ tech. ref.
9621                 5.4. = Quotation -> replace '>' by <quote>></quote>
9622                 5.5. - SMTP Server. -> remove dot
9623         * po/es.po
9624                 Updated translation
9625
9626 2006-08-25 [mones]      2.4.0cvs88
9627
9628         * manual/ack.xml
9629                 Reformatted, changed email address
9630         * manual/glossary.xml
9631                 Reformatted, fixed MANUAL-TODO items:
9632                 8.2. + add ROT-13 to glossary
9633                 8.4. + add URL to glossary
9634         * manual/es/advanced.xml
9635                 Fixed <literal>s
9636
9637 2006-08-25 [paul]       2.4.0cvs87
9638
9639         * src/gtk/icon_legend.c
9640                 add 'marked for deletion' icon
9641                 arrange icons by containing column
9642                 wrap long label text
9643
9644 2006-08-25 [colin]      2.4.0cvs86
9645
9646         * src/common/utils.c
9647         * src/common/utils.h
9648                 Add the sc_g_*list_bigger functions in
9649                 a place everyone can use it
9650         * src/summaryview.c
9651                 Only freeze/thaw the list when working
9652                 on the selection, if it's bigger than 1
9653         * src/gtk/gtksctree.c
9654                 Only freeze/thaw the list when unselec-
9655                 ting 'all' if ('all' != 1)
9656                 This avoids some flickering
9657
9658 2006-08-24 [colin]      2.4.0cvs85
9659
9660         * src/addressbook.c
9661                 Fix strange list selection
9662                 Fix random seg (Invalid read of freed memory)
9663
9664 2006-08-24 [colin]      2.4.0cvs84
9665
9666         * src/alertpanel.c
9667         * src/gtk/inputdialog.c
9668         * src/plugins/pgpcore/passphrase.c
9669                 Revert minimal width patch of 2.4.0cvs67,
9670                 as it is also a maximal width. Use 
9671                 gtk_window_set_default_size instead.
9672
9673 2006-08-24 [colin]      2.4.0cvs83
9674
9675         * src/msgcache.c
9676                 Write cache/mark to temp files before
9677                 overwriting old ones (avoids metadata
9678                 loss if writing the new files fail).
9679                 Use mmap() to read cache/mark file, as
9680                 this makes cache reading faster. Dis-
9681                 abled for big-endian machines until it
9682                 can be tested. (Big-endian users: set
9683                 msgcache_use_mmap = TRUE in the relevant
9684                 #if).
9685         * src/procmsg.h
9686                 Move rarely used fields of MsgInfo in 
9687                 another structure, which will only be
9688                 allocated if needed. Face, X-Face,
9689                 Return receipt headers and List-*
9690                 headers are moved. Mails having none
9691                 of these occupy 52 bytes less with
9692                 this patch, which makes 2.5MB of RAM
9693                 saved on a 50k folder).
9694         * src/headerview.c
9695         * src/mainwindow.c
9696         * src/messageview.c
9697         * src/partial_download.c
9698         * src/procheader.c
9699         * src/procmsg.c
9700         * src/textview.c
9701                 Follow this structure change.
9702
9703 2006-08-24 [wwp]        2.4.0cvs82
9704
9705         * manual/es/.cvsignore
9706         * manual/es/dist/.cvsignore
9707         * manual/es/dist/html/.cvsignore
9708         * manual/es/dist/pdf/.cvsignore
9709         * manual/es/dist/ps/.cvsignore
9710         * manual/es/dist/txt/.cvsignore
9711                 more (generated) files to ignore.
9712
9713 2006-08-24 [colin]      2.4.0cvs81
9714
9715         * src/folder.c
9716         * src/mh.c
9717                 Fix possible problems with local delivery. Check the folder doesn't
9718                 need scan before setting its mtime when saving cache (which can be
9719                 done long after the folder's been modified by an external process);
9720                 Check that the stored item's mtime didn't change in mh functions.
9721
9722 2006-08-24 [mones]      2.4.0cvs80
9723
9724         * manual/advanced.xml
9725                 Rewrapping, some fixes and MANUAL-TODO items:
9726                 8.1. = change "" to <quote></quote>
9727                 8.3. = quote menu items
9728                 8.5. - deploying -> new user ... ideally a new user (redundant)
9729
9730 2006-08-23 [colin]      2.4.0cvs79
9731
9732         * src/gtk/gtksctree.c
9733                 When selecting or deselecting range, only
9734                 freeze/thaw when selection is bigger than 10
9735
9736 2006-08-23 [colin]      2.4.0cvs78
9737
9738         * src/messageview.c
9739         * src/mimeview.c
9740         * src/mimeview.h
9741         * src/plugins/dillo_viewer/dillo_viewer.c
9742                 Provide an API for MimeViewer plugins to
9743                 return a text selection for replying
9744
9745 2006-08-23 [colin]      2.4.0cvs77
9746
9747         * src/image_viewer.c
9748         * src/textview.c
9749                 Use gtk_pixbuf_new_from_file_at_scale(), which
9750                 is faster than getting the pixbuf then resizing
9751                 it.
9752
9753 2006-08-23 [colin]      2.4.0cvs76
9754
9755         * src/procmime.c
9756                 UTF-8 should be sent Quoted-printable
9757
9758 2006-08-22 [colin]      2.4.0cvs75
9759
9760         * src/mh.c
9761                 Check if scan is required before touching
9762                 the folder (or it'll be required every time)
9763
9764 2006-08-22 [colin]      2.4.0cvs74
9765
9766         * configure.ac
9767                 Require libetpan 0.46 (crasher fix when built
9768                 against gnutls)
9769
9770 2006-08-22 [colin]      2.4.0cvs73
9771
9772         * src/folder.c
9773                 Set folder's mtime after writing its
9774                 cache
9775         * src/folderview.c
9776                 Add some timing
9777         * src/procmsg.c
9778                 Don't do useless stuff if we don't 
9779                 thread by subject
9780         * src/summaryview.c
9781                 Add some timing, don't deselect prior
9782                 to selecting (gtksctree does it itself),
9783                 remove crash avoidance hacks as it's been
9784                 properly fixed since a while
9785         * src/common/utils.c
9786                 Optimize to_human_readable(): _() is slow,
9787                 do it only once, and avoid %f format for KB
9788                 (the most common in a summaryview)
9789         * src/gtk/gtksctree.c
9790                 Don't uselessly freeze/thaw (fixes flicker
9791                 on next unread and friends), reduce number
9792                 of g_list_nth/g_list_position where possible
9793         * src/gtk/gtkutils.c
9794         * src/gtk/gtkutils.h
9795                 Reduce number of g_list_nth/g_list_position
9796                 where possible.
9797                 All of this makes loading as 70k folder 2.1
9798                 seconds instead of 3.2 (with hot FS caches).
9799                 (1.3 seconds without Date and Size columns...)
9800
9801 2006-08-22 [paul]       2.4.0cvs72
9802
9803         wrap documents and do some items from mones' MANUAL-TODO:
9804
9805         * manual/account.xml
9806                 4.1. = fix tabname references to <quote>tabname</quote>
9807                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
9808         * manual/faq.xml
9809                 1.1. = mentioned options don't match UI
9810                 Add information about the 'Never send Return Receipts'
9811                 option
9812         * manual/handling.xml
9813                 6.2. = Mentions Extended symbols button, but now is
9814                 named Information
9815                 6.3. = Mentions ... button, which is now Edit
9816
9817 2006-08-22 [colin]      2.4.0cvs71
9818
9819         * src/gtk/pluginwindow.c
9820                 Fix layout in verbose translations (such
9821                 as french)
9822
9823 2006-08-22 [paul]       2.4.0cvs70
9824
9825         * manual/Makefile.am
9826                 build manuals in alphabetical order
9827         * src/addressbook.c
9828         * src/prefs_themes.c
9829                 replace/remove deprecated symbols
9830         * src/gtk/gtkutils.c
9831                 fix a warning
9832         * src/gtk/pluginwindow.c
9833                 replace deprecated symbol
9834                 replace label text and move it
9835         * src/plugins/pgpcore/prefs_gpg.c
9836                 move the 'Generate...' button out of the
9837                 Sign Key frame, replace the English used
9838         * src/plugins/pgpcore/sgpgme.c
9839                 fixes to the English
9840
9841 2006-08-21 [colin]      2.4.0cvs69
9842
9843         * src/plugins/trayicon/trayicon.c
9844                 Add more strings for translation; patch
9845                 by Pawel
9846
9847 2006-08-21 [colin]      2.4.0cvs68
9848
9849         * src/compose.c
9850                 fix replied flag not set after drafting
9851         * src/matcher.c
9852                 fix body quicksearch in non-encoded bodies
9853                 containing '='
9854         * src/msgcache.c
9855                 Get rid of the g_malloc workaround for
9856                 corrupted caches, use g_try_malloc
9857
9858 2006-08-21 [colin]      2.4.0cvs67
9859
9860         * src/alertpanel.c
9861         * src/gtk/inputdialog.c
9862         * src/plugins/pgpcore/passphrase.c
9863                 Set minimal width to 375
9864         * src/mainwindow.c
9865                 Fix switching to offline, asking if it 
9866                 should be overriden for synchronising
9867         * src/mimeview.c
9868                 Don't offer to remember command on Open 
9869                 with for text parts, as the browser or 
9870                 text editor command isn't changed from 
9871                 there
9872
9873 2006-08-20 [paul]       2.4.0cvs66
9874
9875         * po/ko.po
9876         * po/zh_CN.po
9877                 fix plural form errors. revealed by stricter
9878                 checking of gettext 0.15
9879
9880 2006-08-18 [paul]       2.4.0cvs65
9881
9882         * src/stock_pixmap.c
9883                 fix the fix of 2.4.0cvs64
9884                 Thanks to Colin
9885
9886 2006-08-18 [paul]       2.4.0cvs64
9887
9888         * src/stock_pixmap.c
9889                 fix leaks
9890                 Thanks to Colin
9891
9892 2006-08-18 [paul]       2.4.0cvs63
9893
9894         * src/compose.c
9895         * src/procmsg.c
9896                 fix occasional IMAP bug where large msgs
9897                 were left in the queue folder after sending
9898                 Thanks to Colin
9899
9900 2006-08-18 [paul]       2.4.0cvs62
9901
9902         * src/folderview.c
9903                 freeze the summaryview while quicksearch results
9904                 are displayed
9905                 (fixes bug 456 'current message is hidden when the
9906                 view is refreshed and extended search is "unread 
9907                 messages"')
9908                 Thanks to Colin
9909         * src/textview.c
9910                 add missing #include "inputdialog.h"
9911         * src/common/utils.h
9912                 add missing mailcap_update_default() and improve
9913                 readability
9914
9915 2006-08-17 [colin]      2.4.0cvs61
9916
9917         * src/plugins/pgpcore/select-keys.c
9918                 Fix warnings :)
9919
9920 2006-08-17 [colin]      2.4.0cvs60
9921
9922         * src/compose.c
9923                 Don't continue queuing if Cancel is clicked
9924                 in select-keys
9925
9926 2006-08-17 [colin]      2.4.0cvs59
9927
9928         * src/plugins/pgpcore/select-keys.c
9929                 When encrypting, if only one key matches and it 
9930                 matches exactly, automatically use it.
9931
9932 2006-08-17 [colin]      2.4.0cvs58
9933
9934         * src/mimeview.c
9935         * src/prefs_common.c
9936         * src/prefs_common.h
9937         * src/prefs_ext_prog.c
9938         * src/textview.c
9939                 Fix issues with previous patch (text/html)
9940                 Remove outdated prefs
9941
9942 2006-08-17 [colin]      2.4.0cvs57
9943
9944         * src/imap.c
9945                 Add View Log button on auth error
9946         * src/procmsg.c
9947                 Fix encrypted mail marked as new when
9948                 saved in normal folders
9949         * src/plugins/pgpinline/pgpinline.c
9950                 Fix encrypt bug on IMAP
9951         * src/mimeview.c
9952         * src/common/utils.c
9953         * src/common/utils.h
9954         * src/gtk/inputdialog.c
9955         * src/gtk/inputdialog.h
9956                 Get rid of metamail stuff, simplify
9957                 opening, and allow remembering of user's
9958                 choices (by updating ~/.mailcap). There's
9959                 still to drop "Audio player" and "Image
9960                 viewer" preferences.
9961
9962 2006-08-17 [mones]      2.4.0cvs56
9963
9964         * manual/es/sylpheed-claws-manual.xml
9965                 fix DTD path
9966
9967 2006-08-17 [mones]      2.4.0cvs55
9968
9969         * configure.ac
9970         * manual/Makefile.am
9971         * manual/es/Makefile.am
9972         * manual/es/account.xml
9973         * manual/es/ack.xml
9974         * manual/es/addrbook.xml
9975         * manual/es/advanced.xml
9976         * manual/es/faq.xml
9977         * manual/es/glossary.xml
9978         * manual/es/gpl.xml
9979         * manual/es/handling.xml
9980         * manual/es/intro.xml
9981         * manual/es/keyboard.xml
9982         * manual/es/plugins.xml
9983         * manual/es/starting.xml
9984         * manual/es/sylpheed-claws-manual.xml
9985         * manual/es/dist/Makefile.am
9986         * manual/es/dist/html/Makefile.am
9987         * manual/es/dist/pdf/Makefile.am
9988         * manual/es/dist/ps/Makefile.am
9989         * manual/es/dist/txt/Makefile.am
9990                 Spanish translation for the manual
9991
9992 2006-08-16 [colin]      2.4.0cvs54
9993
9994         * src/compose.c
9995         * src/main.c
9996         * src/mainwindow.c
9997                 Fix send button sensitivity at startup
9998                 Set send menu sensitivity (patch by Fabien)
9999         * src/ssl_manager.c
10000                 Enable closing with esc (patch by Fabien)
10001         * src/gtk/foldersort.c
10002                 Enable closing with esc (patch by Fabien)
10003         * src/procmime.c
10004                 Optimisation (no need to copy to tempfile to
10005                 "decode" 7bit and 8bit)
10006         * src/summaryview.c
10007                 Fix cruft in swap_from case
10008         * src/textview.c
10009                 Fix missing last line in some mail cases 
10010                 (Fixes debian #381872)
10011         * src/plugins/pgpcore/prefs_gpg.c
10012         * src/plugins/pgpcore/sgpgme.c
10013         * src/plugins/pgpcore/sgpgme.h
10014                 Don't show "no key found" when user explicitely
10015                 wants to create a key
10016
10017 2006-08-16 [paul]       2.4.0cvs53
10018
10019         * configure.ac
10020         * src/account.c
10021         * src/addressbook.c
10022         * src/headerview.c
10023         * src/prefs_account.c
10024         * src/prefs_message.c
10025         * src/gtk/gtkutils.c
10026                 bump up minimum required versions of GTK+ and
10027                 GLIB to 2.6.0
10028
10029 2006-08-16 [paul]       2.4.0cvs52
10030
10031         * src/toolbar.c
10032                 workaround GTK+ Bug 351600 - 'Can't re-click
10033                 on button after sensitivity update'
10034                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10035                 Thanks to Colin
10036
10037 2006-08-15 [colin]      2.4.0cvs51
10038
10039         * src/plugins/pgpcore/prefs_gpg.c
10040                 Set options sensitivity according to
10041                 key existence
10042         * src/plugins/pgpcore/sgpgme.c
10043                 Allow to create key with no passphrase
10044
10045 2006-08-14 [cleroy]     2.4.0cvs50
10046
10047         * src/gtk/pluginwindow.c
10048                 New layout (maybe to be changed?)
10049         * src/gtk/gtkutils.c
10050                 Fix a bit label_window
10051         * src/plugins/pgpcore/passphrase.c
10052         * src/plugins/pgpcore/passphrase.h
10053         * src/plugins/pgpcore/plugin.c
10054         * src/plugins/pgpcore/prefs_gpg.c
10055         * src/plugins/pgpcore/prefs_gpg.h
10056         * src/plugins/pgpcore/sgpgme.c
10057         * src/plugins/pgpcore/sgpgme.h
10058                 Allow to create a PGP private key via the GUI
10059
10060 2006-08-14 [wwp]        2.4.0cvs49
10061
10062         * src/addressbook_foldersel.c
10063                 fix strict ISO C90 compliance.
10064
10065 2006-08-14 [paul]       2.4.0cvs48
10066
10067         * src/gtk/prefswindow.c
10068                 re-set scrolled window on opening
10069                 Patch by Ticho
10070
10071 2006-08-14 [paul]
10072
10073         2.5.0-rc1 released
10074
10075 2006-08-14 [paul]       2.4.0cvs47
10076
10077         * src/prefs_display_header.c
10078                 re-enable user-defined Displayed Headers
10079
10080 2006-08-14 [paul]       2.4.0cvs46
10081
10082         * src/prefs_account.c
10083                 use GTK_STOCK_EDIT
10084
10085 2006-08-13 [colin]      2.4.0cvs45
10086
10087         * src/common/utils.c
10088                 Fix "a" in quote when the original message is empty,
10089                 by using \0 instead of 'a' to test writability of
10090                 temp files.
10091
10092 2006-08-13 [wwp]        2.4.0cvs44
10093
10094         * src/plugins/spamassassin/spamassassin.c
10095                 fix capitalization of "SpamAssassin" in some debug, log and
10096                 dialog messages.
10097
10098 2006-08-13 [paul]       2.4.0cvs43
10099
10100         * src/editldap.c
10101                 fix overlapping widgets
10102         * src/prefs_account.c
10103                 fix translation of protocol_names[]
10104                 fix label disappearing off the edge of the
10105                 visible area
10106
10107 2006-08-12 [paul]       2.4.0cvs42
10108
10109         * manual/plugins.xml
10110                 update IRC channel info before it gets forgotten
10111                 about
10112
10113 2006-08-11 [colin]      2.4.0cvs41
10114
10115         * src/compose.c
10116         * src/mainwindow.c
10117         * src/mainwindow.h
10118         * src/procmsg.c
10119         * src/procmsg.h
10120         * src/summaryview.c
10121         * src/toolbar.c
10122                 Grey out the Send button if
10123                 - Queue folders are empty, or
10124                 - We're sending already
10125
10126 2006-08-11 [wwp]        2.4.0cvs40
10127
10128         * src/main.c
10129                 fix a logic issue when quitting while a compose window is
10130                 still open, thanks to Colin.
10131
10132 2006-08-10 [colin]      2.4.0cvs39
10133
10134         * src/main.c
10135                 Fix default font size setting after wizard run
10136         * src/imap.c
10137         * src/etpan/imap-thread.c
10138         * src/etpan/imap-thread.h
10139                 Fix bug #999 (Timing out on TSL cert validation 
10140                 dialog makes ugly things happen). Also, STARTTLS
10141                 unconditionnaly if initial capabilities contain
10142                 LOGINDISABLED and STARTTLS.
10143
10144 2006-08-09 [colin]      2.4.0cvs38
10145
10146         * src/mainwindow.c
10147         * src/mainwindow.h
10148                 Fix Tools/Actions sensitivity when there are
10149                 no actions
10150
10151 2006-08-09 [colin]      2.4.0cvs37
10152
10153         * src/prefs_filtering.c
10154                 Warning fix, patch by Paul
10155         * src/messageview.c
10156         * src/prefs_actions.c
10157         * src/prefs_filtering_action.c
10158         * src/prefs_matcher.c
10159                 Uniformisation of "Info ..." to "Info..." (for
10160                 old gtk), patch by Fabien
10161         * src/plugins/clamav/clamav_plugin_gtk.c
10162                 Sensitivity fix by Fabien
10163
10164 2006-08-09 [colin]      2.4.0cvs36
10165
10166         * src/main.c
10167         * src/main.h
10168                 Add a function to know whether we're exiting
10169         * src/plugins/trayicon/trayicon.c
10170                 If exiting, don't do anything. Faster, and
10171                 avoids gtk_main_iteration reentracy causing
10172                 segfaults at exit
10173
10174 2006-08-09 [colin]      2.4.0cvs35
10175
10176         * src/messageview.c
10177         * src/mimeview.c
10178         * src/mimeview.h
10179                 Fix lack of part selection when automatically 
10180                 jumping to a specific part
10181         * src/msgcache.c
10182                 Little optimisation in cache reading
10183
10184 2006-08-09 [colin]      2.4.0cvs34
10185
10186         * src/compose.c
10187                 Fix crash setting the priority on reedit
10188                 (Accessing compose before creating it!)
10189
10190 2006-08-08 [colin]      2.4.0cvs33
10191
10192         * src/procmime.c
10193                 Fix bug #998 (last attachment is not accessible)
10194                 Bad RFC interpretation on multipart close-delimiters
10195         * src/mimeview.c
10196         * src/mimeview.h
10197         * src/gtk/gtkvscrollbutton.c
10198         * src/gtk/gtkvscrollbutton.h
10199                 Make attachments list wheel-scrollable
10200
10201 2006-08-07 [colin]      2.4.0cvs32
10202
10203         * src/gtk/gtkaspell.c
10204                 Fix bug #973 (Unicode punctation characters 
10205                 are not recognized as separators by the
10206                 spell checker); fix unsigned stuff
10207
10208 2006-08-07 [colin]      2.4.0cvs31
10209
10210         * src/compose.c
10211                 Fix bug #956 (DnD text with accents in compose 
10212                 text entry); fix gccc's signed/unsigned fuss
10213
10214 2006-08-06 [colin]      2.4.0cvs30
10215
10216         * src/main.c
10217                 Fix bug #979 (Plugin crashes when exiting 
10218                 sylpheed-claws) : handle exit request only 
10219                 once
10220
10221 2006-08-05 [colin]      2.4.0cvs29
10222
10223         * src/news.c
10224                 Just make sure we have a msgid.
10225
10226 2006-08-05 [colin]      2.4.0cvs28
10227
10228         * src/news.c
10229         * src/summaryview.c
10230                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10231                 by reimplementing it
10232         * src/textview.c
10233                 Fix bug when hiding quotes with level > 3 and quote
10234                 colors are recycled
10235
10236 2006-08-04 [colin]      2.4.0cvs27
10237
10238         * src/compose.c
10239         * src/undo.c
10240         * src/undo.h
10241                 Fix a bit replace-by-pasting undo
10242         * src/mainwindow.c
10243         * src/messageview.c
10244                 Fix Fold quotes menu synchro in
10245                 mainwindow when it changes in 
10246                 messageview
10247         * src/textview.c
10248                 Fix right-click on quotes blocks
10249         * src/common/utils.c
10250                 Verify that the file created by
10251                 my_tmpfile() is writable. Fixes
10252                 bug #988 (very specific filesystem
10253                 issue)
10254         * src/plugins/pgpcore/sgpgme.c
10255                 Fix file descriptor leak
10256         * src/plugins/spamassassin/spamassassin.c
10257                 Warn once if spamd isn't reachable
10258
10259 2006-08-04 [colin]      2.4.0cvs26
10260
10261         * src/toolbar.c
10262                 i18n context patch by Fabien
10263
10264 2006-08-03 [colin]      2.4.0cvs25
10265
10266         * src/mainwindow.c
10267         * src/messageview.c
10268                 Rename "Hide quotes" to "Fold quotes"
10269         * src/textview.c
10270                 Don't use hand cursor on quotes. "all 
10271                 the bonuses of the feature and none of 
10272                 unwelcome side-effects"
10273
10274 2006-08-03 [colin]      2.4.0cvs24
10275
10276         * AUTHORS
10277         * sylpheed-claws.desktop
10278         * src/gtk/authors.h
10279                 Bring the desktop file to XDG compliance
10280                 Patch by Charles A. Edwards
10281
10282 2006-08-03 [colin]      2.4.0cvs23
10283
10284         * src/textview.c
10285                 Fix links offset when they are preceded
10286                 by accentued chars (g_utf8_strlen!)
10287         * src/mainwindow.c
10288                 Fix wrong status when starting offline
10289
10290
10291 2006-08-03 [wwp]        2.4.0cvs22
10292
10293         * src/prefs_common.h
10294                 ask what to do w/ filtering rules that belong to an account when
10295                 applying filtering rules manually from the main window (skip,
10296                 apply regardless of the account, use current account). This dialog
10297                 can be skipped and the last reply used.
10298                 (forgot that file)
10299
10300 2006-08-03 [wwp]        2.4.0cvs21
10301
10302         * src/filtering.c
10303         * src/filtering.h
10304         * src/prefs_common.c
10305         * src/summaryview.c
10306         * src/alertpanel.c
10307         * src/alertpanel.h
10308         * src/messageview.c
10309                 ask what to do w/ filtering rules that belong to an account when
10310                 applying filtering rules manually from the main window (skip,
10311                 apply regardless of the account, use current account). This dialog
10312                 can be skipped and the last reply used.
10313
10314
10315 2006-08-03 [colin]      2.4.0cvs20
10316
10317         * src/textview.c
10318                 Optimize previous patch
10319
10320 2006-08-03 [cleroy]     2.4.0cvs19
10321
10322         * src/textview.c
10323                 Fix quotes getting toggled back when the
10324                 mail has an even number of text parts
10325
10326 2006-08-02 [colin]      2.4.0cvs18
10327
10328         * src/messageview.c
10329                 Add Hide quotes menu
10330
10331 2006-08-02 [colin]      2.4.0cvs17
10332
10333         * src/mainwindow.c
10334         * src/prefs_common.c
10335         * src/textview.c
10336         * src/textview.h
10337         * src/gtk/about.c
10338                 Allow per-level quote hiding,
10339                 Allow toggling quotes by double-clicking them
10340                 Rename RemoteURI to ClickableText to reflect
10341                 the fact it's used for a variety of things
10342
10343 2006-08-02 [wwp]        2.4.0cvs16
10344
10345         * src/mainwindow.c
10346                 fix "View/Hide quotes" menu item status initialization.
10347
10348 2006-08-02 [wwp]        2.4.0cvs15
10349
10350         * src/matcher_parser_parse.y
10351                 remove a debug trace.
10352
10353 2006-08-02 [paul]       2.4.0cvs14
10354
10355         * src/plugins/pgpcore/passphrase.c
10356                 don't set initial dialog size
10357                 make it resizable
10358
10359 2006-08-02 [paul]       2.4.0cvs13
10360
10361         * src/noticeview.c
10362                 remove the rogue '/' character
10363
10364 2006-08-02 [paul]       2.4.0cvs12
10365
10366         * src/noticeview.c
10367                 allow buttons to resize as necessary
10368
10369 2006-08-01 [wwp]        2.4.0cvs11
10370
10371         * src/mbox.c
10372                 fix strict ISO C90 compliance.
10373
10374 2006-08-01 [wwp]        2.4.0cvs10
10375
10376         * tools/update-po
10377                 updated update-po tool to work w/ context-dependent translations.
10378                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
10379
10380 2006-08-01 [wwp]        2.4.0cvs9
10381
10382         * src/matcher.c
10383         * src/prefs_filtering.c
10384         * src/prefs_matcher.c
10385                 allow context-dependent translations for "All",
10386                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10387
10388 2006-07-31 [colin]      2.4.0cvs8
10389
10390         * AUTHORS
10391         * src/gtk/authors.h
10392                 Add Rafal to authors
10393
10394 2006-07-31 [colin]      2.4.0cvs7
10395
10396         * src/compose.c
10397         * src/mainwindow.c
10398         * src/messageview.h
10399         * src/prefs_common.c
10400         * src/prefs_common.h
10401         * src/textview.c
10402                 Add 'View/Hide quotes'. Patch based on a patch
10403                 by Rafal Weglarz
10404
10405 2006-07-31 [colin]      2.4.0cvs6
10406
10407         * src/action.c
10408                 Fix problem with "> stuff >" actions
10409
10410 2006-07-31 [paul]       2.4.0cvs5
10411
10412         * po/nb.po
10413                 updated by Geir Helland
10414
10415 2006-07-31 [wwp]        2.4.0cvs4
10416
10417         * src/mainwindow.c
10418         * src/summaryview.c
10419         * src/summaryview.h
10420                 add "View/Go to/Parent message" and "View/Go to/Last read message",
10421                 thanks to Colin.
10422
10423 2006-07-31 [wwp]        2.4.0cvs3
10424
10425         * src/Makefile.am
10426         * src/addr_compl.c
10427         * src/addr_compl.h
10428         * src/addressbook.c
10429         * src/addressbook.h
10430         * src/addressbook_foldersel.c
10431         * src/addressbook_foldersel.h
10432         * src/addrindex.c
10433         * src/addrindex.h
10434         * src/matcher.c
10435         * src/matcher.h
10436         * src/matcher_parser_lex.l
10437         * src/matcher_parser_parse.y
10438         * src/prefs_common.c
10439         * src/prefs_common.h
10440         * src/prefs_filtering.c
10441         * src/prefs_matcher.c
10442         * src/prefs_matcher.h
10443         * src/summaryview.c
10444                 introduce filtering against the address book. It's now possible to add
10445                 matched conditions to determine if any email address in a message matches
10446                 or doesn't match any or all books or folders in the address book.
10447
10448 2006-07-31 [wwp]        2.4.0cvs2
10449
10450         * src/account.c
10451         * src/filtering.c
10452         * src/filtering.h
10453         * src/folder.c
10454         * src/folderview.c
10455         * src/inc.c
10456         * src/mainwindow.c
10457         * src/matcher.c
10458         * src/matcher_parser_lex.l
10459         * src/matcher_parser_parse.y
10460         * src/mbox.c
10461         * src/prefs_filtering.c
10462         * src/prefs_filtering.h
10463         * src/procmsg.c
10464         * src/procmsg.h
10465         * src/summaryview.c
10466                 introduce per-account filtering rules. Each filtering rule can now be assigned
10467                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
10468                 when applying filtering rules manually, as all rules will apply - even the ones
10469                 assigned to an account. This issue will be addressed soon.
10470  
10471
10472
10473 2006-07-31 [wwp]        2.4.0cvs1
10474
10475         * src/quote_fmt.c
10476                 make more strings translatable.
10477
10478 2006-07-31 [paul]       2.4.0
10479
10480         2.4.0 released
10481
10482 2006-07-31 [paul]       2.3.1cvs91
10483
10484         * po/ca.po
10485                 updated by Miquel Oliete
10486
10487 2006-07-31 [paul]       2.3.1cvs90
10488
10489         * po/de.po
10490         * po/el.po
10491         * po/fr.po
10492         * po/it.po
10493         * po/pl.po
10494         * po/pt_BR.po
10495         * po/sr.po
10496         * po/zh_CN.po
10497                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
10498                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
10499                 Aleksandar Urosevic, and Ralgh Young
10500
10501 2006-07-31 [paul]       2.3.1cvs89
10502
10503         * src/account.c
10504         * src/main.c
10505         * src/mainwindow.c
10506         * src/mainwindow.h
10507                 Fix a race condition when, after an SC crash, rescanning
10508                 folders took more than 0.5 seconds
10509                 Thanks to Colin
10510
10511 2006-07-31 [paul]       2.3.1cvs88
10512
10513         * src/folderview.c
10514                 don't translate separator strings
10515
10516 2006-07-30 [mones]      2.3.1cvs87
10517
10518         * doc/man/sylpheed-claws.1
10519                 Fixed non-ASCII chars in Hoa's name
10520         * po/es.po
10521                 Updated for release
10522
10523 2006-07-27 [colin]      2.3.1cvs86
10524
10525         * src/textview.c
10526                 Don't include the leading \n in links
10527                 Patch by Fabien
10528
10529 2006-07-25 [colin]      2.3.1cvs85
10530
10531         * src/mainwindow.c
10532         * src/common/socket.h
10533         * src/etpan/imap-thread.c
10534                 Refresh resolvers before connecting
10535                 to IMAP servers, and after switching
10536                 to online. Thanks to Paul.
10537
10538 2006-07-18 [colin]
10539
10540         * 2.4.0-rc4 released
10541
10542 2006-07-17 [colin]      2.3.1cvs84
10543
10544         * src/inc.c
10545                 Show connection attempt in statusbar before
10546                 connecting (previously first message was
10547                 "Retrieving messages from ..." after the
10548                 connection succeeded.
10549
10550 2006-07-16 [wwp]        2.3.1cvs83
10551
10552         * sylpheed-claws.ico
10553                 Added .ico file (windows multi-size icon file, generated).
10554
10555 2006-07-12 [wwp]        2.3.1cvs82
10556
10557         * src/messageview.c
10558                 remove Message/Re-edit menu entry from messageview window,
10559                 as sent/draft/queued messages are opened in compose window when
10560                 re-edited and it's not possible to re-edit other msgs.
10561
10562 2006-07-12 [paul]       2.3.1cvs81
10563
10564         * AUTHORS
10565         * src/mainwindow.c
10566         * src/gtk/authors.h
10567                 check online state before resetting
10568                 mailcheck timer. Useful if some program
10569                 verifies connection state and updates
10570                 Claws.
10571                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
10572
10573 2006-07-12 [paul]       2.3.1cvs80
10574
10575         * sylpheed-claws-128x128.png
10576         * sylpheed-claws-64x64.png
10577         * sylpheed-claws.png
10578         * src/Makefile.am
10579         * src/main.c
10580         * src/prefs_toolbar.c
10581         * src/stock_pixmap.c
10582         * src/stock_pixmap.h
10583         * src/wizard.c
10584         * src/gtk/about.c
10585         * src/gtk/gtkutils.c
10586         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
10587         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
10588         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
10589         * src/pixmaps/sylpheed.xpm              ** REMOVED **
10590         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
10591         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
10592                 updated and renamed logo/icon files and related
10593                 logo by Jesper Schultz
10594
10595 2006-07-11 [paul]       2.3.1cvs79
10596
10597         * src/main.c
10598                 fix the labels a smidgin
10599
10600 2006-07-09 [colin]      2.3.1cvs78
10601
10602         * src/textview.c
10603                 Show errors in textviewer's command
10604                 Patch by H. Merijn Brand
10605
10606 2006-07-09 [colin]      2.3.1cvs77
10607
10608         * src/compose.c
10609                 Save FMID in drafts too
10610
10611 2006-07-08 [colin]      2.3.1cvs76
10612
10613         * src/compose.c
10614                 Svae RMID in drafted mails too
10615                 Save quote_fmt vars for whole mails,
10616                 don't reset at each quote_fmt_init:
10617                 allows to use the same |i{var} in
10618                 various template fields
10619         * src/prefs_template.c
10620         * src/quote_fmt.h
10621         * src/quote_fmt_parse.y
10622                 Same
10623
10624 2006-07-08 [colin]      2.3.1cvs75
10625
10626         * src/textview.c
10627                 Fix highlighting of attached parts URIs
10628
10629 2006-07-08 [colin]      2.3.1cvs74
10630
10631         * src/main.c
10632                 Prevent bug #981 (sc 2.3.1 segfaults with 
10633                 gtk+ 2.10) from being reported again:
10634                 if Sylpheed-Claws has been compiled against
10635                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
10636                 of if Sylpheed-Claws has been compiled against
10637                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
10638                 error out.
10639
10640 2006-07-07 [colin]      2.3.1cvs73
10641
10642         * src/prefs_actions.c
10643                 Fix label
10644
10645 2006-07-07 [colin]      2.3.1cvs72
10646
10647         * src/prefs_actions.c
10648                 Fix compile on gtk < 2.8. argh :)
10649
10650 2006-07-07 [paul]       2.3.1cvs71
10651
10652         * src/common/defs.h
10653                 update DONATE_URI
10654
10655 2006-07-07 [colin]      2.3.1cvs70
10656
10657         * po/POTFILES.in
10658         * src/quote_fmt.c
10659         * src/quote_fmt_lex.l
10660         * src/quote_fmt_parse.y
10661                 Add |i{var}, a way to insert user-entered
10662                 text in a template
10663
10664 2006-07-07 [colin]
10665
10666         * 2.4.0-rc3 released
10667
10668 2006-07-07 [colin]      2.3.1cvs69
10669
10670         * src/folder.c
10671                 Don't consider inboxes of UNKNOWN folder 
10672                 classes to be useable as default inboxes
10673
10674 2006-07-07 [paul]       2.3.1cvs68
10675
10676         * src/textview.c
10677                 add missing #include <errno.h>
10678                 Thanks to René J. Blokland
10679
10680 2006-07-07 [paul]       2.3.1cvs67
10681
10682         * src/action.c
10683                 Return now Closes dialog
10684         * src/mimeview.c
10685         * src/mimeview.h
10686         * src/textview.c
10687                 add contextual menu to mime parts listed
10688                 in the textview
10689                 Thanks to Colin
10690         * src/common/utils.c
10691                 reversal: ' is a valid character in URLs
10692
10693 2006-07-06 [colin]      2.3.1cvs66
10694
10695         * src/remotefolder.h
10696                 Forgotten in previous commit
10697
10698 2006-07-06 [colin]      2.3.1cvs65
10699
10700         * src/folder.c
10701                 Set summary update flag whenever
10702                 totals changed
10703         * src/imap.c
10704         * src/prefs_account.c
10705         * src/common/utils.h
10706         * src/etpan/imap-thread.c
10707                 Fix warnings, thanks to Fabien and
10708                 Ricardo
10709
10710 2006-07-06 [wwp]        2.3.1cvs64
10711
10712         * src/gtk/gtkutils.c
10713                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
10714
10715 2006-07-06 [wwp]        2.3.1cvs63
10716
10717         * src/account.c
10718         * src/addressbook.c
10719         * src/addressitem.h
10720         * src/folderview.c
10721         * src/mainwindow.c
10722         * src/manual.c
10723         * src/manual.h
10724         * src/message_search.c
10725         * src/prefs_actions.c
10726         * src/prefs_filtering.c
10727         * src/prefs_filtering.h
10728         * src/prefs_template.c
10729         * src/summary_search.c
10730         * src/summaryview.c
10731         * src/gtk/gtkutils.c
10732         * src/gtk/gtkutils.h
10733         * src/gtk/pluginwindow.c
10734                 add help buttons to some dialogs. Clicking such buttons opens a
10735                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
10736
10737 2006-07-06 [paul]       2.3.1cvs62
10738
10739         * src/textview.c
10740                 fix attachments contextual menu
10741                 Thanks to Colin
10742
10743 2006-07-05 [colin]      2.3.1cvs61
10744
10745         * src/textview.c
10746         * src/compose.c
10747                 Handle sftp:// links
10748
10749 2006-07-05 [paul]       2.3.1cvs60
10750
10751         * src/gtk/filesel.c
10752                 grab save button by default
10753                 Thanks to Colin
10754
10755 2006-07-05 [wwp]        2.3.1cvs59
10756
10757         * manual/xml2pdf
10758                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
10759
10760 2006-07-04 [colin]      2.3.1cvs58
10761
10762         * src/mimeview.c
10763         * src/textview.c
10764                 Use left click to select, middle click to open
10765                 on mimeparts links
10766         * src/common/utils.c
10767                 Fix segfault
10768
10769 2006-07-04 [colin]      2.3.1cvs57
10770
10771         * src/mainwindow.c
10772         * src/news.c
10773                 Warning fixes, thanks to Fabien
10774
10775 2006-07-04 [colin]      2.3.1cvs56
10776
10777         * src/mimeview.c
10778         * src/mimeview.h
10779         * src/textview.c
10780                 Allow parts to be selected via their text label
10781                 in textview
10782
10783 2006-07-04 [colin]      2.3.1cvs55
10784
10785         * src/folderview.c
10786                 Feedback when closing (for big folders)
10787         * src/prefs_actions.c
10788         * src/prefs_filtering.c
10789         * src/prefs_matcher.c
10790         * src/prefs_template.c
10791                 Fix default button when closing without
10792                 having saved
10793
10794 2006-07-04 [colin]      2.3.1cvs54
10795
10796         * src/news.c
10797                 Delete local file on deletion
10798
10799 2006-07-03 [colin]      2.3.1cvs53
10800
10801         * src/folderview.c
10802         * src/main.c
10803                 Don't freeze when rescanning after crash
10804
10805 2006-07-03 [wwp]        2.3.1cvs52
10806
10807         * src/compose.c
10808         * src/privacy.c
10809         * src/privacy.h
10810         * src/plugins/pgpinline/pgpinline.c
10811         * src/plugins/pgpmime/pgpmime.c
10812                 don't report an error when the user cancels the passphrase dialog.
10813
10814 2006-07-02 [colin]      2.3.1cvs51
10815
10816         * src/folderview.c
10817                 Open message when crossing folders with Space,
10818                 goto next unread and friends
10819
10820 2006-07-01 [colin]      2.3.1cvs50
10821
10822         * src/prefs_account.c
10823                 Typographic rules varying from language
10824                 to language (in french "Protocole :"),
10825                 we have to do that :)
10826
10827 2006-07-01 [ticho]      2.3.1cvs49
10828
10829         * src/prefs_account.c
10830                 Only use one temporary gchar* variable in
10831                 prefs_account_protocol_set_optmenu().
10832
10833 2006-07-01 [ticho]      2.3.1cvs48
10834
10835         * src/prefs_account.c
10836         * src/prefs_account.h
10837                 Use GtkLabel for existing account protocol name.
10838                 Created an array for protocol names and populate the
10839                 combobox from it in a for() cycle.
10840
10841 2006-06-30 [colin]      2.3.1cvs47
10842
10843         * src/compose.c
10844                 Block undo when changing signature (by changing
10845                 account)
10846
10847 2006-06-30 [paul]       2.3.1cvs46
10848
10849         * src/send_message.c
10850                 when editing From in the Compose window, use that address
10851                 in the Return-Path: header
10852                 Thanks to Colin
10853
10854 2006-06-30 [colin]      2.3.1cvs45
10855
10856         * src/compose.c
10857                 Fix signature replacement:
10858                 - when no newline before separator
10859                 - when reediting
10860
10861 2006-06-29 [colin]      2.3.1cvs44
10862
10863         * src/folderview.c
10864         * src/folderview.h
10865         * src/mainwindow.c
10866         * src/summaryview.c
10867                 Let 'View/Go to/Next marked' work like
10868                 Next new & Next unread: across folders
10869                 Change the select_on_entry pref to do
10870                 what we want when changing folder
10871         * src/common/utils.c
10872                 Fix single-quoted links 
10873
10874 2006-06-29 [colin]      2.3.1cvs43
10875
10876         * src/gtk/gtkaspell.c
10877                 "Sylpheed" and "Sylpheed-Claws" do exist !
10878
10879 2006-06-29 [colin]      2.3.1cvs42
10880
10881         * src/imap.c
10882                 Forgot to remove debug
10883
10884 2006-06-29 [colin]      2.3.1cvs41
10885
10886         * src/imap.c
10887         * src/imap.h
10888         * src/mainwindow.c
10889                 Disconnect from IMAP servers when going
10890                 offline. Fixes bug #978 (going to offline-mode 
10891                 won't close connections)
10892
10893 2006-06-29 [colin]      2.3.1cvs40
10894
10895         * src/main.c
10896                 Fix transient setting on failing plugins
10897                 Patch by Fabien
10898         * src/plugins/pgpcore/sgpgme.c
10899                 Only warn for OpenPGP. Most people don't
10900                 have CMS available.
10901
10902 2006-06-29 [colin]      2.3.1cvs39
10903
10904         * src/compose.c
10905                 Fix Spelling menu (discrepancy between context menu
10906                 and top menu when folder's dictionary isn't the 
10907                 default one)
10908         * src/plugins/pgpcore/sgpgme.c
10909                 More error reporting about why gpgme can fail
10910
10911 2006-06-29 [wwp]        2.3.1cvs38
10912
10913         * src/mainwindow.c
10914                 honor the display-header-pane setting even when the message view
10915                 is a separate window.
10916
10917 2006-06-29 [wwp]        2.3.1cvs37
10918
10919         * src/prefs_actions.c
10920                 forgot to commit that one (use of GTK_STOCK_INFO).
10921
10922 2006-06-29 [colin]      2.3.1cvs36
10923
10924         * src/imap.c
10925                 Better handling of login errors (ask the password
10926                 again once), alert in case of error. Fix three
10927                 signedness warnings.
10928
10929 2006-06-28 [wwp]        2.3.1cvs35
10930
10931         * src/prefs_template.c
10932         * src/prefs_matcher.c
10933         * src/prefs_filtering_action.c
10934         * src/prefs_quote.c
10935                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
10936                 patch by Fabien Vantard, slightly modified.
10937
10938 2006-06-28 [paul]
10939
10940         2.4.0-rc2 released
10941
10942 2006-06-28 [colin]      2.3.1cvs34
10943
10944         * src/prefs_account.c
10945                 Fix bug #977 (Can't add or edit imap accounts)
10946
10947 2006-06-28 [colin]      2.3.1cvs33
10948
10949         * src/mimeview.c
10950                 Fix previous
10951
10952 2006-06-28 [colin]      2.3.1cvs32
10953
10954         * src/mimeview.c
10955                 Save named inlined attachments with "Save all"
10956         * src/main.c
10957         * src/mbox.c
10958         * src/common/plugin.c
10959         * src/common/plugin.h
10960         * src/common/sylpheed.c
10961         * src/common/utils.c
10962         * src/plugins/pgpcore/sylpheed.def
10963         * src/plugins/pgpinline/sylpheed.def
10964         * src/plugins/pgpmime/sylpheed.def
10965                 Win32 compatibility patch, by
10966                 Werner Koch
10967
10968 2006-06-28 [wwp]        2.3.1cvs31
10969
10970         * src/imap.c
10971         * src/prefs_folder_item.c
10972                 less compilation warnings (thanks to Fabien Vantard), less typos.
10973
10974 2006-06-28 [paul]       2.3.1cvs30
10975
10976         * src/gtk/gtkutils.c
10977                 gtk_combo_box_set_focus_on_click() is only
10978                 available since gtk 2.6.0
10979
10980 2006-06-28 [paul]       2.3.1cvs29
10981
10982         * src/prefs_ext_prog.c
10983                 fix engrish and add a tooltip for the
10984                 'command for 'Display as text' option
10985
10986 2006-06-28 [paul]
10987
10988         2.4.0-rc1 released
10989
10990 2006-06-28 [paul]       2.3.1cvs28
10991
10992         * ChangeLog
10993         * tools/Makefile.am
10994                 include textviewer.pl in releases
10995
10996 2006-06-28 [paul]       2.3.1cvs27
10997
10998         * src/prefs_ext_prog.c
10999                 hide Print command option if libgnomeprint
11000                 support is present
11001
11002 2006-06-27 [colin]      2.3.1cvs26
11003
11004         * src/compose.c
11005                 Fix Esc handling in insert/attach dialog
11006                 Don't show this dialog if dragging something
11007                 else than text/uri-list
11008                 Thanks to Fabien Vantard
11009         * tools/textviewer.pl
11010                 Filter script to display stuff as text
11011                 by H. Merijn Brand
11012
11013 2006-06-27 [wwp]        2.3.1cvs25
11014
11015         * src/messageview.c
11016                 use the exact product name (message view title), patch
11017                 by Fabien Vantard.
11018
11019 2006-06-27 [ticho]      2.3.1cvs24
11020
11021         * src/prefs_account.c
11022         * src/prefs_common.c
11023         * src/prefs_common.h
11024         * src/prefs_ext_prog.c
11025         * src/textview.c
11026                 Add a preference (Preferences/External programs)
11027                 to allow "Display as text" to be done via a script
11028                 (patch by H.Merijn Brand).
11029                 Use GtkComboBox for protocol selection in account
11030                 preferences.
11031                 Only include current choice for existing accounts, and
11032                 insensitivize the combobox.
11033
11034 2006-06-27 [paul]       2.3.1cvs23
11035
11036         * src/mbox.c
11037                 fix crasher introduced in cvs21.
11038                 Thanks to Colin
11039
11040 2006-06-26 [colin]      2.3.1cvs22
11041
11042         * src/mbox.c
11043                 Fix double-frees when leaving folders
11044                 after exporting to mbox
11045
11046 2006-06-26 [colin]      2.3.1cvs21
11047
11048         * src/mbox.c
11049                 More feedback (and optimisation)
11050                 on import/export
11051         * src/common/utils.c
11052                 Fix case when looking for mail addresses
11053         * src/gtk/gtkutils.c
11054                 Extra check for (X-)Face
11055
11056 2006-06-25 [ticho]      2.3.1cvs20
11057
11058         * src/compose.c
11059         * src/exphtmldlg.c
11060         * src/gtk/gtkutils.c
11061         * src/gtk/gtkutils.h
11062                 Added second argument to gtkut_sc_combobox_create() to
11063                 control focus-on-click for the widget.
11064                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11065
11066 2006-06-25 [ticho]      2.3.1cvs19
11067
11068         * src/compose.c
11069         * src/gtk/Makefile.am
11070         * src/gtk/combobox.c
11071         * src/gtk/combobox.h
11072         * src/gtk/gtkutils.c
11073         * src/gtk/gtkutils.h
11074                 Use GtkComboBox instead of deprecated GtkOptionMenu
11075                 for account selector in compose window and for encoding
11076                 selector in attachment properties.
11077                 Also factorise working with the new GtkComboBox somewhat.
11078
11079 2006-06-24 [paul]       2.3.1cvs18
11080
11081         * src/prefs_common.c
11082                 use the correct default value
11083
11084 2006-06-24 [paul]       2.3.1cvs17
11085
11086         * src/compose.c
11087         * src/prefs_common.c
11088         * src/prefs_common.h
11089         * src/prefs_compose_writing.c
11090                 enable setting of default action when
11091                 dnd'ing files in the compose window.
11092                 (Collaborative effort with wwp)
11093
11094 2006-06-23 [wwp]        2.3.1cvs16
11095
11096         * src/compose.c
11097                 i18n fix (thanks to Fabien Vantard)
11098
11099 2006-06-22 [colin]      2.3.1cvs15
11100
11101         * src/prefs_customheader.c
11102                 Don't use filters in custom headers' file 
11103                 selector. Remember, extensions mean nothing :)
11104
11105 2006-06-22 [paul]       2.3.1cvs14
11106
11107         * configure.ac
11108                 allow setting of man directory location
11109
11110 2006-06-22 [colin]      2.3.1cvs13
11111
11112         * src/mainwindow.c
11113                 Add 'View/Go to/Next unread folder'.
11114                 I missed that :)
11115
11116 2006-06-22 [colin]      2.3.1cvs12
11117
11118         * src/common/utils.c
11119                 Add some subject prefixes
11120                 Patch by Bjorn T Johansen <btj@havleik.no>
11121
11122 2006-06-22 [colin]      2.3.1cvs11
11123
11124         * manual/advanced.xml
11125                 Forgotten hidden pref
11126
11127 2006-06-21 [paul]       2.3.1cvs10
11128
11129         * src/prefs_account.c
11130                 complete the removal of 'Add date header' option
11131
11132 2006-06-21 [paul]       2.3.1cvs9
11133
11134         * src/account.c
11135         * src/compose.c
11136         * src/prefs_account.c
11137         * src/prefs_account.h
11138                 remove option to add date header - always
11139                 add date header
11140         * src/etpan/imap-thread.c
11141                 fix warnings (Thanks to Colin)
11142
11143 2006-06-21 [wwp]        2.3.1cvs8
11144
11145         * src/folder.c
11146                 set the attachment flag when inline text part are (file)named. This is more convenient
11147                 when receiving (for instance) inline source files or patches sent using thunderbird.
11148
11149 2006-06-21 [paul]       2.3.1cvs7
11150
11151         * src/inc.c
11152                 fix off-by-one count of current msg in
11153                 statusbar filtering progressbar
11154
11155 2006-06-21 [paul]       2.3.1cvs6
11156
11157         * src/folder.c
11158                 Show attachment icon even if the part is 'inline'
11159                 if the following conditions are met:
11160                 - content-type != 'text/plain'
11161                 - content-type != '*/pgp-signature'
11162                 - either 'name' or 'filename' parameter is not NULL
11163                 
11164                 Thanks to Colin
11165
11166 2006-06-21 [paul]       2.3.1cvs5
11167
11168         * src/messageview.c
11169         * src/prefs_common.c
11170         * src/prefs_common.h
11171         * src/prefs_other.c
11172                 add an option to 'Never send Return
11173                 Receipts'
11174                 Thanks to Colin
11175
11176 2006-06-20 [mones]      2.3.1cvs4
11177
11178         * po/es.po
11179                 updated
11180         * src/compose.c
11181                 typo fixed (space after comma)
11182         * tools/make.themes.project
11183                 remove exec mode from tarball files
11184
11185 2006-06-20 [colin]      2.3.1cvs3
11186
11187         * src/news.c
11188         * src/procheader.c
11189         * src/unmime.c
11190                 Better fix for \n's in headers (don't 
11191                 break Received: and others)
11192
11193 2006-06-20 [paul]       2.3.1cvs2
11194
11195         * src/alertpanel.c
11196         * src/textview.c
11197                 improve legibility of phishing attempt
11198                 dialog
11199
11200 2006-06-20 [paul]       2.3.1cvs1
11201
11202         * NEWS
11203         * README
11204         * configure.ac
11205                 Update version number following
11206                 stable release
11207
11208 2006-06-20 [colin]      2.3.0cvs26
11209
11210         * src/compose.c
11211                 When dragging a file to the text of the compose
11212                 window, ask whether we want to insert or attach
11213                 (I know lots of people who do that to attach)
11214
11215 2006-06-20 [colin]      2.3.0cvs25
11216
11217         * src/etpan/imap-thread.c
11218                 Fix threshold (the append command is often > 32 bytes)
11219
11220 2006-06-19 [colin]      2.3.0cvs24
11221
11222         * src/imap.c
11223         * src/etpan/imap-thread.c
11224                 Workaround Rockliffe IMAP server bug: replace
11225                 "x UID SEARCH (ANSWERED UID 1:*)" with
11226                 "x UID SEARCH ANSWERED"
11227                 (Rockliffe doesn't handle the parenthesis)
11228
11229 2006-06-19 [colin]      2.3.0cvs23
11230
11231         * src/compose.c
11232         * src/imap.c
11233         * src/etpan/imap-thread.c
11234                 Probably fix bug #972 (Freezes when adding 
11235                 an attachment to the message)
11236         * src/common/defs.h
11237                 Modernize Firefox cmd
11238
11239
11240 2006-06-18 [colin]      2.3.0cvs22
11241
11242         * src/prefs_customheader.c
11243                 Only allow correct filenames for various
11244                 custom headers
11245
11246 2006-06-18 [colin]      2.3.0cvs21
11247
11248         * src/prefs_customheader.c
11249                 Add a 'From File...' button in custom headers prefs, which
11250                 try to do the right thing: 
11251                 for normal headers, use file as plaintext,
11252                 for X-Face, calls compface,
11253                 for Face, encode to b64.
11254
11255 2006-06-17 [colin]      2.3.0cvs20
11256
11257         * src/mh.c
11258                 Warning fix
11259
11260 2006-06-16 [colin]      2.3.0cvs19
11261
11262         * src/summaryview.c
11263                 Recursive quicksearch: show message list
11264                 in current folder, *then* search children
11265                 in the background.
11266
11267 2006-06-16 [colin]      2.3.0cvs18
11268
11269         * src/main.c
11270                 Instead of ignoring SIGPIPE, save caches
11271                 when getting one. Will fix the fact that
11272                 hot caches are out-of-date when logging 
11273                 out of Xorg.
11274         * src/compose.c
11275         * src/prefs_compose_writing.c
11276                 Only save text (not attachments) when 
11277                 auto-saving to drafts
11278         * src/unmime.c
11279                 Always replace \n, \r and \t with spaces
11280                 in headers
11281         * manual/dist/html/Makefile.am
11282         * manual/dist/pdf/Makefile.am
11283         * manual/dist/ps/Makefile.am
11284         * manual/dist/txt/Makefile.am
11285         * manual/fr/dist/html/Makefile.am
11286         * manual/fr/dist/pdf/Makefile.am
11287         * manual/fr/dist/ps/Makefile.am
11288         * manual/fr/dist/txt/Makefile.am
11289         * manual/pl/dist/html/Makefile.am
11290         * manual/pl/dist/pdf/Makefile.am
11291         * manual/pl/dist/ps/Makefile.am
11292         * manual/pl/dist/txt/Makefile.am
11293                 Fix make clean removing pregenerated manuals
11294
11295
11296 2006-06-16 [colin]      2.3.0cvs17
11297
11298         * src/plugins/pgpcore/sgpgme.c
11299         * src/plugins/pgpmime/pgpmime.c
11300         * src/plugins/pgpinline/pgpinline.c
11301                 Better error reporting in setup_signers.
11302                 Don't fallback to default key if specified
11303                 key isn't found.
11304                 Don't allow signing if more than one secret
11305                 key matches the one specified in prefs.
11306
11307 2006-06-15 [colin]      2.3.0cvs16
11308
11309         * src/folderview.c
11310                 Add "Send queue" in the folder's contextual
11311                 menu
11312         * src/compose.c
11313         * src/messageview.c
11314         * src/privacy.c
11315         * src/privacy.h
11316         * src/procmime.c
11317         * src/procmsg.c
11318         * src/plugins/pgpcore/passphrase.c
11319         * src/plugins/pgpcore/sgpgme.c
11320         * src/plugins/pgpinline/pgpinline.c
11321         * src/plugins/pgpmime/pgpmime.c
11322                 Better error reporting
11323         * src/mbox.c
11324                 Probably fix bug #971 (2.2.3 cannot read mail 
11325                 from local mbox)
11326
11327
11328 2006-06-15 [mones]      2.3.0cvs15
11329
11330         * tools/make.themes.project
11331                 creates the themes project from the web page
11332
11333 2006-06-15 [colin]      2.3.0cvs14
11334
11335         * src/folder.c
11336                 Better fix (avoid losing the folder if scan_tree 
11337                 fails)
11338
11339 2006-06-15 [cleroy]     2.3.0cvs13
11340
11341         * src/folder.c
11342                 Probably fix Bug #969 (crash on rebuilding 
11343                 imap folder)
11344
11345 2006-06-14 [colin]      2.3.0cvs12
11346
11347         * manual/dtd/manual.xsl
11348         * manual/sylpheed-claws-manual.xml
11349         * manual/fr/sylpheed-claws-manual.xml
11350         * manual/pl/sylpheed-claws-manual.xml
11351                 Insert pagebreaks between sections
11352
11353 2006-06-14 [paul]       2.3.0cvs11
11354
11355         * configure.ac
11356                 better fix than 2.3.0cvs10
11357
11358 2006-06-14 [paul]       2.3.0cvs10
11359
11360         * configure.ac
11361                 fix setting of PACKAGE_DATA_DIR with newer autoconf
11362                 (backwards compatible)
11363
11364 2006-06-13 [colin]      2.3.0cvs9
11365
11366         * src/messageview.c
11367                 Fix sending of return receipt with the new queue folders
11368
11369 2006-06-13 [wwp]        2.3.0cvs8
11370
11371         * src/quote_fmt_lex.l
11372                 fix wrong tokens returned in quote_fmt lexer, query not().
11373
11374 2006-06-13 [wwp]        2.3.0cvs7
11375
11376         * src/folder.c
11377         * src/prefs_folder_item.c
11378                 allow changing folder type even when folder is not a top-level one,
11379                 thanks to Colin.
11380
11381 2006-06-12 [colin]      2.3.0cvs6
11382
11383         * src/folderview.c
11384                 Fix double-ask of "Do you want to mark all
11385                 as read"
11386
11387 2006-06-12 [colin]      2.3.0cvs5
11388
11389         * src/compose.c
11390         * src/compose.h
11391         * src/folder.c
11392         * src/folder.h
11393         * src/imap.c
11394         * src/inc.c
11395         * src/main.c
11396         * src/messageview.c
11397         * src/mh.c
11398         * src/prefs_folder_item.c
11399         * src/procheader.c
11400         * src/procmime.c
11401         * src/procmsg.c
11402         * src/procmsg.h
11403         * src/send_message.c
11404         * src/summaryview.c
11405         * src/toolbar.c
11406                 Apply bug #964's patch (Queue and drafts aren't normal)
11407                 The Drafts and Queue folder now contain RFC-822 files,
11408                 allowing to move and copy mails from and to these 
11409                 folders. Moving from Drafts to Queue will prepare the
11410                 mail for sending (PGP signature, encryption, etc).
11411                 This patch also rework sending errors handling to try
11412                 to be more helpful.
11413                 Also, allow redefining folder types via the GUI 
11414                 (Folder type in its Properties)
11415
11416 2006-06-12 [colin]      2.3.0cvs4
11417
11418         * src/summaryview.c
11419         * src/prefs_common.c
11420         * src/prefs_common.h
11421         * src/gedit-print.c
11422                 Allow to define a specific print font - patch
11423                 by Bernhard Walle <bernhard.walle@gmx.de>
11424         * src/prefs_fonts.c
11425         * manual/advanced.xml
11426         * manual/fr/advanced.xml
11427                 Add a hidden pref to allow deletion without
11428                 confirmation
11429
11430 2006-06-12 [wwp]        2.3.0cvs3
11431
11432         * .cvsignore
11433                 more files to ignore.
11434
11435 2006-06-12 [wwp]        2.3.0cvs2
11436
11437         * src/quote_fmt.c
11438         * src/quote_fmt_lex.l
11439         * src/quote_fmt_parse.y
11440                 extend the quote_fmt parser (templates and quotes):
11441                 - allow limited sub-expressions in |p{} and |f{} expressions,
11442                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
11443                 - implemented/fixed missing implementation of query_references and show_references,
11444                 - completed, fixed contents and format of the symbols help dialog,
11445                 - fix some compilation warnings.
11446
11447 2006-06-12 [wwp]        2.3.0cvs1
11448
11449         * manual/advanced.xml
11450         * manual/fr/advanced.xml
11451                 updates in the "templates" section of the manual (eng/fr):
11452                  - be more precise (both versions)
11453                  - completed to match the english reference (fr version)
11454                  - touchups (both versions)
11455
11456 2006-06-12 [paul]       2.3.0
11457
11458         2.3.0 released
11459
11460 2006-06-12 [paul]       2.2.3cvs14
11461
11462         * po/ca.po
11463         * po/cs.po
11464         * po/de.po
11465         * po/el.po
11466         * po/fr.po
11467         * po/it.po
11468         * po/pt_BR.po
11469         * po/sr.po
11470         * po/zh_CN.po
11471                 updated by Miquel Oliete, Tim, Stephan Sachse,
11472                 Stavros Giannouris, Fabien Vantard, Andrea
11473                 Spadaccini, Frederico Goncalves Guimaraes,
11474                 Aleksandar Urosevic, and Ralgh Young
11475
11476 2006-06-12 [colin]      2.2.3cvs13
11477
11478         * src/mbox.c
11479                 Add missing header
11480
11481 2006-06-11 [colin]      2.2.3cvs12
11482
11483         * src/msgcache.c
11484                 Verify that g_malloc() succeeded
11485
11486 2006-06-11 [colin]      2.2.3cvs11
11487
11488         * src/wizard.c
11489                 Add Face header to welcome mail
11490
11491 2006-06-10 [colin]      2.2.3cvs10
11492
11493         * src/textview.c
11494                 Revert previous (Forgot it changes the
11495                 margin on the whole mail)
11496
11497 2006-06-10 [colin]      2.2.3cvs9
11498
11499         * src/textview.c
11500                 Don't overlap long headers under (X-)Face
11501
11502 2006-06-10 [mones]      2.2.3cvs8
11503
11504         * manual/xml2pdf
11505                 allow generation of manual on systems lacking saxon binary
11506                 but with java and the saxon library installed
11507
11508         * po/es.po
11509                 updated for release
11510
11511 2006-06-09 [colin]      2.2.3cvs7
11512
11513         * src/summaryview.c
11514                 Fix leak when using Display Sender using Addressbook
11515
11516 2006-06-09 [colin]      2.2.3cvs6
11517
11518         * src/compose.c
11519         * src/folder.c
11520         * src/folderview.c
11521         * src/mimeview.c
11522         * src/summaryview.c
11523                 More leaks fixes
11524
11525 2006-06-09 [paul]       2.2.3cvs5
11526
11527         * AUTHORS
11528         * src/gtk/authors.h
11529         * tools/claws.i18n.status.pl
11530                 updated with new info
11531
11532 2006-06-09 [paul]       2.2.3cvs4
11533
11534         * README
11535                 updated
11536         * manual/ack.xml
11537                 add wwp to authors list
11538         * src/gtk/authors.h
11539                 update mine and Colin's addresses
11540
11541 2006-06-08 [colin]      2.2.3cvs3
11542
11543         * src/etpan/imap-thread.c
11544                 Fix leak on SSL cert check
11545
11546 2006-06-08 [colin]      2.2.3cvs2
11547
11548         * src/common/utils.c
11549                 Fix leak
11550
11551 2006-06-08 [paul]       2.2.3cvs1
11552
11553         * configure.ac
11554                 Update version number following
11555                 stable release
11556
11557 2006-06-07 [colin]      2.2.2cvs3
11558
11559         * src/msgcache.c
11560                 Fix catching cache read errors (guint instead of gint)
11561                 Prevent malloc'ing more than 8MB (means cache corruption)
11562
11563 2006-06-07 [paul]       2.2.2cvs2
11564
11565         * src/exporthtml.c
11566         * src/exportldif.c
11567         * src/mh.c
11568         * src/mutt.c
11569         * src/pine.c
11570         * src/common/utils.c
11571                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
11572                 obey $HOME'
11573                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
11574                 Thanks to Colin
11575
11576 2006-06-06 [paul]       2.2.2cvs1
11577
11578         * configure.ac
11579                 Update version number following
11580                 stable release
11581
11582 2006-06-06 [paul]       2.2.1cvs6
11583
11584         * src/matcher.c
11585                 fix  implicit declaration of
11586                 sylpheed_do_idle()
11587                 Patch by Fabien Vantard
11588
11589 2006-06-06 [paul]       2.2.1cvs5
11590
11591         * src/matcher.c
11592                 fix age_greater and age_lower so that they
11593                 mean what say and not '...or equal to'
11594                 Thanks to Colin
11595
11596 2006-06-06 [paul]       2.2.1cvs4
11597
11598         * src/textview.c
11599         * src/common/utils.c
11600                 fix URI check
11601                 Thanks to Colin
11602
11603 2006-06-05 [wwp]        2.2.1cvs3
11604
11605         * manual/fr/account.xml
11606                 minor language fixes (thanks to Fabien Vantard).
11607
11608 2006-06-05 [colin]      2.2.1cvs2
11609
11610         * src/prefs_folder_item.c
11611         * src/folderview.c
11612                 Allow recursive setting of properties 
11613                 for whole mailboxes
11614         * src/matcher.c
11615                 Don't freeze on 'test' filtering rule
11616
11617 2006-06-05 [colin]      2.2.1cvs1
11618
11619         * configure.ac
11620                 Update version number following
11621                 stable release
11622
11623 2006-06-04 [wwp]        2.2.0cvs82
11624
11625         * manual/glossary.xml
11626         * manual/account.xml
11627         * manual/fr/glossary.xml
11628         * manual/fr/account.xml
11629                 added glossary section and references/links related to the Face custom header.
11630
11631 2006-06-04 [colin]      2.2.0cvs81
11632
11633         * src/summaryview.c
11634                 Skip to next message on move with no
11635                 immediate execution
11636
11637 2006-06-04 [wwp]        2.2.0cvs80
11638
11639         * manual/xml2pdf
11640                 added sanity checks, exit when needed.
11641
11642 2006-06-03 [paul]       2.2.0cvs79
11643
11644         * src/prefs_receive.c
11645                 page name is now 'Receiving'
11646         * src/prefs_send.c
11647                 page name is now 'Sending'
11648
11649 2006-06-03 [colin]      2.2.0cvs78
11650
11651         * src/plugins/spamassassin/spamassassin_gtk.c
11652                 Autoswitch to Localhost if transport was previously
11653                 disabled. Else people had to check [] Enable, then
11654                 *reselect* transport.
11655
11656 2006-06-03 [colin]      2.2.0cvs77
11657
11658         * src/plugins/pgpinline/pgpinline.c
11659         * src/plugins/pgpmime/pgpmime.c
11660                 Check that gpg_data_release_and_get_mem 
11661                 didn't fail (now, why this happens...)
11662
11663 2006-06-03 [colin]      2.2.0cvs76
11664
11665         * src/mbox.c
11666                 Fix bug #962 (Manual and/or UI should 
11667                 warn about incompatible locking 
11668                 causing dataloss)
11669
11670 2006-06-02 [cleroy]     2.2.0cvs75
11671
11672         * src/filtering.c
11673         * src/folder.c
11674         * src/procmsg.c
11675         * src/summaryview.c
11676                 Fix a few leaks
11677
11678 2006-06-02 [colin]      2.2.0cvs74
11679
11680         * src/main.c
11681                 On exit, free caches after writing them
11682                 Shuts up some valgrind false positives
11683         * src/procmsg.c
11684         * src/send_message.c
11685                 Fix races when reusing existing SMTP connections
11686                 Fix inexistant session timeout
11687         * src/toolbar.c
11688                 Display alertpanel after all queues have
11689                 been processed, not after each
11690
11691 2006-06-02 [wwp]        2.2.0cvs73
11692
11693         * manual/fr/glossary.xml
11694         * manual/fr/ack.xml
11695         * manual/ack.xml
11696                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
11697
11698 2006-06-02 [wwp]        2.2.0cvs72
11699
11700         * manual/xml2pdf
11701         * manual/dist/pdf/Makefile.am
11702         * manual/dtd/manual.xsl
11703         * manual/fr/dist/pdf/Makefile.am
11704         * manual/pl/dist/pdf/Makefile.am
11705                 we changed the procedure to generate the .pdf version of the manual.
11706                 The procedure is more modern and the .pdf we get now has a valid index.
11707                 Here are the new pre-requisites:
11708
11709                 - JRE 1.x (1.4 here): there must be one from your distro
11710                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
11711                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
11712                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
11713
11714                 See my posts for further info about the installation of this toolchain:
11715
11716                 Date: Fri, 19 May 2006 19:40:06 +0200
11717                 From: wwp <subscript@free.fr>
11718                 To: sylpheed-claws-devel@lists.sourceforge.net
11719                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
11720
11721                 and
11722
11723                 Date: Wed, 24 May 2006 12:58:49 +0200
11724                 From: wwp <subscript@free.fr>
11725                 To: sylpheed-claws-devel@lists.sourceforge.net
11726                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
11727
11728 2006-06-01 [colin]      2.2.0cvs71
11729
11730         * src/compose.c
11731                 Better guards against IMAP races
11732         * src/main.c
11733         * src/prefs_common.c
11734         * src/prefs_common.h
11735         * src/common/ssl_certificate.c
11736         * src/etpan/imap-thread.c
11737         * src/etpan/imap-thread.h
11738         * src/gtk/sslcertwindow.c
11739                 New hidden option ssl_skip_cert_check to 
11740                 avoid dups of bug #959 (libetpan linked
11741                 against gnutls and gnutls buggy on 64bit)
11742                 Present expired warning only once per
11743                 session/server.
11744         * manual/advanced.xml
11745         * manual/fr/advanced.xml
11746                 Document new option
11747
11748 2006-06-01 [wwp]        2.2.0cvs70
11749
11750         * src/messageview.c
11751                 fix for bug #961 (return receipt dialog 
11752                 complains incorrectly about return-path 
11753                 email adress being different), thanks 
11754                 to Colin.
11755
11756 2006-05-31 [cleroy]     2.2.0cvs69
11757
11758         * src/common/ssl.c
11759                 Guard against NULLs, although this
11760                 should never be an issue
11761
11762 2006-05-31 [colin]      2.2.0cvs68
11763
11764         * src/filtering.c
11765                 Use g_slist_prepend
11766         * src/imap.c
11767                 Don't remove caches when destroying folder, it
11768                 could (should) be done at exit
11769         * src/inc.c
11770                 free processing cache after incorporation
11771         * src/etpan/imap-thread.c
11772                 Maybe fix bug #959 (Crash on moving to emails 
11773                 to a imap account per ssl with a expired 
11774                 certificate.)
11775
11776 2006-05-30 [colin]      2.2.0cvs67
11777
11778         * src/summaryview.c
11779                 Put back event flush when displaying message
11780                 It avoids reading a bunch of messages just
11781                 by hitting shift-n for too long ;)
11782
11783 2006-05-29 [colin]      2.2.0cvs66
11784
11785         * src/summaryview.c
11786                 Remove useless g_warnings
11787
11788 2006-05-29 [colin]      2.2.0cvs65
11789
11790         * src/imap.c
11791                 Fix g_slist_append()s for performance
11792
11793 2006-05-29 [colin]      2.2.0cvs64
11794
11795         * src/compose.c
11796         * src/common/utils.c
11797                 Fix extraneous tab at start of addresses
11798         * src/mainwindow.c
11799                 Fix warnings (thanks to Fabien)
11800                 Fix crash at exit when composing messages 
11801                 exist
11802         * src/pop.c
11803                 Fix progress bar when deleting expired mails
11804                 Thanks to Hiro
11805         * src/summaryview.c
11806         * src/gtk/gtksctree.c
11807                 Fix re-sorting slowness
11808
11809 2006-05-29 [paul]       2.2.0cvs63
11810
11811         * src/mh.c
11812                 fetch full message when moving mails
11813                 from another mailbox, (fixed data loss
11814                 when filtering from IMAP to MH, introduced
11815                 in 2.2.0cvs57).
11816                 Thanks to Colin
11817
11818 2006-05-29 [mones]      2.2.0cvs62
11819
11820         * src/gtk/gtksctree.c
11821                 Unselect faster (patch by Colin)        
11822
11823 2006-05-26 [colin]      2.2.0cvs61
11824
11825         * src/summaryview.c
11826                 Unplug MSGINFO_UPDATE callback on delete too.
11827
11828 2006-05-26 [colin]      2.2.0cvs60
11829
11830         * src/foldersel.c
11831                 Fix bold in folder selection window with glib2.10
11832                 thanks Hiro
11833
11834 2006-05-26 [colin]      2.2.0cvs59
11835
11836         * src/procheader.c
11837                 Convert date only if necessary (and don't
11838                 try to convert from utf8 to utf8, too)
11839         * src/summaryview.c
11840                 Only set column's text if the column's 
11841                 displayed
11842
11843 2006-05-26 [colin]      2.2.0cvs58
11844
11845         * src/summaryview.c
11846         * src/gtk/gtkutils.c
11847                 Fix useless warning
11848
11849 2006-05-26 [colin]      2.2.0cvs57
11850
11851         * src/mainwindow.c
11852                 Make summaryview selectable as long as 
11853                 no message has focus
11854         * src/mh.c
11855                 Faster deletion (by implementing mh_remove_msgs)
11856                 Faster copy (avoid using mh_fetch_msg just to get
11857                 the filename)
11858                 Faster move (using move_file instead of copy_file
11859                 if MSG_IS_MOVE)
11860                 No progressbar if total number of mails to cp/mv 
11861                 is less than 100
11862         * src/summaryview.c
11863                 Fix removal from subject_table when mail gets moved
11864                 Faster deletion (g_slist_prepend instead of append)
11865         * src/gtk/gtksctree.c
11866                 Remove useless code
11867
11868 2006-05-25 [colin]      2.2.0cvs56
11869
11870         * src/common/ssl_certificate.c
11871                 Fix leak in expired cert check
11872
11873 2006-05-25 [colin]      2.2.0cvs55
11874
11875         * src/mh.c
11876                 Disable flags syncing on .mh_sequences - it
11877                 is buggy and marks mails read under unknown
11878                 conditions.
11879
11880 2006-05-25 [paul]
11881
11882         * 2.3.0-rc4 released
11883
11884 2006-05-24 [colin]      2.2.0cvs54
11885
11886         attention cvs users: if you manage to crash
11887         Sylpheed-Claws while moving, copying or deleting
11888         mails, we *are* interested in stack traces and
11889         valgrind logs. It looks stable, but one never
11890         knows...
11891
11892         * src/folder.c
11893                 Add progressbar for cache updates
11894         * src/folderutils.c
11895                 Optimize Mark all read in the current
11896                 folder
11897         * src/mh.c
11898                 Add progressbar for copy/move
11899         * src/procmsg.c
11900                 Optimize O(n^2) in copy/move
11901         * src/summaryview.c
11902         * src/gtk/gtksctree.c
11903                 Optimize O(n^2) algos
11904         * src/common/timing.h
11905                 Display ms instead of us
11906
11907 2006-05-24 [wwp]        2.2.0cvs53
11908
11909         * manual/fr/advanced.xml
11910                 updates to the French manual.
11911
11912 2006-05-24 [wwp]        2.2.0cvs52
11913
11914         * src/common/utils.c
11915                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
11916
11917 2006-05-24 [wwp]        2.2.0cvs51
11918
11919         * src/folderutils.c
11920                 fixed "mark all read" in MH folders (thanks to Colin).
11921
11922 2006-05-24 [paul]       2.2.0cvs50
11923
11924         * doc/man/sylpheed-claws.1
11925                 updated the man page
11926
11927 2006-05-23 [colin]      2.2.0cvs49
11928
11929         * src/folderview.c
11930         * src/imap.c
11931         * src/inc.c
11932         * src/mbox.c
11933         * src/messageview.c
11934         * src/news.c
11935         * src/send_message.c
11936         * src/summaryview.c
11937         * src/gtk/sslcertwindow.c
11938                 alertpanel fixes, by Fabien
11939
11940 2006-05-23 [colin]      2.2.0cvs48
11941
11942         * src/folder.c
11943         * src/folderview.c
11944         * src/msgcache.c
11945         * src/summaryview.c
11946         * src/gtk/gtksctree.c
11947         * src/gtk/gtksctree.h
11948                 More timings
11949                 Fix slow loading problem, which was caused by the
11950                 use of some gtk_ctree funcs and their use of
11951                 g_list_position while gtk_ctree_(un)link'ing.
11952                 Reap more functions from gtkctree.c to be sure we
11953                 use our (fast) version instead of theirs.
11954         * src/mh.c
11955                 Fix copy of unread mails
11956
11957
11958 2006-05-22 [wwp]        2.2.0cvs47
11959
11960         * manual/fr/advanced.xml
11961                 updated.
11962
11963 2006-05-22 [colin]      2.2.0cvs46
11964
11965         * src/filtering.c
11966                 Fix possible infinite loop. 'copy' is not a 
11967                 final action, so when encountering a 'copy',
11968                 we have to check if a previous one was set
11969                 and do it. In the same way, if we encounter
11970                 a 'move' we have to perform a possibly 
11971                 pending 'copy'. This will slow down filtering
11972                 on IMAP if move+copy or multiple copy actions
11973                 are to be done, but handling it via the batch
11974                 would be really too convoluted.
11975
11976 2006-05-22 [wwp]        2.2.0cvs45
11977
11978         * manual/fr/advanced.xml
11979         * manual/fr/faq.xml
11980         * manual/fr/glossary.xml
11981         * manual/fr/handling.xml
11982         * manual/fr/intro.xml
11983         * manual/fr/plugins.xml
11984         * manual/fr/sylpheed-claws-manual.xml
11985                 sync w/ the english manual: updates URIs, documented mailing-list
11986                 support, better explanation about the enabled/disabled feature
11987                 in filtering/processing rules by Paul.
11988
11989 2006-05-21 [colin]      2.2.0cvs44
11990
11991         * src/summaryview.c
11992                 Don't expand after building threads, but during
11993
11994 2006-05-21 [colin]      2.2.0cvs43
11995
11996         * src/procmsg.c
11997         * src/summaryview.c
11998                 More timing possibilities... For next time I have 
11999                 to find out how the hell some 3GHz computer takes
12000                 one minute to open a 30k folder...
12001
12002 2006-05-21 [colin]      2.2.0cvs42
12003
12004         * manual/pl/advanced.xml
12005         * manual/pl/faq.xml
12006         * manual/pl/glossary.xml
12007         * manual/pl/handling.xml
12008         * manual/pl/intro.xml
12009         * manual/pl/plugins.xml
12010         * manual/pl/sylpheed-claws-manual.xml
12011                 Polish manual updated by Pawel
12012
12013 2006-05-20 [colin]
12014
12015         * 2.3.0-rc3 released
12016
12017 2006-05-20 [colin]      2.2.0cvs41
12018
12019         * src/imap.c
12020                 Fix -rc2 problems:
12021                 - remove cache of moved messages from original folder
12022                 - apply new flags to messages even if they aren't appliable
12023                   via IMAP.
12024
12025 2006-05-20 [colin]
12026
12027         * 2.3.0-rc2 released
12028
12029 2006-05-19 [colin]      2.2.0cvs40
12030
12031         * src/imap.c
12032                 Don't issue SELECT in imap_change_flags
12033                 before having checked that we indeed have
12034                 some flags to change. MSG_POSTFILTERED for
12035                 example can't be used on IMAP.
12036                 Fixes bug #955 (copying messages between 
12037                 imap folders is extremely slow), which was
12038                 a regression.
12039
12040 2006-05-19 [colin]      2.2.0cvs39
12041
12042         * src/folder.c
12043         * src/folder.h
12044         * src/folderview.c
12045                 Try to fix bug #830 (Some unread messages 
12046                 get marked read in IMAP inbox):
12047                 - Prevent scanning a folder if it's being 
12048                   opened via the GUI
12049                 - Postpone opening via the GUI of a folder
12050                   currently scanned.
12051
12052
12053 2006-05-19 [wwp]        2.2.0cvs38
12054
12055         * manual/advanced.xml
12056                 fix English+typo (thanks to Paul).
12057
12058 2006-05-19 [wwp]        2.2.0cvs37
12059
12060         * manual/advanced.xml
12061         * manual/fr/advanced.xml
12062         * src/gtk/logwindow.c
12063         * src/prefs_common.c
12064         * src/prefs_common.h
12065                 added hidden prefs to allow customization of colors used in
12066                 protocol log window (useful for dark gtk+ themes).
12067
12068 2006-05-19 [wwp]        2.2.0cvs36
12069
12070         * ChangeLog
12071                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12072
12073 2006-05-19 [paul]       2.2.0cvs35
12074
12075         * src/textview.c
12076                 make Reply-To fully clickable
12077         * src/gtk/logwindow.c
12078                 more colouring (SMTP ESMTP)
12079         Both patches by Pawel Pekala
12080
12081 2006-05-19 [cleroy]     2.2.0cvs34
12082
12083         * src/mh.c
12084                 Don't update flags from current folder
12085                 Probably fixes bug #935 (Read Messages 
12086                 Revert to Being Marked as Unread)
12087
12088 2006-05-18 [colin]      2.2.0cvs33
12089
12090         * src/imap.c
12091                 Warning fix
12092         * src/compose.c
12093         * src/mainwindow.c
12094         * src/summaryview.c
12095         * src/toolbar.c
12096                 Allow replying to multiple emails
12097                 in multiple windows
12098         * src/mimeview.c
12099         * src/etpan/imap-thread.c
12100                 Leak fixes
12101
12102 2006-05-18 [paul]       2.2.0cvs32
12103
12104         * src/summaryview.c
12105                 keep Mailing-List menu refreshed
12106                 Thanks to Colin
12107
12108 2006-05-18 [paul]       2.2.0cvs31
12109
12110         * manual/advanced.xml
12111         * manual/faq.xml
12112         * manual/glossary.xml
12113         * manual/handling.xml
12114         * manual/intro.xml
12115         * manual/plugins.xml
12116         * manual/sylpheed-claws-manual.xml
12117                 update URLs
12118                 add info about mailing-list support
12119                 edit filtering info
12120         * src/wizard.c
12121         * src/common/defs.h
12122         * src/gtk/about.c
12123         * src/plugins/dillo_viewer/README
12124                 update URLs
12125
12126 2006-05-17 [wwp]        2.2.0cvs30
12127
12128         * manual/handling.xml
12129         * manual/fr/handling.xml
12130                 documented the ability to enabled/disable filtering/processing rules.
12131
12132 2006-05-17 [colin]      2.2.0cvs29
12133
12134         * src/main.c
12135                 Don't initialize g_thread subsystem if it's 
12136                 already done (thanks to Hiro)
12137         * src/mimeview.c
12138                 Fix saving of parts when there name can't be
12139                 converted from UTF-8.
12140
12141 2006-05-17 [paul]       2.2.0cvs28
12142
12143         * po/Makefile.in.in
12144                 fix config.status warning with autoconf 2.60
12145
12146 2006-05-17 [paul]       2.2.0cvs27
12147
12148         * po/POTFILES.in
12149                 add src/mbox.c
12150
12151 2006-05-17 [wwp]        2.2.0cvs26
12152
12153         * src/mainwindow.c
12154                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12155
12156 2006-05-17 [wwp]        2.2.0cvs25
12157
12158         * src/plugins/demo/demo.c
12159                 updated product name in plugin demo (many plugins need to be
12160                 sync'ed w/ that change).
12161
12162 2006-05-17 [colin]      2.2.0cvs24
12163
12164         * src/mh.c
12165                 Fix leak
12166
12167 2006-05-16 [colin]      2.2.0cvs23
12168
12169         * src/mainwindow.c
12170                 Stupid me hit again. Fix cvs22.
12171
12172 2006-05-16 [colin]      2.2.0cvs22
12173
12174         * src/mainwindow.c
12175                 Fix bug #922 (sylpheed-claws crashed after 
12176                 pushing on Inbox folder)
12177
12178 2006-05-16 [colin]      2.2.0cvs21
12179
12180         * src/compose.c
12181                 Make From header be copy/paste/select-able
12182
12183 2006-05-16 [wwp]        2.2.0cvs20
12184
12185         * src/export.c
12186         * src/matcher.c
12187         * src/summaryview.c
12188         * src/etpan/imap-thread.c
12189                 fix some compiler warnings (thanks to Colin).
12190
12191 2006-05-16 [wwp]        2.2.0cvs19
12192
12193         * src/action.c
12194         * src/gedit-print.c
12195         * src/inc.c
12196         * src/mainwindow.c
12197         * src/mh.c
12198         * src/statusbar.c
12199         * src/send_message.c
12200         * src/summaryview.c
12201                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12202
12203 2006-05-15 [colin]      2.2.0cvs18
12204
12205         * src/procmsg.c
12206                 Fix automatic rule creation with List-Post
12207
12208 2006-05-15 [paul]       2.2.0cvs17
12209
12210         * tools/filter_conv_new.pl
12211                 updated for rule enabling/disabling
12212                 claws version >= 2.3.x required
12213
12214 2006-05-15 [cleroy]     2.2.0cvs16
12215
12216         * src/main.c
12217                 Revert test
12218
12219 2006-05-15 [cleroy]     2.2.0cvs15
12220
12221         * src/main.c
12222                 test
12223
12224 2006-05-15 [wwp]        2.2.0cvs14
12225
12226         * manual/pl/.cvsignore
12227                 ignore generated files.
12228
12229 2006-05-14 [wwp]        2.3.0-rc1
12230
12231         * 2.3.0-rc1 released
12232
12233 2006-05-13 [wwp]        2.2.0cvs13
12234
12235         * src/filtering.c
12236         * src/filtering.h
12237         * src/matcher.c
12238         * src/matcher_parser_lex.l
12239         * src/matcher_parser_parse.y
12240         * src/prefs_filtering.c
12241                 new feature: provide the ability to disable filtering and processing
12242                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12243                 adaptations.
12244
12245 2006-05-13 [colin]      2.2.0cvs12
12246
12247         * src/compose.c
12248                 Remove useless if (a) b; else b;
12249                 Thanks to wwp
12250
12251 2006-05-13 [wwp]        2.2.0cvs11
12252
12253         * src/export.c
12254         * src/import.c
12255         * src/mainwindow.c
12256         * src/mbox.c
12257         * src/summaryview.c
12258         * src/summaryview.h
12259                 no more silent failures (or at least less ones) when importing
12260                 or exporting from/to mbox. Also start importing/exporting if
12261                 the necessary info is set.
12262
12263 2006-05-13 [wwp]        2.2.0cvs10
12264
12265         * RELEASE_NOTES
12266                 restored up-to-date release notes.
12267
12268 2006-05-13 [paul]       2.2.0cvs9
12269
12270         * po/nl.po
12271         * po/ru.po
12272                 updated by Tim Dijkstra and Pavlo Bohmat
12273
12274 2006-05-12 [colin]      2.2.0cvs8
12275
12276         * src/gtk/quicksearch.c
12277                 Add "k" as shortcut for "colorlabel". Patch
12278                 by ath42@users.sf.net.
12279
12280 2006-05-12 [paul]       2.2.0cvs7
12281
12282         * src/prefs_common.h
12283         * src/prefs_summaries.c
12284         * src/summaryview.c
12285                 when entering a folder also allow
12286                 going directly to first Marked message
12287
12288 2006-05-12 [paul]       2.2.0cvs6
12289
12290         * src/summaryview.c
12291                 always obey 'confirm before marking all
12292                 mails read' option
12293
12294 2006-05-12 [paul]       2.2.0cvs5
12295
12296         * src/textview.c
12297                 make Sender fully clickable
12298
12299 2006-05-12 [colin]      2.2.0cvs4
12300
12301         * src/compose.c
12302         * src/compose.h
12303                 Let From be editable
12304         * src/main.c
12305         * src/mh.c
12306                 Full support of .mh_sequences' Unseen seq
12307
12308 2006-05-12 [colin]      2.2.0cvs3
12309
12310         * src/folder.c
12311         * src/mainwindow.c
12312         * src/mainwindow.h
12313         * src/messageview.c
12314         * src/prefs_spelling.c
12315         * src/procheader.c
12316         * src/procmsg.c
12317         * src/procmsg.h
12318         * src/summaryview.c
12319         * src/toolbar.c
12320         * src/toolbar.h
12321                 Add contextual menu on Compose toolbar
12322                 button. Fixes bug #944 (Automatic
12323                 addresses not applied when changing account
12324                 from compose window)
12325                 add Mailing List support
12326                 based on the old 0.6.5claws25 patch by
12327                 Melvin Hadasht, with finishing touches
12328                 by Colin
12329                 Fix "ignore thread" when mails are threaded by
12330                 subject (and weren't ignored although appearing
12331                 in the thread).
12332                 GUI rework.
12333                 Both patches by Pawel.
12334
12335 2006-05-08 [paul]       2.2.0cvs2
12336
12337         * src/mainwindow.c
12338         * src/mainwindow.h
12339         * src/messageview.c
12340         * src/procheader.c
12341         * src/procmsg.c
12342         * src/procmsg.h
12343         * src/summaryview.c
12344                 add Mailing List support
12345                 based on the old 0.6.5claws25 patch by 
12346                 Melvin Hadasht, with finishing touches
12347                 by Colin
12348
12349 2006-05-08 [colin]      2.2.0cvs1
12350
12351         * src/mainwindow.c
12352         * src/toolbar.c
12353         * src/toolbar.h
12354                 Add contextual menu on Compose toolbar 
12355                 button. Fixes bug #944 (Automatic 
12356                 addresses not applied when changing account 
12357                 from compose window)
12358
12359 2006-05-08 [paul]       2.2.0
12360
12361         2.2.0 released
12362
12363 2006-05-08 [paul]       2.1.1cvs51
12364
12365         * po/cs.po
12366         * po/de.po
12367         * po/en_GB.po
12368         * po/fi.po
12369         * po/fr.po
12370         * po/pt_BR.po
12371         * po/sr.po
12372         * po/zh_CN.po
12373                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12374                 Fabien Vantard, Frederico Goncalves Guimaraes,
12375                 Aleksandar Urosevic, and Ralgh Young
12376
12377 2006-05-12 [colin]      2.1.1cvs50
12378
12379         * po/cs.po
12380         * po/de.po
12381         * po/en_GB.po
12382         * po/es.po
12383         * po/fi.po
12384         * po/fr.po
12385         * po/pt_BR.po
12386         * po/sr.po
12387         * po/zh_CN.po
12388                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12389                 Fabien Vantard, Frederico Goncalves Guimaraes,
12390                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
12391
12392 2006-05-05 [colin]      2.1.1cvs49
12393
12394         * manual/Makefile.am
12395         * manual/pl/Makefile.am
12396         * manual/pl/account.xml
12397         * manual/pl/ack.xml
12398         * manual/pl/addrbook.xml
12399         * manual/pl/advanced.xml
12400         * manual/pl/faq.xml
12401         * manual/pl/glossary.xml
12402         * manual/pl/gpl.xml
12403         * manual/pl/handling.xml
12404         * manual/pl/intro.xml
12405         * manual/pl/keyboard.xml
12406         * manual/pl/plugins.xml
12407         * manual/pl/starting.xml
12408         * manual/pl/sylpheed-claws-manual.xml
12409         * manual/pl/dist/.cvsignore
12410         * manual/pl/dist/Makefile.am
12411         * manual/pl/dist/html/.cvsignore
12412         * manual/pl/dist/html/Makefile.am
12413         * manual/pl/dist/pdf/.cvsignore
12414         * manual/pl/dist/pdf/Makefile.am
12415         * manual/pl/dist/ps/.cvsignore
12416         * manual/pl/dist/ps/Makefile.am
12417         * manual/pl/dist/txt/.cvsignore
12418         * manual/pl/dist/txt/Makefile.am
12419                 Add the polish translation of the manual,
12420                 Authored by Pawel Pekala.
12421
12422 2006-05-05 [cleroy]     2.1.1cvs48
12423
12424         * src/main.c
12425                 Re-read matcherrc after loading plugins 
12426                 if some of them add folders.
12427
12428 2006-05-03 [colin]      2.1.1cvs47
12429
12430         * src/imap.c
12431                 I'm idiot
12432
12433 2006-05-03 [colin]      2.1.1cvs46
12434
12435         * src/imap.c
12436                 Be sure to have a session when
12437                 getting separator
12438
12439 2006-05-03 [colin]      2.1.1cvs45
12440
12441         * src/imap.c
12442         * src/imap.h
12443         * src/imap_gtk.c
12444                 Fix preventing renaming with namespace 
12445                 separator.
12446
12447 2006-05-01 [colin]      2.1.1cvs44
12448
12449         * src/action.c
12450                 Don't reload messageview when result of
12451                 action is piped.
12452
12453 2006-04-29 [colin]      2.1.1cvs43
12454
12455         * src/prefs_receive.c
12456         * src/plugins/spamassassin/spamassassin_gtk.c
12457         * src/plugins/clamav/clamav_plugin_gtk.c
12458                 GUI fixes by Pawel
12459
12460 2006-04-29 [colin]      2.1.1cvs42
12461
12462         * src/prefs_compose_writing.c
12463         * src/prefs_quote.c
12464                 Cleanups. Patch by Pawel
12465
12466 2006-04-28 [paul]       2.1.1cvs41
12467
12468         * src/matcher.c
12469                 fix returned quick search results when search
12470                 term contains an underscore.
12471                 Thanks to Colin
12472
12473 2006-04-28 [paul]       2.1.1cvs40
12474
12475         * src/prefs_message.c
12476         * src/prefs_receive.c
12477                 GUI cleanups
12478                 Patches by Pawel Pekala
12479
12480 2006-04-27 [colin]      2.1.1cvs39
12481
12482         * src/wizard.c
12483                 Differentiate subject Welcome from
12484                 window's title Welcome
12485
12486 2006-04-27 [paul]
12487
12488         2.2.0-rc1 released
12489
12490 2006-04-27 [paul]       2.1.1cvs38
12491
12492         * manual/advanced.xml
12493         * manual/fr/advanced.xml
12494                 add info about compose_no_markup hidden pref
12495
12496 2006-04-27 [paul]       2.1.1cvs37
12497
12498         * src/prefs_account.c
12499                 improve privacy labels
12500         * src/prefs_msg_colors.c
12501                 change some strings for translators' convenience
12502         * src/gtk/gtkutils.c
12503                 don't underline the link button text
12504
12505 2006-04-25 [colin]      2.1.1cvs36
12506
12507         * src/folder.c
12508                 Complete 2.1.1cvs33 (once more ;)
12509
12510 2006-04-25 [colin]      2.1.1cvs35
12511
12512         * src/editldap.c
12513                 Fix tooltip
12514
12515 2006-04-25 [cleroy]     2.1.1cvs34
12516
12517         * src/compose.c
12518         * src/gtk/gtkaspell.c
12519                 Fix crash on redirect (related to the return 
12520                 of the aspell menu in compose's toolbar)
12521         * src/prefs_msg_colors.c
12522                 Fix sensitivity widgets
12523         * src/image_viewer.c
12524         * src/gtk/pluginwindow.c
12525         * src/gtk/prefswindow.c
12526                 Change released signals to clicked (Fabien)
12527         * po/POTFILES.in
12528         * src/common/socket.c
12529         * src/plugins/spamassassin/spamassassin.c
12530                 Translate strings (Fabien)
12531
12532 2006-04-25 [paul]       2.1.1cvs33
12533
12534         * src/folder.c
12535         * src/folder.h
12536         * src/folderview.c
12537                 complete the fix of bug #912
12538                 Thanks to Colin
12539
12540 2006-04-25 [colin]      2.1.1cvs32
12541
12542         * src/news.c
12543                 Better progress bar
12544         * src/mimeview.c
12545         * src/summaryview.c
12546         * src/summaryview.h
12547                 Fix focus chain
12548                 Patches by Pawel Pekala
12549
12550 2006-04-24 [colin]      2.1.1cvs31
12551
12552         * src/compose.c
12553                 Fix compilation warnings (Fabien)
12554
12555 2006-04-24 [colin]      2.1.1cvs30
12556
12557         * src/addrindex.c
12558         * src/editldap.c
12559         * src/editldap_basedn.c
12560         * src/editldap_basedn.h
12561         * src/ldapctrl.c
12562         * src/ldapctrl.h
12563         * src/ldapquery.c
12564         * src/ldaputil.c
12565         * src/ldaputil.h
12566                 Fix bug #901 (LDAPS support)
12567
12568 2006-04-24 [colin]      2.1.1cvs29
12569
12570         * src/compose.c
12571                 Fix logic on error with send dialog on
12572         * src/imap.c
12573                 Fix compilation without libetpan, thanks
12574                 to Fabien
12575         * src/summaryview.c
12576                 Fix 'context-menu' key
12577
12578 2006-04-23 [colin]      2.1.1cvs28
12579
12580         * src/folder.c
12581                 Never free current's cache to free up 
12582                 memory. Fixes bug #912 (new count 
12583                 randomly set to message count)
12584
12585 2006-04-23 [colin]      2.1.1cvs27
12586
12587         * src/gtk/quicksearch.c
12588                 And remove printf...
12589
12590 2006-04-23 [colin]      2.1.1cvs26
12591
12592         * src/gtk/quicksearch.c
12593                 Fix replacing in quicksearch, and fix inserting
12594                 in the middle of the string. (introduced at 2.1.0cvs22)
12595
12596 2006-04-23 [colin]      2.1.1cvs25
12597
12598         * src/imap.c
12599                 Make sure uidnext is initialized in get_num_list
12600                 (not for stable, related to 2.1.1cvs8 and friends)
12601
12602 2006-04-23 [colin]      2.1.1cvs24
12603
12604         * src/imap.c
12605                 Output something when login is successful
12606                 too
12607
12608 2006-04-23 [colin]      2.1.1cvs23
12609
12610         * src/etpan/imap-thread.c
12611                 Better logging (line-per-line, hide data in fetch)
12612                 Fix a const warning
12613         * src/gtk/logwindow.c
12614         * src/gtk/logwindow.h
12615                 Better logging (color for input/output)
12616
12617 2006-04-21 [colin]      2.1.1cvs22
12618
12619         * src/gtk/quicksearch.c
12620                 On gtk+-2.8, use stock buttons in quicksearch
12621                 Based on a patch by Fabien and a design by Paul
12622
12623 2006-04-21 [colin]      2.1.1cvs21
12624
12625         * src/folderview.c
12626         * src/mainwindow.c
12627                 Fix occasional flicker in folderview
12628         * src/common/utils.c
12629                 Fix bug #943 (Incorrectly parsed email address 
12630                 list in short headers on message view and in 
12631                 printouts)
12632
12633 2006-04-20 [colin]      2.1.1cvs20
12634
12635         * src/imap.c
12636         * src/imap.h
12637         * src/prefs_account.c
12638                 Add ANONYMOUS auth for IMAP
12639
12640 2006-04-20 [paul]       2.1.1cvs19
12641
12642         * src/main.c
12643                 proper fix for 2.1.1cvs18
12644                 Thanks to Colin
12645
12646 2006-04-20 [paul]       2.1.1cvs18
12647
12648         * src/main.c
12649                 fix build warnings
12650
12651 2006-04-20 [paul]       2.1.1cvs17
12652
12653         * src/gtk/quicksearch.c
12654                 fix standard, non-extended Quick search,
12655                 was broken in 2.1.1cvs15.
12656                 Thanks to Colin.
12657
12658 2006-04-20 [colin]      2.1.1cvs16
12659
12660         * src/prefs_matcher.c
12661                 Fix values when reselecting a ~test
12662                 rule
12663
12664 2006-04-19 [colin]      2.1.1cvs15
12665
12666         * src/compose.c
12667         * src/compose.h
12668         * src/gtk/gtkaspell.c
12669         * src/gtk/gtkaspell.h
12670                 Put back Options menu in Spelling/
12671         * src/gtk/quicksearch.c
12672                 Don't search, and show error, if the
12673                 advanced search has a syntax error
12674
12675 2006-04-18 [colin]      2.1.1cvs14
12676
12677         * src/textview.c
12678                 Fix gdk warnings on set_cursor when textview
12679                 isn't visible
12680
12681 2006-04-18 [colin]      2.1.1cvs13
12682
12683         * src/gtk/gtksctree.c
12684                 Remove seemingly useless refresh that causes
12685                 flicker - watch this commit in case of 
12686                 problems before planned backport to stable
12687
12688 2006-04-18 [colin]      2.1.1cvs12
12689
12690         * src/imap.c
12691                 Factorize get/set_xml code
12692         * src/compose.c
12693         * src/prefs_account.c
12694         * src/prefs_account.h
12695         * src/procmsg.c
12696                 Add Encrypt to self option
12697
12698 2006-04-17 [colin]      2.1.1cvs11
12699
12700         * configure.ac
12701                 Fix search on encrpyt function on dragonfly
12702                 Patch by Jonathan Buschmann <jonthn@agmact.com>
12703
12704 2006-04-17 [colin]      2.1.1cvs10
12705
12706         * src/prefs_account.c
12707                 Be safe by default: remove mails from POP3
12708                 after 7 days, not immediately
12709
12710 2006-04-17 [colin]      2.1.1cvs9
12711
12712         * src/etpan/imap-thread.c
12713                 Fix build on DragonFly - patch by 
12714                 Jonathan Buschmann <jonthn@agmact.com>
12715
12716 2006-04-17 [colin]      2.1.1cvs8
12717
12718         * src/imap.c
12719                 Save uidnext between sessions
12720
12721 2006-04-17 [colin]      2.1.1cvs7
12722
12723         * src/imap.c
12724                 scan is required when uid validity changes
12725
12726 2006-04-17 [colin]      2.1.1cvs6
12727
12728         * src/folderview.c
12729                 Don't scan if not necessary, apart in current
12730                 folder and INBOX to fetch flags.
12731         * src/imap.c
12732                 Scan is necessary if unread count changes
12733
12734 2006-04-17 [colin]      2.1.1cvs5
12735
12736         * src/imap.c
12737                 ...But always fetch ANSWERED and DELETED flags for
12738                 INBOX, as filtering can happen on these flags.
12739
12740 2006-04-17 [colin]      2.1.1cvs4
12741
12742         * src/imap.c
12743                 Don't fetch REPLIED and DELETED flags when synchronising
12744                 flags with a closed folder. We only need UNSEEN and FLAGGED
12745                 to update the folderview.
12746
12747 2006-04-17 [colin]      2.1.1cvs3
12748
12749         * src/imap.c
12750                 Faster flag search when there are new mails 
12751                 in a folder. We can do a full search if the 
12752                 folder contains less messages than the new
12753                 list.
12754
12755 2006-04-17 [colin]      2.1.1cvs2
12756
12757         * po/cs.po
12758         * po/de.po
12759         * po/fr.po
12760         * po/nl.po
12761         * po/pt_BR.po
12762                 Update translations from stable branch
12763
12764 2006-04-17 [colin]      2.1.1cvs1
12765
12766         * configure.ac
12767                 Bump version to follow stable release
12768
12769 2006-04-16 [mones]      2.1.0cvs50
12770
12771         * po/es.po
12772                 Updated for release
12773
12774 2006-04-16 [colin]      2.1.0cvs49
12775
12776         * src/textview.c
12777                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
12778                 with gtk < 2.8. Thanks to Fabien Vantard.
12779
12780 2006-04-15 [colin]      2.1.0cvs48
12781
12782         * src/etpan/imap-thread.c
12783                 Fix bug #919 (libetpan: SEGV when connecting 
12784                 using command)
12785
12786 2006-04-14 [colin]      2.1.0cvs47
12787
12788         * src/main.c
12789                 Fix race on --select (should be done better)
12790
12791 2006-04-14 [wwp]        2.1.0cvs46
12792
12793         * src/send_message.c
12794                 enforce a check for domain in account prefs (a sending
12795                 error could be faced if domain was checked but no value set),
12796                 thanks to Colin.
12797
12798 2006-04-14 [colin]      2.1.0cvs45
12799
12800         * src/codeconv.c
12801                 when converting from unknown to unknown, if the
12802                 string is UTF8, don't convert it to the locale
12803                 (which breaks it)
12804
12805 2006-04-14 [colin]      2.1.0cvs44
12806
12807         * src/compose.c
12808                 Don't try to use ASCII for converting headers
12809                 (as done in body)
12810
12811 2006-04-14 [paul]       2.1.0cvs43
12812
12813         * src/crash.c
12814                 add locale/charset info to crash report
12815         * src/gtk/about.c
12816                 add wwp to doc team
12817                 replace 'e-mail' with preferred 'email'
12818         * src/gtk/authors.h
12819                 ensure contributors list is in alphabetical
12820                 order
12821
12822 2006-04-13 [colin]      2.1.0cvs42
12823
12824         * src/textview.c
12825                 Prevent gdk warnings
12826
12827 2006-04-13 [colin]      2.1.0cvs41
12828
12829         * src/common/ssl_certificate.c
12830         * src/common/ssl_certificate.h
12831         * src/gtk/sslcertwindow.c
12832                 Warn on expired certs, and display the expiration date
12833
12834 2006-04-13 [colin]      2.1.0cvs40
12835
12836         * src/plugins/spamassassin/spamassassin_gtk.c
12837                 Fix missing set_text on unix socket
12838
12839 2006-04-13 [wwp]        2.1.0cvs39
12840
12841         * manual/fr/advanced.xml
12842         * manual/fr/glossary.xml
12843                 applied new spam/ham/email lexicon (pourriel, courriel)
12844
12845 2006-04-13 [paul]       2.1.0cvs38
12846
12847         * src/plugins/pgpmime/plugin.c
12848                 remove the mention of S/MIME from the
12849                 description. This is now handled by the
12850                 S/MIME plugin.
12851
12852 2006-04-13 [paul]       2.1.0cvs37
12853
12854         * src/prefs_msg_colors.c
12855                 rework dialog
12856         * src/prefs_folder_item.c
12857         * src/prefs_spelling.c
12858                 add a tooltip to the colour selector buttons
12859
12860 2006-04-13 [wwp]        2.1.0cvs36
12861
12862         * manual/advanced.xml
12863         * manual/glossary.xml
12864         * manual/handling.xml
12865         * manual/keyboard.xml
12866         * manual/plugins.xml
12867         * manual/starting.xml
12868         * manual/fr/account.xml
12869         * manual/fr/ack.xml
12870         * manual/fr/addrbook.xml
12871         * manual/fr/advanced.xml
12872         * manual/fr/faq.xml
12873         * manual/fr/glossary.xml
12874         * manual/fr/gpl.xml
12875         * manual/fr/handling.xml
12876         * manual/fr/intro.xml
12877         * manual/fr/keyboard.xml
12878         * manual/fr/plugins.xml
12879         * manual/fr/starting.xml
12880         * manual/fr/sylpheed-claws-manual.xml
12881                 fixes to the manuals:
12882                  - summaryview -> Message List (same in French)
12883                  - translate key names
12884                  - fix French punctuation, use non-breakable spaces when
12885                    necessary, don't use &thinsp; which is not portable
12886                  - tell what maildir and mbox formats we support
12887
12888 2006-04-12 [wwp]        2.1.0cvs35
12889
12890         * src/prefs_toolbar.c
12891                 unified a replace button more,
12892                 patch by Fabien Vantard <fzzzzz@gmail.com>.
12893
12894 2006-04-12 [wwp]        2.1.0cvs34
12895
12896         * src/prefs_common.c
12897         * src/prefs_msg_colors.c
12898                 make default color labels translatable,
12899                 patch from Fabien Vantard <fzzzzz@gmail.com>,
12900                 thanks to Tim <timbrain@post.cz> for reporting.
12901
12902 2006-04-12 [wwp]        2.1.0cvs33
12903
12904         * manual/glossary.xml
12905         * manual/intro.xml
12906         * manual/plugins.xml
12907         * manual/starting.xml
12908         * manual/sylpheed-claws-manual.xml
12909         * manual/fr/.cvsignore
12910         * manual/fr/account.xml
12911         * manual/fr/ack.xml
12912         * manual/fr/addrbook.xml
12913         * manual/fr/advanced.xml
12914         * manual/fr/faq.xml
12915         * manual/fr/glossary.xml
12916         * manual/fr/handling.xml
12917         * manual/fr/intro.xml
12918         * manual/fr/keyboard.xml
12919         * manual/fr/plugins.xml
12920         * manual/fr/starting.xml
12921         * manual/fr/sylpheed-claws-manual.xml
12922                 various fixes: typos, missing .fr translations, punctuation,
12923                 capitalization, links, accents and some bad French more.
12924
12925 2006-04-12 [wwp]        2.1.0cvs32
12926
12927         * src/prefs_gtk.c
12928                 fix for bug #935: always store prefs files in UTF-8 (thanks
12929                 to Colin).
12930
12931 2006-04-11 [colin]      2.1.0cvs31
12932
12933         * src/compose.c
12934                 Fix inserting files not in utf8 when locale is utf8
12935
12936 2006-04-11 [colin]      2.1.0cvs30
12937
12938         * src/inc.c
12939                 Don't show error dialog when cancelling connection
12940                 Patch by Pawel
12941
12942 2006-04-11 [cleroy]     2.1.0cvs29
12943
12944         * src/compose.c
12945                 Implement multiple quote levels
12946         * src/prefs_common.c
12947                 Change a little bit the quote bgcolor for 2nd level
12948
12949 2006-04-11 [colin]      2.1.0cvs28
12950
12951         * src/gtk/about.c
12952                 Add locale and charset in the label
12953
12954 2006-04-10 [colin]      2.1.0cvs27
12955
12956         * src/compose.c
12957         * src/prefs_common.c
12958         * src/prefs_common.h
12959         * src/prefs_msg_colors.c
12960         * src/textview.c
12961                 Allow optional background color in quotes
12962                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
12963                 GTK+-2.8.x feature
12964
12965 2006-04-10 [colin]      2.1.0cvs26
12966
12967         * src/main.c
12968         * src/mainwindow.c
12969         * src/mainwindow.h
12970                 Implement --select
12971
12972 2006-04-10 [colin]      2.1.0cvs25
12973
12974         * manual/plugins.xml
12975         * manual/fr/plugins.xml
12976                 Document libcurl's proxy variables
12977
12978 2006-04-09 [colin]      2.1.0cvs24
12979
12980         * src/prefs_common.c
12981                 gettext() returns statically allocated stuff. We have
12982                 to strdup it in order to be able to free it.
12983
12984 2006-04-09 [colin]      2.1.0cvs23
12985
12986         * AUTHORS
12987         * src/gtk/authors.h
12988                 Add Alexei
12989
12990 2006-04-09 [colin]      2.1.0cvs22
12991
12992         * src/mainwindow.c
12993         * src/gtk/quicksearch.c
12994                 Fix bug #859 (problems with cyrilic input in 
12995                 search panel) - Patch by Alexey Illarionov 
12996                 <littlesavage@rambler.ru>
12997
12998 2006-04-09 [colin]      2.1.0cvs21
12999
13000         * src/prefs_customheader.c
13001                 I prefer removing then freeing rather than the contrary
13002                 (even if it doesn't change anything ;-)
13003         * src/prefs_account.c
13004                 Fix bug #933 (Crash re-entering the custom headers list 
13005                 dialog in accounts prefs)
13006                 The problem happened when cancelling the Account 
13007                 Preferences' dialogs - in which case we didn't do 
13008                 anything to the PrefsAccount * struct. In case of applying,
13009                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13010                 working with in this dialog. The problem is that 
13011                 prefs_customheader.c, working on this tmp_ac_prefs, always
13012                 changes the ->customhdr_list pointer, even when cancelled. 
13013                 So in case of cancelling the prefs_account dialog, we still
13014                 have to update ->customhdr_list in the real account.
13015
13016 2006-04-08 [colin]      2.1.0cvs20
13017
13018         * manual/fr/glossary.xml
13019         * manual/fr/keyboard.xml
13020                 Forgot some headers :)
13021
13022 2006-04-08 [colin]      2.1.0cvs19
13023
13024         * manual/Makefile.am
13025         * manual/fr/Makefile.am
13026         * manual/fr/account.xml
13027         * manual/fr/ack.xml
13028         * manual/fr/addrbook.xml
13029         * manual/fr/advanced.xml
13030         * manual/fr/faq.xml
13031         * manual/fr/glossary.xml
13032         * manual/fr/gpl.xml
13033         * manual/fr/handling.xml
13034         * manual/fr/intro.xml
13035         * manual/fr/keyboard.xml
13036         * manual/fr/plugins.xml
13037         * manual/fr/starting.xml
13038         * manual/fr/sylpheed-claws-manual.xml
13039         * manual/fr/dist/.cvsignore
13040         * manual/fr/dist/Makefile.am
13041         * manual/fr/dist/html/.cvsignore
13042         * manual/fr/dist/html/Makefile.am
13043         * manual/fr/dist/pdf/.cvsignore
13044         * manual/fr/dist/pdf/Makefile.am
13045         * manual/fr/dist/ps/.cvsignore
13046         * manual/fr/dist/ps/Makefile.am
13047         * manual/fr/dist/txt/.cvsignore
13048         * manual/fr/dist/txt/Makefile.am
13049                 Add the french translation of the manual. Thanks to
13050                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13051                 account.xml, ack.xml, addrbook.xml and advanced.xml
13052
13053 2006-04-08 [colin]      2.1.0cvs18
13054
13055         * manual/plugins.xml
13056         * manual/starting.xml
13057                 More fixes
13058
13059 2006-04-07 [colin]      2.1.0cvs17
13060
13061         * manual/faq.xml
13062         * manual/intro.xml
13063         * manual/keyboard.xml
13064                 Little fixes
13065
13066 2006-04-07 [colin]      2.1.0cvs16
13067
13068         * README
13069         * src/compose.c
13070         * src/prefs_common.c
13071         * src/prefs_common.h
13072                 Add hidden compose_no_markup pref
13073
13074 2006-04-07 [wwp]        2.1.0cvs15
13075
13076         * src/summary_search.c
13077         * .cvsignore
13078                 Bugfix: stop button was sticky when searching in an empty folder.
13079                 Applied curly brackets code style to the whole file (summary_search.c).
13080                 More files to ignore.
13081
13082 2006-04-07 [wwp]        2.1.0cvs14
13083
13084         * src/message_search.c
13085         * src/summary_search.c
13086                 changed default button when search bumps at file/folder
13087                 beginning or end, for convenience (thanks to Colin).
13088
13089 2006-04-07 [paul]       2.1.0cvs13
13090
13091         * src/plugins/dillo_viewer/dillo_prefs.c
13092                 avoid future potential for namespace collision
13093                 Patch by Colin
13094
13095 2006-04-06 [wwp]        2.1.0cvs12
13096
13097         * src/summary_search.c
13098                 Unify extended/advanced searches names (and thus factorize labels),
13099                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13100
13101 2006-04-06 [wwp]        2.1.0cvs11
13102
13103         * src/folderview.c
13104         * src/prefs_themes.c
13105         * src/summaryview.c
13106                 Fixed some compilation warnings.
13107
13108 2006-04-06 [colin]      2.1.0cvs10
13109
13110         * manual/advanced.xml
13111                 Document the wizard template and how to deploy
13112                 Sylpheed-Claws effectively
13113
13114 2006-04-06 [colin]      2.1.0cvs9
13115
13116         * src/folderview.c
13117                 gettext patch to tell translators about _("#"),
13118                 by Maxim Britov
13119
13120 2006-04-06 [colin]      2.1.0cvs8
13121
13122         * src/textview.c
13123                 Fix invalid GtkTextBIter after clicking "Display as text"
13124
13125 2006-04-06 [mones]      2.1.0cvs7
13126
13127         * src/addr_compl.c
13128         * src/addrindex.c
13129         * src/addritem.c
13130         * src/codeconv.c
13131         * src/compose.c
13132         * src/filtering.c
13133         * src/folder.c
13134         * src/folder_item_prefs.c
13135         * src/folderview.c
13136         * src/localfolder.c
13137         * src/matcher.c
13138         * src/mimeview.c
13139         * src/prefs_msg_colors.c
13140         * src/prefs_spelling.c
13141         * src/prefs_themes.c
13142         * src/procmime.c
13143         * src/procmsg.c
13144         * src/stock_pixmap.c
13145         * src/summaryview.c
13146         * src/textview.c
13147         * src/toolbar.c
13148         * src/common/mgutils.c
13149         * src/common/prefs.c
13150         * src/common/ssl_certificate.c
13151         * src/gtk/colorlabel.c
13152         * src/gtk/quicksearch.c
13153         * src/plugins/pgpmime/pgpmime.c
13154         * src/plugins/spamassassin/spamassassin.c
13155                 Removed redundant NULL checks for g_free() calls.
13156                 Patch by Pawel Pekala.
13157
13158 2006-04-06 [mones]      2.1.0cvs6
13159
13160         * src/prefs_actions.c
13161         * src/prefs_filtering.c
13162         * src/prefs_filtering_action.c
13163         * src/prefs_matcher.c
13164         * src/prefs_template.c
13165         * src/gtk/gtkutils.c
13166         * src/gtk/gtkutils.h
13167                 Have a nice replace button. Patch by Pawel Pekala
13168
13169 2006-04-06 [colin]      2.1.0cvs5
13170
13171         * src/addressbook.c
13172                 Fix crash with empty columns
13173
13174 2006-04-05 [colin]      2.1.0cvs4
13175
13176         * src/wizard.c
13177         * src/prefs_gtk.c
13178                 Allow wizard customization with pre-filled values
13179
13180 2006-04-05 [colin]      2.1.0cvs3
13181
13182         * src/textview.c
13183         * src/mimeview.c
13184         * src/mimeview.h
13185                 Nicer messages in mimeview
13186
13187 2006-04-05 [colin]      2.1.0cvs2
13188
13189         * src/addressbook.c
13190         * src/prefs_summaries.c
13191                 i18n fix
13192
13193 2006-04-05 [colin]      2.1.0cvs1
13194
13195         * src/plugins/pgpcore/plugin.c
13196         * src/plugins/pgpcore/select-keys.c
13197         * src/plugins/pgpcore/select-keys.h
13198         * src/plugins/pgpcore/sgpgme.c
13199         * src/plugins/pgpcore/sgpgme.h
13200         * src/plugins/pgpinline/pgpinline.c
13201         * src/plugins/pgpinline/plugin.c
13202         * src/plugins/pgpmime/pgpmime.c
13203         * src/plugins/pgpmime/plugin.c
13204                 Factorize and generalize a bit 
13205                 Drop S/MIME signature verification from PGP/MIME
13206                 (adding it as another, more complete plugin)
13207
13208 2006-04-05 [paul]       2.1.0
13209
13210         2.1.0 released
13211
13212 2006-04-05 [paul]       2.0.0cvs186
13213
13214         * manual/advanced.xml
13215                 add info on colour labels
13216
13217 2006-04-05 [paul]       2.0.0cvs185
13218
13219         * po/bg.po
13220         * po/cs.po
13221         * po/de.po
13222         * po/el.po
13223         * po/en_GB.po
13224         * po/fi.po
13225         * po/fr.po
13226         * po/it.po
13227         * po/nl.po
13228         * po/pl.po
13229         * po/pt_BR.po
13230         * po/sr.po
13231         * po/zh_CN.po
13232                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13233                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13234                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13235                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13236         * src/gtk/authors.h
13237         * tools/claws.i18n.status.pl
13238                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13239                 and new Czech translator, Tim <timbrain@post.cz>
13240
13241 2006-04-05 [mones]      2.0.0cvs184
13242
13243         * po/es.po
13244                 Updated translation
13245
13246 2006-04-05 [colin]      2.0.0cvs183
13247
13248         * src/gtk/quicksearch.c
13249                 Fix bug #929 (unnecessary reload in quick search bar)
13250
13251 2006-04-05 [colin]      2.0.0cvs182
13252
13253         * src/compose.c
13254                 Fix crash on Reply with no From:
13255                 Show signature and conversion error on queuing 
13256                 (but not sending)
13257         * src/mainwindow.c
13258         * src/summaryview.c
13259         * src/summaryview.h
13260                 Factorize threading code and make sure msginfo 
13261                 is not null when it comes from a GtkCTreeRow's 
13262                 data
13263         * src/gtk/gtkaspell.c
13264                 Check for necessary things
13265         * src/gtk/gtksctree.c
13266         * src/gtk/gtksctree.h
13267                 Reset anchor if necessary when removing node
13268
13269 2006-03-29 [colin]      2.0.0cvs181
13270
13271         * src/folderview.c
13272                 Warn for disabled IMAP accounts (due to lack of
13273                 libetpan). Breaks string-freeze - sorry - but it
13274                 is kind of important ;)
13275
13276 2006-03-28 [colin]      2.0.0cvs180
13277
13278         * src/gtk/gtkutils.c
13279         * src/gtk/gtkutils.h
13280                 Add a gtkut_get_link_btn() function that
13281                 creates a button which acts like an URI
13282         * src/prefs_themes.c
13283         * src/gtk/about.c
13284                 Use this function (factorizes codes)
13285         * src/common/defs.h
13286         * src/gtk/pluginwindow.c
13287                 Add a "Get more..." in the plugins window
13288
13289 2006-03-28 [colin]      2.0.0cvs179
13290
13291         * src/common/smtp.c
13292         * src/common/passcrypt.c
13293         * src/undo.c
13294                 Warning fixes. Patch by Pawel Pekala
13295
13296 2006-03-27 [colin]      2.0.0cvs178
13297
13298         * src/undo.c
13299                 Fix undoing by blocks with spaces
13300
13301 2006-03-27 [colin]      2.0.0cvs177
13302
13303         * src/textview.c
13304                 Set margin to 3px for headers
13305
13306 2006-03-27 [paul]
13307
13308         2.1.0-rc2 released
13309
13310 2006-03-27 [wwp]        2.0.0cvs176
13311
13312         * src/summaryview.c
13313                 don't reset quicksearch when updating the message list.
13314                 Thanks to Colin.
13315
13316 2006-03-26 [wwp]        2.0.0cvs175
13317
13318         * src/compose.c
13319                 use a unified border width ('other' tab in the compose window,
13320                 patch by Pawel Pekala).
13321
13322
13323 2006-03-26 [wwp]        2.0.0cvs174
13324
13325         * src/common/quoted-printable.c
13326         * src/addressbook.c
13327                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
13328
13329 2006-03-26 [colin]      2.0.0cvs173
13330
13331         * src/quote_fmt_parse.y
13332                 Fix non-UTF8 date formats messing up the whole quote a 
13333                 little bit
13334
13335 2006-03-26 [colin]      2.0.0cvs172
13336
13337         * src/procheader.c
13338                 Make sure the date is UTF8 valid, or try to make it
13339                 so. IncrediMail is really IncrediStupid.
13340         * src/compose.c
13341                 Fix possible conversions. 
13342                 
13343
13344 2006-03-26 [colin]      2.0.0cvs171
13345
13346         * src/matcher.c
13347                 Fix corner cases in body search. This is still a
13348                 hack... It seems impossible to make it good and 
13349                 reasonably fast at the same time.
13350
13351 2006-03-26 [colin]      2.0.0cvs170
13352
13353         * src/summaryview.c
13354                 I think I killed the twilight zone bug!
13355                 summary_select_node() flushes GTK events in order
13356                 to be able to center the view. But this also 
13357                 flushes keypresses like Ctrl-Alt-U, so this can
13358                 call summary_show from summary_select_node (itself
13359                 called from summary_show, etc.). And the summaryview
13360                 has to be unlocked in this function. So just locking
13361                 while processing GTK events, and bailing if locked, 
13362                 should fix it.
13363                 Fixes bug #927 (SIGSEGV during Update Summary)
13364
13365 2006-03-25 [colin]      2.0.0cvs169
13366
13367         * src/matcher.c
13368                 Fix search in QP-encoded bodies
13369                 Fix utf-8 searches in bodies encoded in the
13370                 locale's encoding
13371         * src/common/quoted-printable.c
13372         * src/common/quoted-printable.h
13373                 Add a decode function that doesn't overwrite
13374                 the original pointer
13375                 
13376
13377 2006-03-24 [colin]      2.0.0cvs168
13378
13379         * src/action.c
13380         * src/summaryview.c
13381         * src/summaryview.h
13382                 Update message cache after action
13383                 Patch by H. Merijn Brand
13384         * src/prefs_msg_colors.c
13385                 Factorize label 
13386                 Patch by Fabien Vantard
13387         * src/plugins/spamassassin/spamassassin_gtk.c
13388                 Remove useless translation
13389                 Patch by Fabien Vantard
13390
13391 2006-03-23 [colin]      2.0.0cvs167
13392
13393         * src/common/ssl.c
13394                 Let 30 seconds to SSL_connect
13395
13396 2006-03-23 [wwp]        2.0.0cvs166
13397
13398         * src/summaryview.c
13399         * src/gtk/description_window.c
13400                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
13401                 and headers are translated; adjust description windows' width to fit their
13402                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
13403
13404 2006-03-23 [paul]       2.0.0cvs165
13405
13406         * src/common/utils.c
13407                 fix highlighting of URIs containing "()"
13408                 (2.0.0cvs164's reversal fixed)
13409                 Thanks to Colin.
13410
13411 2006-03-23 [paul]       2.0.0cvs164
13412
13413         * src/common/utils.c
13414                 revert patch, (postponing a fix), at 2.0.0cvs120
13415                 as it breaks more URIs than it fixes.
13416                 Allow '-' to be a terminating character in a URI
13417
13418 2006-03-22 [colin]      2.0.0cvs163
13419
13420         * configure.ac
13421                 Require libetpan 0.45
13422                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
13423
13424 2006-03-22 [paul]       2.0.0cvs162
13425
13426         * src/editgroup.c
13427                 replace '<-' and '->' buttons with GTK_STOCK graphical
13428                 buttons
13429         * src/summary_search.c
13430                 don't offer '...' for translation
13431                 add a tooltip to advanced search '...' button
13432         * src/gtk/quicksearch.c
13433                 don't offer '...' for translation
13434
13435 2006-03-21 [colin]      2.0.0cvs161
13436
13437         * src/compose.c
13438                 Fix middle-click pasting (insert at click
13439                 position instead of cursor position, don't
13440                 remove existing selection and allow pasting
13441                 our own selection)
13442         * src/addressbook.c
13443                 "LDAP Server" -> "LDAP servers"
13444
13445 2006-03-21 [wwp]        2.0.0cvs160
13446
13447         * src/etpan/imap-thread.c
13448                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
13449
13450 2006-03-20 [colin]      2.0.0cvs159
13451
13452         * src/summaryview.c
13453                 Don't reload summaryview after an execute with no
13454                 move action
13455
13456 2006-03-19 [colin]      2.0.0cvs158
13457
13458         * src/addressbook.c
13459                 and put groups at the top, always
13460
13461 2006-03-19 [colin]      2.0.0cvs157
13462
13463         * src/addressbook.c
13464                 Order groups before names, as previously
13465
13466 2006-03-19 [colin]      2.0.0cvs156
13467
13468         * src/addressbook.c
13469                 - Sort case-unsensitive
13470                 - Put the sort arrow at opening too
13471
13472 2006-03-19 [wwp]        2.0.0cvs155
13473
13474         * src/addressbook.c
13475                 allow sorting by name/email/remarks, ensure that right-pane's contents
13476                 matches the left-pane selection (cleared when appropriate).
13477                 Patch by Pawel Pekala <c0rn@o2.pl>.
13478
13479 2006-03-18 [colin]      2.0.0cvs154
13480
13481         * src/textview.c
13482                 Fix text cursor ;)
13483
13484 2006-03-18 [colin]      2.0.0cvs153
13485
13486         * src/gtk/filesel.c
13487                 Make sure we hide the preview if we didn't get
13488                 a filename
13489
13490 2006-03-18 [colin]      2.0.0cvs152
13491
13492         * src/summaryview.c
13493                 Set cursor to watch for execution (fixes lack
13494                 of watch-cursor when dnd'ing hundreds of mails)
13495         * src/gtk/filesel.c
13496                 Check that mime type is 'image/*' before updating
13497                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
13498
13499 2006-03-18 [colin]      2.0.0cvs151
13500
13501         * src/mainwindow.c
13502         * src/textview.c
13503         * src/textview.h
13504                 Put a watch cursor in textview too when the mainwindow's
13505                 cursor in a watch
13506
13507 2006-03-18 [colin]      2.0.0cvs150
13508
13509         * src/folder.c
13510                 Change wrong asserts to simple tests
13511
13512 2006-03-17 [colin]      2.0.0cvs149
13513
13514         * src/mainwindow.c
13515         * src/mainwindow.h
13516         * src/prefs_msg_colors.c
13517         * src/summaryview.c
13518         * src/summaryview.h
13519         * src/gtk/colorlabel.c
13520         * src/gtk/colorlabel.h
13521                 Add a color label menu in the main menubar
13522                 Add (fixed) accels Ctrl-{0-7} to change the color
13523                 They have to be fixed because the menu's dynamic,
13524                 the items are complex widgets, hence we can't use
13525                 a GtkItemFactory.
13526
13527
13528 2006-03-17 [wwp]        2.0.0cvs148
13529
13530         * src/compose.c
13531                 rollback few lines from my previous commit (those lines come from
13532                 a pending patch, accidentally commited, even if neutral as they are
13533                 commented out).
13534
13535 2006-03-17 [wwp]        2.0.0cvs147
13536
13537         * src/compose.c
13538                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
13539                 applied code style/indentation to the modified function.
13540
13541 2006-03-17 [wwp]        2.0.0cvs146
13542
13543         * src/procmsg.c
13544         * src/compose.c
13545                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
13546
13547 2006-03-17 [paul]
13548
13549         2.1.0-rc1 released
13550
13551 2006-03-17 [paul]       2.0.0cvs145
13552
13553         * src/main.c
13554                 addressbook_read_file() was called twice
13555         * src/textview.c
13556                 X-Mailer highlighting
13557
13558 2006-03-16 [colin]      2.0.0cvs144
13559
13560         * src/sourcewindow.c
13561         * src/sourcewindow.h
13562                 And the last one, in source window.
13563
13564 2006-03-16 [colin]      2.0.0cvs143
13565
13566         * src/compose.c
13567         * src/compose.h
13568                 Fix the same stuff in compose
13569
13570 2006-03-16 [colin]      2.0.0cvs142
13571
13572         * src/messageview.c
13573                 Complete the previous messageview crash fix
13574
13575 2006-03-16 [colin]      2.0.0cvs141
13576
13577         * src/procmsg.h
13578         * src/procmsg.c
13579         * src/folder.c
13580                 Fix POSTPROCESSING hook
13581                 Patch by H. Merijn Brand
13582
13583         * src/procmime.c
13584         * src/procmime.h
13585                 Parse Content-Location
13586
13587         * src/toolbar.c
13588         * src/messageview.c
13589         * src/messageview.h
13590                 Don't crash when a top-level MessageView has
13591                 been closed on us. Same problematic than
13592                 yesterday's quicksearch issue.
13593
13594 2006-03-15 [colin]      2.0.0cvs140
13595
13596         * src/gtk/quicksearch.c
13597                 Fix a bitchy race we didn't think about when we
13598                 added quicksearch cancellation:
13599                 If the search is not on cached fields, for example
13600                 body_part matchcase "stuff"
13601                 the matcher code has to get the whole message. If
13602                 we're on IMAP, that can be slow, and in order to
13603                 be non-blocking, the IMAP code idle loop processes
13604                 gtk events too. So it is possible to cancel a
13605                 quicksearch while the matcher is getting the mail's
13606                 body. After matcher got its body, it will start to
13607                 iterate over the matcher list that the Quicksearch's
13608                 clear_search_cb() just freed via prepare_matcher().
13609                 SIGSEGV ensues.
13610                 The fix consists of guarding the matcherlist_match()
13611                 call with a boolean 'matching'. If we reset the
13612                 quicksearch while matching is TRUE, we don't free
13613                 the matcherlist anymore like we did, but we set
13614                 another new flag, deferred_free, to TRUE. Then,
13615                 in quicksearch_match(), just after returning from
13616                 matcherlist_match() and unsetting the matching flag,
13617                 we check the deferred_free flag and do the
13618                 prepare_matcher() (which does the matcherlist_free)
13619                 for real, so we free the matcherlist once it's not
13620                 used anymore.
13621                 As all of this runs via the glib main loop, we
13622                 luckily don't need a mutex.
13623         * src/summaryview.c
13624                 Also, show progress while searching.
13625
13626
13627 2006-03-14 [colin]      2.0.0cvs139
13628
13629         * src/alertpanel.c
13630                 Make alertpanel_is_open non-static
13631
13632 2006-03-14 [colin]      2.0.0cvs138
13633
13634         * src/prefs_spelling.c
13635                 Cleanups - Fabien Vantard
13636
13637 2006-03-14 [wwp]        2.0.0cvs137
13638
13639         * src/main.c
13640                 code style normalization (curly braces, indentation).
13641
13642 2006-03-14 [wwp]        2.0.0cvs137
13643
13644         * src/main.c
13645                 code style (braces, indentation)
13646
13647 2006-03-12 [paul]       2.0.0cvs136
13648
13649         * src/prefs_common.c
13650                 trans_hdr defaults to FALSE to be RFC-savvy
13651         * src/prefs_summaries.c
13652                 add a tooltip to the trans_hdr option
13653                 
13654
13655 2006-03-12 [paul]       2.0.0cvs135
13656
13657         * src/prefs_matcher.c
13658                 give a little more width to the combos
13659         * src/prefs_display_header.c
13660         * src/textview.c
13661                 translate headers if prefs_common.trans_hdr
13662                 is TRUE
13663
13664         Patches by Pawel Pekala
13665
13666 2006-03-12 [paul]       2.0.0cvs134
13667
13668         * src/plugins/clamav/clamav_plugin.c
13669         * src/plugins/dillo_viewer/dillo_viewer.c
13670         * src/plugins/pgpcore/plugin.c
13671         * src/plugins/pgpinline/plugin.c
13672         * src/plugins/pgpmime/plugin.c
13673         * src/plugins/spamassassin/spamassassin.c
13674                 update/add to descriptions
13675         * src/plugins/spamassassin/spamassassin_gtk.c
13676                 fixes to the english, remove superfluous
13677                 tooltips, clean up a little
13678
13679 2006-03-12 [paul]       2.0.0cvs133
13680
13681         * src/compose.c
13682                 fix Bug 924, 'Account combo box shows up wrong 
13683                 if & is in account name'
13684
13685 2006-03-11 [colin]      2.0.0cvs132
13686
13687         * src/summaryview.c
13688                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
13689                 messed up shift-selection because is slows down
13690                 moving around summaryview. thanks -users
13691
13692 2006-03-10 [colin]      2.0.0cvs131
13693
13694         * src/plugins/spamassassin/spamassassin_gtk.c
13695                 Put back Paul's engrish fixes
13696
13697 2006-03-10 [colin]      2.0.0cvs130
13698
13699         * src/plugins/spamassassin/spamassassin.c
13700         * src/plugins/spamassassin/spamassassin.h
13701         * src/plugins/spamassassin/spamassassin_gtk.c
13702                 Cleanup SA prefs page (more)
13703                 Patch by Fabien Vantard
13704
13705 2006-03-10 [paul]       2.0.0cvs129
13706
13707         * src/prefs_msg_colors.c
13708         * src/prefs_spelling.c
13709                 widget sensitivity
13710
13711 2006-03-09 [mones]      2.0.0cvs128
13712
13713         * po/es.po
13714                 Update for next RC
13715
13716 2006-03-09 [wwp]        2.0.0cvs127
13717
13718         * configure.ac
13719                 revert accidental commit (requirement for libetpan 0.43), this time
13720                 not in HEAD.
13721
13722 2006-03-09 [wwp]        2.0.0cvs125
13723
13724         * configure.ac
13725                 revert accidental commit (requirement for libetpan 0.43)
13726
13727 2006-03-09 [paul]       2.0.0cvs126
13728
13729         * src/prefs_receive.c
13730                 remove useless frame
13731                 replace 'incorporation' with 'receiving'
13732         * src/plugins/clamav/clamav_plugin_gtk.c
13733         * src/plugins/spamassassin/spamassassin_gtk.c
13734                 improve widget sensitivity
13735                 fix a bit his engrish
13736
13737 2006-03-09 [wwp]        2.0.0cvs125
13738
13739         * src/addressadd.c
13740         * src/foldersel.c
13741         * src/prefs_common.c
13742         * src/prefs_common.h
13743                 remember some more windows' sizes (add to addressbook and
13744                 select folder).
13745
13746 2006-03-09 [paul]       2.0.0cvs124
13747
13748         * src/plugins/pgpcore/prefs_gpg.c
13749                 normalise construction of dialogue
13750
13751 2006-03-09 [paul]       2.0.0cvs123
13752
13753         * src/plugins/trayicon/Makefile.am
13754                 add missing slash
13755
13756 2006-03-08 [colin]      2.0.0cvs122
13757
13758         * src/plugins/trayicon/Makefile.am
13759                 Fix build in separate dir 
13760                 Patch by Bamanzi <bamanzi@gmail.com>
13761
13762 2006-03-08 [colin]      2.0.0cvs121
13763
13764         * src/procmsg.c
13765                 Batch move and copies from summaryview with delayed execution
13766                 too
13767
13768 2006-03-07 [paul]       2.0.0cvs120
13769
13770         * src/common/utils.c
13771                 fix highlighting of URIs containing "()"
13772                 Patch by Pawel Pekala
13773
13774 2006-03-07 [paul]       2.0.0cvs119
13775
13776         * src/folder.c
13777         * src/folder.h
13778         * src/folderview.c
13779                 immediately do alphabetical resort when
13780                 changing a folder's name
13781                 Patch by Pawel Pekala
13782
13783 2006-03-07 [paul]       2.0.0cvs118
13784
13785         * src/news.c
13786         * src/news_gtk.c
13787                 when unsubscribing a newsgroup, remove the
13788                 folder and msgs in .sylpheed-claws/newscache
13789                 Patch by Pawel Pekala <c0rn@gazeta.pl>
13790
13791 2006-03-07 [paul]       2.0.0cvs117
13792
13793         * src/textview.c
13794                 fix wrong Fake URL Warning
13795                 Thanks to Hiro
13796
13797 2006-03-07 [colin]      2.0.0cvs116
13798
13799         * src/imap.c
13800                 Return immediately when password dialog was
13801                 cancelled
13802         * src/gtk/inputdialog.c
13803                 Allow empty strings for passwords
13804
13805
13806 2006-03-06 [colin]      2.0.0cvs115
13807
13808         * src/imap.c
13809                 Prevent double-timeouts when connection fails
13810
13811 2006-03-06 [colin]
13812
13813         2.0.1-rc1 released
13814
13815 2006-03-06 [colin]      2.0.0cvs114
13816
13817         * src/imap.c
13818                 Refresh session during potentially long
13819                 operations
13820
13821 2006-03-06 [wwp]        2.0.0cvs113
13822
13823         * src/prefs_msg_colors.h
13824                 forgot that one (custom color labels).
13825
13826 2006-03-06 [wwp]        2.0.0cvs112
13827
13828         * src/prefs_common.c
13829         * src/prefs_common.h
13830         * src/prefs_msg_colors.c
13831         * src/summaryview.c
13832         * src/summaryview.h
13833         * src/gtk/colorlabel.c
13834         * src/gtk/colorlabel.h
13835                 colors in messages list are now customizable. Color values and names can
13836                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
13837                 Thanks to Paul and Colin for their help with this longstanding patch!
13838
13839 2006-03-06 [wwp]        2.0.0cvs111
13840
13841         * src/textview.c
13842                 don't crash if (x)face is bad.
13843
13844 2006-03-05 [paul]       2.0.0cvs110
13845
13846         * AUTHORS
13847         * configure.ac
13848         * src/Makefile.am
13849         * src/common/Makefile.am
13850         * src/common/utils.h
13851         * src/etpan/imap-thread.c
13852         * src/gtk/authors.h
13853         * src/plugins/clamav/Makefile.am
13854         * src/plugins/demo/Makefile.am
13855         * src/plugins/dillo_viewer/Makefile.am
13856         * src/plugins/pgpcore/Makefile.am
13857         * src/plugins/pgpcore/passphrase.c
13858         * src/plugins/pgpinline/Makefile.am
13859         * src/plugins/pgpmime/Makefile.am
13860         * src/plugins/spamassassin/Makefile.am
13861         * src/plugins/trayicon/Makefile.am
13862                 fix builiding on cygwin
13863                 Patch by Ralgh Young <bamanzi@gmail.com>
13864
13865 2006-03-04 [wwp]        2.0.0cvs109
13866
13867         * manual/keyboard.xml
13868                 fix mixed up/down keys.
13869
13870 2006-03-04 [wwp]        2.0.0cvs108
13871
13872         * README
13873         * INSTALL
13874                 updated links to SpamAssassin.
13875
13876 2006-03-04 [wwp]        2.0.0cvs107
13877
13878         * manual/plugins.xml
13879         * src/plugins/spamassassin/README
13880                 updated SpamAssassin plugin docs to reflect new functional additions
13881                 (also fix/update/documents few technical stuff more, see the README).
13882
13883 2006-03-04 [wwp]        2.0.0cvs106
13884
13885         * src/prefs_message.c
13886                 normalized capitalization of message-prefs paths.
13887
13888 2006-03-04 [wwp]        2.0.0cvs105
13889
13890         * manual/advanced.xml
13891                 typo.
13892
13893 2006-03-03 [colin]      2.0.0cvs104
13894
13895         * src/plugins/clamav/clamav_plugin_gtk.c
13896                 Rework prefs page, patch by Fabien 
13897
13898 2006-03-03 [colin]      2.0.0cvs103
13899
13900         * src/plugins/clamav/clamav_plugin.c
13901                 Set error on all errors
13902
13903 2006-03-03 [colin]      2.0.0cvs102
13904
13905         * src/common/plugin.c
13906                 Initialize error to avoid crashing when a plugin fails
13907                 without setting error
13908
13909 2006-03-02 [wwp]        2.0.0cvs101
13910
13911         * configure.ac
13912                 fixed linker flags for libetpan support on Cygwin
13913                 (thanks to H.Merijn Brand).
13914
13915 2006-03-02 [wwp]        2.0.0cvs100
13916
13917         * src/addressbook.c
13918                 fix some AB error messages: one for punctuation and
13919                 one wrongly duplicate (thanks, maxbritov).
13920
13921 2006-03-02 [wwp]        2.0.0cvs99
13922
13923         * src/plugins/spamassassin/spamassassin.c
13924                 make sync calls to sa-learn/spamc to prevent
13925                 system (whatever local or client/server) overload.
13926
13927 2006-03-02 [colin]      2.0.0cvs98
13928
13929         * src/summaryview.c
13930                 Put the spam icon in the status column instead of the
13931                 mark one
13932
13933 2006-03-01 [colin]      2.0.0cvs97
13934
13935         * src/plugins/spamassassin/spamassassin.c
13936                 Fix segfault (g_file_set_contents fails for some 
13937                 reason and err==0x2f. Can't find out why with
13938                 valgrind, using working function :-)
13939
13940 2006-03-01 [colin]      2.0.0cvs96
13941
13942         * src/inc.c
13943                 Offline overriding: let 'No' be cached only 3 seconds
13944
13945 2006-03-01 [colin]      2.0.0cvs95
13946
13947         * src/addr_compl.c
13948         * src/addrbook.c
13949         * src/addressbook.c
13950         * src/addrindex.c
13951         * src/folder_item_prefs.c
13952         * src/headerview.c
13953         * src/imap.c
13954         * src/inc.c
13955         * src/ldif.c
13956         * src/mainwindow.c
13957         * src/mh.c
13958         * src/msgcache.c
13959         * src/prefs_common.h
13960         * src/prefs_msg_colors.c
13961         * src/procheader.c
13962         * src/procheader.h
13963         * src/procmime.c
13964         * src/procmsg.c
13965         * src/procmsg.h
13966         * src/send_message.h
13967         * src/simple-gettext.c
13968         * src/summaryview.c
13969         * src/summaryview.h
13970         * src/syldap.c
13971         * src/textview.c
13972         * src/undo.c
13973         * src/common/ssl_certificate.c
13974         * src/common/utils.c
13975         * src/gtk/colorsel.c
13976         * src/gtk/gtksctree.c
13977         * src/gtk/gtkshruler.c
13978         * src/plugins/trayicon/trayicon.c
13979                 #if 0 goes to /dev/null
13980
13981 2006-03-01 [colin]      2.0.0cvs94
13982
13983         * src/compose.c
13984         * src/imap.c
13985         * src/inc.c
13986         * src/inc.h
13987         * src/messageview.c
13988         * src/news.c
13989         * src/plugins/spamassassin/spamassassin.c
13990                 Allow to add information in the "working offline"
13991                 window
13992
13993 2006-03-01 [wwp]        2.0.0cvs93
13994
13995         * src/plugins/spamassassin/spamassassin.c
13996                 fixed spamc invocation: use a tricky temporary mini shell wrapper
13997                 'cause it seems that calling `spamc ... < inputfile` with
13998                 g_spawn_(a)sync simply.. erm doesn't work :-).
13999
14000 2006-03-01 [wwp]        2.0.0cvs92
14001
14002         * src/toolbar.c
14003         * src/toolbar.h
14004                 simplify the adding of spam/ham button to the messageview toolbar
14005                 (it gets more clear now that the same button will be "Mark as spam"
14006                 or "Mark as ham" according to the current message status,
14007                 thanks to Colin).
14008
14009 2006-03-01 [wwp]        2.0.0cvs91
14010
14011         * src/messageview.c
14012         * src/procmsg.c
14013         * src/procmsg.h
14014         * src/summaryview.c
14015         * src/plugins/spamassassin/spamassassin.c
14016         * src/plugins/spamassassin/spamassassin.h
14017                 make learner callbacks return a status (0 for ok),
14018                 handle it in main code to avoid setting flags when learning failed,
14019                 don't learn on TCP if offline in spamassassin,
14020                 thanks to Colin.
14021
14022                 
14023
14024 2006-03-01 [wwp]        2.0.0cvs90
14025
14026         * src/compose.c
14027                 some work around the compose window's account menu,
14028                 patch by Fabien Vantard.
14029
14030 2006-03-01 [wwp]        2.0.0cvs89
14031
14032         * src/plugins/spamassassin/spamassassin.c
14033                 fixed bad logics, was using spamc in local mode and sa-learn
14034                 in remote mode (thanks, Colin).
14035
14036 2006-03-01 [wwp]        2.0.0cvs88
14037
14038         * src/plugins/spamassassin/spamassassin.c
14039         * src/plugins/spamassassin/spamassassin.h
14040         * src/plugins/spamassassin/spamassassin_gtk.c
14041                 made processing of emails w/ sa-plugin an option (default is TRUE),
14042                 fixed Engrish some tooltips, capitalization of some debug messages
14043                 and warnings. The spamassassin plugin now provides two separate
14044                 services: process emails upon incorporation and spamd training.
14045                 Both services (un)register independently but use some common
14046                 plugin settings (transport settings, spam storage location).
14047
14048 2006-02-28 [wwp]        2.0.0cvs87
14049
14050         * src/plugins/spamassassin/spamassassin.c
14051                 fix async flag to spamc cmdline execution (batch exec should
14052                 be asynchronous).
14053
14054 2006-02-27 [wwp]        2.0.0cvs86
14055
14056         * src/plugins/spamassassin/spamassassin.c
14057         * src/plugins/spamassassin/spamassassin.h
14058         * src/plugins/spamassassin/spamassassin_gtk.c
14059                 - added the ability to learn a remote spamassassin server (spamd),
14060                 using spamc.
14061                 - added the spamassassin option 'username', that applies to all
14062                 spamassassin operations (filtering, learning, local or remote).
14063                 The default username is the current unix user (if left blank
14064                 from gtk prefs or config file).
14065                 - commented out some unused code (notebook widget), removed unused
14066                 layout (hbox1).
14067                 - make more widgets sensitive to the transport type.
14068
14069 2006-02-27 [colin]      2.0.0cvs85
14070
14071         * src/plugins/spamassassin/spamassassin.c
14072                 Fix sa-learn call when offline
14073
14074 2006-02-27 [colin]      2.0.0cvs84
14075
14076         * configure.ac
14077         * src/Makefile.am
14078         * src/mainwindow.c
14079         * src/mainwindow.h
14080         * src/messageview.c
14081         * src/messageview.h
14082         * src/prefs_toolbar.c
14083         * src/procmsg.c
14084         * src/stock_pixmap.c
14085         * src/stock_pixmap.h
14086         * src/summaryview.c
14087         * src/toolbar.c
14088         * src/toolbar.h
14089         * src/pixmaps/ham_btn.xpm
14090         * src/pixmaps/spam.xpm
14091         * src/pixmaps/spam_btn.xpm
14092         * src/plugins/spamassassin/spamassassin.c
14093                 Add button in toolbar for spam learning
14094                 Fix a few bugs from the last related commit
14095                 Revert 1.9.6cvs23 which messed up shift-selection
14096
14097 2006-02-24 [colin]      2.0.0cvs83
14098
14099         * src/procmsg.c
14100         * src/summaryview.c
14101         * src/summaryview.h
14102         * src/plugins/spamassassin/spamassassin.c
14103         * src/plugins/spamassassin/spamassassin.h
14104         * src/plugins/spamassassin/spamassassin_gtk.c
14105                 Unregister learner when spamassassin is either
14106                 disabled or over tcp
14107
14108 2006-02-24 [colin]      2.0.0cvs82
14109
14110         * src/Makefile.am
14111         * src/mainwindow.c
14112         * src/mainwindow.h
14113         * src/procmsg.c
14114         * src/procmsg.h
14115         * src/stock_pixmap.c
14116         * src/stock_pixmap.h
14117         * src/summaryview.c
14118         * src/summaryview.h
14119         * src/gtk/icon_legend.c
14120         * src/pixmaps/spam.xpm  ** NEW FILE **
14121         * src/plugins/spamassassin/spamassassin.c
14122         * src/plugins/spamassassin/spamassassin_gtk.c
14123                 Add spam learning interface (Mark/Mark as 
14124                 (spam|ham) menus)
14125
14126 2006-02-24 [wwp]        2.0.0cvs81
14127
14128         * src/compose.c
14129         * src/compose.h
14130         * src/filtering.c
14131                 hide compose window when sending message in batch mode
14132                 (filtering: forward and redirect). Also fixed a wrong
14133                 value returned when sending failed, neutral anyway.
14134                 (Colin, me) 
14135
14136 2006-02-24 [wwp]        2.0.0cvs80
14137
14138         * src/mainwindow.c
14139                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14140
14141 2006-02-24 [paul]       2.0.0cvs79
14142
14143         * src/news.c
14144         * src/news.h
14145         * src/news_gtk.c
14146                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14147                 Thanks to Colin
14148
14149 2006-02-23 [colin]      2.0.0cvs78
14150
14151         * src/alertpanel.c
14152                 Change OK to Close in alertpanel with View log
14153                 button; add accel to View log. Patch by Fabien
14154                 Vantard
14155
14156 2006-02-23 [wwp]        2.0.0cvs77
14157
14158         * src/compose.c
14159                 silly me, there were much more tests to perform, since toolbars can
14160                 really have down to 1 element only.
14161
14162 2006-02-23 [wwp]        2.0.0cvs76
14163
14164         * commitHelper
14165                 fixed indentation from my previous commit. Fallback to VISUAL if
14166                 EDITOR is not set (and to vi, at last resort).
14167
14168 2006-02-23 [wwp]        2.0.0cvs75
14169
14170         * commitHelper
14171                 improved error detection (Colin, me).
14172
14173 2006-02-23 [wwp]        2.0.0cvs74
14174
14175         * src/prefs_toolbar.c
14176                 simplify and fix prefs/toolbars layouting. Combos' contents can
14177                 now be really displayed.
14178
14179 2006-02-23 [wwp]        2.0.0cvs73
14180         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14181         be really displayed.
14182
14183 2006-02-22 [wwp]        2.0.0cvs72
14184
14185         * src/compose.c
14186                 fix a typo in my previous commit (sorry!).
14187
14188 2006-02-22 [wwp]        2.0.0cvs71
14189
14190         * src/prefs_toolbar.c
14191                 fix a crash when adding separators to toolbars,
14192                 also fix some separator item information.
14193
14194 2006-02-22 [wwp]        2.0.0cvs70
14195
14196         * src/compose.c
14197                 fix a crash when redirecting (for instance) when compose window's
14198                 toolbar contents has been customized (when some buttons have been
14199                 removed in fact).
14200
14201 2006-02-21 [wwp]        2.0.0cvs69
14202
14203         * src/summaryview.c
14204         * src/gtk/pluginwindow.c
14205         * src/plugins/pgpcore/prefs_gpg.c
14206                 fix some compilation warnings (feat. remains of removed code).
14207
14208 2006-02-21 [wwp]        2.0.0cvs68
14209
14210         * src/gtk/gtkutils.c
14211                 fix two compilation issues, thanks to Stephan Sachse.
14212
14213 2006-02-20 [colin]      2.0.0cvs67
14214
14215         * src/mainwindow.c
14216                 Don't reselect displayed mail on refocus
14217                 This fixes actions misbehaving 
14218
14219 2006-02-20 [wwp]        2.0.0cvs66
14220
14221         * src/summaryview.c
14222         * src/gtk/gtksctree.c
14223         * src/gtk/gtkshruler.c
14224                 changed more runtime typecast checks.
14225
14226 2006-02-20 [wwp]        2.0.0cvs65
14227
14228         * src/summary_search.c
14229                 find all - summaryview refresh issue fixed, thanks to Colin.
14230
14231 2006-02-20 [wwp]        2.0.0cvs64
14232
14233         * src/gtk/gtkutils.c
14234                 better runtime typecast checks.
14235
14236 2006-02-20 [wwp]        2.0.0cvs63
14237
14238         * src/summary_search.c
14239                 enhancements to the summary search:
14240                         - add the ability to stop the running search
14241                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14242                         - don't search if no criteria (From/To/Subject/Body) is set
14243                         - ensure that a busy mouse pointer is always shown when searching,
14244                           show it even a bit earlier
14245
14246 2006-02-19 [colin]      2.0.0cvs62
14247
14248         * src/compose.c
14249         * src/imap.c
14250         * src/etpan/imap-thread.c
14251         * src/etpan/imap-thread.h
14252                 (Future) IMAP speed improvement on sending
14253                 Will require a libetpan update
14254         * src/summaryview.c
14255         * src/gtk/quicksearch.c
14256                 Make quicksearch clearable while running.
14257
14258 2006-02-17 [colin]      2.0.0cvs61
14259
14260         * src/imap.c
14261         * src/etpan/imap-thread.c
14262         * src/etpan/imap-thread.h
14263                 Check for IMAP certificates
14264                 ** Requires libetpan-0.42-cvs4 
14265                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14266
14267 2006-02-17 [colin]      2.0.0cvs60
14268
14269         * src/messageview.c
14270         * src/prefs_common.c
14271         * src/prefs_common.h
14272         * src/prefs_message.c
14273                 Add pref to display HTML-only mails with plugin, 
14274                 if possible (defaulting to FALSE of course).
14275
14276 2006-02-16 [colin]      2.0.0cvs59
14277
14278         * src/main.c
14279         * src/common/plugin.c
14280         * src/common/plugin.h
14281         * src/gtk/pluginwindow.c
14282                 Keep track of requested (but unloaded) plugins
14283                 in some error cases.
14284
14285 2006-02-16 [wwp]        2.0.0cvs58
14286
14287         * src/gtk/gtkaspell.c
14288         * src/gtk/gtkaspell.h
14289         * src/prefs_spelling.c
14290         * src/compose.c
14291         * src/prefs_common.c
14292         * src/prefs_common.h
14293                 implemented new optional spellchecker behaviour: re-check message when
14294                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14295
14296 2006-02-16 [wwp]        2.0.0cvs57
14297
14298         * src/quote_fmt_parse.y
14299                 pclose popen'ed pipe.
14300
14301 2006-02-15 [colin]      2.0.0cvs56
14302
14303         * src/mimeview.c
14304         * src/mimeview.h
14305                 Let MimeViewers know which MimeView they
14306                 depend of.
14307         * src/summaryview.c
14308                 Swap From/To columns in Sent/Queue/Drafts
14309                 folders
14310         * src/etpan/imap-thread.c
14311                 Use mailstream_low_tls_open() for STARTTLS
14312                 instead of mailstream_low_ssl_open()
14313                 ** REQUIRES libetpan 0.42cvs3 **
14314
14315 2006-02-15 [wwp]        2.0.0cvs55
14316
14317         * src/compose.c
14318         * src/compose.h
14319         * src/message_search.c
14320         * src/message_search.h
14321         * src/textview.c
14322         * src/gtk/gtkutils.c
14323         * src/gtk/gtkutils.h
14324                 added the ability to Find text in the compose window (and a bit
14325                 of code factorization).
14326
14327 2006-02-15 [wwp]        2.0.0cvs54
14328
14329         * src/prefs_gtk.c
14330                 yet another one file was missing (fix for some widgets' sensitivity).
14331                 Thanks Colin!
14332
14333 2006-02-15 [wwp]        2.0.0cvs53
14334
14335         * src/prefs_gtk.h
14336                 oops forgot that file (fix for some widgets' sensitivity).
14337
14338 2006-02-15 [wwp]        2.0.0cvs52
14339
14340         * src/summary_search.c
14341                 implemented advanced summary search options (added the ability
14342                 to use matcher conditions in an advanced search mode).
14343
14344 2006-02-15 [wwp]        2.0.0cvs51
14345
14346         * src/plugins/pgpcore/prefs_gpg.c
14347         * src/prefs_account.c
14348                 fix some widget sensitivity, mostly around some labels in
14349                 account prefs.
14350
14351 2006-02-15 [paul]       2.0.0cvs50
14352
14353         * manual/advanced.xml
14354                 improve Templates info
14355                 written by wwp
14356
14357 2006-02-14 [colin]      2.0.0cvs49
14358
14359         * src/pixmaps/address_book.xpm
14360         * src/pixmaps/preferences.xpm
14361         * src/pixmaps/properties.xpm
14362                 Fix pixmap size - patch by Fabien Vantard
14363
14364 2006-02-13 [colin]      2.0.0cvs48
14365
14366         * src/procmime.c
14367                 Add missing fclose()s on error
14368         * src/textview.c
14369                 Remove unused code
14370         * src/common/utils.c
14371                 Fix temp files not being deleted on windows
14372         Patches by Thomas Gilgin
14373
14374 2006-02-13 [colin]      2.0.0cvs47
14375
14376         * src/mainwindow.c
14377                 Fix exit crash
14378
14379 2006-02-13 [wwp]        2.0.0cvs46
14380
14381         * src/plugins/pgpcore/prefs_gpg.c
14382                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
14383
14384 2006-02-12 [colin]      2.0.0cvs45
14385
14386         * src/folderview.c
14387         * src/main.c
14388         * src/mainwindow.c
14389                 Fix "stuff" when quitting
14390
14391 2006-02-12 [wwp]        2.0.0cvs44
14392
14393         * src/prefs_themes.c
14394                 fix typos in debug messages.
14395
14396 2006-02-11 [colin]      2.0.0cvs43
14397
14398         * src/summaryview.c
14399                 don't allow drag/drop from ourself
14400
14401 2006-02-10 [wwp]        2.0.0cvs42
14402
14403         * src/exporthtml.c
14404         * src/html.c
14405         * src/html.h
14406         * src/procmime.c
14407         * src/textview.c
14408                 renamed html_ prefixed functions and data structures to avoid
14409                 namespace clashes w/ other software (gtkhtml2 for instance).
14410                 Closes bug #907.
14411
14412
14413 2006-02-09 [colin]      2.0.0cvs41
14414
14415         * src/summaryview.c
14416                 Fix shitty logic messed up. Thanks Ticho for the hint!
14417
14418 2006-02-09 [wwp]        2.0.0cvs40
14419
14420         * src/gtk/about.c
14421         * src/compose.c
14422         * src/prefs_account.c
14423         * src/prefs_gtk.h
14424         * src/editaddress.c
14425                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
14426                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
14427                 Browse buttons in accounts prefs.
14428
14429 2006-02-09 [colin]      2.0.0cvs39
14430
14431         * src/matcher.c
14432                 Check for pointer before using its members
14433         * src/gtk/gtksourceprintjob.c
14434                 Fix a wrong warning
14435
14436 2006-02-09 [wwp]        2.0.0cvs38
14437
14438         * src/gtk/filesel.c
14439                 fix few compiler warnings (type mismatch).
14440
14441 2006-02-09 [paul]       2.0.0cvs37
14442
14443         * po/fr.po
14444                 updated by Fabien Vantard
14445
14446 2006-02-08 [colin]      2.0.0cvs36
14447
14448         * src/prefs_common.c
14449         * src/common/defs.h
14450         * src/common/plugin.c
14451                 allow windows and linux configurations to coexist
14452                 patch by Thomas Gilgin
14453
14454 2006-02-08 [colin]      2.0.0cvs35
14455
14456         * src/filtering.c
14457         * src/matcher.c
14458         * src/matcher.h
14459         * src/matcher_parser_parse.y
14460         * src/prefs_filtering_action.c
14461         * src/prefs_matcher.c
14462                 Add the "Ignore thread" filtering
14463                 action
14464
14465 2006-02-08 [colin]      2.0.0cvs34
14466
14467         * src/compose.c
14468         * src/procmime.c
14469         * src/procmime.h
14470                 Fix bug #905 (damaged attachment)
14471                 text files with raw \0's aren't really text files
14472         FOR_STABLE
14473
14474 2006-02-08 [colin]      2.0.0cvs33
14475
14476         * src/summaryview.c
14477                 Fix crasher introduced yesterday
14478
14479 2006-02-08 [wwp]        2.0.0cvs32
14480
14481         * src/compose.c
14482         * src/compose.h
14483                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
14484
14485 2006-02-08 [wwp]        2.0.0cvs31
14486
14487         * src/prefs_template.c
14488                 templates enhancement: allow address completion for Cc and Bcc fields
14489                 (it was currently possible for the To field only)
14490
14491 2006-02-08 [colin]      2.0.0cvs30
14492
14493         * src/compose.c
14494                 Don't unblock if not blocked
14495         FOR_STABLE
14496
14497 2006-02-07 [colin]      2.0.0cvs29
14498
14499         * src/action.c
14500                 Forgot to refresh summaryview
14501
14502 2006-02-07 [colin]      2.0.0cvs28
14503
14504         * src/action.c
14505                 Freeze/thaw message list and folder list while
14506                 processing %as{} actions 
14507         * src/compose.c
14508                 Fix auto-wrap disabling after a middle-click
14509                 paste - FOR_STABLE
14510
14511 2006-02-07 [paul]       2.0.0cvs27
14512
14513         * src/folder.c
14514                 fix freeing of uninitialised pointers
14515                 Thanks to Colin
14516
14517 2006-02-06 [colin]      2.0.0cvs26
14518
14519         * src/folder.c
14520                 Use g_slist_prepend in potentially big list
14521
14522 2006-02-06 [colin]      2.0.0cvs25
14523
14524         * src/folder.c
14525                 Completely skip processing if it doesn't 
14526                 exist (faster!)
14527
14528 2006-02-06 [colin]      2.0.0cvs24
14529
14530         * src/folder.c
14531         * src/summaryview.c
14532                 Batch filtering in summaryview (from Tools menu)
14533                 and pre/post//-processing too
14534
14535 2006-02-06 [colin]      2.0.0cvs23
14536
14537         * src/procmsg.h
14538         * src/filtering.c
14539                 Use a special field for batch filtering instead
14540                 of stepping on deferred execution's toes
14541
14542 2006-02-06 [colin]      2.0.0cvs22
14543
14544         * src/action.c
14545         * src/filtering.c
14546         * src/filtering.h
14547         * src/folder.c
14548         * src/summaryview.c
14549                 Fix filtering via menus and actions
14550
14551 2006-02-06 [colin]      2.0.0cvs21
14552
14553         * src/imap.c
14554                 Put the added file directly to cache if possible (will work
14555                 with next libetpan)
14556         * src/filtering.c
14557         * src/filtering.h
14558         * src/inc.c
14559         * src/folder.c
14560         * src/mbox.c
14561         * src/procmsg.h
14562                 Move and copy filtered messages by batches instead of one
14563                 by one - faster on IMAP
14564         * src/procmsg.c
14565                 Add a function that'll possibly be useful later
14566
14567 2006-02-06 [colin]      2.0.0cvs20
14568
14569         * src/addressbook.c
14570                 Use internal mime-type instead of text/plain for d'n'd
14571         * src/compose.c
14572                 Allow attaching files from mimeview's icon list via d'n'd
14573         * src/folderview.c
14574         * src/folderview.h
14575                 Use internal mime-type instead of text/plain for d'n'd
14576                 Don't try to selected opened folder if none is
14577                 Factorize d'n'd from other apps code
14578         * src/headerview.c
14579         * src/textview.c
14580         * src/gtk/gtkutils.c
14581         * src/gtk/gtkutils.h
14582                 Factorize Face/X-Face stuff
14583         * src/mimeview.c
14584                 Fix d'n'd to other apps
14585         * src/prefs_message.c
14586                 Let the XFace pref be usable without libcompface as it also
14587                 applies to Face
14588         * src/summaryview.c
14589                 Fix d'n'd to other apps
14590                 Factorize d'n'd from other apps code
14591
14592 2006-02-06 [wwp]        2.0.0cvs19
14593
14594         * po/it.po
14595                 Italian translation fixes by Andrea Spadaccini (no more confusion
14596                 between filtering and processing, and few changes in the About
14597                 dialog).
14598
14599
14600 2006-02-06 [mones]      2.0.0cvs18
14601
14602         * src/gtk/icon_legend.c
14603                 Improved descriptions allowing better translations
14604
14605 2006-02-05 [colin]      2.0.0cvs17
14606
14607         * src/imap.c
14608                 Add the f*cking missing expunge that caused imap_fetch_env
14609                 to fail after an add_msgs ! :-///
14610         * src/etpan/imap-thread.c
14611                 Add a bit of debug
14612         FOR_STABLE
14613
14614 2006-02-05 [colin]      2.0.0cvs16
14615
14616         * src/common/utils.c
14617                 Don't check for return-path (or we can't put
14618                 back non-sent mails)
14619
14620 2006-02-05 [colin]      2.0.0cvs15
14621
14622         * src/textview.c
14623                 Don't try to display Face header in textview
14624                 when teh headerview's active
14625
14626 2006-02-05 [colin]      2.0.0cvs14
14627
14628         * tools/tbird2syl.py
14629         * tools/Makefile.am
14630                 Add script to import Thunderbird mails
14631
14632 2006-02-05 [colin]      2.0.0cvs13
14633
14634         * src/headerview.c
14635         * src/procheader.c
14636         * src/procmsg.c
14637         * src/procmsg.h
14638         * src/textview.c
14639                 Show Face headers - patch partially by Klaus Flittner
14640
14641 2006-02-05 [colin]      2.0.0cvs12
14642
14643         * src/folderview.c
14644         * src/summaryview.c
14645         * src/common/utils.c
14646         * src/common/utils.h
14647                 Let dnd work from mime icons to summaryview
14648                 and to folderview too
14649                 Add a crude test to avoid trying to add files
14650                 drag'n'dropped when they're not mails
14651
14652 2006-02-04 [colin]      2.0.0cvs11
14653
14654         * src/summaryview.c
14655         * src/mimeview.c
14656                 Fix utf8 conversion
14657
14658 2006-02-04 [colin]      2.0.0cvs10
14659
14660         * src/compose.c
14661         * src/folderview.c
14662         * src/mimeview.c
14663         * src/summaryview.c
14664         * src/summaryview.h
14665                 Added various drag and drop capas:
14666                 From                    To
14667                 summaryview             other apps
14668                 mimeview icons          other apps
14669                 other apps              summaryview
14670                 other apps              folderview
14671
14672                 This shouldn't have broken the existing:
14673                 From                    To
14674                 summaryview             folderview
14675                 folderview              folderview
14676                 summaryview             compose's attachments
14677
14678         Tests welcomed.
14679
14680 2006-02-02 [paul]       2.0.0cvs9
14681
14682         * src/mainwindow.c
14683                 move global option 'Set displayed columns...' out
14684                 of folder option grouping.
14685                 fix sensitivity of 'harvest addresses'
14686         FOR_STABLE
14687
14688 2006-02-01 [colin]      2.0.0cvs8
14689
14690         * src/mimeview.c
14691                 Revert the alertpanel patch, it sucks (intrusive
14692                 and gets in the way of "open")
14693
14694 2006-02-01 [colin]      2.0.0cvs7
14695
14696         * src/compose.c
14697         * src/prefs_account.c
14698         * src/prefs_common.c
14699         * src/common/defs.h
14700         * src/common/utils.c
14701         * src/common/utils.h
14702                 Add ability to edit the signature file
14703                 from the account preferences, and use
14704                 a default for the text editor.
14705                 Patch by Fabien Vantard
14706
14707 2006-02-01 [colin]      2.0.0cvs6
14708
14709         * src/mimeview.c
14710                 Try to get mime type by extension if it is
14711                 application/octet-stream
14712                 Display a window with possible choices when
14713                 encountering unknown mime types
14714         * src/gtk/filesel.c
14715         * src/gtk/filesel.h
14716                 Add preview
14717                 Allow multiple selection in filtered filesel
14718                 (patch by Fabien Vantard)
14719         * src/gtk/pluginwindow.c
14720                 Use it (patch by Fabien Vantard)
14721
14722 2006-02-01 [paul]       2.0.0cvs5
14723
14724         * src/jpilot.c
14725                 fix crash on creating jpilot address book
14726                 Thanks to Colin - FOR_STABLE
14727         * src/prefs_summaries.c
14728         * src/prefs_wrapping.c
14729         * src/gtk/icon_legend.c
14730         * src/gtk/quicksearch.c
14731                 string fixes and additions
14732
14733 2006-02-01 [paul]       2.0.0cvs4
14734
14735         * src/compose.c
14736         * src/mainwindow.c
14737         * src/messageview.c
14738         * src/prefs_send.c
14739                 add Arabic encoding option
14740                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
14741
14742 2006-01-31 [colin]      2.0.0cvs3
14743
14744         * src/plugins/pgpcore/passphrase.c
14745                 Convert passphrase to locale encoding
14746         * src/compose.c
14747                 Fix drafting on IMAP. Crappy bug sneaked in
14748                 the release :-/
14749         FOR_STABLE
14750
14751 2006-01-30 [paul]       2.0.0cvs2
14752
14753         * src/gtk/icon_legend.c
14754                 show the new entries
14755
14756 2006-01-30 [colin]      2.0.0cvs1
14757
14758         * src/manual.c
14759                 Check for the file to be present before 
14760                 enabling the menu - FOR_STABLE
14761         * src/gtk/icon_legend.c
14762                 Add folders icons (not all of them, there
14763                 are too much, but the most intriguing ones)
14764
14765 2006-01-30 [paul]       2.0.0
14766
14767         version 2.0.0 released
14768
14769 [For previous entries, see ChangeLog.pre2.0.0]