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