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