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