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