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