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