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