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