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