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