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