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