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