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