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