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