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