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