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