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