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