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