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