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