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