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