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