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