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