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