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