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