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