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