* src/mimeview.c
[claws.git] / ChangeLog.claws
1 2002-07-22 [christoph]  0.7.8claws96
2
3         * src/mimeview.c
4                 fix memory leak caused by wrong g_dirname usage
5
6 2002-07-22 [christoph]  0.7.8claws95
7
8         * src/summaryview.c
9                 update new and unread message counts for summaryview
10                 summaryview does not get it from the folder anymore
11                 and has to update the values itself
12
13 2002-07-22 [melvin]     0.7.8claws94
14
15         * po/fr.po
16                 Updated French translations.
17
18 2002-07-22 [christoph]  0.7.8claws93
19
20         * src/matcher.c
21                 set prop->preg pointer to NULL or following check
22                 will not fail and regexec will be called with
23                 invalid pointer
24
25 2002-07-21 [alfons]     0.7.8claws92
26         
27         * src/prefs_common.[ch]
28                 remove option "Send return receipt on request"
29
30 2002-07-21 [thorsten]   0.7.8claws91
31
32         * src/mimeview.c
33                 fixed memleaks, coding style as pointed out by alfons
34
35 2002-07-21 [alfons]     0.7.8claws90
36
37         * src/messageview.c
38         * src/noticeview.[ch]
39                 o fix bug notice view being displayed when going to empty folder 
40                   (noticed by Christoph)
41                 o allow RRR to be sent when restarting sylpheed, or changing folder 
42                   (noticed by Thorsten)
43
44 2002-07-21 [thorsten]   0.7.8claws89
45
46         * src/mimeview.c
47                 Included save_all patch from Xaview FACQ
48                 added support for pathnames
49
50 2002-07-21 [alfons]     0.7.8claws88
51
52         * po/POTFILES.in
53         * src/Makefile.am
54         * src/mainwindow.c
55         * src/messageview.[ch]
56         * src/noticeview.c      ** NEW FILE **
57         * src/noticeview.h      ** NEW FILE **
58                 make return receipts work again
59                 (UI idea by Leandro Pereira)
60
61 2002-07-21 [paul]       0.7.8claws87
62
63         * src/summaryview.c
64                 fix sensitivity of 'Select thread'
65
66 2002-07-21 [paul]       0.7.8claws86
67
68         * src/prefs_common.c
69                 add browser command line for Galeon
70
71 2002-07-21 [paul]       0.7.8claws85
72
73         * Makefile.am
74                 fix 'EXTRA_DIST': remove README.README, add TODO
75                 and TODO.claws
76
77 2002-07-21 [alfons]     0.7.8claws84
78
79         * src/gtkstext.c
80                 make enter clear selection
81                 (closes "[ 579888 ] Editor selection/entry error"
82                 reported by Steve Lamb)
83
84 2002-07-21 [alfons]     0.7.8claws83
85         
86         * src/summaryview.c
87                 sort message list when selecting unthread messages
88                 (closes "[ 501593 ] switching threaded view doesn't sort"
89                 reported by Simon Schubert)
90
91 2002-07-20 [alfons]     0.7.8claws82
92         
93         * src/matcher.c
94                 const-correctness
95
96 2002-07-20 [thorsten]   0.7.8claws81
97
98         * src/matcher.c
99                 Fixed expansion of empty fields in matchactions
100
101 2002-07-19 [melvin]     0.7.8claws80
102
103         * src/gtkspell.c
104                 Removed a duplicate menu entry (fast mode) introduced during
105                 the new cache merge
106                 Added a menu separator between 'Use alternate' and 'Fast mode'
107
108 2002-07-19 [paul]       0.7.8claws79
109
110         * tools/Makefile.am
111           tools/README
112                 correct typos
113
114 2002-07-19 [thorsten]   0.7.8claws78
115
116         * tools/calypso_convert.pl      ** NEW FILE **
117           tools/README
118           tools/Makefile.am
119                 script to import mbox files exported
120                 by calypso
121                 o generates folder structure
122                 o includes attachments
123
124 2002-07-19 [melvin]     0.7.8claws77
125
126         * src/selective_download.[ch]
127                 Fixed bug where closing the dialog with the window manager's
128                 close button will not unlock the summary
129                 Corrected some function declarations that missed a return value
130                 Made the source code comply better with coding style.
131         * src/prefs_common.c
132                 Added new browser command line for Mozilla.
133
134 2002-07-18 [paul]       0.7.8claws76
135
136         * src/mainwindow.c
137           src/selective_download.[ch]
138                 reflect theme changes, fix Gdk Warning when creating 
139                 pixmap from NULL window, and minor clean up.
140                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
141
142         * po/en_GB.po
143                 updated
144
145 2002-07-17 [paul]       0.7.8claws75
146
147         * INSTALL[.jp]
148                 sync with 0.8.0
149         
150         * po/en_GB.po
151                 updated
152
153 2002-07-16 [paul]       0.7.8claws74
154
155         * tools/filter_conv.pl
156           tools/README
157                 replace conversion script with reimplemented version, 
158                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
159
160 2002-07-16 [colin]      0.7.8claws73
161
162         * src/summaryview.c
163                 remove forgotten debug messages - sorry ;-)
164
165 2002-07-16 [colin]      0.7.8claws72
166
167         * src/mimeview.c
168           src/summaryview.c
169           src/textview.c
170           src/textview.h
171                 add the ability to select part of a text mime-part 
172                 to reply.
173
174 2002-07-15 [christoph]  0.7.8claws71
175
176         * src/folder.c
177                 fix folder message count for folders without
178                 msg_is_changed (includes news folders)
179
180 2002-07-15 [martin]     0.7.8claws70
181
182         * src/summaryview.c
183                 option "display recipient on 'From'..." now works
184                 without the need of enabling the option
185                 "display  sender  using  address  book".
186
187 2002-07-15 [christoph]  0.7.8claws69
188
189         * src/summaryview.c
190                 removed setting folder status from summaryview.
191                 folder.c should update all message counts correctly.
192
193 2002-07-15 [paul]       0.7.8claws68
194
195         * po/pt_BR.po
196                 updated by Fabio Junior Beneditto
197
198 2002-07-15 [darko]      0.7.8claws67
199
200         * src/mh.c
201                 Fixed target folder colorization, don't decrease op
202                 number twice
203
204 2002-07-14 [paul]       0.7.8claws66
205
206         * sync with main 0.8.0
207                 see ChangeLog 2002-07-14
208
209 2002-07-13 [melvin]     0.7.8claws65
210         
211         * src/addrbook.c
212         * src/addressbook.c
213         * src/addrindex.c
214                 Replaced sprintf by g_snprintf to prevent possible buffer
215                 overflow.
216         * src/news.c
217                 Corrected a log message output format.
218                 Added a missing "done" debug output.
219         * src/compose.c
220                 Added keyboard accelerator for Priority menu items
221                 Added missing \n in debug output
222         * src/logwindow.c
223         * src/gtkspell.c
224         * src/rfc2015.c
225                 Added missing \n in debug output
226
227 2002-07-13 [paul]       0.7.8claws64
228
229         * man/sylpheed.1
230                 change Sergey's email address to the sf address
231
232         * src/textview.c
233                 increase show_url_timeout (more useful for long
234                 urls)
235
236 2002-07-12 [sergey]     0.7.8claws63
237
238         * src/rfc2015.c
239                 applied (with some modifications) patch to set the
240                 micalg parameter for signatures
241                 (2001-08-28 Werner Koch <wk@gnupg.org>)
242
243 2002-07-12 [sergey]     0.7.8claws62
244
245         * man/Makefile.am
246         * configure.in
247                 fixed man page installation
248
249 2002-07-12 [paul]       0.7.8claws61
250
251         * sync with 0.7.8cvs26
252                 see ChangeLog 2002-07-11 and 2002-07-12
253
254 2002-07-11 [christoph]  0.7.8claws60
255
256         * src/compose.c
257         * src/procmsg.c
258                 first use the message number to find the message
259                 to mark with a reply flag but check the
260                 message-id if we got the correct message, if not
261                 try to find it by message-id.
262                 use new string seperator that is not allowed
263                 in message-ids.
264
265 2002-07-11 [paul]       0.7.8claws59
266
267         * sync with 0.7.8cvs23
268                 see ChangeLog 2002-07-10
269
270 2002-07-10 [christoph]  0.7.8claws58
271
272         * src/folder.[ch]
273         * src/msgcache.[ch]
274                 Added message-id table to the cache in memory
275                 and functions to msgcache.c and folder.c to
276                 fetch MsgInfos by message id
277         * src/compose.c
278         * src/procmsg.c
279                 store folder and message-id of message replying
280                 to in queue header and set reply flag after sending
281                 (Closes bug #469498)
282
283 2002-07-10 [paul]       0.7.8claws57
284
285         * AUTHORS
286           man/sylpheed.1.gz
287                 add Martin to the list of authors
288
289 2002-07-09 [martin]     0.7.8claws56
290         * src/gtksctree.c
291                 Added gtk_ctree_last_visible(), tree_update_level(),
292                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
293                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
294                 from gtk+ to gtksctree.c for the new sorting code
295                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
296                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
297         * src/gtksctree.h
298                 Added declaration for gtk_sctree_sort_recursive() and
299                 gtk_sctree_sort_node
300         * src/addressbook.c
301         * src/foldersel.c
302         * src/folderview.c
303         * src/summaryview.c
304                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
305                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
306
307 2002-07-08 [paul]       0.7.8claws55
308
309         * more sync with 0.7.8cvs21
310                 see ChangeLog 2002-07-08
311
312 2002-07-08 [paul]       0.7.8claws54
313
314         * sync with 0.7.8cvs21
315                 see ChangeLog 2002-07-08
316
317 2002-07-07 [alfons]     0.7.8claws53
318
319         * src/Makefile.am
320         * src/stock_pixmap.[ch]
321         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
322         * src/pixmaps/notice_error.xpm  ** NEW FILE **
323         * src/pixmaps/notice_note.xpm   ** NEW FILE **
324                 add new pixmaps for upcoming notice pane
325
326 2002-07-06 [melvin]     0.7.8claws52
327
328         * src/gtkspell.[ch]
329                 Made them a bit closer to Sylpheed's coding style.
330                 Removed old code.
331                 Removed possible memory leaks when some errors occurs.
332
333 2002-07-06 [melvin]     0.7.8claws51
334
335         * po/Makefile.in.in
336                 Removed --no-location in xgettext command line to help
337                 translators that use Emacs' po-mode
338         * src/quote_fmt.c
339                 Removed unnecessary comments that messed up sylpheed.pot
340
341 2002-07-06 [paul]       0.7.8claws50
342
343         * sync with 0.7.8cvs19
344                 see ChangeLog 2002-07-05
345
346 2002-07-06 [christoph]  0.7.8claws49
347
348         * src/folder.c
349         * src/mainwindow.c
350                 fix folder_item_remove_all_msg and folderview
351                 status for trash folders after emptying trash
352
353 2002-07-05 [paul]       0.7.8claws48
354
355         * sync with 0.7.8cvs16
356                 see ChangeLog 2002-07-04 and 2002-07-05
357
358 2002-07-04 [paul]       0.7.8claws47
359
360         * sync with 0.7.8cvs14
361                 see  ChangeLog 2002-07-04
362
363 2002-07-03 [alfons]     0.7.8claws46
364
365         * src/folder.c
366                 dupe folder item's path because it's being reallocated
367                 by new folder scanning code
368
369 2002-07-03 [christoph]  0.7.8claws45
370
371         * src/imap.c
372                 better IMAP uid fetching using 'FETCH 1:* (UID)'
373         * src/msgcache.c
374                 add missing return in msgcache_write
375
376 2002-07-02 [thorsten]   0.7.8claws44
377
378         * src/jpilot.c
379         * src/msgcache.c
380         * src/rfc2015.c
381                 use binary mode for file access
382
383 2002-07-02 [christoph]  0.7.8claws43
384
385         * major code cleanup (part 1)
386         
387                 - unused variables removed
388                 - unused functions removed
389                 - uninitialized variables checked
390                 - missing return statements added
391                 - missing function return types added
392                 - added parentheses around assignment and
393                   && in || when suggested by gcc
394               
395         * src/mh.c
396         * src/folder.c
397                 replaced direct calls to folder->scan_tree
398                 with folder_scan_tree and restore folder
399                 prefs in this function. The folder should
400                 not have to deal with them.
401                 ( Should now work for all folder types )
402
403 2002-07-02 [paul]       0.7.8claws42
404
405         * sync with 0.7.8cvs13
406                 see ChangeLog 2002-07-01 and 2002-07-02
407
408 2002-07-01 [christoph]  0.7.8claws41
409
410         * src/summaryview.c
411                 fix "goto next/prev unread message" with
412                 ignored threads
413
414 2002-07-01 [paul]       0.7.8claws40
415
416         * po/es.po
417                 updated by Ricardo Mones Lastra
418
419 2002-06-30 [match]      0.7.8claws39
420
421         * src/jpilot.c
422                 applied variation of leonerd's patch (566661) to
423                 allow multiple email addresses per JPilot entry.
424                 addresses may be separated by space, comma, pipe,
425                 semi-colon, new-line.
426
427 2002-06-30 [alfons]     0.7.8claws38
428
429         * src/procmsg.c
430                 simple fix for putting older nodes before
431                 newer nodes when threading by subject
432
433 2002-06-30 [christoph]  0.7.8claws37
434
435         * src/folder.c
436         * src/folderview.c
437         * src/mh.c
438         * src/news.c
439         * src/procmsg.c
440                 fix broken folder tree rescaning
441                 and don't use procmsg_get_mark_sum
442                 anymore
443
444 2002-06-30 [christoph]  0.7.8claws36
445
446         * merge new cache branch
447         * src/imap.c
448                 fix new cache imap copy bug
449         * src/folder.c
450                 improved folder_item_scan
451                 it should now always set the correct
452                 new, unread and total message counts
453
454 2002-06-29 [paul]       0.7.8claws35
455
456         * configure.in
457                 correct syntax error
458
459 2002-06-29 [paul]       0.7.8claws34
460
461         * configure.in
462           Makefile.am
463           man/Makefile.am       ** NEW FILE **
464           man/sylpheed.1.gz     ** NEW FILE **
465                 add Sylpheed man page
466
467 2002-06-29 [paul]       0.7.8claws33
468
469         * po/pt_BR.po
470                 updated by Fabio Junior Beneditto
471
472 2002-06-28 [jens]       0.7.8claws32
473
474         * po/de.po
475                 translation updated
476
477         * src/selective_download.c
478                 removed gettext for space " "
479
480         * src/imap.c
481                 removed wrong space
482
483 2002-06-28 [paul]       0.7.8claws31
484
485         * sync with 0.7.8cvs11
486                 see ChangeLog 2002-06-28
487
488 2002-06-28 [paul]       0.7.8claws30
489
490         * sync with 0.7.8cvs10
491                 see ChangeLog 2002-06-27 and 2002-06-28
492
493 2002-06-26 [paul]       0.7.8claws29
494
495         * src/addrgather.c
496           src/selective_download.c
497                 don't gettextise empty strings.
498                 reserved by gettext. gettext("") returns 
499                 the header entry with meta information, 
500                 not the empty string
501
502         * po/en_GB.po
503                 updated
504
505 2002-06-26 [paul]       0.7.8claws28
506
507         * sync with 0.7.8cvs7
508                 see ChangeLog 2002-06-25
509
510         * src/prefs_common.c
511                 ...and in the process, tweak the gui a little
512
513 2002-06-25 [alfons]     0.7.8claws27
514         
515         * configure.in
516         * src/Makefile.am
517                 fine tune ldap library detection
518
519 2002-06-25 [alfons]     0.7.8claws26
520
521         * src/compose.c
522                 don't allow return receipts when composing a news article
523
524 2002-06-25 [paul]       0.7.8claws25
525
526         * Makefile.am
527                 add '$(AMTAR)' to 'release' section to allow for
528                 new and older autotools
529
530 2002-06-25 [paul]       0.7.8claws24
531
532         * src/summaryview.c
533                 fix "No more unread messages" persistant pop-up
534                 window bug
535
536 2002-06-25 [paul]       0.7.8claws23
537
538         * po/it.po
539                 updated by Alessandro Maestri
540
541 2002-06-25 [paul]       0.7.8claws22
542
543         * sync with 0.7.8cvs6
544                 see ChangeLog 2002-06-25
545
546 2002-06-24 [paul]       0.7.8claws21
547
548         * tools/update-po
549                 add GPL copyright information
550
551 2002-06-24 [paul]       0.7.8claws20
552
553         * tools/Makefile.am
554           tools/README
555           tools/update-po       ** NEW FILE **
556                 add script that eases the creation of *.po files
557                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
558
559 2002-06-23 [alfons]     0.7.8claws19
560
561         * src/messageview.c
562                 make notification_convert_header obey const correctness
563                 (next step will be fixing the broken return receipt)
564
565 2002-06-23 [paul]       0.7.8claws18
566
567         * src/messageview.c
568                 fix bug introduced in last commit:
569                 removed too much code in last commit - put back what's
570                 needed
571
572 2002-06-23 [paul]       0.7.8claws17
573
574         * src/messageview.[ch]
575                 remove code committed in error from locally patched
576                 source
577
578 2002-06-23 [colin]      0.7.8claws16
579
580         * src/compose.[ch]
581                 add compose_entry_select(), used to select the default_to
582                 email address - hopefully avoiding people sending mails to
583                 wrong recipients.
584
585 2002-06-22 [alfons]     0.7.8claws15
586
587         * AUTHORS
588                 add Bram Metsch & Stanislav Karchebny
589         * src/smtp.[ch]
590         * src/prefs_account.[ch]
591         * src/send.c
592                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
593                   options.  (see <http://sourceforge.net/tracker/index.php
594                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
595
596                 - merge Stanislav's fix to make SMTP AUTH work with qmail
597                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
598
599 2002-06-22 [paul]       0.7.8claws14
600
601         * sync with 0.7.8cvs5
602                 see ChangeLog 2002-06-19 and 2002-06-20
603
604 2002-06-22 [alfons]     0.7.8claws13
605
606         * src/selective_download.c
607                 fix a stupid mistake I made
608
609 2002-06-22 [alfons]     0.7.8claws12
610
611         * src/selective_download.[ch]
612                 fix another unnoticed leak; cleanup code
613
614 2002-06-21 [alfons]
615
616         * tools/Makefile.am
617                 gpg-sign <-- gpg-sign-syl
618
619 2002-06-21 [alfons]     0.7.8claws11
620
621         * src/selective_download.c
622         * src/selective_download.h
623                 fix assorted mix of allocation errors (should solve
624                 problem reported by Philippe Gramoullé, see:
625                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
626
627 2002-06-20 [melvin]     0.7.8claws10
628
629         * tools/gpg-sign *REMOVED*
630           tools/gpg-sign-syl *ADDED*
631                 Replaced the gpg clearsigning script with the version using
632                 xterm instead of ssh-askpass and changed its name.
633
634         * README.claws
635                 Updated actions example to reflect the renaming of the
636                 gpg clearsigning script.
637
638 2002-06-19 [paul]       0.7.8claws9
639
640         * sync with 0.7.8claws9
641                 see ChangeLog 2002-06-18 and 2002-06-19
642
643 2002-06-19 [paul]       0.7.8claws8
644
645         * sync with 0.7.8cvs1
646                 see ChangeLog 2002-06-18
647
648 2002-06-18 [alfons]     0.7.8claws7
649
650         * src/mainwindow.h
651                 add omitted prototype
652
653 2002-06-17 [paul]       0.7.8claws6
654
655         * src/mainwindow.c
656                 fix hiding of exec_btn
657
658 2002-06-17 [paul]       0.7.8claws5
659
660         * src/pop.c
661                 remove unneeded code: should_delete() 
662                 and Pop3State::uidl_todelete_list
663
664 2002-06-17 [paul]       0.7.8claws4
665
666         * sync with 0.7.8
667                 see ChangeLog 2002-06-11 and 2002-06-13
668
669 2002-06-16 [alfons]     0.7.8claws3
670         
671         * src/folder.c
672                 make sure lock sort mode (claws specific) is
673                 also persists after a tree rescan
674
675 2002-06-16 [alfons]     0.7.8claws2
676
677         * src/prefs_folder_item.c
678         * src/folder.[ch]
679                 fix persistence of folder sort mode (broken
680                 by adapting Hiro's new folder persistence code)
681
682 2002-06-16 [alfons]     0.7.8claws1
683
684         * AUTHORS
685         * src/logwindow.c
686         * src/prefscommon.[ch]
687                 control size of log text in log window; 
688                 closes patch #569155 submitted by Mitko Haralanov.
689
690 2002-06-15 [paul]       0.7.8claws
691
692         * release of 0.7.8claws
693
694 2002-06-15 [paul]       0.7.7claws
695
696         * po/pt_BR.po
697                 updated by Fabio Junior Beneditto
698
699 2002-06-14 [paul]       0.7.6claws49
700
701         * po/es.po
702                 updated by Ricardo Mones Lastra
703
704 2002-06-14 [paul]       0.7.6claws48
705
706         * po/nl.po
707                 updated translation by Wilbert Berendsen
708
709 2002-06-14 [melvin]     0.7.6claws47
710
711         * po/fr.po
712                 Updated French translation
713
714 2002-06-13 [paul]       0.7.6claws46
715
716         * src/filesel.c
717                 allow filename to be typed in, rather than just
718                 selected by the mouse. Patch by Gustavo Noronha Silva.
719
720 2002-06-13 [alfons]     0.7.6claws45
721
722         * src/mainwindow.[ch]
723                 more cleanups (removing unnecessary menu items Expand 
724                 summary / message view)
725
726 2002-06-13 [melvin]     0.7.6claws44
727
728         * po/POTFILES.in
729                 Added src/string_match.c
730         * src/string_match.c
731                 Fixed possible buffer overflow.
732                 Corrected typo.
733                 Added missing config.h header.
734         * src/prefs_common.c
735           src/prefs_matcher.c
736           src/prefs_scoring.c
737                 Made some strings translatable (missing _(..)).
738
739 2002-06-13 [melvin]     0.7.6claws43
740
741         * README.claws
742                 Corrected action example (verifying clearsigned mail).
743         * src/prefs_account.c
744                 Corrected typo.
745         * src/prefs_common.c
746                 Removed incorrect line that generated a Gtk-CRITICAL msg.
747
748 2002-06-12 [alfons]     0.7.6claws42
749
750         * src/summaryview.c
751                 add init of score column lost in 0.7.6claws42
752
753 2002-06-12 [paul]       0.7.6claws41
754
755         * src/prefs_account.c
756                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
757                 behavior of the radio buttons, (from 0.7.7cvs2)
758
759 2002-06-11 [alfons]     0.7.6claws40
760
761         * src/messageview.[ch]
762         * src/summaryview.[ch]
763         * src/summary_search.c
764         * src/mainwindow.c
765                 perform a sync to bring in Hiro's separate view implementation 
766
767                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
768
769 2002-06-11 [paul]       0.7.6claws39
770         
771         * src/prefs_account.c
772                 correct a typo on the Receive tab
773
774 2002-06-10 [match]      0.7.6claws38
775
776         * src/addressbook.c
777                 Included address completion patch from Gustavo Noronha.
778
779 2002-06-10 [paul]       0.7.6claws37
780
781         * src/inc.[ch]
782           src/pop.c
783           src/prefs_account.[ch]
784           src/selective_download.[ch]
785                 apply PATCH #561712
786                  NEW:
787                 - check if POP Account
788                 - Receive Button renamed to Preview
789                 - Preview Button Popup: preview new/all messages
790                 - Download Button
791                 - Account Preferences-->Receive tab checkbutton if you
792                   want to remove Mail after Download
793                 -: default YES
794                 - Account Preferences-->Receive tab checkbutton use
795                   filtering rules on preview
796                   (think of delete_on_server)
797                 -: default YES
798                 - Account selectable from SD dialog
799                 - checkbutton to show already downloaded messages if
800                   all messages are previewed
801                 - new clist column showing Date
802                 - ESC KEY close
803                 FIXES:
804                 - play ball with UIDL
805                 - fault tolerant (?) 
806                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
807
808 2002-06-10 [melvin]     0.7.6claws36
809
810         * README.claws
811                 Added a hint to ac/README in cvs instructions.
812
813         * src/prefs_actions.c
814                 Made it possible to use a more elaborate command line
815                 for asynchronous actions, too.
816
817 2002-06-10 [melvin]     0.7.6claws35
818         
819         * src/prefs_actions.c
820                 Make it possible to use a more elaborate command line
821                 (e.g. |foo|bar|cat>there;echo Done|)
822                 Corrected error message when calling %f, %F and %p commands
823                 from the compose window.
824
825 2002-06-09 [colin]      0.7.6claws34
826
827         * src/summaryview.c
828                 Automatically find unread messages in current folder
829                 before annoying the user.
830
831 2002-06-08 [alfons]     0.7.6claws33
832
833         * po/it.po
834                 remove bad formatting string in it.po translation
835                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
836
837 2002-06-08 [paul]       0.7.6claws32
838
839         * sync with 0.7.6cvs25
840                 see ChangeLog 2002-06-07
841
842 2002-06-05 [paul]       0.7.6claws31
843
844         * src/mainwindow.c
845                 add 'Sort by locked' and 'Sort by score'
846
847 2002-06-05 [paul]       0.7.6claws30
848
849         * sync with 0.7.6cvs24
850                 see ChangeLog 2002-06-04
851
852 2002-06-04 [paul]       0.7.6claws29
853
854         * po/pt_BR.po
855                 updated by Fabio Junior Beneditto
856
857 2002-06-03 [thorsten]   0.7.6claws28
858
859         * src/matcher.c
860                 fclose() matcherrc after reading
861
862 2002-06-03 [paul]       0.7.6claws27
863
864         * sync with 0.7.6cvs21
865                 see ChangeLog 2002-05-31
866
867 2002-05-31 [paul]       0.7.6claws26
868
869         * sync with 0.7.6cvs20
870                 see ChangeLog 2002-05-29 and 2002-05-30
871
872 2002-05-31 [paul]       0.7.6claws25
873
874         * src/imap.c
875                 hopefully fix last buggy sync
876
877         * README.claws
878                 correct typo in 'Actions' examples
879
880 2002-05-29 [paul]       0.7.6claws24
881
882         * sync with 0.7.6cvs18
883                 see ChangeLog 2002-05-28 and 2002-05-29
884
885         * src/news.c
886           src/nntp.[ch]
887                 sync with above 
888
889 2002-05-28 [paul]       0.7.6claws23
890
891         * sync with 0.7.6cvs16
892                 see ChangeLog 2002-05-28
893
894 2002-05-27 [thorsten]   0.7.6claws22 
895
896         * faq/it/sylpheed-faq-1.html
897           faq/it/sylpheed-faq-2.html
898           faq/it/sylpheed-faq-3.html
899           faq/it/sylpheed-faq.html
900                 corrected DOS lineendings
901         * faq/de/sylpheed-faq-1.html
902           faq/de/sylpheed-faq-2.html
903           faq/en/sylpheed-faq-1.html
904           faq/en/sylpheed-faq-2.html
905           faq/en/sylpheed-faq-3.html
906           faq/es/sylpheed-faq-1.html
907           faq/es/sylpheed-faq-2.html
908           faq/es/sylpheed-faq-3.html
909           faq/fr/sylpheed-faq-1.html
910           faq/it/sylpheed-faq-1.html
911           faq/it/sylpheed-faq-2.html
912           faq/it/sylpheed-faq-3.html
913           faq/it/sylpheed-faq.html
914                 changed ">" to &quot;
915
916 2002-05-27 [paul]       0.7.6claws21
917         
918         * sync with 0.7.6cvs15
919                 see ChangeLog 2002-05-27
920
921 2002-05-27 [paul]       0.7.6claws20
922
923         * src/prefs_account.c
924                 correct a typo
925
926 2002-05-26 [paul]       0.7.6claws19
927
928         * tools/README
929                 correct a typo
930
931 2002-05-25 [paul]       0.7.6claws18
932
933         * tools/README
934                 add description of kmail2sylpheed.pl
935
936 2002-05-25 [paul]       0.7.6claws17
937
938         * tools/kmail2sylpheed.pl       ** NEW FILE **
939                 perl script that converts an exported Kmail address
940                 book, converts it to sylpheed addressbook file,
941                 writes the file to .sylpheed, and updates
942                 addrbook--index.xml 
943
944 2002-05-25 [paul]       0.7.6claws16
945
946         * sync with 0.7.6cvs14
947                 see ChangeLog 2002-05-23
948
949 2002-05-24 [paul]       0.7.6claws15
950
951         * README.claws
952                 make a correction and add some more info
953
954 2002-05-24 [paul]       0.7.6claws14
955
956         * src/compose.c
957                 fix memory leak in 
958                 compose_redirect_write_headers_from_headerlist()
959                 add Subject and Resent-Message-ID to
960                 compose_redirect_write_headers()
961                 Received, Subject, and X-UIDL are filtered out in 
962                 compose_redirect_write_to_file()
963
964 2002-05-23 [paul]       0.7.6claws13
965
966         * src/compose.[ch]
967           src/filtering.c
968           src/mainwindow.c
969           src/matcher.[ch]
970           src/matcher_parser_lex.l
971           src/matcher_parser_parse.y
972           src/prefs_common.[ch]
973           src/prefs_filtering.c
974           src/summaryview.c
975                 rename 'Bounce' to 'Redirect'
976
977 2002-05-23 [paul]       0.7.6claws12
978
979         * more sync with 0.7.6cvs13
980           src/compose.c
981                 see ChangeLog 2002-05-22
982
983 2002-05-22 [paul]       0.7.6claws11
984
985         * sync with 0.7.6cvs13
986           src/codeconv.c
987                 see ChangeLog 2002-05-20
988           src/prefs_common.c
989                 see ChangeLog 2002-05-22
990
991 2002-05-21 [melvin]     0.7.6claws10
992
993         * src/folderview.c
994                 Added missing filtering and scoring headers
995                 Fixed bad function call that showed garbage 
996                 in Folder->Processing
997
998 2002-05-21 [paul]       0.7.6claws9
999
1000         * tools/Makefile.am
1001                 make all tools executable, (patch by Alfons).
1002
1003 2002-05-20 [alfons]     0.7.6claws8
1004
1005         * src/procheader.c
1006                 don't forget to call mktime() so we have a valid week 
1007                 and year day
1008                 (Bug report by Roger Sondermann <mail@jumaros.de>)
1009
1010 2002-05-20 [paul]       0.7.6claws7
1011
1012         * src/html.c
1013                 fix broken parsing of urls
1014         * src/textview.c
1015                 fix displaying of urls
1016
1017                 both fixes from the patch [547855] by Eugene 
1018                 Brevdo (zonem)
1019
1020 2002-05-19 [alfons]     0.7.6claws6
1021
1022         * configure.in
1023                 make sylpheed configure correctly with the latest
1024                 and greatest of automake / autoconf / gettext
1025
1026 2002-05-19 [alfons]     0.7.6claws5
1027
1028         * src/procheader.c
1029         * src/procheader.h
1030                 add function for returning ime zone offset
1031         * src/quote_fmt.c
1032         * src/quote_fmt_parse.y
1033                 better quotation formatting - does not convert
1034                 to local time, but uses the original date string.
1035                 
1036                 Note: %z inserts the timezone offset (should 
1037                 work also on platforms where strftime does not
1038                 support %z).
1039
1040 2002-05-18 [christoph]  0.7.6claws4
1041
1042         * src/summaryview.c
1043                 fix indentation of some code
1044         * tools/Makefile.am
1045                 fix spaces after \
1046         * src/Makefile.am
1047                 add missing \
1048                 correct path for ignorethread.xpm
1049                 incorrect filename for sylpheed_logo.xpm
1050                 add missing include matcher_parser_parse.h
1051
1052 2002-05-18 [paul]       0.7.6claws3
1053
1054         * sync with 0.7.6cvs8
1055                 see ChangeLog 2002-05-16 and 2002-05-17
1056
1057 2002-05-18 [melvin]     0.7.6claws2
1058
1059         * README.claws
1060                 Corrected an action's definition and fixed some misspellings.
1061
1062 2002-05-18 [paul]       0.7.6claws1
1063
1064         * tools/Makefile.am
1065           tools/gpg-sign        ** new file **
1066           tools/uudec           ** new file **
1067                 add Melvin's Actions scripts
1068
1069         * README.claws
1070                 add Melvin's descriptions for Actions
1071
1072 2002-05-18 [paul]       0.7.6claws
1073
1074         * Version 0.7.6claws released
1075
1076 2002-05-17 [paul]       0.7.5claws32
1077
1078         * po/es.po
1079                 updated by Ricardo Mones Lastra
1080
1081 2002-05-17 [paul]       0.7.5claws31
1082
1083         * src/compose.c
1084                 fix Account prefs default folder for sent/draft/deleted
1085                 messages bug
1086
1087         * po/it.po
1088           po/nl.po
1089                 updated translation by Alessandro Maestri and
1090                 Wilbert Berendsen
1091
1092 2002-05-17 [melvin]     0.7.5claws30
1093
1094         * src/prefs_actions.c
1095                 Fixed bug where using %F not at the end of the command 
1096                 resulted in an additional empty argument being created.
1097                 Thanks to Darko Koruga for reporting the bug.
1098
1099 2002-05-17 [melvin]     0.7.5claws29
1100
1101         * po/fr.po
1102                 Updated French translations.
1103
1104 2002-05-15 [paul]       0.7.5claws28
1105         
1106         * po/es.po
1107                 updated by Ricardo Mones Lastra
1108
1109 2002-05-15 [paul]       0.7.5claws27
1110
1111         * sync with 0.7.6cvs4
1112                 see ChangeLog 2002-05-14 and 2002-05-15
1113
1114 2002-05-14 [paul]       0.7.5claws26
1115
1116         * sync with 0.7.6cvs1
1117                 see ChangeLog 2002-05-13
1118
1119 2002-05-13 [thorsten]   0.7.5claws25
1120
1121         * src/messageview.c
1122                 fix select_all and copy in multipart messages
1123         * src/mainwindow.c
1124                 fix select_all and copy in multipart messages
1125
1126 2002-05-12 [paul]       0.7.5claws24
1127
1128         * src/summaryview.c
1129                 reverse last commit, bug already fixed in 0.7.5claws3
1130
1131 2002-05-12 [netztorte]  0.7.5claws23
1132
1133         * src/summaryview.c
1134                 dont parse empty addressbook (checked in before claws20)
1135
1136 2002-05-12 [melvin]     0.7.5claws22
1137
1138         * src/procmsg.[ch]
1139                 Removed unneeded priority code introduced by the previous 
1140                 commit.
1141
1142 2002-05-12 [melvin]     0.7.5claws21
1143
1144         * src/compose.[ch]
1145                 Added possibility to set message's priority.
1146         * src/procmsg.[ch]
1147                 Added possibility to set message's priority.
1148                 Added missing headers
1149
1150 2002-05-12 [melvin]     0.7.5claws20
1151
1152         * src/prefs_actions.c
1153                 Removed implicitely added quotes around the name
1154                 of the temporary files of mime parts.
1155
1156 2002-05-12 [paul]       0.7.5claws19
1157
1158         * sync with 0.7.5cvs20
1159                 see ChangeLog 2002-05-11
1160
1161 2002-05-12 [alfons]     0.7.5claws18
1162
1163         * src/quote_fmt_lex.l
1164         * src/quote_fmt_parse.y
1165                 allow quote / reply date & time format to be set using
1166                 %D{format}. format is a format string you'd pass to
1167                 strftime() (see man strftime, or the Display tab |
1168                 Date format setting).
1169
1170                 Currently %D converts the date to local time. 
1171
1172 2002-05-11 [paul]       0.7.5claws17
1173
1174         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
1175                 see ChangeLog 2002-05-10 and 2002-05-11
1176
1177 2002-05-10 [paul]       0.7.5claws16
1178
1179         * sync with 0.7.5cvs16
1180                 see ChangeLog entries 2002-05-09 and 
1181                 2002-05-10
1182
1183 2002-05-10 [colin]      0.7.5claws15
1184
1185         * src/textview.c
1186                 Corrected a bug that prevented sylpheed to open
1187                 double-clicked URIs.
1188
1189 2002-05-09 [paul]       0.7.5claws14
1190
1191         * sync with 0.7.5cvs14
1192                 see ChangeLog 2002-05-08 and 2002-05-09
1193
1194 2002-05-08 [paul]       0.7.5claws13
1195
1196         * sync with 0.7.5cvs11
1197                 see ChangeLog entry 2002-05-08
1198
1199 2002-05-08 [paul]       0.7.5claws12
1200
1201         * src/mainwindow.c
1202           src/textview.[ch]
1203                 fix segfault on View->Open in new window
1204                 patch submitted by Thorsten Maerz <torte@netztorte.de>
1205
1206 2002-05-07 [paul]       0.7.5claws11
1207
1208         * sync with 0.7.5cvs9
1209                 see ChangeLog entry 2002-05-07
1210
1211 2002-05-06 [paul]       0.7.5claws10
1212
1213         * src/messageview.c
1214           src/textview.c
1215                 display url in statusbar on single-click
1216                 patch submitted by Thorsten Maerz <torte@netztorte.de>
1217
1218 2002-05-06 [match]      0.7.5claws9
1219
1220         * src/addritem.[ch]
1221                 new functions.
1222         * src/addrcache.c
1223                 tidy up.
1224         * src/xmlprops.[ch]
1225                 XML implementation of properties file.
1226         * src/exporthtml.[ch]
1227         * src/expthtmldlg.[ch]
1228         * src/addressbook.c
1229                 export to HTML.
1230
1231 2002-05-02 [sergey]     0.7.5claws8
1232
1233         * src/mainwindow.c (mainwin_entries),
1234           src/prefs_common.c (prefs_send_create()),
1235           src/codeconv.c (locale_table):
1236                 use charset name "Windows-1251" instead of "CP1251".
1237
1238 2002-05-02 [colin]      0.7.5claws7
1239         
1240         * src/compose.c
1241           src/prefs_common.c
1242           src/prefs_folder_item.c
1243                 Fixed cosmetics bugs due to Outbox renamed to Sent.
1244
1245 2002-05-02 [hiro]       0.7.5claws6
1246
1247         * src/imap.c
1248                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
1249
1250 2002-05-02 [paul]       0.7.5claws5
1251
1252         * src/compose.c
1253                 more sync with 0.7.5cvs7, see ChangeLog entry
1254                 2002-05-02
1255
1256 2002-05-02 [hiro]       0.7.5claws4
1257
1258         * src/compose.c
1259                 compose_queue_sub():
1260                 check if queue folder exists (closes #550397).
1261                 removed directory creation since it should be handled
1262                 transparently.
1263         * src/imap.c
1264                 imap_add_msg(): return UID for appended message
1265                 (closes #548842).
1266
1267 2002-04-30 [paul]       0.7.5claws3
1268
1269         * src/summaryview.c
1270                 fix account_find_from_address() bug
1271
1272 2002-04-28 [colin]      0.7.5claws2
1273
1274         * src/compose.c
1275           src/textview.c
1276           src/prefs_common.[ch]
1277           src/utils.[ch]
1278                 Added user-definable quotation characters recognition.
1279
1280 2002-04-28 [paul]       0.7.5claws1
1281
1282         * sync with 0.7.5cvs4
1283                 see ChangeLog entry  2002-04-25
1284
1285 2002-04-28 [paul]       0.7.5claws
1286
1287         * po/es.po
1288           po/nl.po
1289           po/pt_BR.po
1290                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
1291                 Fabio Junior Beneditto
1292
1293 2002-04-27 [jens]       0.7.4claws103
1294
1295         * po/de.po
1296                 updated German translation.
1297
1298 2002-04-27 [hiro]       0.7.4claws102
1299
1300         * src/summaryview.c
1301                 summary_write_cache(): fixed the mark loss of hidden messages.
1302
1303 2002-04-26 [melvin]     0.7.4claws101
1304
1305         * src/procmsg.c
1306                 fixed a second typo (same one)
1307         * po/fr.po
1308           po/it.po
1309           po/pt_BR.po
1310                 fixed the type again...
1311
1312 2002-04-26 [melvin]     0.7.4claws100
1313
1314         * src/procmsg.c
1315                 fixed a typo in an alert message ("temorary").
1316         * po/it.po
1317         * po/pt_BR.po
1318                 corrected the typo  described above.
1319         * po/fr.po
1320                 updated French translation.
1321
1322 2002-04-26 [darko]      0.7.4claws99
1323
1324         * src/summaryview.c
1325                 fix target folder colorization
1326
1327 2002-04-25 [paul]       0.7.4claws98
1328
1329         * po/it.po
1330                 updated by Alessandro Maestri
1331
1332 2002-04-24 [colin]      0.7.4claws97
1333         
1334         * src/compose.c
1335                 Fixed double "subject is empty" question.
1336
1337 2002-04-23 [colin]      0.7.4claws96
1338         
1339         * src/mimeview.c
1340                 Corrected issue when "automatically display images" was
1341                 not set : first image remained after selecting second.
1342
1343 2002-04-23 [melvin]     0.7.4claws95
1344
1345         * src/prefs_actions.c
1346                 Don't display in/out dialog if there is nothing to show.
1347
1348 2002-04-23 [paul]       0.7.4claws94
1349
1350         * sync with 0.7.5cvs3
1351                 bug fixes: see ChangeLog entry 2002-04-23
1352
1353 2002-04-22 [darko]      0.7.4claws93
1354
1355         * src/compose.c
1356                 fix previous check-in which changed code after
1357                 merge from main
1358
1359 2002-04-22 [paul]       0.7.4claws92
1360
1361         * faq/de/*
1362                 add German FAQ
1363         * faq/en/*
1364           faq/es/*
1365           faq/fr/*
1366                 update English, Spanish and French FAQs
1367         * manual/de/*
1368           manual/es/*
1369                 add German and Spanish manuals
1370         * manual/en/*
1371           manual/fr/*
1372                 update English and French manuals
1373
1374         * src/Makefile.am
1375                 add to and re-arrange the pixmap entries
1376
1377 2002-04-22 [darko]      0.7.4claws91
1378
1379         * src/compose.c
1380                 fix sender initials recognition to only allow
1381                 '>' after the initials
1382
1383 2002-04-21 [paul]       0.7.4claws90
1384
1385         * sync with 0.7.5 release
1386                 see ChangeLog entry 2002-04-21
1387
1388 2002-04-21 [alfons]
1389
1390         * src/Makefile.am
1391                 add colin's new pixmaps to EXTRA_DIST
1392
1393 2002-04-21 [colin]      0.7.4claws89
1394         * src/compose.c
1395         * src/inc.c
1396         * src/mainwindow.[ch]
1397         * src/prefs_common.[ch]
1398         * src/stock_pixmap.[ch]
1399                 Added "Work offline" ability.
1400
1401 2002-04-21 [colin]      0.7.4claws88
1402         
1403         * src/mimeview.c
1404         * src/prefs_common.c
1405         * src/prefs_common.h
1406         * src/textview.c : Added an option to common preferences -> display
1407           to allow user not to automatically display images.
1408
1409 2002-04-21 [paul]       0.7.4claws87
1410
1411         * sync with 0.7.4cvs52
1412                 see ChangeLog entry 2002-04-21 (src/imap.c)
1413
1414 2002-04-21 [paul]       0.7.4claws86
1415
1416         * sync with 0.7.4cvs51
1417                 see ChangeLog entry 2002-04-21
1418
1419 2002-04-21 [paul]       0.7.4claws85
1420
1421         * sync with 0.7.4cvs49
1422                 see ChangeLog entries 2002-04-20 and 2002-04-21
1423
1424         * src/Makefile.am
1425                 clean up: remove old 'stock_' element from xpm 
1426                 filenames.
1427
1428 2002-04-21 [alfons]     0.7.4claws84
1429
1430         apply sync patch from Paul
1431
1432         * src/folderview.c
1433                 use old claws prefs_folder_item_create() for now
1434
1435 2002-04-19 [match]      0.7.4claws83
1436
1437         * src/addressbook.[ch]
1438         * src/addrharvest.[ch]
1439         * src/addrgather.[ch]
1440                 recurse folders.
1441         * src/mainwindow.c
1442         * src/summaryview.[ch]
1443                 change menu option.
1444
1445 2002-04-19 [paul]       0.7.4claws82
1446
1447         * po/pt_BR.po
1448                 updated by Fabio Junior Beneditto
1449
1450 2002-04-14 [alfons]     0.7.4claws81
1451
1452         * src/passphrase.c
1453                 add #include <sys/types.h> for mode_t and off_t 
1454
1455 2002-04-13 [paul]       0.7.4claws80
1456         
1457         * src/main.c
1458           src/passphrase.[ch]
1459           src/pgptext.c
1460           src/prefs_common.[ch]
1461           src/rfc2015.c
1462                 enable storing of GnuPG passphrase for the whole 
1463                 session or a user-defined number of minutes. patch 
1464                 submitted by Ravemax <ravemax@dextrose.com>
1465
1466 2002-04-13 [alfons]     0.7.4claws79
1467
1468         * src/textview.c
1469                 make email parser also stop scanning when encountering separators
1470                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
1471
1472 2002-04-13 [paul]       0.7.4claws78
1473
1474         * sync with 0.7.4cvs39
1475                 see ChangeLog entry 2002-04-12
1476
1477 2002-04-11 [paul]       0.7.4claws77
1478
1479         * sync with 0.7.4cvs37
1480                 see ChangeLog entry 2002-04-11
1481
1482 2002-04-11 [paul]       0.7.4claws76
1483
1484         * COPYING 
1485                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
1486                 the clause for OpenSSL). sync with sylpheed main
1487
1488 2002-04-09 [melvin]     0.7.4claws75
1489
1490         * src/compose.c
1491                 Made 'Ctrl-Enter' on send ignore some modifiers 
1492                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
1493                 to bind other *-Enter (but not Alt-Enter).
1494
1495 2002-04-09 [paul]       0.7.4claws74
1496
1497         * sync with 0.7.4cvs35
1498                 see ChangeLog entries 2002-04-09
1499
1500 2002-04-08 [paul]       0.7.4claws73
1501
1502         * sync with 0.7.4cvs33
1503                 see ChangeLog entry 200-04-08
1504
1505 2002-04-07 [match]      0.7.4claws72
1506
1507         * src/addrharvest.[ch]
1508                 fixed to read all addresses in header, regardless
1509                 of header size. improved name parsing. accommodate
1510                 harvest from folders and selected message.
1511         * src/addritem.[ch]
1512                 included new address parsing function.
1513         * src/addrgather.[ch]
1514         * src/addressbook.[ch]
1515         * src/summaryview.[ch]
1516         * src/mainwindow.c
1517                 allow address harvest of folder as well as selected
1518                 messages.
1519
1520 2002-04-07 [paul]       0.7.4claws71
1521
1522         * src/esmtp.[ch]
1523           src/smtp.c
1524                 don't try to authenticate with CRAM-MD5 in SMTP when 
1525                 SMTP-AUTH enabled if MTA doesn't issue this 
1526                 auth-method in it's ehlo-response. bug item #531364,
1527                 patch item #938910. patch submitted by Colin Leroy 
1528                 <colin@colino.net>
1529
1530 2002-04-07 [paul]       0.7.4claws70
1531
1532         * src/nntp.c
1533                 fix missing MODE_READER bug. patch submitted by
1534                 Colin Leroy <colin@colino.net>
1535
1536 2002-04-07 [alfons]     0.7.4claws69
1537
1538         * src/matcher.[ch]
1539         * src/prefs_filtering.c
1540         * src/summaryview.c
1541                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
1542                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
1543
1544 2002-04-07 [paul]       0.7.4claws68
1545
1546         * sync with 0.7.4cvs32
1547                 see ChangeLog entry 2002-04-06
1548
1549         * tools/filter_conv.pl
1550                 more bug fixes
1551
1552 2002-04-06 [paul]       0.7.4claws67
1553
1554         * tools/filter_conv.pl
1555                 modify to be able to find the name of the first
1556                 mailbox and use that. main's filter does not
1557                 record the full path to the mailbox and therefore
1558                 can only filter to the first mailbox.
1559
1560 2002-04-05 [paul]       0.7.4claws66
1561
1562         * tools/filter_conv.pl
1563                 attempt to make the script all-encompassing and
1564                 be able to convert any main 'filter' rule thrown
1565                 at it
1566
1567 2002-04-05 [paul]       0.7.4claws65
1568
1569         * tools/filter_conv.pl
1570                 allow for collapsed folder trees
1571
1572 2002-04-05 [paul]       0.7.4claws64
1573
1574         * sync with 0.7.4cvs31
1575                 see ChangeLog entries 2002-04-05
1576
1577 2002-04-03 [paul]       0.7.4claws63
1578
1579         * sync with 0.7.4cvs29
1580                 see ChangeLog entries 2002-04-02 and 2002-04-03
1581
1582 2002-04-02 [paul]       0.7.4claws62
1583
1584         * sync with 0.7.4cvs26
1585                 see ChangeLog entry 2002-04-01
1586
1587 2002-04-02 [match]      0.7.4claws61
1588
1589         * src/pine.[ch]
1590         * src/importpine.[ch]
1591         * src/addressbook.c
1592                 import Pine address book.
1593
1594 2002-04-02 [match]      0.7.4claws60
1595
1596         * src/addrharvest.[ch]
1597                 improve address parsing of funky addresses.
1598
1599 2002-04-02 [darko]      0.7.4claws59
1600
1601         * src/compose.c
1602                 wrap on send improvements, it now recognizes quoted
1603                 initials as part of the quotation string, and it
1604                 does not join lines separated by CR
1605
1606 2002-04-01 [match]      0.7.4claws58
1607
1608         * src/mgutils.[ch]
1609                 added new functions.
1610         * src/mutt.[ch]
1611                 remove excessive duplicate address generation
1612                 on import.
1613
1614 2002-04-01 [alfons]     0.7.4claws57
1615         
1616         * src/summaryview.c
1617                 put back g_free() 
1618
1619 2002-04-01 [paul]       0.7.4claws56
1620
1621         * sync with 0.7.4cvs25
1622                 see ChangeLog entry 2002-04-01
1623
1624 2002-04-01 [alfons]     0.7.4aprilfool55
1625
1626         * src/summaryview.c
1627                 honour feature request item #537427 to allow for
1628                 displaying names from address book for sent mail also
1629
1630 2002-03-29 [paul]       0.7.4claws54
1631
1632         * src/mainwindow.c
1633           src/prefs_filtering.[ch]
1634           src/prefs_matcher.c
1635           src/summaryview.c
1636                 add 'fast filter' for claws' filtering,
1637                 /Tools/Create filter rule/... patch submitted
1638                 by Neill Miller <neillm@thecodefactory.org>
1639
1640 2002-03-29 [paul]       0.7.4claws53
1641
1642         * sync with 0.7.4cvs24
1643                 see ChangeLog entry 2002-03-29
1644
1645 2002-03-28 [paul]       0.7.4claws52
1646
1647         * sync with 0.7.4cvs23
1648                 see ChangeLog entry 2002-03-28
1649
1650 2002-03-27 [melvin]     0.7.4claws51
1651
1652         * src/prefs_actions.c
1653                 Added support to pass only one message part (as a
1654                 file) to the command using '%p'. No quotes are needed
1655                 because doubles quotes are automatically added.
1656                 Fixed bug where Sylpheed could block when waiting for
1657                 a child process to finish.
1658                 Changed the help menu to remove quotes around symbols to 
1659                 avoid misinterpretation (they must not be used).
1660
1661 2002-03-27 [melvin]     0.7.4claws50
1662
1663         * src/inc.c
1664                 Made the new mail notification command always 
1665                 execute asynchronously.
1666
1667 2002-03-27 [paul]       0.7.4claws49
1668
1669         * src/compose.c
1670                 fix bug introduced in last commit
1671
1672 2002-03-27 [paul]       0.7.4claws48
1673
1674         * sync with 0.7.4cvs21
1675                 see ChangeLog 2002-03-26 and 2002-03-27
1676
1677 2002-03-26 [hoa]        0.7.4claws47
1678
1679         * src/prefs_folder_item.c
1680                 really fixed the bug #516442 with folder rescan.
1681
1682 2002-03-26 [paul]       0.7.4claws46
1683
1684         * sync with 0.7.4cvs19
1685                 see ChangeLog entries 2002-03-25 and 2002-03-26
1686
1687 2002-03-25 [hoa]        0.7.4claws45
1688
1689         * src/matcher.c
1690         * src/mh.c
1691                 fix the bug #516442 with folder rescan.
1692
1693         * src/prefs_common.[ch]
1694         * src/compose.c
1695                 added an option to enable two different behaviours
1696                 for bounce.
1697
1698
1699 2002-03-25 [paul]       0.7.4claws44
1700
1701         * src/mainwindow.c
1702           src/selective_download.c
1703                 correct a few menuitem labels
1704
1705 2002-03-25 [christoph]  0.7.4claws43
1706
1707         * src/procmsg.c
1708                 fix non deleted tmp message in
1709                 procmsg_save_to_outbox
1710                 fix problems caused by sync with
1711                 main branch's procmsg_send_queue
1712
1713 2002-03-25 [paul]       0.7.4claws42
1714
1715         * src/quote_fmt.c
1716           src/quote_fmt_lex.l
1717           src/quote_fmt_parse.y
1718                 add Last name (%L) placeholder for quoting. 
1719                 patch submitted by Thorsten Thielen 
1720                 <thth@users.sourceforge.net>
1721
1722 2002-03-25 [paul]       0.7.4claws41
1723
1724         * src/utils.c
1725                 get full hostname. patch submitted by
1726                 Bob Woodside <rwoodside1@comcast.net>
1727
1728 2002-03-25 [paul]       0.7.4claws40
1729
1730         * src/account.c
1731           src/news.c
1732           src/nntp.[ch]
1733           src/prefs_account.[ch]
1734                 enable NNTP over SSL. patch submitted by
1735                 Pascal Jermini <pascal@infinity.hn.org>
1736
1737 2002-03-24 [paul]       0.7.4claws39
1738
1739         * src/prefs_common.c
1740                 make the arrangement of the Compose tab more
1741                 coherent
1742
1743         * src/mainwindow.c
1744                 fix some irregularities of style
1745
1746         * po/de.po
1747                 updated by Kilian Krause
1748
1749 2002-03-23 [paul]       0.7.4claws38
1750
1751         * po/pt_BR.po
1752                 updated by Fabio Junior Beneditto
1753
1754 2002-03-23 [paul]       0.7.4claws37
1755
1756         * src/mainwindow.c
1757                 move 'Gather addresses' to 'Tools' menu
1758                 make 'Selective download' sensitive
1759
1760 2002-03-23 [paul]       0.7.4claws36
1761
1762         * sync with 0.7.4cvs16
1763                 see ChangeLog entries 2002-03-23
1764
1765 2002-03-22 [christoph]  0.7.4claws35
1766
1767         * src/quote_fmt_parse.y
1768                 fix include program output
1769
1770 2002-03-22 [alfons]     0.7.4claws34
1771
1772         * src/pop.c
1773                 initialize GDate stack variable correctly (sorry!)
1774
1775 2002-03-22 [paul]       0.7.4claws33
1776
1777         * src/compose.c
1778           src/mainwindow.c
1779           src/prefs_actions.c
1780           src/prefs_common.c
1781                 rename 'Tool' to 'Tools'
1782
1783         * src/mainwindow.c
1784                 move 'Delete duplicated messages' from
1785                 'Message/' to 'Tools/'
1786                 re-arrange the order of 'Tools/' items
1787
1788 2002-03-22 [paul]       0.7.4claws32
1789
1790         * src/addr_compl.c
1791           src/addressbook.[ch]
1792                 auto-address completion now also matches on
1793                 Nickname. patch submitted by Bob Forsman 
1794                 <hammor@users.sourceforge.net>
1795
1796         * src/editaddress.c
1797                 correct a spelling mistake
1798
1799 2002-03-22 [alfons]     0.7.4claws31
1800
1801         * src/pop.c
1802                 fix getting uidl from incorrect string 
1803                 (spotted by Colin)
1804
1805 2002-03-21 [alfons]     0.7.4claws30
1806
1807         * src/pop.c
1808                 more code refactoring
1809                 plug mem leak introduced by delete on server
1810
1811 2002-03-21 [paul]       0.7.4claws29
1812
1813         * sync with 0.7.4cvs11
1814                 see ChangeLog entries 2002-03-20
1815
1816 2002-03-20 [alfons]     0.7.4claws28
1817
1818         * src/inc.c
1819                 apply Colin's patch and refactor
1820
1821 2002-03-20 [paul]       0.7.4claws27
1822
1823         * sync with sylpheed 0.7.4cvs9
1824                 see ChangeLog entry 2002-03-20
1825
1826 2002-03-19 [christoph]  0.7.4claws26
1827
1828         * src/mh.c
1829         * src/procmsg.[ch]
1830         * src/summaryview.c
1831                 revert changes for flag updates
1832                 (does not work correctly and no time to debug)
1833
1834 2002-03-20 [alfons]     0.7.4claws25
1835
1836         * src/pop.c
1837                 refactor should_delete() a little bit 
1838
1839 2002-03-19 [paul]       0.7.4claws24
1840
1841         * src/inc.[ch]
1842           src/pop.c
1843           src/prefs_account.[ch]
1844                 allow the user to leave downloaded mail on the 
1845                 server for n days. Patch submitted by Colin Leroy 
1846                 <colin@colino.net>
1847
1848 2002-02-19 [paul]       0.7.4claws23
1849
1850         * sync with sylpheed 0.7.4cvs8
1851                 see ChangeLog entries 2002-03-19
1852
1853 2002-03-18 [paul]       0.7.4claws22
1854
1855         * sync with sylpheed 0.7.4cvs6
1856                 see ChangeLog entry 2002-03-18
1857
1858 2002-03-18 [paul]       0.7.4claws21
1859
1860         * po/en_GB.po
1861                 add en_GB message catalogue
1862
1863         * src/mbox_folder.c
1864           src/prefs_account.c
1865           src/prefs_actions.c
1866                 correct a few spelling mistakes
1867
1868 2002-03-17 [alfons]     0.7.4claws20
1869
1870         * src/matcher.c
1871                 more stringent checks for NULL params when writing
1872                 filtering actions to a file
1873                 
1874 2002-03-17 [hoa]        0.7.3claws20
1875
1876         * src/news.c
1877                 fixed the count of new messages
1878
1879         * src/compose.c
1880                 fixed the "attachment properties" window
1881
1882 2002-03-17 [paul]       0.7.4claws19
1883
1884         * src/defs.h
1885           src/folder.h
1886           src/news.c
1887           src/prefs_account.[ch]
1888           src/procmsg.[ch]
1889           src/summaryview.c
1890                 automatically mark cross-posted messages as read 
1891                 and (optionally) give them a colour label
1892                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
1893                 
1894
1895 2002-03-17 [paul]       0.7.4claws18
1896
1897         * sync with sylpheed 0.7.4cvs5
1898                 see ChangeLog entry 2002-03-17
1899
1900 2002-03-17 [melvin]     0.7.4claws17
1901         
1902         * src/textview.c
1903                 Worked around a gtktext 'bug': when searching for 
1904                 a text in a long message it was scrolling slowly
1905                 line by line until it hit the searched text.
1906         * po/fr.po
1907                 Updated French translation
1908
1909 2002-03-17 [melvin]     0.7.4claws16
1910
1911         * src/mainwindow.c
1912         * src/compose.c
1913         * src/prefs_actions.c
1914                 Moved "Edit/Actions" to "Tool/Actions"
1915                 Made mainwindow/compose window sensitive as soon as
1916                 no child process is running anymore even if the io dialog
1917                 is open.
1918                 Fixed a struct being initialized with a non constant char*
1919
1920 2002-03-16 [christoph]  0.7.4claws15
1921
1922         * configure.in
1923                 add --with-compiler-flags option
1924                 (only for developer hacking)
1925         * src/mh.c
1926         * src/procmsg.[ch]
1927         * src/summaryview.c
1928                 try to make folder-stats and flag handling more
1929                 independent from the summaryview. msgcounts
1930                 are only set when the folder is opened and
1931                 procmsg_msginfo_(un)set_flags will handle it
1932                 later and summaryview will get the values
1933                 from the folder.
1934
1935 2002-03-16 [paul]       0.7.4claws14
1936
1937         * src/messageview.c
1938                 fix Return-receipt. Patch submitted by Bob
1939                 Woodside <rwoodside1@comcast.net>
1940
1941 2002-03-16 [paul]       0.7.4claws13
1942
1943         * src/compose.c
1944                 fix 'dynamic' signatures, make it work again
1945                 broken during sync on 2002-03-14 (0.7.4claws2)
1946
1947 2002-03-15 [match]      0.7.4claws12
1948
1949         * src/addrharvest.[ch]
1950         * src/addrgather.[ch]
1951         * src/addressbook.[ch]
1952         * src/mainwindow.c
1953                 included address harvester feature. still some
1954                 issues with address parsing that I will fix.
1955
1956 2002-03-15 [match]      0.7.4claws11
1957
1958         * src/addrbook.[ch]
1959         * src/addrcache.[ch]
1960         * src/addressbook.[ch]
1961         * src/addrindex.c
1962         * src/editbook.c
1963         * src/importldif.c
1964         * src/importmutt.c
1965         * src/jpilot.[ch]
1966         * src/main.c
1967         * src/syldap.[ch]
1968         * src/vcard.[ch]
1969                 tidy up. fix memory leaks. moved attribs and methods
1970                 from individual interfaces to addrcache object. prep
1971                 for new stuff to come in.
1972
1973 2002-03-15 [alfons]     0.7.4claws10
1974
1975         * src/matcher.[ch]
1976         * src/matcher_parser_parse.y
1977         * src/matcher_parser_lex.l
1978         * src/prefs_matcher.c
1979                 add filtering conditions message greater than, smaller 
1980                 than, and exactly matching a size in bytes
1981                 (does not work with delete from POP3 server yet)
1982
1983                 this should also give others an idea what you should
1984                 do to add new criterions to claws filtering system
1985                 
1986
1987 2002-03-15 [paul]       0.7.4claws9
1988
1989         * tools/filter_conv.pl
1990                 exit if there are no filter rules to convert
1991                 rename filterrc to filterrc.old after completion
1992
1993 2002-03-15 [paul]       0.7.4claws8
1994
1995         * sync with sylpheed 0.7.4cvs3
1996                 see ChangeLog entry 2002-03-14
1997
1998 2002-03-14 [paul]       0.7.4claws7
1999
2000         * src/compose.c
2001                 clean up the last commit (ahem)
2002
2003 2002-03-14 [paul]       0.7.4claws6
2004
2005         * src/compose.c
2006                 fix bug #515655. honour account preferences
2007                 regarding gpg default signing/encryption when 
2008                 changing account from the compose window.
2009
2010 2002-03-14 [paul]       0.7.4claws5
2011
2012         * src/folderview.c
2013                 remove unnecessary curly brackets
2014
2015 2002-03-14 [paul]       0.7.4claws4
2016
2017         * src/folderview.c
2018           src/prefs_filtering.[ch]
2019                 add filter rename on folder rename and filter
2020                 delete on folder delete. Patch submitted by
2021                 Neill Miller <neillm@thecodefactory.org> 
2022
2023 2002-03-14 [christoph]  0.7.4claws3
2024
2025         * src/procmsg.c
2026         * src/send.c
2027                 fix local delivery
2028                 (patch submitted by "Simon 'corecode' Schubert")
2029         * src/prefs_common.c
2030         * src/procmsg.c
2031                 fix gcc 3.0 warning
2032
2033 2002-03-14 [paul]       0.7.4claws2
2034
2035         * sync with sylpheed 0.7.4cvs2
2036                 see ChangeLog entry 2002-03-13
2037
2038 2002-03-12 [darko]      0.7.4claws1
2039
2040         * src/mainwindow.c
2041                 fix what seems to be a copy and paste error
2042                 when setting color for important messages
2043                 (reported by wwp)
2044
2045 2002-03-11 [paul]       version 0.7.4claws released
2046
2047 2002-03-11 [paul]       0.7.4claws
2048
2049         * po/es.po
2050           po/it.po
2051           po/nl.po
2052           po/pt_BR.po
2053                 update message catalogs. Submitted by Ricardo Mones 
2054                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
2055                 Fabio Junior Beneditto
2056
2057         * configure.in
2058           faq/Makefile.am
2059           faq/it/Makefile
2060           faq/it/sylpheed-faq*
2061           src/mainwindow.c
2062           src/manual.[ch]
2063                 add FAQ in Italian
2064         
2065
2066 2002-03-11 [jens]       0.7.3claws7
2067
2068         * po/de.po
2069                 updated German translation
2070
2071 2002-03-11 [melvin]     0.7.3claws6
2072
2073         * po/fr.po
2074                 updated and corrected French translation
2075
2076 2002-03-10 [hoa]        0.7.3claws5
2077
2078         * src/account.c
2079         * src/inc.c
2080         * src/prefs_account.c
2081         * src/procmsg.c
2082         * src/send.[ch]
2083                 fixed the local account.
2084                 you have to change the default "/usr/sbin/sendmail"
2085                 to "/usr/sbin/sendmail -t" in the preferences of
2086                 the local account.
2087
2088         * src/procmime.c
2089                 removed some debug display for renderer
2090
2091 2002-03-10 [paul]       0.7.3claws4
2092
2093         * faq/en/sylpheed-faq-1.html
2094           faq/en/sylpheed-faq-2.html
2095                 update
2096
2097 2002-03-09 [paul]       0.7.3claws3
2098
2099         * sync with sylpheed 0.7.4
2100                 see ChangeLog entry 2002-03-09
2101
2102 2002-03-08 [paul]       0.7.3claws2
2103
2104         * faq/en/sylpheed-faq*
2105           faq/es/sylpheed-faq*
2106           faq/fr/sylpheed-faq*
2107                 update the FAQs
2108
2109         * manual/fr/.cvsignore
2110           manual/fr/Makefilea.am
2111           manual/fr/sylpheed*
2112           src/mainwindow.c
2113           src/manual.[ch]
2114                 add the French manual
2115
2116 2002-03-07 [paul]       0.7.3claws1
2117
2118         * sync with sylpheed 0.7.3cvs4
2119                 see ChangeLog entries  2002-03-06 and 2002-03-07
2120         
2121         * po/nl.po
2122                 updated by Wilbert Berendsen
2123
2124 2002-03-07 [melvin]     0.7.2claws34
2125
2126         * src/selective_download.c
2127                 Changed the pixmap of the receive button to MAIL_RECEIVE.
2128
2129 2002-03-06 [paul]       0.7.2claws33
2130
2131         * sync with sylpheed 0.7.3cvs1
2132                 bug fix, see ChangeLog entry 2002-03-05
2133
2134 2002-03-05 [paul]       0.7.2claws32
2135
2136         * src/mimeview.c
2137           src/pgptext.[ch]
2138           src/procmsg.c
2139                 reverse the pgp ascii-armored code implemented in 
2140                 0.7.2claws16. removal of this code until it matures.
2141                 this means that verifying ascii-armored pgp sigs and
2142                 automatic decryption of ascii-armored encrypted
2143                 messages no longer works.
2144
2145 2002-03-05 [paul]       0.7.2claws31
2146
2147         * configure.in
2148           Makefile.am
2149         * faq/Makefile.am
2150         * faq/en/Makefile.am
2151           faq/en/sylpheed-faq.html
2152           faq/en/sylpheed-faq-1.html
2153           faq/en/sylpheed-faq-2.html
2154           faq/en/sylpheed-faq-3.html
2155         * faq/es/Makefile.am
2156           faq/es/sylpheed-faq.html
2157           faq/es/sylpheed-faq-1.html
2158           faq/es/sylpheed-faq-2.html
2159           faq/es/sylpheed-faq-3.html
2160           faq/es/sylpheed-faq-4.html
2161         * faq/fr/Makefile.am
2162           faq/fr/sylpheed-faq.html
2163           faq/fr/sylpheed-faq-1.html
2164           faq/fr/sylpheed-faq-2.html
2165           faq/fr/sylpheed-faq-3.html
2166         * src/Makefile.am
2167           src/defs.h
2168           src/mainwindow.c
2169           src/manual.[ch]
2170                 add FAQs in English, Spanish and French
2171
2172
2173 2002-03-05 [paul]       0.7.2claws30
2174
2175         * manual/en/sylpheed.html
2176           manual/en/sylpheed-XX.html
2177                 updated the English manual
2178
2179 2002-03-05 [hoa]        
2180
2181         * src/summaryview.c
2182                 dialog box pops up if the article can't be deleted.
2183
2184 2002-03-04 [paul]       
2185         
2186         * po/pt_BR.po
2187                 updated by Fabio Junior Benedito
2188
2189 2002-03-04 [hoa]
2190
2191         * removed ac/gpgme.m4
2192                 to avoid autogen common problem
2193                 developers have to install gpgme development package now
2194
2195         * src/compose.c
2196                 encoding to 7bit or 8bit is enabled.
2197
2198 2002-03-03 [alfons]     0.7.2claws29
2199
2200         * src/pop.c
2201                 merge fix by Oliver Haertel for selective
2202                 download buglet
2203
2204 2002-03-03 [paul]       0.7.2claws28
2205         
2206         * sync with sylpheed 0.7.3
2207
2208 2002-03-03 [paul]       0.7.2claws27
2209
2210         * sync with sylpheed 0.7.2cvs24
2211                 see ChangeLog entries 2002-03-02 and 2002-03-03
2212
2213 2002-03-02 [melvin]     0.7.2claws26
2214
2215         * src/inc.[ch]
2216         * src/main.c
2217         * src/mainwindow.c
2218         * src/prefs_common.[ch]
2219                 Added user definable notification on new mail arrival.
2220                 Removed unused variables in spell checker prefs code.
2221
2222 2002-03-02 [melvin]     0.7.2claws25
2223
2224         * src/quote_fmt.c
2225                 Removed unnecessary escape sequences.
2226                 Changed 'Initial...' to 'Initials of Sender'
2227
2228 2002-03-02 [paul]       0.7.2claws24
2229
2230         * sync with sylpheed 0.7.2cvs22
2231                 see ChangeLog entry 2002-03-01
2232
2233 2002-03-01 [hoa]        0.7.2claws23
2234
2235         * src/mainwindow.c
2236                 Set sensitivity of delete actions to active
2237                 even if the folder is a newsgroup.
2238
2239         * src/summaryview.c
2240                 - Set sensitivity of delete actions
2241                 - Added function check_permission() that will check if the
2242                   user is authorized to delete a message. For news, it
2243                   will check if the author is the same.
2244                 - Enabled deletion when there is no trash folder.
2245
2246         * src/news.[ch]
2247                 - Added news_cancel_article() to cancel articles
2248                 - Implemented news_remove_message() (public function)
2249
2250 2002-03-01 [paul]       0.7.2claws22
2251
2252         * src/gtkutils.c
2253           src/textview.c
2254                 recognise urls that that don't include 'http://' and
2255                 simply begin 'www.' 
2256
2257         * AUTHORS
2258                 remove duplicated name
2259
2260 2002-02-28 [paul]       0.7.2claws21
2261
2262         * src/mainwindow.c
2263           src/summaryview.[ch]
2264                 add ability to 'Select thread'
2265                 combines Melvin's "Select thread's head" patch (#510907)
2266                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
2267                 patch (#518514) 
2268
2269 2002-02-28 [paul]       0.7.2claws20
2270
2271         * src/mimeview.c
2272                 hopefully fix segfault on right-clicking a mime part
2273                 that some people have experienced.      
2274                 fix submitted by Fredrik Olofsson <frol@linux.nu>
2275
2276 2002-02-28 [paul]       0.7.2claws19
2277
2278         * sync with sylpheed 0.7.2cvs21
2279                 see ChangeLog entries 2002-02-27 and 2002-02-28
2280
2281 2002-02-27 [paul]       0.7.2claws18
2282
2283         * sync with sylpheed 0.7.2cvs18
2284                 see ChangeLog entries 2002-02-26 and 2002-02-27
2285
2286 2002-02-26 [alfons]     0.7.2claws17
2287
2288         * src/procheader.c
2289                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
2290                 (spotted by Chris Hessman <idatech@gmx.net>)
2291
2292 2002-02-26 [paul]       0.7.2claws16
2293
2294         * src/mimeview.c
2295           src/pgptext.[ch]
2296           src/procmsg.c
2297                 make decryption of ascii-armored pgp encrypted messages
2298                 and verification of ascii-armored signatures work again.
2299                 slightly altered from the patch by Jens Jahnke 
2300                 <jan0sch@gmx.net>
2301
2302                 ##FIX ME##
2303                 * the checking of plaintext signatures always comes up in 
2304                   a popup box
2305                 * it doesn't work for multipart messages 
2306                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
2307                   including the msg headers and these 2 line themselves, are 
2308                   not displayed
2309
2310         * src/mainwindow.c
2311                 "View/Folder Tree" becomes "View/Separate Folder Tree"
2312                 "View/Message View" becomes "View/Separate Message View"
2313                 because its less ambiguous.
2314
2315         * po/es.po
2316                 updated by Ricardo Mones Lastra
2317
2318 2002-02-26 [paul]       0.7.2claws15
2319
2320         * sync with sylpheed 0.7.2cvs17
2321                 see ChangeLog entries 2002-02-25 and 2002-02-26
2322
2323 2002-02-25 [christoph]  0.7.2claws14
2324
2325         * src/filtering.[ch]
2326         * src/inc.c
2327                 do filtering stuff after all messages have been received
2328                   1. drop all messages to .processing
2329                   2. scan processing folder for messages
2330                   3. filter messages or move to inbox
2331                 this will also find old messages left in processing after
2332                 a crash or something like that and we get a real msginfo
2333                 from folder->get_msg_list and do not have to create our
2334                 own in filter_message
2335         * src/matcher_parser_parse.y
2336                 remove MIX/MAX warning (reordered includes)
2337
2338 2002-02-25 [paul]       0.7.2claws13
2339
2340         * sync with sylpheed 0.7.2cvs15
2341                 see ChangeLog entry 2002-02-24
2342
2343 2002-02-24 [alfons]     0.7.2claws12
2344
2345         * src/filtering.c
2346                 clear old color flags first when applying a new color to
2347                 a message info. 
2348                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
2349
2350 2002-02-24 [alfons]     0.7.2.claws11
2351         
2352         * AUTHORS
2353         * src/prefs_common.c
2354                 add presets for Opera and Konqueror, closes patch #517261,
2355                 submitted by Ville Skyttä <scop@users.sourceforge.net>
2356
2357 2002-02-24 [alfons]     0.7.2.claws10
2358
2359         * AUTHORS
2360         * src/summaryview.c
2361                 fix threading for null message ids, closes patch #521601,
2362                 submitted by Bob Forsman <hammor@users.sourceforge.net>
2363
2364 2002-02-24 [alfons]     0.7.2claws9
2365
2366         * src/summaryview.c
2367         * src/filtering.c
2368                 make Tool | Filter Message work with filtering system so
2369                 setting flags also works
2370
2371                 TODO:
2372
2373                 - Processing uses the same function as Tool | Filter
2374                   Message, but doesn't use the same update proc yet
2375
2376 2002-02-23 [paul]       0.7.2claws8
2377
2378         * sync with sylpheed 0.7.2cvs14
2379                 see ChangeLog entries 2002-02-22 and 2002-02-23
2380
2381 2002-02-22 [christoph]  0.7.2claws7
2382
2383         * src/quote_fmt.c
2384                 Add column space to table
2385         * src/quote_fmt_parse.y
2386                 Close files
2387
2388 2002-02-22 [paul]       0.7.2claws6
2389
2390         * src/Makefile.am
2391           src/defs.h
2392           src/filtering.c
2393           src/inc.[ch]
2394           src/mainwindow.c
2395           src/matcher.[ch]
2396           src/matcher_parser_lex.l
2397           src/matcher_parser_parse.y
2398           src/pop.[ch]
2399           src/prefs_account.h
2400           src/prefs_filtering.c
2401           src/selective_download.[ch]   *** NEW FILES ***
2402           src/utils.[ch]
2403           po/POTFILES.in
2404                 Selective Download added to 'Tool' menu. 
2405                 Retrieves email headers of the currently selected pop3 
2406                 account and allows the user to mark emails for deletion 
2407                 right on the pop3 server. Patch submitted by Oliver Haertel 
2408                 <oha@users.sourceforge.net>.
2409         
2410         * po/POTFILES.in
2411                 add 'src/quote_fmt.c'           
2412
2413 2002-02-22 [christoph]  0.7.2claws5
2414
2415         * src/Makefile.am
2416                 added quote_fmt.c
2417         * src/prefs_common.[ch]
2418         * src/prefs_template.c
2419         * src/quote_fmt.c               *** NEW FILE ***
2420         * src/quote_fmt.h
2421                 move quote format symbol description code
2422                 to it's own file because it is used from
2423                 differnent code parts
2424                 Rewrote symbol description GUI
2425                   + use table
2426                   + add separators
2427                   + get data from array (no more long constant strings)
2428         * src/quote_fmt_lex.l
2429         * src/quote_fmt_parse.y
2430                 Symbol for Literal % changed to \% instead of %%
2431                 (More logical as \ is used for quoting for other symbols)
2432                 Add |f and |p to include files and program output
2433                 Examples:
2434                     |f{/home/.../.signature}
2435                     |p{date}
2436         * po/de.po
2437                 Correct wrong spelling for "Referenzen"
2438
2439 2002-02-21 [paul]       0.7.2claws4
2440
2441         * src/procmsg.c
2442                 forgotten during sync
2443
2444 2002-02-21 [paul]       0.7.2claws3
2445
2446         * sync with sylpheed 0.7.2cvs11
2447                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
2448                 2002-02-20 and 2002-02-21
2449
2450 2002-02-20 [melvin]     0.7.2claws2
2451
2452         * src/prefs_actions.c
2453                 Added error report when child cannot fork or when execvp 
2454                 returns with an error.
2455
2456 2002-02-19 [christoph]  0.7.2claws1
2457
2458         * src/codeconv.c
2459                 return unconverted text if conde conversion is not possible
2460                 when libjconv is used.
2461                 (patch submitted by "Simon 'corecode' Schubert")
2462
2463 2002-02-19 [paul]       
2464
2465         * version 0.7.2claws release
2466
2467 2002-02-19 [paul]       0.7.2claws
2468
2469         * po/nl.po
2470                 updated by Wilbert Berendsen
2471
2472
2473 2002-02-18 [alfons]     0.7.1claws13
2474
2475         * src/syldap.c
2476         * src/jpilot.c
2477                 remove references to dlfcn and explicitly loading functions
2478                 from dynalink libs, because libs linked anyway, and functions
2479                 are loaded explicitly
2480
2481 2002-02-17 [melvin]     0.7.1claws12
2482
2483         * src/prefs_actions.c
2484                 Replaced children wait loop with double fork technique.
2485                 Now, input/output window updated at each new output.
2486                 free_children(): Fixed a memory leak.
2487                 Made input/output window non closable if running children
2488                 still exist.
2489                 Added missing <unistd.h> include.
2490                 Added some --debug outputs.
2491
2492 2002-02-17 [melvin]     0.7.1claws11
2493
2494         * src/summaryview.c
2495                 Fixed bug where descending sort order did not select top
2496                 message.
2497
2498 2002-02-17 [melvin]     0.7.1claws10
2499
2500         * acconfig.h
2501                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
2502         * src/prefs_common.c
2503                 Pspell data package directory no more hard coded but
2504                 set during configuration (PSPELL_PATH). (Thanks to 
2505                                 Gustavo Noronha Silva.)
2506
2507 2002-02-17 [melvin]     0.7.1claws9
2508
2509         * configure.in
2510                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
2511         * src/gtkspell.c
2512                 Fixed compile-time warnings.
2513
2514 2002-02-16 [alfons]     0.7.1claws8
2515
2516         * src/filesel.c
2517                 fix inadvertent free of NULL pointer which caused
2518                 sylpheed to crash when closing the save-as dialog
2519                 using the window close button
2520
2521 2002-02-16 [carsten]    0.7.1claws7
2522         * src/mainwindow.[ch]
2523           src/summaryview.c
2524           src/prefs_common.c
2525                 fixes for pixmap theming code:
2526                         - recently changed mail attributes shouldn't get
2527                           lost any longer
2528                         - theme is only reloaded iff another theme was
2529                           selected
2530
2531 2002-02-16 [paul]       0.7.1claws6
2532
2533         * sync with sylpheed 0.7.2 release
2534                 see ChangeLog entry 2002-02-15 and 2002-02-16
2535
2536 2002-02-15 [paul]       0.7.1claws5
2537
2538         * sync with sylpheed 0.7.1cvs9
2539                 see ChangeLog entry 2002-02-15
2540
2541         * po/POTFILES.in
2542                 remove unneeded headerwindow.c entry
2543
2544 2002-02-14 [carsten]    0.7.1claws4
2545         * src/summaryview.c
2546                 fixed a bug for "Go to next unread message": there was
2547                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
2548                 in the prefs, because of doing "Search again" instead
2549                 "No"
2550
2551 2002-02-14 [carsten]    0.7.1claws3
2552         * src/stock_pixmap.c
2553                 removed 2 more mem leaks; following memprof,
2554                 this code is "leak free" now :)
2555
2556 2002-02-14 [carsten]    0.7.1claws2
2557         * src/stock_pixmap.c
2558                 used opendir/readdir/closedir instead of scandir
2559                 -> code should work now on Solaris
2560
2561 2002-02-14 [paul]       0.7.1claws1
2562
2563         * sync with sylpheed 0.7.1cvs8
2564                 see ChangeLog entries 2002-02-13 and 2002-02-14
2565
2566         * README.claws
2567                 add some description of Actions and Pixmap Themes
2568
2569 2002-02-13 [paul]       
2570
2571         * version 0.7.1claws release
2572
2573 2002-02-13 [paul]       0.7.1claws
2574
2575         * po/es.po
2576           po/it.po
2577           po/pt_BR.po
2578                 updated translations, submitted by Ricardo Mones Lastra,
2579                 Alessandro Maestri and Fabio Junior Beneditto
2580
2581 2002-02-13 [melvin]     0.7.0claws75
2582
2583         * src/prefs_actions.c
2584                 Added missing "signal.h" include
2585
2586 2002-02-13 [melvin]     0.7.0claws74
2587
2588         * src/prefs_folder_item.c
2589                 Added missing "config.h" include
2590         * po/fr.po
2591                 Updated French translation for folder propriety.
2592
2593 2002-02-13 [jens]       0.7.0claws73
2594
2595         * po/POTFILES.in
2596                 Added missing src/prefs_folder_item.c [log added by melvin]
2597         * po/de.po
2598                 Updated German translation.
2599
2600 2002-02-13 [melvin]     0.7.0claws72
2601
2602         * po/fr.po
2603                 Updated French translation.
2604
2605 2002-02-13 [melvin]     0.7.0claws71
2606
2607         * src/gtkutils.c
2608                 Made gtkut_editable_get_selection return NULL if selection
2609                 is of length zero.
2610                 This fixes a bug where selecting part of message A then
2611                 switching to message B and replying to it will not
2612                 quote the message's body.
2613
2614 2002-02-12 [paul]       0.7.0claws70
2615
2616         * src/mainwindow.c
2617                 cosmetic, relating to pixmap themes: on toolbar make 
2618                 updating of 'Exec' and 'Compose news/Compose email'
2619                 icons faster.
2620
2621 2002-02-12 [carsten]    0.7.0claws69
2622         * src/folderview.c
2623           src/mainwindow.[ch]
2624           src/stock_pixmap.c
2625           src/summaryview.c
2626           src/prefs_common.c
2627                 - refreshing after changing pixmap theme better
2628                   now (thanks Paul)
2629                 - wanted to remove some mem leaks, but alfons was
2630                   faster (and had the better solution ;)
2631
2632 2002-02-12 [alfons]     0.7.0claws68
2633
2634         * src/prefs_common.c
2635         * src/stock_pixmap.[ch]
2636                 plug mem leaks, refactor code a little bit
2637
2638
2639 2002-02-12 [sergey]     0.7.0claws67
2640
2641         * src/imap.c
2642                 Fixed problem with copying messages to IMAP folders when the
2643                 server uses something other than '/' as a namespace separator
2644                 (cyrus-imapd uses '.').
2645
2646 2002-02-12 [jens]       0.7.0claws66
2647
2648         * po/de.po
2649                 Updated German Translation
2650
2651 2002-02-12 [paul]       0.7.0claws65
2652
2653         * sync with sylpheed 0.7.1cvs1
2654                 see ChangeLog entry 2002-02-12
2655
2656 2002-02-12 [melvin]     0.7.0claws64
2657
2658         * src/prefs_actions.c
2659                 Fixed "feature" where children's output was duplicated 
2660                 instead of refreshed while monitoring.
2661                 Removed some debug code.
2662
2663 2002-02-12 [christoph]  0.7.0claws63
2664
2665         * src/compose.c
2666                 always delete message from queue after sending/send error
2667                 (closes bug #509601)
2668
2669 2002-02-12 [melvin]     0.7.0claws62
2670
2671         * src/prefs_actions.c
2672                 Children wait loop is now triggered with a timeout of 1s
2673                 Added %F which is replaced with the list of filenames 
2674                 of all selected messages (as suggested by Ricardo Mones Lestra)
2675                 Pipe syntax changed. Prefix with | to send selection, postfix
2676                 with | to retrieve output. Prefix with > or * to send
2677                 user definable input to the command (*: input is hidden)
2678                 Old pipe action should now be postfixed with |, too.
2679
2680 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
2681         * src/stock_pixmap.c
2682                 fixed a bug: if there's no theme directory don't
2683                 throw an error, just do "nothing" (thanks Alfons)
2684
2685 2002-02-12 [carsten]    0.7.0claws60
2686         * src/folderview.c
2687           src/summaryview.c
2688                 had to write the cache twice (nasty!); some marks would 
2689                 get lost if not
2690
2691 2002-02-11 [carsten]    0.7.0claws59
2692         * acconfig.h
2693           configure.in
2694           doc-src/maintainer_guide.txt
2695           src/compose.[ch]
2696           src/defs.h
2697           src/folderview.[ch]
2698           src/gtkutils.[ch]
2699           src/mainwindow.[ch]
2700           src/prefs_common.[ch]
2701           src/stock_pixmap.[ch]
2702           src/summaryview.[ch]
2703                 pixmap theming and related work on pixmap
2704                 handling on some other places
2705                 (e.g. hrm features for all folder)
2706           src/pixmap/stock_*.xpm -> the stock_ was removed
2707         
2708 2002-02-11 [paul]       0.7.0claws58
2709
2710         * sync with sylpheed 0.7.1 release
2711                 see ChangeLog entries 2002-02-11
2712
2713 2002-02-08 [paul]       0.7.0claws57
2714
2715         * sync with sylpheed 0.7.0cvs39
2716                 see ChangeLog entry 2002-02-07 (last entry) 
2717
2718         * src/prefs_actions.c
2719           src/prefs_filtering.c
2720           src/prefs_matcher.c
2721           src/prefs_scoring.c
2722                 sync: made it compile with C compilers other than gcc
2723
2724 2002-02-07 [paul]       0.7.0claws56
2725
2726         * sync with sylpheed 0.7.0cvs38
2727                 see ChangeLog entries 2002-02-06 (last 2 entries) and
2728                 2002-02-07
2729
2730 2002-02-07 [darko]      0.7.0claws55
2731
2732         * src/gtkutils.[ch]
2733         * src/summaryview.c
2734                 Fix const gchar */gchar * issue (thanks Hiro)
2735
2736 2002-02-07 [darko]      0.7.0claws54
2737
2738         * src/compose.[ch]
2739         * src/filtering.c
2740         * src/gtkutils.[ch]
2741         * src/prefs_template.c
2742         * src/quote_fmt.h
2743         * src/quote_fmt_parse.y
2744         * src/summaryview.c
2745         * src/utils.[ch]
2746                 When replying or forwarding an email don't quote the entire
2747                 mail body but use the part of the message text that is selected
2748
2749 2002-02-06 [melvin]     0.7.0claws53
2750
2751         * src/prefs_common.[ch]
2752         * src/gtkspell.[ch]
2753         * src/compose.c
2754                 Made possible to switch quickly to last used dictionary
2755                 which makes checking bilingual documents easier.
2756
2757 2002-02-06 [melvin]     0.7.0claws52
2758         
2759         * po/POTFILES.in
2760                 Added forgotten new file src/prefs_actions.c
2761
2762 2002-02-06 [melvin]     0.7.0claws51
2763
2764         * src/prefs_actions.c   ** NEW FILE **
2765         * src/prefs_actions.h   ** NEW FILE **
2766                 Added actions to execute on message text view, or on the
2767                         message's file.
2768         * src/Makefile.am
2769                 Added src/prefs_actions.[ch]
2770         * src/compose.c
2771                 Added new menu "Edit/Actions"
2772         * src/defs.h
2773                 Added new actionsrc file.
2774         * src/main.c
2775                 Added actionsrc reading.
2776         * src/mainwindow.c
2777                 Added new menus "Edit/Actions" and "Configuration/Actions..."
2778         * src/prefs_common.h
2779                 Added new element actionslst element to prefs_common.
2780
2781 2002-02-06 [paul]       0.7.0claws50
2782
2783         * sync with sylpheed 0.7.0cvs36
2784                 see ChangeLog entry 2002-02-06
2785
2786 2002-02-05 [paul]
2787
2788         * po/es.po
2789                 updated by Ricardo Mones Lastra
2790
2791 2002-02-05 [paul]       0.7.0claws49
2792
2793         * sync with sylpheed 0.7.0cvs33
2794                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
2795
2796 2002-02-05 [paul]       0.7.0claws48
2797
2798         * src/compose.c
2799                 re-add 'Edit/Advanced/Delete entire line', previously named
2800                 'Delete Line+'
2801
2802 2002-02-04 [paul]       0.7.0claws47
2803
2804         * src/compose.c
2805           src/summaryview.c
2806                 fix bug #494993 (Reply All not taking Reply-To into consi)
2807                 eliminate differences in behaviour of right-click 'Reply to all' 
2808                 in summary view and 'Reply to all' on the toolbar. 
2809                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
2810                 view and From gets ignored by 'Reply to all' on toolbar.
2811                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
2812                 From when no Reply-To header is present.
2813
2814 2002-02-04 [paul]       0.7.0claws46
2815
2816         * sync with sylpheed 0.7.0cvs30
2817                 see ChangeLog entries 2002-02-03 and 2002-02-04
2818
2819 2002-02-03 [melvin]     0.7.0claws45
2820
2821         * src/gtkspell.[ch]
2822                 Readded function to highlight all misspelled words.
2823                 Fixed bug where user-provided-words did not replace
2824                         correctly the misspelled word when using the mouse.
2825                 Fixed bug where checking a region selected from right to left did
2826                         not check the region at all.
2827                 Fixed bug where 'Check backwards' may not check at all. 
2828                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
2829                 Fixed possible buffer overflow when checking for long strings (>1k).
2830                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
2831                 Accelerators code uses now gtk_widget_add_accel.
2832                 Removed and disabled obsolete and unfinished code.
2833                 Cleaning up.
2834
2835         * src/compose.c
2836                 Added menu item to Highlight all misspelled words.
2837
2838 2002-02-01 [paul]       0.7.0claws44
2839
2840         * src/mainwindow.c
2841                 fix '/View/Hide read messages' sensitivity when all
2842                 messages in a folder are hidden
2843
2844 2002-02-01 [paul]       0.7.0claws43
2845
2846         * src/main.c
2847                 add --send option to command line interface, sends all
2848                 queued mail. Patch submitted by Ricardo Mones Lastra.
2849
2850 2002-01-31 [paul]       0.7.0claws42
2851
2852         * src/mainwindow.c
2853                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
2854
2855 2002-01-31 [paul]       0.7.0claws41
2856
2857         * sync with sylpheed 0.7.0cvs27
2858                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
2859                 and 2002-01-31
2860
2861         * src/textview.c
2862                 comment out elements of textview_show_part() as temporary
2863                 workaround for attachment 'Display as text' bug 
2864
2865         * po/pt_BR.po
2866                 updated by Fabio Junior Beneditto
2867
2868 2002-01-30 [paul]       0.7.0claws40
2869
2870         * sync with sylpheed 0.7.0cvs24
2871                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
2872                 and 2002-01-30
2873
2874         * src/compose.c
2875                 add {N_("/_Spelling"), ... "<Branch>"} to 
2876                 GtkItemFactoryEntry compose_entries[]
2877
2878         * src/prefs_common.c
2879                 add claws menu items to prefs_keybind_apply_clicked()
2880                 and remove non-claws menu items
2881
2882 2002-01-29 [paul]       0.7.0claws39
2883
2884         * sync with sylpheed 0.7.0cvs22
2885                 see ChangeLog entries 2002-01-28 and 2002-01-29
2886
2887 2002-01-28 [melvin]     0.7.0claws38
2888
2889         * src/compose.c
2890                 Added the declartion of compose_send_control_enter.
2891
2892         * src/compose.c
2893         * src/gtkspell.[ch]
2894                 Added in a 'Spelling' menu which includes the configuration menu. 
2895                 Added a real 'Check all' and got rid from the old one which only
2896                 highlited misspelled word.
2897                 Made 'Check while typing' a disableable option.
2898                 Added a dialog when there are no more misspelled word.
2899                 Added a dialog if error occurs when switching to a dictionary.
2900         
2901         * src/prefs_common.[ch]
2902                 Added option for the default 'Check while typing' option.
2903
2904
2905 2002-01-28 [alfons]     0.7.0claws37
2906
2907         * src/compose.c
2908                 fix buglet and make code comply with sylpheed code style
2909
2910 2002-01-28 [paul]       0.7.0claws36
2911
2912         * sync with sylpheed 0.7.0cvs19
2913                 see ChangeLog entries for 2002-01-28
2914
2915 2002-01-28 [hoa]        0.7.0claws35
2916
2917         * src/defs.h
2918                 added rendererrc
2919
2920         * src/main.c
2921                 read the renderer config
2922
2923         * src/procmime.[ch]
2924                 use the renderer config to convert mime attachments
2925
2926         * src/textview.c
2927                 don't use textview_show_html/ertf,
2928                 use get_text_content instead
2929
2930 2002-01-27 [alfons]     0.7.0claws34
2931         
2932         * src/news.c
2933                 make sylpheed believe it can delete a news message...
2934                 (messages are NOT deleted, maybe we should remove
2935                 processing from the folder properties after all.)
2936
2937 2002-01-27 [alfons]     0.7.0claws33
2938
2939         * src/folder.c
2940                 add extra checks
2941         * src/news.c
2942                 implement remove_msg() 
2943
2944 2002-01-27 [alfons]     0.7.0claws32
2945
2946         * src/procmsg.h
2947         * src/procheader.c
2948         * src/messageview.c
2949                 fix return receipt / disposition notification again. this
2950                 stuff seems to break on _every_ major summary UI change, so
2951                 it's now implemented using a flag which is saved in the
2952                 marks cache
2953                 
2954 2002-01-26 [alfons]     0.7.0claws31
2955
2956         * src/import.c
2957                 let import dialog show the destination folder identifier
2958
2959 2002-01-26 [melvin]     0.7.0claws30
2960
2961         * src/folderview.c
2962         * src/summaryview.c
2963                 Readded 'Mark all read' into summary view popup menu
2964                 Added 'Mark all read' in folder view popup menu for IMAP
2965                 and NNTP.
2966                 Made it insensitive if the selected folder is not the shown
2967                 one to avoid 'Mark all read' on the wrong folder.
2968                 
2969 2002-01-26 [paul]       0.7.0claws29
2970
2971         * src/folderview.c
2972           src/summaryview.c
2973                 move 'Mark all read' from summary view to folder view
2974                 menu. (adapted from) patch submitted by Jeremy Andrews,
2975                 <lists@kerneltrap.com>
2976
2977 2002-01-25 [alfons]     0.7.0claws28
2978
2979         * src/gtkstext.c
2980                 put the gtk class name back so GtkSText adapts the 
2981                 settings of GtkText
2982
2983 2002-01-25 [alfons]     0.7.0claws27
2984
2985         * src/folderview.c 
2986                 assimilate Ricardo's patch that shows pixmaps instead of
2987                 plain "new" and "unread" texts in the folder view column
2988                 headers 
2989
2990 2002-01-25 [paul]       0.7.0claws26
2991
2992         * src/Makefile.am
2993                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
2994                 be found in non-standard locations. 
2995                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
2996
2997 2002-01-25 [paul]       0.7.0claws25
2998
2999         * sync with sylpheed 0.7.0cvs16
3000                 see ChangeLog entry 2002-01-25
3001
3002 2002-01-24 [paul]       0.7.0claws24
3003
3004         * more sync with sylpheed 0.7.0cvs15
3005                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
3006
3007 2002-01-23 [sergey]     0.7.0claws23
3008
3009         * src/importldif.c
3010                 Fixed segfault when closing LDIF import wizard with
3011                 the window manager.
3012         * src/imageview.c
3013         * src/imageview.h
3014         * src/messageview.c
3015         * src/mimeview.c
3016                 Fixed wrong scrolling position after switching between
3017                 text and image parts.
3018
3019 2002-01-23 [paul]       0.7.0claws22
3020
3021         * sync with sylpheed 0.7.0cvs15
3022                 see ChangeLog entries 2002-01-22 and 2002-01-23
3023
3024 2002-01-21 [melvin]     0.7.0claws21
3025
3026         * src/prefs_scoring.c
3027         * src/prefs_filtering.c
3028                 Fixed bug where scoring and filtering windows stopped
3029                 autochecking.
3030
3031 2002-01-21 [paul]       0.7.0claws20
3032
3033         * sync with sylpheed 0.7.0cvs12
3034                 see ChangeLog entries 2002-01-20 and 2002-01-21
3035
3036 2002-01-21 [carsten]    0.7.0claws19
3037         * src/mainwindow.c
3038         * src/menu.[ch]
3039         * src/messageview.[ch]
3040         * src/summaryview.[ch]
3041                 changes to shortcuts handling again:
3042                         + "Q" now controled by mainwin
3043                         + v/V are now customizable and have slightly
3044                           different meanings
3045                 the "button" to minimize the messageview (and maximize
3046                 the summary view) is a real button now
3047         * src/compose.c
3048                 "Delete Line+" added to Edit/Advanced (this will also
3049                 delete the '\n')
3050
3051 2002-01-20 [melvin] 0.7.0claws18
3052
3053         * src/addressbook.c
3054                 Made "Bcc" sensitive when addressbook is called from
3055                 compose window (it was a Claws only bug).
3056
3057 2002-01-19 [alfons] 0.7.0claws17
3058
3059         * src/inc.c
3060                 prevent unnecessary updates when currently selected folder has
3061                 no new messages 
3062
3063 2002-01-19 [alfons] 0.7.0claws16
3064         
3065         * src/summaryview.c
3066                 prevent writing the cache based on current message list in summary 
3067                 view when filtering also put messages in currently selected folder
3068
3069 2002-01-19 [paul]
3070
3071         * po/it.po
3072                 Italian translation submitted by Alessandro Maestri
3073                 <a.maestri@cs.tin.it>
3074
3075 2002-01-18 [melvin]     0.7.0claws15
3076
3077         * src/prefs_filters.c
3078                 fixed bug where 'cancel' from 'filters' window stops autochecking
3079                 if the timer timed out  when the window was open.
3080
3081 2002-01-18 [match]      0.7.0claws14
3082
3083         * src/addrclip.[ch]     ** NEW FILE **
3084         * src/addrselect.[ch]   ** NEW FILE **
3085         * src/adbookbase.h      ** NEW FILE **
3086                 addressbook cut, copy and paste
3087         * src/addrbook.[ch]
3088         * src/addrcache.[ch]
3089         * src/addressitem.h
3090         * src/addrindex.[ch]
3091         * src/addritem.[ch]
3092         * src/importldif.c
3093         * src/importmutt.c
3094         * src/jpilot.[ch]
3095         * src/syldap.[ch]
3096         * src/vcard.[ch]
3097         * src/jpilot.[ch]
3098         * src/editbook.c
3099         * src/editjpilot.c
3100         * src/editldap.c
3101         * src/editvcard.c
3102                 support for copy/paste
3103         * src/addressbook.c
3104                 support for copy/paste
3105                 tidy up menu option processing
3106                 correct address list function arguments
3107         * src/editaddress.c
3108                 sort user attributes
3109         * src/ldif.h
3110         * src/mutt.h
3111                 tidy up
3112
3113         * src/addrbook.[ch]
3114         * src/addrbook.[ch]
3115         * src/addrbook.[ch]
3116                 
3117
3118 2002-01-18 [paul]       0.7.0claws13
3119
3120         * sync with sylpheed 0.7.0cvs8
3121                 configure.in: support Mac OS X (Darwin)
3122
3123 2002-01-18 [carsten]    0.7.0claws12
3124         * src/html.c
3125                 small hack to fix a segfault with an empty href
3126                 (reported by Alexandra Walford <deeni@altern.org>)
3127         * src/mainwindow.c
3128         * src/summaryview.c
3129                 the shortcuts for Mark und Mark as unread are hardcoded
3130                 again
3131         * src/compose.c
3132         * src/gtkstext.[ch]
3133                 readded the shortcuts in gtkstext but made them
3134                 customizeable (simply by adding a menu plus a wrapper
3135                 to compose.c)
3136
3137 2002-01-17 [melvin]     0.7.0claws11
3138
3139         * src/gtkspell.c
3140                 fix default dictionary not being saved.
3141
3142 2002-01-16 [darko]      0.7.0claws10
3143
3144         * src/compose.c
3145                 fix wrapping crash with URL longer than wrapping margin
3146
3147 2002-12-08 [hoa]        0.7.0claws10
3148
3149         * src/matcher_parser_parse.y
3150                 fixed some bugs
3151
3152         * src/prefs_filtering.c
3153                 now, we can use bounce action in the dialog box.
3154
3155 2002-01-16 [carsten]    0.7.0claws9
3156         * src/gtkstext.c
3157                 removed the <control> and <alt> shortcuts because they're
3158                 not needed and interefered with the "normal" shortcuts
3159         * src/mainwindow.c
3160         * src/summaryview.c
3161                 removed most of the hardcoded shortcuts and assigned
3162                 them to menu entries making them easy customizable by
3163                 that
3164
3165 2002-01-16 |melvin]     0.7.0claws8
3166
3167         * src/gtkspell.c
3168                 fixed bug where using the mouse and when the compose
3169                 window is not on top may result in a crash.
3170
3171 2002-01-16 [melvin]     0.7.0claws7
3172
3173         * src/compose.c
3174                 fixed a long standingspell checker bug which could 
3175                 cause a crash after sending a message.
3176
3177 2002-01-16 [paul]       0.7.0claws6
3178
3179         * sync with sylpheed 0.7.0cvs7
3180                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
3181                 2002-01-15, and 2002-01-16
3182
3183 2002-01-16 [melvin]     0.7.0claws5
3184
3185         * README.claws
3186         * src/compose.c
3187         * src/gtkspell.[ch]
3188         * src/main.c
3189                 Heavily modified spell checker code to work around
3190                 ispell bug, to add keyboard shortcuts and for future
3191                 enhancements. See README.claws for usage information.
3192
3193 2002-01-15 [alfons]     0.7.0claws4
3194         
3195         * src/summaryview.c
3196                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
3197                 so sorting within threads reflects sort mode
3198
3199 2002-01-15 [christoph]  0.7.0claws3
3200
3201         * src/procmsg.c
3202                 added alertpanel if mail sending failed
3203
3204 2002-01-15 [alfons]     0.7.0claws2
3205         
3206         * src/prefs_filtering.c
3207                 don't stop timer when prefs filtering dialog is opened
3208
3209 2002-01-14 [alfons]     0.7.0claws1
3210
3211         * src/addr_compl.c
3212         * src/prefs.c
3213                 remove debug_print()s for privacy reasons
3214
3215 2002-01-14 [darko]      0.7.0claws
3216
3217         * README.claws
3218                 quotation wrapping is now also in the main branch
3219
3220 2002-01-14 [paul]
3221
3222         * tools/filter_conv.pl
3223                 allow for Boolean Op and case-sensitivity
3224                 this file is included in the release and tagged
3225                 'rel_0_7_0'
3226
3227 2002-01-13 [paul]       0.7.0claws
3228
3229         * release 0.7.0, with cvs tag 'rel_0_7_0'
3230
3231 2002-01-13 [paul]
3232
3233         * tools/filter_conv.pl
3234         * tools/README
3235                 rewritten to output to matcherrc instead of filteringrc
3236
3237         * po/es.po
3238                 updated Spanish translation by Ricardo Mones Lastra
3239
3240 2002-01-13 [alfons]
3241
3242         * po/nl.po
3243                 update dutch translation
3244
3245 2002-01-13 [paul]
3246
3247         * po/pt_BR.po
3248                 Updated by Fabio Junior Beneditto 
3249
3250 2002-01-13 [melvin]     0.6.6claws53
3251
3252         * po/fr.po
3253                 Updated french translation
3254
3255 2002-01-12 [alfons]     0.6.6claws52
3256
3257         * src/filtering.c
3258                 plug mem leak that has been sitting there for ages              
3259
3260 2002-01-12 [alfons]     0.6.6claws51
3261
3262         * src/summaryview.c
3263                 undo melvin's changes from 0.6.6claws48 because summary
3264                 view now refuses to select first unread message when
3265                 selecting a folder 
3266
3267 2002-01-11 [alfons]     0.6.6claws50
3268
3269         * src/import.c
3270                 use claws' semantics for getting folder item when
3271                 importing an mbox file into a folder 
3272                 (submitted by Dale P. Smith)
3273
3274 2002-01-11 [christoph]  0.6.6claws49
3275
3276         * src/prefs.h
3277                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
3278                 toggle widget, because non static prefs can not use
3279                 prefs_set_* functions
3280         * src/prefs_account.c
3281                 toggle smtp auth password field sensitivity if
3282                 user id is empty and add descrition of usage for
3283                 these fields
3284         * src/prefs_folder_item.c
3285                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
3286                 callbacks
3287
3288 2002-01-11 [melvin]     0.6.6claws48
3289
3290         * src/compose.c
3291                 fix the 'Ctrl-Enter' feature for sending and test really
3292                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
3293                 editables which was not documented in Gtk)
3294
3295         * src/summaryview.c
3296                 Made summaryview refresh after sorting and not before.
3297
3298 2002-01-11 [christoph]  0.6.6claws47
3299
3300         * src/compose.c
3301                 select account from account ids if possible and
3302                 correctly set save folder for copy in reedit
3303
3304 2002-01-10 [paul]       0.6.6claws46
3305
3306         * sync with sylpheed 0.7.0 release
3307                 see ChangeLog entries 2002-01-07, 2002-01-08 and
3308                 2002-01-09
3309
3310 2002-01-09 [alfons]
3311
3312         * src/summaryview.c
3313                 remove more dirt traces...
3314
3315 2002-01-09 [alfons]
3316         
3317         * src/summaryview.c
3318                 clean up some traces of my debugging stuff
3319
3320 2002-01-09 [alfons]     0.6.6claws45
3321
3322         * src/filtering.c
3323                 break up filteringprop_apply() in three separate pieces
3324                 so we can drop messages that failed processing in the
3325                 inbox
3326
3327         * src/summaryview.c
3328                 fix bug #469598 "no refresh of inbox after filter" which 
3329                 was introduced by the new summary view locking, and which 
3330                 prevented the summary view to update after a manual filter 
3331                 message. claw's filter message requires a summary_show().
3332                 (aargh, summary_show() again! :-)
3333                 
3334 2002-01-07 [alfons]     0.6.6claws44
3335
3336         * src/headerwindow.c
3337         * src/logwindow.c
3338         * src/messageview.c
3339         * src/sourcewindow.c
3340                 bring in Hiro's last 0.7.0 wm class fixes
3341
3342         * tools/sylprint.pl
3343                 bring in Ricardo's fix for sylprint script
3344
3345         * AUTHORS       
3346         * src/rfc2015.[ch]
3347         * src/prefs_common.[ch]
3348         * src/prefs_account.[ch]
3349         * src/compose.c
3350                 clean up account preference poison in rfc2015,
3351                 and preparation to fix double sign bug 
3352                 (patch submitted by Simon 'corecode' Schubert)
3353
3354 2002-01-07 [christoph]  0.6.6claws43
3355
3356         * src/mh.c
3357                 search for free message number, do not only rely
3358                 on last_num
3359         * src/send.c
3360                 fix smtp auth and use extra account information
3361                 if available, if not use pop3 data instead
3362                 (closes bug #500341)            
3363         * src/ssl.[ch]
3364                 match coding style
3365
3366 2002-01-06 [alfons]     0.6.6claws42
3367
3368         * src/mainwindow.c
3369                 try making the separate windows work again...
3370
3371 2002-01-06 [alfons]     0.6.6claws41
3372
3373         * src/mainwindow.c
3374                 adapt Hiro's separate window menu (to get rid of the funny
3375                 duplicate menu items), and make it work again
3376
3377 2002-01-06 [alfons]     0.6.6claws40
3378
3379         * tools/Makefile.am
3380         * tools/sylprint.rc
3381         * tools/sylprint.pl
3382         * tools/README.sylprint
3383                 add sylprint script for printing mails from Sylpheed
3384                 (contributed by Ricardo Mones Lastra)
3385
3386         * src/acount.c
3387                 clean up
3388
3389 2002-01-06 [melvin]     0.6.6claws39
3390
3391         * src/mainwindow.c
3392         * src/summaryview.c
3393                 Fixed crash introduced in 0.6.6claws38 by the menu
3394                 reorganisation (Hide read messages)
3395         
3396         * ChangeLog.claws 
3397                 Fixed typo (we are now in 2002, alfons ;) )
3398
3399 2002-01-05 [alfons]     0.6.6claws38
3400
3401         * sync with sylpheed 0.6.6cvs10-17
3402                 (last stuff marked as LAST_STABLE)
3403
3404 2002-01-04 [melvin]     0.6.6claws37
3405
3406         * src/account.c
3407                 Made account selection code use strcasestr again instead of
3408                 g_strcasecmp (fixes bug where reediting queued messages
3409                 did not select proper account reported by T. Link).
3410         
3411         * src/folderview.c
3412                 Fix bug where folder icons are not shown when 'hide read messages'
3413                 is on.
3414         
3415         * src/stock_pixmaps.[ch]
3416                 Added folder icons for 'hide read messages'.
3417         
3418         * src/compose.c
3419                 Fixed bug where 'Enter' in a header entry will send the message 
3420                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
3421
3422 2002-01-03 [melvin]     0.6.6claws36
3423         
3424         * src/prefs.[ch]
3425                 Added popup menu for common preferences and
3426                 account preferences (right click on tab displays
3427                                 a menu of all tabs.)
3428
3429 2002-01-02 [melvin]     0.6.6claws35
3430
3431         * src/gtkspell.[ch]
3432                 Made spelling code compatible with undo/redo feature.
3433                 Added creation of suggestion mode menu for the general
3434                         preferences.
3435         
3436         * src/prefs_common.[ch]
3437                 Added option menu for the speller's suggestion mode.
3438                 Added missing spaces in "..." buttons and made a "..."
3439                         button non translatable!
3440         
3441         * src/compose.c
3442                 Made speller use the default suggestion mode.
3443                 Hack to make it possible to choose 'CTRL-Enter' as a
3444                         shortcut for sending (and only for sending).
3445
3446         * src/prefs_folder_item.c
3447                 Changing subject simplification does not update cache 
3448                         anymore (because it is unnecessary).
3449                 Fixed bug where changing subject simplification updated the 
3450                         summaryview even when the viewed folder is not the
3451                         folder which properties are being changed. (E.g. 
3452                                         viewing folder A and changing
3453                                         the subject simplification of 
3454                                         folder B -not being viewed- updated the 
3455                                         summaryview of folder A with data of
3456                                         folder B). (Hope this is clear... )
3457
3458 2001-12-31 [alfons]     0.6.6claws34
3459         
3460         * src/ldif.c
3461         * src/mutt.c
3462                 fgetc() returns a signed integer which doesn't
3463                 fit in a char. so c truncates this to a char
3464                 but we may lose significant bits. i.e. we may
3465                 comparing 0xFF which may not be equal to -1
3466                 unless properly casted to signed char which
3467                 we won't do because fgetc() returns a signed
3468                 integer which doesn't fit in a char. so c 
3469                 truncates this to a char but we may lose 
3470                 significat bits. (you got the idea, thanks
3471                 to Gustavo Noronha Silva <kov@debian.org>
3472                 and the Debian folks!)
3473
3474 2001-12-30 [alfons]     0.6.6claws33
3475
3476         * src/prefs_common.c
3477                 add #ifdef USE_PSPELLs that Melvin forgot               
3478
3479 2001-12-30 [melvin]     0.6.6claws32
3480         
3481         * src/prefs_common.[ch]
3482                 Added configurable color for misspelled words.
3483
3484         * src/gtkspell.[ch]
3485                 Fixed bug of foreground text color (reported by David
3486                                 Mehrmann)
3487                 Added configurable color for misspelled words.
3488
3489 2001-12-30 [alfons]     0.6.6claws31
3490
3491         * src/folder.c
3492                 remove unnecessary things someone put there
3493
3494         * src/mh.c
3495         * src/folder.[ch]
3496                 make folder properties (like threading and sorting) persistent
3497                 (closes bug #497424 "rescan folder tree resets proprieties")
3498                 currently this is only for MH folders. 
3499
3500 2001-12-29 [melvin]     0.6.6claws30
3501
3502         * src/string_match.[ch]
3503                 Optimized a bit: regexp pattern buffer compiled only once, and
3504                   one subroutine call removed. Fixed ^ regexp search: Now, 
3505                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
3506         
3507         * src/summaryview.c
3508                 Subject filtering changed to filter summary columns and
3509                   not directly the messages subject cache. The loss in 
3510                   performance is balanced by the improvement of string_match.
3511                 Added an alert panel if there is an error in the regexp.
3512
3513         * src/src/prefs_folder_item.h
3514                 Added a regexp pattern buffer.
3515
3516 2001-12-28 [alfons]     0.6.6claws29
3517
3518         * src/string_match.[ch]
3519                 clean up name space
3520                 allow compilation *BSD
3521
3522 2001-12-27 [alfons]     0.6.6claws28
3523
3524         * src/filter.c
3525                 sync the Hiro's bug fix for BSD
3526
3527 2001-12-27 [melvin]     0.6.6claws27
3528         
3529         * src/compose.c
3530                 Simplify focus to subject entry code.
3531
3532 2001-12-27 [darko]      0.6.6claws26
3533
3534         * src/filtering.c
3535         * src/mbox_folder.c
3536         * src/messageview.c
3537         * src/mh.c
3538         * src/procheader.[ch]
3539         * src/procmsg.h
3540         * src/stock_pixmap.[ch]
3541         * src/summaryview.c
3542                 Show key icon for encrypted mails in summary view
3543
3544         * src/pixmaps/clip.xpm
3545         * src/pixmaps/clipkey.xpm
3546         * src/pixmaps/key.xpm
3547                 New/modified icons for the above
3548
3549 2001-12-27 [melvin]     0.6.6claws25
3550
3551         * src/prefs_common.c
3552                 Put spell checker options in a separate tab to decrease
3553                 the Common Preferences window height.
3554
3555         * README.claws  
3556                 Update spell checker usage instruction about its options
3557                 location.
3558
3559 2001-12-27 [melvin]     0.6.6claws24
3560
3561         * src/compose.c
3562                 Changed subject entry widget position. Initial focus is
3563                 on the To header instead of the subject entry.
3564                 Creating a new header scrolls the header list to make the
3565                 created one visible. Nevertheless, when automatically filling
3566                 headers, the first one is shown.
3567                 A Tab key press in the last empty header entry zips the 
3568                 focus to the subject entry.
3569                 (I did not change the combo boxes, yet)
3570
3571 2001-12-26 [alfons]     0.6.6claws23
3572
3573         * src/prefs_account.c
3574         * src/inc.c
3575                 allow default inbox to reside in another mailbox (only
3576                 works for POP3 accounts)
3577
3578 2001-12-26 [alfons]     0.6.6claws22
3579         
3580         * src/textview.c
3581                 make reply-on-click work with the account of the selected folder
3582         * src/compose.c
3583                 put a fixme here to remind me to fix finding correct default
3584                 account for nested folders
3585
3586 2001-12-25 [alfons]     0.6.6claws21
3587
3588         * src/summaryview.c
3589                 make column headers display locked and mark pixmaps (idea by Melvin) 
3590                 fix bug by adding score and locked column type to sort array
3591
3592 2001-12-25 [alfons]     0.6.6claws20
3593         
3594         * src/summaryview.c
3595                 catch a *potentially* inadvertent write back of  
3596                 the message cache(s) introduced by 0.6.5claws37
3597
3598 2001-12-25 [christoph]  0.6.6claws19
3599
3600         * src/stock_pixmap.[ch]
3601         * src/summaryview.c
3602                 add ignore thread pixmap
3603                 (can someone draw a better icon for this?)
3604
3605 2001-12-24 [alfons]     0.6.6claws18
3606
3607         * src/prefs_folder_item.c
3608                 make address completion actually work for the
3609                 Default To address in the Folder Property dialog.
3610
3611 2001-12-24 [alfons]     0.6.6claws17
3612         
3613         * src/summaryview.c
3614                 use new style regexp for subject stripping 
3615                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
3616
3617 2001-12-24 [darko]      0.6.6claws16
3618
3619         * src/pgptext.c
3620         * src/rfc2015.c
3621                 move GPG related informational messages to debug mode
3622
3623 2001-12-23 [alfons]     0.6.6claws15
3624
3625         * src/stock_pixmap.[ch]
3626         * src/summaryview.c
3627                 add the forgotten Claws' locked pixmap
3628
3629 2001-12-23 [alfons]     0.6.6claws14
3630
3631         * src/filesel.c
3632                 accept file name typed in entry in multi file
3633                 selector (patch submitted by Gustavo Noronha Silva 
3634                 <kov@debian.org>)
3635
3636 2001-12-23 [alfons]     0.6.6claws13
3637
3638         * src/prefs_filter.c
3639         * src/prefs_filtering.c
3640         * src/matcher.c
3641         * src/importmutt.c
3642                 clean up a little bit
3643         
3644         * src/string_match.c
3645                 validate input strings a little bit more
3646
3647 2001-12-23 [alfons]     0.6.6claws12
3648
3649         * src/Makefile.am
3650         * src/summaryview.c
3651         * src/string_match.[ch]         ** NEW **
3652         * src/folderview.[ch]
3653         * src/headerview.h
3654         * src/folder.[ch]
3655         * src/prefs_folder_item.[ch]
3656                 add subject simplification to strip out strings from
3657                 a subject line (esp. handy for mailing lists). 
3658                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
3659                 but slightly changed things for better integration.)
3660
3661 2001-12-23 [alfons]     0.6.6claws11
3662
3663         * src/mainwindow.c
3664                 fix bug introduced by submission included in 0.6.5claws52.
3665                 ideally this submission should clean the trash if any trash
3666                 folder has a message. however, the hasTrash variable was
3667                 set to false whenever a trash folder was empty (discarding
3668                 a previously found *filled* trash folder.)
3669
3670                 also edited the code a little bit and made it more safe.
3671
3672 2001-12-22 [alfons]     0.6.6claws10
3673
3674         * src/imap.c
3675                 quick fix for Martin Pool's omission of an account
3676                 specific SSL setting
3677
3678 2001-12-22 [alfons]     0.6.6claws9
3679
3680         * src/compose.c
3681         * src/messageview.c
3682         * src/mimeview.c
3683         * src/pgptext.c
3684         * src/procmime.[ch]
3685                 better support for multipart/digest (submitted
3686                 by Fredrik <e98fo@efd.lth.se>)
3687
3688 2001-12-22 [alfons]     0.6.6claws8
3689
3690         * src/addressbook.c
3691                 correct function signature
3692      &