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