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