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