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