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