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