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