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