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