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