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