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