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