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