add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT, and REDIRECT actions
[claws.git] / ChangeLog.claws
1 2003-05-18 [paul]       0.8.11claws162
2
3         * src/prefs_filtering.c
4                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
5                 and REDIRECT actions
6
7 2003-05-17 [christoph]
8
9         * README.claws
10                 o remove dynamic signatures that was syned with main
11                 o add infos about no longer "build in" image viewer
12                 o update bugtracker URL
13
14 2003-05-17 [christoph]  0.8.11claws161
15
16         * src/folder.c
17         * src/folderview.c
18         * src/imap.c
19                 don't use imap_scan_folder anymore. Instead call folder_item_scan
20                 for every folder after rebuilding the folder tree.
21
22         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
23          messages)
24
25 2003-05-17 [christoph]  0.8.11claws160
26
27         * src/imap.c
28                 don't use STATUS command on current folder to check for
29                 content changes. imap_cmd_ok() now tracks changes to
30                 folder and number of existing messages.
31
32 2003-05-17 [paul]       0.8.11claws159
33
34         * src/plugins/clamav/clamav_plugin.c
35                 remove unnecessary debug_print
36
37 2003-05-16 [thorsten]   0.8.11claws158
38
39         * src/plugins/demo.c
40                 included missing intl.h
41
42 2003-05-16 [paul]       0.8.11claws157
43
44         * po/POTFILES.in
45                 remove non-existant entries
46         
47         * src/plugins/clamav/clamav_plugin.c
48           src/plugins/clamav/clamav_plugin_gtk.c
49           src/plugins/dillo_viewer/dillo_prefs.c
50           src/plugins/dillo_viewer/dillo_viewer.c
51                 gettextise
52
53 2003-05-16 [christoph]  0.8.11claws156
54
55         * po/POTFILES.in
56                 include plugin .c files for translation until I
57                 find a better solution to have plugins have their
58                 own textdomain
59         * src/plugins/demo/demo.c
60         * src/plugins/image_viewer/plugin.c
61         * src/plugins/mathml_viewer/mathml_viewer.c
62         * src/plugins/spamassassin/spamassassin.c
63         * src/plugins/spamassassin/spamassassin_gtk.c
64         * src/plugins/trayicon/trayicon.c
65                 add gettext macros for plugin name and description
66
67 2003-05-16 [paul]
68
69         * sync with 0.9.0
70
71 2003-05-16 [paul]       0.8.11claws155
72
73         * sync with lastest 0.9.0pre1
74                 see ChangeLog 2003-05-16
75
76 2003-05-15 [paul]       0.8.11claws154
77
78         * sync with latest 0.9.0pre1
79                 see ChangeLog 2003-05-14 and 2003-05-15
80
81 2003-05-14 [christoph]  0.8.11claws153
82
83         * src/plugins/image_viewer/viewer.c
84         * src/plugins/image_viewer/viewer.glade         ** NEW **
85         * src/plugins/image_viewer/viewerprefs.c
86                 make it possible to disable the autoload function in the
87                 imageviewer again
88
89 2003-05-14 [christoph]  0.8.11claws152
90
91         * src/folder.c
92                 fix folder update after adding a message
93
94 2003-05-13 [alfons]     0.8.11claws151
95
96         * src/common/session.c
97                 remove debug traces
98                 
99         * src/addrcache.[ch]
100         * src/filtering.[ch]
101         * src/folder.[c]
102         * src/gtkaspell.[ch]
103         * src/imap.[ch]
104         * src/mbox_folder.[ch]
105         * src/mh.[ch]
106         * src/mimeview.h
107         * src/msgcache.[ch]
108         * src/news.[ch]
109         * src/passphrase.[ch]
110         * src/prefs_common.[ch]
111         * src/prefs_gtk.[ch]
112         * src/procmsg.c
113         * src/scoring.[ch]
114                 be pedantic; (in prototypes () implies (int))
115
116 2003-05-13 [alfons]     0.8.11claws150
117
118         * src/prefs_toolbar.[ch]
119         * src/summaryview.[ch]
120         * src/toolbar.[ch]
121                 change misleading text in toolbar prefs;
122                 add toolbar action for ignore thread (toggles ignore thread flag);
123                 clean up a little bit;
124
125 2003-05-12 [paul]
126
127         * tools/convert_mbox.pl
128                 bug fixed by Fred Marton
129
130 2003-05-12 [paul]
131
132         * sync with 0.9.0pre1
133
134 2003-05-09 [paul]       0.8.11claws149
135
136         * sync with 0.8.11cvs43
137                 see ChangeLog 2003-05-09
138
139 2003-05-08 [christoph]  0.8.11claws148
140
141         * src/imap.[ch]
142                 o use CAPABILIY as first command and check for PREAUTH
143                   information in the response to it
144                 o rewrite all imap_cmd_* functions to use an IMAPSession
145                   instead of a SockInfo as parameter
146                 o do STARTTLS after fetching and checking the server
147                   capabilities
148
149 2003-05-08 [paul]       0.8.11claws147
150
151         * tools/Makefile.am
152           tools/README
153           tools/convert_mbox.pl         ** NEW FILE **
154                 add mbox conversion script. Submitted by 
155                 Fred Marton <Fred.Marton@uni-bayreuth.de>
156
157 2003-05-07 [christoph]
158
159         * doc-src/glade.txt
160         * src/gtk/pluginwindow.glade
161         * src/plugins/image_viewer/viewerprefs.glade
162         * src/plugins/spamassassin/spamassassin_gtk.glade
163                 add glade files for user interfaces and a description how
164                 to use glade to create the sylpheed code
165
166 2003-05-07 [paul]       0.8.11claws146
167
168         * sync with 0.8.11cvs41
169                 see ChangeLog 2003-05-07
170
171 2003-05-06 [christoph]  0.8.11claws145
172
173         * src/main.c
174         * src/plugins/image_viewer/viewer.c
175                 fix usage of imlib in imageviewer plugin
176
177         * src/gtk/prefswindow.c
178                 handle window close event correctly
179
180 2003-05-06 [paul]       0.8.11claws144
181
182         * src/common/ssl.c
183                 fix typo introduced in sync
184
185 2003-05-06 [paul]       0.8.11claws143
186
187         * sync with 0.8.11cvs39
188                 see ChangeLog 2003-05-06
189
190 2003-05-06 [paul]       0.8.11claws142
191
192         * AUTHORS
193           po/cs.po
194                 updated Czech translation, submitted by 
195                 Radek Vybiral <Radek.Vybiral@vsb.cz>
196                 
197         * src/plugins/clamav/clamav_plugin_gtk.c
198                 clean up
199
200 2003-05-03 [alfons]     0.8.11claws141
201
202         * src/compose.[ch]
203                 make paste as quotation work even when the call to 
204                 text_inserted() was deferred (fixes bug #140 "Paste 
205                 as quotation does not work when using "external" 
206                 clipboard")
207
208 2003-05-03 [thorsten]   0.8.11claws140
209
210         * src/addrquery.h
211           src/ldapquery.h
212           src/mainwindow.c
213                 removed C++ comments
214         * src/addr_compl.c
215                 function with non-int retval/param used before
216                 implementation/declaration
217
218 2003-05-02 [paul]       0.8.11claws139
219
220         * src/addr_compl.[ch]
221           src/addressbook.[ch]
222           src/addrindex.c
223           src/summaryview.c
224                 revert match's changes to (finally) remove the bug where
225                 opening a folder causes massive slowdown when using the 
226                 'Display sender using address book' option
227
228 2003-05-01 [melvin]     0.8.11claws138
229
230         * src/plugins/dillo_viewer/dillo_prefs.[ch]
231         * src/plugins/dillo_viewer/dillo_viewer.c
232                 Fixed bug where "Cancel" button from prefs issued
233                 warnings.
234                 Comply a little more to coding style
235
236 2003-05-01 [paul]       0.8.11claws137
237
238         * sync with 0.8.11cvs38
239                 see ChangeLog 2003-05-01
240
241 2003-05-01 [paul]       0.8.11claws136
242
243         * po/bg.po
244                 updated by George Danchev
245
246 2003-04-30 [christoph]  0.8.11claws135
247
248         * src/plugins/dillo_viewer/dillo_prefs.c
249         * src/plugins/image_viewer/viewerprefs.c
250         * src/plugins/spamassassin/spamassassin_gtk.c
251                 remove gtk_widget_ref() calls for widgets in
252                 glade code
253
254 2003-04-30 [paul]       0.8.11claws134
255
256         * src/addrindex.c
257                 ok, this time a better fix for the bug where opening folder
258                 has massive slowdown when using the 'Display sender using 
259                 address book' option
260
261 2003-04-30 [paul]       0.8.11claws133
262
263         * src/addrindex.c
264                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
265         
266 2003-04-30 [melvin]     0.8.11claws132
267
268         New: Dillo plugin preferences (patch by Dimitar Haralanov)
269
270         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
271                 Preferences for the dillo plugin
272         * src/plugins/dillo_viewer/dillo_viewer.c
273                 Support for preferences
274         * src/plugins/dillo_viewer/Makefile.am
275                 Added dillo_prefs.[ch]
276
277 2003-04-30 [alfons]     0.8.11claws131
278
279         * src/common/plugin.[ch]
280                 see? this ANSI C'fication immediately gives us type
281                 checking for free.
282
283 2003-04-30 [alfons]     0.8.11claws130
284
285         * src/common/plugin.[ch]
286         * src/plugins/clamav/clamav_plugin.[ch]
287         * src/plugins/clamav/clamav_plugin_gtk.c
288         * src/plugins/demo/demo.c
289         * src/plugins/dillo_viewer/dillo_viewer.c
290         * src/plugins/image_viewer/plugin.c
291         * src/plugins/image_viewer/viewer.[ch]
292         * src/plugins/image_viewer/viewerprefs.[ch]
293         * src/plugins/mathml_viewer/mathml_viewer.c
294         * src/plugins/spamassassin/spamassassin.[ch]
295         * src/plugins/spamassassin/spamassassin_gtk.c
296         * src/plugins/trayicon/trayicon.c
297                 clean up
298
299 2003-04-30 [alfons]     0.8.11claws129
300
301         * src/common/utils.c
302                 make is_ascii_str() fail gracefully when NULL pointer
303                 is passed
304
305 2003-04-30 [paul]       0.8.11claws128
306
307         * src/addrindex.c
308                 fix bug where opening folder has massive slowdown when
309                 using the 'Display sender using address book' option
310
311 2003-04-30 [paul]       0.8.11claws127
312
313         * src/plugins/clamav/clamav_plugin.c
314           src/plugins/clamav/clamav_plugin_gtk.c
315           src/plugins/demo/demo.c
316           src/plugins/dillo_viewer/dillo_viewer.c
317           src/plugins/image_viewer/plugin.c
318           src/plugins/mathml_viewer/mathml_viewer.c
319           src/plugins/spamassassin/spamassassin.c
320           src/plugins/spamassassin/spamassassin_gtk.c
321           src/plugins/trayicon/trayicon.c
322                 get rid of eye-hurting function signatures
323
324 2003-04-30 [paul]       0.8.11claws126
325
326         * src/plugins/trayicon/trayicon.c
327                 add description
328                 
329         * src/mimeview.c
330                 be more descriptive
331
332 2003-04-30 [paul]       0.8.11claws125
333
334         * configure.ac
335                 arrange the plugins in reverse alphabetical order
336                 
337         * src/plugins/clamav/clamav_plugin.[ch]
338           src/plugins/clamav/clamav_plugin_gtk.c
339                 rename some params
340                 resize max_size window
341                 re-arrange the order of some gui elements
342                 improve descriptions
343         
344         * src/plugins/image_viewer/plugin.c
345           src/plugins/mathml_viewer/mathml_viewer.c
346                 add descriptions
347                 
348         * src/plugins/spamassassin/spamassassin_gtk.c
349                 resize max_size window
350                 re-arrange the order of some gui elements
351                 
352         * src/messageview.c
353           src/mimeview.c
354                 correct typos
355
356 2003-04-30 [alfons]     0.8.11claws124
357
358         * src/imap.c
359                 fix a leak found while browsing Martin Kluge's 
360                 valgrind log (Claws only)
361
362 2003-04-29 [darko]      0.8.11claws123
363
364         * src/gtk/gtkstext.h
365                 include wchar.h if it is available, fixes compilation
366                 on HP-UX systems
367
368 2003-04-29 [melvin]     0.8.11claws122
369
370         * src/prefs_actions.c
371                 Improved help text of Actions' syntax
372
373 2003-04-28 [paul]       0.8.11claws121
374
375         * src/action.c
376                 a better fix for the crash when performing an action
377                 on a mime part
378
379 2003-04-28 [paul]       0.8.11claws120
380
381         * src/action.c
382                 fix crash when performing an action on a
383                 mime part
384
385 2003-04-28 [paul]       0.8.11claws119
386
387         * sync with 0.8.11cvs36
388                 see ChangeLog 2003-04-28
389
390 2003-04-27 [paul]       0.8.11claws118
391
392         * more sync with 0.8.11cvs35
393                 see ChangeLog 2003-04-25
394
395 2003-04-26 [christoph]  0.8.11claws117
396
397         * src/folder.c
398                 fix remove virtual check
399
400 2003-04-26 [paul]       0.8.11claws116
401
402         * src/messageview.c
403                 fix return-receipt, make it work again
404
405 2003-04-26 [paul]       0.8.11claws115
406
407         * src/mimeview.c
408                 restore double-clicking of the [application/pgp-signature 
409                 (Select "Check signature" to check)] line in the message view,
410                 broken in recent sync
411
412 2003-04-26 [christoph]  0.8.11claws114
413
414         * src/folder.c
415                 check if remove virtual really exists before
416                 calling the function
417
418 2003-04-25 [match]      0.8.11claws113
419
420         * src/addrindex.c
421         * src/addrbook.c
422         * src/ldapquery.[ch]
423         * src/ldapctrl.[ch]
424                 fix memleak.
425         * src/ldapserver.[ch]
426                 fix memleak. fix segfault.
427                 plug a Claws memleak
428
429 2003-04-25 [alfons]     0.8.11claws112
430
431         * src/folder.c
432                 plug a Claws memleak
433
434 2003-04-25 [alfons]     0.8.11claws111
435
436         * src/common/session.c
437                 plug a memleak
438
439 2003-04-25 [paul]       0.8.11claws110
440
441         * sync with 0.8.11cvs35
442                 see ChangeLog 2003-04-24 and 2003-04-25
443                 
444         * src/gtk/pluginwindow.c
445                 correct another strange float value
446
447 2003-04-24 [christoph]  0.8.11claws109
448
449         * src/folder.c
450                 freeze folder item updates when unsetting new flags
451
452         * src/gtk/pluginwindow.c
453                 correct strange float value
454
455 2003-04-23 [paul]       0.8.11claws108
456
457         * sync with 0.8.11cvs33
458                 see ChangeLog 2003-04-23
459
460 2003-04-22 [paul]       0.8.11claws107
461
462         * src/Makefile.am
463           src/messageview.c
464           src/mimeview.c
465           src/pgptext.[ch]      ** REMOVED **
466                 remove pgptext.[ch] as its not used any more
467
468 2003-04-22 [paul]       0.8.11claws106
469
470         * sync with 0.8.11cvs31
471                 see ChangeLog 2003-04-21 and 2003-04-22
472
473 2003-04-21 [alfons]     0.8.11claws105
474
475         * src/main.c
476                 No access to GTK structures if we're a spawned child
477                 (and clean up code a little bit...) Should fix #126.
478
479 2003-04-21 [melvin]     0.8.11claws104
480
481         * src/plugins/dillo_viewer/README
482                 Improved slightly the text.
483
484 2003-04-21 [melvin]     0.8.11claws103
485
486         * src/plugins/dillo_viewer/README *** NEW ***
487                 Added a README file for the Dillo plugin
488
489 2003-04-20 [paul]
490
491         * tools/README
492           tools/outlook2sylpheed.pl
493                 updated and improved by Ricardo Mones Lastra
494
495 2003-04-18 [oliver]     0.8.11claws102
496
497         * src/inc.c 
498         * src/prefs_account.h
499                 remove Pop3SessionType (used by selective download)
500         * src/prefs_toolbar.c
501                 enable set Default Toolbar button
502
503 2003-04-18 [paul]       0.8.11claws101
504
505         * sync with 0.8.11cvs29
506                 see ChangeLog 2003-04-18
507
508 2003-04-17 [paul]       0.8.11claws100
509
510         * src/prefs_common.[ch]
511           src/summaryview.c
512                 remove 'Open next message on deletion' option,
513                 as the same effect can now be achieved via the
514                 'Always open messages in summary when selected'
515                 option.
516
517 2003-04-17 [paul]       0.8.11claws99
518
519         * sync with 0.8.11cvs28
520                 see ChangeLog 2003-04-17
521
522 2003-04-17 [christoph]  0.8.11claws98
523
524         * ac/spamassassin.m4
525         * src/plugins/spamassassin/libspamc.[ch]
526         * src/plugins/spamassassin/utils.[ch]
527                 sync libspamc with SpamAssassin project
528
529 2003-04-17 [christoph]  0.8.11claws97
530
531         * src/common/socket.h
532         * src/gtk/sslcertwindow.h
533                 rename old USE_SSL to USE_OPENSSL
534
535 2003-04-17 [paul]       0.8.11claws96
536
537         * src/prefs_common.h
538                 use gulong for P_COLOR so that it compiles/runs on
539                 64-bit systems. Patch submitted by James Noyes
540                 <jnoyes-claws@retrogeeks.com>
541                 
542         * po/de.po
543                 updated by Jens
544
545 2003-04-17 [paul]       0.8.11claws95
546
547         * sync with 0.8.11cvs27
548                 see ChangeLog 2003-04-16
549
550 2003-04-15 [paul]       0.8.11claws94
551
552         * src/prefs_common.[ch]
553                 rearrange to stop the window getting too long:
554                         move Receive dialog stuff to Receive tab
555                         move Send dialog to Send tab
556                         remove Dialogs frame
557                 rename 'Open messages in summary with cursor keys' to
558                 'Always open messages in summary when selected', as its
559                 more appropriate
560
561 2003-04-15 [paul]       0.8.11claws93
562
563         * src/prefs_common.[ch]
564           src/summaryview.c
565                 add new option '/Interface/Open next message on deletion'
566
567 2003-04-15 [paul]       0.8.11claws92
568
569         * src/summaryview.[ch]
570                 add /Mark/Lock and /Mark/Unlock to the pop-up
571                 menu. Patch submitted by Ivan Francolin Martinez
572                 <ivanfm@users.sourceforge.net>
573
574 2003-04-15 [paul]       0.8.11claws91
575
576         * sync with 0.8.11cvs24
577                 see ChangeLog 2003-04-15
578
579 2003-04-14 [jens]       0.8.11claws90
580
581         * updated German translation and some corrections from
582                 Roland Bless <bless@tm.uka.de>
583
584 2003-04-14 [paul]       0.8.11claws89
585
586         * sync with 0.8.11cvs22
587                 see ChangeLog 2003-04-14
588
589 2003-04-13 [paul]       0.8.11claws88
590
591         * src/plugins/clamav/clamav_plugin.c
592                 fix memory leaks
593                 clean up
594
595 2003-04-12 [paul]       0.8.11claws87
596
597         * src/plugins/clamav/clamav_plugin.c
598                 activate enable/disable archive scanning option
599                 
600         * src/plugins/clamav/.cvsignore         ** NEW FILE **
601
602 2003-04-12 [paul]       0.8.11claws86
603
604         * src/plugins/Makefile.am
605           src/plugins/clamav/Makefile.am                ** NEW FILE **
606           src/plugins/clamav/README                     ** NEW FILE ** 
607           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
608           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
609                 add Clam AntiVirus plugin
610
611 2003-04-12 [paul]       0.8.11claws85
612
613         * sync with 0.8.11cvs21
614                 see ChangeLog 2003-04-11
615
616 2003-04-11 [paul]       0.8.11claws84
617
618         * po/es.po
619                 update Spanish translation. Submitted by Ricardo
620                 Mones Lastra.
621
622 2003-04-10 [christoph]  0.8.11claws83
623
624         * src/mbox.c
625                 fix typo that did not move unfiltered mails to destination
626                 folder
627
628         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
629          when filtering from spool)
630
631 2003-04-10 [christoph]  0.8.11claws82
632
633         * src/imap.c
634                 use BODY.PEEK instead of BODY in in message fetch operation
635                 to make sure the IMAP server does not set the \Seen flag for
636                 messages. Sylpheed does that later itself, when the message
637                 is opened in sylpheed
638
639         (closes Bug 111 Claws destroys unread marks)
640
641 2003-04-09 [oliver]     0.8.11claws81
642         
643         * src/folder.c
644                 fix crash in folder_destroy
645         * README.claws
646                 remove selective download
647
648 2003-04-09 [christoph]  0.8.11claws80
649
650         * src/imap.c
651                 fix crash in imap_get_msginfo() when then fetched message
652                 is not found
653
654         (closes Bug 110 Crash during mail composition)
655
656 2003-04-08 [christoph]  0.8.11claws79
657
658         * src/folder.c
659         * src/prefs_account.c
660                 Filter new messages that are found in an INBOX folder
661                 when 'Filter messages on receiving' is enabled in the
662                 Folder's AccountPrefs. This allows to use Sylpheed's
663                 filtering engine for IMAP folders where messages are
664                 added to the INBOX by a MTA
665
666 2003-04-08 [paul]       0.8.11claws78
667
668         * src/procmsg.h
669                 clean up after last commit
670
671 2003-04-08 [paul]       0.8.11claws77
672
673         * sync with 0.8.11cvs20
674                 see ChangeLog 2003-04-07 and 2003-04-08
675
676 2003-04-07 [christoph]  0.8.11claws76
677
678         * src/filtering.[ch]
679         * src/inc.[ch]
680         * src/mbox.c
681         * src/procmsg.[ch]
682                 add procmsg_msginfo_filter() to execute filtering actions
683
684 2003-04-06 [christoph]  0.8.11claws75
685
686         * src/imap.c
687                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
688
689 2003-04-06 [christoph]  0.8.11claws74
690
691         * src/common/utils.[ch]
692                 add g_int_compare() function for slist sorting
693
694         * src/imap.c
695                 fetch all MsgInfos with one command in imap_get_msginfos()
696                 using an imap set with a list of ranges
697
698         * src/news.c
699                 use new g_int_compare() function
700
701 2003-04-06 [thorsten]   0.8.11claws73
702
703         * src/mh.c
704                 corrected implementation of mh_folder_destroy()
705
706 2003-04-05 [christoph]  0.8.11claws72
707
708         * src/account.c
709         * src/folder.[ch]
710         * src/folderview.c
711         * src/imap.c
712         * src/inc.c
713         * src/main.c
714         * src/mainwindow.c
715         * src/mbox_folder.c
716         * src/mh.c
717         * src/mimeview.h
718         * src/msgcache.[ch]
719         * src/news.c
720         * src/procmime.h
721         * src/procmsg.[ch]
722         * src/setup.c
723         * src/gtk/gtkutils.c
724                 o rename structure field names class and new to klass and
725                   new_msgs, to allow including files in C++
726                 o add 'extern "C"' block to some header files
727                 o add MsgInfoList and MsgNumberList as alias for GSList for
728                   developers to know what type of list is expected
729
730         * src/plugins/image_viewer/plugin.c
731         * src/plugins/image_viewer/viewer.[ch]
732         * src/plugins/image_viewer/viewerprefs.[ch]
733                 rename function names to prevent conflicts
734
735 2003-04-05 [paul]       0.8.11claws71
736
737         * sync with 0.8.11cvs18
738                 see ChangeLog 2003-04-03 and 2003-04-04
739
740 2003-04-02 [christoph]  0.8.11claws70
741
742         * src/folder.[ch]
743         * src/imap.[ch]
744         * src/mbox_folder.[ch]
745         * src/mh.[ch]
746         * src/news.[ch]
747                 o Make all virtual folder functions private
748                 o remove unused folder code
749
750         * src/common/socket.[ch]
751         * src/summaryview.c
752                 fix warnings
753
754 2003-03-30 [alfons]     0.8.11claws69
755
756         * src/send_message.c
757                 remove two debug traces and see if people still report
758                 errors
759
760 2003-03-30 [alfons]     0.8.11claws68
761
762         * src/send_message.c
763         * src/commons/session.c
764                 add more debug traces
765
766 2003-03-30 [christoph]  0.8.11claws67
767
768         * src/folder.c
769                 change processing folder name from .processing to processing
770
771         * src/common/ssl.c
772                 disable SSL certificate check because it causes Xlib error
773                 when the child process want's to open an GTK window
774
775 2003-03-30 [christoph]  0.8.11claws66
776
777         * src/folder.c
778                 don't use default folder for processing folder item because
779                 it can be a non local folder
780
781         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
782
783 2003-03-30 [alfons]     0.8.11claws65
784
785         * src/send_message.c
786                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
787                 to generate bad code for 'send_send_data_progressive': When
788                 called from 'send_send_data_finished', the 'data' pointer is
789                 cleared just before the assignment to the dialog pointer
790
791 2003-03-29 [christoph]  0.8.11claws64
792
793         * src/common/prefs.h
794         * src/plugins/image_viewer/Makefile.am
795         * src/plugins/image_viewer/plugin.c
796         * src/plugins/image_viewer/viewer.[ch]
797         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
798                 add PrefsPage for ImageViewer
799
800 2003-03-28 [thorsten]   0.8.11claws63
801
802         * src/common/session.c
803                 added some comments
804
805 2003-03-28 [paul]       0.8.11claws62
806
807         * sync with 0.8.11cvs16
808                 see ChangeLog 2003-03-28
809
810 2003-03-28 [paul]       0.8.11claws61
811
812         * sync with 0.8.11cvs15
813                 see ChangeLog 2003-03-28
814
815 2003-03-27 [christoph]  0.8.11claws60
816
817         * src/folder.c
818         * src/imap.c
819         * src/common/socket.[ch]
820                 set socket state to DISCONNECTED when any operation
821                 fails to allow reconnecting in IMAP code without
822                 checking the return code of all calls to the command
823                 functions
824
825         * src/folderview.c
826         * src/summaryview.c
827                 remove some more stuff that depends on specific
828                 folder types
829
830 2003-03-27 [paul]       0.8.11claws59
831
832         * sync with 0.8.11cvs14
833                 see ChangeLog 2003-03-27
834                 
835         * src/selective_download.[ch]   ** REMOVED **
836                 really removed
837
838 2003-03-27 [christoph]  0.8.11claws58
839
840         * src/folder.c
841                 fix handling of tmp_flags in flag copy function
842
843 2003-03-27 [paul]       0.8.11claws57
844
845         * sync with 0.8.11cvs13
846                 see ChangeLog 2003-03-27
847
848 2003-03-27 [oliver]     0.8.11claws56
849
850         * src/maiwindow.c
851                 remove sel_download_cb
852
853 2003-03-27 [oliver]     0.8.11claws55
854         
855         * src/inc.c
856                 remove POP3_TOP
857         
858 2003-03-26 [oliver]     0.8.11claws54
859
860         *src/pop.h
861                 remove POP3_TOP*
862         * README.claws
863                 remove selective donwload readme
864
865 2003-03-26 [oliver]     0.8.11claws53
866         * src/matcher.[ch]
867         * src/matcher_parser_parse.y 
868         * src/pop.c 
869         * src/prefs_account.[ch]
870         * src/prefs_filtering.c
871                 remove selective donwload
872
873 2003-03-26 [oliver]     0.8.11claws52
874
875         * src/inc.[ch] 
876         * src/filtering.c 
877         * src/mainwindow.c 
878                 remove selective donwload
879
880 2003-03-26 [oliver]     0.8.11claws51
881         
882         * src/Makefile.am
883         * src/selective_download.[ch]   ** REMOVE **    
884
885 2003-03-26 [christoph]  0.8.11claws50
886
887         * src/news.c
888                 fix NEWS that got broken by a sync with sylpheed-main
889
890 2003-03-26 [christoph]  0.8.11claws49
891
892         * src/mimeview.c
893                 fix mime type guessing when no mime type is found for a file
894
895 2003-03-25 [christoph]  0.8.11claws48
896
897         * src/mimeview.c
898         * src/procmime.c
899                 remove mime type guessing from mime parser and use
900                 name based mime types in viewer lookup for mime type
901                 application/octet-stream
902
903 2003-03-25 [christoph]  0.8.11claws47
904
905         * doc-src/readme.txt
906         * doc-src/rfc2554.txt
907                 add RFC about SMTP AUTH
908
909         * src/send_message.c
910         * src/common/smtp.[ch]
911                 add extra error code for authentication errors and
912                 clear temporary password when this error occurs
913
914         (closes Bug 84 authentication failure while sending should
915          prompt for password again)
916
917 2003-03-25 [christoph]  0.8.11claws46
918
919         * configure.ac
920         * src/Makefile.am
921         * src/imageview.[ch]                            ** REMOVE **
922         * src/messageview.[ch]
923         * src/mimeview.[ch]
924         * src/prefs_common.[ch]
925         * src/textview.c
926         * src/plugins/Makefile.am
927         * src/plugins/image_viewer/.cvsignore           ** NEW **
928         * src/plugins/image_viewer/Makefile.am          ** NEW **
929         * src/plugins/image_viewer/plugin.c             ** NEW **
930         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
931                 move image viewer into a plugin (building is enabled by default)
932                 [ToDo: Prefs for resize and autoview]
933
934 2003-03-25 [paul]       0.8.11claws45
935
936         * sync with 0.8.11cvs12
937                 see ChangeLog 2003-03-26
938
939 2003-03-25 [paul]       0.8.11claws44
940
941         * sync with 0.8.11cvs11
942                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
943                 
944         Note: Selective Download is broken.
945                 
946 2003-03-22 [christoph]  0.8.11claws43
947
948         * src/folder.c
949                 code cleanup for flags copying
950
951 2003-03-22 [christoph]  0.8.11claws42
952
953         * src/plugins/trayicon/trayicon.c
954                 fix setting the transparent area when the window size
955                 is forced by the system tray
956
957 2003-03-22 [christoph]  0.8.11claws41
958
959         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
960         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
961         * src/plugins/trayicon/newmail.xpm              ** NEW **
962         * src/plugins/trayicon/nomail.xpm               ** NEW **
963         * src/plugins/trayicon/trayicon.c
964         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
965                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
966                 o add icon for unread mails
967                 o set transparency for window
968
969 2003-03-22 [christoph]  0.8.11claws40
970
971         * src/news.c
972                 init news session to prevent crash when session is closed
973
974 2003-03-22 [christoph]  0.8.11claws39
975
976         * src/imap.c
977         * src/common/session.[ch]
978                 Init session data to make sure we don't have invalid pointers
979                 for read_ch and write_ch when new multi process sessions are
980                 not used
981
982         * src/main.c
983         * src/common/plugin.c
984         * src/common/sylpheed.c
985         * src/plugins/demo/demo.c
986         * src/plugins/dillo_viewer/dillo_viewer.c
987         * src/plugins/mathml_viewer/mathml_viewer.c
988         * src/plugins/spamassassin/spamassassin.c
989         * src/plugins/spamassassin/spamassassin_gtk.c
990                 add plugin types to allow loading plugins at different times
991                 (and maybe for different frontends), because it's not good to
992                 load GTK-Plugins gefore gtk_init was called
993
994         * configure.ac
995         * src/plugins/Makefile.am
996         * src/plugins/trayicon/.cvsignore               ** NEW **
997         * src/plugins/trayicon/Makefile.am              ** NEW **
998         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
999         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
1000         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
1001         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
1002         * src/plugins/trayicon/trayicon.c               ** NEW **
1003                 New Trayicon plugin that shows an icon in a systray that uses
1004                 XEMBED protocol like Gnome's systray. Icon shows if there
1005                 are new mails and a tooltip shows information about new,
1006                 unread and total messages.
1007
1008 2003-03-22 [paul]       0.8.11claws38
1009
1010         * src/common/smtp.c
1011                 fix ESMTP AUTH CRAM-MD5
1012                 [sync with main (still version 0.8.11cvs6), see
1013                  ChangeLog 2003-03-22]
1014
1015 2003-03-21 [colin]      0.8.11claws37
1016
1017         * src/send_message.c
1018                 Fix USE_SSL => USE_OPENSSL
1019
1020 2003-03-21 [colin]      0.8.11claws36
1021
1022         * src/folderview.c
1023                 Fix counts in drag and dropped subfolders
1024
1025 2003-03-21 [colin]      0.8.11claws35
1026
1027         * src/folder.c 
1028         * src/folderview.c
1029                 speed up a bit folder dnd
1030
1031 2003-03-20 [alfons]     0.8.11claws34
1032
1033         * src/main.c
1034         * src/toolbar.c
1035         * src/procmsg.c
1036                 don't send locked queue messages
1037                 (feature request "[ 705245 ] Locking message in outbox 
1038                  should prevent sending")
1039
1040 2003-03-20 [christoph]  0.8.11claws33
1041
1042         * src/folder.c
1043                 remove NEW and UNREAD flag in special folders when scanning
1044                 
1045         * src/common/smtp.c
1046                 fix ESMTP AUTH CRAM-MD5
1047
1048 2003-03-20 [paul]       0.8.11claws32
1049
1050         * src/prefs_account.c
1051                 Re-write 'Tunnel command to open connection' as
1052                 'Use command to communicate with server', and disable
1053                 it for all except IMAP accounts
1054
1055 2003-03-20 [paul]       0.8.11claws31
1056
1057         * sync with 0.8.11cvs6
1058                 see ChangeLog 2003-03-20
1059
1060 2003-03-19 [match]      0.8.11claws30
1061
1062         * src/addritem.[ch]
1063                 include documentation. minor refactoring.
1064         * src/addr_compl.[ch]
1065         * src/addrindex.[ch]
1066         * src/addresbook.[ch]
1067         * src/summaryview.c
1068                 re-enable address lookup (was disabled in
1069                 0.8.11claws20).
1070
1071 2003-03-19 [christoph]  0.8.11claws29
1072
1073         * src/procmsg.c
1074                 add temp flag handling, will make moving and copying
1075                 messages possible again
1076
1077         * src/folder.c
1078                 correct calulation of folder stats
1079
1080 2003-03-18 [match]      0.8.11claws28
1081
1082         * src/editgroup.h
1083                 remove case sensitive comparison (closes bug 80).
1084
1085 2003-03-18 [christoph]  0.8.11claws27
1086
1087         * src/imap.c
1088                 fix imap using a tunnel command
1089
1090         (closes bug 87)
1091
1092 2003-03-18 [christoph]  0.8.11claws26
1093
1094         * src/folder.[ch]
1095         * src/imap.c
1096         * src/procmsg.[ch]
1097                 rewrite flag handling for folders
1098
1099 2003-03-18 [christoph]  0.8.11claws25
1100
1101         * src/folder.c
1102         * src/procmsg.c
1103         * src/summaryview.c
1104                 unset NEW and UNREAD flags when message is ignored, to make
1105                 sure messages don't show up as unread on other IMAP clients,
1106                 because the IGNORE_THREAD flag can not be syncronized through
1107                 the IMAP folder
1108
1109 2003-03-17 [christoph]  0.8.11claws24
1110
1111         * src/imap.c
1112                 don't use recursion to fetch uids when the number of messages
1113                 does not match. Moved code into subfunction that is used
1114                 again when needed, to prevent an endless loop.
1115
1116 2003-03-17 [thorsten]   0.8.11claws23
1117
1118         * src/imageview.[ch]
1119                 export imageview_get_resized_size() (for plugins)
1120         * src/prefs_common.[ch]
1121                 added prefs_common_get() (for plugins)
1122
1123 2003-03-17 [christoph]  0.8.11claws22
1124
1125         * src/imap.c
1126                 o remove UID guessing from copy code
1127                 o support UIDPLUS extension for APPEND command
1128
1129 2003-03-17 [paul]       0.8.11claws21
1130
1131         * src/gtk/about.c
1132                 remove 'Compiled-plugins' section.
1133                 
1134         * src/plugins/dillo_viewer/dillo_viewer.c
1135                 slight change to description text
1136
1137 2003-03-16 [match]      0.8.11claws20
1138         * src/ldapserver.[ch]           ** NEW **
1139         * src/ldapctrl.[ch]             ** NEW **
1140         * src/ldapquery.[ch]            ** NEW **
1141         * src/ldaputil.[ch]             ** NEW **
1142         * src/addrcindex.[ch]           ** NEW **
1143         * src/addrquery.h               ** NEW **
1144         * src/addritem.[ch]
1145         * src/addrcache.[ch]
1146         * src/addrindex.[ch]
1147         * src/addr_compl.[ch]
1148         * src/addressbook.[ch]
1149         * src/addrbook.[ch]
1150         * src/editgroup.c
1151         * src/editaddress.c
1152         * src/editldap.c
1153         * src/editldap_basedn.c
1154         * src/vcard.c
1155         * src/jpilot.c
1156         * src/Makefile.am
1157                 included dynamic LDAP queries. improved address
1158                 completion.
1159
1160 2003-03-16 [paul]       0.8.11claws19
1161
1162         * tools/multiwebsearch.pl
1163                 fix a fatal typo
1164
1165 2003-03-16 [christoph]  0.8.11claws18
1166
1167         * src/mimeview.c
1168         * src/plugins/dillo_viewer/dillo_viewer.c
1169         * src/plugins/mathml_viewer/mathml_viewer.c
1170                 make unregistering of MimeViewerFactorys possible
1171
1172 2003-03-16 [alfons]     0.8.11claws17
1173
1174         * configure.ac
1175                 correct typo
1176
1177 2003-03-16 [melvin]     0.8.11claws16
1178
1179         * src/plugins/dillo_viewer.c
1180                 Fixed bug where it was not possible to view more than
1181                 one text/html attachment per message (bug discovered
1182                 by Christoph Hohmann).
1183
1184 2003-03-15 [melvin]     0.8.11claws15
1185
1186         * src/prefs_actions.c
1187                 Fixed compilation warnings.
1188
1189 2003-03-15 [melvin]     0.8.11claws14
1190
1191         * src/plugins/Makefile.am
1192         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
1193         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
1194         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
1195                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
1196                 newer (http://dillo.auriga.wearlab.de/).
1197
1198 2003-03-15 [christoph]  0.8.11claws13
1199
1200         * src/imap.c
1201                 don't query imap folder for attributes because we already
1202                 for them from imap_status
1203
1204         * src/mimeview.[ch]
1205                 add support for plugable MimeViewers (unloading Viewers
1206                 not yet complete)
1207
1208         * src/plugins/Makefile.am
1209         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
1210         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
1211         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
1212                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
1213                 widget from http://helm.cs.unibo.it/mml-widget/
1214
1215 2003-03-14 [christoph]  0.8.11claws12
1216
1217         * src/folder.[ch]
1218                 o error return code's should better be negative
1219                 o replace printf with debug_print
1220
1221         * src/imap.c
1222                 improve IMAP folder scan by checking UID-NEXT
1223
1224         * src/summaryview.c
1225                 remove check that are unnecessary in my opinion
1226
1227 2003-03-13 [christoph]  0.8.11claws11
1228
1229         * src/folder.[ch]
1230         * src/foldersel.c
1231         * src/folderview.c
1232         * src/imap.c
1233         * src/mbox_folder.c
1234         * src/mh.c
1235         * src/news.c
1236         * src/prefs_scoring.c
1237         * src/summaryview.c
1238                 use a common function to get a displayable name
1239                 for a FolderItem
1240
1241 2003-03-13 [paul]       0.8.11claws10
1242
1243         * tools/Makefile.am
1244           tools/README
1245           tools/multiwebsearch.conf     ** NEW FILE **
1246           tools/multiwebsearch.pl       ** NEW FILE **
1247                 add multiwebsearch Actions script
1248
1249 2003-03-13 [colin]      0.8.11claws9
1250
1251         * src/compose.c
1252                 Remove leading emtpy lines from quoted text
1253                 before quoting it
1254
1255 2003-03-13 [melvin]     0.8.11claws8
1256
1257         * src/prefs_actions.c
1258                 Fixed a memory leak
1259                 Code clean ups
1260                 Added Cancel and OK buttons
1261                 Corrected help text
1262
1263 2003-03-13 [christoph]  0.8.11claws7
1264
1265         * src/account.c
1266         * src/folder.[ch]
1267         * src/imap.c
1268         * src/mainwindow.c
1269         * src/mbox_folder.c
1270         * src/mh.c
1271         * src/news.c
1272         * src/setup.c
1273                 replace more folder type stuff with folder class stuff
1274
1275 2003-03-13 [melvin]     0.8.11claws6
1276
1277         * src/prefs_actions.c
1278                 Added new tokens:
1279                 %u: user provided argument
1280                 %h: user provided argument (hidden on input)
1281                 %s: current text selection in the message view 
1282
1283 2003-03-13 [paul]       0.8.11claws5
1284
1285         * sync with 0.8.11cvs5
1286                 see ChangeLog 2003-03-11, 2003-03-12
1287
1288 2003-03-12 [christoph]  0.8.11claws4
1289
1290         * src/folder.c
1291                 use folder class idstr when writing folderlist.xml
1292
1293         * src/folder.h
1294         * src/imap.c
1295         * src/news.c
1296                 replace folder type checks with folder class checks
1297
1298 2003-03-12 [christoph]  0.8.11claws3
1299
1300         * src/folder.[ch]
1301         * src/imap.[ch]
1302         * src/main.c
1303         * src/mbox_folder.[ch]
1304         * src/mh.[ch]
1305         * src/news.[ch]
1306                 o create a list of known folder classes in the folder system
1307                 o use folder class id strings for folder item identifiers
1308
1309 2003-03-12 [christoph]  0.8.11claws2
1310
1311         * src/imap.c
1312                 fix imap uid validity check
1313
1314 2003-03-12 [christoph]  0.8.11claws1
1315
1316         * src/account.c
1317         * src/folder.[ch]
1318         * src/foldersel.c
1319         * src/folderview.c
1320         * src/imap.c
1321         * src/mainwindow.c
1322         * src/mbox_folder.c
1323         * src/mh.c
1324         * src/news.c
1325         * src/prefs_scoring.c
1326         * src/procmsg.c
1327         * src/setup.c
1328         * src/summaryview.c
1329                 initial restructuring of folder system, seperating
1330                 folders and folder classes
1331
1332 2003-03-12 [paul]       0.8.11claws
1333
1334         0.8.11claws release
1335
1336 2003-03-12 [christoph]
1337
1338         * src/gtk/prefswindow.c
1339                 fix translation of "Page Index"
1340
1341 2003-03-12 [paul]       0.8.10claws110
1342
1343         a sync from 0.8.11cvs4 before the release
1344
1345         * src/common/utils.c
1346                 subject_compare_for_sort(): allow null strings (fixes
1347                 summary sorting).
1348
1349 2003-03-11 [paul]       0.8.10claws109
1350
1351         * po/es.po
1352                 update Spanish translation, submitted by
1353                 Ricardo Mones Lastra
1354
1355 2003-03-11 [melvin]     0.8.10claws108
1356
1357         * po/fr.po
1358                 Updated French translations
1359
1360 2003-03-11 [paul]       0.8.10claws107
1361
1362         * manual/en/Makefile.am
1363           manual/en/*.html
1364                 update English manual, add a new page
1365                 updated by Francois Barriere <fbarriere@atmel.fr>
1366                 
1367         * po/bg.po
1368           po/it.po
1369           po/sr.po
1370                 update Bulgarian, Italian, and Serbian translations
1371                 submitted by George Danchev, Alessandro Maestri, and
1372                 Urke MMI
1373
1374 2003-03-10 [paul]       0.8.10claws106
1375
1376         * src/gtk/about.c
1377           src/gtk/prefswindow.c
1378                 make some strings translatable
1379
1380 2003-03-10 [darko]      0.8.10claws105
1381
1382         * src/compose.c
1383                 code cleanup to make Hiro happy
1384
1385 2003-03-10 [paul]       0.8.10claws104
1386
1387         * sync with 0.8.11cvs2
1388                 see ChangeLog 2003-03-10
1389
1390 2003-03-09 [melvin]     0.8.10claws103
1391
1392         * src/textview.c
1393                 textview_set_font(): fix for message display in
1394                 UTF-8 locales (thanks to Sergey Vlasov).
1395                 (was unintentionnaly reverted in 0.8.6claws6)   
1396
1397 2003-03-08 [darko]      0.8.10claws102
1398
1399         * src/compose.c
1400                 fix infinite loop in wrapping as reported
1401                 by happycactus
1402                 obsoletes patch #696482
1403
1404 2003-03-08 [christoph]  0.8.10claws101
1405
1406         * src/imap.c
1407                 add workaround for IMAP servers that do not
1408                 support the "UID SEARCH UID" command
1409
1410 2003-03-07 [christoph]  0.8.10claws100
1411
1412         * src/plugins/spamassassin/spamassassin.[ch]
1413         * src/plugins/spamassassin/spamassassin_gtk.c
1414                 code cleanup
1415
1416 2003-03-07 [paul]       0.8.10claws99
1417
1418         * po/es.po
1419                 updated Spanish translation, submitted by
1420                 Ricardo Mones Lastra
1421
1422 2003-03-07 [christoph]  0.8.10claws98
1423
1424         * src/send.c
1425                 fix in 0.8.10claws94 was wrong
1426                 local delivery does not require escaping, remove escaping
1427                 code to make signatures of mails with "." lines valid
1428                 
1429                 NOTE: requires that sendmail is executed with "-i" option,
1430                       what is the default now, but has to be changed in all
1431                       exsiting accounts)
1432
1433 2003-03-07 [paul]       0.8.10claws97
1434
1435         * sync with 0.8.11 release
1436                 see ChangeLog 2003-03-07
1437
1438 2003-03-06 [paul]       0.8.10claws96
1439
1440         * src/compose.c
1441                 revert commit 0.8.10claws92
1442
1443 2003-03-06 [paul]       0.8.10claws95
1444
1445         * src/folderview.c
1446                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
1447
1448         * src/gtkaspell.c
1449                 fix bug 74, 'Crash opening editor window with pseudo-color
1450                 display'
1451                 
1452         Patches submitted by Kevin Vigor <kevin@vigor.nu>
1453
1454 2003-03-06 [christoph]  0.8.10claws94
1455
1456         * src/send.c
1457                 fix rfc2821 (4.5.2) violation in SMTP data sending,
1458                 all lines starting with a period get an extra period
1459                 inserted
1460                 (found by Simon 'corecode' Schubert)
1461
1462 2003-03-06 [paul]       0.8.10claws93
1463
1464         * src/folderview.c
1465                 if configured font can't be loaded fall back to gtk
1466                 default. (with thanks to Christoph)
1467                 
1468                 closes long-standing bug 15 'Crashes on startup'
1469
1470 2003-03-06 [paul]       0.8.10claws92
1471
1472         * src/compose.c
1473                 freeze text before autosave and thaw afterwards
1474                 fixes bug 67 'autosave make re-rediting message crazy'
1475
1476 2003-03-06 [christoph]  0.8.10claws91
1477
1478         * src/compose.c
1479                 ignore address comment in dupe check for Cc-list
1480
1481         (closes reopened bug 47 Replying to message strips name part of
1482          e-mail addresses of Cc: lines)
1483
1484 2003-03-06 [paul]       0.8.10claws90
1485
1486         * src/Makefile.am
1487                 remove reference to gtkxtext.h as its no longer in
1488                 the repository
1489
1490 2003-03-06 [paul]       0.8.10claws89
1491
1492         * sync with 0.8.10cvs25
1493                 see ChangeLog 2003-03-06
1494
1495 2003-03-06 [oliver]     0.8.10claws88
1496         
1497         * src/messageview.c
1498                 remove include
1499
1500 2003-03-06 [oliver]     0.8.10claws87
1501         
1502         * src/folderview.c 
1503                 remove changes introduced inclaws74
1504         * src/messageview.c
1505                 another attempt to sanely delete and update
1506                 messages deleted in separate messageview
1507
1508 2003-03-05 [christoph]  0.8.10claws86
1509
1510         * src/summaryview.c
1511                 check if "From" matches any account's address if
1512                 addressbook completion of addresses is disabled too
1513
1514         (closes Bug 70 "Display recipient in from" doesn't check
1515          folder's default account)
1516
1517 2003-03-05 [christoph]  0.8.10claws85
1518
1519         * src/compose.c
1520         * src/common/utils.[ch]
1521                 don't strip address comments when building Cc lists
1522
1523         (closes Bug 47 Replying to message strips name part of e-mail addresses
1524          of Cc: lines)
1525
1526         * src/folder.c
1527                 fix return value of copy function
1528
1529 2003-03-05 [christoph]  0.8.10claws84
1530
1531         * src/imap.c
1532                 don't ask imap server for non rfc822 headers
1533
1534         (closes bug 71 IMAP FETCH asks for FROM header field twice)
1535
1536         * src/imap.c
1537                 destroy session on socket error to allow reconnecting
1538
1539 2003-03-05 [christoph]  0.8.10claws83
1540
1541         * configure.ac
1542                 fix building with gnome when no prefix is set
1543
1544         (closes bug 66 Gnome directory is set to NONE)
1545
1546 2003-03-05 [paul]       0.8.10claws82
1547
1548         * sync with 0.8.10cvs23
1549                 see ChangeLog 2003-03-05
1550
1551 2003-03-04 [christoph]  0.8.10claws81
1552
1553         * src/folder.c
1554                 o fix moving and copying when folder returns 0 for new
1555                   message number
1556                 o remove some code for single message copy and move
1557                   operations and use functions for multiple messages
1558
1559         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
1560
1561         * src/news.c
1562                 remove unused include
1563
1564 2003-03-04 [paul]       0.8.10claws80
1565
1566         * src/gtk/about.c
1567                 list 'Compiled plugins'
1568
1569 2003-03-03 [christoph]  0.8.10claws79
1570
1571         * src/news.[ch]
1572                 have to multiply the percentage of the current fetch with
1573                 the percentage that it has of the total fetch operation
1574                 for correct values
1575
1576 2003-03-03 [christoph]  0.8.10claws78
1577
1578         * src/news.c
1579                 fix calculation of expected lines for progress indicator
1580
1581 2003-03-03 [christoph]  0.8.10claws77
1582
1583         * src/summaryview.c
1584         * src/common/utils.c
1585                 fix segfault when opening the root news folder
1586
1587 2003-03-03 [christoph]  0.8.10claws76
1588
1589         * src/mainwindow.[ch]
1590         * src/common/Makefile.am
1591         * src/common/progressindicator.[ch]
1592                 add UI independent progress indicator handling
1593
1594         * src/news.[ch]
1595                 use new progress indicator for message info fetching
1596
1597         * src/common/hooks.h
1598                 code cleanup
1599
1600 2003-03-03 [oliver]     0.8.10claws75
1601
1602         * src/toolbar.c
1603         * src/compose.c
1604                 removed commented code
1605
1606 2003-03-03 [oliver]     0.8.10claws74
1607
1608         * src/toolbar.[ch]
1609                 cleanups and refactoring
1610         * src/compose.[ch]
1611                 compose_reply_mode reply & forwarding interface for
1612                 toolbar buttons
1613         * src/folderview.c
1614                 act on messages marked for deletion in folderview_selected
1615                 based on prefs_common.immediate_exec since a message might 
1616                 have been deleted by messageview in a folder we are changing 
1617                 to (does anybody understand what I'm on about ?)
1618
1619 2003-03-03 [oliver]     0.8.10claws73
1620         
1621         * src/messageview.[ch]
1622                 new functions
1623                 - messageview_delete: delete message shown in messagview
1624                 - messageview_update_view: update messageview to currently 
1625                   selected summaryview message
1626                 - add separate messageview to msgview_list in order to update 
1627                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
1628         * src/summaryview.[ch]
1629                 summary_get_selection returns a list of selected msgs
1630                 in summaryview
1631         * src/mainwindow.c
1632                 toolbar reply refactoring
1633
1634 2003-03-03 [paul]       0.8.10claws72
1635
1636         * sync with 0.8.10cvs21
1637                 see ChangeLog 2003-03-03
1638
1639 2003-03-02 [christoph]  0.8.10claws71
1640
1641         * src/common/passcrypt.c
1642                 use POSIX includes
1643
1644 2003-03-02 [christoph]  0.8.10claws70
1645
1646         * configure.ac
1647         * src/prefs_account.c
1648         * src/prefs_gtk.[ch]
1649         * src/common/.cvsignore
1650         * src/common/Makefile.am
1651         * src/common/passcrypt.c                ** NEW **
1652         * src/common/passcrypt.h.in             ** NEW **
1653                 Implement password encryption in config files
1654                 using unix encrypt and setkey functions. The crypt
1655                 key can be set as a configure parameter. Old
1656                 passwords will be converted if they do not begin
1657                 with '!'
1658
1659 2003-03-02 [paul]       0.8.10claws69
1660
1661         * src/prefs_account.c
1662                 fix compile error
1663
1664 2003-03-01 [thorsten]   0.8.10claws68
1665
1666         * po/el.po
1667           po/hr.po
1668           po/it.po
1669           po/nl.po
1670           po/sr.po
1671           po/sv.po
1672                 corrected format strings
1673         * po/en_GB.po
1674                 corrected headers
1675                 (fix compile errors with GNU gettext-0.11.5)
1676
1677 2003-03-01 [oliver]     0.8.10claws67
1678
1679         * src/summaryview.c
1680                 menu callbacks call toolbar_menu_reply
1681
1682 2003-03-01 [oliver]     0.8.10claws66
1683
1684         * src/mainwindow.c
1685         * src/messageview.c
1686                 menu callbacks call toolbar_menu_reply
1687         * src/toolbar.[ch]
1688                 callbacks from menu handled by toolbar_menu_reply
1689
1690 2003-03-01 [paul]       0.8.10claws65
1691
1692         * src/addressbook.c
1693                 revert commit 0.8.10claws54 - breaks editing of
1694                 addressbook.
1695                 
1696         * po/bg.po
1697                 update Bulgarian translation, submitted by
1698                 George Danchev
1699
1700 2003-02-28 [christoph]  0.8.10claws64
1701
1702         * src/account.c
1703         * src/addressadd.c
1704         * src/compose.c
1705         * src/gtkaspell.c
1706         * src/gtkxtext.h                ** REMOVE **
1707         * src/imap.c
1708         * src/matcher.[ch]
1709         * src/mh.c
1710         * src/news.c
1711         * src/pine.c
1712         * src/prefs_common.c
1713         * src/prefs_matcher.c
1714         * src/procheader.[ch]
1715         * src/procmsg.[ch]
1716         * src/toolbar.c
1717         * src/common/ssl_certificate.c
1718         * src/gtk/colorlabel.c
1719         * src/gtk/menu.c
1720                 o fix warnings
1721                 o remove code obsoleted by new cache and folder system rework
1722
1723 2003-02-28 [oliver]     0.8.10claws63
1724         
1725         * src/toolbar.[ch]
1726                 * fix bug where reply in Messageview replied to 
1727                 Message displayed in summaryview
1728                 (reportedd via ML by chinatinte at gmx dot ch)
1729                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
1730                 didn't work in separate MessageView Toolbar
1731                 (wondering if anybody uses this at all ?)
1732         * src/summaryview.[ch]
1733                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
1734                 (generalize reply and forward code);
1735         * src/messageview.c 
1736                 remove focus_in event which updated summaryview to messageview
1737
1738 2003-02-28 [paul]       0.8.10claws62
1739
1740         * po/Makefile.in.in
1741                 add the --check option
1742                 Patch submitted by Ricardo Mones Lastra
1743
1744 2003-02-28 [paul]       0.8.10claws61
1745
1746         * src/prefs_account.c
1747                 re-order 'Signature' items
1748
1749 2003-02-28 [paul]       0.8.10claws60
1750
1751         * sync with 0.8.10cvs20
1752                 see ChangeLog 2003-02-28
1753
1754 2003-02-28 [paul]       0.8.10claws59
1755
1756         * po/POTFILES.in
1757                 update to reflect recent movement of files
1758
1759 2003-02-28 [paul]       0.8.10claws58
1760
1761         * sync with 0.8.10cvs19
1762                 see ChangeLog 2003-02-28
1763
1764 2003-02-27 [martin]     0.8.10claws57
1765
1766         * src/prefs_matcher.c 
1767                 fix segfault in prefs_matcher_ok() when the
1768                 last entry is deleted and prevents that the
1769                 message "entry not saved" comes up after deleting
1770                 an entry
1771
1772 2003-02-27 [martin]     0.8.10claws56
1773
1774         * src/prefs_filtering.c 
1775                 fix segfault in prefs_filtering_ok() when the
1776                 last entry is deleted and prevents that the
1777                 message "entry not saved" comes up after deleting
1778                 an entry
1779
1780 2003-02-27 [paul]       0.8.10claws55
1781
1782         * sync with 0.8.10cvs18
1783                 see ChangeLog 2003-02-27
1784
1785 2003-02-27 [paul]       0.8.10claws54
1786
1787         * src/addressbook.c
1788                 fix bug where the address book crashes with 
1789                 multiple lookups.
1790                 Patch [687729] submitted by David Frager 
1791                 <dbfrager@users.sourceforge.net>
1792
1793 2003-02-25 [christoph]  0.8.10claws53
1794
1795         * src/Makefile.am
1796         * src/colorlabel.[ch]           ** REMOVE **
1797         * src/gtk/Makefile.am
1798         * src/gtk/colorlabel.[ch]       ** NEW **
1799                 move colorlabel files to gtk directory
1800
1801         * src/esmtp.[ch]                ** REMOVE **
1802                 has been merged into smtp.[ch] in 0.7.5
1803
1804 2003-02-25 [christoph]  0.8.10claws52
1805
1806         * src/Makefile.am
1807         * src/about.[ch]                ** REMOVE **
1808         * src/gtk/Makefile.am
1809         * src/gtk/about.[ch]            ** NEW **
1810                 move about files to gtk directory
1811
1812 2003-02-25 [christoph]  0.8.10claws51
1813
1814         * src/folder.c
1815                 some code optimization of folder scanning code
1816
1817         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
1818
1819 2003-02-25 [christoph]  0.8.10claws50
1820
1821         * src/main.c
1822         * src/common/sylpheed.c
1823                 add command line parameter parsing to common code
1824
1825 2003-02-24 [christoph]
1826
1827         * Makefile.am
1828         * configure.ac
1829                 fix gnome prefix problems, the configure script now removed
1830                 `gnome-config --prefix` from `gnome-config --datadir`
1831                 and adds $(prefix} instead
1832
1833         (closes Bug 24 Makefile does not respect prefix when installing
1834          GNOME data)
1835
1836 2003-02-24 [christoph]  0.8.10claws49
1837
1838         * src/news.c
1839                 check for valid session before trying to authenticate
1840
1841         (closes Bug 60 crash if "authenticate on logon" is activated
1842          and newsserver-hostname is not valid)
1843
1844 2003-02-24 [melvin]     0.8.10claws48
1845
1846         * src/prefs_actions.c
1847                 Make sure all user's input is sent to the action and then
1848                 close the socket..
1849
1850 2003-02-23 [alfons]     0.8.10claws46
1851
1852         * src/summaryview.c
1853                 also wait cursor when deleting files
1854
1855 2003-02-23 [paul]
1856
1857         * tools/freshmeat_search.pl
1858           tools/google_search.pl
1859                 scripts should now work for any browser/browser command line
1860
1861 2003-02-22 [christoph]  0.8.10claws45
1862
1863         * src/procmsg.c
1864                 fix IMAP flag setting, IMAP flag is not handled correctly
1865                 anymore by the folder system and information about the
1866                 folder should not be saved in the MsgInfo (in my opinion)
1867
1868         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1869
1870 2003-02-22 [christoph]  0.8.10claws44
1871
1872         * src/summaryview.c
1873                 fix spelling of "label" ;-)
1874
1875 2003-02-22 [thorsten]   0.8.10claws43
1876
1877         * src/mimeview.c
1878           src/prefs_common.[ch]
1879           src/procmime.[ch]
1880                 do not use description as attachment name
1881
1882 2003-02-22 [alfons]     0.8.10claws42
1883
1884         * src/summaryview.c
1885                 freeze/thaw folder item updates when changing color labels,
1886                 and put a wait cursors on
1887
1888 2003-02-22 [thorsten]   0.8.10claws41
1889
1890         * src/mimeview.c
1891                 save-all fixes: crash if invoked on multipart container,
1892                 mimeinfo access, pathseparators, error dialog
1893
1894 2003-02-21 [alfons]     0.8.10claws40
1895
1896         * src/prefs_gtk.c
1897                 remove unused var
1898
1899 2003-02-21 [colin]      0.8.10claws39
1900
1901         * src/send.c
1902                 Fix smtp logging
1903
1904 2003-02-21 [colin]      0.8.10claws38
1905
1906         * src/summaryview.c
1907                 Freeze/thaw folderItem updates when filtering messages 
1908                 via Tools/Filter messages
1909
1910 2003-02-21 [paul]       0.8.10claws37
1911
1912         * src/compose.c
1913                 revert commit 0.8.10claws26, there are ulterior motives
1914                 for users to set a Reply-To header when posting to
1915                 newsgroups
1916
1917 2003-02-21 [paul]       0.8.10claws36
1918
1919         * sync with 0.8.10cvs17
1920                 see ChangeLog 2003-02-21
1921
1922 2003-02-20 [christoph]  0.8.10claws35
1923
1924         * src/imap.c
1925                 IMAP UID fetch speedup using SEARCH
1926
1927         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1928
1929         * src/imap.c
1930                 fix problem with UIDs in IMAP UID cache that no longer existed
1931
1932 2003-02-20 [christoph]  0.8.10claws34
1933
1934         * src/imap.c
1935         * src/procheader.c
1936         * src/procheader.h
1937                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1938
1939         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1940
1941         * src/imap.c
1942                 Rewrite imap_cmd_gen_recv use sock_getline instead
1943                 of sock_gets to avoid problems with too long reply
1944                 lines
1945     
1946 2003-02-20 [colin]      0.8.10claws33
1947         
1948         * src/prefs_account.c
1949                 Better wording
1950
1951 2003-02-20 [colin]      0.8.10claws32
1952
1953         * src/compose.c
1954                 Remove useless '&& !to_sender' 
1955
1956 2003-02-20 [darko]
1957
1958         * AUTHORS
1959                 change my e-mail address
1960
1961 2003-02-19 [colin]      0.8.10claws31
1962
1963         * src/prefs_common.c
1964                 X11 style colors for every configurable color
1965
1966 2003-02-19 [alfons]     0.8.10claws30
1967
1968         * src/prefs_gtk.[ch]
1969         * src/prefs_common.c
1970                 for color_new accept both plain integers and X11 style color
1971                 names (as found in /usr/lib/X11/rgb.txt)
1972
1973 2003-02-19 [paul]       0.8.10claws29
1974
1975         * src/mainwindow.c
1976                 add tooltips to online/offline button and account selector
1977                 button
1978
1979 2003-02-19 [paul]       0.8.10claws28
1980
1981         * src/folder.c
1982           src/news.c
1983           src/prefs_account.[ch]
1984           src/prefs_common.[ch]
1985                 move 'Maximum number of articles to download' to
1986                 account prefs.
1987                 clean up account prefs gui a little by hiding entries
1988                 rather then greying out entries
1989
1990 2003-02-19 [hiro]       0.8.10claws27
1991
1992         * src/common/utils.c
1993                 fix bug #54 'yesterdays date is displayed in the message 
1994                 summary window'
1995
1996 2003-02-19 [paul]       0.8.10claws26
1997
1998         * src/compose.c
1999                 fix bug reported in Feature Request [688596] 
2000                 'Reply-to header in news'
2001
2002 2003-02-18 [paul]       0.8.10claws25
2003
2004         * src/select-keys.c
2005                 add a 'List all keys' button to key selection dialog
2006
2007 2003-02-18 [colin]      0.8.10claws24
2008         
2009         * src/stock_pixmap.c
2010                 fix compile error
2011
2012 2003-02-18 [colin]      0.8.10claws23
2013
2014         * src/common/smtp.[ch]
2015           src/prefs_account.c
2016                 Try to starttls if it seems to be the only
2017                 way to authenticate a user
2018
2019 2003-02-18 [paul]       0.8.10claws22
2020
2021         * src/Makefile.am
2022           src/folderview.c
2023           src/stock_pixmap.[ch]
2024           src/pixmaps/drafts_close.xpm  ** NEW FILE **
2025           src/pixmaps/drafts_open.xpm   ** NEW FILE **
2026                 as a Drafts folder is a special folder allow it to have
2027                 its own unique icons
2028
2029 2003-02-18 [colin]      0.8.10claws21
2030
2031         * src/imap.c
2032                 Fix port selection when using starttls
2033
2034 2003-02-18 [paul]       0.8.10claws20
2035
2036         * src/mainwindow.c
2037           src/prefs_common.[ch]
2038                 make blue the default new mail colour
2039
2040 2003-02-18 [paul]       0.8.10claws19
2041
2042         * sync with 0.8.10cvs14
2043                 see ChangeLog 2003-02-18
2044
2045 2003-02-17 [jens]       0.8.10claws18
2046
2047         * src/common/md5.c
2048                 fixed a compile problem with gcc 3.3
2049                 works on 2.95.3 too (testet on PPC as it is big endian)
2050
2051 2003-02-17 [paul]       0.8.10claws17
2052
2053         * sync with 0.8.10cvs13
2054                 see ChangeLog 2003-02-17
2055
2056 2003-02-17 [paul]       0.8.10claws16
2057
2058         * sync with 0.8.10cvs12
2059                 see ChangeLog 2003-02-17
2060
2061 2003-02-16 [match]      0.8.10claws15
2062
2063         * src/addressbook.c
2064                 Eliminates reloading of address data when items
2065                 deleted or added. Applied submitted by
2066                 Luke Plant <lukeplant@softhome.net>
2067
2068 2003-02-16 [paul]       0.8.10claws14
2069
2070         * src/news.c
2071                 when a 'protocol error' is encountered disconnect from
2072                 the server. This means that the user can carry on viewing
2073                 other articles and doesn't have to either wait until the
2074                 server timesout or quit sylpheed.
2075                 Fixes bug #53 'Unable to read messages in newsgroups, 
2076                 displayed message doesn't change'
2077
2078 2003-02-15 [christoph]  0.8.10claws13
2079
2080         * src/imap.c
2081                 fix bug that stopped scanning of folders when an
2082                 IMAP folder was empty
2083
2084         (closes bug 46 stop scan messages in folders after empty folder)
2085
2086 2003-02-15 [paul]
2087
2088         * tools/Makefile.am
2089           tools/README
2090           tools/freshmeat_search.pl     ** NEW FILE **
2091           tools/google_search.pl        ** NEW FILE **
2092                 Add 2 Actions scripts which search freshmeat/google
2093                 for the selected text using the browser configured
2094                 in sylpheedrc.
2095                 
2096         Note: These scripts are very dependent on the format of the
2097         browser command and may not work on every occasion. Testing
2098         is welcome. 
2099
2100 2003-02-14 [alfons]     0.8.10claws12
2101
2102         * src/compose.c
2103                 fix breakage because of uninitialized account pointer.
2104                 please verify.
2105
2106 2003-02-14 [paul]       0.8.10claws11
2107
2108         * src/compose.c
2109           src/prefs_account.[ch]
2110           src/prefs_common.[ch]
2111                 move signature settings to Account Prefs
2112
2113 2003-02-14 [paul]       0.8.10claws10
2114
2115         * sync with 0.8.10cvs11
2116                 see ChangeLog 2003-02-14
2117
2118 2003-02-13 [thorsten]   0.8.10claws9
2119
2120         * src/news.c
2121                 revert news progressbar (GUI separation)
2122
2123 2003-02-13 [paul]       0.8.10claws8
2124
2125         * src/compose.c
2126                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
2127                 paragraph 1
2128
2129 2003-02-13 [paul]       0.8.10claws7
2130
2131         * src/compose.[ch]
2132           src/summaryview.c
2133                 fix 'Follow-up and Reply-to' so that it creates a reply to
2134                 the newsgroup and the sender. If the message has the keyword
2135                 'poster' in the Followup-To header, all replies go to the
2136                 sender, re: RFC 1036, Section 2.2.3
2137                 rename all instances of 'ignore_replyto' to 'to_sender', both
2138                 were previously used, now we use just one.
2139
2140 2003-02-13 [paul]       0.8.10claws6
2141
2142         * sync with 0.8.10cvs9
2143                 see ChangeLog 2003-02-13
2144
2145 2003-02-13 [paul]       0.8.10claws5
2146
2147         * configure.ac
2148                 show which plugins are configured in the configure
2149                 output.
2150
2151 2003-02-12 [thorsten]   0.8.10claws4
2152
2153         * src/news.c
2154                 show progress while fetching news headers
2155
2156 2003-02-12 [christoph]  0.8.10claws3
2157
2158         * configure.ac
2159         * src/plugins/Makefile.am
2160                 use AM_CONDITIONAL to enable plugins, automake correctly
2161                 manages this when creating distdir
2162
2163 2003-02-12 [christoph]  0.8.10claws2
2164
2165         * ac/spamassassin.m4
2166         * src/plugins/spamassassin/Makefile.am
2167                 fix building SpamAssassin plugin without OpenSSL
2168
2169 2003-02-12 [paul]       0.8.10claws1
2170
2171         * ac/Makefile.am
2172           src/Makefile.am
2173           src/plugins/Makefile.am
2174                 fix failure of 'make release'
2175
2176 2003-02-12 [paul]       0.8.10claws
2177
2178         * 0.8.10claws released
2179
2180 2003-02-12 [paul]       0.8.9claws56
2181
2182         * po/bg.po
2183           po/es.po
2184           po/it.po
2185           po/ru.po
2186           po/sr.po
2187                 updated translations by George Danchev, Ricardo Mones Lastra,
2188                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
2189                 
2190         * sylpheed.spec.in
2191                 Allow the building of RPMs by a regular user. Submitted
2192                 by Sergei Astanin
2193
2194 2003-02-11 [alfons]     0.8.9claws55
2195
2196         * src/colorlabel.c
2197                 don't use pixmaps for label color rect but draw rectangles
2198                 so we can respect the color map of palette based visuals
2199                 (fixes the long time crashes on Suns - thanks to Andreas
2200                 Engel and Steve O'Hara-Smith for testing)
2201
2202 2003-02-11 [christoph]  0.8.9claws54
2203
2204         * src/matcher_parser_parse.y
2205                 correct bug where filering rules of not existing folders in
2206                 matcherrc were added to global filtering
2207                 
2208         (closes Debian Bug #180253 - Directory's filter-rules are merged with
2209          main filter-rules after removing directory, http://bugs.debian.org/180253)
2210         
2211 2003-02-11 [paul]       0.8.9claws53
2212
2213         * sync with 0.8.10cvs7
2214                 see ChangeLog 2003-02-09
2215
2216 2003-02-11 [melvin]     0.8.9claws52
2217
2218         * po/fr.po
2219                 Updated French tranlsations
2220
2221 2003-02-10 [paul]       0.8.9claws51
2222
2223         * sylpheed.spec.in
2224                 correct --enable-openssl
2225                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
2226
2227 2003-02-09 [martin]     0.8.9claws50
2228
2229         * src/prefs_matcher.c
2230                 fix segfault in prefs_matcher_substitute_cb() when
2231                 no row is selected
2232
2233 2003-02-09 [paul]       0.8.9claws49
2234
2235         * src/folderview.c
2236                 fix bug where a newsgroup folder's processing rules were
2237                 merged with the global filtering rules when the newsgroup
2238                 folder was deleted, causing some seriously bad results,
2239                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
2240
2241 2003-02-08 [melvin]     0.8.9claws48
2242
2243         * src/compose.c
2244                 Corrected and modified an alert message.
2245
2246 2003-02-07 [paul]       0.8.9claws47
2247
2248         * src/folderview.c
2249                 fix bug where both an 'Account properties' window and a
2250                 'Folder properties' window were opened when clicking on
2251                 'Properties' in an NNTP or IMAP folder's popup menu.
2252
2253 2003-02-07 [paul]       0.8.9claws46
2254
2255         * sync with 0.8.10cvs6
2256                 see ChangeLog 2003-02-06
2257
2258 2003-02-06 [christoph]  0.8.9claws45
2259
2260         * src/mbox.c
2261                 freeze folder updates while importing mbox files
2262                 (closes bug 43 importing mbox took hours)
2263                 
2264         Patch submitted by Jens Rantil <jens.rantil@telia.com>
2265
2266 2003-02-06 [thorsten]   0.8.9claws44
2267
2268         * po/de.po
2269                 Updated german translations
2270
2271 2003-02-06 [thorsten]   0.8.9claws43
2272
2273         * src/news.h
2274                 use guint for message numbers (fix count in grouplist dialog)
2275
2276 2003-02-05 [paul]       0.8.9claws42
2277
2278         * sync with 0.8.10cvs2
2279                 see ChangeLog 2003-02-05
2280
2281 2003-02-04 [colin]      0.8.9claws41
2282
2283         * src/prefs_common.[ch]
2284           src/procmsg.c
2285           src/summaryview.c
2286                 Add an option to disable threading by subject
2287
2288 2003-02-04 [christoph]  0.8.9claws40
2289
2290         * src/inc.c
2291                 only abort fetching mails from multiple accounts when the
2292                 error is fatal and does not allow to check any more accounts
2293                 (currently only disk full error)
2294
2295         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
2296          receive mails for other accouts)
2297
2298 2003-02-04 [christoph]  0.8.9claws39
2299
2300         * src/folder.c
2301                 first add the new message to the cache, then
2302                 send the update notification
2303
2304         (closes bug 39 after sending message folderview doesnt get updated)
2305
2306 2003-02-04 [colin]      0.8.9claws38
2307
2308         * src/inc.c
2309                 _really_ fix this Connecting... status
2310
2311 2003-02-04 [paul]       0.8.9claws37
2312
2313         * sync with 0.8.10
2314                 see ChangeLog 2003-02-04
2315
2316 2003-02-04 [paul]       0.8.9claws36
2317
2318         * sync with 0.8.9cvs6
2319                 see ChangeLog 2003-02-03
2320
2321 2003-02-04 [paul]       0.8.9claws35
2322
2323         * po/pt_BR.po
2324                 updated by André Filipe de Assunção e Brito 
2325                 <bedecko@netsite.com.br>
2326
2327 2003-02-03 [thorsten]   0.8.9claws34
2328
2329         * po/de.po
2330                 Updated german translations
2331
2332 2003-02-02 [paul]       0.8.9claws33
2333
2334         * po/es.po
2335                 updated by Ricardo Mones Lastra
2336
2337 2003-02-02 [thorsten]   0.8.9claws32
2338
2339         * src/mh.c
2340                 Fix mh_get_msginfo() segfault if file is inaccessible
2341
2342 2003-01-31 [colin]      0.8.9claws31
2343
2344         * src/procheader.c
2345                 Fix last commit's bug
2346
2347 2003-01-31 [colin]      0.8.9claws30
2348
2349         * src/procheader.c
2350                 Missing a change for gpg-signed messages
2351
2352 2003-01-31 [paul]       0.8.9claws29
2353
2354         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
2355           src/procheader.c
2356           src/stock_pixmap.[ch]
2357           src/summaryview.c
2358                 indicate GnuPG signed messages by displaying an icon
2359                 in the Attachment column.
2360
2361 2003-01-31 [paul]       0.8.9claws28
2362
2363         * sync with 0.8.9cvs4
2364                 see ChangeLog 2003-01-31
2365
2366 2003-01-31 [alfons]     0.8.9claws27
2367
2368         * src/textview.c
2369                 tune URI parser to accept mailto URLs with a '?'
2370                 (patch from Ruslan Balkin)
2371
2372 2003-01-31 [colin]      0.8.9claws26
2373
2374         * src/summaryview.c
2375                 Fix a leak introduced in claws24
2376
2377 2003-01-31 [colin]      0.8.9claws25
2378
2379         * src/summaryview.c
2380                 Freeze/Thaw folder updates when deleting dups
2381
2382 2003-01-31 [colin]      0.8.9claws24
2383         
2384         * src/addr_compl.c
2385           src/summaryview.c
2386           src/msgcache.c
2387                 little speed improvements
2388
2389 2003-01-31 [colin]      0.8.9claws23
2390
2391         * src/summaryview.c
2392                 Fix segfault when forwarding nothing
2393                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
2394                 
2395 2003-01-30 [paul]       0.8.9claws22
2396
2397         * sync with 0.8.9cvs3
2398                 see ChangeLog 2003-01-30
2399
2400 2003-01-30 [paul]       0.8.9claws21
2401
2402         * sync with 0.8.9cvs2
2403                 see ChangeLog 2003-01-30
2404
2405 2003-01-29 [paul]       0.8.9claws20
2406
2407         * sync with 0.8.9cvs1
2408                 see ChangeLog 2003-01-29
2409
2410 2003-01-28 [paul]       0.8.9claws19
2411
2412         * po/POTFILES.in
2413                 update to reflect changes. 
2414                 thanks to Ricardo Mones Lastra
2415
2416 2003-01-27 [christoph]  0.8.9claws18
2417
2418         * ac/openssl.m4
2419         * ac/spamassassin.m4
2420         * src/plugins/spamassassin/README
2421         * src/plugins/spamassassin/libspamc.[ch]
2422         * src/plugins/spamassassin/utils.[ch]
2423                 updated to latest libspamc
2424
2425 2003-01-27 [christoph]  0.8.9claws17
2426
2427         * src/folder.c
2428                 fix wrong use of procheader_get_header_fields
2429
2430 2003-01-27 [christoph]  0.8.9claws16
2431
2432         * src/news.c
2433         * src/prefs_account.[ch]
2434         * src/common/nntp.[ch]
2435                 allow to force authentication for NNTP servers
2436
2437         Patch submitted by Florian Mickler <dmk@d-labs.de>
2438
2439 2003-01-26 [paul]       0.8.9claws15
2440
2441         * src/summaryview.c
2442                 speed up of marking messages as read
2443                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
2444
2445 2003-01-26 [christoph]  0.8.9claws14
2446
2447         * src/Makefile.am
2448         * src/mgutils.[ch]              ** REMOVE **
2449         * src/xml.[ch]                  ** REMOVE **
2450         * src/xmlprops.[ch]             ** REMOVE **
2451         * src/common/Makefile.am
2452         * src/common/mgutils.[ch]       ** NEW **
2453         * src/common/xml.[ch]           ** NEW **
2454         * src/common/xmlprops.[ch]      ** NEW **
2455                 move xml files to common directory
2456
2457 2003-01-26 [christoph]  0.8.9claws13
2458
2459         * src/plugins/spamassassin/spamassassin_gtk.c
2460                 only set gtk entry text if string is available
2461
2462 2003-01-26 [melvin]     0.8.9claws12
2463
2464         * src/description_window.c
2465                 Allow resizing of the window
2466                 Allow automatic horizontal scroll bar
2467                 Do not vertically expand and fill
2468
2469 2003-01-26 [christoph]  0.8.9claws11
2470
2471         * src/Makefile.am
2472         * src/gtkutils.[ch]             ** REMOVE **
2473         * src/common/sylpheed.c
2474         * src/gtk/Makefile.am
2475         * src/gtk/description_window.c
2476         * src/gtk/gtkutils.[ch]         ** NEW **
2477         * src/gtk/prefswindow.c
2478                 move gtkutils to gtk directory
2479
2480 2003-01-26 [paul]       0.8.9claws10
2481
2482         * src/summaryview.c
2483                 rename summary_unread_clicked() to summary_status_clicked()
2484
2485 2003-01-26 [melvin]     0.8.9claws9
2486
2487         * src/prefs_actions.c
2488                 Cosmetical changes to the help text
2489
2490 2003-01-26 [paul]       0.8.9claws8
2491
2492         * src/folder.[ch]
2493           src/mainwindow.c
2494           src/prefs_common.c
2495           src/prefs_sumamry_column.c
2496           summaryview.[ch]
2497                 rename the 'Unread' column to 'Status'
2498
2499 2003-01-25 [match]      0.8.9claws7
2500
2501         * src/mgutils.[ch]
2502                 removed reference to LDAP constants. removed error2string.
2503                 included functions to support LDAP dynamic queries.
2504         * src/syldap.h
2505                 moved LDAP constants here.
2506         * src/addressbook.c
2507         * src/addrindex.c
2508         * src/importldif.c
2509                 removed references to LDAP constants and references to
2510                 error2string.
2511
2512 2003-01-25 [paul]       0.8.9claws6
2513
2514         * src/summaryview.c
2515                 summary_thread_build(), summary_thread_init(): remove 
2516                 unneeded reference to summaryview->folder_item
2517
2518 2003-01-25 [christoph]  0.8.9claws5
2519
2520         * src/gtk/description_window.c
2521                 o allow description texts to expand over multiple columns
2522                 o translate all columns
2523         * src/prefs_actions.c
2524                 change syntax description to use new multi column feature
2525
2526         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2527
2528 2003-01-25 [match]      0.8.9claws4
2529
2530         * src/vcard.c
2531                 fixed bug with Quoted-Printable
2532
2533 2003-01-25 [paul]       0.8.9claws3
2534
2535         * src/folder.[ch]
2536           src/summaryview.[ch]
2537                 implement per-folder collapsed/expanded threads setting
2538                 
2539         * src/prefs_common.c
2540                 remove global collapsed/expanded threads option
2541
2542 2003-01-25 [christoph]  0.8.9claws2
2543
2544         * po/POTFILES.in
2545                 add pluginwindow and prefswindow
2546         * src/compose.c
2547                 make send respond correctly to messages that could be added
2548                 to the queue folder, but the UID of the message is unknown
2549         * src/folder.c
2550         * src/imap.c
2551                 don't return guessed UIDs in imap_add_msg anymore. We return
2552                 0 to tell the folder system it was appened but the UID is
2553                 unknown. Folder system now get's the UID by scaning the folder
2554                 and searching the cache for the Message-ID
2555                 (closes bug #29 Messages queued, but not sent)
2556
2557 2003-01-25 [paul]       0.8.9claws1
2558
2559         * src/codeconv.c
2560                 conv_encode_header():  fix bug when long headers with 8-bit
2561                 characters are used, so that the encoded words are wrapped.
2562                 If the space in the original text falls on the wrap boundary,
2563                 it can be lost.
2564                 Patch by Sergey Vlasov.
2565                 
2566         * src/folderview.c
2567                  fix bug where a change to the sorting method or thread view
2568                  of a folder's messages is lost if simpify-subject is set and
2569                  toggled on or off.
2570                  Patch by Luke Plant.
2571
2572 2003-01-24 [paul]       0.8.9claws
2573
2574         * sylpheed-0.8.9claws released
2575         
2576         * Makefile.am
2577           sylpheed.spec.in
2578                 remove reference to 'INSTALL.jp'
2579
2580 2003-01-23 [paul]       0.8.8claws128
2581
2582         * po/es.po
2583           po/it.po
2584           po/ru.po
2585           po/sr.po
2586                 updated translations. submitted by Ricardo Mones Lastra,
2587                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
2588
2589 2003-01-23 [colin]      0.8.8claws127
2590
2591         * src/compose.c
2592                 Fix drafted and queued news articles re-edition
2593
2594 2003-01-23 [melvin]     0.8.8claws126
2595
2596         * po/fr.po
2597                 Updated French translations
2598
2599 2003-01-23 [colin]      0.8.8claws125
2600
2601         * src/inc.c
2602                 Fix "Connecting to..." status message
2603
2604 2003-01-22 [paul]       0.8.8claws124
2605
2606         * po/bg.po
2607                 updated by George Danchev
2608                 
2609         * src/folder.c
2610                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
2611                 and folder deletion
2612
2613 2003-01-21 [paul]       0.8.8claws123
2614
2615         * po/bg.po
2616                 updated by George Danchev
2617                 
2618         * src/about.c
2619                 its now 2003
2620                 
2621         * src/toolbar.c
2622                 don't translate 'Separator'
2623                 
2624         * src/plugins/spamassassin/Makefile.am
2625                 add aspell to CPPFLAGS
2626                 
2627         * src/plugins/spamassassin/spamassassin.c
2628           src/plugins/spamassassin/spamassassin_gtk.c
2629                 set correct default for spamassassin_receive_spam
2630                 slightly re-word descriptions and some
2631                 other minor changes
2632
2633 2003-01-19 [alfons]     0.8.8claws122
2634                 
2635         * src/mimeview.c
2636                 mimeview_save_as(): we might as well show the file name for
2637                 the single case "Save As" too
2638
2639 2003-01-19 [alfons]     0.8.8claws121
2640
2641         * src/crash.c
2642                 change bug tracker URL to bugzilla URL
2643
2644 2003-01-19 [alfons]     0.8.8claws120
2645
2646         * src/mimeview.c
2647                 mimeview_save_all(): display name of file before overwriting;
2648                 continue saving all, even when one overwrite was cancelled
2649
2650 2003-01-19 [christoph]  0.8.8claws119
2651
2652         * src/summaryview.c
2653         * src/procmsg.[ch]
2654                 fix wrong usage of procmsg_find_children in summaryview
2655                 by using procmsg_update_unread_children instead of
2656                 summaryview_update_unread_children
2657
2658 2003-01-19 [christoph]  0.8.8claws118
2659
2660         * src/procmsg.c
2661                 fix infinite loop in procmsg_find_children
2662                  (closes bug #25 sylpheed crashes on delete.)
2663
2664         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2665
2666 2003-01-19 [paul]       0.8.8claws117
2667
2668         * po/pt_BR.po
2669                 updated by Ivan Francolin Martinez
2670
2671 2003-01-18 [melvin]     0.8.8claws116
2672
2673         * src/prefs_actions.c
2674                 Removed syntax limitation of only one '&' at the end of command.
2675                         Now actions that contain '>/dev/null 2>&1' are possible.
2676
2677 2003-01-18 [melvin]     0.8.8claws115
2678
2679         * src/prefs_actions.c
2680                 Actions IO dialog: when the action ends
2681                 the "Close" button now has focus and [Escape] closes the
2682                 window.
2683
2684 2003-01-18 [christoph]  0.8.8claws114
2685
2686         * src/procmsg.c
2687                 o add debug output when MsgInfos are really freed
2688                 o free GSLists in procmsg_find_children and
2689                   procmsg_update_unread_children
2690
2691 2003-01-18 [christoph]  0.8.8claws113
2692
2693         * src/mainwindow.c
2694                 reorder Configuration menu
2695
2696 2003-01-18 [christoph]  0.8.8claws112
2697
2698         * src/compose.c
2699                 fix applying templates to forwarded messages
2700
2701         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2702
2703 2003-01-17 [christoph]  0.8.8claws111
2704
2705         * src/folder.c
2706                 destroy folder items, when a folder item is removed
2707
2708 2003-01-17 [christoph]  0.8.8claws110
2709
2710         * src/folder.c
2711                 fix wrong folder stats update when ignored message is
2712                 deleted
2713
2714 2003-01-17 [colin]      0.8.8claws109
2715         
2716         * src/mainwindow.c
2717         * src/summaryview.c
2718                 Quicksearch bugfixes: 
2719                 - hide help button at startup if not extended
2720                 - switch to extended when looking for replies
2721
2722 2003-01-17 [paul]
2723
2724         * sync with 0.8.9 release
2725
2726 2003-01-17 [paul]       0.8.8claws108
2727
2728         * sync with 0.8.8cvs11
2729                 see ChangeLog 2003-01-17
2730
2731 2003-01-16 [colin]      0.8.8claws107
2732
2733         * src/procmsg.c
2734                 Changed encryption test to re-ask passphrase
2735                 if an encrypted message hasn't been decrypted
2736                 Fixes bug #5
2737
2738 2003-01-16 [christoph]  0.8.8claws106
2739
2740         * src/prefs_gtk.c
2741         * src/prefs_toolbar.c
2742         * src/gtk/prefswindow.h
2743         * src/plugins/spamassassin/spamassassin_gtk.c
2744                 remove page destroy function that is not used anymore
2745
2746 2003-01-16 [paul]       0.8.8claws105
2747
2748         * sync with 0.8.8cvs9
2749                 see ChangeLog 2002-01-16
2750
2751 2003-01-16 [colin]      0.8.8claws104
2752
2753         * src/compose.[ch]
2754                 Fix bug with autosaved drafts for IMAP, when draft
2755                 folder is specified - fixes bugzilla bug #20
2756
2757 2003-01-15 [paul]       0.8.8claws103
2758
2759         * src/compose.[ch]
2760           src/procmsg.c
2761                 store folder and message-id of message forwarding
2762                 in queue header and set forward flag after sending
2763
2764 2003-01-15 [paul]       0.8.8claws102
2765
2766         * sync with 0.8.8cvs8
2767                 see ChangeLog 2002-01-15
2768
2769 2003-01-15 [colin]      0.8.8claws101
2770
2771         * src/Makefile.am
2772                 Fix linking with GNU libiconv
2773
2774 2003-01-15 [darko]      0.8.8claws100
2775
2776         * src/pine.c
2777                 fix crash when importing pine address book
2778                 entry with an empty name (reported by DY
2779                 <dybulk at tri8.net>)
2780
2781 2003-01-14 [paul]       0.8.8claws99
2782
2783         * configure.in  ** REMOVED **
2784           configure.ac  ** NEW FILE **
2785                 rename configure.in to configure.ac, as it is now
2786                 preferred
2787
2788 2003-01-14 [melvin]     0.8.8claws98
2789
2790         * src/folderview.c
2791                 folderview_check_new(): More precise function description
2792
2793 2003-01-14 [melvin]     0.8.8claws97
2794
2795         * src/folderview.c
2796                 folderview_check_new(): return the number of new messages 
2797                         since last check.
2798         * src/inc.c
2799                 inc_account_mail(): Disable counting of new messages for IMAP
2800                         and NNTP until bug [19] and [14] are fixed.
2801
2802 2003-01-14 [paul]       0.8.8claws96
2803
2804         * sync with 0.8.8cvs6
2805                 see ChangeLog 2003-01-14
2806
2807 2003-01-13 [alfons]     0.8.8claws95
2808
2809         * src/textview.c
2810                 tune email address validation (c. 0.8.8claws89): if . is 
2811                 just one char away from @, the address is invalid too 
2812                 (correctly rejects addresses like foo@.com)
2813
2814 2003-01-13 [paul]       0.8.8claws94
2815
2816         * src/messageview.c
2817           src/toolbar.c
2818                 fixes to the Message View toolbar and menu:
2819                 fix non-functioning Forward button
2820                 make Reply button consider default_reply_list
2821                 remove 'Follow-up...' menu entry
2822                 add 'Forward' and 'Redirect' menu entries
2823
2824 2003-01-13 [melvin]     0.8.8claws93
2825
2826         * src/inc.c
2827                 Fixed typo that could make new messages count incorrect.
2828
2829 2003-01-13 [melvin]     0.8.8claws92
2830
2831         * src/folderview.[ch]
2832                 folderview_check_new(): return the number of new messages.
2833         * src/inc.c
2834                 Should fix bug [14] where new mail notification worked 
2835                         incorrectly with IMAP accounts.
2836                 inc_spool_account(): return number of new msgs, or -1 on error
2837                 inc_all_spool(): return number of new msgs
2838                 
2839 2003-01-13 [melvin]     0.8.8claws91
2840
2841         * src/prefs_actions.c
2842                 Justify help text.
2843
2844 2003-01-12 [thorsten]   0.8.8claws90
2845
2846         * src/common/prefs.c
2847                 close file before rename
2848
2849 2003-01-12 [alfons]     0.8.8claws89
2850
2851         * AUTHORS
2852                 add Christian Mertes
2853         * src/common/utils.[ch]
2854                 g_stricase_hash(), g_stricase_equal(): functions for 
2855                 case insensitive hash tables
2856         * src/textview.c
2857                 use top level domain names to validate email address, based
2858                 on a patch by Christian Mertes (thanks!), but changed 
2859                 implementation to use a hash table 
2860
2861 2003-01-12 [paul]       0.8.8claws88
2862
2863         * po/bg.po
2864                 updated by George Danchev
2865
2866 2003-01-12 [alfons]     0.8.8claws87
2867
2868         * src/summaryview.c
2869                 delete / execute performance: use new style folder update
2870
2871 2003-01-12 [paul]       0.8.8claws86
2872
2873         * sync with 0.8.8cvs5
2874                 see ChangeLog 2003-01-13 (!)
2875
2876 2003-01-12 [alfons]     0.8.8claws85
2877
2878         * src/filtering.c
2879         * src/matcher_parser_parse.y
2880                 prepare change_score filtering action
2881         * src/matcher.[ch]
2882                 give up const-correctness on functions that call non-const-correct functions;
2883                 several casts to gpointer in g_free();
2884                 add change_score;
2885
2886 2003-01-12 [christoph]  0.8.8claws84
2887
2888         * src/compose.c
2889                 fix 2 warnings
2890
2891         * src/gtk/prefswindow.[ch]
2892         * src/plugins/spamassassin/spamassassin_gtk.c
2893                 changed the call of the widget create function
2894                 for PrefsPages, because sometimes the widget
2895                 create function needs a widget that already has
2896                 been attached to a window (to create GDK pixmaps
2897                 for exmaple). So we simply pass the GtkWindow as
2898                 the second parameter now.
2899
2900         * src/main.c
2901         * src/mainwindow.c
2902         * src/prefs_toolbar.[ch]
2903                 rewrite Toolbar Preferences using the new
2904                 prefs window
2905
2906 2003-01-11 [alfons]     0.8.8claws83
2907
2908         * src/addressadd.c
2909                 fix crash when adding sender to addressbook because status bar
2910                 isn't there (the status bar doesn't seem to be used though,
2911                 but I'll let Match decide what to do with it)
2912
2913 2003-01-11 [colin]      0.8.8claws82
2914
2915         * src/main.c
2916           src/toolbar.c
2917                 Two useless changes reversed
2918
2919 2003-01-11 [colin]      0.8.8claws81
2920
2921         * src/mainwindow.c
2922           src/mainwindow.h
2923                 Add mainwindow_get_mainwindow()
2924         * src/alertpanel.c
2925           src/alertpanel.h
2926                 Add alertpanel_error_log() 
2927         * src/compose.c
2928           src/inc.c
2929           src/messageview.c
2930           src/toolbar.c
2931           src/main.c
2932           src/procmsg.c
2933                 Network errors get a View Log button
2934
2935 2003-01-10 [alfons]     0.8.8claws80
2936
2937         * src/prefs_toolbar.c
2938         * src/toolbar.c
2939                 use the translatable string for "Separator" as file name for
2940                 separator toolbar items (probably make this uppercase?)
2941
2942 2003-01-10 [alfons]     0.8.8claws79
2943
2944         * src/prefs_toolbar.c
2945                 put right A_SEPARATOR description string in "displayed
2946                 toolbar items list" so manually added separators are
2947                 saved correctly (bug #10, "Adding a separator to the main 
2948                 toolbar fails, entry in xml file is wrong")
2949
2950 2003-01-10 [christoph]  0.8.8claws78
2951
2952         * src/imap.c
2953                 o fix warnings
2954                 o use CAPABILITY to check if NAMESPACE is available
2955
2956 2003-01-10 [christoph]  0.8.8claws77
2957
2958         * src/imap.[ch]
2959                 apply UIDPLUS IMAP extension support patch
2960
2961         Patch submitted by Simon 'corecode' Schubert
2962
2963 2003-01-10 [paul]       0.8.8claws76
2964
2965         * src/folderview.c
2966                 a sync from main which fixes the news account folders'
2967                 Properties bug
2968
2969 2003-01-10 [christoph]  0.8.8claws75
2970
2971         * src/folder.c
2972                 don't accept 0 as a valid uid returned by copy and move
2973                 functions. 0 means the message was copied or moved but the
2974                 new uid could not be fetched. It is not an error condition
2975                 for the copy or move operation.
2976
2977 2003-01-10 [paul]       0.8.8claws74
2978
2979         * src/prefs_filtering.c
2980                 change English used in Alert when entry is not
2981                 saved.
2982                 
2983         * sync with 0.8.8cvs4
2984                 see ChangeLog 2003-01-10
2985
2986 2003-01-10 [darko]      0.8.8claws73
2987
2988         * src/pine.c
2989                 fix crash when importing address book entry
2990                 without a valid address
2991
2992 2003-01-09 [alfons]     0.8.8claws72
2993
2994         * src/inc.c
2995                 filtering performance: use new style folder update
2996
2997 2003-01-09 [christoph]  0.8.8claws71
2998
2999         * src/compose.c
3000         * src/gtk/menu.[ch]
3001                 fix wrong selecting of mime encoding type, when
3002                 opening property dialog of attachments in the
3003                 compose window. 7bit was always selected and that
3004                 destoryed files with 8bit data.
3005                 (closes bug #9 Sylpheed-claws destroys attachments when
3006                  changing MIME-types)
3007
3008 2003-01-09 [paul]       0.8.8claws70
3009
3010         * sync with 0.8.8cvs3
3011                 see ChangeLog 2003-01-09
3012
3013 2003-01-08 [alfons]     0.8.8claws69
3014         
3015         * src/addressadd.c
3016                 apply patch by Kim Schulz to fix build breakage
3017                 because of missing variable
3018
3019 2003-01-08 [paul]       0.8.8claws68
3020
3021         * sync with 0.8.8cvs2
3022                 see ChangeLog 2002-01-08
3023
3024 2003-01-08 [paul]       0.8.8claws67
3025
3026         * po/it.po
3027                 updated by Alessandro Maestri
3028                 
3029         * src/addressadd.c
3030                 when using 'Add sender to addressbook' allow
3031                 name to be edited and remarks to be entered
3032                 Patch submitted by Luke Plant
3033
3034 2003-01-08 [darko]      0.8.8claws66
3035
3036         * README.claws, src/summaryview.c
3037                 fix description for marked messages
3038
3039 2003-01-08 [paul]
3040
3041         * tools/Makefile.am
3042           tools/launch_phoenix  ** NEW FILE **
3043                 add script that enables using Phoenix as the default
3044                 web browser. 
3045                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
3046                 
3047         * tools/OOo2sylpheed.pl
3048                 remove full path to sylpheed executable, just 'sylpheed'
3049                 will do
3050                 
3051         * tools/README
3052                 add launch_phoenix informtion and re-arrange and compress
3053                 the data a little
3054
3055 2003-01-07 [christoph]  0.8.8claws65
3056
3057         * src/folder.c
3058                 fix update for source folder when moving messages
3059         * src/procmsg.[ch]
3060         * src/summaryview.c
3061                 use function to set to_folder for message infos and
3062                 automatically update the op_count for old and new
3063                 folder
3064
3065 2003-01-07 [melvin]     0.8.8claws64
3066
3067         * src/prefs_actions.c
3068                 Fixed bug where an '%p' Action on a displayed image crashed 
3069                         Sylpheed
3070                 Code clean up (get rid of duplicated code and removed unnecessary 
3071                                 structure member)
3072
3073 2003-01-07 [christoph]  0.8.8claws63
3074
3075         * src/compose.c
3076         * src/folder.[ch]
3077         * src/folderview.c
3078         * src/import.c
3079         * src/inc.c
3080         * src/main.c
3081         * src/mainwindow.c
3082         * src/messageview.c
3083         * src/prefs_folder_item.c
3084         * src/procmsg.c
3085         * src/summaryview.c
3086         * src/toolbar.c
3087                 o remove all folder update triggering from the UI code. The folder
3088                   system should know much better when a folder needs an update.
3089                 o to prevent multiple updates in a row the folder updates can be
3090                   frozen for some time.
3091
3092                 Note: - Please verify that no updates are missing
3093                       - Check where freeze/thaws should be added
3094
3095 2003-01-07 [christoph]  0.8.8claws62
3096
3097         * src/prefs_actions.c
3098                 don't translate empty strings
3099
3100         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3101
3102 2003-01-06 [christoph]  0.8.8claws61
3103
3104         * src/prefs_actions.c
3105                 mark strings for gettext
3106         * src/prefs_matcher.c
3107                 use new description window for Execute action and
3108                 match condition in Filtering
3109
3110         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3111
3112 2003-01-06 [alfons]     0.8.8claws60
3113
3114         keep myself inspired to re-organize matcher part 8; 
3115         yes, more to come (I need to move out the descriptive
3116         text for actions to matcher.c, or at least make it not
3117         depend on the wicked ordering)
3118
3119         * src/prefs_matcher.c
3120                 add documentation so others may comprehend the
3121                 UI part of the conditions
3122                 
3123 2003-01-06 [christoph]  0.8.8claws59
3124
3125         * src/prefs_actions.c
3126                 use new description window for syntax help
3127         * src/gtk/description_window.c
3128                 fix display of descriptions with column count != 2
3129
3130         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3131
3132 2003-01-06 [christoph]  0.8.8claws58
3133
3134         * src/quote_fmt.c
3135         * src/summaryview.[ch]
3136         * src/gtk/Makefile.am
3137         * src/gtk/description_window.[ch]       ** NEW **
3138                 use a generic window to display syntax descriptions
3139                 currently used in quote_fmt and summaryview (new description
3140                 for extended quick search)
3141
3142         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3143
3144 2003-01-06 [paul]       0.8.8claws57
3145
3146         * sync with 0.8.8cvs1
3147                 see ChangeLog 2003-01-06
3148
3149 2003-01-06 [christoph]  0.8.8claws56
3150
3151         * src/mainwindow.c
3152         * src/prefs_gtk.[ch]
3153         * src/gtk/prefswindow.[ch]
3154         * src/plugins/spamassassin/spamassassin_gtk.c
3155                 o remove page management from prefswindow, pages
3156                   will be an argument to prefswindow_open
3157                 o prefswindow_open gets a datapointer that is
3158                   passed to the widget_create function to allow
3159                   creation of prefswindow for specific items
3160
3161 2003-01-06 [colin]      0.8.8claws55
3162         
3163         * src/summaryview.c
3164                 We don't want regexp in the reply-finder, 
3165                 because MIDs can contain !,$,. and so on
3166
3167 2003-01-06 [jens]       0.8.8claws54
3168
3169         * src/jpilot.c
3170                 fixed a wrong free in jpilot_read_db_files
3171
3172 2003-01-06 [alfons]     0.8.8claws53
3173
3174         re-organize matcher part 8; more to come
3175        
3176         * src/matcher.c
3177                 matcherprop_to_string(): put g_free()s before the
3178                 switch-case break to fix memleaks                
3179
3180 2003-01-06 [colin]      0.8.8claws52
3181
3182         * src/summaryview.c
3183                 cleanup & reply-finder now displays the first 
3184                 matching message
3185
3186 2003-01-05 [alfons]     0.8.8claws51
3187
3188         re-organize matcher part 7; more to come
3189
3190         * src/matcher.[ch]
3191                 fixes for constant correctness;
3192                 more documentation;
3193
3194 2003-01-05 [alfons]     0.8.8claws50
3195
3196         re-organize matcher part 6; more to come
3197         
3198         * src/matcher.[ch]
3199                 fixes for constant correctness;
3200                 more documentation;
3201         * src/filtering.c
3202                 fix for constant correctness
3203
3204 2003-01-05 [colin]      0.8.8claws49
3205
3206         * src/account.[ch]
3207                 Add account_get_reply_account function
3208         * src/compose.c
3209                 Use account_get_reply_account function 
3210         * src/summaryview.c
3211                 Basic reply-finder - click on the replied
3212                 icon gets you to the outbox using quick-search
3213
3214 2003-01-05 [paul]       0.8.8claws48
3215
3216         * src/prefs_common.c
3217                 small change to English
3218                 
3219         * src/prefs_filtering.c
3220                 prefs_filtering_action_select(): improve logic and uniformity
3221                 of gui
3222
3223 2003-01-05 [alfons]     0.8.8claws47
3224
3225         fine tune solution to focus problems (bug #7)
3226
3227         * src/mainwindow.c
3228                 mainwindow_focus_in_event(): remove grab event check
3229         * src/summaryview.c
3230                 summary_button_pressed(): move selection on right-click
3231                 too. we can't possibly move the selection back after
3232                 canceling a dialog, because gtk's incomplete focus 
3233                 management. whether this is a good solution, only time
3234                 will tell.
3235
3236 2003-01-05 [christoph]  0.8.8claws46
3237
3238         * src/imap.c
3239                 fix crash when no imap connection could be established
3240
3241 2003-01-05 [paul]       0.8.8claws45
3242
3243         * src/mainwindow.c
3244           src/sumamryview.c
3245           src/gtk/menu.[ch]
3246                 fix bug 605957 'shortcuts in popup-menu'
3247                 make user-defined shortcuts work
3248                 show shortcuts that are already defined
3249                 in the main menu
3250                 Patch submitted by Luke Plant
3251
3252 2003-01-05 [alfons]     0.8.8claws44
3253
3254         * src/mainwindow.c
3255                 focus_in_event handler should not select summary view row 
3256                 when another window (menu, dialog) grabbed for events 
3257                 (bug #7, "[0.8.8claws42] Message summary focus") 
3258
3259 2003-01-04 [christoph]  0.8.8claws43
3260
3261         * src/procmsg.c
3262                 update save folder after adding the sent message
3263                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
3264
3265 2003-01-02 [christoph]  0.8.8claws42
3266
3267         * src/common/plugin.c
3268                 fix unloading of all plugins and unload
3269                 plugins in reverse order
3270                 
3271         * src/gtk/pluginwindow.c
3272                 implement function of load and unload button
3273
3274         * src/gtk/prefswindow.c
3275         * src/gtk/prefswindow.h
3276                 rename register function and add new unregister
3277                 function
3278
3279         * src/plugins/spamassassin/spamassassin_gtk.c
3280                 unregister prefs page and update for changes in
3281                 src/gtk/prefswindow.c
3282
3283 2003-01-02 [paul]       0.8.8claws41
3284
3285         * po/es.po
3286                 updated by Ricardo Mones Lastra
3287
3288 2003-01-02 [paul]
3289
3290         * tools/tb2sylpheed
3291                 fixes and improvements by Urke MMI
3292
3293 2003-01-02 [thorsten]   0.8.8claws40
3294
3295         * src/procmsg.c
3296                 fixed wrong return value
3297
3298 2003-01-02 [thorsten]   0.8.8claws39
3299
3300         * src/prefs.c
3301                 fixed printing wrong variable
3302
3303 2003-01-02 [thorsten]   0.8.8claws38
3304
3305         * src/prefs.c
3306                 fixed acessing members of freed pfile struct
3307
3308 2003-01-02 [thorsten]   0.8.8claws37
3309
3310         * src/procmsg.c
3311                 detect loops across several messages
3312                 as suggested by Christoph Hohmann
3313
3314 2003-01-01 [match]      0.8.8claws36
3315
3316         * src/addrindex.c
3317                 fixed another memory leak.
3318
3319 2003-01-01 [match]      0.8.8claws35
3320
3321         * src/jpilot.[ch]
3322                 fixed memory leaks. applied Doxygen comments.
3323
3324 2003-01-01 [thorsten]   0.8.8claws34
3325
3326         * src/procmsg.c
3327                 inhibit endless loop if msg references itself
3328                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
3329
3330 2003-01-01 [christoph]  0.8.8claws33
3331
3332         * src/mainwindow.c
3333         * src/gtk/Makefile.am
3334         * src/gtk/pluginwindow.c                ** NEW **
3335         * src/gtk/pluginwindow.h                ** NEW **
3336                 add plugin window
3337
3338         * src/plugins/demo/demo.c
3339         * src/plugins/spamassassin/spamassassin.c
3340         * src/plugins/spamassassin/spamassassin_gtk.c
3341                 write better plugin descriptions
3342
3343 2002-12-31 [christoph]  0.8.8claws32
3344
3345         * src/gtk/prefswindow.c
3346         * src/plugins/spamassassin/spamassassin_gtk.c
3347                 some small improvements to GTK code
3348
3349 2002-12-31 [christoph]  0.8.8claws31
3350
3351         * src/plugins/spamassassin/spamassassin_gtk.c
3352                 enable folder select button
3353
3354 2002-12-31 [christoph]  0.8.8claws30
3355
3356         * src/mainwindow.c
3357         * src/gtk/Makefile.am
3358         * src/gtk/prefswindow.c                         ** NEW **
3359         * src/gtk/prefswindow.h                         ** NEW **
3360                 add new prefs window
3361
3362         * src/common/plugin.c
3363                 don't try to load empty config lines
3364         
3365         * src/plugins/spamassassin/Makefile.am
3366         * src/plugins/spamassassin/spamassassin.c
3367         * src/plugins/spamassassin/spamassassin.h       ** NEW **
3368         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
3369                 GTK config for SpamAssassin Plugin using
3370                 the new prefs window
3371
3372 2002-12-31 [paul]       0.8.8claws29
3373
3374         * po/POTFILES.in
3375                 remove obsolete entry 'src/menu.c'
3376
3377 2002-12-31 [alfons]     0.8.8claws28
3378
3379         * src/matcher.[ch]
3380         * src/matcher_parser_parse.y
3381         * src/prefs_matcher.c
3382                 add "ignore_thread" and "~ignore_thread" condition so it's
3383                 possible to make the actions / scoring operate on the ignore
3384                 thread flag
3385
3386 2002-12-31 [christoph]  0.8.8claws27
3387
3388         * src/addrbook.c
3389         * src/addrindex.c
3390         * src/folder.c
3391         * src/matcher.c
3392         * src/prefs_account.c
3393         * src/prefs_actions.c
3394         * src/prefs_customheader.c
3395         * src/prefs_display_header.c
3396         * src/prefs_gtk.c
3397         * src/procmime.c
3398         * src/toolbar.c
3399         * src/xmlprops.c
3400         * src/common/prefs.[ch]
3401                 extend prefs file handling for reading and automatic handling
3402                 of blocks. When reading prefs_set_block_label will automatically
3403                 move on to the block. When writing it will copy all other blocks
3404                 automatically
3405
3406         * src/common/plugin.c
3407                 Now loading plugin filenames from [Plugins] block in
3408                 sylpheed rc file
3409
3410 2002-12-30 [christoph]  0.8.8claws26
3411
3412         * src/common/hooks.[ch]
3413                 return abort status to caller of hooks_invoke
3414                 
3415         * src/inc.[ch]
3416                 invoke message filtering hook and stop
3417                 default handling when filter returns abort
3418
3419         * src/common/plugin.[ch]
3420         * src/plugins/demo/demo.c
3421                 modify plugin loader, because resolving symbols for strings
3422                 does not work correctly
3423         
3424         * configure.in
3425         * ac/spamassassin.m4                            ** NEW **
3426         * src/plugins/spamassassin/.cvsignore           ** NEW **
3427         * src/plugins/spamassassin/Makefile.am          ** NEW **
3428         * src/plugins/spamassassin/README               ** NEW **
3429         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
3430         * src/plugins/spamassassin/spamassassin.c       ** NEW **
3431         * src/plugins/spamassassin/utils.[ch]           ** NEW **
3432                 add spamassassin plugin, see src/plugins/spamassassin/README
3433                 for details
3434
3435 2002-12-29 [alfons]     0.8.8claws25
3436
3437         * src/mainwindow.c
3438                 when moving focus from a message view to the main 
3439                 window, don't forget to select the summary node
3440                 of the displayed message. should fix "[ 659103 ] 
3441                 focus-follows-mouse confuses sylpheed"
3442
3443 2002-12-29 [christoph]  0.8.8claws24
3444
3445         * src/Makefile.am
3446         * src/stringtable.[ch]          ** REMOVE **
3447         * src/common/Makefile.am
3448         * src/common/stringtable.[ch]   ** NEW **
3449                 move stringtable files to common directory
3450
3451 2002-12-29 [christoph]  0.8.8claws23
3452
3453         * src/Makefile.am
3454         * src/menu.[ch]                 ** REMOVE **
3455         * src/gtk/Makefile.am
3456         * src/gtk/menu.[ch]             ** NEW **
3457                 move menu files to gtk directory
3458
3459 2002-12-29 [match]      0.8.8claws22
3460
3461         * src/addressbook.c
3462         * src/syldap.c
3463                 moved UI specific code out of LDAP code into addressbook
3464                 UI code. fixed memory leak.
3465
3466 2002-12-29 [christoph]  0.8.8claws21
3467
3468         * src/folder.c
3469                 only check for IGNORED parent message when message is
3470                 not IGNORED itself
3471
3472 2002-12-29 [alfons]     0.8.8claws20
3473
3474         * src/summaryview.c
3475                 set gtksctree's anchor correct (immediate execute
3476                 changes the tree's layout, and anchor points at 
3477                 the incorrect row). fixes "[ 657233 ] multiple msg 
3478                 delete sometimes off by 1".
3479                 we probably have to look for more tree layout /
3480                 anchor glitches.
3481
3482 2002-12-29 [paul]       0.8.8claws19
3483
3484         * src/summaryview.c
3485                 fix bug [ 659054 ] incorrect sorting of 'From' column
3486                 when using 'display sender using address book'
3487                 thanks to Alfons and Luke Plant
3488
3489 2002-12-29 [christoph]  0.8.8claws18
3490
3491         * src/folder.c
3492         * src/procmsg.[ch]
3493                 check parent messages for IGNORE THREAD flag, when adding,
3494                 moving or copying messages to a folder
3495
3496 2002-12-27 [alfons]     0.8.8claws17
3497
3498         re-organize matcher part 5; more to come
3499
3500         * src/matcher.c
3501                 hash keywords in matchparser_tab 
3502
3503 2002-12-27 [alfons]     0.8.8claws16
3504
3505         re-organize matcher part 4; more to come
3506
3507         * src/matcher_parser.h
3508         * src/matcher_parser_lex.l
3509         * src/matcher_parser_parse.y
3510                 cleanup
3511
3512 2002-12-27 [alfons]     0.8.8claws15
3513
3514         re-organize matcher part 3; more to come
3515
3516         * src/matcher.[ch]
3517                 cleanup
3518
3519 2002-12-27 [alfons]     0.8.8claws14
3520
3521         re-organize matcher part 2; more to come but this should
3522         work. cc me if there are any regressions.
3523
3524         * src/matcher.h
3525                 add prototype for get_matchparser_tab_id()
3526         * src/matcher_parser_lex.l
3527                 look up keywords using matchparser_tab_id();
3528
3529 2002-12-27 [alfons]     0.8.8claws12
3530
3531         re-organize matcher part 1
3532
3533         * src/matcher.h
3534                 map yacc generated constants to sylpheed matcher constants
3535         * src/matcher.c
3536                 add function to find a matcher constant from a string
3537
3538 2002-12-27 [christoph]  0.8.8claws11
3539
3540         * src/compose.c
3541                 MENUITEM_ADD casts the 4th argument from integer to pointer
3542                 so it probably should not be a pointer, this means we
3543                 should use account id for it and not the account's pointer
3544
3545 2002-12-27 [paul]       0.8.8claws10
3546
3547         * src/mainwindow.c
3548                 remove unneeded 'GtkWidget *vbox'
3549                 
3550         * src/summaryview.c
3551                 further sync with 0.8.8 - make sort
3552                 by recipient work as expected
3553                 
3554         * NEWS
3555                 sync with 0.8.8
3556
3557 2002-12-27 [paul]       0.8.8claws9
3558
3559         * po/pt_BR.po
3560                 updated by Ivan F. Martinez
3561                 
3562 2002-12-27 [darko]      0.8.8claws8
3563
3564         * src/common/utils.c
3565                 added locked pattern to extended search
3566
3567 2002-12-27 [alfons]     0.8.8claws7
3568
3569         * src/prefs_matcher.[ch]
3570                 clean up
3571
3572 2002-12-26 [alfons]     0.8.8claws6
3573
3574         * src/matcher.[ch]
3575         * src/matcher_parser_lex.l
3576         * src/matcher_parser_parse.y
3577         * src/prefs_matcher.c
3578                 allow color label as a condition in the matcher
3579
3580 2002-12-26 [oliver]     0.8.8claws5
3581         
3582         * src/toolbar.c 
3583                 enable Addressbook for Main and Messageview
3584         * src/prefs_actions.c
3585                 enable actions in Messageview
3586
3587 2002-12-26 [christoph]  0.8.8claws4
3588
3589         * src/common/plugin.c
3590                 add a little debug output
3591         * configure.in
3592         * src/plugins/demo/Makefile.am
3593                 better use of automake
3594
3595 2002-12-26 [christoph]  0.8.8claws3
3596
3597         * src/Makefile.am
3598         * src/common/Makefile.am
3599                 fix "make distdir"
3600
3601 2002-12-26 [christoph]  0.8.8claws2
3602
3603         * configure.in
3604                 sort configure checks into common / gtk / plugins
3605         * po/POTFILES.in
3606                 add src/prefs_gtk.c
3607         * src/Makefile.am
3608                 add plugins SUBDIR
3609         * src/main.c
3610         * src/common/sylpheed.[ch]
3611                 added now sylpheed_done function for shutdown
3612         * src/common/Makefile.am
3613         * src/common/plugin.[ch]                ** NEW **
3614                 plugin loader and unloader
3615         * src/plugins/.cvsignore                ** NEW **
3616         * src/plugins/Makefile.am               ** NEW **
3617                 build plugins
3618         * src/plugins/demo/.cvsignore           ** NEW **
3619         * src/plugins/demo/Makefile.am          ** NEW **
3620         * src/plugins/demo/demo.c               ** NEW **
3621                 small demo plugin that installs a logtext hook and
3622                 outputs the log text to stdout
3623
3624 2002-12-26 [paul]       0.8.8claws1
3625
3626         * po/es.po
3627                 updated by Ricardo Mones Lastra
3628
3629 2002-12-26 [paul]       0.8.8claws
3630
3631         * 0.8.8claws released
3632
3633 2002-12-26 [paul]       0.8.7claws12
3634
3635         * po/bg.po
3636                 updated by George Danchev
3637
3638 2002-12-26 [paul]       0.8.7claws11
3639
3640         * po/POTFILES.in
3641                 remove unneeded 'src/prefs.c' entry 
3642
3643 2002-12-26 [paul]       0.8.7claws10
3644
3645         * src/codeconv.c
3646           src/mainwindow.c
3647                 sync with 0.8.8 release
3648         
3649         * src/folder.[ch]
3650           src/mh.c
3651           src/summaryview.c
3652                 partial sync with 0.8.8 release
3653         
3654
3655 2002-12-25 [alfons]     0.8.7claws9
3656
3657         * src/matcher.[ch]
3658         * src/matcher_parser_lex.l
3659         * src/matcher_parser_parse.y
3660         * src/prefs_matcher.c
3661                 add locked flag to possible filtering / matcher 
3662                 conditions (also a good example what should be
3663                 done to add a simple boolean condition)
3664
3665 2002-12-25 [christoph]  0.8.7claws8
3666
3667         * src/Makefile.am
3668         * src/account.[ch]
3669         * src/addrbook.c
3670         * src/addressbook.c
3671         * src/addrindex.c
3672         * src/filtering.c
3673         * src/folder.c
3674         * src/matcher.c
3675         * src/prefs.[ch]                ** REMOVE **
3676         * src/prefs_account.c
3677         * src/prefs_actions.c
3678         * src/prefs_common.c
3679         * src/prefs_customheader.c
3680         * src/prefs_display_header.c
3681         * src/prefs_filtering.c
3682         * src/prefs_folder_item.c
3683         * src/prefs_gtk.[ch]            ** NEW **
3684         * src/prefs_matcher.c
3685         * src/prefs_scoring.c
3686         * src/prefs_summary_column.c
3687         * src/procmime.c
3688         * src/selective_download.c
3689         * src/toolbar.c
3690         * src/common/Makefile.am
3691         * src/common/prefs.[ch]         ** NEW **
3692                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
3693
3694 2002-12-24 [alfons]     0.8.7claws7
3695
3696         * src/summaryview.c
3697                 summary_thread_build(): fix real cause of the crash mentioned in
3698                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
3699                 this way we get meaningful ctree nodes 
3700
3701 2002-12-24 [oliver]     0.8.7claws6
3702
3703         * src/mainwindow.[ch]
3704         * src/messageview.[ch]
3705         * src/compose.[ch]
3706         * src/inc.c
3707         * src/summaryview.c
3708                 changes to use updated toolbar handling
3709                 
3710 2002-12-24 [oliver]     0.8.7claws5
3711
3712         * src/toolbar.[ch]
3713                 generic toolbar handling
3714                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
3715         * src/prefs_toolbar.[ch]
3716                 adjust to handling
3717         
3718 2002-12-24 [oliver]     0.8.7claws4
3719         
3720         * src/stock_pixmap.[ch]
3721                 move SYLPHEED_LOGO to end of list in order 
3722                 to remove it from Custom Toolbar`s Icon View
3723
3724 2002-12-24 [alfons]     0.8.7claws3
3725
3726         * src/summaryview.c
3727                 summary_thread_build(): fix crash because of focus != selection 
3728                 after threading. when deleting the selection, gtk tries but fails 
3729                 to find the correct focusable element. we now force the selection
3730                 to be focused. this should solve the infamous bug reported by 
3731                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
3732                 a test case is available. 
3733
3734 2002-12-24 [darko]      0.8.7claws2
3735
3736         * src/summaryview.c
3737                 don't crash when unmarking message with unread children
3738
3739 2002-12-23 [christoph]  0.8.7claws1
3740
3741         * src/Makefile.am
3742         * src/common/Makefile.am
3743                 update Makefiles for moved intl.h, version.h and defs.h
3744         * src/imap.c
3745                 rewrite imap_session_get to avoid duplicate code
3746
3747 2002-12-23 [paul]       0.8.7claws
3748
3749         * Santa-Claws released
3750         
3751         * po/hu.po
3752           po/ru.po
3753                 squeeze in updated Hungarian and Russian translations.
3754                 Submitted by  Gál Zoltán and Ruslan N. Balkin
3755
3756 2002-12-23 [paul]       0.8.6claws129
3757
3758         * po/pl.po
3759                 updated by Witold Wladyslaw Wojciech Wilk
3760
3761 2002-12-23 [paul]       0.8.6claws128
3762
3763         * src/quote_fmt_parse.y
3764                 fix typo and add licence header
3765
3766 2002-12-23 [paul]       0.8.6claws127
3767
3768         * po/en_GB.po
3769                 updated
3770
3771 2002-12-23 [paul]       0.8.6claws126
3772
3773         * po/it.po
3774                 updated translation, submitted by Alessandro Maestri
3775                 
3776 2002-12-23 [paul]       0.8.6claws125
3777
3778         * src/quote_fmt_parse.y
3779                 fix signature-stripping on replies bug. match
3780                 '-- \n' and not '-- '.
3781
3782 2002-12-22 [paul]       0.8.6claws124
3783
3784         * po/bg.po
3785           po/es.po
3786           po/sr.po
3787                 updated translations. submitted by George Danchev,
3788                 Ricardo Mones Lastra, and Urke MMI respectively
3789
3790 2002-12-21 [paul]       0.8.6claws123
3791
3792         * src/addrbook.c
3793                 fix coding style
3794
3795 2002-12-21 [paul]       0.8.6claws122
3796
3797         * src/addrbook.c
3798                 fix bug [643638] where if a person is in one or more
3799                 addressbook groups editing that person's email 
3800                 address results in removal from those groups.
3801                 Patch submitted by Luke Plant.
3802
3803 2002-12-20 [christoph]  0.8.6claws121
3804
3805         * src/common/utils.c
3806         * src/summaryview.c
3807                 reimplement expand_search_string using GString to
3808                 prevent crashs caused by miscalculated string
3809                 lengths reported by Paul
3810
3811 2002-12-20 [christoph]  0.8.6claws120
3812
3813         * src/summaryview.c
3814                 don't use "changed" to check if op_count has to be changed as it
3815                 is also set when the message has unread children
3816                 (closes bug [ 653221 ] crash while deleting duplicates)
3817
3818 2002-12-20 [paul]       0.8.6claws119
3819
3820         * sync with 0.8.6cvs27
3821                 see ChangeLog 2002-12-20
3822
3823 2002-12-20 [paul]       0.8.6claws118
3824
3825         * sync with 0.8.6cvs26
3826                 see ChangeLog 2002-12-19 and 2002-12-20
3827
3828 2002-12-19 [alfons]     0.8.6claws117
3829
3830         * src/textview.c
3831                 fix incorrect parsing of email addresses, submitted by 
3832                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
3833                 name display if it contains @".
3834
3835 2002-12-18 [paul]       0.8.6claws116
3836
3837         * sync with 0.8.6cvs23
3838                 see ChangeLog 2002-12-18
3839
3840 2002-12-18 [paul]       0.8.6claws115
3841
3842         * src/Makefile.am
3843         * src/account.c
3844         * src/codeconv.c
3845         * src/gtkutils.[ch]
3846         * src/imap.c
3847                 sync with 0.8.6cvs22.
3848                 see ChangeLog 2002-12-17 and 2002-12-18
3849
3850 2002-12-17 [christoph]  0.8.6claws114
3851
3852         * src/imap.c
3853                 o don't create a session if imap greeting fails
3854                 o don't close socket when authentication fails
3855                   this is done by imap_session_destroy
3856
3857 2002-12-17 [thorsten]   0.8.6claws113
3858
3859         * tools/Makefile.am
3860           tools/README
3861           tools/google_msgid.pl ** NEW FILE **
3862                 Added "search for message-id" script and doc
3863
3864 2002-12-17 [thorsten]   0.8.6claws112
3865
3866         * po/hu.po
3867                 Updated hungarian translation
3868                 (updated by Gal Zoltan)
3869
3870 2002-12-16 [christoph]  0.8.6claws111
3871
3872         * src/addr_compl.c
3873                 remove stupid addressbook dump to debug output
3874         * src/mh.c
3875                 fix memory leak found by Hiro
3876
3877 2002-12-14 [paul]       0.8.6claws110
3878
3879         * src/compose.c
3880                 fix menubar sensitivity on send
3881                 
3882         * src/prefs_filtering.c
3883         * src/prefs_matcher.c
3884         * src/prefs_scoring.c
3885                 Fix english ;)
3886                 
3887         * src/common/quoted-printable.h
3888                 sync: fix typo
3889         
3890 2002-12-13 [christoph]  0.8.6claws109
3891
3892         * src/Makefile.am
3893         * src/manage_window.[ch]        ** REMOVE **
3894         * src/gtk/Makefile.am
3895         * src/gtk/manage_window.[ch]    ** NEW **
3896                 move manage_window files to gtk directory
3897
3898 2002-12-13 [christoph]  0.8.6claws108
3899
3900         * src/Makefile.am
3901         * src/gtkshruler.[ch]           ** REMOVE **
3902         * src/gtk/Makefile.am
3903         * src/gtk/gtkshruler.[ch]       ** NEW **
3904                 move gtkshruler files to gtk directory
3905
3906 2002-12-13 [christoph]  0.8.6claws107
3907
3908         * src/Makefile.am
3909         * src/compose.c
3910         * src/gtkstext.[ch]             ** REMOVE **
3911         * src/gtkutils.[ch]
3912         * src/textview.c
3913         * src/gtk/gtkstext.[ch]         ** NEW **
3914         * src/gtk/Makefile.am
3915                 o move stext functions to gtkstext.c to remove
3916                   dependency of gtkutils
3917                 o move gtkstext files to gtk directory
3918
3919         * src/gtk/Makefile.am
3920         * src/gtk/sslcertwindow.[ch]
3921                 UI stuff can always depend on common code so
3922                 it's ok to add ../common to include path
3923
3924 2002-12-13 [colin]      0.8.6claws106
3925
3926         * src/summaryview.c
3927                 Disconnect sighandlers for mainwindow when
3928                 quicksearch has the focus
3929                 Fix bug #653231
3930         * src/mainwindow.[ch]
3931                 Make key_pressed callback public, to be able
3932                 to disconnect it
3933
3934 2002-12-13 [christoph]  0.8.6claws105
3935
3936         * src/mh.c
3937                 create .mh_sequences file in new MH folders
3938                 (closes feature request [ 523162 ] MH folders should
3939                  get a .mh_sequences)
3940
3941 2002-12-13 [colin]      0.8.6claws104
3942
3943         * src/summaryview.c
3944                 Better handling of quicksearch show/hide
3945                 (basically the button stays under the mouse 
3946                  when toggled)
3947
3948 2002-12-13 [paul]       0.8.6claws103
3949
3950         * sync with 0.8.6cvs17
3951                 see ChangeLog 2002-12-13
3952
3953 2002-12-13 [paul]       0.8.6claws102
3954
3955         * po/es.po
3956                 updated by Ricardo Mones Lastra
3957
3958 2002-12-11 [colin]       0.8.6claws101
3959
3960         * src/folder.c
3961                 remove statusbar stuff
3962           src/folderview.c
3963                 set statusbar verbosity when moving folders
3964
3965 2002-12-11 [colin]       0.8.6claws100
3966         * src/prefs_filtering.c
3967         * src/prefs_matcher.c
3968         * src/prefs_scoring.c
3969                 Fix english ;)
3970
3971 2002-12-11 [colin]       0.8.6claws99
3972
3973         * src/prefs_common.[ch]
3974                 Add summary_quicksearch_type
3975         * src/summaryview.c
3976                 Save last used quicksearch type
3977
3978 2002-12-11 [jens]       0.8.6claws98
3979         * src/prefs_filtering.c
3980         * src/prefs_matcher.c
3981         * src/prefs_scoring.c
3982                 added dialog for incomplete rules in scoring, filtering and
3983                 matcher to ask wheather really close
3984
3985 2002-12-11 [colin]      0.8.6claws97
3986
3987         * src/folder.c
3988                 Fix folder dnd statusbar logging
3989
3990 2002-12-10 [christoph]  0.8.6claws96
3991
3992         * src/compose.c
3993         * src/folder.c
3994         * src/imap.c
3995         * src/inc.c
3996         * src/main.c
3997         * src/mainwindow.c
3998         * src/news.c
3999         * src/send.c
4000         * src/statusbar.[ch]
4001         * src/common/hooks.c
4002         * src/common/log.[ch]
4003                 o handle verbose logging in statusbar directly in statusbar code
4004                   and common code does not need any knowledge about a statusbar
4005                 o remove direct calls to statusbar_(puts|pop)_all functions
4006
4007 2002-12-10 [jens]       0.8.6claws95
4008
4009         * src/*.c
4010                 removed gettext from g_warnings
4011         * po/POTFILES.in
4012                 cleaned and updated
4013         * po/de.po
4014                 updated
4015
4016 2002-12-10 [colin]      0.8.6claws94
4017
4018         * src/main.c
4019                 finish crash dialog fix
4020
4021 2002-12-10 [colin]      0.8.6claws93
4022
4023         * src/main.c
4024                 "Fix" "sylpheed already running" instead of
4025                 crash dialog appearing after a crash
4026
4027 2002-12-10 [colin]      0.8.6claws92
4028
4029         * po/POTFILES.in
4030                 add src/gtk/sslcertwindow.c
4031
4032 2002-12-10 [paul]       0.8.6claws91
4033
4034         * po/POTFILES.in
4035                 updated to reflect recent changes
4036                 submitted by Alessandro Maestri
4037
4038 2002-12-09 [christoph]  0.8.6claws90
4039
4040         * src/Makefile.am
4041         * src/smtp.[ch]                 ** REMOVE **
4042         * src/common/Makefile.am
4043         * src/common/smtp.[ch]          ** NEW **
4044                 move smtp files to common directory
4045
4046 2002-12-09 [christoph]  0.8.6claws89
4047
4048         * src/Makefile.am
4049         * src/session.[ch]              ** REMOVE **
4050         * src/common/Makefile.am
4051         * src/common/session.[ch]       ** NEW **
4052                 move session files to common directory
4053
4054 2002-12-09 [paul]       0.8.6claws88
4055
4056         * src/account.c
4057                 fix bug [649746] edit accounts: move account reverted
4058                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
4059
4060 2002-12-09 [colin]      0.8.6claws87
4061
4062         * src/ssl_certificate.c
4063                 cleanup
4064
4065 2002-12-09 [colin]      0.8.6claws86
4066
4067         * src/ssl.c
4068                 Try to open the cert.pem database and 
4069                 issue a warning if it isn't there
4070
4071 2002-12-09 [colin]      0.8.6claws85
4072
4073         * src/common/ssl_certificate.c
4074         * src/gtk/sslcertwindow.c
4075                 Warning fixes
4076
4077 2002-12-09 [colin]      0.8.6claws84
4078
4079         * src/ssl_certificate.[ch] ** REMOVED **
4080         * src/common/ssl_certificate.[ch] ** NEW **
4081         * src/Makefile.am
4082         * src/common/Makefile.am
4083                 Moved ssl_certificate.[ch] to common
4084         * src/common/ssl.c 
4085                 Put back needed include
4086         * src/gtk/sslcertwindow.[ch]
4087                 Changed ssl_certificate.h include
4088         
4089 2002-12-09 [colin]      0.8.6claws83
4090
4091         * src/gtk/sslcertwindow.[ch]
4092                 Implement hook for certificate acception
4093         * src/ssl_certificate.[ch]
4094                 Implement hook for certificate acception
4095         * src/common/ssl.c
4096                 Reenable certificate acception check
4097         * src/mainwindow.c
4098                 Register sslcertwindow's hook
4099         
4100 2002-12-08 [christoph]  0.8.6claws82
4101
4102         * src/about.c
4103         * src/addr_compl.c
4104         * src/codeconv.c
4105         * src/manual.c
4106         * src/undo.c
4107         * src/common/utils.c
4108                 o add missing includes
4109                 o fix warnings
4110         * src/.cvsignore
4111         * src/common/.cvsignore
4112         * src/common/version.h          ** REMOVE **
4113                 remove autogenerated file
4114
4115 2002-12-08 [paul]       0.8.6claws81
4116
4117         * src/stringtable.c
4118                 put back needed include
4119
4120 2002-12-08 [colin]      0.8.6claws80
4121         
4122         * src/gtk/sslcertwindow.c
4123                 Cleaner popups when asking
4124         * src/ssl_certificate.c
4125         * src/prefs_common.[ch]
4126                 remove ssl certificate pref
4127                 put back needed include
4128         * src/undo.c
4129                 put back needed include
4130
4131 2002-12-08 [christoph]  0.8.6claws79
4132
4133         * src/folderview.c
4134         * src/logwindow.c
4135         * src/statusbar.c
4136         * src/summaryview.c
4137                 only abort hook invokation if required data is missing not
4138                 if our own data pointer is NULL, update hookfunction for
4139                 log window
4140
4141 2002-12-08 [paul]       0.8.6claws78
4142
4143         * src/about.c
4144         * src/addrcache.c
4145         * src/addrclip.c
4146         * src/addr_compl.c
4147         * src/addrselect.c
4148         * src/codeconv.c
4149         * src/colorlabel.c
4150         * src/enriched.c
4151         * src/esmtp.c
4152         * src/exporthtml.c
4153         * src/headerview.c
4154         * src/imageview.c
4155         * src/manual.c
4156         * src/noticeview.c
4157         * src/pgptext.c
4158         * src/scoring.c
4159         * src/sourcewindow.c
4160         * src/stringtable.c
4161         * src/undo.c
4162                 clean up: remove unneccesary includes
4163
4164 2002-12-08 [christoph]  0.8.6claws77
4165
4166         * src/folderview.c
4167         * src/statusbar.c
4168         * src/summaryview.c
4169         * src/common/hooks.[ch]
4170                 hook functions now have a gboolean return value, if a hook
4171                 returns TRUE it will stop executing of any more hooks in
4172                 the same hooklist for this invokation
4173
4174 2002-12-08 [colin]      0.8.6claws76
4175         
4176         * src/main.c
4177                 put back argv0 for CRASH_DIALOG
4178
4179 2002-12-08 [christoph]  0.8.6claws75
4180
4181         * src/Makefile.am
4182         * src/about.c
4183         * src/account.c
4184         * src/crash.c
4185         * src/esmtp.h
4186         * src/imap.[ch]
4187         * src/inc.c
4188         * src/main.c
4189         * src/mainwindow.c
4190         * src/news.c
4191         * src/pop.[ch]
4192         * src/prefs_account.[ch]
4193         * src/prefs_common.[ch]
4194         * src/send.[ch]
4195         * src/smtp.[ch]
4196         * src/ssl_certificate.[ch]
4197         * src/ssl_manager.[ch]
4198         * src/common/Makefile.am
4199         * src/common/log.c
4200         * src/common/nntp.[ch]
4201         * src/common/socket.[ch]
4202         * src/common/ssl.[ch]
4203         * src/gtk/sslcertwindow.[ch]
4204         * ac/openssl.m4
4205                 use new autoconf script to detect OpenSSL with extra parameters
4206                 to specify the location of libs and includes, also remove USE_SSL
4207                 to USE_OPENSSL
4208
4209         * src/common/sylpheed.[ch]
4210         * src/common/version.h.in
4211                 start seperation of common code initialization seperated from gui
4212
4213         * src/summaryview.c
4214                 The function that is called when a color label changes
4215                 should not change the color lable again
4216
4217 2002-12-08 [colin]      0.8.6claws74
4218
4219         * src/gtk/sslcertwindow.c
4220                 warning fixes
4221
4222 2002-12-08 [colin]      0.8.6claws73
4223
4224         * src/statusbar.c
4225           src/common/log.h
4226                 Register a hook for statusbar_puts_all
4227         * src/common/log.c
4228                 invoke statusbar_puts_all's hook
4229         
4230 2002-12-08 [colin]      0.8.6claws72
4231
4232         * src/ssl_certificate.c
4233                 Put back a badly-removed include
4234
4235 2002-12-08 [colin]      0.8.6claws71
4236
4237         * src/gtk/sslcertwindow.[ch]    ** NEW **
4238                 new certificate presentation
4239         * src/gtk/Makefile.am
4240                 add new files
4241         * src/ssl_certificate.[ch]
4242                 gtk cleanup, made utility functions public
4243         * src/ssl_manager.c
4244                 use new cert presentation
4245
4246 2002-12-07 [christoph]  0.8.6claws70
4247
4248         * src/Makefile.am
4249         * src/nntp.[ch]                 ** REMOVE **
4250         * src/common/Makefile.am
4251         * src/common/nntp.[ch]          ** NEW **
4252                 move nntp files to common directory
4253
4254 2002-12-07 [christoph]  0.8.6claws69
4255
4256         * src/procmsg.[ch]
4257         * src/summaryview.c
4258                 implement msginfo update callback using sylpheed's new
4259                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
4260
4261 2002-12-06 [christoph]  0.8.6claws68
4262
4263         * src/editgroup.c
4264                 This patch changes the 'Edit Group Details' dialog to
4265                 allow extended selections in either pane, so that
4266                 addresses can be added or removed from a group more
4267                 quickly and easily. (it actually is a net decrease in
4268                 file size, as some unnecessary functions have been
4269                 removed). 
4270                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
4271
4272 2002-12-06 [christoph]  0.8.6claws67
4273
4274         * src/Makefile.am
4275         * src/template.[ch]             ** REMOVE **
4276         * src/common/Makefile.am
4277         * src/common/template.[ch]      ** NEW **
4278                 move template files to common directory
4279
4280         * src/nntp.c
4281                 add missing log.h include
4282
4283 2002-12-06 [melvin]     0.8.6claws66
4284
4285         * src/prefs_actions.c
4286                 Added the trailing ">" syntax to insert command's output
4287                 without replacing old text (in contrast to trailing "|").
4288
4289 2002-12-05 [colin]      0.8.6claws65
4290         
4291         * src/common/utils.c
4292                 Don't modify original search_string or it'll change
4293                 the next iterations in the for()
4294
4295 2002-12-05 [darko]      0.8.6claws64
4296
4297         * src/common/utils.c
4298                 proper check for filtering commands, found by Colin
4299
4300 2002-12-05 [darko]      0.8.6claws63
4301
4302         * src/common/utils.c
4303                 check proper string for NULL pointer, found by Colin
4304
4305 2002-12-05 [darko]      0.8.6claws62
4306
4307         * src/common/utils.[ch]
4308                 expand_search_string(): new function
4309                 converts Mutt-like patterns to Sylpheed's
4310                 filtering engine
4311         * src/summaryview.c
4312                 use expand_search_string() to allow Mutt-like
4313                 patterns in extended search
4314         * README.claws
4315                 document extended option in quick search
4316
4317 2002-12-05 [paul]       0.8.6claws61
4318
4319         * sync with 0.8.6cvs16
4320                 see ChangeLog 2002-12-05
4321                 
4322         * po/POTFILES.in
4323                 clean up
4324
4325 2002-12-04 [christoph]  0.8.6claws60
4326
4327         * src/imap.[ch]
4328                 put imap authentication code into a new function and
4329                 remove it from imap_session_new that will allow to
4330                 send other commands before authentication
4331
4332 2002-12-04 [christoph]  0.8.6claws59
4333
4334         * src/imap.[ch]
4335                 use already existing method to prevent unneeded IMAP
4336                 folder selects. Set imap_select parameters to NULL
4337                 in some functions if the values are not required.
4338
4339         * src/xml.h
4340                 remove no longer required include
4341
4342 2002-12-04 [paul]       0.8.6claws58
4343
4344         * po/es.po
4345                 updated by Ricardo Mones Lastra
4346                 
4347         * configure.in
4348           po/hu.po      ** NEW FILE **
4349                 initial Hungarian translation, submitted
4350                 by Gál Zoltán <galzoli@hu.inter.net>
4351
4352 2002-12-03 [christoph]  0.8.6claws57
4353
4354         * src/Makefile.am
4355         * src/gtksctree.[ch]            ** REMOVE **
4356         * src/gtk/Makefile.am
4357         * src/gtk/gtksctree.[ch]        ** NEW **
4358                 move gtksctree files to gtk directory
4359
4360 2002-12-03 [christoph]  0.8.6claws56
4361
4362         * src/Makefile.am
4363         * src/md5.[ch]                  ** REMOVE **
4364         * srm/common/Makefile.am
4365         * src/common/md5.[ch]           ** NEW **
4366                 move md5 files to common directory
4367
4368         * src/gtkstext.c
4369                 remove not required #include
4370
4371 2002-12-03 [sergey]     0.8.6claws55
4372
4373         * src/gtkutils.c
4374         * src/gtkutils.h
4375                 gtkut_window_popup(): new function.
4376         * src/mainwindow.c
4377                 main_window_popup(): use gtkut_window_popup() to raise
4378                 window without changing its position.
4379                 (see sylpheed-main ML message [sylpheed:17247])
4380
4381 2002-12-03 [sergey]     0.8.6claws54
4382
4383         * src/send.c
4384                 send_message_local(): removed first-dot escaping
4385                 (SMTP-only, not needed for sending through pipe)
4386
4387 2002-12-03 [paul]       0.8.6claws53
4388
4389         * po/POTFILES.in
4390                 update to reflect recent changes (thanks
4391                 to Ricardo Mones Lastra)
4392                 
4393         * tools/filter_conv.pl
4394                  fix problem with quoted strings. Patch submitted
4395                  by Luke Plant <lukeplant@softhome.net>
4396
4397 2002-12-03 [paul]       0.8.6claws52
4398
4399         * sync with 0.8.6cvs15
4400                 see ChangeLog 2002-12-03
4401
4402 2002-12-02 [christoph]  0.8.6claws51
4403
4404         * src/logwindow.[ch]
4405         * src/common/log.[ch]
4406                 implement logging using a hook function
4407
4408         * src/folderview.c
4409         * src/folder.[ch]
4410                 define hooklist name in header file to avoid
4411                 errors caused by wrong spelling of hooklist names
4412
4413         * src/toolbar.c
4414                 fix warnings
4415
4416 2002-12-02 [christoph]  0.8.6claws50
4417
4418         * src/common/Makefile.am
4419                 add src/common/hooks.[ch]
4420
4421         * src/common/hooks.[ch]
4422                 implement a simple hook system using glib's hook functions
4423
4424         * src/folder.[ch]
4425         * src/folderview.c
4426                 use new hook system for folder item updates
4427
4428 2002-12-02 [christoph]  0.8.6claws49
4429
4430         * doc-src/ui_seperation.txt     ** NEW **
4431                 information for ui seperation
4432
4433         * src/Makefile.am
4434                 remove files that were moved to common
4435                 include common directory by default for the header files
4436
4437         * src/inc.c
4438         * src/common/socket.c
4439         * src/automaton.[ch]
4440                 implement automaton using g_io_*-functions instead of
4441                 gdk_input_add to make it ui independent
4442
4443         * src/codeconv.c
4444         * src/compose.c
4445         * src/ldif.c
4446         * src/pgptext.c
4447         * src/procmime.c
4448         * src/rfc2015.c
4449         * src/smtp.c
4450         * src/unmime.c
4451                 remove common/ prefix because directory is now in
4452                 include path
4453
4454         * src/compose.c
4455         * src/folder.c
4456         * src/folderview.c
4457         * src/mainwindow.c
4458         * src/messageview.c
4459         * src/prefs_common.c
4460         * src/procmsg.c
4461         * src/rfc2015.c
4462                 fix warnings
4463
4464         * src/imap.c
4465         * src/inc.c
4466         * src/news.c
4467         * src/pop.c
4468         * src/send.c
4469         * src/smtp.c
4470         * src/ssl_certificate.c
4471                 add log.h header file for logging functions
4472
4473         * src/main.c
4474         * src/common/utils.c
4475         * src/summaryview.c
4476         * src/xml.c
4477                 o move debug_mode to common/utils.c
4478                 o add functions to set and get debug_mode
4479
4480         * src/defs.h                    ** REMOVE **
4481         * src/intl.h                    ** REMOVE **
4482         * src/socket.[ch]               ** REMOVE **
4483         * src/ssl.[ch]                  ** REMOVE **
4484         * src/utils.[ch]                ** REMOVE **
4485                 replaced by new files in src/common/
4486         
4487         * src/common/Makefile.am
4488                 add new files in src/common/
4489
4490         * src/common/defs.h             ** NEW **
4491         * src/common/intl.h             ** NEW **
4492         * src/common/log.[ch]           ** NEW **
4493         * src/common/socket.[ch]        ** NEW **
4494         * src/common/ssl.[ch]           ** NEW **
4495         * src/common/utils.[ch]         ** NEW **
4496                 replacement for files in src/
4497
4498 2002-12-02 [colin]      0.8.6claws48
4499
4500         * src/folderview.c
4501                 Scroll folderview if necessary during dnd
4502
4503 2002-12-02 [colin]      0.8.6claws47
4504
4505         * src/folder.[ch]
4506                 Add check to verify a move is within a single mailbox
4507         * src/folderview.c
4508                 Add specific error string for this check
4509
4510 2002-12-02 [colin]      0.8.6claws46
4511
4512         * src/folder.c
4513                 Add a test to folder moving, remove a statusbar_print
4514         * src/folderview.c
4515                 Add Move folder... context-menu item
4516                 Factorize folder moving code
4517                 Enable folder DND for mbox
4518
4519 2002-12-01 [christoph]  0.8.6claws45
4520
4521         * ac/aspell.m4
4522                 remove conf.aspelltest if the version check fails
4523
4524 2002-11-30 [christoph]  0.8.6claws44
4525
4526         * autogen.sh
4527                 run libtoolize --force in autogen to create missing
4528                 libtool scripts
4529
4530 2002-11-30 [christoph]  0.8.6claws43
4531
4532         * src/Makefile.am
4533         * src/pgptext.c
4534         * src/procmime.c
4535         * src/rfc2015.c
4536         * src/uuencode.[ch]             ** REMOVED **
4537         * src/common/Makefile.am
4538         * src/common/uuencode.[ch]      ** NEW **
4539                 move uuen/decoder to common directory
4540
4541 2002-11-30 [christoph]  0.8.6claws42
4542
4543         * src/Makefile.am
4544         * src/base64.[ch]               ** REMOVED **
4545         * src/codeconv.c
4546         * src/compose.c
4547         * src/ldif.c
4548         * src/pgptext.c
4549         * src/procmime.c
4550         * src/rfc2015.c
4551         * src/smtp.c
4552         * src/unmime.c
4553         * src/common/Makefile.am
4554         * src/common/base64.[ch]        ** NEW **
4555                 move base64 en/decoder to common directory
4556
4557 2002-11-30 [christoph]  0.8.6claws41
4558
4559         * src/common                    ** NEW **
4560                 new directory for UI independent code
4561         * src/gtk                       ** NEW **
4562                 new directory for GTK frontend
4563         * src/common/.cvsignore         ** NEW **
4564         * src/gtk/.cvsignore            ** NEW **
4565                 ignore build files
4566         * src/common/Makefile.am        ** NEW **
4567         * src/gtk/Makefile.am           ** NEW **
4568                 automake files to build new seperated stuff
4569         * src/Makefile.am
4570                 the binary will currently still be build with the
4571                 files in src, so we include the code from the
4572                 subdirs for now after building the libs there
4573
4574 2002-11-30 [paul]       0.8.6claws40
4575
4576         * src/compose.c
4577                 fix bug [642731] 'Wrong selected account with drafted mail'
4578
4579 2002-11-29 [oliver]     0.8.6claws39
4580         
4581         * src/messageview.c
4582                 o update summaryview when switching between different
4583                   messageviews          
4584         * src/toolbar.c  
4585                 o check if messageview holds already removed msg
4586                   from summaryview
4587                 
4588
4589 2002-11-29 [oliver]     0.8.6claws38
4590
4591         * src/toolbar.c 
4592                 remove not needed variables and includes
4593                 make messageview stay opened and move to next when msgs are deleted 
4594
4595 2002-11-29 [oliver]     0.8.6claws37
4596         
4597         * src/toolbar.c 
4598                 disable compose button (messageview toolbar) by default
4599                 deleted msgs are moved to trash
4600         
4601 2002-11-29 [melvin]     0.8.6claws36
4602
4603         * configure.in
4604                 Increased minimal gpgme version to 0.3.10 (Zombies out)
4605                 and to detect signatures expirations (gpgme 0.3.6)
4606
4607         * src/main.c
4608                 Use non obsolescent function for Gpgme engine checking.
4609
4610         * src/rfc2015.c
4611                 Inform about expired signatures or signatures which key
4612                 has expired. Expiration date is displayed.
4613
4614         * src/sigstatus.c
4615                 Inform about expired signatures or signatures which key
4616                 has expired.
4617
4618 2002-11-28 [paul]       0.8.6claws35
4619
4620         * src/folderview.c
4621                 re-instate 'Check for new messages' in Newsgroup
4622                 folders right-click menu, after a suggestion from
4623                 Tim Mann <timmann@users.sourceforge.net>
4624
4625         * src/main.c
4626                 after a crash check only local folders for new
4627                 messages
4628
4629 2002-11-28 [paul]       0.8.6claws34
4630
4631         * configure.in
4632                 apply patch that fixes the checking of GTK with XIM 
4633                 support on different OSs, such as FreeBSD. Patch 
4634                 submitted by Topia <topia@users.sourceforge.net>
4635                 
4636 2002-11-28 [paul]       0.8.6claws33
4637
4638         * src/mainwindow.c
4639           src/prefs_common.c
4640           src/prefs_toolbar.c
4641                 more changes to the English
4642
4643 2002-11-28 [paul]       0.8.6claws32
4644
4645         * sync with 0.8.6cvs13
4646                 see ChangeLog 2002-11-28 (no sync needed
4647                 for src/compose.c)
4648
4649 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
4650         
4651         * src/mainwindow.[ch]
4652                 add patch by Ivan F. Martinez introducing messageview Toolbar
4653                 some changes and committed by oliver    
4654
4655 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
4656
4657         * src/messageview.[ch]
4658                 add patch by Ivan F. Martinez introducing messageview Toolbar
4659                 some changes and committed by oliver    
4660
4661 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
4662
4663         * src/compose.[ch]
4664                 add patch by Ivan F. Martinez introducing messageview Toolbar
4665                 some changes and committed by oliver    
4666
4667 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
4668         
4669         * src/toolbar.[ch]
4670                 add patch by Ivan F. Martinez introducing messageview Toolbar
4671                 some changes and committed by oliver
4672
4673 2002-11-28 [oliver]     0.8.6claws27
4674         
4675         * src/prefs_toolbar.[ch]
4676                 getting ready for messageview toolbar
4677                 free mem allocated by gettext
4678                 change prefs_toolbar to prefs_toolbar_open
4679  
4680 2002-11-28 [thorsten]   0.8.6claws26
4681
4682         * src/imageview.[ch]
4683                 cleaned up conflicting declarations of
4684                 imageview_show_image()
4685
4686 2002-11-28 [paul]       0.8.6claws25
4687
4688         * src/grouplistdialog.c
4689           src/prefs_common.c
4690           src/prefs_summary_column.c
4691                 a few more improvements to the English
4692
4693 2002-11-28 [colin]      0.8.6claws24
4694
4695         * man/sylpheed.1
4696                 A few updates to command-line parameters
4697
4698 2002-11-28 [colin]      0.8.6claws23
4699
4700         * src/prefs_filtering.c
4701                 Fix problems with prefs_filtering_delete_path:
4702                 a) if the first rule is removed, original pointers
4703                    weren't updated (leading to segfaults)
4704                 b) it was always global_processing updated in case
4705                    of removed path was parent of rule path
4706
4707 2002-11-27 [paul]       0.8.6claws22
4708
4709         * src/mainwindow.c
4710           src/prefs_account.c
4711           src/prefs_actions.c
4712           src/prefs_common.c
4713           src/prefs_customheader.c
4714           src/prefs_display_header.c
4715           src/prefs_filtering.c
4716           src/prefs_folder_item.c
4717           src/prefs_matcher.c
4718           src/prefs_scoring.c
4719           src/prefs_summary_column.c
4720           src/prefs_template.c
4721           src/prefs_toolbar.c
4722                  improve the English in the GUI
4723
4724 2002-11-27 [colin]      0.8.6claws21
4725
4726         * src/folder.c
4727                 Fix processing renaming problems happening after
4728                 last commit
4729
4730 2002-11-27 [colin]      0.8.6claws20
4731
4732         * src/folder.c
4733                 recursive move now deletes src each subfolder after 
4734                 having moved it
4735         * src/folderview.c
4736                 Use identifier instead of path during dnd (enables
4737                 IMAP folder dnd)
4738
4739 2002-11-27 [paul]       0.8.6claws19
4740
4741         * src/main.c
4742                 apply patch that does command-line processing 
4743                 BEFORE gtk_init, allowing claws to run from 
4744                 shell-scripts in non-X environment (e.g. crontab 
4745                 or ip-up, ip-down scripts). Patch submitted by
4746                 Ruslan N. Balkin <baron@dartel.ru>
4747                 
4748         * po/it.po
4749                 updated by Alessandro Maestri
4750
4751 2002-11-27 [paul]       0.8.6claws18
4752
4753         * sync with 0.8.6cvs12
4754           src/prefs_common.c
4755                 Differences are that main uses a 'Receive dialog'
4756                 frame on the Interface tab, whereas claws groups all 
4757                 the dialogs together in a 'Dialogs' frame.
4758
4759 2002-11-27 [colin]      0.8.6claws17
4760
4761         * src/prefs_matcher.c
4762                 Fix Execute criteria's NOT flag
4763
4764
4765 2002-11-26 [christoph]  0.8.6claws16
4766
4767         * src/ssl.c
4768                 rewrite the ssl code a little bit, only use one
4769                 SSL context, set default certificates' file/path
4770
4771 2002-11-26 [thorsten]   0.8.6claws15
4772
4773         * src/compose.c
4774                 default-reply-to didn't work for ml-reply
4775
4776 2002-11-26 [melvin]     0.8.6claws14
4777
4778         * src/prefs_actions.c
4779                 Made pipe-actions ignore short headers in message view
4780                 Made trailing-pipe-actions write in the message view with
4781                 the same font as the original message
4782
4783 2002-11-26 [paul]       0.8.6claws13
4784
4785         * src/compose.c
4786                 this time commit the correct file
4787
4788 2002-11-26 [paul]       0.8.6claws12
4789
4790         * sync with 0.8.6cvs11
4791           src/quote_fmt_parse.y  
4792                 no sync needed
4793           src/account.[ch]       
4794                 not sync'ed
4795           src/compose.c
4796                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
4797                 on draft mode.
4798                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
4799                 header
4800                 
4801         see ChangeLog 2002-11-25 and 2002-11-26
4802
4803 2002-11-26 [colin]      0.8.6claws11
4804
4805         * src/folderview.c
4806                 Fix collapsed folder not auto-expanding during
4807                 mail dnd, if it was the source folder.
4808
4809 2002-11-25 [colin]      0.8.6claws10
4810
4811         * src/folderview.[ch]
4812                 Variable renaming and cleaning (slist of nodes 
4813                 to be re-collapsed is stored in FolderView)
4814
4815 2002-11-25 [paul]       0.8.6claws9
4816
4817         * src/prefs_common.[ch]
4818                 fix breakage caused by last commit
4819
4820 2002-11-25 [paul]       0.8.6claws8
4821
4822         * sync with 0.8.6cvs4
4823                 see ChangeLog 2002-11-21
4824
4825 2002-11-25 [paul]       0.8.6claws7
4826
4827         * sync with 0.8.6cvs4
4828                 see ChangeLog 2002-11-20
4829
4830 2002-11-25 [paul]       0.8.6claws6
4831
4832         * sync with 0.8.6cvs3
4833                 see ChangeLog 2002-11-18
4834
4835 2002-11-25 [colin]      0.8.6claws5
4836
4837         * src/gtkutils.[ch]
4838                 Add gtkut_ctree_node_is_parent()
4839         * src/folderview.c
4840                 Spring-loaded folders
4841
4842 2002-11-25 [colin]      0.8.6claws4
4843
4844         * src/utils.[ch]
4845                 Add slist_concat_unique(), function to merge
4846                 two GSList filtering dups
4847         * src/folder.[ch]
4848         * src/summaryview.[ch]
4849         * src/folderview.c
4850         * src/main.c
4851                 Add detection/update/display of unread answers
4852                 to marked mails
4853         * src/procmsg.[ch]
4854                 Add procmsg_find_children()
4855                 Add procmsg_msg_has_marked_parent()
4856
4857 2002-11-25 [colin]      0.8.6claws3
4858
4859         * src/ssl_certificate.[ch]
4860                 Allow checking a certificate without a DNS
4861                 lookup
4862                 Allow to forget a cert (by deleting it)
4863                 Make ssl_certificate_destroy_public
4864         * src/ssl_manager.[ch] ** NEW FILES **
4865                 Gui to manage (display/remove) certificates
4866         * src/prefs_common.[ch]
4867                 Add a pref to allow silent acceptation of
4868                 trusted certificates or not (based on the
4869                 "I want to know what's going on" principle)
4870         * src/mainwindow.c
4871                 Add SSL manager in Tools menu
4872         * src/Makefile.am
4873                 Add the new files to the build
4874         * po/POTFILES.in
4875                 Add ssl_manager.c to translations
4876
4877 2002-11-25 [colin]      0.8.6claws2
4878
4879         * src/summaryview.[ch]
4880                 Add S_SEARCH_EXTENDED to the quick search, which 
4881                 allows to search using filtering syntax.
4882
4883 2002-11-25 [colin]      0.8.6claws1
4884
4885         * src/summaryview.c
4886                 Deletion of duplicates now prefer deleting
4887                 the unread dup (fixes feature-request 638989).
4888
4889 2002-11-24 [paul]       0.8.6claws
4890
4891         * po/es.po
4892           po/pl.po
4893           po/ru.po
4894           po/sr.po
4895                 updated by Ricardo Mones Lastra,
4896                 Witold Wladyslaw Wojciech Wilk,
4897                 Ruslan N. Balkin, and  Urke MMI 
4898                 respectively
4899
4900 2002-11-24 [paul]       0.8.5claws182
4901
4902         * po/bg.po
4903                 updated by George Danchev
4904
4905 2002-11-23 [alfons]     0.8.5claws181
4906
4907         * src/imap.c
4908                 tiny memory leak found by browsing Dimitar's 
4909                 valgrind report
4910
4911 2002-11-23 [paul]       0.8.5claws180
4912
4913         * po/it.po
4914                 updated by Alessandro Maestri
4915
4916 2002-11-22 [christoph]  0.8.5claws179
4917
4918         * src/compose.c
4919         * src/inc.c
4920         * src/prefs_filtering.c
4921         * src/summaryview.c
4922                 more warning fixes
4923
4924 2002-11-22 [alfons]     0.8.5claws178
4925
4926         * src/summaryview.c
4927                 summary_execute_delete_func(): if message is deleted, make 
4928                 sure to also remove its entry in the subject hash table. 
4929                 fixes a corner case bug.
4930
4931 2002-11-22 [paul]       0.8.5claws177
4932
4933         * .cvsignore
4934                 add 'autom4te.cache'
4935                 
4936         * ltconfig      ** REMOVED **
4937                 not needed
4938
4939 2002-11-22 [paul]       0.8.5claws176
4940
4941         * src/textview.c
4942                 textview_set_font(): fix for message display in
4943                 UTF-8 locales (thanks to Sergey Vlasov).
4944                 
4945         * AUTHORS
4946                 add new team members and contributors
4947
4948
4949 2002-11-21 [colin]      0.8.5claws175
4950
4951         * src/procmsg.[ch]
4952                 Add procmsg_remove_special_headers()
4953         * src/mh.c
4954                 Use procmsg_remove_special_headers() for 
4955                 previous fix
4956
4957 2002-11-21 [colin]      0.8.5claws174
4958
4959         * src/mh.c
4960                 Fix moving/copying from queue/draft folders
4961                 for MH folders
4962
4963 2002-11-21 [christoph]  0.8.5claws173
4964
4965         * src/crash.c
4966         * src/filtering.c
4967         * src/logwindow.c
4968         * src/main.c
4969         * src/matcher_parser_lex.[hl]
4970         * src/mbox.c
4971         * src/mbox_folder.[ch]
4972         * src/prefs_filtering.c
4973         * src/procheader.c
4974         * src/quote_fmt_lex.l
4975         * src/ssl.c
4976                 fix all warnings except the warnings in lex and yacc files
4977
4978 2002-11-20 [christoph]  0.8.5claws172
4979
4980         * src/imap.c
4981                 fix MsgInfo retrieval for IMAP draft and queue folders
4982                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4983
4984 2002-11-19 [christoph]  0.8.5claws171
4985
4986         * src/compose.c
4987                 fix segfault, when draft saving does not get
4988                 the MsgInfo of the new message
4989                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
4990
4991 2002-11-19 [christoph]  0.8.5claws170
4992
4993         * src/procmsg.c
4994                 add parameter check for flag setting function
4995                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
4996
4997 2002-11-18 [paul]       0.8.5claws169
4998
4999         * src/compose.c
5000                 more sensitivity fixes to redirect mode:
5001                 * disable toolbar draft button
5002                 * allow only Address book in the Tools menu
5003                 * disable editing of message by the spell
5004                   checker
5005
5006 2002-11-18 [paul]       0.8.5claws168
5007
5008         * src/compose.c
5009                 fix sensitivity of menu items in compose_redirect():
5010                 allow only the necessary items 
5011
5012 2002-11-18 [paul]       0.8.5claws167
5013
5014         * src/compose.c
5015                 fix bug [ 603259 ] 'attachment got lost on bounce'
5016
5017 2002-11-18 [paul]       0.8.5claws166
5018
5019         * po/ru.po
5020                 updated by Ruslan N. Balkin <baron@dartel.ru>
5021
5022 2002-11-18 [colin]      0.8.5claws165
5023
5024         * src/main.c
5025           src/defs.h
5026                 Remove old filtering stuff
5027
5028
5029 2002-11-17 [oliver]     0.8.5claws164
5030
5031         * src/toolbar.h
5032                 remove not needed typedef 
5033
5034 2002-11-17 [oliver]     0.8.5claws163
5035
5036         * src/toolbar.c
5037                 make toolbar's on click events translatable
5038
5039 2002-11-15 [colin]      0.8.5claws162
5040
5041         * src/summaryview.c
5042                 Revert too-soon integration of a feature
5043
5044 2002-11-15 [christoph]  0.8.5claws161
5045
5046         * src/imap.c
5047                 use main's implementation of imap_get_msginfo
5048
5049 2002-11-15 [christoph]  0.8.5claws160
5050
5051         * src/compose.c
5052         * src/folder.[ch]
5053         * src/imap.c
5054         * src/mbox_folder.c
5055         * src/mh.c
5056         * src/news.c
5057         * src/procmsg.c
5058         * src/summaryview.c
5059                 replace claws' fetch_msginfo with main's get_msginfo
5060                 (use main's implementation where possible)
5061
5062 2002-11-15 [colin]      0.8.5claws159
5063
5064         * src/ssl_certificate.c
5065                 Missed a check
5066
5067 2002-11-16 [melvin]     0.8.5claws158
5068
5069         * po/fr.po
5070                 Updated French translations.
5071
5072 2002-11-16 [colin]      0.8.5claws157
5073
5074         * src/ssl_certificate.c
5075                 Check for missing parts in the certificates
5076
5077 2002-11-15 [colin]      0.8.5claws156
5078
5079         * src/folderview.c
5080                 Preventive fix (missing check) found by
5081                 Alfons
5082
5083 2002-11-15 [paul]
5084
5085         * NEWS
5086                 sync with 0.8.6 release
5087
5088 2002-11-15 [colin]      0.8.5claws155
5089
5090         * src/folder.[ch]
5091           src/folderview.c
5092                 Fix error handling of folder_item_move_to()
5093                 (thanks to Alfons!)
5094
5095 2002-11-15 [colin]      0.8.5claws154
5096
5097         * src/folder.[ch]
5098           src/folderview.c
5099                 folder_item_move_to() sets an error message instead
5100                 of having GUI stuff in folder.c
5101
5102 2002-11-15 [colin]      0.8.5claws153
5103
5104         * src/procmsg.[ch]
5105                 Implemented a callback for MsgInfo updates, 
5106                 heavily copy/pasted from Christoph's folder 
5107                 callback system
5108         * src/summaryview.[ch]
5109                 Register summary_update_msg as callback
5110
5111 2002-11-14 [colin]      0.8.5claws152
5112         
5113         * src/procmsg.c
5114                 Update the FolderItem after sending (fixes 617593)
5115
5116 2002-11-14 [christoph]  0.8.5claws151
5117
5118         * src/folder.c
5119                 fix wrong position of NULL pointer check found
5120                 by Sergey
5121
5122 2002-11-14 [christoph]  0.8.5claws150
5123
5124         * src/folder.c
5125                 fix segfault when deleting messages from IMAP folders
5126                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
5127
5128 2002-11-14 [colin]      0.8.5claws149
5129
5130         * src/compose.c
5131                 Forwarding was also ignoring the folder's default account.
5132
5133 2002-11-14 [colin]      0.8.5claws148
5134
5135         * src/compose.c
5136                 Fix sent folder not set to folder properties when 
5137                 forwarding.
5138
5139 2002-11-14 [thorsten]   0.8.5claws147
5140
5141         * src/inc.c
5142                 inc_start(): Files were not moved from .processing to inbox,
5143                 if no global processing rule existed
5144
5145 2002-11-14 [colin]      0.8.5claws146
5146
5147         * src/ssl_certificate
5148                 Fix file operations
5149
5150 2002-11-14 [paul]       0.8.5claws145
5151
5152         * po/it.po
5153                 updated by Alessandro Maestri
5154
5155 2002-11-13 [alfons]     0.8.5claws144
5156
5157         * src/folder.c
5158                 folder_item_close(): only mark messages unread
5159                 when a folder has new messages 
5160
5161 2002-11-13 [keith]      0.8.5claws143
5162
5163         * src/imap.c
5164                 Fix problem moving or copying between
5165                 IMAP folders
5166
5167 2002-11-13 [colin]      0.8.5claws142
5168
5169         * src/matcher_parser_parse.y
5170                 Fix rule problem when " don't match
5171
5172 2002-11-13 [christoph]  0.8.5claws141
5173
5174         * src/folder.c
5175         * src/folderview.c
5176                 moved cache saving to folder_item_close
5177                 the folderview should not have to deal with
5178                 this things
5179
5180 2002-11-13 [christoph]  0.8.5claws140
5181
5182         * src/summaryview.c
5183                 moved setting of important score to
5184                 summary_set_prefs_from_folderitem
5185
5186 2002-11-13 [colin]      0.8.5claws139
5187
5188         * src/matcher_parser_parse.y
5189                 Fix a segfault in the parser (happening when
5190                 a good expression had been tested and a bad 
5191                 one arrives)
5192
5193 2002-11-13 [paul]       0.8.5claws138
5194
5195         * sync with 0.8.5cvs24
5196                 see ChangeLog 2002-11-13
5197                 
5198         * po/pt_BR.po
5199                 updated by Fabio Jr. Beneditto
5200
5201 2002-11-13 [colin]      0.8.5claws137
5202         
5203         * src/msgcache.c
5204           src/defs.h
5205           src/procmsg.[ch]
5206                 Revert last commit, problem
5207
5208 2002-11-13 [colin]      0.8.5claws136
5209
5210         * src/msgcache.c
5211                 Remove duplicated code
5212         * src/defs.h
5213                 Bumped CACHE_VERSION and MARK_VERSION
5214         * src/procmsg.[ch]
5215                 Network endian for cache and mark files
5216
5217 2002-11-12 [colin]      0.8.5claws135
5218
5219         * src/inc.c
5220                 Fix the "socket error" dialog which disappeared
5221
5222 2002-11-12 [colin]      0.8.5claws134
5223
5224         * src/msgcache.c
5225                 Reverse last commit which had performance 
5226                 problems, but still reverse the list
5227
5228 2002-11-12 [colin]      0.8.5claws133
5229
5230         * src/msgcache.c
5231                 Reverse list order
5232
5233 2002-11-12 [melvin]     0.8.5claws132
5234
5235         * src/compose.c
5236                 Added a check for a NULL prefs_common.dictionary
5237
5238 2002-11-12 [colin]      0.8.5claws131
5239
5240         * src/ssl_certificate.[ch]
5241                 Use FQDN hostname
5242
5243 2002-11-12 [colin]      0.8.5claws130
5244
5245         * src/ssl_certificate.[ch]
5246                 Take connection port into account for 
5247                 checking certificates (a single hostname
5248                 could have multiple servers with multiple
5249                 certificates)
5250         * src/ssl.c
5251                 Pass the port to ssl_certificate_check
5252
5253 2002-11-12 [paul]       0.8.5claws129
5254
5255         * src/folder.c
5256                 fix a typo in last commit
5257
5258 2002-11-12 [paul]       0.8.5claws128
5259
5260         * sync with 0.8.5cvs23
5261                 see ChangeLog entry 2002-11-12
5262
5263 2002-11-11 [colin]      0.8.5claws127
5264
5265         * src/ssl_certificate.c
5266                 Cleaner messages
5267                 Don't popup, instead log error, if the 
5268                 corresponding pref is checked
5269         * src/ssl_certificate.h
5270                 include <openssl/objects/h>
5271
5272 2002-11-11 [colin]      0.8.5claws126
5273
5274         * src/ssl_certificate.h
5275                 _Really_ clean it
5276
5277 2002-11-11 [colin]      0.8.5claws125
5278         
5279         * src/ssl_certificate.c
5280                 Fixed leak
5281
5282 2002-11-11 [colin]      0.8.5claws124
5283
5284         * src/ssl.c
5285                 Cleaned a bit
5286         * src/ssl_certificate.[ch]
5287                 Cleaned a bit (better use of SSL API)
5288                 (This will cause non-recognition of saved 
5289                  certificates of claws12[23]...)
5290
5291 2002-11-11 [paul]       0.8.5claws123
5292         
5293         * po/es.po
5294                 updated by Ricardo Mones Lastra
5295
5296 2002-11-11 [colin]      0.8.5claws122
5297
5298         * src/ssl.c
5299                 Fix a typo
5300
5301 2002-11-11 [colin]      0.8.5claws121
5302
5303         * src/ssl_certificate.[ch] ** NEW FILES **
5304         * src/ssl.[ch]
5305                 Check SSL certificates presented to us
5306         * src/Makefile.am
5307                 Add ssl_certificate.[ch]
5308         * po/POTFILES.in
5309                 Add ssl_certificate.c
5310
5311 2002-11-11 [paul]       0.8.5claws120
5312
5313         * sync with 0.8.5cvs22
5314                 see ChangeLog 2002-11-11
5315
5316 2002-11-11 [paul]       0.8.5claws119
5317
5318         * sync with 0.8.5cvs21
5319                 see ChangeLog 2002-11-11
5320
5321 2002-11-10 [jens]       0.8.5claws118
5322
5323         * src/folder.c
5324         * src/folderview.c
5325                 corrected some typing
5326         * po/de.po
5327                 updated german translation
5328         * sylpheed.spec.in
5329                 cleaned up specfile and adjusted it for claws
5330
5331 2002-11-10 [colin]      0.8.5claws117
5332
5333         * src/summaryview.c
5334                 a STATUSBAR_PUSH/POP fix
5335
5336 2002-11-10 [colin]      0.8.5claws116
5337
5338         * src/prefs_folder_item.c
5339                 Fix hanging after opening folder properties
5340
5341 2002-11-10 [hoa]        0.8.5claws115
5342
5343         * src/matcher_parser_lex.l
5344         * src/matcher_parser_parse.y
5345                 config file for scoring and filtering is no more trashed
5346                 when there is a syntax error in a filtering rule when
5347                 editing it in a dialog.
5348
5349 2002-11-09 [colin]      0.8.5claws114
5350
5351         * src/mbox_folder.c
5352                 Added missing initialisation of folder->destroy()
5353
5354 2002-11-09 [colin]      0.8.5claws113
5355
5356         * src/folder.c
5357           src/folderview.c
5358                 Fix the status bar messages
5359
5360 2002-11-09 [colin]      0.8.5claws112
5361
5362         * src/folderview.c
5363                 Fix hangs after folder dnd, happening after 
5364                 claws109.
5365
5366 2002-11-09 [christoph]  0.8.5claws111
5367
5368         * src/folderview.c
5369                 just changed order of calls (reverse order of
5370                 associated calls)
5371         * src/inc.c
5372                 lock inc when checking only one account, otherwise
5373                 inc all could be executed at the same time
5374
5375 2002-11-09 [christoph]  0.8.5claws110
5376
5377         * src/folderview.c
5378                 better unlock the mouse cursor before calling
5379                 summary_show because it changes the cursor too
5380
5381 2002-11-09 [christoph]  0.8.5claws109
5382
5383         * src/folder.[ch]
5384         * src/folderview.c
5385                 add functions to open and close a folder
5386                 o opending will execute scanning for remote folders
5387                   and processing
5388                 o closing will unset new flag for messages
5389
5390 2002-11-09 [colin]      0.8.5claws108
5391
5392         * src/folder.c
5393                 Add a call to prefs_matcher_write_config to 
5394                 avoid non-leaf folders filtering settings to be
5395                 lost
5396
5397 2002-11-09 [paul]       0.8.5claws107
5398
5399         * src/prefs_account.c
5400                 re-word a label
5401
5402 2002-11-09 [colin]      0.8.5claws106
5403
5404         * src/folderview.c
5405                 Minor esthetic fix
5406
5407 2002-11-09 [colin]      0.8.5claws105
5408
5409         * src/folderview.c
5410                 Fix prefs_filtering deletion for MH folders (same
5411                 reason as below)
5412         * src/prefs_filtering.c
5413                 Fix prefs_filtering renaming and deletion for 
5414                 folder-based processing rules.  
5415
5416 2002-11-09 [christoph]  0.8.5claws104
5417
5418         * src/compose.c
5419         * src/folder.[ch]
5420         * src/folderview.[ch]
5421         * src/import.c
5422         * src/inc.c
5423         * src/main.c
5424         * src/mainwindow.c
5425         * src/messageview.c
5426         * src/prefs_folder_item.c
5427         * src/procmsg.c
5428         * src/summaryview.c
5429                 implement a callback system for folder item updates
5430
5431 2002-11-09 [colin]      0.8.5claws103
5432
5433         * src/folderview.c
5434                 Fix prefs_filtering renaming for MH folders (we
5435                 shouldn't rename by path as another folder could
5436                 have the same hierarchy).
5437
5438 2002-11-09 [colin]      0.8.5claws102
5439
5440         * src/folder.c
5441                 Fix a leak found by Christoph, use better variable
5442                 names
5443
5444 2002-11-09 [colin]      0.8.5claws101
5445
5446         * src/folder.c
5447                 One more fix for processing rules
5448
5449 2002-11-08 [colin]      0.8.5claws100
5450         
5451         * src/matcher.c
5452                 Don't copy the compiled regexp (will be reevaluated)
5453         * src/folderview.c
5454                 Lock folderview while moving
5455         * src/folder.c
5456                 Provide info on what's happening to the user
5457
5458 2002-11-08 [colin]      0.8.5claws99
5459
5460         * src/folderview.c
5461                 Fix folder reordering after a move if parent is 
5462                 root
5463         * src/scoring.[ch]
5464                 Add function to copy a ScoringProp
5465         * src/prefs_folder_item.c
5466                 Copy scoring rules when copying a folder prefs
5467
5468 2002-11-08 [colin]      0.8.5claws98
5469
5470         * src/folderview.c
5471                 Fixes in case of failure
5472         * src/filtering.[ch]    
5473                 Add function to duplicate a FilteringProp
5474         * src/matcher.[ch]
5475                 Add function to duplicate a MatcherProp
5476         * src/prefs_folder_item.c
5477                 Save folder's processing rules when copying 
5478                 its prefs
5479
5480 2002-11-08 [colin]      0.8.5claws97
5481         
5482         * src/folderview.c
5483                 Sort after move
5484         * src/folder.c 
5485                 Change a printf to debug_print
5486
5487 2002-11-08 [colin]      0.8.5claws96
5488
5489         * src/folder.c
5490           src/folderview.c
5491                 Fix segfaults, call me stupido
5492         
5493
5494 2002-11-08 [colin]      0.8.5claws95
5495
5496         *src/folder.c
5497                 Added forgotten prefs to save when moving folders
5498
5499 2002-11-08 [colin]      0.8.5claws94
5500
5501         * src/folder.c
5502                 Fixes to folder DND (prefs copy)
5503         * src/folderview.c
5504                 Optimization for folder DND (don't rescan whole tree)
5505                 Added folderview_create_folder_node() for this 
5506                 optimization, so de-duped a bit the code
5507         * src/prefs_folder_item.[ch]
5508                 Added prefs_folder_item_copy_prefs()    
5509           
5510 2002-11-08 [paul]       0.8.5claws93
5511
5512         * src/prefs_account.c
5513           tools/README
5514           tools/kmail2sylpheed_v2.pl
5515                 correct some typos
5516
5517 2002-11-08 [paul]       0.8.5claws92
5518
5519         * src/compose.c
5520           src/prefs_account.[ch]
5521                 remove account options 'clearsign' and 'ascii_armored',
5522                 replace with 'default_gnupg_mode' to prevent mixed-mode
5523                 Privacy settings
5524
5525 2002-11-08 [paul]       0.8.5claws91
5526
5527         * src/compose.[ch]
5528                 re-implement GnuPG 'on-the-fly' mode selection,
5529                 disallow mixed-mode
5530
5531 2002-11-08 [colin]      0.8.5claws90
5532
5533         * src/folderview.c
5534           src/prefs_folder_item.c
5535                 Change "Property" to "Properties"
5536
5537 2002-11-07 [colin]      0.8.5claws89
5538
5539         * src/folderview.c
5540           src/folder.c
5541                 Allow folder dropping to a root folder
5542
5543 2002-11-07 [paul]       0.8.5claws88
5544
5545         * src/compose.c
5546                 revert last commit
5547
5548 2002-11-07 [paul]       0.8.5claws87
5549
5550         * src/compose.c
5551                 fix reply-to-list bug. closes bug report
5552                 "[633382] reply-to-list broken in recent cvs"
5553
5554 2002-11-07 [paul]       0.8.5claws86
5555
5556         * src/compose.c
5557                 add a forgotten '#if USE_GPGME ... #endif'
5558
5559 2002-11-07 [paul]       0.8.5claws85
5560
5561         * sync with 0.8.5cvs20
5562                 see ChangeLog 2002-11-07
5563
5564 2002-11-07 [colin]      0.8.5claws84
5565
5566         * src/folder.[ch]
5567                 Change folder_item_move_to to return the newly 
5568                 created folderitem.
5569         * src/folderview.c
5570                 Select the new folderitem after moving.
5571
5572 2002-11-07 [colin]      0.8.5claws83
5573
5574         * src/prefs_filtering.c
5575                 Fix rule rewriting when moving a leaf folder to a 
5576                 shorter path
5577
5578 2002-11-07 [colin]      0.8.5claws82
5579
5580         * src/prefs_filtering.c
5581                 fix a leak
5582
5583 2002-11-07 [colin]      0.8.5claws81
5584
5585         * src/folder.[ch]
5586                 Add folder_item_move_to() function to move a 
5587                 folderitem into another one (updates matcher etc)
5588         * src/folderview.c
5589                 Add folder drag'n drop (context menu to come)
5590                 [Should be dataloss free, but Please backup before 
5591                  trying !]
5592
5593 2002-11-06 [colin]      0.8.5claws80
5594
5595         * src/mh.c
5596                 mh_create_folder() returns NULL if can't create
5597                 directory hierarchy
5598
5599 2002-11-06 [paul]       0.8.5claws79
5600
5601         * src/compose.[ch]
5602                 allow 'on-the-fly' changing of the type of encryption 
5603                 and/or signing used (mime/ascii) via the compose window
5604
5605 2002-11-06 [paul]       0.8.5claws78
5606
5607         * sync with 0.8.5cvs19
5608                 see ChangeLog 2002-11-06 for src/account.c: 
5609                 account_get_special_folder()
5610                 
5611 2002-11-05 [alfons]     0.8.5claws77
5612
5613         * src/crash.c
5614                 very minor cleanups: nothing to see here, move on. :-)
5615
5616 2002-11-05 [colin]      0.8.5claws76
5617
5618         * src/main.c
5619                 Changes choices if compose windows are opened to
5620                 Discard, Draft, Don't quit
5621
5622 2002-11-05 [thorsten]   0.8.5claws75
5623
5624         * src/compose.c
5625                 reenabled default_reply_to folder option
5626
5627 2002-11-05 [colin]      0.8.5claws74
5628
5629         * src/compose.[ch] 
5630                 add compose_draft()
5631         * src/crash.c
5632                 add SIGTERM handler
5633         * src/main.[ch]
5634                 add clean_quit() for the SIGTERM handler
5635
5636 2002-11-05 [paul]       0.8.5claws73
5637         
5638         * po/es.po
5639                 updated by Ricardo Mones Lastra
5640
5641 2002-11-05 [melvin]     0.8.5claws72
5642
5643         * src/logwindow.c
5644                 Fixed log-clipping bug #616795.
5645                 To stop logging in the log window use 0 length.
5646         * src/prefs_common.c
5647                 Added a label to inform about the 0 log length behaviour.
5648
5649 2002-11-05 [paul]       0.8.5claws71
5650
5651         * sync with 0.8.5cvs17
5652                 see ChangeLog 2002-11-05
5653
5654 2002-11-04 [paul]       0.8.5claws70
5655
5656         * sylpheed-128x128.png
5657           sylpheed-64x64.png
5658           sylpheed.png
5659                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
5660                 <nikai@users.sourceforge.net>
5661                 
5662         * po/bg.po
5663                 updated by George Danchev
5664
5665 2002-11-03 [thorsten]   0.8.5claws69
5666
5667         * src/main.c
5668           src/mimeview.c
5669           src/rfc2015.h
5670                 add check if gpg is active
5671
5672 2002-11-03 [thorsten]   0.8.5claws68
5673
5674         * src/toolbar.h
5675                 removed GSList declaration causing trouble on MacOS-X
5676                 (submitted by alfons, reported by xfesty)
5677
5678 2002-11-01 [paul]       0.8.5claws67
5679
5680         * src/mainwindow.c
5681                 remove last remnants of main's filter code
5682
5683 2002-11-01 [paul]       0.8.5claws66
5684
5685         * tools/filter_conv.pl
5686                 fix bug where user-defined headers were ignored
5687
5688 2002-11-01 [paul]       0.8.5claws65
5689
5690         * src/logwindow.c
5691                 make a debug_print() not translatable
5692
5693 2002-10-31 [melvin]     0.8.5claws64
5694
5695         * ac/aspell.m4
5696                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
5697                 not run any GNU/aspell test.  The dictionary path will
5698                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
5699                 was given, in which case, it will be $prefix/lib/aspell/
5700         * configure.in
5701                 Fixed typo in commentary (Aspell code).
5702
5703 2002-10-31 [paul]       0.8.5claws63
5704
5705         * po/POTFILES.in
5706                 remove src/filter.c and src/prefs_filter.c
5707                 thanks to Ricardo for reminding me
5708
5709 2002-10-31 [colin]      0.8.5claws62
5710
5711         * src/mbox_folder.c
5712                 Plug some leaks
5713
5714 2002-10-31 [paul]       0.8.5claws61
5715
5716         * src/prefs_filter.[ch] ** REMOVED **
5717           src/filter.[ch]       ** REMOVED **
5718           
5719         * src/Makefile.am
5720           src/folderview.c
5721           src/inc.c
5722           src/main.c
5723           src/mainwindow.c
5724           src/mbox.c
5725           src/prefs_common.c
5726           src/prefs_filtering.c
5727           src/summaryview.[ch]
5728                 remove main's 'filter' code
5729                 
5730         README.claws
5731                 update to reflect removal of main's filter
5732
5733 2002-10-31 [paul]       0.8.5claws60
5734
5735         * src/summaryview.c
5736                 remove check for global_processing in summary_filter_open(). 
5737                 This fixes the bug where if the user uses the right-click 
5738                 'Create filter rule...' and doesn't have any filter rules 
5739                 already defined in claws' advanced filtering, the newly 
5740                 created filter rule goes to main's filtering which is 
5741                 inaccessible through the gui. Now the filter rule gets added
5742                 to claws' filtering by default.
5743
5744 2002-10-28 [melvin]     0.8.5claws59
5745
5746         * src/prefs_actions.c
5747                 Fixed bug #627322 where MIME parts were not always
5748                 correctly passed to a %p action
5749                 Display an error dialog when message filename is not found.
5750
5751 2002-10-28 [melvin]     0.8.5claws58
5752
5753         * src/prefs_common.c
5754                 Readded a missing function declaration lost in 0.8.3claws34
5755
5756 2002-10-28 [paul]       0.8.5claws57
5757
5758         * sync with 0.8.5cvs15
5759                 see ChangeLog 2002-10-28 and 2002-10-25
5760                 
5761         Note: ChangeLog entry 2002-10-24 is not sync'ed.
5762
5763 2002-10-27 [oliver]     0.8.5claws56
5764
5765         * src/pop.c
5766                 plug leak in pop3_top_recv
5767
5768 2002-10-26 [christoph]  0.8.5claws55
5769
5770         * src/folder.c
5771                 set need_update folder flag when messages are added
5772                 (closes bug [ 626922 ] folder not updated after receiving)
5773
5774 2002-10-25 [melvin]     0.8.5claws54
5775
5776         * src/imageview.c
5777                 Fixed a memleak introduced in the scaling code.
5778
5779 2002-10-24 [alfons]     0.8.5claws53
5780
5781         * src/filtering.c
5782                 make filtering's forward message action forward from the 
5783                 correct account
5784                 (closes bug [628089 ] Filter -> Forward from address problem
5785                 reported by Oktay)
5786
5787 2002-10-24 [christoph]  0.8.5claws52
5788
5789         * src/mainwindow.c
5790         * src/manual.[ch]
5791                 o use manual of current locale or english if current
5792                   locale is not available (and english is available)
5793                 o also link to sylpheed doc project manuals
5794
5795 2002-10-23 [paul]       0.8.5claws51
5796
5797         * tools/README
5798           tools/kmail2sylpheed_v2.pl
5799                 add new version of kmail addressbook importer script.
5800                 works with newer versions of Kmail/KAddressBook which
5801                 have new and rearranged data.
5802
5803 2002-10-23 [martin]     0.8.5claws50
5804
5805         * src/folderview.c
5806         * src/summaryview.c
5807         * src/utils.h
5808         * src/utils.c
5809                 added length parameter to get_abbrev_newsgroup_name()
5810                 changed this function so that it abbreviates the newsgroup
5811                 names only so long it is smaller than the length parameter
5812                 (for better reading of some newsgroup names and space efficiency)
5813
5814 2002-10-22 [colin]      0.8.5claws49
5815
5816         *src/foldersel.c
5817                 Revert Alfons' last modification (after voting ;-))
5818
5819 2002-10-21 [alfons]     0.8.5claws48
5820
5821         * src/foldersel.c
5822                 folder view in folder selection dialog reflects state of
5823                 folder view in main window
5824
5825 2002-10-18 [alfons]     0.8.5claws47
5826
5827         * src/mbox.c
5828                 drop imported messages in folder selected by user,
5829                 and not in the inbox
5830                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
5831
5832 2002-10-18 [alfons]     0.8.5claws46
5833
5834         * src/compose.c
5835                 make automagic reply work correctly for email accounts 
5836                 (whether it's viable to do a full sync with Hiro's 
5837                 compose.c is still under discussion)
5838
5839 2002-10-18 [melvin]     0.8.5claws45
5840
5841         * src/prefs_actions.c
5842                 Fixed bug #622275 where asynchroneous actions left 
5843                 zombies processes
5844                 Made (synchroneous) actions' input be displayed live.
5845
5846 2002-10-18 [christoph]  0.8.5claws44
5847
5848         * src/textview.c
5849                 don't add a newline in the textview in front of the
5850                 first textpart if header display is disabled
5851                 (closes bug [ 603385 ] disabled header display leaves blank
5852                  lin)
5853
5854 2002-10-18 [christoph]  0.8.5claws43
5855
5856         * src/folder.[ch]
5857         * src/imap.c
5858         * src/mbox_folder.c
5859         * src/mh.c
5860         * src/news.c
5861                 folder->get_num_list now returns an error code
5862                 (closes bug [ 609424 ] News cache cleared on failure)
5863                 
5864 2002-10-17 [colin]      0.8.5claws42
5865         
5866         * src/news.c
5867                 Changed a printf by debug_print
5868
5869 2002-10-16 [paul]       
5870
5871         * tools/OOo2sylpheed.pl
5872                 allow for spaces in the name of the
5873                 file to be attached.
5874
5875 2002-10-16 [colin]      0.8.5claws41
5876
5877         * src/main.c
5878                 Use a tristate to change online mode
5879
5880 2002-10-16 [paul]       0.8.5claws40
5881
5882         * po/es.po
5883                 updated by Ricardo Mones Lastra
5884
5885 2002-10-16 [colin]      0.8.5claws39
5886
5887         * src/main.c
5888           src/mainwindow.[ch]
5889                 Added --online and --offline command-line
5890                 switches
5891
5892 2002-10-15 [christoph]  0.8.5claws38
5893
5894         * src/procmime.c
5895                 set mimeinfo->name to NULL after g_free to
5896                 avoid double freeing with g_free
5897
5898 2002-10-14 [christoph]  0.8.5claws37
5899
5900         * src/compose.c
5901         * src/filtering.c
5902         * src/summaryview.c
5903                 remove calls to folder->change_flags that are now
5904                 done by procmsg flag functions (seems it is not
5905                 used by any foldertype anyway)
5906         * src/folder.c
5907                 init folder->change_flags with NULL
5908
5909 2002-10-14 [christoph]  0.8.5claws36
5910
5911         * src/folder.[ch]
5912         * src/imap.[ch]
5913                 use virtual functions for folder item new and destroy
5914                 functions
5915
5916 2002-10-14 [melvin]     0.8.5claws35
5917
5918         * src/compose.c
5919                 Added a test to not run the spell checker if no default
5920                 dictionary is available. No dialog is displayed though.
5921
5922 2002-10-14 [melvin]     0.8.5claws34
5923
5924         * src/gtkaspell.c
5925                 Fixed bug in dictionary list context menu where
5926                 "More..." pointed to an emtpy submenu if the
5927                 number of dictionaries is a multiple of 15
5928                 Removed unneeded code in suggestions list creation
5929
5930 2002-10-14 [paul]       0.8.5claws33
5931
5932         * po/bg.po
5933                 updated by George Danchev
5934
5935 2002-10-13 [hoa]        0.8.5claws32
5936
5937         * src/matcher.[ch]
5938           src/matcher_parser_parser.y
5939                 removed the escaped string from internal structure
5940                 of matcher.
5941
5942 2002-10-12 [colin]      0.8.5claws31
5943
5944         * src/gtksctree.[ch]
5945           src/summaryview.c
5946                 Removed useless function gtksctree_reanchor
5947
5948 2002-10-12 [alfons]     0.8.5claws30
5949         
5950         * sync with remaining main changes 2002-10-09 - 2002-10-11
5951         - drop changes to src/compose.c (requires claws specific changes)
5952         
5953 2002-10-12 [alfons]     0.8.5claws29
5954         
5955         * sync with main changes of 2002-10-08
5956         - drop changes to src/compose.c (requires claws specific changes)
5957         - drop changes to src/summaryview.c (requires changes to compose.c)     
5958
5959 2002-10-12 [alfons]     0.8.5claws28
5960         
5961         * sync with main changes of 2002-10-07
5962
5963 2002-10-12 [alfons]     0.8.5claws27
5964
5965         * sync with main changes of 2002-10-04
5966         - drop changes to src/compose.c (requires claws specific changes)
5967         - drop changes to src/prefs_folder_item.c (claws implementation
5968           seems to be working)
5969
5970 2002-10-12 [colin]      0.8.5claws26
5971
5972         * src/mainwindow.c
5973                 Fix folder-flicker when space-reading, introduced 
5974                 in claws22.
5975
5976 2002-10-12 [colin]      0.8.5claws25
5977
5978         * src/compose.c
5979                 Save account address when saving as draft.
5980                 (closes bug 621838)
5981
5982 2002-10-12 [colin]      0.8.5claws24
5983
5984         * src/summaryview.c
5985                 Fix the problem consisting of no message selected
5986                 after the last message in a folder has been moved.
5987
5988 2002-10-12 [paul]       0.8.5claws23
5989
5990         * src/compose.c
5991           src/prefs_template.c
5992           src/template.[ch]
5993                 add Cc and Bcc to templates. Patch submitted by
5994                 John L. Males.
5995
5996 2002-10-12 [colin]      0.8.5claws22
5997
5998         * src/folderview.c
5999                 Fix a bug after "Check for new messages":
6000                 If a folder was opened, it was still selected at
6001                 the end of the check, but displayed empty.
6002         * src/mainwindow.c
6003                 Remove unnecessary check
6004
6005 2002-10-12 [paul]
6006
6007         * tools/README
6008                 be more verbose in the description of
6009                 OOo2sylpheed.pl
6010                 
6011
6012 2002-10-11 [colin]      0.8.5claws21
6013
6014         * src/mainwindow.c
6015                 Make space work (better) when no mail is selected
6016
6017 2002-10-11 [colin]      0.8.5claws20
6018
6019         * src/inc.c
6020           src/news.c
6021                 fix warnings
6022
6023 2002-10-11 [colin]      0.8.5claws19
6024
6025         * src/mainwindow.c
6026                 revert 0.8.5claws6 changes as i couldn't get to
6027                 anything satisfying
6028
6029 2002-10-11 [melvin]     0.8.5claws18
6030
6031         * src/compose.c
6032                 Removed buggy and unused macro (should have been committed in
6033                 0.8.5claws17)
6034
6035 2002-10-11 [melvin]     0.8.5claws17
6036
6037         * src/compose.c
6038                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
6039
6040 2002-10-11 [thorsten]   0.8.5claws16 
6041
6042         * src/folderview.c
6043                 remove rescan warning
6044
6045 2002-10-11 [colin]      0.8.5claws15 
6046
6047         * src/procheader.c
6048                 fix a segfault that happens if conv_unmime_header
6049                 fails (should be better to find out why it fails)
6050
6051 2002-10-11 [christoph]  0.8.5claws14
6052
6053         * src/summaryview.c
6054                 update folderview stats after ignore/unignore thread
6055
6056 2002-10-11 [hoa]        0.8.5claws13
6057
6058         * src/quote_fmt_parse.y
6059                 Fixed a yacc/bison syntax error
6060         * src/matcher.c
6061                 Escaping of string is fixed.
6062
6063 2002-10-11 [colin]      0.8.5claws12
6064
6065         * src/imageview.c
6066                 Resize images to fit
6067
6068 2002-10-11 [paul]       0.8.5claws11
6069
6070         * po/es.po
6071                 updated by Ricardo Mones Lastra
6072
6073 2002-10-10 [alfons]     0.8.5claws10
6074
6075         * src/compose.c
6076                 allow dropping files by "moving" files from a file manager,
6077                 not only by the more cumbersome "copying". the latter 
6078                 mostly implies holding down the Control button
6079
6080 2002-10-10 [christoph]  0.8.5claws9
6081
6082         * src/summaryview.c
6083                 update folders after thread building for ignored threads
6084
6085 2002-10-10 [christoph]  0.8.5claws8
6086
6087         * config/.cvsignore
6088                 added Makefile
6089         * src/filtering.[ch]
6090         * src/folder.[ch]
6091         * src/folderview.[ch]
6092         * src/import.c
6093         * src/inc.[ch]
6094         * src/mbox.[ch]
6095         * src/procmsg.c
6096         * src/summaryview.[ch]
6097                 o added new flag need_update to FolderItem
6098                 o removed folder_table from various functions from tracking
6099                   folder updates
6100                 o set need_update flags in folder.c's move, copy and delete
6101                   functions and procmsg's flags functions
6102                 o added function folderview_update_items_when_required that
6103                   updates all folders with need_update set
6104                 o call folderview_update_items_when_required instead of
6105                   folderview_update_item_foreach
6106
6107 2002-10-09 [sergey]     0.8.5claws7
6108
6109         * src/compose.c
6110                 Strip CRs whel loading the text into editor in reedit mode.
6111
6112 2002-10-09 [colin]      0.8.5claws6
6113
6114         * src/mainwindow.c
6115                 Make Space work when no mail is selected
6116
6117 2002-10-09 [colin]      0.8.5claws5
6118
6119         * src/gtksctree.[ch]
6120                 Fix range_select
6121                 Add gtk_sctree_reanchor() 
6122         * src/summaryview.c
6123                 Use gtk_sctree_reanchor() - better fix for 
6124                 bug 60413
6125
6126 2002-10-09 [colin]      0.8.5claws4
6127
6128         * src/summaryview.c
6129                 Fix shift-click select after delete problem
6130                 (closes bug 60413)
6131
6132 2002-10-08 [thorsten]   0.8.5claws3
6133
6134         * src/summaryview.c
6135                 exclude current msg from -hide read messages-
6136
6137 2002-10-08 [colin]      0.8.5claws2
6138
6139         * src/inc.[ch]
6140           src/pop.c
6141           src/recv.c
6142                 Differentiate socket errors from disk full
6143                 errors
6144
6145 2002-10-08 [christoph]  0.8.5claws1
6146
6147         * Makefile.am
6148         * configure.in
6149                 modifications for new config directory
6150
6151         * config.guess  ** REMOVED **
6152         * config.sub    ** REMOVED **
6153         * install-sh    ** REMOVED **
6154         * ltmain.sh     ** REMOVED **
6155         * missing       ** REMOVED **
6156         * mkinstalldirs ** REMOVED **
6157                 these files are autogenerated by automake
6158                 when you run autogen.sh
6159
6160         * config/.cvsignore     ** NEW FILE **
6161         * config/Makefile.am    ** NEW FILE **
6162                 ignore autogenerated files
6163                 create a Makefile in this directory
6164
6165 2002-10-08 [paul]       0.8.5claws
6166
6167         * 0.8.5claws release
6168         
6169         * src/compose.c
6170           src/procheader.c
6171           src/procmsg.c
6172                 fix quote reply format for newsgroups reply bug
6173                 (thanks to Hoa)
6174                 
6175         * po/en_GB.po
6176           po/pl.po
6177                 updated by me and Witold Wladyslaw Wojciech Wilk
6178                 repectively
6179
6180 2002-10-07 [paul]       0.8.3claws53
6181
6182         * po/it.po
6183           po/pt_BR.po
6184           po/sr.po
6185                 updated messages catalogs, submitted by
6186                 Alessandro Maestri, Fabio Jr.Beneditto 
6187                 and Urke MMI, respectively.
6188
6189 2002-10-07 [christoph]  0.8.3claws52
6190
6191         * src/folder.[ch]
6192         * src/folderview.c
6193         * src/mainwindow.c
6194                 fix new folder ghost message bug
6195                 (closes bug [ 619722 ] wrong count for newly created folders)
6196
6197 2002-10-07 [christoph]  0.8.3claws51
6198
6199         * src/compose.c
6200                 fix news posting problem
6201
6202 2002-10-07 [melvin]     0.8.3claws50
6203
6204         * po/fr.po
6205                 Updated French translation
6206
6207 2002-10-05 [christoph]  0.8.3claws49
6208
6209         * src/gtkstext.c
6210                 check if line_start_cache is set in gtk_stext_update_text
6211                 (closes bug [ 618119 ] crash while doing search in folder)
6212
6213 2002-10-05 [christoph]  0.8.3claws48
6214
6215         * src/imap.c
6216         * src/news.c
6217         * src/utils.c
6218         * src/utils.h
6219                 implement cache cleanups for claws' folder system
6220                 (closes bug [ 595916 ] imapcache not cleaned up)
6221
6222 2002-10-05 [melvin]     0.8.3claws47
6223
6224         * src/prefs_actions.c
6225                 Made the help text more clear for the %p token
6226
6227 2002-10-04 [paul]       0.8.3claws46
6228
6229         * sync with 0.8.5
6230                 see ChangeLog 2002-10-02 and 2002-10-03
6231
6232 2002-10-04 [christoph]  0.8.3claws45
6233
6234         * src/inc.c
6235                 fix segfault caused by pop before smtp
6236                 call to inc_account_mail with NULL
6237                 pointer for mainwin
6238
6239 2002-10-04 [paul]       0.8.3claws44
6240
6241         * configure.in
6242                 sync the LDAP detection from 0.8.5cvs1
6243
6244 2002-10-02 [christoph]  0.8.3claws43
6245
6246         * po/de.po
6247                 fix small spelling error
6248
6249 2002-10-02 [melvin]     0.8.3claws42
6250
6251         * ac/aspell.m4
6252                 Behave better and say "no" when test program cannot be run.
6253
6254 2002-10-02 [paul]       0.8.3claws41
6255
6256         * sync with 0.8.4cvs1
6257                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
6258                 
6259         * src/summaryview.c
6260                 toggle the behavior of Reply menuitem between
6261                 normal reply and reply-to-list
6262
6263 2002-10-01 [sergey]     0.8.3claws40
6264
6265         * src/compose.c
6266                 Convert newlines in the message text to the canonical form
6267                 before base64 encoding (RFC2045 compliance, fixes some
6268                 interoperability issues with Evolution 1.0.3)
6269
6270 2002-09-29 [colin]      0.8.3claws39
6271
6272         * src/summaryview.c
6273                 Fix an unwanted copy/paste
6274
6275 2002-09-29 [colin]      0.8.3claws38
6276
6277         * src/mainwindow.c
6278                 Renamed "Custom toolbar" to "Customize toolbar"
6279                 Renamed "Show all header" to "Show all headers"
6280                 Renamed "Set diplay item" to "Set displayed items"
6281         * src/prefs_common.c
6282                 Renamed "Show all header" to "Show all headers"
6283         * src/prefs_summary_column.c
6284                 Renamed "diplay item" to "displayed items"
6285
6286 2002-09-29 [colin]      0.8.3claws37
6287
6288         * src/mainwindow.[ch]
6289                 online/offline status pixmaps follow theme
6290                 changes
6291         * src/summaryview.[ch]
6292                 quicksearch pixmap follows theme changes
6293
6294 2002-09-29 [thorsten]   0.8.3claws36
6295
6296         * src/compose.c
6297           src/prefs_folder_item.[ch]
6298                 add default_reply_to folder option (closes patch 581044)
6299
6300 2002-09-29 [christoph]  0.8.3claws35
6301
6302         * acconfig.h    ** REMOVED **
6303         * configure.in
6304         * ac/aspell.m4
6305         * ac/check-type.m4
6306         * ac/gnupg-check-typedef.m4
6307                 fix autoheader 2.50 warning
6308
6309 2002-09-29 [christoph]  0.8.3claws34
6310
6311         * major code cleanup (part 2)
6312         
6313                 - unused variables removed
6314                 - unused functions removed
6315                 - uninitialized variables checked
6316                 - missing return statements added
6317                 - missing function return types added
6318                 - added parentheses around assignment
6319                   when suggested by gcc
6320
6321 2002-09-29 [alfons]     0.8.3claws33
6322
6323         * src/logwindow.c
6324                 log_window_clear(): only bracket gtk_text_forward_delete() 
6325                 with gtk_text_freeze() / gtk_text_thaw() (see if this
6326                 works around GTK text bug)
6327
6328 2002-09-29 [paul]       0.8.3claws32
6329
6330         * po/bg.po
6331           po/sr.po
6332                 updated by George Danchev and Urke MMI
6333                 respectively
6334
6335 2002-09-27 [christoph]  0.8.3claws31
6336
6337         * doc-src/readme.txt
6338         * doc-src/rfc1806.txt   ** REMOVED **
6339         * doc-src/rfc2183.txt   ** NEW FILE **
6340         * doc-src/rfc2980.txt   ** NEW FILE **
6341                 update rfcs
6342
6343 2002-09-27 [melvin]     0.8.3claws30
6344
6345         * ac/aspell.m4
6346                 Fixed typo which could break linking
6347
6348 2002-09-27 [melvin]     0.8.3claws29
6349
6350         * ac/aspell.m4
6351                 Improved GNU/aspell checking. 
6352                 Fixed bug #614490
6353
6354 2002-09-27 [paul]       0.8.3claws28
6355
6356         * sync with 0.8.3cvs8
6357                 see ChangeLog 2002-09-27
6358
6359 2002-09-26 [colin]      0.8.3claws27
6360
6361         * src/toolbar.[ch]
6362           src/mainwindow.[ch]
6363                 Add "Reply to Mailing-list" to the toolbar
6364
6365 2002-09-26 [christoph]  0.8.3claws26
6366
6367         * src/summaryview.c
6368                 Fix wrong message counts in summaryview status
6369
6370 2002-09-26 [paul]       0.8.3claws25
6371
6372         * sync with 0.8.3cvs7
6373                 see ChangeLog 2002-09-26
6374
6375 2002-09-26 [paul]       0.8.3claws24
6376
6377         * sync with 0.8.3cvs6
6378                 see ChangeLog 2002-09-25
6379
6380 2002-09-25 [christoph]  0.8.3claws23
6381
6382         * src/prefs_common.c
6383         * src/prefs_folder_item.c
6384         * src/prefs_scoring.c
6385                 Renamed "kill score" to "hide score" in GUI
6386                 and prefs files
6387
6388 2002-09-25 [paul]       0.8.3claws22
6389
6390         * sync with 0.8.3cvs5
6391                 see ChangeLog 2002-09-24
6392
6393 2002-09-24 [alfons]     0.8.3claws21
6394
6395         patch by Satoshi Nagayasu: allows appending / saving multiple 
6396         selected files (closes "[ 612279 ] save multiple mesg(s) in 
6397         'Save as ...'")
6398
6399         * AUTHORS
6400                 add Satoshi Nagayasu
6401         * src/summaryview.c
6402                 summary_save_as(): allow saving selected files to
6403                 one file
6404                 summary_set_menu_sensitive: enable "Save As..." when
6405                 multiple files are selected
6406         * src/utils.[ch]
6407                 append_file(): new function
6408
6409 2002-09-24 [colin]      0.8.3claws20
6410
6411         * src/procmime.c
6412                 Fix segfault when mimeinfo doesn't have a 
6413                 content_type. 
6414
6415 2002-09-24 [colin]      0.8.3claws19
6416
6417         * src/prefs_common.[ch]
6418                 Add a preference to display send dialog or not
6419         * src/send.c
6420                 Display send dialog according to preference
6421
6422 2002-09-24 [colin]      0.8.3claws18
6423
6424         * src/compose.[ch]
6425                 Disable user actions when sending
6426
6427 2002-09-24 [colin]      0.8.3claws17
6428
6429         * src/procmime.c
6430                 Do not display name or filename for attachments
6431                 with an application/pgp-signature type
6432                 (security flaw, see bug 537413)
6433
6434 2002-09-23 [colin]      0.8.3claws16
6435
6436         * src/editaddress.c
6437                 Initialize entry_email, entry_alias and 
6438                 entry_remarks to first email address of the list
6439
6440 2002-09-23 [colin]      0.83claws15
6441
6442         * src/compose.c
6443                 Drop pgp-signature when reediting a signed queued
6444                 message
6445
6446 2002-09-23 [melvin]     0.8.3claws14
6447
6448         * po/fr.po
6449                 Updated French translation
6450
6451 2002-09-23 [melvin]     0.8.3claws13
6452
6453         * src/mainwindow.c
6454                 Made custom toolbar menu labels more consistent
6455         * src/prefs_toolbar.c
6456                 Made custom toolbar window title more consistent
6457
6458 2002-09-22 [colin]      0.8.3claws12
6459
6460         * src/inc.c
6461                 Initialize session type to normal before getting 
6462                 mail (fixes strange Get behaviour)
6463         * src/prefs_account.h
6464                 Move STYPE_POP_BEFORE_SMTP to last position to 
6465                 avoid other side-effects
6466
6467 2002-09-22 [colin]      0.8.3claws11
6468
6469         * src/prefs_account.c
6470                 Fix pop_bfr_smtp_tm_entry sensivity when switching
6471                 from pop3 to apop or vice-versa
6472
6473 2002-09-22 [colin]      0.8.3claws10
6474         
6475         * src/prefs_account.[ch]
6476                 Add an option for the POP before SMTP timeout
6477         * src/inc.c
6478                 Remember time of last POP connection
6479         * src/send.c
6480                 Do POP before SMTP only if timeout reached
6481
6482 2002-09-22 [oliver]     0.8.3claws9
6483         
6484         * README.claws
6485                 explain custom toolbar
6486
6487 2002-09-22 [oliver]     0.8.3claws8
6488
6489         * src/prefs_actions.[ch]
6490         custom toolbar for compose      
6491                 actions callback from compose toolbar
6492         * src/folderview.c
6493                 remove include toolbar.h
6494
6495 2002-09-22 [oliver]     0.8.3claws7
6496         
6497         * src/prefs_toolbar.[ch]
6498                 custom toolbar for compose
6499                 - generic prefs_toolbar handles both
6500                   Mainwin's toolbar as well as Compose toolbar          
6501
6502 2002-09-22 [oliver]     0.8.3claws6
6503         
6504         * src/toolbar.[ch]
6505                 custom toolbar for compose
6506                 restructure toolbar.[ch]
6507
6508 2002-09-22 [oliver]     0.8.3claws5
6509
6510         * src/compose.[ch]
6511                 custom toolbar for compose
6512
6513 2002-09-22 [oliver]     0.8.3claws4
6514         
6515         * src/mainwindow.[ch]
6516                 custom toolbar for compose 
6517                 move mainwin toolbar back to mainwindow
6518
6519 2002-09-22 [alfons]     0.8.3claws3
6520
6521         * src/procmsg.c
6522                 :%sno/if(/if (/gc
6523                 :%sno/for(/for (/gc
6524                 (beautify)
6525
6526 2002-09-22 [alfons]     0.8.3claws2
6527         
6528         * src/procmsg.c
6529                 procmsg_save_to_outbox(): don't unlink message file from queue;
6530                 callers should do it using folder_item_remove_msg()
6531
6532 2002-09-22 [colin]      0.8.3claws1
6533
6534         * src/mimeview.[ch]
6535                 Made mimeview_check_signature() public
6536         * src/textview.c
6537                 Made GPG signatures verifiable by clicking
6538                 the [application/pgp-signature] in the Text
6539                 view
6540
6541 2002-09-22 [paul]       0.8.3claws
6542
6543         * po/bg.po
6544           po/en_GB.po
6545           po/es.po
6546           po/it.po
6547           po/pl.po
6548           po/pt_BR.po
6549           po/sr.po
6550                 updated translations, submitted by George Danchev,
6551                 me, Ricardo Mones Lastra, Alessandro Maestri,
6552                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
6553                 and Urke MMI, respectively.     
6554
6555 2002-09-22 [alfons]     0.8.2claws65
6556
6557         * src/procmsg.c
6558         * src/pgptext.c
6559                 no furry valgrinds have been used to plug these memleaks
6560
6561 2002-09-20 [paul]       0.8.2claws64
6562
6563         * sync with 0.8.3cvs4
6564                 'Select thread' re-implemented 
6565                 see ChangeLog 2002-09-20
6566
6567 2002-09-21 [alfons]     0.8.2claws63
6568
6569         * src/compose.c
6570                 compose_send(): plug unnoticed memleak
6571
6572 2002-09-20 [alfons]     0.8.2claws62
6573
6574         * src/addr_compl.c
6575                 replace_address_in_edit(): strict check for NULL address to
6576                 fix "[ 607348 ] Segfault in address completion". My guess is
6577                 that this happens with an empty address book, but it's good
6578                 to have this check here anyway
6579                 
6580                 completion_window_button_press(): free string returned 
6581                 from the internal cache
6582
6583 2002-09-20 [christoph]  0.8.2claws61
6584
6585         * src/procmime.h
6586                 added ENC_BINARY to EncodingType
6587         * src/procmime.c
6588                 the string returned by procmime_get_encoding_str
6589                 should not depend on the order of values in the
6590                 EncodingType definition
6591         * doc-src/rfc1806.txt   ** NEW FILE **
6592                 Added rfc1806 about MIME Content-Disposition
6593                 Extension
6594
6595 2002-09-19 [paul]       0.8.2claws60
6596
6597         * sync with 0.8.2cvs3
6598                 see ChangeLog 2002-09-19
6599
6600 2002-09-19 [paul]       0.8.2claws59
6601
6602         * src/prefs_folder_item.c
6603                 revert to Darko's original alignment of colour
6604                 selector button
6605                 add a colon to folder_color label
6606                 
6607         * src/compose.c
6608                 add Colin's patch (with Hiro's modifications) to 
6609                 force BASE64 encoding for 8-bit text when signing
6610                 (sync with 0.8.3cvs2)
6611
6612 2002-09-18 [alfons]     0.8.2claws58
6613
6614         * src/compose.c
6615                 :%sno/if(/if (/gc
6616                 :%sno/for(/for (/gc
6617                 (beautify a little bit)
6618
6619 2002-09-18 [christoph]  0.8.2claws57
6620
6621         * src/pine.c
6622                 fix handling of fgetc return value
6623
6624 2002-09-17 [alfons]     0.8.2claws56
6625         
6626         * src/summaryview.c
6627                 summary_sort(): check non-NULL summaryview->folder_item when no 
6628                 folder is selected at all
6629                 (closes "[ 610344 ] sort label make syl Crash")
6630
6631 2002-09-17 [alfons]     0.8.2claws55
6632         
6633         * src/compose.c
6634                 beautify a little bit
6635
6636 2002-09-17 [christoph]  0.8.2claws54
6637
6638         * src/folder.c
6639                 initialize max values for cache and folder
6640                 when cache or folder is empty
6641
6642 2002-09-15 [colin]      0.8.2claws53
6643
6644         * src/compose.c
6645                 Fix a leak (thanks Alfons!) and cleaned
6646                 variables names for custom headers
6647
6648 2002-09-15 [colin]      0.8.2claws52
6649
6650         * src/compose.c
6651                 Fix custom headers recognition when
6652                 prefs_common.trans_hdr is on
6653
6654 2002-09-15 [colin]      0.8.2claws51
6655
6656         * src/compose.c
6657                 Allow dynamically-added custom headers
6658                 Yet not reparsed if reedited
6659
6660 2002-09-15 [alfons]     0.8.2claws50
6661
6662         * src/prefs_account.c
6663                 fix warnings
6664
6665 2002-09-15 [colin]      0.8.2claws49
6666         
6667         * src/prefs_account.c
6668                 fix pop_before_smtp sensitivity
6669
6670 2002-09-15 [colin]      0.8.2claws48
6671
6672         * src/inc.[ch]
6673                 add inc_pop_before_smtp()
6674                 allow MainWindow to be undefined in 
6675                 inc_account_mail() and inc_start()
6676         * src/pop.c
6677           src/prefs_account.h
6678                 add STYPE_POP_BEFORE_SMTP session type
6679         * src/prefs_account.c
6680                 activated pop before smtp option
6681         * src/send.c
6682                 do pop before smtp if the relevant option 
6683                 is set
6684
6685 2002-09-15 [paul]       0.8.2claws47
6686
6687         * sync with 0.8.3
6688                 see ChangeLog 2002-09-15
6689
6690 2002-09-14 [paul]       0.8.2claws46
6691
6692         * po/bg.po
6693                 updated Bulgarian translation, submitted by
6694                 George Danchev
6695
6696 2002-09-13 [paul]       0.8.2claws45
6697
6698         * src/compose.c
6699                 merge claws' select_account() with main's
6700                 (new) compose_select_account(). [sync with
6701                 0.8.2cvs15, see ChangeLog 2002-09-11]
6702
6703 2002-09-12 [christoph]  0.8.2claws44
6704
6705         * src/filter.c
6706                 allocate 1 elements of FolderItem not 0
6707
6708 2002-09-12 [colin]      0.8.2claws43
6709
6710         * src/compose.c
6711                 Fix bug #590825 (obey Follow-up: poster)
6712
6713 2002-09-12 [colin]      0.8.2claws42
6714
6715         * src/procmime.c
6716                 Fix bug #557009 (wrong headers for messages 
6717                 forwarded as attachments)
6718
6719 2002-09-11 [colin]      0.8.2claws41
6720         
6721         * src/compose.c
6722                 Put SCF: pseudo-header on top of message
6723                 Set draft tmp_flag when saved as draft
6724
6725         * src/procmsg.c
6726           src/procheader.c
6727                 Skip after first \n\n for beginning of real message
6728                 for drafts too
6729
6730 2002-09-11 [christoph]  0.8.2claws40
6731
6732         * src/filtering.c
6733                 use procmsg flag functions in filtering or processing
6734                 will cause incorrect folder message counts
6735
6736 2002-09-11 [colin]      0.8.2claws39
6737
6738         * src/compose.c
6739                 Fix bug #550175 - wrong save folder when reediting
6740                 drafts
6741
6742 2002-09-11 [paul]       0.8.2claws38
6743
6744         * sync with 0.8.2cvs14
6745                 see ChangeLog 2002-09-11
6746
6747 2002-09-11 [colin]      0.8.2claws37
6748
6749         * src/folder.c
6750                 Fix a typo (seeming to cause new/unread status to
6751                 be lost)
6752
6753 2002-09-10 [christoph]  0.8.2claws36
6754
6755         * src/compose.c
6756                 compose_redirect should not use compose_generic_new
6757                 because that does more stuff than expected including
6758                 opening the external editor
6759                 (closes bug "[ 526608 ] bounced messages appear blank
6760                  in editor")
6761
6762 2002-09-10 [christoph]  0.8.2claws35
6763
6764         * src/folder.c
6765                 fix problem with too large message number range
6766                 causing a crash in folder_item_scan
6767
6768 2002-09-10 [paul]       0.8.2claws34
6769
6770         * sync with 0.8.2cvs13
6771                 see ChangeLog 2002-09-10
6772
6773 2002-09-10 [christoph]  0.8.2claws33
6774
6775         * src/msgcache.c
6776                 set MsgInfo TmpFlags for queue and draft folders
6777                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
6778
6779 2002-09-10 [paul]       0.8.2claws32
6780
6781         * AUTHORS
6782           po/bg.po      ** NEW FILE **
6783                 new Bulgarian translation submitted by
6784                 George Danchev <danchev@spnet.net>
6785                 
6786         * tools/Makefile.am
6787           tools/README
6788           tools/tb2sylpheed     ** NEW FILE **
6789                 add script that converts an addressbook exported
6790                 from The Bat! into a Sylpheed addressbook. Submitted
6791                 by Urke MMI <urke-kg@eunet.yu>
6792
6793 2002-09-10 [paul]       0.8.2claws31
6794
6795         * sync with 0.8.2cvs12
6796                 see ChangeLog 2002-09-10
6797
6798 2002-09-06 [paul]       0.8.2claws30
6799
6800         * src/prefs_common.c
6801                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
6802                 
6803         * tools/Makefile.am
6804           tools/README
6805           tools/ldif-to-xml.py  ** REMOVED **
6806                 remove obsolete python script
6807
6808 2002-09-06 [paul]       0.8.2claws29
6809
6810         * sync with 0.8.2cvs10
6811                 see ChangeLog 2002-09-06
6812
6813 2002-09-04 [paul]       0.8.2claws28
6814
6815         * sync with 0.8.2cvs9
6816                 see ChangeLog 2002-08-04
6817
6818 2002-09-04 [colin]      0.8.2claws27 
6819
6820         * src/prefs_common.[ch]
6821                 Added signature color configuration
6822         * src/textview.c
6823                 Use user-specified signature color
6824
6825 2002-09-03 [colin]      0.8.2claws26
6826
6827         * src/prefs_common.[ch]
6828                 Added autosave and autosave_length prefs
6829         * src/compose.c
6830                 Added compose_remove_draft()
6831                 Auto-save drafts according to the prefs
6832         * src/main.c
6833                 Added a crash-indicator file, allowing to check
6834                 for new messages on startup if Sylpheed crashed
6835                 (makes saved drafts "reappear")
6836
6837 2002-09-03 [colin]      0.8.2claws25
6838
6839         * src/textview.[ch]
6840                 Grey the signature
6841
6842 2002-09-03 [paul]       0.8.2claws24
6843
6844         * sync with 0.8.2cvs8
6845                 see ChangeLog 2002-09-02 and 2002-09-03
6846
6847 2002-09-03 [darko]      0.8.2claws23
6848
6849         * src/folderview.c
6850                 use normal style when creating new folder to pick
6851                 proper font size 
6852
6853 2002-09-02 [melvin]     0.8.2claws22
6854
6855         * src/gtkaspell.m4
6856                 removed some obsolete code
6857
6858 2002-09-02 [melvin]     0.8.2claws21
6859
6860         * ac/aspell.m4
6861                 fixed test's equality sign (== to =)
6862
6863 2002-09-02 [alfons]     0.8.2claws20
6864
6865         * src/folder.c
6866         * src/mh.c
6867                 revert change of 0.8.2claws16 and use the mh_folder_destroy
6868                 as folder->destroy virtual as suggested by Hiro
6869                 (the mh.c code seems to have been lost around mh.c.1.21)
6870
6871 2002-09-02 [paul]       0.8.2claws19
6872
6873         * po/pt_BR.po
6874                 updated by Fabio Jr. Beneditto
6875                 
6876         * src/defs.h
6877                 use 'http://claws.sylpheed.org' for homepage link. 
6878                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
6879
6880 2002-09-01 [alfons]     0.8.2claws18
6881
6882         * src/mh.c
6883                 plug memleak related to one Martin Kluge found
6884
6885 2002-08-31 [paul]       0.8.2claws17
6886
6887         * sync with 0.8.2cvs6
6888                 see ChangeLog 2002-08-30
6889
6890 2002-08-31 [alfons]     0.8.2claws16
6891
6892         * src/folder.c
6893                 folder_destroy(): remove mailbox from folderlist even if it has
6894                 no destroy virtual
6895
6896 2002-08-31 [alfons]     0.8.2claws15
6897
6898         * src/folder.c
6899                 :%sno/if(/if (/gc
6900                 :%sno/for(/for (/gc
6901                 (being pedantic I know)
6902
6903 2002-08-31 [alfons]     0.8.2claws14
6904
6905         * src/folder.c
6906                 check for NULL pointers returned from folder->fetch_msginfo virtual
6907                 (should solve some reported crashes)
6908
6909 2002-08-30 [alfons]     0.8.2claws13
6910
6911         * acconfig.h
6912         * configure.in
6913         * src/crash.c
6914                 enable crash dialog on compilation time
6915                 (--enable-crash-dialog configure option)
6916
6917 2002-08-30 [alfons]     0.8.2claws12
6918
6919         * AUTHORS
6920                 add Martin Kluge
6921         * src/mh.c
6922                 apply memory leak plug patch by Martin Kluge
6923                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6924                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6925                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6926
6927 2002-08-30 [darko]      0.8.2claws11
6928
6929         * src/folderview.c
6930                 copy Gtk style from normal style to match
6931                 font size for coloured folders
6932
6933 2002-08-29 [alfons]     0.8.2claws10
6934
6935         * sylpheed.desktop
6936                 Type=Internet <- Type=Application
6937                 (reported by Michael Schwendt, see:
6938                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6939                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6940
6941 2002-08-29 [paul]       0.8.2claws9
6942
6943         * sync with 0.8.2cvs5
6944                 see ChangeLog 2002-08-29
6945
6946 2002-08-29 [colin]      0.8.2claws8
6947
6948         * src/summaryview.c
6949                 Added a sanity check in summary_select_thread
6950                 Should fix bug 601605
6951
6952 2002-08-29 [colin]      0.8.2claws7
6953
6954         * src/main.c
6955                 Revert claws6 changes regarding bug #591676
6956
6957 2002-08-28 [colin]      0.8.2claws6
6958         
6959         * src/main.c
6960                 Ignore cache for queue folderitems
6961                 Fix bug #591676
6962
6963 2002-08-28 [melvin]     0.8.2claws5
6964
6965         * README.claws
6966                 Fixed typos.
6967
6968 2002-08-28 [melvin]     0.8.2claws4
6969
6970         * README.claws
6971                 Updated a bit the text concerning the spell checker
6972
6973 2002-08-28 [melvin]     0.8.2claws3
6974
6975         Merged the GNU_aspell_branch:
6976                 Support of new GNU/aspell is now included and the old pspell
6977                 is not supported anymore.
6978                 See README.claws
6979
6980         * README.claws
6981                 Updated spell checker text to reflect the switch to GNU/aspell
6982
6983         * ac/aspell.m4          *** NEW ***
6984         * src/gtkaspell.[ch]    *** NEW *** 
6985         * ac/pspell.m4          *** DELETED *** 
6986         * src/gtkspell.[ch]     *** DELETED ***
6987
6988         * ac/Makefile.am
6989                 Updated for GNU/aspell support
6990
6991         * po/POTFILES.in
6992                 Replaced gtkspell.c by gtkaspell.c
6993
6994         * acconfig.h
6995         * src/Makefile.am
6996         * src/about.c
6997         * src/compose.[ch]
6998         * src/crash.c
6999         * src/main.c
7000         * src/prefs_common.[ch]
7001                 Updated for GNU/aspell support
7002
7003 2002-08-28 [paul]       0.8.2claws2
7004
7005         * sync with 0.8.2cvs4
7006                 see ChangeLog 2002-08-27 and 2002-08-28
7007
7008 2002-08-28 [colin]      0.8.2claws1
7009
7010         * src/summary_search.c
7011                 Added "AND search"
7012
7013 2002-08-28 [jens]       0.8.2claws
7014
7015         *po/de.po
7016                 Updated German translations
7017
7018 2002-08-27 [melvin]     0.8.2claws
7019
7020         * po/fr.po
7021                 Updated French translations
7022
7023 2002-08-27 [paul]       0.8.2claws
7024
7025         * sync with 0.8.2 main release
7026
7027         * po/en_GB.po
7028           po/es.po
7029           po/it.po
7030           po/pl.po
7031           po/pt_BR.po
7032           po/sr.po
7033                 updated message catalogs submitted by
7034                 Ricardo Mones Lastra, Alessandro Maestri,
7035                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
7036                 Beneditto and Urke MMI  
7037
7038 2002-08-27 [hoa]        0.8.1claws123
7039
7040         * src/mainwindow.[ch]
7041         * src/summaryview.[ch]
7042                 removed the "filter setting" menu option.
7043                 add a "cancel a news message" menu option.
7044
7045 2002-08-26 [martin]     0.8.1claws122
7046
7047         * ChangeLog.claws
7048                 changed string under 0.8.1claws79 changed by myself
7049                 i'm sorry alfons :(
7050
7051 2002-08-26 [martin]     0.8.1claws121
7052
7053         * src/crash.c
7054                 added kill command to debuggerrc to start crash dialog
7055
7056 2002-08-26 [paul]       0.8.1claws120
7057
7058         * sync with 0.8.1cvs31
7059                 see ChangeLog 2002-08-26
7060
7061 2002-08-25 [alfons]     0.8.1claws119
7062
7063         * src/procmsg.c
7064                 fix bug that didn't send out correct headers to news server
7065                 when sending news article and email from queue (bug reported
7066                 and patch provided by Tim Mann; closes bug 
7067                 "[ 583196 ] 0.7.8claws can't post news")
7068
7069 2002-08-25 [alfons]     0.8.1claws118
7070
7071         * src/selective_download.c
7072                 mark two strings as translatable
7073                 (thanks to Urke MMI for pointing this out)
7074
7075 2002-08-25 [alfons]     0.8.1claws117
7076
7077         * src/summaryview.c
7078                 treat sent boxes as special and allow sorting them by addressee
7079                 (closes "[ 589418 ] Sent folder sorting misbehavior"
7080                 submitted by Steve Lamb)
7081
7082 2002-08-24 [alfons]     0.8.1claws116
7083
7084         * src/matcher.c
7085                 fix memleak reported by Martin Kluge
7086                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
7087
7088 2002-08-24 [oliver]     0.8.1claws115
7089
7090         * src/prefs_toolbar.c
7091                 o code cleanup as suggested by Alfons
7092                 o memleak fix
7093
7094 2002-08-24 [alfons]     0.8.1claws114
7095
7096         * src/summaryview.c
7097                 o fix another memory leak reported by Martin Kluge
7098                   (see "[ 599568 ] Small Memory Leak")
7099                 o remove 'from' variable from 'summary_set_header()'; we can
7100                   do with just 'to' 
7101
7102 2002-08-24 [paul]       0.8.1claws113
7103
7104         * sync with 0.8.1cvs30
7105                 see ChangeLog 2002-08-23
7106
7107 2002-08-24 [alfons]     0.8.1claws112
7108
7109         * src/summaryview.c
7110                 remove unnecessary allocations for search bar fixing leaks
7111                 reported by Martin Kluge
7112                 (see "[ 599451 ] Further memory leaks?")
7113
7114 2002-08-24 [alfons]     0.8.1claws111
7115
7116         * src/main.c
7117                 make get_socket_name() public for crash.c
7118         * src/crash.c
7119                 o make report bug button work (goes to claws' 
7120                   bug tracker at sf.net)
7121                 o introduce function for doing important stuff just
7122                   before claws goes down
7123                 o clean up code 
7124
7125 2002-08-24 [alfons]     0.8.1claws110
7126
7127         * src/compose.c
7128                 move cursor to "To" entry when forwarding as attachment
7129                 (reported and solved by Steve Lamb, closes bug report
7130                 "[ 592880 ] Forward as attachment; cursor not in to")
7131
7132 2002-08-24 [colin]      0.8.1claws109
7133
7134         * src/mainwindow.c
7135                 fix quick search visibility after GUI (de)separations.
7136
7137 2002-08-23 [colin]      0.8.1claws108
7138
7139         * src/mainwindow.c
7140                 fix header pane visibility after folderview or
7141                 messageview (de)separation
7142
7143 2002-08-23 [paul]       0.8.1claws107
7144
7145         * src/mainwindow.[ch]
7146           src/toolbar.c
7147                 give full control of display or non-display 
7148                 of the Execute icon to Custom toolbar settings.
7149                 add new sensitivity condition to maninwindow.h: 
7150                 M_DELAY_EXEC
7151
7152         * ChangeLog
7153           ChangeLog.jp
7154           NEWS
7155                 more sync with 0.8.1cvs29
7156
7157 2002-08-23 [melvin]     0.8.1claws106
7158
7159         * src/alertpanel.c
7160                 Readded support for custom widget in alertpanel lost in last
7161                 sync.
7162
7163 2002-08-23 [paul]       0.8.1claws105
7164
7165         * sync with 0.8.1cvs29
7166                 see ChangeLog 2002-08-23
7167
7168 2002-08-23 [colin]      0.8.1claws104
7169
7170         * src/summaryview.c
7171                 Fix folder and search pixmaps exchanging positions
7172                 after theme or toolbar changes. Thank to Oliver for 
7173                 reporting this.
7174
7175 2002-08-23 [colin]      0.8.1claws103
7176
7177         * src/mainwindow.c
7178           src/messageview.[ch]
7179           src/noticeview.[ch]
7180           src/summaryview.c
7181                 Changed messageview_create() and noticeview_create()
7182                 to avoid the last gdk_warning
7183
7184 2002-08-22 [colin]      0.8.1claws102
7185
7186         * src/summaryview.c
7187                 Fix my new `Creating pixmap from xpm' warning
7188
7189 2002-08-22 [colin]      0.8.1claws101
7190
7191         * src/mainwindow.c
7192                 Fix some of the gdk warnings
7193
7194 2002-08-22 [colin]      0.8.1claws100
7195
7196         * src/Makefile.am
7197         * src/stock_pixmap.c
7198         * src/stock_pixmap.h
7199         * src/pixmaps/quicksearch.xpm *ADDED*
7200                 Add the quicksearch pixmap
7201         * src/mainwindow.c
7202         * src/summaryview.c
7203         * src/summaryview.h
7204                 Make quicksearch bar visible/hidden via a button
7205
7206 2002-08-22 [christoph]  0.8.1claws99
7207
7208         * src/folder.c
7209                 fix folder update for newsgroups with message
7210                 numbers below minimum number of articles to fetch
7211                 (closes bug #598445)
7212
7213 2002-08-22 [paul]       0.8.1claws98
7214
7215         * sync with 0.8.1cvs28
7216                 see ChangeLog 2002-08-22
7217
7218 2002-08-21 [alfons]     0.8.1claws97
7219
7220         * src/crash.c
7221                 use bt instead of bt full which seems to work 
7222                 better, and bt full doesn't give a great deal 
7223                 of information anyway
7224
7225 2002-08-21 [colin]      0.8.1claws96
7226
7227         * src/summaryview.c
7228                 fix summaryview_searchtype_changed prototype
7229
7230 2002-08-21 [christoph]  0.8.1claws95
7231
7232         * src/mainwindow.c
7233                 o fix broken menu update for sorting type, we have to
7234                   get this info from the summaryview now
7235                 o removed setting of threaded state in menu callback
7236         * src/summaryview.[ch]
7237                 more summaryview/folderitem seperation for
7238                 threading option
7239         * configure.in
7240                 removed not required --with-compiler-flags option
7241
7242 2002-08-21 [oliver]     0.8.1claws94
7243         
7244         * src/toolbar.h 
7245                 o rename toolbar.xml to toolbar_main.xml
7246                   since toolbar_compose.xml might come up 
7247                   any time soon
7248         * README.claws
7249                 add custom toolbar              
7250
7251 2002-08-21 [darko]      0.8.1claws93
7252
7253         * src/procmsg.c
7254                 don't reset tmp flags for messages copied
7255                 to sent folder
7256
7257 2002-08-21 [colin]      0.8.1claws92
7258         
7259         * src/prefs_filtering.c
7260                 fix renaming rules on folder rename 
7261                 when folder is not a leaf folder
7262
7263 2002-08-21 [paul]       0.8.1claws91
7264
7265         * src/prefs_folder_item.c
7266                 fix alignment of colour selector
7267
7268 2002-08-21 [paul]       0.8.1claws90
7269
7270         * sync with 0.8.1cvs27
7271                 see ChangeLog 2002-08-21
7272
7273 2002-08-21 [paul]       0.8.1claws89
7274
7275         * src/summaryview.c
7276                 fix crash when changing field type in
7277                 Quick search bar
7278
7279 2002-08-21 [colin]      0.8.1claws88
7280
7281         * src/summaryview.c
7282                 Made quick search case-insensitive
7283
7284 2002-08-21 [paul]       0.8.1claws87
7285
7286         * sync with 0.8.1cvs26
7287                 see ChangeLog 2002-08-21
7288
7289 2002-08-20 [christoph]  0.8.1claws86
7290
7291         * src/folderview.c
7292         * src/main.c
7293         * src/summaryview.[ch]
7294                 more summaryview/folderitem seperation for
7295                 sort_key and sort_type
7296         * src/procmsg.c
7297                 added missing return statement
7298
7299 2002-08-20 [colin]      0.8.1claws85
7300
7301         * src/summaryview.[ch]
7302                 Added a quick search box
7303         * src/mainwindow.c
7304         * src/prefs_common.[ch]
7305                 Added a show/hide option for the quick search
7306
7307 2002-08-20 [oliver]     0.8.1claws84
7308         
7309         * src/mainwindow.c
7310                 remove toolbar_create_popups
7311         * src/toolbar.[ch]
7312                 o remove toolbar_create_popups
7313                 o fix toolbar_set_sensitive 
7314                   (Bug reports #596834 and #596832)     
7315         * src/prefs_toolbar.c
7316                 o add "Set default" button
7317                 o align label and text + combo widgets
7318
7319 2002-08-20 [hoa]        0.8.1claws83bis
7320
7321         * src/imap.c
7322                 fixed a bug in imap_fetch_msginfo() in case there is no
7323                 current folder.
7324
7325 2002-08-20 [darko]      0.8.1claws83
7326
7327         * src/folderview.c
7328                 copy the color style of folder view so it
7329                 works with GTK themes
7330
7331 2002-08-20 [darko]      0.8.1claws82
7332
7333         * src/folder.h
7334         * src/folderview.c
7335         * src/prefs_folder_item.[hc]
7336                 don't use UI stuff in folder.h
7337
7338 2002-08-20 [darko]      0.8.1claws81
7339
7340         * src/folder.h
7341         * src/prefs_folder_item.h
7342         * src/folderview.c
7343         * src/prefs_folder_item.c
7344                 ability to set folder color in folderview
7345
7346 2002-08-19 [alfons]     0.8.1claws80
7347
7348         * src/summaryview.c
7349                 fix one of the earlier memleaks reported by Martin Kluge
7350
7351 2002-08-19 [alfons]     0.8.1claws79
7352
7353         * src/mainwindow.c
7354                 hide notice view when selecting seperate folder
7355                 view (reported by Urke MMI)
7356
7357 2002-08-19 [christoph]  0.8.1claws78
7358
7359         * src/folderview.c
7360         * src/prefs_folder_item.h
7361         * src/summaryview.[ch]
7362                 o add summary_set_prefs_from_folderitem to set
7363                   summaryview prefs (first step to remove all
7364                   references to the folderitem in summaryview)
7365                 o moved compiled regex stuff from folderitem prefs
7366                   to summaryview code
7367
7368 2002-08-19 [paul]       0.8.1claws77
7369
7370         * src/compose.c
7371                 add check for '.' to QUOTE_IF_REQUIRED
7372
7373 2002-08-19 [paul]       0.8.1claws76
7374
7375         * src/inc.c
7376                 sync with 0.8.1cvs25 (plug memory leak)
7377
7378         * src/prefs_toolbar.c
7379                 re-order prefs_toolbar_cancel()
7380
7381 2002-08-18 [alfons]     0.8.1claws75
7382
7383         * src/inc.c
7384         * src/matcher.c
7385                 plug other memleaks reported by Martin Kluge
7386
7387 2002-08-18 [paul]       0.8.1claws74
7388
7389         * po/pt_BR.po
7390                 updated by Fabio Jr. Beneditto
7391
7392 2002-08-18 [paul]       0.8.1claws73
7393
7394         * src/toolbar.[ch]
7395                 fix bug where tooltips were displayed untranslated              
7396
7397         * src/prefs_toolbar.c
7398                 fix bug where clicking 'Cancel' creates an icon & text
7399                 toolbar regardless of prefs
7400         
7401
7402 2002-08-17 [oliver]     0.8.1claws72
7403
7404         * src/prefs_toolbar.c
7405                 update toolbar on CANCEL
7406                 bug reported by Martin Kluge
7407         * src/toolbar.c
7408                 toolbar_destroy memleak fixed           
7409
7410 2002-08-17 [alfons]     0.8.1claws71
7411
7412         * src/toolbar.c
7413                 plug another memleak reported by Martin Kluge
7414
7415 2002-08-16 [alfons]     0.8.1claws70
7416
7417         * src/crash.c
7418                 use execvp() correctly (suggested by wwp; thanks!)
7419
7420 2002-08-16 [alfons]     0.8.1claws69
7421
7422         * src/gtksctree.c
7423                 plug memory leak reported by Kim Schultz & Martin Kluge
7424
7425 2002-08-16 [paul]       0.8.1claws68
7426
7427         * po/es.po
7428                 updated by Ricardo Mones Lastra
7429
7430 2002-08-16 [paul]       0.8.1claws67
7431
7432         * src/toolbar.h
7433                 fix bug where 'Compose News' icon showed wrong
7434                 tooltip
7435
7436 2002-08-16 [paul]       0.8.1claws66
7437
7438         * sync with 0.8.1cvs24
7439                 see ChangeLog 2002-08-16
7440
7441         * po/it.po
7442                 updated by Alessandro Maestri
7443
7444 2002-08-15 [paul]       0.8.1claws65
7445
7446         * po/sr.po
7447                 updated by Urke MMI
7448
7449 2002-08-15 [paul]       0.8.1claws64
7450
7451         * src/*.c
7452                 don't translate debug info
7453
7454         * src/matcher.[ch]
7455                 add copyright info
7456
7457 2002-08-15 [paul]       0.8.1claws63
7458
7459         * src/prefs_toolbar.c
7460                 fix bug where clicking 'OK' creates an icon & text
7461                 toolbar regardless of prefs
7462
7463 2002-08-14 [alfons]     0.8.1claws62
7464
7465         * src/main.c
7466                 add global var that has the full argv[0]
7467         * src/crash.c
7468                 o execvp the correct sylpheed by using argv0
7469                   and setting the correct work dir
7470                 o other tweaks  
7471
7472 2002-08-14 [oliver]     0.8.1claws61
7473         
7474         * enable/disable Toolbar Action Buttons 
7475         * code cleanups
7476         * src/mainwindow.c
7477         * src/toolbar.[ch]      
7478         * src/prefs_toolbar.c   
7479
7480 2002-08-14 [melvin]     0.8.1claws60
7481
7482         * po/fr.po
7483                 Updated French translations
7484
7485 2002-08-14 [melvin]     0.8.1claws59
7486
7487         * src/crash.c
7488                 Made bug report not translatable
7489         * src/exporthtml.c
7490                 Fixed exporthtml_build_filespec() return value
7491         * src/foldersel.c
7492                 Fixed incorrect include file
7493         * src/gtkspell.c
7494         * src/prefs_actions.c
7495         * src/prefs_toolbar.c
7496                 Made debug info not translatable
7497         * src/mutt.c
7498         * src/quote_fmt.c
7499                 Added missing includes
7500         * src/prefs_common.c
7501                 Fixed typo
7502
7503 2002-08-14 [paul]       0.8.1claws58
7504
7505         * faq/es/sylpheed-faq.html
7506           faq/es/sylpheed-faq-[1-3].html
7507           faq/es/sylpheed-faq-4.html     **NEW FILE **
7508                 update Spanish FAQ
7509
7510 2002-08-13 [christoph]  0.8.1claws57
7511
7512         * src/procmsg.c
7513                 ignore thread fix that did not mark all
7514                 child nodes of a ignored thread as
7515                 ignored. Does not work perfectly yet,
7516                 but it is better now
7517
7518 2002-08-13 [alfons]     0.8.1claws56
7519
7520         * src/crash.c
7521                 o implement 'save crash log'
7522                 o some tweaks
7523
7524 2002-08-13 [melvin]     0.8.1claws55
7525
7526         * src/main.c
7527                 removed unrequired "execinfo.h" header
7528
7529 2002-08-12 [paul]       0.8.1claws54
7530
7531         * faq/en/sylpheed-faq.html
7532           faq/en/sylpheed-faq-[1-3].html
7533           faq/en/sylpheed-faq-4.html     **NEW FILE **
7534                 update English FAQ
7535
7536 2002-08-12 [alfons]     0.8.1claws53
7537
7538         * po/POTFILES.in
7539                 add crash.c to translatables
7540         * src/crash.c
7541                 bring in Leandro's crash dialog
7542
7543 2002-08-11 [alfons]     0.8.1claws52
7544
7545         * src/crash.c
7546                 clean up some warnings
7547
7548 2002-08-11 [alfons]     0.8.1claws51
7549
7550         * acconfig.h
7551         * configure.in
7552         * src/crash.[ch]        ** NEW FILES **
7553         * src/main.c            
7554                 initial gdb crash handler
7555
7556 2002-08-11 [paul]       0.8.1claws50
7557
7558         * src/prefs_toolbar.c
7559                 replace Up/Down arrow pixmaps with text to be
7560                 consistent across icon themes
7561
7562 2002-08-11 [paul]       0.8.1claws49
7563
7564         * src/prefs_common.c
7565           src/prefs_toolbar.c
7566                 rename 'Pixmap' -> 'Icon'
7567
7568         * src/toolbar.[ch]
7569                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
7570
7571 2002-08-10 [paul]       0.8.1claws48
7572
7573         * src/prefs_toolbar.c
7574                 re-work the UI
7575
7576 2002-08-10 [paul]       0.8.1claws47
7577
7578         * src/main.c
7579                 don't write Processing progress to status bar
7580                 patch submitted by Alexander Evseev
7581
7582         * src/prefs_toolbar.c
7583                 re-position and resize window
7584                 make window assume correct size on first call
7585
7586 2002-08-10 [paul]       0.8.1claws46
7587
7588         * src/mainwindow.c
7589           src/prefs_toolbar.c
7590           src/toolbar.c
7591           src/toolbar.h
7592                 obey coding style
7593                 follow UI text conventions
7594
7595 2002-08-10 [alfons]     0.8.1claws45
7596
7597         * src/toolbar.c
7598                 correct pixmap for delete action
7599
7600 2002-08-10 [paul]       0.8.1claws44
7601
7602         * po/pt_BR.po
7603                 updated by Fabio Jr. Beneditto
7604
7605 2002-08-10 [paul]       0.8.1claws43
7606
7607         * po/POTFILES.in
7608                 add custom toolbar files
7609
7610 2002-08-10 [paul]       0.8.1claws42
7611
7612         * sync with 0.8.1cvs22
7613                 see ChangeLog 2002-08-09
7614
7615 2002-08-09 [paul]       0.8.1claws41
7616
7617         * tools/Makefile.am
7618           tools/README
7619           tools/outlook2sylpheed.pl     ** NEW FILE **
7620                 add script to convert exported Outlook
7621                 contacts list to a Sylpheed addressbook.
7622                 Submitted by Ricardo Mones Lastra.
7623
7624 2002-08-09 [paul]       0.8.1claws40
7625
7626         * AUTHORS
7627           configure.in
7628           po/sr.po      ** NEW FILE **
7629                 add Serbian message catalog. Submitted by
7630                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
7631
7632 2002-08-09 [paul]       0.8.1claws39
7633
7634         * sync with 0.8.1cvs21
7635                 see ChangeLog 2002-08-08
7636
7637 2002-08-08 [oliver]     0.8.1claws38
7638
7639         * src/mainwindow.c
7640                 move Custom Toolbar to Configuration menu
7641
7642 2002-08-08 [oliver]     0.8.1claws37
7643
7644         * src/prefs_toolbar.c
7645                 fix substitute pixmap bug
7646
7647 2002-08-08 [paul]       0.8.1claws36
7648
7649         * sync with 0.8.1cvs19
7650                 see ChangeLog 2002-08-08
7651
7652 2002-08-07 [christoph]  0.8.1claws35
7653
7654         * src/utils.c
7655                 fixed a memory leak in new canonicalize_file_replace
7656
7657 2002-08-07 [christoph]  0.8.1claws34
7658
7659         * src/utils.[ch]
7660                 o canonicalize_file_replace should create the temporary
7661                   file in the same directory as the original file.
7662                 o added get_tmpfile_in_dir that creates a temorary file
7663                   in a specified directory.
7664
7665 2002-08-07 [melvin]     0.8.1claws33
7666
7667         * src/toolbar.c
7668                 fixed bug where 'Article' button acted as 'Email' button.
7669
7670 2002-08-07 [paul]       0.8.1claws32
7671
7672         * sync with 0.8.1.cvs17
7673                 see ChangeLog 2002-08-07
7674
7675 2002-08-07 [colin]      0.8.1claws31
7676         
7677         * src/news.c
7678                 fix mass-cancel problem
7679
7680 2002-08-07 [thorsten]   0.8.1claws30
7681
7682         * src/prefs_toolbar.c
7683                 fix: crash on replace or add new button
7684         * src/toolbar.c
7685                 fix: close xmlfile after reading
7686         * src/utils.c
7687                 fix: unlink() file before rename()
7688
7689 2002-08-06 [paul]       0.8.1claws29
7690
7691         * sync with 0.8.cvs15
7692                 see ChangeLog 2002-08-06
7693
7694 2002-08-06 [oliver]     0.8.1claws28
7695
7696         * src/toolbar.c
7697         * src/prefs_toolbar.c
7698                 fixed empty toolbar issue
7699
7700 2002-08-06 [oliver]     0.8.1claws27
7701
7702         * Custom Toolbar Final 
7703         * src/folderview.c
7704         * src/inc.c
7705         * src/summaryview.c
7706                 o toolbar stuff now lives in src/toolbar.[ch]
7707                 o main_window_toolbar_* functions are renamed to
7708                   toolbar_* reflecting their new source file
7709         * src/mainwindow.[ch]
7710                 o remove toolbar stuff  
7711
7712 2002-08-06 [oliver]     0.8.1claws26
7713         
7714         * src/Makefile.am
7715         * src/prefs_toolbar.[ch]        **New File**
7716         * src/toolbar.[ch]              **New File**
7717                 o prefs_toolbar.[ch] custom toolbar frontend
7718                 o toolbar.[ch]       backend 
7719
7720 2002-08-06 [oliver]     0.8.1claws25
7721
7722         * src/prefs_actions.[ch]
7723                 o new exported function actions_execute
7724
7725 2002-08-06 [paul]       0.8.1claws24
7726
7727         * sync with 0.8.1cvs4
7728                 see ChangeLog 2002-08-06
7729
7730 2002-08-06 [paul]       0.8.1claws23
7731
7732         * sync with 0.8.1cvs13
7733                 see ChangeLog 2002-08-06
7734
7735 2002-08-06 [paul]       0.8.1claws22
7736
7737         * sync with 0.8.1cvs12
7738                 see ChangeLog 2002-08-05 and 2002-08-06
7739
7740 2002-08-06 [match]      0.8.1claws21
7741
7742         * src/addrclip.c
7743                 improvements to cut/copy/paste address
7744
7745 2002-08-05 [match]      0.8.1claws20
7746
7747         * src/addritem.[ch]
7748         * src/addrcache.c
7749         * src/addrbook.c
7750         * src/editaddress.c
7751         * src/addressbook.c
7752                 fixes to improve cut/copy/paste
7753
7754 2002-08-06 [melvin]     0.8.1claws19
7755
7756         * src/account.[ch]
7757                 account_find_all_from_address(): new function that returns the
7758                 list of all accounts that are matched in an address.
7759         * src/alertpanel.[ch]
7760                 alertpanel() now accepts a custom widget
7761                 alertpanel_with_widget(): new function that pops up a panel with
7762                 a custom widget in it 
7763         * src/gtkutils.[ch]
7764                 gtkut_account_menu_new(): new function that allows the selection
7765                 of an account from a list of accounts.
7766         * src/messageview.c
7767                 Extended Return Receipt notification to select the correct 
7768                 account and to make a security test on the Delivery-Notification
7769                 address which should be the same as the Return-Path.
7770
7771 2002-08-06 [thorsten]   0.8.1claws18
7772
7773         * src/mimeview.c
7774                 attach_all: save unnamed as "noname.%d",
7775                 dont free static dirname
7776
7777 2002-08-05 [alfons]     0.8.1claws17
7778
7779         * configure.in
7780                 detect XIM by trying to link rather than compile a XIM program
7781
7782 2002-08-05 [oliver]     0.8.1claws16
7783                 
7784         * src/stock_pixmap.[ch]
7785                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
7786                 o new func to retrieve pixmaps
7787
7788 2002-08-05 [paul]       0.8.1claws15
7789
7790         * sync with 0.8.1cvs10
7791                 see ChangeLog 2002-08-05
7792
7793 2002-08-04 [alfons]     0.8.1claws14
7794
7795         * src/textview.c
7796                 see if this plugs memleak
7797
7798 2002-08-04 [melvin]     0.8.1claws13
7799
7800         * src/gtkspell.c
7801                 fixed bug that could crash Sylpheed when highlighting
7802                 all misspelled words.
7803
7804 2002-08-03 [melvin]     0.8.1claws12
7805
7806         * src/prefs_actions.c
7807                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
7808         * src/messageview.c
7809                 fixed bug where the Return Receipt was sent to
7810                 Delivery-Notification-To address even if it was not present
7811
7812 2002-08-02 [alfons]     0.8.1claws11
7813
7814         * src/prefs_actions.c
7815                 o more check for NULLs
7816                 o put create_io_dialog() in right conditional block
7817
7818 2002-08-02 [paul]       0.8.1claws10
7819
7820         * po/es.po
7821                 updated by Ricardo Mones Lastra
7822
7823 2002-08-01 [christoph]  0.8.1claws9
7824
7825         * src/folder.c
7826                 don't free the cache of the opened
7827                 folder in the summaryview
7828         * src/summaryview.c
7829                 don't unset flags, if it is not required
7830
7831 2002-08-01 [paul]       0.8.1claws8
7832
7833         * sync with 0.8.1cvs8
7834                 see ChangeLog entry 2002-08-01
7835
7836 2002-08-01 [paul]       0.8.1claws7
7837
7838         * sync with 0.8.1cvs7
7839                 see ChangeLog 2002-07-31 and 2002-08-01
7840
7841 2002-07-31 [christoph]  0.8.1claws6
7842
7843         * src/mainwindow.c
7844                 forgot to update menu sensitivity
7845                 function for new menu entry
7846
7847 2002-07-31 [alfons]     0.8.1claws5
7848
7849         * src/main.c
7850                 check folder item and its path for NULL on
7851                 initial processing
7852
7853 2002-07-31 [christoph]  0.8.1claws4
7854
7855         * src/folder.c
7856                 check if folder_item_get_msginfo in
7857                 folder_item_remove_msg returned NULL
7858         * src/imap.c
7859                 better clear the uid cache in the
7860                 uid validity check function and delete
7861                 cached messages
7862
7863 2002-07-31 [paul]       0.8.1claws3
7864
7865         * man/sylpheed.1
7866                 add the '--attach' option and a few other
7867                 minor changes
7868
7869 2002-07-31 [paul]       0.8.1claws2
7870
7871         * sync with 0.8.1cvs5
7872                 see ChangeLog 2002-07-31
7873
7874 2002-07-31 [christoph]  0.8.1claws1
7875
7876         * src/folderview.[ch]
7877         * src/mainwindow.c
7878                 replace "Rescan all folders..." with
7879                 "Check all folders for new messages..."
7880
7881 2002-07-30 [paul]       0.8.1claws
7882
7883         * version 0.8.1claws released
7884
7885 2002-07-30 [paul]       0.8.0claws29
7886
7887         * tools/OOo2sylpheed.pl ** NEW FILE **
7888           tools/README
7889                 add script to enable sending documents as
7890                 attachments from OpenOffice.org
7891
7892 2002-07-30 [melvin]     0.8.0claws28
7893
7894         * src/prefs_actions.c
7895                 Made the actions' input/output dialog display
7896                 without delay.
7897
7898 2002-07-30 [christoph]  0.8.0claws27
7899
7900         * src/procmsg.c
7901                 check if folder_item_get_msginfo in
7902                 procmsg_save_to_outbox returned NULL
7903
7904 2002-07-30 [paul]       0.8.0claws26
7905
7906         * sync with 0.8.1cvs4
7907                 see ChangeLog 2002-07-29
7908
7909 2002-07-29 [thorsten]   0.8.0claws25
7910
7911         * README.claws
7912                 added selective download, delete on server
7913
7914 2002-07-29 [paul]       0.8.0claws24
7915
7916         * sync with 0.8.1cvs3
7917                 see ChangeLog 2002-07-29
7918
7919 2002-07-27 [christoph]  0.8.0claws23
7920
7921         * src/folder.c
7922                 add extra check if fetching the msginfo
7923                 returned NULL
7924
7925 2002-07-27 [paul]       0.8.0claws22
7926
7927         * sync with 0.8.1cvs2
7928                 see ChangeLog 2002-07-26
7929
7930 2002-07-27 [christoph]  0.8.0claws21
7931
7932         * src/imap.c
7933                 add another check if a valid msginfo
7934                 was returned
7935
7936 2002-07-26 [hoa]        0.8.0claws20
7937
7938         * src/folder.c
7939                 Fixed a condition in folder_item_destroy()
7940
7941         * src/imap.c
7942                 Fixed an error in IMAP protocol
7943
7944 2002-07-26 [alfons]     0.8.0claws19
7945
7946         * src/folder.c
7947                 ofcourse compare with identifier, not the path
7948
7949 2002-07-26 [alfons]     0.8.0claws18
7950
7951         * src/folder.c
7952                 use folder item identifier for saving / restoring
7953                 preferences because folder->path might not be unique
7954
7955 2002-07-26 [melvin]     0.8.0claws17
7956
7957         * src/logwindow.c
7958                 Fixed a crash introduced in 0.8.0claws5 when log is 
7959                 cut under 80 characters.
7960
7961 2002-07-26 [paul]       0.8.0claws16
7962
7963         * sync with 0.8.1cvs1
7964                 see ChangeLog 2002-07-26
7965
7966 2002-07-26 [christoph]  0.8.0claws15
7967
7968         * src/imap.[ch]
7969                 imap folder now remembers the last selected
7970                 folder and imap_fetch_msginfo skips selecting
7971                 the folder if it is already selected
7972
7973 2002-07-26 [christoph]  0.8.0claws14
7974
7975         * src/folder.c
7976         * src/folderview.c
7977         * src/imap.c
7978                 fix imap folder rescanning
7979
7980 2002-07-25 [christoph]  0.8.0claws13
7981
7982         * src/filter.c
7983         * src/folder.[ch]
7984         * src/folderview.c
7985         * src/imap.[ch]
7986         * src/mainwindow.c
7987         * src/mbox_folder.c
7988         * src/mh.c
7989         * src/news.c
7990                 implement imap uid cache and uid validity check
7991
7992 2002-07-25 [alfons]     0.8.0claws12
7993
7994         * src/summaryview.c
7995                 fix a brown paper bag bug, and also add some more
7996                 checks
7997
7998 2002-07-25 [christoph]  0.8.0claws11
7999
8000         * src/folder.c
8001                 don't mix copy, fetch_msginfo and remove
8002                 operations in folder item copy and move
8003                 operations
8004
8005 2002-07-25 [christoph]  0.8.0claws10
8006
8007         * src/folderview.c
8008         * src/mainwindow.c
8009         * src/prefs_folder_item.c
8010         * src/summaryview.[ch]
8011                 remove no longer required parameter update_cache from
8012                 summary_show
8013
8014 2002-07-25 [paul]       0.8.0claws9
8015
8016         * sync with 0.8.1
8017         
8018         * AUTHORS
8019                 a few corrections
8020
8021 2002-07-24 [alfons]     0.8.0claws8
8022
8023         * src/summaryview.c
8024                 sort correctly when using simplified subject line
8025                 (closes feature request "[ 585141 ] applying regexp to subject 
8026                 before sort" submitted by Alexandra Walford)
8027
8028 2002-07-24 [paul]       0.8.0claws7
8029
8030         * sync with 0.8.0cvs3
8031                 see ChangeLog 2002-07-24
8032
8033 2002-07-23 [christoph]  0.8.0claws6
8034
8035         * src/folder.c
8036         * src/folder.h
8037         * src/summaryview.c
8038         * src/summaryview.h
8039         * src/main.c
8040                 o separate processing and summaryview
8041                 o removed summary_write_cache from summaryview
8042                 o removed summaryview->killed_messages, because we don't have
8043                   to keep a list of killed messages anymore. New cache will
8044                   keep the hidden messages in cache anyway
8045         * src/folderview.c
8046         * src/inc.c
8047         * src/selective_download.c
8048                 o removed unnecessary summary_write_cache calls
8049         * src/procmsg.c
8050                 o don't set ignore thread flag in procmsg_get_thread_tree
8051                   if it is already set
8052         * src/mainwindow.c
8053         * src/statusbar.h
8054                 o moved STATUSBAR_PUSH/POP to statusbar.h because
8055                   they are used in different files
8056
8057 2002-07-23 [melvin]     0.8.0claws5
8058
8059         * src/addressbook.c
8060         * src/addrgather.c
8061         * src/editaddress.c
8062         * src/editgroup.c
8063         * src/editldap_basedn.c
8064         * src/importldif.c
8065         * src/prefs_common.c
8066                 Fixed few memory leak (gtk_editable_get_chars returns
8067                 an allocated string)
8068         * src/logwindow.c
8069                 Fixed few memory leak (gtk_editable_get_chars returns
8070                 an allocated string) and modified a little the log cutting
8071                 loop.
8072         * src/compose.c
8073                 Replaced a call to an obsolete function gtk_entry_get_text()
8074                 by gtk_editable_get_chars()
8075         * src/send.c
8076                 Removed a debug printf
8077
8078 2002-07-23 [christoph]  0.8.0claws4
8079
8080         * src/filesel.c
8081                 fix another g_dirname memory leak
8082
8083 2002-07-23 [christoph]  0.8.0claws3
8084
8085         * src/mh.c
8086                 fixed a memory leak in mh_fetch_msginfo
8087                 fixed crash when message header could not be
8088                 parsed
8089
8090 2002-07-23 [paul]       0.8.0claws2
8091
8092         * sync with 0.8.0cvs2
8093                 see ChangeLog 2002-07-23
8094
8095 2002-07-23 [paul]       0.8.0claws1
8096
8097         * sync with 0.8.0cvs1
8098                 see ChangeLog 2002-07-23
8099
8100 2002-07-23 [paul]       0.8.0claws
8101
8102         * release of 0.8.0claws
8103
8104 2002-07-23 [paul]       0.7.8claws99
8105
8106         * po/ru.po
8107                 new Russian translation, submitted by
8108                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
8109
8110 2002-07-22 [jens]       0.7.8claws98
8111
8112         * po/de.po
8113                 Updated German translations.
8114
8115 2002-07-22 [paul]       0.7.8claws97
8116
8117         * po/es.po
8118           po/it.po
8119           po/nl.po
8120           po/pt_BR.po
8121                 updated translations by Ricardo Mones Lastra,
8122                 Alessandro Maestri, Wilbert Berendsen and 
8123                 Fabio Jr. Beneditto respectively
8124
8125 2002-07-22 [christoph]  0.7.8claws96
8126
8127         * src/mimeview.c
8128                 fix memory leak caused by wrong g_dirname usage
8129
8130 2002-07-22 [christoph]  0.7.8claws95
8131
8132         * src/summaryview.c
8133                 update new and unread message counts for summaryview
8134                 summaryview does not get it from the folder anymore
8135                 and has to update the values itself
8136
8137 2002-07-22 [melvin]     0.7.8claws94
8138
8139         * po/fr.po
8140                 Updated French translations.
8141
8142 2002-07-22 [christoph]  0.7.8claws93
8143
8144         * src/matcher.c
8145                 set prop->preg pointer to NULL or following check
8146                 will not fail and regexec will be called with
8147                 invalid pointer
8148
8149 2002-07-21 [alfons]     0.7.8claws92
8150         
8151         * src/prefs_common.[ch]
8152                 remove option "Send return receipt on request"
8153
8154 2002-07-21 [thorsten]   0.7.8claws91
8155
8156         * src/mimeview.c
8157                 fixed memleaks, coding style as pointed out by alfons
8158
8159 2002-07-21 [alfons]     0.7.8claws90
8160
8161         * src/messageview.c
8162         * src/noticeview.[ch]
8163                 o fix bug notice view being displayed when going to empty folder 
8164                   (noticed by Christoph)
8165                 o allow RRR to be sent when restarting sylpheed, or changing folder 
8166                   (noticed by Thorsten)
8167
8168 2002-07-21 [thorsten]   0.7.8claws89
8169
8170         * src/mimeview.c
8171                 Included save_all patch from Xaview FACQ
8172                 added support for pathnames
8173
8174 2002-07-21 [alfons]     0.7.8claws88
8175
8176         * po/POTFILES.in
8177         * src/Makefile.am
8178         * src/mainwindow.c
8179         * src/messageview.[ch]
8180         * src/noticeview.c      ** NEW FILE **
8181         * src/noticeview.h      ** NEW FILE **
8182                 make return receipts work again
8183                 (UI idea by Leandro Pereira)
8184
8185 2002-07-21 [paul]       0.7.8claws87
8186
8187         * src/summaryview.c
8188                 fix sensitivity of 'Select thread'
8189
8190 2002-07-21 [paul]       0.7.8claws86
8191
8192         * src/prefs_common.c
8193                 add browser command line for Galeon
8194
8195 2002-07-21 [paul]       0.7.8claws85
8196
8197         * Makefile.am
8198                 fix 'EXTRA_DIST': remove README.README, add TODO
8199                 and TODO.claws
8200
8201 2002-07-21 [alfons]     0.7.8claws84
8202
8203         * src/gtkstext.c
8204                 make enter clear selection
8205                 (closes "[ 579888 ] Editor selection/entry error"
8206                 reported by Steve Lamb)
8207
8208 2002-07-21 [alfons]     0.7.8claws83
8209         
8210         * src/summaryview.c
8211                 sort message list when selecting unthread messages
8212                 (closes "[ 501593 ] switching threaded view doesn't sort"
8213                 reported by Simon Schubert)
8214
8215 2002-07-20 [alfons]     0.7.8claws82
8216         
8217         * src/matcher.c
8218                 const-correctness
8219
8220 2002-07-20 [thorsten]   0.7.8claws81
8221
8222         * src/matcher.c
8223                 Fixed expansion of empty fields in matchactions
8224
8225 2002-07-19 [melvin]     0.7.8claws80
8226
8227         * src/gtkspell.c
8228                 Removed a duplicate menu entry (fast mode) introduced during
8229                 the new cache merge
8230                 Added a menu separator between 'Use alternate' and 'Fast mode'
8231
8232 2002-07-19 [paul]       0.7.8claws79
8233
8234         * tools/Makefile.am
8235           tools/README
8236                 correct typos
8237
8238 2002-07-19 [thorsten]   0.7.8claws78
8239
8240         * tools/calypso_convert.pl      ** NEW FILE **
8241           tools/README
8242           tools/Makefile.am
8243                 script to import mbox files exported
8244                 by calypso
8245                 o generates folder structure
8246                 o includes attachments
8247
8248 2002-07-19 [melvin]     0.7.8claws77
8249
8250         * src/selective_download.[ch]
8251                 Fixed bug where closing the dialog with the window manager's
8252                 close button will not unlock the summary
8253                 Corrected some function declarations that missed a return value
8254                 Made the source code comply better with coding style.
8255         * src/prefs_common.c
8256                 Added new browser command line for Mozilla.
8257
8258 2002-07-18 [paul]       0.7.8claws76
8259
8260         * src/mainwindow.c
8261           src/selective_download.[ch]
8262                 reflect theme changes, fix Gdk Warning when creating 
8263                 pixmap from NULL window, and minor clean up.
8264                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8265
8266         * po/en_GB.po
8267                 updated
8268
8269 2002-07-17 [paul]       0.7.8claws75
8270
8271         * INSTALL[.jp]
8272                 sync with 0.8.0
8273         
8274         * po/en_GB.po
8275                 updated
8276
8277 2002-07-16 [paul]       0.7.8claws74
8278
8279         * tools/filter_conv.pl
8280           tools/README
8281                 replace conversion script with reimplemented version, 
8282                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
8283
8284 2002-07-16 [colin]      0.7.8claws73
8285
8286         * src/summaryview.c
8287                 remove forgotten debug messages - sorry ;-)
8288
8289 2002-07-16 [colin]      0.7.8claws72
8290
8291         * src/mimeview.c
8292           src/summaryview.c
8293           src/textview.c
8294           src/textview.h
8295                 add the ability to select part of a text mime-part 
8296                 to reply.
8297
8298 2002-07-15 [christoph]  0.7.8claws71
8299
8300         * src/folder.c
8301                 fix folder message count for folders without
8302                 msg_is_changed (includes news folders)
8303
8304 2002-07-15 [martin]     0.7.8claws70
8305
8306         * src/summaryview.c
8307                 option "display recipient on 'From'..." now works
8308                 without the need of enabling the option
8309                 "display  sender  using  address  book".
8310
8311 2002-07-15 [christoph]  0.7.8claws69
8312
8313         * src/summaryview.c
8314                 removed setting folder status from summaryview.
8315                 folder.c should update all message counts correctly.
8316
8317 2002-07-15 [paul]       0.7.8claws68
8318
8319         * po/pt_BR.po
8320                 updated by Fabio Junior Beneditto
8321
8322 2002-07-15 [darko]      0.7.8claws67
8323
8324         * src/mh.c
8325                 Fixed target folder colorization, don't decrease op
8326                 number twice
8327
8328 2002-07-14 [paul]       0.7.8claws66
8329
8330         * sync with main 0.8.0
8331                 see ChangeLog 2002-07-14
8332
8333 2002-07-13 [melvin]     0.7.8claws65
8334         
8335         * src/addrbook.c
8336         * src/addressbook.c
8337         * src/addrindex.c
8338                 Replaced sprintf by g_snprintf to prevent possible buffer
8339                 overflow.
8340         * src/news.c
8341                 Corrected a log message output format.
8342                 Added a missing "done" debug output.
8343         * src/compose.c
8344                 Added keyboard accelerator for Priority menu items
8345                 Added missing \n in debug output
8346         * src/logwindow.c
8347         * src/gtkspell.c
8348         * src/rfc2015.c
8349                 Added missing \n in debug output
8350
8351 2002-07-13 [paul]       0.7.8claws64
8352
8353         * man/sylpheed.1
8354                 change Sergey's email address to the sf address
8355
8356         * src/textview.c
8357                 increase show_url_timeout (more useful for long
8358                 urls)
8359
8360 2002-07-12 [sergey]     0.7.8claws63
8361
8362         * src/rfc2015.c
8363                 applied (with some modifications) patch to set the
8364                 micalg parameter for signatures
8365                 (2001-08-28 Werner Koch <wk@gnupg.org>)
8366
8367 2002-07-12 [sergey]     0.7.8claws62
8368
8369         * man/Makefile.am
8370         * configure.in
8371                 fixed man page installation
8372
8373 2002-07-12 [paul]       0.7.8claws61
8374
8375         * sync with 0.7.8cvs26
8376                 see ChangeLog 2002-07-11 and 2002-07-12
8377
8378 2002-07-11 [christoph]  0.7.8claws60
8379
8380         * src/compose.c
8381         * src/procmsg.c
8382                 first use the message number to find the message
8383                 to mark with a reply flag but check the
8384                 message-id if we got the correct message, if not
8385                 try to find it by message-id.
8386                 use new string seperator that is not allowed
8387                 in message-ids.
8388
8389 2002-07-11 [paul]       0.7.8claws59
8390
8391         * sync with 0.7.8cvs23
8392                 see ChangeLog 2002-07-10
8393
8394 2002-07-10 [christoph]  0.7.8claws58
8395
8396         * src/folder.[ch]
8397         * src/msgcache.[ch]
8398                 Added message-id table to the cache in memory
8399                 and functions to msgcache.c and folder.c to
8400                 fetch MsgInfos by message id
8401         * src/compose.c
8402         * src/procmsg.c
8403                 store folder and message-id of message replying
8404                 to in queue header and set reply flag after sending
8405                 (Closes bug #469498)
8406
8407 2002-07-10 [paul]       0.7.8claws57
8408
8409         * AUTHORS
8410           man/sylpheed.1.gz
8411                 add Martin to the list of authors
8412
8413 2002-07-09 [martin]     0.7.8claws56
8414         * src/gtksctree.c
8415                 Added gtk_ctree_last_visible(), tree_update_level(),
8416                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
8417                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8418                 from gtk+ to gtksctree.c for the new sorting code
8419                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
8420                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
8421         * src/gtksctree.h
8422                 Added declaration for gtk_sctree_sort_recursive() and
8423                 gtk_sctree_sort_node
8424         * src/addressbook.c
8425         * src/foldersel.c
8426         * src/folderview.c
8427         * src/summaryview.c
8428                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8429                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
8430
8431 2002-07-08 [paul]       0.7.8claws55
8432
8433         * more sync with 0.7.8cvs21
8434                 see ChangeLog 2002-07-08
8435
8436 2002-07-08 [paul]       0.7.8claws54
8437
8438         * sync with 0.7.8cvs21
8439                 see ChangeLog 2002-07-08
8440
8441 2002-07-07 [alfons]     0.7.8claws53
8442
8443         * src/Makefile.am
8444         * src/stock_pixmap.[ch]
8445         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
8446         * src/pixmaps/notice_error.xpm  ** NEW FILE **
8447         * src/pixmaps/notice_note.xpm   ** NEW FILE **
8448                 add new pixmaps for upcoming notice pane
8449
8450 2002-07-06 [melvin]     0.7.8claws52
8451
8452         * src/gtkspell.[ch]
8453                 Made them a bit closer to Sylpheed's coding style.
8454                 Removed old code.
8455                 Removed possible memory leaks when some errors occurs.
8456
8457 2002-07-06 [melvin]     0.7.8claws51
8458
8459         * po/Makefile.in.in
8460                 Removed --no-location in xgettext command line to help
8461                 translators that use Emacs' po-mode
8462         * src/quote_fmt.c
8463                 Removed unnecessary comments that messed up sylpheed.pot
8464
8465 2002-07-06 [paul]       0.7.8claws50
8466
8467         * sync with 0.7.8cvs19
8468                 see ChangeLog 2002-07-05
8469
8470 2002-07-06 [christoph]  0.7.8claws49
8471
8472         * src/folder.c
8473         * src/mainwindow.c
8474                 fix folder_item_remove_all_msg and folderview
8475                 status for trash folders after emptying trash
8476
8477 2002-07-05 [paul]       0.7.8claws48
8478
8479         * sync with 0.7.8cvs16
8480                 see ChangeLog 2002-07-04 and 2002-07-05
8481
8482 2002-07-04 [paul]       0.7.8claws47
8483
8484         * sync with 0.7.8cvs14
8485                 see  ChangeLog 2002-07-04
8486
8487 2002-07-03 [alfons]     0.7.8claws46
8488
8489         * src/folder.c
8490                 dupe folder item's path because it's being reallocated
8491                 by new folder scanning code
8492
8493 2002-07-03 [christoph]  0.7.8claws45
8494
8495         * src/imap.c
8496                 better IMAP uid fetching using 'FETCH 1:* (UID)'
8497         * src/msgcache.c
8498                 add missing return in msgcache_write
8499
8500 2002-07-02 [thorsten]   0.7.8claws44
8501
8502         * src/jpilot.c
8503         * src/msgcache.c
8504         * src/rfc2015.c
8505                 use binary mode for file access
8506
8507 2002-07-02 [christoph]  0.7.8claws43
8508
8509         * major code cleanup (part 1)
8510         
8511                 - unused variables removed
8512                 - unused functions removed
8513                 - uninitialized variables checked
8514                 - missing return statements added
8515                 - missing function return types added
8516                 - added parentheses around assignment and
8517                   && in || when suggested by gcc
8518               
8519         * src/mh.c
8520         * src/folder.c
8521                 replaced direct calls to folder->scan_tree
8522                 with folder_scan_tree and restore folder
8523                 prefs in this function. The folder should
8524                 not have to deal with them.
8525                 ( Should now work for all folder types )
8526
8527 2002-07-02 [paul]       0.7.8claws42
8528
8529         * sync with 0.7.8cvs13
8530                 see ChangeLog 2002-07-01 and 2002-07-02
8531
8532 2002-07-01 [christoph]  0.7.8claws41
8533
8534         * src/summaryview.c
8535                 fix "goto next/prev unread message" with
8536                 ignored threads
8537
8538 2002-07-01 [paul]       0.7.8claws40
8539
8540         * po/es.po
8541                 updated by Ricardo Mones Lastra
8542
8543 2002-06-30 [match]      0.7.8claws39
8544
8545         * src/jpilot.c
8546                 applied variation of leonerd's patch (566661) to
8547                 allow multiple email addresses per JPilot entry.
8548                 addresses may be separated by space, comma, pipe,
8549                 semi-colon, new-line.
8550
8551 2002-06-30 [alfons]     0.7.8claws38
8552
8553         * src/procmsg.c
8554                 simple fix for putting older nodes before
8555                 newer nodes when threading by subject
8556
8557 2002-06-30 [christoph]  0.7.8claws37
8558
8559         * src/folder.c
8560         * src/folderview.c
8561         * src/mh.c
8562         * src/news.c
8563         * src/procmsg.c
8564                 fix broken folder tree rescaning
8565                 and don't use procmsg_get_mark_sum
8566                 anymore
8567
8568 2002-06-30 [christoph]  0.7.8claws36
8569
8570         * merge new cache branch
8571         * src/imap.c
8572                 fix new cache imap copy bug
8573         * src/folder.c
8574                 improved folder_item_scan
8575                 it should now always set the correct
8576                 new, unread and total message counts
8577
8578 2002-06-29 [paul]       0.7.8claws35
8579
8580         * configure.in
8581                 correct syntax error
8582
8583 2002-06-29 [paul]       0.7.8claws34
8584
8585         * configure.in
8586           Makefile.am
8587           man/Makefile.am       ** NEW FILE **
8588           man/sylpheed.1.gz     ** NEW FILE **
8589                 add Sylpheed man page
8590
8591 2002-06-29 [paul]       0.7.8claws33
8592
8593         * po/pt_BR.po
8594                 updated by Fabio Junior Beneditto
8595
8596 2002-06-28 [jens]       0.7.8claws32
8597
8598         * po/de.po
8599                 translation updated
8600
8601         * src/selective_download.c
8602                 removed gettext for space " "
8603
8604         * src/imap.c
8605                 removed wrong space
8606
8607 2002-06-28 [paul]       0.7.8claws31
8608
8609         * sync with 0.7.8cvs11
8610                 see ChangeLog 2002-06-28
8611
8612 2002-06-28 [paul]       0.7.8claws30
8613
8614         * sync with 0.7.8cvs10
8615                 see ChangeLog 2002-06-27 and 2002-06-28
8616
8617 2002-06-26 [paul]       0.7.8claws29
8618
8619         * src/addrgather.c
8620           src/selective_download.c
8621                 don't gettextise empty strings.
8622                 reserved by gettext. gettext("") returns 
8623                 the header entry with meta information, 
8624                 not the empty string
8625
8626         * po/en_GB.po
8627                 updated
8628
8629 2002-06-26 [paul]       0.7.8claws28
8630
8631         * sync with 0.7.8cvs7
8632                 see ChangeLog 2002-06-25
8633
8634         * src/prefs_common.c
8635                 ...and in the process, tweak the gui a little
8636
8637 2002-06-25 [alfons]     0.7.8claws27
8638         
8639         * configure.in
8640         * src/Makefile.am
8641                 fine tune ldap library detection
8642
8643 2002-06-25 [alfons]     0.7.8claws26
8644
8645         * src/compose.c
8646                 don't allow return receipts when composing a news article
8647
8648 2002-06-25 [paul]       0.7.8claws25
8649
8650         * Makefile.am
8651                 add '$(AMTAR)' to 'release' section to allow for
8652                 new and older autotools
8653
8654 2002-06-25 [paul]       0.7.8claws24
8655
8656         * src/summaryview.c
8657                 fix "No more unread messages" persistant pop-up
8658                 window bug
8659
8660 2002-06-25 [paul]       0.7.8claws23
8661
8662         * po/it.po
8663                 updated by Alessandro Maestri
8664
8665 2002-06-25 [paul]       0.7.8claws22
8666
8667         * sync with 0.7.8cvs6
8668                 see ChangeLog 2002-06-25
8669
8670 2002-06-24 [paul]       0.7.8claws21
8671
8672         * tools/update-po
8673                 add GPL copyright information
8674
8675 2002-06-24 [paul]       0.7.8claws20
8676
8677         * tools/Makefile.am
8678           tools/README
8679           tools/update-po       ** NEW FILE **
8680                 add script that eases the creation of *.po files
8681                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
8682
8683 2002-06-23 [alfons]     0.7.8claws19
8684
8685         * src/messageview.c
8686                 make notification_convert_header obey const correctness
8687                 (next step will be fixing the broken return receipt)
8688
8689 2002-06-23 [paul]       0.7.8claws18
8690
8691         * src/messageview.c
8692                 fix bug introduced in last commit:
8693                 removed too much code in last commit - put back what's
8694                 needed
8695
8696 2002-06-23 [paul]       0.7.8claws17
8697
8698         * src/messageview.[ch]
8699                 remove code committed in error from locally patched
8700                 source
8701
8702 2002-06-23 [colin]      0.7.8claws16
8703
8704         * src/compose.[ch]
8705                 add compose_entry_select(), used to select the default_to
8706                 email address - hopefully avoiding people sending mails to
8707                 wrong recipients.
8708
8709 2002-06-22 [alfons]     0.7.8claws15
8710
8711         * AUTHORS
8712                 add Bram Metsch & Stanislav Karchebny
8713         * src/smtp.[ch]
8714         * src/prefs_account.[ch]
8715         * src/send.c
8716                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
8717                   options.  (see <http://sourceforge.net/tracker/index.php
8718                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
8719
8720                 - merge Stanislav's fix to make SMTP AUTH work with qmail
8721                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
8722
8723 2002-06-22 [paul]       0.7.8claws14
8724
8725         * sync with 0.7.8cvs5
8726                 see ChangeLog 2002-06-19 and 2002-06-20
8727
8728 2002-06-22 [alfons]     0.7.8claws13
8729
8730         * src/selective_download.c
8731                 fix a stupid mistake I made
8732
8733 2002-06-22 [alfons]     0.7.8claws12
8734
8735         * src/selective_download.[ch]
8736                 fix another unnoticed leak; cleanup code
8737
8738 2002-06-21 [alfons]
8739
8740         * tools/Makefile.am
8741                 gpg-sign <-- gpg-sign-syl
8742
8743 2002-06-21 [alfons]     0.7.8claws11
8744
8745         * src/selective_download.c
8746         * src/selective_download.h
8747                 fix assorted mix of allocation errors (should solve
8748                 problem reported by Philippe Gramoullé, see:
8749                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
8750
8751 2002-06-20 [melvin]     0.7.8claws10
8752
8753         * tools/gpg-sign *REMOVED*
8754           tools/gpg-sign-syl *ADDED*
8755                 Replaced the gpg clearsigning script with the version using
8756                 xterm instead of ssh-askpass and changed its name.
8757
8758         * README.claws
8759                 Updated actions example to reflect the renaming of the
8760                 gpg clearsigning script.
8761
8762 2002-06-19 [paul]       0.7.8claws9
8763
8764         * sync with 0.7.8claws9
8765                 see ChangeLog 2002-06-18 and 2002-06-19
8766
8767 2002-06-19 [paul]       0.7.8claws8
8768
8769         * sync with 0.7.8cvs1
8770                 see ChangeLog 2002-06-18
8771
8772 2002-06-18 [alfons]     0.7.8claws7
8773
8774         * src/mainwindow.h
8775                 add omitted prototype
8776
8777 2002-06-17 [paul]       0.7.8claws6
8778
8779         * src/mainwindow.c
8780                 fix hiding of exec_btn
8781
8782 2002-06-17 [paul]       0.7.8claws5
8783
8784         * src/pop.c
8785                 remove unneeded code: should_delete() 
8786                 and Pop3State::uidl_todelete_list
8787
8788 2002-06-17 [paul]       0.7.8claws4
8789
8790         * sync with 0.7.8
8791                 see ChangeLog 2002-06-11 and 2002-06-13
8792
8793 2002-06-16 [alfons]     0.7.8claws3
8794         
8795         * src/folder.c
8796                 make sure lock sort mode (claws specific) is
8797                 also persists after a tree rescan
8798
8799 2002-06-16 [alfons]     0.7.8claws2
8800
8801         * src/prefs_folder_item.c
8802         * src/folder.[ch]
8803                 fix persistence of folder sort mode (broken
8804                 by adapting Hiro's new folder persistence code)
8805
8806 2002-06-16 [alfons]     0.7.8claws1
8807
8808         * AUTHORS
8809         * src/logwindow.c
8810         * src/prefscommon.[ch]
8811                 control size of log text in log window; 
8812                 closes patch #569155 submitted by Mitko Haralanov.
8813
8814 2002-06-15 [paul]       0.7.8claws
8815
8816         * release of 0.7.8claws
8817
8818 2002-06-15 [paul]       0.7.7claws
8819
8820         * po/pt_BR.po
8821                 updated by Fabio Junior Beneditto
8822
8823 2002-06-14 [paul]       0.7.6claws49
8824
8825         * po/es.po
8826                 updated by Ricardo Mones Lastra
8827
8828 2002-06-14 [paul]       0.7.6claws48
8829
8830         * po/nl.po
8831                 updated translation by Wilbert Berendsen
8832
8833 2002-06-14 [melvin]     0.7.6claws47
8834
8835         * po/fr.po
8836                 Updated French translation
8837
8838 2002-06-13 [paul]       0.7.6claws46
8839
8840         * src/filesel.c
8841                 allow filename to be typed in, rather than just
8842                 selected by the mouse. Patch by Gustavo Noronha Silva.
8843
8844 2002-06-13 [alfons]     0.7.6claws45
8845
8846         * src/mainwindow.[ch]
8847                 more cleanups (removing unnecessary menu items Expand 
8848                 summary / message view)
8849
8850 2002-06-13 [melvin]     0.7.6claws44
8851
8852         * po/POTFILES.in
8853                 Added src/string_match.c
8854         * src/string_match.c
8855                 Fixed possible buffer overflow.
8856                 Corrected typo.
8857                 Added missing config.h header.
8858         * src/prefs_common.c
8859           src/prefs_matcher.c
8860           src/prefs_scoring.c
8861                 Made some strings translatable (missing _(..)).
8862
8863 2002-06-13 [melvin]     0.7.6claws43
8864
8865         * README.claws
8866                 Corrected action example (verifying clearsigned mail).
8867         * src/prefs_account.c
8868                 Corrected typo.
8869         * src/prefs_common.c
8870                 Removed incorrect line that generated a Gtk-CRITICAL msg.
8871
8872 2002-06-12 [alfons]     0.7.6claws42
8873
8874         * src/summaryview.c
8875                 add init of score column lost in 0.7.6claws42
8876
8877 2002-06-12 [paul]       0.7.6claws41
8878
8879         * src/prefs_account.c
8880                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
8881                 behavior of the radio buttons, (from 0.7.7cvs2)
8882
8883 2002-06-11 [alfons]     0.7.6claws40
8884
8885         * src/messageview.[ch]
8886         * src/summaryview.[ch]
8887         * src/summary_search.c
8888         * src/mainwindow.c
8889                 perform a sync to bring in Hiro's separate view implementation 
8890
8891                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
8892
8893 2002-06-11 [paul]       0.7.6claws39
8894         
8895         * src/prefs_account.c
8896                 correct a typo on the Receive tab
8897
8898 2002-06-10 [match]      0.7.6claws38
8899
8900         * src/addressbook.c
8901                 Included address completion patch from Gustavo Noronha.
8902
8903 2002-06-10 [paul]       0.7.6claws37
8904
8905         * src/inc.[ch]
8906           src/pop.c
8907           src/prefs_account.[ch]
8908           src/selective_download.[ch]
8909                 apply PATCH #561712
8910                  NEW:
8911                 - check if POP Account
8912                 - Receive Button renamed to Preview
8913                 - Preview Button Popup: preview new/all messages
8914                 - Download Button
8915                 - Account Preferences-->Receive tab checkbutton if you
8916                   want to remove Mail after Download
8917                 -: default YES
8918                 - Account Preferences-->Receive tab checkbutton use
8919                   filtering rules on preview
8920                   (think of delete_on_server)
8921                 -: default YES
8922                 - Account selectable from SD dialog
8923                 - checkbutton to show already downloaded messages if
8924                   all messages are previewed
8925                 - new clist column showing Date
8926                 - ESC KEY close
8927                 FIXES:
8928                 - play ball with UIDL
8929                 - fault tolerant (?) 
8930                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8931
8932 2002-06-10 [melvin]     0.7.6claws36
8933
8934         * README.claws
8935                 Added a hint to ac/README in cvs instructions.
8936
8937         * src/prefs_actions.c
8938                 Made it possible to use a more elaborate command line
8939                 for asynchronous actions, too.
8940
8941 2002-06-10 [melvin]     0.7.6claws35
8942         
8943         * src/prefs_actions.c
8944                 Make it possible to use a more elaborate command line
8945                 (e.g. |foo|bar|cat>there;echo Done|)
8946                 Corrected error message when calling %f, %F and %p commands
8947                 from the compose window.
8948
8949 2002-06-09 [colin]      0.7.6claws34
8950
8951         * src/summaryview.c
8952                 Automatically find unread messages in current folder
8953                 before annoying the user.
8954
8955 2002-06-08 [alfons]     0.7.6claws33
8956
8957         * po/it.po
8958                 remove bad formatting string in it.po translation
8959                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8960
8961 2002-06-08 [paul]       0.7.6claws32
8962
8963         * sync with 0.7.6cvs25
8964                 see ChangeLog 2002-06-07
8965
8966 2002-06-05 [paul]       0.7.6claws31
8967
8968         * src/mainwindow.c
8969                 add 'Sort by locked' and 'Sort by score'
8970
8971 2002-06-05 [paul]       0.7.6claws30
8972
8973         * sync with 0.7.6cvs24
8974                 see ChangeLog 2002-06-04
8975
8976 2002-06-04 [paul]       0.7.6claws29
8977
8978         * po/pt_BR.po
8979                 updated by Fabio Junior Beneditto
8980
8981 2002-06-03 [thorsten]   0.7.6claws28
8982
8983         * src/matcher.c
8984                 fclose() matcherrc after reading
8985
8986 2002-06-03 [paul]       0.7.6claws27
8987
8988         * sync with 0.7.6cvs21
8989                 see ChangeLog 2002-05-31
8990
8991 2002-05-31 [paul]       0.7.6claws26
8992
8993         * sync with 0.7.6cvs20
8994                 see ChangeLog 2002-05-29 and 2002-05-30
8995
8996 2002-05-31 [paul]       0.7.6claws25
8997
8998         * src/imap.c
8999                 hopefully fix last buggy sync
9000
9001         * README.claws
9002                 correct typo in 'Actions' examples
9003
9004 2002-05-29 [paul]       0.7.6claws24
9005
9006         * sync with 0.7.6cvs18
9007                 see ChangeLog 2002-05-28 and 2002-05-29
9008
9009         * src/news.c
9010           src/nntp.[ch]
9011                 sync with above 
9012
9013 2002-05-28 [paul]       0.7.6claws23
9014
9015         * sync with 0.7.6cvs16
9016                 see ChangeLog 2002-05-28
9017
9018 2002-05-27 [thorsten]   0.7.6claws22 
9019
9020         * faq/it/sylpheed-faq-1.html
9021           faq/it/sylpheed-faq-2.html
9022           faq/it/sylpheed-faq-3.html
9023           faq/it/sylpheed-faq.html
9024                 corrected DOS lineendings
9025         * faq/de/sylpheed-faq-1.html
9026           faq/de/sylpheed-faq-2.html
9027           faq/en/sylpheed-faq-1.html
9028           faq/en/sylpheed-faq-2.html
9029           faq/en/sylpheed-faq-3.html
9030           faq/es/sylpheed-faq-1.html
9031           faq/es/sylpheed-faq-2.html
9032           faq/es/sylpheed-faq-3.html
9033           faq/fr/sylpheed-faq-1.html
9034           faq/it/sylpheed-faq-1.html
9035           faq/it/sylpheed-faq-2.html
9036           faq/it/sylpheed-faq-3.html
9037           faq/it/sylpheed-faq.html
9038                 changed ">" to &quot;
9039
9040 2002-05-27 [paul]       0.7.6claws21
9041         
9042         * sync with 0.7.6cvs15
9043                 see ChangeLog 2002-05-27
9044
9045 2002-05-27 [paul]       0.7.6claws20
9046
9047         * src/prefs_account.c
9048                 correct a typo
9049
9050 2002-05-26 [paul]       0.7.6claws19
9051
9052         * tools/README
9053                 correct a typo
9054
9055 2002-05-25 [paul]       0.7.6claws18
9056
9057         * tools/README
9058                 add description of kmail2sylpheed.pl
9059
9060 2002-05-25 [paul]       0.7.6claws17
9061
9062         * tools/kmail2sylpheed.pl       ** NEW FILE **
9063                 perl script that converts an exported Kmail address
9064                 book, converts it to sylpheed addressbook file,
9065                 writes the file to .sylpheed, and updates
9066                 addrbook--index.xml 
9067
9068 2002-05-25 [paul]       0.7.6claws16
9069
9070         * sync with 0.7.6cvs14
9071                 see ChangeLog 2002-05-23
9072
9073 2002-05-24 [paul]       0.7.6claws15
9074
9075         * README.claws
9076                 make a correction and add some more info
9077
9078 2002-05-24 [paul]       0.7.6claws14
9079
9080         * src/compose.c
9081                 fix memory leak in 
9082                 compose_redirect_write_headers_from_headerlist()
9083                 add Subject and Resent-Message-ID to
9084                 compose_redirect_write_headers()
9085                 Received, Subject, and X-UIDL are filtered out in 
9086                 compose_redirect_write_to_file()
9087
9088 2002-05-23 [paul]       0.7.6claws13
9089
9090         * src/compose.[ch]
9091           src/filtering.c
9092           src/mainwindow.c
9093           src/matcher.[ch]
9094           src/matcher_parser_lex.l
9095           src/matcher_parser_parse.y
9096           src/prefs_common.[ch]
9097           src/prefs_filtering.c
9098           src/summaryview.c
9099                 rename 'Bounce' to 'Redirect'
9100
9101 2002-05-23 [paul]       0.7.6claws12
9102
9103         * more sync with 0.7.6cvs13
9104           src/compose.c
9105                 see ChangeLog 2002-05-22
9106
9107 2002-05-22 [paul]       0.7.6claws11
9108
9109         * sync with 0.7.6cvs13
9110           src/codeconv.c
9111                 see ChangeLog 2002-05-20
9112           src/prefs_common.c
9113                 see ChangeLog 2002-05-22
9114
9115 2002-05-21 [melvin]     0.7.6claws10
9116
9117         * src/folderview.c
9118                 Added missing filtering and scoring headers
9119                 Fixed bad function call that showed garbage 
9120                 in Folder->Processing
9121
9122 2002-05-21 [paul]       0.7.6claws9
9123
9124         * tools/Makefile.am
9125                 make all tools executable, (patch by Alfons).
9126
9127 2002-05-20 [alfons]     0.7.6claws8
9128
9129         * src/procheader.c
9130                 don't forget to call mktime() so we have a valid week 
9131                 and year day
9132                 (Bug report by Roger Sondermann <mail@jumaros.de>)
9133
9134 2002-05-20 [paul]       0.7.6claws7
9135
9136         * src/html.c
9137                 fix broken parsing of urls
9138         * src/textview.c
9139                 fix displaying of urls
9140
9141                 both fixes from the patch [547855] by Eugene 
9142                 Brevdo (zonem)
9143
9144 2002-05-19 [alfons]     0.7.6claws6
9145
9146         * configure.in
9147                 make sylpheed configure correctly with the latest
9148                 and greatest of automake / autoconf / gettext
9149
9150 2002-05-19 [alfons]     0.7.6claws5
9151
9152         * src/procheader.c
9153         * src/procheader.h
9154                 add function for returning ime zone offset
9155         * src/quote_fmt.c
9156         * src/quote_fmt_parse.y
9157                 better quotation formatting - does not convert
9158                 to local time, but uses the original date string.
9159                 
9160                 Note: %z inserts the timezone offset (should 
9161                 work also on platforms where strftime does not
9162                 support %z).
9163
9164 2002-05-18 [christoph]  0.7.6claws4
9165
9166         * src/summaryview.c
9167                 fix indentation of some code
9168         * tools/Makefile.am
9169                 fix spaces after \
9170         * src/Makefile.am
9171                 add missing \
9172                 correct path for ignorethread.xpm
9173                 incorrect filename for sylpheed_logo.xpm
9174                 add missing include matcher_parser_parse.h
9175
9176 2002-05-18 [paul]       0.7.6claws3
9177
9178         * sync with 0.7.6cvs8
9179                 see ChangeLog 2002-05-16 and 2002-05-17
9180
9181 2002-05-18 [melvin]     0.7.6claws2
9182
9183         * README.claws
9184                 Corrected an action's definition and fixed some misspellings.
9185
9186 2002-05-18 [paul]       0.7.6claws1
9187
9188         * tools/Makefile.am
9189           tools/gpg-sign        ** new file **
9190           tools/uudec           ** new file **
9191                 add Melvin's Actions scripts
9192
9193         * README.claws
9194                 add Melvin's descriptions for Actions
9195
9196 2002-05-18 [paul]       0.7.6claws
9197
9198         * Version 0.7.6claws released
9199
9200 2002-05-17 [paul]       0.7.5claws32
9201
9202         * po/es.po
9203                 updated by Ricardo Mones Lastra
9204
9205 2002-05-17 [paul]       0.7.5claws31
9206
9207         * src/compose.c
9208                 fix Account prefs default folder for sent/draft/deleted
9209                 messages bug
9210
9211         * po/it.po
9212           po/nl.po
9213                 updated translation by Alessandro Maestri and
9214                 Wilbert Berendsen
9215
9216 2002-05-17 [melvin]     0.7.5claws30
9217
9218         * src/prefs_actions.c
9219                 Fixed bug where using %F not at the end of the command 
9220                 resulted in an additional empty argument being created.
9221                 Thanks to Darko Koruga for reporting the bug.
9222
9223 2002-05-17 [melvin]     0.7.5claws29
9224
9225         * po/fr.po
9226                 Updated French translations.
9227
9228 2002-05-15 [paul]       0.7.5claws28
9229         
9230         * po/es.po
9231                 updated by Ricardo Mones Lastra
9232
9233 2002-05-15 [paul]       0.7.5claws27
9234
9235         * sync with 0.7.6cvs4
9236                 see ChangeLog 2002-05-14 and 2002-05-15
9237
9238 2002-05-14 [paul]       0.7.5claws26
9239
9240         * sync with 0.7.6cvs1
9241                 see ChangeLog 2002-05-13
9242
9243 2002-05-13 [thorsten]   0.7.5claws25
9244
9245         * src/messageview.c
9246                 fix select_all and copy in multipart messages
9247         * src/mainwindow.c
9248                 fix select_all and copy in multipart messages
9249
9250 2002-05-12 [paul]       0.7.5claws24
9251
9252         * src/summaryview.c
9253                 reverse last commit, bug already fixed in 0.7.5claws3
9254
9255 2002-05-12 [netztorte]  0.7.5claws23
9256
9257         * src/summaryview.c
9258                 dont parse empty addressbook (checked in before claws20)
9259
9260 2002-05-12 [melvin]     0.7.5claws22
9261
9262         * src/procmsg.[ch]
9263                 Removed unneeded priority code introduced by the previous 
9264                 commit.
9265
9266 2002-05-12 [melvin]     0.7.5claws21
9267
9268         * src/compose.[ch]
9269                 Added possibility to set message's priority.
9270         * src/procmsg.[ch]
9271                 Added possibility to set message's priority.
9272                 Added missing headers
9273
9274 2002-05-12 [melvin]     0.7.5claws20
9275
9276         * src/prefs_actions.c
9277                 Removed implicitely added quotes around the name
9278                 of the temporary files of mime parts.
9279
9280 2002-05-12 [paul]       0.7.5claws19
9281
9282         * sync with 0.7.5cvs20
9283                 see ChangeLog 2002-05-11
9284
9285 2002-05-12 [alfons]     0.7.5claws18
9286
9287         * src/quote_fmt_lex.l
9288         * src/quote_fmt_parse.y
9289                 allow quote / reply date & time format to be set using
9290                 %D{format}. format is a format string you'd pass to
9291                 strftime() (see man strftime, or the Display tab |
9292                 Date format setting).
9293
9294                 Currently %D converts the date to local time. 
9295
9296 2002-05-11 [paul]       0.7.5claws17
9297
9298         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
9299                 see ChangeLog 2002-05-10 and 2002-05-11
9300
9301 2002-05-10 [paul]       0.7.5claws16
9302
9303         * sync with 0.7.5cvs16
9304                 see ChangeLog entries 2002-05-09 and 
9305                 2002-05-10
9306
9307 2002-05-10 [colin]      0.7.5claws15
9308
9309         * src/textview.c
9310                 Corrected a bug that prevented sylpheed to open
9311                 double-clicked URIs.
9312
9313 2002-05-09 [paul]       0.7.5claws14
9314
9315         * sync with 0.7.5cvs14
9316                 see ChangeLog 2002-05-08 and 2002-05-09
9317
9318 2002-05-08 [paul]       0.7.5claws13
9319
9320         * sync with 0.7.5cvs11
9321                 see ChangeLog entry 2002-05-08
9322
9323 2002-05-08 [paul]       0.7.5claws12
9324
9325         * src/mainwindow.c
9326           src/textview.[ch]
9327                 fix segfault on View->Open in new window
9328                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9329
9330 2002-05-07 [paul]       0.7.5claws11
9331
9332         * sync with 0.7.5cvs9
9333                 see ChangeLog entry 2002-05-07
9334
9335 2002-05-06 [paul]       0.7.5claws10
9336
9337         * src/messageview.c
9338           src/textview.c
9339                 display url in statusbar on single-click
9340                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9341
9342 2002-05-06 [match]      0.7.5claws9
9343
9344         * src/addritem.[ch]
9345                 new functions.
9346         * src/addrcache.c
9347                 tidy up.
9348         * src/xmlprops.[ch]
9349                 XML implementation of properties file.
9350         * src/exporthtml.[ch]
9351         * src/expthtmldlg.[ch]
9352         * src/addressbook.c
9353                 export to HTML.
9354
9355 2002-05-02 [sergey]     0.7.5claws8
9356
9357         * src/mainwindow.c (mainwin_entries),
9358           src/prefs_common.c (prefs_send_create()),
9359           src/codeconv.c (locale_table):
9360                 use charset name "Windows-1251" instead of "CP1251".
9361
9362 2002-05-02 [colin]      0.7.5claws7
9363         
9364         * src/compose.c
9365           src/prefs_common.c
9366           src/prefs_folder_item.c
9367                 Fixed cosmetics bugs due to Outbox renamed to Sent.
9368
9369 2002-05-02 [hiro]       0.7.5claws6
9370
9371         * src/imap.c
9372                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
9373
9374 2002-05-02 [paul]       0.7.5claws5
9375
9376         * src/compose.c
9377                 more sync with 0.7.5cvs7, see ChangeLog entry
9378                 2002-05-02
9379
9380 2002-05-02 [hiro]       0.7.5claws4
9381
9382         * src/compose.c
9383                 compose_queue_sub():
9384                 check if queue folder exists (closes #550397).
9385                 removed directory creation since it should be handled
9386                 transparently.
9387         * src/imap.c
9388                 imap_add_msg(): return UID for appended message
9389                 (closes #548842).
9390
9391 2002-04-30 [paul]       0.7.5claws3
9392
9393         * src/summaryview.c
9394                 fix account_find_from_address() bug
9395
9396 2002-04-28 [colin]      0.7.5claws2
9397
9398         * src/compose.c
9399           src/textview.c
9400           src/prefs_common.[ch]
9401           src/utils.[ch]
9402                 Added user-definable quotation characters recognition.
9403
9404 2002-04-28 [paul]       0.7.5claws1
9405
9406         * sync with 0.7.5cvs4
9407                 see ChangeLog entry  2002-04-25
9408
9409 2002-04-28 [paul]       0.7.5claws
9410
9411         * po/es.po
9412           po/nl.po
9413           po/pt_BR.po
9414                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
9415                 Fabio Junior Beneditto
9416
9417 2002-04-27 [jens]       0.7.4claws103
9418
9419         * po/de.po
9420                 updated German translation.
9421
9422 2002-04-27 [hiro]       0.7.4claws102
9423
9424         * src/summaryview.c
9425                 summary_write_cache(): fixed the mark loss of hidden messages.
9426
9427 2002-04-26 [melvin]     0.7.4claws101
9428
9429         * src/procmsg.c
9430                 fixed a second typo (same one)
9431         * po/fr.po
9432           po/it.po
9433           po/pt_BR.po
9434                 fixed the type again...
9435
9436 2002-04-26 [melvin]     0.7.4claws100
9437
9438         * src/procmsg.c
9439                 fixed a typo in an alert message ("temorary").
9440         * po/it.po
9441         * po/pt_BR.po
9442                 corrected the typo  described above.
9443         * po/fr.po
9444                 updated French translation.
9445
9446 2002-04-26 [darko]      0.7.4claws99
9447
9448         * src/summaryview.c
9449                 fix target folder colorization
9450
9451 2002-04-25 [paul]       0.7.4claws98
9452
9453         * po/it.po
9454                 updated by Alessandro Maestri
9455
9456 2002-04-24 [colin]      0.7.4claws97
9457         
9458         * src/compose.c
9459                 Fixed double "subject is empty" question.
9460
9461 2002-04-23 [colin]      0.7.4claws96
9462         
9463         * src/mimeview.c
9464                 Corrected issue when "automatically display images" was
9465                 not set : first image remained after selecting second.
9466
9467 2002-04-23 [melvin]     0.7.4claws95
9468
9469         * src/prefs_actions.c
9470                 Don't display in/out dialog if there is nothing to show.
9471
9472 2002-04-23 [paul]       0.7.4claws94
9473
9474         * sync with 0.7.5cvs3
9475                 bug fixes: see ChangeLog entry 2002-04-23
9476
9477 2002-04-22 [darko]      0.7.4claws93
9478
9479         * src/compose.c
9480                 fix previous check-in which changed code after
9481                 merge from main
9482
9483 2002-04-22 [paul]       0.7.4claws92
9484
9485         * faq/de/*
9486                 add German FAQ
9487         * faq/en/*
9488           faq/es/*
9489           faq/fr/*
9490                 update English, Spanish and French FAQs
9491         * manual/de/*
9492           manual/es/*
9493                 add German and Spanish manuals
9494         * manual/en/*
9495           manual/fr/*
9496                 update English and French manuals
9497
9498         * src/Makefile.am
9499                 add to and re-arrange the pixmap entries
9500
9501 2002-04-22 [darko]      0.7.4claws91
9502
9503         * src/compose.c
9504                 fix sender initials recognition to only allow
9505                 '>' after the initials
9506
9507 2002-04-21 [paul]       0.7.4claws90
9508
9509         * sync with 0.7.5 release
9510                 see ChangeLog entry 2002-04-21
9511
9512 2002-04-21 [alfons]
9513
9514         * src/Makefile.am
9515                 add colin's new pixmaps to EXTRA_DIST
9516
9517 2002-04-21 [colin]      0.7.4claws89
9518         * src/compose.c
9519         * src/inc.c
9520         * src/mainwindow.[ch]
9521         * src/prefs_common.[ch]
9522         * src/stock_pixmap.[ch]
9523                 Added "Work offline" ability.
9524
9525 2002-04-21 [colin]      0.7.4claws88
9526         
9527         * src/mimeview.c
9528         * src/prefs_common.c
9529         * src/prefs_common.h
9530         * src/textview.c : Added an option to common preferences -> display
9531           to allow user not to automatically display images.
9532
9533 2002-04-21 [paul]       0.7.4claws87
9534
9535         * sync with 0.7.4cvs52
9536                 see ChangeLog entry 2002-04-21 (src/imap.c)
9537
9538 2002-04-21 [paul]       0.7.4claws86
9539
9540         * sync with 0.7.4cvs51
9541                 see ChangeLog entry 2002-04-21
9542
9543 2002-04-21 [paul]       0.7.4claws85
9544
9545         * sync with 0.7.4cvs49
9546                 see ChangeLog entries 2002-04-20 and 2002-04-21
9547
9548         * src/Makefile.am
9549                 clean up: remove old 'stock_' element from xpm 
9550                 filenames.
9551
9552 2002-04-21 [alfons]     0.7.4claws84
9553
9554         apply sync patch from Paul
9555
9556         * src/folderview.c
9557                 use old claws prefs_folder_item_create() for now
9558
9559 2002-04-19 [match]      0.7.4claws83
9560
9561         * src/addressbook.[ch]
9562         * src/addrharvest.[ch]
9563         * src/addrgather.[ch]
9564                 recurse folders.
9565         * src/mainwindow.c
9566         * src/summaryview.[ch]
9567                 change menu option.
9568
9569 2002-04-19 [paul]       0.7.4claws82
9570
9571         * po/pt_BR.po
9572                 updated by Fabio Junior Beneditto
9573
9574 2002-04-14 [alfons]     0.7.4claws81
9575
9576         * src/passphrase.c
9577                 add #include <sys/types.h> for mode_t and off_t 
9578
9579 2002-04-13 [paul]       0.7.4claws80
9580         
9581         * src/main.c
9582           src/passphrase.[ch]
9583           src/pgptext.c
9584           src/prefs_common.[ch]
9585           src/rfc2015.c
9586                 enable storing of GnuPG passphrase for the whole 
9587                 session or a user-defined number of minutes. patch 
9588                 submitted by Ravemax <ravemax@dextrose.com>
9589
9590 2002-04-13 [alfons]     0.7.4claws79
9591
9592         * src/textview.c
9593                 make email parser also stop scanning when encountering separators
9594                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
9595
9596 2002-04-13 [paul]       0.7.4claws78
9597
9598         * sync with 0.7.4cvs39
9599                 see ChangeLog entry 2002-04-12
9600
9601 2002-04-11 [paul]       0.7.4claws77
9602
9603         * sync with 0.7.4cvs37
9604                 see ChangeLog entry 2002-04-11
9605
9606 2002-04-11 [paul]       0.7.4claws76
9607
9608         * COPYING 
9609                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
9610                 the clause for OpenSSL). sync with sylpheed main
9611
9612 2002-04-09 [melvin]     0.7.4claws75
9613
9614         * src/compose.c
9615                 Made 'Ctrl-Enter' on send ignore some modifiers 
9616                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
9617                 to bind other *-Enter (but not Alt-Enter).
9618
9619 2002-04-09 [paul]       0.7.4claws74
9620
9621         * sync with 0.7.4cvs35
9622                 see ChangeLog entries 2002-04-09
9623
9624 2002-04-08 [paul]       0.7.4claws73
9625
9626         * sync with 0.7.4cvs33
9627                 see ChangeLog entry 200-04-08
9628
9629 2002-04-07 [match]      0.7.4claws72
9630
9631         * src/addrharvest.[ch]
9632                 fixed to read all addresses in header, regardless
9633                 of header size. improved name parsing. accommodate
9634                 harvest from folders and selected message.
9635         * src/addritem.[ch]
9636                 included new address parsing function.
9637         * src/addrgather.[ch]
9638         * src/addressbook.[ch]
9639         * src/summaryview.[ch]
9640         * src/mainwindow.c
9641                 allow address harvest of folder as well as selected
9642                 messages.
9643
9644 2002-04-07 [paul]       0.7.4claws71
9645
9646         * src/esmtp.[ch]
9647           src/smtp.c
9648                 don't try to authenticate with CRAM-MD5 in SMTP when 
9649                 SMTP-AUTH enabled if MTA doesn't issue this 
9650                 auth-method in it's ehlo-response. bug item #531364,
9651                 patch item #938910. patch submitted by Colin Leroy 
9652                 <colin@colino.net>
9653
9654 2002-04-07 [paul]       0.7.4claws70
9655
9656         * src/nntp.c
9657                 fix missing MODE_READER bug. patch submitted by
9658                 Colin Leroy <colin@colino.net>
9659
9660 2002-04-07 [alfons]     0.7.4claws69
9661
9662         * src/matcher.[ch]
9663         * src/prefs_filtering.c
9664         * src/summaryview.c
9665                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
9666                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
9667
9668 2002-04-07 [paul]       0.7.4claws68
9669
9670         * sync with 0.7.4cvs32
9671                 see ChangeLog entry 2002-04-06
9672
9673         * tools/filter_conv.pl
9674                 more bug fixes
9675
9676 2002-04-06 [paul]       0.7.4claws67
9677
9678         * tools/filter_conv.pl
9679                 modify to be able to find the name of the first
9680                 mailbox and use that. main's filter does not
9681                 record the full path to the mailbox and therefore
9682                 can only filter to the first mailbox.
9683
9684 2002-04-05 [paul]       0.7.4claws66
9685
9686         * tools/filter_conv.pl
9687                 attempt to make the script all-encompassing and
9688                 be able to convert any main 'filter' rule thrown
9689                 at it
9690
9691 2002-04-05 [paul]       0.7.4claws65
9692
9693         * tools/filter_conv.pl
9694                 allow for collapsed folder trees
9695
9696 2002-04-05 [paul]       0.7.4claws64
9697
9698         * sync with 0.7.4cvs31
9699                 see ChangeLog entries 2002-04-05
9700
9701 2002-04-03 [paul]       0.7.4claws63
9702
9703         * sync with 0.7.4cvs29
9704                 see ChangeLog entries 2002-04-02 and 2002-04-03
9705
9706 2002-04-02 [paul]       0.7.4claws62
9707
9708         * sync with 0.7.4cvs26
9709                 see ChangeLog entry 2002-04-01
9710
9711 2002-04-02 [match]      0.7.4claws61
9712
9713         * src/pine.[ch]
9714         * src/importpine.[ch]
9715         * src/addressbook.c
9716                 import Pine address book.
9717
9718 2002-04-02 [match]      0.7.4claws60
9719
9720         * src/addrharvest.[ch]
9721                 improve address parsing of funky addresses.
9722
9723 2002-04-02 [darko]      0.7.4claws59
9724
9725         * src/compose.c
9726                 wrap on send improvements, it now recognizes quoted
9727                 initials as part of the quotation string, and it
9728                 does not join lines separated by CR
9729
9730 2002-04-01 [match]      0.7.4claws58
9731
9732         * src/mgutils.[ch]
9733                 added new functions.
9734         * src/mutt.[ch]
9735                 remove excessive duplicate address generation
9736                 on import.
9737
9738 2002-04-01 [alfons]     0.7.4claws57
9739         
9740         * src/summaryview.c
9741                 put back g_free() 
9742
9743 2002-04-01 [paul]       0.7.4claws56
9744
9745         * sync with 0.7.4cvs25
9746                 see ChangeLog entry 2002-04-01
9747
9748 2002-04-01 [alfons]     0.7.4aprilfool55
9749
9750         * src/summaryview.c
9751                 honour feature request item #537427 to allow for
9752                 displaying names from address book for sent mail also
9753
9754 2002-03-29 [paul]       0.7.4claws54
9755
9756         * src/mainwindow.c
9757           src/prefs_filtering.[ch]
9758           src/prefs_matcher.c
9759           src/summaryview.c
9760                 add 'fast filter' for claws' filtering,
9761                 /Tools/Create filter rule/... patch submitted
9762                 by Neill Miller <neillm@thecodefactory.org>
9763
9764 2002-03-29 [paul]       0.7.4claws53
9765
9766         * sync with 0.7.4cvs24
9767                 see ChangeLog entry 2002-03-29
9768
9769 2002-03-28 [paul]       0.7.4claws52
9770
9771         * sync with 0.7.4cvs23
9772                 see ChangeLog entry 2002-03-28
9773
9774 2002-03-27 [melvin]     0.7.4claws51
9775
9776         * src/prefs_actions.c
9777                 Added support to pass only one message part (as a
9778                 file) to the command using '%p'. No quotes are needed
9779                 because doubles quotes are automatically added.
9780                 Fixed bug where Sylpheed could block when waiting for
9781                 a child process to finish.
9782                 Changed the help menu to remove quotes around symbols to 
9783                 avoid misinterpretation (they must not be used).
9784
9785 2002-03-27 [melvin]     0.7.4claws50
9786
9787         * src/inc.c
9788                 Made the new mail notification command always 
9789                 execute asynchronously.
9790
9791 2002-03-27 [paul]       0.7.4claws49
9792
9793         * src/compose.c
9794                 fix bug introduced in last commit
9795
9796 2002-03-27 [paul]       0.7.4claws48
9797
9798         * sync with 0.7.4cvs21
9799                 see ChangeLog 2002-03-26 and 2002-03-27
9800
9801 2002-03-26 [hoa]        0.7.4claws47
9802
9803         * src/prefs_folder_item.c
9804                 really fixed the bug #516442 with folder rescan.
9805
9806 2002-03-26 [paul]       0.7.4claws46
9807
9808         * sync with 0.7.4cvs19
9809                 see ChangeLog entries 2002-03-25 and 2002-03-26
9810
9811 2002-03-25 [hoa]        0.7.4claws45
9812
9813         * src/matcher.c
9814         * src/mh.c
9815                 fix the bug #516442 with folder rescan.
9816
9817         * src/prefs_common.[ch]
9818         * src/compose.c
9819                 added an option to enable two different behaviours
9820                 for bounce.
9821
9822
9823 2002-03-25 [paul]       0.7.4claws44
9824
9825         * src/mainwindow.c
9826           src/selective_download.c
9827                 correct a few menuitem labels
9828
9829 2002-03-25 [christoph]  0.7.4claws43
9830
9831         * src/procmsg.c
9832                 fix non deleted tmp message in
9833                 procmsg_save_to_outbox
9834                 fix problems caused by sync with
9835                 main branch's procmsg_send_queue
9836
9837 2002-03-25 [paul]       0.7.4claws42
9838
9839         * src/quote_fmt.c
9840           src/quote_fmt_lex.l
9841           src/quote_fmt_parse.y
9842                 add Last name (%L) placeholder for quoting. 
9843                 patch submitted by Thorsten Thielen 
9844                 <thth@users.sourceforge.net>
9845
9846 2002-03-25 [paul]       0.7.4claws41
9847
9848         * src/utils.c
9849                 get full hostname. patch submitted by
9850                 Bob Woodside <rwoodside1@comcast.net>
9851
9852 2002-03-25 [paul]       0.7.4claws40
9853
9854         * src/account.c
9855           src/news.c
9856           src/nntp.[ch]
9857           src/prefs_account.[ch]
9858                 enable NNTP over SSL. patch submitted by
9859                 Pascal Jermini <pascal@infinity.hn.org>
9860
9861 2002-03-24 [paul]       0.7.4claws39
9862
9863         * src/prefs_common.c
9864                 make the arrangement of the Compose tab more
9865                 coherent
9866
9867         * src/mainwindow.c
9868                 fix some irregularities of style
9869
9870         * po/de.po
9871                 updated by Kilian Krause
9872
9873 2002-03-23 [paul]       0.7.4claws38
9874
9875         * po/pt_BR.po
9876                 updated by Fabio Junior Beneditto
9877
9878 2002-03-23 [paul]       0.7.4claws37
9879
9880         * src/mainwindow.c
9881                 move 'Gather addresses' to 'Tools' menu
9882                 make 'Selective download' sensitive
9883
9884 2002-03-23 [paul]       0.7.4claws36
9885
9886         * sync with 0.7.4cvs16
9887                 see ChangeLog entries 2002-03-23
9888
9889 2002-03-22 [christoph]  0.7.4claws35
9890
9891         * src/quote_fmt_parse.y
9892                 fix include program output
9893
9894 2002-03-22 [alfons]     0.7.4claws34
9895
9896         * src/pop.c
9897                 initialize GDate stack variable correctly (sorry!)
9898
9899 2002-03-22 [paul]       0.7.4claws33
9900
9901         * src/compose.c
9902           src/mainwindow.c
9903           src/prefs_actions.c
9904           src/prefs_common.c
9905                 rename 'Tool' to 'Tools'
9906
9907         * src/mainwindow.c
9908                 move 'Delete duplicated messages' from
9909                 'Message/' to 'Tools/'
9910                 re-arrange the order of 'Tools/' items
9911
9912 2002-03-22 [paul]       0.7.4claws32
9913
9914         * src/addr_compl.c
9915           src/addressbook.[ch]
9916                 auto-address completion now also matches on
9917                 Nickname. patch submitted by Bob Forsman 
9918                 <hammor@users.sourceforge.net>
9919
9920         * src/editaddress.c
9921                 correct a spelling mistake
9922
9923 2002-03-22 [alfons]     0.7.4claws31
9924
9925         * src/pop.c
9926                 fix getting uidl from incorrect string 
9927                 (spotted by Colin)
9928
9929 2002-03-21 [alfons]     0.7.4claws30
9930
9931         * src/pop.c
9932                 more code refactoring
9933                 plug mem leak introduced by delete on server
9934
9935 2002-03-21 [paul]       0.7.4claws29
9936
9937         * sync with 0.7.4cvs11
9938                 see ChangeLog entries 2002-03-20
9939
9940 2002-03-20 [alfons]     0.7.4claws28
9941
9942         * src/inc.c
9943                 apply Colin's patch and refactor
9944
9945 2002-03-20 [paul]       0.7.4claws27
9946
9947         * sync with sylpheed 0.7.4cvs9
9948                 see ChangeLog entry 2002-03-20
9949
9950 2002-03-19 [christoph]  0.7.4claws26
9951
9952         * src/mh.c
9953         * src/procmsg.[ch]
9954         * src/summaryview.c
9955                 revert changes for flag updates
9956                 (does not work correctly and no time to debug)
9957
9958 2002-03-20 [alfons]     0.7.4claws25
9959
9960         * src/pop.c
9961                 refactor should_delete() a little bit 
9962
9963 2002-03-19 [paul]       0.7.4claws24
9964
9965         * src/inc.[ch]
9966           src/pop.c
9967           src/prefs_account.[ch]
9968                 allow the user to leave downloaded mail on the 
9969                 server for n days. Patch submitted by Colin Leroy 
9970                 <colin@colino.net>
9971
9972 2002-02-19 [paul]       0.7.4claws23
9973
9974         * sync with sylpheed 0.7.4cvs8
9975                 see ChangeLog entries 2002-03-19
9976
9977 2002-03-18 [paul]       0.7.4claws22
9978
9979         * sync with sylpheed 0.7.4cvs6
9980                 see ChangeLog entry 2002-03-18
9981
9982 2002-03-18 [paul]       0.7.4claws21
9983
9984         * po/en_GB.po
9985                 add en_GB message catalogue
9986
9987         * src/mbox_folder.c
9988           src/prefs_account.c
9989           src/prefs_actions.c
9990                 correct a few spelling mistakes
9991
9992 2002-03-17 [alfons]     0.7.4claws20
9993
9994         * src/matcher.c
9995                 more stringent checks for NULL params when writing
9996                 filtering actions to a file
9997                 
9998 2002-03-17 [hoa]        0.7.3claws20
9999
10000         * src/news.c
10001                 fixed the count of new messages
10002
10003         * src/compose.c
10004                 fixed the "attachment properties" window
10005
10006 2002-03-17 [paul]       0.7.4claws19
10007
10008         * src/defs.h
10009           src/folder.h
10010           src/news.c
10011           src/prefs_account.[ch]
10012           src/procmsg.[ch]
10013           src/summaryview.c
10014                 automatically mark cross-posted messages as read 
10015                 and (optionally) give them a colour label
10016                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
10017                 
10018
10019 2002-03-17 [paul]       0.7.4claws18
10020
10021         * sync with sylpheed 0.7.4cvs5
10022                 see ChangeLog entry 2002-03-17
10023
10024 2002-03-17 [melvin]     0.7.4claws17
10025         
10026         * src/textview.c
10027                 Worked around a gtktext 'bug': when searching for 
10028                 a text in a long message it was scrolling slowly
10029                 line by line until it hit the searched text.
10030         * po/fr.po
10031                 Updated French translation
10032
10033 2002-03-17 [melvin]     0.7.4claws16
10034
10035         * src/mainwindow.c
10036         * src/compose.c
10037         * src/prefs_actions.c
10038                 Moved "Edit/Actions" to "Tool/Actions"
10039                 Made mainwindow/compose window sensitive as soon as
10040                 no child process is running anymore even if the io dialog
10041                 is open.
10042                 Fixed a struct being initialized with a non constant char*
10043
10044 2002-03-16 [christoph]  0.7.4claws15
10045
10046         * configure.in
10047                 add --with-compiler-flags option
10048                 (only for developer hacking)
10049         * src/mh.c
10050         * src/procmsg.[ch]
10051         * src/summaryview.c
10052                 try to make folder-stats and flag handling more
10053                 independent from the summaryview. msgcounts
10054                 are only set when the folder is opened and
10055                 procmsg_msginfo_(un)set_flags will handle it
10056                 later and summaryview will get the values
10057                 from the folder.
10058
10059 2002-03-16 [paul]       0.7.4claws14
10060
10061         * src/messageview.c
10062                 fix Return-receipt. Patch submitted by Bob
10063                 Woodside <rwoodside1@comcast.net>
10064
10065 2002-03-16 [paul]       0.7.4claws13
10066
10067         * src/compose.c
10068                 fix 'dynamic' signatures, make it work again
10069                 broken during sync on 2002-03-14 (0.7.4claws2)
10070
10071 2002-03-15 [match]      0.7.4claws12
10072
10073         * src/addrharvest.[ch]
10074         * src/addrgather.[ch]
10075         * src/addressbook.[ch]
10076         * src/mainwindow.c
10077                 included address harvester feature. still some
10078                 issues with address parsing that I will fix.
10079
10080 2002-03-15 [match]      0.7.4claws11
10081
10082         * src/addrbook.[ch]
10083         * src/addrcache.[ch]
10084         * src/addressbook.[ch]
10085         * src/addrindex.c
10086         * src/editbook.c
10087         * src/importldif.c
10088         * src/importmutt.c
10089         * src/jpilot.[ch]
10090         * src/main.c
10091         * src/syldap.[ch]
10092         * src/vcard.[ch]
10093                 tidy up. fix memory leaks. moved attribs and methods
10094                 from individual interfaces to addrcache object. prep
10095                 for new stuff to come in.
10096
10097 2002-03-15 [alfons]     0.7.4claws10
10098
10099         * src/matcher.[ch]
10100         * src/matcher_parser_parse.y
10101         * src/matcher_parser_lex.l
10102         * src/prefs_matcher.c
10103                 add filtering conditions message greater than, smaller 
10104                 than, and exactly matching a size in bytes
10105                 (does not work with delete from POP3 server yet)
10106
10107                 this should also give others an idea what you should
10108                 do to add new criterions to claws filtering system
10109                 
10110
10111 2002-03-15 [paul]       0.7.4claws9
10112
10113         * tools/filter_conv.pl
10114                 exit if there are no filter rules to convert
10115                 rename filterrc to filterrc.old after completion
10116
10117 2002-03-15 [paul]       0.7.4claws8
10118
10119         * sync with sylpheed 0.7.4cvs3
10120                 see ChangeLog entry 2002-03-14
10121
10122 2002-03-14 [paul]       0.7.4claws7
10123
10124         * src/compose.c
10125                 clean up the last commit (ahem)
10126
10127 2002-03-14 [paul]       0.7.4claws6
10128
10129         * src/compose.c
10130                 fix bug #515655. honour account preferences
10131                 regarding gpg default signing/encryption when 
10132                 changing account from the compose window.
10133
10134 2002-03-14 [paul]       0.7.4claws5
10135
10136         * src/folderview.c
10137                 remove unnecessary curly brackets
10138
10139 2002-03-14 [paul]       0.7.4claws4
10140
10141         * src/folderview.c
10142           src/prefs_filtering.[ch]
10143                 add filter rename on folder rename and filter
10144                 delete on folder delete. Patch submitted by
10145                 Neill Miller <neillm@thecodefactory.org> 
10146
10147 2002-03-14 [christoph]  0.7.4claws3
10148
10149         * src/procmsg.c
10150         * src/send.c
10151                 fix local delivery
10152                 (patch submitted by "Simon 'corecode' Schubert")
10153         * src/prefs_common.c
10154         * src/procmsg.c
10155                 fix gcc 3.0 warning
10156
10157 2002-03-14 [paul]       0.7.4claws2
10158
10159         * sync with sylpheed 0.7.4cvs2
10160                 see ChangeLog entry 2002-03-13
10161
10162 2002-03-12 [darko]      0.7.4claws1
10163
10164         * src/mainwindow.c
10165                 fix what seems to be a copy and paste error
10166                 when setting color for important messages
10167                 (reported by wwp)
10168
10169 2002-03-11 [paul]       version 0.7.4claws released
10170
10171 2002-03-11 [paul]       0.7.4claws
10172
10173         * po/es.po
10174           po/it.po
10175           po/nl.po
10176           po/pt_BR.po
10177                 update message catalogs. Submitted by Ricardo Mones 
10178                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
10179                 Fabio Junior Beneditto
10180
10181         * configure.in
10182           faq/Makefile.am
10183           faq/it/Makefile
10184           faq/it/sylpheed-faq*
10185           src/mainwindow.c
10186           src/manual.[ch]
10187                 add FAQ in Italian
10188         
10189
10190 2002-03-11 [jens]       0.7.3claws7
10191
10192         * po/de.po
10193                 updated German translation
10194
10195 2002-03-11 [melvin]     0.7.3claws6
10196
10197         * po/fr.po
10198                 updated and corrected French translation
10199
10200 2002-03-10 [hoa]        0.7.3claws5
10201
10202         * src/account.c
10203         * src/inc.c
10204         * src/prefs_account.c
10205         * src/procmsg.c
10206         * src/send.[ch]
10207                 fixed the local account.
10208                 you have to change the default "/usr/sbin/sendmail"
10209                 to "/usr/sbin/sendmail -t" in the preferences of
10210                 the local account.
10211
10212         * src/procmime.c
10213                 removed some debug display for renderer
10214
10215 2002-03-10 [paul]       0.7.3claws4
10216
10217         * faq/en/sylpheed-faq-1.html
10218           faq/en/sylpheed-faq-2.html
10219                 update
10220
10221 2002-03-09 [paul]       0.7.3claws3
10222
10223         * sync with sylpheed 0.7.4
10224                 see ChangeLog entry 2002-03-09
10225
10226 2002-03-08 [paul]       0.7.3claws2
10227
10228         * faq/en/sylpheed-faq*
10229           faq/es/sylpheed-faq*
10230           faq/fr/sylpheed-faq*
10231                 update the FAQs
10232
10233         * manual/fr/.cvsignore
10234           manual/fr/Makefilea.am
10235           manual/fr/sylpheed*
10236           src/mainwindow.c
10237           src/manual.[ch]
10238                 add the French manual
10239
10240 2002-03-07 [paul]       0.7.3claws1
10241
10242         * sync with sylpheed 0.7.3cvs4
10243                 see ChangeLog entries  2002-03-06 and 2002-03-07
10244         
10245         * po/nl.po
10246                 updated by Wilbert Berendsen
10247
10248 2002-03-07 [melvin]     0.7.2claws34
10249
10250         * src/selective_download.c
10251                 Changed the pixmap of the receive button to MAIL_RECEIVE.
10252
10253 2002-03-06 [paul]       0.7.2claws33
10254
10255         * sync with sylpheed 0.7.3cvs1
10256                 bug fix, see ChangeLog entry 2002-03-05
10257
10258 2002-03-05 [paul]       0.7.2claws32
10259
10260         * src/mimeview.c
10261           src/pgptext.[ch]
10262           src/procmsg.c
10263                 reverse the pgp ascii-armored code implemented in 
10264                 0.7.2claws16. removal of this code until it matures.
10265                 this means that verifying ascii-armored pgp sigs and
10266                 automatic decryption of ascii-armored encrypted
10267                 messages no longer works.
10268
10269 2002-03-05 [paul]       0.7.2claws31
10270
10271         * configure.in
10272           Makefile.am
10273         * faq/Makefile.am
10274         * faq/en/Makefile.am
10275           faq/en/sylpheed-faq.html
10276           faq/en/sylpheed-faq-1.html
10277           faq/en/sylpheed-faq-2.html
10278           faq/en/sylpheed-faq-3.html
10279         * faq/es/Makefile.am
10280           faq/es/sylpheed-faq.html
10281           faq/es/sylpheed-faq-1.html
10282           faq/es/sylpheed-faq-2.html
10283           faq/es/sylpheed-faq-3.html
10284           faq/es/sylpheed-faq-4.html
10285         * faq/fr/Makefile.am
10286           faq/fr/sylpheed-faq.html
10287           faq/fr/sylpheed-faq-1.html
10288           faq/fr/sylpheed-faq-2.html
10289           faq/fr/sylpheed-faq-3.html
10290         * src/Makefile.am
10291           src/defs.h
10292           src/mainwindow.c
10293           src/manual.[ch]
10294                 add FAQs in English, Spanish and French
10295
10296
10297 2002-03-05 [paul]       0.7.2claws30
10298
10299         * manual/en/sylpheed.html
10300           manual/en/sylpheed-XX.html
10301                 updated the English manual
10302
10303 2002-03-05 [hoa]        
10304
10305         * src/summaryview.c
10306                 dialog box pops up if the article can't be deleted.
10307
10308 2002-03-04 [paul]       
10309         
10310         * po/pt_BR.po
10311                 updated by Fabio Junior Benedito
10312
10313 2002-03-04 [hoa]
10314
10315         * removed ac/gpgme.m4
10316                 to avoid autogen common problem
10317                 developers have to install gpgme development package now
10318
10319         * src/compose.c
10320                 encoding to 7bit or 8bit is enabled.
10321
10322 2002-03-03 [alfons]     0.7.2claws29
10323
10324         * src/pop.c
10325                 merge fix by Oliver Haertel for selective
10326                 download buglet
10327
10328 2002-03-03 [paul]       0.7.2claws28
10329         
10330         * sync with sylpheed 0.7.3
10331
10332 2002-03-03 [paul]       0.7.2claws27
10333
10334         * sync with sylpheed 0.7.2cvs24
10335                 see ChangeLog entries 2002-03-02 and 2002-03-03
10336
10337 2002-03-02 [melvin]     0.7.2claws26
10338
10339         * src/inc.[ch]
10340         * src/main.c
10341         * src/mainwindow.c
10342         * src/prefs_common.[ch]
10343                 Added user definable notification on new mail arrival.
10344                 Removed unused variables in spell checker prefs code.
10345
10346 2002-03-02 [melvin]     0.7.2claws25
10347
10348         * src/quote_fmt.c
10349                 Removed unnecessary escape sequences.
10350                 Changed 'Initial...' to 'Initials of Sender'
10351
10352 2002-03-02 [paul]       0.7.2claws24
10353
10354         * sync with sylpheed 0.7.2cvs22
10355                 see ChangeLog entry 2002-03-01
10356
10357 2002-03-01 [hoa]        0.7.2claws23
10358
10359         * src/mainwindow.c
10360                 Set sensitivity of delete actions to active
10361                 even if the folder is a newsgroup.
10362
10363         * src/summaryview.c
10364                 - Set sensitivity of delete actions
10365                 - Added function check_permission() that will check if the
10366                   user is authorized to delete a message. For news, it
10367                   will check if the author is the same.
10368                 - Enabled deletion when there is no trash folder.
10369
10370         * src/news.[ch]
10371                 - Added news_cancel_article() to cancel articles
10372                 - Implemented news_remove_message() (public function)
10373
10374 2002-03-01 [paul]       0.7.2claws22
10375
10376         * src/gtkutils.c
10377           src/textview.c
10378                 recognise urls that that don't include 'http://' and
10379                 simply begin 'www.' 
10380
10381         * AUTHORS
10382                 remove duplicated name
10383
10384 2002-02-28 [paul]       0.7.2claws21
10385
10386         * src/mainwindow.c
10387           src/summaryview.[ch]
10388                 add ability to 'Select thread'
10389                 combines Melvin's "Select thread's head" patch (#510907)
10390                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
10391                 patch (#518514) 
10392
10393 2002-02-28 [paul]       0.7.2claws20
10394
10395         * src/mimeview.c
10396                 hopefully fix segfault on right-clicking a mime part
10397                 that some people have experienced.      
10398                 fix submitted by Fredrik Olofsson <frol@linux.nu>
10399
10400 2002-02-28 [paul]       0.7.2claws19
10401
10402         * sync with sylpheed 0.7.2cvs21
10403                 see ChangeLog entries 2002-02-27 and 2002-02-28
10404
10405 2002-02-27 [paul]       0.7.2claws18
10406
10407         * sync with sylpheed 0.7.2cvs18
10408                 see ChangeLog entries 2002-02-26 and 2002-02-27
10409
10410 2002-02-26 [alfons]     0.7.2claws17
10411
10412         * src/procheader.c
10413                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
10414                 (spotted by Chris Hessman <idatech@gmx.net>)
10415
10416 2002-02-26 [paul]       0.7.2claws16
10417
10418         * src/mimeview.c
10419           src/pgptext.[ch]
10420           src/procmsg.c
10421                 make decryption of ascii-armored pgp encrypted messages
10422                 and verification of ascii-armored signatures work again.
10423                 slightly altered from the patch by Jens Jahnke 
10424                 <jan0sch@gmx.net>
10425
10426                 ##FIX ME##
10427                 * the checking of plaintext signatures always comes up in 
10428                   a popup box
10429                 * it doesn't work for multipart messages 
10430                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
10431                   including the msg headers and these 2 line themselves, are 
10432                   not displayed
10433
10434         * src/mainwindow.c
10435                 "View/Folder Tree" becomes "View/Separate Folder Tree"
10436                 "View/Message View" becomes "View/Separate Message View"
10437                 because its less ambiguous.
10438
10439         * po/es.po
10440                 updated by Ricardo Mones Lastra
10441
10442 2002-02-26 [paul]       0.7.2claws15
10443
10444         * sync with sylpheed 0.7.2cvs17
10445                 see ChangeLog entries 2002-02-25 and 2002-02-26
10446
10447 2002-02-25 [christoph]  0.7.2claws14
10448
10449         * src/filtering.[ch]
10450         * src/inc.c
10451                 do filtering stuff after all messages have been received
10452                   1. drop all messages to .processing
10453                   2. scan processing folder for messages
10454                   3. filter messages or move to inbox
10455                 this will also find old messages left in processing after
10456                 a crash or something like that and we get a real msginfo
10457                 from folder->get_msg_list and do not have to create our
10458                 own in filter_message
10459         * src/matcher_parser_parse.y
10460                 remove MIX/MAX warning (reordered includes)
10461
10462 2002-02-25 [paul]       0.7.2claws13
10463
10464         * sync with sylpheed 0.7.2cvs15
10465                 see ChangeLog entry 2002-02-24
10466
10467 2002-02-24 [alfons]     0.7.2claws12
10468
10469         * src/filtering.c
10470                 clear old color flags first when applying a new color to
10471                 a message info. 
10472                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
10473
10474 2002-02-24 [alfons]     0.7.2.claws11
10475         
10476         * AUTHORS
10477         * src/prefs_common.c
10478                 add presets for Opera and Konqueror, closes patch #517261,
10479                 submitted by Ville Skyttä <scop@users.sourceforge.net>
10480
10481 2002-02-24 [alfons]     0.7.2.claws10
10482
10483         * AUTHORS
10484         * src/summaryview.c
10485                 fix threading for null message ids, closes patch #521601,
10486                 submitted by Bob Forsman <hammor@users.sourceforge.net>
10487
10488 2002-02-24 [alfons]     0.7.2claws9
10489
10490         * src/summaryview.c
10491         * src/filtering.c
10492                 make Tool | Filter Message work with filtering system so
10493                 setting flags also works
10494
10495                 TODO:
10496
10497                 - Processing uses the same function as Tool | Filter
10498                   Message, but doesn't use the same update proc yet
10499
10500 2002-02-23 [paul]       0.7.2claws8
10501
10502         * sync with sylpheed 0.7.2cvs14
10503                 see ChangeLog entries 2002-02-22 and 2002-02-23
10504
10505 2002-02-22 [christoph]  0.7.2claws7
10506
10507         * src/quote_fmt.c
10508                 Add column space to table
10509         * src/quote_fmt_parse.y
10510                 Close files
10511
10512 2002-02-22 [paul]       0.7.2claws6
10513
10514         * src/Makefile.am
10515           src/defs.h
10516           src/filtering.c
10517           src/inc.[ch]
10518           src/mainwindow.c
10519           src/matcher.[ch]
10520           src/matcher_parser_lex.l
10521           src/matcher_parser_parse.y
10522           src/pop.[ch]
10523           src/prefs_account.h
10524           src/prefs_filtering.c
10525           src/selective_download.[ch]   *** NEW FILES ***
10526           src/utils.[ch]
10527           po/POTFILES.in
10528                 Selective Download added to 'Tool' menu. 
10529                 Retrieves email headers of the currently selected pop3 
10530                 account and allows the user to mark emails for deletion 
10531                 right on the pop3 server. Patch submitted by Oliver Haertel 
10532                 <oha@users.sourceforge.net>.
10533         
10534         * po/POTFILES.in
10535                 add 'src/quote_fmt.c'           
10536
10537 2002-02-22 [christoph]  0.7.2claws5
10538
10539         * src/Makefile.am
10540                 added quote_fmt.c
10541         * src/prefs_common.[ch]
10542         * src/prefs_template.c
10543         * src/quote_fmt.c               *** NEW FILE ***
10544         * src/quote_fmt.h
10545                 move quote format symbol description code
10546                 to it's own file because it is used from
10547                 differnent code parts
10548                 Rewrote symbol description GUI
10549                   + use table
10550                   + add separators
10551                   + get data from array (no more long constant strings)
10552         * src/quote_fmt_lex.l
10553         * src/quote_fmt_parse.y
10554                 Symbol for Literal % changed to \% instead of %%
10555                 (More logical as \ is used for quoting for other symbols)
10556                 Add |f and |p to include files and program output
10557                 Examples:
10558                     |f{/home/.../.signature}
10559                     |p{date}
10560         * po/de.po
10561                 Correct wrong spelling for "Referenzen"
10562
10563 2002-02-21 [paul]       0.7.2claws4
10564
10565         * src/procmsg.c
10566                 forgotten during sync
10567
10568 2002-02-21 [paul]       0.7.2claws3
10569
10570         * sync with sylpheed 0.7.2cvs11
10571                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
10572                 2002-02-20 and 2002-02-21
10573
10574 2002-02-20 [melvin]     0.7.2claws2
10575
10576         * src/prefs_actions.c
10577                 Added error report when child cannot fork or when execvp 
10578                 returns with an error.
10579
10580 2002-02-19 [christoph]  0.7.2claws1
10581
10582         * src/codeconv.c
10583                 return unconverted text if conde conversion is not possible
10584                 when libjconv is used.
10585                 (patch submitted by "Simon 'corecode' Schubert")
10586
10587 2002-02-19 [paul]       
10588
10589         * version 0.7.2claws release
10590
10591 2002-02-19 [paul]       0.7.2claws
10592
10593         * po/nl.po
10594                 updated by Wilbert Berendsen
10595
10596
10597 2002-02-18 [alfons]     0.7.1claws13
10598
10599         * src/syldap.c
10600         * src/jpilot.c
10601                 remove references to dlfcn and explicitly loading functions
10602                 from dynalink libs, because libs linked anyway, and functions
10603                 are loaded explicitly
10604
10605 2002-02-17 [melvin]     0.7.1claws12
10606
10607         * src/prefs_actions.c
10608                 Replaced children wait loop with double fork technique.
10609                 Now, input/output window updated at each new output.
10610                 free_children(): Fixed a memory leak.
10611                 Made input/output window non closable if running children
10612                 still exist.
10613                 Added missing <unistd.h> include.
10614                 Added some --debug outputs.
10615
10616 2002-02-17 [melvin]     0.7.1claws11
10617
10618         * src/summaryview.c
10619                 Fixed bug where descending sort order did not select top
10620                 message.
10621
10622 2002-02-17 [melvin]     0.7.1claws10
10623
10624         * acconfig.h
10625                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10626         * src/prefs_common.c
10627                 Pspell data package directory no more hard coded but
10628                 set during configuration (PSPELL_PATH). (Thanks to 
10629                                 Gustavo Noronha Silva.)
10630
10631 2002-02-17 [melvin]     0.7.1claws9
10632
10633         * configure.in
10634                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10635         * src/gtkspell.c
10636                 Fixed compile-time warnings.
10637
10638 2002-02-16 [alfons]     0.7.1claws8
10639
10640         * src/filesel.c
10641                 fix inadvertent free of NULL pointer which caused
10642                 sylpheed to crash when closing the save-as dialog
10643                 using the window close button
10644
10645 2002-02-16 [carsten]    0.7.1claws7
10646         * src/mainwindow.[ch]
10647           src/summaryview.c
10648           src/prefs_common.c
10649                 fixes for pixmap theming code:
10650                         - recently changed mail attributes shouldn't get
10651                           lost any longer
10652                         - theme is only reloaded iff another theme was
10653                           selected
10654
10655 2002-02-16 [paul]       0.7.1claws6
10656
10657         * sync with sylpheed 0.7.2 release
10658                 see ChangeLog entry 2002-02-15 and 2002-02-16
10659
10660 2002-02-15 [paul]       0.7.1claws5
10661
10662         * sync with sylpheed 0.7.1cvs9
10663                 see ChangeLog entry 2002-02-15
10664
10665         * po/POTFILES.in
10666                 remove unneeded headerwindow.c entry
10667
10668 2002-02-14 [carsten]    0.7.1claws4
10669         * src/summaryview.c
10670                 fixed a bug for "Go to next unread message": there was
10671                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
10672                 in the prefs, because of doing "Search again" instead
10673                 "No"
10674
10675 2002-02-14 [carsten]    0.7.1claws3
10676         * src/stock_pixmap.c
10677                 removed 2 more mem leaks; following memprof,
10678                 this code is "leak free" now :)
10679
10680 2002-02-14 [carsten]    0.7.1claws2
10681         * src/stock_pixmap.c
10682                 used opendir/readdir/closedir instead of scandir
10683                 -> code should work now on Solaris
10684
10685 2002-02-14 [paul]       0.7.1claws1
10686
10687         * sync with sylpheed 0.7.1cvs8
10688                 see ChangeLog entries 2002-02-13 and 2002-02-14
10689
10690         * README.claws
10691                 add some description of Actions and Pixmap Themes
10692
10693 2002-02-13 [paul]       
10694
10695         * version 0.7.1claws release
10696
10697 2002-02-13 [paul]       0.7.1claws
10698
10699         * po/es.po
10700           po/it.po
10701           po/pt_BR.po
10702                 updated translations, submitted by Ricardo Mones Lastra,
10703                 Alessandro Maestri and Fabio Junior Beneditto
10704
10705 2002-02-13 [melvin]     0.7.0claws75
10706
10707         * src/prefs_actions.c
10708                 Added missing "signal.h" include
10709
10710 2002-02-13 [melvin]     0.7.0claws74
10711
10712         * src/prefs_folder_item.c
10713                 Added missing "config.h" include
10714         * po/fr.po
10715                 Updated French translation for folder propriety.
10716
10717 2002-02-13 [jens]       0.7.0claws73
10718
10719         * po/POTFILES.in
10720                 Added missing src/prefs_folder_item.c [log added by melvin]
10721         * po/de.po
10722                 Updated German translation.
10723
10724 2002-02-13 [melvin]     0.7.0claws72
10725
10726         * po/fr.po
10727                 Updated French translation.
10728
10729 2002-02-13 [melvin]     0.7.0claws71
10730
10731         * src/gtkutils.c
10732                 Made gtkut_editable_get_selection return NULL if selection
10733                 is of length zero.
10734                 This fixes a bug where selecting part of message A then
10735                 switching to message B and replying to it will not
10736                 quote the message's body.
10737
10738 2002-02-12 [paul]       0.7.0claws70
10739
10740         * src/mainwindow.c
10741                 cosmetic, relating to pixmap themes: on toolbar make 
10742                 updating of 'Exec' and 'Compose news/Compose email'
10743                 icons faster.
10744
10745 2002-02-12 [carsten]    0.7.0claws69
10746         * src/folderview.c
10747           src/mainwindow.[ch]
10748           src/stock_pixmap.c
10749           src/summaryview.c
10750           src/prefs_common.c
10751                 - refreshing after changing pixmap theme better
10752                   now (thanks Paul)
10753                 - wanted to remove some mem leaks, but alfons was
10754                   faster (and had the better solution ;)
10755
10756 2002-02-12 [alfons]     0.7.0claws68
10757
10758         * src/prefs_common.c
10759         * src/stock_pixmap.[ch]
10760                 plug mem leaks, refactor code a little bit
10761
10762
10763 2002-02-12 [sergey]     0.7.0claws67
10764
10765         * src/imap.c
10766                 Fixed problem with copying messages to IMAP folders when the
10767                 server uses something other than '/' as a namespace separator
10768                 (cyrus-imapd uses '.').
10769
10770 2002-02-12 [jens]       0.7.0claws66
10771
10772         * po/de.po
10773                 Updated German Translation
10774
10775 2002-02-12 [paul]       0.7.0claws65
10776
10777         * sync with sylpheed 0.7.1cvs1
10778                 see ChangeLog entry 2002-02-12
10779
10780 2002-02-12 [melvin]     0.7.0claws64
10781
10782         * src/prefs_actions.c
10783                 Fixed "feature" where children's output was duplicated 
10784                 instead of refreshed while monitoring.
10785                 Removed some debug code.
10786
10787 2002-02-12 [christoph]  0.7.0claws63
10788
10789         * src/compose.c
10790                 always delete message from queue after sending/send error
10791                 (closes bug #509601)
10792
10793 2002-02-12 [melvin]     0.7.0claws62
10794
10795         * src/prefs_actions.c
10796                 Children wait loop is now triggered with a timeout of 1s
10797                 Added %F which is replaced with the list of filenames 
10798                 of all selected messages (as suggested by Ricardo Mones Lestra)
10799                 Pipe syntax changed. Prefix with | to send selection, postfix
10800                 with | to retrieve output. Prefix with > or * to send
10801                 user definable input to the command (*: input is hidden)
10802                 Old pipe action should now be postfixed with |, too.
10803
10804 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
10805         * src/stock_pixmap.c
10806                 fixed a bug: if there's no theme directory don't
10807                 throw an error, just do "nothing" (thanks Alfons)
10808
10809 2002-02-12 [carsten]    0.7.0claws60
10810         * src/folderview.c
10811           src/summaryview.c
10812                 had to write the cache twice (nasty!); some marks would 
10813                 get lost if not
10814
10815 2002-02-11 [carsten]    0.7.0claws59
10816         * acconfig.h
10817           configure.in
10818           doc-src/maintainer_guide.txt
10819           src/compose.[ch]
10820           src/defs.h
10821           src/folderview.[ch]
10822           src/gtkutils.[ch]
10823           src/mainwindow.[ch]
10824           src/prefs_common.[ch]
10825           src/stock_pixmap.[ch]
10826           src/summaryview.[ch]
10827                 pixmap theming and related work on pixmap
10828                 handling on some other places
10829                 (e.g. hrm features for all folder)
10830           src/pixmap/stock_*.xpm -> the stock_ was removed
10831         
10832 2002-02-11 [paul]       0.7.0claws58
10833
10834         * sync with sylpheed 0.7.1 release
10835                 see ChangeLog entries 2002-02-11
10836
10837 2002-02-08 [paul]       0.7.0claws57
10838
10839         * sync with sylpheed 0.7.0cvs39
10840                 see ChangeLog entry 2002-02-07 (last entry) 
10841
10842         * src/prefs_actions.c
10843           src/prefs_filtering.c
10844           src/prefs_matcher.c
10845           src/prefs_scoring.c
10846                 sync: made it compile with C compilers other than gcc
10847
10848 2002-02-07 [paul]       0.7.0claws56
10849
10850         * sync with sylpheed 0.7.0cvs38
10851                 see ChangeLog entries 2002-02-06 (last 2 entries) and
10852                 2002-02-07
10853
10854 2002-02-07 [darko]      0.7.0claws55
10855
10856         * src/gtkutils.[ch]
10857         * src/summaryview.c
10858                 Fix const gchar */gchar * issue (thanks Hiro)
10859
10860 2002-02-07 [darko]      0.7.0claws54
10861
10862         * src/compose.[ch]
10863         * src/filtering.c
10864         * src/gtkutils.[ch]
10865         * src/prefs_template.c
10866         * src/quote_fmt.h
10867         * src/quote_fmt_parse.y
10868         * src/summaryview.c
10869         * src/utils.[ch]
10870                 When replying or forwarding an email don't quote the entire
10871                 mail body but use the part of the message text that is selected
10872
10873 2002-02-06 [melvin]     0.7.0claws53
10874
10875         * src/prefs_common.[ch]
10876         * src/gtkspell.[ch]
10877         * src/compose.c
10878                 Made possible to switch quickly to last used dictionary
10879                 which makes checking bilingual documents easier.
10880
10881 2002-02-06 [melvin]     0.7.0claws52
10882         
10883         * po/POTFILES.in
10884                 Added forgotten new file src/prefs_actions.c
10885
10886 2002-02-06 [melvin]     0.7.0claws51
10887
10888         * src/prefs_actions.c   ** NEW FILE **
10889         * src/prefs_actions.h   ** NEW FILE **
10890                 Added actions to execute on message text view, or on the
10891                         message's file.
10892         * src/Makefile.am
10893                 Added src/prefs_actions.[ch]
10894         * src/compose.c
10895                 Added new menu "Edit/Actions"
10896         * src/defs.h
10897                 Added new actionsrc file.
10898         * src/main.c
10899                 Added actionsrc reading.
10900         * src/mainwindow.c
10901                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10902         * src/prefs_common.h
10903                 Added new element actionslst element to prefs_common.
10904
10905 2002-02-06 [paul]       0.7.0claws50
10906
10907         * sync with sylpheed 0.7.0cvs36
10908                 see ChangeLog entry 2002-02-06
10909
10910 2002-02-05 [paul]
10911
10912         * po/es.po
10913                 updated by Ricardo Mones Lastra
10914
10915 2002-02-05 [paul]       0.7.0claws49
10916
10917         * sync with sylpheed 0.7.0cvs33
10918                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10919
10920 2002-02-05 [paul]       0.7.0claws48
10921
10922         * src/compose.c
10923                 re-add 'Edit/Advanced/Delete entire line', previously named
10924                 'Delete Line+'
10925
10926 2002-02-04 [paul]       0.7.0claws47
10927
10928         * src/compose.c
10929           src/summaryview.c
10930                 fix bug #494993 (Reply All not taking Reply-To into consi)
10931                 eliminate differences in behaviour of right-click 'Reply to all' 
10932                 in summary view and 'Reply to all' on the toolbar. 
10933                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10934                 view and From gets ignored by 'Reply to all' on toolbar.
10935                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10936                 From when no Reply-To header is present.
10937
10938 2002-02-04 [paul]       0.7.0claws46
10939
10940         * sync with sylpheed 0.7.0cvs30
10941                 see ChangeLog entries 2002-02-03 and 2002-02-04
10942
10943 2002-02-03 [melvin]     0.7.0claws45
10944
10945         * src/gtkspell.[ch]
10946                 Readded function to highlight all misspelled words.
10947                 Fixed bug where user-provided-words did not replace
10948                         correctly the misspelled word when using the mouse.
10949                 Fixed bug where checking a region selected from right to left did
10950                         not check the region at all.
10951                 Fixed bug where 'Check backwards' may not check at all. 
10952                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10953                 Fixed possible buffer overflow when checking for long strings (>1k).
10954                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10955                 Accelerators code uses now gtk_widget_add_accel.
10956                 Removed and disabled obsolete and unfinished code.
10957                 Cleaning up.
10958
10959         * src/compose.c
10960                 Added menu item to Highlight all misspelled words.
10961
10962 2002-02-01 [paul]       0.7.0claws44
10963
10964         * src/mainwindow.c
10965                 fix '/View/Hide read messages' sensitivity when all
10966                 messages in a folder are hidden
10967
10968 2002-02-01 [paul]       0.7.0claws43
10969
10970         * src/main.c
10971                 add --send option to command line interface, sends all
10972                 queued mail. Patch submitted by Ricardo Mones Lastra.
10973
10974 2002-01-31 [paul]       0.7.0claws42
10975
10976         * src/mainwindow.c
10977                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10978
10979 2002-01-31 [paul]       0.7.0claws41
10980
10981         * sync with sylpheed 0.7.0cvs27
10982                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10983                 and 2002-01-31
10984
10985         * src/textview.c
10986                 comment out elements of textview_show_part() as temporary
10987                 workaround for attachment 'Display as text' bug 
10988
10989         * po/pt_BR.po
10990                 updated by Fabio Junior Beneditto
10991
10992 2002-01-30 [paul]       0.7.0claws40
10993
10994         * sync with sylpheed 0.7.0cvs24
10995                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
10996                 and 2002-01-30
10997
10998         * src/compose.c
10999                 add {N_("/_Spelling"), ... "<Branch>"} to 
11000                 GtkItemFactoryEntry compose_entries[]
11001
11002         * src/prefs_common.c
11003                 add claws menu items to prefs_keybind_apply_clicked()
11004                 and remove non-claws menu items
11005
11006 2002-01-29 [paul]       0.7.0claws39
11007
11008         * sync with sylpheed 0.7.0cvs22
11009                 see ChangeLog entries 2002-01-28 and 2002-01-29
11010
11011 2002-01-28 [melvin]     0.7.0claws38
11012
11013         * src/compose.c
11014                 Added the declartion of compose_send_control_enter.
11015
11016         * src/compose.c
11017         * src/gtkspell.[ch]
11018                 Added in a 'Spelling' menu which includes the configuration menu. 
11019                 Added a real 'Check all' and got rid from the old one which only
11020                 highlited misspelled word.
11021                 Made 'Check while typing' a disableable option.
11022                 Added a dialog when there are no more misspelled word.
11023                 Added a dialog if error occurs when switching to a dictionary.
11024         
11025         * src/prefs_common.[ch]
11026                 Added option for the default 'Check while typing' option.
11027
11028
11029 2002-01-28 [alfons]     0.7.0claws37
11030
11031         * src/compose.c
11032                 fix buglet and make code comply with sylpheed code style
11033
11034 2002-01-28 [paul]       0.7.0claws36
11035
11036         * sync with sylpheed 0.7.0cvs19
11037                 see ChangeLog entries for 2002-01-28
11038
11039 2002-01-28 [hoa]        0.7.0claws35
11040
11041         * src/defs.h
11042                 added rendererrc
11043
11044         * src/main.c
11045                 read the renderer config
11046
11047         * src/procmime.[ch]
11048                 use the renderer config to convert mime attachments
11049
11050         * src/textview.c
11051                 don't use textview_show_html/ertf,
11052                 use get_text_content instead
11053
11054 2002-01-27 [alfons]     0.7.0claws34
11055         
11056         * src/news.c
11057                 make sylpheed believe it can delete a news message...
11058                 (messages are NOT deleted, maybe we should remove
11059                 processing from the folder properties after all.)
11060
11061 2002-01-27 [alfons]     0.7.0claws33
11062
11063         * src/folder.c
11064                 add extra checks
11065         * src/news.c
11066                 implement remove_msg() 
11067
11068 2002-01-27 [alfons]     0.7.0claws32
11069
11070         * src/procmsg.h
11071         * src/procheader.c
11072         * src/messageview.c
11073                 fix return receipt / disposition notification again. this
11074                 stuff seems to break on _every_ major summary UI change, so
11075                 it's now implemented using a flag which is saved in the
11076                 marks cache
11077                 
11078 2002-01-26 [alfons]     0.7.0claws31
11079
11080         * src/import.c
11081                 let import dialog show the destination folder identifier
11082
11083 2002-01-26 [melvin]     0.7.0claws30
11084
11085         * src/folderview.c
11086         * src/summaryview.c
11087                 Readded 'Mark all read' into summary view popup menu
11088                 Added 'Mark all read' in folder view popup menu for IMAP
11089                 and NNTP.
11090                 Made it insensitive if the selected folder is not the shown
11091                 one to avoid 'Mark all read' on the wrong folder.
11092                 
11093 2002-01-26 [paul]       0.7.0claws29
11094
11095         * src/folderview.c
11096           src/summaryview.c
11097                 move 'Mark all read' from summary view to folder view
11098                 menu. (adapted from) patch submitted by Jeremy Andrews,
11099                 <lists@kerneltrap.com>
11100
11101 2002-01-25 [alfons]     0.7.0claws28
11102
11103         * src/gtkstext.c
11104                 put the gtk class name back so GtkSText adapts the 
11105                 settings of GtkText
11106
11107 2002-01-25 [alfons]     0.7.0claws27
11108
11109         * src/folderview.c 
11110                 assimilate Ricardo's patch that shows pixmaps instead of
11111                 plain "new" and "unread" texts in the folder view column
11112                 headers 
11113
11114 2002-01-25 [paul]       0.7.0claws26
11115
11116         * src/Makefile.am
11117                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
11118                 be found in non-standard locations. 
11119                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
11120
11121 2002-01-25 [paul]       0.7.0claws25
11122
11123         * sync with sylpheed 0.7.0cvs16
11124                 see ChangeLog entry 2002-01-25
11125
11126 2002-01-24 [paul]       0.7.0claws24
11127
11128         * more sync with sylpheed 0.7.0cvs15
11129                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
11130
11131 2002-01-23 [sergey]     0.7.0claws23
11132
11133         * src/importldif.c
11134                 Fixed segfault when closing LDIF import wizard with
11135                 the window manager.
11136         * src/imageview.c
11137         * src/imageview.h
11138         * src/messageview.c
11139         * src/mimeview.c
11140                 Fixed wrong scrolling position after switching between
11141                 text and image parts.
11142
11143 2002-01-23 [paul]       0.7.0claws22
11144
11145         * sync with sylpheed 0.7.0cvs15
11146                 see ChangeLog entries 2002-01-22 and 2002-01-23
11147
11148 2002-01-21 [melvin]     0.7.0claws21
11149
11150         * src/prefs_scoring.c
11151         * src/prefs_filtering.c
11152                 Fixed bug where scoring and filtering windows stopped
11153                 autochecking.
11154
11155 2002-01-21 [paul]       0.7.0claws20
11156
11157         * sync with sylpheed 0.7.0cvs12
11158                 see ChangeLog entries 2002-01-20 and 2002-01-21
11159
11160 2002-01-21 [carsten]    0.7.0claws19
11161         * src/mainwindow.c
11162         * src/menu.[ch]
11163         * src/messageview.[ch]
11164         * src/summaryview.[ch]
11165                 changes to shortcuts handling again:
11166                         + "Q" now controled by mainwin
11167                         + v/V are now customizable and have slightly
11168                           different meanings
11169                 the "button" to minimize the messageview (and maximize
11170                 the summary view) is a real button now
11171         * src/compose.c
11172                 "Delete Line+" added to Edit/Advanced (this will also
11173                 delete the '\n')
11174
11175 2002-01-20 [melvin] 0.7.0claws18
11176
11177         * src/addressbook.c
11178                 Made "Bcc" sensitive when addressbook is called from
11179                 compose window (it was a Claws only bug).
11180
11181 2002-01-19 [alfons] 0.7.0claws17
11182
11183         * src/inc.c
11184                 prevent unnecessary updates when currently selected folder has
11185                 no new messages 
11186
11187 2002-01-19 [alfons] 0.7.0claws16
11188         
11189         * src/summaryview.c
11190                 prevent writing the cache based on current message list in summary 
11191                 view when filtering also put messages in currently selected folder
11192
11193 2002-01-19 [paul]
11194
11195         * po/it.po
11196                 Italian translation submitted by Alessandro Maestri
11197                 <a.maestri@cs.tin.it>
11198
11199 2002-01-18 [melvin]     0.7.0claws15
11200
11201         * src/prefs_filters.c
11202                 fixed bug where 'cancel' from 'filters' window stops autochecking
11203                 if the timer timed out  when the window was open.
11204
11205 2002-01-18 [match]      0.7.0claws14
11206
11207         * src/addrclip.[ch]     ** NEW FILE **
11208         * src/addrselect.[ch]   ** NEW FILE **
11209         * src/adbookbase.h      ** NEW FILE **
11210                 addressbook cut, copy and paste
11211         * src/addrbook.[ch]
11212         * src/addrcache.[ch]
11213         * src/addressitem.h
11214         * src/addrindex.[ch]
11215         * src/addritem.[ch]
11216         * src/importldif.c
11217         * src/importmutt.c
11218         * src/jpilot.[ch]
11219         * src/syldap.[ch]
11220         * src/vcard.[ch]
11221         * src/jpilot.[ch]
11222         * src/editbook.c
11223         * src/editjpilot.c
11224         * src/editldap.c
11225         * src/editvcard.c
11226                 support for copy/paste
11227         * src/addressbook.c
11228                 support for copy/paste
11229                 tidy up menu option processing
11230                 correct address list function arguments
11231         * src/editaddress.c
11232                 sort user attributes
11233         * src/ldif.h
11234         * src/mutt.h
11235                 tidy up
11236
11237         * src/addrbook.[ch]
11238         * src/addrbook.[ch]
11239         * src/addrbook.[ch]
11240                 
11241
11242 2002-01-18 [paul]       0.7.0claws13
11243
11244         * sync with sylpheed 0.7.0cvs8
11245                 configure.in: support Mac OS X (Darwin)
11246
11247 2002-01-18 [carsten]    0.7.0claws12
11248         * src/html.c
11249                 small hack to fix a segfault with an empty href
11250                 (reported by Alexandra Walford <deeni@altern.org>)
11251         * src/mainwindow.c
11252         * src/summaryview.c
11253                 the shortcuts for Mark und Mark as unread are hardcoded
11254                 again
11255         * src/compose.c
11256         * src/gtkstext.[ch]
11257                 readded the shortcuts in gtkstext but made them
11258                 customizeable (simply by adding a menu plus a wrapper
11259                 to compose.c)
11260
11261 2002-01-17 [melvin]     0.7.0claws11
11262
11263         * src/gtkspell.c
11264                 fix default dictionary not being saved.
11265
11266 2002-01-16 [darko]      0.7.0claws10
11267
11268         * src/compose.c
11269                 fix wrapping crash with URL longer than wrapping margin
11270
11271 2002-12-08 [hoa]        0.7.0claws10
11272
11273         * src/matcher_parser_parse.y
11274                 fixed some bugs
11275
11276         * src/prefs_filtering.c
11277                 now, we can use bounce action in the dialog box.
11278
11279 2002-01-16 [carsten]    0.7.0claws9
11280         * src/gtkstext.c
11281                 removed the <control> and <alt> shortcuts because they're
11282                 not needed and interefered with the "normal" shortcuts
11283         * src/mainwindow.c
11284         * src/summaryview.c
11285                 removed most of the hardcoded shortcuts and assigned
11286                 them to menu entries making them easy customizable by
11287                 that
11288
11289 2002-01-16 |melvin]     0.7.0claws8
11290
11291         * src/gtkspell.c
11292                 fixed bug where using the mouse and when the compose
11293                 window is not on top may result in a crash.
11294
11295 2002-01-16 [melvin]     0.7.0claws7
11296
11297         * src/compose.c
11298                 fixed a long standingspell checker bug which could 
11299                 cause a crash after sending a message.
11300
11301 2002-01-16 [paul]       0.7.0claws6
11302
11303         * sync with sylpheed 0.7.0cvs7
11304                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
11305                 2002-01-15, and 2002-01-16
11306
11307 2002-01-16 [melvin]     0.7.0claws5
11308
11309         * README.claws
11310         * src/compose.c
11311         * src/gtkspell.[ch]
11312         * src/main.c
11313                 Heavily modified spell checker code to work around
11314                 ispell bug, to add keyboard shortcuts and for future
11315                 enhancements. See README.claws for usage information.
11316
11317 2002-01-15 [alfons]     0.7.0claws4
11318         
11319         * src/summaryview.c
11320                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
11321                 so sorting within threads reflects sort mode
11322
11323 2002-01-15 [christoph]  0.7.0claws3
11324
11325         * src/procmsg.c
11326                 added alertpanel if mail sending failed
11327
11328 2002-01-15 [alfons]     0.7.0claws2
11329         
11330         * src/prefs_filtering.c
11331                 don't stop timer when prefs filtering dialog is opened
11332
11333 2002-01-14 [alfons]     0.7.0claws1
11334
11335         * src/addr_compl.c
11336         * src/prefs.c
11337                 remove debug_print()s for privacy reasons
11338
11339 2002-01-14 [darko]      0.7.0claws
11340
11341         * README.claws
11342                 quotation wrapping is now also in the main branch
11343
11344 2002-01-14 [paul]
11345
11346         * tools/filter_conv.pl
11347                 allow for Boolean Op and case-sensitivity
11348                 this file is included in the release and tagged
11349                 'rel_0_7_0'
11350
11351 2002-01-13 [paul]       0.7.0claws
11352
11353         * release 0.7.0, with cvs tag 'rel_0_7_0'
11354
11355 2002-01-13 [paul]
11356
11357         * tools/filter_conv.pl
11358         * tools/README
11359                 rewritten to output to matcherrc instead of filteringrc
11360
11361         * po/es.po
11362                 updated Spanish translation by Ricardo Mones Lastra
11363
11364 2002-01-13 [alfons]
11365
11366         * po/nl.po
11367                 update dutch translation
11368
11369 2002-01-13 [paul]
11370
11371         * po/pt_BR.po
11372                 Updated by Fabio Junior Beneditto 
11373
11374 2002-01-13 [melvin]     0.6.6claws53
11375
11376         * po/fr.po
11377                 Updated french translation
11378
11379 2002-01-12 [alfons]     0.6.6claws52
11380
11381         * src/filtering.c
11382                 plug mem leak that has been sitting there for ages              
11383
11384 2002-01-12 [alfons]     0.6.6claws51
11385
11386         * src/summaryview.c
11387                 undo melvin's changes from 0.6.6claws48 because summary
11388                 view now refuses to select first unread message when
11389                 selecting a folder 
11390
11391 2002-01-11 [alfons]     0.6.6claws50
11392
11393         * src/import.c
11394                 use claws' semantics for getting folder item when
11395                 importing an mbox file into a folder 
11396                 (submitted by Dale P. Smith)
11397
11398 2002-01-11 [christoph]  0.6.6claws49
11399
11400         * src/prefs.h
11401                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
11402                 toggle widget, because non static prefs can not use
11403                 prefs_set_* functions
11404         * src/prefs_account.c
11405                 toggle smtp auth password field sensitivity if
11406                 user id is empty and add descrition of usage for
11407                 these fields
11408         * src/prefs_folder_item.c
11409                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
11410                 callbacks
11411
11412 2002-01-11 [melvin]     0.6.6claws48
11413
11414         * src/compose.c
11415                 fix the 'Ctrl-Enter' feature for sending and test really
11416                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
11417                 editables which was not documented in Gtk)
11418
11419         * src/summaryview.c
11420                 Made summaryview refresh after sorting and not before.
11421
11422 2002-01-11 [christoph]  0.6.6claws47
11423
11424         * src/compose.c
11425                 select account from account ids if possible and
11426                 correctly set save folder for copy in reedit
11427
11428 2002-01-10 [paul]       0.6.6claws46
11429
11430         * sync with sylpheed 0.7.0 release
11431                 see ChangeLog entries 2002-01-07, 2002-01-08 and
11432                 2002-01-09
11433
11434 2002-01-09 [alfons]
11435
11436         * src/summaryview.c
11437                 remove more dirt traces...
11438
11439 2002-01-09 [alfons]
11440         
11441         * src/summaryview.c
11442                 clean up some traces of my debugging stuff
11443
11444 2002-01-09 [alfons]     0.6.6claws45
11445
11446         * src/filtering.c
11447                 break up filteringprop_apply() in three separate pieces
11448                 so we can drop messages that failed processing in the
11449                 inbox
11450
11451         * src/summaryview.c
11452                 fix bug #469598 "no refresh of inbox after filter" which 
11453                 was introduced by the new summary view locking, and which 
11454                 prevented the summary view to update after a manual filter 
11455                 message. claw's filter message requires a summary_show().
11456                 (aargh, summary_show() again! :-)
11457                 
11458 2002-01-07 [alfons]     0.6.6claws44
11459
11460         * src/headerwindow.c
11461         * src/logwindow.c
11462         * src/messageview.c
11463         * src/sourcewindow.c
11464                 bring in Hiro's last 0.7.0 wm class fixes
11465
11466         * tools/sylprint.pl
11467                 bring in Ricardo's fix for sylprint script
11468
11469         * AUTHORS       
11470         * src/rfc2015.[ch]
11471         * src/prefs_common.[ch]
11472         * src/prefs_account.[ch]
11473         * src/compose.c
11474                 clean up account preference poison in rfc2015,
11475                 and preparation to fix double sign bug 
11476                 (patch submitted by Simon 'corecode' Schubert)
11477
11478 2002-01-07 [christoph]  0.6.6claws43
11479
11480         * src/mh.c
11481                 search for free message number, do not only rely
11482                 on last_num
11483         * src/send.c
11484                 fix smtp auth and use extra account information
11485                 if available, if not use pop3 data instead
11486                 (closes bug #500341)            
11487         * src/ssl.[ch]
11488                 match coding style
11489
11490 2002-01-06 [alfons]     0.6.6claws42
11491
11492         * src/mainwindow.c
11493                 try making the separate windows work again...
11494
11495 2002-01-06 [alfons]     0.6.6claws41
11496
11497         * src/mainwindow.c
11498                 adapt Hiro's separate window menu (to get rid of the funny
11499                 duplicate menu items), and make it work again
11500
11501 2002-01-06 [alfons]     0.6.6claws40
11502
11503         * tools/Makefile.am
11504         * tools/sylprint.rc
11505         * tools/sylprint.pl
11506         * tools/README.sylprint
11507                 add sylprint script for printing mails from Sylpheed
11508                 (contributed by Ricardo Mones Lastra)
11509
11510         * src/acount.c
11511                 clean up
11512
11513 2002-01-06 [melvin]     0.6.6claws39
11514
11515         * src/mainwindow.c
11516         * src/summaryview.c
11517                 Fixed crash introduced in 0.6.6claws38 by the menu
11518                 reorganisation (Hide read messages)
11519         
11520         * ChangeLog.claws 
11521                 Fixed typo (we are now in 2002, alfons ;) )
11522
11523 2002-01-05 [alfons]     0.6.6claws38
11524
11525         * sync with sylpheed 0.6.6cvs10-17
11526                 (last stuff marked as LAST_STABLE)
11527
11528 2002-01-04 [melvin]     0.6.6claws37
11529
11530         * src/account.c
11531                 Made account selection code use strcasestr again instead of
11532                 g_strcasecmp (fixes bug where reediting queued messages
11533                 did not select proper account reported by T. Link).
11534         
11535         * src/folderview.c
11536                 Fix bug where folder icons are not shown when 'hide read messages'
11537                 is on.
11538         
11539         * src/stock_pixmaps.[ch]
11540                 Added folder icons for 'hide read messages'.
11541         
11542         * src/compose.c
11543                 Fixed bug where 'Enter' in a header entry will send the message 
11544                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
11545
11546 2002-01-03 [melvin]     0.6.6claws36
11547         
11548         * src/prefs.[ch]
11549                 Added popup menu for common preferences and
11550                 account preferences (right click on tab displays
11551                                 a menu of all tabs.)
11552
11553 2002-01-02 [melvin]     0.6.6claws35
11554
11555         * src/gtkspell.[ch]
11556                 Made spelling code compatible with undo/redo feature.
11557                 Added creation of suggestion mode menu for the general
11558                         preferences.
11559         
11560         * src/prefs_common.[ch]
11561                 Added option menu for the speller's suggestion mode.
11562                 Added missing spaces in "..." buttons and made a "..."
11563                         button non translatable!
11564         
11565         * src/compose.c
11566                 Made speller use the default suggestion mode.
11567                 Hack to make it possible to choose 'CTRL-Enter' as a
11568                         shortcut for sending (and only for sending).
11569
11570         * src/prefs_folder_item.c
11571                 Changing subject simplification does not update cache 
11572                         anymore (because it is unnecessary).
11573                 Fixed bug where changing subject simplification updated the 
11574                         summaryview even when the viewed folder is not the
11575                         folder which properties are being changed. (E.g. 
11576                                         viewing folder A and changing
11577                                         the subject simplification of 
11578                                         folder B -not being viewed- updated the 
11579                                         summaryview of folder A with data of
11580                                         folder B). (Hope this is clear... )
11581
11582 2001-12-31 [alfons]     0.6.6claws34
11583         
11584         * src/ldif.c
11585         * src/mutt.c
11586                 fgetc() returns a signed integer which doesn't
11587                 fit in a char. so c truncates this to a char
11588                 but we may lose significant bits. i.e. we may
11589                 comparing 0xFF which may not be equal to -1
11590                 unless properly casted to signed char which
11591                 we won't do because fgetc() returns a signed
11592                 integer which doesn't fit in a char. so c 
11593                 truncates this to a char but we may lose 
11594                 significat bits. (you got the idea, thanks
11595                 to Gustavo Noronha Silva <kov@debian.org>
11596                 and the Debian folks!)
11597
11598 2001-12-30 [alfons]     0.6.6claws33
11599
11600         * src/prefs_common.c
11601                 add #ifdef USE_PSPELLs that Melvin forgot               
11602
11603 2001-12-30 [melvin]     0.6.6claws32
11604         
11605         * src/prefs_common.[ch]
11606                 Added configurable color for misspelled words.
11607
11608         * src/gtkspell.[ch]
11609                 Fixed bug of foreground text color (reported by David
11610                                 Mehrmann)
11611                 Added configurable color for misspelled words.
11612
11613 2001-12-30 [alfons]     0.6.6claws31
11614
11615         * src/folder.c
11616                 remove unnecessary things someone put there
11617
11618         * src/mh.c
11619         * src/folder.[ch]
11620                 make folder properties (like threading and sorting) persistent
11621                 (closes bug #497424 "rescan folder tree resets proprieties")
11622                 currently this is only for MH folders. 
11623
11624 2001-12-29 [melvin]     0.6.6claws30
11625
11626         * src/string_match.[ch]
11627                 Optimized a bit: regexp pattern buffer compiled only once, and
11628                   one subroutine call removed. Fixed ^ regexp search: Now, 
11629                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
11630         
11631         * src/summaryview.c
11632                 Subject filtering changed to filter summary columns and
11633                   not directly the messages subject cache. The loss in 
11634                   performance is balanced by the improvement of string_match.
11635                 Added an alert panel if there is an error in the regexp.
11636
11637         * src/src/prefs_folder_item.h
11638                 Added a regexp pattern buffer.
11639
11640 2001-12-28 [alfons]     0.6.6claws29
11641
11642         * src/string_match.[ch]
11643                 clean up name space
11644                 allow compilation *BSD
11645
11646 2001-12-27 [alfons]     0.6.6claws28
11647
11648         * src/filter.c
11649                 sync the Hiro's bug fix for BSD
11650
11651 2001-12-27 [melvin]     0.6.6claws27
11652         
11653         * src/compose.c
11654                 Simplify focus to subject entry code.
11655
11656 2001-12-27 [darko]      0.6.6claws26
11657
11658         * src/filtering.c
11659         * src/mbox_folder.c
11660         * src/messageview.c
11661         * src/mh.c
11662         * src/procheader.[ch]
11663         * src/procmsg.h
11664         * src/stock_pixmap.[ch]
11665         * src/summaryview.c
11666                 Show key icon for encrypted mails in summary view
11667
11668         * src/pixmaps/clip.xpm
11669         * src/pixmaps/clipkey.xpm
11670         * src/pixmaps/key.xpm
11671                 New/modified icons for the above
11672
11673 2001-12-27 [melvin]     0.6.6claws25
11674
11675         * src/prefs_common.c
11676                 Put spell checker options in a separate tab to decrease
11677                 the Common Preferences window height.
11678
11679         * README.claws  
11680                 Update spell checker usage instruction about its options
11681                 location.
11682
11683 2001-12-27 [melvin]     0.6.6claws24
11684
11685         * src/compose.c
11686                 Changed subject entry widget position. Initial focus is
11687                 on the To header instead of the subject entry.
11688                 Creating a new header scrolls the header list to make the
11689                 created one visible. Nevertheless, when automatically filling
11690                 headers, the first one is shown.
11691                 A Tab key press in the last empty header entry zips the 
11692                 focus to the subject entry.
11693                 (I did not change the combo boxes, yet)
11694
11695 2001-12-26 [alfons]     0.6.6claws23
11696
11697         * src/prefs_account.c
11698         * src/inc.c
11699                 allow default inbox to reside in another mailbox (only
11700                 works for POP3 accounts)
11701
11702 2001-12-26 [alfons]     0.6.6claws22
11703         
11704         * src/textview.c
11705                 make reply-on-click work with the account of the selected folder
11706         * src/compose.c
11707                 put a fixme here to remind me to fix finding correct default
11708                 account for nested folders
11709
11710 2001-12-25 [alfons]     0.6.6claws21
11711
11712         * src/summaryview.c
11713                 make column headers display locked and mark pixmaps (idea by Melvin) 
11714                 fix bug by adding score and locked column type to sort array
11715
11716 2001-12-25 [alfons]     0.6.6claws20
11717         
11718         * src/summaryview.c
11719                 catch a *potentially* inadvertent write back of  
11720                 the message cache(s) introduced by 0.6.5claws37
11721
11722 2001-12-25 [christoph]  0.6.6claws19
11723
11724         * src/stock_pixmap.[ch]
11725         * src/summaryview.c
11726                 add ignore thread pixmap
11727                 (can someone draw a better icon for this?)
11728
11729 2001-12-24 [alfons]     0.6.6claws18
11730
11731         * src/prefs_folder_item.c
11732                 make address completion actually work for the
11733                 Default To address in the Folder Property dialog.
11734
11735 2001-12-24 [alfons]     0.6.6claws17
11736         
11737         * src/summaryview.c
11738                 use new style regexp for subject stripping 
11739                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
11740
11741 2001-12-24 [darko]      0.6.6claws16
11742
11743         * src/pgptext.c
11744         * src/rfc2015.c
11745                 move GPG related informational messages to debug mode
11746
11747 2001-12-23 [alfons]     0.6.6claws15
11748
11749         * src/stock_pixmap.[ch]
11750         * src/summaryview.c
11751                 add the forgotten Claws' locked pixmap
11752
11753 2001-12-23 [alfons]     0.6.6claws14
11754
11755         * src/filesel.c
11756                 accept file name typed in entry in multi file
11757                 selector (patch submitted by Gustavo Noronha Silva 
11758                 <kov@debian.org>)
11759
11760 2001-12-23 [alfons]     0.6.6claws13
11761
11762         * src/prefs_filter.c
11763         * src/prefs_filtering.c
11764         * src/matcher.c
11765         * src/importmutt.c
11766                 clean up a little bit
11767         
11768         * src/string_match.c
11769                 validate input strings a little bit more
11770
11771 2001-12-23 [alfons]     0.6.6claws12
11772
11773         * src/Makefile.am
11774         * src/summaryview.c
11775         * src/string_match.[ch]         ** NEW **
11776         * src/folderview.[ch]
11777         * src/headerview.h
11778         * src/folder.[ch]
11779         * src/prefs_folder_item.[ch]
11780                 add subject simplification to strip out strings from
11781                 a subject line (esp. handy for mailing lists). 
11782                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
11783                 but slightly changed things for better integration.)
11784
11785 2001-12-23 [alfons]     0.6.6claws11
11786
11787         * src/mainwindow.c
11788                 fix bug introduced by submission included in 0.6.5claws52.
11789                 ideally this submission should clean the trash if any trash
11790                 folder has a message. however, the hasTrash variable was
11791                 set to false whenever a trash folder was empty (discarding
11792                 a previously found *filled* trash folder.)
11793
11794                 also edited the code a little bit and made it more safe.
11795
11796 2001-12-22 [alfons]     0.6.6claws10
11797
11798         * src/imap.c
11799                 quick fix for Martin Pool's omission of an account
11800                 specific SSL setting
11801
11802 2001-12-22 [alfons]     0.6.6claws9
11803
11804         * src/compose.c
11805         * src/messageview.c
11806         * src/mimeview.c
11807         * src/pgptext.c
11808         * src/procmime.[ch]
11809                 better support for multipart/digest (submitted
11810                 by Fredrik <e98fo@efd.lth.se>)
11811
11812 2001-12-22 [alfons]     0.6.6claws8
11813
11814         * src/addressbook.c
11815                 correct function signature
11816         * src/socket.[ch]
11817         * src/imap.[ch]
11818         * src/prefs_account.[ch]
11819                 allow IMAP over SSH tunnel (patch submitted by 
11820                 Martin Pool <mbp@samba.org>)
11821
11822 2001-12-21 [alfons]     0.6.6claws7
11823
11824         * sync with sylpheed 0.6.6cvs4-9
11825                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
11826
11827 2001-12-21 [christoph]  0.6.6claws6
11828
11829         * src/compose.c
11830         * src/prefs_folder_item.[ch]
11831                 implement saving of outgoing messages to current folder.
11832                 fix segfault when no default outbox is available
11833                 (closes bug #495683)
11834
11835 2001-12-21 [carsten]    0.6.6claws5
11836         * src/folderview.c
11837         * src/summaryview.c
11838                 pressing CTRL while DND does now the expected thing and
11839                 copies the mail (moving is still the default, as this
11840                 seam more appropriate for handling mails by DND)
11841
11842 2001-12-18 [paul]       0.6.6claws4
11843
11844         * sync with sylpheed 0.6.6cvs3
11845                 see ChangeLog entries 2001-12-18
11846
11847 2001-12-18 [hiro]       0.6.6claws3
11848
11849         * src/undo.c
11850                 fix for multibyte characters (obtain the number of letters
11851                 instead of bytes).
11852
11853 2001-12-17 [paul]       0.6.6claws2
11854
11855         * sync with sylpheed 0.6.6cvs1
11856                 see ChangeLog entry 2001-12-16
11857
11858 2000-12-17 [alfons]     0.6.6claws1
11859
11860         * src/filtering.c
11861                 clean up
11862
11863 2001-12-16 [paul]       0.6.6claws
11864 2001-12-15
11865
11866         * Release version 0.6.6claws, cvs tag: rel_0_6_6
11867
11868         * src/mimeview.c
11869                 last minute sync with main 0.6.6
11870
11871         * po/es.po
11872                 updated by Ricardo Mones Lastra
11873                 update for last minute sync
11874         * po/fr.po
11875         * po/nl.po
11876                 update for last minute sync
11877         * po/de.po
11878                 updated by Jens Oberender
11879         * po/pt_BR.po
11880                 updated by Fabio Junior Beneditto
11881
11882         * src/prefs_common.[ch]
11883         * src/undo.c
11884                 number of undo levels is user configurable
11885                 (squeeze it into the release in the dying
11886                 moments) Submitted by Jens Oberender    
11887
11888 2001-12-15 [melvin]
11889
11890         * po/fr.po
11891                 updated french translation
11892
11893 2001-12-15 [paul]       0.6.5claws92
11894
11895         * sync with sylpheed 0.6.5cvs28
11896                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11897
11898         * po/nl.po
11899                 update to allow for sync
11900
11901 2001-12-15 [alfons]
11902         
11903         * po/nl.po
11904                 update dutch translation
11905
11906 2001-12-14 [carsten]    0.6.5claws91
11907         * src/summaryview.c
11908                 fixed bug #473785; also after changing the column order
11909                 the same message will be selected and displayed as before
11910                 the reordering
11911
11912 2001-12-14 [carsten]    0.6.5claws90
11913         * src/folderview.c
11914                 probably found the bug reported by wwb opening or closing
11915                 a folder tree just before dnd (found the solution in the
11916                 balsa source -- thanks to them)
11917
11918 2001-12-14 [carsten]    0.6.5claws89
11919         * src/gtkutils.c
11920         * src/account.c
11921                 moved gtk_clist_moveto to the right place, so that
11922                 only the accounts dialog is effected on opening
11923
11924 2001-12-14 [carsten]    0.6.5claws88
11925         * src/gtkutils.c
11926                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11927                 now, so that the focused row will be seen in any case
11928                 (reported by wwp on sf-claws-user)
11929
11930 2001-12-14 [darko]      0.6.5claws87
11931
11932         * src/compose.c
11933                 remove unnecessary line
11934
11935 2001-12-14 [paul]       0.6.5claws86
11936
11937         * sync with sylpheed 0.6.5cvs27
11938                 see ChangeLog entries 2001-12-14
11939
11940 2001-12-14 [carsten]    0.6.5claws85
11941         * src/mainwindow.c
11942                 following a suggestion of Melvin the rcoabm pops up
11943                 right under the button now and the button is reliefed
11944                 while the popup is open
11945
11946 2001-12-14 [darko]      0.6.5claws84
11947
11948         * src/compose.c
11949                 fix crash when wrapping long lines if linewrap quotation
11950                 is disabled and wrapper encounters a word spanning more
11951                 than one line
11952
11953 2001-12-13 [paul]       0.6.5claws83
11954
11955         * src/compose.c
11956                 prefer 'Reply-To' header over mailing list header when
11957                 replying to a message. Finally prevent all those confirmation 
11958                 messages being sent to the list itself.
11959
11960         * src/summaryview.c
11961                 remove unused summary_set_menu_sensitive() entry
11962
11963 2001-12-13 [paul]       0.6.5claws82
11964
11965         * src/folderview.c
11966         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11967         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11968         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11969                 improvements to 'Hide read messages': Inbox, Outbox,
11970                 Trash, Queue, and Draft icons now reveal presence of hidden 
11971                 messages
11972
11973 2001-12-12 [alfons]     0.6.5claws81
11974
11975         0.6.5claws80 was tagged as LAST_STABLE
11976
11977         * src/filtering.[ch]
11978         * src/matcher.[ch]
11979         * src/matcher_parser_lex.c
11980                 fix the filtering; my last attempt to get it right, 
11981                 if it does not work, it's Hoa's turn. ;-)
11982
11983                 for my honourable peers:
11984                 
11985                 the code now makes a clear distinction between
11986                 rules as they are displayed (probably escaped),
11987                 and as they are executed (probably unescaped). the
11988                 parser does *NOT* do any unescaping, this is
11989                 the task of the matcher.c (which breaks up a
11990                 rule into condition) and the filtering.c (which
11991                 breaks up the rule's action). to make this
11992                 run happily we provide an unescaped copy of
11993                 crucial strings to the MatcherProp and 
11994                 FilteringAction structures. note that the only
11995                 exception to this is any REGEXP string. those
11996                 are directly passed to regcomp() and regexp()
11997                 (who have much more powerful unescape functions).
11998                 
11999                 for everyone else:
12000         
12001                 you can escape tab (\t), carriage return (\r),
12002                 linefeed (\n), form feed (\f), quote (\"), 
12003                 single quote (\'), bell (\b) in all the entry
12004                 lines in the scoring & filtering dialogs.
12005                 as an added bonus this should not affect
12006                 existing filtering rules.
12007
12008 2001-12-12 [carsten]    0.6.5claws80
12009
12010         * src/summaryview.c
12011         * po/de.po
12012                 "item(s) selected" is now sensitive to 1 or more
12013                 than one selected (nice for language where simple
12014                 adding of a "s" is not possible as German (Eintrag
12015                 ->Eintr"age)
12016                 
12017                 the "forward as attachment" entry from the right
12018                 click menu removed, "forward" acts following the
12019                 prefs
12020         
12021         * src/textview.c
12022                 reverted my former changes; so compiler warning again
12023                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
12024                 nevertheless
12025
12026         * src/messageview.c
12027                 "search in message" does now *not* only work in MVIEW_TEXT
12028                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
12029                 message
12030
12031         * src/mainwindow.c
12032                 removed "/File/_Close" as it was the same as "/File/E_xit"
12033                 and we don't need it two times
12034
12035                 the separate folder view and message view now get a distinct
12036                 WMCLASS, just in case someone is using sawfish ;-)
12037
12038                 as the menu entries "/View/Message view" and "/View/Folder tree"
12039                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
12040                 make them sensitive accordingly and as these two are "shown"
12041                 after startup anytime check this menuitem at startup
12042
12043 2001-12-12 [paul]       0.6.5claws79
12044
12045         * src/folderview.c
12046                 fix sensitivity of 'Search folder...', broken in
12047                 0.6.5claws75
12048
12049         * src/mainwindow.c
12050                 fix dodgy English
12051
12052 2001-12-11 [carsten]    0.6.5claws78
12053         * src/filtering.c
12054                 fixed two typos returning a wrong FALSE/TRUE
12055         * src/mainwindow.[ch]
12056                 extra menu for email/news button removed
12057
12058 2001-12-11 [alfons]     0.6.5claws77
12059         
12060         * src/matcher.c                 (1.3)
12061         * src/matcher_parser_lex.l      (1.28)
12062                 revert for another attempt
12063                 mark 0.6.5claws77 as LAST_STABLE
12064
12065 2001-12-11 [christoph]  0.6.5claws76
12066
12067         * po/de.po
12068                 fixed wrong translation for prev. unread msg
12069
12070 2001-12-11 [paul]       0.6.5claws75
12071
12072         * src/folder.[ch]
12073         * src/folderview.c
12074         * src/mainwindow.c
12075         * src/summaryview.[ch]
12076         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
12077                 enable ability to hide read messages on per folder basis via 
12078                 '/Summary/Hide read messages'; when selected, a folder will 
12079                 have a red open folder icon, instead of a blue icon, if the 
12080                 folder contains hidden messges
12081                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
12082
12083         * src/mainwindow.c
12084                 remove '/Message/Forward as attachment' from 
12085                 main_window_set_menu_sensitive() to prevent debug warning
12086
12087         * src/folderview.c
12088         * src/mainwindow.c
12089                 Clean up some of the English
12090
12091         * tools/newscache_clean.pl
12092                 allow for new 'hidereadmsgs' entry in folderlist.xml
12093
12094         * po/es.po
12095                 updated translation, submitted by Ricardo Mones Lastra
12096
12097 2001-12-11 [paul]       0.6.5claws74
12098
12099         * sync with sylpheed 0.6.5cvs25
12100                 see ChangeLog entry 2001-12-11
12101
12102 2001-12-10 [alfons]     0.6.5claws73
12103
12104         * src/matcher.c
12105                 add more control characters
12106         * src/matcher_parser_lex.l
12107                 make escaping / unescaping work again
12108
12109 2001-12-10 [alfons]     0.6.5claws72
12110
12111         * src/imap.c
12112                 clean up warnings "returning value for void function" 
12113         * src/prefs_filtering.c
12114                 make info button for execute action sensitive
12115
12116 2001-12-10 [paul]       0.6.5claws71
12117
12118         * src/compose.c
12119         * src/imap.[ch]
12120         * src/summaryview.c
12121                 fix: imap server now gets informed of MARKED, UNMARKED
12122                 and REPLY events. Now people can use different IMAP-Mail
12123                 clients and have the exact same information about MARKED,
12124                 UNMARKED and REPLY status with all of them. Especially
12125                 useful for imap servers with a web-frontend.
12126                 submitted by Tobias Sandhaas <medlor@web.de>
12127
12128 2001-12-09 [melvin]     0.6.5claws70
12129         
12130         * src/textview.[ch]
12131                 fixed bug #490076 (hunted down by Alfons who implemented
12132                 a workaround in 0.6.5claws65)
12133
12134 2001-12-09 [christoph]  0.6.5claws69
12135
12136         * src/summaryview.c
12137                 set pointer to string in LOCKED column to NULL
12138                 (might fix bug #490800)
12139
12140 2001-12-09 [carsten]    0.6.5claws68
12141
12142         * po/de.po
12143                 resolved some cluttered menu shortcuts 
12144                 ('creating new email' and 'creating news message'
12145                 hade the same)
12146         * src/compose.c
12147                 wmclass now distinc from main window
12148         * src/mainwindow.c
12149           src/mainwindow.h
12150                 email/news and forward button functionality similar
12151                 to the reply buttons; removed the ugly dropdown arrows
12152                 and use instead the right mouse button
12153
12154 2001-12-09 [paul]       0.6.5claws67
12155
12156         * src/imap.c
12157         * src/utils.h
12158                 allow spaces in imap folder names
12159                 submitted by Willem van Engen <wvengen@stack.nl>
12160
12161 2001-12-09 [paul]       0.6.5claws66
12162
12163         * sync with sylpheed 0.6.5cvs24
12164                 see ChangeLog entry 2001-12-09
12165
12166 2001-12-08 [alfons]     0.6.5claws65
12167
12168         * src/textview.c
12169                 prevent secondary selection claim after "add to sender" dialog
12170                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
12171                 we trick GTK by simulating a click at (0, 0) in the textview.
12172
12173 2001-12-08 [hoa]        0.6.5claws64
12174
12175         * src/folder.c
12176                 fixed a bug about the .processing folder name while filtering
12177
12178 2001-12-08 [alfons]     0.6.5claws63
12179
12180         * src/folderview.c 
12181                 work around problem of not correctly updating folder stats
12182                 when deleting messages. there's some folder scanning evil
12183                 going so the folderview_update_msg_num() does not work
12184                 correctly. need to investigate this.
12185
12186 2001-12-08 [paul]       0.6.5claws62
12187
12188         * sync with sylpheed 0.6.5cvs23
12189                 see ChangeLog entry 2001-12-08
12190
12191 2001-12-07 [christoph]  0.6.5claws61
12192
12193         * src/compose.c
12194                 fix another header translation problem
12195
12196 2001-12-07 [alfons]     0.6.5claws60
12197
12198         * src/mbox.c
12199                 make filtering also work on local spool mbox
12200
12201 2001-12-07 [carsten]    0.6.5claws59
12202         * src/addressbook.c
12203                 addressbook window gets a wmclass distinct from the main
12204                 sylpheed window
12205         * src/compose.h
12206         * src/mainwindow.[ch]
12207                   forward menu item will use mode selected in prefs, forward 
12208                 as attatchment in menu removed (will be substituted in the
12209                 toolbar similar to reply buttons)
12210                   create news message menu entry and news button is now 
12211                 sensitive to the existance of a news account
12212         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
12213         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
12214         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
12215                 these are removed because the toolbar buttons don't show
12216                 the quoting modus any longer
12217
12218 2001-12-07 [paul]
12219
12220         * tools/newscache_clean.pl      ** NEW FILE **
12221                 perl script to do some tidying up in the newscache directory 
12222                 
12223         * tools/sylpheed-switcher       ** NEW FILE **
12224                 perl script to enable easy switching between main and claws
12225                 
12226         * tools/README
12227                 added descriptions of the two new perl scripts          
12228
12229
12230 2001-12-07 [melvin]     0.6.5claws58
12231
12232         * src/messageview.c
12233                 fixed a warning during compilation introduced in 0.6.5claws56
12234
12235 2001-12-07 [paul]       0.6.5claws57
12236
12237         * src/mainwindow.[ch]
12238         * src/menu.[ch]
12239                 further usability enhancements to replying with or without 
12240                 quoting via the toolbar, use of Ctrl key is replaced by 
12241                 drop down menu 
12242                 Submitted by Carsten Schurig            
12243
12244 2001-12-07 [melvin]     0.6.5claws56
12245
12246         * src/messageview.c
12247                 hack to fix bug that prevented to make/paste selections
12248                 after switching between MVIEW_TEXT and MVIEW_MIME views
12249                 without deselecting the selection first.
12250
12251 2001-12-06 [alfons]     0.6.5claws55
12252
12253         * src/filtering.[ch]
12254         * src/inc.c
12255                 revise filtering a little bit more, and make sure
12256                 messages are delivered to the appropriate inbox
12257                 (perhaps set per account)
12258
12259 2001-12-06 [paul]       0.6.5claws54
12260
12261         * sync with sylpheed 0.6.5cvs22
12262                 see ChangeLog entry 2001-12-06
12263
12264 2001-12-05 [alfons]     0.6.5claws53
12265
12266         * src/inc.c
12267         * src/folder.[ch]
12268         * src/procmsg.c
12269         * src/filtering.c
12270                 more revisions of filtering system
12271                 (last stable version is marked as LAST_STABLE)
12272                 
12273                 | NOTE 1): the filtering system now uses a local folder called
12274                 | .processing. if filtering fails, check this directory
12275                 | for missing messages.
12276                 |
12277                 | NOTE 2): help us find the filtering actions still missing
12278
12279 2001-12-05 [paul]       0.6.5claws52
12280
12281         * src/mainwindow.c
12282                 fix bug where 'Empty Trash?' pop-up window appears even
12283                 when Trash is empty, submitted by Jesse Skinner         
12284
12285 2001-12-05 [melvin]     0.6.5claws51
12286
12287         * src/compose.c
12288                 fixed bug #486106 to select correct account when reediting 
12289                 a queued message
12290         
12291 2001-12-04 [alfons]     0.6.5claws50
12292
12293         * src/mh.c
12294                 declare markfile in appropriate functions when
12295                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
12296                 for spotting this)
12297
12298 2001-12-04 [paul]       0.6.5claws49
12299
12300         * sync with sylpheed 0.6.5cvs21
12301                 see ChangeLog entry 2001-12-04
12302
12303 2001-12-03 [christoph]  0.6.5claws48
12304
12305         * po/de.po
12306                 changed translation of undo
12307         * src/account.c
12308         * src/folder.c
12309                 don't reinvent the wheel to traverse a GNode
12310         * src/compose.[ch]
12311                 seperate code to create the compose gui into functions
12312                 add "Others" page with folder selection for saving copy
12313                 of the message.
12314                 the folder identifier is saved to queue header
12315         * src/procmsg.c
12316                 save message to folder in queue header
12317
12318 2001-12-03 [paul]       0.6.5claws47
12319
12320         * sync with sylpheed 0.6.5cvs20
12321                 see ChangeLog entry 2001-12-03
12322
12323 2001-12-01 [paul]
12324
12325         * more sync with sylpheed 0.6.5cvs19
12326                 see ChangeLog entry 2001-11-29
12327
12328 2001-11-30 [paul]       0.6.5claws46
12329         
12330         * src/compose.c
12331                 remove conflicts introduced by Hoa's last commit
12332          
12333         * src/mainwindow.c
12334                 make 'Message/Bounce' sensitive
12335
12336 2001-11-30 [hoa]        0.6.5claws45
12337
12338         * src/compose.c
12339                 slightly change bounce function to add
12340                 information about the user that bounced the mail
12341                 in the From header line.
12342
12343         * src/folderview.c
12344                 permit the use of processing in outbox folder.
12345
12346 2001-11-29 [paul]       0.6.5claws44
12347
12348         * src/mainwindow.[ch]
12349         * src/prefs_common.c
12350         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
12351         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
12352         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
12353                 usability enhancements to the quoting, implements
12354                 use of Ctrl key to toggle quoting settings
12355                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
12356
12357 2001-11-29 [paul]       0.6.5claws43
12358         
12359         * sync with sylpheed 0.6.5cvs19
12360                 see ChangeLog entry 2001-11-28
12361
12362 2001-11-29 [melvin]     0.6.5claws42
12363         * src/Makefile.am
12364                 added enriched.[ch] to the list of files
12365
12366         * src/textview.c
12367         * src/mimeview.c
12368         * src/procmime.[ch]
12369         * src/enriched.[ch]
12370                 added support to view text/enriched
12371                 added support to show headers in message view for text/enriched and text/html
12372                         in non multipart messages
12373
12374 2001-11-28 [paul]       0.6.5claws41
12375
12376         * more sync with sylpheed 0.6.5cvs18
12377                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
12378
12379 2001-11-27 [paul]       0.6.5claws40
12380         
12381         * po/pt_BR.po
12382                 updated translation, submitted by Fabio Junior Beneditto
12383                 
12384         * sync with sylpheed 0.6.5cvs18
12385                 see ChangeLog entries 2001-11-26 (src/textview.c) and
12386                 2001-11-27
12387
12388
12389 2001-11-26 [paul]
12390
12391         * po/es.po
12392                 updated translation, submitted by Ricardo Mones Lastra
12393
12394 2001-11-26 [alfons]
12395
12396         * src/matcher.c
12397                 add more translatable strings
12398
12399 2001-11-26 [christoph]  0.6.5claws39
12400
12401         * po/de.po      
12402                 fixed one more umlaut
12403         * src/compose.c
12404                 fix translated header when it should not be translated
12405
12406 2001-11-26 [paul]       0.6.5claws38
12407
12408         * src/mainwindow.c
12409                 remove '/Message/Add Sender to address book' from 
12410                 main_window_set_menu_sensitive(), prevent debug warning
12411                 add 'Message/Mark/Mark all read' to mainwin_entries[]
12412
12413 2001-11-26 [paul]       0.6.5claws37
12414
12415         * src/summaryview.c
12416                 fix 'recurring unread state' bug 
12417
12418         * tools/README 
12419         * tools/filter_conv.pl
12420                 read name of top level mailbox from folderlist.xml
12421                 and presume nothing about its name              
12422
12423 2001-11-26 [darko]      0.6.5claws36
12424
12425         * src/gtkstext.[ch]
12426                 removed functions that are now in gtkutils.c
12427                 use gtkut_text_is_uri_string() from gtkutils.c
12428         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
12429
12430 2001-11-26 [paul]       0.6.5claws35
12431
12432         * sync with sylpheed 0.6.5cvs16
12433                 see ChangeLog entries 2001-11-25 and 2001-11-26
12434
12435 2001-11-25 [alfons]     0.6.5claws34
12436
12437         EXPERIMENTAL!!! Please checkout the last stable version using: 
12438           
12439         % cvs update -r LAST_STABLE -dRAP
12440
12441         (Or help us testing this stuff.)
12442
12443         * src/filtering.c               (1.14)
12444         * src/filtering.h               (1.6)
12445         * src/inc.c                     (1.28)
12446         * src/matcher.c                 (1.20)
12447         * src/mbox.c                    (1.9)
12448         * src/procmsg.h                 (1.14)
12449         * src/summaryview.c             (1.59)
12450         * src/summaryview.h             (dunno)
12451                 revert/merge/sync to as it was before commit 
12452                 on Thu, 19 Jul 2001 10:15:51 -0700.
12453
12454 2001-11-25 [hoa]        0.6.5claws33
12455
12456         * src/main.c
12457                 processing mails at startup
12458
12459         * src/folderview.c
12460         * src/summaryview.[ch]
12461                 processing mails when entering folder
12462
12463         * src/prefs_filtering.c
12464                 fixed some UI bugs
12465
12466 2001-11-24 [alfons]     0.6.5claws32
12467
12468         * src/summaryview.[ch]
12469                 make summary sort headers work, and also make
12470                 sure the sort type is stored
12471
12472 2001-11-23 [alfons]     0.6.5claws31
12473
12474         * src/summaryview.[ch]
12475                 make lock work like mark
12476                 disallow deleting messages marked as locked
12477
12478 2001-11-23 [alfons]     0.6.5claws30
12479
12480         * src/gtkstext.c
12481         * src/compose.[ch]
12482         * src/Makefile.am
12483         * src/undo.[ch]
12484                 merge undo patch submitted by Jens
12485
12486 2001-11-23 [christoph]  0.6.5claws29
12487
12488         * src/.cvsignore
12489                 added ylwrap
12490         * src/compose.c
12491                 fixed gpg signing and encoding
12492         * src/folder.[ch]
12493         * src/main.c
12494                 added --status option to get new, unread and total
12495                 message count from a running sylpheed
12496         * src/prefs_common.c
12497                 temporary fix for reply_with_quote problem
12498                 (don't call functions for non existing widget)
12499         * src/procmsg.c
12500                 one more check for ignored threads but still not
12501                 always working correctly. probably a recursive
12502                 check for all parents is needed
12503
12504 2001-11-23 [darko]      0.6.5claws28
12505
12506         * src/compose.c
12507                 wrapping on send improvements
12508         * src/gtkutils.[ch]
12509                 fix for GtkSText after last sync with main branch
12510                 GTK_TEXT -> GTK_STEXT
12511
12512 2001-11-23 [paul]       0.6.5claws27
12513
12514         * sync with sylpheed 0.6.5cvs14
12515                 see ChangeLog entries 2001-11-22 and 2001-11-23
12516                 
12517         * po/de.po
12518                 fixed the scrambled umlauts 
12519                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
12520
12521 2001-11-21 [paul]       0.6.5claws26
12522
12523         * sync with sylpheed 0.6.5cvs12
12524                 see 2nd ChangeLog entry dated 2001-11-20
12525
12526 2001-11-20 [paul]       0.6.5claws25
12527
12528         * sync with sylpheed 0.6.5cvs11
12529                 see ChangeLog entry 2001-11-19 (src/utils.c)
12530
12531 2001-11-20 [hiro]
12532
12533         * src/compose.c
12534                 GTK_TEXT -> GTK_STEXT
12535                 fix for wrong comment
12536
12537 2001-11-20 [hiro]       0.6.5claws24
12538
12539         * src/compose.[ch]
12540                 more merges from main branch
12541                 removed fatal warnings (uninitialized variables etc.)
12542                 some coding style fix
12543         * src/gtkutils.h
12544                 fixed typo.
12545         * src/addressbook.c
12546           src/addrindex.c
12547                 V-Card -> vCard
12548
12549 2001-11-19 [hoa]        0.6.5claws23
12550
12551         * src/filtering.c
12552         * src/prefs_scoring.c
12553         * src/matcher.[ch]
12554         * src/scoring.c
12555                 cleaning code
12556
12557         * src/matcher_parser_parse.y
12558         * src/prefs_filtering.c
12559                 bouncing
12560
12561 2001-11-19 [alfons]     0.6.5claws22
12562
12563         more of my old things into claws
12564
12565         * src/Makefile.am
12566         * src/prefs_common.c
12567         * src/procmsg.h
12568         * src/summaryview.[ch]
12569         * src/prefs_summary_column.c
12570         * src/pixmaps/locked.xpm
12571                 add indicators for locking of message in summary view
12572                 (does not work yet, only visual indicator)
12573
12574 2001-11-19 [paul]       0.6.5claws21
12575
12576         * sync with sylpheed 0.6.5cvs10
12577                 see ChangeLog entry 2001-11-19
12578
12579 2001-11-18 [alfons]     0.6.5claws20
12580         
12581         * src/filtering.c
12582                 remove an inadvertent free I forgot in previous clean up 
12583
12584 2001-11-18 [alfons]     0.6.5claws19
12585
12586         * src/filtering.[ch]
12587                 clean up & plug leaks
12588
12589 2001-11-18 [paul]       0.6.5claws18
12590
12591         * sync with sylpheed 0.6.5cvs9
12592                 see ChangeLog entries 2001-11-17 and 2001-11-18
12593
12594 2001-11-16 [paul]       0.6.5claws17
12595
12596         * sync with sylpheed 0.6.5cvs8
12597                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
12598
12599 2001-11-16 [paul]       0.6.5claws16
12600
12601         * sync with sylpheed 0.6.5cvs7
12602                 see ChangeLog entries 2001-11-15 and 2001-11-16
12603
12604 2001-11-15 [hoa]        0.6.5claws15
12605
12606         * src/compose.c
12607                 fix bounce, mails we received couln't be bounced to ourself.
12608
12609         * src/defs.h
12610         * src/filtering.[ch]
12611         * src/matcher.[ch]
12612         * src/matcher_parser.h
12613         * src/matcher_parser_lex.l
12614         * src/matcher_parser_parse.y
12615         * src/inc.c
12616         * src/main.c
12617         * src/mbox.c
12618         * src/prefs_filtering.[ch]
12619         * src/mainwindow.c
12620         * src/prefs_matcher.c
12621         * src/prefs_scoring.c
12622         * src/scoring.[ch]
12623         * src/summaryview.c
12624                 new matcher/filter/score configuration file parser
12625                 one unique configuration file => ~/.sylpheed/matcherrc
12626                 import in currently automatic, then save are made
12627                 in this new file.
12628                 one filter per folder and one global filter
12629                 (filter of a folder will be used as folder processing)
12630
12631         * src/folder.c
12632                 fix a bug in folder_item_get_identifier
12633                 
12634         * src/messageview.c
12635                 receive receipt return are fixed.
12636
12637 2001-11-14 [alfons]     0.6.5claws14
12638
12639         * src/session.h
12640                 add things from main branch to make claws compile
12641
12642 2001-11-14 [paul]       0.6.5claws13
12643
12644         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
12645                 see ChangeLog entries 2001-11-08 to 2001-11-14
12646
12647 2001-11-14 [hoa] 0.6.5claws12
12648
12649         * src/compose.[ch]
12650         * src/mainwindow.c
12651         * src/summaryview.c
12652                 add "bounce mail" option
12653
12654 2001-11-13 [christoph]  0.6.5claws11
12655
12656         * src/compose.c
12657                 Cleanup a mess i add before commiting
12658
12659 2001-11-13 [hoa]        0.6.5claws10
12660
12661         * src/compose.c
12662                 some fixes when mail are sent or
12663                 for crossposts
12664
12665 2001-11-13 [christoph]  0.6.5claws9
12666
12667         * po/de.po
12668                 Changed two string with the same translation
12669         * src/compose.c
12670         * src/procmsg.[ch]
12671         * src/send.[ch]
12672                 New mailsending process:
12673                   - Always queue message before sending
12674                     (message will be saved if sylpheed crashed or
12675                      freezes while sending)
12676                   - Allow queuing of newspostings
12677                   - No copy in outbox before sending
12678                     (closes bug #469501)
12679                   - No more redundant code for send and send_later
12680         * src/summaryview.c
12681                 Applied wwp <subscript@free.fr>'s patch that fixes
12682                 marks for multiple forwarded messages (+compose.c)
12683
12684 2001-11-12 [alfons]
12685
12686         * README.claws
12687                 remove things that are now in main branch
12688         
12689         * po/nl.po
12690                 update Dutch translation
12691
12692 2001-11-12 [mhadasht]   0.6.5.claws8
12693
12694         * src/prefs_common.c
12695                 re-enabled account autoselection feature for forward
12696                 and reedit lost during the branch point for SYNC-B4-REL
12697         * src/gtkspell.c
12698                 gtkpspell_get_dict(): more readable code (even if function is
12699                 not used yet)
12700         * ChangeLog.claws
12701                 added version number info to 2001-11-12 [hiro] comment.
12702
12703 2001-11-12 [hiro]       0.6.5.claws7
12704
12705         * src/compose.c
12706                 compose_forward(): fixed a bug that forward quote mark
12707                 wasn't used.
12708                 removed unnecessary code.
12709         * src/template_select.[ch]: removed.
12710
12711 2001-11-11 [alfons]
12712
12713         * src/compose.c
12714                 :%s/GTK_TEXT/GTK_STEXT/g
12715         
12716         * src/compose.[ch]
12717         * src/undo.[ch]
12718         * src/Makefile.am
12719                 revert the undo stuff (this is 0.6.6claws stuff)
12720
12721 2001-11-11 [hoa]        0.6.5.claws6
12722
12723         * src/compose.[ch]
12724                 Insert signature at the end of the text.
12725                 Added undo patch but currently disabled
12726
12727         * src/procmsg.c
12728                 Threading by subject improved.
12729
12730         * added src/undo.[ch]
12731                 Undo module for compose dialog box.
12732
12733 2001-11-11 [alfons]     0.6.5.claws5
12734
12735         * src/procmsg.c
12736                 prevent threading by subject on nodes that have already been
12737                 threaded by in-reply-to (as in "circular references in a tree
12738                 result in a dead branch")
12739
12740 2001-11-09 [hoa]        0.6.5.claws4
12741         
12742         * src/folderview.c
12743                 allows creation of mbox folder item from any files.
12744
12745 2001-11-09 [alfons]     0.6.5.claws3
12746         
12747         * src/utils.c
12748         * src/procmsg.c
12749                 do what I mean and correct threading by subject so it really
12750                 ignores attracting lines without "Re: "
12751
12752 2001-11-07 [alfons]     0.6.5.claws2
12753
12754         * src/procmsg.c
12755         * src/utils.[ch]
12756                 only attract by subject if a subject line starts with a "Re: "
12757         * src/syldap.c
12758                 remove warning
12759
12760 2001-11-07 [paul]       0.6.5claws1
12761
12762         * sync with sylpheed 0.6.5. release
12763                 see ChangeLog entry 2001-11-07
12764
12765 2001-11-07 [paul]       0.6.4claws31
12766
12767         * sync with sylpheed 0.6.4cvs18
12768                 see ChangeLog entries 2001-10-30 to 2001-11-07
12769                 prefs_templates.[ch] renamed prefs_template.[ch]
12770
12771 2001-11-06 [alfons]
12772         
12773         * src/utils.h
12774                 add semicolon Hoa forgot ;-)
12775                 
12776
12777 2001-11-06 [hoa]        0.6.4claws30
12778         
12779         * src/procmsg.c
12780         * src/summaryview.c
12781         * src/utils.c
12782         * src/utils.h
12783                 threading by subject - empty subject are ignored
12784
12785 2001-11-06 [christoph]  0.6.4claws29
12786
12787         * src/socket.c
12788                 use SSL_peek for sock_gets
12789         * src/utils.c
12790                 removed unneeded pointer in extracting quoted
12791                 names implementation
12792
12793 2001-11-06 [melvin]     0.6.4claws28
12794
12795         * src/gtkspell.c
12796                 fixed bug #476792 Selection overtyping with spell checker
12797                 fixed bug which could cause a buffer overflow
12798                 fixed a memory leak
12799
12800 2001-11-06 [hoa]        0.6.4claws27
12801         
12802         * src/procmsg.c
12803         * src/summaryview.c
12804                 threading by subject
12805
12806 2001-11-05 [alfons]     0.6.4claws26
12807         
12808         * README.claws
12809                 Claws -> Sylpheed (vice versa)
12810
12811         * src/compose.c
12812                 :%s/gtk_text/gtk_stext/g
12813                 :%s/GTK_TEXT/GTK_STEXT/g
12814                 (thanks to Jonathan Ware for spotting this)
12815
12816 2001-11-04 [christoph]  0.6.4claws25
12817
12818         * src/summaryview.c
12819                 replace Xalloca + strdup with Xstrdup_a
12820         * src/utils.c
12821                 better implementation of extracting quoted names
12822                 from addresses (remove backlashes and ignore
12823                 quotes after them)
12824
12825 2001-11-04 [alfons]     0.6.4claws24
12826
12827         * src/utils.[ch]
12828                 edit to comply more with coding style
12829
12830         * src/textview.c
12831                 fix bug reported by Kim Schulz. introduced by the patch integrated
12832                 in 0.6.4claws15. the code did not check the return value of
12833                 the html parser.
12834
12835         * AUTHORS
12836                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
12837
12838 2001-11-04 [christoph]  0.6.4claws23
12839
12840         * src/main.c
12841         * src/prefs_common.[ch]
12842                 init some pointers that possibly caused a segfault
12843                 reported in the claws-users ML
12844
12845 2001-11-04 [hoa]        0.6.4claws22
12846
12847         * src/grouplistdialog.c
12848                 change the names of the nodes in the tree
12849
12850         * src/compose.c
12851                 enhanced mailto syntax as described in
12852                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
12853                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
12854
12855         * src/utils.c
12856                 encode and decode URI (useful when opening URL into
12857                 netscape).
12858
12859 2001-11-03 [hoa]        0.6.4claws21
12860
12861         * src/grouplistdialog.c
12862                 a new newsgroups list selection dialog box
12863                 with a CTree instead of a CList
12864
12865 2001-11-03 [hoa]        0.6.4claws20
12866
12867         * src/folderview.c
12868                 enable property and scoring options when right
12869                 click on "inbox"
12870
12871         * src/summaryview.c
12872                 fixed bug when nickname were displayed using
12873                 the address book.
12874
12875 2001-11-02 [darko]      0.6.4claws19
12876
12877         * src/compose.c
12878                 new wrap quotation and URL/long words wrapping implementation
12879         * src/compose.c src/gtkstext.[ch]
12880                 move gtkstext_strncmp() to gtkstext.c
12881
12882 2001-11-01 [christoph]  0.6.4claws18
12883
12884         * src/prefs_account.c
12885                 fixed mess in account settings dialog
12886         * src/prefs_folder_item.c
12887                 added label with folder path to dialog
12888
12889 2001-10-31 [match]      0.6.4claws17
12890
12891         * src/vcard.c
12892                 fix memory leak.
12893         * src/addrbook.c
12894                 fix generation of spurious address book file names.
12895                 remove redundant functions.
12896         * po/POTFILES.in
12897                 added missing file names.
12898
12899 2001-10-30 [paul]       0.6.4claws16
12900
12901         * sync with sylpheed 0.6.4cvs6
12902                 see ChangeLog entries 2001-10-26 to 2001-10-30
12903
12904         * tools/filter_conv.pl
12905                 read folderlist.xml to discover whether the top-level
12906                 folder is called 'Mailbox' or 'Mail' 
12907
12908 2001-10-29 [paul]       0.6.4claws15
12909
12910         * src/html.c, src/textview.c
12911                 activate links in html mail and fix clickable parts
12912                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12913
12914 2001-10-29 [paul]
12915
12916         * po/de.po, po/es.po, po/pt_BR/po
12917                 updated translations, submitted by Jens Oberender,
12918                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12919
12920 2001-10-29 [darko]      0.6.4claws14
12921
12922         * src/compose.c
12923                 fix wrapping for good
12924
12925 2001-10-29 [darko]
12926
12927         * src/compose.c
12928                 undo previous change as it broke the smart wrapping
12929
12930 2001-10-29 [darko]      0.6.4claws13
12931
12932         * src/compose.c
12933                 fix infinite loop when long URL is quoted
12934                 (closes bug #475122.
12935
12936 2001-10-28 [match]
12937
12938         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12939                 import Mutt address book
12940         * src/ldif.[ch] src/importldif.h
12941                 modified import LDIF handle user attributes
12942
12943 2001-10-28 [christoph]  0.6.4claws12
12944
12945         * src/summaryview.c
12946                 fixed that filtering did not work if there
12947                 were no filter rules
12948                 (closes bug #472003 and better implementation
12949                  of patch #474644)
12950
12951 2001-10-27 [christoph]  0.6.4claws11
12952
12953         * src/compose.c
12954                 make the folder's default account to be used when
12955                 replying. (patch by wwp <subscript@free.fr>)
12956         * src/compose.c
12957                 code cleanup, nearly killed all of wwp's patch
12958                 for folder's default account in compose
12959         * src/folderview.c
12960                 error panel when a folder could not be created
12961                 (closes bug #471080 new folder name & already
12962                  existing file)
12963
12964 2001-10-26 [alfons]
12965
12966         * src/utils.h
12967                 change prototype of strstr2() that Christoph forgot about
12968
12969 2001-10-26 [christoph]  0.6.4claws10
12970
12971         * src/account.c
12972                 made search for accounts by email address not case
12973                 sensitive
12974         * src/folder.c
12975                 fixed memory leak in folder_item_get_identifier
12976         * src/gtkspell.c
12977         * src/utils.c
12978                 fixed wrong strstr2 (should work like strstr)
12979
12980 2001-10-26 [darko]      0.6.4claws9
12981
12982         * src/compose.c src/gtkstext.[ch]
12983         * src/gtkstext.c
12984                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12985
12986 2001-10-26 [paul]       0.6.4claws8
12987
12988         * src/html.c
12989                 ignore css and javascript tags in html mail
12990                 case-insensitive, with or without double-quoted
12991                 strings
12992
12993 2001-10-26 [paul]       0.6.4claws7
12994
12995         * sync with sylpheed 0.6.4cvs1
12996                 see ChangeLog entry 2001-10-26
12997
12998         * src/prefs_account.c, src/prefs_common.c,
12999           src/prefs_summary_column.c
13000                 minor improvements to the English
13001
13002 2001-10-25 [alfons]     0.6.4claws6
13003
13004         * src/gtkstext.c
13005         
13006                 make GtkSText follow style of GtkText (closes bug 
13007                 #469211 "text selection while writing message")
13008                 
13009                 do sync with GTK 1.2.10
13010
13011 2001-10-25 [paul]       0.6.4claws5
13012
13013         * src/html.c
13014                 ignore css tags in html mail
13015
13016 2001-10-25 [darko]      0.6.4claws4
13017
13018         * src/compose.c
13019                 don't declare is_url_string as static function since
13020                 we need it in gtkstext.c
13021         * src/gtkstext.c
13022                 remove unused variable
13023                 don't wrap long URLs while composing a message
13024
13025 2001-10-24 [christoph]  0.6.4claws3
13026
13027         * src/socket.c
13028                 fix ssl deadlock, when peer closes connection
13029
13030 2001-10-24 [paul]       0.6.4claws2
13031
13032         * src/prefs_common.c
13033                 gettextize the gpg ascii-armored warning message
13034
13035         * src/compose.c
13036                 insert a DOS/MAC file into the composed message
13037                 (improvements)
13038
13039         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
13040
13041 2001-10-22 [paul]       0.6.4claws1
13042
13043         * sync with sylpheed 0.6.4 release
13044                 see ChangeLog entries 2001-10-21
13045
13046         * po/fr.po, po/pt_BR.po
13047                 updated by Melvin Hadasht and Fabio Junior Beneditto
13048
13049 2001-10-21 [paul]       0.6.3claws30
13050
13051         * src/compose.c
13052                 insert a DOS text file from the compose window
13053                 into the composed message text (removes CRs characters)
13054                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
13055
13056         * tools/filter_conv.pl, tools/README
13057                 automatically use ~/.sylpheed as working directory
13058                 print out confirmation message on completion
13059
13060         * correct Hoa's last ChangeLog.claws entry
13061
13062 2001-10-20 [hoa]        0.6.3claws29
13063
13064         * src/grouplistdialog.c
13065                 bugfix (another ?) to give the right
13066                 newsgroups list for each news server.
13067
13068         * src/news.c
13069         * src/news.h
13070                 improve the newsgroups list cache
13071
13072 2001-10-20 [paul]       0.6.3claws28
13073
13074         * sync with sylpheed 0.6.3cvs9
13075                 see ChangeLog entry 2001-10-19
13076
13077         * correct Alfons' last ChangeLog.claws entry
13078
13079 2001-10-19 [alfons]
13080
13081         * src/pgptext.[ch]
13082                 fix compilation problems (part of bug #472895)
13083
13084 2001-10-18 [hoa]        0.6.3claws27
13085
13086         * src/grouplistdialog.c
13087                 bugfix when we refresh was clicked (bug 472701)
13088
13089 2001-10-19 [christoph]  0.6.3claws26
13090
13091         * src/compose.c
13092                 last header entry should default to "To:" or
13093                 "Newsgroups:" and not copy the last entry line
13094                 in a new compose window
13095                 (closes bug #472686, #470792)
13096
13097 2001-10-19 [paul]       0.6.3claws25
13098
13099         * sync with Sylpheed 0.6.3cvs8
13100                 see ChangeLog entries 2001-10-18 and 2001-10-19
13101
13102 2001-10-18 [christoph]  0.6.3claws24
13103
13104         * src/procmsg.c
13105                 reimplement ignore thread
13106         
13107 2001-10-18 [hoa]        0.6.3claws23
13108
13109         * src/folderview.c
13110         * src/grouplistdialog.[ch]
13111                 enhanced news subscription interface (feature 469113)
13112
13113         * src/news.c
13114         * src/news.h
13115                 enchanced newsgroup listing,
13116                 now, we can get groups informations
13117                 (NNTPGroupInfo)
13118
13119 2001-10-18 [paul]       0.6.3claws22
13120
13121         * src/summaryview.c
13122                 remove comment (sync with main branch)
13123         * src/mainwindow.c
13124                 fix 'Re-edit' bug in 'Message' menu
13125
13126 2001-10-17 [christoph]  0.6.3claws21
13127
13128         * src/compose.c
13129                 ignore empty or whitespace only header lines
13130
13131 2001-10-17 [paul]       0.6.3claws20
13132
13133         * sync with sylpheed 0.6.3cvs7
13134                 see ChangeLog entries 2001-10-14, 2001-10-16, and
13135                 2001-10-17
13136
13137 2001-10-17 [darko]
13138
13139         * src/compose.c
13140                 wrap long lines without spaces
13141                 don't wrap URLs
13142
13143 2001-10-16 [paul]
13144
13145         * po/es.po, po/nl.po, po/pt_BR.po
13146                 updated by Ricardo Mones Lastra, Alfons,
13147                 and Fabio Junior Beneditto
13148
13149         * sylpheed-0.6.3claws released
13150
13151 2001-10-15 [melvin] 0.6.3claws18
13152
13153         * README.claws
13154                 added summary and detailed installation instructions
13155                 for spell checker
13156         * po/fr.po
13157                 Updated, corrected and completed french translation
13158
13159 2001-10-15 [hoa] 0.6.3claws17
13160         * src/grouplistdialog.c
13161                 we can choose the newsgroups to display with wildcards
13162
13163 2001-10-15 [christoph]  0.6.3claws16
13164
13165         * src/account.c
13166         * src/compose.c
13167         * src/prefs_folder_item.[ch]
13168                 applied wwp <subscript@free.fr>'s folder
13169                 default account patch
13170         * po/de.po
13171                 Fixed wrong translation
13172
13173 2001-10-13 [alfons, christoph, melvin]  
13174                         0.6.3claws15
13175
13176         solution #2 to solve MT-safety problems defers all GUI related calls
13177         to the main thread using a gtk_idle_add() callback. discussed on
13178         ircnet #sylpheed, with christoph spotting some issues with the
13179         original code, and melvin allowing us to lobotomize his sylpheed.
13180
13181         * src/syldap.[ch], src/main.c
13182                 fix race problem in ldap search thread by deferring GUI 
13183                 stuff to main thread using gtk_idle_add()
13184
13185 2001-10-13 [paul]       0.6.3claws14
13186
13187         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
13188                 add Sergey's smtpcred.patch
13189                 adds separate username/password setting for SMTP Auth
13190                 needed by some servers
13191                 (closes feature request #471659)
13192
13193 2001-10-13 [paul]       0.6.3claws13
13194
13195         * src/pgptext.[ch] **NEW FILES**
13196         * src/Makefile.am, src/messageview.c, src/mimeview.c
13197                 decrypt ascii-armored gpg text embedded in
13198                 the message body.
13199                 Submitted by Jens Jahnke <jan0sch@gmx.net>
13200
13201 2001-10-13 [christoph]  0.6.3claws12
13202
13203         * README.claws
13204                 some more details on default to and
13205                 feature requests
13206         * src/main.c
13207                 init glib threading when ldap is used
13208         * src/syldap.c
13209                 threading fixes
13210         * po/de.po
13211                 fixed a typo
13212
13213 2001-10-12 [paul]       0.6.3claws11
13214
13215         * src/prefs_common.[ch], src/rfc2015.c
13216                 enable ascii-armored gpg text to be embedded in the
13217                 message body, selectable through the 'Privacy'
13218                 preferences. Supports encrypting only.
13219                 Submitted by Ravemax <ravemax@dextrose.com>
13220
13221 2001-10-12 [paul]       0.6.3claws10
13222
13223         * sync with sylpheed 0.6.3cvs6
13224                 see ChangeLog entries 2001-10-11 and 2001-11-12
13225
13226         * src/folderview.c
13227                 incorporated mbox folders, scoring, and folder
13228                 properties into the sync
13229
13230 2001-10-12 [darko]      0.6.3claws9
13231
13232         * README.claws
13233                 describe quotation wrapping
13234         * src/compose.c
13235                 don't treat tab as space to calculate line length properly
13236
13237 2001-10-11 [alfons]
13238
13239         * README.claws
13240                 correct description of how to make new filtering system work,
13241                 add some other things
13242                 
13243         * src/syldap.c
13244                 remove sched_yield() (not necessary / unportable)
13245
13246 2001-10-11 [paul]       0.6.3claws8
13247
13248         * sync with sylpheed 0.6.3cvs3
13249                 see ChangeLog entry 2001-10-10
13250
13251 2001-10-10 [christoph]  0.6.3claws7
13252
13253         * .cvsignore
13254                 ignore 2 files created by newer autotools
13255         * src/prefs_folder_item.c
13256                 using table for widget alignment
13257                 fixed memory leak and broken octal display
13258         * src/filesel.c
13259                 fixed segfault caused by lost filename
13260                 workaround (closes bug #469551)
13261
13262 2001-10-10 [paul]       0.6.3claws6
13263
13264         * sync with sylpheed 0.6.3cvs2
13265                 see ChangeLog entries 2001-10-09 and 2001-10-10
13266
13267 2001-10-10 [darko]      0.6.3.claws5
13268
13269         * src/gtkstext.c
13270                 proper calculation of right margin if smart wrapping is enabled
13271         * src/compose.c
13272                 automatically wrap long lines if wrap quotation is enabled
13273
13274 2001-10-09 [alfons]     0.6.3.claws4
13275
13276         * src/summaryview.c
13277                 select correct row when deleting last row in the summary view (and
13278                 close bug "[ #469104 ] select second last in list when deleting")
13279
13280 2001-10-09 [paul]       0.6.3claws3
13281
13282         * sync with sylpheed 0.6.3cvs1
13283                 updated some autotool scripts
13284
13285 2001-10-09 [darko]      0.6.3claws2
13286
13287         * src/gtkstext.[ch]
13288                 new name and mark with Sylpheed comment
13289         * src/compose.c
13290                 smart quotation wrapping a-la VIM
13291
13292 2001-10-08 [paul]       0.6.3claws1
13293
13294         * sync with sylpheed 0.6.3 release
13295                 see ChangeLog entry 2001-10-08
13296
13297 2001-10-08 [paul]       0.6.2claws24
13298
13299         * src/summaryview.c
13300                 more sync with sylpheed 0.6.2cvs12
13301                 Fixed the bug that didn't select the last row correctly
13302
13303
13304 2001-10-07 [paul]       0.6.2claws23
13305
13306         * sync with sylpheed 0.6.2cvs12
13307                 see ChangeLog entry 2001-10-07
13308
13309 2001-10-06 [match]
13310         * src/jpilot.[ch]
13311                 enable jpilot to read unsynch'ed addresses.
13312
13313         * src/editldap_basedn.c
13314                 fix segfault when opening dialog.
13315
13316 2001-10-06 [alfons]     0.6.2.claws22
13317
13318         * src/summaryview.c
13319                 fix bug with summary view selecting last *inserted*
13320                 node instead of last *visible* node. remember we
13321                 work with a tree
13322
13323 2001-10-06 [paul]       0.6.2claws21
13324
13325         * po/pt_BR.po
13326                 updated translation, contains some fixes and new
13327                 translations, submitted by Gustavo Noronha Silva
13328                 <kov@debian.org>
13329
13330         * src/prefs_common.c
13331                 change 'each' to 'every' - fix dubious English
13332
13333         * sync with sylpheed 0.6.2cvs11
13334
13335 2001-10-05 [alfons]     0.6.2claws20
13336
13337         * src/mainwindow.[ch], src/folderview.c
13338                 make composite tool button switch between "Compose News"
13339                 and "Compose Mail" depending on selected folder
13340                 (nifty idea by Kim Schulz <kim@schulz.dk>)
13341
13342 2001-10-05 [paul]       0.6.2claws19
13343
13344         * src/mainwindow.c, src/summaryview.c
13345                 fix 'Message/Reply to all', broken in last commit
13346
13347         * src/compose.c
13348                 fix X_BEENTHERE seg fault, thanks to Alfons
13349
13350 2001-10-04 [paul]       0.6.2claws18
13351
13352         * src/compose.[ch], src/mainwindow.c
13353                 make "Message/Reply" reply to mailing lists; matches
13354                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
13355                 based on portions of the patch submitted by
13356                 Junichi Uekawa <dancer@netfort.gr.jp>
13357
13358 2001-10-04 [darko]      0.6.2claws17
13359
13360         * src/compose.c
13361                 better smart wrapping
13362         * src/gtkstext.[hc]
13363                 a function to make text buffer contiguous
13364
13365 2001-10-03 [paul]       0.6.2claws16
13366
13367         * sync with sylpheed 0.6.2cvs10
13368
13369 2001-10-02 [alfons]
13370
13371         * configure.in
13372         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
13373                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
13374                 references to chinese translations (hope someone picks up
13375                 this)
13376
13377 2001-10-02 [christoph]  0.6.2claws15
13378
13379         * src/compose.c
13380                 fixed non translated header bug
13381         * ChangeLog.claws
13382                 fixed wrong date in alfons last entry ;)
13383
13384 2001-10-02 [alfons]     0.6.2claws14
13385
13386         * src/compose.c, src/prefs_common.[ch]
13387                 add block cursor option
13388
13389 2001-10-02 [paul]       0.6.2claws13
13390
13391         * sync with sylpheed 0.6.2cvs9
13392
13393 2001-09-30 [paul]       0.6.2claws12
13394
13395         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
13396                 updated translations
13397
13398         * po/POTFILES.in
13399                 add 'src/importldif.c'
13400
13401         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
13402                 added eudora-to-vCard conversion tool
13403                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
13404
13405         * sync with sylpheed 0.6.2cvs8
13406
13407 2001-09-30 [paul]
13408
13409         * sylpheed-0.6.2claws released
13410
13411 2001-09-27 [melvin]     0.6.2claws11
13412
13413         * src/gtkspell.c
13414                 fixed crash when using default path (introduced 
13415                 in 0.6.2claws10)
13416                 fixed tiny bug for initial suggestion mode
13417
13418 2001-09-27 [melvin]     0.6.2claws10
13419         
13420         * src/gtkspell.c
13421                 fixed bug where gtkpspell didn't set the path correctly
13422
13423         * README.claws
13424                 added a paragraph about spell checking
13425                 
13426
13427
13428 2001-09-27 [paul]       0.6.2claws9
13429
13430         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
13431                 replace '// comments' with '/* comments */' to prevent
13432                 some compiler warnings 
13433
13434         * sync with sylpheed 0.6.2cvs6
13435
13436 2001-09-26 [alfons]     0.6.2claws8
13437
13438         * src/messageview.c
13439                 introduce return receipt request notification again,
13440                 which was lost because of other semantics in 
13441                 procheader_parse() (???)
13442
13443 2001-09-26 [christoph]  0.6.2claws7
13444
13445         * src/compose.c
13446                 replace comments for old code with #if 0
13447                 readded auto cc, bcc and reply-to
13448         * src/prefs_matcher.c
13449         * src/prefs_scoring.c
13450                 removed some definition (was moved to
13451                 prefs.h)
13452
13453 2001-09-26 [paul]       0.6.2claws6
13454
13455         * src/mainwindow.c
13456                 make 'Follow-up and reply to' sensitive
13457
13458         * more sync with sylpheed 0.6.2cvs5
13459
13460 2001-09-25 [melvin]
13461
13462         * 0.6.2claws5
13463
13464         * src/gtkspell.c
13465                 fixed bug for "US-ASCII" introduced by the encoding code
13466
13467 2001-09-25 [paul]
13468
13469         * 0.6.2claws4
13470
13471         * src/prefs_common.[ch], src/summaryview.c
13472                 'next unread msg' 'go to next folder?' dialog can be
13473                 given default behaviour, either always show dialog,
13474                 or assume 'yes', or assume 'no'
13475                 Submitted by wwp <subscript@free.fr>
13476
13477 2001-09-25 [melvin]
13478                 
13479         * src/compose.c src/gtkspell.[ch]
13480                 added support for different encodings
13481
13482 2001-09-25 [paul]
13483
13484         * more sync with sylpheed 0.6.2cvs5
13485
13486 2001-09-24 [alfons]
13487         
13488         * src/prefs_folder_item.c
13489                 add check for item->prefs->default_to string is NULL and
13490                 add another check when freeing this string
13491
13492 2001-09-24 [paul]
13493
13494         * configure.in
13495                 change to version 0.6.2claws3
13496
13497         * sync with sylpheed 0.6.2cvs5 
13498
13499 2001-09-24 [match]
13500         * src/ldif.[ch], src/importldif.[ch], addressbook.c
13501                 import LDIF files.
13502         * src/addrcache.[ch], addrindex.[ch]
13503                 small update for future
13504         * src/addrbook.c
13505                 fix test XML file.
13506
13507 2001-09-24 [melvin]
13508         * src/gtkspell.[ch]
13509                 added 'Learn from mistakes' option
13510                 better handling of quotes in checked words
13511                 sorted dict list
13512         * po/fr.po
13513                 small update for spell checking stuff
13514
13515 2001-09-23 [alfons]
13516         
13517         * src/gtkspell.c
13518                 edit a little bit so it complies more with main coding style
13519
13520 2001-09-23 [alfons]
13521
13522         * src/folder.[ch], prefs_folder_item.c, compose.c
13523                 migrate "request return receipt" folder property
13524                 to folderlist.xml
13525
13526 2001-09-22 [alfons]
13527
13528         * README.claws **NEW**
13529                 (add things of interest for users of main branch 
13530                 and claws here)
13531
13532         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
13533                 re-implement threading per folder option, but store 
13534                 the setting in folderlist.xml (where it belongs)
13535
13536 2001-09-21 [melvin]
13537
13538         * src/gtkspell.[ch]
13539                 fixed bug when compose window is under another window
13540         * src/prefs_common.[ch] src/compose.c
13541                 changed 'dictionary_path' to 'dictionary' to be consistent
13542                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
13543         * ac/pspell.m4 src/Makefile.am 
13544                 dropped PSPELL_PATH macro
13545         * po/fr.po
13546                 updated translations
13547
13548 2001-09-21 [christoph]
13549
13550         * src/compose.c
13551                 added border around header fields
13552                 keep header type when new field is added
13553
13554 2001-09-20 [christoph]
13555
13556         * src/utils.[ch]
13557                 more portable debug_print with source filename
13558                 and linenumber
13559         * src/procmsg.c
13560                 more newlines after debug messages
13561
13562 2001-09-20 [paul]
13563
13564         * configure.in
13565                 change to version 0.6.2claws2
13566
13567         * sync with sylpheed 0.6.2cvs3
13568
13569 2001-09-19 [melvin]
13570
13571         * src/gtkspell.c
13572                 fixed the post-right-click focus pb
13573                 fixed crash when 'Spell check all' after dict change 
13574                         and when cursor is at the end of the text
13575                 shift-right-click pops up config menu even on misspelled words.
13576         * po/POTFILES.in
13577                 added gtkspell.c
13578
13579 2001-09-19 [melvin]
13580
13581         * src/about.c
13582                 added pspell to compiled-in features list
13583
13584 2001-09-18 [melvin]
13585
13586         * switched to pspell and dropped ispell
13587         * ac/pspell.m4
13588                 new file. autoconf macro for pspell
13589         * ac/Makefile.am 
13590         * configure.in acconfig.h
13591                 added pspell support
13592         * src/Makefile.am
13593         * src/main.c src/compose.[ch] src/gtkspell.[ch]
13594         * src/prefs_common.[ch] 
13595                 added pspell support
13596
13597 2001-09-18 [christoph]
13598
13599         * src/addr_compl.c
13600         * src/template.[ch]
13601                 replace LOG_MESSAGE with debug_print
13602         * src/compose.[ch]
13603                 gui improvements
13604         * src/menu.c
13605                 added newline after debug message
13606         * src/utils.h
13607                 using __VA_ARGS__ for debug_print macro
13608         * tools/.cvsignore
13609                 ignore Makefile and Makefile.in
13610
13611 2001-09-18 [paul]
13612
13613         * configure.in
13614                 change to version 0.6.2claws1
13615         * sync with sylpheed 0.6.2cvs1
13616
13617         * src/matcher.c 
13618         * src/prefs_matcher.c
13619                 add 'score equal to' option, submitted by
13620                 Paul Evans <nerd@freeuk.com>
13621
13622 2001-09-15 [christoph]
13623
13624         * src/mainwindow.c
13625                 comment out menu entry not existing in claws
13626         * src/menu.c
13627                 add debug output for non existing menu entries
13628         * src/summaryview.c
13629                 fix next/prev unread message for ignored threads
13630         * src/utils.[ch]
13631                 add sourcefile and line number to debug output
13632                 otherwise it is sometimes hard to find the
13633                 source code part if debug messages are translated
13634
13635 2001-09-14 [darko]
13636         
13637         * src/folderview.c
13638                 refresh target folder style after colour is changed
13639
13640 2001-09-13 [paul]
13641
13642         * configure.in
13643                 change to version 0.6.1claws3
13644
13645         * sync with sylpheed 0.6.1cvs6
13646
13647 2001-09-13 [darko]
13648         
13649         * src/folderview.c
13650                 fix target folder colourization to use user selected colour
13651
13652 2001-09-12 [darko]
13653         
13654         * src/summaryview.c
13655                 fix crash when message that is marked for copy/move is unmarked
13656
13657 2001-09-09 [paul]
13658
13659         * configure.in
13660                 change to version 0.6.1claws2
13661
13662         * sync with sylpheed 0.6.1cvs3
13663
13664 2001-09-09 [alfons]
13665         
13666         * src/folderview.c
13667                 fix bug with default font used for trash folder text
13668
13669 2001-09-06 [paul]
13670
13671         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13672                 updated translations
13673
13674         * configure.in
13675                 change to version 0.6.1claws1
13676
13677         * sync with sylpheed 0.6.1cvs2
13678
13679 2001-09-03 [paul]
13680
13681         * po/POTFILES.in
13682                 add Match's new addressbook
13683
13684         * po/de.po
13685                 updated translation submitted by Jens Oberender
13686
13687 2001-09-02 [paul]
13688
13689         * configure.in
13690                 change to 0.6.1claws
13691         * sync with sylpheed 0.6.1 release
13692
13693 2001-09-02 [paul]
13694
13695         * configure.in
13696                 change to 0.6.0claws2
13697
13698         * sync with sylpheed 0.6.0cvs4
13699
13700         * po/pt_BR.po
13701                 updated translation submitted by Fabio Junior Beneditto
13702
13703 2001-09-01 [match]
13704         * pixmaps/
13705                 interface.xpm
13706                 book.xpm
13707                 address.xpm
13708         * src/
13709                 Makefile.am
13710                 a ton of new files
13711
13712 2001-08-31 [paul]
13713
13714         * configure.in
13715                 change to version 0.6.0claws1
13716
13717         * sync with sylpheed 0.6.0cvs1
13718
13719         * po/es.po
13720                 updated translation submitted by Ricardo Mones Lastra
13721
13722         * po/POTFILES.in
13723                 add 'src/prefs_templates.c'
13724
13725         * src/compose.c, src/summaryview.c
13726                 fix segfault on 'Re_edit'               
13727
13728 2001-08-30 [alfons]
13729
13730         * configure.in, Makefile.am
13731         * tools/Makefile.am
13732                 add tools directory to source distribution
13733
13734 2001-08-30 [paul]
13735
13736         * configure.in
13737                 change to version 0.6.0claws
13738
13739         * sync with sylpheed 0.6.0 release
13740
13741 2001-08-30 [christoph]
13742
13743         * configure.in
13744                 removed autoconf version check
13745
13746 2001-08-30 [paul]
13747
13748         * src/account.c, src/compose.c, src/prefs_common.[ch]
13749         * src/procheader.[ch] src/utils.[ch]
13750                 Enhanced automatic account selection on replies
13751                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
13752
13753         * configure.in
13754                 add LDAP and JPilot to the configuration results output.
13755
13756 2001-08-29 [christoph]
13757
13758         * src/summeryview.c
13759                 no bold font for ignored threads
13760
13761 2001-08-29 [paul]
13762
13763         * configure.in
13764                 change to version 0.5.3claws6
13765
13766         * sync with sylpheed 0.5.3cvs10
13767                 src/stringtable.[ch]: New Files
13768
13769         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
13770         * src/pixmaps/sylpheed.xpm
13771                 add mini-icons to windows (by Alfons)
13772
13773 2001-08-27 [paul]
13774
13775         * src/mainwindow.c
13776                 new functions: next_labeled_cb(), prev_labeled_cb()
13777
13778         * src/summaryview.c
13779                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
13780                 summary_select_next_labeled(), summary_select_prev_labeled()
13781
13782         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
13783                 give claws blue folders and a blue trash can
13784
13785 2001-08-27 [paul]
13786
13787         * configure.in
13788                 change to version 0.5.3claws5
13789
13790         * sync with sylpheed 0.5.3cvs9
13791                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
13792
13793 2001-08-24 [christoph]
13794
13795         * src/filesel.c
13796                 keep filename when browsing directories
13797                 (not working for user entered filename, but
13798                  for default name and selected filename from
13799                  file list)
13800         * src/mainwindow.c
13801                 fixed wrong spelling "Folllow-up"
13802         * src/mbox_folder.c
13803         * src/procmsg.c
13804         * src/summaryview.c
13805                 fixed new/unread message count with ignored
13806                 threads (2 commits, first didn't notice no
13807                 longer needed decreasing)
13808         * src/inc.c
13809                 readded scrolling of progress dialog
13810                 (lost in sync)
13811
13812 2001-08-24 [paul]
13813
13814         * configure.in
13815                 change to 0.5.3claws4
13816
13817         * sync with sylpheed 0.5.3cvs7
13818
13819 2001-08-24 [christoph]
13820
13821         * src/compose.c
13822                 set request return receipt when replying
13823                 if it is set is the folder prefs of the
13824                 message
13825         * src/inc.c
13826                 disable final error popup if popups are
13827                 disabled in config (again)
13828
13829 2001-08-23 [paul]
13830
13831         * configure.in
13832                 Change version number to 0.5.3claws3
13833
13834         * sync with sylpheed 0.5.3cvs5
13835
13836         * src/mimeview.c
13837                 double quote '%s' in 'gedit %s' to fix bug when
13838                 opening attachment with spaces in the name
13839
13840 2001-08-22 [alte]
13841         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
13842           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
13843                 initial message templates support
13844
13845
13846 2001-08-22 [paul]
13847
13848         * configure.in
13849                 change version number to 0.5.3claws2
13850
13851         * sync with sylpheed 0.5.3cvs4
13852
13853         * src/procmsg.h src/summaryview.c
13854                 re-implement (un)ignore thread
13855
13856 2001-08-21 [paul]
13857
13858         * src/summaryview.c
13859                 remove unnecessary code
13860         * src/compose.c
13861                 enable 'dynamic' signatures (submitted by
13862                 Eric Limpens <eric@hscg-internet.nl>)
13863
13864 2001-08-21 [paul]
13865
13866         clean up after sync with sylpheed 0.5.3 release
13867
13868         * src/folderview.c
13869                 fix re-introduced font mess, see Christoph's
13870                 entry 2001-06-24
13871
13872         * src/summaryview.c
13873                 remove prev_msgnum
13874                 use sylpheed's small font instead of
13875                 gtk default font for summary view
13876
13877
13878 2001-08-17 [paul]
13879
13880         * configure.in
13881                 add pl to ALL_LINGUAS - sync with main branch
13882
13883         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13884                 Updated. Translations by Jens Oberender, Ricardo Mones
13885                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
13886
13887         * po/pl.po  ** NEW FILE **
13888                 sync with the main branch
13889
13890         * src/folderview.c
13891                 fix target folder colorizing and refresh problem
13892
13893
13894 2001-08-17 [christoph]
13895
13896         * src/mainwindow.c
13897                 claws uses 4 colors for target folder coloring.
13898                 arrays were not long enough and destroyed the
13899                 stack causing a segfault.
13900                 target folder colorizing does not work anymore
13901                 for me
13902
13903 2001-08-16 [paul]
13904
13905         * configure.in
13906                 change to version 0.5.3claws1
13907
13908         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13909           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13910           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13911
13912                 sync with sylpheed 0.5.3 release, but keep claws method of
13913                 configuring/saving fonts
13914
13915         * src/addressbook.[ch]
13916                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13917                 in line with a similar change in Hiroyuki's branch
13918
13919         * src/mainwindow.[ch]
13920                 disable main_window_set_thread_option()
13921         * src/prefs_folder_item.c
13922                 comment out &tmps_prefs.enable_thread,
13923         * src/mbox_folder.c, src/procmsg.[ch]
13924                 comment out MSG_IS_IGNORE_THREAD
13925         * src/summaryview.c
13926                 comment out summary_ignore_thread() and summary_unignore_thread()
13927                 comment out MSG_IS_IGNORE_THREAD
13928
13929                 use Hiroyuki's threading instead.
13930
13931
13932
13933 2001-08-15 [paul]
13934
13935         * src/account.c
13936                 use Hiroyuki's 0.5.3 column scheme but also
13937                 include the enable/disable button.
13938         * src/pixmaps/mark.xpm
13939                 add Hiroyuki's amended pixmap
13940
13941 2001-08-13 [christoph]
13942
13943         * src/account.c
13944                 receive at get all column showed wrong state for APOP
13945                 button should only work for POP3 and APOP accounts
13946         * src/prefs_account.c
13947                 added missing preprocessor statement for SSL
13948
13949 2001-08-12 [paul]
13950
13951         * src/account.[ch]
13952                 add 'receive at get all' column and enable/disable
13953                 button.
13954
13955 2001-08-06 [christoph]
13956
13957         * src/account.c
13958                 show usage of SSL in protocol column
13959
13960         * src/imap.c
13961         * src/inc.c
13962                 renamed ssl options
13963
13964         * src/prefs_account.[ch]
13965                 moved ssl options to a new page
13966
13967         * src/send.c
13968         * src/smtp.c
13969         * src/ssl.[ch]
13970                 renamed ssl options
13971                 added support for SMTP STARTTLS command
13972
13973 2001-08-05 [christoph]
13974
13975         * configure.in
13976                 debian autoconf needs version check to find
13977                 correct autoconf version. if the file is
13978                 named configure.in 2.13 is used, which does
13979                 not work with this configure.in script.
13980                 other solution would be to rename the script
13981                 to configure.ac as suggested in the autoconf
13982                 manual.
13983
13984         * src/inc.c
13985                 disable final error popup if popups are
13986                 diabled in config
13987
13988         * src/socket.c
13989                 bugfix in ssl_gets
13990                 fixes IMAP over SSL problem
13991
13992 2001-08-03 [paul]
13993
13994         * configure.in
13995                 change to 0.5.2claws1
13996
13997         * sync with sylpheed 0.5.2cvs1
13998
13999 2001-08-02 [alfons]
14000
14001         * configure.in
14002                 quick fix for ispell detection...
14003
14004 2001-08-01 [paul]
14005
14006         * configure.in
14007                 change to 0.5.1claws4
14008
14009         * sync with sylpheed 0.5.1cvs7
14010
14011 2001-07-31 [alfons]
14012
14013         * src/prefs_common.c, src/prefs_common.h, 
14014           src/gtkspell.c, src/gtkspell.h
14015                 add global spelling checker settings (compose tab) +
14016                 selection of dictionary 
14017           
14018         * configure.in  
14019                 guess valid ispell location
14020
14021 2001-07-31 [paul]
14022
14023         * po/POTFILES.in
14024                 removal of 'src/quote_fmt_parse.c'
14025         * po/de.po
14026                 Updated de.po
14027                 (submitted by Jens Oberender <didge@suse.de>)
14028
14029 2001-07-31 [darko]
14030
14031         * src/folder.[ch]
14032         * src/folderview.[ch]
14033         * src/mainwindow.c
14034         * src/mh.c
14035         * src/prefs_common.[ch]
14036         * src/summaryview.c
14037                 target folder colourization
14038
14039 2001-07-30 [paul]
14040
14041         more sync with Sylpheed 0.5.1cvs6 
14042
14043 2001-07-30 [darko]
14044
14045         * src/mh.c
14046         * src/prefs_folder_item.[hc]
14047         * src/summaryview.c
14048                 shared folders support with a GUI
14049
14050 2001-07-29 [paul]
14051
14052         0.5.1claws3
14053
14054         * sync with Sylpheed 0.5.1cvs6
14055
14056 2001-07-29 [paul]
14057
14058         * po/pt_BR.po
14059                 updated
14060                 (submitted by Fabio Junior Beneditto)
14061
14062 2001-07-28 [paul]
14063
14064         * src/procmime.c
14065         * AUTHORS
14066                 patch to correct bad image mime headers
14067                 (submitted by Don Quijote <dq@searchlores.org>)
14068
14069 2001-07-28 [paul]
14070
14071         * tools/gif2xface.pl   **NEW FILE**
14072         * tools/README
14073                 script to convert file.gif to file.xface for
14074                 use in a custom header.
14075                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
14076
14077 2001-07-27 [alfons]
14078         
14079         * configure.in
14080                 change macros for detecting JPilot and LDAP
14081
14082 2001-07-27 [christoph]
14083
14084         * src/filtering.c
14085                 code cleanup (MIN / MAX warning, needed casting)
14086
14087 2001-07-27 [alfons]
14088
14089         * procheader.c
14090                 disallow setting flags when detecting certain headers
14091                 (X-Status, Status, Seen, X-Seen). 
14092         
14093         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
14094
14095 2001-07-27 [christoph]
14096
14097         * src/prefs_filter.c
14098         * src/prefs_filtering.c
14099         * src/prefs_matcher.c
14100         * src/prefs_scoring.c
14101                 scroll list when moving rows up or down
14102
14103         * src/imap.c
14104         * src/imap.h
14105         * src/prefs_account.c
14106         * src/prefs_account.h
14107         * src/send.c
14108                 SMTP over SSL (untested, feedback requested)
14109                 IMAP over SSL
14110
14111         * src/ssl.c
14112                 code cleanup
14113
14114 2001-07-26 [alfons]
14115         
14116         * configure.in, acconfig.h
14117                 define CLAWS (need this for main / claws detection)
14118
14119 2001-07-25 [alfons]
14120
14121         * configure.in
14122                 Sylpheed 0.5.1claws2
14123                 
14124         * sync with Sylpheed 0.5.1cvs4
14125
14126 2001-07-25 [christoph]
14127
14128         * src/scoring.c
14129                 fixed segfault
14130                 item->prefs == NULL (don't know why)
14131
14132 2001-07-25 [alfons]
14133
14134         * configure.in
14135                 Sylpheed 0.5.1claws1
14136
14137         * sync with Sylpheed 0.5.1cvs1-3
14138
14139 2001-07-24 [christoph]
14140
14141         * src/folderview.c
14142         * src/prefs_folder_item.[ch]
14143                 added folderitem preferences dialog with
14144                 default To: and auto request return receipt
14145
14146         * src/compose.[ch]
14147         * src/menu.[ch]
14148                 changes to handle new folderitem preferences
14149
14150         * src/mainwindow.c
14151         * src/summaryview.c
14152                 call compose new mail with current folderitem
14153
14154 2001-07-24 [alfons]
14155
14156         Release Sylpheed 0.5.1claws
14157
14158         * configure.in
14159                 change to release version 0.5.1claws
14160
14161 2001-07-24 [christoph]
14162
14163         * src/summaryview.c
14164                 fixed segfault that happend when the selected
14165                 message was removed while retrieving new messages.
14166
14167         * po/es.po
14168                 updated translation
14169                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
14170
14171 2001-07-22 [alfons]
14172
14173         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
14174         this is a work in progress, for more information: http://nlpagan.net/sylman 
14175         
14176         * configure.in, src/mainwindow.c, manual/Makefile.am
14177                 add support for English manual
14178
14179         * AUTHORS
14180                 add authors of user manuals
14181
14182         * manual/en/sylpheed*.html
14183                 add English documentation
14184
14185 2001-07-22 [christoph]
14186
14187         * po/POTFILES.in
14188                 added src/ssl.c
14189         * src/ssl.c
14190                 changed a wrong debug message
14191
14192 2001-07-22 [alfons]
14193
14194         * po/nl.po
14195                 update Dutch translation
14196
14197         * src/prefs_filtering.c, 
14198           src/prefs_matcher.c
14199                 add more translatable strings           
14200
14201 2001-07-21 [alfons]
14202
14203         0.5.0claws7
14204
14205         * configure.in
14206                 change version
14207
14208         * src/inc.c, src/summaryview.[ch]
14209                 prevent update of mark file when filtering has done, by
14210                 using a variable; this affects two functions:
14211                         inc.c::inc_finished()
14212                         summaryview.c::summary_show()
14213
14214 2001-07-20 [alfons]
14215
14216         * src/filtering.[ch], src/prefs_filtering.c, 
14217           src/matcher.[ch]
14218                 add filtering action for label coloring 
14219
14220         * po/POTFILES.in
14221                 add labelcolors.c
14222
14223         * added src/labelcolors.c
14224         * added src/labelcolors.h
14225         * src/Makefile.am, src/summaryview.c
14226                 rearrange label coloring code
14227
14228         * src/procmsg.h
14229                 add more parentheses so label colouring works correctly
14230
14231         * src/filtering.c
14232                 don't really delete message, but move it to Trash
14233
14234         * src/prefs_matcher.c
14235                 add quote options to info dialog
14236
14237 2001-07-20 [christoph]
14238
14239         * src/Makefile.am
14240         * src/inc.c
14241         * src/main.[ch]
14242         * src/socket.h
14243         * src/ssl.[ch] (new)
14244                 moved ssl stuff to a seperate file
14245
14246 2001-07-20 [darko]
14247
14248         * src/summaryview.c
14249                 fix show sender using address book with no e-mail
14250                 address in From: field
14251
14252 2001-07-19 [alfons]
14253
14254         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
14255                 fix messy handling of escaping... now at least the
14256                 execute command is useful. escape char is '\', we
14257                 accept \n and \r too. 
14258
14259                 Real life example:
14260                 
14261                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
14262                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
14263
14264 2001-07-18 [alfons]
14265
14266         0.5.0claws6
14267
14268         * src/summaryview.c
14269                 clean up
14270
14271         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
14272           src/procmsg.[ch]
14273                 revise filtering; currently move, copy, marking have
14274                 been tested. if you like bleeding edge stuff, you
14275                 should definitely go for this version :)
14276
14277         * mark old working stuff as VERSION_0_5_0_CLAWS5        
14278
14279 2001-07-17 [christoph]
14280
14281         * src/utils.c
14282                 timestamp log
14283
14284 2001-07-17 [alfons]
14285
14286         0.5.0claws5
14287
14288         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
14289           bits in the mark file, without affecting either branch. Lots of
14290           files changed, also in claws branch.
14291
14292           UNTESTED: use of mbox folders
14293
14294         * src/summaryview.c
14295                 added mark all read; however this was a quick hack used for
14296                 cleaning up mess after initial merge with Hiroyuki
14297
14298         * configure.in
14299                 change claws version number back to 0.5.0claws5 to clear up 
14300                 confusion & pretension (recent release was technically 
14301                 0.5.0claws4, so we neatly align with Hiroyuki :-)
14302
14303 2001-07-16 [alfons]
14304
14305         sync with Hiroyuki's 0.5.0cvs4
14306
14307 2001-07-16 [alfons]
14308
14309         0.5.1claws3
14310
14311         * src/filtering.[ch]
14312                 remove invalid updating of mark files for 
14313                 filter actions MATCHING_ACTION_MOVE and 
14314                 MATCHING_ACTION_DELETE; this should fix the
14315                 folder update bug
14316                 
14317         * src/procmsg.c
14318                 revert Christoph's stab at fixing the folder 
14319                 update bug
14320
14321         * po/POTFILES.in
14322                 add missing files with translatable strings
14323
14324         * src/summaryview.c
14325                 remove debug print
14326
14327 2001-07-15 [alfons]
14328
14329         * src/addr_compl.[ch], src/prefs_filtering.c
14330                 make "filtering pref dialog's destination entry" an
14331                 "address completable entry", if filter destination is 
14332                 an email address
14333
14334         0.5.1claws2
14335         
14336         sync with Hiroyuki's 0.5.0cvs2-3
14337
14338 2001-07-15 [christoph]
14339
14340         * src/procmsg.c
14341                 fixed folder stats update after incorporation
14342
14343 2001-07-15 [alfons]
14344
14345         * src/summaryview.c
14346                 * finish label colouring stuff (for now)
14347                 * fix incorrect colour bug (off by one) 
14348
14349 2001-07-14 [alfons]
14350
14351         * src/mainwindow.c
14352                 change text labels for news and mail message so there's
14353                 plenty of toolbar estate left
14354
14355         * configure.in
14356                 0.5.1claws1
14357
14358         * src/folderview.c
14359           src/folder.[ch]
14360                 sync with Hiroyuki's 0.5.0cvs1
14361
14362         * src/summaryview.c
14363                 more rewrite label colouring
14364
14365 2001-07-14 [alfons]
14366
14367         * src/summaryview.[ch]
14368                 * start rewrite label colouring 
14369                 * fix proper location "Add Sender To Addressbook" menu item
14370
14371 2001-07-13
14372
14373         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14374         (actually this is 0.5.0claws4)
14375
14376 2001-07-13 [alfons]
14377
14378         * po/pt_BR.po
14379                 * fix duplicate message
14380                 * add updated Portugese / Brazilian translation
14381                   submitted by Fabio Junior Beneditto
14382
14383 2001-07-12 [alfons]
14384
14385         * AUTHORS
14386                 add Jens
14387
14388         * po/nl.po
14389                 add updated Dutch translation
14390
14391         * po/de.po
14392                 add updated German translation submitted by Jens
14393
14394 2001-07-11 [alfons]
14395
14396         Prerelease before 0.5.0claws. Please test.
14397         This version is temporarily tagged as VERSION_0_5_0_TEST
14398
14399         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
14400           src/prefs_scoring.c, src/prefs_matcher.c, 
14401           src/prefs_filtering.c, src/mbox.c, 
14402           src/main.c, src/inc.c, src/filtering.[ch]
14403                 revert new Hoa's new matcher (does not work yet)
14404
14405         * src/Makefile.am
14406                 clean up
14407
14408 2001-07-10
14409
14410         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14411
14412
14413 2001-07-10 [alfons]
14414
14415         * Makefile.am
14416                 add ChangeLog.claws to EXTRA_DIST
14417         * src/Makefile.am
14418                 add matcher_parser_parse.h to EXTRA_DIST
14419
14420 2001-07-10 [christoph]
14421
14422         * src/inc.c
14423                 add destination folder to table of
14424                 folders that need to be updated after
14425                 incorporation
14426
14427 2001-07-10 [alfons]
14428
14429         * folder.[ch]
14430           folderview.c
14431                 make collapse state of folders and folder items persistent, i.e.
14432                 if you collapse a folder tree, the next time sylpheed-claws starts 
14433                 up the folder tree remains collapsed.  
14434                 
14435 2001-07-10 [christoph]
14436
14437         * acconfig.h
14438         * configure.in
14439                 added --enable-ssl
14440         * src/md5.[ch]
14441                 renamed MD5_CTX to MD5_CTX_syl
14442                 conflicts with a struct in openssl
14443         * src/inc.c
14444         * src/main.[ch]
14445         * src/prefs_account.[ch]
14446         * src/socket.[ch]
14447                 SSL support for POP
14448         * src/mainwindow.c
14449                 fixed compose with current account
14450                 broken by new compose button stuff
14451
14452 2001-07-09 [hoa]
14453
14454         * AUTHORS
14455                 changed my email address
14456
14457         * src/matcher_parser_parse.y
14458                 clean the parser to remove conflicts
14459
14460 2001-07-09 [alfons]
14461
14462         * AUTHORS
14463                 add Match Grun
14464
14465         * configure.in
14466                 fix incorrect description of --enable-ldap parameter
14467
14468         * src/prefs_common.[ch]
14469           src/compose.c
14470                 add experimental option "smart wrapping" which makes the
14471                 compose editor auto wrap.
14472                 
14473                 | TODO: the problem with the buggy cursor handling is caused |
14474                 | by the GtkText. when deleting / backspacing text its       |
14475                 | wrapping algorithm does not take in account the previous   |
14476                 | line. should find a way to hack this in.                   |
14477                 | or should perhaps combine this with the word wrapping      |
14478                 | patch i wrote in january.                                  |
14479
14480         * src/about.c
14481                 show build parameters for LDAP and JPilot
14482
14483         * src/summaryview.c
14484                 revert Christoph's bugfix for selecting next unread message, 
14485                 because folder stats aren't updated correctly
14486
14487 2001-07-08 [hoa]
14488
14489         * src/filtering.c
14490         * src/mainwindow.c
14491         * src/matcher.c
14492         * src/matcher_parser_lex.l
14493         * src/matcher_parser_parse.y
14494         * src/prefs_filtering.c
14495         * src/prefs_scoring.c
14496         * src/scoring.c
14497                 bugfix of the config file parser
14498
14499 2001-07-08 [alfons]
14500
14501         * src/Makefile.am
14502                 added generated matcher sources to BUILT_SOURCES
14503
14504 2001-07-08 [hoa]
14505
14506         * src/Makefile.am
14507         * src/.cvsignore
14508                 added new config file parser
14509
14510         * src/scoring.[ch]
14511         * src/filtering.[ch]
14512         * src/matcher.[ch]
14513         * src/prefs_filtering.c
14514         * src/prefs_matcher.c
14515         * src/prefs_scoring.c
14516         * added src/matcher_parser.h
14517         * added src/matcher_parser_lex.h
14518         * added src/matcher_parser_lex.l
14519         * added src/matcher_parser_parse.y
14520                 lex & yacc config file parser
14521
14522         * src/mbox.c
14523         * src/inc.c
14524         * src/main.c
14525                 changes prefs_filtering into global_filtering           
14526
14527         * src/summaryview.c
14528                 build threads with subjects only if "Re: " is at the
14529                 beginning of the subject
14530
14531 2001-07-07 [paul]
14532
14533         0.5.0claws
14534
14535         sync with sylpheed 0.5.0
14536                 change of version number only
14537
14538 2001-07-06 [paul]
14539
14540         0.5.0claws5
14541
14542         sync with sylpheed 0.5.0pre5
14543
14544 2001-07-05 [paul]
14545
14546         sync with sylpheed 0.5.0pre4 release
14547                 /po and /manual/ja not sync'ed
14548
14549 2001-07-04 [paul]
14550
14551         more sync with sylpheed 0.5.0pre4
14552
14553 2001-07-03 [christoph]
14554
14555         * src/addressbook.c
14556                 fixed address book broken by address book
14557                 for VCard, JPilot, LDAP
14558
14559 2001-07-03 [alfons]
14560
14561         * src/matcher.c
14562         * src/textview.c
14563                 stopped memory leaks
14564
14565 2001-07-03 [paul]
14566
14567         more sync with sylpheed 0.5.0pre4
14568
14569 2001-07-02 [match]
14570
14571         * included address book patch for VCard, JPilot, LDAP
14572         * pref_common.c - fixed Font options on Display tab (cosmetic)
14573         * alertpanel.c - fixed truncated message
14574
14575 2001-07-02 [christoph]
14576
14577         * src/mbox_folder.c
14578         * src/procmsg.[ch]
14579         * src/summaryview.c
14580                 mark threads for ignoring
14581
14582 2001-07-02 [paul]
14583
14584         0.5.0claws4
14585
14586         * sync with sylpheed 0.5.0pre4
14587                 updated gettext to 0.10.38.
14588
14589 2001-07-01 [paul]
14590
14591         * src/ mainwindow.c
14592         * src/procmsg.h
14593         * src/summaryview.[ch]
14594                 new right-click option: Label.
14595                 substitute for 'Mark-->Mark/Unmark', colours the line.
14596                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
14597
14598 2001-07-01 [christoph]
14599
14600         * src/folderview.c
14601                 fixed font for trash
14602         * src/summaryview.c
14603                 move ctree to unread message
14604
14605 2001-07-01 [paul]
14606
14607         * sync with sylpheed 0.5.0pre3 release
14608
14609 2001-06-30 [alfons]
14610
14611         * src/filesel.[ch]
14612         * src/compose.c
14613                 allow inserting / attaching multiple files in
14614                 the composer window
14615
14616 2001-06-30 [paul]
14617
14618         * src/codeconv.c
14619                 small change to Alfons' previous stuff so that it
14620                 actually makes
14621
14622 2001-06-30 [alfons]
14623
14624         * lots of files changed; first attempt to merge the changes
14625           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
14626
14627 2001-06-30 [paul]
14628
14629         * po/pt_BR.po
14630                 updated and completed, translations by Fabio
14631                 Junior Beneditto <fjbeneditto@yahoo.com.br>
14632
14633 2001-06-29 [alfons]
14634
14635         * src/compose.c
14636         * src/mimeproc.[ch]
14637                 allow selecting an attached files' mime type from a 
14638                 list of types.
14639
14640 2001-06-29 [paul]
14641
14642         * more sync with sylpheed 0.5.0pre3
14643
14644 2001-06-29 [paul]
14645
14646         * po/pt_BR.po
14647                 merge with sylpheed.pot and pt_BR.po provided by
14648                 Fabio Junior Beneditto.
14649
14650 2001-06-29 [darko]
14651
14652         * src/procmime.c
14653                 make MIME types case insensitive
14654
14655 2001-06-28 [alfons]
14656
14657         * po/nl.po
14658                 merge with sylpheed.pot and old nl.po; translations added.
14659
14660 2001-06-28 [paul]
14661
14662         * more sync with sylpheed 0.5.0pre3
14663
14664 2001-06-27 [alfons]
14665
14666         * src/summaryview.c
14667                 don't crash when removing parent node of messages
14668                 attracted by subject. this was caused by not deleting
14669                 the parent node from the subject line hash table.
14670
14671 2001-06-27 [alfons]
14672
14673         * src/summaryview.c
14674         * src/compose.[ch]
14675         * src/mainwindow.c
14676                 if there are multiple messages selected, allow forwarding
14677                 them as attachments.
14678
14679 2001-06-27 [paul]
14680
14681         * more sync with sylpheed 0.5.0pre3
14682
14683 2001-06-26 [paul]
14684
14685         0.5.0claws3
14686
14687         * sync with sylpheed 0.5.0pre3
14688
14689 2001-06-25 [paul]
14690
14691         * src/mainwindow.c
14692                 fixed 'compose news article' bug
14693                 from icon-and-text toolbar
14694
14695 2001-06-25 [paul]
14696
14697         * sync with sylpheed 0.5.0pre2 release
14698
14699 2001-06-24 [christoph]
14700
14701         * src/prefs_common.c
14702                 bug fix in font selection
14703         * src/folderview.c
14704                 use sylpheed's normal font instead of
14705                 gtk default font for folders without
14706                 new messages
14707
14708 2001-06-24 [alfons]
14709
14710         * src/mainwindow.[ch]
14711                 added composite compose mail / news button (an idea by Leandro
14712                 Pereira <leandro@linuxmag.com.br>)
14713
14714 2001-06-24 [paul]
14715
14716         Added instructions for ldif-to-xml.py
14717
14718         * tools/README
14719
14720 2001-06-23 [alfons]
14721
14722         Some minor things.
14723
14724         * src/pixmaps/stock_news_compose.xpm
14725                 added pixmap by Leandro
14726         * src/prefs_common.c
14727                 tested built-in spelling checker of GCC 3.0 :)
14728         * po/nl.po
14729                 merged dutch translation of sylpheed-main with
14730                 sylpheed.pot
14731
14732 2001-06-23 [paul]
14733
14734         Added tools directory and files.
14735
14736         * tools/filter_conv.pl
14737                 converts old filter system to new filtering system
14738         * tools/ldif-to-xml.py
14739                 converts netscape addressbook to sylpheed addressbook
14740         * tools/README
14741                 descriptions/instructions for above two files
14742
14743 2001-06-23 [christoph]
14744
14745         * src/inc.c
14746         * src/manage_window.[ch]
14747         * src/prefs_common.[ch]
14748                 mail retrieval dialog can be enabled, disabled
14749                 or hidden if non of sylpheed's windows is active
14750
14751 2001-06-22 [paul]
14752
14753         0.5.0claws2
14754
14755         * sync with sylpheed 0.5.0pre2
14756
14757 2001-06-21 [christoph]
14758
14759         * src/summaryview.c
14760                 show recipient on 'from' for all accounts
14761                 
14762         * src/inc.c
14763         * src/prefs_common.[ch]
14764                 disable error popup on mail receive errors
14765
14766 2001-06-21 [alfons]
14767
14768         * src/compose.c
14769                 made the ruler correctly appear and disappear.
14770
14771         * src/Makefile.am
14772                 removed Hoa's work-in-progress-stuff (interesting!) so 
14773                 claws compiles ok.
14774
14775 2001-06-20 [christoph]
14776
14777         * src/inc.c
14778         * src/progressdialog.c
14779                 added scrolled window for list in progressdialog
14780
14781 2001-06-20 [paul]
14782
14783         sync with sylpheed 0.5.0pre1 release
14784
14785 2001-06-20 [christoph]
14786
14787         * src/summeryview.c
14788                 make building threads by subject work when
14789                 thread view is enabled
14790                 
14791         * src/compose.c
14792         * src/prefs_common.[ch]
14793                 automatically select account for mail replys
14794
14795 2001-06-19 [sergey]
14796
14797         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
14798         they are filled in from the account settings.
14799
14800 2001-06-19 [paul]
14801
14802         * more sync with sylpheed 0.5.0pre1
14803
14804 2001-06-18 [alfons]
14805
14806         * src/Makefile.am,
14807           src/procmime.c
14808                 added --sysconfdir to CPPFLAGS for pointing to the correct
14809                 location of mime.types. 
14810
14811                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
14812                 or ./configure!
14813
14814 2001-06-18 [hoa]
14815
14816         * src/summaryview.c
14817                 fixed some bug when building threads
14818
14819 2001-06-18 [pau]l
14820
14821         * src/prefs_account.c
14822                 UI stuff: More changes to the English
14823
14824 2001-06-18 [paul]
14825
14826         * src/pixmaps/stock_news_compose.xpm: new file
14827         * src/Makefile.am
14828         * src/mainwindow.c
14829         * src/summaryview.c
14830                 Added new icon for Hoa's 'compose a news
14831                 message', plus minor improvements to the
14832                 English
14833
14834         * po/ja.po
14835         * ChangeLog
14836         * ChangeLog.jp
14837                 more sync with sylpheed 0.5.0pre1
14838
14839 2001-06-18 [hoa]
14840
14841         * src/compose.[ch]
14842         * src/mainwindow.c
14843                 Follow-up and reply to
14844
14845         * src/summaryview.[ch]
14846                 Build threads also with subjects
14847
14848 2001-06-17 [hoa]
14849
14850         * src/compose.c
14851                 forwarding use the current account.
14852
14853         * src/mainwindow.c
14854                 the "compose message" button has been replaced with
14855                 "new mail" and "new news" buttons
14856
14857         * src/prefs_common.[ch]
14858                 added a configuration option to use the forward button
14859                 as "forward as attachment"
14860                 changed reply and forward format description
14861
14862         * src/quote_fmt_lex.l
14863         * src/quote_fmt_parse.y
14864                 added message with no signature in format for reply
14865                 and forward.
14866
14867 2001-06-17 [paul]
14868
14869         Minor UI stuff
14870
14871         * src/mainwindow.c
14872         * src/summaryview.c
14873                 Improvements to the English
14874
14875         * src/prefs_common.c
14876                 Improvements to the English and some
14877                 clarity/continuity improvements in the
14878                 description of Quote symbols.
14879
14880 2001-06-17 [paul]
14881
14882         0.5.0claws1
14883
14884         * sync with sylpheed 0.5.0pre1
14885
14886 2001-06-17 [hoa]
14887
14888         * src/compose.c
14889                 Better interface for compose, displayed fields
14890                 are updated whenever we change account.
14891                 Newsgroups field is automatically filled.
14892
14893         * src/mainwindow.c
14894                 Newsgroups field is automatically filled.
14895
14896         * src/prefs_account.c
14897                 Some interface stuff when fields appear and
14898                 disappear.
14899
14900 2001-06-16 [paul]
14901
14902         0.4.99claws
14903
14904         * sync with sylpheed 0.4.99
14905
14906 2001-06-16 [sergey]
14907
14908         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14909         base64_decoder_free, base64_decoder_decode): new object and
14910         functions for decoding base64 streams.
14911         * src/procmime.c (procmime_decode_content): modified to use the
14912         new base64 decoder.
14913
14914 2001-06-15 [paul]
14915
14916         0.4.99claws10
14917
14918         * sync with sylpheed 0.4.99cvs11
14919
14920 2001-06-13 [paul]
14921
14922         0.4.99claws9
14923
14924         * sync with sylpheed 0.4.99cvs9
14925
14926 2001-06-13 [hoa]
14927
14928         * src/compose.c
14929         * src/prefs_account.c
14930
14931                 SMTP server can be defined in the news account
14932                 mime type of attachment are kept.
14933
14934         * src/summaryview.c
14935
14936                 now choose the highest important score between default
14937                 and important score of folder.
14938
14939 2001-06-09 [alfons]
14940         
14941         * src/prefs_common.c: 
14942
14943                 (prefs_quote_description_create): corrected description of 
14944                 quote format characters
14945
14946 2001-06-09 [paul]
14947
14948         0.4.99claws8
14949
14950         * sync with sylpheed 0.4.99cvs8
14951
14952 2001-06-08 [sergey]
14953
14954         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14955         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14956
14957 2001-06-08 [paul]
14958
14959         0.4.99claws7
14960
14961         * sync with sylpheed 0.4.99cvs7
14962
14963 2001-06-06 [sergey]
14964
14965         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14966         clashes with autogenerated header).
14967         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14968         * src/Makefile.am: added quote_fmt.h.
14969         * src/.cvsignore: added lex/yacc autogenerated files
14970         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14971
14972 2001-06-06 [paul]
14973
14974         0.4.99claws6
14975
14976         * sync with sylpheed 0.4.99cvs6
14977
14978 2001-06-06 [hoa]
14979
14980         * added src/quote_fmt_parse.h
14981         * src/compose.c
14982                 removed warnings
14983
14984         * src/prefs.[ch]
14985                 don't modify readonly configuration files
14986
14987         * src/prefs_account.c
14988         * src/prefs_common.c
14989         * src/prefs_customheader.c
14990         * src/prefs_display_header.c
14991         * src/prefs_filter.c
14992         * src/prefs_filtering.c
14993         * src/prefs_scoring.c
14994                 don't open dialog box when configuration files
14995                 are readonly
14996
14997 2001-06-05 [sergey]
14998
14999         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
15000
15001         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
15002         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
15003         BUILT_SOURCES to make all files rebuild properly.
15004
15005         * src/compose.c: removed #include "quote_fmt.tab.h".
15006
15007         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
15008         CHARACTER value in yylval.
15009
15010         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
15011         receive CHARACTER value by documented means (yylval).
15012
15013         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
15014
15015 2001-06-05 [hoa]
15016
15017         * src/Makefile.am
15018                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
15019
15020         * src/filtering.c
15021         * src/matcher.c
15022         * src/matcher.h
15023         * src/prefs_filtering.c
15024                 now keep the configuration for execute action
15025
15026         * src/mbox_folder.c
15027                 fixed a warning
15028
15029 2001-06-05 [paul]
15030
15031         * sync with sylpheed 0.4.99cvs5
15032
15033 2001-06-05 [hoa]
15034
15035         * src/Makefile.am
15036                 added quote_fmt.[ch]
15037
15038         * added src/quote_fmt.y
15039         * added src/quote_fmt.l
15040         * added src/quote_fmt.tab.h
15041         * added src/quote_fmt.tab.c
15042         * added src/lex.quote_fmt.c
15043                 parsing configuration for replying
15044                 and forwarding
15045
15046         * src/prefs_common.[ch]
15047                 added configuration UI for replying
15048                 and forwarding
15049
15050         * src/compose.c
15051                 using configuration for replying
15052                 and forwarding
15053
15054 2001-06-04 [hoa]
15055
15056         * src/filtering.c
15057         * src/matcher.c
15058         * src/matcher.h
15059         * src/prefs_filtering.c
15060         * src/prefs_matcher.c
15061         * src/prefs_matcher.h
15062                 action "run a command" for filtering
15063                 and matching with a command.
15064                 fixed the "whole message" matching
15065
15066         * src/mbox_folder.c
15067                 changed temporary filename for security
15068
15069         * src/messageview.c
15070                 queue the notification if it fails to send.
15071
15072         * src/prefs_common.c
15073         * src/prefs_folder_item.c
15074                 changed the default important score             
15075
15076         * src/prefs_scoring.c
15077         * src/scoring.c
15078                 hide kill score input when the folder is not
15079                 a newsgroup
15080
15081 2001-06-03 [alfons]
15082
15083         * src/prefs_common.c:
15084
15085                 (prefs_font_select): pass font name in font entry box to font
15086                 selection dialog.
15087
15088 2001-06-03 [sergey]
15089
15090         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
15091
15092 2001-06-03 [paul]
15093
15094         * sync with sylpheed 0.4.99cvs4
15095
15096 2001-06-03 [alfons]
15097
15098         * src/headerwindow.c:
15099
15100                 (headerwindow_show_cb): use the selected summary view item, not
15101                 the displayed item.
15102
15103 2001-06-02 [alfons]
15104
15105         * src/headerwindow.c:
15106
15107                 (headerwindow_show_cb): always try to show msginfo
15108
15109 2001-06-02 [hoa]
15110
15111         * src/compose.c
15112                 keep attached parts when reediting or forwarding.
15113
15114 2001-06-01 [hoa]
15115
15116         * src/folderview.c
15117         * src/prefs_folder_item.[ch]
15118         * src/prefs_scoring.[ch]
15119         * src/scoring.[ch]
15120         * src/summaryview.[ch]
15121         * src/main.c
15122         * src/mainwindow.c
15123         * src/prefs_common.[ch]
15124                 support for folder scoring
15125                 kill score and important score for messages
15126         
15127         * src/prefs_account.c
15128                 some display bug fixed for local account
15129                 preferences
15130
15131 2001-05-31 [alfons]
15132
15133         * src/summaryview.c:
15134
15135                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
15136                 sender to address book menu item is disabled.
15137
15138 2001-05-30 [hoa]
15139
15140         * src/filtering.[ch]
15141         * src/summaryview.c
15142                 handling summary menu / filter messages
15143
15144         * src/folder.[ch]
15145                 add some stuff
15146
15147         * src/foldersel.c
15148                 imap folders now appears in list
15149
15150         * src/mbox_folder.c
15151                 doesn't crash if destination mail is not writeable
15152
15153 2001-05-29 [hoa]
15154
15155         * src/compose.c
15156                 removed some warnings
15157
15158         * src/filtering.c
15159         * src/folder.[ch]
15160         * src/prefs_filtering.c
15161                 global string to identify any folders           
15162                 removed some debug info
15163                 filtering to mbox folders is now possible
15164
15165         * src/mainwindow.c
15166                 removed some warnings
15167
15168         * src/mbox_folder.c
15169                 permission on files are changed to read/write for user only,
15170                 nothing for other.
15171                 creation of subfolder is handled better.
15172
15173 2001-05-28 [alfons]
15174
15175         Verified the sync for src/prefs_common.[ch] and
15176         src/prefs_account.[ch]. I believe there were some
15177         minor indentation differences.
15178
15179 2001-05-28 [paul]
15180
15181         0.4.99claws3
15182
15183         * sync with 0.4.99cvs3
15184
15185 2001-05-28 [hoa]
15186
15187         * src/compose.c
15188                 handling flags for mbox format
15189
15190         * src/filtering.c
15191                 use of mark file only for MH format
15192                 handling flags for mbox format
15193                 filtering cannot yet move or copy mails to mbox folders.
15194
15195         * src/folder.[ch]
15196                 changed move_msg, copy_msg,
15197                 move_msgs_with_dest, copy_msgs_with_dest functions
15198                 uses only folder->copy_msg() function
15199                 uses folder->finished_copy() to handle the destination
15200                 folder at the end of the copy or move operation.
15201
15202         * src/foldersel.c
15203                 included mbox directories.
15204
15205         * src/folderview.[ch]
15206         * src/mainwindow.c
15207                 handle folders operation for mbox format
15208
15209         * src/mbox.c
15210                 disable conversion of "From " header
15211
15212         * src/mbox_folder.[ch]
15213                 completion of mbox format handling
15214
15215         * src/mh.c
15216                 changed mh_copy_msg() function and
15217                 removed mh_move_msg(), mh_move_msgs_with_dest(),
15218                 mh_copy_msgs_with_dest()
15219
15220         * src/prefs_filtering.c
15221                 removed some warnings
15222
15223         * src/prefs_matcher.c
15224                 default boolean operation is AND
15225
15226         * src/procheader.c
15227                 handling flags for mbox format
15228                 handling of "From " header
15229
15230         * src/procmsg.[ch]
15231                 removed data field
15232                 added MSG_REALLY_DELETED flags to handle deletion of
15233                 messages in mbox format.
15234
15235         * src/summaryview.c
15236                 handling flags for mbox format
15237                 disable the MSG_DELETED flags when messages
15238                 are deleted in mbox format
15239
15240         * src/textview.c
15241                 "From " headers display fixed.
15242
15243 2001-05-27 [alfons]
15244
15245         * src/textview.c:
15246                 
15247                 (get_email_part): skip quoted email addresses, like in e.g.
15248                 "'alfons@proteus.demon.nl'".
15249
15250 2001-05-26 [alfons]
15251
15252         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
15253         and fixing the persistence troubles when using separate windows.
15254
15255         * src/mainwindow.c:
15256         
15257             Added #define SEPARATE_ACTION used in the gtk item factory for 
15258             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
15259                 use gtk_item_factory_get_widget_by_action() to get the items.
15260                 
15261             Removed separate_widget_cb from the gtk item factory data   
15262           
15263             (mainwindow_create): connect separate_widget_cb() to check
15264             menu item "toggled" signal. also passing a MainWindow pointer
15265                 as object data for both check menu items.
15266                 
15267             (separate_widget_cb): definition of separate_widget_cb() to match
15268             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
15269                 window using gtk_object_get_data(). The type of window separation 
15270                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
15271         
15272         * src/prefs_filtering.c,
15273           src/prefs_matcher.c: added horizontal scrollbars
15274
15275 2001-05-25 [darko]
15276
15277         * src/headerview.c
15278                 fix segfault with invalid bold font
15279         * src/summaryview.c
15280                 correctly display summary stats after row is marked
15281
15282 2001-05-23 [sergey]
15283
15284         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
15285         encodings with libjconv.
15286
15287 2001-05-23 [hoa]
15288
15289         * src/Makefile.am
15290                 added mbox_folder.[ch]
15291         * src/defs.h
15292                 mbox temporary folder
15293         * src/folder.[ch]
15294         * added src/mbox_folder.[ch]
15295         * src/folderview.c
15296         * src/procheader.[ch]
15297                 added mbox support
15298         * src/mbox.c
15299                 bugfix for file incorporation filtering
15300         * src/imap.c
15301                 enable creation of MBOX
15302         * src/prefs_display_header.c
15303                 enable use of headers like "From "
15304                 something that should be fixed :
15305                         displaying of such headers add an extra space
15306         * src/prefs_folder_item.c
15307                 don't create folders because it is not necessary
15308         * src/procmsg.h
15309                 added data field to MsgInfo for mbox internal use
15310         * src/summaryview.c
15311                 added some support for mbox
15312         * src/utils.[ch]
15313                 added get_mbox_cache_dir() function
15314
15315 2001-05-23 [hiroyuki]
15316
15317         * src/headerwindow.c
15318           src/inc.c
15319           src/main.c
15320           src/mh.c
15321           src/nntp.c
15322           src/procmsg.h
15323           src/session.h
15324           src/socket.[ch]
15325           src/summaryview.c
15326           src/textview.c
15327           src/automaton.c
15328           src/folderview.c: more sync with 0.4.99cvs2.
15329
15330         * src/headerwindow.c: reverted.
15331
15332 2001-05-22 [paul]
15333
15334         0.4.99claws2
15335
15336         * sync with sylpheed 0.4.99cvs2
15337                 * src/news.[ch]
15338                 * src/nntp.[ch]
15339                 * INSTALL
15340                 * INSTALL.jp
15341
15342 2001-05-22 [alfons]
15343
15344         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
15345
15346 2001-05-21 [alfons]
15347
15348         Minor things:
15349
15350         * configure.in: if gnome-config not found, "no" is displayed
15351         
15352         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
15353
15354         * src/textview.c: now also possible to add mail addresses by right
15355           clicking in the text view
15356
15357         * src/codeconv.c: merged patch which fixes endless loop when encountering
15358           invalid wide characters; from Alte <010@imis.ru>  
15359
15360 2001-05-20 [alfons]
15361
15362         Added installation of gnome specific things:
15363
15364         * Makefile.am: gnome conditional
15365
15366         * configure.in: check for installed gnome
15367
15368         * added sylpheed.png, sylpheed.desktop
15369
15370 2001-05-20 [sergey]
15371
15372         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
15373
15374         * src/mainwindow.h (main_window_toolbar_create): created a button
15375         for "Reply to all".
15376         (main_window_set_toolbar_sensitive): enable/disable the new button
15377         appropriately.
15378         (toolbar_reply_to_author_cb): handle the new button.
15379
15380         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
15381         send_progress_dialog_destroy() on failure (fixes hang on SMTP
15382         failure).
15383
15384 2001-05-19 [sergey]
15385
15386         * src/compose.h (ComposeReplyMode): new modes
15387         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
15388         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
15389
15390         * src/compose.c
15391         (compose_send): move some code into a new function:
15392         (compose_current_mail_account): new function.
15393         (compose_reply): new argument to_author, all callers changed; if
15394         to_author==TRUE and account->protocol==A_NNTP, find and use an
15395         appropriate mail account for replying.
15396         (compose_reply_set_entry): new argument to_author; ignore
15397         compose->replyto if to_author==TRUE.
15398
15399         * src/mainwindow.c: new command "Message/Reply to author".
15400         (main_window_set_menu_sensitive): enable/disable it.
15401         (reply_cb): handle it.
15402
15403         * src/summaryview.c: new command "Reply to author".
15404         (summary_set_menu_sensitive): enable/disable it.
15405         (summary_reply_cb): handle it.
15406
15407         * src/account.c (account_find_mail_from_address): new function.
15408
15409 2001-05-18 [paul]
15410
15411         0.4.99claws1
15412
15413         * sync with sylpheed 0.4.99cvs1
15414
15415 2001-05-18 [hoa]
15416
15417         * src/compose.[ch]
15418         * src/filtering.c
15419         * src/summaryview.c
15420                 new filtering action : forward and forward as attachment
15421
15422         * src/main.c
15423                 no need for $DISPLAY when we run sylpheed --help
15424                 call to parse_cmd_opt() is moved
15425
15426         * src/mainwindow.[ch]
15427                 execute button is hidden when immediate execute
15428                 is chosen
15429
15430         * src/mh.c
15431         * src/news.c
15432         * src/prefs_folder_item.c
15433         * src/procmsg.c
15434                 better handling of missing directories
15435
15436         * src/summaryview.c
15437                 reedit is enabled in outbox
15438                 reedit is enabled in queue
15439
15440 2001-05-17 [hoa]
15441
15442         * src/filtering.c
15443         * src/matcher.[ch]
15444         * src/prefs_filtering.c
15445                 changed attachement into attachment
15446
15447 2001-05-17 [alfons]
15448
15449         0.4.67claws4    
15450
15451         * sync with sylpheed 0.4.67cvs9
15452         * sync with sylpheed 0.4.67cvs7-8
15453
15454 2001-05-17 [hoa]
15455
15456         * src/Makefile.am
15457                 added prefs_filtering.c
15458
15459         * src/filtering.[ch]
15460         * src/matcher.[ch]
15461                 removed action : forward_news and forward_news_as_attachement
15462                 (forward and forward_as_attachement can be used instead)
15463
15464         * src/mainwindow.c
15465                 added menu option to access filtering configuration
15466
15467         * src/prefs_account.c
15468                 changed mail_command default to /usr/sbin/sendmail
15469
15470         * added src/prefs_filtering.[ch]
15471                 dialog box for filtering configuration
15472
15473         * src/prefs_matcher.c
15474                 added function prefs_matcher_get_criteria_from_matching()
15475
15476         * src/prefs_scoring.c
15477                 reset the dialog when register or substitute is clicked
15478
15479 2001-05-15 [hoa]
15480
15481         * src/Makefile.am
15482                 added filtering.[ch]
15483         * src/inc.c
15484                 using filering.[ch] instead of filter.[ch]
15485         * src/main.c
15486                 reading new filtering configuration
15487         * src/matcher.[ch]
15488                 added some filtering actions
15489                 and fixed a bug for headers and mail body matching
15490         * src/mbox.c
15491                 using filering.[ch] instead of filter.[ch]
15492         * src/mh.c
15493                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
15494         * src/summaryview.c
15495                 some fixes for filtering
15496
15497 2001-05-14 [hiroyuki]
15498
15499         * src/send.c: fixed some weird indentations.
15500           send_message_with_command(): call pclose() only if p != NULL.
15501         * src/textview.c: get_email_part(): modified the code for readability.
15502
15503 2001-05-14 [hiroyuki]
15504
15505         * src/md5global.h
15506           src/md5ify.c
15507           src/md5ify.h: removed from the cvs.
15508
15509 2001-05-13 [sergey]
15510
15511         * src/main.c: include rfc2015.h to avoid compiler warnings.
15512         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
15513         the panel is already on screen.
15514         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
15515         closing the alert window by ESC as "No".
15516         * src/prefs_common.c (prefs_interface_create): moved return
15517         receipt check button to the correct place.
15518
15519 2001-03-13 [alfons]
15520
15521         * src/prefs_common.c: 
15522                 moved return receipt check button to the Send tab. (prefs_send_create)
15523                 removed the date format ui related globals. (prefs_display_create)
15524
15525         0.4.67claws3
15526         
15527         * sync with sylpheed 0.4.67cvs5-6
15528
15529 2001-05-13 [paul]
15530
15531         * added Alfons' font selection patch
15532
15533         * src/defs.h
15534         * src/headerwindow.c
15535         * src/prefs_common.c
15536         * src/prefs_common.h
15537
15538 2001-05-13 [hoa]
15539         * src/defs.h
15540                 changed version of cache
15541         * src/matcher.[ch]
15542         * src/prefs_matcher.c
15543                 added additionnal matching criteria
15544         * src/procheader.c
15545         * src/procmsg.[ch]
15546         * src/news.c
15547                 added references in MsgInfo
15548
15549 2001-05-12 [hoa]
15550
15551         * src/defs.h
15552                 prepared some things for new filtering
15553         * src/matcher.[ch]
15554                 added some matching properties
15555                 inreplyto need to be enhanced
15556                 prepared some things for new filtering
15557         * src/messageview.c
15558                 added Return-Receipt-To handling
15559         * src/prefs_folder_item.c
15560                 changed default value to TRUE
15561         * src/prefs_matcher.c
15562                 added some matching properties
15563         * src/prefs_scoring.[ch]
15564                 the scoring dialog is finished
15565         * src/procheader.c
15566                 added Return-Receipt-To handling
15567                 Reference need to be added
15568         * src/procmsg.[ch]
15569                 added Return-Receipt-To handling
15570                 added threadscore to get a better score sorting when
15571                 threads are enabled
15572         * src/summaryview.c
15573                 suppressed a bug when we sort the list
15574                 when no folder is opened.
15575                 better score sorting when threads are enabled
15576
15577 2001-05-12 [alfons]
15578
15579         * reverted previous patch because of potential errors 
15580
15581         0.4.67claws2
15582         
15583         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
15584                 applied "toggle mail-retrieval dialog window" patch submitted 
15585                 by Eric Limpens <eric@qnt.net>
15586
15587         * sync with sylpheed 0.4.67cvs4
15588
15589 2001-05-12 [sergey]
15590
15591         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
15592         some picky compilers.
15593         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
15594         * src/grouplist_dialog.c: include alertpanel.h.
15595         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
15596         fix compile warning.
15597         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
15598         #include "defs.h" before others to prevent the warning of `MIN'
15599         and `MAX' redefinition.
15600
15601 2001-05-11 [hoa]
15602
15603         * src/main.c
15604         * src/messageview.c
15605         * src/prefs_account.c
15606         * src/prefs_display_header.c
15607                 removed warning
15608         * src/Makefile.am
15609                 added prefs_scoring.[ch]
15610         * src/grouplist_dialog.c
15611                 display an error dialog box if the group list
15612                 cannot be fetched.
15613         * src/mainwindow.[ch]
15614                 added main_window_set_thread_option() function
15615                 scoring dialog box enabled
15616         * src/matcher.[ch]
15617                 added flags matching unread /new / marked
15618                 / deleted / replied / forwarded
15619         * src/news.c
15620                 newsgroups are now finally in newscache
15621         * src/prefs_matcher.[ch]
15622                 finished preferences for matching dialog
15623         * added src/prefs_scoring.[ch]
15624                 scoring dialog box completed
15625         * src/scoring.[ch]
15626                 conversion to string : added scoringprop_to_string()
15627                 write config for preferences :
15628                 added prefs_scoring_write_config()
15629         * src/summaryview.c
15630                 threads can be enabled/disabled independently
15631                 for each folder
15632
15633 2001-05-10 [alfons]
15634
15635         0.4.67claws1
15636         
15637         * AUTHORS: 
15638                 thought it would be nice to have a list of all
15639                 contributors (used Changelog as a reference)
15640         
15641         * configure.in: 
15642                 messed up version numbering...
15643
15644         0.4.66claws1
15645
15646         * sync with sylpheed 0.4.67cvs1-3
15647
15648 2001-05-10 [darko]
15649
15650         * src/prefs_common.c:
15651                 better UI for strftime format, double clicking
15652                 on format now inserts the format in text entry
15653                 replaced close button with standard OK/Cancel
15654                 moved date format button to the right of the
15655                 text entry field
15656
15657 2001-05-09 [alfons]
15658
15659         * src/gtkstext.c:
15660                 Ctrl-Home / Ctrl-End have proper cursor navigation
15661
15662 2001-05-09 [hoa]
15663
15664         * src/prefs_matcher.c
15665                 finished UI to define matching properties
15666                 added ok and cancel button
15667         * src/prefs_filter.c
15668                 added ok and cancel button
15669         * src/news.c
15670                 fixed some bug in xhdr parsing
15671
15672 2001-05-08 [alfons]
15673
15674         * src/textview.c: 
15675                 fixed a bug in textview_show_header(), which displayed two colons (':');
15676                 cleaned up some warnings
15677
15678 2001-05-08 [hoa]
15679
15680         * src/Makefile.am
15681                 added prefs_matcher.[ch]
15682                 compilation with -W -Wall
15683         * src/alertpanel.c
15684                 ungrab the mouse events if grabbed - does it
15685                 fix the bug for disposition notification ?
15686         * src/mainwindow.c
15687                 added a menu option to open the matching dialog.
15688         * src/matcher.[ch]
15689                 added matcherprop_to_string() and matcherlist_to_string()
15690                 fixed some bugs, changed the name of some options
15691                 age_sup and age_inf becomes age_greater and age_lower,
15692                 body and messageheaders becomes body_part and headers_part,
15693                 changed the names of constants from SCORING_XXX to MATCHING_XXX
15694         * src/prefs_display_header.c
15695         * src/prefs_headers.c
15696                 fixed a bug that accidentally destroyed dialogs
15697                 when closed them with delete_event
15698                 Added *_deleted() which handle delete_event signal correctly.
15699         * src/prefs_folder_item.[ch]
15700                 added "enable_thread" field for future customization
15701         * added src/prefs_matcher.[ch]
15702                 sample of the UI to define matching properties
15703         * src/procheader.c
15704                 using procheader_headername_equal instead of str*cmp functions
15705                 using procheader_parse_header() function
15706         * src/scoring.c
15707                 using MATCHING_XXX instead of SCORING_XXX
15708         * src/summaryview.c
15709                 display the sender of the news even if this is ourself
15710                 when this is a news message.
15711         * src/textview.c
15712                 using headername_equal() instead of str*cmp functions
15713
15714 2001-05-08 [alfons]
15715
15716         0.4.66claws
15717
15718         * sync with sylpheed 0.4.66
15719         * src/gtkstext.c: trace logs added 
15720
15721 2001-05-08 [sergey]
15722
15723         * src/prefs_common.[ch]: added option to enable/disable GnuPG
15724         signature check popup.
15725         * src/rfc2015.c (check_signature): show signature check popup only
15726         if it is enabled in preferences.
15727
15728 2001-05-07 [alfons]
15729
15730         0.4.66claws4
15731         
15732         * sync with sylpheed 0.4.66cvs6
15733
15734 2001-05-07 [darko]
15735
15736         * src/prefs_common.[ch]: added option to enable/disable
15737           looking up sender name in address book for summary pane
15738         * src/summaryview.c: look up sender in the address book
15739           by using Alfons' address completion code
15740
15741 2001-05-07 [hiroyuki]
15742
15743         * src/inc.h
15744           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
15745           member of Pop3State.
15746         * src/news.c: brought #include "defs.h" before #include <glib.h>
15747           to prevent the warning of `MIN' and `MAX' redefinition.
15748
15749 2001-05-06 [hoa]
15750
15751         * removed src/headers_display.[ch]
15752         * removed src/prefs_display_headers.[ch]
15753         * src/inc.c
15754                 use a temporary file in the user directory for mbox import
15755         * src/news.c
15756                 added XHDR support to get "To" and "Cc" headers
15757                 (in order to match news with to or cc field for
15758                 scoring)
15759                 added function news_parse_xhdr() to get XHDR response
15760         * src/nntp.[ch]
15761                 added function nntp_xhdr()
15762         * src/matcher.c
15763                 fetch the message if necessary
15764
15765 2001-05-06 [alfons]
15766
15767         0.4.66claws3
15768
15769         * sync with sylpheed 0.4.66cvs3-5
15770
15771 2001-05-06 [hoa]
15772
15773         * src/utils.[ch]
15774                 added function itos_buf() to enable use of several buffers
15775         * src/summaryview.c
15776                 use of itos_buf() instead of itos() in summary list
15777                 to fix the broken display of message number.
15778
15779 2001-05-06 [alfons]
15780
15781         * src/gtkstext.c: bug in cursor up navigation fixed,
15782                 fixed another unsigned / signed comparison (we're getting there :-)
15783
15784 2001-05-06 [hoa]
15785
15786         * src/Makefile.am
15787                 added scoring.c scoring.h
15788                 prefs_folder_item.c prefs_folder_item.h
15789                 matcher.c matcher.h
15790         * src/defs.h
15791                 added FOLDERITEM_RC SCORING_RC
15792         * src/folder.[ch]
15793                 added prefs field in FolderItem :
15794                 properties for each folder (PrefsFolderItem),
15795                 sorting type and mode were added as the first properties.
15796         * src/main.c
15797                 read config for scoring
15798         * added src/matcher.[ch]
15799                 gives functions to parse configuration file to do
15800                 matching on mails with a list of conditions.
15801         * src/mainwindow.c
15802                 add option to sort by score
15803         * src/prefs_common.[ch]
15804                 added preference option to show score and for
15805                 the score column size
15806         * added src/prefs_folder_item.[ch]
15807                 properties for each folder (PrefsFolderItem),
15808                 sorting type and mode were added as the first properties.
15809         * src/procheader.[ch]
15810                 added procheader_parse_header()
15811                 added procheader_header_free()
15812                 added procheader_headername_equal()
15813                 and made modification to use them.
15814         * src/procmsg.[ch]
15815                 added score field to MsgInfo structure
15816         * added src/scoring.[ch]
15817                 gives functions to parse configuration file to do
15818                 scoring on mails with a list of conditions.
15819         * src/summaryview.[ch]
15820                 save the sorting type and mode for the folder
15821                 added column to display the score of the mail
15822                 added function summary_score_clicked()
15823                 sorting type and mode are restored to the folder
15824                 when it is reopen
15825         * src/textview.c
15826                 use procheader_parse_header(), procheader_headername_equal()
15827                 removed memory leak in text_scan_header when freeing headers
15828         * src/filter.c
15829                 changed the function to match names of headers
15830                 using procheader_headername_equal()
15831
15832         Scoring functions are implemented, an interface is needed
15833         to configure that.
15834
15835 2001-05-04 [alfons]
15836
15837         * src/gtkstext.c: 
15838                 hopefully fixed the row up navigation bug,
15839                 removed adding back / forward lines to cache
15840
15841 2001-05-04 [sergey]
15842
15843         * src/prefs_display_headers.c: user interface changes:
15844         (prefs_display_headers_create): remove unused "Show" check button;
15845         allow reordering of headers by dragging.
15846         (prefs_display_headers_write_config): remove unused variables.
15847         (prefs_display_headers_set_dialog): do not insert "(New)" at top
15848         of lists (not needed with the new UI).
15849         (prefs_display_headers_set_list): scan lists starting from row 0,
15850         not 1 (do not skip "(New)").
15851         (prefs_display_headers_find_header): new function.
15852         (prefs_display_headers_clist_set_row): do not allow duplicates.
15853         (prefs_display_headers_delete_cb): do not skip row 0; treat
15854         closing the alert window by ESC as "No".
15855         (prefs_display_headers_up): do not protect row 0.
15856         (prefs_display_headers_down): do not protect row 0.
15857
15858 2001-05-04 [sergey]
15859
15860         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
15861         functions.
15862
15863         * src/summaryview.c
15864         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
15865         summary_select_next_marked, summary_select_prev_marked): new
15866         functions.
15867
15868 2001-05-03 [sergey]
15869
15870         * src/news.c: fixed a bug when no article can be fetched after
15871         server timeout if the connection was restored by news_post():
15872         (news_select_group): new function.
15873         (news_fetch_msg): call news_select_group() before fetching
15874         article.
15875         (news_get_uncached_articles): set session->group after successful
15876         GROUP command.
15877
15878 2001-05-03 [hoa]
15879
15880         * src/defs.h
15881         * src/procmsg.[ch]
15882         * src/procheader.c
15883                  changed version of cache, added cc field
15884
15885         * src/prefs_display_headers.c
15886                 the interface was changed
15887
15888         * src/prefs_headers.c
15889                 added cancel button
15890
15891 2001-05-03 [alfons]
15892
15893         * completed sync of sylpheed cvs2
15894         * src/gtkstext.c: updated row up / down cursor navigation
15895         * src/textview.c: re-edited, prepared for fixing the email address
15896                 scanner.
15897
15898 2001-05-03 [darko]
15899
15900         * src/prefs_common.c: use alfons' strftime ui code
15901         entry_datefmt and datefmt_sample widgets have to be
15902         global in this module because of this change
15903
15904 2001-05-03 [hoa]
15905
15906         * src/messageview.c
15907         * src/prefs_common.[ch] added option to activate the return receipt
15908                 feature.
15909
15910 2001-05-02 [alfons]
15911
15912         * src/gtkstext.c: fix for row up/down cursor navigation. 
15913
15914         0.4.66claws2
15915         
15916         * sync with 0.4.66cvs2
15917
15918 2001-05-02 [paul]
15919
15920         added add-sender-to-addressbook patch
15921
15922         * src/addressbook.c
15923         * src/addressbook.h
15924         * src/summaryview.c
15925
15926 2001-05-02 [sergey]
15927
15928         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15929         G_ALERTDISABLE.
15930
15931         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15932         all existing callers changed to pass FALSE; create a check button
15933         to disable the message.
15934         (alertpanel_message_with_disable): new function.
15935         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15936         (alertpanel_button_toggled): new function.
15937         (alertpanel_button_clicked, alertpanel_close): set value using
15938         G_ALERT_VALUE_MASK.
15939
15940         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15941
15942         * src/prefs_common.c (prefs_privacy_create): new check button
15943         checkbtn_gpgme_warning.
15944
15945         * src/main.c (main): moved preferences reading before gpgme
15946         initialization; check prefs_common.gpgme_warning before giving the
15947         GnuPG warning and set it to FALSE if the user wants to disable the
15948         warning.
15949
15950 2001-05-02 [hiroyuki]
15951
15952         * src/prefs_display_headers.c: modified the layout and some labels.
15953
15954 2001-05-02 [sergey]
15955
15956         * src/prefs_account.c (prefs_account_fix_size): new function.
15957         (prefs_account_create): call prefs_account_fix_size(); use
15958         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15959         size when the window is shown for the first time).
15960         (prefs_account_basic_create): changed layout of serv_table; moved
15961         localmbox_entry above smtpserv_entry (logically it replaces
15962         POP3/IMAP server).
15963         (prefs_account_protocol_activated): set sensitivity of
15964         nntpauth_chkbtn according to the protocol (in addition to
15965         hide/show); commented out gtk_table_set_row_spacing() calls.
15966         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15967         not sensitive (fixes a bug with disabled username/password boxes
15968         when editing POP3 account after NNTP with authentication).
15969
15970 2001-05-02 [hoa]
15971
15972         * src/account.c
15973         * src/inc.c
15974         * src/prefs_account.[ch]
15975         * src/send.c
15976                 removed local account without SMTP server
15977                 added option to use mail command instead of a connexion
15978                 to SMTP server when a local account is used
15979         * src/prefs_headers.c
15980                 fixed a bug
15981         * src/news.c
15982                 fixed a bug when connexion immediately closed
15983
15984 2001-05-01 [alfons]
15985
15986         0.4.66claws1
15987         
15988         * sync with 0.4.65
15989
15990 2001-05-01 [sergey]
15991
15992         * src/prefs_account.c (Basic, prefs_account_basic_create): new
15993         widget nntpauth_chkbtn.
15994         (prefs_account_protocol_activated): handle nntpauth_chkbtn
15995         visibility.
15996         (prefs_account_nntpauth_toggled): new function.
15997
15998         * src/news.c (news_session_new_for_folder): use NNTP
15999         authentication only if ac->use_nntp_auth is set.
16000
16001 2001-05-01 [hoa]
16002
16003         * src/Makefile.am changed headers.[ch] in customheader.[ch]
16004         * src/prefs_display_headers.c changed the UI
16005         * src/prefs_headers.c changed account_name to account_id
16006         * src/compose.c using customheader.h
16007
16008 2001-05-01 [hiroyuki]
16009
16010         * src/esmtp.c
16011           src/news.c
16012           src/nntp.c: changed sock_read() to sock_gets(), they've been left
16013           unsynched.
16014
16015 2001-05-01 [hoa]
16016
16017         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
16018         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
16019                 for displaying of headers
16020         * src/grouplist_dialog.[ch] minor changes to remove warnings
16021         * src/prefs_display_headers.[ch] dialog to choose the
16022         headers to display in the mail viewer.
16023         * src/headers.h correction of #define
16024         * src/headers_display.[ch] configuration for displaying of headers.
16025         * src/main.c read config of displaying of headers
16026         * src/prefs_common.c add a button to access the config dialog
16027                 for displaying of headers
16028         * src/prefs_display_headers.[ch] dialog for configuration for
16029                 displaying of the headers.
16030         * src/prefs_headers.c cleaning of code
16031         * src/procheader.c comments added to code
16032         * src/textview.c changes to reorder the headers depending
16033                 on the config for displaying of headers
16034
16035 2001-04-30 [alfons]
16036
16037         0.4.65claws7
16038
16039         * sync with 0.4.65cvs12
16040
16041         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
16042
16043 2001-04-30 [sergey]
16044
16045         * src/nntp.h (NNTPSockInfo): new field auth_failed.
16046
16047         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
16048         is set to force reconnection after authentication failure.
16049         (nntp_gen_command): set sock->auth_failed on authentication
16050         failure, or if sock->userid and sock->passwd are not set.
16051
16052         * src/news.c (news_session_new_for_folder): set userid=NULL if
16053         password dialog is cancelled.
16054
16055 2001-04-30 [sergey]
16056
16057         * src/nntp.h (NNTPSockInfo): new type.
16058
16059         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
16060         SockInfo.
16061         (nntp_open_auth, nntp_close): new functions.
16062         (nntp_gen_command): new function to handle authentication; all
16063         NNTP command functions updated to use it.
16064         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
16065         (nntp_list): removed old useless code.
16066
16067         * src/news.h (NNTPSession): new field nntp_sock.
16068
16069         * src/news.c: all functions updated to use NNTPSockInfo instead of
16070         SockInfo.
16071         (news_session_new): new arguments (userid, passwd); made static;
16072         use nntp_open_auth() if needed.
16073         (news_session_destroy): use nntp_close() instead of sock_close().
16074         (news_query_password): changed arguments.
16075         (news_session_new_for_folder): new function.
16076         (news_session_get): use news_session_new_for_folder().
16077         (news_authenticate): deleted.
16078         (news_get_uncached_articles): removed old authentication code.
16079
16080 2001-04-30 [sergey]
16081
16082         * src/news.c: reverted my previous changes (need to do NNTP
16083         authentication in a cleaner way).
16084         
16085 2001-04-29 [sergey]
16086
16087         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
16088         news_nntp_post, news_nntp_mode): new functions (wrappers with
16089         authentication support).
16090         (news_get_article_cmd, news_get_article, news_get_header): new
16091         argument "folder"; all callers changed.
16092         (news_get_article_cmd): added authentication support.
16093         (news_session_get): use news_nntp_mode() instead of nntp_mode().
16094         (news_post): use news_nntp_post() instead of nntp_post().
16095         (news_get_uncached_articles): use news_nntp_group() instead of
16096         nntp_group() and news_nntp_xover() instead of nntp_xover();
16097         removed old authentication code.
16098         (news_get_group_list): use news_nntp_list() instead of nntp_list().
16099
16100         * src/nntp.c (nntp_list): return real error code instead of
16101         hardcoded NN_ERROR.
16102
16103 2001-04-29 [sergey]
16104
16105         * configure.in: fixed wint_t typedef detection again
16106
16107 2001-04-28 [hoa]
16108
16109         * src/prefs_account.[ch], added A_LOCAL_CMD
16110                 (send mail with mail command)
16111         * src/send.c added function send_message_with_command()
16112         * src/inc.c made a more secure get_spool() function with
16113                 mktemp() but maybe mkstemp() or something more
16114                 secure can be used.
16115
16116 2001-04-28 [alfons]
16117
16118         * src/textview.c, colorization of email addresses in headers
16119
16120         0.4.65claws6
16121
16122         * bug sync with sylpheed
16123         * prefs_common.c: created date format ui for darko
16124         * sync with 0.4.65cvs11
16125         * configure.in: corrected to have the new gpg checks
16126
16127 2001-04-27 [alfons]
16128
16129         * completed sync with 0.4.65cvs10
16130         * minor debug things added to gtkstext.c
16131
16132 2001-04-27 [darko]
16133
16134         * configure.in: remove check for availability of
16135           strftime() as advised by Hiroyuki
16136         * src/prefs_common.[ch], src/procheader.c:
16137           synch strftime() code with Hiroyki's main branch
16138
16139 2001-04-26 [sergey]
16140
16141         * src/news.c: news_query_password(), news_authenticate(): new
16142           functions.
16143           news_get_uncached_articles(): added NNTP authentication
16144           handling.
16145         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
16146           new functions.
16147         * src/prefs_account.c: prefs_account_protocol_activated():
16148           enable userid and password fields for NNTP.
16149
16150 2001-04-26
16151
16152         * configure.in: check for availability of strftime()
16153           [darko]
16154         * src/prefs_common.[ch], src/procheader.c: use
16155           strftime() for displaying date in summary pane if it
16156           is available
16157
16158 2001-04-25
16159
16160         * more .cvsignore cleanups [alfons]
16161
16162 2001-04-25
16163
16164         * ac/sv-check-type.m4: new autoconf macro.
16165         * configure.in: fixed wint_t typedef detection (did not work
16166           with gcc-2.96).
16167
16168 2001-04-25
16169
16170         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
16171           [hiroyuki]
16172
16173 2001-04-24
16174         * modified gtkstext.c : buggy cursor navigation fixed, 
16175           and font descent also taken in account when drawing
16176           cursor. [alfons]
16177
16178 2001-04-24 [hoa]
16179         * added comments in src/news.c src/nntp.c
16180         * added src/prefs_headers.[ch]
16181         * added src/headers.[ch]
16182         * modified compose.c to activate custom headers
16183                 added function is_in_custom_headers
16184         * modified prefs_account.[ch]
16185                 added function prefs_account_customhdr_edit
16186         * modified src/defs.h :
16187                 added HEADERS_RC : name of the config file
16188                 for the custom headers
16189
16190 2001-04-24
16191
16192     0.4.65claws5
16193
16194         * configure.in
16195           src/gtkstext.[ch]
16196           src/compose.c
16197           src/Makefile.am
16198           
16199           added gtkstext with configure.in patch by Hiroyuki which
16200           should fix the XIM detection [alfons]
16201
16202         * more clean up of cvs [alfons]
16203
16204                  * removed all Makefile.in files to attic.
16205
16206                  * updated all .cvsignores to really ignore things that could
16207                    be unintentionally committed by a recursive commit.
16208
16209 2001-04-23 [hoa]
16210         * added src/grouplist_dialog.[ch]
16211         * changed src/folderview.c to call grouplist_dialog instead
16212                 of inputdialog
16213         * src/news.c :
16214                 added functions news_reset_group_list
16215                 and news_get_group_list
16216         * src/nntp.c :
16217                 added function nntp_list
16218         * src/defs.h :
16219                 added GROUPLIST_FILE : name of the newsgroup list cache file
16220
16221 2001-04-21
16222
16223         * added option to warn about queued messages on exit [sergey]:
16224
16225           * src/compose.c: compose_queue(): call folder_item_scan()
16226             and folderview_update_item() after queueing.
16227           * src/folderview.c: folderview_update_node(): draw the queue
16228             folder in bold font if there are queued messages.
16229           * src/mainwindow.c: queued_messages(): new function.
16230             app_exit_cb(): display warning if there are queued messages
16231             if warn_queued_on_exit is set.
16232           * prefs_common.[ch]: add warn_queued_on_exit option.
16233
16234         * enhanced GnuPG key selection support [sergey]:
16235
16236           * src/select-keys.c: updated to newer version from Win32
16237             branch with support for selecting arbitrary keys.
16238           * src/prefs_account.c: added the Privacy tab to the account
16239             options window.
16240             prefs_account_privacy_create(),
16241             prefs_account_sign_key_set_data_from_radiobtn(),
16242             prefs_account_sign_key_set_radiobtn(): new functions.
16243           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
16244           * src/rfc2015.c: set_signers(): new function.
16245             pgp_sign(): add the account parameter, call set_signers().
16246             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
16247           * src/rfc2015.h: rfc2015_sign(): updated prototype.
16248           * src/compose.c: pass the current account to rfc2015_sign().
16249
16250         * tag name claws added to prevent confusion with main branch [alfons]
16251
16252         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
16253
16254         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
16255
16256         * sync with recent sylpheed cvs. Untested though. [alfons]
16257