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