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