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