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