2007-02-20 [wwp] 2.7.2cvs55
[claws.git] / ChangeLog
1 2007-02-20 [wwp]        2.7.2cvs55
2
3         * src/matcher_parser_parse.y
4                 Fix a duplicate token definition (thanks to iwkse).
5
6 2007-02-20 [wwp]        2.7.2cvs54
7
8         * src/matcher_parser_lex.l
9         * src/quote_fmt_lex.l
10                 Use proper flex options instead of direct use of #define,
11                 make the flex-generated C lighter.
12
13 2007-02-20 [colin]      2.7.2cvs53
14
15         * src/summaryview.c
16                 Grab focus in message list after hiding
17                 the quicksearch, instead of leaving it
18                 "somewhere"
19
20 2007-02-19 [colin]      2.7.2cvs52
21
22         * src/folderview.c
23                 Fix bug 1033, 'Automatically refresh 
24                 message list when new messages arrives'
25                 Looks like folderview->opened can sometimes
26                 be wrong...
27
28 2007-02-19 [paul]       2.7.2cvs51
29
30         * tools/Makefile.am
31         * tools/README
32         * tools/thunderbird-filters-convertor.pl
33                 add new script which converts thunderbird filter
34                 rules to Claws filter rules
35
36 2007-02-18 [paul]       2.7.2cvs50
37
38         * src/plugins/pgpcore/prefs_gpg.c
39         * src/plugins/pgpcore/prefs_gpg.h
40         * src/plugins/pgpcore/sgpgme.c
41         * src/plugins/pgpinline/pgpinline.c
42         * src/plugins/pgpmime/pgpmime.c
43                 improved GUI interoperability with gpg-agent
44
45 2007-02-18 [paul]       2.7.2cvs49
46
47         * src/prefs_account.c
48                 Privacy options sensitivity fix
49
50 2007-02-17 [colin]      2.7.2cvs48
51
52         * src/messageview.c
53                 Reset icon to warning in the noticeview
54
55 2007-02-15 [colin]      2.7.2cvs47
56
57         * src/folderview.c
58                 Fix a manifestation of bug 1033 (summaryview failing
59                 to update for new mails), which happens after editing
60                 account preferences or preferences that cause a 
61                 folderview reload.
62
63 2007-02-15 [colin]      2.7.2cvs46
64
65         * src/addressbook.c
66                 Probably fix bug 1123, 'Segmentation 
67                 fault while opening address book'. I get
68                 g_warnings if the saved paned position is
69                 not greater than 0. Also, save position
70                 when hiding the addressbook instead of
71                 via signal.
72
73 2007-02-14 [colin]      2.7.2cvs45
74
75         * src/plugins/pgpcore/prefs_gpg.c
76         * src/plugins/pgpcore/prefs_gpg.h
77         * src/plugins/pgpcore/sgpgme.c
78         * src/plugins/pgpinline/pgpinline.c
79         * src/plugins/pgpmime/pgpmime.c
80                 Add an option "Use gpg-agent if available". Fixes
81                 annoyances with distro-installed gpg-agent, when
82                 no pinentry program is installed, and the user's 
83                 at a loss on why "decryption failed". Makes more
84                 clear why passphrase isn't saved when gpg-agent is
85                 used. Defaults to true, to avoid changing the 
86                 current behaviour.
87
88 2007-02-14 [wwp]        2.7.2cvs44
89
90         * src/matcher_parser_parse.y
91                 Fix missing line number reset (wrong line number might appear
92                 when re-loading filtering rules if there's a parser error).
93
94 2007-02-13 [colin]      2.7.2cvs43
95
96         * src/common/utils.c
97                 Don't encode ',' in URIs before passing it
98                 to the browser command-line. It was probably
99                 done at a time where commas in URIs made
100                 mozilla -remote 'openurl(%s,new-window)'
101                 bug.
102
103 2007-02-13 [wwp]        2.7.2cvs42
104
105         * src/prefs_matcher.c
106         * src/plugins/bogofilter/bogofilter_gtk.c
107                 A bit of string factorization around "Select ..." buttons.
108
109 2007-02-11 [colin]      2.7.2cvs41
110
111         * src/alertpanel.c
112                 Make sure to escape the title
113
114 2007-02-11 [colin]      2.7.2cvs40
115
116         * src/codeconv.c
117                 Recognize .utf8 locales as .UTF-8 ones
118
119 2007-02-11 [colin]      2.7.2cvs39
120
121         * src/compose.c
122                 Fix code conversion when dragging a file
123
124 2007-02-09 [colin]      2.7.2cvs38
125
126         * src/plugins/clamav/clamav_plugin.c
127                 Complete Paul's patch with conditional
128                 compilation to avoid breaking compilation
129                 on old Dapper and Edgy... Maybe other
130                 distros too.
131
132 2007-02-09 [paul]       2.7.2cvs37
133
134         * src/plugins/clamav/clamav_plugin.c
135                 fix for the upstream changes in libclamav
136
137 2007-02-09 [paul]       2.7.2cvs36
138
139         * src/main.c
140         * src/mainwindow.c
141         * src/procmsg.c
142         * src/procmsg.h
143                 fix "warn if there are queued messages" (on exit)
144                 option, which only checked the first mailbox's
145                 queue
146                 don't ask before emptying trash if there are no
147                 messages in trash, also check and empty all trash
148                 folders
149         * src/prefs_other.c
150                 move "Ask before emptying trash" option
151                 outside of the "On exit" frame as it's
152                 not only an "On exit" option
153
154 2007-02-09 [paul]       2.7.2cvs35
155
156         * src/addrgather.c
157         * src/alertpanel.c
158         * src/editldap.c
159         * src/prefs_account.c
160         * src/prefs_folder_item.c
161         * src/prefs_gtk.h
162         * src/prefs_matcher.c
163         * src/prefs_message.c
164         * src/prefs_msg_colors.c
165         * src/prefs_summaries.c
166         * src/wizard.c
167         * src/gtk/inputdialog.c
168         * src/plugins/bogofilter/bogofilter_gtk.c
169                 pedantic commit: use 'checkbtn' everywhere
170                 instead of a mixture of 'checkbtn' and 'chkbtn'
171
172 2007-02-09 [paul]       2.7.2cvs34
173
174         * src/compose.c
175                 fix default hotkeys
176         * src/prefs_other.c
177         * src/prefs_send.c
178                 move "Never send Return Receipts" from
179                 prefs_other to prefs_send
180                 add an option "Ask about account specific
181                 filtering rules..." to prefs_other
182         * src/gtk/gtkutils.c
183                 fix a compiler warning
184
185 2007-02-08 [colin]      2.7.2cvs33
186
187         * src/plugins/pgpinline/pgpinline.c
188                 Fix bug 1110, 'pgpmime fails to process 
189                 encapsulated openpgp mime (rfc 3156, 6.1 
190                 -> rfc1847)'
191                 It was due to an interaction between PGP/Mime
192                 and PGP/Inline plugin. 
193
194 2007-02-08 [colin]      2.7.2cvs32
195
196         * src/inc.c
197         * src/mbox.c
198         * src/mbox.h
199                 Fix bug 1117, 'fcntl locking code 
200                 does not work in mbox.c'
201
202 2007-02-08 [colin]      2.7.2cvs31
203
204         * src/prefs_account.c
205                 Fix Gentoo bug 165819, 'can't create 
206                 a "local mbox file" account'. Patch
207                 by Olivier <castan.o@free.fr>
208
209 2007-02-07 [colin]      2.7.2cvs30
210
211         * src/ldapquery.c
212                 Fix bug 1106, 'Claws crash on exit if LDAPS 
213                 autocompletion was used'
214
215 2007-02-07 [paul]       2.7.2cvs29
216
217         * src/folder.c
218                 cut down on unnecessary debug_prints
219         * src/imap_gtk.c
220                 fix menu_set_active() on 'Show only
221                 subscribed folders'
222
223 2007-02-07 [paul]       2.7.2cvs28
224
225         * src/plugins/clamav/clamav_plugin.c
226         * src/plugins/clamav/clamav_plugin.h
227         * src/plugins/clamav/clamav_plugin_gtk.c
228                 fix copyright header
229
230 2007-02-07 [paul]       2.7.2cvs27
231
232         * src/procheader.c
233                 fix bug 1116, 'summary view allow a 
234                 subject line break'
235
236 2007-02-06 [colin]      2.7.2cvs26
237
238         * src/summaryview.c
239                 Fix delete thread
240
241 2007-02-05 [fabien]     2.7.2cvs25
242
243         * po/POTFILES.in
244         * src/uri_opener.c
245                 i18n related - 1 fix and 1 message for translators.
246
247 2007-02-05 [colin]      2.7.2cvs24
248
249         * src/gtk/quicksearch.c
250                 Don't reload summary list if quicksearch wasn't
251                 active on hiding; move currently selected mail in
252                 the visible area when showing the quicksearch
253
254 2007-02-05 [colin]      2.7.2cvs23
255
256         * src/folderview.c
257                 Add debug to try to solve bug 1104
258
259 2007-02-05 [paul]       2.7.2cvs22
260
261         * src/mainwindow.c
262                 confirm before emptying trash on exit is
263                 a Yes or No answer, use Yes or No in the
264                 dialog
265
266 2007-02-04 [colin]      2.7.2cvs21
267
268         * src/compose.c
269         * src/plugins/pgpcore/passphrase.c
270         * src/plugins/pgpcore/select-keys.c
271                 Set wmclass on new windows
272
273 2007-02-04 [colin]
274
275         2.8.0-rc1 released
276
277 2007-02-04 [colin]      2.7.2cvs20
278
279         * src/compose.c
280         * src/compose.h
281                 Auto save drafts on exit, reopen them
282                 at startup, instead of asking
283         * src/account.c
284         * src/addressadd.c
285         * src/addressbook.c
286         * src/addressbook_foldersel.c
287         * src/addrgather.c
288         * src/crash.c
289         * src/editaddress.c
290         * src/editbook.c
291         * src/editgroup.c
292         * src/editjpilot.c
293         * src/editldap.c
294         * src/editldap_basedn.c
295         * src/editvcard.c
296         * src/exphtmldlg.c
297         * src/expldifdlg.c
298         * src/export.c
299         * src/foldersel.c
300         * src/gedit-print.c
301         * src/import.c
302         * src/importldif.c
303         * src/importmutt.c
304         * src/importpine.c
305         * src/main.c
306         * src/mainwindow.c
307         * src/message_search.c
308         * src/messageview.c
309         * src/prefs_actions.c
310         * src/prefs_customheader.c
311         * src/prefs_display_header.c
312         * src/prefs_filtering.c
313         * src/prefs_filtering_action.c
314         * src/prefs_folder_column.c
315         * src/prefs_gtk.c
316         * src/prefs_matcher.c
317         * src/prefs_other.c
318         * src/prefs_summaries.c
319         * src/prefs_summary_column.c
320         * src/prefs_template.c
321         * src/sourcewindow.c
322         * src/ssl_manager.c
323         * src/summary_search.c
324         * src/uri_opener.c
325         * src/gtk/about.c
326         * src/gtk/description_window.c
327         * src/gtk/foldersort.c
328         * src/gtk/gtkutils.c
329         * src/gtk/gtkutils.h
330         * src/gtk/icon_legend.c
331         * src/gtk/logwindow.c
332         * src/gtk/pluginwindow.c
333         * src/gtk/prefswindow.c
334                 Give different wmclass to different
335                 windows - thanks to sed ;)
336
337 2007-02-04 [colin]      2.7.2cvs19
338
339         * src/main.c
340                 Revert previous patch, can't reproduce
341                 it anymore. 
342
343 2007-02-03 [colin]      2.7.2cvs18
344
345         * src/main.c
346                 Don't save the mainwindow size and
347                 position on emergency exit (libSM's
348                 "die" callback), Xfce seems to make
349                 the window smaller just before the
350                 size's saved.
351
352 2007-02-03 [colin]      2.7.2cvs17
353
354         * src/plugins/bogofilter/bogofilter.c
355         * src/plugins/bogofilter/bogofilter.h
356         * src/plugins/bogofilter/bogofilter_gtk.c
357         * src/plugins/pgpinline/pgpinline.c
358         * src/plugins/pgpinline/pgpinline.h
359                 Fix more copyrights
360
361 2007-02-03 [colin]      2.7.2cvs16
362
363         * src/partial_download.c
364         * src/partial_download.h
365         * src/ssl_manager.c
366         * src/ssl_manager.h
367         * src/uri_opener.c
368         * src/uri_opener.h
369         * src/wizard.c
370         * src/wizard.h
371         * src/common/ssl_certificate.c
372         * src/common/ssl_certificate.h
373         * src/gtk/quicksearch.c
374         * src/gtk/quicksearch.h
375         * src/gtk/sslcertwindow.c
376         * src/gtk/sslcertwindow.h
377                 Fix copyright on my files
378
379 2007-02-02 [colin]      2.7.2cvs15
380
381         * src/Makefile.am
382         * src/mainwindow.c
383         * src/messageview.c
384         * src/messageview.h
385         * src/textview.c
386         * src/textview.h
387         * src/uri_opener.c
388         * src/uri_opener.h
389                 Add Tools/List URIs to allow
390                 opening any URI in the current mail
391
392 2007-02-02 [colin]      2.7.2cvs14
393
394         * src/common/valgrind.h ** NEW FILE **
395         * src/common/Makefile.am
396         * src/common/plugin.c
397                 Don't dlclose the plugins if we're running
398                 under valgrind. (doesn't require valgrind
399                 either at compile time or run time).
400
401 2007-02-01 [paul]       2.7.2cvs13
402
403         * AUTHORS
404         * src/gtk/authors.h
405         * tools/freshmeat_search.pl
406         * tools/google_search.pl
407         * tools/multiwebsearch.pl
408                 add support for non ISO-8859-1 compatible locales
409                 Patch by Alex Gorbachenko <agent_007@immo.ru>
410
411 2007-02-01 [colin]      2.7.2cvs12
412
413         * src/prefs_other.c
414         * src/prefs_summaries.c
415                 Move keybinding prefs to the Other page
416
417 2007-02-01 [wwp]        2.7.2cvs11
418
419         * src/plugins/trayicon/trayicon.c
420                 Fix a raising issue within KDE.
421
422 2007-02-01 [colin]      2.7.2cvs10
423
424         * src/codeconv.c
425                 Fix stray quotes in encoded strings
426         * src/addressadd.c
427                 Fix wrong call causing g_warnings
428         * src/textview.c
429                 Remove useless message
430
431 2007-01-31 [wwp]        2.7.2cvs9
432
433         * src/plugins/trayicon/trayicon.c
434                 fix buggy hiding of main window when closing if close-to-tray
435                 is not set (bad logics  in the trayicon hook code).
436                 Changed the quit confirmation message too.
437
438 2007-01-30 [colin]      2.7.2cvs8
439
440         * src/main.c
441                 Fix hidden mainwindow after clicking on
442                 the X close button, if compose windows
443                 exist and the user chooses not to quit
444
445 2007-01-30 [colin]      2.7.2cvs7
446
447         * src/main.c
448         * src/compose.c
449                 Handle local URIs to attach files (file:///...)
450                 Fixes attaching files from Thunar for example
451
452 2007-01-30 [colin]      2.7.2cvs6
453
454         * src/prefs_ext_prog.c
455                 Add 'mousepad' to the list of text editors.
456                 Mousepad is XFCE's text editor
457
458 2007-01-29 [wwp]        2.7.2cvs5
459
460         * po/POTFILES.in
461         * src/plugins/trayicon/trayicon_prefs.c
462                 trayicon i18n fixes, thanks to Fabien.
463
464 2007-01-28 [wwp]        2.7.2cvs4
465
466         * src/mainwindow.c
467         * src/mainwindow.h
468         * src/plugins/trayicon/trayicon.c
469         * src/plugins/trayicon/trayicon_prefs.c
470         * src/plugins/trayicon/trayicon_prefs.h
471                 Added a new TrayIcon plugin option to close to tray
472                 (WM's hotkey and [X] button will hide the window instead
473                 of closing it - closing CM can be done using the tray icon
474                 menu or the File menu).
475                 Improved visibility handling in trayicon, clicking the
476                 trayicon now raise the window to current desktop when it
477                 was either minimized/shaded/on another desktop.
478                 Thanks to Paul for testing and fixing a strange behaviour
479                 in KDE ;-).
480
481 2007-01-27 [paul]       2.7.2cvs3
482
483         * src/prefs_folder_item.c
484         * src/prefs_receive.c
485         * src/plugins/pgpcore/prefs_gpg.c
486                 use 'start-up' instead of 'startup' in labels
487
488 2007-01-26 [wwp]        2.7.2cvs2
489
490         * src/plugins/trayicon/Makefile.am
491         * src/plugins/trayicon/trayicon.c
492         * src/plugins/trayicon/trayicon_prefs.c
493         * src/plugins/trayicon/trayicon_prefs.h
494                 Add a new TrayIcon option to hide the main window at
495                 start-up.
496                 Fix trayicon.c copyright header.
497
498 2007-01-26 [paul]       2.7.2cvs1
499
500         * NEWS
501         * README
502         * RELEASE_NOTES
503         * configure.ac
504                 bump up version number following
505                 stable release
506
507 2007-01-25 [mones]      2.7.1cvs60
508
509         * po/es.po
510                 updated thousands of strings (well, probably less ;-)
511
512 2007-01-25 [colin]      2.7.1cvs59
513
514         * src/matcher.c
515                 Fix 2nd-run loss of matcherrc on new
516                 configurations. 
517
518 2007-01-25 [wwp]        2.7.1cvs58
519
520         * src/mimeview.c
521                 fix handling of empty value in attach_save_directory too, thanks
522                 to Colin.
523
524 2007-01-25 [wwp]        2.7.1cvs57
525
526         * src/gtk/filesel.c
527                 fix handling of empty value in attach_load_directory,
528                 thanks to Colin.
529
530 2007-01-25 [wwp]        2.7.1cvs56
531
532         * src/plugins/dillo_viewer/dillo_prefs.h
533                 fix a typo.
534
535 2007-01-25 [colin]      2.7.1cvs55
536
537         * src/matcher.c
538         * src/matcher.h
539         * src/matcher_parser_parse.y
540         * src/prefs_matcher.c
541                 Add matching on the spam flag
542
543 2007-01-24 [colin]      2.7.1cvs54
544
545         * src/folder.c
546         * src/common/xml.c
547         * src/common/xml.h
548                 Make sure folderlist.xml is correctly
549                 written before overwriting it.
550         * src/procmsg.c
551         * src/procmsg.h
552         * src/summaryview.c
553         * src/plugins/bogofilter/bogofilter.c
554         * src/plugins/bogofilter/bogofilter.h
555         * src/plugins/bogofilter/bogofilter_gtk.c
556         * src/plugins/spamassassin/spamassassin.c
557         * src/plugins/spamassassin/spamassassin.h
558         * src/plugins/spamassassin/spamassassin_gtk.c
559                 Move spam to the correct trash folder after
560                 learning, if spam directory isn't set.
561
562 2007-01-23 [paul]       2.7.1cvs53
563
564         * src/plugins/bogofilter/bogofilter_gtk.c
565                 fix sensitivity of "Insert X-Bogosity header"
566                 option
567
568 2007-01-23 [colin]      2.7.1cvs52
569
570         * src/toolbar.c
571                 Translate toolbar items text if
572                 they're translatable (default)
573         * src/addrcache.c
574         * src/addrcache.h
575         * src/addritem.c
576         * src/addritem.h
577         * src/codeconv.c
578         * src/codeconv.h
579         * src/jpilot.c
580         * src/jpilot.h
581         * src/ldapctrl.c
582         * src/ldapctrl.h
583         * src/ldapquery.h
584         * src/ldif.c
585         * src/ldif.h
586         * src/etpan/etpan-thread-manager.c
587         * src/etpan/etpan-thread-manager.h
588         * src/gtk/gtkutils.c
589         * src/gtk/gtkutils.h
590                 More static functions
591
592 2007-01-22 [fabien]     2.7.1cvs51
593
594         * src/gtk/gtkutils.c
595                 gtkut_get_options_frame() : ability to pass
596                 a 'NULL' value in frame pointer parameter if
597                 we don't need it.
598
599 2007-01-22 [colin]      2.7.1cvs50
600
601         * src/procmsg.c
602         * src/procmsg.h
603         * src/plugins/bogofilter/bogofilter.c
604         * src/plugins/bogofilter/bogofilter_gtk.c
605         * src/plugins/spamassassin/spamassassin.c
606         * src/plugins/spamassassin/spamassassin_gtk.c
607                 Allow moving spams to the account's trash
608                 instead of default one
609
610 2007-01-21 [colin]      2.7.1cvs49
611
612         * src/ldapquery.c
613         * src/ldapquery.h
614                 Revert a static function that shouldn't
615                 have been
616
617 2007-01-21 [colin]      2.7.1cvs48
618
619         * src/ldapquery.c
620         * src/ldapquery.h
621                 Same
622
623 2007-01-21 [colin]      2.7.1cvs47
624
625         * src/procmsg.c
626         * src/procmsg.h
627                 Same
628
629 2007-01-21 [colin]      2.7.1cvs46
630
631         * src/common/socket.c
632         * src/common/socket.h
633                 Same
634
635 2007-01-21 [colin]      2.7.1cvs45
636
637         * src/crash.c
638         * src/exporthtml.c
639         * src/exporthtml.h
640         * src/exportldif.c
641         * src/exportldif.h
642         * src/folder.c
643         * src/folder.h
644         * src/folder_item_prefs.c
645         * src/folder_item_prefs.h
646         * src/folderview.c
647         * src/folderview.h
648         * src/gedit-print.c
649         * src/gedit-print.h
650         * src/main.c
651         * src/main.h
652         * src/common/socket.c
653         * src/common/socket.h
654         * src/gtk/gtkaspell.c
655         * src/gtk/gtkaspell.h
656         * src/gtk/quicksearch.c
657         * src/gtk/quicksearch.h
658                 Same
659
660 2007-01-21 [colin]      2.7.1cvs44
661
662         * src/common/utils.c
663         * src/common/utils.h
664         * src/etpan/etpan-thread-manager.c
665         * src/etpan/etpan-thread-manager.h
666                 Same (Funny that etpan_thread_unbind
667                 is called but not etpan_thread_bind)
668
669 2007-01-21 [colin]      2.7.1cvs43
670
671         * src/addrselect.c
672         * src/addrselect.h
673         * src/codeconv.c
674         * src/codeconv.h
675         * src/compose.c
676         * src/compose.h
677         * src/etpan/Makefile.am
678         * src/gtk/colorlabel.c
679         * src/gtk/colorlabel.h
680         * src/gtk/sslcertwindow.c
681         * src/gtk/sslcertwindow.h
682         * src/etpan/etpan-log.c ** REMOVED **
683         * src/etpan/etpan-log.h ** REMOVED **
684                 Same
685
686 2007-01-20 [colin]      2.7.1cvs42
687
688         * src/addritem.c
689         * src/addritem.h
690                 Same
691
692 2007-01-20 [colin]      2.7.1cvs41
693
694         * src/account.c
695         * src/account.h
696         * src/addrbook.c
697         * src/addrbook.h
698         * src/addrcache.c
699         * src/addrcache.h
700         * src/addrclip.c
701         * src/addrclip.h
702         * src/addressbook.c
703         * src/addressbook.h
704         * src/addrharvest.c
705         * src/addrharvest.h
706         * src/addrindex.c
707         * src/addrindex.h
708         * src/editaddress.c
709         * src/editaddress.h
710                 Make functions that aren't used in other
711                 files static
712
713 2007-01-20 [colin]      2.7.1cvs40
714
715         * src/account.c
716         * src/addrbook.c
717         * src/addrcache.c
718         * src/addressbook.c
719         * src/addrgather.c
720         * src/addrindex.c
721         * src/addrquery.c
722         * src/addrselect.c
723         * src/browseldap.c
724         * src/compose.c
725         * src/editbook.c
726         * src/editjpilot.c
727         * src/editldap.c
728         * src/editldap_basedn.c
729         * src/editvcard.c
730         * src/exporthtml.c
731         * src/exportldif.c
732         * src/folder.c
733         * src/folderview.c
734         * src/image_viewer.c
735         * src/imap.c
736         * src/importmutt.c
737         * src/importpine.c
738         * src/jpilot.c
739         * src/ldapquery.c
740         * src/main.c
741         * src/mainwindow.c
742         * src/matcher.c
743         * src/messageview.c
744         * src/mh.c
745         * src/mimeview.c
746         * src/msgcache.c
747         * src/mutt.c
748         * src/news.c
749         * src/pine.c
750         * src/prefs_account.c
751         * src/prefs_common.c
752         * src/prefs_compose_writing.c
753         * src/prefs_ext_prog.c
754         * src/prefs_folder_item.c
755         * src/prefs_fonts.c
756         * src/prefs_message.c
757         * src/prefs_msg_colors.c
758         * src/prefs_other.c
759         * src/prefs_quote.c
760         * src/prefs_receive.c
761         * src/prefs_send.c
762         * src/prefs_spelling.c
763         * src/prefs_summaries.c
764         * src/prefs_toolbar.c
765         * src/prefs_wrapping.c
766         * src/privacy.c
767         * src/procmime.c
768         * src/procmsg.c
769         * src/ssl_manager.c
770         * src/statusbar.c
771         * src/summaryview.c
772         * src/toolbar.c
773         * src/vcard.c
774         * src/common/hooks.c
775         * src/common/log.c
776         * src/common/passcrypt.c
777         * src/common/socket.c
778         * src/common/ssl.c
779         * src/common/ssl_certificate.c
780         * src/common/template.c
781         * src/common/utils.c
782         * src/etpan/imap-thread.c
783         * src/gtk/sslcertwindow.c
784         * src/gtk/sslcertwindow.h
785                 Make functions that could be static, static
786
787 2007-01-20 [colin]      2.7.1cvs39
788
789         * src/editldap.c
790                 Fix tooltip
791
792 2007-01-20 [colin]      2.7.1cvs38
793
794         * src/ldapquery.c
795         * src/ldaputil.c
796         * src/ldaputil.h
797                 Fix bug 1102, 'claws-mail-2.7.1 
798                 makes use of deprecated ldap 
799                 functions'
800
801 2007-01-20 [colin]      2.7.1cvs37
802
803         * src/mainwindow.c
804         * src/mainwindow.h
805         * src/summaryview.c
806         * src/gtk/quicksearch.c
807                 Add Wide message list layout
808
809 2007-01-19 [fabien]     2.7.1cvs36
810
811         * src/textview.c
812                 make sure a font change is considered in links of
813                 headerview.
814
815 2007-01-19 [colin]      2.7.1cvs35
816
817         * src/main.c
818         * src/mainwindow.c
819         * src/mainwindow.h
820         * src/messageview.c
821         * src/messageview.h
822         * src/prefs_common.c
823         * src/prefs_common.h
824         * src/summaryview.c
825         * src/summaryview.h
826         * src/gtk/quicksearch.c
827         * src/gtk/quicksearch.h
828                 Drop 'Separate Folder tree' and 'Separate
829                 Message View'. Put three layouts in place
830                 of it.
831
832 2007-01-19 [paul]       2.7.1cvs34
833
834         * src/prefs_msg_colors.c
835                 more use of Q_ for translators
836
837 2007-01-19 [paul]       2.7.1cvs33
838
839         * src/imap_gtk.c
840         * src/prefs_account.c
841                 a few changes to the English
842
843 2007-01-19 [fabien]     2.7.1cvs32
844
845         * src/wizard.c
846                 factorize translatable string
847
848 2007-01-18 [colin]      2.7.1cvs31
849
850         * src/main.c
851                 Don't error out on --sync option. Although
852                 we don't do anything with it, gtk+ handles
853                 it, and it's useful for debugging X errors
854
855 2007-01-18 [fabien]     2.7.1cvs30
856
857         * src/prefs_other.c
858                 ability to apply on the fly the recent added
859                 'gtk_can_change_accels' pref (no need to restart).
860
861 2007-01-18 [fabien]     2.7.1cvs29
862
863         * src/plugins/bogofilter/bogofilter_gtk.c
864         * src/plugins/bogofilter/bogofilter.c
865         * src/plugins/spamassassin/spamassassin_gtk.c
866         * src/addr_compl.c
867         * src/prefs_account.c
868                 factorize or rewrite some translatable strings.
869
870 2007-01-18 [fabien]     2.7.1cvs28
871
872         * src/prefs_gtk.h
873         * src/compose.c
874                 set a 4pix space between "Subject:" label and subject entry in
875                 compose window.
876
877 2007-01-18 [wwp]        2.7.1cvs27
878
879         * src/addressbook.c
880                 fix conflicting address-copy/paste when focus is set
881                 to the embedded edit-person form.
882  
883
884 2007-01-18 [wwp]        2.7.1cvs26
885
886         * src/addressbook.h
887                 complete 2.7.1cvs23 (one more file was missing from that
888                 commit).
889
890 2007-01-18 [colin]      2.7.1cvs25
891
892         * src/main.c
893                 Provide a way to migrate without backup
894                 Re-ask for migration on next start if 
895                 it has been refused and wizard has been 
896                 cancelled after.
897
898 2007-01-18 [wwp]        2.7.1cvs24
899
900         * src/editaddress.c
901                 complete 2.7.1.cvs23 (file was missing from previous
902                 commit).
903
904 2007-01-18 [wwp]        2.7.1cvs23
905
906         * src/addressbook.c
907                 fix potential crashes in address book's focus_in/out signal handlers,
908                 force focus to the edit-person form when clicked the Edit menu entry or
909                 button (this only matters if the edit-person form is embedded to the
910                 AB window, in that case, focus is not set when browsing the contacts
911                 list w/ keys or mouse clicks).
912
913 2007-01-18 [paul]       2.7.1cvs22
914
915         * src/main.c
916                 add command line options:
917                 -h for --help
918                 -q and --quit for --exit
919                 -v for --version
920                 print "Unknown option" for unknown options
921
922 2007-01-18 [paul]       2.7.1cvs21
923
924         * po/ru.po
925                 updated by Pavlo Bohmat
926
927 2007-01-18 [paul]       2.7.1cvs20
928
929         * src/mainwindow.c
930                 fix sensitivity issues of Mark as Spam/Ham
931
932 2007-01-17 [fabien]     2.7.1cvs19
933
934         * src/prefs_other.c
935         * src/prefs_common.c
936         * src/prefs_common.h
937         * src/main.c
938                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
939                 control the corresponding gtk property. It could be used to lock
940                 all shortcuts (avoid to set one of them by inadvertency).
941
942 2007-01-17 [colin]      2.7.1cvs18
943
944         * src/summaryview.c
945                 Fix bug 1100, 'Highlighted e-mail data not visible 
946                 when color label applied.'. Use a weighted average
947                 between normal selected foreground color and color
948                 label instead of a simple one (3/1 instead 1/1).
949
950 2007-01-17 [colin]      2.7.1cvs17
951
952         * src/messageview.c
953                 Better fix for bug 1088, 'Ctrl-h produces repeatable
954                 crash' - don't prevent mail switching while loading
955
956 2007-01-17 [colin]      2.7.1cvs16
957
958         * src/folder.c
959         * src/folder.h
960         * src/folderview.c
961         * src/folderview.h
962         * src/imap.c
963         * src/imap.h
964         * src/imap_gtk.c
965                 Manage recursive search of unsubscribed folders
966                 Rescan tree without checking for new messages 
967                 after subscriptions changed
968
969 2007-01-17 [paul]       2.7.1cvs15
970
971         * src/prefs_common.c
972         * src/gtk/pluginwindow.c
973                 fix bug 1101, '"Load plugin" button is
974                 accidentally hidden'
975                 unset (-1) initial width in prefs_common,
976                 fix overlapping buttons,
977                 and other cleanups
978
979 2007-01-17 [paul]       2.7.1cvs14
980
981         * src/procmime.c
982                 add #include <errno.h>, it's needed
983                 on some systems
984
985 2007-01-17 [paul]       2.7.1cvs13
986
987         * src/common/defs.h
988         * tools/make.themes.project
989                 rename .sylpheed_themeinfo to .claws_themeinfo
990                 and use it
991         * src/etpan/etpan-errors.h
992         * src/etpan/etpan-log.c
993         * src/etpan/etpan-log.h
994         * src/etpan/etpan-thread-manager-types.h
995         * src/etpan/etpan-thread-manager.c
996         * src/etpan/etpan-thread-manager.h
997         * src/etpan/imap-thread.c
998         * src/etpan/imap-thread.h
999                 add copyright header
1000
1001 2007-01-17 [colin]      2.7.1cvs12
1002
1003         * src/plugins/pgpcore/select-keys.c
1004         * src/gtk/pluginwindow.c
1005         * src/prefs_account.c
1006                 Fix warnings
1007
1008 2007-01-16 [colin]      2.7.1cvs11
1009
1010         * src/imap.c
1011         * src/imap.h
1012         * src/imap_gtk.c
1013                 Manage subscribing to subfolders when only
1014                 subscribed folders are shown.
1015
1016 2007-01-16 [colin]      2.7.1cvs10
1017
1018         * src/folderview.c
1019                 Fix annoying vscrollbar going back to top
1020                 on Check for new folders
1021
1022 2007-01-16 [colin]      2.7.1cvs9
1023
1024         * src/imap.c
1025                 Remove printf
1026
1027 2007-01-16 [colin]      2.7.1cvs8
1028
1029         * src/filtering.c
1030                 Bigger buffer for errors
1031         * src/imap.c
1032         * src/imap.h
1033         * src/imap_gtk.c
1034         * src/prefs_account.c
1035         * src/prefs_account.h
1036         * src/wizard.c
1037         * src/etpan/imap-thread.c
1038         * src/etpan/imap-thread.h
1039         * manual/handling.xml
1040                 Add subscriptions management. What it changes:
1041                 Creating a folder subscribes to it
1042                 Deleting a folder unsubscribes it
1043                 New contextual menu item allowing to switch between
1044                 All folders and Subscribed folders, subscribe, and
1045                 unsubscribe. "Creating" an existing but unsubscribed
1046                 folder will subscribe it.
1047                 By default for new accounts, only subscribed folders 
1048                 are shown.
1049
1050
1051 2007-01-16 [paul]       2.7.1cvs7
1052
1053         * src/summaryview.c
1054                 Allow folder classes to specify only sort_key or
1055                 sort_type instead of both or none.
1056
1057 2007-01-16 [paul]       2.7.1cvs6
1058
1059         * src/action.c
1060         * src/compose.c
1061         * src/mimeview.c
1062         * src/procmime.c
1063         * src/textview.c
1064                 Save and use errno for procmime_get_part
1065
1066 2007-01-16 [colin]      2.7.1cvs5
1067
1068         * src/imap.c
1069                 Never remove INBOX when scanning for
1070                 new folders. It's a special folder
1071                 that has to exist.
1072
1073 2007-01-15 [colin]      2.7.1cvs4
1074
1075         * src/imap.c
1076                 Fix 'Check for new folders' when IMAP subdirectory
1077                 is set
1078         * src/etpan/imap-thread.c
1079                 Fix build
1080
1081 2007-01-15 [colin]      2.7.1cvs3
1082
1083         * src/etpan/imap-thread.c
1084                 Fix invalid free on command-connection
1085                 error
1086
1087 2007-01-15 [wwp]        2.7.1cvs2
1088
1089         * src/matcher_parser_lex.l
1090         * src/quote_fmt_lex.l
1091         * src/matcher_parser_parse.y
1092                 fix copyright header in lexers and parsers.
1093
1094 2007-01-15 [paul]       2.7.1cvs1
1095
1096         * NEWS
1097         * README
1098         * RELEASE_NOTES
1099         * configure.ac
1100                 bump up version number following
1101                 stable release
1102
1103 2007-01-15 [paul]       2.7.0cvs31
1104
1105         * AUTHORS
1106         * src/gtk/authors.h
1107                 add Fabien to the Team list
1108                 add the recent contributors
1109                 make a few corrections
1110
1111 2007-01-15 [paul]       2.7.0cvs30
1112
1113         * src/mainwindow.c
1114                 fix compiler warning
1115         * src/plugins/pgpcore/prefs_gpg.c
1116         * src/plugins/pgpcore/prefs_gpg.h
1117                 add missing include
1118                 fix copyright header
1119
1120 2007-01-14 [colin]      2.7.0cvs29
1121
1122         * src/gtk/filesel.c
1123                 Use the 'gtk+' backend. Avoids gnome-vfs use,
1124                 two benefits: faster to open, will fix strange
1125                 dbus-related crash. Thanks to Pascal Terjan.
1126
1127 2007-01-14 [colin]      2.7.0cvs28
1128
1129         * src/etpan/imap-thread.c
1130                 Delete the old imap just after allocating
1131                 the new one. Makes sure we don't get the
1132                 same pointer by sheer luck, which feels
1133                 strange in the debug log.
1134
1135 2007-01-14 [colin]      2.7.0cvs27
1136
1137         * src/gtk/inputdialog.c
1138                 Make sure we don't print passwords in
1139                 clear text when in debug mode
1140
1141 2007-01-14 [colin]      2.7.0cvs26
1142
1143         * src/gtk/gtksctree.c
1144                 Fix bug 1098, 'bogus last row display 
1145                 after expanding a thread'. Patch by
1146                 Jindrich Makovicka <makovick@gmail.com>
1147
1148 2007-01-14 [colin]      2.7.0cvs25
1149
1150         * src/etpan/imap-thread.c
1151                 Close socket manually before
1152                 freeing the imap struct
1153
1154 2007-01-14 [colin]      2.7.0cvs24
1155
1156         * src/etpan/imap-thread.c
1157                 Maybe fix new reconnection issues
1158
1159 2007-01-13 [colin]      2.7.0cvs23
1160
1161         * src/summaryview.c
1162                 Freeze/thaw on thread selection
1163
1164 2007-01-13 [paul]       2.7.0cvs22
1165
1166         * src/mainwindow.c
1167         * src/summaryview.c
1168         * src/summaryview.h
1169                 add 'Edit/Delete thread'
1170
1171 2007-01-13 [colin]      2.7.0cvs21
1172
1173         * src/prefs_account.c
1174         * src/prefs_compose_writing.c
1175         * src/prefs_message.c
1176         * src/prefs_msg_colors.c
1177         * src/prefs_other.c
1178         * src/prefs_receive.c
1179         * src/prefs_spelling.c
1180         * src/prefs_summaries.c
1181         * src/prefs_themes.c
1182         * src/gtk/gtkutils.c
1183         * src/gtk/gtkutils.h
1184         * src/plugins/pgpcore/prefs_gpg.c
1185         * src/plugins/spamassassin/spamassassin_gtk.c
1186                 Factorize gtk frame creation
1187                 Patch by Pawel
1188
1189 2007-01-13 [colin]      2.7.0cvs20
1190
1191         * src/message_search.c
1192         * src/summary_search.c
1193                 Fix Enter in search windows
1194         * src/messageview.c
1195                 Fix body search starting at the
1196                 end of the mail (and asking for loop)
1197
1198 2007-01-13 [colin]      2.7.0cvs19
1199
1200         * src/etpan/imap-thread.c
1201                 Make sure we don't free the same imap
1202                 twice
1203
1204 2007-01-13 [colin]      2.7.0cvs18
1205
1206         * commitHelper
1207                 Allow multiple commitHelpers to
1208                 run at once
1209
1210 2007-01-12 [colin]      2.7.0cvs17
1211
1212         * src/etpan/imap-thread.c
1213                 Make sure we get rid of the previous mailimap
1214                 when connecting - just in case disconnect was
1215                 unclean
1216
1217 2007-01-12 [paul]       2.7.0cvs16
1218
1219         * src/compose.c
1220                 Strip S/MIME signatures when re-editing
1221                 S/MIME signed messages.
1222
1223 2007-01-12 [paul]       2.7.0cvs15
1224
1225         * configure.ac
1226         * src/addressbook.c
1227         * src/foldersel.c
1228         * src/folderview.c
1229         * src/main.c
1230                 no need to define CLAWS anymore, remove
1231                 all that stuff
1232
1233 2007-01-12 [paul]       2.7.0cvs14
1234
1235         * src/mimeview.c
1236                 check if the mail's signed as
1237                 it can change the mail structure
1238                 Thanks to Colin
1239
1240 2007-01-12 [paul]       2.7.0cvs13
1241
1242         * src/procmime.c
1243                 fix Forwarding msgs with attachments
1244                 that have dos line endings
1245                 Thanks to Colin
1246
1247 2007-01-12 [wwp]        2.7.0cvs12
1248
1249         * configure.ac
1250                 Revert accidentally committed extra version tag.
1251
1252 2007-01-12 [wwp]        2.7.0cvs11
1253
1254         * src/prefs_account.c
1255                 Fix compilation w/o aspell (completes 2.7.0cvs7).
1256
1257 2007-01-11 [colin]      2.7.0cvs10
1258
1259         * src/imap.c
1260                 move g_warning to debug_print
1261                 it scares people for no reason
1262
1263 2007-01-11 [colin]      2.7.0cvs9
1264
1265         * po/POTFILES.in
1266                 Fix files to translate. Patch by
1267                 Fabien
1268
1269 2007-01-11 [paul]       2.7.0cvs8
1270
1271         * src/imap.c
1272                 Fix recursion when server lists the
1273                 current subfolder in the response
1274         * src/mimeview.c
1275                 Fix updating of icon_list/ctree
1276         * src/plugins/pgpcore/select-keys.c
1277                 Fix a few annoyances when choosing
1278                 keys for the CMS (S/MIME) protocol
1279
1280 2007-01-11 [wwp]        2.7.0cvs7
1281
1282         * src/compose.c
1283         * src/prefs_account.c
1284         * src/prefs_account.h
1285                 Add per-account spellcheck default dictionaries settings.
1286
1287 2007-01-10 [colin]      2.7.0cvs6
1288
1289         * src/prefs_folder_item.c
1290                 Factorize strings - patch by Fabien
1291
1292 2007-01-10 [colin]      2.7.0cvs5
1293
1294         * src/mainwindow.c
1295                 Fix bug 1095, 'Crash while changing folder 
1296                 columns during incorporation'
1297
1298 2007-01-09 [colin]      2.7.0cvs4
1299
1300         * src/gtk/pluginwindow.c
1301                 Set the plugin window transient. Seems
1302                 like some window managers hide it in
1303                 the background after "load plugin"...
1304
1305 2007-01-09 [colin]      2.7.0cvs3
1306
1307         * src/gtk/filesel.c
1308                 Use the same type for alloc and free
1309
1310 2007-01-08 [paul]       2.7.0cvs2
1311
1312         * po/nl.po
1313                 updated by Tim Dijkstra
1314
1315 2007-01-08 [paul]       2.7.0cvs1
1316
1317         * src/prefs_themes.c
1318         * src/common/utils.c
1319                 Fix resource leaks
1320
1321 2007-01-08 [paul]       2.7.0
1322
1323         * NEWS
1324         * README
1325         * RELEASE_NOTES
1326                 2.7.0 released
1327
1328 2007-01-08 [paul]       2.6.1cvs119
1329
1330         * doc/man/claws-mail.1
1331                 another correction
1332
1333 2007-01-08 [paul]       2.6.1cvs118
1334
1335         * doc/man/claws-mail.1
1336                 corrections
1337         * manual/advanced.xml
1338                 improved English usage
1339
1340 2007-01-08 [paul]       2.6.1cvs117
1341
1342         * po/ca.po
1343         * po/de.po
1344         * po/en_GB.po
1345         * po/fi.po
1346         * po/it.po
1347         * po/pt_BR.po
1348         * po/sk.po
1349         * po/sr.po
1350         * po/zh_CN.po
1351                 updated by Miquel Oliete, Stephan Sachse, me,
1352                 Tommi Pirinen, Andrea Spadaccini, Frederico
1353                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
1354                 Urosevic, and Ralgh Young
1355
1356 2007-01-07 [mones]      2.6.1cvs116
1357
1358         * manual/es/advanced.xml
1359         * po/es.po
1360                 Synced manual (unhide mark_as_read_delay)
1361                 and updated translation for release
1362
1363 2007-01-07 [paul]       2.6.1cvs115
1364
1365         * src/prefs_matcher.c
1366                 make the hbox content fit better under
1367                 various languages
1368
1369 2007-01-07 [colin]      2.6.1cvs114
1370
1371         * src/messageview.c
1372                 Fix bug 1088, 'Ctrl-h produces repeatable
1373                 crash'
1374
1375 2007-01-06 [colin]      2.6.1cvs113
1376
1377         * src/etpan/imap-thread.c
1378                 Add casts to int to get certs. Fixes
1379                 bug 1064, 'crash @ etpan_certificate_check() 
1380                 when opening an IMAP folder', with latest
1381                 libetpan CVS or >= 0.49
1382         * src/mainwindow.c
1383         * src/mainwindow.h
1384         * src/imap_gtk.c
1385         * src/news_gtk.c
1386         * src/prefs_folder_item.c
1387                 Grey out the "synchronise" menu items if
1388                 there's nothing to synchronise.
1389         * src/plugins/pgpcore/sgpgme.c
1390                 Make an error clearer than "Unknown error"
1391
1392 2007-01-06 [colin]      2.6.1cvs112
1393
1394         * src/messageview.c
1395                 Don't try to show a message if updating
1396                 Maybe fixes bug 1088, 'ctrl-h produces
1397                 repeatable crash'.
1398
1399 2007-01-06 [colin]      2.6.1cvs111
1400
1401         * src/summaryview.c
1402                 Disable Control-Space (handle it as Space).
1403
1404 2007-01-05 [paul]       2.6.1cvs110
1405
1406         * src/imap.c
1407                 Fix bug 934, 'sylpheed claws 2.1 
1408                 doesn't show Exchanges Public Folders'
1409                 Thanks to Hoa and Colin
1410         * src/msgcache.c
1411                 Refuse to allocate more than 2 MB for a 
1412                 single field, it's a good indication of
1413                 cache corruption.
1414
1415 2007-01-05 [colin]      2.6.1cvs109
1416
1417         * src/mainwindow.c
1418                 Allow --select'ing emails by Message-ID too
1419
1420 2007-01-05 [colin]      2.6.1cvs108
1421
1422         * src/common/quoted-printable.c
1423                 Uh! Third fix :)
1424
1425 2007-01-05 [colin]      2.6.1cvs107
1426
1427         * src/common/quoted-printable.c
1428                 Fix previous commit about bug 1089
1429                 Thanks to Ralf
1430
1431 2007-01-05 [colin]      2.6.1cvs106
1432
1433         * src/common/quoted-printable.c
1434                 Fix my previous commit on bug 1089
1435                 - Thanks to Ralf :)
1436
1437 2007-01-04 [colin]      2.6.1cvs105
1438
1439         * src/common/quoted-printable.c
1440                 Fix bug 1089, 'NUL characters in Subject 
1441                 line are misinterpreted'. Not a pain to
1442                 fix in fact.
1443
1444 2007-01-04 [colin]      
1445
1446         2.7.0-rc3 released
1447
1448 2007-01-04 [wwp]        2.6.1cvs104
1449
1450         * src/image_viewer.c
1451                 Force operator precedence (fix a compiler warning).
1452
1453 2007-01-04 [colin]      2.6.1cvs103
1454
1455         * src/image_viewer.c
1456                 Be cautious there too (same fix as the one
1457                 in textview from cvs33)
1458         * src/messageview.c
1459                 Don't use any MimeViewer plugin when showing
1460                 all headers
1461
1462 2007-01-03 [wwp]        2.6.1cvs102
1463
1464         * src/html.c
1465         * src/html.h
1466                 fixed "cent" sign (use the existing ASCII one),
1467                 decode more HTML entities,
1468                 converted table ASCII entries to UTF-8,
1469                 moved a switch() into a hashtable.
1470
1471 2007-01-03 [paul]       2.6.1cvs101
1472
1473         * src/compose.c
1474         * src/messageview.c
1475         * src/procmsg.c
1476         * src/procmsg.h
1477                 When possible, use move_msg instead of
1478                 copy_msg + remove_msg to move sent mail
1479                 from Queue to Sent. 
1480
1481 2007-01-03 [paul]       2.6.1cvs100
1482
1483         * src/html.c
1484                 add more html entity recognition:
1485                 pounds, euros, and cents
1486
1487 2007-01-03 [colin]      2.6.1cvs99
1488
1489         * src/imap_gtk.c
1490                 Don't display an error on NOSELECT
1491                 folders when synchronising
1492
1493 2007-01-03 [paul]       2.6.1cvs98
1494
1495         * tools/maildir2claws-mail.pl
1496                 only substitute 'sent-mail' if it's
1497                 the full directory name
1498
1499 2007-01-03 [paul]       2.6.1cvs97
1500
1501         * ChangeLog
1502         * ChangeLog.pre2.0.0
1503         * Makefile.am
1504                 archive a chunk of ChangeLog in
1505                 ChangeLog.pre2.0.0
1506         * ChangeLog.gtk1
1507         * doc/src/ChangeLog.claws-pre0.8.0
1508                 remove ChangeLog.claws-pre0.8.0, adding
1509                 its contents to ChangeLog.gtk1
1510
1511 2007-01-03 [paul]       2.6.1cvs96
1512
1513         * src/account.c
1514         * src/account.h
1515         * src/action.c
1516         * src/action.h
1517         * src/adbookbase.h
1518         * src/addr_compl.c
1519         * src/addr_compl.h
1520         * src/addrbook.c
1521         * src/addrcache.c
1522         * src/addrcache.h
1523         * src/addrcindex.c
1524         * src/addrcindex.h
1525         * src/addrclip.c
1526         * src/addrclip.h
1527         * src/addrdefs.h
1528         * src/addressadd.c
1529         * src/addressadd.h
1530         * src/addressbook.c
1531         * src/addressbook.h
1532         * src/addressbook_foldersel.c
1533         * src/addressbook_foldersel.h
1534         * src/addrgather.c
1535         * src/addrgather.h
1536         * src/addrharvest.c
1537         * src/addrharvest.h
1538         * src/addrindex.c
1539         * src/addrindex.h
1540         * src/addritem.c
1541         * src/addritem.h
1542         * src/addrquery.c
1543         * src/addrquery.h
1544         * src/addrselect.c
1545         * src/addrselect.h
1546         * src/alertpanel.c
1547         * src/alertpanel.h
1548         * src/browseldap.c
1549         * src/browseldap.h
1550         * src/codeconv.c
1551         * src/codeconv.h
1552         * src/compose.c
1553         * src/compose.h
1554         * src/customheader.c
1555         * src/customheader.h
1556         * src/displayheader.c
1557         * src/displayheader.h
1558         * src/editaddress.c
1559         * src/editaddress.h
1560         * src/editbook.c
1561         * src/editbook.h
1562         * src/editgroup.c
1563         * src/editgroup.h
1564         * src/editjpilot.c
1565         * src/editjpilot.h
1566         * src/editldap.c
1567         * src/editldap.h
1568         * src/editldap_basedn.c
1569         * src/editldap_basedn.h
1570         * src/editvcard.c
1571         * src/editvcard.h
1572         * src/exphtmldlg.c
1573         * src/exphtmldlg.h
1574         * src/expldifdlg.c
1575         * src/expldifdlg.h
1576         * src/export.c
1577         * src/export.h
1578         * src/exporthtml.c
1579         * src/exporthtml.h
1580         * src/exportldif.c
1581         * src/exportldif.h
1582         * src/filtering.c
1583         * src/filtering.h
1584         * src/folder.c
1585         * src/folder.h
1586         * src/folder_item_prefs.c
1587         * src/folder_item_prefs.h
1588         * src/foldersel.c
1589         * src/foldersel.h
1590         * src/folderutils.c
1591         * src/folderutils.h
1592         * src/folderview.c
1593         * src/folderview.h
1594         * src/grouplistdialog.c
1595         * src/grouplistdialog.h
1596         * src/headerview.c
1597         * src/html.c
1598         * src/html.h
1599         * src/image_viewer.c
1600         * src/image_viewer.h
1601         * src/imap.c
1602         * src/imap.h
1603         * src/imap_gtk.c
1604         * src/imap_gtk.h
1605         * src/import.c
1606         * src/import.h
1607         * src/importldif.c
1608         * src/importldif.h
1609         * src/importmutt.c
1610         * src/importmutt.h
1611         * src/importpine.c
1612         * src/importpine.h
1613         * src/inc.c
1614         * src/inc.h
1615         * src/jpilot.c
1616         * src/jpilot.h
1617         * src/ldapctrl.c
1618         * src/ldapctrl.h
1619         * src/ldaplocate.c
1620         * src/ldaplocate.h
1621         * src/ldapquery.c
1622         * src/ldapquery.h
1623         * src/ldapserver.c
1624         * src/ldapserver.h
1625         * src/ldaputil.c
1626         * src/ldaputil.h
1627         * src/ldif.c
1628         * src/ldif.h
1629         * src/main.c
1630         * src/main.h
1631         * src/mainwindow.c
1632         * src/mainwindow.h
1633         * src/manual.c
1634         * src/manual.h
1635         * src/mbox.c
1636         * src/message_search.c
1637         * src/message_search.h
1638         * src/messageview.c
1639         * src/messageview.h
1640         * src/mh.c
1641         * src/mh.h
1642         * src/mh_gtk.c
1643         * src/mh_gtk.h
1644         * src/mimeview.c
1645         * src/mimeview.h
1646         * src/msgcache.c
1647         * src/msgcache.h
1648         * src/mutt.c
1649         * src/mutt.h
1650         * src/news.c
1651         * src/news.h
1652         * src/news_gtk.c
1653         * src/news_gtk.h
1654         * src/partial_download.c
1655         * src/partial_download.h
1656         * src/pine.c
1657         * src/pine.h
1658         * src/pop.c
1659         * src/pop.h
1660         * src/prefs_account.c
1661         * src/prefs_account.h
1662         * src/prefs_actions.c
1663         * src/prefs_actions.h
1664         * src/prefs_common.c
1665         * src/prefs_common.h
1666         * src/prefs_compose_writing.c
1667         * src/prefs_compose_writing.h
1668         * src/prefs_customheader.c
1669         * src/prefs_customheader.h
1670         * src/prefs_display_header.c
1671         * src/prefs_display_header.h
1672         * src/prefs_filtering.c
1673         * src/prefs_filtering.h
1674         * src/prefs_filtering_action.c
1675         * src/prefs_filtering_action.h
1676         * src/prefs_folder_column.c
1677         * src/prefs_folder_column.h
1678         * src/prefs_folder_item.c
1679         * src/prefs_folder_item.h
1680         * src/prefs_fonts.c
1681         * src/prefs_fonts.h
1682         * src/prefs_gtk.c
1683         * src/prefs_gtk.h
1684         * src/prefs_image_viewer.c
1685         * src/prefs_image_viewer.h
1686         * src/prefs_matcher.c
1687         * src/prefs_matcher.h
1688         * src/prefs_message.c
1689         * src/prefs_msg_colors.c
1690         * src/prefs_msg_colors.h
1691         * src/prefs_other.c
1692         * src/prefs_quote.c
1693         * src/prefs_receive.c
1694         * src/prefs_send.c
1695         * src/prefs_spelling.c
1696         * src/prefs_spelling.h
1697         * src/prefs_summaries.c
1698         * src/prefs_summaries.h
1699         * src/prefs_summary_column.c
1700         * src/prefs_summary_column.h
1701         * src/prefs_template.c
1702         * src/prefs_template.h
1703         * src/prefs_themes.c
1704         * src/prefs_themes.h
1705         * src/prefs_toolbar.c
1706         * src/prefs_toolbar.h
1707         * src/prefs_wrapping.c
1708         * src/prefs_wrapping.h
1709         * src/privacy.c
1710         * src/privacy.h
1711         * src/procheader.c
1712         * src/procheader.h
1713         * src/procmime.c
1714         * src/procmime.h
1715         * src/procmsg.c
1716         * src/procmsg.h
1717         * src/quote_fmt.c
1718         * src/quote_fmt_parse.y
1719         * src/recv.c
1720         * src/recv.h
1721         * src/remotefolder.c
1722         * src/remotefolder.h
1723         * src/send_message.c
1724         * src/send_message.h
1725         * src/setup.c
1726         * src/setup.h
1727         * src/sourcewindow.c
1728         * src/sourcewindow.h
1729         * src/ssl_manager.c
1730         * src/ssl_manager.h
1731         * src/statusbar.c
1732         * src/statusbar.h
1733         * src/stock_pixmap.c
1734         * src/stock_pixmap.h
1735         * src/summary_search.c
1736         * src/summary_search.h
1737         * src/summaryview.c
1738         * src/summaryview.h
1739         * src/textview.c
1740         * src/textview.h
1741         * src/toolbar.c
1742         * src/toolbar.h
1743         * src/undo.c
1744         * src/undo.h
1745         * src/unmime.c
1746         * src/unmime.h
1747         * src/vcard.c
1748         * src/vcard.h
1749         * src/wizard.c
1750         * src/wizard.h
1751         * src/common/base64.c
1752         * src/common/base64.h
1753         * src/common/defs.h
1754         * src/common/hooks.c
1755         * src/common/hooks.h
1756         * src/common/log.c
1757         * src/common/log.h
1758         * src/common/mgutils.c
1759         * src/common/mgutils.h
1760         * src/common/nntp.c
1761         * src/common/nntp.h
1762         * src/common/passcrypt.c
1763         * src/common/passcrypt.h.in
1764         * src/common/plugin.c
1765         * src/common/plugin.h
1766         * src/common/prefs.c
1767         * src/common/prefs.h
1768         * src/common/progressindicator.c
1769         * src/common/progressindicator.h
1770         * src/common/quoted-printable.c
1771         * src/common/quoted-printable.h
1772         * src/common/session.c
1773         * src/common/session.h
1774         * src/common/smtp.c
1775         * src/common/smtp.h
1776         * src/common/socket.c
1777         * src/common/socket.h
1778         * src/common/ssl.c
1779         * src/common/ssl.h
1780         * src/common/ssl_certificate.c
1781         * src/common/ssl_certificate.h
1782         * src/common/stringtable.c
1783         * src/common/stringtable.h
1784         * src/common/template.c
1785         * src/common/template.h
1786         * src/common/timing.h
1787         * src/common/utils.c
1788         * src/common/utils.h
1789         * src/common/version.h.in
1790         * src/common/xml.c
1791         * src/common/xml.h
1792         * src/common/xmlprops.c
1793         * src/common/xmlprops.h
1794         * src/gtk/about.c
1795         * src/gtk/colorlabel.c
1796         * src/gtk/colorsel.c
1797         * src/gtk/colorsel.h
1798         * src/gtk/combobox.c
1799         * src/gtk/combobox.h
1800         * src/gtk/description_window.c
1801         * src/gtk/description_window.h
1802         * src/gtk/filesel.c
1803         * src/gtk/filesel.h
1804         * src/gtk/foldersort.c
1805         * src/gtk/foldersort.h
1806         * src/gtk/gtksctree.c
1807         * src/gtk/gtkutils.c
1808         * src/gtk/gtkutils.h
1809         * src/gtk/inputdialog.c
1810         * src/gtk/inputdialog.h
1811         * src/gtk/logwindow.c
1812         * src/gtk/logwindow.h
1813         * src/gtk/manage_window.c
1814         * src/gtk/manage_window.h
1815         * src/gtk/menu.c
1816         * src/gtk/menu.h
1817         * src/gtk/pluginwindow.c
1818         * src/gtk/pluginwindow.h
1819         * src/gtk/prefswindow.c
1820         * src/gtk/prefswindow.h
1821         * src/gtk/progressdialog.c
1822         * src/gtk/progressdialog.h
1823         * src/gtk/sslcertwindow.c
1824         * src/gtk/sslcertwindow.h
1825         * src/plugins/bogofilter/bogofilter.c
1826         * src/plugins/bogofilter/bogofilter.h
1827         * src/plugins/bogofilter/bogofilter_gtk.c
1828         * src/plugins/clamav/clamav_plugin.c
1829         * src/plugins/clamav/clamav_plugin.h
1830         * src/plugins/clamav/clamav_plugin_gtk.c
1831         * src/plugins/demo/demo.c
1832         * src/plugins/dillo_viewer/dillo_prefs.c
1833         * src/plugins/dillo_viewer/dillo_prefs.h
1834         * src/plugins/dillo_viewer/dillo_viewer.c
1835         * src/plugins/pgpcore/passphrase.c
1836         * src/plugins/pgpcore/passphrase.h
1837         * src/plugins/pgpcore/pgp_viewer.c
1838         * src/plugins/pgpcore/pgp_viewer.h
1839         * src/plugins/pgpcore/plugin.c
1840         * src/plugins/pgpcore/select-keys.c
1841         * src/plugins/pgpcore/select-keys.h
1842         * src/plugins/pgpcore/sgpgme.c
1843         * src/plugins/pgpcore/sgpgme.h
1844         * src/plugins/pgpinline/pgpinline.c
1845         * src/plugins/pgpinline/pgpinline.h
1846         * src/plugins/pgpinline/plugin.c
1847         * src/plugins/pgpmime/pgpmime.c
1848         * src/plugins/pgpmime/pgpmime.h
1849         * src/plugins/pgpmime/plugin.c
1850         * src/plugins/spamassassin/spamassassin.c
1851         * src/plugins/spamassassin/spamassassin.h
1852         * src/plugins/spamassassin/spamassassin_gtk.c
1853         * src/plugins/trayicon/trayicon.c
1854                 it's 2007, update the year in the copyright headers
1855
1856 2007-01-03 [paul]       2.6.1cvs95
1857
1858         * src/gtk/about.c
1859                 it is 2007, use it in the copyright string
1860
1861 2007-01-03 [paul]       2.6.1cvs94
1862
1863         * src/html.c
1864                 html entity conversion:
1865                 move &#153; to a more suitable place
1866                 add &bull; and &ndash;
1867                 make sure &mdash; and &#8212; are both
1868                 converted the same
1869
1870 2007-01-02 [colin]      2.6.1cvs93
1871
1872         * src/addrbook.c
1873                 Fix leak
1874         * src/common/plugin.c
1875                 Add comment
1876         * src/etpan/imap-thread.c
1877                 Fix warning
1878
1879 2006-12-31 [paul]       2.6.1cvs92
1880
1881         * src/prefs_summaries.c
1882                 use gtk_button_new_from_stock()
1883
1884 2006-12-30 [colin]      2.6.1cvs91
1885
1886         * src/folder.c
1887         * src/imap_gtk.c
1888         * src/mh_gtk.c
1889                 Don't update filtering and account paths 
1890                 when copying folders
1891
1892 2006-12-30 [colin]      2.6.1cvs90
1893
1894         * src/prefs_compose_writing.c
1895         * src/prefs_quote.c
1896         * src/prefs_template.c
1897                 Use message font for Writing and 
1898                 Quoting prefs, as well as Templates.
1899
1900 2006-12-30 [colin]      2.6.1cvs89
1901
1902         * src/prefs_summaries.c
1903                 Rework GUI; patch by Pawel
1904
1905 2006-12-29 [colin]      2.6.1cvs88
1906
1907         * src/prefs_folder_item.c
1908                 Fix bug 1085, 'Apply to subfolder 
1909                 doesn't work' - I was mistaken saying
1910                 it worked in every case
1911
1912 2006-12-28 [colin]      2.6.1cvs87
1913
1914         * src/gtk/gtkaspell.c
1915                 Don't assert if use_alternate is true
1916                 and alt_dictionary isn't set -- this 
1917                 is what happens on upgrade! Rather,
1918                 do with it.
1919
1920 2006-12-28 [colin]      2.6.1cvs86
1921
1922         * Makefile.am
1923                 Fix desktop/icon simplification
1924
1925 2006-12-28 [colin]      2.6.1cvs85
1926
1927         * Makefile.am
1928                 Make desktop and icon not 
1929                 dependant on the desktop
1930
1931 2006-12-28 [wwp]        2.6.1cvs84
1932
1933         * src/plugins/pgpmime/claws.def
1934                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
1935
1936 2006-12-28 [wwp]        2.6.1cvs83
1937
1938         * src/prefs_folder_item.c
1939                 Fix coloring of "simplify subject regexp" (folder prefs),
1940                 which might be left to red whereas the regexp gets empty.
1941
1942 2006-12-28 [wwp]        2.6.1cvs82
1943
1944         * src/prefs_common.c
1945         * src/prefs_common.h
1946         * src/addressbook.c
1947         * src/addressitem.h
1948                 Save addressbook mainwindow's horizontal and vertical splitter position.
1949
1950 2006-12-27 [wwp]        2.6.1cvs81
1951
1952         * src/gtk/gtkaspell.c
1953         * src/gtk/gtkaspell.h
1954         * src/compose.c
1955                 Fix assignment of compose's default and alternate dictionary from
1956                 account or folder settings. Now gtkaspell_change_dict does rotate
1957                 dicts only when it's called from a menu cb.
1958
1959 2006-12-27 [wwp]        2.6.1cvs80
1960
1961         * src/folder_item_prefs.c
1962                 Fix randomly initialized default-alt-dictionary (folder prefs),
1963                 complete 2.6.1cvs72.
1964
1965 2006-12-27 [paul]       2.6.1cvs79
1966
1967         * src/imap_gtk.c
1968         * src/mh_gtk.c
1969                 Add Copy folder in the folder's contextual
1970                 menu
1971
1972 2006-12-27 [wwp]        2.6.1cvs78
1973
1974         * src/imap.c
1975                 Clean up session locking, thanks to Colin.
1976
1977 2006-12-26 [colin]      2.6.1cvs77
1978
1979         * src/statusbar.c
1980                 Revert previous patch
1981
1982 2006-12-26 [colin]      2.6.1cvs76
1983
1984         * src/folder.c
1985         * src/folderview.c
1986         * src/imap.c
1987         * src/statusbar.c
1988         * src/etpan/imap-thread.c
1989                 Fix previous commit warnings
1990                 Make statusbar update every second if total < 20
1991                 Make IMAP APPEND faster by simplifying log              
1992
1993 2006-12-26 [colin]      2.6.1cvs75
1994
1995         * src/folder.c
1996         * src/folder.h
1997         * src/folderview.c
1998         * src/folderview.h
1999         * src/imap_gtk.c
2000         * src/mh_gtk.c
2001                 Make it possible to copy folders accross
2002                 mailboxes (this was an arbitrary limitation).
2003                 Still make it impossible to move folders 
2004                 accross mailboxes.
2005
2006 2006-12-26 [colin]      2.6.1cvs74
2007
2008         * src/etpan/imap-thread.c
2009                 Fix bug 1081, 'claws-mail 
2010                 segfaults when going offline 
2011                 while it transfers mails via 
2012                 imap'
2013
2014 2006-12-26 [colin]      2.6.1cvs73
2015
2016         * src/folder_item_prefs.c
2017                 Don't forget alt dictionary when
2018                 renaming/moving folders
2019
2020 2006-12-26 [wwp]        2.6.1cvs72
2021
2022         * src/folder_item_prefs.c
2023                 Add missing defaults for per-folder alt dict
2024                 (forgotten in 2.6.1cvs61).
2025
2026 2006-12-26 [colin]      2.6.1cvs71
2027
2028         * src/wizard.c
2029                 Add tooltip to state that specifying
2030                 full path to mailbox is possible
2031
2032 2006-12-26 [wwp]        2.6.1cvs70
2033
2034         * src/partial_download.c
2035         * src/gtk/gtkvscrollbutton.c
2036         * src/plugins/pgpinline/plugin.c
2037                 Fix for few compiler warnings that matter.
2038
2039 2006-12-25 [colin]      2.6.1cvs69
2040
2041         * src/partial_download.c
2042                 Fix marking for download or deletion
2043                 when the header isn't the first
2044         * src/gtk/logwindow.c
2045                 Fix start of scrolling
2046
2047 2006-12-23 [paul]       2.6.1cvs68
2048
2049         * src/compose.c
2050                 change last commit to use the 'academic'
2051                 method instead. Thanks to wwp
2052
2053 2006-12-23 [paul]       2.6.1cvs67
2054
2055         * src/compose.c
2056                 don't warn about empty subject when
2057                 redirecting
2058
2059 2006-12-22 [colin]      2.6.1cvs66
2060
2061         * src/summary_search.c
2062                 Fix previous patch
2063
2064 2006-12-22 [colin]      2.6.1cvs65
2065
2066         * src/gtk/gtkutils.c
2067         * src/imap.c
2068         * src/jpilot.c
2069         * src/summary_search.c
2070                 A few warning fixes
2071
2072 2006-12-23 [paul]       
2073
2074         2.7.0-rc2 released
2075
2076 2006-12-22 [colin]      2.6.1cvs64
2077
2078         * src/toolbar.c
2079         * src/toolbar.h
2080                 Add a combo to the learn spam button
2081         * src/plugins/bogofilter/bogofilter.c
2082         * src/plugins/bogofilter/bogofilter_gtk.c
2083         * src/plugins/bogofilter/bogofilter.h
2084                 Allow to store Unsure mails in a specific
2085                 folder to make better teaching easier
2086
2087 2006-12-21 [wwp]        2.6.1cvs63
2088
2089         * src/compose.c
2090         * src/prefs_common.c
2091         * src/prefs_common.h
2092         * src/prefs_spelling.c
2093         * src/gtk/gtkaspell.c
2094         * src/gtk/gtkaspell.h
2095                 Allow spell-checking using both current and alternate dictionaries
2096                 (thanks to Colin).
2097
2098 2006-12-21 [wwp]        2.6.1cvs62
2099
2100         * src/gtk/gtkaspell.c
2101                 Apply recheck_when_changing_dict (highlight all mispelled words)
2102                 when switching to alternate dictionary.
2103
2104 2006-12-21 [wwp]        2.6.1cvs61
2105
2106         * src/compose.c
2107         * src/folder_item_prefs.h
2108         * src/prefs_common.c
2109         * src/prefs_common.h
2110         * src/prefs_folder_item.c
2111         * src/prefs_spelling.c
2112         * src/gtk/gtkaspell.c
2113         * src/gtk/gtkaspell.h
2114                 Add global and per-folder prefs to set the default
2115                 alternate dictionary.
2116
2117 2006-12-21 [colin]      2.6.1cvs60
2118
2119         * src/folder.c
2120                 Look for folders by path in all folders
2121         * src/html.c
2122                 add &mdash;
2123
2124 2006-12-20 [colin]      2.6.1cvs59
2125
2126         * src/gtk/quicksearch.c
2127                 Make sure in_typing is false when clearing
2128
2129 2006-12-20 [wwp]        2.6.1cvs58
2130
2131         * configure.ac
2132                 change manual's target dir to be LFH-compliant (thanks to Colin).
2133
2134 2006-12-20 [wwp]        2.6.1cvs57
2135
2136         * src/prefs_common.c
2137         * src/prefs_summaries.c
2138                 i18n fix and factorize patch, thanks to Fabien.
2139
2140 2006-12-20 [paul]       2.6.1cvs56
2141
2142         * configure.ac
2143                 last of the renaming (??)
2144         * src/main.c
2145                 correct --help info of --status-full
2146         * src/plugins/bogofilter/bogofilter.c
2147                 make FALSE default of whitelist_ab
2148
2149 2006-12-19 [colin]      2.6.1cvs55
2150
2151         * src/jpilot.c
2152                 Same as before, without depending on
2153                 pisock >= 0.12
2154
2155 2006-12-19 [colin]      2.6.1cvs54
2156
2157         * src/jpilot.c
2158                 Fix bug 1059, 'Better jpilot charset 
2159                 handling'. Use libpisync's charset conversion
2160                 if possible
2161
2162 2006-12-19 [colin]      2.6.1cvs53
2163
2164         * po/fr.po
2165                 Updated by Fabien
2166
2167 2006-12-19 [wwp]        2.6.1cvs52
2168
2169         * src/gtk/about.c
2170                 Add missing #include (thanks to Colin).
2171
2172 2006-12-19 [wwp]        2.6.1cvs51
2173
2174         * src/prefs_receive.c
2175                 Better spacing between widgets in prefs.
2176
2177 2006-12-18 [colin]      2.6.1cvs50
2178
2179         * src/imap.c
2180                 Fix failure to get separator on LIST "" ""
2181                 Try LIST "" "INBOX" too.
2182
2183 2006-12-18 [wwp]        2.6.1cvs49
2184
2185         * src/common/session.c
2186                 Fix a compiler warning (thanks to Fabien).
2187
2188 2006-12-18 [wwp]        2.6.1cvs48
2189
2190         * src/compose.c
2191         * src/prefs_quote.c
2192                 Factorize some strings for translation (it's about error
2193                 messages when applying or checking template/quote format).
2194
2195 2006-12-18 [colin]      2.6.1cvs47
2196
2197         * Makefile.am
2198         * src/common/defs.h
2199         * src/gtk/Makefile.am
2200         * src/gtk/about.c
2201                 Add a Release notes tab from the contents of
2202                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
2203
2204 2006-12-17 [colin]      2.6.1cvs46
2205
2206         * src/mimeview.c
2207         * src/textview.c
2208         * src/gtk/filesel.c
2209                 Correctly convert from/to UTF8/filename encoding
2210                 when loading and saving files. Probably fixes
2211                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
2212                 for a file to attach and is blocked...'
2213
2214 2006-12-17 [colin]      2.6.1cvs45
2215
2216         * src/gtk/logwindow.c
2217                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
2218                 IMAP folder and is blocked on main thread': 
2219                 make sure we put utf8 in the log.
2220
2221 2006-12-16 [colin]      2.6.1cvs44
2222
2223         * src/toolbar.c
2224         * src/toolbar.h
2225                 Fix bug 1055, 'Add the 'cancel receive' 
2226                 in the available events for the toolbar buttons'
2227
2228 2006-12-16 [colin]      2.6.1cvs43
2229
2230         * po/POTFILES.in
2231         * src/imap.c
2232         * src/common/nntp.c
2233         * src/common/session.c
2234                 Log error when SSL handshakes fail. 
2235                 Fixes bug 1082, 'incorrect / imprecise 
2236                 error message when imap server provides 
2237                 ssl only through STARTTLS but SSL is 
2238                 selected'
2239
2240 2006-12-15 [wwp]        2.6.1cvs42
2241
2242         * src/plugins/bogofilter/bogofilter_gtk.c
2243                 set proper sensitivity to widgets I've recently added.
2244
2245 2006-12-15 [colin]      
2246
2247         2.7.0-rc1 released
2248
2249 2006-12-15 [wwp]        2.6.1cvs41
2250
2251         * src/plugins/bogofilter/bogofilter.c
2252         * src/plugins/bogofilter/bogofilter.h
2253         * src/plugins/bogofilter/bogofilter_gtk.c
2254                 bogofilter's whitelist can now use a subset of
2255                 the addressbook (either a book, a subfolder of a book,
2256                 or the whole addressbook by using "Any"). Re-used there
2257                 some pref_matcher widgets and mechanisms to match a subset
2258                 of the addressbook.
2259
2260 2006-12-15 [wwp]        2.6.1cvs40
2261
2262         * src/wizard.c
2263         * src/common/plugin.c
2264         * src/common/plugin.h
2265         * src/gtk/about.c
2266         * src/plugins/bogofilter/bogofilter.c
2267         * src/plugins/clamav/clamav_plugin.c
2268         * src/plugins/demo/demo.c
2269         * src/plugins/dillo_viewer/dillo_viewer.c
2270         * src/plugins/pgpcore/plugin.c
2271         * src/plugins/pgpinline/plugin.c
2272         * src/plugins/pgpmime/plugin.c
2273         * src/plugins/spamassassin/spamassassin.c
2274         * src/plugins/trayicon/trayicon.c
2275                 factorize some translatable strings (plugins-related),
2276                 fix missing punctuation in several places,
2277                 remove useless translatable \n in about.c,
2278                 and factorize plugin init code w/ a new function
2279                 check_plugin_version() in common/plugin.c.
2280                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2281
2282 2006-12-15 [wwp]        2.6.1cvs39
2283
2284         * src/plugins/bogofilter/bogofilter.c
2285         * src/plugins/bogofilter/bogofilter_gtk.c
2286                 flag whitelisted spams as spam, but don't filter it to the spam
2287                 folder. Thanks to Colin.
2288
2289 2006-12-15 [ticho]      2.6.1cvs38
2290
2291         * src/plugins/bogofilter/bogofilter.c
2292         * src/plugins/bogofilter/bogofilter.h
2293         * src/plugins/bogofilter/bogofilter_gtk.c
2294                 Add option to whitelist senders found in addressbook. Patch by colin.
2295
2296 2006-12-15 [paul]       2.6.1cvs37
2297
2298         * src/folderview.c
2299                 add missing #include "log.h"
2300
2301 2006-12-15 [paul]       2.6.1cvs36
2302
2303         * src/plugins/bogofilter/bogofilter.c
2304         * src/plugins/bogofilter/bogofilter.h
2305         * src/plugins/bogofilter/bogofilter_gtk.c
2306                 Add an option to allow inserting an
2307                 X-Claws-Bogosity header (on MH folders
2308                 only). Patch by Colin
2309
2310 2006-12-14 [colin]      2.6.1cvs35
2311
2312         * src/main.c
2313                 "Yes" should be the default choice for
2314                 migration configuration
2315
2316 2006-12-14 [paul]       2.6.1cvs34
2317
2318         * src/prefs_summaries.c
2319         * manual/advanced.xml
2320                 Unhide mark_as_read_delay
2321
2322 2006-12-14 [paul]       2.6.1cvs33
2323
2324         * src/messageview.c
2325         * src/messageview.h
2326         * src/mimeview.c
2327         * src/mimeview.h
2328         * src/summaryview.c
2329         * src/textview.c
2330         * src/textview.h
2331                 Fix printing of selection
2332                 Fix printing of message parts
2333                 Fix printing of images
2334         * src/gtk/gtksourceprintjob.c
2335                 Fix page count when there are images
2336
2337 2006-12-14 [wwp]        2.6.1cvs32
2338
2339         * src/mainwindow.c
2340         * src/summaryview.c
2341         * src/summaryview.h
2342         * src/gtk/quicksearch.c
2343                 fix quicksearch 'magnify' button status when QS is closed
2344                 using the Escape key, thanks to Colin.
2345
2346 2006-12-14 [wwp]        2.6.1cvs31
2347
2348         * src/mainwindow.c
2349         * src/summaryview.c
2350         * src/summaryview.h
2351         * src/gtk/quicksearch.c
2352                 fix quicksearch 'magnify' button status when QS is closed
2353                 using the Escape key, thanks to Colin.
2354
2355 2006-12-13 [colin]      2.6.1cvs30
2356
2357         * src/ldapquery.c
2358         * src/ldaputil.c
2359                 Use the binary safe version of ldap_get_values,
2360                 to make sure we manipulate null-terminated 
2361                 strings. Maybe fixes bug 1075, 'claws mail 
2362                 segfault when completing ldap adresses'
2363         * src/syldap.c ** REMOVED **
2364         * src/syldap.h ** REMOVED **
2365                 Remove dead files
2366
2367 2006-12-13 [mones]      2.6.1cvs29
2368
2369         * po/es.po
2370                 Fixed piped strings, fixed click translation
2371
2372 2006-12-13 [paul]       2.6.1cvs28
2373
2374         * src/main.c
2375                 don't translate these strings
2376
2377 2006-12-13 [paul]       2.6.1cvs27
2378
2379         * po/en_GB.po
2380                 updated
2381
2382 2006-12-13 [colin]      2.6.1cvs26
2383
2384         * src/main.c
2385         * src/main.h
2386                 Add claws_is_starting()
2387
2388 2006-12-13 [mones]      2.6.1cvs25
2389
2390         * manual/es/advanced.xml
2391         * po/es.po
2392                 Synced manual and updated translation
2393
2394 2006-12-12 [colin]      2.6.1cvs24
2395
2396         * src/wizard.c
2397                 Add an option to use STARTTLS in the
2398                 welcome wizard. Fixes bug 1080, 
2399                 'Using SSL option in wizard for incoming 
2400                 server does not activate SSL with STARTTLS'
2401
2402 2006-12-12 [colin]      2.6.1cvs23
2403
2404         * src/main.c
2405                 Don't exit when there's an incomplete
2406                 mailbox configured - leaves a chance 
2407                 to fix a failing IMAP account. Exit
2408                 if no mailbox at all is loaded (case
2409                 of missing plugin).
2410                 Completes bug 1077's fix (I was wrong
2411                 in this bug's comment #3).
2412
2413 2006-12-12 [colin]      2.6.1cvs22
2414
2415         * src/gtk/menu.h
2416                 Add another menu data type
2417         * src/prefs_account.c
2418                 Complete the completion of bug 1076
2419                 (doesn't lose the pref on apply)
2420
2421 2006-12-12 [paul]       2.6.1cvs21
2422
2423         * src/prefs_account.c
2424                 complete the fix of bug 1076
2425                 also be more verbose with the text
2426
2427 2006-12-12 [paul]       2.6.1cvs20
2428
2429         * src/gtk/combobox.c
2430                 fix compilation warning
2431
2432 2006-12-11 [colin]      2.6.1cvs19
2433
2434         * src/wizard.c
2435                 Document :port in server entry tooltips
2436
2437 2006-12-11 [colin]      2.6.1cvs18
2438
2439         * src/main.c
2440                 Fix compile
2441
2442 2006-12-11 [colin]      2.6.1cvs17
2443
2444         * src/main.c
2445                 Add failing IMAP as a reason for no
2446                 mailbox
2447
2448 2006-12-11 [colin]      2.6.1cvs16
2449
2450         * src/prefs_account.c
2451                 Check for existence of inbox for local
2452                 accounts too
2453         * src/wizard.c
2454                 Allow setting the port to use for servers
2455                 by using the usual "server.example.com:port"
2456                 syntax. Fixes bug 1077, 'sylpheed-claws does 
2457                 not start when IMAP server is unavailable'
2458
2459 2006-12-11 [colin]      2.6.1cvs15
2460
2461         * src/prefs_account.c
2462                 Prevent use of non-existing default inbox
2463
2464 2006-12-11 [colin]      2.6.1cvs14
2465
2466         * src/prefs_account.c
2467                 Fix sensitivity. Fixes bug 1076, 'privacy 
2468                 options are displayed even when pgp plugin 
2469                 not loaded / available'
2470
2471 2006-12-09 [colin]      2.6.1cvs13
2472
2473         * manual/advanced.xml
2474         * src/prefs_common.c
2475         * src/prefs_common.h
2476         * src/common/ssl_certificate.c
2477                 Add a new hidden preference, 'unsafe_ssl_certs',
2478                 which allows to store multiple certificates per
2479                 server/port. This is disabled by default because
2480                 it's less secure (presenting a new certificate
2481                 instead of a changed one raises less alarms).
2482                 This will cause Claws to ask about an unknown
2483                 certificate for people who have used 2.6.1cvs8
2484                 or greater.
2485
2486 2006-12-09 [colin]      2.6.1cvs12
2487
2488         * src/action.c
2489                 Fix cache updating after action
2490
2491 2006-12-07 [wwp]        2.6.1cvs11
2492
2493         * src/compose.c
2494                 fix email address comparison when replying to all
2495                 (avoid replying to ourselves), thanks to Colin.
2496
2497 2006-12-06 [paul]       2.6.1cvs10
2498
2499         * src/addrharvest.c
2500         * src/editldap.c
2501         * src/expldifdlg.c
2502         * src/news.c
2503         * src/toolbar.c
2504         * src/common/utils.c
2505                 ...and more renaming
2506                 Thanks to Colin
2507
2508 2006-12-06 [paul]       2.6.1cvs9
2509
2510         * src/compose.c
2511         * src/messageview.c
2512         * src/procheader.c
2513         * src/procmime.c
2514         * src/procmsg.c
2515         * src/textview.c
2516                 more renaming
2517                 Thanks to Colin
2518
2519 2006-12-06 [colin]      2.6.1cvs8
2520
2521         * src/ssl_manager.c
2522         * src/common/ssl_certificate.c
2523         * src/common/ssl_certificate.h
2524                 Handle multiple certificates per host/port
2525
2526 2006-12-06 [colin]      2.6.1cvs7
2527
2528         * src/etpan/imap-thread.c
2529                 Fix certificate checking on IMAP
2530
2531 2006-12-06 [colin]      2.6.1cvs6
2532
2533         * src/folderview.c
2534                 Fix bug 1072, 'Claws stops fetching newsgroups 
2535                 from server when newsgroup got deleted': continue
2536                 checking other groups
2537
2538 2006-12-05 [wwp]        2.6.1cvs5
2539
2540         * src/message_search.c
2541         * src/summary_search.c
2542         * src/gtk/combobox.c
2543         * src/gtk/combobox.h
2544         * src/gtk/gtkutils.c
2545         * src/gtk/gtkutils.h
2546                 make up and down arrow keys in modern gtk_combo_box_entry widgets
2547                 behave like w/ old comboboxes (summary and message search only).
2548
2549 2006-12-05 [paul]       2.6.1cvs4
2550
2551         * src/wizard.c
2552                 encode headers
2553                 Thanks to Colin
2554
2555 2006-12-05 [paul]       2.6.1cvs3
2556
2557         * tools/README
2558         * tools/textviewer.pl
2559                 script updated and description added
2560
2561 2006-12-04 [colin]      2.6.1cvs2
2562
2563         * src/compose.c
2564                 Run pre-send hook only when checking
2565                 everything
2566
2567 2006-12-04 [paul]       2.6.1cvs1
2568
2569         * NEWS
2570         * README
2571         * RELEASE_NOTES
2572         * configure.ac
2573         * tools/README
2574                 bump up version number following stable release
2575
2576 2006-12-04 [paul]       2.6.0cvs83
2577
2578         * README
2579                 updates and corrections
2580
2581 2006-12-04 [colin]      2.6.0cvs82
2582
2583         * src/common/utils.c
2584                 Probably fix bug 1066, 'Incorrect mailbox 
2585                 size displayed'
2586
2587 2006-12-04 [colin]      2.6.0cvs81
2588
2589         * src/common/utils.c
2590                 Trim tabs from mailcap file too.
2591
2592 2006-12-02 [paul]       2.6.0cvs80
2593
2594         * src/exphtmldlg.c
2595                 fix broken GUI under certain languages
2596         * src/expldifdlg.c
2597                 put the Cancel button to the right
2598
2599 2006-12-01 [paul]       2.6.0cvs79
2600
2601         * tools/Makefile.am
2602                 remove reference to removed file
2603
2604 2006-12-01 [wwp]        2.6.0cvs78
2605
2606         * src/addressbook.c
2607         * src/editaddress.c
2608                 remove forgotten debug statements.
2609
2610 2006-12-01 [wwp]        2.6.0cvs77
2611
2612         * manual/advanced.xml
2613         * manual/fr/advanced.xml
2614         * src/addressbook.c
2615         * src/addressbook.h
2616         * src/addressitem.h
2617         * src/editaddress.c
2618         * src/editaddress.h
2619         * src/prefs_common.c
2620         * src/prefs_common.h
2621         * src/gtk/gtkutils.c
2622         * src/gtk/gtkutils.h
2623                 add a hidden option to allow embedding the editaddress (edit contact details)
2624                 dialog into the addressbook's window. This doesn't change the default
2625                 behaviour.
2626
2627 2006-12-01 [wwp]        2.6.0cvs76
2628
2629         * src/message_search.c
2630         * src/summary_search.c
2631                 fix more focus issues (don't set focus to combobox's entry widget when
2632                 entry's value changed, if entry widget has focus already).
2633
2634 2006-12-01 [wwp]        2.6.0cvs75
2635
2636         * src/gtk/quicksearch.c
2637                 revert last changes to the quicksearch gtk_combo_box, this needs more
2638                 tuning and testing.
2639
2640 2006-12-01 [paul]       2.6.0cvs74
2641
2642         * tools/kdeservicemenu/README
2643         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2644         * tools/kdeservicemenu/install.sh
2645         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
2646         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
2647                 simplify this stuff, and in so doing,
2648                 fix it. (possibly re-extend it again at
2649                 a later date)
2650
2651 2006-12-01 [wwp]        2.6.0cvs73
2652
2653         * src/gtk/quicksearch.c
2654                 adapt quicksearch code to use modern gtk_combo_box'es.
2655
2656 2006-12-01 [wwp]        2.6.0cvs72
2657
2658         * src/common/defs.h
2659         * src/prefs_common.c
2660         * src/prefs_common.h
2661         * src/message_search.c
2662         * src/summary_search.c
2663         * src/gtk/combobox.c
2664         * src/gtk/combobox.h
2665                 add history combos to all message and summary search fields.
2666
2667 2006-12-01 [wwp]        2.6.0cvs71
2668
2669         * src/summaryview.c
2670                 As the list may change while the mark as read delay
2671                 runs, we can't rely on the 'row' pointer, which can
2672                 be invalid when the timeout is called. As the mark
2673                 as read is only done if the message is still selected,
2674                 use summaryview->selected instead. Thanks to Colin.
2675
2676 2006-11-30 [paul]       2.6.0cvs70
2677
2678         * src/textview.c
2679                 give emphasis to "Sylpheed-Claws"
2680                 as well as "Claws Mail"
2681
2682 2006-11-30 [colin]      2.6.0cvs69
2683
2684         * src/wizard.c
2685                 Put the SSL checkboxes in the receiving
2686                 and sending server pages.
2687
2688 2006-11-29 [colin]      2.6.0cvs68
2689
2690         * src/gtk/gtkutils.c
2691         * src/gtk/gtkvscrollbutton.c
2692                 Revert some deprecated fixes - they seem to
2693                 deprecate stuff as soon as a new one gets out.
2694                 g_object_ref_sink needed glib-2.10.
2695
2696 2006-11-29 [colin]      2.6.0cvs67
2697
2698         * src/common/utils.c
2699                 Create .mailcap if it doesn't exist
2700
2701 2006-11-29 [colin]      2.6.0cvs66
2702
2703         * src/compose.c
2704                 Followup to cvs60: use original list
2705                 of recipients if replying to a mail
2706                 in Sent Drafts or Queue.
2707
2708 2006-11-27 [paul]       2.6.0cvs65
2709
2710         * src/image_viewer.c
2711                 revert the last change for now (it's broken)
2712
2713 2006-11-27 [paul]       2.6.0cvs64
2714
2715         * Makefile.am
2716         * configure.ac
2717         * m4/aclocal-include.m4
2718         * m4/check-type.m4
2719         * src/Makefile.am
2720         * src/addr_compl.c
2721         * src/compose.c
2722         * src/crash.c
2723         * src/export.c
2724         * src/exporthtml.c
2725         * src/exportldif.c
2726         * src/imap.c
2727         * src/import.c
2728         * src/main.c
2729         * src/main.h
2730         * src/matcher.c
2731         * src/mimeview.c
2732         * src/procmsg.c
2733         * src/textview.c
2734         * src/common/Makefile.am
2735         * src/common/claws.c
2736         * src/common/claws.h
2737         * src/common/ssl.c
2738         * src/common/sylpheed.c
2739         * src/common/sylpheed.h
2740         * src/etpan/Makefile.am
2741         * src/gtk/Makefile.am
2742         * src/gtk/claws-marshal.list
2743         * src/gtk/filesel.c
2744         * src/gtk/gtksctree.c
2745         * src/gtk/quicksearch.c
2746         * src/gtk/sylpheed-marshal.list
2747         * src/plugins/bogofilter/bogofilter.c
2748         * src/plugins/bogofilter/bogofilter_gtk.c
2749         * src/plugins/clamav/clamav_plugin.c
2750         * src/plugins/clamav/clamav_plugin_gtk.c
2751         * src/plugins/demo/demo.c
2752         * src/plugins/dillo_viewer/dillo_viewer.c
2753         * src/plugins/pgpcore/Makefile.am
2754         * src/plugins/pgpcore/claws.def
2755         * src/plugins/pgpcore/pgp_viewer.c
2756         * src/plugins/pgpcore/plugin.c
2757         * src/plugins/pgpcore/sylpheed.def
2758         * src/plugins/pgpinline/Makefile.am
2759         * src/plugins/pgpinline/claws.def
2760         * src/plugins/pgpinline/plugin.c
2761         * src/plugins/pgpinline/sylpheed.def
2762         * src/plugins/pgpmime/Makefile.am
2763         * src/plugins/pgpmime/claws.def
2764         * src/plugins/pgpmime/plugin.c
2765         * src/plugins/pgpmime/sylpheed.def
2766         * src/plugins/spamassassin/spamassassin.c
2767         * src/plugins/spamassassin/spamassassin_gtk.c
2768         * src/plugins/trayicon/trayicon.c
2769                 yet more renaming
2770                 remove deprecated gtk_tooltips_set_delay()
2771
2772 2006-11-26 [paul]       2.6.0cvs63
2773
2774         * src/expldifdlg.c
2775         * src/folderview.c
2776         * src/image_viewer.c
2777         * src/mainwindow.c
2778         * src/gtk/gtkutils.c
2779         * src/gtk/gtkvscrollbutton.c
2780         * src/gtk/prefswindow.c
2781         * src/plugins/pgpcore/prefs_gpg.c
2782                 replace more deprecated GTK+ functions
2783
2784 2006-11-26 [paul]       2.6.0cvs62
2785
2786         * src/addr_compl.c
2787         * src/addressbook.c
2788         * src/browseldap.c
2789                 replace deprecated gtk_idle_... functions
2790
2791 2006-11-26 [paul]       2.6.0cvs61
2792
2793         * src/compose.c
2794         * src/folderview.c
2795         * src/inc.c
2796         * src/summaryview.c
2797         * src/gtk/gtkvscrollbutton.c
2798         * src/gtk/quicksearch.c
2799         * src/plugins/pgpcore/passphrase.c
2800                 replace deprecated gtk_timeout_add and
2801                 gtk_timeout_remove
2802
2803 2006-11-26 [paul]       2.6.0cvs60
2804
2805         * src/compose.c
2806                 fix bug that caused the wrong recipient
2807                 to be selected when replying to a msg
2808                 which is From one of our accounts to
2809                 another of our accounts
2810
2811 2006-11-25 [paul]       2.6.0cvs59
2812
2813         * src/summaryview.c
2814                 don't change the From column title to
2815                 To if the To column is visible
2816
2817 2006-11-24 [paul]       2.6.0cvs58
2818
2819         * src/compose.c
2820                 fix bug 1069, 'Sent mails disappear, BCC
2821                 or locking problem?'
2822
2823 2006-11-21 [wwp]        2.6.0cvs57
2824
2825         * src/compose.c
2826                 fix spelling menu when replying (same as 2.3.1cvs39):
2827                 discrepancy between context menu and top menu when
2828                 folder's dictionary isn't the default one.
2829
2830 2006-11-19 [paul]       2.6.0cvs56
2831
2832         * src/summaryview.c
2833                 obey always_show_msg option when
2834                 marking as spam
2835         * src/plugins/bogofilter/bogofilter.c
2836                 fix typo
2837
2838 2006-11-18 [paul]       2.6.0cvs55
2839
2840         * AUTHORS
2841         * README
2842         * debian/copyright
2843         * manual/ack.xml
2844         * manual/es/ack.xml
2845         * manual/fr/ack.xml
2846         * manual/pl/ack.xml
2847         * src/gtk/authors.h
2848         * src/gtk/icon_legend.c
2849         * src/gtk/icon_legend.h
2850         * tools/OOo2claws-mail.pl
2851         * tools/README
2852         * tools/acroread2claws-mail.pl
2853         * tools/claws.i18n.status.pl
2854         * tools/filter_conv.pl
2855         * tools/filter_conv_new.pl
2856         * tools/freshmeat_search.pl
2857         * tools/google_search.pl
2858         * tools/kmail2claws-mail.pl
2859         * tools/kmail2claws-mail_v2.pl
2860         * tools/maildir2claws-mail.pl
2861         * tools/make.themes.project
2862         * tools/multiwebsearch.pl
2863         * tools/outlook2claws-mail.pl
2864         * tools/tb2claws-mail
2865         * tools/kdeservicemenu/README
2866         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2867                 update mine and wwp's email addresses in
2868                 several places
2869                 Patch by wwp
2870         * src/prefs_compose_writing.c
2871                 set sensitivity on 'new message format' frame
2872
2873 2006-11-17 [paul]       2.6.0cvs54
2874
2875         * src/gtk/about.c
2876                 more reworking of the GUI
2877                 Patch by Fabien Vantard
2878
2879 2006-11-16 [paul]       2.6.0cvs53
2880
2881         * src/gtk/about.c
2882                 set a minimum size for the window, allow
2883                 it to automatically expand as necessary
2884
2885 2006-11-16 [wwp]        2.6.0cvs52
2886
2887         * src/gtk/about.c
2888                 better wrap of copyright info on some systems.
2889
2890 2006-11-16 [paul]       2.6.0cvs51
2891
2892         * src/gtk/about.c
2893                 move the tech info from the upper panel
2894                 to the Info tab
2895                 use a gtk_text_view for the features tab
2896
2897 2006-11-16 [paul]       2.6.0cvs50
2898
2899         * po/Makevars
2900                 update my email address
2901         * src/addressbook.c
2902         * src/compose.c
2903         * src/imap_gtk.c
2904         * src/mh_gtk.c
2905         * src/news_gtk.c
2906         * src/summaryview.c
2907         * src/plugins/trayicon/trayicon.c
2908                 don't offer simple menu separators
2909                 for translation
2910         * src/folderview.c
2911                 add separator between 'mark all read'
2912                 and 'search folder'
2913
2914 2006-11-15 [wwp]        2.6.0cvs49
2915
2916         * src/gtk/authors.h
2917                 updated manuals authors.
2918
2919 2006-11-14 [paul]       2.6.0cvs48
2920
2921         * src/compose.c
2922                 Fix Options/Reply mode after draft save
2923
2924 2006-11-14 [paul]       2.6.0cvs47
2925
2926         * src/Makefile.am
2927                 Fix make DESTDIR=...
2928         * src/mbox.c
2929                 Optimise speed
2930         * src/plugins/pgpinline/pgpinline.c
2931                 Probably fix bug 1061
2932
2933 2006-11-14 [paul]       2.6.0cvs46
2934
2935         * po/Makevars
2936                 enable Q_ macro
2937         * src/Makefile.am
2938         * src/stock_pixmap.c
2939         * src/stock_pixmap.h
2940         * src/gtk/about.c
2941         * src/pixmaps/active.xpm
2942         * src/pixmaps/inactive.xpm
2943                 add a new page, 'Features', to the About dialog
2944                 showing which features are compiled in and which
2945                 are not
2946
2947 2006-11-14 [paul]       2.6.0cvs45
2948
2949         * po/ru.po
2950                 updated by Pavlo Bohmat
2951
2952 2006-11-14 [colin]      2.6.0cvs44
2953
2954         * src/compose.c
2955         * src/inc.c
2956         * src/messageview.c
2957         * src/news.c
2958         * src/pop.c
2959         * src/procmsg.c
2960         * src/gtk/gtkaspell.c
2961                 Fix 64-bit-related warnings
2962         * src/ssl_manager.c
2963                 Fix possible infinite loop
2964         * src/plugins/pgpcore/sgpgme.c
2965                 Remove useless check
2966
2967 2006-11-13 [colin]      2.6.0cvs43
2968
2969         * src/gtk/Makefile.am
2970                 authors.h isn't generated
2971
2972 2006-11-13 [colin]      2.6.0cvs42
2973
2974         * src/plugins/pgpinline/pgpinline.c
2975         * src/plugins/pgpmime/pgpmime.c
2976                 Very probably fix bug 1061, 'crash on 
2977                 opening signed email'. Another cast
2978                 problem
2979
2980 2006-11-13 [colin]      2.6.0cvs41
2981
2982         * src/plugins/pgpcore/sgpgme.c
2983                 Maybe fix bug 1061, 'crash on opening 
2984                 signed email'
2985
2986 2006-11-13 [wwp]        2.6.0cvs40
2987
2988         * src/plugins/pgpinline/pgpinline.c
2989                 fix candidate for bug #1057, thanks to Colin.
2990
2991 2006-11-13 [wwp]        2.6.0cvs39
2992
2993         * src/compose.c
2994         * src/quote_fmt_parse.y
2995                 fix bug 1052: current parser buffer was not always 
2996                 allocated, ptr to this buffer could be returned as 
2997                 NULL whereas no parser error has occurred. in 
2998                 consequence, defining a template body as "%d" 
2999                 (w/o the quotes) for the first time of the instance 
3000                 of claws-mail, was reporting a parser error. make 
3001                 sure that the buffer is always allocated, even to 
3002                 an empty string.
3003                 fix mis-unescaping in compose.:compose_quote_fmt(): 
3004                 unescaping of the fmt string was always done 
3005                 whereas it must be done *only* when receiving 
3006                 quote format strings issued from the prefs 
3007                 (compose new message, reply, forward, redirect 
3008                 formats), *not* when applying templates.  in 
3009                 consequences, applying templates w/ sequences 
3010                 like \\|p{echo} were failing. make sure that 
3011                 unescaping is done only when necessary.
3012
3013 2006-11-12 [colin]      2.6.0cvs38
3014
3015         * po/de.po
3016                 Fix typo (s/KB/MB)
3017
3018 2006-11-12 [colin]      2.6.0cvs37
3019
3020         * src/plugins/pgpinline/pgpinline.c
3021         * src/plugins/pgpmime/pgpmime.c
3022                 Release GPG context at the latest 
3023                 possible moment. Maybe fixes 
3024                 bug 1057, 'crash on sending signed 
3025                 message to a newsgroup'
3026                 
3027
3028 2006-11-12 [colin]      2.6.0cvs36
3029
3030         * src/plugins/pgpcore/sgpgme.c
3031                 Tell a bit more when gpg's status doesn't
3032                 contain any signature
3033
3034 2006-11-12 [colin]      2.6.0cvs35
3035
3036         * src/compose.c
3037                 Fix bug 1060, 'compilation error with 
3038                 Irix's cc'
3039
3040 2006-11-12 [paul]       2.6.0cvs34
3041
3042         * doc/man/claws-mail.1
3043         * src/prefs_gtk.c
3044         * src/plugins/clamav/README
3045         * src/plugins/spamassassin/README
3046         * tools/README
3047         * tools/freshmeat_search.pl
3048         * tools/google_search.pl
3049         * tools/multiwebsearch.pl
3050                 more renaming
3051         * src/plugins/trayicon/trayicon.c
3052                 fix compiliation warning
3053
3054 2006-11-11 [colin]      2.6.0cvs33
3055
3056         * src/folderview.c
3057                 Forbid drag and drop from/to different
3058                 folders of type F_UNKNOWN
3059
3060 2006-11-11 [colin]      2.6.0cvs32
3061
3062         * src/plugins/pgpinline/pgpinline.c
3063                 Fix typo in previous commit:
3064                 - gpgme_new(&ctx);
3065                 + if ((err = gpgme_new(&data->ctx)) ...)
3066
3067 2006-11-11 [colin]      2.6.0cvs31
3068
3069         * src/plugins/pgpinline/pgpinline.c
3070         * src/plugins/pgpmime/pgpmime.c
3071                 Check success after calling gpgme_new
3072                 Maybe fixes bug 1057, 'crash on sending 
3073                 signed message to a newsgroup'
3074
3075 2006-11-11 [colin]      2.6.0cvs30
3076
3077         * src/undo.c
3078                 init undostruct to 0s (from
3079                 valgrind log of bug 1057)
3080
3081 2006-11-10 [colin]      2.6.0cvs29
3082
3083         * src/mainwindow.c
3084                 Set cursor to wait before filtering
3085                 duplicates in all folders
3086         * src/plugins/bogofilter/bogofilter.c
3087         * src/plugins/bogofilter/bogofilter.h
3088         * src/plugins/bogofilter/bogofilter_gtk.c
3089                 Completely thread away the bogofilter
3090                 filtering
3091
3092 2006-11-10 [mones]      2.6.0cvs28
3093
3094         * src/compose.c
3095         * src/compose.h
3096                 added COMPOSE_CHECK_BEFORE_SEND hook
3097
3098 2006-11-10 [paul]       2.6.0cvs27
3099
3100         * src/crash.c
3101                 more renaming
3102                 add libSM to get_compiled_in_features()
3103         * src/main.c
3104                 more renaming
3105
3106 2006-11-10 [colin]      2.6.0cvs26
3107
3108         * src/etpan/imap-thread.c
3109                 Add a reference to libetpan's sasl engine
3110                 so that sasl_done() doesn't get called by
3111                 libetpan, and doesn't break openssl.
3112                 Should fix bug 1053, 'SC fails to reestablish 
3113                 a secure connection'
3114                 Patch by Hoa
3115
3116 2006-11-10 [colin]      2.6.0cvs25
3117
3118         * manual/addrbook.xml
3119         * manual/advanced.xml
3120         * manual/faq.xml
3121         * manual/intro.xml
3122                 Some more renaming
3123
3124 2006-11-09 [colin]      2.6.0cvs24
3125
3126         * src/plugins/bogofilter/bogofilter_gtk.c
3127                 Add comment about annoyance
3128
3129 2006-11-09 [colin]      2.6.0cvs23
3130
3131         * src/plugins/bogofilter/bogofilter.c
3132         * src/plugins/bogofilter/bogofilter_gtk.c
3133                 Prepare things needed to thread bogofilter
3134                 filtering: separate bogo stuff and possible GUI
3135                 stuff. 
3136
3137 2006-11-09 [colin]      2.6.0cvs22
3138
3139         * src/account.c
3140         * src/compose.c
3141                 Search for one of our accounts in Delivered-To
3142                 (helps for auto-account selection when 
3143                  replying/forwarding)
3144         * src/folderview.c
3145         * src/mainwindow.c
3146         * src/mainwindow.h
3147         * src/plugins/trayicon/trayicon.c
3148                 Allow opening a new mail with any account from
3149                 the contextual menu
3150
3151 2006-11-09 [wwp]        2.6.0cvs21
3152
3153         * src/compose.c
3154         * src/prefs_common.c
3155         * src/prefs_common.h
3156         * src/prefs_compose_writing.c
3157                 add a compose new message format (in prefs/compose/writing), it's a
3158                 simple subject+body template to use when opening a new composition
3159                 window. It's similar to the existent reply and forward formats.
3160
3161                 enhanced the template/format % symbols substitution mechanism to
3162                 use current composition window information when % are used in
3163                 the compose new message format or in templates applied to new
3164                 messages (there were useless in that situations before). When
3165                 applied to new messages, %d corresponds to the system time/date.
3166
3167 2006-11-09 [paul]       2.6.0cvs20
3168
3169         * src/gtk/authors.h
3170                 fix last commit
3171
3172 2006-11-09 [paul]       2.6.0cvs19
3173
3174         * src/gtk/authors.h
3175                 keep tje alphabetical order
3176
3177 2006-11-08 [colin]      2.6.0cvs18
3178
3179         * src/etpan/imap-thread.c
3180                 Fix bug 1054, 'Slowness logging big 
3181                 data chunks'
3182
3183 2006-11-08 [paul]       2.6.0cvs17
3184
3185         * tools/Makefile.am
3186                 fix the renaming
3187
3188 2006-11-08 [paul]       2.6.0cvs16
3189
3190         * src/common/defs.h
3191                 update BUGZILLA_URI
3192
3193 2006-11-08 [paul]       2.6.0cvs15
3194
3195         * tools/Makefile.am
3196         * tools/OOo2claws-mail.pl
3197         * tools/OOo2sylpheed.pl
3198         * tools/README
3199         * tools/acroread2claws-mail.pl
3200         * tools/acroread2sylpheed.pl
3201         * tools/kmail2claws-mail.pl
3202         * tools/kmail2claws-mail_v2.pl
3203         * tools/kmail2sylpheed.pl
3204         * tools/kmail2sylpheed_v2.pl
3205         * tools/maildir2claws-mail.pl
3206         * tools/maildir2sylpheed.pl
3207         * tools/nautilus2claws-mail.sh
3208         * tools/nautilus2sylpheed.sh
3209         * tools/outlook2claws-mail.pl
3210         * tools/outlook2sylpheed.pl
3211         * tools/tb2claws-mail
3212         * tools/tb2sylpheed
3213         * tools/tbird2claws.py
3214         * tools/tbird2syl.py
3215         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
3216         * tools/kdeservicemenu/install.sh
3217         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
3218         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
3219         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
3220         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3221         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3222                 renamed (removed, added) tools files
3223
3224 2006-11-08 [paul]       2.6.0cvs14
3225
3226         * src/main.c
3227         * src/common/defs.h
3228                 Migrate sylpheedrc to clawsrc, and fix the standard
3229                 plugins path in the process
3230
3231 2006-11-07 [colin]      2.6.0cvs13
3232
3233         * src/Makefile.am
3234                 Symlink sylpheed-claws relative to 
3235                 claws-mail
3236
3237 2006-11-07 [colin]      2.6.0cvs12
3238
3239         * src/compose.c
3240                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
3241
3242 2006-11-07 [paul]       2.6.0cvs11
3243
3244         * src/gtk/about.c
3245                 Fix a missed occurence of
3246                 Sylpheed-Claws
3247
3248 2006-11-07 [paul]       2.6.0cvs10
3249
3250         * src/Makefile.am
3251                 Fix symlink installation
3252
3253 2006-11-07 [paul]       2.6.0cvs9
3254
3255         * src/Makefile.am
3256                 Symlink claws-mail to sylpheed-claws
3257         * src/common/utils.c
3258                 Fix migrating symlinks
3259         * src/etpan/imap-thread.c
3260                 check certificate only when there's
3261                 no error
3262
3263 2006-11-07 [paul]       2.6.0cvs8
3264
3265         * Makefile.am
3266                 Fix icon breakages with Gtk, which needs a 
3267                 cache updated to see them.
3268
3269 2006-11-07 [paul]       2.6.0cvs7
3270
3271         * .cvsignore
3272         * AUTHORS
3273         * COPYING
3274         * INSTALL
3275         * Makefile.am
3276         * NEWS
3277         * README
3278         * RELEASE_NOTES
3279         * autogen.sh
3280         * claws-mail-128x128.png
3281         * claws-mail-64x64.png
3282         * claws-mail.ico
3283         * claws-mail.pc.in
3284         * claws-mail.png
3285         * configure.ac
3286         * sylpheed-claws-128x128.png
3287         * sylpheed-claws-64x64.png
3288         * sylpheed-claws.desktop
3289         * sylpheed-claws.ico
3290         * sylpheed-claws.pc.in
3291         * sylpheed-claws.png
3292         * debian/README.Debian
3293         * debian/changelog
3294         * debian/claws-mail.desktop
3295         * debian/claws-mail.menu
3296         * debian/claws-mail.postinst.debhelper
3297         * debian/claws-mail.postrm.debhelper
3298         * debian/control
3299         * debian/copyright
3300         * debian/files
3301         * debian/rules
3302         * debian/sylpheed-claws.desktop
3303         * debian/sylpheed-claws.menu
3304         * debian/sylpheed-claws.postinst.debhelper
3305         * debian/sylpheed-claws.postrm.debhelper
3306         * doc/man/Makefile.am
3307         * doc/man/claws-mail.1
3308         * doc/man/sylpheed-claws.1
3309         * doc/src/ChangeLog.claws-pre0.8.0
3310         * manual/Makefile.am
3311         * manual/account.xml
3312         * manual/ack.xml
3313         * manual/addrbook.xml
3314         * manual/advanced.xml
3315         * manual/claws-mail-manual.xml
3316         * manual/faq.xml
3317         * manual/glossary.xml
3318         * manual/handling.xml
3319         * manual/intro.xml
3320         * manual/keyboard.xml
3321         * manual/plugins.xml
3322         * manual/starting.xml
3323         * manual/sylpheed-claws-manual.xml
3324         * manual/xml2pdf
3325         * manual/dist/.cvsignore
3326         * manual/dist/html/.cvsignore
3327         * manual/dist/html/Makefile.am
3328         * manual/dist/pdf/.cvsignore
3329         * manual/dist/pdf/Makefile.am
3330         * manual/dist/ps/.cvsignore
3331         * manual/dist/ps/Makefile.am
3332         * manual/dist/txt/.cvsignore
3333         * manual/dist/txt/Makefile.am
3334         * manual/es/Makefile.am
3335         * manual/es/advanced.xml
3336         * manual/es/claws-mail-manual.xml
3337         * manual/es/faq.xml
3338         * manual/es/glossary.xml
3339         * manual/es/handling.xml
3340         * manual/es/intro.xml
3341         * manual/es/plugins.xml
3342         * manual/es/sylpheed-claws-manual.xml
3343         * manual/es/dist/.cvsignore
3344         * manual/es/dist/html/.cvsignore
3345         * manual/es/dist/html/Makefile.am
3346         * manual/es/dist/pdf/.cvsignore
3347         * manual/es/dist/pdf/Makefile.am
3348         * manual/es/dist/ps/.cvsignore
3349         * manual/es/dist/ps/Makefile.am
3350         * manual/es/dist/txt/.cvsignore
3351         * manual/es/dist/txt/Makefile.am
3352         * manual/fr/Makefile.am
3353         * manual/fr/account.xml
3354         * manual/fr/ack.xml
3355         * manual/fr/addrbook.xml
3356         * manual/fr/advanced.xml
3357         * manual/fr/claws-mail-manual.xml
3358         * manual/fr/faq.xml
3359         * manual/fr/glossary.xml
3360         * manual/fr/handling.xml
3361         * manual/fr/intro.xml
3362         * manual/fr/keyboard.xml
3363         * manual/fr/plugins.xml
3364         * manual/fr/starting.xml
3365         * manual/fr/sylpheed-claws-manual.xml
3366         * manual/fr/dist/.cvsignore
3367         * manual/fr/dist/html/.cvsignore
3368         * manual/fr/dist/html/Makefile.am
3369         * manual/fr/dist/pdf/.cvsignore
3370         * manual/fr/dist/pdf/Makefile.am
3371         * manual/fr/dist/ps/.cvsignore
3372         * manual/fr/dist/ps/Makefile.am
3373         * manual/fr/dist/txt/.cvsignore
3374         * manual/fr/dist/txt/Makefile.am
3375         * manual/pl/Makefile.am
3376         * manual/pl/account.xml
3377         * manual/pl/ack.xml
3378         * manual/pl/addrbook.xml
3379         * manual/pl/advanced.xml
3380         * manual/pl/claws-mail-manual.xml
3381         * manual/pl/faq.xml
3382         * manual/pl/glossary.xml
3383         * manual/pl/handling.xml
3384         * manual/pl/intro.xml
3385         * manual/pl/keyboard.xml
3386         * manual/pl/plugins.xml
3387         * manual/pl/starting.xml
3388         * manual/pl/sylpheed-claws-manual.xml
3389         * manual/pl/dist/.cvsignore
3390         * manual/pl/dist/html/.cvsignore
3391         * manual/pl/dist/html/Makefile.am
3392         * manual/pl/dist/pdf/.cvsignore
3393         * manual/pl/dist/pdf/Makefile.am
3394         * manual/pl/dist/ps/.cvsignore
3395         * manual/pl/dist/ps/Makefile.am
3396         * manual/pl/dist/txt/.cvsignore
3397         * manual/pl/dist/txt/Makefile.am
3398         * po/.cvsignore
3399         * po/Makevars
3400         * src/.cvsignore
3401         * src/Makefile.am
3402         * src/account.c
3403         * src/account.h
3404         * src/action.c
3405         * src/action.h
3406         * src/adbookbase.h
3407         * src/addr_compl.c
3408         * src/addr_compl.h
3409         * src/addrbook.c
3410         * src/addrcache.c
3411         * src/addrcache.h
3412         * src/addrcindex.c
3413         * src/addrcindex.h
3414         * src/addrclip.c
3415         * src/addrclip.h
3416         * src/addrdefs.h
3417         * src/addressadd.c
3418         * src/addressadd.h
3419         * src/addressbook.c
3420         * src/addressbook.h
3421         * src/addressbook_foldersel.c
3422         * src/addressbook_foldersel.h
3423         * src/addrgather.c
3424         * src/addrgather.h
3425         * src/addrharvest.c
3426         * src/addrharvest.h
3427         * src/addrindex.c
3428         * src/addrindex.h
3429         * src/addritem.c
3430         * src/addritem.h
3431         * src/addrquery.c
3432         * src/addrquery.h
3433         * src/addrselect.c
3434         * src/addrselect.h
3435         * src/alertpanel.c
3436         * src/alertpanel.h
3437         * src/browseldap.c
3438         * src/browseldap.h
3439         * src/codeconv.c
3440         * src/codeconv.h
3441         * src/compose.c
3442         * src/crash.c
3443         * src/crash.h
3444         * src/customheader.c
3445         * src/customheader.h
3446         * src/displayheader.c
3447         * src/displayheader.h
3448         * src/editaddress.c
3449         * src/editaddress.h
3450         * src/editbook.c
3451         * src/editbook.h
3452         * src/editgroup.c
3453         * src/editgroup.h
3454         * src/editjpilot.c
3455         * src/editjpilot.h
3456         * src/editldap.c
3457         * src/editldap.h
3458         * src/editldap_basedn.c
3459         * src/editldap_basedn.h
3460         * src/editvcard.c
3461         * src/editvcard.h
3462         * src/exphtmldlg.c
3463         * src/exphtmldlg.h
3464         * src/expldifdlg.c
3465         * src/expldifdlg.h
3466         * src/export.c
3467         * src/exporthtml.c
3468         * src/exporthtml.h
3469         * src/exportldif.c
3470         * src/exportldif.h
3471         * src/filtering.c
3472         * src/filtering.h
3473         * src/folder.c
3474         * src/folder.h
3475         * src/folder_item_prefs.c
3476         * src/folder_item_prefs.h
3477         * src/foldersel.c
3478         * src/foldersel.h
3479         * src/folderutils.c
3480         * src/folderutils.h
3481         * src/folderview.c
3482         * src/folderview.h
3483         * src/grouplistdialog.c
3484         * src/grouplistdialog.h
3485         * src/html.c
3486         * src/html.h
3487         * src/image_viewer.c
3488         * src/image_viewer.h
3489         * src/imap.c
3490         * src/imap.h
3491         * src/imap_gtk.c
3492         * src/imap_gtk.h
3493         * src/import.c
3494         * src/import.h
3495         * src/importldif.c
3496         * src/importldif.h
3497         * src/importmutt.c
3498         * src/importmutt.h
3499         * src/importpine.c
3500         * src/importpine.h
3501         * src/inc.c
3502         * src/inc.h
3503         * src/jpilot.c
3504         * src/jpilot.h
3505         * src/ldapctrl.c
3506         * src/ldapctrl.h
3507         * src/ldaplocate.c
3508         * src/ldaplocate.h
3509         * src/ldapquery.c
3510         * src/ldapquery.h
3511         * src/ldapserver.c
3512         * src/ldapserver.h
3513         * src/ldaputil.c
3514         * src/ldaputil.h
3515         * src/ldif.c
3516         * src/ldif.h
3517         * src/localfolder.c
3518         * src/localfolder.h
3519         * src/main.c
3520         * src/main.h
3521         * src/mainwindow.c
3522         * src/mainwindow.h
3523         * src/manual.c
3524         * src/manual.h
3525         * src/matcher.c
3526         * src/matcher.h
3527         * src/matcher_parser.h
3528         * src/matcher_parser_lex.l
3529         * src/matcher_parser_parse.y
3530         * src/mbox.c
3531         * src/mbox.h
3532         * src/message_search.c
3533         * src/message_search.h
3534         * src/messageview.c
3535         * src/messageview.h
3536         * src/mh.c
3537         * src/mh.h
3538         * src/mh_gtk.c
3539         * src/mh_gtk.h
3540         * src/mimeview.c
3541         * src/mimeview.h
3542         * src/msgcache.c
3543         * src/msgcache.h
3544         * src/mutt.c
3545         * src/mutt.h
3546         * src/news.c
3547         * src/news.h
3548         * src/news_gtk.c
3549         * src/news_gtk.h
3550         * src/noticeview.c
3551         * src/noticeview.h
3552         * src/partial_download.c
3553         * src/partial_download.h
3554         * src/pine.c
3555         * src/pine.h
3556         * src/pop.c
3557         * src/pop.h
3558         * src/prefs_account.c
3559         * src/prefs_account.h
3560         * src/prefs_actions.c
3561         * src/prefs_actions.h
3562         * src/prefs_common.c
3563         * src/prefs_common.h
3564         * src/prefs_compose_writing.c
3565         * src/prefs_compose_writing.h
3566         * src/prefs_customheader.c
3567         * src/prefs_customheader.h
3568         * src/prefs_display_header.c
3569         * src/prefs_display_header.h
3570         * src/prefs_ext_prog.c
3571         * src/prefs_ext_prog.h
3572         * src/prefs_filtering.c
3573         * src/prefs_folder_column.c
3574         * src/prefs_folder_column.h
3575         * src/prefs_folder_item.c
3576         * src/prefs_folder_item.h
3577         * src/prefs_fonts.c
3578         * src/prefs_fonts.h
3579         * src/prefs_gtk.c
3580         * src/prefs_gtk.h
3581         * src/prefs_image_viewer.c
3582         * src/prefs_image_viewer.h
3583         * src/prefs_matcher.c
3584         * src/prefs_matcher.h
3585         * src/prefs_message.c
3586         * src/prefs_message.h
3587         * src/prefs_msg_colors.c
3588         * src/prefs_msg_colors.h
3589         * src/prefs_other.c
3590         * src/prefs_other.h
3591         * src/prefs_quote.c
3592         * src/prefs_quote.h
3593         * src/prefs_receive.c
3594         * src/prefs_receive.h
3595         * src/prefs_send.c
3596         * src/prefs_send.h
3597         * src/prefs_spelling.c
3598         * src/prefs_spelling.h
3599         * src/prefs_summaries.c
3600         * src/prefs_summaries.h
3601         * src/prefs_summary_column.c
3602         * src/prefs_summary_column.h
3603         * src/prefs_template.c
3604         * src/prefs_template.h
3605         * src/prefs_themes.c
3606         * src/prefs_themes.h
3607         * src/prefs_toolbar.c
3608         * src/prefs_toolbar.h
3609         * src/prefs_wrapping.c
3610         * src/prefs_wrapping.h
3611         * src/privacy.c
3612         * src/privacy.h
3613         * src/procheader.c
3614         * src/procheader.h
3615         * src/procmime.c
3616         * src/procmime.h
3617         * src/procmsg.c
3618         * src/procmsg.h
3619         * src/quote_fmt.c
3620         * src/quote_fmt_parse.y
3621         * src/recv.c
3622         * src/recv.h
3623         * src/remotefolder.c
3624         * src/remotefolder.h
3625         * src/send_message.c
3626         * src/send_message.h
3627         * src/setup.c
3628         * src/setup.h
3629         * src/sourcewindow.c
3630         * src/sourcewindow.h
3631         * src/ssl_manager.c
3632         * src/ssl_manager.h
3633         * src/statusbar.c
3634         * src/statusbar.h
3635         * src/stock_pixmap.c
3636         * src/stock_pixmap.h
3637         * src/summary_search.c
3638         * src/summary_search.h
3639         * src/summaryview.c
3640         * src/summaryview.h
3641         * src/syldap.c
3642         * src/syldap.h
3643         * src/textview.c
3644         * src/textview.h
3645         * src/toolbar.c
3646         * src/toolbar.h
3647         * src/undo.c
3648         * src/undo.h
3649         * src/unmime.c
3650         * src/unmime.h
3651         * src/vcard.c
3652         * src/vcard.h
3653         * src/wizard.c
3654         * src/wizard.h
3655         * src/common/base64.c
3656         * src/common/base64.h
3657         * src/common/defs.h
3658         * src/common/hooks.c
3659         * src/common/hooks.h
3660         * src/common/log.c
3661         * src/common/log.h
3662         * src/common/mgutils.c
3663         * src/common/mgutils.h
3664         * src/common/nntp.c
3665         * src/common/nntp.h
3666         * src/common/passcrypt.c
3667         * src/common/passcrypt.h.in
3668         * src/common/plugin.c
3669         * src/common/plugin.h
3670         * src/common/prefs.c
3671         * src/common/prefs.h
3672         * src/common/progressindicator.c
3673         * src/common/progressindicator.h
3674         * src/common/quoted-printable.c
3675         * src/common/quoted-printable.h
3676         * src/common/session.c
3677         * src/common/session.h
3678         * src/common/smtp.c
3679         * src/common/smtp.h
3680         * src/common/socket.c
3681         * src/common/socket.h
3682         * src/common/ssl.c
3683         * src/common/ssl.h
3684         * src/common/stringtable.c
3685         * src/common/stringtable.h
3686         * src/common/sylpheed.c
3687         * src/common/sylpheed.h
3688         * src/common/template.c
3689         * src/common/template.h
3690         * src/common/timing.h
3691         * src/common/utils.c
3692         * src/common/utils.h
3693         * src/common/version.h.in
3694         * src/common/xml.c
3695         * src/common/xml.h
3696         * src/common/xmlprops.c
3697         * src/common/xmlprops.h
3698         * src/gtk/about.c
3699         * src/gtk/colorlabel.c
3700         * src/gtk/colorlabel.h
3701         * src/gtk/colorsel.c
3702         * src/gtk/colorsel.h
3703         * src/gtk/combobox.c
3704         * src/gtk/combobox.h
3705         * src/gtk/description_window.c
3706         * src/gtk/description_window.h
3707         * src/gtk/filesel.c
3708         * src/gtk/filesel.h
3709         * src/gtk/foldersort.c
3710         * src/gtk/foldersort.h
3711         * src/gtk/gtkaspell.c
3712         * src/gtk/gtkaspell.h
3713         * src/gtk/gtksctree.c
3714         * src/gtk/gtkshruler.c
3715         * src/gtk/gtkshruler.h
3716         * src/gtk/gtkutils.c
3717         * src/gtk/gtkutils.h
3718         * src/gtk/icon_legend.c
3719         * src/gtk/icon_legend.h
3720         * src/gtk/logwindow.c
3721         * src/gtk/logwindow.h
3722         * src/gtk/manage_window.c
3723         * src/gtk/manage_window.h
3724         * src/gtk/pluginwindow.c
3725         * src/gtk/pluginwindow.h
3726         * src/gtk/prefswindow.c
3727         * src/gtk/prefswindow.h
3728         * src/gtk/quicksearch.c
3729         * src/gtk/quicksearch.h
3730         * src/pixmaps/claws-mail.xpm
3731         * src/pixmaps/claws-mail_icon.xpm
3732         * src/pixmaps/claws-mail_logo.xpm
3733         * src/pixmaps/sylpheed-claws.xpm
3734         * src/pixmaps/sylpheed-claws_icon.xpm
3735         * src/pixmaps/sylpheed-claws_logo.xpm
3736         * src/plugins/bogofilter/Makefile.am
3737         * src/plugins/bogofilter/bogofilter.c
3738         * src/plugins/bogofilter/bogofilter.h
3739         * src/plugins/bogofilter/bogofilter_gtk.c
3740         * src/plugins/clamav/Makefile.am
3741         * src/plugins/clamav/clamav_plugin.c
3742         * src/plugins/clamav/clamav_plugin.h
3743         * src/plugins/clamav/clamav_plugin_gtk.c
3744         * src/plugins/demo/Makefile.am
3745         * src/plugins/demo/demo.c
3746         * src/plugins/dillo_viewer/Makefile.am
3747         * src/plugins/dillo_viewer/README
3748         * src/plugins/dillo_viewer/dillo_prefs.c
3749         * src/plugins/dillo_viewer/dillo_prefs.h
3750         * src/plugins/dillo_viewer/dillo_viewer.c
3751         * src/plugins/pgpcore/Makefile.am
3752         * src/plugins/pgpcore/passphrase.c
3753         * src/plugins/pgpcore/passphrase.h
3754         * src/plugins/pgpcore/pgp_viewer.c
3755         * src/plugins/pgpcore/pgp_viewer.h
3756         * src/plugins/pgpcore/plugin.c
3757         * src/plugins/pgpcore/prefs_gpg.c
3758         * src/plugins/pgpcore/prefs_gpg.h
3759         * src/plugins/pgpcore/select-keys.c
3760         * src/plugins/pgpcore/select-keys.h
3761         * src/plugins/pgpcore/sgpgme.c
3762         * src/plugins/pgpcore/sgpgme.h
3763         * src/plugins/pgpcore/sylpheed.def
3764         * src/plugins/pgpcore/version.rc
3765         * src/plugins/pgpinline/Makefile.am
3766         * src/plugins/pgpinline/pgpinline.c
3767         * src/plugins/pgpinline/pgpinline.h
3768         * src/plugins/pgpinline/plugin.c
3769         * src/plugins/pgpinline/sylpheed.def
3770         * src/plugins/pgpinline/version.rc
3771         * src/plugins/pgpmime/Makefile.am
3772         * src/plugins/pgpmime/pgpmime.c
3773         * src/plugins/pgpmime/pgpmime.h
3774         * src/plugins/pgpmime/plugin.c
3775         * src/plugins/pgpmime/sylpheed.def
3776         * src/plugins/pgpmime/version.rc
3777         * src/plugins/spamassassin/Makefile.am
3778         * src/plugins/spamassassin/README
3779         * src/plugins/spamassassin/spamassassin.c
3780         * src/plugins/spamassassin/spamassassin.h
3781         * src/plugins/spamassassin/spamassassin_gtk.c
3782         * src/plugins/trayicon/Makefile.am
3783         * src/plugins/trayicon/trayicon.c
3784         * tools/OOo2sylpheed.pl
3785         * tools/README
3786         * tools/README.sylprint
3787         * tools/acroread2sylpheed.pl
3788         * tools/claws.i18n.status.pl
3789         * tools/filter_conv.pl
3790         * tools/filter_conv_new.pl
3791         * tools/freshmeat_search.pl
3792         * tools/google_search.pl
3793         * tools/kmail2sylpheed.pl
3794         * tools/kmail2sylpheed_v2.pl
3795         * tools/make.themes.project
3796         * tools/multiwebsearch.pl
3797         * tools/nautilus2sylpheed.sh
3798         * tools/outlook2sylpheed.pl
3799         * tools/sylprint.pl
3800         * tools/sylprint.rc
3801         * tools/tb2sylpheed
3802         * tools/textviewer.sh
3803         * tools/vcard2xml.py
3804         * tools/kdeservicemenu/README
3805         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
3806         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3807         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3808                 Change name to Claws Mail. Announce to follow...
3809
3810 2006-11-06 [wwp]        2.6.0cvs6
3811
3812         * src/prefs_template.c
3813                 unify messages related to quote format/template errors (fix
3814                 capitalization), again.
3815
3816 2006-11-06 [wwp]        2.6.0cvs5
3817
3818         * src/prefs_quote.c
3819                 unify messages related to quote format/template errors.
3820
3821 2006-11-06 [wwp]        2.6.0cvs4
3822
3823         * src/prefs_msg_colors.c
3824                 more uses of Q_ macro for contextual translations, thanks
3825                 to Fabien (fzzzzz).
3826
3827 2006-11-06 [wwp]        2.6.0cvs3
3828
3829         * src/compose.c
3830         * src/common/utils.c
3831         * src/common/utils.h
3832                 show an alertpanel to make sure users are aware that sensitive
3833                 files are attached (it's file blacklist-based). This will fix
3834                 interaction w/ GoogleEarth for instance, thanks to Colin.
3835
3836 2006-11-06 [wwp]        2.6.0cvs2
3837
3838         * src/prefs_quote.c
3839         * src/prefs_template.c
3840         * src/prefs_template.h
3841                 check quote format when applying/closing prefs. For now this only
3842                 shows up an error dialog box, not preventing the user from using
3843                 a broken quote (reply, forwards) format.
3844
3845 2006-11-06 [wwp]        2.6.0cvs1
3846
3847         * src/prefs_template.c
3848                 fix missing checks of some template fields.
3849
3850 2006-11-06 [paul]       2.6.0
3851
3852         * NEWS
3853         * README
3854         * RELEASE_NOTES
3855                 2.6.0 released
3856
3857 2006-11-06 [paul]       2.5.6cvs22
3858
3859         * manual/advanced.xml
3860         * manual/es/advanced.xml
3861                 put 'respect_flowed_format' info in the correct
3862                 place
3863
3864 2006-11-06 [mones]      2.5.6cvs21
3865
3866         * po/es.po
3867                 Minor fixes for release
3868
3869 2006-11-06 [paul]       2.5.6cvs20
3870
3871         * po/cs.po
3872         * po/de.po
3873         * po/fr.po
3874         * po/it.po
3875         * po/nl.po
3876         * po/pt_BR.po
3877         * po/sk.po
3878         * po/sv.po
3879         * po/zh_CN.po
3880                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
3881                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
3882                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
3883                 Young
3884
3885 2006-11-02 [colin]      2.5.6cvs19
3886
3887         * src/imap.c
3888         * src/imap.h
3889         * src/prefs_account.c
3890         * src/etpan/imap-thread.c
3891                 Add GSSAPI support - fixes Debian bug #383274
3892
3893 2006-11-01 [colin]      2.5.6cvs18
3894
3895         * src/jpilot.c
3896                 Handle libpisock12 support. Probably
3897                 fixes bug 1046, 'jpilot AddressDB.pdb 
3898                 import fail'
3899
3900 2006-11-01 [colin]      2.5.6cvs17
3901
3902         * src/folderutils.c
3903                 debug_print() folderutils_mark_all_read()
3904
3905 2006-11-01 [colin]      2.5.6cvs16
3906
3907         * COPYING
3908                 Add missed files to the Apache exception
3909
3910 2006-10-31 [colin]      2.5.6cvs15
3911
3912         * src/folder.c
3913         * src/folder.h
3914                 Add a copy_private_data() func to FolderClasses
3915                 Doesn't break the feature freeze, because we 
3916                 won't use it (right now) in the core.
3917
3918 2006-10-31 [colin]      2.5.6cvs14
3919
3920         * COPYING
3921                 Allow linking with the Apache licensed files in
3922                 src/plugins/spamassassin. Hopefully fixes 
3923                 bug 1048, 'Spamassassin plugin license problem'
3924
3925 2006-10-31 [wwp]        2.5.6cvs13
3926
3927         * src/compose.c
3928                 fix and optimize trimming of leading linefeeds in body loop.
3929
3930 2006-10-31 [colin]      2.5.6cvs12
3931
3932         * src/etpan/imap-thread.c
3933         * src/imap.c
3934                 Make really sure to have NULL sets in case
3935                 of error
3936
3937 2006-10-30 [wwp]        2.5.6cvs11
3938
3939         * src/prefs_common.c
3940         * src/prefs_common.h
3941         * src/compose.c
3942                 fix broken storage of quote format template when it contains \-escape
3943                 sequences. The application of such sequences is also fixed now (\t
3944                 in quote format will be a real tab instead of a 't', for instance).
3945
3946 2006-10-27 [colin]      2.5.6cvs10
3947
3948         * src/compose.c
3949                 Probably fix bug 1045, 'sylpheed-claws 
3950                 doesn't remove the mail from the IMAP 
3951                 Queue folder after sending'. From
3952                 2.5.6cvs3-stable
3953
3954 2006-10-27 [colin]      2.5.6cvs9
3955
3956         * configure.ac
3957                 Require libetpan-0.48. I'm so annoying,
3958                 I know ;-)
3959
3960 2006-10-27 [colin]      2.5.6cvs8
3961
3962         * src/folder.c
3963         * src/imap.c
3964                 Probably fix bug 1044, 'sylpheed-claws 
3965                 segfaults while moving mails' - Fix relation
3966                 usage when moving to an IMAP mailbox from another
3967                 mailbox
3968
3969 2006-10-26 [paul]       2.5.6cvs7
3970
3971         * src/gtk/about.c
3972                 add libSM to compiled-in features
3973                 list
3974
3975 2006-10-24 [colin]      2.5.6cvs6
3976
3977         * src/textview.c
3978         * src/gtk/gtkutils.c
3979                 Fix crash when printing emails with an
3980                 xface
3981
3982 2006-10-24 [mones]      2.5.6cvs5
3983
3984         * manual/es/advanced.xml
3985                 Synchronize hidden option respect_flowed_format
3986         * po/es.po
3987                 Updated translation
3988
3989 2006-10-21 [paul]       2.5.6cvs4
3990
3991         * src/gtk/authors.h
3992         * src/plugins/pgpcore/pgp_viewer.c
3993         * src/plugins/pgpcore/sgpgme.c
3994                 fix building on BSDs
3995                 Thanks to Michael Hughes
3996                 <Sylpheed-Claws_user@thehugheslogcabin.net>
3997
3998 2006-10-20 [colin]      2.5.6cvs3
3999
4000         * configure.ac
4001                 Bump up libetpan requirement
4002                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
4003         * src/common/utils.c
4004         * src/common/utils.h
4005                 Add convenience get_file_mtime()
4006         * src/imap.c
4007         * src/etpan/imap-thread.c
4008         * src/etpan/imap-thread.h
4009                 Implement UIDPLUS support if the server
4010                 supports it - faster sending in this case
4011
4012 2006-10-19 [colin]      2.5.6cvs2
4013
4014         * src/gtk/quicksearch.c
4015                 Fix emptying in type-ahead+extended mode
4016         * src/mainwindow.c
4017         * src/mainwindow.h
4018                 Add a hook for offline state change
4019         * src/plugins/trayicon/trayicon.c
4020                 Use it to display offline icons
4021         * src/plugins/trayicon/Makefile.am
4022         * src/plugins/trayicon/newmail.offline.xpm
4023         * src/plugins/trayicon/newmarkedmail.offline.xpm
4024         * src/plugins/trayicon/nomail.offline.xpm
4025         * src/plugins/trayicon/unreadmail.offline.xpm
4026         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
4027                 Add the icons
4028
4029 2006-10-12 [paul]       2.5.6cvs1
4030
4031         * NEWS
4032         * README
4033         * configure.ac
4034                 Update version number following
4035                 stable release
4036
4037 2006-10-19 [colin]      2.5.5cvs18
4038
4039         * manual/handling.xml
4040                 Add type-ahead search
4041
4042 2006-10-18 [colin]      2.5.5cvs17
4043
4044         * src/gtk/quicksearch.c
4045                 Remove "save to history only if there's
4046                 no syntax error", it breaks for some 
4047                 reason which I'll investigate later.
4048
4049 2006-10-18 [colin]      2.5.5cvs16
4050
4051         * src/prefs_common.c
4052         * src/prefs_common.h
4053         * src/summaryview.c
4054         * src/gtk/quicksearch.c
4055         * src/gtk/quicksearch.h
4056                 Add a type-ahead option for fast searches
4057                 Patch by Fabien Vantard
4058
4059 2006-10-18 [colin]      2.5.5cvs15
4060
4061         * src/compose.c
4062         * src/compose.h
4063                 Add Options/Reply mode/ menu to be able to
4064                 change the recipients of a reply on the fly
4065
4066 2006-10-18 [colin]      2.5.5cvs14
4067
4068         * src/compose.c
4069                 Fix redirecting of our own sent mails
4070
4071 2006-10-17 [wwp]        2.5.5cvs13
4072
4073         * src/send_message.c
4074                 Fix duplicate error messages when sending, and missing
4075                 newline in such error messages.
4076
4077 2006-10-17 [colin]      2.5.5cvs12
4078
4079         * src/compose.c
4080                 Compare addresses case-insensitive
4081
4082 2006-10-17 [colin]      2.5.5cvs11
4083
4084         * src/plugins/pgpcore/sgpgme.c
4085                 Fix return status
4086
4087 2006-10-17 [colin]      2.5.5cvs10
4088
4089         * src/plugins/pgpcore/pgp_viewer.c
4090                 Fix return status
4091
4092 2006-10-17 [colin]      2.5.5cvs9
4093
4094         * src/quote_fmt.c
4095                 Fix a typo (thanks to Fabien)
4096
4097 2006-10-16 [colin]      2.5.5cvs8
4098
4099         * src/textview.c
4100                 Fix problem with quote-folding when emails
4101                 don't convert cleanly to UTF-8
4102
4103 2006-10-14 [colin]      2.5.5cvs7
4104
4105         * src/prefs_template.c
4106                 Reset fields when reopening
4107                 the window
4108
4109 2006-10-13 [paul]       2.5.5cvs6
4110
4111         * manual/advanced.xml
4112         * src/prefs_message.c
4113                 make 'respect_flowed_format' a hidden
4114                 option, and add a manual entry for it
4115                 Thanks to Colin
4116
4117 2006-10-12 [colin]      2.5.5cvs5
4118
4119         * src/codeconv.c
4120                 Revert part of 2.5.2cvs21:
4121                 Don't optimise by reusing the 
4122                 last iconv converter if possible:
4123                 it seems slightly broken in a 
4124                 very hard way to reproduce
4125
4126 2006-10-12 [colin]      2.5.5cvs4
4127
4128         * src/prefs_common.c
4129         * src/prefs_common.h
4130         * src/prefs_message.c
4131         * src/procmime.c
4132                 Fix bug 1035, 'Incorrect handling 
4133                 of flowed lines'. We now optionnaly
4134                 handle this format (preference is in
4135                 Message View/Text options section)
4136
4137 2006-10-12 [colin]      2.5.5cvs3
4138
4139         * po/POTFILES.in
4140                 Add new file
4141         * src/plugins/pgpcore/pgp_viewer.c
4142         * src/plugins/pgpcore/sgpgme.c
4143                 Don't try to import without asking
4144
4145 2006-10-12 [colin]      2.5.5cvs2
4146
4147         * src/compose.c
4148                 Fix bug 1036, 'Forwarding a mutlipart
4149                 mail with a "text/html" block to ms
4150                 outlook users leeds to freeze of
4151                 outlook'. Poor outlook users...
4152
4153 2006-10-12 [paul]       2.5.5cvs1
4154
4155         * NEWS
4156         * README
4157         * configure.ac
4158                 Update version number following
4159                 stable release
4160
4161 2006-10-11 [paul]       2.5.4cvs1
4162
4163         * NEWS
4164         * README
4165         * configure.ac
4166                 Update version number following
4167                 stable release
4168
4169 2006-10-11 [paul]       2.5.3cvs32
4170
4171         * src/textview.c
4172                 fix bug 1032, 'Segmentation fault when showing
4173                 message' (bug in quote folding)
4174                 Thanks to Colin
4175
4176 2006-10-10 [colin]      2.5.3cvs31
4177
4178         * src/quote_fmt.c
4179                 Rephrase english a bit
4180
4181 2006-10-10 [colin]      2.5.3cvs30
4182
4183         * src/prefs_compose_writing.c
4184                 Stop making the page larger than the window
4185
4186 2006-10-10 [wwp]        2.5.3cvs29
4187
4188         * src/compose.c
4189         * src/prefs_template.c
4190         * src/quote_fmt.c
4191         * src/quote_fmt.h
4192         * src/quote_fmt_lex.l
4193         * src/quote_fmt_parse.y
4194                 Extend the quote parser a bit: allow to get access to
4195                 basic (composing) account info.
4196
4197 2006-10-10 [colin]      2.5.3cvs28
4198
4199         * src/procheader.c
4200                 Fix this \t problem in subject
4201
4202 2006-10-09 [colin]      2.5.3cvs27
4203
4204         * src/main.c
4205         * src/prefs_gtk.c
4206                 Prepare cache a bit later
4207                 If section already exists, skip the new one 
4208                 (as previously); avoid writing the same block
4209                 twice - if we find a second block with the 
4210                 same id, skip it.
4211         * src/plugins/pgpcore/pgp_viewer.c
4212                 Set cursor to busy when retrieving a key
4213         * src/plugins/pgpcore/sgpgme.c
4214                 allow 5 seconds for gpg to export the key
4215                 
4216
4217 2006-10-09 [colin]      2.5.3cvs26
4218
4219         * configure.ac
4220         * src/msgcache.c
4221         * src/prefs_gtk.c
4222                 Check for existence of fgets_unlocked
4223                 and fwrite_unlocked
4224
4225 2006-10-09 [paul]       2.5.3cvs25
4226
4227         * src/prefs_summaries.c
4228                 replace strftime() with fast_strftime() and in
4229                 the consequence fix the bug in the display of
4230                 AM/PM in the 'Example' string
4231
4232 2006-10-09 [ticho]      2.5.3cvs24
4233
4234         * po/sk.po
4235                 Updated (and fixed up somewhat) Slovak translation.
4236
4237 2006-10-08 [colin]      2.5.3cvs23
4238
4239         * src/prefs_folder_item.c
4240                 Explain why prefs in the top-level folder
4241                 aren't retained, but are still useful
4242
4243 2006-10-08 [colin]      2.5.3cvs22
4244
4245         * src/prefs_gtk.c
4246                 Don't cache anything if caching fails
4247
4248 2006-10-08 [colin]      2.5.3cvs21
4249
4250         * src/common/utils.c
4251                 always include gi18n.h
4252
4253 2006-10-07 [colin]      2.5.3cvs20
4254
4255         * src/plugins/pgpcore/pgp_viewer.c
4256                 Kill gpg after 5 seconds wait
4257
4258 2006-10-07 [colin]      2.5.3cvs19
4259
4260         * src/plugins/pgpcore/pgp_viewer.c
4261         * src/plugins/pgpcore/pgp_viewer.h
4262                 Fix copyright
4263
4264 2006-10-07 [colin]      2.5.3cvs18
4265
4266         * src/plugins/pgpcore/pgp_viewer.c
4267         * src/plugins/pgpcore/pgp_viewer.h
4268                 Actually add the files to CVS
4269
4270 2006-10-07 [colin]      2.5.3cvs17
4271
4272         * src/plugins/pgpcore/sgpgme.c
4273                 Be sure not to crash on 'application/pgp-signature' that
4274                 are not application/pgp-signatures
4275
4276 2006-10-07 [colin]      2.5.3cvs16
4277
4278         * src/textview.c
4279         * src/textview.h
4280                 Make a bit more of the API available
4281         * src/plugins/pgpcore/Makefile.am
4282         * src/plugins/pgpcore/plugin.c
4283         * src/plugins/pgpcore/sgpgme.c
4284                 Add basic key import/export
4285
4286 2006-10-07 [colin]      2.5.3cvs15
4287
4288         * src/folderview.c
4289         * src/imap.c
4290         * src/prefs_account.c
4291         * src/wizard.c
4292                 Warn users *everywhere* if libetpan's not
4293                 linked in
4294
4295 2006-10-06 [mones]      2.5.3cvs14
4296
4297         * po/de.po
4298         * po/es.po
4299                 updated by Stephan Sachse and me
4300
4301 2006-10-06 [colin]      2.5.3cvs13
4302
4303         * src/main.c
4304         * src/common/sylpheed.c
4305                 Don't load common plugins if --exit is passed
4306         * src/prefs_gtk.c
4307         * src/prefs_gtk.h
4308                 Implement a cache to avoid reading the same
4309                 files over and over again at startup
4310
4311 2006-10-06 [colin]      2.5.3cvs12
4312
4313         * src/summaryview.c
4314         * src/gtk/quicksearch.c
4315                 Update display every 5k mails on fast searches
4316
4317 2006-10-06 [colin]      2.5.3cvs11
4318
4319         * src/textview.c
4320                 Don't do quote folding on HTML or ERTF.
4321                 May fix the Cygwin issues if they were
4322                 happening with HTML mails?
4323
4324 2006-10-05 [colin]      2.5.3cvs10
4325
4326         * src/prefs_gtk.c
4327                 Oops, forgot one
4328
4329 2006-10-05 [colin]      2.5.3cvs9
4330
4331         * src/prefs_gtk.c
4332                 Use unlocked_stdio here too
4333
4334 2006-10-05 [colin]      2.5.3cvs8
4335
4336         * src/folderview.c
4337                 Fix go to next * after preferences apply
4338         * src/msgcache.c
4339                 Do the fd lock/unlock ourselves instead of
4340                 letting the libc do it at each write 
4341
4342 2006-10-05 [colin]      2.5.3cvs7
4343
4344         * src/common/utils.c
4345                 Faster division, thanks to Jean Diraison
4346
4347 2006-10-05 [paul]       2.5.3cvs6
4348
4349         * src/common/utils.c
4350                 fix building with --disable-nls
4351
4352 2006-10-04 [colin]      2.5.3cvs5
4353
4354         * src/folder.c
4355                 Maybe fix a segfault
4356
4357 2006-10-04 [wwp]        2.5.3cvs4
4358
4359         * src/prefs_folder_item.c
4360                 Fine-tune layouts in folder item prefs. Suggested by
4361                 Fabien Vantard <fzzzzz@gmail.com>.
4362
4363 2006-10-04 [wwp]        2.5.3cvs3
4364
4365         * src/prefs_folder_item.c
4366                 Kill the clandestine passengers. You didn't see anything.
4367
4368 2006-10-04 [wwp]        2.5.3cvs2
4369
4370         * src/prefs_folder_item.c
4371                 Add a way to test the subject simplify regexp in
4372                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
4373                 w/ few layout changes.
4374
4375 2006-20-04 [paul]       2.5.3cvs1
4376
4377         * NEWS
4378         * README
4379         * configure.ac
4380                 Update version number following
4381                 stable release
4382
4383 2006-10-04 [colin]      2.5.2cvs42
4384
4385         * src/folder.c
4386         * src/folder.h
4387         * src/summaryview.c
4388                 Provide a way for folder classes to set their sort
4389                 type and key
4390
4391 2006-10-03 [colin]      2.5.2cvs41
4392
4393         * src/mh.c
4394                 Don't use strlen() to know if the
4395                 string's empty
4396
4397 2006-10-03 [colin]      2.5.2cvs40
4398
4399         * src/mh.c
4400                 Fix "check for new folders" with accentued folders
4401
4402 2006-10-03 [ticho]      2.5.2cvs39
4403
4404         * src/filtering.c
4405         * src/folder.c
4406         * src/inc.c
4407         * src/mbox.c
4408                 Colin's fix for "copy" filtering rules.
4409
4410 2006-10-02 [colin]      2.5.2cvs38
4411
4412         * src/folderview.c
4413                 Fix for double-click too
4414
4415 2006-10-02 [colin]      2.5.2cvs37
4416
4417         * src/folderview.c
4418                 correct fix for cvs36
4419
4420 2006-10-02 [colin]      2.5.2cvs36
4421
4422         * src/folderview.c
4423                 Fix 'goto next unread' after collapsing/expanding 
4424                 a node.
4425
4426 2006-10-02 [colin]      2.5.2cvs35
4427
4428         * src/summaryview.c
4429                 Fix double freeze/thaw
4430         * src/common/utils.c
4431         * src/common/utils.h
4432                 Reimplement strftime
4433         * src/procheader.c
4434                 Use it
4435
4436
4437 2006-10-02 [colin]      2.5.2cvs34
4438
4439         * src/mh.c
4440                 Time mh_write_sequences() - it's fast
4441         * src/summaryview.c
4442                 Init a variable to shut up gcc
4443
4444 2006-10-01 [colin]      2.5.2cvs33
4445
4446         * src/folder.c
4447         * src/mh.c
4448         * src/mh.h
4449         * src/msgcache.c
4450                 Add helper mh_set_mtime(), and set mtime to stat()'s result
4451                 Add fsync but disable it, it's slow as hell
4452
4453 2006-10-01 [colin]      2.5.2cvs32
4454
4455         * src/mh.c
4456         * src/msgcache.c
4457                 fflush() caches and mh_sequences before
4458                 fclose()ing
4459
4460 2006-10-01 [colin]      2.5.2cvs31
4461
4462         * src/msgcache.c
4463                 Don't ftruncate when not using mmap
4464
4465 2006-09-30 [colin]      2.5.2cvs30
4466
4467         * src/main.c
4468                 Write folder list *after* saving caches
4469
4470 2006-09-30 [colin]      2.5.2cvs29
4471
4472         * src/folder.c
4473         * src/mh.c
4474                 Debug forced mtime changes
4475
4476 2006-09-30 [colin]      2.5.2cvs28
4477
4478         * src/folder.c
4479         * src/main.c
4480                 Remove useless debug_print()s (code
4481                 well-tested)
4482
4483 2006-09-30 [colin]      2.5.2cvs27
4484
4485         * src/mh.c
4486                 Do stuff faster when writing mh_sequences
4487
4488 2006-09-30 [colin]      2.5.2cvs26
4489
4490         * src/mh.c
4491                 Don't let the writing of .mh_sequences, which
4492                 can change the folder's mtime, let us think
4493                 we need to scan.
4494
4495 2006-09-30 [colin]      2.5.2cvs25
4496
4497         * src/folder.c
4498                 Move a debug_print where it belongs 
4499                 (processing)
4500         * src/summaryview.c
4501                 Don't mess with a huge slow subject
4502                 table if we're not threading by
4503                 subject
4504
4505 2006-09-30 [colin]      2.5.2cvs24
4506
4507         * src/msgcache.c
4508                 Reenable mmaped reads (*not* writes!)
4509         * src/procmsg.c
4510                 Don't destroy and recreate hashtables just
4511                 for fun
4512         * src/common/utils.c
4513                 Remove useless reply prefixes (it's case
4514                 unsensitive)
4515
4516 2006-09-30 [wwp]        2.5.2cvs23
4517
4518         * tools/fix_date.sh
4519                 Fixed a minor bug in date value extraction, added a switch
4520                 to replace non RFC-compliant Date: value, added a switch
4521                 to use strict RFC matching patterns for dates.
4522
4523 2006-09-29 [colin]      2.5.2cvs22
4524
4525         * src/matcher_parser.h
4526         * src/matcher_parser_parse.y
4527         * src/prefs_filtering.c
4528         * src/statusbar.c
4529         * src/summary_search.c
4530         * src/summaryview.c
4531         * src/gtk/quicksearch.c
4532         * src/gtk/quicksearch.h
4533                 Optimise searches by setting different
4534                 refresh intervals (depending if the 
4535                 search is fast or not)
4536
4537 2006-09-29 [colin]      2.5.2cvs21
4538
4539         * src/codeconv.c
4540                 Optimise by reusing the last iconv converter
4541                 if possible
4542         * src/textview.c
4543                 Optimise a bit (the foldable quotes feature
4544                 still has an awful O(n^2) algo
4545
4546 2006-09-29 [colin]      2.5.2cvs20
4547
4548         * src/gtk/gtksctree.c
4549         * src/gtk/gtksctree.h
4550                 Optimise de-selection via up/down or
4551                 another key
4552
4553 2006-09-28 [colin]      2.5.2cvs19
4554
4555         * src/action.c
4556         * src/compose.c
4557         * src/folderview.c
4558         * src/mainwindow.c
4559         * src/messageview.c
4560         * src/summary_search.c
4561         * src/toolbar.c
4562                 Avoid using summaryview->ctree directly
4563
4564 2006-09-28 [colin]      2.5.2cvs18
4565
4566         * src/summaryview.c
4567         * src/summaryview.h
4568                 Add helpers to freeze/thaw/grab_focus
4569                 Factorize calls to freeze/thaw/grab_focus
4570                 
4571
4572 2006-09-28 [colin]      2.5.2cvs17
4573
4574         * src/main.c
4575                 More guards for the session management
4576
4577 2006-09-28 [colin]      2.5.2cvs16
4578
4579         * src/folderview.c
4580         * src/gtk/gtksctree.c
4581         * src/gtk/gtksctree.h
4582                 Make expanding not recursive in folderview
4583
4584 2006-09-28 [colin]      2.5.2cvs15
4585
4586         * src/addressbook.c
4587                 If nothing is selected in the list (right part)
4588                 and a group is selected in the tree (left part),
4589                 mail this group.
4590
4591 2006-09-28 [colin]      2.5.2cvs14
4592
4593         * src/Makefile.am
4594                 Actually use SM_LIBS
4595
4596 2006-09-28 [ticho]      2.5.2cvs13
4597
4598         * src/export.c
4599         * src/messageview.c
4600         * src/mimeview.c
4601         * src/news.c
4602         * src/pop.c
4603         * src/prefs_themes.c
4604         * src/procmsg.c
4605                 Small i18n string optimization.
4606         * src/send_message.c
4607         * src/summaryview.c
4608         * src/common/session.c
4609         * src/common/smtp.c
4610         * src/common/ssl_certificate.c
4611         * src/common/utils.c
4612                 Use "Couldn't" instead of "Can't" in UI messages,
4613                 where appropriate.
4614
4615 2006-09-28 [colin]      2.5.2cvs12
4616
4617         * configure.ac
4618                 Possibly fix link errors
4619
4620 2006-09-27 [wwp]        2.5.2cvs11
4621
4622         * src/gtk/authors.h
4623         * doc/man/sylpheed-claws.1
4624         * manual/ack.xml
4625         * manual/es/ack.xml
4626         * manual/fr/ack.xml
4627         * manual/pl/ack.xml
4628                 Updated authors info (me, myself and I).
4629
4630 2006-09-27 [colin]      2.5.2cvs10
4631
4632         * src/addressbook.c
4633                 Remove useless printf
4634
4635 2006-09-27 [wwp]        2.5.2cvs9
4636
4637         * src/editgroup.c
4638         * src/send_message.c
4639         * src/inc.c
4640         * src/prefs_common.c
4641         * src/prefs_common.h
4642         * src/gtk/progressdialog.c
4643                 remember more windows' sizes (send dialog, received dialog,
4644                 edit group in addressbook).
4645
4646 2006-09-27 [colin]      2.5.2cvs8
4647
4648         * configure.ac
4649         * src/main.c
4650         * src/mainwindow.h
4651                 Use libSM to communicate with the session
4652                 manager, so that we can know when the 
4653                 session ends, save our caches, and draft
4654                 our compose windows.
4655
4656 2006-09-27 [colin]      2.5.2cvs7
4657
4658         * src/addressbook.c
4659                 Fix issues:
4660                 o Allow Book and Group creation from the tree's
4661                   contextual menu
4662                 o Do not actually delete the contacts when 
4663                   deleting groups from the tree (duh!)
4664
4665 2006-09-27 [colin]      2.5.2cvs6
4666
4667         * src/compose.c
4668         * src/compose.h
4669         * src/mainwindow.c
4670         * src/textview.c
4671         * src/toolbar.c
4672                 o Allow passing an email address to 
4673                   compose_new_with_folderitem
4674                 o Update callers
4675                 o Use current folderitem when clicking
4676                   on a TextView mailto: link
4677                 o Fix a possible leak in TextView
4678
4679 2006-09-27 [colin]      2.5.2cvs5
4680
4681         * src/html.c
4682                 Use UTF-8 chars to replace HTML entities
4683
4684 2006-09-27 [colin]      2.5.2cvs4
4685
4686         * AUTHORS
4687         * src/prefs_account.c
4688         * src/gtk/authors.h
4689                 Fix bug #1024 (Array index out of
4690                 range in sylpheed-claws-2.5.2)
4691                 Patch by Ales Nosek <anosek@suse.cz>
4692
4693 2006-09-27 [colin]      2.5.2cvs3
4694
4695         * src/addr_compl.c
4696                 Actually do the test
4697
4698 2006-09-27 [colin]      2.5.2cvs2
4699
4700         * src/addr_compl.c
4701         * src/addr_compl.h
4702                 Allow completing with comma (in certain cases: vCalendar
4703                 for example doesn't support that)
4704                 Patch by Fabien Vantard
4705
4706 2006-09-26 [colin]      2.5.2cvs1
4707
4708         * src/Makefile.am
4709         * src/addr_compl.c
4710         * src/addr_compl.h
4711         * src/addrbook.c
4712         * src/addrbook.h
4713         * src/addressbook.c
4714         * src/addrindex.c
4715         * src/addrindex.h
4716         * src/compose.c
4717         * src/prefs_common.c
4718         * src/prefs_filtering_action.c
4719         * src/prefs_folder_item.c
4720         * src/prefs_template.c
4721         * src/stock_pixmap.c
4722         * src/stock_pixmap.h
4723         * src/pixmaps/addr_one.xpm
4724         * src/pixmaps/addr_two.xpm
4725                 Add auto-completion on groups
4726
4727 2006-09-26 [colin]      2.5.2
4728
4729         * NEWS
4730         * README
4731         * RELEASE_NOTES
4732                 2.5.2 released
4733
4734 2006-09-26 [colin]      2.5.1cvs5
4735
4736         * src/matcher.c
4737                 Fix condition
4738
4739 2006-09-26 [colin]      2.5.1cvs4
4740
4741         * src/mbox.c
4742                 Revert cvs1 (useless as the message is printed 
4743                 every 500 mails)
4744
4745 2006-09-26 [colin]      2.5.1cvs3
4746
4747         * src/partial_download.c
4748                 Fix crasher found by Alexsandar Urosevic
4749
4750 2006-09-26 [colin]      2.5.1cvs2
4751
4752         * src/summaryview.c
4753                 Fix bug #1023 (Sylpheed deletes too much messages)
4754
4755 2006-09-26 [ticho]      2.5.1cvs1
4756
4757         * src/mbox.c
4758                 Make use of gettext's multiple plurals for statusbar
4759                 progress message.
4760
4761 2006-09-25 [paul]       2.5.1
4762
4763         * NEWS
4764         * README
4765         * RELEASE_NOTES
4766                 2.5.1 released
4767
4768 2006-09-25 [colin]      2.5.0cvs3
4769
4770         * src/plugins/bogofilter/bogofilter.c
4771         * src/plugins/clamav/clamav_plugin.c
4772         * src/plugins/spamassassin/spamassassin.c
4773                 BogoFilter, Spamassassin: Fix double hook registering after
4774                 visiting preferences
4775                 Spamassassin, Clamav: Just set the mails to move instead of
4776                 doing the move - caller will move the things at once.
4777
4778 2006-09-25 [colin]      2.5.0cvs2
4779
4780         * src/imap.c
4781         * src/etpan/imap-thread.c
4782                 Use UID SEARCH ALL instead of UID 1:*
4783                 (braindead servers can't figure out that's
4784                 the same...)
4785
4786 2006-09-25 [wwp]        2.5.0cvs1
4787
4788         * src/message_search.c
4789                 Added the ability to stop a running search (in message body).
4790
4791 2006-09-25 [paul]       2.5.0
4792
4793         * NEWS
4794         * README
4795         * RELEASE_NOTES
4796                 2.5.0 released
4797
4798 2006-09-25 [paul]       2.4.0cvs214
4799
4800         * po/cs.po
4801         * po/de.po
4802         * po/fi.po
4803         * po/fr.po
4804         * po/nl.po
4805         * po/pt_BR.po
4806         * po/sk.po
4807         * po/sr.po
4808         * po/zh_CN.po
4809                 updated by Tim, Stephan Sachse, Flammie Pirinen,
4810                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
4811                 Ticho, Aleksander Urosevic, Ralgh Young
4812
4813 2006-09-24 [mones]      2.4.0cvs213
4814
4815         * po/es.po
4816                 Updated for release
4817
4818 2006-09-23 [colin]      2.4.0cvs212
4819
4820         * src/gtk/inputdialog.c
4821                 Fix [ ] remember this appearing in normal
4822                 input dialogs after it's been used by
4823                 mimeview.
4824         * src/folder.c
4825         * src/folderview.c
4826         * src/msgcache.c
4827         * src/procmsg.c
4828         * src/summaryview.c
4829         * src/textview.c
4830         * src/common/timing.h
4831                 Enable timings in debug mode and make it
4832                 look prettier.
4833
4834 2006-09-22 [colin]      2.4.0cvs211
4835
4836         * README
4837                 Revert test change
4838         * commitHelper
4839                 ping the correct URI
4840
4841 2006-09-22 [colin]      2.4.0cvs210
4842
4843         * README
4844                 Let's see if bug #1022 is fixed
4845
4846 2006-09-21 [colin]      2.4.0cvs209
4847
4848         * src/wizard.c
4849         * src/common/plugin.c
4850                 Prepare infra to load predefined plugins when
4851                 no configuration existed. Don't actually load
4852                 anything yet (feat. freeze)
4853
4854 2006-09-21 [wwp]        2.4.0cvs208
4855
4856         * manual/fr/faq.xml
4857                 Partial sync w/ 2.4.0cvs72:
4858                 wrap file and minor updates.
4859
4860 2006-09-21 [wwp]        2.4.0cvs207
4861
4862         * tools/fix_date.sh
4863                 several fixes and enhancements. A new --force switch has been
4864                 added to prevent overriding by default Date: header when
4865                 already existing.
4866
4867 2006-09-21 [paul]       2.4.0cvs206
4868
4869         * src/common/utils.c
4870                 add Chinese UTF8 Re prefix
4871
4872 2006-09-21 [wwp]        2.4.0cvs205
4873
4874         * tools/Makefile.am
4875                 Fics alfabettical order.
4876
4877 2006-09-21 [wwp]        2.4.0cvs204
4878
4879         * tools/fix_date.sh
4880         * tools/Makefile.am
4881                 Added an action tool to fix missing Date field in emails.
4882                 Updated Makefile.am to reflect those last two additions.
4883
4884 2006-09-21 [wwp]        2.4.0cvs203
4885
4886         * tools/uuooffice
4887                 Added a action tool to open uuencoded docs w/
4888                 OpenOffice (based on uudec method).
4889
4890 2006-09-21 [colin]      2.4.0cvs202
4891
4892         * src/compose.c
4893         * src/textview.c
4894                 Workaround possible GTK crash: remove selection 
4895                 clipboard before destroying widget, or GTK+-2.10
4896                 dies. Thanks to Hiro.
4897
4898 2006-09-20 [colin]      2.4.0cvs201
4899
4900         * src/compose.c
4901                 Fix free-after-use in some cases (when 
4902                 procmime_encode_content() frees mimeinfo->data.mem
4903                 and turns it to a temp file)
4904
4905 2006-09-20 [colin]      2.4.0cvs200
4906
4907         * src/folderview.c
4908         * src/summaryview.c
4909         * src/gtk/gtksctree.c
4910         * src/gtk/gtksctree.h
4911                 Add tooltips in the folderview and summaryview
4912                 (Doesn't break string freeze as they already
4913                 exist)
4914         * src/toolbar.c
4915                 Put the spam button in the default configuration
4916                 if compiled with bogo plugin too
4917
4918 2006-09-19 [colin]      2.4.0cvs199
4919
4920         * src/summaryview.c
4921         * src/summaryview.h
4922                 Update folder name label on folder rename
4923         * src/prefs_matcher.c
4924         * src/gtk/logwindow.h
4925                 Fix warnings
4926                 Patches by Fabien
4927
4928 2006-09-19 [wwp]        2.4.0cvs198
4929
4930         * src/summary_search.c
4931                 fix can't click forward/backward buttons in the
4932                 search messages.
4933
4934 2006-09-18 [paul]       2.4.0cvs197
4935
4936         * src/wizard.c
4937                 add missing bracket, capitalise the A of
4938                 'SpamAssassin'
4939
4940 2006-09-18 [paul]       2.4.0cvs196
4941
4942         * src/compose.c
4943                 fix bug 1012 'crashed upon sending mail
4944                 from compose window'
4945                 Thanks to Colin
4946
4947 2006-09-16 [colin]      2.4.0cvs195
4948
4949         * src/folderview.c
4950                 Fix "real-time" sorting by freezing/thawing
4951
4952 2006-09-16 [colin]      2.4.0cvs194
4953
4954         * manual/faq.xml
4955                 Fix the anti-spam entry a bit
4956
4957 2006-09-16 [colin]      2.4.0cvs193
4958
4959         * src/wizard.c
4960                 Make sure reviewers have no excuse when stating
4961                 Sylpheed-Claws doesn't have antispam capabilities.
4962
4963 2006-09-16 [colin]      2.4.0cvs192
4964
4965         * src/main.c
4966                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
4967                 as if the SIGPIPE comes from etpan's thread we could
4968                 trigger a GUI update from this thread.
4969
4970 2006-09-16 [colin]      2.4.0cvs191
4971
4972         * src/summaryview.c
4973                 Init all members of the struct
4974
4975 2006-09-16 [paul]       2.4.0cvs190
4976
4977         * src/account.c
4978                 improvements to the English
4979
4980 2006-09-15 [colin]      2.4.0cvs189
4981
4982         * src/summaryview.c
4983                 HIG order on dialog
4984
4985 2006-09-14 [colin]      2.4.0cvs188
4986
4987         * src/common/socket.c
4988         * src/common/socket.h
4989         * src/common/ssl.c
4990         * src/common/ssl_certificate.c
4991         * src/common/ssl_certificate.h
4992         * src/etpan/imap-thread.c
4993                 the get_fqdn() call done to get canonical name when
4994                 checking an SSL certificate is blocking, which is
4995                 sad as we just did a non-blocking lookup to connect.
4996                 Fix that by letting the fqdn available to the SockInfo,
4997                 and use that in ssl_certificate_check(). For IMAP,
4998                 we don't do it as the lookup's done by libetpan, but
4999                 it's less annoying as IMAP connections as much more
5000                 rare than POP3 connections.
5001
5002 2006-09-14 [paul]       2.4.0cvs187
5003
5004         * manual/advanced.xml
5005                 improvements to the English,
5006                 properly place the new hidden options
5007                 within the alphabetical order
5008         * src/gtk/pluginwindow.c
5009                 improvements to the English
5010
5011 2006-09-14 [colin]      2.4.0cvs186
5012
5013         * src/prefs_common.c
5014         * src/prefs_common.h
5015         * src/gtk/gtksctree.c
5016         * manual/advanced.xml
5017                 New hidden pref, stripes_color_offset, to change
5018                 the value added/substracted to normal bgcolor to
5019                 create the stripes in summaries
5020
5021 2006-09-13 [colin]      2.4.0cvs185
5022
5023         * src/gedit-print.c
5024         * src/messageview.c
5025         * src/messageview.h
5026         * src/summaryview.c
5027         * src/textview.c
5028                 Fix misc. printing issues: 
5029                 - Bad font for linkified headers
5030                 - Different font if the mail was displayed or not
5031                 - Factorize the thing
5032
5033 2006-09-13 [colin]      2.4.0cvs184
5034
5035         * src/common/ssl_certificate.c
5036                 Only get FQDN once when checking certificate
5037
5038 2006-09-13 [colin]      2.4.0cvs183
5039
5040         * src/account.c
5041         * src/gtk/pluginwindow.c
5042                 Misc. GUI fixes by Fabien
5043
5044 2006-09-13 [wwp]        2.4.0cvs182
5045
5046         * configure.ac
5047         * src/common/utils.h
5048         * src/common/utils.c
5049                 get rid of unused wide-char functions.
5050
5051 2006-09-13 [wwp]        2.4.0cvs181
5052
5053         * src/plugins/pgpinline/sylpheed.def
5054         * src/textview.c
5055                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
5056                 add privacy_reset_error to the .def file,
5057                 do not fork for an external textviewer.
5058
5059 2006-09-13 [wwp]        2.4.0cvs180
5060
5061         * src/prefs_common.c
5062                 fix broken font entry in prefs (patch issued by the gpg4win team,
5063                 probably by Marcus Brinkmann <marcus@g10code.de>).
5064
5065 2006-09-13 [colin]      2.4.0cvs179
5066
5067         * src/folder.h
5068                 Fix a warning in summaryview.c
5069         * src/mainwindow.c
5070         * src/summaryview.c
5071         * src/summaryview.h
5072                 Add missing Mark/* elements in the
5073                 main menu
5074
5075 2006-09-12 [colin]      2.4.0cvs178
5076
5077         * src/prefs_actions.c
5078         * src/prefs_filtering_action.c
5079         * src/prefs_matcher.c
5080                 Use (New) instead of New everywhere
5081
5082 2006-09-12 [wwp]        2.4.0cvs177
5083
5084         * manual/fr/addrbook.xml
5085         * manual/fr/handling.xml
5086                 updated some quotes in the fr manual to match the fr translation.
5087
5088 2006-09-12 [wwp]        2.4.0cvs176
5089
5090         * src/prefs_matcher.c
5091                 don't store translated string elements in matcher expressions.
5092                 Also fixed a misused of Q_().
5093
5094 2006-09-11 [wwp]        2.4.0cvs175
5095
5096         * src/plugins//bogofilter/bogofilter.c
5097         * src/plugins//clamav/clamav_plugin.c
5098         * src/plugins//demo/demo.c
5099         * src/plugins//dillo_viewer/dillo_viewer.c
5100         * src/plugins//pgpcore/plugin.c
5101         * src/plugins//pgpinline/plugin.c
5102         * src/plugins//pgpmime/plugin.c
5103         * src/plugins//spamassassin/spamassassin.c
5104                 gettext-ize more strings (mostly plugin error messages).
5105
5106 2006-09-11 [colin]      2.4.0cvs174
5107
5108         * src/alertpanel.c
5109                 Make maximum buffer size bigger to avoid
5110                 truncating translated messages. Patch by
5111                 Fabien
5112
5113 2006-09-11 [colin]      2.4.0cvs173
5114
5115         * src/etpan/imap-thread.c
5116                 Fix compilation on OpenBSD, thanks to 
5117                 Landry
5118
5119 2006-09-10 [wwp]        2.4.0cvs172
5120
5121         * manual/account.xml
5122         * manual/addrbook.xml
5123         * manual/handling.xml
5124         * manual/es/handling.xml
5125         * manual/fr/account.xml
5126         * manual/fr/addrbook.xml
5127         * manual/fr/handling.xml
5128                 documented addressbook matching (condition configuration):
5129                   addrbook.xml, en fr
5130                 documented per-account filtering rules (handling/filtering
5131                   section, account section):
5132                   account.xml, handling.xml, en fr
5133                 slightly updated the handling/searching section to tell few
5134                   words about the extended search ability:
5135                   handling.xml, en fr
5136                 added missing <quote></quotes> to Quick Search:
5137                   handling.xml, en fr es
5138                 fixed a typo (auomatically):
5139                   handling.xml, en
5140                 changes revisited by Paul.
5141
5142 2006-09-10 [paul]       2.4.0cvs171
5143
5144         * src/prefs_actions.c
5145         * src/prefs_filtering.c
5146         * src/prefs_template.c
5147                 adjustments to the gui
5148                 Patch by Fabien Vantard (slightly modified)
5149
5150 2006-09-10 [colin]      2.4.0cvs170
5151
5152         * src/summaryview.c
5153                 Check folderitem/summaryview consistency
5154                 (basically automates Update summary). Fixes
5155                 #1011 (wrong (negative) count on unread 
5156                 messages)
5157
5158 2006-09-10 [colin]      2.4.0cvs169
5159
5160         * src/gtk/gtksctree.c
5161                 Fix recursive expansion via mouse
5162         * src/plugins/bogofilter/bogofilter.c
5163                 Use normal filtering way of moving
5164                 messages (batching), possibly fixing
5165                 bug #1015 (Bogofilter plugin doubles 
5166                 new messages)
5167
5168 2006-09-09 [wwp]        2.4.0cvs168
5169
5170         * src/prefs_filtering.c
5171                 better place for this fix.
5172
5173 2006-09-09 [wwp]        2.4.0cvs167
5174
5175         * src/prefs_filtering.c
5176                 fix a minor bug when the enabled status of a filtering/processing
5177                 rule always got set to TRUE when replacing this rule. That still
5178                 make sense when adding a new rule, but now when replacing, we
5179                 don't override the value of 'enabled'.
5180                 Also renamed the func prefs_filtering_list_view_get_rule_name()
5181                 to prefs_filtering_list_view_get_info() as this function not only
5182                 returns the name, but also the account_id and the enabled status.
5183
5184 2006-09-09 [mones]      2.4.0cvs166
5185
5186         * manual/glossary.xml
5187         * manual/plugins.xml
5188                 Minor format corrections
5189         * manual/gpl.xml
5190                 Fix misplaced NO WARRANTY section
5191         * manual/es/advanced.xml
5192         * manual/es/faq.xml
5193         * manual/es/glossary.xml
5194         * manual/es/gpl.xml
5195         * manual/es/handling.xml
5196         * manual/es/plugins.xml
5197         * manual/es/starting.xml
5198                 Incorporate changes from English version
5199         * manual/fr/ack.xml
5200         * manual/pl/ack.xml
5201         * manual/es/ack.xml
5202                 Fix address, (add translation credits in es version)
5203         * po/es.po
5204                 Updated translation
5205
5206 2006-09-09 [wwp]        2.4.0cvs165
5207
5208         * src/prefs_filtering.c
5209                 fix a crash when opening filtering prefs, if matcherrc file contains
5210                 broken data (non-existing account id, which is theoretically not
5211                 possible).
5212
5213 2006-09-08 [colin]      2.4.0cvs164
5214
5215         * src/folder.c
5216                 Wrong assert, make it an if()
5217         * src/gtk/gtksctree.c
5218                 Fix bug #1013 (expand selected thread 
5219                 tree) - expanding is now recursive
5220
5221 2006-09-07 [wwp]        2.4.0cvs163
5222
5223         * src/prefs_matcher.c
5224                 make better sentences about addressbook matching in the
5225                 matcher prefs. This should make translators' work easier
5226                 too.
5227
5228 2006-09-07 [wwp]        2.4.0cvs162
5229
5230         * src/prefs_filtering.c
5231                 code simplification (get rid of dup var. assignment).
5232
5233 2006-09-07 [wwp]        2.4.0cvs161
5234
5235         * src/summaryview.c
5236                 use GTK_STOCK icons when possible, patch by Fabien Vantard
5237                 <fzzzzz@gmail.com>.
5238
5239 2006-09-07 [paul]       2.4.0cvs160
5240
5241         * src/mimeview.c
5242                 fix compilation warnings
5243                 Thanks to Colin
5244
5245 2006-09-07 [paul]       2.4.0cvs159
5246
5247         * src/mimeview.c
5248                 select the mimepart icon when
5249                 displaying as text
5250                 Thanks to Colin
5251
5252 2006-09-06 [paul]       2.4.0cvs158
5253
5254         * src/prefs_filtering.c
5255                 fix labels and table element spacing
5256                 Patch by Fabien Vantard
5257
5258 2006-09-06 [paul]
5259
5260         2.5.0-rc3 released
5261
5262 2006-09-06 [paul]       2.4.0cvs157
5263
5264         * manual/es/advanced.xml
5265                 fix typo
5266
5267 2006-09-06 [wwp]        2.4.0cvs156
5268
5269         * src/mainwindow.c
5270                 fix an dup launch issue when iconified, thanks to Colin.
5271
5272 2006-09-06 [wwp]        2.4.0cvs155
5273
5274         * src/gtk//gtksctree.h
5275                 oops, forgot that one!
5276
5277 2006-09-06 [wwp]        2.4.0cvs154
5278
5279         * manual/pl/advanced.xml
5280         * manual/advanced.xml
5281         * manual/es/advanced.xml
5282         * manual/fr/advanced.xml
5283         * src/prefs_customheader.c
5284         * src/prefs_filtering_action.c
5285         * src/foldersel.c
5286         * src/prefs_summaries.c
5287         * src/prefs_filtering.c
5288         * src/account.c
5289         * src/compose.c
5290         * src/prefs_summary_column.c
5291         * src/addr_compl.c
5292         * src/prefs_actions.c
5293         * src/prefs_folder_column.c
5294         * src/ssl_manager.c
5295         * src/prefs_template.c
5296         * src/prefs_display_header.c
5297         * src/prefs_common.h
5298         * src/prefs_matcher.c
5299         * src/prefs_common.c
5300         * src/prefs_toolbar.c
5301         * src/summaryview.c
5302         * src/folderview.c
5303         * src/gtk/gtksctree.c
5304         * src/gtk/pluginwindow.c
5305         * src/gtk/progressdialog.c
5306         * src/gtk/prefswindow.c
5307                 renamed hidden option enable_rules_hint to use_stripes_everywhere
5308                 to make its meaning more obvious (all versions of the manual reflect
5309                 the change).
5310                 added an extra hidden option use_stripes_in_summary to allow
5311                 discarding these stripes in mainwindow's folder and message lists;
5312                 en and fr manuals only are OK towards this.
5313
5314 2006-09-06 [colin]      2.4.0cvs153
5315
5316         * src/textview.c
5317                 Hide Sylpheed-Claws' internal queue headers
5318                 when showing all headers. They'll be present
5319                 only in Source window.
5320
5321 2006-09-05 [colin]      2.4.0cvs152
5322
5323         * src/plugins/trayicon/trayicon.c
5324                 Fix crash at exit - we have to disconnect
5325                 our handlers
5326         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5327                 Update eggtrayicon - patch adapted from a
5328                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
5329                 on Sylpheed's ML
5330
5331 2006-09-05 [colin]      2.4.0cvs151
5332
5333         * src/mainwindow.c
5334         * src/gtk/logwindow.c
5335                 Fix race condition when something writes
5336                 to the log too soon during init. Thanks
5337                 to Fabien Vantard
5338
5339 2006-09-05 [colin]      2.4.0cvs150
5340
5341         * src/mimeview.c
5342                 Don't select part on right-click either
5343
5344 2006-09-05 [paul]       2.4.0cvs149
5345
5346         * src/mimeview.c
5347                 completion of previous commit
5348                 Thanks to Colin
5349
5350 2006-09-05 [colin]      2.4.0cvs148
5351
5352         * src/mimeview.c
5353                 Don't force selection on middle-click, just open
5354
5355 2006-09-04 [colin]      2.4.0cvs147
5356
5357         * src/mimeview.c
5358                 Looks like gtk_notebook_set_current_page()
5359                 sometimes steals focus, and this annoys us
5360                 in MimeViewers as it renders navigation
5361                 keys useless. Take back focus after switching
5362                 pages.
5363
5364 2006-09-04 [colin]      2.4.0cvs146
5365
5366         * src/messageview.c
5367                 Set stop_loading when clicking on Next
5368                 during load. Don't add a callback to 
5369                 avoid over-complicating things.
5370
5371 2006-09-04 [colin]      2.4.0cvs145
5372
5373         * src/mimeview.c
5374         * src/messageview.c
5375                 Fix multiple loads in separate messageview
5376
5377 2006-09-04 [colin]      2.4.0cvs144
5378
5379         * src/summaryview.c
5380                 Let navigation keys be handled during 
5381                 load
5382
5383 2006-09-04 [colin]      2.4.0cvs143
5384
5385         * src/messageview.c
5386         * src/summaryview.c
5387         * src/textview.c
5388         * src/textview.h
5389                 Make loading of huge mails (lots of text and/or
5390                 images) cancellable, so the GUI doesn't block 
5391
5392 2006-09-04 [colin]      2.4.0cvs142
5393
5394         * src/plugins/trayicon/trayicon.c
5395                 Fix annoyance when removing a folder with 
5396                 unread mails: trayicon didn't update
5397
5398 2006-09-04 [paul]       2.4.0cvs141
5399
5400         * src/gtk/icon_legend.c
5401                 straighten up columns
5402                 Patch by Fabien Vantard
5403
5404 2006-09-04 [wwp]        2.4.0cvs140
5405
5406         * src/prefs_filtering.c
5407                 fix new line's account name in filtering prefs:
5408                 was "All", is now "(New)".
5409
5410 2006-09-04 [paul]       2.4.0cvs139
5411
5412         * tools/make.themes.project
5413                 use "AUTOMAKE_OPTIONS = dist-bzip2"
5414                 instead of homebrewed "make release"
5415
5416 2006-09-03 [colin]      2.4.0cvs138
5417
5418         * src/folderview.c
5419                 Fix bug #1007 (Wrong folder highlighted)
5420
5421 2006-09-03 [colin]      2.4.0cvs137
5422
5423         * src/compose.c
5424                 Don't set Newsgroup: header to a mail folder
5425                 path
5426
5427 2006-09-03 [paul]       2.4.0cvs136
5428
5429         * src/prefs_other.c
5430         * src/prefs_spelling.c
5431                 unify the gui
5432
5433 2006-09-03 [paul]       2.4.0cvs135
5434
5435         * src/prefs_summaries.c
5436                 correct menu item text in prefs_keybind_apply_clicked()
5437
5438 2006-09-03 [paul]       2.4.0cvs134
5439
5440         * manual/advanced.xml
5441                 some improvements to the descriptions
5442         * src/mainwindow.c
5443         * src/messageview.c
5444         * src/summaryview.c
5445         * src/gtk/menu.c
5446                 fix menu sensitivity issues
5447         * src/prefs_message.c
5448                 drop the useless word 'short'
5449         * src/prefs_other.c
5450                 add the word 'lines' indicating log length
5451                 is a measure of lines
5452         * src/textview.c
5453                 fix compilation warnings
5454
5455 2006-09-02 [colin]      2.4.0cvs133
5456
5457         * src/messageview.c
5458                 Display a special return-receipt message
5459                 if the message is from the user
5460         * src/summaryview.c
5461                 Fix missing freeze of the list when marking
5462                 all read and unthreading for exec. Thanks
5463                 to Stephan Sachse.
5464
5465 2006-09-02 [paul]       2.4.0cvs132
5466
5467         * src/mainwindow.c
5468         * src/prefs_message.c
5469         * src/summaryview.c
5470                 fix some english
5471
5472 2006-09-02 [wwp]        2.4.0cvs131
5473
5474         * src/prefs_filtering.c
5475                 added an account name column to the filtering rules
5476                 dialog.
5477
5478 2006-09-02 [colin]      2.4.0cvs130
5479
5480         * src/gtk/logwindow.c
5481         * src/gtk/logwindow.h
5482                 Block scrolling if we're not at the end
5483                 of the log
5484
5485 2006-09-02 [colin]      2.4.0cvs129
5486
5487         * src/folder.c
5488                 Make sure account-specific rules can't
5489                 be used in {pre-,post-,}processing
5490         * src/mainwindow.c
5491         * src/gtk/logwindow.c
5492         * src/gtk/logwindow.h
5493                 Jump to last error when clicking on the
5494                 warning icon
5495
5496 2006-09-02 [colin]      2.4.0cvs128
5497
5498         * src/imap.c
5499         * src/import.c
5500         * src/mainwindow.c
5501         * src/mainwindow.h
5502                 Fix warning icon
5503         * src/inc.c
5504         * src/mbox.c
5505         * src/mbox.h
5506                 Let proc_mbox know its account, for
5507                 account-specific rules
5508
5509 2006-09-01 [colin]      2.4.0cvs127
5510
5511         * src/codeconv.c
5512                 Don't uselessly use iconv to convert from
5513                 us-ascii
5514         * src/alertpanel.c
5515         * src/mainwindow.c
5516         * src/mainwindow.h
5517         * src/inc.c
5518                 Fix certain log cases, disable warning icon
5519                 for now, the correct way to display it when
5520                 necessary and only when necessary is probably
5521                 to do it manually rather than use error logs
5522         * src/etpan/imap-thread.c
5523                 Clean up UID logging a bit
5524         * src/gtk/logwindow.c
5525         * src/gtk/logwindow.h
5526                 Make logging faster when the window's closed
5527
5528 2006-09-01 [wwp]        2.4.0cvs126
5529
5530         * manual/fr/account.xml
5531                 reflect changes to the ref. manual (parts of cvs72):
5532                 fix tabnames and quotes.
5533
5534 2006-09-01 [wwp]        2.4.0cvs125
5535
5536         * manual/fr/plugins.xml
5537                 reflect changes to the reference manual (cvs42):
5538                 update IRC channel info.
5539
5540 2006-09-01 [wwp]        2.4.0cvs124
5541
5542         * commitHelper
5543                 use CVSEDITOR env. var. if set, according to `man cvs`.
5544
5545 2006-09-01 [wwp]        2.4.0cvs123
5546
5547         * manual/advanced.xml
5548                 better sentence again (thanks to Paul).
5549
5550 2006-09-01 [wwp]        2.4.0cvs122
5551
5552         * manual/advanced.xml
5553         fix definition of toolbar_detachable and rework a bit the one of
5554         enable_dotted_lines.
5555
5556 2006-09-01 [mones]      2.4.0cvs121
5557
5558         * manual/advanced.xml
5559                 Document enable_dotted_lines
5560
5561 2006-09-01 [paul]       2.4.0cvs120
5562
5563         * src/folderview.c
5564         * src/folderview.h
5565         * src/imap.c
5566         * src/mainwindow.c
5567         * src/summaryview.c
5568                 obey the 'When entering folder...' option
5569                 when using the /View/Go to/... menu items
5570                 Thanks to Colin
5571
5572 2006-08-31 [colin]      2.4.0cvs119
5573
5574         * src/folderview.c
5575                 Revert 2.4.0cvs116, wrong fix.
5576
5577 2006-08-31 [colin]      2.4.0cvs118
5578
5579         * src/gtk/gtksctree.c
5580                 Better state the various copyrights
5581
5582 2006-08-31 [colin]      2.4.0cvs117
5583
5584         * src/prefs_common.c
5585                 fix enable_dotted_lines
5586
5587 2006-08-31 [colin]      2.4.0cvs116
5588
5589         * src/folderview.c
5590                 Use pref "Always open on select" when going
5591                 to next unread folder
5592         * src/gtk/gtksctree.c
5593                 Fix link failure to _gtk_clist_create_cell_layout
5594                 on certain computers. (Why not mine, I wonder)
5595
5596 2006-08-31 [colin]      2.4.0cvs115
5597
5598         * src/procmsg.c
5599         * src/textview.c
5600         * src/plugins/bogofilter/bogofilter.c
5601         * src/plugins/spamassassin/spamassassin.c
5602                 Requalify some "errors" to warnings
5603         * src/mainwindow.c
5604         * src/mainwindow.h
5605         * src/statusbar.c
5606                 Add an icon in the statusbar to notify
5607                 of errors
5608         * src/gtk/gtksctree.c
5609         * src/folderview.c
5610         * src/summaryview.c
5611                 Make the GtkSCTree look more modern by
5612                 alternating background lines
5613         * src/prefs_common.c
5614         * src/prefs_common.h
5615                 Add a pref to let people have the old
5616                 way if they prefer
5617
5618
5619 2006-08-30 [colin]      2.4.0cvs114
5620
5621         * src/procmsg.c
5622         * src/procmsg.h
5623                 Provide a way to filter a list of
5624                 messages in an optimised manner, and
5625                 add a list-filtering hook
5626         * src/folder.c
5627         * src/inc.c
5628         * src/mbox.c
5629                 Use the list filtering
5630         * src/plugins/bogofilter/bogofilter.c
5631                 Use the list-filtering hook
5632                 Use -b (bulk) mode for more speed
5633                 when learning and filtering
5634         * src/etpan/imap-thread.c
5635                 Make log output shorter in UID SEARCH
5636
5637
5638 2006-08-30 [colin]      2.4.0cvs113
5639
5640         * src/plugins/bogofilter/bogofilter.c
5641                 Really fast mass learning - thanks to David
5642                 Relson for the options explanations :)
5643
5644 2006-08-30 [colin]      2.4.0cvs112
5645
5646         * src/msgcache.c
5647                 Fix compilation on FreeBSD. Thanks
5648                 to Michael Hugues
5649
5650 2006-08-29 [colin]      2.4.0cvs111
5651
5652         * src/folderview.c
5653                 Handle "popup_menu" signal (for popping the 
5654                 menu via the keyboard)
5655         * src/mimeview.c
5656         * src/mimeview.h
5657         * src/summaryview.c
5658         * src/textview.c
5659         * src/gtk/gtkutils.c
5660         * src/gtk/gtkutils.h
5661                 Factorize scrolling code, and add an API 
5662                 for MimeViewers to handle scroll orders
5663
5664 2006-08-29 [wwp]        2.4.0cvs110
5665
5666         * src/plugins//bogofilter/bogofilter.c
5667         * src/plugins//spamassassin/spamassassin.c
5668                 make the bogofilter/spamassassin filtering error dialogs at
5669         incorporation obey to the "don't popup error dialog on
5670         receive error" option. If disabled, feed the log window w/
5671         the error message.
5672
5673 2006-08-29 [paul]
5674
5675         2.5.0-rc2 released
5676
5677 2006-08-29 [paul]       2.4.0cvs109
5678
5679         * Makefile.am
5680                 remove 'make release', it's not needed
5681                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
5682
5683 2006-08-29 [paul]       2.4.0cvs108
5684
5685         * src/foldersel.c
5686         * src/summary_search.c
5687         * src/gtk/progressdialog.c
5688         * src/plugins/pgpcore/passphrase.c
5689                 replace deprecated gtk_window_set_policy()
5690
5691 2006-08-29 [colin]      2.4.0cvs107
5692
5693         * src/folder.c
5694                 Fix data loss when copy fails during a move:
5695                 only use fast remove_msgs if everything was
5696                 copied OK; else use slow remove_msg on the
5697                 mails that got copied only.
5698
5699 2006-08-28 [paul]       2.4.0cvs106
5700
5701         * src/mh.c
5702                 revert change in 2.4.0cvs104, it breaks
5703                 stuff
5704
5705 2006-08-28 [paul]       2.4.0cvs105
5706
5707         * src/plugins/spamassassin/spamassassin.c
5708                 english fix
5709
5710 2006-08-28 [paul]       2.4.0cvs104
5711
5712         * src/mh.c
5713                 fix data loss when moving to another
5714                 mailbox fails
5715         * src/prefs_spelling.c
5716                 improve the english
5717         * src/gtk/pluginwindow.c
5718                 improve the layout of the dialog text
5719         All thanks to Colin
5720
5721 2006-08-28 [paul]       2.4.0cvs103
5722
5723         * src/plugins/bogofilter/bogofilter.c
5724         * src/plugins/bogofilter/bogofilter_gtk.c
5725                 fix english up a bit, innit
5726
5727 2006-08-28 [paul]       2.4.0cvs102
5728
5729         * configure.ac
5730         * po/Makefile.in.in
5731         * po/Makevars
5732                 require autoconf 2.60, enabling building
5733                 with gettext 0.15 (gettext 0.14.x build still
5734                 possible). Replace Makefiles with versions
5735                 from gettext 0.15.
5736                 Remove configure options --with-localedir and
5737                 --with-mandir. The options that are provided
5738                 directly by autoconf 2.60 can be used instead:
5739                 --mandir --localedir
5740
5741 2006-08-27 [colin]      2.4.0cvs101
5742
5743         * src/plugins/bogofilter/Makefile.am
5744                 Fix make dist (no README)
5745
5746 2006-08-27 [colin]      2.4.0cvs100
5747
5748         * src/folder.c
5749                 Don't use F_UNKNOWN folders for any default
5750                 outbox/trash/etc
5751         * src/plugins/bogofilter/bogofilter.c
5752         * src/plugins/bogofilter/bogofilter.h
5753         * src/plugins/bogofilter/bogofilter_gtk.c
5754                 Add an option to specify the path to bogofilter
5755                 Use single-quotes to be able to learn in folders
5756                 with spaces in their names
5757                 Verify learning status
5758
5759 2006-08-27 [colin]      2.4.0cvs99
5760
5761         * manual/faq.xml
5762         * manual/plugins.xml
5763                 Document Bogofilter plugin
5764
5765 2006-08-27 [colin]      2.4.0cvs98
5766
5767         * src/compose.c
5768         * src/messageview.c
5769         * src/procmsg.c
5770         * src/procmsg.h
5771                 When possible, copy the queued mail to sent folder
5772                 instead of re-adding. Much faster on IMAP.
5773
5774 2006-08-27 [colin]      2.4.0cvs97
5775
5776         * src/msgcache.c
5777                 Disable mmaped caches - huge metadata loss
5778                 here after a power failure.
5779         * src/summaryview.c
5780                 Add quicksearch timing
5781         * src/common/plugin.c
5782         * src/common/plugin.h
5783                 Implement an interface to tell what plugins
5784                 provide. Prevent loading of similar plugins.
5785         * src/plugins/clamav/clamav_plugin.c
5786         * src/plugins/demo/demo.c
5787         * src/plugins/dillo_viewer/dillo_viewer.c
5788         * src/plugins/pgpcore/plugin.c
5789         * src/plugins/pgpinline/pgpinline.c
5790         * src/plugins/pgpmime/pgpmime.c
5791         * src/plugins/spamassassin/spamassassin.c
5792         * src/plugins/trayicon/trayicon.c
5793                 Implement plugin_provides()
5794
5795 2006-08-27 [colin]      2.4.0cvs96
5796
5797         * configure.ac
5798         * src/plugins/Makefile.am
5799         * src/plugins/bogofilter/.cvsignore
5800         * src/plugins/bogofilter/Makefile.am
5801         * src/plugins/bogofilter/bogofilter.c
5802         * src/plugins/bogofilter/bogofilter.h
5803         * src/plugins/bogofilter/bogofilter_gtk.c
5804                 New Bogofilter plugin, provides filtering and
5805                 learning. Spamassassin will go to extra plugins.
5806
5807 2006-08-26 [mones]      2.4.0cvs95
5808
5809         * manual/handling.xml
5810                 Fix subfolder path in the example (thanks to Paul) 
5811
5812 2006-08-26 [mones]      2.4.0cvs94
5813
5814         * manual/glossary.xml
5815                 2.2. + add ISP to the glossary
5816                 7.5. + Add UIDL to glossary
5817                 7.7. + Add TCP to glossary
5818         * manual/handling.xml
5819                 7.1. + Mentions GNU/Linux distribution, what about the non...
5820                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
5821                 7.3. + Mentions .bashrc, what about the non-bash ones? 
5822                 7.4. = Use appropriate quotation for commands
5823                 7.6. = change "" to <quote></quote>
5824         * manual/plugins.xml
5825                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
5826         * manual/starting.xml
5827                 2.1. + local mbox file: some examples of mbox file locations...
5828                 Also reformatted files requiring it
5829
5830 2006-08-26 [wwp]        2.4.0cvs93
5831
5832         * src/summary_search.c
5833                 disable find buttons while summary search is running.
5834
5835 2006-08-25 [colin]      2.4.0cvs92
5836
5837         * src/folder.c
5838         * src/folderutils.c
5839         * src/mh.c
5840         * src/procmsg.h
5841         * src/summaryview.c
5842                 Speed up MH moving, and add progressbar
5843                 for MH deletion
5844         * src/msgcache.c
5845                 Write cache files using mmap() too
5846
5847 2006-08-25 [wwp]        2.4.0cvs91
5848
5849         * src/summaryview.c
5850                 switch spam<->ham button when a message has been marked as spam or ham
5851                 and is still selected. Thanks to Colin.
5852
5853 2006-08-25 [paul]       2.4.0cvs90
5854
5855         * src/Makefile.am
5856         * src/stock_pixmap.c
5857         * src/stock_pixmap.h
5858         * src/summaryview.c
5859         * src/gtk/icon_legend.c
5860         * src/pixmaps/copied.xpm
5861         * src/pixmaps/moved.xpm
5862                 add icons for delayed execution marked for
5863                 copying, marked for moving
5864
5865 2006-08-25 [mones]      2.4.0cvs89
5866
5867         * manual/glossary.xml
5868                 Fix the other glossary items:
5869                 5.1. = Inmmediate execution -> <quote>immediate execution...
5870                 5.2. = Fix MBOX capitalization -> Mbox
5871                 5.3. + Improve Plugins def. w/ tech. ref.
5872                 5.4. = Quotation -> replace '>' by <quote>></quote>
5873                 5.5. - SMTP Server. -> remove dot
5874         * po/es.po
5875                 Updated translation
5876
5877 2006-08-25 [mones]      2.4.0cvs88
5878
5879         * manual/ack.xml
5880                 Reformatted, changed email address
5881         * manual/glossary.xml
5882                 Reformatted, fixed MANUAL-TODO items:
5883                 8.2. + add ROT-13 to glossary
5884                 8.4. + add URL to glossary
5885         * manual/es/advanced.xml
5886                 Fixed <literal>s
5887
5888 2006-08-25 [paul]       2.4.0cvs87
5889
5890         * src/gtk/icon_legend.c
5891                 add 'marked for deletion' icon
5892                 arrange icons by containing column
5893                 wrap long label text
5894
5895 2006-08-25 [colin]      2.4.0cvs86
5896
5897         * src/common/utils.c
5898         * src/common/utils.h
5899                 Add the sc_g_*list_bigger functions in
5900                 a place everyone can use it
5901         * src/summaryview.c
5902                 Only freeze/thaw the list when working
5903                 on the selection, if it's bigger than 1
5904         * src/gtk/gtksctree.c
5905                 Only freeze/thaw the list when unselec-
5906                 ting 'all' if ('all' != 1)
5907                 This avoids some flickering
5908
5909 2006-08-24 [colin]      2.4.0cvs85
5910
5911         * src/addressbook.c
5912                 Fix strange list selection
5913                 Fix random seg (Invalid read of freed memory)
5914
5915 2006-08-24 [colin]      2.4.0cvs84
5916
5917         * src/alertpanel.c
5918         * src/gtk/inputdialog.c
5919         * src/plugins/pgpcore/passphrase.c
5920                 Revert minimal width patch of 2.4.0cvs67,
5921                 as it is also a maximal width. Use 
5922                 gtk_window_set_default_size instead.
5923
5924 2006-08-24 [colin]      2.4.0cvs83
5925
5926         * src/msgcache.c
5927                 Write cache/mark to temp files before
5928                 overwriting old ones (avoids metadata
5929                 loss if writing the new files fail).
5930                 Use mmap() to read cache/mark file, as
5931                 this makes cache reading faster. Dis-
5932                 abled for big-endian machines until it
5933                 can be tested. (Big-endian users: set
5934                 msgcache_use_mmap = TRUE in the relevant
5935                 #if).
5936         * src/procmsg.h
5937                 Move rarely used fields of MsgInfo in 
5938                 another structure, which will only be
5939                 allocated if needed. Face, X-Face,
5940                 Return receipt headers and List-*
5941                 headers are moved. Mails having none
5942                 of these occupy 52 bytes less with
5943                 this patch, which makes 2.5MB of RAM
5944                 saved on a 50k folder).
5945         * src/headerview.c
5946         * src/mainwindow.c
5947         * src/messageview.c
5948         * src/partial_download.c
5949         * src/procheader.c
5950         * src/procmsg.c
5951         * src/textview.c
5952                 Follow this structure change.
5953
5954 2006-08-24 [wwp]        2.4.0cvs82
5955
5956         * manual/es/.cvsignore
5957         * manual/es/dist/.cvsignore
5958         * manual/es/dist/html/.cvsignore
5959         * manual/es/dist/pdf/.cvsignore
5960         * manual/es/dist/ps/.cvsignore
5961         * manual/es/dist/txt/.cvsignore
5962                 more (generated) files to ignore.
5963
5964 2006-08-24 [colin]      2.4.0cvs81
5965
5966         * src/folder.c
5967         * src/mh.c
5968                 Fix possible problems with local delivery. Check the folder doesn't
5969                 need scan before setting its mtime when saving cache (which can be
5970                 done long after the folder's been modified by an external process);
5971                 Check that the stored item's mtime didn't change in mh functions.
5972
5973 2006-08-24 [mones]      2.4.0cvs80
5974
5975         * manual/advanced.xml
5976                 Rewrapping, some fixes and MANUAL-TODO items:
5977                 8.1. = change "" to <quote></quote>
5978                 8.3. = quote menu items
5979                 8.5. - deploying -> new user ... ideally a new user (redundant)
5980
5981 2006-08-23 [colin]      2.4.0cvs79
5982
5983         * src/gtk/gtksctree.c
5984                 When selecting or deselecting range, only
5985                 freeze/thaw when selection is bigger than 10
5986
5987 2006-08-23 [colin]      2.4.0cvs78
5988
5989         * src/messageview.c
5990         * src/mimeview.c
5991         * src/mimeview.h
5992         * src/plugins/dillo_viewer/dillo_viewer.c
5993                 Provide an API for MimeViewer plugins to
5994                 return a text selection for replying
5995
5996 2006-08-23 [colin]      2.4.0cvs77
5997
5998         * src/image_viewer.c
5999         * src/textview.c
6000                 Use gtk_pixbuf_new_from_file_at_scale(), which
6001                 is faster than getting the pixbuf then resizing
6002                 it.
6003
6004 2006-08-23 [colin]      2.4.0cvs76
6005
6006         * src/procmime.c
6007                 UTF-8 should be sent Quoted-printable
6008
6009 2006-08-22 [colin]      2.4.0cvs75
6010
6011         * src/mh.c
6012                 Check if scan is required before touching
6013                 the folder (or it'll be required every time)
6014
6015 2006-08-22 [colin]      2.4.0cvs74
6016
6017         * configure.ac
6018                 Require libetpan 0.46 (crasher fix when built
6019                 against gnutls)
6020
6021 2006-08-22 [colin]      2.4.0cvs73
6022
6023         * src/folder.c
6024                 Set folder's mtime after writing its
6025                 cache
6026         * src/folderview.c
6027                 Add some timing
6028         * src/procmsg.c
6029                 Don't do useless stuff if we don't 
6030                 thread by subject
6031         * src/summaryview.c
6032                 Add some timing, don't deselect prior
6033                 to selecting (gtksctree does it itself),
6034                 remove crash avoidance hacks as it's been
6035                 properly fixed since a while
6036         * src/common/utils.c
6037                 Optimize to_human_readable(): _() is slow,
6038                 do it only once, and avoid %f format for KB
6039                 (the most common in a summaryview)
6040         * src/gtk/gtksctree.c
6041                 Don't uselessly freeze/thaw (fixes flicker
6042                 on next unread and friends), reduce number
6043                 of g_list_nth/g_list_position where possible
6044         * src/gtk/gtkutils.c
6045         * src/gtk/gtkutils.h
6046                 Reduce number of g_list_nth/g_list_position
6047                 where possible.
6048                 All of this makes loading as 70k folder 2.1
6049                 seconds instead of 3.2 (with hot FS caches).
6050                 (1.3 seconds without Date and Size columns...)
6051
6052 2006-08-22 [paul]       2.4.0cvs72
6053
6054         wrap documents and do some items from mones' MANUAL-TODO:
6055
6056         * manual/account.xml
6057                 4.1. = fix tabname references to <quote>tabname</quote>
6058                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
6059         * manual/faq.xml
6060                 1.1. = mentioned options don't match UI
6061                 Add information about the 'Never send Return Receipts'
6062                 option
6063         * manual/handling.xml
6064                 6.2. = Mentions Extended symbols button, but now is
6065                 named Information
6066                 6.3. = Mentions ... button, which is now Edit
6067
6068 2006-08-22 [colin]      2.4.0cvs71
6069
6070         * src/gtk/pluginwindow.c
6071                 Fix layout in verbose translations (such
6072                 as french)
6073
6074 2006-08-22 [paul]       2.4.0cvs70
6075
6076         * manual/Makefile.am
6077                 build manuals in alphabetical order
6078         * src/addressbook.c
6079         * src/prefs_themes.c
6080                 replace/remove deprecated symbols
6081         * src/gtk/gtkutils.c
6082                 fix a warning
6083         * src/gtk/pluginwindow.c
6084                 replace deprecated symbol
6085                 replace label text and move it
6086         * src/plugins/pgpcore/prefs_gpg.c
6087                 move the 'Generate...' button out of the
6088                 Sign Key frame, replace the English used
6089         * src/plugins/pgpcore/sgpgme.c
6090                 fixes to the English
6091
6092 2006-08-21 [colin]      2.4.0cvs69
6093
6094         * src/plugins/trayicon/trayicon.c
6095                 Add more strings for translation; patch
6096                 by Pawel
6097
6098 2006-08-21 [colin]      2.4.0cvs68
6099
6100         * src/compose.c
6101                 fix replied flag not set after drafting
6102         * src/matcher.c
6103                 fix body quicksearch in non-encoded bodies
6104                 containing '='
6105         * src/msgcache.c
6106                 Get rid of the g_malloc workaround for
6107                 corrupted caches, use g_try_malloc
6108
6109 2006-08-21 [colin]      2.4.0cvs67
6110
6111         * src/alertpanel.c
6112         * src/gtk/inputdialog.c
6113         * src/plugins/pgpcore/passphrase.c
6114                 Set minimal width to 375
6115         * src/mainwindow.c
6116                 Fix switching to offline, asking if it 
6117                 should be overriden for synchronising
6118         * src/mimeview.c
6119                 Don't offer to remember command on Open 
6120                 with for text parts, as the browser or 
6121                 text editor command isn't changed from 
6122                 there
6123
6124 2006-08-20 [paul]       2.4.0cvs66
6125
6126         * po/ko.po
6127         * po/zh_CN.po
6128                 fix plural form errors. revealed by stricter
6129                 checking of gettext 0.15
6130
6131 2006-08-18 [paul]       2.4.0cvs65
6132
6133         * src/stock_pixmap.c
6134                 fix the fix of 2.4.0cvs64
6135                 Thanks to Colin
6136
6137 2006-08-18 [paul]       2.4.0cvs64
6138
6139         * src/stock_pixmap.c
6140                 fix leaks
6141                 Thanks to Colin
6142
6143 2006-08-18 [paul]       2.4.0cvs63
6144
6145         * src/compose.c
6146         * src/procmsg.c
6147                 fix occasional IMAP bug where large msgs
6148                 were left in the queue folder after sending
6149                 Thanks to Colin
6150
6151 2006-08-18 [paul]       2.4.0cvs62
6152
6153         * src/folderview.c
6154                 freeze the summaryview while quicksearch results
6155                 are displayed
6156                 (fixes bug 456 'current message is hidden when the
6157                 view is refreshed and extended search is "unread 
6158                 messages"')
6159                 Thanks to Colin
6160         * src/textview.c
6161                 add missing #include "inputdialog.h"
6162         * src/common/utils.h
6163                 add missing mailcap_update_default() and improve
6164                 readability
6165
6166 2006-08-17 [colin]      2.4.0cvs61
6167
6168         * src/plugins/pgpcore/select-keys.c
6169                 Fix warnings :)
6170
6171 2006-08-17 [colin]      2.4.0cvs60
6172
6173         * src/compose.c
6174                 Don't continue queuing if Cancel is clicked
6175                 in select-keys
6176
6177 2006-08-17 [colin]      2.4.0cvs59
6178
6179         * src/plugins/pgpcore/select-keys.c
6180                 When encrypting, if only one key matches and it 
6181                 matches exactly, automatically use it.
6182
6183 2006-08-17 [colin]      2.4.0cvs58
6184
6185         * src/mimeview.c
6186         * src/prefs_common.c
6187         * src/prefs_common.h
6188         * src/prefs_ext_prog.c
6189         * src/textview.c
6190                 Fix issues with previous patch (text/html)
6191                 Remove outdated prefs
6192
6193 2006-08-17 [colin]      2.4.0cvs57
6194
6195         * src/imap.c
6196                 Add View Log button on auth error
6197         * src/procmsg.c
6198                 Fix encrypted mail marked as new when
6199                 saved in normal folders
6200         * src/plugins/pgpinline/pgpinline.c
6201                 Fix encrypt bug on IMAP
6202         * src/mimeview.c
6203         * src/common/utils.c
6204         * src/common/utils.h
6205         * src/gtk/inputdialog.c
6206         * src/gtk/inputdialog.h
6207                 Get rid of metamail stuff, simplify
6208                 opening, and allow remembering of user's
6209                 choices (by updating ~/.mailcap). There's
6210                 still to drop "Audio player" and "Image
6211                 viewer" preferences.
6212
6213 2006-08-17 [mones]      2.4.0cvs56
6214
6215         * manual/es/sylpheed-claws-manual.xml
6216                 fix DTD path
6217
6218 2006-08-17 [mones]      2.4.0cvs55
6219
6220         * configure.ac
6221         * manual/Makefile.am
6222         * manual/es/Makefile.am
6223         * manual/es/account.xml
6224         * manual/es/ack.xml
6225         * manual/es/addrbook.xml
6226         * manual/es/advanced.xml
6227         * manual/es/faq.xml
6228         * manual/es/glossary.xml
6229         * manual/es/gpl.xml
6230         * manual/es/handling.xml
6231         * manual/es/intro.xml
6232         * manual/es/keyboard.xml
6233         * manual/es/plugins.xml
6234         * manual/es/starting.xml
6235         * manual/es/sylpheed-claws-manual.xml
6236         * manual/es/dist/Makefile.am
6237         * manual/es/dist/html/Makefile.am
6238         * manual/es/dist/pdf/Makefile.am
6239         * manual/es/dist/ps/Makefile.am
6240         * manual/es/dist/txt/Makefile.am
6241                 Spanish translation for the manual
6242
6243 2006-08-16 [colin]      2.4.0cvs54
6244
6245         * src/compose.c
6246         * src/main.c
6247         * src/mainwindow.c
6248                 Fix send button sensitivity at startup
6249                 Set send menu sensitivity (patch by Fabien)
6250         * src/ssl_manager.c
6251                 Enable closing with esc (patch by Fabien)
6252         * src/gtk/foldersort.c
6253                 Enable closing with esc (patch by Fabien)
6254         * src/procmime.c
6255                 Optimisation (no need to copy to tempfile to
6256                 "decode" 7bit and 8bit)
6257         * src/summaryview.c
6258                 Fix cruft in swap_from case
6259         * src/textview.c
6260                 Fix missing last line in some mail cases 
6261                 (Fixes debian #381872)
6262         * src/plugins/pgpcore/prefs_gpg.c
6263         * src/plugins/pgpcore/sgpgme.c
6264         * src/plugins/pgpcore/sgpgme.h
6265                 Don't show "no key found" when user explicitely
6266                 wants to create a key
6267
6268 2006-08-16 [paul]       2.4.0cvs53
6269
6270         * configure.ac
6271         * src/account.c
6272         * src/addressbook.c
6273         * src/headerview.c
6274         * src/prefs_account.c
6275         * src/prefs_message.c
6276         * src/gtk/gtkutils.c
6277                 bump up minimum required versions of GTK+ and
6278                 GLIB to 2.6.0
6279
6280 2006-08-16 [paul]       2.4.0cvs52
6281
6282         * src/toolbar.c
6283                 workaround GTK+ Bug 351600 - 'Can't re-click
6284                 on button after sensitivity update'
6285                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
6286                 Thanks to Colin
6287
6288 2006-08-15 [colin]      2.4.0cvs51
6289
6290         * src/plugins/pgpcore/prefs_gpg.c
6291                 Set options sensitivity according to
6292                 key existence
6293         * src/plugins/pgpcore/sgpgme.c
6294                 Allow to create key with no passphrase
6295
6296 2006-08-14 [cleroy]     2.4.0cvs50
6297
6298         * src/gtk/pluginwindow.c
6299                 New layout (maybe to be changed?)
6300         * src/gtk/gtkutils.c
6301                 Fix a bit label_window
6302         * src/plugins/pgpcore/passphrase.c
6303         * src/plugins/pgpcore/passphrase.h
6304         * src/plugins/pgpcore/plugin.c
6305         * src/plugins/pgpcore/prefs_gpg.c
6306         * src/plugins/pgpcore/prefs_gpg.h
6307         * src/plugins/pgpcore/sgpgme.c
6308         * src/plugins/pgpcore/sgpgme.h
6309                 Allow to create a PGP private key via the GUI
6310
6311 2006-08-14 [wwp]        2.4.0cvs49
6312
6313         * src/addressbook_foldersel.c
6314                 fix strict ISO C90 compliance.
6315
6316 2006-08-14 [paul]       2.4.0cvs48
6317
6318         * src/gtk/prefswindow.c
6319                 re-set scrolled window on opening
6320                 Patch by Ticho
6321
6322 2006-08-14 [paul]
6323
6324         2.5.0-rc1 released
6325
6326 2006-08-14 [paul]       2.4.0cvs47
6327
6328         * src/prefs_display_header.c
6329                 re-enable user-defined Displayed Headers
6330
6331 2006-08-14 [paul]       2.4.0cvs46
6332
6333         * src/prefs_account.c
6334                 use GTK_STOCK_EDIT
6335
6336 2006-08-13 [colin]      2.4.0cvs45
6337
6338         * src/common/utils.c
6339                 Fix "a" in quote when the original message is empty,
6340                 by using \0 instead of 'a' to test writability of
6341                 temp files.
6342
6343 2006-08-13 [wwp]        2.4.0cvs44
6344
6345         * src/plugins/spamassassin/spamassassin.c
6346                 fix capitalization of "SpamAssassin" in some debug, log and
6347                 dialog messages.
6348
6349 2006-08-13 [paul]       2.4.0cvs43
6350
6351         * src/editldap.c
6352                 fix overlapping widgets
6353         * src/prefs_account.c
6354                 fix translation of protocol_names[]
6355                 fix label disappearing off the edge of the
6356                 visible area
6357
6358 2006-08-12 [paul]       2.4.0cvs42
6359
6360         * manual/plugins.xml
6361                 update IRC channel info before it gets forgotten
6362                 about
6363
6364 2006-08-11 [colin]      2.4.0cvs41
6365
6366         * src/compose.c
6367         * src/mainwindow.c
6368         * src/mainwindow.h
6369         * src/procmsg.c
6370         * src/procmsg.h
6371         * src/summaryview.c
6372         * src/toolbar.c
6373                 Grey out the Send button if
6374                 - Queue folders are empty, or
6375                 - We're sending already
6376
6377 2006-08-11 [wwp]        2.4.0cvs40
6378
6379         * src/main.c
6380                 fix a logic issue when quitting while a compose window is
6381                 still open, thanks to Colin.
6382
6383 2006-08-10 [colin]      2.4.0cvs39
6384
6385         * src/main.c
6386                 Fix default font size setting after wizard run
6387         * src/imap.c
6388         * src/etpan/imap-thread.c
6389         * src/etpan/imap-thread.h
6390                 Fix bug #999 (Timing out on TSL cert validation 
6391                 dialog makes ugly things happen). Also, STARTTLS
6392                 unconditionnaly if initial capabilities contain
6393                 LOGINDISABLED and STARTTLS.
6394
6395 2006-08-09 [colin]      2.4.0cvs38
6396
6397         * src/mainwindow.c
6398         * src/mainwindow.h
6399                 Fix Tools/Actions sensitivity when there are
6400                 no actions
6401
6402 2006-08-09 [colin]      2.4.0cvs37
6403
6404         * src/prefs_filtering.c
6405                 Warning fix, patch by Paul
6406         * src/messageview.c
6407         * src/prefs_actions.c
6408         * src/prefs_filtering_action.c
6409         * src/prefs_matcher.c
6410                 Uniformisation of "Info ..." to "Info..." (for
6411                 old gtk), patch by Fabien
6412         * src/plugins/clamav/clamav_plugin_gtk.c
6413                 Sensitivity fix by Fabien
6414
6415 2006-08-09 [colin]      2.4.0cvs36
6416
6417         * src/main.c
6418         * src/main.h
6419                 Add a function to know whether we're exiting
6420         * src/plugins/trayicon/trayicon.c
6421                 If exiting, don't do anything. Faster, and
6422                 avoids gtk_main_iteration reentracy causing
6423                 segfaults at exit
6424
6425 2006-08-09 [colin]      2.4.0cvs35
6426
6427         * src/messageview.c
6428         * src/mimeview.c
6429         * src/mimeview.h
6430                 Fix lack of part selection when automatically 
6431                 jumping to a specific part
6432         * src/msgcache.c
6433                 Little optimisation in cache reading
6434
6435 2006-08-09 [colin]      2.4.0cvs34
6436
6437         * src/compose.c
6438                 Fix crash setting the priority on reedit
6439                 (Accessing compose before creating it!)
6440
6441 2006-08-08 [colin]      2.4.0cvs33
6442
6443         * src/procmime.c
6444                 Fix bug #998 (last attachment is not accessible)
6445                 Bad RFC interpretation on multipart close-delimiters
6446         * src/mimeview.c
6447         * src/mimeview.h
6448         * src/gtk/gtkvscrollbutton.c
6449         * src/gtk/gtkvscrollbutton.h
6450                 Make attachments list wheel-scrollable
6451
6452 2006-08-07 [colin]      2.4.0cvs32
6453
6454         * src/gtk/gtkaspell.c
6455                 Fix bug #973 (Unicode punctation characters 
6456                 are not recognized as separators by the
6457                 spell checker); fix unsigned stuff
6458
6459 2006-08-07 [colin]      2.4.0cvs31
6460
6461         * src/compose.c
6462                 Fix bug #956 (DnD text with accents in compose 
6463                 text entry); fix gccc's signed/unsigned fuss
6464
6465 2006-08-06 [colin]      2.4.0cvs30
6466
6467         * src/main.c
6468                 Fix bug #979 (Plugin crashes when exiting 
6469                 sylpheed-claws) : handle exit request only 
6470                 once
6471
6472 2006-08-05 [colin]      2.4.0cvs29
6473
6474         * src/news.c
6475                 Just make sure we have a msgid.
6476
6477 2006-08-05 [colin]      2.4.0cvs28
6478
6479         * src/news.c
6480         * src/summaryview.c
6481                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
6482                 by reimplementing it
6483         * src/textview.c
6484                 Fix bug when hiding quotes with level > 3 and quote
6485                 colors are recycled
6486
6487 2006-08-04 [colin]      2.4.0cvs27
6488
6489         * src/compose.c
6490         * src/undo.c
6491         * src/undo.h
6492                 Fix a bit replace-by-pasting undo
6493         * src/mainwindow.c
6494         * src/messageview.c
6495                 Fix Fold quotes menu synchro in
6496                 mainwindow when it changes in 
6497                 messageview
6498         * src/textview.c
6499                 Fix right-click on quotes blocks
6500         * src/common/utils.c
6501                 Verify that the file created by
6502                 my_tmpfile() is writable. Fixes
6503                 bug #988 (very specific filesystem
6504                 issue)
6505         * src/plugins/pgpcore/sgpgme.c
6506                 Fix file descriptor leak
6507         * src/plugins/spamassassin/spamassassin.c
6508                 Warn once if spamd isn't reachable
6509
6510 2006-08-04 [colin]      2.4.0cvs26
6511
6512         * src/toolbar.c
6513                 i18n context patch by Fabien
6514
6515 2006-08-03 [colin]      2.4.0cvs25
6516
6517         * src/mainwindow.c
6518         * src/messageview.c
6519                 Rename "Hide quotes" to "Fold quotes"
6520         * src/textview.c
6521                 Don't use hand cursor on quotes. "all 
6522                 the bonuses of the feature and none of 
6523                 unwelcome side-effects"
6524
6525 2006-08-03 [colin]      2.4.0cvs24
6526
6527         * AUTHORS
6528         * sylpheed-claws.desktop
6529         * src/gtk/authors.h
6530                 Bring the desktop file to XDG compliance
6531                 Patch by Charles A. Edwards
6532
6533 2006-08-03 [colin]      2.4.0cvs23
6534
6535         * src/textview.c
6536                 Fix links offset when they are preceded
6537                 by accentued chars (g_utf8_strlen!)
6538         * src/mainwindow.c
6539                 Fix wrong status when starting offline
6540
6541
6542 2006-08-03 [wwp]        2.4.0cvs22
6543
6544         * src/prefs_common.h
6545                 ask what to do w/ filtering rules that belong to an account when
6546                 applying filtering rules manually from the main window (skip,
6547                 apply regardless of the account, use current account). This dialog
6548                 can be skipped and the last reply used.
6549                 (forgot that file)
6550
6551 2006-08-03 [wwp]        2.4.0cvs21
6552
6553         * src/filtering.c
6554         * src/filtering.h
6555         * src/prefs_common.c
6556         * src/summaryview.c
6557         * src/alertpanel.c
6558         * src/alertpanel.h
6559         * src/messageview.c
6560                 ask what to do w/ filtering rules that belong to an account when
6561                 applying filtering rules manually from the main window (skip,
6562                 apply regardless of the account, use current account). This dialog
6563                 can be skipped and the last reply used.
6564
6565
6566 2006-08-03 [colin]      2.4.0cvs20
6567
6568         * src/textview.c
6569                 Optimize previous patch
6570
6571 2006-08-03 [cleroy]     2.4.0cvs19
6572
6573         * src/textview.c
6574                 Fix quotes getting toggled back when the
6575                 mail has an even number of text parts
6576
6577 2006-08-02 [colin]      2.4.0cvs18
6578
6579         * src/messageview.c
6580                 Add Hide quotes menu
6581
6582 2006-08-02 [colin]      2.4.0cvs17
6583
6584         * src/mainwindow.c
6585         * src/prefs_common.c
6586         * src/textview.c
6587         * src/textview.h
6588         * src/gtk/about.c
6589                 Allow per-level quote hiding,
6590                 Allow toggling quotes by double-clicking them
6591                 Rename RemoteURI to ClickableText to reflect
6592                 the fact it's used for a variety of things
6593
6594 2006-08-02 [wwp]        2.4.0cvs16
6595
6596         * src/mainwindow.c
6597                 fix "View/Hide quotes" menu item status initialization.
6598
6599 2006-08-02 [wwp]        2.4.0cvs15
6600
6601         * src/matcher_parser_parse.y
6602                 remove a debug trace.
6603
6604 2006-08-02 [paul]       2.4.0cvs14
6605
6606         * src/plugins/pgpcore/passphrase.c
6607                 don't set initial dialog size
6608                 make it resizable
6609
6610 2006-08-02 [paul]       2.4.0cvs13
6611
6612         * src/noticeview.c
6613                 remove the rogue '/' character
6614
6615 2006-08-02 [paul]       2.4.0cvs12
6616
6617         * src/noticeview.c
6618                 allow buttons to resize as necessary
6619
6620 2006-08-01 [wwp]        2.4.0cvs11
6621
6622         * src/mbox.c
6623                 fix strict ISO C90 compliance.
6624
6625 2006-08-01 [wwp]        2.4.0cvs10
6626
6627         * tools/update-po
6628                 updated update-po tool to work w/ context-dependent translations.
6629                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6630
6631 2006-08-01 [wwp]        2.4.0cvs9
6632
6633         * src/matcher.c
6634         * src/prefs_filtering.c
6635         * src/prefs_matcher.c
6636                 allow context-dependent translations for "All",
6637                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6638
6639 2006-07-31 [colin]      2.4.0cvs8
6640
6641         * AUTHORS
6642         * src/gtk/authors.h
6643                 Add Rafal to authors
6644
6645 2006-07-31 [colin]      2.4.0cvs7
6646
6647         * src/compose.c
6648         * src/mainwindow.c
6649         * src/messageview.h
6650         * src/prefs_common.c
6651         * src/prefs_common.h
6652         * src/textview.c
6653                 Add 'View/Hide quotes'. Patch based on a patch
6654                 by Rafal Weglarz
6655
6656 2006-07-31 [colin]      2.4.0cvs6
6657
6658         * src/action.c
6659                 Fix problem with "> stuff >" actions
6660
6661 2006-07-31 [paul]       2.4.0cvs5
6662
6663         * po/nb.po
6664                 updated by Geir Helland
6665
6666 2006-07-31 [wwp]        2.4.0cvs4
6667
6668         * src/mainwindow.c
6669         * src/summaryview.c
6670         * src/summaryview.h
6671                 add "View/Go to/Parent message" and "View/Go to/Last read message",
6672                 thanks to Colin.
6673
6674 2006-07-31 [wwp]        2.4.0cvs3
6675
6676         * src/Makefile.am
6677         * src/addr_compl.c
6678         * src/addr_compl.h
6679         * src/addressbook.c
6680         * src/addressbook.h
6681         * src/addressbook_foldersel.c
6682         * src/addressbook_foldersel.h
6683         * src/addrindex.c
6684         * src/addrindex.h
6685         * src/matcher.c
6686         * src/matcher.h
6687         * src/matcher_parser_lex.l
6688         * src/matcher_parser_parse.y
6689         * src/prefs_common.c
6690         * src/prefs_common.h
6691         * src/prefs_filtering.c
6692         * src/prefs_matcher.c
6693         * src/prefs_matcher.h
6694         * src/summaryview.c
6695                 introduce filtering against the address book. It's now possible to add
6696                 matched conditions to determine if any email address in a message matches
6697                 or doesn't match any or all books or folders in the address book.
6698
6699 2006-07-31 [wwp]        2.4.0cvs2
6700
6701         * src/account.c
6702         * src/filtering.c
6703         * src/filtering.h
6704         * src/folder.c
6705         * src/folderview.c
6706         * src/inc.c
6707         * src/mainwindow.c
6708         * src/matcher.c
6709         * src/matcher_parser_lex.l
6710         * src/matcher_parser_parse.y
6711         * src/mbox.c
6712         * src/prefs_filtering.c
6713         * src/prefs_filtering.h
6714         * src/procmsg.c
6715         * src/procmsg.h
6716         * src/summaryview.c
6717                 introduce per-account filtering rules. Each filtering rule can now be assigned
6718                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
6719                 when applying filtering rules manually, as all rules will apply - even the ones
6720                 assigned to an account. This issue will be addressed soon.
6721  
6722
6723
6724 2006-07-31 [wwp]        2.4.0cvs1
6725
6726         * src/quote_fmt.c
6727                 make more strings translatable.
6728
6729 2006-07-31 [paul]       2.4.0
6730
6731         2.4.0 released
6732
6733 2006-07-31 [paul]       2.3.1cvs91
6734
6735         * po/ca.po
6736                 updated by Miquel Oliete
6737
6738 2006-07-31 [paul]       2.3.1cvs90
6739
6740         * po/de.po
6741         * po/el.po
6742         * po/fr.po
6743         * po/it.po
6744         * po/pl.po
6745         * po/pt_BR.po
6746         * po/sr.po
6747         * po/zh_CN.po
6748                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
6749                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
6750                 Aleksandar Urosevic, and Ralgh Young
6751
6752 2006-07-31 [paul]       2.3.1cvs89
6753
6754         * src/account.c
6755         * src/main.c
6756         * src/mainwindow.c
6757         * src/mainwindow.h
6758                 Fix a race condition when, after an SC crash, rescanning
6759                 folders took more than 0.5 seconds
6760                 Thanks to Colin
6761
6762 2006-07-31 [paul]       2.3.1cvs88
6763
6764         * src/folderview.c
6765                 don't translate separator strings
6766
6767 2006-07-30 [mones]      2.3.1cvs87
6768
6769         * doc/man/sylpheed-claws.1
6770                 Fixed non-ASCII chars in Hoa's name
6771         * po/es.po
6772                 Updated for release
6773
6774 2006-07-27 [colin]      2.3.1cvs86
6775
6776         * src/textview.c
6777                 Don't include the leading \n in links
6778                 Patch by Fabien
6779
6780 2006-07-25 [colin]      2.3.1cvs85
6781
6782         * src/mainwindow.c
6783         * src/common/socket.h
6784         * src/etpan/imap-thread.c
6785                 Refresh resolvers before connecting
6786                 to IMAP servers, and after switching
6787                 to online. Thanks to Paul.
6788
6789 2006-07-18 [colin]
6790
6791         * 2.4.0-rc4 released
6792
6793 2006-07-17 [colin]      2.3.1cvs84
6794
6795         * src/inc.c
6796                 Show connection attempt in statusbar before
6797                 connecting (previously first message was
6798                 "Retrieving messages from ..." after the
6799                 connection succeeded.
6800
6801 2006-07-16 [wwp]        2.3.1cvs83
6802
6803         * sylpheed-claws.ico
6804                 Added .ico file (windows multi-size icon file, generated).
6805
6806 2006-07-12 [wwp]        2.3.1cvs82
6807
6808         * src/messageview.c
6809                 remove Message/Re-edit menu entry from messageview window,
6810                 as sent/draft/queued messages are opened in compose window when
6811                 re-edited and it's not possible to re-edit other msgs.
6812
6813 2006-07-12 [paul]       2.3.1cvs81
6814
6815         * AUTHORS
6816         * src/mainwindow.c
6817         * src/gtk/authors.h
6818                 check online state before resetting
6819                 mailcheck timer. Useful if some program
6820                 verifies connection state and updates
6821                 Claws.
6822                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
6823
6824 2006-07-12 [paul]       2.3.1cvs80
6825
6826         * sylpheed-claws-128x128.png
6827         * sylpheed-claws-64x64.png
6828         * sylpheed-claws.png
6829         * src/Makefile.am
6830         * src/main.c
6831         * src/prefs_toolbar.c
6832         * src/stock_pixmap.c
6833         * src/stock_pixmap.h
6834         * src/wizard.c
6835         * src/gtk/about.c
6836         * src/gtk/gtkutils.c
6837         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
6838         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
6839         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
6840         * src/pixmaps/sylpheed.xpm              ** REMOVED **
6841         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
6842         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
6843                 updated and renamed logo/icon files and related
6844                 logo by Jesper Schultz
6845
6846 2006-07-11 [paul]       2.3.1cvs79
6847
6848         * src/main.c
6849                 fix the labels a smidgin
6850
6851 2006-07-09 [colin]      2.3.1cvs78
6852
6853         * src/textview.c
6854                 Show errors in textviewer's command
6855                 Patch by H. Merijn Brand
6856
6857 2006-07-09 [colin]      2.3.1cvs77
6858
6859         * src/compose.c
6860                 Save FMID in drafts too
6861
6862 2006-07-08 [colin]      2.3.1cvs76
6863
6864         * src/compose.c
6865                 Svae RMID in drafted mails too
6866                 Save quote_fmt vars for whole mails,
6867                 don't reset at each quote_fmt_init:
6868                 allows to use the same |i{var} in
6869                 various template fields
6870         * src/prefs_template.c
6871         * src/quote_fmt.h
6872         * src/quote_fmt_parse.y
6873                 Same
6874
6875 2006-07-08 [colin]      2.3.1cvs75
6876
6877         * src/textview.c
6878                 Fix highlighting of attached parts URIs
6879
6880 2006-07-08 [colin]      2.3.1cvs74
6881
6882         * src/main.c
6883                 Prevent bug #981 (sc 2.3.1 segfaults with 
6884                 gtk+ 2.10) from being reported again:
6885                 if Sylpheed-Claws has been compiled against
6886                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
6887                 of if Sylpheed-Claws has been compiled against
6888                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
6889                 error out.
6890
6891 2006-07-07 [colin]      2.3.1cvs73
6892
6893         * src/prefs_actions.c
6894                 Fix label
6895
6896 2006-07-07 [colin]      2.3.1cvs72
6897
6898         * src/prefs_actions.c
6899                 Fix compile on gtk < 2.8. argh :)
6900
6901 2006-07-07 [paul]       2.3.1cvs71
6902
6903         * src/common/defs.h
6904                 update DONATE_URI
6905
6906 2006-07-07 [colin]      2.3.1cvs70
6907
6908         * po/POTFILES.in
6909         * src/quote_fmt.c
6910         * src/quote_fmt_lex.l
6911         * src/quote_fmt_parse.y
6912                 Add |i{var}, a way to insert user-entered
6913                 text in a template
6914
6915 2006-07-07 [colin]
6916
6917         * 2.4.0-rc3 released
6918
6919 2006-07-07 [colin]      2.3.1cvs69
6920
6921         * src/folder.c
6922                 Don't consider inboxes of UNKNOWN folder 
6923                 classes to be useable as default inboxes
6924
6925 2006-07-07 [paul]       2.3.1cvs68
6926
6927         * src/textview.c
6928                 add missing #include <errno.h>
6929                 Thanks to René J. Blokland
6930
6931 2006-07-07 [paul]       2.3.1cvs67
6932
6933         * src/action.c
6934                 Return now Closes dialog
6935         * src/mimeview.c
6936         * src/mimeview.h
6937         * src/textview.c
6938                 add contextual menu to mime parts listed
6939                 in the textview
6940                 Thanks to Colin
6941         * src/common/utils.c
6942                 reversal: ' is a valid character in URLs
6943
6944 2006-07-06 [colin]      2.3.1cvs66
6945
6946         * src/remotefolder.h
6947                 Forgotten in previous commit
6948
6949 2006-07-06 [colin]      2.3.1cvs65
6950
6951         * src/folder.c
6952                 Set summary update flag whenever
6953                 totals changed
6954         * src/imap.c
6955         * src/prefs_account.c
6956         * src/common/utils.h
6957         * src/etpan/imap-thread.c
6958                 Fix warnings, thanks to Fabien and
6959                 Ricardo
6960
6961 2006-07-06 [wwp]        2.3.1cvs64
6962
6963         * src/gtk/gtkutils.c
6964                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
6965
6966 2006-07-06 [wwp]        2.3.1cvs63
6967
6968         * src/account.c
6969         * src/addressbook.c
6970         * src/addressitem.h
6971         * src/folderview.c
6972         * src/mainwindow.c
6973         * src/manual.c
6974         * src/manual.h
6975         * src/message_search.c
6976         * src/prefs_actions.c
6977         * src/prefs_filtering.c
6978         * src/prefs_filtering.h
6979         * src/prefs_template.c
6980         * src/summary_search.c
6981         * src/summaryview.c
6982         * src/gtk/gtkutils.c
6983         * src/gtk/gtkutils.h
6984         * src/gtk/pluginwindow.c
6985                 add help buttons to some dialogs. Clicking such buttons opens a
6986                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
6987
6988 2006-07-06 [paul]       2.3.1cvs62
6989
6990         * src/textview.c
6991                 fix attachments contextual menu
6992                 Thanks to Colin
6993
6994 2006-07-05 [colin]      2.3.1cvs61
6995
6996         * src/textview.c
6997         * src/compose.c
6998                 Handle sftp:// links
6999
7000 2006-07-05 [paul]       2.3.1cvs60
7001
7002         * src/gtk/filesel.c
7003                 grab save button by default
7004                 Thanks to Colin
7005
7006 2006-07-05 [wwp]        2.3.1cvs59
7007
7008         * manual/xml2pdf
7009                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
7010
7011 2006-07-04 [colin]      2.3.1cvs58
7012
7013         * src/mimeview.c
7014         * src/textview.c
7015                 Use left click to select, middle click to open
7016                 on mimeparts links
7017         * src/common/utils.c
7018                 Fix segfault
7019
7020 2006-07-04 [colin]      2.3.1cvs57
7021
7022         * src/mainwindow.c
7023         * src/news.c
7024                 Warning fixes, thanks to Fabien
7025
7026 2006-07-04 [colin]      2.3.1cvs56
7027
7028         * src/mimeview.c
7029         * src/mimeview.h
7030         * src/textview.c
7031                 Allow parts to be selected via their text label
7032                 in textview
7033
7034 2006-07-04 [colin]      2.3.1cvs55
7035
7036         * src/folderview.c
7037                 Feedback when closing (for big folders)
7038         * src/prefs_actions.c
7039         * src/prefs_filtering.c
7040         * src/prefs_matcher.c
7041         * src/prefs_template.c
7042                 Fix default button when closing without
7043                 having saved
7044
7045 2006-07-04 [colin]      2.3.1cvs54
7046
7047         * src/news.c
7048                 Delete local file on deletion
7049
7050 2006-07-03 [colin]      2.3.1cvs53
7051
7052         * src/folderview.c
7053         * src/main.c
7054                 Don't freeze when rescanning after crash
7055
7056 2006-07-03 [wwp]        2.3.1cvs52
7057
7058         * src/compose.c
7059         * src/privacy.c
7060         * src/privacy.h
7061         * src/plugins/pgpinline/pgpinline.c
7062         * src/plugins/pgpmime/pgpmime.c
7063                 don't report an error when the user cancels the passphrase dialog.
7064
7065 2006-07-02 [colin]      2.3.1cvs51
7066
7067         * src/folderview.c
7068                 Open message when crossing folders with Space,
7069                 goto next unread and friends
7070
7071 2006-07-01 [colin]      2.3.1cvs50
7072
7073         * src/prefs_account.c
7074                 Typographic rules varying from language
7075                 to language (in french "Protocole :"),
7076                 we have to do that :)
7077
7078 2006-07-01 [ticho]      2.3.1cvs49
7079
7080         * src/prefs_account.c
7081                 Only use one temporary gchar* variable in
7082                 prefs_account_protocol_set_optmenu().
7083
7084 2006-07-01 [ticho]      2.3.1cvs48
7085
7086         * src/prefs_account.c
7087         * src/prefs_account.h
7088                 Use GtkLabel for existing account protocol name.
7089                 Created an array for protocol names and populate the
7090                 combobox from it in a for() cycle.
7091
7092 2006-06-30 [colin]      2.3.1cvs47
7093
7094         * src/compose.c
7095                 Block undo when changing signature (by changing
7096                 account)
7097
7098 2006-06-30 [paul]       2.3.1cvs46
7099
7100         * src/send_message.c
7101                 when editing From in the Compose window, use that address
7102                 in the Return-Path: header
7103                 Thanks to Colin
7104
7105 2006-06-30 [colin]      2.3.1cvs45
7106
7107         * src/compose.c
7108                 Fix signature replacement:
7109                 - when no newline before separator
7110                 - when reediting
7111
7112 2006-06-29 [colin]      2.3.1cvs44
7113
7114         * src/folderview.c
7115         * src/folderview.h
7116         * src/mainwindow.c
7117         * src/summaryview.c
7118                 Let 'View/Go to/Next marked' work like
7119                 Next new & Next unread: across folders
7120                 Change the select_on_entry pref to do
7121                 what we want when changing folder
7122         * src/common/utils.c
7123                 Fix single-quoted links 
7124
7125 2006-06-29 [colin]      2.3.1cvs43
7126
7127         * src/gtk/gtkaspell.c
7128                 "Sylpheed" and "Sylpheed-Claws" do exist !
7129
7130 2006-06-29 [colin]      2.3.1cvs42
7131
7132         * src/imap.c
7133                 Forgot to remove debug
7134
7135 2006-06-29 [colin]      2.3.1cvs41
7136
7137         * src/imap.c
7138         * src/imap.h
7139         * src/mainwindow.c
7140                 Disconnect from IMAP servers when going
7141                 offline. Fixes bug #978 (going to offline-mode 
7142                 won't close connections)
7143
7144 2006-06-29 [colin]      2.3.1cvs40
7145
7146         * src/main.c
7147                 Fix transient setting on failing plugins
7148                 Patch by Fabien
7149         * src/plugins/pgpcore/sgpgme.c
7150                 Only warn for OpenPGP. Most people don't
7151                 have CMS available.
7152
7153 2006-06-29 [colin]      2.3.1cvs39
7154
7155         * src/compose.c
7156                 Fix Spelling menu (discrepancy between context menu
7157                 and top menu when folder's dictionary isn't the 
7158                 default one)
7159         * src/plugins/pgpcore/sgpgme.c
7160                 More error reporting about why gpgme can fail
7161
7162 2006-06-29 [wwp]        2.3.1cvs38
7163
7164         * src/mainwindow.c
7165                 honor the display-header-pane setting even when the message view
7166                 is a separate window.
7167
7168 2006-06-29 [wwp]        2.3.1cvs37
7169
7170         * src/prefs_actions.c
7171                 forgot to commit that one (use of GTK_STOCK_INFO).
7172
7173 2006-06-29 [colin]      2.3.1cvs36
7174
7175         * src/imap.c
7176                 Better handling of login errors (ask the password
7177                 again once), alert in case of error. Fix three
7178                 signedness warnings.
7179
7180 2006-06-28 [wwp]        2.3.1cvs35
7181
7182         * src/prefs_template.c
7183         * src/prefs_matcher.c
7184         * src/prefs_filtering_action.c
7185         * src/prefs_quote.c
7186                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
7187                 patch by Fabien Vantard, slightly modified.
7188
7189 2006-06-28 [paul]
7190
7191         2.4.0-rc2 released
7192
7193 2006-06-28 [colin]      2.3.1cvs34
7194
7195         * src/prefs_account.c
7196                 Fix bug #977 (Can't add or edit imap accounts)
7197
7198 2006-06-28 [colin]      2.3.1cvs33
7199
7200         * src/mimeview.c
7201                 Fix previous
7202
7203 2006-06-28 [colin]      2.3.1cvs32
7204
7205         * src/mimeview.c
7206                 Save named inlined attachments with "Save all"
7207         * src/main.c
7208         * src/mbox.c
7209         * src/common/plugin.c
7210         * src/common/plugin.h
7211         * src/common/sylpheed.c
7212         * src/common/utils.c
7213         * src/plugins/pgpcore/sylpheed.def
7214         * src/plugins/pgpinline/sylpheed.def
7215         * src/plugins/pgpmime/sylpheed.def
7216                 Win32 compatibility patch, by
7217                 Werner Koch
7218
7219 2006-06-28 [wwp]        2.3.1cvs31
7220
7221         * src/imap.c
7222         * src/prefs_folder_item.c
7223                 less compilation warnings (thanks to Fabien Vantard), less typos.
7224
7225 2006-06-28 [paul]       2.3.1cvs30
7226
7227         * src/gtk/gtkutils.c
7228                 gtk_combo_box_set_focus_on_click() is only
7229                 available since gtk 2.6.0
7230
7231 2006-06-28 [paul]       2.3.1cvs29
7232
7233         * src/prefs_ext_prog.c
7234                 fix engrish and add a tooltip for the
7235                 'command for 'Display as text' option
7236
7237 2006-06-28 [paul]
7238
7239         2.4.0-rc1 released
7240
7241 2006-06-28 [paul]       2.3.1cvs28
7242
7243         * ChangeLog
7244         * tools/Makefile.am
7245                 include textviewer.pl in releases
7246
7247 2006-06-28 [paul]       2.3.1cvs27
7248
7249         * src/prefs_ext_prog.c
7250                 hide Print command option if libgnomeprint
7251                 support is present
7252
7253 2006-06-27 [colin]      2.3.1cvs26
7254
7255         * src/compose.c
7256                 Fix Esc handling in insert/attach dialog
7257                 Don't show this dialog if dragging something
7258                 else than text/uri-list
7259                 Thanks to Fabien Vantard
7260         * tools/textviewer.pl
7261                 Filter script to display stuff as text
7262                 by H. Merijn Brand
7263
7264 2006-06-27 [wwp]        2.3.1cvs25
7265
7266         * src/messageview.c
7267                 use the exact product name (message view title), patch
7268                 by Fabien Vantard.
7269
7270 2006-06-27 [ticho]      2.3.1cvs24
7271
7272         * src/prefs_account.c
7273         * src/prefs_common.c
7274         * src/prefs_common.h
7275         * src/prefs_ext_prog.c
7276         * src/textview.c
7277                 Add a preference (Preferences/External programs)
7278                 to allow "Display as text" to be done via a script
7279                 (patch by H.Merijn Brand).
7280                 Use GtkComboBox for protocol selection in account
7281                 preferences.
7282                 Only include current choice for existing accounts, and
7283                 insensitivize the combobox.
7284
7285 2006-06-27 [paul]       2.3.1cvs23
7286
7287         * src/mbox.c
7288                 fix crasher introduced in cvs21.
7289                 Thanks to Colin
7290
7291 2006-06-26 [colin]      2.3.1cvs22
7292
7293         * src/mbox.c
7294                 Fix double-frees when leaving folders
7295                 after exporting to mbox
7296
7297 2006-06-26 [colin]      2.3.1cvs21
7298
7299         * src/mbox.c
7300                 More feedback (and optimisation)
7301                 on import/export
7302         * src/common/utils.c
7303                 Fix case when looking for mail addresses
7304         * src/gtk/gtkutils.c
7305                 Extra check for (X-)Face
7306
7307 2006-06-25 [ticho]      2.3.1cvs20
7308
7309         * src/compose.c
7310         * src/exphtmldlg.c
7311         * src/gtk/gtkutils.c
7312         * src/gtk/gtkutils.h
7313                 Added second argument to gtkut_sc_combobox_create() to
7314                 control focus-on-click for the widget.
7315                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
7316
7317 2006-06-25 [ticho]      2.3.1cvs19
7318
7319         * src/compose.c
7320         * src/gtk/Makefile.am
7321         * src/gtk/combobox.c
7322         * src/gtk/combobox.h
7323         * src/gtk/gtkutils.c
7324         * src/gtk/gtkutils.h
7325                 Use GtkComboBox instead of deprecated GtkOptionMenu
7326                 for account selector in compose window and for encoding
7327                 selector in attachment properties.
7328                 Also factorise working with the new GtkComboBox somewhat.
7329
7330 2006-06-24 [paul]       2.3.1cvs18
7331
7332         * src/prefs_common.c
7333                 use the correct default value
7334
7335 2006-06-24 [paul]       2.3.1cvs17
7336
7337         * src/compose.c
7338         * src/prefs_common.c
7339         * src/prefs_common.h
7340         * src/prefs_compose_writing.c
7341                 enable setting of default action when
7342                 dnd'ing files in the compose window.
7343                 (Collaborative effort with wwp)
7344
7345 2006-06-23 [wwp]        2.3.1cvs16
7346
7347         * src/compose.c
7348                 i18n fix (thanks to Fabien Vantard)
7349
7350 2006-06-22 [colin]      2.3.1cvs15
7351
7352         * src/prefs_customheader.c
7353                 Don't use filters in custom headers' file 
7354                 selector. Remember, extensions mean nothing :)
7355
7356 2006-06-22 [paul]       2.3.1cvs14
7357
7358         * configure.ac
7359                 allow setting of man directory location
7360
7361 2006-06-22 [colin]      2.3.1cvs13
7362
7363         * src/mainwindow.c
7364                 Add 'View/Go to/Next unread folder'.
7365                 I missed that :)
7366
7367 2006-06-22 [colin]      2.3.1cvs12
7368
7369         * src/common/utils.c
7370                 Add some subject prefixes
7371                 Patch by Bjorn T Johansen <btj@havleik.no>
7372
7373 2006-06-22 [colin]      2.3.1cvs11
7374
7375         * manual/advanced.xml
7376                 Forgotten hidden pref
7377
7378 2006-06-21 [paul]       2.3.1cvs10
7379
7380         * src/prefs_account.c
7381                 complete the removal of 'Add date header' option
7382
7383 2006-06-21 [paul]       2.3.1cvs9
7384
7385         * src/account.c
7386         * src/compose.c
7387         * src/prefs_account.c
7388         * src/prefs_account.h
7389                 remove option to add date header - always
7390                 add date header
7391         * src/etpan/imap-thread.c
7392                 fix warnings (Thanks to Colin)
7393
7394 2006-06-21 [wwp]        2.3.1cvs8
7395
7396         * src/folder.c
7397                 set the attachment flag when inline text part are (file)named. This is more convenient
7398                 when receiving (for instance) inline source files or patches sent using thunderbird.
7399
7400 2006-06-21 [paul]       2.3.1cvs7
7401
7402         * src/inc.c
7403                 fix off-by-one count of current msg in
7404                 statusbar filtering progressbar
7405
7406 2006-06-21 [paul]       2.3.1cvs6
7407
7408         * src/folder.c
7409                 Show attachment icon even if the part is 'inline'
7410                 if the following conditions are met:
7411                 - content-type != 'text/plain'
7412                 - content-type != '*/pgp-signature'
7413                 - either 'name' or 'filename' parameter is not NULL
7414                 
7415                 Thanks to Colin
7416
7417 2006-06-21 [paul]       2.3.1cvs5
7418
7419         * src/messageview.c
7420         * src/prefs_common.c
7421         * src/prefs_common.h
7422         * src/prefs_other.c
7423                 add an option to 'Never send Return
7424                 Receipts'
7425                 Thanks to Colin
7426
7427 2006-06-20 [mones]      2.3.1cvs4
7428
7429         * po/es.po
7430                 updated
7431         * src/compose.c
7432                 typo fixed (space after comma)
7433         * tools/make.themes.project
7434                 remove exec mode from tarball files
7435
7436 2006-06-20 [colin]      2.3.1cvs3
7437
7438         * src/news.c
7439         * src/procheader.c
7440         * src/unmime.c
7441                 Better fix for \n's in headers (don't 
7442                 break Received: and others)
7443
7444 2006-06-20 [paul]       2.3.1cvs2
7445
7446         * src/alertpanel.c
7447         * src/textview.c
7448                 improve legibility of phishing attempt
7449                 dialog
7450
7451 2006-06-20 [paul]       2.3.1cvs1
7452
7453         * NEWS
7454         * README
7455         * configure.ac
7456                 Update version number following
7457                 stable release
7458
7459 2006-06-20 [colin]      2.3.0cvs26
7460
7461         * src/compose.c
7462                 When dragging a file to the text of the compose
7463                 window, ask whether we want to insert or attach
7464                 (I know lots of people who do that to attach)
7465
7466 2006-06-20 [colin]      2.3.0cvs25
7467
7468         * src/etpan/imap-thread.c
7469                 Fix threshold (the append command is often > 32 bytes)
7470
7471 2006-06-19 [colin]      2.3.0cvs24
7472
7473         * src/imap.c
7474         * src/etpan/imap-thread.c
7475                 Workaround Rockliffe IMAP server bug: replace
7476                 "x UID SEARCH (ANSWERED UID 1:*)" with
7477                 "x UID SEARCH ANSWERED"
7478                 (Rockliffe doesn't handle the parenthesis)
7479
7480 2006-06-19 [colin]      2.3.0cvs23
7481
7482         * src/compose.c
7483         * src/imap.c
7484         * src/etpan/imap-thread.c
7485                 Probably fix bug #972 (Freezes when adding 
7486                 an attachment to the message)
7487         * src/common/defs.h
7488                 Modernize Firefox cmd
7489
7490
7491 2006-06-18 [colin]      2.3.0cvs22
7492
7493         * src/prefs_customheader.c
7494                 Only allow correct filenames for various
7495                 custom headers
7496
7497 2006-06-18 [colin]      2.3.0cvs21
7498
7499         * src/prefs_customheader.c
7500                 Add a 'From File...' button in custom headers prefs, which
7501                 try to do the right thing: 
7502                 for normal headers, use file as plaintext,
7503                 for X-Face, calls compface,
7504                 for Face, encode to b64.
7505
7506 2006-06-17 [colin]      2.3.0cvs20
7507
7508         * src/mh.c
7509                 Warning fix
7510
7511 2006-06-16 [colin]      2.3.0cvs19
7512
7513         * src/summaryview.c
7514                 Recursive quicksearch: show message list
7515                 in current folder, *then* search children
7516                 in the background.
7517
7518 2006-06-16 [colin]      2.3.0cvs18
7519
7520         * src/main.c
7521                 Instead of ignoring SIGPIPE, save caches
7522                 when getting one. Will fix the fact that
7523                 hot caches are out-of-date when logging 
7524                 out of Xorg.
7525         * src/compose.c
7526         * src/prefs_compose_writing.c
7527                 Only save text (not attachments) when 
7528                 auto-saving to drafts
7529         * src/unmime.c
7530                 Always replace \n, \r and \t with spaces
7531                 in headers
7532         * manual/dist/html/Makefile.am
7533         * manual/dist/pdf/Makefile.am
7534         * manual/dist/ps/Makefile.am
7535         * manual/dist/txt/Makefile.am
7536         * manual/fr/dist/html/Makefile.am
7537         * manual/fr/dist/pdf/Makefile.am
7538         * manual/fr/dist/ps/Makefile.am
7539         * manual/fr/dist/txt/Makefile.am
7540         * manual/pl/dist/html/Makefile.am
7541         * manual/pl/dist/pdf/Makefile.am
7542         * manual/pl/dist/ps/Makefile.am
7543         * manual/pl/dist/txt/Makefile.am
7544                 Fix make clean removing pregenerated manuals
7545
7546
7547 2006-06-16 [colin]      2.3.0cvs17
7548
7549         * src/plugins/pgpcore/sgpgme.c
7550         * src/plugins/pgpmime/pgpmime.c
7551         * src/plugins/pgpinline/pgpinline.c
7552                 Better error reporting in setup_signers.
7553                 Don't fallback to default key if specified
7554                 key isn't found.
7555                 Don't allow signing if more than one secret
7556                 key matches the one specified in prefs.
7557
7558 2006-06-15 [colin]      2.3.0cvs16
7559
7560         * src/folderview.c
7561                 Add "Send queue" in the folder's contextual
7562                 menu
7563         * src/compose.c
7564         * src/messageview.c
7565         * src/privacy.c
7566         * src/privacy.h
7567         * src/procmime.c
7568         * src/procmsg.c
7569         * src/plugins/pgpcore/passphrase.c
7570         * src/plugins/pgpcore/sgpgme.c
7571         * src/plugins/pgpinline/pgpinline.c
7572         * src/plugins/pgpmime/pgpmime.c
7573                 Better error reporting
7574         * src/mbox.c
7575                 Probably fix bug #971 (2.2.3 cannot read mail 
7576                 from local mbox)
7577
7578
7579 2006-06-15 [mones]      2.3.0cvs15
7580
7581         * tools/make.themes.project
7582                 creates the themes project from the web page
7583
7584 2006-06-15 [colin]      2.3.0cvs14
7585
7586         * src/folder.c
7587                 Better fix (avoid losing the folder if scan_tree 
7588                 fails)
7589
7590 2006-06-15 [cleroy]     2.3.0cvs13
7591
7592         * src/folder.c
7593                 Probably fix Bug #969 (crash on rebuilding 
7594                 imap folder)
7595
7596 2006-06-14 [colin]      2.3.0cvs12
7597
7598         * manual/dtd/manual.xsl
7599         * manual/sylpheed-claws-manual.xml
7600         * manual/fr/sylpheed-claws-manual.xml
7601         * manual/pl/sylpheed-claws-manual.xml
7602                 Insert pagebreaks between sections
7603
7604 2006-06-14 [paul]       2.3.0cvs11
7605
7606         * configure.ac
7607                 better fix than 2.3.0cvs10
7608
7609 2006-06-14 [paul]       2.3.0cvs10
7610
7611         * configure.ac
7612                 fix setting of PACKAGE_DATA_DIR with newer autoconf
7613                 (backwards compatible)
7614
7615 2006-06-13 [colin]      2.3.0cvs9
7616
7617         * src/messageview.c
7618                 Fix sending of return receipt with the new queue folders
7619
7620 2006-06-13 [wwp]        2.3.0cvs8
7621
7622         * src/quote_fmt_lex.l
7623                 fix wrong tokens returned in quote_fmt lexer, query not().
7624
7625 2006-06-13 [wwp]        2.3.0cvs7
7626
7627         * src/folder.c
7628         * src/prefs_folder_item.c
7629                 allow changing folder type even when folder is not a top-level one,
7630                 thanks to Colin.
7631
7632 2006-06-12 [colin]      2.3.0cvs6
7633
7634         * src/folderview.c
7635                 Fix double-ask of "Do you want to mark all
7636                 as read"
7637
7638 2006-06-12 [colin]      2.3.0cvs5
7639
7640         * src/compose.c
7641         * src/compose.h
7642         * src/folder.c
7643         * src/folder.h
7644         * src/imap.c
7645         * src/inc.c
7646         * src/main.c
7647         * src/messageview.c
7648         * src/mh.c
7649         * src/prefs_folder_item.c
7650         * src/procheader.c
7651         * src/procmime.c
7652         * src/procmsg.c
7653         * src/procmsg.h
7654         * src/send_message.c
7655         * src/summaryview.c
7656         * src/toolbar.c
7657                 Apply bug #964's patch (Queue and drafts aren't normal)
7658                 The Drafts and Queue folder now contain RFC-822 files,
7659                 allowing to move and copy mails from and to these 
7660                 folders. Moving from Drafts to Queue will prepare the
7661                 mail for sending (PGP signature, encryption, etc).
7662                 This patch also rework sending errors handling to try
7663                 to be more helpful.
7664                 Also, allow redefining folder types via the GUI 
7665                 (Folder type in its Properties)
7666
7667 2006-06-12 [colin]      2.3.0cvs4
7668
7669         * src/summaryview.c
7670         * src/prefs_common.c
7671         * src/prefs_common.h
7672         * src/gedit-print.c
7673                 Allow to define a specific print font - patch
7674                 by Bernhard Walle <bernhard.walle@gmx.de>
7675         * src/prefs_fonts.c
7676         * manual/advanced.xml
7677         * manual/fr/advanced.xml
7678                 Add a hidden pref to allow deletion without
7679                 confirmation
7680
7681 2006-06-12 [wwp]        2.3.0cvs3
7682
7683         * .cvsignore
7684                 more files to ignore.
7685
7686 2006-06-12 [wwp]        2.3.0cvs2
7687
7688         * src/quote_fmt.c
7689         * src/quote_fmt_lex.l
7690         * src/quote_fmt_parse.y
7691                 extend the quote_fmt parser (templates and quotes):
7692                 - allow limited sub-expressions in |p{} and |f{} expressions,
7693                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
7694                 - implemented/fixed missing implementation of query_references and show_references,
7695                 - completed, fixed contents and format of the symbols help dialog,
7696                 - fix some compilation warnings.
7697
7698 2006-06-12 [wwp]        2.3.0cvs1
7699
7700         * manual/advanced.xml
7701         * manual/fr/advanced.xml
7702                 updates in the "templates" section of the manual (eng/fr):
7703                  - be more precise (both versions)
7704                  - completed to match the english reference (fr version)
7705                  - touchups (both versions)
7706
7707 2006-06-12 [paul]       2.3.0
7708
7709         2.3.0 released
7710
7711 2006-06-12 [paul]       2.2.3cvs14
7712
7713         * po/ca.po
7714         * po/cs.po
7715         * po/de.po
7716         * po/el.po
7717         * po/fr.po
7718         * po/it.po
7719         * po/pt_BR.po
7720         * po/sr.po
7721         * po/zh_CN.po
7722                 updated by Miquel Oliete, Tim, Stephan Sachse,
7723                 Stavros Giannouris, Fabien Vantard, Andrea
7724                 Spadaccini, Frederico Goncalves Guimaraes,
7725                 Aleksandar Urosevic, and Ralgh Young
7726
7727 2006-06-12 [colin]      2.2.3cvs13
7728
7729         * src/mbox.c
7730                 Add missing header
7731
7732 2006-06-11 [colin]      2.2.3cvs12
7733
7734         * src/msgcache.c
7735                 Verify that g_malloc() succeeded
7736
7737 2006-06-11 [colin]      2.2.3cvs11
7738
7739         * src/wizard.c
7740                 Add Face header to welcome mail
7741
7742 2006-06-10 [colin]      2.2.3cvs10
7743
7744         * src/textview.c
7745                 Revert previous (Forgot it changes the
7746                 margin on the whole mail)
7747
7748 2006-06-10 [colin]      2.2.3cvs9
7749
7750         * src/textview.c
7751                 Don't overlap long headers under (X-)Face
7752
7753 2006-06-10 [mones]      2.2.3cvs8
7754
7755         * manual/xml2pdf
7756                 allow generation of manual on systems lacking saxon binary
7757                 but with java and the saxon library installed
7758
7759         * po/es.po
7760                 updated for release
7761
7762 2006-06-09 [colin]      2.2.3cvs7
7763
7764         * src/summaryview.c
7765                 Fix leak when using Display Sender using Addressbook
7766
7767 2006-06-09 [colin]      2.2.3cvs6
7768
7769         * src/compose.c
7770         * src/folder.c
7771         * src/folderview.c
7772         * src/mimeview.c
7773         * src/summaryview.c
7774                 More leaks fixes
7775
7776 2006-06-09 [paul]       2.2.3cvs5
7777
7778         * AUTHORS
7779         * src/gtk/authors.h
7780         * tools/claws.i18n.status.pl
7781                 updated with new info
7782
7783 2006-06-09 [paul]       2.2.3cvs4
7784
7785         * README
7786                 updated
7787         * manual/ack.xml
7788                 add wwp to authors list
7789         * src/gtk/authors.h
7790                 update mine and Colin's addresses
7791
7792 2006-06-08 [colin]      2.2.3cvs3
7793
7794         * src/etpan/imap-thread.c
7795                 Fix leak on SSL cert check
7796
7797 2006-06-08 [colin]      2.2.3cvs2
7798
7799         * src/common/utils.c
7800                 Fix leak
7801
7802 2006-06-08 [paul]       2.2.3cvs1
7803
7804         * configure.ac
7805                 Update version number following
7806                 stable release
7807
7808 2006-06-07 [colin]      2.2.2cvs3
7809
7810         * src/msgcache.c
7811                 Fix catching cache read errors (guint instead of gint)
7812                 Prevent malloc'ing more than 8MB (means cache corruption)
7813
7814 2006-06-07 [paul]       2.2.2cvs2
7815
7816         * src/exporthtml.c
7817         * src/exportldif.c
7818         * src/mh.c
7819         * src/mutt.c
7820         * src/pine.c
7821         * src/common/utils.c
7822                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
7823                 obey $HOME'
7824                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
7825                 Thanks to Colin
7826
7827 2006-06-06 [paul]       2.2.2cvs1
7828
7829         * configure.ac
7830                 Update version number following
7831                 stable release
7832
7833 2006-06-06 [paul]       2.2.1cvs6
7834
7835         * src/matcher.c
7836                 fix  implicit declaration of
7837                 sylpheed_do_idle()
7838                 Patch by Fabien Vantard
7839
7840 2006-06-06 [paul]       2.2.1cvs5
7841
7842         * src/matcher.c
7843                 fix age_greater and age_lower so that they
7844                 mean what say and not '...or equal to'
7845                 Thanks to Colin
7846
7847 2006-06-06 [paul]       2.2.1cvs4
7848
7849         * src/textview.c
7850         * src/common/utils.c
7851                 fix URI check
7852                 Thanks to Colin
7853
7854 2006-06-05 [wwp]        2.2.1cvs3
7855
7856         * manual/fr/account.xml
7857                 minor language fixes (thanks to Fabien Vantard).
7858
7859 2006-06-05 [colin]      2.2.1cvs2
7860
7861         * src/prefs_folder_item.c
7862         * src/folderview.c
7863                 Allow recursive setting of properties 
7864                 for whole mailboxes
7865         * src/matcher.c
7866                 Don't freeze on 'test' filtering rule
7867
7868 2006-06-05 [colin]      2.2.1cvs1
7869
7870         * configure.ac
7871                 Update version number following
7872                 stable release
7873
7874 2006-06-04 [wwp]        2.2.0cvs82
7875
7876         * manual/glossary.xml
7877         * manual/account.xml
7878         * manual/fr/glossary.xml
7879         * manual/fr/account.xml
7880                 added glossary section and references/links related to the Face custom header.
7881
7882 2006-06-04 [colin]      2.2.0cvs81
7883
7884         * src/summaryview.c
7885                 Skip to next message on move with no
7886                 immediate execution
7887
7888 2006-06-04 [wwp]        2.2.0cvs80
7889
7890         * manual/xml2pdf
7891                 added sanity checks, exit when needed.
7892
7893 2006-06-03 [paul]       2.2.0cvs79
7894
7895         * src/prefs_receive.c
7896                 page name is now 'Receiving'
7897         * src/prefs_send.c
7898                 page name is now 'Sending'
7899
7900 2006-06-03 [colin]      2.2.0cvs78
7901
7902         * src/plugins/spamassassin/spamassassin_gtk.c
7903                 Autoswitch to Localhost if transport was previously
7904                 disabled. Else people had to check [] Enable, then
7905                 *reselect* transport.
7906
7907 2006-06-03 [colin]      2.2.0cvs77
7908
7909         * src/plugins/pgpinline/pgpinline.c
7910         * src/plugins/pgpmime/pgpmime.c
7911                 Check that gpg_data_release_and_get_mem 
7912                 didn't fail (now, why this happens...)
7913
7914 2006-06-03 [colin]      2.2.0cvs76
7915
7916         * src/mbox.c
7917                 Fix bug #962 (Manual and/or UI should 
7918                 warn about incompatible locking 
7919                 causing dataloss)
7920
7921 2006-06-02 [cleroy]     2.2.0cvs75
7922
7923         * src/filtering.c
7924         * src/folder.c
7925         * src/procmsg.c
7926         * src/summaryview.c
7927                 Fix a few leaks
7928
7929 2006-06-02 [colin]      2.2.0cvs74
7930
7931         * src/main.c
7932                 On exit, free caches after writing them
7933                 Shuts up some valgrind false positives
7934         * src/procmsg.c
7935         * src/send_message.c
7936                 Fix races when reusing existing SMTP connections
7937                 Fix inexistant session timeout
7938         * src/toolbar.c
7939                 Display alertpanel after all queues have
7940                 been processed, not after each
7941
7942 2006-06-02 [wwp]        2.2.0cvs73
7943
7944         * manual/fr/glossary.xml
7945         * manual/fr/ack.xml
7946         * manual/ack.xml
7947                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
7948
7949 2006-06-02 [wwp]        2.2.0cvs72
7950
7951         * manual/xml2pdf
7952         * manual/dist/pdf/Makefile.am
7953         * manual/dtd/manual.xsl
7954         * manual/fr/dist/pdf/Makefile.am
7955         * manual/pl/dist/pdf/Makefile.am
7956                 we changed the procedure to generate the .pdf version of the manual.
7957                 The procedure is more modern and the .pdf we get now has a valid index.
7958                 Here are the new pre-requisites:
7959
7960                 - JRE 1.x (1.4 here): there must be one from your distro
7961                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
7962                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
7963                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
7964
7965                 See my posts for further info about the installation of this toolchain:
7966
7967                 Date: Fri, 19 May 2006 19:40:06 +0200
7968                 From: wwp <subscript@free.fr>
7969                 To: sylpheed-claws-devel@lists.sourceforge.net
7970                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
7971
7972                 and
7973
7974                 Date: Wed, 24 May 2006 12:58:49 +0200
7975                 From: wwp <subscript@free.fr>
7976                 To: sylpheed-claws-devel@lists.sourceforge.net
7977                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
7978
7979 2006-06-01 [colin]      2.2.0cvs71
7980
7981         * src/compose.c
7982                 Better guards against IMAP races
7983         * src/main.c
7984         * src/prefs_common.c
7985         * src/prefs_common.h
7986         * src/common/ssl_certificate.c
7987         * src/etpan/imap-thread.c
7988         * src/etpan/imap-thread.h
7989         * src/gtk/sslcertwindow.c
7990                 New hidden option ssl_skip_cert_check to 
7991                 avoid dups of bug #959 (libetpan linked
7992                 against gnutls and gnutls buggy on 64bit)
7993                 Present expired warning only once per
7994                 session/server.
7995         * manual/advanced.xml
7996         * manual/fr/advanced.xml
7997                 Document new option
7998
7999 2006-06-01 [wwp]        2.2.0cvs70
8000
8001         * src/messageview.c
8002                 fix for bug #961 (return receipt dialog 
8003                 complains incorrectly about return-path 
8004                 email adress being different), thanks 
8005                 to Colin.
8006
8007 2006-05-31 [cleroy]     2.2.0cvs69
8008
8009         * src/common/ssl.c
8010                 Guard against NULLs, although this
8011                 should never be an issue
8012
8013 2006-05-31 [colin]      2.2.0cvs68
8014
8015         * src/filtering.c
8016                 Use g_slist_prepend
8017         * src/imap.c
8018                 Don't remove caches when destroying folder, it
8019                 could (should) be done at exit
8020         * src/inc.c
8021                 free processing cache after incorporation
8022         * src/etpan/imap-thread.c
8023                 Maybe fix bug #959 (Crash on moving to emails 
8024                 to a imap account per ssl with a expired 
8025                 certificate.)
8026
8027 2006-05-30 [colin]      2.2.0cvs67
8028
8029         * src/summaryview.c
8030                 Put back event flush when displaying message
8031                 It avoids reading a bunch of messages just
8032                 by hitting shift-n for too long ;)
8033
8034 2006-05-29 [colin]      2.2.0cvs66
8035
8036         * src/summaryview.c
8037                 Remove useless g_warnings
8038
8039 2006-05-29 [colin]      2.2.0cvs65
8040
8041         * src/imap.c
8042                 Fix g_slist_append()s for performance
8043
8044 2006-05-29 [colin]      2.2.0cvs64
8045
8046         * src/compose.c
8047         * src/common/utils.c
8048                 Fix extraneous tab at start of addresses
8049         * src/mainwindow.c
8050                 Fix warnings (thanks to Fabien)
8051                 Fix crash at exit when composing messages 
8052                 exist
8053         * src/pop.c
8054                 Fix progress bar when deleting expired mails
8055                 Thanks to Hiro
8056         * src/summaryview.c
8057         * src/gtk/gtksctree.c
8058                 Fix re-sorting slowness
8059
8060 2006-05-29 [paul]       2.2.0cvs63
8061
8062         * src/mh.c
8063                 fetch full message when moving mails
8064                 from another mailbox, (fixed data loss
8065                 when filtering from IMAP to MH, introduced
8066                 in 2.2.0cvs57).
8067                 Thanks to Colin
8068
8069 2006-05-29 [mones]      2.2.0cvs62
8070
8071         * src/gtk/gtksctree.c
8072                 Unselect faster (patch by Colin)        
8073
8074 2006-05-26 [colin]      2.2.0cvs61
8075
8076         * src/summaryview.c
8077                 Unplug MSGINFO_UPDATE callback on delete too.
8078
8079 2006-05-26 [colin]      2.2.0cvs60
8080
8081         * src/foldersel.c
8082                 Fix bold in folder selection window with glib2.10
8083                 thanks Hiro
8084
8085 2006-05-26 [colin]      2.2.0cvs59
8086
8087         * src/procheader.c
8088                 Convert date only if necessary (and don't
8089                 try to convert from utf8 to utf8, too)
8090         * src/summaryview.c
8091                 Only set column's text if the column's 
8092                 displayed
8093
8094 2006-05-26 [colin]      2.2.0cvs58
8095
8096         * src/summaryview.c
8097         * src/gtk/gtkutils.c
8098                 Fix useless warning
8099
8100 2006-05-26 [colin]      2.2.0cvs57
8101
8102         * src/mainwindow.c
8103                 Make summaryview selectable as long as 
8104                 no message has focus
8105         * src/mh.c
8106                 Faster deletion (by implementing mh_remove_msgs)
8107                 Faster copy (avoid using mh_fetch_msg just to get
8108                 the filename)
8109                 Faster move (using move_file instead of copy_file
8110                 if MSG_IS_MOVE)
8111                 No progressbar if total number of mails to cp/mv 
8112                 is less than 100
8113         * src/summaryview.c
8114                 Fix removal from subject_table when mail gets moved
8115                 Faster deletion (g_slist_prepend instead of append)
8116         * src/gtk/gtksctree.c
8117                 Remove useless code
8118
8119 2006-05-25 [colin]      2.2.0cvs56
8120
8121         * src/common/ssl_certificate.c
8122                 Fix leak in expired cert check
8123
8124 2006-05-25 [colin]      2.2.0cvs55
8125
8126         * src/mh.c
8127                 Disable flags syncing on .mh_sequences - it
8128                 is buggy and marks mails read under unknown
8129                 conditions.
8130
8131 2006-05-25 [paul]
8132
8133         * 2.3.0-rc4 released
8134
8135 2006-05-24 [colin]      2.2.0cvs54
8136
8137         attention cvs users: if you manage to crash
8138         Sylpheed-Claws while moving, copying or deleting
8139         mails, we *are* interested in stack traces and
8140         valgrind logs. It looks stable, but one never
8141         knows...
8142
8143         * src/folder.c
8144                 Add progressbar for cache updates
8145         * src/folderutils.c
8146                 Optimize Mark all read in the current
8147                 folder
8148         * src/mh.c
8149                 Add progressbar for copy/move
8150         * src/procmsg.c
8151                 Optimize O(n^2) in copy/move
8152         * src/summaryview.c
8153         * src/gtk/gtksctree.c
8154                 Optimize O(n^2) algos
8155         * src/common/timing.h
8156                 Display ms instead of us
8157
8158 2006-05-24 [wwp]        2.2.0cvs53
8159
8160         * manual/fr/advanced.xml
8161                 updates to the French manual.
8162
8163 2006-05-24 [wwp]        2.2.0cvs52
8164
8165         * src/common/utils.c
8166                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
8167
8168 2006-05-24 [wwp]        2.2.0cvs51
8169
8170         * src/folderutils.c
8171                 fixed "mark all read" in MH folders (thanks to Colin).
8172
8173 2006-05-24 [paul]       2.2.0cvs50
8174
8175         * doc/man/sylpheed-claws.1
8176                 updated the man page
8177
8178 2006-05-23 [colin]      2.2.0cvs49
8179
8180         * src/folderview.c
8181         * src/imap.c
8182         * src/inc.c
8183         * src/mbox.c
8184         * src/messageview.c
8185         * src/news.c
8186         * src/send_message.c
8187         * src/summaryview.c
8188         * src/gtk/sslcertwindow.c
8189                 alertpanel fixes, by Fabien
8190
8191 2006-05-23 [colin]      2.2.0cvs48
8192
8193         * src/folder.c
8194         * src/folderview.c
8195         * src/msgcache.c
8196         * src/summaryview.c
8197         * src/gtk/gtksctree.c
8198         * src/gtk/gtksctree.h
8199                 More timings
8200                 Fix slow loading problem, which was caused by the
8201                 use of some gtk_ctree funcs and their use of
8202                 g_list_position while gtk_ctree_(un)link'ing.
8203                 Reap more functions from gtkctree.c to be sure we
8204                 use our (fast) version instead of theirs.
8205         * src/mh.c
8206                 Fix copy of unread mails
8207
8208
8209 2006-05-22 [wwp]        2.2.0cvs47
8210
8211         * manual/fr/advanced.xml
8212                 updated.
8213
8214 2006-05-22 [colin]      2.2.0cvs46
8215
8216         * src/filtering.c
8217                 Fix possible infinite loop. 'copy' is not a 
8218                 final action, so when encountering a 'copy',
8219                 we have to check if a previous one was set
8220                 and do it. In the same way, if we encounter
8221                 a 'move' we have to perform a possibly 
8222                 pending 'copy'. This will slow down filtering
8223                 on IMAP if move+copy or multiple copy actions
8224                 are to be done, but handling it via the batch
8225                 would be really too convoluted.
8226
8227 2006-05-22 [wwp]        2.2.0cvs45
8228
8229         * manual/fr/advanced.xml
8230         * manual/fr/faq.xml
8231         * manual/fr/glossary.xml
8232         * manual/fr/handling.xml
8233         * manual/fr/intro.xml
8234         * manual/fr/plugins.xml
8235         * manual/fr/sylpheed-claws-manual.xml
8236                 sync w/ the english manual: updates URIs, documented mailing-list
8237                 support, better explanation about the enabled/disabled feature
8238                 in filtering/processing rules by Paul.
8239
8240 2006-05-21 [colin]      2.2.0cvs44
8241
8242         * src/summaryview.c
8243                 Don't expand after building threads, but during
8244
8245 2006-05-21 [colin]      2.2.0cvs43
8246
8247         * src/procmsg.c
8248         * src/summaryview.c
8249                 More timing possibilities... For next time I have 
8250                 to find out how the hell some 3GHz computer takes
8251                 one minute to open a 30k folder...
8252
8253 2006-05-21 [colin]      2.2.0cvs42
8254
8255         * manual/pl/advanced.xml
8256         * manual/pl/faq.xml
8257         * manual/pl/glossary.xml
8258         * manual/pl/handling.xml
8259         * manual/pl/intro.xml
8260         * manual/pl/plugins.xml
8261         * manual/pl/sylpheed-claws-manual.xml
8262                 Polish manual updated by Pawel
8263
8264 2006-05-20 [colin]
8265
8266         * 2.3.0-rc3 released
8267
8268 2006-05-20 [colin]      2.2.0cvs41
8269
8270         * src/imap.c
8271                 Fix -rc2 problems:
8272                 - remove cache of moved messages from original folder
8273                 - apply new flags to messages even if they aren't appliable
8274                   via IMAP.
8275
8276 2006-05-20 [colin]
8277
8278         * 2.3.0-rc2 released
8279
8280 2006-05-19 [colin]      2.2.0cvs40
8281
8282         * src/imap.c
8283                 Don't issue SELECT in imap_change_flags
8284                 before having checked that we indeed have
8285                 some flags to change. MSG_POSTFILTERED for
8286                 example can't be used on IMAP.
8287                 Fixes bug #955 (copying messages between 
8288                 imap folders is extremely slow), which was
8289                 a regression.
8290
8291 2006-05-19 [colin]      2.2.0cvs39
8292
8293         * src/folder.c
8294         * src/folder.h
8295         * src/folderview.c
8296                 Try to fix bug #830 (Some unread messages 
8297                 get marked read in IMAP inbox):
8298                 - Prevent scanning a folder if it's being 
8299                   opened via the GUI
8300                 - Postpone opening via the GUI of a folder
8301                   currently scanned.
8302
8303
8304 2006-05-19 [wwp]        2.2.0cvs38
8305
8306         * manual/advanced.xml
8307                 fix English+typo (thanks to Paul).
8308
8309 2006-05-19 [wwp]        2.2.0cvs37
8310
8311         * manual/advanced.xml
8312         * manual/fr/advanced.xml
8313         * src/gtk/logwindow.c
8314         * src/prefs_common.c
8315         * src/prefs_common.h
8316                 added hidden prefs to allow customization of colors used in
8317                 protocol log window (useful for dark gtk+ themes).
8318
8319 2006-05-19 [wwp]        2.2.0cvs36
8320
8321         * ChangeLog
8322                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
8323
8324 2006-05-19 [paul]       2.2.0cvs35
8325
8326         * src/textview.c
8327                 make Reply-To fully clickable
8328         * src/gtk/logwindow.c
8329                 more colouring (SMTP ESMTP)
8330         Both patches by Pawel Pekala
8331
8332 2006-05-19 [cleroy]     2.2.0cvs34
8333
8334         * src/mh.c
8335                 Don't update flags from current folder
8336                 Probably fixes bug #935 (Read Messages 
8337                 Revert to Being Marked as Unread)
8338
8339 2006-05-18 [colin]      2.2.0cvs33
8340
8341         * src/imap.c
8342                 Warning fix
8343         * src/compose.c
8344         * src/mainwindow.c
8345         * src/summaryview.c
8346         * src/toolbar.c
8347                 Allow replying to multiple emails
8348                 in multiple windows
8349         * src/mimeview.c
8350         * src/etpan/imap-thread.c
8351                 Leak fixes
8352
8353 2006-05-18 [paul]       2.2.0cvs32
8354
8355         * src/summaryview.c
8356                 keep Mailing-List menu refreshed
8357                 Thanks to Colin
8358
8359 2006-05-18 [paul]       2.2.0cvs31
8360
8361         * manual/advanced.xml
8362         * manual/faq.xml
8363         * manual/glossary.xml
8364         * manual/handling.xml
8365         * manual/intro.xml
8366         * manual/plugins.xml
8367         * manual/sylpheed-claws-manual.xml
8368                 update URLs
8369                 add info about mailing-list support
8370                 edit filtering info
8371         * src/wizard.c
8372         * src/common/defs.h
8373         * src/gtk/about.c
8374         * src/plugins/dillo_viewer/README
8375                 update URLs
8376
8377 2006-05-17 [wwp]        2.2.0cvs30
8378
8379         * manual/handling.xml
8380         * manual/fr/handling.xml
8381                 documented the ability to enabled/disable filtering/processing rules.
8382
8383 2006-05-17 [colin]      2.2.0cvs29
8384
8385         * src/main.c
8386                 Don't initialize g_thread subsystem if it's 
8387                 already done (thanks to Hiro)
8388         * src/mimeview.c
8389                 Fix saving of parts when there name can't be
8390                 converted from UTF-8.
8391
8392 2006-05-17 [paul]       2.2.0cvs28
8393
8394         * po/Makefile.in.in
8395                 fix config.status warning with autoconf 2.60
8396
8397 2006-05-17 [paul]       2.2.0cvs27
8398
8399         * po/POTFILES.in
8400                 add src/mbox.c
8401
8402 2006-05-17 [wwp]        2.2.0cvs26
8403
8404         * src/mainwindow.c
8405                 fix useless and potentially dangerous buffer walking (thanks to Colin).
8406
8407 2006-05-17 [wwp]        2.2.0cvs25
8408
8409         * src/plugins/demo/demo.c
8410                 updated product name in plugin demo (many plugins need to be
8411                 sync'ed w/ that change).
8412
8413 2006-05-17 [colin]      2.2.0cvs24
8414
8415         * src/mh.c
8416                 Fix leak
8417
8418 2006-05-16 [colin]      2.2.0cvs23
8419
8420         * src/mainwindow.c
8421                 Stupid me hit again. Fix cvs22.
8422
8423 2006-05-16 [colin]      2.2.0cvs22
8424
8425         * src/mainwindow.c
8426                 Fix bug #922 (sylpheed-claws crashed after 
8427                 pushing on Inbox folder)
8428
8429 2006-05-16 [colin]      2.2.0cvs21
8430
8431         * src/compose.c
8432                 Make From header be copy/paste/select-able
8433
8434 2006-05-16 [wwp]        2.2.0cvs20
8435
8436         * src/export.c
8437         * src/matcher.c
8438         * src/summaryview.c
8439         * src/etpan/imap-thread.c
8440                 fix some compiler warnings (thanks to Colin).
8441
8442 2006-05-16 [wwp]        2.2.0cvs19
8443
8444         * src/action.c
8445         * src/gedit-print.c
8446         * src/inc.c
8447         * src/mainwindow.c
8448         * src/mh.c
8449         * src/statusbar.c
8450         * src/send_message.c
8451         * src/summaryview.c
8452                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
8453
8454 2006-05-15 [colin]      2.2.0cvs18
8455
8456         * src/procmsg.c
8457                 Fix automatic rule creation with List-Post
8458
8459 2006-05-15 [paul]       2.2.0cvs17
8460
8461         * tools/filter_conv_new.pl
8462                 updated for rule enabling/disabling
8463                 claws version >= 2.3.x required
8464
8465 2006-05-15 [cleroy]     2.2.0cvs16
8466
8467         * src/main.c
8468                 Revert test
8469
8470 2006-05-15 [cleroy]     2.2.0cvs15
8471
8472         * src/main.c
8473                 test
8474
8475 2006-05-15 [wwp]        2.2.0cvs14
8476
8477         * manual/pl/.cvsignore
8478                 ignore generated files.
8479
8480 2006-05-14 [wwp]        2.3.0-rc1
8481
8482         * 2.3.0-rc1 released
8483
8484 2006-05-13 [wwp]        2.2.0cvs13
8485
8486         * src/filtering.c
8487         * src/filtering.h
8488         * src/matcher.c
8489         * src/matcher_parser_lex.l
8490         * src/matcher_parser_parse.y
8491         * src/prefs_filtering.c
8492                 new feature: provide the ability to disable filtering and processing
8493                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
8494                 adaptations.
8495
8496 2006-05-13 [colin]      2.2.0cvs12
8497
8498         * src/compose.c
8499                 Remove useless if (a) b; else b;
8500                 Thanks to wwp
8501
8502 2006-05-13 [wwp]        2.2.0cvs11
8503
8504         * src/export.c
8505         * src/import.c
8506         * src/mainwindow.c
8507         * src/mbox.c
8508         * src/summaryview.c
8509         * src/summaryview.h
8510                 no more silent failures (or at least less ones) when importing
8511                 or exporting from/to mbox. Also start importing/exporting if
8512                 the necessary info is set.
8513
8514 2006-05-13 [wwp]        2.2.0cvs10
8515
8516         * RELEASE_NOTES
8517                 restored up-to-date release notes.
8518
8519 2006-05-13 [paul]       2.2.0cvs9
8520
8521         * po/nl.po
8522         * po/ru.po
8523                 updated by Tim Dijkstra and Pavlo Bohmat
8524
8525 2006-05-12 [colin]      2.2.0cvs8
8526
8527         * src/gtk/quicksearch.c
8528                 Add "k" as shortcut for "colorlabel". Patch
8529                 by ath42@users.sf.net.
8530
8531 2006-05-12 [paul]       2.2.0cvs7
8532
8533         * src/prefs_common.h
8534         * src/prefs_summaries.c
8535         * src/summaryview.c
8536                 when entering a folder also allow
8537                 going directly to first Marked message
8538
8539 2006-05-12 [paul]       2.2.0cvs6
8540
8541         * src/summaryview.c
8542                 always obey 'confirm before marking all
8543                 mails read' option
8544
8545 2006-05-12 [paul]       2.2.0cvs5
8546
8547         * src/textview.c
8548                 make Sender fully clickable
8549
8550 2006-05-12 [colin]      2.2.0cvs4
8551
8552         * src/compose.c
8553         * src/compose.h
8554                 Let From be editable
8555         * src/main.c
8556         * src/mh.c
8557                 Full support of .mh_sequences' Unseen seq
8558
8559 2006-05-12 [colin]      2.2.0cvs3
8560
8561         * src/folder.c
8562         * src/mainwindow.c
8563         * src/mainwindow.h
8564         * src/messageview.c
8565         * src/prefs_spelling.c
8566         * src/procheader.c
8567         * src/procmsg.c
8568         * src/procmsg.h
8569         * src/summaryview.c
8570         * src/toolbar.c
8571         * src/toolbar.h
8572                 Add contextual menu on Compose toolbar
8573                 button. Fixes bug #944 (Automatic
8574                 addresses not applied when changing account
8575                 from compose window)
8576                 add Mailing List support
8577                 based on the old 0.6.5claws25 patch by
8578                 Melvin Hadasht, with finishing touches
8579                 by Colin
8580                 Fix "ignore thread" when mails are threaded by
8581                 subject (and weren't ignored although appearing
8582                 in the thread).
8583                 GUI rework.
8584                 Both patches by Pawel.
8585
8586 2006-05-08 [paul]       2.2.0cvs2
8587
8588         * src/mainwindow.c
8589         * src/mainwindow.h
8590         * src/messageview.c
8591         * src/procheader.c
8592         * src/procmsg.c
8593         * src/procmsg.h
8594         * src/summaryview.c
8595                 add Mailing List support
8596                 based on the old 0.6.5claws25 patch by 
8597                 Melvin Hadasht, with finishing touches
8598                 by Colin
8599
8600 2006-05-08 [colin]      2.2.0cvs1
8601
8602         * src/mainwindow.c
8603         * src/toolbar.c
8604         * src/toolbar.h
8605                 Add contextual menu on Compose toolbar 
8606                 button. Fixes bug #944 (Automatic 
8607                 addresses not applied when changing account 
8608                 from compose window)
8609
8610 2006-05-08 [paul]       2.2.0
8611
8612         2.2.0 released
8613
8614 2006-05-08 [paul]       2.1.1cvs51
8615
8616         * po/cs.po
8617         * po/de.po
8618         * po/en_GB.po
8619         * po/fi.po
8620         * po/fr.po
8621         * po/pt_BR.po
8622         * po/sr.po
8623         * po/zh_CN.po
8624                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
8625                 Fabien Vantard, Frederico Goncalves Guimaraes,
8626                 Aleksandar Urosevic, and Ralgh Young
8627
8628 2006-05-12 [colin]      2.1.1cvs50
8629
8630         * po/cs.po
8631         * po/de.po
8632         * po/en_GB.po
8633         * po/es.po
8634         * po/fi.po
8635         * po/fr.po
8636         * po/pt_BR.po
8637         * po/sr.po
8638         * po/zh_CN.po
8639                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
8640                 Fabien Vantard, Frederico Goncalves Guimaraes,
8641                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
8642
8643 2006-05-05 [colin]      2.1.1cvs49
8644
8645         * manual/Makefile.am
8646         * manual/pl/Makefile.am
8647         * manual/pl/account.xml
8648         * manual/pl/ack.xml
8649         * manual/pl/addrbook.xml
8650         * manual/pl/advanced.xml
8651         * manual/pl/faq.xml
8652         * manual/pl/glossary.xml
8653         * manual/pl/gpl.xml
8654         * manual/pl/handling.xml
8655         * manual/pl/intro.xml
8656         * manual/pl/keyboard.xml
8657         * manual/pl/plugins.xml
8658         * manual/pl/starting.xml
8659         * manual/pl/sylpheed-claws-manual.xml
8660         * manual/pl/dist/.cvsignore
8661         * manual/pl/dist/Makefile.am
8662         * manual/pl/dist/html/.cvsignore
8663         * manual/pl/dist/html/Makefile.am
8664         * manual/pl/dist/pdf/.cvsignore
8665         * manual/pl/dist/pdf/Makefile.am
8666         * manual/pl/dist/ps/.cvsignore
8667         * manual/pl/dist/ps/Makefile.am
8668         * manual/pl/dist/txt/.cvsignore
8669         * manual/pl/dist/txt/Makefile.am
8670                 Add the polish translation of the manual,
8671                 Authored by Pawel Pekala.
8672
8673 2006-05-05 [cleroy]     2.1.1cvs48
8674
8675         * src/main.c
8676                 Re-read matcherrc after loading plugins 
8677                 if some of them add folders.
8678
8679 2006-05-03 [colin]      2.1.1cvs47
8680
8681         * src/imap.c
8682                 I'm idiot
8683
8684 2006-05-03 [colin]      2.1.1cvs46
8685
8686         * src/imap.c
8687                 Be sure to have a session when
8688                 getting separator
8689
8690 2006-05-03 [colin]      2.1.1cvs45
8691
8692         * src/imap.c
8693         * src/imap.h
8694         * src/imap_gtk.c
8695                 Fix preventing renaming with namespace 
8696                 separator.
8697
8698 2006-05-01 [colin]      2.1.1cvs44
8699
8700         * src/action.c
8701                 Don't reload messageview when result of
8702                 action is piped.
8703
8704 2006-04-29 [colin]      2.1.1cvs43
8705
8706         * src/prefs_receive.c
8707         * src/plugins/spamassassin/spamassassin_gtk.c
8708         * src/plugins/clamav/clamav_plugin_gtk.c
8709                 GUI fixes by Pawel
8710
8711 2006-04-29 [colin]      2.1.1cvs42
8712
8713         * src/prefs_compose_writing.c
8714         * src/prefs_quote.c
8715                 Cleanups. Patch by Pawel
8716
8717 2006-04-28 [paul]       2.1.1cvs41
8718
8719         * src/matcher.c
8720                 fix returned quick search results when search
8721                 term contains an underscore.
8722                 Thanks to Colin
8723
8724 2006-04-28 [paul]       2.1.1cvs40
8725
8726         * src/prefs_message.c
8727         * src/prefs_receive.c
8728                 GUI cleanups
8729                 Patches by Pawel Pekala
8730
8731 2006-04-27 [colin]      2.1.1cvs39
8732
8733         * src/wizard.c
8734                 Differentiate subject Welcome from
8735                 window's title Welcome
8736
8737 2006-04-27 [paul]
8738
8739         2.2.0-rc1 released
8740
8741 2006-04-27 [paul]       2.1.1cvs38
8742
8743         * manual/advanced.xml
8744         * manual/fr/advanced.xml
8745                 add info about compose_no_markup hidden pref
8746
8747 2006-04-27 [paul]       2.1.1cvs37
8748
8749         * src/prefs_account.c
8750                 improve privacy labels
8751         * src/prefs_msg_colors.c
8752                 change some strings for translators' convenience
8753         * src/gtk/gtkutils.c
8754                 don't underline the link button text
8755
8756 2006-04-25 [colin]      2.1.1cvs36
8757
8758         * src/folder.c
8759                 Complete 2.1.1cvs33 (once more ;)
8760
8761 2006-04-25 [colin]      2.1.1cvs35
8762
8763         * src/editldap.c
8764                 Fix tooltip
8765
8766 2006-04-25 [cleroy]     2.1.1cvs34
8767
8768         * src/compose.c
8769         * src/gtk/gtkaspell.c
8770                 Fix crash on redirect (related to the return 
8771                 of the aspell menu in compose's toolbar)
8772         * src/prefs_msg_colors.c
8773                 Fix sensitivity widgets
8774         * src/image_viewer.c
8775         * src/gtk/pluginwindow.c
8776         * src/gtk/prefswindow.c
8777                 Change released signals to clicked (Fabien)
8778         * po/POTFILES.in
8779         * src/common/socket.c
8780         * src/plugins/spamassassin/spamassassin.c
8781                 Translate strings (Fabien)
8782
8783 2006-04-25 [paul]       2.1.1cvs33
8784
8785         * src/folder.c
8786         * src/folder.h
8787         * src/folderview.c
8788                 complete the fix of bug #912
8789                 Thanks to Colin
8790
8791 2006-04-25 [colin]      2.1.1cvs32
8792
8793         * src/news.c
8794                 Better progress bar
8795         * src/mimeview.c
8796         * src/summaryview.c
8797         * src/summaryview.h
8798                 Fix focus chain
8799                 Patches by Pawel Pekala
8800
8801 2006-04-24 [colin]      2.1.1cvs31
8802
8803         * src/compose.c
8804                 Fix compilation warnings (Fabien)
8805
8806 2006-04-24 [colin]      2.1.1cvs30
8807
8808         * src/addrindex.c
8809         * src/editldap.c
8810         * src/editldap_basedn.c
8811         * src/editldap_basedn.h
8812         * src/ldapctrl.c
8813         * src/ldapctrl.h
8814         * src/ldapquery.c
8815         * src/ldaputil.c
8816         * src/ldaputil.h
8817                 Fix bug #901 (LDAPS support)
8818
8819 2006-04-24 [colin]      2.1.1cvs29
8820
8821         * src/compose.c
8822                 Fix logic on error with send dialog on
8823         * src/imap.c
8824                 Fix compilation without libetpan, thanks
8825                 to Fabien
8826         * src/summaryview.c
8827                 Fix 'context-menu' key
8828
8829 2006-04-23 [colin]      2.1.1cvs28
8830
8831         * src/folder.c
8832                 Never free current's cache to free up 
8833                 memory. Fixes bug #912 (new count 
8834                 randomly set to message count)
8835
8836 2006-04-23 [colin]      2.1.1cvs27
8837
8838         * src/gtk/quicksearch.c
8839                 And remove printf...
8840
8841 2006-04-23 [colin]      2.1.1cvs26
8842
8843         * src/gtk/quicksearch.c
8844                 Fix replacing in quicksearch, and fix inserting
8845                 in the middle of the string. (introduced at 2.1.0cvs22)
8846
8847 2006-04-23 [colin]      2.1.1cvs25
8848
8849         * src/imap.c
8850                 Make sure uidnext is initialized in get_num_list
8851                 (not for stable, related to 2.1.1cvs8 and friends)
8852
8853 2006-04-23 [colin]      2.1.1cvs24
8854
8855         * src/imap.c
8856                 Output something when login is successful
8857                 too
8858
8859 2006-04-23 [colin]      2.1.1cvs23
8860
8861         * src/etpan/imap-thread.c
8862                 Better logging (line-per-line, hide data in fetch)
8863                 Fix a const warning
8864         * src/gtk/logwindow.c
8865         * src/gtk/logwindow.h
8866                 Better logging (color for input/output)
8867
8868 2006-04-21 [colin]      2.1.1cvs22
8869
8870         * src/gtk/quicksearch.c
8871                 On gtk+-2.8, use stock buttons in quicksearch
8872                 Based on a patch by Fabien and a design by Paul
8873
8874 2006-04-21 [colin]      2.1.1cvs21
8875
8876         * src/folderview.c
8877         * src/mainwindow.c
8878                 Fix occasional flicker in folderview
8879         * src/common/utils.c
8880                 Fix bug #943 (Incorrectly parsed email address 
8881                 list in short headers on message view and in 
8882                 printouts)
8883
8884 2006-04-20 [colin]      2.1.1cvs20
8885
8886         * src/imap.c
8887         * src/imap.h
8888         * src/prefs_account.c
8889                 Add ANONYMOUS auth for IMAP
8890
8891 2006-04-20 [paul]       2.1.1cvs19
8892
8893         * src/main.c
8894                 proper fix for 2.1.1cvs18
8895                 Thanks to Colin
8896
8897 2006-04-20 [paul]       2.1.1cvs18
8898
8899         * src/main.c
8900                 fix build warnings
8901
8902 2006-04-20 [paul]       2.1.1cvs17
8903
8904         * src/gtk/quicksearch.c
8905                 fix standard, non-extended Quick search,
8906                 was broken in 2.1.1cvs15.
8907                 Thanks to Colin.
8908
8909 2006-04-20 [colin]      2.1.1cvs16
8910
8911         * src/prefs_matcher.c
8912                 Fix values when reselecting a ~test
8913                 rule
8914
8915 2006-04-19 [colin]      2.1.1cvs15
8916
8917         * src/compose.c
8918         * src/compose.h
8919         * src/gtk/gtkaspell.c
8920         * src/gtk/gtkaspell.h
8921                 Put back Options menu in Spelling/
8922         * src/gtk/quicksearch.c
8923                 Don't search, and show error, if the
8924                 advanced search has a syntax error
8925
8926 2006-04-18 [colin]      2.1.1cvs14
8927
8928         * src/textview.c
8929                 Fix gdk warnings on set_cursor when textview
8930                 isn't visible
8931
8932 2006-04-18 [colin]      2.1.1cvs13
8933
8934         * src/gtk/gtksctree.c
8935                 Remove seemingly useless refresh that causes
8936                 flicker - watch this commit in case of 
8937                 problems before planned backport to stable
8938
8939 2006-04-18 [colin]      2.1.1cvs12
8940
8941         * src/imap.c
8942                 Factorize get/set_xml code
8943         * src/compose.c
8944         * src/prefs_account.c
8945         * src/prefs_account.h
8946         * src/procmsg.c
8947                 Add Encrypt to self option
8948
8949 2006-04-17 [colin]      2.1.1cvs11
8950
8951         * configure.ac
8952                 Fix search on encrpyt function on dragonfly
8953                 Patch by Jonathan Buschmann <jonthn@agmact.com>
8954
8955 2006-04-17 [colin]      2.1.1cvs10
8956
8957         * src/prefs_account.c
8958                 Be safe by default: remove mails from POP3
8959                 after 7 days, not immediately
8960
8961 2006-04-17 [colin]      2.1.1cvs9
8962
8963         * src/etpan/imap-thread.c
8964                 Fix build on DragonFly - patch by 
8965                 Jonathan Buschmann <jonthn@agmact.com>
8966
8967 2006-04-17 [colin]      2.1.1cvs8
8968
8969         * src/imap.c
8970                 Save uidnext between sessions
8971
8972 2006-04-17 [colin]      2.1.1cvs7
8973
8974         * src/imap.c
8975                 scan is required when uid validity changes
8976
8977 2006-04-17 [colin]      2.1.1cvs6
8978
8979         * src/folderview.c
8980                 Don't scan if not necessary, apart in current
8981                 folder and INBOX to fetch flags.
8982         * src/imap.c
8983                 Scan is necessary if unread count changes
8984
8985 2006-04-17 [colin]      2.1.1cvs5
8986
8987         * src/imap.c
8988                 ...But always fetch ANSWERED and DELETED flags for
8989                 INBOX, as filtering can happen on these flags.
8990
8991 2006-04-17 [colin]      2.1.1cvs4
8992
8993         * src/imap.c
8994                 Don't fetch REPLIED and DELETED flags when synchronising
8995                 flags with a closed folder. We only need UNSEEN and FLAGGED
8996                 to update the folderview.
8997
8998 2006-04-17 [colin]      2.1.1cvs3
8999
9000         * src/imap.c
9001                 Faster flag search when there are new mails 
9002                 in a folder. We can do a full search if the 
9003                 folder contains less messages than the new
9004                 list.
9005
9006 2006-04-17 [colin]      2.1.1cvs2
9007
9008         * po/cs.po
9009         * po/de.po
9010         * po/fr.po
9011         * po/nl.po
9012         * po/pt_BR.po
9013                 Update translations from stable branch
9014
9015 2006-04-17 [colin]      2.1.1cvs1
9016
9017         * configure.ac
9018                 Bump version to follow stable release
9019
9020 2006-04-16 [mones]      2.1.0cvs50
9021
9022         * po/es.po
9023                 Updated for release
9024
9025 2006-04-16 [colin]      2.1.0cvs49
9026
9027         * src/textview.c
9028                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
9029                 with gtk < 2.8. Thanks to Fabien Vantard.
9030
9031 2006-04-15 [colin]      2.1.0cvs48
9032
9033         * src/etpan/imap-thread.c
9034                 Fix bug #919 (libetpan: SEGV when connecting 
9035                 using command)
9036
9037 2006-04-14 [colin]      2.1.0cvs47
9038
9039         * src/main.c
9040                 Fix race on --select (should be done better)
9041
9042 2006-04-14 [wwp]        2.1.0cvs46
9043
9044         * src/send_message.c
9045                 enforce a check for domain in account prefs (a sending
9046                 error could be faced if domain was checked but no value set),
9047                 thanks to Colin.
9048
9049 2006-04-14 [colin]      2.1.0cvs45
9050
9051         * src/codeconv.c
9052                 when converting from unknown to unknown, if the
9053                 string is UTF8, don't convert it to the locale
9054                 (which breaks it)
9055
9056 2006-04-14 [colin]      2.1.0cvs44
9057
9058         * src/compose.c
9059                 Don't try to use ASCII for converting headers
9060                 (as done in body)
9061
9062 2006-04-14 [paul]       2.1.0cvs43
9063
9064         * src/crash.c
9065                 add locale/charset info to crash report
9066         * src/gtk/about.c
9067                 add wwp to doc team
9068                 replace 'e-mail' with preferred 'email'
9069         * src/gtk/authors.h
9070                 ensure contributors list is in alphabetical
9071                 order
9072
9073 2006-04-13 [colin]      2.1.0cvs42
9074
9075         * src/textview.c
9076                 Prevent gdk warnings
9077
9078 2006-04-13 [colin]      2.1.0cvs41
9079
9080         * src/common/ssl_certificate.c
9081         * src/common/ssl_certificate.h
9082         * src/gtk/sslcertwindow.c
9083                 Warn on expired certs, and display the expiration date
9084
9085 2006-04-13 [colin]      2.1.0cvs40
9086
9087         * src/plugins/spamassassin/spamassassin_gtk.c
9088                 Fix missing set_text on unix socket
9089
9090 2006-04-13 [wwp]        2.1.0cvs39
9091
9092         * manual/fr/advanced.xml
9093         * manual/fr/glossary.xml
9094                 applied new spam/ham/email lexicon (pourriel, courriel)
9095
9096 2006-04-13 [paul]       2.1.0cvs38
9097
9098         * src/plugins/pgpmime/plugin.c
9099                 remove the mention of S/MIME from the
9100                 description. This is now handled by the
9101                 S/MIME plugin.
9102
9103 2006-04-13 [paul]       2.1.0cvs37
9104
9105         * src/prefs_msg_colors.c
9106                 rework dialog
9107         * src/prefs_folder_item.c
9108         * src/prefs_spelling.c
9109                 add a tooltip to the colour selector buttons
9110
9111 2006-04-13 [wwp]        2.1.0cvs36
9112
9113         * manual/advanced.xml
9114         * manual/glossary.xml
9115         * manual/handling.xml
9116         * manual/keyboard.xml
9117         * manual/plugins.xml
9118         * manual/starting.xml
9119         * manual/fr/account.xml
9120         * manual/fr/ack.xml
9121         * manual/fr/addrbook.xml
9122         * manual/fr/advanced.xml
9123         * manual/fr/faq.xml
9124         * manual/fr/glossary.xml
9125         * manual/fr/gpl.xml
9126         * manual/fr/handling.xml
9127         * manual/fr/intro.xml
9128         * manual/fr/keyboard.xml
9129         * manual/fr/plugins.xml
9130         * manual/fr/starting.xml
9131         * manual/fr/sylpheed-claws-manual.xml
9132                 fixes to the manuals:
9133                  - summaryview -> Message List (same in French)
9134                  - translate key names
9135                  - fix French punctuation, use non-breakable spaces when
9136                    necessary, don't use &thinsp; which is not portable
9137                  - tell what maildir and mbox formats we support
9138
9139 2006-04-12 [wwp]        2.1.0cvs35
9140
9141         * src/prefs_toolbar.c
9142                 unified a replace button more,
9143                 patch by Fabien Vantard <fzzzzz@gmail.com>.
9144
9145 2006-04-12 [wwp]        2.1.0cvs34
9146
9147         * src/prefs_common.c
9148         * src/prefs_msg_colors.c
9149                 make default color labels translatable,
9150                 patch from Fabien Vantard <fzzzzz@gmail.com>,
9151                 thanks to Tim <timbrain@post.cz> for reporting.
9152
9153 2006-04-12 [wwp]        2.1.0cvs33
9154
9155         * manual/glossary.xml
9156         * manual/intro.xml
9157         * manual/plugins.xml
9158         * manual/starting.xml
9159         * manual/sylpheed-claws-manual.xml
9160         * manual/fr/.cvsignore
9161         * manual/fr/account.xml
9162         * manual/fr/ack.xml
9163         * manual/fr/addrbook.xml
9164         * manual/fr/advanced.xml
9165         * manual/fr/faq.xml
9166         * manual/fr/glossary.xml
9167         * manual/fr/handling.xml
9168         * manual/fr/intro.xml
9169         * manual/fr/keyboard.xml
9170         * manual/fr/plugins.xml
9171         * manual/fr/starting.xml
9172         * manual/fr/sylpheed-claws-manual.xml
9173                 various fixes: typos, missing .fr translations, punctuation,
9174                 capitalization, links, accents and some bad French more.
9175
9176 2006-04-12 [wwp]        2.1.0cvs32
9177
9178         * src/prefs_gtk.c
9179                 fix for bug #935: always store prefs files in UTF-8 (thanks
9180                 to Colin).
9181
9182 2006-04-11 [colin]      2.1.0cvs31
9183
9184         * src/compose.c
9185                 Fix inserting files not in utf8 when locale is utf8
9186
9187 2006-04-11 [colin]      2.1.0cvs30
9188
9189         * src/inc.c
9190                 Don't show error dialog when cancelling connection
9191                 Patch by Pawel
9192
9193 2006-04-11 [cleroy]     2.1.0cvs29
9194
9195         * src/compose.c
9196                 Implement multiple quote levels
9197         * src/prefs_common.c
9198                 Change a little bit the quote bgcolor for 2nd level
9199
9200 2006-04-11 [colin]      2.1.0cvs28
9201
9202         * src/gtk/about.c
9203                 Add locale and charset in the label
9204
9205 2006-04-10 [colin]      2.1.0cvs27
9206
9207         * src/compose.c
9208         * src/prefs_common.c
9209         * src/prefs_common.h
9210         * src/prefs_msg_colors.c
9211         * src/textview.c
9212                 Allow optional background color in quotes
9213                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
9214                 GTK+-2.8.x feature
9215
9216 2006-04-10 [colin]      2.1.0cvs26
9217
9218         * src/main.c
9219         * src/mainwindow.c
9220         * src/mainwindow.h
9221                 Implement --select
9222
9223 2006-04-10 [colin]      2.1.0cvs25
9224
9225         * manual/plugins.xml
9226         * manual/fr/plugins.xml
9227                 Document libcurl's proxy variables
9228
9229 2006-04-09 [colin]      2.1.0cvs24
9230
9231         * src/prefs_common.c
9232                 gettext() returns statically allocated stuff. We have
9233                 to strdup it in order to be able to free it.
9234
9235 2006-04-09 [colin]      2.1.0cvs23
9236
9237         * AUTHORS
9238         * src/gtk/authors.h
9239                 Add Alexei
9240
9241 2006-04-09 [colin]      2.1.0cvs22
9242
9243         * src/mainwindow.c
9244         * src/gtk/quicksearch.c
9245                 Fix bug #859 (problems with cyrilic input in 
9246                 search panel) - Patch by Alexey Illarionov 
9247                 <littlesavage@rambler.ru>
9248
9249 2006-04-09 [colin]      2.1.0cvs21
9250
9251         * src/prefs_customheader.c
9252                 I prefer removing then freeing rather than the contrary
9253                 (even if it doesn't change anything ;-)
9254         * src/prefs_account.c
9255                 Fix bug #933 (Crash re-entering the custom headers list 
9256                 dialog in accounts prefs)
9257                 The problem happened when cancelling the Account 
9258                 Preferences' dialogs - in which case we didn't do 
9259                 anything to the PrefsAccount * struct. In case of applying,
9260                 the old ac_prefs was replaced with the tmp_ac_prefs we were
9261                 working with in this dialog. The problem is that 
9262                 prefs_customheader.c, working on this tmp_ac_prefs, always
9263                 changes the ->customhdr_list pointer, even when cancelled. 
9264                 So in case of cancelling the prefs_account dialog, we still
9265                 have to update ->customhdr_list in the real account.
9266
9267 2006-04-08 [colin]      2.1.0cvs20
9268
9269         * manual/fr/glossary.xml
9270         * manual/fr/keyboard.xml
9271                 Forgot some headers :)
9272
9273 2006-04-08 [colin]      2.1.0cvs19
9274
9275         * manual/Makefile.am
9276         * manual/fr/Makefile.am
9277         * manual/fr/account.xml
9278         * manual/fr/ack.xml
9279         * manual/fr/addrbook.xml
9280         * manual/fr/advanced.xml
9281         * manual/fr/faq.xml
9282         * manual/fr/glossary.xml
9283         * manual/fr/gpl.xml
9284         * manual/fr/handling.xml
9285         * manual/fr/intro.xml
9286         * manual/fr/keyboard.xml
9287         * manual/fr/plugins.xml
9288         * manual/fr/starting.xml
9289         * manual/fr/sylpheed-claws-manual.xml
9290         * manual/fr/dist/.cvsignore
9291         * manual/fr/dist/Makefile.am
9292         * manual/fr/dist/html/.cvsignore
9293         * manual/fr/dist/html/Makefile.am
9294         * manual/fr/dist/pdf/.cvsignore
9295         * manual/fr/dist/pdf/Makefile.am
9296         * manual/fr/dist/ps/.cvsignore
9297         * manual/fr/dist/ps/Makefile.am
9298         * manual/fr/dist/txt/.cvsignore
9299         * manual/fr/dist/txt/Makefile.am
9300                 Add the french translation of the manual. Thanks to
9301                 Olivier Delhomme <olivier.delhomme@free.fr> for 
9302                 account.xml, ack.xml, addrbook.xml and advanced.xml
9303
9304 2006-04-08 [colin]      2.1.0cvs18
9305
9306         * manual/plugins.xml
9307         * manual/starting.xml
9308                 More fixes
9309
9310 2006-04-07 [colin]      2.1.0cvs17
9311
9312         * manual/faq.xml
9313         * manual/intro.xml
9314         * manual/keyboard.xml
9315                 Little fixes
9316
9317 2006-04-07 [colin]      2.1.0cvs16
9318
9319         * README
9320         * src/compose.c
9321         * src/prefs_common.c
9322         * src/prefs_common.h
9323                 Add hidden compose_no_markup pref
9324
9325 2006-04-07 [wwp]        2.1.0cvs15
9326
9327         * src/summary_search.c
9328         * .cvsignore
9329                 Bugfix: stop button was sticky when searching in an empty folder.
9330                 Applied curly brackets code style to the whole file (summary_search.c).
9331                 More files to ignore.
9332
9333 2006-04-07 [wwp]        2.1.0cvs14
9334
9335         * src/message_search.c
9336         * src/summary_search.c
9337                 changed default button when search bumps at file/folder
9338                 beginning or end, for convenience (thanks to Colin).
9339
9340 2006-04-07 [paul]       2.1.0cvs13
9341
9342         * src/plugins/dillo_viewer/dillo_prefs.c
9343                 avoid future potential for namespace collision
9344                 Patch by Colin
9345
9346 2006-04-06 [wwp]        2.1.0cvs12
9347
9348         * src/summary_search.c
9349                 Unify extended/advanced searches names (and thus factorize labels),
9350                 patch by Fabien Vantard <fzzzzz@gmail.com>.
9351
9352 2006-04-06 [wwp]        2.1.0cvs11
9353
9354         * src/folderview.c
9355         * src/prefs_themes.c
9356         * src/summaryview.c
9357                 Fixed some compilation warnings.
9358
9359 2006-04-06 [colin]      2.1.0cvs10
9360
9361         * manual/advanced.xml
9362                 Document the wizard template and how to deploy
9363                 Sylpheed-Claws effectively
9364
9365 2006-04-06 [colin]      2.1.0cvs9
9366
9367         * src/folderview.c
9368                 gettext patch to tell translators about _("#"),
9369                 by Maxim Britov
9370
9371 2006-04-06 [colin]      2.1.0cvs8
9372
9373         * src/textview.c
9374                 Fix invalid GtkTextBIter after clicking "Display as text"
9375
9376 2006-04-06 [mones]      2.1.0cvs7
9377
9378         * src/addr_compl.c
9379         * src/addrindex.c
9380         * src/addritem.c
9381         * src/codeconv.c
9382         * src/compose.c
9383         * src/filtering.c
9384         * src/folder.c
9385         * src/folder_item_prefs.c
9386         * src/folderview.c
9387         * src/localfolder.c
9388         * src/matcher.c
9389         * src/mimeview.c
9390         * src/prefs_msg_colors.c
9391         * src/prefs_spelling.c
9392         * src/prefs_themes.c
9393         * src/procmime.c
9394         * src/procmsg.c
9395         * src/stock_pixmap.c
9396         * src/summaryview.c
9397         * src/textview.c
9398         * src/toolbar.c
9399         * src/common/mgutils.c
9400         * src/common/prefs.c
9401         * src/common/ssl_certificate.c
9402         * src/gtk/colorlabel.c
9403         * src/gtk/quicksearch.c
9404         * src/plugins/pgpmime/pgpmime.c
9405         * src/plugins/spamassassin/spamassassin.c
9406                 Removed redundant NULL checks for g_free() calls.
9407                 Patch by Pawel Pekala.
9408
9409 2006-04-06 [mones]      2.1.0cvs6
9410
9411         * src/prefs_actions.c
9412         * src/prefs_filtering.c
9413         * src/prefs_filtering_action.c
9414         * src/prefs_matcher.c
9415         * src/prefs_template.c
9416         * src/gtk/gtkutils.c
9417         * src/gtk/gtkutils.h
9418                 Have a nice replace button. Patch by Pawel Pekala
9419
9420 2006-04-06 [colin]      2.1.0cvs5
9421
9422         * src/addressbook.c
9423                 Fix crash with empty columns
9424
9425 2006-04-05 [colin]      2.1.0cvs4
9426
9427         * src/wizard.c
9428         * src/prefs_gtk.c
9429                 Allow wizard customization with pre-filled values
9430
9431 2006-04-05 [colin]      2.1.0cvs3
9432
9433         * src/textview.c
9434         * src/mimeview.c
9435         * src/mimeview.h
9436                 Nicer messages in mimeview
9437
9438 2006-04-05 [colin]      2.1.0cvs2
9439
9440         * src/addressbook.c
9441         * src/prefs_summaries.c
9442                 i18n fix
9443
9444 2006-04-05 [colin]      2.1.0cvs1
9445
9446         * src/plugins/pgpcore/plugin.c
9447         * src/plugins/pgpcore/select-keys.c
9448         * src/plugins/pgpcore/select-keys.h
9449         * src/plugins/pgpcore/sgpgme.c
9450         * src/plugins/pgpcore/sgpgme.h
9451         * src/plugins/pgpinline/pgpinline.c
9452         * src/plugins/pgpinline/plugin.c
9453         * src/plugins/pgpmime/pgpmime.c
9454         * src/plugins/pgpmime/plugin.c
9455                 Factorize and generalize a bit 
9456                 Drop S/MIME signature verification from PGP/MIME
9457                 (adding it as another, more complete plugin)
9458
9459 2006-04-05 [paul]       2.1.0
9460
9461         2.1.0 released
9462
9463 2006-04-05 [paul]       2.0.0cvs186
9464
9465         * manual/advanced.xml
9466                 add info on colour labels
9467
9468 2006-04-05 [paul]       2.0.0cvs185
9469
9470         * po/bg.po
9471         * po/cs.po
9472         * po/de.po
9473         * po/el.po
9474         * po/en_GB.po
9475         * po/fi.po
9476         * po/fr.po
9477         * po/it.po
9478         * po/nl.po
9479         * po/pl.po
9480         * po/pt_BR.po
9481         * po/sr.po
9482         * po/zh_CN.po
9483                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
9484                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
9485                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
9486                 Guimaraes, Aleksandar Urosevic, Ralgh Young
9487         * src/gtk/authors.h
9488         * tools/claws.i18n.status.pl
9489                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
9490                 and new Czech translator, Tim <timbrain@post.cz>
9491
9492 2006-04-05 [mones]      2.0.0cvs184
9493
9494         * po/es.po
9495                 Updated translation
9496
9497 2006-04-05 [colin]      2.0.0cvs183
9498
9499         * src/gtk/quicksearch.c
9500                 Fix bug #929 (unnecessary reload in quick search bar)
9501
9502 2006-04-05 [colin]      2.0.0cvs182
9503
9504         * src/compose.c
9505                 Fix crash on Reply with no From:
9506                 Show signature and conversion error on queuing 
9507                 (but not sending)
9508         * src/mainwindow.c
9509         * src/summaryview.c
9510         * src/summaryview.h
9511                 Factorize threading code and make sure msginfo 
9512                 is not null when it comes from a GtkCTreeRow's 
9513                 data
9514         * src/gtk/gtkaspell.c
9515                 Check for necessary things
9516         * src/gtk/gtksctree.c
9517         * src/gtk/gtksctree.h
9518                 Reset anchor if necessary when removing node
9519
9520 2006-03-29 [colin]      2.0.0cvs181
9521
9522         * src/folderview.c
9523                 Warn for disabled IMAP accounts (due to lack of
9524                 libetpan). Breaks string-freeze - sorry - but it
9525                 is kind of important ;)
9526
9527 2006-03-28 [colin]      2.0.0cvs180
9528
9529         * src/gtk/gtkutils.c
9530         * src/gtk/gtkutils.h
9531                 Add a gtkut_get_link_btn() function that
9532                 creates a button which acts like an URI
9533         * src/prefs_themes.c
9534         * src/gtk/about.c
9535                 Use this function (factorizes codes)
9536         * src/common/defs.h
9537         * src/gtk/pluginwindow.c
9538                 Add a "Get more..." in the plugins window
9539
9540 2006-03-28 [colin]      2.0.0cvs179
9541
9542         * src/common/smtp.c
9543         * src/common/passcrypt.c
9544         * src/undo.c
9545                 Warning fixes. Patch by Pawel Pekala
9546
9547 2006-03-27 [colin]      2.0.0cvs178
9548
9549         * src/undo.c
9550                 Fix undoing by blocks with spaces
9551
9552 2006-03-27 [colin]      2.0.0cvs177
9553
9554         * src/textview.c
9555                 Set margin to 3px for headers
9556
9557 2006-03-27 [paul]
9558
9559         2.1.0-rc2 released
9560
9561 2006-03-27 [wwp]        2.0.0cvs176
9562
9563         * src/summaryview.c
9564                 don't reset quicksearch when updating the message list.
9565                 Thanks to Colin.
9566
9567 2006-03-26 [wwp]        2.0.0cvs175
9568
9569         * src/compose.c
9570                 use a unified border width ('other' tab in the compose window,
9571                 patch by Pawel Pekala).
9572
9573
9574 2006-03-26 [wwp]        2.0.0cvs174
9575
9576         * src/common/quoted-printable.c
9577         * src/addressbook.c
9578                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
9579
9580 2006-03-26 [colin]      2.0.0cvs173
9581
9582         * src/quote_fmt_parse.y
9583                 Fix non-UTF8 date formats messing up the whole quote a 
9584                 little bit
9585
9586 2006-03-26 [colin]      2.0.0cvs172
9587
9588         * src/procheader.c
9589                 Make sure the date is UTF8 valid, or try to make it
9590                 so. IncrediMail is really IncrediStupid.
9591         * src/compose.c
9592                 Fix possible conversions. 
9593                 
9594
9595 2006-03-26 [colin]      2.0.0cvs171
9596
9597         * src/matcher.c
9598                 Fix corner cases in body search. This is still a
9599                 hack... It seems impossible to make it good and 
9600                 reasonably fast at the same time.
9601
9602 2006-03-26 [colin]      2.0.0cvs170
9603
9604         * src/summaryview.c
9605                 I think I killed the twilight zone bug!
9606                 summary_select_node() flushes GTK events in order
9607                 to be able to center the view. But this also 
9608                 flushes keypresses like Ctrl-Alt-U, so this can
9609                 call summary_show from summary_select_node (itself
9610                 called from summary_show, etc.). And the summaryview
9611                 has to be unlocked in this function. So just locking
9612                 while processing GTK events, and bailing if locked, 
9613                 should fix it.
9614                 Fixes bug #927 (SIGSEGV during Update Summary)
9615
9616 2006-03-25 [colin]      2.0.0cvs169
9617
9618         * src/matcher.c
9619                 Fix search in QP-encoded bodies
9620                 Fix utf-8 searches in bodies encoded in the
9621                 locale's encoding
9622         * src/common/quoted-printable.c
9623         * src/common/quoted-printable.h
9624                 Add a decode function that doesn't overwrite
9625                 the original pointer
9626                 
9627
9628 2006-03-24 [colin]      2.0.0cvs168
9629
9630         * src/action.c
9631         * src/summaryview.c
9632         * src/summaryview.h
9633                 Update message cache after action
9634                 Patch by H. Merijn Brand
9635         * src/prefs_msg_colors.c
9636                 Factorize label 
9637                 Patch by Fabien Vantard
9638         * src/plugins/spamassassin/spamassassin_gtk.c
9639                 Remove useless translation
9640                 Patch by Fabien Vantard
9641
9642 2006-03-23 [colin]      2.0.0cvs167
9643
9644         * src/common/ssl.c
9645                 Let 30 seconds to SSL_connect
9646
9647 2006-03-23 [wwp]        2.0.0cvs166
9648
9649         * src/summaryview.c
9650         * src/gtk/description_window.c
9651                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
9652                 and headers are translated; adjust description windows' width to fit their
9653                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
9654
9655 2006-03-23 [paul]       2.0.0cvs165
9656
9657         * src/common/utils.c
9658                 fix highlighting of URIs containing "()"
9659                 (2.0.0cvs164's reversal fixed)
9660                 Thanks to Colin.
9661
9662 2006-03-23 [paul]       2.0.0cvs164
9663
9664         * src/common/utils.c
9665                 revert patch, (postponing a fix), at 2.0.0cvs120
9666                 as it breaks more URIs than it fixes.
9667                 Allow '-' to be a terminating character in a URI
9668
9669 2006-03-22 [colin]      2.0.0cvs163
9670
9671         * configure.ac
9672                 Require libetpan 0.45
9673                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
9674
9675 2006-03-22 [paul]       2.0.0cvs162
9676
9677         * src/editgroup.c
9678                 replace '<-' and '->' buttons with GTK_STOCK graphical
9679                 buttons
9680         * src/summary_search.c
9681                 don't offer '...' for translation
9682                 add a tooltip to advanced search '...' button
9683         * src/gtk/quicksearch.c
9684                 don't offer '...' for translation
9685
9686 2006-03-21 [colin]      2.0.0cvs161
9687
9688         * src/compose.c
9689                 Fix middle-click pasting (insert at click
9690                 position instead of cursor position, don't
9691                 remove existing selection and allow pasting
9692                 our own selection)
9693         * src/addressbook.c
9694                 "LDAP Server" -> "LDAP servers"
9695
9696 2006-03-21 [wwp]        2.0.0cvs160
9697
9698         * src/etpan/imap-thread.c
9699                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
9700
9701 2006-03-20 [colin]      2.0.0cvs159
9702
9703         * src/summaryview.c
9704                 Don't reload summaryview after an execute with no
9705                 move action
9706
9707 2006-03-19 [colin]      2.0.0cvs158
9708
9709         * src/addressbook.c
9710                 and put groups at the top, always
9711
9712 2006-03-19 [colin]      2.0.0cvs157
9713
9714         * src/addressbook.c
9715                 Order groups before names, as previously
9716
9717 2006-03-19 [colin]      2.0.0cvs156
9718
9719         * src/addressbook.c
9720                 - Sort case-unsensitive
9721                 - Put the sort arrow at opening too
9722
9723 2006-03-19 [wwp]        2.0.0cvs155
9724
9725         * src/addressbook.c
9726                 allow sorting by name/email/remarks, ensure that right-pane's contents
9727                 matches the left-pane selection (cleared when appropriate).
9728                 Patch by Pawel Pekala <c0rn@o2.pl>.
9729
9730 2006-03-18 [colin]      2.0.0cvs154
9731
9732         * src/textview.c
9733                 Fix text cursor ;)
9734
9735 2006-03-18 [colin]      2.0.0cvs153
9736
9737         * src/gtk/filesel.c
9738                 Make sure we hide the preview if we didn't get
9739                 a filename
9740
9741 2006-03-18 [colin]      2.0.0cvs152
9742
9743         * src/summaryview.c
9744                 Set cursor to watch for execution (fixes lack
9745                 of watch-cursor when dnd'ing hundreds of mails)
9746         * src/gtk/filesel.c
9747                 Check that mime type is 'image/*' before updating
9748                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
9749
9750 2006-03-18 [colin]      2.0.0cvs151
9751
9752         * src/mainwindow.c
9753         * src/textview.c
9754         * src/textview.h
9755                 Put a watch cursor in textview too when the mainwindow's
9756                 cursor in a watch
9757
9758 2006-03-18 [colin]      2.0.0cvs150
9759
9760         * src/folder.c
9761                 Change wrong asserts to simple tests
9762
9763 2006-03-17 [colin]      2.0.0cvs149
9764
9765         * src/mainwindow.c
9766         * src/mainwindow.h
9767         * src/prefs_msg_colors.c
9768         * src/summaryview.c
9769         * src/summaryview.h
9770         * src/gtk/colorlabel.c
9771         * src/gtk/colorlabel.h
9772                 Add a color label menu in the main menubar
9773                 Add (fixed) accels Ctrl-{0-7} to change the color
9774                 They have to be fixed because the menu's dynamic,
9775                 the items are complex widgets, hence we can't use
9776                 a GtkItemFactory.
9777
9778
9779 2006-03-17 [wwp]        2.0.0cvs148
9780
9781         * src/compose.c
9782                 rollback few lines from my previous commit (those lines come from
9783                 a pending patch, accidentally commited, even if neutral as they are
9784                 commented out).
9785
9786 2006-03-17 [wwp]        2.0.0cvs147
9787
9788         * src/compose.c
9789                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
9790                 applied code style/indentation to the modified function.
9791
9792 2006-03-17 [wwp]        2.0.0cvs146
9793
9794         * src/procmsg.c
9795         * src/compose.c
9796                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
9797
9798 2006-03-17 [paul]
9799
9800         2.1.0-rc1 released
9801
9802 2006-03-17 [paul]       2.0.0cvs145
9803
9804         * src/main.c
9805                 addressbook_read_file() was called twice
9806         * src/textview.c
9807                 X-Mailer highlighting
9808
9809 2006-03-16 [colin]      2.0.0cvs144
9810
9811         * src/sourcewindow.c
9812         * src/sourcewindow.h
9813                 And the last one, in source window.
9814
9815 2006-03-16 [colin]      2.0.0cvs143
9816
9817         * src/compose.c
9818         * src/compose.h
9819                 Fix the same stuff in compose
9820
9821 2006-03-16 [colin]      2.0.0cvs142
9822
9823         * src/messageview.c
9824                 Complete the previous messageview crash fix
9825
9826 2006-03-16 [colin]      2.0.0cvs141
9827
9828         * src/procmsg.h
9829         * src/procmsg.c
9830         * src/folder.c
9831                 Fix POSTPROCESSING hook
9832                 Patch by H. Merijn Brand
9833
9834         * src/procmime.c
9835         * src/procmime.h
9836                 Parse Content-Location
9837
9838         * src/toolbar.c
9839         * src/messageview.c
9840         * src/messageview.h
9841                 Don't crash when a top-level MessageView has
9842                 been closed on us. Same problematic than
9843                 yesterday's quicksearch issue.
9844
9845 2006-03-15 [colin]      2.0.0cvs140
9846
9847         * src/gtk/quicksearch.c
9848                 Fix a bitchy race we didn't think about when we
9849                 added quicksearch cancellation:
9850                 If the search is not on cached fields, for example
9851                 body_part matchcase "stuff"
9852                 the matcher code has to get the whole message. If
9853                 we're on IMAP, that can be slow, and in order to
9854                 be non-blocking, the IMAP code idle loop processes
9855                 gtk events too. So it is possible to cancel a
9856                 quicksearch while the matcher is getting the mail's
9857                 body. After matcher got its body, it will start to
9858                 iterate over the matcher list that the Quicksearch's
9859                 clear_search_cb() just freed via prepare_matcher().
9860                 SIGSEGV ensues.
9861                 The fix consists of guarding the matcherlist_match()
9862                 call with a boolean 'matching'. If we reset the
9863                 quicksearch while matching is TRUE, we don't free
9864                 the matcherlist anymore like we did, but we set
9865                 another new flag, deferred_free, to TRUE. Then,
9866                 in quicksearch_match(), just after returning from
9867                 matcherlist_match() and unsetting the matching flag,
9868                 we check the deferred_free flag and do the
9869                 prepare_matcher() (which does the matcherlist_free)
9870                 for real, so we free the matcherlist once it's not
9871                 used anymore.
9872                 As all of this runs via the glib main loop, we
9873                 luckily don't need a mutex.
9874         * src/summaryview.c
9875                 Also, show progress while searching.
9876
9877
9878 2006-03-14 [colin]      2.0.0cvs139
9879
9880         * src/alertpanel.c
9881                 Make alertpanel_is_open non-static
9882
9883 2006-03-14 [colin]      2.0.0cvs138
9884
9885         * src/prefs_spelling.c
9886                 Cleanups - Fabien Vantard
9887
9888 2006-03-14 [wwp]        2.0.0cvs137
9889
9890         * src/main.c
9891                 code style normalization (curly braces, indentation).
9892
9893 2006-03-14 [wwp]        2.0.0cvs137
9894
9895         * src/main.c
9896                 code style (braces, indentation)
9897
9898 2006-03-12 [paul]       2.0.0cvs136
9899
9900         * src/prefs_common.c
9901                 trans_hdr defaults to FALSE to be RFC-savvy
9902         * src/prefs_summaries.c
9903                 add a tooltip to the trans_hdr option
9904                 
9905
9906 2006-03-12 [paul]       2.0.0cvs135
9907
9908         * src/prefs_matcher.c
9909                 give a little more width to the combos
9910         * src/prefs_display_header.c
9911         * src/textview.c
9912                 translate headers if prefs_common.trans_hdr
9913                 is TRUE
9914
9915         Patches by Pawel Pekala
9916
9917 2006-03-12 [paul]       2.0.0cvs134
9918
9919         * src/plugins/clamav/clamav_plugin.c
9920         * src/plugins/dillo_viewer/dillo_viewer.c
9921         * src/plugins/pgpcore/plugin.c
9922         * src/plugins/pgpinline/plugin.c
9923         * src/plugins/pgpmime/plugin.c
9924         * src/plugins/spamassassin/spamassassin.c
9925                 update/add to descriptions
9926         * src/plugins/spamassassin/spamassassin_gtk.c
9927                 fixes to the english, remove superfluous
9928                 tooltips, clean up a little
9929
9930 2006-03-12 [paul]       2.0.0cvs133
9931
9932         * src/compose.c
9933                 fix Bug 924, 'Account combo box shows up wrong 
9934                 if & is in account name'
9935
9936 2006-03-11 [colin]      2.0.0cvs132
9937
9938         * src/summaryview.c
9939                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
9940                 messed up shift-selection because is slows down
9941                 moving around summaryview. thanks -users
9942
9943 2006-03-10 [colin]      2.0.0cvs131
9944
9945         * src/plugins/spamassassin/spamassassin_gtk.c
9946                 Put back Paul's engrish fixes
9947
9948 2006-03-10 [colin]      2.0.0cvs130
9949
9950         * src/plugins/spamassassin/spamassassin.c
9951         * src/plugins/spamassassin/spamassassin.h
9952         * src/plugins/spamassassin/spamassassin_gtk.c
9953                 Cleanup SA prefs page (more)
9954                 Patch by Fabien Vantard
9955
9956 2006-03-10 [paul]       2.0.0cvs129
9957
9958         * src/prefs_msg_colors.c
9959         * src/prefs_spelling.c
9960                 widget sensitivity
9961
9962 2006-03-09 [mones]      2.0.0cvs128
9963
9964         * po/es.po
9965                 Update for next RC
9966
9967 2006-03-09 [wwp]        2.0.0cvs127
9968
9969         * configure.ac
9970                 revert accidental commit (requirement for libetpan 0.43), this time
9971                 not in HEAD.
9972
9973 2006-03-09 [wwp]        2.0.0cvs125
9974
9975         * configure.ac
9976                 revert accidental commit (requirement for libetpan 0.43)
9977
9978 2006-03-09 [paul]       2.0.0cvs126
9979
9980         * src/prefs_receive.c
9981                 remove useless frame
9982                 replace 'incorporation' with 'receiving'
9983         * src/plugins/clamav/clamav_plugin_gtk.c
9984         * src/plugins/spamassassin/spamassassin_gtk.c
9985                 improve widget sensitivity
9986                 fix a bit his engrish
9987
9988 2006-03-09 [wwp]        2.0.0cvs125
9989
9990         * src/addressadd.c
9991         * src/foldersel.c
9992         * src/prefs_common.c
9993         * src/prefs_common.h
9994                 remember some more windows' sizes (add to addressbook and
9995                 select folder).
9996
9997 2006-03-09 [paul]       2.0.0cvs124
9998
9999         * src/plugins/pgpcore/prefs_gpg.c
10000                 normalise construction of dialogue
10001
10002 2006-03-09 [paul]       2.0.0cvs123
10003
10004         * src/plugins/trayicon/Makefile.am
10005                 add missing slash
10006
10007 2006-03-08 [colin]      2.0.0cvs122
10008
10009         * src/plugins/trayicon/Makefile.am
10010                 Fix build in separate dir 
10011                 Patch by Bamanzi <bamanzi@gmail.com>
10012
10013 2006-03-08 [colin]      2.0.0cvs121
10014
10015         * src/procmsg.c
10016                 Batch move and copies from summaryview with delayed execution
10017                 too
10018
10019 2006-03-07 [paul]       2.0.0cvs120
10020
10021         * src/common/utils.c
10022                 fix highlighting of URIs containing "()"
10023                 Patch by Pawel Pekala
10024
10025 2006-03-07 [paul]       2.0.0cvs119
10026
10027         * src/folder.c
10028         * src/folder.h
10029         * src/folderview.c
10030                 immediately do alphabetical resort when
10031                 changing a folder's name
10032                 Patch by Pawel Pekala
10033
10034 2006-03-07 [paul]       2.0.0cvs118
10035
10036         * src/news.c
10037         * src/news_gtk.c
10038                 when unsubscribing a newsgroup, remove the
10039                 folder and msgs in .sylpheed-claws/newscache
10040                 Patch by Pawel Pekala <c0rn@gazeta.pl>
10041
10042 2006-03-07 [paul]       2.0.0cvs117
10043
10044         * src/textview.c
10045                 fix wrong Fake URL Warning
10046                 Thanks to Hiro
10047
10048 2006-03-07 [colin]      2.0.0cvs116
10049
10050         * src/imap.c
10051                 Return immediately when password dialog was
10052                 cancelled
10053         * src/gtk/inputdialog.c
10054                 Allow empty strings for passwords
10055
10056
10057 2006-03-06 [colin]      2.0.0cvs115
10058
10059         * src/imap.c
10060                 Prevent double-timeouts when connection fails
10061
10062 2006-03-06 [colin]
10063
10064         2.0.1-rc1 released
10065
10066 2006-03-06 [colin]      2.0.0cvs114
10067
10068         * src/imap.c
10069                 Refresh session during potentially long
10070                 operations
10071
10072 2006-03-06 [wwp]        2.0.0cvs113
10073
10074         * src/prefs_msg_colors.h
10075                 forgot that one (custom color labels).
10076
10077 2006-03-06 [wwp]        2.0.0cvs112
10078
10079         * src/prefs_common.c
10080         * src/prefs_common.h
10081         * src/prefs_msg_colors.c
10082         * src/summaryview.c
10083         * src/summaryview.h
10084         * src/gtk/colorlabel.c
10085         * src/gtk/colorlabel.h
10086                 colors in messages list are now customizable. Color values and names can
10087                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
10088                 Thanks to Paul and Colin for their help with this longstanding patch!
10089
10090 2006-03-06 [wwp]        2.0.0cvs111
10091
10092         * src/textview.c
10093                 don't crash if (x)face is bad.
10094
10095 2006-03-05 [paul]       2.0.0cvs110
10096
10097         * AUTHORS
10098         * configure.ac
10099         * src/Makefile.am
10100         * src/common/Makefile.am
10101         * src/common/utils.h
10102         * src/etpan/imap-thread.c
10103         * src/gtk/authors.h
10104         * src/plugins/clamav/Makefile.am
10105         * src/plugins/demo/Makefile.am
10106         * src/plugins/dillo_viewer/Makefile.am
10107         * src/plugins/pgpcore/Makefile.am
10108         * src/plugins/pgpcore/passphrase.c
10109         * src/plugins/pgpinline/Makefile.am
10110         * src/plugins/pgpmime/Makefile.am
10111         * src/plugins/spamassassin/Makefile.am
10112         * src/plugins/trayicon/Makefile.am
10113                 fix builiding on cygwin
10114                 Patch by Ralgh Young <bamanzi@gmail.com>
10115
10116 2006-03-04 [wwp]        2.0.0cvs109
10117
10118         * manual/keyboard.xml
10119                 fix mixed up/down keys.
10120
10121 2006-03-04 [wwp]        2.0.0cvs108
10122
10123         * README
10124         * INSTALL
10125                 updated links to SpamAssassin.
10126
10127 2006-03-04 [wwp]        2.0.0cvs107
10128
10129         * manual/plugins.xml
10130         * src/plugins/spamassassin/README
10131                 updated SpamAssassin plugin docs to reflect new functional additions
10132                 (also fix/update/documents few technical stuff more, see the README).
10133
10134 2006-03-04 [wwp]        2.0.0cvs106
10135
10136         * src/prefs_message.c
10137                 normalized capitalization of message-prefs paths.
10138
10139 2006-03-04 [wwp]        2.0.0cvs105
10140
10141         * manual/advanced.xml
10142                 typo.
10143
10144 2006-03-03 [colin]      2.0.0cvs104
10145
10146         * src/plugins/clamav/clamav_plugin_gtk.c
10147                 Rework prefs page, patch by Fabien 
10148
10149 2006-03-03 [colin]      2.0.0cvs103
10150
10151         * src/plugins/clamav/clamav_plugin.c
10152                 Set error on all errors
10153
10154 2006-03-03 [colin]      2.0.0cvs102
10155
10156         * src/common/plugin.c
10157                 Initialize error to avoid crashing when a plugin fails
10158                 without setting error
10159
10160 2006-03-02 [wwp]        2.0.0cvs101
10161
10162         * configure.ac
10163                 fixed linker flags for libetpan support on Cygwin
10164                 (thanks to H.Merijn Brand).
10165
10166 2006-03-02 [wwp]        2.0.0cvs100
10167
10168         * src/addressbook.c
10169                 fix some AB error messages: one for punctuation and
10170                 one wrongly duplicate (thanks, maxbritov).
10171
10172 2006-03-02 [wwp]        2.0.0cvs99
10173
10174         * src/plugins/spamassassin/spamassassin.c
10175                 make sync calls to sa-learn/spamc to prevent
10176                 system (whatever local or client/server) overload.
10177
10178 2006-03-02 [colin]      2.0.0cvs98
10179
10180         * src/summaryview.c
10181                 Put the spam icon in the status column instead of the
10182                 mark one
10183
10184 2006-03-01 [colin]      2.0.0cvs97
10185
10186         * src/plugins/spamassassin/spamassassin.c
10187                 Fix segfault (g_file_set_contents fails for some 
10188                 reason and err==0x2f. Can't find out why with
10189                 valgrind, using working function :-)
10190
10191 2006-03-01 [colin]      2.0.0cvs96
10192
10193         * src/inc.c
10194                 Offline overriding: let 'No' be cached only 3 seconds
10195
10196 2006-03-01 [colin]      2.0.0cvs95
10197
10198         * src/addr_compl.c
10199         * src/addrbook.c
10200         * src/addressbook.c
10201         * src/addrindex.c
10202         * src/folder_item_prefs.c
10203         * src/headerview.c
10204         * src/imap.c
10205         * src/inc.c
10206         * src/ldif.c
10207         * src/mainwindow.c
10208         * src/mh.c
10209         * src/msgcache.c
10210         * src/prefs_common.h
10211         * src/prefs_msg_colors.c
10212         * src/procheader.c
10213         * src/procheader.h
10214         * src/procmime.c
10215         * src/procmsg.c
10216         * src/procmsg.h
10217         * src/send_message.h
10218         * src/simple-gettext.c
10219         * src/summaryview.c
10220         * src/summaryview.h
10221         * src/syldap.c
10222         * src/textview.c
10223         * src/undo.c
10224         * src/common/ssl_certificate.c
10225         * src/common/utils.c
10226         * src/gtk/colorsel.c
10227         * src/gtk/gtksctree.c
10228         * src/gtk/gtkshruler.c
10229         * src/plugins/trayicon/trayicon.c
10230                 #if 0 goes to /dev/null
10231
10232 2006-03-01 [colin]      2.0.0cvs94
10233
10234         * src/compose.c
10235         * src/imap.c
10236         * src/inc.c
10237         * src/inc.h
10238         * src/messageview.c
10239         * src/news.c
10240         * src/plugins/spamassassin/spamassassin.c
10241                 Allow to add information in the "working offline"
10242                 window
10243
10244 2006-03-01 [wwp]        2.0.0cvs93
10245
10246         * src/plugins/spamassassin/spamassassin.c
10247                 fixed spamc invocation: use a tricky temporary mini shell wrapper
10248                 'cause it seems that calling `spamc ... < inputfile` with
10249                 g_spawn_(a)sync simply.. erm doesn't work :-).
10250
10251 2006-03-01 [wwp]        2.0.0cvs92
10252
10253         * src/toolbar.c
10254         * src/toolbar.h
10255                 simplify the adding of spam/ham button to the messageview toolbar
10256                 (it gets more clear now that the same button will be "Mark as spam"
10257                 or "Mark as ham" according to the current message status,
10258                 thanks to Colin).
10259
10260 2006-03-01 [wwp]        2.0.0cvs91
10261
10262         * src/messageview.c
10263         * src/procmsg.c
10264         * src/procmsg.h
10265         * src/summaryview.c
10266         * src/plugins/spamassassin/spamassassin.c
10267         * src/plugins/spamassassin/spamassassin.h
10268                 make learner callbacks return a status (0 for ok),
10269                 handle it in main code to avoid setting flags when learning failed,
10270                 don't learn on TCP if offline in spamassassin,
10271                 thanks to Colin.
10272
10273                 
10274
10275 2006-03-01 [wwp]        2.0.0cvs90
10276
10277         * src/compose.c
10278                 some work around the compose window's account menu,
10279                 patch by Fabien Vantard.
10280
10281 2006-03-01 [wwp]        2.0.0cvs89
10282
10283         * src/plugins/spamassassin/spamassassin.c
10284                 fixed bad logics, was using spamc in local mode and sa-learn
10285                 in remote mode (thanks, Colin).
10286
10287 2006-03-01 [wwp]        2.0.0cvs88
10288
10289         * src/plugins/spamassassin/spamassassin.c
10290         * src/plugins/spamassassin/spamassassin.h
10291         * src/plugins/spamassassin/spamassassin_gtk.c
10292                 made processing of emails w/ sa-plugin an option (default is TRUE),
10293                 fixed Engrish some tooltips, capitalization of some debug messages
10294                 and warnings. The spamassassin plugin now provides two separate
10295                 services: process emails upon incorporation and spamd training.
10296                 Both services (un)register independently but use some common
10297                 plugin settings (transport settings, spam storage location).
10298
10299 2006-02-28 [wwp]        2.0.0cvs87
10300
10301         * src/plugins/spamassassin/spamassassin.c
10302                 fix async flag to spamc cmdline execution (batch exec should
10303                 be asynchronous).
10304
10305 2006-02-27 [wwp]        2.0.0cvs86
10306
10307         * src/plugins/spamassassin/spamassassin.c
10308         * src/plugins/spamassassin/spamassassin.h
10309         * src/plugins/spamassassin/spamassassin_gtk.c
10310                 - added the ability to learn a remote spamassassin server (spamd),
10311                 using spamc.
10312                 - added the spamassassin option 'username', that applies to all
10313                 spamassassin operations (filtering, learning, local or remote).
10314                 The default username is the current unix user (if left blank
10315                 from gtk prefs or config file).
10316                 - commented out some unused code (notebook widget), removed unused
10317                 layout (hbox1).
10318                 - make more widgets sensitive to the transport type.
10319
10320 2006-02-27 [colin]      2.0.0cvs85
10321
10322         * src/plugins/spamassassin/spamassassin.c
10323                 Fix sa-learn call when offline
10324
10325 2006-02-27 [colin]      2.0.0cvs84
10326
10327         * configure.ac
10328         * src/Makefile.am
10329         * src/mainwindow.c
10330         * src/mainwindow.h
10331         * src/messageview.c
10332         * src/messageview.h
10333         * src/prefs_toolbar.c
10334         * src/procmsg.c
10335         * src/stock_pixmap.c
10336         * src/stock_pixmap.h
10337         * src/summaryview.c
10338         * src/toolbar.c
10339         * src/toolbar.h
10340         * src/pixmaps/ham_btn.xpm
10341         * src/pixmaps/spam.xpm
10342         * src/pixmaps/spam_btn.xpm
10343         * src/plugins/spamassassin/spamassassin.c
10344                 Add button in toolbar for spam learning
10345                 Fix a few bugs from the last related commit
10346                 Revert 1.9.6cvs23 which messed up shift-selection
10347
10348 2006-02-24 [colin]      2.0.0cvs83
10349
10350         * src/procmsg.c
10351         * src/summaryview.c
10352         * src/summaryview.h
10353         * src/plugins/spamassassin/spamassassin.c
10354         * src/plugins/spamassassin/spamassassin.h
10355         * src/plugins/spamassassin/spamassassin_gtk.c
10356                 Unregister learner when spamassassin is either
10357                 disabled or over tcp
10358
10359 2006-02-24 [colin]      2.0.0cvs82
10360
10361         * src/Makefile.am
10362         * src/mainwindow.c
10363         * src/mainwindow.h
10364         * src/procmsg.c
10365         * src/procmsg.h
10366         * src/stock_pixmap.c
10367         * src/stock_pixmap.h
10368         * src/summaryview.c
10369         * src/summaryview.h
10370         * src/gtk/icon_legend.c
10371         * src/pixmaps/spam.xpm  ** NEW FILE **
10372         * src/plugins/spamassassin/spamassassin.c
10373         * src/plugins/spamassassin/spamassassin_gtk.c
10374                 Add spam learning interface (Mark/Mark as 
10375                 (spam|ham) menus)
10376
10377 2006-02-24 [wwp]        2.0.0cvs81
10378
10379         * src/compose.c
10380         * src/compose.h
10381         * src/filtering.c
10382                 hide compose window when sending message in batch mode
10383                 (filtering: forward and redirect). Also fixed a wrong
10384                 value returned when sending failed, neutral anyway.
10385                 (Colin, me) 
10386
10387 2006-02-24 [wwp]        2.0.0cvs80
10388
10389         * src/mainwindow.c
10390                 use GTK+'s stock quit button. Patch by Fabien Vantard.
10391
10392 2006-02-24 [paul]       2.0.0cvs79
10393
10394         * src/news.c
10395         * src/news.h
10396         * src/news_gtk.c
10397                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
10398                 Thanks to Colin
10399
10400 2006-02-23 [colin]      2.0.0cvs78
10401
10402         * src/alertpanel.c
10403                 Change OK to Close in alertpanel with View log
10404                 button; add accel to View log. Patch by Fabien
10405                 Vantard
10406
10407 2006-02-23 [wwp]        2.0.0cvs77
10408
10409         * src/compose.c
10410                 silly me, there were much more tests to perform, since toolbars can
10411                 really have down to 1 element only.
10412
10413 2006-02-23 [wwp]        2.0.0cvs76
10414
10415         * commitHelper
10416                 fixed indentation from my previous commit. Fallback to VISUAL if
10417                 EDITOR is not set (and to vi, at last resort).
10418
10419 2006-02-23 [wwp]        2.0.0cvs75
10420
10421         * commitHelper
10422                 improved error detection (Colin, me).
10423
10424 2006-02-23 [wwp]        2.0.0cvs74
10425
10426         * src/prefs_toolbar.c
10427                 simplify and fix prefs/toolbars layouting. Combos' contents can
10428                 now be really displayed.
10429
10430 2006-02-23 [wwp]        2.0.0cvs73
10431         simplifies and fix prefs/toolbars layouting. Combos' contents can now
10432         be really displayed.
10433
10434 2006-02-22 [wwp]        2.0.0cvs72
10435
10436         * src/compose.c
10437                 fix a typo in my previous commit (sorry!).
10438
10439 2006-02-22 [wwp]        2.0.0cvs71
10440
10441         * src/prefs_toolbar.c
10442                 fix a crash when adding separators to toolbars,
10443                 also fix some separator item information.
10444
10445 2006-02-22 [wwp]        2.0.0cvs70
10446
10447         * src/compose.c
10448                 fix a crash when redirecting (for instance) when compose window's
10449                 toolbar contents has been customized (when some buttons have been
10450                 removed in fact).
10451
10452 2006-02-21 [wwp]        2.0.0cvs69
10453
10454         * src/summaryview.c
10455         * src/gtk/pluginwindow.c
10456         * src/plugins/pgpcore/prefs_gpg.c
10457                 fix some compilation warnings (feat. remains of removed code).
10458
10459 2006-02-21 [wwp]        2.0.0cvs68
10460
10461         * src/gtk/gtkutils.c
10462                 fix two compilation issues, thanks to Stephan Sachse.
10463
10464 2006-02-20 [colin]      2.0.0cvs67
10465
10466         * src/mainwindow.c
10467                 Don't reselect displayed mail on refocus
10468                 This fixes actions misbehaving 
10469
10470 2006-02-20 [wwp]        2.0.0cvs66
10471
10472         * src/summaryview.c
10473         * src/gtk/gtksctree.c
10474         * src/gtk/gtkshruler.c
10475                 changed more runtime typecast checks.
10476
10477 2006-02-20 [wwp]        2.0.0cvs65
10478
10479         * src/summary_search.c
10480                 find all - summaryview refresh issue fixed, thanks to Colin.
10481
10482 2006-02-20 [wwp]        2.0.0cvs64
10483
10484         * src/gtk/gtkutils.c
10485                 better runtime typecast checks.
10486
10487 2006-02-20 [wwp]        2.0.0cvs63
10488
10489         * src/summary_search.c
10490                 enhancements to the summary search:
10491                         - add the ability to stop the running search
10492                           (upon ESC-key press, new Stop button or when Clear button is pressed)
10493                         - don't search if no criteria (From/To/Subject/Body) is set
10494                         - ensure that a busy mouse pointer is always shown when searching,
10495                           show it even a bit earlier
10496
10497 2006-02-19 [colin]      2.0.0cvs62
10498
10499         * src/compose.c
10500         * src/imap.c
10501         * src/etpan/imap-thread.c
10502         * src/etpan/imap-thread.h
10503                 (Future) IMAP speed improvement on sending
10504                 Will require a libetpan update
10505         * src/summaryview.c
10506         * src/gtk/quicksearch.c
10507                 Make quicksearch clearable while running.
10508
10509 2006-02-17 [colin]      2.0.0cvs61
10510
10511         * src/imap.c
10512         * src/etpan/imap-thread.c
10513         * src/etpan/imap-thread.h
10514                 Check for IMAP certificates
10515                 ** Requires libetpan-0.42-cvs4 
10516                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
10517
10518 2006-02-17 [colin]      2.0.0cvs60
10519
10520         * src/messageview.c
10521         * src/prefs_common.c
10522         * src/prefs_common.h
10523         * src/prefs_message.c
10524                 Add pref to display HTML-only mails with plugin, 
10525                 if possible (defaulting to FALSE of course).
10526
10527 2006-02-16 [colin]      2.0.0cvs59
10528
10529         * src/main.c
10530         * src/common/plugin.c
10531         * src/common/plugin.h
10532         * src/gtk/pluginwindow.c
10533                 Keep track of requested (but unloaded) plugins
10534                 in some error cases.
10535
10536 2006-02-16 [wwp]        2.0.0cvs58
10537
10538         * src/gtk/gtkaspell.c
10539         * src/gtk/gtkaspell.h
10540         * src/prefs_spelling.c
10541         * src/compose.c
10542         * src/prefs_common.c
10543         * src/prefs_common.h
10544                 implemented new optional spellchecker behaviour: re-check message when
10545                 dictionary got changed (from compose-window/context-menu/Change dictionary).
10546
10547 2006-02-16 [wwp]        2.0.0cvs57
10548
10549         * src/quote_fmt_parse.y
10550                 pclose popen'ed pipe.
10551
10552 2006-02-15 [colin]      2.0.0cvs56
10553
10554         * src/mimeview.c
10555         * src/mimeview.h
10556                 Let MimeViewers know which MimeView they
10557                 depend of.
10558         * src/summaryview.c
10559                 Swap From/To columns in Sent/Queue/Drafts
10560                 folders
10561         * src/etpan/imap-thread.c
10562                 Use mailstream_low_tls_open() for STARTTLS
10563                 instead of mailstream_low_ssl_open()
10564                 ** REQUIRES libetpan 0.42cvs3 **
10565
10566 2006-02-15 [wwp]        2.0.0cvs55
10567
10568         * src/compose.c
10569         * src/compose.h
10570         * src/message_search.c
10571         * src/message_search.h
10572         * src/textview.c
10573         * src/gtk/gtkutils.c
10574         * src/gtk/gtkutils.h
10575                 added the ability to Find text in the compose window (and a bit
10576                 of code factorization).
10577
10578 2006-02-15 [wwp]        2.0.0cvs54
10579
10580         * src/prefs_gtk.c
10581                 yet another one file was missing (fix for some widgets' sensitivity).
10582                 Thanks Colin!
10583
10584 2006-02-15 [wwp]        2.0.0cvs53
10585
10586         * src/prefs_gtk.h
10587                 oops forgot that file (fix for some widgets' sensitivity).
10588
10589 2006-02-15 [wwp]        2.0.0cvs52
10590
10591         * src/summary_search.c
10592                 implemented advanced summary search options (added the ability
10593                 to use matcher conditions in an advanced search mode).
10594
10595 2006-02-15 [wwp]        2.0.0cvs51
10596
10597         * src/plugins/pgpcore/prefs_gpg.c
10598         * src/prefs_account.c
10599                 fix some widget sensitivity, mostly around some labels in
10600                 account prefs.
10601
10602 2006-02-15 [paul]       2.0.0cvs50
10603
10604         * manual/advanced.xml
10605                 improve Templates info
10606                 written by wwp
10607
10608 2006-02-14 [colin]      2.0.0cvs49
10609
10610         * src/pixmaps/address_book.xpm
10611         * src/pixmaps/preferences.xpm
10612         * src/pixmaps/properties.xpm
10613                 Fix pixmap size - patch by Fabien Vantard
10614
10615 2006-02-13 [colin]      2.0.0cvs48
10616
10617         * src/procmime.c
10618                 Add missing fclose()s on error
10619         * src/textview.c
10620                 Remove unused code
10621         * src/common/utils.c
10622                 Fix temp files not being deleted on windows
10623         Patches by Thomas Gilgin
10624
10625 2006-02-13 [colin]      2.0.0cvs47
10626
10627         * src/mainwindow.c
10628                 Fix exit crash
10629
10630 2006-02-13 [wwp]        2.0.0cvs46
10631
10632         * src/plugins/pgpcore/prefs_gpg.c
10633                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
10634
10635 2006-02-12 [colin]      2.0.0cvs45
10636
10637         * src/folderview.c
10638         * src/main.c
10639         * src/mainwindow.c
10640                 Fix "stuff" when quitting
10641
10642 2006-02-12 [wwp]        2.0.0cvs44
10643
10644         * src/prefs_themes.c
10645                 fix typos in debug messages.
10646
10647 2006-02-11 [colin]      2.0.0cvs43
10648
10649         * src/summaryview.c
10650                 don't allow drag/drop from ourself
10651
10652 2006-02-10 [wwp]        2.0.0cvs42
10653
10654         * src/exporthtml.c
10655         * src/html.c
10656         * src/html.h
10657         * src/procmime.c
10658         * src/textview.c
10659                 renamed html_ prefixed functions and data structures to avoid
10660                 namespace clashes w/ other software (gtkhtml2 for instance).
10661                 Closes bug #907.
10662
10663
10664 2006-02-09 [colin]      2.0.0cvs41
10665
10666         * src/summaryview.c
10667                 Fix shitty logic messed up. Thanks Ticho for the hint!
10668
10669 2006-02-09 [wwp]        2.0.0cvs40
10670
10671         * src/gtk/about.c
10672         * src/compose.c
10673         * src/prefs_account.c
10674         * src/prefs_gtk.h
10675         * src/editaddress.c
10676                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
10677                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
10678                 Browse buttons in accounts prefs.
10679
10680 2006-02-09 [colin]      2.0.0cvs39
10681
10682         * src/matcher.c
10683                 Check for pointer before using its members
10684         * src/gtk/gtksourceprintjob.c
10685                 Fix a wrong warning
10686
10687 2006-02-09 [wwp]        2.0.0cvs38
10688
10689         * src/gtk/filesel.c
10690                 fix few compiler warnings (type mismatch).
10691
10692 2006-02-09 [paul]       2.0.0cvs37
10693
10694         * po/fr.po
10695                 updated by Fabien Vantard
10696
10697 2006-02-08 [colin]      2.0.0cvs36
10698
10699         * src/prefs_common.c
10700         * src/common/defs.h
10701         * src/common/plugin.c
10702                 allow windows and linux configurations to coexist
10703                 patch by Thomas Gilgin
10704
10705 2006-02-08 [colin]      2.0.0cvs35
10706
10707         * src/filtering.c
10708         * src/matcher.c
10709         * src/matcher.h
10710         * src/matcher_parser_parse.y
10711         * src/prefs_filtering_action.c
10712         * src/prefs_matcher.c
10713                 Add the "Ignore thread" filtering
10714                 action
10715
10716 2006-02-08 [colin]      2.0.0cvs34
10717
10718         * src/compose.c
10719         * src/procmime.c
10720         * src/procmime.h
10721                 Fix bug #905 (damaged attachment)
10722                 text files with raw \0's aren't really text files
10723         FOR_STABLE
10724
10725 2006-02-08 [colin]      2.0.0cvs33
10726
10727         * src/summaryview.c
10728                 Fix crasher introduced yesterday
10729
10730 2006-02-08 [wwp]        2.0.0cvs32
10731
10732         * src/compose.c
10733         * src/compose.h
10734                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
10735
10736 2006-02-08 [wwp]        2.0.0cvs31
10737
10738         * src/prefs_template.c
10739                 templates enhancement: allow address completion for Cc and Bcc fields
10740                 (it was currently possible for the To field only)
10741
10742 2006-02-08 [colin]      2.0.0cvs30
10743
10744         * src/compose.c
10745                 Don't unblock if not blocked
10746         FOR_STABLE
10747
10748 2006-02-07 [colin]      2.0.0cvs29
10749
10750         * src/action.c
10751                 Forgot to refresh summaryview
10752
10753 2006-02-07 [colin]      2.0.0cvs28
10754
10755         * src/action.c
10756                 Freeze/thaw message list and folder list while
10757                 processing %as{} actions 
10758         * src/compose.c
10759                 Fix auto-wrap disabling after a middle-click
10760                 paste - FOR_STABLE
10761
10762 2006-02-07 [paul]       2.0.0cvs27
10763
10764         * src/folder.c
10765                 fix freeing of uninitialised pointers
10766                 Thanks to Colin
10767
10768 2006-02-06 [colin]      2.0.0cvs26
10769
10770         * src/folder.c
10771                 Use g_slist_prepend in potentially big list
10772
10773 2006-02-06 [colin]      2.0.0cvs25
10774
10775         * src/folder.c
10776                 Completely skip processing if it doesn't 
10777                 exist (faster!)
10778
10779 2006-02-06 [colin]      2.0.0cvs24
10780
10781         * src/folder.c
10782         * src/summaryview.c
10783                 Batch filtering in summaryview (from Tools menu)
10784                 and pre/post//-processing too
10785
10786 2006-02-06 [colin]      2.0.0cvs23
10787
10788         * src/procmsg.h
10789         * src/filtering.c
10790                 Use a special field for batch filtering instead
10791                 of stepping on deferred execution's toes
10792
10793 2006-02-06 [colin]      2.0.0cvs22
10794
10795         * src/action.c
10796         * src/filtering.c
10797         * src/filtering.h
10798         * src/folder.c
10799         * src/summaryview.c
10800                 Fix filtering via menus and actions
10801
10802 2006-02-06 [colin]      2.0.0cvs21
10803
10804         * src/imap.c
10805                 Put the added file directly to cache if possible (will work
10806                 with next libetpan)
10807         * src/filtering.c
10808         * src/filtering.h
10809         * src/inc.c
10810         * src/folder.c
10811         * src/mbox.c
10812         * src/procmsg.h
10813                 Move and copy filtered messages by batches instead of one
10814                 by one - faster on IMAP
10815         * src/procmsg.c
10816                 Add a function that'll possibly be useful later
10817
10818 2006-02-06 [colin]      2.0.0cvs20
10819
10820         * src/addressbook.c
10821                 Use internal mime-type instead of text/plain for d'n'd
10822         * src/compose.c
10823                 Allow attaching files from mimeview's icon list via d'n'd
10824         * src/folderview.c
10825         * src/folderview.h
10826                 Use internal mime-type instead of text/plain for d'n'd
10827                 Don't try to selected opened folder if none is
10828                 Factorize d'n'd from other apps code
10829         * src/headerview.c
10830         * src/textview.c
10831         * src/gtk/gtkutils.c
10832         * src/gtk/gtkutils.h
10833                 Factorize Face/X-Face stuff
10834         * src/mimeview.c
10835                 Fix d'n'd to other apps
10836         * src/prefs_message.c
10837                 Let the XFace pref be usable without libcompface as it also
10838                 applies to Face
10839         * src/summaryview.c
10840                 Fix d'n'd to other apps
10841                 Factorize d'n'd from other apps code
10842
10843 2006-02-06 [wwp]        2.0.0cvs19
10844
10845         * po/it.po
10846                 Italian translation fixes by Andrea Spadaccini (no more confusion
10847                 between filtering and processing, and few changes in the About
10848                 dialog).
10849
10850
10851 2006-02-06 [mones]      2.0.0cvs18
10852
10853         * src/gtk/icon_legend.c
10854                 Improved descriptions allowing better translations
10855
10856 2006-02-05 [colin]      2.0.0cvs17
10857
10858         * src/imap.c
10859                 Add the f*cking missing expunge that caused imap_fetch_env
10860                 to fail after an add_msgs ! :-///
10861         * src/etpan/imap-thread.c
10862                 Add a bit of debug
10863         FOR_STABLE
10864
10865 2006-02-05 [colin]      2.0.0cvs16
10866
10867         * src/common/utils.c
10868                 Don't check for return-path (or we can't put
10869                 back non-sent mails)
10870
10871 2006-02-05 [colin]      2.0.0cvs15
10872
10873         * src/textview.c
10874                 Don't try to display Face header in textview
10875                 when teh headerview's active
10876
10877 2006-02-05 [colin]      2.0.0cvs14
10878
10879         * tools/tbird2syl.py
10880         * tools/Makefile.am
10881                 Add script to import Thunderbird mails
10882
10883 2006-02-05 [colin]      2.0.0cvs13
10884
10885         * src/headerview.c
10886         * src/procheader.c
10887         * src/procmsg.c
10888         * src/procmsg.h
10889         * src/textview.c
10890                 Show Face headers - patch partially by Klaus Flittner
10891
10892 2006-02-05 [colin]      2.0.0cvs12
10893
10894         * src/folderview.c
10895         * src/summaryview.c
10896         * src/common/utils.c
10897         * src/common/utils.h
10898                 Let dnd work from mime icons to summaryview
10899                 and to folderview too
10900                 Add a crude test to avoid trying to add files
10901                 drag'n'dropped when they're not mails
10902
10903 2006-02-04 [colin]      2.0.0cvs11
10904
10905         * src/summaryview.c
10906         * src/mimeview.c
10907                 Fix utf8 conversion
10908
10909 2006-02-04 [colin]      2.0.0cvs10
10910
10911         * src/compose.c
10912         * src/folderview.c
10913         * src/mimeview.c
10914         * src/summaryview.c
10915         * src/summaryview.h
10916                 Added various drag and drop capas:
10917                 From                    To
10918                 summaryview             other apps
10919                 mimeview icons          other apps
10920                 other apps              summaryview
10921                 other apps              folderview
10922
10923                 This shouldn't have broken the existing:
10924                 From                    To
10925                 summaryview             folderview
10926                 folderview              folderview
10927                 summaryview             compose's attachments
10928
10929         Tests welcomed.
10930
10931 2006-02-02 [paul]       2.0.0cvs9
10932
10933         * src/mainwindow.c
10934                 move global option 'Set displayed columns...' out
10935                 of folder option grouping.
10936                 fix sensitivity of 'harvest addresses'
10937         FOR_STABLE
10938
10939 2006-02-01 [colin]      2.0.0cvs8
10940
10941         * src/mimeview.c
10942                 Revert the alertpanel patch, it sucks (intrusive
10943                 and gets in the way of "open")
10944
10945 2006-02-01 [colin]      2.0.0cvs7
10946
10947         * src/compose.c
10948         * src/prefs_account.c
10949         * src/prefs_common.c
10950         * src/common/defs.h
10951         * src/common/utils.c
10952         * src/common/utils.h
10953                 Add ability to edit the signature file
10954                 from the account preferences, and use
10955                 a default for the text editor.
10956                 Patch by Fabien Vantard
10957
10958 2006-02-01 [colin]      2.0.0cvs6
10959
10960         * src/mimeview.c
10961                 Try to get mime type by extension if it is
10962                 application/octet-stream
10963                 Display a window with possible choices when
10964                 encountering unknown mime types
10965         * src/gtk/filesel.c
10966         * src/gtk/filesel.h
10967                 Add preview
10968                 Allow multiple selection in filtered filesel
10969                 (patch by Fabien Vantard)
10970         * src/gtk/pluginwindow.c
10971                 Use it (patch by Fabien Vantard)
10972
10973 2006-02-01 [paul]       2.0.0cvs5
10974
10975         * src/jpilot.c
10976                 fix crash on creating jpilot address book
10977                 Thanks to Colin - FOR_STABLE
10978         * src/prefs_summaries.c
10979         * src/prefs_wrapping.c
10980         * src/gtk/icon_legend.c
10981         * src/gtk/quicksearch.c
10982                 string fixes and additions
10983
10984 2006-02-01 [paul]       2.0.0cvs4
10985
10986         * src/compose.c
10987         * src/mainwindow.c
10988         * src/messageview.c
10989         * src/prefs_send.c
10990                 add Arabic encoding option
10991                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
10992
10993 2006-01-31 [colin]      2.0.0cvs3
10994
10995         * src/plugins/pgpcore/passphrase.c
10996                 Convert passphrase to locale encoding
10997         * src/compose.c
10998                 Fix drafting on IMAP. Crappy bug sneaked in
10999                 the release :-/
11000         FOR_STABLE
11001
11002 2006-01-30 [paul]       2.0.0cvs2
11003
11004         * src/gtk/icon_legend.c
11005                 show the new entries
11006
11007 2006-01-30 [colin]      2.0.0cvs1
11008
11009         * src/manual.c
11010                 Check for the file to be present before 
11011                 enabling the menu - FOR_STABLE
11012         * src/gtk/icon_legend.c
11013                 Add folders icons (not all of them, there
11014                 are too much, but the most intriguing ones)
11015
11016 2006-01-30 [paul]       2.0.0
11017
11018         version 2.0.0 released
11019
11020 [For previous entries, see ChangeLog.pre2.0.0]