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