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