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