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