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