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