fixes for mail sending (in compose.c)
[claws.git] / ChangeLog.claws
1 2001-11-13 [hoa] 0.6.5claws10
2
3         * src/compose.c
4                 some fixes when mail are sent or
5                 for crossposts
6
7 2001-11-13 [christoph]  0.6.5claws9
8
9         * po/de.po
10                 Changed two string with the same translation
11         * src/compose.c
12         * src/procmsg.[ch]
13         * src/send.[ch]
14                 New mailsending process:
15                   - Always queue message before sending
16                     (message will be saved if sylpheed crashed or
17                      freezes while sending)
18                   - Allow queuing of newspostings
19                   - No copy in outbox before sending
20                     (closes bug #469501)
21                   - No more redundant code for send and send_later
22         * src/summaryview.c
23                 Applied wwp <subscript@free.fr>'s patch that fixes
24                 marks for multiple forwarded messages (+compose.c)
25
26 2001-11-12 [alfons]
27
28         * README.claws
29                 remove things that are now in main branch
30         
31         * po/nl.po
32                 update Dutch translation
33
34 2001-11-12 [mhadasht]   0.6.5.claws8
35
36         * src/prefs_common.c
37                 re-enabled account autoselection feature for forward
38                 and reedit lost during the branch point for SYNC-B4-REL
39         * src/gtkspell.c
40                 gtkpspell_get_dict(): more readable code (even if function is
41                 not used yet)
42         * ChangeLog.claws
43                 added version number info to 2001-11-12 [hiro] comment.
44
45 2001-11-12 [hiro]       0.6.5.claws7
46
47         * src/compose.c
48                 compose_forward(): fixed a bug that forward quote mark
49                 wasn't used.
50                 removed unnecessary code.
51         * src/template_select.[ch]: removed.
52
53 2001-11-11 [alfons]
54
55         * src/compose.c
56                 :%s/GTK_TEXT/GTK_STEXT/g
57         
58         * src/compose.[ch]
59         * src/undo.[ch]
60         * src/Makefile.am
61                 revert the undo stuff (this is 0.6.6claws stuff)
62
63 2001-11-11 [hoa]        0.6.5.claws6
64
65         * src/compose.[ch]
66                 Insert signature at the end of the text.
67                 Added undo patch but currently disabled
68
69         * src/procmsg.c
70                 Threading by subject improved.
71
72         * added src/undo.[ch]
73                 Undo module for compose dialog box.
74
75 2001-11-11 [alfons]     0.6.5.claws5
76
77         * src/procmsg.c
78                 prevent threading by subject on nodes that have already been
79                 threaded by in-reply-to (as in "circular references in a tree
80                 result in a dead branch")
81
82 2001-11-09 [hoa]        0.6.5.claws4
83         
84         * src/folderview.c
85                 allows creation of mbox folder item from any files.
86
87 2001-11-09 [alfons]     0.6.5.claws3
88         
89         * src/utils.c
90         * src/procmsg.c
91                 do what I mean and correct threading by subject so it really
92                 ignores attracting lines without "Re: "
93
94 2001-11-07 [alfons]     0.6.5.claws2
95
96         * src/procmsg.c
97         * src/utils.[ch]
98                 only attract by subject if a subject line starts with a "Re: "
99         * src/syldap.c
100                 remove warning
101
102 2001-11-07 [paul]       0.6.5claws1
103
104         * sync with sylpheed 0.6.5. release
105                 see ChangeLog entry 2001-11-07
106
107 2001-11-07 [paul]       0.6.4claws31
108
109         * sync with sylpheed 0.6.4cvs18
110                 see ChangeLog entries 2001-10-30 to 2001-11-07
111                 prefs_templates.[ch] renamed prefs_template.[ch]
112
113 2001-11-06 [alfons]
114         
115         * src/utils.h
116                 add semicolon Hoa forgot ;-)
117                 
118
119 2001-11-06 [hoa]        0.6.4claws30
120         
121         * src/procmsg.c
122         * src/summaryview.c
123         * src/utils.c
124         * src/utils.h
125                 threading by subject - empty subject are ignored
126
127 2001-11-06 [christoph]  0.6.4claws29
128
129         * src/socket.c
130                 use SSL_peek for sock_gets
131         * src/utils.c
132                 removed unneeded pointer in extracting quoted
133                 names implementation
134
135 2001-11-06 [melvin]     0.6.4claws28
136
137         * src/gtkspell.c
138                 fixed bug #476792 Selection overtyping with spell checker
139                 fixed bug which could cause a buffer overflow
140                 fixed a memory leak
141
142 2001-11-06 [hoa]        0.6.4claws27
143         
144         * src/procmsg.c
145         * src/summaryview.c
146                 threading by subject
147
148 2001-11-05 [alfons]     0.6.4claws26
149         
150         * README.claws
151                 Claws -> Sylpheed (vice versa)
152
153         * src/compose.c
154                 :%s/gtk_text/gtk_stext/g
155                 :%s/GTK_TEXT/GTK_STEXT/g
156                 (thanks to Jonathan Ware for spotting this)
157
158 2001-11-04 [christoph]  0.6.4claws25
159
160         * src/summaryview.c
161                 replace Xalloca + strdup with Xstrdup_a
162         * src/utils.c
163                 better implementation of extracting quoted names
164                 from addresses (remove backlashes and ignore
165                 quotes after them)
166
167 2001-11-04 [alfons]     0.6.4claws24
168
169         * src/utils.[ch]
170                 edit to comply more with coding style
171
172         * src/textview.c
173                 fix bug reported by Kim Schulz. introduced by the patch integrated
174                 in 0.6.4claws15. the code did not check the return value of
175                 the html parser.
176
177         * AUTHORS
178                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
179
180 2001-11-04 [christoph]  0.6.4claws23
181
182         * src/main.c
183         * src/prefs_common.[ch]
184                 init some pointers that possibly caused a segfault
185                 reported in the claws-users ML
186
187 2001-11-04 [hoa]        0.6.4claws22
188
189         * src/grouplistdialog.c
190                 change the names of the nodes in the tree
191
192         * src/compose.c
193                 enhanced mailto syntax as described in
194                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
195                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
196
197         * src/utils.c
198                 encode and decode URI (useful when opening URL into
199                 netscape).
200
201 2001-11-03 [hoa]        0.6.4claws21
202
203         * src/grouplistdialog.c
204                 a new newsgroups list selection dialog box
205                 with a CTree instead of a CList
206
207 2001-11-03 [hoa]        0.6.4claws20
208
209         * src/folderview.c
210                 enable property and scoring options when right
211                 click on "inbox"
212
213         * src/summaryview.c
214                 fixed bug when nickname were displayed using
215                 the address book.
216
217 2001-11-02 [darko]      0.6.4claws19
218
219         * src/compose.c
220                 new wrap quotation and URL/long words wrapping implementation
221         * src/compose.c src/gtkstext.[ch]
222                 move gtkstext_strncmp() to gtkstext.c
223
224 2001-11-01 [christoph]  0.6.4claws18
225
226         * src/prefs_account.c
227                 fixed mess in account settings dialog
228         * src/prefs_folder_item.c
229                 added label with folder path to dialog
230
231 2001-10-31 [match]      0.6.4claws17
232
233         * src/vcard.c
234                 fix memory leak.
235         * src/addrbook.c
236                 fix generation of spurious address book file names.
237                 remove redundant functions.
238         * po/POTFILES.in
239                 added missing file names.
240
241 2001-10-30 [paul]       0.6.4claws16
242
243         * sync with sylpheed 0.6.4cvs6
244                 see ChangeLog entries 2001-10-26 to 2001-10-30
245
246         * tools/filter_conv.pl
247                 read folderlist.xml to discover whether the top-level
248                 folder is called 'Mailbox' or 'Mail' 
249
250 2001-10-29 [paul]       0.6.4claws15
251
252         * src/html.c, src/textview.c
253                 activate links in html mail and fix clickable parts
254                 Submitted by Matthieu Dazy <dazy@t-surf.com>
255
256 2001-10-29 [paul]
257
258         * po/de.po, po/es.po, po/pt_BR/po
259                 updated translations, submitted by Jens Oberender,
260                 Ricardo Mones Lastra, and Fabio Junior Beneditto
261
262 2001-10-29 [darko]      0.6.4claws14
263
264         * src/compose.c
265                 fix wrapping for good
266
267 2001-10-29 [darko]
268
269         * src/compose.c
270                 undo previous change as it broke the smart wrapping
271
272 2001-10-29 [darko]      0.6.4claws13
273
274         * src/compose.c
275                 fix infinite loop when long URL is quoted
276                 (closes bug #475122.
277
278 2001-10-28 [match]
279
280         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
281                 import Mutt address book
282         * src/ldif.[ch] src/importldif.h
283                 modified import LDIF handle user attributes
284
285 2001-10-28 [christoph]  0.6.4claws12
286
287         * src/summaryview.c
288                 fixed that filtering did not work if there
289                 were no filter rules
290                 (closes bug #472003 and better implementation
291                  of patch #474644)
292
293 2001-10-27 [christoph]  0.6.4claws11
294
295         * src/compose.c
296                 make the folder's default account to be used when
297                 replying. (patch by wwp <subscript@free.fr>)
298         * src/compose.c
299                 code cleanup, nearly killed all of wwp's patch
300                 for folder's default account in compose
301         * src/folderview.c
302                 error panel when a folder could not be created
303                 (closes bug #471080 new folder name & already
304                  existing file)
305
306 2001-10-26 [alfons]
307
308         * src/utils.h
309                 change prototype of strstr2() that Christoph forgot about
310
311 2001-10-26 [christoph]  0.6.4claws10
312
313         * src/account.c
314                 made search for accounts by email address not case
315                 sensitive
316         * src/folder.c
317                 fixed memory leak in folder_item_get_identifier
318         * src/gtkspell.c
319         * src/utils.c
320                 fixed wrong strstr2 (should work like strstr)
321
322 2001-10-26 [darko]      0.6.4claws9
323
324         * src/compose.c src/gtkstext.[ch]
325         * src/gtkstext.c
326                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
327
328 2001-10-26 [paul]       0.6.4claws8
329
330         * src/html.c
331                 ignore css and javascript tags in html mail
332                 case-insensitive, with or without double-quoted
333                 strings
334
335 2001-10-26 [paul]       0.6.4claws7
336
337         * sync with sylpheed 0.6.4cvs1
338                 see ChangeLog entry 2001-10-26
339
340         * src/prefs_account.c, src/prefs_common.c,
341           src/prefs_summary_column.c
342                 minor improvements to the English
343
344 2001-10-25 [alfons]     0.6.4claws6
345
346         * src/gtkstext.c
347         
348                 make GtkSText follow style of GtkText (closes bug 
349                 #469211 "text selection while writing message")
350                 
351                 do sync with GTK 1.2.10
352
353 2001-10-25 [paul]       0.6.4claws5
354
355         * src/html.c
356                 ignore css tags in html mail
357
358 2001-10-25 [darko]      0.6.4claws4
359
360         * src/compose.c
361                 don't declare is_url_string as static function since
362                 we need it in gtkstext.c
363         * src/gtkstext.c
364                 remove unused variable
365                 don't wrap long URLs while composing a message
366
367 2001-10-24 [christoph]  0.6.4claws3
368
369         * src/socket.c
370                 fix ssl deadlock, when peer closes connection
371
372 2001-10-24 [paul]       0.6.4claws2
373
374         * src/prefs_common.c
375                 gettextize the gpg ascii-armored warning message
376
377         * src/compose.c
378                 insert a DOS/MAC file into the composed message
379                 (improvements)
380
381         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
382
383 2001-10-22 [paul]       0.6.4claws1
384
385         * sync with sylpheed 0.6.4 release
386                 see ChangeLog entries 2001-10-21
387
388         * po/fr.po, po/pt_BR.po
389                 updated by Melvin Hadasht and Fabio Junior Beneditto
390
391 2001-10-21 [paul]       0.6.3claws30
392
393         * src/compose.c
394                 insert a DOS text file from the compose window
395                 into the composed message text (removes CRs characters)
396                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
397
398         * tools/filter_conv.pl, tools/README
399                 automatically use ~/.sylpheed as working directory
400                 print out confirmation message on completion
401
402         * correct Hoa's last ChangeLog.claws entry
403
404 2001-10-20 [hoa]        0.6.3claws29
405
406         * src/grouplistdialog.c
407                 bugfix (another ?) to give the right
408                 newsgroups list for each news server.
409
410         * src/news.c
411         * src/news.h
412                 improve the newsgroups list cache
413
414 2001-10-20 [paul]       0.6.3claws28
415
416         * sync with sylpheed 0.6.3cvs9
417                 see ChangeLog entry 2001-10-19
418
419         * correct Alfons' last ChangeLog.claws entry
420
421 2001-10-19 [alfons]
422
423         * src/pgptext.[ch]
424                 fix compilation problems (part of bug #472895)
425
426 2001-10-18 [hoa]        0.6.3claws27
427
428         * src/grouplistdialog.c
429                 bugfix when we refresh was clicked (bug 472701)
430
431 2001-10-19 [christoph]  0.6.3claws26
432
433         * src/compose.c
434                 last header entry should default to "To:" or
435                 "Newsgroups:" and not copy the last entry line
436                 in a new compose window
437                 (closes bug #472686, #470792)
438
439 2001-10-19 [paul]       0.6.3claws25
440
441         * sync with Sylpheed 0.6.3cvs8
442                 see ChangeLog entries 2001-10-18 and 2001-10-19
443
444 2001-10-18 [christoph]  0.6.3claws24
445
446         * src/procmsg.c
447                 reimplement ignore thread
448         
449 2001-10-18 [hoa]        0.6.3claws23
450
451         * src/folderview.c
452         * src/grouplistdialog.[ch]
453                 enhanced news subscription interface (feature 469113)
454
455         * src/news.c
456         * src/news.h
457                 enchanced newsgroup listing,
458                 now, we can get groups informations
459                 (NNTPGroupInfo)
460
461 2001-10-18 [paul]       0.6.3claws22
462
463         * src/summaryview.c
464                 remove comment (sync with main branch)
465         * src/mainwindow.c
466                 fix 'Re-edit' bug in 'Message' menu
467
468 2001-10-17 [christoph]  0.6.3claws21
469
470         * src/compose.c
471                 ignore empty or whitespace only header lines
472
473 2001-10-17 [paul]       0.6.3claws20
474
475         * sync with sylpheed 0.6.3cvs7
476                 see ChangeLog entries 2001-10-14, 2001-10-16, and
477                 2001-10-17
478
479 2001-10-17 [darko]
480
481         * src/compose.c
482                 wrap long lines without spaces
483                 don't wrap URLs
484
485 2001-10-16 [paul]
486
487         * po/es.po, po/nl.po, po/pt_BR.po
488                 updated by Ricardo Mones Lastra, Alfons,
489                 and Fabio Junior Beneditto
490
491         * sylpheed-0.6.3claws released
492
493 2001-10-15 [melvin] 0.6.3claws18
494
495         * README.claws
496                 added summary and detailed installation instructions
497                 for spell checker
498         * po/fr.po
499                 Updated, corrected and completed french translation
500
501 2001-10-15 [hoa] 0.6.3claws17
502         * src/grouplistdialog.c
503                 we can choose the newsgroups to display with wildcards
504
505 2001-10-15 [christoph]  0.6.3claws16
506
507         * src/account.c
508         * src/compose.c
509         * src/prefs_folder_item.[ch]
510                 applied wwp <subscript@free.fr>'s folder
511                 default account patch
512         * po/de.po
513                 Fixed wrong translation
514
515 2001-10-13 [alfons, christoph, melvin]  
516                         0.6.3claws15
517
518         solution #2 to solve MT-safety problems defers all GUI related calls
519         to the main thread using a gtk_idle_add() callback. discussed on
520         ircnet #sylpheed, with christoph spotting some issues with the
521         original code, and melvin allowing us to lobotomize his sylpheed.
522
523         * src/syldap.[ch], src/main.c
524                 fix race problem in ldap search thread by deferring GUI 
525                 stuff to main thread using gtk_idle_add()
526
527 2001-10-13 [paul]       0.6.3claws14
528
529         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
530                 add Sergey's smtpcred.patch
531                 adds separate username/password setting for SMTP Auth
532                 needed by some servers
533                 (closes feature request #471659)
534
535 2001-10-13 [paul]       0.6.3claws13
536
537         * src/pgptext.[ch] **NEW FILES**
538         * src/Makefile.am, src/messageview.c, src/mimeview.c
539                 decrypt ascii-armored gpg text embedded in
540                 the message body.
541                 Submitted by Jens Jahnke <jan0sch@gmx.net>
542
543 2001-10-13 [christoph]  0.6.3claws12
544
545         * README.claws
546                 some more details on default to and
547                 feature requests
548         * src/main.c
549                 init glib threading when ldap is used
550         * src/syldap.c
551                 threading fixes
552         * po/de.po
553                 fixed a typo
554
555 2001-10-12 [paul]       0.6.3claws11
556
557         * src/prefs_common.[ch], src/rfc2015.c
558                 enable ascii-armored gpg text to be embedded in the
559                 message body, selectable through the 'Privacy'
560                 preferences. Supports encrypting only.
561                 Submitted by Ravemax <ravemax@dextrose.com>
562
563 2001-10-12 [paul]       0.6.3claws10
564
565         * sync with sylpheed 0.6.3cvs6
566                 see ChangeLog entries 2001-10-11 and 2001-11-12
567
568         * src/folderview.c
569                 incorporated mbox folders, scoring, and folder
570                 properties into the sync
571
572 2001-10-12 [darko]      0.6.3claws9
573
574         * README.claws
575                 describe quotation wrapping
576         * src/compose.c
577                 don't treat tab as space to calculate line length properly
578
579 2001-10-11 [alfons]
580
581         * README.claws
582                 correct description of how to make new filtering system work,
583                 add some other things
584                 
585         * src/syldap.c
586                 remove sched_yield() (not necessary / unportable)
587
588 2001-10-11 [paul]       0.6.3claws8
589
590         * sync with sylpheed 0.6.3cvs3
591                 see ChangeLog entry 2001-10-10
592
593 2001-10-10 [christoph]  0.6.3claws7
594
595         * .cvsignore
596                 ignore 2 files created by newer autotools
597         * src/prefs_folder_item.c
598                 using table for widget alignment
599                 fixed memory leak and broken octal display
600         * src/filesel.c
601                 fixed segfault caused by lost filename
602                 workaround (closes bug #469551)
603
604 2001-10-10 [paul]       0.6.3claws6
605
606         * sync with sylpheed 0.6.3cvs2
607                 see ChangeLog entries 2001-10-09 and 2001-10-10
608
609 2001-10-10 [darko]      0.6.3.claws5
610
611         * src/gtkstext.c
612                 proper calculation of right margin if smart wrapping is enabled
613         * src/compose.c
614                 automatically wrap long lines if wrap quotation is enabled
615
616 2001-10-09 [alfons]     0.6.3.claws4
617
618         * src/summaryview.c
619                 select correct row when deleting last row in the summary view (and
620                 close bug "[ #469104 ] select second last in list when deleting")
621
622 2001-10-09 [paul]       0.6.3claws3
623
624         * sync with sylpheed 0.6.3cvs1
625                 updated some autotool scripts
626
627 2001-10-09 [darko]      0.6.3claws2
628
629         * src/gtkstext.[ch]
630                 new name and mark with Sylpheed comment
631         * src/compose.c
632                 smart quotation wrapping a-la VIM
633
634 2001-10-08 [paul]       0.6.3claws1
635
636         * sync with sylpheed 0.6.3 release
637                 see ChangeLog entry 2001-10-08
638
639 2001-10-08 [paul]       0.6.2claws24
640
641         * src/summaryview.c
642                 more sync with sylpheed 0.6.2cvs12
643                 Fixed the bug that didn't select the last row correctly
644
645
646 2001-10-07 [paul]       0.6.2claws23
647
648         * sync with sylpheed 0.6.2cvs12
649                 see ChangeLog entry 2001-10-07
650
651 2001-10-06 [match]
652         * src/jpilot.[ch]
653                 enable jpilot to read unsynch'ed addresses.
654
655         * src/editldap_basedn.c
656                 fix segfault when opening dialog.
657
658 2001-10-06 [alfons]     0.6.2.claws22
659
660         * src/summaryview.c
661                 fix bug with summary view selecting last *inserted*
662                 node instead of last *visible* node. remember we
663                 work with a tree
664
665 2001-10-06 [paul]       0.6.2claws21
666
667         * po/pt_BR.po
668                 updated translation, contains some fixes and new
669                 translations, submitted by Gustavo Noronha Silva
670                 <kov@debian.org>
671
672         * src/prefs_common.c
673                 change 'each' to 'every' - fix dubious English
674
675         * sync with sylpheed 0.6.2cvs11
676
677 2001-10-05 [alfons]     0.6.2claws20
678
679         * src/mainwindow.[ch], src/folderview.c
680                 make composite tool button switch between "Compose News"
681                 and "Compose Mail" depending on selected folder
682                 (nifty idea by Kim Schulz <kim@schulz.dk>)
683
684 2001-10-05 [paul]       0.6.2claws19
685
686         * src/mainwindow.c, src/summaryview.c
687                 fix 'Message/Reply to all', broken in last commit
688
689         * src/compose.c
690                 fix X_BEENTHERE seg fault, thanks to Alfons
691
692 2001-10-04 [paul]       0.6.2claws18
693
694         * src/compose.[ch], src/mainwindow.c
695                 make "Message/Reply" reply to mailing lists; matches
696                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
697                 based on portions of the patch submitted by
698                 Junichi Uekawa <dancer@netfort.gr.jp>
699
700 2001-10-04 [darko]      0.6.2claws17
701
702         * src/compose.c
703                 better smart wrapping
704         * src/gtkstext.[hc]
705                 a function to make text buffer contiguous
706
707 2001-10-03 [paul]       0.6.2claws16
708
709         * sync with sylpheed 0.6.2cvs10
710
711 2001-10-02 [alfons]
712
713         * configure.in
714         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
715                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
716                 references to chinese translations (hope someone picks up
717                 this)
718
719 2001-10-02 [christoph]  0.6.2claws15
720
721         * src/compose.c
722                 fixed non translated header bug
723         * ChangeLog.claws
724                 fixed wrong date in alfons last entry ;)
725
726 2001-10-02 [alfons]     0.6.2claws14
727
728         * src/compose.c, src/prefs_common.[ch]
729                 add block cursor option
730
731 2001-10-02 [paul]       0.6.2claws13
732
733         * sync with sylpheed 0.6.2cvs9
734
735 2001-09-30 [paul]       0.6.2claws12
736
737         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
738                 updated translations
739
740         * po/POTFILES.in
741                 add 'src/importldif.c'
742
743         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
744                 added eudora-to-vCard conversion tool
745                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
746
747         * sync with sylpheed 0.6.2cvs8
748
749 2001-09-30 [paul]
750
751         * sylpheed-0.6.2claws released
752
753 2001-09-27 [melvin]     0.6.2claws11
754
755         * src/gtkspell.c
756                 fixed crash when using default path (introduced 
757                 in 0.6.2claws10)
758                 fixed tiny bug for initial suggestion mode
759
760 2001-09-27 [melvin]     0.6.2claws10
761         
762         * src/gtkspell.c
763                 fixed bug where gtkpspell didn't set the path correctly
764
765         * README.claws
766                 added a paragraph about spell checking
767                 
768
769
770 2001-09-27 [paul]       0.6.2claws9
771
772         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
773                 replace '// comments' with '/* comments */' to prevent
774                 some compiler warnings 
775
776         * sync with sylpheed 0.6.2cvs6
777
778 2001-09-26 [alfons]     0.6.2claws8
779
780         * src/messageview.c
781                 introduce return receipt request notification again,
782                 which was lost because of other semantics in 
783                 procheader_parse() (???)
784
785 2001-09-26 [christoph]  0.6.2claws7
786
787         * src/compose.c
788                 replace comments for old code with #if 0
789                 readded auto cc, bcc and reply-to
790         * src/prefs_matcher.c
791         * src/prefs_scoring.c
792                 removed some definition (was moved to
793                 prefs.h)
794
795 2001-09-26 [paul]       0.6.2claws6
796
797         * src/mainwindow.c
798                 make 'Follow-up and reply to' sensitive
799
800         * more sync with sylpheed 0.6.2cvs5
801
802 2001-09-25 [melvin]
803
804         * 0.6.2claws5
805
806         * src/gtkspell.c
807                 fixed bug for "US-ASCII" introduced by the encoding code
808
809 2001-09-25 [paul]
810
811         * 0.6.2claws4
812
813         * src/prefs_common.[ch], src/summaryview.c
814                 'next unread msg' 'go to next folder?' dialog can be
815                 given default behaviour, either always show dialog,
816                 or assume 'yes', or assume 'no'
817                 Submitted by wwp <subscript@free.fr>
818
819 2001-09-25 [melvin]
820                 
821         * src/compose.c src/gtkspell.[ch]
822                 added support for different encodings
823
824 2001-09-25 [paul]
825
826         * more sync with sylpheed 0.6.2cvs5
827
828 2001-09-24 [alfons]
829         
830         * src/prefs_folder_item.c
831                 add check for item->prefs->default_to string is NULL and
832                 add another check when freeing this string
833
834 2001-09-24 [paul]
835
836         * configure.in
837                 change to version 0.6.2claws3
838
839         * sync with sylpheed 0.6.2cvs5 
840
841 2001-09-24 [match]
842         * src/ldif.[ch], src/importldif.[ch], addressbook.c
843                 import LDIF files.
844         * src/addrcache.[ch], addrindex.[ch]
845                 small update for future
846         * src/addrbook.c
847                 fix test XML file.
848
849 2001-09-24 [melvin]
850         * src/gtkspell.[ch]
851                 added 'Learn from mistakes' option
852                 better handling of quotes in checked words
853                 sorted dict list
854         * po/fr.po
855                 small update for spell checking stuff
856
857 2001-09-23 [alfons]
858         
859         * src/gtkspell.c
860                 edit a little bit so it complies more with main coding style
861
862 2001-09-23 [alfons]
863
864         * src/folder.[ch], prefs_folder_item.c, compose.c
865                 migrate "request return receipt" folder property
866                 to folderlist.xml
867
868 2001-09-22 [alfons]
869
870         * README.claws **NEW**
871                 (add things of interest for users of main branch 
872                 and claws here)
873
874         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
875                 re-implement threading per folder option, but store 
876                 the setting in folderlist.xml (where it belongs)
877
878 2001-09-21 [melvin]
879
880         * src/gtkspell.[ch]
881                 fixed bug when compose window is under another window
882         * src/prefs_common.[ch] src/compose.c
883                 changed 'dictionary_path' to 'dictionary' to be consistent
884                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
885         * ac/pspell.m4 src/Makefile.am 
886                 dropped PSPELL_PATH macro
887         * po/fr.po
888                 updated translations
889
890 2001-09-21 [christoph]
891
892         * src/compose.c
893                 added border around header fields
894                 keep header type when new field is added
895
896 2001-09-20 [christoph]
897
898         * src/utils.[ch]
899                 more portable debug_print with source filename
900                 and linenumber
901         * src/procmsg.c
902                 more newlines after debug messages
903
904 2001-09-20 [paul]
905
906         * configure.in
907                 change to version 0.6.2claws2
908
909         * sync with sylpheed 0.6.2cvs3
910
911 2001-09-19 [melvin]
912
913         * src/gtkspell.c
914                 fixed the post-right-click focus pb
915                 fixed crash when 'Spell check all' after dict change 
916                         and when cursor is at the end of the text
917                 shift-right-click pops up config menu even on misspelled words.
918         * po/POTFILES.in
919                 added gtkspell.c
920
921 2001-09-19 [melvin]
922
923         * src/about.c
924                 added pspell to compiled-in features list
925
926 2001-09-18 [melvin]
927
928         * switched to pspell and dropped ispell
929         * ac/pspell.m4
930                 new file. autoconf macro for pspell
931         * ac/Makefile.am 
932         * configure.in acconfig.h
933                 added pspell support
934         * src/Makefile.am
935         * src/main.c src/compose.[ch] src/gtkspell.[ch]
936         * src/prefs_common.[ch] 
937                 added pspell support
938
939 2001-09-18 [christoph]
940
941         * src/addr_compl.c
942         * src/template.[ch]
943                 replace LOG_MESSAGE with debug_print
944         * src/compose.[ch]
945                 gui improvements
946         * src/menu.c
947                 added newline after debug message
948         * src/utils.h
949                 using __VA_ARGS__ for debug_print macro
950         * tools/.cvsignore
951                 ignore Makefile and Makefile.in
952
953 2001-09-18 [paul]
954
955         * configure.in
956                 change to version 0.6.2claws1
957         * sync with sylpheed 0.6.2cvs1
958
959         * src/matcher.c 
960         * src/prefs_matcher.c
961                 add 'score equal to' option, submitted by
962                 Paul Evans <nerd@freeuk.com>
963
964 2001-09-15 [christoph]
965
966         * src/mainwindow.c
967                 comment out menu entry not existing in claws
968         * src/menu.c
969                 add debug output for non existing menu entries
970         * src/summaryview.c
971                 fix next/prev unread message for ignored threads
972         * src/utils.[ch]
973                 add sourcefile and line number to debug output
974                 otherwise it is sometimes hard to find the
975                 source code part if debug messages are translated
976
977 2001-09-14 [darko]
978         
979         * src/folderview.c
980                 refresh target folder style after colour is changed
981
982 2001-09-13 [paul]
983
984         * configure.in
985                 change to version 0.6.1claws3
986
987         * sync with sylpheed 0.6.1cvs6
988
989 2001-09-13 [darko]
990         
991         * src/folderview.c
992                 fix target folder colourization to use user selected colour
993
994 2001-09-12 [darko]
995         
996         * src/summaryview.c
997                 fix crash when message that is marked for copy/move is unmarked
998
999 2001-09-09 [paul]
1000
1001         * configure.in
1002                 change to version 0.6.1claws2
1003
1004         * sync with sylpheed 0.6.1cvs3
1005
1006 2001-09-09 [alfons]
1007         
1008         * src/folderview.c
1009                 fix bug with default font used for trash folder text
1010
1011 2001-09-06 [paul]
1012
1013         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
1014                 updated translations
1015
1016         * configure.in
1017                 change to version 0.6.1claws1
1018
1019         * sync with sylpheed 0.6.1cvs2
1020
1021 2001-09-03 [paul]
1022
1023         * po/POTFILES.in
1024                 add Match's new addressbook
1025
1026         * po/de.po
1027                 updated translation submitted by Jens Oberender
1028
1029 2001-09-02 [paul]
1030
1031         * configure.in
1032                 change to 0.6.1claws
1033         * sync with sylpheed 0.6.1 release
1034
1035 2001-09-02 [paul]
1036
1037         * configure.in
1038                 change to 0.6.0claws2
1039
1040         * sync with sylpheed 0.6.0cvs4
1041
1042         * po/pt_BR.po
1043                 updated translation submitted by Fabio Junior Beneditto
1044
1045 2001-09-01 [match]
1046         * pixmaps/
1047                 interface.xpm
1048                 book.xpm
1049                 address.xpm
1050         * src/
1051                 Makefile.am
1052                 a ton of new files
1053
1054 2001-08-31 [paul]
1055
1056         * configure.in
1057                 change to version 0.6.0claws1
1058
1059         * sync with sylpheed 0.6.0cvs1
1060
1061         * po/es.po
1062                 updated translation submitted by Ricardo Mones Lastra
1063
1064         * po/POTFILES.in
1065                 add 'src/prefs_templates.c'
1066
1067         * src/compose.c, src/summaryview.c
1068                 fix segfault on 'Re_edit'               
1069
1070 2001-08-30 [alfons]
1071
1072         * configure.in, Makefile.am
1073         * tools/Makefile.am
1074                 add tools directory to source distribution
1075
1076 2001-08-30 [paul]
1077
1078         * configure.in
1079                 change to version 0.6.0claws
1080
1081         * sync with sylpheed 0.6.0 release
1082
1083 2001-08-30 [christoph]
1084
1085         * configure.in
1086                 removed autoconf version check
1087
1088 2001-08-30 [paul]
1089
1090         * src/account.c, src/compose.c, src/prefs_common.[ch]
1091         * src/procheader.[ch] src/utils.[ch]
1092                 Enhanced automatic account selection on replies
1093                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
1094
1095         * configure.in
1096                 add LDAP and JPilot to the configuration results output.
1097
1098 2001-08-29 [christoph]
1099
1100         * src/summeryview.c
1101                 no bold font for ignored threads
1102
1103 2001-08-29 [paul]
1104
1105         * configure.in
1106                 change to version 0.5.3claws6
1107
1108         * sync with sylpheed 0.5.3cvs10
1109                 src/stringtable.[ch]: New Files
1110
1111         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
1112         * src/pixmaps/sylpheed.xpm
1113                 add mini-icons to windows (by Alfons)
1114
1115 2001-08-27 [paul]
1116
1117         * src/mainwindow.c
1118                 new functions: next_labeled_cb(), prev_labeled_cb()
1119
1120         * src/summaryview.c
1121                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
1122                 summary_select_next_labeled(), summary_select_prev_labeled()
1123
1124         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
1125                 give claws blue folders and a blue trash can
1126
1127 2001-08-27 [paul]
1128
1129         * configure.in
1130                 change to version 0.5.3claws5
1131
1132         * sync with sylpheed 0.5.3cvs9
1133                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
1134
1135 2001-08-24 [christoph]
1136
1137         * src/filesel.c
1138                 keep filename when browsing directories
1139                 (not working for user entered filename, but
1140                  for default name and selected filename from
1141                  file list)
1142         * src/mainwindow.c
1143                 fixed wrong spelling "Folllow-up"
1144         * src/mbox_folder.c
1145         * src/procmsg.c
1146         * src/summaryview.c
1147                 fixed new/unread message count with ignored
1148                 threads (2 commits, first didn't notice no
1149                 longer needed decreasing)
1150         * src/inc.c
1151                 readded scrolling of progress dialog
1152                 (lost in sync)
1153
1154 2001-08-24 [paul]
1155
1156         * configure.in
1157                 change to 0.5.3claws4
1158
1159         * sync with sylpheed 0.5.3cvs7
1160
1161 2001-08-24 [christoph]
1162
1163         * src/compose.c
1164                 set request return receipt when replying
1165                 if it is set is the folder prefs of the
1166                 message
1167         * src/inc.c
1168                 disable final error popup if popups are
1169                 disabled in config (again)
1170
1171 2001-08-23 [paul]
1172
1173         * configure.in
1174                 Change version number to 0.5.3claws3
1175
1176         * sync with sylpheed 0.5.3cvs5
1177
1178         * src/mimeview.c
1179                 double quote '%s' in 'gedit %s' to fix bug when
1180                 opening attachment with spaces in the name
1181
1182 2001-08-22 [alte]
1183         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
1184           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
1185                 initial message templates support
1186
1187
1188 2001-08-22 [paul]
1189
1190         * configure.in
1191                 change version number to 0.5.3claws2
1192
1193         * sync with sylpheed 0.5.3cvs4
1194
1195         * src/procmsg.h src/summaryview.c
1196                 re-implement (un)ignore thread
1197
1198 2001-08-21 [paul]
1199
1200         * src/summaryview.c
1201                 remove unnecessary code
1202         * src/compose.c
1203                 enable 'dynamic' signatures (submitted by
1204                 Eric Limpens <eric@hscg-internet.nl>)
1205
1206 2001-08-21 [paul]
1207
1208         clean up after sync with sylpheed 0.5.3 release
1209
1210         * src/folderview.c
1211                 fix re-introduced font mess, see Christoph's
1212                 entry 2001-06-24
1213
1214         * src/summaryview.c
1215                 remove prev_msgnum
1216                 use sylpheed's small font instead of
1217                 gtk default font for summary view
1218
1219
1220 2001-08-17 [paul]
1221
1222         * configure.in
1223                 add pl to ALL_LINGUAS - sync with main branch
1224
1225         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
1226                 Updated. Translations by Jens Oberender, Ricardo Mones
1227                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
1228
1229         * po/pl.po  ** NEW FILE **
1230                 sync with the main branch
1231
1232         * src/folderview.c
1233                 fix target folder colorizing and refresh problem
1234
1235
1236 2001-08-17 [christoph]
1237
1238         * src/mainwindow.c
1239                 claws uses 4 colors for target folder coloring.
1240                 arrays were not long enough and destroyed the
1241                 stack causing a segfault.
1242                 target folder colorizing does not work anymore
1243                 for me
1244
1245 2001-08-16 [paul]
1246
1247         * configure.in
1248                 change to version 0.5.3claws1
1249
1250         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
1251           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
1252           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
1253
1254                 sync with sylpheed 0.5.3 release, but keep claws method of
1255                 configuring/saving fonts
1256
1257         * src/addressbook.[ch]
1258                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
1259                 in line with a similar change in Hiroyuki's branch
1260
1261         * src/mainwindow.[ch]
1262                 disable main_window_set_thread_option()
1263         * src/prefs_folder_item.c
1264                 comment out &tmps_prefs.enable_thread,
1265         * src/mbox_folder.c, src/procmsg.[ch]
1266                 comment out MSG_IS_IGNORE_THREAD
1267         * src/summaryview.c
1268                 comment out summary_ignore_thread() and summary_unignore_thread()
1269                 comment out MSG_IS_IGNORE_THREAD
1270
1271                 use Hiroyuki's threading instead.
1272
1273
1274
1275 2001-08-15 [paul]
1276
1277         * src/account.c
1278                 use Hiroyuki's 0.5.3 column scheme but also
1279                 include the enable/disable button.
1280         * src/pixmaps/mark.xpm
1281                 add Hiroyuki's amended pixmap
1282
1283 2001-08-13 [christoph]
1284
1285         * src/account.c
1286                 receive at get all column showed wrong state for APOP
1287                 button should only work for POP3 and APOP accounts
1288         * src/prefs_account.c
1289                 added missing preprocessor statement for SSL
1290
1291 2001-08-12 [paul]
1292
1293         * src/account.[ch]
1294                 add 'receive at get all' column and enable/disable
1295                 button.
1296
1297 2001-08-06 [christoph]
1298
1299         * src/account.c
1300                 show usage of SSL in protocol column
1301
1302         * src/imap.c
1303         * src/inc.c
1304                 renamed ssl options
1305
1306         * src/prefs_account.[ch]
1307                 moved ssl options to a new page
1308
1309         * src/send.c
1310         * src/smtp.c
1311         * src/ssl.[ch]
1312                 renamed ssl options
1313                 added support for SMTP STARTTLS command
1314
1315 2001-08-05 [christoph]
1316
1317         * configure.in
1318                 debian autoconf needs version check to find
1319                 correct autoconf version. if the file is
1320                 named configure.in 2.13 is used, which does
1321                 not work with this configure.in script.
1322                 other solution would be to rename the script
1323                 to configure.ac as suggested in the autoconf
1324                 manual.
1325
1326         * src/inc.c
1327                 disable final error popup if popups are
1328                 diabled in config
1329
1330         * src/socket.c
1331                 bugfix in ssl_gets
1332                 fixes IMAP over SSL problem
1333
1334 2001-08-03 [paul]
1335
1336         * configure.in
1337                 change to 0.5.2claws1
1338
1339         * sync with sylpheed 0.5.2cvs1
1340
1341 2001-08-02 [alfons]
1342
1343         * configure.in
1344                 quick fix for ispell detection...
1345
1346 2001-08-01 [paul]
1347
1348         * configure.in
1349                 change to 0.5.1claws4
1350
1351         * sync with sylpheed 0.5.1cvs7
1352
1353 2001-07-31 [alfons]
1354
1355         * src/prefs_common.c, src/prefs_common.h, 
1356           src/gtkspell.c, src/gtkspell.h
1357                 add global spelling checker settings (compose tab) +
1358                 selection of dictionary 
1359           
1360         * configure.in  
1361                 guess valid ispell location
1362
1363 2001-07-31 [paul]
1364
1365         * po/POTFILES.in
1366                 removal of 'src/quote_fmt_parse.c'
1367         * po/de.po
1368                 Updated de.po
1369                 (submitted by Jens Oberender <didge@suse.de>)
1370
1371 2001-07-31 [darko]
1372
1373         * src/folder.[ch]
1374         * src/folderview.[ch]
1375         * src/mainwindow.c
1376         * src/mh.c
1377         * src/prefs_common.[ch]
1378         * src/summaryview.c
1379                 target folder colourization
1380
1381 2001-07-30 [paul]
1382
1383         more sync with Sylpheed 0.5.1cvs6 
1384
1385 2001-07-30 [darko]
1386
1387         * src/mh.c
1388         * src/prefs_folder_item.[hc]
1389         * src/summaryview.c
1390                 shared folders support with a GUI
1391
1392 2001-07-29 [paul]
1393
1394         0.5.1claws3
1395
1396         * sync with Sylpheed 0.5.1cvs6
1397
1398 2001-07-29 [paul]
1399
1400         * po/pt_BR.po
1401                 updated
1402                 (submitted by Fabio Junior Beneditto)
1403
1404 2001-07-28 [paul]
1405
1406         * src/procmime.c
1407         * AUTHORS
1408                 patch to correct bad image mime headers
1409                 (submitted by Don Quijote <dq@searchlores.org>)
1410
1411 2001-07-28 [paul]
1412
1413         * tools/gif2xface.pl   **NEW FILE**
1414         * tools/README
1415                 script to convert file.gif to file.xface for
1416                 use in a custom header.
1417                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
1418
1419 2001-07-27 [alfons]
1420         
1421         * configure.in
1422                 change macros for detecting JPilot and LDAP
1423
1424 2001-07-27 [christoph]
1425
1426         * src/filtering.c
1427                 code cleanup (MIN / MAX warning, needed casting)
1428
1429 2001-07-27 [alfons]
1430
1431         * procheader.c
1432                 disallow setting flags when detecting certain headers
1433                 (X-Status, Status, Seen, X-Seen). 
1434         
1435         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
1436
1437 2001-07-27 [christoph]
1438
1439         * src/prefs_filter.c
1440         * src/prefs_filtering.c
1441         * src/prefs_matcher.c
1442         * src/prefs_scoring.c
1443                 scroll list when moving rows up or down
1444
1445         * src/imap.c
1446         * src/imap.h
1447         * src/prefs_account.c
1448         * src/prefs_account.h
1449         * src/send.c
1450                 SMTP over SSL (untested, feedback requested)
1451                 IMAP over SSL
1452
1453         * src/ssl.c
1454                 code cleanup
1455
1456 2001-07-26 [alfons]
1457         
1458         * configure.in, acconfig.h
1459                 define CLAWS (need this for main / claws detection)
1460
1461 2001-07-25 [alfons]
1462
1463         * configure.in
1464                 Sylpheed 0.5.1claws2
1465                 
1466         * sync with Sylpheed 0.5.1cvs4
1467
1468 2001-07-25 [christoph]
1469
1470         * src/scoring.c
1471                 fixed segfault
1472                 item->prefs == NULL (don't know why)
1473
1474 2001-07-25 [alfons]
1475
1476         * configure.in
1477                 Sylpheed 0.5.1claws1
1478
1479         * sync with Sylpheed 0.5.1cvs1-3
1480
1481 2001-07-24 [christoph]
1482
1483         * src/folderview.c
1484         * src/prefs_folder_item.[ch]
1485                 added folderitem preferences dialog with
1486                 default To: and auto request return receipt
1487
1488         * src/compose.[ch]
1489         * src/menu.[ch]
1490                 changes to handle new folderitem preferences
1491
1492         * src/mainwindow.c
1493         * src/summaryview.c
1494                 call compose new mail with current folderitem
1495
1496 2001-07-24 [alfons]
1497
1498         Release Sylpheed 0.5.1claws
1499
1500         * configure.in
1501                 change to release version 0.5.1claws
1502
1503 2001-07-24 [christoph]
1504
1505         * src/summaryview.c
1506                 fixed segfault that happend when the selected
1507                 message was removed while retrieving new messages.
1508
1509         * po/es.po
1510                 updated translation
1511                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
1512
1513 2001-07-22 [alfons]
1514
1515         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
1516         this is a work in progress, for more information: http://nlpagan.net/sylman 
1517         
1518         * configure.in, src/mainwindow.c, manual/Makefile.am
1519                 add support for English manual
1520
1521         * AUTHORS
1522                 add authors of user manuals
1523
1524         * manual/en/sylpheed*.html
1525                 add English documentation
1526
1527 2001-07-22 [christoph]
1528
1529         * po/POTFILES.in
1530                 added src/ssl.c
1531         * src/ssl.c
1532                 changed a wrong debug message
1533
1534 2001-07-22 [alfons]
1535
1536         * po/nl.po
1537                 update Dutch translation
1538
1539         * src/prefs_filtering.c, 
1540           src/prefs_matcher.c
1541                 add more translatable strings           
1542
1543 2001-07-21 [alfons]
1544
1545         0.5.0claws7
1546
1547         * configure.in
1548                 change version
1549
1550         * src/inc.c, src/summaryview.[ch]
1551                 prevent update of mark file when filtering has done, by
1552                 using a variable; this affects two functions:
1553                         inc.c::inc_finished()
1554                         summaryview.c::summary_show()
1555
1556 2001-07-20 [alfons]
1557
1558         * src/filtering.[ch], src/prefs_filtering.c, 
1559           src/matcher.[ch]
1560                 add filtering action for label coloring 
1561
1562         * po/POTFILES.in
1563                 add labelcolors.c
1564
1565         * added src/labelcolors.c
1566         * added src/labelcolors.h
1567         * src/Makefile.am, src/summaryview.c
1568                 rearrange label coloring code
1569
1570         * src/procmsg.h
1571                 add more parentheses so label colouring works correctly
1572
1573         * src/filtering.c
1574                 don't really delete message, but move it to Trash
1575
1576         * src/prefs_matcher.c
1577                 add quote options to info dialog
1578
1579 2001-07-20 [christoph]
1580
1581         * src/Makefile.am
1582         * src/inc.c
1583         * src/main.[ch]
1584         * src/socket.h
1585         * src/ssl.[ch] (new)
1586                 moved ssl stuff to a seperate file
1587
1588 2001-07-20 [darko]
1589
1590         * src/summaryview.c
1591                 fix show sender using address book with no e-mail
1592                 address in From: field
1593
1594 2001-07-19 [alfons]
1595
1596         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
1597                 fix messy handling of escaping... now at least the
1598                 execute command is useful. escape char is '\', we
1599                 accept \n and \r too. 
1600
1601                 Real life example:
1602                 
1603                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
1604                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
1605
1606 2001-07-18 [alfons]
1607
1608         0.5.0claws6
1609
1610         * src/summaryview.c
1611                 clean up
1612
1613         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
1614           src/procmsg.[ch]
1615                 revise filtering; currently move, copy, marking have
1616                 been tested. if you like bleeding edge stuff, you
1617                 should definitely go for this version :)
1618
1619         * mark old working stuff as VERSION_0_5_0_CLAWS5        
1620
1621 2001-07-17 [christoph]
1622
1623         * src/utils.c
1624                 timestamp log
1625
1626 2001-07-17 [alfons]
1627
1628         0.5.0claws5
1629
1630         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
1631           bits in the mark file, without affecting either branch. Lots of
1632           files changed, also in claws branch.
1633
1634           UNTESTED: use of mbox folders
1635
1636         * src/summaryview.c
1637                 added mark all read; however this was a quick hack used for
1638                 cleaning up mess after initial merge with Hiroyuki
1639
1640         * configure.in
1641                 change claws version number back to 0.5.0claws5 to clear up 
1642                 confusion & pretension (recent release was technically 
1643                 0.5.0claws4, so we neatly align with Hiroyuki :-)
1644
1645 2001-07-16 [alfons]
1646
1647         sync with Hiroyuki's 0.5.0cvs4
1648
1649 2001-07-16 [alfons]
1650
1651         0.5.1claws3
1652
1653         * src/filtering.[ch]
1654                 remove invalid updating of mark files for 
1655                 filter actions MATCHING_ACTION_MOVE and 
1656                 MATCHING_ACTION_DELETE; this should fix the
1657                 folder update bug
1658                 
1659         * src/procmsg.c
1660                 revert Christoph's stab at fixing the folder 
1661                 update bug
1662
1663         * po/POTFILES.in
1664                 add missing files with translatable strings
1665
1666         * src/summaryview.c
1667                 remove debug print
1668
1669 2001-07-15 [alfons]
1670
1671         * src/addr_compl.[ch], src/prefs_filtering.c
1672                 make "filtering pref dialog's destination entry" an
1673                 "address completable entry", if filter destination is 
1674                 an email address
1675
1676         0.5.1claws2
1677         
1678         sync with Hiroyuki's 0.5.0cvs2-3
1679
1680 2001-07-15 [christoph]
1681
1682         * src/procmsg.c
1683                 fixed folder stats update after incorporation
1684
1685 2001-07-15 [alfons]
1686
1687         * src/summaryview.c
1688                 * finish label colouring stuff (for now)
1689                 * fix incorrect colour bug (off by one) 
1690
1691 2001-07-14 [alfons]
1692
1693         * src/mainwindow.c
1694                 change text labels for news and mail message so there's
1695                 plenty of toolbar estate left
1696
1697         * configure.in
1698                 0.5.1claws1
1699
1700         * src/folderview.c
1701           src/folder.[ch]
1702                 sync with Hiroyuki's 0.5.0cvs1
1703
1704         * src/summaryview.c
1705                 more rewrite label colouring
1706
1707 2001-07-14 [alfons]
1708
1709         * src/summaryview.[ch]
1710                 * start rewrite label colouring 
1711                 * fix proper location "Add Sender To Addressbook" menu item
1712
1713 2001-07-13
1714
1715         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
1716         (actually this is 0.5.0claws4)
1717
1718 2001-07-13 [alfons]
1719
1720         * po/pt_BR.po
1721                 * fix duplicate message
1722                 * add updated Portugese / Brazilian translation
1723                   submitted by Fabio Junior Beneditto
1724
1725 2001-07-12 [alfons]
1726
1727         * AUTHORS
1728                 add Jens
1729
1730         * po/nl.po
1731                 add updated Dutch translation
1732
1733         * po/de.po
1734                 add updated German translation submitted by Jens
1735
1736 2001-07-11 [alfons]
1737
1738         Prerelease before 0.5.0claws. Please test.
1739         This version is temporarily tagged as VERSION_0_5_0_TEST
1740
1741         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
1742           src/prefs_scoring.c, src/prefs_matcher.c, 
1743           src/prefs_filtering.c, src/mbox.c, 
1744           src/main.c, src/inc.c, src/filtering.[ch]
1745                 revert new Hoa's new matcher (does not work yet)
1746
1747         * src/Makefile.am
1748                 clean up
1749
1750 2001-07-10
1751
1752         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
1753
1754
1755 2001-07-10 [alfons]
1756
1757         * Makefile.am
1758                 add ChangeLog.claws to EXTRA_DIST
1759         * src/Makefile.am
1760                 add matcher_parser_parse.h to EXTRA_DIST
1761
1762 2001-07-10 [christoph]
1763
1764         * src/inc.c
1765                 add destination folder to table of
1766                 folders that need to be updated after
1767                 incorporation
1768
1769 2001-07-10 [alfons]
1770
1771         * folder.[ch]
1772           folderview.c
1773                 make collapse state of folders and folder items persistent, i.e.
1774                 if you collapse a folder tree, the next time sylpheed-claws starts 
1775                 up the folder tree remains collapsed.  
1776                 
1777 2001-07-10 [christoph]
1778
1779         * acconfig.h
1780         * configure.in
1781                 added --enable-ssl
1782         * src/md5.[ch]
1783                 renamed MD5_CTX to MD5_CTX_syl
1784                 conflicts with a struct in openssl
1785         * src/inc.c
1786         * src/main.[ch]
1787         * src/prefs_account.[ch]
1788         * src/socket.[ch]
1789                 SSL support for POP
1790         * src/mainwindow.c
1791                 fixed compose with current account
1792                 broken by new compose button stuff
1793
1794 2001-07-09 [hoa]
1795
1796         * AUTHORS
1797                 changed my email address
1798
1799         * src/matcher_parser_parse.y
1800                 clean the parser to remove conflicts
1801
1802 2001-07-09 [alfons]
1803
1804         * AUTHORS
1805                 add Match Grun
1806
1807         * configure.in
1808                 fix incorrect description of --enable-ldap parameter
1809
1810         * src/prefs_common.[ch]
1811           src/compose.c
1812                 add experimental option "smart wrapping" which makes the
1813                 compose editor auto wrap.
1814                 
1815                 | TODO: the problem with the buggy cursor handling is caused |
1816                 | by the GtkText. when deleting / backspacing text its       |
1817                 | wrapping algorithm does not take in account the previous   |
1818                 | line. should find a way to hack this in.                   |
1819                 | or should perhaps combine this with the word wrapping      |
1820                 | patch i wrote in january.                                  |
1821
1822         * src/about.c
1823                 show build parameters for LDAP and JPilot
1824
1825         * src/summaryview.c
1826                 revert Christoph's bugfix for selecting next unread message, 
1827                 because folder stats aren't updated correctly
1828
1829 2001-07-08 [hoa]
1830
1831         * src/filtering.c
1832         * src/mainwindow.c
1833         * src/matcher.c
1834         * src/matcher_parser_lex.l
1835         * src/matcher_parser_parse.y
1836         * src/prefs_filtering.c
1837         * src/prefs_scoring.c
1838         * src/scoring.c
1839                 bugfix of the config file parser
1840
1841 2001-07-08 [alfons]
1842
1843         * src/Makefile.am
1844                 added generated matcher sources to BUILT_SOURCES
1845
1846 2001-07-08 [hoa]
1847
1848         * src/Makefile.am
1849         * src/.cvsignore
1850                 added new config file parser
1851
1852         * src/scoring.[ch]
1853         * src/filtering.[ch]
1854         * src/matcher.[ch]
1855         * src/prefs_filtering.c
1856         * src/prefs_matcher.c
1857         * src/prefs_scoring.c
1858         * added src/matcher_parser.h
1859         * added src/matcher_parser_lex.h
1860         * added src/matcher_parser_lex.l
1861         * added src/matcher_parser_parse.y
1862                 lex & yacc config file parser
1863
1864         * src/mbox.c
1865         * src/inc.c
1866         * src/main.c
1867                 changes prefs_filtering into global_filtering           
1868
1869         * src/summaryview.c
1870                 build threads with subjects only if "Re: " is at the
1871                 beginning of the subject
1872
1873 2001-07-07 [paul]
1874
1875         0.5.0claws
1876
1877         sync with sylpheed 0.5.0
1878                 change of version number only
1879
1880 2001-07-06 [paul]
1881
1882         0.5.0claws5
1883
1884         sync with sylpheed 0.5.0pre5
1885
1886 2001-07-05 [paul]
1887
1888         sync with sylpheed 0.5.0pre4 release
1889                 /po and /manual/ja not sync'ed
1890
1891 2001-07-04 [paul]
1892
1893         more sync with sylpheed 0.5.0pre4
1894
1895 2001-07-03 [christoph]
1896
1897         * src/addressbook.c
1898                 fixed address book broken by address book
1899                 for VCard, JPilot, LDAP
1900
1901 2001-07-03 [alfons]
1902
1903         * src/matcher.c
1904         * src/textview.c
1905                 stopped memory leaks
1906
1907 2001-07-03 [paul]
1908
1909         more sync with sylpheed 0.5.0pre4
1910
1911 2001-07-02 [match]
1912
1913         * included address book patch for VCard, JPilot, LDAP
1914         * pref_common.c - fixed Font options on Display tab (cosmetic)
1915         * alertpanel.c - fixed truncated message
1916
1917 2001-07-02 [christoph]
1918
1919         * src/mbox_folder.c
1920         * src/procmsg.[ch]
1921         * src/summaryview.c
1922                 mark threads for ignoring
1923
1924 2001-07-02 [paul]
1925
1926         0.5.0claws4
1927
1928         * sync with sylpheed 0.5.0pre4
1929                 updated gettext to 0.10.38.
1930
1931 2001-07-01 [paul]
1932
1933         * src/ mainwindow.c
1934         * src/procmsg.h
1935         * src/summaryview.[ch]
1936                 new right-click option: Label.
1937                 substitute for 'Mark-->Mark/Unmark', colours the line.
1938                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
1939
1940 2001-07-01 [christoph]
1941
1942         * src/folderview.c
1943                 fixed font for trash
1944         * src/summaryview.c
1945                 move ctree to unread message
1946
1947 2001-07-01 [paul]
1948
1949         * sync with sylpheed 0.5.0pre3 release
1950
1951 2001-06-30 [alfons]
1952
1953         * src/filesel.[ch]
1954         * src/compose.c
1955                 allow inserting / attaching multiple files in
1956                 the composer window
1957
1958 2001-06-30 [paul]
1959
1960         * src/codeconv.c
1961                 small change to Alfons' previous stuff so that it
1962                 actually makes
1963
1964 2001-06-30 [alfons]
1965
1966         * lots of files changed; first attempt to merge the changes
1967           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
1968
1969 2001-06-30 [paul]
1970
1971         * po/pt_BR.po
1972                 updated and completed, translations by Fabio
1973                 Junior Beneditto <fjbeneditto@yahoo.com.br>
1974
1975 2001-06-29 [alfons]
1976
1977         * src/compose.c
1978         * src/mimeproc.[ch]
1979                 allow selecting an attached files' mime type from a 
1980                 list of types.
1981
1982 2001-06-29 [paul]
1983
1984         * more sync with sylpheed 0.5.0pre3
1985
1986 2001-06-29 [paul]
1987
1988         * po/pt_BR.po
1989                 merge with sylpheed.pot and pt_BR.po provided by
1990                 Fabio Junior Beneditto.
1991
1992 2001-06-29 [darko]
1993
1994         * src/procmime.c
1995                 make MIME types case insensitive
1996
1997 2001-06-28 [alfons]
1998
1999         * po/nl.po
2000                 merge with sylpheed.pot and old nl.po; translations added.
2001
2002 2001-06-28 [paul]
2003
2004         * more sync with sylpheed 0.5.0pre3
2005
2006 2001-06-27 [alfons]
2007
2008         * src/summaryview.c
2009                 don't crash when removing parent node of messages
2010                 attracted by subject. this was caused by not deleting
2011                 the parent node from the subject line hash table.
2012
2013 2001-06-27 [alfons]
2014
2015         * src/summaryview.c
2016         * src/compose.[ch]
2017         * src/mainwindow.c
2018                 if there are multiple messages selected, allow forwarding
2019                 them as attachments.
2020
2021 2001-06-27 [paul]
2022
2023         * more sync with sylpheed 0.5.0pre3
2024
2025 2001-06-26 [paul]
2026
2027         0.5.0claws3
2028
2029         * sync with sylpheed 0.5.0pre3
2030
2031 2001-06-25 [paul]
2032
2033         * src/mainwindow.c
2034                 fixed 'compose news article' bug
2035                 from icon-and-text toolbar
2036
2037 2001-06-25 [paul]
2038
2039         * sync with sylpheed 0.5.0pre2 release
2040
2041 2001-06-24 [christoph]
2042
2043         * src/prefs_common.c
2044                 bug fix in font selection
2045         * src/folderview.c
2046                 use sylpheed's normal font instead of
2047                 gtk default font for folders without
2048                 new messages
2049
2050 2001-06-24 [alfons]
2051
2052         * src/mainwindow.[ch]
2053                 added composite compose mail / news button (an idea by Leandro
2054                 Pereira <leandro@linuxmag.com.br>)
2055
2056 2001-06-24 [paul]
2057
2058         Added instructions for ldif-to-xml.py
2059
2060         * tools/README
2061
2062 2001-06-23 [alfons]
2063
2064         Some minor things.
2065
2066         * src/pixmaps/stock_news_compose.xpm
2067                 added pixmap by Leandro
2068         * src/prefs_common.c
2069                 tested built-in spelling checker of GCC 3.0 :)
2070         * po/nl.po
2071                 merged dutch translation of sylpheed-main with
2072                 sylpheed.pot
2073
2074 2001-06-23 [paul]
2075
2076         Added tools directory and files.
2077
2078         * tools/filter_conv.pl
2079                 converts old filter system to new filtering system
2080         * tools/ldif-to-xml.py
2081                 converts netscape addressbook to sylpheed addressbook
2082         * tools/README
2083                 descriptions/instructions for above two files
2084
2085 2001-06-23 [christoph]
2086
2087         * src/inc.c
2088         * src/manage_window.[ch]
2089         * src/prefs_common.[ch]
2090                 mail retrieval dialog can be enabled, disabled
2091                 or hidden if non of sylpheed's windows is active
2092
2093 2001-06-22 [paul]
2094
2095         0.5.0claws2
2096
2097         * sync with sylpheed 0.5.0pre2
2098
2099 2001-06-21 [christoph]
2100
2101         * src/summaryview.c
2102                 show recipient on 'from' for all accounts
2103                 
2104         * src/inc.c
2105         * src/prefs_common.[ch]
2106                 disable error popup on mail receive errors
2107
2108 2001-06-21 [alfons]
2109
2110         * src/compose.c
2111                 made the ruler correctly appear and disappear.
2112
2113         * src/Makefile.am
2114                 removed Hoa's work-in-progress-stuff (interesting!) so 
2115                 claws compiles ok.
2116
2117 2001-06-20 [christoph]
2118
2119         * src/inc.c
2120         * src/progressdialog.c
2121                 added scrolled window for list in progressdialog
2122
2123 2001-06-20 [paul]
2124
2125         sync with sylpheed 0.5.0pre1 release
2126
2127 2001-06-20 [christoph]
2128
2129         * src/summeryview.c
2130                 make building threads by subject work when
2131                 thread view is enabled
2132                 
2133         * src/compose.c
2134         * src/prefs_common.[ch]
2135                 automatically select account for mail replys
2136
2137 2001-06-19 [sergey]
2138
2139         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
2140         they are filled in from the account settings.
2141
2142 2001-06-19 [paul]
2143
2144         * more sync with sylpheed 0.5.0pre1
2145
2146 2001-06-18 [alfons]
2147
2148         * src/Makefile.am,
2149           src/procmime.c
2150                 added --sysconfdir to CPPFLAGS for pointing to the correct
2151                 location of mime.types. 
2152
2153                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
2154                 or ./configure!
2155
2156 2001-06-18 [hoa]
2157
2158         * src/summaryview.c
2159                 fixed some bug when building threads
2160
2161 2001-06-18 [paul]
2162
2163         * src/prefs_account.c
2164                 UI stuff: More changes to the English
2165
2166 2001-06-18 [paul]
2167
2168         * src/pixmaps/stock_news_compose.xpm: new file
2169         * src/Makefile.am
2170         * src/mainwindow.c
2171         * src/summaryview.c
2172                 Added new icon for Hoa's 'compose a news
2173                 message', plus minor improvements to the
2174                 English
2175
2176         * po/ja.po
2177         * ChangeLog
2178         * ChangeLog.jp
2179                 more sync with sylpheed 0.5.0pre1
2180
2181 2001-06-18 [hoa]
2182
2183         * src/compose.[ch]
2184         * src/mainwindow.c
2185                 Follow-up and reply to
2186
2187         * src/summaryview.[ch]
2188                 Build threads also with subjects
2189
2190 2001-06-17 [hoa]
2191
2192         * src/compose.c
2193                 forwarding use the current account.
2194
2195         * src/mainwindow.c
2196                 the "compose message" button has been replaced with
2197                 "new mail" and "new news" buttons
2198
2199         * src/prefs_common.[ch]
2200                 added a configuration option to use the forward button
2201                 as "forward as attachment"
2202                 changed reply and forward format description
2203
2204         * src/quote_fmt_lex.l
2205         * src/quote_fmt_parse.y
2206                 added message with no signature in format for reply
2207                 and forward.
2208
2209 2001-06-17 [paul]
2210
2211         Minor UI stuff
2212
2213         * src/mainwindow.c
2214         * src/summaryview.c
2215                 Improvements to the English
2216
2217         * src/prefs_common.c
2218                 Improvements to the English and some
2219                 clarity/continuity improvements in the
2220                 description of Quote symbols.
2221
2222 2001-06-17 [paul]
2223
2224         0.5.0claws1
2225
2226         * sync with sylpheed 0.5.0pre1
2227
2228 2001-06-17 [hoa]
2229
2230         * src/compose.c
2231                 Better interface for compose, displayed fields
2232                 are updated whenever we change account.
2233                 Newsgroups field is automatically filled.
2234
2235         * src/mainwindow.c
2236                 Newsgroups field is automatically filled.
2237
2238         * src/prefs_account.c
2239                 Some interface stuff when fields appear and
2240                 disappear.
2241
2242 2001-06-16 [paul]
2243
2244         0.4.99claws
2245
2246         * sync with sylpheed 0.4.99
2247
2248 2001-06-16 [sergey]
2249
2250         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
2251         base64_decoder_free, base64_decoder_decode): new object and
2252         functions for decoding base64 streams.
2253         * src/procmime.c (procmime_decode_content): modified to use the
2254         new base64 decoder.
2255
2256 2001-06-15 [paul]
2257
2258         0.4.99claws10
2259
2260         * sync with sylpheed 0.4.99cvs11
2261
2262 2001-06-13 [paul]
2263
2264         0.4.99claws9
2265
2266         * sync with sylpheed 0.4.99cvs9
2267
2268 2001-06-13 [hoa]
2269
2270         * src/compose.c
2271         * src/prefs_account.c
2272
2273                 SMTP server can be defined in the news account
2274                 mime type of attachment are kept.
2275
2276         * src/summaryview.c
2277
2278                 now choose the highest important score between default
2279                 and important score of folder.
2280
2281 2001-06-09 [alfons]
2282         
2283         * src/prefs_common.c: 
2284
2285                 (prefs_quote_description_create): corrected description of 
2286                 quote format characters
2287
2288 2001-06-09 [paul]
2289
2290         0.4.99claws8
2291
2292         * sync with sylpheed 0.4.99cvs8
2293
2294 2001-06-08 [sergey]
2295
2296         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
2297         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
2298
2299 2001-06-08 [paul]
2300
2301         0.4.99claws7
2302
2303         * sync with sylpheed 0.4.99cvs7
2304
2305 2001-06-06 [sergey]
2306
2307         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
2308         clashes with autogenerated header).
2309         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
2310         * src/Makefile.am: added quote_fmt.h.
2311         * src/.cvsignore: added lex/yacc autogenerated files
2312         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
2313
2314 2001-06-06 [paul]
2315
2316         0.4.99claws6
2317
2318         * sync with sylpheed 0.4.99cvs6
2319
2320 2001-06-06 [hoa]
2321
2322         * added src/quote_fmt_parse.h
2323         * src/compose.c
2324                 removed warnings
2325
2326         * src/prefs.[ch]
2327                 don't modify readonly configuration files
2328
2329         * src/prefs_account.c
2330         * src/prefs_common.c
2331         * src/prefs_customheader.c
2332         * src/prefs_display_header.c
2333         * src/prefs_filter.c
2334         * src/prefs_filtering.c
2335         * src/prefs_scoring.c
2336                 don't open dialog box when configuration files
2337                 are readonly
2338
2339 2001-06-05 [sergey]
2340
2341         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
2342
2343         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
2344         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
2345         BUILT_SOURCES to make all files rebuild properly.
2346
2347         * src/compose.c: removed #include "quote_fmt.tab.h".
2348
2349         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
2350         CHARACTER value in yylval.
2351
2352         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
2353         receive CHARACTER value by documented means (yylval).
2354
2355         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
2356
2357 2001-06-05 [hoa]
2358
2359         * src/Makefile.am
2360                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
2361
2362         * src/filtering.c
2363         * src/matcher.c
2364         * src/matcher.h
2365         * src/prefs_filtering.c
2366                 now keep the configuration for execute action
2367
2368         * src/mbox_folder.c
2369                 fixed a warning
2370
2371 2001-06-05 [paul]
2372
2373         * sync with sylpheed 0.4.99cvs5
2374
2375 2001-06-05 [hoa]
2376
2377         * src/Makefile.am
2378                 added quote_fmt.[ch]
2379
2380         * added src/quote_fmt.y
2381         * added src/quote_fmt.l
2382         * added src/quote_fmt.tab.h
2383         * added src/quote_fmt.tab.c
2384         * added src/lex.quote_fmt.c
2385                 parsing configuration for replying
2386                 and forwarding
2387
2388         * src/prefs_common.[ch]
2389                 added configuration UI for replying
2390                 and forwarding
2391
2392         * src/compose.c
2393                 using configuration for replying
2394                 and forwarding
2395
2396 2001-06-04 [hoa]
2397
2398         * src/filtering.c
2399         * src/matcher.c
2400         * src/matcher.h
2401         * src/prefs_filtering.c
2402         * src/prefs_matcher.c
2403         * src/prefs_matcher.h
2404                 action "run a command" for filtering
2405                 and matching with a command.
2406                 fixed the "whole message" matching
2407
2408         * src/mbox_folder.c
2409                 changed temporary filename for security
2410
2411         * src/messageview.c
2412                 queue the notification if it fails to send.
2413
2414         * src/prefs_common.c
2415         * src/prefs_folder_item.c
2416                 changed the default important score             
2417
2418         * src/prefs_scoring.c
2419         * src/scoring.c
2420                 hide kill score input when the folder is not
2421                 a newsgroup
2422
2423 2001-06-03 [alfons]
2424
2425         * src/prefs_common.c:
2426
2427                 (prefs_font_select): pass font name in font entry box to font
2428                 selection dialog.
2429
2430 2001-06-03 [sergey]
2431
2432         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
2433
2434 2001-06-03 [paul]
2435
2436         * sync with sylpheed 0.4.99cvs4
2437
2438 2001-06-03 [alfons]
2439
2440         * src/headerwindow.c:
2441
2442                 (headerwindow_show_cb): use the selected summary view item, not
2443                 the displayed item.
2444
2445 2001-06-02 [alfons]
2446
2447         * src/headerwindow.c:
2448
2449                 (headerwindow_show_cb): always try to show msginfo
2450
2451 2001-06-02 [hoa]
2452
2453         * src/compose.c
2454                 keep attached parts when reediting or forwarding.
2455
2456 2001-06-01 [hoa]
2457
2458         * src/folderview.c
2459         * src/prefs_folder_item.[ch]
2460         * src/prefs_scoring.[ch]
2461         * src/scoring.[ch]
2462         * src/summaryview.[ch]
2463         * src/main.c
2464         * src/mainwindow.c
2465         * src/prefs_common.[ch]
2466                 support for folder scoring
2467                 kill score and important score for messages
2468         
2469         * src/prefs_account.c
2470                 some display bug fixed for local account
2471                 preferences
2472
2473 2001-05-31 [alfons]
2474
2475         * src/summaryview.c:
2476
2477                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
2478                 sender to address book menu item is disabled.
2479
2480 2001-05-30 [hoa]
2481
2482         * src/filtering.[ch]
2483         * src/summaryview.c
2484                 handling summary menu / filter messages
2485
2486         * src/folder.[ch]
2487                 add some stuff
2488
2489         * src/foldersel.c
2490                 imap folders now appears in list
2491
2492         * src/mbox_folder.c
2493                 doesn't crash if destination mail is not writeable
2494
2495 2001-05-29 [hoa]
2496
2497         * src/compose.c
2498                 removed some warnings
2499
2500         * src/filtering.c
2501         * src/folder.[ch]
2502         * src/prefs_filtering.c
2503                 global string to identify any folders           
2504                 removed some debug info
2505                 filtering to mbox folders is now possible
2506
2507         * src/mainwindow.c
2508                 removed some warnings
2509
2510         * src/mbox_folder.c
2511                 permission on files are changed to read/write for user only,
2512                 nothing for other.
2513                 creation of subfolder is handled better.
2514
2515 2001-05-28 [alfons]
2516
2517         Verified the sync for src/prefs_common.[ch] and
2518         src/prefs_account.[ch]. I believe there were some
2519         minor indentation differences.
2520
2521 2001-05-28 [paul]
2522
2523         0.4.99claws3
2524
2525         * sync with 0.4.99cvs3
2526
2527 2001-05-28 [hoa]
2528
2529         * src/compose.c
2530                 handling flags for mbox format
2531
2532         * src/filtering.c
2533                 use of mark file only for MH format
2534                 handling flags for mbox format
2535                 filtering cannot yet move or copy mails to mbox folders.
2536
2537         * src/folder.[ch]
2538                 changed move_msg, copy_msg,
2539                 move_msgs_with_dest, copy_msgs_with_dest functions
2540                 uses only folder->copy_msg() function
2541                 uses folder->finished_copy() to handle the destination
2542                 folder at the end of the copy or move operation.
2543
2544         * src/foldersel.c
2545                 included mbox directories.
2546
2547         * src/folderview.[ch]
2548         * src/mainwindow.c
2549                 handle folders operation for mbox format
2550
2551         * src/mbox.c
2552                 disable conversion of "From " header
2553
2554         * src/mbox_folder.[ch]
2555                 completion of mbox format handling
2556
2557         * src/mh.c
2558                 changed mh_copy_msg() function and
2559                 removed mh_move_msg(), mh_move_msgs_with_dest(),
2560                 mh_copy_msgs_with_dest()
2561
2562         * src/prefs_filtering.c
2563                 removed some warnings
2564
2565         * src/prefs_matcher.c
2566                 default boolean operation is AND
2567
2568         * src/procheader.c
2569                 handling flags for mbox format
2570                 handling of "From " header
2571
2572         * src/procmsg.[ch]
2573                 removed data field
2574                 added MSG_REALLY_DELETED flags to handle deletion of
2575                 messages in mbox format.
2576
2577         * src/summaryview.c
2578                 handling flags for mbox format
2579                 disable the MSG_DELETED flags when messages
2580                 are deleted in mbox format
2581
2582         * src/textview.c
2583                 "From " headers display fixed.
2584
2585 2001-05-27 [alfons]
2586
2587         * src/textview.c:
2588                 
2589                 (get_email_part): skip quoted email addresses, like in e.g.
2590                 "'alfons@proteus.demon.nl'".
2591
2592 2001-05-26 [alfons]
2593
2594         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
2595         and fixing the persistence troubles when using separate windows.
2596
2597         * src/mainwindow.c:
2598         
2599             Added #define SEPARATE_ACTION used in the gtk item factory for 
2600             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
2601                 use gtk_item_factory_get_widget_by_action() to get the items.
2602                 
2603             Removed separate_widget_cb from the gtk item factory data   
2604           
2605             (mainwindow_create): connect separate_widget_cb() to check
2606             menu item "toggled" signal. also passing a MainWindow pointer
2607                 as object data for both check menu items.
2608                 
2609             (separate_widget_cb): definition of separate_widget_cb() to match
2610             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
2611                 window using gtk_object_get_data(). The type of window separation 
2612                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
2613         
2614         * src/prefs_filtering.c,
2615           src/prefs_matcher.c: added horizontal scrollbars
2616
2617 2001-05-25 [darko]
2618
2619         * src/headerview.c
2620                 fix segfault with invalid bold font
2621         * src/summaryview.c
2622                 correctly display summary stats after row is marked
2623
2624 2001-05-23 [sergey]
2625
2626         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
2627         encodings with libjconv.
2628
2629 2001-05-23 [hoa]
2630
2631         * src/Makefile.am
2632                 added mbox_folder.[ch]
2633         * src/defs.h
2634                 mbox temporary folder
2635         * src/folder.[ch]
2636         * added src/mbox_folder.[ch]
2637         * src/folderview.c
2638         * src/procheader.[ch]
2639                 added mbox support
2640         * src/mbox.c
2641                 bugfix for file incorporation filtering
2642         * src/imap.c
2643                 enable creation of MBOX
2644         * src/prefs_display_header.c
2645                 enable use of headers like "From "
2646                 something that should be fixed :
2647                         displaying of such headers add an extra space
2648         * src/prefs_folder_item.c
2649                 don't create folders because it is not necessary
2650         * src/procmsg.h
2651                 added data field to MsgInfo for mbox internal use
2652         * src/summaryview.c
2653                 added some support for mbox
2654         * src/utils.[ch]
2655                 added get_mbox_cache_dir() function
2656
2657 2001-05-23 [hiroyuki]
2658
2659         * src/headerwindow.c
2660           src/inc.c
2661           src/main.c
2662           src/mh.c
2663           src/nntp.c
2664           src/procmsg.h
2665           src/session.h
2666           src/socket.[ch]
2667           src/summaryview.c
2668           src/textview.c
2669           src/automaton.c
2670           src/folderview.c: more sync with 0.4.99cvs2.
2671
2672         * src/headerwindow.c: reverted.
2673
2674 2001-05-22 [paul]
2675
2676         0.4.99claws2
2677
2678         * sync with sylpheed 0.4.99cvs2
2679                 * src/news.[ch]
2680                 * src/nntp.[ch]
2681                 * INSTALL
2682                 * INSTALL.jp
2683
2684 2001-05-22 [alfons]
2685
2686         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
2687
2688 2001-05-21 [alfons]
2689
2690         Minor things:
2691
2692         * configure.in: if gnome-config not found, "no" is displayed
2693         
2694         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
2695
2696         * src/textview.c: now also possible to add mail addresses by right
2697           clicking in the text view
2698
2699         * src/codeconv.c: merged patch which fixes endless loop when encountering
2700           invalid wide characters; from Alte <010@imis.ru>  
2701
2702 2001-05-20 [alfons]
2703
2704         Added installation of gnome specific things:
2705
2706         * Makefile.am: gnome conditional
2707
2708         * configure.in: check for installed gnome
2709
2710         * added sylpheed.png, sylpheed.desktop
2711
2712 2001-05-20 [sergey]
2713
2714         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
2715
2716         * src/mainwindow.h (main_window_toolbar_create): created a button
2717         for "Reply to all".
2718         (main_window_set_toolbar_sensitive): enable/disable the new button
2719         appropriately.
2720         (toolbar_reply_to_author_cb): handle the new button.
2721
2722         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
2723         send_progress_dialog_destroy() on failure (fixes hang on SMTP
2724         failure).
2725
2726 2001-05-19 [sergey]
2727
2728         * src/compose.h (ComposeReplyMode): new modes
2729         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
2730         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
2731
2732         * src/compose.c
2733         (compose_send): move some code into a new function:
2734         (compose_current_mail_account): new function.
2735         (compose_reply): new argument to_author, all callers changed; if
2736         to_author==TRUE and account->protocol==A_NNTP, find and use an
2737         appropriate mail account for replying.
2738         (compose_reply_set_entry): new argument to_author; ignore
2739         compose->replyto if to_author==TRUE.
2740
2741         * src/mainwindow.c: new command "Message/Reply to author".
2742         (main_window_set_menu_sensitive): enable/disable it.
2743         (reply_cb): handle it.
2744
2745         * src/summaryview.c: new command "Reply to author".
2746         (summary_set_menu_sensitive): enable/disable it.
2747         (summary_reply_cb): handle it.
2748
2749         * src/account.c (account_find_mail_from_address): new function.
2750
2751 2001-05-18 [paul]
2752
2753         0.4.99claws1
2754
2755         * sync with sylpheed 0.4.99cvs1
2756
2757 2001-05-18 [hoa]
2758
2759         * src/compose.[ch]
2760         * src/filtering.c
2761         * src/summaryview.c
2762                 new filtering action : forward and forward as attachment
2763
2764         * src/main.c
2765                 no need for $DISPLAY when we run sylpheed --help
2766                 call to parse_cmd_opt() is moved
2767
2768         * src/mainwindow.[ch]
2769                 execute button is hidden when immediate execute
2770                 is chosen
2771
2772         * src/mh.c
2773         * src/news.c
2774         * src/prefs_folder_item.c
2775         * src/procmsg.c
2776                 better handling of missing directories
2777
2778         * src/summaryview.c
2779                 reedit is enabled in outbox
2780                 reedit is enabled in queue
2781
2782 2001-05-17 [hoa]
2783
2784         * src/filtering.c
2785         * src/matcher.[ch]
2786         * src/prefs_filtering.c
2787                 changed attachement into attachment
2788
2789 2001-05-17 [alfons]
2790
2791         0.4.67claws4    
2792
2793         * sync with sylpheed 0.4.67cvs9
2794         * sync with sylpheed 0.4.67cvs7-8
2795
2796 2001-05-17 [hoa]
2797
2798         * src/Makefile.am
2799                 added prefs_filtering.c
2800
2801         * src/filtering.[ch]
2802         * src/matcher.[ch]
2803                 removed action : forward_news and forward_news_as_attachement
2804                 (forward and forward_as_attachement can be used instead)
2805
2806         * src/mainwindow.c
2807                 added menu option to access filtering configuration
2808
2809         * src/prefs_account.c
2810                 changed mail_command default to /usr/sbin/sendmail
2811
2812         * added src/prefs_filtering.[ch]
2813                 dialog box for filtering configuration
2814
2815         * src/prefs_matcher.c
2816                 added function prefs_matcher_get_criteria_from_matching()
2817
2818         * src/prefs_scoring.c
2819                 reset the dialog when register or substitute is clicked
2820
2821 2001-05-15 [hoa]
2822
2823         * src/Makefile.am
2824                 added filtering.[ch]
2825         * src/inc.c
2826                 using filering.[ch] instead of filter.[ch]
2827         * src/main.c
2828                 reading new filtering configuration
2829         * src/matcher.[ch]
2830                 added some filtering actions
2831                 and fixed a bug for headers and mail body matching
2832         * src/mbox.c
2833                 using filering.[ch] instead of filter.[ch]
2834         * src/mh.c
2835                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
2836         * src/summaryview.c
2837                 some fixes for filtering
2838
2839 2001-05-14 [hiroyuki]
2840
2841         * src/send.c: fixed some weird indentations.
2842           send_message_with_command(): call pclose() only if p != NULL.
2843         * src/textview.c: get_email_part(): modified the code for readability.
2844
2845 2001-05-14 [hiroyuki]
2846
2847         * src/md5global.h
2848           src/md5ify.c
2849           src/md5ify.h: removed from the cvs.
2850
2851 2001-05-13 [sergey]
2852
2853         * src/main.c: include rfc2015.h to avoid compiler warnings.
2854         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
2855         the panel is already on screen.
2856         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
2857         closing the alert window by ESC as "No".
2858         * src/prefs_common.c (prefs_interface_create): moved return
2859         receipt check button to the correct place.
2860
2861 2001-03-13 [alfons]
2862
2863         * src/prefs_common.c: 
2864                 moved return receipt check button to the Send tab. (prefs_send_create)
2865                 removed the date format ui related globals. (prefs_display_create)
2866
2867         0.4.67claws3
2868         
2869         * sync with sylpheed 0.4.67cvs5-6
2870
2871 2001-05-13 [paul]
2872
2873         * added Alfons' font selection patch
2874
2875         * src/defs.h
2876         * src/headerwindow.c
2877         * src/prefs_common.c
2878         * src/prefs_common.h
2879
2880 2001-05-13 [hoa]
2881         * src/defs.h
2882                 changed version of cache
2883         * src/matcher.[ch]
2884         * src/prefs_matcher.c
2885                 added additionnal matching criteria
2886         * src/procheader.c
2887         * src/procmsg.[ch]
2888         * src/news.c
2889                 added references in MsgInfo
2890
2891 2001-05-12 [hoa]
2892
2893         * src/defs.h
2894                 prepared some things for new filtering
2895         * src/matcher.[ch]
2896                 added some matching properties
2897                 inreplyto need to be enhanced
2898                 prepared some things for new filtering
2899         * src/messageview.c
2900                 added Return-Receipt-To handling
2901         * src/prefs_folder_item.c
2902                 changed default value to TRUE
2903         * src/prefs_matcher.c
2904                 added some matching properties
2905         * src/prefs_scoring.[ch]
2906                 the scoring dialog is finished
2907         * src/procheader.c
2908                 added Return-Receipt-To handling
2909                 Reference need to be added
2910         * src/procmsg.[ch]
2911                 added Return-Receipt-To handling
2912                 added threadscore to get a better score sorting when
2913                 threads are enabled
2914         * src/summaryview.c
2915                 suppressed a bug when we sort the list
2916                 when no folder is opened.
2917                 better score sorting when threads are enabled
2918
2919 2001-05-12 [alfons]
2920
2921         * reverted previous patch because of potential errors 
2922
2923         0.4.67claws2
2924         
2925         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
2926                 applied "toggle mail-retrieval dialog window" patch submitted 
2927                 by Eric Limpens <eric@qnt.net>
2928
2929         * sync with sylpheed 0.4.67cvs4
2930
2931 2001-05-12 [sergey]
2932
2933         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
2934         some picky compilers.
2935         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
2936         * src/grouplist_dialog.c: include alertpanel.h.
2937         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
2938         fix compile warning.
2939         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
2940         #include "defs.h" before others to prevent the warning of `MIN'
2941         and `MAX' redefinition.
2942
2943 2001-05-11 [hoa]
2944
2945         * src/main.c
2946         * src/messageview.c
2947         * src/prefs_account.c
2948         * src/prefs_display_header.c
2949                 removed warning
2950         * src/Makefile.am
2951                 added prefs_scoring.[ch]
2952         * src/grouplist_dialog.c
2953                 display an error dialog box if the group list
2954                 cannot be fetched.
2955         * src/mainwindow.[ch]
2956                 added main_window_set_thread_option() function
2957                 scoring dialog box enabled
2958         * src/matcher.[ch]
2959                 added flags matching unread /new / marked
2960                 / deleted / replied / forwarded
2961         * src/news.c
2962                 newsgroups are now finally in newscache
2963         * src/prefs_matcher.[ch]
2964                 finished preferences for matching dialog
2965         * added src/prefs_scoring.[ch]
2966                 scoring dialog box completed
2967         * src/scoring.[ch]
2968                 conversion to string : added scoringprop_to_string()
2969                 write config for preferences :
2970                 added prefs_scoring_write_config()
2971         * src/summaryview.c
2972                 threads can be enabled/disabled independently
2973                 for each folder
2974
2975 2001-05-10 [alfons]
2976
2977         0.4.67claws1
2978         
2979         * AUTHORS: 
2980                 thought it would be nice to have a list of all
2981                 contributors (used Changelog as a reference)
2982         
2983         * configure.in: 
2984                 messed up version numbering...
2985
2986         0.4.66claws1
2987
2988         * sync with sylpheed 0.4.67cvs1-3
2989
2990 2001-05-10 [darko]
2991
2992         * src/prefs_common.c:
2993                 better UI for strftime format, double clicking
2994                 on format now inserts the format in text entry
2995                 replaced close button with standard OK/Cancel
2996                 moved date format button to the right of the
2997                 text entry field
2998
2999 2001-05-09 [alfons]
3000
3001         * src/gtkstext.c:
3002                 Ctrl-Home / Ctrl-End have proper cursor navigation
3003
3004 2001-05-09 [hoa]
3005
3006         * src/prefs_matcher.c
3007                 finished UI to define matching properties
3008                 added ok and cancel button
3009         * src/prefs_filter.c
3010                 added ok and cancel button
3011         * src/news.c
3012                 fixed some bug in xhdr parsing
3013
3014 2001-05-08 [alfons]
3015
3016         * src/textview.c: 
3017                 fixed a bug in textview_show_header(), which displayed two colons (':');
3018                 cleaned up some warnings
3019
3020 2001-05-08 [hoa]
3021
3022         * src/Makefile.am
3023                 added prefs_matcher.[ch]
3024                 compilation with -W -Wall
3025         * src/alertpanel.c
3026                 ungrab the mouse events if grabbed - does it
3027                 fix the bug for disposition notification ?
3028         * src/mainwindow.c
3029                 added a menu option to open the matching dialog.
3030         * src/matcher.[ch]
3031                 added matcherprop_to_string() and matcherlist_to_string()
3032                 fixed some bugs, changed the name of some options
3033                 age_sup and age_inf becomes age_greater and age_lower,
3034                 body and messageheaders becomes body_part and headers_part,
3035                 changed the names of constants from SCORING_XXX to MATCHING_XXX
3036         * src/prefs_display_header.c
3037         * src/prefs_headers.c
3038                 fixed a bug that accidentally destroyed dialogs
3039                 when closed them with delete_event
3040                 Added *_deleted() which handle delete_event signal correctly.
3041         * src/prefs_folder_item.[ch]
3042                 added "enable_thread" field for future customization
3043         * added src/prefs_matcher.[ch]
3044                 sample of the UI to define matching properties
3045         * src/procheader.c
3046                 using procheader_headername_equal instead of str*cmp functions
3047                 using procheader_parse_header() function
3048         * src/scoring.c
3049                 using MATCHING_XXX instead of SCORING_XXX
3050         * src/summaryview.c
3051                 display the sender of the news even if this is ourself
3052                 when this is a news message.
3053         * src/textview.c
3054                 using headername_equal() instead of str*cmp functions
3055
3056 2001-05-08 [alfons]
3057
3058         0.4.66claws
3059
3060         * sync with sylpheed 0.4.66
3061         * src/gtkstext.c: trace logs added 
3062
3063 2001-05-08 [sergey]
3064
3065         * src/prefs_common.[ch]: added option to enable/disable GnuPG
3066         signature check popup.
3067         * src/rfc2015.c (check_signature): show signature check popup only
3068         if it is enabled in preferences.
3069
3070 2001-05-07 [alfons]
3071
3072         0.4.66claws4
3073         
3074         * sync with sylpheed 0.4.66cvs6
3075
3076 2001-05-07 [darko]
3077
3078         * src/prefs_common.[ch]: added option to enable/disable
3079           looking up sender name in address book for summary pane
3080         * src/summaryview.c: look up sender in the address book
3081           by using Alfons' address completion code
3082
3083 2001-05-07 [hiroyuki]
3084
3085         * src/inc.h
3086           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
3087           member of Pop3State.
3088         * src/news.c: brought #include "defs.h" before #include <glib.h>
3089           to prevent the warning of `MIN' and `MAX' redefinition.
3090
3091 2001-05-06 [hoa]
3092
3093         * removed src/headers_display.[ch]
3094         * removed src/prefs_display_headers.[ch]
3095         * src/inc.c
3096                 use a temporary file in the user directory for mbox import
3097         * src/news.c
3098                 added XHDR support to get "To" and "Cc" headers
3099                 (in order to match news with to or cc field for
3100                 scoring)
3101                 added function news_parse_xhdr() to get XHDR response
3102         * src/nntp.[ch]
3103                 added function nntp_xhdr()
3104         * src/matcher.c
3105                 fetch the message if necessary
3106
3107 2001-05-06 [alfons]
3108
3109         0.4.66claws3
3110
3111         * sync with sylpheed 0.4.66cvs3-5
3112
3113 2001-05-06 [hoa]
3114
3115         * src/utils.[ch]
3116                 added function itos_buf() to enable use of several buffers
3117         * src/summaryview.c
3118                 use of itos_buf() instead of itos() in summary list
3119                 to fix the broken display of message number.
3120
3121 2001-05-06 [alfons]
3122
3123         * src/gtkstext.c: bug in cursor up navigation fixed,
3124                 fixed another unsigned / signed comparison (we're getting there :-)
3125
3126 2001-05-06 [hoa]
3127
3128         * src/Makefile.am
3129                 added scoring.c scoring.h
3130                 prefs_folder_item.c prefs_folder_item.h
3131                 matcher.c matcher.h
3132         * src/defs.h
3133                 added FOLDERITEM_RC SCORING_RC
3134         * src/folder.[ch]
3135                 added prefs field in FolderItem :
3136                 properties for each folder (PrefsFolderItem),
3137                 sorting type and mode were added as the first properties.
3138         * src/main.c
3139                 read config for scoring
3140         * added src/matcher.[ch]
3141                 gives functions to parse configuration file to do
3142                 matching on mails with a list of conditions.
3143         * src/mainwindow.c
3144                 add option to sort by score
3145         * src/prefs_common.[ch]
3146                 added preference option to show score and for
3147                 the score column size
3148         * added src/prefs_folder_item.[ch]
3149                 properties for each folder (PrefsFolderItem),
3150                 sorting type and mode were added as the first properties.
3151         * src/procheader.[ch]
3152                 added procheader_parse_header()
3153                 added procheader_header_free()
3154                 added procheader_headername_equal()
3155                 and made modification to use them.
3156         * src/procmsg.[ch]
3157                 added score field to MsgInfo structure
3158         * added src/scoring.[ch]
3159                 gives functions to parse configuration file to do
3160                 scoring on mails with a list of conditions.
3161         * src/summaryview.[ch]
3162                 save the sorting type and mode for the folder
3163                 added column to display the score of the mail
3164                 added function summary_score_clicked()
3165                 sorting type and mode are restored to the folder
3166                 when it is reopen
3167         * src/textview.c
3168                 use procheader_parse_header(), procheader_headername_equal()
3169                 removed memory leak in text_scan_header when freeing headers
3170         * src/filter.c
3171                 changed the function to match names of headers
3172                 using procheader_headername_equal()
3173
3174         Scoring functions are implemented, an interface is needed
3175         to configure that.
3176
3177 2001-05-04 [alfons]
3178
3179         * src/gtkstext.c: 
3180                 hopefully fixed the row up navigation bug,
3181                 removed adding back / forward lines to cache
3182
3183 2001-05-04 [sergey]
3184
3185         * src/prefs_display_headers.c: user interface changes:
3186         (prefs_display_headers_create): remove unused "Show" check button;
3187         allow reordering of headers by dragging.
3188         (prefs_display_headers_write_config): remove unused variables.
3189         (prefs_display_headers_set_dialog): do not insert "(New)" at top
3190         of lists (not needed with the new UI).
3191         (prefs_display_headers_set_list): scan lists starting from row 0,
3192         not 1 (do not skip "(New)").
3193         (prefs_display_headers_find_header): new function.
3194         (prefs_display_headers_clist_set_row): do not allow duplicates.
3195         (prefs_display_headers_delete_cb): do not skip row 0; treat
3196         closing the alert window by ESC as "No".
3197         (prefs_display_headers_up): do not protect row 0.
3198         (prefs_display_headers_down): do not protect row 0.
3199
3200 2001-05-04 [sergey]
3201
3202         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
3203         functions.
3204
3205         * src/summaryview.c
3206         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
3207         summary_select_next_marked, summary_select_prev_marked): new
3208         functions.
3209
3210 2001-05-03 [sergey]
3211
3212         * src/news.c: fixed a bug when no article can be fetched after
3213         server timeout if the connection was restored by news_post():
3214         (news_select_group): new function.
3215         (news_fetch_msg): call news_select_group() before fetching
3216         article.
3217         (news_get_uncached_articles): set session->group after successful
3218         GROUP command.
3219
3220 2001-05-03 [hoa]
3221
3222         * src/defs.h
3223         * src/procmsg.[ch]
3224         * src/procheader.c
3225                  changed version of cache, added cc field
3226
3227         * src/prefs_display_headers.c
3228                 the interface was changed
3229
3230         * src/prefs_headers.c
3231                 added cancel button
3232
3233 2001-05-03 [alfons]
3234
3235         * completed sync of sylpheed cvs2
3236         * src/gtkstext.c: updated row up / down cursor navigation
3237         * src/textview.c: re-edited, prepared for fixing the email address
3238                 scanner.
3239
3240 2001-05-03 [darko]
3241
3242         * src/prefs_common.c: use alfons' strftime ui code
3243         entry_datefmt and datefmt_sample widgets have to be
3244         global in this module because of this change
3245
3246 2001-05-03 [hoa]
3247
3248         * src/messageview.c
3249         * src/prefs_common.[ch] added option to activate the return receipt
3250                 feature.
3251
3252 2001-05-02 [alfons]
3253
3254         * src/gtkstext.c: fix for row up/down cursor navigation. 
3255
3256         0.4.66claws2
3257         
3258         * sync with 0.4.66cvs2
3259
3260 2001-05-02 [paul]
3261
3262         added add-sender-to-addressbook patch
3263
3264         * src/addressbook.c
3265         * src/addressbook.h
3266         * src/summaryview.c
3267
3268 2001-05-02 [sergey]
3269
3270         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
3271         G_ALERTDISABLE.
3272
3273         * src/alertpanel.c (alertpanel_create): new argument can_disable,
3274         all existing callers changed to pass FALSE; create a check button
3275         to disable the message.
3276         (alertpanel_message_with_disable): new function.
3277         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
3278         (alertpanel_button_toggled): new function.
3279         (alertpanel_button_clicked, alertpanel_close): set value using
3280         G_ALERT_VALUE_MASK.
3281
3282         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
3283
3284         * src/prefs_common.c (prefs_privacy_create): new check button
3285         checkbtn_gpgme_warning.
3286
3287         * src/main.c (main): moved preferences reading before gpgme
3288         initialization; check prefs_common.gpgme_warning before giving the
3289         GnuPG warning and set it to FALSE if the user wants to disable the
3290         warning.
3291
3292 2001-05-02 [hiroyuki]
3293
3294         * src/prefs_display_headers.c: modified the layout and some labels.
3295
3296 2001-05-02 [sergey]
3297
3298         * src/prefs_account.c (prefs_account_fix_size): new function.
3299         (prefs_account_create): call prefs_account_fix_size(); use
3300         gtk_widget_show instead of gtk_widget_show_all (fixes too large
3301         size when the window is shown for the first time).
3302         (prefs_account_basic_create): changed layout of serv_table; moved
3303         localmbox_entry above smtpserv_entry (logically it replaces
3304         POP3/IMAP server).
3305         (prefs_account_protocol_activated): set sensitivity of
3306         nntpauth_chkbtn according to the protocol (in addition to
3307         hide/show); commented out gtk_table_set_row_spacing() calls.
3308         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
3309         not sensitive (fixes a bug with disabled username/password boxes
3310         when editing POP3 account after NNTP with authentication).
3311
3312 2001-05-02 [hoa]
3313
3314         * src/account.c
3315         * src/inc.c
3316         * src/prefs_account.[ch]
3317         * src/send.c
3318                 removed local account without SMTP server
3319                 added option to use mail command instead of a connexion
3320                 to SMTP server when a local account is used
3321         * src/prefs_headers.c
3322                 fixed a bug
3323         * src/news.c
3324                 fixed a bug when connexion immediately closed
3325
3326 2001-05-01 [alfons]
3327
3328         0.4.66claws1
3329         
3330         * sync with 0.4.65
3331
3332 2001-05-01 [sergey]
3333
3334         * src/prefs_account.c (Basic, prefs_account_basic_create): new
3335         widget nntpauth_chkbtn.
3336         (prefs_account_protocol_activated): handle nntpauth_chkbtn
3337         visibility.
3338         (prefs_account_nntpauth_toggled): new function.
3339
3340         * src/news.c (news_session_new_for_folder): use NNTP
3341         authentication only if ac->use_nntp_auth is set.
3342
3343 2001-05-01 [hoa]
3344
3345         * src/Makefile.am changed headers.[ch] in customheader.[ch]
3346         * src/prefs_display_headers.c changed the UI
3347         * src/prefs_headers.c changed account_name to account_id
3348         * src/compose.c using customheader.h
3349
3350 2001-05-01 [hiroyuki]
3351
3352         * src/esmtp.c
3353           src/news.c
3354           src/nntp.c: changed sock_read() to sock_gets(), they've been left
3355           unsynched.
3356
3357 2001-05-01 [hoa]
3358
3359         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
3360         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
3361                 for displaying of headers
3362         * src/grouplist_dialog.[ch] minor changes to remove warnings
3363         * src/prefs_display_headers.[ch] dialog to choose the
3364         headers to display in the mail viewer.
3365         * src/headers.h correction of #define
3366         * src/headers_display.[ch] configuration for displaying of headers.
3367         * src/main.c read config of displaying of headers
3368         * src/prefs_common.c add a button to access the config dialog
3369                 for displaying of headers
3370         * src/prefs_display_headers.[ch] dialog for configuration for
3371                 displaying of the headers.
3372         * src/prefs_headers.c cleaning of code
3373         * src/procheader.c comments added to code
3374         * src/textview.c changes to reorder the headers depending
3375                 on the config for displaying of headers
3376
3377 2001-04-30 [alfons]
3378
3379         0.4.65claws7
3380
3381         * sync with 0.4.65cvs12
3382
3383         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
3384
3385 2001-04-30 [sergey]
3386
3387         * src/nntp.h (NNTPSockInfo): new field auth_failed.
3388
3389         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
3390         is set to force reconnection after authentication failure.
3391         (nntp_gen_command): set sock->auth_failed on authentication
3392         failure, or if sock->userid and sock->passwd are not set.
3393
3394         * src/news.c (news_session_new_for_folder): set userid=NULL if
3395         password dialog is cancelled.
3396
3397 2001-04-30 [sergey]
3398
3399         * src/nntp.h (NNTPSockInfo): new type.
3400
3401         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
3402         SockInfo.
3403         (nntp_open_auth, nntp_close): new functions.
3404         (nntp_gen_command): new function to handle authentication; all
3405         NNTP command functions updated to use it.
3406         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
3407         (nntp_list): removed old useless code.
3408
3409         * src/news.h (NNTPSession): new field nntp_sock.
3410
3411         * src/news.c: all functions updated to use NNTPSockInfo instead of
3412         SockInfo.
3413         (news_session_new): new arguments (userid, passwd); made static;
3414         use nntp_open_auth() if needed.
3415         (news_session_destroy): use nntp_close() instead of sock_close().
3416         (news_query_password): changed arguments.
3417         (news_session_new_for_folder): new function.
3418         (news_session_get): use news_session_new_for_folder().
3419         (news_authenticate): deleted.
3420         (news_get_uncached_articles): removed old authentication code.
3421
3422 2001-04-30 [sergey]
3423
3424         * src/news.c: reverted my previous changes (need to do NNTP
3425         authentication in a cleaner way).
3426         
3427 2001-04-29 [sergey]
3428
3429         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
3430         news_nntp_post, news_nntp_mode): new functions (wrappers with
3431         authentication support).
3432         (news_get_article_cmd, news_get_article, news_get_header): new
3433         argument "folder"; all callers changed.
3434         (news_get_article_cmd): added authentication support.
3435         (news_session_get): use news_nntp_mode() instead of nntp_mode().
3436         (news_post): use news_nntp_post() instead of nntp_post().
3437         (news_get_uncached_articles): use news_nntp_group() instead of
3438         nntp_group() and news_nntp_xover() instead of nntp_xover();
3439         removed old authentication code.
3440         (news_get_group_list): use news_nntp_list() instead of nntp_list().
3441
3442         * src/nntp.c (nntp_list): return real error code instead of
3443         hardcoded NN_ERROR.
3444
3445 2001-04-29 [sergey]
3446
3447         * configure.in: fixed wint_t typedef detection again
3448
3449 2001-04-28 [hoa]
3450
3451         * src/prefs_account.[ch], added A_LOCAL_CMD
3452                 (send mail with mail command)
3453         * src/send.c added function send_message_with_command()
3454         * src/inc.c made a more secure get_spool() function with
3455                 mktemp() but maybe mkstemp() or something more
3456                 secure can be used.
3457
3458 2001-04-28 [alfons]
3459
3460         * src/textview.c, colorization of email addresses in headers
3461
3462         0.4.65claws6
3463
3464         * bug sync with sylpheed
3465         * prefs_common.c: created date format ui for darko
3466         * sync with 0.4.65cvs11
3467         * configure.in: corrected to have the new gpg checks
3468
3469 2001-04-27 [alfons]
3470
3471         * completed sync with 0.4.65cvs10
3472         * minor debug things added to gtkstext.c
3473
3474 2001-04-27 [darko]
3475
3476         * configure.in: remove check for availability of
3477           strftime() as advised by Hiroyuki
3478         * src/prefs_common.[ch], src/procheader.c:
3479           synch strftime() code with Hiroyki's main branch
3480
3481 2001-04-26 [sergey]
3482
3483         * src/news.c: news_query_password(), news_authenticate(): new
3484           functions.
3485           news_get_uncached_articles(): added NNTP authentication
3486           handling.
3487         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
3488           new functions.
3489         * src/prefs_account.c: prefs_account_protocol_activated():
3490           enable userid and password fields for NNTP.
3491
3492 2001-04-26
3493
3494         * configure.in: check for availability of strftime()
3495           [darko]
3496         * src/prefs_common.[ch], src/procheader.c: use
3497           strftime() for displaying date in summary pane if it
3498           is available
3499
3500 2001-04-25
3501
3502         * more .cvsignore cleanups [alfons]
3503
3504 2001-04-25
3505
3506         * ac/sv-check-type.m4: new autoconf macro.
3507         * configure.in: fixed wint_t typedef detection (did not work
3508           with gcc-2.96).
3509
3510 2001-04-25
3511
3512         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
3513           [hiroyuki]
3514
3515 2001-04-24
3516         * modified gtkstext.c : buggy cursor navigation fixed, 
3517           and font descent also taken in account when drawing
3518           cursor. [alfons]
3519
3520 2001-04-24 [hoa]
3521         * added comments in src/news.c src/nntp.c
3522         * added src/prefs_headers.[ch]
3523         * added src/headers.[ch]
3524         * modified compose.c to activate custom headers
3525                 added function is_in_custom_headers
3526         * modified prefs_account.[ch]
3527                 added function prefs_account_customhdr_edit
3528         * modified src/defs.h :
3529                 added HEADERS_RC : name of the config file
3530                 for the custom headers
3531
3532 2001-04-24
3533
3534     0.4.65claws5
3535
3536         * configure.in
3537           src/gtkstext.[ch]
3538           src/compose.c
3539           src/Makefile.am
3540           
3541           added gtkstext with configure.in patch by Hiroyuki which
3542           should fix the XIM detection [alfons]
3543
3544         * more clean up of cvs [alfons]
3545
3546                  * removed all Makefile.in files to attic.
3547
3548                  * updated all .cvsignores to really ignore things that could
3549                    be unintentionally committed by a recursive commit.
3550
3551 2001-04-23 [hoa]
3552         * added src/grouplist_dialog.[ch]
3553         * changed src/folderview.c to call grouplist_dialog instead
3554                 of inputdialog
3555         * src/news.c :
3556                 added functions news_reset_group_list
3557                 and news_get_group_list
3558         * src/nntp.c :
3559                 added function nntp_list
3560         * src/defs.h :
3561                 added GROUPLIST_FILE : name of the newsgroup list cache file
3562
3563 2001-04-21
3564
3565         * added option to warn about queued messages on exit [sergey]:
3566
3567           * src/compose.c: compose_queue(): call folder_item_scan()
3568             and folderview_update_item() after queueing.
3569           * src/folderview.c: folderview_update_node(): draw the queue
3570             folder in bold font if there are queued messages.
3571           * src/mainwindow.c: queued_messages(): new function.
3572             app_exit_cb(): display warning if there are queued messages
3573             if warn_queued_on_exit is set.
3574           * prefs_common.[ch]: add warn_queued_on_exit option.
3575
3576         * enhanced GnuPG key selection support [sergey]:
3577
3578           * src/select-keys.c: updated to newer version from Win32
3579             branch with support for selecting arbitrary keys.
3580           * src/prefs_account.c: added the Privacy tab to the account
3581             options window.
3582             prefs_account_privacy_create(),
3583             prefs_account_sign_key_set_data_from_radiobtn(),
3584             prefs_account_sign_key_set_radiobtn(): new functions.
3585           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
3586           * src/rfc2015.c: set_signers(): new function.
3587             pgp_sign(): add the account parameter, call set_signers().
3588             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
3589           * src/rfc2015.h: rfc2015_sign(): updated prototype.
3590           * src/compose.c: pass the current account to rfc2015_sign().
3591
3592         * tag name claws added to prevent confusion with main branch [alfons]
3593
3594         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
3595
3596         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
3597
3598         * sync with recent sylpheed cvs. Untested though. [alfons]
3599