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