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