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