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