45ba53a0c469634afdba6401bd084bee05a372b5
[claws.git] / ChangeLog.claws
1 2002-07-07 [alfons]     0.7.8claws53
2
3         * src/Makefile.am
4         * src/stock_pixmap.[ch]
5         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
6         * src/pixmaps/notice_error.xpm  ** NEW FILE **
7         * src/pixmaps/notice_note.xpm   ** NEW FILE **
8                 add new pixmaps for upcoming notice pane
9
10 2002-07-06 [melvin]     0.7.8claws52
11
12         * src/gtkspell.[ch]
13                 Made them a bit closer to Sylpheed's coding style.
14                 Removed old code.
15                 Removed possible memory leaks when some errors occurs.
16
17 2002-07-06 [melvin]     0.7.8claws51
18
19         * po/Makefile.in.in
20                 Removed --no-location in xgettext command line to help
21                 translators that use Emacs' po-mode
22         * src/quote_fmt.c
23                 Removed unnecessary comments that messed up sylpheed.pot
24
25 2002-07-06 [paul]       0.7.8claws50
26
27         * sync with 0.7.8cvs19
28                 see ChangeLog 2002-07-05
29
30 2002-07-06 [christoph]  0.7.8claws49
31
32         * src/folder.c
33         * src/mainwindow.c
34                 fix folder_item_remove_all_msg and folderview
35                 status for trash folders after emptying trash
36
37 2002-07-05 [paul]       0.7.8claws48
38
39         * sync with 0.7.8cvs16
40                 see ChangeLog 2002-07-04 and 2002-07-05
41
42 2002-07-04 [paul]       0.7.8claws47
43
44         * sync with 0.7.8cvs14
45                 see  ChangeLog 2002-07-04
46
47 2002-07-03 [alfons]     0.7.8claws46
48
49         * src/folder.c
50                 dupe folder item's path because it's being reallocated
51                 by new folder scanning code
52
53 2002-07-03 [christoph]  0.7.8claws45
54
55         * src/imap.c
56                 better IMAP uid fetching using 'FETCH 1:* (UID)'
57         * src/msgcache.c
58                 add missing return in msgcache_write
59
60 2002-07-02 [thorsten]   0.7.8claws44
61
62         * src/jpilot.c
63         * src/msgcache.c
64         * src/rfc2015.c
65                 use binary mode for file access
66
67 2002-07-02 [christoph]  0.7.8claws43
68
69         * major code cleanup (part 1)
70         
71                 - unused variables removed
72                 - unused functions removed
73                 - uninitialized variables checked
74                 - missing return statements added
75                 - missing function return types added
76                 - added parentheses around assignment and
77                   && in || when suggested by gcc
78               
79         * src/mh.c
80         * src/folder.c
81                 replaced direct calls to folder->scan_tree
82                 with folder_scan_tree and restore folder
83                 prefs in this function. The folder should
84                 not have to deal with them.
85                 ( Should now work for all folder types )
86
87 2002-07-02 [paul]       0.7.8claws42
88
89         * sync with 0.7.8cvs13
90                 see ChangeLog 2002-07-01 and 2002-07-02
91
92 2002-07-01 [christoph]  0.7.8claws41
93
94         * src/summaryview.c
95                 fix "goto next/prev unread message" with
96                 ignored threads
97
98 2002-07-01 [paul]       0.7.8claws40
99
100         * po/es.po
101                 updated by Ricardo Mones Lastra
102
103 2002-06-30 [match]      0.7.8claws39
104
105         * src/jpilot.c
106                 applied variation of leonerd's patch (566661) to
107                 allow multiple email addresses per JPilot entry.
108                 addresses may be separated by space, comma, pipe,
109                 semi-colon, new-line.
110
111 2002-06-30 [alfons]     0.7.8claws38
112
113         * src/procmsg.c
114                 simple fix for putting older nodes before
115                 newer nodes when threading by subject
116
117 2002-06-30 [christoph]  0.7.8claws37
118
119         * src/folder.c
120         * src/folderview.c
121         * src/mh.c
122         * src/news.c
123         * src/procmsg.c
124                 fix broken folder tree rescaning
125                 and don't use procmsg_get_mark_sum
126                 anymore
127
128 2002-06-30 [christoph]  0.7.8claws36
129
130         * merge new cache branch
131         * src/imap.c
132                 fix new cache imap copy bug
133         * src/folder.c
134                 improved folder_item_scan
135                 it should now always set the correct
136                 new, unread and total message counts
137
138 2002-06-29 [paul]       0.7.8claws35
139
140         * configure.in
141                 correct syntax error
142
143 2002-06-29 [paul]       0.7.8claws34
144
145         * configure.in
146           Makefile.am
147           man/Makefile.am       ** NEW FILE **
148           man/sylpheed.1.gz     ** NEW FILE **
149                 add Sylpheed man page
150
151 2002-06-29 [paul]       0.7.8claws33
152
153         * po/pt_BR.po
154                 updated by Fabio Junior Beneditto
155
156 2002-06-28 [jens]       0.7.8claws32
157
158         * po/de.po
159                 translation updated
160
161         * src/selective_download.c
162                 removed gettext for space " "
163
164         * src/imap.c
165                 removed wrong space
166
167 2002-06-28 [paul]       0.7.8claws31
168
169         * sync with 0.7.8cvs11
170                 see ChangeLog 2002-06-28
171
172 2002-06-28 [paul]       0.7.8claws30
173
174         * sync with 0.7.8cvs10
175                 see ChangeLog 2002-06-27 and 2002-06-28
176
177 2002-06-26 [paul]       0.7.8claws29
178
179         * src/addrgather.c
180           src/selective_download.c
181                 don't gettextise empty strings.
182                 reserved by gettext. gettext("") returns 
183                 the header entry with meta information, 
184                 not the empty string
185
186         * po/en_GB.po
187                 updated
188
189 2002-06-26 [paul]       0.7.8claws28
190
191         * sync with 0.7.8cvs7
192                 see ChangeLog 2002-06-25
193
194         * src/prefs_common.c
195                 ...and in the process, tweak the gui a little
196         
197 2002-06-25 [alfons]     0.7.8claws27
198         
199         * configure.in
200         * src/Makefile.am
201                 fine tune ldap library detection
202
203 2002-06-25 [alfons]     0.7.8claws26
204
205         * src/compose.c
206                 don't allow return receipts when composing a news article
207
208 2002-06-25 [paul]       0.7.8claws25
209
210         * Makefile.am
211                 add '$(AMTAR)' to 'release' section to allow for
212                 new and older autotools
213
214 2002-06-25 [paul]       0.7.8claws24
215
216         * src/summaryview.c
217                 fix "No more unread messages" persistant pop-up
218                 window bug
219
220 2002-06-25 [paul]       0.7.8claws23
221
222         * po/it.po
223                 updated by Alessandro Maestri
224
225 2002-06-25 [paul]       0.7.8claws22
226
227         * sync with 0.7.8cvs6
228                 see ChangeLog 2002-06-25
229
230 2002-06-24 [paul]       0.7.8claws21
231
232         * tools/update-po
233                 add GPL copyright information
234
235 2002-06-24 [paul]       0.7.8claws20
236
237         * tools/Makefile.am
238           tools/README
239           tools/update-po       ** NEW FILE **
240                 add script that eases the creation of *.po files
241                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
242
243 2002-06-23 [alfons]     0.7.8claws19
244
245         * src/messageview.c
246                 make notification_convert_header obey const correctness
247                 (next step will be fixing the broken return receipt)
248
249 2002-06-23 [paul]       0.7.8claws18
250
251         * src/messageview.c
252                 fix bug introduced in last commit:
253                 removed too much code in last commit - put back what's
254                 needed
255
256 2002-06-23 [paul]       0.7.8claws17
257
258         * src/messageview.[ch]
259                 remove code committed in error from locally patched
260                 source
261
262 2002-06-23 [colin]      0.7.8claws16
263
264         * src/compose.[ch]
265                 add compose_entry_select(), used to select the default_to
266                 email address - hopefully avoiding people sending mails to
267                 wrong recipients.
268
269 2002-06-22 [alfons]     0.7.8claws15
270
271         * AUTHORS
272                 add Bram Metsch & Stanislav Karchebny
273         * src/smtp.[ch]
274         * src/prefs_account.[ch]
275         * src/send.c
276                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
277                   options.  (see <http://sourceforge.net/tracker/index.php
278                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
279
280                 - merge Stanislav's fix to make SMTP AUTH work with qmail
281                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
282
283 2002-06-22 [paul]       0.7.8claws14
284
285         * sync with 0.7.8cvs5
286                 see ChangeLog 2002-06-19 and 2002-06-20
287
288 2002-06-22 [alfons]     0.7.8claws13
289
290         * src/selective_download.c
291                 fix a stupid mistake I made
292
293 2002-06-22 [alfons]     0.7.8claws12
294
295         * src/selective_download.[ch]
296                 fix another unnoticed leak; cleanup code
297
298 2002-06-21 [alfons]
299
300         * tools/Makefile.am
301                 gpg-sign <-- gpg-sign-syl
302
303 2002-06-21 [alfons]     0.7.8claws11
304
305         * src/selective_download.c
306         * src/selective_download.h
307                 fix assorted mix of allocation errors (should solve
308                 problem reported by Philippe Gramoullé, see:
309                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
310
311 2002-06-20 [melvin]     0.7.8claws10
312
313         * tools/gpg-sign *REMOVED*
314           tools/gpg-sign-syl *ADDED*
315                 Replaced the gpg clearsigning script with the version using
316                 xterm instead of ssh-askpass and changed its name.
317
318         * README.claws
319                 Updated actions example to reflect the renaming of the
320                 gpg clearsigning script.
321
322 2002-06-19 [paul]       0.7.8claws9
323
324         * sync with 0.7.8claws9
325                 see ChangeLog 2002-06-18 and 2002-06-19
326
327 2002-06-19 [paul]       0.7.8claws8
328
329         * sync with 0.7.8cvs1
330                 see ChangeLog 2002-06-18
331
332 2002-06-18 [alfons]     0.7.8claws7
333
334         * src/mainwindow.h
335                 add omitted prototype
336
337 2002-06-17 [paul]       0.7.8claws6
338
339         * src/mainwindow.c
340                 fix hiding of exec_btn
341
342 2002-06-17 [paul]       0.7.8claws5
343
344         * src/pop.c
345                 remove unneeded code: should_delete() 
346                 and Pop3State::uidl_todelete_list
347
348 2002-06-17 [paul]       0.7.8claws4
349
350         * sync with 0.7.8
351                 see ChangeLog 2002-06-11 and 2002-06-13
352
353 2002-06-16 [alfons]     0.7.8claws3
354         
355         * src/folder.c
356                 make sure lock sort mode (claws specific) is
357                 also persists after a tree rescan
358
359 2002-06-16 [alfons]     0.7.8claws2
360
361         * src/prefs_folder_item.c
362         * src/folder.[ch]
363                 fix persistence of folder sort mode (broken
364                 by adapting Hiro's new folder persistence code)
365
366 2002-06-16 [alfons]     0.7.8claws1
367
368         * AUTHORS
369         * src/logwindow.c
370         * src/prefscommon.[ch]
371                 control size of log text in log window; 
372                 closes patch #569155 submitted by Mitko Haralanov.
373
374 2002-06-15 [paul]       0.7.8claws
375
376         * release of 0.7.8claws
377
378 2002-06-15 [paul]       0.7.7claws
379
380         * po/pt_BR.po
381                 updated by Fabio Junior Beneditto
382
383 2002-06-14 [paul]       0.7.6claws49
384
385         * po/es.po
386                 updated by Ricardo Mones Lastra
387
388 2002-06-14 [paul]       0.7.6claws48
389
390         * po/nl.po
391                 updated translation by Wilbert Berendsen
392
393 2002-06-14 [melvin]     0.7.6claws47
394
395         * po/fr.po
396                 Updated French translation
397
398 2002-06-13 [paul]       0.7.6claws46
399
400         * src/filesel.c
401                 allow filename to be typed in, rather than just
402                 selected by the mouse. Patch by Gustavo Noronha Silva.
403
404 2002-06-13 [alfons]     0.7.6claws45
405
406         * src/mainwindow.[ch]
407                 more cleanups (removing unnecessary menu items Expand 
408                 summary / message view)
409
410 2002-06-13 [melvin]     0.7.6claws44
411
412         * po/POTFILES.in
413                 Added src/string_match.c
414         * src/string_match.c
415                 Fixed possible buffer overflow.
416                 Corrected typo.
417                 Added missing config.h header.
418         * src/prefs_common.c
419           src/prefs_matcher.c
420           src/prefs_scoring.c
421                 Made some strings translatable (missing _(..)).
422
423 2002-06-13 [melvin]     0.7.6claws43
424
425         * README.claws
426                 Corrected action example (verifying clearsigned mail).
427         * src/prefs_account.c
428                 Corrected typo.
429         * src/prefs_common.c
430                 Removed incorrect line that generated a Gtk-CRITICAL msg.
431
432 2002-06-12 [alfons]     0.7.6claws42
433
434         * src/summaryview.c
435                 add init of score column lost in 0.7.6claws42
436
437 2002-06-12 [paul]       0.7.6claws41
438
439         * src/prefs_account.c
440                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
441                 behavior of the radio buttons, (from 0.7.7cvs2)
442
443 2002-06-11 [alfons]     0.7.6claws40
444
445         * src/messageview.[ch]
446         * src/summaryview.[ch]
447         * src/summary_search.c
448         * src/mainwindow.c
449                 perform a sync to bring in Hiro's separate view implementation 
450
451                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
452
453 2002-06-11 [paul]       0.7.6claws39
454         
455         * src/prefs_account.c
456                 correct a typo on the Receive tab
457
458 2002-06-10 [match]      0.7.6claws38
459
460         * src/addressbook.c
461                 Included address completion patch from Gustavo Noronha.
462
463 2002-06-10 [paul]       0.7.6claws37
464
465         * src/inc.[ch]
466           src/pop.c
467           src/prefs_account.[ch]
468           src/selective_download.[ch]
469                 apply PATCH #561712
470                  NEW:
471                 - check if POP Account
472                 - Receive Button renamed to Preview
473                 - Preview Button Popup: preview new/all messages
474                 - Download Button
475                 - Account Preferences-->Receive tab checkbutton if you
476                   want to remove Mail after Download
477                 -: default YES
478                 - Account Preferences-->Receive tab checkbutton use
479                   filtering rules on preview
480                   (think of delete_on_server)
481                 -: default YES
482                 - Account selectable from SD dialog
483                 - checkbutton to show already downloaded messages if
484                   all messages are previewed
485                 - new clist column showing Date
486                 - ESC KEY close
487                 FIXES:
488                 - play ball with UIDL
489                 - fault tolerant (?) 
490                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
491
492 2002-06-10 [melvin]     0.7.6claws36
493
494         * README.claws
495                 Added a hint to ac/README in cvs instructions.
496
497         * src/prefs_actions.c
498                 Made it possible to use a more elaborate command line
499                 for asynchronous actions, too.
500
501 2002-06-10 [melvin]     0.7.6claws35
502         
503         * src/prefs_actions.c
504                 Make it possible to use a more elaborate command line
505                 (e.g. |foo|bar|cat>there;echo Done|)
506                 Corrected error message when calling %f, %F and %p commands
507                 from the compose window.
508
509 2002-06-09 [colin]      0.7.6claws34
510
511         * src/summaryview.c
512                 Automatically find unread messages in current folder
513                 before annoying the user.
514
515 2002-06-08 [alfons]     0.7.6claws33
516
517         * po/it.po
518                 remove bad formatting string in it.po translation
519                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
520
521 2002-06-08 [paul]       0.7.6claws32
522
523         * sync with 0.7.6cvs25
524                 see ChangeLog 2002-06-07
525
526 2002-06-05 [paul]       0.7.6claws31
527
528         * src/mainwindow.c
529                 add 'Sort by locked' and 'Sort by score'
530
531 2002-06-05 [paul]       0.7.6claws30
532
533         * sync with 0.7.6cvs24
534                 see ChangeLog 2002-06-04
535
536 2002-06-04 [paul]       0.7.6claws29
537
538         * po/pt_BR.po
539                 updated by Fabio Junior Beneditto
540
541 2002-06-03 [thorsten]   0.7.6claws28
542
543         * src/matcher.c
544                 fclose() matcherrc after reading
545
546 2002-06-03 [paul]       0.7.6claws27
547
548         * sync with 0.7.6cvs21
549                 see ChangeLog 2002-05-31
550
551 2002-05-31 [paul]       0.7.6claws26
552
553         * sync with 0.7.6cvs20
554                 see ChangeLog 2002-05-29 and 2002-05-30
555
556 2002-05-31 [paul]       0.7.6claws25
557
558         * src/imap.c
559                 hopefully fix last buggy sync
560
561         * README.claws
562                 correct typo in 'Actions' examples
563
564 2002-05-29 [paul]       0.7.6claws24
565
566         * sync with 0.7.6cvs18
567                 see ChangeLog 2002-05-28 and 2002-05-29
568
569         * src/news.c
570           src/nntp.[ch]
571                 sync with above 
572
573 2002-05-28 [paul]       0.7.6claws23
574
575         * sync with 0.7.6cvs16
576                 see ChangeLog 2002-05-28
577
578 2002-05-27 [thorsten]   0.7.6claws22 
579
580         * faq/it/sylpheed-faq-1.html
581           faq/it/sylpheed-faq-2.html
582           faq/it/sylpheed-faq-3.html
583           faq/it/sylpheed-faq.html
584                 corrected DOS lineendings
585         * faq/de/sylpheed-faq-1.html
586           faq/de/sylpheed-faq-2.html
587           faq/en/sylpheed-faq-1.html
588           faq/en/sylpheed-faq-2.html
589           faq/en/sylpheed-faq-3.html
590           faq/es/sylpheed-faq-1.html
591           faq/es/sylpheed-faq-2.html
592           faq/es/sylpheed-faq-3.html
593           faq/fr/sylpheed-faq-1.html
594           faq/it/sylpheed-faq-1.html
595           faq/it/sylpheed-faq-2.html
596           faq/it/sylpheed-faq-3.html
597           faq/it/sylpheed-faq.html
598                 changed ">" to &quot;
599
600 2002-05-27 [paul]       0.7.6claws21
601         
602         * sync with 0.7.6cvs15
603                 see ChangeLog 2002-05-27
604
605 2002-05-27 [paul]       0.7.6claws20
606
607         * src/prefs_account.c
608                 correct a typo
609
610 2002-05-26 [paul]       0.7.6claws19
611
612         * tools/README
613                 correct a typo
614
615 2002-05-25 [paul]       0.7.6claws18
616
617         * tools/README
618                 add description of kmail2sylpheed.pl
619
620 2002-05-25 [paul]       0.7.6claws17
621
622         * tools/kmail2sylpheed.pl       ** NEW FILE **
623                 perl script that converts an exported Kmail address
624                 book, converts it to sylpheed addressbook file,
625                 writes the file to .sylpheed, and updates
626                 addrbook--index.xml 
627
628 2002-05-25 [paul]       0.7.6claws16
629
630         * sync with 0.7.6cvs14
631                 see ChangeLog 2002-05-23
632
633 2002-05-24 [paul]       0.7.6claws15
634
635         * README.claws
636                 make a correction and add some more info
637
638 2002-05-24 [paul]       0.7.6claws14
639
640         * src/compose.c
641                 fix memory leak in 
642                 compose_redirect_write_headers_from_headerlist()
643                 add Subject and Resent-Message-ID to
644                 compose_redirect_write_headers()
645                 Received, Subject, and X-UIDL are filtered out in 
646                 compose_redirect_write_to_file()
647
648 2002-05-23 [paul]       0.7.6claws13
649
650         * src/compose.[ch]
651           src/filtering.c
652           src/mainwindow.c
653           src/matcher.[ch]
654           src/matcher_parser_lex.l
655           src/matcher_parser_parse.y
656           src/prefs_common.[ch]
657           src/prefs_filtering.c
658           src/summaryview.c
659                 rename 'Bounce' to 'Redirect'
660
661 2002-05-23 [paul]       0.7.6claws12
662
663         * more sync with 0.7.6cvs13
664           src/compose.c
665                 see ChangeLog 2002-05-22
666
667 2002-05-22 [paul]       0.7.6claws11
668
669         * sync with 0.7.6cvs13
670           src/codeconv.c
671                 see ChangeLog 2002-05-20
672           src/prefs_common.c
673                 see ChangeLog 2002-05-22
674
675 2002-05-21 [melvin]     0.7.6claws10
676
677         * src/folderview.c
678                 Added missing filtering and scoring headers
679                 Fixed bad function call that showed garbage 
680                 in Folder->Processing
681
682 2002-05-21 [paul]       0.7.6claws9
683
684         * tools/Makefile.am
685                 make all tools executable, (patch by Alfons).
686
687 2002-05-20 [alfons]     0.7.6claws8
688
689         * src/procheader.c
690                 don't forget to call mktime() so we have a valid week 
691                 and year day
692                 (Bug report by Roger Sondermann <mail@jumaros.de>)
693
694 2002-05-20 [paul]       0.7.6claws7
695
696         * src/html.c
697                 fix broken parsing of urls
698         * src/textview.c
699                 fix displaying of urls
700
701                 both fixes from the patch [547855] by Eugene 
702                 Brevdo (zonem)
703
704 2002-05-19 [alfons]     0.7.6claws6
705
706         * configure.in
707                 make sylpheed configure correctly with the latest
708                 and greatest of automake / autoconf / gettext
709
710 2002-05-19 [alfons]     0.7.6claws5
711
712         * src/procheader.c
713         * src/procheader.h
714                 add function for returning ime zone offset
715         * src/quote_fmt.c
716         * src/quote_fmt_parse.y
717                 better quotation formatting - does not convert
718                 to local time, but uses the original date string.
719                 
720                 Note: %z inserts the timezone offset (should 
721                 work also on platforms where strftime does not
722                 support %z).
723
724 2002-05-18 [christoph]  0.7.6claws4
725
726         * src/summaryview.c
727                 fix indentation of some code
728         * tools/Makefile.am
729                 fix spaces after \
730         * src/Makefile.am
731                 add missing \
732                 correct path for ignorethread.xpm
733                 incorrect filename for sylpheed_logo.xpm
734                 add missing include matcher_parser_parse.h
735
736 2002-05-18 [paul]       0.7.6claws3
737
738         * sync with 0.7.6cvs8
739                 see ChangeLog 2002-05-16 and 2002-05-17
740
741 2002-05-18 [melvin]     0.7.6claws2
742
743         * README.claws
744                 Corrected an action's definition and fixed some misspellings.
745
746 2002-05-18 [paul]       0.7.6claws1
747
748         * tools/Makefile.am
749           tools/gpg-sign        ** new file **
750           tools/uudec           ** new file **
751                 add Melvin's Actions scripts
752
753         * README.claws
754                 add Melvin's descriptions for Actions
755
756 2002-05-18 [paul]       0.7.6claws
757
758         * Version 0.7.6claws released
759
760 2002-05-17 [paul]       0.7.5claws32
761
762         * po/es.po
763                 updated by Ricardo Mones Lastra
764
765 2002-05-17 [paul]       0.7.5claws31
766
767         * src/compose.c
768                 fix Account prefs default folder for sent/draft/deleted
769                 messages bug
770
771         * po/it.po
772           po/nl.po
773                 updated translation by Alessandro Maestri and
774                 Wilbert Berendsen
775
776 2002-05-17 [melvin]     0.7.5claws30
777
778         * src/prefs_actions.c
779                 Fixed bug where using %F not at the end of the command 
780                 resulted in an additional empty argument being created.
781                 Thanks to Darko Koruga for reporting the bug.
782
783 2002-05-17 [melvin]     0.7.5claws29
784
785         * po/fr.po
786                 Updated French translations.
787
788 2002-05-15 [paul]       0.7.5claws28
789         
790         * po/es.po
791                 updated by Ricardo Mones Lastra
792
793 2002-05-15 [paul]       0.7.5claws27
794
795         * sync with 0.7.6cvs4
796                 see ChangeLog 2002-05-14 and 2002-05-15
797
798 2002-05-14 [paul]       0.7.5claws26
799
800         * sync with 0.7.6cvs1
801                 see ChangeLog 2002-05-13
802
803 2002-05-13 [thorsten]   0.7.5claws25
804
805         * src/messageview.c
806                 fix select_all and copy in multipart messages
807         * src/mainwindow.c
808                 fix select_all and copy in multipart messages
809
810 2002-05-12 [paul]       0.7.5claws24
811
812         * src/summaryview.c
813                 reverse last commit, bug already fixed in 0.7.5claws3
814
815 2002-05-12 [netztorte]  0.7.5claws23
816
817         * src/summaryview.c
818                 dont parse empty addressbook (checked in before claws20)
819
820 2002-05-12 [melvin]     0.7.5claws22
821
822         * src/procmsg.[ch]
823                 Removed unneeded priority code introduced by the previous 
824                 commit.
825
826 2002-05-12 [melvin]     0.7.5claws21
827
828         * src/compose.[ch]
829                 Added possibility to set message's priority.
830         * src/procmsg.[ch]
831                 Added possibility to set message's priority.
832                 Added missing headers
833
834 2002-05-12 [melvin]     0.7.5claws20
835
836         * src/prefs_actions.c
837                 Removed implicitely added quotes around the name
838                 of the temporary files of mime parts.
839
840 2002-05-12 [paul]       0.7.5claws19
841
842         * sync with 0.7.5cvs20
843                 see ChangeLog 2002-05-11
844
845 2002-05-12 [alfons]     0.7.5claws18
846
847         * src/quote_fmt_lex.l
848         * src/quote_fmt_parse.y
849                 allow quote / reply date & time format to be set using
850                 %D{format}. format is a format string you'd pass to
851                 strftime() (see man strftime, or the Display tab |
852                 Date format setting).
853
854                 Currently %D converts the date to local time. 
855
856 2002-05-11 [paul]       0.7.5claws17
857
858         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
859                 see ChangeLog 2002-05-10 and 2002-05-11
860
861 2002-05-10 [paul]       0.7.5claws16
862
863         * sync with 0.7.5cvs16
864                 see ChangeLog entries 2002-05-09 and 
865                 2002-05-10
866
867 2002-05-10 [colin]      0.7.5claws15
868
869         * src/textview.c
870                 Corrected a bug that prevented sylpheed to open
871                 double-clicked URIs.
872
873 2002-05-09 [paul]       0.7.5claws14
874
875         * sync with 0.7.5cvs14
876                 see ChangeLog 2002-05-08 and 2002-05-09
877
878 2002-05-08 [paul]       0.7.5claws13
879
880         * sync with 0.7.5cvs11
881                 see ChangeLog entry 2002-05-08
882
883 2002-05-08 [paul]       0.7.5claws12
884
885         * src/mainwindow.c
886           src/textview.[ch]
887                 fix segfault on View->Open in new window
888                 patch submitted by Thorsten Maerz <torte@netztorte.de>
889
890 2002-05-07 [paul]       0.7.5claws11
891
892         * sync with 0.7.5cvs9
893                 see ChangeLog entry 2002-05-07
894
895 2002-05-06 [paul]       0.7.5claws10
896
897         * src/messageview.c
898           src/textview.c
899                 display url in statusbar on single-click
900                 patch submitted by Thorsten Maerz <torte@netztorte.de>
901
902 2002-05-06 [match]      0.7.5claws9
903
904         * src/addritem.[ch]
905                 new functions.
906         * src/addrcache.c
907                 tidy up.
908         * src/xmlprops.[ch]
909                 XML implementation of properties file.
910         * src/exporthtml.[ch]
911         * src/expthtmldlg.[ch]
912         * src/addressbook.c
913                 export to HTML.
914
915 2002-05-02 [sergey]     0.7.5claws8
916
917         * src/mainwindow.c (mainwin_entries),
918           src/prefs_common.c (prefs_send_create()),
919           src/codeconv.c (locale_table):
920                 use charset name "Windows-1251" instead of "CP1251".
921
922 2002-05-02 [colin]      0.7.5claws7
923         
924         * src/compose.c
925           src/prefs_common.c
926           src/prefs_folder_item.c
927                 Fixed cosmetics bugs due to Outbox renamed to Sent.
928
929 2002-05-02 [hiro]       0.7.5claws6
930
931         * src/imap.c
932                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
933
934 2002-05-02 [paul]       0.7.5claws5
935
936         * src/compose.c
937                 more sync with 0.7.5cvs7, see ChangeLog entry
938                 2002-05-02
939
940 2002-05-02 [hiro]       0.7.5claws4
941
942         * src/compose.c
943                 compose_queue_sub():
944                 check if queue folder exists (closes #550397).
945                 removed directory creation since it should be handled
946                 transparently.
947         * src/imap.c
948                 imap_add_msg(): return UID for appended message
949                 (closes #548842).
950
951 2002-04-30 [paul]       0.7.5claws3
952
953         * src/summaryview.c
954                 fix account_find_from_address() bug
955
956 2002-04-28 [colin]      0.7.5claws2
957
958         * src/compose.c
959           src/textview.c
960           src/prefs_common.[ch]
961           src/utils.[ch]
962                 Added user-definable quotation characters recognition.
963
964 2002-04-28 [paul]       0.7.5claws1
965
966         * sync with 0.7.5cvs4
967                 see ChangeLog entry  2002-04-25
968
969 2002-04-28 [paul]       0.7.5claws
970
971         * po/es.po
972           po/nl.po
973           po/pt_BR.po
974                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
975                 Fabio Junior Beneditto
976
977 2002-04-27 [jens]       0.7.4claws103
978
979         * po/de.po
980                 updated German translation.
981
982 2002-04-27 [hiro]       0.7.4claws102
983
984         * src/summaryview.c
985                 summary_write_cache(): fixed the mark loss of hidden messages.
986
987 2002-04-26 [melvin]     0.7.4claws101
988
989         * src/procmsg.c
990                 fixed a second typo (same one)
991         * po/fr.po
992           po/it.po
993           po/pt_BR.po
994                 fixed the type again...
995
996 2002-04-26 [melvin]     0.7.4claws100
997
998         * src/procmsg.c
999                 fixed a typo in an alert message ("temorary").
1000         * po/it.po
1001         * po/pt_BR.po
1002                 corrected the typo  described above.
1003         * po/fr.po
1004                 updated French translation.
1005
1006 2002-04-26 [darko]      0.7.4claws99
1007
1008         * src/summaryview.c
1009                 fix target folder colorization
1010
1011 2002-04-25 [paul]       0.7.4claws98
1012
1013         * po/it.po
1014                 updated by Alessandro Maestri
1015
1016 2002-04-24 [colin]      0.7.4claws97
1017         
1018         * src/compose.c
1019                 Fixed double "subject is empty" question.
1020
1021 2002-04-23 [colin]      0.7.4claws96
1022         
1023         * src/mimeview.c
1024                 Corrected issue when "automatically display images" was
1025                 not set : first image remained after selecting second.
1026
1027 2002-04-23 [melvin]     0.7.4claws95
1028
1029         * src/prefs_actions.c
1030                 Don't display in/out dialog if there is nothing to show.
1031
1032 2002-04-23 [paul]       0.7.4claws94
1033
1034         * sync with 0.7.5cvs3
1035                 bug fixes: see ChangeLog entry 2002-04-23
1036
1037 2002-04-22 [darko]      0.7.4claws93
1038
1039         * src/compose.c
1040                 fix previous check-in which changed code after
1041                 merge from main
1042
1043 2002-04-22 [paul]       0.7.4claws92
1044
1045         * faq/de/*
1046                 add German FAQ
1047         * faq/en/*
1048           faq/es/*
1049           faq/fr/*
1050                 update English, Spanish and French FAQs
1051         * manual/de/*
1052           manual/es/*
1053                 add German and Spanish manuals
1054         * manual/en/*
1055           manual/fr/*
1056                 update English and French manuals
1057
1058         * src/Makefile.am
1059                 add to and re-arrange the pixmap entries
1060
1061 2002-04-22 [darko]      0.7.4claws91
1062
1063         * src/compose.c
1064                 fix sender initials recognition to only allow
1065                 '>' after the initials
1066
1067 2002-04-21 [paul]       0.7.4claws90
1068
1069         * sync with 0.7.5 release
1070                 see ChangeLog entry 2002-04-21
1071
1072 2002-04-21 [alfons]
1073
1074         * src/Makefile.am
1075                 add colin's new pixmaps to EXTRA_DIST
1076
1077 2002-04-21 [colin]      0.7.4claws89
1078         * src/compose.c
1079         * src/inc.c
1080         * src/mainwindow.[ch]
1081         * src/prefs_common.[ch]
1082         * src/stock_pixmap.[ch]
1083                 Added "Work offline" ability.
1084
1085 2002-04-21 [colin]      0.7.4claws88
1086         
1087         * src/mimeview.c
1088         * src/prefs_common.c
1089         * src/prefs_common.h
1090         * src/textview.c : Added an option to common preferences -> display
1091           to allow user not to automatically display images.
1092
1093 2002-04-21 [paul]       0.7.4claws87
1094
1095         * sync with 0.7.4cvs52
1096                 see ChangeLog entry 2002-04-21 (src/imap.c)
1097
1098 2002-04-21 [paul]       0.7.4claws86
1099
1100         * sync with 0.7.4cvs51
1101                 see ChangeLog entry 2002-04-21
1102
1103 2002-04-21 [paul]       0.7.4claws85
1104
1105         * sync with 0.7.4cvs49
1106                 see ChangeLog entries 2002-04-20 and 2002-04-21
1107
1108         * src/Makefile.am
1109                 clean up: remove old 'stock_' element from xpm 
1110                 filenames.
1111
1112 2002-04-21 [alfons]     0.7.4claws84
1113
1114         apply sync patch from Paul
1115
1116         * src/folderview.c
1117                 use old claws prefs_folder_item_create() for now
1118
1119 2002-04-19 [match]      0.7.4claws83
1120
1121         * src/addressbook.[ch]
1122         * src/addrharvest.[ch]
1123         * src/addrgather.[ch]
1124                 recurse folders.
1125         * src/mainwindow.c
1126         * src/summaryview.[ch]
1127                 change menu option.
1128
1129 2002-04-19 [paul]       0.7.4claws82
1130
1131         * po/pt_BR.po
1132                 updated by Fabio Junior Beneditto
1133
1134 2002-04-14 [alfons]     0.7.4claws81
1135
1136         * src/passphrase.c
1137                 add #include <sys/types.h> for mode_t and off_t 
1138
1139 2002-04-13 [paul]       0.7.4claws80
1140         
1141         * src/main.c
1142           src/passphrase.[ch]
1143           src/pgptext.c
1144           src/prefs_common.[ch]
1145           src/rfc2015.c
1146                 enable storing of GnuPG passphrase for the whole 
1147                 session or a user-defined number of minutes. patch 
1148                 submitted by Ravemax <ravemax@dextrose.com>
1149
1150 2002-04-13 [alfons]     0.7.4claws79
1151
1152         * src/textview.c
1153                 make email parser also stop scanning when encountering separators
1154                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
1155
1156 2002-04-13 [paul]       0.7.4claws78
1157
1158         * sync with 0.7.4cvs39
1159                 see ChangeLog entry 2002-04-12
1160
1161 2002-04-11 [paul]       0.7.4claws77
1162
1163         * sync with 0.7.4cvs37
1164                 see ChangeLog entry 2002-04-11
1165
1166 2002-04-11 [paul]       0.7.4claws76
1167
1168         * COPYING 
1169                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
1170                 the clause for OpenSSL). sync with sylpheed main
1171
1172 2002-04-09 [melvin]     0.7.4claws75
1173
1174         * src/compose.c
1175                 Made 'Ctrl-Enter' on send ignore some modifiers 
1176                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
1177                 to bind other *-Enter (but not Alt-Enter).
1178
1179 2002-04-09 [paul]       0.7.4claws74
1180
1181         * sync with 0.7.4cvs35
1182                 see ChangeLog entries 2002-04-09
1183
1184 2002-04-08 [paul]       0.7.4claws73
1185
1186         * sync with 0.7.4cvs33
1187                 see ChangeLog entry 200-04-08
1188
1189 2002-04-07 [match]      0.7.4claws72
1190
1191         * src/addrharvest.[ch]
1192                 fixed to read all addresses in header, regardless
1193                 of header size. improved name parsing. accommodate
1194                 harvest from folders and selected message.
1195         * src/addritem.[ch]
1196                 included new address parsing function.
1197         * src/addrgather.[ch]
1198         * src/addressbook.[ch]
1199         * src/summaryview.[ch]
1200         * src/mainwindow.c
1201                 allow address harvest of folder as well as selected
1202                 messages.
1203
1204 2002-04-07 [paul]       0.7.4claws71
1205
1206         * src/esmtp.[ch]
1207           src/smtp.c
1208                 don't try to authenticate with CRAM-MD5 in SMTP when 
1209                 SMTP-AUTH enabled if MTA doesn't issue this 
1210                 auth-method in it's ehlo-response. bug item #531364,
1211                 patch item #938910. patch submitted by Colin Leroy 
1212                 <colin@colino.net>
1213
1214 2002-04-07 [paul]       0.7.4claws70
1215
1216         * src/nntp.c
1217                 fix missing MODE_READER bug. patch submitted by
1218                 Colin Leroy <colin@colino.net>
1219
1220 2002-04-07 [alfons]     0.7.4claws69
1221
1222         * src/matcher.[ch]
1223         * src/prefs_filtering.c
1224         * src/summaryview.c
1225                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
1226                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
1227
1228 2002-04-07 [paul]       0.7.4claws68
1229
1230         * sync with 0.7.4cvs32
1231                 see ChangeLog entry 2002-04-06
1232
1233         * tools/filter_conv.pl
1234                 more bug fixes
1235
1236 2002-04-06 [paul]       0.7.4claws67
1237
1238         * tools/filter_conv.pl
1239                 modify to be able to find the name of the first
1240                 mailbox and use that. main's filter does not
1241                 record the full path to the mailbox and therefore
1242                 can only filter to the first mailbox.
1243
1244 2002-04-05 [paul]       0.7.4claws66
1245
1246         * tools/filter_conv.pl
1247                 attempt to make the script all-encompassing and
1248                 be able to convert any main 'filter' rule thrown
1249                 at it
1250
1251 2002-04-05 [paul]       0.7.4claws65
1252
1253         * tools/filter_conv.pl
1254                 allow for collapsed folder trees
1255
1256 2002-04-05 [paul]       0.7.4claws64
1257
1258         * sync with 0.7.4cvs31
1259                 see ChangeLog entries 2002-04-05
1260
1261 2002-04-03 [paul]       0.7.4claws63
1262
1263         * sync with 0.7.4cvs29
1264                 see ChangeLog entries 2002-04-02 and 2002-04-03
1265
1266 2002-04-02 [paul]       0.7.4claws62
1267
1268         * sync with 0.7.4cvs26
1269                 see ChangeLog entry 2002-04-01
1270
1271 2002-04-02 [match]      0.7.4claws61
1272
1273         * src/pine.[ch]
1274         * src/importpine.[ch]
1275         * src/addressbook.c
1276                 import Pine address book.
1277
1278 2002-04-02 [match]      0.7.4claws60
1279
1280         * src/addrharvest.[ch]
1281                 improve address parsing of funky addresses.
1282
1283 2002-04-02 [darko]      0.7.4claws59
1284
1285         * src/compose.c
1286                 wrap on send improvements, it now recognizes quoted
1287                 initials as part of the quotation string, and it
1288                 does not join lines separated by CR
1289
1290 2002-04-01 [match]      0.7.4claws58
1291
1292         * src/mgutils.[ch]
1293                 added new functions.
1294         * src/mutt.[ch]
1295                 remove excessive duplicate address generation
1296                 on import.
1297
1298 2002-04-01 [alfons]     0.7.4claws57
1299         
1300         * src/summaryview.c
1301                 put back g_free() 
1302
1303 2002-04-01 [paul]       0.7.4claws56
1304
1305         * sync with 0.7.4cvs25
1306                 see ChangeLog entry 2002-04-01
1307
1308 2002-04-01 [alfons]     0.7.4aprilfool55
1309
1310         * src/summaryview.c
1311                 honour feature request item #537427 to allow for
1312                 displaying names from address book for sent mail also
1313
1314 2002-03-29 [paul]       0.7.4claws54
1315
1316         * src/mainwindow.c
1317           src/prefs_filtering.[ch]
1318           src/prefs_matcher.c
1319           src/summaryview.c
1320                 add 'fast filter' for claws' filtering,
1321                 /Tools/Create filter rule/... patch submitted
1322                 by Neill Miller <neillm@thecodefactory.org>
1323
1324 2002-03-29 [paul]       0.7.4claws53
1325
1326         * sync with 0.7.4cvs24
1327                 see ChangeLog entry 2002-03-29
1328
1329 2002-03-28 [paul]       0.7.4claws52
1330
1331         * sync with 0.7.4cvs23
1332                 see ChangeLog entry 2002-03-28
1333
1334 2002-03-27 [melvin]     0.7.4claws51
1335
1336         * src/prefs_actions.c
1337                 Added support to pass only one message part (as a
1338                 file) to the command using '%p'. No quotes are needed
1339                 because doubles quotes are automatically added.
1340                 Fixed bug where Sylpheed could block when waiting for
1341                 a child process to finish.
1342                 Changed the help menu to remove quotes around symbols to 
1343                 avoid misinterpretation (they must not be used).
1344
1345 2002-03-27 [melvin]     0.7.4claws50
1346
1347         * src/inc.c
1348                 Made the new mail notification command always 
1349                 execute asynchronously.
1350
1351 2002-03-27 [paul]       0.7.4claws49
1352
1353         * src/compose.c
1354                 fix bug introduced in last commit
1355
1356 2002-03-27 [paul]       0.7.4claws48
1357
1358         * sync with 0.7.4cvs21
1359                 see ChangeLog 2002-03-26 and 2002-03-27
1360
1361 2002-03-26 [hoa]        0.7.4claws47
1362
1363         * src/prefs_folder_item.c
1364                 really fixed the bug #516442 with folder rescan.
1365
1366 2002-03-26 [paul]       0.7.4claws46
1367
1368         * sync with 0.7.4cvs19
1369                 see ChangeLog entries 2002-03-25 and 2002-03-26
1370
1371 2002-03-25 [hoa]        0.7.4claws45
1372
1373         * src/matcher.c
1374         * src/mh.c
1375                 fix the bug #516442 with folder rescan.
1376
1377         * src/prefs_common.[ch]
1378         * src/compose.c
1379                 added an option to enable two different behaviours
1380                 for bounce.
1381
1382
1383 2002-03-25 [paul]       0.7.4claws44
1384
1385         * src/mainwindow.c
1386           src/selective_download.c
1387                 correct a few menuitem labels
1388
1389 2002-03-25 [christoph]  0.7.4claws43
1390
1391         * src/procmsg.c
1392                 fix non deleted tmp message in
1393                 procmsg_save_to_outbox
1394                 fix problems caused by sync with
1395                 main branch's procmsg_send_queue
1396
1397 2002-03-25 [paul]       0.7.4claws42
1398
1399         * src/quote_fmt.c
1400           src/quote_fmt_lex.l
1401           src/quote_fmt_parse.y
1402                 add Last name (%L) placeholder for quoting. 
1403                 patch submitted by Thorsten Thielen 
1404                 <thth@users.sourceforge.net>
1405
1406 2002-03-25 [paul]       0.7.4claws41
1407
1408         * src/utils.c
1409                 get full hostname. patch submitted by
1410                 Bob Woodside <rwoodside1@comcast.net>
1411
1412 2002-03-25 [paul]       0.7.4claws40
1413
1414         * src/account.c
1415           src/news.c
1416           src/nntp.[ch]
1417           src/prefs_account.[ch]
1418                 enable NNTP over SSL. patch submitted by
1419                 Pascal Jermini <pascal@infinity.hn.org>
1420
1421 2002-03-24 [paul]       0.7.4claws39
1422
1423         * src/prefs_common.c
1424                 make the arrangement of the Compose tab more
1425                 coherent
1426
1427         * src/mainwindow.c
1428                 fix some irregularities of style
1429
1430         * po/de.po
1431                 updated by Kilian Krause
1432
1433 2002-03-23 [paul]       0.7.4claws38
1434
1435         * po/pt_BR.po
1436                 updated by Fabio Junior Beneditto
1437
1438 2002-03-23 [paul]       0.7.4claws37
1439
1440         * src/mainwindow.c
1441                 move 'Gather addresses' to 'Tools' menu
1442                 make 'Selective download' sensitive
1443
1444 2002-03-23 [paul]       0.7.4claws36
1445
1446         * sync with 0.7.4cvs16
1447                 see ChangeLog entries 2002-03-23
1448
1449 2002-03-22 [christoph]  0.7.4claws35
1450
1451         * src/quote_fmt_parse.y
1452                 fix include program output
1453
1454 2002-03-22 [alfons]     0.7.4claws34
1455
1456         * src/pop.c
1457                 initialize GDate stack variable correctly (sorry!)
1458
1459 2002-03-22 [paul]       0.7.4claws33
1460
1461         * src/compose.c
1462           src/mainwindow.c
1463           src/prefs_actions.c
1464           src/prefs_common.c
1465                 rename 'Tool' to 'Tools'
1466
1467         * src/mainwindow.c
1468                 move 'Delete duplicated messages' from
1469                 'Message/' to 'Tools/'
1470                 re-arrange the order of 'Tools/' items
1471
1472 2002-03-22 [paul]       0.7.4claws32
1473
1474         * src/addr_compl.c
1475           src/addressbook.[ch]
1476                 auto-address completion now also matches on
1477                 Nickname. patch submitted by Bob Forsman 
1478                 <hammor@users.sourceforge.net>
1479
1480         * src/editaddress.c
1481                 correct a spelling mistake
1482
1483 2002-03-22 [alfons]     0.7.4claws31
1484
1485         * src/pop.c
1486                 fix getting uidl from incorrect string 
1487                 (spotted by Colin)
1488
1489 2002-03-21 [alfons]     0.7.4claws30
1490
1491         * src/pop.c
1492                 more code refactoring
1493                 plug mem leak introduced by delete on server
1494
1495 2002-03-21 [paul]       0.7.4claws29
1496
1497         * sync with 0.7.4cvs11
1498                 see ChangeLog entries 2002-03-20
1499
1500 2002-03-20 [alfons]     0.7.4claws28
1501
1502         * src/inc.c
1503                 apply Colin's patch and refactor
1504
1505 2002-03-20 [paul]       0.7.4claws27
1506
1507         * sync with sylpheed 0.7.4cvs9
1508                 see ChangeLog entry 2002-03-20
1509
1510 2002-03-19 [christoph]  0.7.4claws26
1511
1512         * src/mh.c
1513         * src/procmsg.[ch]
1514         * src/summaryview.c
1515                 revert changes for flag updates
1516                 (does not work correctly and no time to debug)
1517
1518 2002-03-20 [alfons]     0.7.4claws25
1519
1520         * src/pop.c
1521                 refactor should_delete() a little bit 
1522
1523 2002-03-19 [paul]       0.7.4claws24
1524
1525         * src/inc.[ch]
1526           src/pop.c
1527           src/prefs_account.[ch]
1528                 allow the user to leave downloaded mail on the 
1529                 server for n days. Patch submitted by Colin Leroy 
1530                 <colin@colino.net>
1531
1532 2002-02-19 [paul]       0.7.4claws23
1533
1534         * sync with sylpheed 0.7.4cvs8
1535                 see ChangeLog entries 2002-03-19
1536
1537 2002-03-18 [paul]       0.7.4claws22
1538
1539         * sync with sylpheed 0.7.4cvs6
1540                 see ChangeLog entry 2002-03-18
1541
1542 2002-03-18 [paul]       0.7.4claws21
1543
1544         * po/en_GB.po
1545                 add en_GB message catalogue
1546
1547         * src/mbox_folder.c
1548           src/prefs_account.c
1549           src/prefs_actions.c
1550                 correct a few spelling mistakes
1551
1552 2002-03-17 [alfons]     0.7.4claws20
1553
1554         * src/matcher.c
1555                 more stringent checks for NULL params when writing
1556                 filtering actions to a file
1557                 
1558 2002-03-17 [hoa]        0.7.3claws20
1559
1560         * src/news.c
1561                 fixed the count of new messages
1562
1563         * src/compose.c
1564                 fixed the "attachment properties" window
1565
1566 2002-03-17 [paul]       0.7.4claws19
1567
1568         * src/defs.h
1569           src/folder.h
1570           src/news.c
1571           src/prefs_account.[ch]
1572           src/procmsg.[ch]
1573           src/summaryview.c
1574                 automatically mark cross-posted messages as read 
1575                 and (optionally) give them a colour label
1576                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
1577                 
1578
1579 2002-03-17 [paul]       0.7.4claws18
1580
1581         * sync with sylpheed 0.7.4cvs5
1582                 see ChangeLog entry 2002-03-17
1583
1584 2002-03-17 [melvin]     0.7.4claws17
1585         
1586         * src/textview.c
1587                 Worked around a gtktext 'bug': when searching for 
1588                 a text in a long message it was scrolling slowly
1589                 line by line until it hit the searched text.
1590         * po/fr.po
1591                 Updated French translation
1592
1593 2002-03-17 [melvin]     0.7.4claws16
1594
1595         * src/mainwindow.c
1596         * src/compose.c
1597         * src/prefs_actions.c
1598                 Moved "Edit/Actions" to "Tool/Actions"
1599                 Made mainwindow/compose window sensitive as soon as
1600                 no child process is running anymore even if the io dialog
1601                 is open.
1602                 Fixed a struct being initialized with a non constant char*
1603
1604 2002-03-16 [christoph]  0.7.4claws15
1605
1606         * configure.in
1607                 add --with-compiler-flags option
1608                 (only for developer hacking)
1609         * src/mh.c
1610         * src/procmsg.[ch]
1611         * src/summaryview.c
1612                 try to make folder-stats and flag handling more
1613                 independent from the summaryview. msgcounts
1614                 are only set when the folder is opened and
1615                 procmsg_msginfo_(un)set_flags will handle it
1616                 later and summaryview will get the values
1617                 from the folder.
1618
1619 2002-03-16 [paul]       0.7.4claws14
1620
1621         * src/messageview.c
1622                 fix Return-receipt. Patch submitted by Bob
1623                 Woodside <rwoodside1@comcast.net>
1624
1625 2002-03-16 [paul]       0.7.4claws13
1626
1627         * src/compose.c
1628                 fix 'dynamic' signatures, make it work again
1629                 broken during sync on 2002-03-14 (0.7.4claws2)
1630
1631 2002-03-15 [match]      0.7.4claws12
1632
1633         * src/addrharvest.[ch]
1634         * src/addrgather.[ch]
1635         * src/addressbook.[ch]
1636         * src/mainwindow.c
1637                 included address harvester feature. still some
1638                 issues with address parsing that I will fix.
1639
1640 2002-03-15 [match]      0.7.4claws11
1641
1642         * src/addrbook.[ch]
1643         * src/addrcache.[ch]
1644         * src/addressbook.[ch]
1645         * src/addrindex.c
1646         * src/editbook.c
1647         * src/importldif.c
1648         * src/importmutt.c
1649         * src/jpilot.[ch]
1650         * src/main.c
1651         * src/syldap.[ch]
1652         * src/vcard.[ch]
1653                 tidy up. fix memory leaks. moved attribs and methods
1654                 from individual interfaces to addrcache object. prep
1655                 for new stuff to come in.
1656
1657 2002-03-15 [alfons]     0.7.4claws10
1658
1659         * src/matcher.[ch]
1660         * src/matcher_parser_parse.y
1661         * src/matcher_parser_lex.l
1662         * src/prefs_matcher.c
1663                 add filtering conditions message greater than, smaller 
1664                 than, and exactly matching a size in bytes
1665                 (does not work with delete from POP3 server yet)
1666
1667                 this should also give others an idea what you should
1668                 do to add new criterions to claws filtering system
1669                 
1670
1671 2002-03-15 [paul]       0.7.4claws9
1672
1673         * tools/filter_conv.pl
1674                 exit if there are no filter rules to convert
1675                 rename filterrc to filterrc.old after completion
1676
1677 2002-03-15 [paul]       0.7.4claws8
1678
1679         * sync with sylpheed 0.7.4cvs3
1680                 see ChangeLog entry 2002-03-14
1681
1682 2002-03-14 [paul]       0.7.4claws7
1683
1684         * src/compose.c
1685                 clean up the last commit (ahem)
1686
1687 2002-03-14 [paul]       0.7.4claws6
1688
1689         * src/compose.c
1690                 fix bug #515655. honour account preferences
1691                 regarding gpg default signing/encryption when 
1692                 changing account from the compose window.
1693
1694 2002-03-14 [paul]       0.7.4claws5
1695
1696         * src/folderview.c
1697                 remove unnecessary curly brackets
1698
1699 2002-03-14 [paul]       0.7.4claws4
1700
1701         * src/folderview.c
1702           src/prefs_filtering.[ch]
1703                 add filter rename on folder rename and filter
1704                 delete on folder delete. Patch submitted by
1705                 Neill Miller <neillm@thecodefactory.org> 
1706
1707 2002-03-14 [christoph]  0.7.4claws3
1708
1709         * src/procmsg.c
1710         * src/send.c
1711                 fix local delivery
1712                 (patch submitted by "Simon 'corecode' Schubert")
1713         * src/prefs_common.c
1714         * src/procmsg.c
1715                 fix gcc 3.0 warning
1716
1717 2002-03-14 [paul]       0.7.4claws2
1718
1719         * sync with sylpheed 0.7.4cvs2
1720                 see ChangeLog entry 2002-03-13
1721
1722 2002-03-12 [darko]      0.7.4claws1
1723
1724         * src/mainwindow.c
1725                 fix what seems to be a copy and paste error
1726                 when setting color for important messages
1727                 (reported by wwp)
1728
1729 2002-03-11 [paul]       version 0.7.4claws released
1730
1731 2002-03-11 [paul]       0.7.4claws
1732
1733         * po/es.po
1734           po/it.po
1735           po/nl.po
1736           po/pt_BR.po
1737                 update message catalogs. Submitted by Ricardo Mones 
1738                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
1739                 Fabio Junior Beneditto
1740
1741         * configure.in
1742           faq/Makefile.am
1743           faq/it/Makefile
1744           faq/it/sylpheed-faq*
1745           src/mainwindow.c
1746           src/manual.[ch]
1747                 add FAQ in Italian
1748         
1749
1750 2002-03-11 [jens]       0.7.3claws7
1751
1752         * po/de.po
1753                 updated German translation
1754
1755 2002-03-11 [melvin]     0.7.3claws6
1756
1757         * po/fr.po
1758                 updated and corrected French translation
1759
1760 2002-03-10 [hoa]        0.7.3claws5
1761
1762         * src/account.c
1763         * src/inc.c
1764         * src/prefs_account.c
1765         * src/procmsg.c
1766         * src/send.[ch]
1767                 fixed the local account.
1768                 you have to change the default "/usr/sbin/sendmail"
1769                 to "/usr/sbin/sendmail -t" in the preferences of
1770                 the local account.
1771
1772         * src/procmime.c
1773                 removed some debug display for renderer
1774
1775 2002-03-10 [paul]       0.7.3claws4
1776
1777         * faq/en/sylpheed-faq-1.html
1778           faq/en/sylpheed-faq-2.html
1779                 update
1780
1781 2002-03-09 [paul]       0.7.3claws3
1782
1783         * sync with sylpheed 0.7.4
1784                 see ChangeLog entry 2002-03-09
1785
1786 2002-03-08 [paul]       0.7.3claws2
1787
1788         * faq/en/sylpheed-faq*
1789           faq/es/sylpheed-faq*
1790           faq/fr/sylpheed-faq*
1791                 update the FAQs
1792
1793         * manual/fr/.cvsignore
1794           manual/fr/Makefilea.am
1795           manual/fr/sylpheed*
1796           src/mainwindow.c
1797           src/manual.[ch]
1798                 add the French manual
1799
1800 2002-03-07 [paul]       0.7.3claws1
1801
1802         * sync with sylpheed 0.7.3cvs4
1803                 see ChangeLog entries  2002-03-06 and 2002-03-07
1804         
1805         * po/nl.po
1806                 updated by Wilbert Berendsen
1807
1808 2002-03-07 [melvin]     0.7.2claws34
1809
1810         * src/selective_download.c
1811                 Changed the pixmap of the receive button to MAIL_RECEIVE.
1812
1813 2002-03-06 [paul]       0.7.2claws33
1814
1815         * sync with sylpheed 0.7.3cvs1
1816                 bug fix, see ChangeLog entry 2002-03-05
1817
1818 2002-03-05 [paul]       0.7.2claws32
1819
1820         * src/mimeview.c
1821           src/pgptext.[ch]
1822           src/procmsg.c
1823                 reverse the pgp ascii-armored code implemented in 
1824                 0.7.2claws16. removal of this code until it matures.
1825                 this means that verifying ascii-armored pgp sigs and
1826                 automatic decryption of ascii-armored encrypted
1827                 messages no longer works.
1828
1829 2002-03-05 [paul]       0.7.2claws31
1830
1831         * configure.in
1832           Makefile.am
1833         * faq/Makefile.am
1834         * faq/en/Makefile.am
1835           faq/en/sylpheed-faq.html
1836           faq/en/sylpheed-faq-1.html
1837           faq/en/sylpheed-faq-2.html
1838           faq/en/sylpheed-faq-3.html
1839         * faq/es/Makefile.am
1840           faq/es/sylpheed-faq.html
1841           faq/es/sylpheed-faq-1.html
1842           faq/es/sylpheed-faq-2.html
1843           faq/es/sylpheed-faq-3.html
1844           faq/es/sylpheed-faq-4.html
1845         * faq/fr/Makefile.am
1846           faq/fr/sylpheed-faq.html
1847           faq/fr/sylpheed-faq-1.html
1848           faq/fr/sylpheed-faq-2.html
1849           faq/fr/sylpheed-faq-3.html
1850         * src/Makefile.am
1851           src/defs.h
1852           src/mainwindow.c
1853           src/manual.[ch]
1854                 add FAQs in English, Spanish and French
1855
1856
1857 2002-03-05 [paul]       0.7.2claws30
1858
1859         * manual/en/sylpheed.html
1860           manual/en/sylpheed-XX.html
1861                 updated the English manual
1862
1863 2002-03-05 [hoa]        
1864
1865         * src/summaryview.c
1866                 dialog box pops up if the article can't be deleted.
1867
1868 2002-03-04 [paul]       
1869         
1870         * po/pt_BR.po
1871                 updated by Fabio Junior Benedito
1872
1873 2002-03-04 [hoa]
1874
1875         * removed ac/gpgme.m4
1876                 to avoid autogen common problem
1877                 developers have to install gpgme development package now
1878
1879         * src/compose.c
1880                 encoding to 7bit or 8bit is enabled.
1881
1882 2002-03-03 [alfons]     0.7.2claws29
1883
1884         * src/pop.c
1885                 merge fix by Oliver Haertel for selective
1886                 download buglet
1887
1888 2002-03-03 [paul]       0.7.2claws28
1889         
1890         * sync with sylpheed 0.7.3
1891
1892 2002-03-03 [paul]       0.7.2claws27
1893
1894         * sync with sylpheed 0.7.2cvs24
1895                 see ChangeLog entries 2002-03-02 and 2002-03-03
1896
1897 2002-03-02 [melvin]     0.7.2claws26
1898
1899         * src/inc.[ch]
1900         * src/main.c
1901         * src/mainwindow.c
1902         * src/prefs_common.[ch]
1903                 Added user definable notification on new mail arrival.
1904                 Removed unused variables in spell checker prefs code.
1905
1906 2002-03-02 [melvin]     0.7.2claws25
1907
1908         * src/quote_fmt.c
1909                 Removed unnecessary escape sequences.
1910                 Changed 'Initial...' to 'Initials of Sender'
1911
1912 2002-03-02 [paul]       0.7.2claws24
1913
1914         * sync with sylpheed 0.7.2cvs22
1915                 see ChangeLog entry 2002-03-01
1916
1917 2002-03-01 [hoa]        0.7.2claws23
1918
1919         * src/mainwindow.c
1920                 Set sensitivity of delete actions to active
1921                 even if the folder is a newsgroup.
1922
1923         * src/summaryview.c
1924                 - Set sensitivity of delete actions
1925                 - Added function check_permission() that will check if the
1926                   user is authorized to delete a message. For news, it
1927                   will check if the author is the same.
1928                 - Enabled deletion when there is no trash folder.
1929
1930         * src/news.[ch]
1931                 - Added news_cancel_article() to cancel articles
1932                 - Implemented news_remove_message() (public function)
1933
1934 2002-03-01 [paul]       0.7.2claws22
1935
1936         * src/gtkutils.c
1937           src/textview.c
1938                 recognise urls that that don't include 'http://' and
1939                 simply begin 'www.' 
1940
1941         * AUTHORS
1942                 remove duplicated name
1943
1944 2002-02-28 [paul]       0.7.2claws21
1945
1946         * src/mainwindow.c
1947           src/summaryview.[ch]
1948                 add ability to 'Select thread'
1949                 combines Melvin's "Select thread's head" patch (#510907)
1950                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
1951                 patch (#518514) 
1952
1953 2002-02-28 [paul]       0.7.2claws20
1954
1955         * src/mimeview.c
1956                 hopefully fix segfault on right-clicking a mime part
1957                 that some people have experienced.      
1958                 fix submitted by Fredrik Olofsson <frol@linux.nu>
1959
1960 2002-02-28 [paul]       0.7.2claws19
1961
1962         * sync with sylpheed 0.7.2cvs21
1963                 see ChangeLog entries 2002-02-27 and 2002-02-28
1964
1965 2002-02-27 [paul]       0.7.2claws18
1966
1967         * sync with sylpheed 0.7.2cvs18
1968                 see ChangeLog entries 2002-02-26 and 2002-02-27
1969
1970 2002-02-26 [alfons]     0.7.2claws17
1971
1972         * src/procheader.c
1973                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
1974                 (spotted by Chris Hessman <idatech@gmx.net>)
1975
1976 2002-02-26 [paul]       0.7.2claws16
1977
1978         * src/mimeview.c
1979           src/pgptext.[ch]
1980           src/procmsg.c
1981                 make decryption of ascii-armored pgp encrypted messages
1982                 and verification of ascii-armored signatures work again.
1983                 slightly altered from the patch by Jens Jahnke 
1984                 <jan0sch@gmx.net>
1985
1986                 ##FIX ME##
1987                 * the checking of plaintext signatures always comes up in 
1988                   a popup box
1989                 * it doesn't work for multipart messages 
1990                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
1991                   including the msg headers and these 2 line themselves, are 
1992                   not displayed
1993
1994         * src/mainwindow.c
1995                 "View/Folder Tree" becomes "View/Separate Folder Tree"
1996                 "View/Message View" becomes "View/Separate Message View"
1997                 because its less ambiguous.
1998
1999         * po/es.po
2000                 updated by Ricardo Mones Lastra
2001
2002 2002-02-26 [paul]       0.7.2claws15
2003
2004         * sync with sylpheed 0.7.2cvs17
2005                 see ChangeLog entries 2002-02-25 and 2002-02-26
2006
2007 2002-02-25 [christoph]  0.7.2claws14
2008
2009         * src/filtering.[ch]
2010         * src/inc.c
2011                 do filtering stuff after all messages have been received
2012                   1. drop all messages to .processing
2013                   2. scan processing folder for messages
2014                   3. filter messages or move to inbox
2015                 this will also find old messages left in processing after
2016                 a crash or something like that and we get a real msginfo
2017                 from folder->get_msg_list and do not have to create our
2018                 own in filter_message
2019         * src/matcher_parser_parse.y
2020                 remove MIX/MAX warning (reordered includes)
2021
2022 2002-02-25 [paul]       0.7.2claws13
2023
2024         * sync with sylpheed 0.7.2cvs15
2025                 see ChangeLog entry 2002-02-24
2026
2027 2002-02-24 [alfons]     0.7.2claws12
2028
2029         * src/filtering.c
2030                 clear old color flags first when applying a new color to
2031                 a message info. 
2032                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
2033
2034 2002-02-24 [alfons]     0.7.2.claws11
2035         
2036         * AUTHORS
2037         * src/prefs_common.c
2038                 add presets for Opera and Konqueror, closes patch #517261,
2039                 submitted by Ville Skyttä <scop@users.sourceforge.net>
2040
2041 2002-02-24 [alfons]     0.7.2.claws10
2042
2043         * AUTHORS
2044         * src/summaryview.c
2045                 fix threading for null message ids, closes patch #521601,
2046                 submitted by Bob Forsman <hammor@users.sourceforge.net>
2047
2048 2002-02-24 [alfons]     0.7.2claws9
2049
2050         * src/summaryview.c
2051         * src/filtering.c
2052                 make Tool | Filter Message work with filtering system so
2053                 setting flags also works
2054
2055                 TODO:
2056
2057                 - Processing uses the same function as Tool | Filter
2058                   Message, but doesn't use the same update proc yet
2059
2060 2002-02-23 [paul]       0.7.2claws8
2061
2062         * sync with sylpheed 0.7.2cvs14
2063                 see ChangeLog entries 2002-02-22 and 2002-02-23
2064
2065 2002-02-22 [christoph]  0.7.2claws7
2066
2067         * src/quote_fmt.c
2068                 Add column space to table
2069         * src/quote_fmt_parse.y
2070                 Close files
2071
2072 2002-02-22 [paul]       0.7.2claws6
2073
2074         * src/Makefile.am
2075           src/defs.h
2076           src/filtering.c
2077           src/inc.[ch]
2078           src/mainwindow.c
2079           src/matcher.[ch]
2080           src/matcher_parser_lex.l
2081           src/matcher_parser_parse.y
2082           src/pop.[ch]
2083           src/prefs_account.h
2084           src/prefs_filtering.c
2085           src/selective_download.[ch]   *** NEW FILES ***
2086           src/utils.[ch]
2087           po/POTFILES.in
2088                 Selective Download added to 'Tool' menu. 
2089                 Retrieves email headers of the currently selected pop3 
2090                 account and allows the user to mark emails for deletion 
2091                 right on the pop3 server. Patch submitted by Oliver Haertel 
2092                 <oha@users.sourceforge.net>.
2093         
2094         * po/POTFILES.in
2095                 add 'src/quote_fmt.c'           
2096
2097 2002-02-22 [christoph]  0.7.2claws5
2098
2099         * src/Makefile.am
2100                 added quote_fmt.c
2101         * src/prefs_common.[ch]
2102         * src/prefs_template.c
2103         * src/quote_fmt.c               *** NEW FILE ***
2104         * src/quote_fmt.h
2105                 move quote format symbol description code
2106                 to it's own file because it is used from
2107                 differnent code parts
2108                 Rewrote symbol description GUI
2109                   + use table
2110                   + add separators
2111                   + get data from array (no more long constant strings)
2112         * src/quote_fmt_lex.l
2113         * src/quote_fmt_parse.y
2114                 Symbol for Literal % changed to \% instead of %%
2115                 (More logical as \ is used for quoting for other symbols)
2116                 Add |f and |p to include files and program output
2117                 Examples:
2118                     |f{/home/.../.signature}
2119                     |p{date}
2120         * po/de.po
2121                 Correct wrong spelling for "Referenzen"
2122
2123 2002-02-21 [paul]       0.7.2claws4
2124
2125         * src/procmsg.c
2126                 forgotten during sync
2127
2128 2002-02-21 [paul]       0.7.2claws3
2129
2130         * sync with sylpheed 0.7.2cvs11
2131                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
2132                 2002-02-20 and 2002-02-21
2133
2134 2002-02-20 [melvin]     0.7.2claws2
2135
2136         * src/prefs_actions.c
2137                 Added error report when child cannot fork or when execvp 
2138                 returns with an error.
2139
2140 2002-02-19 [christoph]  0.7.2claws1
2141
2142         * src/codeconv.c
2143                 return unconverted text if conde conversion is not possible
2144                 when libjconv is used.
2145                 (patch submitted by "Simon 'corecode' Schubert")
2146
2147 2002-02-19 [paul]       
2148
2149         * version 0.7.2claws release
2150
2151 2002-02-19 [paul]       0.7.2claws
2152
2153         * po/nl.po
2154                 updated by Wilbert Berendsen
2155
2156
2157 2002-02-18 [alfons]     0.7.1claws13
2158
2159         * src/syldap.c
2160         * src/jpilot.c
2161                 remove references to dlfcn and explicitly loading functions
2162                 from dynalink libs, because libs linked anyway, and functions
2163                 are loaded explicitly
2164
2165 2002-02-17 [melvin]     0.7.1claws12
2166
2167         * src/prefs_actions.c
2168                 Replaced children wait loop with double fork technique.
2169                 Now, input/output window updated at each new output.
2170                 free_children(): Fixed a memory leak.
2171                 Made input/output window non closable if running children
2172                 still exist.
2173                 Added missing <unistd.h> include.
2174                 Added some --debug outputs.
2175
2176 2002-02-17 [melvin]     0.7.1claws11
2177
2178         * src/summaryview.c
2179                 Fixed bug where descending sort order did not select top
2180                 message.
2181
2182 2002-02-17 [melvin]     0.7.1claws10
2183
2184         * acconfig.h
2185                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
2186         * src/prefs_common.c
2187                 Pspell data package directory no more hard coded but
2188                 set during configuration (PSPELL_PATH). (Thanks to 
2189                                 Gustavo Noronha Silva.)
2190
2191 2002-02-17 [melvin]     0.7.1claws9
2192
2193         * configure.in
2194                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
2195         * src/gtkspell.c
2196                 Fixed compile-time warnings.
2197
2198 2002-02-16 [alfons]     0.7.1claws8
2199
2200         * src/filesel.c
2201                 fix inadvertent free of NULL pointer which caused
2202                 sylpheed to crash when closing the save-as dialog
2203                 using the window close button
2204
2205 2002-02-16 [carsten]    0.7.1claws7
2206         * src/mainwindow.[ch]
2207           src/summaryview.c
2208           src/prefs_common.c
2209                 fixes for pixmap theming code:
2210                         - recently changed mail attributes shouldn't get
2211                           lost any longer
2212                         - theme is only reloaded iff another theme was
2213                           selected
2214
2215 2002-02-16 [paul]       0.7.1claws6
2216
2217         * sync with sylpheed 0.7.2 release
2218                 see ChangeLog entry 2002-02-15 and 2002-02-16
2219
2220 2002-02-15 [paul]       0.7.1claws5
2221
2222         * sync with sylpheed 0.7.1cvs9
2223                 see ChangeLog entry 2002-02-15
2224
2225         * po/POTFILES.in
2226                 remove unneeded headerwindow.c entry
2227
2228 2002-02-14 [carsten]    0.7.1claws4
2229         * src/summaryview.c
2230                 fixed a bug for "Go to next unread message": there was
2231                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
2232                 in the prefs, because of doing "Search again" instead
2233                 "No"
2234
2235 2002-02-14 [carsten]    0.7.1claws3
2236         * src/stock_pixmap.c
2237                 removed 2 more mem leaks; following memprof,
2238                 this code is "leak free" now :)
2239
2240 2002-02-14 [carsten]    0.7.1claws2
2241         * src/stock_pixmap.c
2242                 used opendir/readdir/closedir instead of scandir
2243                 -> code should work now on Solaris
2244
2245 2002-02-14 [paul]       0.7.1claws1
2246
2247         * sync with sylpheed 0.7.1cvs8
2248                 see ChangeLog entries 2002-02-13 and 2002-02-14
2249
2250         * README.claws
2251                 add some description of Actions and Pixmap Themes
2252
2253 2002-02-13 [paul]       
2254
2255         * version 0.7.1claws release
2256
2257 2002-02-13 [paul]       0.7.1claws
2258
2259         * po/es.po
2260           po/it.po
2261           po/pt_BR.po
2262                 updated translations, submitted by Ricardo Mones Lastra,
2263                 Alessandro Maestri and Fabio Junior Beneditto
2264
2265 2002-02-13 [melvin]     0.7.0claws75
2266
2267         * src/prefs_actions.c
2268                 Added missing "signal.h" include
2269
2270 2002-02-13 [melvin]     0.7.0claws74
2271
2272         * src/prefs_folder_item.c
2273                 Added missing "config.h" include
2274         * po/fr.po
2275                 Updated French translation for folder propriety.
2276
2277 2002-02-13 [jens]       0.7.0claws73
2278
2279         * po/POTFILES.in
2280                 Added missing src/prefs_folder_item.c [log added by melvin]
2281         * po/de.po
2282                 Updated German translation.
2283
2284 2002-02-13 [melvin]     0.7.0claws72
2285
2286         * po/fr.po
2287                 Updated French translation.
2288
2289 2002-02-13 [melvin]     0.7.0claws71
2290
2291         * src/gtkutils.c
2292                 Made gtkut_editable_get_selection return NULL if selection
2293                 is of length zero.
2294                 This fixes a bug where selecting part of message A then
2295                 switching to message B and replying to it will not
2296                 quote the message's body.
2297
2298 2002-02-12 [paul]       0.7.0claws70
2299
2300         * src/mainwindow.c
2301                 cosmetic, relating to pixmap themes: on toolbar make 
2302                 updating of 'Exec' and 'Compose news/Compose email'
2303                 icons faster.
2304
2305 2002-02-12 [carsten]    0.7.0claws69
2306         * src/folderview.c
2307           src/mainwindow.[ch]
2308           src/stock_pixmap.c
2309           src/summaryview.c
2310           src/prefs_common.c
2311                 - refreshing after changing pixmap theme better
2312                   now (thanks Paul)
2313                 - wanted to remove some mem leaks, but alfons was
2314                   faster (and had the better solution ;)
2315
2316 2002-02-12 [alfons]     0.7.0claws68
2317
2318         * src/prefs_common.c
2319         * src/stock_pixmap.[ch]
2320                 plug mem leaks, refactor code a little bit
2321
2322
2323 2002-02-12 [sergey]     0.7.0claws67
2324
2325         * src/imap.c
2326                 Fixed problem with copying messages to IMAP folders when the
2327                 server uses something other than '/' as a namespace separator
2328                 (cyrus-imapd uses '.').
2329
2330 2002-02-12 [jens]       0.7.0claws66
2331
2332         * po/de.po
2333                 Updated German Translation
2334
2335 2002-02-12 [paul]       0.7.0claws65
2336
2337         * sync with sylpheed 0.7.1cvs1
2338                 see ChangeLog entry 2002-02-12
2339
2340 2002-02-12 [melvin]     0.7.0claws64
2341
2342         * src/prefs_actions.c
2343                 Fixed "feature" where children's output was duplicated 
2344                 instead of refreshed while monitoring.
2345                 Removed some debug code.
2346
2347 2002-02-12 [christoph]  0.7.0claws63
2348
2349         * src/compose.c
2350                 always delete message from queue after sending/send error
2351                 (closes bug #509601)
2352
2353 2002-02-12 [melvin]     0.7.0claws62
2354
2355         * src/prefs_actions.c
2356                 Children wait loop is now triggered with a timeout of 1s
2357                 Added %F which is replaced with the list of filenames 
2358                 of all selected messages (as suggested by Ricardo Mones Lestra)
2359                 Pipe syntax changed. Prefix with | to send selection, postfix
2360                 with | to retrieve output. Prefix with > or * to send
2361                 user definable input to the command (*: input is hidden)
2362                 Old pipe action should now be postfixed with |, too.
2363
2364 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
2365         * src/stock_pixmap.c
2366                 fixed a bug: if there's no theme directory don't
2367                 throw an error, just do "nothing" (thanks Alfons)
2368
2369 2002-02-12 [carsten]    0.7.0claws60
2370         * src/folderview.c
2371           src/summaryview.c
2372                 had to write the cache twice (nasty!); some marks would 
2373                 get lost if not
2374
2375 2002-02-11 [carsten]    0.7.0claws59
2376         * acconfig.h
2377           configure.in
2378           doc-src/maintainer_guide.txt
2379           src/compose.[ch]
2380           src/defs.h
2381           src/folderview.[ch]
2382           src/gtkutils.[ch]
2383           src/mainwindow.[ch]
2384           src/prefs_common.[ch]
2385           src/stock_pixmap.[ch]
2386           src/summaryview.[ch]
2387                 pixmap theming and related work on pixmap
2388                 handling on some other places
2389                 (e.g. hrm features for all folder)
2390           src/pixmap/stock_*.xpm -> the stock_ was removed
2391         
2392 2002-02-11 [paul]       0.7.0claws58
2393
2394         * sync with sylpheed 0.7.1 release
2395                 see ChangeLog entries 2002-02-11
2396
2397 2002-02-08 [paul]       0.7.0claws57
2398
2399         * sync with sylpheed 0.7.0cvs39
2400                 see ChangeLog entry 2002-02-07 (last entry) 
2401
2402         * src/prefs_actions.c
2403           src/prefs_filtering.c
2404           src/prefs_matcher.c
2405           src/prefs_scoring.c
2406                 sync: made it compile with C compilers other than gcc
2407
2408 2002-02-07 [paul]       0.7.0claws56
2409
2410         * sync with sylpheed 0.7.0cvs38
2411                 see ChangeLog entries 2002-02-06 (last 2 entries) and
2412                 2002-02-07
2413
2414 2002-02-07 [darko]      0.7.0claws55
2415
2416         * src/gtkutils.[ch]
2417         * src/summaryview.c
2418                 Fix const gchar */gchar * issue (thanks Hiro)
2419
2420 2002-02-07 [darko]      0.7.0claws54
2421
2422         * src/compose.[ch]
2423         * src/filtering.c
2424         * src/gtkutils.[ch]
2425         * src/prefs_template.c
2426         * src/quote_fmt.h
2427         * src/quote_fmt_parse.y
2428         * src/summaryview.c
2429         * src/utils.[ch]
2430                 When replying or forwarding an email don't quote the entire
2431                 mail body but use the part of the message text that is selected
2432
2433 2002-02-06 [melvin]     0.7.0claws53
2434
2435         * src/prefs_common.[ch]
2436         * src/gtkspell.[ch]
2437         * src/compose.c
2438                 Made possible to switch quickly to last used dictionary
2439                 which makes checking bilingual documents easier.
2440
2441 2002-02-06 [melvin]     0.7.0claws52
2442         
2443         * po/POTFILES.in
2444                 Added forgotten new file src/prefs_actions.c
2445
2446 2002-02-06 [melvin]     0.7.0claws51
2447
2448         * src/prefs_actions.c   ** NEW FILE **
2449         * src/prefs_actions.h   ** NEW FILE **
2450                 Added actions to execute on message text view, or on the
2451                         message's file.
2452         * src/Makefile.am
2453                 Added src/prefs_actions.[ch]
2454         * src/compose.c
2455                 Added new menu "Edit/Actions"
2456         * src/defs.h
2457                 Added new actionsrc file.
2458         * src/main.c
2459                 Added actionsrc reading.
2460         * src/mainwindow.c
2461                 Added new menus "Edit/Actions" and "Configuration/Actions..."
2462         * src/prefs_common.h
2463                 Added new element actionslst element to prefs_common.
2464
2465 2002-02-06 [paul]       0.7.0claws50
2466
2467         * sync with sylpheed 0.7.0cvs36
2468                 see ChangeLog entry 2002-02-06
2469
2470 2002-02-05 [paul]
2471
2472         * po/es.po
2473                 updated by Ricardo Mones Lastra
2474
2475 2002-02-05 [paul]       0.7.0claws49
2476
2477         * sync with sylpheed 0.7.0cvs33
2478                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
2479
2480 2002-02-05 [paul]       0.7.0claws48
2481
2482         * src/compose.c
2483                 re-add 'Edit/Advanced/Delete entire line', previously named
2484                 'Delete Line+'
2485
2486 2002-02-04 [paul]       0.7.0claws47
2487
2488         * src/compose.c
2489           src/summaryview.c
2490                 fix bug #494993 (Reply All not taking Reply-To into consi)
2491                 eliminate differences in behaviour of right-click 'Reply to all' 
2492                 in summary view and 'Reply to all' on the toolbar. 
2493                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
2494                 view and From gets ignored by 'Reply to all' on toolbar.
2495                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
2496                 From when no Reply-To header is present.
2497
2498 2002-02-04 [paul]       0.7.0claws46
2499
2500         * sync with sylpheed 0.7.0cvs30
2501                 see ChangeLog entries 2002-02-03 and 2002-02-04
2502
2503 2002-02-03 [melvin]     0.7.0claws45
2504
2505         * src/gtkspell.[ch]
2506                 Readded function to highlight all misspelled words.
2507                 Fixed bug where user-provided-words did not replace
2508                         correctly the misspelled word when using the mouse.
2509                 Fixed bug where checking a region selected from right to left did
2510                         not check the region at all.
2511                 Fixed bug where 'Check backwards' may not check at all. 
2512                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
2513                 Fixed possible buffer overflow when checking for long strings (>1k).
2514                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
2515                 Accelerators code uses now gtk_widget_add_accel.
2516                 Removed and disabled obsolete and unfinished code.
2517                 Cleaning up.
2518
2519         * src/compose.c
2520                 Added menu item to Highlight all misspelled words.
2521
2522 2002-02-01 [paul]       0.7.0claws44
2523
2524         * src/mainwindow.c
2525                 fix '/View/Hide read messages' sensitivity when all
2526                 messages in a folder are hidden
2527
2528 2002-02-01 [paul]       0.7.0claws43
2529
2530         * src/main.c
2531                 add --send option to command line interface, sends all
2532                 queued mail. Patch submitted by Ricardo Mones Lastra.
2533
2534 2002-01-31 [paul]       0.7.0claws42
2535
2536         * src/mainwindow.c
2537                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
2538
2539 2002-01-31 [paul]       0.7.0claws41
2540
2541         * sync with sylpheed 0.7.0cvs27
2542                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
2543                 and 2002-01-31
2544
2545         * src/textview.c
2546                 comment out elements of textview_show_part() as temporary
2547                 workaround for attachment 'Display as text' bug 
2548
2549         * po/pt_BR.po
2550                 updated by Fabio Junior Beneditto
2551
2552 2002-01-30 [paul]       0.7.0claws40
2553
2554         * sync with sylpheed 0.7.0cvs24
2555                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
2556                 and 2002-01-30
2557
2558         * src/compose.c
2559                 add {N_("/_Spelling"), ... "<Branch>"} to 
2560                 GtkItemFactoryEntry compose_entries[]
2561
2562         * src/prefs_common.c
2563                 add claws menu items to prefs_keybind_apply_clicked()
2564                 and remove non-claws menu items
2565
2566 2002-01-29 [paul]       0.7.0claws39
2567
2568         * sync with sylpheed 0.7.0cvs22
2569                 see ChangeLog entries 2002-01-28 and 2002-01-29
2570
2571 2002-01-28 [melvin]     0.7.0claws38
2572
2573         * src/compose.c
2574                 Added the declartion of compose_send_control_enter.
2575
2576         * src/compose.c
2577         * src/gtkspell.[ch]
2578                 Added in a 'Spelling' menu which includes the configuration menu. 
2579                 Added a real 'Check all' and got rid from the old one which only
2580                 highlited misspelled word.
2581                 Made 'Check while typing' a disableable option.
2582                 Added a dialog when there are no more misspelled word.
2583                 Added a dialog if error occurs when switching to a dictionary.
2584         
2585         * src/prefs_common.[ch]
2586                 Added option for the default 'Check while typing' option.
2587
2588
2589 2002-01-28 [alfons]     0.7.0claws37
2590
2591         * src/compose.c
2592                 fix buglet and make code comply with sylpheed code style
2593
2594 2002-01-28 [paul]       0.7.0claws36
2595
2596         * sync with sylpheed 0.7.0cvs19
2597                 see ChangeLog entries for 2002-01-28
2598
2599 2002-01-28 [hoa]        0.7.0claws35
2600
2601         * src/defs.h
2602                 added rendererrc
2603
2604         * src/main.c
2605                 read the renderer config
2606
2607         * src/procmime.[ch]
2608                 use the renderer config to convert mime attachments
2609
2610         * src/textview.c
2611                 don't use textview_show_html/ertf,
2612                 use get_text_content instead
2613
2614 2002-01-27 [alfons]     0.7.0claws34
2615         
2616         * src/news.c
2617                 make sylpheed believe it can delete a news message...
2618                 (messages are NOT deleted, maybe we should remove
2619                 processing from the folder properties after all.)
2620
2621 2002-01-27 [alfons]     0.7.0claws33
2622
2623         * src/folder.c
2624                 add extra checks
2625         * src/news.c
2626                 implement remove_msg() 
2627
2628 2002-01-27 [alfons]     0.7.0claws32
2629
2630         * src/procmsg.h
2631         * src/procheader.c
2632         * src/messageview.c
2633                 fix return receipt / disposition notification again. this
2634                 stuff seems to break on _every_ major summary UI change, so
2635                 it's now implemented using a flag which is saved in the
2636                 marks cache
2637                 
2638 2002-01-26 [alfons]     0.7.0claws31
2639
2640         * src/import.c
2641                 let import dialog show the destination folder identifier
2642
2643 2002-01-26 [melvin]     0.7.0claws30
2644
2645         * src/folderview.c
2646         * src/summaryview.c
2647                 Readded 'Mark all read' into summary view popup menu
2648                 Added 'Mark all read' in folder view popup menu for IMAP
2649                 and NNTP.
2650                 Made it insensitive if the selected folder is not the shown
2651                 one to avoid 'Mark all read' on the wrong folder.
2652                 
2653 2002-01-26 [paul]       0.7.0claws29
2654
2655         * src/folderview.c
2656           src/summaryview.c
2657                 move 'Mark all read' from summary view to folder view
2658                 menu. (adapted from) patch submitted by Jeremy Andrews,
2659                 <lists@kerneltrap.com>
2660
2661 2002-01-25 [alfons]     0.7.0claws28
2662
2663         * src/gtkstext.c
2664                 put the gtk class name back so GtkSText adapts the 
2665                 settings of GtkText
2666
2667 2002-01-25 [alfons]     0.7.0claws27
2668
2669         * src/folderview.c 
2670                 assimilate Ricardo's patch that shows pixmaps instead of
2671                 plain "new" and "unread" texts in the folder view column
2672                 headers 
2673
2674 2002-01-25 [paul]       0.7.0claws26
2675
2676         * src/Makefile.am
2677                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
2678                 be found in non-standard locations. 
2679                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
2680
2681 2002-01-25 [paul]       0.7.0claws25
2682
2683         * sync with sylpheed 0.7.0cvs16
2684                 see ChangeLog entry 2002-01-25
2685
2686 2002-01-24 [paul]       0.7.0claws24
2687
2688         * more sync with sylpheed 0.7.0cvs15
2689                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
2690
2691 2002-01-23 [sergey]     0.7.0claws23
2692
2693         * src/importldif.c
2694                 Fixed segfault when closing LDIF import wizard with
2695                 the window manager.
2696         * src/imageview.c
2697         * src/imageview.h
2698         * src/messageview.c
2699         * src/mimeview.c
2700                 Fixed wrong scrolling position after switching between
2701                 text and image parts.
2702
2703 2002-01-23 [paul]       0.7.0claws22
2704
2705         * sync with sylpheed 0.7.0cvs15
2706                 see ChangeLog entries 2002-01-22 and 2002-01-23
2707
2708 2002-01-21 [melvin]     0.7.0claws21
2709
2710         * src/prefs_scoring.c
2711         * src/prefs_filtering.c
2712                 Fixed bug where scoring and filtering windows stopped
2713                 autochecking.
2714
2715 2002-01-21 [paul]       0.7.0claws20
2716
2717         * sync with sylpheed 0.7.0cvs12
2718                 see ChangeLog entries 2002-01-20 and 2002-01-21
2719
2720 2002-01-21 [carsten]    0.7.0claws19
2721         * src/mainwindow.c
2722         * src/menu.[ch]
2723         * src/messageview.[ch]
2724         * src/summaryview.[ch]
2725                 changes to shortcuts handling again:
2726                         + "Q" now controled by mainwin
2727                         + v/V are now customizable and have slightly
2728                           different meanings
2729                 the "button" to minimize the messageview (and maximize
2730                 the summary view) is a real button now
2731         * src/compose.c
2732                 "Delete Line+" added to Edit/Advanced (this will also
2733                 delete the '\n')
2734
2735 2002-01-20 [melvin] 0.7.0claws18
2736
2737         * src/addressbook.c
2738                 Made "Bcc" sensitive when addressbook is called from
2739                 compose window (it was a Claws only bug).
2740
2741 2002-01-19 [alfons] 0.7.0claws17
2742
2743         * src/inc.c
2744                 prevent unnecessary updates when currently selected folder has
2745                 no new messages 
2746
2747 2002-01-19 [alfons] 0.7.0claws16
2748         
2749         * src/summaryview.c
2750                 prevent writing the cache based on current message list in summary 
2751                 view when filtering also put messages in currently selected folder
2752
2753 2002-01-19 [paul]
2754
2755         * po/it.po
2756                 Italian translation submitted by Alessandro Maestri
2757                 <a.maestri@cs.tin.it>
2758
2759 2002-01-18 [melvin]     0.7.0claws15
2760
2761         * src/prefs_filters.c
2762                 fixed bug where 'cancel' from 'filters' window stops autochecking
2763                 if the timer timed out  when the window was open.
2764
2765 2002-01-18 [match]      0.7.0claws14
2766
2767         * src/addrclip.[ch]     ** NEW FILE **
2768         * src/addrselect.[ch]   ** NEW FILE **
2769         * src/adbookbase.h      ** NEW FILE **
2770                 addressbook cut, copy and paste
2771         * src/addrbook.[ch]
2772         * src/addrcache.[ch]
2773         * src/addressitem.h
2774         * src/addrindex.[ch]
2775         * src/addritem.[ch]
2776         * src/importldif.c
2777         * src/importmutt.c
2778         * src/jpilot.[ch]
2779         * src/syldap.[ch]
2780         * src/vcard.[ch]
2781         * src/jpilot.[ch]
2782         * src/editbook.c
2783         * src/editjpilot.c
2784         * src/editldap.c
2785         * src/editvcard.c
2786                 support for copy/paste
2787         * src/addressbook.c
2788                 support for copy/paste
2789                 tidy up menu option processing
2790                 correct address list function arguments
2791         * src/editaddress.c
2792                 sort user attributes
2793         * src/ldif.h
2794         * src/mutt.h
2795                 tidy up
2796
2797         * src/addrbook.[ch]
2798         * src/addrbook.[ch]
2799         * src/addrbook.[ch]
2800                 
2801
2802 2002-01-18 [paul]       0.7.0claws13
2803
2804         * sync with sylpheed 0.7.0cvs8
2805                 configure.in: support Mac OS X (Darwin)
2806
2807 2002-01-18 [carsten]    0.7.0claws12
2808         * src/html.c
2809                 small hack to fix a segfault with an empty href
2810                 (reported by Alexandra Walford <deeni@altern.org>)
2811         * src/mainwindow.c
2812         * src/summaryview.c
2813                 the shortcuts for Mark und Mark as unread are hardcoded
2814                 again
2815         * src/compose.c
2816         * src/gtkstext.[ch]
2817                 readded the shortcuts in gtkstext but made them
2818                 customizeable (simply by adding a menu plus a wrapper
2819                 to compose.c)
2820
2821 2002-01-17 [melvin]     0.7.0claws11
2822
2823         * src/gtkspell.c
2824                 fix default dictionary not being saved.
2825
2826 2002-01-16 [darko]      0.7.0claws10
2827
2828         * src/compose.c
2829                 fix wrapping crash with URL longer than wrapping margin
2830
2831 2002-12-08 [hoa]        0.7.0claws10
2832
2833         * src/matcher_parser_parse.y
2834                 fixed some bugs
2835
2836         * src/prefs_filtering.c
2837                 now, we can use bounce action in the dialog box.
2838
2839 2002-01-16 [carsten]    0.7.0claws9
2840         * src/gtkstext.c
2841                 removed the <control> and <alt> shortcuts because they're
2842                 not needed and interefered with the "normal" shortcuts
2843         * src/mainwindow.c
2844         * src/summaryview.c
2845                 removed most of the hardcoded shortcuts and assigned
2846                 them to menu entries making them easy customizable by
2847                 that
2848
2849 2002-01-16 |melvin]     0.7.0claws8
2850
2851         * src/gtkspell.c
2852                 fixed bug where using the mouse and when the compose
2853                 window is not on top may result in a crash.
2854
2855 2002-01-16 [melvin]     0.7.0claws7
2856
2857         * src/compose.c
2858                 fixed a long standingspell checker bug which could 
2859                 cause a crash after sending a message.
2860
2861 2002-01-16 [paul]       0.7.0claws6
2862
2863         * sync with sylpheed 0.7.0cvs7
2864                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
2865                 2002-01-15, and 2002-01-16
2866
2867 2002-01-16 [melvin]     0.7.0claws5
2868
2869         * README.claws
2870         * src/compose.c
2871         * src/gtkspell.[ch]
2872         * src/main.c
2873                 Heavily modified spell checker code to work around
2874                 ispell bug, to add keyboard shortcuts and for future
2875                 enhancements. See README.claws for usage information.
2876
2877 2002-01-15 [alfons]     0.7.0claws4
2878         
2879         * src/summaryview.c
2880                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
2881                 so sorting within threads reflects sort mode
2882
2883 2002-01-15 [christoph]  0.7.0claws3
2884
2885         * src/procmsg.c
2886                 added alertpanel if mail sending failed
2887
2888 2002-01-15 [alfons]     0.7.0claws2
2889         
2890         * src/prefs_filtering.c
2891                 don't stop timer when prefs filtering dialog is opened
2892
2893 2002-01-14 [alfons]     0.7.0claws1
2894
2895         * src/addr_compl.c
2896         * src/prefs.c
2897                 remove debug_print()s for privacy reasons
2898
2899 2002-01-14 [darko]      0.7.0claws
2900
2901         * README.claws
2902                 quotation wrapping is now also in the main branch
2903
2904 2002-01-14 [paul]
2905
2906         * tools/filter_conv.pl
2907                 allow for Boolean Op and case-sensitivity
2908                 this file is included in the release and tagged
2909                 'rel_0_7_0'
2910
2911 2002-01-13 [paul]       0.7.0claws
2912
2913         * release 0.7.0, with cvs tag 'rel_0_7_0'
2914
2915 2002-01-13 [paul]
2916
2917         * tools/filter_conv.pl
2918         * tools/README
2919                 rewritten to output to matcherrc instead of filteringrc
2920
2921         * po/es.po
2922                 updated Spanish translation by Ricardo Mones Lastra
2923
2924 2002-01-13 [alfons]
2925
2926         * po/nl.po
2927                 update dutch translation
2928
2929 2002-01-13 [paul]
2930
2931         * po/pt_BR.po
2932                 Updated by Fabio Junior Beneditto 
2933
2934 2002-01-13 [melvin]     0.6.6claws53
2935
2936         * po/fr.po
2937                 Updated french translation
2938
2939 2002-01-12 [alfons]     0.6.6claws52
2940
2941         * src/filtering.c
2942                 plug mem leak that has been sitting there for ages              
2943
2944 2002-01-12 [alfons]     0.6.6claws51
2945
2946         * src/summaryview.c
2947                 undo melvin's changes from 0.6.6claws48 because summary
2948                 view now refuses to select first unread message when
2949                 selecting a folder 
2950
2951 2002-01-11 [alfons]     0.6.6claws50
2952
2953         * src/import.c
2954                 use claws' semantics for getting folder item when
2955                 importing an mbox file into a folder 
2956                 (submitted by Dale P. Smith)
2957
2958 2002-01-11 [christoph]  0.6.6claws49
2959
2960         * src/prefs.h
2961                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
2962                 toggle widget, because non static prefs can not use
2963                 prefs_set_* functions
2964         * src/prefs_account.c
2965                 toggle smtp auth password field sensitivity if
2966                 user id is empty and add descrition of usage for
2967                 these fields
2968         * src/prefs_folder_item.c
2969                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
2970                 callbacks
2971
2972 2002-01-11 [melvin]     0.6.6claws48
2973
2974         * src/compose.c
2975                 fix the 'Ctrl-Enter' feature for sending and test really
2976                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
2977                 editables which was not documented in Gtk)
2978
2979         * src/summaryview.c
2980                 Made summaryview refresh after sorting and not before.
2981
2982 2002-01-11 [christoph]  0.6.6claws47
2983
2984         * src/compose.c
2985                 select account from account ids if possible and
2986                 correctly set save folder for copy in reedit
2987
2988 2002-01-10 [paul]       0.6.6claws46
2989
2990         * sync with sylpheed 0.7.0 release
2991                 see ChangeLog entries 2002-01-07, 2002-01-08 and
2992                 2002-01-09
2993
2994 2002-01-09 [alfons]
2995
2996         * src/summaryview.c
2997                 remove more dirt traces...
2998
2999 2002-01-09 [alfons]
3000         
3001         * src/summaryview.c
3002                 clean up some traces of my debugging stuff
3003
3004 2002-01-09 [alfons]     0.6.6claws45
3005
3006         * src/filtering.c
3007                 break up filteringprop_apply() in three separate pieces
3008                 so we can drop messages that failed processing in the
3009                 inbox
3010
3011         * src/summaryview.c
3012                 fix bug #469598 "no refresh of inbox after filter" which 
3013                 was introduced by the new summary view locking, and which 
3014                 prevented the summary view to update after a manual filter 
3015                 message. claw's filter message requires a summary_show().
3016                 (aargh, summary_show() again! :-)
3017                 
3018 2002-01-07 [alfons]     0.6.6claws44
3019
3020         * src/headerwindow.c
3021         * src/logwindow.c
3022         * src/messageview.c
3023         * src/sourcewindow.c
3024                 bring in Hiro's last 0.7.0 wm class fixes
3025
3026         * tools/sylprint.pl
3027                 bring in Ricardo's fix for sylprint script
3028
3029         * AUTHORS       
3030         * src/rfc2015.[ch]
3031         * src/prefs_common.[ch]
3032         * src/prefs_account.[ch]
3033         * src/compose.c
3034                 clean up account preference poison in rfc2015,
3035                 and preparation to fix double sign bug 
3036                 (patch submitted by Simon 'corecode' Schubert)
3037
3038 2002-01-07 [christoph]  0.6.6claws43
3039
3040         * src/mh.c
3041                 search for free message number, do not only rely
3042                 on last_num
3043         * src/send.c
3044                 fix smtp auth and use extra account information
3045                 if available, if not use pop3 data instead
3046                 (closes bug #500341)            
3047         * src/ssl.[ch]
3048                 match coding style
3049
3050 2002-01-06 [alfons]     0.6.6claws42
3051
3052         * src/mainwindow.c
3053                 try making the separate windows work again...
3054
3055 2002-01-06 [alfons]     0.6.6claws41
3056
3057         * src/mainwindow.c
3058                 adapt Hiro's separate window menu (to get rid of the funny
3059                 duplicate menu items), and make it work again
3060
3061 2002-01-06 [alfons]     0.6.6claws40
3062
3063         * tools/Makefile.am
3064         * tools/sylprint.rc
3065         * tools/sylprint.pl
3066         * tools/README.sylprint
3067                 add sylprint script for printing mails from Sylpheed
3068                 (contributed by Ricardo Mones Lastra)
3069
3070         * src/acount.c
3071                 clean up
3072
3073 2002-01-06 [melvin]     0.6.6claws39
3074
3075         * src/mainwindow.c
3076         * src/summaryview.c
3077                 Fixed crash introduced in 0.6.6claws38 by the menu
3078                 reorganisation (Hide read messages)
3079         
3080         * ChangeLog.claws 
3081                 Fixed typo (we are now in 2002, alfons ;) )
3082
3083 2002-01-05 [alfons]     0.6.6claws38
3084
3085         * sync with sylpheed 0.6.6cvs10-17
3086                 (last stuff marked as LAST_STABLE)
3087
3088 2002-01-04 [melvin]     0.6.6claws37
3089
3090         * src/account.c
3091                 Made account selection code use strcasestr again instead of
3092                 g_strcasecmp (fixes bug where reediting queued messages
3093                 did not select proper account reported by T. Link).
3094         
3095         * src/folderview.c
3096                 Fix bug where folder icons are not shown when 'hide read messages'
3097                 is on.
3098         
3099         * src/stock_pixmaps.[ch]
3100                 Added folder icons for 'hide read messages'.
3101         
3102         * src/compose.c
3103                 Fixed bug where 'Enter' in a header entry will send the message 
3104                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
3105
3106 2002-01-03 [melvin]     0.6.6claws36
3107         
3108         * src/prefs.[ch]
3109                 Added popup menu for common preferences and
3110                 account preferences (right click on tab displays
3111                                 a menu of all tabs.)
3112
3113 2002-01-02 [melvin]     0.6.6claws35
3114
3115         * src/gtkspell.[ch]
3116                 Made spelling code compatible with undo/redo feature.
3117                 Added creation of suggestion mode menu for the general
3118                         preferences.
3119         
3120         * src/prefs_common.[ch]
3121                 Added option menu for the speller's suggestion mode.
3122                 Added missing spaces in "..." buttons and made a "..."
3123                         button non translatable!
3124         
3125         * src/compose.c
3126                 Made speller use the default suggestion mode.
3127                 Hack to make it possible to choose 'CTRL-Enter' as a
3128                         shortcut for sending (and only for sending).
3129
3130         * src/prefs_folder_item.c
3131                 Changing subject simplification does not update cache 
3132                         anymore (because it is unnecessary).
3133                 Fixed bug where changing subject simplification updated the 
3134                         summaryview even when the viewed folder is not the
3135                         folder which properties are being changed. (E.g. 
3136                                         viewing folder A and changing
3137                                         the subject simplification of 
3138                                         folder B -not being viewed- updated the 
3139                                         summaryview of folder A with data of
3140                                         folder B). (Hope this is clear... )
3141
3142 2001-12-31 [alfons]     0.6.6claws34
3143         
3144         * src/ldif.c
3145         * src/mutt.c
3146                 fgetc() returns a signed integer which doesn't
3147                 fit in a char. so c truncates this to a char
3148                 but we may lose significant bits. i.e. we may
3149                 comparing 0xFF which may not be equal to -1
3150                 unless properly casted to signed char which
3151                 we won't do because fgetc() returns a signed
3152                 integer which doesn't fit in a char. so c 
3153                 truncates this to a char but we may lose 
3154                 significat bits. (you got the idea, thanks
3155                 to Gustavo Noronha Silva <kov@debian.org>
3156                 and the Debian folks!)
3157
3158 2001-12-30 [alfons]     0.6.6claws33
3159
3160         * src/prefs_common.c
3161                 add #ifdef USE_PSPELLs that Melvin forgot               
3162
3163 2001-12-30 [melvin]     0.6.6claws32
3164         
3165         * src/prefs_common.[ch]
3166                 Added configurable color for misspelled words.
3167
3168         * src/gtkspell.[ch]
3169                 Fixed bug of foreground text color (reported by David
3170                                 Mehrmann)
3171                 Added configurable color for misspelled words.
3172
3173 2001-12-30 [alfons]     0.6.6claws31
3174
3175         * src/folder.c
3176                 remove unnecessary things someone put there
3177
3178         * src/mh.c
3179         * src/folder.[ch]
3180                 make folder properties (like threading and sorting) persistent
3181                 (closes bug #497424 "rescan folder tree resets proprieties")
3182                 currently this is only for MH folders. 
3183
3184 2001-12-29 [melvin]     0.6.6claws30
3185
3186         * src/string_match.[ch]
3187                 Optimized a bit: regexp pattern buffer compiled only once, and
3188                   one subroutine call removed. Fixed ^ regexp search: Now, 
3189                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
3190         
3191         * src/summaryview.c
3192                 Subject filtering changed to filter summary columns and
3193                   not directly the messages subject cache. The loss in 
3194                   performance is balanced by the improvement of string_match.
3195                 Added an alert panel if there is an error in the regexp.
3196
3197         * src/src/prefs_folder_item.h
3198                 Added a regexp pattern buffer.
3199
3200 2001-12-28 [alfons]     0.6.6claws29
3201
3202         * src/string_match.[ch]
3203                 clean up name space
3204                 allow compilation *BSD
3205
3206 2001-12-27 [alfons]     0.6.6claws28
3207
3208         * src/filter.c
3209                 sync the Hiro's bug fix for BSD
3210
3211 2001-12-27 [melvin]     0.6.6claws27
3212         
3213         * src/compose.c
3214                 Simplify focus to subject entry code.
3215
3216 2001-12-27 [darko]      0.6.6claws26
3217
3218         * src/filtering.c
3219         * src/mbox_folder.c
3220         * src/messageview.c
3221         * src/mh.c
3222         * src/procheader.[ch]
3223         * src/procmsg.h
3224         * src/stock_pixmap.[ch]
3225         * src/summaryview.c
3226                 Show key icon for encrypted mails in summary view
3227
3228         * src/pixmaps/clip.xpm
3229         * src/pixmaps/clipkey.xpm
3230         * src/pixmaps/key.xpm
3231                 New/modified icons for the above
3232
3233 2001-12-27 [melvin]     0.6.6claws25
3234
3235         * src/prefs_common.c
3236                 Put spell checker options in a separate tab to decrease
3237                 the Common Preferences window height.
3238
3239         * README.claws  
3240                 Update spell checker usage instruction about its options
3241                 location.
3242
3243 2001-12-27 [melvin]     0.6.6claws24
3244
3245         * src/compose.c
3246                 Changed subject entry widget position. Initial focus is
3247                 on the To header instead of the subject entry.
3248                 Creating a new header scrolls the header list to make the
3249                 created one visible. Nevertheless, when automatically filling
3250                 headers, the first one is shown.
3251                 A Tab key press in the last empty header entry zips the 
3252                 focus to the subject entry.
3253                 (I did not change the combo boxes, yet)
3254
3255 2001-12-26 [alfons]     0.6.6claws23
3256
3257         * src/prefs_account.c
3258         * src/inc.c
3259                 allow default inbox to reside in another mailbox (only
3260                 works for POP3 accounts)
3261
3262 2001-12-26 [alfons]     0.6.6claws22
3263         
3264         * src/textview.c
3265                 make reply-on-click work with the account of the selected folder
3266         * src/compose.c
3267                 put a fixme here to remind me to fix finding correct default
3268                 account for nested folders
3269
3270 2001-12-25 [alfons]     0.6.6claws21
3271
3272         * src/summaryview.c
3273                 make column headers display locked and mark pixmaps (idea by Melvin) 
3274                 fix bug by adding score and locked column type to sort array
3275
3276 2001-12-25 [alfons]     0.6.6claws20
3277         
3278         * src/summaryview.c
3279                 catch a *potentially* inadvertent write back of  
3280                 the message cache(s) introduced by 0.6.5claws37
3281
3282 2001-12-25 [christoph]  0.6.6claws19
3283
3284         * src/stock_pixmap.[ch]
3285         * src/summaryview.c
3286                 add ignore thread pixmap
3287                 (can someone draw a better icon for this?)
3288
3289 2001-12-24 [alfons]     0.6.6claws18
3290
3291         * src/prefs_folder_item.c
3292                 make address completion actually work for the
3293                 Default To address in the Folder Property dialog.
3294
3295 2001-12-24 [alfons]     0.6.6claws17
3296         
3297         * src/summaryview.c
3298                 use new style regexp for subject stripping 
3299                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
3300
3301 2001-12-24 [darko]      0.6.6claws16
3302
3303         * src/pgptext.c
3304         * src/rfc2015.c
3305                 move GPG related informational messages to debug mode
3306
3307 2001-12-23 [alfons]     0.6.6claws15
3308
3309         * src/stock_pixmap.[ch]
3310         * src/summaryview.c
3311                 add the forgotten Claws' locked pixmap
3312
3313 2001-12-23 [alfons]     0.6.6claws14
3314
3315         * src/filesel.c
3316                 accept file name typed in entry in multi file
3317                 selector (patch submitted by Gustavo Noronha Silva 
3318                 <kov@debian.org>)
3319
3320 2001-12-23 [alfons]     0.6.6claws13
3321
3322         * src/prefs_filter.c
3323         * src/prefs_filtering.c
3324         * src/matcher.c
3325         * src/importmutt.c
3326                 clean up a little bit
3327         
3328         * src/string_match.c
3329                 validate input strings a little bit more
3330
3331 2001-12-23 [alfons]     0.6.6claws12
3332
3333         * src/Makefile.am
3334         * src/summaryview.c
3335         * src/string_match.[ch]         ** NEW **
3336         * src/folderview.[ch]
3337         * src/headerview.h
3338         * src/folder.[ch]
3339         * src/prefs_folder_item.[ch]
3340                 add subject simplification to strip out strings from
3341                 a subject line (esp. handy for mailing lists). 
3342                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
3343                 but slightly changed things for better integration.)
3344
3345 2001-12-23 [alfons]     0.6.6claws11
3346
3347         * src/mainwindow.c
3348                 fix bug introduced by submission included in 0.6.5claws52.
3349                 ideally this submission should clean the trash if any trash
3350                 folder has a message. however, the hasTrash variable was
3351                 set to false whenever a trash folder was empty (discarding
3352                 a previously found *filled* trash folder.)
3353
3354                 also edited the code a little bit and made it more safe.
3355
3356 2001-12-22 [alfons]     0.6.6claws10
3357
3358         * src/imap.c
3359                 quick fix for Martin Pool's omission of an account
3360                 specific SSL setting
3361
3362 2001-12-22 [alfons]     0.6.6claws9
3363
3364         * src/compose.c
3365         * src/messageview.c
3366         * src/mimeview.c
3367         * src/pgptext.c
3368         * src/procmime.[ch]
3369                 better support for multipart/digest (submitted
3370                 by Fredrik <e98fo@efd.lth.se>)
3371
3372 2001-12-22 [alfons]     0.6.6claws8
3373
3374         * src/addressbook.c
3375                 correct function signature
3376         * src/socket.[ch]
3377         * src/imap.[ch]
3378         * src/prefs_account.[ch]
3379                 allow IMAP over SSH tunnel (patch submitted by 
3380                 Martin Pool <mbp@samba.org>)
3381
3382 2001-12-21 [alfons]     0.6.6claws7
3383
3384         * sync with sylpheed 0.6.6cvs4-9
3385                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
3386
3387 2001-12-21 [christoph]  0.6.6claws6
3388
3389         * src/compose.c
3390         * src/prefs_folder_item.[ch]
3391                 implement saving of outgoing messages to current folder.
3392                 fix segfault when no default outbox is available
3393                 (closes bug #495683)
3394
3395 2001-12-21 [carsten]    0.6.6claws5
3396         * src/folderview.c
3397         * src/summaryview.c
3398                 pressing CTRL while DND does now the expected thing and
3399                 copies the mail (moving is still the default, as this
3400                 seam more appropriate for handling mails by DND)
3401
3402 2001-12-18 [paul]       0.6.6claws4
3403
3404         * sync with sylpheed 0.6.6cvs3
3405                 see ChangeLog entries 2001-12-18
3406
3407 2001-12-18 [hiro]       0.6.6claws3
3408
3409         * src/undo.c
3410                 fix for multibyte characters (obtain the number of letters
3411                 instead of bytes).
3412
3413 2001-12-17 [paul]       0.6.6claws2
3414
3415         * sync with sylpheed 0.6.6cvs1
3416                 see ChangeLog entry 2001-12-16
3417
3418 2000-12-17 [alfons]     0.6.6claws1
3419
3420         * src/filtering.c
3421                 clean up
3422
3423 2001-12-16 [paul]       0.6.6claws
3424 2001-12-15
3425
3426         * Release version 0.6.6claws, cvs tag: rel_0_6_6
3427
3428         * src/mimeview.c
3429                 last minute sync with main 0.6.6
3430
3431         * po/es.po
3432                 updated by Ricardo Mones Lastra
3433                 update for last minute sync
3434         * po/fr.po
3435         * po/nl.po
3436                 update for last minute sync
3437         * po/de.po
3438                 updated by Jens Oberender
3439         * po/pt_BR.po
3440                 updated by Fabio Junior Beneditto
3441
3442         * src/prefs_common.[ch]
3443         * src/undo.c
3444                 number of undo levels is user configurable
3445                 (squeeze it into the release in the dying
3446                 moments) Submitted by Jens Oberender    
3447
3448 2001-12-15 [melvin]
3449
3450         * po/fr.po
3451                 updated french translation
3452
3453 2001-12-15 [paul]       0.6.5claws92
3454
3455         * sync with sylpheed 0.6.5cvs28
3456                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
3457
3458         * po/nl.po
3459                 update to allow for sync
3460
3461 2001-12-15 [alfons]
3462         
3463         * po/nl.po
3464                 update dutch translation
3465
3466 2001-12-14 [carsten]    0.6.5claws91
3467         * src/summaryview.c
3468                 fixed bug #473785; also after changing the column order
3469                 the same message will be selected and displayed as before
3470                 the reordering
3471
3472 2001-12-14 [carsten]    0.6.5claws90
3473         * src/folderview.c
3474                 probably found the bug reported by wwb opening or closing
3475                 a folder tree just before dnd (found the solution in the
3476                 balsa source -- thanks to them)
3477
3478 2001-12-14 [carsten]    0.6.5claws89
3479         * src/gtkutils.c
3480         * src/account.c
3481                 moved gtk_clist_moveto to the right place, so that
3482                 only the accounts dialog is effected on opening
3483
3484 2001-12-14 [carsten]    0.6.5claws88
3485         * src/gtkutils.c
3486                 gtkut_clist_set_focus_row does a gtk_clist_moveto
3487                 now, so that the focused row will be seen in any case
3488                 (reported by wwp on sf-claws-user)
3489
3490 2001-12-14 [darko]      0.6.5claws87
3491
3492         * src/compose.c
3493                 remove unnecessary line
3494
3495 2001-12-14 [paul]       0.6.5claws86
3496
3497         * sync with sylpheed 0.6.5cvs27
3498                 see ChangeLog entries 2001-12-14
3499
3500 2001-12-14 [carsten]    0.6.5claws85
3501         * src/mainwindow.c
3502                 following a suggestion of Melvin the rcoabm pops up
3503                 right under the button now and the button is reliefed
3504                 while the popup is open
3505
3506 2001-12-14 [darko]      0.6.5claws84
3507
3508         * src/compose.c
3509                 fix crash when wrapping long lines if linewrap quotation
3510                 is disabled and wrapper encounters a word spanning more
3511                 than one line
3512
3513 2001-12-13 [paul]       0.6.5claws83
3514
3515         * src/compose.c
3516                 prefer 'Reply-To' header over mailing list header when
3517                 replying to a message. Finally prevent all those confirmation 
3518                 messages being sent to the list itself.
3519
3520         * src/summaryview.c
3521                 remove unused summary_set_menu_sensitive() entry
3522
3523 2001-12-13 [paul]       0.6.5claws82
3524
3525         * src/folderview.c
3526         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
3527         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
3528         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
3529                 improvements to 'Hide read messages': Inbox, Outbox,
3530                 Trash, Queue, and Draft icons now reveal presence of hidden 
3531                 messages
3532
3533 2001-12-12 [alfons]     0.6.5claws81
3534
3535         0.6.5claws80 was tagged as LAST_STABLE
3536
3537         * src/filtering.[ch]
3538         * src/matcher.[ch]
3539         * src/matcher_parser_lex.c
3540                 fix the filtering; my last attempt to get it right, 
3541                 if it does not work, it's Hoa's turn. ;-)
3542
3543                 for my honourable peers:
3544                 
3545                 the code now makes a clear distinction between
3546                 rules as they are displayed (probably escaped),
3547                 and as they are executed (probably unescaped). the
3548                 parser does *NOT* do any unescaping, this is
3549                 the task of the matcher.c (which breaks up a
3550                 rule into condition) and the filtering.c (which
3551                 breaks up the rule's action). to make this
3552                 run happily we provide an unescaped copy of
3553                 crucial strings to the MatcherProp and 
3554                 FilteringAction structures. note that the only
3555                 exception to this is any REGEXP string. those
3556                 are directly passed to regcomp() and regexp()
3557                 (who have much more powerful unescape functions).
3558                 
3559                 for everyone else:
3560         
3561                 you can escape tab (\t), carriage return (\r),
3562                 linefeed (\n), form feed (\f), quote (\"), 
3563                 single quote (\'), bell (\b) in all the entry
3564                 lines in the scoring & filtering dialogs.
3565                 as an added bonus this should not affect
3566                 existing filtering rules.
3567
3568 2001-12-12 [carsten]    0.6.5claws80
3569
3570         * src/summaryview.c
3571         * po/de.po
3572                 "item(s) selected" is now sensitive to 1 or more
3573                 than one selected (nice for language where simple
3574                 adding of a "s" is not possible as German (Eintrag
3575                 ->Eintr"age)
3576                 
3577                 the "forward as attachment" entry from the right
3578                 click menu removed, "forward" acts following the
3579                 prefs
3580         
3581         * src/textview.c
3582                 reverted my former changes; so compiler warning again
3583                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
3584                 nevertheless
3585
3586         * src/messageview.c
3587                 "search in message" does now *not* only work in MVIEW_TEXT
3588                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
3589                 message
3590
3591         * src/mainwindow.c
3592                 removed "/File/_Close" as it was the same as "/File/E_xit"
3593                 and we don't need it two times
3594
3595                 the separate folder view and message view now get a distinct
3596                 WMCLASS, just in case someone is using sawfish ;-)
3597
3598                 as the menu entries "/View/Message view" and "/View/Folder tree"
3599                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
3600                 make them sensitive accordingly and as these two are "shown"
3601                 after startup anytime check this menuitem at startup
3602
3603 2001-12-12 [paul]       0.6.5claws79
3604
3605         * src/folderview.c
3606                 fix sensitivity of 'Search folder...', broken in
3607                 0.6.5claws75
3608
3609         * src/mainwindow.c
3610                 fix dodgy English
3611
3612 2001-12-11 [carsten]    0.6.5claws78
3613         * src/filtering.c
3614                 fixed two typos returning a wrong FALSE/TRUE
3615         * src/mainwindow.[ch]
3616                 extra menu for email/news button removed
3617
3618 2001-12-11 [alfons]     0.6.5claws77
3619         
3620         * src/matcher.c                 (1.3)
3621         * src/matcher_parser_lex.l      (1.28)
3622                 revert for another attempt
3623                 mark 0.6.5claws77 as LAST_STABLE
3624
3625 2001-12-11 [christoph]  0.6.5claws76
3626
3627         * po/de.po
3628                 fixed wrong translation for prev. unread msg
3629
3630 2001-12-11 [paul]       0.6.5claws75
3631
3632         * src/folder.[ch]
3633         * src/folderview.c
3634         * src/mainwindow.c
3635         * src/summaryview.[ch]
3636         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
3637                 enable ability to hide read messages on per folder basis via 
3638                 '/Summary/Hide read messages'; when selected, a folder will 
3639                 have a red open folder icon, instead of a blue icon, if the 
3640                 folder contains hidden messges
3641                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
3642
3643         * src/mainwindow.c
3644                 remove '/Message/Forward as attachment' from 
3645                 main_window_set_menu_sensitive() to prevent debug warning
3646
3647         * src/folderview.c
3648         * src/mainwindow.c
3649                 Clean up some of the English
3650
3651         * tools/newscache_clean.pl
3652                 allow for new 'hidereadmsgs' entry in folderlist.xml
3653
3654         * po/es.po
3655                 updated translation, submitted by Ricardo Mones Lastra
3656
3657 2001-12-11 [paul]       0.6.5claws74
3658
3659         * sync with sylpheed 0.6.5cvs25
3660                 see ChangeLog entry 2001-12-11
3661
3662 2001-12-10 [alfons]     0.6.5claws73
3663
3664         * src/matcher.c
3665                 add more control characters
3666         * src/matcher_parser_lex.l
3667                 make escaping / unescaping work again
3668
3669 2001-12-10 [alfons]     0.6.5claws72
3670
3671         * src/imap.c
3672                 clean up warnings "returning value for void function" 
3673         * src/prefs_filtering.c
3674                 make info button for execute action sensitive
3675
3676 2001-12-10 [paul]       0.6.5claws71
3677
3678         * src/compose.c
3679         * src/imap.[ch]
3680         * src/summaryview.c
3681                 fix: imap server now gets informed of MARKED, UNMARKED
3682                 and REPLY events. Now people can use different IMAP-Mail
3683                 clients and have the exact same information about MARKED,
3684                 UNMARKED and REPLY status with all of them. Especially
3685                 useful for imap servers with a web-frontend.
3686                 submitted by Tobias Sandhaas <medlor@web.de>
3687
3688 2001-12-09 [melvin]     0.6.5claws70
3689         
3690         * src/textview.[ch]
3691                 fixed bug #490076 (hunted down by Alfons who implemented
3692                 a workaround in 0.6.5claws65)
3693
3694 2001-12-09 [christoph]  0.6.5claws69
3695
3696         * src/summaryview.c
3697                 set pointer to string in LOCKED column to NULL
3698                 (might fix bug #490800)
3699
3700 2001-12-09 [carsten]    0.6.5claws68
3701
3702         * po/de.po
3703                 resolved some cluttered menu shortcuts 
3704                 ('creating new email' and 'creating news message'
3705                 hade the same)
3706         * src/compose.c
3707                 wmclass now distinc from main window
3708         * src/mainwindow.c
3709           src/mainwindow.h
3710                 email/news and forward button functionality similar
3711                 to the reply buttons; removed the ugly dropdown arrows
3712                 and use instead the right mouse button
3713
3714 2001-12-09 [paul]       0.6.5claws67
3715
3716         * src/imap.c
3717         * src/utils.h
3718                 allow spaces in imap folder names
3719                 submitted by Willem van Engen <wvengen@stack.nl>
3720
3721 2001-12-09 [paul]       0.6.5claws66
3722
3723         * sync with sylpheed 0.6.5cvs24
3724                 see ChangeLog entry 2001-12-09
3725
3726 2001-12-08 [alfons]     0.6.5claws65
3727
3728         * src/textview.c
3729                 prevent secondary selection claim after "add to sender" dialog
3730                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
3731                 we trick GTK by simulating a click at (0, 0) in the textview.
3732
3733 2001-12-08 [hoa]        0.6.5claws64
3734
3735         * src/folder.c
3736                 fixed a bug about the .processing folder name while filtering
3737
3738 2001-12-08 [alfons]     0.6.5claws63
3739
3740         * src/folderview.c 
3741                 work around problem of not correctly updating folder stats
3742                 when deleting messages. there's some folder scanning evil
3743                 going so the folderview_update_msg_num() does not work
3744                 correctly. need to investigate this.
3745
3746 2001-12-08 [paul]       0.6.5claws62
3747
3748         * sync with sylpheed 0.6.5cvs23
3749                 see ChangeLog entry 2001-12-08
3750
3751 2001-12-07 [christoph]  0.6.5claws61
3752
3753         * src/compose.c
3754                 fix another header translation problem
3755
3756 2001-12-07 [alfons]     0.6.5claws60
3757
3758         * src/mbox.c
3759                 make filtering also work on local spool mbox
3760
3761 2001-12-07 [carsten]    0.6.5claws59
3762         * src/addressbook.c
3763                 addressbook window gets a wmclass distinct from the main
3764                 sylpheed window
3765         * src/compose.h
3766         * src/mainwindow.[ch]
3767                   forward menu item will use mode selected in prefs, forward 
3768                 as attatchment in menu removed (will be substituted in the
3769                 toolbar similar to reply buttons)
3770                   create news message menu entry and news button is now 
3771                 sensitive to the existance of a news account
3772         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
3773         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
3774         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
3775                 these are removed because the toolbar buttons don't show
3776                 the quoting modus any longer
3777
3778 2001-12-07 [paul]
3779
3780         * tools/newscache_clean.pl      ** NEW FILE **
3781                 perl script to do some tidying up in the newscache directory 
3782                 
3783         * tools/sylpheed-switcher       ** NEW FILE **
3784                 perl script to enable easy switching between main and claws
3785                 
3786         * tools/README
3787                 added descriptions of the two new perl scripts          
3788
3789
3790 2001-12-07 [melvin]     0.6.5claws58
3791
3792         * src/messageview.c
3793                 fixed a warning during compilation introduced in 0.6.5claws56
3794
3795 2001-12-07 [paul]       0.6.5claws57
3796
3797         * src/mainwindow.[ch]
3798         * src/menu.[ch]
3799                 further usability enhancements to replying with or without 
3800                 quoting via the toolbar, use of Ctrl key is replaced by 
3801                 drop down menu 
3802                 Submitted by Carsten Schurig            
3803
3804 2001-12-07 [melvin]     0.6.5claws56
3805
3806         * src/messageview.c
3807                 hack to fix bug that prevented to make/paste selections
3808                 after switching between MVIEW_TEXT and MVIEW_MIME views
3809                 without deselecting the selection first.
3810
3811 2001-12-06 [alfons]     0.6.5claws55
3812
3813         * src/filtering.[ch]
3814         * src/inc.c
3815                 revise filtering a little bit more, and make sure
3816                 messages are delivered to the appropriate inbox
3817                 (perhaps set per account)
3818
3819 2001-12-06 [paul]       0.6.5claws54
3820
3821         * sync with sylpheed 0.6.5cvs22
3822                 see ChangeLog entry 2001-12-06
3823
3824 2001-12-05 [alfons]     0.6.5claws53
3825
3826         * src/inc.c
3827         * src/folder.[ch]
3828         * src/procmsg.c
3829         * src/filtering.c
3830                 more revisions of filtering system
3831                 (last stable version is marked as LAST_STABLE)
3832                 
3833                 | NOTE 1): the filtering system now uses a local folder called
3834                 | .processing. if filtering fails, check this directory
3835                 | for missing messages.
3836                 |
3837                 | NOTE 2): help us find the filtering actions still missing
3838
3839 2001-12-05 [paul]       0.6.5claws52
3840
3841         * src/mainwindow.c
3842                 fix bug where 'Empty Trash?' pop-up window appears even
3843                 when Trash is empty, submitted by Jesse Skinner         
3844
3845 2001-12-05 [melvin]     0.6.5claws51
3846
3847         * src/compose.c
3848                 fixed bug #486106 to select correct account when reediting 
3849                 a queued message
3850         
3851 2001-12-04 [alfons]     0.6.5claws50
3852
3853         * src/mh.c
3854                 declare markfile in appropriate functions when
3855                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
3856                 for spotting this)
3857
3858 2001-12-04 [paul]       0.6.5claws49
3859
3860         * sync with sylpheed 0.6.5cvs21
3861                 see ChangeLog entry 2001-12-04
3862
3863 2001-12-03 [christoph]  0.6.5claws48
3864
3865         * po/de.po
3866                 changed translation of undo
3867         * src/account.c
3868         * src/folder.c
3869                 don't reinvent the wheel to traverse a GNode
3870         * src/compose.[ch]
3871                 seperate code to create the compose gui into functions
3872                 add "Others" page with folder selection for saving copy
3873                 of the message.
3874                 the folder identifier is saved to queue header
3875         * src/procmsg.c
3876                 save message to folder in queue header
3877
3878 2001-12-03 [paul]       0.6.5claws47
3879
3880         * sync with sylpheed 0.6.5cvs20
3881                 see ChangeLog entry 2001-12-03
3882
3883 2001-12-01 [paul]
3884
3885         * more sync with sylpheed 0.6.5cvs19
3886                 see ChangeLog entry 2001-11-29
3887
3888 2001-11-30 [paul]       0.6.5claws46
3889         
3890         * src/compose.c
3891                 remove conflicts introduced by Hoa's last commit
3892          
3893         * src/mainwindow.c
3894                 make 'Message/Bounce' sensitive
3895
3896 2001-11-30 [hoa]        0.6.5claws45
3897
3898         * src/compose.c
3899                 slightly change bounce function to add
3900                 information about the user that bounced the mail
3901                 in the From header line.
3902
3903         * src/folderview.c
3904                 permit the use of processing in outbox folder.
3905
3906 2001-11-29 [paul]       0.6.5claws44
3907
3908         * src/mainwindow.[ch]
3909         * src/prefs_common.c
3910         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
3911         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
3912         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
3913                 usability enhancements to the quoting, implements
3914                 use of Ctrl key to toggle quoting settings
3915                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
3916
3917 2001-11-29 [paul]       0.6.5claws43
3918         
3919         * sync with sylpheed 0.6.5cvs19
3920                 see ChangeLog entry 2001-11-28
3921
3922 2001-11-29 [melvin]     0.6.5claws42
3923         * src/Makefile.am
3924                 added enriched.[ch] to the list of files
3925
3926         * src/textview.c
3927         * src/mimeview.c
3928         * src/procmime.[ch]
3929         * src/enriched.[ch]
3930                 added support to view text/enriched
3931                 added support to show headers in message view for text/enriched and text/html
3932                         in non multipart messages
3933
3934 2001-11-28 [paul]       0.6.5claws41
3935
3936         * more sync with sylpheed 0.6.5cvs18
3937                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
3938
3939 2001-11-27 [paul]       0.6.5claws40
3940         
3941         * po/pt_BR.po
3942                 updated translation, submitted by Fabio Junior Beneditto
3943                 
3944         * sync with sylpheed 0.6.5cvs18
3945                 see ChangeLog entries 2001-11-26 (src/textview.c) and
3946                 2001-11-27
3947
3948
3949 2001-11-26 [paul]
3950
3951         * po/es.po
3952                 updated translation, submitted by Ricardo Mones Lastra
3953
3954 2001-11-26 [alfons]
3955
3956         * src/matcher.c
3957                 add more translatable strings
3958
3959 2001-11-26 [christoph]  0.6.5claws39
3960
3961         * po/de.po      
3962                 fixed one more umlaut
3963         * src/compose.c
3964                 fix translated header when it should not be translated
3965
3966 2001-11-26 [paul]       0.6.5claws38
3967
3968         * src/mainwindow.c
3969                 remove '/Message/Add Sender to address book' from 
3970                 main_window_set_menu_sensitive(), prevent debug warning
3971                 add 'Message/Mark/Mark all read' to mainwin_entries[]
3972
3973 2001-11-26 [paul]       0.6.5claws37
3974
3975         * src/summaryview.c
3976                 fix 'recurring unread state' bug 
3977
3978         * tools/README 
3979         * tools/filter_conv.pl
3980                 read name of top level mailbox from folderlist.xml
3981                 and presume nothing about its name              
3982
3983 2001-11-26 [darko]      0.6.5claws36
3984
3985         * src/gtkstext.[ch]
3986                 removed functions that are now in gtkutils.c
3987                 use gtkut_text_is_uri_string() from gtkutils.c
3988         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
3989
3990 2001-11-26 [paul]       0.6.5claws35
3991
3992         * sync with sylpheed 0.6.5cvs16
3993                 see ChangeLog entries 2001-11-25 and 2001-11-26
3994
3995 2001-11-25 [alfons]     0.6.5claws34
3996
3997         EXPERIMENTAL!!! Please checkout the last stable version using: 
3998           
3999         % cvs update -r LAST_STABLE -dRAP
4000
4001         (Or help us testing this stuff.)
4002
4003         * src/filtering.c               (1.14)
4004         * src/filtering.h               (1.6)
4005         * src/inc.c                     (1.28)
4006         * src/matcher.c                 (1.20)
4007         * src/mbox.c                    (1.9)
4008         * src/procmsg.h                 (1.14)
4009         * src/summaryview.c             (1.59)
4010         * src/summaryview.h             (dunno)
4011                 revert/merge/sync to as it was before commit 
4012                 on Thu, 19 Jul 2001 10:15:51 -0700.
4013
4014 2001-11-25 [hoa]        0.6.5claws33
4015
4016         * src/main.c
4017                 processing mails at startup
4018
4019         * src/folderview.c
4020         * src/summaryview.[ch]
4021                 processing mails when entering folder
4022
4023         * src/prefs_filtering.c
4024                 fixed some UI bugs
4025
4026 2001-11-24 [alfons]     0.6.5claws32
4027
4028         * src/summaryview.[ch]
4029                 make summary sort headers work, and also make
4030                 sure the sort type is stored
4031
4032 2001-11-23 [alfons]     0.6.5claws31
4033
4034         * src/summaryview.[ch]
4035                 make lock work like mark
4036                 disallow deleting messages marked as locked
4037
4038 2001-11-23 [alfons]     0.6.5claws30
4039
4040         * src/gtkstext.c
4041         * src/compose.[ch]
4042         * src/Makefile.am
4043         * src/undo.[ch]
4044                 merge undo patch submitted by Jens
4045
4046 2001-11-23 [christoph]  0.6.5claws29
4047
4048         * src/.cvsignore
4049                 added ylwrap
4050         * src/compose.c
4051                 fixed gpg signing and encoding
4052         * src/folder.[ch]
4053         * src/main.c
4054                 added --status option to get new, unread and total
4055                 message count from a running sylpheed
4056         * src/prefs_common.c
4057                 temporary fix for reply_with_quote problem
4058                 (don't call functions for non existing widget)
4059         * src/procmsg.c
4060                 one more check for ignored threads but still not
4061                 always working correctly. probably a recursive
4062                 check for all parents is needed
4063
4064 2001-11-23 [darko]      0.6.5claws28
4065
4066         * src/compose.c
4067                 wrapping on send improvements
4068         * src/gtkutils.[ch]
4069                 fix for GtkSText after last sync with main branch
4070                 GTK_TEXT -> GTK_STEXT
4071
4072 2001-11-23 [paul]       0.6.5claws27
4073
4074         * sync with sylpheed 0.6.5cvs14
4075                 see ChangeLog entries 2001-11-22 and 2001-11-23
4076                 
4077         * po/de.po
4078                 fixed the scrambled umlauts 
4079                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
4080
4081 2001-11-21 [paul]       0.6.5claws26
4082
4083         * sync with sylpheed 0.6.5cvs12
4084                 see 2nd ChangeLog entry dated 2001-11-20
4085
4086 2001-11-20 [paul]       0.6.5claws25
4087
4088         * sync with sylpheed 0.6.5cvs11
4089                 see ChangeLog entry 2001-11-19 (src/utils.c)
4090
4091 2001-11-20 [hiro]
4092
4093         * src/compose.c
4094                 GTK_TEXT -> GTK_STEXT
4095                 fix for wrong comment
4096
4097 2001-11-20 [hiro]       0.6.5claws24
4098
4099         * src/compose.[ch]
4100                 more merges from main branch
4101                 removed fatal warnings (uninitialized variables etc.)
4102                 some coding style fix
4103         * src/gtkutils.h
4104                 fixed typo.
4105         * src/addressbook.c
4106           src/addrindex.c
4107                 V-Card -> vCard
4108
4109 2001-11-19 [hoa]        0.6.5claws23
4110
4111         * src/filtering.c
4112         * src/prefs_scoring.c
4113         * src/matcher.[ch]
4114         * src/scoring.c
4115                 cleaning code
4116
4117         * src/matcher_parser_parse.y
4118         * src/prefs_filtering.c
4119                 bouncing
4120
4121 2001-11-19 [alfons]     0.6.5claws22
4122
4123         more of my old things into claws
4124
4125         * src/Makefile.am
4126         * src/prefs_common.c
4127         * src/procmsg.h
4128         * src/summaryview.[ch]
4129         * src/prefs_summary_column.c
4130         * src/pixmaps/locked.xpm
4131                 add indicators for locking of message in summary view
4132                 (does not work yet, only visual indicator)
4133
4134 2001-11-19 [paul]       0.6.5claws21
4135
4136         * sync with sylpheed 0.6.5cvs10
4137                 see ChangeLog entry 2001-11-19
4138
4139 2001-11-18 [alfons]     0.6.5claws20
4140         
4141         * src/filtering.c
4142                 remove an inadvertent free I forgot in previous clean up 
4143
4144 2001-11-18 [alfons]     0.6.5claws19
4145
4146         * src/filtering.[ch]
4147                 clean up & plug leaks
4148
4149 2001-11-18 [paul]       0.6.5claws18
4150
4151         * sync with sylpheed 0.6.5cvs9
4152                 see ChangeLog entries 2001-11-17 and 2001-11-18
4153
4154 2001-11-16 [paul]       0.6.5claws17
4155
4156         * sync with sylpheed 0.6.5cvs8
4157                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
4158
4159 2001-11-16 [paul]       0.6.5claws16
4160
4161         * sync with sylpheed 0.6.5cvs7
4162                 see ChangeLog entries 2001-11-15 and 2001-11-16
4163
4164 2001-11-15 [hoa]        0.6.5claws15
4165
4166         * src/compose.c
4167                 fix bounce, mails we received couln't be bounced to ourself.
4168
4169         * src/defs.h
4170         * src/filtering.[ch]
4171         * src/matcher.[ch]
4172         * src/matcher_parser.h
4173         * src/matcher_parser_lex.l
4174         * src/matcher_parser_parse.y
4175         * src/inc.c
4176         * src/main.c
4177         * src/mbox.c
4178         * src/prefs_filtering.[ch]
4179         * src/mainwindow.c
4180         * src/prefs_matcher.c
4181         * src/prefs_scoring.c
4182         * src/scoring.[ch]
4183         * src/summaryview.c
4184                 new matcher/filter/score configuration file parser
4185                 one unique configuration file => ~/.sylpheed/matcherrc
4186                 import in currently automatic, then save are made
4187                 in this new file.
4188                 one filter per folder and one global filter
4189                 (filter of a folder will be used as folder processing)
4190
4191         * src/folder.c
4192                 fix a bug in folder_item_get_identifier
4193                 
4194         * src/messageview.c
4195                 receive receipt return are fixed.
4196
4197 2001-11-14 [alfons]     0.6.5claws14
4198
4199         * src/session.h
4200                 add things from main branch to make claws compile
4201
4202 2001-11-14 [paul]       0.6.5claws13
4203
4204         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
4205                 see ChangeLog entries 2001-11-08 to 2001-11-14
4206
4207 2001-11-14 [hoa] 0.6.5claws12
4208
4209         * src/compose.[ch]
4210         * src/mainwindow.c
4211         * src/summaryview.c
4212                 add "bounce mail" option
4213
4214 2001-11-13 [christoph]  0.6.5claws11
4215
4216         * src/compose.c
4217                 Cleanup a mess i add before commiting
4218
4219 2001-11-13 [hoa]        0.6.5claws10
4220
4221         * src/compose.c
4222                 some fixes when mail are sent or
4223                 for crossposts
4224
4225 2001-11-13 [christoph]  0.6.5claws9
4226
4227         * po/de.po
4228                 Changed two string with the same translation
4229         * src/compose.c
4230         * src/procmsg.[ch]
4231         * src/send.[ch]
4232                 New mailsending process:
4233                   - Always queue message before sending
4234                     (message will be saved if sylpheed crashed or
4235                      freezes while sending)
4236                   - Allow queuing of newspostings
4237                   - No copy in outbox before sending
4238                     (closes bug #469501)
4239                   - No more redundant code for send and send_later
4240         * src/summaryview.c
4241                 Applied wwp <subscript@free.fr>'s patch that fixes
4242                 marks for multiple forwarded messages (+compose.c)
4243
4244 2001-11-12 [alfons]
4245
4246         * README.claws
4247                 remove things that are now in main branch
4248         
4249         * po/nl.po
4250                 update Dutch translation
4251
4252 2001-11-12 [mhadasht]   0.6.5.claws8
4253
4254         * src/prefs_common.c
4255                 re-enabled account autoselection feature for forward
4256                 and reedit lost during the branch point for SYNC-B4-REL
4257         * src/gtkspell.c
4258                 gtkpspell_get_dict(): more readable code (even if function is
4259                 not used yet)
4260         * ChangeLog.claws
4261                 added version number info to 2001-11-12 [hiro] comment.
4262
4263 2001-11-12 [hiro]       0.6.5.claws7
4264
4265         * src/compose.c
4266                 compose_forward(): fixed a bug that forward quote mark
4267                 wasn't used.
4268                 removed unnecessary code.
4269         * src/template_select.[ch]: removed.
4270
4271 2001-11-11 [alfons]
4272
4273         * src/compose.c
4274                 :%s/GTK_TEXT/GTK_STEXT/g
4275         
4276         * src/compose.[ch]
4277         * src/undo.[ch]
4278         * src/Makefile.am
4279                 revert the undo stuff (this is 0.6.6claws stuff)
4280
4281 2001-11-11 [hoa]        0.6.5.claws6
4282
4283         * src/compose.[ch]
4284                 Insert signature at the end of the text.
4285                 Added undo patch but currently disabled
4286
4287         * src/procmsg.c
4288                 Threading by subject improved.
4289
4290         * added src/undo.[ch]
4291                 Undo module for compose dialog box.
4292
4293 2001-11-11 [alfons]     0.6.5.claws5
4294
4295         * src/procmsg.c
4296                 prevent threading by subject on nodes that have already been
4297                 threaded by in-reply-to (as in "circular references in a tree
4298                 result in a dead branch")
4299
4300 2001-11-09 [hoa]        0.6.5.claws4
4301         
4302         * src/folderview.c
4303                 allows creation of mbox folder item from any files.
4304
4305 2001-11-09 [alfons]     0.6.5.claws3
4306         
4307         * src/utils.c
4308         * src/procmsg.c
4309                 do what I mean and correct threading by subject so it really
4310                 ignores attracting lines without "Re: "
4311
4312 2001-11-07 [alfons]     0.6.5.claws2
4313
4314         * src/procmsg.c
4315         * src/utils.[ch]
4316                 only attract by subject if a subject line starts with a "Re: "
4317         * src/syldap.c
4318                 remove warning
4319
4320 2001-11-07 [paul]       0.6.5claws1
4321
4322         * sync with sylpheed 0.6.5. release
4323                 see ChangeLog entry 2001-11-07
4324
4325 2001-11-07 [paul]       0.6.4claws31
4326
4327         * sync with sylpheed 0.6.4cvs18
4328                 see ChangeLog entries 2001-10-30 to 2001-11-07
4329                 prefs_templates.[ch] renamed prefs_template.[ch]
4330
4331 2001-11-06 [alfons]
4332         
4333         * src/utils.h
4334                 add semicolon Hoa forgot ;-)
4335                 
4336
4337 2001-11-06 [hoa]        0.6.4claws30
4338         
4339         * src/procmsg.c
4340         * src/summaryview.c
4341         * src/utils.c
4342         * src/utils.h
4343                 threading by subject - empty subject are ignored
4344
4345 2001-11-06 [christoph]  0.6.4claws29
4346
4347         * src/socket.c
4348                 use SSL_peek for sock_gets
4349         * src/utils.c
4350                 removed unneeded pointer in extracting quoted
4351                 names implementation
4352
4353 2001-11-06 [melvin]     0.6.4claws28
4354
4355         * src/gtkspell.c
4356                 fixed bug #476792 Selection overtyping with spell checker
4357                 fixed bug which could cause a buffer overflow
4358                 fixed a memory leak
4359
4360 2001-11-06 [hoa]        0.6.4claws27
4361         
4362         * src/procmsg.c
4363         * src/summaryview.c
4364                 threading by subject
4365
4366 2001-11-05 [alfons]     0.6.4claws26
4367         
4368         * README.claws
4369                 Claws -> Sylpheed (vice versa)
4370
4371         * src/compose.c
4372                 :%s/gtk_text/gtk_stext/g
4373                 :%s/GTK_TEXT/GTK_STEXT/g
4374                 (thanks to Jonathan Ware for spotting this)
4375
4376 2001-11-04 [christoph]  0.6.4claws25
4377
4378         * src/summaryview.c
4379                 replace Xalloca + strdup with Xstrdup_a
4380         * src/utils.c
4381                 better implementation of extracting quoted names
4382                 from addresses (remove backlashes and ignore
4383                 quotes after them)
4384
4385 2001-11-04 [alfons]     0.6.4claws24
4386
4387         * src/utils.[ch]
4388                 edit to comply more with coding style
4389
4390         * src/textview.c
4391                 fix bug reported by Kim Schulz. introduced by the patch integrated
4392                 in 0.6.4claws15. the code did not check the return value of
4393                 the html parser.
4394
4395         * AUTHORS
4396                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
4397
4398 2001-11-04 [christoph]  0.6.4claws23
4399
4400         * src/main.c
4401         * src/prefs_common.[ch]
4402                 init some pointers that possibly caused a segfault
4403                 reported in the claws-users ML
4404
4405 2001-11-04 [hoa]        0.6.4claws22
4406
4407         * src/grouplistdialog.c
4408                 change the names of the nodes in the tree
4409
4410         * src/compose.c
4411                 enhanced mailto syntax as described in
4412                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
4413                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
4414
4415         * src/utils.c
4416                 encode and decode URI (useful when opening URL into
4417                 netscape).
4418
4419 2001-11-03 [hoa]        0.6.4claws21
4420
4421         * src/grouplistdialog.c
4422                 a new newsgroups list selection dialog box
4423                 with a CTree instead of a CList
4424
4425 2001-11-03 [hoa]        0.6.4claws20
4426
4427         * src/folderview.c
4428                 enable property and scoring options when right
4429                 click on "inbox"
4430
4431         * src/summaryview.c
4432                 fixed bug when nickname were displayed using
4433                 the address book.
4434
4435 2001-11-02 [darko]      0.6.4claws19
4436
4437         * src/compose.c
4438                 new wrap quotation and URL/long words wrapping implementation
4439         * src/compose.c src/gtkstext.[ch]
4440                 move gtkstext_strncmp() to gtkstext.c
4441
4442 2001-11-01 [christoph]  0.6.4claws18
4443
4444         * src/prefs_account.c
4445                 fixed mess in account settings dialog
4446         * src/prefs_folder_item.c
4447                 added label with folder path to dialog
4448
4449 2001-10-31 [match]      0.6.4claws17
4450
4451         * src/vcard.c
4452                 fix memory leak.
4453         * src/addrbook.c
4454                 fix generation of spurious address book file names.
4455                 remove redundant functions.
4456         * po/POTFILES.in
4457                 added missing file names.
4458
4459 2001-10-30 [paul]       0.6.4claws16
4460
4461         * sync with sylpheed 0.6.4cvs6
4462                 see ChangeLog entries 2001-10-26 to 2001-10-30
4463
4464         * tools/filter_conv.pl
4465                 read folderlist.xml to discover whether the top-level
4466                 folder is called 'Mailbox' or 'Mail' 
4467
4468 2001-10-29 [paul]       0.6.4claws15
4469
4470         * src/html.c, src/textview.c
4471                 activate links in html mail and fix clickable parts
4472                 Submitted by Matthieu Dazy <dazy@t-surf.com>
4473
4474 2001-10-29 [paul]
4475
4476         * po/de.po, po/es.po, po/pt_BR/po
4477                 updated translations, submitted by Jens Oberender,
4478                 Ricardo Mones Lastra, and Fabio Junior Beneditto
4479
4480 2001-10-29 [darko]      0.6.4claws14
4481
4482         * src/compose.c
4483                 fix wrapping for good
4484
4485 2001-10-29 [darko]
4486
4487         * src/compose.c
4488                 undo previous change as it broke the smart wrapping
4489
4490 2001-10-29 [darko]      0.6.4claws13
4491
4492         * src/compose.c
4493                 fix infinite loop when long URL is quoted
4494                 (closes bug #475122.
4495
4496 2001-10-28 [match]
4497
4498         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
4499                 import Mutt address book
4500         * src/ldif.[ch] src/importldif.h
4501                 modified import LDIF handle user attributes
4502
4503 2001-10-28 [christoph]  0.6.4claws12
4504
4505         * src/summaryview.c
4506                 fixed that filtering did not work if there
4507                 were no filter rules
4508                 (closes bug #472003 and better implementation
4509                  of patch #474644)
4510
4511 2001-10-27 [christoph]  0.6.4claws11
4512
4513         * src/compose.c
4514                 make the folder's default account to be used when
4515                 replying. (patch by wwp <subscript@free.fr>)
4516         * src/compose.c
4517                 code cleanup, nearly killed all of wwp's patch
4518                 for folder's default account in compose
4519         * src/folderview.c
4520                 error panel when a folder could not be created
4521                 (closes bug #471080 new folder name & already
4522                  existing file)
4523
4524 2001-10-26 [alfons]
4525
4526         * src/utils.h
4527                 change prototype of strstr2() that Christoph forgot about
4528
4529 2001-10-26 [christoph]  0.6.4claws10
4530
4531         * src/account.c
4532                 made search for accounts by email address not case
4533                 sensitive
4534         * src/folder.c
4535                 fixed memory leak in folder_item_get_identifier
4536         * src/gtkspell.c
4537         * src/utils.c
4538                 fixed wrong strstr2 (should work like strstr)
4539
4540 2001-10-26 [darko]      0.6.4claws9
4541
4542         * src/compose.c src/gtkstext.[ch]
4543         * src/gtkstext.c
4544                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
4545
4546 2001-10-26 [paul]       0.6.4claws8
4547
4548         * src/html.c
4549                 ignore css and javascript tags in html mail
4550                 case-insensitive, with or without double-quoted
4551                 strings
4552
4553 2001-10-26 [paul]       0.6.4claws7
4554
4555         * sync with sylpheed 0.6.4cvs1
4556                 see ChangeLog entry 2001-10-26
4557
4558         * src/prefs_account.c, src/prefs_common.c,
4559           src/prefs_summary_column.c
4560                 minor improvements to the English
4561
4562 2001-10-25 [alfons]     0.6.4claws6
4563
4564         * src/gtkstext.c
4565         
4566                 make GtkSText follow style of GtkText (closes bug 
4567                 #469211 "text selection while writing message")
4568                 
4569                 do sync with GTK 1.2.10
4570
4571 2001-10-25 [paul]       0.6.4claws5
4572
4573         * src/html.c
4574                 ignore css tags in html mail
4575
4576 2001-10-25 [darko]      0.6.4claws4
4577
4578         * src/compose.c
4579                 don't declare is_url_string as static function since
4580                 we need it in gtkstext.c
4581         * src/gtkstext.c
4582                 remove unused variable
4583                 don't wrap long URLs while composing a message
4584
4585 2001-10-24 [christoph]  0.6.4claws3
4586
4587         * src/socket.c
4588                 fix ssl deadlock, when peer closes connection
4589
4590 2001-10-24 [paul]       0.6.4claws2
4591
4592         * src/prefs_common.c
4593                 gettextize the gpg ascii-armored warning message
4594
4595         * src/compose.c
4596                 insert a DOS/MAC file into the composed message
4597                 (improvements)
4598
4599         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
4600
4601 2001-10-22 [paul]       0.6.4claws1
4602
4603         * sync with sylpheed 0.6.4 release
4604                 see ChangeLog entries 2001-10-21
4605
4606         * po/fr.po, po/pt_BR.po
4607                 updated by Melvin Hadasht and Fabio Junior Beneditto
4608
4609 2001-10-21 [paul]       0.6.3claws30
4610
4611         * src/compose.c
4612                 insert a DOS text file from the compose window
4613                 into the composed message text (removes CRs characters)
4614                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
4615
4616         * tools/filter_conv.pl, tools/README
4617                 automatically use ~/.sylpheed as working directory
4618                 print out confirmation message on completion
4619
4620         * correct Hoa's last ChangeLog.claws entry
4621
4622 2001-10-20 [hoa]        0.6.3claws29
4623
4624         * src/grouplistdialog.c
4625                 bugfix (another ?) to give the right
4626                 newsgroups list for each news server.
4627
4628         * src/news.c
4629         * src/news.h
4630                 improve the newsgroups list cache
4631
4632 2001-10-20 [paul]       0.6.3claws28
4633
4634         * sync with sylpheed 0.6.3cvs9
4635                 see ChangeLog entry 2001-10-19
4636
4637         * correct Alfons' last ChangeLog.claws entry
4638
4639 2001-10-19 [alfons]
4640
4641         * src/pgptext.[ch]
4642                 fix compilation problems (part of bug #472895)
4643
4644 2001-10-18 [hoa]        0.6.3claws27
4645
4646         * src/grouplistdialog.c
4647                 bugfix when we refresh was clicked (bug 472701)
4648
4649 2001-10-19 [christoph]  0.6.3claws26
4650
4651         * src/compose.c
4652                 last header entry should default to "To:" or
4653                 "Newsgroups:" and not copy the last entry line
4654                 in a new compose window
4655                 (closes bug #472686, #470792)
4656
4657 2001-10-19 [paul]       0.6.3claws25
4658
4659         * sync with Sylpheed 0.6.3cvs8
4660                 see ChangeLog entries 2001-10-18 and 2001-10-19
4661
4662 2001-10-18 [christoph]  0.6.3claws24
4663
4664         * src/procmsg.c
4665                 reimplement ignore thread
4666         
4667 2001-10-18 [hoa]        0.6.3claws23
4668
4669         * src/folderview.c
4670         * src/grouplistdialog.[ch]
4671                 enhanced news subscription interface (feature 469113)
4672
4673         * src/news.c
4674         * src/news.h
4675                 enchanced newsgroup listing,
4676                 now, we can get groups informations
4677                 (NNTPGroupInfo)
4678
4679 2001-10-18 [paul]       0.6.3claws22
4680
4681         * src/summaryview.c
4682                 remove comment (sync with main branch)
4683         * src/mainwindow.c
4684                 fix 'Re-edit' bug in 'Message' menu
4685
4686 2001-10-17 [christoph]  0.6.3claws21
4687
4688         * src/compose.c
4689                 ignore empty or whitespace only header lines
4690
4691 2001-10-17 [paul]       0.6.3claws20
4692
4693         * sync with sylpheed 0.6.3cvs7
4694                 see ChangeLog entries 2001-10-14, 2001-10-16, and
4695                 2001-10-17
4696
4697 2001-10-17 [darko]
4698
4699         * src/compose.c
4700                 wrap long lines without spaces
4701                 don't wrap URLs
4702
4703 2001-10-16 [paul]
4704
4705         * po/es.po, po/nl.po, po/pt_BR.po
4706                 updated by Ricardo Mones Lastra, Alfons,
4707                 and Fabio Junior Beneditto
4708
4709         * sylpheed-0.6.3claws released
4710
4711 2001-10-15 [melvin] 0.6.3claws18
4712
4713         * README.claws
4714                 added summary and detailed installation instructions
4715                 for spell checker
4716         * po/fr.po
4717                 Updated, corrected and completed french translation
4718
4719 2001-10-15 [hoa] 0.6.3claws17
4720         * src/grouplistdialog.c
4721                 we can choose the newsgroups to display with wildcards
4722
4723 2001-10-15 [christoph]  0.6.3claws16
4724
4725         * src/account.c
4726         * src/compose.c
4727         * src/prefs_folder_item.[ch]
4728                 applied wwp <subscript@free.fr>'s folder
4729                 default account patch
4730         * po/de.po
4731                 Fixed wrong translation
4732
4733 2001-10-13 [alfons, christoph, melvin]  
4734                         0.6.3claws15
4735
4736         solution #2 to solve MT-safety problems defers all GUI related calls
4737         to the main thread using a gtk_idle_add() callback. discussed on
4738         ircnet #sylpheed, with christoph spotting some issues with the
4739         original code, and melvin allowing us to lobotomize his sylpheed.
4740
4741         * src/syldap.[ch], src/main.c
4742                 fix race problem in ldap search thread by deferring GUI 
4743                 stuff to main thread using gtk_idle_add()
4744
4745 2001-10-13 [paul]       0.6.3claws14
4746
4747         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
4748                 add Sergey's smtpcred.patch
4749                 adds separate username/password setting for SMTP Auth
4750                 needed by some servers
4751                 (closes feature request #471659)
4752
4753 2001-10-13 [paul]       0.6.3claws13
4754
4755         * src/pgptext.[ch] **NEW FILES**
4756         * src/Makefile.am, src/messageview.c, src/mimeview.c
4757                 decrypt ascii-armored gpg text embedded in
4758                 the message body.
4759                 Submitted by Jens Jahnke <jan0sch@gmx.net>
4760
4761 2001-10-13 [christoph]  0.6.3claws12
4762
4763         * README.claws
4764                 some more details on default to and
4765                 feature requests
4766         * src/main.c
4767                 init glib threading when ldap is used
4768         * src/syldap.c
4769                 threading fixes
4770         * po/de.po
4771                 fixed a typo
4772
4773 2001-10-12 [paul]       0.6.3claws11
4774
4775         * src/prefs_common.[ch], src/rfc2015.c
4776                 enable ascii-armored gpg text to be embedded in the
4777                 message body, selectable through the 'Privacy'
4778                 preferences. Supports encrypting only.
4779                 Submitted by Ravemax <ravemax@dextrose.com>
4780
4781 2001-10-12 [paul]       0.6.3claws10
4782
4783         * sync with sylpheed 0.6.3cvs6
4784                 see ChangeLog entries 2001-10-11 and 2001-11-12
4785
4786         * src/folderview.c
4787                 incorporated mbox folders, scoring, and folder
4788                 properties into the sync
4789
4790 2001-10-12 [darko]      0.6.3claws9
4791
4792         * README.claws
4793                 describe quotation wrapping
4794         * src/compose.c
4795                 don't treat tab as space to calculate line length properly
4796
4797 2001-10-11 [alfons]
4798
4799         * README.claws
4800                 correct description of how to make new filtering system work,
4801                 add some other things
4802                 
4803         * src/syldap.c
4804                 remove sched_yield() (not necessary / unportable)
4805
4806 2001-10-11 [paul]       0.6.3claws8
4807
4808         * sync with sylpheed 0.6.3cvs3
4809                 see ChangeLog entry 2001-10-10
4810
4811 2001-10-10 [christoph]  0.6.3claws7
4812
4813         * .cvsignore
4814                 ignore 2 files created by newer autotools
4815         * src/prefs_folder_item.c
4816                 using table for widget alignment
4817                 fixed memory leak and broken octal display
4818         * src/filesel.c
4819                 fixed segfault caused by lost filename
4820                 workaround (closes bug #469551)
4821
4822 2001-10-10 [paul]       0.6.3claws6
4823
4824         * sync with sylpheed 0.6.3cvs2
4825                 see ChangeLog entries 2001-10-09 and 2001-10-10
4826
4827 2001-10-10 [darko]      0.6.3.claws5
4828
4829         * src/gtkstext.c
4830                 proper calculation of right margin if smart wrapping is enabled
4831         * src/compose.c
4832                 automatically wrap long lines if wrap quotation is enabled
4833
4834 2001-10-09 [alfons]     0.6.3.claws4
4835
4836         * src/summaryview.c
4837                 select correct row when deleting last row in the summary view (and
4838                 close bug "[ #469104 ] select second last in list when deleting")
4839
4840 2001-10-09 [paul]       0.6.3claws3
4841
4842         * sync with sylpheed 0.6.3cvs1
4843                 updated some autotool scripts
4844
4845 2001-10-09 [darko]      0.6.3claws2
4846
4847         * src/gtkstext.[ch]
4848                 new name and mark with Sylpheed comment
4849         * src/compose.c
4850                 smart quotation wrapping a-la VIM
4851
4852 2001-10-08 [paul]       0.6.3claws1
4853
4854         * sync with sylpheed 0.6.3 release
4855                 see ChangeLog entry 2001-10-08
4856
4857 2001-10-08 [paul]       0.6.2claws24
4858
4859         * src/summaryview.c
4860                 more sync with sylpheed 0.6.2cvs12
4861                 Fixed the bug that didn't select the last row correctly
4862
4863
4864 2001-10-07 [paul]       0.6.2claws23
4865
4866         * sync with sylpheed 0.6.2cvs12
4867                 see ChangeLog entry 2001-10-07
4868
4869 2001-10-06 [match]
4870         * src/jpilot.[ch]
4871                 enable jpilot to read unsynch'ed addresses.
4872
4873         * src/editldap_basedn.c
4874                 fix segfault when opening dialog.
4875
4876 2001-10-06 [alfons]     0.6.2.claws22
4877
4878         * src/summaryview.c
4879                 fix bug with summary view selecting last *inserted*
4880                 node instead of last *visible* node. remember we
4881                 work with a tree
4882
4883 2001-10-06 [paul]       0.6.2claws21
4884
4885         * po/pt_BR.po
4886                 updated translation, contains some fixes and new
4887                 translations, submitted by Gustavo Noronha Silva
4888                 <kov@debian.org>
4889
4890         * src/prefs_common.c
4891                 change 'each' to 'every' - fix dubious English
4892
4893         * sync with sylpheed 0.6.2cvs11
4894
4895 2001-10-05 [alfons]     0.6.2claws20
4896
4897         * src/mainwindow.[ch], src/folderview.c
4898                 make composite tool button switch between "Compose News"
4899                 and "Compose Mail" depending on selected folder
4900                 (nifty idea by Kim Schulz <kim@schulz.dk>)
4901
4902 2001-10-05 [paul]       0.6.2claws19
4903
4904         * src/mainwindow.c, src/summaryview.c
4905                 fix 'Message/Reply to all', broken in last commit
4906
4907         * src/compose.c
4908                 fix X_BEENTHERE seg fault, thanks to Alfons
4909
4910 2001-10-04 [paul]       0.6.2claws18
4911
4912         * src/compose.[ch], src/mainwindow.c
4913                 make "Message/Reply" reply to mailing lists; matches
4914                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
4915                 based on portions of the patch submitted by
4916                 Junichi Uekawa <dancer@netfort.gr.jp>
4917
4918 2001-10-04 [darko]      0.6.2claws17
4919
4920         * src/compose.c
4921                 better smart wrapping
4922         * src/gtkstext.[hc]
4923                 a function to make text buffer contiguous
4924
4925 2001-10-03 [paul]       0.6.2claws16
4926
4927         * sync with sylpheed 0.6.2cvs10
4928
4929 2001-10-02 [alfons]
4930
4931         * configure.in
4932         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
4933                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
4934                 references to chinese translations (hope someone picks up
4935                 this)
4936
4937 2001-10-02 [christoph]  0.6.2claws15
4938
4939         * src/compose.c
4940                 fixed non translated header bug
4941         * ChangeLog.claws
4942                 fixed wrong date in alfons last entry ;)
4943
4944 2001-10-02 [alfons]     0.6.2claws14
4945
4946         * src/compose.c, src/prefs_common.[ch]
4947                 add block cursor option
4948
4949 2001-10-02 [paul]       0.6.2claws13
4950
4951         * sync with sylpheed 0.6.2cvs9
4952
4953 2001-09-30 [paul]       0.6.2claws12
4954
4955         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
4956                 updated translations
4957
4958         * po/POTFILES.in
4959                 add 'src/importldif.c'
4960
4961         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
4962                 added eudora-to-vCard conversion tool
4963                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
4964
4965         * sync with sylpheed 0.6.2cvs8
4966
4967 2001-09-30 [paul]
4968
4969         * sylpheed-0.6.2claws released
4970
4971 2001-09-27 [melvin]     0.6.2claws11
4972
4973         * src/gtkspell.c
4974                 fixed crash when using default path (introduced 
4975                 in 0.6.2claws10)
4976                 fixed tiny bug for initial suggestion mode
4977
4978 2001-09-27 [melvin]     0.6.2claws10
4979         
4980         * src/gtkspell.c
4981                 fixed bug where gtkpspell didn't set the path correctly
4982
4983         * README.claws
4984                 added a paragraph about spell checking
4985                 
4986
4987
4988 2001-09-27 [paul]       0.6.2claws9
4989
4990         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
4991                 replace '// comments' with '/* comments */' to prevent
4992                 some compiler warnings 
4993
4994         * sync with sylpheed 0.6.2cvs6
4995
4996 2001-09-26 [alfons]     0.6.2claws8
4997
4998         * src/messageview.c
4999                 introduce return receipt request notification again,
5000                 which was lost because of other semantics in 
5001                 procheader_parse() (???)
5002
5003 2001-09-26 [christoph]  0.6.2claws7
5004
5005         * src/compose.c
5006                 replace comments for old code with #if 0
5007                 readded auto cc, bcc and reply-to
5008         * src/prefs_matcher.c
5009         * src/prefs_scoring.c
5010                 removed some definition (was moved to
5011                 prefs.h)
5012
5013 2001-09-26 [paul]       0.6.2claws6
5014
5015         * src/mainwindow.c
5016                 make 'Follow-up and reply to' sensitive
5017
5018         * more sync with sylpheed 0.6.2cvs5
5019
5020 2001-09-25 [melvin]
5021
5022         * 0.6.2claws5
5023
5024         * src/gtkspell.c
5025                 fixed bug for "US-ASCII" introduced by the encoding code
5026
5027 2001-09-25 [paul]
5028
5029         * 0.6.2claws4
5030
5031         * src/prefs_common.[ch], src/summaryview.c
5032                 'next unread msg' 'go to next folder?' dialog can be
5033                 given default behaviour, either always show dialog,
5034                 or assume 'yes', or assume 'no'
5035                 Submitted by wwp <subscript@free.fr>
5036
5037 2001-09-25 [melvin]
5038                 
5039         * src/compose.c src/gtkspell.[ch]
5040                 added support for different encodings
5041
5042 2001-09-25 [paul]
5043
5044         * more sync with sylpheed 0.6.2cvs5
5045
5046 2001-09-24 [alfons]
5047         
5048         * src/prefs_folder_item.c
5049                 add check for item->prefs->default_to string is NULL and
5050                 add another check when freeing this string
5051
5052 2001-09-24 [paul]
5053
5054         * configure.in
5055                 change to version 0.6.2claws3
5056
5057         * sync with sylpheed 0.6.2cvs5 
5058
5059 2001-09-24 [match]
5060         * src/ldif.[ch], src/importldif.[ch], addressbook.c
5061                 import LDIF files.
5062         * src/addrcache.[ch], addrindex.[ch]
5063                 small update for future
5064         * src/addrbook.c
5065                 fix test XML file.
5066
5067 2001-09-24 [melvin]
5068         * src/gtkspell.[ch]
5069                 added 'Learn from mistakes' option
5070                 better handling of quotes in checked words
5071                 sorted dict list
5072         * po/fr.po
5073                 small update for spell checking stuff
5074
5075 2001-09-23 [alfons]
5076         
5077         * src/gtkspell.c
5078                 edit a little bit so it complies more with main coding style
5079
5080 2001-09-23 [alfons]
5081
5082         * src/folder.[ch], prefs_folder_item.c, compose.c
5083                 migrate "request return receipt" folder property
5084                 to folderlist.xml
5085
5086 2001-09-22 [alfons]
5087
5088         * README.claws **NEW**
5089                 (add things of interest for users of main branch 
5090                 and claws here)
5091
5092         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
5093                 re-implement threading per folder option, but store 
5094                 the setting in folderlist.xml (where it belongs)
5095
5096 2001-09-21 [melvin]
5097
5098         * src/gtkspell.[ch]
5099                 fixed bug when compose window is under another window
5100         * src/prefs_common.[ch] src/compose.c
5101                 changed 'dictionary_path' to 'dictionary' to be consistent
5102                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
5103         * ac/pspell.m4 src/Makefile.am 
5104                 dropped PSPELL_PATH macro
5105         * po/fr.po
5106                 updated translations
5107
5108 2001-09-21 [christoph]
5109
5110         * src/compose.c
5111                 added border around header fields
5112                 keep header type when new field is added
5113
5114 2001-09-20 [christoph]
5115
5116         * src/utils.[ch]
5117                 more portable debug_print with source filename
5118                 and linenumber
5119         * src/procmsg.c
5120                 more newlines after debug messages
5121
5122 2001-09-20 [paul]
5123
5124         * configure.in
5125                 change to version 0.6.2claws2
5126
5127         * sync with sylpheed 0.6.2cvs3
5128
5129 2001-09-19 [melvin]
5130
5131         * src/gtkspell.c
5132                 fixed the post-right-click focus pb
5133                 fixed crash when 'Spell check all' after dict change 
5134                         and when cursor is at the end of the text
5135                 shift-right-click pops up config menu even on misspelled words.
5136         * po/POTFILES.in
5137                 added gtkspell.c
5138
5139 2001-09-19 [melvin]
5140
5141         * src/about.c
5142                 added pspell to compiled-in features list
5143
5144 2001-09-18 [melvin]
5145
5146         * switched to pspell and dropped ispell
5147         * ac/pspell.m4
5148                 new file. autoconf macro for pspell
5149         * ac/Makefile.am 
5150         * configure.in acconfig.h
5151                 added pspell support
5152         * src/Makefile.am
5153         * src/main.c src/compose.[ch] src/gtkspell.[ch]
5154         * src/prefs_common.[ch] 
5155                 added pspell support
5156
5157 2001-09-18 [christoph]
5158
5159         * src/addr_compl.c
5160         * src/template.[ch]
5161                 replace LOG_MESSAGE with debug_print
5162         * src/compose.[ch]
5163                 gui improvements
5164         * src/menu.c
5165                 added newline after debug message
5166         * src/utils.h
5167                 using __VA_ARGS__ for debug_print macro
5168         * tools/.cvsignore
5169                 ignore Makefile and Makefile.in
5170
5171 2001-09-18 [paul]
5172
5173         * configure.in
5174                 change to version 0.6.2claws1
5175         * sync with sylpheed 0.6.2cvs1
5176
5177         * src/matcher.c 
5178         * src/prefs_matcher.c
5179                 add 'score equal to' option, submitted by
5180                 Paul Evans <nerd@freeuk.com>
5181
5182 2001-09-15 [christoph]
5183
5184         * src/mainwindow.c
5185                 comment out menu entry not existing in claws
5186         * src/menu.c
5187                 add debug output for non existing menu entries
5188         * src/summaryview.c
5189                 fix next/prev unread message for ignored threads
5190         * src/utils.[ch]
5191                 add sourcefile and line number to debug output
5192                 otherwise it is sometimes hard to find the
5193                 source code part if debug messages are translated
5194
5195 2001-09-14 [darko]
5196         
5197         * src/folderview.c
5198                 refresh target folder style after colour is changed
5199
5200 2001-09-13 [paul]
5201
5202         * configure.in
5203                 change to version 0.6.1claws3
5204
5205         * sync with sylpheed 0.6.1cvs6
5206
5207 2001-09-13 [darko]
5208         
5209         * src/folderview.c
5210                 fix target folder colourization to use user selected colour
5211
5212 2001-09-12 [darko]
5213         
5214         * src/summaryview.c
5215                 fix crash when message that is marked for copy/move is unmarked
5216
5217 2001-09-09 [paul]
5218
5219         * configure.in
5220                 change to version 0.6.1claws2
5221
5222         * sync with sylpheed 0.6.1cvs3
5223
5224 2001-09-09 [alfons]
5225         
5226         * src/folderview.c
5227                 fix bug with default font used for trash folder text
5228
5229 2001-09-06 [paul]
5230
5231         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
5232                 updated translations
5233
5234         * configure.in
5235                 change to version 0.6.1claws1
5236
5237         * sync with sylpheed 0.6.1cvs2
5238
5239 2001-09-03 [paul]
5240
5241         * po/POTFILES.in
5242                 add Match's new addressbook
5243
5244         * po/de.po
5245                 updated translation submitted by Jens Oberender
5246
5247 2001-09-02 [paul]
5248
5249         * configure.in
5250                 change to 0.6.1claws
5251         * sync with sylpheed 0.6.1 release
5252
5253 2001-09-02 [paul]
5254
5255         * configure.in
5256                 change to 0.6.0claws2
5257
5258         * sync with sylpheed 0.6.0cvs4
5259
5260         * po/pt_BR.po
5261                 updated translation submitted by Fabio Junior Beneditto
5262
5263 2001-09-01 [match]
5264         * pixmaps/
5265                 interface.xpm
5266                 book.xpm
5267                 address.xpm
5268         * src/
5269                 Makefile.am
5270                 a ton of new files
5271
5272 2001-08-31 [paul]
5273
5274         * configure.in
5275                 change to version 0.6.0claws1
5276
5277         * sync with sylpheed 0.6.0cvs1
5278
5279         * po/es.po
5280                 updated translation submitted by Ricardo Mones Lastra
5281
5282         * po/POTFILES.in
5283                 add 'src/prefs_templates.c'
5284
5285         * src/compose.c, src/summaryview.c
5286                 fix segfault on 'Re_edit'               
5287
5288 2001-08-30 [alfons]
5289
5290         * configure.in, Makefile.am
5291         * tools/Makefile.am
5292                 add tools directory to source distribution
5293
5294 2001-08-30 [paul]
5295
5296         * configure.in
5297                 change to version 0.6.0claws
5298
5299         * sync with sylpheed 0.6.0 release
5300
5301 2001-08-30 [christoph]
5302
5303         * configure.in
5304                 removed autoconf version check
5305
5306 2001-08-30 [paul]
5307
5308         * src/account.c, src/compose.c, src/prefs_common.[ch]
5309         * src/procheader.[ch] src/utils.[ch]
5310                 Enhanced automatic account selection on replies
5311                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
5312
5313         * configure.in
5314                 add LDAP and JPilot to the configuration results output.
5315
5316 2001-08-29 [christoph]
5317
5318         * src/summeryview.c
5319                 no bold font for ignored threads
5320
5321 2001-08-29 [paul]
5322
5323         * configure.in
5324                 change to version 0.5.3claws6
5325
5326         * sync with sylpheed 0.5.3cvs10
5327                 src/stringtable.[ch]: New Files
5328
5329         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
5330         * src/pixmaps/sylpheed.xpm
5331                 add mini-icons to windows (by Alfons)
5332
5333 2001-08-27 [paul]
5334
5335         * src/mainwindow.c
5336                 new functions: next_labeled_cb(), prev_labeled_cb()
5337
5338         * src/summaryview.c
5339                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
5340                 summary_select_next_labeled(), summary_select_prev_labeled()
5341
5342         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
5343                 give claws blue folders and a blue trash can
5344
5345 2001-08-27 [paul]
5346
5347         * configure.in
5348                 change to version 0.5.3claws5
5349
5350         * sync with sylpheed 0.5.3cvs9
5351                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
5352
5353 2001-08-24 [christoph]
5354
5355         * src/filesel.c
5356                 keep filename when browsing directories
5357                 (not working for user entered filename, but
5358                  for default name and selected filename from
5359                  file list)
5360         * src/mainwindow.c
5361                 fixed wrong spelling "Folllow-up"
5362         * src/mbox_folder.c
5363         * src/procmsg.c
5364         * src/summaryview.c
5365                 fixed new/unread message count with ignored
5366                 threads (2 commits, first didn't notice no
5367                 longer needed decreasing)
5368         * src/inc.c
5369                 readded scrolling of progress dialog
5370                 (lost in sync)
5371
5372 2001-08-24 [paul]
5373
5374         * configure.in
5375                 change to 0.5.3claws4
5376
5377         * sync with sylpheed 0.5.3cvs7
5378
5379 2001-08-24 [christoph]
5380
5381         * src/compose.c
5382                 set request return receipt when replying
5383                 if it is set is the folder prefs of the
5384                 message
5385         * src/inc.c
5386                 disable final error popup if popups are
5387                 disabled in config (again)
5388
5389 2001-08-23 [paul]
5390
5391         * configure.in
5392                 Change version number to 0.5.3claws3
5393
5394         * sync with sylpheed 0.5.3cvs5
5395
5396         * src/mimeview.c
5397                 double quote '%s' in 'gedit %s' to fix bug when
5398                 opening attachment with spaces in the name
5399
5400 2001-08-22 [alte]
5401         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
5402           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
5403                 initial message templates support
5404
5405
5406 2001-08-22 [paul]
5407
5408         * configure.in
5409                 change version number to 0.5.3claws2
5410
5411         * sync with sylpheed 0.5.3cvs4
5412
5413         * src/procmsg.h src/summaryview.c
5414                 re-implement (un)ignore thread
5415
5416 2001-08-21 [paul]
5417
5418         * src/summaryview.c
5419                 remove unnecessary code
5420         * src/compose.c
5421                 enable 'dynamic' signatures (submitted by
5422                 Eric Limpens <eric@hscg-internet.nl>)
5423
5424 2001-08-21 [paul]
5425
5426         clean up after sync with sylpheed 0.5.3 release
5427
5428         * src/folderview.c
5429                 fix re-introduced font mess, see Christoph's
5430                 entry 2001-06-24
5431
5432         * src/summaryview.c
5433                 remove prev_msgnum
5434                 use sylpheed's small font instead of
5435                 gtk default font for summary view
5436
5437
5438 2001-08-17 [paul]
5439
5440         * configure.in
5441                 add pl to ALL_LINGUAS - sync with main branch
5442
5443         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
5444                 Updated. Translations by Jens Oberender, Ricardo Mones
5445                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
5446
5447         * po/pl.po  ** NEW FILE **
5448                 sync with the main branch
5449
5450         * src/folderview.c
5451                 fix target folder colorizing and refresh problem
5452
5453
5454 2001-08-17 [christoph]
5455
5456         * src/mainwindow.c
5457                 claws uses 4 colors for target folder coloring.
5458                 arrays were not long enough and destroyed the
5459                 stack causing a segfault.
5460                 target folder colorizing does not work anymore
5461                 for me
5462
5463 2001-08-16 [paul]
5464
5465         * configure.in
5466                 change to version 0.5.3claws1
5467
5468         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
5469           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
5470           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
5471
5472                 sync with sylpheed 0.5.3 release, but keep claws method of
5473                 configuring/saving fonts
5474
5475         * src/addressbook.[ch]
5476                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
5477                 in line with a similar change in Hiroyuki's branch
5478
5479         * src/mainwindow.[ch]
5480                 disable main_window_set_thread_option()
5481         * src/prefs_folder_item.c
5482                 comment out &tmps_prefs.enable_thread,
5483         * src/mbox_folder.c, src/procmsg.[ch]
5484                 comment out MSG_IS_IGNORE_THREAD
5485         * src/summaryview.c
5486                 comment out summary_ignore_thread() and summary_unignore_thread()
5487                 comment out MSG_IS_IGNORE_THREAD
5488
5489                 use Hiroyuki's threading instead.
5490
5491
5492
5493 2001-08-15 [paul]
5494
5495         * src/account.c
5496                 use Hiroyuki's 0.5.3 column scheme but also
5497                 include the enable/disable button.
5498         * src/pixmaps/mark.xpm
5499                 add Hiroyuki's amended pixmap
5500
5501 2001-08-13 [christoph]
5502
5503         * src/account.c
5504                 receive at get all column showed wrong state for APOP
5505                 button should only work for POP3 and APOP accounts
5506         * src/prefs_account.c
5507                 added missing preprocessor statement for SSL
5508
5509 2001-08-12 [paul]
5510
5511         * src/account.[ch]
5512                 add 'receive at get all' column and enable/disable
5513                 button.
5514
5515 2001-08-06 [christoph]
5516
5517         * src/account.c
5518                 show usage of SSL in protocol column
5519
5520         * src/imap.c
5521         * src/inc.c
5522                 renamed ssl options
5523
5524         * src/prefs_account.[ch]
5525                 moved ssl options to a new page
5526
5527         * src/send.c
5528         * src/smtp.c
5529         * src/ssl.[ch]
5530                 renamed ssl options
5531                 added support for SMTP STARTTLS command
5532
5533 2001-08-05 [christoph]
5534
5535         * configure.in
5536                 debian autoconf needs version check to find
5537                 correct autoconf version. if the file is
5538                 named configure.in 2.13 is used, which does
5539                 not work with this configure.in script.
5540                 other solution would be to rename the script
5541                 to configure.ac as suggested in the autoconf
5542                 manual.
5543
5544         * src/inc.c
5545                 disable final error popup if popups are
5546                 diabled in config
5547
5548         * src/socket.c
5549                 bugfix in ssl_gets
5550                 fixes IMAP over SSL problem
5551
5552 2001-08-03 [paul]
5553
5554         * configure.in
5555                 change to 0.5.2claws1
5556
5557         * sync with sylpheed 0.5.2cvs1
5558
5559 2001-08-02 [alfons]
5560
5561         * configure.in
5562                 quick fix for ispell detection...
5563
5564 2001-08-01 [paul]
5565
5566         * configure.in
5567                 change to 0.5.1claws4
5568
5569         * sync with sylpheed 0.5.1cvs7
5570
5571 2001-07-31 [alfons]
5572
5573         * src/prefs_common.c, src/prefs_common.h, 
5574           src/gtkspell.c, src/gtkspell.h
5575                 add global spelling checker settings (compose tab) +
5576                 selection of dictionary 
5577           
5578         * configure.in  
5579                 guess valid ispell location
5580
5581 2001-07-31 [paul]
5582
5583         * po/POTFILES.in
5584                 removal of 'src/quote_fmt_parse.c'
5585         * po/de.po
5586                 Updated de.po
5587                 (submitted by Jens Oberender <didge@suse.de>)
5588
5589 2001-07-31 [darko]
5590
5591         * src/folder.[ch]
5592         * src/folderview.[ch]
5593         * src/mainwindow.c
5594         * src/mh.c
5595         * src/prefs_common.[ch]
5596         * src/summaryview.c
5597                 target folder colourization
5598
5599 2001-07-30 [paul]
5600
5601         more sync with Sylpheed 0.5.1cvs6 
5602
5603 2001-07-30 [darko]
5604
5605         * src/mh.c
5606         * src/prefs_folder_item.[hc]
5607         * src/summaryview.c
5608                 shared folders support with a GUI
5609
5610 2001-07-29 [paul]
5611
5612         0.5.1claws3
5613
5614         * sync with Sylpheed 0.5.1cvs6
5615
5616 2001-07-29 [paul]
5617
5618         * po/pt_BR.po
5619                 updated
5620                 (submitted by Fabio Junior Beneditto)
5621
5622 2001-07-28 [paul]
5623
5624         * src/procmime.c
5625         * AUTHORS
5626                 patch to correct bad image mime headers
5627                 (submitted by Don Quijote <dq@searchlores.org>)
5628
5629 2001-07-28 [paul]
5630
5631         * tools/gif2xface.pl   **NEW FILE**
5632         * tools/README
5633                 script to convert file.gif to file.xface for
5634                 use in a custom header.
5635                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
5636
5637 2001-07-27 [alfons]
5638         
5639         * configure.in
5640                 change macros for detecting JPilot and LDAP
5641
5642 2001-07-27 [christoph]
5643
5644         * src/filtering.c
5645                 code cleanup (MIN / MAX warning, needed casting)
5646
5647 2001-07-27 [alfons]
5648
5649         * procheader.c
5650                 disallow setting flags when detecting certain headers
5651                 (X-Status, Status, Seen, X-Seen). 
5652         
5653         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
5654
5655 2001-07-27 [christoph]
5656
5657         * src/prefs_filter.c
5658         * src/prefs_filtering.c
5659         * src/prefs_matcher.c
5660         * src/prefs_scoring.c
5661                 scroll list when moving rows up or down
5662
5663         * src/imap.c
5664         * src/imap.h
5665         * src/prefs_account.c
5666         * src/prefs_account.h
5667         * src/send.c
5668                 SMTP over SSL (untested, feedback requested)
5669                 IMAP over SSL
5670
5671         * src/ssl.c
5672                 code cleanup
5673
5674 2001-07-26 [alfons]
5675         
5676         * configure.in, acconfig.h
5677                 define CLAWS (need this for main / claws detection)
5678
5679 2001-07-25 [alfons]
5680
5681         * configure.in
5682                 Sylpheed 0.5.1claws2
5683                 
5684         * sync with Sylpheed 0.5.1cvs4
5685
5686 2001-07-25 [christoph]
5687
5688         * src/scoring.c
5689                 fixed segfault
5690                 item->prefs == NULL (don't know why)
5691
5692 2001-07-25 [alfons]
5693
5694         * configure.in
5695                 Sylpheed 0.5.1claws1
5696
5697         * sync with Sylpheed 0.5.1cvs1-3
5698
5699 2001-07-24 [christoph]
5700
5701         * src/folderview.c
5702         * src/prefs_folder_item.[ch]
5703                 added folderitem preferences dialog with
5704                 default To: and auto request return receipt
5705
5706         * src/compose.[ch]
5707         * src/menu.[ch]
5708                 changes to handle new folderitem preferences
5709
5710         * src/mainwindow.c
5711         * src/summaryview.c
5712                 call compose new mail with current folderitem
5713
5714 2001-07-24 [alfons]
5715
5716         Release Sylpheed 0.5.1claws
5717
5718         * configure.in
5719                 change to release version 0.5.1claws
5720
5721 2001-07-24 [christoph]
5722
5723         * src/summaryview.c
5724                 fixed segfault that happend when the selected
5725                 message was removed while retrieving new messages.
5726
5727         * po/es.po
5728                 updated translation
5729                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
5730
5731 2001-07-22 [alfons]
5732
5733         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
5734         this is a work in progress, for more information: http://nlpagan.net/sylman 
5735         
5736         * configure.in, src/mainwindow.c, manual/Makefile.am
5737                 add support for English manual
5738
5739         * AUTHORS
5740                 add authors of user manuals
5741
5742         * manual/en/sylpheed*.html
5743                 add English documentation
5744
5745 2001-07-22 [christoph]
5746
5747         * po/POTFILES.in
5748                 added src/ssl.c
5749         * src/ssl.c
5750                 changed a wrong debug message
5751
5752 2001-07-22 [alfons]
5753
5754         * po/nl.po
5755                 update Dutch translation
5756
5757         * src/prefs_filtering.c, 
5758           src/prefs_matcher.c
5759                 add more translatable strings           
5760
5761 2001-07-21 [alfons]
5762
5763         0.5.0claws7
5764
5765         * configure.in
5766                 change version
5767
5768         * src/inc.c, src/summaryview.[ch]
5769                 prevent update of mark file when filtering has done, by
5770                 using a variable; this affects two functions:
5771                         inc.c::inc_finished()
5772                         summaryview.c::summary_show()
5773
5774 2001-07-20 [alfons]
5775
5776         * src/filtering.[ch], src/prefs_filtering.c, 
5777           src/matcher.[ch]
5778                 add filtering action for label coloring 
5779
5780         * po/POTFILES.in
5781                 add labelcolors.c
5782
5783         * added src/labelcolors.c
5784         * added src/labelcolors.h
5785         * src/Makefile.am, src/summaryview.c
5786                 rearrange label coloring code
5787
5788         * src/procmsg.h
5789                 add more parentheses so label colouring works correctly
5790
5791         * src/filtering.c
5792                 don't really delete message, but move it to Trash
5793
5794         * src/prefs_matcher.c
5795                 add quote options to info dialog
5796
5797 2001-07-20 [christoph]
5798
5799         * src/Makefile.am
5800         * src/inc.c
5801         * src/main.[ch]
5802         * src/socket.h
5803         * src/ssl.[ch] (new)
5804                 moved ssl stuff to a seperate file
5805
5806 2001-07-20 [darko]
5807
5808         * src/summaryview.c
5809                 fix show sender using address book with no e-mail
5810                 address in From: field
5811
5812 2001-07-19 [alfons]
5813
5814         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
5815                 fix messy handling of escaping... now at least the
5816                 execute command is useful. escape char is '\', we
5817                 accept \n and \r too. 
5818
5819                 Real life example:
5820                 
5821                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
5822                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
5823
5824 2001-07-18 [alfons]
5825
5826         0.5.0claws6
5827
5828         * src/summaryview.c
5829                 clean up
5830
5831         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
5832           src/procmsg.[ch]
5833                 revise filtering; currently move, copy, marking have
5834                 been tested. if you like bleeding edge stuff, you
5835                 should definitely go for this version :)
5836
5837         * mark old working stuff as VERSION_0_5_0_CLAWS5        
5838
5839 2001-07-17 [christoph]
5840
5841         * src/utils.c
5842                 timestamp log
5843
5844 2001-07-17 [alfons]
5845
5846         0.5.0claws5
5847
5848         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
5849           bits in the mark file, without affecting either branch. Lots of
5850           files changed, also in claws branch.
5851
5852           UNTESTED: use of mbox folders
5853
5854         * src/summaryview.c
5855                 added mark all read; however this was a quick hack used for
5856                 cleaning up mess after initial merge with Hiroyuki
5857
5858         * configure.in
5859                 change claws version number back to 0.5.0claws5 to clear up 
5860                 confusion & pretension (recent release was technically 
5861                 0.5.0claws4, so we neatly align with Hiroyuki :-)
5862
5863 2001-07-16 [alfons]
5864
5865         sync with Hiroyuki's 0.5.0cvs4
5866
5867 2001-07-16 [alfons]
5868
5869         0.5.1claws3
5870
5871         * src/filtering.[ch]
5872                 remove invalid updating of mark files for 
5873                 filter actions MATCHING_ACTION_MOVE and 
5874                 MATCHING_ACTION_DELETE; this should fix the
5875                 folder update bug
5876                 
5877         * src/procmsg.c
5878                 revert Christoph's stab at fixing the folder 
5879                 update bug
5880
5881         * po/POTFILES.in
5882                 add missing files with translatable strings
5883
5884         * src/summaryview.c
5885                 remove debug print
5886
5887 2001-07-15 [alfons]
5888
5889         * src/addr_compl.[ch], src/prefs_filtering.c
5890                 make "filtering pref dialog's destination entry" an
5891                 "address completable entry", if filter destination is 
5892                 an email address
5893
5894         0.5.1claws2
5895         
5896         sync with Hiroyuki's 0.5.0cvs2-3
5897
5898 2001-07-15 [christoph]
5899
5900         * src/procmsg.c
5901                 fixed folder stats update after incorporation
5902
5903 2001-07-15 [alfons]
5904
5905         * src/summaryview.c
5906                 * finish label colouring stuff (for now)
5907                 * fix incorrect colour bug (off by one) 
5908
5909 2001-07-14 [alfons]
5910
5911         * src/mainwindow.c
5912                 change text labels for news and mail message so there's
5913                 plenty of toolbar estate left
5914
5915         * configure.in
5916                 0.5.1claws1
5917
5918         * src/folderview.c
5919           src/folder.[ch]
5920                 sync with Hiroyuki's 0.5.0cvs1
5921
5922         * src/summaryview.c
5923                 more rewrite label colouring
5924
5925 2001-07-14 [alfons]
5926
5927         * src/summaryview.[ch]
5928                 * start rewrite label colouring 
5929                 * fix proper location "Add Sender To Addressbook" menu item
5930
5931 2001-07-13
5932
5933         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
5934         (actually this is 0.5.0claws4)
5935
5936 2001-07-13 [alfons]
5937
5938         * po/pt_BR.po
5939                 * fix duplicate message
5940                 * add updated Portugese / Brazilian translation
5941                   submitted by Fabio Junior Beneditto
5942
5943 2001-07-12 [alfons]
5944
5945         * AUTHORS
5946                 add Jens
5947
5948         * po/nl.po
5949                 add updated Dutch translation
5950
5951         * po/de.po
5952                 add updated German translation submitted by Jens
5953
5954 2001-07-11 [alfons]
5955
5956         Prerelease before 0.5.0claws. Please test.
5957         This version is temporarily tagged as VERSION_0_5_0_TEST
5958
5959         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
5960           src/prefs_scoring.c, src/prefs_matcher.c, 
5961           src/prefs_filtering.c, src/mbox.c, 
5962           src/main.c, src/inc.c, src/filtering.[ch]
5963                 revert new Hoa's new matcher (does not work yet)
5964
5965         * src/Makefile.am
5966                 clean up
5967
5968 2001-07-10
5969
5970         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
5971
5972
5973 2001-07-10 [alfons]
5974
5975         * Makefile.am
5976                 add ChangeLog.claws to EXTRA_DIST
5977         * src/Makefile.am
5978                 add matcher_parser_parse.h to EXTRA_DIST
5979
5980 2001-07-10 [christoph]
5981
5982         * src/inc.c
5983                 add destination folder to table of
5984                 folders that need to be updated after
5985                 incorporation
5986
5987 2001-07-10 [alfons]
5988
5989         * folder.[ch]
5990           folderview.c
5991                 make collapse state of folders and folder items persistent, i.e.
5992                 if you collapse a folder tree, the next time sylpheed-claws starts 
5993                 up the folder tree remains collapsed.  
5994                 
5995 2001-07-10 [christoph]
5996
5997         * acconfig.h
5998         * configure.in
5999                 added --enable-ssl
6000         * src/md5.[ch]
6001                 renamed MD5_CTX to MD5_CTX_syl
6002                 conflicts with a struct in openssl
6003         * src/inc.c
6004         * src/main.[ch]
6005         * src/prefs_account.[ch]
6006         * src/socket.[ch]
6007                 SSL support for POP
6008         * src/mainwindow.c
6009                 fixed compose with current account
6010                 broken by new compose button stuff
6011
6012 2001-07-09 [hoa]
6013
6014         * AUTHORS
6015                 changed my email address
6016
6017         * src/matcher_parser_parse.y
6018                 clean the parser to remove conflicts
6019
6020 2001-07-09 [alfons]
6021
6022         * AUTHORS
6023                 add Match Grun
6024
6025         * configure.in
6026                 fix incorrect description of --enable-ldap parameter
6027
6028         * src/prefs_common.[ch]
6029           src/compose.c
6030                 add experimental option "smart wrapping" which makes the
6031                 compose editor auto wrap.
6032                 
6033                 | TODO: the problem with the buggy cursor handling is caused |
6034                 | by the GtkText. when deleting / backspacing text its       |
6035                 | wrapping algorithm does not take in account the previous   |
6036                 | line. should find a way to hack this in.                   |
6037                 | or should perhaps combine this with the word wrapping      |
6038                 | patch i wrote in january.                                  |
6039
6040         * src/about.c
6041                 show build parameters for LDAP and JPilot
6042
6043         * src/summaryview.c
6044                 revert Christoph's bugfix for selecting next unread message, 
6045                 because folder stats aren't updated correctly
6046
6047 2001-07-08 [hoa]
6048
6049         * src/filtering.c
6050         * src/mainwindow.c
6051         * src/matcher.c
6052         * src/matcher_parser_lex.l
6053         * src/matcher_parser_parse.y
6054         * src/prefs_filtering.c
6055         * src/prefs_scoring.c
6056         * src/scoring.c
6057                 bugfix of the config file parser
6058
6059 2001-07-08 [alfons]
6060
6061         * src/Makefile.am
6062                 added generated matcher sources to BUILT_SOURCES
6063
6064 2001-07-08 [hoa]
6065
6066         * src/Makefile.am
6067         * src/.cvsignore
6068                 added new config file parser
6069
6070         * src/scoring.[ch]
6071         * src/filtering.[ch]
6072         * src/matcher.[ch]
6073         * src/prefs_filtering.c
6074         * src/prefs_matcher.c
6075         * src/prefs_scoring.c
6076         * added src/matcher_parser.h
6077         * added src/matcher_parser_lex.h
6078         * added src/matcher_parser_lex.l
6079         * added src/matcher_parser_parse.y
6080                 lex & yacc config file parser
6081
6082         * src/mbox.c
6083         * src/inc.c
6084         * src/main.c
6085                 changes prefs_filtering into global_filtering           
6086
6087         * src/summaryview.c
6088                 build threads with subjects only if "Re: " is at the
6089                 beginning of the subject
6090
6091 2001-07-07 [paul]
6092
6093         0.5.0claws
6094
6095         sync with sylpheed 0.5.0
6096                 change of version number only
6097
6098 2001-07-06 [paul]
6099
6100         0.5.0claws5
6101
6102         sync with sylpheed 0.5.0pre5
6103
6104 2001-07-05 [paul]
6105
6106         sync with sylpheed 0.5.0pre4 release
6107                 /po and /manual/ja not sync'ed
6108
6109 2001-07-04 [paul]
6110
6111         more sync with sylpheed 0.5.0pre4
6112
6113 2001-07-03 [christoph]
6114
6115         * src/addressbook.c
6116                 fixed address book broken by address book
6117                 for VCard, JPilot, LDAP
6118
6119 2001-07-03 [alfons]
6120
6121         * src/matcher.c
6122         * src/textview.c
6123                 stopped memory leaks
6124
6125 2001-07-03 [paul]
6126
6127         more sync with sylpheed 0.5.0pre4
6128
6129 2001-07-02 [match]
6130
6131         * included address book patch for VCard, JPilot, LDAP
6132         * pref_common.c - fixed Font options on Display tab (cosmetic)
6133         * alertpanel.c - fixed truncated message
6134
6135 2001-07-02 [christoph]
6136
6137         * src/mbox_folder.c
6138         * src/procmsg.[ch]
6139         * src/summaryview.c
6140                 mark threads for ignoring
6141
6142 2001-07-02 [paul]
6143
6144         0.5.0claws4
6145
6146         * sync with sylpheed 0.5.0pre4
6147                 updated gettext to 0.10.38.
6148
6149 2001-07-01 [paul]
6150
6151         * src/ mainwindow.c
6152         * src/procmsg.h
6153         * src/summaryview.[ch]
6154                 new right-click option: Label.
6155                 substitute for 'Mark-->Mark/Unmark', colours the line.
6156                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
6157
6158 2001-07-01 [christoph]
6159
6160         * src/folderview.c
6161                 fixed font for trash
6162         * src/summaryview.c
6163                 move ctree to unread message
6164
6165 2001-07-01 [paul]
6166
6167         * sync with sylpheed 0.5.0pre3 release
6168
6169 2001-06-30 [alfons]
6170
6171         * src/filesel.[ch]
6172         * src/compose.c
6173                 allow inserting / attaching multiple files in
6174                 the composer window
6175
6176 2001-06-30 [paul]
6177
6178         * src/codeconv.c
6179                 small change to Alfons' previous stuff so that it
6180                 actually makes
6181
6182 2001-06-30 [alfons]
6183
6184         * lots of files changed; first attempt to merge the changes
6185           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
6186
6187 2001-06-30 [paul]
6188
6189         * po/pt_BR.po
6190                 updated and completed, translations by Fabio
6191                 Junior Beneditto <fjbeneditto@yahoo.com.br>
6192
6193 2001-06-29 [alfons]
6194
6195         * src/compose.c
6196         * src/mimeproc.[ch]
6197                 allow selecting an attached files' mime type from a 
6198                 list of types.
6199
6200 2001-06-29 [paul]
6201
6202         * more sync with sylpheed 0.5.0pre3
6203
6204 2001-06-29 [paul]
6205
6206         * po/pt_BR.po
6207                 merge with sylpheed.pot and pt_BR.po provided by
6208                 Fabio Junior Beneditto.
6209
6210 2001-06-29 [darko]
6211
6212         * src/procmime.c
6213                 make MIME types case insensitive
6214
6215 2001-06-28 [alfons]
6216
6217         * po/nl.po
6218                 merge with sylpheed.pot and old nl.po; translations added.
6219
6220 2001-06-28 [paul]
6221
6222         * more sync with sylpheed 0.5.0pre3
6223
6224 2001-06-27 [alfons]
6225
6226         * src/summaryview.c
6227                 don't crash when removing parent node of messages
6228                 attracted by subject. this was caused by not deleting
6229                 the parent node from the subject line hash table.
6230
6231 2001-06-27 [alfons]
6232
6233         * src/summaryview.c
6234         * src/compose.[ch]
6235         * src/mainwindow.c
6236                 if there are multiple messages selected, allow forwarding
6237                 them as attachments.
6238
6239 2001-06-27 [paul]
6240
6241         * more sync with sylpheed 0.5.0pre3
6242
6243 2001-06-26 [paul]
6244
6245         0.5.0claws3
6246
6247         * sync with sylpheed 0.5.0pre3
6248
6249 2001-06-25 [paul]
6250
6251         * src/mainwindow.c
6252                 fixed 'compose news article' bug
6253                 from icon-and-text toolbar
6254
6255 2001-06-25 [paul]
6256
6257         * sync with sylpheed 0.5.0pre2 release
6258
6259 2001-06-24 [christoph]
6260
6261         * src/prefs_common.c
6262                 bug fix in font selection
6263         * src/folderview.c
6264                 use sylpheed's normal font instead of
6265                 gtk default font for folders without
6266                 new messages
6267
6268 2001-06-24 [alfons]
6269
6270         * src/mainwindow.[ch]
6271                 added composite compose mail / news button (an idea by Leandro
6272                 Pereira <leandro@linuxmag.com.br>)
6273
6274 2001-06-24 [paul]
6275
6276         Added instructions for ldif-to-xml.py
6277
6278         * tools/README
6279
6280 2001-06-23 [alfons]
6281
6282         Some minor things.
6283
6284         * src/pixmaps/stock_news_compose.xpm
6285                 added pixmap by Leandro
6286         * src/prefs_common.c
6287                 tested built-in spelling checker of GCC 3.0 :)
6288         * po/nl.po
6289                 merged dutch translation of sylpheed-main with
6290                 sylpheed.pot
6291
6292 2001-06-23 [paul]
6293
6294         Added tools directory and files.
6295
6296         * tools/filter_conv.pl
6297                 converts old filter system to new filtering system
6298         * tools/ldif-to-xml.py
6299                 converts netscape addressbook to sylpheed addressbook
6300         * tools/README
6301                 descriptions/instructions for above two files
6302
6303 2001-06-23 [christoph]
6304
6305         * src/inc.c
6306         * src/manage_window.[ch]
6307         * src/prefs_common.[ch]
6308                 mail retrieval dialog can be enabled, disabled
6309                 or hidden if non of sylpheed's windows is active
6310
6311 2001-06-22 [paul]
6312
6313         0.5.0claws2
6314
6315         * sync with sylpheed 0.5.0pre2
6316
6317 2001-06-21 [christoph]
6318
6319         * src/summaryview.c
6320                 show recipient on 'from' for all accounts
6321                 
6322         * src/inc.c
6323         * src/prefs_common.[ch]
6324                 disable error popup on mail receive errors
6325
6326 2001-06-21 [alfons]
6327
6328         * src/compose.c
6329                 made the ruler correctly appear and disappear.
6330
6331         * src/Makefile.am
6332                 removed Hoa's work-in-progress-stuff (interesting!) so 
6333                 claws compiles ok.
6334
6335 2001-06-20 [christoph]
6336
6337         * src/inc.c
6338         * src/progressdialog.c
6339                 added scrolled window for list in progressdialog
6340
6341 2001-06-20 [paul]
6342
6343         sync with sylpheed 0.5.0pre1 release
6344
6345 2001-06-20 [christoph]
6346
6347         * src/summeryview.c
6348                 make building threads by subject work when
6349                 thread view is enabled
6350                 
6351         * src/compose.c
6352         * src/prefs_common.[ch]
6353                 automatically select account for mail replys
6354
6355 2001-06-19 [sergey]
6356
6357         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
6358         they are filled in from the account settings.
6359
6360 2001-06-19 [paul]
6361
6362         * more sync with sylpheed 0.5.0pre1
6363
6364 2001-06-18 [alfons]
6365
6366         * src/Makefile.am,
6367           src/procmime.c
6368                 added --sysconfdir to CPPFLAGS for pointing to the correct
6369                 location of mime.types. 
6370
6371                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
6372                 or ./configure!
6373
6374 2001-06-18 [hoa]
6375
6376         * src/summaryview.c
6377                 fixed some bug when building threads
6378
6379 2001-06-18 [pau]l
6380
6381         * src/prefs_account.c
6382                 UI stuff: More changes to the English
6383
6384 2001-06-18 [paul]
6385
6386         * src/pixmaps/stock_news_compose.xpm: new file
6387         * src/Makefile.am
6388         * src/mainwindow.c
6389         * src/summaryview.c
6390                 Added new icon for Hoa's 'compose a news
6391                 message', plus minor improvements to the
6392                 English
6393
6394         * po/ja.po
6395         * ChangeLog
6396         * ChangeLog.jp
6397                 more sync with sylpheed 0.5.0pre1
6398
6399 2001-06-18 [hoa]
6400
6401         * src/compose.[ch]
6402         * src/mainwindow.c
6403                 Follow-up and reply to
6404
6405         * src/summaryview.[ch]
6406                 Build threads also with subjects
6407
6408 2001-06-17 [hoa]
6409
6410         * src/compose.c
6411                 forwarding use the current account.
6412
6413         * src/mainwindow.c
6414                 the "compose message" button has been replaced with
6415                 "new mail" and "new news" buttons
6416
6417         * src/prefs_common.[ch]
6418                 added a configuration option to use the forward button
6419                 as "forward as attachment"
6420                 changed reply and forward format description
6421
6422         * src/quote_fmt_lex.l
6423         * src/quote_fmt_parse.y
6424                 added message with no signature in format for reply
6425                 and forward.
6426
6427 2001-06-17 [paul]
6428
6429         Minor UI stuff
6430
6431         * src/mainwindow.c
6432         * src/summaryview.c
6433                 Improvements to the English
6434
6435         * src/prefs_common.c
6436                 Improvements to the English and some
6437                 clarity/continuity improvements in the
6438                 description of Quote symbols.
6439
6440 2001-06-17 [paul]
6441
6442         0.5.0claws1
6443
6444         * sync with sylpheed 0.5.0pre1
6445
6446 2001-06-17 [hoa]
6447
6448         * src/compose.c
6449                 Better interface for compose, displayed fields
6450                 are updated whenever we change account.
6451                 Newsgroups field is automatically filled.
6452
6453         * src/mainwindow.c
6454                 Newsgroups field is automatically filled.
6455
6456         * src/prefs_account.c
6457                 Some interface stuff when fields appear and
6458                 disappear.
6459
6460 2001-06-16 [paul]
6461
6462         0.4.99claws
6463
6464         * sync with sylpheed 0.4.99
6465
6466 2001-06-16 [sergey]
6467
6468         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
6469         base64_decoder_free, base64_decoder_decode): new object and
6470         functions for decoding base64 streams.
6471         * src/procmime.c (procmime_decode_content): modified to use the
6472         new base64 decoder.
6473
6474 2001-06-15 [paul]
6475
6476         0.4.99claws10
6477
6478         * sync with sylpheed 0.4.99cvs11
6479
6480 2001-06-13 [paul]
6481
6482         0.4.99claws9
6483
6484         * sync with sylpheed 0.4.99cvs9
6485
6486 2001-06-13 [hoa]
6487
6488         * src/compose.c
6489         * src/prefs_account.c
6490
6491                 SMTP server can be defined in the news account
6492                 mime type of attachment are kept.
6493
6494         * src/summaryview.c
6495
6496                 now choose the highest important score between default
6497                 and important score of folder.
6498
6499 2001-06-09 [alfons]
6500         
6501         * src/prefs_common.c: 
6502
6503                 (prefs_quote_description_create): corrected description of 
6504                 quote format characters
6505
6506 2001-06-09 [paul]
6507
6508         0.4.99claws8
6509
6510         * sync with sylpheed 0.4.99cvs8
6511
6512 2001-06-08 [sergey]
6513
6514         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
6515         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
6516
6517 2001-06-08 [paul]
6518
6519         0.4.99claws7
6520
6521         * sync with sylpheed 0.4.99cvs7
6522
6523 2001-06-06 [sergey]
6524
6525         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
6526         clashes with autogenerated header).
6527         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
6528         * src/Makefile.am: added quote_fmt.h.
6529         * src/.cvsignore: added lex/yacc autogenerated files
6530         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
6531
6532 2001-06-06 [paul]
6533
6534         0.4.99claws6
6535
6536         * sync with sylpheed 0.4.99cvs6
6537
6538 2001-06-06 [hoa]
6539
6540         * added src/quote_fmt_parse.h
6541         * src/compose.c
6542                 removed warnings
6543
6544         * src/prefs.[ch]
6545                 don't modify readonly configuration files
6546
6547         * src/prefs_account.c
6548         * src/prefs_common.c
6549         * src/prefs_customheader.c
6550         * src/prefs_display_header.c
6551         * src/prefs_filter.c
6552         * src/prefs_filtering.c
6553         * src/prefs_scoring.c
6554                 don't open dialog box when configuration files
6555                 are readonly
6556
6557 2001-06-05 [sergey]
6558
6559         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
6560
6561         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
6562         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
6563         BUILT_SOURCES to make all files rebuild properly.
6564
6565         * src/compose.c: removed #include "quote_fmt.tab.h".
6566
6567         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
6568         CHARACTER value in yylval.
6569
6570         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
6571         receive CHARACTER value by documented means (yylval).
6572
6573         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
6574
6575 2001-06-05 [hoa]
6576
6577         * src/Makefile.am
6578                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
6579
6580         * src/filtering.c
6581         * src/matcher.c
6582         * src/matcher.h
6583         * src/prefs_filtering.c
6584                 now keep the configuration for execute action
6585
6586         * src/mbox_folder.c
6587                 fixed a warning
6588
6589 2001-06-05 [paul]
6590
6591         * sync with sylpheed 0.4.99cvs5
6592
6593 2001-06-05 [hoa]
6594
6595         * src/Makefile.am
6596                 added quote_fmt.[ch]
6597
6598         * added src/quote_fmt.y
6599         * added src/quote_fmt.l
6600         * added src/quote_fmt.tab.h
6601         * added src/quote_fmt.tab.c
6602         * added src/lex.quote_fmt.c
6603                 parsing configuration for replying
6604                 and forwarding
6605
6606         * src/prefs_common.[ch]
6607                 added configuration UI for replying
6608                 and forwarding
6609
6610         * src/compose.c
6611                 using configuration for replying
6612                 and forwarding
6613
6614 2001-06-04 [hoa]
6615
6616         * src/filtering.c
6617         * src/matcher.c
6618         * src/matcher.h
6619         * src/prefs_filtering.c
6620         * src/prefs_matcher.c
6621         * src/prefs_matcher.h
6622                 action "run a command" for filtering
6623                 and matching with a command.
6624                 fixed the "whole message" matching
6625
6626         * src/mbox_folder.c
6627                 changed temporary filename for security
6628
6629         * src/messageview.c
6630                 queue the notification if it fails to send.
6631
6632         * src/prefs_common.c
6633         * src/prefs_folder_item.c
6634                 changed the default important score             
6635
6636         * src/prefs_scoring.c
6637         * src/scoring.c
6638                 hide kill score input when the folder is not
6639                 a newsgroup
6640
6641 2001-06-03 [alfons]
6642
6643         * src/prefs_common.c:
6644
6645                 (prefs_font_select): pass font name in font entry box to font
6646                 selection dialog.
6647
6648 2001-06-03 [sergey]
6649
6650         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
6651
6652 2001-06-03 [paul]
6653
6654         * sync with sylpheed 0.4.99cvs4
6655
6656 2001-06-03 [alfons]
6657
6658         * src/headerwindow.c:
6659
6660                 (headerwindow_show_cb): use the selected summary view item, not
6661                 the displayed item.
6662
6663 2001-06-02 [alfons]
6664
6665         * src/headerwindow.c:
6666
6667                 (headerwindow_show_cb): always try to show msginfo
6668
6669 2001-06-02 [hoa]
6670
6671         * src/compose.c
6672                 keep attached parts when reediting or forwarding.
6673
6674 2001-06-01 [hoa]
6675
6676         * src/folderview.c
6677         * src/prefs_folder_item.[ch]
6678         * src/prefs_scoring.[ch]
6679         * src/scoring.[ch]
6680         * src/summaryview.[ch]
6681         * src/main.c
6682         * src/mainwindow.c
6683         * src/prefs_common.[ch]
6684                 support for folder scoring
6685                 kill score and important score for messages
6686         
6687         * src/prefs_account.c
6688                 some display bug fixed for local account
6689                 preferences
6690
6691 2001-05-31 [alfons]
6692
6693         * src/summaryview.c:
6694
6695                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
6696                 sender to address book menu item is disabled.
6697
6698 2001-05-30 [hoa]
6699
6700         * src/filtering.[ch]
6701         * src/summaryview.c
6702                 handling summary menu / filter messages
6703
6704         * src/folder.[ch]
6705                 add some stuff
6706
6707         * src/foldersel.c
6708                 imap folders now appears in list
6709
6710         * src/mbox_folder.c
6711                 doesn't crash if destination mail is not writeable
6712
6713 2001-05-29 [hoa]
6714
6715         * src/compose.c
6716                 removed some warnings
6717
6718         * src/filtering.c
6719         * src/folder.[ch]
6720         * src/prefs_filtering.c
6721                 global string to identify any folders           
6722                 removed some debug info
6723                 filtering to mbox folders is now possible
6724
6725         * src/mainwindow.c
6726                 removed some warnings
6727
6728         * src/mbox_folder.c
6729                 permission on files are changed to read/write for user only,
6730                 nothing for other.
6731                 creation of subfolder is handled better.
6732
6733 2001-05-28 [alfons]
6734
6735         Verified the sync for src/prefs_common.[ch] and
6736         src/prefs_account.[ch]. I believe there were some
6737         minor indentation differences.
6738
6739 2001-05-28 [paul]
6740
6741         0.4.99claws3
6742
6743         * sync with 0.4.99cvs3
6744
6745 2001-05-28 [hoa]
6746
6747         * src/compose.c
6748                 handling flags for mbox format
6749
6750         * src/filtering.c
6751                 use of mark file only for MH format
6752                 handling flags for mbox format
6753                 filtering cannot yet move or copy mails to mbox folders.
6754
6755         * src/folder.[ch]
6756                 changed move_msg, copy_msg,
6757                 move_msgs_with_dest, copy_msgs_with_dest functions
6758                 uses only folder->copy_msg() function
6759                 uses folder->finished_copy() to handle the destination
6760                 folder at the end of the copy or move operation.
6761
6762         * src/foldersel.c
6763                 included mbox directories.
6764
6765         * src/folderview.[ch]
6766         * src/mainwindow.c
6767                 handle folders operation for mbox format
6768
6769         * src/mbox.c
6770                 disable conversion of "From " header
6771
6772         * src/mbox_folder.[ch]
6773                 completion of mbox format handling
6774
6775         * src/mh.c
6776                 changed mh_copy_msg() function and
6777                 removed mh_move_msg(), mh_move_msgs_with_dest(),
6778                 mh_copy_msgs_with_dest()
6779
6780         * src/prefs_filtering.c
6781                 removed some warnings
6782
6783         * src/prefs_matcher.c
6784                 default boolean operation is AND
6785
6786         * src/procheader.c
6787                 handling flags for mbox format
6788                 handling of "From " header
6789
6790         * src/procmsg.[ch]
6791                 removed data field
6792                 added MSG_REALLY_DELETED flags to handle deletion of
6793                 messages in mbox format.
6794
6795         * src/summaryview.c
6796                 handling flags for mbox format
6797                 disable the MSG_DELETED flags when messages
6798                 are deleted in mbox format
6799
6800         * src/textview.c
6801                 "From " headers display fixed.
6802
6803 2001-05-27 [alfons]
6804
6805         * src/textview.c:
6806                 
6807                 (get_email_part): skip quoted email addresses, like in e.g.
6808                 "'alfons@proteus.demon.nl'".
6809
6810 2001-05-26 [alfons]
6811
6812         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
6813         and fixing the persistence troubles when using separate windows.
6814
6815         * src/mainwindow.c:
6816         
6817             Added #define SEPARATE_ACTION used in the gtk item factory for 
6818             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
6819                 use gtk_item_factory_get_widget_by_action() to get the items.
6820                 
6821             Removed separate_widget_cb from the gtk item factory data   
6822           
6823             (mainwindow_create): connect separate_widget_cb() to check
6824             menu item "toggled" signal. also passing a MainWindow pointer
6825                 as object data for both check menu items.
6826                 
6827             (separate_widget_cb): definition of separate_widget_cb() to match
6828             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
6829                 window using gtk_object_get_data(). The type of window separation 
6830                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
6831         
6832         * src/prefs_filtering.c,
6833           src/prefs_matcher.c: added horizontal scrollbars
6834
6835 2001-05-25 [darko]
6836
6837         * src/headerview.c
6838                 fix segfault with invalid bold font
6839         * src/summaryview.c
6840                 correctly display summary stats after row is marked
6841
6842 2001-05-23 [sergey]
6843
6844         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
6845         encodings with libjconv.
6846
6847 2001-05-23 [hoa]
6848
6849         * src/Makefile.am
6850                 added mbox_folder.[ch]
6851         * src/defs.h
6852                 mbox temporary folder
6853         * src/folder.[ch]
6854         * added src/mbox_folder.[ch]
6855         * src/folderview.c
6856         * src/procheader.[ch]
6857                 added mbox support
6858         * src/mbox.c
6859                 bugfix for file incorporation filtering
6860         * src/imap.c
6861                 enable creation of MBOX
6862         * src/prefs_display_header.c
6863                 enable use of headers like "From "
6864                 something that should be fixed :
6865                         displaying of such headers add an extra space
6866         * src/prefs_folder_item.c
6867                 don't create folders because it is not necessary
6868         * src/procmsg.h
6869                 added data field to MsgInfo for mbox internal use
6870         * src/summaryview.c
6871                 added some support for mbox
6872         * src/utils.[ch]
6873                 added get_mbox_cache_dir() function
6874
6875 2001-05-23 [hiroyuki]
6876
6877         * src/headerwindow.c
6878           src/inc.c
6879           src/main.c
6880           src/mh.c
6881           src/nntp.c
6882           src/procmsg.h
6883           src/session.h
6884           src/socket.[ch]
6885           src/summaryview.c
6886           src/textview.c
6887           src/automaton.c
6888           src/folderview.c: more sync with 0.4.99cvs2.
6889
6890         * src/headerwindow.c: reverted.
6891
6892 2001-05-22 [paul]
6893
6894         0.4.99claws2
6895
6896         * sync with sylpheed 0.4.99cvs2
6897                 * src/news.[ch]
6898                 * src/nntp.[ch]
6899                 * INSTALL
6900                 * INSTALL.jp
6901
6902 2001-05-22 [alfons]
6903
6904         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
6905
6906 2001-05-21 [alfons]
6907
6908         Minor things:
6909
6910         * configure.in: if gnome-config not found, "no" is displayed
6911         
6912         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
6913
6914         * src/textview.c: now also possible to add mail addresses by right
6915           clicking in the text view
6916
6917         * src/codeconv.c: merged patch which fixes endless loop when encountering
6918           invalid wide characters; from Alte <010@imis.ru>  
6919
6920 2001-05-20 [alfons]
6921
6922         Added installation of gnome specific things:
6923
6924         * Makefile.am: gnome conditional
6925
6926         * configure.in: check for installed gnome
6927
6928         * added sylpheed.png, sylpheed.desktop
6929
6930 2001-05-20 [sergey]
6931
6932         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
6933
6934         * src/mainwindow.h (main_window_toolbar_create): created a button
6935         for "Reply to all".
6936         (main_window_set_toolbar_sensitive): enable/disable the new button
6937         appropriately.
6938         (toolbar_reply_to_author_cb): handle the new button.
6939
6940         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
6941         send_progress_dialog_destroy() on failure (fixes hang on SMTP
6942         failure).
6943
6944 2001-05-19 [sergey]
6945
6946         * src/compose.h (ComposeReplyMode): new modes
6947         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
6948         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
6949
6950         * src/compose.c
6951         (compose_send): move some code into a new function:
6952         (compose_current_mail_account): new function.
6953         (compose_reply): new argument to_author, all callers changed; if
6954         to_author==TRUE and account->protocol==A_NNTP, find and use an
6955         appropriate mail account for replying.
6956         (compose_reply_set_entry): new argument to_author; ignore
6957         compose->replyto if to_author==TRUE.
6958
6959         * src/mainwindow.c: new command "Message/Reply to author".
6960         (main_window_set_menu_sensitive): enable/disable it.
6961         (reply_cb): handle it.
6962
6963         * src/summaryview.c: new command "Reply to author".
6964         (summary_set_menu_sensitive): enable/disable it.
6965         (summary_reply_cb): handle it.
6966
6967         * src/account.c (account_find_mail_from_address): new function.
6968
6969 2001-05-18 [paul]
6970
6971         0.4.99claws1
6972
6973         * sync with sylpheed 0.4.99cvs1
6974
6975 2001-05-18 [hoa]
6976
6977         * src/compose.[ch]
6978         * src/filtering.c
6979         * src/summaryview.c
6980                 new filtering action : forward and forward as attachment
6981
6982         * src/main.c
6983                 no need for $DISPLAY when we run sylpheed --help
6984                 call to parse_cmd_opt() is moved
6985
6986         * src/mainwindow.[ch]
6987                 execute button is hidden when immediate execute
6988                 is chosen
6989
6990         * src/mh.c
6991         * src/news.c
6992         * src/prefs_folder_item.c
6993         * src/procmsg.c
6994                 better handling of missing directories
6995
6996         * src/summaryview.c
6997                 reedit is enabled in outbox
6998                 reedit is enabled in queue
6999
7000 2001-05-17 [hoa]
7001
7002         * src/filtering.c
7003         * src/matcher.[ch]
7004         * src/prefs_filtering.c
7005                 changed attachement into attachment
7006
7007 2001-05-17 [alfons]
7008
7009         0.4.67claws4    
7010
7011         * sync with sylpheed 0.4.67cvs9
7012         * sync with sylpheed 0.4.67cvs7-8
7013
7014 2001-05-17 [hoa]
7015
7016         * src/Makefile.am
7017                 added prefs_filtering.c
7018
7019         * src/filtering.[ch]
7020         * src/matcher.[ch]
7021                 removed action : forward_news and forward_news_as_attachement
7022                 (forward and forward_as_attachement can be used instead)
7023
7024         * src/mainwindow.c
7025                 added menu option to access filtering configuration
7026
7027         * src/prefs_account.c
7028                 changed mail_command default to /usr/sbin/sendmail
7029
7030         * added src/prefs_filtering.[ch]
7031                 dialog box for filtering configuration
7032
7033         * src/prefs_matcher.c
7034                 added function prefs_matcher_get_criteria_from_matching()
7035
7036         * src/prefs_scoring.c
7037                 reset the dialog when register or substitute is clicked
7038
7039 2001-05-15 [hoa]
7040
7041         * src/Makefile.am
7042                 added filtering.[ch]
7043         * src/inc.c
7044                 using filering.[ch] instead of filter.[ch]
7045         * src/main.c
7046                 reading new filtering configuration
7047         * src/matcher.[ch]
7048                 added some filtering actions
7049                 and fixed a bug for headers and mail body matching
7050         * src/mbox.c
7051                 using filering.[ch] instead of filter.[ch]
7052         * src/mh.c
7053                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
7054         * src/summaryview.c
7055                 some fixes for filtering
7056
7057 2001-05-14 [hiroyuki]
7058
7059         * src/send.c: fixed some weird indentations.
7060           send_message_with_command(): call pclose() only if p != NULL.
7061         * src/textview.c: get_email_part(): modified the code for readability.
7062
7063 2001-05-14 [hiroyuki]
7064
7065         * src/md5global.h
7066           src/md5ify.c
7067           src/md5ify.h: removed from the cvs.
7068
7069 2001-05-13 [sergey]
7070
7071         * src/main.c: include rfc2015.h to avoid compiler warnings.
7072         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
7073         the panel is already on screen.
7074         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
7075         closing the alert window by ESC as "No".
7076         * src/prefs_common.c (prefs_interface_create): moved return
7077         receipt check button to the correct place.
7078
7079 2001-03-13 [alfons]
7080
7081         * src/prefs_common.c: 
7082                 moved return receipt check button to the Send tab. (prefs_send_create)
7083                 removed the date format ui related globals. (prefs_display_create)
7084
7085         0.4.67claws3
7086         
7087         * sync with sylpheed 0.4.67cvs5-6
7088
7089 2001-05-13 [paul]
7090
7091         * added Alfons' font selection patch
7092
7093         * src/defs.h
7094         * src/headerwindow.c
7095         * src/prefs_common.c
7096         * src/prefs_common.h
7097
7098 2001-05-13 [hoa]
7099         * src/defs.h
7100                 changed version of cache
7101         * src/matcher.[ch]
7102         * src/prefs_matcher.c
7103                 added additionnal matching criteria
7104         * src/procheader.c
7105         * src/procmsg.[ch]
7106         * src/news.c
7107                 added references in MsgInfo
7108
7109 2001-05-12 [hoa]
7110
7111         * src/defs.h
7112                 prepared some things for new filtering
7113         * src/matcher.[ch]
7114                 added some matching properties
7115                 inreplyto need to be enhanced
7116                 prepared some things for new filtering
7117         * src/messageview.c
7118                 added Return-Receipt-To handling
7119         * src/prefs_folder_item.c
7120                 changed default value to TRUE
7121         * src/prefs_matcher.c
7122                 added some matching properties
7123         * src/prefs_scoring.[ch]
7124                 the scoring dialog is finished
7125         * src/procheader.c
7126                 added Return-Receipt-To handling
7127                 Reference need to be added
7128         * src/procmsg.[ch]
7129                 added Return-Receipt-To handling
7130                 added threadscore to get a better score sorting when
7131                 threads are enabled
7132         * src/summaryview.c
7133                 suppressed a bug when we sort the list
7134                 when no folder is opened.
7135                 better score sorting when threads are enabled
7136
7137 2001-05-12 [alfons]
7138
7139         * reverted previous patch because of potential errors 
7140
7141         0.4.67claws2
7142         
7143         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
7144                 applied "toggle mail-retrieval dialog window" patch submitted 
7145                 by Eric Limpens <eric@qnt.net>
7146
7147         * sync with sylpheed 0.4.67cvs4
7148
7149 2001-05-12 [sergey]
7150
7151         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
7152         some picky compilers.
7153         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
7154         * src/grouplist_dialog.c: include alertpanel.h.
7155         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
7156         fix compile warning.
7157         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
7158         #include "defs.h" before others to prevent the warning of `MIN'
7159         and `MAX' redefinition.
7160
7161 2001-05-11 [hoa]
7162
7163         * src/main.c
7164         * src/messageview.c
7165         * src/prefs_account.c
7166         * src/prefs_display_header.c
7167                 removed warning
7168         * src/Makefile.am
7169                 added prefs_scoring.[ch]
7170         * src/grouplist_dialog.c
7171                 display an error dialog box if the group list
7172                 cannot be fetched.
7173         * src/mainwindow.[ch]
7174                 added main_window_set_thread_option() function
7175                 scoring dialog box enabled
7176         * src/matcher.[ch]
7177                 added flags matching unread /new / marked
7178                 / deleted / replied / forwarded
7179         * src/news.c
7180                 newsgroups are now finally in newscache
7181         * src/prefs_matcher.[ch]
7182                 finished preferences for matching dialog
7183         * added src/prefs_scoring.[ch]
7184                 scoring dialog box completed
7185         * src/scoring.[ch]
7186                 conversion to string : added scoringprop_to_string()
7187                 write config for preferences :
7188                 added prefs_scoring_write_config()
7189         * src/summaryview.c
7190                 threads can be enabled/disabled independently
7191                 for each folder
7192
7193 2001-05-10 [alfons]
7194
7195         0.4.67claws1
7196         
7197         * AUTHORS: 
7198                 thought it would be nice to have a list of all
7199                 contributors (used Changelog as a reference)
7200         
7201         * configure.in: 
7202                 messed up version numbering...
7203
7204         0.4.66claws1
7205
7206         * sync with sylpheed 0.4.67cvs1-3
7207
7208 2001-05-10 [darko]
7209
7210         * src/prefs_common.c:
7211                 better UI for strftime format, double clicking
7212                 on format now inserts the format in text entry
7213                 replaced close button with standard OK/Cancel
7214                 moved date format button to the right of the
7215                 text entry field
7216
7217 2001-05-09 [alfons]
7218
7219         * src/gtkstext.c:
7220                 Ctrl-Home / Ctrl-End have proper cursor navigation
7221
7222 2001-05-09 [hoa]
7223
7224         * src/prefs_matcher.c
7225                 finished UI to define matching properties
7226                 added ok and cancel button
7227         * src/prefs_filter.c
7228                 added ok and cancel button
7229         * src/news.c
7230                 fixed some bug in xhdr parsing
7231
7232 2001-05-08 [alfons]
7233
7234         * src/textview.c: 
7235                 fixed a bug in textview_show_header(), which displayed two colons (':');
7236                 cleaned up some warnings
7237
7238 2001-05-08 [hoa]
7239
7240         * src/Makefile.am
7241                 added prefs_matcher.[ch]
7242                 compilation with -W -Wall
7243         * src/alertpanel.c
7244                 ungrab the mouse events if grabbed - does it
7245                 fix the bug for disposition notification ?
7246         * src/mainwindow.c
7247                 added a menu option to open the matching dialog.
7248         * src/matcher.[ch]
7249                 added matcherprop_to_string() and matcherlist_to_string()
7250                 fixed some bugs, changed the name of some options
7251                 age_sup and age_inf becomes age_greater and age_lower,
7252                 body and messageheaders becomes body_part and headers_part,
7253                 changed the names of constants from SCORING_XXX to MATCHING_XXX
7254         * src/prefs_display_header.c
7255         * src/prefs_headers.c
7256                 fixed a bug that accidentally destroyed dialogs
7257                 when closed them with delete_event
7258                 Added *_deleted() which handle delete_event signal correctly.
7259         * src/prefs_folder_item.[ch]
7260                 added "enable_thread" field for future customization
7261         * added src/prefs_matcher.[ch]
7262                 sample of the UI to define matching properties
7263         * src/procheader.c
7264                 using procheader_headername_equal instead of str*cmp functions
7265                 using procheader_parse_header() function
7266         * src/scoring.c
7267                 using MATCHING_XXX instead of SCORING_XXX
7268         * src/summaryview.c
7269                 display the sender of the news even if this is ourself
7270                 when this is a news message.
7271         * src/textview.c
7272                 using headername_equal() instead of str*cmp functions
7273
7274 2001-05-08 [alfons]
7275
7276         0.4.66claws
7277
7278         * sync with sylpheed 0.4.66
7279         * src/gtkstext.c: trace logs added 
7280
7281 2001-05-08 [sergey]
7282
7283         * src/prefs_common.[ch]: added option to enable/disable GnuPG
7284         signature check popup.
7285         * src/rfc2015.c (check_signature): show signature check popup only
7286         if it is enabled in preferences.
7287
7288 2001-05-07 [alfons]
7289
7290         0.4.66claws4
7291         
7292         * sync with sylpheed 0.4.66cvs6
7293
7294 2001-05-07 [darko]
7295
7296         * src/prefs_common.[ch]: added option to enable/disable
7297           looking up sender name in address book for summary pane
7298         * src/summaryview.c: look up sender in the address book
7299           by using Alfons' address completion code
7300
7301 2001-05-07 [hiroyuki]
7302
7303         * src/inc.h
7304           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
7305           member of Pop3State.
7306         * src/news.c: brought #include "defs.h" before #include <glib.h>
7307           to prevent the warning of `MIN' and `MAX' redefinition.
7308
7309 2001-05-06 [hoa]
7310
7311         * removed src/headers_display.[ch]
7312         * removed src/prefs_display_headers.[ch]
7313         * src/inc.c
7314                 use a temporary file in the user directory for mbox import
7315         * src/news.c
7316                 added XHDR support to get "To" and "Cc" headers
7317                 (in order to match news with to or cc field for
7318                 scoring)
7319                 added function news_parse_xhdr() to get XHDR response
7320         * src/nntp.[ch]
7321                 added function nntp_xhdr()
7322         * src/matcher.c
7323                 fetch the message if necessary
7324
7325 2001-05-06 [alfons]
7326
7327         0.4.66claws3
7328
7329         * sync with sylpheed 0.4.66cvs3-5
7330
7331 2001-05-06 [hoa]
7332
7333         * src/utils.[ch]
7334                 added function itos_buf() to enable use of several buffers
7335         * src/summaryview.c
7336                 use of itos_buf() instead of itos() in summary list
7337                 to fix the broken display of message number.
7338
7339 2001-05-06 [alfons]
7340
7341         * src/gtkstext.c: bug in cursor up navigation fixed,
7342                 fixed another unsigned / signed comparison (we're getting there :-)
7343
7344 2001-05-06 [hoa]
7345
7346         * src/Makefile.am
7347                 added scoring.c scoring.h
7348                 prefs_folder_item.c prefs_folder_item.h
7349                 matcher.c matcher.h
7350         * src/defs.h
7351                 added FOLDERITEM_RC SCORING_RC
7352         * src/folder.[ch]
7353                 added prefs field in FolderItem :
7354                 properties for each folder (PrefsFolderItem),
7355                 sorting type and mode were added as the first properties.
7356         * src/main.c
7357                 read config for scoring
7358         * added src/matcher.[ch]
7359                 gives functions to parse configuration file to do
7360                 matching on mails with a list of conditions.
7361         * src/mainwindow.c
7362                 add option to sort by score
7363         * src/prefs_common.[ch]
7364                 added preference option to show score and for
7365                 the score column size
7366         * added src/prefs_folder_item.[ch]
7367                 properties for each folder (PrefsFolderItem),
7368                 sorting type and mode were added as the first properties.
7369         * src/procheader.[ch]
7370                 added procheader_parse_header()
7371                 added procheader_header_free()
7372                 added procheader_headername_equal()
7373                 and made modification to use them.
7374         * src/procmsg.[ch]
7375                 added score field to MsgInfo structure
7376         * added src/scoring.[ch]
7377                 gives functions to parse configuration file to do
7378                 scoring on mails with a list of conditions.
7379         * src/summaryview.[ch]
7380                 save the sorting type and mode for the folder
7381                 added column to display the score of the mail
7382                 added function summary_score_clicked()
7383                 sorting type and mode are restored to the folder
7384                 when it is reopen
7385         * src/textview.c
7386                 use procheader_parse_header(), procheader_headername_equal()
7387                 removed memory leak in text_scan_header when freeing headers
7388         * src/filter.c
7389                 changed the function to match names of headers
7390                 using procheader_headername_equal()
7391
7392         Scoring functions are implemented, an interface is needed
7393         to configure that.
7394
7395 2001-05-04 [alfons]
7396
7397         * src/gtkstext.c: 
7398                 hopefully fixed the row up navigation bug,
7399                 removed adding back / forward lines to cache
7400
7401 2001-05-04 [sergey]
7402
7403         * src/prefs_display_headers.c: user interface changes:
7404         (prefs_display_headers_create): remove unused "Show" check button;
7405         allow reordering of headers by dragging.
7406         (prefs_display_headers_write_config): remove unused variables.
7407         (prefs_display_headers_set_dialog): do not insert "(New)" at top
7408         of lists (not needed with the new UI).
7409         (prefs_display_headers_set_list): scan lists starting from row 0,
7410         not 1 (do not skip "(New)").
7411         (prefs_display_headers_find_header): new function.
7412         (prefs_display_headers_clist_set_row): do not allow duplicates.
7413         (prefs_display_headers_delete_cb): do not skip row 0; treat
7414         closing the alert window by ESC as "No".
7415         (prefs_display_headers_up): do not protect row 0.
7416         (prefs_display_headers_down): do not protect row 0.
7417
7418 2001-05-04 [sergey]
7419
7420         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
7421         functions.
7422
7423         * src/summaryview.c
7424         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
7425         summary_select_next_marked, summary_select_prev_marked): new
7426         functions.
7427
7428 2001-05-03 [sergey]
7429
7430         * src/news.c: fixed a bug when no article can be fetched after
7431         server timeout if the connection was restored by news_post():
7432         (news_select_group): new function.
7433         (news_fetch_msg): call news_select_group() before fetching
7434         article.
7435         (news_get_uncached_articles): set session->group after successful
7436         GROUP command.
7437
7438 2001-05-03 [hoa]
7439
7440         * src/defs.h
7441         * src/procmsg.[ch]
7442         * src/procheader.c
7443                  changed version of cache, added cc field
7444
7445         * src/prefs_display_headers.c
7446                 the interface was changed
7447
7448         * src/prefs_headers.c
7449                 added cancel button
7450
7451 2001-05-03 [alfons]
7452
7453         * completed sync of sylpheed cvs2
7454         * src/gtkstext.c: updated row up / down cursor navigation
7455         * src/textview.c: re-edited, prepared for fixing the email address
7456                 scanner.
7457
7458 2001-05-03 [darko]
7459
7460         * src/prefs_common.c: use alfons' strftime ui code
7461         entry_datefmt and datefmt_sample widgets have to be
7462         global in this module because of this change
7463
7464 2001-05-03 [hoa]
7465
7466         * src/messageview.c
7467         * src/prefs_common.[ch] added option to activate the return receipt
7468                 feature.
7469
7470 2001-05-02 [alfons]
7471
7472         * src/gtkstext.c: fix for row up/down cursor navigation. 
7473
7474         0.4.66claws2
7475         
7476         * sync with 0.4.66cvs2
7477
7478 2001-05-02 [paul]
7479
7480         added add-sender-to-addressbook patch
7481
7482         * src/addressbook.c
7483         * src/addressbook.h
7484         * src/summaryview.c
7485
7486 2001-05-02 [sergey]
7487
7488         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
7489         G_ALERTDISABLE.
7490
7491         * src/alertpanel.c (alertpanel_create): new argument can_disable,
7492         all existing callers changed to pass FALSE; create a check button
7493         to disable the message.
7494         (alertpanel_message_with_disable): new function.
7495         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
7496         (alertpanel_button_toggled): new function.
7497         (alertpanel_button_clicked, alertpanel_close): set value using
7498         G_ALERT_VALUE_MASK.
7499
7500         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
7501
7502         * src/prefs_common.c (prefs_privacy_create): new check button
7503         checkbtn_gpgme_warning.
7504
7505         * src/main.c (main): moved preferences reading before gpgme
7506         initialization; check prefs_common.gpgme_warning before giving the
7507         GnuPG warning and set it to FALSE if the user wants to disable the
7508         warning.
7509
7510 2001-05-02 [hiroyuki]
7511
7512         * src/prefs_display_headers.c: modified the layout and some labels.
7513
7514 2001-05-02 [sergey]
7515
7516         * src/prefs_account.c (prefs_account_fix_size): new function.
7517         (prefs_account_create): call prefs_account_fix_size(); use
7518         gtk_widget_show instead of gtk_widget_show_all (fixes too large
7519         size when the window is shown for the first time).
7520         (prefs_account_basic_create): changed layout of serv_table; moved
7521         localmbox_entry above smtpserv_entry (logically it replaces
7522         POP3/IMAP server).
7523         (prefs_account_protocol_activated): set sensitivity of
7524         nntpauth_chkbtn according to the protocol (in addition to
7525         hide/show); commented out gtk_table_set_row_spacing() calls.
7526         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
7527         not sensitive (fixes a bug with disabled username/password boxes
7528         when editing POP3 account after NNTP with authentication).
7529
7530 2001-05-02 [hoa]
7531
7532         * src/account.c
7533         * src/inc.c
7534         * src/prefs_account.[ch]
7535         * src/send.c
7536                 removed local account without SMTP server
7537                 added option to use mail command instead of a connexion
7538                 to SMTP server when a local account is used
7539         * src/prefs_headers.c
7540                 fixed a bug
7541         * src/news.c
7542                 fixed a bug when connexion immediately closed
7543
7544 2001-05-01 [alfons]
7545
7546         0.4.66claws1
7547         
7548         * sync with 0.4.65
7549
7550 2001-05-01 [sergey]
7551
7552         * src/prefs_account.c (Basic, prefs_account_basic_create): new
7553         widget nntpauth_chkbtn.
7554         (prefs_account_protocol_activated): handle nntpauth_chkbtn
7555         visibility.
7556         (prefs_account_nntpauth_toggled): new function.
7557
7558         * src/news.c (news_session_new_for_folder): use NNTP
7559         authentication only if ac->use_nntp_auth is set.
7560
7561 2001-05-01 [hoa]
7562
7563         * src/Makefile.am changed headers.[ch] in customheader.[ch]
7564         * src/prefs_display_headers.c changed the UI
7565         * src/prefs_headers.c changed account_name to account_id
7566         * src/compose.c using customheader.h
7567
7568 2001-05-01 [hiroyuki]
7569
7570         * src/esmtp.c
7571           src/news.c
7572           src/nntp.c: changed sock_read() to sock_gets(), they've been left
7573           unsynched.
7574
7575 2001-05-01 [hoa]
7576
7577         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
7578         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
7579                 for displaying of headers
7580         * src/grouplist_dialog.[ch] minor changes to remove warnings
7581         * src/prefs_display_headers.[ch] dialog to choose the
7582         headers to display in the mail viewer.
7583         * src/headers.h correction of #define
7584         * src/headers_display.[ch] configuration for displaying of headers.
7585         * src/main.c read config of displaying of headers
7586         * src/prefs_common.c add a button to access the config dialog
7587                 for displaying of headers
7588         * src/prefs_display_headers.[ch] dialog for configuration for
7589                 displaying of the headers.
7590         * src/prefs_headers.c cleaning of code
7591         * src/procheader.c comments added to code
7592         * src/textview.c changes to reorder the headers depending
7593                 on the config for displaying of headers
7594
7595 2001-04-30 [alfons]
7596
7597         0.4.65claws7
7598
7599         * sync with 0.4.65cvs12
7600
7601         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
7602
7603 2001-04-30 [sergey]
7604
7605         * src/nntp.h (NNTPSockInfo): new field auth_failed.
7606
7607         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
7608         is set to force reconnection after authentication failure.
7609         (nntp_gen_command): set sock->auth_failed on authentication
7610         failure, or if sock->userid and sock->passwd are not set.
7611
7612         * src/news.c (news_session_new_for_folder): set userid=NULL if
7613         password dialog is cancelled.
7614
7615 2001-04-30 [sergey]
7616
7617         * src/nntp.h (NNTPSockInfo): new type.
7618
7619         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
7620         SockInfo.
7621         (nntp_open_auth, nntp_close): new functions.
7622         (nntp_gen_command): new function to handle authentication; all
7623         NNTP command functions updated to use it.
7624         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
7625         (nntp_list): removed old useless code.
7626
7627         * src/news.h (NNTPSession): new field nntp_sock.
7628
7629         * src/news.c: all functions updated to use NNTPSockInfo instead of
7630         SockInfo.
7631         (news_session_new): new arguments (userid, passwd); made static;
7632         use nntp_open_auth() if needed.
7633         (news_session_destroy): use nntp_close() instead of sock_close().
7634         (news_query_password): changed arguments.
7635         (news_session_new_for_folder): new function.
7636         (news_session_get): use news_session_new_for_folder().
7637         (news_authenticate): deleted.
7638         (news_get_uncached_articles): removed old authentication code.
7639
7640 2001-04-30 [sergey]
7641
7642         * src/news.c: reverted my previous changes (need to do NNTP
7643         authentication in a cleaner way).
7644         
7645 2001-04-29 [sergey]
7646
7647         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
7648         news_nntp_post, news_nntp_mode): new functions (wrappers with
7649         authentication support).
7650         (news_get_article_cmd, news_get_article, news_get_header): new
7651         argument "folder"; all callers changed.
7652         (news_get_article_cmd): added authentication support.
7653         (news_session_get): use news_nntp_mode() instead of nntp_mode().
7654         (news_post): use news_nntp_post() instead of nntp_post().
7655         (news_get_uncached_articles): use news_nntp_group() instead of
7656         nntp_group() and news_nntp_xover() instead of nntp_xover();
7657         removed old authentication code.
7658         (news_get_group_list): use news_nntp_list() instead of nntp_list().
7659
7660         * src/nntp.c (nntp_list): return real error code instead of
7661         hardcoded NN_ERROR.
7662
7663 2001-04-29 [sergey]
7664
7665         * configure.in: fixed wint_t typedef detection again
7666
7667 2001-04-28 [hoa]
7668
7669         * src/prefs_account.[ch], added A_LOCAL_CMD
7670                 (send mail with mail command)
7671         * src/send.c added function send_message_with_command()
7672         * src/inc.c made a more secure get_spool() function with
7673                 mktemp() but maybe mkstemp() or something more
7674                 secure can be used.
7675
7676 2001-04-28 [alfons]
7677
7678         * src/textview.c, colorization of email addresses in headers
7679
7680         0.4.65claws6
7681
7682         * bug sync with sylpheed
7683         * prefs_common.c: created date format ui for darko
7684         * sync with 0.4.65cvs11
7685         * configure.in: corrected to have the new gpg checks
7686
7687 2001-04-27 [alfons]
7688
7689         * completed sync with 0.4.65cvs10
7690         * minor debug things added to gtkstext.c
7691
7692 2001-04-27 [darko]
7693
7694         * configure.in: remove check for availability of
7695           strftime() as advised by Hiroyuki
7696         * src/prefs_common.[ch], src/procheader.c:
7697           synch strftime() code with Hiroyki's main branch
7698
7699 2001-04-26 [sergey]
7700
7701         * src/news.c: news_query_password(), news_authenticate(): new
7702           functions.
7703           news_get_uncached_articles(): added NNTP authentication
7704           handling.
7705         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
7706           new functions.
7707         * src/prefs_account.c: prefs_account_protocol_activated():
7708           enable userid and password fields for NNTP.
7709
7710 2001-04-26
7711
7712         * configure.in: check for availability of strftime()
7713           [darko]
7714         * src/prefs_common.[ch], src/procheader.c: use
7715           strftime() for displaying date in summary pane if it
7716           is available
7717
7718 2001-04-25
7719
7720         * more .cvsignore cleanups [alfons]
7721
7722 2001-04-25
7723
7724         * ac/sv-check-type.m4: new autoconf macro.
7725         * configure.in: fixed wint_t typedef detection (did not work
7726           with gcc-2.96).
7727
7728 2001-04-25
7729
7730         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
7731           [hiroyuki]
7732
7733 2001-04-24
7734         * modified gtkstext.c : buggy cursor navigation fixed, 
7735           and font descent also taken in account when drawing
7736           cursor. [alfons]
7737
7738 2001-04-24 [hoa]
7739         * added comments in src/news.c src/nntp.c
7740         * added src/prefs_headers.[ch]
7741         * added src/headers.[ch]
7742         * modified compose.c to activate custom headers
7743                 added function is_in_custom_headers
7744         * modified prefs_account.[ch]
7745                 added function prefs_account_customhdr_edit
7746         * modified src/defs.h :
7747                 added HEADERS_RC : name of the config file
7748                 for the custom headers
7749
7750 2001-04-24
7751
7752     0.4.65claws5
7753
7754         * configure.in
7755           src/gtkstext.[ch]
7756           src/compose.c
7757           src/Makefile.am
7758           
7759           added gtkstext with configure.in patch by Hiroyuki which
7760           should fix the XIM detection [alfons]
7761
7762         * more clean up of cvs [alfons]
7763
7764                  * removed all Makefile.in files to attic.
7765
7766                  * updated all .cvsignores to really ignore things that could
7767                    be unintentionally committed by a recursive commit.
7768
7769 2001-04-23 [hoa]
7770         * added src/grouplist_dialog.[ch]
7771         * changed src/folderview.c to call grouplist_dialog instead
7772                 of inputdialog
7773         * src/news.c :
7774                 added functions news_reset_group_list
7775                 and news_get_group_list
7776         * src/nntp.c :
7777                 added function nntp_list
7778         * src/defs.h :
7779                 added GROUPLIST_FILE : name of the newsgroup list cache file
7780
7781 2001-04-21
7782
7783         * added option to warn about queued messages on exit [sergey]:
7784
7785           * src/compose.c: compose_queue(): call folder_item_scan()
7786             and folderview_update_item() after queueing.
7787           * src/folderview.c: folderview_update_node(): draw the queue
7788             folder in bold font if there are queued messages.
7789           * src/mainwindow.c: queued_messages(): new function.
7790             app_exit_cb(): display warning if there are queued messages
7791             if warn_queued_on_exit is set.
7792           * prefs_common.[ch]: add warn_queued_on_exit option.
7793
7794         * enhanced GnuPG key selection support [sergey]:
7795
7796           * src/select-keys.c: updated to newer version from Win32
7797             branch with support for selecting arbitrary keys.
7798           * src/prefs_account.c: added the Privacy tab to the account
7799             options window.
7800             prefs_account_privacy_create(),
7801             prefs_account_sign_key_set_data_from_radiobtn(),
7802             prefs_account_sign_key_set_radiobtn(): new functions.
7803           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
7804           * src/rfc2015.c: set_signers(): new function.
7805             pgp_sign(): add the account parameter, call set_signers().
7806             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
7807           * src/rfc2015.h: rfc2015_sign(): updated prototype.
7808           * src/compose.c: pass the current account to rfc2015_sign().
7809
7810         * tag name claws added to prevent confusion with main branch [alfons]
7811
7812         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
7813
7814         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
7815
7816         * sync with recent sylpheed cvs. Untested though. [alfons]
7817