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