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