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