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