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