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