filter_conv.pl: fix bug where user-defined headers were ignored
[claws.git] / ChangeLog.claws
1 2002-11-01 [paul]       0.8.5claws66
2
3         * tools/filter_conv.pl
4                 fix bug where user-defined headers were ignored
5
6 2002-11-01 [paul]       0.8.5claws65
7
8         * src/logwindow.c
9                 make a debug_print() not translatable
10
11 2002-10-31 [melvin]     0.8.5claws64
12
13         * ac/aspell.m4
14                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
15                 not run any GNU/aspell test.  The dictionary path will
16                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
17                 was given, in which case, it will be $prefix/lib/aspell/
18         * configure.in
19                 Fixed typo in commentary (Aspell code).
20
21 2002-10-31 [paul]       0.8.5claws63
22
23         * po/POTFILES.in
24                 remove src/filter.c and src/prefs_filter.c
25                 thanks to Ricardo for reminding me
26
27 2002-10-31 [colin]      0.8.5claws62
28
29         * src/mbox_folder.c
30                 Plug some leaks
31
32 2002-10-31 [paul]       0.8.5claws61
33
34         * src/prefs_filter.[ch] ** REMOVED **
35           src/filter.[ch]       ** REMOVED **
36           
37         * src/Makefile.am
38           src/folderview.c
39           src/inc.c
40           src/main.c
41           src/mainwindow.c
42           src/mbox.c
43           src/prefs_common.c
44           src/prefs_filtering.c
45           src/summaryview.[ch]
46                 remove main's 'filter' code
47                 
48         README.claws
49                 update to reflect removal of main's filter
50
51 2002-10-31 [paul]       0.8.5claws60
52
53         * src/summaryview.c
54                 remove check for global_processing in summary_filter_open(). 
55                 This fixes the bug where if the user uses the right-click 
56                 'Create filter rule...' and doesn't have any filter rules 
57                 already defined in claws' advanced filtering, the newly 
58                 created filter rule goes to main's filtering which is 
59                 inaccessible through the gui. Now the filter rule gets added
60                 to claws' filtering by default.
61
62 2002-10-28 [melvin]     0.8.5claws59
63
64         * src/prefs_actions.c
65                 Fixed bug #627322 where MIME parts were not always
66                 correctly passed to a %p action
67                 Display an error dialog when message filename is not found.
68
69 2002-10-28 [melvin]     0.8.5claws58
70
71         * src/prefs_common.c
72                 Readded a missing function declaration lost in 0.8.3claws34
73
74 2002-10-28 [paul]       0.8.5claws57
75
76         * sync with 0.8.5cvs15
77                 see ChangeLog 2002-10-28 and 2002-10-25
78                 
79         Note: ChangeLog entry 2002-10-24 is not sync'ed.
80
81 2002-10-27 [oliver]     0.8.5claws56
82
83         * src/pop.c
84                 plug leak in pop3_top_recv
85
86 2002-10-26 [christoph]  0.8.5claws55
87
88         * src/folder.c
89                 set need_update folder flag when messages are added
90                 (closes bug [ 626922 ] folder not updated after receiving)
91
92 2002-10-25 [melvin]     0.8.5claws54
93
94         * src/imageview.c
95                 Fixed a memleak introduced in the scaling code.
96
97 2002-10-24 [alfons]     0.8.5claws53
98
99         * src/filtering.c
100                 make filtering's forward message action forward from the 
101                 correct account
102                 (closes bug [628089 ] Filter -> Forward from address problem
103                 reported by Oktay)
104
105 2002-10-24 [christoph]  0.8.5claws52
106
107         * src/mainwindow.c
108         * src/manual.[ch]
109                 o use manual of current locale or english if current
110                   locale is not available (and english is available)
111                 o also link to sylpheed doc project manuals
112
113 2002-10-23 [paul]       0.8.5claws51
114
115         * tools/README
116           tools/kmail2sylpheed_v2.pl
117                 add new version of kmail addressbook importer script.
118                 works with newer versions of Kmail/KAddressBook which
119                 have new and rearranged data.
120
121 2002-10-23 [martin]     0.8.5claws50
122
123         * src/folderview.c
124         * src/summaryview.c
125         * src/utils.h
126         * src/utils.c
127                 added length parameter to get_abbrev_newsgroup_name()
128                 changed this function so that it abbreviates the newsgroup
129                 names only so long it is smaller than the length parameter
130                 (for better reading of some newsgroup names and space efficiency)
131
132 2002-10-22 [colin]      0.8.5claws49
133
134         *src/foldersel.c
135                 Revert Alfons' last modification (after voting ;-))
136
137 2002-10-21 [alfons]     0.8.5claws48
138
139         * src/foldersel.c
140                 folder view in folder selection dialog reflects state of
141                 folder view in main window
142
143 2002-10-18 [alfons]     0.8.5claws47
144
145         * src/mbox.c
146                 drop imported messages in folder selected by user,
147                 and not in the inbox
148                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
149
150 2002-10-18 [alfons]     0.8.5claws46
151
152         * src/compose.c
153                 make automagic reply work correctly for email accounts 
154                 (whether it's viable to do a full sync with Hiro's 
155                 compose.c is still under discussion)
156
157 2002-10-18 [melvin]     0.8.5claws45
158
159         * src/prefs_actions.c
160                 Fixed bug #622275 where asynchroneous actions left 
161                 zombies processes
162                 Made (synchroneous) actions' input be displayed live.
163
164 2002-10-18 [christoph]  0.8.5claws44
165
166         * src/textview.c
167                 don't add a newline in the textview in front of the
168                 first textpart if header display is disabled
169                 (closes bug [ 603385 ] disabled header display leaves blank
170                  lin)
171
172 2002-10-18 [christoph]  0.8.5claws43
173
174         * src/folder.[ch]
175         * src/imap.c
176         * src/mbox_folder.c
177         * src/mh.c
178         * src/news.c
179                 folder->get_num_list now returns an error code
180                 (closes bug [ 609424 ] News cache cleared on failure)
181                 
182 2002-10-17 [colin]      0.8.5claws42
183         
184         * src/news.c
185                 Changed a printf by debug_print
186
187 2002-10-16 [paul]       
188
189         * tools/OOo2sylpheed.pl
190                 allow for spaces in the name of the
191                 file to be attached.
192
193 2002-10-16 [colin]      0.8.5claws41
194
195         * src/main.c
196                 Use a tristate to change online mode
197
198 2002-10-16 [paul]       0.8.5claws40
199
200         * po/es.po
201                 updated by Ricardo Mones Lastra
202
203 2002-10-16 [colin]      0.8.5claws39
204
205         * src/main.c
206           src/mainwindow.[ch]
207                 Added --online and --offline command-line
208                 switches
209
210 2002-10-15 [christoph]  0.8.5claws38
211
212         * src/procmime.c
213                 set mimeinfo->name to NULL after g_free to
214                 avoid double freeing with g_free
215
216 2002-10-14 [christoph]  0.8.5claws37
217
218         * src/compose.c
219         * src/filtering.c
220         * src/summaryview.c
221                 remove calls to folder->change_flags that are now
222                 done by procmsg flag functions (seems it is not
223                 used by any foldertype anyway)
224         * src/folder.c
225                 init folder->change_flags with NULL
226
227 2002-10-14 [christoph]  0.8.5claws36
228
229         * src/folder.[ch]
230         * src/imap.[ch]
231                 use virtual functions for folder item new and destroy
232                 functions
233
234 2002-10-14 [melvin]     0.8.5claws35
235
236         * src/compose.c
237                 Added a test to not run the spell checker if no default
238                 dictionary is available. No dialog is displayed though.
239
240 2002-10-14 [melvin]     0.8.5claws34
241
242         * src/gtkaspell.c
243                 Fixed bug in dictionary list context menu where
244                 "More..." pointed to an emtpy submenu if the
245                 number of dictionaries is a multiple of 15
246                 Removed unneeded code in suggestions list creation
247
248 2002-10-14 [paul]       0.8.5claws33
249
250         * po/bg.po
251                 updated by George Danchev
252
253 2002-10-13 [hoa]        0.8.5claws32
254
255         * src/matcher.[ch]
256           src/matcher_parser_parser.y
257                 removed the escaped string from internal structure
258                 of matcher.
259
260 2002-10-12 [colin]      0.8.5claws31
261
262         * src/gtksctree.[ch]
263           src/summaryview.c
264                 Removed useless function gtksctree_reanchor
265
266 2002-10-12 [alfons]     0.8.5claws30
267         
268         * sync with remaining main changes 2002-10-09 - 2002-10-11
269         - drop changes to src/compose.c (requires claws specific changes)
270         
271 2002-10-12 [alfons]     0.8.5claws29
272         
273         * sync with main changes of 2002-10-08
274         - drop changes to src/compose.c (requires claws specific changes)
275         - drop changes to src/summaryview.c (requires changes to compose.c)     
276
277 2002-10-12 [alfons]     0.8.5claws28
278         
279         * sync with main changes of 2002-10-07
280
281 2002-10-12 [alfons]     0.8.5claws27
282
283         * sync with main changes of 2002-10-04
284         - drop changes to src/compose.c (requires claws specific changes)
285         - drop changes to src/prefs_folder_item.c (claws implementation
286           seems to be working)
287
288 2002-10-12 [colin]      0.8.5claws26
289
290         * src/mainwindow.c
291                 Fix folder-flicker when space-reading, introduced 
292                 in claws22.
293
294 2002-10-12 [colin]      0.8.5claws25
295
296         * src/compose.c
297                 Save account address when saving as draft.
298                 (closes bug 621838)
299
300 2002-10-12 [colin]      0.8.5claws24
301
302         * src/summaryview.c
303                 Fix the problem consisting of no message selected
304                 after the last message in a folder has been moved.
305
306 2002-10-12 [paul]       0.8.5claws23
307
308         * src/compose.c
309           src/prefs_template.c
310           src/template.[ch]
311                 add Cc and Bcc to templates. Patch submitted by
312                 John L. Males.
313
314 2002-10-12 [colin]      0.8.5claws22
315
316         * src/folderview.c
317                 Fix a bug after "Check for new messages":
318                 If a folder was opened, it was still selected at
319                 the end of the check, but displayed empty.
320         * src/mainwindow.c
321                 Remove unnecessary check
322
323 2002-10-12 [paul]
324
325         * tools/README
326                 be more verbose in the description of
327                 OOo2sylpheed.pl
328                 
329
330 2002-10-11 [colin]      0.8.5claws21
331
332         * src/mainwindow.c
333                 Make space work (better) when no mail is selected
334
335 2002-10-11 [colin]      0.8.5claws20
336
337         * src/inc.c
338           src/news.c
339                 fix warnings
340
341 2002-10-11 [colin]      0.8.5claws19
342
343         * src/mainwindow.c
344                 revert 0.8.5claws6 changes as i couldn't get to
345                 anything satisfying
346
347 2002-10-11 [melvin]     0.8.5claws18
348
349         * src/compose.c
350                 Removed buggy and unused macro (should have been committed in
351                 0.8.5claws17)
352
353 2002-10-11 [melvin]     0.8.5claws17
354
355         * src/compose.c
356                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
357
358 2002-10-11 [thorsten]   0.8.5claws16 
359
360         * src/folderview.c
361                 remove rescan warning
362
363 2002-10-11 [colin]      0.8.5claws15 
364
365         * src/procheader.c
366                 fix a segfault that happens if conv_unmime_header
367                 fails (should be better to find out why it fails)
368
369 2002-10-11 [christoph]  0.8.5claws14
370
371         * src/summaryview.c
372                 update folderview stats after ignore/unignore thread
373
374 2002-10-11 [hoa]        0.8.5claws13
375
376         * src/quote_fmt_parse.y
377                 Fixed a yacc/bison syntax error
378         * src/matcher.c
379                 Escaping of string is fixed.
380
381 2002-10-11 [colin]      0.8.5claws12
382
383         * src/imageview.c
384                 Resize images to fit
385
386 2002-10-11 [paul]       0.8.5claws11
387
388         * po/es.po
389                 updated by Ricardo Mones Lastra
390
391 2002-10-10 [alfons]     0.8.5claws10
392
393         * src/compose.c
394                 allow dropping files by "moving" files from a file manager,
395                 not only by the more cumbersome "copying". the latter 
396                 mostly implies holding down the Control button
397
398 2002-10-10 [christoph]  0.8.5claws9
399
400         * src/summaryview.c
401                 update folders after thread building for ignored threads
402
403 2002-10-10 [christoph]  0.8.5claws8
404
405         * config/.cvsignore
406                 added Makefile
407         * src/filtering.[ch]
408         * src/folder.[ch]
409         * src/folderview.[ch]
410         * src/import.c
411         * src/inc.[ch]
412         * src/mbox.[ch]
413         * src/procmsg.c
414         * src/summaryview.[ch]
415                 o added new flag need_update to FolderItem
416                 o removed folder_table from various functions from tracking
417                   folder updates
418                 o set need_update flags in folder.c's move, copy and delete
419                   functions and procmsg's flags functions
420                 o added function folderview_update_items_when_required that
421                   updates all folders with need_update set
422                 o call folderview_update_items_when_required instead of
423                   folderview_update_item_foreach
424
425 2002-10-09 [sergey]     0.8.5claws7
426
427         * src/compose.c
428                 Strip CRs whel loading the text into editor in reedit mode.
429
430 2002-10-09 [colin]      0.8.5claws6
431
432         * src/mainwindow.c
433                 Make Space work when no mail is selected
434
435 2002-10-09 [colin]      0.8.5claws5
436
437         * src/gtksctree.[ch]
438                 Fix range_select
439                 Add gtk_sctree_reanchor() 
440         * src/summaryview.c
441                 Use gtk_sctree_reanchor() - better fix for 
442                 bug 60413
443
444 2002-10-09 [colin]      0.8.5claws4
445
446         * src/summaryview.c
447                 Fix shift-click select after delete problem
448                 (closes bug 60413)
449
450 2002-10-08 [thorsten]   0.8.5claws3
451
452         * src/summaryview.c
453                 exclude current msg from -hide read messages-
454
455 2002-10-08 [colin]      0.8.5claws2
456
457         * src/inc.[ch]
458           src/pop.c
459           src/recv.c
460                 Differentiate socket errors from disk full
461                 errors
462
463 2002-10-08 [christoph]  0.8.5claws1
464
465         * Makefile.am
466         * configure.in
467                 modifications for new config directory
468
469         * config.guess  ** REMOVED **
470         * config.sub    ** REMOVED **
471         * install-sh    ** REMOVED **
472         * ltmain.sh     ** REMOVED **
473         * missing       ** REMOVED **
474         * mkinstalldirs ** REMOVED **
475                 these files are autogenerated by automake
476                 when you run autogen.sh
477
478         * config/.cvsignore     ** NEW FILE **
479         * config/Makefile.am    ** NEW FILE **
480                 ignore autogenerated files
481                 create a Makefile in this directory
482
483 2002-10-08 [paul]       0.8.5claws
484
485         * 0.8.5claws release
486         
487         * src/compose.c
488           src/procheader.c
489           src/procmsg.c
490                 fix quote reply format for newsgroups reply bug
491                 (thanks to Hoa)
492                 
493         * po/en_GB.po
494           po/pl.po
495                 updated by me and Witold Wladyslaw Wojciech Wilk
496                 repectively
497
498 2002-10-07 [paul]       0.8.3claws53
499
500         * po/it.po
501           po/pt_BR.po
502           po/sr.po
503                 updated messages catalogs, submitted by
504                 Alessandro Maestri, Fabio Jr.Beneditto 
505                 and Urke MMI, respectively.
506
507 2002-10-07 [christoph]  0.8.3claws52
508
509         * src/folder.[ch]
510         * src/folderview.c
511         * src/mainwindow.c
512                 fix new folder ghost message bug
513                 (closes bug [ 619722 ] wrong count for newly created folders)
514
515 2002-10-07 [christoph]  0.8.3claws51
516
517         * src/compose.c
518                 fix news posting problem
519
520 2002-10-07 [melvin]     0.8.3claws50
521
522         * po/fr.po
523                 Updated French translation
524
525 2002-10-05 [christoph]  0.8.3claws49
526
527         * src/gtkstext.c
528                 check if line_start_cache is set in gtk_stext_update_text
529                 (closes bug [ 618119 ] crash while doing search in folder)
530
531 2002-10-05 [christoph]  0.8.3claws48
532
533         * src/imap.c
534         * src/news.c
535         * src/utils.c
536         * src/utils.h
537                 implement cache cleanups for claws' folder system
538                 (closes bug [ 595916 ] imapcache not cleaned up)
539
540 2002-10-05 [melvin]     0.8.3claws47
541
542         * src/prefs_actions.c
543                 Made the help text more clear for the %p token
544
545 2002-10-04 [paul]       0.8.3claws46
546
547         * sync with 0.8.5
548                 see ChangeLog 2002-10-02 and 2002-10-03
549
550 2002-10-04 [christoph]  0.8.3claws45
551
552         * src/inc.c
553                 fix segfault caused by pop before smtp
554                 call to inc_account_mail with NULL
555                 pointer for mainwin
556
557 2002-10-04 [paul]       0.8.3claws44
558
559         * configure.in
560                 sync the LDAP detection from 0.8.5cvs1
561
562 2002-10-02 [christoph]  0.8.3claws43
563
564         * po/de.po
565                 fix small spelling error
566
567 2002-10-02 [melvin]     0.8.3claws42
568
569         * ac/aspell.m4
570                 Behave better and say "no" when test program cannot be run.
571
572 2002-10-02 [paul]       0.8.3claws41
573
574         * sync with 0.8.4cvs1
575                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
576                 
577         * src/summaryview.c
578                 toggle the behavior of Reply menuitem between
579                 normal reply and reply-to-list
580
581 2002-10-01 [sergey]     0.8.3claws40
582
583         * src/compose.c
584                 Convert newlines in the message text to the canonical form
585                 before base64 encoding (RFC2045 compliance, fixes some
586                 interoperability issues with Evolution 1.0.3)
587
588 2002-09-29 [colin]      0.8.3claws39
589
590         * src/summaryview.c
591                 Fix an unwanted copy/paste
592
593 2002-09-29 [colin]      0.8.3claws38
594
595         * src/mainwindow.c
596                 Renamed "Custom toolbar" to "Customize toolbar"
597                 Renamed "Show all header" to "Show all headers"
598                 Renamed "Set diplay item" to "Set displayed items"
599         * src/prefs_common.c
600                 Renamed "Show all header" to "Show all headers"
601         * src/prefs_summary_column.c
602                 Renamed "diplay item" to "displayed items"
603
604 2002-09-29 [colin]      0.8.3claws37
605
606         * src/mainwindow.[ch]
607                 online/offline status pixmaps follow theme
608                 changes
609         * src/summaryview.[ch]
610                 quicksearch pixmap follows theme changes
611
612 2002-09-29 [thorsten]   0.8.3claws36
613
614         * src/compose.c
615           src/prefs_folder_item.[ch]
616                 add default_reply_to folder option (closes patch 581044)
617
618 2002-09-29 [christoph]  0.8.3claws35
619
620         * acconfig.h    ** REMOVED **
621         * configure.in
622         * ac/aspell.m4
623         * ac/check-type.m4
624         * ac/gnupg-check-typedef.m4
625                 fix autoheader 2.50 warning
626
627 2002-09-29 [christoph]  0.8.3claws34
628
629         * major code cleanup (part 2)
630         
631                 - unused variables removed
632                 - unused functions removed
633                 - uninitialized variables checked
634                 - missing return statements added
635                 - missing function return types added
636                 - added parentheses around assignment
637                   when suggested by gcc
638
639 2002-09-29 [alfons]     0.8.3claws33
640
641         * src/logwindow.c
642                 log_window_clear(): only bracket gtk_text_forward_delete() 
643                 with gtk_text_freeze() / gtk_text_thaw() (see if this
644                 works around GTK text bug)
645
646 2002-09-29 [paul]       0.8.3claws32
647
648         * po/bg.po
649           po/sr.po
650                 updated by George Danchev and Urke MMI
651                 respectively
652
653 2002-09-27 [christoph]  0.8.3claws31
654
655         * doc-src/readme.txt
656         * doc-src/rfc1806.txt   ** REMOVED **
657         * doc-src/rfc2183.txt   ** NEW FILE **
658         * doc-src/rfc2980.txt   ** NEW FILE **
659                 update rfcs
660
661 2002-09-27 [melvin]     0.8.3claws30
662
663         * ac/aspell.m4
664                 Fixed typo which could break linking
665
666 2002-09-27 [melvin]     0.8.3claws29
667
668         * ac/aspell.m4
669                 Improved GNU/aspell checking. 
670                 Fixed bug #614490
671
672 2002-09-27 [paul]       0.8.3claws28
673
674         * sync with 0.8.3cvs8
675                 see ChangeLog 2002-09-27
676
677 2002-09-26 [colin]      0.8.3claws27
678
679         * src/toolbar.[ch]
680           src/mainwindow.[ch]
681                 Add "Reply to Mailing-list" to the toolbar
682
683 2002-09-26 [christoph]  0.8.3claws26
684
685         * src/summaryview.c
686                 Fix wrong message counts in summaryview status
687
688 2002-09-26 [paul]       0.8.3claws25
689
690         * sync with 0.8.3cvs7
691                 see ChangeLog 2002-09-26
692
693 2002-09-26 [paul]       0.8.3claws24
694
695         * sync with 0.8.3cvs6
696                 see ChangeLog 2002-09-25
697
698 2002-09-25 [christoph]  0.8.3claws23
699
700         * src/prefs_common.c
701         * src/prefs_folder_item.c
702         * src/prefs_scoring.c
703                 Renamed "kill score" to "hide score" in GUI
704                 and prefs files
705
706 2002-09-25 [paul]       0.8.3claws22
707
708         * sync with 0.8.3cvs5
709                 see ChangeLog 2002-09-24
710
711 2002-09-24 [alfons]     0.8.3claws21
712
713         patch by Satoshi Nagayasu: allows appending / saving multiple 
714         selected files (closes "[ 612279 ] save multiple mesg(s) in 
715         'Save as ...'")
716
717         * AUTHORS
718                 add Satoshi Nagayasu
719         * src/summaryview.c
720                 summary_save_as(): allow saving selected files to
721                 one file
722                 summary_set_menu_sensitive: enable "Save As..." when
723                 multiple files are selected
724         * src/utils.[ch]
725                 append_file(): new function
726
727 2002-09-24 [colin]      0.8.3claws20
728
729         * src/procmime.c
730                 Fix segfault when mimeinfo doesn't have a 
731                 content_type. 
732
733 2002-09-24 [colin]      0.8.3claws19
734
735         * src/prefs_common.[ch]
736                 Add a preference to display send dialog or not
737         * src/send.c
738                 Display send dialog according to preference
739
740 2002-09-24 [colin]      0.8.3claws18
741
742         * src/compose.[ch]
743                 Disable user actions when sending
744
745 2002-09-24 [colin]      0.8.3claws17
746
747         * src/procmime.c
748                 Do not display name or filename for attachments
749                 with an application/pgp-signature type
750                 (security flaw, see bug 537413)
751
752 2002-09-23 [colin]      0.8.3claws16
753
754         * src/editaddress.c
755                 Initialize entry_email, entry_alias and 
756                 entry_remarks to first email address of the list
757
758 2002-09-23 [colin]      0.83claws15
759
760         * src/compose.c
761                 Drop pgp-signature when reediting a signed queued
762                 message
763
764 2002-09-23 [melvin]     0.8.3claws14
765
766         * po/fr.po
767                 Updated French translation
768
769 2002-09-23 [melvin]     0.8.3claws13
770
771         * src/mainwindow.c
772                 Made custom toolbar menu labels more consistent
773         * src/prefs_toolbar.c
774                 Made custom toolbar window title more consistent
775
776 2002-09-22 [colin]      0.8.3claws12
777
778         * src/inc.c
779                 Initialize session type to normal before getting 
780                 mail (fixes strange Get behaviour)
781         * src/prefs_account.h
782                 Move STYPE_POP_BEFORE_SMTP to last position to 
783                 avoid other side-effects
784
785 2002-09-22 [colin]      0.8.3claws11
786
787         * src/prefs_account.c
788                 Fix pop_bfr_smtp_tm_entry sensivity when switching
789                 from pop3 to apop or vice-versa
790
791 2002-09-22 [colin]      0.8.3claws10
792         
793         * src/prefs_account.[ch]
794                 Add an option for the POP before SMTP timeout
795         * src/inc.c
796                 Remember time of last POP connection
797         * src/send.c
798                 Do POP before SMTP only if timeout reached
799
800 2002-09-22 [oliver]     0.8.3claws9
801         
802         * README.claws
803                 explain custom toolbar
804
805 2002-09-22 [oliver]     0.8.3claws8
806
807         * src/prefs_actions.[ch]
808         custom toolbar for compose      
809                 actions callback from compose toolbar
810         * src/folderview.c
811                 remove include toolbar.h
812
813 2002-09-22 [oliver]     0.8.3claws7
814         
815         * src/prefs_toolbar.[ch]
816                 custom toolbar for compose
817                 - generic prefs_toolbar handles both
818                   Mainwin's toolbar as well as Compose toolbar          
819
820 2002-09-22 [oliver]     0.8.3claws6
821         
822         * src/toolbar.[ch]
823                 custom toolbar for compose
824                 restructure toolbar.[ch]
825
826 2002-09-22 [oliver]     0.8.3claws5
827
828         * src/compose.[ch]
829                 custom toolbar for compose
830
831 2002-09-22 [oliver]     0.8.3claws4
832         
833         * src/mainwindow.[ch]
834                 custom toolbar for compose 
835                 move mainwin toolbar back to mainwindow
836
837 2002-09-22 [alfons]     0.8.3claws3
838
839         * src/procmsg.c
840                 :%sno/if(/if (/gc
841                 :%sno/for(/for (/gc
842                 (beautify)
843
844 2002-09-22 [alfons]     0.8.3claws2
845         
846         * src/procmsg.c
847                 procmsg_save_to_outbox(): don't unlink message file from queue;
848                 callers should do it using folder_item_remove_msg()
849
850 2002-09-22 [colin]      0.8.3claws1
851
852         * src/mimeview.[ch]
853                 Made mimeview_check_signature() public
854         * src/textview.c
855                 Made GPG signatures verifiable by clicking
856                 the [application/pgp-signature] in the Text
857                 view
858
859 2002-09-22 [paul]       0.8.3claws
860
861         * po/bg.po
862           po/en_GB.po
863           po/es.po
864           po/it.po
865           po/pl.po
866           po/pt_BR.po
867           po/sr.po
868                 updated translations, submitted by George Danchev,
869                 me, Ricardo Mones Lastra, Alessandro Maestri,
870                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
871                 and Urke MMI, respectively.     
872
873 2002-09-22 [alfons]     0.8.2claws65
874
875         * src/procmsg.c
876         * src/pgptext.c
877                 no furry valgrinds have been used to plug these memleaks
878
879 2002-09-20 [paul]       0.8.2claws64
880
881         * sync with 0.8.3cvs4
882                 'Select thread' re-implemented 
883                 see ChangeLog 2002-09-20
884
885 2002-09-21 [alfons]     0.8.2claws63
886
887         * src/compose.c
888                 compose_send(): plug unnoticed memleak
889
890 2002-09-20 [alfons]     0.8.2claws62
891
892         * src/addr_compl.c
893                 replace_address_in_edit(): strict check for NULL address to
894                 fix "[ 607348 ] Segfault in address completion". My guess is
895                 that this happens with an empty address book, but it's good
896                 to have this check here anyway
897                 
898                 completion_window_button_press(): free string returned 
899                 from the internal cache
900
901 2002-09-20 [christoph]  0.8.2claws61
902
903         * src/procmime.h
904                 added ENC_BINARY to EncodingType
905         * src/procmime.c
906                 the string returned by procmime_get_encoding_str
907                 should not depend on the order of values in the
908                 EncodingType definition
909         * doc-src/rfc1806.txt   ** NEW FILE **
910                 Added rfc1806 about MIME Content-Disposition
911                 Extension
912
913 2002-09-19 [paul]       0.8.2claws60
914
915         * sync with 0.8.2cvs3
916                 see ChangeLog 2002-09-19
917
918 2002-09-19 [paul]       0.8.2claws59
919
920         * src/prefs_folder_item.c
921                 revert to Darko's original alignment of colour
922                 selector button
923                 add a colon to folder_color label
924                 
925         * src/compose.c
926                 add Colin's patch (with Hiro's modifications) to 
927                 force BASE64 encoding for 8-bit text when signing
928                 (sync with 0.8.3cvs2)
929
930 2002-09-18 [alfons]     0.8.2claws58
931
932         * src/compose.c
933                 :%sno/if(/if (/gc
934                 :%sno/for(/for (/gc
935                 (beautify a little bit)
936
937 2002-09-18 [christoph]  0.8.2claws57
938
939         * src/pine.c
940                 fix handling of fgetc return value
941
942 2002-09-17 [alfons]     0.8.2claws56
943         
944         * src/summaryview.c
945                 summary_sort(): check non-NULL summaryview->folder_item when no 
946                 folder is selected at all
947                 (closes "[ 610344 ] sort label make syl Crash")
948
949 2002-09-17 [alfons]     0.8.2claws55
950         
951         * src/compose.c
952                 beautify a little bit
953
954 2002-09-17 [christoph]  0.8.2claws54
955
956         * src/folder.c
957                 initialize max values for cache and folder
958                 when cache or folder is empty
959
960 2002-09-15 [colin]      0.8.2claws53
961
962         * src/compose.c
963                 Fix a leak (thanks Alfons!) and cleaned
964                 variables names for custom headers
965
966 2002-09-15 [colin]      0.8.2claws52
967
968         * src/compose.c
969                 Fix custom headers recognition when
970                 prefs_common.trans_hdr is on
971
972 2002-09-15 [colin]      0.8.2claws51
973
974         * src/compose.c
975                 Allow dynamically-added custom headers
976                 Yet not reparsed if reedited
977
978 2002-09-15 [alfons]     0.8.2claws50
979
980         * src/prefs_account.c
981                 fix warnings
982
983 2002-09-15 [colin]      0.8.2claws49
984         
985         * src/prefs_account.c
986                 fix pop_before_smtp sensitivity
987
988 2002-09-15 [colin]      0.8.2claws48
989
990         * src/inc.[ch]
991                 add inc_pop_before_smtp()
992                 allow MainWindow to be undefined in 
993                 inc_account_mail() and inc_start()
994         * src/pop.c
995           src/prefs_account.h
996                 add STYPE_POP_BEFORE_SMTP session type
997         * src/prefs_account.c
998                 activated pop before smtp option
999         * src/send.c
1000                 do pop before smtp if the relevant option 
1001                 is set
1002
1003 2002-09-15 [paul]       0.8.2claws47
1004
1005         * sync with 0.8.3
1006                 see ChangeLog 2002-09-15
1007
1008 2002-09-14 [paul]       0.8.2claws46
1009
1010         * po/bg.po
1011                 updated Bulgarian translation, submitted by
1012                 George Danchev
1013
1014 2002-09-13 [paul]       0.8.2claws45
1015
1016         * src/compose.c
1017                 merge claws' select_account() with main's
1018                 (new) compose_select_account(). [sync with
1019                 0.8.2cvs15, see ChangeLog 2002-09-11]
1020
1021 2002-09-12 [christoph]  0.8.2claws44
1022
1023         * src/filter.c
1024                 allocate 1 elements of FolderItem not 0
1025
1026 2002-09-12 [colin]      0.8.2claws43
1027
1028         * src/compose.c
1029                 Fix bug #590825 (obey Follow-up: poster)
1030
1031 2002-09-12 [colin]      0.8.2claws42
1032
1033         * src/procmime.c
1034                 Fix bug #557009 (wrong headers for messages 
1035                 forwarded as attachments)
1036
1037 2002-09-11 [colin]      0.8.2claws41
1038         
1039         * src/compose.c
1040                 Put SCF: pseudo-header on top of message
1041                 Set draft tmp_flag when saved as draft
1042
1043         * src/procmsg.c
1044           src/procheader.c
1045                 Skip after first \n\n for beginning of real message
1046                 for drafts too
1047
1048 2002-09-11 [christoph]  0.8.2claws40
1049
1050         * src/filtering.c
1051                 use procmsg flag functions in filtering or processing
1052                 will cause incorrect folder message counts
1053
1054 2002-09-11 [colin]      0.8.2claws39
1055
1056         * src/compose.c
1057                 Fix bug #550175 - wrong save folder when reediting
1058                 drafts
1059
1060 2002-09-11 [paul]       0.8.2claws38
1061
1062         * sync with 0.8.2cvs14
1063                 see ChangeLog 2002-09-11
1064
1065 2002-09-11 [colin]      0.8.2claws37
1066
1067         * src/folder.c
1068                 Fix a typo (seeming to cause new/unread status to
1069                 be lost)
1070
1071 2002-09-10 [christoph]  0.8.2claws36
1072
1073         * src/compose.c
1074                 compose_redirect should not use compose_generic_new
1075                 because that does more stuff than expected including
1076                 opening the external editor
1077                 (closes bug "[ 526608 ] bounced messages appear blank
1078                  in editor")
1079
1080 2002-09-10 [christoph]  0.8.2claws35
1081
1082         * src/folder.c
1083                 fix problem with too large message number range
1084                 causing a crash in folder_item_scan
1085
1086 2002-09-10 [paul]       0.8.2claws34
1087
1088         * sync with 0.8.2cvs13
1089                 see ChangeLog 2002-09-10
1090
1091 2002-09-10 [christoph]  0.8.2claws33
1092
1093         * src/msgcache.c
1094                 set MsgInfo TmpFlags for queue and draft folders
1095                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
1096
1097 2002-09-10 [paul]       0.8.2claws32
1098
1099         * AUTHORS
1100           po/bg.po      ** NEW FILE **
1101                 new Bulgarian translation submitted by
1102                 George Danchev <danchev@spnet.net>
1103                 
1104         * tools/Makefile.am
1105           tools/README
1106           tools/tb2sylpheed     ** NEW FILE **
1107                 add script that converts an addressbook exported
1108                 from The Bat! into a Sylpheed addressbook. Submitted
1109                 by Urke MMI <urke-kg@eunet.yu>
1110
1111 2002-09-10 [paul]       0.8.2claws31
1112
1113         * sync with 0.8.2cvs12
1114                 see ChangeLog 2002-09-10
1115
1116 2002-09-06 [paul]       0.8.2claws30
1117
1118         * src/prefs_common.c
1119                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
1120                 
1121         * tools/Makefile.am
1122           tools/README
1123           tools/ldif-to-xml.py  ** REMOVED **
1124                 remove obsolete python script
1125
1126 2002-09-06 [paul]       0.8.2claws29
1127
1128         * sync with 0.8.2cvs10
1129                 see ChangeLog 2002-09-06
1130
1131 2002-09-04 [paul]       0.8.2claws28
1132
1133         * sync with 0.8.2cvs9
1134                 see ChangeLog 2002-08-04
1135
1136 2002-09-04 [colin]      0.8.2claws27 
1137
1138         * src/prefs_common.[ch]
1139                 Added signature color configuration
1140         * src/textview.c
1141                 Use user-specified signature color
1142
1143 2002-09-03 [colin]      0.8.2claws26
1144
1145         * src/prefs_common.[ch]
1146                 Added autosave and autosave_length prefs
1147         * src/compose.c
1148                 Added compose_remove_draft()
1149                 Auto-save drafts according to the prefs
1150         * src/main.c
1151                 Added a crash-indicator file, allowing to check
1152                 for new messages on startup if Sylpheed crashed
1153                 (makes saved drafts "reappear")
1154
1155 2002-09-03 [colin]      0.8.2claws25
1156
1157         * src/textview.[ch]
1158                 Grey the signature
1159
1160 2002-09-03 [paul]       0.8.2claws24
1161
1162         * sync with 0.8.2cvs8
1163                 see ChangeLog 2002-09-02 and 2002-09-03
1164
1165 2002-09-03 [darko]      0.8.2claws23
1166
1167         * src/folderview.c
1168                 use normal style when creating new folder to pick
1169                 proper font size 
1170
1171 2002-09-02 [melvin]     0.8.2claws22
1172
1173         * src/gtkaspell.m4
1174                 removed some obsolete code
1175
1176 2002-09-02 [melvin]     0.8.2claws21
1177
1178         * ac/aspell.m4
1179                 fixed test's equality sign (== to =)
1180
1181 2002-09-02 [alfons]     0.8.2claws20
1182
1183         * src/folder.c
1184         * src/mh.c
1185                 revert change of 0.8.2claws16 and use the mh_folder_destroy
1186                 as folder->destroy virtual as suggested by Hiro
1187                 (the mh.c code seems to have been lost around mh.c.1.21)
1188
1189 2002-09-02 [paul]       0.8.2claws19
1190
1191         * po/pt_BR.po
1192                 updated by Fabio Jr. Beneditto
1193                 
1194         * src/defs.h
1195                 use 'http://claws.sylpheed.org' for homepage link. 
1196                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
1197
1198 2002-09-01 [alfons]     0.8.2claws18
1199
1200         * src/mh.c
1201                 plug memleak related to one Martin Kluge found
1202
1203 2002-08-31 [paul]       0.8.2claws17
1204
1205         * sync with 0.8.2cvs6
1206                 see ChangeLog 2002-08-30
1207
1208 2002-08-31 [alfons]     0.8.2claws16
1209
1210         * src/folder.c
1211                 folder_destroy(): remove mailbox from folderlist even if it has
1212                 no destroy virtual
1213
1214 2002-08-31 [alfons]     0.8.2claws15
1215
1216         * src/folder.c
1217                 :%sno/if(/if (/gc
1218                 :%sno/for(/for (/gc
1219                 (being pedantic I know)
1220
1221 2002-08-31 [alfons]     0.8.2claws14
1222
1223         * src/folder.c
1224                 check for NULL pointers returned from folder->fetch_msginfo virtual
1225                 (should solve some reported crashes)
1226
1227 2002-08-30 [alfons]     0.8.2claws13
1228
1229         * acconfig.h
1230         * configure.in
1231         * src/crash.c
1232                 enable crash dialog on compilation time
1233                 (--enable-crash-dialog configure option)
1234
1235 2002-08-30 [alfons]     0.8.2claws12
1236
1237         * AUTHORS
1238                 add Martin Kluge
1239         * src/mh.c
1240                 apply memory leak plug patch by Martin Kluge
1241                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
1242                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
1243                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
1244
1245 2002-08-30 [darko]      0.8.2claws11
1246
1247         * src/folderview.c
1248                 copy Gtk style from normal style to match
1249                 font size for coloured folders
1250
1251 2002-08-29 [alfons]     0.8.2claws10
1252
1253         * sylpheed.desktop
1254                 Type=Internet <- Type=Application
1255                 (reported by Michael Schwendt, see:
1256                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
1257                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
1258
1259 2002-08-29 [paul]       0.8.2claws9
1260
1261         * sync with 0.8.2cvs5
1262                 see ChangeLog 2002-08-29
1263
1264 2002-08-29 [colin]      0.8.2claws8
1265
1266         * src/summaryview.c
1267                 Added a sanity check in summary_select_thread
1268                 Should fix bug 601605
1269
1270 2002-08-29 [colin]      0.8.2claws7
1271
1272         * src/main.c
1273                 Revert claws6 changes regarding bug #591676
1274
1275 2002-08-28 [colin]      0.8.2claws6
1276         
1277         * src/main.c
1278                 Ignore cache for queue folderitems
1279                 Fix bug #591676
1280
1281 2002-08-28 [melvin]     0.8.2claws5
1282
1283         * README.claws
1284                 Fixed typos.
1285
1286 2002-08-28 [melvin]     0.8.2claws4
1287
1288         * README.claws
1289                 Updated a bit the text concerning the spell checker
1290
1291 2002-08-28 [melvin]     0.8.2claws3
1292
1293         Merged the GNU_aspell_branch:
1294                 Support of new GNU/aspell is now included and the old pspell
1295                 is not supported anymore.
1296                 See README.claws
1297
1298         * README.claws
1299                 Updated spell checker text to reflect the switch to GNU/aspell
1300
1301         * ac/aspell.m4          *** NEW ***
1302         * src/gtkaspell.[ch]    *** NEW *** 
1303         * ac/pspell.m4          *** DELETED *** 
1304         * src/gtkspell.[ch]     *** DELETED ***
1305
1306         * ac/Makefile.am
1307                 Updated for GNU/aspell support
1308
1309         * po/POTFILES.in
1310                 Replaced gtkspell.c by gtkaspell.c
1311
1312         * acconfig.h
1313         * src/Makefile.am
1314         * src/about.c
1315         * src/compose.[ch]
1316         * src/crash.c
1317         * src/main.c
1318         * src/prefs_common.[ch]
1319                 Updated for GNU/aspell support
1320
1321 2002-08-28 [paul]       0.8.2claws2
1322
1323         * sync with 0.8.2cvs4
1324                 see ChangeLog 2002-08-27 and 2002-08-28
1325
1326 2002-08-28 [colin]      0.8.2claws1
1327
1328         * src/summary_search.c
1329                 Added "AND search"
1330
1331 2002-08-28 [jens]       0.8.2claws
1332
1333         *po/de.po
1334                 Updated German translations
1335
1336 2002-08-27 [melvin]     0.8.2claws
1337
1338         * po/fr.po
1339                 Updated French translations
1340
1341 2002-08-27 [paul]       0.8.2claws
1342
1343         * sync with 0.8.2 main release
1344
1345         * po/en_GB.po
1346           po/es.po
1347           po/it.po
1348           po/pl.po
1349           po/pt_BR.po
1350           po/sr.po
1351                 updated message catalogs submitted by
1352                 Ricardo Mones Lastra, Alessandro Maestri,
1353                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
1354                 Beneditto and Urke MMI  
1355
1356 2002-08-27 [hoa]        0.8.1claws123
1357
1358         * src/mainwindow.[ch]
1359         * src/summaryview.[ch]
1360                 removed the "filter setting" menu option.
1361                 add a "cancel a news message" menu option.
1362
1363 2002-08-26 [martin]     0.8.1claws122
1364
1365         * ChangeLog.claws
1366                 changed string under 0.8.1claws79 changed by myself
1367                 i'm sorry alfons :(
1368
1369 2002-08-26 [martin]     0.8.1claws121
1370
1371         * src/crash.c
1372                 added kill command to debuggerrc to start crash dialog
1373
1374 2002-08-26 [paul]       0.8.1claws120
1375
1376         * sync with 0.8.1cvs31
1377                 see ChangeLog 2002-08-26
1378
1379 2002-08-25 [alfons]     0.8.1claws119
1380
1381         * src/procmsg.c
1382                 fix bug that didn't send out correct headers to news server
1383                 when sending news article and email from queue (bug reported
1384                 and patch provided by Tim Mann; closes bug 
1385                 "[ 583196 ] 0.7.8claws can't post news")
1386
1387 2002-08-25 [alfons]     0.8.1claws118
1388
1389         * src/selective_download.c
1390                 mark two strings as translatable
1391                 (thanks to Urke MMI for pointing this out)
1392
1393 2002-08-25 [alfons]     0.8.1claws117
1394
1395         * src/summaryview.c
1396                 treat sent boxes as special and allow sorting them by addressee
1397                 (closes "[ 589418 ] Sent folder sorting misbehavior"
1398                 submitted by Steve Lamb)
1399
1400 2002-08-24 [alfons]     0.8.1claws116
1401
1402         * src/matcher.c
1403                 fix memleak reported by Martin Kluge
1404                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
1405
1406 2002-08-24 [oliver]     0.8.1claws115
1407
1408         * src/prefs_toolbar.c
1409                 o code cleanup as suggested by Alfons
1410                 o memleak fix
1411
1412 2002-08-24 [alfons]     0.8.1claws114
1413
1414         * src/summaryview.c
1415                 o fix another memory leak reported by Martin Kluge
1416                   (see "[ 599568 ] Small Memory Leak")
1417                 o remove 'from' variable from 'summary_set_header()'; we can
1418                   do with just 'to' 
1419
1420 2002-08-24 [paul]       0.8.1claws113
1421
1422         * sync with 0.8.1cvs30
1423                 see ChangeLog 2002-08-23
1424
1425 2002-08-24 [alfons]     0.8.1claws112
1426
1427         * src/summaryview.c
1428                 remove unnecessary allocations for search bar fixing leaks
1429                 reported by Martin Kluge
1430                 (see "[ 599451 ] Further memory leaks?")
1431
1432 2002-08-24 [alfons]     0.8.1claws111
1433
1434         * src/main.c
1435                 make get_socket_name() public for crash.c
1436         * src/crash.c
1437                 o make report bug button work (goes to claws' 
1438                   bug tracker at sf.net)
1439                 o introduce function for doing important stuff just
1440                   before claws goes down
1441                 o clean up code 
1442
1443 2002-08-24 [alfons]     0.8.1claws110
1444
1445         * src/compose.c
1446                 move cursor to "To" entry when forwarding as attachment
1447                 (reported and solved by Steve Lamb, closes bug report
1448                 "[ 592880 ] Forward as attachment; cursor not in to")
1449
1450 2002-08-24 [colin]      0.8.1claws109
1451
1452         * src/mainwindow.c
1453                 fix quick search visibility after GUI (de)separations.
1454
1455 2002-08-23 [colin]      0.8.1claws108
1456
1457         * src/mainwindow.c
1458                 fix header pane visibility after folderview or
1459                 messageview (de)separation
1460
1461 2002-08-23 [paul]       0.8.1claws107
1462
1463         * src/mainwindow.[ch]
1464           src/toolbar.c
1465                 give full control of display or non-display 
1466                 of the Execute icon to Custom toolbar settings.
1467                 add new sensitivity condition to maninwindow.h: 
1468                 M_DELAY_EXEC
1469
1470         * ChangeLog
1471           ChangeLog.jp
1472           NEWS
1473                 more sync with 0.8.1cvs29
1474
1475 2002-08-23 [melvin]     0.8.1claws106
1476
1477         * src/alertpanel.c
1478                 Readded support for custom widget in alertpanel lost in last
1479                 sync.
1480
1481 2002-08-23 [paul]       0.8.1claws105
1482
1483         * sync with 0.8.1cvs29
1484                 see ChangeLog 2002-08-23
1485
1486 2002-08-23 [colin]      0.8.1claws104
1487
1488         * src/summaryview.c
1489                 Fix folder and search pixmaps exchanging positions
1490                 after theme or toolbar changes. Thank to Oliver for 
1491                 reporting this.
1492
1493 2002-08-23 [colin]      0.8.1claws103
1494
1495         * src/mainwindow.c
1496           src/messageview.[ch]
1497           src/noticeview.[ch]
1498           src/summaryview.c
1499                 Changed messageview_create() and noticeview_create()
1500                 to avoid the last gdk_warning
1501
1502 2002-08-22 [colin]      0.8.1claws102
1503
1504         * src/summaryview.c
1505                 Fix my new `Creating pixmap from xpm' warning
1506
1507 2002-08-22 [colin]      0.8.1claws101
1508
1509         * src/mainwindow.c
1510                 Fix some of the gdk warnings
1511
1512 2002-08-22 [colin]      0.8.1claws100
1513
1514         * src/Makefile.am
1515         * src/stock_pixmap.c
1516         * src/stock_pixmap.h
1517         * src/pixmaps/quicksearch.xpm *ADDED*
1518                 Add the quicksearch pixmap
1519         * src/mainwindow.c
1520         * src/summaryview.c
1521         * src/summaryview.h
1522                 Make quicksearch bar visible/hidden via a button
1523
1524 2002-08-22 [christoph]  0.8.1claws99
1525
1526         * src/folder.c
1527                 fix folder update for newsgroups with message
1528                 numbers below minimum number of articles to fetch
1529                 (closes bug #598445)
1530
1531 2002-08-22 [paul]       0.8.1claws98
1532
1533         * sync with 0.8.1cvs28
1534                 see ChangeLog 2002-08-22
1535
1536 2002-08-21 [alfons]     0.8.1claws97
1537
1538         * src/crash.c
1539                 use bt instead of bt full which seems to work 
1540                 better, and bt full doesn't give a great deal 
1541                 of information anyway
1542
1543 2002-08-21 [colin]      0.8.1claws96
1544
1545         * src/summaryview.c
1546                 fix summaryview_searchtype_changed prototype
1547
1548 2002-08-21 [christoph]  0.8.1claws95
1549
1550         * src/mainwindow.c
1551                 o fix broken menu update for sorting type, we have to
1552                   get this info from the summaryview now
1553                 o removed setting of threaded state in menu callback
1554         * src/summaryview.[ch]
1555                 more summaryview/folderitem seperation for
1556                 threading option
1557         * configure.in
1558                 removed not required --with-compiler-flags option
1559
1560 2002-08-21 [oliver]     0.8.1claws94
1561         
1562         * src/toolbar.h 
1563                 o rename toolbar.xml to toolbar_main.xml
1564                   since toolbar_compose.xml might come up 
1565                   any time soon
1566         * README.claws
1567                 add custom toolbar              
1568
1569 2002-08-21 [darko]      0.8.1claws93
1570
1571         * src/procmsg.c
1572                 don't reset tmp flags for messages copied
1573                 to sent folder
1574
1575 2002-08-21 [colin]      0.8.1claws92
1576         
1577         * src/prefs_filtering.c
1578                 fix renaming rules on folder rename 
1579                 when folder is not a leaf folder
1580
1581 2002-08-21 [paul]       0.8.1claws91
1582
1583         * src/prefs_folder_item.c
1584                 fix alignment of colour selector
1585
1586 2002-08-21 [paul]       0.8.1claws90
1587
1588         * sync with 0.8.1cvs27
1589                 see ChangeLog 2002-08-21
1590
1591 2002-08-21 [paul]       0.8.1claws89
1592
1593         * src/summaryview.c
1594                 fix crash when changing field type in
1595                 Quick search bar
1596
1597 2002-08-21 [colin]      0.8.1claws88
1598
1599         * src/summaryview.c
1600                 Made quick search case-insensitive
1601
1602 2002-08-21 [paul]       0.8.1claws87
1603
1604         * sync with 0.8.1cvs26
1605                 see ChangeLog 2002-08-21
1606
1607 2002-08-20 [christoph]  0.8.1claws86
1608
1609         * src/folderview.c
1610         * src/main.c
1611         * src/summaryview.[ch]
1612                 more summaryview/folderitem seperation for
1613                 sort_key and sort_type
1614         * src/procmsg.c
1615                 added missing return statement
1616
1617 2002-08-20 [colin]      0.8.1claws85
1618
1619         * src/summaryview.[ch]
1620                 Added a quick search box
1621         * src/mainwindow.c
1622         * src/prefs_common.[ch]
1623                 Added a show/hide option for the quick search
1624
1625 2002-08-20 [oliver]     0.8.1claws84
1626         
1627         * src/mainwindow.c
1628                 remove toolbar_create_popups
1629         * src/toolbar.[ch]
1630                 o remove toolbar_create_popups
1631                 o fix toolbar_set_sensitive 
1632                   (Bug reports #596834 and #596832)     
1633         * src/prefs_toolbar.c
1634                 o add "Set default" button
1635                 o align label and text + combo widgets
1636
1637 2002-08-20 [hoa]        0.8.1claws83bis
1638
1639         * src/imap.c
1640                 fixed a bug in imap_fetch_msginfo() in case there is no
1641                 current folder.
1642
1643 2002-08-20 [darko]      0.8.1claws83
1644
1645         * src/folderview.c
1646                 copy the color style of folder view so it
1647                 works with GTK themes
1648
1649 2002-08-20 [darko]      0.8.1claws82
1650
1651         * src/folder.h
1652         * src/folderview.c
1653         * src/prefs_folder_item.[hc]
1654                 don't use UI stuff in folder.h
1655
1656 2002-08-20 [darko]      0.8.1claws81
1657
1658         * src/folder.h
1659         * src/prefs_folder_item.h
1660         * src/folderview.c
1661         * src/prefs_folder_item.c
1662                 ability to set folder color in folderview
1663
1664 2002-08-19 [alfons]     0.8.1claws80
1665
1666         * src/summaryview.c
1667                 fix one of the earlier memleaks reported by Martin Kluge
1668
1669 2002-08-19 [alfons]     0.8.1claws79
1670
1671         * src/mainwindow.c
1672                 hide notice view when selecting seperate folder
1673                 view (reported by Urke MMI)
1674
1675 2002-08-19 [christoph]  0.8.1claws78
1676
1677         * src/folderview.c
1678         * src/prefs_folder_item.h
1679         * src/summaryview.[ch]
1680                 o add summary_set_prefs_from_folderitem to set
1681                   summaryview prefs (first step to remove all
1682                   references to the folderitem in summaryview)
1683                 o moved compiled regex stuff from folderitem prefs
1684                   to summaryview code
1685
1686 2002-08-19 [paul]       0.8.1claws77
1687
1688         * src/compose.c
1689                 add check for '.' to QUOTE_IF_REQUIRED
1690
1691 2002-08-19 [paul]       0.8.1claws76
1692
1693         * src/inc.c
1694                 sync with 0.8.1cvs25 (plug memory leak)
1695
1696         * src/prefs_toolbar.c
1697                 re-order prefs_toolbar_cancel()
1698
1699 2002-08-18 [alfons]     0.8.1claws75
1700
1701         * src/inc.c
1702         * src/matcher.c
1703                 plug other memleaks reported by Martin Kluge
1704
1705 2002-08-18 [paul]       0.8.1claws74
1706
1707         * po/pt_BR.po
1708                 updated by Fabio Jr. Beneditto
1709
1710 2002-08-18 [paul]       0.8.1claws73
1711
1712         * src/toolbar.[ch]
1713                 fix bug where tooltips were displayed untranslated              
1714
1715         * src/prefs_toolbar.c
1716                 fix bug where clicking 'Cancel' creates an icon & text
1717                 toolbar regardless of prefs
1718         
1719
1720 2002-08-17 [oliver]     0.8.1claws72
1721
1722         * src/prefs_toolbar.c
1723                 update toolbar on CANCEL
1724                 bug reported by Martin Kluge
1725         * src/toolbar.c
1726                 toolbar_destroy memleak fixed           
1727
1728 2002-08-17 [alfons]     0.8.1claws71
1729
1730         * src/toolbar.c
1731                 plug another memleak reported by Martin Kluge
1732
1733 2002-08-16 [alfons]     0.8.1claws70
1734
1735         * src/crash.c
1736                 use execvp() correctly (suggested by wwp; thanks!)
1737
1738 2002-08-16 [alfons]     0.8.1claws69
1739
1740         * src/gtksctree.c
1741                 plug memory leak reported by Kim Schultz & Martin Kluge
1742
1743 2002-08-16 [paul]       0.8.1claws68
1744
1745         * po/es.po
1746                 updated by Ricardo Mones Lastra
1747
1748 2002-08-16 [paul]       0.8.1claws67
1749
1750         * src/toolbar.h
1751                 fix bug where 'Compose News' icon showed wrong
1752                 tooltip
1753
1754 2002-08-16 [paul]       0.8.1claws66
1755
1756         * sync with 0.8.1cvs24
1757                 see ChangeLog 2002-08-16
1758
1759         * po/it.po
1760                 updated by Alessandro Maestri
1761
1762 2002-08-15 [paul]       0.8.1claws65
1763
1764         * po/sr.po
1765                 updated by Urke MMI
1766
1767 2002-08-15 [paul]       0.8.1claws64
1768
1769         * src/*.c
1770                 don't translate debug info
1771
1772         * src/matcher.[ch]
1773                 add copyright info
1774
1775 2002-08-15 [paul]       0.8.1claws63
1776
1777         * src/prefs_toolbar.c
1778                 fix bug where clicking 'OK' creates an icon & text
1779                 toolbar regardless of prefs
1780
1781 2002-08-14 [alfons]     0.8.1claws62
1782
1783         * src/main.c
1784                 add global var that has the full argv[0]
1785         * src/crash.c
1786                 o execvp the correct sylpheed by using argv0
1787                   and setting the correct work dir
1788                 o other tweaks  
1789
1790 2002-08-14 [oliver]     0.8.1claws61
1791         
1792         * enable/disable Toolbar Action Buttons 
1793         * code cleanups
1794         * src/mainwindow.c
1795         * src/toolbar.[ch]      
1796         * src/prefs_toolbar.c   
1797
1798 2002-08-14 [melvin]     0.8.1claws60
1799
1800         * po/fr.po
1801                 Updated French translations
1802
1803 2002-08-14 [melvin]     0.8.1claws59
1804
1805         * src/crash.c
1806                 Made bug report not translatable
1807         * src/exporthtml.c
1808                 Fixed exporthtml_build_filespec() return value
1809         * src/foldersel.c
1810                 Fixed incorrect include file
1811         * src/gtkspell.c
1812         * src/prefs_actions.c
1813         * src/prefs_toolbar.c
1814                 Made debug info not translatable
1815         * src/mutt.c
1816         * src/quote_fmt.c
1817                 Added missing includes
1818         * src/prefs_common.c
1819                 Fixed typo
1820
1821 2002-08-14 [paul]       0.8.1claws58
1822
1823         * faq/es/sylpheed-faq.html
1824           faq/es/sylpheed-faq-[1-3].html
1825           faq/es/sylpheed-faq-4.html     **NEW FILE **
1826                 update Spanish FAQ
1827
1828 2002-08-13 [christoph]  0.8.1claws57
1829
1830         * src/procmsg.c
1831                 ignore thread fix that did not mark all
1832                 child nodes of a ignored thread as
1833                 ignored. Does not work perfectly yet,
1834                 but it is better now
1835
1836 2002-08-13 [alfons]     0.8.1claws56
1837
1838         * src/crash.c
1839                 o implement 'save crash log'
1840                 o some tweaks
1841
1842 2002-08-13 [melvin]     0.8.1claws55
1843
1844         * src/main.c
1845                 removed unrequired "execinfo.h" header
1846
1847 2002-08-12 [paul]       0.8.1claws54
1848
1849         * faq/en/sylpheed-faq.html
1850           faq/en/sylpheed-faq-[1-3].html
1851           faq/en/sylpheed-faq-4.html     **NEW FILE **
1852                 update English FAQ
1853
1854 2002-08-12 [alfons]     0.8.1claws53
1855
1856         * po/POTFILES.in
1857                 add crash.c to translatables
1858         * src/crash.c
1859                 bring in Leandro's crash dialog
1860
1861 2002-08-11 [alfons]     0.8.1claws52
1862
1863         * src/crash.c
1864                 clean up some warnings
1865
1866 2002-08-11 [alfons]     0.8.1claws51
1867
1868         * acconfig.h
1869         * configure.in
1870         * src/crash.[ch]        ** NEW FILES **
1871         * src/main.c            
1872                 initial gdb crash handler
1873
1874 2002-08-11 [paul]       0.8.1claws50
1875
1876         * src/prefs_toolbar.c
1877                 replace Up/Down arrow pixmaps with text to be
1878                 consistent across icon themes
1879
1880 2002-08-11 [paul]       0.8.1claws49
1881
1882         * src/prefs_common.c
1883           src/prefs_toolbar.c
1884                 rename 'Pixmap' -> 'Icon'
1885
1886         * src/toolbar.[ch]
1887                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
1888
1889 2002-08-10 [paul]       0.8.1claws48
1890
1891         * src/prefs_toolbar.c
1892                 re-work the UI
1893
1894 2002-08-10 [paul]       0.8.1claws47
1895
1896         * src/main.c
1897                 don't write Processing progress to status bar
1898                 patch submitted by Alexander Evseev
1899
1900         * src/prefs_toolbar.c
1901                 re-position and resize window
1902                 make window assume correct size on first call
1903
1904 2002-08-10 [paul]       0.8.1claws46
1905
1906         * src/mainwindow.c
1907           src/prefs_toolbar.c
1908           src/toolbar.c
1909           src/toolbar.h
1910                 obey coding style
1911                 follow UI text conventions
1912
1913 2002-08-10 [alfons]     0.8.1claws45
1914
1915         * src/toolbar.c
1916                 correct pixmap for delete action
1917
1918 2002-08-10 [paul]       0.8.1claws44
1919
1920         * po/pt_BR.po
1921                 updated by Fabio Jr. Beneditto
1922
1923 2002-08-10 [paul]       0.8.1claws43
1924
1925         * po/POTFILES.in
1926                 add custom toolbar files
1927
1928 2002-08-10 [paul]       0.8.1claws42
1929
1930         * sync with 0.8.1cvs22
1931                 see ChangeLog 2002-08-09
1932
1933 2002-08-09 [paul]       0.8.1claws41
1934
1935         * tools/Makefile.am
1936           tools/README
1937           tools/outlook2sylpheed.pl     ** NEW FILE **
1938                 add script to convert exported Outlook
1939                 contacts list to a Sylpheed addressbook.
1940                 Submitted by Ricardo Mones Lastra.
1941
1942 2002-08-09 [paul]       0.8.1claws40
1943
1944         * AUTHORS
1945           configure.in
1946           po/sr.po      ** NEW FILE **
1947                 add Serbian message catalog. Submitted by
1948                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
1949
1950 2002-08-09 [paul]       0.8.1claws39
1951
1952         * sync with 0.8.1cvs21
1953                 see ChangeLog 2002-08-08
1954
1955 2002-08-08 [oliver]     0.8.1claws38
1956
1957         * src/mainwindow.c
1958                 move Custom Toolbar to Configuration menu
1959
1960 2002-08-08 [oliver]     0.8.1claws37
1961
1962         * src/prefs_toolbar.c
1963                 fix substitute pixmap bug
1964
1965 2002-08-08 [paul]       0.8.1claws36
1966
1967         * sync with 0.8.1cvs19
1968                 see ChangeLog 2002-08-08
1969
1970 2002-08-07 [christoph]  0.8.1claws35
1971
1972         * src/utils.c
1973                 fixed a memory leak in new canonicalize_file_replace
1974
1975 2002-08-07 [christoph]  0.8.1claws34
1976
1977         * src/utils.[ch]
1978                 o canonicalize_file_replace should create the temporary
1979                   file in the same directory as the original file.
1980                 o added get_tmpfile_in_dir that creates a temorary file
1981                   in a specified directory.
1982
1983 2002-08-07 [melvin]     0.8.1claws33
1984
1985         * src/toolbar.c
1986                 fixed bug where 'Article' button acted as 'Email' button.
1987
1988 2002-08-07 [paul]       0.8.1claws32
1989
1990         * sync with 0.8.1.cvs17
1991                 see ChangeLog 2002-08-07
1992
1993 2002-08-07 [colin]      0.8.1claws31
1994         
1995         * src/news.c
1996                 fix mass-cancel problem
1997
1998 2002-08-07 [thorsten]   0.8.1claws30
1999
2000         * src/prefs_toolbar.c
2001                 fix: crash on replace or add new button
2002         * src/toolbar.c
2003                 fix: close xmlfile after reading
2004         * src/utils.c
2005                 fix: unlink() file before rename()
2006
2007 2002-08-06 [paul]       0.8.1claws29
2008
2009         * sync with 0.8.cvs15
2010                 see ChangeLog 2002-08-06
2011
2012 2002-08-06 [oliver]     0.8.1claws28
2013
2014         * src/toolbar.c
2015         * src/prefs_toolbar.c
2016                 fixed empty toolbar issue
2017
2018 2002-08-06 [oliver]     0.8.1claws27
2019
2020         * Custom Toolbar Final 
2021         * src/folderview.c
2022         * src/inc.c
2023         * src/summaryview.c
2024                 o toolbar stuff now lives in src/toolbar.[ch]
2025                 o main_window_toolbar_* functions are renamed to
2026                   toolbar_* reflecting their new source file
2027         * src/mainwindow.[ch]
2028                 o remove toolbar stuff  
2029
2030 2002-08-06 [oliver]     0.8.1claws26
2031         
2032         * src/Makefile.am
2033         * src/prefs_toolbar.[ch]        **New File**
2034         * src/toolbar.[ch]              **New File**
2035                 o prefs_toolbar.[ch] custom toolbar frontend
2036                 o toolbar.[ch]       backend 
2037
2038 2002-08-06 [oliver]     0.8.1claws25
2039
2040         * src/prefs_actions.[ch]
2041                 o new exported function actions_execute
2042
2043 2002-08-06 [paul]       0.8.1claws24
2044
2045         * sync with 0.8.1cvs4
2046                 see ChangeLog 2002-08-06
2047
2048 2002-08-06 [paul]       0.8.1claws23
2049
2050         * sync with 0.8.1cvs13
2051                 see ChangeLog 2002-08-06
2052
2053 2002-08-06 [paul]       0.8.1claws22
2054
2055         * sync with 0.8.1cvs12
2056                 see ChangeLog 2002-08-05 and 2002-08-06
2057
2058 2002-08-06 [match]      0.8.1claws21
2059
2060         * src/addrclip.c
2061                 improvements to cut/copy/paste address
2062
2063 2002-08-05 [match]      0.8.1claws20
2064
2065         * src/addritem.[ch]
2066         * src/addrcache.c
2067         * src/addrbook.c
2068         * src/editaddress.c
2069         * src/addressbook.c
2070                 fixes to improve cut/copy/paste
2071
2072 2002-08-06 [melvin]     0.8.1claws19
2073
2074         * src/account.[ch]
2075                 account_find_all_from_address(): new function that returns the
2076                 list of all accounts that are matched in an address.
2077         * src/alertpanel.[ch]
2078                 alertpanel() now accepts a custom widget
2079                 alertpanel_with_widget(): new function that pops up a panel with
2080                 a custom widget in it 
2081         * src/gtkutils.[ch]
2082                 gtkut_account_menu_new(): new function that allows the selection
2083                 of an account from a list of accounts.
2084         * src/messageview.c
2085                 Extended Return Receipt notification to select the correct 
2086                 account and to make a security test on the Delivery-Notification
2087                 address which should be the same as the Return-Path.
2088
2089 2002-08-06 [thorsten]   0.8.1claws18
2090
2091         * src/mimeview.c
2092                 attach_all: save unnamed as "noname.%d",
2093                 dont free static dirname
2094
2095 2002-08-05 [alfons]     0.8.1claws17
2096
2097         * configure.in
2098                 detect XIM by trying to link rather than compile a XIM program
2099
2100 2002-08-05 [oliver]     0.8.1claws16
2101                 
2102         * src/stock_pixmap.[ch]
2103                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
2104                 o new func to retrieve pixmaps
2105
2106 2002-08-05 [paul]       0.8.1claws15
2107
2108         * sync with 0.8.1cvs10
2109                 see ChangeLog 2002-08-05
2110
2111 2002-08-04 [alfons]     0.8.1claws14
2112
2113         * src/textview.c
2114                 see if this plugs memleak
2115
2116 2002-08-04 [melvin]     0.8.1claws13
2117
2118         * src/gtkspell.c
2119                 fixed bug that could crash Sylpheed when highlighting
2120                 all misspelled words.
2121
2122 2002-08-03 [melvin]     0.8.1claws12
2123
2124         * src/prefs_actions.c
2125                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
2126         * src/messageview.c
2127                 fixed bug where the Return Receipt was sent to
2128                 Delivery-Notification-To address even if it was not present
2129
2130 2002-08-02 [alfons]     0.8.1claws11
2131
2132         * src/prefs_actions.c
2133                 o more check for NULLs
2134                 o put create_io_dialog() in right conditional block
2135
2136 2002-08-02 [paul]       0.8.1claws10
2137
2138         * po/es.po
2139                 updated by Ricardo Mones Lastra
2140
2141 2002-08-01 [christoph]  0.8.1claws9
2142
2143         * src/folder.c
2144                 don't free the cache of the opened
2145                 folder in the summaryview
2146         * src/summaryview.c
2147                 don't unset flags, if it is not required
2148
2149 2002-08-01 [paul]       0.8.1claws8
2150
2151         * sync with 0.8.1cvs8
2152                 see ChangeLog entry 2002-08-01
2153
2154 2002-08-01 [paul]       0.8.1claws7
2155
2156         * sync with 0.8.1cvs7
2157                 see ChangeLog 2002-07-31 and 2002-08-01
2158
2159 2002-07-31 [christoph]  0.8.1claws6
2160
2161         * src/mainwindow.c
2162                 forgot to update menu sensitivity
2163                 function for new menu entry
2164
2165 2002-07-31 [alfons]     0.8.1claws5
2166
2167         * src/main.c
2168                 check folder item and its path for NULL on
2169                 initial processing
2170
2171 2002-07-31 [christoph]  0.8.1claws4
2172
2173         * src/folder.c
2174                 check if folder_item_get_msginfo in
2175                 folder_item_remove_msg returned NULL
2176         * src/imap.c
2177                 better clear the uid cache in the
2178                 uid validity check function and delete
2179                 cached messages
2180
2181 2002-07-31 [paul]       0.8.1claws3
2182
2183         * man/sylpheed.1
2184                 add the '--attach' option and a few other
2185                 minor changes
2186
2187 2002-07-31 [paul]       0.8.1claws2
2188
2189         * sync with 0.8.1cvs5
2190                 see ChangeLog 2002-07-31
2191
2192 2002-07-31 [christoph]  0.8.1claws1
2193
2194         * src/folderview.[ch]
2195         * src/mainwindow.c
2196                 replace "Rescan all folders..." with
2197                 "Check all folders for new messages..."
2198
2199 2002-07-30 [paul]       0.8.1claws
2200
2201         * version 0.8.1claws released
2202
2203 2002-07-30 [paul]       0.8.0claws29
2204
2205         * tools/OOo2sylpheed.pl ** NEW FILE **
2206           tools/README
2207                 add script to enable sending documents as
2208                 attachments from OpenOffice.org
2209
2210 2002-07-30 [melvin]     0.8.0claws28
2211
2212         * src/prefs_actions.c
2213                 Made the actions' input/output dialog display
2214                 without delay.
2215
2216 2002-07-30 [christoph]  0.8.0claws27
2217
2218         * src/procmsg.c
2219                 check if folder_item_get_msginfo in
2220                 procmsg_save_to_outbox returned NULL
2221
2222 2002-07-30 [paul]       0.8.0claws26
2223
2224         * sync with 0.8.1cvs4
2225                 see ChangeLog 2002-07-29
2226
2227 2002-07-29 [thorsten]   0.8.0claws25
2228
2229         * README.claws
2230                 added selective download, delete on server
2231
2232 2002-07-29 [paul]       0.8.0claws24
2233
2234         * sync with 0.8.1cvs3
2235                 see ChangeLog 2002-07-29
2236
2237 2002-07-27 [christoph]  0.8.0claws23
2238
2239         * src/folder.c
2240                 add extra check if fetching the msginfo
2241                 returned NULL
2242
2243 2002-07-27 [paul]       0.8.0claws22
2244
2245         * sync with 0.8.1cvs2
2246                 see ChangeLog 2002-07-26
2247
2248 2002-07-27 [christoph]  0.8.0claws21
2249
2250         * src/imap.c
2251                 add another check if a valid msginfo
2252                 was returned
2253
2254 2002-07-26 [hoa]        0.8.0claws20
2255
2256         * src/folder.c
2257                 Fixed a condition in folder_item_destroy()
2258
2259         * src/imap.c
2260                 Fixed an error in IMAP protocol
2261
2262 2002-07-26 [alfons]     0.8.0claws19
2263
2264         * src/folder.c
2265                 ofcourse compare with identifier, not the path
2266
2267 2002-07-26 [alfons]     0.8.0claws18
2268
2269         * src/folder.c
2270                 use folder item identifier for saving / restoring
2271                 preferences because folder->path might not be unique
2272
2273 2002-07-26 [melvin]     0.8.0claws17
2274
2275         * src/logwindow.c
2276                 Fixed a crash introduced in 0.8.0claws5 when log is 
2277                 cut under 80 characters.
2278
2279 2002-07-26 [paul]       0.8.0claws16
2280
2281         * sync with 0.8.1cvs1
2282                 see ChangeLog 2002-07-26
2283
2284 2002-07-26 [christoph]  0.8.0claws15
2285
2286         * src/imap.[ch]
2287                 imap folder now remembers the last selected
2288                 folder and imap_fetch_msginfo skips selecting
2289                 the folder if it is already selected
2290
2291 2002-07-26 [christoph]  0.8.0claws14
2292
2293         * src/folder.c
2294         * src/folderview.c
2295         * src/imap.c
2296                 fix imap folder rescanning
2297
2298 2002-07-25 [christoph]  0.8.0claws13
2299
2300         * src/filter.c
2301         * src/folder.[ch]
2302         * src/folderview.c
2303         * src/imap.[ch]
2304         * src/mainwindow.c
2305         * src/mbox_folder.c
2306         * src/mh.c
2307         * src/news.c
2308                 implement imap uid cache and uid validity check
2309
2310 2002-07-25 [alfons]     0.8.0claws12
2311
2312         * src/summaryview.c
2313                 fix a brown paper bag bug, and also add some more
2314                 checks
2315
2316 2002-07-25 [christoph]  0.8.0claws11
2317
2318         * src/folder.c
2319                 don't mix copy, fetch_msginfo and remove
2320                 operations in folder item copy and move
2321                 operations
2322
2323 2002-07-25 [christoph]  0.8.0claws10
2324
2325         * src/folderview.c
2326         * src/mainwindow.c
2327         * src/prefs_folder_item.c
2328         * src/summaryview.[ch]
2329                 remove no longer required parameter update_cache from
2330                 summary_show
2331
2332 2002-07-25 [paul]       0.8.0claws9
2333
2334         * sync with 0.8.1
2335         
2336         * AUTHORS
2337                 a few corrections
2338
2339 2002-07-24 [alfons]     0.8.0claws8
2340
2341         * src/summaryview.c
2342                 sort correctly when using simplified subject line
2343                 (closes feature request "[ 585141 ] applying regexp to subject 
2344                 before sort" submitted by Alexandra Walford)
2345
2346 2002-07-24 [paul]       0.8.0claws7
2347
2348         * sync with 0.8.0cvs3
2349                 see ChangeLog 2002-07-24
2350
2351 2002-07-23 [christoph]  0.8.0claws6
2352
2353         * src/folder.c
2354         * src/folder.h
2355         * src/summaryview.c
2356         * src/summaryview.h
2357         * src/main.c
2358                 o separate processing and summaryview
2359                 o removed summary_write_cache from summaryview
2360                 o removed summaryview->killed_messages, because we don't have
2361                   to keep a list of killed messages anymore. New cache will
2362                   keep the hidden messages in cache anyway
2363         * src/folderview.c
2364         * src/inc.c
2365         * src/selective_download.c
2366                 o removed unnecessary summary_write_cache calls
2367         * src/procmsg.c
2368                 o don't set ignore thread flag in procmsg_get_thread_tree
2369                   if it is already set
2370         * src/mainwindow.c
2371         * src/statusbar.h
2372                 o moved STATUSBAR_PUSH/POP to statusbar.h because
2373                   they are used in different files
2374
2375 2002-07-23 [melvin]     0.8.0claws5
2376
2377         * src/addressbook.c
2378         * src/addrgather.c
2379         * src/editaddress.c
2380         * src/editgroup.c
2381         * src/editldap_basedn.c
2382         * src/importldif.c
2383         * src/prefs_common.c
2384                 Fixed few memory leak (gtk_editable_get_chars returns
2385                 an allocated string)
2386         * src/logwindow.c
2387                 Fixed few memory leak (gtk_editable_get_chars returns
2388                 an allocated string) and modified a little the log cutting
2389                 loop.
2390         * src/compose.c
2391                 Replaced a call to an obsolete function gtk_entry_get_text()
2392                 by gtk_editable_get_chars()
2393         * src/send.c
2394                 Removed a debug printf
2395
2396 2002-07-23 [christoph]  0.8.0claws4
2397
2398         * src/filesel.c
2399                 fix another g_dirname memory leak
2400
2401 2002-07-23 [christoph]  0.8.0claws3
2402
2403         * src/mh.c
2404                 fixed a memory leak in mh_fetch_msginfo
2405                 fixed crash when message header could not be
2406                 parsed
2407
2408 2002-07-23 [paul]       0.8.0claws2
2409
2410         * sync with 0.8.0cvs2
2411                 see ChangeLog 2002-07-23
2412
2413 2002-07-23 [paul]       0.8.0claws1
2414
2415         * sync with 0.8.0cvs1
2416                 see ChangeLog 2002-07-23
2417
2418 2002-07-23 [paul]       0.8.0claws
2419
2420         * release of 0.8.0claws
2421
2422 2002-07-23 [paul]       0.7.8claws99
2423
2424         * po/ru.po
2425                 new Russian translation, submitted by
2426                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
2427
2428 2002-07-22 [jens]       0.7.8claws98
2429
2430         * po/de.po
2431                 Updated German translations.
2432
2433 2002-07-22 [paul]       0.7.8claws97
2434
2435         * po/es.po
2436           po/it.po
2437           po/nl.po
2438           po/pt_BR.po
2439                 updated translations by Ricardo Mones Lastra,
2440                 Alessandro Maestri, Wilbert Berendsen and 
2441                 Fabio Jr. Beneditto respectively
2442
2443 2002-07-22 [christoph]  0.7.8claws96
2444
2445         * src/mimeview.c
2446                 fix memory leak caused by wrong g_dirname usage
2447
2448 2002-07-22 [christoph]  0.7.8claws95
2449
2450         * src/summaryview.c
2451                 update new and unread message counts for summaryview
2452                 summaryview does not get it from the folder anymore
2453                 and has to update the values itself
2454
2455 2002-07-22 [melvin]     0.7.8claws94
2456
2457         * po/fr.po
2458                 Updated French translations.
2459
2460 2002-07-22 [christoph]  0.7.8claws93
2461
2462         * src/matcher.c
2463                 set prop->preg pointer to NULL or following check
2464                 will not fail and regexec will be called with
2465                 invalid pointer
2466
2467 2002-07-21 [alfons]     0.7.8claws92
2468         
2469         * src/prefs_common.[ch]
2470                 remove option "Send return receipt on request"
2471
2472 2002-07-21 [thorsten]   0.7.8claws91
2473
2474         * src/mimeview.c
2475                 fixed memleaks, coding style as pointed out by alfons
2476
2477 2002-07-21 [alfons]     0.7.8claws90
2478
2479         * src/messageview.c
2480         * src/noticeview.[ch]
2481                 o fix bug notice view being displayed when going to empty folder 
2482                   (noticed by Christoph)
2483                 o allow RRR to be sent when restarting sylpheed, or changing folder 
2484                   (noticed by Thorsten)
2485
2486 2002-07-21 [thorsten]   0.7.8claws89
2487
2488         * src/mimeview.c
2489                 Included save_all patch from Xaview FACQ
2490                 added support for pathnames
2491
2492 2002-07-21 [alfons]     0.7.8claws88
2493
2494         * po/POTFILES.in
2495         * src/Makefile.am
2496         * src/mainwindow.c
2497         * src/messageview.[ch]
2498         * src/noticeview.c      ** NEW FILE **
2499         * src/noticeview.h      ** NEW FILE **
2500                 make return receipts work again
2501                 (UI idea by Leandro Pereira)
2502
2503 2002-07-21 [paul]       0.7.8claws87
2504
2505         * src/summaryview.c
2506                 fix sensitivity of 'Select thread'
2507
2508 2002-07-21 [paul]       0.7.8claws86
2509
2510         * src/prefs_common.c
2511                 add browser command line for Galeon
2512
2513 2002-07-21 [paul]       0.7.8claws85
2514
2515         * Makefile.am
2516                 fix 'EXTRA_DIST': remove README.README, add TODO
2517                 and TODO.claws
2518
2519 2002-07-21 [alfons]     0.7.8claws84
2520
2521         * src/gtkstext.c
2522                 make enter clear selection
2523                 (closes "[ 579888 ] Editor selection/entry error"
2524                 reported by Steve Lamb)
2525
2526 2002-07-21 [alfons]     0.7.8claws83
2527         
2528         * src/summaryview.c
2529                 sort message list when selecting unthread messages
2530                 (closes "[ 501593 ] switching threaded view doesn't sort"
2531                 reported by Simon Schubert)
2532
2533 2002-07-20 [alfons]     0.7.8claws82
2534         
2535         * src/matcher.c
2536                 const-correctness
2537
2538 2002-07-20 [thorsten]   0.7.8claws81
2539
2540         * src/matcher.c
2541                 Fixed expansion of empty fields in matchactions
2542
2543 2002-07-19 [melvin]     0.7.8claws80
2544
2545         * src/gtkspell.c
2546                 Removed a duplicate menu entry (fast mode) introduced during
2547                 the new cache merge
2548                 Added a menu separator between 'Use alternate' and 'Fast mode'
2549
2550 2002-07-19 [paul]       0.7.8claws79
2551
2552         * tools/Makefile.am
2553           tools/README
2554                 correct typos
2555
2556 2002-07-19 [thorsten]   0.7.8claws78
2557
2558         * tools/calypso_convert.pl      ** NEW FILE **
2559           tools/README
2560           tools/Makefile.am
2561                 script to import mbox files exported
2562                 by calypso
2563                 o generates folder structure
2564                 o includes attachments
2565
2566 2002-07-19 [melvin]     0.7.8claws77
2567
2568         * src/selective_download.[ch]
2569                 Fixed bug where closing the dialog with the window manager's
2570                 close button will not unlock the summary
2571                 Corrected some function declarations that missed a return value
2572                 Made the source code comply better with coding style.
2573         * src/prefs_common.c
2574                 Added new browser command line for Mozilla.
2575
2576 2002-07-18 [paul]       0.7.8claws76
2577
2578         * src/mainwindow.c
2579           src/selective_download.[ch]
2580                 reflect theme changes, fix Gdk Warning when creating 
2581                 pixmap from NULL window, and minor clean up.
2582                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
2583
2584         * po/en_GB.po
2585                 updated
2586
2587 2002-07-17 [paul]       0.7.8claws75
2588
2589         * INSTALL[.jp]
2590                 sync with 0.8.0
2591         
2592         * po/en_GB.po
2593                 updated
2594
2595 2002-07-16 [paul]       0.7.8claws74
2596
2597         * tools/filter_conv.pl
2598           tools/README
2599                 replace conversion script with reimplemented version, 
2600                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
2601
2602 2002-07-16 [colin]      0.7.8claws73
2603
2604         * src/summaryview.c
2605                 remove forgotten debug messages - sorry ;-)
2606
2607 2002-07-16 [colin]      0.7.8claws72
2608
2609         * src/mimeview.c
2610           src/summaryview.c
2611           src/textview.c
2612           src/textview.h
2613                 add the ability to select part of a text mime-part 
2614                 to reply.
2615
2616 2002-07-15 [christoph]  0.7.8claws71
2617
2618         * src/folder.c
2619                 fix folder message count for folders without
2620                 msg_is_changed (includes news folders)
2621
2622 2002-07-15 [martin]     0.7.8claws70
2623
2624         * src/summaryview.c
2625                 option "display recipient on 'From'..." now works
2626                 without the need of enabling the option
2627                 "display  sender  using  address  book".
2628
2629 2002-07-15 [christoph]  0.7.8claws69
2630
2631         * src/summaryview.c
2632                 removed setting folder status from summaryview.
2633                 folder.c should update all message counts correctly.
2634
2635 2002-07-15 [paul]       0.7.8claws68
2636
2637         * po/pt_BR.po
2638                 updated by Fabio Junior Beneditto
2639
2640 2002-07-15 [darko]      0.7.8claws67
2641
2642         * src/mh.c
2643                 Fixed target folder colorization, don't decrease op
2644                 number twice
2645
2646 2002-07-14 [paul]       0.7.8claws66
2647
2648         * sync with main 0.8.0
2649                 see ChangeLog 2002-07-14
2650
2651 2002-07-13 [melvin]     0.7.8claws65
2652         
2653         * src/addrbook.c
2654         * src/addressbook.c
2655         * src/addrindex.c
2656                 Replaced sprintf by g_snprintf to prevent possible buffer
2657                 overflow.
2658         * src/news.c
2659                 Corrected a log message output format.
2660                 Added a missing "done" debug output.
2661         * src/compose.c
2662                 Added keyboard accelerator for Priority menu items
2663                 Added missing \n in debug output
2664         * src/logwindow.c
2665         * src/gtkspell.c
2666         * src/rfc2015.c
2667                 Added missing \n in debug output
2668
2669 2002-07-13 [paul]       0.7.8claws64
2670
2671         * man/sylpheed.1
2672                 change Sergey's email address to the sf address
2673
2674         * src/textview.c
2675                 increase show_url_timeout (more useful for long
2676                 urls)
2677
2678 2002-07-12 [sergey]     0.7.8claws63
2679
2680         * src/rfc2015.c
2681                 applied (with some modifications) patch to set the
2682                 micalg parameter for signatures
2683                 (2001-08-28 Werner Koch <wk@gnupg.org>)
2684
2685 2002-07-12 [sergey]     0.7.8claws62
2686
2687         * man/Makefile.am
2688         * configure.in
2689                 fixed man page installation
2690
2691 2002-07-12 [paul]       0.7.8claws61
2692
2693         * sync with 0.7.8cvs26
2694                 see ChangeLog 2002-07-11 and 2002-07-12
2695
2696 2002-07-11 [christoph]  0.7.8claws60
2697
2698         * src/compose.c
2699         * src/procmsg.c
2700                 first use the message number to find the message
2701                 to mark with a reply flag but check the
2702                 message-id if we got the correct message, if not
2703                 try to find it by message-id.
2704                 use new string seperator that is not allowed
2705                 in message-ids.
2706
2707 2002-07-11 [paul]       0.7.8claws59
2708
2709         * sync with 0.7.8cvs23
2710                 see ChangeLog 2002-07-10
2711
2712 2002-07-10 [christoph]  0.7.8claws58
2713
2714         * src/folder.[ch]
2715         * src/msgcache.[ch]
2716                 Added message-id table to the cache in memory
2717                 and functions to msgcache.c and folder.c to
2718                 fetch MsgInfos by message id
2719         * src/compose.c
2720         * src/procmsg.c
2721                 store folder and message-id of message replying
2722                 to in queue header and set reply flag after sending
2723                 (Closes bug #469498)
2724
2725 2002-07-10 [paul]       0.7.8claws57
2726
2727         * AUTHORS
2728           man/sylpheed.1.gz
2729                 add Martin to the list of authors
2730
2731 2002-07-09 [martin]     0.7.8claws56
2732         * src/gtksctree.c
2733                 Added gtk_ctree_last_visible(), tree_update_level(),
2734                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
2735                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
2736                 from gtk+ to gtksctree.c for the new sorting code
2737                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
2738                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
2739         * src/gtksctree.h
2740                 Added declaration for gtk_sctree_sort_recursive() and
2741                 gtk_sctree_sort_node
2742         * src/addressbook.c
2743         * src/foldersel.c
2744         * src/folderview.c
2745         * src/summaryview.c
2746                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
2747                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
2748
2749 2002-07-08 [paul]       0.7.8claws55
2750
2751         * more sync with 0.7.8cvs21
2752                 see ChangeLog 2002-07-08
2753
2754 2002-07-08 [paul]       0.7.8claws54
2755
2756         * sync with 0.7.8cvs21
2757                 see ChangeLog 2002-07-08
2758
2759 2002-07-07 [alfons]     0.7.8claws53
2760
2761         * src/Makefile.am
2762         * src/stock_pixmap.[ch]
2763         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
2764         * src/pixmaps/notice_error.xpm  ** NEW FILE **
2765         * src/pixmaps/notice_note.xpm   ** NEW FILE **
2766                 add new pixmaps for upcoming notice pane
2767
2768 2002-07-06 [melvin]     0.7.8claws52
2769
2770         * src/gtkspell.[ch]
2771                 Made them a bit closer to Sylpheed's coding style.
2772                 Removed old code.
2773                 Removed possible memory leaks when some errors occurs.
2774
2775 2002-07-06 [melvin]     0.7.8claws51
2776
2777         * po/Makefile.in.in
2778                 Removed --no-location in xgettext command line to help
2779                 translators that use Emacs' po-mode
2780         * src/quote_fmt.c
2781                 Removed unnecessary comments that messed up sylpheed.pot
2782
2783 2002-07-06 [paul]       0.7.8claws50
2784
2785         * sync with 0.7.8cvs19
2786                 see ChangeLog 2002-07-05
2787
2788 2002-07-06 [christoph]  0.7.8claws49
2789
2790         * src/folder.c
2791         * src/mainwindow.c
2792                 fix folder_item_remove_all_msg and folderview
2793                 status for trash folders after emptying trash
2794
2795 2002-07-05 [paul]       0.7.8claws48
2796
2797         * sync with 0.7.8cvs16
2798                 see ChangeLog 2002-07-04 and 2002-07-05
2799
2800 2002-07-04 [paul]       0.7.8claws47
2801
2802         * sync with 0.7.8cvs14
2803                 see  ChangeLog 2002-07-04
2804
2805 2002-07-03 [alfons]     0.7.8claws46
2806
2807         * src/folder.c
2808                 dupe folder item's path because it's being reallocated
2809                 by new folder scanning code
2810
2811 2002-07-03 [christoph]  0.7.8claws45
2812
2813         * src/imap.c
2814                 better IMAP uid fetching using 'FETCH 1:* (UID)'
2815         * src/msgcache.c
2816                 add missing return in msgcache_write
2817
2818 2002-07-02 [thorsten]   0.7.8claws44
2819
2820         * src/jpilot.c
2821         * src/msgcache.c
2822         * src/rfc2015.c
2823                 use binary mode for file access
2824
2825 2002-07-02 [christoph]  0.7.8claws43
2826
2827         * major code cleanup (part 1)
2828         
2829                 - unused variables removed
2830                 - unused functions removed
2831                 - uninitialized variables checked
2832                 - missing return statements added
2833                 - missing function return types added
2834                 - added parentheses around assignment and
2835                   && in || when suggested by gcc
2836               
2837         * src/mh.c
2838         * src/folder.c
2839                 replaced direct calls to folder->scan_tree
2840                 with folder_scan_tree and restore folder
2841                 prefs in this function. The folder should
2842                 not have to deal with them.
2843                 ( Should now work for all folder types )
2844
2845 2002-07-02 [paul]       0.7.8claws42
2846
2847         * sync with 0.7.8cvs13
2848                 see ChangeLog 2002-07-01 and 2002-07-02
2849
2850 2002-07-01 [christoph]  0.7.8claws41
2851
2852         * src/summaryview.c
2853                 fix "goto next/prev unread message" with
2854                 ignored threads
2855
2856 2002-07-01 [paul]       0.7.8claws40
2857
2858         * po/es.po
2859                 updated by Ricardo Mones Lastra
2860
2861 2002-06-30 [match]      0.7.8claws39
2862
2863         * src/jpilot.c
2864                 applied variation of leonerd's patch (566661) to
2865                 allow multiple email addresses per JPilot entry.
2866                 addresses may be separated by space, comma, pipe,
2867                 semi-colon, new-line.
2868
2869 2002-06-30 [alfons]     0.7.8claws38
2870
2871         * src/procmsg.c
2872                 simple fix for putting older nodes before
2873                 newer nodes when threading by subject
2874
2875 2002-06-30 [christoph]  0.7.8claws37
2876
2877         * src/folder.c
2878         * src/folderview.c
2879         * src/mh.c
2880         * src/news.c
2881         * src/procmsg.c
2882                 fix broken folder tree rescaning
2883                 and don't use procmsg_get_mark_sum
2884                 anymore
2885
2886 2002-06-30 [christoph]  0.7.8claws36
2887
2888         * merge new cache branch
2889         * src/imap.c
2890                 fix new cache imap copy bug
2891         * src/folder.c
2892                 improved folder_item_scan
2893                 it should now always set the correct
2894                 new, unread and total message counts
2895
2896 2002-06-29 [paul]       0.7.8claws35
2897
2898         * configure.in
2899                 correct syntax error
2900
2901 2002-06-29 [paul]       0.7.8claws34
2902
2903         * configure.in
2904           Makefile.am
2905           man/Makefile.am       ** NEW FILE **
2906           man/sylpheed.1.gz     ** NEW FILE **
2907                 add Sylpheed man page
2908
2909 2002-06-29 [paul]       0.7.8claws33
2910
2911         * po/pt_BR.po
2912                 updated by Fabio Junior Beneditto
2913
2914 2002-06-28 [jens]       0.7.8claws32
2915
2916         * po/de.po
2917                 translation updated
2918
2919         * src/selective_download.c
2920                 removed gettext for space " "
2921
2922         * src/imap.c
2923                 removed wrong space
2924
2925 2002-06-28 [paul]       0.7.8claws31
2926
2927         * sync with 0.7.8cvs11
2928                 see ChangeLog 2002-06-28
2929
2930 2002-06-28 [paul]       0.7.8claws30
2931
2932         * sync with 0.7.8cvs10
2933                 see ChangeLog 2002-06-27 and 2002-06-28
2934
2935 2002-06-26 [paul]       0.7.8claws29
2936
2937         * src/addrgather.c
2938           src/selective_download.c
2939                 don't gettextise empty strings.
2940                 reserved by gettext. gettext("") returns 
2941                 the header entry with meta information, 
2942                 not the empty string
2943
2944         * po/en_GB.po
2945                 updated
2946
2947 2002-06-26 [paul]       0.7.8claws28
2948
2949         * sync with 0.7.8cvs7
2950                 see ChangeLog 2002-06-25
2951
2952         * src/prefs_common.c
2953                 ...and in the process, tweak the gui a little
2954
2955 2002-06-25 [alfons]     0.7.8claws27
2956         
2957         * configure.in
2958         * src/Makefile.am
2959                 fine tune ldap library detection
2960
2961 2002-06-25 [alfons]     0.7.8claws26
2962
2963         * src/compose.c
2964                 don't allow return receipts when composing a news article
2965
2966 2002-06-25 [paul]       0.7.8claws25
2967
2968         * Makefile.am
2969                 add '$(AMTAR)' to 'release' section to allow for
2970                 new and older autotools
2971
2972 2002-06-25 [paul]       0.7.8claws24
2973
2974         * src/summaryview.c
2975                 fix "No more unread messages" persistant pop-up
2976                 window bug
2977
2978 2002-06-25 [paul]       0.7.8claws23
2979
2980         * po/it.po
2981                 updated by Alessandro Maestri
2982
2983 2002-06-25 [paul]       0.7.8claws22
2984
2985         * sync with 0.7.8cvs6
2986                 see ChangeLog 2002-06-25
2987
2988 2002-06-24 [paul]       0.7.8claws21
2989
2990         * tools/update-po
2991                 add GPL copyright information
2992
2993 2002-06-24 [paul]       0.7.8claws20
2994
2995         * tools/Makefile.am
2996           tools/README
2997           tools/update-po       ** NEW FILE **
2998                 add script that eases the creation of *.po files
2999                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
3000
3001 2002-06-23 [alfons]     0.7.8claws19
3002
3003         * src/messageview.c
3004                 make notification_convert_header obey const correctness
3005                 (next step will be fixing the broken return receipt)
3006
3007 2002-06-23 [paul]       0.7.8claws18
3008
3009         * src/messageview.c
3010                 fix bug introduced in last commit:
3011                 removed too much code in last commit - put back what's
3012                 needed
3013
3014 2002-06-23 [paul]       0.7.8claws17
3015
3016         * src/messageview.[ch]
3017                 remove code committed in error from locally patched
3018                 source
3019
3020 2002-06-23 [colin]      0.7.8claws16
3021
3022         * src/compose.[ch]
3023                 add compose_entry_select(), used to select the default_to
3024                 email address - hopefully avoiding people sending mails to
3025                 wrong recipients.
3026
3027 2002-06-22 [alfons]     0.7.8claws15
3028
3029         * AUTHORS
3030                 add Bram Metsch & Stanislav Karchebny
3031         * src/smtp.[ch]
3032         * src/prefs_account.[ch]
3033         * src/send.c
3034                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
3035                   options.  (see <http://sourceforge.net/tracker/index.php
3036                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
3037
3038                 - merge Stanislav's fix to make SMTP AUTH work with qmail
3039                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
3040
3041 2002-06-22 [paul]       0.7.8claws14
3042
3043         * sync with 0.7.8cvs5
3044                 see ChangeLog 2002-06-19 and 2002-06-20
3045
3046 2002-06-22 [alfons]     0.7.8claws13
3047
3048         * src/selective_download.c
3049                 fix a stupid mistake I made
3050
3051 2002-06-22 [alfons]     0.7.8claws12
3052
3053         * src/selective_download.[ch]
3054                 fix another unnoticed leak; cleanup code
3055
3056 2002-06-21 [alfons]
3057
3058         * tools/Makefile.am
3059                 gpg-sign <-- gpg-sign-syl
3060
3061 2002-06-21 [alfons]     0.7.8claws11
3062
3063         * src/selective_download.c
3064         * src/selective_download.h
3065                 fix assorted mix of allocation errors (should solve
3066                 problem reported by Philippe Gramoullé, see:
3067                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
3068
3069 2002-06-20 [melvin]     0.7.8claws10
3070
3071         * tools/gpg-sign *REMOVED*
3072           tools/gpg-sign-syl *ADDED*
3073                 Replaced the gpg clearsigning script with the version using
3074                 xterm instead of ssh-askpass and changed its name.
3075
3076         * README.claws
3077                 Updated actions example to reflect the renaming of the
3078                 gpg clearsigning script.
3079
3080 2002-06-19 [paul]       0.7.8claws9
3081
3082         * sync with 0.7.8claws9
3083                 see ChangeLog 2002-06-18 and 2002-06-19
3084
3085 2002-06-19 [paul]       0.7.8claws8
3086
3087         * sync with 0.7.8cvs1
3088                 see ChangeLog 2002-06-18
3089
3090 2002-06-18 [alfons]     0.7.8claws7
3091
3092         * src/mainwindow.h
3093                 add omitted prototype
3094
3095 2002-06-17 [paul]       0.7.8claws6
3096
3097         * src/mainwindow.c
3098                 fix hiding of exec_btn
3099
3100 2002-06-17 [paul]       0.7.8claws5
3101
3102         * src/pop.c
3103                 remove unneeded code: should_delete() 
3104                 and Pop3State::uidl_todelete_list
3105
3106 2002-06-17 [paul]       0.7.8claws4
3107
3108         * sync with 0.7.8
3109                 see ChangeLog 2002-06-11 and 2002-06-13
3110
3111 2002-06-16 [alfons]     0.7.8claws3
3112         
3113         * src/folder.c
3114                 make sure lock sort mode (claws specific) is
3115                 also persists after a tree rescan
3116
3117 2002-06-16 [alfons]     0.7.8claws2
3118
3119         * src/prefs_folder_item.c
3120         * src/folder.[ch]
3121                 fix persistence of folder sort mode (broken
3122                 by adapting Hiro's new folder persistence code)
3123
3124 2002-06-16 [alfons]     0.7.8claws1
3125
3126         * AUTHORS
3127         * src/logwindow.c
3128         * src/prefscommon.[ch]
3129                 control size of log text in log window; 
3130                 closes patch #569155 submitted by Mitko Haralanov.
3131
3132 2002-06-15 [paul]       0.7.8claws
3133
3134         * release of 0.7.8claws
3135
3136 2002-06-15 [paul]       0.7.7claws
3137
3138         * po/pt_BR.po
3139                 updated by Fabio Junior Beneditto
3140
3141 2002-06-14 [paul]       0.7.6claws49
3142
3143         * po/es.po
3144                 updated by Ricardo Mones Lastra
3145
3146 2002-06-14 [paul]       0.7.6claws48
3147
3148         * po/nl.po
3149                 updated translation by Wilbert Berendsen
3150
3151 2002-06-14 [melvin]     0.7.6claws47
3152
3153         * po/fr.po
3154                 Updated French translation
3155
3156 2002-06-13 [paul]       0.7.6claws46
3157
3158         * src/filesel.c
3159                 allow filename to be typed in, rather than just
3160                 selected by the mouse. Patch by Gustavo Noronha Silva.
3161
3162 2002-06-13 [alfons]     0.7.6claws45
3163
3164         * src/mainwindow.[ch]
3165                 more cleanups (removing unnecessary menu items Expand 
3166                 summary / message view)
3167
3168 2002-06-13 [melvin]     0.7.6claws44
3169
3170         * po/POTFILES.in
3171                 Added src/string_match.c
3172         * src/string_match.c
3173                 Fixed possible buffer overflow.
3174                 Corrected typo.
3175                 Added missing config.h header.
3176         * src/prefs_common.c
3177           src/prefs_matcher.c
3178           src/prefs_scoring.c
3179                 Made some strings translatable (missing _(..)).
3180
3181 2002-06-13 [melvin]     0.7.6claws43
3182
3183         * README.claws
3184                 Corrected action example (verifying clearsigned mail).
3185         * src/prefs_account.c
3186                 Corrected typo.
3187         * src/prefs_common.c
3188                 Removed incorrect line that generated a Gtk-CRITICAL msg.
3189
3190 2002-06-12 [alfons]     0.7.6claws42
3191
3192         * src/summaryview.c
3193                 add init of score column lost in 0.7.6claws42
3194
3195 2002-06-12 [paul]       0.7.6claws41
3196
3197         * src/prefs_account.c
3198                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
3199                 behavior of the radio buttons, (from 0.7.7cvs2)
3200
3201 2002-06-11 [alfons]     0.7.6claws40
3202
3203         * src/messageview.[ch]
3204         * src/summaryview.[ch]
3205         * src/summary_search.c
3206         * src/mainwindow.c
3207                 perform a sync to bring in Hiro's separate view implementation 
3208
3209                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
3210
3211 2002-06-11 [paul]       0.7.6claws39
3212         
3213         * src/prefs_account.c
3214                 correct a typo on the Receive tab
3215
3216 2002-06-10 [match]      0.7.6claws38
3217
3218         * src/addressbook.c
3219                 Included address completion patch from Gustavo Noronha.
3220
3221 2002-06-10 [paul]       0.7.6claws37
3222
3223         * src/inc.[ch]
3224           src/pop.c
3225           src/prefs_account.[ch]
3226           src/selective_download.[ch]
3227                 apply PATCH #561712
3228                  NEW:
3229                 - check if POP Account
3230                 - Receive Button renamed to Preview
3231                 - Preview Button Popup: preview new/all messages
3232                 - Download Button
3233                 - Account Preferences-->Receive tab checkbutton if you
3234                   want to remove Mail after Download
3235                 -: default YES
3236                 - Account Preferences-->Receive tab checkbutton use
3237                   filtering rules on preview
3238                   (think of delete_on_server)
3239                 -: default YES
3240                 - Account selectable from SD dialog
3241                 - checkbutton to show already downloaded messages if
3242                   all messages are previewed
3243                 - new clist column showing Date
3244                 - ESC KEY close
3245                 FIXES:
3246                 - play ball with UIDL
3247                 - fault tolerant (?) 
3248                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
3249
3250 2002-06-10 [melvin]     0.7.6claws36
3251
3252         * README.claws
3253                 Added a hint to ac/README in cvs instructions.
3254
3255         * src/prefs_actions.c
3256                 Made it possible to use a more elaborate command line
3257                 for asynchronous actions, too.
3258
3259 2002-06-10 [melvin]     0.7.6claws35
3260         
3261         * src/prefs_actions.c
3262                 Make it possible to use a more elaborate command line
3263                 (e.g. |foo|bar|cat>there;echo Done|)
3264                 Corrected error message when calling %f, %F and %p commands
3265                 from the compose window.
3266
3267 2002-06-09 [colin]      0.7.6claws34
3268
3269         * src/summaryview.c
3270                 Automatically find unread messages in current folder
3271                 before annoying the user.
3272
3273 2002-06-08 [alfons]     0.7.6claws33
3274
3275         * po/it.po
3276                 remove bad formatting string in it.po translation
3277                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
3278
3279 2002-06-08 [paul]       0.7.6claws32
3280
3281         * sync with 0.7.6cvs25
3282                 see ChangeLog 2002-06-07
3283
3284 2002-06-05 [paul]       0.7.6claws31
3285
3286         * src/mainwindow.c
3287                 add 'Sort by locked' and 'Sort by score'
3288
3289 2002-06-05 [paul]       0.7.6claws30
3290
3291         * sync with 0.7.6cvs24
3292                 see ChangeLog 2002-06-04
3293
3294 2002-06-04 [paul]       0.7.6claws29
3295
3296         * po/pt_BR.po
3297                 updated by Fabio Junior Beneditto
3298
3299 2002-06-03 [thorsten]   0.7.6claws28
3300
3301         * src/matcher.c
3302                 fclose() matcherrc after reading
3303
3304 2002-06-03 [paul]       0.7.6claws27
3305
3306         * sync with 0.7.6cvs21
3307                 see ChangeLog 2002-05-31
3308
3309 2002-05-31 [paul]       0.7.6claws26
3310
3311         * sync with 0.7.6cvs20
3312                 see ChangeLog 2002-05-29 and 2002-05-30
3313
3314 2002-05-31 [paul]       0.7.6claws25
3315
3316         * src/imap.c
3317                 hopefully fix last buggy sync
3318
3319         * README.claws
3320                 correct typo in 'Actions' examples
3321
3322 2002-05-29 [paul]       0.7.6claws24
3323
3324         * sync with 0.7.6cvs18
3325                 see ChangeLog 2002-05-28 and 2002-05-29
3326
3327         * src/news.c
3328           src/nntp.[ch]
3329                 sync with above 
3330
3331 2002-05-28 [paul]       0.7.6claws23
3332
3333         * sync with 0.7.6cvs16
3334                 see ChangeLog 2002-05-28
3335
3336 2002-05-27 [thorsten]   0.7.6claws22 
3337
3338         * faq/it/sylpheed-faq-1.html
3339           faq/it/sylpheed-faq-2.html
3340           faq/it/sylpheed-faq-3.html
3341           faq/it/sylpheed-faq.html
3342                 corrected DOS lineendings
3343         * faq/de/sylpheed-faq-1.html
3344           faq/de/sylpheed-faq-2.html
3345           faq/en/sylpheed-faq-1.html
3346           faq/en/sylpheed-faq-2.html
3347           faq/en/sylpheed-faq-3.html
3348           faq/es/sylpheed-faq-1.html
3349           faq/es/sylpheed-faq-2.html
3350           faq/es/sylpheed-faq-3.html
3351           faq/fr/sylpheed-faq-1.html
3352           faq/it/sylpheed-faq-1.html
3353           faq/it/sylpheed-faq-2.html
3354           faq/it/sylpheed-faq-3.html
3355           faq/it/sylpheed-faq.html
3356                 changed ">" to &quot;
3357
3358 2002-05-27 [paul]       0.7.6claws21
3359         
3360         * sync with 0.7.6cvs15
3361                 see ChangeLog 2002-05-27
3362
3363 2002-05-27 [paul]       0.7.6claws20
3364
3365         * src/prefs_account.c
3366                 correct a typo
3367
3368 2002-05-26 [paul]       0.7.6claws19
3369
3370         * tools/README
3371                 correct a typo
3372
3373 2002-05-25 [paul]       0.7.6claws18
3374
3375         * tools/README
3376                 add description of kmail2sylpheed.pl
3377
3378 2002-05-25 [paul]       0.7.6claws17
3379
3380         * tools/kmail2sylpheed.pl       ** NEW FILE **
3381                 perl script that converts an exported Kmail address
3382                 book, converts it to sylpheed addressbook file,
3383                 writes the file to .sylpheed, and updates
3384                 addrbook--index.xml 
3385
3386 2002-05-25 [paul]       0.7.6claws16
3387
3388         * sync with 0.7.6cvs14
3389                 see ChangeLog 2002-05-23
3390
3391 2002-05-24 [paul]       0.7.6claws15
3392
3393         * README.claws
3394                 make a correction and add some more info
3395
3396 2002-05-24 [paul]       0.7.6claws14
3397
3398         * src/compose.c
3399                 fix memory leak in 
3400                 compose_redirect_write_headers_from_headerlist()
3401                 add Subject and Resent-Message-ID to
3402                 compose_redirect_write_headers()
3403                 Received, Subject, and X-UIDL are filtered out in 
3404                 compose_redirect_write_to_file()
3405
3406 2002-05-23 [paul]       0.7.6claws13
3407
3408         * src/compose.[ch]
3409           src/filtering.c
3410           src/mainwindow.c
3411           src/matcher.[ch]
3412           src/matcher_parser_lex.l
3413           src/matcher_parser_parse.y
3414           src/prefs_common.[ch]
3415           src/prefs_filtering.c
3416           src/summaryview.c
3417                 rename 'Bounce' to 'Redirect'
3418
3419 2002-05-23 [paul]       0.7.6claws12
3420
3421         * more sync with 0.7.6cvs13
3422           src/compose.c
3423                 see ChangeLog 2002-05-22
3424
3425 2002-05-22 [paul]       0.7.6claws11
3426
3427         * sync with 0.7.6cvs13
3428           src/codeconv.c
3429                 see ChangeLog 2002-05-20
3430           src/prefs_common.c
3431                 see ChangeLog 2002-05-22
3432
3433 2002-05-21 [melvin]     0.7.6claws10
3434
3435         * src/folderview.c
3436                 Added missing filtering and scoring headers
3437                 Fixed bad function call that showed garbage 
3438                 in Folder->Processing
3439
3440 2002-05-21 [paul]       0.7.6claws9
3441
3442         * tools/Makefile.am
3443                 make all tools executable, (patch by Alfons).
3444
3445 2002-05-20 [alfons]     0.7.6claws8
3446
3447         * src/procheader.c
3448                 don't forget to call mktime() so we have a valid week 
3449                 and year day
3450                 (Bug report by Roger Sondermann <mail@jumaros.de>)
3451
3452 2002-05-20 [paul]       0.7.6claws7
3453
3454         * src/html.c
3455                 fix broken parsing of urls
3456         * src/textview.c
3457                 fix displaying of urls
3458
3459                 both fixes from the patch [547855] by Eugene 
3460                 Brevdo (zonem)
3461
3462 2002-05-19 [alfons]     0.7.6claws6
3463
3464         * configure.in
3465                 make sylpheed configure correctly with the latest
3466                 and greatest of automake / autoconf / gettext
3467
3468 2002-05-19 [alfons]     0.7.6claws5
3469
3470         * src/procheader.c
3471         * src/procheader.h
3472                 add function for returning ime zone offset
3473         * src/quote_fmt.c
3474         * src/quote_fmt_parse.y
3475                 better quotation formatting - does not convert
3476                 to local time, but uses the original date string.
3477                 
3478                 Note: %z inserts the timezone offset (should 
3479                 work also on platforms where strftime does not
3480                 support %z).
3481
3482 2002-05-18 [christoph]  0.7.6claws4
3483
3484         * src/summaryview.c
3485                 fix indentation of some code
3486         * tools/Makefile.am
3487                 fix spaces after \
3488         * src/Makefile.am
3489                 add missing \
3490                 correct path for ignorethread.xpm
3491                 incorrect filename for sylpheed_logo.xpm
3492                 add missing include matcher_parser_parse.h
3493
3494 2002-05-18 [paul]       0.7.6claws3
3495
3496         * sync with 0.7.6cvs8
3497                 see ChangeLog 2002-05-16 and 2002-05-17
3498
3499 2002-05-18 [melvin]     0.7.6claws2
3500
3501         * README.claws
3502                 Corrected an action's definition and fixed some misspellings.
3503
3504 2002-05-18 [paul]       0.7.6claws1
3505
3506         * tools/Makefile.am
3507           tools/gpg-sign        ** new file **
3508           tools/uudec           ** new file **
3509                 add Melvin's Actions scripts
3510
3511         * README.claws
3512                 add Melvin's descriptions for Actions
3513
3514 2002-05-18 [paul]       0.7.6claws
3515
3516         * Version 0.7.6claws released
3517
3518 2002-05-17 [paul]       0.7.5claws32
3519
3520         * po/es.po
3521                 updated by Ricardo Mones Lastra
3522
3523 2002-05-17 [paul]       0.7.5claws31
3524
3525         * src/compose.c
3526                 fix Account prefs default folder for sent/draft/deleted
3527                 messages bug
3528
3529         * po/it.po
3530           po/nl.po
3531                 updated translation by Alessandro Maestri and
3532                 Wilbert Berendsen
3533
3534 2002-05-17 [melvin]     0.7.5claws30
3535
3536         * src/prefs_actions.c
3537                 Fixed bug where using %F not at the end of the command 
3538                 resulted in an additional empty argument being created.
3539                 Thanks to Darko Koruga for reporting the bug.
3540
3541 2002-05-17 [melvin]     0.7.5claws29
3542
3543         * po/fr.po
3544                 Updated French translations.
3545
3546 2002-05-15 [paul]       0.7.5claws28
3547         
3548         * po/es.po
3549                 updated by Ricardo Mones Lastra
3550
3551 2002-05-15 [paul]       0.7.5claws27
3552
3553         * sync with 0.7.6cvs4
3554                 see ChangeLog 2002-05-14 and 2002-05-15
3555
3556 2002-05-14 [paul]       0.7.5claws26
3557
3558         * sync with 0.7.6cvs1
3559                 see ChangeLog 2002-05-13
3560
3561 2002-05-13 [thorsten]   0.7.5claws25
3562
3563         * src/messageview.c
3564                 fix select_all and copy in multipart messages
3565         * src/mainwindow.c
3566                 fix select_all and copy in multipart messages
3567
3568 2002-05-12 [paul]       0.7.5claws24
3569
3570         * src/summaryview.c
3571                 reverse last commit, bug already fixed in 0.7.5claws3
3572
3573 2002-05-12 [netztorte]  0.7.5claws23
3574
3575         * src/summaryview.c
3576                 dont parse empty addressbook (checked in before claws20)
3577
3578 2002-05-12 [melvin]     0.7.5claws22
3579
3580         * src/procmsg.[ch]
3581                 Removed unneeded priority code introduced by the previous 
3582                 commit.
3583
3584 2002-05-12 [melvin]     0.7.5claws21
3585
3586         * src/compose.[ch]
3587                 Added possibility to set message's priority.
3588         * src/procmsg.[ch]
3589                 Added possibility to set message's priority.
3590                 Added missing headers
3591
3592 2002-05-12 [melvin]     0.7.5claws20
3593
3594         * src/prefs_actions.c
3595                 Removed implicitely added quotes around the name
3596                 of the temporary files of mime parts.
3597
3598 2002-05-12 [paul]       0.7.5claws19
3599
3600         * sync with 0.7.5cvs20
3601                 see ChangeLog 2002-05-11
3602
3603 2002-05-12 [alfons]     0.7.5claws18
3604
3605         * src/quote_fmt_lex.l
3606         * src/quote_fmt_parse.y
3607                 allow quote / reply date & time format to be set using
3608                 %D{format}. format is a format string you'd pass to
3609                 strftime() (see man strftime, or the Display tab |
3610                 Date format setting).
3611
3612                 Currently %D converts the date to local time. 
3613
3614 2002-05-11 [paul]       0.7.5claws17
3615
3616         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
3617                 see ChangeLog 2002-05-10 and 2002-05-11
3618
3619 2002-05-10 [paul]       0.7.5claws16
3620
3621         * sync with 0.7.5cvs16
3622                 see ChangeLog entries 2002-05-09 and 
3623                 2002-05-10
3624
3625 2002-05-10 [colin]      0.7.5claws15
3626
3627         * src/textview.c
3628                 Corrected a bug that prevented sylpheed to open
3629                 double-clicked URIs.
3630
3631 2002-05-09 [paul]       0.7.5claws14
3632
3633         * sync with 0.7.5cvs14
3634                 see ChangeLog 2002-05-08 and 2002-05-09
3635
3636 2002-05-08 [paul]       0.7.5claws13
3637
3638         * sync with 0.7.5cvs11
3639                 see ChangeLog entry 2002-05-08
3640
3641 2002-05-08 [paul]       0.7.5claws12
3642
3643         * src/mainwindow.c
3644           src/textview.[ch]
3645                 fix segfault on View->Open in new window
3646                 patch submitted by Thorsten Maerz <torte@netztorte.de>
3647
3648 2002-05-07 [paul]       0.7.5claws11
3649
3650         * sync with 0.7.5cvs9
3651                 see ChangeLog entry 2002-05-07
3652
3653 2002-05-06 [paul]       0.7.5claws10
3654
3655         * src/messageview.c
3656           src/textview.c
3657                 display url in statusbar on single-click
3658                 patch submitted by Thorsten Maerz <torte@netztorte.de>
3659
3660 2002-05-06 [match]      0.7.5claws9
3661
3662         * src/addritem.[ch]
3663                 new functions.
3664         * src/addrcache.c
3665                 tidy up.
3666         * src/xmlprops.[ch]
3667                 XML implementation of properties file.
3668         * src/exporthtml.[ch]
3669         * src/expthtmldlg.[ch]
3670         * src/addressbook.c
3671                 export to HTML.
3672
3673 2002-05-02 [sergey]     0.7.5claws8
3674
3675         * src/mainwindow.c (mainwin_entries),
3676           src/prefs_common.c (prefs_send_create()),
3677           src/codeconv.c (locale_table):
3678                 use charset name "Windows-1251" instead of "CP1251".
3679
3680 2002-05-02 [colin]      0.7.5claws7
3681         
3682         * src/compose.c
3683           src/prefs_common.c
3684           src/prefs_folder_item.c
3685                 Fixed cosmetics bugs due to Outbox renamed to Sent.
3686
3687 2002-05-02 [hiro]       0.7.5claws6
3688
3689         * src/imap.c
3690                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
3691
3692 2002-05-02 [paul]       0.7.5claws5
3693
3694         * src/compose.c
3695                 more sync with 0.7.5cvs7, see ChangeLog entry
3696                 2002-05-02
3697
3698 2002-05-02 [hiro]       0.7.5claws4
3699
3700         * src/compose.c
3701                 compose_queue_sub():
3702                 check if queue folder exists (closes #550397).
3703                 removed directory creation since it should be handled
3704                 transparently.
3705         * src/imap.c
3706                 imap_add_msg(): return UID for appended message
3707                 (closes #548842).
3708
3709 2002-04-30 [paul]       0.7.5claws3
3710
3711         * src/summaryview.c
3712                 fix account_find_from_address() bug
3713
3714 2002-04-28 [colin]      0.7.5claws2
3715
3716         * src/compose.c
3717           src/textview.c
3718           src/prefs_common.[ch]
3719           src/utils.[ch]
3720                 Added user-definable quotation characters recognition.
3721
3722 2002-04-28 [paul]       0.7.5claws1
3723
3724         * sync with 0.7.5cvs4
3725                 see ChangeLog entry  2002-04-25
3726
3727 2002-04-28 [paul]       0.7.5claws
3728
3729         * po/es.po
3730           po/nl.po
3731           po/pt_BR.po
3732                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
3733                 Fabio Junior Beneditto
3734
3735 2002-04-27 [jens]       0.7.4claws103
3736
3737         * po/de.po
3738                 updated German translation.
3739
3740 2002-04-27 [hiro]       0.7.4claws102
3741
3742         * src/summaryview.c
3743                 summary_write_cache(): fixed the mark loss of hidden messages.
3744
3745 2002-04-26 [melvin]     0.7.4claws101
3746
3747         * src/procmsg.c
3748                 fixed a second typo (same one)
3749         * po/fr.po
3750           po/it.po
3751           po/pt_BR.po
3752                 fixed the type again...
3753
3754 2002-04-26 [melvin]     0.7.4claws100
3755