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