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