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