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