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