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