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