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