* src/folderview.c
[claws.git] / ChangeLog.claws
1 2002-07-25 [christoph]  0.8.0claws10
2
3         * src/folderview.c
4         * src/mainwindow.c
5         * src/prefs_folder_item.c
6         * src/summaryview.[ch]
7                 remove no longer required parameter update_cache from
8                 summary_show
9
10 2002-07-25 [paul]       0.8.0claws9
11
12         * sync with 0.8.1
13         
14         * AUTHORS
15                 a few corrections
16
17 2002-07-24 [alfons]     0.8.0claws8
18
19         * src/summaryview.c
20                 sort correctly when using simplified subject line
21                 (closes feature request "[ 585141 ] applying regexp to subject 
22                 before sort" submitted by Alexandra Walford)
23
24 2002-07-24 [paul]       0.8.0claws7
25
26         * sync with 0.8.0cvs3
27                 see ChangeLog 2002-07-24
28
29 2002-07-23 [christoph]  0.8.0claws6
30
31         * src/folder.c
32         * src/folder.h
33         * src/summaryview.c
34         * src/summaryview.h
35         * src/main.c
36                 o separate processing and summaryview
37                 o removed summary_write_cache from summaryview
38                 o removed summaryview->killed_messages, because we don't have
39                   to keep a list of killed messages anymore. New cache will
40                   keep the hidden messages in cache anyway
41         * src/folderview.c
42         * src/inc.c
43         * src/selective_download.c
44                 o removed unnecessary summary_write_cache calls
45         * src/procmsg.c
46                 o don't set ignore thread flag in procmsg_get_thread_tree
47                   if it is already set
48         * src/mainwindow.c
49         * src/statusbar.h
50                 o moved STATUSBAR_PUSH/POP to statusbar.h because
51                   they are used in different files
52
53 2002-07-23 [melvin]     0.8.0claws5
54
55         * src/addressbook.c
56         * src/addrgather.c
57         * src/editaddress.c
58         * src/editgroup.c
59         * src/editldap_basedn.c
60         * src/importldif.c
61         * src/prefs_common.c
62                 Fixed few memory leak (gtk_editable_get_chars returns
63                 an allocated string)
64         * src/logwindow.c
65                 Fixed few memory leak (gtk_editable_get_chars returns
66                 an allocated string) and modified a little the log cutting
67                 loop.
68         * src/compose.c
69                 Replaced a call to an obsolete function gtk_entry_get_text()
70                 by gtk_editable_get_chars()
71         * src/send.c
72                 Removed a debug printf
73
74 2002-07-23 [christoph]  0.8.0claws4
75
76         * src/filesel.c
77                 fix another g_dirname memory leak
78
79 2002-07-23 [christoph]  0.8.0claws3
80
81         * src/mh.c
82                 fixed a memory leak in mh_fetch_msginfo
83                 fixed crash when message header could not be
84                 parsed
85
86 2002-07-23 [paul]       0.8.0claws2
87
88         * sync with 0.8.0cvs2
89                 see ChangeLog 2002-07-23
90
91 2002-07-23 [paul]       0.8.0claws1
92
93         * sync with 0.8.0cvs1
94                 see ChangeLog 2002-07-23
95
96 2002-07-23 [paul]       0.8.0claws
97
98         * release of 0.8.0claws
99
100 2002-07-23 [paul]       0.7.8claws99
101
102         * po/ru.po
103                 new Russian translation, submitted by
104                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
105
106 2002-07-22 [jens]       0.7.8claws98
107
108         * po/de.po
109                 Updated German translations.
110
111 2002-07-22 [paul]       0.7.8claws97
112
113         * po/es.po
114           po/it.po
115           po/nl.po
116           po/pt_BR.po
117                 updated translations by Ricardo Mones Lastra,
118                 Alessandro Maestri, Wilbert Berendsen and 
119                 Fabio Jr. Beneditto respectively
120
121 2002-07-22 [christoph]  0.7.8claws96
122
123         * src/mimeview.c
124                 fix memory leak caused by wrong g_dirname usage
125
126 2002-07-22 [christoph]  0.7.8claws95
127
128         * src/summaryview.c
129                 update new and unread message counts for summaryview
130                 summaryview does not get it from the folder anymore
131                 and has to update the values itself
132
133 2002-07-22 [melvin]     0.7.8claws94
134
135         * po/fr.po
136                 Updated French translations.
137
138 2002-07-22 [christoph]  0.7.8claws93
139
140         * src/matcher.c
141                 set prop->preg pointer to NULL or following check
142                 will not fail and regexec will be called with
143                 invalid pointer
144
145 2002-07-21 [alfons]     0.7.8claws92
146         
147         * src/prefs_common.[ch]
148                 remove option "Send return receipt on request"
149
150 2002-07-21 [thorsten]   0.7.8claws91
151
152         * src/mimeview.c
153                 fixed memleaks, coding style as pointed out by alfons
154
155 2002-07-21 [alfons]     0.7.8claws90
156
157         * src/messageview.c
158         * src/noticeview.[ch]
159                 o fix bug notice view being displayed when going to empty folder 
160                   (noticed by Christoph)
161                 o allow RRR to be sent when restarting sylpheed, or changing folder 
162                   (noticed by Thorsten)
163
164 2002-07-21 [thorsten]   0.7.8claws89
165
166         * src/mimeview.c
167                 Included save_all patch from Xaview FACQ
168                 added support for pathnames
169
170 2002-07-21 [alfons]     0.7.8claws88
171
172         * po/POTFILES.in
173         * src/Makefile.am
174         * src/mainwindow.c
175         * src/messageview.[ch]
176         * src/noticeview.c      ** NEW FILE **
177         * src/noticeview.h      ** NEW FILE **
178                 make return receipts work again
179                 (UI idea by Leandro Pereira)
180
181 2002-07-21 [paul]       0.7.8claws87
182
183         * src/summaryview.c
184                 fix sensitivity of 'Select thread'
185
186 2002-07-21 [paul]       0.7.8claws86
187
188         * src/prefs_common.c
189                 add browser command line for Galeon
190
191 2002-07-21 [paul]       0.7.8claws85
192
193         * Makefile.am
194                 fix 'EXTRA_DIST': remove README.README, add TODO
195                 and TODO.claws
196
197 2002-07-21 [alfons]     0.7.8claws84
198
199         * src/gtkstext.c
200                 make enter clear selection
201                 (closes "[ 579888 ] Editor selection/entry error"
202                 reported by Steve Lamb)
203
204 2002-07-21 [alfons]     0.7.8claws83
205         
206         * src/summaryview.c
207                 sort message list when selecting unthread messages
208                 (closes "[ 501593 ] switching threaded view doesn't sort"
209                 reported by Simon Schubert)
210
211 2002-07-20 [alfons]     0.7.8claws82
212         
213         * src/matcher.c
214                 const-correctness
215
216 2002-07-20 [thorsten]   0.7.8claws81
217
218         * src/matcher.c
219                 Fixed expansion of empty fields in matchactions
220
221 2002-07-19 [melvin]     0.7.8claws80
222
223         * src/gtkspell.c
224                 Removed a duplicate menu entry (fast mode) introduced during
225                 the new cache merge
226                 Added a menu separator between 'Use alternate' and 'Fast mode'
227
228 2002-07-19 [paul]       0.7.8claws79
229
230         * tools/Makefile.am
231           tools/README
232                 correct typos
233
234 2002-07-19 [thorsten]   0.7.8claws78
235
236         * tools/calypso_convert.pl      ** NEW FILE **
237           tools/README
238           tools/Makefile.am
239                 script to import mbox files exported
240                 by calypso
241                 o generates folder structure
242                 o includes attachments
243
244 2002-07-19 [melvin]     0.7.8claws77
245
246         * src/selective_download.[ch]
247                 Fixed bug where closing the dialog with the window manager's
248                 close button will not unlock the summary
249                 Corrected some function declarations that missed a return value
250                 Made the source code comply better with coding style.
251         * src/prefs_common.c
252                 Added new browser command line for Mozilla.
253
254 2002-07-18 [paul]       0.7.8claws76
255
256         * src/mainwindow.c
257           src/selective_download.[ch]
258                 reflect theme changes, fix Gdk Warning when creating 
259                 pixmap from NULL window, and minor clean up.
260                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
261
262         * po/en_GB.po
263                 updated
264
265 2002-07-17 [paul]       0.7.8claws75
266
267         * INSTALL[.jp]
268                 sync with 0.8.0
269         
270         * po/en_GB.po
271                 updated
272
273 2002-07-16 [paul]       0.7.8claws74
274
275         * tools/filter_conv.pl
276           tools/README
277                 replace conversion script with reimplemented version, 
278                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
279
280 2002-07-16 [colin]      0.7.8claws73
281
282         * src/summaryview.c
283                 remove forgotten debug messages - sorry ;-)
284
285 2002-07-16 [colin]      0.7.8claws72
286
287         * src/mimeview.c
288           src/summaryview.c
289           src/textview.c
290           src/textview.h
291                 add the ability to select part of a text mime-part 
292                 to reply.
293
294 2002-07-15 [christoph]  0.7.8claws71
295
296         * src/folder.c
297                 fix folder message count for folders without
298                 msg_is_changed (includes news folders)
299
300 2002-07-15 [martin]     0.7.8claws70
301
302         * src/summaryview.c
303                 option "display recipient on 'From'..." now works
304                 without the need of enabling the option
305                 "display  sender  using  address  book".
306
307 2002-07-15 [christoph]  0.7.8claws69
308
309         * src/summaryview.c
310                 removed setting folder status from summaryview.
311                 folder.c should update all message counts correctly.
312
313 2002-07-15 [paul]       0.7.8claws68
314
315         * po/pt_BR.po
316                 updated by Fabio Junior Beneditto
317
318 2002-07-15 [darko]      0.7.8claws67
319
320         * src/mh.c
321                 Fixed target folder colorization, don't decrease op
322                 number twice
323
324 2002-07-14 [paul]       0.7.8claws66
325
326         * sync with main 0.8.0
327                 see ChangeLog 2002-07-14
328
329 2002-07-13 [melvin]     0.7.8claws65
330         
331         * src/addrbook.c
332         * src/addressbook.c
333         * src/addrindex.c
334                 Replaced sprintf by g_snprintf to prevent possible buffer
335                 overflow.
336         * src/news.c
337                 Corrected a log message output format.
338                 Added a missing "done" debug output.
339         * src/compose.c
340                 Added keyboard accelerator for Priority menu items
341                 Added missing \n in debug output
342         * src/logwindow.c
343         * src/gtkspell.c
344         * src/rfc2015.c
345                 Added missing \n in debug output
346
347 2002-07-13 [paul]       0.7.8claws64
348
349         * man/sylpheed.1
350                 change Sergey's email address to the sf address
351
352         * src/textview.c
353                 increase show_url_timeout (more useful for long
354                 urls)
355
356 2002-07-12 [sergey]     0.7.8claws63
357
358         * src/rfc2015.c
359                 applied (with some modifications) patch to set the
360                 micalg parameter for signatures
361                 (2001-08-28 Werner Koch <wk@gnupg.org>)
362
363 2002-07-12 [sergey]     0.7.8claws62
364
365         * man/Makefile.am
366         * configure.in
367                 fixed man page installation
368
369 2002-07-12 [paul]       0.7.8claws61
370
371         * sync with 0.7.8cvs26
372                 see ChangeLog 2002-07-11 and 2002-07-12
373
374 2002-07-11 [christoph]  0.7.8claws60
375
376         * src/compose.c
377         * src/procmsg.c
378                 first use the message number to find the message
379                 to mark with a reply flag but check the
380                 message-id if we got the correct message, if not
381                 try to find it by message-id.
382                 use new string seperator that is not allowed
383                 in message-ids.
384
385 2002-07-11 [paul]       0.7.8claws59
386
387         * sync with 0.7.8cvs23
388                 see ChangeLog 2002-07-10
389
390 2002-07-10 [christoph]  0.7.8claws58
391
392         * src/folder.[ch]
393         * src/msgcache.[ch]
394                 Added message-id table to the cache in memory
395                 and functions to msgcache.c and folder.c to
396                 fetch MsgInfos by message id
397         * src/compose.c
398         * src/procmsg.c
399                 store folder and message-id of message replying
400                 to in queue header and set reply flag after sending
401                 (Closes bug #469498)
402
403 2002-07-10 [paul]       0.7.8claws57
404
405         * AUTHORS
406           man/sylpheed.1.gz
407                 add Martin to the list of authors
408
409 2002-07-09 [martin]     0.7.8claws56
410         * src/gtksctree.c
411                 Added gtk_ctree_last_visible(), tree_update_level(),
412                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
413                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
414                 from gtk+ to gtksctree.c for the new sorting code
415                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
416                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
417         * src/gtksctree.h
418                 Added declaration for gtk_sctree_sort_recursive() and
419                 gtk_sctree_sort_node
420         * src/addressbook.c
421         * src/foldersel.c
422         * src/folderview.c
423         * src/summaryview.c
424                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
425                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
426
427 2002-07-08 [paul]       0.7.8claws55
428
429         * more sync with 0.7.8cvs21
430                 see ChangeLog 2002-07-08
431
432 2002-07-08 [paul]       0.7.8claws54
433
434         * sync with 0.7.8cvs21
435                 see ChangeLog 2002-07-08
436
437 2002-07-07 [alfons]     0.7.8claws53
438
439         * src/Makefile.am
440         * src/stock_pixmap.[ch]
441         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
442         * src/pixmaps/notice_error.xpm  ** NEW FILE **
443         * src/pixmaps/notice_note.xpm   ** NEW FILE **
444                 add new pixmaps for upcoming notice pane
445
446 2002-07-06 [melvin]     0.7.8claws52
447
448         * src/gtkspell.[ch]
449                 Made them a bit closer to Sylpheed's coding style.
450                 Removed old code.
451                 Removed possible memory leaks when some errors occurs.
452
453 2002-07-06 [melvin]     0.7.8claws51
454
455         * po/Makefile.in.in
456                 Removed --no-location in xgettext command line to help
457                 translators that use Emacs' po-mode
458         * src/quote_fmt.c
459                 Removed unnecessary comments that messed up sylpheed.pot
460
461 2002-07-06 [paul]       0.7.8claws50
462
463         * sync with 0.7.8cvs19
464                 see ChangeLog 2002-07-05
465
466 2002-07-06 [christoph]  0.7.8claws49
467
468         * src/folder.c
469         * src/mainwindow.c
470                 fix folder_item_remove_all_msg and folderview
471                 status for trash folders after emptying trash
472
473 2002-07-05 [paul]       0.7.8claws48
474
475         * sync with 0.7.8cvs16
476                 see ChangeLog 2002-07-04 and 2002-07-05
477
478 2002-07-04 [paul]       0.7.8claws47
479
480         * sync with 0.7.8cvs14
481                 see  ChangeLog 2002-07-04
482
483 2002-07-03 [alfons]     0.7.8claws46
484
485         * src/folder.c
486                 dupe folder item's path because it's being reallocated
487                 by new folder scanning code
488
489 2002-07-03 [christoph]  0.7.8claws45
490
491         * src/imap.c
492                 better IMAP uid fetching using 'FETCH 1:* (UID)'
493         * src/msgcache.c
494                 add missing return in msgcache_write
495
496 2002-07-02 [thorsten]   0.7.8claws44
497
498         * src/jpilot.c
499         * src/msgcache.c
500         * src/rfc2015.c
501                 use binary mode for file access
502
503 2002-07-02 [christoph]  0.7.8claws43
504
505         * major code cleanup (part 1)
506         
507                 - unused variables removed
508                 - unused functions removed
509                 - uninitialized variables checked
510                 - missing return statements added
511                 - missing function return types added
512                 - added parentheses around assignment and
513                   && in || when suggested by gcc
514               
515         * src/mh.c
516         * src/folder.c
517                 replaced direct calls to folder->scan_tree
518                 with folder_scan_tree and restore folder
519                 prefs in this function. The folder should
520                 not have to deal with them.
521                 ( Should now work for all folder types )
522
523 2002-07-02 [paul]       0.7.8claws42
524
525         * sync with 0.7.8cvs13
526                 see ChangeLog 2002-07-01 and 2002-07-02
527
528 2002-07-01 [christoph]  0.7.8claws41
529
530         * src/summaryview.c
531                 fix "goto next/prev unread message" with
532                 ignored threads
533
534 2002-07-01 [paul]       0.7.8claws40
535
536         * po/es.po
537                 updated by Ricardo Mones Lastra
538
539 2002-06-30 [match]      0.7.8claws39
540
541         * src/jpilot.c
542                 applied variation of leonerd's patch (566661) to
543                 allow multiple email addresses per JPilot entry.
544                 addresses may be separated by space, comma, pipe,
545                 semi-colon, new-line.
546
547 2002-06-30 [alfons]     0.7.8claws38
548
549         * src/procmsg.c
550                 simple fix for putting older nodes before
551                 newer nodes when threading by subject
552
553 2002-06-30 [christoph]  0.7.8claws37
554
555         * src/folder.c
556         * src/folderview.c
557         * src/mh.c
558         * src/news.c
559         * src/procmsg.c
560                 fix broken folder tree rescaning
561                 and don't use procmsg_get_mark_sum
562                 anymore
563
564 2002-06-30 [christoph]  0.7.8claws36
565
566         * merge new cache branch
567         * src/imap.c
568                 fix new cache imap copy bug
569         * src/folder.c
570                 improved folder_item_scan
571                 it should now always set the correct
572                 new, unread and total message counts
573
574 2002-06-29 [paul]       0.7.8claws35
575
576         * configure.in
577                 correct syntax error
578
579 2002-06-29 [paul]       0.7.8claws34
580
581         * configure.in
582           Makefile.am
583           man/Makefile.am       ** NEW FILE **
584           man/sylpheed.1.gz     ** NEW FILE **
585                 add Sylpheed man page
586
587 2002-06-29 [paul]       0.7.8claws33
588
589         * po/pt_BR.po
590                 updated by Fabio Junior Beneditto
591
592 2002-06-28 [jens]       0.7.8claws32
593
594         * po/de.po
595                 translation updated
596
597         * src/selective_download.c
598                 removed gettext for space " "
599
600         * src/imap.c
601                 removed wrong space
602
603 2002-06-28 [paul]       0.7.8claws31
604
605         * sync with 0.7.8cvs11
606                 see ChangeLog 2002-06-28
607
608 2002-06-28 [paul]       0.7.8claws30
609
610         * sync with 0.7.8cvs10
611                 see ChangeLog 2002-06-27 and 2002-06-28
612
613 2002-06-26 [paul]       0.7.8claws29
614
615         * src/addrgather.c
616           src/selective_download.c
617                 don't gettextise empty strings.
618                 reserved by gettext. gettext("") returns 
619                 the header entry with meta information, 
620                 not the empty string
621
622         * po/en_GB.po
623                 updated
624
625 2002-06-26 [paul]       0.7.8claws28
626
627         * sync with 0.7.8cvs7
628                 see ChangeLog 2002-06-25
629
630         * src/prefs_common.c
631                 ...and in the process, tweak the gui a little
632
633 2002-06-25 [alfons]     0.7.8claws27
634         
635         * configure.in
636         * src/Makefile.am
637                 fine tune ldap library detection
638
639 2002-06-25 [alfons]     0.7.8claws26
640
641         * src/compose.c
642                 don't allow return receipts when composing a news article
643
644 2002-06-25 [paul]       0.7.8claws25
645
646         * Makefile.am
647                 add '$(AMTAR)' to 'release' section to allow for
648                 new and older autotools
649
650 2002-06-25 [paul]       0.7.8claws24
651
652         * src/summaryview.c
653                 fix "No more unread messages" persistant pop-up
654                 window bug
655
656 2002-06-25 [paul]       0.7.8claws23
657
658         * po/it.po
659                 updated by Alessandro Maestri
660
661 2002-06-25 [paul]       0.7.8claws22
662
663         * sync with 0.7.8cvs6
664                 see ChangeLog 2002-06-25
665
666 2002-06-24 [paul]       0.7.8claws21
667
668         * tools/update-po
669                 add GPL copyright information
670
671 2002-06-24 [paul]       0.7.8claws20
672
673         * tools/Makefile.am
674           tools/README
675           tools/update-po       ** NEW FILE **
676                 add script that eases the creation of *.po files
677                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
678
679 2002-06-23 [alfons]     0.7.8claws19
680
681         * src/messageview.c
682                 make notification_convert_header obey const correctness
683                 (next step will be fixing the broken return receipt)
684
685 2002-06-23 [paul]       0.7.8claws18
686
687         * src/messageview.c
688                 fix bug introduced in last commit:
689                 removed too much code in last commit - put back what's
690                 needed
691
692 2002-06-23 [paul]       0.7.8claws17
693
694         * src/messageview.[ch]
695                 remove code committed in error from locally patched
696                 source
697
698 2002-06-23 [colin]      0.7.8claws16
699
700         * src/compose.[ch]
701                 add compose_entry_select(), used to select the default_to
702                 email address - hopefully avoiding people sending mails to
703                 wrong recipients.
704
705 2002-06-22 [alfons]     0.7.8claws15
706
707         * AUTHORS
708                 add Bram Metsch & Stanislav Karchebny
709         * src/smtp.[ch]
710         * src/prefs_account.[ch]
711         * src/send.c
712                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
713                   options.  (see <http://sourceforge.net/tracker/index.php
714                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
715
716                 - merge Stanislav's fix to make SMTP AUTH work with qmail
717                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
718
719 2002-06-22 [paul]       0.7.8claws14
720
721         * sync with 0.7.8cvs5
722                 see ChangeLog 2002-06-19 and 2002-06-20
723
724 2002-06-22 [alfons]     0.7.8claws13
725
726         * src/selective_download.c
727                 fix a stupid mistake I made
728
729 2002-06-22 [alfons]     0.7.8claws12
730
731         * src/selective_download.[ch]
732                 fix another unnoticed leak; cleanup code
733
734 2002-06-21 [alfons]
735
736         * tools/Makefile.am
737                 gpg-sign <-- gpg-sign-syl
738
739 2002-06-21 [alfons]     0.7.8claws11
740
741         * src/selective_download.c
742         * src/selective_download.h
743                 fix assorted mix of allocation errors (should solve
744                 problem reported by Philippe Gramoullé, see:
745                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
746
747 2002-06-20 [melvin]     0.7.8claws10
748
749         * tools/gpg-sign *REMOVED*
750           tools/gpg-sign-syl *ADDED*
751                 Replaced the gpg clearsigning script with the version using
752                 xterm instead of ssh-askpass and changed its name.
753
754         * README.claws
755                 Updated actions example to reflect the renaming of the
756                 gpg clearsigning script.
757
758 2002-06-19 [paul]       0.7.8claws9
759
760         * sync with 0.7.8claws9
761                 see ChangeLog 2002-06-18 and 2002-06-19
762
763 2002-06-19 [paul]       0.7.8claws8
764
765         * sync with 0.7.8cvs1
766                 see ChangeLog 2002-06-18
767
768 2002-06-18 [alfons]     0.7.8claws7
769
770         * src/mainwindow.h
771                 add omitted prototype
772
773 2002-06-17 [paul]       0.7.8claws6
774
775         * src/mainwindow.c
776                 fix hiding of exec_btn
777
778 2002-06-17 [paul]       0.7.8claws5
779
780         * src/pop.c
781                 remove unneeded code: should_delete() 
782                 and Pop3State::uidl_todelete_list
783
784 2002-06-17 [paul]       0.7.8claws4
785
786         * sync with 0.7.8
787                 see ChangeLog 2002-06-11 and 2002-06-13
788
789 2002-06-16 [alfons]     0.7.8claws3
790         
791         * src/folder.c
792                 make sure lock sort mode (claws specific) is
793                 also persists after a tree rescan
794
795 2002-06-16 [alfons]     0.7.8claws2
796
797         * src/prefs_folder_item.c
798         * src/folder.[ch]
799                 fix persistence of folder sort mode (broken
800                 by adapting Hiro's new folder persistence code)
801
802 2002-06-16 [alfons]     0.7.8claws1
803
804         * AUTHORS
805         * src/logwindow.c
806         * src/prefscommon.[ch]
807                 control size of log text in log window; 
808                 closes patch #569155 submitted by Mitko Haralanov.
809
810 2002-06-15 [paul]       0.7.8claws
811
812         * release of 0.7.8claws
813
814 2002-06-15 [paul]       0.7.7claws
815
816         * po/pt_BR.po
817                 updated by Fabio Junior Beneditto
818
819 2002-06-14 [paul]       0.7.6claws49
820
821         * po/es.po
822                 updated by Ricardo Mones Lastra
823
824 2002-06-14 [paul]       0.7.6claws48
825
826         * po/nl.po
827                 updated translation by Wilbert Berendsen
828
829 2002-06-14 [melvin]     0.7.6claws47
830
831         * po/fr.po
832                 Updated French translation
833
834 2002-06-13 [paul]       0.7.6claws46
835
836         * src/filesel.c
837                 allow filename to be typed in, rather than just
838                 selected by the mouse. Patch by Gustavo Noronha Silva.
839
840 2002-06-13 [alfons]     0.7.6claws45
841
842         * src/mainwindow.[ch]
843                 more cleanups (removing unnecessary menu items Expand 
844                 summary / message view)
845
846 2002-06-13 [melvin]     0.7.6claws44
847
848         * po/POTFILES.in
849                 Added src/string_match.c
850         * src/string_match.c
851                 Fixed possible buffer overflow.
852                 Corrected typo.
853                 Added missing config.h header.
854         * src/prefs_common.c
855           src/prefs_matcher.c
856           src/prefs_scoring.c
857                 Made some strings translatable (missing _(..)).
858
859 2002-06-13 [melvin]     0.7.6claws43
860
861         * README.claws
862                 Corrected action example (verifying clearsigned mail).
863         * src/prefs_account.c
864                 Corrected typo.
865         * src/prefs_common.c
866                 Removed incorrect line that generated a Gtk-CRITICAL msg.
867
868 2002-06-12 [alfons]     0.7.6claws42
869
870         * src/summaryview.c
871                 add init of score column lost in 0.7.6claws42
872
873 2002-06-12 [paul]       0.7.6claws41
874
875         * src/prefs_account.c
876                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
877                 behavior of the radio buttons, (from 0.7.7cvs2)
878
879 2002-06-11 [alfons]     0.7.6claws40
880
881         * src/messageview.[ch]
882         * src/summaryview.[ch]
883         * src/summary_search.c
884         * src/mainwindow.c
885                 perform a sync to bring in Hiro's separate view implementation 
886
887                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
888
889 2002-06-11 [paul]       0.7.6claws39
890         
891         * src/prefs_account.c
892                 correct a typo on the Receive tab
893
894 2002-06-10 [match]      0.7.6claws38
895
896         * src/addressbook.c
897                 Included address completion patch from Gustavo Noronha.
898
899 2002-06-10 [paul]       0.7.6claws37
900
901         * src/inc.[ch]
902           src/pop.c
903           src/prefs_account.[ch]
904           src/selective_download.[ch]
905                 apply PATCH #561712
906                  NEW:
907                 - check if POP Account
908                 - Receive Button renamed to Preview
909                 - Preview Button Popup: preview new/all messages
910                 - Download Button
911                 - Account Preferences-->Receive tab checkbutton if you
912                   want to remove Mail after Download
913                 -: default YES
914                 - Account Preferences-->Receive tab checkbutton use
915                   filtering rules on preview
916                   (think of delete_on_server)
917                 -: default YES
918                 - Account selectable from SD dialog
919                 - checkbutton to show already downloaded messages if
920                   all messages are previewed
921                 - new clist column showing Date
922                 - ESC KEY close
923                 FIXES:
924                 - play ball with UIDL
925                 - fault tolerant (?) 
926                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
927
928 2002-06-10 [melvin]     0.7.6claws36
929
930         * README.claws
931                 Added a hint to ac/README in cvs instructions.
932
933         * src/prefs_actions.c
934                 Made it possible to use a more elaborate command line
935                 for asynchronous actions, too.
936
937 2002-06-10 [melvin]     0.7.6claws35
938         
939         * src/prefs_actions.c
940                 Make it possible to use a more elaborate command line
941                 (e.g. |foo|bar|cat>there;echo Done|)
942                 Corrected error message when calling %f, %F and %p commands
943                 from the compose window.
944
945 2002-06-09 [colin]      0.7.6claws34
946
947         * src/summaryview.c
948                 Automatically find unread messages in current folder
949                 before annoying the user.
950
951 2002-06-08 [alfons]     0.7.6claws33
952
953         * po/it.po
954                 remove bad formatting string in it.po translation
955                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
956
957 2002-06-08 [paul]       0.7.6claws32
958
959         * sync with 0.7.6cvs25
960                 see ChangeLog 2002-06-07
961
962 2002-06-05 [paul]       0.7.6claws31
963
964         * src/mainwindow.c
965                 add 'Sort by locked' and 'Sort by score'
966
967 2002-06-05 [paul]       0.7.6claws30
968
969         * sync with 0.7.6cvs24
970                 see ChangeLog 2002-06-04
971
972 2002-06-04 [paul]       0.7.6claws29
973
974         * po/pt_BR.po
975                 updated by Fabio Junior Beneditto
976
977 2002-06-03 [thorsten]   0.7.6claws28
978
979         * src/matcher.c
980                 fclose() matcherrc after reading
981
982 2002-06-03 [paul]       0.7.6claws27
983
984         * sync with 0.7.6cvs21
985                 see ChangeLog 2002-05-31
986
987 2002-05-31 [paul]       0.7.6claws26
988
989         * sync with 0.7.6cvs20
990                 see ChangeLog 2002-05-29 and 2002-05-30
991
992 2002-05-31 [paul]       0.7.6claws25
993
994         * src/imap.c
995                 hopefully fix last buggy sync
996
997         * README.claws
998                 correct typo in 'Actions' examples
999
1000 2002-05-29 [paul]       0.7.6claws24
1001
1002         * sync with 0.7.6cvs18
1003                 see ChangeLog 2002-05-28 and 2002-05-29
1004
1005         * src/news.c
1006           src/nntp.[ch]
1007                 sync with above 
1008
1009 2002-05-28 [paul]       0.7.6claws23
1010
1011         * sync with 0.7.6cvs16
1012                 see ChangeLog 2002-05-28
1013
1014 2002-05-27 [thorsten]   0.7.6claws22 
1015
1016         * faq/it/sylpheed-faq-1.html
1017           faq/it/sylpheed-faq-2.html
1018           faq/it/sylpheed-faq-3.html
1019           faq/it/sylpheed-faq.html
1020                 corrected DOS lineendings
1021         * faq/de/sylpheed-faq-1.html
1022           faq/de/sylpheed-faq-2.html
1023           faq/en/sylpheed-faq-1.html
1024           faq/en/sylpheed-faq-2.html
1025           faq/en/sylpheed-faq-3.html
1026           faq/es/sylpheed-faq-1.html
1027           faq/es/sylpheed-faq-2.html
1028           faq/es/sylpheed-faq-3.html
1029           faq/fr/sylpheed-faq-1.html
1030           faq/it/sylpheed-faq-1.html
1031           faq/it/sylpheed-faq-2.html
1032           faq/it/sylpheed-faq-3.html
1033           faq/it/sylpheed-faq.html
1034                 changed ">" to &quot;
1035
1036 2002-05-27 [paul]       0.7.6claws21
1037         
1038         * sync with 0.7.6cvs15
1039                 see ChangeLog 2002-05-27
1040
1041 2002-05-27 [paul]       0.7.6claws20
1042
1043         * src/prefs_account.c
1044                 correct a typo
1045
1046 2002-05-26 [paul]       0.7.6claws19
1047
1048         * tools/README
1049                 correct a typo
1050
1051 2002-05-25 [paul]       0.7.6claws18
1052
1053         * tools/README
1054                 add description of kmail2sylpheed.pl
1055
1056 2002-05-25 [paul]       0.7.6claws17
1057
1058         * tools/kmail2sylpheed.pl       ** NEW FILE **
1059                 perl script that converts an exported Kmail address
1060                 book, converts it to sylpheed addressbook file,
1061                 writes the file to .sylpheed, and updates
1062                 addrbook--index.xml 
1063
1064 2002-05-25 [paul]       0.7.6claws16
1065
1066         * sync with 0.7.6cvs14
1067                 see ChangeLog 2002-05-23
1068
1069 2002-05-24 [paul]       0.7.6claws15
1070
1071         * README.claws
1072                 make a correction and add some more info
1073
1074 2002-05-24 [paul]       0.7.6claws14
1075
1076         * src/compose.c
1077                 fix memory leak in 
1078                 compose_redirect_write_headers_from_headerlist()
1079                 add Subject and Resent-Message-ID to
1080                 compose_redirect_write_headers()
1081                 Received, Subject, and X-UIDL are filtered out in 
1082                 compose_redirect_write_to_file()
1083
1084 2002-05-23 [paul]       0.7.6claws13
1085
1086         * src/compose.[ch]
1087           src/filtering.c
1088           src/mainwindow.c
1089           src/matcher.[ch]
1090           src/matcher_parser_lex.l
1091           src/matcher_parser_parse.y
1092           src/prefs_common.[ch]
1093           src/prefs_filtering.c
1094           src/summaryview.c
1095                 rename 'Bounce' to 'Redirect'
1096
1097 2002-05-23 [paul]       0.7.6claws12
1098
1099         * more sync with 0.7.6cvs13
1100           src/compose.c
1101                 see ChangeLog 2002-05-22
1102
1103 2002-05-22 [paul]       0.7.6claws11
1104
1105         * sync with 0.7.6cvs13
1106           src/codeconv.c
1107                 see ChangeLog 2002-05-20
1108           src/prefs_common.c
1109                 see ChangeLog 2002-05-22
1110
1111 2002-05-21 [melvin]     0.7.6claws10
1112
1113         * src/folderview.c
1114                 Added missing filtering and scoring headers
1115                 Fixed bad function call that showed garbage 
1116                 in Folder->Processing
1117
1118 2002-05-21 [paul]       0.7.6claws9
1119
1120         * tools/Makefile.am
1121                 make all tools executable, (patch by Alfons).
1122
1123 2002-05-20 [alfons]     0.7.6claws8
1124
1125         * src/procheader.c
1126                 don't forget to call mktime() so we have a valid week 
1127                 and year day
1128                 (Bug report by Roger Sondermann <mail@jumaros.de>)
1129
1130 2002-05-20 [paul]       0.7.6claws7
1131
1132         * src/html.c
1133                 fix broken parsing of urls
1134         * src/textview.c
1135                 fix displaying of urls
1136
1137                 both fixes from the patch [547855] by Eugene 
1138                 Brevdo (zonem)
1139
1140 2002-05-19 [alfons]     0.7.6claws6
1141
1142         * configure.in
1143                 make sylpheed configure correctly with the latest
1144                 and greatest of automake / autoconf / gettext
1145
1146 2002-05-19 [alfons]     0.7.6claws5
1147
1148         * src/procheader.c
1149         * src/procheader.h
1150                 add function for returning ime zone offset
1151         * src/quote_fmt.c
1152         * src/quote_fmt_parse.y
1153                 better quotation formatting - does not convert
1154                 to local time, but uses the original date string.
1155                 
1156                 Note: %z inserts the timezone offset (should 
1157                 work also on platforms where strftime does not
1158                 support %z).
1159
1160 2002-05-18 [christoph]  0.7.6claws4
1161
1162         * src/summaryview.c
1163                 fix indentation of some code
1164         * tools/Makefile.am
1165                 fix spaces after \
1166         * src/Makefile.am
1167                 add missing \
1168                 correct path for ignorethread.xpm
1169                 incorrect filename for sylpheed_logo.xpm
1170                 add missing include matcher_parser_parse.h
1171
1172 2002-05-18 [paul]       0.7.6claws3
1173
1174         * sync with 0.7.6cvs8
1175                 see ChangeLog 2002-05-16 and 2002-05-17
1176
1177 2002-05-18 [melvin]     0.7.6claws2
1178
1179         * README.claws
1180                 Corrected an action's definition and fixed some misspellings.
1181
1182 2002-05-18 [paul]       0.7.6claws1
1183
1184         * tools/Makefile.am
1185           tools/gpg-sign        ** new file **
1186           tools/uudec           ** new file **
1187                 add Melvin's Actions scripts
1188
1189         * README.claws
1190                 add Melvin's descriptions for Actions
1191
1192 2002-05-18 [paul]       0.7.6claws
1193
1194         * Version 0.7.6claws released
1195
1196 2002-05-17 [paul]       0.7.5claws32
1197
1198         * po/es.po
1199                 updated by Ricardo Mones Lastra
1200
1201 2002-05-17 [paul]       0.7.5claws31
1202
1203         * src/compose.c
1204                 fix Account prefs default folder for sent/draft/deleted
1205                 messages bug
1206
1207         * po/it.po
1208           po/nl.po
1209                 updated translation by Alessandro Maestri and
1210                 Wilbert Berendsen
1211
1212 2002-05-17 [melvin]     0.7.5claws30
1213
1214         * src/prefs_actions.c
1215                 Fixed bug where using %F not at the end of the command 
1216                 resulted in an additional empty argument being created.
1217                 Thanks to Darko Koruga for reporting the bug.
1218
1219 2002-05-17 [melvin]     0.7.5claws29
1220
1221         * po/fr.po
1222                 Updated French translations.
1223
1224 2002-05-15 [paul]       0.7.5claws28
1225         
1226         * po/es.po
1227                 updated by Ricardo Mones Lastra
1228
1229 2002-05-15 [paul]       0.7.5claws27
1230
1231         * sync with 0.7.6cvs4
1232                 see ChangeLog 2002-05-14 and 2002-05-15
1233
1234 2002-05-14 [paul]       0.7.5claws26
1235
1236         * sync with 0.7.6cvs1
1237                 see ChangeLog 2002-05-13
1238
1239 2002-05-13 [thorsten]   0.7.5claws25
1240
1241         * src/messageview.c
1242                 fix select_all and copy in multipart messages
1243         * src/mainwindow.c
1244                 fix select_all and copy in multipart messages
1245
1246 2002-05-12 [paul]       0.7.5claws24
1247
1248         * src/summaryview.c
1249                 reverse last commit, bug already fixed in 0.7.5claws3
1250
1251 2002-05-12 [netztorte]  0.7.5claws23
1252
1253         * src/summaryview.c
1254                 dont parse empty addressbook (checked in before claws20)
1255
1256 2002-05-12 [melvin]     0.7.5claws22
1257
1258         * src/procmsg.[ch]
1259                 Removed unneeded priority code introduced by the previous 
1260                 commit.
1261
1262 2002-05-12 [melvin]     0.7.5claws21
1263
1264         * src/compose.[ch]
1265                 Added possibility to set message's priority.
1266         * src/procmsg.[ch]
1267                 Added possibility to set message's priority.
1268                 Added missing headers
1269
1270 2002-05-12 [melvin]     0.7.5claws20
1271
1272         * src/prefs_actions.c
1273                 Removed implicitely added quotes around the name
1274                 of the temporary files of mime parts.
1275
1276 2002-05-12 [paul]       0.7.5claws19
1277
1278         * sync with 0.7.5cvs20
1279                 see ChangeLog 2002-05-11
1280
1281 2002-05-12 [alfons]     0.7.5claws18
1282
1283         * src/quote_fmt_lex.l
1284         * src/quote_fmt_parse.y
1285                 allow quote / reply date & time format to be set using
1286                 %D{format}. format is a format string you'd pass to
1287                 strftime() (see man strftime, or the Display tab |
1288                 Date format setting).
1289
1290                 Currently %D converts the date to local time. 
1291
1292 2002-05-11 [paul]       0.7.5claws17
1293
1294         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
1295                 see ChangeLog 2002-05-10 and 2002-05-11
1296
1297 2002-05-10 [paul]       0.7.5claws16
1298
1299         * sync with 0.7.5cvs16
1300                 see ChangeLog entries 2002-05-09 and 
1301                 2002-05-10
1302
1303 2002-05-10 [colin]      0.7.5claws15
1304
1305         * src/textview.c
1306                 Corrected a bug that prevented sylpheed to open
1307                 double-clicked URIs.
1308
1309 2002-05-09 [paul]       0.7.5claws14
1310
1311         * sync with 0.7.5cvs14
1312                 see ChangeLog 2002-05-08 and 2002-05-09
1313
1314 2002-05-08 [paul]       0.7.5claws13
1315
1316         * sync with 0.7.5cvs11
1317                 see ChangeLog entry 2002-05-08
1318
1319 2002-05-08 [paul]       0.7.5claws12
1320
1321         * src/mainwindow.c
1322           src/textview.[ch]
1323                 fix segfault on View->Open in new window
1324                 patch submitted by Thorsten Maerz <torte@netztorte.de>
1325
1326 2002-05-07 [paul]       0.7.5claws11
1327
1328         * sync with 0.7.5cvs9
1329                 see ChangeLog entry 2002-05-07
1330
1331 2002-05-06 [paul]       0.7.5claws10
1332
1333         * src/messageview.c
1334           src/textview.c
1335                 display url in statusbar on single-click
1336                 patch submitted by Thorsten Maerz <torte@netztorte.de>
1337
1338 2002-05-06 [match]      0.7.5claws9
1339
1340         * src/addritem.[ch]
1341                 new functions.
1342         * src/addrcache.c
1343                 tidy up.
1344         * src/xmlprops.[ch]
1345                 XML implementation of properties file.
1346         * src/exporthtml.[ch]
1347         * src/expthtmldlg.[ch]
1348         * src/addressbook.c
1349                 export to HTML.
1350
1351 2002-05-02 [sergey]     0.7.5claws8
1352
1353         * src/mainwindow.c (mainwin_entries),
1354           src/prefs_common.c (prefs_send_create()),
1355           src/codeconv.c (locale_table):
1356                 use charset name "Windows-1251" instead of "CP1251".
1357
1358 2002-05-02 [colin]      0.7.5claws7
1359         
1360         * src/compose.c
1361           src/prefs_common.c
1362           src/prefs_folder_item.c
1363                 Fixed cosmetics bugs due to Outbox renamed to Sent.
1364
1365 2002-05-02 [hiro]       0.7.5claws6
1366
1367         * src/imap.c
1368                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
1369
1370 2002-05-02 [paul]       0.7.5claws5
1371
1372         * src/compose.c
1373                 more sync with 0.7.5cvs7, see ChangeLog entry
1374                 2002-05-02
1375
1376 2002-05-02 [hiro]       0.7.5claws4
1377
1378         * src/compose.c
1379                 compose_queue_sub():
1380                 check if queue folder exists (closes #550397).
1381                 removed directory creation since it should be handled
1382                 transparently.
1383         * src/imap.c
1384                 imap_add_msg(): return UID for appended message
1385                 (closes #548842).
1386
1387 2002-04-30 [paul]       0.7.5claws3
1388
1389         * src/summaryview.c
1390                 fix account_find_from_address() bug
1391
1392 2002-04-28 [colin]      0.7.5claws2
1393
1394         * src/compose.c
1395           src/textview.c
1396           src/prefs_common.[ch]
1397           src/utils.[ch]
1398                 Added user-definable quotation characters recognition.
1399
1400 2002-04-28 [paul]       0.7.5claws1
1401
1402         * sync with 0.7.5cvs4
1403                 see ChangeLog entry  2002-04-25
1404
1405 2002-04-28 [paul]       0.7.5claws
1406
1407         * po/es.po
1408           po/nl.po
1409           po/pt_BR.po
1410                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
1411                 Fabio Junior Beneditto
1412
1413 2002-04-27 [jens]       0.7.4claws103
1414
1415         * po/de.po
1416                 updated German translation.
1417
1418 2002-04-27 [hiro]       0.7.4claws102
1419
1420         * src/summaryview.c
1421                 summary_write_cache(): fixed the mark loss of hidden messages.
1422
1423 2002-04-26 [melvin]     0.7.4claws101
1424
1425         * src/procmsg.c
1426                 fixed a second typo (same one)
1427         * po/fr.po
1428           po/it.po
1429           po/pt_BR.po
1430                 fixed the type again...
1431
1432 2002-04-26 [melvin]     0.7.4claws100
1433
1434         * src/procmsg.c
1435                 fixed a typo in an alert message ("temorary").
1436         * po/it.po
1437         * po/pt_BR.po
1438                 corrected the typo  described above.
1439         * po/fr.po
1440                 updated French translation.
1441
1442 2002-04-26 [darko]      0.7.4claws99
1443
1444         * src/summaryview.c
1445                 fix target folder colorization
1446
1447 2002-04-25 [paul]       0.7.4claws98
1448
1449         * po/it.po
1450                 updated by Alessandro Maestri
1451
1452 2002-04-24 [colin]      0.7.4claws97
1453         
1454         * src/compose.c
1455                 Fixed double "subject is empty" question.
1456
1457 2002-04-23 [colin]      0.7.4claws96
1458         
1459         * src/mimeview.c
1460                 Corrected issue when "automatically display images" was
1461                 not set : first image remained after selecting second.
1462
1463 2002-04-23 [melvin]     0.7.4claws95
1464
1465         * src/prefs_actions.c
1466                 Don't display in/out dialog if there is nothing to show.
1467
1468 2002-04-23 [paul]       0.7.4claws94
1469
1470         * sync with 0.7.5cvs3
1471                 bug fixes: see ChangeLog entry 2002-04-23
1472
1473 2002-04-22 [darko]      0.7.4claws93
1474
1475         * src/compose.c
1476                 fix previous check-in which changed code after
1477                 merge from main
1478
1479 2002-04-22 [paul]       0.7.4claws92
1480
1481         * faq/de/*
1482                 add German FAQ
1483         * faq/en/*
1484           faq/es/*
1485           faq/fr/*
1486                 update English, Spanish and French FAQs
1487         * manual/de/*
1488           manual/es/*
1489                 add German and Spanish manuals
1490         * manual/en/*
1491           manual/fr/*
1492                 update English and French manuals
1493
1494         * src/Makefile.am
1495                 add to and re-arrange the pixmap entries
1496
1497 2002-04-22 [darko]      0.7.4claws91
1498
1499         * src/compose.c
1500                 fix sender initials recognition to only allow
1501                 '>' after the initials
1502
1503 2002-04-21 [paul]       0.7.4claws90
1504
1505         * sync with 0.7.5 release
1506                 see ChangeLog entry 2002-04-21
1507
1508 2002-04-21 [alfons]
1509
1510         * src/Makefile.am
1511                 add colin's new pixmaps to EXTRA_DIST
1512
1513 2002-04-21 [colin]      0.7.4claws89
1514         * src/compose.c
1515         * src/inc.c
1516         * src/mainwindow.[ch]
1517         * src/prefs_common.[ch]
1518         * src/stock_pixmap.[ch]
1519                 Added "Work offline" ability.
1520
1521 2002-04-21 [colin]      0.7.4claws88
1522         
1523         * src/mimeview.c
1524         * src/prefs_common.c
1525         * src/prefs_common.h
1526         * src/textview.c : Added an option to common preferences -> display
1527           to allow user not to automatically display images.
1528
1529 2002-04-21 [paul]       0.7.4claws87
1530
1531         * sync with 0.7.4cvs52
1532                 see ChangeLog entry 2002-04-21 (src/imap.c)
1533
1534 2002-04-21 [paul]       0.7.4claws86
1535
1536         * sync with 0.7.4cvs51
1537                 see ChangeLog entry 2002-04-21
1538
1539 2002-04-21 [paul]       0.7.4claws85
1540
1541         * sync with 0.7.4cvs49
1542                 see ChangeLog entries 2002-04-20 and 2002-04-21
1543
1544         * src/Makefile.am
1545                 clean up: remove old 'stock_' element from xpm 
1546                 filenames.
1547
1548 2002-04-21 [alfons]     0.7.4claws84
1549
1550         apply sync patch from Paul
1551
1552         * src/folderview.c
1553                 use old claws prefs_folder_item_create() for now
1554
1555 2002-04-19 [match]      0.7.4claws83
1556
1557         * src/addressbook.[ch]
1558         * src/addrharvest.[ch]
1559         * src/addrgather.[ch]
1560                 recurse folders.
1561         * src/mainwindow.c
1562         * src/summaryview.[ch]
1563                 change menu option.
1564
1565 2002-04-19 [paul]       0.7.4claws82
1566
1567         * po/pt_BR.po
1568                 updated by Fabio Junior Beneditto
1569
1570 2002-04-14 [alfons]     0.7.4claws81
1571
1572         * src/passphrase.c
1573                 add #include <sys/types.h> for mode_t and off_t 
1574
1575 2002-04-13 [paul]       0.7.4claws80
1576         
1577         * src/main.c
1578           src/passphrase.[ch]
1579           src/pgptext.c
1580           src/prefs_common.[ch]
1581           src/rfc2015.c
1582                 enable storing of GnuPG passphrase for the whole 
1583                 session or a user-defined number of minutes. patch 
1584                 submitted by Ravemax <ravemax@dextrose.com>
1585
1586 2002-04-13 [alfons]     0.7.4claws79
1587
1588         * src/textview.c
1589                 make email parser also stop scanning when encountering separators
1590                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
1591
1592 2002-04-13 [paul]       0.7.4claws78
1593
1594         * sync with 0.7.4cvs39
1595                 see ChangeLog entry 2002-04-12
1596
1597 2002-04-11 [paul]       0.7.4claws77
1598
1599         * sync with 0.7.4cvs37
1600                 see ChangeLog entry 2002-04-11
1601
1602 2002-04-11 [paul]       0.7.4claws76
1603
1604         * COPYING 
1605                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
1606                 the clause for OpenSSL). sync with sylpheed main
1607
1608 2002-04-09 [melvin]     0.7.4claws75
1609
1610         * src/compose.c
1611                 Made 'Ctrl-Enter' on send ignore some modifiers 
1612                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
1613                 to bind other *-Enter (but not Alt-Enter).
1614
1615 2002-04-09 [paul]       0.7.4claws74
1616
1617         * sync with 0.7.4cvs35
1618                 see ChangeLog entries 2002-04-09
1619
1620 2002-04-08 [paul]       0.7.4claws73
1621
1622         * sync with 0.7.4cvs33
1623                 see ChangeLog entry 200-04-08
1624
1625 2002-04-07 [match]      0.7.4claws72
1626
1627         * src/addrharvest.[ch]
1628                 fixed to read all addresses in header, regardless
1629                 of header size. improved name parsing. accommodate
1630                 harvest from folders and selected message.
1631         * src/addritem.[ch]
1632                 included new address parsing function.
1633         * src/addrgather.[ch]
1634         * src/addressbook.[ch]
1635         * src/summaryview.[ch]
1636         * src/mainwindow.c
1637                 allow address harvest of folder as well as selected
1638                 messages.
1639
1640 2002-04-07 [paul]       0.7.4claws71
1641
1642         * src/esmtp.[ch]
1643           src/smtp.c
1644                 don't try to authenticate with CRAM-MD5 in SMTP when 
1645                 SMTP-AUTH enabled if MTA doesn't issue this 
1646                 auth-method in it's ehlo-response. bug item #531364,
1647                 patch item #938910. patch submitted by Colin Leroy 
1648                 <colin@colino.net>
1649
1650 2002-04-07 [paul]       0.7.4claws70
1651
1652         * src/nntp.c
1653                 fix missing MODE_READER bug. patch submitted by
1654                 Colin Leroy <colin@colino.net>
1655
1656 2002-04-07 [alfons]     0.7.4claws69
1657
1658         * src/matcher.[ch]
1659         * src/prefs_filtering.c
1660         * src/summaryview.c
1661                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
1662                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
1663
1664 2002-04-07 [paul]       0.7.4claws68
1665
1666         * sync with 0.7.4cvs32
1667                 see ChangeLog entry 2002-04-06
1668
1669         * tools/filter_conv.pl
1670                 more bug fixes
1671
1672 2002-04-06 [paul]       0.7.4claws67
1673
1674         * tools/filter_conv.pl
1675                 modify to be able to find the name of the first
1676                 mailbox and use that. main's filter does not
1677                 record the full path to the mailbox and therefore
1678                 can only filter to the first mailbox.
1679
1680 2002-04-05 [paul]       0.7.4claws66
1681
1682         * tools/filter_conv.pl
1683                 attempt to make the script all-encompassing and
1684                 be able to convert any main 'filter' rule thrown
1685                 at it
1686
1687 2002-04-05 [paul]       0.7.4claws65
1688
1689         * tools/filter_conv.pl
1690                 allow for collapsed folder trees
1691
1692 2002-04-05 [paul]       0.7.4claws64
1693
1694         * sync with 0.7.4cvs31
1695                 see ChangeLog entries 2002-04-05
1696
1697 2002-04-03 [paul]       0.7.4claws63
1698
1699         * sync with 0.7.4cvs29
1700                 see ChangeLog entries 2002-04-02 and 2002-04-03
1701
1702 2002-04-02 [paul]       0.7.4claws62
1703
1704         * sync with 0.7.4cvs26
1705                 see ChangeLog entry 2002-04-01
1706
1707 2002-04-02 [match]      0.7.4claws61
1708
1709         * src/pine.[ch]
1710         * src/importpine.[ch]
1711         * src/addressbook.c
1712                 import Pine address book.
1713
1714 2002-04-02 [match]      0.7.4claws60
1715
1716         * src/addrharvest.[ch]
1717                 improve address parsing of funky addresses.
1718
1719 2002-04-02 [darko]      0.7.4claws59
1720
1721         * src/compose.c
1722                 wrap on send improvements, it now recognizes quoted
1723                 initials as part of the quotation string, and it
1724                 does not join lines separated by CR
1725
1726 2002-04-01 [match]      0.7.4claws58
1727
1728         * src/mgutils.[ch]
1729                 added new functions.
1730         * src/mutt.[ch]
1731                 remove excessive duplicate address generation
1732                 on import.
1733
1734 2002-04-01 [alfons]     0.7.4claws57
1735         
1736         * src/summaryview.c
1737                 put back g_free() 
1738
1739 2002-04-01 [paul]       0.7.4claws56
1740
1741         * sync with 0.7.4cvs25
1742                 see ChangeLog entry 2002-04-01
1743
1744 2002-04-01 [alfons]     0.7.4aprilfool55
1745
1746         * src/summaryview.c
1747                 honour feature request item #537427 to allow for
1748                 displaying names from address book for sent mail also
1749
1750 2002-03-29 [paul]       0.7.4claws54
1751
1752         * src/mainwindow.c
1753           src/prefs_filtering.[ch]
1754           src/prefs_matcher.c
1755           src/summaryview.c
1756                 add 'fast filter' for claws' filtering,
1757                 /Tools/Create filter rule/... patch submitted
1758                 by Neill Miller <neillm@thecodefactory.org>
1759
1760 2002-03-29 [paul]       0.7.4claws53
1761
1762         * sync with 0.7.4cvs24
1763                 see ChangeLog entry 2002-03-29
1764
1765 2002-03-28 [paul]       0.7.4claws52
1766
1767         * sync with 0.7.4cvs23
1768                 see ChangeLog entry 2002-03-28
1769
1770 2002-03-27 [melvin]     0.7.4claws51
1771
1772         * src/prefs_actions.c
1773                 Added support to pass only one message part (as a
1774                 file) to the command using '%p'. No quotes are needed
1775                 because doubles quotes are automatically added.
1776                 Fixed bug where Sylpheed could block when waiting for
1777                 a child process to finish.
1778                 Changed the help menu to remove quotes around symbols to 
1779                 avoid misinterpretation (they must not be used).
1780
1781 2002-03-27 [melvin]     0.7.4claws50
1782
1783         * src/inc.c
1784                 Made the new mail notification command always 
1785                 execute asynchronously.
1786
1787 2002-03-27 [paul]       0.7.4claws49
1788
1789         * src/compose.c
1790                 fix bug introduced in last commit
1791
1792 2002-03-27 [paul]       0.7.4claws48
1793
1794         * sync with 0.7.4cvs21
1795                 see ChangeLog 2002-03-26 and 2002-03-27
1796
1797 2002-03-26 [hoa]        0.7.4claws47
1798
1799         * src/prefs_folder_item.c
1800                 really fixed the bug #516442 with folder rescan.
1801
1802 2002-03-26 [paul]       0.7.4claws46
1803
1804         * sync with 0.7.4cvs19
1805                 see ChangeLog entries 2002-03-25 and 2002-03-26
1806
1807 2002-03-25 [hoa]        0.7.4claws45
1808
1809         * src/matcher.c
1810         * src/mh.c
1811                 fix the bug #516442 with folder rescan.
1812
1813         * src/prefs_common.[ch]
1814         * src/compose.c
1815                 added an option to enable two different behaviours
1816                 for bounce.
1817
1818
1819 2002-03-25 [paul]       0.7.4claws44
1820
1821         * src/mainwindow.c
1822           src/selective_download.c
1823                 correct a few menuitem labels
1824
1825 2002-03-25 [christoph]  0.7.4claws43
1826
1827         * src/procmsg.c
1828                 fix non deleted tmp message in
1829                 procmsg_save_to_outbox
1830                 fix problems caused by sync with
1831                 main branch's procmsg_send_queue
1832
1833 2002-03-25 [paul]       0.7.4claws42
1834
1835         * src/quote_fmt.c
1836           src/quote_fmt_lex.l
1837           src/quote_fmt_parse.y
1838                 add Last name (%L) placeholder for quoting. 
1839                 patch submitted by Thorsten Thielen 
1840                 <thth@users.sourceforge.net>
1841
1842 2002-03-25 [paul]       0.7.4claws41
1843
1844         * src/utils.c
1845                 get full hostname. patch submitted by
1846                 Bob Woodside <rwoodside1@comcast.net>
1847
1848 2002-03-25 [paul]       0.7.4claws40
1849
1850         * src/account.c
1851           src/news.c
1852           src/nntp.[ch]
1853           src/prefs_account.[ch]
1854                 enable NNTP over SSL. patch submitted by
1855                 Pascal Jermini <pascal@infinity.hn.org>
1856
1857 2002-03-24 [paul]       0.7.4claws39
1858
1859         * src/prefs_common.c
1860                 make the arrangement of the Compose tab more
1861                 coherent
1862
1863         * src/mainwindow.c
1864                 fix some irregularities of style
1865
1866         * po/de.po
1867                 updated by Kilian Krause
1868
1869 2002-03-23 [paul]       0.7.4claws38
1870
1871         * po/pt_BR.po
1872                 updated by Fabio Junior Beneditto
1873
1874 2002-03-23 [paul]       0.7.4claws37
1875
1876         * src/mainwindow.c
1877                 move 'Gather addresses' to 'Tools' menu
1878                 make 'Selective download' sensitive
1879
1880 2002-03-23 [paul]       0.7.4claws36
1881
1882         * sync with 0.7.4cvs16
1883                 see ChangeLog entries 2002-03-23
1884
1885 2002-03-22 [christoph]  0.7.4claws35
1886
1887         * src/quote_fmt_parse.y
1888                 fix include program output
1889
1890 2002-03-22 [alfons]     0.7.4claws34
1891
1892         * src/pop.c
1893                 initialize GDate stack variable correctly (sorry!)
1894
1895 2002-03-22 [paul]       0.7.4claws33
1896
1897         * src/compose.c
1898           src/mainwindow.c
1899           src/prefs_actions.c
1900           src/prefs_common.c
1901                 rename 'Tool' to 'Tools'
1902
1903         * src/mainwindow.c
1904                 move 'Delete duplicated messages' from
1905                 'Message/' to 'Tools/'
1906                 re-arrange the order of 'Tools/' items
1907
1908 2002-03-22 [paul]       0.7.4claws32
1909
1910         * src/addr_compl.c
1911           src/addressbook.[ch]
1912                 auto-address completion now also matches on
1913                 Nickname. patch submitted by Bob Forsman 
1914                 <hammor@users.sourceforge.net>
1915
1916         * src/editaddress.c
1917                 correct a spelling mistake
1918
1919 2002-03-22 [alfons]     0.7.4claws31
1920
1921         * src/pop.c
1922                 fix getting uidl from incorrect string 
1923                 (spotted by Colin)
1924
1925 2002-03-21 [alfons]     0.7.4claws30
1926
1927         * src/pop.c
1928                 more code refactoring
1929                 plug mem leak introduced by delete on server
1930
1931 2002-03-21 [paul]       0.7.4claws29
1932
1933         * sync with 0.7.4cvs11
1934                 see ChangeLog entries 2002-03-20
1935
1936 2002-03-20 [alfons]     0.7.4claws28
1937
1938         * src/inc.c
1939                 apply Colin's patch and refactor
1940
1941 2002-03-20 [paul]       0.7.4claws27
1942
1943         * sync with sylpheed 0.7.4cvs9
1944                 see ChangeLog entry 2002-03-20
1945
1946 2002-03-19 [christoph]  0.7.4claws26
1947
1948         * src/mh.c
1949         * src/procmsg.[ch]
1950         * src/summaryview.c
1951                 revert changes for flag updates
1952                 (does not work correctly and no time to debug)
1953
1954 2002-03-20 [alfons]     0.7.4claws25
1955
1956         * src/pop.c
1957                 refactor should_delete() a little bit 
1958
1959 2002-03-19 [paul]       0.7.4claws24
1960
1961         * src/inc.[ch]
1962           src/pop.c
1963           src/prefs_account.[ch]
1964                 allow the user to leave downloaded mail on the 
1965                 server for n days. Patch submitted by Colin Leroy 
1966                 <colin@colino.net>
1967
1968 2002-02-19 [paul]       0.7.4claws23
1969
1970         * sync with sylpheed 0.7.4cvs8
1971                 see ChangeLog entries 2002-03-19
1972
1973 2002-03-18 [paul]       0.7.4claws22
1974
1975         * sync with sylpheed 0.7.4cvs6
1976                 see ChangeLog entry 2002-03-18
1977
1978 2002-03-18 [paul]       0.7.4claws21
1979
1980         * po/en_GB.po
1981                 add en_GB message catalogue
1982
1983         * src/mbox_folder.c
1984           src/prefs_account.c
1985           src/prefs_actions.c
1986                 correct a few spelling mistakes
1987
1988 2002-03-17 [alfons]     0.7.4claws20
1989
1990         * src/matcher.c
1991                 more stringent checks for NULL params when writing
1992                 filtering actions to a file
1993                 
1994 2002-03-17 [hoa]        0.7.3claws20
1995
1996         * src/news.c
1997                 fixed the count of new messages
1998
1999         * src/compose.c
2000                 fixed the "attachment properties" window
2001
2002 2002-03-17 [paul]       0.7.4claws19
2003
2004         * src/defs.h
2005           src/folder.h
2006           src/news.c
2007           src/prefs_account.[ch]
2008           src/procmsg.[ch]
2009           src/summaryview.c
2010                 automatically mark cross-posted messages as read 
2011                 and (optionally) give them a colour label
2012                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
2013                 
2014
2015 2002-03-17 [paul]       0.7.4claws18
2016
2017         * sync with sylpheed 0.7.4cvs5
2018                 see ChangeLog entry 2002-03-17
2019
2020 2002-03-17 [melvin]     0.7.4claws17
2021         
2022         * src/textview.c
2023                 Worked around a gtktext 'bug': when searching for 
2024                 a text in a long message it was scrolling slowly
2025                 line by line until it hit the searched text.
2026         * po/fr.po
2027                 Updated French translation
2028
2029 2002-03-17 [melvin]     0.7.4claws16
2030
2031         * src/mainwindow.c
2032         * src/compose.c
2033         * src/prefs_actions.c
2034                 Moved "Edit/Actions" to "Tool/Actions"
2035                 Made mainwindow/compose window sensitive as soon as
2036                 no child process is running anymore even if the io dialog
2037                 is open.
2038                 Fixed a struct being initialized with a non constant char*
2039
2040 2002-03-16 [christoph]  0.7.4claws15
2041
2042         * configure.in
2043                 add --with-compiler-flags option
2044                 (only for developer hacking)
2045         * src/mh.c
2046         * src/procmsg.[ch]
2047         * src/summaryview.c
2048                 try to make folder-stats and flag handling more
2049                 independent from the summaryview. msgcounts
2050                 are only set when the folder is opened and
2051                 procmsg_msginfo_(un)set_flags will handle it
2052                 later and summaryview will get the values
2053                 from the folder.
2054
2055 2002-03-16 [paul]       0.7.4claws14
2056
2057         * src/messageview.c
2058                 fix Return-receipt. Patch submitted by Bob
2059                 Woodside <rwoodside1@comcast.net>
2060
2061 2002-03-16 [paul]       0.7.4claws13
2062
2063         * src/compose.c
2064                 fix 'dynamic' signatures, make it work again
2065                 broken during sync on 2002-03-14 (0.7.4claws2)
2066
2067 2002-03-15 [match]      0.7.4claws12
2068
2069         * src/addrharvest.[ch]
2070         * src/addrgather.[ch]
2071         * src/addressbook.[ch]
2072         * src/mainwindow.c
2073                 included address harvester feature. still some
2074                 issues with address parsing that I will fix.
2075
2076 2002-03-15 [match]      0.7.4claws11
2077
2078         * src/addrbook.[ch]
2079         * src/addrcache.[ch]
2080         * src/addressbook.[ch]
2081         * src/addrindex.c
2082         * src/editbook.c
2083         * src/importldif.c
2084         * src/importmutt.c
2085         * src/jpilot.[ch]
2086         * src/main.c
2087         * src/syldap.[ch]
2088         * src/vcard.[ch]
2089                 tidy up. fix memory leaks. moved attribs and methods
2090                 from individual interfaces to addrcache object. prep
2091                 for new stuff to come in.
2092
2093 2002-03-15 [alfons]     0.7.4claws10
2094
2095         * src/matcher.[ch]
2096         * src/matcher_parser_parse.y
2097         * src/matcher_parser_lex.l
2098         * src/prefs_matcher.c
2099                 add filtering conditions message greater than, smaller 
2100                 than, and exactly matching a size in bytes
2101                 (does not work with delete from POP3 server yet)
2102
2103                 this should also give others an idea what you should
2104                 do to add new criterions to claws filtering system
2105                 
2106
2107 2002-03-15 [paul]       0.7.4claws9
2108
2109         * tools/filter_conv.pl
2110                 exit if there are no filter rules to convert
2111                 rename filterrc to filterrc.old after completion
2112
2113 2002-03-15 [paul]       0.7.4claws8
2114
2115         * sync with sylpheed 0.7.4cvs3
2116                 see ChangeLog entry 2002-03-14
2117
2118 2002-03-14 [paul]       0.7.4claws7
2119
2120         * src/compose.c
2121                 clean up the last commit (ahem)
2122
2123 2002-03-14 [paul]       0.7.4claws6
2124
2125         * src/compose.c
2126                 fix bug #515655. honour account preferences
2127                 regarding gpg default signing/encryption when 
2128                 changing account from the compose window.
2129
2130 2002-03-14 [paul]       0.7.4claws5
2131
2132         * src/folderview.c
2133                 remove unnecessary curly brackets
2134
2135 2002-03-14 [paul]       0.7.4claws4
2136
2137         * src/folderview.c
2138           src/prefs_filtering.[ch]
2139                 add filter rename on folder rename and filter
2140                 delete on folder delete. Patch submitted by
2141                 Neill Miller <neillm@thecodefactory.org> 
2142
2143 2002-03-14 [christoph]  0.7.4claws3
2144
2145         * src/procmsg.c
2146         * src/send.c
2147                 fix local delivery
2148                 (patch submitted by "Simon 'corecode' Schubert")
2149         * src/prefs_common.c
2150         * src/procmsg.c
2151                 fix gcc 3.0 warning
2152
2153 2002-03-14 [paul]       0.7.4claws2
2154
2155         * sync with sylpheed 0.7.4cvs2
2156                 see ChangeLog entry 2002-03-13
2157
2158 2002-03-12 [darko]      0.7.4claws1
2159
2160         * src/mainwindow.c
2161                 fix what seems to be a copy and paste error
2162                 when setting color for important messages
2163                 (reported by wwp)
2164
2165 2002-03-11 [paul]       version 0.7.4claws released
2166
2167 2002-03-11 [paul]       0.7.4claws
2168
2169         * po/es.po
2170           po/it.po
2171           po/nl.po
2172           po/pt_BR.po
2173                 update message catalogs. Submitted by Ricardo Mones 
2174                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
2175                 Fabio Junior Beneditto
2176
2177         * configure.in
2178           faq/Makefile.am
2179           faq/it/Makefile
2180           faq/it/sylpheed-faq*
2181           src/mainwindow.c
2182           src/manual.[ch]
2183                 add FAQ in Italian
2184         
2185
2186 2002-03-11 [jens]       0.7.3claws7
2187
2188         * po/de.po
2189                 updated German translation
2190
2191 2002-03-11 [melvin]     0.7.3claws6
2192
2193         * po/fr.po
2194                 updated and corrected French translation
2195
2196 2002-03-10 [hoa]        0.7.3claws5
2197
2198         * src/account.c
2199         * src/inc.c
2200         * src/prefs_account.c
2201         * src/procmsg.c
2202         * src/send.[ch]
2203                 fixed the local account.
2204                 you have to change the default "/usr/sbin/sendmail"
2205                 to "/usr/sbin/sendmail -t" in the preferences of
2206                 the local account.
2207
2208         * src/procmime.c
2209                 removed some debug display for renderer
2210
2211 2002-03-10 [paul]       0.7.3claws4
2212
2213         * faq/en/sylpheed-faq-1.html
2214           faq/en/sylpheed-faq-2.html
2215                 update
2216
2217 2002-03-09 [paul]       0.7.3claws3
2218
2219         * sync with sylpheed 0.7.4
2220                 see ChangeLog entry 2002-03-09
2221
2222 2002-03-08 [paul]       0.7.3claws2
2223
2224         * faq/en/sylpheed-faq*
2225           faq/es/sylpheed-faq*
2226           faq/fr/sylpheed-faq*
2227                 update the FAQs
2228
2229         * manual/fr/.cvsignore
2230           manual/fr/Makefilea.am
2231           manual/fr/sylpheed*
2232           src/mainwindow.c
2233           src/manual.[ch]
2234                 add the French manual
2235
2236 2002-03-07 [paul]       0.7.3claws1
2237
2238         * sync with sylpheed 0.7.3cvs4
2239                 see ChangeLog entries  2002-03-06 and 2002-03-07
2240         
2241         * po/nl.po
2242                 updated by Wilbert Berendsen
2243
2244 2002-03-07 [melvin]     0.7.2claws34
2245
2246         * src/selective_download.c
2247                 Changed the pixmap of the receive button to MAIL_RECEIVE.
2248
2249 2002-03-06 [paul]       0.7.2claws33
2250
2251         * sync with sylpheed 0.7.3cvs1
2252                 bug fix, see ChangeLog entry 2002-03-05
2253
2254 2002-03-05 [paul]       0.7.2claws32
2255
2256         * src/mimeview.c
2257           src/pgptext.[ch]
2258           src/procmsg.c
2259                 reverse the pgp ascii-armored code implemented in 
2260                 0.7.2claws16. removal of this code until it matures.
2261                 this means that verifying ascii-armored pgp sigs and
2262                 automatic decryption of ascii-armored encrypted
2263                 messages no longer works.
2264
2265 2002-03-05 [paul]       0.7.2claws31
2266
2267         * configure.in
2268           Makefile.am
2269         * faq/Makefile.am
2270         * faq/en/Makefile.am
2271           faq/en/sylpheed-faq.html
2272           faq/en/sylpheed-faq-1.html
2273           faq/en/sylpheed-faq-2.html
2274           faq/en/sylpheed-faq-3.html
2275         * faq/es/Makefile.am
2276           faq/es/sylpheed-faq.html
2277           faq/es/sylpheed-faq-1.html
2278           faq/es/sylpheed-faq-2.html
2279           faq/es/sylpheed-faq-3.html
2280           faq/es/sylpheed-faq-4.html
2281         * faq/fr/Makefile.am
2282           faq/fr/sylpheed-faq.html
2283           faq/fr/sylpheed-faq-1.html
2284           faq/fr/sylpheed-faq-2.html
2285           faq/fr/sylpheed-faq-3.html
2286         * src/Makefile.am
2287           src/defs.h
2288           src/mainwindow.c
2289           src/manual.[ch]
2290                 add FAQs in English, Spanish and French
2291
2292
2293 2002-03-05 [paul]       0.7.2claws30
2294
2295         * manual/en/sylpheed.html
2296           manual/en/sylpheed-XX.html
2297                 updated the English manual
2298
2299 2002-03-05 [hoa]        
2300
2301         * src/summaryview.c
2302                 dialog box pops up if the article can't be deleted.
2303
2304 2002-03-04 [paul]       
2305         
2306         * po/pt_BR.po
2307                 updated by Fabio Junior Benedito
2308
2309 2002-03-04 [hoa]
2310
2311         * removed ac/gpgme.m4
2312                 to avoid autogen common problem
2313                 developers have to install gpgme development package now
2314
2315         * src/compose.c
2316                 encoding to 7bit or 8bit is enabled.
2317
2318 2002-03-03 [alfons]     0.7.2claws29
2319
2320         * src/pop.c
2321                 merge fix by Oliver Haertel for selective
2322                 download buglet
2323
2324 2002-03-03 [paul]       0.7.2claws28
2325         
2326         * sync with sylpheed 0.7.3
2327
2328 2002-03-03 [paul]       0.7.2claws27
2329
2330         * sync with sylpheed 0.7.2cvs24
2331                 see ChangeLog entries 2002-03-02 and 2002-03-03
2332
2333 2002-03-02 [melvin]     0.7.2claws26
2334
2335         * src/inc.[ch]
2336         * src/main.c
2337         * src/mainwindow.c
2338         * src/prefs_common.[ch]
2339                 Added user definable notification on new mail arrival.
2340                 Removed unused variables in spell checker prefs code.
2341
2342 2002-03-02 [melvin]     0.7.2claws25
2343
2344         * src/quote_fmt.c
2345                 Removed unnecessary escape sequences.
2346                 Changed 'Initial...' to 'Initials of Sender'
2347
2348 2002-03-02 [paul]       0.7.2claws24
2349
2350         * sync with sylpheed 0.7.2cvs22
2351                 see ChangeLog entry 2002-03-01
2352
2353 2002-03-01 [hoa]        0.7.2claws23
2354
2355         * src/mainwindow.c
2356                 Set sensitivity of delete actions to active
2357                 even if the folder is a newsgroup.
2358
2359         * src/summaryview.c
2360                 - Set sensitivity of delete actions
2361                 - Added function check_permission() that will check if the
2362                   user is authorized to delete a message. For news, it
2363                   will check if the author is the same.
2364                 - Enabled deletion when there is no trash folder.
2365
2366         * src/news.[ch]
2367                 - Added news_cancel_article() to cancel articles
2368                 - Implemented news_remove_message() (public function)
2369
2370 2002-03-01 [paul]       0.7.2claws22
2371
2372         * src/gtkutils.c
2373           src/textview.c
2374                 recognise urls that that don't include 'http://' and
2375                 simply begin 'www.' 
2376
2377         * AUTHORS
2378                 remove duplicated name
2379
2380 2002-02-28 [paul]       0.7.2claws21
2381
2382         * src/mainwindow.c
2383           src/summaryview.[ch]
2384                 add ability to 'Select thread'
2385                 combines Melvin's "Select thread's head" patch (#510907)
2386                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
2387                 patch (#518514) 
2388
2389 2002-02-28 [paul]       0.7.2claws20
2390
2391         * src/mimeview.c
2392                 hopefully fix segfault on right-clicking a mime part
2393                 that some people have experienced.      
2394                 fix submitted by Fredrik Olofsson <frol@linux.nu>
2395
2396 2002-02-28 [paul]       0.7.2claws19
2397
2398         * sync with sylpheed 0.7.2cvs21
2399                 see ChangeLog entries 2002-02-27 and 2002-02-28
2400
2401 2002-02-27 [paul]       0.7.2claws18
2402
2403         * sync with sylpheed 0.7.2cvs18
2404                 see ChangeLog entries 2002-02-26 and 2002-02-27
2405
2406 2002-02-26 [alfons]     0.7.2claws17
2407
2408         * src/procheader.c
2409                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
2410                 (spotted by Chris Hessman <idatech@gmx.net>)
2411
2412 2002-02-26 [paul]       0.7.2claws16
2413
2414         * src/mimeview.c
2415           src/pgptext.[ch]
2416           src/procmsg.c
2417                 make decryption of ascii-armored pgp encrypted messages
2418                 and verification of ascii-armored signatures work again.
2419                 slightly altered from the patch by Jens Jahnke 
2420                 <jan0sch@gmx.net>
2421
2422                 ##FIX ME##
2423                 * the checking of plaintext signatures always comes up in 
2424                   a popup box
2425                 * it doesn't work for multipart messages 
2426                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
2427                   including the msg headers and these 2 line themselves, are 
2428                   not displayed
2429
2430         * src/mainwindow.c
2431                 "View/Folder Tree" becomes "View/Separate Folder Tree"
2432                 "View/Message View" becomes "View/Separate Message View"
2433                 because its less ambiguous.
2434
2435         * po/es.po
2436                 updated by Ricardo Mones Lastra
2437
2438 2002-02-26 [paul]       0.7.2claws15
2439
2440         * sync with sylpheed 0.7.2cvs17
2441                 see ChangeLog entries 2002-02-25 and 2002-02-26
2442
2443 2002-02-25 [christoph]  0.7.2claws14
2444
2445         * src/filtering.[ch]
2446         * src/inc.c
2447                 do filtering stuff after all messages have been received
2448                   1. drop all messages to .processing
2449                   2. scan processing folder for messages
2450                   3. filter messages or move to inbox
2451                 this will also find old messages left in processing after
2452                 a crash or something like that and we get a real msginfo
2453                 from folder->get_msg_list and do not have to create our
2454                 own in filter_message
2455         * src/matcher_parser_parse.y
2456                 remove MIX/MAX warning (reordered includes)
2457
2458 2002-02-25 [paul]       0.7.2claws13
2459
2460         * sync with sylpheed 0.7.2cvs15
2461                 see ChangeLog entry 2002-02-24
2462
2463 2002-02-24 [alfons]     0.7.2claws12
2464
2465         * src/filtering.c
2466                 clear old color flags first when applying a new color to
2467                 a message info. 
2468                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
2469
2470 2002-02-24 [alfons]     0.7.2.claws11
2471         
2472         * AUTHORS
2473         * src/prefs_common.c
2474                 add presets for Opera and Konqueror, closes patch #517261,
2475                 submitted by Ville Skyttä <scop@users.sourceforge.net>
2476
2477 2002-02-24 [alfons]     0.7.2.claws10
2478
2479         * AUTHORS
2480         * src/summaryview.c
2481                 fix threading for null message ids, closes patch #521601,
2482                 submitted by Bob Forsman <hammor@users.sourceforge.net>
2483
2484 2002-02-24 [alfons]     0.7.2claws9
2485
2486         * src/summaryview.c
2487         * src/filtering.c
2488                 make Tool | Filter Message work with filtering system so
2489                 setting flags also works
2490
2491                 TODO:
2492
2493                 - Processing uses the same function as Tool | Filter
2494                   Message, but doesn't use the same update proc yet
2495
2496 2002-02-23 [paul]       0.7.2claws8
2497
2498         * sync with sylpheed 0.7.2cvs14
2499                 see ChangeLog entries 2002-02-22 and 2002-02-23
2500
2501 2002-02-22 [christoph]  0.7.2claws7
2502
2503         * src/quote_fmt.c
2504                 Add column space to table
2505         * src/quote_fmt_parse.y
2506                 Close files
2507
2508 2002-02-22 [paul]       0.7.2claws6
2509
2510         * src/Makefile.am
2511           src/defs.h
2512           src/filtering.c
2513           src/inc.[ch]
2514           src/mainwindow.c
2515           src/matcher.[ch]
2516           src/matcher_parser_lex.l
2517           src/matcher_parser_parse.y
2518           src/pop.[ch]
2519           src/prefs_account.h
2520           src/prefs_filtering.c
2521           src/selective_download.[ch]   *** NEW FILES ***
2522           src/utils.[ch]
2523           po/POTFILES.in
2524                 Selective Download added to 'Tool' menu. 
2525                 Retrieves email headers of the currently selected pop3 
2526                 account and allows the user to mark emails for deletion 
2527                 right on the pop3 server. Patch submitted by Oliver Haertel 
2528                 <oha@users.sourceforge.net>.
2529         
2530         * po/POTFILES.in
2531                 add 'src/quote_fmt.c'           
2532
2533 2002-02-22 [christoph]  0.7.2claws5
2534
2535         * src/Makefile.am
2536                 added quote_fmt.c
2537         * src/prefs_common.[ch]
2538         * src/prefs_template.c
2539         * src/quote_fmt.c               *** NEW FILE ***
2540         * src/quote_fmt.h
2541                 move quote format symbol description code
2542                 to it's own file because it is used from
2543                 differnent code parts
2544                 Rewrote symbol description GUI
2545                   + use table
2546                   + add separators
2547                   + get data from array (no more long constant strings)
2548         * src/quote_fmt_lex.l
2549         * src/quote_fmt_parse.y
2550                 Symbol for Literal % changed to \% instead of %%
2551                 (More logical as \ is used for quoting for other symbols)
2552                 Add |f and |p to include files and program output
2553                 Examples:
2554                     |f{/home/.../.signature}
2555                     |p{date}
2556         * po/de.po
2557                 Correct wrong spelling for "Referenzen"
2558
2559 2002-02-21 [paul]       0.7.2claws4
2560
2561         * src/procmsg.c
2562                 forgotten during sync
2563
2564 2002-02-21 [paul]       0.7.2claws3
2565
2566         * sync with sylpheed 0.7.2cvs11
2567                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
2568                 2002-02-20 and 2002-02-21
2569
2570 2002-02-20 [melvin]     0.7.2claws2
2571
2572         * src/prefs_actions.c
2573                 Added error report when child cannot fork or when execvp 
2574                 returns with an error.
2575
2576 2002-02-19 [christoph]  0.7.2claws1
2577
2578         * src/codeconv.c
2579                 return unconverted text if conde conversion is not possible
2580                 when libjconv is used.
2581                 (patch submitted by "Simon 'corecode' Schubert")
2582
2583 2002-02-19 [paul]       
2584
2585         * version 0.7.2claws release
2586
2587 2002-02-19 [paul]       0.7.2claws
2588
2589         * po/nl.po
2590                 updated by Wilbert Berendsen
2591
2592
2593 2002-02-18 [alfons]     0.7.1claws13
2594
2595         * src/syldap.c
2596         * src/jpilot.c
2597                 remove references to dlfcn and explicitly loading functions
2598                 from dynalink libs, because libs linked anyway, and functions
2599                 are loaded explicitly
2600
2601 2002-02-17 [melvin]     0.7.1claws12
2602
2603         * src/prefs_actions.c
2604                 Replaced children wait loop with double fork technique.
2605                 Now, input/output window updated at each new output.
2606                 free_children(): Fixed a memory leak.
2607                 Made input/output window non closable if running children
2608                 still exist.
2609                 Added missing <unistd.h> include.
2610                 Added some --debug outputs.
2611
2612 2002-02-17 [melvin]     0.7.1claws11
2613
2614         * src/summaryview.c
2615                 Fixed bug where descending sort order did not select top
2616                 message.
2617
2618 2002-02-17 [melvin]     0.7.1claws10
2619
2620         * acconfig.h
2621                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
2622         * src/prefs_common.c
2623                 Pspell data package directory no more hard coded but
2624                 set during configuration (PSPELL_PATH). (Thanks to 
2625                                 Gustavo Noronha Silva.)
2626
2627 2002-02-17 [melvin]     0.7.1claws9
2628
2629         * configure.in
2630                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
2631         * src/gtkspell.c
2632                 Fixed compile-time warnings.
2633
2634 2002-02-16 [alfons]     0.7.1claws8
2635
2636         * src/filesel.c
2637                 fix inadvertent free of NULL pointer which caused
2638                 sylpheed to crash when closing the save-as dialog
2639                 using the window close button
2640
2641 2002-02-16 [carsten]    0.7.1claws7
2642         * src/mainwindow.[ch]
2643           src/summaryview.c
2644           src/prefs_common.c
2645                 fixes for pixmap theming code:
2646                         - recently changed mail attributes shouldn't get
2647                           lost any longer
2648                         - theme is only reloaded iff another theme was
2649                           selected
2650
2651 2002-02-16 [paul]       0.7.1claws6
2652
2653         * sync with sylpheed 0.7.2 release
2654                 see ChangeLog entry 2002-02-15 and 2002-02-16
2655
2656 2002-02-15 [paul]       0.7.1claws5
2657
2658         * sync with sylpheed 0.7.1cvs9
2659                 see ChangeLog entry 2002-02-15
2660
2661         * po/POTFILES.in
2662                 remove unneeded headerwindow.c entry
2663
2664 2002-02-14 [carsten]    0.7.1claws4
2665         * src/summaryview.c
2666                 fixed a bug for "Go to next unread message": there was
2667                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
2668                 in the prefs, because of doing "Search again" instead
2669                 "No"
2670
2671 2002-02-14 [carsten]    0.7.1claws3
2672         * src/stock_pixmap.c
2673                 removed 2 more mem leaks; following memprof,
2674                 this code is "leak free" now :)
2675
2676 2002-02-14 [carsten]    0.7.1claws2
2677         * src/stock_pixmap.c
2678                 used opendir/readdir/closedir instead of scandir
2679                 -> code should work now on Solaris
2680
2681 2002-02-14 [paul]       0.7.1claws1
2682
2683         * sync with sylpheed 0.7.1cvs8
2684                 see ChangeLog entries 2002-02-13 and 2002-02-14
2685
2686         * README.claws
2687                 add some description of Actions and Pixmap Themes
2688
2689 2002-02-13 [paul]       
2690
2691         * version 0.7.1claws release
2692
2693 2002-02-13 [paul]       0.7.1claws
2694
2695         * po/es.po
2696           po/it.po
2697           po/pt_BR.po
2698                 updated translations, submitted by Ricardo Mones Lastra,
2699                 Alessandro Maestri and Fabio Junior Beneditto
2700
2701 2002-02-13 [melvin]     0.7.0claws75
2702
2703         * src/prefs_actions.c
2704                 Added missing "signal.h" include
2705
2706 2002-02-13 [melvin]     0.7.0claws74
2707
2708         * src/prefs_folder_item.c
2709                 Added missing "config.h" include
2710         * po/fr.po
2711                 Updated French translation for folder propriety.
2712
2713 2002-02-13 [jens]       0.7.0claws73
2714
2715         * po/POTFILES.in
2716                 Added missing src/prefs_folder_item.c [log added by melvin]
2717         * po/de.po
2718                 Updated German translation.
2719
2720 2002-02-13 [melvin]     0.7.0claws72
2721
2722         * po/fr.po
2723                 Updated French translation.
2724
2725 2002-02-13 [melvin]     0.7.0claws71
2726
2727         * src/gtkutils.c
2728                 Made gtkut_editable_get_selection return NULL if selection
2729                 is of length zero.
2730                 This fixes a bug where selecting part of message A then
2731                 switching to message B and replying to it will not
2732                 quote the message's body.
2733
2734 2002-02-12 [paul]       0.7.0claws70
2735
2736         * src/mainwindow.c
2737                 cosmetic, relating to pixmap themes: on toolbar make 
2738                 updating of 'Exec' and 'Compose news/Compose email'
2739                 icons faster.
2740
2741 2002-02-12 [carsten]    0.7.0claws69
2742         * src/folderview.c
2743           src/mainwindow.[ch]
2744           src/stock_pixmap.c
2745           src/summaryview.c
2746           src/prefs_common.c
2747                 - refreshing after changing pixmap theme better
2748                   now (thanks Paul)
2749                 - wanted to remove some mem leaks, but alfons was
2750                   faster (and had the better solution ;)
2751
2752 2002-02-12 [alfons]     0.7.0claws68
2753
2754         * src/prefs_common.c
2755         * src/stock_pixmap.[ch]
2756                 plug mem leaks, refactor code a little bit
2757
2758
2759 2002-02-12 [sergey]     0.7.0claws67
2760
2761         * src/imap.c
2762                 Fixed problem with copying messages to IMAP folders when the
2763                 server uses something other than '/' as a namespace separator
2764                 (cyrus-imapd uses '.').
2765
2766 2002-02-12 [jens]       0.7.0claws66
2767
2768         * po/de.po
2769                 Updated German Translation
2770
2771 2002-02-12 [paul]       0.7.0claws65
2772
2773         * sync with sylpheed 0.7.1cvs1
2774                 see ChangeLog entry 2002-02-12
2775
2776 2002-02-12 [melvin]     0.7.0claws64
2777
2778         * src/prefs_actions.c
2779                 Fixed "feature" where children's output was duplicated 
2780                 instead of refreshed while monitoring.
2781                 Removed some debug code.
2782
2783 2002-02-12 [christoph]  0.7.0claws63
2784
2785         * src/compose.c
2786                 always delete message from queue after sending/send error
2787                 (closes bug #509601)
2788
2789 2002-02-12 [melvin]     0.7.0claws62
2790
2791         * src/prefs_actions.c
2792                 Children wait loop is now triggered with a timeout of 1s
2793                 Added %F which is replaced with the list of filenames 
2794                 of all selected messages (as suggested by Ricardo Mones Lestra)
2795                 Pipe syntax changed. Prefix with | to send selection, postfix
2796                 with | to retrieve output. Prefix with > or * to send
2797                 user definable input to the command (*: input is hidden)
2798                 Old pipe action should now be postfixed with |, too.
2799
2800 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
2801         * src/stock_pixmap.c
2802                 fixed a bug: if there's no theme directory don't
2803                 throw an error, just do "nothing" (thanks Alfons)
2804
2805 2002-02-12 [carsten]    0.7.0claws60
2806         * src/folderview.c
2807           src/summaryview.c
2808                 had to write the cache twice (nasty!); some marks would 
2809                 get lost if not
2810
2811 2002-02-11 [carsten]    0.7.0claws59
2812         * acconfig.h
2813           configure.in
2814           doc-src/maintainer_guide.txt
2815           src/compose.[ch]
2816           src/defs.h
2817           src/folderview.[ch]
2818           src/gtkutils.[ch]
2819           src/mainwindow.[ch]
2820           src/prefs_common.[ch]
2821           src/stock_pixmap.[ch]
2822           src/summaryview.[ch]
2823                 pixmap theming and related work on pixmap
2824                 handling on some other places
2825                 (e.g. hrm features for all folder)
2826           src/pixmap/stock_*.xpm -> the stock_ was removed
2827         
2828 2002-02-11 [paul]       0.7.0claws58
2829
2830         * sync with sylpheed 0.7.1 release
2831                 see ChangeLog entries 2002-02-11
2832
2833 2002-02-08 [paul]       0.7.0claws57
2834
2835         * sync with sylpheed 0.7.0cvs39
2836                 see ChangeLog entry 2002-02-07 (last entry) 
2837
2838         * src/prefs_actions.c
2839           src/prefs_filtering.c
2840           src/prefs_matcher.c
2841           src/prefs_scoring.c
2842                 sync: made it compile with C compilers other than gcc
2843
2844 2002-02-07 [paul]       0.7.0claws56
2845
2846         * sync with sylpheed 0.7.0cvs38
2847                 see ChangeLog entries 2002-02-06 (last 2 entries) and
2848                 2002-02-07
2849
2850 2002-02-07 [darko]      0.7.0claws55
2851
2852         * src/gtkutils.[ch]
2853         * src/summaryview.c
2854                 Fix const gchar */gchar * issue (thanks Hiro)
2855
2856 2002-02-07 [darko]      0.7.0claws54
2857
2858         * src/compose.[ch]
2859         * src/filtering.c
2860         * src/gtkutils.[ch]
2861         * src/prefs_template.c
2862         * src/quote_fmt.h
2863         * src/quote_fmt_parse.y
2864         * src/summaryview.c
2865         * src/utils.[ch]
2866                 When replying or forwarding an email don't quote the entire
2867                 mail body but use the part of the message text that is selected
2868
2869 2002-02-06 [melvin]     0.7.0claws53
2870
2871         * src/prefs_common.[ch]
2872         * src/gtkspell.[ch]
2873         * src/compose.c
2874                 Made possible to switch quickly to last used dictionary
2875                 which makes checking bilingual documents easier.
2876
2877 2002-02-06 [melvin]     0.7.0claws52
2878         
2879         * po/POTFILES.in
2880                 Added forgotten new file src/prefs_actions.c
2881
2882 2002-02-06 [melvin]     0.7.0claws51
2883
2884         * src/prefs_actions.c   ** NEW FILE **
2885         * src/prefs_actions.h   ** NEW FILE **
2886                 Added actions to execute on message text view, or on the
2887                         message's file.
2888         * src/Makefile.am
2889                 Added src/prefs_actions.[ch]
2890         * src/compose.c
2891                 Added new menu "Edit/Actions"
2892         * src/defs.h
2893                 Added new actionsrc file.
2894         * src/main.c
2895                 Added actionsrc reading.
2896         * src/mainwindow.c
2897                 Added new menus "Edit/Actions" and "Configuration/Actions..."
2898         * src/prefs_common.h
2899                 Added new element actionslst element to prefs_common.
2900
2901 2002-02-06 [paul]       0.7.0claws50
2902
2903         * sync with sylpheed 0.7.0cvs36
2904                 see ChangeLog entry 2002-02-06
2905
2906 2002-02-05 [paul]
2907
2908         * po/es.po
2909                 updated by Ricardo Mones Lastra
2910
2911 2002-02-05 [paul]       0.7.0claws49
2912
2913         * sync with sylpheed 0.7.0cvs33
2914                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
2915
2916 2002-02-05 [paul]       0.7.0claws48
2917
2918         * src/compose.c
2919                 re-add 'Edit/Advanced/Delete entire line', previously named
2920                 'Delete Line+'
2921
2922 2002-02-04 [paul]       0.7.0claws47
2923
2924         * src/compose.c
2925           src/summaryview.c
2926                 fix bug #494993 (Reply All not taking Reply-To into consi)
2927                 eliminate differences in behaviour of right-click 'Reply to all' 
2928                 in summary view and 'Reply to all' on the toolbar. 
2929                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
2930                 view and From gets ignored by 'Reply to all' on toolbar.
2931                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
2932                 From when no Reply-To header is present.
2933
2934 2002-02-04 [paul]       0.7.0claws46
2935
2936         * sync with sylpheed 0.7.0cvs30
2937                 see ChangeLog entries 2002-02-03 and 2002-02-04
2938
2939 2002-02-03 [melvin]     0.7.0claws45
2940
2941         * src/gtkspell.[ch]
2942                 Readded function to highlight all misspelled words.
2943                 Fixed bug where user-provided-words did not replace
2944                         correctly the misspelled word when using the mouse.
2945                 Fixed bug where checking a region selected from right to left did
2946                         not check the region at all.
2947                 Fixed bug where 'Check backwards' may not check at all. 
2948                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
2949                 Fixed possible buffer overflow when checking for long strings (>1k).
2950                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
2951                 Accelerators code uses now gtk_widget_add_accel.
2952                 Removed and disabled obsolete and unfinished code.
2953                 Cleaning up.
2954
2955         * src/compose.c
2956                 Added menu item to Highlight all misspelled words.
2957
2958 2002-02-01 [paul]       0.7.0claws44
2959
2960         * src/mainwindow.c
2961                 fix '/View/Hide read messages' sensitivity when all
2962                 messages in a folder are hidden
2963
2964 2002-02-01 [paul]       0.7.0claws43
2965
2966         * src/main.c
2967                 add --send option to command line interface, sends all
2968                 queued mail. Patch submitted by Ricardo Mones Lastra.
2969
2970 2002-01-31 [paul]       0.7.0claws42
2971
2972         * src/mainwindow.c
2973                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
2974
2975 2002-01-31 [paul]       0.7.0claws41
2976
2977         * sync with sylpheed 0.7.0cvs27
2978                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
2979                 and 2002-01-31
2980
2981         * src/textview.c
2982                 comment out elements of textview_show_part() as temporary
2983                 workaround for attachment 'Display as text' bug 
2984
2985         * po/pt_BR.po
2986                 updated by Fabio Junior Beneditto
2987
2988 2002-01-30 [paul]       0.7.0claws40
2989
2990         * sync with sylpheed 0.7.0cvs24
2991                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
2992                 and 2002-01-30
2993
2994         * src/compose.c
2995                 add {N_("/_Spelling"), ... "<Branch>"} to 
2996                 GtkItemFactoryEntry compose_entries[]
2997
2998         * src/prefs_common.c
2999                 add claws menu items to prefs_keybind_apply_clicked()
3000                 and remove non-claws menu items
3001
3002 2002-01-29 [paul]       0.7.0claws39
3003
3004         * sync with sylpheed 0.7.0cvs22
3005                 see ChangeLog entries 2002-01-28 and 2002-01-29
3006
3007 2002-01-28 [melvin]     0.7.0claws38
3008
3009         * src/compose.c
3010                 Added the declartion of compose_send_control_enter.
3011
3012         * src/compose.c
3013         * src/gtkspell.[ch]
3014                 Added in a 'Spelling' menu which includes the configuration menu. 
3015                 Added a real 'Check all' and got rid from the old one which only
3016                 highlited misspelled word.
3017                 Made 'Check while typing' a disableable option.
3018                 Added a dialog when there are no more misspelled word.
3019                 Added a dialog if error occurs when switching to a dictionary.
3020         
3021         * src/prefs_common.[ch]
3022                 Added option for the default 'Check while typing' option.
3023
3024
3025 2002-01-28 [alfons]     0.7.0claws37
3026
3027         * src/compose.c
3028                 fix buglet and make code comply with sylpheed code style
3029
3030 2002-01-28 [paul]       0.7.0claws36
3031
3032         * sync with sylpheed 0.7.0cvs19
3033                 see ChangeLog entries for 2002-01-28
3034
3035 2002-01-28 [hoa]        0.7.0claws35
3036
3037         * src/defs.h
3038                 added rendererrc
3039
3040         * src/main.c
3041                 read the renderer config
3042
3043         * src/procmime.[ch]
3044                 use the renderer config to convert mime attachments
3045
3046         * src/textview.c
3047                 don't use textview_show_html/ertf,
3048                 use get_text_content instead
3049
3050 2002-01-27 [alfons]     0.7.0claws34
3051         
3052         * src/news.c
3053                 make sylpheed believe it can delete a news message...
3054                 (messages are NOT deleted, maybe we should remove
3055                 processing from the folder properties after all.)
3056
3057 2002-01-27 [alfons]     0.7.0claws33
3058
3059         * src/folder.c
3060                 add extra checks
3061         * src/news.c
3062                 implement remove_msg() 
3063
3064 2002-01-27 [alfons]     0.7.0claws32
3065
3066         * src/procmsg.h
3067         * src/procheader.c
3068         * src/messageview.c
3069                 fix return receipt / disposition notification again. this
3070                 stuff seems to break on _every_ major summary UI change, so
3071                 it's now implemented using a flag which is saved in the
3072                 marks cache
3073                 
3074 2002-01-26 [alfons]     0.7.0claws31
3075
3076         * src/import.c
3077                 let import dialog show the destination folder identifier
3078
3079 2002-01-26 [melvin]     0.7.0claws30
3080
3081         * src/folderview.c
3082         * src/summaryview.c
3083                 Readded 'Mark all read' into summary view popup menu
3084                 Added 'Mark all read' in folder view popup menu for IMAP
3085                 and NNTP.
3086                 Made it insensitive if the selected folder is not the shown
3087                 one to avoid 'Mark all read' on the wrong folder.
3088                 
3089 2002-01-26 [paul]       0.7.0claws29
3090
3091         * src/folderview.c
3092           src/summaryview.c
3093                 move 'Mark all read' from summary view to folder view
3094                 menu. (adapted from) patch submitted by Jeremy Andrews,
3095                 <lists@kerneltrap.com>
3096
3097 2002-01-25 [alfons]     0.7.0claws28
3098
3099         * src/gtkstext.c
3100                 put the gtk class name back so GtkSText adapts the 
3101                 settings of GtkText
3102
3103 2002-01-25 [alfons]     0.7.0claws27
3104
3105         * src/folderview.c 
3106                 assimilate Ricardo's patch that shows pixmaps instead of
3107                 plain "new" and "unread" texts in the folder view column
3108                 headers 
3109
3110 2002-01-25 [paul]       0.7.0claws26
3111
3112         * src/Makefile.am
3113                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
3114                 be found in non-standard locations. 
3115                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
3116
3117 2002-01-25 [paul]       0.7.0claws25
3118
3119         * sync with sylpheed 0.7.0cvs16
3120                 see ChangeLog entry 2002-01-25
3121
3122 2002-01-24 [paul]       0.7.0claws24
3123
3124         * more sync with sylpheed 0.7.0cvs15
3125                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
3126
3127 2002-01-23 [sergey]     0.7.0claws23
3128
3129         * src/importldif.c
3130                 Fixed segfault when closing LDIF import wizard with
3131                 the window manager.
3132         * src/imageview.c
3133         * src/imageview.h
3134         * src/messageview.c
3135         * src/mimeview.c
3136                 Fixed wrong scrolling position after switching between
3137                 text and image parts.
3138
3139 2002-01-23 [paul]       0.7.0claws22
3140
3141         * sync with sylpheed 0.7.0cvs15
3142                 see ChangeLog entries 2002-01-22 and 2002-01-23
3143
3144 2002-01-21 [melvin]     0.7.0claws21
3145
3146         * src/prefs_scoring.c
3147         * src/prefs_filtering.c
3148                 Fixed bug where scoring and filtering windows stopped
3149                 autochecking.
3150
3151 2002-01-21 [paul]       0.7.0claws20
3152
3153         * sync with sylpheed 0.7.0cvs12
3154                 see ChangeLog entries 2002-01-20 and 2002-01-21
3155
3156 2002-01-21 [carsten]    0.7.0claws19
3157         * src/mainwindow.c
3158         * src/menu.[ch]
3159         * src/messageview.[ch]
3160         * src/summaryview.[ch]
3161                 changes to shortcuts handling again:
3162                         + "Q" now controled by mainwin
3163                         + v/V are now customizable and have slightly
3164                           different meanings
3165                 the "button" to minimize the messageview (and maximize
3166                 the summary view) is a real button now
3167         * src/compose.c
3168                 "Delete Line+" added to Edit/Advanced (this will also
3169                 delete the '\n')
3170
3171 2002-01-20 [melvin] 0.7.0claws18
3172
3173         * src/addressbook.c
3174                 Made "Bcc" sensitive when addressbook is called from
3175                 compose window (it was a Claws only bug).
3176
3177 2002-01-19 [alfons] 0.7.0claws17
3178
3179         * src/inc.c
3180                 prevent unnecessary updates when currently selected folder has
3181                 no new messages 
3182
3183 2002-01-19 [alfons] 0.7.0claws16
3184         
3185         * src/summaryview.c
3186                 prevent writing the cache based on current message list in summary 
3187                 view when filtering also put messages in currently selected folder
3188
3189 2002-01-19 [paul]
3190
3191         * po/it.po
3192                 Italian translation submitted by Alessandro Maestri
3193                 <a.maestri@cs.tin.it>
3194
3195 2002-01-18 [melvin]     0.7.0claws15
3196
3197         * src/prefs_filters.c
3198                 fixed bug where 'cancel' from 'filters' window stops autochecking
3199                 if the timer timed out  when the window was open.
3200
3201 2002-01-18 [match]      0.7.0claws14
3202
3203         * src/addrclip.[ch]     ** NEW FILE **
3204         * src/addrselect.[ch]   ** NEW FILE **
3205         * src/adbookbase.h      ** NEW FILE **
3206                 addressbook cut, copy and paste
3207         * src/addrbook.[ch]
3208         * src/addrcache.[ch]
3209         * src/addressitem.h
3210         * src/addrindex.[ch]
3211         * src/addritem.[ch]
3212         * src/importldif.c
3213         * src/importmutt.c
3214         * src/jpilot.[ch]
3215         * src/syldap.[ch]
3216         * src/vcard.[ch]
3217         * src/jpilot.[ch]
3218         * src/editbook.c
3219         * src/editjpilot.c
3220         * src/editldap.c
3221         * src/editvcard.c
3222                 support for copy/paste
3223         * src/addressbook.c
3224                 support for copy/paste
3225                 tidy up menu option processing
3226                 correct address list function arguments
3227         * src/editaddress.c
3228                 sort user attributes
3229         * src/ldif.h
3230         * src/mutt.h
3231                 tidy up
3232
3233         * src/addrbook.[ch]
3234         * src/addrbook.[ch]
3235         * src/addrbook.[ch]
3236                 
3237
3238 2002-01-18 [paul]       0.7.0claws13
3239
3240         * sync with sylpheed 0.7.0cvs8
3241                 configure.in: support Mac OS X (Darwin)
3242
3243 2002-01-18 [carsten]    0.7.0claws12
3244         * src/html.c
3245                 small hack to fix a segfault with an empty href
3246                 (reported by Alexandra Walford <deeni@altern.org>)
3247         * src/mainwindow.c
3248         * src/summaryview.c
3249                 the shortcuts for Mark und Mark as unread are hardcoded
3250                 again
3251         * src/compose.c
3252         * src/gtkstext.[ch]
3253                 readded the shortcuts in gtkstext but made them
3254                 customizeable (simply by adding a menu plus a wrapper
3255                 to compose.c)
3256
3257 2002-01-17 [melvin]     0.7.0claws11
3258
3259         * src/gtkspell.c
3260                 fix default dictionary not being saved.
3261
3262 2002-01-16 [darko]      0.7.0claws10
3263
3264         * src/compose.c
3265                 fix wrapping crash with URL longer than wrapping margin
3266
3267 2002-12-08 [hoa]        0.7.0claws10
3268
3269         * src/matcher_parser_parse.y
3270                 fixed some bugs
3271
3272         * src/prefs_filtering.c
3273                 now, we can use bounce action in the dialog box.
3274
3275 2002-01-16 [carsten]    0.7.0claws9
3276         * src/gtkstext.c
3277                 removed the <control> and <alt> shortcuts because they're
3278                 not needed and interefered with the "normal" shortcuts
3279         * src/mainwindow.c
3280         * src/summaryview.c
3281                 removed most of the hardcoded shortcuts and assigned
3282                 them to menu entries making them easy customizable by
3283                 that
3284
3285 2002-01-16 |melvin]     0.7.0claws8
3286
3287         * src/gtkspell.c
3288                 fixed bug where using the mouse and when the compose
3289                 window is not on top may result in a crash.
3290
3291 2002-01-16 [melvin]     0.7.0claws7
3292
3293         * src/compose.c
3294                 fixed a long standingspell checker bug which could 
3295                 cause a crash after sending a message.
3296
3297 2002-01-16 [paul]       0.7.0claws6
3298
3299         * sync with sylpheed 0.7.0cvs7
3300                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
3301                 2002-01-15, and 2002-01-16
3302
3303 2002-01-16 [melvin]     0.7.0claws5
3304
3305         * README.claws
3306         * src/compose.c
3307         * src/gtkspell.[ch]
3308         * src/main.c
3309                 Heavily modified spell checker code to work around
3310                 ispell bug, to add keyboard shortcuts and for future
3311                 enhancements. See README.claws for usage information.
3312
3313 2002-01-15 [alfons]     0.7.0claws4
3314         
3315         * src/summaryview.c
3316                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
3317                 so sorting within threads reflects sort mode
3318
3319 2002-01-15 [christoph]  0.7.0claws3
3320
3321         * src/procmsg.c
3322                 added alertpanel if mail sending failed
3323
3324 2002-01-15 [alfons]     0.7.0claws2
3325         
3326         * src/prefs_filtering.c
3327                 don't stop timer when prefs filtering dialog is opened
3328
3329 2002-01-14 [alfons]     0.7.0claws1
3330
3331         * src/addr_compl.c
3332         * src/prefs.c
3333                 remove debug_print()s for privacy reasons
3334
3335 2002-01-14 [darko]      0.7.0claws
3336
3337         * README.claws
3338                 quotation wrapping is now also in the main branch
3339
3340 2002-01-14 [paul]
3341
3342         * tools/filter_conv.pl
3343                 allow for Boolean Op and case-sensitivity
3344                 this file is included in the release and tagged
3345                 'rel_0_7_0'
3346
3347 2002-01-13 [paul]       0.7.0claws
3348
3349         * release 0.7.0, with cvs tag 'rel_0_7_0'
3350
3351 2002-01-13 [paul]
3352
3353         * tools/filter_conv.pl
3354         * tools/README
3355                 rewritten to output to matcherrc instead of filteringrc
3356
3357         * po/es.po
3358                 updated Spanish translation by Ricardo Mones Lastra
3359
3360 2002-01-13 [alfons]
3361
3362         * po/nl.po
3363                 update dutch translation
3364
3365 2002-01-13 [paul]
3366
3367         * po/pt_BR.po
3368                 Updated by Fabio Junior Beneditto 
3369
3370 2002-01-13 [melvin]     0.6.6claws53
3371
3372         * po/fr.po
3373                 Updated french translation
3374
3375 2002-01-12 [alfons]     0.6.6claws52
3376
3377         * src/filtering.c
3378                 plug mem leak that has been sitting there for ages              
3379
3380 2002-01-12 [alfons]     0.6.6claws51
3381
3382         * src/summaryview.c
3383                 undo melvin's changes from 0.6.6claws48 because summary
3384                 view now refuses to select first unread message when
3385                 selecting a folder 
3386
3387 2002-01-11 [alfons]     0.6.6claws50
3388
3389         * src/import.c
3390                 use claws' semantics for getting folder item when
3391                 importing an mbox file into a folder 
3392                 (submitted by Dale P. Smith)
3393
3394 2002-01-11 [christoph]  0.6.6claws49
3395
3396         * src/prefs.h
3397                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
3398                 toggle widget, because non static prefs can not use
3399                 prefs_set_* functions
3400         * src/prefs_account.c
3401                 toggle smtp auth password field sensitivity if
3402                 user id is empty and add descrition of usage for
3403                 these fields
3404         * src/prefs_folder_item.c
3405                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
3406                 callbacks
3407
3408 2002-01-11 [melvin]     0.6.6claws48
3409
3410         * src/compose.c
3411                 fix the 'Ctrl-Enter' feature for sending and test really
3412                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
3413                 editables which was not documented in Gtk)
3414
3415         * src/summaryview.c
3416                 Made summaryview refresh after sorting and not before.
3417
3418 2002-01-11 [christoph]  0.6.6claws47
3419
3420         * src/compose.c
3421                 select account from account ids if possible and
3422                 correctly set save folder for copy in reedit
3423
3424 2002-01-10 [paul]       0.6.6claws46
3425
3426         * sync with sylpheed 0.7.0 release
3427                 see ChangeLog entries 2002-01-07, 2002-01-08 and
3428                 2002-01-09
3429
3430 2002-01-09 [alfons]
3431
3432         * src/summaryview.c
3433                 remove more dirt traces...
3434
3435 2002-01-09 [alfons]
3436         
3437         * src/summaryview.c
3438                 clean up some traces of my debugging stuff
3439
3440 2002-01-09 [alfons]     0.6.6claws45
3441
3442         * src/filtering.c
3443                 break up filteringprop_apply() in three separate pieces
3444                 so we can drop messages that failed processing in the
3445                 inbox
3446
3447         * src/summaryview.c
3448                 fix bug #469598 "no refresh of inbox after filter" which 
3449                 was introduced by the new summary view locking, and which 
3450                 prevented the summary view to update after a manual filter 
3451                 message. claw's filter message requires a summary_show().
3452                 (aargh, summary_show() again! :-)
3453                 
3454 2002-01-07 [alfons]     0.6.6claws44
3455
3456         * src/headerwindow.c
3457         * src/logwindow.c
3458         * src/messageview.c
3459         * src/sourcewindow.c
3460                 bring in Hiro's last 0.7.0 wm class fixes
3461
3462         * tools/sylprint.pl
3463                 bring in Ricardo's fix for sylprint script
3464
3465         * AUTHORS       
3466         * src/rfc2015.[ch]
3467         * src/prefs_common.[ch]
3468         * src/prefs_account.[ch]
3469         * src/compose.c
3470                 clean up account preference poison in rfc2015,
3471                 and preparation to fix double sign bug 
3472                 (patch submitted by Simon 'corecode' Schubert)
3473
3474 2002-01-07 [christoph]  0.6.6claws43
3475
3476         * src/mh.c
3477                 search for free message number, do not only rely
3478                 on last_num
3479         * src/send.c
3480                 fix smtp auth and use extra account information
3481                 if available, if not use pop3 data instead
3482                 (closes bug #500341)            
3483         * src/ssl.[ch]
3484                 match coding style
3485
3486 2002-01-06 [alfons]     0.6.6claws42
3487
3488         * src/mainwindow.c
3489                 try making the separate windows work again...
3490
3491 2002-01-06 [alfons]     0.6.6claws41
3492
3493         * src/mainwindow.c
3494                 adapt Hiro's separate window menu (to get rid of the funny
3495                 duplicate menu items), and make it work again
3496
3497 2002-01-06 [alfons]     0.6.6claws40
3498
3499         * tools/Makefile.am
3500         * tools/sylprint.rc
3501         * tools/sylprint.pl
3502         * tools/README.sylprint
3503                 add sylprint script for printing mails from Sylpheed
3504                 (contributed by Ricardo Mones Lastra)
3505
3506         * src/acount.c
3507                 clean up
3508
3509 2002-01-06 [melvin]     0.6.6claws39
3510
3511         * src/mainwindow.c
3512         * src/summaryview.c
3513                 Fixed crash introduced in 0.6.6claws38 by the menu
3514                 reorganisation (Hide read messages)
3515         
3516         * ChangeLog.claws 
3517                 Fixed typo (we are now in 2002, alfons ;) )
3518
3519 2002-01-05 [alfons]     0.6.6claws38
3520
3521         * sync with sylpheed 0.6.6cvs10-17
3522                 (last stuff marked as LAST_STABLE)
3523
3524 2002-01-04 [melvin]     0.6.6claws37
3525
3526         * src/account.c
3527                 Made account selection code use strcasestr again instead of
3528                 g_strcasecmp (fixes bug where reediting queued messages
3529                 did not select proper account reported by T. Link).
3530         
3531         * src/folderview.c
3532                 Fix bug where folder icons are not shown when 'hide read messages'
3533                 is on.
3534         
3535         * src/stock_pixmaps.[ch]
3536                 Added folder icons for 'hide read messages'.
3537         
3538         * src/compose.c
3539                 Fixed bug where 'Enter' in a header entry will send the message 
3540                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
3541
3542 2002-01-03 [melvin]     0.6.6claws36
3543         
3544         * src/prefs.[ch]
3545                 Added popup menu for common preferences and
3546                 account preferences (right click on tab displays
3547                                 a menu of all tabs.)
3548
3549 2002-01-02 [melvin]     0.6.6claws35
3550
3551         * src/gtkspell.[ch]
3552                 Made spelling code compatible with undo/redo feature.
3553                 Added creation of suggestion mode menu for the general
3554                         preferences.
3555         
3556         * src/prefs_common.[ch]
3557                 Added option menu for the speller's suggestion mode.
3558                 Added missing spaces in "..." buttons and made a "..."
3559                         button non translatable!
3560         
3561         * src/compose.c
3562                 Made speller use the default suggestion mode.
3563                 Hack to make it possible to choose 'CTRL-Enter' as a
3564                         shortcut for sending (and only for sending).
3565
3566         * src/prefs_folder_item.c
3567                 Changing subject simplification does not update cache 
3568                         anymore (because it is unnecessary).
3569                 Fixed bug where changing subject simplification updated the 
3570                         summaryview even when the viewed folder is not the
3571                         folder which properties are being changed. (E.g. 
3572                                         viewing folder A and changing
3573                                         the subject simplification of 
3574                                         folder B -not being viewed- updated the 
3575                                         summaryview of folder A with data of
3576                                         folder B). (Hope this is clear... )
3577
3578 2001-12-31 [alfons]     0.6.6claws34
3579         
3580         * src/ldif.c
3581         * src/mutt.c
3582                 fgetc() returns a signed integer which doesn't
3583                 fit in a char. so c truncates this to a char
3584                 but we may lose significant bits. i.e. we may
3585                 comparing 0xFF which may not be equal to -1
3586                 unless properly casted to signed char which
3587                 we won't do because fgetc() returns a signed
3588                 integer which doesn't fit in a char. so c 
3589                 truncates this to a char but we may lose 
3590                 significat bits. (you got the idea, thanks
3591                 to Gustavo Noronha Silva <kov@debian.org>
3592                 and the Debian folks!)
3593
3594 2001-12-30 [alfons]     0.6.6claws33
3595
3596         * src/prefs_common.c
3597                 add #ifdef USE_PSPELLs that Melvin forgot               
3598
3599 2001-12-30 [melvin]     0.6.6claws32
3600         
3601         * src/prefs_common.[ch]
3602                 Added configurable color for misspelled words.
3603
3604         * src/gtkspell.[ch]
3605                 Fixed bug of foreground text color (reported by David
3606                                 Mehrmann)
3607                 Added configurable color for misspelled words.
3608
3609 2001-12-30 [alfons]     0.6.6claws31
3610
3611         * src/folder.c
3612                 remove unnecessary things someone put there
3613
3614         * src/mh.c
3615         * src/folder.[ch]
3616                 make folder properties (like threading and sorting) persistent
3617                 (closes bug #497424 "rescan folder tree resets proprieties")
3618                 currently this is only for MH folders. 
3619
3620 2001-12-29 [melvin]     0.6.6claws30
3621
3622         * src/string_match.[ch]
3623                 Optimized a bit: regexp pattern buffer compiled only once, and
3624                   one subroutine call removed. Fixed ^ regexp search: Now, 
3625                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
3626         
3627         * src/summaryview.c
3628                 Subject filtering changed to filter summary columns and
3629                   not directly the messages subject cache. The loss in 
3630                   performance is balanced by the improvement of string_match.
3631                 Added an alert panel if there is an error in the regexp.
3632
3633         * src/src/prefs_folder_item.h
3634                 Added a regexp pattern buffer.
3635
3636 2001-12-28 [alfons]     0.6.6claws29
3637
3638         * src/string_match.[ch]
3639                 clean up name space
3640                 allow compilation *BSD
3641
3642 2001-12-27 [alfons]     0.6.6claws28
3643
3644         * src/filter.c
3645                 sync the Hiro's bug fix for BSD
3646
3647 2001-12-27 [melvin]     0.6.6claws27
3648         
3649         * src/compose.c
3650                 Simplify focus to subject entry code.
3651
3652 2001-12-27 [darko]      0.6.6claws26
3653
3654         * src/filtering.c
3655         * src/mbox_folder.c
3656         * src/messageview.c
3657         * src/mh.c
3658         * src/procheader.[ch]
3659         * src/procmsg.h
3660         * src/stock_pixmap.[ch]
3661         * src/summaryview.c
3662                 Show key icon for encrypted mails in summary view
3663
3664         * src/pixmaps/clip.xpm
3665         * src/pixmaps/clipkey.xpm
3666         * src/pixmaps/key.xpm
3667                 New/modified icons for the above
3668
3669 2001-12-27 [melvin]     0.6.6claws25
3670
3671         * src/prefs_common.c
3672                 Put spell checker options in a separate tab to decrease
3673                 the Common Preferences window height.
3674
3675         * README.claws  
3676                 Update spell checker usage instruction about its options
3677                 location.
3678
3679 2001-12-27 [melvin]     0.6.6claws24
3680
3681         * src/compose.c
3682                 Changed subject entry widget position. Initial focus is
3683                 on the To header instead of the subject entry.
3684                 Creating a new header scrolls the header list to make the
3685                 created one visible. Nevertheless, when automatically filling
3686                 headers, the first one is shown.
3687                 A Tab key press in the last empty header entry zips the 
3688                 focus to the subject entry.
3689                 (I did not change the combo boxes, yet)
3690
3691 2001-12-26 [alfons]     0.6.6claws23
3692
3693         * src/prefs_account.c
3694         * src/inc.c
3695                 allow default inbox to reside in another mailbox (only
3696                 works for POP3 accounts)
3697
3698 2001-12-26 [alfons]     0.6.6claws22
3699         
3700         * src/textview.c
3701                 make reply-on-click work with the account of the selected folder
3702         * src/compose.c
3703                 put a fixme here to remind me to fix finding correct default
3704                 account for nested folders
3705
3706 2001-12-25 [alfons]     0.6.6claws21
3707
3708         * src/summaryview.c
3709                 make column headers display locked and mark pixmaps (idea by Melvin) 
3710                 fix bug by adding score and locked column type to sort array
3711
3712 2001-12-25 [alfons]     0.6.6claws20
3713         
3714         * src/summaryview.c
3715                 catch a *potentially* inadvertent write back of  
3716                 the message cache(s) introduced by 0.6.5claws37
3717
3718 2001-12-25 [christoph]  0.6.6claws19
3719
3720         * src/stock_pixmap.[ch]
3721         * src/summaryview.c
3722                 add ignore thread pixmap
3723                 (can someone draw a better icon for this?)
3724
3725 2001-12-24 [alfons]     0.6.6claws18
3726
3727         * src/prefs_folder_item.c
3728                 make address completion actually work for the
3729                 Default To address in the Folder Property dialog.
3730
3731 2001-12-24 [alfons]     0.6.6claws17
3732         
3733         * src/summaryview.c
3734                 use new style regexp for subject stripping 
3735                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
3736
3737 2001-12-24 [darko]      0.6.6claws16
3738
3739         * src/pgptext.c
3740         * src/rfc2015.c
3741                 move GPG related informational messages to debug mode
3742
3743 2001-12-23 [alfons]     0.6.6claws15
3744
3745         * src/stock_pixmap.[ch]
3746         * src/summaryview.c
3747                 add the forgotten Claws' locked pixmap
3748
3749 2001-12-23 [alfons]     0.6.6claws14
3750
3751         * src/filesel.c
3752                 accept file name typed in entry in multi file
3753                 selector (patch submitted by Gustavo Noronha Silva 
3754                 <kov@debian.org>)
3755
3756 2001-12-23 [alfons]     0.6.6claws13
3757
3758         * src/prefs_filter.c
3759         * src/prefs_filtering.c
3760         * src/matcher.c
3761         * src/importmutt.c
3762                 clean up a little bit
3763         
3764         * src/string_match.c
3765                 validate input strings a little bit more
3766
3767 2001-12-23 [alfons]     0.6.6claws12
3768
3769         * src/Makefile.am
3770         * src/summaryview.c
3771         * src/string_match.[ch]         ** NEW **
3772         * src/folderview.[ch]
3773         * src/headerview.h
3774         * src/folder.[ch]
3775         * src/prefs_folder_item.[ch]
3776                 add subject simplification to strip out strings from
3777                 a subject line (esp. handy for mailing lists). 
3778                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
3779                 but slightly changed things for better integration.)
3780
3781 2001-12-23 [alfons]     0.6.6claws11
3782
3783         * src/mainwindow.c
3784                 fix bug introduced by submission included in 0.6.5claws52.
3785                 ideally this submission should clean the trash if any trash
3786                 folder has a message. however, the hasTrash variable was
3787                 set to false whenever a trash folder was empty (discarding
3788                 a previously found *filled* trash folder.)
3789
3790                 also edited the code a little bit and made it more safe.
3791
3792 2001-12-22 [alfons]     0.6.6claws10
3793
3794         * src/imap.c
3795                 quick fix for Martin Pool's omission of an account
3796                 specific SSL setting
3797
3798 2001-12-22 [alfons]     0.6.6claws9
3799
3800         * src/compose.c
3801         * src/messageview.c
3802         * src/mimeview.c
3803         * src/pgptext.c
3804         * src/procmime.[ch]
3805                 better support for multipart/digest (submitted
3806                 by Fredrik <e98fo@efd.lth.se>)
3807
3808 2001-12-22 [alfons]     0.6.6claws8
3809
3810         * src/addressbook.c
3811                 correct function signature
3812         * src/socket.[ch]
3813         * src/imap.[ch]
3814         * src/prefs_account.[ch]
3815                 allow IMAP over SSH tunnel (patch submitted by 
3816                 Martin Pool <mbp@samba.org>)
3817
3818 2001-12-21 [alfons]     0.6.6claws7
3819
3820         * sync with sylpheed 0.6.6cvs4-9
3821                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
3822
3823 2001-12-21 [christoph]  0.6.6claws6
3824
3825         * src/compose.c
3826         * src/prefs_folder_item.[ch]
3827                 implement saving of outgoing messages to current folder.
3828                 fix segfault when no default outbox is available
3829                 (closes bug #495683)
3830
3831 2001-12-21 [carsten]    0.6.6claws5
3832         * src/folderview.c
3833         * src/summaryview.c
3834                 pressing CTRL while DND does now the expected thing and
3835                 copies the mail (moving is still the default, as this
3836                 seam more appropriate for handling mails by DND)
3837
3838 2001-12-18 [paul]       0.6.6claws4
3839
3840         * sync with sylpheed 0.6.6cvs3
3841                 see ChangeLog entries 2001-12-18
3842
3843 2001-12-18 [hiro]       0.6.6claws3
3844
3845         * src/undo.c
3846                 fix for multibyte characters (obtain the number of letters
3847                 instead of bytes).
3848
3849 2001-12-17 [paul]       0.6.6claws2
3850
3851         * sync with sylpheed 0.6.6cvs1
3852                 see ChangeLog entry 2001-12-16
3853
3854 2000-12-17 [alfons]     0.6.6claws1
3855
3856         * src/filtering.c
3857                 clean up
3858
3859 2001-12-16 [paul]       0.6.6claws
3860 2001-12-15
3861
3862         * Release version 0.6.6claws, cvs tag: rel_0_6_6
3863
3864         * src/mimeview.c
3865                 last minute sync with main 0.6.6
3866
3867         * po/es.po
3868                 updated by Ricardo Mones Lastra
3869                 update for last minute sync
3870         * po/fr.po
3871         * po/nl.po
3872                 update for last minute sync
3873         * po/de.po
3874                 updated by Jens Oberender
3875         * po/pt_BR.po
3876                 updated by Fabio Junior Beneditto
3877
3878         * src/prefs_common.[ch]
3879         * src/undo.c
3880                 number of undo levels is user configurable
3881                 (squeeze it into the release in the dying
3882                 moments) Submitted by Jens Oberender    
3883
3884 2001-12-15 [melvin]
3885
3886         * po/fr.po
3887                 updated french translation
3888
3889 2001-12-15 [paul]       0.6.5claws92
3890
3891         * sync with sylpheed 0.6.5cvs28
3892                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
3893
3894         * po/nl.po
3895                 update to allow for sync
3896
3897 2001-12-15 [alfons]
3898         
3899         * po/nl.po
3900                 update dutch translation
3901
3902 2001-12-14 [carsten]    0.6.5claws91
3903         * src/summaryview.c
3904                 fixed bug #473785; also after changing the column order
3905                 the same message will be selected and displayed as before
3906                 the reordering
3907
3908 2001-12-14 [carsten]    0.6.5claws90
3909         * src/folderview.c
3910                 probably found the bug reported by wwb opening or closing
3911                 a folder tree just before dnd (found the solution in the
3912                 balsa source -- thanks to them)
3913
3914 2001-12-14 [carsten]    0.6.5claws89
3915         * src/gtkutils.c
3916         * src/account.c
3917                 moved gtk_clist_moveto to the right place, so that
3918                 only the accounts dialog is effected on opening
3919
3920 2001-12-14 [carsten]    0.6.5claws88
3921         * src/gtkutils.c
3922                 gtkut_clist_set_focus_row does a gtk_clist_moveto
3923                 now, so that the focused row will be seen in any case
3924                 (reported by wwp on sf-claws-user)
3925
3926 2001-12-14 [darko]      0.6.5claws87
3927
3928         * src/compose.c
3929                 remove unnecessary line
3930
3931 2001-12-14 [paul]       0.6.5claws86
3932
3933         * sync with sylpheed 0.6.5cvs27
3934                 see ChangeLog entries 2001-12-14
3935
3936 2001-12-14 [carsten]    0.6.5claws85
3937         * src/mainwindow.c
3938                 following a suggestion of Melvin the rcoabm pops up
3939                 right under the button now and the button is reliefed
3940                 while the popup is open
3941
3942 2001-12-14 [darko]      0.6.5claws84
3943
3944         * src/compose.c
3945                 fix crash when wrapping long lines if linewrap quotation
3946                 is disabled and wrapper encounters a word spanning more
3947                 than one line
3948
3949 2001-12-13 [paul]       0.6.5claws83
3950
3951         * src/compose.c
3952                 prefer 'Reply-To' header over mailing list header when
3953                 replying to a message. Finally prevent all those confirmation 
3954                 messages being sent to the list itself.
3955
3956         * src/summaryview.c
3957                 remove unused summary_set_menu_sensitive() entry
3958
3959 2001-12-13 [paul]       0.6.5claws82
3960
3961         * src/folderview.c
3962         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
3963         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
3964         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
3965                 improvements to 'Hide read messages': Inbox, Outbox,
3966                 Trash, Queue, and Draft icons now reveal presence of hidden 
3967                 messages
3968
3969 2001-12-12 [alfons]     0.6.5claws81
3970
3971         0.6.5claws80 was tagged as LAST_STABLE
3972
3973         * src/filtering.[ch]
3974         * src/matcher.[ch]
3975         * src/matcher_parser_lex.c
3976                 fix the filtering; my last attempt to get it right, 
3977                 if it does not work, it's Hoa's turn. ;-)
3978
3979                 for my honourable peers:
3980                 
3981                 the code now makes a clear distinction between
3982                 rules as they are displayed (probably escaped),
3983                 and as they are executed (probably unescaped). the
3984                 parser does *NOT* do any unescaping, this is
3985                 the task of the matcher.c (which breaks up a
3986                 rule into condition) and the filtering.c (which
3987                 breaks up the rule's action). to make this
3988                 run happily we provide an unescaped copy of
3989                 crucial strings to the MatcherProp and 
3990                 FilteringAction structures. note that the only
3991                 exception to this is any REGEXP string. those
3992                 are directly passed to regcomp() and regexp()
3993                 (who have much more powerful unescape functions).
3994                 
3995                 for everyone else:
3996         
3997                 you can escape tab (\t), carriage return (\r),
3998                 linefeed (\n), form feed (\f), quote (\"), 
3999                 single quote (\'), bell (\b) in all the entry
4000                 lines in the scoring & filtering dialogs.
4001                 as an added bonus this should not affect
4002                 existing filtering rules.
4003
4004 2001-12-12 [carsten]    0.6.5claws80
4005
4006         * src/summaryview.c
4007         * po/de.po
4008                 "item(s) selected" is now sensitive to 1 or more
4009                 than one selected (nice for language where simple
4010                 adding of a "s" is not possible as German (Eintrag
4011                 ->Eintr"age)
4012                 
4013                 the "forward as attachment" entry from the right
4014                 click menu removed, "forward" acts following the
4015                 prefs
4016         
4017         * src/textview.c
4018                 reverted my former changes; so compiler warning again
4019                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
4020                 nevertheless
4021
4022         * src/messageview.c
4023                 "search in message" does now *not* only work in MVIEW_TEXT
4024                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
4025                 message
4026
4027         * src/mainwindow.c
4028                 removed "/File/_Close" as it was the same as "/File/E_xit"
4029                 and we don't need it two times
4030
4031                 the separate folder view and message view now get a distinct
4032                 WMCLASS, just in case someone is using sawfish ;-)
4033
4034                 as the menu entries "/View/Message view" and "/View/Folder tree"
4035                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
4036                 make them sensitive accordingly and as these two are "shown"
4037                 after startup anytime check this menuitem at startup
4038
4039 2001-12-12 [paul]       0.6.5claws79
4040
4041         * src/folderview.c
4042                 fix sensitivity of 'Search folder...', broken in
4043                 0.6.5claws75
4044
4045         * src/mainwindow.c
4046                 fix dodgy English
4047
4048 2001-12-11 [carsten]    0.6.5claws78
4049         * src/filtering.c
4050                 fixed two typos returning a wrong FALSE/TRUE
4051         * src/mainwindow.[ch]
4052                 extra menu for email/news button removed
4053
4054 2001-12-11 [alfons]     0.6.5claws77
4055         
4056         * src/matcher.c                 (1.3)
4057         * src/matcher_parser_lex.l      (1.28)
4058                 revert for another attempt
4059                 mark 0.6.5claws77 as LAST_STABLE
4060
4061 2001-12-11 [christoph]  0.6.5claws76
4062
4063         * po/de.po
4064                 fixed wrong translation for prev. unread msg
4065
4066 2001-12-11 [paul]       0.6.5claws75
4067
4068         * src/folder.[ch]
4069         * src/folderview.c
4070         * src/mainwindow.c
4071         * src/summaryview.[ch]
4072         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
4073                 enable ability to hide read messages on per folder basis via 
4074                 '/Summary/Hide read messages'; when selected, a folder will 
4075                 have a red open folder icon, instead of a blue icon, if the 
4076                 folder contains hidden messges
4077                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
4078
4079         * src/mainwindow.c
4080                 remove '/Message/Forward as attachment' from 
4081                 main_window_set_menu_sensitive() to prevent debug warning
4082
4083         * src/folderview.c
4084         * src/mainwindow.c
4085                 Clean up some of the English
4086
4087         * tools/newscache_clean.pl
4088                 allow for new 'hidereadmsgs' entry in folderlist.xml
4089
4090         * po/es.po
4091                 updated translation, submitted by Ricardo Mones Lastra
4092
4093 2001-12-11 [paul]       0.6.5claws74
4094
4095         * sync with sylpheed 0.6.5cvs25
4096                 see ChangeLog entry 2001-12-11
4097
4098 2001-12-10 [alfons]     0.6.5claws73
4099
4100         * src/matcher.c
4101                 add more control characters
4102         * src/matcher_parser_lex.l
4103                 make escaping / unescaping work again
4104
4105 2001-12-10 [alfons]     0.6.5claws72
4106
4107         * src/imap.c
4108                 clean up warnings "returning value for void function" 
4109         * src/prefs_filtering.c
4110                 make info button for execute action sensitive
4111
4112 2001-12-10 [paul]       0.6.5claws71
4113
4114         * src/compose.c
4115         * src/imap.[ch]
4116         * src/summaryview.c
4117                 fix: imap server now gets informed of MARKED, UNMARKED
4118                 and REPLY events. Now people can use different IMAP-Mail
4119                 clients and have the exact same information about MARKED,
4120                 UNMARKED and REPLY status with all of them. Especially
4121                 useful for imap servers with a web-frontend.
4122                 submitted by Tobias Sandhaas <medlor@web.de>
4123
4124 2001-12-09 [melvin]     0.6.5claws70
4125         
4126         * src/textview.[ch]
4127                 fixed bug #490076 (hunted down by Alfons who implemented
4128                 a workaround in 0.6.5claws65)
4129
4130 2001-12-09 [christoph]  0.6.5claws69
4131
4132         * src/summaryview.c
4133                 set pointer to string in LOCKED column to NULL
4134                 (might fix bug #490800)
4135
4136 2001-12-09 [carsten]    0.6.5claws68
4137
4138         * po/de.po
4139                 resolved some cluttered menu shortcuts 
4140                 ('creating new email' and 'creating news message'
4141                 hade the same)
4142         * src/compose.c
4143                 wmclass now distinc from main window
4144         * src/mainwindow.c
4145           src/mainwindow.h
4146                 email/news and forward button functionality similar
4147                 to the reply buttons; removed the ugly dropdown arrows
4148                 and use instead the right mouse button
4149
4150 2001-12-09 [paul]       0.6.5claws67
4151
4152         * src/imap.c
4153         * src/utils.h
4154                 allow spaces in imap folder names
4155                 submitted by Willem van Engen <wvengen@stack.nl>
4156
4157 2001-12-09 [paul]       0.6.5claws66
4158
4159         * sync with sylpheed 0.6.5cvs24
4160                 see ChangeLog entry 2001-12-09
4161
4162 2001-12-08 [alfons]     0.6.5claws65
4163
4164         * src/textview.c
4165                 prevent secondary selection claim after "add to sender" dialog
4166                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
4167                 we trick GTK by simulating a click at (0, 0) in the textview.
4168
4169 2001-12-08 [hoa]        0.6.5claws64
4170
4171         * src/folder.c
4172                 fixed a bug about the .processing folder name while filtering
4173
4174 2001-12-08 [alfons]     0.6.5claws63
4175
4176         * src/folderview.c 
4177                 work around problem of not correctly updating folder stats
4178                 when deleting messages. there's some folder scanning evil
4179                 going so the folderview_update_msg_num() does not work
4180                 correctly. need to investigate this.
4181
4182 2001-12-08 [paul]       0.6.5claws62
4183
4184         * sync with sylpheed 0.6.5cvs23
4185                 see ChangeLog entry 2001-12-08
4186
4187 2001-12-07 [christoph]  0.6.5claws61
4188
4189         * src/compose.c
4190                 fix another header translation problem
4191
4192 2001-12-07 [alfons]     0.6.5claws60
4193
4194         * src/mbox.c
4195                 make filtering also work on local spool mbox
4196
4197 2001-12-07 [carsten]    0.6.5claws59
4198         * src/addressbook.c
4199                 addressbook window gets a wmclass distinct from the main
4200                 sylpheed window
4201         * src/compose.h
4202         * src/mainwindow.[ch]
4203                   forward menu item will use mode selected in prefs, forward 
4204                 as attatchment in menu removed (will be substituted in the
4205                 toolbar similar to reply buttons)
4206                   create news message menu entry and news button is now 
4207                 sensitive to the existance of a news account
4208         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
4209         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
4210         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
4211                 these are removed because the toolbar buttons don't show
4212                 the quoting modus any longer
4213
4214 2001-12-07 [paul]
4215
4216         * tools/newscache_clean.pl      ** NEW FILE **
4217                 perl script to do some tidying up in the newscache directory 
4218                 
4219         * tools/sylpheed-switcher       ** NEW FILE **
4220                 perl script to enable easy switching between main and claws
4221                 
4222         * tools/README
4223                 added descriptions of the two new perl scripts          
4224
4225
4226 2001-12-07 [melvin]     0.6.5claws58
4227
4228         * src/messageview.c
4229                 fixed a warning during compilation introduced in 0.6.5claws56
4230
4231 2001-12-07 [paul]       0.6.5claws57
4232
4233         * src/mainwindow.[ch]
4234         * src/menu.[ch]
4235                 further usability enhancements to replying with or without 
4236                 quoting via the toolbar, use of Ctrl key is replaced by 
4237                 drop down menu 
4238                 Submitted by Carsten Schurig            
4239
4240 2001-12-07 [melvin]     0.6.5claws56
4241
4242         * src/messageview.c
4243                 hack to fix bug that prevented to make/paste selections
4244                 after switching between MVIEW_TEXT and MVIEW_MIME views
4245                 without deselecting the selection first.
4246
4247 2001-12-06 [alfons]     0.6.5claws55
4248
4249         * src/filtering.[ch]
4250         * src/inc.c
4251                 revise filtering a little bit more, and make sure
4252                 messages are delivered to the appropriate inbox
4253                 (perhaps set per account)
4254
4255 2001-12-06 [paul]       0.6.5claws54
4256
4257         * sync with sylpheed 0.6.5cvs22
4258                 see ChangeLog entry 2001-12-06
4259
4260 2001-12-05 [alfons]     0.6.5claws53
4261
4262         * src/inc.c
4263         * src/folder.[ch]
4264         * src/procmsg.c
4265         * src/filtering.c
4266                 more revisions of filtering system
4267                 (last stable version is marked as LAST_STABLE)
4268                 
4269                 | NOTE 1): the filtering system now uses a local folder called
4270                 | .processing. if filtering fails, check this directory
4271                 | for missing messages.
4272                 |
4273                 | NOTE 2): help us find the filtering actions still missing
4274
4275 2001-12-05 [paul]       0.6.5claws52
4276
4277         * src/mainwindow.c
4278                 fix bug where 'Empty Trash?' pop-up window appears even
4279                 when Trash is empty, submitted by Jesse Skinner         
4280
4281 2001-12-05 [melvin]     0.6.5claws51
4282
4283         * src/compose.c
4284                 fixed bug #486106 to select correct account when reediting 
4285                 a queued message
4286         
4287 2001-12-04 [alfons]     0.6.5claws50
4288
4289         * src/mh.c
4290                 declare markfile in appropriate functions when
4291                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
4292                 for spotting this)
4293
4294 2001-12-04 [paul]       0.6.5claws49
4295
4296         * sync with sylpheed 0.6.5cvs21
4297                 see ChangeLog entry 2001-12-04
4298
4299 2001-12-03 [christoph]  0.6.5claws48
4300
4301         * po/de.po
4302                 changed translation of undo
4303         * src/account.c
4304         * src/folder.c
4305                 don't reinvent the wheel to traverse a GNode
4306         * src/compose.[ch]
4307                 seperate code to create the compose gui into functions
4308                 add "Others" page with folder selection for saving copy
4309                 of the message.
4310                 the folder identifier is saved to queue header
4311         * src/procmsg.c
4312                 save message to folder in queue header
4313
4314 2001-12-03 [paul]       0.6.5claws47
4315
4316         * sync with sylpheed 0.6.5cvs20
4317                 see ChangeLog entry 2001-12-03
4318
4319 2001-12-01 [paul]
4320
4321         * more sync with sylpheed 0.6.5cvs19
4322                 see ChangeLog entry 2001-11-29
4323
4324 2001-11-30 [paul]       0.6.5claws46
4325         
4326         * src/compose.c
4327                 remove conflicts introduced by Hoa's last commit
4328          
4329         * src/mainwindow.c
4330                 make 'Message/Bounce' sensitive
4331
4332 2001-11-30 [hoa]        0.6.5claws45
4333
4334         * src/compose.c
4335                 slightly change bounce function to add
4336                 information about the user that bounced the mail
4337                 in the From header line.
4338
4339         * src/folderview.c
4340                 permit the use of processing in outbox folder.
4341
4342 2001-11-29 [paul]       0.6.5claws44
4343
4344         * src/mainwindow.[ch]
4345         * src/prefs_common.c
4346         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
4347         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
4348         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
4349                 usability enhancements to the quoting, implements
4350                 use of Ctrl key to toggle quoting settings
4351                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
4352
4353 2001-11-29 [paul]       0.6.5claws43
4354         
4355         * sync with sylpheed 0.6.5cvs19
4356                 see ChangeLog entry 2001-11-28
4357
4358 2001-11-29 [melvin]     0.6.5claws42
4359         * src/Makefile.am
4360                 added enriched.[ch] to the list of files
4361
4362         * src/textview.c
4363         * src/mimeview.c
4364         * src/procmime.[ch]
4365         * src/enriched.[ch]
4366                 added support to view text/enriched
4367                 added support to show headers in message view for text/enriched and text/html
4368                         in non multipart messages
4369
4370 2001-11-28 [paul]       0.6.5claws41
4371
4372         * more sync with sylpheed 0.6.5cvs18
4373                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
4374
4375 2001-11-27 [paul]       0.6.5claws40
4376         
4377         * po/pt_BR.po
4378                 updated translation, submitted by Fabio Junior Beneditto
4379                 
4380         * sync with sylpheed 0.6.5cvs18
4381                 see ChangeLog entries 2001-11-26 (src/textview.c) and
4382                 2001-11-27
4383
4384
4385 2001-11-26 [paul]
4386
4387         * po/es.po
4388                 updated translation, submitted by Ricardo Mones Lastra
4389
4390 2001-11-26 [alfons]
4391
4392         * src/matcher.c
4393                 add more translatable strings
4394
4395 2001-11-26 [christoph]  0.6.5claws39
4396
4397         * po/de.po      
4398                 fixed one more umlaut
4399         * src/compose.c
4400                 fix translated header when it should not be translated
4401
4402 2001-11-26 [paul]       0.6.5claws38
4403
4404         * src/mainwindow.c
4405                 remove '/Message/Add Sender to address book' from 
4406                 main_window_set_menu_sensitive(), prevent debug warning
4407                 add 'Message/Mark/Mark all read' to mainwin_entries[]
4408
4409 2001-11-26 [paul]       0.6.5claws37
4410
4411         * src/summaryview.c
4412                 fix 'recurring unread state' bug 
4413
4414         * tools/README 
4415         * tools/filter_conv.pl
4416                 read name of top level mailbox from folderlist.xml
4417                 and presume nothing about its name              
4418
4419 2001-11-26 [darko]      0.6.5claws36
4420
4421         * src/gtkstext.[ch]
4422                 removed functions that are now in gtkutils.c
4423                 use gtkut_text_is_uri_string() from gtkutils.c
4424         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
4425
4426 2001-11-26 [paul]       0.6.5claws35
4427
4428         * sync with sylpheed 0.6.5cvs16
4429                 see ChangeLog entries 2001-11-25 and 2001-11-26
4430
4431 2001-11-25 [alfons]     0.6.5claws34
4432
4433         EXPERIMENTAL!!! Please checkout the last stable version using: 
4434           
4435         % cvs update -r LAST_STABLE -dRAP
4436
4437         (Or help us testing this stuff.)
4438
4439         * src/filtering.c               (1.14)
4440         * src/filtering.h               (1.6)
4441         * src/inc.c                     (1.28)
4442         * src/matcher.c                 (1.20)
4443         * src/mbox.c                    (1.9)
4444         * src/procmsg.h                 (1.14)
4445         * src/summaryview.c             (1.59)
4446         * src/summaryview.h             (dunno)
4447                 revert/merge/sync to as it was before commit 
4448                 on Thu, 19 Jul 2001 10:15:51 -0700.
4449
4450 2001-11-25 [hoa]        0.6.5claws33
4451
4452         * src/main.c
4453                 processing mails at startup
4454
4455         * src/folderview.c
4456         * src/summaryview.[ch]
4457                 processing mails when entering folder
4458
4459         * src/prefs_filtering.c
4460                 fixed some UI bugs
4461
4462 2001-11-24 [alfons]     0.6.5claws32
4463
4464         * src/summaryview.[ch]
4465                 make summary sort headers work, and also make
4466                 sure the sort type is stored
4467
4468 2001-11-23 [alfons]     0.6.5claws31
4469
4470         * src/summaryview.[ch]
4471                 make lock work like mark
4472                 disallow deleting messages marked as locked
4473
4474 2001-11-23 [alfons]     0.6.5claws30
4475
4476         * src/gtkstext.c
4477         * src/compose.[ch]
4478         * src/Makefile.am
4479         * src/undo.[ch]
4480                 merge undo patch submitted by Jens
4481
4482 2001-11-23 [christoph]  0.6.5claws29
4483
4484         * src/.cvsignore
4485                 added ylwrap
4486         * src/compose.c
4487                 fixed gpg signing and encoding
4488         * src/folder.[ch]
4489         * src/main.c
4490                 added --status option to get new, unread and total
4491                 message count from a running sylpheed
4492         * src/prefs_common.c
4493                 temporary fix for reply_with_quote problem
4494                 (don't call functions for non existing widget)
4495         * src/procmsg.c
4496                 one more check for ignored threads but still not
4497                 always working correctly. probably a recursive
4498                 check for all parents is needed
4499
4500 2001-11-23 [darko]      0.6.5claws28
4501
4502         * src/compose.c
4503                 wrapping on send improvements
4504         * src/gtkutils.[ch]
4505                 fix for GtkSText after last sync with main branch
4506                 GTK_TEXT -> GTK_STEXT
4507
4508 2001-11-23 [paul]       0.6.5claws27
4509
4510         * sync with sylpheed 0.6.5cvs14
4511                 see ChangeLog entries 2001-11-22 and 2001-11-23
4512                 
4513         * po/de.po
4514                 fixed the scrambled umlauts 
4515                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
4516
4517 2001-11-21 [paul]       0.6.5claws26
4518
4519         * sync with sylpheed 0.6.5cvs12
4520                 see 2nd ChangeLog entry dated 2001-11-20
4521
4522 2001-11-20 [paul]       0.6.5claws25
4523
4524         * sync with sylpheed 0.6.5cvs11
4525                 see ChangeLog entry 2001-11-19 (src/utils.c)
4526
4527 2001-11-20 [hiro]
4528
4529         * src/compose.c
4530                 GTK_TEXT -> GTK_STEXT
4531                 fix for wrong comment
4532
4533 2001-11-20 [hiro]       0.6.5claws24
4534
4535         * src/compose.[ch]
4536                 more merges from main branch
4537                 removed fatal warnings (uninitialized variables etc.)
4538                 some coding style fix
4539         * src/gtkutils.h
4540                 fixed typo.
4541         * src/addressbook.c
4542           src/addrindex.c
4543                 V-Card -> vCard
4544
4545 2001-11-19 [hoa]        0.6.5claws23
4546
4547         * src/filtering.c
4548         * src/prefs_scoring.c
4549         * src/matcher.[ch]
4550         * src/scoring.c
4551                 cleaning code
4552
4553         * src/matcher_parser_parse.y
4554         * src/prefs_filtering.c
4555                 bouncing
4556
4557 2001-11-19 [alfons]     0.6.5claws22
4558
4559         more of my old things into claws
4560
4561         * src/Makefile.am
4562         * src/prefs_common.c
4563         * src/procmsg.h
4564         * src/summaryview.[ch]
4565         * src/prefs_summary_column.c
4566         * src/pixmaps/locked.xpm
4567                 add indicators for locking of message in summary view
4568                 (does not work yet, only visual indicator)
4569
4570 2001-11-19 [paul]       0.6.5claws21
4571
4572         * sync with sylpheed 0.6.5cvs10
4573                 see ChangeLog entry 2001-11-19
4574
4575 2001-11-18 [alfons]     0.6.5claws20
4576         
4577         * src/filtering.c
4578                 remove an inadvertent free I forgot in previous clean up 
4579
4580 2001-11-18 [alfons]     0.6.5claws19
4581
4582         * src/filtering.[ch]
4583                 clean up & plug leaks
4584
4585 2001-11-18 [paul]       0.6.5claws18
4586
4587         * sync with sylpheed 0.6.5cvs9
4588                 see ChangeLog entries 2001-11-17 and 2001-11-18
4589
4590 2001-11-16 [paul]       0.6.5claws17
4591
4592         * sync with sylpheed 0.6.5cvs8
4593                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
4594
4595 2001-11-16 [paul]       0.6.5claws16
4596
4597         * sync with sylpheed 0.6.5cvs7
4598                 see ChangeLog entries 2001-11-15 and 2001-11-16
4599
4600 2001-11-15 [hoa]        0.6.5claws15
4601
4602         * src/compose.c
4603                 fix bounce, mails we received couln't be bounced to ourself.
4604
4605         * src/defs.h
4606         * src/filtering.[ch]
4607         * src/matcher.[ch]
4608         * src/matcher_parser.h
4609         * src/matcher_parser_lex.l
4610         * src/matcher_parser_parse.y
4611         * src/inc.c
4612         * src/main.c
4613         * src/mbox.c
4614         * src/prefs_filtering.[ch]
4615         * src/mainwindow.c
4616         * src/prefs_matcher.c
4617         * src/prefs_scoring.c
4618         * src/scoring.[ch]
4619         * src/summaryview.c
4620                 new matcher/filter/score configuration file parser
4621                 one unique configuration file => ~/.sylpheed/matcherrc
4622                 import in currently automatic, then save are made
4623                 in this new file.
4624                 one filter per folder and one global filter
4625                 (filter of a folder will be used as folder processing)
4626
4627         * src/folder.c
4628                 fix a bug in folder_item_get_identifier
4629                 
4630         * src/messageview.c
4631                 receive receipt return are fixed.
4632
4633 2001-11-14 [alfons]     0.6.5claws14
4634
4635         * src/session.h
4636                 add things from main branch to make claws compile
4637
4638 2001-11-14 [paul]       0.6.5claws13
4639
4640         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
4641                 see ChangeLog entries 2001-11-08 to 2001-11-14
4642
4643 2001-11-14 [hoa] 0.6.5claws12
4644
4645         * src/compose.[ch]
4646         * src/mainwindow.c
4647         * src/summaryview.c
4648                 add "bounce mail" option
4649
4650 2001-11-13 [christoph]  0.6.5claws11
4651
4652         * src/compose.c
4653                 Cleanup a mess i add before commiting
4654
4655 2001-11-13 [hoa]        0.6.5claws10
4656
4657         * src/compose.c
4658                 some fixes when mail are sent or
4659                 for crossposts
4660
4661 2001-11-13 [christoph]  0.6.5claws9
4662
4663         * po/de.po
4664                 Changed two string with the same translation
4665         * src/compose.c
4666         * src/procmsg.[ch]
4667         * src/send.[ch]
4668                 New mailsending process:
4669                   - Always queue message before sending
4670                     (message will be saved if sylpheed crashed or
4671                      freezes while sending)
4672                   - Allow queuing of newspostings
4673                   - No copy in outbox before sending
4674                     (closes bug #469501)
4675                   - No more redundant code for send and send_later
4676         * src/summaryview.c
4677                 Applied wwp <subscript@free.fr>'s patch that fixes
4678                 marks for multiple forwarded messages (+compose.c)
4679
4680 2001-11-12 [alfons]
4681
4682         * README.claws
4683                 remove things that are now in main branch
4684         
4685         * po/nl.po
4686                 update Dutch translation
4687
4688 2001-11-12 [mhadasht]   0.6.5.claws8
4689
4690         * src/prefs_common.c
4691                 re-enabled account autoselection feature for forward
4692                 and reedit lost during the branch point for SYNC-B4-REL
4693         * src/gtkspell.c
4694                 gtkpspell_get_dict(): more readable code (even if function is
4695                 not used yet)
4696         * ChangeLog.claws
4697                 added version number info to 2001-11-12 [hiro] comment.
4698
4699 2001-11-12 [hiro]       0.6.5.claws7
4700
4701         * src/compose.c
4702                 compose_forward(): fixed a bug that forward quote mark
4703                 wasn't used.
4704                 removed unnecessary code.
4705         * src/template_select.[ch]: removed.
4706
4707 2001-11-11 [alfons]
4708
4709         * src/compose.c
4710                 :%s/GTK_TEXT/GTK_STEXT/g
4711         
4712         * src/compose.[ch]
4713         * src/undo.[ch]
4714         * src/Makefile.am
4715                 revert the undo stuff (this is 0.6.6claws stuff)
4716
4717 2001-11-11 [hoa]        0.6.5.claws6
4718
4719         * src/compose.[ch]
4720                 Insert signature at the end of the text.
4721                 Added undo patch but currently disabled
4722
4723         * src/procmsg.c
4724                 Threading by subject improved.
4725
4726         * added src/undo.[ch]
4727                 Undo module for compose dialog box.
4728
4729 2001-11-11 [alfons]     0.6.5.claws5
4730
4731         * src/procmsg.c
4732                 prevent threading by subject on nodes that have already been
4733                 threaded by in-reply-to (as in "circular references in a tree
4734                 result in a dead branch")
4735
4736 2001-11-09 [hoa]        0.6.5.claws4
4737         
4738         * src/folderview.c
4739                 allows creation of mbox folder item from any files.
4740
4741 2001-11-09 [alfons]     0.6.5.claws3
4742         
4743         * src/utils.c
4744         * src/procmsg.c
4745                 do what I mean and correct threading by subject so it really
4746                 ignores attracting lines without "Re: "
4747
4748 2001-11-07 [alfons]     0.6.5.claws2
4749
4750         * src/procmsg.c
4751         * src/utils.[ch]
4752                 only attract by subject if a subject line starts with a "Re: "
4753         * src/syldap.c
4754                 remove warning
4755
4756 2001-11-07 [paul]       0.6.5claws1
4757
4758         * sync with sylpheed 0.6.5. release
4759                 see ChangeLog entry 2001-11-07
4760
4761 2001-11-07 [paul]       0.6.4claws31
4762
4763         * sync with sylpheed 0.6.4cvs18
4764                 see ChangeLog entries 2001-10-30 to 2001-11-07
4765                 prefs_templates.[ch] renamed prefs_template.[ch]
4766
4767 2001-11-06 [alfons]
4768         
4769         * src/utils.h
4770                 add semicolon Hoa forgot ;-)
4771                 
4772
4773 2001-11-06 [hoa]        0.6.4claws30
4774         
4775         * src/procmsg.c
4776         * src/summaryview.c
4777         * src/utils.c
4778         * src/utils.h
4779                 threading by subject - empty subject are ignored
4780
4781 2001-11-06 [christoph]  0.6.4claws29
4782
4783         * src/socket.c
4784                 use SSL_peek for sock_gets
4785         * src/utils.c
4786                 removed unneeded pointer in extracting quoted
4787                 names implementation
4788
4789 2001-11-06 [melvin]     0.6.4claws28
4790
4791         * src/gtkspell.c
4792                 fixed bug #476792 Selection overtyping with spell checker
4793                 fixed bug which could cause a buffer overflow
4794                 fixed a memory leak
4795
4796 2001-11-06 [hoa]        0.6.4claws27
4797         
4798         * src/procmsg.c
4799         * src/summaryview.c
4800                 threading by subject
4801
4802 2001-11-05 [alfons]     0.6.4claws26
4803         
4804         * README.claws
4805                 Claws -> Sylpheed (vice versa)
4806
4807         * src/compose.c
4808                 :%s/gtk_text/gtk_stext/g
4809                 :%s/GTK_TEXT/GTK_STEXT/g
4810                 (thanks to Jonathan Ware for spotting this)
4811
4812 2001-11-04 [christoph]  0.6.4claws25
4813
4814         * src/summaryview.c
4815                 replace Xalloca + strdup with Xstrdup_a
4816         * src/utils.c
4817                 better implementation of extracting quoted names
4818                 from addresses (remove backlashes and ignore
4819                 quotes after them)
4820
4821 2001-11-04 [alfons]     0.6.4claws24
4822
4823         * src/utils.[ch]
4824                 edit to comply more with coding style
4825
4826         * src/textview.c
4827                 fix bug reported by Kim Schulz. introduced by the patch integrated
4828                 in 0.6.4claws15. the code did not check the return value of
4829                 the html parser.
4830
4831         * AUTHORS
4832                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
4833
4834 2001-11-04 [christoph]  0.6.4claws23
4835
4836         * src/main.c
4837         * src/prefs_common.[ch]
4838                 init some pointers that possibly caused a segfault
4839                 reported in the claws-users ML
4840
4841 2001-11-04 [hoa]        0.6.4claws22
4842
4843         * src/grouplistdialog.c
4844                 change the names of the nodes in the tree
4845
4846         * src/compose.c
4847                 enhanced mailto syntax as described in
4848                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
4849                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
4850
4851         * src/utils.c
4852                 encode and decode URI (useful when opening URL into
4853                 netscape).
4854
4855 2001-11-03 [hoa]        0.6.4claws21
4856
4857         * src/grouplistdialog.c
4858                 a new newsgroups list selection dialog box
4859                 with a CTree instead of a CList
4860
4861 2001-11-03 [hoa]        0.6.4claws20
4862
4863         * src/folderview.c
4864                 enable property and scoring options when right
4865                 click on "inbox"
4866
4867         * src/summaryview.c
4868                 fixed bug when nickname were displayed using
4869                 the address book.
4870
4871 2001-11-02 [darko]      0.6.4claws19
4872
4873         * src/compose.c
4874                 new wrap quotation and URL/long words wrapping implementation
4875         * src/compose.c src/gtkstext.[ch]
4876                 move gtkstext_strncmp() to gtkstext.c
4877
4878 2001-11-01 [christoph]  0.6.4claws18
4879
4880         * src/prefs_account.c
4881                 fixed mess in account settings dialog
4882         * src/prefs_folder_item.c
4883                 added label with folder path to dialog
4884
4885 2001-10-31 [match]      0.6.4claws17
4886
4887         * src/vcard.c
4888                 fix memory leak.
4889         * src/addrbook.c
4890                 fix generation of spurious address book file names.
4891                 remove redundant functions.
4892         * po/POTFILES.in
4893                 added missing file names.
4894
4895 2001-10-30 [paul]       0.6.4claws16
4896
4897         * sync with sylpheed 0.6.4cvs6
4898                 see ChangeLog entries 2001-10-26 to 2001-10-30
4899
4900         * tools/filter_conv.pl
4901                 read folderlist.xml to discover whether the top-level
4902                 folder is called 'Mailbox' or 'Mail' 
4903
4904 2001-10-29 [paul]       0.6.4claws15
4905
4906         * src/html.c, src/textview.c
4907                 activate links in html mail and fix clickable parts
4908                 Submitted by Matthieu Dazy <dazy@t-surf.com>
4909
4910 2001-10-29 [paul]
4911
4912         * po/de.po, po/es.po, po/pt_BR/po
4913                 updated translations, submitted by Jens Oberender,
4914                 Ricardo Mones Lastra, and Fabio Junior Beneditto
4915
4916 2001-10-29 [darko]      0.6.4claws14
4917
4918         * src/compose.c
4919                 fix wrapping for good
4920
4921 2001-10-29 [darko]
4922
4923         * src/compose.c
4924                 undo previous change as it broke the smart wrapping
4925
4926 2001-10-29 [darko]      0.6.4claws13
4927
4928         * src/compose.c
4929                 fix infinite loop when long URL is quoted
4930                 (closes bug #475122.
4931
4932 2001-10-28 [match]
4933
4934         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
4935                 import Mutt address book
4936         * src/ldif.[ch] src/importldif.h
4937                 modified import LDIF handle user attributes
4938
4939 2001-10-28 [christoph]  0.6.4claws12
4940
4941         * src/summaryview.c
4942                 fixed that filtering did not work if there
4943                 were no filter rules
4944                 (closes bug #472003 and better implementation
4945                  of patch #474644)
4946
4947 2001-10-27 [christoph]  0.6.4claws11
4948
4949         * src/compose.c
4950                 make the folder's default account to be used when
4951                 replying. (patch by wwp <subscript@free.fr>)
4952         * src/compose.c
4953                 code cleanup, nearly killed all of wwp's patch
4954                 for folder's default account in compose
4955         * src/folderview.c
4956                 error panel when a folder could not be created
4957                 (closes bug #471080 new folder name & already
4958                  existing file)
4959
4960 2001-10-26 [alfons]
4961
4962         * src/utils.h
4963                 change prototype of strstr2() that Christoph forgot about
4964
4965 2001-10-26 [christoph]  0.6.4claws10
4966
4967         * src/account.c
4968                 made search for accounts by email address not case
4969                 sensitive
4970         * src/folder.c
4971                 fixed memory leak in folder_item_get_identifier
4972         * src/gtkspell.c
4973         * src/utils.c
4974                 fixed wrong strstr2 (should work like strstr)
4975
4976 2001-10-26 [darko]      0.6.4claws9
4977
4978         * src/compose.c src/gtkstext.[ch]
4979         * src/gtkstext.c
4980                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
4981
4982 2001-10-26 [paul]       0.6.4claws8
4983
4984         * src/html.c
4985                 ignore css and javascript tags in html mail
4986                 case-insensitive, with or without double-quoted
4987                 strings
4988
4989 2001-10-26 [paul]       0.6.4claws7
4990
4991         * sync with sylpheed 0.6.4cvs1
4992                 see ChangeLog entry 2001-10-26
4993
4994         * src/prefs_account.c, src/prefs_common.c,
4995           src/prefs_summary_column.c
4996                 minor improvements to the English
4997
4998 2001-10-25 [alfons]     0.6.4claws6
4999
5000         * src/gtkstext.c
5001         
5002                 make GtkSText follow style of GtkText (closes bug 
5003                 #469211 "text selection while writing message")
5004                 
5005                 do sync with GTK 1.2.10
5006
5007 2001-10-25 [paul]       0.6.4claws5
5008
5009         * src/html.c
5010                 ignore css tags in html mail
5011
5012 2001-10-25 [darko]      0.6.4claws4
5013
5014         * src/compose.c
5015                 don't declare is_url_string as static function since
5016                 we need it in gtkstext.c
5017         * src/gtkstext.c
5018                 remove unused variable
5019                 don't wrap long URLs while composing a message
5020
5021 2001-10-24 [christoph]  0.6.4claws3
5022
5023         * src/socket.c
5024                 fix ssl deadlock, when peer closes connection
5025
5026 2001-10-24 [paul]       0.6.4claws2
5027
5028         * src/prefs_common.c
5029                 gettextize the gpg ascii-armored warning message
5030
5031         * src/compose.c
5032                 insert a DOS/MAC file into the composed message
5033                 (improvements)
5034
5035         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
5036
5037 2001-10-22 [paul]       0.6.4claws1
5038
5039         * sync with sylpheed 0.6.4 release
5040                 see ChangeLog entries 2001-10-21
5041
5042         * po/fr.po, po/pt_BR.po
5043                 updated by Melvin Hadasht and Fabio Junior Beneditto
5044
5045 2001-10-21 [paul]       0.6.3claws30
5046
5047         * src/compose.c
5048                 insert a DOS text file from the compose window
5049                 into the composed message text (removes CRs characters)
5050                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
5051
5052         * tools/filter_conv.pl, tools/README
5053                 automatically use ~/.sylpheed as working directory
5054                 print out confirmation message on completion
5055
5056         * correct Hoa's last ChangeLog.claws entry
5057
5058 2001-10-20 [hoa]        0.6.3claws29
5059
5060         * src/grouplistdialog.c
5061                 bugfix (another ?) to give the right
5062                 newsgroups list for each news server.
5063
5064         * src/news.c
5065         * src/news.h
5066                 improve the newsgroups list cache
5067
5068 2001-10-20 [paul]       0.6.3claws28
5069
5070         * sync with sylpheed 0.6.3cvs9
5071                 see ChangeLog entry 2001-10-19
5072
5073         * correct Alfons' last ChangeLog.claws entry
5074
5075 2001-10-19 [alfons]
5076
5077         * src/pgptext.[ch]
5078                 fix compilation problems (part of bug #472895)
5079
5080 2001-10-18 [hoa]        0.6.3claws27
5081
5082         * src/grouplistdialog.c
5083                 bugfix when we refresh was clicked (bug 472701)
5084
5085 2001-10-19 [christoph]  0.6.3claws26
5086
5087         * src/compose.c
5088                 last header entry should default to "To:" or
5089                 "Newsgroups:" and not copy the last entry line
5090                 in a new compose window
5091                 (closes bug #472686, #470792)
5092
5093 2001-10-19 [paul]       0.6.3claws25
5094
5095         * sync with Sylpheed 0.6.3cvs8
5096                 see ChangeLog entries 2001-10-18 and 2001-10-19
5097
5098 2001-10-18 [christoph]  0.6.3claws24
5099
5100         * src/procmsg.c
5101                 reimplement ignore thread
5102         
5103 2001-10-18 [hoa]        0.6.3claws23
5104
5105         * src/folderview.c
5106         * src/grouplistdialog.[ch]
5107                 enhanced news subscription interface (feature 469113)
5108
5109         * src/news.c
5110         * src/news.h
5111                 enchanced newsgroup listing,
5112                 now, we can get groups informations
5113                 (NNTPGroupInfo)
5114
5115 2001-10-18 [paul]       0.6.3claws22
5116
5117         * src/summaryview.c
5118                 remove comment (sync with main branch)
5119         * src/mainwindow.c
5120                 fix 'Re-edit' bug in 'Message' menu
5121
5122 2001-10-17 [christoph]  0.6.3claws21
5123
5124         * src/compose.c
5125                 ignore empty or whitespace only header lines
5126
5127 2001-10-17 [paul]       0.6.3claws20
5128
5129         * sync with sylpheed 0.6.3cvs7
5130                 see ChangeLog entries 2001-10-14, 2001-10-16, and
5131                 2001-10-17
5132
5133 2001-10-17 [darko]
5134
5135         * src/compose.c
5136                 wrap long lines without spaces
5137                 don't wrap URLs
5138
5139 2001-10-16 [paul]
5140
5141         * po/es.po, po/nl.po, po/pt_BR.po
5142                 updated by Ricardo Mones Lastra, Alfons,
5143                 and Fabio Junior Beneditto
5144
5145         * sylpheed-0.6.3claws released
5146
5147 2001-10-15 [melvin] 0.6.3claws18
5148
5149         * README.claws
5150                 added summary and detailed installation instructions
5151                 for spell checker
5152         * po/fr.po
5153                 Updated, corrected and completed french translation
5154
5155 2001-10-15 [hoa] 0.6.3claws17
5156         * src/grouplistdialog.c
5157                 we can choose the newsgroups to display with wildcards
5158
5159 2001-10-15 [christoph]  0.6.3claws16
5160
5161         * src/account.c
5162         * src/compose.c
5163         * src/prefs_folder_item.[ch]
5164                 applied wwp <subscript@free.fr>'s folder
5165                 default account patch
5166         * po/de.po
5167                 Fixed wrong translation
5168
5169 2001-10-13 [alfons, christoph, melvin]  
5170                         0.6.3claws15
5171
5172         solution #2 to solve MT-safety problems defers all GUI related calls
5173         to the main thread using a gtk_idle_add() callback. discussed on
5174         ircnet #sylpheed, with christoph spotting some issues with the
5175         original code, and melvin allowing us to lobotomize his sylpheed.
5176
5177         * src/syldap.[ch], src/main.c
5178                 fix race problem in ldap search thread by deferring GUI 
5179                 stuff to main thread using gtk_idle_add()
5180
5181 2001-10-13 [paul]       0.6.3claws14
5182
5183         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
5184                 add Sergey's smtpcred.patch
5185                 adds separate username/password setting for SMTP Auth
5186                 needed by some servers
5187                 (closes feature request #471659)
5188
5189 2001-10-13 [paul]       0.6.3claws13
5190
5191         * src/pgptext.[ch] **NEW FILES**
5192         * src/Makefile.am, src/messageview.c, src/mimeview.c
5193                 decrypt ascii-armored gpg text embedded in
5194                 the message body.
5195                 Submitted by Jens Jahnke <jan0sch@gmx.net>
5196
5197 2001-10-13 [christoph]  0.6.3claws12
5198
5199         * README.claws
5200                 some more details on default to and
5201                 feature requests
5202         * src/main.c
5203                 init glib threading when ldap is used
5204         * src/syldap.c
5205                 threading fixes
5206         * po/de.po
5207                 fixed a typo
5208
5209 2001-10-12 [paul]       0.6.3claws11
5210
5211         * src/prefs_common.[ch], src/rfc2015.c
5212                 enable ascii-armored gpg text to be embedded in the
5213                 message body, selectable through the 'Privacy'
5214                 preferences. Supports encrypting only.
5215                 Submitted by Ravemax <ravemax@dextrose.com>
5216
5217 2001-10-12 [paul]       0.6.3claws10
5218
5219         * sync with sylpheed 0.6.3cvs6
5220                 see ChangeLog entries 2001-10-11 and 2001-11-12
5221
5222         * src/folderview.c
5223                 incorporated mbox folders, scoring, and folder
5224                 properties into the sync
5225
5226 2001-10-12 [darko]      0.6.3claws9
5227
5228         * README.claws
5229                 describe quotation wrapping
5230         * src/compose.c
5231                 don't treat tab as space to calculate line length properly
5232
5233 2001-10-11 [alfons]
5234
5235         * README.claws
5236                 correct description of how to make new filtering system work,
5237                 add some other things
5238                 
5239         * src/syldap.c
5240                 remove sched_yield() (not necessary / unportable)
5241
5242 2001-10-11 [paul]       0.6.3claws8
5243
5244         * sync with sylpheed 0.6.3cvs3
5245                 see ChangeLog entry 2001-10-10
5246
5247 2001-10-10 [christoph]  0.6.3claws7
5248
5249         * .cvsignore
5250                 ignore 2 files created by newer autotools
5251         * src/prefs_folder_item.c
5252                 using table for widget alignment
5253                 fixed memory leak and broken octal display
5254         * src/filesel.c
5255                 fixed segfault caused by lost filename
5256                 workaround (closes bug #469551)
5257
5258 2001-10-10 [paul]       0.6.3claws6
5259
5260         * sync with sylpheed 0.6.3cvs2
5261                 see ChangeLog entries 2001-10-09 and 2001-10-10
5262
5263 2001-10-10 [darko]      0.6.3.claws5
5264
5265         * src/gtkstext.c
5266                 proper calculation of right margin if smart wrapping is enabled
5267         * src/compose.c
5268                 automatically wrap long lines if wrap quotation is enabled
5269
5270 2001-10-09 [alfons]     0.6.3.claws4
5271
5272         * src/summaryview.c
5273                 select correct row when deleting last row in the summary view (and
5274                 close bug "[ #469104 ] select second last in list when deleting")
5275
5276 2001-10-09 [paul]       0.6.3claws3
5277
5278         * sync with sylpheed 0.6.3cvs1
5279                 updated some autotool scripts
5280
5281 2001-10-09 [darko]      0.6.3claws2
5282
5283         * src/gtkstext.[ch]
5284                 new name and mark with Sylpheed comment
5285         * src/compose.c
5286                 smart quotation wrapping a-la VIM
5287
5288 2001-10-08 [paul]       0.6.3claws1
5289
5290         * sync with sylpheed 0.6.3 release
5291                 see ChangeLog entry 2001-10-08
5292
5293 2001-10-08 [paul]       0.6.2claws24
5294
5295         * src/summaryview.c
5296                 more sync with sylpheed 0.6.2cvs12
5297                 Fixed the bug that didn't select the last row correctly
5298
5299
5300 2001-10-07 [paul]       0.6.2claws23
5301
5302         * sync with sylpheed 0.6.2cvs12
5303                 see ChangeLog entry 2001-10-07
5304
5305 2001-10-06 [match]
5306         * src/jpilot.[ch]
5307                 enable jpilot to read unsynch'ed addresses.
5308
5309         * src/editldap_basedn.c
5310                 fix segfault when opening dialog.
5311
5312 2001-10-06 [alfons]     0.6.2.claws22
5313
5314         * src/summaryview.c
5315                 fix bug with summary view selecting last *inserted*
5316                 node instead of last *visible* node. remember we
5317                 work with a tree
5318
5319 2001-10-06 [paul]       0.6.2claws21
5320
5321         * po/pt_BR.po
5322                 updated translation, contains some fixes and new
5323                 translations, submitted by Gustavo Noronha Silva
5324                 <kov@debian.org>
5325
5326         * src/prefs_common.c
5327                 change 'each' to 'every' - fix dubious English
5328
5329         * sync with sylpheed 0.6.2cvs11
5330
5331 2001-10-05 [alfons]     0.6.2claws20
5332
5333         * src/mainwindow.[ch], src/folderview.c
5334                 make composite tool button switch between "Compose News"
5335                 and "Compose Mail" depending on selected folder
5336                 (nifty idea by Kim Schulz <kim@schulz.dk>)
5337
5338 2001-10-05 [paul]       0.6.2claws19
5339
5340         * src/mainwindow.c, src/summaryview.c
5341                 fix 'Message/Reply to all', broken in last commit
5342
5343         * src/compose.c
5344                 fix X_BEENTHERE seg fault, thanks to Alfons
5345
5346 2001-10-04 [paul]       0.6.2claws18
5347
5348         * src/compose.[ch], src/mainwindow.c
5349                 make "Message/Reply" reply to mailing lists; matches
5350                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
5351                 based on portions of the patch submitted by
5352                 Junichi Uekawa <dancer@netfort.gr.jp>
5353
5354 2001-10-04 [darko]      0.6.2claws17
5355
5356         * src/compose.c
5357                 better smart wrapping
5358         * src/gtkstext.[hc]
5359                 a function to make text buffer contiguous
5360
5361 2001-10-03 [paul]       0.6.2claws16
5362
5363         * sync with sylpheed 0.6.2cvs10
5364
5365 2001-10-02 [alfons]
5366
5367         * configure.in
5368         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
5369                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
5370                 references to chinese translations (hope someone picks up
5371                 this)
5372
5373 2001-10-02 [christoph]  0.6.2claws15
5374
5375         * src/compose.c
5376                 fixed non translated header bug
5377         * ChangeLog.claws
5378                 fixed wrong date in alfons last entry ;)
5379
5380 2001-10-02 [alfons]     0.6.2claws14
5381
5382         * src/compose.c, src/prefs_common.[ch]
5383                 add block cursor option
5384
5385 2001-10-02 [paul]       0.6.2claws13
5386
5387         * sync with sylpheed 0.6.2cvs9
5388
5389 2001-09-30 [paul]       0.6.2claws12
5390
5391         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
5392                 updated translations
5393
5394         * po/POTFILES.in
5395                 add 'src/importldif.c'
5396
5397         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
5398                 added eudora-to-vCard conversion tool
5399                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
5400
5401         * sync with sylpheed 0.6.2cvs8
5402
5403 2001-09-30 [paul]
5404
5405         * sylpheed-0.6.2claws released
5406
5407 2001-09-27 [melvin]     0.6.2claws11
5408
5409         * src/gtkspell.c
5410                 fixed crash when using default path (introduced 
5411                 in 0.6.2claws10)
5412                 fixed tiny bug for initial suggestion mode
5413
5414 2001-09-27 [melvin]     0.6.2claws10
5415         
5416         * src/gtkspell.c
5417                 fixed bug where gtkpspell didn't set the path correctly
5418
5419         * README.claws
5420                 added a paragraph about spell checking
5421                 
5422
5423
5424 2001-09-27 [paul]       0.6.2claws9
5425
5426         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
5427                 replace '// comments' with '/* comments */' to prevent
5428                 some compiler warnings 
5429
5430         * sync with sylpheed 0.6.2cvs6
5431
5432 2001-09-26 [alfons]     0.6.2claws8
5433
5434         * src/messageview.c
5435                 introduce return receipt request notification again,
5436                 which was lost because of other semantics in 
5437                 procheader_parse() (???)
5438
5439 2001-09-26 [christoph]  0.6.2claws7
5440
5441         * src/compose.c
5442                 replace comments for old code with #if 0
5443                 readded auto cc, bcc and reply-to
5444         * src/prefs_matcher.c
5445         * src/prefs_scoring.c
5446                 removed some definition (was moved to
5447                 prefs.h)
5448
5449 2001-09-26 [paul]       0.6.2claws6
5450
5451         * src/mainwindow.c
5452                 make 'Follow-up and reply to' sensitive
5453
5454         * more sync with sylpheed 0.6.2cvs5
5455
5456 2001-09-25 [melvin]
5457
5458         * 0.6.2claws5
5459
5460         * src/gtkspell.c
5461                 fixed bug for "US-ASCII" introduced by the encoding code
5462
5463 2001-09-25 [paul]
5464
5465         * 0.6.2claws4
5466
5467         * src/prefs_common.[ch], src/summaryview.c
5468                 'next unread msg' 'go to next folder?' dialog can be
5469                 given default behaviour, either always show dialog,
5470                 or assume 'yes', or assume 'no'
5471                 Submitted by wwp <subscript@free.fr>
5472
5473 2001-09-25 [melvin]
5474                 
5475         * src/compose.c src/gtkspell.[ch]
5476                 added support for different encodings
5477
5478 2001-09-25 [paul]
5479
5480         * more sync with sylpheed 0.6.2cvs5
5481
5482 2001-09-24 [alfons]
5483         
5484         * src/prefs_folder_item.c
5485                 add check for item->prefs->default_to string is NULL and
5486                 add another check when freeing this string
5487
5488 2001-09-24 [paul]
5489
5490         * configure.in
5491                 change to version 0.6.2claws3
5492
5493         * sync with sylpheed 0.6.2cvs5 
5494
5495 2001-09-24 [match]
5496         * src/ldif.[ch], src/importldif.[ch], addressbook.c
5497                 import LDIF files.
5498         * src/addrcache.[ch], addrindex.[ch]
5499                 small update for future
5500         * src/addrbook.c
5501                 fix test XML file.
5502
5503 2001-09-24 [melvin]
5504         * src/gtkspell.[ch]
5505                 added 'Learn from mistakes' option
5506                 better handling of quotes in checked words
5507                 sorted dict list
5508         * po/fr.po
5509                 small update for spell checking stuff
5510
5511 2001-09-23 [alfons]
5512         
5513         * src/gtkspell.c
5514                 edit a little bit so it complies more with main coding style
5515
5516 2001-09-23 [alfons]
5517
5518         * src/folder.[ch], prefs_folder_item.c, compose.c
5519                 migrate "request return receipt" folder property
5520                 to folderlist.xml
5521
5522 2001-09-22 [alfons]
5523
5524         * README.claws **NEW**
5525                 (add things of interest for users of main branch 
5526                 and claws here)
5527
5528         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
5529                 re-implement threading per folder option, but store 
5530                 the setting in folderlist.xml (where it belongs)
5531
5532 2001-09-21 [melvin]
5533
5534         * src/gtkspell.[ch]
5535                 fixed bug when compose window is under another window
5536         * src/prefs_common.[ch] src/compose.c
5537                 changed 'dictionary_path' to 'dictionary' to be consistent
5538                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
5539         * ac/pspell.m4 src/Makefile.am 
5540                 dropped PSPELL_PATH macro
5541         * po/fr.po
5542                 updated translations
5543
5544 2001-09-21 [christoph]
5545
5546         * src/compose.c
5547                 added border around header fields
5548                 keep header type when new field is added
5549
5550 2001-09-20 [christoph]
5551
5552         * src/utils.[ch]
5553                 more portable debug_print with source filename
5554                 and linenumber
5555         * src/procmsg.c
5556                 more newlines after debug messages
5557
5558 2001-09-20 [paul]
5559
5560         * configure.in
5561                 change to version 0.6.2claws2
5562
5563         * sync with sylpheed 0.6.2cvs3
5564
5565 2001-09-19 [melvin]
5566
5567         * src/gtkspell.c
5568                 fixed the post-right-click focus pb
5569                 fixed crash when 'Spell check all' after dict change 
5570                         and when cursor is at the end of the text
5571                 shift-right-click pops up config menu even on misspelled words.
5572         * po/POTFILES.in
5573                 added gtkspell.c
5574
5575 2001-09-19 [melvin]
5576
5577         * src/about.c
5578                 added pspell to compiled-in features list
5579
5580 2001-09-18 [melvin]
5581
5582         * switched to pspell and dropped ispell
5583         * ac/pspell.m4
5584                 new file. autoconf macro for pspell
5585         * ac/Makefile.am 
5586         * configure.in acconfig.h
5587                 added pspell support
5588         * src/Makefile.am
5589         * src/main.c src/compose.[ch] src/gtkspell.[ch]
5590         * src/prefs_common.[ch] 
5591                 added pspell support
5592
5593 2001-09-18 [christoph]
5594
5595         * src/addr_compl.c
5596         * src/template.[ch]
5597                 replace LOG_MESSAGE with debug_print
5598         * src/compose.[ch]
5599                 gui improvements
5600         * src/menu.c
5601                 added newline after debug message
5602         * src/utils.h
5603                 using __VA_ARGS__ for debug_print macro
5604         * tools/.cvsignore
5605                 ignore Makefile and Makefile.in
5606
5607 2001-09-18 [paul]
5608
5609         * configure.in
5610                 change to version 0.6.2claws1
5611         * sync with sylpheed 0.6.2cvs1
5612
5613         * src/matcher.c 
5614         * src/prefs_matcher.c
5615                 add 'score equal to' option, submitted by
5616                 Paul Evans <nerd@freeuk.com>
5617
5618 2001-09-15 [christoph]
5619
5620         * src/mainwindow.c
5621                 comment out menu entry not existing in claws
5622         * src/menu.c
5623                 add debug output for non existing menu entries
5624         * src/summaryview.c
5625                 fix next/prev unread message for ignored threads
5626         * src/utils.[ch]
5627                 add sourcefile and line number to debug output
5628                 otherwise it is sometimes hard to find the
5629                 source code part if debug messages are translated
5630
5631 2001-09-14 [darko]
5632         
5633         * src/folderview.c
5634                 refresh target folder style after colour is changed
5635
5636 2001-09-13 [paul]
5637
5638         * configure.in
5639                 change to version 0.6.1claws3
5640
5641         * sync with sylpheed 0.6.1cvs6
5642
5643 2001-09-13 [darko]
5644         
5645         * src/folderview.c
5646                 fix target folder colourization to use user selected colour
5647
5648 2001-09-12 [darko]
5649         
5650         * src/summaryview.c
5651                 fix crash when message that is marked for copy/move is unmarked
5652
5653 2001-09-09 [paul]
5654
5655         * configure.in
5656                 change to version 0.6.1claws2
5657
5658         * sync with sylpheed 0.6.1cvs3
5659
5660 2001-09-09 [alfons]
5661         
5662         * src/folderview.c
5663                 fix bug with default font used for trash folder text
5664
5665 2001-09-06 [paul]
5666
5667         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
5668                 updated translations
5669
5670         * configure.in
5671                 change to version 0.6.1claws1
5672
5673         * sync with sylpheed 0.6.1cvs2
5674
5675 2001-09-03 [paul]
5676
5677         * po/POTFILES.in
5678                 add Match's new addressbook
5679
5680         * po/de.po
5681                 updated translation submitted by Jens Oberender
5682
5683 2001-09-02 [paul]
5684
5685         * configure.in
5686                 change to 0.6.1claws
5687         * sync with sylpheed 0.6.1 release
5688
5689 2001-09-02 [paul]
5690
5691         * configure.in
5692                 change to 0.6.0claws2
5693
5694         * sync with sylpheed 0.6.0cvs4
5695
5696         * po/pt_BR.po
5697                 updated translation submitted by Fabio Junior Beneditto
5698
5699 2001-09-01 [match]
5700         * pixmaps/
5701                 interface.xpm
5702                 book.xpm
5703                 address.xpm
5704         * src/
5705                 Makefile.am
5706                 a ton of new files
5707
5708 2001-08-31 [paul]
5709
5710         * configure.in
5711                 change to version 0.6.0claws1
5712
5713         * sync with sylpheed 0.6.0cvs1
5714
5715         * po/es.po
5716                 updated translation submitted by Ricardo Mones Lastra
5717
5718         * po/POTFILES.in
5719                 add 'src/prefs_templates.c'
5720
5721         * src/compose.c, src/summaryview.c
5722                 fix segfault on 'Re_edit'               
5723
5724 2001-08-30 [alfons]
5725
5726         * configure.in, Makefile.am
5727         * tools/Makefile.am
5728                 add tools directory to source distribution
5729
5730 2001-08-30 [paul]
5731
5732         * configure.in
5733                 change to version 0.6.0claws
5734
5735         * sync with sylpheed 0.6.0 release
5736
5737 2001-08-30 [christoph]
5738
5739         * configure.in
5740                 removed autoconf version check
5741
5742 2001-08-30 [paul]
5743
5744         * src/account.c, src/compose.c, src/prefs_common.[ch]
5745         * src/procheader.[ch] src/utils.[ch]
5746                 Enhanced automatic account selection on replies
5747                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
5748
5749         * configure.in
5750                 add LDAP and JPilot to the configuration results output.
5751
5752 2001-08-29 [christoph]
5753
5754         * src/summeryview.c
5755                 no bold font for ignored threads
5756
5757 2001-08-29 [paul]
5758
5759         * configure.in
5760                 change to version 0.5.3claws6
5761
5762         * sync with sylpheed 0.5.3cvs10
5763                 src/stringtable.[ch]: New Files
5764
5765         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
5766         * src/pixmaps/sylpheed.xpm
5767                 add mini-icons to windows (by Alfons)
5768
5769 2001-08-27 [paul]
5770
5771         * src/mainwindow.c
5772                 new functions: next_labeled_cb(), prev_labeled_cb()
5773
5774         * src/summaryview.c
5775                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
5776                 summary_select_next_labeled(), summary_select_prev_labeled()
5777
5778         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
5779                 give claws blue folders and a blue trash can
5780
5781 2001-08-27 [paul]
5782
5783         * configure.in
5784                 change to version 0.5.3claws5
5785
5786         * sync with sylpheed 0.5.3cvs9
5787                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
5788
5789 2001-08-24 [christoph]
5790
5791         * src/filesel.c
5792                 keep filename when browsing directories
5793                 (not working for user entered filename, but
5794                  for default name and selected filename from
5795                  file list)
5796         * src/mainwindow.c
5797                 fixed wrong spelling "Folllow-up"
5798         * src/mbox_folder.c
5799         * src/procmsg.c
5800         * src/summaryview.c
5801                 fixed new/unread message count with ignored
5802                 threads (2 commits, first didn't notice no
5803                 longer needed decreasing)
5804         * src/inc.c
5805                 readded scrolling of progress dialog
5806                 (lost in sync)
5807
5808 2001-08-24 [paul]
5809
5810         * configure.in
5811                 change to 0.5.3claws4
5812
5813         * sync with sylpheed 0.5.3cvs7
5814
5815 2001-08-24 [christoph]
5816
5817         * src/compose.c
5818                 set request return receipt when replying
5819                 if it is set is the folder prefs of the
5820                 message
5821         * src/inc.c
5822                 disable final error popup if popups are
5823                 disabled in config (again)
5824
5825 2001-08-23 [paul]
5826
5827         * configure.in
5828                 Change version number to 0.5.3claws3
5829
5830         * sync with sylpheed 0.5.3cvs5
5831
5832         * src/mimeview.c
5833                 double quote '%s' in 'gedit %s' to fix bug when
5834                 opening attachment with spaces in the name
5835
5836 2001-08-22 [alte]
5837         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
5838           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
5839                 initial message templates support
5840
5841
5842 2001-08-22 [paul]
5843
5844         * configure.in
5845                 change version number to 0.5.3claws2
5846
5847         * sync with sylpheed 0.5.3cvs4
5848
5849         * src/procmsg.h src/summaryview.c
5850                 re-implement (un)ignore thread
5851
5852 2001-08-21 [paul]
5853
5854         * src/summaryview.c
5855                 remove unnecessary code
5856         * src/compose.c
5857                 enable 'dynamic' signatures (submitted by
5858                 Eric Limpens <eric@hscg-internet.nl>)
5859
5860 2001-08-21 [paul]
5861
5862         clean up after sync with sylpheed 0.5.3 release
5863
5864         * src/folderview.c
5865                 fix re-introduced font mess, see Christoph's
5866                 entry 2001-06-24
5867
5868         * src/summaryview.c
5869                 remove prev_msgnum
5870                 use sylpheed's small font instead of
5871                 gtk default font for summary view
5872
5873
5874 2001-08-17 [paul]
5875
5876         * configure.in
5877                 add pl to ALL_LINGUAS - sync with main branch
5878
5879         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
5880                 Updated. Translations by Jens Oberender, Ricardo Mones
5881                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
5882
5883         * po/pl.po  ** NEW FILE **
5884                 sync with the main branch
5885
5886         * src/folderview.c
5887                 fix target folder colorizing and refresh problem
5888
5889
5890 2001-08-17 [christoph]
5891
5892         * src/mainwindow.c
5893                 claws uses 4 colors for target folder coloring.
5894                 arrays were not long enough and destroyed the
5895                 stack causing a segfault.
5896                 target folder colorizing does not work anymore
5897                 for me
5898
5899 2001-08-16 [paul]
5900
5901         * configure.in
5902                 change to version 0.5.3claws1
5903
5904         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
5905           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
5906           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
5907
5908                 sync with sylpheed 0.5.3 release, but keep claws method of
5909                 configuring/saving fonts
5910
5911         * src/addressbook.[ch]
5912                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
5913                 in line with a similar change in Hiroyuki's branch
5914
5915         * src/mainwindow.[ch]
5916                 disable main_window_set_thread_option()
5917         * src/prefs_folder_item.c
5918                 comment out &tmps_prefs.enable_thread,
5919         * src/mbox_folder.c, src/procmsg.[ch]
5920                 comment out MSG_IS_IGNORE_THREAD
5921         * src/summaryview.c
5922                 comment out summary_ignore_thread() and summary_unignore_thread()
5923                 comment out MSG_IS_IGNORE_THREAD
5924
5925                 use Hiroyuki's threading instead.
5926
5927
5928
5929 2001-08-15 [paul]
5930
5931         * src/account.c
5932                 use Hiroyuki's 0.5.3 column scheme but also
5933                 include the enable/disable button.
5934         * src/pixmaps/mark.xpm
5935                 add Hiroyuki's amended pixmap
5936
5937 2001-08-13 [christoph]
5938
5939         * src/account.c
5940                 receive at get all column showed wrong state for APOP
5941                 button should only work for POP3 and APOP accounts
5942         * src/prefs_account.c
5943                 added missing preprocessor statement for SSL
5944
5945 2001-08-12 [paul]
5946
5947         * src/account.[ch]
5948                 add 'receive at get all' column and enable/disable
5949                 button.
5950
5951 2001-08-06 [christoph]
5952
5953         * src/account.c
5954                 show usage of SSL in protocol column
5955
5956         * src/imap.c
5957         * src/inc.c
5958                 renamed ssl options
5959
5960         * src/prefs_account.[ch]
5961                 moved ssl options to a new page
5962
5963         * src/send.c
5964         * src/smtp.c
5965         * src/ssl.[ch]
5966                 renamed ssl options
5967                 added support for SMTP STARTTLS command
5968
5969 2001-08-05 [christoph]
5970
5971         * configure.in
5972                 debian autoconf needs version check to find
5973                 correct autoconf version. if the file is
5974                 named configure.in 2.13 is used, which does
5975                 not work with this configure.in script.
5976                 other solution would be to rename the script
5977                 to configure.ac as suggested in the autoconf
5978                 manual.
5979
5980         * src/inc.c
5981                 disable final error popup if popups are
5982                 diabled in config
5983
5984         * src/socket.c
5985                 bugfix in ssl_gets
5986                 fixes IMAP over SSL problem
5987
5988 2001-08-03 [paul]
5989
5990         * configure.in
5991                 change to 0.5.2claws1
5992
5993         * sync with sylpheed 0.5.2cvs1
5994
5995 2001-08-02 [alfons]
5996
5997         * configure.in
5998                 quick fix for ispell detection...
5999
6000 2001-08-01 [paul]
6001
6002         * configure.in
6003                 change to 0.5.1claws4
6004
6005         * sync with sylpheed 0.5.1cvs7
6006
6007 2001-07-31 [alfons]
6008
6009         * src/prefs_common.c, src/prefs_common.h, 
6010           src/gtkspell.c, src/gtkspell.h
6011                 add global spelling checker settings (compose tab) +
6012                 selection of dictionary 
6013           
6014         * configure.in  
6015                 guess valid ispell location
6016
6017 2001-07-31 [paul]
6018
6019         * po/POTFILES.in
6020                 removal of 'src/quote_fmt_parse.c'
6021         * po/de.po
6022                 Updated de.po
6023                 (submitted by Jens Oberender <didge@suse.de>)
6024
6025 2001-07-31 [darko]
6026
6027         * src/folder.[ch]
6028         * src/folderview.[ch]
6029         * src/mainwindow.c
6030         * src/mh.c
6031         * src/prefs_common.[ch]
6032         * src/summaryview.c
6033                 target folder colourization
6034
6035 2001-07-30 [paul]
6036
6037         more sync with Sylpheed 0.5.1cvs6 
6038
6039 2001-07-30 [darko]
6040
6041         * src/mh.c
6042         * src/prefs_folder_item.[hc]
6043         * src/summaryview.c
6044                 shared folders support with a GUI
6045
6046 2001-07-29 [paul]
6047
6048         0.5.1claws3
6049
6050         * sync with Sylpheed 0.5.1cvs6
6051
6052 2001-07-29 [paul]
6053
6054         * po/pt_BR.po
6055                 updated
6056                 (submitted by Fabio Junior Beneditto)
6057
6058 2001-07-28 [paul]
6059
6060         * src/procmime.c
6061         * AUTHORS
6062                 patch to correct bad image mime headers
6063                 (submitted by Don Quijote <dq@searchlores.org>)
6064
6065 2001-07-28 [paul]
6066
6067         * tools/gif2xface.pl   **NEW FILE**
6068         * tools/README
6069                 script to convert file.gif to file.xface for
6070                 use in a custom header.
6071                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
6072
6073 2001-07-27 [alfons]
6074         
6075         * configure.in
6076                 change macros for detecting JPilot and LDAP
6077
6078 2001-07-27 [christoph]
6079
6080         * src/filtering.c
6081                 code cleanup (MIN / MAX warning, needed casting)
6082
6083 2001-07-27 [alfons]
6084
6085         * procheader.c
6086                 disallow setting flags when detecting certain headers
6087                 (X-Status, Status, Seen, X-Seen). 
6088         
6089         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
6090
6091 2001-07-27 [christoph]
6092
6093         * src/prefs_filter.c
6094         * src/prefs_filtering.c
6095         * src/prefs_matcher.c
6096         * src/prefs_scoring.c
6097                 scroll list when moving rows up or down
6098
6099         * src/imap.c
6100         * src/imap.h
6101         * src/prefs_account.c
6102         * src/prefs_account.h
6103         * src/send.c
6104                 SMTP over SSL (untested, feedback requested)
6105                 IMAP over SSL
6106
6107         * src/ssl.c
6108                 code cleanup
6109
6110 2001-07-26 [alfons]
6111         
6112         * configure.in, acconfig.h
6113                 define CLAWS (need this for main / claws detection)
6114
6115 2001-07-25 [alfons]
6116
6117         * configure.in
6118                 Sylpheed 0.5.1claws2
6119                 
6120         * sync with Sylpheed 0.5.1cvs4
6121
6122 2001-07-25 [christoph]
6123
6124         * src/scoring.c
6125                 fixed segfault
6126                 item->prefs == NULL (don't know why)
6127
6128 2001-07-25 [alfons]
6129
6130         * configure.in
6131                 Sylpheed 0.5.1claws1
6132
6133         * sync with Sylpheed 0.5.1cvs1-3
6134
6135 2001-07-24 [christoph]
6136
6137         * src/folderview.c
6138         * src/prefs_folder_item.[ch]
6139                 added folderitem preferences dialog with
6140                 default To: and auto request return receipt
6141
6142         * src/compose.[ch]
6143         * src/menu.[ch]
6144                 changes to handle new folderitem preferences
6145
6146         * src/mainwindow.c
6147         * src/summaryview.c
6148                 call compose new mail with current folderitem
6149
6150 2001-07-24 [alfons]
6151
6152         Release Sylpheed 0.5.1claws
6153
6154         * configure.in
6155                 change to release version 0.5.1claws
6156
6157 2001-07-24 [christoph]
6158
6159         * src/summaryview.c
6160                 fixed segfault that happend when the selected
6161                 message was removed while retrieving new messages.
6162
6163         * po/es.po
6164                 updated translation
6165                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
6166
6167 2001-07-22 [alfons]
6168
6169         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
6170         this is a work in progress, for more information: http://nlpagan.net/sylman 
6171         
6172         * configure.in, src/mainwindow.c, manual/Makefile.am
6173                 add support for English manual
6174
6175         * AUTHORS
6176                 add authors of user manuals
6177
6178         * manual/en/sylpheed*.html
6179                 add English documentation
6180
6181 2001-07-22 [christoph]
6182
6183         * po/POTFILES.in
6184                 added src/ssl.c
6185         * src/ssl.c
6186                 changed a wrong debug message
6187
6188 2001-07-22 [alfons]
6189
6190         * po/nl.po
6191                 update Dutch translation
6192
6193         * src/prefs_filtering.c, 
6194           src/prefs_matcher.c
6195                 add more translatable strings           
6196
6197 2001-07-21 [alfons]
6198
6199         0.5.0claws7
6200
6201         * configure.in
6202                 change version
6203
6204         * src/inc.c, src/summaryview.[ch]
6205                 prevent update of mark file when filtering has done, by
6206                 using a variable; this affects two functions:
6207                         inc.c::inc_finished()
6208                         summaryview.c::summary_show()
6209
6210 2001-07-20 [alfons]
6211
6212         * src/filtering.[ch], src/prefs_filtering.c, 
6213           src/matcher.[ch]
6214                 add filtering action for label coloring 
6215
6216         * po/POTFILES.in
6217                 add labelcolors.c
6218
6219         * added src/labelcolors.c
6220         * added src/labelcolors.h
6221         * src/Makefile.am, src/summaryview.c
6222                 rearrange label coloring code
6223
6224         * src/procmsg.h
6225                 add more parentheses so label colouring works correctly
6226
6227         * src/filtering.c
6228                 don't really delete message, but move it to Trash
6229
6230         * src/prefs_matcher.c
6231                 add quote options to info dialog
6232
6233 2001-07-20 [christoph]
6234
6235         * src/Makefile.am
6236         * src/inc.c
6237         * src/main.[ch]
6238         * src/socket.h
6239         * src/ssl.[ch] (new)
6240                 moved ssl stuff to a seperate file
6241
6242 2001-07-20 [darko]
6243
6244         * src/summaryview.c
6245                 fix show sender using address book with no e-mail
6246                 address in From: field
6247
6248 2001-07-19 [alfons]
6249
6250         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
6251                 fix messy handling of escaping... now at least the
6252                 execute command is useful. escape char is '\', we
6253                 accept \n and \r too. 
6254
6255                 Real life example:
6256                 
6257                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
6258                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
6259
6260 2001-07-18 [alfons]
6261
6262         0.5.0claws6
6263
6264         * src/summaryview.c
6265                 clean up
6266
6267         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
6268           src/procmsg.[ch]
6269                 revise filtering; currently move, copy, marking have
6270                 been tested. if you like bleeding edge stuff, you
6271                 should definitely go for this version :)
6272
6273         * mark old working stuff as VERSION_0_5_0_CLAWS5        
6274
6275 2001-07-17 [christoph]
6276
6277         * src/utils.c
6278                 timestamp log
6279
6280 2001-07-17 [alfons]
6281
6282         0.5.0claws5
6283
6284         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
6285           bits in the mark file, without affecting either branch. Lots of
6286           files changed, also in claws branch.
6287
6288           UNTESTED: use of mbox folders
6289
6290         * src/summaryview.c
6291                 added mark all read; however this was a quick hack used for
6292                 cleaning up mess after initial merge with Hiroyuki
6293
6294         * configure.in
6295                 change claws version number back to 0.5.0claws5 to clear up 
6296                 confusion & pretension (recent release was technically 
6297                 0.5.0claws4, so we neatly align with Hiroyuki :-)
6298
6299 2001-07-16 [alfons]
6300
6301         sync with Hiroyuki's 0.5.0cvs4
6302
6303 2001-07-16 [alfons]
6304
6305         0.5.1claws3
6306
6307         * src/filtering.[ch]
6308                 remove invalid updating of mark files for 
6309                 filter actions MATCHING_ACTION_MOVE and 
6310                 MATCHING_ACTION_DELETE; this should fix the
6311                 folder update bug
6312                 
6313         * src/procmsg.c
6314                 revert Christoph's stab at fixing the folder 
6315                 update bug
6316
6317         * po/POTFILES.in
6318                 add missing files with translatable strings
6319
6320         * src/summaryview.c
6321                 remove debug print
6322
6323 2001-07-15 [alfons]
6324
6325         * src/addr_compl.[ch], src/prefs_filtering.c
6326                 make "filtering pref dialog's destination entry" an
6327                 "address completable entry", if filter destination is 
6328                 an email address
6329
6330         0.5.1claws2
6331         
6332         sync with Hiroyuki's 0.5.0cvs2-3
6333
6334 2001-07-15 [christoph]
6335
6336         * src/procmsg.c
6337                 fixed folder stats update after incorporation
6338
6339 2001-07-15 [alfons]
6340
6341         * src/summaryview.c
6342                 * finish label colouring stuff (for now)
6343                 * fix incorrect colour bug (off by one) 
6344
6345 2001-07-14 [alfons]
6346
6347         * src/mainwindow.c
6348                 change text labels for news and mail message so there's
6349                 plenty of toolbar estate left
6350
6351         * configure.in
6352                 0.5.1claws1
6353
6354         * src/folderview.c
6355           src/folder.[ch]
6356                 sync with Hiroyuki's 0.5.0cvs1
6357
6358         * src/summaryview.c
6359                 more rewrite label colouring
6360
6361 2001-07-14 [alfons]
6362
6363         * src/summaryview.[ch]
6364                 * start rewrite label colouring 
6365                 * fix proper location "Add Sender To Addressbook" menu item
6366
6367 2001-07-13
6368
6369         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
6370         (actually this is 0.5.0claws4)
6371
6372 2001-07-13 [alfons]
6373
6374         * po/pt_BR.po
6375                 * fix duplicate message
6376                 * add updated Portugese / Brazilian translation
6377                   submitted by Fabio Junior Beneditto
6378
6379 2001-07-12 [alfons]
6380
6381         * AUTHORS
6382                 add Jens
6383
6384         * po/nl.po
6385                 add updated Dutch translation
6386
6387         * po/de.po
6388                 add updated German translation submitted by Jens
6389
6390 2001-07-11 [alfons]
6391
6392         Prerelease before 0.5.0claws. Please test.
6393         This version is temporarily tagged as VERSION_0_5_0_TEST
6394
6395         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
6396           src/prefs_scoring.c, src/prefs_matcher.c, 
6397           src/prefs_filtering.c, src/mbox.c, 
6398           src/main.c, src/inc.c, src/filtering.[ch]
6399                 revert new Hoa's new matcher (does not work yet)
6400
6401         * src/Makefile.am
6402                 clean up
6403
6404 2001-07-10
6405
6406         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
6407
6408
6409 2001-07-10 [alfons]
6410
6411         * Makefile.am
6412                 add ChangeLog.claws to EXTRA_DIST
6413         * src/Makefile.am
6414                 add matcher_parser_parse.h to EXTRA_DIST
6415
6416 2001-07-10 [christoph]
6417
6418         * src/inc.c
6419                 add destination folder to table of
6420                 folders that need to be updated after
6421                 incorporation
6422
6423 2001-07-10 [alfons]
6424
6425         * folder.[ch]
6426           folderview.c
6427                 make collapse state of folders and folder items persistent, i.e.
6428                 if you collapse a folder tree, the next time sylpheed-claws starts 
6429                 up the folder tree remains collapsed.  
6430                 
6431 2001-07-10 [christoph]
6432
6433         * acconfig.h
6434         * configure.in
6435                 added --enable-ssl
6436         * src/md5.[ch]
6437                 renamed MD5_CTX to MD5_CTX_syl
6438                 conflicts with a struct in openssl
6439         * src/inc.c
6440         * src/main.[ch]
6441         * src/prefs_account.[ch]
6442         * src/socket.[ch]
6443                 SSL support for POP
6444         * src/mainwindow.c
6445                 fixed compose with current account
6446                 broken by new compose button stuff
6447
6448 2001-07-09 [hoa]
6449
6450         * AUTHORS
6451                 changed my email address
6452
6453         * src/matcher_parser_parse.y
6454                 clean the parser to remove conflicts
6455
6456 2001-07-09 [alfons]
6457
6458         * AUTHORS
6459                 add Match Grun
6460
6461         * configure.in
6462                 fix incorrect description of --enable-ldap parameter
6463
6464         * src/prefs_common.[ch]
6465           src/compose.c
6466                 add experimental option "smart wrapping" which makes the
6467                 compose editor auto wrap.
6468                 
6469                 | TODO: the problem with the buggy cursor handling is caused |
6470                 | by the GtkText. when deleting / backspacing text its       |
6471                 | wrapping algorithm does not take in account the previous   |
6472                 | line. should find a way to hack this in.                   |
6473                 | or should perhaps combine this with the word wrapping      |
6474                 | patch i wrote in january.                                  |
6475
6476         * src/about.c
6477                 show build parameters for LDAP and JPilot
6478
6479         * src/summaryview.c
6480                 revert Christoph's bugfix for selecting next unread message, 
6481                 because folder stats aren't updated correctly
6482
6483 2001-07-08 [hoa]
6484
6485         * src/filtering.c
6486         * src/mainwindow.c
6487         * src/matcher.c
6488         * src/matcher_parser_lex.l
6489         * src/matcher_parser_parse.y
6490         * src/prefs_filtering.c
6491         * src/prefs_scoring.c
6492         * src/scoring.c
6493                 bugfix of the config file parser
6494
6495 2001-07-08 [alfons]
6496
6497         * src/Makefile.am
6498                 added generated matcher sources to BUILT_SOURCES
6499
6500 2001-07-08 [hoa]
6501
6502         * src/Makefile.am
6503         * src/.cvsignore
6504                 added new config file parser
6505
6506         * src/scoring.[ch]
6507         * src/filtering.[ch]
6508         * src/matcher.[ch]
6509         * src/prefs_filtering.c
6510         * src/prefs_matcher.c
6511         * src/prefs_scoring.c
6512         * added src/matcher_parser.h
6513         * added src/matcher_parser_lex.h
6514         * added src/matcher_parser_lex.l
6515         * added src/matcher_parser_parse.y
6516                 lex & yacc config file parser
6517
6518         * src/mbox.c
6519         * src/inc.c
6520         * src/main.c
6521                 changes prefs_filtering into global_filtering           
6522
6523         * src/summaryview.c
6524                 build threads with subjects only if "Re: " is at the
6525                 beginning of the subject
6526
6527 2001-07-07 [paul]
6528
6529         0.5.0claws
6530
6531         sync with sylpheed 0.5.0
6532                 change of version number only
6533
6534 2001-07-06 [paul]
6535
6536         0.5.0claws5
6537
6538         sync with sylpheed 0.5.0pre5
6539
6540 2001-07-05 [paul]
6541
6542         sync with sylpheed 0.5.0pre4 release
6543                 /po and /manual/ja not sync'ed
6544
6545 2001-07-04 [paul]
6546
6547         more sync with sylpheed 0.5.0pre4
6548
6549 2001-07-03 [christoph]
6550
6551         * src/addressbook.c
6552                 fixed address book broken by address book
6553                 for VCard, JPilot, LDAP
6554
6555 2001-07-03 [alfons]
6556
6557         * src/matcher.c
6558         * src/textview.c
6559                 stopped memory leaks
6560
6561 2001-07-03 [paul]
6562
6563         more sync with sylpheed 0.5.0pre4
6564
6565 2001-07-02 [match]
6566
6567         * included address book patch for VCard, JPilot, LDAP
6568         * pref_common.c - fixed Font options on Display tab (cosmetic)
6569         * alertpanel.c - fixed truncated message
6570
6571 2001-07-02 [christoph]
6572
6573         * src/mbox_folder.c
6574         * src/procmsg.[ch]
6575         * src/summaryview.c
6576                 mark threads for ignoring
6577
6578 2001-07-02 [paul]
6579
6580         0.5.0claws4
6581
6582         * sync with sylpheed 0.5.0pre4
6583                 updated gettext to 0.10.38.
6584
6585 2001-07-01 [paul]
6586
6587         * src/ mainwindow.c
6588         * src/procmsg.h
6589         * src/summaryview.[ch]
6590                 new right-click option: Label.
6591                 substitute for 'Mark-->Mark/Unmark', colours the line.
6592                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
6593
6594 2001-07-01 [christoph]
6595
6596         * src/folderview.c
6597                 fixed font for trash
6598         * src/summaryview.c
6599                 move ctree to unread message
6600
6601 2001-07-01 [paul]
6602
6603         * sync with sylpheed 0.5.0pre3 release
6604
6605 2001-06-30 [alfons]
6606
6607         * src/filesel.[ch]
6608         * src/compose.c
6609                 allow inserting / attaching multiple files in
6610                 the composer window
6611
6612 2001-06-30 [paul]
6613
6614         * src/codeconv.c
6615                 small change to Alfons' previous stuff so that it
6616                 actually makes
6617
6618 2001-06-30 [alfons]
6619
6620         * lots of files changed; first attempt to merge the changes
6621           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
6622
6623 2001-06-30 [paul]
6624
6625         * po/pt_BR.po
6626                 updated and completed, translations by Fabio
6627                 Junior Beneditto <fjbeneditto@yahoo.com.br>
6628
6629 2001-06-29 [alfons]
6630
6631         * src/compose.c
6632         * src/mimeproc.[ch]
6633                 allow selecting an attached files' mime type from a 
6634                 list of types.
6635
6636 2001-06-29 [paul]
6637
6638         * more sync with sylpheed 0.5.0pre3
6639
6640 2001-06-29 [paul]
6641
6642         * po/pt_BR.po
6643                 merge with sylpheed.pot and pt_BR.po provided by
6644                 Fabio Junior Beneditto.
6645
6646 2001-06-29 [darko]
6647
6648         * src/procmime.c
6649                 make MIME types case insensitive
6650
6651 2001-06-28 [alfons]
6652
6653         * po/nl.po
6654                 merge with sylpheed.pot and old nl.po; translations added.
6655
6656 2001-06-28 [paul]
6657
6658         * more sync with sylpheed 0.5.0pre3
6659
6660 2001-06-27 [alfons]
6661
6662         * src/summaryview.c
6663                 don't crash when removing parent node of messages
6664                 attracted by subject. this was caused by not deleting
6665                 the parent node from the subject line hash table.
6666
6667 2001-06-27 [alfons]
6668
6669         * src/summaryview.c
6670         * src/compose.[ch]
6671         * src/mainwindow.c
6672                 if there are multiple messages selected, allow forwarding
6673                 them as attachments.
6674
6675 2001-06-27 [paul]
6676
6677         * more sync with sylpheed 0.5.0pre3
6678
6679 2001-06-26 [paul]
6680
6681         0.5.0claws3
6682
6683         * sync with sylpheed 0.5.0pre3
6684
6685 2001-06-25 [paul]
6686
6687         * src/mainwindow.c
6688                 fixed 'compose news article' bug
6689                 from icon-and-text toolbar
6690
6691 2001-06-25 [paul]
6692
6693         * sync with sylpheed 0.5.0pre2 release
6694
6695 2001-06-24 [christoph]
6696
6697         * src/prefs_common.c
6698                 bug fix in font selection
6699         * src/folderview.c
6700                 use sylpheed's normal font instead of
6701                 gtk default font for folders without
6702                 new messages
6703
6704 2001-06-24 [alfons]
6705
6706         * src/mainwindow.[ch]
6707                 added composite compose mail / news button (an idea by Leandro
6708                 Pereira <leandro@linuxmag.com.br>)
6709
6710 2001-06-24 [paul]
6711
6712         Added instructions for ldif-to-xml.py
6713
6714         * tools/README
6715
6716 2001-06-23 [alfons]
6717
6718         Some minor things.
6719
6720         * src/pixmaps/stock_news_compose.xpm
6721                 added pixmap by Leandro
6722         * src/prefs_common.c
6723                 tested built-in spelling checker of GCC 3.0 :)
6724         * po/nl.po
6725                 merged dutch translation of sylpheed-main with
6726                 sylpheed.pot
6727
6728 2001-06-23 [paul]
6729
6730         Added tools directory and files.
6731
6732         * tools/filter_conv.pl
6733                 converts old filter system to new filtering system
6734         * tools/ldif-to-xml.py
6735                 converts netscape addressbook to sylpheed addressbook
6736         * tools/README
6737                 descriptions/instructions for above two files
6738
6739 2001-06-23 [christoph]
6740
6741         * src/inc.c
6742         * src/manage_window.[ch]
6743         * src/prefs_common.[ch]
6744                 mail retrieval dialog can be enabled, disabled
6745                 or hidden if non of sylpheed's windows is active
6746
6747 2001-06-22 [paul]
6748
6749         0.5.0claws2
6750
6751         * sync with sylpheed 0.5.0pre2
6752
6753 2001-06-21 [christoph]
6754
6755         * src/summaryview.c
6756                 show recipient on 'from' for all accounts
6757                 
6758         * src/inc.c
6759         * src/prefs_common.[ch]
6760                 disable error popup on mail receive errors
6761
6762 2001-06-21 [alfons]
6763
6764         * src/compose.c
6765                 made the ruler correctly appear and disappear.
6766
6767         * src/Makefile.am
6768                 removed Hoa's work-in-progress-stuff (interesting!) so 
6769                 claws compiles ok.
6770
6771 2001-06-20 [christoph]
6772
6773         * src/inc.c
6774         * src/progressdialog.c
6775                 added scrolled window for list in progressdialog
6776
6777 2001-06-20 [paul]
6778
6779         sync with sylpheed 0.5.0pre1 release
6780
6781 2001-06-20 [christoph]
6782
6783         * src/summeryview.c
6784                 make building threads by subject work when
6785                 thread view is enabled
6786                 
6787         * src/compose.c
6788         * src/prefs_common.[ch]
6789                 automatically select account for mail replys
6790
6791 2001-06-19 [sergey]
6792
6793         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
6794         they are filled in from the account settings.
6795
6796 2001-06-19 [paul]
6797
6798         * more sync with sylpheed 0.5.0pre1
6799
6800 2001-06-18 [alfons]
6801
6802         * src/Makefile.am,
6803           src/procmime.c
6804                 added --sysconfdir to CPPFLAGS for pointing to the correct
6805                 location of mime.types. 
6806
6807                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
6808                 or ./configure!
6809
6810 2001-06-18 [hoa]
6811
6812         * src/summaryview.c
6813                 fixed some bug when building threads
6814
6815 2001-06-18 [pau]l
6816
6817         * src/prefs_account.c
6818                 UI stuff: More changes to the English
6819
6820 2001-06-18 [paul]
6821
6822         * src/pixmaps/stock_news_compose.xpm: new file
6823         * src/Makefile.am
6824         * src/mainwindow.c
6825         * src/summaryview.c
6826                 Added new icon for Hoa's 'compose a news
6827                 message', plus minor improvements to the
6828                 English
6829
6830         * po/ja.po
6831         * ChangeLog
6832         * ChangeLog.jp
6833                 more sync with sylpheed 0.5.0pre1
6834
6835 2001-06-18 [hoa]
6836
6837         * src/compose.[ch]
6838         * src/mainwindow.c
6839                 Follow-up and reply to
6840
6841         * src/summaryview.[ch]
6842                 Build threads also with subjects
6843
6844 2001-06-17 [hoa]
6845
6846         * src/compose.c
6847                 forwarding use the current account.
6848
6849         * src/mainwindow.c
6850                 the "compose message" button has been replaced with
6851                 "new mail" and "new news" buttons
6852
6853         * src/prefs_common.[ch]
6854                 added a configuration option to use the forward button
6855                 as "forward as attachment"
6856                 changed reply and forward format description
6857
6858         * src/quote_fmt_lex.l
6859         * src/quote_fmt_parse.y
6860                 added message with no signature in format for reply
6861                 and forward.
6862
6863 2001-06-17 [paul]
6864
6865         Minor UI stuff
6866
6867         * src/mainwindow.c
6868         * src/summaryview.c
6869                 Improvements to the English
6870
6871         * src/prefs_common.c
6872                 Improvements to the English and some
6873                 clarity/continuity improvements in the
6874                 description of Quote symbols.
6875
6876 2001-06-17 [paul]
6877
6878         0.5.0claws1
6879
6880         * sync with sylpheed 0.5.0pre1
6881
6882 2001-06-17 [hoa]
6883
6884         * src/compose.c
6885                 Better interface for compose, displayed fields
6886                 are updated whenever we change account.
6887                 Newsgroups field is automatically filled.
6888
6889         * src/mainwindow.c
6890                 Newsgroups field is automatically filled.
6891
6892         * src/prefs_account.c
6893                 Some interface stuff when fields appear and
6894                 disappear.
6895
6896 2001-06-16 [paul]
6897
6898         0.4.99claws
6899
6900         * sync with sylpheed 0.4.99
6901
6902 2001-06-16 [sergey]
6903
6904         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
6905         base64_decoder_free, base64_decoder_decode): new object and
6906         functions for decoding base64 streams.
6907         * src/procmime.c (procmime_decode_content): modified to use the
6908         new base64 decoder.
6909
6910 2001-06-15 [paul]
6911
6912         0.4.99claws10
6913
6914         * sync with sylpheed 0.4.99cvs11
6915
6916 2001-06-13 [paul]
6917
6918         0.4.99claws9
6919
6920         * sync with sylpheed 0.4.99cvs9
6921
6922 2001-06-13 [hoa]
6923
6924         * src/compose.c
6925         * src/prefs_account.c
6926
6927                 SMTP server can be defined in the news account
6928                 mime type of attachment are kept.
6929
6930         * src/summaryview.c
6931
6932                 now choose the highest important score between default
6933                 and important score of folder.
6934
6935 2001-06-09 [alfons]
6936         
6937         * src/prefs_common.c: 
6938
6939                 (prefs_quote_description_create): corrected description of 
6940                 quote format characters
6941
6942 2001-06-09 [paul]
6943
6944         0.4.99claws8
6945
6946         * sync with sylpheed 0.4.99cvs8
6947
6948 2001-06-08 [sergey]
6949
6950         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
6951         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
6952
6953 2001-06-08 [paul]
6954
6955         0.4.99claws7
6956
6957         * sync with sylpheed 0.4.99cvs7
6958
6959 2001-06-06 [sergey]
6960
6961         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
6962         clashes with autogenerated header).
6963         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
6964         * src/Makefile.am: added quote_fmt.h.
6965         * src/.cvsignore: added lex/yacc autogenerated files
6966         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
6967
6968 2001-06-06 [paul]
6969
6970         0.4.99claws6
6971
6972         * sync with sylpheed 0.4.99cvs6
6973
6974 2001-06-06 [hoa]
6975
6976         * added src/quote_fmt_parse.h
6977         * src/compose.c
6978                 removed warnings
6979
6980         * src/prefs.[ch]
6981                 don't modify readonly configuration files
6982
6983         * src/prefs_account.c
6984         * src/prefs_common.c
6985         * src/prefs_customheader.c
6986         * src/prefs_display_header.c
6987         * src/prefs_filter.c
6988         * src/prefs_filtering.c
6989         * src/prefs_scoring.c
6990                 don't open dialog box when configuration files
6991                 are readonly
6992
6993 2001-06-05 [sergey]
6994
6995         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
6996
6997         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
6998         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
6999         BUILT_SOURCES to make all files rebuild properly.
7000
7001         * src/compose.c: removed #include "quote_fmt.tab.h".
7002
7003         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
7004         CHARACTER value in yylval.
7005
7006         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
7007         receive CHARACTER value by documented means (yylval).
7008
7009         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
7010
7011 2001-06-05 [hoa]
7012
7013         * src/Makefile.am
7014                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
7015
7016         * src/filtering.c
7017         * src/matcher.c
7018         * src/matcher.h
7019         * src/prefs_filtering.c
7020                 now keep the configuration for execute action
7021
7022         * src/mbox_folder.c
7023                 fixed a warning
7024
7025 2001-06-05 [paul]
7026
7027         * sync with sylpheed 0.4.99cvs5
7028
7029 2001-06-05 [hoa]
7030
7031         * src/Makefile.am
7032                 added quote_fmt.[ch]
7033
7034         * added src/quote_fmt.y
7035         * added src/quote_fmt.l
7036         * added src/quote_fmt.tab.h
7037         * added src/quote_fmt.tab.c
7038         * added src/lex.quote_fmt.c
7039                 parsing configuration for replying
7040                 and forwarding
7041
7042         * src/prefs_common.[ch]
7043                 added configuration UI for replying
7044                 and forwarding
7045
7046         * src/compose.c
7047                 using configuration for replying
7048                 and forwarding
7049
7050 2001-06-04 [hoa]
7051
7052         * src/filtering.c
7053         * src/matcher.c
7054         * src/matcher.h
7055         * src/prefs_filtering.c
7056         * src/prefs_matcher.c
7057         * src/prefs_matcher.h
7058                 action "run a command" for filtering
7059                 and matching with a command.
7060                 fixed the "whole message" matching
7061
7062         * src/mbox_folder.c
7063                 changed temporary filename for security
7064
7065         * src/messageview.c
7066                 queue the notification if it fails to send.
7067
7068         * src/prefs_common.c
7069         * src/prefs_folder_item.c
7070                 changed the default important score             
7071
7072         * src/prefs_scoring.c
7073         * src/scoring.c
7074                 hide kill score input when the folder is not
7075                 a newsgroup
7076
7077 2001-06-03 [alfons]
7078
7079         * src/prefs_common.c:
7080
7081                 (prefs_font_select): pass font name in font entry box to font
7082                 selection dialog.
7083
7084 2001-06-03 [sergey]
7085
7086         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
7087
7088 2001-06-03 [paul]
7089
7090         * sync with sylpheed 0.4.99cvs4
7091
7092 2001-06-03 [alfons]
7093
7094         * src/headerwindow.c:
7095
7096                 (headerwindow_show_cb): use the selected summary view item, not
7097                 the displayed item.
7098
7099 2001-06-02 [alfons]
7100
7101         * src/headerwindow.c:
7102
7103                 (headerwindow_show_cb): always try to show msginfo
7104
7105 2001-06-02 [hoa]
7106
7107         * src/compose.c
7108                 keep attached parts when reediting or forwarding.
7109
7110 2001-06-01 [hoa]
7111
7112         * src/folderview.c
7113         * src/prefs_folder_item.[ch]
7114         * src/prefs_scoring.[ch]
7115         * src/scoring.[ch]
7116         * src/summaryview.[ch]
7117         * src/main.c
7118         * src/mainwindow.c
7119         * src/prefs_common.[ch]
7120                 support for folder scoring
7121                 kill score and important score for messages
7122         
7123         * src/prefs_account.c
7124                 some display bug fixed for local account
7125                 preferences
7126
7127 2001-05-31 [alfons]
7128
7129         * src/summaryview.c:
7130
7131                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
7132                 sender to address book menu item is disabled.
7133
7134 2001-05-30 [hoa]
7135
7136         * src/filtering.[ch]
7137         * src/summaryview.c
7138                 handling summary menu / filter messages
7139
7140         * src/folder.[ch]
7141                 add some stuff
7142
7143         * src/foldersel.c
7144                 imap folders now appears in list
7145
7146         * src/mbox_folder.c
7147                 doesn't crash if destination mail is not writeable
7148
7149 2001-05-29 [hoa]
7150
7151         * src/compose.c
7152                 removed some warnings
7153
7154         * src/filtering.c
7155         * src/folder.[ch]
7156         * src/prefs_filtering.c
7157                 global string to identify any folders           
7158                 removed some debug info
7159                 filtering to mbox folders is now possible
7160
7161         * src/mainwindow.c
7162                 removed some warnings
7163
7164         * src/mbox_folder.c
7165                 permission on files are changed to read/write for user only,
7166                 nothing for other.
7167                 creation of subfolder is handled better.
7168
7169 2001-05-28 [alfons]
7170
7171         Verified the sync for src/prefs_common.[ch] and
7172         src/prefs_account.[ch]. I believe there were some
7173         minor indentation differences.
7174
7175 2001-05-28 [paul]
7176
7177         0.4.99claws3
7178
7179         * sync with 0.4.99cvs3
7180
7181 2001-05-28 [hoa]
7182
7183         * src/compose.c
7184                 handling flags for mbox format
7185
7186         * src/filtering.c
7187                 use of mark file only for MH format
7188                 handling flags for mbox format
7189                 filtering cannot yet move or copy mails to mbox folders.
7190
7191         * src/folder.[ch]
7192                 changed move_msg, copy_msg,
7193                 move_msgs_with_dest, copy_msgs_with_dest functions
7194                 uses only folder->copy_msg() function
7195                 uses folder->finished_copy() to handle the destination
7196                 folder at the end of the copy or move operation.
7197
7198         * src/foldersel.c
7199                 included mbox directories.
7200
7201         * src/folderview.[ch]
7202         * src/mainwindow.c
7203                 handle folders operation for mbox format
7204
7205         * src/mbox.c
7206                 disable conversion of "From " header
7207
7208         * src/mbox_folder.[ch]
7209                 completion of mbox format handling
7210
7211         * src/mh.c
7212                 changed mh_copy_msg() function and
7213                 removed mh_move_msg(), mh_move_msgs_with_dest(),
7214                 mh_copy_msgs_with_dest()
7215
7216         * src/prefs_filtering.c
7217                 removed some warnings
7218
7219         * src/prefs_matcher.c
7220                 default boolean operation is AND
7221
7222         * src/procheader.c
7223                 handling flags for mbox format
7224                 handling of "From " header
7225
7226         * src/procmsg.[ch]
7227                 removed data field
7228                 added MSG_REALLY_DELETED flags to handle deletion of
7229                 messages in mbox format.
7230
7231         * src/summaryview.c
7232                 handling flags for mbox format
7233                 disable the MSG_DELETED flags when messages
7234                 are deleted in mbox format
7235
7236         * src/textview.c
7237                 "From " headers display fixed.
7238
7239 2001-05-27 [alfons]
7240
7241         * src/textview.c:
7242                 
7243                 (get_email_part): skip quoted email addresses, like in e.g.
7244                 "'alfons@proteus.demon.nl'".
7245
7246 2001-05-26 [alfons]
7247
7248         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
7249         and fixing the persistence troubles when using separate windows.
7250
7251         * src/mainwindow.c:
7252         
7253             Added #define SEPARATE_ACTION used in the gtk item factory for 
7254             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
7255                 use gtk_item_factory_get_widget_by_action() to get the items.
7256                 
7257             Removed separate_widget_cb from the gtk item factory data   
7258           
7259             (mainwindow_create): connect separate_widget_cb() to check
7260             menu item "toggled" signal. also passing a MainWindow pointer
7261                 as object data for both check menu items.
7262                 
7263             (separate_widget_cb): definition of separate_widget_cb() to match
7264             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
7265                 window using gtk_object_get_data(). The type of window separation 
7266                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
7267         
7268         * src/prefs_filtering.c,
7269           src/prefs_matcher.c: added horizontal scrollbars
7270
7271 2001-05-25 [darko]
7272
7273         * src/headerview.c
7274                 fix segfault with invalid bold font
7275         * src/summaryview.c
7276                 correctly display summary stats after row is marked
7277
7278 2001-05-23 [sergey]
7279
7280         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
7281         encodings with libjconv.
7282
7283 2001-05-23 [hoa]
7284
7285         * src/Makefile.am
7286                 added mbox_folder.[ch]
7287         * src/defs.h
7288                 mbox temporary folder
7289         * src/folder.[ch]
7290         * added src/mbox_folder.[ch]
7291         * src/folderview.c
7292         * src/procheader.[ch]
7293                 added mbox support
7294         * src/mbox.c
7295                 bugfix for file incorporation filtering
7296         * src/imap.c
7297                 enable creation of MBOX
7298         * src/prefs_display_header.c
7299                 enable use of headers like "From "
7300                 something that should be fixed :
7301                         displaying of such headers add an extra space
7302         * src/prefs_folder_item.c
7303                 don't create folders because it is not necessary
7304         * src/procmsg.h
7305                 added data field to MsgInfo for mbox internal use
7306         * src/summaryview.c
7307                 added some support for mbox
7308         * src/utils.[ch]
7309                 added get_mbox_cache_dir() function
7310
7311 2001-05-23 [hiroyuki]
7312
7313         * src/headerwindow.c
7314           src/inc.c
7315           src/main.c
7316           src/mh.c
7317           src/nntp.c
7318           src/procmsg.h
7319           src/session.h
7320           src/socket.[ch]
7321           src/summaryview.c
7322           src/textview.c
7323           src/automaton.c
7324           src/folderview.c: more sync with 0.4.99cvs2.
7325
7326         * src/headerwindow.c: reverted.
7327
7328 2001-05-22 [paul]
7329
7330         0.4.99claws2
7331
7332         * sync with sylpheed 0.4.99cvs2
7333                 * src/news.[ch]
7334                 * src/nntp.[ch]
7335                 * INSTALL
7336                 * INSTALL.jp
7337
7338 2001-05-22 [alfons]
7339
7340         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
7341
7342 2001-05-21 [alfons]
7343
7344         Minor things:
7345
7346         * configure.in: if gnome-config not found, "no" is displayed
7347         
7348         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
7349
7350         * src/textview.c: now also possible to add mail addresses by right
7351           clicking in the text view
7352
7353         * src/codeconv.c: merged patch which fixes endless loop when encountering
7354           invalid wide characters; from Alte <010@imis.ru>  
7355
7356 2001-05-20 [alfons]
7357
7358         Added installation of gnome specific things:
7359
7360         * Makefile.am: gnome conditional
7361
7362         * configure.in: check for installed gnome
7363
7364         * added sylpheed.png, sylpheed.desktop
7365
7366 2001-05-20 [sergey]
7367
7368         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
7369
7370         * src/mainwindow.h (main_window_toolbar_create): created a button
7371         for "Reply to all".
7372         (main_window_set_toolbar_sensitive): enable/disable the new button
7373         appropriately.
7374         (toolbar_reply_to_author_cb): handle the new button.
7375
7376         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
7377         send_progress_dialog_destroy() on failure (fixes hang on SMTP
7378         failure).
7379
7380 2001-05-19 [sergey]
7381
7382         * src/compose.h (ComposeReplyMode): new modes
7383         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
7384         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
7385
7386         * src/compose.c
7387         (compose_send): move some code into a new function:
7388         (compose_current_mail_account): new function.
7389         (compose_reply): new argument to_author, all callers changed; if
7390         to_author==TRUE and account->protocol==A_NNTP, find and use an
7391         appropriate mail account for replying.
7392         (compose_reply_set_entry): new argument to_author; ignore
7393         compose->replyto if to_author==TRUE.
7394
7395         * src/mainwindow.c: new command "Message/Reply to author".
7396         (main_window_set_menu_sensitive): enable/disable it.
7397         (reply_cb): handle it.
7398
7399         * src/summaryview.c: new command "Reply to author".
7400         (summary_set_menu_sensitive): enable/disable it.
7401         (summary_reply_cb): handle it.
7402
7403         * src/account.c (account_find_mail_from_address): new function.
7404
7405 2001-05-18 [paul]
7406
7407         0.4.99claws1
7408
7409         * sync with sylpheed 0.4.99cvs1
7410
7411 2001-05-18 [hoa]
7412
7413         * src/compose.[ch]
7414         * src/filtering.c
7415         * src/summaryview.c
7416                 new filtering action : forward and forward as attachment
7417
7418         * src/main.c
7419                 no need for $DISPLAY when we run sylpheed --help
7420                 call to parse_cmd_opt() is moved
7421
7422         * src/mainwindow.[ch]
7423                 execute button is hidden when immediate execute
7424                 is chosen
7425
7426         * src/mh.c
7427         * src/news.c
7428         * src/prefs_folder_item.c
7429         * src/procmsg.c
7430                 better handling of missing directories
7431
7432         * src/summaryview.c
7433                 reedit is enabled in outbox
7434                 reedit is enabled in queue
7435
7436 2001-05-17 [hoa]
7437
7438         * src/filtering.c
7439         * src/matcher.[ch]
7440         * src/prefs_filtering.c
7441                 changed attachement into attachment
7442
7443 2001-05-17 [alfons]
7444
7445         0.4.67claws4    
7446
7447         * sync with sylpheed 0.4.67cvs9
7448         * sync with sylpheed 0.4.67cvs7-8
7449
7450 2001-05-17 [hoa]
7451
7452         * src/Makefile.am
7453                 added prefs_filtering.c
7454
7455         * src/filtering.[ch]
7456         * src/matcher.[ch]
7457                 removed action : forward_news and forward_news_as_attachement
7458                 (forward and forward_as_attachement can be used instead)
7459
7460         * src/mainwindow.c
7461                 added menu option to access filtering configuration
7462
7463         * src/prefs_account.c
7464                 changed mail_command default to /usr/sbin/sendmail
7465
7466         * added src/prefs_filtering.[ch]
7467                 dialog box for filtering configuration
7468
7469         * src/prefs_matcher.c
7470                 added function prefs_matcher_get_criteria_from_matching()
7471
7472         * src/prefs_scoring.c
7473                 reset the dialog when register or substitute is clicked
7474
7475 2001-05-15 [hoa]
7476
7477         * src/Makefile.am
7478                 added filtering.[ch]
7479         * src/inc.c
7480                 using filering.[ch] instead of filter.[ch]
7481         * src/main.c
7482                 reading new filtering configuration
7483         * src/matcher.[ch]
7484                 added some filtering actions
7485                 and fixed a bug for headers and mail body matching
7486         * src/mbox.c
7487                 using filering.[ch] instead of filter.[ch]
7488         * src/mh.c
7489                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
7490         * src/summaryview.c
7491                 some fixes for filtering
7492
7493 2001-05-14 [hiroyuki]
7494
7495         * src/send.c: fixed some weird indentations.
7496           send_message_with_command(): call pclose() only if p != NULL.
7497         * src/textview.c: get_email_part(): modified the code for readability.
7498
7499 2001-05-14 [hiroyuki]
7500
7501         * src/md5global.h
7502           src/md5ify.c
7503           src/md5ify.h: removed from the cvs.
7504
7505 2001-05-13 [sergey]
7506
7507         * src/main.c: include rfc2015.h to avoid compiler warnings.
7508         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
7509         the panel is already on screen.
7510         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
7511         closing the alert window by ESC as "No".
7512         * src/prefs_common.c (prefs_interface_create): moved return
7513         receipt check button to the correct place.
7514
7515 2001-03-13 [alfons]
7516
7517         * src/prefs_common.c: 
7518                 moved return receipt check button to the Send tab. (prefs_send_create)
7519                 removed the date format ui related globals. (prefs_display_create)
7520
7521         0.4.67claws3
7522         
7523         * sync with sylpheed 0.4.67cvs5-6
7524
7525 2001-05-13 [paul]
7526
7527         * added Alfons' font selection patch
7528
7529         * src/defs.h
7530         * src/headerwindow.c
7531         * src/prefs_common.c
7532         * src/prefs_common.h
7533
7534 2001-05-13 [hoa]
7535         * src/defs.h
7536                 changed version of cache
7537         * src/matcher.[ch]
7538         * src/prefs_matcher.c
7539                 added additionnal matching criteria
7540         * src/procheader.c
7541         * src/procmsg.[ch]
7542         * src/news.c
7543                 added references in MsgInfo
7544
7545 2001-05-12 [hoa]
7546
7547         * src/defs.h
7548                 prepared some things for new filtering
7549         * src/matcher.[ch]
7550                 added some matching properties
7551                 inreplyto need to be enhanced
7552                 prepared some things for new filtering
7553         * src/messageview.c
7554                 added Return-Receipt-To handling
7555         * src/prefs_folder_item.c
7556                 changed default value to TRUE
7557         * src/prefs_matcher.c
7558                 added some matching properties
7559         * src/prefs_scoring.[ch]
7560                 the scoring dialog is finished
7561         * src/procheader.c
7562                 added Return-Receipt-To handling
7563                 Reference need to be added
7564         * src/procmsg.[ch]
7565                 added Return-Receipt-To handling
7566                 added threadscore to get a better score sorting when
7567                 threads are enabled
7568         * src/summaryview.c
7569                 suppressed a bug when we sort the list
7570                 when no folder is opened.
7571                 better score sorting when threads are enabled
7572
7573 2001-05-12 [alfons]
7574
7575         * reverted previous patch because of potential errors 
7576
7577         0.4.67claws2
7578         
7579         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
7580                 applied "toggle mail-retrieval dialog window" patch submitted 
7581                 by Eric Limpens <eric@qnt.net>
7582
7583         * sync with sylpheed 0.4.67cvs4
7584
7585 2001-05-12 [sergey]
7586
7587         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
7588         some picky compilers.
7589         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
7590         * src/grouplist_dialog.c: include alertpanel.h.
7591         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
7592         fix compile warning.
7593         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
7594         #include "defs.h" before others to prevent the warning of `MIN'
7595         and `MAX' redefinition.
7596
7597 2001-05-11 [hoa]
7598
7599         * src/main.c
7600         * src/messageview.c
7601         * src/prefs_account.c
7602         * src/prefs_display_header.c
7603                 removed warning
7604         * src/Makefile.am
7605                 added prefs_scoring.[ch]
7606         * src/grouplist_dialog.c
7607                 display an error dialog box if the group list
7608                 cannot be fetched.
7609         * src/mainwindow.[ch]
7610                 added main_window_set_thread_option() function
7611                 scoring dialog box enabled
7612         * src/matcher.[ch]
7613                 added flags matching unread /new / marked
7614                 / deleted / replied / forwarded
7615         * src/news.c
7616                 newsgroups are now finally in newscache
7617         * src/prefs_matcher.[ch]
7618                 finished preferences for matching dialog
7619         * added src/prefs_scoring.[ch]
7620                 scoring dialog box completed
7621         * src/scoring.[ch]
7622                 conversion to string : added scoringprop_to_string()
7623                 write config for preferences :
7624                 added prefs_scoring_write_config()
7625         * src/summaryview.c
7626                 threads can be enabled/disabled independently
7627                 for each folder
7628
7629 2001-05-10 [alfons]
7630
7631         0.4.67claws1
7632         
7633         * AUTHORS: 
7634                 thought it would be nice to have a list of all
7635                 contributors (used Changelog as a reference)
7636         
7637         * configure.in: 
7638                 messed up version numbering...
7639
7640         0.4.66claws1
7641
7642         * sync with sylpheed 0.4.67cvs1-3
7643
7644 2001-05-10 [darko]
7645
7646         * src/prefs_common.c:
7647                 better UI for strftime format, double clicking
7648                 on format now inserts the format in text entry
7649                 replaced close button with standard OK/Cancel
7650                 moved date format button to the right of the
7651                 text entry field
7652
7653 2001-05-09 [alfons]
7654
7655         * src/gtkstext.c:
7656                 Ctrl-Home / Ctrl-End have proper cursor navigation
7657
7658 2001-05-09 [hoa]
7659
7660         * src/prefs_matcher.c
7661                 finished UI to define matching properties
7662                 added ok and cancel button
7663         * src/prefs_filter.c
7664                 added ok and cancel button
7665         * src/news.c
7666                 fixed some bug in xhdr parsing
7667
7668 2001-05-08 [alfons]
7669
7670         * src/textview.c: 
7671                 fixed a bug in textview_show_header(), which displayed two colons (':');
7672                 cleaned up some warnings
7673
7674 2001-05-08 [hoa]
7675
7676         * src/Makefile.am
7677                 added prefs_matcher.[ch]
7678                 compilation with -W -Wall
7679         * src/alertpanel.c
7680                 ungrab the mouse events if grabbed - does it
7681                 fix the bug for disposition notification ?
7682         * src/mainwindow.c
7683                 added a menu option to open the matching dialog.
7684         * src/matcher.[ch]
7685                 added matcherprop_to_string() and matcherlist_to_string()
7686                 fixed some bugs, changed the name of some options
7687                 age_sup and age_inf becomes age_greater and age_lower,
7688                 body and messageheaders becomes body_part and headers_part,
7689                 changed the names of constants from SCORING_XXX to MATCHING_XXX
7690         * src/prefs_display_header.c
7691         * src/prefs_headers.c
7692                 fixed a bug that accidentally destroyed dialogs
7693                 when closed them with delete_event
7694                 Added *_deleted() which handle delete_event signal correctly.
7695         * src/prefs_folder_item.[ch]
7696                 added "enable_thread" field for future customization
7697         * added src/prefs_matcher.[ch]
7698                 sample of the UI to define matching properties
7699         * src/procheader.c
7700                 using procheader_headername_equal instead of str*cmp functions
7701                 using procheader_parse_header() function
7702         * src/scoring.c
7703                 using MATCHING_XXX instead of SCORING_XXX
7704         * src/summaryview.c
7705                 display the sender of the news even if this is ourself
7706                 when this is a news message.
7707         * src/textview.c
7708                 using headername_equal() instead of str*cmp functions
7709
7710 2001-05-08 [alfons]
7711
7712         0.4.66claws
7713
7714         * sync with sylpheed 0.4.66
7715         * src/gtkstext.c: trace logs added 
7716
7717 2001-05-08 [sergey]
7718
7719         * src/prefs_common.[ch]: added option to enable/disable GnuPG
7720         signature check popup.
7721         * src/rfc2015.c (check_signature): show signature check popup only
7722         if it is enabled in preferences.
7723
7724 2001-05-07 [alfons]
7725
7726         0.4.66claws4
7727         
7728         * sync with sylpheed 0.4.66cvs6
7729
7730 2001-05-07 [darko]
7731
7732         * src/prefs_common.[ch]: added option to enable/disable
7733           looking up sender name in address book for summary pane
7734         * src/summaryview.c: look up sender in the address book
7735           by using Alfons' address completion code
7736
7737 2001-05-07 [hiroyuki]
7738
7739         * src/inc.h
7740           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
7741           member of Pop3State.
7742         * src/news.c: brought #include "defs.h" before #include <glib.h>
7743           to prevent the warning of `MIN' and `MAX' redefinition.
7744
7745 2001-05-06 [hoa]
7746
7747         * removed src/headers_display.[ch]
7748         * removed src/prefs_display_headers.[ch]
7749         * src/inc.c
7750                 use a temporary file in the user directory for mbox import
7751         * src/news.c
7752                 added XHDR support to get "To" and "Cc" headers
7753                 (in order to match news with to or cc field for
7754                 scoring)
7755                 added function news_parse_xhdr() to get XHDR response
7756         * src/nntp.[ch]
7757                 added function nntp_xhdr()
7758         * src/matcher.c
7759                 fetch the message if necessary
7760
7761 2001-05-06 [alfons]
7762
7763         0.4.66claws3
7764
7765         * sync with sylpheed 0.4.66cvs3-5
7766
7767 2001-05-06 [hoa]
7768
7769         * src/utils.[ch]
7770                 added function itos_buf() to enable use of several buffers
7771         * src/summaryview.c
7772                 use of itos_buf() instead of itos() in summary list
7773                 to fix the broken display of message number.
7774
7775 2001-05-06 [alfons]
7776
7777         * src/gtkstext.c: bug in cursor up navigation fixed,
7778                 fixed another unsigned / signed comparison (we're getting there :-)
7779
7780 2001-05-06 [hoa]
7781
7782         * src/Makefile.am
7783                 added scoring.c scoring.h
7784                 prefs_folder_item.c prefs_folder_item.h
7785                 matcher.c matcher.h
7786         * src/defs.h
7787                 added FOLDERITEM_RC SCORING_RC
7788         * src/folder.[ch]
7789                 added prefs field in FolderItem :
7790                 properties for each folder (PrefsFolderItem),
7791                 sorting type and mode were added as the first properties.
7792         * src/main.c
7793                 read config for scoring
7794         * added src/matcher.[ch]
7795                 gives functions to parse configuration file to do
7796                 matching on mails with a list of conditions.
7797         * src/mainwindow.c
7798                 add option to sort by score
7799         * src/prefs_common.[ch]
7800                 added preference option to show score and for
7801                 the score column size
7802         * added src/prefs_folder_item.[ch]
7803                 properties for each folder (PrefsFolderItem),
7804                 sorting type and mode were added as the first properties.
7805         * src/procheader.[ch]
7806                 added procheader_parse_header()
7807                 added procheader_header_free()
7808                 added procheader_headername_equal()
7809                 and made modification to use them.
7810         * src/procmsg.[ch]
7811                 added score field to MsgInfo structure
7812         * added src/scoring.[ch]
7813                 gives functions to parse configuration file to do
7814                 scoring on mails with a list of conditions.
7815         * src/summaryview.[ch]
7816                 save the sorting type and mode for the folder
7817                 added column to display the score of the mail
7818                 added function summary_score_clicked()
7819                 sorting type and mode are restored to the folder
7820                 when it is reopen
7821         * src/textview.c
7822                 use procheader_parse_header(), procheader_headername_equal()
7823                 removed memory leak in text_scan_header when freeing headers
7824         * src/filter.c
7825                 changed the function to match names of headers
7826                 using procheader_headername_equal()
7827
7828         Scoring functions are implemented, an interface is needed
7829         to configure that.
7830
7831 2001-05-04 [alfons]
7832
7833         * src/gtkstext.c: 
7834                 hopefully fixed the row up navigation bug,
7835                 removed adding back / forward lines to cache
7836
7837 2001-05-04 [sergey]
7838
7839         * src/prefs_display_headers.c: user interface changes:
7840         (prefs_display_headers_create): remove unused "Show" check button;
7841         allow reordering of headers by dragging.
7842         (prefs_display_headers_write_config): remove unused variables.
7843         (prefs_display_headers_set_dialog): do not insert "(New)" at top
7844         of lists (not needed with the new UI).
7845         (prefs_display_headers_set_list): scan lists starting from row 0,
7846         not 1 (do not skip "(New)").
7847         (prefs_display_headers_find_header): new function.
7848         (prefs_display_headers_clist_set_row): do not allow duplicates.
7849         (prefs_display_headers_delete_cb): do not skip row 0; treat
7850         closing the alert window by ESC as "No".
7851         (prefs_display_headers_up): do not protect row 0.
7852         (prefs_display_headers_down): do not protect row 0.
7853
7854 2001-05-04 [sergey]
7855
7856         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
7857         functions.
7858
7859         * src/summaryview.c
7860         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
7861         summary_select_next_marked, summary_select_prev_marked): new
7862         functions.
7863
7864 2001-05-03 [sergey]
7865
7866         * src/news.c: fixed a bug when no article can be fetched after
7867         server timeout if the connection was restored by news_post():
7868         (news_select_group): new function.
7869         (news_fetch_msg): call news_select_group() before fetching
7870         article.
7871         (news_get_uncached_articles): set session->group after successful
7872         GROUP command.
7873
7874 2001-05-03 [hoa]
7875
7876         * src/defs.h
7877         * src/procmsg.[ch]
7878         * src/procheader.c
7879                  changed version of cache, added cc field
7880
7881         * src/prefs_display_headers.c
7882                 the interface was changed
7883
7884         * src/prefs_headers.c
7885                 added cancel button
7886
7887 2001-05-03 [alfons]
7888
7889         * completed sync of sylpheed cvs2
7890         * src/gtkstext.c: updated row up / down cursor navigation
7891         * src/textview.c: re-edited, prepared for fixing the email address
7892                 scanner.
7893
7894 2001-05-03 [darko]
7895
7896         * src/prefs_common.c: use alfons' strftime ui code
7897         entry_datefmt and datefmt_sample widgets have to be
7898         global in this module because of this change
7899
7900 2001-05-03 [hoa]
7901
7902         * src/messageview.c
7903         * src/prefs_common.[ch] added option to activate the return receipt
7904                 feature.
7905
7906 2001-05-02 [alfons]
7907
7908         * src/gtkstext.c: fix for row up/down cursor navigation. 
7909
7910         0.4.66claws2
7911         
7912         * sync with 0.4.66cvs2
7913
7914 2001-05-02 [paul]
7915
7916         added add-sender-to-addressbook patch
7917
7918         * src/addressbook.c
7919         * src/addressbook.h
7920         * src/summaryview.c
7921
7922 2001-05-02 [sergey]
7923
7924         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
7925         G_ALERTDISABLE.
7926
7927         * src/alertpanel.c (alertpanel_create): new argument can_disable,
7928         all existing callers changed to pass FALSE; create a check button
7929         to disable the message.
7930         (alertpanel_message_with_disable): new function.
7931         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
7932         (alertpanel_button_toggled): new function.
7933         (alertpanel_button_clicked, alertpanel_close): set value using
7934         G_ALERT_VALUE_MASK.
7935
7936         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
7937
7938         * src/prefs_common.c (prefs_privacy_create): new check button
7939         checkbtn_gpgme_warning.
7940
7941         * src/main.c (main): moved preferences reading before gpgme
7942         initialization; check prefs_common.gpgme_warning before giving the
7943         GnuPG warning and set it to FALSE if the user wants to disable the
7944         warning.
7945
7946 2001-05-02 [hiroyuki]
7947
7948         * src/prefs_display_headers.c: modified the layout and some labels.
7949
7950 2001-05-02 [sergey]
7951
7952         * src/prefs_account.c (prefs_account_fix_size): new function.
7953         (prefs_account_create): call prefs_account_fix_size(); use
7954         gtk_widget_show instead of gtk_widget_show_all (fixes too large
7955         size when the window is shown for the first time).
7956         (prefs_account_basic_create): changed layout of serv_table; moved
7957         localmbox_entry above smtpserv_entry (logically it replaces
7958         POP3/IMAP server).
7959         (prefs_account_protocol_activated): set sensitivity of
7960         nntpauth_chkbtn according to the protocol (in addition to
7961         hide/show); commented out gtk_table_set_row_spacing() calls.
7962         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
7963         not sensitive (fixes a bug with disabled username/password boxes
7964         when editing POP3 account after NNTP with authentication).
7965
7966 2001-05-02 [hoa]
7967
7968         * src/account.c
7969         * src/inc.c
7970         * src/prefs_account.[ch]
7971         * src/send.c
7972                 removed local account without SMTP server
7973                 added option to use mail command instead of a connexion
7974                 to SMTP server when a local account is used
7975         * src/prefs_headers.c
7976                 fixed a bug
7977         * src/news.c
7978                 fixed a bug when connexion immediately closed
7979
7980 2001-05-01 [alfons]
7981
7982         0.4.66claws1
7983         
7984         * sync with 0.4.65
7985
7986 2001-05-01 [sergey]
7987
7988         * src/prefs_account.c (Basic, prefs_account_basic_create): new
7989         widget nntpauth_chkbtn.
7990         (prefs_account_protocol_activated): handle nntpauth_chkbtn
7991         visibility.
7992         (prefs_account_nntpauth_toggled): new function.
7993
7994         * src/news.c (news_session_new_for_folder): use NNTP
7995         authentication only if ac->use_nntp_auth is set.
7996
7997 2001-05-01 [hoa]
7998
7999         * src/Makefile.am changed headers.[ch] in customheader.[ch]
8000         * src/prefs_display_headers.c changed the UI
8001         * src/prefs_headers.c changed account_name to account_id
8002         * src/compose.c using customheader.h
8003
8004 2001-05-01 [hiroyuki]
8005
8006         * src/esmtp.c
8007           src/news.c
8008           src/nntp.c: changed sock_read() to sock_gets(), they've been left
8009           unsynched.
8010
8011 2001-05-01 [hoa]
8012
8013         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
8014         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
8015                 for displaying of headers
8016         * src/grouplist_dialog.[ch] minor changes to remove warnings
8017         * src/prefs_display_headers.[ch] dialog to choose the
8018         headers to display in the mail viewer.
8019         * src/headers.h correction of #define
8020         * src/headers_display.[ch] configuration for displaying of headers.
8021         * src/main.c read config of displaying of headers
8022         * src/prefs_common.c add a button to access the config dialog
8023                 for displaying of headers
8024         * src/prefs_display_headers.[ch] dialog for configuration for
8025                 displaying of the headers.
8026         * src/prefs_headers.c cleaning of code
8027         * src/procheader.c comments added to code
8028         * src/textview.c changes to reorder the headers depending
8029                 on the config for displaying of headers
8030
8031 2001-04-30 [alfons]
8032
8033         0.4.65claws7
8034
8035         * sync with 0.4.65cvs12
8036
8037         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
8038
8039 2001-04-30 [sergey]
8040
8041         * src/nntp.h (NNTPSockInfo): new field auth_failed.
8042
8043         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
8044         is set to force reconnection after authentication failure.
8045         (nntp_gen_command): set sock->auth_failed on authentication
8046         failure, or if sock->userid and sock->passwd are not set.
8047
8048         * src/news.c (news_session_new_for_folder): set userid=NULL if
8049         password dialog is cancelled.
8050
8051 2001-04-30 [sergey]
8052
8053         * src/nntp.h (NNTPSockInfo): new type.
8054
8055         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
8056         SockInfo.
8057         (nntp_open_auth, nntp_close): new functions.
8058         (nntp_gen_command): new function to handle authentication; all
8059         NNTP command functions updated to use it.
8060         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
8061         (nntp_list): removed old useless code.
8062
8063         * src/news.h (NNTPSession): new field nntp_sock.
8064
8065         * src/news.c: all functions updated to use NNTPSockInfo instead of
8066         SockInfo.
8067         (news_session_new): new arguments (userid, passwd); made static;
8068         use nntp_open_auth() if needed.
8069         (news_session_destroy): use nntp_close() instead of sock_close().
8070         (news_query_password): changed arguments.
8071         (news_session_new_for_folder): new function.
8072         (news_session_get): use news_session_new_for_folder().
8073         (news_authenticate): deleted.
8074         (news_get_uncached_articles): removed old authentication code.
8075
8076 2001-04-30 [sergey]
8077
8078         * src/news.c: reverted my previous changes (need to do NNTP
8079         authentication in a cleaner way).
8080         
8081 2001-04-29 [sergey]
8082
8083         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
8084         news_nntp_post, news_nntp_mode): new functions (wrappers with
8085         authentication support).
8086         (news_get_article_cmd, news_get_article, news_get_header): new
8087         argument "folder"; all callers changed.
8088         (news_get_article_cmd): added authentication support.
8089         (news_session_get): use news_nntp_mode() instead of nntp_mode().
8090         (news_post): use news_nntp_post() instead of nntp_post().
8091         (news_get_uncached_articles): use news_nntp_group() instead of
8092         nntp_group() and news_nntp_xover() instead of nntp_xover();
8093         removed old authentication code.
8094         (news_get_group_list): use news_nntp_list() instead of nntp_list().
8095
8096         * src/nntp.c (nntp_list): return real error code instead of
8097         hardcoded NN_ERROR.
8098
8099 2001-04-29 [sergey]
8100
8101         * configure.in: fixed wint_t typedef detection again
8102
8103 2001-04-28 [hoa]
8104
8105         * src/prefs_account.[ch], added A_LOCAL_CMD
8106                 (send mail with mail command)
8107         * src/send.c added function send_message_with_command()
8108         * src/inc.c made a more secure get_spool() function with
8109                 mktemp() but maybe mkstemp() or something more
8110                 secure can be used.
8111
8112 2001-04-28 [alfons]
8113
8114         * src/textview.c, colorization of email addresses in headers
8115
8116         0.4.65claws6
8117
8118         * bug sync with sylpheed
8119         * prefs_common.c: created date format ui for darko
8120         * sync with 0.4.65cvs11
8121         * configure.in: corrected to have the new gpg checks
8122
8123 2001-04-27 [alfons]
8124
8125         * completed sync with 0.4.65cvs10
8126         * minor debug things added to gtkstext.c
8127
8128 2001-04-27 [darko]
8129
8130         * configure.in: remove check for availability of
8131           strftime() as advised by Hiroyuki
8132         * src/prefs_common.[ch], src/procheader.c:
8133           synch strftime() code with Hiroyki's main branch
8134
8135 2001-04-26 [sergey]
8136
8137         * src/news.c: news_query_password(), news_authenticate(): new
8138           functions.
8139           news_get_uncached_articles(): added NNTP authentication
8140           handling.
8141         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
8142           new functions.
8143         * src/prefs_account.c: prefs_account_protocol_activated():
8144           enable userid and password fields for NNTP.
8145
8146 2001-04-26
8147
8148         * configure.in: check for availability of strftime()
8149           [darko]
8150         * src/prefs_common.[ch], src/procheader.c: use
8151           strftime() for displaying date in summary pane if it
8152           is available
8153
8154 2001-04-25
8155
8156         * more .cvsignore cleanups [alfons]
8157
8158 2001-04-25
8159
8160         * ac/sv-check-type.m4: new autoconf macro.
8161         * configure.in: fixed wint_t typedef detection (did not work
8162           with gcc-2.96).
8163
8164 2001-04-25
8165
8166         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
8167           [hiroyuki]
8168
8169 2001-04-24
8170         * modified gtkstext.c : buggy cursor navigation fixed, 
8171           and font descent also taken in account when drawing
8172           cursor. [alfons]
8173
8174 2001-04-24 [hoa]
8175         * added comments in src/news.c src/nntp.c
8176         * added src/prefs_headers.[ch]
8177         * added src/headers.[ch]
8178         * modified compose.c to activate custom headers
8179                 added function is_in_custom_headers
8180         * modified prefs_account.[ch]
8181                 added function prefs_account_customhdr_edit
8182         * modified src/defs.h :
8183                 added HEADERS_RC : name of the config file
8184                 for the custom headers
8185
8186 2001-04-24
8187
8188     0.4.65claws5
8189
8190         * configure.in
8191           src/gtkstext.[ch]
8192           src/compose.c
8193           src/Makefile.am
8194           
8195           added gtkstext with configure.in patch by Hiroyuki which
8196           should fix the XIM detection [alfons]
8197
8198         * more clean up of cvs [alfons]
8199
8200                  * removed all Makefile.in files to attic.
8201
8202                  * updated all .cvsignores to really ignore things that could
8203                    be unintentionally committed by a recursive commit.
8204
8205 2001-04-23 [hoa]
8206         * added src/grouplist_dialog.[ch]
8207         * changed src/folderview.c to call grouplist_dialog instead
8208                 of inputdialog
8209         * src/news.c :
8210                 added functions news_reset_group_list
8211                 and news_get_group_list
8212         * src/nntp.c :
8213                 added function nntp_list
8214         * src/defs.h :
8215                 added GROUPLIST_FILE : name of the newsgroup list cache file
8216
8217 2001-04-21
8218
8219         * added option to warn about queued messages on exit [sergey]:
8220
8221           * src/compose.c: compose_queue(): call folder_item_scan()
8222             and folderview_update_item() after queueing.
8223           * src/folderview.c: folderview_update_node(): draw the queue
8224             folder in bold font if there are queued messages.
8225           * src/mainwindow.c: queued_messages(): new function.
8226             app_exit_cb(): display warning if there are queued messages
8227             if warn_queued_on_exit is set.
8228           * prefs_common.[ch]: add warn_queued_on_exit option.
8229
8230         * enhanced GnuPG key selection support [sergey]:
8231
8232           * src/select-keys.c: updated to newer version from Win32
8233             branch with support for selecting arbitrary keys.
8234           * src/prefs_account.c: added the Privacy tab to the account
8235             options window.
8236             prefs_account_privacy_create(),
8237             prefs_account_sign_key_set_data_from_radiobtn(),
8238             prefs_account_sign_key_set_radiobtn(): new functions.
8239           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
8240           * src/rfc2015.c: set_signers(): new function.
8241             pgp_sign(): add the account parameter, call set_signers().
8242             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
8243           * src/rfc2015.h: rfc2015_sign(): updated prototype.
8244           * src/compose.c: pass the current account to rfc2015_sign().
8245
8246         * tag name claws added to prevent confusion with main branch [alfons]
8247
8248         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
8249
8250         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
8251
8252         * sync with recent sylpheed cvs. Untested though. [alfons]
8253