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