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