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