11100c6d030c6b374fe247a3e6cffca3fba9e5b1
[claws.git] / ChangeLog.claws
1 2003-05-16 [paul]       0.8.11claws157
2
3         * po/POTFILES.in
4                 remove non-existant entries
5         
6         * src/plugins/clamav/clamav_plugin.c
7           src/plugins/clamav/clamav_plugin_gtk.c
8           src/plugins/dillo_viewer/dillo_prefs.c
9           src/plugins/dillo_viewer/dillo_viewer.c
10                 gettextise
11
12 2003-05-16 [christoph]  0.8.11claws156
13
14         * po/POTFILES.in
15                 include plugin .c files for translation until I
16                 find a better solution to have plugins have their
17                 own textdomain
18         * src/plugins/demo/demo.c
19         * src/plugins/image_viewer/plugin.c
20         * src/plugins/mathml_viewer/mathml_viewer.c
21         * src/plugins/spamassassin/spamassassin.c
22         * src/plugins/spamassassin/spamassassin_gtk.c
23         * src/plugins/trayicon/trayicon.c
24                 add gettext macros for plugin name and description
25
26 2003-05-16 [paul]
27
28         * sync with 0.9.0
29
30 2003-05-16 [paul]       0.8.11claws155
31
32         * sync with lastest 0.9.0pre1
33                 see ChangeLog 2003-05-16
34
35 2003-05-15 [paul]       0.8.11claws154
36
37         * sync with latest 0.9.0pre1
38                 see ChangeLog 2003-05-14 and 2003-05-15
39
40 2003-05-14 [christoph]  0.8.11claws153
41
42         * src/plugins/image_viewer/viewer.c
43         * src/plugins/image_viewer/viewer.glade         ** NEW **
44         * src/plugins/image_viewer/viewerprefs.c
45                 make it possible to disable the autoload function in the
46                 imageviewer again
47
48 2003-05-14 [christoph]  0.8.11claws152
49
50         * src/folder.c
51                 fix folder update after adding a message
52
53 2003-05-13 [alfons]     0.8.11claws151
54
55         * src/common/session.c
56                 remove debug traces
57                 
58         * src/addrcache.[ch]
59         * src/filtering.[ch]
60         * src/folder.[c]
61         * src/gtkaspell.[ch]
62         * src/imap.[ch]
63         * src/mbox_folder.[ch]
64         * src/mh.[ch]
65         * src/mimeview.h
66         * src/msgcache.[ch]
67         * src/news.[ch]
68         * src/passphrase.[ch]
69         * src/prefs_common.[ch]
70         * src/prefs_gtk.[ch]
71         * src/procmsg.c
72         * src/scoring.[ch]
73                 be pedantic; (in prototypes () implies (int))
74
75 2003-05-13 [alfons]     0.8.11claws150
76
77         * src/prefs_toolbar.[ch]
78         * src/summaryview.[ch]
79         * src/toolbar.[ch]
80                 change misleading text in toolbar prefs;
81                 add toolbar action for ignore thread (toggles ignore thread flag);
82                 clean up a little bit;
83
84 2003-05-12 [paul]
85
86         * tools/convert_mbox.pl
87                 bug fixed by Fred Marton
88
89 2003-05-12 [paul]
90
91         * sync with 0.9.0pre1
92
93 2003-05-09 [paul]       0.8.11claws149
94
95         * sync with 0.8.11cvs43
96                 see ChangeLog 2003-05-09
97
98 2003-05-08 [christoph]  0.8.11claws148
99
100         * src/imap.[ch]
101                 o use CAPABILIY as first command and check for PREAUTH
102                   information in the response to it
103                 o rewrite all imap_cmd_* functions to use an IMAPSession
104                   instead of a SockInfo as parameter
105                 o do STARTTLS after fetching and checking the server
106                   capabilities
107
108 2003-05-08 [paul]       0.8.11claws147
109
110         * tools/Makefile.am
111           tools/README
112           tools/convert_mbox.pl         ** NEW FILE **
113                 add mbox conversion script. Submitted by 
114                 Fred Marton <Fred.Marton@uni-bayreuth.de>
115
116 2003-05-07 [christoph]
117
118         * doc-src/glade.txt
119         * src/gtk/pluginwindow.glade
120         * src/plugins/image_viewer/viewerprefs.glade
121         * src/plugins/spamassassin/spamassassin_gtk.glade
122                 add glade files for user interfaces and a description how
123                 to use glade to create the sylpheed code
124
125 2003-05-07 [paul]       0.8.11claws146
126
127         * sync with 0.8.11cvs41
128                 see ChangeLog 2003-05-07
129
130 2003-05-06 [christoph]  0.8.11claws145
131
132         * src/main.c
133         * src/plugins/image_viewer/viewer.c
134                 fix usage of imlib in imageviewer plugin
135
136         * src/gtk/prefswindow.c
137                 handle window close event correctly
138
139 2003-05-06 [paul]       0.8.11claws144
140
141         * src/common/ssl.c
142                 fix typo introduced in sync
143
144 2003-05-06 [paul]       0.8.11claws143
145
146         * sync with 0.8.11cvs39
147                 see ChangeLog 2003-05-06
148
149 2003-05-06 [paul]       0.8.11claws142
150
151         * AUTHORS
152           po/cs.po
153                 updated Czech translation, submitted by 
154                 Radek Vybiral <Radek.Vybiral@vsb.cz>
155                 
156         * src/plugins/clamav/clamav_plugin_gtk.c
157                 clean up
158
159 2003-05-03 [alfons]     0.8.11claws141
160
161         * src/compose.[ch]
162                 make paste as quotation work even when the call to 
163                 text_inserted() was deferred (fixes bug #140 "Paste 
164                 as quotation does not work when using "external" 
165                 clipboard")
166
167 2003-05-03 [thorsten]   0.8.11claws140
168
169         * src/addrquery.h
170           src/ldapquery.h
171           src/mainwindow.c
172                 removed C++ comments
173         * src/addr_compl.c
174                 function with non-int retval/param used before
175                 implementation/declaration
176
177 2003-05-02 [paul]       0.8.11claws139
178
179         * src/addr_compl.[ch]
180           src/addressbook.[ch]
181           src/addrindex.c
182           src/summaryview.c
183                 revert match's changes to (finally) remove the bug where
184                 opening a folder causes massive slowdown when using the 
185                 'Display sender using address book' option
186
187 2003-05-01 [melvin]     0.8.11claws138
188
189         * src/plugins/dillo_viewer/dillo_prefs.[ch]
190         * src/plugins/dillo_viewer/dillo_viewer.c
191                 Fixed bug where "Cancel" button from prefs issued
192                 warnings.
193                 Comply a little more to coding style
194
195 2003-05-01 [paul]       0.8.11claws137
196
197         * sync with 0.8.11cvs38
198                 see ChangeLog 2003-05-01
199
200 2003-05-01 [paul]       0.8.11claws136
201
202         * po/bg.po
203                 updated by George Danchev
204
205 2003-04-30 [christoph]  0.8.11claws135
206
207         * src/plugins/dillo_viewer/dillo_prefs.c
208         * src/plugins/image_viewer/viewerprefs.c
209         * src/plugins/spamassassin/spamassassin_gtk.c
210                 remove gtk_widget_ref() calls for widgets in
211                 glade code
212
213 2003-04-30 [paul]       0.8.11claws134
214
215         * src/addrindex.c
216                 ok, this time a better fix for the bug where opening folder
217                 has massive slowdown when using the 'Display sender using 
218                 address book' option
219
220 2003-04-30 [paul]       0.8.11claws133
221
222         * src/addrindex.c
223                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
224         
225 2003-04-30 [melvin]     0.8.11claws132
226
227         New: Dillo plugin preferences (patch by Dimitar Haralanov)
228
229         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
230                 Preferences for the dillo plugin
231         * src/plugins/dillo_viewer/dillo_viewer.c
232                 Support for preferences
233         * src/plugins/dillo_viewer/Makefile.am
234                 Added dillo_prefs.[ch]
235
236 2003-04-30 [alfons]     0.8.11claws131
237
238         * src/common/plugin.[ch]
239                 see? this ANSI C'fication immediately gives us type
240                 checking for free.
241
242 2003-04-30 [alfons]     0.8.11claws130
243
244         * src/common/plugin.[ch]
245         * src/plugins/clamav/clamav_plugin.[ch]
246         * src/plugins/clamav/clamav_plugin_gtk.c
247         * src/plugins/demo/demo.c
248         * src/plugins/dillo_viewer/dillo_viewer.c
249         * src/plugins/image_viewer/plugin.c
250         * src/plugins/image_viewer/viewer.[ch]
251         * src/plugins/image_viewer/viewerprefs.[ch]
252         * src/plugins/mathml_viewer/mathml_viewer.c
253         * src/plugins/spamassassin/spamassassin.[ch]
254         * src/plugins/spamassassin/spamassassin_gtk.c
255         * src/plugins/trayicon/trayicon.c
256                 clean up
257
258 2003-04-30 [alfons]     0.8.11claws129
259
260         * src/common/utils.c
261                 make is_ascii_str() fail gracefully when NULL pointer
262                 is passed
263
264 2003-04-30 [paul]       0.8.11claws128
265
266         * src/addrindex.c
267                 fix bug where opening folder has massive slowdown when
268                 using the 'Display sender using address book' option
269
270 2003-04-30 [paul]       0.8.11claws127
271
272         * src/plugins/clamav/clamav_plugin.c
273           src/plugins/clamav/clamav_plugin_gtk.c
274           src/plugins/demo/demo.c
275           src/plugins/dillo_viewer/dillo_viewer.c
276           src/plugins/image_viewer/plugin.c
277           src/plugins/mathml_viewer/mathml_viewer.c
278           src/plugins/spamassassin/spamassassin.c
279           src/plugins/spamassassin/spamassassin_gtk.c
280           src/plugins/trayicon/trayicon.c
281                 get rid of eye-hurting function signatures
282
283 2003-04-30 [paul]       0.8.11claws126
284
285         * src/plugins/trayicon/trayicon.c
286                 add description
287                 
288         * src/mimeview.c
289                 be more descriptive
290
291 2003-04-30 [paul]       0.8.11claws125
292
293         * configure.ac
294                 arrange the plugins in reverse alphabetical order
295                 
296         * src/plugins/clamav/clamav_plugin.[ch]
297           src/plugins/clamav/clamav_plugin_gtk.c
298                 rename some params
299                 resize max_size window
300                 re-arrange the order of some gui elements
301                 improve descriptions
302         
303         * src/plugins/image_viewer/plugin.c
304           src/plugins/mathml_viewer/mathml_viewer.c
305                 add descriptions
306                 
307         * src/plugins/spamassassin/spamassassin_gtk.c
308                 resize max_size window
309                 re-arrange the order of some gui elements
310                 
311         * src/messageview.c
312           src/mimeview.c
313                 correct typos
314
315 2003-04-30 [alfons]     0.8.11claws124
316
317         * src/imap.c
318                 fix a leak found while browsing Martin Kluge's 
319                 valgrind log (Claws only)
320
321 2003-04-29 [darko]      0.8.11claws123
322
323         * src/gtk/gtkstext.h
324                 include wchar.h if it is available, fixes compilation
325                 on HP-UX systems
326
327 2003-04-29 [melvin]     0.8.11claws122
328
329         * src/prefs_actions.c
330                 Improved help text of Actions' syntax
331
332 2003-04-28 [paul]       0.8.11claws121
333
334         * src/action.c
335                 a better fix for the crash when performing an action
336                 on a mime part
337
338 2003-04-28 [paul]       0.8.11claws120
339
340         * src/action.c
341                 fix crash when performing an action on a
342                 mime part
343
344 2003-04-28 [paul]       0.8.11claws119
345
346         * sync with 0.8.11cvs36
347                 see ChangeLog 2003-04-28
348
349 2003-04-27 [paul]       0.8.11claws118
350
351         * more sync with 0.8.11cvs35
352                 see ChangeLog 2003-04-25
353
354 2003-04-26 [christoph]  0.8.11claws117
355
356         * src/folder.c
357                 fix remove virtual check
358
359 2003-04-26 [paul]       0.8.11claws116
360
361         * src/messageview.c
362                 fix return-receipt, make it work again
363
364 2003-04-26 [paul]       0.8.11claws115
365
366         * src/mimeview.c
367                 restore double-clicking of the [application/pgp-signature 
368                 (Select "Check signature" to check)] line in the message view,
369                 broken in recent sync
370
371 2003-04-26 [christoph]  0.8.11claws114
372
373         * src/folder.c
374                 check if remove virtual really exists before
375                 calling the function
376
377 2003-04-25 [match]      0.8.11claws113
378
379         * src/addrindex.c
380         * src/addrbook.c
381         * src/ldapquery.[ch]
382         * src/ldapctrl.[ch]
383                 fix memleak.
384         * src/ldapserver.[ch]
385                 fix memleak. fix segfault.
386                 plug a Claws memleak
387
388 2003-04-25 [alfons]     0.8.11claws112
389
390         * src/folder.c
391                 plug a Claws memleak
392
393 2003-04-25 [alfons]     0.8.11claws111
394
395         * src/common/session.c
396                 plug a memleak
397
398 2003-04-25 [paul]       0.8.11claws110
399
400         * sync with 0.8.11cvs35
401                 see ChangeLog 2003-04-24 and 2003-04-25
402                 
403         * src/gtk/pluginwindow.c
404                 correct another strange float value
405
406 2003-04-24 [christoph]  0.8.11claws109
407
408         * src/folder.c
409                 freeze folder item updates when unsetting new flags
410
411         * src/gtk/pluginwindow.c
412                 correct strange float value
413
414 2003-04-23 [paul]       0.8.11claws108
415
416         * sync with 0.8.11cvs33
417                 see ChangeLog 2003-04-23
418
419 2003-04-22 [paul]       0.8.11claws107
420
421         * src/Makefile.am
422           src/messageview.c
423           src/mimeview.c
424           src/pgptext.[ch]      ** REMOVED **
425                 remove pgptext.[ch] as its not used any more
426
427 2003-04-22 [paul]       0.8.11claws106
428
429         * sync with 0.8.11cvs31
430                 see ChangeLog 2003-04-21 and 2003-04-22
431
432 2003-04-21 [alfons]     0.8.11claws105
433
434         * src/main.c
435                 No access to GTK structures if we're a spawned child
436                 (and clean up code a little bit...) Should fix #126.
437
438 2003-04-21 [melvin]     0.8.11claws104
439
440         * src/plugins/dillo_viewer/README
441                 Improved slightly the text.
442
443 2003-04-21 [melvin]     0.8.11claws103
444
445         * src/plugins/dillo_viewer/README *** NEW ***
446                 Added a README file for the Dillo plugin
447
448 2003-04-20 [paul]
449
450         * tools/README
451           tools/outlook2sylpheed.pl
452                 updated and improved by Ricardo Mones Lastra
453
454 2003-04-18 [oliver]     0.8.11claws102
455
456         * src/inc.c 
457         * src/prefs_account.h
458                 remove Pop3SessionType (used by selective download)
459         * src/prefs_toolbar.c
460                 enable set Default Toolbar button
461
462 2003-04-18 [paul]       0.8.11claws101
463
464         * sync with 0.8.11cvs29
465                 see ChangeLog 2003-04-18
466
467 2003-04-17 [paul]       0.8.11claws100
468
469         * src/prefs_common.[ch]
470           src/summaryview.c
471                 remove 'Open next message on deletion' option,
472                 as the same effect can now be achieved via the
473                 'Always open messages in summary when selected'
474                 option.
475
476 2003-04-17 [paul]       0.8.11claws99
477
478         * sync with 0.8.11cvs28
479                 see ChangeLog 2003-04-17
480
481 2003-04-17 [christoph]  0.8.11claws98
482
483         * ac/spamassassin.m4
484         * src/plugins/spamassassin/libspamc.[ch]
485         * src/plugins/spamassassin/utils.[ch]
486                 sync libspamc with SpamAssassin project
487
488 2003-04-17 [christoph]  0.8.11claws97
489
490         * src/common/socket.h
491         * src/gtk/sslcertwindow.h
492                 rename old USE_SSL to USE_OPENSSL
493
494 2003-04-17 [paul]       0.8.11claws96
495
496         * src/prefs_common.h
497                 use gulong for P_COLOR so that it compiles/runs on
498                 64-bit systems. Patch submitted by James Noyes
499                 <jnoyes-claws@retrogeeks.com>
500                 
501         * po/de.po
502                 updated by Jens
503
504 2003-04-17 [paul]       0.8.11claws95
505
506         * sync with 0.8.11cvs27
507                 see ChangeLog 2003-04-16
508
509 2003-04-15 [paul]       0.8.11claws94
510
511         * src/prefs_common.[ch]
512                 rearrange to stop the window getting too long:
513                         move Receive dialog stuff to Receive tab
514                         move Send dialog to Send tab
515                         remove Dialogs frame
516                 rename 'Open messages in summary with cursor keys' to
517                 'Always open messages in summary when selected', as its
518                 more appropriate
519
520 2003-04-15 [paul]       0.8.11claws93
521
522         * src/prefs_common.[ch]
523           src/summaryview.c
524                 add new option '/Interface/Open next message on deletion'
525
526 2003-04-15 [paul]       0.8.11claws92
527
528         * src/summaryview.[ch]
529                 add /Mark/Lock and /Mark/Unlock to the pop-up
530                 menu. Patch submitted by Ivan Francolin Martinez
531                 <ivanfm@users.sourceforge.net>
532
533 2003-04-15 [paul]       0.8.11claws91
534
535         * sync with 0.8.11cvs24
536                 see ChangeLog 2003-04-15
537
538 2003-04-14 [jens]       0.8.11claws90
539
540         * updated German translation and some corrections from
541                 Roland Bless <bless@tm.uka.de>
542
543 2003-04-14 [paul]       0.8.11claws89
544
545         * sync with 0.8.11cvs22
546                 see ChangeLog 2003-04-14
547
548 2003-04-13 [paul]       0.8.11claws88
549
550         * src/plugins/clamav/clamav_plugin.c
551                 fix memory leaks
552                 clean up
553
554 2003-04-12 [paul]       0.8.11claws87
555
556         * src/plugins/clamav/clamav_plugin.c
557                 activate enable/disable archive scanning option
558                 
559         * src/plugins/clamav/.cvsignore         ** NEW FILE **
560
561 2003-04-12 [paul]       0.8.11claws86
562
563         * src/plugins/Makefile.am
564           src/plugins/clamav/Makefile.am                ** NEW FILE **
565           src/plugins/clamav/README                     ** NEW FILE ** 
566           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
567           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
568                 add Clam AntiVirus plugin
569
570 2003-04-12 [paul]       0.8.11claws85
571
572         * sync with 0.8.11cvs21
573                 see ChangeLog 2003-04-11
574
575 2003-04-11 [paul]       0.8.11claws84
576
577         * po/es.po
578                 update Spanish translation. Submitted by Ricardo
579                 Mones Lastra.
580
581 2003-04-10 [christoph]  0.8.11claws83
582
583         * src/mbox.c
584                 fix typo that did not move unfiltered mails to destination
585                 folder
586
587         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
588          when filtering from spool)
589
590 2003-04-10 [christoph]  0.8.11claws82
591
592         * src/imap.c
593                 use BODY.PEEK instead of BODY in in message fetch operation
594                 to make sure the IMAP server does not set the \Seen flag for
595                 messages. Sylpheed does that later itself, when the message
596                 is opened in sylpheed
597
598         (closes Bug 111 Claws destroys unread marks)
599
600 2003-04-09 [oliver]     0.8.11claws81
601         
602         * src/folder.c
603                 fix crash in folder_destroy
604         * README.claws
605                 remove selective download
606
607 2003-04-09 [christoph]  0.8.11claws80
608
609         * src/imap.c
610                 fix crash in imap_get_msginfo() when then fetched message
611                 is not found
612
613         (closes Bug 110 Crash during mail composition)
614
615 2003-04-08 [christoph]  0.8.11claws79
616
617         * src/folder.c
618         * src/prefs_account.c
619                 Filter new messages that are found in an INBOX folder
620                 when 'Filter messages on receiving' is enabled in the
621                 Folder's AccountPrefs. This allows to use Sylpheed's
622                 filtering engine for IMAP folders where messages are
623                 added to the INBOX by a MTA
624
625 2003-04-08 [paul]       0.8.11claws78
626
627         * src/procmsg.h
628                 clean up after last commit
629
630 2003-04-08 [paul]       0.8.11claws77
631
632         * sync with 0.8.11cvs20
633                 see ChangeLog 2003-04-07 and 2003-04-08
634
635 2003-04-07 [christoph]  0.8.11claws76
636
637         * src/filtering.[ch]
638         * src/inc.[ch]
639         * src/mbox.c
640         * src/procmsg.[ch]
641                 add procmsg_msginfo_filter() to execute filtering actions
642
643 2003-04-06 [christoph]  0.8.11claws75
644
645         * src/imap.c
646                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
647
648 2003-04-06 [christoph]  0.8.11claws74
649
650         * src/common/utils.[ch]
651                 add g_int_compare() function for slist sorting
652
653         * src/imap.c
654                 fetch all MsgInfos with one command in imap_get_msginfos()
655                 using an imap set with a list of ranges
656
657         * src/news.c
658                 use new g_int_compare() function
659
660 2003-04-06 [thorsten]   0.8.11claws73
661
662         * src/mh.c
663                 corrected implementation of mh_folder_destroy()
664
665 2003-04-05 [christoph]  0.8.11claws72
666
667         * src/account.c
668         * src/folder.[ch]
669         * src/folderview.c
670         * src/imap.c
671         * src/inc.c
672         * src/main.c
673         * src/mainwindow.c
674         * src/mbox_folder.c
675         * src/mh.c
676         * src/mimeview.h
677         * src/msgcache.[ch]
678         * src/news.c
679         * src/procmime.h
680         * src/procmsg.[ch]
681         * src/setup.c
682         * src/gtk/gtkutils.c
683                 o rename structure field names class and new to klass and
684                   new_msgs, to allow including files in C++
685                 o add 'extern "C"' block to some header files
686                 o add MsgInfoList and MsgNumberList as alias for GSList for
687                   developers to know what type of list is expected
688
689         * src/plugins/image_viewer/plugin.c
690         * src/plugins/image_viewer/viewer.[ch]
691         * src/plugins/image_viewer/viewerprefs.[ch]
692                 rename function names to prevent conflicts
693
694 2003-04-05 [paul]       0.8.11claws71
695
696         * sync with 0.8.11cvs18
697                 see ChangeLog 2003-04-03 and 2003-04-04
698
699 2003-04-02 [christoph]  0.8.11claws70
700
701         * src/folder.[ch]
702         * src/imap.[ch]
703         * src/mbox_folder.[ch]
704         * src/mh.[ch]
705         * src/news.[ch]
706                 o Make all virtual folder functions private
707                 o remove unused folder code
708
709         * src/common/socket.[ch]
710         * src/summaryview.c
711                 fix warnings
712
713 2003-03-30 [alfons]     0.8.11claws69
714
715         * src/send_message.c
716                 remove two debug traces and see if people still report
717                 errors
718
719 2003-03-30 [alfons]     0.8.11claws68
720
721         * src/send_message.c
722         * src/commons/session.c
723                 add more debug traces
724
725 2003-03-30 [christoph]  0.8.11claws67
726
727         * src/folder.c
728                 change processing folder name from .processing to processing
729
730         * src/common/ssl.c
731                 disable SSL certificate check because it causes Xlib error
732                 when the child process want's to open an GTK window
733
734 2003-03-30 [christoph]  0.8.11claws66
735
736         * src/folder.c
737                 don't use default folder for processing folder item because
738                 it can be a non local folder
739
740         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
741
742 2003-03-30 [alfons]     0.8.11claws65
743
744         * src/send_message.c
745                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
746                 to generate bad code for 'send_send_data_progressive': When
747                 called from 'send_send_data_finished', the 'data' pointer is
748                 cleared just before the assignment to the dialog pointer
749
750 2003-03-29 [christoph]  0.8.11claws64
751
752         * src/common/prefs.h
753         * src/plugins/image_viewer/Makefile.am
754         * src/plugins/image_viewer/plugin.c
755         * src/plugins/image_viewer/viewer.[ch]
756         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
757                 add PrefsPage for ImageViewer
758
759 2003-03-28 [thorsten]   0.8.11claws63
760
761         * src/common/session.c
762                 added some comments
763
764 2003-03-28 [paul]       0.8.11claws62
765
766         * sync with 0.8.11cvs16
767                 see ChangeLog 2003-03-28
768
769 2003-03-28 [paul]       0.8.11claws61
770
771         * sync with 0.8.11cvs15
772                 see ChangeLog 2003-03-28
773
774 2003-03-27 [christoph]  0.8.11claws60
775
776         * src/folder.c
777         * src/imap.c
778         * src/common/socket.[ch]
779                 set socket state to DISCONNECTED when any operation
780                 fails to allow reconnecting in IMAP code without
781                 checking the return code of all calls to the command
782                 functions
783
784         * src/folderview.c
785         * src/summaryview.c
786                 remove some more stuff that depends on specific
787                 folder types
788
789 2003-03-27 [paul]       0.8.11claws59
790
791         * sync with 0.8.11cvs14
792                 see ChangeLog 2003-03-27
793                 
794         * src/selective_download.[ch]   ** REMOVED **
795                 really removed
796
797 2003-03-27 [christoph]  0.8.11claws58
798
799         * src/folder.c
800                 fix handling of tmp_flags in flag copy function
801
802 2003-03-27 [paul]       0.8.11claws57
803
804         * sync with 0.8.11cvs13
805                 see ChangeLog 2003-03-27
806
807 2003-03-27 [oliver]     0.8.11claws56
808
809         * src/maiwindow.c
810                 remove sel_download_cb
811
812 2003-03-27 [oliver]     0.8.11claws55
813         
814         * src/inc.c
815                 remove POP3_TOP
816         
817 2003-03-26 [oliver]     0.8.11claws54
818
819         *src/pop.h
820                 remove POP3_TOP*
821         * README.claws
822                 remove selective donwload readme
823
824 2003-03-26 [oliver]     0.8.11claws53
825         * src/matcher.[ch]
826         * src/matcher_parser_parse.y 
827         * src/pop.c 
828         * src/prefs_account.[ch]
829         * src/prefs_filtering.c
830                 remove selective donwload
831
832 2003-03-26 [oliver]     0.8.11claws52
833
834         * src/inc.[ch] 
835         * src/filtering.c 
836         * src/mainwindow.c 
837                 remove selective donwload
838
839 2003-03-26 [oliver]     0.8.11claws51
840         
841         * src/Makefile.am
842         * src/selective_download.[ch]   ** REMOVE **    
843
844 2003-03-26 [christoph]  0.8.11claws50
845
846         * src/news.c
847                 fix NEWS that got broken by a sync with sylpheed-main
848
849 2003-03-26 [christoph]  0.8.11claws49
850
851         * src/mimeview.c
852                 fix mime type guessing when no mime type is found for a file
853
854 2003-03-25 [christoph]  0.8.11claws48
855
856         * src/mimeview.c
857         * src/procmime.c
858                 remove mime type guessing from mime parser and use
859                 name based mime types in viewer lookup for mime type
860                 application/octet-stream
861
862 2003-03-25 [christoph]  0.8.11claws47
863
864         * doc-src/readme.txt
865         * doc-src/rfc2554.txt
866                 add RFC about SMTP AUTH
867
868         * src/send_message.c
869         * src/common/smtp.[ch]
870                 add extra error code for authentication errors and
871                 clear temporary password when this error occurs
872
873         (closes Bug 84 authentication failure while sending should
874          prompt for password again)
875
876 2003-03-25 [christoph]  0.8.11claws46
877
878         * configure.ac
879         * src/Makefile.am
880         * src/imageview.[ch]                            ** REMOVE **
881         * src/messageview.[ch]
882         * src/mimeview.[ch]
883         * src/prefs_common.[ch]
884         * src/textview.c
885         * src/plugins/Makefile.am
886         * src/plugins/image_viewer/.cvsignore           ** NEW **
887         * src/plugins/image_viewer/Makefile.am          ** NEW **
888         * src/plugins/image_viewer/plugin.c             ** NEW **
889         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
890                 move image viewer into a plugin (building is enabled by default)
891                 [ToDo: Prefs for resize and autoview]
892
893 2003-03-25 [paul]       0.8.11claws45
894
895         * sync with 0.8.11cvs12
896                 see ChangeLog 2003-03-26
897
898 2003-03-25 [paul]       0.8.11claws44
899
900         * sync with 0.8.11cvs11
901                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
902                 
903         Note: Selective Download is broken.
904                 
905 2003-03-22 [christoph]  0.8.11claws43
906
907         * src/folder.c
908                 code cleanup for flags copying
909
910 2003-03-22 [christoph]  0.8.11claws42
911
912         * src/plugins/trayicon/trayicon.c
913                 fix setting the transparent area when the window size
914                 is forced by the system tray
915
916 2003-03-22 [christoph]  0.8.11claws41
917
918         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
919         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
920         * src/plugins/trayicon/newmail.xpm              ** NEW **
921         * src/plugins/trayicon/nomail.xpm               ** NEW **
922         * src/plugins/trayicon/trayicon.c
923         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
924                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
925                 o add icon for unread mails
926                 o set transparency for window
927
928 2003-03-22 [christoph]  0.8.11claws40
929
930         * src/news.c
931                 init news session to prevent crash when session is closed
932
933 2003-03-22 [christoph]  0.8.11claws39
934
935         * src/imap.c
936         * src/common/session.[ch]
937                 Init session data to make sure we don't have invalid pointers
938                 for read_ch and write_ch when new multi process sessions are
939                 not used
940
941         * src/main.c
942         * src/common/plugin.c
943         * src/common/sylpheed.c
944         * src/plugins/demo/demo.c
945         * src/plugins/dillo_viewer/dillo_viewer.c
946         * src/plugins/mathml_viewer/mathml_viewer.c
947         * src/plugins/spamassassin/spamassassin.c
948         * src/plugins/spamassassin/spamassassin_gtk.c
949                 add plugin types to allow loading plugins at different times
950                 (and maybe for different frontends), because it's not good to
951                 load GTK-Plugins gefore gtk_init was called
952
953         * configure.ac
954         * src/plugins/Makefile.am
955         * src/plugins/trayicon/.cvsignore               ** NEW **
956         * src/plugins/trayicon/Makefile.am              ** NEW **
957         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
958         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
959         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
960         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
961         * src/plugins/trayicon/trayicon.c               ** NEW **
962                 New Trayicon plugin that shows an icon in a systray that uses
963                 XEMBED protocol like Gnome's systray. Icon shows if there
964                 are new mails and a tooltip shows information about new,
965                 unread and total messages.
966
967 2003-03-22 [paul]       0.8.11claws38
968
969         * src/common/smtp.c
970                 fix ESMTP AUTH CRAM-MD5
971                 [sync with main (still version 0.8.11cvs6), see
972                  ChangeLog 2003-03-22]
973
974 2003-03-21 [colin]      0.8.11claws37
975
976         * src/send_message.c
977                 Fix USE_SSL => USE_OPENSSL
978
979 2003-03-21 [colin]      0.8.11claws36
980
981         * src/folderview.c
982                 Fix counts in drag and dropped subfolders
983
984 2003-03-21 [colin]      0.8.11claws35
985
986         * src/folder.c 
987         * src/folderview.c
988                 speed up a bit folder dnd
989
990 2003-03-20 [alfons]     0.8.11claws34
991
992         * src/main.c
993         * src/toolbar.c
994         * src/procmsg.c
995                 don't send locked queue messages
996                 (feature request "[ 705245 ] Locking message in outbox 
997                  should prevent sending")
998
999 2003-03-20 [christoph]  0.8.11claws33
1000
1001         * src/folder.c
1002                 remove NEW and UNREAD flag in special folders when scanning
1003                 
1004         * src/common/smtp.c
1005                 fix ESMTP AUTH CRAM-MD5
1006
1007 2003-03-20 [paul]       0.8.11claws32
1008
1009         * src/prefs_account.c
1010                 Re-write 'Tunnel command to open connection' as
1011                 'Use command to communicate with server', and disable
1012                 it for all except IMAP accounts
1013
1014 2003-03-20 [paul]       0.8.11claws31
1015
1016         * sync with 0.8.11cvs6
1017                 see ChangeLog 2003-03-20
1018
1019 2003-03-19 [match]      0.8.11claws30
1020
1021         * src/addritem.[ch]
1022                 include documentation. minor refactoring.
1023         * src/addr_compl.[ch]
1024         * src/addrindex.[ch]
1025         * src/addresbook.[ch]
1026         * src/summaryview.c
1027                 re-enable address lookup (was disabled in
1028                 0.8.11claws20).
1029
1030 2003-03-19 [christoph]  0.8.11claws29
1031
1032         * src/procmsg.c
1033                 add temp flag handling, will make moving and copying
1034                 messages possible again
1035
1036         * src/folder.c
1037                 correct calulation of folder stats
1038
1039 2003-03-18 [match]      0.8.11claws28
1040
1041         * src/editgroup.h
1042                 remove case sensitive comparison (closes bug 80).
1043
1044 2003-03-18 [christoph]  0.8.11claws27
1045
1046         * src/imap.c
1047                 fix imap using a tunnel command
1048
1049         (closes bug 87)
1050
1051 2003-03-18 [christoph]  0.8.11claws26
1052
1053         * src/folder.[ch]
1054         * src/imap.c
1055         * src/procmsg.[ch]
1056                 rewrite flag handling for folders
1057
1058 2003-03-18 [christoph]  0.8.11claws25
1059
1060         * src/folder.c
1061         * src/procmsg.c
1062         * src/summaryview.c
1063                 unset NEW and UNREAD flags when message is ignored, to make
1064                 sure messages don't show up as unread on other IMAP clients,
1065                 because the IGNORE_THREAD flag can not be syncronized through
1066                 the IMAP folder
1067
1068 2003-03-17 [christoph]  0.8.11claws24
1069
1070         * src/imap.c
1071                 don't use recursion to fetch uids when the number of messages
1072                 does not match. Moved code into subfunction that is used
1073                 again when needed, to prevent an endless loop.
1074
1075 2003-03-17 [thorsten]   0.8.11claws23
1076
1077         * src/imageview.[ch]
1078                 export imageview_get_resized_size() (for plugins)
1079         * src/prefs_common.[ch]
1080                 added prefs_common_get() (for plugins)
1081
1082 2003-03-17 [christoph]  0.8.11claws22
1083
1084         * src/imap.c
1085                 o remove UID guessing from copy code
1086                 o support UIDPLUS extension for APPEND command
1087
1088 2003-03-17 [paul]       0.8.11claws21
1089
1090         * src/gtk/about.c
1091                 remove 'Compiled-plugins' section.
1092                 
1093         * src/plugins/dillo_viewer/dillo_viewer.c
1094                 slight change to description text
1095
1096 2003-03-16 [match]      0.8.11claws20
1097         * src/ldapserver.[ch]           ** NEW **
1098         * src/ldapctrl.[ch]             ** NEW **
1099         * src/ldapquery.[ch]            ** NEW **
1100         * src/ldaputil.[ch]             ** NEW **
1101         * src/addrcindex.[ch]           ** NEW **
1102         * src/addrquery.h               ** NEW **
1103         * src/addritem.[ch]
1104         * src/addrcache.[ch]
1105         * src/addrindex.[ch]
1106         * src/addr_compl.[ch]
1107         * src/addressbook.[ch]
1108         * src/addrbook.[ch]
1109         * src/editgroup.c
1110         * src/editaddress.c
1111         * src/editldap.c
1112         * src/editldap_basedn.c
1113         * src/vcard.c
1114         * src/jpilot.c
1115         * src/Makefile.am
1116                 included dynamic LDAP queries. improved address
1117                 completion.
1118
1119 2003-03-16 [paul]       0.8.11claws19
1120
1121         * tools/multiwebsearch.pl
1122                 fix a fatal typo
1123
1124 2003-03-16 [christoph]  0.8.11claws18
1125
1126         * src/mimeview.c
1127         * src/plugins/dillo_viewer/dillo_viewer.c
1128         * src/plugins/mathml_viewer/mathml_viewer.c
1129                 make unregistering of MimeViewerFactorys possible
1130
1131 2003-03-16 [alfons]     0.8.11claws17
1132
1133         * configure.ac
1134                 correct typo
1135
1136 2003-03-16 [melvin]     0.8.11claws16
1137
1138         * src/plugins/dillo_viewer.c
1139                 Fixed bug where it was not possible to view more than
1140                 one text/html attachment per message (bug discovered
1141                 by Christoph Hohmann).
1142
1143 2003-03-15 [melvin]     0.8.11claws15
1144
1145         * src/prefs_actions.c
1146                 Fixed compilation warnings.
1147
1148 2003-03-15 [melvin]     0.8.11claws14
1149
1150         * src/plugins/Makefile.am
1151         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
1152         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
1153         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
1154                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
1155                 newer (http://dillo.auriga.wearlab.de/).
1156
1157 2003-03-15 [christoph]  0.8.11claws13
1158
1159         * src/imap.c
1160                 don't query imap folder for attributes because we already
1161                 for them from imap_status
1162
1163         * src/mimeview.[ch]
1164                 add support for plugable MimeViewers (unloading Viewers
1165                 not yet complete)
1166
1167         * src/plugins/Makefile.am
1168         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
1169         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
1170         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
1171                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
1172                 widget from http://helm.cs.unibo.it/mml-widget/
1173
1174 2003-03-14 [christoph]  0.8.11claws12
1175
1176         * src/folder.[ch]
1177                 o error return code's should better be negative
1178                 o replace printf with debug_print
1179
1180         * src/imap.c
1181                 improve IMAP folder scan by checking UID-NEXT
1182
1183         * src/summaryview.c
1184                 remove check that are unnecessary in my opinion
1185
1186 2003-03-13 [christoph]  0.8.11claws11
1187
1188         * src/folder.[ch]
1189         * src/foldersel.c
1190         * src/folderview.c
1191         * src/imap.c
1192         * src/mbox_folder.c
1193         * src/mh.c
1194         * src/news.c
1195         * src/prefs_scoring.c
1196         * src/summaryview.c
1197                 use a common function to get a displayable name
1198                 for a FolderItem
1199
1200 2003-03-13 [paul]       0.8.11claws10
1201
1202         * tools/Makefile.am
1203           tools/README
1204           tools/multiwebsearch.conf     ** NEW FILE **
1205           tools/multiwebsearch.pl       ** NEW FILE **
1206                 add multiwebsearch Actions script
1207
1208 2003-03-13 [colin]      0.8.11claws9
1209
1210         * src/compose.c
1211                 Remove leading emtpy lines from quoted text
1212                 before quoting it
1213
1214 2003-03-13 [melvin]     0.8.11claws8
1215
1216         * src/prefs_actions.c
1217                 Fixed a memory leak
1218                 Code clean ups
1219                 Added Cancel and OK buttons
1220                 Corrected help text
1221
1222 2003-03-13 [christoph]  0.8.11claws7
1223
1224         * src/account.c
1225         * src/folder.[ch]
1226         * src/imap.c
1227         * src/mainwindow.c
1228         * src/mbox_folder.c
1229         * src/mh.c
1230         * src/news.c
1231         * src/setup.c
1232                 replace more folder type stuff with folder class stuff
1233
1234 2003-03-13 [melvin]     0.8.11claws6
1235
1236         * src/prefs_actions.c
1237                 Added new tokens:
1238                 %u: user provided argument
1239                 %h: user provided argument (hidden on input)
1240                 %s: current text selection in the message view 
1241
1242 2003-03-13 [paul]       0.8.11claws5
1243
1244         * sync with 0.8.11cvs5
1245                 see ChangeLog 2003-03-11, 2003-03-12
1246
1247 2003-03-12 [christoph]  0.8.11claws4
1248
1249         * src/folder.c
1250                 use folder class idstr when writing folderlist.xml
1251
1252         * src/folder.h
1253         * src/imap.c
1254         * src/news.c
1255                 replace folder type checks with folder class checks
1256
1257 2003-03-12 [christoph]  0.8.11claws3
1258
1259         * src/folder.[ch]
1260         * src/imap.[ch]
1261         * src/main.c
1262         * src/mbox_folder.[ch]
1263         * src/mh.[ch]
1264         * src/news.[ch]
1265                 o create a list of known folder classes in the folder system
1266                 o use folder class id strings for folder item identifiers
1267
1268 2003-03-12 [christoph]  0.8.11claws2
1269
1270         * src/imap.c
1271                 fix imap uid validity check
1272
1273 2003-03-12 [christoph]  0.8.11claws1
1274
1275         * src/account.c
1276         * src/folder.[ch]
1277         * src/foldersel.c
1278         * src/folderview.c
1279         * src/imap.c
1280         * src/mainwindow.c
1281         * src/mbox_folder.c
1282         * src/mh.c
1283         * src/news.c
1284         * src/prefs_scoring.c
1285         * src/procmsg.c
1286         * src/setup.c
1287         * src/summaryview.c
1288                 initial restructuring of folder system, seperating
1289                 folders and folder classes
1290
1291 2003-03-12 [paul]       0.8.11claws
1292
1293         0.8.11claws release
1294
1295 2003-03-12 [christoph]
1296
1297         * src/gtk/prefswindow.c
1298                 fix translation of "Page Index"
1299
1300 2003-03-12 [paul]       0.8.10claws110
1301
1302         a sync from 0.8.11cvs4 before the release
1303
1304         * src/common/utils.c
1305                 subject_compare_for_sort(): allow null strings (fixes
1306                 summary sorting).
1307
1308 2003-03-11 [paul]       0.8.10claws109
1309
1310         * po/es.po
1311                 update Spanish translation, submitted by
1312                 Ricardo Mones Lastra
1313
1314 2003-03-11 [melvin]     0.8.10claws108
1315
1316         * po/fr.po
1317                 Updated French translations
1318
1319 2003-03-11 [paul]       0.8.10claws107
1320
1321         * manual/en/Makefile.am
1322           manual/en/*.html
1323                 update English manual, add a new page
1324                 updated by Francois Barriere <fbarriere@atmel.fr>
1325                 
1326         * po/bg.po
1327           po/it.po
1328           po/sr.po
1329                 update Bulgarian, Italian, and Serbian translations
1330                 submitted by George Danchev, Alessandro Maestri, and
1331                 Urke MMI
1332
1333 2003-03-10 [paul]       0.8.10claws106
1334
1335         * src/gtk/about.c
1336           src/gtk/prefswindow.c
1337                 make some strings translatable
1338
1339 2003-03-10 [darko]      0.8.10claws105
1340
1341         * src/compose.c
1342                 code cleanup to make Hiro happy
1343
1344 2003-03-10 [paul]       0.8.10claws104
1345
1346         * sync with 0.8.11cvs2
1347                 see ChangeLog 2003-03-10
1348
1349 2003-03-09 [melvin]     0.8.10claws103
1350
1351         * src/textview.c
1352                 textview_set_font(): fix for message display in
1353                 UTF-8 locales (thanks to Sergey Vlasov).
1354                 (was unintentionnaly reverted in 0.8.6claws6)   
1355
1356 2003-03-08 [darko]      0.8.10claws102
1357
1358         * src/compose.c
1359                 fix infinite loop in wrapping as reported
1360                 by happycactus
1361                 obsoletes patch #696482
1362
1363 2003-03-08 [christoph]  0.8.10claws101
1364
1365         * src/imap.c
1366                 add workaround for IMAP servers that do not
1367                 support the "UID SEARCH UID" command
1368
1369 2003-03-07 [christoph]  0.8.10claws100
1370
1371         * src/plugins/spamassassin/spamassassin.[ch]
1372         * src/plugins/spamassassin/spamassassin_gtk.c
1373                 code cleanup
1374
1375 2003-03-07 [paul]       0.8.10claws99
1376
1377         * po/es.po
1378                 updated Spanish translation, submitted by
1379                 Ricardo Mones Lastra
1380
1381 2003-03-07 [christoph]  0.8.10claws98
1382
1383         * src/send.c
1384                 fix in 0.8.10claws94 was wrong
1385                 local delivery does not require escaping, remove escaping
1386                 code to make signatures of mails with "." lines valid
1387                 
1388                 NOTE: requires that sendmail is executed with "-i" option,
1389                       what is the default now, but has to be changed in all
1390                       exsiting accounts)
1391
1392 2003-03-07 [paul]       0.8.10claws97
1393
1394         * sync with 0.8.11 release
1395                 see ChangeLog 2003-03-07
1396
1397 2003-03-06 [paul]       0.8.10claws96
1398
1399         * src/compose.c
1400                 revert commit 0.8.10claws92
1401
1402 2003-03-06 [paul]       0.8.10claws95
1403
1404         * src/folderview.c
1405                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
1406
1407         * src/gtkaspell.c
1408                 fix bug 74, 'Crash opening editor window with pseudo-color
1409                 display'
1410                 
1411         Patches submitted by Kevin Vigor <kevin@vigor.nu>
1412
1413 2003-03-06 [christoph]  0.8.10claws94
1414
1415         * src/send.c
1416                 fix rfc2821 (4.5.2) violation in SMTP data sending,
1417                 all lines starting with a period get an extra period
1418                 inserted
1419                 (found by Simon 'corecode' Schubert)
1420
1421 2003-03-06 [paul]       0.8.10claws93
1422
1423         * src/folderview.c
1424                 if configured font can't be loaded fall back to gtk
1425                 default. (with thanks to Christoph)
1426                 
1427                 closes long-standing bug 15 'Crashes on startup'
1428
1429 2003-03-06 [paul]       0.8.10claws92
1430
1431         * src/compose.c
1432                 freeze text before autosave and thaw afterwards
1433                 fixes bug 67 'autosave make re-rediting message crazy'
1434
1435 2003-03-06 [christoph]  0.8.10claws91
1436
1437         * src/compose.c
1438                 ignore address comment in dupe check for Cc-list
1439
1440         (closes reopened bug 47 Replying to message strips name part of
1441          e-mail addresses of Cc: lines)
1442
1443 2003-03-06 [paul]       0.8.10claws90
1444
1445         * src/Makefile.am
1446                 remove reference to gtkxtext.h as its no longer in
1447                 the repository
1448
1449 2003-03-06 [paul]       0.8.10claws89
1450
1451         * sync with 0.8.10cvs25
1452                 see ChangeLog 2003-03-06
1453
1454 2003-03-06 [oliver]     0.8.10claws88
1455         
1456         * src/messageview.c
1457                 remove include
1458
1459 2003-03-06 [oliver]     0.8.10claws87
1460         
1461         * src/folderview.c 
1462                 remove changes introduced inclaws74
1463         * src/messageview.c
1464                 another attempt to sanely delete and update
1465                 messages deleted in separate messageview
1466
1467 2003-03-05 [christoph]  0.8.10claws86
1468
1469         * src/summaryview.c
1470                 check if "From" matches any account's address if
1471                 addressbook completion of addresses is disabled too
1472
1473         (closes Bug 70 "Display recipient in from" doesn't check
1474          folder's default account)
1475
1476 2003-03-05 [christoph]  0.8.10claws85
1477
1478         * src/compose.c
1479         * src/common/utils.[ch]
1480                 don't strip address comments when building Cc lists
1481
1482         (closes Bug 47 Replying to message strips name part of e-mail addresses
1483          of Cc: lines)
1484
1485         * src/folder.c
1486                 fix return value of copy function
1487
1488 2003-03-05 [christoph]  0.8.10claws84
1489
1490         * src/imap.c
1491                 don't ask imap server for non rfc822 headers
1492
1493         (closes bug 71 IMAP FETCH asks for FROM header field twice)
1494
1495         * src/imap.c
1496                 destroy session on socket error to allow reconnecting
1497
1498 2003-03-05 [christoph]  0.8.10claws83
1499
1500         * configure.ac
1501                 fix building with gnome when no prefix is set
1502
1503         (closes bug 66 Gnome directory is set to NONE)
1504
1505 2003-03-05 [paul]       0.8.10claws82
1506
1507         * sync with 0.8.10cvs23
1508                 see ChangeLog 2003-03-05
1509
1510 2003-03-04 [christoph]  0.8.10claws81
1511
1512         * src/folder.c
1513                 o fix moving and copying when folder returns 0 for new
1514                   message number
1515                 o remove some code for single message copy and move
1516                   operations and use functions for multiple messages
1517
1518         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
1519
1520         * src/news.c
1521                 remove unused include
1522
1523 2003-03-04 [paul]       0.8.10claws80
1524
1525         * src/gtk/about.c
1526                 list 'Compiled plugins'
1527
1528 2003-03-03 [christoph]  0.8.10claws79
1529
1530         * src/news.[ch]
1531                 have to multiply the percentage of the current fetch with
1532                 the percentage that it has of the total fetch operation
1533                 for correct values
1534
1535 2003-03-03 [christoph]  0.8.10claws78
1536
1537         * src/news.c
1538                 fix calculation of expected lines for progress indicator
1539
1540 2003-03-03 [christoph]  0.8.10claws77
1541
1542         * src/summaryview.c
1543         * src/common/utils.c
1544                 fix segfault when opening the root news folder
1545
1546 2003-03-03 [christoph]  0.8.10claws76
1547
1548         * src/mainwindow.[ch]
1549         * src/common/Makefile.am
1550         * src/common/progressindicator.[ch]
1551                 add UI independent progress indicator handling
1552
1553         * src/news.[ch]
1554                 use new progress indicator for message info fetching
1555
1556         * src/common/hooks.h
1557                 code cleanup
1558
1559 2003-03-03 [oliver]     0.8.10claws75
1560
1561         * src/toolbar.c
1562         * src/compose.c
1563                 removed commented code
1564
1565 2003-03-03 [oliver]     0.8.10claws74
1566
1567         * src/toolbar.[ch]
1568                 cleanups and refactoring
1569         * src/compose.[ch]
1570                 compose_reply_mode reply & forwarding interface for
1571                 toolbar buttons
1572         * src/folderview.c
1573                 act on messages marked for deletion in folderview_selected
1574                 based on prefs_common.immediate_exec since a message might 
1575                 have been deleted by messageview in a folder we are changing 
1576                 to (does anybody understand what I'm on about ?)
1577
1578 2003-03-03 [oliver]     0.8.10claws73
1579         
1580         * src/messageview.[ch]
1581                 new functions
1582                 - messageview_delete: delete message shown in messagview
1583                 - messageview_update_view: update messageview to currently 
1584                   selected summaryview message
1585                 - add separate messageview to msgview_list in order to update 
1586                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
1587         * src/summaryview.[ch]
1588                 summary_get_selection returns a list of selected msgs
1589                 in summaryview
1590         * src/mainwindow.c
1591                 toolbar reply refactoring
1592
1593 2003-03-03 [paul]       0.8.10claws72
1594
1595         * sync with 0.8.10cvs21
1596                 see ChangeLog 2003-03-03
1597
1598 2003-03-02 [christoph]  0.8.10claws71
1599
1600         * src/common/passcrypt.c
1601                 use POSIX includes
1602
1603 2003-03-02 [christoph]  0.8.10claws70
1604
1605         * configure.ac
1606         * src/prefs_account.c
1607         * src/prefs_gtk.[ch]
1608         * src/common/.cvsignore
1609         * src/common/Makefile.am
1610         * src/common/passcrypt.c                ** NEW **
1611         * src/common/passcrypt.h.in             ** NEW **
1612                 Implement password encryption in config files
1613                 using unix encrypt and setkey functions. The crypt
1614                 key can be set as a configure parameter. Old
1615                 passwords will be converted if they do not begin
1616                 with '!'
1617
1618 2003-03-02 [paul]       0.8.10claws69
1619
1620         * src/prefs_account.c
1621                 fix compile error
1622
1623 2003-03-01 [thorsten]   0.8.10claws68
1624
1625         * po/el.po
1626           po/hr.po
1627           po/it.po
1628           po/nl.po
1629           po/sr.po
1630           po/sv.po
1631                 corrected format strings
1632         * po/en_GB.po
1633                 corrected headers
1634                 (fix compile errors with GNU gettext-0.11.5)
1635
1636 2003-03-01 [oliver]     0.8.10claws67
1637
1638         * src/summaryview.c
1639                 menu callbacks call toolbar_menu_reply
1640
1641 2003-03-01 [oliver]     0.8.10claws66
1642
1643         * src/mainwindow.c
1644         * src/messageview.c
1645                 menu callbacks call toolbar_menu_reply
1646         * src/toolbar.[ch]
1647                 callbacks from menu handled by toolbar_menu_reply
1648
1649 2003-03-01 [paul]       0.8.10claws65
1650
1651         * src/addressbook.c
1652                 revert commit 0.8.10claws54 - breaks editing of
1653                 addressbook.
1654                 
1655         * po/bg.po
1656                 update Bulgarian translation, submitted by
1657                 George Danchev
1658
1659 2003-02-28 [christoph]  0.8.10claws64
1660
1661         * src/account.c
1662         * src/addressadd.c
1663         * src/compose.c
1664         * src/gtkaspell.c
1665         * src/gtkxtext.h                ** REMOVE **
1666         * src/imap.c
1667         * src/matcher.[ch]
1668         * src/mh.c
1669         * src/news.c
1670         * src/pine.c
1671         * src/prefs_common.c
1672         * src/prefs_matcher.c
1673         * src/procheader.[ch]
1674         * src/procmsg.[ch]
1675         * src/toolbar.c
1676         * src/common/ssl_certificate.c
1677         * src/gtk/colorlabel.c
1678         * src/gtk/menu.c
1679                 o fix warnings
1680                 o remove code obsoleted by new cache and folder system rework
1681
1682 2003-02-28 [oliver]     0.8.10claws63
1683         
1684         * src/toolbar.[ch]
1685                 * fix bug where reply in Messageview replied to 
1686                 Message displayed in summaryview
1687                 (reportedd via ML by chinatinte at gmx dot ch)
1688                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
1689                 didn't work in separate MessageView Toolbar
1690                 (wondering if anybody uses this at all ?)
1691         * src/summaryview.[ch]
1692                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
1693                 (generalize reply and forward code);
1694         * src/messageview.c 
1695                 remove focus_in event which updated summaryview to messageview
1696
1697 2003-02-28 [paul]       0.8.10claws62
1698
1699         * po/Makefile.in.in
1700                 add the --check option
1701                 Patch submitted by Ricardo Mones Lastra
1702
1703 2003-02-28 [paul]       0.8.10claws61
1704
1705         * src/prefs_account.c
1706                 re-order 'Signature' items
1707
1708 2003-02-28 [paul]       0.8.10claws60
1709
1710         * sync with 0.8.10cvs20
1711                 see ChangeLog 2003-02-28
1712
1713 2003-02-28 [paul]       0.8.10claws59
1714
1715         * po/POTFILES.in
1716                 update to reflect recent movement of files
1717
1718 2003-02-28 [paul]       0.8.10claws58
1719
1720         * sync with 0.8.10cvs19
1721                 see ChangeLog 2003-02-28
1722
1723 2003-02-27 [martin]     0.8.10claws57
1724
1725         * src/prefs_matcher.c 
1726                 fix segfault in prefs_matcher_ok() when the
1727                 last entry is deleted and prevents that the
1728                 message "entry not saved" comes up after deleting
1729                 an entry
1730
1731 2003-02-27 [martin]     0.8.10claws56
1732
1733         * src/prefs_filtering.c 
1734                 fix segfault in prefs_filtering_ok() when the
1735                 last entry is deleted and prevents that the
1736                 message "entry not saved" comes up after deleting
1737                 an entry
1738
1739 2003-02-27 [paul]       0.8.10claws55
1740
1741         * sync with 0.8.10cvs18
1742                 see ChangeLog 2003-02-27
1743
1744 2003-02-27 [paul]       0.8.10claws54
1745
1746         * src/addressbook.c
1747                 fix bug where the address book crashes with 
1748                 multiple lookups.
1749                 Patch [687729] submitted by David Frager 
1750                 <dbfrager@users.sourceforge.net>
1751
1752 2003-02-25 [christoph]  0.8.10claws53
1753
1754         * src/Makefile.am
1755         * src/colorlabel.[ch]           ** REMOVE **
1756         * src/gtk/Makefile.am
1757         * src/gtk/colorlabel.[ch]       ** NEW **
1758                 move colorlabel files to gtk directory
1759
1760         * src/esmtp.[ch]                ** REMOVE **
1761                 has been merged into smtp.[ch] in 0.7.5
1762
1763 2003-02-25 [christoph]  0.8.10claws52
1764
1765         * src/Makefile.am
1766         * src/about.[ch]                ** REMOVE **
1767         * src/gtk/Makefile.am
1768         * src/gtk/about.[ch]            ** NEW **
1769                 move about files to gtk directory
1770
1771 2003-02-25 [christoph]  0.8.10claws51
1772
1773         * src/folder.c
1774                 some code optimization of folder scanning code
1775
1776         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
1777
1778 2003-02-25 [christoph]  0.8.10claws50
1779
1780         * src/main.c
1781         * src/common/sylpheed.c
1782                 add command line parameter parsing to common code
1783
1784 2003-02-24 [christoph]
1785
1786         * Makefile.am
1787         * configure.ac
1788                 fix gnome prefix problems, the configure script now removed
1789                 `gnome-config --prefix` from `gnome-config --datadir`
1790                 and adds $(prefix} instead
1791
1792         (closes Bug 24 Makefile does not respect prefix when installing
1793          GNOME data)
1794
1795 2003-02-24 [christoph]  0.8.10claws49
1796
1797         * src/news.c
1798                 check for valid session before trying to authenticate
1799
1800         (closes Bug 60 crash if "authenticate on logon" is activated
1801          and newsserver-hostname is not valid)
1802
1803 2003-02-24 [melvin]     0.8.10claws48
1804
1805         * src/prefs_actions.c
1806                 Make sure all user's input is sent to the action and then
1807                 close the socket..
1808
1809 2003-02-23 [alfons]     0.8.10claws46
1810
1811         * src/summaryview.c
1812                 also wait cursor when deleting files
1813
1814 2003-02-23 [paul]
1815
1816         * tools/freshmeat_search.pl
1817           tools/google_search.pl
1818                 scripts should now work for any browser/browser command line
1819
1820 2003-02-22 [christoph]  0.8.10claws45
1821
1822         * src/procmsg.c
1823                 fix IMAP flag setting, IMAP flag is not handled correctly
1824                 anymore by the folder system and information about the
1825                 folder should not be saved in the MsgInfo (in my opinion)
1826
1827         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1828
1829 2003-02-22 [christoph]  0.8.10claws44
1830
1831         * src/summaryview.c
1832                 fix spelling of "label" ;-)
1833
1834 2003-02-22 [thorsten]   0.8.10claws43
1835
1836         * src/mimeview.c
1837           src/prefs_common.[ch]
1838           src/procmime.[ch]
1839                 do not use description as attachment name
1840
1841 2003-02-22 [alfons]     0.8.10claws42
1842
1843         * src/summaryview.c
1844                 freeze/thaw folder item updates when changing color labels,
1845                 and put a wait cursors on
1846
1847 2003-02-22 [thorsten]   0.8.10claws41
1848
1849         * src/mimeview.c
1850                 save-all fixes: crash if invoked on multipart container,
1851                 mimeinfo access, pathseparators, error dialog
1852
1853 2003-02-21 [alfons]     0.8.10claws40
1854
1855         * src/prefs_gtk.c
1856                 remove unused var
1857
1858 2003-02-21 [colin]      0.8.10claws39
1859
1860         * src/send.c
1861                 Fix smtp logging
1862
1863 2003-02-21 [colin]      0.8.10claws38
1864
1865         * src/summaryview.c
1866                 Freeze/thaw folderItem updates when filtering messages 
1867                 via Tools/Filter messages
1868
1869 2003-02-21 [paul]       0.8.10claws37
1870
1871         * src/compose.c
1872                 revert commit 0.8.10claws26, there are ulterior motives
1873                 for users to set a Reply-To header when posting to
1874                 newsgroups
1875
1876 2003-02-21 [paul]       0.8.10claws36
1877
1878         * sync with 0.8.10cvs17
1879                 see ChangeLog 2003-02-21
1880
1881 2003-02-20 [christoph]  0.8.10claws35
1882
1883         * src/imap.c
1884                 IMAP UID fetch speedup using SEARCH
1885
1886         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1887
1888         * src/imap.c
1889                 fix problem with UIDs in IMAP UID cache that no longer existed
1890
1891 2003-02-20 [christoph]  0.8.10claws34
1892
1893         * src/imap.c
1894         * src/procheader.c
1895         * src/procheader.h
1896                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1897
1898         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1899
1900         * src/imap.c
1901                 Rewrite imap_cmd_gen_recv use sock_getline instead
1902                 of sock_gets to avoid problems with too long reply
1903                 lines
1904     
1905 2003-02-20 [colin]      0.8.10claws33
1906         
1907         * src/prefs_account.c
1908                 Better wording
1909
1910 2003-02-20 [colin]      0.8.10claws32
1911
1912         * src/compose.c
1913                 Remove useless '&& !to_sender' 
1914
1915 2003-02-20 [darko]
1916
1917         * AUTHORS
1918                 change my e-mail address
1919
1920 2003-02-19 [colin]      0.8.10claws31
1921
1922         * src/prefs_common.c
1923                 X11 style colors for every configurable color
1924
1925 2003-02-19 [alfons]     0.8.10claws30
1926
1927         * src/prefs_gtk.[ch]
1928         * src/prefs_common.c
1929                 for color_new accept both plain integers and X11 style color
1930                 names (as found in /usr/lib/X11/rgb.txt)
1931
1932 2003-02-19 [paul]       0.8.10claws29
1933
1934         * src/mainwindow.c
1935                 add tooltips to online/offline button and account selector
1936                 button
1937
1938 2003-02-19 [paul]       0.8.10claws28
1939
1940         * src/folder.c
1941           src/news.c
1942           src/prefs_account.[ch]
1943           src/prefs_common.[ch]
1944                 move 'Maximum number of articles to download' to
1945                 account prefs.
1946                 clean up account prefs gui a little by hiding entries
1947                 rather then greying out entries
1948
1949 2003-02-19 [hiro]       0.8.10claws27
1950
1951         * src/common/utils.c
1952                 fix bug #54 'yesterdays date is displayed in the message 
1953                 summary window'
1954
1955 2003-02-19 [paul]       0.8.10claws26
1956
1957         * src/compose.c
1958                 fix bug reported in Feature Request [688596] 
1959                 'Reply-to header in news'
1960
1961 2003-02-18 [paul]       0.8.10claws25
1962
1963         * src/select-keys.c
1964                 add a 'List all keys' button to key selection dialog
1965
1966 2003-02-18 [colin]      0.8.10claws24
1967         
1968         * src/stock_pixmap.c
1969                 fix compile error
1970
1971 2003-02-18 [colin]      0.8.10claws23
1972
1973         * src/common/smtp.[ch]
1974           src/prefs_account.c
1975                 Try to starttls if it seems to be the only
1976                 way to authenticate a user
1977
1978 2003-02-18 [paul]       0.8.10claws22
1979
1980         * src/Makefile.am
1981           src/folderview.c
1982           src/stock_pixmap.[ch]
1983           src/pixmaps/drafts_close.xpm  ** NEW FILE **
1984           src/pixmaps/drafts_open.xpm   ** NEW FILE **
1985                 as a Drafts folder is a special folder allow it to have
1986                 its own unique icons
1987
1988 2003-02-18 [colin]      0.8.10claws21
1989
1990         * src/imap.c
1991                 Fix port selection when using starttls
1992
1993 2003-02-18 [paul]       0.8.10claws20
1994
1995         * src/mainwindow.c
1996           src/prefs_common.[ch]
1997                 make blue the default new mail colour
1998
1999 2003-02-18 [paul]       0.8.10claws19
2000
2001         * sync with 0.8.10cvs14
2002                 see ChangeLog 2003-02-18
2003
2004 2003-02-17 [jens]       0.8.10claws18
2005
2006         * src/common/md5.c
2007                 fixed a compile problem with gcc 3.3
2008                 works on 2.95.3 too (testet on PPC as it is big endian)
2009
2010 2003-02-17 [paul]       0.8.10claws17
2011
2012         * sync with 0.8.10cvs13
2013                 see ChangeLog 2003-02-17
2014
2015 2003-02-17 [paul]       0.8.10claws16
2016
2017         * sync with 0.8.10cvs12
2018                 see ChangeLog 2003-02-17
2019
2020 2003-02-16 [match]      0.8.10claws15
2021
2022         * src/addressbook.c
2023                 Eliminates reloading of address data when items
2024                 deleted or added. Applied submitted by
2025                 Luke Plant <lukeplant@softhome.net>
2026
2027 2003-02-16 [paul]       0.8.10claws14
2028
2029         * src/news.c
2030                 when a 'protocol error' is encountered disconnect from
2031                 the server. This means that the user can carry on viewing
2032                 other articles and doesn't have to either wait until the
2033                 server timesout or quit sylpheed.
2034                 Fixes bug #53 'Unable to read messages in newsgroups, 
2035                 displayed message doesn't change'
2036
2037 2003-02-15 [christoph]  0.8.10claws13
2038
2039         * src/imap.c
2040                 fix bug that stopped scanning of folders when an
2041                 IMAP folder was empty
2042
2043         (closes bug 46 stop scan messages in folders after empty folder)
2044
2045 2003-02-15 [paul]
2046
2047         * tools/Makefile.am
2048           tools/README
2049           tools/freshmeat_search.pl     ** NEW FILE **
2050           tools/google_search.pl        ** NEW FILE **
2051                 Add 2 Actions scripts which search freshmeat/google
2052                 for the selected text using the browser configured
2053                 in sylpheedrc.
2054                 
2055         Note: These scripts are very dependent on the format of the
2056         browser command and may not work on every occasion. Testing
2057         is welcome. 
2058
2059 2003-02-14 [alfons]     0.8.10claws12
2060
2061         * src/compose.c
2062                 fix breakage because of uninitialized account pointer.
2063                 please verify.
2064
2065 2003-02-14 [paul]       0.8.10claws11
2066
2067         * src/compose.c
2068           src/prefs_account.[ch]
2069           src/prefs_common.[ch]
2070                 move signature settings to Account Prefs
2071
2072 2003-02-14 [paul]       0.8.10claws10
2073
2074         * sync with 0.8.10cvs11
2075                 see ChangeLog 2003-02-14
2076
2077 2003-02-13 [thorsten]   0.8.10claws9
2078
2079         * src/news.c
2080                 revert news progressbar (GUI separation)
2081
2082 2003-02-13 [paul]       0.8.10claws8
2083
2084         * src/compose.c
2085                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
2086                 paragraph 1
2087
2088 2003-02-13 [paul]       0.8.10claws7
2089
2090         * src/compose.[ch]
2091           src/summaryview.c
2092                 fix 'Follow-up and Reply-to' so that it creates a reply to
2093                 the newsgroup and the sender. If the message has the keyword
2094                 'poster' in the Followup-To header, all replies go to the
2095                 sender, re: RFC 1036, Section 2.2.3
2096                 rename all instances of 'ignore_replyto' to 'to_sender', both
2097                 were previously used, now we use just one.
2098
2099 2003-02-13 [paul]       0.8.10claws6
2100
2101         * sync with 0.8.10cvs9
2102                 see ChangeLog 2003-02-13
2103
2104 2003-02-13 [paul]       0.8.10claws5
2105
2106         * configure.ac
2107                 show which plugins are configured in the configure
2108                 output.
2109
2110 2003-02-12 [thorsten]   0.8.10claws4
2111
2112         * src/news.c
2113                 show progress while fetching news headers
2114
2115 2003-02-12 [christoph]  0.8.10claws3
2116
2117         * configure.ac
2118         * src/plugins/Makefile.am
2119                 use AM_CONDITIONAL to enable plugins, automake correctly
2120                 manages this when creating distdir
2121
2122 2003-02-12 [christoph]  0.8.10claws2
2123
2124         * ac/spamassassin.m4
2125         * src/plugins/spamassassin/Makefile.am
2126                 fix building SpamAssassin plugin without OpenSSL
2127
2128 2003-02-12 [paul]       0.8.10claws1
2129
2130         * ac/Makefile.am
2131           src/Makefile.am
2132           src/plugins/Makefile.am
2133                 fix failure of 'make release'
2134
2135 2003-02-12 [paul]       0.8.10claws
2136
2137         * 0.8.10claws released
2138
2139 2003-02-12 [paul]       0.8.9claws56
2140
2141         * po/bg.po
2142           po/es.po
2143           po/it.po
2144           po/ru.po
2145           po/sr.po
2146                 updated translations by George Danchev, Ricardo Mones Lastra,
2147                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
2148                 
2149         * sylpheed.spec.in
2150                 Allow the building of RPMs by a regular user. Submitted
2151                 by Sergei Astanin
2152
2153 2003-02-11 [alfons]     0.8.9claws55
2154
2155         * src/colorlabel.c
2156                 don't use pixmaps for label color rect but draw rectangles
2157                 so we can respect the color map of palette based visuals
2158                 (fixes the long time crashes on Suns - thanks to Andreas
2159                 Engel and Steve O'Hara-Smith for testing)
2160
2161 2003-02-11 [christoph]  0.8.9claws54
2162
2163         * src/matcher_parser_parse.y
2164                 correct bug where filering rules of not existing folders in
2165                 matcherrc were added to global filtering
2166                 
2167         (closes Debian Bug #180253 - Directory's filter-rules are merged with
2168          main filter-rules after removing directory, http://bugs.debian.org/180253)
2169         
2170 2003-02-11 [paul]       0.8.9claws53
2171
2172         * sync with 0.8.10cvs7
2173                 see ChangeLog 2003-02-09
2174
2175 2003-02-11 [melvin]     0.8.9claws52
2176
2177         * po/fr.po
2178                 Updated French tranlsations
2179
2180 2003-02-10 [paul]       0.8.9claws51
2181
2182         * sylpheed.spec.in
2183                 correct --enable-openssl
2184                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
2185
2186 2003-02-09 [martin]     0.8.9claws50
2187
2188         * src/prefs_matcher.c
2189                 fix segfault in prefs_matcher_substitute_cb() when
2190                 no row is selected
2191
2192 2003-02-09 [paul]       0.8.9claws49
2193
2194         * src/folderview.c
2195                 fix bug where a newsgroup folder's processing rules were
2196                 merged with the global filtering rules when the newsgroup
2197                 folder was deleted, causing some seriously bad results,
2198                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
2199
2200 2003-02-08 [melvin]     0.8.9claws48
2201
2202         * src/compose.c
2203                 Corrected and modified an alert message.
2204
2205 2003-02-07 [paul]       0.8.9claws47
2206
2207         * src/folderview.c
2208                 fix bug where both an 'Account properties' window and a
2209                 'Folder properties' window were opened when clicking on
2210                 'Properties' in an NNTP or IMAP folder's popup menu.
2211
2212 2003-02-07 [paul]       0.8.9claws46
2213
2214         * sync with 0.8.10cvs6
2215                 see ChangeLog 2003-02-06
2216
2217 2003-02-06 [christoph]  0.8.9claws45
2218
2219         * src/mbox.c
2220                 freeze folder updates while importing mbox files
2221                 (closes bug 43 importing mbox took hours)
2222                 
2223         Patch submitted by Jens Rantil <jens.rantil@telia.com>
2224
2225 2003-02-06 [thorsten]   0.8.9claws44
2226
2227         * po/de.po
2228                 Updated german translations
2229
2230 2003-02-06 [thorsten]   0.8.9claws43
2231
2232         * src/news.h
2233                 use guint for message numbers (fix count in grouplist dialog)
2234
2235 2003-02-05 [paul]       0.8.9claws42
2236
2237         * sync with 0.8.10cvs2
2238                 see ChangeLog 2003-02-05
2239
2240 2003-02-04 [colin]      0.8.9claws41
2241
2242         * src/prefs_common.[ch]
2243           src/procmsg.c
2244           src/summaryview.c
2245                 Add an option to disable threading by subject
2246
2247 2003-02-04 [christoph]  0.8.9claws40
2248
2249         * src/inc.c
2250                 only abort fetching mails from multiple accounts when the
2251                 error is fatal and does not allow to check any more accounts
2252                 (currently only disk full error)
2253
2254         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
2255          receive mails for other accouts)
2256
2257 2003-02-04 [christoph]  0.8.9claws39
2258
2259         * src/folder.c
2260                 first add the new message to the cache, then
2261                 send the update notification
2262
2263         (closes bug 39 after sending message folderview doesnt get updated)
2264
2265 2003-02-04 [colin]      0.8.9claws38
2266
2267         * src/inc.c
2268                 _really_ fix this Connecting... status
2269
2270 2003-02-04 [paul]       0.8.9claws37
2271
2272         * sync with 0.8.10
2273                 see ChangeLog 2003-02-04
2274
2275 2003-02-04 [paul]       0.8.9claws36
2276
2277         * sync with 0.8.9cvs6
2278                 see ChangeLog 2003-02-03
2279
2280 2003-02-04 [paul]       0.8.9claws35
2281
2282         * po/pt_BR.po
2283                 updated by André Filipe de Assunção e Brito 
2284                 <bedecko@netsite.com.br>
2285
2286 2003-02-03 [thorsten]   0.8.9claws34
2287
2288         * po/de.po
2289                 Updated german translations
2290
2291 2003-02-02 [paul]       0.8.9claws33
2292
2293         * po/es.po
2294                 updated by Ricardo Mones Lastra
2295
2296 2003-02-02 [thorsten]   0.8.9claws32
2297
2298         * src/mh.c
2299                 Fix mh_get_msginfo() segfault if file is inaccessible
2300
2301 2003-01-31 [colin]      0.8.9claws31
2302
2303         * src/procheader.c
2304                 Fix last commit's bug
2305
2306 2003-01-31 [colin]      0.8.9claws30
2307
2308         * src/procheader.c
2309                 Missing a change for gpg-signed messages
2310
2311 2003-01-31 [paul]       0.8.9claws29
2312
2313         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
2314           src/procheader.c
2315           src/stock_pixmap.[ch]
2316           src/summaryview.c
2317                 indicate GnuPG signed messages by displaying an icon
2318                 in the Attachment column.
2319
2320 2003-01-31 [paul]       0.8.9claws28
2321
2322         * sync with 0.8.9cvs4
2323                 see ChangeLog 2003-01-31
2324
2325 2003-01-31 [alfons]     0.8.9claws27
2326
2327         * src/textview.c
2328                 tune URI parser to accept mailto URLs with a '?'
2329                 (patch from Ruslan Balkin)
2330
2331 2003-01-31 [colin]      0.8.9claws26
2332
2333         * src/summaryview.c
2334                 Fix a leak introduced in claws24
2335
2336 2003-01-31 [colin]      0.8.9claws25
2337
2338         * src/summaryview.c
2339                 Freeze/Thaw folder updates when deleting dups
2340
2341 2003-01-31 [colin]      0.8.9claws24
2342         
2343         * src/addr_compl.c
2344           src/summaryview.c
2345           src/msgcache.c
2346                 little speed improvements
2347
2348 2003-01-31 [colin]      0.8.9claws23
2349
2350         * src/summaryview.c
2351                 Fix segfault when forwarding nothing
2352                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
2353                 
2354 2003-01-30 [paul]       0.8.9claws22
2355
2356         * sync with 0.8.9cvs3
2357                 see ChangeLog 2003-01-30
2358
2359 2003-01-30 [paul]       0.8.9claws21
2360
2361         * sync with 0.8.9cvs2
2362                 see ChangeLog 2003-01-30
2363
2364 2003-01-29 [paul]       0.8.9claws20
2365
2366         * sync with 0.8.9cvs1
2367                 see ChangeLog 2003-01-29
2368
2369 2003-01-28 [paul]       0.8.9claws19
2370
2371         * po/POTFILES.in
2372                 update to reflect changes. 
2373                 thanks to Ricardo Mones Lastra
2374
2375 2003-01-27 [christoph]  0.8.9claws18
2376
2377         * ac/openssl.m4
2378         * ac/spamassassin.m4
2379         * src/plugins/spamassassin/README
2380         * src/plugins/spamassassin/libspamc.[ch]
2381         * src/plugins/spamassassin/utils.[ch]
2382                 updated to latest libspamc
2383
2384 2003-01-27 [christoph]  0.8.9claws17
2385
2386         * src/folder.c
2387                 fix wrong use of procheader_get_header_fields
2388
2389 2003-01-27 [christoph]  0.8.9claws16
2390
2391         * src/news.c
2392         * src/prefs_account.[ch]
2393         * src/common/nntp.[ch]
2394                 allow to force authentication for NNTP servers
2395
2396         Patch submitted by Florian Mickler <dmk@d-labs.de>
2397
2398 2003-01-26 [paul]       0.8.9claws15
2399
2400         * src/summaryview.c
2401                 speed up of marking messages as read
2402                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
2403
2404 2003-01-26 [christoph]  0.8.9claws14
2405
2406         * src/Makefile.am
2407         * src/mgutils.[ch]              ** REMOVE **
2408         * src/xml.[ch]                  ** REMOVE **
2409         * src/xmlprops.[ch]             ** REMOVE **
2410         * src/common/Makefile.am
2411         * src/common/mgutils.[ch]       ** NEW **
2412         * src/common/xml.[ch]           ** NEW **
2413         * src/common/xmlprops.[ch]      ** NEW **
2414                 move xml files to common directory
2415
2416 2003-01-26 [christoph]  0.8.9claws13
2417
2418         * src/plugins/spamassassin/spamassassin_gtk.c
2419                 only set gtk entry text if string is available
2420
2421 2003-01-26 [melvin]     0.8.9claws12
2422
2423         * src/description_window.c
2424                 Allow resizing of the window
2425                 Allow automatic horizontal scroll bar
2426                 Do not vertically expand and fill
2427
2428 2003-01-26 [christoph]  0.8.9claws11
2429
2430         * src/Makefile.am
2431         * src/gtkutils.[ch]             ** REMOVE **
2432         * src/common/sylpheed.c
2433         * src/gtk/Makefile.am
2434         * src/gtk/description_window.c
2435         * src/gtk/gtkutils.[ch]         ** NEW **
2436         * src/gtk/prefswindow.c
2437                 move gtkutils to gtk directory
2438
2439 2003-01-26 [paul]       0.8.9claws10
2440
2441         * src/summaryview.c
2442                 rename summary_unread_clicked() to summary_status_clicked()
2443
2444 2003-01-26 [melvin]     0.8.9claws9
2445
2446         * src/prefs_actions.c
2447                 Cosmetical changes to the help text
2448
2449 2003-01-26 [paul]       0.8.9claws8
2450
2451         * src/folder.[ch]
2452           src/mainwindow.c
2453           src/prefs_common.c
2454           src/prefs_sumamry_column.c
2455           summaryview.[ch]
2456                 rename the 'Unread' column to 'Status'
2457
2458 2003-01-25 [match]      0.8.9claws7
2459
2460         * src/mgutils.[ch]
2461                 removed reference to LDAP constants. removed error2string.
2462                 included functions to support LDAP dynamic queries.
2463         * src/syldap.h
2464                 moved LDAP constants here.
2465         * src/addressbook.c
2466         * src/addrindex.c
2467         * src/importldif.c
2468                 removed references to LDAP constants and references to
2469                 error2string.
2470
2471 2003-01-25 [paul]       0.8.9claws6
2472
2473         * src/summaryview.c
2474                 summary_thread_build(), summary_thread_init(): remove 
2475                 unneeded reference to summaryview->folder_item
2476
2477 2003-01-25 [christoph]  0.8.9claws5
2478
2479         * src/gtk/description_window.c
2480                 o allow description texts to expand over multiple columns
2481                 o translate all columns
2482         * src/prefs_actions.c
2483                 change syntax description to use new multi column feature
2484
2485         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2486
2487 2003-01-25 [match]      0.8.9claws4
2488
2489         * src/vcard.c
2490                 fixed bug with Quoted-Printable
2491
2492 2003-01-25 [paul]       0.8.9claws3
2493
2494         * src/folder.[ch]
2495           src/summaryview.[ch]
2496                 implement per-folder collapsed/expanded threads setting
2497                 
2498         * src/prefs_common.c
2499                 remove global collapsed/expanded threads option
2500
2501 2003-01-25 [christoph]  0.8.9claws2
2502
2503         * po/POTFILES.in
2504                 add pluginwindow and prefswindow
2505         * src/compose.c
2506                 make send respond correctly to messages that could be added
2507                 to the queue folder, but the UID of the message is unknown
2508         * src/folder.c
2509         * src/imap.c
2510                 don't return guessed UIDs in imap_add_msg anymore. We return
2511                 0 to tell the folder system it was appened but the UID is
2512                 unknown. Folder system now get's the UID by scaning the folder
2513                 and searching the cache for the Message-ID
2514                 (closes bug #29 Messages queued, but not sent)
2515
2516 2003-01-25 [paul]       0.8.9claws1
2517
2518         * src/codeconv.c
2519                 conv_encode_header():  fix bug when long headers with 8-bit
2520                 characters are used, so that the encoded words are wrapped.
2521                 If the space in the original text falls on the wrap boundary,
2522                 it can be lost.
2523                 Patch by Sergey Vlasov.
2524                 
2525         * src/folderview.c
2526                  fix bug where a change to the sorting method or thread view
2527                  of a folder's messages is lost if simpify-subject is set and
2528                  toggled on or off.
2529                  Patch by Luke Plant.
2530
2531 2003-01-24 [paul]       0.8.9claws
2532
2533         * sylpheed-0.8.9claws released
2534         
2535         * Makefile.am
2536           sylpheed.spec.in
2537                 remove reference to 'INSTALL.jp'
2538
2539 2003-01-23 [paul]       0.8.8claws128
2540
2541         * po/es.po
2542           po/it.po
2543           po/ru.po
2544           po/sr.po
2545                 updated translations. submitted by Ricardo Mones Lastra,
2546                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
2547
2548 2003-01-23 [colin]      0.8.8claws127
2549
2550         * src/compose.c
2551                 Fix drafted and queued news articles re-edition
2552
2553 2003-01-23 [melvin]     0.8.8claws126
2554
2555         * po/fr.po
2556                 Updated French translations
2557
2558 2003-01-23 [colin]      0.8.8claws125
2559
2560         * src/inc.c
2561                 Fix "Connecting to..." status message
2562
2563 2003-01-22 [paul]       0.8.8claws124
2564
2565         * po/bg.po
2566                 updated by George Danchev
2567                 
2568         * src/folder.c
2569                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
2570                 and folder deletion
2571
2572 2003-01-21 [paul]       0.8.8claws123
2573
2574         * po/bg.po
2575                 updated by George Danchev
2576                 
2577         * src/about.c
2578                 its now 2003
2579                 
2580         * src/toolbar.c
2581                 don't translate 'Separator'
2582                 
2583         * src/plugins/spamassassin/Makefile.am
2584                 add aspell to CPPFLAGS
2585                 
2586         * src/plugins/spamassassin/spamassassin.c
2587           src/plugins/spamassassin/spamassassin_gtk.c
2588                 set correct default for spamassassin_receive_spam
2589                 slightly re-word descriptions and some
2590                 other minor changes
2591
2592 2003-01-19 [alfons]     0.8.8claws122
2593                 
2594         * src/mimeview.c
2595                 mimeview_save_as(): we might as well show the file name for
2596                 the single case "Save As" too
2597
2598 2003-01-19 [alfons]     0.8.8claws121
2599
2600         * src/crash.c
2601                 change bug tracker URL to bugzilla URL
2602
2603 2003-01-19 [alfons]     0.8.8claws120
2604
2605         * src/mimeview.c
2606                 mimeview_save_all(): display name of file before overwriting;
2607                 continue saving all, even when one overwrite was cancelled
2608
2609 2003-01-19 [christoph]  0.8.8claws119
2610
2611         * src/summaryview.c
2612         * src/procmsg.[ch]
2613                 fix wrong usage of procmsg_find_children in summaryview
2614                 by using procmsg_update_unread_children instead of
2615                 summaryview_update_unread_children
2616
2617 2003-01-19 [christoph]  0.8.8claws118
2618
2619         * src/procmsg.c
2620                 fix infinite loop in procmsg_find_children
2621                  (closes bug #25 sylpheed crashes on delete.)
2622
2623         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2624
2625 2003-01-19 [paul]       0.8.8claws117
2626
2627         * po/pt_BR.po
2628                 updated by Ivan Francolin Martinez
2629
2630 2003-01-18 [melvin]     0.8.8claws116
2631
2632         * src/prefs_actions.c
2633                 Removed syntax limitation of only one '&' at the end of command.
2634                         Now actions that contain '>/dev/null 2>&1' are possible.
2635
2636 2003-01-18 [melvin]     0.8.8claws115
2637
2638         * src/prefs_actions.c
2639                 Actions IO dialog: when the action ends
2640                 the "Close" button now has focus and [Escape] closes the
2641                 window.
2642
2643 2003-01-18 [christoph]  0.8.8claws114
2644
2645         * src/procmsg.c
2646                 o add debug output when MsgInfos are really freed
2647                 o free GSLists in procmsg_find_children and
2648                   procmsg_update_unread_children
2649
2650 2003-01-18 [christoph]  0.8.8claws113
2651
2652         * src/mainwindow.c
2653                 reorder Configuration menu
2654
2655 2003-01-18 [christoph]  0.8.8claws112
2656
2657         * src/compose.c
2658                 fix applying templates to forwarded messages
2659
2660         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2661
2662 2003-01-17 [christoph]  0.8.8claws111
2663
2664         * src/folder.c
2665                 destroy folder items, when a folder item is removed
2666
2667 2003-01-17 [christoph]  0.8.8claws110
2668
2669         * src/folder.c
2670                 fix wrong folder stats update when ignored message is
2671                 deleted
2672
2673 2003-01-17 [colin]      0.8.8claws109
2674         
2675         * src/mainwindow.c
2676         * src/summaryview.c
2677                 Quicksearch bugfixes: 
2678                 - hide help button at startup if not extended
2679                 - switch to extended when looking for replies
2680
2681 2003-01-17 [paul]
2682
2683         * sync with 0.8.9 release
2684
2685 2003-01-17 [paul]       0.8.8claws108
2686
2687         * sync with 0.8.8cvs11
2688                 see ChangeLog 2003-01-17
2689
2690 2003-01-16 [colin]      0.8.8claws107
2691
2692         * src/procmsg.c
2693                 Changed encryption test to re-ask passphrase
2694                 if an encrypted message hasn't been decrypted
2695                 Fixes bug #5
2696
2697 2003-01-16 [christoph]  0.8.8claws106
2698
2699         * src/prefs_gtk.c
2700         * src/prefs_toolbar.c
2701         * src/gtk/prefswindow.h
2702         * src/plugins/spamassassin/spamassassin_gtk.c
2703                 remove page destroy function that is not used anymore
2704
2705 2003-01-16 [paul]       0.8.8claws105
2706
2707         * sync with 0.8.8cvs9
2708                 see ChangeLog 2002-01-16
2709
2710 2003-01-16 [colin]      0.8.8claws104
2711
2712         * src/compose.[ch]
2713                 Fix bug with autosaved drafts for IMAP, when draft
2714                 folder is specified - fixes bugzilla bug #20
2715
2716 2003-01-15 [paul]       0.8.8claws103
2717
2718         * src/compose.[ch]
2719           src/procmsg.c
2720                 store folder and message-id of message forwarding
2721                 in queue header and set forward flag after sending
2722
2723 2003-01-15 [paul]       0.8.8claws102
2724
2725         * sync with 0.8.8cvs8
2726                 see ChangeLog 2002-01-15
2727
2728 2003-01-15 [colin]      0.8.8claws101
2729
2730         * src/Makefile.am
2731                 Fix linking with GNU libiconv
2732
2733 2003-01-15 [darko]      0.8.8claws100
2734
2735         * src/pine.c
2736                 fix crash when importing pine address book
2737                 entry with an empty name (reported by DY
2738                 <dybulk at tri8.net>)
2739
2740 2003-01-14 [paul]       0.8.8claws99
2741
2742         * configure.in  ** REMOVED **
2743           configure.ac  ** NEW FILE **
2744                 rename configure.in to configure.ac, as it is now
2745                 preferred
2746
2747 2003-01-14 [melvin]     0.8.8claws98
2748
2749         * src/folderview.c
2750                 folderview_check_new(): More precise function description
2751
2752 2003-01-14 [melvin]     0.8.8claws97
2753
2754         * src/folderview.c
2755                 folderview_check_new(): return the number of new messages 
2756                         since last check.
2757         * src/inc.c
2758                 inc_account_mail(): Disable counting of new messages for IMAP
2759                         and NNTP until bug [19] and [14] are fixed.
2760
2761 2003-01-14 [paul]       0.8.8claws96
2762
2763         * sync with 0.8.8cvs6
2764                 see ChangeLog 2003-01-14
2765
2766 2003-01-13 [alfons]     0.8.8claws95
2767
2768         * src/textview.c
2769                 tune email address validation (c. 0.8.8claws89): if . is 
2770                 just one char away from @, the address is invalid too 
2771                 (correctly rejects addresses like foo@.com)
2772
2773 2003-01-13 [paul]       0.8.8claws94
2774
2775         * src/messageview.c
2776           src/toolbar.c
2777                 fixes to the Message View toolbar and menu:
2778                 fix non-functioning Forward button
2779                 make Reply button consider default_reply_list
2780                 remove 'Follow-up...' menu entry
2781                 add 'Forward' and 'Redirect' menu entries
2782
2783 2003-01-13 [melvin]     0.8.8claws93
2784
2785         * src/inc.c
2786                 Fixed typo that could make new messages count incorrect.
2787
2788 2003-01-13 [melvin]     0.8.8claws92
2789
2790         * src/folderview.[ch]
2791                 folderview_check_new(): return the number of new messages.
2792         * src/inc.c
2793                 Should fix bug [14] where new mail notification worked 
2794                         incorrectly with IMAP accounts.
2795                 inc_spool_account(): return number of new msgs, or -1 on error
2796                 inc_all_spool(): return number of new msgs
2797                 
2798 2003-01-13 [melvin]     0.8.8claws91
2799
2800         * src/prefs_actions.c
2801                 Justify help text.
2802
2803 2003-01-12 [thorsten]   0.8.8claws90
2804
2805         * src/common/prefs.c
2806                 close file before rename
2807
2808 2003-01-12 [alfons]     0.8.8claws89
2809
2810         * AUTHORS
2811                 add Christian Mertes
2812         * src/common/utils.[ch]
2813                 g_stricase_hash(), g_stricase_equal(): functions for 
2814                 case insensitive hash tables
2815         * src/textview.c
2816                 use top level domain names to validate email address, based
2817                 on a patch by Christian Mertes (thanks!), but changed 
2818                 implementation to use a hash table 
2819
2820 2003-01-12 [paul]       0.8.8claws88
2821
2822         * po/bg.po
2823                 updated by George Danchev
2824
2825 2003-01-12 [alfons]     0.8.8claws87
2826
2827         * src/summaryview.c
2828                 delete / execute performance: use new style folder update
2829
2830 2003-01-12 [paul]       0.8.8claws86
2831
2832         * sync with 0.8.8cvs5
2833                 see ChangeLog 2003-01-13 (!)
2834
2835 2003-01-12 [alfons]     0.8.8claws85
2836
2837         * src/filtering.c
2838         * src/matcher_parser_parse.y
2839                 prepare change_score filtering action
2840         * src/matcher.[ch]
2841                 give up const-correctness on functions that call non-const-correct functions;
2842                 several casts to gpointer in g_free();
2843                 add change_score;
2844
2845 2003-01-12 [christoph]  0.8.8claws84
2846
2847         * src/compose.c
2848                 fix 2 warnings
2849
2850         * src/gtk/prefswindow.[ch]
2851         * src/plugins/spamassassin/spamassassin_gtk.c
2852                 changed the call of the widget create function
2853                 for PrefsPages, because sometimes the widget
2854                 create function needs a widget that already has
2855                 been attached to a window (to create GDK pixmaps
2856                 for exmaple). So we simply pass the GtkWindow as
2857                 the second parameter now.
2858
2859         * src/main.c
2860         * src/mainwindow.c
2861         * src/prefs_toolbar.[ch]
2862                 rewrite Toolbar Preferences using the new
2863                 prefs window
2864
2865 2003-01-11 [alfons]     0.8.8claws83
2866
2867         * src/addressadd.c
2868                 fix crash when adding sender to addressbook because status bar
2869                 isn't there (the status bar doesn't seem to be used though,
2870                 but I'll let Match decide what to do with it)
2871
2872 2003-01-11 [colin]      0.8.8claws82
2873
2874         * src/main.c
2875           src/toolbar.c
2876                 Two useless changes reversed
2877
2878 2003-01-11 [colin]      0.8.8claws81
2879
2880         * src/mainwindow.c
2881           src/mainwindow.h
2882                 Add mainwindow_get_mainwindow()
2883         * src/alertpanel.c
2884           src/alertpanel.h
2885                 Add alertpanel_error_log() 
2886         * src/compose.c
2887           src/inc.c
2888           src/messageview.c
2889           src/toolbar.c
2890           src/main.c
2891           src/procmsg.c
2892                 Network errors get a View Log button
2893
2894 2003-01-10 [alfons]     0.8.8claws80
2895
2896         * src/prefs_toolbar.c
2897         * src/toolbar.c
2898                 use the translatable string for "Separator" as file name for
2899                 separator toolbar items (probably make this uppercase?)
2900
2901 2003-01-10 [alfons]     0.8.8claws79
2902
2903         * src/prefs_toolbar.c
2904                 put right A_SEPARATOR description string in "displayed
2905                 toolbar items list" so manually added separators are
2906                 saved correctly (bug #10, "Adding a separator to the main 
2907                 toolbar fails, entry in xml file is wrong")
2908
2909 2003-01-10 [christoph]  0.8.8claws78
2910
2911         * src/imap.c
2912                 o fix warnings
2913                 o use CAPABILITY to check if NAMESPACE is available
2914
2915 2003-01-10 [christoph]  0.8.8claws77
2916
2917         * src/imap.[ch]
2918                 apply UIDPLUS IMAP extension support patch
2919
2920         Patch submitted by Simon 'corecode' Schubert
2921
2922 2003-01-10 [paul]       0.8.8claws76
2923
2924         * src/folderview.c
2925                 a sync from main which fixes the news account folders'
2926                 Properties bug
2927
2928 2003-01-10 [christoph]  0.8.8claws75
2929
2930         * src/folder.c
2931                 don't accept 0 as a valid uid returned by copy and move
2932                 functions. 0 means the message was copied or moved but the
2933                 new uid could not be fetched. It is not an error condition
2934                 for the copy or move operation.
2935
2936 2003-01-10 [paul]       0.8.8claws74
2937
2938         * src/prefs_filtering.c
2939                 change English used in Alert when entry is not
2940                 saved.
2941                 
2942         * sync with 0.8.8cvs4
2943                 see ChangeLog 2003-01-10
2944
2945 2003-01-10 [darko]      0.8.8claws73
2946
2947         * src/pine.c
2948                 fix crash when importing address book entry
2949                 without a valid address
2950
2951 2003-01-09 [alfons]     0.8.8claws72
2952
2953         * src/inc.c
2954                 filtering performance: use new style folder update
2955
2956 2003-01-09 [christoph]  0.8.8claws71
2957
2958         * src/compose.c
2959         * src/gtk/menu.[ch]
2960                 fix wrong selecting of mime encoding type, when
2961                 opening property dialog of attachments in the
2962                 compose window. 7bit was always selected and that
2963                 destoryed files with 8bit data.
2964                 (closes bug #9 Sylpheed-claws destroys attachments when
2965                  changing MIME-types)
2966
2967 2003-01-09 [paul]       0.8.8claws70
2968
2969         * sync with 0.8.8cvs3
2970                 see ChangeLog 2003-01-09
2971
2972 2003-01-08 [alfons]     0.8.8claws69
2973         
2974         * src/addressadd.c
2975                 apply patch by Kim Schulz to fix build breakage
2976                 because of missing variable
2977
2978 2003-01-08 [paul]       0.8.8claws68
2979
2980         * sync with 0.8.8cvs2
2981                 see ChangeLog 2002-01-08
2982
2983 2003-01-08 [paul]       0.8.8claws67
2984
2985         * po/it.po
2986                 updated by Alessandro Maestri
2987                 
2988         * src/addressadd.c
2989                 when using 'Add sender to addressbook' allow
2990                 name to be edited and remarks to be entered
2991                 Patch submitted by Luke Plant
2992
2993 2003-01-08 [darko]      0.8.8claws66
2994
2995         * README.claws, src/summaryview.c
2996                 fix description for marked messages
2997
2998 2003-01-08 [paul]
2999
3000         * tools/Makefile.am
3001           tools/launch_phoenix  ** NEW FILE **
3002                 add script that enables using Phoenix as the default
3003                 web browser. 
3004                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
3005                 
3006         * tools/OOo2sylpheed.pl
3007                 remove full path to sylpheed executable, just 'sylpheed'
3008                 will do
3009                 
3010         * tools/README
3011                 add launch_phoenix informtion and re-arrange and compress
3012                 the data a little
3013
3014 2003-01-07 [christoph]  0.8.8claws65
3015
3016         * src/folder.c
3017                 fix update for source folder when moving messages
3018         * src/procmsg.[ch]
3019         * src/summaryview.c
3020                 use function to set to_folder for message infos and
3021                 automatically update the op_count for old and new
3022                 folder
3023
3024 2003-01-07 [melvin]     0.8.8claws64
3025
3026         * src/prefs_actions.c
3027                 Fixed bug where an '%p' Action on a displayed image crashed 
3028                         Sylpheed
3029                 Code clean up (get rid of duplicated code and removed unnecessary 
3030                                 structure member)
3031
3032 2003-01-07 [christoph]  0.8.8claws63
3033
3034         * src/compose.c
3035         * src/folder.[ch]
3036         * src/folderview.c
3037         * src/import.c
3038         * src/inc.c
3039         * src/main.c
3040         * src/mainwindow.c
3041         * src/messageview.c
3042         * src/prefs_folder_item.c
3043         * src/procmsg.c
3044         * src/summaryview.c
3045         * src/toolbar.c
3046                 o remove all folder update triggering from the UI code. The folder
3047                   system should know much better when a folder needs an update.
3048                 o to prevent multiple updates in a row the folder updates can be
3049                   frozen for some time.
3050
3051                 Note: - Please verify that no updates are missing
3052                       - Check where freeze/thaws should be added
3053
3054 2003-01-07 [christoph]  0.8.8claws62
3055
3056         * src/prefs_actions.c
3057                 don't translate empty strings
3058
3059         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3060
3061 2003-01-06 [christoph]  0.8.8claws61
3062
3063         * src/prefs_actions.c
3064                 mark strings for gettext
3065         * src/prefs_matcher.c
3066                 use new description window for Execute action and
3067                 match condition in Filtering
3068
3069         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3070
3071 2003-01-06 [alfons]     0.8.8claws60
3072
3073         keep myself inspired to re-organize matcher part 8; 
3074         yes, more to come (I need to move out the descriptive
3075         text for actions to matcher.c, or at least make it not
3076         depend on the wicked ordering)
3077
3078         * src/prefs_matcher.c
3079                 add documentation so others may comprehend the
3080                 UI part of the conditions
3081                 
3082 2003-01-06 [christoph]  0.8.8claws59
3083
3084         * src/prefs_actions.c
3085                 use new description window for syntax help
3086         * src/gtk/description_window.c
3087                 fix display of descriptions with column count != 2
3088
3089         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3090
3091 2003-01-06 [christoph]  0.8.8claws58
3092
3093         * src/quote_fmt.c
3094         * src/summaryview.[ch]
3095         * src/gtk/Makefile.am
3096         * src/gtk/description_window.[ch]       ** NEW **
3097                 use a generic window to display syntax descriptions
3098                 currently used in quote_fmt and summaryview (new description
3099                 for extended quick search)
3100
3101         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3102
3103 2003-01-06 [paul]       0.8.8claws57
3104
3105         * sync with 0.8.8cvs1
3106                 see ChangeLog 2003-01-06
3107
3108 2003-01-06 [christoph]  0.8.8claws56
3109
3110         * src/mainwindow.c
3111         * src/prefs_gtk.[ch]
3112         * src/gtk/prefswindow.[ch]
3113         * src/plugins/spamassassin/spamassassin_gtk.c
3114                 o remove page management from prefswindow, pages
3115                   will be an argument to prefswindow_open
3116                 o prefswindow_open gets a datapointer that is
3117                   passed to the widget_create function to allow
3118                   creation of prefswindow for specific items
3119
3120 2003-01-06 [colin]      0.8.8claws55
3121         
3122         * src/summaryview.c
3123                 We don't want regexp in the reply-finder, 
3124                 because MIDs can contain !,$,. and so on
3125
3126 2003-01-06 [jens]       0.8.8claws54
3127
3128         * src/jpilot.c
3129                 fixed a wrong free in jpilot_read_db_files
3130
3131 2003-01-06 [alfons]     0.8.8claws53
3132
3133         re-organize matcher part 8; more to come
3134        
3135         * src/matcher.c
3136                 matcherprop_to_string(): put g_free()s before the
3137                 switch-case break to fix memleaks                
3138
3139 2003-01-06 [colin]      0.8.8claws52
3140
3141         * src/summaryview.c
3142                 cleanup & reply-finder now displays the first 
3143                 matching message
3144
3145 2003-01-05 [alfons]     0.8.8claws51
3146
3147         re-organize matcher part 7; more to come
3148
3149         * src/matcher.[ch]
3150                 fixes for constant correctness;
3151                 more documentation;
3152
3153 2003-01-05 [alfons]     0.8.8claws50
3154
3155         re-organize matcher part 6; more to come
3156         
3157         * src/matcher.[ch]
3158                 fixes for constant correctness;
3159                 more documentation;
3160         * src/filtering.c
3161                 fix for constant correctness
3162
3163 2003-01-05 [colin]      0.8.8claws49
3164
3165         * src/account.[ch]
3166                 Add account_get_reply_account function
3167         * src/compose.c
3168                 Use account_get_reply_account function 
3169         * src/summaryview.c
3170                 Basic reply-finder - click on the replied
3171                 icon gets you to the outbox using quick-search
3172
3173 2003-01-05 [paul]       0.8.8claws48
3174
3175         * src/prefs_common.c
3176                 small change to English
3177                 
3178         * src/prefs_filtering.c
3179                 prefs_filtering_action_select(): improve logic and uniformity
3180                 of gui
3181
3182 2003-01-05 [alfons]     0.8.8claws47
3183
3184         fine tune solution to focus problems (bug #7)
3185
3186         * src/mainwindow.c
3187                 mainwindow_focus_in_event(): remove grab event check
3188         * src/summaryview.c
3189                 summary_button_pressed(): move selection on right-click
3190                 too. we can't possibly move the selection back after
3191                 canceling a dialog, because gtk's incomplete focus 
3192                 management. whether this is a good solution, only time
3193                 will tell.
3194
3195 2003-01-05 [christoph]  0.8.8claws46
3196
3197         * src/imap.c
3198                 fix crash when no imap connection could be established
3199
3200 2003-01-05 [paul]       0.8.8claws45
3201
3202         * src/mainwindow.c
3203           src/sumamryview.c
3204           src/gtk/menu.[ch]
3205                 fix bug 605957 'shortcuts in popup-menu'
3206                 make user-defined shortcuts work
3207                 show shortcuts that are already defined
3208                 in the main menu
3209                 Patch submitted by Luke Plant
3210
3211 2003-01-05 [alfons]     0.8.8claws44
3212
3213         * src/mainwindow.c
3214                 focus_in_event handler should not select summary view row 
3215                 when another window (menu, dialog) grabbed for events 
3216                 (bug #7, "[0.8.8claws42] Message summary focus") 
3217
3218 2003-01-04 [christoph]  0.8.8claws43
3219
3220         * src/procmsg.c
3221                 update save folder after adding the sent message
3222                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
3223
3224 2003-01-02 [christoph]  0.8.8claws42
3225
3226         * src/common/plugin.c
3227                 fix unloading of all plugins and unload
3228                 plugins in reverse order
3229                 
3230         * src/gtk/pluginwindow.c
3231                 implement function of load and unload button
3232
3233         * src/gtk/prefswindow.c
3234         * src/gtk/prefswindow.h
3235                 rename register function and add new unregister
3236                 function
3237
3238         * src/plugins/spamassassin/spamassassin_gtk.c
3239                 unregister prefs page and update for changes in
3240                 src/gtk/prefswindow.c
3241
3242 2003-01-02 [paul]       0.8.8claws41
3243
3244         * po/es.po
3245                 updated by Ricardo Mones Lastra
3246
3247 2003-01-02 [paul]
3248
3249         * tools/tb2sylpheed
3250                 fixes and improvements by Urke MMI
3251
3252 2003-01-02 [thorsten]   0.8.8claws40
3253
3254         * src/procmsg.c
3255                 fixed wrong return value
3256
3257 2003-01-02 [thorsten]   0.8.8claws39
3258
3259         * src/prefs.c
3260                 fixed printing wrong variable
3261
3262 2003-01-02 [thorsten]   0.8.8claws38
3263
3264         * src/prefs.c
3265                 fixed acessing members of freed pfile struct
3266
3267 2003-01-02 [thorsten]   0.8.8claws37
3268
3269         * src/procmsg.c
3270                 detect loops across several messages
3271                 as suggested by Christoph Hohmann
3272
3273 2003-01-01 [match]      0.8.8claws36
3274
3275         * src/addrindex.c
3276                 fixed another memory leak.
3277
3278 2003-01-01 [match]      0.8.8claws35
3279
3280         * src/jpilot.[ch]
3281                 fixed memory leaks. applied Doxygen comments.
3282
3283 2003-01-01 [thorsten]   0.8.8claws34
3284
3285         * src/procmsg.c
3286                 inhibit endless loop if msg references itself
3287                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
3288
3289 2003-01-01 [christoph]  0.8.8claws33
3290
3291         * src/mainwindow.c
3292         * src/gtk/Makefile.am
3293         * src/gtk/pluginwindow.c                ** NEW **
3294         * src/gtk/pluginwindow.h                ** NEW **
3295                 add plugin window
3296
3297         * src/plugins/demo/demo.c
3298         * src/plugins/spamassassin/spamassassin.c
3299         * src/plugins/spamassassin/spamassassin_gtk.c
3300                 write better plugin descriptions
3301
3302 2002-12-31 [christoph]  0.8.8claws32
3303
3304         * src/gtk/prefswindow.c
3305         * src/plugins/spamassassin/spamassassin_gtk.c
3306                 some small improvements to GTK code
3307
3308 2002-12-31 [christoph]  0.8.8claws31
3309
3310         * src/plugins/spamassassin/spamassassin_gtk.c
3311                 enable folder select button
3312
3313 2002-12-31 [christoph]  0.8.8claws30
3314
3315         * src/mainwindow.c
3316         * src/gtk/Makefile.am
3317         * src/gtk/prefswindow.c                         ** NEW **
3318         * src/gtk/prefswindow.h                         ** NEW **
3319                 add new prefs window
3320
3321         * src/common/plugin.c
3322                 don't try to load empty config lines
3323         
3324         * src/plugins/spamassassin/Makefile.am
3325         * src/plugins/spamassassin/spamassassin.c
3326         * src/plugins/spamassassin/spamassassin.h       ** NEW **
3327         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
3328                 GTK config for SpamAssassin Plugin using
3329                 the new prefs window
3330
3331 2002-12-31 [paul]       0.8.8claws29
3332
3333         * po/POTFILES.in
3334                 remove obsolete entry 'src/menu.c'
3335
3336 2002-12-31 [alfons]     0.8.8claws28
3337
3338         * src/matcher.[ch]
3339         * src/matcher_parser_parse.y
3340         * src/prefs_matcher.c
3341                 add "ignore_thread" and "~ignore_thread" condition so it's
3342                 possible to make the actions / scoring operate on the ignore
3343                 thread flag
3344
3345 2002-12-31 [christoph]  0.8.8claws27
3346
3347         * src/addrbook.c
3348         * src/addrindex.c
3349         * src/folder.c
3350         * src/matcher.c
3351         * src/prefs_account.c
3352         * src/prefs_actions.c
3353         * src/prefs_customheader.c
3354         * src/prefs_display_header.c
3355         * src/prefs_gtk.c
3356         * src/procmime.c
3357         * src/toolbar.c
3358         * src/xmlprops.c
3359         * src/common/prefs.[ch]
3360                 extend prefs file handling for reading and automatic handling
3361                 of blocks. When reading prefs_set_block_label will automatically
3362                 move on to the block. When writing it will copy all other blocks
3363                 automatically
3364
3365         * src/common/plugin.c
3366                 Now loading plugin filenames from [Plugins] block in
3367                 sylpheed rc file
3368
3369 2002-12-30 [christoph]  0.8.8claws26
3370
3371         * src/common/hooks.[ch]
3372                 return abort status to caller of hooks_invoke
3373                 
3374         * src/inc.[ch]
3375                 invoke message filtering hook and stop
3376                 default handling when filter returns abort
3377
3378         * src/common/plugin.[ch]
3379         * src/plugins/demo/demo.c
3380                 modify plugin loader, because resolving symbols for strings
3381                 does not work correctly
3382         
3383         * configure.in
3384         * ac/spamassassin.m4                            ** NEW **
3385         * src/plugins/spamassassin/.cvsignore           ** NEW **
3386         * src/plugins/spamassassin/Makefile.am          ** NEW **
3387         * src/plugins/spamassassin/README               ** NEW **
3388         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
3389         * src/plugins/spamassassin/spamassassin.c       ** NEW **
3390         * src/plugins/spamassassin/utils.[ch]           ** NEW **
3391                 add spamassassin plugin, see src/plugins/spamassassin/README
3392                 for details
3393
3394 2002-12-29 [alfons]     0.8.8claws25
3395
3396         * src/mainwindow.c
3397                 when moving focus from a message view to the main 
3398                 window, don't forget to select the summary node
3399                 of the displayed message. should fix "[ 659103 ] 
3400                 focus-follows-mouse confuses sylpheed"
3401
3402 2002-12-29 [christoph]  0.8.8claws24
3403
3404         * src/Makefile.am
3405         * src/stringtable.[ch]          ** REMOVE **
3406         * src/common/Makefile.am
3407         * src/common/stringtable.[ch]   ** NEW **
3408                 move stringtable files to common directory
3409
3410 2002-12-29 [christoph]  0.8.8claws23
3411
3412         * src/Makefile.am
3413         * src/menu.[ch]                 ** REMOVE **
3414         * src/gtk/Makefile.am
3415         * src/gtk/menu.[ch]             ** NEW **
3416                 move menu files to gtk directory
3417
3418 2002-12-29 [match]      0.8.8claws22
3419
3420         * src/addressbook.c
3421         * src/syldap.c
3422                 moved UI specific code out of LDAP code into addressbook
3423                 UI code. fixed memory leak.
3424
3425 2002-12-29 [christoph]  0.8.8claws21
3426
3427         * src/folder.c
3428                 only check for IGNORED parent message when message is
3429                 not IGNORED itself
3430
3431 2002-12-29 [alfons]     0.8.8claws20
3432
3433         * src/summaryview.c
3434                 set gtksctree's anchor correct (immediate execute
3435                 changes the tree's layout, and anchor points at 
3436                 the incorrect row). fixes "[ 657233 ] multiple msg 
3437                 delete sometimes off by 1".
3438                 we probably have to look for more tree layout /
3439                 anchor glitches.
3440
3441 2002-12-29 [paul]       0.8.8claws19
3442
3443         * src/summaryview.c
3444                 fix bug [ 659054 ] incorrect sorting of 'From' column
3445                 when using 'display sender using address book'
3446                 thanks to Alfons and Luke Plant
3447
3448 2002-12-29 [christoph]  0.8.8claws18
3449
3450         * src/folder.c
3451         * src/procmsg.[ch]
3452                 check parent messages for IGNORE THREAD flag, when adding,
3453                 moving or copying messages to a folder
3454
3455 2002-12-27 [alfons]     0.8.8claws17
3456
3457         re-organize matcher part 5; more to come
3458
3459         * src/matcher.c
3460                 hash keywords in matchparser_tab 
3461
3462 2002-12-27 [alfons]     0.8.8claws16
3463
3464         re-organize matcher part 4; more to come
3465
3466         * src/matcher_parser.h
3467         * src/matcher_parser_lex.l
3468         * src/matcher_parser_parse.y
3469                 cleanup
3470
3471 2002-12-27 [alfons]     0.8.8claws15
3472
3473         re-organize matcher part 3; more to come
3474
3475         * src/matcher.[ch]
3476                 cleanup
3477
3478 2002-12-27 [alfons]     0.8.8claws14
3479
3480         re-organize matcher part 2; more to come but this should
3481         work. cc me if there are any regressions.
3482
3483         * src/matcher.h
3484                 add prototype for get_matchparser_tab_id()
3485         * src/matcher_parser_lex.l
3486                 look up keywords using matchparser_tab_id();
3487
3488 2002-12-27 [alfons]     0.8.8claws12
3489
3490         re-organize matcher part 1
3491
3492         * src/matcher.h
3493                 map yacc generated constants to sylpheed matcher constants
3494         * src/matcher.c
3495                 add function to find a matcher constant from a string
3496
3497 2002-12-27 [christoph]  0.8.8claws11
3498
3499         * src/compose.c
3500                 MENUITEM_ADD casts the 4th argument from integer to pointer
3501                 so it probably should not be a pointer, this means we
3502                 should use account id for it and not the account's pointer
3503
3504 2002-12-27 [paul]       0.8.8claws10
3505
3506         * src/mainwindow.c
3507                 remove unneeded 'GtkWidget *vbox'
3508                 
3509         * src/summaryview.c
3510                 further sync with 0.8.8 - make sort
3511                 by recipient work as expected
3512                 
3513         * NEWS
3514                 sync with 0.8.8
3515
3516 2002-12-27 [paul]       0.8.8claws9
3517
3518         * po/pt_BR.po
3519                 updated by Ivan F. Martinez
3520                 
3521 2002-12-27 [darko]      0.8.8claws8
3522
3523         * src/common/utils.c
3524                 added locked pattern to extended search
3525
3526 2002-12-27 [alfons]     0.8.8claws7
3527
3528         * src/prefs_matcher.[ch]
3529                 clean up
3530
3531 2002-12-26 [alfons]     0.8.8claws6
3532
3533         * src/matcher.[ch]
3534         * src/matcher_parser_lex.l
3535         * src/matcher_parser_parse.y
3536         * src/prefs_matcher.c
3537                 allow color label as a condition in the matcher
3538
3539 2002-12-26 [oliver]     0.8.8claws5
3540         
3541         * src/toolbar.c 
3542                 enable Addressbook for Main and Messageview
3543         * src/prefs_actions.c
3544                 enable actions in Messageview
3545
3546 2002-12-26 [christoph]  0.8.8claws4
3547
3548         * src/common/plugin.c
3549                 add a little debug output
3550         * configure.in
3551         * src/plugins/demo/Makefile.am
3552                 better use of automake
3553
3554 2002-12-26 [christoph]  0.8.8claws3
3555
3556         * src/Makefile.am
3557         * src/common/Makefile.am
3558                 fix "make distdir"
3559
3560 2002-12-26 [christoph]  0.8.8claws2
3561
3562         * configure.in
3563                 sort configure checks into common / gtk / plugins
3564         * po/POTFILES.in
3565                 add src/prefs_gtk.c
3566         * src/Makefile.am
3567                 add plugins SUBDIR
3568         * src/main.c
3569         * src/common/sylpheed.[ch]
3570                 added now sylpheed_done function for shutdown
3571         * src/common/Makefile.am
3572         * src/common/plugin.[ch]                ** NEW **
3573                 plugin loader and unloader
3574         * src/plugins/.cvsignore                ** NEW **
3575         * src/plugins/Makefile.am               ** NEW **
3576                 build plugins
3577         * src/plugins/demo/.cvsignore           ** NEW **
3578         * src/plugins/demo/Makefile.am          ** NEW **
3579         * src/plugins/demo/demo.c               ** NEW **
3580                 small demo plugin that installs a logtext hook and
3581                 outputs the log text to stdout
3582
3583 2002-12-26 [paul]       0.8.8claws1
3584
3585         * po/es.po
3586                 updated by Ricardo Mones Lastra
3587
3588 2002-12-26 [paul]       0.8.8claws
3589
3590         * 0.8.8claws released
3591
3592 2002-12-26 [paul]       0.8.7claws12
3593
3594         * po/bg.po
3595                 updated by George Danchev
3596
3597 2002-12-26 [paul]       0.8.7claws11
3598
3599         * po/POTFILES.in
3600                 remove unneeded 'src/prefs.c' entry 
3601
3602 2002-12-26 [paul]       0.8.7claws10
3603
3604         * src/codeconv.c
3605           src/mainwindow.c
3606                 sync with 0.8.8 release
3607         
3608         * src/folder.[ch]
3609           src/mh.c
3610           src/summaryview.c
3611                 partial sync with 0.8.8 release
3612         
3613
3614 2002-12-25 [alfons]     0.8.7claws9
3615
3616         * src/matcher.[ch]
3617         * src/matcher_parser_lex.l
3618         * src/matcher_parser_parse.y
3619         * src/prefs_matcher.c
3620                 add locked flag to possible filtering / matcher 
3621                 conditions (also a good example what should be
3622                 done to add a simple boolean condition)
3623
3624 2002-12-25 [christoph]  0.8.7claws8
3625
3626         * src/Makefile.am
3627         * src/account.[ch]
3628         * src/addrbook.c
3629         * src/addressbook.c
3630         * src/addrindex.c
3631         * src/filtering.c
3632         * src/folder.c
3633         * src/matcher.c
3634         * src/prefs.[ch]                ** REMOVE **
3635         * src/prefs_account.c
3636         * src/prefs_actions.c
3637         * src/prefs_common.c
3638         * src/prefs_customheader.c
3639         * src/prefs_display_header.c
3640         * src/prefs_filtering.c
3641         * src/prefs_folder_item.c
3642         * src/prefs_gtk.[ch]            ** NEW **
3643         * src/prefs_matcher.c
3644         * src/prefs_scoring.c
3645         * src/prefs_summary_column.c
3646         * src/procmime.c
3647         * src/selective_download.c
3648         * src/toolbar.c
3649         * src/common/Makefile.am
3650         * src/common/prefs.[ch]         ** NEW **
3651                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
3652
3653 2002-12-24 [alfons]     0.8.7claws7
3654
3655         * src/summaryview.c
3656                 summary_thread_build(): fix real cause of the crash mentioned in
3657                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
3658                 this way we get meaningful ctree nodes 
3659
3660 2002-12-24 [oliver]     0.8.7claws6
3661
3662         * src/mainwindow.[ch]
3663         * src/messageview.[ch]
3664         * src/compose.[ch]
3665         * src/inc.c
3666         * src/summaryview.c
3667                 changes to use updated toolbar handling
3668                 
3669 2002-12-24 [oliver]     0.8.7claws5
3670
3671         * src/toolbar.[ch]
3672                 generic toolbar handling
3673                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
3674         * src/prefs_toolbar.[ch]
3675                 adjust to handling
3676         
3677 2002-12-24 [oliver]     0.8.7claws4
3678         
3679         * src/stock_pixmap.[ch]
3680                 move SYLPHEED_LOGO to end of list in order 
3681                 to remove it from Custom Toolbar`s Icon View
3682
3683 2002-12-24 [alfons]     0.8.7claws3
3684
3685         * src/summaryview.c
3686                 summary_thread_build(): fix crash because of focus != selection 
3687                 after threading. when deleting the selection, gtk tries but fails 
3688                 to find the correct focusable element. we now force the selection
3689                 to be focused. this should solve the infamous bug reported by 
3690                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
3691                 a test case is available. 
3692
3693 2002-12-24 [darko]      0.8.7claws2
3694
3695         * src/summaryview.c
3696                 don't crash when unmarking message with unread children
3697
3698 2002-12-23 [christoph]  0.8.7claws1
3699
3700         * src/Makefile.am
3701         * src/common/Makefile.am
3702                 update Makefiles for moved intl.h, version.h and defs.h
3703         * src/imap.c
3704                 rewrite imap_session_get to avoid duplicate code
3705
3706 2002-12-23 [paul]       0.8.7claws
3707
3708         * Santa-Claws released
3709         
3710         * po/hu.po
3711           po/ru.po
3712                 squeeze in updated Hungarian and Russian translations.
3713                 Submitted by  Gál Zoltán and Ruslan N. Balkin
3714
3715 2002-12-23 [paul]       0.8.6claws129
3716
3717         * po/pl.po
3718                 updated by Witold Wladyslaw Wojciech Wilk
3719
3720 2002-12-23 [paul]       0.8.6claws128
3721
3722         * src/quote_fmt_parse.y
3723                 fix typo and add licence header
3724
3725 2002-12-23 [paul]       0.8.6claws127
3726
3727         * po/en_GB.po
3728                 updated
3729
3730 2002-12-23 [paul]       0.8.6claws126
3731
3732         * po/it.po
3733                 updated translation, submitted by Alessandro Maestri
3734                 
3735 2002-12-23 [paul]       0.8.6claws125
3736
3737         * src/quote_fmt_parse.y
3738                 fix signature-stripping on replies bug. match
3739                 '-- \n' and not '-- '.
3740
3741 2002-12-22 [paul]       0.8.6claws124
3742
3743         * po/bg.po
3744           po/es.po
3745           po/sr.po
3746                 updated translations. submitted by George Danchev,
3747                 Ricardo Mones Lastra, and Urke MMI respectively
3748
3749 2002-12-21 [paul]       0.8.6claws123
3750
3751         * src/addrbook.c
3752                 fix coding style
3753
3754 2002-12-21 [paul]       0.8.6claws122
3755
3756         * src/addrbook.c
3757                 fix bug [643638] where if a person is in one or more
3758                 addressbook groups editing that person's email 
3759                 address results in removal from those groups.
3760                 Patch submitted by Luke Plant.
3761
3762 2002-12-20 [christoph]  0.8.6claws121
3763
3764         * src/common/utils.c
3765         * src/summaryview.c
3766                 reimplement expand_search_string using GString to
3767                 prevent crashs caused by miscalculated string
3768                 lengths reported by Paul
3769
3770 2002-12-20 [christoph]  0.8.6claws120
3771
3772         * src/summaryview.c
3773                 don't use "changed" to check if op_count has to be changed as it
3774                 is also set when the message has unread children
3775                 (closes bug [ 653221 ] crash while deleting duplicates)
3776
3777 2002-12-20 [paul]       0.8.6claws119
3778
3779         * sync with 0.8.6cvs27
3780                 see ChangeLog 2002-12-20
3781
3782 2002-12-20 [paul]       0.8.6claws118
3783
3784         * sync with 0.8.6cvs26
3785                 see ChangeLog 2002-12-19 and 2002-12-20
3786
3787 2002-12-19 [alfons]     0.8.6claws117
3788
3789         * src/textview.c
3790                 fix incorrect parsing of email addresses, submitted by 
3791                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
3792                 name display if it contains @".
3793
3794 2002-12-18 [paul]       0.8.6claws116
3795
3796         * sync with 0.8.6cvs23
3797                 see ChangeLog 2002-12-18
3798
3799 2002-12-18 [paul]       0.8.6claws115
3800
3801         * src/Makefile.am
3802         * src/account.c
3803         * src/codeconv.c
3804         * src/gtkutils.[ch]
3805         * src/imap.c
3806                 sync with 0.8.6cvs22.
3807                 see ChangeLog 2002-12-17 and 2002-12-18
3808
3809 2002-12-17 [christoph]  0.8.6claws114
3810
3811         * src/imap.c
3812                 o don't create a session if imap greeting fails
3813                 o don't close socket when authentication fails
3814                   this is done by imap_session_destroy
3815
3816 2002-12-17 [thorsten]   0.8.6claws113
3817
3818         * tools/Makefile.am
3819           tools/README
3820           tools/google_msgid.pl ** NEW FILE **
3821                 Added "search for message-id" script and doc
3822
3823 2002-12-17 [thorsten]   0.8.6claws112
3824
3825         * po/hu.po
3826                 Updated hungarian translation
3827                 (updated by Gal Zoltan)
3828
3829 2002-12-16 [christoph]  0.8.6claws111
3830
3831         * src/addr_compl.c
3832                 remove stupid addressbook dump to debug output
3833         * src/mh.c
3834                 fix memory leak found by Hiro
3835
3836 2002-12-14 [paul]       0.8.6claws110
3837
3838         * src/compose.c
3839                 fix menubar sensitivity on send
3840                 
3841         * src/prefs_filtering.c
3842         * src/prefs_matcher.c
3843         * src/prefs_scoring.c
3844                 Fix english ;)
3845                 
3846         * src/common/quoted-printable.h
3847                 sync: fix typo
3848         
3849 2002-12-13 [christoph]  0.8.6claws109
3850
3851         * src/Makefile.am
3852         * src/manage_window.[ch]        ** REMOVE **
3853         * src/gtk/Makefile.am
3854         * src/gtk/manage_window.[ch]    ** NEW **
3855                 move manage_window files to gtk directory
3856
3857 2002-12-13 [christoph]  0.8.6claws108
3858
3859         * src/Makefile.am
3860         * src/gtkshruler.[ch]           ** REMOVE **
3861         * src/gtk/Makefile.am
3862         * src/gtk/gtkshruler.[ch]       ** NEW **
3863                 move gtkshruler files to gtk directory
3864
3865 2002-12-13 [christoph]  0.8.6claws107
3866
3867         * src/Makefile.am
3868         * src/compose.c
3869         * src/gtkstext.[ch]             ** REMOVE **
3870         * src/gtkutils.[ch]
3871         * src/textview.c
3872         * src/gtk/gtkstext.[ch]         ** NEW **
3873         * src/gtk/Makefile.am
3874                 o move stext functions to gtkstext.c to remove
3875                   dependency of gtkutils
3876                 o move gtkstext files to gtk directory
3877
3878         * src/gtk/Makefile.am
3879         * src/gtk/sslcertwindow.[ch]
3880                 UI stuff can always depend on common code so
3881                 it's ok to add ../common to include path
3882
3883 2002-12-13 [colin]      0.8.6claws106
3884
3885         * src/summaryview.c
3886                 Disconnect sighandlers for mainwindow when
3887                 quicksearch has the focus
3888                 Fix bug #653231
3889         * src/mainwindow.[ch]
3890                 Make key_pressed callback public, to be able
3891                 to disconnect it
3892
3893 2002-12-13 [christoph]  0.8.6claws105
3894
3895         * src/mh.c
3896                 create .mh_sequences file in new MH folders
3897                 (closes feature request [ 523162 ] MH folders should
3898                  get a .mh_sequences)
3899
3900 2002-12-13 [colin]      0.8.6claws104
3901
3902         * src/summaryview.c
3903                 Better handling of quicksearch show/hide
3904                 (basically the button stays under the mouse 
3905                  when toggled)
3906
3907 2002-12-13 [paul]       0.8.6claws103
3908
3909         * sync with 0.8.6cvs17
3910                 see ChangeLog 2002-12-13
3911
3912 2002-12-13 [paul]       0.8.6claws102
3913
3914         * po/es.po
3915                 updated by Ricardo Mones Lastra
3916
3917 2002-12-11 [colin]       0.8.6claws101
3918
3919         * src/folder.c
3920                 remove statusbar stuff
3921           src/folderview.c
3922                 set statusbar verbosity when moving folders
3923
3924 2002-12-11 [colin]       0.8.6claws100
3925         * src/prefs_filtering.c
3926         * src/prefs_matcher.c
3927         * src/prefs_scoring.c
3928                 Fix english ;)
3929
3930 2002-12-11 [colin]       0.8.6claws99
3931
3932         * src/prefs_common.[ch]
3933                 Add summary_quicksearch_type
3934         * src/summaryview.c
3935                 Save last used quicksearch type
3936
3937 2002-12-11 [jens]       0.8.6claws98
3938         * src/prefs_filtering.c
3939         * src/prefs_matcher.c
3940         * src/prefs_scoring.c
3941                 added dialog for incomplete rules in scoring, filtering and
3942                 matcher to ask wheather really close
3943
3944 2002-12-11 [colin]      0.8.6claws97
3945
3946         * src/folder.c
3947                 Fix folder dnd statusbar logging
3948
3949 2002-12-10 [christoph]  0.8.6claws96
3950
3951         * src/compose.c
3952         * src/folder.c
3953         * src/imap.c
3954         * src/inc.c
3955         * src/main.c
3956         * src/mainwindow.c
3957         * src/news.c
3958         * src/send.c
3959         * src/statusbar.[ch]
3960         * src/common/hooks.c
3961         * src/common/log.[ch]
3962                 o handle verbose logging in statusbar directly in statusbar code
3963                   and common code does not need any knowledge about a statusbar
3964                 o remove direct calls to statusbar_(puts|pop)_all functions
3965
3966 2002-12-10 [jens]       0.8.6claws95
3967
3968         * src/*.c
3969                 removed gettext from g_warnings
3970         * po/POTFILES.in
3971                 cleaned and updated
3972         * po/de.po
3973                 updated
3974
3975 2002-12-10 [colin]      0.8.6claws94
3976
3977         * src/main.c
3978                 finish crash dialog fix
3979
3980 2002-12-10 [colin]      0.8.6claws93
3981
3982         * src/main.c
3983                 "Fix" "sylpheed already running" instead of
3984                 crash dialog appearing after a crash
3985
3986 2002-12-10 [colin]      0.8.6claws92
3987
3988         * po/POTFILES.in
3989                 add src/gtk/sslcertwindow.c
3990
3991 2002-12-10 [paul]       0.8.6claws91
3992
3993         * po/POTFILES.in
3994                 updated to reflect recent changes
3995                 submitted by Alessandro Maestri
3996
3997 2002-12-09 [christoph]  0.8.6claws90
3998
3999         * src/Makefile.am
4000         * src/smtp.[ch]                 ** REMOVE **
4001         * src/common/Makefile.am
4002         * src/common/smtp.[ch]          ** NEW **
4003                 move smtp files to common directory
4004
4005 2002-12-09 [christoph]  0.8.6claws89
4006
4007         * src/Makefile.am
4008         * src/session.[ch]              ** REMOVE **
4009         * src/common/Makefile.am
4010         * src/common/session.[ch]       ** NEW **
4011                 move session files to common directory
4012
4013 2002-12-09 [paul]       0.8.6claws88
4014
4015         * src/account.c
4016                 fix bug [649746] edit accounts: move account reverted
4017                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
4018
4019 2002-12-09 [colin]      0.8.6claws87
4020
4021         * src/ssl_certificate.c
4022                 cleanup
4023
4024 2002-12-09 [colin]      0.8.6claws86
4025
4026         * src/ssl.c
4027                 Try to open the cert.pem database and 
4028                 issue a warning if it isn't there
4029
4030 2002-12-09 [colin]      0.8.6claws85
4031
4032         * src/common/ssl_certificate.c
4033         * src/gtk/sslcertwindow.c
4034                 Warning fixes
4035
4036 2002-12-09 [colin]      0.8.6claws84
4037
4038         * src/ssl_certificate.[ch] ** REMOVED **
4039         * src/common/ssl_certificate.[ch] ** NEW **
4040         * src/Makefile.am
4041         * src/common/Makefile.am
4042                 Moved ssl_certificate.[ch] to common
4043         * src/common/ssl.c 
4044                 Put back needed include
4045         * src/gtk/sslcertwindow.[ch]
4046                 Changed ssl_certificate.h include
4047         
4048 2002-12-09 [colin]      0.8.6claws83
4049
4050         * src/gtk/sslcertwindow.[ch]
4051                 Implement hook for certificate acception
4052         * src/ssl_certificate.[ch]
4053                 Implement hook for certificate acception
4054         * src/common/ssl.c
4055                 Reenable certificate acception check
4056         * src/mainwindow.c
4057                 Register sslcertwindow's hook
4058         
4059 2002-12-08 [christoph]  0.8.6claws82
4060
4061         * src/about.c
4062         * src/addr_compl.c
4063         * src/codeconv.c
4064         * src/manual.c
4065         * src/undo.c
4066         * src/common/utils.c
4067                 o add missing includes
4068                 o fix warnings
4069         * src/.cvsignore
4070         * src/common/.cvsignore
4071         * src/common/version.h          ** REMOVE **
4072                 remove autogenerated file
4073
4074 2002-12-08 [paul]       0.8.6claws81
4075
4076         * src/stringtable.c
4077                 put back needed include
4078
4079 2002-12-08 [colin]      0.8.6claws80
4080         
4081         * src/gtk/sslcertwindow.c
4082                 Cleaner popups when asking
4083         * src/ssl_certificate.c
4084         * src/prefs_common.[ch]
4085                 remove ssl certificate pref
4086                 put back needed include
4087         * src/undo.c
4088                 put back needed include
4089
4090 2002-12-08 [christoph]  0.8.6claws79
4091
4092         * src/folderview.c
4093         * src/logwindow.c
4094         * src/statusbar.c
4095         * src/summaryview.c
4096                 only abort hook invokation if required data is missing not
4097                 if our own data pointer is NULL, update hookfunction for
4098                 log window
4099
4100 2002-12-08 [paul]       0.8.6claws78
4101
4102         * src/about.c
4103         * src/addrcache.c
4104         * src/addrclip.c
4105         * src/addr_compl.c
4106         * src/addrselect.c
4107         * src/codeconv.c
4108         * src/colorlabel.c
4109         * src/enriched.c
4110         * src/esmtp.c
4111         * src/exporthtml.c
4112         * src/headerview.c
4113         * src/imageview.c
4114         * src/manual.c
4115         * src/noticeview.c
4116         * src/pgptext.c
4117         * src/scoring.c
4118         * src/sourcewindow.c
4119         * src/stringtable.c
4120         * src/undo.c
4121                 clean up: remove unneccesary includes
4122
4123 2002-12-08 [christoph]  0.8.6claws77
4124
4125         * src/folderview.c
4126         * src/statusbar.c
4127         * src/summaryview.c
4128         * src/common/hooks.[ch]
4129                 hook functions now have a gboolean return value, if a hook
4130                 returns TRUE it will stop executing of any more hooks in
4131                 the same hooklist for this invokation
4132
4133 2002-12-08 [colin]      0.8.6claws76
4134         
4135         * src/main.c
4136                 put back argv0 for CRASH_DIALOG
4137
4138 2002-12-08 [christoph]  0.8.6claws75
4139
4140         * src/Makefile.am
4141         * src/about.c
4142         * src/account.c
4143         * src/crash.c
4144         * src/esmtp.h
4145         * src/imap.[ch]
4146         * src/inc.c
4147         * src/main.c
4148         * src/mainwindow.c
4149         * src/news.c
4150         * src/pop.[ch]
4151         * src/prefs_account.[ch]
4152         * src/prefs_common.[ch]
4153         * src/send.[ch]
4154         * src/smtp.[ch]
4155         * src/ssl_certificate.[ch]
4156         * src/ssl_manager.[ch]
4157         * src/common/Makefile.am
4158         * src/common/log.c
4159         * src/common/nntp.[ch]
4160         * src/common/socket.[ch]
4161         * src/common/ssl.[ch]
4162         * src/gtk/sslcertwindow.[ch]
4163         * ac/openssl.m4
4164                 use new autoconf script to detect OpenSSL with extra parameters
4165                 to specify the location of libs and includes, also remove USE_SSL
4166                 to USE_OPENSSL
4167
4168         * src/common/sylpheed.[ch]
4169         * src/common/version.h.in
4170                 start seperation of common code initialization seperated from gui
4171
4172         * src/summaryview.c
4173                 The function that is called when a color label changes
4174                 should not change the color lable again
4175
4176 2002-12-08 [colin]      0.8.6claws74
4177
4178         * src/gtk/sslcertwindow.c
4179                 warning fixes
4180
4181 2002-12-08 [colin]      0.8.6claws73
4182
4183         * src/statusbar.c
4184           src/common/log.h
4185                 Register a hook for statusbar_puts_all
4186         * src/common/log.c
4187                 invoke statusbar_puts_all's hook
4188         
4189 2002-12-08 [colin]      0.8.6claws72
4190
4191         * src/ssl_certificate.c
4192                 Put back a badly-removed include
4193
4194 2002-12-08 [colin]      0.8.6claws71
4195
4196         * src/gtk/sslcertwindow.[ch]    ** NEW **
4197                 new certificate presentation
4198         * src/gtk/Makefile.am
4199                 add new files
4200         * src/ssl_certificate.[ch]
4201                 gtk cleanup, made utility functions public
4202         * src/ssl_manager.c
4203                 use new cert presentation
4204
4205 2002-12-07 [christoph]  0.8.6claws70
4206
4207         * src/Makefile.am
4208         * src/nntp.[ch]                 ** REMOVE **
4209         * src/common/Makefile.am
4210         * src/common/nntp.[ch]          ** NEW **
4211                 move nntp files to common directory
4212
4213 2002-12-07 [christoph]  0.8.6claws69
4214
4215         * src/procmsg.[ch]
4216         * src/summaryview.c
4217                 implement msginfo update callback using sylpheed's new
4218                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
4219
4220 2002-12-06 [christoph]  0.8.6claws68
4221
4222         * src/editgroup.c
4223                 This patch changes the 'Edit Group Details' dialog to
4224                 allow extended selections in either pane, so that
4225                 addresses can be added or removed from a group more
4226                 quickly and easily. (it actually is a net decrease in
4227                 file size, as some unnecessary functions have been
4228                 removed). 
4229                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
4230
4231 2002-12-06 [christoph]  0.8.6claws67
4232
4233         * src/Makefile.am
4234         * src/template.[ch]             ** REMOVE **
4235         * src/common/Makefile.am
4236         * src/common/template.[ch]      ** NEW **
4237                 move template files to common directory
4238
4239         * src/nntp.c
4240                 add missing log.h include
4241
4242 2002-12-06 [melvin]     0.8.6claws66
4243
4244         * src/prefs_actions.c
4245                 Added the trailing ">" syntax to insert command's output
4246                 without replacing old text (in contrast to trailing "|").
4247
4248 2002-12-05 [colin]      0.8.6claws65
4249         
4250         * src/common/utils.c
4251                 Don't modify original search_string or it'll change
4252                 the next iterations in the for()
4253
4254 2002-12-05 [darko]      0.8.6claws64
4255
4256         * src/common/utils.c
4257                 proper check for filtering commands, found by Colin
4258
4259 2002-12-05 [darko]      0.8.6claws63
4260
4261         * src/common/utils.c
4262                 check proper string for NULL pointer, found by Colin
4263
4264 2002-12-05 [darko]      0.8.6claws62
4265
4266         * src/common/utils.[ch]
4267                 expand_search_string(): new function
4268                 converts Mutt-like patterns to Sylpheed's
4269                 filtering engine
4270         * src/summaryview.c
4271                 use expand_search_string() to allow Mutt-like
4272                 patterns in extended search
4273         * README.claws
4274                 document extended option in quick search
4275
4276 2002-12-05 [paul]       0.8.6claws61
4277
4278         * sync with 0.8.6cvs16
4279                 see ChangeLog 2002-12-05
4280                 
4281         * po/POTFILES.in
4282                 clean up
4283
4284 2002-12-04 [christoph]  0.8.6claws60
4285
4286         * src/imap.[ch]
4287                 put imap authentication code into a new function and
4288                 remove it from imap_session_new that will allow to
4289                 send other commands before authentication
4290
4291 2002-12-04 [christoph]  0.8.6claws59
4292
4293         * src/imap.[ch]
4294                 use already existing method to prevent unneeded IMAP
4295                 folder selects. Set imap_select parameters to NULL
4296                 in some functions if the values are not required.
4297
4298         * src/xml.h
4299                 remove no longer required include
4300
4301 2002-12-04 [paul]       0.8.6claws58
4302
4303         * po/es.po
4304                 updated by Ricardo Mones Lastra
4305                 
4306         * configure.in
4307           po/hu.po      ** NEW FILE **
4308                 initial Hungarian translation, submitted
4309                 by Gál Zoltán <galzoli@hu.inter.net>
4310
4311 2002-12-03 [christoph]  0.8.6claws57
4312
4313         * src/Makefile.am
4314         * src/gtksctree.[ch]            ** REMOVE **
4315         * src/gtk/Makefile.am
4316         * src/gtk/gtksctree.[ch]        ** NEW **
4317                 move gtksctree files to gtk directory
4318
4319 2002-12-03 [christoph]  0.8.6claws56
4320
4321         * src/Makefile.am
4322         * src/md5.[ch]                  ** REMOVE **
4323         * srm/common/Makefile.am
4324         * src/common/md5.[ch]           ** NEW **
4325                 move md5 files to common directory
4326
4327         * src/gtkstext.c
4328                 remove not required #include
4329
4330 2002-12-03 [sergey]     0.8.6claws55
4331
4332         * src/gtkutils.c
4333         * src/gtkutils.h
4334                 gtkut_window_popup(): new function.
4335         * src/mainwindow.c
4336                 main_window_popup(): use gtkut_window_popup() to raise
4337                 window without changing its position.
4338                 (see sylpheed-main ML message [sylpheed:17247])
4339
4340 2002-12-03 [sergey]     0.8.6claws54
4341
4342         * src/send.c
4343                 send_message_local(): removed first-dot escaping
4344                 (SMTP-only, not needed for sending through pipe)
4345
4346 2002-12-03 [paul]       0.8.6claws53
4347
4348         * po/POTFILES.in
4349                 update to reflect recent changes (thanks
4350                 to Ricardo Mones Lastra)
4351                 
4352         * tools/filter_conv.pl
4353                  fix problem with quoted strings. Patch submitted
4354                  by Luke Plant <lukeplant@softhome.net>
4355
4356 2002-12-03 [paul]       0.8.6claws52
4357
4358         * sync with 0.8.6cvs15
4359                 see ChangeLog 2002-12-03
4360
4361 2002-12-02 [christoph]  0.8.6claws51
4362
4363         * src/logwindow.[ch]
4364         * src/common/log.[ch]
4365                 implement logging using a hook function
4366
4367         * src/folderview.c
4368         * src/folder.[ch]
4369                 define hooklist name in header file to avoid
4370                 errors caused by wrong spelling of hooklist names
4371
4372         * src/toolbar.c
4373                 fix warnings
4374
4375 2002-12-02 [christoph]  0.8.6claws50
4376
4377         * src/common/Makefile.am
4378                 add src/common/hooks.[ch]
4379
4380         * src/common/hooks.[ch]
4381                 implement a simple hook system using glib's hook functions
4382
4383         * src/folder.[ch]
4384         * src/folderview.c
4385                 use new hook system for folder item updates
4386
4387 2002-12-02 [christoph]  0.8.6claws49
4388
4389         * doc-src/ui_seperation.txt     ** NEW **
4390                 information for ui seperation
4391
4392         * src/Makefile.am
4393                 remove files that were moved to common
4394                 include common directory by default for the header files
4395
4396         * src/inc.c
4397         * src/common/socket.c
4398         * src/automaton.[ch]
4399                 implement automaton using g_io_*-functions instead of
4400                 gdk_input_add to make it ui independent
4401
4402         * src/codeconv.c
4403         * src/compose.c
4404         * src/ldif.c
4405         * src/pgptext.c
4406         * src/procmime.c
4407         * src/rfc2015.c
4408         * src/smtp.c
4409         * src/unmime.c
4410                 remove common/ prefix because directory is now in
4411                 include path
4412
4413         * src/compose.c
4414         * src/folder.c
4415         * src/folderview.c
4416         * src/mainwindow.c
4417         * src/messageview.c
4418         * src/prefs_common.c
4419         * src/procmsg.c
4420         * src/rfc2015.c
4421                 fix warnings
4422
4423         * src/imap.c
4424         * src/inc.c
4425         * src/news.c
4426         * src/pop.c
4427         * src/send.c
4428         * src/smtp.c
4429         * src/ssl_certificate.c
4430                 add log.h header file for logging functions
4431
4432         * src/main.c
4433         * src/common/utils.c
4434         * src/summaryview.c
4435         * src/xml.c
4436                 o move debug_mode to common/utils.c
4437                 o add functions to set and get debug_mode
4438
4439         * src/defs.h                    ** REMOVE **
4440         * src/intl.h                    ** REMOVE **
4441         * src/socket.[ch]               ** REMOVE **
4442         * src/ssl.[ch]                  ** REMOVE **
4443         * src/utils.[ch]                ** REMOVE **
4444                 replaced by new files in src/common/
4445         
4446         * src/common/Makefile.am
4447                 add new files in src/common/
4448
4449         * src/common/defs.h             ** NEW **
4450         * src/common/intl.h             ** NEW **
4451         * src/common/log.[ch]           ** NEW **
4452         * src/common/socket.[ch]        ** NEW **
4453         * src/common/ssl.[ch]           ** NEW **
4454         * src/common/utils.[ch]         ** NEW **
4455                 replacement for files in src/
4456
4457 2002-12-02 [colin]      0.8.6claws48
4458
4459         * src/folderview.c
4460                 Scroll folderview if necessary during dnd
4461
4462 2002-12-02 [colin]      0.8.6claws47
4463
4464         * src/folder.[ch]
4465                 Add check to verify a move is within a single mailbox
4466         * src/folderview.c
4467                 Add specific error string for this check
4468
4469 2002-12-02 [colin]      0.8.6claws46
4470
4471         * src/folder.c
4472                 Add a test to folder moving, remove a statusbar_print
4473         * src/folderview.c
4474                 Add Move folder... context-menu item
4475                 Factorize folder moving code
4476                 Enable folder DND for mbox
4477
4478 2002-12-01 [christoph]  0.8.6claws45
4479
4480         * ac/aspell.m4
4481                 remove conf.aspelltest if the version check fails
4482
4483 2002-11-30 [christoph]  0.8.6claws44
4484
4485         * autogen.sh
4486                 run libtoolize --force in autogen to create missing
4487                 libtool scripts
4488
4489 2002-11-30 [christoph]  0.8.6claws43
4490
4491         * src/Makefile.am
4492         * src/pgptext.c
4493         * src/procmime.c
4494         * src/rfc2015.c
4495         * src/uuencode.[ch]             ** REMOVED **
4496         * src/common/Makefile.am
4497         * src/common/uuencode.[ch]      ** NEW **
4498                 move uuen/decoder to common directory
4499
4500 2002-11-30 [christoph]  0.8.6claws42
4501
4502         * src/Makefile.am
4503         * src/base64.[ch]               ** REMOVED **
4504         * src/codeconv.c
4505         * src/compose.c
4506         * src/ldif.c
4507         * src/pgptext.c
4508         * src/procmime.c
4509         * src/rfc2015.c
4510         * src/smtp.c
4511         * src/unmime.c
4512         * src/common/Makefile.am
4513         * src/common/base64.[ch]        ** NEW **
4514                 move base64 en/decoder to common directory
4515
4516 2002-11-30 [christoph]  0.8.6claws41
4517
4518         * src/common                    ** NEW **
4519                 new directory for UI independent code
4520         * src/gtk                       ** NEW **
4521                 new directory for GTK frontend
4522         * src/common/.cvsignore         ** NEW **
4523         * src/gtk/.cvsignore            ** NEW **
4524                 ignore build files
4525         * src/common/Makefile.am        ** NEW **
4526         * src/gtk/Makefile.am           ** NEW **
4527                 automake files to build new seperated stuff
4528         * src/Makefile.am
4529                 the binary will currently still be build with the
4530                 files in src, so we include the code from the
4531                 subdirs for now after building the libs there
4532
4533 2002-11-30 [paul]       0.8.6claws40
4534
4535         * src/compose.c
4536                 fix bug [642731] 'Wrong selected account with drafted mail'
4537
4538 2002-11-29 [oliver]     0.8.6claws39
4539         
4540         * src/messageview.c
4541                 o update summaryview when switching between different
4542                   messageviews          
4543         * src/toolbar.c  
4544                 o check if messageview holds already removed msg
4545                   from summaryview
4546                 
4547
4548 2002-11-29 [oliver]     0.8.6claws38
4549
4550         * src/toolbar.c 
4551                 remove not needed variables and includes
4552                 make messageview stay opened and move to next when msgs are deleted 
4553
4554 2002-11-29 [oliver]     0.8.6claws37
4555         
4556         * src/toolbar.c 
4557                 disable compose button (messageview toolbar) by default
4558                 deleted msgs are moved to trash
4559         
4560 2002-11-29 [melvin]     0.8.6claws36
4561
4562         * configure.in
4563                 Increased minimal gpgme version to 0.3.10 (Zombies out)
4564                 and to detect signatures expirations (gpgme 0.3.6)
4565
4566         * src/main.c
4567                 Use non obsolescent function for Gpgme engine checking.
4568
4569         * src/rfc2015.c
4570                 Inform about expired signatures or signatures which key
4571                 has expired. Expiration date is displayed.
4572
4573         * src/sigstatus.c
4574                 Inform about expired signatures or signatures which key
4575                 has expired.
4576
4577 2002-11-28 [paul]       0.8.6claws35
4578
4579         * src/folderview.c
4580                 re-instate 'Check for new messages' in Newsgroup
4581                 folders right-click menu, after a suggestion from
4582                 Tim Mann <timmann@users.sourceforge.net>
4583
4584         * src/main.c
4585                 after a crash check only local folders for new
4586                 messages
4587
4588 2002-11-28 [paul]       0.8.6claws34
4589
4590         * configure.in
4591                 apply patch that fixes the checking of GTK with XIM 
4592                 support on different OSs, such as FreeBSD. Patch 
4593                 submitted by Topia <topia@users.sourceforge.net>
4594                 
4595 2002-11-28 [paul]       0.8.6claws33
4596
4597         * src/mainwindow.c
4598           src/prefs_common.c
4599           src/prefs_toolbar.c
4600                 more changes to the English
4601
4602 2002-11-28 [paul]       0.8.6claws32
4603
4604         * sync with 0.8.6cvs13
4605                 see ChangeLog 2002-11-28 (no sync needed
4606                 for src/compose.c)
4607
4608 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
4609         
4610         * src/mainwindow.[ch]
4611                 add patch by Ivan F. Martinez introducing messageview Toolbar
4612                 some changes and committed by oliver    
4613
4614 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
4615
4616         * src/messageview.[ch]
4617                 add patch by Ivan F. Martinez introducing messageview Toolbar
4618                 some changes and committed by oliver    
4619
4620 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
4621
4622         * src/compose.[ch]
4623                 add patch by Ivan F. Martinez introducing messageview Toolbar
4624                 some changes and committed by oliver    
4625
4626 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
4627         
4628         * src/toolbar.[ch]
4629                 add patch by Ivan F. Martinez introducing messageview Toolbar
4630                 some changes and committed by oliver
4631
4632 2002-11-28 [oliver]     0.8.6claws27
4633         
4634         * src/prefs_toolbar.[ch]
4635                 getting ready for messageview toolbar
4636                 free mem allocated by gettext
4637                 change prefs_toolbar to prefs_toolbar_open
4638  
4639 2002-11-28 [thorsten]   0.8.6claws26
4640
4641         * src/imageview.[ch]
4642                 cleaned up conflicting declarations of
4643                 imageview_show_image()
4644
4645 2002-11-28 [paul]       0.8.6claws25
4646
4647         * src/grouplistdialog.c
4648           src/prefs_common.c
4649           src/prefs_summary_column.c
4650                 a few more improvements to the English
4651
4652 2002-11-28 [colin]      0.8.6claws24
4653
4654         * man/sylpheed.1
4655                 A few updates to command-line parameters
4656
4657 2002-11-28 [colin]      0.8.6claws23
4658
4659         * src/prefs_filtering.c
4660                 Fix problems with prefs_filtering_delete_path:
4661                 a) if the first rule is removed, original pointers
4662                    weren't updated (leading to segfaults)
4663                 b) it was always global_processing updated in case
4664                    of removed path was parent of rule path
4665
4666 2002-11-27 [paul]       0.8.6claws22
4667
4668         * src/mainwindow.c
4669           src/prefs_account.c
4670           src/prefs_actions.c
4671           src/prefs_common.c
4672           src/prefs_customheader.c
4673           src/prefs_display_header.c
4674           src/prefs_filtering.c
4675           src/prefs_folder_item.c
4676           src/prefs_matcher.c
4677           src/prefs_scoring.c
4678           src/prefs_summary_column.c
4679           src/prefs_template.c
4680           src/prefs_toolbar.c
4681                  improve the English in the GUI
4682
4683 2002-11-27 [colin]      0.8.6claws21
4684
4685         * src/folder.c
4686                 Fix processing renaming problems happening after
4687                 last commit
4688
4689 2002-11-27 [colin]      0.8.6claws20
4690
4691         * src/folder.c
4692                 recursive move now deletes src each subfolder after 
4693                 having moved it
4694         * src/folderview.c
4695                 Use identifier instead of path during dnd (enables
4696                 IMAP folder dnd)
4697
4698 2002-11-27 [paul]       0.8.6claws19
4699
4700         * src/main.c
4701                 apply patch that does command-line processing 
4702                 BEFORE gtk_init, allowing claws to run from 
4703                 shell-scripts in non-X environment (e.g. crontab 
4704                 or ip-up, ip-down scripts). Patch submitted by
4705                 Ruslan N. Balkin <baron@dartel.ru>
4706                 
4707         * po/it.po
4708                 updated by Alessandro Maestri
4709
4710 2002-11-27 [paul]       0.8.6claws18
4711
4712         * sync with 0.8.6cvs12
4713           src/prefs_common.c
4714                 Differences are that main uses a 'Receive dialog'
4715                 frame on the Interface tab, whereas claws groups all 
4716                 the dialogs together in a 'Dialogs' frame.
4717
4718 2002-11-27 [colin]      0.8.6claws17
4719
4720         * src/prefs_matcher.c
4721                 Fix Execute criteria's NOT flag
4722
4723
4724 2002-11-26 [christoph]  0.8.6claws16
4725
4726         * src/ssl.c
4727                 rewrite the ssl code a little bit, only use one
4728                 SSL context, set default certificates' file/path
4729
4730 2002-11-26 [thorsten]   0.8.6claws15
4731
4732         * src/compose.c
4733                 default-reply-to didn't work for ml-reply
4734
4735 2002-11-26 [melvin]     0.8.6claws14
4736
4737         * src/prefs_actions.c
4738                 Made pipe-actions ignore short headers in message view
4739                 Made trailing-pipe-actions write in the message view with
4740                 the same font as the original message
4741
4742 2002-11-26 [paul]       0.8.6claws13
4743
4744         * src/compose.c
4745                 this time commit the correct file
4746
4747 2002-11-26 [paul]       0.8.6claws12
4748
4749         * sync with 0.8.6cvs11
4750           src/quote_fmt_parse.y  
4751                 no sync needed
4752           src/account.[ch]       
4753                 not sync'ed
4754           src/compose.c
4755                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
4756                 on draft mode.
4757                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
4758                 header
4759                 
4760         see ChangeLog 2002-11-25 and 2002-11-26
4761
4762 2002-11-26 [colin]      0.8.6claws11
4763
4764         * src/folderview.c
4765                 Fix collapsed folder not auto-expanding during
4766                 mail dnd, if it was the source folder.
4767
4768 2002-11-25 [colin]      0.8.6claws10
4769
4770         * src/folderview.[ch]
4771                 Variable renaming and cleaning (slist of nodes 
4772                 to be re-collapsed is stored in FolderView)
4773
4774 2002-11-25 [paul]       0.8.6claws9
4775
4776         * src/prefs_common.[ch]
4777                 fix breakage caused by last commit
4778
4779 2002-11-25 [paul]       0.8.6claws8
4780
4781         * sync with 0.8.6cvs4
4782                 see ChangeLog 2002-11-21
4783
4784 2002-11-25 [paul]       0.8.6claws7
4785
4786         * sync with 0.8.6cvs4
4787                 see ChangeLog 2002-11-20
4788
4789 2002-11-25 [paul]       0.8.6claws6
4790
4791         * sync with 0.8.6cvs3
4792                 see ChangeLog 2002-11-18
4793
4794 2002-11-25 [colin]      0.8.6claws5
4795
4796         * src/gtkutils.[ch]
4797                 Add gtkut_ctree_node_is_parent()
4798         * src/folderview.c
4799                 Spring-loaded folders
4800
4801 2002-11-25 [colin]      0.8.6claws4
4802
4803         * src/utils.[ch]
4804                 Add slist_concat_unique(), function to merge
4805                 two GSList filtering dups
4806         * src/folder.[ch]
4807         * src/summaryview.[ch]
4808         * src/folderview.c
4809         * src/main.c
4810                 Add detection/update/display of unread answers
4811                 to marked mails
4812         * src/procmsg.[ch]
4813                 Add procmsg_find_children()
4814                 Add procmsg_msg_has_marked_parent()
4815
4816 2002-11-25 [colin]      0.8.6claws3
4817
4818         * src/ssl_certificate.[ch]
4819                 Allow checking a certificate without a DNS
4820                 lookup
4821                 Allow to forget a cert (by deleting it)
4822                 Make ssl_certificate_destroy_public
4823         * src/ssl_manager.[ch] ** NEW FILES **
4824                 Gui to manage (display/remove) certificates
4825         * src/prefs_common.[ch]
4826                 Add a pref to allow silent acceptation of
4827                 trusted certificates or not (based on the
4828                 "I want to know what's going on" principle)
4829         * src/mainwindow.c
4830                 Add SSL manager in Tools menu
4831         * src/Makefile.am
4832                 Add the new files to the build
4833         * po/POTFILES.in
4834                 Add ssl_manager.c to translations
4835
4836 2002-11-25 [colin]      0.8.6claws2
4837
4838         * src/summaryview.[ch]
4839                 Add S_SEARCH_EXTENDED to the quick search, which 
4840                 allows to search using filtering syntax.
4841
4842 2002-11-25 [colin]      0.8.6claws1
4843
4844         * src/summaryview.c
4845                 Deletion of duplicates now prefer deleting
4846                 the unread dup (fixes feature-request 638989).
4847
4848 2002-11-24 [paul]       0.8.6claws
4849
4850         * po/es.po
4851           po/pl.po
4852           po/ru.po
4853           po/sr.po
4854                 updated by Ricardo Mones Lastra,
4855                 Witold Wladyslaw Wojciech Wilk,
4856                 Ruslan N. Balkin, and  Urke MMI 
4857                 respectively
4858
4859 2002-11-24 [paul]       0.8.5claws182
4860
4861         * po/bg.po
4862                 updated by George Danchev
4863
4864 2002-11-23 [alfons]     0.8.5claws181
4865
4866         * src/imap.c
4867                 tiny memory leak found by browsing Dimitar's 
4868                 valgrind report
4869
4870 2002-11-23 [paul]       0.8.5claws180
4871
4872         * po/it.po
4873                 updated by Alessandro Maestri
4874
4875 2002-11-22 [christoph]  0.8.5claws179
4876
4877         * src/compose.c
4878         * src/inc.c
4879         * src/prefs_filtering.c
4880         * src/summaryview.c
4881                 more warning fixes
4882
4883 2002-11-22 [alfons]     0.8.5claws178
4884
4885         * src/summaryview.c
4886                 summary_execute_delete_func(): if message is deleted, make 
4887                 sure to also remove its entry in the subject hash table. 
4888                 fixes a corner case bug.
4889
4890 2002-11-22 [paul]       0.8.5claws177
4891
4892         * .cvsignore
4893                 add 'autom4te.cache'
4894                 
4895         * ltconfig      ** REMOVED **
4896                 not needed
4897
4898 2002-11-22 [paul]       0.8.5claws176
4899
4900         * src/textview.c
4901                 textview_set_font(): fix for message display in
4902                 UTF-8 locales (thanks to Sergey Vlasov).
4903                 
4904         * AUTHORS
4905                 add new team members and contributors
4906
4907
4908 2002-11-21 [colin]      0.8.5claws175
4909
4910         * src/procmsg.[ch]
4911                 Add procmsg_remove_special_headers()
4912         * src/mh.c
4913                 Use procmsg_remove_special_headers() for 
4914                 previous fix
4915
4916 2002-11-21 [colin]      0.8.5claws174
4917
4918         * src/mh.c
4919                 Fix moving/copying from queue/draft folders
4920                 for MH folders
4921
4922 2002-11-21 [christoph]  0.8.5claws173
4923
4924         * src/crash.c
4925         * src/filtering.c
4926         * src/logwindow.c
4927         * src/main.c
4928         * src/matcher_parser_lex.[hl]
4929         * src/mbox.c
4930         * src/mbox_folder.[ch]
4931         * src/prefs_filtering.c
4932         * src/procheader.c
4933         * src/quote_fmt_lex.l
4934         * src/ssl.c
4935                 fix all warnings except the warnings in lex and yacc files
4936
4937 2002-11-20 [christoph]  0.8.5claws172
4938
4939         * src/imap.c
4940                 fix MsgInfo retrieval for IMAP draft and queue folders
4941                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4942
4943 2002-11-19 [christoph]  0.8.5claws171
4944
4945         * src/compose.c
4946                 fix segfault, when draft saving does not get
4947                 the MsgInfo of the new message
4948                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
4949
4950 2002-11-19 [christoph]  0.8.5claws170
4951
4952         * src/procmsg.c
4953                 add parameter check for flag setting function
4954                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
4955
4956 2002-11-18 [paul]       0.8.5claws169
4957
4958         * src/compose.c
4959                 more sensitivity fixes to redirect mode:
4960                 * disable toolbar draft button
4961                 * allow only Address book in the Tools menu
4962                 * disable editing of message by the spell
4963                   checker
4964
4965 2002-11-18 [paul]       0.8.5claws168
4966
4967         * src/compose.c
4968                 fix sensitivity of menu items in compose_redirect():
4969                 allow only the necessary items 
4970
4971 2002-11-18 [paul]       0.8.5claws167
4972
4973         * src/compose.c
4974                 fix bug [ 603259 ] 'attachment got lost on bounce'
4975
4976 2002-11-18 [paul]       0.8.5claws166
4977
4978         * po/ru.po
4979                 updated by Ruslan N. Balkin <baron@dartel.ru>
4980
4981 2002-11-18 [colin]      0.8.5claws165
4982
4983         * src/main.c
4984           src/defs.h
4985                 Remove old filtering stuff
4986
4987
4988 2002-11-17 [oliver]     0.8.5claws164
4989
4990         * src/toolbar.h
4991                 remove not needed typedef 
4992
4993 2002-11-17 [oliver]     0.8.5claws163
4994
4995         * src/toolbar.c
4996                 make toolbar's on click events translatable
4997
4998 2002-11-15 [colin]      0.8.5claws162
4999
5000         * src/summaryview.c
5001                 Revert too-soon integration of a feature
5002
5003 2002-11-15 [christoph]  0.8.5claws161
5004
5005         * src/imap.c
5006                 use main's implementation of imap_get_msginfo
5007
5008 2002-11-15 [christoph]  0.8.5claws160
5009
5010         * src/compose.c
5011         * src/folder.[ch]
5012         * src/imap.c
5013         * src/mbox_folder.c
5014         * src/mh.c
5015         * src/news.c
5016         * src/procmsg.c
5017         * src/summaryview.c
5018                 replace claws' fetch_msginfo with main's get_msginfo
5019                 (use main's implementation where possible)
5020
5021 2002-11-15 [colin]      0.8.5claws159
5022
5023         * src/ssl_certificate.c
5024                 Missed a check
5025
5026 2002-11-16 [melvin]     0.8.5claws158
5027
5028         * po/fr.po
5029                 Updated French translations.
5030
5031 2002-11-16 [colin]      0.8.5claws157
5032
5033         * src/ssl_certificate.c
5034                 Check for missing parts in the certificates
5035
5036 2002-11-15 [colin]      0.8.5claws156
5037
5038         * src/folderview.c
5039                 Preventive fix (missing check) found by
5040                 Alfons
5041
5042 2002-11-15 [paul]
5043
5044         * NEWS
5045                 sync with 0.8.6 release
5046
5047 2002-11-15 [colin]      0.8.5claws155
5048
5049         * src/folder.[ch]
5050           src/folderview.c
5051                 Fix error handling of folder_item_move_to()
5052                 (thanks to Alfons!)
5053
5054 2002-11-15 [colin]      0.8.5claws154
5055
5056         * src/folder.[ch]
5057           src/folderview.c
5058                 folder_item_move_to() sets an error message instead
5059                 of having GUI stuff in folder.c
5060
5061 2002-11-15 [colin]      0.8.5claws153
5062
5063         * src/procmsg.[ch]
5064                 Implemented a callback for MsgInfo updates, 
5065                 heavily copy/pasted from Christoph's folder 
5066                 callback system
5067         * src/summaryview.[ch]
5068                 Register summary_update_msg as callback
5069
5070 2002-11-14 [colin]      0.8.5claws152
5071         
5072         * src/procmsg.c
5073                 Update the FolderItem after sending (fixes 617593)
5074
5075 2002-11-14 [christoph]  0.8.5claws151
5076
5077         * src/folder.c
5078                 fix wrong position of NULL pointer check found
5079                 by Sergey
5080
5081 2002-11-14 [christoph]  0.8.5claws150
5082
5083         * src/folder.c
5084                 fix segfault when deleting messages from IMAP folders
5085                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
5086
5087 2002-11-14 [colin]      0.8.5claws149
5088
5089         * src/compose.c
5090                 Forwarding was also ignoring the folder's default account.
5091
5092 2002-11-14 [colin]      0.8.5claws148
5093
5094         * src/compose.c
5095                 Fix sent folder not set to folder properties when 
5096                 forwarding.
5097
5098 2002-11-14 [thorsten]   0.8.5claws147
5099
5100         * src/inc.c
5101                 inc_start(): Files were not moved from .processing to inbox,
5102                 if no global processing rule existed
5103
5104 2002-11-14 [colin]      0.8.5claws146
5105
5106         * src/ssl_certificate
5107                 Fix file operations
5108
5109 2002-11-14 [paul]       0.8.5claws145
5110
5111         * po/it.po
5112                 updated by Alessandro Maestri
5113
5114 2002-11-13 [alfons]     0.8.5claws144
5115
5116         * src/folder.c
5117                 folder_item_close(): only mark messages unread
5118                 when a folder has new messages 
5119
5120 2002-11-13 [keith]      0.8.5claws143
5121
5122         * src/imap.c
5123                 Fix problem moving or copying between
5124                 IMAP folders
5125
5126 2002-11-13 [colin]      0.8.5claws142
5127
5128         * src/matcher_parser_parse.y
5129                 Fix rule problem when " don't match
5130
5131 2002-11-13 [christoph]  0.8.5claws141
5132
5133         * src/folder.c
5134         * src/folderview.c
5135                 moved cache saving to folder_item_close
5136                 the folderview should not have to deal with
5137                 this things
5138
5139 2002-11-13 [christoph]  0.8.5claws140
5140
5141         * src/summaryview.c
5142                 moved setting of important score to
5143                 summary_set_prefs_from_folderitem
5144
5145 2002-11-13 [colin]      0.8.5claws139
5146
5147         * src/matcher_parser_parse.y
5148                 Fix a segfault in the parser (happening when
5149                 a good expression had been tested and a bad 
5150                 one arrives)
5151
5152 2002-11-13 [paul]       0.8.5claws138
5153
5154         * sync with 0.8.5cvs24
5155                 see ChangeLog 2002-11-13
5156                 
5157         * po/pt_BR.po
5158                 updated by Fabio Jr. Beneditto
5159
5160 2002-11-13 [colin]      0.8.5claws137
5161         
5162         * src/msgcache.c
5163           src/defs.h
5164           src/procmsg.[ch]
5165                 Revert last commit, problem
5166
5167 2002-11-13 [colin]      0.8.5claws136
5168
5169         * src/msgcache.c
5170                 Remove duplicated code
5171         * src/defs.h
5172                 Bumped CACHE_VERSION and MARK_VERSION
5173         * src/procmsg.[ch]
5174                 Network endian for cache and mark files
5175
5176 2002-11-12 [colin]      0.8.5claws135
5177
5178         * src/inc.c
5179                 Fix the "socket error" dialog which disappeared
5180
5181 2002-11-12 [colin]      0.8.5claws134
5182
5183         * src/msgcache.c
5184                 Reverse last commit which had performance 
5185                 problems, but still reverse the list
5186
5187 2002-11-12 [colin]      0.8.5claws133
5188
5189         * src/msgcache.c
5190                 Reverse list order
5191
5192 2002-11-12 [melvin]     0.8.5claws132
5193
5194         * src/compose.c
5195                 Added a check for a NULL prefs_common.dictionary
5196
5197 2002-11-12 [colin]      0.8.5claws131
5198
5199         * src/ssl_certificate.[ch]
5200                 Use FQDN hostname
5201
5202 2002-11-12 [colin]      0.8.5claws130
5203
5204         * src/ssl_certificate.[ch]
5205                 Take connection port into account for 
5206                 checking certificates (a single hostname
5207                 could have multiple servers with multiple
5208                 certificates)
5209         * src/ssl.c
5210                 Pass the port to ssl_certificate_check
5211
5212 2002-11-12 [paul]       0.8.5claws129
5213
5214         * src/folder.c
5215                 fix a typo in last commit
5216
5217 2002-11-12 [paul]       0.8.5claws128
5218
5219         * sync with 0.8.5cvs23
5220                 see ChangeLog entry 2002-11-12
5221
5222 2002-11-11 [colin]      0.8.5claws127
5223
5224         * src/ssl_certificate.c
5225                 Cleaner messages
5226                 Don't popup, instead log error, if the 
5227                 corresponding pref is checked
5228         * src/ssl_certificate.h
5229                 include <openssl/objects/h>
5230
5231 2002-11-11 [colin]      0.8.5claws126
5232
5233         * src/ssl_certificate.h
5234                 _Really_ clean it
5235
5236 2002-11-11 [colin]      0.8.5claws125
5237         
5238         * src/ssl_certificate.c
5239                 Fixed leak
5240
5241 2002-11-11 [colin]      0.8.5claws124
5242
5243         * src/ssl.c
5244                 Cleaned a bit
5245         * src/ssl_certificate.[ch]
5246                 Cleaned a bit (better use of SSL API)
5247                 (This will cause non-recognition of saved 
5248                  certificates of claws12[23]...)
5249
5250 2002-11-11 [paul]       0.8.5claws123
5251         
5252         * po/es.po
5253                 updated by Ricardo Mones Lastra
5254
5255 2002-11-11 [colin]      0.8.5claws122
5256
5257         * src/ssl.c
5258                 Fix a typo
5259
5260 2002-11-11 [colin]      0.8.5claws121
5261
5262         * src/ssl_certificate.[ch] ** NEW FILES **
5263         * src/ssl.[ch]
5264                 Check SSL certificates presented to us
5265         * src/Makefile.am
5266                 Add ssl_certificate.[ch]
5267         * po/POTFILES.in
5268                 Add ssl_certificate.c
5269
5270 2002-11-11 [paul]       0.8.5claws120
5271
5272         * sync with 0.8.5cvs22
5273                 see ChangeLog 2002-11-11
5274
5275 2002-11-11 [paul]       0.8.5claws119
5276
5277         * sync with 0.8.5cvs21
5278                 see ChangeLog 2002-11-11
5279
5280 2002-11-10 [jens]       0.8.5claws118
5281
5282         * src/folder.c
5283         * src/folderview.c
5284                 corrected some typing
5285         * po/de.po
5286                 updated german translation
5287         * sylpheed.spec.in
5288                 cleaned up specfile and adjusted it for claws
5289
5290 2002-11-10 [colin]      0.8.5claws117
5291
5292         * src/summaryview.c
5293                 a STATUSBAR_PUSH/POP fix
5294
5295 2002-11-10 [colin]      0.8.5claws116
5296
5297         * src/prefs_folder_item.c
5298                 Fix hanging after opening folder properties
5299
5300 2002-11-10 [hoa]        0.8.5claws115
5301
5302         * src/matcher_parser_lex.l
5303         * src/matcher_parser_parse.y
5304                 config file for scoring and filtering is no more trashed
5305                 when there is a syntax error in a filtering rule when
5306                 editing it in a dialog.
5307
5308 2002-11-09 [colin]      0.8.5claws114
5309
5310         * src/mbox_folder.c
5311                 Added missing initialisation of folder->destroy()
5312
5313 2002-11-09 [colin]      0.8.5claws113
5314
5315         * src/folder.c
5316           src/folderview.c
5317                 Fix the status bar messages
5318
5319 2002-11-09 [colin]      0.8.5claws112
5320
5321         * src/folderview.c
5322                 Fix hangs after folder dnd, happening after 
5323                 claws109.
5324
5325 2002-11-09 [christoph]  0.8.5claws111
5326
5327         * src/folderview.c
5328                 just changed order of calls (reverse order of
5329                 associated calls)
5330         * src/inc.c
5331                 lock inc when checking only one account, otherwise
5332                 inc all could be executed at the same time
5333
5334 2002-11-09 [christoph]  0.8.5claws110
5335
5336         * src/folderview.c
5337                 better unlock the mouse cursor before calling
5338                 summary_show because it changes the cursor too
5339
5340 2002-11-09 [christoph]  0.8.5claws109
5341
5342         * src/folder.[ch]
5343         * src/folderview.c
5344                 add functions to open and close a folder
5345                 o opending will execute scanning for remote folders
5346                   and processing
5347                 o closing will unset new flag for messages
5348
5349 2002-11-09 [colin]      0.8.5claws108
5350
5351         * src/folder.c
5352                 Add a call to prefs_matcher_write_config to 
5353                 avoid non-leaf folders filtering settings to be
5354                 lost
5355
5356 2002-11-09 [paul]       0.8.5claws107
5357
5358         * src/prefs_account.c
5359                 re-word a label
5360
5361 2002-11-09 [colin]      0.8.5claws106
5362
5363         * src/folderview.c
5364                 Minor esthetic fix
5365
5366 2002-11-09 [colin]      0.8.5claws105
5367
5368         * src/folderview.c
5369                 Fix prefs_filtering deletion for MH folders (same
5370                 reason as below)
5371         * src/prefs_filtering.c
5372                 Fix prefs_filtering renaming and deletion for 
5373                 folder-based processing rules.  
5374
5375 2002-11-09 [christoph]  0.8.5claws104
5376
5377         * src/compose.c
5378         * src/folder.[ch]
5379         * src/folderview.[ch]
5380         * src/import.c
5381         * src/inc.c
5382         * src/main.c
5383         * src/mainwindow.c
5384         * src/messageview.c
5385         * src/prefs_folder_item.c
5386         * src/procmsg.c
5387         * src/summaryview.c
5388                 implement a callback system for folder item updates
5389
5390 2002-11-09 [colin]      0.8.5claws103
5391
5392         * src/folderview.c
5393                 Fix prefs_filtering renaming for MH folders (we
5394                 shouldn't rename by path as another folder could
5395                 have the same hierarchy).
5396
5397 2002-11-09 [colin]      0.8.5claws102
5398
5399         * src/folder.c
5400                 Fix a leak found by Christoph, use better variable
5401                 names
5402
5403 2002-11-09 [colin]      0.8.5claws101
5404
5405         * src/folder.c
5406                 One more fix for processing rules
5407
5408 2002-11-08 [colin]      0.8.5claws100
5409         
5410         * src/matcher.c
5411                 Don't copy the compiled regexp (will be reevaluated)
5412         * src/folderview.c
5413                 Lock folderview while moving
5414         * src/folder.c
5415                 Provide info on what's happening to the user
5416
5417 2002-11-08 [colin]      0.8.5claws99
5418
5419         * src/folderview.c
5420                 Fix folder reordering after a move if parent is 
5421                 root
5422         * src/scoring.[ch]
5423                 Add function to copy a ScoringProp
5424         * src/prefs_folder_item.c
5425                 Copy scoring rules when copying a folder prefs
5426
5427 2002-11-08 [colin]      0.8.5claws98
5428
5429         * src/folderview.c
5430                 Fixes in case of failure
5431         * src/filtering.[ch]    
5432                 Add function to duplicate a FilteringProp
5433         * src/matcher.[ch]
5434                 Add function to duplicate a MatcherProp
5435         * src/prefs_folder_item.c
5436                 Save folder's processing rules when copying 
5437                 its prefs
5438
5439 2002-11-08 [colin]      0.8.5claws97
5440         
5441         * src/folderview.c
5442                 Sort after move
5443         * src/folder.c 
5444                 Change a printf to debug_print
5445
5446 2002-11-08 [colin]      0.8.5claws96
5447
5448         * src/folder.c
5449           src/folderview.c
5450                 Fix segfaults, call me stupido
5451         
5452
5453 2002-11-08 [colin]      0.8.5claws95
5454
5455         *src/folder.c
5456                 Added forgotten prefs to save when moving folders
5457
5458 2002-11-08 [colin]      0.8.5claws94
5459
5460         * src/folder.c
5461                 Fixes to folder DND (prefs copy)
5462         * src/folderview.c
5463                 Optimization for folder DND (don't rescan whole tree)
5464                 Added folderview_create_folder_node() for this 
5465                 optimization, so de-duped a bit the code
5466         * src/prefs_folder_item.[ch]
5467                 Added prefs_folder_item_copy_prefs()    
5468           
5469 2002-11-08 [paul]       0.8.5claws93
5470
5471         * src/prefs_account.c
5472           tools/README
5473           tools/kmail2sylpheed_v2.pl
5474                 correct some typos
5475
5476 2002-11-08 [paul]       0.8.5claws92
5477
5478         * src/compose.c
5479           src/prefs_account.[ch]
5480                 remove account options 'clearsign' and 'ascii_armored',
5481                 replace with 'default_gnupg_mode' to prevent mixed-mode
5482                 Privacy settings
5483
5484 2002-11-08 [paul]       0.8.5claws91
5485
5486         * src/compose.[ch]
5487                 re-implement GnuPG 'on-the-fly' mode selection,
5488                 disallow mixed-mode
5489
5490 2002-11-08 [colin]      0.8.5claws90
5491
5492         * src/folderview.c
5493           src/prefs_folder_item.c
5494                 Change "Property" to "Properties"
5495
5496 2002-11-07 [colin]      0.8.5claws89
5497
5498         * src/folderview.c
5499           src/folder.c
5500                 Allow folder dropping to a root folder
5501
5502 2002-11-07 [paul]       0.8.5claws88
5503
5504         * src/compose.c
5505                 revert last commit
5506
5507 2002-11-07 [paul]       0.8.5claws87
5508
5509         * src/compose.c
5510                 fix reply-to-list bug. closes bug report
5511                 "[633382] reply-to-list broken in recent cvs"
5512
5513 2002-11-07 [paul]       0.8.5claws86
5514
5515         * src/compose.c
5516                 add a forgotten '#if USE_GPGME ... #endif'
5517
5518 2002-11-07 [paul]       0.8.5claws85
5519
5520         * sync with 0.8.5cvs20
5521                 see ChangeLog 2002-11-07
5522
5523 2002-11-07 [colin]      0.8.5claws84
5524
5525         * src/folder.[ch]
5526                 Change folder_item_move_to to return the newly 
5527                 created folderitem.
5528         * src/folderview.c
5529                 Select the new folderitem after moving.
5530
5531 2002-11-07 [colin]      0.8.5claws83
5532
5533         * src/prefs_filtering.c
5534                 Fix rule rewriting when moving a leaf folder to a 
5535                 shorter path
5536
5537 2002-11-07 [colin]      0.8.5claws82
5538
5539         * src/prefs_filtering.c
5540                 fix a leak
5541
5542 2002-11-07 [colin]      0.8.5claws81
5543
5544         * src/folder.[ch]
5545                 Add folder_item_move_to() function to move a 
5546                 folderitem into another one (updates matcher etc)
5547         * src/folderview.c
5548                 Add folder drag'n drop (context menu to come)
5549                 [Should be dataloss free, but Please backup before 
5550                  trying !]
5551
5552 2002-11-06 [colin]      0.8.5claws80
5553
5554         * src/mh.c
5555                 mh_create_folder() returns NULL if can't create
5556                 directory hierarchy
5557
5558 2002-11-06 [paul]       0.8.5claws79
5559
5560         * src/compose.[ch]
5561                 allow 'on-the-fly' changing of the type of encryption 
5562                 and/or signing used (mime/ascii) via the compose window
5563
5564 2002-11-06 [paul]       0.8.5claws78
5565
5566         * sync with 0.8.5cvs19
5567                 see ChangeLog 2002-11-06 for src/account.c: 
5568                 account_get_special_folder()
5569                 
5570 2002-11-05 [alfons]     0.8.5claws77
5571
5572         * src/crash.c
5573                 very minor cleanups: nothing to see here, move on. :-)
5574
5575 2002-11-05 [colin]      0.8.5claws76
5576
5577         * src/main.c
5578                 Changes choices if compose windows are opened to
5579                 Discard, Draft, Don't quit
5580
5581 2002-11-05 [thorsten]   0.8.5claws75
5582
5583         * src/compose.c
5584                 reenabled default_reply_to folder option
5585
5586 2002-11-05 [colin]      0.8.5claws74
5587
5588         * src/compose.[ch] 
5589                 add compose_draft()
5590         * src/crash.c
5591                 add SIGTERM handler
5592         * src/main.[ch]
5593                 add clean_quit() for the SIGTERM handler
5594
5595 2002-11-05 [paul]       0.8.5claws73
5596         
5597         * po/es.po
5598                 updated by Ricardo Mones Lastra
5599
5600 2002-11-05 [melvin]     0.8.5claws72
5601
5602         * src/logwindow.c
5603                 Fixed log-clipping bug #616795.
5604                 To stop logging in the log window use 0 length.
5605         * src/prefs_common.c
5606                 Added a label to inform about the 0 log length behaviour.
5607
5608 2002-11-05 [paul]       0.8.5claws71
5609
5610         * sync with 0.8.5cvs17
5611                 see ChangeLog 2002-11-05
5612
5613 2002-11-04 [paul]       0.8.5claws70
5614
5615         * sylpheed-128x128.png
5616           sylpheed-64x64.png
5617           sylpheed.png
5618                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
5619                 <nikai@users.sourceforge.net>
5620                 
5621         * po/bg.po
5622                 updated by George Danchev
5623
5624 2002-11-03 [thorsten]   0.8.5claws69
5625
5626         * src/main.c
5627           src/mimeview.c
5628           src/rfc2015.h
5629                 add check if gpg is active
5630
5631 2002-11-03 [thorsten]   0.8.5claws68
5632
5633         * src/toolbar.h
5634                 removed GSList declaration causing trouble on MacOS-X
5635                 (submitted by alfons, reported by xfesty)
5636
5637 2002-11-01 [paul]       0.8.5claws67
5638
5639         * src/mainwindow.c
5640                 remove last remnants of main's filter code
5641
5642 2002-11-01 [paul]       0.8.5claws66
5643
5644         * tools/filter_conv.pl
5645                 fix bug where user-defined headers were ignored
5646
5647 2002-11-01 [paul]       0.8.5claws65
5648
5649         * src/logwindow.c
5650                 make a debug_print() not translatable
5651
5652 2002-10-31 [melvin]     0.8.5claws64
5653
5654         * ac/aspell.m4
5655                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
5656                 not run any GNU/aspell test.  The dictionary path will
5657                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
5658                 was given, in which case, it will be $prefix/lib/aspell/
5659         * configure.in
5660                 Fixed typo in commentary (Aspell code).
5661
5662 2002-10-31 [paul]       0.8.5claws63
5663
5664         * po/POTFILES.in
5665                 remove src/filter.c and src/prefs_filter.c
5666                 thanks to Ricardo for reminding me
5667
5668 2002-10-31 [colin]      0.8.5claws62
5669
5670         * src/mbox_folder.c
5671                 Plug some leaks
5672
5673 2002-10-31 [paul]       0.8.5claws61
5674
5675         * src/prefs_filter.[ch] ** REMOVED **
5676           src/filter.[ch]       ** REMOVED **
5677           
5678         * src/Makefile.am
5679           src/folderview.c
5680           src/inc.c
5681           src/main.c
5682           src/mainwindow.c
5683           src/mbox.c
5684           src/prefs_common.c
5685           src/prefs_filtering.c
5686           src/summaryview.[ch]
5687                 remove main's 'filter' code
5688                 
5689         README.claws
5690                 update to reflect removal of main's filter
5691
5692 2002-10-31 [paul]       0.8.5claws60
5693
5694         * src/summaryview.c
5695                 remove check for global_processing in summary_filter_open(). 
5696                 This fixes the bug where if the user uses the right-click 
5697                 'Create filter rule...' and doesn't have any filter rules 
5698                 already defined in claws' advanced filtering, the newly 
5699                 created filter rule goes to main's filtering which is 
5700                 inaccessible through the gui. Now the filter rule gets added
5701                 to claws' filtering by default.
5702
5703 2002-10-28 [melvin]     0.8.5claws59
5704
5705         * src/prefs_actions.c
5706                 Fixed bug #627322 where MIME parts were not always
5707                 correctly passed to a %p action
5708                 Display an error dialog when message filename is not found.
5709
5710 2002-10-28 [melvin]     0.8.5claws58
5711
5712         * src/prefs_common.c
5713                 Readded a missing function declaration lost in 0.8.3claws34
5714
5715 2002-10-28 [paul]       0.8.5claws57
5716
5717         * sync with 0.8.5cvs15
5718                 see ChangeLog 2002-10-28 and 2002-10-25
5719                 
5720         Note: ChangeLog entry 2002-10-24 is not sync'ed.
5721
5722 2002-10-27 [oliver]     0.8.5claws56
5723
5724         * src/pop.c
5725                 plug leak in pop3_top_recv
5726
5727 2002-10-26 [christoph]  0.8.5claws55
5728
5729         * src/folder.c
5730                 set need_update folder flag when messages are added
5731                 (closes bug [ 626922 ] folder not updated after receiving)
5732
5733 2002-10-25 [melvin]     0.8.5claws54
5734
5735         * src/imageview.c
5736                 Fixed a memleak introduced in the scaling code.
5737
5738 2002-10-24 [alfons]     0.8.5claws53
5739
5740         * src/filtering.c
5741                 make filtering's forward message action forward from the 
5742                 correct account
5743                 (closes bug [628089 ] Filter -> Forward from address problem
5744                 reported by Oktay)
5745
5746 2002-10-24 [christoph]  0.8.5claws52
5747
5748         * src/mainwindow.c
5749         * src/manual.[ch]
5750                 o use manual of current locale or english if current
5751                   locale is not available (and english is available)
5752                 o also link to sylpheed doc project manuals
5753
5754 2002-10-23 [paul]       0.8.5claws51
5755
5756         * tools/README
5757           tools/kmail2sylpheed_v2.pl
5758                 add new version of kmail addressbook importer script.
5759                 works with newer versions of Kmail/KAddressBook which
5760                 have new and rearranged data.
5761
5762 2002-10-23 [martin]     0.8.5claws50
5763
5764         * src/folderview.c
5765         * src/summaryview.c
5766         * src/utils.h
5767         * src/utils.c
5768                 added length parameter to get_abbrev_newsgroup_name()
5769                 changed this function so that it abbreviates the newsgroup
5770                 names only so long it is smaller than the length parameter
5771                 (for better reading of some newsgroup names and space efficiency)
5772
5773 2002-10-22 [colin]      0.8.5claws49
5774
5775         *src/foldersel.c
5776                 Revert Alfons' last modification (after voting ;-))
5777
5778 2002-10-21 [alfons]     0.8.5claws48
5779
5780         * src/foldersel.c
5781                 folder view in folder selection dialog reflects state of
5782                 folder view in main window
5783
5784 2002-10-18 [alfons]     0.8.5claws47
5785
5786         * src/mbox.c
5787                 drop imported messages in folder selected by user,
5788                 and not in the inbox
5789                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
5790
5791 2002-10-18 [alfons]     0.8.5claws46
5792
5793         * src/compose.c
5794                 make automagic reply work correctly for email accounts 
5795                 (whether it's viable to do a full sync with Hiro's 
5796                 compose.c is still under discussion)
5797
5798 2002-10-18 [melvin]     0.8.5claws45
5799
5800         * src/prefs_actions.c
5801                 Fixed bug #622275 where asynchroneous actions left 
5802                 zombies processes
5803                 Made (synchroneous) actions' input be displayed live.
5804
5805 2002-10-18 [christoph]  0.8.5claws44
5806
5807         * src/textview.c
5808                 don't add a newline in the textview in front of the
5809                 first textpart if header display is disabled
5810                 (closes bug [ 603385 ] disabled header display leaves blank
5811                  lin)
5812
5813 2002-10-18 [christoph]  0.8.5claws43
5814
5815         * src/folder.[ch]
5816         * src/imap.c
5817         * src/mbox_folder.c
5818         * src/mh.c
5819         * src/news.c
5820                 folder->get_num_list now returns an error code
5821                 (closes bug [ 609424 ] News cache cleared on failure)
5822                 
5823 2002-10-17 [colin]      0.8.5claws42
5824         
5825         * src/news.c
5826                 Changed a printf by debug_print
5827
5828 2002-10-16 [paul]       
5829
5830         * tools/OOo2sylpheed.pl
5831                 allow for spaces in the name of the
5832                 file to be attached.
5833
5834 2002-10-16 [colin]      0.8.5claws41
5835
5836         * src/main.c
5837                 Use a tristate to change online mode
5838
5839 2002-10-16 [paul]       0.8.5claws40
5840
5841         * po/es.po
5842                 updated by Ricardo Mones Lastra
5843
5844 2002-10-16 [colin]      0.8.5claws39
5845
5846         * src/main.c
5847           src/mainwindow.[ch]
5848                 Added --online and --offline command-line
5849                 switches
5850
5851 2002-10-15 [christoph]  0.8.5claws38
5852
5853         * src/procmime.c
5854                 set mimeinfo->name to NULL after g_free to
5855                 avoid double freeing with g_free
5856
5857 2002-10-14 [christoph]  0.8.5claws37
5858
5859         * src/compose.c
5860         * src/filtering.c
5861         * src/summaryview.c
5862                 remove calls to folder->change_flags that are now
5863                 done by procmsg flag functions (seems it is not
5864                 used by any foldertype anyway)
5865         * src/folder.c
5866                 init folder->change_flags with NULL
5867
5868 2002-10-14 [christoph]  0.8.5claws36
5869
5870         * src/folder.[ch]
5871         * src/imap.[ch]
5872                 use virtual functions for folder item new and destroy
5873                 functions
5874
5875 2002-10-14 [melvin]     0.8.5claws35
5876
5877         * src/compose.c
5878                 Added a test to not run the spell checker if no default
5879                 dictionary is available. No dialog is displayed though.
5880
5881 2002-10-14 [melvin]     0.8.5claws34
5882
5883         * src/gtkaspell.c
5884                 Fixed bug in dictionary list context menu where
5885                 "More..." pointed to an emtpy submenu if the
5886                 number of dictionaries is a multiple of 15
5887                 Removed unneeded code in suggestions list creation
5888
5889 2002-10-14 [paul]       0.8.5claws33
5890
5891         * po/bg.po
5892                 updated by George Danchev
5893
5894 2002-10-13 [hoa]        0.8.5claws32
5895
5896         * src/matcher.[ch]
5897           src/matcher_parser_parser.y
5898                 removed the escaped string from internal structure
5899                 of matcher.
5900
5901 2002-10-12 [colin]      0.8.5claws31
5902
5903         * src/gtksctree.[ch]
5904           src/summaryview.c
5905                 Removed useless function gtksctree_reanchor
5906
5907 2002-10-12 [alfons]     0.8.5claws30
5908         
5909         * sync with remaining main changes 2002-10-09 - 2002-10-11
5910         - drop changes to src/compose.c (requires claws specific changes)
5911         
5912 2002-10-12 [alfons]     0.8.5claws29
5913         
5914         * sync with main changes of 2002-10-08
5915         - drop changes to src/compose.c (requires claws specific changes)
5916         - drop changes to src/summaryview.c (requires changes to compose.c)     
5917
5918 2002-10-12 [alfons]     0.8.5claws28
5919         
5920         * sync with main changes of 2002-10-07
5921
5922 2002-10-12 [alfons]     0.8.5claws27
5923
5924         * sync with main changes of 2002-10-04
5925         - drop changes to src/compose.c (requires claws specific changes)
5926         - drop changes to src/prefs_folder_item.c (claws implementation
5927           seems to be working)
5928
5929 2002-10-12 [colin]      0.8.5claws26
5930
5931         * src/mainwindow.c
5932                 Fix folder-flicker when space-reading, introduced 
5933                 in claws22.
5934
5935 2002-10-12 [colin]      0.8.5claws25
5936
5937         * src/compose.c
5938                 Save account address when saving as draft.
5939                 (closes bug 621838)
5940
5941 2002-10-12 [colin]      0.8.5claws24
5942
5943         * src/summaryview.c
5944                 Fix the problem consisting of no message selected
5945                 after the last message in a folder has been moved.
5946
5947 2002-10-12 [paul]       0.8.5claws23
5948
5949         * src/compose.c
5950           src/prefs_template.c
5951           src/template.[ch]
5952                 add Cc and Bcc to templates. Patch submitted by
5953                 John L. Males.
5954
5955 2002-10-12 [colin]      0.8.5claws22
5956
5957         * src/folderview.c
5958                 Fix a bug after "Check for new messages":
5959                 If a folder was opened, it was still selected at
5960                 the end of the check, but displayed empty.
5961         * src/mainwindow.c
5962                 Remove unnecessary check
5963
5964 2002-10-12 [paul]
5965
5966         * tools/README
5967                 be more verbose in the description of
5968                 OOo2sylpheed.pl
5969                 
5970
5971 2002-10-11 [colin]      0.8.5claws21
5972
5973         * src/mainwindow.c
5974                 Make space work (better) when no mail is selected
5975
5976 2002-10-11 [colin]      0.8.5claws20
5977
5978         * src/inc.c
5979           src/news.c
5980                 fix warnings
5981
5982 2002-10-11 [colin]      0.8.5claws19
5983
5984         * src/mainwindow.c
5985                 revert 0.8.5claws6 changes as i couldn't get to
5986                 anything satisfying
5987
5988 2002-10-11 [melvin]     0.8.5claws18
5989
5990         * src/compose.c
5991                 Removed buggy and unused macro (should have been committed in
5992                 0.8.5claws17)
5993
5994 2002-10-11 [melvin]     0.8.5claws17
5995
5996         * src/compose.c
5997                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
5998
5999 2002-10-11 [thorsten]   0.8.5claws16 
6000
6001         * src/folderview.c
6002                 remove rescan warning
6003
6004 2002-10-11 [colin]      0.8.5claws15 
6005
6006         * src/procheader.c
6007                 fix a segfault that happens if conv_unmime_header
6008                 fails (should be better to find out why it fails)
6009
6010 2002-10-11 [christoph]  0.8.5claws14
6011
6012         * src/summaryview.c
6013                 update folderview stats after ignore/unignore thread
6014
6015 2002-10-11 [hoa]        0.8.5claws13
6016
6017         * src/quote_fmt_parse.y
6018                 Fixed a yacc/bison syntax error
6019         * src/matcher.c
6020                 Escaping of string is fixed.
6021
6022 2002-10-11 [colin]      0.8.5claws12
6023
6024         * src/imageview.c
6025                 Resize images to fit
6026
6027 2002-10-11 [paul]       0.8.5claws11
6028
6029         * po/es.po
6030                 updated by Ricardo Mones Lastra
6031
6032 2002-10-10 [alfons]     0.8.5claws10
6033
6034         * src/compose.c
6035                 allow dropping files by "moving" files from a file manager,
6036                 not only by the more cumbersome "copying". the latter 
6037                 mostly implies holding down the Control button
6038
6039 2002-10-10 [christoph]  0.8.5claws9
6040
6041         * src/summaryview.c
6042                 update folders after thread building for ignored threads
6043
6044 2002-10-10 [christoph]  0.8.5claws8
6045
6046         * config/.cvsignore
6047                 added Makefile
6048         * src/filtering.[ch]
6049         * src/folder.[ch]
6050         * src/folderview.[ch]
6051         * src/import.c
6052         * src/inc.[ch]
6053         * src/mbox.[ch]
6054         * src/procmsg.c
6055         * src/summaryview.[ch]
6056                 o added new flag need_update to FolderItem
6057                 o removed folder_table from various functions from tracking
6058                   folder updates
6059                 o set need_update flags in folder.c's move, copy and delete
6060                   functions and procmsg's flags functions
6061                 o added function folderview_update_items_when_required that
6062                   updates all folders with need_update set
6063                 o call folderview_update_items_when_required instead of
6064                   folderview_update_item_foreach
6065
6066 2002-10-09 [sergey]     0.8.5claws7
6067
6068         * src/compose.c
6069                 Strip CRs whel loading the text into editor in reedit mode.
6070
6071 2002-10-09 [colin]      0.8.5claws6
6072
6073         * src/mainwindow.c
6074                 Make Space work when no mail is selected
6075
6076 2002-10-09 [colin]      0.8.5claws5
6077
6078         * src/gtksctree.[ch]
6079                 Fix range_select
6080                 Add gtk_sctree_reanchor() 
6081         * src/summaryview.c
6082                 Use gtk_sctree_reanchor() - better fix for 
6083                 bug 60413
6084
6085 2002-10-09 [colin]      0.8.5claws4
6086
6087         * src/summaryview.c
6088                 Fix shift-click select after delete problem
6089                 (closes bug 60413)
6090
6091 2002-10-08 [thorsten]   0.8.5claws3
6092
6093         * src/summaryview.c
6094                 exclude current msg from -hide read messages-
6095
6096 2002-10-08 [colin]      0.8.5claws2
6097
6098         * src/inc.[ch]
6099           src/pop.c
6100           src/recv.c
6101                 Differentiate socket errors from disk full
6102                 errors
6103
6104 2002-10-08 [christoph]  0.8.5claws1
6105
6106         * Makefile.am
6107         * configure.in
6108                 modifications for new config directory
6109
6110         * config.guess  ** REMOVED **
6111         * config.sub    ** REMOVED **
6112         * install-sh    ** REMOVED **
6113         * ltmain.sh     ** REMOVED **
6114         * missing       ** REMOVED **
6115         * mkinstalldirs ** REMOVED **
6116                 these files are autogenerated by automake
6117                 when you run autogen.sh
6118
6119         * config/.cvsignore     ** NEW FILE **
6120         * config/Makefile.am    ** NEW FILE **
6121                 ignore autogenerated files
6122                 create a Makefile in this directory
6123
6124 2002-10-08 [paul]       0.8.5claws
6125
6126         * 0.8.5claws release
6127         
6128         * src/compose.c
6129           src/procheader.c
6130           src/procmsg.c
6131                 fix quote reply format for newsgroups reply bug
6132                 (thanks to Hoa)
6133                 
6134         * po/en_GB.po
6135           po/pl.po
6136                 updated by me and Witold Wladyslaw Wojciech Wilk
6137                 repectively
6138
6139 2002-10-07 [paul]       0.8.3claws53
6140
6141         * po/it.po
6142           po/pt_BR.po
6143           po/sr.po
6144                 updated messages catalogs, submitted by
6145                 Alessandro Maestri, Fabio Jr.Beneditto 
6146                 and Urke MMI, respectively.
6147
6148 2002-10-07 [christoph]  0.8.3claws52
6149
6150         * src/folder.[ch]
6151         * src/folderview.c
6152         * src/mainwindow.c
6153                 fix new folder ghost message bug
6154                 (closes bug [ 619722 ] wrong count for newly created folders)
6155
6156 2002-10-07 [christoph]  0.8.3claws51
6157
6158         * src/compose.c
6159                 fix news posting problem
6160
6161 2002-10-07 [melvin]     0.8.3claws50
6162
6163         * po/fr.po
6164                 Updated French translation
6165
6166 2002-10-05 [christoph]  0.8.3claws49
6167
6168         * src/gtkstext.c
6169                 check if line_start_cache is set in gtk_stext_update_text
6170                 (closes bug [ 618119 ] crash while doing search in folder)
6171
6172 2002-10-05 [christoph]  0.8.3claws48
6173
6174         * src/imap.c
6175         * src/news.c
6176         * src/utils.c
6177         * src/utils.h
6178                 implement cache cleanups for claws' folder system
6179                 (closes bug [ 595916 ] imapcache not cleaned up)
6180
6181 2002-10-05 [melvin]     0.8.3claws47
6182
6183         * src/prefs_actions.c
6184                 Made the help text more clear for the %p token
6185
6186 2002-10-04 [paul]       0.8.3claws46
6187
6188         * sync with 0.8.5
6189                 see ChangeLog 2002-10-02 and 2002-10-03
6190
6191 2002-10-04 [christoph]  0.8.3claws45
6192
6193         * src/inc.c
6194                 fix segfault caused by pop before smtp
6195                 call to inc_account_mail with NULL
6196                 pointer for mainwin
6197
6198 2002-10-04 [paul]       0.8.3claws44
6199
6200         * configure.in
6201                 sync the LDAP detection from 0.8.5cvs1
6202
6203 2002-10-02 [christoph]  0.8.3claws43
6204
6205         * po/de.po
6206                 fix small spelling error
6207
6208 2002-10-02 [melvin]     0.8.3claws42
6209
6210         * ac/aspell.m4
6211                 Behave better and say "no" when test program cannot be run.
6212
6213 2002-10-02 [paul]       0.8.3claws41
6214
6215         * sync with 0.8.4cvs1
6216                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
6217                 
6218         * src/summaryview.c
6219                 toggle the behavior of Reply menuitem between
6220                 normal reply and reply-to-list
6221
6222 2002-10-01 [sergey]     0.8.3claws40
6223
6224         * src/compose.c
6225                 Convert newlines in the message text to the canonical form
6226                 before base64 encoding (RFC2045 compliance, fixes some
6227                 interoperability issues with Evolution 1.0.3)
6228
6229 2002-09-29 [colin]      0.8.3claws39
6230
6231         * src/summaryview.c
6232                 Fix an unwanted copy/paste
6233
6234 2002-09-29 [colin]      0.8.3claws38
6235
6236         * src/mainwindow.c
6237                 Renamed "Custom toolbar" to "Customize toolbar"
6238                 Renamed "Show all header" to "Show all headers"
6239                 Renamed "Set diplay item" to "Set displayed items"
6240         * src/prefs_common.c
6241                 Renamed "Show all header" to "Show all headers"
6242         * src/prefs_summary_column.c
6243                 Renamed "diplay item" to "displayed items"
6244
6245 2002-09-29 [colin]      0.8.3claws37
6246
6247         * src/mainwindow.[ch]
6248                 online/offline status pixmaps follow theme
6249                 changes
6250         * src/summaryview.[ch]
6251                 quicksearch pixmap follows theme changes
6252
6253 2002-09-29 [thorsten]   0.8.3claws36
6254
6255         * src/compose.c
6256           src/prefs_folder_item.[ch]
6257                 add default_reply_to folder option (closes patch 581044)
6258
6259 2002-09-29 [christoph]  0.8.3claws35
6260
6261         * acconfig.h    ** REMOVED **
6262         * configure.in
6263         * ac/aspell.m4
6264         * ac/check-type.m4
6265         * ac/gnupg-check-typedef.m4
6266                 fix autoheader 2.50 warning
6267
6268 2002-09-29 [christoph]  0.8.3claws34
6269
6270         * major code cleanup (part 2)
6271         
6272                 - unused variables removed
6273                 - unused functions removed
6274                 - uninitialized variables checked
6275                 - missing return statements added
6276                 - missing function return types added
6277                 - added parentheses around assignment
6278                   when suggested by gcc
6279
6280 2002-09-29 [alfons]     0.8.3claws33
6281
6282         * src/logwindow.c
6283                 log_window_clear(): only bracket gtk_text_forward_delete() 
6284                 with gtk_text_freeze() / gtk_text_thaw() (see if this
6285                 works around GTK text bug)
6286
6287 2002-09-29 [paul]       0.8.3claws32
6288
6289         * po/bg.po
6290           po/sr.po
6291                 updated by George Danchev and Urke MMI
6292                 respectively
6293
6294 2002-09-27 [christoph]  0.8.3claws31
6295
6296         * doc-src/readme.txt
6297         * doc-src/rfc1806.txt   ** REMOVED **
6298         * doc-src/rfc2183.txt   ** NEW FILE **
6299         * doc-src/rfc2980.txt   ** NEW FILE **
6300                 update rfcs
6301
6302 2002-09-27 [melvin]     0.8.3claws30
6303
6304         * ac/aspell.m4
6305                 Fixed typo which could break linking
6306
6307 2002-09-27 [melvin]     0.8.3claws29
6308
6309         * ac/aspell.m4
6310                 Improved GNU/aspell checking. 
6311                 Fixed bug #614490
6312
6313 2002-09-27 [paul]       0.8.3claws28
6314
6315         * sync with 0.8.3cvs8
6316                 see ChangeLog 2002-09-27
6317
6318 2002-09-26 [colin]      0.8.3claws27
6319
6320         * src/toolbar.[ch]
6321           src/mainwindow.[ch]
6322                 Add "Reply to Mailing-list" to the toolbar
6323
6324 2002-09-26 [christoph]  0.8.3claws26
6325
6326         * src/summaryview.c
6327                 Fix wrong message counts in summaryview status
6328
6329 2002-09-26 [paul]       0.8.3claws25
6330
6331         * sync with 0.8.3cvs7
6332                 see ChangeLog 2002-09-26
6333
6334 2002-09-26 [paul]       0.8.3claws24
6335
6336         * sync with 0.8.3cvs6
6337                 see ChangeLog 2002-09-25
6338
6339 2002-09-25 [christoph]  0.8.3claws23
6340
6341         * src/prefs_common.c
6342         * src/prefs_folder_item.c
6343         * src/prefs_scoring.c
6344                 Renamed "kill score" to "hide score" in GUI
6345                 and prefs files
6346
6347 2002-09-25 [paul]       0.8.3claws22
6348
6349         * sync with 0.8.3cvs5
6350                 see ChangeLog 2002-09-24
6351
6352 2002-09-24 [alfons]     0.8.3claws21
6353
6354         patch by Satoshi Nagayasu: allows appending / saving multiple 
6355         selected files (closes "[ 612279 ] save multiple mesg(s) in 
6356         'Save as ...'")
6357
6358         * AUTHORS
6359                 add Satoshi Nagayasu
6360         * src/summaryview.c
6361                 summary_save_as(): allow saving selected files to
6362                 one file
6363                 summary_set_menu_sensitive: enable "Save As..." when
6364                 multiple files are selected
6365         * src/utils.[ch]
6366                 append_file(): new function
6367
6368 2002-09-24 [colin]      0.8.3claws20
6369
6370         * src/procmime.c
6371                 Fix segfault when mimeinfo doesn't have a 
6372                 content_type. 
6373
6374 2002-09-24 [colin]      0.8.3claws19
6375
6376         * src/prefs_common.[ch]
6377                 Add a preference to display send dialog or not
6378         * src/send.c
6379                 Display send dialog according to preference
6380
6381 2002-09-24 [colin]      0.8.3claws18
6382
6383         * src/compose.[ch]
6384                 Disable user actions when sending
6385
6386 2002-09-24 [colin]      0.8.3claws17
6387
6388         * src/procmime.c
6389                 Do not display name or filename for attachments
6390                 with an application/pgp-signature type
6391                 (security flaw, see bug 537413)
6392
6393 2002-09-23 [colin]      0.8.3claws16
6394
6395         * src/editaddress.c
6396                 Initialize entry_email, entry_alias and 
6397                 entry_remarks to first email address of the list
6398
6399 2002-09-23 [colin]      0.83claws15
6400
6401         * src/compose.c
6402                 Drop pgp-signature when reediting a signed queued
6403                 message
6404
6405 2002-09-23 [melvin]     0.8.3claws14
6406
6407         * po/fr.po
6408                 Updated French translation
6409
6410 2002-09-23 [melvin]     0.8.3claws13
6411
6412         * src/mainwindow.c
6413                 Made custom toolbar menu labels more consistent
6414         * src/prefs_toolbar.c
6415                 Made custom toolbar window title more consistent
6416
6417 2002-09-22 [colin]      0.8.3claws12
6418
6419         * src/inc.c
6420                 Initialize session type to normal before getting 
6421                 mail (fixes strange Get behaviour)
6422         * src/prefs_account.h
6423                 Move STYPE_POP_BEFORE_SMTP to last position to 
6424                 avoid other side-effects
6425
6426 2002-09-22 [colin]      0.8.3claws11
6427
6428         * src/prefs_account.c
6429                 Fix pop_bfr_smtp_tm_entry sensivity when switching
6430                 from pop3 to apop or vice-versa
6431
6432 2002-09-22 [colin]      0.8.3claws10
6433         
6434         * src/prefs_account.[ch]
6435                 Add an option for the POP before SMTP timeout
6436         * src/inc.c
6437                 Remember time of last POP connection
6438         * src/send.c
6439                 Do POP before SMTP only if timeout reached
6440
6441 2002-09-22 [oliver]     0.8.3claws9
6442         
6443         * README.claws
6444                 explain custom toolbar
6445
6446 2002-09-22 [oliver]     0.8.3claws8
6447
6448         * src/prefs_actions.[ch]
6449         custom toolbar for compose      
6450                 actions callback from compose toolbar
6451         * src/folderview.c
6452                 remove include toolbar.h
6453
6454 2002-09-22 [oliver]     0.8.3claws7
6455         
6456         * src/prefs_toolbar.[ch]
6457                 custom toolbar for compose
6458                 - generic prefs_toolbar handles both
6459                   Mainwin's toolbar as well as Compose toolbar          
6460
6461 2002-09-22 [oliver]     0.8.3claws6
6462         
6463         * src/toolbar.[ch]
6464                 custom toolbar for compose
6465                 restructure toolbar.[ch]
6466
6467 2002-09-22 [oliver]     0.8.3claws5
6468
6469         * src/compose.[ch]
6470                 custom toolbar for compose
6471
6472 2002-09-22 [oliver]     0.8.3claws4
6473         
6474         * src/mainwindow.[ch]
6475                 custom toolbar for compose 
6476                 move mainwin toolbar back to mainwindow
6477
6478 2002-09-22 [alfons]     0.8.3claws3
6479
6480         * src/procmsg.c
6481                 :%sno/if(/if (/gc
6482                 :%sno/for(/for (/gc
6483                 (beautify)
6484
6485 2002-09-22 [alfons]     0.8.3claws2
6486         
6487         * src/procmsg.c
6488                 procmsg_save_to_outbox(): don't unlink message file from queue;
6489                 callers should do it using folder_item_remove_msg()
6490
6491 2002-09-22 [colin]      0.8.3claws1
6492
6493         * src/mimeview.[ch]
6494                 Made mimeview_check_signature() public
6495         * src/textview.c
6496                 Made GPG signatures verifiable by clicking
6497                 the [application/pgp-signature] in the Text
6498                 view
6499
6500 2002-09-22 [paul]       0.8.3claws
6501
6502         * po/bg.po
6503           po/en_GB.po
6504           po/es.po
6505           po/it.po
6506           po/pl.po
6507           po/pt_BR.po
6508           po/sr.po
6509                 updated translations, submitted by George Danchev,
6510                 me, Ricardo Mones Lastra, Alessandro Maestri,
6511                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
6512                 and Urke MMI, respectively.     
6513
6514 2002-09-22 [alfons]     0.8.2claws65
6515
6516         * src/procmsg.c
6517         * src/pgptext.c
6518                 no furry valgrinds have been used to plug these memleaks
6519
6520 2002-09-20 [paul]       0.8.2claws64
6521
6522         * sync with 0.8.3cvs4
6523                 'Select thread' re-implemented 
6524                 see ChangeLog 2002-09-20
6525
6526 2002-09-21 [alfons]     0.8.2claws63
6527
6528         * src/compose.c
6529                 compose_send(): plug unnoticed memleak
6530
6531 2002-09-20 [alfons]     0.8.2claws62
6532
6533         * src/addr_compl.c
6534                 replace_address_in_edit(): strict check for NULL address to
6535                 fix "[ 607348 ] Segfault in address completion". My guess is
6536                 that this happens with an empty address book, but it's good
6537                 to have this check here anyway
6538                 
6539                 completion_window_button_press(): free string returned 
6540                 from the internal cache
6541
6542 2002-09-20 [christoph]  0.8.2claws61
6543
6544         * src/procmime.h
6545                 added ENC_BINARY to EncodingType
6546         * src/procmime.c
6547                 the string returned by procmime_get_encoding_str
6548                 should not depend on the order of values in the
6549                 EncodingType definition
6550         * doc-src/rfc1806.txt   ** NEW FILE **
6551                 Added rfc1806 about MIME Content-Disposition
6552                 Extension
6553
6554 2002-09-19 [paul]       0.8.2claws60
6555
6556         * sync with 0.8.2cvs3
6557                 see ChangeLog 2002-09-19
6558
6559 2002-09-19 [paul]       0.8.2claws59
6560
6561         * src/prefs_folder_item.c
6562                 revert to Darko's original alignment of colour
6563                 selector button
6564                 add a colon to folder_color label
6565                 
6566         * src/compose.c
6567                 add Colin's patch (with Hiro's modifications) to 
6568                 force BASE64 encoding for 8-bit text when signing
6569                 (sync with 0.8.3cvs2)
6570
6571 2002-09-18 [alfons]     0.8.2claws58
6572
6573         * src/compose.c
6574                 :%sno/if(/if (/gc
6575                 :%sno/for(/for (/gc
6576                 (beautify a little bit)
6577
6578 2002-09-18 [christoph]  0.8.2claws57
6579
6580         * src/pine.c
6581                 fix handling of fgetc return value
6582
6583 2002-09-17 [alfons]     0.8.2claws56
6584         
6585         * src/summaryview.c
6586                 summary_sort(): check non-NULL summaryview->folder_item when no 
6587                 folder is selected at all
6588                 (closes "[ 610344 ] sort label make syl Crash")
6589
6590 2002-09-17 [alfons]     0.8.2claws55
6591         
6592         * src/compose.c
6593                 beautify a little bit
6594
6595 2002-09-17 [christoph]  0.8.2claws54
6596
6597         * src/folder.c
6598                 initialize max values for cache and folder
6599                 when cache or folder is empty
6600
6601 2002-09-15 [colin]      0.8.2claws53
6602
6603         * src/compose.c
6604                 Fix a leak (thanks Alfons!) and cleaned
6605                 variables names for custom headers
6606
6607 2002-09-15 [colin]      0.8.2claws52
6608
6609         * src/compose.c
6610                 Fix custom headers recognition when
6611                 prefs_common.trans_hdr is on
6612
6613 2002-09-15 [colin]      0.8.2claws51
6614
6615         * src/compose.c
6616                 Allow dynamically-added custom headers
6617                 Yet not reparsed if reedited
6618
6619 2002-09-15 [alfons]     0.8.2claws50
6620
6621         * src/prefs_account.c
6622                 fix warnings
6623
6624 2002-09-15 [colin]      0.8.2claws49
6625         
6626         * src/prefs_account.c
6627                 fix pop_before_smtp sensitivity
6628
6629 2002-09-15 [colin]      0.8.2claws48
6630
6631         * src/inc.[ch]
6632                 add inc_pop_before_smtp()
6633                 allow MainWindow to be undefined in 
6634                 inc_account_mail() and inc_start()
6635         * src/pop.c
6636           src/prefs_account.h
6637                 add STYPE_POP_BEFORE_SMTP session type
6638         * src/prefs_account.c
6639                 activated pop before smtp option
6640         * src/send.c
6641                 do pop before smtp if the relevant option 
6642                 is set
6643
6644 2002-09-15 [paul]       0.8.2claws47
6645
6646         * sync with 0.8.3
6647                 see ChangeLog 2002-09-15
6648
6649 2002-09-14 [paul]       0.8.2claws46
6650
6651         * po/bg.po
6652                 updated Bulgarian translation, submitted by
6653                 George Danchev
6654
6655 2002-09-13 [paul]       0.8.2claws45
6656
6657         * src/compose.c
6658                 merge claws' select_account() with main's
6659                 (new) compose_select_account(). [sync with
6660                 0.8.2cvs15, see ChangeLog 2002-09-11]
6661
6662 2002-09-12 [christoph]  0.8.2claws44
6663
6664         * src/filter.c
6665                 allocate 1 elements of FolderItem not 0
6666
6667 2002-09-12 [colin]      0.8.2claws43
6668
6669         * src/compose.c
6670                 Fix bug #590825 (obey Follow-up: poster)
6671
6672 2002-09-12 [colin]      0.8.2claws42
6673
6674         * src/procmime.c
6675                 Fix bug #557009 (wrong headers for messages 
6676                 forwarded as attachments)
6677
6678 2002-09-11 [colin]      0.8.2claws41
6679         
6680         * src/compose.c
6681                 Put SCF: pseudo-header on top of message
6682                 Set draft tmp_flag when saved as draft
6683
6684         * src/procmsg.c
6685           src/procheader.c
6686                 Skip after first \n\n for beginning of real message
6687                 for drafts too
6688
6689 2002-09-11 [christoph]  0.8.2claws40
6690
6691         * src/filtering.c
6692                 use procmsg flag functions in filtering or processing
6693                 will cause incorrect folder message counts
6694
6695 2002-09-11 [colin]      0.8.2claws39
6696
6697         * src/compose.c
6698                 Fix bug #550175 - wrong save folder when reediting
6699                 drafts
6700
6701 2002-09-11 [paul]       0.8.2claws38
6702
6703         * sync with 0.8.2cvs14
6704                 see ChangeLog 2002-09-11
6705
6706 2002-09-11 [colin]      0.8.2claws37
6707
6708         * src/folder.c
6709                 Fix a typo (seeming to cause new/unread status to
6710                 be lost)
6711
6712 2002-09-10 [christoph]  0.8.2claws36
6713
6714         * src/compose.c
6715                 compose_redirect should not use compose_generic_new
6716                 because that does more stuff than expected including
6717                 opening the external editor
6718                 (closes bug "[ 526608 ] bounced messages appear blank
6719                  in editor")
6720
6721 2002-09-10 [christoph]  0.8.2claws35
6722
6723         * src/folder.c
6724                 fix problem with too large message number range
6725                 causing a crash in folder_item_scan
6726
6727 2002-09-10 [paul]       0.8.2claws34
6728
6729         * sync with 0.8.2cvs13
6730                 see ChangeLog 2002-09-10
6731
6732 2002-09-10 [christoph]  0.8.2claws33
6733
6734         * src/msgcache.c
6735                 set MsgInfo TmpFlags for queue and draft folders
6736                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
6737
6738 2002-09-10 [paul]       0.8.2claws32
6739
6740         * AUTHORS
6741           po/bg.po      ** NEW FILE **
6742                 new Bulgarian translation submitted by
6743                 George Danchev <danchev@spnet.net>
6744                 
6745         * tools/Makefile.am
6746           tools/README
6747           tools/tb2sylpheed     ** NEW FILE **
6748                 add script that converts an addressbook exported
6749                 from The Bat! into a Sylpheed addressbook. Submitted
6750                 by Urke MMI <urke-kg@eunet.yu>
6751
6752 2002-09-10 [paul]       0.8.2claws31
6753
6754         * sync with 0.8.2cvs12
6755                 see ChangeLog 2002-09-10
6756
6757 2002-09-06 [paul]       0.8.2claws30
6758
6759         * src/prefs_common.c
6760                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
6761                 
6762         * tools/Makefile.am
6763           tools/README
6764           tools/ldif-to-xml.py  ** REMOVED **
6765                 remove obsolete python script
6766
6767 2002-09-06 [paul]       0.8.2claws29
6768
6769         * sync with 0.8.2cvs10
6770                 see ChangeLog 2002-09-06
6771
6772 2002-09-04 [paul]       0.8.2claws28
6773
6774         * sync with 0.8.2cvs9
6775                 see ChangeLog 2002-08-04
6776
6777 2002-09-04 [colin]      0.8.2claws27 
6778
6779         * src/prefs_common.[ch]
6780                 Added signature color configuration
6781         * src/textview.c
6782                 Use user-specified signature color
6783
6784 2002-09-03 [colin]      0.8.2claws26
6785
6786         * src/prefs_common.[ch]
6787                 Added autosave and autosave_length prefs
6788         * src/compose.c
6789                 Added compose_remove_draft()
6790                 Auto-save drafts according to the prefs
6791         * src/main.c
6792                 Added a crash-indicator file, allowing to check
6793                 for new messages on startup if Sylpheed crashed
6794                 (makes saved drafts "reappear")
6795
6796 2002-09-03 [colin]      0.8.2claws25
6797
6798         * src/textview.[ch]
6799                 Grey the signature
6800
6801 2002-09-03 [paul]       0.8.2claws24
6802
6803         * sync with 0.8.2cvs8
6804                 see ChangeLog 2002-09-02 and 2002-09-03
6805
6806 2002-09-03 [darko]      0.8.2claws23
6807
6808         * src/folderview.c
6809                 use normal style when creating new folder to pick
6810                 proper font size 
6811
6812 2002-09-02 [melvin]     0.8.2claws22
6813
6814         * src/gtkaspell.m4
6815                 removed some obsolete code
6816
6817 2002-09-02 [melvin]     0.8.2claws21
6818
6819         * ac/aspell.m4
6820                 fixed test's equality sign (== to =)
6821
6822 2002-09-02 [alfons]     0.8.2claws20
6823
6824         * src/folder.c
6825         * src/mh.c
6826                 revert change of 0.8.2claws16 and use the mh_folder_destroy
6827                 as folder->destroy virtual as suggested by Hiro
6828                 (the mh.c code seems to have been lost around mh.c.1.21)
6829
6830 2002-09-02 [paul]       0.8.2claws19
6831
6832         * po/pt_BR.po
6833                 updated by Fabio Jr. Beneditto
6834                 
6835         * src/defs.h
6836                 use 'http://claws.sylpheed.org' for homepage link. 
6837                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
6838
6839 2002-09-01 [alfons]     0.8.2claws18
6840
6841         * src/mh.c
6842                 plug memleak related to one Martin Kluge found
6843
6844 2002-08-31 [paul]       0.8.2claws17
6845
6846         * sync with 0.8.2cvs6
6847                 see ChangeLog 2002-08-30
6848
6849 2002-08-31 [alfons]     0.8.2claws16
6850
6851         * src/folder.c
6852                 folder_destroy(): remove mailbox from folderlist even if it has
6853                 no destroy virtual
6854
6855 2002-08-31 [alfons]     0.8.2claws15
6856
6857         * src/folder.c
6858                 :%sno/if(/if (/gc
6859                 :%sno/for(/for (/gc
6860                 (being pedantic I know)
6861
6862 2002-08-31 [alfons]     0.8.2claws14
6863
6864         * src/folder.c
6865                 check for NULL pointers returned from folder->fetch_msginfo virtual
6866                 (should solve some reported crashes)
6867
6868 2002-08-30 [alfons]     0.8.2claws13
6869
6870         * acconfig.h
6871         * configure.in
6872         * src/crash.c
6873                 enable crash dialog on compilation time
6874                 (--enable-crash-dialog configure option)
6875
6876 2002-08-30 [alfons]     0.8.2claws12
6877
6878         * AUTHORS
6879                 add Martin Kluge
6880         * src/mh.c
6881                 apply memory leak plug patch by Martin Kluge
6882                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6883                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6884                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6885
6886 2002-08-30 [darko]      0.8.2claws11
6887
6888         * src/folderview.c
6889                 copy Gtk style from normal style to match
6890                 font size for coloured folders
6891
6892 2002-08-29 [alfons]     0.8.2claws10
6893
6894         * sylpheed.desktop
6895                 Type=Internet <- Type=Application
6896                 (reported by Michael Schwendt, see:
6897                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6898                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6899
6900 2002-08-29 [paul]       0.8.2claws9
6901
6902         * sync with 0.8.2cvs5
6903                 see ChangeLog 2002-08-29
6904
6905 2002-08-29 [colin]      0.8.2claws8
6906
6907         * src/summaryview.c
6908                 Added a sanity check in summary_select_thread
6909                 Should fix bug 601605
6910
6911 2002-08-29 [colin]      0.8.2claws7
6912
6913         * src/main.c
6914                 Revert claws6 changes regarding bug #591676
6915
6916 2002-08-28 [colin]      0.8.2claws6
6917         
6918         * src/main.c
6919                 Ignore cache for queue folderitems
6920                 Fix bug #591676
6921
6922 2002-08-28 [melvin]     0.8.2claws5
6923
6924         * README.claws
6925                 Fixed typos.
6926
6927 2002-08-28 [melvin]     0.8.2claws4
6928
6929         * README.claws
6930                 Updated a bit the text concerning the spell checker
6931
6932 2002-08-28 [melvin]     0.8.2claws3
6933
6934         Merged the GNU_aspell_branch:
6935                 Support of new GNU/aspell is now included and the old pspell
6936                 is not supported anymore.
6937                 See README.claws
6938
6939         * README.claws
6940                 Updated spell checker text to reflect the switch to GNU/aspell
6941
6942         * ac/aspell.m4          *** NEW ***
6943         * src/gtkaspell.[ch]    *** NEW *** 
6944         * ac/pspell.m4          *** DELETED *** 
6945         * src/gtkspell.[ch]     *** DELETED ***
6946
6947         * ac/Makefile.am
6948                 Updated for GNU/aspell support
6949
6950         * po/POTFILES.in
6951                 Replaced gtkspell.c by gtkaspell.c
6952
6953         * acconfig.h
6954         * src/Makefile.am
6955         * src/about.c
6956         * src/compose.[ch]
6957         * src/crash.c
6958         * src/main.c
6959         * src/prefs_common.[ch]
6960                 Updated for GNU/aspell support
6961
6962 2002-08-28 [paul]       0.8.2claws2
6963
6964         * sync with 0.8.2cvs4
6965                 see ChangeLog 2002-08-27 and 2002-08-28
6966
6967 2002-08-28 [colin]      0.8.2claws1
6968
6969         * src/summary_search.c
6970                 Added "AND search"
6971
6972 2002-08-28 [jens]       0.8.2claws
6973
6974         *po/de.po
6975                 Updated German translations
6976
6977 2002-08-27 [melvin]     0.8.2claws
6978
6979         * po/fr.po
6980                 Updated French translations
6981
6982 2002-08-27 [paul]       0.8.2claws
6983
6984         * sync with 0.8.2 main release
6985
6986         * po/en_GB.po
6987           po/es.po
6988           po/it.po
6989           po/pl.po
6990           po/pt_BR.po
6991           po/sr.po
6992                 updated message catalogs submitted by
6993                 Ricardo Mones Lastra, Alessandro Maestri,
6994                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
6995                 Beneditto and Urke MMI  
6996
6997 2002-08-27 [hoa]        0.8.1claws123
6998
6999         * src/mainwindow.[ch]
7000         * src/summaryview.[ch]
7001                 removed the "filter setting" menu option.
7002                 add a "cancel a news message" menu option.
7003
7004 2002-08-26 [martin]     0.8.1claws122
7005
7006         * ChangeLog.claws
7007                 changed string under 0.8.1claws79 changed by myself
7008                 i'm sorry alfons :(
7009
7010 2002-08-26 [martin]     0.8.1claws121
7011
7012         * src/crash.c
7013                 added kill command to debuggerrc to start crash dialog
7014
7015 2002-08-26 [paul]       0.8.1claws120
7016
7017         * sync with 0.8.1cvs31
7018                 see ChangeLog 2002-08-26
7019
7020 2002-08-25 [alfons]     0.8.1claws119
7021
7022         * src/procmsg.c
7023                 fix bug that didn't send out correct headers to news server
7024                 when sending news article and email from queue (bug reported
7025                 and patch provided by Tim Mann; closes bug 
7026                 "[ 583196 ] 0.7.8claws can't post news")
7027
7028 2002-08-25 [alfons]     0.8.1claws118
7029
7030         * src/selective_download.c
7031                 mark two strings as translatable
7032                 (thanks to Urke MMI for pointing this out)
7033
7034 2002-08-25 [alfons]     0.8.1claws117
7035
7036         * src/summaryview.c
7037                 treat sent boxes as special and allow sorting them by addressee
7038                 (closes "[ 589418 ] Sent folder sorting misbehavior"
7039                 submitted by Steve Lamb)
7040
7041 2002-08-24 [alfons]     0.8.1claws116
7042
7043         * src/matcher.c
7044                 fix memleak reported by Martin Kluge
7045                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
7046
7047 2002-08-24 [oliver]     0.8.1claws115
7048
7049         * src/prefs_toolbar.c
7050                 o code cleanup as suggested by Alfons
7051                 o memleak fix
7052
7053 2002-08-24 [alfons]     0.8.1claws114
7054
7055         * src/summaryview.c
7056                 o fix another memory leak reported by Martin Kluge
7057                   (see "[ 599568 ] Small Memory Leak")
7058                 o remove 'from' variable from 'summary_set_header()'; we can
7059                   do with just 'to' 
7060
7061 2002-08-24 [paul]       0.8.1claws113
7062
7063         * sync with 0.8.1cvs30
7064                 see ChangeLog 2002-08-23
7065
7066 2002-08-24 [alfons]     0.8.1claws112
7067
7068         * src/summaryview.c
7069                 remove unnecessary allocations for search bar fixing leaks
7070                 reported by Martin Kluge
7071                 (see "[ 599451 ] Further memory leaks?")
7072
7073 2002-08-24 [alfons]     0.8.1claws111
7074
7075         * src/main.c
7076                 make get_socket_name() public for crash.c
7077         * src/crash.c
7078                 o make report bug button work (goes to claws' 
7079                   bug tracker at sf.net)
7080                 o introduce function for doing important stuff just
7081                   before claws goes down
7082                 o clean up code 
7083
7084 2002-08-24 [alfons]     0.8.1claws110
7085
7086         * src/compose.c
7087                 move cursor to "To" entry when forwarding as attachment
7088                 (reported and solved by Steve Lamb, closes bug report
7089                 "[ 592880 ] Forward as attachment; cursor not in to")
7090
7091 2002-08-24 [colin]      0.8.1claws109
7092
7093         * src/mainwindow.c
7094                 fix quick search visibility after GUI (de)separations.
7095
7096 2002-08-23 [colin]      0.8.1claws108
7097
7098         * src/mainwindow.c
7099                 fix header pane visibility after folderview or
7100                 messageview (de)separation
7101
7102 2002-08-23 [paul]       0.8.1claws107
7103
7104         * src/mainwindow.[ch]
7105           src/toolbar.c
7106                 give full control of display or non-display 
7107                 of the Execute icon to Custom toolbar settings.
7108                 add new sensitivity condition to maninwindow.h: 
7109                 M_DELAY_EXEC
7110
7111         * ChangeLog
7112           ChangeLog.jp
7113           NEWS
7114                 more sync with 0.8.1cvs29
7115
7116 2002-08-23 [melvin]     0.8.1claws106
7117
7118         * src/alertpanel.c
7119                 Readded support for custom widget in alertpanel lost in last
7120                 sync.
7121
7122 2002-08-23 [paul]       0.8.1claws105
7123
7124         * sync with 0.8.1cvs29
7125                 see ChangeLog 2002-08-23
7126
7127 2002-08-23 [colin]      0.8.1claws104
7128
7129         * src/summaryview.c
7130                 Fix folder and search pixmaps exchanging positions
7131                 after theme or toolbar changes. Thank to Oliver for 
7132                 reporting this.
7133
7134 2002-08-23 [colin]      0.8.1claws103
7135
7136         * src/mainwindow.c
7137           src/messageview.[ch]
7138           src/noticeview.[ch]
7139           src/summaryview.c
7140                 Changed messageview_create() and noticeview_create()
7141                 to avoid the last gdk_warning
7142
7143 2002-08-22 [colin]      0.8.1claws102
7144
7145         * src/summaryview.c
7146                 Fix my new `Creating pixmap from xpm' warning
7147
7148 2002-08-22 [colin]      0.8.1claws101
7149
7150         * src/mainwindow.c
7151                 Fix some of the gdk warnings
7152
7153 2002-08-22 [colin]      0.8.1claws100
7154
7155         * src/Makefile.am
7156         * src/stock_pixmap.c
7157         * src/stock_pixmap.h
7158         * src/pixmaps/quicksearch.xpm *ADDED*
7159                 Add the quicksearch pixmap
7160         * src/mainwindow.c
7161         * src/summaryview.c
7162         * src/summaryview.h
7163                 Make quicksearch bar visible/hidden via a button
7164
7165 2002-08-22 [christoph]  0.8.1claws99
7166
7167         * src/folder.c
7168                 fix folder update for newsgroups with message
7169                 numbers below minimum number of articles to fetch
7170                 (closes bug #598445)
7171
7172 2002-08-22 [paul]       0.8.1claws98
7173
7174         * sync with 0.8.1cvs28
7175                 see ChangeLog 2002-08-22
7176
7177 2002-08-21 [alfons]     0.8.1claws97
7178
7179         * src/crash.c
7180                 use bt instead of bt full which seems to work 
7181                 better, and bt full doesn't give a great deal 
7182                 of information anyway
7183
7184 2002-08-21 [colin]      0.8.1claws96
7185
7186         * src/summaryview.c
7187                 fix summaryview_searchtype_changed prototype
7188
7189 2002-08-21 [christoph]  0.8.1claws95
7190
7191         * src/mainwindow.c
7192                 o fix broken menu update for sorting type, we have to
7193                   get this info from the summaryview now
7194                 o removed setting of threaded state in menu callback
7195         * src/summaryview.[ch]
7196                 more summaryview/folderitem seperation for
7197                 threading option
7198         * configure.in
7199                 removed not required --with-compiler-flags option
7200
7201 2002-08-21 [oliver]     0.8.1claws94
7202         
7203         * src/toolbar.h 
7204                 o rename toolbar.xml to toolbar_main.xml
7205                   since toolbar_compose.xml might come up 
7206                   any time soon
7207         * README.claws
7208                 add custom toolbar              
7209
7210 2002-08-21 [darko]      0.8.1claws93
7211
7212         * src/procmsg.c
7213                 don't reset tmp flags for messages copied
7214                 to sent folder
7215
7216 2002-08-21 [colin]      0.8.1claws92
7217         
7218         * src/prefs_filtering.c
7219                 fix renaming rules on folder rename 
7220                 when folder is not a leaf folder
7221
7222 2002-08-21 [paul]       0.8.1claws91
7223
7224         * src/prefs_folder_item.c
7225                 fix alignment of colour selector
7226
7227 2002-08-21 [paul]       0.8.1claws90
7228
7229         * sync with 0.8.1cvs27
7230                 see ChangeLog 2002-08-21
7231
7232 2002-08-21 [paul]       0.8.1claws89
7233
7234         * src/summaryview.c
7235                 fix crash when changing field type in
7236                 Quick search bar
7237
7238 2002-08-21 [colin]      0.8.1claws88
7239
7240         * src/summaryview.c
7241                 Made quick search case-insensitive
7242
7243 2002-08-21 [paul]       0.8.1claws87
7244
7245         * sync with 0.8.1cvs26
7246                 see ChangeLog 2002-08-21
7247
7248 2002-08-20 [christoph]  0.8.1claws86
7249
7250         * src/folderview.c
7251         * src/main.c
7252         * src/summaryview.[ch]
7253                 more summaryview/folderitem seperation for
7254                 sort_key and sort_type
7255         * src/procmsg.c
7256                 added missing return statement
7257
7258 2002-08-20 [colin]      0.8.1claws85
7259
7260         * src/summaryview.[ch]
7261                 Added a quick search box
7262         * src/mainwindow.c
7263         * src/prefs_common.[ch]
7264                 Added a show/hide option for the quick search
7265
7266 2002-08-20 [oliver]     0.8.1claws84
7267         
7268         * src/mainwindow.c
7269                 remove toolbar_create_popups
7270         * src/toolbar.[ch]
7271                 o remove toolbar_create_popups
7272                 o fix toolbar_set_sensitive 
7273                   (Bug reports #596834 and #596832)     
7274         * src/prefs_toolbar.c
7275                 o add "Set default" button
7276                 o align label and text + combo widgets
7277
7278 2002-08-20 [hoa]        0.8.1claws83bis
7279
7280         * src/imap.c
7281                 fixed a bug in imap_fetch_msginfo() in case there is no
7282                 current folder.
7283
7284 2002-08-20 [darko]      0.8.1claws83
7285
7286         * src/folderview.c
7287                 copy the color style of folder view so it
7288                 works with GTK themes
7289
7290 2002-08-20 [darko]      0.8.1claws82
7291
7292         * src/folder.h
7293         * src/folderview.c
7294         * src/prefs_folder_item.[hc]
7295                 don't use UI stuff in folder.h
7296
7297 2002-08-20 [darko]      0.8.1claws81
7298
7299         * src/folder.h
7300         * src/prefs_folder_item.h
7301         * src/folderview.c
7302         * src/prefs_folder_item.c
7303                 ability to set folder color in folderview
7304
7305 2002-08-19 [alfons]     0.8.1claws80
7306
7307         * src/summaryview.c
7308                 fix one of the earlier memleaks reported by Martin Kluge
7309
7310 2002-08-19 [alfons]     0.8.1claws79
7311
7312         * src/mainwindow.c
7313                 hide notice view when selecting seperate folder
7314                 view (reported by Urke MMI)
7315
7316 2002-08-19 [christoph]  0.8.1claws78
7317
7318         * src/folderview.c
7319         * src/prefs_folder_item.h
7320         * src/summaryview.[ch]
7321                 o add summary_set_prefs_from_folderitem to set
7322                   summaryview prefs (first step to remove all
7323                   references to the folderitem in summaryview)
7324                 o moved compiled regex stuff from folderitem prefs
7325                   to summaryview code
7326
7327 2002-08-19 [paul]       0.8.1claws77
7328
7329         * src/compose.c
7330                 add check for '.' to QUOTE_IF_REQUIRED
7331
7332 2002-08-19 [paul]       0.8.1claws76
7333
7334         * src/inc.c
7335                 sync with 0.8.1cvs25 (plug memory leak)
7336
7337         * src/prefs_toolbar.c
7338                 re-order prefs_toolbar_cancel()
7339
7340 2002-08-18 [alfons]     0.8.1claws75
7341
7342         * src/inc.c
7343         * src/matcher.c
7344                 plug other memleaks reported by Martin Kluge
7345
7346 2002-08-18 [paul]       0.8.1claws74
7347
7348         * po/pt_BR.po
7349                 updated by Fabio Jr. Beneditto
7350
7351 2002-08-18 [paul]       0.8.1claws73
7352
7353         * src/toolbar.[ch]
7354                 fix bug where tooltips were displayed untranslated              
7355
7356         * src/prefs_toolbar.c
7357                 fix bug where clicking 'Cancel' creates an icon & text
7358                 toolbar regardless of prefs
7359         
7360
7361 2002-08-17 [oliver]     0.8.1claws72
7362
7363         * src/prefs_toolbar.c
7364                 update toolbar on CANCEL
7365                 bug reported by Martin Kluge
7366         * src/toolbar.c
7367                 toolbar_destroy memleak fixed           
7368
7369 2002-08-17 [alfons]     0.8.1claws71
7370
7371         * src/toolbar.c
7372                 plug another memleak reported by Martin Kluge
7373
7374 2002-08-16 [alfons]     0.8.1claws70
7375
7376         * src/crash.c
7377                 use execvp() correctly (suggested by wwp; thanks!)
7378
7379 2002-08-16 [alfons]     0.8.1claws69
7380
7381         * src/gtksctree.c
7382                 plug memory leak reported by Kim Schultz & Martin Kluge
7383
7384 2002-08-16 [paul]       0.8.1claws68
7385
7386         * po/es.po
7387                 updated by Ricardo Mones Lastra
7388
7389 2002-08-16 [paul]       0.8.1claws67
7390
7391         * src/toolbar.h
7392                 fix bug where 'Compose News' icon showed wrong
7393                 tooltip
7394
7395 2002-08-16 [paul]       0.8.1claws66
7396
7397         * sync with 0.8.1cvs24
7398                 see ChangeLog 2002-08-16
7399
7400         * po/it.po
7401                 updated by Alessandro Maestri
7402
7403 2002-08-15 [paul]       0.8.1claws65
7404
7405         * po/sr.po
7406                 updated by Urke MMI
7407
7408 2002-08-15 [paul]       0.8.1claws64
7409
7410         * src/*.c
7411                 don't translate debug info
7412
7413         * src/matcher.[ch]
7414                 add copyright info
7415
7416 2002-08-15 [paul]       0.8.1claws63
7417
7418         * src/prefs_toolbar.c
7419                 fix bug where clicking 'OK' creates an icon & text
7420                 toolbar regardless of prefs
7421
7422 2002-08-14 [alfons]     0.8.1claws62
7423
7424         * src/main.c
7425                 add global var that has the full argv[0]
7426         * src/crash.c
7427                 o execvp the correct sylpheed by using argv0
7428                   and setting the correct work dir
7429                 o other tweaks  
7430
7431 2002-08-14 [oliver]     0.8.1claws61
7432         
7433         * enable/disable Toolbar Action Buttons 
7434         * code cleanups
7435         * src/mainwindow.c
7436         * src/toolbar.[ch]      
7437         * src/prefs_toolbar.c   
7438
7439 2002-08-14 [melvin]     0.8.1claws60
7440
7441         * po/fr.po
7442                 Updated French translations
7443
7444 2002-08-14 [melvin]     0.8.1claws59
7445
7446         * src/crash.c
7447                 Made bug report not translatable
7448         * src/exporthtml.c
7449                 Fixed exporthtml_build_filespec() return value
7450         * src/foldersel.c
7451                 Fixed incorrect include file
7452         * src/gtkspell.c
7453         * src/prefs_actions.c
7454         * src/prefs_toolbar.c
7455                 Made debug info not translatable
7456         * src/mutt.c
7457         * src/quote_fmt.c
7458                 Added missing includes
7459         * src/prefs_common.c
7460                 Fixed typo
7461
7462 2002-08-14 [paul]       0.8.1claws58
7463
7464         * faq/es/sylpheed-faq.html
7465           faq/es/sylpheed-faq-[1-3].html
7466           faq/es/sylpheed-faq-4.html     **NEW FILE **
7467                 update Spanish FAQ
7468
7469 2002-08-13 [christoph]  0.8.1claws57
7470
7471         * src/procmsg.c
7472                 ignore thread fix that did not mark all
7473                 child nodes of a ignored thread as
7474                 ignored. Does not work perfectly yet,
7475                 but it is better now
7476
7477 2002-08-13 [alfons]     0.8.1claws56
7478
7479         * src/crash.c
7480                 o implement 'save crash log'
7481                 o some tweaks
7482
7483 2002-08-13 [melvin]     0.8.1claws55
7484
7485         * src/main.c
7486                 removed unrequired "execinfo.h" header
7487
7488 2002-08-12 [paul]       0.8.1claws54
7489
7490         * faq/en/sylpheed-faq.html
7491           faq/en/sylpheed-faq-[1-3].html
7492           faq/en/sylpheed-faq-4.html     **NEW FILE **
7493                 update English FAQ
7494
7495 2002-08-12 [alfons]     0.8.1claws53
7496
7497         * po/POTFILES.in
7498                 add crash.c to translatables
7499         * src/crash.c
7500                 bring in Leandro's crash dialog
7501
7502 2002-08-11 [alfons]     0.8.1claws52
7503
7504         * src/crash.c
7505                 clean up some warnings
7506
7507 2002-08-11 [alfons]     0.8.1claws51
7508
7509         * acconfig.h
7510         * configure.in
7511         * src/crash.[ch]        ** NEW FILES **
7512         * src/main.c            
7513                 initial gdb crash handler
7514
7515 2002-08-11 [paul]       0.8.1claws50
7516
7517         * src/prefs_toolbar.c
7518                 replace Up/Down arrow pixmaps with text to be
7519                 consistent across icon themes
7520
7521 2002-08-11 [paul]       0.8.1claws49
7522
7523         * src/prefs_common.c
7524           src/prefs_toolbar.c
7525                 rename 'Pixmap' -> 'Icon'
7526
7527         * src/toolbar.[ch]
7528                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
7529
7530 2002-08-10 [paul]       0.8.1claws48
7531
7532         * src/prefs_toolbar.c
7533                 re-work the UI
7534
7535 2002-08-10 [paul]       0.8.1claws47
7536
7537         * src/main.c
7538                 don't write Processing progress to status bar
7539                 patch submitted by Alexander Evseev
7540
7541         * src/prefs_toolbar.c
7542                 re-position and resize window
7543                 make window assume correct size on first call
7544
7545 2002-08-10 [paul]       0.8.1claws46
7546
7547         * src/mainwindow.c
7548           src/prefs_toolbar.c
7549           src/toolbar.c
7550           src/toolbar.h
7551                 obey coding style
7552                 follow UI text conventions
7553
7554 2002-08-10 [alfons]     0.8.1claws45
7555
7556         * src/toolbar.c
7557                 correct pixmap for delete action
7558
7559 2002-08-10 [paul]       0.8.1claws44
7560
7561         * po/pt_BR.po
7562                 updated by Fabio Jr. Beneditto
7563
7564 2002-08-10 [paul]       0.8.1claws43
7565
7566         * po/POTFILES.in
7567                 add custom toolbar files
7568
7569 2002-08-10 [paul]       0.8.1claws42
7570
7571         * sync with 0.8.1cvs22
7572                 see ChangeLog 2002-08-09
7573
7574 2002-08-09 [paul]       0.8.1claws41
7575
7576         * tools/Makefile.am
7577           tools/README
7578           tools/outlook2sylpheed.pl     ** NEW FILE **
7579                 add script to convert exported Outlook
7580                 contacts list to a Sylpheed addressbook.
7581                 Submitted by Ricardo Mones Lastra.
7582
7583 2002-08-09 [paul]       0.8.1claws40
7584
7585         * AUTHORS
7586           configure.in
7587           po/sr.po      ** NEW FILE **
7588                 add Serbian message catalog. Submitted by
7589                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
7590
7591 2002-08-09 [paul]       0.8.1claws39
7592
7593         * sync with 0.8.1cvs21
7594                 see ChangeLog 2002-08-08
7595
7596 2002-08-08 [oliver]     0.8.1claws38
7597
7598         * src/mainwindow.c
7599                 move Custom Toolbar to Configuration menu
7600
7601 2002-08-08 [oliver]     0.8.1claws37
7602
7603         * src/prefs_toolbar.c
7604                 fix substitute pixmap bug
7605
7606 2002-08-08 [paul]       0.8.1claws36
7607
7608         * sync with 0.8.1cvs19
7609                 see ChangeLog 2002-08-08
7610
7611 2002-08-07 [christoph]  0.8.1claws35
7612
7613         * src/utils.c
7614                 fixed a memory leak in new canonicalize_file_replace
7615
7616 2002-08-07 [christoph]  0.8.1claws34
7617
7618         * src/utils.[ch]
7619                 o canonicalize_file_replace should create the temporary
7620                   file in the same directory as the original file.
7621                 o added get_tmpfile_in_dir that creates a temorary file
7622                   in a specified directory.
7623
7624 2002-08-07 [melvin]     0.8.1claws33
7625
7626         * src/toolbar.c
7627                 fixed bug where 'Article' button acted as 'Email' button.
7628
7629 2002-08-07 [paul]       0.8.1claws32
7630
7631         * sync with 0.8.1.cvs17
7632                 see ChangeLog 2002-08-07
7633
7634 2002-08-07 [colin]      0.8.1claws31
7635         
7636         * src/news.c
7637                 fix mass-cancel problem
7638
7639 2002-08-07 [thorsten]   0.8.1claws30
7640
7641         * src/prefs_toolbar.c
7642                 fix: crash on replace or add new button
7643         * src/toolbar.c
7644                 fix: close xmlfile after reading
7645         * src/utils.c
7646                 fix: unlink() file before rename()
7647
7648 2002-08-06 [paul]       0.8.1claws29
7649
7650         * sync with 0.8.cvs15
7651                 see ChangeLog 2002-08-06
7652
7653 2002-08-06 [oliver]     0.8.1claws28
7654
7655         * src/toolbar.c
7656         * src/prefs_toolbar.c
7657                 fixed empty toolbar issue
7658
7659 2002-08-06 [oliver]     0.8.1claws27
7660
7661         * Custom Toolbar Final 
7662         * src/folderview.c
7663         * src/inc.c
7664         * src/summaryview.c
7665                 o toolbar stuff now lives in src/toolbar.[ch]
7666                 o main_window_toolbar_* functions are renamed to
7667                   toolbar_* reflecting their new source file
7668         * src/mainwindow.[ch]
7669                 o remove toolbar stuff  
7670
7671 2002-08-06 [oliver]     0.8.1claws26
7672         
7673         * src/Makefile.am
7674         * src/prefs_toolbar.[ch]        **New File**
7675         * src/toolbar.[ch]              **New File**
7676                 o prefs_toolbar.[ch] custom toolbar frontend
7677                 o toolbar.[ch]       backend 
7678
7679 2002-08-06 [oliver]     0.8.1claws25
7680
7681         * src/prefs_actions.[ch]
7682                 o new exported function actions_execute
7683
7684 2002-08-06 [paul]       0.8.1claws24
7685
7686         * sync with 0.8.1cvs4
7687                 see ChangeLog 2002-08-06
7688
7689 2002-08-06 [paul]       0.8.1claws23
7690
7691         * sync with 0.8.1cvs13
7692                 see ChangeLog 2002-08-06
7693
7694 2002-08-06 [paul]       0.8.1claws22
7695
7696         * sync with 0.8.1cvs12
7697                 see ChangeLog 2002-08-05 and 2002-08-06
7698
7699 2002-08-06 [match]      0.8.1claws21
7700
7701         * src/addrclip.c
7702                 improvements to cut/copy/paste address
7703
7704 2002-08-05 [match]      0.8.1claws20
7705
7706         * src/addritem.[ch]
7707         * src/addrcache.c
7708         * src/addrbook.c
7709         * src/editaddress.c
7710         * src/addressbook.c
7711                 fixes to improve cut/copy/paste
7712
7713 2002-08-06 [melvin]     0.8.1claws19
7714
7715         * src/account.[ch]
7716                 account_find_all_from_address(): new function that returns the
7717                 list of all accounts that are matched in an address.
7718         * src/alertpanel.[ch]
7719                 alertpanel() now accepts a custom widget
7720                 alertpanel_with_widget(): new function that pops up a panel with
7721                 a custom widget in it 
7722         * src/gtkutils.[ch]
7723                 gtkut_account_menu_new(): new function that allows the selection
7724                 of an account from a list of accounts.
7725         * src/messageview.c
7726                 Extended Return Receipt notification to select the correct 
7727                 account and to make a security test on the Delivery-Notification
7728                 address which should be the same as the Return-Path.
7729
7730 2002-08-06 [thorsten]   0.8.1claws18
7731
7732         * src/mimeview.c
7733                 attach_all: save unnamed as "noname.%d",
7734                 dont free static dirname
7735
7736 2002-08-05 [alfons]     0.8.1claws17
7737
7738         * configure.in
7739                 detect XIM by trying to link rather than compile a XIM program
7740
7741 2002-08-05 [oliver]     0.8.1claws16
7742                 
7743         * src/stock_pixmap.[ch]
7744                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
7745                 o new func to retrieve pixmaps
7746
7747 2002-08-05 [paul]       0.8.1claws15
7748
7749         * sync with 0.8.1cvs10
7750                 see ChangeLog 2002-08-05
7751
7752 2002-08-04 [alfons]     0.8.1claws14
7753
7754         * src/textview.c
7755                 see if this plugs memleak
7756
7757 2002-08-04 [melvin]     0.8.1claws13
7758
7759         * src/gtkspell.c
7760                 fixed bug that could crash Sylpheed when highlighting
7761                 all misspelled words.
7762
7763 2002-08-03 [melvin]     0.8.1claws12
7764
7765         * src/prefs_actions.c
7766                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
7767         * src/messageview.c
7768                 fixed bug where the Return Receipt was sent to
7769                 Delivery-Notification-To address even if it was not present
7770
7771 2002-08-02 [alfons]     0.8.1claws11
7772
7773         * src/prefs_actions.c
7774                 o more check for NULLs
7775                 o put create_io_dialog() in right conditional block
7776
7777 2002-08-02 [paul]       0.8.1claws10
7778
7779         * po/es.po
7780                 updated by Ricardo Mones Lastra
7781
7782 2002-08-01 [christoph]  0.8.1claws9
7783
7784         * src/folder.c
7785                 don't free the cache of the opened
7786                 folder in the summaryview
7787         * src/summaryview.c
7788                 don't unset flags, if it is not required
7789
7790 2002-08-01 [paul]       0.8.1claws8
7791
7792         * sync with 0.8.1cvs8
7793                 see ChangeLog entry 2002-08-01
7794
7795 2002-08-01 [paul]       0.8.1claws7
7796
7797         * sync with 0.8.1cvs7
7798                 see ChangeLog 2002-07-31 and 2002-08-01
7799
7800 2002-07-31 [christoph]  0.8.1claws6
7801
7802         * src/mainwindow.c
7803                 forgot to update menu sensitivity
7804                 function for new menu entry
7805
7806 2002-07-31 [alfons]     0.8.1claws5
7807
7808         * src/main.c
7809                 check folder item and its path for NULL on
7810                 initial processing
7811
7812 2002-07-31 [christoph]  0.8.1claws4
7813
7814         * src/folder.c
7815                 check if folder_item_get_msginfo in
7816                 folder_item_remove_msg returned NULL
7817         * src/imap.c
7818                 better clear the uid cache in the
7819                 uid validity check function and delete
7820                 cached messages
7821
7822 2002-07-31 [paul]       0.8.1claws3
7823
7824         * man/sylpheed.1
7825                 add the '--attach' option and a few other
7826                 minor changes
7827
7828 2002-07-31 [paul]       0.8.1claws2
7829
7830         * sync with 0.8.1cvs5
7831                 see ChangeLog 2002-07-31
7832
7833 2002-07-31 [christoph]  0.8.1claws1
7834
7835         * src/folderview.[ch]
7836         * src/mainwindow.c
7837                 replace "Rescan all folders..." with
7838                 "Check all folders for new messages..."
7839
7840 2002-07-30 [paul]       0.8.1claws
7841
7842         * version 0.8.1claws released
7843
7844 2002-07-30 [paul]       0.8.0claws29
7845
7846         * tools/OOo2sylpheed.pl ** NEW FILE **
7847           tools/README
7848                 add script to enable sending documents as
7849                 attachments from OpenOffice.org
7850
7851 2002-07-30 [melvin]     0.8.0claws28
7852
7853         * src/prefs_actions.c
7854                 Made the actions' input/output dialog display
7855                 without delay.
7856
7857 2002-07-30 [christoph]  0.8.0claws27
7858
7859         * src/procmsg.c
7860                 check if folder_item_get_msginfo in
7861                 procmsg_save_to_outbox returned NULL
7862
7863 2002-07-30 [paul]       0.8.0claws26
7864
7865         * sync with 0.8.1cvs4
7866                 see ChangeLog 2002-07-29
7867
7868 2002-07-29 [thorsten]   0.8.0claws25
7869
7870         * README.claws
7871                 added selective download, delete on server
7872
7873 2002-07-29 [paul]       0.8.0claws24
7874
7875         * sync with 0.8.1cvs3
7876                 see ChangeLog 2002-07-29
7877
7878 2002-07-27 [christoph]  0.8.0claws23
7879
7880         * src/folder.c
7881                 add extra check if fetching the msginfo
7882                 returned NULL
7883
7884 2002-07-27 [paul]       0.8.0claws22
7885
7886         * sync with 0.8.1cvs2
7887                 see ChangeLog 2002-07-26
7888
7889 2002-07-27 [christoph]  0.8.0claws21
7890
7891         * src/imap.c
7892                 add another check if a valid msginfo
7893                 was returned
7894
7895 2002-07-26 [hoa]        0.8.0claws20
7896
7897         * src/folder.c
7898                 Fixed a condition in folder_item_destroy()
7899
7900         * src/imap.c
7901                 Fixed an error in IMAP protocol
7902
7903 2002-07-26 [alfons]     0.8.0claws19
7904
7905         * src/folder.c
7906                 ofcourse compare with identifier, not the path
7907
7908 2002-07-26 [alfons]     0.8.0claws18
7909
7910         * src/folder.c
7911                 use folder item identifier for saving / restoring
7912                 preferences because folder->path might not be unique
7913
7914 2002-07-26 [melvin]     0.8.0claws17
7915
7916         * src/logwindow.c
7917                 Fixed a crash introduced in 0.8.0claws5 when log is 
7918                 cut under 80 characters.
7919
7920 2002-07-26 [paul]       0.8.0claws16
7921
7922         * sync with 0.8.1cvs1
7923                 see ChangeLog 2002-07-26
7924
7925 2002-07-26 [christoph]  0.8.0claws15
7926
7927         * src/imap.[ch]
7928                 imap folder now remembers the last selected
7929                 folder and imap_fetch_msginfo skips selecting
7930                 the folder if it is already selected
7931
7932 2002-07-26 [christoph]  0.8.0claws14
7933
7934         * src/folder.c
7935         * src/folderview.c
7936         * src/imap.c
7937                 fix imap folder rescanning
7938
7939 2002-07-25 [christoph]  0.8.0claws13
7940
7941         * src/filter.c
7942         * src/folder.[ch]
7943         * src/folderview.c
7944         * src/imap.[ch]
7945         * src/mainwindow.c
7946         * src/mbox_folder.c
7947         * src/mh.c
7948         * src/news.c
7949                 implement imap uid cache and uid validity check
7950
7951 2002-07-25 [alfons]     0.8.0claws12
7952
7953         * src/summaryview.c
7954                 fix a brown paper bag bug, and also add some more
7955                 checks
7956
7957 2002-07-25 [christoph]  0.8.0claws11
7958
7959         * src/folder.c
7960                 don't mix copy, fetch_msginfo and remove
7961                 operations in folder item copy and move
7962                 operations
7963
7964 2002-07-25 [christoph]  0.8.0claws10
7965
7966         * src/folderview.c
7967         * src/mainwindow.c
7968         * src/prefs_folder_item.c
7969         * src/summaryview.[ch]
7970                 remove no longer required parameter update_cache from
7971                 summary_show
7972
7973 2002-07-25 [paul]       0.8.0claws9
7974
7975         * sync with 0.8.1
7976         
7977         * AUTHORS
7978                 a few corrections
7979
7980 2002-07-24 [alfons]     0.8.0claws8
7981
7982         * src/summaryview.c
7983                 sort correctly when using simplified subject line
7984                 (closes feature request "[ 585141 ] applying regexp to subject 
7985                 before sort" submitted by Alexandra Walford)
7986
7987 2002-07-24 [paul]       0.8.0claws7
7988
7989         * sync with 0.8.0cvs3
7990                 see ChangeLog 2002-07-24
7991
7992 2002-07-23 [christoph]  0.8.0claws6
7993
7994         * src/folder.c
7995         * src/folder.h
7996         * src/summaryview.c
7997         * src/summaryview.h
7998         * src/main.c
7999                 o separate processing and summaryview
8000                 o removed summary_write_cache from summaryview
8001                 o removed summaryview->killed_messages, because we don't have
8002                   to keep a list of killed messages anymore. New cache will
8003                   keep the hidden messages in cache anyway
8004         * src/folderview.c
8005         * src/inc.c
8006         * src/selective_download.c
8007                 o removed unnecessary summary_write_cache calls
8008         * src/procmsg.c
8009                 o don't set ignore thread flag in procmsg_get_thread_tree
8010                   if it is already set
8011         * src/mainwindow.c
8012         * src/statusbar.h
8013                 o moved STATUSBAR_PUSH/POP to statusbar.h because
8014                   they are used in different files
8015
8016 2002-07-23 [melvin]     0.8.0claws5
8017
8018         * src/addressbook.c
8019         * src/addrgather.c
8020         * src/editaddress.c
8021         * src/editgroup.c
8022         * src/editldap_basedn.c
8023         * src/importldif.c
8024         * src/prefs_common.c
8025                 Fixed few memory leak (gtk_editable_get_chars returns
8026                 an allocated string)
8027         * src/logwindow.c
8028                 Fixed few memory leak (gtk_editable_get_chars returns
8029                 an allocated string) and modified a little the log cutting
8030                 loop.
8031         * src/compose.c
8032                 Replaced a call to an obsolete function gtk_entry_get_text()
8033                 by gtk_editable_get_chars()
8034         * src/send.c
8035                 Removed a debug printf
8036
8037 2002-07-23 [christoph]  0.8.0claws4
8038
8039         * src/filesel.c
8040                 fix another g_dirname memory leak
8041
8042 2002-07-23 [christoph]  0.8.0claws3
8043
8044         * src/mh.c
8045                 fixed a memory leak in mh_fetch_msginfo
8046                 fixed crash when message header could not be
8047                 parsed
8048
8049 2002-07-23 [paul]       0.8.0claws2
8050
8051         * sync with 0.8.0cvs2
8052                 see ChangeLog 2002-07-23
8053
8054 2002-07-23 [paul]       0.8.0claws1
8055
8056         * sync with 0.8.0cvs1
8057                 see ChangeLog 2002-07-23
8058
8059 2002-07-23 [paul]       0.8.0claws
8060
8061         * release of 0.8.0claws
8062
8063 2002-07-23 [paul]       0.7.8claws99
8064
8065         * po/ru.po
8066                 new Russian translation, submitted by
8067                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
8068
8069 2002-07-22 [jens]       0.7.8claws98
8070
8071         * po/de.po
8072                 Updated German translations.
8073
8074 2002-07-22 [paul]       0.7.8claws97
8075
8076         * po/es.po
8077           po/it.po
8078           po/nl.po
8079           po/pt_BR.po
8080                 updated translations by Ricardo Mones Lastra,
8081                 Alessandro Maestri, Wilbert Berendsen and 
8082                 Fabio Jr. Beneditto respectively
8083
8084 2002-07-22 [christoph]  0.7.8claws96
8085
8086         * src/mimeview.c
8087                 fix memory leak caused by wrong g_dirname usage
8088
8089 2002-07-22 [christoph]  0.7.8claws95
8090
8091         * src/summaryview.c
8092                 update new and unread message counts for summaryview
8093                 summaryview does not get it from the folder anymore
8094                 and has to update the values itself
8095
8096 2002-07-22 [melvin]     0.7.8claws94
8097
8098         * po/fr.po
8099                 Updated French translations.
8100
8101 2002-07-22 [christoph]  0.7.8claws93
8102
8103         * src/matcher.c
8104                 set prop->preg pointer to NULL or following check
8105                 will not fail and regexec will be called with
8106                 invalid pointer
8107
8108 2002-07-21 [alfons]     0.7.8claws92
8109         
8110         * src/prefs_common.[ch]
8111                 remove option "Send return receipt on request"
8112
8113 2002-07-21 [thorsten]   0.7.8claws91
8114
8115         * src/mimeview.c
8116                 fixed memleaks, coding style as pointed out by alfons
8117
8118 2002-07-21 [alfons]     0.7.8claws90
8119
8120         * src/messageview.c
8121         * src/noticeview.[ch]
8122                 o fix bug notice view being displayed when going to empty folder 
8123                   (noticed by Christoph)
8124                 o allow RRR to be sent when restarting sylpheed, or changing folder 
8125                   (noticed by Thorsten)
8126
8127 2002-07-21 [thorsten]   0.7.8claws89
8128
8129         * src/mimeview.c
8130                 Included save_all patch from Xaview FACQ
8131                 added support for pathnames
8132
8133 2002-07-21 [alfons]     0.7.8claws88
8134
8135         * po/POTFILES.in
8136         * src/Makefile.am
8137         * src/mainwindow.c
8138         * src/messageview.[ch]
8139         * src/noticeview.c      ** NEW FILE **
8140         * src/noticeview.h      ** NEW FILE **
8141                 make return receipts work again
8142                 (UI idea by Leandro Pereira)
8143
8144 2002-07-21 [paul]       0.7.8claws87
8145
8146         * src/summaryview.c
8147                 fix sensitivity of 'Select thread'
8148
8149 2002-07-21 [paul]       0.7.8claws86
8150
8151         * src/prefs_common.c
8152                 add browser command line for Galeon
8153
8154 2002-07-21 [paul]       0.7.8claws85
8155
8156         * Makefile.am
8157                 fix 'EXTRA_DIST': remove README.README, add TODO
8158                 and TODO.claws
8159
8160 2002-07-21 [alfons]     0.7.8claws84
8161
8162         * src/gtkstext.c
8163                 make enter clear selection
8164                 (closes "[ 579888 ] Editor selection/entry error"
8165                 reported by Steve Lamb)
8166
8167 2002-07-21 [alfons]     0.7.8claws83
8168         
8169         * src/summaryview.c
8170                 sort message list when selecting unthread messages
8171                 (closes "[ 501593 ] switching threaded view doesn't sort"
8172                 reported by Simon Schubert)
8173
8174 2002-07-20 [alfons]     0.7.8claws82
8175         
8176         * src/matcher.c
8177                 const-correctness
8178
8179 2002-07-20 [thorsten]   0.7.8claws81
8180
8181         * src/matcher.c
8182                 Fixed expansion of empty fields in matchactions
8183
8184 2002-07-19 [melvin]     0.7.8claws80
8185
8186         * src/gtkspell.c
8187                 Removed a duplicate menu entry (fast mode) introduced during
8188                 the new cache merge
8189                 Added a menu separator between 'Use alternate' and 'Fast mode'
8190
8191 2002-07-19 [paul]       0.7.8claws79
8192
8193         * tools/Makefile.am
8194           tools/README
8195                 correct typos
8196
8197 2002-07-19 [thorsten]   0.7.8claws78
8198
8199         * tools/calypso_convert.pl      ** NEW FILE **
8200           tools/README
8201           tools/Makefile.am
8202                 script to import mbox files exported
8203                 by calypso
8204                 o generates folder structure
8205                 o includes attachments
8206
8207 2002-07-19 [melvin]     0.7.8claws77
8208
8209         * src/selective_download.[ch]
8210                 Fixed bug where closing the dialog with the window manager's
8211                 close button will not unlock the summary
8212                 Corrected some function declarations that missed a return value
8213                 Made the source code comply better with coding style.
8214         * src/prefs_common.c
8215                 Added new browser command line for Mozilla.
8216
8217 2002-07-18 [paul]       0.7.8claws76
8218
8219         * src/mainwindow.c
8220           src/selective_download.[ch]
8221                 reflect theme changes, fix Gdk Warning when creating 
8222                 pixmap from NULL window, and minor clean up.
8223                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8224
8225         * po/en_GB.po
8226                 updated
8227
8228 2002-07-17 [paul]       0.7.8claws75
8229
8230         * INSTALL[.jp]
8231                 sync with 0.8.0
8232         
8233         * po/en_GB.po
8234                 updated
8235
8236 2002-07-16 [paul]       0.7.8claws74
8237
8238         * tools/filter_conv.pl
8239           tools/README
8240                 replace conversion script with reimplemented version, 
8241                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
8242
8243 2002-07-16 [colin]      0.7.8claws73
8244
8245         * src/summaryview.c
8246                 remove forgotten debug messages - sorry ;-)
8247
8248 2002-07-16 [colin]      0.7.8claws72
8249
8250         * src/mimeview.c
8251           src/summaryview.c
8252           src/textview.c
8253           src/textview.h
8254                 add the ability to select part of a text mime-part 
8255                 to reply.
8256
8257 2002-07-15 [christoph]  0.7.8claws71
8258
8259         * src/folder.c
8260                 fix folder message count for folders without
8261                 msg_is_changed (includes news folders)
8262
8263 2002-07-15 [martin]     0.7.8claws70
8264
8265         * src/summaryview.c
8266                 option "display recipient on 'From'..." now works
8267                 without the need of enabling the option
8268                 "display  sender  using  address  book".
8269
8270 2002-07-15 [christoph]  0.7.8claws69
8271
8272         * src/summaryview.c
8273                 removed setting folder status from summaryview.
8274                 folder.c should update all message counts correctly.
8275
8276 2002-07-15 [paul]       0.7.8claws68
8277
8278         * po/pt_BR.po
8279                 updated by Fabio Junior Beneditto
8280
8281 2002-07-15 [darko]      0.7.8claws67
8282
8283         * src/mh.c
8284                 Fixed target folder colorization, don't decrease op
8285                 number twice
8286
8287 2002-07-14 [paul]       0.7.8claws66
8288
8289         * sync with main 0.8.0
8290                 see ChangeLog 2002-07-14
8291
8292 2002-07-13 [melvin]     0.7.8claws65
8293         
8294         * src/addrbook.c
8295         * src/addressbook.c
8296         * src/addrindex.c
8297                 Replaced sprintf by g_snprintf to prevent possible buffer
8298                 overflow.
8299         * src/news.c
8300                 Corrected a log message output format.
8301                 Added a missing "done" debug output.
8302         * src/compose.c
8303                 Added keyboard accelerator for Priority menu items
8304                 Added missing \n in debug output
8305         * src/logwindow.c
8306         * src/gtkspell.c
8307         * src/rfc2015.c
8308                 Added missing \n in debug output
8309
8310 2002-07-13 [paul]       0.7.8claws64
8311
8312         * man/sylpheed.1
8313                 change Sergey's email address to the sf address
8314
8315         * src/textview.c
8316                 increase show_url_timeout (more useful for long
8317                 urls)
8318
8319 2002-07-12 [sergey]     0.7.8claws63
8320
8321         * src/rfc2015.c
8322                 applied (with some modifications) patch to set the
8323                 micalg parameter for signatures
8324                 (2001-08-28 Werner Koch <wk@gnupg.org>)
8325
8326 2002-07-12 [sergey]     0.7.8claws62
8327
8328         * man/Makefile.am
8329         * configure.in
8330                 fixed man page installation
8331
8332 2002-07-12 [paul]       0.7.8claws61
8333
8334         * sync with 0.7.8cvs26
8335                 see ChangeLog 2002-07-11 and 2002-07-12
8336
8337 2002-07-11 [christoph]  0.7.8claws60
8338
8339         * src/compose.c
8340         * src/procmsg.c
8341                 first use the message number to find the message
8342                 to mark with a reply flag but check the
8343                 message-id if we got the correct message, if not
8344                 try to find it by message-id.
8345                 use new string seperator that is not allowed
8346                 in message-ids.
8347
8348 2002-07-11 [paul]       0.7.8claws59
8349
8350         * sync with 0.7.8cvs23
8351                 see ChangeLog 2002-07-10
8352
8353 2002-07-10 [christoph]  0.7.8claws58
8354
8355         * src/folder.[ch]
8356         * src/msgcache.[ch]
8357                 Added message-id table to the cache in memory
8358                 and functions to msgcache.c and folder.c to
8359                 fetch MsgInfos by message id
8360         * src/compose.c
8361         * src/procmsg.c
8362                 store folder and message-id of message replying
8363                 to in queue header and set reply flag after sending
8364                 (Closes bug #469498)
8365
8366 2002-07-10 [paul]       0.7.8claws57
8367
8368         * AUTHORS
8369           man/sylpheed.1.gz
8370                 add Martin to the list of authors
8371
8372 2002-07-09 [martin]     0.7.8claws56
8373         * src/gtksctree.c
8374                 Added gtk_ctree_last_visible(), tree_update_level(),
8375                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
8376                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8377                 from gtk+ to gtksctree.c for the new sorting code
8378                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
8379                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
8380         * src/gtksctree.h
8381                 Added declaration for gtk_sctree_sort_recursive() and
8382                 gtk_sctree_sort_node
8383         * src/addressbook.c
8384         * src/foldersel.c
8385         * src/folderview.c
8386         * src/summaryview.c
8387                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8388                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
8389
8390 2002-07-08 [paul]       0.7.8claws55
8391
8392         * more sync with 0.7.8cvs21
8393                 see ChangeLog 2002-07-08
8394
8395 2002-07-08 [paul]       0.7.8claws54
8396
8397         * sync with 0.7.8cvs21
8398                 see ChangeLog 2002-07-08
8399
8400 2002-07-07 [alfons]     0.7.8claws53
8401
8402         * src/Makefile.am
8403         * src/stock_pixmap.[ch]
8404         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
8405         * src/pixmaps/notice_error.xpm  ** NEW FILE **
8406         * src/pixmaps/notice_note.xpm   ** NEW FILE **
8407                 add new pixmaps for upcoming notice pane
8408
8409 2002-07-06 [melvin]     0.7.8claws52
8410
8411         * src/gtkspell.[ch]
8412                 Made them a bit closer to Sylpheed's coding style.
8413                 Removed old code.
8414                 Removed possible memory leaks when some errors occurs.
8415
8416 2002-07-06 [melvin]     0.7.8claws51
8417
8418         * po/Makefile.in.in
8419                 Removed --no-location in xgettext command line to help
8420                 translators that use Emacs' po-mode
8421         * src/quote_fmt.c
8422                 Removed unnecessary comments that messed up sylpheed.pot
8423
8424 2002-07-06 [paul]       0.7.8claws50
8425
8426         * sync with 0.7.8cvs19
8427                 see ChangeLog 2002-07-05
8428
8429 2002-07-06 [christoph]  0.7.8claws49
8430
8431         * src/folder.c
8432         * src/mainwindow.c
8433                 fix folder_item_remove_all_msg and folderview
8434                 status for trash folders after emptying trash
8435
8436 2002-07-05 [paul]       0.7.8claws48
8437
8438         * sync with 0.7.8cvs16
8439                 see ChangeLog 2002-07-04 and 2002-07-05
8440
8441 2002-07-04 [paul]       0.7.8claws47
8442
8443         * sync with 0.7.8cvs14
8444                 see  ChangeLog 2002-07-04
8445
8446 2002-07-03 [alfons]     0.7.8claws46
8447
8448         * src/folder.c
8449                 dupe folder item's path because it's being reallocated
8450                 by new folder scanning code
8451
8452 2002-07-03 [christoph]  0.7.8claws45
8453
8454         * src/imap.c
8455                 better IMAP uid fetching using 'FETCH 1:* (UID)'
8456         * src/msgcache.c
8457                 add missing return in msgcache_write
8458
8459 2002-07-02 [thorsten]   0.7.8claws44
8460
8461         * src/jpilot.c
8462         * src/msgcache.c
8463         * src/rfc2015.c
8464                 use binary mode for file access
8465
8466 2002-07-02 [christoph]  0.7.8claws43
8467
8468         * major code cleanup (part 1)
8469         
8470                 - unused variables removed
8471                 - unused functions removed
8472                 - uninitialized variables checked
8473                 - missing return statements added
8474                 - missing function return types added
8475                 - added parentheses around assignment and
8476                   && in || when suggested by gcc
8477               
8478         * src/mh.c
8479         * src/folder.c
8480                 replaced direct calls to folder->scan_tree
8481                 with folder_scan_tree and restore folder
8482                 prefs in this function. The folder should
8483                 not have to deal with them.
8484                 ( Should now work for all folder types )
8485
8486 2002-07-02 [paul]       0.7.8claws42
8487
8488         * sync with 0.7.8cvs13
8489                 see ChangeLog 2002-07-01 and 2002-07-02
8490
8491 2002-07-01 [christoph]  0.7.8claws41
8492
8493         * src/summaryview.c
8494                 fix "goto next/prev unread message" with
8495                 ignored threads
8496
8497 2002-07-01 [paul]       0.7.8claws40
8498
8499         * po/es.po
8500                 updated by Ricardo Mones Lastra
8501
8502 2002-06-30 [match]      0.7.8claws39
8503
8504         * src/jpilot.c
8505                 applied variation of leonerd's patch (566661) to
8506                 allow multiple email addresses per JPilot entry.
8507                 addresses may be separated by space, comma, pipe,
8508                 semi-colon, new-line.
8509
8510 2002-06-30 [alfons]     0.7.8claws38
8511
8512         * src/procmsg.c
8513                 simple fix for putting older nodes before
8514                 newer nodes when threading by subject
8515
8516 2002-06-30 [christoph]  0.7.8claws37
8517
8518         * src/folder.c
8519         * src/folderview.c
8520         * src/mh.c
8521         * src/news.c
8522         * src/procmsg.c
8523                 fix broken folder tree rescaning
8524                 and don't use procmsg_get_mark_sum
8525                 anymore
8526
8527 2002-06-30 [christoph]  0.7.8claws36
8528
8529         * merge new cache branch
8530         * src/imap.c
8531                 fix new cache imap copy bug
8532         * src/folder.c
8533                 improved folder_item_scan
8534                 it should now always set the correct
8535                 new, unread and total message counts
8536
8537 2002-06-29 [paul]       0.7.8claws35
8538
8539         * configure.in
8540                 correct syntax error
8541
8542 2002-06-29 [paul]       0.7.8claws34
8543
8544         * configure.in
8545           Makefile.am
8546           man/Makefile.am       ** NEW FILE **
8547           man/sylpheed.1.gz     ** NEW FILE **
8548                 add Sylpheed man page
8549
8550 2002-06-29 [paul]       0.7.8claws33
8551
8552         * po/pt_BR.po
8553                 updated by Fabio Junior Beneditto
8554
8555 2002-06-28 [jens]       0.7.8claws32
8556
8557         * po/de.po
8558                 translation updated
8559
8560         * src/selective_download.c
8561                 removed gettext for space " "
8562
8563         * src/imap.c
8564                 removed wrong space
8565
8566 2002-06-28 [paul]       0.7.8claws31
8567
8568         * sync with 0.7.8cvs11
8569                 see ChangeLog 2002-06-28
8570
8571 2002-06-28 [paul]       0.7.8claws30
8572
8573         * sync with 0.7.8cvs10
8574                 see ChangeLog 2002-06-27 and 2002-06-28
8575
8576 2002-06-26 [paul]       0.7.8claws29
8577
8578         * src/addrgather.c
8579           src/selective_download.c
8580                 don't gettextise empty strings.
8581                 reserved by gettext. gettext("") returns 
8582                 the header entry with meta information, 
8583                 not the empty string
8584
8585         * po/en_GB.po
8586                 updated
8587
8588 2002-06-26 [paul]       0.7.8claws28
8589
8590         * sync with 0.7.8cvs7
8591                 see ChangeLog 2002-06-25
8592
8593         * src/prefs_common.c
8594                 ...and in the process, tweak the gui a little
8595
8596 2002-06-25 [alfons]     0.7.8claws27
8597         
8598         * configure.in
8599         * src/Makefile.am
8600                 fine tune ldap library detection
8601
8602 2002-06-25 [alfons]     0.7.8claws26
8603
8604         * src/compose.c
8605                 don't allow return receipts when composing a news article
8606
8607 2002-06-25 [paul]       0.7.8claws25
8608
8609         * Makefile.am
8610                 add '$(AMTAR)' to 'release' section to allow for
8611                 new and older autotools
8612
8613 2002-06-25 [paul]       0.7.8claws24
8614
8615         * src/summaryview.c
8616                 fix "No more unread messages" persistant pop-up
8617                 window bug
8618
8619 2002-06-25 [paul]       0.7.8claws23
8620
8621         * po/it.po
8622                 updated by Alessandro Maestri
8623
8624 2002-06-25 [paul]       0.7.8claws22
8625
8626         * sync with 0.7.8cvs6
8627                 see ChangeLog 2002-06-25
8628
8629 2002-06-24 [paul]       0.7.8claws21
8630
8631         * tools/update-po
8632                 add GPL copyright information
8633
8634 2002-06-24 [paul]       0.7.8claws20
8635
8636         * tools/Makefile.am
8637           tools/README
8638           tools/update-po       ** NEW FILE **
8639                 add script that eases the creation of *.po files
8640                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
8641
8642 2002-06-23 [alfons]     0.7.8claws19
8643
8644         * src/messageview.c
8645                 make notification_convert_header obey const correctness
8646                 (next step will be fixing the broken return receipt)
8647
8648 2002-06-23 [paul]       0.7.8claws18
8649
8650         * src/messageview.c
8651                 fix bug introduced in last commit:
8652                 removed too much code in last commit - put back what's
8653                 needed
8654
8655 2002-06-23 [paul]       0.7.8claws17
8656
8657         * src/messageview.[ch]
8658                 remove code committed in error from locally patched
8659                 source
8660
8661 2002-06-23 [colin]      0.7.8claws16
8662
8663         * src/compose.[ch]
8664                 add compose_entry_select(), used to select the default_to
8665                 email address - hopefully avoiding people sending mails to
8666                 wrong recipients.
8667
8668 2002-06-22 [alfons]     0.7.8claws15
8669
8670         * AUTHORS
8671                 add Bram Metsch & Stanislav Karchebny
8672         * src/smtp.[ch]
8673         * src/prefs_account.[ch]
8674         * src/send.c
8675                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
8676                   options.  (see <http://sourceforge.net/tracker/index.php
8677                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
8678
8679                 - merge Stanislav's fix to make SMTP AUTH work with qmail
8680                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
8681
8682 2002-06-22 [paul]       0.7.8claws14
8683
8684         * sync with 0.7.8cvs5
8685                 see ChangeLog 2002-06-19 and 2002-06-20
8686
8687 2002-06-22 [alfons]     0.7.8claws13
8688
8689         * src/selective_download.c
8690                 fix a stupid mistake I made
8691
8692 2002-06-22 [alfons]     0.7.8claws12
8693
8694         * src/selective_download.[ch]
8695                 fix another unnoticed leak; cleanup code
8696
8697 2002-06-21 [alfons]
8698
8699         * tools/Makefile.am
8700                 gpg-sign <-- gpg-sign-syl
8701
8702 2002-06-21 [alfons]     0.7.8claws11
8703
8704         * src/selective_download.c
8705         * src/selective_download.h
8706                 fix assorted mix of allocation errors (should solve
8707                 problem reported by Philippe Gramoullé, see:
8708                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
8709
8710 2002-06-20 [melvin]     0.7.8claws10
8711
8712         * tools/gpg-sign *REMOVED*
8713           tools/gpg-sign-syl *ADDED*
8714                 Replaced the gpg clearsigning script with the version using
8715                 xterm instead of ssh-askpass and changed its name.
8716
8717         * README.claws
8718                 Updated actions example to reflect the renaming of the
8719                 gpg clearsigning script.
8720
8721 2002-06-19 [paul]       0.7.8claws9
8722
8723         * sync with 0.7.8claws9
8724                 see ChangeLog 2002-06-18 and 2002-06-19
8725
8726 2002-06-19 [paul]       0.7.8claws8
8727
8728         * sync with 0.7.8cvs1
8729                 see ChangeLog 2002-06-18
8730
8731 2002-06-18 [alfons]     0.7.8claws7
8732
8733         * src/mainwindow.h
8734                 add omitted prototype
8735
8736 2002-06-17 [paul]       0.7.8claws6
8737
8738         * src/mainwindow.c
8739                 fix hiding of exec_btn
8740
8741 2002-06-17 [paul]       0.7.8claws5
8742
8743         * src/pop.c
8744                 remove unneeded code: should_delete() 
8745                 and Pop3State::uidl_todelete_list
8746
8747 2002-06-17 [paul]       0.7.8claws4
8748
8749         * sync with 0.7.8
8750                 see ChangeLog 2002-06-11 and 2002-06-13
8751
8752 2002-06-16 [alfons]     0.7.8claws3
8753         
8754         * src/folder.c
8755                 make sure lock sort mode (claws specific) is
8756                 also persists after a tree rescan
8757
8758 2002-06-16 [alfons]     0.7.8claws2
8759
8760         * src/prefs_folder_item.c
8761         * src/folder.[ch]
8762                 fix persistence of folder sort mode (broken
8763                 by adapting Hiro's new folder persistence code)
8764
8765 2002-06-16 [alfons]     0.7.8claws1
8766
8767         * AUTHORS
8768         * src/logwindow.c
8769         * src/prefscommon.[ch]
8770                 control size of log text in log window; 
8771                 closes patch #569155 submitted by Mitko Haralanov.
8772
8773 2002-06-15 [paul]       0.7.8claws
8774
8775         * release of 0.7.8claws
8776
8777 2002-06-15 [paul]       0.7.7claws
8778
8779         * po/pt_BR.po
8780                 updated by Fabio Junior Beneditto
8781
8782 2002-06-14 [paul]       0.7.6claws49
8783
8784         * po/es.po
8785                 updated by Ricardo Mones Lastra
8786
8787 2002-06-14 [paul]       0.7.6claws48
8788
8789         * po/nl.po
8790                 updated translation by Wilbert Berendsen
8791
8792 2002-06-14 [melvin]     0.7.6claws47
8793
8794         * po/fr.po
8795                 Updated French translation
8796
8797 2002-06-13 [paul]       0.7.6claws46
8798
8799         * src/filesel.c
8800                 allow filename to be typed in, rather than just
8801                 selected by the mouse. Patch by Gustavo Noronha Silva.
8802
8803 2002-06-13 [alfons]     0.7.6claws45
8804
8805         * src/mainwindow.[ch]
8806                 more cleanups (removing unnecessary menu items Expand 
8807                 summary / message view)
8808
8809 2002-06-13 [melvin]     0.7.6claws44
8810
8811         * po/POTFILES.in
8812                 Added src/string_match.c
8813         * src/string_match.c
8814                 Fixed possible buffer overflow.
8815                 Corrected typo.
8816                 Added missing config.h header.
8817         * src/prefs_common.c
8818           src/prefs_matcher.c
8819           src/prefs_scoring.c
8820                 Made some strings translatable (missing _(..)).
8821
8822 2002-06-13 [melvin]     0.7.6claws43
8823
8824         * README.claws
8825                 Corrected action example (verifying clearsigned mail).
8826         * src/prefs_account.c
8827                 Corrected typo.
8828         * src/prefs_common.c
8829                 Removed incorrect line that generated a Gtk-CRITICAL msg.
8830
8831 2002-06-12 [alfons]     0.7.6claws42
8832
8833         * src/summaryview.c
8834                 add init of score column lost in 0.7.6claws42
8835
8836 2002-06-12 [paul]       0.7.6claws41
8837
8838         * src/prefs_account.c
8839                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
8840                 behavior of the radio buttons, (from 0.7.7cvs2)
8841
8842 2002-06-11 [alfons]     0.7.6claws40
8843
8844         * src/messageview.[ch]
8845         * src/summaryview.[ch]
8846         * src/summary_search.c
8847         * src/mainwindow.c
8848                 perform a sync to bring in Hiro's separate view implementation 
8849
8850                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
8851
8852 2002-06-11 [paul]       0.7.6claws39
8853         
8854         * src/prefs_account.c
8855                 correct a typo on the Receive tab
8856
8857 2002-06-10 [match]      0.7.6claws38
8858
8859         * src/addressbook.c
8860                 Included address completion patch from Gustavo Noronha.
8861
8862 2002-06-10 [paul]       0.7.6claws37
8863
8864         * src/inc.[ch]
8865           src/pop.c
8866           src/prefs_account.[ch]
8867           src/selective_download.[ch]
8868                 apply PATCH #561712
8869                  NEW:
8870                 - check if POP Account
8871                 - Receive Button renamed to Preview
8872                 - Preview Button Popup: preview new/all messages
8873                 - Download Button
8874                 - Account Preferences-->Receive tab checkbutton if you
8875                   want to remove Mail after Download
8876                 -: default YES
8877                 - Account Preferences-->Receive tab checkbutton use
8878                   filtering rules on preview
8879                   (think of delete_on_server)
8880                 -: default YES
8881                 - Account selectable from SD dialog
8882                 - checkbutton to show already downloaded messages if
8883                   all messages are previewed
8884                 - new clist column showing Date
8885                 - ESC KEY close
8886                 FIXES:
8887                 - play ball with UIDL
8888                 - fault tolerant (?) 
8889                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8890
8891 2002-06-10 [melvin]     0.7.6claws36
8892
8893         * README.claws
8894                 Added a hint to ac/README in cvs instructions.
8895
8896         * src/prefs_actions.c
8897                 Made it possible to use a more elaborate command line
8898                 for asynchronous actions, too.
8899
8900 2002-06-10 [melvin]     0.7.6claws35
8901         
8902         * src/prefs_actions.c
8903                 Make it possible to use a more elaborate command line
8904                 (e.g. |foo|bar|cat>there;echo Done|)
8905                 Corrected error message when calling %f, %F and %p commands
8906                 from the compose window.
8907
8908 2002-06-09 [colin]      0.7.6claws34
8909
8910         * src/summaryview.c
8911                 Automatically find unread messages in current folder
8912                 before annoying the user.
8913
8914 2002-06-08 [alfons]     0.7.6claws33
8915
8916         * po/it.po
8917                 remove bad formatting string in it.po translation
8918                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8919
8920 2002-06-08 [paul]       0.7.6claws32
8921
8922         * sync with 0.7.6cvs25
8923                 see ChangeLog 2002-06-07
8924
8925 2002-06-05 [paul]       0.7.6claws31
8926
8927         * src/mainwindow.c
8928                 add 'Sort by locked' and 'Sort by score'
8929
8930 2002-06-05 [paul]       0.7.6claws30
8931
8932         * sync with 0.7.6cvs24
8933                 see ChangeLog 2002-06-04
8934
8935 2002-06-04 [paul]       0.7.6claws29
8936
8937         * po/pt_BR.po
8938                 updated by Fabio Junior Beneditto
8939
8940 2002-06-03 [thorsten]   0.7.6claws28
8941
8942         * src/matcher.c
8943                 fclose() matcherrc after reading
8944
8945 2002-06-03 [paul]       0.7.6claws27
8946
8947         * sync with 0.7.6cvs21
8948                 see ChangeLog 2002-05-31
8949
8950 2002-05-31 [paul]       0.7.6claws26
8951
8952         * sync with 0.7.6cvs20
8953                 see ChangeLog 2002-05-29 and 2002-05-30
8954
8955 2002-05-31 [paul]       0.7.6claws25
8956
8957         * src/imap.c
8958                 hopefully fix last buggy sync
8959
8960         * README.claws
8961                 correct typo in 'Actions' examples
8962
8963 2002-05-29 [paul]       0.7.6claws24
8964
8965         * sync with 0.7.6cvs18
8966                 see ChangeLog 2002-05-28 and 2002-05-29
8967
8968         * src/news.c
8969           src/nntp.[ch]
8970                 sync with above 
8971
8972 2002-05-28 [paul]       0.7.6claws23
8973
8974         * sync with 0.7.6cvs16
8975                 see ChangeLog 2002-05-28
8976
8977 2002-05-27 [thorsten]   0.7.6claws22 
8978
8979         * faq/it/sylpheed-faq-1.html
8980           faq/it/sylpheed-faq-2.html
8981           faq/it/sylpheed-faq-3.html
8982           faq/it/sylpheed-faq.html
8983                 corrected DOS lineendings
8984         * faq/de/sylpheed-faq-1.html
8985           faq/de/sylpheed-faq-2.html
8986           faq/en/sylpheed-faq-1.html
8987           faq/en/sylpheed-faq-2.html
8988           faq/en/sylpheed-faq-3.html
8989           faq/es/sylpheed-faq-1.html
8990           faq/es/sylpheed-faq-2.html
8991           faq/es/sylpheed-faq-3.html
8992           faq/fr/sylpheed-faq-1.html
8993           faq/it/sylpheed-faq-1.html
8994           faq/it/sylpheed-faq-2.html
8995           faq/it/sylpheed-faq-3.html
8996           faq/it/sylpheed-faq.html
8997                 changed ">" to &quot;
8998
8999 2002-05-27 [paul]       0.7.6claws21
9000         
9001         * sync with 0.7.6cvs15
9002                 see ChangeLog 2002-05-27
9003
9004 2002-05-27 [paul]       0.7.6claws20
9005
9006         * src/prefs_account.c
9007                 correct a typo
9008
9009 2002-05-26 [paul]       0.7.6claws19
9010
9011         * tools/README
9012                 correct a typo
9013
9014 2002-05-25 [paul]       0.7.6claws18
9015
9016         * tools/README
9017                 add description of kmail2sylpheed.pl
9018
9019 2002-05-25 [paul]       0.7.6claws17
9020
9021         * tools/kmail2sylpheed.pl       ** NEW FILE **
9022                 perl script that converts an exported Kmail address
9023                 book, converts it to sylpheed addressbook file,
9024                 writes the file to .sylpheed, and updates
9025                 addrbook--index.xml 
9026
9027 2002-05-25 [paul]       0.7.6claws16
9028
9029         * sync with 0.7.6cvs14
9030                 see ChangeLog 2002-05-23
9031
9032 2002-05-24 [paul]       0.7.6claws15
9033
9034         * README.claws
9035                 make a correction and add some more info
9036
9037 2002-05-24 [paul]       0.7.6claws14
9038
9039         * src/compose.c
9040                 fix memory leak in 
9041                 compose_redirect_write_headers_from_headerlist()
9042                 add Subject and Resent-Message-ID to
9043                 compose_redirect_write_headers()
9044                 Received, Subject, and X-UIDL are filtered out in 
9045                 compose_redirect_write_to_file()
9046
9047 2002-05-23 [paul]       0.7.6claws13
9048
9049         * src/compose.[ch]
9050           src/filtering.c
9051           src/mainwindow.c
9052           src/matcher.[ch]
9053           src/matcher_parser_lex.l
9054           src/matcher_parser_parse.y
9055           src/prefs_common.[ch]
9056           src/prefs_filtering.c
9057           src/summaryview.c
9058                 rename 'Bounce' to 'Redirect'
9059
9060 2002-05-23 [paul]       0.7.6claws12
9061
9062         * more sync with 0.7.6cvs13
9063           src/compose.c
9064                 see ChangeLog 2002-05-22
9065
9066 2002-05-22 [paul]       0.7.6claws11
9067
9068         * sync with 0.7.6cvs13
9069           src/codeconv.c
9070                 see ChangeLog 2002-05-20
9071           src/prefs_common.c
9072                 see ChangeLog 2002-05-22
9073
9074 2002-05-21 [melvin]     0.7.6claws10
9075
9076         * src/folderview.c
9077                 Added missing filtering and scoring headers
9078                 Fixed bad function call that showed garbage 
9079                 in Folder->Processing
9080
9081 2002-05-21 [paul]       0.7.6claws9
9082
9083         * tools/Makefile.am
9084                 make all tools executable, (patch by Alfons).
9085
9086 2002-05-20 [alfons]     0.7.6claws8
9087
9088         * src/procheader.c
9089                 don't forget to call mktime() so we have a valid week 
9090                 and year day
9091                 (Bug report by Roger Sondermann <mail@jumaros.de>)
9092
9093 2002-05-20 [paul]       0.7.6claws7
9094
9095         * src/html.c
9096                 fix broken parsing of urls
9097         * src/textview.c
9098                 fix displaying of urls
9099
9100                 both fixes from the patch [547855] by Eugene 
9101                 Brevdo (zonem)
9102
9103 2002-05-19 [alfons]     0.7.6claws6
9104
9105         * configure.in
9106                 make sylpheed configure correctly with the latest
9107                 and greatest of automake / autoconf / gettext
9108
9109 2002-05-19 [alfons]     0.7.6claws5
9110
9111         * src/procheader.c
9112         * src/procheader.h
9113                 add function for returning ime zone offset
9114         * src/quote_fmt.c
9115         * src/quote_fmt_parse.y
9116                 better quotation formatting - does not convert
9117                 to local time, but uses the original date string.
9118                 
9119                 Note: %z inserts the timezone offset (should 
9120                 work also on platforms where strftime does not
9121                 support %z).
9122
9123 2002-05-18 [christoph]  0.7.6claws4
9124
9125         * src/summaryview.c
9126                 fix indentation of some code
9127         * tools/Makefile.am
9128                 fix spaces after \
9129         * src/Makefile.am
9130                 add missing \
9131                 correct path for ignorethread.xpm
9132                 incorrect filename for sylpheed_logo.xpm
9133                 add missing include matcher_parser_parse.h
9134
9135 2002-05-18 [paul]       0.7.6claws3
9136
9137         * sync with 0.7.6cvs8
9138                 see ChangeLog 2002-05-16 and 2002-05-17
9139
9140 2002-05-18 [melvin]     0.7.6claws2
9141
9142         * README.claws
9143                 Corrected an action's definition and fixed some misspellings.
9144
9145 2002-05-18 [paul]       0.7.6claws1
9146
9147         * tools/Makefile.am
9148           tools/gpg-sign        ** new file **
9149           tools/uudec           ** new file **
9150                 add Melvin's Actions scripts
9151
9152         * README.claws
9153                 add Melvin's descriptions for Actions
9154
9155 2002-05-18 [paul]       0.7.6claws
9156
9157         * Version 0.7.6claws released
9158
9159 2002-05-17 [paul]       0.7.5claws32
9160
9161         * po/es.po
9162                 updated by Ricardo Mones Lastra
9163
9164 2002-05-17 [paul]       0.7.5claws31
9165
9166         * src/compose.c
9167                 fix Account prefs default folder for sent/draft/deleted
9168                 messages bug
9169
9170         * po/it.po
9171           po/nl.po
9172                 updated translation by Alessandro Maestri and
9173                 Wilbert Berendsen
9174
9175 2002-05-17 [melvin]     0.7.5claws30
9176
9177         * src/prefs_actions.c
9178                 Fixed bug where using %F not at the end of the command 
9179                 resulted in an additional empty argument being created.
9180                 Thanks to Darko Koruga for reporting the bug.
9181
9182 2002-05-17 [melvin]     0.7.5claws29
9183
9184         * po/fr.po
9185                 Updated French translations.
9186
9187 2002-05-15 [paul]       0.7.5claws28
9188         
9189         * po/es.po
9190                 updated by Ricardo Mones Lastra
9191
9192 2002-05-15 [paul]       0.7.5claws27
9193
9194         * sync with 0.7.6cvs4
9195                 see ChangeLog 2002-05-14 and 2002-05-15
9196
9197 2002-05-14 [paul]       0.7.5claws26
9198
9199         * sync with 0.7.6cvs1
9200                 see ChangeLog 2002-05-13
9201
9202 2002-05-13 [thorsten]   0.7.5claws25
9203
9204         * src/messageview.c
9205                 fix select_all and copy in multipart messages
9206         * src/mainwindow.c
9207                 fix select_all and copy in multipart messages
9208
9209 2002-05-12 [paul]       0.7.5claws24
9210
9211         * src/summaryview.c
9212                 reverse last commit, bug already fixed in 0.7.5claws3
9213
9214 2002-05-12 [netztorte]  0.7.5claws23
9215
9216         * src/summaryview.c
9217                 dont parse empty addressbook (checked in before claws20)
9218
9219 2002-05-12 [melvin]     0.7.5claws22
9220
9221         * src/procmsg.[ch]
9222                 Removed unneeded priority code introduced by the previous 
9223                 commit.
9224
9225 2002-05-12 [melvin]     0.7.5claws21
9226
9227         * src/compose.[ch]
9228                 Added possibility to set message's priority.
9229         * src/procmsg.[ch]
9230                 Added possibility to set message's priority.
9231                 Added missing headers
9232
9233 2002-05-12 [melvin]     0.7.5claws20
9234
9235         * src/prefs_actions.c
9236                 Removed implicitely added quotes around the name
9237                 of the temporary files of mime parts.
9238
9239 2002-05-12 [paul]       0.7.5claws19
9240
9241         * sync with 0.7.5cvs20
9242                 see ChangeLog 2002-05-11
9243
9244 2002-05-12 [alfons]     0.7.5claws18
9245
9246         * src/quote_fmt_lex.l
9247         * src/quote_fmt_parse.y
9248                 allow quote / reply date & time format to be set using
9249                 %D{format}. format is a format string you'd pass to
9250                 strftime() (see man strftime, or the Display tab |
9251                 Date format setting).
9252
9253                 Currently %D converts the date to local time. 
9254
9255 2002-05-11 [paul]       0.7.5claws17
9256
9257         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
9258                 see ChangeLog 2002-05-10 and 2002-05-11
9259
9260 2002-05-10 [paul]       0.7.5claws16
9261
9262         * sync with 0.7.5cvs16
9263                 see ChangeLog entries 2002-05-09 and 
9264                 2002-05-10
9265
9266 2002-05-10 [colin]      0.7.5claws15
9267
9268         * src/textview.c
9269                 Corrected a bug that prevented sylpheed to open
9270                 double-clicked URIs.
9271
9272 2002-05-09 [paul]       0.7.5claws14
9273
9274         * sync with 0.7.5cvs14
9275                 see ChangeLog 2002-05-08 and 2002-05-09
9276
9277 2002-05-08 [paul]       0.7.5claws13
9278
9279         * sync with 0.7.5cvs11
9280                 see ChangeLog entry 2002-05-08
9281
9282 2002-05-08 [paul]       0.7.5claws12
9283
9284         * src/mainwindow.c
9285           src/textview.[ch]
9286                 fix segfault on View->Open in new window
9287                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9288
9289 2002-05-07 [paul]       0.7.5claws11
9290
9291         * sync with 0.7.5cvs9
9292                 see ChangeLog entry 2002-05-07
9293
9294 2002-05-06 [paul]       0.7.5claws10
9295
9296         * src/messageview.c
9297           src/textview.c
9298                 display url in statusbar on single-click
9299                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9300
9301 2002-05-06 [match]      0.7.5claws9
9302
9303         * src/addritem.[ch]
9304                 new functions.
9305         * src/addrcache.c
9306                 tidy up.
9307         * src/xmlprops.[ch]
9308                 XML implementation of properties file.
9309         * src/exporthtml.[ch]
9310         * src/expthtmldlg.[ch]
9311         * src/addressbook.c
9312                 export to HTML.
9313
9314 2002-05-02 [sergey]     0.7.5claws8
9315
9316         * src/mainwindow.c (mainwin_entries),
9317           src/prefs_common.c (prefs_send_create()),
9318           src/codeconv.c (locale_table):
9319                 use charset name "Windows-1251" instead of "CP1251".
9320
9321 2002-05-02 [colin]      0.7.5claws7
9322         
9323         * src/compose.c
9324           src/prefs_common.c
9325           src/prefs_folder_item.c
9326                 Fixed cosmetics bugs due to Outbox renamed to Sent.
9327
9328 2002-05-02 [hiro]       0.7.5claws6
9329
9330         * src/imap.c
9331                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
9332
9333 2002-05-02 [paul]       0.7.5claws5
9334
9335         * src/compose.c
9336                 more sync with 0.7.5cvs7, see ChangeLog entry
9337                 2002-05-02
9338
9339 2002-05-02 [hiro]       0.7.5claws4
9340
9341         * src/compose.c
9342                 compose_queue_sub():
9343                 check if queue folder exists (closes #550397).
9344                 removed directory creation since it should be handled
9345                 transparently.
9346         * src/imap.c
9347                 imap_add_msg(): return UID for appended message
9348                 (closes #548842).
9349
9350 2002-04-30 [paul]       0.7.5claws3
9351
9352         * src/summaryview.c
9353                 fix account_find_from_address() bug
9354
9355 2002-04-28 [colin]      0.7.5claws2
9356
9357         * src/compose.c
9358           src/textview.c
9359           src/prefs_common.[ch]
9360           src/utils.[ch]
9361                 Added user-definable quotation characters recognition.
9362
9363 2002-04-28 [paul]       0.7.5claws1
9364
9365         * sync with 0.7.5cvs4
9366                 see ChangeLog entry  2002-04-25
9367
9368 2002-04-28 [paul]       0.7.5claws
9369
9370         * po/es.po
9371           po/nl.po
9372           po/pt_BR.po
9373                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
9374                 Fabio Junior Beneditto
9375
9376 2002-04-27 [jens]       0.7.4claws103
9377
9378         * po/de.po
9379                 updated German translation.
9380
9381 2002-04-27 [hiro]       0.7.4claws102
9382
9383         * src/summaryview.c
9384                 summary_write_cache(): fixed the mark loss of hidden messages.
9385
9386 2002-04-26 [melvin]     0.7.4claws101
9387
9388         * src/procmsg.c
9389                 fixed a second typo (same one)
9390         * po/fr.po
9391           po/it.po
9392           po/pt_BR.po
9393                 fixed the type again...
9394
9395 2002-04-26 [melvin]     0.7.4claws100
9396
9397         * src/procmsg.c
9398                 fixed a typo in an alert message ("temorary").
9399         * po/it.po
9400         * po/pt_BR.po
9401                 corrected the typo  described above.
9402         * po/fr.po
9403                 updated French translation.
9404
9405 2002-04-26 [darko]      0.7.4claws99
9406
9407         * src/summaryview.c
9408                 fix target folder colorization
9409
9410 2002-04-25 [paul]       0.7.4claws98
9411
9412         * po/it.po
9413                 updated by Alessandro Maestri
9414
9415 2002-04-24 [colin]      0.7.4claws97
9416         
9417         * src/compose.c
9418                 Fixed double "subject is empty" question.
9419
9420 2002-04-23 [colin]      0.7.4claws96
9421         
9422         * src/mimeview.c
9423                 Corrected issue when "automatically display images" was
9424                 not set : first image remained after selecting second.
9425
9426 2002-04-23 [melvin]     0.7.4claws95
9427
9428         * src/prefs_actions.c
9429                 Don't display in/out dialog if there is nothing to show.
9430
9431 2002-04-23 [paul]       0.7.4claws94
9432
9433         * sync with 0.7.5cvs3
9434                 bug fixes: see ChangeLog entry 2002-04-23
9435
9436 2002-04-22 [darko]      0.7.4claws93
9437
9438         * src/compose.c
9439                 fix previous check-in which changed code after
9440                 merge from main
9441
9442 2002-04-22 [paul]       0.7.4claws92
9443
9444         * faq/de/*
9445                 add German FAQ
9446         * faq/en/*
9447           faq/es/*
9448           faq/fr/*
9449                 update English, Spanish and French FAQs
9450         * manual/de/*
9451           manual/es/*
9452                 add German and Spanish manuals
9453         * manual/en/*
9454           manual/fr/*
9455                 update English and French manuals
9456
9457         * src/Makefile.am
9458                 add to and re-arrange the pixmap entries
9459
9460 2002-04-22 [darko]      0.7.4claws91
9461
9462         * src/compose.c
9463                 fix sender initials recognition to only allow
9464                 '>' after the initials
9465
9466 2002-04-21 [paul]       0.7.4claws90
9467
9468         * sync with 0.7.5 release
9469                 see ChangeLog entry 2002-04-21
9470
9471 2002-04-21 [alfons]
9472
9473         * src/Makefile.am
9474                 add colin's new pixmaps to EXTRA_DIST
9475
9476 2002-04-21 [colin]      0.7.4claws89
9477         * src/compose.c
9478         * src/inc.c
9479         * src/mainwindow.[ch]
9480         * src/prefs_common.[ch]
9481         * src/stock_pixmap.[ch]
9482                 Added "Work offline" ability.
9483
9484 2002-04-21 [colin]      0.7.4claws88
9485         
9486         * src/mimeview.c
9487         * src/prefs_common.c
9488         * src/prefs_common.h
9489         * src/textview.c : Added an option to common preferences -> display
9490           to allow user not to automatically display images.
9491
9492 2002-04-21 [paul]       0.7.4claws87
9493
9494         * sync with 0.7.4cvs52
9495                 see ChangeLog entry 2002-04-21 (src/imap.c)
9496
9497 2002-04-21 [paul]       0.7.4claws86
9498
9499         * sync with 0.7.4cvs51
9500                 see ChangeLog entry 2002-04-21
9501
9502 2002-04-21 [paul]       0.7.4claws85
9503
9504         * sync with 0.7.4cvs49
9505                 see ChangeLog entries 2002-04-20 and 2002-04-21
9506
9507         * src/Makefile.am
9508                 clean up: remove old 'stock_' element from xpm 
9509                 filenames.
9510
9511 2002-04-21 [alfons]     0.7.4claws84
9512
9513         apply sync patch from Paul
9514
9515         * src/folderview.c
9516                 use old claws prefs_folder_item_create() for now
9517
9518 2002-04-19 [match]      0.7.4claws83
9519
9520         * src/addressbook.[ch]
9521         * src/addrharvest.[ch]
9522         * src/addrgather.[ch]
9523                 recurse folders.
9524         * src/mainwindow.c
9525         * src/summaryview.[ch]
9526                 change menu option.
9527
9528 2002-04-19 [paul]       0.7.4claws82
9529
9530         * po/pt_BR.po
9531                 updated by Fabio Junior Beneditto
9532
9533 2002-04-14 [alfons]     0.7.4claws81
9534
9535         * src/passphrase.c
9536                 add #include <sys/types.h> for mode_t and off_t 
9537
9538 2002-04-13 [paul]       0.7.4claws80
9539         
9540         * src/main.c
9541           src/passphrase.[ch]
9542           src/pgptext.c
9543           src/prefs_common.[ch]
9544           src/rfc2015.c
9545                 enable storing of GnuPG passphrase for the whole 
9546                 session or a user-defined number of minutes. patch 
9547                 submitted by Ravemax <ravemax@dextrose.com>
9548
9549 2002-04-13 [alfons]     0.7.4claws79
9550
9551         * src/textview.c
9552                 make email parser also stop scanning when encountering separators
9553                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
9554
9555 2002-04-13 [paul]       0.7.4claws78
9556
9557         * sync with 0.7.4cvs39
9558                 see ChangeLog entry 2002-04-12
9559
9560 2002-04-11 [paul]       0.7.4claws77
9561
9562         * sync with 0.7.4cvs37
9563                 see ChangeLog entry 2002-04-11
9564
9565 2002-04-11 [paul]       0.7.4claws76
9566
9567         * COPYING 
9568                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
9569                 the clause for OpenSSL). sync with sylpheed main
9570
9571 2002-04-09 [melvin]     0.7.4claws75
9572
9573         * src/compose.c
9574                 Made 'Ctrl-Enter' on send ignore some modifiers 
9575                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
9576                 to bind other *-Enter (but not Alt-Enter).
9577
9578 2002-04-09 [paul]       0.7.4claws74
9579
9580         * sync with 0.7.4cvs35
9581                 see ChangeLog entries 2002-04-09
9582
9583 2002-04-08 [paul]       0.7.4claws73
9584
9585         * sync with 0.7.4cvs33
9586                 see ChangeLog entry 200-04-08
9587
9588 2002-04-07 [match]      0.7.4claws72
9589
9590         * src/addrharvest.[ch]
9591                 fixed to read all addresses in header, regardless
9592                 of header size. improved name parsing. accommodate
9593                 harvest from folders and selected message.
9594         * src/addritem.[ch]
9595                 included new address parsing function.
9596         * src/addrgather.[ch]
9597         * src/addressbook.[ch]
9598         * src/summaryview.[ch]
9599         * src/mainwindow.c
9600                 allow address harvest of folder as well as selected
9601                 messages.
9602
9603 2002-04-07 [paul]       0.7.4claws71
9604
9605         * src/esmtp.[ch]
9606           src/smtp.c
9607                 don't try to authenticate with CRAM-MD5 in SMTP when 
9608                 SMTP-AUTH enabled if MTA doesn't issue this 
9609                 auth-method in it's ehlo-response. bug item #531364,
9610                 patch item #938910. patch submitted by Colin Leroy 
9611                 <colin@colino.net>
9612
9613 2002-04-07 [paul]       0.7.4claws70
9614
9615         * src/nntp.c
9616                 fix missing MODE_READER bug. patch submitted by
9617                 Colin Leroy <colin@colino.net>
9618
9619 2002-04-07 [alfons]     0.7.4claws69
9620
9621         * src/matcher.[ch]
9622         * src/prefs_filtering.c
9623         * src/summaryview.c
9624                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
9625                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
9626
9627 2002-04-07 [paul]       0.7.4claws68
9628
9629         * sync with 0.7.4cvs32
9630                 see ChangeLog entry 2002-04-06
9631
9632         * tools/filter_conv.pl
9633                 more bug fixes
9634
9635 2002-04-06 [paul]       0.7.4claws67
9636
9637         * tools/filter_conv.pl
9638                 modify to be able to find the name of the first
9639                 mailbox and use that. main's filter does not
9640                 record the full path to the mailbox and therefore
9641                 can only filter to the first mailbox.
9642
9643 2002-04-05 [paul]       0.7.4claws66
9644
9645         * tools/filter_conv.pl
9646                 attempt to make the script all-encompassing and
9647                 be able to convert any main 'filter' rule thrown
9648                 at it
9649
9650 2002-04-05 [paul]       0.7.4claws65
9651
9652         * tools/filter_conv.pl
9653                 allow for collapsed folder trees
9654
9655 2002-04-05 [paul]       0.7.4claws64
9656
9657         * sync with 0.7.4cvs31
9658                 see ChangeLog entries 2002-04-05
9659
9660 2002-04-03 [paul]       0.7.4claws63
9661
9662         * sync with 0.7.4cvs29
9663                 see ChangeLog entries 2002-04-02 and 2002-04-03
9664
9665 2002-04-02 [paul]       0.7.4claws62
9666
9667         * sync with 0.7.4cvs26
9668                 see ChangeLog entry 2002-04-01
9669
9670 2002-04-02 [match]      0.7.4claws61
9671
9672         * src/pine.[ch]
9673         * src/importpine.[ch]
9674         * src/addressbook.c
9675                 import Pine address book.
9676
9677 2002-04-02 [match]      0.7.4claws60
9678
9679         * src/addrharvest.[ch]
9680                 improve address parsing of funky addresses.
9681
9682 2002-04-02 [darko]      0.7.4claws59
9683
9684         * src/compose.c
9685                 wrap on send improvements, it now recognizes quoted
9686                 initials as part of the quotation string, and it
9687                 does not join lines separated by CR
9688
9689 2002-04-01 [match]      0.7.4claws58
9690
9691         * src/mgutils.[ch]
9692                 added new functions.
9693         * src/mutt.[ch]
9694                 remove excessive duplicate address generation
9695                 on import.
9696
9697 2002-04-01 [alfons]     0.7.4claws57
9698         
9699         * src/summaryview.c
9700                 put back g_free() 
9701
9702 2002-04-01 [paul]       0.7.4claws56
9703
9704         * sync with 0.7.4cvs25
9705                 see ChangeLog entry 2002-04-01
9706
9707 2002-04-01 [alfons]     0.7.4aprilfool55
9708
9709         * src/summaryview.c
9710                 honour feature request item #537427 to allow for
9711                 displaying names from address book for sent mail also
9712
9713 2002-03-29 [paul]       0.7.4claws54
9714
9715         * src/mainwindow.c
9716           src/prefs_filtering.[ch]
9717           src/prefs_matcher.c
9718           src/summaryview.c
9719                 add 'fast filter' for claws' filtering,
9720                 /Tools/Create filter rule/... patch submitted
9721                 by Neill Miller <neillm@thecodefactory.org>
9722
9723 2002-03-29 [paul]       0.7.4claws53
9724
9725         * sync with 0.7.4cvs24
9726                 see ChangeLog entry 2002-03-29
9727
9728 2002-03-28 [paul]       0.7.4claws52
9729
9730         * sync with 0.7.4cvs23
9731                 see ChangeLog entry 2002-03-28
9732
9733 2002-03-27 [melvin]     0.7.4claws51
9734
9735         * src/prefs_actions.c
9736                 Added support to pass only one message part (as a
9737                 file) to the command using '%p'. No quotes are needed
9738                 because doubles quotes are automatically added.
9739                 Fixed bug where Sylpheed could block when waiting for
9740                 a child process to finish.
9741                 Changed the help menu to remove quotes around symbols to 
9742                 avoid misinterpretation (they must not be used).
9743
9744 2002-03-27 [melvin]     0.7.4claws50
9745
9746         * src/inc.c
9747                 Made the new mail notification command always 
9748                 execute asynchronously.
9749
9750 2002-03-27 [paul]       0.7.4claws49
9751
9752         * src/compose.c
9753                 fix bug introduced in last commit
9754
9755 2002-03-27 [paul]       0.7.4claws48
9756
9757         * sync with 0.7.4cvs21
9758                 see ChangeLog 2002-03-26 and 2002-03-27
9759
9760 2002-03-26 [hoa]        0.7.4claws47
9761
9762         * src/prefs_folder_item.c
9763                 really fixed the bug #516442 with folder rescan.
9764
9765 2002-03-26 [paul]       0.7.4claws46
9766
9767         * sync with 0.7.4cvs19
9768                 see ChangeLog entries 2002-03-25 and 2002-03-26
9769
9770 2002-03-25 [hoa]        0.7.4claws45
9771
9772         * src/matcher.c
9773         * src/mh.c
9774                 fix the bug #516442 with folder rescan.
9775
9776         * src/prefs_common.[ch]
9777         * src/compose.c
9778                 added an option to enable two different behaviours
9779                 for bounce.
9780
9781
9782 2002-03-25 [paul]       0.7.4claws44
9783
9784         * src/mainwindow.c
9785           src/selective_download.c
9786                 correct a few menuitem labels
9787
9788 2002-03-25 [christoph]  0.7.4claws43
9789
9790         * src/procmsg.c
9791                 fix non deleted tmp message in
9792                 procmsg_save_to_outbox
9793                 fix problems caused by sync with
9794                 main branch's procmsg_send_queue
9795
9796 2002-03-25 [paul]       0.7.4claws42
9797
9798         * src/quote_fmt.c
9799           src/quote_fmt_lex.l
9800           src/quote_fmt_parse.y
9801                 add Last name (%L) placeholder for quoting. 
9802                 patch submitted by Thorsten Thielen 
9803                 <thth@users.sourceforge.net>
9804
9805 2002-03-25 [paul]       0.7.4claws41
9806
9807         * src/utils.c
9808                 get full hostname. patch submitted by
9809                 Bob Woodside <rwoodside1@comcast.net>
9810
9811 2002-03-25 [paul]       0.7.4claws40
9812
9813         * src/account.c
9814           src/news.c
9815           src/nntp.[ch]
9816           src/prefs_account.[ch]
9817                 enable NNTP over SSL. patch submitted by
9818                 Pascal Jermini <pascal@infinity.hn.org>
9819
9820 2002-03-24 [paul]       0.7.4claws39
9821
9822         * src/prefs_common.c
9823                 make the arrangement of the Compose tab more
9824                 coherent
9825
9826         * src/mainwindow.c
9827                 fix some irregularities of style
9828
9829         * po/de.po
9830                 updated by Kilian Krause
9831
9832 2002-03-23 [paul]       0.7.4claws38
9833
9834         * po/pt_BR.po
9835                 updated by Fabio Junior Beneditto
9836
9837 2002-03-23 [paul]       0.7.4claws37
9838
9839         * src/mainwindow.c
9840                 move 'Gather addresses' to 'Tools' menu
9841                 make 'Selective download' sensitive
9842
9843 2002-03-23 [paul]       0.7.4claws36
9844
9845         * sync with 0.7.4cvs16
9846                 see ChangeLog entries 2002-03-23
9847
9848 2002-03-22 [christoph]  0.7.4claws35
9849
9850         * src/quote_fmt_parse.y
9851                 fix include program output
9852
9853 2002-03-22 [alfons]     0.7.4claws34
9854
9855         * src/pop.c
9856                 initialize GDate stack variable correctly (sorry!)
9857
9858 2002-03-22 [paul]       0.7.4claws33
9859
9860         * src/compose.c
9861           src/mainwindow.c
9862           src/prefs_actions.c
9863           src/prefs_common.c
9864                 rename 'Tool' to 'Tools'
9865
9866         * src/mainwindow.c
9867                 move 'Delete duplicated messages' from
9868                 'Message/' to 'Tools/'
9869                 re-arrange the order of 'Tools/' items
9870
9871 2002-03-22 [paul]       0.7.4claws32
9872
9873         * src/addr_compl.c
9874           src/addressbook.[ch]
9875                 auto-address completion now also matches on
9876                 Nickname. patch submitted by Bob Forsman 
9877                 <hammor@users.sourceforge.net>
9878
9879         * src/editaddress.c
9880                 correct a spelling mistake
9881
9882 2002-03-22 [alfons]     0.7.4claws31
9883
9884         * src/pop.c
9885                 fix getting uidl from incorrect string 
9886                 (spotted by Colin)
9887
9888 2002-03-21 [alfons]     0.7.4claws30
9889
9890         * src/pop.c
9891                 more code refactoring
9892                 plug mem leak introduced by delete on server
9893
9894 2002-03-21 [paul]       0.7.4claws29
9895
9896         * sync with 0.7.4cvs11
9897                 see ChangeLog entries 2002-03-20
9898
9899 2002-03-20 [alfons]     0.7.4claws28
9900
9901         * src/inc.c
9902                 apply Colin's patch and refactor
9903
9904 2002-03-20 [paul]       0.7.4claws27
9905
9906         * sync with sylpheed 0.7.4cvs9
9907                 see ChangeLog entry 2002-03-20
9908
9909 2002-03-19 [christoph]  0.7.4claws26
9910
9911         * src/mh.c
9912         * src/procmsg.[ch]
9913         * src/summaryview.c
9914                 revert changes for flag updates
9915                 (does not work correctly and no time to debug)
9916
9917 2002-03-20 [alfons]     0.7.4claws25
9918
9919         * src/pop.c
9920                 refactor should_delete() a little bit 
9921
9922 2002-03-19 [paul]       0.7.4claws24
9923
9924         * src/inc.[ch]
9925           src/pop.c
9926           src/prefs_account.[ch]
9927                 allow the user to leave downloaded mail on the 
9928                 server for n days. Patch submitted by Colin Leroy 
9929                 <colin@colino.net>
9930
9931 2002-02-19 [paul]       0.7.4claws23
9932
9933         * sync with sylpheed 0.7.4cvs8
9934                 see ChangeLog entries 2002-03-19
9935
9936 2002-03-18 [paul]       0.7.4claws22
9937
9938         * sync with sylpheed 0.7.4cvs6
9939                 see ChangeLog entry 2002-03-18
9940
9941 2002-03-18 [paul]       0.7.4claws21
9942
9943         * po/en_GB.po
9944                 add en_GB message catalogue
9945
9946         * src/mbox_folder.c
9947           src/prefs_account.c
9948           src/prefs_actions.c
9949                 correct a few spelling mistakes
9950
9951 2002-03-17 [alfons]     0.7.4claws20
9952
9953         * src/matcher.c
9954                 more stringent checks for NULL params when writing
9955                 filtering actions to a file
9956                 
9957 2002-03-17 [hoa]        0.7.3claws20
9958
9959         * src/news.c
9960                 fixed the count of new messages
9961
9962         * src/compose.c
9963                 fixed the "attachment properties" window
9964
9965 2002-03-17 [paul]       0.7.4claws19
9966
9967         * src/defs.h
9968           src/folder.h
9969           src/news.c
9970           src/prefs_account.[ch]
9971           src/procmsg.[ch]
9972           src/summaryview.c
9973                 automatically mark cross-posted messages as read 
9974                 and (optionally) give them a colour label
9975                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
9976                 
9977
9978 2002-03-17 [paul]       0.7.4claws18
9979
9980         * sync with sylpheed 0.7.4cvs5
9981                 see ChangeLog entry 2002-03-17
9982
9983 2002-03-17 [melvin]     0.7.4claws17
9984         
9985         * src/textview.c
9986                 Worked around a gtktext 'bug': when searching for 
9987                 a text in a long message it was scrolling slowly
9988                 line by line until it hit the searched text.
9989         * po/fr.po
9990                 Updated French translation
9991
9992 2002-03-17 [melvin]     0.7.4claws16
9993
9994         * src/mainwindow.c
9995         * src/compose.c
9996         * src/prefs_actions.c
9997                 Moved "Edit/Actions" to "Tool/Actions"
9998                 Made mainwindow/compose window sensitive as soon as
9999                 no child process is running anymore even if the io dialog
10000                 is open.
10001                 Fixed a struct being initialized with a non constant char*
10002
10003 2002-03-16 [christoph]  0.7.4claws15
10004
10005         * configure.in
10006                 add --with-compiler-flags option
10007                 (only for developer hacking)
10008         * src/mh.c
10009         * src/procmsg.[ch]
10010         * src/summaryview.c
10011                 try to make folder-stats and flag handling more
10012                 independent from the summaryview. msgcounts
10013                 are only set when the folder is opened and
10014                 procmsg_msginfo_(un)set_flags will handle it
10015                 later and summaryview will get the values
10016                 from the folder.
10017
10018 2002-03-16 [paul]       0.7.4claws14
10019
10020         * src/messageview.c
10021                 fix Return-receipt. Patch submitted by Bob
10022                 Woodside <rwoodside1@comcast.net>
10023
10024 2002-03-16 [paul]       0.7.4claws13
10025
10026         * src/compose.c
10027                 fix 'dynamic' signatures, make it work again
10028                 broken during sync on 2002-03-14 (0.7.4claws2)
10029
10030 2002-03-15 [match]      0.7.4claws12
10031
10032         * src/addrharvest.[ch]
10033         * src/addrgather.[ch]
10034         * src/addressbook.[ch]
10035         * src/mainwindow.c
10036                 included address harvester feature. still some
10037                 issues with address parsing that I will fix.
10038
10039 2002-03-15 [match]      0.7.4claws11
10040
10041         * src/addrbook.[ch]
10042         * src/addrcache.[ch]
10043         * src/addressbook.[ch]
10044         * src/addrindex.c
10045         * src/editbook.c
10046         * src/importldif.c
10047         * src/importmutt.c
10048         * src/jpilot.[ch]
10049         * src/main.c
10050         * src/syldap.[ch]
10051         * src/vcard.[ch]
10052                 tidy up. fix memory leaks. moved attribs and methods
10053                 from individual interfaces to addrcache object. prep
10054                 for new stuff to come in.
10055
10056 2002-03-15 [alfons]     0.7.4claws10
10057
10058         * src/matcher.[ch]
10059         * src/matcher_parser_parse.y
10060         * src/matcher_parser_lex.l
10061         * src/prefs_matcher.c
10062                 add filtering conditions message greater than, smaller 
10063                 than, and exactly matching a size in bytes
10064                 (does not work with delete from POP3 server yet)
10065
10066                 this should also give others an idea what you should
10067                 do to add new criterions to claws filtering system
10068                 
10069
10070 2002-03-15 [paul]       0.7.4claws9
10071
10072         * tools/filter_conv.pl
10073                 exit if there are no filter rules to convert
10074                 rename filterrc to filterrc.old after completion
10075
10076 2002-03-15 [paul]       0.7.4claws8
10077
10078         * sync with sylpheed 0.7.4cvs3
10079                 see ChangeLog entry 2002-03-14
10080
10081 2002-03-14 [paul]       0.7.4claws7
10082
10083         * src/compose.c
10084                 clean up the last commit (ahem)
10085
10086 2002-03-14 [paul]       0.7.4claws6
10087
10088         * src/compose.c
10089                 fix bug #515655. honour account preferences
10090                 regarding gpg default signing/encryption when 
10091                 changing account from the compose window.
10092
10093 2002-03-14 [paul]       0.7.4claws5
10094
10095         * src/folderview.c
10096                 remove unnecessary curly brackets
10097
10098 2002-03-14 [paul]       0.7.4claws4
10099
10100         * src/folderview.c
10101           src/prefs_filtering.[ch]
10102                 add filter rename on folder rename and filter
10103                 delete on folder delete. Patch submitted by
10104                 Neill Miller <neillm@thecodefactory.org> 
10105
10106 2002-03-14 [christoph]  0.7.4claws3
10107
10108         * src/procmsg.c
10109         * src/send.c
10110                 fix local delivery
10111                 (patch submitted by "Simon 'corecode' Schubert")
10112         * src/prefs_common.c
10113         * src/procmsg.c
10114                 fix gcc 3.0 warning
10115
10116 2002-03-14 [paul]       0.7.4claws2
10117
10118         * sync with sylpheed 0.7.4cvs2
10119                 see ChangeLog entry 2002-03-13
10120
10121 2002-03-12 [darko]      0.7.4claws1
10122
10123         * src/mainwindow.c
10124                 fix what seems to be a copy and paste error
10125                 when setting color for important messages
10126                 (reported by wwp)
10127
10128 2002-03-11 [paul]       version 0.7.4claws released
10129
10130 2002-03-11 [paul]       0.7.4claws
10131
10132         * po/es.po
10133           po/it.po
10134           po/nl.po
10135           po/pt_BR.po
10136                 update message catalogs. Submitted by Ricardo Mones 
10137                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
10138                 Fabio Junior Beneditto
10139
10140         * configure.in
10141           faq/Makefile.am
10142           faq/it/Makefile
10143           faq/it/sylpheed-faq*
10144           src/mainwindow.c
10145           src/manual.[ch]
10146                 add FAQ in Italian
10147         
10148
10149 2002-03-11 [jens]       0.7.3claws7
10150
10151         * po/de.po
10152                 updated German translation
10153
10154 2002-03-11 [melvin]     0.7.3claws6
10155
10156         * po/fr.po
10157                 updated and corrected French translation
10158
10159 2002-03-10 [hoa]        0.7.3claws5
10160
10161         * src/account.c
10162         * src/inc.c
10163         * src/prefs_account.c
10164         * src/procmsg.c
10165         * src/send.[ch]
10166                 fixed the local account.
10167                 you have to change the default "/usr/sbin/sendmail"
10168                 to "/usr/sbin/sendmail -t" in the preferences of
10169                 the local account.
10170
10171         * src/procmime.c
10172                 removed some debug display for renderer
10173
10174 2002-03-10 [paul]       0.7.3claws4
10175
10176         * faq/en/sylpheed-faq-1.html
10177           faq/en/sylpheed-faq-2.html
10178                 update
10179
10180 2002-03-09 [paul]       0.7.3claws3
10181
10182         * sync with sylpheed 0.7.4
10183                 see ChangeLog entry 2002-03-09
10184
10185 2002-03-08 [paul]       0.7.3claws2
10186
10187         * faq/en/sylpheed-faq*
10188           faq/es/sylpheed-faq*
10189           faq/fr/sylpheed-faq*
10190                 update the FAQs
10191
10192         * manual/fr/.cvsignore
10193           manual/fr/Makefilea.am
10194           manual/fr/sylpheed*
10195           src/mainwindow.c
10196           src/manual.[ch]
10197                 add the French manual
10198
10199 2002-03-07 [paul]       0.7.3claws1
10200
10201         * sync with sylpheed 0.7.3cvs4
10202                 see ChangeLog entries  2002-03-06 and 2002-03-07
10203         
10204         * po/nl.po
10205                 updated by Wilbert Berendsen
10206
10207 2002-03-07 [melvin]     0.7.2claws34
10208
10209         * src/selective_download.c
10210                 Changed the pixmap of the receive button to MAIL_RECEIVE.
10211
10212 2002-03-06 [paul]       0.7.2claws33
10213
10214         * sync with sylpheed 0.7.3cvs1
10215                 bug fix, see ChangeLog entry 2002-03-05
10216
10217 2002-03-05 [paul]       0.7.2claws32
10218
10219         * src/mimeview.c
10220           src/pgptext.[ch]
10221           src/procmsg.c
10222                 reverse the pgp ascii-armored code implemented in 
10223                 0.7.2claws16. removal of this code until it matures.
10224                 this means that verifying ascii-armored pgp sigs and
10225                 automatic decryption of ascii-armored encrypted
10226                 messages no longer works.
10227
10228 2002-03-05 [paul]       0.7.2claws31
10229
10230         * configure.in
10231           Makefile.am
10232         * faq/Makefile.am
10233         * faq/en/Makefile.am
10234           faq/en/sylpheed-faq.html
10235           faq/en/sylpheed-faq-1.html
10236           faq/en/sylpheed-faq-2.html
10237           faq/en/sylpheed-faq-3.html
10238         * faq/es/Makefile.am
10239           faq/es/sylpheed-faq.html
10240           faq/es/sylpheed-faq-1.html
10241           faq/es/sylpheed-faq-2.html
10242           faq/es/sylpheed-faq-3.html
10243           faq/es/sylpheed-faq-4.html
10244         * faq/fr/Makefile.am
10245           faq/fr/sylpheed-faq.html
10246           faq/fr/sylpheed-faq-1.html
10247           faq/fr/sylpheed-faq-2.html
10248           faq/fr/sylpheed-faq-3.html
10249         * src/Makefile.am
10250           src/defs.h
10251           src/mainwindow.c
10252           src/manual.[ch]
10253                 add FAQs in English, Spanish and French
10254
10255
10256 2002-03-05 [paul]       0.7.2claws30
10257
10258         * manual/en/sylpheed.html
10259           manual/en/sylpheed-XX.html
10260                 updated the English manual
10261
10262 2002-03-05 [hoa]        
10263
10264         * src/summaryview.c
10265                 dialog box pops up if the article can't be deleted.
10266
10267 2002-03-04 [paul]       
10268         
10269         * po/pt_BR.po
10270                 updated by Fabio Junior Benedito
10271
10272 2002-03-04 [hoa]
10273
10274         * removed ac/gpgme.m4
10275                 to avoid autogen common problem
10276                 developers have to install gpgme development package now
10277
10278         * src/compose.c
10279                 encoding to 7bit or 8bit is enabled.
10280
10281 2002-03-03 [alfons]     0.7.2claws29
10282
10283         * src/pop.c
10284                 merge fix by Oliver Haertel for selective
10285                 download buglet
10286
10287 2002-03-03 [paul]       0.7.2claws28
10288         
10289         * sync with sylpheed 0.7.3
10290
10291 2002-03-03 [paul]       0.7.2claws27
10292
10293         * sync with sylpheed 0.7.2cvs24
10294                 see ChangeLog entries 2002-03-02 and 2002-03-03
10295
10296 2002-03-02 [melvin]     0.7.2claws26
10297
10298         * src/inc.[ch]
10299         * src/main.c
10300         * src/mainwindow.c
10301         * src/prefs_common.[ch]
10302                 Added user definable notification on new mail arrival.
10303                 Removed unused variables in spell checker prefs code.
10304
10305 2002-03-02 [melvin]     0.7.2claws25
10306
10307         * src/quote_fmt.c
10308                 Removed unnecessary escape sequences.
10309                 Changed 'Initial...' to 'Initials of Sender'
10310
10311 2002-03-02 [paul]       0.7.2claws24
10312
10313         * sync with sylpheed 0.7.2cvs22
10314                 see ChangeLog entry 2002-03-01
10315
10316 2002-03-01 [hoa]        0.7.2claws23
10317
10318         * src/mainwindow.c
10319                 Set sensitivity of delete actions to active
10320                 even if the folder is a newsgroup.
10321
10322         * src/summaryview.c
10323                 - Set sensitivity of delete actions
10324                 - Added function check_permission() that will check if the
10325                   user is authorized to delete a message. For news, it
10326                   will check if the author is the same.
10327                 - Enabled deletion when there is no trash folder.
10328
10329         * src/news.[ch]
10330                 - Added news_cancel_article() to cancel articles
10331                 - Implemented news_remove_message() (public function)
10332
10333 2002-03-01 [paul]       0.7.2claws22
10334
10335         * src/gtkutils.c
10336           src/textview.c
10337                 recognise urls that that don't include 'http://' and
10338                 simply begin 'www.' 
10339
10340         * AUTHORS
10341                 remove duplicated name
10342
10343 2002-02-28 [paul]       0.7.2claws21
10344
10345         * src/mainwindow.c
10346           src/summaryview.[ch]
10347                 add ability to 'Select thread'
10348                 combines Melvin's "Select thread's head" patch (#510907)
10349                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
10350                 patch (#518514) 
10351
10352 2002-02-28 [paul]       0.7.2claws20
10353
10354         * src/mimeview.c
10355                 hopefully fix segfault on right-clicking a mime part
10356                 that some people have experienced.      
10357                 fix submitted by Fredrik Olofsson <frol@linux.nu>
10358
10359 2002-02-28 [paul]       0.7.2claws19
10360
10361         * sync with sylpheed 0.7.2cvs21
10362                 see ChangeLog entries 2002-02-27 and 2002-02-28
10363
10364 2002-02-27 [paul]       0.7.2claws18
10365
10366         * sync with sylpheed 0.7.2cvs18
10367                 see ChangeLog entries 2002-02-26 and 2002-02-27
10368
10369 2002-02-26 [alfons]     0.7.2claws17
10370
10371         * src/procheader.c
10372                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
10373                 (spotted by Chris Hessman <idatech@gmx.net>)
10374
10375 2002-02-26 [paul]       0.7.2claws16
10376
10377         * src/mimeview.c
10378           src/pgptext.[ch]
10379           src/procmsg.c
10380                 make decryption of ascii-armored pgp encrypted messages
10381                 and verification of ascii-armored signatures work again.
10382                 slightly altered from the patch by Jens Jahnke 
10383                 <jan0sch@gmx.net>
10384
10385                 ##FIX ME##
10386                 * the checking of plaintext signatures always comes up in 
10387                   a popup box
10388                 * it doesn't work for multipart messages 
10389                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
10390                   including the msg headers and these 2 line themselves, are 
10391                   not displayed
10392
10393         * src/mainwindow.c
10394                 "View/Folder Tree" becomes "View/Separate Folder Tree"
10395                 "View/Message View" becomes "View/Separate Message View"
10396                 because its less ambiguous.
10397
10398         * po/es.po
10399                 updated by Ricardo Mones Lastra
10400
10401 2002-02-26 [paul]       0.7.2claws15
10402
10403         * sync with sylpheed 0.7.2cvs17
10404                 see ChangeLog entries 2002-02-25 and 2002-02-26
10405
10406 2002-02-25 [christoph]  0.7.2claws14
10407
10408         * src/filtering.[ch]
10409         * src/inc.c
10410                 do filtering stuff after all messages have been received
10411                   1. drop all messages to .processing
10412                   2. scan processing folder for messages
10413                   3. filter messages or move to inbox
10414                 this will also find old messages left in processing after
10415                 a crash or something like that and we get a real msginfo
10416                 from folder->get_msg_list and do not have to create our
10417                 own in filter_message
10418         * src/matcher_parser_parse.y
10419                 remove MIX/MAX warning (reordered includes)
10420
10421 2002-02-25 [paul]       0.7.2claws13
10422
10423         * sync with sylpheed 0.7.2cvs15
10424                 see ChangeLog entry 2002-02-24
10425
10426 2002-02-24 [alfons]     0.7.2claws12
10427
10428         * src/filtering.c
10429                 clear old color flags first when applying a new color to
10430                 a message info. 
10431                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
10432
10433 2002-02-24 [alfons]     0.7.2.claws11
10434         
10435         * AUTHORS
10436         * src/prefs_common.c
10437                 add presets for Opera and Konqueror, closes patch #517261,
10438                 submitted by Ville Skyttä <scop@users.sourceforge.net>
10439
10440 2002-02-24 [alfons]     0.7.2.claws10
10441
10442         * AUTHORS
10443         * src/summaryview.c
10444                 fix threading for null message ids, closes patch #521601,
10445                 submitted by Bob Forsman <hammor@users.sourceforge.net>
10446
10447 2002-02-24 [alfons]     0.7.2claws9
10448
10449         * src/summaryview.c
10450         * src/filtering.c
10451                 make Tool | Filter Message work with filtering system so
10452                 setting flags also works
10453
10454                 TODO:
10455
10456                 - Processing uses the same function as Tool | Filter
10457                   Message, but doesn't use the same update proc yet
10458
10459 2002-02-23 [paul]       0.7.2claws8
10460
10461         * sync with sylpheed 0.7.2cvs14
10462                 see ChangeLog entries 2002-02-22 and 2002-02-23
10463
10464 2002-02-22 [christoph]  0.7.2claws7
10465
10466         * src/quote_fmt.c
10467                 Add column space to table
10468         * src/quote_fmt_parse.y
10469                 Close files
10470
10471 2002-02-22 [paul]       0.7.2claws6
10472
10473         * src/Makefile.am
10474           src/defs.h
10475           src/filtering.c
10476           src/inc.[ch]
10477           src/mainwindow.c
10478           src/matcher.[ch]
10479           src/matcher_parser_lex.l
10480           src/matcher_parser_parse.y
10481           src/pop.[ch]
10482           src/prefs_account.h
10483           src/prefs_filtering.c
10484           src/selective_download.[ch]   *** NEW FILES ***
10485           src/utils.[ch]
10486           po/POTFILES.in
10487                 Selective Download added to 'Tool' menu. 
10488                 Retrieves email headers of the currently selected pop3 
10489                 account and allows the user to mark emails for deletion 
10490                 right on the pop3 server. Patch submitted by Oliver Haertel 
10491                 <oha@users.sourceforge.net>.
10492         
10493         * po/POTFILES.in
10494                 add 'src/quote_fmt.c'           
10495
10496 2002-02-22 [christoph]  0.7.2claws5
10497
10498         * src/Makefile.am
10499                 added quote_fmt.c
10500         * src/prefs_common.[ch]
10501         * src/prefs_template.c
10502         * src/quote_fmt.c               *** NEW FILE ***
10503         * src/quote_fmt.h
10504                 move quote format symbol description code
10505                 to it's own file because it is used from
10506                 differnent code parts
10507                 Rewrote symbol description GUI
10508                   + use table
10509                   + add separators
10510                   + get data from array (no more long constant strings)
10511         * src/quote_fmt_lex.l
10512         * src/quote_fmt_parse.y
10513                 Symbol for Literal % changed to \% instead of %%
10514                 (More logical as \ is used for quoting for other symbols)
10515                 Add |f and |p to include files and program output
10516                 Examples:
10517                     |f{/home/.../.signature}
10518                     |p{date}
10519         * po/de.po
10520                 Correct wrong spelling for "Referenzen"
10521
10522 2002-02-21 [paul]       0.7.2claws4
10523
10524         * src/procmsg.c
10525                 forgotten during sync
10526
10527 2002-02-21 [paul]       0.7.2claws3
10528
10529         * sync with sylpheed 0.7.2cvs11
10530                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
10531                 2002-02-20 and 2002-02-21
10532
10533 2002-02-20 [melvin]     0.7.2claws2
10534
10535         * src/prefs_actions.c
10536                 Added error report when child cannot fork or when execvp 
10537                 returns with an error.
10538
10539 2002-02-19 [christoph]  0.7.2claws1
10540
10541         * src/codeconv.c
10542                 return unconverted text if conde conversion is not possible
10543                 when libjconv is used.
10544                 (patch submitted by "Simon 'corecode' Schubert")
10545
10546 2002-02-19 [paul]       
10547
10548         * version 0.7.2claws release
10549
10550 2002-02-19 [paul]       0.7.2claws
10551
10552         * po/nl.po
10553                 updated by Wilbert Berendsen
10554
10555
10556 2002-02-18 [alfons]     0.7.1claws13
10557
10558         * src/syldap.c
10559         * src/jpilot.c
10560                 remove references to dlfcn and explicitly loading functions
10561                 from dynalink libs, because libs linked anyway, and functions
10562                 are loaded explicitly
10563
10564 2002-02-17 [melvin]     0.7.1claws12
10565
10566         * src/prefs_actions.c
10567                 Replaced children wait loop with double fork technique.
10568                 Now, input/output window updated at each new output.
10569                 free_children(): Fixed a memory leak.
10570                 Made input/output window non closable if running children
10571                 still exist.
10572                 Added missing <unistd.h> include.
10573                 Added some --debug outputs.
10574
10575 2002-02-17 [melvin]     0.7.1claws11
10576
10577         * src/summaryview.c
10578                 Fixed bug where descending sort order did not select top
10579                 message.
10580
10581 2002-02-17 [melvin]     0.7.1claws10
10582
10583         * acconfig.h
10584                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10585         * src/prefs_common.c
10586                 Pspell data package directory no more hard coded but
10587                 set during configuration (PSPELL_PATH). (Thanks to 
10588                                 Gustavo Noronha Silva.)
10589
10590 2002-02-17 [melvin]     0.7.1claws9
10591
10592         * configure.in
10593                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10594         * src/gtkspell.c
10595                 Fixed compile-time warnings.
10596
10597 2002-02-16 [alfons]     0.7.1claws8
10598
10599         * src/filesel.c
10600                 fix inadvertent free of NULL pointer which caused
10601                 sylpheed to crash when closing the save-as dialog
10602                 using the window close button
10603
10604 2002-02-16 [carsten]    0.7.1claws7
10605         * src/mainwindow.[ch]
10606           src/summaryview.c
10607           src/prefs_common.c
10608                 fixes for pixmap theming code:
10609                         - recently changed mail attributes shouldn't get
10610                           lost any longer
10611                         - theme is only reloaded iff another theme was
10612                           selected
10613
10614 2002-02-16 [paul]       0.7.1claws6
10615
10616         * sync with sylpheed 0.7.2 release
10617                 see ChangeLog entry 2002-02-15 and 2002-02-16
10618
10619 2002-02-15 [paul]       0.7.1claws5
10620
10621         * sync with sylpheed 0.7.1cvs9
10622                 see ChangeLog entry 2002-02-15
10623
10624         * po/POTFILES.in
10625                 remove unneeded headerwindow.c entry
10626
10627 2002-02-14 [carsten]    0.7.1claws4
10628         * src/summaryview.c
10629                 fixed a bug for "Go to next unread message": there was
10630                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
10631                 in the prefs, because of doing "Search again" instead
10632                 "No"
10633
10634 2002-02-14 [carsten]    0.7.1claws3
10635         * src/stock_pixmap.c
10636                 removed 2 more mem leaks; following memprof,
10637                 this code is "leak free" now :)
10638
10639 2002-02-14 [carsten]    0.7.1claws2
10640         * src/stock_pixmap.c
10641                 used opendir/readdir/closedir instead of scandir
10642                 -> code should work now on Solaris
10643
10644 2002-02-14 [paul]       0.7.1claws1
10645
10646         * sync with sylpheed 0.7.1cvs8
10647                 see ChangeLog entries 2002-02-13 and 2002-02-14
10648
10649         * README.claws
10650                 add some description of Actions and Pixmap Themes
10651
10652 2002-02-13 [paul]       
10653
10654         * version 0.7.1claws release
10655
10656 2002-02-13 [paul]       0.7.1claws
10657
10658         * po/es.po
10659           po/it.po
10660           po/pt_BR.po
10661                 updated translations, submitted by Ricardo Mones Lastra,
10662                 Alessandro Maestri and Fabio Junior Beneditto
10663
10664 2002-02-13 [melvin]     0.7.0claws75
10665
10666         * src/prefs_actions.c
10667                 Added missing "signal.h" include
10668
10669 2002-02-13 [melvin]     0.7.0claws74
10670
10671         * src/prefs_folder_item.c
10672                 Added missing "config.h" include
10673         * po/fr.po
10674                 Updated French translation for folder propriety.
10675
10676 2002-02-13 [jens]       0.7.0claws73
10677
10678         * po/POTFILES.in
10679                 Added missing src/prefs_folder_item.c [log added by melvin]
10680         * po/de.po
10681                 Updated German translation.
10682
10683 2002-02-13 [melvin]     0.7.0claws72
10684
10685         * po/fr.po
10686                 Updated French translation.
10687
10688 2002-02-13 [melvin]     0.7.0claws71
10689
10690         * src/gtkutils.c
10691                 Made gtkut_editable_get_selection return NULL if selection
10692                 is of length zero.
10693                 This fixes a bug where selecting part of message A then
10694                 switching to message B and replying to it will not
10695                 quote the message's body.
10696
10697 2002-02-12 [paul]       0.7.0claws70
10698
10699         * src/mainwindow.c
10700                 cosmetic, relating to pixmap themes: on toolbar make 
10701                 updating of 'Exec' and 'Compose news/Compose email'
10702                 icons faster.
10703
10704 2002-02-12 [carsten]    0.7.0claws69
10705         * src/folderview.c
10706           src/mainwindow.[ch]
10707           src/stock_pixmap.c
10708           src/summaryview.c
10709           src/prefs_common.c
10710                 - refreshing after changing pixmap theme better
10711                   now (thanks Paul)
10712                 - wanted to remove some mem leaks, but alfons was
10713                   faster (and had the better solution ;)
10714
10715 2002-02-12 [alfons]     0.7.0claws68
10716
10717         * src/prefs_common.c
10718         * src/stock_pixmap.[ch]
10719                 plug mem leaks, refactor code a little bit
10720
10721
10722 2002-02-12 [sergey]     0.7.0claws67
10723
10724         * src/imap.c
10725                 Fixed problem with copying messages to IMAP folders when the
10726                 server uses something other than '/' as a namespace separator
10727                 (cyrus-imapd uses '.').
10728
10729 2002-02-12 [jens]       0.7.0claws66
10730
10731         * po/de.po
10732                 Updated German Translation
10733
10734 2002-02-12 [paul]       0.7.0claws65
10735
10736         * sync with sylpheed 0.7.1cvs1
10737                 see ChangeLog entry 2002-02-12
10738
10739 2002-02-12 [melvin]     0.7.0claws64
10740
10741         * src/prefs_actions.c
10742                 Fixed "feature" where children's output was duplicated 
10743                 instead of refreshed while monitoring.
10744                 Removed some debug code.
10745
10746 2002-02-12 [christoph]  0.7.0claws63
10747
10748         * src/compose.c
10749                 always delete message from queue after sending/send error
10750                 (closes bug #509601)
10751
10752 2002-02-12 [melvin]     0.7.0claws62
10753
10754         * src/prefs_actions.c
10755                 Children wait loop is now triggered with a timeout of 1s
10756                 Added %F which is replaced with the list of filenames 
10757                 of all selected messages (as suggested by Ricardo Mones Lestra)
10758                 Pipe syntax changed. Prefix with | to send selection, postfix
10759                 with | to retrieve output. Prefix with > or * to send
10760                 user definable input to the command (*: input is hidden)
10761                 Old pipe action should now be postfixed with |, too.
10762
10763 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
10764         * src/stock_pixmap.c
10765                 fixed a bug: if there's no theme directory don't
10766                 throw an error, just do "nothing" (thanks Alfons)
10767
10768 2002-02-12 [carsten]    0.7.0claws60
10769         * src/folderview.c
10770           src/summaryview.c
10771                 had to write the cache twice (nasty!); some marks would 
10772                 get lost if not
10773
10774 2002-02-11 [carsten]    0.7.0claws59
10775         * acconfig.h
10776           configure.in
10777           doc-src/maintainer_guide.txt
10778           src/compose.[ch]
10779           src/defs.h
10780           src/folderview.[ch]
10781           src/gtkutils.[ch]
10782           src/mainwindow.[ch]
10783           src/prefs_common.[ch]
10784           src/stock_pixmap.[ch]
10785           src/summaryview.[ch]
10786                 pixmap theming and related work on pixmap
10787                 handling on some other places
10788                 (e.g. hrm features for all folder)
10789           src/pixmap/stock_*.xpm -> the stock_ was removed
10790         
10791 2002-02-11 [paul]       0.7.0claws58
10792
10793         * sync with sylpheed 0.7.1 release
10794                 see ChangeLog entries 2002-02-11
10795
10796 2002-02-08 [paul]       0.7.0claws57
10797
10798         * sync with sylpheed 0.7.0cvs39
10799                 see ChangeLog entry 2002-02-07 (last entry) 
10800
10801         * src/prefs_actions.c
10802           src/prefs_filtering.c
10803           src/prefs_matcher.c
10804           src/prefs_scoring.c
10805                 sync: made it compile with C compilers other than gcc
10806
10807 2002-02-07 [paul]       0.7.0claws56
10808
10809         * sync with sylpheed 0.7.0cvs38
10810                 see ChangeLog entries 2002-02-06 (last 2 entries) and
10811                 2002-02-07
10812
10813 2002-02-07 [darko]      0.7.0claws55
10814
10815         * src/gtkutils.[ch]
10816         * src/summaryview.c
10817                 Fix const gchar */gchar * issue (thanks Hiro)
10818
10819 2002-02-07 [darko]      0.7.0claws54
10820
10821         * src/compose.[ch]
10822         * src/filtering.c
10823         * src/gtkutils.[ch]
10824         * src/prefs_template.c
10825         * src/quote_fmt.h
10826         * src/quote_fmt_parse.y
10827         * src/summaryview.c
10828         * src/utils.[ch]
10829                 When replying or forwarding an email don't quote the entire
10830                 mail body but use the part of the message text that is selected
10831
10832 2002-02-06 [melvin]     0.7.0claws53
10833
10834         * src/prefs_common.[ch]
10835         * src/gtkspell.[ch]
10836         * src/compose.c
10837                 Made possible to switch quickly to last used dictionary
10838                 which makes checking bilingual documents easier.
10839
10840 2002-02-06 [melvin]     0.7.0claws52
10841         
10842         * po/POTFILES.in
10843                 Added forgotten new file src/prefs_actions.c
10844
10845 2002-02-06 [melvin]     0.7.0claws51
10846
10847         * src/prefs_actions.c   ** NEW FILE **
10848         * src/prefs_actions.h   ** NEW FILE **
10849                 Added actions to execute on message text view, or on the
10850                         message's file.
10851         * src/Makefile.am
10852                 Added src/prefs_actions.[ch]
10853         * src/compose.c
10854                 Added new menu "Edit/Actions"
10855         * src/defs.h
10856                 Added new actionsrc file.
10857         * src/main.c
10858                 Added actionsrc reading.
10859         * src/mainwindow.c
10860                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10861         * src/prefs_common.h
10862                 Added new element actionslst element to prefs_common.
10863
10864 2002-02-06 [paul]       0.7.0claws50
10865
10866         * sync with sylpheed 0.7.0cvs36
10867                 see ChangeLog entry 2002-02-06
10868
10869 2002-02-05 [paul]
10870
10871         * po/es.po
10872                 updated by Ricardo Mones Lastra
10873
10874 2002-02-05 [paul]       0.7.0claws49
10875
10876         * sync with sylpheed 0.7.0cvs33
10877                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10878
10879 2002-02-05 [paul]       0.7.0claws48
10880
10881         * src/compose.c
10882                 re-add 'Edit/Advanced/Delete entire line', previously named
10883                 'Delete Line+'
10884
10885 2002-02-04 [paul]       0.7.0claws47
10886
10887         * src/compose.c
10888           src/summaryview.c
10889                 fix bug #494993 (Reply All not taking Reply-To into consi)
10890                 eliminate differences in behaviour of right-click 'Reply to all' 
10891                 in summary view and 'Reply to all' on the toolbar. 
10892                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10893                 view and From gets ignored by 'Reply to all' on toolbar.
10894                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10895                 From when no Reply-To header is present.
10896
10897 2002-02-04 [paul]       0.7.0claws46
10898
10899         * sync with sylpheed 0.7.0cvs30
10900                 see ChangeLog entries 2002-02-03 and 2002-02-04
10901
10902 2002-02-03 [melvin]     0.7.0claws45
10903
10904         * src/gtkspell.[ch]
10905                 Readded function to highlight all misspelled words.
10906                 Fixed bug where user-provided-words did not replace
10907                         correctly the misspelled word when using the mouse.
10908                 Fixed bug where checking a region selected from right to left did
10909                         not check the region at all.
10910                 Fixed bug where 'Check backwards' may not check at all. 
10911                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10912                 Fixed possible buffer overflow when checking for long strings (>1k).
10913                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10914                 Accelerators code uses now gtk_widget_add_accel.
10915                 Removed and disabled obsolete and unfinished code.
10916                 Cleaning up.
10917
10918         * src/compose.c
10919                 Added menu item to Highlight all misspelled words.
10920
10921 2002-02-01 [paul]       0.7.0claws44
10922
10923         * src/mainwindow.c
10924                 fix '/View/Hide read messages' sensitivity when all
10925                 messages in a folder are hidden
10926
10927 2002-02-01 [paul]       0.7.0claws43
10928
10929         * src/main.c
10930                 add --send option to command line interface, sends all
10931                 queued mail. Patch submitted by Ricardo Mones Lastra.
10932
10933 2002-01-31 [paul]       0.7.0claws42
10934
10935         * src/mainwindow.c
10936                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10937
10938 2002-01-31 [paul]       0.7.0claws41
10939
10940         * sync with sylpheed 0.7.0cvs27
10941                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10942                 and 2002-01-31
10943
10944         * src/textview.c
10945                 comment out elements of textview_show_part() as temporary
10946                 workaround for attachment 'Display as text' bug 
10947
10948         * po/pt_BR.po
10949                 updated by Fabio Junior Beneditto
10950
10951 2002-01-30 [paul]       0.7.0claws40
10952
10953         * sync with sylpheed 0.7.0cvs24
10954                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
10955                 and 2002-01-30
10956
10957         * src/compose.c
10958                 add {N_("/_Spelling"), ... "<Branch>"} to 
10959                 GtkItemFactoryEntry compose_entries[]
10960
10961         * src/prefs_common.c
10962                 add claws menu items to prefs_keybind_apply_clicked()
10963                 and remove non-claws menu items
10964
10965 2002-01-29 [paul]       0.7.0claws39
10966
10967         * sync with sylpheed 0.7.0cvs22
10968                 see ChangeLog entries 2002-01-28 and 2002-01-29
10969
10970 2002-01-28 [melvin]     0.7.0claws38
10971
10972         * src/compose.c
10973                 Added the declartion of compose_send_control_enter.
10974
10975         * src/compose.c
10976         * src/gtkspell.[ch]
10977                 Added in a 'Spelling' menu which includes the configuration menu. 
10978                 Added a real 'Check all' and got rid from the old one which only
10979                 highlited misspelled word.
10980                 Made 'Check while typing' a disableable option.
10981                 Added a dialog when there are no more misspelled word.
10982                 Added a dialog if error occurs when switching to a dictionary.
10983         
10984         * src/prefs_common.[ch]
10985                 Added option for the default 'Check while typing' option.
10986
10987
10988 2002-01-28 [alfons]     0.7.0claws37
10989
10990         * src/compose.c
10991                 fix buglet and make code comply with sylpheed code style
10992
10993 2002-01-28 [paul]       0.7.0claws36
10994
10995         * sync with sylpheed 0.7.0cvs19
10996                 see ChangeLog entries for 2002-01-28
10997
10998 2002-01-28 [hoa]        0.7.0claws35
10999
11000         * src/defs.h
11001                 added rendererrc
11002
11003         * src/main.c
11004                 read the renderer config
11005
11006         * src/procmime.[ch]
11007                 use the renderer config to convert mime attachments
11008
11009         * src/textview.c
11010                 don't use textview_show_html/ertf,
11011                 use get_text_content instead
11012
11013 2002-01-27 [alfons]     0.7.0claws34
11014         
11015         * src/news.c
11016                 make sylpheed believe it can delete a news message...
11017                 (messages are NOT deleted, maybe we should remove
11018                 processing from the folder properties after all.)
11019
11020 2002-01-27 [alfons]     0.7.0claws33
11021
11022         * src/folder.c
11023                 add extra checks
11024         * src/news.c
11025                 implement remove_msg() 
11026
11027 2002-01-27 [alfons]     0.7.0claws32
11028
11029         * src/procmsg.h
11030         * src/procheader.c
11031         * src/messageview.c
11032                 fix return receipt / disposition notification again. this
11033                 stuff seems to break on _every_ major summary UI change, so
11034                 it's now implemented using a flag which is saved in the
11035                 marks cache
11036                 
11037 2002-01-26 [alfons]     0.7.0claws31
11038
11039         * src/import.c
11040                 let import dialog show the destination folder identifier
11041
11042 2002-01-26 [melvin]     0.7.0claws30
11043
11044         * src/folderview.c
11045         * src/summaryview.c
11046                 Readded 'Mark all read' into summary view popup menu
11047                 Added 'Mark all read' in folder view popup menu for IMAP
11048                 and NNTP.
11049                 Made it insensitive if the selected folder is not the shown
11050                 one to avoid 'Mark all read' on the wrong folder.
11051                 
11052 2002-01-26 [paul]       0.7.0claws29
11053
11054         * src/folderview.c
11055           src/summaryview.c
11056                 move 'Mark all read' from summary view to folder view
11057                 menu. (adapted from) patch submitted by Jeremy Andrews,
11058                 <lists@kerneltrap.com>
11059
11060 2002-01-25 [alfons]     0.7.0claws28
11061
11062         * src/gtkstext.c
11063                 put the gtk class name back so GtkSText adapts the 
11064                 settings of GtkText
11065
11066 2002-01-25 [alfons]     0.7.0claws27
11067
11068         * src/folderview.c 
11069                 assimilate Ricardo's patch that shows pixmaps instead of
11070                 plain "new" and "unread" texts in the folder view column
11071                 headers 
11072
11073 2002-01-25 [paul]       0.7.0claws26
11074
11075         * src/Makefile.am
11076                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
11077                 be found in non-standard locations. 
11078                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
11079
11080 2002-01-25 [paul]       0.7.0claws25
11081
11082         * sync with sylpheed 0.7.0cvs16
11083                 see ChangeLog entry 2002-01-25
11084
11085 2002-01-24 [paul]       0.7.0claws24
11086
11087         * more sync with sylpheed 0.7.0cvs15
11088                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
11089
11090 2002-01-23 [sergey]     0.7.0claws23
11091
11092         * src/importldif.c
11093                 Fixed segfault when closing LDIF import wizard with
11094                 the window manager.
11095         * src/imageview.c
11096         * src/imageview.h
11097         * src/messageview.c
11098         * src/mimeview.c
11099                 Fixed wrong scrolling position after switching between
11100                 text and image parts.
11101
11102 2002-01-23 [paul]       0.7.0claws22
11103
11104         * sync with sylpheed 0.7.0cvs15
11105                 see ChangeLog entries 2002-01-22 and 2002-01-23
11106
11107 2002-01-21 [melvin]     0.7.0claws21
11108
11109         * src/prefs_scoring.c
11110         * src/prefs_filtering.c
11111                 Fixed bug where scoring and filtering windows stopped
11112                 autochecking.
11113
11114 2002-01-21 [paul]       0.7.0claws20
11115
11116         * sync with sylpheed 0.7.0cvs12
11117                 see ChangeLog entries 2002-01-20 and 2002-01-21
11118
11119 2002-01-21 [carsten]    0.7.0claws19
11120         * src/mainwindow.c
11121         * src/menu.[ch]
11122         * src/messageview.[ch]
11123         * src/summaryview.[ch]
11124                 changes to shortcuts handling again:
11125                         + "Q" now controled by mainwin
11126                         + v/V are now customizable and have slightly
11127                           different meanings
11128                 the "button" to minimize the messageview (and maximize
11129                 the summary view) is a real button now
11130         * src/compose.c
11131                 "Delete Line+" added to Edit/Advanced (this will also
11132                 delete the '\n')
11133
11134 2002-01-20 [melvin] 0.7.0claws18
11135
11136         * src/addressbook.c
11137                 Made "Bcc" sensitive when addressbook is called from
11138                 compose window (it was a Claws only bug).
11139
11140 2002-01-19 [alfons] 0.7.0claws17
11141
11142         * src/inc.c
11143                 prevent unnecessary updates when currently selected folder has
11144                 no new messages 
11145
11146 2002-01-19 [alfons] 0.7.0claws16
11147         
11148         * src/summaryview.c
11149                 prevent writing the cache based on current message list in summary 
11150                 view when filtering also put messages in currently selected folder
11151
11152 2002-01-19 [paul]
11153
11154         * po/it.po
11155                 Italian translation submitted by Alessandro Maestri
11156                 <a.maestri@cs.tin.it>
11157
11158 2002-01-18 [melvin]     0.7.0claws15
11159
11160         * src/prefs_filters.c
11161                 fixed bug where 'cancel' from 'filters' window stops autochecking
11162                 if the timer timed out  when the window was open.
11163
11164 2002-01-18 [match]      0.7.0claws14
11165
11166         * src/addrclip.[ch]     ** NEW FILE **
11167         * src/addrselect.[ch]   ** NEW FILE **
11168         * src/adbookbase.h      ** NEW FILE **
11169                 addressbook cut, copy and paste
11170         * src/addrbook.[ch]
11171         * src/addrcache.[ch]
11172         * src/addressitem.h
11173         * src/addrindex.[ch]
11174         * src/addritem.[ch]
11175         * src/importldif.c
11176         * src/importmutt.c
11177         * src/jpilot.[ch]
11178         * src/syldap.[ch]
11179         * src/vcard.[ch]
11180         * src/jpilot.[ch]
11181         * src/editbook.c
11182         * src/editjpilot.c
11183         * src/editldap.c
11184         * src/editvcard.c
11185                 support for copy/paste
11186         * src/addressbook.c
11187                 support for copy/paste
11188                 tidy up menu option processing
11189                 correct address list function arguments
11190         * src/editaddress.c
11191                 sort user attributes
11192         * src/ldif.h
11193         * src/mutt.h
11194                 tidy up
11195
11196         * src/addrbook.[ch]
11197         * src/addrbook.[ch]
11198         * src/addrbook.[ch]
11199                 
11200
11201 2002-01-18 [paul]       0.7.0claws13
11202
11203         * sync with sylpheed 0.7.0cvs8
11204                 configure.in: support Mac OS X (Darwin)
11205
11206 2002-01-18 [carsten]    0.7.0claws12
11207         * src/html.c
11208                 small hack to fix a segfault with an empty href
11209                 (reported by Alexandra Walford <deeni@altern.org>)
11210         * src/mainwindow.c
11211         * src/summaryview.c
11212                 the shortcuts for Mark und Mark as unread are hardcoded
11213                 again
11214         * src/compose.c
11215         * src/gtkstext.[ch]
11216                 readded the shortcuts in gtkstext but made them
11217                 customizeable (simply by adding a menu plus a wrapper
11218                 to compose.c)
11219
11220 2002-01-17 [melvin]     0.7.0claws11
11221
11222         * src/gtkspell.c
11223                 fix default dictionary not being saved.
11224
11225 2002-01-16 [darko]      0.7.0claws10
11226
11227         * src/compose.c
11228                 fix wrapping crash with URL longer than wrapping margin
11229
11230 2002-12-08 [hoa]        0.7.0claws10
11231
11232         * src/matcher_parser_parse.y
11233                 fixed some bugs
11234
11235         * src/prefs_filtering.c
11236                 now, we can use bounce action in the dialog box.
11237
11238 2002-01-16 [carsten]    0.7.0claws9
11239         * src/gtkstext.c
11240                 removed the <control> and <alt> shortcuts because they're
11241                 not needed and interefered with the "normal" shortcuts
11242         * src/mainwindow.c
11243         * src/summaryview.c
11244                 removed most of the hardcoded shortcuts and assigned
11245                 them to menu entries making them easy customizable by
11246                 that
11247
11248 2002-01-16 |melvin]     0.7.0claws8
11249
11250         * src/gtkspell.c
11251                 fixed bug where using the mouse and when the compose
11252                 window is not on top may result in a crash.
11253
11254 2002-01-16 [melvin]     0.7.0claws7
11255
11256         * src/compose.c
11257                 fixed a long standingspell checker bug which could 
11258                 cause a crash after sending a message.
11259
11260 2002-01-16 [paul]       0.7.0claws6
11261
11262         * sync with sylpheed 0.7.0cvs7
11263                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
11264                 2002-01-15, and 2002-01-16
11265
11266 2002-01-16 [melvin]     0.7.0claws5
11267
11268         * README.claws
11269         * src/compose.c
11270         * src/gtkspell.[ch]
11271         * src/main.c
11272                 Heavily modified spell checker code to work around
11273                 ispell bug, to add keyboard shortcuts and for future
11274                 enhancements. See README.claws for usage information.
11275
11276 2002-01-15 [alfons]     0.7.0claws4
11277         
11278         * src/summaryview.c
11279                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
11280                 so sorting within threads reflects sort mode
11281
11282 2002-01-15 [christoph]  0.7.0claws3
11283
11284         * src/procmsg.c
11285                 added alertpanel if mail sending failed
11286
11287 2002-01-15 [alfons]     0.7.0claws2
11288         
11289         * src/prefs_filtering.c
11290                 don't stop timer when prefs filtering dialog is opened
11291
11292 2002-01-14 [alfons]     0.7.0claws1
11293
11294         * src/addr_compl.c
11295         * src/prefs.c
11296                 remove debug_print()s for privacy reasons
11297
11298 2002-01-14 [darko]      0.7.0claws
11299
11300         * README.claws
11301                 quotation wrapping is now also in the main branch
11302
11303 2002-01-14 [paul]
11304
11305         * tools/filter_conv.pl
11306                 allow for Boolean Op and case-sensitivity
11307                 this file is included in the release and tagged
11308                 'rel_0_7_0'
11309
11310 2002-01-13 [paul]       0.7.0claws
11311
11312         * release 0.7.0, with cvs tag 'rel_0_7_0'
11313
11314 2002-01-13 [paul]
11315
11316         * tools/filter_conv.pl
11317         * tools/README
11318                 rewritten to output to matcherrc instead of filteringrc
11319
11320         * po/es.po
11321                 updated Spanish translation by Ricardo Mones Lastra
11322
11323 2002-01-13 [alfons]
11324
11325         * po/nl.po
11326                 update dutch translation
11327
11328 2002-01-13 [paul]
11329
11330         * po/pt_BR.po
11331                 Updated by Fabio Junior Beneditto 
11332
11333 2002-01-13 [melvin]     0.6.6claws53
11334
11335         * po/fr.po
11336                 Updated french translation
11337
11338 2002-01-12 [alfons]     0.6.6claws52
11339
11340         * src/filtering.c
11341                 plug mem leak that has been sitting there for ages              
11342
11343 2002-01-12 [alfons]     0.6.6claws51
11344
11345         * src/summaryview.c
11346                 undo melvin's changes from 0.6.6claws48 because summary
11347                 view now refuses to select first unread message when
11348                 selecting a folder 
11349
11350 2002-01-11 [alfons]     0.6.6claws50
11351
11352         * src/import.c
11353                 use claws' semantics for getting folder item when
11354                 importing an mbox file into a folder 
11355                 (submitted by Dale P. Smith)
11356
11357 2002-01-11 [christoph]  0.6.6claws49
11358
11359         * src/prefs.h
11360                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
11361                 toggle widget, because non static prefs can not use
11362                 prefs_set_* functions
11363         * src/prefs_account.c
11364                 toggle smtp auth password field sensitivity if
11365                 user id is empty and add descrition of usage for
11366                 these fields
11367         * src/prefs_folder_item.c
11368                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
11369                 callbacks
11370
11371 2002-01-11 [melvin]     0.6.6claws48
11372
11373         * src/compose.c
11374                 fix the 'Ctrl-Enter' feature for sending and test really
11375                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
11376                 editables which was not documented in Gtk)
11377
11378         * src/summaryview.c
11379                 Made summaryview refresh after sorting and not before.
11380
11381 2002-01-11 [christoph]  0.6.6claws47
11382
11383         * src/compose.c
11384                 select account from account ids if possible and
11385                 correctly set save folder for copy in reedit
11386
11387 2002-01-10 [paul]       0.6.6claws46
11388
11389         * sync with sylpheed 0.7.0 release
11390                 see ChangeLog entries 2002-01-07, 2002-01-08 and
11391                 2002-01-09
11392
11393 2002-01-09 [alfons]
11394
11395         * src/summaryview.c
11396                 remove more dirt traces...
11397
11398 2002-01-09 [alfons]
11399         
11400         * src/summaryview.c
11401                 clean up some traces of my debugging stuff
11402
11403 2002-01-09 [alfons]     0.6.6claws45
11404
11405         * src/filtering.c
11406                 break up filteringprop_apply() in three separate pieces
11407                 so we can drop messages that failed processing in the
11408                 inbox
11409
11410         * src/summaryview.c
11411                 fix bug #469598 "no refresh of inbox after filter" which 
11412                 was introduced by the new summary view locking, and which 
11413                 prevented the summary view to update after a manual filter 
11414                 message. claw's filter message requires a summary_show().
11415                 (aargh, summary_show() again! :-)
11416                 
11417 2002-01-07 [alfons]     0.6.6claws44
11418
11419         * src/headerwindow.c
11420         * src/logwindow.c
11421         * src/messageview.c
11422         * src/sourcewindow.c
11423                 bring in Hiro's last 0.7.0 wm class fixes
11424
11425         * tools/sylprint.pl
11426                 bring in Ricardo's fix for sylprint script
11427
11428         * AUTHORS       
11429         * src/rfc2015.[ch]
11430         * src/prefs_common.[ch]
11431         * src/prefs_account.[ch]
11432         * src/compose.c
11433                 clean up account preference poison in rfc2015,
11434                 and preparation to fix double sign bug 
11435                 (patch submitted by Simon 'corecode' Schubert)
11436
11437 2002-01-07 [christoph]  0.6.6claws43
11438
11439         * src/mh.c
11440                 search for free message number, do not only rely
11441                 on last_num
11442         * src/send.c
11443                 fix smtp auth and use extra account information
11444                 if available, if not use pop3 data instead
11445                 (closes bug #500341)            
11446         * src/ssl.[ch]
11447                 match coding style
11448
11449 2002-01-06 [alfons]     0.6.6claws42
11450
11451         * src/mainwindow.c
11452                 try making the separate windows work again...
11453
11454 2002-01-06 [alfons]     0.6.6claws41
11455
11456         * src/mainwindow.c
11457                 adapt Hiro's separate window menu (to get rid of the funny
11458                 duplicate menu items), and make it work again
11459
11460 2002-01-06 [alfons]     0.6.6claws40
11461
11462         * tools/Makefile.am
11463         * tools/sylprint.rc
11464         * tools/sylprint.pl
11465         * tools/README.sylprint
11466                 add sylprint script for printing mails from Sylpheed
11467                 (contributed by Ricardo Mones Lastra)
11468
11469         * src/acount.c
11470                 clean up
11471
11472 2002-01-06 [melvin]     0.6.6claws39
11473
11474         * src/mainwindow.c
11475         * src/summaryview.c
11476                 Fixed crash introduced in 0.6.6claws38 by the menu
11477                 reorganisation (Hide read messages)
11478         
11479         * ChangeLog.claws 
11480                 Fixed typo (we are now in 2002, alfons ;) )
11481
11482 2002-01-05 [alfons]     0.6.6claws38
11483
11484         * sync with sylpheed 0.6.6cvs10-17
11485                 (last stuff marked as LAST_STABLE)
11486
11487 2002-01-04 [melvin]     0.6.6claws37
11488
11489         * src/account.c
11490                 Made account selection code use strcasestr again instead of
11491                 g_strcasecmp (fixes bug where reediting queued messages
11492                 did not select proper account reported by T. Link).
11493         
11494         * src/folderview.c
11495                 Fix bug where folder icons are not shown when 'hide read messages'
11496                 is on.
11497         
11498         * src/stock_pixmaps.[ch]
11499                 Added folder icons for 'hide read messages'.
11500         
11501         * src/compose.c
11502                 Fixed bug where 'Enter' in a header entry will send the message 
11503                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
11504
11505 2002-01-03 [melvin]     0.6.6claws36
11506         
11507         * src/prefs.[ch]
11508                 Added popup menu for common preferences and
11509                 account preferences (right click on tab displays
11510                                 a menu of all tabs.)
11511
11512 2002-01-02 [melvin]     0.6.6claws35
11513
11514         * src/gtkspell.[ch]
11515                 Made spelling code compatible with undo/redo feature.
11516                 Added creation of suggestion mode menu for the general
11517                         preferences.
11518         
11519         * src/prefs_common.[ch]
11520                 Added option menu for the speller's suggestion mode.
11521                 Added missing spaces in "..." buttons and made a "..."
11522                         button non translatable!
11523         
11524         * src/compose.c
11525                 Made speller use the default suggestion mode.
11526                 Hack to make it possible to choose 'CTRL-Enter' as a
11527                         shortcut for sending (and only for sending).
11528
11529         * src/prefs_folder_item.c
11530                 Changing subject simplification does not update cache 
11531                         anymore (because it is unnecessary).
11532                 Fixed bug where changing subject simplification updated the 
11533                         summaryview even when the viewed folder is not the
11534                         folder which properties are being changed. (E.g. 
11535                                         viewing folder A and changing
11536                                         the subject simplification of 
11537                                         folder B -not being viewed- updated the 
11538                                         summaryview of folder A with data of
11539                                         folder B). (Hope this is clear... )
11540
11541 2001-12-31 [alfons]     0.6.6claws34
11542         
11543         * src/ldif.c
11544         * src/mutt.c
11545                 fgetc() returns a signed integer which doesn't
11546                 fit in a char. so c truncates this to a char
11547                 but we may lose significant bits. i.e. we may
11548                 comparing 0xFF which may not be equal to -1
11549                 unless properly casted to signed char which
11550                 we won't do because fgetc() returns a signed
11551                 integer which doesn't fit in a char. so c 
11552                 truncates this to a char but we may lose 
11553                 significat bits. (you got the idea, thanks
11554                 to Gustavo Noronha Silva <kov@debian.org>
11555                 and the Debian folks!)
11556
11557 2001-12-30 [alfons]     0.6.6claws33
11558
11559         * src/prefs_common.c
11560                 add #ifdef USE_PSPELLs that Melvin forgot               
11561
11562 2001-12-30 [melvin]     0.6.6claws32
11563         
11564         * src/prefs_common.[ch]
11565                 Added configurable color for misspelled words.
11566
11567         * src/gtkspell.[ch]
11568                 Fixed bug of foreground text color (reported by David
11569                                 Mehrmann)
11570                 Added configurable color for misspelled words.
11571
11572 2001-12-30 [alfons]     0.6.6claws31
11573
11574         * src/folder.c
11575                 remove unnecessary things someone put there
11576
11577         * src/mh.c
11578         * src/folder.[ch]
11579                 make folder properties (like threading and sorting) persistent
11580                 (closes bug #497424 "rescan folder tree resets proprieties")
11581                 currently this is only for MH folders. 
11582
11583 2001-12-29 [melvin]     0.6.6claws30
11584
11585         * src/string_match.[ch]
11586                 Optimized a bit: regexp pattern buffer compiled only once, and
11587                   one subroutine call removed. Fixed ^ regexp search: Now, 
11588                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
11589         
11590         * src/summaryview.c
11591                 Subject filtering changed to filter summary columns and
11592                   not directly the messages subject cache. The loss in 
11593                   performance is balanced by the improvement of string_match.
11594                 Added an alert panel if there is an error in the regexp.
11595
11596         * src/src/prefs_folder_item.h
11597                 Added a regexp pattern buffer.
11598
11599 2001-12-28 [alfons]     0.6.6claws29
11600
11601         * src/string_match.[ch]
11602                 clean up name space
11603                 allow compilation *BSD
11604
11605 2001-12-27 [alfons]     0.6.6claws28
11606
11607         * src/filter.c
11608                 sync the Hiro's bug fix for BSD
11609
11610 2001-12-27 [melvin]     0.6.6claws27
11611         
11612         * src/compose.c
11613                 Simplify focus to subject entry code.
11614
11615 2001-12-27 [darko]      0.6.6claws26
11616
11617         * src/filtering.c
11618         * src/mbox_folder.c
11619         * src/messageview.c
11620         * src/mh.c
11621         * src/procheader.[ch]
11622         * src/procmsg.h
11623         * src/stock_pixmap.[ch]
11624         * src/summaryview.c
11625                 Show key icon for encrypted mails in summary view
11626
11627         * src/pixmaps/clip.xpm
11628         * src/pixmaps/clipkey.xpm
11629         * src/pixmaps/key.xpm
11630                 New/modified icons for the above
11631
11632 2001-12-27 [melvin]     0.6.6claws25
11633
11634         * src/prefs_common.c
11635                 Put spell checker options in a separate tab to decrease
11636                 the Common Preferences window height.
11637
11638         * README.claws  
11639                 Update spell checker usage instruction about its options
11640                 location.
11641
11642 2001-12-27 [melvin]     0.6.6claws24
11643
11644         * src/compose.c
11645                 Changed subject entry widget position. Initial focus is
11646                 on the To header instead of the subject entry.
11647                 Creating a new header scrolls the header list to make the
11648                 created one visible. Nevertheless, when automatically filling
11649                 headers, the first one is shown.
11650                 A Tab key press in the last empty header entry zips the 
11651                 focus to the subject entry.
11652                 (I did not change the combo boxes, yet)
11653
11654 2001-12-26 [alfons]     0.6.6claws23
11655
11656         * src/prefs_account.c
11657         * src/inc.c
11658                 allow default inbox to reside in another mailbox (only
11659                 works for POP3 accounts)
11660
11661 2001-12-26 [alfons]     0.6.6claws22
11662         
11663         * src/textview.c
11664                 make reply-on-click work with the account of the selected folder
11665         * src/compose.c
11666                 put a fixme here to remind me to fix finding correct default
11667                 account for nested folders
11668
11669 2001-12-25 [alfons]     0.6.6claws21
11670
11671         * src/summaryview.c
11672                 make column headers display locked and mark pixmaps (idea by Melvin) 
11673                 fix bug by adding score and locked column type to sort array
11674
11675 2001-12-25 [alfons]     0.6.6claws20
11676         
11677         * src/summaryview.c
11678                 catch a *potentially* inadvertent write back of  
11679                 the message cache(s) introduced by 0.6.5claws37
11680
11681 2001-12-25 [christoph]  0.6.6claws19
11682
11683         * src/stock_pixmap.[ch]
11684         * src/summaryview.c
11685                 add ignore thread pixmap
11686                 (can someone draw a better icon for this?)
11687
11688 2001-12-24 [alfons]     0.6.6claws18
11689
11690         * src/prefs_folder_item.c
11691                 make address completion actually work for the
11692                 Default To address in the Folder Property dialog.
11693
11694 2001-12-24 [alfons]     0.6.6claws17
11695         
11696         * src/summaryview.c
11697                 use new style regexp for subject stripping 
11698                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
11699
11700 2001-12-24 [darko]      0.6.6claws16
11701
11702         * src/pgptext.c
11703         * src/rfc2015.c
11704                 move GPG related informational messages to debug mode
11705
11706 2001-12-23 [alfons]     0.6.6claws15
11707
11708         * src/stock_pixmap.[ch]
11709         * src/summaryview.c
11710                 add the forgotten Claws' locked pixmap
11711
11712 2001-12-23 [alfons]     0.6.6claws14
11713
11714         * src/filesel.c
11715                 accept file name typed in entry in multi file
11716                 selector (patch submitted by Gustavo Noronha Silva 
11717                 <kov@debian.org>)
11718
11719 2001-12-23 [alfons]     0.6.6claws13
11720
11721         * src/prefs_filter.c
11722         * src/prefs_filtering.c
11723         * src/matcher.c
11724         * src/importmutt.c
11725                 clean up a little bit
11726         
11727         * src/string_match.c
11728                 validate input strings a little bit more
11729
11730 2001-12-23 [alfons]     0.6.6claws12
11731
11732         * src/Makefile.am
11733         * src/summaryview.c
11734         * src/string_match.[ch]         ** NEW **
11735         * src/folderview.[ch]
11736         * src/headerview.h
11737         * src/folder.[ch]
11738         * src/prefs_folder_item.[ch]
11739                 add subject simplification to strip out strings from
11740                 a subject line (esp. handy for mailing lists). 
11741                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
11742                 but slightly changed things for better integration.)
11743
11744 2001-12-23 [alfons]     0.6.6claws11
11745
11746         * src/mainwindow.c
11747                 fix bug introduced by submission included in 0.6.5claws52.
11748                 ideally this submission should clean the trash if any trash
11749                 folder has a message. however, the hasTrash variable was
11750                 set to false whenever a trash folder was empty (discarding
11751                 a previously found *filled* trash folder.)
11752
11753                 also edited the code a little bit and made it more safe.
11754
11755 2001-12-22 [alfons]     0.6.6claws10
11756
11757         * src/imap.c
11758                 quick fix for Martin Pool's omission of an account
11759                 specific SSL setting
11760
11761 2001-12-22 [alfons]     0.6.6claws9
11762
11763         * src/compose.c
11764         * src/messageview.c
11765         * src/mimeview.c
11766         * src/pgptext.c
11767         * src/procmime.[ch]
11768                 better support for multipart/digest (submitted
11769                 by Fredrik <e98fo@efd.lth.se>)
11770
11771 2001-12-22 [alfons]     0.6.6claws8
11772
11773         * src/addressbook.c
11774                 correct function signature
11775         * src/socket.[ch]
11776         * src/imap.[ch]
11777         * src/prefs_account.[ch]
11778                 allow IMAP over SSH tunnel (patch submitted by 
11779                 Martin Pool <mbp@samba.org>)
11780
11781 2001-12-21 [alfons]     0.6.6claws7
11782
11783         * sync with sylpheed 0.6.6cvs4-9
11784                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
11785
11786 2001-12-21 [christoph]  0.6.6claws6
11787
11788         * src/compose.c
11789         * src/prefs_folder_item.[ch]
11790                 implement saving of outgoing messages to current folder.
11791                 fix segfault when no default outbox is available
11792                 (closes bug #495683)
11793
11794 2001-12-21 [carsten]    0.6.6claws5
11795         * src/folderview.c
11796         * src/summaryview.c
11797                 pressing CTRL while DND does now the expected thing and
11798                 copies the mail (moving is still the default, as this
11799                 seam more appropriate for handling mails by DND)
11800
11801 2001-12-18 [paul]       0.6.6claws4
11802
11803         * sync with sylpheed 0.6.6cvs3
11804                 see ChangeLog entries 2001-12-18
11805
11806 2001-12-18 [hiro]       0.6.6claws3
11807
11808         * src/undo.c
11809                 fix for multibyte characters (obtain the number of letters
11810                 instead of bytes).
11811
11812 2001-12-17 [paul]       0.6.6claws2
11813
11814         * sync with sylpheed 0.6.6cvs1
11815                 see ChangeLog entry 2001-12-16
11816
11817 2000-12-17 [alfons]     0.6.6claws1
11818
11819         * src/filtering.c
11820                 clean up
11821
11822 2001-12-16 [paul]       0.6.6claws
11823 2001-12-15
11824
11825         * Release version 0.6.6claws, cvs tag: rel_0_6_6
11826
11827         * src/mimeview.c
11828                 last minute sync with main 0.6.6
11829
11830         * po/es.po
11831                 updated by Ricardo Mones Lastra
11832                 update for last minute sync
11833         * po/fr.po
11834         * po/nl.po
11835                 update for last minute sync
11836         * po/de.po
11837                 updated by Jens Oberender
11838         * po/pt_BR.po
11839                 updated by Fabio Junior Beneditto
11840
11841         * src/prefs_common.[ch]
11842         * src/undo.c
11843                 number of undo levels is user configurable
11844                 (squeeze it into the release in the dying
11845                 moments) Submitted by Jens Oberender    
11846
11847 2001-12-15 [melvin]
11848
11849         * po/fr.po
11850                 updated french translation
11851
11852 2001-12-15 [paul]       0.6.5claws92
11853
11854         * sync with sylpheed 0.6.5cvs28
11855                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11856
11857         * po/nl.po
11858                 update to allow for sync
11859
11860 2001-12-15 [alfons]
11861         
11862         * po/nl.po
11863                 update dutch translation
11864
11865 2001-12-14 [carsten]    0.6.5claws91
11866         * src/summaryview.c
11867                 fixed bug #473785; also after changing the column order
11868                 the same message will be selected and displayed as before
11869                 the reordering
11870
11871 2001-12-14 [carsten]    0.6.5claws90
11872         * src/folderview.c
11873                 probably found the bug reported by wwb opening or closing
11874                 a folder tree just before dnd (found the solution in the
11875                 balsa source -- thanks to them)
11876
11877 2001-12-14 [carsten]    0.6.5claws89
11878         * src/gtkutils.c
11879         * src/account.c
11880                 moved gtk_clist_moveto to the right place, so that
11881                 only the accounts dialog is effected on opening
11882
11883 2001-12-14 [carsten]    0.6.5claws88
11884         * src/gtkutils.c
11885                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11886                 now, so that the focused row will be seen in any case
11887                 (reported by wwp on sf-claws-user)
11888
11889 2001-12-14 [darko]      0.6.5claws87
11890
11891         * src/compose.c
11892                 remove unnecessary line
11893
11894 2001-12-14 [paul]       0.6.5claws86
11895
11896         * sync with sylpheed 0.6.5cvs27
11897                 see ChangeLog entries 2001-12-14
11898
11899 2001-12-14 [carsten]    0.6.5claws85
11900         * src/mainwindow.c
11901                 following a suggestion of Melvin the rcoabm pops up
11902                 right under the button now and the button is reliefed
11903                 while the popup is open
11904
11905 2001-12-14 [darko]      0.6.5claws84
11906
11907         * src/compose.c
11908                 fix crash when wrapping long lines if linewrap quotation
11909                 is disabled and wrapper encounters a word spanning more
11910                 than one line
11911
11912 2001-12-13 [paul]       0.6.5claws83
11913
11914         * src/compose.c
11915                 prefer 'Reply-To' header over mailing list header when
11916                 replying to a message. Finally prevent all those confirmation 
11917                 messages being sent to the list itself.
11918
11919         * src/summaryview.c
11920                 remove unused summary_set_menu_sensitive() entry
11921
11922 2001-12-13 [paul]       0.6.5claws82
11923
11924         * src/folderview.c
11925         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11926         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11927         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11928                 improvements to 'Hide read messages': Inbox, Outbox,
11929                 Trash, Queue, and Draft icons now reveal presence of hidden 
11930                 messages
11931
11932 2001-12-12 [alfons]     0.6.5claws81
11933
11934         0.6.5claws80 was tagged as LAST_STABLE
11935
11936         * src/filtering.[ch]
11937         * src/matcher.[ch]
11938         * src/matcher_parser_lex.c
11939                 fix the filtering; my last attempt to get it right, 
11940                 if it does not work, it's Hoa's turn. ;-)
11941
11942                 for my honourable peers:
11943                 
11944                 the code now makes a clear distinction between
11945                 rules as they are displayed (probably escaped),
11946                 and as they are executed (probably unescaped). the
11947                 parser does *NOT* do any unescaping, this is
11948                 the task of the matcher.c (which breaks up a
11949                 rule into condition) and the filtering.c (which
11950                 breaks up the rule's action). to make this
11951                 run happily we provide an unescaped copy of
11952                 crucial strings to the MatcherProp and 
11953                 FilteringAction structures. note that the only
11954                 exception to this is any REGEXP string. those
11955                 are directly passed to regcomp() and regexp()
11956                 (who have much more powerful unescape functions).
11957                 
11958                 for everyone else:
11959         
11960                 you can escape tab (\t), carriage return (\r),
11961                 linefeed (\n), form feed (\f), quote (\"), 
11962                 single quote (\'), bell (\b) in all the entry
11963                 lines in the scoring & filtering dialogs.
11964                 as an added bonus this should not affect
11965                 existing filtering rules.
11966
11967 2001-12-12 [carsten]    0.6.5claws80
11968
11969         * src/summaryview.c
11970         * po/de.po
11971                 "item(s) selected" is now sensitive to 1 or more
11972                 than one selected (nice for language where simple
11973                 adding of a "s" is not possible as German (Eintrag
11974                 ->Eintr"age)
11975                 
11976                 the "forward as attachment" entry from the right
11977                 click menu removed, "forward" acts following the
11978                 prefs
11979         
11980         * src/textview.c
11981                 reverted my former changes; so compiler warning again
11982                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
11983                 nevertheless
11984
11985         * src/messageview.c
11986                 "search in message" does now *not* only work in MVIEW_TEXT
11987                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
11988                 message
11989
11990         * src/mainwindow.c
11991                 removed "/File/_Close" as it was the same as "/File/E_xit"
11992                 and we don't need it two times
11993
11994                 the separate folder view and message view now get a distinct
11995                 WMCLASS, just in case someone is using sawfish ;-)
11996
11997                 as the menu entries "/View/Message view" and "/View/Folder tree"
11998                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
11999                 make them sensitive accordingly and as these two are "shown"
12000                 after startup anytime check this menuitem at startup
12001
12002 2001-12-12 [paul]       0.6.5claws79
12003
12004         * src/folderview.c
12005                 fix sensitivity of 'Search folder...', broken in
12006                 0.6.5claws75
12007
12008         * src/mainwindow.c
12009                 fix dodgy English
12010
12011 2001-12-11 [carsten]    0.6.5claws78
12012         * src/filtering.c
12013                 fixed two typos returning a wrong FALSE/TRUE
12014         * src/mainwindow.[ch]
12015                 extra menu for email/news button removed
12016
12017 2001-12-11 [alfons]     0.6.5claws77
12018         
12019         * src/matcher.c                 (1.3)
12020         * src/matcher_parser_lex.l      (1.28)
12021                 revert for another attempt
12022                 mark 0.6.5claws77 as LAST_STABLE
12023
12024 2001-12-11 [christoph]  0.6.5claws76
12025
12026         * po/de.po
12027                 fixed wrong translation for prev. unread msg
12028
12029 2001-12-11 [paul]       0.6.5claws75
12030
12031         * src/folder.[ch]
12032         * src/folderview.c
12033         * src/mainwindow.c
12034         * src/summaryview.[ch]
12035         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
12036                 enable ability to hide read messages on per folder basis via 
12037                 '/Summary/Hide read messages'; when selected, a folder will 
12038                 have a red open folder icon, instead of a blue icon, if the 
12039                 folder contains hidden messges
12040                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
12041
12042         * src/mainwindow.c
12043                 remove '/Message/Forward as attachment' from 
12044                 main_window_set_menu_sensitive() to prevent debug warning
12045
12046         * src/folderview.c
12047         * src/mainwindow.c
12048                 Clean up some of the English
12049
12050         * tools/newscache_clean.pl
12051                 allow for new 'hidereadmsgs' entry in folderlist.xml
12052
12053         * po/es.po
12054                 updated translation, submitted by Ricardo Mones Lastra
12055
12056 2001-12-11 [paul]       0.6.5claws74
12057
12058         * sync with sylpheed 0.6.5cvs25
12059                 see ChangeLog entry 2001-12-11
12060
12061 2001-12-10 [alfons]     0.6.5claws73
12062
12063         * src/matcher.c
12064                 add more control characters
12065         * src/matcher_parser_lex.l
12066                 make escaping / unescaping work again
12067
12068 2001-12-10 [alfons]     0.6.5claws72
12069
12070         * src/imap.c
12071                 clean up warnings "returning value for void function" 
12072         * src/prefs_filtering.c
12073                 make info button for execute action sensitive
12074
12075 2001-12-10 [paul]       0.6.5claws71
12076
12077         * src/compose.c
12078         * src/imap.[ch]
12079         * src/summaryview.c
12080                 fix: imap server now gets informed of MARKED, UNMARKED
12081                 and REPLY events. Now people can use different IMAP-Mail
12082                 clients and have the exact same information about MARKED,
12083                 UNMARKED and REPLY status with all of them. Especially
12084                 useful for imap servers with a web-frontend.
12085                 submitted by Tobias Sandhaas <medlor@web.de>
12086
12087 2001-12-09 [melvin]     0.6.5claws70
12088         
12089         * src/textview.[ch]
12090                 fixed bug #490076 (hunted down by Alfons who implemented
12091                 a workaround in 0.6.5claws65)
12092
12093 2001-12-09 [christoph]  0.6.5claws69
12094
12095         * src/summaryview.c
12096                 set pointer to string in LOCKED column to NULL
12097                 (might fix bug #490800)
12098
12099 2001-12-09 [carsten]    0.6.5claws68
12100
12101         * po/de.po
12102                 resolved some cluttered menu shortcuts 
12103                 ('creating new email' and 'creating news message'
12104                 hade the same)
12105         * src/compose.c
12106                 wmclass now distinc from main window
12107         * src/mainwindow.c
12108           src/mainwindow.h
12109                 email/news and forward button functionality similar
12110                 to the reply buttons; removed the ugly dropdown arrows
12111                 and use instead the right mouse button
12112
12113 2001-12-09 [paul]       0.6.5claws67
12114
12115         * src/imap.c
12116         * src/utils.h
12117                 allow spaces in imap folder names
12118                 submitted by Willem van Engen <wvengen@stack.nl>
12119
12120 2001-12-09 [paul]       0.6.5claws66
12121
12122         * sync with sylpheed 0.6.5cvs24
12123                 see ChangeLog entry 2001-12-09
12124
12125 2001-12-08 [alfons]     0.6.5claws65
12126
12127         * src/textview.c
12128                 prevent secondary selection claim after "add to sender" dialog
12129                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
12130                 we trick GTK by simulating a click at (0, 0) in the textview.
12131
12132 2001-12-08 [hoa]        0.6.5claws64
12133
12134         * src/folder.c
12135                 fixed a bug about the .processing folder name while filtering
12136
12137 2001-12-08 [alfons]     0.6.5claws63
12138
12139         * src/folderview.c 
12140                 work around problem of not correctly updating folder stats
12141                 when deleting messages. there's some folder scanning evil
12142                 going so the folderview_update_msg_num() does not work
12143                 correctly. need to investigate this.
12144
12145 2001-12-08 [paul]       0.6.5claws62
12146
12147         * sync with sylpheed 0.6.5cvs23
12148                 see ChangeLog entry 2001-12-08
12149
12150 2001-12-07 [christoph]  0.6.5claws61
12151
12152         * src/compose.c
12153                 fix another header translation problem
12154
12155 2001-12-07 [alfons]     0.6.5claws60
12156
12157         * src/mbox.c
12158                 make filtering also work on local spool mbox
12159
12160 2001-12-07 [carsten]    0.6.5claws59
12161         * src/addressbook.c
12162                 addressbook window gets a wmclass distinct from the main
12163                 sylpheed window
12164         * src/compose.h
12165         * src/mainwindow.[ch]
12166                   forward menu item will use mode selected in prefs, forward 
12167                 as attatchment in menu removed (will be substituted in the
12168                 toolbar similar to reply buttons)
12169                   create news message menu entry and news button is now 
12170                 sensitive to the existance of a news account
12171         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
12172         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
12173         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
12174                 these are removed because the toolbar buttons don't show
12175                 the quoting modus any longer
12176
12177 2001-12-07 [paul]
12178
12179         * tools/newscache_clean.pl      ** NEW FILE **
12180                 perl script to do some tidying up in the newscache directory 
12181                 
12182         * tools/sylpheed-switcher       ** NEW FILE **
12183                 perl script to enable easy switching between main and claws
12184                 
12185         * tools/README
12186                 added descriptions of the two new perl scripts          
12187
12188
12189 2001-12-07 [melvin]     0.6.5claws58
12190
12191         * src/messageview.c
12192                 fixed a warning during compilation introduced in 0.6.5claws56
12193
12194 2001-12-07 [paul]       0.6.5claws57
12195
12196         * src/mainwindow.[ch]
12197         * src/menu.[ch]
12198                 further usability enhancements to replying with or without 
12199                 quoting via the toolbar, use of Ctrl key is replaced by 
12200                 drop down menu 
12201                 Submitted by Carsten Schurig            
12202
12203 2001-12-07 [melvin]     0.6.5claws56
12204
12205         * src/messageview.c
12206                 hack to fix bug that prevented to make/paste selections
12207                 after switching between MVIEW_TEXT and MVIEW_MIME views
12208                 without deselecting the selection first.
12209
12210 2001-12-06 [alfons]     0.6.5claws55
12211
12212         * src/filtering.[ch]
12213         * src/inc.c
12214                 revise filtering a little bit more, and make sure
12215                 messages are delivered to the appropriate inbox
12216                 (perhaps set per account)
12217
12218 2001-12-06 [paul]       0.6.5claws54
12219
12220         * sync with sylpheed 0.6.5cvs22
12221                 see ChangeLog entry 2001-12-06
12222
12223 2001-12-05 [alfons]     0.6.5claws53
12224
12225         * src/inc.c
12226         * src/folder.[ch]
12227         * src/procmsg.c
12228         * src/filtering.c
12229                 more revisions of filtering system
12230                 (last stable version is marked as LAST_STABLE)
12231                 
12232                 | NOTE 1): the filtering system now uses a local folder called
12233                 | .processing. if filtering fails, check this directory
12234                 | for missing messages.
12235                 |
12236                 | NOTE 2): help us find the filtering actions still missing
12237
12238 2001-12-05 [paul]       0.6.5claws52
12239
12240         * src/mainwindow.c
12241                 fix bug where 'Empty Trash?' pop-up window appears even
12242                 when Trash is empty, submitted by Jesse Skinner         
12243
12244 2001-12-05 [melvin]     0.6.5claws51
12245
12246         * src/compose.c
12247                 fixed bug #486106 to select correct account when reediting 
12248                 a queued message
12249         
12250 2001-12-04 [alfons]     0.6.5claws50
12251
12252         * src/mh.c
12253                 declare markfile in appropriate functions when
12254                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
12255                 for spotting this)
12256
12257 2001-12-04 [paul]       0.6.5claws49
12258
12259         * sync with sylpheed 0.6.5cvs21
12260                 see ChangeLog entry 2001-12-04
12261
12262 2001-12-03 [christoph]  0.6.5claws48
12263
12264         * po/de.po
12265                 changed translation of undo
12266         * src/account.c
12267         * src/folder.c
12268                 don't reinvent the wheel to traverse a GNode
12269         * src/compose.[ch]
12270                 seperate code to create the compose gui into functions
12271                 add "Others" page with folder selection for saving copy
12272                 of the message.
12273                 the folder identifier is saved to queue header
12274         * src/procmsg.c
12275                 save message to folder in queue header
12276
12277 2001-12-03 [paul]       0.6.5claws47
12278
12279         * sync with sylpheed 0.6.5cvs20
12280                 see ChangeLog entry 2001-12-03
12281
12282 2001-12-01 [paul]
12283
12284         * more sync with sylpheed 0.6.5cvs19
12285                 see ChangeLog entry 2001-11-29
12286
12287 2001-11-30 [paul]       0.6.5claws46
12288         
12289         * src/compose.c
12290                 remove conflicts introduced by Hoa's last commit
12291          
12292         * src/mainwindow.c
12293                 make 'Message/Bounce' sensitive
12294
12295 2001-11-30 [hoa]        0.6.5claws45
12296
12297         * src/compose.c
12298                 slightly change bounce function to add
12299                 information about the user that bounced the mail
12300                 in the From header line.
12301
12302         * src/folderview.c
12303                 permit the use of processing in outbox folder.
12304
12305 2001-11-29 [paul]       0.6.5claws44
12306
12307         * src/mainwindow.[ch]
12308         * src/prefs_common.c
12309         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
12310         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
12311         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
12312                 usability enhancements to the quoting, implements
12313                 use of Ctrl key to toggle quoting settings
12314                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
12315
12316 2001-11-29 [paul]       0.6.5claws43
12317         
12318         * sync with sylpheed 0.6.5cvs19
12319                 see ChangeLog entry 2001-11-28
12320
12321 2001-11-29 [melvin]     0.6.5claws42
12322         * src/Makefile.am
12323                 added enriched.[ch] to the list of files
12324
12325         * src/textview.c
12326         * src/mimeview.c
12327         * src/procmime.[ch]
12328         * src/enriched.[ch]
12329                 added support to view text/enriched
12330                 added support to show headers in message view for text/enriched and text/html
12331                         in non multipart messages
12332
12333 2001-11-28 [paul]       0.6.5claws41
12334
12335         * more sync with sylpheed 0.6.5cvs18
12336                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
12337
12338 2001-11-27 [paul]       0.6.5claws40
12339         
12340         * po/pt_BR.po
12341                 updated translation, submitted by Fabio Junior Beneditto
12342                 
12343         * sync with sylpheed 0.6.5cvs18
12344                 see ChangeLog entries 2001-11-26 (src/textview.c) and
12345                 2001-11-27
12346
12347
12348 2001-11-26 [paul]
12349
12350         * po/es.po
12351                 updated translation, submitted by Ricardo Mones Lastra
12352
12353 2001-11-26 [alfons]
12354
12355         * src/matcher.c
12356                 add more translatable strings
12357
12358 2001-11-26 [christoph]  0.6.5claws39
12359
12360         * po/de.po      
12361                 fixed one more umlaut
12362         * src/compose.c
12363                 fix translated header when it should not be translated
12364
12365 2001-11-26 [paul]       0.6.5claws38
12366
12367         * src/mainwindow.c
12368                 remove '/Message/Add Sender to address book' from 
12369                 main_window_set_menu_sensitive(), prevent debug warning
12370                 add 'Message/Mark/Mark all read' to mainwin_entries[]
12371
12372 2001-11-26 [paul]       0.6.5claws37
12373
12374         * src/summaryview.c
12375                 fix 'recurring unread state' bug 
12376
12377         * tools/README 
12378         * tools/filter_conv.pl
12379                 read name of top level mailbox from folderlist.xml
12380                 and presume nothing about its name              
12381
12382 2001-11-26 [darko]      0.6.5claws36
12383
12384         * src/gtkstext.[ch]
12385                 removed functions that are now in gtkutils.c
12386                 use gtkut_text_is_uri_string() from gtkutils.c
12387         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
12388
12389 2001-11-26 [paul]       0.6.5claws35
12390
12391         * sync with sylpheed 0.6.5cvs16
12392                 see ChangeLog entries 2001-11-25 and 2001-11-26
12393
12394 2001-11-25 [alfons]     0.6.5claws34
12395
12396         EXPERIMENTAL!!! Please checkout the last stable version using: 
12397           
12398         % cvs update -r LAST_STABLE -dRAP
12399
12400         (Or help us testing this stuff.)
12401
12402         * src/filtering.c               (1.14)
12403         * src/filtering.h               (1.6)
12404         * src/inc.c                     (1.28)
12405         * src/matcher.c                 (1.20)
12406         * src/mbox.c                    (1.9)
12407         * src/procmsg.h                 (1.14)
12408         * src/summaryview.c             (1.59)
12409         * src/summaryview.h             (dunno)
12410                 revert/merge/sync to as it was before commit 
12411                 on Thu, 19 Jul 2001 10:15:51 -0700.
12412
12413 2001-11-25 [hoa]        0.6.5claws33
12414
12415         * src/main.c
12416                 processing mails at startup
12417
12418         * src/folderview.c
12419         * src/summaryview.[ch]
12420                 processing mails when entering folder
12421
12422         * src/prefs_filtering.c
12423                 fixed some UI bugs
12424
12425 2001-11-24 [alfons]     0.6.5claws32
12426
12427         * src/summaryview.[ch]
12428                 make summary sort headers work, and also make
12429                 sure the sort type is stored
12430
12431 2001-11-23 [alfons]     0.6.5claws31
12432
12433         * src/summaryview.[ch]
12434                 make lock work like mark
12435                 disallow deleting messages marked as locked
12436
12437 2001-11-23 [alfons]     0.6.5claws30
12438
12439         * src/gtkstext.c
12440         * src/compose.[ch]
12441         * src/Makefile.am
12442         * src/undo.[ch]
12443                 merge undo patch submitted by Jens
12444
12445 2001-11-23 [christoph]  0.6.5claws29
12446
12447         * src/.cvsignore
12448                 added ylwrap
12449         * src/compose.c
12450                 fixed gpg signing and encoding
12451         * src/folder.[ch]
12452         * src/main.c
12453                 added --status option to get new, unread and total
12454                 message count from a running sylpheed
12455         * src/prefs_common.c
12456                 temporary fix for reply_with_quote problem
12457                 (don't call functions for non existing widget)
12458         * src/procmsg.c
12459                 one more check for ignored threads but still not
12460                 always working correctly. probably a recursive
12461                 check for all parents is needed
12462
12463 2001-11-23 [darko]      0.6.5claws28
12464
12465         * src/compose.c
12466                 wrapping on send improvements
12467         * src/gtkutils.[ch]
12468                 fix for GtkSText after last sync with main branch
12469                 GTK_TEXT -> GTK_STEXT
12470
12471 2001-11-23 [paul]       0.6.5claws27
12472
12473         * sync with sylpheed 0.6.5cvs14
12474                 see ChangeLog entries 2001-11-22 and 2001-11-23
12475                 
12476         * po/de.po
12477                 fixed the scrambled umlauts 
12478                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
12479
12480 2001-11-21 [paul]       0.6.5claws26
12481
12482         * sync with sylpheed 0.6.5cvs12
12483                 see 2nd ChangeLog entry dated 2001-11-20
12484
12485 2001-11-20 [paul]       0.6.5claws25
12486
12487         * sync with sylpheed 0.6.5cvs11
12488                 see ChangeLog entry 2001-11-19 (src/utils.c)
12489
12490 2001-11-20 [hiro]
12491
12492         * src/compose.c
12493                 GTK_TEXT -> GTK_STEXT
12494                 fix for wrong comment
12495
12496 2001-11-20 [hiro]       0.6.5claws24
12497
12498         * src/compose.[ch]
12499                 more merges from main branch
12500                 removed fatal warnings (uninitialized variables etc.)
12501                 some coding style fix
12502         * src/gtkutils.h
12503                 fixed typo.
12504         * src/addressbook.c
12505           src/addrindex.c
12506                 V-Card -> vCard
12507
12508 2001-11-19 [hoa]        0.6.5claws23
12509
12510         * src/filtering.c
12511         * src/prefs_scoring.c
12512         * src/matcher.[ch]
12513         * src/scoring.c
12514                 cleaning code
12515
12516         * src/matcher_parser_parse.y
12517         * src/prefs_filtering.c
12518                 bouncing
12519
12520 2001-11-19 [alfons]     0.6.5claws22
12521
12522         more of my old things into claws
12523
12524         * src/Makefile.am
12525         * src/prefs_common.c
12526         * src/procmsg.h
12527         * src/summaryview.[ch]
12528         * src/prefs_summary_column.c
12529         * src/pixmaps/locked.xpm
12530                 add indicators for locking of message in summary view
12531                 (does not work yet, only visual indicator)
12532
12533 2001-11-19 [paul]       0.6.5claws21
12534
12535         * sync with sylpheed 0.6.5cvs10
12536                 see ChangeLog entry 2001-11-19
12537
12538 2001-11-18 [alfons]     0.6.5claws20
12539         
12540         * src/filtering.c
12541                 remove an inadvertent free I forgot in previous clean up 
12542
12543 2001-11-18 [alfons]     0.6.5claws19
12544
12545         * src/filtering.[ch]
12546                 clean up & plug leaks
12547
12548 2001-11-18 [paul]       0.6.5claws18
12549
12550         * sync with sylpheed 0.6.5cvs9
12551                 see ChangeLog entries 2001-11-17 and 2001-11-18
12552
12553 2001-11-16 [paul]       0.6.5claws17
12554
12555         * sync with sylpheed 0.6.5cvs8
12556                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
12557
12558 2001-11-16 [paul]       0.6.5claws16
12559
12560         * sync with sylpheed 0.6.5cvs7
12561                 see ChangeLog entries 2001-11-15 and 2001-11-16
12562
12563 2001-11-15 [hoa]        0.6.5claws15
12564
12565         * src/compose.c
12566                 fix bounce, mails we received couln't be bounced to ourself.
12567
12568         * src/defs.h
12569         * src/filtering.[ch]
12570         * src/matcher.[ch]
12571         * src/matcher_parser.h
12572         * src/matcher_parser_lex.l
12573         * src/matcher_parser_parse.y
12574         * src/inc.c
12575         * src/main.c
12576         * src/mbox.c
12577         * src/prefs_filtering.[ch]
12578         * src/mainwindow.c
12579         * src/prefs_matcher.c
12580         * src/prefs_scoring.c
12581         * src/scoring.[ch]
12582         * src/summaryview.c
12583                 new matcher/filter/score configuration file parser
12584                 one unique configuration file => ~/.sylpheed/matcherrc
12585                 import in currently automatic, then save are made
12586                 in this new file.
12587                 one filter per folder and one global filter
12588                 (filter of a folder will be used as folder processing)
12589
12590         * src/folder.c
12591                 fix a bug in folder_item_get_identifier
12592                 
12593         * src/messageview.c
12594                 receive receipt return are fixed.
12595
12596 2001-11-14 [alfons]     0.6.5claws14
12597
12598         * src/session.h
12599                 add things from main branch to make claws compile
12600
12601 2001-11-14 [paul]       0.6.5claws13
12602
12603         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
12604                 see ChangeLog entries 2001-11-08 to 2001-11-14
12605
12606 2001-11-14 [hoa] 0.6.5claws12
12607
12608         * src/compose.[ch]
12609         * src/mainwindow.c
12610         * src/summaryview.c
12611                 add "bounce mail" option
12612
12613 2001-11-13 [christoph]  0.6.5claws11
12614
12615         * src/compose.c
12616                 Cleanup a mess i add before commiting
12617
12618 2001-11-13 [hoa]        0.6.5claws10
12619
12620         * src/compose.c
12621                 some fixes when mail are sent or
12622                 for crossposts
12623
12624 2001-11-13 [christoph]  0.6.5claws9
12625
12626         * po/de.po
12627                 Changed two string with the same translation
12628         * src/compose.c
12629         * src/procmsg.[ch]
12630         * src/send.[ch]
12631                 New mailsending process:
12632                   - Always queue message before sending
12633                     (message will be saved if sylpheed crashed or
12634                      freezes while sending)
12635                   - Allow queuing of newspostings
12636                   - No copy in outbox before sending
12637                     (closes bug #469501)
12638                   - No more redundant code for send and send_later
12639         * src/summaryview.c
12640                 Applied wwp <subscript@free.fr>'s patch that fixes
12641                 marks for multiple forwarded messages (+compose.c)
12642
12643 2001-11-12 [alfons]
12644
12645         * README.claws
12646                 remove things that are now in main branch
12647         
12648         * po/nl.po
12649                 update Dutch translation
12650
12651 2001-11-12 [mhadasht]   0.6.5.claws8
12652
12653         * src/prefs_common.c
12654                 re-enabled account autoselection feature for forward
12655                 and reedit lost during the branch point for SYNC-B4-REL
12656         * src/gtkspell.c
12657                 gtkpspell_get_dict(): more readable code (even if function is
12658                 not used yet)
12659         * ChangeLog.claws
12660                 added version number info to 2001-11-12 [hiro] comment.
12661
12662 2001-11-12 [hiro]       0.6.5.claws7
12663
12664         * src/compose.c
12665                 compose_forward(): fixed a bug that forward quote mark
12666                 wasn't used.
12667                 removed unnecessary code.
12668         * src/template_select.[ch]: removed.
12669
12670 2001-11-11 [alfons]
12671
12672         * src/compose.c
12673                 :%s/GTK_TEXT/GTK_STEXT/g
12674         
12675         * src/compose.[ch]
12676         * src/undo.[ch]
12677         * src/Makefile.am
12678                 revert the undo stuff (this is 0.6.6claws stuff)
12679
12680 2001-11-11 [hoa]        0.6.5.claws6
12681
12682         * src/compose.[ch]
12683                 Insert signature at the end of the text.
12684                 Added undo patch but currently disabled
12685
12686         * src/procmsg.c
12687                 Threading by subject improved.
12688
12689         * added src/undo.[ch]
12690                 Undo module for compose dialog box.
12691
12692 2001-11-11 [alfons]     0.6.5.claws5
12693
12694         * src/procmsg.c
12695                 prevent threading by subject on nodes that have already been
12696                 threaded by in-reply-to (as in "circular references in a tree
12697                 result in a dead branch")
12698
12699 2001-11-09 [hoa]        0.6.5.claws4
12700         
12701         * src/folderview.c
12702                 allows creation of mbox folder item from any files.
12703
12704 2001-11-09 [alfons]     0.6.5.claws3
12705         
12706         * src/utils.c
12707         * src/procmsg.c
12708                 do what I mean and correct threading by subject so it really
12709                 ignores attracting lines without "Re: "
12710
12711 2001-11-07 [alfons]     0.6.5.claws2
12712
12713         * src/procmsg.c
12714         * src/utils.[ch]
12715                 only attract by subject if a subject line starts with a "Re: "
12716         * src/syldap.c
12717                 remove warning
12718
12719 2001-11-07 [paul]       0.6.5claws1
12720
12721         * sync with sylpheed 0.6.5. release
12722                 see ChangeLog entry 2001-11-07
12723
12724 2001-11-07 [paul]       0.6.4claws31
12725
12726         * sync with sylpheed 0.6.4cvs18
12727                 see ChangeLog entries 2001-10-30 to 2001-11-07
12728                 prefs_templates.[ch] renamed prefs_template.[ch]
12729
12730 2001-11-06 [alfons]
12731         
12732         * src/utils.h
12733                 add semicolon Hoa forgot ;-)
12734                 
12735
12736 2001-11-06 [hoa]        0.6.4claws30
12737         
12738         * src/procmsg.c
12739         * src/summaryview.c
12740         * src/utils.c
12741         * src/utils.h
12742                 threading by subject - empty subject are ignored
12743
12744 2001-11-06 [christoph]  0.6.4claws29
12745
12746         * src/socket.c
12747                 use SSL_peek for sock_gets
12748         * src/utils.c
12749                 removed unneeded pointer in extracting quoted
12750                 names implementation
12751
12752 2001-11-06 [melvin]     0.6.4claws28
12753
12754         * src/gtkspell.c
12755                 fixed bug #476792 Selection overtyping with spell checker
12756                 fixed bug which could cause a buffer overflow
12757                 fixed a memory leak
12758
12759 2001-11-06 [hoa]        0.6.4claws27
12760         
12761         * src/procmsg.c
12762         * src/summaryview.c
12763                 threading by subject
12764
12765 2001-11-05 [alfons]     0.6.4claws26
12766         
12767         * README.claws
12768                 Claws -> Sylpheed (vice versa)
12769
12770         * src/compose.c
12771                 :%s/gtk_text/gtk_stext/g
12772                 :%s/GTK_TEXT/GTK_STEXT/g
12773                 (thanks to Jonathan Ware for spotting this)
12774
12775 2001-11-04 [christoph]  0.6.4claws25
12776
12777         * src/summaryview.c
12778                 replace Xalloca + strdup with Xstrdup_a
12779         * src/utils.c
12780                 better implementation of extracting quoted names
12781                 from addresses (remove backlashes and ignore
12782                 quotes after them)
12783
12784 2001-11-04 [alfons]     0.6.4claws24
12785
12786         * src/utils.[ch]
12787                 edit to comply more with coding style
12788
12789         * src/textview.c
12790                 fix bug reported by Kim Schulz. introduced by the patch integrated
12791                 in 0.6.4claws15. the code did not check the return value of
12792                 the html parser.
12793
12794         * AUTHORS
12795                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
12796
12797 2001-11-04 [christoph]  0.6.4claws23
12798
12799         * src/main.c
12800         * src/prefs_common.[ch]
12801                 init some pointers that possibly caused a segfault
12802                 reported in the claws-users ML
12803
12804 2001-11-04 [hoa]        0.6.4claws22
12805
12806         * src/grouplistdialog.c
12807                 change the names of the nodes in the tree
12808
12809         * src/compose.c
12810                 enhanced mailto syntax as described in
12811                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
12812                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
12813
12814         * src/utils.c
12815                 encode and decode URI (useful when opening URL into
12816                 netscape).
12817
12818 2001-11-03 [hoa]        0.6.4claws21
12819
12820         * src/grouplistdialog.c
12821                 a new newsgroups list selection dialog box
12822                 with a CTree instead of a CList
12823
12824 2001-11-03 [hoa]        0.6.4claws20
12825
12826         * src/folderview.c
12827                 enable property and scoring options when right
12828                 click on "inbox"
12829
12830         * src/summaryview.c
12831                 fixed bug when nickname were displayed using
12832                 the address book.
12833
12834 2001-11-02 [darko]      0.6.4claws19
12835
12836         * src/compose.c
12837                 new wrap quotation and URL/long words wrapping implementation
12838         * src/compose.c src/gtkstext.[ch]
12839                 move gtkstext_strncmp() to gtkstext.c
12840
12841 2001-11-01 [christoph]  0.6.4claws18
12842
12843         * src/prefs_account.c
12844                 fixed mess in account settings dialog
12845         * src/prefs_folder_item.c
12846                 added label with folder path to dialog
12847
12848 2001-10-31 [match]      0.6.4claws17
12849
12850         * src/vcard.c
12851                 fix memory leak.
12852         * src/addrbook.c
12853                 fix generation of spurious address book file names.
12854                 remove redundant functions.
12855         * po/POTFILES.in
12856                 added missing file names.
12857
12858 2001-10-30 [paul]       0.6.4claws16
12859
12860         * sync with sylpheed 0.6.4cvs6
12861                 see ChangeLog entries 2001-10-26 to 2001-10-30
12862
12863         * tools/filter_conv.pl
12864                 read folderlist.xml to discover whether the top-level
12865                 folder is called 'Mailbox' or 'Mail' 
12866
12867 2001-10-29 [paul]       0.6.4claws15
12868
12869         * src/html.c, src/textview.c
12870                 activate links in html mail and fix clickable parts
12871                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12872
12873 2001-10-29 [paul]
12874
12875         * po/de.po, po/es.po, po/pt_BR/po
12876                 updated translations, submitted by Jens Oberender,
12877                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12878
12879 2001-10-29 [darko]      0.6.4claws14
12880
12881         * src/compose.c
12882                 fix wrapping for good
12883
12884 2001-10-29 [darko]
12885
12886         * src/compose.c
12887                 undo previous change as it broke the smart wrapping
12888
12889 2001-10-29 [darko]      0.6.4claws13
12890
12891         * src/compose.c
12892                 fix infinite loop when long URL is quoted
12893                 (closes bug #475122.
12894
12895 2001-10-28 [match]
12896
12897         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12898                 import Mutt address book
12899         * src/ldif.[ch] src/importldif.h
12900                 modified import LDIF handle user attributes
12901
12902 2001-10-28 [christoph]  0.6.4claws12
12903
12904         * src/summaryview.c
12905                 fixed that filtering did not work if there
12906                 were no filter rules
12907                 (closes bug #472003 and better implementation
12908                  of patch #474644)
12909
12910 2001-10-27 [christoph]  0.6.4claws11
12911
12912         * src/compose.c
12913                 make the folder's default account to be used when
12914                 replying. (patch by wwp <subscript@free.fr>)
12915         * src/compose.c
12916                 code cleanup, nearly killed all of wwp's patch
12917                 for folder's default account in compose
12918         * src/folderview.c
12919                 error panel when a folder could not be created
12920                 (closes bug #471080 new folder name & already
12921                  existing file)
12922
12923 2001-10-26 [alfons]
12924
12925         * src/utils.h
12926                 change prototype of strstr2() that Christoph forgot about
12927
12928 2001-10-26 [christoph]  0.6.4claws10
12929
12930         * src/account.c
12931                 made search for accounts by email address not case
12932                 sensitive
12933         * src/folder.c
12934                 fixed memory leak in folder_item_get_identifier
12935         * src/gtkspell.c
12936         * src/utils.c
12937                 fixed wrong strstr2 (should work like strstr)
12938
12939 2001-10-26 [darko]      0.6.4claws9
12940
12941         * src/compose.c src/gtkstext.[ch]
12942         * src/gtkstext.c
12943                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12944
12945 2001-10-26 [paul]       0.6.4claws8
12946
12947         * src/html.c
12948                 ignore css and javascript tags in html mail
12949                 case-insensitive, with or without double-quoted
12950                 strings
12951
12952 2001-10-26 [paul]       0.6.4claws7
12953
12954         * sync with sylpheed 0.6.4cvs1
12955                 see ChangeLog entry 2001-10-26
12956
12957         * src/prefs_account.c, src/prefs_common.c,
12958           src/prefs_summary_column.c
12959                 minor improvements to the English
12960
12961 2001-10-25 [alfons]     0.6.4claws6
12962
12963         * src/gtkstext.c
12964         
12965                 make GtkSText follow style of GtkText (closes bug 
12966                 #469211 "text selection while writing message")
12967                 
12968                 do sync with GTK 1.2.10
12969
12970 2001-10-25 [paul]       0.6.4claws5
12971
12972         * src/html.c
12973                 ignore css tags in html mail
12974
12975 2001-10-25 [darko]      0.6.4claws4
12976
12977         * src/compose.c
12978                 don't declare is_url_string as static function since
12979                 we need it in gtkstext.c
12980         * src/gtkstext.c
12981                 remove unused variable
12982                 don't wrap long URLs while composing a message
12983
12984 2001-10-24 [christoph]  0.6.4claws3
12985
12986         * src/socket.c
12987                 fix ssl deadlock, when peer closes connection
12988
12989 2001-10-24 [paul]       0.6.4claws2
12990
12991         * src/prefs_common.c
12992                 gettextize the gpg ascii-armored warning message
12993
12994         * src/compose.c
12995                 insert a DOS/MAC file into the composed message
12996                 (improvements)
12997
12998         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
12999
13000 2001-10-22 [paul]       0.6.4claws1
13001
13002         * sync with sylpheed 0.6.4 release
13003                 see ChangeLog entries 2001-10-21
13004
13005         * po/fr.po, po/pt_BR.po
13006                 updated by Melvin Hadasht and Fabio Junior Beneditto
13007
13008 2001-10-21 [paul]       0.6.3claws30
13009
13010         * src/compose.c
13011                 insert a DOS text file from the compose window
13012                 into the composed message text (removes CRs characters)
13013                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
13014
13015         * tools/filter_conv.pl, tools/README
13016                 automatically use ~/.sylpheed as working directory
13017                 print out confirmation message on completion
13018
13019         * correct Hoa's last ChangeLog.claws entry
13020
13021 2001-10-20 [hoa]        0.6.3claws29
13022
13023         * src/grouplistdialog.c
13024                 bugfix (another ?) to give the right
13025                 newsgroups list for each news server.
13026
13027         * src/news.c
13028         * src/news.h
13029                 improve the newsgroups list cache
13030
13031 2001-10-20 [paul]       0.6.3claws28
13032
13033         * sync with sylpheed 0.6.3cvs9
13034                 see ChangeLog entry 2001-10-19
13035
13036         * correct Alfons' last ChangeLog.claws entry
13037
13038 2001-10-19 [alfons]
13039
13040         * src/pgptext.[ch]
13041                 fix compilation problems (part of bug #472895)
13042
13043 2001-10-18 [hoa]        0.6.3claws27
13044
13045         * src/grouplistdialog.c
13046                 bugfix when we refresh was clicked (bug 472701)
13047
13048 2001-10-19 [christoph]  0.6.3claws26
13049
13050         * src/compose.c
13051                 last header entry should default to "To:" or
13052                 "Newsgroups:" and not copy the last entry line
13053                 in a new compose window
13054                 (closes bug #472686, #470792)
13055
13056 2001-10-19 [paul]       0.6.3claws25
13057
13058         * sync with Sylpheed 0.6.3cvs8
13059                 see ChangeLog entries 2001-10-18 and 2001-10-19
13060
13061 2001-10-18 [christoph]  0.6.3claws24
13062
13063         * src/procmsg.c
13064                 reimplement ignore thread
13065         
13066 2001-10-18 [hoa]        0.6.3claws23
13067
13068         * src/folderview.c
13069         * src/grouplistdialog.[ch]
13070                 enhanced news subscription interface (feature 469113)
13071
13072         * src/news.c
13073         * src/news.h
13074                 enchanced newsgroup listing,
13075                 now, we can get groups informations
13076                 (NNTPGroupInfo)
13077
13078 2001-10-18 [paul]       0.6.3claws22
13079
13080         * src/summaryview.c
13081                 remove comment (sync with main branch)
13082         * src/mainwindow.c
13083                 fix 'Re-edit' bug in 'Message' menu
13084
13085 2001-10-17 [christoph]  0.6.3claws21
13086
13087         * src/compose.c
13088                 ignore empty or whitespace only header lines
13089
13090 2001-10-17 [paul]       0.6.3claws20
13091
13092         * sync with sylpheed 0.6.3cvs7
13093                 see ChangeLog entries 2001-10-14, 2001-10-16, and
13094                 2001-10-17
13095
13096 2001-10-17 [darko]
13097
13098         * src/compose.c
13099                 wrap long lines without spaces
13100                 don't wrap URLs
13101
13102 2001-10-16 [paul]
13103
13104         * po/es.po, po/nl.po, po/pt_BR.po
13105                 updated by Ricardo Mones Lastra, Alfons,
13106                 and Fabio Junior Beneditto
13107
13108         * sylpheed-0.6.3claws released
13109
13110 2001-10-15 [melvin] 0.6.3claws18
13111
13112         * README.claws
13113                 added summary and detailed installation instructions
13114                 for spell checker
13115         * po/fr.po
13116                 Updated, corrected and completed french translation
13117
13118 2001-10-15 [hoa] 0.6.3claws17
13119         * src/grouplistdialog.c
13120                 we can choose the newsgroups to display with wildcards
13121
13122 2001-10-15 [christoph]  0.6.3claws16
13123
13124         * src/account.c
13125         * src/compose.c
13126         * src/prefs_folder_item.[ch]
13127                 applied wwp <subscript@free.fr>'s folder
13128                 default account patch
13129         * po/de.po
13130                 Fixed wrong translation
13131
13132 2001-10-13 [alfons, christoph, melvin]  
13133                         0.6.3claws15
13134
13135         solution #2 to solve MT-safety problems defers all GUI related calls
13136         to the main thread using a gtk_idle_add() callback. discussed on
13137         ircnet #sylpheed, with christoph spotting some issues with the
13138         original code, and melvin allowing us to lobotomize his sylpheed.
13139
13140         * src/syldap.[ch], src/main.c
13141                 fix race problem in ldap search thread by deferring GUI 
13142                 stuff to main thread using gtk_idle_add()
13143
13144 2001-10-13 [paul]       0.6.3claws14
13145
13146         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
13147                 add Sergey's smtpcred.patch
13148                 adds separate username/password setting for SMTP Auth
13149                 needed by some servers
13150                 (closes feature request #471659)
13151
13152 2001-10-13 [paul]       0.6.3claws13
13153
13154         * src/pgptext.[ch] **NEW FILES**
13155         * src/Makefile.am, src/messageview.c, src/mimeview.c
13156                 decrypt ascii-armored gpg text embedded in
13157                 the message body.
13158                 Submitted by Jens Jahnke <jan0sch@gmx.net>
13159
13160 2001-10-13 [christoph]  0.6.3claws12
13161
13162         * README.claws
13163                 some more details on default to and
13164                 feature requests
13165         * src/main.c
13166                 init glib threading when ldap is used
13167         * src/syldap.c
13168                 threading fixes
13169         * po/de.po
13170                 fixed a typo
13171
13172 2001-10-12 [paul]       0.6.3claws11
13173
13174         * src/prefs_common.[ch], src/rfc2015.c
13175                 enable ascii-armored gpg text to be embedded in the
13176                 message body, selectable through the 'Privacy'
13177                 preferences. Supports encrypting only.
13178                 Submitted by Ravemax <ravemax@dextrose.com>
13179
13180 2001-10-12 [paul]       0.6.3claws10
13181
13182         * sync with sylpheed 0.6.3cvs6
13183                 see ChangeLog entries 2001-10-11 and 2001-11-12
13184
13185         * src/folderview.c
13186                 incorporated mbox folders, scoring, and folder
13187                 properties into the sync
13188
13189 2001-10-12 [darko]      0.6.3claws9
13190
13191         * README.claws
13192                 describe quotation wrapping
13193         * src/compose.c
13194                 don't treat tab as space to calculate line length properly
13195
13196 2001-10-11 [alfons]
13197
13198         * README.claws
13199                 correct description of how to make new filtering system work,
13200                 add some other things
13201                 
13202         * src/syldap.c
13203                 remove sched_yield() (not necessary / unportable)
13204
13205 2001-10-11 [paul]       0.6.3claws8
13206
13207         * sync with sylpheed 0.6.3cvs3
13208                 see ChangeLog entry 2001-10-10
13209
13210 2001-10-10 [christoph]  0.6.3claws7
13211
13212         * .cvsignore
13213                 ignore 2 files created by newer autotools
13214         * src/prefs_folder_item.c
13215                 using table for widget alignment
13216                 fixed memory leak and broken octal display
13217         * src/filesel.c
13218                 fixed segfault caused by lost filename
13219                 workaround (closes bug #469551)
13220
13221 2001-10-10 [paul]       0.6.3claws6
13222
13223         * sync with sylpheed 0.6.3cvs2
13224                 see ChangeLog entries 2001-10-09 and 2001-10-10
13225
13226 2001-10-10 [darko]      0.6.3.claws5
13227
13228         * src/gtkstext.c
13229                 proper calculation of right margin if smart wrapping is enabled
13230         * src/compose.c
13231                 automatically wrap long lines if wrap quotation is enabled
13232
13233 2001-10-09 [alfons]     0.6.3.claws4
13234
13235         * src/summaryview.c
13236                 select correct row when deleting last row in the summary view (and
13237                 close bug "[ #469104 ] select second last in list when deleting")
13238
13239 2001-10-09 [paul]       0.6.3claws3
13240
13241         * sync with sylpheed 0.6.3cvs1
13242                 updated some autotool scripts
13243
13244 2001-10-09 [darko]      0.6.3claws2
13245
13246         * src/gtkstext.[ch]
13247                 new name and mark with Sylpheed comment
13248         * src/compose.c
13249                 smart quotation wrapping a-la VIM
13250
13251 2001-10-08 [paul]       0.6.3claws1
13252
13253         * sync with sylpheed 0.6.3 release
13254                 see ChangeLog entry 2001-10-08
13255
13256 2001-10-08 [paul]       0.6.2claws24
13257
13258         * src/summaryview.c
13259                 more sync with sylpheed 0.6.2cvs12
13260                 Fixed the bug that didn't select the last row correctly
13261
13262
13263 2001-10-07 [paul]       0.6.2claws23
13264
13265         * sync with sylpheed 0.6.2cvs12
13266                 see ChangeLog entry 2001-10-07
13267
13268 2001-10-06 [match]
13269         * src/jpilot.[ch]
13270                 enable jpilot to read unsynch'ed addresses.
13271
13272         * src/editldap_basedn.c
13273                 fix segfault when opening dialog.
13274
13275 2001-10-06 [alfons]     0.6.2.claws22
13276
13277         * src/summaryview.c
13278                 fix bug with summary view selecting last *inserted*
13279                 node instead of last *visible* node. remember we
13280                 work with a tree
13281
13282 2001-10-06 [paul]       0.6.2claws21
13283
13284         * po/pt_BR.po
13285                 updated translation, contains some fixes and new
13286                 translations, submitted by Gustavo Noronha Silva
13287                 <kov@debian.org>
13288
13289         * src/prefs_common.c
13290                 change 'each' to 'every' - fix dubious English
13291
13292         * sync with sylpheed 0.6.2cvs11
13293
13294 2001-10-05 [alfons]     0.6.2claws20
13295
13296         * src/mainwindow.[ch], src/folderview.c
13297                 make composite tool button switch between "Compose News"
13298                 and "Compose Mail" depending on selected folder
13299                 (nifty idea by Kim Schulz <kim@schulz.dk>)
13300
13301 2001-10-05 [paul]       0.6.2claws19
13302
13303         * src/mainwindow.c, src/summaryview.c
13304                 fix 'Message/Reply to all', broken in last commit
13305
13306         * src/compose.c
13307                 fix X_BEENTHERE seg fault, thanks to Alfons
13308
13309 2001-10-04 [paul]       0.6.2claws18
13310
13311         * src/compose.[ch], src/mainwindow.c
13312                 make "Message/Reply" reply to mailing lists; matches
13313                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
13314                 based on portions of the patch submitted by
13315                 Junichi Uekawa <dancer@netfort.gr.jp>
13316
13317 2001-10-04 [darko]      0.6.2claws17
13318
13319         * src/compose.c
13320                 better smart wrapping
13321         * src/gtkstext.[hc]
13322                 a function to make text buffer contiguous
13323
13324 2001-10-03 [paul]       0.6.2claws16
13325
13326         * sync with sylpheed 0.6.2cvs10
13327
13328 2001-10-02 [alfons]
13329
13330         * configure.in
13331         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
13332                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
13333                 references to chinese translations (hope someone picks up
13334                 this)
13335
13336 2001-10-02 [christoph]  0.6.2claws15
13337
13338         * src/compose.c
13339                 fixed non translated header bug
13340         * ChangeLog.claws
13341                 fixed wrong date in alfons last entry ;)
13342
13343 2001-10-02 [alfons]     0.6.2claws14
13344
13345         * src/compose.c, src/prefs_common.[ch]
13346                 add block cursor option
13347
13348 2001-10-02 [paul]       0.6.2claws13
13349
13350         * sync with sylpheed 0.6.2cvs9
13351
13352 2001-09-30 [paul]       0.6.2claws12
13353
13354         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
13355                 updated translations
13356
13357         * po/POTFILES.in
13358                 add 'src/importldif.c'
13359
13360         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
13361                 added eudora-to-vCard conversion tool
13362                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
13363
13364         * sync with sylpheed 0.6.2cvs8
13365
13366 2001-09-30 [paul]
13367
13368         * sylpheed-0.6.2claws released
13369
13370 2001-09-27 [melvin]     0.6.2claws11
13371
13372         * src/gtkspell.c
13373                 fixed crash when using default path (introduced 
13374                 in 0.6.2claws10)
13375                 fixed tiny bug for initial suggestion mode
13376
13377 2001-09-27 [melvin]     0.6.2claws10
13378         
13379         * src/gtkspell.c
13380                 fixed bug where gtkpspell didn't set the path correctly
13381
13382         * README.claws
13383                 added a paragraph about spell checking
13384                 
13385
13386
13387 2001-09-27 [paul]       0.6.2claws9
13388
13389         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
13390                 replace '// comments' with '/* comments */' to prevent
13391                 some compiler warnings 
13392
13393         * sync with sylpheed 0.6.2cvs6
13394
13395 2001-09-26 [alfons]     0.6.2claws8
13396
13397         * src/messageview.c
13398                 introduce return receipt request notification again,
13399                 which was lost because of other semantics in 
13400                 procheader_parse() (???)
13401
13402 2001-09-26 [christoph]  0.6.2claws7
13403
13404         * src/compose.c
13405                 replace comments for old code with #if 0
13406                 readded auto cc, bcc and reply-to
13407         * src/prefs_matcher.c
13408         * src/prefs_scoring.c
13409                 removed some definition (was moved to
13410                 prefs.h)
13411
13412 2001-09-26 [paul]       0.6.2claws6
13413
13414         * src/mainwindow.c
13415                 make 'Follow-up and reply to' sensitive
13416
13417         * more sync with sylpheed 0.6.2cvs5
13418
13419 2001-09-25 [melvin]
13420
13421         * 0.6.2claws5
13422
13423         * src/gtkspell.c
13424                 fixed bug for "US-ASCII" introduced by the encoding code
13425
13426 2001-09-25 [paul]
13427
13428         * 0.6.2claws4
13429
13430         * src/prefs_common.[ch], src/summaryview.c
13431                 'next unread msg' 'go to next folder?' dialog can be
13432                 given default behaviour, either always show dialog,
13433                 or assume 'yes', or assume 'no'
13434                 Submitted by wwp <subscript@free.fr>
13435
13436 2001-09-25 [melvin]
13437                 
13438         * src/compose.c src/gtkspell.[ch]
13439                 added support for different encodings
13440
13441 2001-09-25 [paul]
13442
13443         * more sync with sylpheed 0.6.2cvs5
13444
13445 2001-09-24 [alfons]
13446         
13447         * src/prefs_folder_item.c
13448                 add check for item->prefs->default_to string is NULL and
13449                 add another check when freeing this string
13450
13451 2001-09-24 [paul]
13452
13453         * configure.in
13454                 change to version 0.6.2claws3
13455
13456         * sync with sylpheed 0.6.2cvs5 
13457
13458 2001-09-24 [match]
13459         * src/ldif.[ch], src/importldif.[ch], addressbook.c
13460                 import LDIF files.
13461         * src/addrcache.[ch], addrindex.[ch]
13462                 small update for future
13463         * src/addrbook.c
13464                 fix test XML file.
13465
13466 2001-09-24 [melvin]
13467         * src/gtkspell.[ch]
13468                 added 'Learn from mistakes' option
13469                 better handling of quotes in checked words
13470                 sorted dict list
13471         * po/fr.po
13472                 small update for spell checking stuff
13473
13474 2001-09-23 [alfons]
13475         
13476         * src/gtkspell.c
13477                 edit a little bit so it complies more with main coding style
13478
13479 2001-09-23 [alfons]
13480
13481         * src/folder.[ch], prefs_folder_item.c, compose.c
13482                 migrate "request return receipt" folder property
13483                 to folderlist.xml
13484
13485 2001-09-22 [alfons]
13486
13487         * README.claws **NEW**
13488                 (add things of interest for users of main branch 
13489                 and claws here)
13490
13491         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
13492                 re-implement threading per folder option, but store 
13493                 the setting in folderlist.xml (where it belongs)
13494
13495 2001-09-21 [melvin]
13496
13497         * src/gtkspell.[ch]
13498                 fixed bug when compose window is under another window
13499         * src/prefs_common.[ch] src/compose.c
13500                 changed 'dictionary_path' to 'dictionary' to be consistent
13501                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
13502         * ac/pspell.m4 src/Makefile.am 
13503                 dropped PSPELL_PATH macro
13504         * po/fr.po
13505                 updated translations
13506
13507 2001-09-21 [christoph]
13508
13509         * src/compose.c
13510                 added border around header fields
13511                 keep header type when new field is added
13512
13513 2001-09-20 [christoph]
13514
13515         * src/utils.[ch]
13516                 more portable debug_print with source filename
13517                 and linenumber
13518         * src/procmsg.c
13519                 more newlines after debug messages
13520
13521 2001-09-20 [paul]
13522
13523         * configure.in
13524                 change to version 0.6.2claws2
13525
13526         * sync with sylpheed 0.6.2cvs3
13527
13528 2001-09-19 [melvin]
13529
13530         * src/gtkspell.c
13531                 fixed the post-right-click focus pb
13532                 fixed crash when 'Spell check all' after dict change 
13533                         and when cursor is at the end of the text
13534                 shift-right-click pops up config menu even on misspelled words.
13535         * po/POTFILES.in
13536                 added gtkspell.c
13537
13538 2001-09-19 [melvin]
13539
13540         * src/about.c
13541                 added pspell to compiled-in features list
13542
13543 2001-09-18 [melvin]
13544
13545         * switched to pspell and dropped ispell
13546         * ac/pspell.m4
13547                 new file. autoconf macro for pspell
13548         * ac/Makefile.am 
13549         * configure.in acconfig.h
13550                 added pspell support
13551         * src/Makefile.am
13552         * src/main.c src/compose.[ch] src/gtkspell.[ch]
13553         * src/prefs_common.[ch] 
13554                 added pspell support
13555
13556 2001-09-18 [christoph]
13557
13558         * src/addr_compl.c
13559         * src/template.[ch]
13560                 replace LOG_MESSAGE with debug_print
13561         * src/compose.[ch]
13562                 gui improvements
13563         * src/menu.c
13564                 added newline after debug message
13565         * src/utils.h
13566                 using __VA_ARGS__ for debug_print macro
13567         * tools/.cvsignore
13568                 ignore Makefile and Makefile.in
13569
13570 2001-09-18 [paul]
13571
13572         * configure.in
13573                 change to version 0.6.2claws1
13574         * sync with sylpheed 0.6.2cvs1
13575
13576         * src/matcher.c 
13577         * src/prefs_matcher.c
13578                 add 'score equal to' option, submitted by
13579                 Paul Evans <nerd@freeuk.com>
13580
13581 2001-09-15 [christoph]
13582
13583         * src/mainwindow.c
13584                 comment out menu entry not existing in claws
13585         * src/menu.c
13586                 add debug output for non existing menu entries
13587         * src/summaryview.c
13588                 fix next/prev unread message for ignored threads
13589         * src/utils.[ch]
13590                 add sourcefile and line number to debug output
13591                 otherwise it is sometimes hard to find the
13592                 source code part if debug messages are translated
13593
13594 2001-09-14 [darko]
13595         
13596         * src/folderview.c
13597                 refresh target folder style after colour is changed
13598
13599 2001-09-13 [paul]
13600
13601         * configure.in
13602                 change to version 0.6.1claws3
13603
13604         * sync with sylpheed 0.6.1cvs6
13605
13606 2001-09-13 [darko]
13607         
13608         * src/folderview.c
13609                 fix target folder colourization to use user selected colour
13610
13611 2001-09-12 [darko]
13612         
13613         * src/summaryview.c
13614                 fix crash when message that is marked for copy/move is unmarked
13615
13616 2001-09-09 [paul]
13617
13618         * configure.in
13619                 change to version 0.6.1claws2
13620
13621         * sync with sylpheed 0.6.1cvs3
13622
13623 2001-09-09 [alfons]
13624         
13625         * src/folderview.c
13626                 fix bug with default font used for trash folder text
13627
13628 2001-09-06 [paul]
13629
13630         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13631                 updated translations
13632
13633         * configure.in
13634                 change to version 0.6.1claws1
13635
13636         * sync with sylpheed 0.6.1cvs2
13637
13638 2001-09-03 [paul]
13639
13640         * po/POTFILES.in
13641                 add Match's new addressbook
13642
13643         * po/de.po
13644                 updated translation submitted by Jens Oberender
13645
13646 2001-09-02 [paul]
13647
13648         * configure.in
13649                 change to 0.6.1claws
13650         * sync with sylpheed 0.6.1 release
13651
13652 2001-09-02 [paul]
13653
13654         * configure.in
13655                 change to 0.6.0claws2
13656
13657         * sync with sylpheed 0.6.0cvs4
13658
13659         * po/pt_BR.po
13660                 updated translation submitted by Fabio Junior Beneditto
13661
13662 2001-09-01 [match]
13663         * pixmaps/
13664                 interface.xpm
13665                 book.xpm
13666                 address.xpm
13667         * src/
13668                 Makefile.am
13669                 a ton of new files
13670
13671 2001-08-31 [paul]
13672
13673         * configure.in
13674                 change to version 0.6.0claws1
13675
13676         * sync with sylpheed 0.6.0cvs1
13677
13678         * po/es.po
13679                 updated translation submitted by Ricardo Mones Lastra
13680
13681         * po/POTFILES.in
13682                 add 'src/prefs_templates.c'
13683
13684         * src/compose.c, src/summaryview.c
13685                 fix segfault on 'Re_edit'               
13686
13687 2001-08-30 [alfons]
13688
13689         * configure.in, Makefile.am
13690         * tools/Makefile.am
13691                 add tools directory to source distribution
13692
13693 2001-08-30 [paul]
13694
13695         * configure.in
13696                 change to version 0.6.0claws
13697
13698         * sync with sylpheed 0.6.0 release
13699
13700 2001-08-30 [christoph]
13701
13702         * configure.in
13703                 removed autoconf version check
13704
13705 2001-08-30 [paul]
13706
13707         * src/account.c, src/compose.c, src/prefs_common.[ch]
13708         * src/procheader.[ch] src/utils.[ch]
13709                 Enhanced automatic account selection on replies
13710                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
13711
13712         * configure.in
13713                 add LDAP and JPilot to the configuration results output.
13714
13715 2001-08-29 [christoph]
13716
13717         * src/summeryview.c
13718                 no bold font for ignored threads
13719
13720 2001-08-29 [paul]
13721
13722         * configure.in
13723                 change to version 0.5.3claws6
13724
13725         * sync with sylpheed 0.5.3cvs10
13726                 src/stringtable.[ch]: New Files
13727
13728         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
13729         * src/pixmaps/sylpheed.xpm
13730                 add mini-icons to windows (by Alfons)
13731
13732 2001-08-27 [paul]
13733
13734         * src/mainwindow.c
13735                 new functions: next_labeled_cb(), prev_labeled_cb()
13736
13737         * src/summaryview.c
13738                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
13739                 summary_select_next_labeled(), summary_select_prev_labeled()
13740
13741         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
13742                 give claws blue folders and a blue trash can
13743
13744 2001-08-27 [paul]
13745
13746         * configure.in
13747                 change to version 0.5.3claws5
13748
13749         * sync with sylpheed 0.5.3cvs9
13750                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
13751
13752 2001-08-24 [christoph]
13753
13754         * src/filesel.c
13755                 keep filename when browsing directories
13756                 (not working for user entered filename, but
13757                  for default name and selected filename from
13758                  file list)
13759         * src/mainwindow.c
13760                 fixed wrong spelling "Folllow-up"
13761         * src/mbox_folder.c
13762         * src/procmsg.c
13763         * src/summaryview.c
13764                 fixed new/unread message count with ignored
13765                 threads (2 commits, first didn't notice no
13766                 longer needed decreasing)
13767         * src/inc.c
13768                 readded scrolling of progress dialog
13769                 (lost in sync)
13770
13771 2001-08-24 [paul]
13772
13773         * configure.in
13774                 change to 0.5.3claws4
13775
13776         * sync with sylpheed 0.5.3cvs7
13777
13778 2001-08-24 [christoph]
13779
13780         * src/compose.c
13781                 set request return receipt when replying
13782                 if it is set is the folder prefs of the
13783                 message
13784         * src/inc.c
13785                 disable final error popup if popups are
13786                 disabled in config (again)
13787
13788 2001-08-23 [paul]
13789
13790         * configure.in
13791                 Change version number to 0.5.3claws3
13792
13793         * sync with sylpheed 0.5.3cvs5
13794
13795         * src/mimeview.c
13796                 double quote '%s' in 'gedit %s' to fix bug when
13797                 opening attachment with spaces in the name
13798
13799 2001-08-22 [alte]
13800         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
13801           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
13802                 initial message templates support
13803
13804
13805 2001-08-22 [paul]
13806
13807         * configure.in
13808                 change version number to 0.5.3claws2
13809
13810         * sync with sylpheed 0.5.3cvs4
13811
13812         * src/procmsg.h src/summaryview.c
13813                 re-implement (un)ignore thread
13814
13815 2001-08-21 [paul]
13816
13817         * src/summaryview.c
13818                 remove unnecessary code
13819         * src/compose.c
13820                 enable 'dynamic' signatures (submitted by
13821                 Eric Limpens <eric@hscg-internet.nl>)
13822
13823 2001-08-21 [paul]
13824
13825         clean up after sync with sylpheed 0.5.3 release
13826
13827         * src/folderview.c
13828                 fix re-introduced font mess, see Christoph's
13829                 entry 2001-06-24
13830
13831         * src/summaryview.c
13832                 remove prev_msgnum
13833                 use sylpheed's small font instead of
13834                 gtk default font for summary view
13835
13836
13837 2001-08-17 [paul]
13838
13839         * configure.in
13840                 add pl to ALL_LINGUAS - sync with main branch
13841
13842         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13843                 Updated. Translations by Jens Oberender, Ricardo Mones
13844                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
13845
13846         * po/pl.po  ** NEW FILE **
13847                 sync with the main branch
13848
13849         * src/folderview.c
13850                 fix target folder colorizing and refresh problem
13851
13852
13853 2001-08-17 [christoph]
13854
13855         * src/mainwindow.c
13856                 claws uses 4 colors for target folder coloring.
13857                 arrays were not long enough and destroyed the
13858                 stack causing a segfault.
13859                 target folder colorizing does not work anymore
13860                 for me
13861
13862 2001-08-16 [paul]
13863
13864         * configure.in
13865                 change to version 0.5.3claws1
13866
13867         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13868           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13869           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13870
13871                 sync with sylpheed 0.5.3 release, but keep claws method of
13872                 configuring/saving fonts
13873
13874         * src/addressbook.[ch]
13875                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13876                 in line with a similar change in Hiroyuki's branch
13877
13878         * src/mainwindow.[ch]
13879                 disable main_window_set_thread_option()
13880         * src/prefs_folder_item.c
13881                 comment out &tmps_prefs.enable_thread,
13882         * src/mbox_folder.c, src/procmsg.[ch]
13883                 comment out MSG_IS_IGNORE_THREAD
13884         * src/summaryview.c
13885                 comment out summary_ignore_thread() and summary_unignore_thread()
13886                 comment out MSG_IS_IGNORE_THREAD
13887
13888                 use Hiroyuki's threading instead.
13889
13890
13891
13892 2001-08-15 [paul]
13893
13894         * src/account.c
13895                 use Hiroyuki's 0.5.3 column scheme but also
13896                 include the enable/disable button.
13897         * src/pixmaps/mark.xpm
13898                 add Hiroyuki's amended pixmap
13899
13900 2001-08-13 [christoph]
13901
13902         * src/account.c
13903                 receive at get all column showed wrong state for APOP
13904                 button should only work for POP3 and APOP accounts
13905         * src/prefs_account.c
13906                 added missing preprocessor statement for SSL
13907
13908 2001-08-12 [paul]
13909
13910         * src/account.[ch]
13911                 add 'receive at get all' column and enable/disable
13912                 button.
13913
13914 2001-08-06 [christoph]
13915
13916         * src/account.c
13917                 show usage of SSL in protocol column
13918
13919         * src/imap.c
13920         * src/inc.c
13921                 renamed ssl options
13922
13923         * src/prefs_account.[ch]
13924                 moved ssl options to a new page
13925
13926         * src/send.c
13927         * src/smtp.c
13928         * src/ssl.[ch]
13929                 renamed ssl options
13930                 added support for SMTP STARTTLS command
13931
13932 2001-08-05 [christoph]
13933
13934         * configure.in
13935                 debian autoconf needs version check to find
13936                 correct autoconf version. if the file is
13937                 named configure.in 2.13 is used, which does
13938                 not work with this configure.in script.
13939                 other solution would be to rename the script
13940                 to configure.ac as suggested in the autoconf
13941                 manual.
13942
13943         * src/inc.c
13944                 disable final error popup if popups are
13945                 diabled in config
13946
13947         * src/socket.c
13948                 bugfix in ssl_gets
13949                 fixes IMAP over SSL problem
13950
13951 2001-08-03 [paul]
13952
13953         * configure.in
13954                 change to 0.5.2claws1
13955
13956         * sync with sylpheed 0.5.2cvs1
13957
13958 2001-08-02 [alfons]
13959
13960         * configure.in
13961                 quick fix for ispell detection...
13962
13963 2001-08-01 [paul]
13964
13965         * configure.in
13966                 change to 0.5.1claws4
13967
13968         * sync with sylpheed 0.5.1cvs7
13969
13970 2001-07-31 [alfons]
13971
13972         * src/prefs_common.c, src/prefs_common.h, 
13973           src/gtkspell.c, src/gtkspell.h
13974                 add global spelling checker settings (compose tab) +
13975                 selection of dictionary 
13976           
13977         * configure.in  
13978                 guess valid ispell location
13979
13980 2001-07-31 [paul]
13981
13982         * po/POTFILES.in
13983                 removal of 'src/quote_fmt_parse.c'
13984         * po/de.po
13985                 Updated de.po
13986                 (submitted by Jens Oberender <didge@suse.de>)
13987
13988 2001-07-31 [darko]
13989
13990         * src/folder.[ch]
13991         * src/folderview.[ch]
13992         * src/mainwindow.c
13993         * src/mh.c
13994         * src/prefs_common.[ch]
13995         * src/summaryview.c
13996                 target folder colourization
13997
13998 2001-07-30 [paul]
13999
14000         more sync with Sylpheed 0.5.1cvs6 
14001
14002 2001-07-30 [darko]
14003
14004         * src/mh.c
14005         * src/prefs_folder_item.[hc]
14006         * src/summaryview.c
14007                 shared folders support with a GUI
14008
14009 2001-07-29 [paul]
14010
14011         0.5.1claws3
14012
14013         * sync with Sylpheed 0.5.1cvs6
14014
14015 2001-07-29 [paul]
14016
14017         * po/pt_BR.po
14018                 updated
14019                 (submitted by Fabio Junior Beneditto)
14020
14021 2001-07-28 [paul]
14022
14023         * src/procmime.c
14024         * AUTHORS
14025                 patch to correct bad image mime headers
14026                 (submitted by Don Quijote <dq@searchlores.org>)
14027
14028 2001-07-28 [paul]
14029
14030         * tools/gif2xface.pl   **NEW FILE**
14031         * tools/README
14032                 script to convert file.gif to file.xface for
14033                 use in a custom header.
14034                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
14035
14036 2001-07-27 [alfons]
14037         
14038         * configure.in
14039                 change macros for detecting JPilot and LDAP
14040
14041 2001-07-27 [christoph]
14042
14043         * src/filtering.c
14044                 code cleanup (MIN / MAX warning, needed casting)
14045
14046 2001-07-27 [alfons]
14047
14048         * procheader.c
14049                 disallow setting flags when detecting certain headers
14050                 (X-Status, Status, Seen, X-Seen). 
14051         
14052         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
14053
14054 2001-07-27 [christoph]
14055
14056         * src/prefs_filter.c
14057         * src/prefs_filtering.c
14058         * src/prefs_matcher.c
14059         * src/prefs_scoring.c
14060                 scroll list when moving rows up or down
14061
14062         * src/imap.c
14063         * src/imap.h
14064         * src/prefs_account.c
14065         * src/prefs_account.h
14066         * src/send.c
14067                 SMTP over SSL (untested, feedback requested)
14068                 IMAP over SSL
14069
14070         * src/ssl.c
14071                 code cleanup
14072
14073 2001-07-26 [alfons]
14074         
14075         * configure.in, acconfig.h
14076                 define CLAWS (need this for main / claws detection)
14077
14078 2001-07-25 [alfons]
14079
14080         * configure.in
14081                 Sylpheed 0.5.1claws2
14082                 
14083         * sync with Sylpheed 0.5.1cvs4
14084
14085 2001-07-25 [christoph]
14086
14087         * src/scoring.c
14088                 fixed segfault
14089                 item->prefs == NULL (don't know why)
14090
14091 2001-07-25 [alfons]
14092
14093         * configure.in
14094                 Sylpheed 0.5.1claws1
14095
14096         * sync with Sylpheed 0.5.1cvs1-3
14097
14098 2001-07-24 [christoph]
14099
14100         * src/folderview.c
14101         * src/prefs_folder_item.[ch]
14102                 added folderitem preferences dialog with
14103                 default To: and auto request return receipt
14104
14105         * src/compose.[ch]
14106         * src/menu.[ch]
14107                 changes to handle new folderitem preferences
14108
14109         * src/mainwindow.c
14110         * src/summaryview.c
14111                 call compose new mail with current folderitem
14112
14113 2001-07-24 [alfons]
14114
14115         Release Sylpheed 0.5.1claws
14116
14117         * configure.in
14118                 change to release version 0.5.1claws
14119
14120 2001-07-24 [christoph]
14121
14122         * src/summaryview.c
14123                 fixed segfault that happend when the selected
14124                 message was removed while retrieving new messages.
14125
14126         * po/es.po
14127                 updated translation
14128                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
14129
14130 2001-07-22 [alfons]
14131
14132         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
14133         this is a work in progress, for more information: http://nlpagan.net/sylman 
14134         
14135         * configure.in, src/mainwindow.c, manual/Makefile.am
14136                 add support for English manual
14137
14138         * AUTHORS
14139                 add authors of user manuals
14140
14141         * manual/en/sylpheed*.html
14142                 add English documentation
14143
14144 2001-07-22 [christoph]
14145
14146         * po/POTFILES.in
14147                 added src/ssl.c
14148         * src/ssl.c
14149                 changed a wrong debug message
14150
14151 2001-07-22 [alfons]
14152
14153         * po/nl.po
14154                 update Dutch translation
14155
14156         * src/prefs_filtering.c, 
14157           src/prefs_matcher.c
14158                 add more translatable strings           
14159
14160 2001-07-21 [alfons]
14161
14162         0.5.0claws7
14163
14164         * configure.in
14165                 change version
14166
14167         * src/inc.c, src/summaryview.[ch]
14168                 prevent update of mark file when filtering has done, by
14169                 using a variable; this affects two functions:
14170                         inc.c::inc_finished()
14171                         summaryview.c::summary_show()
14172
14173 2001-07-20 [alfons]
14174
14175         * src/filtering.[ch], src/prefs_filtering.c, 
14176           src/matcher.[ch]
14177                 add filtering action for label coloring 
14178
14179         * po/POTFILES.in
14180                 add labelcolors.c
14181
14182         * added src/labelcolors.c
14183         * added src/labelcolors.h
14184         * src/Makefile.am, src/summaryview.c
14185                 rearrange label coloring code
14186
14187         * src/procmsg.h
14188                 add more parentheses so label colouring works correctly
14189
14190         * src/filtering.c
14191                 don't really delete message, but move it to Trash
14192
14193         * src/prefs_matcher.c
14194                 add quote options to info dialog
14195
14196 2001-07-20 [christoph]
14197
14198         * src/Makefile.am
14199         * src/inc.c
14200         * src/main.[ch]
14201         * src/socket.h
14202         * src/ssl.[ch] (new)
14203                 moved ssl stuff to a seperate file
14204
14205 2001-07-20 [darko]
14206
14207         * src/summaryview.c
14208                 fix show sender using address book with no e-mail
14209                 address in From: field
14210
14211 2001-07-19 [alfons]
14212
14213         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
14214                 fix messy handling of escaping... now at least the
14215                 execute command is useful. escape char is '\', we
14216                 accept \n and \r too. 
14217
14218                 Real life example:
14219                 
14220                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
14221                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
14222
14223 2001-07-18 [alfons]
14224
14225         0.5.0claws6
14226
14227         * src/summaryview.c
14228                 clean up
14229
14230         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
14231           src/procmsg.[ch]
14232                 revise filtering; currently move, copy, marking have
14233                 been tested. if you like bleeding edge stuff, you
14234                 should definitely go for this version :)
14235
14236         * mark old working stuff as VERSION_0_5_0_CLAWS5        
14237
14238 2001-07-17 [christoph]
14239
14240         * src/utils.c
14241                 timestamp log
14242
14243 2001-07-17 [alfons]
14244
14245         0.5.0claws5
14246
14247         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
14248           bits in the mark file, without affecting either branch. Lots of
14249           files changed, also in claws branch.
14250
14251           UNTESTED: use of mbox folders
14252
14253         * src/summaryview.c
14254                 added mark all read; however this was a quick hack used for
14255                 cleaning up mess after initial merge with Hiroyuki
14256
14257         * configure.in
14258                 change claws version number back to 0.5.0claws5 to clear up 
14259                 confusion & pretension (recent release was technically 
14260                 0.5.0claws4, so we neatly align with Hiroyuki :-)
14261
14262 2001-07-16 [alfons]
14263
14264         sync with Hiroyuki's 0.5.0cvs4
14265
14266 2001-07-16 [alfons]
14267
14268         0.5.1claws3
14269
14270         * src/filtering.[ch]
14271                 remove invalid updating of mark files for 
14272                 filter actions MATCHING_ACTION_MOVE and 
14273                 MATCHING_ACTION_DELETE; this should fix the
14274                 folder update bug
14275                 
14276         * src/procmsg.c
14277                 revert Christoph's stab at fixing the folder 
14278                 update bug
14279
14280         * po/POTFILES.in
14281                 add missing files with translatable strings
14282
14283         * src/summaryview.c
14284                 remove debug print
14285
14286 2001-07-15 [alfons]
14287
14288         * src/addr_compl.[ch], src/prefs_filtering.c
14289                 make "filtering pref dialog's destination entry" an
14290                 "address completable entry", if filter destination is 
14291                 an email address
14292
14293         0.5.1claws2
14294         
14295         sync with Hiroyuki's 0.5.0cvs2-3
14296
14297 2001-07-15 [christoph]
14298
14299         * src/procmsg.c
14300                 fixed folder stats update after incorporation
14301
14302 2001-07-15 [alfons]
14303
14304         * src/summaryview.c
14305                 * finish label colouring stuff (for now)
14306                 * fix incorrect colour bug (off by one) 
14307
14308 2001-07-14 [alfons]
14309
14310         * src/mainwindow.c
14311                 change text labels for news and mail message so there's
14312                 plenty of toolbar estate left
14313
14314         * configure.in
14315                 0.5.1claws1
14316
14317         * src/folderview.c
14318           src/folder.[ch]
14319                 sync with Hiroyuki's 0.5.0cvs1
14320
14321         * src/summaryview.c
14322                 more rewrite label colouring
14323
14324 2001-07-14 [alfons]
14325
14326         * src/summaryview.[ch]
14327                 * start rewrite label colouring 
14328                 * fix proper location "Add Sender To Addressbook" menu item
14329
14330 2001-07-13
14331
14332         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14333         (actually this is 0.5.0claws4)
14334
14335 2001-07-13 [alfons]
14336
14337         * po/pt_BR.po
14338                 * fix duplicate message
14339                 * add updated Portugese / Brazilian translation
14340                   submitted by Fabio Junior Beneditto
14341
14342 2001-07-12 [alfons]
14343
14344         * AUTHORS
14345                 add Jens
14346
14347         * po/nl.po
14348                 add updated Dutch translation
14349
14350         * po/de.po
14351                 add updated German translation submitted by Jens
14352
14353 2001-07-11 [alfons]
14354
14355         Prerelease before 0.5.0claws. Please test.
14356         This version is temporarily tagged as VERSION_0_5_0_TEST
14357
14358         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
14359           src/prefs_scoring.c, src/prefs_matcher.c, 
14360           src/prefs_filtering.c, src/mbox.c, 
14361           src/main.c, src/inc.c, src/filtering.[ch]
14362                 revert new Hoa's new matcher (does not work yet)
14363
14364         * src/Makefile.am
14365                 clean up
14366
14367 2001-07-10
14368
14369         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14370
14371
14372 2001-07-10 [alfons]
14373
14374         * Makefile.am
14375                 add ChangeLog.claws to EXTRA_DIST
14376         * src/Makefile.am
14377                 add matcher_parser_parse.h to EXTRA_DIST
14378
14379 2001-07-10 [christoph]
14380
14381         * src/inc.c
14382                 add destination folder to table of
14383                 folders that need to be updated after
14384                 incorporation
14385
14386 2001-07-10 [alfons]
14387
14388         * folder.[ch]
14389           folderview.c
14390                 make collapse state of folders and folder items persistent, i.e.
14391                 if you collapse a folder tree, the next time sylpheed-claws starts 
14392                 up the folder tree remains collapsed.  
14393                 
14394 2001-07-10 [christoph]
14395
14396         * acconfig.h
14397         * configure.in
14398                 added --enable-ssl
14399         * src/md5.[ch]
14400                 renamed MD5_CTX to MD5_CTX_syl
14401                 conflicts with a struct in openssl
14402         * src/inc.c
14403         * src/main.[ch]
14404         * src/prefs_account.[ch]
14405         * src/socket.[ch]
14406                 SSL support for POP
14407         * src/mainwindow.c
14408                 fixed compose with current account
14409                 broken by new compose button stuff
14410
14411 2001-07-09 [hoa]
14412
14413         * AUTHORS
14414                 changed my email address
14415
14416         * src/matcher_parser_parse.y
14417                 clean the parser to remove conflicts
14418
14419 2001-07-09 [alfons]
14420
14421         * AUTHORS
14422                 add Match Grun
14423
14424         * configure.in
14425                 fix incorrect description of --enable-ldap parameter
14426
14427         * src/prefs_common.[ch]
14428           src/compose.c
14429                 add experimental option "smart wrapping" which makes the
14430                 compose editor auto wrap.
14431                 
14432                 | TODO: the problem with the buggy cursor handling is caused |
14433                 | by the GtkText. when deleting / backspacing text its       |
14434                 | wrapping algorithm does not take in account the previous   |
14435                 | line. should find a way to hack this in.                   |
14436                 | or should perhaps combine this with the word wrapping      |
14437                 | patch i wrote in january.                                  |
14438
14439         * src/about.c
14440                 show build parameters for LDAP and JPilot
14441
14442         * src/summaryview.c
14443                 revert Christoph's bugfix for selecting next unread message, 
14444                 because folder stats aren't updated correctly
14445
14446 2001-07-08 [hoa]
14447
14448         * src/filtering.c
14449         * src/mainwindow.c
14450         * src/matcher.c
14451         * src/matcher_parser_lex.l
14452         * src/matcher_parser_parse.y
14453         * src/prefs_filtering.c
14454         * src/prefs_scoring.c
14455         * src/scoring.c
14456                 bugfix of the config file parser
14457
14458 2001-07-08 [alfons]
14459
14460         * src/Makefile.am
14461                 added generated matcher sources to BUILT_SOURCES
14462
14463 2001-07-08 [hoa]
14464
14465         * src/Makefile.am
14466         * src/.cvsignore
14467                 added new config file parser
14468
14469         * src/scoring.[ch]
14470         * src/filtering.[ch]
14471         * src/matcher.[ch]
14472         * src/prefs_filtering.c
14473         * src/prefs_matcher.c
14474         * src/prefs_scoring.c
14475         * added src/matcher_parser.h
14476         * added src/matcher_parser_lex.h
14477         * added src/matcher_parser_lex.l
14478         * added src/matcher_parser_parse.y
14479                 lex & yacc config file parser
14480
14481         * src/mbox.c
14482         * src/inc.c
14483         * src/main.c
14484                 changes prefs_filtering into global_filtering           
14485
14486         * src/summaryview.c
14487                 build threads with subjects only if "Re: " is at the
14488                 beginning of the subject
14489
14490 2001-07-07 [paul]
14491
14492         0.5.0claws
14493
14494         sync with sylpheed 0.5.0
14495                 change of version number only
14496
14497 2001-07-06 [paul]
14498
14499         0.5.0claws5
14500
14501         sync with sylpheed 0.5.0pre5
14502
14503 2001-07-05 [paul]
14504
14505         sync with sylpheed 0.5.0pre4 release
14506                 /po and /manual/ja not sync'ed
14507
14508 2001-07-04 [paul]
14509
14510         more sync with sylpheed 0.5.0pre4
14511
14512 2001-07-03 [christoph]
14513
14514         * src/addressbook.c
14515                 fixed address book broken by address book
14516                 for VCard, JPilot, LDAP
14517
14518 2001-07-03 [alfons]
14519
14520         * src/matcher.c
14521         * src/textview.c
14522                 stopped memory leaks
14523
14524 2001-07-03 [paul]
14525
14526         more sync with sylpheed 0.5.0pre4
14527
14528 2001-07-02 [match]
14529
14530         * included address book patch for VCard, JPilot, LDAP
14531         * pref_common.c - fixed Font options on Display tab (cosmetic)
14532         * alertpanel.c - fixed truncated message
14533
14534 2001-07-02 [christoph]
14535
14536         * src/mbox_folder.c
14537         * src/procmsg.[ch]
14538         * src/summaryview.c
14539                 mark threads for ignoring
14540
14541 2001-07-02 [paul]
14542
14543         0.5.0claws4
14544
14545         * sync with sylpheed 0.5.0pre4
14546                 updated gettext to 0.10.38.
14547
14548 2001-07-01 [paul]
14549
14550         * src/ mainwindow.c
14551         * src/procmsg.h
14552         * src/summaryview.[ch]
14553                 new right-click option: Label.
14554                 substitute for 'Mark-->Mark/Unmark', colours the line.
14555                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
14556
14557 2001-07-01 [christoph]
14558
14559         * src/folderview.c
14560                 fixed font for trash
14561         * src/summaryview.c
14562                 move ctree to unread message
14563
14564 2001-07-01 [paul]
14565
14566         * sync with sylpheed 0.5.0pre3 release
14567
14568 2001-06-30 [alfons]
14569
14570         * src/filesel.[ch]
14571         * src/compose.c
14572                 allow inserting / attaching multiple files in
14573                 the composer window
14574
14575 2001-06-30 [paul]
14576
14577         * src/codeconv.c
14578                 small change to Alfons' previous stuff so that it
14579                 actually makes
14580
14581 2001-06-30 [alfons]
14582
14583         * lots of files changed; first attempt to merge the changes
14584           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
14585
14586 2001-06-30 [paul]
14587
14588         * po/pt_BR.po
14589                 updated and completed, translations by Fabio
14590                 Junior Beneditto <fjbeneditto@yahoo.com.br>
14591
14592 2001-06-29 [alfons]
14593
14594         * src/compose.c
14595         * src/mimeproc.[ch]
14596                 allow selecting an attached files' mime type from a 
14597                 list of types.
14598
14599 2001-06-29 [paul]
14600
14601         * more sync with sylpheed 0.5.0pre3
14602
14603 2001-06-29 [paul]
14604
14605         * po/pt_BR.po
14606                 merge with sylpheed.pot and pt_BR.po provided by
14607                 Fabio Junior Beneditto.
14608
14609 2001-06-29 [darko]
14610
14611         * src/procmime.c
14612                 make MIME types case insensitive
14613
14614 2001-06-28 [alfons]
14615
14616         * po/nl.po
14617                 merge with sylpheed.pot and old nl.po; translations added.
14618
14619 2001-06-28 [paul]
14620
14621         * more sync with sylpheed 0.5.0pre3
14622
14623 2001-06-27 [alfons]
14624
14625         * src/summaryview.c
14626                 don't crash when removing parent node of messages
14627                 attracted by subject. this was caused by not deleting
14628                 the parent node from the subject line hash table.
14629
14630 2001-06-27 [alfons]
14631
14632         * src/summaryview.c
14633         * src/compose.[ch]
14634         * src/mainwindow.c
14635                 if there are multiple messages selected, allow forwarding
14636                 them as attachments.
14637
14638 2001-06-27 [paul]
14639
14640         * more sync with sylpheed 0.5.0pre3
14641
14642 2001-06-26 [paul]
14643
14644         0.5.0claws3
14645
14646         * sync with sylpheed 0.5.0pre3
14647
14648 2001-06-25 [paul]
14649
14650         * src/mainwindow.c
14651                 fixed 'compose news article' bug
14652                 from icon-and-text toolbar
14653
14654 2001-06-25 [paul]
14655
14656         * sync with sylpheed 0.5.0pre2 release
14657
14658 2001-06-24 [christoph]
14659
14660         * src/prefs_common.c
14661                 bug fix in font selection
14662         * src/folderview.c
14663                 use sylpheed's normal font instead of
14664                 gtk default font for folders without
14665                 new messages
14666
14667 2001-06-24 [alfons]
14668
14669         * src/mainwindow.[ch]
14670                 added composite compose mail / news button (an idea by Leandro
14671                 Pereira <leandro@linuxmag.com.br>)
14672
14673 2001-06-24 [paul]
14674
14675         Added instructions for ldif-to-xml.py
14676
14677         * tools/README
14678
14679 2001-06-23 [alfons]
14680
14681         Some minor things.
14682
14683         * src/pixmaps/stock_news_compose.xpm
14684                 added pixmap by Leandro
14685         * src/prefs_common.c
14686                 tested built-in spelling checker of GCC 3.0 :)
14687         * po/nl.po
14688                 merged dutch translation of sylpheed-main with
14689                 sylpheed.pot
14690
14691 2001-06-23 [paul]
14692
14693         Added tools directory and files.
14694
14695         * tools/filter_conv.pl
14696                 converts old filter system to new filtering system
14697         * tools/ldif-to-xml.py
14698                 converts netscape addressbook to sylpheed addressbook
14699         * tools/README
14700                 descriptions/instructions for above two files
14701
14702 2001-06-23 [christoph]
14703
14704         * src/inc.c
14705         * src/manage_window.[ch]
14706         * src/prefs_common.[ch]
14707                 mail retrieval dialog can be enabled, disabled
14708                 or hidden if non of sylpheed's windows is active
14709
14710 2001-06-22 [paul]
14711
14712         0.5.0claws2
14713
14714         * sync with sylpheed 0.5.0pre2
14715
14716 2001-06-21 [christoph]
14717
14718         * src/summaryview.c
14719                 show recipient on 'from' for all accounts
14720                 
14721         * src/inc.c
14722         * src/prefs_common.[ch]
14723                 disable error popup on mail receive errors
14724
14725 2001-06-21 [alfons]
14726
14727         * src/compose.c
14728                 made the ruler correctly appear and disappear.
14729
14730         * src/Makefile.am
14731                 removed Hoa's work-in-progress-stuff (interesting!) so 
14732                 claws compiles ok.
14733
14734 2001-06-20 [christoph]
14735
14736         * src/inc.c
14737         * src/progressdialog.c
14738                 added scrolled window for list in progressdialog
14739
14740 2001-06-20 [paul]
14741
14742         sync with sylpheed 0.5.0pre1 release
14743
14744 2001-06-20 [christoph]
14745
14746         * src/summeryview.c
14747                 make building threads by subject work when
14748                 thread view is enabled
14749                 
14750         * src/compose.c
14751         * src/prefs_common.[ch]
14752                 automatically select account for mail replys
14753
14754 2001-06-19 [sergey]
14755
14756         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
14757         they are filled in from the account settings.
14758
14759 2001-06-19 [paul]
14760
14761         * more sync with sylpheed 0.5.0pre1
14762
14763 2001-06-18 [alfons]
14764
14765         * src/Makefile.am,
14766           src/procmime.c
14767                 added --sysconfdir to CPPFLAGS for pointing to the correct
14768                 location of mime.types. 
14769
14770                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
14771                 or ./configure!
14772
14773 2001-06-18 [hoa]
14774
14775         * src/summaryview.c
14776                 fixed some bug when building threads
14777
14778 2001-06-18 [pau]l
14779
14780         * src/prefs_account.c
14781                 UI stuff: More changes to the English
14782
14783 2001-06-18 [paul]
14784
14785         * src/pixmaps/stock_news_compose.xpm: new file
14786         * src/Makefile.am
14787         * src/mainwindow.c
14788         * src/summaryview.c
14789                 Added new icon for Hoa's 'compose a news
14790                 message', plus minor improvements to the
14791                 English
14792
14793         * po/ja.po
14794         * ChangeLog
14795         * ChangeLog.jp
14796                 more sync with sylpheed 0.5.0pre1
14797
14798 2001-06-18 [hoa]
14799
14800         * src/compose.[ch]
14801         * src/mainwindow.c
14802                 Follow-up and reply to
14803
14804         * src/summaryview.[ch]
14805                 Build threads also with subjects
14806
14807 2001-06-17 [hoa]
14808
14809         * src/compose.c
14810                 forwarding use the current account.
14811
14812         * src/mainwindow.c
14813                 the "compose message" button has been replaced with
14814                 "new mail" and "new news" buttons
14815
14816         * src/prefs_common.[ch]
14817                 added a configuration option to use the forward button
14818                 as "forward as attachment"
14819                 changed reply and forward format description
14820
14821         * src/quote_fmt_lex.l
14822         * src/quote_fmt_parse.y
14823                 added message with no signature in format for reply
14824                 and forward.
14825
14826 2001-06-17 [paul]
14827
14828         Minor UI stuff
14829
14830         * src/mainwindow.c
14831         * src/summaryview.c
14832                 Improvements to the English
14833
14834         * src/prefs_common.c
14835                 Improvements to the English and some
14836                 clarity/continuity improvements in the
14837                 description of Quote symbols.
14838
14839 2001-06-17 [paul]
14840
14841         0.5.0claws1
14842
14843         * sync with sylpheed 0.5.0pre1
14844
14845 2001-06-17 [hoa]
14846
14847         * src/compose.c
14848                 Better interface for compose, displayed fields
14849                 are updated whenever we change account.
14850                 Newsgroups field is automatically filled.
14851
14852         * src/mainwindow.c
14853                 Newsgroups field is automatically filled.
14854
14855         * src/prefs_account.c
14856                 Some interface stuff when fields appear and
14857                 disappear.
14858
14859 2001-06-16 [paul]
14860
14861         0.4.99claws
14862
14863         * sync with sylpheed 0.4.99
14864
14865 2001-06-16 [sergey]
14866
14867         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14868         base64_decoder_free, base64_decoder_decode): new object and
14869         functions for decoding base64 streams.
14870         * src/procmime.c (procmime_decode_content): modified to use the
14871         new base64 decoder.
14872
14873 2001-06-15 [paul]
14874
14875         0.4.99claws10
14876
14877         * sync with sylpheed 0.4.99cvs11
14878
14879 2001-06-13 [paul]
14880
14881         0.4.99claws9
14882
14883         * sync with sylpheed 0.4.99cvs9
14884
14885 2001-06-13 [hoa]
14886
14887         * src/compose.c
14888         * src/prefs_account.c
14889
14890                 SMTP server can be defined in the news account
14891                 mime type of attachment are kept.
14892
14893         * src/summaryview.c
14894
14895                 now choose the highest important score between default
14896                 and important score of folder.
14897
14898 2001-06-09 [alfons]
14899         
14900         * src/prefs_common.c: 
14901
14902                 (prefs_quote_description_create): corrected description of 
14903                 quote format characters
14904
14905 2001-06-09 [paul]
14906
14907         0.4.99claws8
14908
14909         * sync with sylpheed 0.4.99cvs8
14910
14911 2001-06-08 [sergey]
14912
14913         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14914         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14915
14916 2001-06-08 [paul]
14917
14918         0.4.99claws7
14919
14920         * sync with sylpheed 0.4.99cvs7
14921
14922 2001-06-06 [sergey]
14923
14924         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14925         clashes with autogenerated header).
14926         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14927         * src/Makefile.am: added quote_fmt.h.
14928         * src/.cvsignore: added lex/yacc autogenerated files
14929         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14930
14931 2001-06-06 [paul]
14932
14933         0.4.99claws6
14934
14935         * sync with sylpheed 0.4.99cvs6
14936
14937 2001-06-06 [hoa]
14938
14939         * added src/quote_fmt_parse.h
14940         * src/compose.c
14941                 removed warnings
14942
14943         * src/prefs.[ch]
14944                 don't modify readonly configuration files
14945
14946         * src/prefs_account.c
14947         * src/prefs_common.c
14948         * src/prefs_customheader.c
14949         * src/prefs_display_header.c
14950         * src/prefs_filter.c
14951         * src/prefs_filtering.c
14952         * src/prefs_scoring.c
14953                 don't open dialog box when configuration files
14954                 are readonly
14955
14956 2001-06-05 [sergey]
14957
14958         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
14959
14960         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
14961         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
14962         BUILT_SOURCES to make all files rebuild properly.
14963
14964         * src/compose.c: removed #include "quote_fmt.tab.h".
14965
14966         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
14967         CHARACTER value in yylval.
14968
14969         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
14970         receive CHARACTER value by documented means (yylval).
14971
14972         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
14973
14974 2001-06-05 [hoa]
14975
14976         * src/Makefile.am
14977                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
14978
14979         * src/filtering.c
14980         * src/matcher.c
14981         * src/matcher.h
14982         * src/prefs_filtering.c
14983                 now keep the configuration for execute action
14984
14985         * src/mbox_folder.c
14986                 fixed a warning
14987
14988 2001-06-05 [paul]
14989
14990         * sync with sylpheed 0.4.99cvs5
14991
14992 2001-06-05 [hoa]
14993
14994         * src/Makefile.am
14995                 added quote_fmt.[ch]
14996
14997         * added src/quote_fmt.y
14998         * added src/quote_fmt.l
14999         * added src/quote_fmt.tab.h
15000         * added src/quote_fmt.tab.c
15001         * added src/lex.quote_fmt.c
15002                 parsing configuration for replying
15003                 and forwarding
15004
15005         * src/prefs_common.[ch]
15006                 added configuration UI for replying
15007                 and forwarding
15008
15009         * src/compose.c
15010                 using configuration for replying
15011                 and forwarding
15012
15013 2001-06-04 [hoa]
15014
15015         * src/filtering.c
15016         * src/matcher.c
15017         * src/matcher.h
15018         * src/prefs_filtering.c
15019         * src/prefs_matcher.c
15020         * src/prefs_matcher.h
15021                 action "run a command" for filtering
15022                 and matching with a command.
15023                 fixed the "whole message" matching
15024
15025         * src/mbox_folder.c
15026                 changed temporary filename for security
15027
15028         * src/messageview.c
15029                 queue the notification if it fails to send.
15030
15031         * src/prefs_common.c
15032         * src/prefs_folder_item.c
15033                 changed the default important score             
15034
15035         * src/prefs_scoring.c
15036         * src/scoring.c
15037                 hide kill score input when the folder is not
15038                 a newsgroup
15039
15040 2001-06-03 [alfons]
15041
15042         * src/prefs_common.c:
15043
15044                 (prefs_font_select): pass font name in font entry box to font
15045                 selection dialog.
15046
15047 2001-06-03 [sergey]
15048
15049         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
15050
15051 2001-06-03 [paul]
15052
15053         * sync with sylpheed 0.4.99cvs4
15054
15055 2001-06-03 [alfons]
15056
15057         * src/headerwindow.c:
15058
15059                 (headerwindow_show_cb): use the selected summary view item, not
15060                 the displayed item.
15061
15062 2001-06-02 [alfons]
15063
15064         * src/headerwindow.c:
15065
15066                 (headerwindow_show_cb): always try to show msginfo
15067
15068 2001-06-02 [hoa]
15069
15070         * src/compose.c
15071                 keep attached parts when reediting or forwarding.
15072
15073 2001-06-01 [hoa]
15074
15075         * src/folderview.c
15076         * src/prefs_folder_item.[ch]
15077         * src/prefs_scoring.[ch]
15078         * src/scoring.[ch]
15079         * src/summaryview.[ch]
15080         * src/main.c
15081         * src/mainwindow.c
15082         * src/prefs_common.[ch]
15083                 support for folder scoring
15084                 kill score and important score for messages
15085         
15086         * src/prefs_account.c
15087                 some display bug fixed for local account
15088                 preferences
15089
15090 2001-05-31 [alfons]
15091
15092         * src/summaryview.c:
15093
15094                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
15095                 sender to address book menu item is disabled.
15096
15097 2001-05-30 [hoa]
15098
15099         * src/filtering.[ch]
15100         * src/summaryview.c
15101                 handling summary menu / filter messages
15102
15103         * src/folder.[ch]
15104                 add some stuff
15105
15106         * src/foldersel.c
15107                 imap folders now appears in list
15108
15109         * src/mbox_folder.c
15110                 doesn't crash if destination mail is not writeable
15111
15112 2001-05-29 [hoa]
15113
15114         * src/compose.c
15115                 removed some warnings
15116
15117         * src/filtering.c
15118         * src/folder.[ch]
15119         * src/prefs_filtering.c
15120                 global string to identify any folders           
15121                 removed some debug info
15122                 filtering to mbox folders is now possible
15123
15124         * src/mainwindow.c
15125                 removed some warnings
15126
15127         * src/mbox_folder.c
15128                 permission on files are changed to read/write for user only,
15129                 nothing for other.
15130                 creation of subfolder is handled better.
15131
15132 2001-05-28 [alfons]
15133
15134         Verified the sync for src/prefs_common.[ch] and
15135         src/prefs_account.[ch]. I believe there were some
15136         minor indentation differences.
15137
15138 2001-05-28 [paul]
15139
15140         0.4.99claws3
15141
15142         * sync with 0.4.99cvs3
15143
15144 2001-05-28 [hoa]
15145
15146         * src/compose.c
15147                 handling flags for mbox format
15148
15149         * src/filtering.c
15150                 use of mark file only for MH format
15151                 handling flags for mbox format
15152                 filtering cannot yet move or copy mails to mbox folders.
15153
15154         * src/folder.[ch]
15155                 changed move_msg, copy_msg,
15156                 move_msgs_with_dest, copy_msgs_with_dest functions
15157                 uses only folder->copy_msg() function
15158                 uses folder->finished_copy() to handle the destination
15159                 folder at the end of the copy or move operation.
15160
15161         * src/foldersel.c
15162                 included mbox directories.
15163
15164         * src/folderview.[ch]
15165         * src/mainwindow.c
15166                 handle folders operation for mbox format
15167
15168         * src/mbox.c
15169                 disable conversion of "From " header
15170
15171         * src/mbox_folder.[ch]
15172                 completion of mbox format handling
15173
15174         * src/mh.c
15175                 changed mh_copy_msg() function and
15176                 removed mh_move_msg(), mh_move_msgs_with_dest(),
15177                 mh_copy_msgs_with_dest()
15178
15179         * src/prefs_filtering.c
15180                 removed some warnings
15181
15182         * src/prefs_matcher.c
15183                 default boolean operation is AND
15184
15185         * src/procheader.c
15186                 handling flags for mbox format
15187                 handling of "From " header
15188
15189         * src/procmsg.[ch]
15190                 removed data field
15191                 added MSG_REALLY_DELETED flags to handle deletion of
15192                 messages in mbox format.
15193
15194         * src/summaryview.c
15195                 handling flags for mbox format
15196                 disable the MSG_DELETED flags when messages
15197                 are deleted in mbox format
15198
15199         * src/textview.c
15200                 "From " headers display fixed.
15201
15202 2001-05-27 [alfons]
15203
15204         * src/textview.c:
15205                 
15206                 (get_email_part): skip quoted email addresses, like in e.g.
15207                 "'alfons@proteus.demon.nl'".
15208
15209 2001-05-26 [alfons]
15210
15211         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
15212         and fixing the persistence troubles when using separate windows.
15213
15214         * src/mainwindow.c:
15215         
15216             Added #define SEPARATE_ACTION used in the gtk item factory for 
15217             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
15218                 use gtk_item_factory_get_widget_by_action() to get the items.
15219                 
15220             Removed separate_widget_cb from the gtk item factory data   
15221           
15222             (mainwindow_create): connect separate_widget_cb() to check
15223             menu item "toggled" signal. also passing a MainWindow pointer
15224                 as object data for both check menu items.
15225                 
15226             (separate_widget_cb): definition of separate_widget_cb() to match
15227             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
15228                 window using gtk_object_get_data(). The type of window separation 
15229                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
15230         
15231         * src/prefs_filtering.c,
15232           src/prefs_matcher.c: added horizontal scrollbars
15233
15234 2001-05-25 [darko]
15235
15236         * src/headerview.c
15237                 fix segfault with invalid bold font
15238         * src/summaryview.c
15239                 correctly display summary stats after row is marked
15240
15241 2001-05-23 [sergey]
15242
15243         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
15244         encodings with libjconv.
15245
15246 2001-05-23 [hoa]
15247
15248         * src/Makefile.am
15249                 added mbox_folder.[ch]
15250         * src/defs.h
15251                 mbox temporary folder
15252         * src/folder.[ch]
15253         * added src/mbox_folder.[ch]
15254         * src/folderview.c
15255         * src/procheader.[ch]
15256                 added mbox support
15257         * src/mbox.c
15258                 bugfix for file incorporation filtering
15259         * src/imap.c
15260                 enable creation of MBOX
15261         * src/prefs_display_header.c
15262                 enable use of headers like "From "
15263                 something that should be fixed :
15264                         displaying of such headers add an extra space
15265         * src/prefs_folder_item.c
15266                 don't create folders because it is not necessary
15267         * src/procmsg.h
15268                 added data field to MsgInfo for mbox internal use
15269         * src/summaryview.c
15270                 added some support for mbox
15271         * src/utils.[ch]
15272                 added get_mbox_cache_dir() function
15273
15274 2001-05-23 [hiroyuki]
15275
15276         * src/headerwindow.c
15277           src/inc.c
15278           src/main.c
15279           src/mh.c
15280           src/nntp.c
15281           src/procmsg.h
15282           src/session.h
15283           src/socket.[ch]
15284           src/summaryview.c
15285           src/textview.c
15286           src/automaton.c
15287           src/folderview.c: more sync with 0.4.99cvs2.
15288
15289         * src/headerwindow.c: reverted.
15290
15291 2001-05-22 [paul]
15292
15293         0.4.99claws2
15294
15295         * sync with sylpheed 0.4.99cvs2
15296                 * src/news.[ch]
15297                 * src/nntp.[ch]
15298                 * INSTALL
15299                 * INSTALL.jp
15300
15301 2001-05-22 [alfons]
15302
15303         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
15304
15305 2001-05-21 [alfons]
15306
15307         Minor things:
15308
15309         * configure.in: if gnome-config not found, "no" is displayed
15310         
15311         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
15312
15313         * src/textview.c: now also possible to add mail addresses by right
15314           clicking in the text view
15315
15316         * src/codeconv.c: merged patch which fixes endless loop when encountering
15317           invalid wide characters; from Alte <010@imis.ru>  
15318
15319 2001-05-20 [alfons]
15320
15321         Added installation of gnome specific things:
15322
15323         * Makefile.am: gnome conditional
15324
15325         * configure.in: check for installed gnome
15326
15327         * added sylpheed.png, sylpheed.desktop
15328
15329 2001-05-20 [sergey]
15330
15331         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
15332
15333         * src/mainwindow.h (main_window_toolbar_create): created a button
15334         for "Reply to all".
15335         (main_window_set_toolbar_sensitive): enable/disable the new button
15336         appropriately.
15337         (toolbar_reply_to_author_cb): handle the new button.
15338
15339         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
15340         send_progress_dialog_destroy() on failure (fixes hang on SMTP
15341         failure).
15342
15343 2001-05-19 [sergey]
15344
15345         * src/compose.h (ComposeReplyMode): new modes
15346         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
15347         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
15348
15349         * src/compose.c
15350         (compose_send): move some code into a new function:
15351         (compose_current_mail_account): new function.
15352         (compose_reply): new argument to_author, all callers changed; if
15353         to_author==TRUE and account->protocol==A_NNTP, find and use an
15354         appropriate mail account for replying.
15355         (compose_reply_set_entry): new argument to_author; ignore
15356         compose->replyto if to_author==TRUE.
15357
15358         * src/mainwindow.c: new command "Message/Reply to author".
15359         (main_window_set_menu_sensitive): enable/disable it.
15360         (reply_cb): handle it.
15361
15362         * src/summaryview.c: new command "Reply to author".
15363         (summary_set_menu_sensitive): enable/disable it.
15364         (summary_reply_cb): handle it.
15365
15366         * src/account.c (account_find_mail_from_address): new function.
15367
15368 2001-05-18 [paul]
15369
15370         0.4.99claws1
15371
15372         * sync with sylpheed 0.4.99cvs1
15373
15374 2001-05-18 [hoa]
15375
15376         * src/compose.[ch]
15377         * src/filtering.c
15378         * src/summaryview.c
15379                 new filtering action : forward and forward as attachment
15380
15381         * src/main.c
15382                 no need for $DISPLAY when we run sylpheed --help
15383                 call to parse_cmd_opt() is moved
15384
15385         * src/mainwindow.[ch]
15386                 execute button is hidden when immediate execute
15387                 is chosen
15388
15389         * src/mh.c
15390         * src/news.c
15391         * src/prefs_folder_item.c
15392         * src/procmsg.c
15393                 better handling of missing directories
15394
15395         * src/summaryview.c
15396                 reedit is enabled in outbox
15397                 reedit is enabled in queue
15398
15399 2001-05-17 [hoa]
15400
15401         * src/filtering.c
15402         * src/matcher.[ch]
15403         * src/prefs_filtering.c
15404                 changed attachement into attachment
15405
15406 2001-05-17 [alfons]
15407
15408         0.4.67claws4    
15409
15410         * sync with sylpheed 0.4.67cvs9
15411         * sync with sylpheed 0.4.67cvs7-8
15412
15413 2001-05-17 [hoa]
15414
15415         * src/Makefile.am
15416                 added prefs_filtering.c
15417
15418         * src/filtering.[ch]
15419         * src/matcher.[ch]
15420                 removed action : forward_news and forward_news_as_attachement
15421                 (forward and forward_as_attachement can be used instead)
15422
15423         * src/mainwindow.c
15424                 added menu option to access filtering configuration
15425
15426         * src/prefs_account.c
15427                 changed mail_command default to /usr/sbin/sendmail
15428
15429         * added src/prefs_filtering.[ch]
15430                 dialog box for filtering configuration
15431
15432         * src/prefs_matcher.c
15433                 added function prefs_matcher_get_criteria_from_matching()
15434
15435         * src/prefs_scoring.c
15436                 reset the dialog when register or substitute is clicked
15437
15438 2001-05-15 [hoa]
15439
15440         * src/Makefile.am
15441                 added filtering.[ch]
15442         * src/inc.c
15443                 using filering.[ch] instead of filter.[ch]
15444         * src/main.c
15445                 reading new filtering configuration
15446         * src/matcher.[ch]
15447                 added some filtering actions
15448                 and fixed a bug for headers and mail body matching
15449         * src/mbox.c
15450                 using filering.[ch] instead of filter.[ch]
15451         * src/mh.c
15452                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
15453         * src/summaryview.c
15454                 some fixes for filtering
15455
15456 2001-05-14 [hiroyuki]
15457
15458         * src/send.c: fixed some weird indentations.
15459           send_message_with_command(): call pclose() only if p != NULL.
15460         * src/textview.c: get_email_part(): modified the code for readability.
15461
15462 2001-05-14 [hiroyuki]
15463
15464         * src/md5global.h
15465           src/md5ify.c
15466           src/md5ify.h: removed from the cvs.
15467
15468 2001-05-13 [sergey]
15469
15470         * src/main.c: include rfc2015.h to avoid compiler warnings.
15471         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
15472         the panel is already on screen.
15473         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
15474         closing the alert window by ESC as "No".
15475         * src/prefs_common.c (prefs_interface_create): moved return
15476         receipt check button to the correct place.
15477
15478 2001-03-13 [alfons]
15479
15480         * src/prefs_common.c: 
15481                 moved return receipt check button to the Send tab. (prefs_send_create)
15482                 removed the date format ui related globals. (prefs_display_create)
15483
15484         0.4.67claws3
15485         
15486         * sync with sylpheed 0.4.67cvs5-6
15487
15488 2001-05-13 [paul]
15489
15490         * added Alfons' font selection patch
15491
15492         * src/defs.h
15493         * src/headerwindow.c
15494         * src/prefs_common.c
15495         * src/prefs_common.h
15496
15497 2001-05-13 [hoa]
15498         * src/defs.h
15499                 changed version of cache
15500         * src/matcher.[ch]
15501         * src/prefs_matcher.c
15502                 added additionnal matching criteria
15503         * src/procheader.c
15504         * src/procmsg.[ch]
15505         * src/news.c
15506                 added references in MsgInfo
15507
15508 2001-05-12 [hoa]
15509
15510         * src/defs.h
15511                 prepared some things for new filtering
15512         * src/matcher.[ch]
15513                 added some matching properties
15514                 inreplyto need to be enhanced
15515                 prepared some things for new filtering
15516         * src/messageview.c
15517                 added Return-Receipt-To handling
15518         * src/prefs_folder_item.c
15519                 changed default value to TRUE
15520         * src/prefs_matcher.c
15521                 added some matching properties
15522         * src/prefs_scoring.[ch]
15523                 the scoring dialog is finished
15524         * src/procheader.c
15525                 added Return-Receipt-To handling
15526                 Reference need to be added
15527         * src/procmsg.[ch]
15528                 added Return-Receipt-To handling
15529                 added threadscore to get a better score sorting when
15530                 threads are enabled
15531         * src/summaryview.c
15532                 suppressed a bug when we sort the list
15533                 when no folder is opened.
15534                 better score sorting when threads are enabled
15535
15536 2001-05-12 [alfons]
15537
15538         * reverted previous patch because of potential errors 
15539
15540         0.4.67claws2
15541         
15542         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
15543                 applied "toggle mail-retrieval dialog window" patch submitted 
15544                 by Eric Limpens <eric@qnt.net>
15545
15546         * sync with sylpheed 0.4.67cvs4
15547
15548 2001-05-12 [sergey]
15549
15550         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
15551         some picky compilers.
15552         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
15553         * src/grouplist_dialog.c: include alertpanel.h.
15554         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
15555         fix compile warning.
15556         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
15557         #include "defs.h" before others to prevent the warning of `MIN'
15558         and `MAX' redefinition.
15559
15560 2001-05-11 [hoa]
15561
15562         * src/main.c
15563         * src/messageview.c
15564         * src/prefs_account.c
15565         * src/prefs_display_header.c
15566                 removed warning
15567         * src/Makefile.am
15568                 added prefs_scoring.[ch]
15569         * src/grouplist_dialog.c
15570                 display an error dialog box if the group list
15571                 cannot be fetched.
15572         * src/mainwindow.[ch]
15573                 added main_window_set_thread_option() function
15574                 scoring dialog box enabled
15575         * src/matcher.[ch]
15576                 added flags matching unread /new / marked
15577                 / deleted / replied / forwarded
15578         * src/news.c
15579                 newsgroups are now finally in newscache
15580         * src/prefs_matcher.[ch]
15581                 finished preferences for matching dialog
15582         * added src/prefs_scoring.[ch]
15583                 scoring dialog box completed
15584         * src/scoring.[ch]
15585                 conversion to string : added scoringprop_to_string()
15586                 write config for preferences :
15587                 added prefs_scoring_write_config()
15588         * src/summaryview.c
15589                 threads can be enabled/disabled independently
15590                 for each folder
15591
15592 2001-05-10 [alfons]
15593
15594         0.4.67claws1
15595         
15596         * AUTHORS: 
15597                 thought it would be nice to have a list of all
15598                 contributors (used Changelog as a reference)
15599         
15600         * configure.in: 
15601                 messed up version numbering...
15602
15603         0.4.66claws1
15604
15605         * sync with sylpheed 0.4.67cvs1-3
15606
15607 2001-05-10 [darko]
15608
15609         * src/prefs_common.c:
15610                 better UI for strftime format, double clicking
15611                 on format now inserts the format in text entry
15612                 replaced close button with standard OK/Cancel
15613                 moved date format button to the right of the
15614                 text entry field
15615
15616 2001-05-09 [alfons]
15617
15618         * src/gtkstext.c:
15619                 Ctrl-Home / Ctrl-End have proper cursor navigation
15620
15621 2001-05-09 [hoa]
15622
15623         * src/prefs_matcher.c
15624                 finished UI to define matching properties
15625                 added ok and cancel button
15626         * src/prefs_filter.c
15627                 added ok and cancel button
15628         * src/news.c
15629                 fixed some bug in xhdr parsing
15630
15631 2001-05-08 [alfons]
15632
15633         * src/textview.c: 
15634                 fixed a bug in textview_show_header(), which displayed two colons (':');
15635                 cleaned up some warnings
15636
15637 2001-05-08 [hoa]
15638
15639         * src/Makefile.am
15640                 added prefs_matcher.[ch]
15641                 compilation with -W -Wall
15642         * src/alertpanel.c
15643                 ungrab the mouse events if grabbed - does it
15644                 fix the bug for disposition notification ?
15645         * src/mainwindow.c
15646                 added a menu option to open the matching dialog.
15647         * src/matcher.[ch]
15648                 added matcherprop_to_string() and matcherlist_to_string()
15649                 fixed some bugs, changed the name of some options
15650                 age_sup and age_inf becomes age_greater and age_lower,
15651                 body and messageheaders becomes body_part and headers_part,
15652                 changed the names of constants from SCORING_XXX to MATCHING_XXX
15653         * src/prefs_display_header.c
15654         * src/prefs_headers.c
15655                 fixed a bug that accidentally destroyed dialogs
15656                 when closed them with delete_event
15657                 Added *_deleted() which handle delete_event signal correctly.
15658         * src/prefs_folder_item.[ch]
15659                 added "enable_thread" field for future customization
15660         * added src/prefs_matcher.[ch]
15661                 sample of the UI to define matching properties
15662         * src/procheader.c
15663                 using procheader_headername_equal instead of str*cmp functions
15664                 using procheader_parse_header() function
15665         * src/scoring.c
15666                 using MATCHING_XXX instead of SCORING_XXX
15667         * src/summaryview.c
15668                 display the sender of the news even if this is ourself
15669                 when this is a news message.
15670         * src/textview.c
15671                 using headername_equal() instead of str*cmp functions
15672
15673 2001-05-08 [alfons]
15674
15675         0.4.66claws
15676
15677         * sync with sylpheed 0.4.66
15678         * src/gtkstext.c: trace logs added 
15679
15680 2001-05-08 [sergey]
15681
15682         * src/prefs_common.[ch]: added option to enable/disable GnuPG
15683         signature check popup.
15684         * src/rfc2015.c (check_signature): show signature check popup only
15685         if it is enabled in preferences.
15686
15687 2001-05-07 [alfons]
15688
15689         0.4.66claws4
15690         
15691         * sync with sylpheed 0.4.66cvs6
15692
15693 2001-05-07 [darko]
15694
15695         * src/prefs_common.[ch]: added option to enable/disable
15696           looking up sender name in address book for summary pane
15697         * src/summaryview.c: look up sender in the address book
15698           by using Alfons' address completion code
15699
15700 2001-05-07 [hiroyuki]
15701
15702         * src/inc.h
15703           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
15704           member of Pop3State.
15705         * src/news.c: brought #include "defs.h" before #include <glib.h>
15706           to prevent the warning of `MIN' and `MAX' redefinition.
15707
15708 2001-05-06 [hoa]
15709
15710         * removed src/headers_display.[ch]
15711         * removed src/prefs_display_headers.[ch]
15712         * src/inc.c
15713                 use a temporary file in the user directory for mbox import
15714         * src/news.c
15715                 added XHDR support to get "To" and "Cc" headers
15716                 (in order to match news with to or cc field for
15717                 scoring)
15718                 added function news_parse_xhdr() to get XHDR response
15719         * src/nntp.[ch]
15720                 added function nntp_xhdr()
15721         * src/matcher.c
15722                 fetch the message if necessary
15723
15724 2001-05-06 [alfons]
15725
15726         0.4.66claws3
15727
15728         * sync with sylpheed 0.4.66cvs3-5
15729
15730 2001-05-06 [hoa]
15731
15732         * src/utils.[ch]
15733                 added function itos_buf() to enable use of several buffers
15734         * src/summaryview.c
15735                 use of itos_buf() instead of itos() in summary list
15736                 to fix the broken display of message number.
15737
15738 2001-05-06 [alfons]
15739
15740         * src/gtkstext.c: bug in cursor up navigation fixed,
15741                 fixed another unsigned / signed comparison (we're getting there :-)
15742
15743 2001-05-06 [hoa]
15744
15745         * src/Makefile.am
15746                 added scoring.c scoring.h
15747                 prefs_folder_item.c prefs_folder_item.h
15748                 matcher.c matcher.h
15749         * src/defs.h
15750                 added FOLDERITEM_RC SCORING_RC
15751         * src/folder.[ch]
15752                 added prefs field in FolderItem :
15753                 properties for each folder (PrefsFolderItem),
15754                 sorting type and mode were added as the first properties.
15755         * src/main.c
15756                 read config for scoring
15757         * added src/matcher.[ch]
15758                 gives functions to parse configuration file to do
15759                 matching on mails with a list of conditions.
15760         * src/mainwindow.c
15761                 add option to sort by score
15762         * src/prefs_common.[ch]
15763                 added preference option to show score and for
15764                 the score column size
15765         * added src/prefs_folder_item.[ch]
15766                 properties for each folder (PrefsFolderItem),
15767                 sorting type and mode were added as the first properties.
15768         * src/procheader.[ch]
15769                 added procheader_parse_header()
15770                 added procheader_header_free()
15771                 added procheader_headername_equal()
15772                 and made modification to use them.
15773         * src/procmsg.[ch]
15774                 added score field to MsgInfo structure
15775         * added src/scoring.[ch]
15776                 gives functions to parse configuration file to do
15777                 scoring on mails with a list of conditions.
15778         * src/summaryview.[ch]
15779                 save the sorting type and mode for the folder
15780                 added column to display the score of the mail
15781                 added function summary_score_clicked()
15782                 sorting type and mode are restored to the folder
15783                 when it is reopen
15784         * src/textview.c
15785                 use procheader_parse_header(), procheader_headername_equal()
15786                 removed memory leak in text_scan_header when freeing headers
15787         * src/filter.c
15788                 changed the function to match names of headers
15789                 using procheader_headername_equal()
15790
15791         Scoring functions are implemented, an interface is needed
15792         to configure that.
15793
15794 2001-05-04 [alfons]
15795
15796         * src/gtkstext.c: 
15797                 hopefully fixed the row up navigation bug,
15798                 removed adding back / forward lines to cache
15799
15800 2001-05-04 [sergey]
15801
15802         * src/prefs_display_headers.c: user interface changes:
15803         (prefs_display_headers_create): remove unused "Show" check button;
15804         allow reordering of headers by dragging.
15805         (prefs_display_headers_write_config): remove unused variables.
15806         (prefs_display_headers_set_dialog): do not insert "(New)" at top
15807         of lists (not needed with the new UI).
15808         (prefs_display_headers_set_list): scan lists starting from row 0,
15809         not 1 (do not skip "(New)").
15810         (prefs_display_headers_find_header): new function.
15811         (prefs_display_headers_clist_set_row): do not allow duplicates.
15812         (prefs_display_headers_delete_cb): do not skip row 0; treat
15813         closing the alert window by ESC as "No".
15814         (prefs_display_headers_up): do not protect row 0.
15815         (prefs_display_headers_down): do not protect row 0.
15816
15817 2001-05-04 [sergey]
15818
15819         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
15820         functions.
15821
15822         * src/summaryview.c
15823         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
15824         summary_select_next_marked, summary_select_prev_marked): new
15825         functions.
15826
15827 2001-05-03 [sergey]
15828
15829         * src/news.c: fixed a bug when no article can be fetched after
15830         server timeout if the connection was restored by news_post():
15831         (news_select_group): new function.
15832         (news_fetch_msg): call news_select_group() before fetching
15833         article.
15834         (news_get_uncached_articles): set session->group after successful
15835         GROUP command.
15836
15837 2001-05-03 [hoa]
15838
15839         * src/defs.h
15840         * src/procmsg.[ch]
15841         * src/procheader.c
15842                  changed version of cache, added cc field
15843
15844         * src/prefs_display_headers.c
15845                 the interface was changed
15846
15847         * src/prefs_headers.c
15848                 added cancel button
15849
15850 2001-05-03 [alfons]
15851
15852         * completed sync of sylpheed cvs2
15853         * src/gtkstext.c: updated row up / down cursor navigation
15854         * src/textview.c: re-edited, prepared for fixing the email address
15855                 scanner.
15856
15857 2001-05-03 [darko]
15858
15859         * src/prefs_common.c: use alfons' strftime ui code
15860         entry_datefmt and datefmt_sample widgets have to be
15861         global in this module because of this change
15862
15863 2001-05-03 [hoa]
15864
15865         * src/messageview.c
15866         * src/prefs_common.[ch] added option to activate the return receipt
15867                 feature.
15868
15869 2001-05-02 [alfons]
15870
15871         * src/gtkstext.c: fix for row up/down cursor navigation. 
15872
15873         0.4.66claws2
15874         
15875         * sync with 0.4.66cvs2
15876
15877 2001-05-02 [paul]
15878
15879         added add-sender-to-addressbook patch
15880
15881         * src/addressbook.c
15882         * src/addressbook.h
15883         * src/summaryview.c
15884
15885 2001-05-02 [sergey]
15886
15887         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15888         G_ALERTDISABLE.
15889
15890         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15891         all existing callers changed to pass FALSE; create a check button
15892         to disable the message.
15893         (alertpanel_message_with_disable): new function.
15894         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15895         (alertpanel_button_toggled): new function.
15896         (alertpanel_button_clicked, alertpanel_close): set value using
15897         G_ALERT_VALUE_MASK.
15898
15899         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15900
15901         * src/prefs_common.c (prefs_privacy_create): new check button
15902         checkbtn_gpgme_warning.
15903
15904         * src/main.c (main): moved preferences reading before gpgme
15905         initialization; check prefs_common.gpgme_warning before giving the
15906         GnuPG warning and set it to FALSE if the user wants to disable the
15907         warning.
15908
15909 2001-05-02 [hiroyuki]
15910
15911         * src/prefs_display_headers.c: modified the layout and some labels.
15912
15913 2001-05-02 [sergey]
15914
15915         * src/prefs_account.c (prefs_account_fix_size): new function.
15916         (prefs_account_create): call prefs_account_fix_size(); use
15917         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15918         size when the window is shown for the first time).
15919         (prefs_account_basic_create): changed layout of serv_table; moved
15920         localmbox_entry above smtpserv_entry (logically it replaces
15921         POP3/IMAP server).
15922         (prefs_account_protocol_activated): set sensitivity of
15923         nntpauth_chkbtn according to the protocol (in addition to
15924         hide/show); commented out gtk_table_set_row_spacing() calls.
15925         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15926         not sensitive (fixes a bug with disabled username/password boxes
15927         when editing POP3 account after NNTP with authentication).
15928
15929 2001-05-02 [hoa]
15930
15931         * src/account.c
15932         * src/inc.c
15933         * src/prefs_account.[ch]
15934         * src/send.c
15935                 removed local account without SMTP server
15936                 added option to use mail command instead of a connexion
15937                 to SMTP server when a local account is used
15938         * src/prefs_headers.c
15939                 fixed a bug
15940         * src/news.c
15941                 fixed a bug when connexion immediately closed
15942
15943 2001-05-01 [alfons]
15944
15945         0.4.66claws1
15946         
15947         * sync with 0.4.65
15948
15949 2001-05-01 [sergey]
15950
15951         * src/prefs_account.c (Basic, prefs_account_basic_create): new
15952         widget nntpauth_chkbtn.
15953         (prefs_account_protocol_activated): handle nntpauth_chkbtn
15954         visibility.
15955         (prefs_account_nntpauth_toggled): new function.
15956
15957         * src/news.c (news_session_new_for_folder): use NNTP
15958         authentication only if ac->use_nntp_auth is set.
15959
15960 2001-05-01 [hoa]
15961
15962         * src/Makefile.am changed headers.[ch] in customheader.[ch]
15963         * src/prefs_display_headers.c changed the UI
15964         * src/prefs_headers.c changed account_name to account_id
15965         * src/compose.c using customheader.h
15966
15967 2001-05-01 [hiroyuki]
15968
15969         * src/esmtp.c
15970           src/news.c
15971           src/nntp.c: changed sock_read() to sock_gets(), they've been left
15972           unsynched.
15973
15974 2001-05-01 [hoa]
15975
15976         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
15977         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
15978                 for displaying of headers
15979         * src/grouplist_dialog.[ch] minor changes to remove warnings
15980         * src/prefs_display_headers.[ch] dialog to choose the
15981         headers to display in the mail viewer.
15982         * src/headers.h correction of #define
15983         * src/headers_display.[ch] configuration for displaying of headers.
15984         * src/main.c read config of displaying of headers
15985         * src/prefs_common.c add a button to access the config dialog
15986                 for displaying of headers
15987         * src/prefs_display_headers.[ch] dialog for configuration for
15988                 displaying of the headers.
15989         * src/prefs_headers.c cleaning of code
15990         * src/procheader.c comments added to code
15991         * src/textview.c changes to reorder the headers depending
15992                 on the config for displaying of headers
15993
15994 2001-04-30 [alfons]
15995
15996         0.4.65claws7
15997
15998         * sync with 0.4.65cvs12
15999
16000         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
16001
16002 2001-04-30 [sergey]
16003
16004         * src/nntp.h (NNTPSockInfo): new field auth_failed.
16005
16006         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
16007         is set to force reconnection after authentication failure.
16008         (nntp_gen_command): set sock->auth_failed on authentication
16009         failure, or if sock->userid and sock->passwd are not set.
16010
16011         * src/news.c (news_session_new_for_folder): set userid=NULL if
16012         password dialog is cancelled.
16013
16014 2001-04-30 [sergey]
16015
16016         * src/nntp.h (NNTPSockInfo): new type.
16017
16018         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
16019         SockInfo.
16020         (nntp_open_auth, nntp_close): new functions.
16021         (nntp_gen_command): new function to handle authentication; all
16022         NNTP command functions updated to use it.
16023         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
16024         (nntp_list): removed old useless code.
16025
16026         * src/news.h (NNTPSession): new field nntp_sock.
16027
16028         * src/news.c: all functions updated to use NNTPSockInfo instead of
16029         SockInfo.
16030         (news_session_new): new arguments (userid, passwd); made static;
16031         use nntp_open_auth() if needed.
16032         (news_session_destroy): use nntp_close() instead of sock_close().
16033         (news_query_password): changed arguments.
16034         (news_session_new_for_folder): new function.
16035         (news_session_get): use news_session_new_for_folder().
16036         (news_authenticate): deleted.
16037         (news_get_uncached_articles): removed old authentication code.
16038
16039 2001-04-30 [sergey]
16040
16041         * src/news.c: reverted my previous changes (need to do NNTP
16042         authentication in a cleaner way).
16043         
16044 2001-04-29 [sergey]
16045
16046         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
16047         news_nntp_post, news_nntp_mode): new functions (wrappers with
16048         authentication support).
16049         (news_get_article_cmd, news_get_article, news_get_header): new
16050         argument "folder"; all callers changed.
16051         (news_get_article_cmd): added authentication support.
16052         (news_session_get): use news_nntp_mode() instead of nntp_mode().
16053         (news_post): use news_nntp_post() instead of nntp_post().
16054         (news_get_uncached_articles): use news_nntp_group() instead of
16055         nntp_group() and news_nntp_xover() instead of nntp_xover();
16056         removed old authentication code.
16057         (news_get_group_list): use news_nntp_list() instead of nntp_list().
16058
16059         * src/nntp.c (nntp_list): return real error code instead of
16060         hardcoded NN_ERROR.
16061
16062 2001-04-29 [sergey]
16063
16064         * configure.in: fixed wint_t typedef detection again
16065
16066 2001-04-28 [hoa]
16067
16068         * src/prefs_account.[ch], added A_LOCAL_CMD
16069                 (send mail with mail command)
16070         * src/send.c added function send_message_with_command()
16071         * src/inc.c made a more secure get_spool() function with
16072                 mktemp() but maybe mkstemp() or something more
16073                 secure can be used.
16074
16075 2001-04-28 [alfons]
16076
16077         * src/textview.c, colorization of email addresses in headers
16078
16079         0.4.65claws6
16080
16081         * bug sync with sylpheed
16082         * prefs_common.c: created date format ui for darko
16083         * sync with 0.4.65cvs11
16084         * configure.in: corrected to have the new gpg checks
16085
16086 2001-04-27 [alfons]
16087
16088         * completed sync with 0.4.65cvs10
16089         * minor debug things added to gtkstext.c
16090
16091 2001-04-27 [darko]
16092
16093         * configure.in: remove check for availability of
16094           strftime() as advised by Hiroyuki
16095         * src/prefs_common.[ch], src/procheader.c:
16096           synch strftime() code with Hiroyki's main branch
16097
16098 2001-04-26 [sergey]
16099
16100         * src/news.c: news_query_password(), news_authenticate(): new
16101           functions.
16102           news_get_uncached_articles(): added NNTP authentication
16103           handling.
16104         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
16105           new functions.
16106         * src/prefs_account.c: prefs_account_protocol_activated():
16107           enable userid and password fields for NNTP.
16108
16109 2001-04-26
16110
16111         * configure.in: check for availability of strftime()
16112           [darko]
16113         * src/prefs_common.[ch], src/procheader.c: use
16114           strftime() for displaying date in summary pane if it
16115           is available
16116
16117 2001-04-25
16118
16119         * more .cvsignore cleanups [alfons]
16120
16121 2001-04-25
16122
16123         * ac/sv-check-type.m4: new autoconf macro.
16124         * configure.in: fixed wint_t typedef detection (did not work
16125           with gcc-2.96).
16126
16127 2001-04-25
16128
16129         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
16130           [hiroyuki]
16131
16132 2001-04-24
16133         * modified gtkstext.c : buggy cursor navigation fixed, 
16134           and font descent also taken in account when drawing
16135           cursor. [alfons]
16136
16137 2001-04-24 [hoa]
16138         * added comments in src/news.c src/nntp.c
16139         * added src/prefs_headers.[ch]
16140         * added src/headers.[ch]
16141         * modified compose.c to activate custom headers
16142                 added function is_in_custom_headers
16143         * modified prefs_account.[ch]
16144                 added function prefs_account_customhdr_edit
16145         * modified src/defs.h :
16146                 added HEADERS_RC : name of the config file
16147                 for the custom headers
16148
16149 2001-04-24
16150
16151     0.4.65claws5
16152
16153         * configure.in
16154           src/gtkstext.[ch]
16155           src/compose.c
16156           src/Makefile.am
16157           
16158           added gtkstext with configure.in patch by Hiroyuki which
16159           should fix the XIM detection [alfons]
16160
16161         * more clean up of cvs [alfons]
16162
16163                  * removed all Makefile.in files to attic.
16164
16165                  * updated all .cvsignores to really ignore things that could
16166                    be unintentionally committed by a recursive commit.
16167
16168 2001-04-23 [hoa]
16169         * added src/grouplist_dialog.[ch]
16170         * changed src/folderview.c to call grouplist_dialog instead
16171                 of inputdialog
16172         * src/news.c :
16173                 added functions news_reset_group_list
16174                 and news_get_group_list
16175         * src/nntp.c :
16176                 added function nntp_list
16177         * src/defs.h :
16178                 added GROUPLIST_FILE : name of the newsgroup list cache file
16179
16180 2001-04-21
16181
16182         * added option to warn about queued messages on exit [sergey]:
16183
16184           * src/compose.c: compose_queue(): call folder_item_scan()
16185             and folderview_update_item() after queueing.
16186           * src/folderview.c: folderview_update_node(): draw the queue
16187             folder in bold font if there are queued messages.
16188           * src/mainwindow.c: queued_messages(): new function.
16189             app_exit_cb(): display warning if there are queued messages
16190             if warn_queued_on_exit is set.
16191           * prefs_common.[ch]: add warn_queued_on_exit option.
16192
16193         * enhanced GnuPG key selection support [sergey]:
16194
16195           * src/select-keys.c: updated to newer version from Win32
16196             branch with support for selecting arbitrary keys.
16197           * src/prefs_account.c: added the Privacy tab to the account
16198             options window.
16199             prefs_account_privacy_create(),
16200             prefs_account_sign_key_set_data_from_radiobtn(),
16201             prefs_account_sign_key_set_radiobtn(): new functions.
16202           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
16203           * src/rfc2015.c: set_signers(): new function.
16204             pgp_sign(): add the account parameter, call set_signers().
16205             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
16206           * src/rfc2015.h: rfc2015_sign(): updated prototype.
16207           * src/compose.c: pass the current account to rfc2015_sign().
16208
16209         * tag name claws added to prevent confusion with main branch [alfons]
16210
16211         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
16212
16213         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
16214
16215         * sync with recent sylpheed cvs. Untested though. [alfons]
16216