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