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