8429f56b3649446a9e3a1ede74ad252cdceea005
[claws.git] / ChangeLog.claws
1 2003-05-19 [paul]       0.8.11claws166
2
3         * sync with 0.9.0cvs1
4                 see ChangeLog 2003-05-19
5
6 2003-05-19 [paul]       0.8.11claws165
7
8         * src/inc.c
9                 fix 'pop before smtp' timeout
10
11 2003-05-18 [alfons]     0.8.11claws164
12
13         * src/prefs_matcher.c
14                 put "execute" action command line ("expression") in edit box
15
16 2003-05-18 [christoph]  0.8.11claws163
17
18         * src/mimeview.[ch]
19         * src/plugins/dillo_viewer/dillo_viewer.c
20         * src/plugins/image_viewer/viewer.c
21         * src/plugins/mathml_viewer/mathml_viewer.c
22                 let a viewer to have a list of Content-Types
23
24 2003-05-18 [paul]       0.8.11claws162
25
26         * src/prefs_filtering.c
27                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
28                 and REDIRECT actions
29
30 2003-05-17 [christoph]
31
32         * README.claws
33                 o remove dynamic signatures that was syned with main
34                 o add infos about no longer "build in" image viewer
35                 o update bugtracker URL
36
37 2003-05-17 [christoph]  0.8.11claws161
38
39         * src/folder.c
40         * src/folderview.c
41         * src/imap.c
42                 don't use imap_scan_folder anymore. Instead call folder_item_scan
43                 for every folder after rebuilding the folder tree.
44
45         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
46          messages)
47
48 2003-05-17 [christoph]  0.8.11claws160
49
50         * src/imap.c
51                 don't use STATUS command on current folder to check for
52                 content changes. imap_cmd_ok() now tracks changes to
53                 folder and number of existing messages.
54
55 2003-05-17 [paul]       0.8.11claws159
56
57         * src/plugins/clamav/clamav_plugin.c
58                 remove unnecessary debug_print
59
60 2003-05-16 [thorsten]   0.8.11claws158
61
62         * src/plugins/demo.c
63                 included missing intl.h
64
65 2003-05-16 [paul]       0.8.11claws157
66
67         * po/POTFILES.in
68                 remove non-existant entries
69         
70         * src/plugins/clamav/clamav_plugin.c
71           src/plugins/clamav/clamav_plugin_gtk.c
72           src/plugins/dillo_viewer/dillo_prefs.c
73           src/plugins/dillo_viewer/dillo_viewer.c
74                 gettextise
75
76 2003-05-16 [christoph]  0.8.11claws156
77
78         * po/POTFILES.in
79                 include plugin .c files for translation until I
80                 find a better solution to have plugins have their
81                 own textdomain
82         * src/plugins/demo/demo.c
83         * src/plugins/image_viewer/plugin.c
84         * src/plugins/mathml_viewer/mathml_viewer.c
85         * src/plugins/spamassassin/spamassassin.c
86         * src/plugins/spamassassin/spamassassin_gtk.c
87         * src/plugins/trayicon/trayicon.c
88                 add gettext macros for plugin name and description
89
90 2003-05-16 [paul]
91
92         * sync with 0.9.0
93
94 2003-05-16 [paul]       0.8.11claws155
95
96         * sync with lastest 0.9.0pre1
97                 see ChangeLog 2003-05-16
98
99 2003-05-15 [paul]       0.8.11claws154
100
101         * sync with latest 0.9.0pre1
102                 see ChangeLog 2003-05-14 and 2003-05-15
103
104 2003-05-14 [christoph]  0.8.11claws153
105
106         * src/plugins/image_viewer/viewer.c
107         * src/plugins/image_viewer/viewer.glade         ** NEW **
108         * src/plugins/image_viewer/viewerprefs.c
109                 make it possible to disable the autoload function in the
110                 imageviewer again
111
112 2003-05-14 [christoph]  0.8.11claws152
113
114         * src/folder.c
115                 fix folder update after adding a message
116
117 2003-05-13 [alfons]     0.8.11claws151
118
119         * src/common/session.c
120                 remove debug traces
121                 
122         * src/addrcache.[ch]
123         * src/filtering.[ch]
124         * src/folder.[c]
125         * src/gtkaspell.[ch]
126         * src/imap.[ch]
127         * src/mbox_folder.[ch]
128         * src/mh.[ch]
129         * src/mimeview.h
130         * src/msgcache.[ch]
131         * src/news.[ch]
132         * src/passphrase.[ch]
133         * src/prefs_common.[ch]
134         * src/prefs_gtk.[ch]
135         * src/procmsg.c
136         * src/scoring.[ch]
137                 be pedantic; (in prototypes () implies (int))
138
139 2003-05-13 [alfons]     0.8.11claws150
140
141         * src/prefs_toolbar.[ch]
142         * src/summaryview.[ch]
143         * src/toolbar.[ch]
144                 change misleading text in toolbar prefs;
145                 add toolbar action for ignore thread (toggles ignore thread flag);
146                 clean up a little bit;
147
148 2003-05-12 [paul]
149
150         * tools/convert_mbox.pl
151                 bug fixed by Fred Marton
152
153 2003-05-12 [paul]
154
155         * sync with 0.9.0pre1
156
157 2003-05-09 [paul]       0.8.11claws149
158
159         * sync with 0.8.11cvs43
160                 see ChangeLog 2003-05-09
161
162 2003-05-08 [christoph]  0.8.11claws148
163
164         * src/imap.[ch]
165                 o use CAPABILIY as first command and check for PREAUTH
166                   information in the response to it
167                 o rewrite all imap_cmd_* functions to use an IMAPSession
168                   instead of a SockInfo as parameter
169                 o do STARTTLS after fetching and checking the server
170                   capabilities
171
172 2003-05-08 [paul]       0.8.11claws147
173
174         * tools/Makefile.am
175           tools/README
176           tools/convert_mbox.pl         ** NEW FILE **
177                 add mbox conversion script. Submitted by 
178                 Fred Marton <Fred.Marton@uni-bayreuth.de>
179
180 2003-05-07 [christoph]
181
182         * doc-src/glade.txt
183         * src/gtk/pluginwindow.glade
184         * src/plugins/image_viewer/viewerprefs.glade
185         * src/plugins/spamassassin/spamassassin_gtk.glade
186                 add glade files for user interfaces and a description how
187                 to use glade to create the sylpheed code
188
189 2003-05-07 [paul]       0.8.11claws146
190
191         * sync with 0.8.11cvs41
192                 see ChangeLog 2003-05-07
193
194 2003-05-06 [christoph]  0.8.11claws145
195
196         * src/main.c
197         * src/plugins/image_viewer/viewer.c
198                 fix usage of imlib in imageviewer plugin
199
200         * src/gtk/prefswindow.c
201                 handle window close event correctly
202
203 2003-05-06 [paul]       0.8.11claws144
204
205         * src/common/ssl.c
206                 fix typo introduced in sync
207
208 2003-05-06 [paul]       0.8.11claws143
209
210         * sync with 0.8.11cvs39
211                 see ChangeLog 2003-05-06
212
213 2003-05-06 [paul]       0.8.11claws142
214
215         * AUTHORS
216           po/cs.po
217                 updated Czech translation, submitted by 
218                 Radek Vybiral <Radek.Vybiral@vsb.cz>
219                 
220         * src/plugins/clamav/clamav_plugin_gtk.c
221                 clean up
222
223 2003-05-03 [alfons]     0.8.11claws141
224
225         * src/compose.[ch]
226                 make paste as quotation work even when the call to 
227                 text_inserted() was deferred (fixes bug #140 "Paste 
228                 as quotation does not work when using "external" 
229                 clipboard")
230
231 2003-05-03 [thorsten]   0.8.11claws140
232
233         * src/addrquery.h
234           src/ldapquery.h
235           src/mainwindow.c
236                 removed C++ comments
237         * src/addr_compl.c
238                 function with non-int retval/param used before
239                 implementation/declaration
240
241 2003-05-02 [paul]       0.8.11claws139
242
243         * src/addr_compl.[ch]
244           src/addressbook.[ch]
245           src/addrindex.c
246           src/summaryview.c
247                 revert match's changes to (finally) remove the bug where
248                 opening a folder causes massive slowdown when using the 
249                 'Display sender using address book' option
250
251 2003-05-01 [melvin]     0.8.11claws138
252
253         * src/plugins/dillo_viewer/dillo_prefs.[ch]
254         * src/plugins/dillo_viewer/dillo_viewer.c
255                 Fixed bug where "Cancel" button from prefs issued
256                 warnings.
257                 Comply a little more to coding style
258
259 2003-05-01 [paul]       0.8.11claws137
260
261         * sync with 0.8.11cvs38
262                 see ChangeLog 2003-05-01
263
264 2003-05-01 [paul]       0.8.11claws136
265
266         * po/bg.po
267                 updated by George Danchev
268
269 2003-04-30 [christoph]  0.8.11claws135
270
271         * src/plugins/dillo_viewer/dillo_prefs.c
272         * src/plugins/image_viewer/viewerprefs.c
273         * src/plugins/spamassassin/spamassassin_gtk.c
274                 remove gtk_widget_ref() calls for widgets in
275                 glade code
276
277 2003-04-30 [paul]       0.8.11claws134
278
279         * src/addrindex.c
280                 ok, this time a better fix for the bug where opening folder
281                 has massive slowdown when using the 'Display sender using 
282                 address book' option
283
284 2003-04-30 [paul]       0.8.11claws133
285
286         * src/addrindex.c
287                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
288         
289 2003-04-30 [melvin]     0.8.11claws132
290
291         New: Dillo plugin preferences (patch by Dimitar Haralanov)
292
293         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
294                 Preferences for the dillo plugin
295         * src/plugins/dillo_viewer/dillo_viewer.c
296                 Support for preferences
297         * src/plugins/dillo_viewer/Makefile.am
298                 Added dillo_prefs.[ch]
299
300 2003-04-30 [alfons]     0.8.11claws131
301
302         * src/common/plugin.[ch]
303                 see? this ANSI C'fication immediately gives us type
304                 checking for free.
305
306 2003-04-30 [alfons]     0.8.11claws130
307
308         * src/common/plugin.[ch]
309         * src/plugins/clamav/clamav_plugin.[ch]
310         * src/plugins/clamav/clamav_plugin_gtk.c
311         * src/plugins/demo/demo.c
312         * src/plugins/dillo_viewer/dillo_viewer.c
313         * src/plugins/image_viewer/plugin.c
314         * src/plugins/image_viewer/viewer.[ch]
315         * src/plugins/image_viewer/viewerprefs.[ch]
316         * src/plugins/mathml_viewer/mathml_viewer.c
317         * src/plugins/spamassassin/spamassassin.[ch]
318         * src/plugins/spamassassin/spamassassin_gtk.c
319         * src/plugins/trayicon/trayicon.c
320                 clean up
321
322 2003-04-30 [alfons]     0.8.11claws129
323
324         * src/common/utils.c
325                 make is_ascii_str() fail gracefully when NULL pointer
326                 is passed
327
328 2003-04-30 [paul]       0.8.11claws128
329
330         * src/addrindex.c
331                 fix bug where opening folder has massive slowdown when
332                 using the 'Display sender using address book' option
333
334 2003-04-30 [paul]       0.8.11claws127
335
336         * src/plugins/clamav/clamav_plugin.c
337           src/plugins/clamav/clamav_plugin_gtk.c
338           src/plugins/demo/demo.c
339           src/plugins/dillo_viewer/dillo_viewer.c
340           src/plugins/image_viewer/plugin.c
341           src/plugins/mathml_viewer/mathml_viewer.c
342           src/plugins/spamassassin/spamassassin.c
343           src/plugins/spamassassin/spamassassin_gtk.c
344           src/plugins/trayicon/trayicon.c
345                 get rid of eye-hurting function signatures
346
347 2003-04-30 [paul]       0.8.11claws126
348
349         * src/plugins/trayicon/trayicon.c
350                 add description
351                 
352         * src/mimeview.c
353                 be more descriptive
354
355 2003-04-30 [paul]       0.8.11claws125
356
357         * configure.ac
358                 arrange the plugins in reverse alphabetical order
359                 
360         * src/plugins/clamav/clamav_plugin.[ch]
361           src/plugins/clamav/clamav_plugin_gtk.c
362                 rename some params
363                 resize max_size window
364                 re-arrange the order of some gui elements
365                 improve descriptions
366         
367         * src/plugins/image_viewer/plugin.c
368           src/plugins/mathml_viewer/mathml_viewer.c
369                 add descriptions
370                 
371         * src/plugins/spamassassin/spamassassin_gtk.c
372                 resize max_size window
373                 re-arrange the order of some gui elements
374                 
375         * src/messageview.c
376           src/mimeview.c
377                 correct typos
378
379 2003-04-30 [alfons]     0.8.11claws124
380
381         * src/imap.c
382                 fix a leak found while browsing Martin Kluge's 
383                 valgrind log (Claws only)
384
385 2003-04-29 [darko]      0.8.11claws123
386
387         * src/gtk/gtkstext.h
388                 include wchar.h if it is available, fixes compilation
389                 on HP-UX systems
390
391 2003-04-29 [melvin]     0.8.11claws122
392
393         * src/prefs_actions.c
394                 Improved help text of Actions' syntax
395
396 2003-04-28 [paul]       0.8.11claws121
397
398         * src/action.c
399                 a better fix for the crash when performing an action
400                 on a mime part
401
402 2003-04-28 [paul]       0.8.11claws120
403
404         * src/action.c
405                 fix crash when performing an action on a
406                 mime part
407
408 2003-04-28 [paul]       0.8.11claws119
409
410         * sync with 0.8.11cvs36
411                 see ChangeLog 2003-04-28
412
413 2003-04-27 [paul]       0.8.11claws118
414
415         * more sync with 0.8.11cvs35
416                 see ChangeLog 2003-04-25
417
418 2003-04-26 [christoph]  0.8.11claws117
419
420         * src/folder.c
421                 fix remove virtual check
422
423 2003-04-26 [paul]       0.8.11claws116
424
425         * src/messageview.c
426                 fix return-receipt, make it work again
427
428 2003-04-26 [paul]       0.8.11claws115
429
430         * src/mimeview.c
431                 restore double-clicking of the [application/pgp-signature 
432                 (Select "Check signature" to check)] line in the message view,
433                 broken in recent sync
434
435 2003-04-26 [christoph]  0.8.11claws114
436
437         * src/folder.c
438                 check if remove virtual really exists before
439                 calling the function
440
441 2003-04-25 [match]      0.8.11claws113
442
443         * src/addrindex.c
444         * src/addrbook.c
445         * src/ldapquery.[ch]
446         * src/ldapctrl.[ch]
447                 fix memleak.
448         * src/ldapserver.[ch]
449                 fix memleak. fix segfault.
450                 plug a Claws memleak
451
452 2003-04-25 [alfons]     0.8.11claws112
453
454         * src/folder.c
455                 plug a Claws memleak
456
457 2003-04-25 [alfons]     0.8.11claws111
458
459         * src/common/session.c
460                 plug a memleak
461
462 2003-04-25 [paul]       0.8.11claws110
463
464         * sync with 0.8.11cvs35
465                 see ChangeLog 2003-04-24 and 2003-04-25
466                 
467         * src/gtk/pluginwindow.c
468                 correct another strange float value
469
470 2003-04-24 [christoph]  0.8.11claws109
471
472         * src/folder.c
473                 freeze folder item updates when unsetting new flags
474
475         * src/gtk/pluginwindow.c
476                 correct strange float value
477
478 2003-04-23 [paul]       0.8.11claws108
479
480         * sync with 0.8.11cvs33
481                 see ChangeLog 2003-04-23
482
483 2003-04-22 [paul]       0.8.11claws107
484
485         * src/Makefile.am
486           src/messageview.c
487           src/mimeview.c
488           src/pgptext.[ch]      ** REMOVED **
489                 remove pgptext.[ch] as its not used any more
490
491 2003-04-22 [paul]       0.8.11claws106
492
493         * sync with 0.8.11cvs31
494                 see ChangeLog 2003-04-21 and 2003-04-22
495
496 2003-04-21 [alfons]     0.8.11claws105
497
498         * src/main.c
499                 No access to GTK structures if we're a spawned child
500                 (and clean up code a little bit...) Should fix #126.
501
502 2003-04-21 [melvin]     0.8.11claws104
503
504         * src/plugins/dillo_viewer/README
505                 Improved slightly the text.
506
507 2003-04-21 [melvin]     0.8.11claws103
508
509         * src/plugins/dillo_viewer/README *** NEW ***
510                 Added a README file for the Dillo plugin
511
512 2003-04-20 [paul]
513
514         * tools/README
515           tools/outlook2sylpheed.pl
516                 updated and improved by Ricardo Mones Lastra
517
518 2003-04-18 [oliver]     0.8.11claws102
519
520         * src/inc.c 
521         * src/prefs_account.h
522                 remove Pop3SessionType (used by selective download)
523         * src/prefs_toolbar.c
524                 enable set Default Toolbar button
525
526 2003-04-18 [paul]       0.8.11claws101
527
528         * sync with 0.8.11cvs29
529                 see ChangeLog 2003-04-18
530
531 2003-04-17 [paul]       0.8.11claws100
532
533         * src/prefs_common.[ch]
534           src/summaryview.c
535                 remove 'Open next message on deletion' option,
536                 as the same effect can now be achieved via the
537                 'Always open messages in summary when selected'
538                 option.
539
540 2003-04-17 [paul]       0.8.11claws99
541
542         * sync with 0.8.11cvs28
543                 see ChangeLog 2003-04-17
544
545 2003-04-17 [christoph]  0.8.11claws98
546
547         * ac/spamassassin.m4
548         * src/plugins/spamassassin/libspamc.[ch]
549         * src/plugins/spamassassin/utils.[ch]
550                 sync libspamc with SpamAssassin project
551
552 2003-04-17 [christoph]  0.8.11claws97
553
554         * src/common/socket.h
555         * src/gtk/sslcertwindow.h
556                 rename old USE_SSL to USE_OPENSSL
557
558 2003-04-17 [paul]       0.8.11claws96
559
560         * src/prefs_common.h
561                 use gulong for P_COLOR so that it compiles/runs on
562                 64-bit systems. Patch submitted by James Noyes
563                 <jnoyes-claws@retrogeeks.com>
564                 
565         * po/de.po
566                 updated by Jens
567
568 2003-04-17 [paul]       0.8.11claws95
569
570         * sync with 0.8.11cvs27
571                 see ChangeLog 2003-04-16
572
573 2003-04-15 [paul]       0.8.11claws94
574
575         * src/prefs_common.[ch]
576                 rearrange to stop the window getting too long:
577                         move Receive dialog stuff to Receive tab
578                         move Send dialog to Send tab
579                         remove Dialogs frame
580                 rename 'Open messages in summary with cursor keys' to
581                 'Always open messages in summary when selected', as its
582                 more appropriate
583
584 2003-04-15 [paul]       0.8.11claws93
585
586         * src/prefs_common.[ch]
587           src/summaryview.c
588                 add new option '/Interface/Open next message on deletion'
589
590 2003-04-15 [paul]       0.8.11claws92
591
592         * src/summaryview.[ch]
593                 add /Mark/Lock and /Mark/Unlock to the pop-up
594                 menu. Patch submitted by Ivan Francolin Martinez
595                 <ivanfm@users.sourceforge.net>
596
597 2003-04-15 [paul]       0.8.11claws91
598
599         * sync with 0.8.11cvs24
600                 see ChangeLog 2003-04-15
601
602 2003-04-14 [jens]       0.8.11claws90
603
604         * updated German translation and some corrections from
605                 Roland Bless <bless@tm.uka.de>
606
607 2003-04-14 [paul]       0.8.11claws89
608
609         * sync with 0.8.11cvs22
610                 see ChangeLog 2003-04-14
611
612 2003-04-13 [paul]       0.8.11claws88
613
614         * src/plugins/clamav/clamav_plugin.c
615                 fix memory leaks
616                 clean up
617
618 2003-04-12 [paul]       0.8.11claws87
619
620         * src/plugins/clamav/clamav_plugin.c
621                 activate enable/disable archive scanning option
622                 
623         * src/plugins/clamav/.cvsignore         ** NEW FILE **
624
625 2003-04-12 [paul]       0.8.11claws86
626
627         * src/plugins/Makefile.am
628           src/plugins/clamav/Makefile.am                ** NEW FILE **
629           src/plugins/clamav/README                     ** NEW FILE ** 
630           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
631           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
632                 add Clam AntiVirus plugin
633
634 2003-04-12 [paul]       0.8.11claws85
635
636         * sync with 0.8.11cvs21
637                 see ChangeLog 2003-04-11
638
639 2003-04-11 [paul]       0.8.11claws84
640
641         * po/es.po
642                 update Spanish translation. Submitted by Ricardo
643                 Mones Lastra.
644
645 2003-04-10 [christoph]  0.8.11claws83
646
647         * src/mbox.c
648                 fix typo that did not move unfiltered mails to destination
649                 folder
650
651         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
652          when filtering from spool)
653
654 2003-04-10 [christoph]  0.8.11claws82
655
656         * src/imap.c
657                 use BODY.PEEK instead of BODY in in message fetch operation
658                 to make sure the IMAP server does not set the \Seen flag for
659                 messages. Sylpheed does that later itself, when the message
660                 is opened in sylpheed
661
662         (closes Bug 111 Claws destroys unread marks)
663
664 2003-04-09 [oliver]     0.8.11claws81
665         
666         * src/folder.c
667                 fix crash in folder_destroy
668         * README.claws
669                 remove selective download
670
671 2003-04-09 [christoph]  0.8.11claws80
672
673         * src/imap.c
674                 fix crash in imap_get_msginfo() when then fetched message
675                 is not found
676
677         (closes Bug 110 Crash during mail composition)
678
679 2003-04-08 [christoph]  0.8.11claws79
680
681         * src/folder.c
682         * src/prefs_account.c
683                 Filter new messages that are found in an INBOX folder
684                 when 'Filter messages on receiving' is enabled in the
685                 Folder's AccountPrefs. This allows to use Sylpheed's
686                 filtering engine for IMAP folders where messages are
687                 added to the INBOX by a MTA
688
689 2003-04-08 [paul]       0.8.11claws78
690
691         * src/procmsg.h
692                 clean up after last commit
693
694 2003-04-08 [paul]       0.8.11claws77
695
696         * sync with 0.8.11cvs20
697                 see ChangeLog 2003-04-07 and 2003-04-08
698
699 2003-04-07 [christoph]  0.8.11claws76
700
701         * src/filtering.[ch]
702         * src/inc.[ch]
703         * src/mbox.c
704         * src/procmsg.[ch]
705                 add procmsg_msginfo_filter() to execute filtering actions
706
707 2003-04-06 [christoph]  0.8.11claws75
708
709         * src/imap.c
710                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
711
712 2003-04-06 [christoph]  0.8.11claws74
713
714         * src/common/utils.[ch]
715                 add g_int_compare() function for slist sorting
716
717         * src/imap.c
718                 fetch all MsgInfos with one command in imap_get_msginfos()
719                 using an imap set with a list of ranges
720
721         * src/news.c
722                 use new g_int_compare() function
723
724 2003-04-06 [thorsten]   0.8.11claws73
725
726         * src/mh.c
727                 corrected implementation of mh_folder_destroy()
728
729 2003-04-05 [christoph]  0.8.11claws72
730
731         * src/account.c
732         * src/folder.[ch]
733         * src/folderview.c
734         * src/imap.c
735         * src/inc.c
736         * src/main.c
737         * src/mainwindow.c
738         * src/mbox_folder.c
739         * src/mh.c
740         * src/mimeview.h
741         * src/msgcache.[ch]
742         * src/news.c
743         * src/procmime.h
744         * src/procmsg.[ch]
745         * src/setup.c
746         * src/gtk/gtkutils.c
747                 o rename structure field names class and new to klass and
748                   new_msgs, to allow including files in C++
749                 o add 'extern "C"' block to some header files
750                 o add MsgInfoList and MsgNumberList as alias for GSList for
751                   developers to know what type of list is expected
752
753         * src/plugins/image_viewer/plugin.c
754         * src/plugins/image_viewer/viewer.[ch]
755         * src/plugins/image_viewer/viewerprefs.[ch]
756                 rename function names to prevent conflicts
757
758 2003-04-05 [paul]       0.8.11claws71
759
760         * sync with 0.8.11cvs18
761                 see ChangeLog 2003-04-03 and 2003-04-04
762
763 2003-04-02 [christoph]  0.8.11claws70
764
765         * src/folder.[ch]
766         * src/imap.[ch]
767         * src/mbox_folder.[ch]
768         * src/mh.[ch]
769         * src/news.[ch]
770                 o Make all virtual folder functions private
771                 o remove unused folder code
772
773         * src/common/socket.[ch]
774         * src/summaryview.c
775                 fix warnings
776
777 2003-03-30 [alfons]     0.8.11claws69
778
779         * src/send_message.c
780                 remove two debug traces and see if people still report
781                 errors
782
783 2003-03-30 [alfons]     0.8.11claws68
784
785         * src/send_message.c
786         * src/commons/session.c
787                 add more debug traces
788
789 2003-03-30 [christoph]  0.8.11claws67
790
791         * src/folder.c
792                 change processing folder name from .processing to processing
793
794         * src/common/ssl.c
795                 disable SSL certificate check because it causes Xlib error
796                 when the child process want's to open an GTK window
797
798 2003-03-30 [christoph]  0.8.11claws66
799
800         * src/folder.c
801                 don't use default folder for processing folder item because
802                 it can be a non local folder
803
804         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
805
806 2003-03-30 [alfons]     0.8.11claws65
807
808         * src/send_message.c
809                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
810                 to generate bad code for 'send_send_data_progressive': When
811                 called from 'send_send_data_finished', the 'data' pointer is
812                 cleared just before the assignment to the dialog pointer
813
814 2003-03-29 [christoph]  0.8.11claws64
815
816         * src/common/prefs.h
817         * src/plugins/image_viewer/Makefile.am
818         * src/plugins/image_viewer/plugin.c
819         * src/plugins/image_viewer/viewer.[ch]
820         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
821                 add PrefsPage for ImageViewer
822
823 2003-03-28 [thorsten]   0.8.11claws63
824
825         * src/common/session.c
826                 added some comments
827
828 2003-03-28 [paul]       0.8.11claws62
829
830         * sync with 0.8.11cvs16
831                 see ChangeLog 2003-03-28
832
833 2003-03-28 [paul]       0.8.11claws61
834
835         * sync with 0.8.11cvs15
836                 see ChangeLog 2003-03-28
837
838 2003-03-27 [christoph]  0.8.11claws60
839
840         * src/folder.c
841         * src/imap.c
842         * src/common/socket.[ch]
843                 set socket state to DISCONNECTED when any operation
844                 fails to allow reconnecting in IMAP code without
845                 checking the return code of all calls to the command
846                 functions
847
848         * src/folderview.c
849         * src/summaryview.c
850                 remove some more stuff that depends on specific
851                 folder types
852
853 2003-03-27 [paul]       0.8.11claws59
854
855         * sync with 0.8.11cvs14
856                 see ChangeLog 2003-03-27
857                 
858         * src/selective_download.[ch]   ** REMOVED **
859                 really removed
860
861 2003-03-27 [christoph]  0.8.11claws58
862
863         * src/folder.c
864                 fix handling of tmp_flags in flag copy function
865
866 2003-03-27 [paul]       0.8.11claws57
867
868         * sync with 0.8.11cvs13
869                 see ChangeLog 2003-03-27
870
871 2003-03-27 [oliver]     0.8.11claws56
872
873         * src/maiwindow.c
874                 remove sel_download_cb
875
876 2003-03-27 [oliver]     0.8.11claws55
877         
878         * src/inc.c
879                 remove POP3_TOP
880         
881 2003-03-26 [oliver]     0.8.11claws54
882
883         *src/pop.h
884                 remove POP3_TOP*
885         * README.claws
886                 remove selective donwload readme
887
888 2003-03-26 [oliver]     0.8.11claws53
889         * src/matcher.[ch]
890         * src/matcher_parser_parse.y 
891         * src/pop.c 
892         * src/prefs_account.[ch]
893         * src/prefs_filtering.c
894                 remove selective donwload
895
896 2003-03-26 [oliver]     0.8.11claws52
897
898         * src/inc.[ch] 
899         * src/filtering.c 
900         * src/mainwindow.c 
901                 remove selective donwload
902
903 2003-03-26 [oliver]     0.8.11claws51
904         
905         * src/Makefile.am
906         * src/selective_download.[ch]   ** REMOVE **    
907
908 2003-03-26 [christoph]  0.8.11claws50
909
910         * src/news.c
911                 fix NEWS that got broken by a sync with sylpheed-main
912
913 2003-03-26 [christoph]  0.8.11claws49
914
915         * src/mimeview.c
916                 fix mime type guessing when no mime type is found for a file
917
918 2003-03-25 [christoph]  0.8.11claws48
919
920         * src/mimeview.c
921         * src/procmime.c
922                 remove mime type guessing from mime parser and use
923                 name based mime types in viewer lookup for mime type
924                 application/octet-stream
925
926 2003-03-25 [christoph]  0.8.11claws47
927
928         * doc-src/readme.txt
929         * doc-src/rfc2554.txt
930                 add RFC about SMTP AUTH
931
932         * src/send_message.c
933         * src/common/smtp.[ch]
934                 add extra error code for authentication errors and
935                 clear temporary password when this error occurs
936
937         (closes Bug 84 authentication failure while sending should
938          prompt for password again)
939
940 2003-03-25 [christoph]  0.8.11claws46
941
942         * configure.ac
943         * src/Makefile.am
944         * src/imageview.[ch]                            ** REMOVE **
945         * src/messageview.[ch]
946         * src/mimeview.[ch]
947         * src/prefs_common.[ch]
948         * src/textview.c
949         * src/plugins/Makefile.am
950         * src/plugins/image_viewer/.cvsignore           ** NEW **
951         * src/plugins/image_viewer/Makefile.am          ** NEW **
952         * src/plugins/image_viewer/plugin.c             ** NEW **
953         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
954                 move image viewer into a plugin (building is enabled by default)
955                 [ToDo: Prefs for resize and autoview]
956
957 2003-03-25 [paul]       0.8.11claws45
958
959         * sync with 0.8.11cvs12
960                 see ChangeLog 2003-03-26
961
962 2003-03-25 [paul]       0.8.11claws44
963
964         * sync with 0.8.11cvs11
965                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
966                 
967         Note: Selective Download is broken.
968                 
969 2003-03-22 [christoph]  0.8.11claws43
970
971         * src/folder.c
972                 code cleanup for flags copying
973
974 2003-03-22 [christoph]  0.8.11claws42
975
976         * src/plugins/trayicon/trayicon.c
977                 fix setting the transparent area when the window size
978                 is forced by the system tray
979
980 2003-03-22 [christoph]  0.8.11claws41
981
982         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
983         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
984         * src/plugins/trayicon/newmail.xpm              ** NEW **
985         * src/plugins/trayicon/nomail.xpm               ** NEW **
986         * src/plugins/trayicon/trayicon.c
987         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
988                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
989                 o add icon for unread mails
990                 o set transparency for window
991
992 2003-03-22 [christoph]  0.8.11claws40
993
994         * src/news.c
995                 init news session to prevent crash when session is closed
996
997 2003-03-22 [christoph]  0.8.11claws39
998
999         * src/imap.c
1000         * src/common/session.[ch]
1001                 Init session data to make sure we don't have invalid pointers
1002                 for read_ch and write_ch when new multi process sessions are
1003                 not used
1004
1005         * src/main.c
1006         * src/common/plugin.c
1007         * src/common/sylpheed.c
1008         * src/plugins/demo/demo.c
1009         * src/plugins/dillo_viewer/dillo_viewer.c
1010         * src/plugins/mathml_viewer/mathml_viewer.c
1011         * src/plugins/spamassassin/spamassassin.c
1012         * src/plugins/spamassassin/spamassassin_gtk.c
1013                 add plugin types to allow loading plugins at different times
1014                 (and maybe for different frontends), because it's not good to
1015                 load GTK-Plugins gefore gtk_init was called
1016
1017         * configure.ac
1018         * src/plugins/Makefile.am
1019         * src/plugins/trayicon/.cvsignore               ** NEW **
1020         * src/plugins/trayicon/Makefile.am              ** NEW **
1021         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
1022         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
1023         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
1024         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
1025         * src/plugins/trayicon/trayicon.c               ** NEW **
1026                 New Trayicon plugin that shows an icon in a systray that uses
1027                 XEMBED protocol like Gnome's systray. Icon shows if there
1028                 are new mails and a tooltip shows information about new,
1029                 unread and total messages.
1030
1031 2003-03-22 [paul]       0.8.11claws38
1032
1033         * src/common/smtp.c
1034                 fix ESMTP AUTH CRAM-MD5
1035                 [sync with main (still version 0.8.11cvs6), see
1036                  ChangeLog 2003-03-22]
1037
1038 2003-03-21 [colin]      0.8.11claws37
1039
1040         * src/send_message.c
1041                 Fix USE_SSL => USE_OPENSSL
1042
1043 2003-03-21 [colin]      0.8.11claws36
1044
1045         * src/folderview.c
1046                 Fix counts in drag and dropped subfolders
1047
1048 2003-03-21 [colin]      0.8.11claws35
1049
1050         * src/folder.c 
1051         * src/folderview.c
1052                 speed up a bit folder dnd
1053
1054 2003-03-20 [alfons]     0.8.11claws34
1055
1056         * src/main.c
1057         * src/toolbar.c
1058         * src/procmsg.c
1059                 don't send locked queue messages
1060                 (feature request "[ 705245 ] Locking message in outbox 
1061                  should prevent sending")
1062
1063 2003-03-20 [christoph]  0.8.11claws33
1064
1065         * src/folder.c
1066                 remove NEW and UNREAD flag in special folders when scanning
1067                 
1068         * src/common/smtp.c
1069                 fix ESMTP AUTH CRAM-MD5
1070
1071 2003-03-20 [paul]       0.8.11claws32
1072
1073         * src/prefs_account.c
1074                 Re-write 'Tunnel command to open connection' as
1075                 'Use command to communicate with server', and disable
1076                 it for all except IMAP accounts
1077
1078 2003-03-20 [paul]       0.8.11claws31
1079
1080         * sync with 0.8.11cvs6
1081                 see ChangeLog 2003-03-20
1082
1083 2003-03-19 [match]      0.8.11claws30
1084
1085         * src/addritem.[ch]
1086                 include documentation. minor refactoring.
1087         * src/addr_compl.[ch]
1088         * src/addrindex.[ch]
1089         * src/addresbook.[ch]
1090         * src/summaryview.c
1091                 re-enable address lookup (was disabled in
1092                 0.8.11claws20).
1093
1094 2003-03-19 [christoph]  0.8.11claws29
1095
1096         * src/procmsg.c
1097                 add temp flag handling, will make moving and copying
1098                 messages possible again
1099
1100         * src/folder.c
1101                 correct calulation of folder stats
1102
1103 2003-03-18 [match]      0.8.11claws28
1104
1105         * src/editgroup.h
1106                 remove case sensitive comparison (closes bug 80).
1107
1108 2003-03-18 [christoph]  0.8.11claws27
1109
1110         * src/imap.c
1111                 fix imap using a tunnel command
1112
1113         (closes bug 87)
1114
1115 2003-03-18 [christoph]  0.8.11claws26
1116
1117         * src/folder.[ch]
1118         * src/imap.c
1119         * src/procmsg.[ch]
1120                 rewrite flag handling for folders
1121
1122 2003-03-18 [christoph]  0.8.11claws25
1123
1124         * src/folder.c
1125         * src/procmsg.c
1126         * src/summaryview.c
1127                 unset NEW and UNREAD flags when message is ignored, to make
1128                 sure messages don't show up as unread on other IMAP clients,
1129                 because the IGNORE_THREAD flag can not be syncronized through
1130                 the IMAP folder
1131
1132 2003-03-17 [christoph]  0.8.11claws24
1133
1134         * src/imap.c
1135                 don't use recursion to fetch uids when the number of messages
1136                 does not match. Moved code into subfunction that is used
1137                 again when needed, to prevent an endless loop.
1138
1139 2003-03-17 [thorsten]   0.8.11claws23
1140
1141         * src/imageview.[ch]
1142                 export imageview_get_resized_size() (for plugins)
1143         * src/prefs_common.[ch]
1144                 added prefs_common_get() (for plugins)
1145
1146 2003-03-17 [christoph]  0.8.11claws22
1147
1148         * src/imap.c
1149                 o remove UID guessing from copy code
1150                 o support UIDPLUS extension for APPEND command
1151
1152 2003-03-17 [paul]       0.8.11claws21
1153
1154         * src/gtk/about.c
1155                 remove 'Compiled-plugins' section.
1156                 
1157         * src/plugins/dillo_viewer/dillo_viewer.c
1158                 slight change to description text
1159
1160 2003-03-16 [match]      0.8.11claws20
1161         * src/ldapserver.[ch]           ** NEW **
1162         * src/ldapctrl.[ch]             ** NEW **
1163         * src/ldapquery.[ch]            ** NEW **
1164         * src/ldaputil.[ch]             ** NEW **
1165         * src/addrcindex.[ch]           ** NEW **
1166         * src/addrquery.h               ** NEW **
1167         * src/addritem.[ch]
1168         * src/addrcache.[ch]
1169         * src/addrindex.[ch]
1170         * src/addr_compl.[ch]
1171         * src/addressbook.[ch]
1172         * src/addrbook.[ch]
1173         * src/editgroup.c
1174         * src/editaddress.c
1175         * src/editldap.c
1176         * src/editldap_basedn.c
1177         * src/vcard.c
1178         * src/jpilot.c
1179         * src/Makefile.am
1180                 included dynamic LDAP queries. improved address
1181                 completion.
1182
1183 2003-03-16 [paul]       0.8.11claws19
1184
1185         * tools/multiwebsearch.pl
1186                 fix a fatal typo
1187
1188 2003-03-16 [christoph]  0.8.11claws18
1189
1190         * src/mimeview.c
1191         * src/plugins/dillo_viewer/dillo_viewer.c
1192         * src/plugins/mathml_viewer/mathml_viewer.c
1193                 make unregistering of MimeViewerFactorys possible
1194
1195 2003-03-16 [alfons]     0.8.11claws17
1196
1197         * configure.ac
1198                 correct typo
1199
1200 2003-03-16 [melvin]     0.8.11claws16
1201
1202         * src/plugins/dillo_viewer.c
1203                 Fixed bug where it was not possible to view more than
1204                 one text/html attachment per message (bug discovered
1205                 by Christoph Hohmann).
1206
1207 2003-03-15 [melvin]     0.8.11claws15
1208
1209         * src/prefs_actions.c
1210                 Fixed compilation warnings.
1211
1212 2003-03-15 [melvin]     0.8.11claws14
1213
1214         * src/plugins/Makefile.am
1215         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
1216         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
1217         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
1218                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
1219                 newer (http://dillo.auriga.wearlab.de/).
1220
1221 2003-03-15 [christoph]  0.8.11claws13
1222
1223         * src/imap.c
1224                 don't query imap folder for attributes because we already
1225                 for them from imap_status
1226
1227         * src/mimeview.[ch]
1228                 add support for plugable MimeViewers (unloading Viewers
1229                 not yet complete)
1230
1231         * src/plugins/Makefile.am
1232         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
1233         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
1234         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
1235                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
1236                 widget from http://helm.cs.unibo.it/mml-widget/
1237
1238 2003-03-14 [christoph]  0.8.11claws12
1239
1240         * src/folder.[ch]
1241                 o error return code's should better be negative
1242                 o replace printf with debug_print
1243
1244         * src/imap.c
1245                 improve IMAP folder scan by checking UID-NEXT
1246
1247         * src/summaryview.c
1248                 remove check that are unnecessary in my opinion
1249
1250 2003-03-13 [christoph]  0.8.11claws11
1251
1252         * src/folder.[ch]
1253         * src/foldersel.c
1254         * src/folderview.c
1255         * src/imap.c
1256         * src/mbox_folder.c
1257         * src/mh.c
1258         * src/news.c
1259         * src/prefs_scoring.c
1260         * src/summaryview.c
1261                 use a common function to get a displayable name
1262                 for a FolderItem
1263
1264 2003-03-13 [paul]       0.8.11claws10
1265
1266         * tools/Makefile.am
1267           tools/README
1268           tools/multiwebsearch.conf     ** NEW FILE **
1269           tools/multiwebsearch.pl       ** NEW FILE **
1270                 add multiwebsearch Actions script
1271
1272 2003-03-13 [colin]      0.8.11claws9
1273
1274         * src/compose.c
1275                 Remove leading emtpy lines from quoted text
1276                 before quoting it
1277
1278 2003-03-13 [melvin]     0.8.11claws8
1279
1280         * src/prefs_actions.c
1281                 Fixed a memory leak
1282                 Code clean ups
1283                 Added Cancel and OK buttons
1284                 Corrected help text
1285
1286 2003-03-13 [christoph]  0.8.11claws7
1287
1288         * src/account.c
1289         * src/folder.[ch]
1290         * src/imap.c
1291         * src/mainwindow.c
1292         * src/mbox_folder.c
1293         * src/mh.c
1294         * src/news.c
1295         * src/setup.c
1296                 replace more folder type stuff with folder class stuff
1297
1298 2003-03-13 [melvin]     0.8.11claws6
1299
1300         * src/prefs_actions.c
1301                 Added new tokens:
1302                 %u: user provided argument
1303                 %h: user provided argument (hidden on input)
1304                 %s: current text selection in the message view 
1305
1306 2003-03-13 [paul]       0.8.11claws5
1307
1308         * sync with 0.8.11cvs5
1309                 see ChangeLog 2003-03-11, 2003-03-12
1310
1311 2003-03-12 [christoph]  0.8.11claws4
1312
1313         * src/folder.c
1314                 use folder class idstr when writing folderlist.xml
1315
1316         * src/folder.h
1317         * src/imap.c
1318         * src/news.c
1319                 replace folder type checks with folder class checks
1320
1321 2003-03-12 [christoph]  0.8.11claws3
1322
1323         * src/folder.[ch]
1324         * src/imap.[ch]
1325         * src/main.c
1326         * src/mbox_folder.[ch]
1327         * src/mh.[ch]
1328         * src/news.[ch]
1329                 o create a list of known folder classes in the folder system
1330                 o use folder class id strings for folder item identifiers
1331
1332 2003-03-12 [christoph]  0.8.11claws2
1333
1334         * src/imap.c
1335                 fix imap uid validity check
1336
1337 2003-03-12 [christoph]  0.8.11claws1
1338
1339         * src/account.c
1340         * src/folder.[ch]
1341         * src/foldersel.c
1342         * src/folderview.c
1343         * src/imap.c
1344         * src/mainwindow.c
1345         * src/mbox_folder.c
1346         * src/mh.c
1347         * src/news.c
1348         * src/prefs_scoring.c
1349         * src/procmsg.c
1350         * src/setup.c
1351         * src/summaryview.c
1352                 initial restructuring of folder system, seperating
1353                 folders and folder classes
1354
1355 2003-03-12 [paul]       0.8.11claws
1356
1357         0.8.11claws release
1358
1359 2003-03-12 [christoph]
1360
1361         * src/gtk/prefswindow.c
1362                 fix translation of "Page Index"
1363
1364 2003-03-12 [paul]       0.8.10claws110
1365
1366         a sync from 0.8.11cvs4 before the release
1367
1368         * src/common/utils.c
1369                 subject_compare_for_sort(): allow null strings (fixes
1370                 summary sorting).
1371
1372 2003-03-11 [paul]       0.8.10claws109
1373
1374         * po/es.po
1375                 update Spanish translation, submitted by
1376                 Ricardo Mones Lastra
1377
1378 2003-03-11 [melvin]     0.8.10claws108
1379
1380         * po/fr.po
1381                 Updated French translations
1382
1383 2003-03-11 [paul]       0.8.10claws107
1384
1385         * manual/en/Makefile.am
1386           manual/en/*.html
1387                 update English manual, add a new page
1388                 updated by Francois Barriere <fbarriere@atmel.fr>
1389                 
1390         * po/bg.po
1391           po/it.po
1392           po/sr.po
1393                 update Bulgarian, Italian, and Serbian translations
1394                 submitted by George Danchev, Alessandro Maestri, and
1395                 Urke MMI
1396
1397 2003-03-10 [paul]       0.8.10claws106
1398
1399         * src/gtk/about.c
1400           src/gtk/prefswindow.c
1401                 make some strings translatable
1402
1403 2003-03-10 [darko]      0.8.10claws105
1404
1405         * src/compose.c
1406                 code cleanup to make Hiro happy
1407
1408 2003-03-10 [paul]       0.8.10claws104
1409
1410         * sync with 0.8.11cvs2
1411                 see ChangeLog 2003-03-10
1412
1413 2003-03-09 [melvin]     0.8.10claws103
1414
1415         * src/textview.c
1416                 textview_set_font(): fix for message display in
1417                 UTF-8 locales (thanks to Sergey Vlasov).
1418                 (was unintentionnaly reverted in 0.8.6claws6)   
1419
1420 2003-03-08 [darko]      0.8.10claws102
1421
1422         * src/compose.c
1423                 fix infinite loop in wrapping as reported
1424                 by happycactus
1425                 obsoletes patch #696482
1426
1427 2003-03-08 [christoph]  0.8.10claws101
1428
1429         * src/imap.c
1430                 add workaround for IMAP servers that do not
1431                 support the "UID SEARCH UID" command
1432
1433 2003-03-07 [christoph]  0.8.10claws100
1434
1435         * src/plugins/spamassassin/spamassassin.[ch]
1436         * src/plugins/spamassassin/spamassassin_gtk.c
1437                 code cleanup
1438
1439 2003-03-07 [paul]       0.8.10claws99
1440
1441         * po/es.po
1442                 updated Spanish translation, submitted by
1443                 Ricardo Mones Lastra
1444
1445 2003-03-07 [christoph]  0.8.10claws98
1446
1447         * src/send.c
1448                 fix in 0.8.10claws94 was wrong
1449                 local delivery does not require escaping, remove escaping
1450                 code to make signatures of mails with "." lines valid
1451                 
1452                 NOTE: requires that sendmail is executed with "-i" option,
1453                       what is the default now, but has to be changed in all
1454                       exsiting accounts)
1455
1456 2003-03-07 [paul]       0.8.10claws97
1457
1458         * sync with 0.8.11 release
1459                 see ChangeLog 2003-03-07
1460
1461 2003-03-06 [paul]       0.8.10claws96
1462
1463         * src/compose.c
1464                 revert commit 0.8.10claws92
1465
1466 2003-03-06 [paul]       0.8.10claws95
1467
1468         * src/folderview.c
1469                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
1470
1471         * src/gtkaspell.c
1472                 fix bug 74, 'Crash opening editor window with pseudo-color
1473                 display'
1474                 
1475         Patches submitted by Kevin Vigor <kevin@vigor.nu>
1476
1477 2003-03-06 [christoph]  0.8.10claws94
1478
1479         * src/send.c
1480                 fix rfc2821 (4.5.2) violation in SMTP data sending,
1481                 all lines starting with a period get an extra period
1482                 inserted
1483                 (found by Simon 'corecode' Schubert)
1484
1485 2003-03-06 [paul]       0.8.10claws93
1486
1487         * src/folderview.c
1488                 if configured font can't be loaded fall back to gtk
1489                 default. (with thanks to Christoph)
1490                 
1491                 closes long-standing bug 15 'Crashes on startup'
1492
1493 2003-03-06 [paul]       0.8.10claws92
1494
1495         * src/compose.c
1496                 freeze text before autosave and thaw afterwards
1497                 fixes bug 67 'autosave make re-rediting message crazy'
1498
1499 2003-03-06 [christoph]  0.8.10claws91
1500
1501         * src/compose.c
1502                 ignore address comment in dupe check for Cc-list
1503
1504         (closes reopened bug 47 Replying to message strips name part of
1505          e-mail addresses of Cc: lines)
1506
1507 2003-03-06 [paul]       0.8.10claws90
1508
1509         * src/Makefile.am
1510                 remove reference to gtkxtext.h as its no longer in
1511                 the repository
1512
1513 2003-03-06 [paul]       0.8.10claws89
1514
1515         * sync with 0.8.10cvs25
1516                 see ChangeLog 2003-03-06
1517
1518 2003-03-06 [oliver]     0.8.10claws88
1519         
1520         * src/messageview.c
1521                 remove include
1522
1523 2003-03-06 [oliver]     0.8.10claws87
1524         
1525         * src/folderview.c 
1526                 remove changes introduced inclaws74
1527         * src/messageview.c
1528                 another attempt to sanely delete and update
1529                 messages deleted in separate messageview
1530
1531 2003-03-05 [christoph]  0.8.10claws86
1532
1533         * src/summaryview.c
1534                 check if "From" matches any account's address if
1535                 addressbook completion of addresses is disabled too
1536
1537         (closes Bug 70 "Display recipient in from" doesn't check
1538          folder's default account)
1539
1540 2003-03-05 [christoph]  0.8.10claws85
1541
1542         * src/compose.c
1543         * src/common/utils.[ch]
1544                 don't strip address comments when building Cc lists
1545
1546         (closes Bug 47 Replying to message strips name part of e-mail addresses
1547          of Cc: lines)
1548
1549         * src/folder.c
1550                 fix return value of copy function
1551
1552 2003-03-05 [christoph]  0.8.10claws84
1553
1554         * src/imap.c
1555                 don't ask imap server for non rfc822 headers
1556
1557         (closes bug 71 IMAP FETCH asks for FROM header field twice)
1558
1559         * src/imap.c
1560                 destroy session on socket error to allow reconnecting
1561
1562 2003-03-05 [christoph]  0.8.10claws83
1563
1564         * configure.ac
1565                 fix building with gnome when no prefix is set
1566
1567         (closes bug 66 Gnome directory is set to NONE)
1568
1569 2003-03-05 [paul]       0.8.10claws82
1570
1571         * sync with 0.8.10cvs23
1572                 see ChangeLog 2003-03-05
1573
1574 2003-03-04 [christoph]  0.8.10claws81
1575
1576         * src/folder.c
1577                 o fix moving and copying when folder returns 0 for new
1578                   message number
1579                 o remove some code for single message copy and move
1580                   operations and use functions for multiple messages
1581
1582         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
1583
1584         * src/news.c
1585                 remove unused include
1586
1587 2003-03-04 [paul]       0.8.10claws80
1588
1589         * src/gtk/about.c
1590                 list 'Compiled plugins'
1591
1592 2003-03-03 [christoph]  0.8.10claws79
1593
1594         * src/news.[ch]
1595                 have to multiply the percentage of the current fetch with
1596                 the percentage that it has of the total fetch operation
1597                 for correct values
1598
1599 2003-03-03 [christoph]  0.8.10claws78
1600
1601         * src/news.c
1602                 fix calculation of expected lines for progress indicator
1603
1604 2003-03-03 [christoph]  0.8.10claws77
1605
1606         * src/summaryview.c
1607         * src/common/utils.c
1608                 fix segfault when opening the root news folder
1609
1610 2003-03-03 [christoph]  0.8.10claws76
1611
1612         * src/mainwindow.[ch]
1613         * src/common/Makefile.am
1614         * src/common/progressindicator.[ch]
1615                 add UI independent progress indicator handling
1616
1617         * src/news.[ch]
1618                 use new progress indicator for message info fetching
1619
1620         * src/common/hooks.h
1621                 code cleanup
1622
1623 2003-03-03 [oliver]     0.8.10claws75
1624
1625         * src/toolbar.c
1626         * src/compose.c
1627                 removed commented code
1628
1629 2003-03-03 [oliver]     0.8.10claws74
1630
1631         * src/toolbar.[ch]
1632                 cleanups and refactoring
1633         * src/compose.[ch]
1634                 compose_reply_mode reply & forwarding interface for
1635                 toolbar buttons
1636         * src/folderview.c
1637                 act on messages marked for deletion in folderview_selected
1638                 based on prefs_common.immediate_exec since a message might 
1639                 have been deleted by messageview in a folder we are changing 
1640                 to (does anybody understand what I'm on about ?)
1641
1642 2003-03-03 [oliver]     0.8.10claws73
1643         
1644         * src/messageview.[ch]
1645                 new functions
1646                 - messageview_delete: delete message shown in messagview
1647                 - messageview_update_view: update messageview to currently 
1648                   selected summaryview message
1649                 - add separate messageview to msgview_list in order to update 
1650                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
1651         * src/summaryview.[ch]
1652                 summary_get_selection returns a list of selected msgs
1653                 in summaryview
1654         * src/mainwindow.c
1655                 toolbar reply refactoring
1656
1657 2003-03-03 [paul]       0.8.10claws72
1658
1659         * sync with 0.8.10cvs21
1660                 see ChangeLog 2003-03-03
1661
1662 2003-03-02 [christoph]  0.8.10claws71
1663
1664         * src/common/passcrypt.c
1665                 use POSIX includes
1666
1667 2003-03-02 [christoph]  0.8.10claws70
1668
1669         * configure.ac
1670         * src/prefs_account.c
1671         * src/prefs_gtk.[ch]
1672         * src/common/.cvsignore
1673         * src/common/Makefile.am
1674         * src/common/passcrypt.c                ** NEW **
1675         * src/common/passcrypt.h.in             ** NEW **
1676                 Implement password encryption in config files
1677                 using unix encrypt and setkey functions. The crypt
1678                 key can be set as a configure parameter. Old
1679                 passwords will be converted if they do not begin
1680                 with '!'
1681
1682 2003-03-02 [paul]       0.8.10claws69
1683
1684         * src/prefs_account.c
1685                 fix compile error
1686
1687 2003-03-01 [thorsten]   0.8.10claws68
1688
1689         * po/el.po
1690           po/hr.po
1691           po/it.po
1692           po/nl.po
1693           po/sr.po
1694           po/sv.po
1695                 corrected format strings
1696         * po/en_GB.po
1697                 corrected headers
1698                 (fix compile errors with GNU gettext-0.11.5)
1699
1700 2003-03-01 [oliver]     0.8.10claws67
1701
1702         * src/summaryview.c
1703                 menu callbacks call toolbar_menu_reply
1704
1705 2003-03-01 [oliver]     0.8.10claws66
1706
1707         * src/mainwindow.c
1708         * src/messageview.c
1709                 menu callbacks call toolbar_menu_reply
1710         * src/toolbar.[ch]
1711                 callbacks from menu handled by toolbar_menu_reply
1712
1713 2003-03-01 [paul]       0.8.10claws65
1714
1715         * src/addressbook.c
1716                 revert commit 0.8.10claws54 - breaks editing of
1717                 addressbook.
1718                 
1719         * po/bg.po
1720                 update Bulgarian translation, submitted by
1721                 George Danchev
1722
1723 2003-02-28 [christoph]  0.8.10claws64
1724
1725         * src/account.c
1726         * src/addressadd.c
1727         * src/compose.c
1728         * src/gtkaspell.c
1729         * src/gtkxtext.h                ** REMOVE **
1730         * src/imap.c
1731         * src/matcher.[ch]
1732         * src/mh.c
1733         * src/news.c
1734         * src/pine.c
1735         * src/prefs_common.c
1736         * src/prefs_matcher.c
1737         * src/procheader.[ch]
1738         * src/procmsg.[ch]
1739         * src/toolbar.c
1740         * src/common/ssl_certificate.c
1741         * src/gtk/colorlabel.c
1742         * src/gtk/menu.c
1743                 o fix warnings
1744                 o remove code obsoleted by new cache and folder system rework
1745
1746 2003-02-28 [oliver]     0.8.10claws63
1747         
1748         * src/toolbar.[ch]
1749                 * fix bug where reply in Messageview replied to 
1750                 Message displayed in summaryview
1751                 (reportedd via ML by chinatinte at gmx dot ch)
1752                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
1753                 didn't work in separate MessageView Toolbar
1754                 (wondering if anybody uses this at all ?)
1755         * src/summaryview.[ch]
1756                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
1757                 (generalize reply and forward code);
1758         * src/messageview.c 
1759                 remove focus_in event which updated summaryview to messageview
1760
1761 2003-02-28 [paul]       0.8.10claws62
1762
1763         * po/Makefile.in.in
1764                 add the --check option
1765                 Patch submitted by Ricardo Mones Lastra
1766
1767 2003-02-28 [paul]       0.8.10claws61
1768
1769         * src/prefs_account.c
1770                 re-order 'Signature' items
1771
1772 2003-02-28 [paul]       0.8.10claws60
1773
1774         * sync with 0.8.10cvs20
1775                 see ChangeLog 2003-02-28
1776
1777 2003-02-28 [paul]       0.8.10claws59
1778
1779         * po/POTFILES.in
1780                 update to reflect recent movement of files
1781
1782 2003-02-28 [paul]       0.8.10claws58
1783
1784         * sync with 0.8.10cvs19
1785                 see ChangeLog 2003-02-28
1786
1787 2003-02-27 [martin]     0.8.10claws57
1788
1789         * src/prefs_matcher.c 
1790                 fix segfault in prefs_matcher_ok() when the
1791                 last entry is deleted and prevents that the
1792                 message "entry not saved" comes up after deleting
1793                 an entry
1794
1795 2003-02-27 [martin]     0.8.10claws56
1796
1797         * src/prefs_filtering.c 
1798                 fix segfault in prefs_filtering_ok() when the
1799                 last entry is deleted and prevents that the
1800                 message "entry not saved" comes up after deleting
1801                 an entry
1802
1803 2003-02-27 [paul]       0.8.10claws55
1804
1805         * sync with 0.8.10cvs18
1806                 see ChangeLog 2003-02-27
1807
1808 2003-02-27 [paul]       0.8.10claws54
1809
1810         * src/addressbook.c
1811                 fix bug where the address book crashes with 
1812                 multiple lookups.
1813                 Patch [687729] submitted by David Frager 
1814                 <dbfrager@users.sourceforge.net>
1815
1816 2003-02-25 [christoph]  0.8.10claws53
1817
1818         * src/Makefile.am
1819         * src/colorlabel.[ch]           ** REMOVE **
1820         * src/gtk/Makefile.am
1821         * src/gtk/colorlabel.[ch]       ** NEW **
1822                 move colorlabel files to gtk directory
1823
1824         * src/esmtp.[ch]                ** REMOVE **
1825                 has been merged into smtp.[ch] in 0.7.5
1826
1827 2003-02-25 [christoph]  0.8.10claws52
1828
1829         * src/Makefile.am
1830         * src/about.[ch]                ** REMOVE **
1831         * src/gtk/Makefile.am
1832         * src/gtk/about.[ch]            ** NEW **
1833                 move about files to gtk directory
1834
1835 2003-02-25 [christoph]  0.8.10claws51
1836
1837         * src/folder.c
1838                 some code optimization of folder scanning code
1839
1840         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
1841
1842 2003-02-25 [christoph]  0.8.10claws50
1843
1844         * src/main.c
1845         * src/common/sylpheed.c
1846                 add command line parameter parsing to common code
1847
1848 2003-02-24 [christoph]
1849
1850         * Makefile.am
1851         * configure.ac
1852                 fix gnome prefix problems, the configure script now removed
1853                 `gnome-config --prefix` from `gnome-config --datadir`
1854                 and adds $(prefix} instead
1855
1856         (closes Bug 24 Makefile does not respect prefix when installing
1857          GNOME data)
1858
1859 2003-02-24 [christoph]  0.8.10claws49
1860
1861         * src/news.c
1862                 check for valid session before trying to authenticate
1863
1864         (closes Bug 60 crash if "authenticate on logon" is activated
1865          and newsserver-hostname is not valid)
1866
1867 2003-02-24 [melvin]     0.8.10claws48
1868
1869         * src/prefs_actions.c
1870                 Make sure all user's input is sent to the action and then
1871                 close the socket..
1872
1873 2003-02-23 [alfons]     0.8.10claws46
1874
1875         * src/summaryview.c
1876                 also wait cursor when deleting files
1877
1878 2003-02-23 [paul]
1879
1880         * tools/freshmeat_search.pl
1881           tools/google_search.pl
1882                 scripts should now work for any browser/browser command line
1883
1884 2003-02-22 [christoph]  0.8.10claws45
1885
1886         * src/procmsg.c
1887                 fix IMAP flag setting, IMAP flag is not handled correctly
1888                 anymore by the folder system and information about the
1889                 folder should not be saved in the MsgInfo (in my opinion)
1890
1891         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1892
1893 2003-02-22 [christoph]  0.8.10claws44
1894
1895         * src/summaryview.c
1896                 fix spelling of "label" ;-)
1897
1898 2003-02-22 [thorsten]   0.8.10claws43
1899
1900         * src/mimeview.c
1901           src/prefs_common.[ch]
1902           src/procmime.[ch]
1903                 do not use description as attachment name
1904
1905 2003-02-22 [alfons]     0.8.10claws42
1906
1907         * src/summaryview.c
1908                 freeze/thaw folder item updates when changing color labels,
1909                 and put a wait cursors on
1910
1911 2003-02-22 [thorsten]   0.8.10claws41
1912
1913         * src/mimeview.c
1914                 save-all fixes: crash if invoked on multipart container,
1915                 mimeinfo access, pathseparators, error dialog
1916
1917 2003-02-21 [alfons]     0.8.10claws40
1918
1919         * src/prefs_gtk.c
1920                 remove unused var
1921
1922 2003-02-21 [colin]      0.8.10claws39
1923
1924         * src/send.c
1925                 Fix smtp logging
1926
1927 2003-02-21 [colin]      0.8.10claws38
1928
1929         * src/summaryview.c
1930                 Freeze/thaw folderItem updates when filtering messages 
1931                 via Tools/Filter messages
1932
1933 2003-02-21 [paul]       0.8.10claws37
1934
1935         * src/compose.c
1936                 revert commit 0.8.10claws26, there are ulterior motives
1937                 for users to set a Reply-To header when posting to
1938                 newsgroups
1939
1940 2003-02-21 [paul]       0.8.10claws36
1941
1942         * sync with 0.8.10cvs17
1943                 see ChangeLog 2003-02-21
1944
1945 2003-02-20 [christoph]  0.8.10claws35
1946
1947         * src/imap.c
1948                 IMAP UID fetch speedup using SEARCH
1949
1950         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1951
1952         * src/imap.c
1953                 fix problem with UIDs in IMAP UID cache that no longer existed
1954
1955 2003-02-20 [christoph]  0.8.10claws34
1956
1957         * src/imap.c
1958         * src/procheader.c
1959         * src/procheader.h
1960                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1961
1962         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1963
1964         * src/imap.c
1965                 Rewrite imap_cmd_gen_recv use sock_getline instead
1966                 of sock_gets to avoid problems with too long reply
1967                 lines
1968     
1969 2003-02-20 [colin]      0.8.10claws33
1970         
1971         * src/prefs_account.c
1972                 Better wording
1973
1974 2003-02-20 [colin]      0.8.10claws32
1975
1976         * src/compose.c
1977                 Remove useless '&& !to_sender' 
1978
1979 2003-02-20 [darko]
1980
1981         * AUTHORS
1982                 change my e-mail address
1983
1984 2003-02-19 [colin]      0.8.10claws31
1985
1986         * src/prefs_common.c
1987                 X11 style colors for every configurable color
1988
1989 2003-02-19 [alfons]     0.8.10claws30
1990
1991         * src/prefs_gtk.[ch]
1992         * src/prefs_common.c
1993                 for color_new accept both plain integers and X11 style color
1994                 names (as found in /usr/lib/X11/rgb.txt)
1995
1996 2003-02-19 [paul]       0.8.10claws29
1997
1998         * src/mainwindow.c
1999                 add tooltips to online/offline button and account selector
2000                 button
2001
2002 2003-02-19 [paul]       0.8.10claws28
2003
2004         * src/folder.c
2005           src/news.c
2006           src/prefs_account.[ch]
2007           src/prefs_common.[ch]
2008                 move 'Maximum number of articles to download' to
2009                 account prefs.
2010                 clean up account prefs gui a little by hiding entries
2011                 rather then greying out entries
2012
2013 2003-02-19 [hiro]       0.8.10claws27
2014
2015         * src/common/utils.c
2016                 fix bug #54 'yesterdays date is displayed in the message 
2017                 summary window'
2018
2019 2003-02-19 [paul]       0.8.10claws26
2020
2021         * src/compose.c
2022                 fix bug reported in Feature Request [688596] 
2023                 'Reply-to header in news'
2024
2025 2003-02-18 [paul]       0.8.10claws25
2026
2027         * src/select-keys.c
2028                 add a 'List all keys' button to key selection dialog
2029
2030 2003-02-18 [colin]      0.8.10claws24
2031         
2032         * src/stock_pixmap.c
2033                 fix compile error
2034
2035 2003-02-18 [colin]      0.8.10claws23
2036
2037         * src/common/smtp.[ch]
2038           src/prefs_account.c
2039                 Try to starttls if it seems to be the only
2040                 way to authenticate a user
2041
2042 2003-02-18 [paul]       0.8.10claws22
2043
2044         * src/Makefile.am
2045           src/folderview.c
2046           src/stock_pixmap.[ch]
2047           src/pixmaps/drafts_close.xpm  ** NEW FILE **
2048           src/pixmaps/drafts_open.xpm   ** NEW FILE **
2049                 as a Drafts folder is a special folder allow it to have
2050                 its own unique icons
2051
2052 2003-02-18 [colin]      0.8.10claws21
2053
2054         * src/imap.c
2055                 Fix port selection when using starttls
2056
2057 2003-02-18 [paul]       0.8.10claws20
2058
2059         * src/mainwindow.c
2060           src/prefs_common.[ch]
2061                 make blue the default new mail colour
2062
2063 2003-02-18 [paul]       0.8.10claws19
2064
2065         * sync with 0.8.10cvs14
2066                 see ChangeLog 2003-02-18
2067
2068 2003-02-17 [jens]       0.8.10claws18
2069
2070         * src/common/md5.c
2071                 fixed a compile problem with gcc 3.3
2072                 works on 2.95.3 too (testet on PPC as it is big endian)
2073
2074 2003-02-17 [paul]       0.8.10claws17
2075
2076         * sync with 0.8.10cvs13
2077                 see ChangeLog 2003-02-17
2078
2079 2003-02-17 [paul]       0.8.10claws16
2080
2081         * sync with 0.8.10cvs12
2082                 see ChangeLog 2003-02-17
2083
2084 2003-02-16 [match]      0.8.10claws15
2085
2086         * src/addressbook.c
2087                 Eliminates reloading of address data when items
2088                 deleted or added. Applied submitted by
2089                 Luke Plant <lukeplant@softhome.net>
2090
2091 2003-02-16 [paul]       0.8.10claws14
2092
2093         * src/news.c
2094                 when a 'protocol error' is encountered disconnect from
2095                 the server. This means that the user can carry on viewing
2096                 other articles and doesn't have to either wait until the
2097                 server timesout or quit sylpheed.
2098                 Fixes bug #53 'Unable to read messages in newsgroups, 
2099                 displayed message doesn't change'
2100
2101 2003-02-15 [christoph]  0.8.10claws13
2102
2103         * src/imap.c
2104                 fix bug that stopped scanning of folders when an
2105                 IMAP folder was empty
2106
2107         (closes bug 46 stop scan messages in folders after empty folder)
2108
2109 2003-02-15 [paul]
2110
2111         * tools/Makefile.am
2112           tools/README
2113           tools/freshmeat_search.pl     ** NEW FILE **
2114           tools/google_search.pl        ** NEW FILE **
2115                 Add 2 Actions scripts which search freshmeat/google
2116                 for the selected text using the browser configured
2117                 in sylpheedrc.
2118                 
2119         Note: These scripts are very dependent on the format of the
2120         browser command and may not work on every occasion. Testing
2121         is welcome. 
2122
2123 2003-02-14 [alfons]     0.8.10claws12
2124
2125         * src/compose.c
2126                 fix breakage because of uninitialized account pointer.
2127                 please verify.
2128
2129 2003-02-14 [paul]       0.8.10claws11
2130
2131         * src/compose.c
2132           src/prefs_account.[ch]
2133           src/prefs_common.[ch]
2134                 move signature settings to Account Prefs
2135
2136 2003-02-14 [paul]       0.8.10claws10
2137
2138         * sync with 0.8.10cvs11
2139                 see ChangeLog 2003-02-14
2140
2141 2003-02-13 [thorsten]   0.8.10claws9
2142
2143         * src/news.c
2144                 revert news progressbar (GUI separation)
2145
2146 2003-02-13 [paul]       0.8.10claws8
2147
2148         * src/compose.c
2149                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
2150                 paragraph 1
2151
2152 2003-02-13 [paul]       0.8.10claws7
2153
2154         * src/compose.[ch]
2155           src/summaryview.c
2156                 fix 'Follow-up and Reply-to' so that it creates a reply to
2157                 the newsgroup and the sender. If the message has the keyword
2158                 'poster' in the Followup-To header, all replies go to the
2159                 sender, re: RFC 1036, Section 2.2.3
2160                 rename all instances of 'ignore_replyto' to 'to_sender', both
2161                 were previously used, now we use just one.
2162
2163 2003-02-13 [paul]       0.8.10claws6
2164
2165         * sync with 0.8.10cvs9
2166                 see ChangeLog 2003-02-13
2167
2168 2003-02-13 [paul]       0.8.10claws5
2169
2170         * configure.ac
2171                 show which plugins are configured in the configure
2172                 output.
2173
2174 2003-02-12 [thorsten]   0.8.10claws4
2175
2176         * src/news.c
2177                 show progress while fetching news headers
2178
2179 2003-02-12 [christoph]  0.8.10claws3
2180
2181         * configure.ac
2182         * src/plugins/Makefile.am
2183                 use AM_CONDITIONAL to enable plugins, automake correctly
2184                 manages this when creating distdir
2185
2186 2003-02-12 [christoph]  0.8.10claws2
2187
2188         * ac/spamassassin.m4
2189         * src/plugins/spamassassin/Makefile.am
2190                 fix building SpamAssassin plugin without OpenSSL
2191
2192 2003-02-12 [paul]       0.8.10claws1
2193
2194         * ac/Makefile.am
2195           src/Makefile.am
2196           src/plugins/Makefile.am
2197                 fix failure of 'make release'
2198
2199 2003-02-12 [paul]       0.8.10claws
2200
2201         * 0.8.10claws released
2202
2203 2003-02-12 [paul]       0.8.9claws56
2204
2205         * po/bg.po
2206           po/es.po
2207           po/it.po
2208           po/ru.po
2209           po/sr.po
2210                 updated translations by George Danchev, Ricardo Mones Lastra,
2211                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
2212                 
2213         * sylpheed.spec.in
2214                 Allow the building of RPMs by a regular user. Submitted
2215                 by Sergei Astanin
2216
2217 2003-02-11 [alfons]     0.8.9claws55
2218
2219         * src/colorlabel.c
2220                 don't use pixmaps for label color rect but draw rectangles
2221                 so we can respect the color map of palette based visuals
2222                 (fixes the long time crashes on Suns - thanks to Andreas
2223                 Engel and Steve O'Hara-Smith for testing)
2224
2225 2003-02-11 [christoph]  0.8.9claws54
2226
2227         * src/matcher_parser_parse.y
2228                 correct bug where filering rules of not existing folders in
2229                 matcherrc were added to global filtering
2230                 
2231         (closes Debian Bug #180253 - Directory's filter-rules are merged with
2232          main filter-rules after removing directory, http://bugs.debian.org/180253)
2233         
2234 2003-02-11 [paul]       0.8.9claws53
2235
2236         * sync with 0.8.10cvs7
2237                 see ChangeLog 2003-02-09
2238
2239 2003-02-11 [melvin]     0.8.9claws52
2240
2241         * po/fr.po
2242                 Updated French tranlsations
2243
2244 2003-02-10 [paul]       0.8.9claws51
2245
2246         * sylpheed.spec.in
2247                 correct --enable-openssl
2248                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
2249
2250 2003-02-09 [martin]     0.8.9claws50
2251
2252         * src/prefs_matcher.c
2253                 fix segfault in prefs_matcher_substitute_cb() when
2254                 no row is selected
2255
2256 2003-02-09 [paul]       0.8.9claws49
2257
2258         * src/folderview.c
2259                 fix bug where a newsgroup folder's processing rules were
2260                 merged with the global filtering rules when the newsgroup
2261                 folder was deleted, causing some seriously bad results,
2262                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
2263
2264 2003-02-08 [melvin]     0.8.9claws48
2265
2266         * src/compose.c
2267                 Corrected and modified an alert message.
2268
2269 2003-02-07 [paul]       0.8.9claws47
2270
2271         * src/folderview.c
2272                 fix bug where both an 'Account properties' window and a
2273                 'Folder properties' window were opened when clicking on
2274                 'Properties' in an NNTP or IMAP folder's popup menu.
2275
2276 2003-02-07 [paul]       0.8.9claws46
2277
2278         * sync with 0.8.10cvs6
2279                 see ChangeLog 2003-02-06
2280
2281 2003-02-06 [christoph]  0.8.9claws45
2282
2283         * src/mbox.c
2284                 freeze folder updates while importing mbox files
2285                 (closes bug 43 importing mbox took hours)
2286                 
2287         Patch submitted by Jens Rantil <jens.rantil@telia.com>
2288
2289 2003-02-06 [thorsten]   0.8.9claws44
2290
2291         * po/de.po
2292                 Updated german translations
2293
2294 2003-02-06 [thorsten]   0.8.9claws43
2295
2296         * src/news.h
2297                 use guint for message numbers (fix count in grouplist dialog)
2298
2299 2003-02-05 [paul]       0.8.9claws42
2300
2301         * sync with 0.8.10cvs2
2302                 see ChangeLog 2003-02-05
2303
2304 2003-02-04 [colin]      0.8.9claws41
2305
2306         * src/prefs_common.[ch]
2307           src/procmsg.c
2308           src/summaryview.c
2309                 Add an option to disable threading by subject
2310
2311 2003-02-04 [christoph]  0.8.9claws40
2312
2313         * src/inc.c
2314                 only abort fetching mails from multiple accounts when the
2315                 error is fatal and does not allow to check any more accounts
2316                 (currently only disk full error)
2317
2318         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
2319          receive mails for other accouts)
2320
2321 2003-02-04 [christoph]  0.8.9claws39
2322
2323         * src/folder.c
2324                 first add the new message to the cache, then
2325                 send the update notification
2326
2327         (closes bug 39 after sending message folderview doesnt get updated)
2328
2329 2003-02-04 [colin]      0.8.9claws38
2330
2331         * src/inc.c
2332                 _really_ fix this Connecting... status
2333
2334 2003-02-04 [paul]       0.8.9claws37
2335
2336         * sync with 0.8.10
2337                 see ChangeLog 2003-02-04
2338
2339 2003-02-04 [paul]       0.8.9claws36
2340
2341         * sync with 0.8.9cvs6
2342                 see ChangeLog 2003-02-03
2343
2344 2003-02-04 [paul]       0.8.9claws35
2345
2346         * po/pt_BR.po
2347                 updated by André Filipe de Assunção e Brito 
2348                 <bedecko@netsite.com.br>
2349
2350 2003-02-03 [thorsten]   0.8.9claws34
2351
2352         * po/de.po
2353                 Updated german translations
2354
2355 2003-02-02 [paul]       0.8.9claws33
2356
2357         * po/es.po
2358                 updated by Ricardo Mones Lastra
2359
2360 2003-02-02 [thorsten]   0.8.9claws32
2361
2362         * src/mh.c
2363                 Fix mh_get_msginfo() segfault if file is inaccessible
2364
2365 2003-01-31 [colin]      0.8.9claws31
2366
2367         * src/procheader.c
2368                 Fix last commit's bug
2369
2370 2003-01-31 [colin]      0.8.9claws30
2371
2372         * src/procheader.c
2373                 Missing a change for gpg-signed messages
2374
2375 2003-01-31 [paul]       0.8.9claws29
2376
2377         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
2378           src/procheader.c
2379           src/stock_pixmap.[ch]
2380           src/summaryview.c
2381                 indicate GnuPG signed messages by displaying an icon
2382                 in the Attachment column.
2383
2384 2003-01-31 [paul]       0.8.9claws28
2385
2386         * sync with 0.8.9cvs4
2387                 see ChangeLog 2003-01-31
2388
2389 2003-01-31 [alfons]     0.8.9claws27
2390
2391         * src/textview.c
2392                 tune URI parser to accept mailto URLs with a '?'
2393                 (patch from Ruslan Balkin)
2394
2395 2003-01-31 [colin]      0.8.9claws26
2396
2397         * src/summaryview.c
2398                 Fix a leak introduced in claws24
2399
2400 2003-01-31 [colin]      0.8.9claws25
2401
2402         * src/summaryview.c
2403                 Freeze/Thaw folder updates when deleting dups
2404
2405 2003-01-31 [colin]      0.8.9claws24
2406         
2407         * src/addr_compl.c
2408           src/summaryview.c
2409           src/msgcache.c
2410                 little speed improvements
2411
2412 2003-01-31 [colin]      0.8.9claws23
2413
2414         * src/summaryview.c
2415                 Fix segfault when forwarding nothing
2416                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
2417                 
2418 2003-01-30 [paul]       0.8.9claws22
2419
2420         * sync with 0.8.9cvs3
2421                 see ChangeLog 2003-01-30
2422
2423 2003-01-30 [paul]       0.8.9claws21
2424
2425         * sync with 0.8.9cvs2
2426                 see ChangeLog 2003-01-30
2427
2428 2003-01-29 [paul]       0.8.9claws20
2429
2430         * sync with 0.8.9cvs1
2431                 see ChangeLog 2003-01-29
2432
2433 2003-01-28 [paul]       0.8.9claws19
2434
2435         * po/POTFILES.in
2436                 update to reflect changes. 
2437                 thanks to Ricardo Mones Lastra
2438
2439 2003-01-27 [christoph]  0.8.9claws18
2440
2441         * ac/openssl.m4
2442         * ac/spamassassin.m4
2443         * src/plugins/spamassassin/README
2444         * src/plugins/spamassassin/libspamc.[ch]
2445         * src/plugins/spamassassin/utils.[ch]
2446                 updated to latest libspamc
2447
2448 2003-01-27 [christoph]  0.8.9claws17
2449
2450         * src/folder.c
2451                 fix wrong use of procheader_get_header_fields
2452
2453 2003-01-27 [christoph]  0.8.9claws16
2454
2455         * src/news.c
2456         * src/prefs_account.[ch]
2457         * src/common/nntp.[ch]
2458                 allow to force authentication for NNTP servers
2459
2460         Patch submitted by Florian Mickler <dmk@d-labs.de>
2461
2462 2003-01-26 [paul]       0.8.9claws15
2463
2464         * src/summaryview.c
2465                 speed up of marking messages as read
2466                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
2467
2468 2003-01-26 [christoph]  0.8.9claws14
2469
2470         * src/Makefile.am
2471         * src/mgutils.[ch]              ** REMOVE **
2472         * src/xml.[ch]                  ** REMOVE **
2473         * src/xmlprops.[ch]             ** REMOVE **
2474         * src/common/Makefile.am
2475         * src/common/mgutils.[ch]       ** NEW **
2476         * src/common/xml.[ch]           ** NEW **
2477         * src/common/xmlprops.[ch]      ** NEW **
2478                 move xml files to common directory
2479
2480 2003-01-26 [christoph]  0.8.9claws13
2481
2482         * src/plugins/spamassassin/spamassassin_gtk.c
2483                 only set gtk entry text if string is available
2484
2485 2003-01-26 [melvin]     0.8.9claws12
2486
2487         * src/description_window.c
2488                 Allow resizing of the window
2489                 Allow automatic horizontal scroll bar
2490                 Do not vertically expand and fill
2491
2492 2003-01-26 [christoph]  0.8.9claws11
2493
2494         * src/Makefile.am
2495         * src/gtkutils.[ch]             ** REMOVE **
2496         * src/common/sylpheed.c
2497         * src/gtk/Makefile.am
2498         * src/gtk/description_window.c
2499         * src/gtk/gtkutils.[ch]         ** NEW **
2500         * src/gtk/prefswindow.c
2501                 move gtkutils to gtk directory
2502
2503 2003-01-26 [paul]       0.8.9claws10
2504
2505         * src/summaryview.c
2506                 rename summary_unread_clicked() to summary_status_clicked()
2507
2508 2003-01-26 [melvin]     0.8.9claws9
2509
2510         * src/prefs_actions.c
2511                 Cosmetical changes to the help text
2512
2513 2003-01-26 [paul]       0.8.9claws8
2514
2515         * src/folder.[ch]
2516           src/mainwindow.c
2517           src/prefs_common.c
2518           src/prefs_sumamry_column.c
2519           summaryview.[ch]
2520                 rename the 'Unread' column to 'Status'
2521
2522 2003-01-25 [match]      0.8.9claws7
2523
2524         * src/mgutils.[ch]
2525                 removed reference to LDAP constants. removed error2string.
2526                 included functions to support LDAP dynamic queries.
2527         * src/syldap.h
2528                 moved LDAP constants here.
2529         * src/addressbook.c
2530         * src/addrindex.c
2531         * src/importldif.c
2532                 removed references to LDAP constants and references to
2533                 error2string.
2534
2535 2003-01-25 [paul]       0.8.9claws6
2536
2537         * src/summaryview.c
2538                 summary_thread_build(), summary_thread_init(): remove 
2539                 unneeded reference to summaryview->folder_item
2540
2541 2003-01-25 [christoph]  0.8.9claws5
2542
2543         * src/gtk/description_window.c
2544                 o allow description texts to expand over multiple columns
2545                 o translate all columns
2546         * src/prefs_actions.c
2547                 change syntax description to use new multi column feature
2548
2549         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2550
2551 2003-01-25 [match]      0.8.9claws4
2552
2553         * src/vcard.c
2554                 fixed bug with Quoted-Printable
2555
2556 2003-01-25 [paul]       0.8.9claws3
2557
2558         * src/folder.[ch]
2559           src/summaryview.[ch]
2560                 implement per-folder collapsed/expanded threads setting
2561                 
2562         * src/prefs_common.c
2563                 remove global collapsed/expanded threads option
2564
2565 2003-01-25 [christoph]  0.8.9claws2
2566
2567         * po/POTFILES.in
2568                 add pluginwindow and prefswindow
2569         * src/compose.c
2570                 make send respond correctly to messages that could be added
2571                 to the queue folder, but the UID of the message is unknown
2572         * src/folder.c
2573         * src/imap.c
2574                 don't return guessed UIDs in imap_add_msg anymore. We return
2575                 0 to tell the folder system it was appened but the UID is
2576                 unknown. Folder system now get's the UID by scaning the folder
2577                 and searching the cache for the Message-ID
2578                 (closes bug #29 Messages queued, but not sent)
2579
2580 2003-01-25 [paul]       0.8.9claws1
2581
2582         * src/codeconv.c
2583                 conv_encode_header():  fix bug when long headers with 8-bit
2584                 characters are used, so that the encoded words are wrapped.
2585                 If the space in the original text falls on the wrap boundary,
2586                 it can be lost.
2587                 Patch by Sergey Vlasov.
2588                 
2589         * src/folderview.c
2590                  fix bug where a change to the sorting method or thread view
2591                  of a folder's messages is lost if simpify-subject is set and
2592                  toggled on or off.
2593                  Patch by Luke Plant.
2594
2595 2003-01-24 [paul]       0.8.9claws
2596
2597         * sylpheed-0.8.9claws released
2598         
2599         * Makefile.am
2600           sylpheed.spec.in
2601                 remove reference to 'INSTALL.jp'
2602
2603 2003-01-23 [paul]       0.8.8claws128
2604
2605         * po/es.po
2606           po/it.po
2607           po/ru.po
2608           po/sr.po
2609                 updated translations. submitted by Ricardo Mones Lastra,
2610                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
2611
2612 2003-01-23 [colin]      0.8.8claws127
2613
2614         * src/compose.c
2615                 Fix drafted and queued news articles re-edition
2616
2617 2003-01-23 [melvin]     0.8.8claws126
2618
2619         * po/fr.po
2620                 Updated French translations
2621
2622 2003-01-23 [colin]      0.8.8claws125
2623
2624         * src/inc.c
2625                 Fix "Connecting to..." status message
2626
2627 2003-01-22 [paul]       0.8.8claws124
2628
2629         * po/bg.po
2630                 updated by George Danchev
2631                 
2632         * src/folder.c
2633                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
2634                 and folder deletion
2635
2636 2003-01-21 [paul]       0.8.8claws123
2637
2638         * po/bg.po
2639                 updated by George Danchev
2640                 
2641         * src/about.c
2642                 its now 2003
2643                 
2644         * src/toolbar.c
2645                 don't translate 'Separator'
2646                 
2647         * src/plugins/spamassassin/Makefile.am
2648                 add aspell to CPPFLAGS
2649                 
2650         * src/plugins/spamassassin/spamassassin.c
2651           src/plugins/spamassassin/spamassassin_gtk.c
2652                 set correct default for spamassassin_receive_spam
2653                 slightly re-word descriptions and some
2654                 other minor changes
2655
2656 2003-01-19 [alfons]     0.8.8claws122
2657                 
2658         * src/mimeview.c
2659                 mimeview_save_as(): we might as well show the file name for
2660                 the single case "Save As" too
2661
2662 2003-01-19 [alfons]     0.8.8claws121
2663
2664         * src/crash.c
2665                 change bug tracker URL to bugzilla URL
2666
2667 2003-01-19 [alfons]     0.8.8claws120
2668
2669         * src/mimeview.c
2670                 mimeview_save_all(): display name of file before overwriting;
2671                 continue saving all, even when one overwrite was cancelled
2672
2673 2003-01-19 [christoph]  0.8.8claws119
2674
2675         * src/summaryview.c
2676         * src/procmsg.[ch]
2677                 fix wrong usage of procmsg_find_children in summaryview
2678                 by using procmsg_update_unread_children instead of
2679                 summaryview_update_unread_children
2680
2681 2003-01-19 [christoph]  0.8.8claws118
2682
2683         * src/procmsg.c
2684                 fix infinite loop in procmsg_find_children
2685                  (closes bug #25 sylpheed crashes on delete.)
2686
2687         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2688
2689 2003-01-19 [paul]       0.8.8claws117
2690
2691         * po/pt_BR.po
2692                 updated by Ivan Francolin Martinez
2693
2694 2003-01-18 [melvin]     0.8.8claws116
2695
2696         * src/prefs_actions.c
2697                 Removed syntax limitation of only one '&' at the end of command.
2698                         Now actions that contain '>/dev/null 2>&1' are possible.
2699
2700 2003-01-18 [melvin]     0.8.8claws115
2701
2702         * src/prefs_actions.c
2703                 Actions IO dialog: when the action ends
2704                 the "Close" button now has focus and [Escape] closes the
2705                 window.
2706
2707 2003-01-18 [christoph]  0.8.8claws114
2708
2709         * src/procmsg.c
2710                 o add debug output when MsgInfos are really freed
2711                 o free GSLists in procmsg_find_children and
2712                   procmsg_update_unread_children
2713
2714 2003-01-18 [christoph]  0.8.8claws113
2715
2716         * src/mainwindow.c
2717                 reorder Configuration menu
2718
2719 2003-01-18 [christoph]  0.8.8claws112
2720
2721         * src/compose.c
2722                 fix applying templates to forwarded messages
2723
2724         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2725
2726 2003-01-17 [christoph]  0.8.8claws111
2727
2728         * src/folder.c
2729                 destroy folder items, when a folder item is removed
2730
2731 2003-01-17 [christoph]  0.8.8claws110
2732
2733         * src/folder.c
2734                 fix wrong folder stats update when ignored message is
2735                 deleted
2736
2737 2003-01-17 [colin]      0.8.8claws109
2738         
2739         * src/mainwindow.c
2740         * src/summaryview.c
2741                 Quicksearch bugfixes: 
2742                 - hide help button at startup if not extended
2743                 - switch to extended when looking for replies
2744
2745 2003-01-17 [paul]
2746
2747         * sync with 0.8.9 release
2748
2749 2003-01-17 [paul]       0.8.8claws108
2750
2751         * sync with 0.8.8cvs11
2752                 see ChangeLog 2003-01-17
2753
2754 2003-01-16 [colin]      0.8.8claws107
2755
2756         * src/procmsg.c
2757                 Changed encryption test to re-ask passphrase
2758                 if an encrypted message hasn't been decrypted
2759                 Fixes bug #5
2760
2761 2003-01-16 [christoph]  0.8.8claws106
2762
2763         * src/prefs_gtk.c
2764         * src/prefs_toolbar.c
2765         * src/gtk/prefswindow.h
2766         * src/plugins/spamassassin/spamassassin_gtk.c
2767                 remove page destroy function that is not used anymore
2768
2769 2003-01-16 [paul]       0.8.8claws105
2770
2771         * sync with 0.8.8cvs9
2772                 see ChangeLog 2002-01-16
2773
2774 2003-01-16 [colin]      0.8.8claws104
2775
2776         * src/compose.[ch]
2777                 Fix bug with autosaved drafts for IMAP, when draft
2778                 folder is specified - fixes bugzilla bug #20
2779
2780 2003-01-15 [paul]       0.8.8claws103
2781
2782         * src/compose.[ch]
2783           src/procmsg.c
2784                 store folder and message-id of message forwarding
2785                 in queue header and set forward flag after sending
2786
2787 2003-01-15 [paul]       0.8.8claws102
2788
2789         * sync with 0.8.8cvs8
2790                 see ChangeLog 2002-01-15
2791
2792 2003-01-15 [colin]      0.8.8claws101
2793
2794         * src/Makefile.am
2795                 Fix linking with GNU libiconv
2796
2797 2003-01-15 [darko]      0.8.8claws100
2798
2799         * src/pine.c
2800                 fix crash when importing pine address book
2801                 entry with an empty name (reported by DY
2802                 <dybulk at tri8.net>)
2803
2804 2003-01-14 [paul]       0.8.8claws99
2805
2806         * configure.in  ** REMOVED **
2807           configure.ac  ** NEW FILE **
2808                 rename configure.in to configure.ac, as it is now
2809                 preferred
2810
2811 2003-01-14 [melvin]     0.8.8claws98
2812
2813         * src/folderview.c
2814                 folderview_check_new(): More precise function description
2815
2816 2003-01-14 [melvin]     0.8.8claws97
2817
2818         * src/folderview.c
2819                 folderview_check_new(): return the number of new messages 
2820                         since last check.
2821         * src/inc.c
2822                 inc_account_mail(): Disable counting of new messages for IMAP
2823                         and NNTP until bug [19] and [14] are fixed.
2824
2825 2003-01-14 [paul]       0.8.8claws96
2826
2827         * sync with 0.8.8cvs6
2828                 see ChangeLog 2003-01-14
2829
2830 2003-01-13 [alfons]     0.8.8claws95
2831
2832         * src/textview.c
2833                 tune email address validation (c. 0.8.8claws89): if . is 
2834                 just one char away from @, the address is invalid too 
2835                 (correctly rejects addresses like foo@.com)
2836
2837 2003-01-13 [paul]       0.8.8claws94
2838
2839         * src/messageview.c
2840           src/toolbar.c
2841                 fixes to the Message View toolbar and menu:
2842                 fix non-functioning Forward button
2843                 make Reply button consider default_reply_list
2844                 remove 'Follow-up...' menu entry
2845                 add 'Forward' and 'Redirect' menu entries
2846
2847 2003-01-13 [melvin]     0.8.8claws93
2848
2849         * src/inc.c
2850                 Fixed typo that could make new messages count incorrect.
2851
2852 2003-01-13 [melvin]     0.8.8claws92
2853
2854         * src/folderview.[ch]
2855                 folderview_check_new(): return the number of new messages.
2856         * src/inc.c
2857                 Should fix bug [14] where new mail notification worked 
2858                         incorrectly with IMAP accounts.
2859                 inc_spool_account(): return number of new msgs, or -1 on error
2860                 inc_all_spool(): return number of new msgs
2861                 
2862 2003-01-13 [melvin]     0.8.8claws91
2863
2864         * src/prefs_actions.c
2865                 Justify help text.
2866
2867 2003-01-12 [thorsten]   0.8.8claws90
2868
2869         * src/common/prefs.c
2870                 close file before rename
2871
2872 2003-01-12 [alfons]     0.8.8claws89
2873
2874         * AUTHORS
2875                 add Christian Mertes
2876         * src/common/utils.[ch]
2877                 g_stricase_hash(), g_stricase_equal(): functions for 
2878                 case insensitive hash tables
2879         * src/textview.c
2880                 use top level domain names to validate email address, based
2881                 on a patch by Christian Mertes (thanks!), but changed 
2882                 implementation to use a hash table 
2883
2884 2003-01-12 [paul]       0.8.8claws88
2885
2886         * po/bg.po
2887                 updated by George Danchev
2888
2889 2003-01-12 [alfons]     0.8.8claws87
2890
2891         * src/summaryview.c
2892                 delete / execute performance: use new style folder update
2893
2894 2003-01-12 [paul]       0.8.8claws86
2895
2896         * sync with 0.8.8cvs5
2897                 see ChangeLog 2003-01-13 (!)
2898
2899 2003-01-12 [alfons]     0.8.8claws85
2900
2901         * src/filtering.c
2902         * src/matcher_parser_parse.y
2903                 prepare change_score filtering action
2904         * src/matcher.[ch]
2905                 give up const-correctness on functions that call non-const-correct functions;
2906                 several casts to gpointer in g_free();
2907                 add change_score;
2908
2909 2003-01-12 [christoph]  0.8.8claws84
2910
2911         * src/compose.c
2912                 fix 2 warnings
2913
2914         * src/gtk/prefswindow.[ch]
2915         * src/plugins/spamassassin/spamassassin_gtk.c
2916                 changed the call of the widget create function
2917                 for PrefsPages, because sometimes the widget
2918                 create function needs a widget that already has
2919                 been attached to a window (to create GDK pixmaps
2920                 for exmaple). So we simply pass the GtkWindow as
2921                 the second parameter now.
2922
2923         * src/main.c
2924         * src/mainwindow.c
2925         * src/prefs_toolbar.[ch]
2926                 rewrite Toolbar Preferences using the new
2927                 prefs window
2928
2929 2003-01-11 [alfons]     0.8.8claws83
2930
2931         * src/addressadd.c
2932                 fix crash when adding sender to addressbook because status bar
2933                 isn't there (the status bar doesn't seem to be used though,
2934                 but I'll let Match decide what to do with it)
2935
2936 2003-01-11 [colin]      0.8.8claws82
2937
2938         * src/main.c
2939           src/toolbar.c
2940                 Two useless changes reversed
2941
2942 2003-01-11 [colin]      0.8.8claws81
2943
2944         * src/mainwindow.c
2945           src/mainwindow.h
2946                 Add mainwindow_get_mainwindow()
2947         * src/alertpanel.c
2948           src/alertpanel.h
2949                 Add alertpanel_error_log() 
2950         * src/compose.c
2951           src/inc.c
2952           src/messageview.c
2953           src/toolbar.c
2954           src/main.c
2955           src/procmsg.c
2956                 Network errors get a View Log button
2957
2958 2003-01-10 [alfons]     0.8.8claws80
2959
2960         * src/prefs_toolbar.c
2961         * src/toolbar.c
2962                 use the translatable string for "Separator" as file name for
2963                 separator toolbar items (probably make this uppercase?)
2964
2965 2003-01-10 [alfons]     0.8.8claws79
2966
2967         * src/prefs_toolbar.c
2968                 put right A_SEPARATOR description string in "displayed
2969                 toolbar items list" so manually added separators are
2970                 saved correctly (bug #10, "Adding a separator to the main 
2971                 toolbar fails, entry in xml file is wrong")
2972
2973 2003-01-10 [christoph]  0.8.8claws78
2974
2975         * src/imap.c
2976                 o fix warnings
2977                 o use CAPABILITY to check if NAMESPACE is available
2978
2979 2003-01-10 [christoph]  0.8.8claws77
2980
2981         * src/imap.[ch]
2982                 apply UIDPLUS IMAP extension support patch
2983
2984         Patch submitted by Simon 'corecode' Schubert
2985
2986 2003-01-10 [paul]       0.8.8claws76
2987
2988         * src/folderview.c
2989                 a sync from main which fixes the news account folders'
2990                 Properties bug
2991
2992 2003-01-10 [christoph]  0.8.8claws75
2993
2994         * src/folder.c
2995                 don't accept 0 as a valid uid returned by copy and move
2996                 functions. 0 means the message was copied or moved but the
2997                 new uid could not be fetched. It is not an error condition
2998                 for the copy or move operation.
2999
3000 2003-01-10 [paul]       0.8.8claws74
3001
3002         * src/prefs_filtering.c
3003                 change English used in Alert when entry is not
3004                 saved.
3005                 
3006         * sync with 0.8.8cvs4
3007                 see ChangeLog 2003-01-10
3008
3009 2003-01-10 [darko]      0.8.8claws73
3010
3011         * src/pine.c
3012                 fix crash when importing address book entry
3013                 without a valid address
3014
3015 2003-01-09 [alfons]     0.8.8claws72
3016
3017         * src/inc.c
3018                 filtering performance: use new style folder update
3019
3020 2003-01-09 [christoph]  0.8.8claws71
3021
3022         * src/compose.c
3023         * src/gtk/menu.[ch]
3024                 fix wrong selecting of mime encoding type, when
3025                 opening property dialog of attachments in the
3026                 compose window. 7bit was always selected and that
3027                 destoryed files with 8bit data.
3028                 (closes bug #9 Sylpheed-claws destroys attachments when
3029                  changing MIME-types)
3030
3031 2003-01-09 [paul]       0.8.8claws70
3032
3033         * sync with 0.8.8cvs3
3034                 see ChangeLog 2003-01-09
3035
3036 2003-01-08 [alfons]     0.8.8claws69
3037         
3038         * src/addressadd.c
3039                 apply patch by Kim Schulz to fix build breakage
3040                 because of missing variable
3041
3042 2003-01-08 [paul]       0.8.8claws68
3043
3044         * sync with 0.8.8cvs2
3045                 see ChangeLog 2002-01-08
3046
3047 2003-01-08 [paul]       0.8.8claws67
3048
3049         * po/it.po
3050                 updated by Alessandro Maestri
3051                 
3052         * src/addressadd.c
3053                 when using 'Add sender to addressbook' allow
3054                 name to be edited and remarks to be entered
3055                 Patch submitted by Luke Plant
3056
3057 2003-01-08 [darko]      0.8.8claws66
3058
3059         * README.claws, src/summaryview.c
3060                 fix description for marked messages
3061
3062 2003-01-08 [paul]
3063
3064         * tools/Makefile.am
3065           tools/launch_phoenix  ** NEW FILE **
3066                 add script that enables using Phoenix as the default
3067                 web browser. 
3068                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
3069                 
3070         * tools/OOo2sylpheed.pl
3071                 remove full path to sylpheed executable, just 'sylpheed'
3072                 will do
3073                 
3074         * tools/README
3075                 add launch_phoenix informtion and re-arrange and compress
3076                 the data a little
3077
3078 2003-01-07 [christoph]  0.8.8claws65
3079
3080         * src/folder.c
3081                 fix update for source folder when moving messages
3082         * src/procmsg.[ch]
3083         * src/summaryview.c
3084                 use function to set to_folder for message infos and
3085                 automatically update the op_count for old and new
3086                 folder
3087
3088 2003-01-07 [melvin]     0.8.8claws64
3089
3090         * src/prefs_actions.c
3091                 Fixed bug where an '%p' Action on a displayed image crashed 
3092                         Sylpheed
3093                 Code clean up (get rid of duplicated code and removed unnecessary 
3094                                 structure member)
3095
3096 2003-01-07 [christoph]  0.8.8claws63
3097
3098         * src/compose.c
3099         * src/folder.[ch]
3100         * src/folderview.c
3101         * src/import.c
3102         * src/inc.c
3103         * src/main.c
3104         * src/mainwindow.c
3105         * src/messageview.c
3106         * src/prefs_folder_item.c
3107         * src/procmsg.c
3108         * src/summaryview.c
3109         * src/toolbar.c
3110                 o remove all folder update triggering from the UI code. The folder
3111                   system should know much better when a folder needs an update.
3112                 o to prevent multiple updates in a row the folder updates can be
3113                   frozen for some time.
3114
3115                 Note: - Please verify that no updates are missing
3116                       - Check where freeze/thaws should be added
3117
3118 2003-01-07 [christoph]  0.8.8claws62
3119
3120         * src/prefs_actions.c
3121                 don't translate empty strings
3122
3123         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3124
3125 2003-01-06 [christoph]  0.8.8claws61
3126
3127         * src/prefs_actions.c
3128                 mark strings for gettext
3129         * src/prefs_matcher.c
3130                 use new description window for Execute action and
3131                 match condition in Filtering
3132
3133         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3134
3135 2003-01-06 [alfons]     0.8.8claws60
3136
3137         keep myself inspired to re-organize matcher part 8; 
3138         yes, more to come (I need to move out the descriptive
3139         text for actions to matcher.c, or at least make it not
3140         depend on the wicked ordering)
3141
3142         * src/prefs_matcher.c
3143                 add documentation so others may comprehend the
3144                 UI part of the conditions
3145                 
3146 2003-01-06 [christoph]  0.8.8claws59
3147
3148         * src/prefs_actions.c
3149                 use new description window for syntax help
3150         * src/gtk/description_window.c
3151                 fix display of descriptions with column count != 2
3152
3153         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3154
3155 2003-01-06 [christoph]  0.8.8claws58
3156
3157         * src/quote_fmt.c
3158         * src/summaryview.[ch]
3159         * src/gtk/Makefile.am
3160         * src/gtk/description_window.[ch]       ** NEW **
3161                 use a generic window to display syntax descriptions
3162                 currently used in quote_fmt and summaryview (new description
3163                 for extended quick search)
3164
3165         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3166
3167 2003-01-06 [paul]       0.8.8claws57
3168
3169         * sync with 0.8.8cvs1
3170                 see ChangeLog 2003-01-06
3171
3172 2003-01-06 [christoph]  0.8.8claws56
3173
3174         * src/mainwindow.c
3175         * src/prefs_gtk.[ch]
3176         * src/gtk/prefswindow.[ch]
3177         * src/plugins/spamassassin/spamassassin_gtk.c
3178                 o remove page management from prefswindow, pages
3179                   will be an argument to prefswindow_open
3180                 o prefswindow_open gets a datapointer that is
3181                   passed to the widget_create function to allow
3182                   creation of prefswindow for specific items
3183
3184 2003-01-06 [colin]      0.8.8claws55
3185         
3186         * src/summaryview.c
3187                 We don't want regexp in the reply-finder, 
3188                 because MIDs can contain !,$,. and so on
3189
3190 2003-01-06 [jens]       0.8.8claws54
3191
3192         * src/jpilot.c
3193                 fixed a wrong free in jpilot_read_db_files
3194
3195 2003-01-06 [alfons]     0.8.8claws53
3196
3197         re-organize matcher part 8; more to come
3198        
3199         * src/matcher.c
3200                 matcherprop_to_string(): put g_free()s before the
3201                 switch-case break to fix memleaks                
3202
3203 2003-01-06 [colin]      0.8.8claws52
3204
3205         * src/summaryview.c
3206                 cleanup & reply-finder now displays the first 
3207                 matching message
3208
3209 2003-01-05 [alfons]     0.8.8claws51
3210
3211         re-organize matcher part 7; more to come
3212
3213         * src/matcher.[ch]
3214                 fixes for constant correctness;
3215                 more documentation;
3216
3217 2003-01-05 [alfons]     0.8.8claws50
3218
3219         re-organize matcher part 6; more to come
3220         
3221         * src/matcher.[ch]
3222                 fixes for constant correctness;
3223                 more documentation;
3224         * src/filtering.c
3225                 fix for constant correctness
3226
3227 2003-01-05 [colin]      0.8.8claws49
3228
3229         * src/account.[ch]
3230                 Add account_get_reply_account function
3231         * src/compose.c
3232                 Use account_get_reply_account function 
3233         * src/summaryview.c
3234                 Basic reply-finder - click on the replied
3235                 icon gets you to the outbox using quick-search
3236
3237 2003-01-05 [paul]       0.8.8claws48
3238
3239         * src/prefs_common.c
3240                 small change to English
3241                 
3242         * src/prefs_filtering.c
3243                 prefs_filtering_action_select(): improve logic and uniformity
3244                 of gui
3245
3246 2003-01-05 [alfons]     0.8.8claws47
3247
3248         fine tune solution to focus problems (bug #7)
3249
3250         * src/mainwindow.c
3251                 mainwindow_focus_in_event(): remove grab event check
3252         * src/summaryview.c
3253                 summary_button_pressed(): move selection on right-click
3254                 too. we can't possibly move the selection back after
3255                 canceling a dialog, because gtk's incomplete focus 
3256                 management. whether this is a good solution, only time
3257                 will tell.
3258
3259 2003-01-05 [christoph]  0.8.8claws46
3260
3261         * src/imap.c
3262                 fix crash when no imap connection could be established
3263
3264 2003-01-05 [paul]       0.8.8claws45
3265
3266         * src/mainwindow.c
3267           src/sumamryview.c
3268           src/gtk/menu.[ch]
3269                 fix bug 605957 'shortcuts in popup-menu'
3270                 make user-defined shortcuts work
3271                 show shortcuts that are already defined
3272                 in the main menu
3273                 Patch submitted by Luke Plant
3274
3275 2003-01-05 [alfons]     0.8.8claws44
3276
3277         * src/mainwindow.c
3278                 focus_in_event handler should not select summary view row 
3279                 when another window (menu, dialog) grabbed for events 
3280                 (bug #7, "[0.8.8claws42] Message summary focus") 
3281
3282 2003-01-04 [christoph]  0.8.8claws43
3283
3284         * src/procmsg.c
3285                 update save folder after adding the sent message
3286                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
3287
3288 2003-01-02 [christoph]  0.8.8claws42
3289
3290         * src/common/plugin.c
3291                 fix unloading of all plugins and unload
3292                 plugins in reverse order
3293                 
3294         * src/gtk/pluginwindow.c
3295                 implement function of load and unload button
3296
3297         * src/gtk/prefswindow.c
3298         * src/gtk/prefswindow.h
3299                 rename register function and add new unregister
3300                 function
3301
3302         * src/plugins/spamassassin/spamassassin_gtk.c
3303                 unregister prefs page and update for changes in
3304                 src/gtk/prefswindow.c
3305
3306 2003-01-02 [paul]       0.8.8claws41
3307
3308         * po/es.po
3309                 updated by Ricardo Mones Lastra
3310
3311 2003-01-02 [paul]
3312
3313         * tools/tb2sylpheed
3314                 fixes and improvements by Urke MMI
3315
3316 2003-01-02 [thorsten]   0.8.8claws40
3317
3318         * src/procmsg.c
3319                 fixed wrong return value
3320
3321 2003-01-02 [thorsten]   0.8.8claws39
3322
3323         * src/prefs.c
3324                 fixed printing wrong variable
3325
3326 2003-01-02 [thorsten]   0.8.8claws38
3327
3328         * src/prefs.c
3329                 fixed acessing members of freed pfile struct
3330
3331 2003-01-02 [thorsten]   0.8.8claws37
3332
3333         * src/procmsg.c
3334                 detect loops across several messages
3335                 as suggested by Christoph Hohmann
3336
3337 2003-01-01 [match]      0.8.8claws36
3338
3339         * src/addrindex.c
3340                 fixed another memory leak.
3341
3342 2003-01-01 [match]      0.8.8claws35
3343
3344         * src/jpilot.[ch]
3345                 fixed memory leaks. applied Doxygen comments.
3346
3347 2003-01-01 [thorsten]   0.8.8claws34
3348
3349         * src/procmsg.c
3350                 inhibit endless loop if msg references itself
3351                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
3352
3353 2003-01-01 [christoph]  0.8.8claws33
3354
3355         * src/mainwindow.c
3356         * src/gtk/Makefile.am
3357         * src/gtk/pluginwindow.c                ** NEW **
3358         * src/gtk/pluginwindow.h                ** NEW **
3359                 add plugin window
3360
3361         * src/plugins/demo/demo.c
3362         * src/plugins/spamassassin/spamassassin.c
3363         * src/plugins/spamassassin/spamassassin_gtk.c
3364                 write better plugin descriptions
3365
3366 2002-12-31 [christoph]  0.8.8claws32
3367
3368         * src/gtk/prefswindow.c
3369         * src/plugins/spamassassin/spamassassin_gtk.c
3370                 some small improvements to GTK code
3371
3372 2002-12-31 [christoph]  0.8.8claws31
3373
3374         * src/plugins/spamassassin/spamassassin_gtk.c
3375                 enable folder select button
3376
3377 2002-12-31 [christoph]  0.8.8claws30
3378
3379         * src/mainwindow.c
3380         * src/gtk/Makefile.am
3381         * src/gtk/prefswindow.c                         ** NEW **
3382         * src/gtk/prefswindow.h                         ** NEW **
3383                 add new prefs window
3384
3385         * src/common/plugin.c
3386                 don't try to load empty config lines
3387         
3388         * src/plugins/spamassassin/Makefile.am
3389         * src/plugins/spamassassin/spamassassin.c
3390         * src/plugins/spamassassin/spamassassin.h       ** NEW **
3391         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
3392                 GTK config for SpamAssassin Plugin using
3393                 the new prefs window
3394
3395 2002-12-31 [paul]       0.8.8claws29
3396
3397         * po/POTFILES.in
3398                 remove obsolete entry 'src/menu.c'
3399
3400 2002-12-31 [alfons]     0.8.8claws28
3401
3402         * src/matcher.[ch]
3403         * src/matcher_parser_parse.y
3404         * src/prefs_matcher.c
3405                 add "ignore_thread" and "~ignore_thread" condition so it's
3406                 possible to make the actions / scoring operate on the ignore
3407                 thread flag
3408
3409 2002-12-31 [christoph]  0.8.8claws27
3410
3411         * src/addrbook.c
3412         * src/addrindex.c
3413         * src/folder.c
3414         * src/matcher.c
3415         * src/prefs_account.c
3416         * src/prefs_actions.c
3417         * src/prefs_customheader.c
3418         * src/prefs_display_header.c
3419         * src/prefs_gtk.c
3420         * src/procmime.c
3421         * src/toolbar.c
3422         * src/xmlprops.c
3423         * src/common/prefs.[ch]
3424                 extend prefs file handling for reading and automatic handling
3425                 of blocks. When reading prefs_set_block_label will automatically
3426                 move on to the block. When writing it will copy all other blocks
3427                 automatically
3428
3429         * src/common/plugin.c
3430                 Now loading plugin filenames from [Plugins] block in
3431                 sylpheed rc file
3432
3433 2002-12-30 [christoph]  0.8.8claws26
3434
3435         * src/common/hooks.[ch]
3436                 return abort status to caller of hooks_invoke
3437                 
3438         * src/inc.[ch]
3439                 invoke message filtering hook and stop
3440                 default handling when filter returns abort
3441
3442         * src/common/plugin.[ch]
3443         * src/plugins/demo/demo.c
3444                 modify plugin loader, because resolving symbols for strings
3445                 does not work correctly
3446         
3447         * configure.in
3448         * ac/spamassassin.m4                            ** NEW **
3449         * src/plugins/spamassassin/.cvsignore           ** NEW **
3450         * src/plugins/spamassassin/Makefile.am          ** NEW **
3451         * src/plugins/spamassassin/README               ** NEW **
3452         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
3453         * src/plugins/spamassassin/spamassassin.c       ** NEW **
3454         * src/plugins/spamassassin/utils.[ch]           ** NEW **
3455                 add spamassassin plugin, see src/plugins/spamassassin/README
3456                 for details
3457
3458 2002-12-29 [alfons]     0.8.8claws25
3459
3460         * src/mainwindow.c
3461                 when moving focus from a message view to the main 
3462                 window, don't forget to select the summary node
3463                 of the displayed message. should fix "[ 659103 ] 
3464                 focus-follows-mouse confuses sylpheed"
3465
3466 2002-12-29 [christoph]  0.8.8claws24
3467
3468         * src/Makefile.am
3469         * src/stringtable.[ch]          ** REMOVE **
3470         * src/common/Makefile.am
3471         * src/common/stringtable.[ch]   ** NEW **
3472                 move stringtable files to common directory
3473
3474 2002-12-29 [christoph]  0.8.8claws23
3475
3476         * src/Makefile.am
3477         * src/menu.[ch]                 ** REMOVE **
3478         * src/gtk/Makefile.am
3479         * src/gtk/menu.[ch]             ** NEW **
3480                 move menu files to gtk directory
3481
3482 2002-12-29 [match]      0.8.8claws22
3483
3484         * src/addressbook.c
3485         * src/syldap.c
3486                 moved UI specific code out of LDAP code into addressbook
3487                 UI code. fixed memory leak.
3488
3489 2002-12-29 [christoph]  0.8.8claws21
3490
3491         * src/folder.c
3492                 only check for IGNORED parent message when message is
3493                 not IGNORED itself
3494
3495 2002-12-29 [alfons]     0.8.8claws20
3496
3497         * src/summaryview.c
3498                 set gtksctree's anchor correct (immediate execute
3499                 changes the tree's layout, and anchor points at 
3500                 the incorrect row). fixes "[ 657233 ] multiple msg 
3501                 delete sometimes off by 1".
3502                 we probably have to look for more tree layout /
3503                 anchor glitches.
3504
3505 2002-12-29 [paul]       0.8.8claws19
3506
3507         * src/summaryview.c
3508                 fix bug [ 659054 ] incorrect sorting of 'From' column
3509                 when using 'display sender using address book'
3510                 thanks to Alfons and Luke Plant
3511
3512 2002-12-29 [christoph]  0.8.8claws18
3513
3514         * src/folder.c
3515         * src/procmsg.[ch]
3516                 check parent messages for IGNORE THREAD flag, when adding,
3517                 moving or copying messages to a folder
3518
3519 2002-12-27 [alfons]     0.8.8claws17
3520
3521         re-organize matcher part 5; more to come
3522
3523         * src/matcher.c
3524                 hash keywords in matchparser_tab 
3525
3526 2002-12-27 [alfons]     0.8.8claws16
3527
3528         re-organize matcher part 4; more to come
3529
3530         * src/matcher_parser.h
3531         * src/matcher_parser_lex.l
3532         * src/matcher_parser_parse.y
3533                 cleanup
3534
3535 2002-12-27 [alfons]     0.8.8claws15
3536
3537         re-organize matcher part 3; more to come
3538
3539         * src/matcher.[ch]
3540                 cleanup
3541
3542 2002-12-27 [alfons]     0.8.8claws14
3543
3544         re-organize matcher part 2; more to come but this should
3545         work. cc me if there are any regressions.
3546
3547         * src/matcher.h
3548                 add prototype for get_matchparser_tab_id()
3549         * src/matcher_parser_lex.l
3550                 look up keywords using matchparser_tab_id();
3551
3552 2002-12-27 [alfons]     0.8.8claws12
3553
3554         re-organize matcher part 1
3555
3556         * src/matcher.h
3557                 map yacc generated constants to sylpheed matcher constants
3558         * src/matcher.c
3559                 add function to find a matcher constant from a string
3560
3561 2002-12-27 [christoph]  0.8.8claws11
3562
3563         * src/compose.c
3564                 MENUITEM_ADD casts the 4th argument from integer to pointer
3565                 so it probably should not be a pointer, this means we
3566                 should use account id for it and not the account's pointer
3567
3568 2002-12-27 [paul]       0.8.8claws10
3569
3570         * src/mainwindow.c
3571                 remove unneeded 'GtkWidget *vbox'
3572                 
3573         * src/summaryview.c
3574                 further sync with 0.8.8 - make sort
3575                 by recipient work as expected
3576                 
3577         * NEWS
3578                 sync with 0.8.8
3579
3580 2002-12-27 [paul]       0.8.8claws9
3581
3582         * po/pt_BR.po
3583                 updated by Ivan F. Martinez
3584                 
3585 2002-12-27 [darko]      0.8.8claws8
3586
3587         * src/common/utils.c
3588                 added locked pattern to extended search
3589
3590 2002-12-27 [alfons]     0.8.8claws7
3591
3592         * src/prefs_matcher.[ch]
3593                 clean up
3594
3595 2002-12-26 [alfons]     0.8.8claws6
3596
3597         * src/matcher.[ch]
3598         * src/matcher_parser_lex.l
3599         * src/matcher_parser_parse.y
3600         * src/prefs_matcher.c
3601                 allow color label as a condition in the matcher
3602
3603 2002-12-26 [oliver]     0.8.8claws5
3604         
3605         * src/toolbar.c 
3606                 enable Addressbook for Main and Messageview
3607         * src/prefs_actions.c
3608                 enable actions in Messageview
3609
3610 2002-12-26 [christoph]  0.8.8claws4
3611
3612         * src/common/plugin.c
3613                 add a little debug output
3614         * configure.in
3615         * src/plugins/demo/Makefile.am
3616                 better use of automake
3617
3618 2002-12-26 [christoph]  0.8.8claws3
3619
3620         * src/Makefile.am
3621         * src/common/Makefile.am
3622                 fix "make distdir"
3623
3624 2002-12-26 [christoph]  0.8.8claws2
3625
3626         * configure.in
3627                 sort configure checks into common / gtk / plugins
3628         * po/POTFILES.in
3629                 add src/prefs_gtk.c
3630         * src/Makefile.am
3631                 add plugins SUBDIR
3632         * src/main.c
3633         * src/common/sylpheed.[ch]
3634                 added now sylpheed_done function for shutdown
3635         * src/common/Makefile.am
3636         * src/common/plugin.[ch]                ** NEW **
3637                 plugin loader and unloader
3638         * src/plugins/.cvsignore                ** NEW **
3639         * src/plugins/Makefile.am               ** NEW **
3640                 build plugins
3641         * src/plugins/demo/.cvsignore           ** NEW **
3642         * src/plugins/demo/Makefile.am          ** NEW **
3643         * src/plugins/demo/demo.c               ** NEW **
3644                 small demo plugin that installs a logtext hook and
3645                 outputs the log text to stdout
3646
3647 2002-12-26 [paul]       0.8.8claws1
3648
3649         * po/es.po
3650                 updated by Ricardo Mones Lastra
3651
3652 2002-12-26 [paul]       0.8.8claws
3653
3654         * 0.8.8claws released
3655
3656 2002-12-26 [paul]       0.8.7claws12
3657
3658         * po/bg.po
3659                 updated by George Danchev
3660
3661 2002-12-26 [paul]       0.8.7claws11
3662
3663         * po/POTFILES.in
3664                 remove unneeded 'src/prefs.c' entry 
3665
3666 2002-12-26 [paul]       0.8.7claws10
3667
3668         * src/codeconv.c
3669           src/mainwindow.c
3670                 sync with 0.8.8 release
3671         
3672         * src/folder.[ch]
3673           src/mh.c
3674           src/summaryview.c
3675                 partial sync with 0.8.8 release
3676         
3677
3678 2002-12-25 [alfons]     0.8.7claws9
3679
3680         * src/matcher.[ch]
3681         * src/matcher_parser_lex.l
3682         * src/matcher_parser_parse.y
3683         * src/prefs_matcher.c
3684                 add locked flag to possible filtering / matcher 
3685                 conditions (also a good example what should be
3686                 done to add a simple boolean condition)
3687
3688 2002-12-25 [christoph]  0.8.7claws8
3689
3690         * src/Makefile.am
3691         * src/account.[ch]
3692         * src/addrbook.c
3693         * src/addressbook.c
3694         * src/addrindex.c
3695         * src/filtering.c
3696         * src/folder.c
3697         * src/matcher.c
3698         * src/prefs.[ch]                ** REMOVE **
3699         * src/prefs_account.c
3700         * src/prefs_actions.c
3701         * src/prefs_common.c
3702         * src/prefs_customheader.c
3703         * src/prefs_display_header.c
3704         * src/prefs_filtering.c
3705         * src/prefs_folder_item.c
3706         * src/prefs_gtk.[ch]            ** NEW **
3707         * src/prefs_matcher.c
3708         * src/prefs_scoring.c
3709         * src/prefs_summary_column.c
3710         * src/procmime.c
3711         * src/selective_download.c
3712         * src/toolbar.c
3713         * src/common/Makefile.am
3714         * src/common/prefs.[ch]         ** NEW **
3715                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
3716
3717 2002-12-24 [alfons]     0.8.7claws7
3718
3719         * src/summaryview.c
3720                 summary_thread_build(): fix real cause of the crash mentioned in
3721                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
3722                 this way we get meaningful ctree nodes 
3723
3724 2002-12-24 [oliver]     0.8.7claws6
3725
3726         * src/mainwindow.[ch]
3727         * src/messageview.[ch]
3728         * src/compose.[ch]
3729         * src/inc.c
3730         * src/summaryview.c
3731                 changes to use updated toolbar handling
3732                 
3733 2002-12-24 [oliver]     0.8.7claws5
3734
3735         * src/toolbar.[ch]
3736                 generic toolbar handling
3737                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
3738         * src/prefs_toolbar.[ch]
3739                 adjust to handling
3740         
3741 2002-12-24 [oliver]     0.8.7claws4
3742         
3743         * src/stock_pixmap.[ch]
3744                 move SYLPHEED_LOGO to end of list in order 
3745                 to remove it from Custom Toolbar`s Icon View
3746
3747 2002-12-24 [alfons]     0.8.7claws3
3748
3749         * src/summaryview.c
3750                 summary_thread_build(): fix crash because of focus != selection 
3751                 after threading. when deleting the selection, gtk tries but fails 
3752                 to find the correct focusable element. we now force the selection
3753                 to be focused. this should solve the infamous bug reported by 
3754                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
3755                 a test case is available. 
3756
3757 2002-12-24 [darko]      0.8.7claws2
3758
3759         * src/summaryview.c
3760                 don't crash when unmarking message with unread children
3761
3762 2002-12-23 [christoph]  0.8.7claws1
3763
3764         * src/Makefile.am
3765         * src/common/Makefile.am
3766                 update Makefiles for moved intl.h, version.h and defs.h
3767         * src/imap.c
3768                 rewrite imap_session_get to avoid duplicate code
3769
3770 2002-12-23 [paul]       0.8.7claws
3771
3772         * Santa-Claws released
3773         
3774         * po/hu.po
3775           po/ru.po
3776                 squeeze in updated Hungarian and Russian translations.
3777                 Submitted by  Gál Zoltán and Ruslan N. Balkin
3778
3779 2002-12-23 [paul]       0.8.6claws129
3780
3781         * po/pl.po
3782                 updated by Witold Wladyslaw Wojciech Wilk
3783
3784 2002-12-23 [paul]       0.8.6claws128
3785
3786         * src/quote_fmt_parse.y
3787                 fix typo and add licence header
3788
3789 2002-12-23 [paul]       0.8.6claws127
3790
3791         * po/en_GB.po
3792                 updated
3793
3794 2002-12-23 [paul]       0.8.6claws126
3795
3796         * po/it.po
3797                 updated translation, submitted by Alessandro Maestri
3798                 
3799 2002-12-23 [paul]       0.8.6claws125
3800
3801         * src/quote_fmt_parse.y
3802                 fix signature-stripping on replies bug. match
3803                 '-- \n' and not '-- '.
3804
3805 2002-12-22 [paul]       0.8.6claws124
3806
3807         * po/bg.po
3808           po/es.po
3809           po/sr.po
3810                 updated translations. submitted by George Danchev,
3811                 Ricardo Mones Lastra, and Urke MMI respectively
3812
3813 2002-12-21 [paul]       0.8.6claws123
3814
3815         * src/addrbook.c
3816                 fix coding style
3817
3818 2002-12-21 [paul]       0.8.6claws122
3819
3820         * src/addrbook.c
3821                 fix bug [643638] where if a person is in one or more
3822                 addressbook groups editing that person's email 
3823                 address results in removal from those groups.
3824                 Patch submitted by Luke Plant.
3825
3826 2002-12-20 [christoph]  0.8.6claws121
3827
3828         * src/common/utils.c
3829         * src/summaryview.c
3830                 reimplement expand_search_string using GString to
3831                 prevent crashs caused by miscalculated string
3832                 lengths reported by Paul
3833
3834 2002-12-20 [christoph]  0.8.6claws120
3835
3836         * src/summaryview.c
3837                 don't use "changed" to check if op_count has to be changed as it
3838                 is also set when the message has unread children
3839                 (closes bug [ 653221 ] crash while deleting duplicates)
3840
3841 2002-12-20 [paul]       0.8.6claws119
3842
3843         * sync with 0.8.6cvs27
3844                 see ChangeLog 2002-12-20
3845
3846 2002-12-20 [paul]       0.8.6claws118
3847
3848         * sync with 0.8.6cvs26
3849                 see ChangeLog 2002-12-19 and 2002-12-20
3850
3851 2002-12-19 [alfons]     0.8.6claws117
3852
3853         * src/textview.c
3854                 fix incorrect parsing of email addresses, submitted by 
3855                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
3856                 name display if it contains @".
3857
3858 2002-12-18 [paul]       0.8.6claws116
3859
3860         * sync with 0.8.6cvs23
3861                 see ChangeLog 2002-12-18
3862
3863 2002-12-18 [paul]       0.8.6claws115
3864
3865         * src/Makefile.am
3866         * src/account.c
3867         * src/codeconv.c
3868         * src/gtkutils.[ch]
3869         * src/imap.c
3870                 sync with 0.8.6cvs22.
3871                 see ChangeLog 2002-12-17 and 2002-12-18
3872
3873 2002-12-17 [christoph]  0.8.6claws114
3874
3875         * src/imap.c
3876                 o don't create a session if imap greeting fails
3877                 o don't close socket when authentication fails
3878                   this is done by imap_session_destroy
3879
3880 2002-12-17 [thorsten]   0.8.6claws113
3881
3882         * tools/Makefile.am
3883           tools/README
3884           tools/google_msgid.pl ** NEW FILE **
3885                 Added "search for message-id" script and doc
3886
3887 2002-12-17 [thorsten]   0.8.6claws112
3888
3889         * po/hu.po
3890                 Updated hungarian translation
3891                 (updated by Gal Zoltan)
3892
3893 2002-12-16 [christoph]  0.8.6claws111
3894
3895         * src/addr_compl.c
3896                 remove stupid addressbook dump to debug output
3897         * src/mh.c
3898                 fix memory leak found by Hiro
3899
3900 2002-12-14 [paul]       0.8.6claws110
3901
3902         * src/compose.c
3903                 fix menubar sensitivity on send
3904                 
3905         * src/prefs_filtering.c
3906         * src/prefs_matcher.c
3907         * src/prefs_scoring.c
3908                 Fix english ;)
3909                 
3910         * src/common/quoted-printable.h
3911                 sync: fix typo
3912         
3913 2002-12-13 [christoph]  0.8.6claws109
3914
3915         * src/Makefile.am
3916         * src/manage_window.[ch]        ** REMOVE **
3917         * src/gtk/Makefile.am
3918         * src/gtk/manage_window.[ch]    ** NEW **
3919                 move manage_window files to gtk directory
3920
3921 2002-12-13 [christoph]  0.8.6claws108
3922
3923         * src/Makefile.am
3924         * src/gtkshruler.[ch]           ** REMOVE **
3925         * src/gtk/Makefile.am
3926         * src/gtk/gtkshruler.[ch]       ** NEW **
3927                 move gtkshruler files to gtk directory
3928
3929 2002-12-13 [christoph]  0.8.6claws107
3930
3931         * src/Makefile.am
3932         * src/compose.c
3933         * src/gtkstext.[ch]             ** REMOVE **
3934         * src/gtkutils.[ch]
3935         * src/textview.c
3936         * src/gtk/gtkstext.[ch]         ** NEW **
3937         * src/gtk/Makefile.am
3938                 o move stext functions to gtkstext.c to remove
3939                   dependency of gtkutils
3940                 o move gtkstext files to gtk directory
3941
3942         * src/gtk/Makefile.am
3943         * src/gtk/sslcertwindow.[ch]
3944                 UI stuff can always depend on common code so
3945                 it's ok to add ../common to include path
3946
3947 2002-12-13 [colin]      0.8.6claws106
3948
3949         * src/summaryview.c
3950                 Disconnect sighandlers for mainwindow when
3951                 quicksearch has the focus
3952                 Fix bug #653231
3953         * src/mainwindow.[ch]
3954                 Make key_pressed callback public, to be able
3955                 to disconnect it
3956
3957 2002-12-13 [christoph]  0.8.6claws105
3958
3959         * src/mh.c
3960                 create .mh_sequences file in new MH folders
3961                 (closes feature request [ 523162 ] MH folders should
3962                  get a .mh_sequences)
3963
3964 2002-12-13 [colin]      0.8.6claws104
3965
3966         * src/summaryview.c
3967                 Better handling of quicksearch show/hide
3968                 (basically the button stays under the mouse 
3969                  when toggled)
3970
3971 2002-12-13 [paul]       0.8.6claws103
3972
3973         * sync with 0.8.6cvs17
3974                 see ChangeLog 2002-12-13
3975
3976 2002-12-13 [paul]       0.8.6claws102
3977
3978         * po/es.po
3979                 updated by Ricardo Mones Lastra
3980
3981 2002-12-11 [colin]       0.8.6claws101
3982
3983         * src/folder.c
3984                 remove statusbar stuff
3985           src/folderview.c
3986                 set statusbar verbosity when moving folders
3987
3988 2002-12-11 [colin]       0.8.6claws100
3989         * src/prefs_filtering.c
3990         * src/prefs_matcher.c
3991         * src/prefs_scoring.c
3992                 Fix english ;)
3993
3994 2002-12-11 [colin]       0.8.6claws99
3995
3996         * src/prefs_common.[ch]
3997                 Add summary_quicksearch_type
3998         * src/summaryview.c
3999                 Save last used quicksearch type
4000
4001 2002-12-11 [jens]       0.8.6claws98
4002         * src/prefs_filtering.c
4003         * src/prefs_matcher.c
4004         * src/prefs_scoring.c
4005                 added dialog for incomplete rules in scoring, filtering and
4006                 matcher to ask wheather really close
4007
4008 2002-12-11 [colin]      0.8.6claws97
4009
4010         * src/folder.c
4011                 Fix folder dnd statusbar logging
4012
4013 2002-12-10 [christoph]  0.8.6claws96
4014
4015         * src/compose.c
4016         * src/folder.c
4017         * src/imap.c
4018         * src/inc.c
4019         * src/main.c
4020         * src/mainwindow.c
4021         * src/news.c
4022         * src/send.c
4023         * src/statusbar.[ch]
4024         * src/common/hooks.c
4025         * src/common/log.[ch]
4026                 o handle verbose logging in statusbar directly in statusbar code
4027                   and common code does not need any knowledge about a statusbar
4028                 o remove direct calls to statusbar_(puts|pop)_all functions
4029
4030 2002-12-10 [jens]       0.8.6claws95
4031
4032         * src/*.c
4033                 removed gettext from g_warnings
4034         * po/POTFILES.in
4035                 cleaned and updated
4036         * po/de.po
4037                 updated
4038
4039 2002-12-10 [colin]      0.8.6claws94
4040
4041         * src/main.c
4042                 finish crash dialog fix
4043
4044 2002-12-10 [colin]      0.8.6claws93
4045
4046         * src/main.c
4047                 "Fix" "sylpheed already running" instead of
4048                 crash dialog appearing after a crash
4049
4050 2002-12-10 [colin]      0.8.6claws92
4051
4052         * po/POTFILES.in
4053                 add src/gtk/sslcertwindow.c
4054
4055 2002-12-10 [paul]       0.8.6claws91
4056
4057         * po/POTFILES.in
4058                 updated to reflect recent changes
4059                 submitted by Alessandro Maestri
4060
4061 2002-12-09 [christoph]  0.8.6claws90
4062
4063         * src/Makefile.am
4064         * src/smtp.[ch]                 ** REMOVE **
4065         * src/common/Makefile.am
4066         * src/common/smtp.[ch]          ** NEW **
4067                 move smtp files to common directory
4068
4069 2002-12-09 [christoph]  0.8.6claws89
4070
4071         * src/Makefile.am
4072         * src/session.[ch]              ** REMOVE **
4073         * src/common/Makefile.am
4074         * src/common/session.[ch]       ** NEW **
4075                 move session files to common directory
4076
4077 2002-12-09 [paul]       0.8.6claws88
4078
4079         * src/account.c
4080                 fix bug [649746] edit accounts: move account reverted
4081                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
4082
4083 2002-12-09 [colin]      0.8.6claws87
4084
4085         * src/ssl_certificate.c
4086                 cleanup
4087
4088 2002-12-09 [colin]      0.8.6claws86
4089
4090         * src/ssl.c
4091                 Try to open the cert.pem database and 
4092                 issue a warning if it isn't there
4093
4094 2002-12-09 [colin]      0.8.6claws85
4095
4096         * src/common/ssl_certificate.c
4097         * src/gtk/sslcertwindow.c
4098                 Warning fixes
4099
4100 2002-12-09 [colin]      0.8.6claws84
4101
4102         * src/ssl_certificate.[ch] ** REMOVED **
4103         * src/common/ssl_certificate.[ch] ** NEW **
4104         * src/Makefile.am
4105         * src/common/Makefile.am
4106                 Moved ssl_certificate.[ch] to common
4107         * src/common/ssl.c 
4108                 Put back needed include
4109         * src/gtk/sslcertwindow.[ch]
4110                 Changed ssl_certificate.h include
4111         
4112 2002-12-09 [colin]      0.8.6claws83
4113
4114         * src/gtk/sslcertwindow.[ch]
4115                 Implement hook for certificate acception
4116         * src/ssl_certificate.[ch]
4117                 Implement hook for certificate acception
4118         * src/common/ssl.c
4119                 Reenable certificate acception check
4120         * src/mainwindow.c
4121                 Register sslcertwindow's hook
4122         
4123 2002-12-08 [christoph]  0.8.6claws82
4124
4125         * src/about.c
4126         * src/addr_compl.c
4127         * src/codeconv.c
4128         * src/manual.c
4129         * src/undo.c
4130         * src/common/utils.c
4131                 o add missing includes
4132                 o fix warnings
4133         * src/.cvsignore
4134         * src/common/.cvsignore
4135         * src/common/version.h          ** REMOVE **
4136                 remove autogenerated file
4137
4138 2002-12-08 [paul]       0.8.6claws81
4139
4140         * src/stringtable.c
4141                 put back needed include
4142
4143 2002-12-08 [colin]      0.8.6claws80
4144         
4145         * src/gtk/sslcertwindow.c
4146                 Cleaner popups when asking
4147         * src/ssl_certificate.c
4148         * src/prefs_common.[ch]
4149                 remove ssl certificate pref
4150                 put back needed include
4151         * src/undo.c
4152                 put back needed include
4153
4154 2002-12-08 [christoph]  0.8.6claws79
4155
4156         * src/folderview.c
4157         * src/logwindow.c
4158         * src/statusbar.c
4159         * src/summaryview.c
4160                 only abort hook invokation if required data is missing not
4161                 if our own data pointer is NULL, update hookfunction for
4162                 log window
4163
4164 2002-12-08 [paul]       0.8.6claws78
4165
4166         * src/about.c
4167         * src/addrcache.c
4168         * src/addrclip.c
4169         * src/addr_compl.c
4170         * src/addrselect.c
4171         * src/codeconv.c
4172         * src/colorlabel.c
4173         * src/enriched.c
4174         * src/esmtp.c
4175         * src/exporthtml.c
4176         * src/headerview.c
4177         * src/imageview.c
4178         * src/manual.c
4179         * src/noticeview.c
4180         * src/pgptext.c
4181         * src/scoring.c
4182         * src/sourcewindow.c
4183         * src/stringtable.c
4184         * src/undo.c
4185                 clean up: remove unneccesary includes
4186
4187 2002-12-08 [christoph]  0.8.6claws77
4188
4189         * src/folderview.c
4190         * src/statusbar.c
4191         * src/summaryview.c
4192         * src/common/hooks.[ch]
4193                 hook functions now have a gboolean return value, if a hook
4194                 returns TRUE it will stop executing of any more hooks in
4195                 the same hooklist for this invokation
4196
4197 2002-12-08 [colin]      0.8.6claws76
4198         
4199         * src/main.c
4200                 put back argv0 for CRASH_DIALOG
4201
4202 2002-12-08 [christoph]  0.8.6claws75
4203
4204         * src/Makefile.am
4205         * src/about.c
4206         * src/account.c
4207         * src/crash.c
4208         * src/esmtp.h
4209         * src/imap.[ch]
4210         * src/inc.c
4211         * src/main.c
4212         * src/mainwindow.c
4213         * src/news.c
4214         * src/pop.[ch]
4215         * src/prefs_account.[ch]
4216         * src/prefs_common.[ch]
4217         * src/send.[ch]
4218         * src/smtp.[ch]
4219         * src/ssl_certificate.[ch]
4220         * src/ssl_manager.[ch]
4221         * src/common/Makefile.am
4222         * src/common/log.c
4223         * src/common/nntp.[ch]
4224         * src/common/socket.[ch]
4225         * src/common/ssl.[ch]
4226         * src/gtk/sslcertwindow.[ch]
4227         * ac/openssl.m4
4228                 use new autoconf script to detect OpenSSL with extra parameters
4229                 to specify the location of libs and includes, also remove USE_SSL
4230                 to USE_OPENSSL
4231
4232         * src/common/sylpheed.[ch]
4233         * src/common/version.h.in
4234                 start seperation of common code initialization seperated from gui
4235
4236         * src/summaryview.c
4237                 The function that is called when a color label changes
4238                 should not change the color lable again
4239
4240 2002-12-08 [colin]      0.8.6claws74
4241
4242         * src/gtk/sslcertwindow.c
4243                 warning fixes
4244
4245 2002-12-08 [colin]      0.8.6claws73
4246
4247         * src/statusbar.c
4248           src/common/log.h
4249                 Register a hook for statusbar_puts_all
4250         * src/common/log.c
4251                 invoke statusbar_puts_all's hook
4252         
4253 2002-12-08 [colin]      0.8.6claws72
4254
4255         * src/ssl_certificate.c
4256                 Put back a badly-removed include
4257
4258 2002-12-08 [colin]      0.8.6claws71
4259
4260         * src/gtk/sslcertwindow.[ch]    ** NEW **
4261                 new certificate presentation
4262         * src/gtk/Makefile.am
4263                 add new files
4264         * src/ssl_certificate.[ch]
4265                 gtk cleanup, made utility functions public
4266         * src/ssl_manager.c
4267                 use new cert presentation
4268
4269 2002-12-07 [christoph]  0.8.6claws70
4270
4271         * src/Makefile.am
4272         * src/nntp.[ch]                 ** REMOVE **
4273         * src/common/Makefile.am
4274         * src/common/nntp.[ch]          ** NEW **
4275                 move nntp files to common directory
4276
4277 2002-12-07 [christoph]  0.8.6claws69
4278
4279         * src/procmsg.[ch]
4280         * src/summaryview.c
4281                 implement msginfo update callback using sylpheed's new
4282                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
4283
4284 2002-12-06 [christoph]  0.8.6claws68
4285
4286         * src/editgroup.c
4287                 This patch changes the 'Edit Group Details' dialog to
4288                 allow extended selections in either pane, so that
4289                 addresses can be added or removed from a group more
4290                 quickly and easily. (it actually is a net decrease in
4291                 file size, as some unnecessary functions have been
4292                 removed). 
4293                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
4294
4295 2002-12-06 [christoph]  0.8.6claws67
4296
4297         * src/Makefile.am
4298         * src/template.[ch]             ** REMOVE **
4299         * src/common/Makefile.am
4300         * src/common/template.[ch]      ** NEW **
4301                 move template files to common directory
4302
4303         * src/nntp.c
4304                 add missing log.h include
4305
4306 2002-12-06 [melvin]     0.8.6claws66
4307
4308         * src/prefs_actions.c
4309                 Added the trailing ">" syntax to insert command's output
4310                 without replacing old text (in contrast to trailing "|").
4311
4312 2002-12-05 [colin]      0.8.6claws65
4313         
4314         * src/common/utils.c
4315                 Don't modify original search_string or it'll change
4316                 the next iterations in the for()
4317
4318 2002-12-05 [darko]      0.8.6claws64
4319
4320         * src/common/utils.c
4321                 proper check for filtering commands, found by Colin
4322
4323 2002-12-05 [darko]      0.8.6claws63
4324
4325         * src/common/utils.c
4326                 check proper string for NULL pointer, found by Colin
4327
4328 2002-12-05 [darko]      0.8.6claws62
4329
4330         * src/common/utils.[ch]
4331                 expand_search_string(): new function
4332                 converts Mutt-like patterns to Sylpheed's
4333                 filtering engine
4334         * src/summaryview.c
4335                 use expand_search_string() to allow Mutt-like
4336                 patterns in extended search
4337         * README.claws
4338                 document extended option in quick search
4339
4340 2002-12-05 [paul]       0.8.6claws61
4341
4342         * sync with 0.8.6cvs16
4343                 see ChangeLog 2002-12-05
4344                 
4345         * po/POTFILES.in
4346                 clean up
4347
4348 2002-12-04 [christoph]  0.8.6claws60
4349
4350         * src/imap.[ch]
4351                 put imap authentication code into a new function and
4352                 remove it from imap_session_new that will allow to
4353                 send other commands before authentication
4354
4355 2002-12-04 [christoph]  0.8.6claws59
4356
4357         * src/imap.[ch]
4358                 use already existing method to prevent unneeded IMAP
4359                 folder selects. Set imap_select parameters to NULL
4360                 in some functions if the values are not required.
4361
4362         * src/xml.h
4363                 remove no longer required include
4364
4365 2002-12-04 [paul]       0.8.6claws58
4366
4367         * po/es.po
4368                 updated by Ricardo Mones Lastra
4369                 
4370         * configure.in
4371           po/hu.po      ** NEW FILE **
4372                 initial Hungarian translation, submitted
4373                 by Gál Zoltán <galzoli@hu.inter.net>
4374
4375 2002-12-03 [christoph]  0.8.6claws57
4376
4377         * src/Makefile.am
4378         * src/gtksctree.[ch]            ** REMOVE **
4379         * src/gtk/Makefile.am
4380         * src/gtk/gtksctree.[ch]        ** NEW **
4381                 move gtksctree files to gtk directory
4382
4383 2002-12-03 [christoph]  0.8.6claws56
4384
4385         * src/Makefile.am
4386         * src/md5.[ch]                  ** REMOVE **
4387         * srm/common/Makefile.am
4388         * src/common/md5.[ch]           ** NEW **
4389                 move md5 files to common directory
4390
4391         * src/gtkstext.c
4392                 remove not required #include
4393
4394 2002-12-03 [sergey]     0.8.6claws55
4395
4396         * src/gtkutils.c
4397         * src/gtkutils.h
4398                 gtkut_window_popup(): new function.
4399         * src/mainwindow.c
4400                 main_window_popup(): use gtkut_window_popup() to raise
4401                 window without changing its position.
4402                 (see sylpheed-main ML message [sylpheed:17247])
4403
4404 2002-12-03 [sergey]     0.8.6claws54
4405
4406         * src/send.c
4407                 send_message_local(): removed first-dot escaping
4408                 (SMTP-only, not needed for sending through pipe)
4409
4410 2002-12-03 [paul]       0.8.6claws53
4411
4412         * po/POTFILES.in
4413                 update to reflect recent changes (thanks
4414                 to Ricardo Mones Lastra)
4415                 
4416         * tools/filter_conv.pl
4417                  fix problem with quoted strings. Patch submitted
4418                  by Luke Plant <lukeplant@softhome.net>
4419
4420 2002-12-03 [paul]       0.8.6claws52
4421
4422         * sync with 0.8.6cvs15
4423                 see ChangeLog 2002-12-03
4424
4425 2002-12-02 [christoph]  0.8.6claws51
4426
4427         * src/logwindow.[ch]
4428         * src/common/log.[ch]
4429                 implement logging using a hook function
4430
4431         * src/folderview.c
4432         * src/folder.[ch]
4433                 define hooklist name in header file to avoid
4434                 errors caused by wrong spelling of hooklist names
4435
4436         * src/toolbar.c
4437                 fix warnings
4438
4439 2002-12-02 [christoph]  0.8.6claws50
4440
4441         * src/common/Makefile.am
4442                 add src/common/hooks.[ch]
4443
4444         * src/common/hooks.[ch]
4445                 implement a simple hook system using glib's hook functions
4446
4447         * src/folder.[ch]
4448         * src/folderview.c
4449                 use new hook system for folder item updates
4450
4451 2002-12-02 [christoph]  0.8.6claws49
4452
4453         * doc-src/ui_seperation.txt     ** NEW **
4454                 information for ui seperation
4455
4456         * src/Makefile.am
4457                 remove files that were moved to common
4458                 include common directory by default for the header files
4459
4460         * src/inc.c
4461         * src/common/socket.c
4462         * src/automaton.[ch]
4463                 implement automaton using g_io_*-functions instead of
4464                 gdk_input_add to make it ui independent
4465
4466         * src/codeconv.c
4467         * src/compose.c
4468         * src/ldif.c
4469         * src/pgptext.c
4470         * src/procmime.c
4471         * src/rfc2015.c
4472         * src/smtp.c
4473         * src/unmime.c
4474                 remove common/ prefix because directory is now in
4475                 include path
4476
4477         * src/compose.c
4478         * src/folder.c
4479         * src/folderview.c
4480         * src/mainwindow.c
4481         * src/messageview.c
4482         * src/prefs_common.c
4483         * src/procmsg.c
4484         * src/rfc2015.c
4485                 fix warnings
4486
4487         * src/imap.c
4488         * src/inc.c
4489         * src/news.c
4490         * src/pop.c
4491         * src/send.c
4492         * src/smtp.c
4493         * src/ssl_certificate.c
4494                 add log.h header file for logging functions
4495
4496         * src/main.c
4497         * src/common/utils.c
4498         * src/summaryview.c
4499         * src/xml.c
4500                 o move debug_mode to common/utils.c
4501                 o add functions to set and get debug_mode
4502
4503         * src/defs.h                    ** REMOVE **
4504         * src/intl.h                    ** REMOVE **
4505         * src/socket.[ch]               ** REMOVE **
4506         * src/ssl.[ch]                  ** REMOVE **
4507         * src/utils.[ch]                ** REMOVE **
4508                 replaced by new files in src/common/
4509         
4510         * src/common/Makefile.am
4511                 add new files in src/common/
4512
4513         * src/common/defs.h             ** NEW **
4514         * src/common/intl.h             ** NEW **
4515         * src/common/log.[ch]           ** NEW **
4516         * src/common/socket.[ch]        ** NEW **
4517         * src/common/ssl.[ch]           ** NEW **
4518         * src/common/utils.[ch]         ** NEW **
4519                 replacement for files in src/
4520
4521 2002-12-02 [colin]      0.8.6claws48
4522
4523         * src/folderview.c
4524                 Scroll folderview if necessary during dnd
4525
4526 2002-12-02 [colin]      0.8.6claws47
4527
4528         * src/folder.[ch]
4529                 Add check to verify a move is within a single mailbox
4530         * src/folderview.c
4531                 Add specific error string for this check
4532
4533 2002-12-02 [colin]      0.8.6claws46
4534
4535         * src/folder.c
4536                 Add a test to folder moving, remove a statusbar_print
4537         * src/folderview.c
4538                 Add Move folder... context-menu item
4539                 Factorize folder moving code
4540                 Enable folder DND for mbox
4541
4542 2002-12-01 [christoph]  0.8.6claws45
4543
4544         * ac/aspell.m4
4545                 remove conf.aspelltest if the version check fails
4546
4547 2002-11-30 [christoph]  0.8.6claws44
4548
4549         * autogen.sh
4550                 run libtoolize --force in autogen to create missing
4551                 libtool scripts
4552
4553 2002-11-30 [christoph]  0.8.6claws43
4554
4555         * src/Makefile.am
4556         * src/pgptext.c
4557         * src/procmime.c
4558         * src/rfc2015.c
4559         * src/uuencode.[ch]             ** REMOVED **
4560         * src/common/Makefile.am
4561         * src/common/uuencode.[ch]      ** NEW **
4562                 move uuen/decoder to common directory
4563
4564 2002-11-30 [christoph]  0.8.6claws42
4565
4566         * src/Makefile.am
4567         * src/base64.[ch]               ** REMOVED **
4568         * src/codeconv.c
4569         * src/compose.c
4570         * src/ldif.c
4571         * src/pgptext.c
4572         * src/procmime.c
4573         * src/rfc2015.c
4574         * src/smtp.c
4575         * src/unmime.c
4576         * src/common/Makefile.am
4577         * src/common/base64.[ch]        ** NEW **
4578                 move base64 en/decoder to common directory
4579
4580 2002-11-30 [christoph]  0.8.6claws41
4581
4582         * src/common                    ** NEW **
4583                 new directory for UI independent code
4584         * src/gtk                       ** NEW **
4585                 new directory for GTK frontend
4586         * src/common/.cvsignore         ** NEW **
4587         * src/gtk/.cvsignore            ** NEW **
4588                 ignore build files
4589         * src/common/Makefile.am        ** NEW **
4590         * src/gtk/Makefile.am           ** NEW **
4591                 automake files to build new seperated stuff
4592         * src/Makefile.am
4593                 the binary will currently still be build with the
4594                 files in src, so we include the code from the
4595                 subdirs for now after building the libs there
4596
4597 2002-11-30 [paul]       0.8.6claws40
4598
4599         * src/compose.c
4600                 fix bug [642731] 'Wrong selected account with drafted mail'
4601
4602 2002-11-29 [oliver]     0.8.6claws39
4603         
4604         * src/messageview.c
4605                 o update summaryview when switching between different
4606                   messageviews          
4607         * src/toolbar.c  
4608                 o check if messageview holds already removed msg
4609                   from summaryview
4610                 
4611
4612 2002-11-29 [oliver]     0.8.6claws38
4613
4614         * src/toolbar.c 
4615                 remove not needed variables and includes
4616                 make messageview stay opened and move to next when msgs are deleted 
4617
4618 2002-11-29 [oliver]     0.8.6claws37
4619         
4620         * src/toolbar.c 
4621                 disable compose button (messageview toolbar) by default
4622                 deleted msgs are moved to trash
4623         
4624 2002-11-29 [melvin]     0.8.6claws36
4625
4626         * configure.in
4627                 Increased minimal gpgme version to 0.3.10 (Zombies out)
4628                 and to detect signatures expirations (gpgme 0.3.6)
4629
4630         * src/main.c
4631                 Use non obsolescent function for Gpgme engine checking.
4632
4633         * src/rfc2015.c
4634                 Inform about expired signatures or signatures which key
4635                 has expired. Expiration date is displayed.
4636
4637         * src/sigstatus.c
4638                 Inform about expired signatures or signatures which key
4639                 has expired.
4640
4641 2002-11-28 [paul]       0.8.6claws35
4642
4643         * src/folderview.c
4644                 re-instate 'Check for new messages' in Newsgroup
4645                 folders right-click menu, after a suggestion from
4646                 Tim Mann <timmann@users.sourceforge.net>
4647
4648         * src/main.c
4649                 after a crash check only local folders for new
4650                 messages
4651
4652 2002-11-28 [paul]       0.8.6claws34
4653
4654         * configure.in
4655                 apply patch that fixes the checking of GTK with XIM 
4656                 support on different OSs, such as FreeBSD. Patch 
4657                 submitted by Topia <topia@users.sourceforge.net>
4658                 
4659 2002-11-28 [paul]       0.8.6claws33
4660
4661         * src/mainwindow.c
4662           src/prefs_common.c
4663           src/prefs_toolbar.c
4664                 more changes to the English
4665
4666 2002-11-28 [paul]       0.8.6claws32
4667
4668         * sync with 0.8.6cvs13
4669                 see ChangeLog 2002-11-28 (no sync needed
4670                 for src/compose.c)
4671
4672 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
4673         
4674         * src/mainwindow.[ch]
4675                 add patch by Ivan F. Martinez introducing messageview Toolbar
4676                 some changes and committed by oliver    
4677
4678 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
4679
4680         * src/messageview.[ch]
4681                 add patch by Ivan F. Martinez introducing messageview Toolbar
4682                 some changes and committed by oliver    
4683
4684 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
4685
4686         * src/compose.[ch]
4687                 add patch by Ivan F. Martinez introducing messageview Toolbar
4688                 some changes and committed by oliver    
4689
4690 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
4691         
4692         * src/toolbar.[ch]
4693                 add patch by Ivan F. Martinez introducing messageview Toolbar
4694                 some changes and committed by oliver
4695
4696 2002-11-28 [oliver]     0.8.6claws27
4697         
4698         * src/prefs_toolbar.[ch]
4699                 getting ready for messageview toolbar
4700                 free mem allocated by gettext
4701                 change prefs_toolbar to prefs_toolbar_open
4702  
4703 2002-11-28 [thorsten]   0.8.6claws26
4704
4705         * src/imageview.[ch]
4706                 cleaned up conflicting declarations of
4707                 imageview_show_image()
4708
4709 2002-11-28 [paul]       0.8.6claws25
4710
4711         * src/grouplistdialog.c
4712           src/prefs_common.c
4713           src/prefs_summary_column.c
4714                 a few more improvements to the English
4715
4716 2002-11-28 [colin]      0.8.6claws24
4717
4718         * man/sylpheed.1
4719                 A few updates to command-line parameters
4720
4721 2002-11-28 [colin]      0.8.6claws23
4722
4723         * src/prefs_filtering.c
4724                 Fix problems with prefs_filtering_delete_path:
4725                 a) if the first rule is removed, original pointers
4726                    weren't updated (leading to segfaults)
4727                 b) it was always global_processing updated in case
4728                    of removed path was parent of rule path
4729
4730 2002-11-27 [paul]       0.8.6claws22
4731
4732         * src/mainwindow.c
4733           src/prefs_account.c
4734           src/prefs_actions.c
4735           src/prefs_common.c
4736           src/prefs_customheader.c
4737           src/prefs_display_header.c
4738           src/prefs_filtering.c
4739           src/prefs_folder_item.c
4740           src/prefs_matcher.c
4741           src/prefs_scoring.c
4742           src/prefs_summary_column.c
4743           src/prefs_template.c
4744           src/prefs_toolbar.c
4745                  improve the English in the GUI
4746
4747 2002-11-27 [colin]      0.8.6claws21
4748
4749         * src/folder.c
4750                 Fix processing renaming problems happening after
4751                 last commit
4752
4753 2002-11-27 [colin]      0.8.6claws20
4754
4755         * src/folder.c
4756                 recursive move now deletes src each subfolder after 
4757                 having moved it
4758         * src/folderview.c
4759                 Use identifier instead of path during dnd (enables
4760                 IMAP folder dnd)
4761
4762 2002-11-27 [paul]       0.8.6claws19
4763
4764         * src/main.c
4765                 apply patch that does command-line processing 
4766                 BEFORE gtk_init, allowing claws to run from 
4767                 shell-scripts in non-X environment (e.g. crontab 
4768                 or ip-up, ip-down scripts). Patch submitted by
4769                 Ruslan N. Balkin <baron@dartel.ru>
4770                 
4771         * po/it.po
4772                 updated by Alessandro Maestri
4773
4774 2002-11-27 [paul]       0.8.6claws18
4775
4776         * sync with 0.8.6cvs12
4777           src/prefs_common.c
4778                 Differences are that main uses a 'Receive dialog'
4779                 frame on the Interface tab, whereas claws groups all 
4780                 the dialogs together in a 'Dialogs' frame.
4781
4782 2002-11-27 [colin]      0.8.6claws17
4783
4784         * src/prefs_matcher.c
4785                 Fix Execute criteria's NOT flag
4786
4787
4788 2002-11-26 [christoph]  0.8.6claws16
4789
4790         * src/ssl.c
4791                 rewrite the ssl code a little bit, only use one
4792                 SSL context, set default certificates' file/path
4793
4794 2002-11-26 [thorsten]   0.8.6claws15
4795
4796         * src/compose.c
4797                 default-reply-to didn't work for ml-reply
4798
4799 2002-11-26 [melvin]     0.8.6claws14
4800
4801         * src/prefs_actions.c
4802                 Made pipe-actions ignore short headers in message view
4803                 Made trailing-pipe-actions write in the message view with
4804                 the same font as the original message
4805
4806 2002-11-26 [paul]       0.8.6claws13
4807
4808         * src/compose.c
4809                 this time commit the correct file
4810
4811 2002-11-26 [paul]       0.8.6claws12
4812
4813         * sync with 0.8.6cvs11
4814           src/quote_fmt_parse.y  
4815                 no sync needed
4816           src/account.[ch]       
4817                 not sync'ed
4818           src/compose.c
4819                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
4820                 on draft mode.
4821                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
4822                 header
4823                 
4824         see ChangeLog 2002-11-25 and 2002-11-26
4825
4826 2002-11-26 [colin]      0.8.6claws11
4827
4828         * src/folderview.c
4829                 Fix collapsed folder not auto-expanding during
4830                 mail dnd, if it was the source folder.
4831
4832 2002-11-25 [colin]      0.8.6claws10
4833
4834         * src/folderview.[ch]
4835                 Variable renaming and cleaning (slist of nodes 
4836                 to be re-collapsed is stored in FolderView)
4837
4838 2002-11-25 [paul]       0.8.6claws9
4839
4840         * src/prefs_common.[ch]
4841                 fix breakage caused by last commit
4842
4843 2002-11-25 [paul]       0.8.6claws8
4844
4845         * sync with 0.8.6cvs4
4846                 see ChangeLog 2002-11-21
4847
4848 2002-11-25 [paul]       0.8.6claws7
4849
4850         * sync with 0.8.6cvs4
4851                 see ChangeLog 2002-11-20
4852
4853 2002-11-25 [paul]       0.8.6claws6
4854
4855         * sync with 0.8.6cvs3
4856                 see ChangeLog 2002-11-18
4857
4858 2002-11-25 [colin]      0.8.6claws5
4859
4860         * src/gtkutils.[ch]
4861                 Add gtkut_ctree_node_is_parent()
4862         * src/folderview.c
4863                 Spring-loaded folders
4864
4865 2002-11-25 [colin]      0.8.6claws4
4866
4867         * src/utils.[ch]
4868                 Add slist_concat_unique(), function to merge
4869                 two GSList filtering dups
4870         * src/folder.[ch]
4871         * src/summaryview.[ch]
4872         * src/folderview.c
4873         * src/main.c
4874                 Add detection/update/display of unread answers
4875                 to marked mails
4876         * src/procmsg.[ch]
4877                 Add procmsg_find_children()
4878                 Add procmsg_msg_has_marked_parent()
4879
4880 2002-11-25 [colin]      0.8.6claws3
4881
4882         * src/ssl_certificate.[ch]
4883                 Allow checking a certificate without a DNS
4884                 lookup
4885                 Allow to forget a cert (by deleting it)
4886                 Make ssl_certificate_destroy_public
4887         * src/ssl_manager.[ch] ** NEW FILES **
4888                 Gui to manage (display/remove) certificates
4889         * src/prefs_common.[ch]
4890                 Add a pref to allow silent acceptation of
4891                 trusted certificates or not (based on the
4892                 "I want to know what's going on" principle)
4893         * src/mainwindow.c
4894                 Add SSL manager in Tools menu
4895         * src/Makefile.am
4896                 Add the new files to the build
4897         * po/POTFILES.in
4898                 Add ssl_manager.c to translations
4899
4900 2002-11-25 [colin]      0.8.6claws2
4901
4902         * src/summaryview.[ch]
4903                 Add S_SEARCH_EXTENDED to the quick search, which 
4904                 allows to search using filtering syntax.
4905
4906 2002-11-25 [colin]      0.8.6claws1
4907
4908         * src/summaryview.c
4909                 Deletion of duplicates now prefer deleting
4910                 the unread dup (fixes feature-request 638989).
4911
4912 2002-11-24 [paul]       0.8.6claws
4913
4914         * po/es.po
4915           po/pl.po
4916           po/ru.po
4917           po/sr.po
4918                 updated by Ricardo Mones Lastra,
4919                 Witold Wladyslaw Wojciech Wilk,
4920                 Ruslan N. Balkin, and  Urke MMI 
4921                 respectively
4922
4923 2002-11-24 [paul]       0.8.5claws182
4924
4925         * po/bg.po
4926                 updated by George Danchev
4927
4928 2002-11-23 [alfons]     0.8.5claws181
4929
4930         * src/imap.c
4931                 tiny memory leak found by browsing Dimitar's 
4932                 valgrind report
4933
4934 2002-11-23 [paul]       0.8.5claws180
4935
4936         * po/it.po
4937                 updated by Alessandro Maestri
4938
4939 2002-11-22 [christoph]  0.8.5claws179
4940
4941         * src/compose.c
4942         * src/inc.c
4943         * src/prefs_filtering.c
4944         * src/summaryview.c
4945                 more warning fixes
4946
4947 2002-11-22 [alfons]     0.8.5claws178
4948
4949         * src/summaryview.c
4950                 summary_execute_delete_func(): if message is deleted, make 
4951                 sure to also remove its entry in the subject hash table. 
4952                 fixes a corner case bug.
4953
4954 2002-11-22 [paul]       0.8.5claws177
4955
4956         * .cvsignore
4957                 add 'autom4te.cache'
4958                 
4959         * ltconfig      ** REMOVED **
4960                 not needed
4961
4962 2002-11-22 [paul]       0.8.5claws176
4963
4964         * src/textview.c
4965                 textview_set_font(): fix for message display in
4966                 UTF-8 locales (thanks to Sergey Vlasov).
4967                 
4968         * AUTHORS
4969                 add new team members and contributors
4970
4971
4972 2002-11-21 [colin]      0.8.5claws175
4973
4974         * src/procmsg.[ch]
4975                 Add procmsg_remove_special_headers()
4976         * src/mh.c
4977                 Use procmsg_remove_special_headers() for 
4978                 previous fix
4979
4980 2002-11-21 [colin]      0.8.5claws174
4981
4982         * src/mh.c
4983                 Fix moving/copying from queue/draft folders
4984                 for MH folders
4985
4986 2002-11-21 [christoph]  0.8.5claws173
4987
4988         * src/crash.c
4989         * src/filtering.c
4990         * src/logwindow.c
4991         * src/main.c
4992         * src/matcher_parser_lex.[hl]
4993         * src/mbox.c
4994         * src/mbox_folder.[ch]
4995         * src/prefs_filtering.c
4996         * src/procheader.c
4997         * src/quote_fmt_lex.l
4998         * src/ssl.c
4999                 fix all warnings except the warnings in lex and yacc files
5000
5001 2002-11-20 [christoph]  0.8.5claws172
5002
5003         * src/imap.c
5004                 fix MsgInfo retrieval for IMAP draft and queue folders
5005                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
5006
5007 2002-11-19 [christoph]  0.8.5claws171
5008
5009         * src/compose.c
5010                 fix segfault, when draft saving does not get
5011                 the MsgInfo of the new message
5012                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
5013
5014 2002-11-19 [christoph]  0.8.5claws170
5015
5016         * src/procmsg.c
5017                 add parameter check for flag setting function
5018                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
5019
5020 2002-11-18 [paul]       0.8.5claws169
5021
5022         * src/compose.c
5023                 more sensitivity fixes to redirect mode:
5024                 * disable toolbar draft button
5025                 * allow only Address book in the Tools menu
5026                 * disable editing of message by the spell
5027                   checker
5028
5029 2002-11-18 [paul]       0.8.5claws168
5030
5031         * src/compose.c
5032                 fix sensitivity of menu items in compose_redirect():
5033                 allow only the necessary items 
5034
5035 2002-11-18 [paul]       0.8.5claws167
5036
5037         * src/compose.c
5038                 fix bug [ 603259 ] 'attachment got lost on bounce'
5039
5040 2002-11-18 [paul]       0.8.5claws166
5041
5042         * po/ru.po
5043                 updated by Ruslan N. Balkin <baron@dartel.ru>
5044
5045 2002-11-18 [colin]      0.8.5claws165
5046
5047         * src/main.c
5048           src/defs.h
5049                 Remove old filtering stuff
5050
5051
5052 2002-11-17 [oliver]     0.8.5claws164
5053
5054         * src/toolbar.h
5055                 remove not needed typedef 
5056
5057 2002-11-17 [oliver]     0.8.5claws163
5058
5059         * src/toolbar.c
5060                 make toolbar's on click events translatable
5061
5062 2002-11-15 [colin]      0.8.5claws162
5063
5064         * src/summaryview.c
5065                 Revert too-soon integration of a feature
5066
5067 2002-11-15 [christoph]  0.8.5claws161
5068
5069         * src/imap.c
5070                 use main's implementation of imap_get_msginfo
5071
5072 2002-11-15 [christoph]  0.8.5claws160
5073
5074         * src/compose.c
5075         * src/folder.[ch]
5076         * src/imap.c
5077         * src/mbox_folder.c
5078         * src/mh.c
5079         * src/news.c
5080         * src/procmsg.c
5081         * src/summaryview.c
5082                 replace claws' fetch_msginfo with main's get_msginfo
5083                 (use main's implementation where possible)
5084
5085 2002-11-15 [colin]      0.8.5claws159
5086
5087         * src/ssl_certificate.c
5088                 Missed a check
5089
5090 2002-11-16 [melvin]     0.8.5claws158
5091
5092         * po/fr.po
5093                 Updated French translations.
5094
5095 2002-11-16 [colin]      0.8.5claws157
5096
5097         * src/ssl_certificate.c
5098                 Check for missing parts in the certificates
5099
5100 2002-11-15 [colin]      0.8.5claws156
5101
5102         * src/folderview.c
5103                 Preventive fix (missing check) found by
5104                 Alfons
5105
5106 2002-11-15 [paul]
5107
5108         * NEWS
5109                 sync with 0.8.6 release
5110
5111 2002-11-15 [colin]      0.8.5claws155
5112
5113         * src/folder.[ch]
5114           src/folderview.c
5115                 Fix error handling of folder_item_move_to()
5116                 (thanks to Alfons!)
5117
5118 2002-11-15 [colin]      0.8.5claws154
5119
5120         * src/folder.[ch]
5121           src/folderview.c
5122                 folder_item_move_to() sets an error message instead
5123                 of having GUI stuff in folder.c
5124
5125 2002-11-15 [colin]      0.8.5claws153
5126
5127         * src/procmsg.[ch]
5128                 Implemented a callback for MsgInfo updates, 
5129                 heavily copy/pasted from Christoph's folder 
5130                 callback system
5131         * src/summaryview.[ch]
5132                 Register summary_update_msg as callback
5133
5134 2002-11-14 [colin]      0.8.5claws152
5135         
5136         * src/procmsg.c
5137                 Update the FolderItem after sending (fixes 617593)
5138
5139 2002-11-14 [christoph]  0.8.5claws151
5140
5141         * src/folder.c
5142                 fix wrong position of NULL pointer check found
5143                 by Sergey
5144
5145 2002-11-14 [christoph]  0.8.5claws150
5146
5147         * src/folder.c
5148                 fix segfault when deleting messages from IMAP folders
5149                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
5150
5151 2002-11-14 [colin]      0.8.5claws149
5152
5153         * src/compose.c
5154                 Forwarding was also ignoring the folder's default account.
5155
5156 2002-11-14 [colin]      0.8.5claws148
5157
5158         * src/compose.c
5159                 Fix sent folder not set to folder properties when 
5160                 forwarding.
5161
5162 2002-11-14 [thorsten]   0.8.5claws147
5163
5164         * src/inc.c
5165                 inc_start(): Files were not moved from .processing to inbox,
5166                 if no global processing rule existed
5167
5168 2002-11-14 [colin]      0.8.5claws146
5169
5170         * src/ssl_certificate
5171                 Fix file operations
5172
5173 2002-11-14 [paul]       0.8.5claws145
5174
5175         * po/it.po
5176                 updated by Alessandro Maestri
5177
5178 2002-11-13 [alfons]     0.8.5claws144
5179
5180         * src/folder.c
5181                 folder_item_close(): only mark messages unread
5182                 when a folder has new messages 
5183
5184 2002-11-13 [keith]      0.8.5claws143
5185
5186         * src/imap.c
5187                 Fix problem moving or copying between
5188                 IMAP folders
5189
5190 2002-11-13 [colin]      0.8.5claws142
5191
5192         * src/matcher_parser_parse.y
5193                 Fix rule problem when " don't match
5194
5195 2002-11-13 [christoph]  0.8.5claws141
5196
5197         * src/folder.c
5198         * src/folderview.c
5199                 moved cache saving to folder_item_close
5200                 the folderview should not have to deal with
5201                 this things
5202
5203 2002-11-13 [christoph]  0.8.5claws140
5204
5205         * src/summaryview.c
5206                 moved setting of important score to
5207                 summary_set_prefs_from_folderitem
5208
5209 2002-11-13 [colin]      0.8.5claws139
5210
5211         * src/matcher_parser_parse.y
5212                 Fix a segfault in the parser (happening when
5213                 a good expression had been tested and a bad 
5214                 one arrives)
5215
5216 2002-11-13 [paul]       0.8.5claws138
5217
5218         * sync with 0.8.5cvs24
5219                 see ChangeLog 2002-11-13
5220                 
5221         * po/pt_BR.po
5222                 updated by Fabio Jr. Beneditto
5223
5224 2002-11-13 [colin]      0.8.5claws137
5225         
5226         * src/msgcache.c
5227           src/defs.h
5228           src/procmsg.[ch]
5229                 Revert last commit, problem
5230
5231 2002-11-13 [colin]      0.8.5claws136
5232
5233         * src/msgcache.c
5234                 Remove duplicated code
5235         * src/defs.h
5236                 Bumped CACHE_VERSION and MARK_VERSION
5237         * src/procmsg.[ch]
5238                 Network endian for cache and mark files
5239
5240 2002-11-12 [colin]      0.8.5claws135
5241
5242         * src/inc.c
5243                 Fix the "socket error" dialog which disappeared
5244
5245 2002-11-12 [colin]      0.8.5claws134
5246
5247         * src/msgcache.c
5248                 Reverse last commit which had performance 
5249                 problems, but still reverse the list
5250
5251 2002-11-12 [colin]      0.8.5claws133
5252
5253         * src/msgcache.c
5254                 Reverse list order
5255
5256 2002-11-12 [melvin]     0.8.5claws132
5257
5258         * src/compose.c
5259                 Added a check for a NULL prefs_common.dictionary
5260
5261 2002-11-12 [colin]      0.8.5claws131
5262
5263         * src/ssl_certificate.[ch]
5264                 Use FQDN hostname
5265
5266 2002-11-12 [colin]      0.8.5claws130
5267
5268         * src/ssl_certificate.[ch]
5269                 Take connection port into account for 
5270                 checking certificates (a single hostname
5271                 could have multiple servers with multiple
5272                 certificates)
5273         * src/ssl.c
5274                 Pass the port to ssl_certificate_check
5275
5276 2002-11-12 [paul]       0.8.5claws129
5277
5278         * src/folder.c
5279                 fix a typo in last commit
5280
5281 2002-11-12 [paul]       0.8.5claws128
5282
5283         * sync with 0.8.5cvs23
5284                 see ChangeLog entry 2002-11-12
5285
5286 2002-11-11 [colin]      0.8.5claws127
5287
5288         * src/ssl_certificate.c
5289                 Cleaner messages
5290                 Don't popup, instead log error, if the 
5291                 corresponding pref is checked
5292         * src/ssl_certificate.h
5293                 include <openssl/objects/h>
5294
5295 2002-11-11 [colin]      0.8.5claws126
5296
5297         * src/ssl_certificate.h
5298                 _Really_ clean it
5299
5300 2002-11-11 [colin]      0.8.5claws125
5301         
5302         * src/ssl_certificate.c
5303                 Fixed leak
5304
5305 2002-11-11 [colin]      0.8.5claws124
5306
5307         * src/ssl.c
5308                 Cleaned a bit
5309         * src/ssl_certificate.[ch]
5310                 Cleaned a bit (better use of SSL API)
5311                 (This will cause non-recognition of saved 
5312                  certificates of claws12[23]...)
5313
5314 2002-11-11 [paul]       0.8.5claws123
5315         
5316         * po/es.po
5317                 updated by Ricardo Mones Lastra
5318
5319 2002-11-11 [colin]      0.8.5claws122
5320
5321         * src/ssl.c
5322                 Fix a typo
5323
5324 2002-11-11 [colin]      0.8.5claws121
5325
5326         * src/ssl_certificate.[ch] ** NEW FILES **
5327         * src/ssl.[ch]
5328                 Check SSL certificates presented to us
5329         * src/Makefile.am
5330                 Add ssl_certificate.[ch]
5331         * po/POTFILES.in
5332                 Add ssl_certificate.c
5333
5334 2002-11-11 [paul]       0.8.5claws120
5335
5336         * sync with 0.8.5cvs22
5337                 see ChangeLog 2002-11-11
5338
5339 2002-11-11 [paul]       0.8.5claws119
5340
5341         * sync with 0.8.5cvs21
5342                 see ChangeLog 2002-11-11
5343
5344 2002-11-10 [jens]       0.8.5claws118
5345
5346         * src/folder.c
5347         * src/folderview.c
5348                 corrected some typing
5349         * po/de.po
5350                 updated german translation
5351         * sylpheed.spec.in
5352                 cleaned up specfile and adjusted it for claws
5353
5354 2002-11-10 [colin]      0.8.5claws117
5355
5356         * src/summaryview.c
5357                 a STATUSBAR_PUSH/POP fix
5358
5359 2002-11-10 [colin]      0.8.5claws116
5360
5361         * src/prefs_folder_item.c
5362                 Fix hanging after opening folder properties
5363
5364 2002-11-10 [hoa]        0.8.5claws115
5365
5366         * src/matcher_parser_lex.l
5367         * src/matcher_parser_parse.y
5368                 config file for scoring and filtering is no more trashed
5369                 when there is a syntax error in a filtering rule when
5370                 editing it in a dialog.
5371
5372 2002-11-09 [colin]      0.8.5claws114
5373
5374         * src/mbox_folder.c
5375                 Added missing initialisation of folder->destroy()
5376
5377 2002-11-09 [colin]      0.8.5claws113
5378
5379         * src/folder.c
5380           src/folderview.c
5381                 Fix the status bar messages
5382
5383 2002-11-09 [colin]      0.8.5claws112
5384
5385         * src/folderview.c
5386                 Fix hangs after folder dnd, happening after 
5387                 claws109.
5388
5389 2002-11-09 [christoph]  0.8.5claws111
5390
5391         * src/folderview.c
5392                 just changed order of calls (reverse order of
5393                 associated calls)
5394         * src/inc.c
5395                 lock inc when checking only one account, otherwise
5396                 inc all could be executed at the same time
5397
5398 2002-11-09 [christoph]  0.8.5claws110
5399
5400         * src/folderview.c
5401                 better unlock the mouse cursor before calling
5402                 summary_show because it changes the cursor too
5403
5404 2002-11-09 [christoph]  0.8.5claws109
5405
5406         * src/folder.[ch]
5407         * src/folderview.c
5408                 add functions to open and close a folder
5409                 o opending will execute scanning for remote folders
5410                   and processing
5411                 o closing will unset new flag for messages
5412
5413 2002-11-09 [colin]      0.8.5claws108
5414
5415         * src/folder.c
5416                 Add a call to prefs_matcher_write_config to 
5417                 avoid non-leaf folders filtering settings to be
5418                 lost
5419
5420 2002-11-09 [paul]       0.8.5claws107
5421
5422         * src/prefs_account.c
5423                 re-word a label
5424
5425 2002-11-09 [colin]      0.8.5claws106
5426
5427         * src/folderview.c
5428                 Minor esthetic fix
5429
5430 2002-11-09 [colin]      0.8.5claws105
5431
5432         * src/folderview.c
5433                 Fix prefs_filtering deletion for MH folders (same
5434                 reason as below)
5435         * src/prefs_filtering.c
5436                 Fix prefs_filtering renaming and deletion for 
5437                 folder-based processing rules.  
5438
5439 2002-11-09 [christoph]  0.8.5claws104
5440
5441         * src/compose.c
5442         * src/folder.[ch]
5443         * src/folderview.[ch]
5444         * src/import.c
5445         * src/inc.c
5446         * src/main.c
5447         * src/mainwindow.c
5448         * src/messageview.c
5449         * src/prefs_folder_item.c
5450         * src/procmsg.c
5451         * src/summaryview.c
5452                 implement a callback system for folder item updates
5453
5454 2002-11-09 [colin]      0.8.5claws103
5455
5456         * src/folderview.c
5457                 Fix prefs_filtering renaming for MH folders (we
5458                 shouldn't rename by path as another folder could
5459                 have the same hierarchy).
5460
5461 2002-11-09 [colin]      0.8.5claws102
5462
5463         * src/folder.c
5464                 Fix a leak found by Christoph, use better variable
5465                 names
5466
5467 2002-11-09 [colin]      0.8.5claws101
5468
5469         * src/folder.c
5470                 One more fix for processing rules
5471
5472 2002-11-08 [colin]      0.8.5claws100
5473         
5474         * src/matcher.c
5475                 Don't copy the compiled regexp (will be reevaluated)
5476         * src/folderview.c
5477                 Lock folderview while moving
5478         * src/folder.c
5479                 Provide info on what's happening to the user
5480
5481 2002-11-08 [colin]      0.8.5claws99
5482
5483         * src/folderview.c
5484                 Fix folder reordering after a move if parent is 
5485                 root
5486         * src/scoring.[ch]
5487                 Add function to copy a ScoringProp
5488         * src/prefs_folder_item.c
5489                 Copy scoring rules when copying a folder prefs
5490
5491 2002-11-08 [colin]      0.8.5claws98
5492
5493         * src/folderview.c
5494                 Fixes in case of failure
5495         * src/filtering.[ch]    
5496                 Add function to duplicate a FilteringProp
5497         * src/matcher.[ch]
5498                 Add function to duplicate a MatcherProp
5499         * src/prefs_folder_item.c
5500                 Save folder's processing rules when copying 
5501                 its prefs
5502
5503 2002-11-08 [colin]      0.8.5claws97
5504         
5505         * src/folderview.c
5506                 Sort after move
5507         * src/folder.c 
5508                 Change a printf to debug_print
5509
5510 2002-11-08 [colin]      0.8.5claws96
5511
5512         * src/folder.c
5513           src/folderview.c
5514                 Fix segfaults, call me stupido
5515         
5516
5517 2002-11-08 [colin]      0.8.5claws95
5518
5519         *src/folder.c
5520                 Added forgotten prefs to save when moving folders
5521
5522 2002-11-08 [colin]      0.8.5claws94
5523
5524         * src/folder.c
5525                 Fixes to folder DND (prefs copy)
5526         * src/folderview.c
5527                 Optimization for folder DND (don't rescan whole tree)
5528                 Added folderview_create_folder_node() for this 
5529                 optimization, so de-duped a bit the code
5530         * src/prefs_folder_item.[ch]
5531                 Added prefs_folder_item_copy_prefs()    
5532           
5533 2002-11-08 [paul]       0.8.5claws93
5534
5535         * src/prefs_account.c
5536           tools/README
5537           tools/kmail2sylpheed_v2.pl
5538                 correct some typos
5539
5540 2002-11-08 [paul]       0.8.5claws92
5541
5542         * src/compose.c
5543           src/prefs_account.[ch]
5544                 remove account options 'clearsign' and 'ascii_armored',
5545                 replace with 'default_gnupg_mode' to prevent mixed-mode
5546                 Privacy settings
5547
5548 2002-11-08 [paul]       0.8.5claws91
5549
5550         * src/compose.[ch]
5551                 re-implement GnuPG 'on-the-fly' mode selection,
5552                 disallow mixed-mode
5553
5554 2002-11-08 [colin]      0.8.5claws90
5555
5556         * src/folderview.c
5557           src/prefs_folder_item.c
5558                 Change "Property" to "Properties"
5559
5560 2002-11-07 [colin]      0.8.5claws89
5561
5562         * src/folderview.c
5563           src/folder.c
5564                 Allow folder dropping to a root folder
5565
5566 2002-11-07 [paul]       0.8.5claws88
5567
5568         * src/compose.c
5569                 revert last commit
5570
5571 2002-11-07 [paul]       0.8.5claws87
5572
5573         * src/compose.c
5574                 fix reply-to-list bug. closes bug report
5575                 "[633382] reply-to-list broken in recent cvs"
5576
5577 2002-11-07 [paul]       0.8.5claws86
5578
5579         * src/compose.c
5580                 add a forgotten '#if USE_GPGME ... #endif'
5581
5582 2002-11-07 [paul]       0.8.5claws85
5583
5584         * sync with 0.8.5cvs20
5585                 see ChangeLog 2002-11-07
5586
5587 2002-11-07 [colin]      0.8.5claws84
5588
5589         * src/folder.[ch]
5590                 Change folder_item_move_to to return the newly 
5591                 created folderitem.
5592         * src/folderview.c
5593                 Select the new folderitem after moving.
5594
5595 2002-11-07 [colin]      0.8.5claws83
5596
5597         * src/prefs_filtering.c
5598                 Fix rule rewriting when moving a leaf folder to a 
5599                 shorter path
5600
5601 2002-11-07 [colin]      0.8.5claws82
5602
5603         * src/prefs_filtering.c
5604                 fix a leak
5605
5606 2002-11-07 [colin]      0.8.5claws81
5607
5608         * src/folder.[ch]
5609                 Add folder_item_move_to() function to move a 
5610                 folderitem into another one (updates matcher etc)
5611         * src/folderview.c
5612                 Add folder drag'n drop (context menu to come)
5613                 [Should be dataloss free, but Please backup before 
5614                  trying !]
5615
5616 2002-11-06 [colin]      0.8.5claws80
5617
5618         * src/mh.c
5619                 mh_create_folder() returns NULL if can't create
5620                 directory hierarchy
5621
5622 2002-11-06 [paul]       0.8.5claws79
5623
5624         * src/compose.[ch]
5625                 allow 'on-the-fly' changing of the type of encryption 
5626                 and/or signing used (mime/ascii) via the compose window
5627
5628 2002-11-06 [paul]       0.8.5claws78
5629
5630         * sync with 0.8.5cvs19
5631                 see ChangeLog 2002-11-06 for src/account.c: 
5632                 account_get_special_folder()
5633                 
5634 2002-11-05 [alfons]     0.8.5claws77
5635
5636         * src/crash.c
5637                 very minor cleanups: nothing to see here, move on. :-)
5638
5639 2002-11-05 [colin]      0.8.5claws76
5640
5641         * src/main.c
5642                 Changes choices if compose windows are opened to
5643                 Discard, Draft, Don't quit
5644
5645 2002-11-05 [thorsten]   0.8.5claws75
5646
5647         * src/compose.c
5648                 reenabled default_reply_to folder option
5649
5650 2002-11-05 [colin]      0.8.5claws74
5651
5652         * src/compose.[ch] 
5653                 add compose_draft()
5654         * src/crash.c
5655                 add SIGTERM handler
5656         * src/main.[ch]
5657                 add clean_quit() for the SIGTERM handler
5658
5659 2002-11-05 [paul]       0.8.5claws73
5660         
5661         * po/es.po
5662                 updated by Ricardo Mones Lastra
5663
5664 2002-11-05 [melvin]     0.8.5claws72
5665
5666         * src/logwindow.c
5667                 Fixed log-clipping bug #616795.
5668                 To stop logging in the log window use 0 length.
5669         * src/prefs_common.c
5670                 Added a label to inform about the 0 log length behaviour.
5671
5672 2002-11-05 [paul]       0.8.5claws71
5673
5674         * sync with 0.8.5cvs17
5675                 see ChangeLog 2002-11-05
5676
5677 2002-11-04 [paul]       0.8.5claws70
5678
5679         * sylpheed-128x128.png
5680           sylpheed-64x64.png
5681           sylpheed.png
5682                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
5683                 <nikai@users.sourceforge.net>
5684                 
5685         * po/bg.po
5686                 updated by George Danchev
5687
5688 2002-11-03 [thorsten]   0.8.5claws69
5689
5690         * src/main.c
5691           src/mimeview.c
5692           src/rfc2015.h
5693                 add check if gpg is active
5694
5695 2002-11-03 [thorsten]   0.8.5claws68
5696
5697         * src/toolbar.h
5698                 removed GSList declaration causing trouble on MacOS-X
5699                 (submitted by alfons, reported by xfesty)
5700
5701 2002-11-01 [paul]       0.8.5claws67
5702
5703         * src/mainwindow.c
5704                 remove last remnants of main's filter code
5705
5706 2002-11-01 [paul]       0.8.5claws66
5707
5708         * tools/filter_conv.pl
5709                 fix bug where user-defined headers were ignored
5710
5711 2002-11-01 [paul]       0.8.5claws65
5712
5713         * src/logwindow.c
5714                 make a debug_print() not translatable
5715
5716 2002-10-31 [melvin]     0.8.5claws64
5717
5718         * ac/aspell.m4
5719                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
5720                 not run any GNU/aspell test.  The dictionary path will
5721                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
5722                 was given, in which case, it will be $prefix/lib/aspell/
5723         * configure.in
5724                 Fixed typo in commentary (Aspell code).
5725
5726 2002-10-31 [paul]       0.8.5claws63
5727
5728         * po/POTFILES.in
5729                 remove src/filter.c and src/prefs_filter.c
5730                 thanks to Ricardo for reminding me
5731
5732 2002-10-31 [colin]      0.8.5claws62
5733
5734         * src/mbox_folder.c
5735                 Plug some leaks
5736
5737 2002-10-31 [paul]       0.8.5claws61
5738
5739         * src/prefs_filter.[ch] ** REMOVED **
5740           src/filter.[ch]       ** REMOVED **
5741           
5742         * src/Makefile.am
5743           src/folderview.c
5744           src/inc.c
5745           src/main.c
5746           src/mainwindow.c
5747           src/mbox.c
5748           src/prefs_common.c
5749           src/prefs_filtering.c
5750           src/summaryview.[ch]
5751                 remove main's 'filter' code
5752                 
5753         README.claws
5754                 update to reflect removal of main's filter
5755
5756 2002-10-31 [paul]       0.8.5claws60
5757
5758         * src/summaryview.c
5759                 remove check for global_processing in summary_filter_open(). 
5760                 This fixes the bug where if the user uses the right-click 
5761                 'Create filter rule...' and doesn't have any filter rules 
5762                 already defined in claws' advanced filtering, the newly 
5763                 created filter rule goes to main's filtering which is 
5764                 inaccessible through the gui. Now the filter rule gets added
5765                 to claws' filtering by default.
5766
5767 2002-10-28 [melvin]     0.8.5claws59
5768
5769         * src/prefs_actions.c
5770                 Fixed bug #627322 where MIME parts were not always
5771                 correctly passed to a %p action
5772                 Display an error dialog when message filename is not found.
5773
5774 2002-10-28 [melvin]     0.8.5claws58
5775
5776         * src/prefs_common.c
5777                 Readded a missing function declaration lost in 0.8.3claws34
5778
5779 2002-10-28 [paul]       0.8.5claws57
5780
5781         * sync with 0.8.5cvs15
5782                 see ChangeLog 2002-10-28 and 2002-10-25
5783                 
5784         Note: ChangeLog entry 2002-10-24 is not sync'ed.
5785
5786 2002-10-27 [oliver]     0.8.5claws56
5787
5788         * src/pop.c
5789                 plug leak in pop3_top_recv
5790
5791 2002-10-26 [christoph]  0.8.5claws55
5792
5793         * src/folder.c
5794                 set need_update folder flag when messages are added
5795                 (closes bug [ 626922 ] folder not updated after receiving)
5796
5797 2002-10-25 [melvin]     0.8.5claws54
5798
5799         * src/imageview.c
5800                 Fixed a memleak introduced in the scaling code.
5801
5802 2002-10-24 [alfons]     0.8.5claws53
5803
5804         * src/filtering.c
5805                 make filtering's forward message action forward from the 
5806                 correct account
5807                 (closes bug [628089 ] Filter -> Forward from address problem
5808                 reported by Oktay)
5809
5810 2002-10-24 [christoph]  0.8.5claws52
5811
5812         * src/mainwindow.c
5813         * src/manual.[ch]
5814                 o use manual of current locale or english if current
5815                   locale is not available (and english is available)
5816                 o also link to sylpheed doc project manuals
5817
5818 2002-10-23 [paul]       0.8.5claws51
5819
5820         * tools/README
5821           tools/kmail2sylpheed_v2.pl
5822                 add new version of kmail addressbook importer script.
5823                 works with newer versions of Kmail/KAddressBook which
5824                 have new and rearranged data.
5825
5826 2002-10-23 [martin]     0.8.5claws50
5827
5828         * src/folderview.c
5829         * src/summaryview.c
5830         * src/utils.h
5831         * src/utils.c
5832                 added length parameter to get_abbrev_newsgroup_name()
5833                 changed this function so that it abbreviates the newsgroup
5834                 names only so long it is smaller than the length parameter
5835                 (for better reading of some newsgroup names and space efficiency)
5836
5837 2002-10-22 [colin]      0.8.5claws49
5838
5839         *src/foldersel.c
5840                 Revert Alfons' last modification (after voting ;-))
5841
5842 2002-10-21 [alfons]     0.8.5claws48
5843
5844         * src/foldersel.c
5845                 folder view in folder selection dialog reflects state of
5846                 folder view in main window
5847
5848 2002-10-18 [alfons]     0.8.5claws47
5849
5850         * src/mbox.c
5851                 drop imported messages in folder selected by user,
5852                 and not in the inbox
5853                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
5854
5855 2002-10-18 [alfons]     0.8.5claws46
5856
5857         * src/compose.c
5858                 make automagic reply work correctly for email accounts 
5859                 (whether it's viable to do a full sync with Hiro's 
5860                 compose.c is still under discussion)
5861
5862 2002-10-18 [melvin]     0.8.5claws45
5863
5864         * src/prefs_actions.c
5865                 Fixed bug #622275 where asynchroneous actions left 
5866                 zombies processes
5867                 Made (synchroneous) actions' input be displayed live.
5868
5869 2002-10-18 [christoph]  0.8.5claws44
5870
5871         * src/textview.c
5872                 don't add a newline in the textview in front of the
5873                 first textpart if header display is disabled
5874                 (closes bug [ 603385 ] disabled header display leaves blank
5875                  lin)
5876
5877 2002-10-18 [christoph]  0.8.5claws43
5878
5879         * src/folder.[ch]
5880         * src/imap.c
5881         * src/mbox_folder.c
5882         * src/mh.c
5883         * src/news.c
5884                 folder->get_num_list now returns an error code
5885                 (closes bug [ 609424 ] News cache cleared on failure)
5886                 
5887 2002-10-17 [colin]      0.8.5claws42
5888         
5889         * src/news.c
5890                 Changed a printf by debug_print
5891
5892 2002-10-16 [paul]       
5893
5894         * tools/OOo2sylpheed.pl
5895                 allow for spaces in the name of the
5896                 file to be attached.
5897
5898 2002-10-16 [colin]      0.8.5claws41
5899
5900         * src/main.c
5901                 Use a tristate to change online mode
5902
5903 2002-10-16 [paul]       0.8.5claws40
5904
5905         * po/es.po
5906                 updated by Ricardo Mones Lastra
5907
5908 2002-10-16 [colin]      0.8.5claws39
5909
5910         * src/main.c
5911           src/mainwindow.[ch]
5912                 Added --online and --offline command-line
5913                 switches
5914
5915 2002-10-15 [christoph]  0.8.5claws38
5916
5917         * src/procmime.c
5918                 set mimeinfo->name to NULL after g_free to
5919                 avoid double freeing with g_free
5920
5921 2002-10-14 [christoph]  0.8.5claws37
5922
5923         * src/compose.c
5924         * src/filtering.c
5925         * src/summaryview.c
5926                 remove calls to folder->change_flags that are now
5927                 done by procmsg flag functions (seems it is not
5928                 used by any foldertype anyway)
5929         * src/folder.c
5930                 init folder->change_flags with NULL
5931
5932 2002-10-14 [christoph]  0.8.5claws36
5933
5934         * src/folder.[ch]
5935         * src/imap.[ch]
5936                 use virtual functions for folder item new and destroy
5937                 functions
5938
5939 2002-10-14 [melvin]     0.8.5claws35
5940
5941         * src/compose.c
5942                 Added a test to not run the spell checker if no default
5943                 dictionary is available. No dialog is displayed though.
5944
5945 2002-10-14 [melvin]     0.8.5claws34
5946
5947         * src/gtkaspell.c
5948                 Fixed bug in dictionary list context menu where
5949                 "More..." pointed to an emtpy submenu if the
5950                 number of dictionaries is a multiple of 15
5951                 Removed unneeded code in suggestions list creation
5952
5953 2002-10-14 [paul]       0.8.5claws33
5954
5955         * po/bg.po
5956                 updated by George Danchev
5957
5958 2002-10-13 [hoa]        0.8.5claws32
5959
5960         * src/matcher.[ch]
5961           src/matcher_parser_parser.y
5962                 removed the escaped string from internal structure
5963                 of matcher.
5964
5965 2002-10-12 [colin]      0.8.5claws31
5966
5967         * src/gtksctree.[ch]
5968           src/summaryview.c
5969                 Removed useless function gtksctree_reanchor
5970
5971 2002-10-12 [alfons]     0.8.5claws30
5972         
5973         * sync with remaining main changes 2002-10-09 - 2002-10-11
5974         - drop changes to src/compose.c (requires claws specific changes)
5975         
5976 2002-10-12 [alfons]     0.8.5claws29
5977         
5978         * sync with main changes of 2002-10-08
5979         - drop changes to src/compose.c (requires claws specific changes)
5980         - drop changes to src/summaryview.c (requires changes to compose.c)     
5981
5982 2002-10-12 [alfons]     0.8.5claws28
5983         
5984         * sync with main changes of 2002-10-07
5985
5986 2002-10-12 [alfons]     0.8.5claws27
5987
5988         * sync with main changes of 2002-10-04
5989         - drop changes to src/compose.c (requires claws specific changes)
5990         - drop changes to src/prefs_folder_item.c (claws implementation
5991           seems to be working)
5992
5993 2002-10-12 [colin]      0.8.5claws26
5994
5995         * src/mainwindow.c
5996                 Fix folder-flicker when space-reading, introduced 
5997                 in claws22.
5998
5999 2002-10-12 [colin]      0.8.5claws25
6000
6001         * src/compose.c
6002                 Save account address when saving as draft.
6003                 (closes bug 621838)
6004
6005 2002-10-12 [colin]      0.8.5claws24
6006
6007         * src/summaryview.c
6008                 Fix the problem consisting of no message selected
6009                 after the last message in a folder has been moved.
6010
6011 2002-10-12 [paul]       0.8.5claws23
6012
6013         * src/compose.c
6014           src/prefs_template.c
6015           src/template.[ch]
6016                 add Cc and Bcc to templates. Patch submitted by
6017                 John L. Males.
6018
6019 2002-10-12 [colin]      0.8.5claws22
6020
6021         * src/folderview.c
6022                 Fix a bug after "Check for new messages":
6023                 If a folder was opened, it was still selected at
6024                 the end of the check, but displayed empty.
6025         * src/mainwindow.c
6026                 Remove unnecessary check
6027
6028 2002-10-12 [paul]
6029
6030         * tools/README
6031                 be more verbose in the description of
6032                 OOo2sylpheed.pl
6033                 
6034
6035 2002-10-11 [colin]      0.8.5claws21
6036
6037         * src/mainwindow.c
6038                 Make space work (better) when no mail is selected
6039
6040 2002-10-11 [colin]      0.8.5claws20
6041
6042         * src/inc.c
6043           src/news.c
6044                 fix warnings
6045
6046 2002-10-11 [colin]      0.8.5claws19
6047
6048         * src/mainwindow.c
6049                 revert 0.8.5claws6 changes as i couldn't get to
6050                 anything satisfying
6051
6052 2002-10-11 [melvin]     0.8.5claws18
6053
6054         * src/compose.c
6055                 Removed buggy and unused macro (should have been committed in
6056                 0.8.5claws17)
6057
6058 2002-10-11 [melvin]     0.8.5claws17
6059
6060         * src/compose.c
6061                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
6062
6063 2002-10-11 [thorsten]   0.8.5claws16 
6064
6065         * src/folderview.c
6066                 remove rescan warning
6067
6068 2002-10-11 [colin]      0.8.5claws15 
6069
6070         * src/procheader.c
6071                 fix a segfault that happens if conv_unmime_header
6072                 fails (should be better to find out why it fails)
6073
6074 2002-10-11 [christoph]  0.8.5claws14
6075
6076         * src/summaryview.c
6077                 update folderview stats after ignore/unignore thread
6078
6079 2002-10-11 [hoa]        0.8.5claws13
6080
6081         * src/quote_fmt_parse.y
6082                 Fixed a yacc/bison syntax error
6083         * src/matcher.c
6084                 Escaping of string is fixed.
6085
6086 2002-10-11 [colin]      0.8.5claws12
6087
6088         * src/imageview.c
6089                 Resize images to fit
6090
6091 2002-10-11 [paul]       0.8.5claws11
6092
6093         * po/es.po
6094                 updated by Ricardo Mones Lastra
6095
6096 2002-10-10 [alfons]     0.8.5claws10
6097
6098         * src/compose.c
6099                 allow dropping files by "moving" files from a file manager,
6100                 not only by the more cumbersome "copying". the latter 
6101                 mostly implies holding down the Control button
6102
6103 2002-10-10 [christoph]  0.8.5claws9
6104
6105         * src/summaryview.c
6106                 update folders after thread building for ignored threads
6107
6108 2002-10-10 [christoph]  0.8.5claws8
6109
6110         * config/.cvsignore
6111                 added Makefile
6112         * src/filtering.[ch]
6113         * src/folder.[ch]
6114         * src/folderview.[ch]
6115         * src/import.c
6116         * src/inc.[ch]
6117         * src/mbox.[ch]
6118         * src/procmsg.c
6119         * src/summaryview.[ch]
6120                 o added new flag need_update to FolderItem
6121                 o removed folder_table from various functions from tracking
6122                   folder updates
6123                 o set need_update flags in folder.c's move, copy and delete
6124                   functions and procmsg's flags functions
6125                 o added function folderview_update_items_when_required that
6126                   updates all folders with need_update set
6127                 o call folderview_update_items_when_required instead of
6128                   folderview_update_item_foreach
6129
6130 2002-10-09 [sergey]     0.8.5claws7
6131
6132         * src/compose.c
6133                 Strip CRs whel loading the text into editor in reedit mode.
6134
6135 2002-10-09 [colin]      0.8.5claws6
6136
6137         * src/mainwindow.c
6138                 Make Space work when no mail is selected
6139
6140 2002-10-09 [colin]      0.8.5claws5
6141
6142         * src/gtksctree.[ch]
6143                 Fix range_select
6144                 Add gtk_sctree_reanchor() 
6145         * src/summaryview.c
6146                 Use gtk_sctree_reanchor() - better fix for 
6147                 bug 60413
6148
6149 2002-10-09 [colin]      0.8.5claws4
6150
6151         * src/summaryview.c
6152                 Fix shift-click select after delete problem
6153                 (closes bug 60413)
6154
6155 2002-10-08 [thorsten]   0.8.5claws3
6156
6157         * src/summaryview.c
6158                 exclude current msg from -hide read messages-
6159
6160 2002-10-08 [colin]      0.8.5claws2
6161
6162         * src/inc.[ch]
6163           src/pop.c
6164           src/recv.c
6165                 Differentiate socket errors from disk full
6166                 errors
6167
6168 2002-10-08 [christoph]  0.8.5claws1
6169
6170         * Makefile.am
6171         * configure.in
6172                 modifications for new config directory
6173
6174         * config.guess  ** REMOVED **
6175         * config.sub    ** REMOVED **
6176         * install-sh    ** REMOVED **
6177         * ltmain.sh     ** REMOVED **
6178         * missing       ** REMOVED **
6179         * mkinstalldirs ** REMOVED **
6180                 these files are autogenerated by automake
6181                 when you run autogen.sh
6182
6183         * config/.cvsignore     ** NEW FILE **
6184         * config/Makefile.am    ** NEW FILE **
6185                 ignore autogenerated files
6186                 create a Makefile in this directory
6187
6188 2002-10-08 [paul]       0.8.5claws
6189
6190         * 0.8.5claws release
6191         
6192         * src/compose.c
6193           src/procheader.c
6194           src/procmsg.c
6195                 fix quote reply format for newsgroups reply bug
6196                 (thanks to Hoa)
6197                 
6198         * po/en_GB.po
6199           po/pl.po
6200                 updated by me and Witold Wladyslaw Wojciech Wilk
6201                 repectively
6202
6203 2002-10-07 [paul]       0.8.3claws53
6204
6205         * po/it.po
6206           po/pt_BR.po
6207           po/sr.po
6208                 updated messages catalogs, submitted by
6209                 Alessandro Maestri, Fabio Jr.Beneditto 
6210                 and Urke MMI, respectively.
6211
6212 2002-10-07 [christoph]  0.8.3claws52
6213
6214         * src/folder.[ch]
6215         * src/folderview.c
6216         * src/mainwindow.c
6217                 fix new folder ghost message bug
6218                 (closes bug [ 619722 ] wrong count for newly created folders)
6219
6220 2002-10-07 [christoph]  0.8.3claws51
6221
6222         * src/compose.c
6223                 fix news posting problem
6224
6225 2002-10-07 [melvin]     0.8.3claws50
6226
6227         * po/fr.po
6228                 Updated French translation
6229
6230 2002-10-05 [christoph]  0.8.3claws49
6231
6232         * src/gtkstext.c
6233                 check if line_start_cache is set in gtk_stext_update_text
6234                 (closes bug [ 618119 ] crash while doing search in folder)
6235
6236 2002-10-05 [christoph]  0.8.3claws48
6237
6238         * src/imap.c
6239         * src/news.c
6240         * src/utils.c
6241         * src/utils.h
6242                 implement cache cleanups for claws' folder system
6243                 (closes bug [ 595916 ] imapcache not cleaned up)
6244
6245 2002-10-05 [melvin]     0.8.3claws47
6246
6247         * src/prefs_actions.c
6248                 Made the help text more clear for the %p token
6249
6250 2002-10-04 [paul]       0.8.3claws46
6251
6252         * sync with 0.8.5
6253                 see ChangeLog 2002-10-02 and 2002-10-03
6254
6255 2002-10-04 [christoph]  0.8.3claws45
6256
6257         * src/inc.c
6258                 fix segfault caused by pop before smtp
6259                 call to inc_account_mail with NULL
6260                 pointer for mainwin
6261
6262 2002-10-04 [paul]       0.8.3claws44
6263
6264         * configure.in
6265                 sync the LDAP detection from 0.8.5cvs1
6266
6267 2002-10-02 [christoph]  0.8.3claws43
6268
6269         * po/de.po
6270                 fix small spelling error
6271
6272 2002-10-02 [melvin]     0.8.3claws42
6273
6274         * ac/aspell.m4
6275                 Behave better and say "no" when test program cannot be run.
6276
6277 2002-10-02 [paul]       0.8.3claws41
6278
6279         * sync with 0.8.4cvs1
6280                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
6281                 
6282         * src/summaryview.c
6283                 toggle the behavior of Reply menuitem between
6284                 normal reply and reply-to-list
6285
6286 2002-10-01 [sergey]     0.8.3claws40
6287
6288         * src/compose.c
6289                 Convert newlines in the message text to the canonical form
6290                 before base64 encoding (RFC2045 compliance, fixes some
6291                 interoperability issues with Evolution 1.0.3)
6292
6293 2002-09-29 [colin]      0.8.3claws39
6294
6295         * src/summaryview.c
6296                 Fix an unwanted copy/paste
6297
6298 2002-09-29 [colin]      0.8.3claws38
6299
6300         * src/mainwindow.c
6301                 Renamed "Custom toolbar" to "Customize toolbar"
6302                 Renamed "Show all header" to "Show all headers"
6303                 Renamed "Set diplay item" to "Set displayed items"
6304         * src/prefs_common.c
6305                 Renamed "Show all header" to "Show all headers"
6306         * src/prefs_summary_column.c
6307                 Renamed "diplay item" to "displayed items"
6308
6309 2002-09-29 [colin]      0.8.3claws37
6310
6311         * src/mainwindow.[ch]
6312                 online/offline status pixmaps follow theme
6313                 changes
6314         * src/summaryview.[ch]
6315                 quicksearch pixmap follows theme changes
6316
6317 2002-09-29 [thorsten]   0.8.3claws36
6318
6319         * src/compose.c
6320           src/prefs_folder_item.[ch]
6321                 add default_reply_to folder option (closes patch 581044)
6322
6323 2002-09-29 [christoph]  0.8.3claws35
6324
6325         * acconfig.h    ** REMOVED **
6326         * configure.in
6327         * ac/aspell.m4
6328         * ac/check-type.m4
6329         * ac/gnupg-check-typedef.m4
6330                 fix autoheader 2.50 warning
6331
6332 2002-09-29 [christoph]  0.8.3claws34
6333
6334         * major code cleanup (part 2)
6335         
6336                 - unused variables removed
6337                 - unused functions removed
6338                 - uninitialized variables checked
6339                 - missing return statements added
6340                 - missing function return types added
6341                 - added parentheses around assignment
6342                   when suggested by gcc
6343
6344 2002-09-29 [alfons]     0.8.3claws33
6345
6346         * src/logwindow.c
6347                 log_window_clear(): only bracket gtk_text_forward_delete() 
6348                 with gtk_text_freeze() / gtk_text_thaw() (see if this
6349                 works around GTK text bug)
6350
6351 2002-09-29 [paul]       0.8.3claws32
6352
6353         * po/bg.po
6354           po/sr.po
6355                 updated by George Danchev and Urke MMI
6356                 respectively
6357
6358 2002-09-27 [christoph]  0.8.3claws31
6359
6360         * doc-src/readme.txt
6361         * doc-src/rfc1806.txt   ** REMOVED **
6362         * doc-src/rfc2183.txt   ** NEW FILE **
6363         * doc-src/rfc2980.txt   ** NEW FILE **
6364                 update rfcs
6365
6366 2002-09-27 [melvin]     0.8.3claws30
6367
6368         * ac/aspell.m4
6369                 Fixed typo which could break linking
6370
6371 2002-09-27 [melvin]     0.8.3claws29
6372
6373         * ac/aspell.m4
6374                 Improved GNU/aspell checking. 
6375                 Fixed bug #614490
6376
6377 2002-09-27 [paul]       0.8.3claws28
6378
6379         * sync with 0.8.3cvs8
6380                 see ChangeLog 2002-09-27
6381
6382 2002-09-26 [colin]      0.8.3claws27
6383
6384         * src/toolbar.[ch]
6385           src/mainwindow.[ch]
6386                 Add "Reply to Mailing-list" to the toolbar
6387
6388 2002-09-26 [christoph]  0.8.3claws26
6389
6390         * src/summaryview.c
6391                 Fix wrong message counts in summaryview status
6392
6393 2002-09-26 [paul]       0.8.3claws25
6394
6395         * sync with 0.8.3cvs7
6396                 see ChangeLog 2002-09-26
6397
6398 2002-09-26 [paul]       0.8.3claws24
6399
6400         * sync with 0.8.3cvs6
6401                 see ChangeLog 2002-09-25
6402
6403 2002-09-25 [christoph]  0.8.3claws23
6404
6405         * src/prefs_common.c
6406         * src/prefs_folder_item.c
6407         * src/prefs_scoring.c
6408                 Renamed "kill score" to "hide score" in GUI
6409                 and prefs files
6410
6411 2002-09-25 [paul]       0.8.3claws22
6412
6413         * sync with 0.8.3cvs5
6414                 see ChangeLog 2002-09-24
6415
6416 2002-09-24 [alfons]     0.8.3claws21
6417
6418         patch by Satoshi Nagayasu: allows appending / saving multiple 
6419         selected files (closes "[ 612279 ] save multiple mesg(s) in 
6420         'Save as ...'")
6421
6422         * AUTHORS
6423                 add Satoshi Nagayasu
6424         * src/summaryview.c
6425                 summary_save_as(): allow saving selected files to
6426                 one file
6427                 summary_set_menu_sensitive: enable "Save As..." when
6428                 multiple files are selected
6429         * src/utils.[ch]
6430                 append_file(): new function
6431
6432 2002-09-24 [colin]      0.8.3claws20
6433
6434         * src/procmime.c
6435                 Fix segfault when mimeinfo doesn't have a 
6436                 content_type. 
6437
6438 2002-09-24 [colin]      0.8.3claws19
6439
6440         * src/prefs_common.[ch]
6441                 Add a preference to display send dialog or not
6442         * src/send.c
6443                 Display send dialog according to preference
6444
6445 2002-09-24 [colin]      0.8.3claws18
6446
6447         * src/compose.[ch]
6448                 Disable user actions when sending
6449
6450 2002-09-24 [colin]      0.8.3claws17
6451
6452         * src/procmime.c
6453                 Do not display name or filename for attachments
6454                 with an application/pgp-signature type
6455                 (security flaw, see bug 537413)
6456
6457 2002-09-23 [colin]      0.8.3claws16
6458
6459         * src/editaddress.c
6460                 Initialize entry_email, entry_alias and 
6461                 entry_remarks to first email address of the list
6462
6463 2002-09-23 [colin]      0.83claws15
6464
6465         * src/compose.c
6466                 Drop pgp-signature when reediting a signed queued
6467                 message
6468
6469 2002-09-23 [melvin]     0.8.3claws14
6470
6471         * po/fr.po
6472                 Updated French translation
6473
6474 2002-09-23 [melvin]     0.8.3claws13
6475
6476         * src/mainwindow.c
6477                 Made custom toolbar menu labels more consistent
6478         * src/prefs_toolbar.c
6479                 Made custom toolbar window title more consistent
6480
6481 2002-09-22 [colin]      0.8.3claws12
6482
6483         * src/inc.c
6484                 Initialize session type to normal before getting 
6485                 mail (fixes strange Get behaviour)
6486         * src/prefs_account.h
6487                 Move STYPE_POP_BEFORE_SMTP to last position to 
6488                 avoid other side-effects
6489
6490 2002-09-22 [colin]      0.8.3claws11
6491
6492         * src/prefs_account.c
6493                 Fix pop_bfr_smtp_tm_entry sensivity when switching
6494                 from pop3 to apop or vice-versa
6495
6496 2002-09-22 [colin]      0.8.3claws10
6497         
6498         * src/prefs_account.[ch]
6499                 Add an option for the POP before SMTP timeout
6500         * src/inc.c
6501                 Remember time of last POP connection
6502         * src/send.c
6503                 Do POP before SMTP only if timeout reached
6504
6505 2002-09-22 [oliver]     0.8.3claws9
6506         
6507         * README.claws
6508                 explain custom toolbar
6509
6510 2002-09-22 [oliver]     0.8.3claws8
6511
6512         * src/prefs_actions.[ch]
6513         custom toolbar for compose      
6514                 actions callback from compose toolbar
6515         * src/folderview.c
6516                 remove include toolbar.h
6517
6518 2002-09-22 [oliver]     0.8.3claws7
6519         
6520         * src/prefs_toolbar.[ch]
6521                 custom toolbar for compose
6522                 - generic prefs_toolbar handles both
6523                   Mainwin's toolbar as well as Compose toolbar          
6524
6525 2002-09-22 [oliver]     0.8.3claws6
6526         
6527         * src/toolbar.[ch]
6528                 custom toolbar for compose
6529                 restructure toolbar.[ch]
6530
6531 2002-09-22 [oliver]     0.8.3claws5
6532
6533         * src/compose.[ch]
6534                 custom toolbar for compose
6535
6536 2002-09-22 [oliver]     0.8.3claws4
6537         
6538         * src/mainwindow.[ch]
6539                 custom toolbar for compose 
6540                 move mainwin toolbar back to mainwindow
6541
6542 2002-09-22 [alfons]     0.8.3claws3
6543
6544         * src/procmsg.c
6545                 :%sno/if(/if (/gc
6546                 :%sno/for(/for (/gc
6547                 (beautify)
6548
6549 2002-09-22 [alfons]     0.8.3claws2
6550         
6551         * src/procmsg.c
6552                 procmsg_save_to_outbox(): don't unlink message file from queue;
6553                 callers should do it using folder_item_remove_msg()
6554
6555 2002-09-22 [colin]      0.8.3claws1
6556
6557         * src/mimeview.[ch]
6558                 Made mimeview_check_signature() public
6559         * src/textview.c
6560                 Made GPG signatures verifiable by clicking
6561                 the [application/pgp-signature] in the Text
6562                 view
6563
6564 2002-09-22 [paul]       0.8.3claws
6565
6566         * po/bg.po
6567           po/en_GB.po
6568           po/es.po
6569           po/it.po
6570           po/pl.po
6571           po/pt_BR.po
6572           po/sr.po
6573                 updated translations, submitted by George Danchev,
6574                 me, Ricardo Mones Lastra, Alessandro Maestri,
6575                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
6576                 and Urke MMI, respectively.     
6577
6578 2002-09-22 [alfons]     0.8.2claws65
6579
6580         * src/procmsg.c
6581         * src/pgptext.c
6582                 no furry valgrinds have been used to plug these memleaks
6583
6584 2002-09-20 [paul]       0.8.2claws64
6585
6586         * sync with 0.8.3cvs4
6587                 'Select thread' re-implemented 
6588                 see ChangeLog 2002-09-20
6589
6590 2002-09-21 [alfons]     0.8.2claws63
6591
6592         * src/compose.c
6593                 compose_send(): plug unnoticed memleak
6594
6595 2002-09-20 [alfons]     0.8.2claws62
6596
6597         * src/addr_compl.c
6598                 replace_address_in_edit(): strict check for NULL address to
6599                 fix "[ 607348 ] Segfault in address completion". My guess is
6600                 that this happens with an empty address book, but it's good
6601                 to have this check here anyway
6602                 
6603                 completion_window_button_press(): free string returned 
6604                 from the internal cache
6605
6606 2002-09-20 [christoph]  0.8.2claws61
6607
6608         * src/procmime.h
6609                 added ENC_BINARY to EncodingType
6610         * src/procmime.c
6611                 the string returned by procmime_get_encoding_str
6612                 should not depend on the order of values in the
6613                 EncodingType definition
6614         * doc-src/rfc1806.txt   ** NEW FILE **
6615                 Added rfc1806 about MIME Content-Disposition
6616                 Extension
6617
6618 2002-09-19 [paul]       0.8.2claws60
6619
6620         * sync with 0.8.2cvs3
6621                 see ChangeLog 2002-09-19
6622
6623 2002-09-19 [paul]       0.8.2claws59
6624
6625         * src/prefs_folder_item.c
6626                 revert to Darko's original alignment of colour
6627                 selector button
6628                 add a colon to folder_color label
6629                 
6630         * src/compose.c
6631                 add Colin's patch (with Hiro's modifications) to 
6632                 force BASE64 encoding for 8-bit text when signing
6633                 (sync with 0.8.3cvs2)
6634
6635 2002-09-18 [alfons]     0.8.2claws58
6636
6637         * src/compose.c
6638                 :%sno/if(/if (/gc
6639                 :%sno/for(/for (/gc
6640                 (beautify a little bit)
6641
6642 2002-09-18 [christoph]  0.8.2claws57
6643
6644         * src/pine.c
6645                 fix handling of fgetc return value
6646
6647 2002-09-17 [alfons]     0.8.2claws56
6648         
6649         * src/summaryview.c
6650                 summary_sort(): check non-NULL summaryview->folder_item when no 
6651                 folder is selected at all
6652                 (closes "[ 610344 ] sort label make syl Crash")
6653
6654 2002-09-17 [alfons]     0.8.2claws55
6655         
6656         * src/compose.c
6657                 beautify a little bit
6658
6659 2002-09-17 [christoph]  0.8.2claws54
6660
6661         * src/folder.c
6662                 initialize max values for cache and folder
6663                 when cache or folder is empty
6664
6665 2002-09-15 [colin]      0.8.2claws53
6666
6667         * src/compose.c
6668                 Fix a leak (thanks Alfons!) and cleaned
6669                 variables names for custom headers
6670
6671 2002-09-15 [colin]      0.8.2claws52
6672
6673         * src/compose.c
6674                 Fix custom headers recognition when
6675                 prefs_common.trans_hdr is on
6676
6677 2002-09-15 [colin]      0.8.2claws51
6678
6679         * src/compose.c
6680                 Allow dynamically-added custom headers
6681                 Yet not reparsed if reedited
6682
6683 2002-09-15 [alfons]     0.8.2claws50
6684
6685         * src/prefs_account.c
6686                 fix warnings
6687
6688 2002-09-15 [colin]      0.8.2claws49
6689         
6690         * src/prefs_account.c
6691                 fix pop_before_smtp sensitivity
6692
6693 2002-09-15 [colin]      0.8.2claws48
6694
6695         * src/inc.[ch]
6696                 add inc_pop_before_smtp()
6697                 allow MainWindow to be undefined in 
6698                 inc_account_mail() and inc_start()
6699         * src/pop.c
6700           src/prefs_account.h
6701                 add STYPE_POP_BEFORE_SMTP session type
6702         * src/prefs_account.c
6703                 activated pop before smtp option
6704         * src/send.c
6705                 do pop before smtp if the relevant option 
6706                 is set
6707
6708 2002-09-15 [paul]       0.8.2claws47
6709
6710         * sync with 0.8.3
6711                 see ChangeLog 2002-09-15
6712
6713 2002-09-14 [paul]       0.8.2claws46
6714
6715         * po/bg.po
6716                 updated Bulgarian translation, submitted by
6717                 George Danchev
6718
6719 2002-09-13 [paul]       0.8.2claws45
6720
6721         * src/compose.c
6722                 merge claws' select_account() with main's
6723                 (new) compose_select_account(). [sync with
6724                 0.8.2cvs15, see ChangeLog 2002-09-11]
6725
6726 2002-09-12 [christoph]  0.8.2claws44
6727
6728         * src/filter.c
6729                 allocate 1 elements of FolderItem not 0
6730
6731 2002-09-12 [colin]      0.8.2claws43
6732
6733         * src/compose.c
6734                 Fix bug #590825 (obey Follow-up: poster)
6735
6736 2002-09-12 [colin]      0.8.2claws42
6737
6738         * src/procmime.c
6739                 Fix bug #557009 (wrong headers for messages 
6740                 forwarded as attachments)
6741
6742 2002-09-11 [colin]      0.8.2claws41
6743         
6744         * src/compose.c
6745                 Put SCF: pseudo-header on top of message
6746                 Set draft tmp_flag when saved as draft
6747
6748         * src/procmsg.c
6749           src/procheader.c
6750                 Skip after first \n\n for beginning of real message
6751                 for drafts too
6752
6753 2002-09-11 [christoph]  0.8.2claws40
6754
6755         * src/filtering.c
6756                 use procmsg flag functions in filtering or processing
6757                 will cause incorrect folder message counts
6758
6759 2002-09-11 [colin]      0.8.2claws39
6760
6761         * src/compose.c
6762                 Fix bug #550175 - wrong save folder when reediting
6763                 drafts
6764
6765 2002-09-11 [paul]       0.8.2claws38
6766
6767         * sync with 0.8.2cvs14
6768                 see ChangeLog 2002-09-11
6769
6770 2002-09-11 [colin]      0.8.2claws37
6771
6772         * src/folder.c
6773                 Fix a typo (seeming to cause new/unread status to
6774                 be lost)
6775
6776 2002-09-10 [christoph]  0.8.2claws36
6777
6778         * src/compose.c
6779                 compose_redirect should not use compose_generic_new
6780                 because that does more stuff than expected including
6781                 opening the external editor
6782                 (closes bug "[ 526608 ] bounced messages appear blank
6783                  in editor")
6784
6785 2002-09-10 [christoph]  0.8.2claws35
6786
6787         * src/folder.c
6788                 fix problem with too large message number range
6789                 causing a crash in folder_item_scan
6790
6791 2002-09-10 [paul]       0.8.2claws34
6792
6793         * sync with 0.8.2cvs13
6794                 see ChangeLog 2002-09-10
6795
6796 2002-09-10 [christoph]  0.8.2claws33
6797
6798         * src/msgcache.c
6799                 set MsgInfo TmpFlags for queue and draft folders
6800                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
6801
6802 2002-09-10 [paul]       0.8.2claws32
6803
6804         * AUTHORS
6805           po/bg.po      ** NEW FILE **
6806                 new Bulgarian translation submitted by
6807                 George Danchev <danchev@spnet.net>
6808                 
6809         * tools/Makefile.am
6810           tools/README
6811           tools/tb2sylpheed     ** NEW FILE **
6812                 add script that converts an addressbook exported
6813                 from The Bat! into a Sylpheed addressbook. Submitted
6814                 by Urke MMI <urke-kg@eunet.yu>
6815
6816 2002-09-10 [paul]       0.8.2claws31
6817
6818         * sync with 0.8.2cvs12
6819                 see ChangeLog 2002-09-10
6820
6821 2002-09-06 [paul]       0.8.2claws30
6822
6823         * src/prefs_common.c
6824                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
6825                 
6826         * tools/Makefile.am
6827           tools/README
6828           tools/ldif-to-xml.py  ** REMOVED **
6829                 remove obsolete python script
6830
6831 2002-09-06 [paul]       0.8.2claws29
6832
6833         * sync with 0.8.2cvs10
6834                 see ChangeLog 2002-09-06
6835
6836 2002-09-04 [paul]       0.8.2claws28
6837
6838         * sync with 0.8.2cvs9
6839                 see ChangeLog 2002-08-04
6840
6841 2002-09-04 [colin]      0.8.2claws27 
6842
6843         * src/prefs_common.[ch]
6844                 Added signature color configuration
6845         * src/textview.c
6846                 Use user-specified signature color
6847
6848 2002-09-03 [colin]      0.8.2claws26
6849
6850         * src/prefs_common.[ch]
6851                 Added autosave and autosave_length prefs
6852         * src/compose.c
6853                 Added compose_remove_draft()
6854                 Auto-save drafts according to the prefs
6855         * src/main.c
6856                 Added a crash-indicator file, allowing to check
6857                 for new messages on startup if Sylpheed crashed
6858                 (makes saved drafts "reappear")
6859
6860 2002-09-03 [colin]      0.8.2claws25
6861
6862         * src/textview.[ch]
6863                 Grey the signature
6864
6865 2002-09-03 [paul]       0.8.2claws24
6866
6867         * sync with 0.8.2cvs8
6868                 see ChangeLog 2002-09-02 and 2002-09-03
6869
6870 2002-09-03 [darko]      0.8.2claws23
6871
6872         * src/folderview.c
6873                 use normal style when creating new folder to pick
6874                 proper font size 
6875
6876 2002-09-02 [melvin]     0.8.2claws22
6877
6878         * src/gtkaspell.m4
6879                 removed some obsolete code
6880
6881 2002-09-02 [melvin]     0.8.2claws21
6882
6883         * ac/aspell.m4
6884                 fixed test's equality sign (== to =)
6885
6886 2002-09-02 [alfons]     0.8.2claws20
6887
6888         * src/folder.c
6889         * src/mh.c
6890                 revert change of 0.8.2claws16 and use the mh_folder_destroy
6891                 as folder->destroy virtual as suggested by Hiro
6892                 (the mh.c code seems to have been lost around mh.c.1.21)
6893
6894 2002-09-02 [paul]       0.8.2claws19
6895
6896         * po/pt_BR.po
6897                 updated by Fabio Jr. Beneditto
6898                 
6899         * src/defs.h
6900                 use 'http://claws.sylpheed.org' for homepage link. 
6901                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
6902
6903 2002-09-01 [alfons]     0.8.2claws18
6904
6905         * src/mh.c
6906                 plug memleak related to one Martin Kluge found
6907
6908 2002-08-31 [paul]       0.8.2claws17
6909
6910         * sync with 0.8.2cvs6
6911                 see ChangeLog 2002-08-30
6912
6913 2002-08-31 [alfons]     0.8.2claws16
6914
6915         * src/folder.c
6916                 folder_destroy(): remove mailbox from folderlist even if it has
6917                 no destroy virtual
6918
6919 2002-08-31 [alfons]     0.8.2claws15
6920
6921         * src/folder.c
6922                 :%sno/if(/if (/gc
6923                 :%sno/for(/for (/gc
6924                 (being pedantic I know)
6925
6926 2002-08-31 [alfons]     0.8.2claws14
6927
6928         * src/folder.c
6929                 check for NULL pointers returned from folder->fetch_msginfo virtual
6930                 (should solve some reported crashes)
6931
6932 2002-08-30 [alfons]     0.8.2claws13
6933
6934         * acconfig.h
6935         * configure.in
6936         * src/crash.c
6937                 enable crash dialog on compilation time
6938                 (--enable-crash-dialog configure option)
6939
6940 2002-08-30 [alfons]     0.8.2claws12
6941
6942         * AUTHORS
6943                 add Martin Kluge
6944         * src/mh.c
6945                 apply memory leak plug patch by Martin Kluge
6946                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6947                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6948                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6949
6950 2002-08-30 [darko]      0.8.2claws11
6951
6952         * src/folderview.c
6953                 copy Gtk style from normal style to match
6954                 font size for coloured folders
6955
6956 2002-08-29 [alfons]     0.8.2claws10
6957
6958         * sylpheed.desktop
6959                 Type=Internet <- Type=Application
6960                 (reported by Michael Schwendt, see:
6961                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6962                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6963
6964 2002-08-29 [paul]       0.8.2claws9
6965
6966         * sync with 0.8.2cvs5
6967                 see ChangeLog 2002-08-29
6968
6969 2002-08-29 [colin]      0.8.2claws8
6970
6971         * src/summaryview.c
6972                 Added a sanity check in summary_select_thread
6973                 Should fix bug 601605
6974
6975 2002-08-29 [colin]      0.8.2claws7
6976
6977         * src/main.c
6978                 Revert claws6 changes regarding bug #591676
6979
6980 2002-08-28 [colin]      0.8.2claws6
6981         
6982         * src/main.c
6983                 Ignore cache for queue folderitems
6984                 Fix bug #591676
6985
6986 2002-08-28 [melvin]     0.8.2claws5
6987
6988         * README.claws
6989                 Fixed typos.
6990
6991 2002-08-28 [melvin]     0.8.2claws4
6992
6993         * README.claws
6994                 Updated a bit the text concerning the spell checker
6995
6996 2002-08-28 [melvin]     0.8.2claws3
6997
6998         Merged the GNU_aspell_branch:
6999                 Support of new GNU/aspell is now included and the old pspell
7000                 is not supported anymore.
7001                 See README.claws
7002
7003         * README.claws
7004                 Updated spell checker text to reflect the switch to GNU/aspell
7005
7006         * ac/aspell.m4          *** NEW ***
7007         * src/gtkaspell.[ch]    *** NEW *** 
7008         * ac/pspell.m4          *** DELETED *** 
7009         * src/gtkspell.[ch]     *** DELETED ***
7010
7011         * ac/Makefile.am
7012                 Updated for GNU/aspell support
7013
7014         * po/POTFILES.in
7015                 Replaced gtkspell.c by gtkaspell.c
7016
7017         * acconfig.h
7018         * src/Makefile.am
7019         * src/about.c
7020         * src/compose.[ch]
7021         * src/crash.c
7022         * src/main.c
7023         * src/prefs_common.[ch]
7024                 Updated for GNU/aspell support
7025
7026 2002-08-28 [paul]       0.8.2claws2
7027
7028         * sync with 0.8.2cvs4
7029                 see ChangeLog 2002-08-27 and 2002-08-28
7030
7031 2002-08-28 [colin]      0.8.2claws1
7032
7033         * src/summary_search.c
7034                 Added "AND search"
7035
7036 2002-08-28 [jens]       0.8.2claws
7037
7038         *po/de.po
7039                 Updated German translations
7040
7041 2002-08-27 [melvin]     0.8.2claws
7042
7043         * po/fr.po
7044                 Updated French translations
7045
7046 2002-08-27 [paul]       0.8.2claws
7047
7048         * sync with 0.8.2 main release
7049
7050         * po/en_GB.po
7051           po/es.po
7052           po/it.po
7053           po/pl.po
7054           po/pt_BR.po
7055           po/sr.po
7056                 updated message catalogs submitted by
7057                 Ricardo Mones Lastra, Alessandro Maestri,
7058                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
7059                 Beneditto and Urke MMI  
7060
7061 2002-08-27 [hoa]        0.8.1claws123
7062
7063         * src/mainwindow.[ch]
7064         * src/summaryview.[ch]
7065                 removed the "filter setting" menu option.
7066                 add a "cancel a news message" menu option.
7067
7068 2002-08-26 [martin]     0.8.1claws122
7069
7070         * ChangeLog.claws
7071                 changed string under 0.8.1claws79 changed by myself
7072                 i'm sorry alfons :(
7073
7074 2002-08-26 [martin]     0.8.1claws121
7075
7076         * src/crash.c
7077                 added kill command to debuggerrc to start crash dialog
7078
7079 2002-08-26 [paul]       0.8.1claws120
7080
7081         * sync with 0.8.1cvs31
7082                 see ChangeLog 2002-08-26
7083
7084 2002-08-25 [alfons]     0.8.1claws119
7085
7086         * src/procmsg.c
7087                 fix bug that didn't send out correct headers to news server
7088                 when sending news article and email from queue (bug reported
7089                 and patch provided by Tim Mann; closes bug 
7090                 "[ 583196 ] 0.7.8claws can't post news")
7091
7092 2002-08-25 [alfons]     0.8.1claws118
7093
7094         * src/selective_download.c
7095                 mark two strings as translatable
7096                 (thanks to Urke MMI for pointing this out)
7097
7098 2002-08-25 [alfons]     0.8.1claws117
7099
7100         * src/summaryview.c
7101                 treat sent boxes as special and allow sorting them by addressee
7102                 (closes "[ 589418 ] Sent folder sorting misbehavior"
7103                 submitted by Steve Lamb)
7104
7105 2002-08-24 [alfons]     0.8.1claws116
7106
7107         * src/matcher.c
7108                 fix memleak reported by Martin Kluge
7109                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
7110
7111 2002-08-24 [oliver]     0.8.1claws115
7112
7113         * src/prefs_toolbar.c
7114                 o code cleanup as suggested by Alfons
7115                 o memleak fix
7116
7117 2002-08-24 [alfons]     0.8.1claws114
7118
7119         * src/summaryview.c
7120                 o fix another memory leak reported by Martin Kluge
7121                   (see "[ 599568 ] Small Memory Leak")
7122                 o remove 'from' variable from 'summary_set_header()'; we can
7123                   do with just 'to' 
7124
7125 2002-08-24 [paul]       0.8.1claws113
7126
7127         * sync with 0.8.1cvs30
7128                 see ChangeLog 2002-08-23
7129
7130 2002-08-24 [alfons]     0.8.1claws112
7131
7132         * src/summaryview.c
7133                 remove unnecessary allocations for search bar fixing leaks
7134                 reported by Martin Kluge
7135                 (see "[ 599451 ] Further memory leaks?")
7136
7137 2002-08-24 [alfons]     0.8.1claws111
7138
7139         * src/main.c
7140                 make get_socket_name() public for crash.c
7141         * src/crash.c
7142                 o make report bug button work (goes to claws' 
7143                   bug tracker at sf.net)
7144                 o introduce function for doing important stuff just
7145                   before claws goes down
7146                 o clean up code 
7147
7148 2002-08-24 [alfons]     0.8.1claws110
7149
7150         * src/compose.c
7151                 move cursor to "To" entry when forwarding as attachment
7152                 (reported and solved by Steve Lamb, closes bug report
7153                 "[ 592880 ] Forward as attachment; cursor not in to")
7154
7155 2002-08-24 [colin]      0.8.1claws109
7156
7157         * src/mainwindow.c
7158                 fix quick search visibility after GUI (de)separations.
7159
7160 2002-08-23 [colin]      0.8.1claws108
7161
7162         * src/mainwindow.c
7163                 fix header pane visibility after folderview or
7164                 messageview (de)separation
7165
7166 2002-08-23 [paul]       0.8.1claws107
7167
7168         * src/mainwindow.[ch]
7169           src/toolbar.c
7170                 give full control of display or non-display 
7171                 of the Execute icon to Custom toolbar settings.
7172                 add new sensitivity condition to maninwindow.h: 
7173                 M_DELAY_EXEC
7174
7175         * ChangeLog
7176           ChangeLog.jp
7177           NEWS
7178                 more sync with 0.8.1cvs29
7179
7180 2002-08-23 [melvin]     0.8.1claws106
7181
7182         * src/alertpanel.c
7183                 Readded support for custom widget in alertpanel lost in last
7184                 sync.
7185
7186 2002-08-23 [paul]       0.8.1claws105
7187
7188         * sync with 0.8.1cvs29
7189                 see ChangeLog 2002-08-23
7190
7191 2002-08-23 [colin]      0.8.1claws104
7192
7193         * src/summaryview.c
7194                 Fix folder and search pixmaps exchanging positions
7195                 after theme or toolbar changes. Thank to Oliver for 
7196                 reporting this.
7197
7198 2002-08-23 [colin]      0.8.1claws103
7199
7200         * src/mainwindow.c
7201           src/messageview.[ch]
7202           src/noticeview.[ch]
7203           src/summaryview.c
7204                 Changed messageview_create() and noticeview_create()
7205                 to avoid the last gdk_warning
7206
7207 2002-08-22 [colin]      0.8.1claws102
7208
7209         * src/summaryview.c
7210                 Fix my new `Creating pixmap from xpm' warning
7211
7212 2002-08-22 [colin]      0.8.1claws101
7213
7214         * src/mainwindow.c
7215                 Fix some of the gdk warnings
7216
7217 2002-08-22 [colin]      0.8.1claws100
7218
7219         * src/Makefile.am
7220         * src/stock_pixmap.c
7221         * src/stock_pixmap.h
7222         * src/pixmaps/quicksearch.xpm *ADDED*
7223                 Add the quicksearch pixmap
7224         * src/mainwindow.c
7225         * src/summaryview.c
7226         * src/summaryview.h
7227                 Make quicksearch bar visible/hidden via a button
7228
7229 2002-08-22 [christoph]  0.8.1claws99
7230
7231         * src/folder.c
7232                 fix folder update for newsgroups with message
7233                 numbers below minimum number of articles to fetch
7234                 (closes bug #598445)
7235
7236 2002-08-22 [paul]       0.8.1claws98
7237
7238         * sync with 0.8.1cvs28
7239                 see ChangeLog 2002-08-22
7240
7241 2002-08-21 [alfons]     0.8.1claws97
7242
7243         * src/crash.c
7244                 use bt instead of bt full which seems to work 
7245                 better, and bt full doesn't give a great deal 
7246                 of information anyway
7247
7248 2002-08-21 [colin]      0.8.1claws96
7249
7250         * src/summaryview.c
7251                 fix summaryview_searchtype_changed prototype
7252
7253 2002-08-21 [christoph]  0.8.1claws95
7254
7255         * src/mainwindow.c
7256                 o fix broken menu update for sorting type, we have to
7257                   get this info from the summaryview now
7258                 o removed setting of threaded state in menu callback
7259         * src/summaryview.[ch]
7260                 more summaryview/folderitem seperation for
7261                 threading option
7262         * configure.in
7263                 removed not required --with-compiler-flags option
7264
7265 2002-08-21 [oliver]     0.8.1claws94
7266         
7267         * src/toolbar.h 
7268                 o rename toolbar.xml to toolbar_main.xml
7269                   since toolbar_compose.xml might come up 
7270                   any time soon
7271         * README.claws
7272                 add custom toolbar              
7273
7274 2002-08-21 [darko]      0.8.1claws93
7275
7276         * src/procmsg.c
7277                 don't reset tmp flags for messages copied
7278                 to sent folder
7279
7280 2002-08-21 [colin]      0.8.1claws92
7281         
7282         * src/prefs_filtering.c
7283                 fix renaming rules on folder rename 
7284                 when folder is not a leaf folder
7285
7286 2002-08-21 [paul]       0.8.1claws91
7287
7288         * src/prefs_folder_item.c
7289                 fix alignment of colour selector
7290
7291 2002-08-21 [paul]       0.8.1claws90
7292
7293         * sync with 0.8.1cvs27
7294                 see ChangeLog 2002-08-21
7295
7296 2002-08-21 [paul]       0.8.1claws89
7297
7298         * src/summaryview.c
7299                 fix crash when changing field type in
7300                 Quick search bar
7301
7302 2002-08-21 [colin]      0.8.1claws88
7303
7304         * src/summaryview.c
7305                 Made quick search case-insensitive
7306
7307 2002-08-21 [paul]       0.8.1claws87
7308
7309         * sync with 0.8.1cvs26
7310                 see ChangeLog 2002-08-21
7311
7312 2002-08-20 [christoph]  0.8.1claws86
7313
7314         * src/folderview.c
7315         * src/main.c
7316         * src/summaryview.[ch]
7317                 more summaryview/folderitem seperation for
7318                 sort_key and sort_type
7319         * src/procmsg.c
7320                 added missing return statement
7321
7322 2002-08-20 [colin]      0.8.1claws85
7323
7324         * src/summaryview.[ch]
7325                 Added a quick search box
7326         * src/mainwindow.c
7327         * src/prefs_common.[ch]
7328                 Added a show/hide option for the quick search
7329
7330 2002-08-20 [oliver]     0.8.1claws84
7331         
7332         * src/mainwindow.c
7333                 remove toolbar_create_popups
7334         * src/toolbar.[ch]
7335                 o remove toolbar_create_popups
7336                 o fix toolbar_set_sensitive 
7337                   (Bug reports #596834 and #596832)     
7338         * src/prefs_toolbar.c
7339                 o add "Set default" button
7340                 o align label and text + combo widgets
7341
7342 2002-08-20 [hoa]        0.8.1claws83bis
7343
7344         * src/imap.c
7345                 fixed a bug in imap_fetch_msginfo() in case there is no
7346                 current folder.
7347
7348 2002-08-20 [darko]      0.8.1claws83
7349
7350         * src/folderview.c
7351                 copy the color style of folder view so it
7352                 works with GTK themes
7353
7354 2002-08-20 [darko]      0.8.1claws82
7355
7356         * src/folder.h
7357         * src/folderview.c
7358         * src/prefs_folder_item.[hc]
7359                 don't use UI stuff in folder.h
7360
7361 2002-08-20 [darko]      0.8.1claws81
7362
7363         * src/folder.h
7364         * src/prefs_folder_item.h
7365         * src/folderview.c
7366         * src/prefs_folder_item.c
7367                 ability to set folder color in folderview
7368
7369 2002-08-19 [alfons]     0.8.1claws80
7370
7371         * src/summaryview.c
7372                 fix one of the earlier memleaks reported by Martin Kluge
7373
7374 2002-08-19 [alfons]     0.8.1claws79
7375
7376         * src/mainwindow.c
7377                 hide notice view when selecting seperate folder
7378                 view (reported by Urke MMI)
7379
7380 2002-08-19 [christoph]  0.8.1claws78
7381
7382         * src/folderview.c
7383         * src/prefs_folder_item.h
7384         * src/summaryview.[ch]
7385                 o add summary_set_prefs_from_folderitem to set
7386                   summaryview prefs (first step to remove all
7387                   references to the folderitem in summaryview)
7388                 o moved compiled regex stuff from folderitem prefs
7389                   to summaryview code
7390
7391 2002-08-19 [paul]       0.8.1claws77
7392
7393         * src/compose.c
7394                 add check for '.' to QUOTE_IF_REQUIRED
7395
7396 2002-08-19 [paul]       0.8.1claws76
7397
7398         * src/inc.c
7399                 sync with 0.8.1cvs25 (plug memory leak)
7400
7401         * src/prefs_toolbar.c
7402                 re-order prefs_toolbar_cancel()
7403
7404 2002-08-18 [alfons]     0.8.1claws75
7405
7406         * src/inc.c
7407         * src/matcher.c
7408                 plug other memleaks reported by Martin Kluge
7409
7410 2002-08-18 [paul]       0.8.1claws74
7411
7412         * po/pt_BR.po
7413                 updated by Fabio Jr. Beneditto
7414
7415 2002-08-18 [paul]       0.8.1claws73
7416
7417         * src/toolbar.[ch]
7418                 fix bug where tooltips were displayed untranslated              
7419
7420         * src/prefs_toolbar.c
7421                 fix bug where clicking 'Cancel' creates an icon & text
7422                 toolbar regardless of prefs
7423         
7424
7425 2002-08-17 [oliver]     0.8.1claws72
7426
7427         * src/prefs_toolbar.c
7428                 update toolbar on CANCEL
7429                 bug reported by Martin Kluge
7430         * src/toolbar.c
7431                 toolbar_destroy memleak fixed           
7432
7433 2002-08-17 [alfons]     0.8.1claws71
7434
7435         * src/toolbar.c
7436                 plug another memleak reported by Martin Kluge
7437
7438 2002-08-16 [alfons]     0.8.1claws70
7439
7440         * src/crash.c
7441                 use execvp() correctly (suggested by wwp; thanks!)
7442
7443 2002-08-16 [alfons]     0.8.1claws69
7444
7445         * src/gtksctree.c
7446                 plug memory leak reported by Kim Schultz & Martin Kluge
7447
7448 2002-08-16 [paul]       0.8.1claws68
7449
7450         * po/es.po
7451                 updated by Ricardo Mones Lastra
7452
7453 2002-08-16 [paul]       0.8.1claws67
7454
7455         * src/toolbar.h
7456                 fix bug where 'Compose News' icon showed wrong
7457                 tooltip
7458
7459 2002-08-16 [paul]       0.8.1claws66
7460
7461         * sync with 0.8.1cvs24
7462                 see ChangeLog 2002-08-16
7463
7464         * po/it.po
7465                 updated by Alessandro Maestri
7466
7467 2002-08-15 [paul]       0.8.1claws65
7468
7469         * po/sr.po
7470                 updated by Urke MMI
7471
7472 2002-08-15 [paul]       0.8.1claws64
7473
7474         * src/*.c
7475                 don't translate debug info
7476
7477         * src/matcher.[ch]
7478                 add copyright info
7479
7480 2002-08-15 [paul]       0.8.1claws63
7481
7482         * src/prefs_toolbar.c
7483                 fix bug where clicking 'OK' creates an icon & text
7484                 toolbar regardless of prefs
7485
7486 2002-08-14 [alfons]     0.8.1claws62
7487
7488         * src/main.c
7489                 add global var that has the full argv[0]
7490         * src/crash.c
7491                 o execvp the correct sylpheed by using argv0
7492                   and setting the correct work dir
7493                 o other tweaks  
7494
7495 2002-08-14 [oliver]     0.8.1claws61
7496         
7497         * enable/disable Toolbar Action Buttons 
7498         * code cleanups
7499         * src/mainwindow.c
7500         * src/toolbar.[ch]      
7501         * src/prefs_toolbar.c   
7502
7503 2002-08-14 [melvin]     0.8.1claws60
7504
7505         * po/fr.po
7506                 Updated French translations
7507
7508 2002-08-14 [melvin]     0.8.1claws59
7509
7510         * src/crash.c
7511                 Made bug report not translatable
7512         * src/exporthtml.c
7513                 Fixed exporthtml_build_filespec() return value
7514         * src/foldersel.c
7515                 Fixed incorrect include file
7516         * src/gtkspell.c
7517         * src/prefs_actions.c
7518         * src/prefs_toolbar.c
7519                 Made debug info not translatable
7520         * src/mutt.c
7521         * src/quote_fmt.c
7522                 Added missing includes
7523         * src/prefs_common.c
7524                 Fixed typo
7525
7526 2002-08-14 [paul]       0.8.1claws58
7527
7528         * faq/es/sylpheed-faq.html
7529           faq/es/sylpheed-faq-[1-3].html
7530           faq/es/sylpheed-faq-4.html     **NEW FILE **
7531                 update Spanish FAQ
7532
7533 2002-08-13 [christoph]  0.8.1claws57
7534
7535         * src/procmsg.c
7536                 ignore thread fix that did not mark all
7537                 child nodes of a ignored thread as
7538                 ignored. Does not work perfectly yet,
7539                 but it is better now
7540
7541 2002-08-13 [alfons]     0.8.1claws56
7542
7543         * src/crash.c
7544                 o implement 'save crash log'
7545                 o some tweaks
7546
7547 2002-08-13 [melvin]     0.8.1claws55
7548
7549         * src/main.c
7550                 removed unrequired "execinfo.h" header
7551
7552 2002-08-12 [paul]       0.8.1claws54
7553
7554         * faq/en/sylpheed-faq.html
7555           faq/en/sylpheed-faq-[1-3].html
7556           faq/en/sylpheed-faq-4.html     **NEW FILE **
7557                 update English FAQ
7558
7559 2002-08-12 [alfons]     0.8.1claws53
7560
7561         * po/POTFILES.in
7562                 add crash.c to translatables
7563         * src/crash.c
7564                 bring in Leandro's crash dialog
7565
7566 2002-08-11 [alfons]     0.8.1claws52
7567
7568         * src/crash.c
7569                 clean up some warnings
7570
7571 2002-08-11 [alfons]     0.8.1claws51
7572
7573         * acconfig.h
7574         * configure.in
7575         * src/crash.[ch]        ** NEW FILES **
7576         * src/main.c            
7577                 initial gdb crash handler
7578
7579 2002-08-11 [paul]       0.8.1claws50
7580
7581         * src/prefs_toolbar.c
7582                 replace Up/Down arrow pixmaps with text to be
7583                 consistent across icon themes
7584
7585 2002-08-11 [paul]       0.8.1claws49
7586
7587         * src/prefs_common.c
7588           src/prefs_toolbar.c
7589                 rename 'Pixmap' -> 'Icon'
7590
7591         * src/toolbar.[ch]
7592                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
7593
7594 2002-08-10 [paul]       0.8.1claws48
7595
7596         * src/prefs_toolbar.c
7597                 re-work the UI
7598
7599 2002-08-10 [paul]       0.8.1claws47
7600
7601         * src/main.c
7602                 don't write Processing progress to status bar
7603                 patch submitted by Alexander Evseev
7604
7605         * src/prefs_toolbar.c
7606                 re-position and resize window
7607                 make window assume correct size on first call
7608
7609 2002-08-10 [paul]       0.8.1claws46
7610
7611         * src/mainwindow.c
7612           src/prefs_toolbar.c
7613           src/toolbar.c
7614           src/toolbar.h
7615                 obey coding style
7616                 follow UI text conventions
7617
7618 2002-08-10 [alfons]     0.8.1claws45
7619
7620         * src/toolbar.c
7621                 correct pixmap for delete action
7622
7623 2002-08-10 [paul]       0.8.1claws44
7624
7625         * po/pt_BR.po
7626                 updated by Fabio Jr. Beneditto
7627
7628 2002-08-10 [paul]       0.8.1claws43
7629
7630         * po/POTFILES.in
7631                 add custom toolbar files
7632
7633 2002-08-10 [paul]       0.8.1claws42
7634
7635         * sync with 0.8.1cvs22
7636                 see ChangeLog 2002-08-09
7637
7638 2002-08-09 [paul]       0.8.1claws41
7639
7640         * tools/Makefile.am
7641           tools/README
7642           tools/outlook2sylpheed.pl     ** NEW FILE **
7643                 add script to convert exported Outlook
7644                 contacts list to a Sylpheed addressbook.
7645                 Submitted by Ricardo Mones Lastra.
7646
7647 2002-08-09 [paul]       0.8.1claws40
7648
7649         * AUTHORS
7650           configure.in
7651           po/sr.po      ** NEW FILE **
7652                 add Serbian message catalog. Submitted by
7653                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
7654
7655 2002-08-09 [paul]       0.8.1claws39
7656
7657         * sync with 0.8.1cvs21
7658                 see ChangeLog 2002-08-08
7659
7660 2002-08-08 [oliver]     0.8.1claws38
7661
7662         * src/mainwindow.c
7663                 move Custom Toolbar to Configuration menu
7664
7665 2002-08-08 [oliver]     0.8.1claws37
7666
7667         * src/prefs_toolbar.c
7668                 fix substitute pixmap bug
7669
7670 2002-08-08 [paul]       0.8.1claws36
7671
7672         * sync with 0.8.1cvs19
7673                 see ChangeLog 2002-08-08
7674
7675 2002-08-07 [christoph]  0.8.1claws35
7676
7677         * src/utils.c
7678                 fixed a memory leak in new canonicalize_file_replace
7679
7680 2002-08-07 [christoph]  0.8.1claws34
7681
7682         * src/utils.[ch]
7683                 o canonicalize_file_replace should create the temporary
7684                   file in the same directory as the original file.
7685                 o added get_tmpfile_in_dir that creates a temorary file
7686                   in a specified directory.
7687
7688 2002-08-07 [melvin]     0.8.1claws33
7689
7690         * src/toolbar.c
7691                 fixed bug where 'Article' button acted as 'Email' button.
7692
7693 2002-08-07 [paul]       0.8.1claws32
7694
7695         * sync with 0.8.1.cvs17
7696                 see ChangeLog 2002-08-07
7697
7698 2002-08-07 [colin]      0.8.1claws31
7699         
7700         * src/news.c
7701                 fix mass-cancel problem
7702
7703 2002-08-07 [thorsten]   0.8.1claws30
7704
7705         * src/prefs_toolbar.c
7706                 fix: crash on replace or add new button
7707         * src/toolbar.c
7708                 fix: close xmlfile after reading
7709         * src/utils.c
7710                 fix: unlink() file before rename()
7711
7712 2002-08-06 [paul]       0.8.1claws29
7713
7714         * sync with 0.8.cvs15
7715                 see ChangeLog 2002-08-06
7716
7717 2002-08-06 [oliver]     0.8.1claws28
7718
7719         * src/toolbar.c
7720         * src/prefs_toolbar.c
7721                 fixed empty toolbar issue
7722
7723 2002-08-06 [oliver]     0.8.1claws27
7724
7725         * Custom Toolbar Final 
7726         * src/folderview.c
7727         * src/inc.c
7728         * src/summaryview.c
7729                 o toolbar stuff now lives in src/toolbar.[ch]
7730                 o main_window_toolbar_* functions are renamed to
7731                   toolbar_* reflecting their new source file
7732         * src/mainwindow.[ch]
7733                 o remove toolbar stuff  
7734
7735 2002-08-06 [oliver]     0.8.1claws26
7736         
7737         * src/Makefile.am
7738         * src/prefs_toolbar.[ch]        **New File**
7739         * src/toolbar.[ch]              **New File**
7740                 o prefs_toolbar.[ch] custom toolbar frontend
7741                 o toolbar.[ch]       backend 
7742
7743 2002-08-06 [oliver]     0.8.1claws25
7744
7745         * src/prefs_actions.[ch]
7746                 o new exported function actions_execute
7747
7748 2002-08-06 [paul]       0.8.1claws24
7749
7750         * sync with 0.8.1cvs4
7751                 see ChangeLog 2002-08-06
7752
7753 2002-08-06 [paul]       0.8.1claws23
7754
7755         * sync with 0.8.1cvs13
7756                 see ChangeLog 2002-08-06
7757
7758 2002-08-06 [paul]       0.8.1claws22
7759
7760         * sync with 0.8.1cvs12
7761                 see ChangeLog 2002-08-05 and 2002-08-06
7762
7763 2002-08-06 [match]      0.8.1claws21
7764
7765         * src/addrclip.c
7766                 improvements to cut/copy/paste address
7767
7768 2002-08-05 [match]      0.8.1claws20
7769
7770         * src/addritem.[ch]
7771         * src/addrcache.c
7772         * src/addrbook.c
7773         * src/editaddress.c
7774         * src/addressbook.c
7775                 fixes to improve cut/copy/paste
7776
7777 2002-08-06 [melvin]     0.8.1claws19
7778
7779         * src/account.[ch]
7780                 account_find_all_from_address(): new function that returns the
7781                 list of all accounts that are matched in an address.
7782         * src/alertpanel.[ch]
7783                 alertpanel() now accepts a custom widget
7784                 alertpanel_with_widget(): new function that pops up a panel with
7785                 a custom widget in it 
7786         * src/gtkutils.[ch]
7787                 gtkut_account_menu_new(): new function that allows the selection
7788                 of an account from a list of accounts.
7789         * src/messageview.c
7790                 Extended Return Receipt notification to select the correct 
7791                 account and to make a security test on the Delivery-Notification
7792                 address which should be the same as the Return-Path.
7793
7794 2002-08-06 [thorsten]   0.8.1claws18
7795
7796         * src/mimeview.c
7797                 attach_all: save unnamed as "noname.%d",
7798                 dont free static dirname
7799
7800 2002-08-05 [alfons]     0.8.1claws17
7801
7802         * configure.in
7803                 detect XIM by trying to link rather than compile a XIM program
7804
7805 2002-08-05 [oliver]     0.8.1claws16
7806                 
7807         * src/stock_pixmap.[ch]
7808                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
7809                 o new func to retrieve pixmaps
7810
7811 2002-08-05 [paul]       0.8.1claws15
7812
7813         * sync with 0.8.1cvs10
7814                 see ChangeLog 2002-08-05
7815
7816 2002-08-04 [alfons]     0.8.1claws14
7817
7818         * src/textview.c
7819                 see if this plugs memleak
7820
7821 2002-08-04 [melvin]     0.8.1claws13
7822
7823         * src/gtkspell.c
7824                 fixed bug that could crash Sylpheed when highlighting
7825                 all misspelled words.
7826
7827 2002-08-03 [melvin]     0.8.1claws12
7828
7829         * src/prefs_actions.c
7830                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
7831         * src/messageview.c
7832                 fixed bug where the Return Receipt was sent to
7833                 Delivery-Notification-To address even if it was not present
7834
7835 2002-08-02 [alfons]     0.8.1claws11
7836
7837         * src/prefs_actions.c
7838                 o more check for NULLs
7839                 o put create_io_dialog() in right conditional block
7840
7841 2002-08-02 [paul]       0.8.1claws10
7842
7843         * po/es.po
7844                 updated by Ricardo Mones Lastra
7845
7846 2002-08-01 [christoph]  0.8.1claws9
7847
7848         * src/folder.c
7849                 don't free the cache of the opened
7850                 folder in the summaryview
7851         * src/summaryview.c
7852                 don't unset flags, if it is not required
7853
7854 2002-08-01 [paul]       0.8.1claws8
7855
7856         * sync with 0.8.1cvs8
7857                 see ChangeLog entry 2002-08-01
7858
7859 2002-08-01 [paul]       0.8.1claws7
7860
7861         * sync with 0.8.1cvs7
7862                 see ChangeLog 2002-07-31 and 2002-08-01
7863
7864 2002-07-31 [christoph]  0.8.1claws6
7865
7866         * src/mainwindow.c
7867                 forgot to update menu sensitivity
7868                 function for new menu entry
7869
7870 2002-07-31 [alfons]     0.8.1claws5
7871
7872         * src/main.c
7873                 check folder item and its path for NULL on
7874                 initial processing
7875
7876 2002-07-31 [christoph]  0.8.1claws4
7877
7878         * src/folder.c
7879                 check if folder_item_get_msginfo in
7880                 folder_item_remove_msg returned NULL
7881         * src/imap.c
7882                 better clear the uid cache in the
7883                 uid validity check function and delete
7884                 cached messages
7885
7886 2002-07-31 [paul]       0.8.1claws3
7887
7888         * man/sylpheed.1
7889                 add the '--attach' option and a few other
7890                 minor changes
7891
7892 2002-07-31 [paul]       0.8.1claws2
7893
7894         * sync with 0.8.1cvs5
7895                 see ChangeLog 2002-07-31
7896
7897 2002-07-31 [christoph]  0.8.1claws1
7898
7899         * src/folderview.[ch]
7900         * src/mainwindow.c
7901                 replace "Rescan all folders..." with
7902                 "Check all folders for new messages..."
7903
7904 2002-07-30 [paul]       0.8.1claws
7905
7906         * version 0.8.1claws released
7907
7908 2002-07-30 [paul]       0.8.0claws29
7909
7910         * tools/OOo2sylpheed.pl ** NEW FILE **
7911           tools/README
7912                 add script to enable sending documents as
7913                 attachments from OpenOffice.org
7914
7915 2002-07-30 [melvin]     0.8.0claws28
7916
7917         * src/prefs_actions.c
7918                 Made the actions' input/output dialog display
7919                 without delay.
7920
7921 2002-07-30 [christoph]  0.8.0claws27
7922
7923         * src/procmsg.c
7924                 check if folder_item_get_msginfo in
7925                 procmsg_save_to_outbox returned NULL
7926
7927 2002-07-30 [paul]       0.8.0claws26
7928
7929         * sync with 0.8.1cvs4
7930                 see ChangeLog 2002-07-29
7931
7932 2002-07-29 [thorsten]   0.8.0claws25
7933
7934         * README.claws
7935                 added selective download, delete on server
7936
7937 2002-07-29 [paul]       0.8.0claws24
7938
7939         * sync with 0.8.1cvs3
7940                 see ChangeLog 2002-07-29
7941
7942 2002-07-27 [christoph]  0.8.0claws23
7943
7944         * src/folder.c
7945                 add extra check if fetching the msginfo
7946                 returned NULL
7947
7948 2002-07-27 [paul]       0.8.0claws22
7949
7950         * sync with 0.8.1cvs2
7951                 see ChangeLog 2002-07-26
7952
7953 2002-07-27 [christoph]  0.8.0claws21
7954
7955         * src/imap.c
7956                 add another check if a valid msginfo
7957                 was returned
7958
7959 2002-07-26 [hoa]        0.8.0claws20
7960
7961         * src/folder.c
7962                 Fixed a condition in folder_item_destroy()
7963
7964         * src/imap.c
7965                 Fixed an error in IMAP protocol
7966
7967 2002-07-26 [alfons]     0.8.0claws19
7968
7969         * src/folder.c
7970                 ofcourse compare with identifier, not the path
7971
7972 2002-07-26 [alfons]     0.8.0claws18
7973
7974         * src/folder.c
7975                 use folder item identifier for saving / restoring
7976                 preferences because folder->path might not be unique
7977
7978 2002-07-26 [melvin]     0.8.0claws17
7979
7980         * src/logwindow.c
7981                 Fixed a crash introduced in 0.8.0claws5 when log is 
7982                 cut under 80 characters.
7983
7984 2002-07-26 [paul]       0.8.0claws16
7985
7986         * sync with 0.8.1cvs1
7987                 see ChangeLog 2002-07-26
7988
7989 2002-07-26 [christoph]  0.8.0claws15
7990
7991         * src/imap.[ch]
7992                 imap folder now remembers the last selected
7993                 folder and imap_fetch_msginfo skips selecting
7994                 the folder if it is already selected
7995
7996 2002-07-26 [christoph]  0.8.0claws14
7997
7998         * src/folder.c
7999         * src/folderview.c
8000         * src/imap.c
8001                 fix imap folder rescanning
8002
8003 2002-07-25 [christoph]  0.8.0claws13
8004
8005         * src/filter.c
8006         * src/folder.[ch]
8007         * src/folderview.c
8008         * src/imap.[ch]
8009         * src/mainwindow.c
8010         * src/mbox_folder.c
8011         * src/mh.c
8012         * src/news.c
8013                 implement imap uid cache and uid validity check
8014
8015 2002-07-25 [alfons]     0.8.0claws12
8016
8017         * src/summaryview.c
8018                 fix a brown paper bag bug, and also add some more
8019                 checks
8020
8021 2002-07-25 [christoph]  0.8.0claws11
8022
8023         * src/folder.c
8024                 don't mix copy, fetch_msginfo and remove
8025                 operations in folder item copy and move
8026                 operations
8027
8028 2002-07-25 [christoph]  0.8.0claws10
8029
8030         * src/folderview.c
8031         * src/mainwindow.c
8032         * src/prefs_folder_item.c
8033         * src/summaryview.[ch]
8034                 remove no longer required parameter update_cache from
8035                 summary_show
8036
8037 2002-07-25 [paul]       0.8.0claws9
8038
8039         * sync with 0.8.1
8040         
8041         * AUTHORS
8042                 a few corrections
8043
8044 2002-07-24 [alfons]     0.8.0claws8
8045
8046         * src/summaryview.c
8047                 sort correctly when using simplified subject line
8048                 (closes feature request "[ 585141 ] applying regexp to subject 
8049                 before sort" submitted by Alexandra Walford)
8050
8051 2002-07-24 [paul]       0.8.0claws7
8052
8053         * sync with 0.8.0cvs3
8054                 see ChangeLog 2002-07-24
8055
8056 2002-07-23 [christoph]  0.8.0claws6
8057
8058         * src/folder.c
8059         * src/folder.h
8060         * src/summaryview.c
8061         * src/summaryview.h
8062         * src/main.c
8063                 o separate processing and summaryview
8064                 o removed summary_write_cache from summaryview
8065                 o removed summaryview->killed_messages, because we don't have
8066                   to keep a list of killed messages anymore. New cache will
8067                   keep the hidden messages in cache anyway
8068         * src/folderview.c
8069         * src/inc.c
8070         * src/selective_download.c
8071                 o removed unnecessary summary_write_cache calls
8072         * src/procmsg.c
8073                 o don't set ignore thread flag in procmsg_get_thread_tree
8074                   if it is already set
8075         * src/mainwindow.c
8076         * src/statusbar.h
8077                 o moved STATUSBAR_PUSH/POP to statusbar.h because
8078                   they are used in different files
8079
8080 2002-07-23 [melvin]     0.8.0claws5
8081
8082         * src/addressbook.c
8083         * src/addrgather.c
8084         * src/editaddress.c
8085         * src/editgroup.c
8086         * src/editldap_basedn.c
8087         * src/importldif.c
8088         * src/prefs_common.c
8089                 Fixed few memory leak (gtk_editable_get_chars returns
8090                 an allocated string)
8091         * src/logwindow.c
8092                 Fixed few memory leak (gtk_editable_get_chars returns
8093                 an allocated string) and modified a little the log cutting
8094                 loop.
8095         * src/compose.c
8096                 Replaced a call to an obsolete function gtk_entry_get_text()
8097                 by gtk_editable_get_chars()
8098         * src/send.c
8099                 Removed a debug printf
8100
8101 2002-07-23 [christoph]  0.8.0claws4
8102
8103         * src/filesel.c
8104                 fix another g_dirname memory leak
8105
8106 2002-07-23 [christoph]  0.8.0claws3
8107
8108         * src/mh.c
8109                 fixed a memory leak in mh_fetch_msginfo
8110                 fixed crash when message header could not be
8111                 parsed
8112
8113 2002-07-23 [paul]       0.8.0claws2
8114
8115         * sync with 0.8.0cvs2
8116                 see ChangeLog 2002-07-23
8117
8118 2002-07-23 [paul]       0.8.0claws1
8119
8120         * sync with 0.8.0cvs1
8121                 see ChangeLog 2002-07-23
8122
8123 2002-07-23 [paul]       0.8.0claws
8124
8125         * release of 0.8.0claws
8126
8127 2002-07-23 [paul]       0.7.8claws99
8128
8129         * po/ru.po
8130                 new Russian translation, submitted by
8131                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
8132
8133 2002-07-22 [jens]       0.7.8claws98
8134
8135         * po/de.po
8136                 Updated German translations.
8137
8138 2002-07-22 [paul]       0.7.8claws97
8139
8140         * po/es.po
8141           po/it.po
8142           po/nl.po
8143           po/pt_BR.po
8144                 updated translations by Ricardo Mones Lastra,
8145                 Alessandro Maestri, Wilbert Berendsen and 
8146                 Fabio Jr. Beneditto respectively
8147
8148 2002-07-22 [christoph]  0.7.8claws96
8149
8150         * src/mimeview.c
8151                 fix memory leak caused by wrong g_dirname usage
8152
8153 2002-07-22 [christoph]  0.7.8claws95
8154
8155         * src/summaryview.c
8156                 update new and unread message counts for summaryview
8157                 summaryview does not get it from the folder anymore
8158                 and has to update the values itself
8159
8160 2002-07-22 [melvin]     0.7.8claws94
8161
8162         * po/fr.po
8163                 Updated French translations.
8164
8165 2002-07-22 [christoph]  0.7.8claws93
8166
8167         * src/matcher.c
8168                 set prop->preg pointer to NULL or following check
8169                 will not fail and regexec will be called with
8170                 invalid pointer
8171
8172 2002-07-21 [alfons]     0.7.8claws92
8173         
8174         * src/prefs_common.[ch]
8175                 remove option "Send return receipt on request"
8176
8177 2002-07-21 [thorsten]   0.7.8claws91
8178
8179         * src/mimeview.c
8180                 fixed memleaks, coding style as pointed out by alfons
8181
8182 2002-07-21 [alfons]     0.7.8claws90
8183
8184         * src/messageview.c
8185         * src/noticeview.[ch]
8186                 o fix bug notice view being displayed when going to empty folder 
8187                   (noticed by Christoph)
8188                 o allow RRR to be sent when restarting sylpheed, or changing folder 
8189                   (noticed by Thorsten)
8190
8191 2002-07-21 [thorsten]   0.7.8claws89
8192
8193         * src/mimeview.c
8194                 Included save_all patch from Xaview FACQ
8195                 added support for pathnames
8196
8197 2002-07-21 [alfons]     0.7.8claws88
8198
8199         * po/POTFILES.in
8200         * src/Makefile.am
8201         * src/mainwindow.c
8202         * src/messageview.[ch]
8203         * src/noticeview.c      ** NEW FILE **
8204         * src/noticeview.h      ** NEW FILE **
8205                 make return receipts work again
8206                 (UI idea by Leandro Pereira)
8207
8208 2002-07-21 [paul]       0.7.8claws87
8209
8210         * src/summaryview.c
8211                 fix sensitivity of 'Select thread'
8212
8213 2002-07-21 [paul]       0.7.8claws86
8214
8215         * src/prefs_common.c
8216                 add browser command line for Galeon
8217
8218 2002-07-21 [paul]       0.7.8claws85
8219
8220         * Makefile.am
8221                 fix 'EXTRA_DIST': remove README.README, add TODO
8222                 and TODO.claws
8223
8224 2002-07-21 [alfons]     0.7.8claws84
8225
8226         * src/gtkstext.c
8227                 make enter clear selection
8228                 (closes "[ 579888 ] Editor selection/entry error"
8229                 reported by Steve Lamb)
8230
8231 2002-07-21 [alfons]     0.7.8claws83
8232         
8233         * src/summaryview.c
8234                 sort message list when selecting unthread messages
8235                 (closes "[ 501593 ] switching threaded view doesn't sort"
8236                 reported by Simon Schubert)
8237
8238 2002-07-20 [alfons]     0.7.8claws82
8239         
8240         * src/matcher.c
8241                 const-correctness
8242
8243 2002-07-20 [thorsten]   0.7.8claws81
8244
8245         * src/matcher.c
8246                 Fixed expansion of empty fields in matchactions
8247
8248 2002-07-19 [melvin]     0.7.8claws80
8249
8250         * src/gtkspell.c
8251                 Removed a duplicate menu entry (fast mode) introduced during
8252                 the new cache merge
8253                 Added a menu separator between 'Use alternate' and 'Fast mode'
8254
8255 2002-07-19 [paul]       0.7.8claws79
8256
8257         * tools/Makefile.am
8258           tools/README
8259                 correct typos
8260
8261 2002-07-19 [thorsten]   0.7.8claws78
8262
8263         * tools/calypso_convert.pl      ** NEW FILE **
8264           tools/README
8265           tools/Makefile.am
8266                 script to import mbox files exported
8267                 by calypso
8268                 o generates folder structure
8269                 o includes attachments
8270
8271 2002-07-19 [melvin]     0.7.8claws77
8272
8273         * src/selective_download.[ch]
8274                 Fixed bug where closing the dialog with the window manager's
8275                 close button will not unlock the summary
8276                 Corrected some function declarations that missed a return value
8277                 Made the source code comply better with coding style.
8278         * src/prefs_common.c
8279                 Added new browser command line for Mozilla.
8280
8281 2002-07-18 [paul]       0.7.8claws76
8282
8283         * src/mainwindow.c
8284           src/selective_download.[ch]
8285                 reflect theme changes, fix Gdk Warning when creating 
8286                 pixmap from NULL window, and minor clean up.
8287                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8288
8289         * po/en_GB.po
8290                 updated
8291
8292 2002-07-17 [paul]       0.7.8claws75
8293
8294         * INSTALL[.jp]
8295                 sync with 0.8.0
8296         
8297         * po/en_GB.po
8298                 updated
8299
8300 2002-07-16 [paul]       0.7.8claws74
8301
8302         * tools/filter_conv.pl
8303           tools/README
8304                 replace conversion script with reimplemented version, 
8305                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
8306
8307 2002-07-16 [colin]      0.7.8claws73
8308
8309         * src/summaryview.c
8310                 remove forgotten debug messages - sorry ;-)
8311
8312 2002-07-16 [colin]      0.7.8claws72
8313
8314         * src/mimeview.c
8315           src/summaryview.c
8316           src/textview.c
8317           src/textview.h
8318                 add the ability to select part of a text mime-part 
8319                 to reply.
8320
8321 2002-07-15 [christoph]  0.7.8claws71
8322
8323         * src/folder.c
8324                 fix folder message count for folders without
8325                 msg_is_changed (includes news folders)
8326
8327 2002-07-15 [martin]     0.7.8claws70
8328
8329         * src/summaryview.c
8330                 option "display recipient on 'From'..." now works
8331                 without the need of enabling the option
8332                 "display  sender  using  address  book".
8333
8334 2002-07-15 [christoph]  0.7.8claws69
8335
8336         * src/summaryview.c
8337                 removed setting folder status from summaryview.
8338                 folder.c should update all message counts correctly.
8339
8340 2002-07-15 [paul]       0.7.8claws68
8341
8342         * po/pt_BR.po
8343                 updated by Fabio Junior Beneditto
8344
8345 2002-07-15 [darko]      0.7.8claws67
8346
8347         * src/mh.c
8348                 Fixed target folder colorization, don't decrease op
8349                 number twice
8350
8351 2002-07-14 [paul]       0.7.8claws66
8352
8353         * sync with main 0.8.0
8354                 see ChangeLog 2002-07-14
8355
8356 2002-07-13 [melvin]     0.7.8claws65
8357         
8358         * src/addrbook.c
8359         * src/addressbook.c
8360         * src/addrindex.c
8361                 Replaced sprintf by g_snprintf to prevent possible buffer
8362                 overflow.
8363         * src/news.c
8364                 Corrected a log message output format.
8365                 Added a missing "done" debug output.
8366         * src/compose.c
8367                 Added keyboard accelerator for Priority menu items
8368                 Added missing \n in debug output
8369         * src/logwindow.c
8370         * src/gtkspell.c
8371         * src/rfc2015.c
8372                 Added missing \n in debug output
8373
8374 2002-07-13 [paul]       0.7.8claws64
8375
8376         * man/sylpheed.1
8377                 change Sergey's email address to the sf address
8378
8379         * src/textview.c
8380                 increase show_url_timeout (more useful for long
8381                 urls)
8382
8383 2002-07-12 [sergey]     0.7.8claws63
8384
8385         * src/rfc2015.c
8386                 applied (with some modifications) patch to set the
8387                 micalg parameter for signatures
8388                 (2001-08-28 Werner Koch <wk@gnupg.org>)
8389
8390 2002-07-12 [sergey]     0.7.8claws62
8391
8392         * man/Makefile.am
8393         * configure.in
8394                 fixed man page installation
8395
8396 2002-07-12 [paul]       0.7.8claws61
8397
8398         * sync with 0.7.8cvs26
8399                 see ChangeLog 2002-07-11 and 2002-07-12
8400
8401 2002-07-11 [christoph]  0.7.8claws60
8402
8403         * src/compose.c
8404         * src/procmsg.c
8405                 first use the message number to find the message
8406                 to mark with a reply flag but check the
8407                 message-id if we got the correct message, if not
8408                 try to find it by message-id.
8409                 use new string seperator that is not allowed
8410                 in message-ids.
8411
8412 2002-07-11 [paul]       0.7.8claws59
8413
8414         * sync with 0.7.8cvs23
8415                 see ChangeLog 2002-07-10
8416
8417 2002-07-10 [christoph]  0.7.8claws58
8418
8419         * src/folder.[ch]
8420         * src/msgcache.[ch]
8421                 Added message-id table to the cache in memory
8422                 and functions to msgcache.c and folder.c to
8423                 fetch MsgInfos by message id
8424         * src/compose.c
8425         * src/procmsg.c
8426                 store folder and message-id of message replying
8427                 to in queue header and set reply flag after sending
8428                 (Closes bug #469498)
8429
8430 2002-07-10 [paul]       0.7.8claws57
8431
8432         * AUTHORS
8433           man/sylpheed.1.gz
8434                 add Martin to the list of authors
8435
8436 2002-07-09 [martin]     0.7.8claws56
8437         * src/gtksctree.c
8438                 Added gtk_ctree_last_visible(), tree_update_level(),
8439                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
8440                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8441                 from gtk+ to gtksctree.c for the new sorting code
8442                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
8443                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
8444         * src/gtksctree.h
8445                 Added declaration for gtk_sctree_sort_recursive() and
8446                 gtk_sctree_sort_node
8447         * src/addressbook.c
8448         * src/foldersel.c
8449         * src/folderview.c
8450         * src/summaryview.c
8451                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8452                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
8453
8454 2002-07-08 [paul]       0.7.8claws55
8455
8456         * more sync with 0.7.8cvs21
8457                 see ChangeLog 2002-07-08
8458
8459 2002-07-08 [paul]       0.7.8claws54
8460
8461         * sync with 0.7.8cvs21
8462                 see ChangeLog 2002-07-08
8463
8464 2002-07-07 [alfons]     0.7.8claws53
8465
8466         * src/Makefile.am
8467         * src/stock_pixmap.[ch]
8468         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
8469         * src/pixmaps/notice_error.xpm  ** NEW FILE **
8470         * src/pixmaps/notice_note.xpm   ** NEW FILE **
8471                 add new pixmaps for upcoming notice pane
8472
8473 2002-07-06 [melvin]     0.7.8claws52
8474
8475         * src/gtkspell.[ch]
8476                 Made them a bit closer to Sylpheed's coding style.
8477                 Removed old code.
8478                 Removed possible memory leaks when some errors occurs.
8479
8480 2002-07-06 [melvin]     0.7.8claws51
8481
8482         * po/Makefile.in.in
8483                 Removed --no-location in xgettext command line to help
8484                 translators that use Emacs' po-mode
8485         * src/quote_fmt.c
8486                 Removed unnecessary comments that messed up sylpheed.pot
8487
8488 2002-07-06 [paul]       0.7.8claws50
8489
8490         * sync with 0.7.8cvs19
8491                 see ChangeLog 2002-07-05
8492
8493 2002-07-06 [christoph]  0.7.8claws49
8494
8495         * src/folder.c
8496         * src/mainwindow.c
8497                 fix folder_item_remove_all_msg and folderview
8498                 status for trash folders after emptying trash
8499
8500 2002-07-05 [paul]       0.7.8claws48
8501
8502         * sync with 0.7.8cvs16
8503                 see ChangeLog 2002-07-04 and 2002-07-05
8504
8505 2002-07-04 [paul]       0.7.8claws47
8506
8507         * sync with 0.7.8cvs14
8508                 see  ChangeLog 2002-07-04
8509
8510 2002-07-03 [alfons]     0.7.8claws46
8511
8512         * src/folder.c
8513                 dupe folder item's path because it's being reallocated
8514                 by new folder scanning code
8515
8516 2002-07-03 [christoph]  0.7.8claws45
8517
8518         * src/imap.c
8519                 better IMAP uid fetching using 'FETCH 1:* (UID)'
8520         * src/msgcache.c
8521                 add missing return in msgcache_write
8522
8523 2002-07-02 [thorsten]   0.7.8claws44
8524
8525         * src/jpilot.c
8526         * src/msgcache.c
8527         * src/rfc2015.c
8528                 use binary mode for file access
8529
8530 2002-07-02 [christoph]  0.7.8claws43
8531
8532         * major code cleanup (part 1)
8533         
8534                 - unused variables removed
8535                 - unused functions removed
8536                 - uninitialized variables checked
8537                 - missing return statements added
8538                 - missing function return types added
8539                 - added parentheses around assignment and
8540                   && in || when suggested by gcc
8541               
8542         * src/mh.c
8543         * src/folder.c
8544                 replaced direct calls to folder->scan_tree
8545                 with folder_scan_tree and restore folder
8546                 prefs in this function. The folder should
8547                 not have to deal with them.
8548                 ( Should now work for all folder types )
8549
8550 2002-07-02 [paul]       0.7.8claws42
8551
8552         * sync with 0.7.8cvs13
8553                 see ChangeLog 2002-07-01 and 2002-07-02
8554
8555 2002-07-01 [christoph]  0.7.8claws41
8556
8557         * src/summaryview.c
8558                 fix "goto next/prev unread message" with
8559                 ignored threads
8560
8561 2002-07-01 [paul]       0.7.8claws40
8562
8563         * po/es.po
8564                 updated by Ricardo Mones Lastra
8565
8566 2002-06-30 [match]      0.7.8claws39
8567
8568         * src/jpilot.c
8569                 applied variation of leonerd's patch (566661) to
8570                 allow multiple email addresses per JPilot entry.
8571                 addresses may be separated by space, comma, pipe,
8572                 semi-colon, new-line.
8573
8574 2002-06-30 [alfons]     0.7.8claws38
8575
8576         * src/procmsg.c
8577                 simple fix for putting older nodes before
8578                 newer nodes when threading by subject
8579
8580 2002-06-30 [christoph]  0.7.8claws37
8581
8582         * src/folder.c
8583         * src/folderview.c
8584         * src/mh.c
8585         * src/news.c
8586         * src/procmsg.c
8587                 fix broken folder tree rescaning
8588                 and don't use procmsg_get_mark_sum
8589                 anymore
8590
8591 2002-06-30 [christoph]  0.7.8claws36
8592
8593         * merge new cache branch
8594         * src/imap.c
8595                 fix new cache imap copy bug
8596         * src/folder.c
8597                 improved folder_item_scan
8598                 it should now always set the correct
8599                 new, unread and total message counts
8600
8601 2002-06-29 [paul]       0.7.8claws35
8602
8603         * configure.in
8604                 correct syntax error
8605
8606 2002-06-29 [paul]       0.7.8claws34
8607
8608         * configure.in
8609           Makefile.am
8610           man/Makefile.am       ** NEW FILE **
8611           man/sylpheed.1.gz     ** NEW FILE **
8612                 add Sylpheed man page
8613
8614 2002-06-29 [paul]       0.7.8claws33
8615
8616         * po/pt_BR.po
8617                 updated by Fabio Junior Beneditto
8618
8619 2002-06-28 [jens]       0.7.8claws32
8620
8621         * po/de.po
8622                 translation updated
8623
8624         * src/selective_download.c
8625                 removed gettext for space " "
8626
8627         * src/imap.c
8628                 removed wrong space
8629
8630 2002-06-28 [paul]       0.7.8claws31
8631
8632         * sync with 0.7.8cvs11
8633                 see ChangeLog 2002-06-28
8634
8635 2002-06-28 [paul]       0.7.8claws30
8636
8637         * sync with 0.7.8cvs10
8638                 see ChangeLog 2002-06-27 and 2002-06-28
8639
8640 2002-06-26 [paul]       0.7.8claws29
8641
8642         * src/addrgather.c
8643           src/selective_download.c
8644                 don't gettextise empty strings.
8645                 reserved by gettext. gettext("") returns 
8646                 the header entry with meta information, 
8647                 not the empty string
8648
8649         * po/en_GB.po
8650                 updated
8651
8652 2002-06-26 [paul]       0.7.8claws28
8653
8654         * sync with 0.7.8cvs7
8655                 see ChangeLog 2002-06-25
8656
8657         * src/prefs_common.c
8658                 ...and in the process, tweak the gui a little
8659
8660 2002-06-25 [alfons]     0.7.8claws27
8661         
8662         * configure.in
8663         * src/Makefile.am
8664                 fine tune ldap library detection
8665
8666 2002-06-25 [alfons]     0.7.8claws26
8667
8668         * src/compose.c
8669                 don't allow return receipts when composing a news article
8670
8671 2002-06-25 [paul]       0.7.8claws25
8672
8673         * Makefile.am
8674                 add '$(AMTAR)' to 'release' section to allow for
8675                 new and older autotools
8676
8677 2002-06-25 [paul]       0.7.8claws24
8678
8679         * src/summaryview.c
8680                 fix "No more unread messages" persistant pop-up
8681                 window bug
8682
8683 2002-06-25 [paul]       0.7.8claws23
8684
8685         * po/it.po
8686                 updated by Alessandro Maestri
8687
8688 2002-06-25 [paul]       0.7.8claws22
8689
8690         * sync with 0.7.8cvs6
8691                 see ChangeLog 2002-06-25
8692
8693 2002-06-24 [paul]       0.7.8claws21
8694
8695         * tools/update-po
8696                 add GPL copyright information
8697
8698 2002-06-24 [paul]       0.7.8claws20
8699
8700         * tools/Makefile.am
8701           tools/README
8702           tools/update-po       ** NEW FILE **
8703                 add script that eases the creation of *.po files
8704                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
8705
8706 2002-06-23 [alfons]     0.7.8claws19
8707
8708         * src/messageview.c
8709                 make notification_convert_header obey const correctness
8710                 (next step will be fixing the broken return receipt)
8711
8712 2002-06-23 [paul]       0.7.8claws18
8713
8714         * src/messageview.c
8715                 fix bug introduced in last commit:
8716                 removed too much code in last commit - put back what's
8717                 needed
8718
8719 2002-06-23 [paul]       0.7.8claws17
8720
8721         * src/messageview.[ch]
8722                 remove code committed in error from locally patched
8723                 source
8724
8725 2002-06-23 [colin]      0.7.8claws16
8726
8727         * src/compose.[ch]
8728                 add compose_entry_select(), used to select the default_to
8729                 email address - hopefully avoiding people sending mails to
8730                 wrong recipients.
8731
8732 2002-06-22 [alfons]     0.7.8claws15
8733
8734         * AUTHORS
8735                 add Bram Metsch & Stanislav Karchebny
8736         * src/smtp.[ch]
8737         * src/prefs_account.[ch]
8738         * src/send.c
8739                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
8740                   options.  (see <http://sourceforge.net/tracker/index.php
8741                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
8742
8743                 - merge Stanislav's fix to make SMTP AUTH work with qmail
8744                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
8745
8746 2002-06-22 [paul]       0.7.8claws14
8747
8748         * sync with 0.7.8cvs5
8749                 see ChangeLog 2002-06-19 and 2002-06-20
8750
8751 2002-06-22 [alfons]     0.7.8claws13
8752
8753         * src/selective_download.c
8754                 fix a stupid mistake I made
8755
8756 2002-06-22 [alfons]     0.7.8claws12
8757
8758         * src/selective_download.[ch]
8759                 fix another unnoticed leak; cleanup code
8760
8761 2002-06-21 [alfons]
8762
8763         * tools/Makefile.am
8764                 gpg-sign <-- gpg-sign-syl
8765
8766 2002-06-21 [alfons]     0.7.8claws11
8767
8768         * src/selective_download.c
8769         * src/selective_download.h
8770                 fix assorted mix of allocation errors (should solve
8771                 problem reported by Philippe Gramoullé, see:
8772                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
8773
8774 2002-06-20 [melvin]     0.7.8claws10
8775
8776         * tools/gpg-sign *REMOVED*
8777           tools/gpg-sign-syl *ADDED*
8778                 Replaced the gpg clearsigning script with the version using
8779                 xterm instead of ssh-askpass and changed its name.
8780
8781         * README.claws
8782                 Updated actions example to reflect the renaming of the
8783                 gpg clearsigning script.
8784
8785 2002-06-19 [paul]       0.7.8claws9
8786
8787         * sync with 0.7.8claws9
8788                 see ChangeLog 2002-06-18 and 2002-06-19
8789
8790 2002-06-19 [paul]       0.7.8claws8
8791
8792         * sync with 0.7.8cvs1
8793                 see ChangeLog 2002-06-18
8794
8795 2002-06-18 [alfons]     0.7.8claws7
8796
8797         * src/mainwindow.h
8798                 add omitted prototype
8799
8800 2002-06-17 [paul]       0.7.8claws6
8801
8802         * src/mainwindow.c
8803                 fix hiding of exec_btn
8804
8805 2002-06-17 [paul]       0.7.8claws5
8806
8807         * src/pop.c
8808                 remove unneeded code: should_delete() 
8809                 and Pop3State::uidl_todelete_list
8810
8811 2002-06-17 [paul]       0.7.8claws4
8812
8813         * sync with 0.7.8
8814                 see ChangeLog 2002-06-11 and 2002-06-13
8815
8816 2002-06-16 [alfons]     0.7.8claws3
8817         
8818         * src/folder.c
8819                 make sure lock sort mode (claws specific) is
8820                 also persists after a tree rescan
8821
8822 2002-06-16 [alfons]     0.7.8claws2
8823
8824         * src/prefs_folder_item.c
8825         * src/folder.[ch]
8826                 fix persistence of folder sort mode (broken
8827                 by adapting Hiro's new folder persistence code)
8828
8829 2002-06-16 [alfons]     0.7.8claws1
8830
8831         * AUTHORS
8832         * src/logwindow.c
8833         * src/prefscommon.[ch]
8834                 control size of log text in log window; 
8835                 closes patch #569155 submitted by Mitko Haralanov.
8836
8837 2002-06-15 [paul]       0.7.8claws
8838
8839         * release of 0.7.8claws
8840
8841 2002-06-15 [paul]       0.7.7claws
8842
8843         * po/pt_BR.po
8844                 updated by Fabio Junior Beneditto
8845
8846 2002-06-14 [paul]       0.7.6claws49
8847
8848         * po/es.po
8849                 updated by Ricardo Mones Lastra
8850
8851 2002-06-14 [paul]       0.7.6claws48
8852
8853         * po/nl.po
8854                 updated translation by Wilbert Berendsen
8855
8856 2002-06-14 [melvin]     0.7.6claws47
8857
8858         * po/fr.po
8859                 Updated French translation
8860
8861 2002-06-13 [paul]       0.7.6claws46
8862
8863         * src/filesel.c
8864                 allow filename to be typed in, rather than just
8865                 selected by the mouse. Patch by Gustavo Noronha Silva.
8866
8867 2002-06-13 [alfons]     0.7.6claws45
8868
8869         * src/mainwindow.[ch]
8870                 more cleanups (removing unnecessary menu items Expand 
8871                 summary / message view)
8872
8873 2002-06-13 [melvin]     0.7.6claws44
8874
8875         * po/POTFILES.in
8876                 Added src/string_match.c
8877         * src/string_match.c
8878                 Fixed possible buffer overflow.
8879                 Corrected typo.
8880                 Added missing config.h header.
8881         * src/prefs_common.c
8882           src/prefs_matcher.c
8883           src/prefs_scoring.c
8884                 Made some strings translatable (missing _(..)).
8885
8886 2002-06-13 [melvin]     0.7.6claws43
8887
8888         * README.claws
8889                 Corrected action example (verifying clearsigned mail).
8890         * src/prefs_account.c
8891                 Corrected typo.
8892         * src/prefs_common.c
8893                 Removed incorrect line that generated a Gtk-CRITICAL msg.
8894
8895 2002-06-12 [alfons]     0.7.6claws42
8896
8897         * src/summaryview.c
8898                 add init of score column lost in 0.7.6claws42
8899
8900 2002-06-12 [paul]       0.7.6claws41
8901
8902         * src/prefs_account.c
8903                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
8904                 behavior of the radio buttons, (from 0.7.7cvs2)
8905
8906 2002-06-11 [alfons]     0.7.6claws40
8907
8908         * src/messageview.[ch]
8909         * src/summaryview.[ch]
8910         * src/summary_search.c
8911         * src/mainwindow.c
8912                 perform a sync to bring in Hiro's separate view implementation 
8913
8914                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
8915
8916 2002-06-11 [paul]       0.7.6claws39
8917         
8918         * src/prefs_account.c
8919                 correct a typo on the Receive tab
8920
8921 2002-06-10 [match]      0.7.6claws38
8922
8923         * src/addressbook.c
8924                 Included address completion patch from Gustavo Noronha.
8925
8926 2002-06-10 [paul]       0.7.6claws37
8927
8928         * src/inc.[ch]
8929           src/pop.c
8930           src/prefs_account.[ch]
8931           src/selective_download.[ch]
8932                 apply PATCH #561712
8933                  NEW:
8934                 - check if POP Account
8935                 - Receive Button renamed to Preview
8936                 - Preview Button Popup: preview new/all messages
8937                 - Download Button
8938                 - Account Preferences-->Receive tab checkbutton if you
8939                   want to remove Mail after Download
8940                 -: default YES
8941                 - Account Preferences-->Receive tab checkbutton use
8942                   filtering rules on preview
8943                   (think of delete_on_server)
8944                 -: default YES
8945                 - Account selectable from SD dialog
8946                 - checkbutton to show already downloaded messages if
8947                   all messages are previewed
8948                 - new clist column showing Date
8949                 - ESC KEY close
8950                 FIXES:
8951                 - play ball with UIDL
8952                 - fault tolerant (?) 
8953                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8954
8955 2002-06-10 [melvin]     0.7.6claws36
8956
8957         * README.claws
8958                 Added a hint to ac/README in cvs instructions.
8959
8960         * src/prefs_actions.c
8961                 Made it possible to use a more elaborate command line
8962                 for asynchronous actions, too.
8963
8964 2002-06-10 [melvin]     0.7.6claws35
8965         
8966         * src/prefs_actions.c
8967                 Make it possible to use a more elaborate command line
8968                 (e.g. |foo|bar|cat>there;echo Done|)
8969                 Corrected error message when calling %f, %F and %p commands
8970                 from the compose window.
8971
8972 2002-06-09 [colin]      0.7.6claws34
8973
8974         * src/summaryview.c
8975                 Automatically find unread messages in current folder
8976                 before annoying the user.
8977
8978 2002-06-08 [alfons]     0.7.6claws33
8979
8980         * po/it.po
8981                 remove bad formatting string in it.po translation
8982                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8983
8984 2002-06-08 [paul]       0.7.6claws32
8985
8986         * sync with 0.7.6cvs25
8987                 see ChangeLog 2002-06-07
8988
8989 2002-06-05 [paul]       0.7.6claws31
8990
8991         * src/mainwindow.c
8992                 add 'Sort by locked' and 'Sort by score'
8993
8994 2002-06-05 [paul]       0.7.6claws30
8995
8996         * sync with 0.7.6cvs24
8997                 see ChangeLog 2002-06-04
8998
8999 2002-06-04 [paul]       0.7.6claws29
9000
9001         * po/pt_BR.po
9002                 updated by Fabio Junior Beneditto
9003
9004 2002-06-03 [thorsten]   0.7.6claws28
9005
9006         * src/matcher.c
9007                 fclose() matcherrc after reading
9008
9009 2002-06-03 [paul]       0.7.6claws27
9010
9011         * sync with 0.7.6cvs21
9012                 see ChangeLog 2002-05-31
9013
9014 2002-05-31 [paul]       0.7.6claws26
9015
9016         * sync with 0.7.6cvs20
9017                 see ChangeLog 2002-05-29 and 2002-05-30
9018
9019 2002-05-31 [paul]       0.7.6claws25
9020
9021         * src/imap.c
9022                 hopefully fix last buggy sync
9023
9024         * README.claws
9025                 correct typo in 'Actions' examples
9026
9027 2002-05-29 [paul]       0.7.6claws24
9028
9029         * sync with 0.7.6cvs18
9030                 see ChangeLog 2002-05-28 and 2002-05-29
9031
9032         * src/news.c
9033           src/nntp.[ch]
9034                 sync with above 
9035
9036 2002-05-28 [paul]       0.7.6claws23
9037
9038         * sync with 0.7.6cvs16
9039                 see ChangeLog 2002-05-28
9040
9041 2002-05-27 [thorsten]   0.7.6claws22 
9042
9043         * faq/it/sylpheed-faq-1.html
9044           faq/it/sylpheed-faq-2.html
9045           faq/it/sylpheed-faq-3.html
9046           faq/it/sylpheed-faq.html
9047                 corrected DOS lineendings
9048         * faq/de/sylpheed-faq-1.html
9049           faq/de/sylpheed-faq-2.html
9050           faq/en/sylpheed-faq-1.html
9051           faq/en/sylpheed-faq-2.html
9052           faq/en/sylpheed-faq-3.html
9053           faq/es/sylpheed-faq-1.html
9054           faq/es/sylpheed-faq-2.html
9055           faq/es/sylpheed-faq-3.html
9056           faq/fr/sylpheed-faq-1.html
9057           faq/it/sylpheed-faq-1.html
9058           faq/it/sylpheed-faq-2.html
9059           faq/it/sylpheed-faq-3.html
9060           faq/it/sylpheed-faq.html
9061                 changed ">" to &quot;
9062
9063 2002-05-27 [paul]       0.7.6claws21
9064         
9065         * sync with 0.7.6cvs15
9066                 see ChangeLog 2002-05-27
9067
9068 2002-05-27 [paul]       0.7.6claws20
9069
9070         * src/prefs_account.c
9071                 correct a typo
9072
9073 2002-05-26 [paul]       0.7.6claws19
9074
9075         * tools/README
9076                 correct a typo
9077
9078 2002-05-25 [paul]       0.7.6claws18
9079
9080         * tools/README
9081                 add description of kmail2sylpheed.pl
9082
9083 2002-05-25 [paul]       0.7.6claws17
9084
9085         * tools/kmail2sylpheed.pl       ** NEW FILE **
9086                 perl script that converts an exported Kmail address
9087                 book, converts it to sylpheed addressbook file,
9088                 writes the file to .sylpheed, and updates
9089                 addrbook--index.xml 
9090
9091 2002-05-25 [paul]       0.7.6claws16
9092
9093         * sync with 0.7.6cvs14
9094                 see ChangeLog 2002-05-23
9095
9096 2002-05-24 [paul]       0.7.6claws15
9097
9098         * README.claws
9099                 make a correction and add some more info
9100
9101 2002-05-24 [paul]       0.7.6claws14
9102
9103         * src/compose.c
9104                 fix memory leak in 
9105                 compose_redirect_write_headers_from_headerlist()
9106                 add Subject and Resent-Message-ID to
9107                 compose_redirect_write_headers()
9108                 Received, Subject, and X-UIDL are filtered out in 
9109                 compose_redirect_write_to_file()
9110
9111 2002-05-23 [paul]       0.7.6claws13
9112
9113         * src/compose.[ch]
9114           src/filtering.c
9115           src/mainwindow.c
9116           src/matcher.[ch]
9117           src/matcher_parser_lex.l
9118           src/matcher_parser_parse.y
9119           src/prefs_common.[ch]
9120           src/prefs_filtering.c
9121           src/summaryview.c
9122                 rename 'Bounce' to 'Redirect'
9123
9124 2002-05-23 [paul]       0.7.6claws12
9125
9126         * more sync with 0.7.6cvs13
9127           src/compose.c
9128                 see ChangeLog 2002-05-22
9129
9130 2002-05-22 [paul]       0.7.6claws11
9131
9132         * sync with 0.7.6cvs13
9133           src/codeconv.c
9134                 see ChangeLog 2002-05-20
9135           src/prefs_common.c
9136                 see ChangeLog 2002-05-22
9137
9138 2002-05-21 [melvin]     0.7.6claws10
9139
9140         * src/folderview.c
9141                 Added missing filtering and scoring headers
9142                 Fixed bad function call that showed garbage 
9143                 in Folder->Processing
9144
9145 2002-05-21 [paul]       0.7.6claws9
9146
9147         * tools/Makefile.am
9148                 make all tools executable, (patch by Alfons).
9149
9150 2002-05-20 [alfons]     0.7.6claws8
9151
9152         * src/procheader.c
9153                 don't forget to call mktime() so we have a valid week 
9154                 and year day
9155                 (Bug report by Roger Sondermann <mail@jumaros.de>)
9156
9157 2002-05-20 [paul]       0.7.6claws7
9158
9159         * src/html.c
9160                 fix broken parsing of urls
9161         * src/textview.c
9162                 fix displaying of urls
9163
9164                 both fixes from the patch [547855] by Eugene 
9165                 Brevdo (zonem)
9166
9167 2002-05-19 [alfons]     0.7.6claws6
9168
9169         * configure.in
9170                 make sylpheed configure correctly with the latest
9171                 and greatest of automake / autoconf / gettext
9172
9173 2002-05-19 [alfons]     0.7.6claws5
9174
9175         * src/procheader.c
9176         * src/procheader.h
9177                 add function for returning ime zone offset
9178         * src/quote_fmt.c
9179         * src/quote_fmt_parse.y
9180                 better quotation formatting - does not convert
9181                 to local time, but uses the original date string.
9182                 
9183                 Note: %z inserts the timezone offset (should 
9184                 work also on platforms where strftime does not
9185                 support %z).
9186
9187 2002-05-18 [christoph]  0.7.6claws4
9188
9189         * src/summaryview.c
9190                 fix indentation of some code
9191         * tools/Makefile.am
9192                 fix spaces after \
9193         * src/Makefile.am
9194                 add missing \
9195                 correct path for ignorethread.xpm
9196                 incorrect filename for sylpheed_logo.xpm
9197                 add missing include matcher_parser_parse.h
9198
9199 2002-05-18 [paul]       0.7.6claws3
9200
9201         * sync with 0.7.6cvs8
9202                 see ChangeLog 2002-05-16 and 2002-05-17
9203
9204 2002-05-18 [melvin]     0.7.6claws2
9205
9206         * README.claws
9207                 Corrected an action's definition and fixed some misspellings.
9208
9209 2002-05-18 [paul]       0.7.6claws1
9210
9211         * tools/Makefile.am
9212           tools/gpg-sign        ** new file **
9213           tools/uudec           ** new file **
9214                 add Melvin's Actions scripts
9215
9216         * README.claws
9217                 add Melvin's descriptions for Actions
9218
9219 2002-05-18 [paul]       0.7.6claws
9220
9221         * Version 0.7.6claws released
9222
9223 2002-05-17 [paul]       0.7.5claws32
9224
9225         * po/es.po
9226                 updated by Ricardo Mones Lastra
9227
9228 2002-05-17 [paul]       0.7.5claws31
9229
9230         * src/compose.c
9231                 fix Account prefs default folder for sent/draft/deleted
9232                 messages bug
9233
9234         * po/it.po
9235           po/nl.po
9236                 updated translation by Alessandro Maestri and
9237                 Wilbert Berendsen
9238
9239 2002-05-17 [melvin]     0.7.5claws30
9240
9241         * src/prefs_actions.c
9242                 Fixed bug where using %F not at the end of the command 
9243                 resulted in an additional empty argument being created.
9244                 Thanks to Darko Koruga for reporting the bug.
9245
9246 2002-05-17 [melvin]     0.7.5claws29
9247
9248         * po/fr.po
9249                 Updated French translations.
9250
9251 2002-05-15 [paul]       0.7.5claws28
9252         
9253         * po/es.po
9254                 updated by Ricardo Mones Lastra
9255
9256 2002-05-15 [paul]       0.7.5claws27
9257
9258         * sync with 0.7.6cvs4
9259                 see ChangeLog 2002-05-14 and 2002-05-15
9260
9261 2002-05-14 [paul]       0.7.5claws26
9262
9263         * sync with 0.7.6cvs1
9264                 see ChangeLog 2002-05-13
9265
9266 2002-05-13 [thorsten]   0.7.5claws25
9267
9268         * src/messageview.c
9269                 fix select_all and copy in multipart messages
9270         * src/mainwindow.c
9271                 fix select_all and copy in multipart messages
9272
9273 2002-05-12 [paul]       0.7.5claws24
9274
9275         * src/summaryview.c
9276                 reverse last commit, bug already fixed in 0.7.5claws3
9277
9278 2002-05-12 [netztorte]  0.7.5claws23
9279
9280         * src/summaryview.c
9281                 dont parse empty addressbook (checked in before claws20)
9282
9283 2002-05-12 [melvin]     0.7.5claws22
9284
9285         * src/procmsg.[ch]
9286                 Removed unneeded priority code introduced by the previous 
9287                 commit.
9288
9289 2002-05-12 [melvin]     0.7.5claws21
9290
9291         * src/compose.[ch]
9292                 Added possibility to set message's priority.
9293         * src/procmsg.[ch]
9294                 Added possibility to set message's priority.
9295                 Added missing headers
9296
9297 2002-05-12 [melvin]     0.7.5claws20
9298
9299         * src/prefs_actions.c
9300                 Removed implicitely added quotes around the name
9301                 of the temporary files of mime parts.
9302
9303 2002-05-12 [paul]       0.7.5claws19
9304
9305         * sync with 0.7.5cvs20
9306                 see ChangeLog 2002-05-11
9307
9308 2002-05-12 [alfons]     0.7.5claws18
9309
9310         * src/quote_fmt_lex.l
9311         * src/quote_fmt_parse.y
9312                 allow quote / reply date & time format to be set using
9313                 %D{format}. format is a format string you'd pass to
9314                 strftime() (see man strftime, or the Display tab |
9315                 Date format setting).
9316
9317                 Currently %D converts the date to local time. 
9318
9319 2002-05-11 [paul]       0.7.5claws17
9320
9321         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
9322                 see ChangeLog 2002-05-10 and 2002-05-11
9323
9324 2002-05-10 [paul]       0.7.5claws16
9325
9326         * sync with 0.7.5cvs16
9327                 see ChangeLog entries 2002-05-09 and 
9328                 2002-05-10
9329
9330 2002-05-10 [colin]      0.7.5claws15
9331
9332         * src/textview.c
9333                 Corrected a bug that prevented sylpheed to open
9334                 double-clicked URIs.
9335
9336 2002-05-09 [paul]       0.7.5claws14
9337
9338         * sync with 0.7.5cvs14
9339                 see ChangeLog 2002-05-08 and 2002-05-09
9340
9341 2002-05-08 [paul]       0.7.5claws13
9342
9343         * sync with 0.7.5cvs11
9344                 see ChangeLog entry 2002-05-08
9345
9346 2002-05-08 [paul]       0.7.5claws12
9347
9348         * src/mainwindow.c
9349           src/textview.[ch]
9350                 fix segfault on View->Open in new window
9351                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9352
9353 2002-05-07 [paul]       0.7.5claws11
9354
9355         * sync with 0.7.5cvs9
9356                 see ChangeLog entry 2002-05-07
9357
9358 2002-05-06 [paul]       0.7.5claws10
9359
9360         * src/messageview.c
9361           src/textview.c
9362                 display url in statusbar on single-click
9363                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9364
9365 2002-05-06 [match]      0.7.5claws9
9366
9367         * src/addritem.[ch]
9368                 new functions.
9369         * src/addrcache.c
9370                 tidy up.
9371         * src/xmlprops.[ch]
9372                 XML implementation of properties file.
9373         * src/exporthtml.[ch]
9374         * src/expthtmldlg.[ch]
9375         * src/addressbook.c
9376                 export to HTML.
9377
9378 2002-05-02 [sergey]     0.7.5claws8
9379
9380         * src/mainwindow.c (mainwin_entries),
9381           src/prefs_common.c (prefs_send_create()),
9382           src/codeconv.c (locale_table):
9383                 use charset name "Windows-1251" instead of "CP1251".
9384
9385 2002-05-02 [colin]      0.7.5claws7
9386         
9387         * src/compose.c
9388           src/prefs_common.c
9389           src/prefs_folder_item.c
9390                 Fixed cosmetics bugs due to Outbox renamed to Sent.
9391
9392 2002-05-02 [hiro]       0.7.5claws6
9393
9394         * src/imap.c
9395                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
9396
9397 2002-05-02 [paul]       0.7.5claws5
9398
9399         * src/compose.c
9400                 more sync with 0.7.5cvs7, see ChangeLog entry
9401                 2002-05-02
9402
9403 2002-05-02 [hiro]       0.7.5claws4
9404
9405         * src/compose.c
9406                 compose_queue_sub():
9407                 check if queue folder exists (closes #550397).
9408                 removed directory creation since it should be handled
9409                 transparently.
9410         * src/imap.c
9411                 imap_add_msg(): return UID for appended message
9412                 (closes #548842).
9413
9414 2002-04-30 [paul]       0.7.5claws3
9415
9416         * src/summaryview.c
9417                 fix account_find_from_address() bug
9418
9419 2002-04-28 [colin]      0.7.5claws2
9420
9421         * src/compose.c
9422           src/textview.c
9423           src/prefs_common.[ch]
9424           src/utils.[ch]
9425                 Added user-definable quotation characters recognition.
9426
9427 2002-04-28 [paul]       0.7.5claws1
9428
9429         * sync with 0.7.5cvs4
9430                 see ChangeLog entry  2002-04-25
9431
9432 2002-04-28 [paul]       0.7.5claws
9433
9434         * po/es.po
9435           po/nl.po
9436           po/pt_BR.po
9437                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
9438                 Fabio Junior Beneditto
9439
9440 2002-04-27 [jens]       0.7.4claws103
9441
9442         * po/de.po
9443                 updated German translation.
9444
9445 2002-04-27 [hiro]       0.7.4claws102
9446
9447         * src/summaryview.c
9448                 summary_write_cache(): fixed the mark loss of hidden messages.
9449
9450 2002-04-26 [melvin]     0.7.4claws101
9451
9452         * src/procmsg.c
9453                 fixed a second typo (same one)
9454         * po/fr.po
9455           po/it.po
9456           po/pt_BR.po
9457                 fixed the type again...
9458
9459 2002-04-26 [melvin]     0.7.4claws100
9460
9461         * src/procmsg.c
9462                 fixed a typo in an alert message ("temorary").
9463         * po/it.po
9464         * po/pt_BR.po
9465                 corrected the typo  described above.
9466         * po/fr.po
9467                 updated French translation.
9468
9469 2002-04-26 [darko]      0.7.4claws99
9470
9471         * src/summaryview.c
9472                 fix target folder colorization
9473
9474 2002-04-25 [paul]       0.7.4claws98
9475
9476         * po/it.po
9477                 updated by Alessandro Maestri
9478
9479 2002-04-24 [colin]      0.7.4claws97
9480         
9481         * src/compose.c
9482                 Fixed double "subject is empty" question.
9483
9484 2002-04-23 [colin]      0.7.4claws96
9485         
9486         * src/mimeview.c
9487                 Corrected issue when "automatically display images" was
9488                 not set : first image remained after selecting second.
9489
9490 2002-04-23 [melvin]     0.7.4claws95
9491
9492         * src/prefs_actions.c
9493                 Don't display in/out dialog if there is nothing to show.
9494
9495 2002-04-23 [paul]       0.7.4claws94
9496
9497         * sync with 0.7.5cvs3
9498                 bug fixes: see ChangeLog entry 2002-04-23
9499
9500 2002-04-22 [darko]      0.7.4claws93
9501
9502         * src/compose.c
9503                 fix previous check-in which changed code after
9504                 merge from main
9505
9506 2002-04-22 [paul]       0.7.4claws92
9507
9508         * faq/de/*
9509                 add German FAQ
9510         * faq/en/*
9511           faq/es/*
9512           faq/fr/*
9513                 update English, Spanish and French FAQs
9514         * manual/de/*
9515           manual/es/*
9516                 add German and Spanish manuals
9517         * manual/en/*
9518           manual/fr/*
9519                 update English and French manuals
9520
9521         * src/Makefile.am
9522                 add to and re-arrange the pixmap entries
9523
9524 2002-04-22 [darko]      0.7.4claws91
9525
9526         * src/compose.c
9527                 fix sender initials recognition to only allow
9528                 '>' after the initials
9529
9530 2002-04-21 [paul]       0.7.4claws90
9531
9532         * sync with 0.7.5 release
9533                 see ChangeLog entry 2002-04-21
9534
9535 2002-04-21 [alfons]
9536
9537         * src/Makefile.am
9538                 add colin's new pixmaps to EXTRA_DIST
9539
9540 2002-04-21 [colin]      0.7.4claws89
9541         * src/compose.c
9542         * src/inc.c
9543         * src/mainwindow.[ch]
9544         * src/prefs_common.[ch]
9545         * src/stock_pixmap.[ch]
9546                 Added "Work offline" ability.
9547
9548 2002-04-21 [colin]      0.7.4claws88
9549         
9550         * src/mimeview.c
9551         * src/prefs_common.c
9552         * src/prefs_common.h
9553         * src/textview.c : Added an option to common preferences -> display
9554           to allow user not to automatically display images.
9555
9556 2002-04-21 [paul]       0.7.4claws87
9557
9558         * sync with 0.7.4cvs52
9559                 see ChangeLog entry 2002-04-21 (src/imap.c)
9560
9561 2002-04-21 [paul]       0.7.4claws86
9562
9563         * sync with 0.7.4cvs51
9564                 see ChangeLog entry 2002-04-21
9565
9566 2002-04-21 [paul]       0.7.4claws85
9567
9568         * sync with 0.7.4cvs49
9569                 see ChangeLog entries 2002-04-20 and 2002-04-21
9570
9571         * src/Makefile.am
9572                 clean up: remove old 'stock_' element from xpm 
9573                 filenames.
9574
9575 2002-04-21 [alfons]     0.7.4claws84
9576
9577         apply sync patch from Paul
9578
9579         * src/folderview.c
9580                 use old claws prefs_folder_item_create() for now
9581
9582 2002-04-19 [match]      0.7.4claws83
9583
9584         * src/addressbook.[ch]
9585         * src/addrharvest.[ch]
9586         * src/addrgather.[ch]
9587                 recurse folders.
9588         * src/mainwindow.c
9589         * src/summaryview.[ch]
9590                 change menu option.
9591
9592 2002-04-19 [paul]       0.7.4claws82
9593
9594         * po/pt_BR.po
9595                 updated by Fabio Junior Beneditto
9596
9597 2002-04-14 [alfons]     0.7.4claws81
9598
9599         * src/passphrase.c
9600                 add #include <sys/types.h> for mode_t and off_t 
9601
9602 2002-04-13 [paul]       0.7.4claws80
9603         
9604         * src/main.c
9605           src/passphrase.[ch]
9606           src/pgptext.c
9607           src/prefs_common.[ch]
9608           src/rfc2015.c
9609                 enable storing of GnuPG passphrase for the whole 
9610                 session or a user-defined number of minutes. patch 
9611                 submitted by Ravemax <ravemax@dextrose.com>
9612
9613 2002-04-13 [alfons]     0.7.4claws79
9614
9615         * src/textview.c
9616                 make email parser also stop scanning when encountering separators
9617                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
9618
9619 2002-04-13 [paul]       0.7.4claws78
9620
9621         * sync with 0.7.4cvs39
9622                 see ChangeLog entry 2002-04-12
9623
9624 2002-04-11 [paul]       0.7.4claws77
9625
9626         * sync with 0.7.4cvs37
9627                 see ChangeLog entry 2002-04-11
9628
9629 2002-04-11 [paul]       0.7.4claws76
9630
9631         * COPYING 
9632                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
9633                 the clause for OpenSSL). sync with sylpheed main
9634
9635 2002-04-09 [melvin]     0.7.4claws75
9636
9637         * src/compose.c
9638                 Made 'Ctrl-Enter' on send ignore some modifiers 
9639                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
9640                 to bind other *-Enter (but not Alt-Enter).
9641
9642 2002-04-09 [paul]       0.7.4claws74
9643
9644         * sync with 0.7.4cvs35
9645                 see ChangeLog entries 2002-04-09
9646
9647 2002-04-08 [paul]       0.7.4claws73
9648
9649         * sync with 0.7.4cvs33
9650                 see ChangeLog entry 200-04-08
9651
9652 2002-04-07 [match]      0.7.4claws72
9653
9654         * src/addrharvest.[ch]
9655                 fixed to read all addresses in header, regardless
9656                 of header size. improved name parsing. accommodate
9657                 harvest from folders and selected message.
9658         * src/addritem.[ch]
9659                 included new address parsing function.
9660         * src/addrgather.[ch]
9661         * src/addressbook.[ch]
9662         * src/summaryview.[ch]
9663         * src/mainwindow.c
9664                 allow address harvest of folder as well as selected
9665                 messages.
9666
9667 2002-04-07 [paul]       0.7.4claws71
9668
9669         * src/esmtp.[ch]
9670           src/smtp.c
9671                 don't try to authenticate with CRAM-MD5 in SMTP when 
9672                 SMTP-AUTH enabled if MTA doesn't issue this 
9673                 auth-method in it's ehlo-response. bug item #531364,
9674                 patch item #938910. patch submitted by Colin Leroy 
9675                 <colin@colino.net>
9676
9677 2002-04-07 [paul]       0.7.4claws70
9678
9679         * src/nntp.c
9680                 fix missing MODE_READER bug. patch submitted by
9681                 Colin Leroy <colin@colino.net>
9682
9683 2002-04-07 [alfons]     0.7.4claws69
9684
9685         * src/matcher.[ch]
9686         * src/prefs_filtering.c
9687         * src/summaryview.c
9688                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
9689                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
9690
9691 2002-04-07 [paul]       0.7.4claws68
9692
9693         * sync with 0.7.4cvs32
9694                 see ChangeLog entry 2002-04-06
9695
9696         * tools/filter_conv.pl
9697                 more bug fixes
9698
9699 2002-04-06 [paul]       0.7.4claws67
9700
9701         * tools/filter_conv.pl
9702                 modify to be able to find the name of the first
9703                 mailbox and use that. main's filter does not
9704                 record the full path to the mailbox and therefore
9705                 can only filter to the first mailbox.
9706
9707 2002-04-05 [paul]       0.7.4claws66
9708
9709         * tools/filter_conv.pl
9710                 attempt to make the script all-encompassing and
9711                 be able to convert any main 'filter' rule thrown
9712                 at it
9713
9714 2002-04-05 [paul]       0.7.4claws65
9715
9716         * tools/filter_conv.pl
9717                 allow for collapsed folder trees
9718
9719 2002-04-05 [paul]       0.7.4claws64
9720
9721         * sync with 0.7.4cvs31
9722                 see ChangeLog entries 2002-04-05
9723
9724 2002-04-03 [paul]       0.7.4claws63
9725
9726         * sync with 0.7.4cvs29
9727                 see ChangeLog entries 2002-04-02 and 2002-04-03
9728
9729 2002-04-02 [paul]       0.7.4claws62
9730
9731         * sync with 0.7.4cvs26
9732                 see ChangeLog entry 2002-04-01
9733
9734 2002-04-02 [match]      0.7.4claws61
9735
9736         * src/pine.[ch]
9737         * src/importpine.[ch]
9738         * src/addressbook.c
9739                 import Pine address book.
9740
9741 2002-04-02 [match]      0.7.4claws60
9742
9743         * src/addrharvest.[ch]
9744                 improve address parsing of funky addresses.
9745
9746 2002-04-02 [darko]      0.7.4claws59
9747
9748         * src/compose.c
9749                 wrap on send improvements, it now recognizes quoted
9750                 initials as part of the quotation string, and it
9751                 does not join lines separated by CR
9752
9753 2002-04-01 [match]      0.7.4claws58
9754
9755         * src/mgutils.[ch]
9756                 added new functions.
9757         * src/mutt.[ch]
9758                 remove excessive duplicate address generation
9759                 on import.
9760
9761 2002-04-01 [alfons]     0.7.4claws57
9762         
9763         * src/summaryview.c
9764                 put back g_free() 
9765
9766 2002-04-01 [paul]       0.7.4claws56
9767
9768         * sync with 0.7.4cvs25
9769                 see ChangeLog entry 2002-04-01
9770
9771 2002-04-01 [alfons]     0.7.4aprilfool55
9772
9773         * src/summaryview.c
9774                 honour feature request item #537427 to allow for
9775                 displaying names from address book for sent mail also
9776
9777 2002-03-29 [paul]       0.7.4claws54
9778
9779         * src/mainwindow.c
9780           src/prefs_filtering.[ch]
9781           src/prefs_matcher.c
9782           src/summaryview.c
9783                 add 'fast filter' for claws' filtering,
9784                 /Tools/Create filter rule/... patch submitted
9785                 by Neill Miller <neillm@thecodefactory.org>
9786
9787 2002-03-29 [paul]       0.7.4claws53
9788
9789         * sync with 0.7.4cvs24
9790                 see ChangeLog entry 2002-03-29
9791
9792 2002-03-28 [paul]       0.7.4claws52
9793
9794         * sync with 0.7.4cvs23
9795                 see ChangeLog entry 2002-03-28
9796
9797 2002-03-27 [melvin]     0.7.4claws51
9798
9799         * src/prefs_actions.c
9800                 Added support to pass only one message part (as a
9801                 file) to the command using '%p'. No quotes are needed
9802                 because doubles quotes are automatically added.
9803                 Fixed bug where Sylpheed could block when waiting for
9804                 a child process to finish.
9805                 Changed the help menu to remove quotes around symbols to 
9806                 avoid misinterpretation (they must not be used).
9807
9808 2002-03-27 [melvin]     0.7.4claws50
9809
9810         * src/inc.c
9811                 Made the new mail notification command always 
9812                 execute asynchronously.
9813
9814 2002-03-27 [paul]       0.7.4claws49
9815
9816         * src/compose.c
9817                 fix bug introduced in last commit
9818
9819 2002-03-27 [paul]       0.7.4claws48
9820
9821         * sync with 0.7.4cvs21
9822                 see ChangeLog 2002-03-26 and 2002-03-27
9823
9824 2002-03-26 [hoa]        0.7.4claws47
9825
9826         * src/prefs_folder_item.c
9827                 really fixed the bug #516442 with folder rescan.
9828
9829 2002-03-26 [paul]       0.7.4claws46
9830
9831         * sync with 0.7.4cvs19
9832                 see ChangeLog entries 2002-03-25 and 2002-03-26
9833
9834 2002-03-25 [hoa]        0.7.4claws45
9835
9836         * src/matcher.c
9837         * src/mh.c
9838                 fix the bug #516442 with folder rescan.
9839
9840         * src/prefs_common.[ch]
9841         * src/compose.c
9842                 added an option to enable two different behaviours
9843                 for bounce.
9844
9845
9846 2002-03-25 [paul]       0.7.4claws44
9847
9848         * src/mainwindow.c
9849           src/selective_download.c
9850                 correct a few menuitem labels
9851
9852 2002-03-25 [christoph]  0.7.4claws43
9853
9854         * src/procmsg.c
9855                 fix non deleted tmp message in
9856                 procmsg_save_to_outbox
9857                 fix problems caused by sync with
9858                 main branch's procmsg_send_queue
9859
9860 2002-03-25 [paul]       0.7.4claws42
9861
9862         * src/quote_fmt.c
9863           src/quote_fmt_lex.l
9864           src/quote_fmt_parse.y
9865                 add Last name (%L) placeholder for quoting. 
9866                 patch submitted by Thorsten Thielen 
9867                 <thth@users.sourceforge.net>
9868
9869 2002-03-25 [paul]       0.7.4claws41
9870
9871         * src/utils.c
9872                 get full hostname. patch submitted by
9873                 Bob Woodside <rwoodside1@comcast.net>
9874
9875 2002-03-25 [paul]       0.7.4claws40
9876
9877         * src/account.c
9878           src/news.c
9879           src/nntp.[ch]
9880           src/prefs_account.[ch]
9881                 enable NNTP over SSL. patch submitted by
9882                 Pascal Jermini <pascal@infinity.hn.org>
9883
9884 2002-03-24 [paul]       0.7.4claws39
9885
9886         * src/prefs_common.c
9887                 make the arrangement of the Compose tab more
9888                 coherent
9889
9890         * src/mainwindow.c
9891                 fix some irregularities of style
9892
9893         * po/de.po
9894                 updated by Kilian Krause
9895
9896 2002-03-23 [paul]       0.7.4claws38
9897
9898         * po/pt_BR.po
9899                 updated by Fabio Junior Beneditto
9900
9901 2002-03-23 [paul]       0.7.4claws37
9902
9903         * src/mainwindow.c
9904                 move 'Gather addresses' to 'Tools' menu
9905                 make 'Selective download' sensitive
9906
9907 2002-03-23 [paul]       0.7.4claws36
9908
9909         * sync with 0.7.4cvs16
9910                 see ChangeLog entries 2002-03-23
9911
9912 2002-03-22 [christoph]  0.7.4claws35
9913
9914         * src/quote_fmt_parse.y
9915                 fix include program output
9916
9917 2002-03-22 [alfons]     0.7.4claws34
9918
9919         * src/pop.c
9920                 initialize GDate stack variable correctly (sorry!)
9921
9922 2002-03-22 [paul]       0.7.4claws33
9923
9924         * src/compose.c
9925           src/mainwindow.c
9926           src/prefs_actions.c
9927           src/prefs_common.c
9928                 rename 'Tool' to 'Tools'
9929
9930         * src/mainwindow.c
9931                 move 'Delete duplicated messages' from
9932                 'Message/' to 'Tools/'
9933                 re-arrange the order of 'Tools/' items
9934
9935 2002-03-22 [paul]       0.7.4claws32
9936
9937         * src/addr_compl.c
9938           src/addressbook.[ch]
9939                 auto-address completion now also matches on
9940                 Nickname. patch submitted by Bob Forsman 
9941                 <hammor@users.sourceforge.net>
9942
9943         * src/editaddress.c
9944                 correct a spelling mistake
9945
9946 2002-03-22 [alfons]     0.7.4claws31
9947
9948         * src/pop.c
9949                 fix getting uidl from incorrect string 
9950                 (spotted by Colin)
9951
9952 2002-03-21 [alfons]     0.7.4claws30
9953
9954         * src/pop.c
9955                 more code refactoring
9956                 plug mem leak introduced by delete on server
9957
9958 2002-03-21 [paul]       0.7.4claws29
9959
9960         * sync with 0.7.4cvs11
9961                 see ChangeLog entries 2002-03-20
9962
9963 2002-03-20 [alfons]     0.7.4claws28
9964
9965         * src/inc.c
9966                 apply Colin's patch and refactor
9967
9968 2002-03-20 [paul]       0.7.4claws27
9969
9970         * sync with sylpheed 0.7.4cvs9
9971                 see ChangeLog entry 2002-03-20
9972
9973 2002-03-19 [christoph]  0.7.4claws26
9974
9975         * src/mh.c
9976         * src/procmsg.[ch]
9977         * src/summaryview.c
9978                 revert changes for flag updates
9979                 (does not work correctly and no time to debug)
9980
9981 2002-03-20 [alfons]     0.7.4claws25
9982
9983         * src/pop.c
9984                 refactor should_delete() a little bit 
9985
9986 2002-03-19 [paul]       0.7.4claws24
9987
9988         * src/inc.[ch]
9989           src/pop.c
9990           src/prefs_account.[ch]
9991                 allow the user to leave downloaded mail on the 
9992                 server for n days. Patch submitted by Colin Leroy 
9993                 <colin@colino.net>
9994
9995 2002-02-19 [paul]       0.7.4claws23
9996
9997         * sync with sylpheed 0.7.4cvs8
9998                 see ChangeLog entries 2002-03-19
9999
10000 2002-03-18 [paul]       0.7.4claws22
10001
10002         * sync with sylpheed 0.7.4cvs6
10003                 see ChangeLog entry 2002-03-18
10004
10005 2002-03-18 [paul]       0.7.4claws21
10006
10007         * po/en_GB.po
10008                 add en_GB message catalogue
10009
10010         * src/mbox_folder.c
10011           src/prefs_account.c
10012           src/prefs_actions.c
10013                 correct a few spelling mistakes
10014
10015 2002-03-17 [alfons]     0.7.4claws20
10016
10017         * src/matcher.c
10018                 more stringent checks for NULL params when writing
10019                 filtering actions to a file
10020                 
10021 2002-03-17 [hoa]        0.7.3claws20
10022
10023         * src/news.c
10024                 fixed the count of new messages
10025
10026         * src/compose.c
10027                 fixed the "attachment properties" window
10028
10029 2002-03-17 [paul]       0.7.4claws19
10030
10031         * src/defs.h
10032           src/folder.h
10033           src/news.c
10034           src/prefs_account.[ch]
10035           src/procmsg.[ch]
10036           src/summaryview.c
10037                 automatically mark cross-posted messages as read 
10038                 and (optionally) give them a colour label
10039                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
10040                 
10041
10042 2002-03-17 [paul]       0.7.4claws18
10043
10044         * sync with sylpheed 0.7.4cvs5
10045                 see ChangeLog entry 2002-03-17
10046
10047 2002-03-17 [melvin]     0.7.4claws17
10048         
10049         * src/textview.c
10050                 Worked around a gtktext 'bug': when searching for 
10051                 a text in a long message it was scrolling slowly
10052                 line by line until it hit the searched text.
10053         * po/fr.po
10054                 Updated French translation
10055
10056 2002-03-17 [melvin]     0.7.4claws16
10057
10058         * src/mainwindow.c
10059         * src/compose.c
10060         * src/prefs_actions.c
10061                 Moved "Edit/Actions" to "Tool/Actions"
10062                 Made mainwindow/compose window sensitive as soon as
10063                 no child process is running anymore even if the io dialog
10064                 is open.
10065                 Fixed a struct being initialized with a non constant char*
10066
10067 2002-03-16 [christoph]  0.7.4claws15
10068
10069         * configure.in
10070                 add --with-compiler-flags option
10071                 (only for developer hacking)
10072         * src/mh.c
10073         * src/procmsg.[ch]
10074         * src/summaryview.c
10075                 try to make folder-stats and flag handling more
10076                 independent from the summaryview. msgcounts
10077                 are only set when the folder is opened and
10078                 procmsg_msginfo_(un)set_flags will handle it
10079                 later and summaryview will get the values
10080                 from the folder.
10081
10082 2002-03-16 [paul]       0.7.4claws14
10083
10084         * src/messageview.c
10085                 fix Return-receipt. Patch submitted by Bob
10086                 Woodside <rwoodside1@comcast.net>
10087
10088 2002-03-16 [paul]       0.7.4claws13
10089
10090         * src/compose.c
10091                 fix 'dynamic' signatures, make it work again
10092                 broken during sync on 2002-03-14 (0.7.4claws2)
10093
10094 2002-03-15 [match]      0.7.4claws12
10095
10096         * src/addrharvest.[ch]
10097         * src/addrgather.[ch]
10098         * src/addressbook.[ch]
10099         * src/mainwindow.c
10100                 included address harvester feature. still some
10101                 issues with address parsing that I will fix.
10102
10103 2002-03-15 [match]      0.7.4claws11
10104
10105         * src/addrbook.[ch]
10106         * src/addrcache.[ch]
10107         * src/addressbook.[ch]
10108         * src/addrindex.c
10109         * src/editbook.c
10110         * src/importldif.c
10111         * src/importmutt.c
10112         * src/jpilot.[ch]
10113         * src/main.c
10114         * src/syldap.[ch]
10115         * src/vcard.[ch]
10116                 tidy up. fix memory leaks. moved attribs and methods
10117                 from individual interfaces to addrcache object. prep
10118                 for new stuff to come in.
10119
10120 2002-03-15 [alfons]     0.7.4claws10
10121
10122         * src/matcher.[ch]
10123         * src/matcher_parser_parse.y
10124         * src/matcher_parser_lex.l
10125         * src/prefs_matcher.c
10126                 add filtering conditions message greater than, smaller 
10127                 than, and exactly matching a size in bytes
10128                 (does not work with delete from POP3 server yet)
10129
10130                 this should also give others an idea what you should
10131                 do to add new criterions to claws filtering system
10132                 
10133
10134 2002-03-15 [paul]       0.7.4claws9
10135
10136         * tools/filter_conv.pl
10137                 exit if there are no filter rules to convert
10138                 rename filterrc to filterrc.old after completion
10139
10140 2002-03-15 [paul]       0.7.4claws8
10141
10142         * sync with sylpheed 0.7.4cvs3
10143                 see ChangeLog entry 2002-03-14
10144
10145 2002-03-14 [paul]       0.7.4claws7
10146
10147         * src/compose.c
10148                 clean up the last commit (ahem)
10149
10150 2002-03-14 [paul]       0.7.4claws6
10151
10152         * src/compose.c
10153                 fix bug #515655. honour account preferences
10154                 regarding gpg default signing/encryption when 
10155                 changing account from the compose window.
10156
10157 2002-03-14 [paul]       0.7.4claws5
10158
10159         * src/folderview.c
10160                 remove unnecessary curly brackets
10161
10162 2002-03-14 [paul]       0.7.4claws4
10163
10164         * src/folderview.c
10165           src/prefs_filtering.[ch]
10166                 add filter rename on folder rename and filter
10167                 delete on folder delete. Patch submitted by
10168                 Neill Miller <neillm@thecodefactory.org> 
10169
10170 2002-03-14 [christoph]  0.7.4claws3
10171
10172         * src/procmsg.c
10173         * src/send.c
10174                 fix local delivery
10175                 (patch submitted by "Simon 'corecode' Schubert")
10176         * src/prefs_common.c
10177         * src/procmsg.c
10178                 fix gcc 3.0 warning
10179
10180 2002-03-14 [paul]       0.7.4claws2
10181
10182         * sync with sylpheed 0.7.4cvs2
10183                 see ChangeLog entry 2002-03-13
10184
10185 2002-03-12 [darko]      0.7.4claws1
10186
10187         * src/mainwindow.c
10188                 fix what seems to be a copy and paste error
10189                 when setting color for important messages
10190                 (reported by wwp)
10191
10192 2002-03-11 [paul]       version 0.7.4claws released
10193
10194 2002-03-11 [paul]       0.7.4claws
10195
10196         * po/es.po
10197           po/it.po
10198           po/nl.po
10199           po/pt_BR.po
10200                 update message catalogs. Submitted by Ricardo Mones 
10201                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
10202                 Fabio Junior Beneditto
10203
10204         * configure.in
10205           faq/Makefile.am
10206           faq/it/Makefile
10207           faq/it/sylpheed-faq*
10208           src/mainwindow.c
10209           src/manual.[ch]
10210                 add FAQ in Italian
10211         
10212
10213 2002-03-11 [jens]       0.7.3claws7
10214
10215         * po/de.po
10216                 updated German translation
10217
10218 2002-03-11 [melvin]     0.7.3claws6
10219
10220         * po/fr.po
10221                 updated and corrected French translation
10222
10223 2002-03-10 [hoa]        0.7.3claws5
10224
10225         * src/account.c
10226         * src/inc.c
10227         * src/prefs_account.c
10228         * src/procmsg.c
10229         * src/send.[ch]
10230                 fixed the local account.
10231                 you have to change the default "/usr/sbin/sendmail"
10232                 to "/usr/sbin/sendmail -t" in the preferences of
10233                 the local account.
10234
10235         * src/procmime.c
10236                 removed some debug display for renderer
10237
10238 2002-03-10 [paul]       0.7.3claws4
10239
10240         * faq/en/sylpheed-faq-1.html
10241           faq/en/sylpheed-faq-2.html
10242                 update
10243
10244 2002-03-09 [paul]       0.7.3claws3
10245
10246         * sync with sylpheed 0.7.4
10247                 see ChangeLog entry 2002-03-09
10248
10249 2002-03-08 [paul]       0.7.3claws2
10250
10251         * faq/en/sylpheed-faq*
10252           faq/es/sylpheed-faq*
10253           faq/fr/sylpheed-faq*
10254                 update the FAQs
10255
10256         * manual/fr/.cvsignore
10257           manual/fr/Makefilea.am
10258           manual/fr/sylpheed*
10259           src/mainwindow.c
10260           src/manual.[ch]
10261                 add the French manual
10262
10263 2002-03-07 [paul]       0.7.3claws1
10264
10265         * sync with sylpheed 0.7.3cvs4
10266                 see ChangeLog entries  2002-03-06 and 2002-03-07
10267         
10268         * po/nl.po
10269                 updated by Wilbert Berendsen
10270
10271 2002-03-07 [melvin]     0.7.2claws34
10272
10273         * src/selective_download.c
10274                 Changed the pixmap of the receive button to MAIL_RECEIVE.
10275
10276 2002-03-06 [paul]       0.7.2claws33
10277
10278         * sync with sylpheed 0.7.3cvs1
10279                 bug fix, see ChangeLog entry 2002-03-05
10280
10281 2002-03-05 [paul]       0.7.2claws32
10282
10283         * src/mimeview.c
10284           src/pgptext.[ch]
10285           src/procmsg.c
10286                 reverse the pgp ascii-armored code implemented in 
10287                 0.7.2claws16. removal of this code until it matures.
10288                 this means that verifying ascii-armored pgp sigs and
10289                 automatic decryption of ascii-armored encrypted
10290                 messages no longer works.
10291
10292 2002-03-05 [paul]       0.7.2claws31
10293
10294         * configure.in
10295           Makefile.am
10296         * faq/Makefile.am
10297         * faq/en/Makefile.am
10298           faq/en/sylpheed-faq.html
10299           faq/en/sylpheed-faq-1.html
10300           faq/en/sylpheed-faq-2.html
10301           faq/en/sylpheed-faq-3.html
10302         * faq/es/Makefile.am
10303           faq/es/sylpheed-faq.html
10304           faq/es/sylpheed-faq-1.html
10305           faq/es/sylpheed-faq-2.html
10306           faq/es/sylpheed-faq-3.html
10307           faq/es/sylpheed-faq-4.html
10308         * faq/fr/Makefile.am
10309           faq/fr/sylpheed-faq.html
10310           faq/fr/sylpheed-faq-1.html
10311           faq/fr/sylpheed-faq-2.html
10312           faq/fr/sylpheed-faq-3.html
10313         * src/Makefile.am
10314           src/defs.h
10315           src/mainwindow.c
10316           src/manual.[ch]
10317                 add FAQs in English, Spanish and French
10318
10319
10320 2002-03-05 [paul]       0.7.2claws30
10321
10322         * manual/en/sylpheed.html
10323           manual/en/sylpheed-XX.html
10324                 updated the English manual
10325
10326 2002-03-05 [hoa]        
10327
10328         * src/summaryview.c
10329                 dialog box pops up if the article can't be deleted.
10330
10331 2002-03-04 [paul]       
10332         
10333         * po/pt_BR.po
10334                 updated by Fabio Junior Benedito
10335
10336 2002-03-04 [hoa]
10337
10338         * removed ac/gpgme.m4
10339                 to avoid autogen common problem
10340                 developers have to install gpgme development package now
10341
10342         * src/compose.c
10343                 encoding to 7bit or 8bit is enabled.
10344
10345 2002-03-03 [alfons]     0.7.2claws29
10346
10347         * src/pop.c
10348                 merge fix by Oliver Haertel for selective
10349                 download buglet
10350
10351 2002-03-03 [paul]       0.7.2claws28
10352         
10353         * sync with sylpheed 0.7.3
10354
10355 2002-03-03 [paul]       0.7.2claws27
10356
10357         * sync with sylpheed 0.7.2cvs24
10358                 see ChangeLog entries 2002-03-02 and 2002-03-03
10359
10360 2002-03-02 [melvin]     0.7.2claws26
10361
10362         * src/inc.[ch]
10363         * src/main.c
10364         * src/mainwindow.c
10365         * src/prefs_common.[ch]
10366                 Added user definable notification on new mail arrival.
10367                 Removed unused variables in spell checker prefs code.
10368
10369 2002-03-02 [melvin]     0.7.2claws25
10370
10371         * src/quote_fmt.c
10372                 Removed unnecessary escape sequences.
10373                 Changed 'Initial...' to 'Initials of Sender'
10374
10375 2002-03-02 [paul]       0.7.2claws24
10376
10377         * sync with sylpheed 0.7.2cvs22
10378                 see ChangeLog entry 2002-03-01
10379
10380 2002-03-01 [hoa]        0.7.2claws23
10381
10382         * src/mainwindow.c
10383                 Set sensitivity of delete actions to active
10384                 even if the folder is a newsgroup.
10385
10386         * src/summaryview.c
10387                 - Set sensitivity of delete actions
10388                 - Added function check_permission() that will check if the
10389                   user is authorized to delete a message. For news, it
10390                   will check if the author is the same.
10391                 - Enabled deletion when there is no trash folder.
10392
10393         * src/news.[ch]
10394                 - Added news_cancel_article() to cancel articles
10395                 - Implemented news_remove_message() (public function)
10396
10397 2002-03-01 [paul]       0.7.2claws22
10398
10399         * src/gtkutils.c
10400           src/textview.c
10401                 recognise urls that that don't include 'http://' and
10402                 simply begin 'www.' 
10403
10404         * AUTHORS
10405                 remove duplicated name
10406
10407 2002-02-28 [paul]       0.7.2claws21
10408
10409         * src/mainwindow.c
10410           src/summaryview.[ch]
10411                 add ability to 'Select thread'
10412                 combines Melvin's "Select thread's head" patch (#510907)
10413                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
10414                 patch (#518514) 
10415
10416 2002-02-28 [paul]       0.7.2claws20
10417
10418         * src/mimeview.c
10419                 hopefully fix segfault on right-clicking a mime part
10420                 that some people have experienced.      
10421                 fix submitted by Fredrik Olofsson <frol@linux.nu>
10422
10423 2002-02-28 [paul]       0.7.2claws19
10424
10425         * sync with sylpheed 0.7.2cvs21
10426                 see ChangeLog entries 2002-02-27 and 2002-02-28
10427
10428 2002-02-27 [paul]       0.7.2claws18
10429
10430         * sync with sylpheed 0.7.2cvs18
10431                 see ChangeLog entries 2002-02-26 and 2002-02-27
10432
10433 2002-02-26 [alfons]     0.7.2claws17
10434
10435         * src/procheader.c
10436                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
10437                 (spotted by Chris Hessman <idatech@gmx.net>)
10438
10439 2002-02-26 [paul]       0.7.2claws16
10440
10441         * src/mimeview.c
10442           src/pgptext.[ch]
10443           src/procmsg.c
10444                 make decryption of ascii-armored pgp encrypted messages
10445                 and verification of ascii-armored signatures work again.
10446                 slightly altered from the patch by Jens Jahnke 
10447                 <jan0sch@gmx.net>
10448
10449                 ##FIX ME##
10450                 * the checking of plaintext signatures always comes up in 
10451                   a popup box
10452                 * it doesn't work for multipart messages 
10453                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
10454                   including the msg headers and these 2 line themselves, are 
10455                   not displayed
10456
10457         * src/mainwindow.c
10458                 "View/Folder Tree" becomes "View/Separate Folder Tree"
10459                 "View/Message View" becomes "View/Separate Message View"
10460                 because its less ambiguous.
10461
10462         * po/es.po
10463                 updated by Ricardo Mones Lastra
10464
10465 2002-02-26 [paul]       0.7.2claws15
10466
10467         * sync with sylpheed 0.7.2cvs17
10468                 see ChangeLog entries 2002-02-25 and 2002-02-26
10469
10470 2002-02-25 [christoph]  0.7.2claws14
10471
10472         * src/filtering.[ch]
10473         * src/inc.c
10474                 do filtering stuff after all messages have been received
10475                   1. drop all messages to .processing
10476                   2. scan processing folder for messages
10477                   3. filter messages or move to inbox
10478                 this will also find old messages left in processing after
10479                 a crash or something like that and we get a real msginfo
10480                 from folder->get_msg_list and do not have to create our
10481                 own in filter_message
10482         * src/matcher_parser_parse.y
10483                 remove MIX/MAX warning (reordered includes)
10484
10485 2002-02-25 [paul]       0.7.2claws13
10486
10487         * sync with sylpheed 0.7.2cvs15
10488                 see ChangeLog entry 2002-02-24
10489
10490 2002-02-24 [alfons]     0.7.2claws12
10491
10492         * src/filtering.c
10493                 clear old color flags first when applying a new color to
10494                 a message info. 
10495                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
10496
10497 2002-02-24 [alfons]     0.7.2.claws11
10498         
10499         * AUTHORS
10500         * src/prefs_common.c
10501                 add presets for Opera and Konqueror, closes patch #517261,
10502                 submitted by Ville Skyttä <scop@users.sourceforge.net>
10503
10504 2002-02-24 [alfons]     0.7.2.claws10
10505
10506         * AUTHORS
10507         * src/summaryview.c
10508                 fix threading for null message ids, closes patch #521601,
10509                 submitted by Bob Forsman <hammor@users.sourceforge.net>
10510
10511 2002-02-24 [alfons]     0.7.2claws9
10512
10513         * src/summaryview.c
10514         * src/filtering.c
10515                 make Tool | Filter Message work with filtering system so
10516                 setting flags also works
10517
10518                 TODO:
10519
10520                 - Processing uses the same function as Tool | Filter
10521                   Message, but doesn't use the same update proc yet
10522
10523 2002-02-23 [paul]       0.7.2claws8
10524
10525         * sync with sylpheed 0.7.2cvs14
10526                 see ChangeLog entries 2002-02-22 and 2002-02-23
10527
10528 2002-02-22 [christoph]  0.7.2claws7
10529
10530         * src/quote_fmt.c
10531                 Add column space to table
10532         * src/quote_fmt_parse.y
10533                 Close files
10534
10535 2002-02-22 [paul]       0.7.2claws6
10536
10537         * src/Makefile.am
10538           src/defs.h
10539           src/filtering.c
10540           src/inc.[ch]
10541           src/mainwindow.c
10542           src/matcher.[ch]
10543           src/matcher_parser_lex.l
10544           src/matcher_parser_parse.y
10545           src/pop.[ch]
10546           src/prefs_account.h
10547           src/prefs_filtering.c
10548           src/selective_download.[ch]   *** NEW FILES ***
10549           src/utils.[ch]
10550           po/POTFILES.in
10551                 Selective Download added to 'Tool' menu. 
10552                 Retrieves email headers of the currently selected pop3 
10553                 account and allows the user to mark emails for deletion 
10554                 right on the pop3 server. Patch submitted by Oliver Haertel 
10555                 <oha@users.sourceforge.net>.
10556         
10557         * po/POTFILES.in
10558                 add 'src/quote_fmt.c'           
10559
10560 2002-02-22 [christoph]  0.7.2claws5
10561
10562         * src/Makefile.am
10563                 added quote_fmt.c
10564         * src/prefs_common.[ch]
10565         * src/prefs_template.c
10566         * src/quote_fmt.c               *** NEW FILE ***
10567         * src/quote_fmt.h
10568                 move quote format symbol description code
10569                 to it's own file because it is used from
10570                 differnent code parts
10571                 Rewrote symbol description GUI
10572                   + use table
10573                   + add separators
10574                   + get data from array (no more long constant strings)
10575         * src/quote_fmt_lex.l
10576         * src/quote_fmt_parse.y
10577                 Symbol for Literal % changed to \% instead of %%
10578                 (More logical as \ is used for quoting for other symbols)
10579                 Add |f and |p to include files and program output
10580                 Examples:
10581                     |f{/home/.../.signature}
10582                     |p{date}
10583         * po/de.po
10584                 Correct wrong spelling for "Referenzen"
10585
10586 2002-02-21 [paul]       0.7.2claws4
10587
10588         * src/procmsg.c
10589                 forgotten during sync
10590
10591 2002-02-21 [paul]       0.7.2claws3
10592
10593         * sync with sylpheed 0.7.2cvs11
10594                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
10595                 2002-02-20 and 2002-02-21
10596
10597 2002-02-20 [melvin]     0.7.2claws2
10598
10599         * src/prefs_actions.c
10600                 Added error report when child cannot fork or when execvp 
10601                 returns with an error.
10602
10603 2002-02-19 [christoph]  0.7.2claws1
10604
10605         * src/codeconv.c
10606                 return unconverted text if conde conversion is not possible
10607                 when libjconv is used.
10608                 (patch submitted by "Simon 'corecode' Schubert")
10609
10610 2002-02-19 [paul]       
10611
10612         * version 0.7.2claws release
10613
10614 2002-02-19 [paul]       0.7.2claws
10615
10616         * po/nl.po
10617                 updated by Wilbert Berendsen
10618
10619
10620 2002-02-18 [alfons]     0.7.1claws13
10621
10622         * src/syldap.c
10623         * src/jpilot.c
10624                 remove references to dlfcn and explicitly loading functions
10625                 from dynalink libs, because libs linked anyway, and functions
10626                 are loaded explicitly
10627
10628 2002-02-17 [melvin]     0.7.1claws12
10629
10630         * src/prefs_actions.c
10631                 Replaced children wait loop with double fork technique.
10632                 Now, input/output window updated at each new output.
10633                 free_children(): Fixed a memory leak.
10634                 Made input/output window non closable if running children
10635                 still exist.
10636                 Added missing <unistd.h> include.
10637                 Added some --debug outputs.
10638
10639 2002-02-17 [melvin]     0.7.1claws11
10640
10641         * src/summaryview.c
10642                 Fixed bug where descending sort order did not select top
10643                 message.
10644
10645 2002-02-17 [melvin]     0.7.1claws10
10646
10647         * acconfig.h
10648                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10649         * src/prefs_common.c
10650                 Pspell data package directory no more hard coded but
10651                 set during configuration (PSPELL_PATH). (Thanks to 
10652                                 Gustavo Noronha Silva.)
10653
10654 2002-02-17 [melvin]     0.7.1claws9
10655
10656         * configure.in
10657                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10658         * src/gtkspell.c
10659                 Fixed compile-time warnings.
10660
10661 2002-02-16 [alfons]     0.7.1claws8
10662
10663         * src/filesel.c
10664                 fix inadvertent free of NULL pointer which caused
10665                 sylpheed to crash when closing the save-as dialog
10666                 using the window close button
10667
10668 2002-02-16 [carsten]    0.7.1claws7
10669         * src/mainwindow.[ch]
10670           src/summaryview.c
10671           src/prefs_common.c
10672                 fixes for pixmap theming code:
10673                         - recently changed mail attributes shouldn't get
10674                           lost any longer
10675                         - theme is only reloaded iff another theme was
10676                           selected
10677
10678 2002-02-16 [paul]       0.7.1claws6
10679
10680         * sync with sylpheed 0.7.2 release
10681                 see ChangeLog entry 2002-02-15 and 2002-02-16
10682
10683 2002-02-15 [paul]       0.7.1claws5
10684
10685         * sync with sylpheed 0.7.1cvs9
10686                 see ChangeLog entry 2002-02-15
10687
10688         * po/POTFILES.in
10689                 remove unneeded headerwindow.c entry
10690
10691 2002-02-14 [carsten]    0.7.1claws4
10692         * src/summaryview.c
10693                 fixed a bug for "Go to next unread message": there was
10694                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
10695                 in the prefs, because of doing "Search again" instead
10696                 "No"
10697
10698 2002-02-14 [carsten]    0.7.1claws3
10699         * src/stock_pixmap.c
10700                 removed 2 more mem leaks; following memprof,
10701                 this code is "leak free" now :)
10702
10703 2002-02-14 [carsten]    0.7.1claws2
10704         * src/stock_pixmap.c
10705                 used opendir/readdir/closedir instead of scandir
10706                 -> code should work now on Solaris
10707
10708 2002-02-14 [paul]       0.7.1claws1
10709
10710         * sync with sylpheed 0.7.1cvs8
10711                 see ChangeLog entries 2002-02-13 and 2002-02-14
10712
10713         * README.claws
10714                 add some description of Actions and Pixmap Themes
10715
10716 2002-02-13 [paul]       
10717
10718         * version 0.7.1claws release
10719
10720 2002-02-13 [paul]       0.7.1claws
10721
10722         * po/es.po
10723           po/it.po
10724           po/pt_BR.po
10725                 updated translations, submitted by Ricardo Mones Lastra,
10726                 Alessandro Maestri and Fabio Junior Beneditto
10727
10728 2002-02-13 [melvin]     0.7.0claws75
10729
10730         * src/prefs_actions.c
10731                 Added missing "signal.h" include
10732
10733 2002-02-13 [melvin]     0.7.0claws74
10734
10735         * src/prefs_folder_item.c
10736                 Added missing "config.h" include
10737         * po/fr.po
10738                 Updated French translation for folder propriety.
10739
10740 2002-02-13 [jens]       0.7.0claws73
10741
10742         * po/POTFILES.in
10743                 Added missing src/prefs_folder_item.c [log added by melvin]
10744         * po/de.po
10745                 Updated German translation.
10746
10747 2002-02-13 [melvin]     0.7.0claws72
10748
10749         * po/fr.po
10750                 Updated French translation.
10751
10752 2002-02-13 [melvin]     0.7.0claws71
10753
10754         * src/gtkutils.c
10755                 Made gtkut_editable_get_selection return NULL if selection
10756                 is of length zero.
10757                 This fixes a bug where selecting part of message A then
10758                 switching to message B and replying to it will not
10759                 quote the message's body.
10760
10761 2002-02-12 [paul]       0.7.0claws70
10762
10763         * src/mainwindow.c
10764                 cosmetic, relating to pixmap themes: on toolbar make 
10765                 updating of 'Exec' and 'Compose news/Compose email'
10766                 icons faster.
10767
10768 2002-02-12 [carsten]    0.7.0claws69
10769         * src/folderview.c
10770           src/mainwindow.[ch]
10771           src/stock_pixmap.c
10772           src/summaryview.c
10773           src/prefs_common.c
10774                 - refreshing after changing pixmap theme better
10775                   now (thanks Paul)
10776                 - wanted to remove some mem leaks, but alfons was
10777                   faster (and had the better solution ;)
10778
10779 2002-02-12 [alfons]     0.7.0claws68
10780
10781         * src/prefs_common.c
10782         * src/stock_pixmap.[ch]
10783                 plug mem leaks, refactor code a little bit
10784
10785
10786 2002-02-12 [sergey]     0.7.0claws67
10787
10788         * src/imap.c
10789                 Fixed problem with copying messages to IMAP folders when the
10790                 server uses something other than '/' as a namespace separator
10791                 (cyrus-imapd uses '.').
10792
10793 2002-02-12 [jens]       0.7.0claws66
10794
10795         * po/de.po
10796                 Updated German Translation
10797
10798 2002-02-12 [paul]       0.7.0claws65
10799
10800         * sync with sylpheed 0.7.1cvs1
10801                 see ChangeLog entry 2002-02-12
10802
10803 2002-02-12 [melvin]     0.7.0claws64
10804
10805         * src/prefs_actions.c
10806                 Fixed "feature" where children's output was duplicated 
10807                 instead of refreshed while monitoring.
10808                 Removed some debug code.
10809
10810 2002-02-12 [christoph]  0.7.0claws63
10811
10812         * src/compose.c
10813                 always delete message from queue after sending/send error
10814                 (closes bug #509601)
10815
10816 2002-02-12 [melvin]     0.7.0claws62
10817
10818         * src/prefs_actions.c
10819                 Children wait loop is now triggered with a timeout of 1s
10820                 Added %F which is replaced with the list of filenames 
10821                 of all selected messages (as suggested by Ricardo Mones Lestra)
10822                 Pipe syntax changed. Prefix with | to send selection, postfix
10823                 with | to retrieve output. Prefix with > or * to send
10824                 user definable input to the command (*: input is hidden)
10825                 Old pipe action should now be postfixed with |, too.
10826
10827 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
10828         * src/stock_pixmap.c
10829                 fixed a bug: if there's no theme directory don't
10830                 throw an error, just do "nothing" (thanks Alfons)
10831
10832 2002-02-12 [carsten]    0.7.0claws60
10833         * src/folderview.c
10834           src/summaryview.c
10835                 had to write the cache twice (nasty!); some marks would 
10836                 get lost if not
10837
10838 2002-02-11 [carsten]    0.7.0claws59
10839         * acconfig.h
10840           configure.in
10841           doc-src/maintainer_guide.txt
10842           src/compose.[ch]
10843           src/defs.h
10844           src/folderview.[ch]
10845           src/gtkutils.[ch]
10846           src/mainwindow.[ch]
10847           src/prefs_common.[ch]
10848           src/stock_pixmap.[ch]
10849           src/summaryview.[ch]
10850                 pixmap theming and related work on pixmap
10851                 handling on some other places
10852                 (e.g. hrm features for all folder)
10853           src/pixmap/stock_*.xpm -> the stock_ was removed
10854         
10855 2002-02-11 [paul]       0.7.0claws58
10856
10857         * sync with sylpheed 0.7.1 release
10858                 see ChangeLog entries 2002-02-11
10859
10860 2002-02-08 [paul]       0.7.0claws57
10861
10862         * sync with sylpheed 0.7.0cvs39
10863                 see ChangeLog entry 2002-02-07 (last entry) 
10864
10865         * src/prefs_actions.c
10866           src/prefs_filtering.c
10867           src/prefs_matcher.c
10868           src/prefs_scoring.c
10869                 sync: made it compile with C compilers other than gcc
10870
10871 2002-02-07 [paul]       0.7.0claws56
10872
10873         * sync with sylpheed 0.7.0cvs38
10874                 see ChangeLog entries 2002-02-06 (last 2 entries) and
10875                 2002-02-07
10876
10877 2002-02-07 [darko]      0.7.0claws55
10878
10879         * src/gtkutils.[ch]
10880         * src/summaryview.c
10881                 Fix const gchar */gchar * issue (thanks Hiro)
10882
10883 2002-02-07 [darko]      0.7.0claws54
10884
10885         * src/compose.[ch]
10886         * src/filtering.c
10887         * src/gtkutils.[ch]
10888         * src/prefs_template.c
10889         * src/quote_fmt.h
10890         * src/quote_fmt_parse.y
10891         * src/summaryview.c
10892         * src/utils.[ch]
10893                 When replying or forwarding an email don't quote the entire
10894                 mail body but use the part of the message text that is selected
10895
10896 2002-02-06 [melvin]     0.7.0claws53
10897
10898         * src/prefs_common.[ch]
10899         * src/gtkspell.[ch]
10900         * src/compose.c
10901                 Made possible to switch quickly to last used dictionary
10902                 which makes checking bilingual documents easier.
10903
10904 2002-02-06 [melvin]     0.7.0claws52
10905         
10906         * po/POTFILES.in
10907                 Added forgotten new file src/prefs_actions.c
10908
10909 2002-02-06 [melvin]     0.7.0claws51
10910
10911         * src/prefs_actions.c   ** NEW FILE **
10912         * src/prefs_actions.h   ** NEW FILE **
10913                 Added actions to execute on message text view, or on the
10914                         message's file.
10915         * src/Makefile.am
10916                 Added src/prefs_actions.[ch]
10917         * src/compose.c
10918                 Added new menu "Edit/Actions"
10919         * src/defs.h
10920                 Added new actionsrc file.
10921         * src/main.c
10922                 Added actionsrc reading.
10923         * src/mainwindow.c
10924                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10925         * src/prefs_common.h
10926                 Added new element actionslst element to prefs_common.
10927
10928 2002-02-06 [paul]       0.7.0claws50
10929
10930         * sync with sylpheed 0.7.0cvs36
10931                 see ChangeLog entry 2002-02-06
10932
10933 2002-02-05 [paul]
10934
10935         * po/es.po
10936                 updated by Ricardo Mones Lastra
10937
10938 2002-02-05 [paul]       0.7.0claws49
10939
10940         * sync with sylpheed 0.7.0cvs33
10941                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10942
10943 2002-02-05 [paul]       0.7.0claws48
10944
10945         * src/compose.c
10946                 re-add 'Edit/Advanced/Delete entire line', previously named
10947                 'Delete Line+'
10948
10949 2002-02-04 [paul]       0.7.0claws47
10950
10951         * src/compose.c
10952           src/summaryview.c
10953                 fix bug #494993 (Reply All not taking Reply-To into consi)
10954                 eliminate differences in behaviour of right-click 'Reply to all' 
10955                 in summary view and 'Reply to all' on the toolbar. 
10956                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10957                 view and From gets ignored by 'Reply to all' on toolbar.
10958                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10959                 From when no Reply-To header is present.
10960
10961 2002-02-04 [paul]       0.7.0claws46
10962
10963         * sync with sylpheed 0.7.0cvs30
10964                 see ChangeLog entries 2002-02-03 and 2002-02-04
10965
10966 2002-02-03 [melvin]     0.7.0claws45
10967
10968         * src/gtkspell.[ch]
10969                 Readded function to highlight all misspelled words.
10970                 Fixed bug where user-provided-words did not replace
10971                         correctly the misspelled word when using the mouse.
10972                 Fixed bug where checking a region selected from right to left did
10973                         not check the region at all.
10974                 Fixed bug where 'Check backwards' may not check at all. 
10975                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10976                 Fixed possible buffer overflow when checking for long strings (>1k).
10977                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10978                 Accelerators code uses now gtk_widget_add_accel.
10979                 Removed and disabled obsolete and unfinished code.
10980                 Cleaning up.
10981
10982         * src/compose.c
10983                 Added menu item to Highlight all misspelled words.
10984
10985 2002-02-01 [paul]       0.7.0claws44
10986
10987         * src/mainwindow.c
10988                 fix '/View/Hide read messages' sensitivity when all
10989                 messages in a folder are hidden
10990
10991 2002-02-01 [paul]       0.7.0claws43
10992
10993         * src/main.c
10994                 add --send option to command line interface, sends all
10995                 queued mail. Patch submitted by Ricardo Mones Lastra.
10996
10997 2002-01-31 [paul]       0.7.0claws42
10998
10999         * src/mainwindow.c
11000                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
11001
11002 2002-01-31 [paul]       0.7.0claws41
11003
11004         * sync with sylpheed 0.7.0cvs27
11005                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
11006                 and 2002-01-31
11007
11008         * src/textview.c
11009                 comment out elements of textview_show_part() as temporary
11010                 workaround for attachment 'Display as text' bug 
11011
11012         * po/pt_BR.po
11013                 updated by Fabio Junior Beneditto
11014
11015 2002-01-30 [paul]       0.7.0claws40
11016
11017         * sync with sylpheed 0.7.0cvs24
11018                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
11019                 and 2002-01-30
11020
11021         * src/compose.c
11022                 add {N_("/_Spelling"), ... "<Branch>"} to 
11023                 GtkItemFactoryEntry compose_entries[]
11024
11025         * src/prefs_common.c
11026                 add claws menu items to prefs_keybind_apply_clicked()
11027                 and remove non-claws menu items
11028
11029 2002-01-29 [paul]       0.7.0claws39
11030
11031         * sync with sylpheed 0.7.0cvs22
11032                 see ChangeLog entries 2002-01-28 and 2002-01-29
11033
11034 2002-01-28 [melvin]     0.7.0claws38
11035
11036         * src/compose.c
11037                 Added the declartion of compose_send_control_enter.
11038
11039         * src/compose.c
11040         * src/gtkspell.[ch]
11041                 Added in a 'Spelling' menu which includes the configuration menu. 
11042                 Added a real 'Check all' and got rid from the old one which only
11043                 highlited misspelled word.
11044                 Made 'Check while typing' a disableable option.
11045                 Added a dialog when there are no more misspelled word.
11046                 Added a dialog if error occurs when switching to a dictionary.
11047         
11048         * src/prefs_common.[ch]
11049                 Added option for the default 'Check while typing' option.
11050
11051
11052 2002-01-28 [alfons]     0.7.0claws37
11053
11054         * src/compose.c
11055                 fix buglet and make code comply with sylpheed code style
11056
11057 2002-01-28 [paul]       0.7.0claws36
11058
11059         * sync with sylpheed 0.7.0cvs19
11060                 see ChangeLog entries for 2002-01-28
11061
11062 2002-01-28 [hoa]        0.7.0claws35
11063
11064         * src/defs.h
11065                 added rendererrc
11066
11067         * src/main.c
11068                 read the renderer config
11069
11070         * src/procmime.[ch]
11071                 use the renderer config to convert mime attachments
11072
11073         * src/textview.c
11074                 don't use textview_show_html/ertf,
11075                 use get_text_content instead
11076
11077 2002-01-27 [alfons]     0.7.0claws34
11078         
11079         * src/news.c
11080                 make sylpheed believe it can delete a news message...
11081                 (messages are NOT deleted, maybe we should remove
11082                 processing from the folder properties after all.)
11083
11084 2002-01-27 [alfons]     0.7.0claws33
11085
11086         * src/folder.c
11087                 add extra checks
11088         * src/news.c
11089                 implement remove_msg() 
11090
11091 2002-01-27 [alfons]     0.7.0claws32
11092
11093         * src/procmsg.h
11094         * src/procheader.c
11095         * src/messageview.c
11096                 fix return receipt / disposition notification again. this
11097                 stuff seems to break on _every_ major summary UI change, so
11098                 it's now implemented using a flag which is saved in the
11099                 marks cache
11100                 
11101 2002-01-26 [alfons]     0.7.0claws31
11102
11103         * src/import.c
11104                 let import dialog show the destination folder identifier
11105
11106 2002-01-26 [melvin]     0.7.0claws30
11107
11108         * src/folderview.c
11109         * src/summaryview.c
11110                 Readded 'Mark all read' into summary view popup menu
11111                 Added 'Mark all read' in folder view popup menu for IMAP
11112                 and NNTP.
11113                 Made it insensitive if the selected folder is not the shown
11114                 one to avoid 'Mark all read' on the wrong folder.
11115                 
11116 2002-01-26 [paul]       0.7.0claws29
11117
11118         * src/folderview.c
11119           src/summaryview.c
11120                 move 'Mark all read' from summary view to folder view
11121                 menu. (adapted from) patch submitted by Jeremy Andrews,
11122                 <lists@kerneltrap.com>
11123
11124 2002-01-25 [alfons]     0.7.0claws28
11125
11126         * src/gtkstext.c
11127                 put the gtk class name back so GtkSText adapts the 
11128                 settings of GtkText
11129
11130 2002-01-25 [alfons]     0.7.0claws27
11131
11132         * src/folderview.c 
11133                 assimilate Ricardo's patch that shows pixmaps instead of
11134                 plain "new" and "unread" texts in the folder view column
11135                 headers 
11136
11137 2002-01-25 [paul]       0.7.0claws26
11138
11139         * src/Makefile.am
11140                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
11141                 be found in non-standard locations. 
11142                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
11143
11144 2002-01-25 [paul]       0.7.0claws25
11145
11146         * sync with sylpheed 0.7.0cvs16
11147                 see ChangeLog entry 2002-01-25
11148
11149 2002-01-24 [paul]       0.7.0claws24
11150
11151         * more sync with sylpheed 0.7.0cvs15
11152                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
11153
11154 2002-01-23 [sergey]     0.7.0claws23
11155
11156         * src/importldif.c
11157                 Fixed segfault when closing LDIF import wizard with
11158                 the window manager.
11159         * src/imageview.c
11160         * src/imageview.h
11161         * src/messageview.c
11162         * src/mimeview.c
11163                 Fixed wrong scrolling position after switching between
11164                 text and image parts.
11165
11166 2002-01-23 [paul]       0.7.0claws22
11167
11168         * sync with sylpheed 0.7.0cvs15
11169                 see ChangeLog entries 2002-01-22 and 2002-01-23
11170
11171 2002-01-21 [melvin]     0.7.0claws21
11172
11173         * src/prefs_scoring.c
11174         * src/prefs_filtering.c
11175                 Fixed bug where scoring and filtering windows stopped
11176                 autochecking.
11177
11178 2002-01-21 [paul]       0.7.0claws20
11179
11180         * sync with sylpheed 0.7.0cvs12
11181                 see ChangeLog entries 2002-01-20 and 2002-01-21
11182
11183 2002-01-21 [carsten]    0.7.0claws19
11184         * src/mainwindow.c
11185         * src/menu.[ch]
11186         * src/messageview.[ch]
11187         * src/summaryview.[ch]
11188                 changes to shortcuts handling again:
11189                         + "Q" now controled by mainwin
11190                         + v/V are now customizable and have slightly
11191                           different meanings
11192                 the "button" to minimize the messageview (and maximize
11193                 the summary view) is a real button now
11194         * src/compose.c
11195                 "Delete Line+" added to Edit/Advanced (this will also
11196                 delete the '\n')
11197
11198 2002-01-20 [melvin] 0.7.0claws18
11199
11200         * src/addressbook.c
11201                 Made "Bcc" sensitive when addressbook is called from
11202                 compose window (it was a Claws only bug).
11203
11204 2002-01-19 [alfons] 0.7.0claws17
11205
11206         * src/inc.c
11207                 prevent unnecessary updates when currently selected folder has
11208                 no new messages 
11209
11210 2002-01-19 [alfons] 0.7.0claws16
11211         
11212         * src/summaryview.c
11213                 prevent writing the cache based on current message list in summary 
11214                 view when filtering also put messages in currently selected folder
11215
11216 2002-01-19 [paul]
11217
11218         * po/it.po
11219                 Italian translation submitted by Alessandro Maestri
11220                 <a.maestri@cs.tin.it>
11221
11222 2002-01-18 [melvin]     0.7.0claws15
11223
11224         * src/prefs_filters.c
11225                 fixed bug where 'cancel' from 'filters' window stops autochecking
11226                 if the timer timed out  when the window was open.
11227
11228 2002-01-18 [match]      0.7.0claws14
11229
11230         * src/addrclip.[ch]     ** NEW FILE **
11231         * src/addrselect.[ch]   ** NEW FILE **
11232         * src/adbookbase.h      ** NEW FILE **
11233                 addressbook cut, copy and paste
11234         * src/addrbook.[ch]
11235         * src/addrcache.[ch]
11236         * src/addressitem.h
11237         * src/addrindex.[ch]
11238         * src/addritem.[ch]
11239         * src/importldif.c
11240         * src/importmutt.c
11241         * src/jpilot.[ch]
11242         * src/syldap.[ch]
11243         * src/vcard.[ch]
11244         * src/jpilot.[ch]
11245         * src/editbook.c
11246         * src/editjpilot.c
11247         * src/editldap.c
11248         * src/editvcard.c
11249                 support for copy/paste
11250         * src/addressbook.c
11251                 support for copy/paste
11252                 tidy up menu option processing
11253                 correct address list function arguments
11254         * src/editaddress.c
11255                 sort user attributes
11256         * src/ldif.h
11257         * src/mutt.h
11258                 tidy up
11259
11260         * src/addrbook.[ch]
11261         * src/addrbook.[ch]
11262         * src/addrbook.[ch]
11263                 
11264
11265 2002-01-18 [paul]       0.7.0claws13
11266
11267         * sync with sylpheed 0.7.0cvs8
11268                 configure.in: support Mac OS X (Darwin)
11269
11270 2002-01-18 [carsten]    0.7.0claws12
11271         * src/html.c
11272                 small hack to fix a segfault with an empty href
11273                 (reported by Alexandra Walford <deeni@altern.org>)
11274         * src/mainwindow.c
11275         * src/summaryview.c
11276                 the shortcuts for Mark und Mark as unread are hardcoded
11277                 again
11278         * src/compose.c
11279         * src/gtkstext.[ch]
11280                 readded the shortcuts in gtkstext but made them
11281                 customizeable (simply by adding a menu plus a wrapper
11282                 to compose.c)
11283
11284 2002-01-17 [melvin]     0.7.0claws11
11285
11286         * src/gtkspell.c
11287                 fix default dictionary not being saved.
11288
11289 2002-01-16 [darko]      0.7.0claws10
11290
11291         * src/compose.c
11292                 fix wrapping crash with URL longer than wrapping margin
11293
11294 2002-12-08 [hoa]        0.7.0claws10
11295
11296         * src/matcher_parser_parse.y
11297                 fixed some bugs
11298
11299         * src/prefs_filtering.c
11300                 now, we can use bounce action in the dialog box.
11301
11302 2002-01-16 [carsten]    0.7.0claws9
11303         * src/gtkstext.c
11304                 removed the <control> and <alt> shortcuts because they're
11305                 not needed and interefered with the "normal" shortcuts
11306         * src/mainwindow.c
11307         * src/summaryview.c
11308                 removed most of the hardcoded shortcuts and assigned
11309                 them to menu entries making them easy customizable by
11310                 that
11311
11312 2002-01-16 |melvin]     0.7.0claws8
11313
11314         * src/gtkspell.c
11315                 fixed bug where using the mouse and when the compose
11316                 window is not on top may result in a crash.
11317
11318 2002-01-16 [melvin]     0.7.0claws7
11319
11320         * src/compose.c
11321                 fixed a long standingspell checker bug which could 
11322                 cause a crash after sending a message.
11323
11324 2002-01-16 [paul]       0.7.0claws6
11325
11326         * sync with sylpheed 0.7.0cvs7
11327                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
11328                 2002-01-15, and 2002-01-16
11329
11330 2002-01-16 [melvin]     0.7.0claws5
11331
11332         * README.claws
11333         * src/compose.c
11334         * src/gtkspell.[ch]
11335         * src/main.c
11336                 Heavily modified spell checker code to work around
11337                 ispell bug, to add keyboard shortcuts and for future
11338                 enhancements. See README.claws for usage information.
11339
11340 2002-01-15 [alfons]     0.7.0claws4
11341         
11342         * src/summaryview.c
11343                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
11344                 so sorting within threads reflects sort mode
11345
11346 2002-01-15 [christoph]  0.7.0claws3
11347
11348         * src/procmsg.c
11349                 added alertpanel if mail sending failed
11350
11351 2002-01-15 [alfons]     0.7.0claws2
11352         
11353         * src/prefs_filtering.c
11354                 don't stop timer when prefs filtering dialog is opened
11355
11356 2002-01-14 [alfons]     0.7.0claws1
11357
11358         * src/addr_compl.c
11359         * src/prefs.c
11360                 remove debug_print()s for privacy reasons
11361
11362 2002-01-14 [darko]      0.7.0claws
11363
11364         * README.claws
11365                 quotation wrapping is now also in the main branch
11366
11367 2002-01-14 [paul]
11368
11369         * tools/filter_conv.pl
11370                 allow for Boolean Op and case-sensitivity
11371                 this file is included in the release and tagged
11372                 'rel_0_7_0'
11373
11374 2002-01-13 [paul]       0.7.0claws
11375
11376         * release 0.7.0, with cvs tag 'rel_0_7_0'
11377
11378 2002-01-13 [paul]
11379
11380         * tools/filter_conv.pl
11381         * tools/README
11382                 rewritten to output to matcherrc instead of filteringrc
11383
11384         * po/es.po
11385                 updated Spanish translation by Ricardo Mones Lastra
11386
11387 2002-01-13 [alfons]
11388
11389         * po/nl.po
11390                 update dutch translation
11391
11392 2002-01-13 [paul]
11393
11394         * po/pt_BR.po
11395                 Updated by Fabio Junior Beneditto 
11396
11397 2002-01-13 [melvin]     0.6.6claws53
11398
11399         * po/fr.po
11400                 Updated french translation
11401
11402 2002-01-12 [alfons]     0.6.6claws52
11403
11404         * src/filtering.c
11405                 plug mem leak that has been sitting there for ages              
11406
11407 2002-01-12 [alfons]     0.6.6claws51
11408
11409         * src/summaryview.c
11410                 undo melvin's changes from 0.6.6claws48 because summary
11411                 view now refuses to select first unread message when
11412                 selecting a folder 
11413
11414 2002-01-11 [alfons]     0.6.6claws50
11415
11416         * src/import.c
11417                 use claws' semantics for getting folder item when
11418                 importing an mbox file into a folder 
11419                 (submitted by Dale P. Smith)
11420
11421 2002-01-11 [christoph]  0.6.6claws49
11422
11423         * src/prefs.h
11424                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
11425                 toggle widget, because non static prefs can not use
11426                 prefs_set_* functions
11427         * src/prefs_account.c
11428                 toggle smtp auth password field sensitivity if
11429                 user id is empty and add descrition of usage for
11430                 these fields
11431         * src/prefs_folder_item.c
11432                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
11433                 callbacks
11434
11435 2002-01-11 [melvin]     0.6.6claws48
11436
11437         * src/compose.c
11438                 fix the 'Ctrl-Enter' feature for sending and test really
11439                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
11440                 editables which was not documented in Gtk)
11441
11442         * src/summaryview.c
11443                 Made summaryview refresh after sorting and not before.
11444
11445 2002-01-11 [christoph]  0.6.6claws47
11446
11447         * src/compose.c
11448                 select account from account ids if possible and
11449                 correctly set save folder for copy in reedit
11450
11451 2002-01-10 [paul]       0.6.6claws46
11452
11453         * sync with sylpheed 0.7.0 release
11454                 see ChangeLog entries 2002-01-07, 2002-01-08 and
11455                 2002-01-09
11456
11457 2002-01-09 [alfons]
11458
11459         * src/summaryview.c
11460                 remove more dirt traces...
11461
11462 2002-01-09 [alfons]
11463         
11464         * src/summaryview.c
11465                 clean up some traces of my debugging stuff
11466
11467 2002-01-09 [alfons]     0.6.6claws45
11468
11469         * src/filtering.c
11470                 break up filteringprop_apply() in three separate pieces
11471                 so we can drop messages that failed processing in the
11472                 inbox
11473
11474         * src/summaryview.c
11475                 fix bug #469598 "no refresh of inbox after filter" which 
11476                 was introduced by the new summary view locking, and which 
11477                 prevented the summary view to update after a manual filter 
11478                 message. claw's filter message requires a summary_show().
11479                 (aargh, summary_show() again! :-)
11480                 
11481 2002-01-07 [alfons]     0.6.6claws44
11482
11483         * src/headerwindow.c
11484         * src/logwindow.c
11485         * src/messageview.c
11486         * src/sourcewindow.c
11487                 bring in Hiro's last 0.7.0 wm class fixes
11488
11489         * tools/sylprint.pl
11490                 bring in Ricardo's fix for sylprint script
11491
11492         * AUTHORS       
11493         * src/rfc2015.[ch]
11494         * src/prefs_common.[ch]
11495         * src/prefs_account.[ch]
11496         * src/compose.c
11497                 clean up account preference poison in rfc2015,
11498                 and preparation to fix double sign bug 
11499                 (patch submitted by Simon 'corecode' Schubert)
11500
11501 2002-01-07 [christoph]  0.6.6claws43
11502
11503         * src/mh.c
11504                 search for free message number, do not only rely
11505                 on last_num
11506         * src/send.c
11507                 fix smtp auth and use extra account information
11508                 if available, if not use pop3 data instead
11509                 (closes bug #500341)            
11510         * src/ssl.[ch]
11511                 match coding style
11512
11513 2002-01-06 [alfons]     0.6.6claws42
11514
11515         * src/mainwindow.c
11516                 try making the separate windows work again...
11517
11518 2002-01-06 [alfons]     0.6.6claws41
11519
11520         * src/mainwindow.c
11521                 adapt Hiro's separate window menu (to get rid of the funny
11522                 duplicate menu items), and make it work again
11523
11524 2002-01-06 [alfons]     0.6.6claws40
11525
11526         * tools/Makefile.am
11527         * tools/sylprint.rc
11528         * tools/sylprint.pl
11529         * tools/README.sylprint
11530                 add sylprint script for printing mails from Sylpheed
11531                 (contributed by Ricardo Mones Lastra)
11532
11533         * src/acount.c
11534                 clean up
11535
11536 2002-01-06 [melvin]     0.6.6claws39
11537
11538         * src/mainwindow.c
11539         * src/summaryview.c
11540                 Fixed crash introduced in 0.6.6claws38 by the menu
11541                 reorganisation (Hide read messages)
11542         
11543         * ChangeLog.claws 
11544                 Fixed typo (we are now in 2002, alfons ;) )
11545
11546 2002-01-05 [alfons]     0.6.6claws38
11547
11548         * sync with sylpheed 0.6.6cvs10-17
11549                 (last stuff marked as LAST_STABLE)
11550
11551 2002-01-04 [melvin]     0.6.6claws37
11552
11553         * src/account.c
11554                 Made account selection code use strcasestr again instead of
11555                 g_strcasecmp (fixes bug where reediting queued messages
11556                 did not select proper account reported by T. Link).
11557         
11558         * src/folderview.c
11559                 Fix bug where folder icons are not shown when 'hide read messages'
11560                 is on.
11561         
11562         * src/stock_pixmaps.[ch]
11563                 Added folder icons for 'hide read messages'.
11564         
11565         * src/compose.c
11566                 Fixed bug where 'Enter' in a header entry will send the message 
11567                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
11568
11569 2002-01-03 [melvin]     0.6.6claws36
11570         
11571         * src/prefs.[ch]
11572                 Added popup menu for common preferences and
11573                 account preferences (right click on tab displays
11574                                 a menu of all tabs.)
11575
11576 2002-01-02 [melvin]     0.6.6claws35
11577
11578         * src/gtkspell.[ch]
11579                 Made spelling code compatible with undo/redo feature.
11580                 Added creation of suggestion mode menu for the general
11581                         preferences.
11582         
11583         * src/prefs_common.[ch]
11584                 Added option menu for the speller's suggestion mode.
11585                 Added missing spaces in "..." buttons and made a "..."
11586                         button non translatable!
11587         
11588         * src/compose.c
11589                 Made speller use the default suggestion mode.
11590                 Hack to make it possible to choose 'CTRL-Enter' as a
11591                         shortcut for sending (and only for sending).
11592
11593         * src/prefs_folder_item.c
11594                 Changing subject simplification does not update cache 
11595                         anymore (because it is unnecessary).
11596                 Fixed bug where changing subject simplification updated the 
11597                         summaryview even when the viewed folder is not the
11598                         folder which properties are being changed. (E.g. 
11599                                         viewing folder A and changing
11600                                         the subject simplification of 
11601                                         folder B -not being viewed- updated the 
11602                                         summaryview of folder A with data of
11603                                         folder B). (Hope this is clear... )
11604
11605 2001-12-31 [alfons]     0.6.6claws34
11606         
11607         * src/ldif.c
11608         * src/mutt.c
11609                 fgetc() returns a signed integer which doesn't
11610                 fit in a char. so c truncates this to a char
11611                 but we may lose significant bits. i.e. we may
11612                 comparing 0xFF which may not be equal to -1
11613                 unless properly casted to signed char which
11614                 we won't do because fgetc() returns a signed
11615                 integer which doesn't fit in a char. so c 
11616                 truncates this to a char but we may lose 
11617                 significat bits. (you got the idea, thanks
11618                 to Gustavo Noronha Silva <kov@debian.org>
11619                 and the Debian folks!)
11620
11621 2001-12-30 [alfons]     0.6.6claws33
11622
11623         * src/prefs_common.c
11624                 add #ifdef USE_PSPELLs that Melvin forgot               
11625
11626 2001-12-30 [melvin]     0.6.6claws32
11627         
11628         * src/prefs_common.[ch]
11629                 Added configurable color for misspelled words.
11630
11631         * src/gtkspell.[ch]
11632                 Fixed bug of foreground text color (reported by David
11633                                 Mehrmann)
11634                 Added configurable color for misspelled words.
11635
11636 2001-12-30 [alfons]     0.6.6claws31
11637
11638         * src/folder.c
11639                 remove unnecessary things someone put there
11640
11641         * src/mh.c
11642         * src/folder.[ch]
11643                 make folder properties (like threading and sorting) persistent
11644                 (closes bug #497424 "rescan folder tree resets proprieties")
11645                 currently this is only for MH folders. 
11646
11647 2001-12-29 [melvin]     0.6.6claws30
11648
11649         * src/string_match.[ch]
11650                 Optimized a bit: regexp pattern buffer compiled only once, and
11651                   one subroutine call removed. Fixed ^ regexp search: Now, 
11652                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
11653         
11654         * src/summaryview.c
11655                 Subject filtering changed to filter summary columns and
11656                   not directly the messages subject cache. The loss in 
11657                   performance is balanced by the improvement of string_match.
11658                 Added an alert panel if there is an error in the regexp.
11659
11660         * src/src/prefs_folder_item.h
11661                 Added a regexp pattern buffer.
11662
11663 2001-12-28 [alfons]     0.6.6claws29
11664
11665         * src/string_match.[ch]
11666                 clean up name space
11667                 allow compilation *BSD
11668
11669 2001-12-27 [alfons]     0.6.6claws28
11670
11671         * src/filter.c
11672                 sync the Hiro's bug fix for BSD
11673
11674 2001-12-27 [melvin]     0.6.6claws27
11675         
11676         * src/compose.c
11677                 Simplify focus to subject entry code.
11678
11679 2001-12-27 [darko]      0.6.6claws26
11680
11681         * src/filtering.c
11682         * src/mbox_folder.c
11683         * src/messageview.c
11684         * src/mh.c
11685         * src/procheader.[ch]
11686         * src/procmsg.h
11687         * src/stock_pixmap.[ch]
11688         * src/summaryview.c
11689                 Show key icon for encrypted mails in summary view
11690
11691         * src/pixmaps/clip.xpm
11692         * src/pixmaps/clipkey.xpm
11693         * src/pixmaps/key.xpm
11694                 New/modified icons for the above
11695
11696 2001-12-27 [melvin]     0.6.6claws25
11697
11698         * src/prefs_common.c
11699                 Put spell checker options in a separate tab to decrease
11700                 the Common Preferences window height.
11701
11702         * README.claws  
11703                 Update spell checker usage instruction about its options
11704                 location.
11705
11706 2001-12-27 [melvin]     0.6.6claws24
11707
11708         * src/compose.c
11709                 Changed subject entry widget position. Initial focus is
11710                 on the To header instead of the subject entry.
11711                 Creating a new header scrolls the header list to make the
11712                 created one visible. Nevertheless, when automatically filling
11713                 headers, the first one is shown.
11714                 A Tab key press in the last empty header entry zips the 
11715                 focus to the subject entry.
11716                 (I did not change the combo boxes, yet)
11717
11718 2001-12-26 [alfons]     0.6.6claws23
11719
11720         * src/prefs_account.c
11721         * src/inc.c
11722                 allow default inbox to reside in another mailbox (only
11723                 works for POP3 accounts)
11724
11725 2001-12-26 [alfons]     0.6.6claws22
11726         
11727         * src/textview.c
11728                 make reply-on-click work with the account of the selected folder
11729         * src/compose.c
11730                 put a fixme here to remind me to fix finding correct default
11731                 account for nested folders
11732
11733 2001-12-25 [alfons]     0.6.6claws21
11734
11735         * src/summaryview.c
11736                 make column headers display locked and mark pixmaps (idea by Melvin) 
11737                 fix bug by adding score and locked column type to sort array
11738
11739 2001-12-25 [alfons]     0.6.6claws20
11740         
11741         * src/summaryview.c
11742                 catch a *potentially* inadvertent write back of  
11743                 the message cache(s) introduced by 0.6.5claws37
11744
11745 2001-12-25 [christoph]  0.6.6claws19
11746
11747         * src/stock_pixmap.[ch]
11748         * src/summaryview.c
11749                 add ignore thread pixmap
11750                 (can someone draw a better icon for this?)
11751
11752 2001-12-24 [alfons]     0.6.6claws18
11753
11754         * src/prefs_folder_item.c
11755                 make address completion actually work for the
11756                 Default To address in the Folder Property dialog.
11757
11758 2001-12-24 [alfons]     0.6.6claws17
11759         
11760         * src/summaryview.c
11761                 use new style regexp for subject stripping 
11762                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
11763
11764 2001-12-24 [darko]      0.6.6claws16
11765
11766         * src/pgptext.c
11767         * src/rfc2015.c
11768                 move GPG related informational messages to debug mode
11769
11770 2001-12-23 [alfons]     0.6.6claws15
11771
11772         * src/stock_pixmap.[ch]
11773         * src/summaryview.c
11774                 add the forgotten Claws' locked pixmap
11775
11776 2001-12-23 [alfons]     0.6.6claws14
11777
11778         * src/filesel.c
11779                 accept file name typed in entry in multi file
11780                 selector (patch submitted by Gustavo Noronha Silva 
11781                 <kov@debian.org>)
11782
11783 2001-12-23 [alfons]     0.6.6claws13
11784
11785         * src/prefs_filter.c
11786         * src/prefs_filtering.c
11787         * src/matcher.c
11788         * src/importmutt.c
11789                 clean up a little bit
11790         
11791         * src/string_match.c
11792                 validate input strings a little bit more
11793
11794 2001-12-23 [alfons]     0.6.6claws12
11795
11796         * src/Makefile.am
11797         * src/summaryview.c
11798         * src/string_match.[ch]         ** NEW **
11799         * src/folderview.[ch]
11800         * src/headerview.h
11801         * src/folder.[ch]
11802         * src/prefs_folder_item.[ch]
11803                 add subject simplification to strip out strings from
11804                 a subject line (esp. handy for mailing lists). 
11805                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
11806                 but slightly changed things for better integration.)
11807
11808 2001-12-23 [alfons]     0.6.6claws11
11809
11810         * src/mainwindow.c
11811                 fix bug introduced by submission included in 0.6.5claws52.
11812                 ideally this submission should clean the trash if any trash
11813                 folder has a message. however, the hasTrash variable was
11814                 set to false whenever a trash folder was empty (discarding
11815                 a previously found *filled* trash folder.)
11816
11817                 also edited the code a little bit and made it more safe.
11818
11819 2001-12-22 [alfons]     0.6.6claws10
11820
11821         * src/imap.c
11822                 quick fix for Martin Pool's omission of an account
11823                 specific SSL setting
11824
11825 2001-12-22 [alfons]     0.6.6claws9
11826
11827         * src/compose.c
11828         * src/messageview.c
11829         * src/mimeview.c
11830         * src/pgptext.c
11831         * src/procmime.[ch]
11832                 better support for multipart/digest (submitted
11833                 by Fredrik <e98fo@efd.lth.se>)
11834
11835 2001-12-22 [alfons]     0.6.6claws8
11836
11837         * src/addressbook.c
11838                 correct function signature
11839         * src/socket.[ch]
11840         * src/imap.[ch]
11841         * src/prefs_account.[ch]
11842                 allow IMAP over SSH tunnel (patch submitted by 
11843                 Martin Pool <mbp@samba.org>)
11844
11845 2001-12-21 [alfons]     0.6.6claws7
11846
11847         * sync with sylpheed 0.6.6cvs4-9
11848                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
11849
11850 2001-12-21 [christoph]  0.6.6claws6
11851
11852         * src/compose.c
11853         * src/prefs_folder_item.[ch]
11854                 implement saving of outgoing messages to current folder.
11855                 fix segfault when no default outbox is available
11856                 (closes bug #495683)
11857
11858 2001-12-21 [carsten]    0.6.6claws5
11859         * src/folderview.c
11860         * src/summaryview.c
11861                 pressing CTRL while DND does now the expected thing and
11862                 copies the mail (moving is still the default, as this
11863                 seam more appropriate for handling mails by DND)
11864
11865 2001-12-18 [paul]       0.6.6claws4
11866
11867         * sync with sylpheed 0.6.6cvs3
11868                 see ChangeLog entries 2001-12-18
11869
11870 2001-12-18 [hiro]       0.6.6claws3
11871
11872         * src/undo.c
11873                 fix for multibyte characters (obtain the number of letters
11874                 instead of bytes).
11875
11876 2001-12-17 [paul]       0.6.6claws2
11877
11878         * sync with sylpheed 0.6.6cvs1
11879                 see ChangeLog entry 2001-12-16
11880
11881 2000-12-17 [alfons]     0.6.6claws1
11882
11883         * src/filtering.c
11884                 clean up
11885
11886 2001-12-16 [paul]       0.6.6claws
11887 2001-12-15
11888
11889         * Release version 0.6.6claws, cvs tag: rel_0_6_6
11890
11891         * src/mimeview.c
11892                 last minute sync with main 0.6.6
11893
11894         * po/es.po
11895                 updated by Ricardo Mones Lastra
11896                 update for last minute sync
11897         * po/fr.po
11898         * po/nl.po
11899                 update for last minute sync
11900         * po/de.po
11901                 updated by Jens Oberender
11902         * po/pt_BR.po
11903                 updated by Fabio Junior Beneditto
11904
11905         * src/prefs_common.[ch]
11906         * src/undo.c
11907                 number of undo levels is user configurable
11908                 (squeeze it into the release in the dying
11909                 moments) Submitted by Jens Oberender    
11910
11911 2001-12-15 [melvin]
11912
11913         * po/fr.po
11914                 updated french translation
11915
11916 2001-12-15 [paul]       0.6.5claws92
11917
11918         * sync with sylpheed 0.6.5cvs28
11919                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11920
11921         * po/nl.po
11922                 update to allow for sync
11923
11924 2001-12-15 [alfons]
11925         
11926         * po/nl.po
11927                 update dutch translation
11928
11929 2001-12-14 [carsten]    0.6.5claws91
11930         * src/summaryview.c
11931                 fixed bug #473785; also after changing the column order
11932                 the same message will be selected and displayed as before
11933                 the reordering
11934
11935 2001-12-14 [carsten]    0.6.5claws90
11936         * src/folderview.c
11937                 probably found the bug reported by wwb opening or closing
11938                 a folder tree just before dnd (found the solution in the
11939                 balsa source -- thanks to them)
11940
11941 2001-12-14 [carsten]    0.6.5claws89
11942         * src/gtkutils.c
11943         * src/account.c
11944                 moved gtk_clist_moveto to the right place, so that
11945                 only the accounts dialog is effected on opening
11946
11947 2001-12-14 [carsten]    0.6.5claws88
11948         * src/gtkutils.c
11949                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11950                 now, so that the focused row will be seen in any case
11951                 (reported by wwp on sf-claws-user)
11952
11953 2001-12-14 [darko]      0.6.5claws87
11954
11955         * src/compose.c
11956                 remove unnecessary line
11957
11958 2001-12-14 [paul]       0.6.5claws86
11959
11960         * sync with sylpheed 0.6.5cvs27
11961                 see ChangeLog entries 2001-12-14
11962
11963 2001-12-14 [carsten]    0.6.5claws85
11964         * src/mainwindow.c
11965                 following a suggestion of Melvin the rcoabm pops up
11966                 right under the button now and the button is reliefed
11967                 while the popup is open
11968
11969 2001-12-14 [darko]      0.6.5claws84
11970
11971         * src/compose.c
11972                 fix crash when wrapping long lines if linewrap quotation
11973                 is disabled and wrapper encounters a word spanning more
11974                 than one line
11975
11976 2001-12-13 [paul]       0.6.5claws83
11977
11978         * src/compose.c
11979                 prefer 'Reply-To' header over mailing list header when
11980                 replying to a message. Finally prevent all those confirmation 
11981                 messages being sent to the list itself.
11982
11983         * src/summaryview.c
11984                 remove unused summary_set_menu_sensitive() entry
11985
11986 2001-12-13 [paul]       0.6.5claws82
11987
11988         * src/folderview.c
11989         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11990         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11991         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11992                 improvements to 'Hide read messages': Inbox, Outbox,
11993                 Trash, Queue, and Draft icons now reveal presence of hidden 
11994                 messages
11995
11996 2001-12-12 [alfons]     0.6.5claws81
11997
11998         0.6.5claws80 was tagged as LAST_STABLE
11999
12000         * src/filtering.[ch]
12001         * src/matcher.[ch]
12002         * src/matcher_parser_lex.c
12003                 fix the filtering; my last attempt to get it right, 
12004                 if it does not work, it's Hoa's turn. ;-)
12005
12006                 for my honourable peers:
12007                 
12008                 the code now makes a clear distinction between
12009                 rules as they are displayed (probably escaped),
12010                 and as they are executed (probably unescaped). the
12011                 parser does *NOT* do any unescaping, this is
12012                 the task of the matcher.c (which breaks up a
12013                 rule into condition) and the filtering.c (which
12014                 breaks up the rule's action). to make this
12015                 run happily we provide an unescaped copy of
12016                 crucial strings to the MatcherProp and 
12017                 FilteringAction structures. note that the only
12018                 exception to this is any REGEXP string. those
12019                 are directly passed to regcomp() and regexp()
12020                 (who have much more powerful unescape functions).
12021                 
12022                 for everyone else:
12023         
12024                 you can escape tab (\t), carriage return (\r),
12025                 linefeed (\n), form feed (\f), quote (\"), 
12026                 single quote (\'), bell (\b) in all the entry
12027                 lines in the scoring & filtering dialogs.
12028                 as an added bonus this should not affect
12029                 existing filtering rules.
12030
12031 2001-12-12 [carsten]    0.6.5claws80
12032
12033         * src/summaryview.c
12034         * po/de.po
12035                 "item(s) selected" is now sensitive to 1 or more
12036                 than one selected (nice for language where simple
12037                 adding of a "s" is not possible as German (Eintrag
12038                 ->Eintr"age)
12039                 
12040                 the "forward as attachment" entry from the right
12041                 click menu removed, "forward" acts following the
12042                 prefs
12043         
12044         * src/textview.c
12045                 reverted my former changes; so compiler warning again
12046                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
12047                 nevertheless
12048
12049         * src/messageview.c
12050                 "search in message" does now *not* only work in MVIEW_TEXT
12051                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
12052                 message
12053
12054         * src/mainwindow.c
12055                 removed "/File/_Close" as it was the same as "/File/E_xit"
12056                 and we don't need it two times
12057
12058                 the separate folder view and message view now get a distinct
12059                 WMCLASS, just in case someone is using sawfish ;-)
12060
12061                 as the menu entries "/View/Message view" and "/View/Folder tree"
12062                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
12063                 make them sensitive accordingly and as these two are "shown"
12064                 after startup anytime check this menuitem at startup
12065
12066 2001-12-12 [paul]       0.6.5claws79
12067
12068         * src/folderview.c
12069                 fix sensitivity of 'Search folder...', broken in
12070                 0.6.5claws75
12071
12072         * src/mainwindow.c
12073                 fix dodgy English
12074
12075 2001-12-11 [carsten]    0.6.5claws78
12076         * src/filtering.c
12077                 fixed two typos returning a wrong FALSE/TRUE
12078         * src/mainwindow.[ch]
12079                 extra menu for email/news button removed
12080
12081 2001-12-11 [alfons]     0.6.5claws77
12082         
12083         * src/matcher.c                 (1.3)
12084         * src/matcher_parser_lex.l      (1.28)
12085                 revert for another attempt
12086                 mark 0.6.5claws77 as LAST_STABLE
12087
12088 2001-12-11 [christoph]  0.6.5claws76
12089
12090         * po/de.po
12091                 fixed wrong translation for prev. unread msg
12092
12093 2001-12-11 [paul]       0.6.5claws75
12094
12095         * src/folder.[ch]
12096         * src/folderview.c
12097         * src/mainwindow.c
12098         * src/summaryview.[ch]
12099         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
12100                 enable ability to hide read messages on per folder basis via 
12101                 '/Summary/Hide read messages'; when selected, a folder will 
12102                 have a red open folder icon, instead of a blue icon, if the 
12103                 folder contains hidden messges
12104                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
12105
12106         * src/mainwindow.c
12107                 remove '/Message/Forward as attachment' from 
12108                 main_window_set_menu_sensitive() to prevent debug warning
12109
12110         * src/folderview.c
12111         * src/mainwindow.c
12112                 Clean up some of the English
12113
12114         * tools/newscache_clean.pl
12115                 allow for new 'hidereadmsgs' entry in folderlist.xml
12116
12117         * po/es.po
12118                 updated translation, submitted by Ricardo Mones Lastra
12119
12120 2001-12-11 [paul]       0.6.5claws74
12121
12122         * sync with sylpheed 0.6.5cvs25
12123                 see ChangeLog entry 2001-12-11
12124
12125 2001-12-10 [alfons]     0.6.5claws73
12126
12127         * src/matcher.c
12128                 add more control characters
12129         * src/matcher_parser_lex.l
12130                 make escaping / unescaping work again
12131
12132 2001-12-10 [alfons]     0.6.5claws72
12133
12134         * src/imap.c
12135                 clean up warnings "returning value for void function" 
12136         * src/prefs_filtering.c
12137                 make info button for execute action sensitive
12138
12139 2001-12-10 [paul]       0.6.5claws71
12140
12141         * src/compose.c
12142         * src/imap.[ch]
12143         * src/summaryview.c
12144                 fix: imap server now gets informed of MARKED, UNMARKED
12145                 and REPLY events. Now people can use different IMAP-Mail
12146                 clients and have the exact same information about MARKED,
12147                 UNMARKED and REPLY status with all of them. Especially
12148                 useful for imap servers with a web-frontend.
12149                 submitted by Tobias Sandhaas <medlor@web.de>
12150
12151 2001-12-09 [melvin]     0.6.5claws70
12152         
12153         * src/textview.[ch]
12154                 fixed bug #490076 (hunted down by Alfons who implemented
12155                 a workaround in 0.6.5claws65)
12156
12157 2001-12-09 [christoph]  0.6.5claws69
12158
12159         * src/summaryview.c
12160                 set pointer to string in LOCKED column to NULL
12161                 (might fix bug #490800)
12162
12163 2001-12-09 [carsten]    0.6.5claws68
12164
12165         * po/de.po
12166                 resolved some cluttered menu shortcuts 
12167                 ('creating new email' and 'creating news message'
12168                 hade the same)
12169         * src/compose.c
12170                 wmclass now distinc from main window
12171         * src/mainwindow.c
12172           src/mainwindow.h
12173                 email/news and forward button functionality similar
12174                 to the reply buttons; removed the ugly dropdown arrows
12175                 and use instead the right mouse button
12176
12177 2001-12-09 [paul]       0.6.5claws67
12178
12179         * src/imap.c
12180         * src/utils.h
12181                 allow spaces in imap folder names
12182                 submitted by Willem van Engen <wvengen@stack.nl>
12183
12184 2001-12-09 [paul]       0.6.5claws66
12185
12186         * sync with sylpheed 0.6.5cvs24
12187                 see ChangeLog entry 2001-12-09
12188
12189 2001-12-08 [alfons]     0.6.5claws65
12190
12191         * src/textview.c
12192                 prevent secondary selection claim after "add to sender" dialog
12193                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
12194                 we trick GTK by simulating a click at (0, 0) in the textview.
12195
12196 2001-12-08 [hoa]        0.6.5claws64
12197
12198         * src/folder.c
12199                 fixed a bug about the .processing folder name while filtering
12200
12201 2001-12-08 [alfons]     0.6.5claws63
12202
12203         * src/folderview.c 
12204                 work around problem of not correctly updating folder stats
12205                 when deleting messages. there's some folder scanning evil
12206                 going so the folderview_update_msg_num() does not work
12207                 correctly. need to investigate this.
12208
12209 2001-12-08 [paul]       0.6.5claws62
12210
12211         * sync with sylpheed 0.6.5cvs23
12212                 see ChangeLog entry 2001-12-08
12213
12214 2001-12-07 [christoph]  0.6.5claws61
12215
12216         * src/compose.c
12217                 fix another header translation problem
12218
12219 2001-12-07 [alfons]     0.6.5claws60
12220
12221         * src/mbox.c
12222                 make filtering also work on local spool mbox
12223
12224 2001-12-07 [carsten]    0.6.5claws59
12225         * src/addressbook.c
12226                 addressbook window gets a wmclass distinct from the main
12227                 sylpheed window
12228         * src/compose.h
12229         * src/mainwindow.[ch]
12230                   forward menu item will use mode selected in prefs, forward 
12231                 as attatchment in menu removed (will be substituted in the
12232                 toolbar similar to reply buttons)
12233                   create news message menu entry and news button is now 
12234                 sensitive to the existance of a news account
12235         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
12236         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
12237         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
12238                 these are removed because the toolbar buttons don't show
12239                 the quoting modus any longer
12240
12241 2001-12-07 [paul]
12242
12243         * tools/newscache_clean.pl      ** NEW FILE **
12244                 perl script to do some tidying up in the newscache directory 
12245                 
12246         * tools/sylpheed-switcher       ** NEW FILE **
12247                 perl script to enable easy switching between main and claws
12248                 
12249         * tools/README
12250                 added descriptions of the two new perl scripts          
12251
12252
12253 2001-12-07 [melvin]     0.6.5claws58
12254
12255         * src/messageview.c
12256                 fixed a warning during compilation introduced in 0.6.5claws56
12257
12258 2001-12-07 [paul]       0.6.5claws57
12259
12260         * src/mainwindow.[ch]
12261         * src/menu.[ch]
12262                 further usability enhancements to replying with or without 
12263                 quoting via the toolbar, use of Ctrl key is replaced by 
12264                 drop down menu 
12265                 Submitted by Carsten Schurig            
12266
12267 2001-12-07 [melvin]     0.6.5claws56
12268
12269         * src/messageview.c
12270                 hack to fix bug that prevented to make/paste selections
12271                 after switching between MVIEW_TEXT and MVIEW_MIME views
12272                 without deselecting the selection first.
12273
12274 2001-12-06 [alfons]     0.6.5claws55
12275
12276         * src/filtering.[ch]
12277         * src/inc.c
12278                 revise filtering a little bit more, and make sure
12279                 messages are delivered to the appropriate inbox
12280                 (perhaps set per account)
12281
12282 2001-12-06 [paul]       0.6.5claws54
12283
12284         * sync with sylpheed 0.6.5cvs22
12285                 see ChangeLog entry 2001-12-06
12286
12287 2001-12-05 [alfons]     0.6.5claws53
12288
12289         * src/inc.c
12290         * src/folder.[ch]
12291         * src/procmsg.c
12292         * src/filtering.c
12293                 more revisions of filtering system
12294                 (last stable version is marked as LAST_STABLE)
12295                 
12296                 | NOTE 1): the filtering system now uses a local folder called
12297                 | .processing. if filtering fails, check this directory
12298                 | for missing messages.
12299                 |
12300                 | NOTE 2): help us find the filtering actions still missing
12301
12302 2001-12-05 [paul]       0.6.5claws52
12303
12304         * src/mainwindow.c
12305                 fix bug where 'Empty Trash?' pop-up window appears even
12306                 when Trash is empty, submitted by Jesse Skinner         
12307
12308 2001-12-05 [melvin]     0.6.5claws51
12309
12310         * src/compose.c
12311                 fixed bug #486106 to select correct account when reediting 
12312                 a queued message
12313         
12314 2001-12-04 [alfons]     0.6.5claws50
12315
12316         * src/mh.c
12317                 declare markfile in appropriate functions when
12318                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
12319                 for spotting this)
12320
12321 2001-12-04 [paul]       0.6.5claws49
12322
12323         * sync with sylpheed 0.6.5cvs21
12324                 see ChangeLog entry 2001-12-04
12325
12326 2001-12-03 [christoph]  0.6.5claws48
12327
12328         * po/de.po
12329                 changed translation of undo
12330         * src/account.c
12331         * src/folder.c
12332                 don't reinvent the wheel to traverse a GNode
12333         * src/compose.[ch]
12334                 seperate code to create the compose gui into functions
12335                 add "Others" page with folder selection for saving copy
12336                 of the message.
12337                 the folder identifier is saved to queue header
12338         * src/procmsg.c
12339                 save message to folder in queue header
12340
12341 2001-12-03 [paul]       0.6.5claws47
12342
12343         * sync with sylpheed 0.6.5cvs20
12344                 see ChangeLog entry 2001-12-03
12345
12346 2001-12-01 [paul]
12347
12348         * more sync with sylpheed 0.6.5cvs19
12349                 see ChangeLog entry 2001-11-29
12350
12351 2001-11-30 [paul]       0.6.5claws46
12352         
12353         * src/compose.c
12354                 remove conflicts introduced by Hoa's last commit
12355          
12356         * src/mainwindow.c
12357                 make 'Message/Bounce' sensitive
12358
12359 2001-11-30 [hoa]        0.6.5claws45
12360
12361         * src/compose.c
12362                 slightly change bounce function to add
12363                 information about the user that bounced the mail
12364                 in the From header line.
12365
12366         * src/folderview.c
12367                 permit the use of processing in outbox folder.
12368
12369 2001-11-29 [paul]       0.6.5claws44
12370
12371         * src/mainwindow.[ch]
12372         * src/prefs_common.c
12373         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
12374         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
12375         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
12376                 usability enhancements to the quoting, implements
12377                 use of Ctrl key to toggle quoting settings
12378                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
12379
12380 2001-11-29 [paul]       0.6.5claws43
12381         
12382         * sync with sylpheed 0.6.5cvs19
12383                 see ChangeLog entry 2001-11-28
12384
12385 2001-11-29 [melvin]     0.6.5claws42
12386         * src/Makefile.am
12387                 added enriched.[ch] to the list of files
12388
12389         * src/textview.c
12390         * src/mimeview.c
12391         * src/procmime.[ch]
12392         * src/enriched.[ch]
12393                 added support to view text/enriched
12394                 added support to show headers in message view for text/enriched and text/html
12395                         in non multipart messages
12396
12397 2001-11-28 [paul]       0.6.5claws41
12398
12399         * more sync with sylpheed 0.6.5cvs18
12400                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
12401
12402 2001-11-27 [paul]       0.6.5claws40
12403         
12404         * po/pt_BR.po
12405                 updated translation, submitted by Fabio Junior Beneditto
12406                 
12407         * sync with sylpheed 0.6.5cvs18
12408                 see ChangeLog entries 2001-11-26 (src/textview.c) and
12409                 2001-11-27
12410
12411
12412 2001-11-26 [paul]
12413
12414         * po/es.po
12415                 updated translation, submitted by Ricardo Mones Lastra
12416
12417 2001-11-26 [alfons]
12418
12419         * src/matcher.c
12420                 add more translatable strings
12421
12422 2001-11-26 [christoph]  0.6.5claws39
12423
12424         * po/de.po      
12425                 fixed one more umlaut
12426         * src/compose.c
12427                 fix translated header when it should not be translated
12428
12429 2001-11-26 [paul]       0.6.5claws38
12430
12431         * src/mainwindow.c
12432                 remove '/Message/Add Sender to address book' from 
12433                 main_window_set_menu_sensitive(), prevent debug warning
12434                 add 'Message/Mark/Mark all read' to mainwin_entries[]
12435
12436 2001-11-26 [paul]       0.6.5claws37
12437
12438         * src/summaryview.c
12439                 fix 'recurring unread state' bug 
12440
12441         * tools/README 
12442         * tools/filter_conv.pl
12443                 read name of top level mailbox from folderlist.xml
12444                 and presume nothing about its name              
12445
12446 2001-11-26 [darko]      0.6.5claws36
12447
12448         * src/gtkstext.[ch]
12449                 removed functions that are now in gtkutils.c
12450                 use gtkut_text_is_uri_string() from gtkutils.c
12451         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
12452
12453 2001-11-26 [paul]       0.6.5claws35
12454
12455         * sync with sylpheed 0.6.5cvs16
12456                 see ChangeLog entries 2001-11-25 and 2001-11-26
12457
12458 2001-11-25 [alfons]     0.6.5claws34
12459
12460         EXPERIMENTAL!!! Please checkout the last stable version using: 
12461           
12462         % cvs update -r LAST_STABLE -dRAP
12463
12464         (Or help us testing this stuff.)
12465
12466         * src/filtering.c               (1.14)
12467         * src/filtering.h               (1.6)
12468         * src/inc.c                     (1.28)
12469         * src/matcher.c                 (1.20)
12470         * src/mbox.c                    (1.9)
12471         * src/procmsg.h                 (1.14)
12472         * src/summaryview.c             (1.59)
12473         * src/summaryview.h             (dunno)
12474                 revert/merge/sync to as it was before commit 
12475                 on Thu, 19 Jul 2001 10:15:51 -0700.
12476
12477 2001-11-25 [hoa]        0.6.5claws33
12478
12479         * src/main.c
12480                 processing mails at startup
12481
12482         * src/folderview.c
12483         * src/summaryview.[ch]
12484                 processing mails when entering folder
12485
12486         * src/prefs_filtering.c
12487                 fixed some UI bugs
12488
12489 2001-11-24 [alfons]     0.6.5claws32
12490
12491         * src/summaryview.[ch]
12492                 make summary sort headers work, and also make
12493                 sure the sort type is stored
12494
12495 2001-11-23 [alfons]     0.6.5claws31
12496
12497         * src/summaryview.[ch]
12498                 make lock work like mark
12499                 disallow deleting messages marked as locked
12500
12501 2001-11-23 [alfons]     0.6.5claws30
12502
12503         * src/gtkstext.c
12504         * src/compose.[ch]
12505         * src/Makefile.am
12506         * src/undo.[ch]
12507                 merge undo patch submitted by Jens
12508
12509 2001-11-23 [christoph]  0.6.5claws29
12510
12511         * src/.cvsignore
12512                 added ylwrap
12513         * src/compose.c
12514                 fixed gpg signing and encoding
12515         * src/folder.[ch]
12516         * src/main.c
12517                 added --status option to get new, unread and total
12518                 message count from a running sylpheed
12519         * src/prefs_common.c
12520                 temporary fix for reply_with_quote problem
12521                 (don't call functions for non existing widget)
12522         * src/procmsg.c
12523                 one more check for ignored threads but still not
12524                 always working correctly. probably a recursive
12525                 check for all parents is needed
12526
12527 2001-11-23 [darko]      0.6.5claws28
12528
12529         * src/compose.c
12530                 wrapping on send improvements
12531         * src/gtkutils.[ch]
12532                 fix for GtkSText after last sync with main branch
12533                 GTK_TEXT -> GTK_STEXT
12534
12535 2001-11-23 [paul]       0.6.5claws27
12536
12537         * sync with sylpheed 0.6.5cvs14
12538                 see ChangeLog entries 2001-11-22 and 2001-11-23
12539                 
12540         * po/de.po
12541                 fixed the scrambled umlauts 
12542                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
12543
12544 2001-11-21 [paul]       0.6.5claws26
12545
12546         * sync with sylpheed 0.6.5cvs12
12547                 see 2nd ChangeLog entry dated 2001-11-20
12548
12549 2001-11-20 [paul]       0.6.5claws25
12550
12551         * sync with sylpheed 0.6.5cvs11
12552                 see ChangeLog entry 2001-11-19 (src/utils.c)
12553
12554 2001-11-20 [hiro]
12555
12556         * src/compose.c
12557                 GTK_TEXT -> GTK_STEXT
12558                 fix for wrong comment
12559
12560 2001-11-20 [hiro]       0.6.5claws24
12561
12562         * src/compose.[ch]
12563                 more merges from main branch
12564                 removed fatal warnings (uninitialized variables etc.)
12565                 some coding style fix
12566         * src/gtkutils.h
12567                 fixed typo.
12568         * src/addressbook.c
12569           src/addrindex.c
12570                 V-Card -> vCard
12571
12572 2001-11-19 [hoa]        0.6.5claws23
12573
12574         * src/filtering.c
12575         * src/prefs_scoring.c
12576         * src/matcher.[ch]
12577         * src/scoring.c
12578                 cleaning code
12579
12580         * src/matcher_parser_parse.y
12581         * src/prefs_filtering.c
12582                 bouncing
12583
12584 2001-11-19 [alfons]     0.6.5claws22
12585
12586         more of my old things into claws
12587
12588         * src/Makefile.am
12589         * src/prefs_common.c
12590         * src/procmsg.h
12591         * src/summaryview.[ch]
12592         * src/prefs_summary_column.c
12593         * src/pixmaps/locked.xpm
12594                 add indicators for locking of message in summary view
12595                 (does not work yet, only visual indicator)
12596
12597 2001-11-19 [paul]       0.6.5claws21
12598
12599         * sync with sylpheed 0.6.5cvs10
12600                 see ChangeLog entry 2001-11-19
12601
12602 2001-11-18 [alfons]     0.6.5claws20
12603         
12604         * src/filtering.c
12605                 remove an inadvertent free I forgot in previous clean up 
12606
12607 2001-11-18 [alfons]     0.6.5claws19
12608
12609         * src/filtering.[ch]
12610                 clean up & plug leaks
12611
12612 2001-11-18 [paul]       0.6.5claws18
12613
12614         * sync with sylpheed 0.6.5cvs9
12615                 see ChangeLog entries 2001-11-17 and 2001-11-18
12616
12617 2001-11-16 [paul]       0.6.5claws17
12618
12619         * sync with sylpheed 0.6.5cvs8
12620                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
12621
12622 2001-11-16 [paul]       0.6.5claws16
12623
12624         * sync with sylpheed 0.6.5cvs7
12625                 see ChangeLog entries 2001-11-15 and 2001-11-16
12626
12627 2001-11-15 [hoa]        0.6.5claws15
12628
12629         * src/compose.c
12630                 fix bounce, mails we received couln't be bounced to ourself.
12631
12632         * src/defs.h
12633         * src/filtering.[ch]
12634         * src/matcher.[ch]
12635         * src/matcher_parser.h
12636         * src/matcher_parser_lex.l
12637         * src/matcher_parser_parse.y
12638         * src/inc.c
12639         * src/main.c
12640         * src/mbox.c
12641         * src/prefs_filtering.[ch]
12642         * src/mainwindow.c
12643         * src/prefs_matcher.c
12644         * src/prefs_scoring.c
12645         * src/scoring.[ch]
12646         * src/summaryview.c
12647                 new matcher/filter/score configuration file parser
12648                 one unique configuration file => ~/.sylpheed/matcherrc
12649                 import in currently automatic, then save are made
12650                 in this new file.
12651                 one filter per folder and one global filter
12652                 (filter of a folder will be used as folder processing)
12653
12654         * src/folder.c
12655                 fix a bug in folder_item_get_identifier
12656                 
12657         * src/messageview.c
12658                 receive receipt return are fixed.
12659
12660 2001-11-14 [alfons]     0.6.5claws14
12661
12662         * src/session.h
12663                 add things from main branch to make claws compile
12664
12665 2001-11-14 [paul]       0.6.5claws13
12666
12667         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
12668                 see ChangeLog entries 2001-11-08 to 2001-11-14
12669
12670 2001-11-14 [hoa] 0.6.5claws12
12671
12672         * src/compose.[ch]
12673         * src/mainwindow.c
12674         * src/summaryview.c
12675                 add "bounce mail" option
12676
12677 2001-11-13 [christoph]  0.6.5claws11
12678
12679         * src/compose.c
12680                 Cleanup a mess i add before commiting
12681
12682 2001-11-13 [hoa]        0.6.5claws10
12683
12684         * src/compose.c
12685                 some fixes when mail are sent or
12686                 for crossposts
12687
12688 2001-11-13 [christoph]  0.6.5claws9
12689
12690         * po/de.po
12691                 Changed two string with the same translation
12692         * src/compose.c
12693         * src/procmsg.[ch]
12694         * src/send.[ch]
12695                 New mailsending process:
12696                   - Always queue message before sending
12697                     (message will be saved if sylpheed crashed or
12698                      freezes while sending)
12699                   - Allow queuing of newspostings
12700                   - No copy in outbox before sending
12701                     (closes bug #469501)
12702                   - No more redundant code for send and send_later
12703         * src/summaryview.c
12704                 Applied wwp <subscript@free.fr>'s patch that fixes
12705                 marks for multiple forwarded messages (+compose.c)
12706
12707 2001-11-12 [alfons]
12708
12709         * README.claws
12710                 remove things that are now in main branch
12711         
12712         * po/nl.po
12713                 update Dutch translation
12714
12715 2001-11-12 [mhadasht]   0.6.5.claws8
12716
12717         * src/prefs_common.c
12718                 re-enabled account autoselection feature for forward
12719                 and reedit lost during the branch point for SYNC-B4-REL
12720         * src/gtkspell.c
12721                 gtkpspell_get_dict(): more readable code (even if function is
12722                 not used yet)
12723         * ChangeLog.claws
12724                 added version number info to 2001-11-12 [hiro] comment.
12725
12726 2001-11-12 [hiro]       0.6.5.claws7
12727
12728         * src/compose.c
12729                 compose_forward(): fixed a bug that forward quote mark
12730                 wasn't used.
12731                 removed unnecessary code.
12732         * src/template_select.[ch]: removed.
12733
12734 2001-11-11 [alfons]
12735
12736         * src/compose.c
12737                 :%s/GTK_TEXT/GTK_STEXT/g
12738         
12739         * src/compose.[ch]
12740         * src/undo.[ch]
12741         * src/Makefile.am
12742                 revert the undo stuff (this is 0.6.6claws stuff)
12743
12744 2001-11-11 [hoa]        0.6.5.claws6
12745
12746         * src/compose.[ch]
12747                 Insert signature at the end of the text.
12748                 Added undo patch but currently disabled
12749
12750         * src/procmsg.c
12751                 Threading by subject improved.
12752
12753         * added src/undo.[ch]
12754                 Undo module for compose dialog box.
12755
12756 2001-11-11 [alfons]     0.6.5.claws5
12757
12758         * src/procmsg.c
12759                 prevent threading by subject on nodes that have already been
12760                 threaded by in-reply-to (as in "circular references in a tree
12761                 result in a dead branch")
12762
12763 2001-11-09 [hoa]        0.6.5.claws4
12764         
12765         * src/folderview.c
12766                 allows creation of mbox folder item from any files.
12767
12768 2001-11-09 [alfons]     0.6.5.claws3
12769         
12770         * src/utils.c
12771         * src/procmsg.c
12772                 do what I mean and correct threading by subject so it really
12773                 ignores attracting lines without "Re: "
12774
12775 2001-11-07 [alfons]     0.6.5.claws2
12776
12777         * src/procmsg.c
12778         * src/utils.[ch]
12779                 only attract by subject if a subject line starts with a "Re: "
12780         * src/syldap.c
12781                 remove warning
12782
12783 2001-11-07 [paul]       0.6.5claws1
12784
12785         * sync with sylpheed 0.6.5. release
12786                 see ChangeLog entry 2001-11-07
12787
12788 2001-11-07 [paul]       0.6.4claws31
12789
12790         * sync with sylpheed 0.6.4cvs18
12791                 see ChangeLog entries 2001-10-30 to 2001-11-07
12792                 prefs_templates.[ch] renamed prefs_template.[ch]
12793
12794 2001-11-06 [alfons]
12795         
12796         * src/utils.h
12797                 add semicolon Hoa forgot ;-)
12798                 
12799
12800 2001-11-06 [hoa]        0.6.4claws30
12801         
12802         * src/procmsg.c
12803         * src/summaryview.c
12804         * src/utils.c
12805         * src/utils.h
12806                 threading by subject - empty subject are ignored
12807
12808 2001-11-06 [christoph]  0.6.4claws29
12809
12810         * src/socket.c
12811                 use SSL_peek for sock_gets
12812         * src/utils.c
12813                 removed unneeded pointer in extracting quoted
12814                 names implementation
12815
12816 2001-11-06 [melvin]     0.6.4claws28
12817
12818         * src/gtkspell.c
12819                 fixed bug #476792 Selection overtyping with spell checker
12820                 fixed bug which could cause a buffer overflow
12821                 fixed a memory leak
12822
12823 2001-11-06 [hoa]        0.6.4claws27
12824         
12825         * src/procmsg.c
12826         * src/summaryview.c
12827                 threading by subject
12828
12829 2001-11-05 [alfons]     0.6.4claws26
12830         
12831         * README.claws
12832                 Claws -> Sylpheed (vice versa)
12833
12834         * src/compose.c
12835                 :%s/gtk_text/gtk_stext/g
12836                 :%s/GTK_TEXT/GTK_STEXT/g
12837                 (thanks to Jonathan Ware for spotting this)
12838
12839 2001-11-04 [christoph]  0.6.4claws25
12840
12841         * src/summaryview.c
12842                 replace Xalloca + strdup with Xstrdup_a
12843         * src/utils.c
12844                 better implementation of extracting quoted names
12845                 from addresses (remove backlashes and ignore
12846                 quotes after them)
12847
12848 2001-11-04 [alfons]     0.6.4claws24
12849
12850         * src/utils.[ch]
12851                 edit to comply more with coding style
12852
12853         * src/textview.c
12854                 fix bug reported by Kim Schulz. introduced by the patch integrated
12855                 in 0.6.4claws15. the code did not check the return value of
12856                 the html parser.
12857
12858         * AUTHORS
12859                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
12860
12861 2001-11-04 [christoph]  0.6.4claws23
12862
12863         * src/main.c
12864         * src/prefs_common.[ch]
12865                 init some pointers that possibly caused a segfault
12866                 reported in the claws-users ML
12867
12868 2001-11-04 [hoa]        0.6.4claws22
12869
12870         * src/grouplistdialog.c
12871                 change the names of the nodes in the tree
12872
12873         * src/compose.c
12874                 enhanced mailto syntax as described in
12875                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
12876                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
12877
12878         * src/utils.c
12879                 encode and decode URI (useful when opening URL into
12880                 netscape).
12881
12882 2001-11-03 [hoa]        0.6.4claws21
12883
12884         * src/grouplistdialog.c
12885                 a new newsgroups list selection dialog box
12886                 with a CTree instead of a CList
12887
12888 2001-11-03 [hoa]        0.6.4claws20
12889
12890         * src/folderview.c
12891                 enable property and scoring options when right
12892                 click on "inbox"
12893
12894         * src/summaryview.c
12895                 fixed bug when nickname were displayed using
12896                 the address book.
12897
12898 2001-11-02 [darko]      0.6.4claws19
12899
12900         * src/compose.c
12901                 new wrap quotation and URL/long words wrapping implementation
12902         * src/compose.c src/gtkstext.[ch]
12903                 move gtkstext_strncmp() to gtkstext.c
12904
12905 2001-11-01 [christoph]  0.6.4claws18
12906
12907         * src/prefs_account.c
12908                 fixed mess in account settings dialog
12909         * src/prefs_folder_item.c
12910                 added label with folder path to dialog
12911
12912 2001-10-31 [match]      0.6.4claws17
12913
12914         * src/vcard.c
12915                 fix memory leak.
12916         * src/addrbook.c
12917                 fix generation of spurious address book file names.
12918                 remove redundant functions.
12919         * po/POTFILES.in
12920                 added missing file names.
12921
12922 2001-10-30 [paul]       0.6.4claws16
12923
12924         * sync with sylpheed 0.6.4cvs6
12925                 see ChangeLog entries 2001-10-26 to 2001-10-30
12926
12927         * tools/filter_conv.pl
12928                 read folderlist.xml to discover whether the top-level
12929                 folder is called 'Mailbox' or 'Mail' 
12930
12931 2001-10-29 [paul]       0.6.4claws15
12932
12933         * src/html.c, src/textview.c
12934                 activate links in html mail and fix clickable parts
12935                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12936
12937 2001-10-29 [paul]
12938
12939         * po/de.po, po/es.po, po/pt_BR/po
12940                 updated translations, submitted by Jens Oberender,
12941                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12942
12943 2001-10-29 [darko]      0.6.4claws14
12944
12945         * src/compose.c
12946                 fix wrapping for good
12947
12948 2001-10-29 [darko]
12949
12950         * src/compose.c
12951                 undo previous change as it broke the smart wrapping
12952
12953 2001-10-29 [darko]      0.6.4claws13
12954
12955         * src/compose.c
12956                 fix infinite loop when long URL is quoted
12957                 (closes bug #475122.
12958
12959 2001-10-28 [match]
12960
12961         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12962                 import Mutt address book
12963         * src/ldif.[ch] src/importldif.h
12964                 modified import LDIF handle user attributes
12965
12966 2001-10-28 [christoph]  0.6.4claws12
12967
12968         * src/summaryview.c
12969                 fixed that filtering did not work if there
12970                 were no filter rules
12971                 (closes bug #472003 and better implementation
12972                  of patch #474644)
12973
12974 2001-10-27 [christoph]  0.6.4claws11
12975
12976         * src/compose.c
12977                 make the folder's default account to be used when
12978                 replying. (patch by wwp <subscript@free.fr>)
12979         * src/compose.c
12980                 code cleanup, nearly killed all of wwp's patch
12981                 for folder's default account in compose
12982         * src/folderview.c
12983                 error panel when a folder could not be created
12984                 (closes bug #471080 new folder name & already
12985                  existing file)
12986
12987 2001-10-26 [alfons]
12988
12989         * src/utils.h
12990                 change prototype of strstr2() that Christoph forgot about
12991
12992 2001-10-26 [christoph]  0.6.4claws10
12993
12994         * src/account.c
12995                 made search for accounts by email address not case
12996                 sensitive
12997         * src/folder.c
12998                 fixed memory leak in folder_item_get_identifier
12999         * src/gtkspell.c
13000         * src/utils.c
13001                 fixed wrong strstr2 (should work like strstr)
13002
13003 2001-10-26 [darko]      0.6.4claws9
13004
13005         * src/compose.c src/gtkstext.[ch]
13006         * src/gtkstext.c
13007                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
13008
13009 2001-10-26 [paul]       0.6.4claws8
13010
13011         * src/html.c
13012                 ignore css and javascript tags in html mail
13013                 case-insensitive, with or without double-quoted
13014                 strings
13015
13016 2001-10-26 [paul]       0.6.4claws7
13017
13018         * sync with sylpheed 0.6.4cvs1
13019                 see ChangeLog entry 2001-10-26
13020
13021         * src/prefs_account.c, src/prefs_common.c,
13022           src/prefs_summary_column.c
13023                 minor improvements to the English
13024
13025 2001-10-25 [alfons]     0.6.4claws6
13026
13027         * src/gtkstext.c
13028         
13029                 make GtkSText follow style of GtkText (closes bug 
13030                 #469211 "text selection while writing message")
13031                 
13032                 do sync with GTK 1.2.10
13033
13034 2001-10-25 [paul]       0.6.4claws5
13035
13036         * src/html.c
13037                 ignore css tags in html mail
13038
13039 2001-10-25 [darko]      0.6.4claws4
13040
13041         * src/compose.c
13042                 don't declare is_url_string as static function since
13043                 we need it in gtkstext.c
13044         * src/gtkstext.c
13045                 remove unused variable
13046                 don't wrap long URLs while composing a message
13047
13048 2001-10-24 [christoph]  0.6.4claws3
13049
13050         * src/socket.c
13051                 fix ssl deadlock, when peer closes connection
13052
13053 2001-10-24 [paul]       0.6.4claws2
13054
13055         * src/prefs_common.c
13056                 gettextize the gpg ascii-armored warning message
13057
13058         * src/compose.c
13059                 insert a DOS/MAC file into the composed message
13060                 (improvements)
13061
13062         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
13063
13064 2001-10-22 [paul]       0.6.4claws1
13065
13066         * sync with sylpheed 0.6.4 release
13067                 see ChangeLog entries 2001-10-21
13068
13069         * po/fr.po, po/pt_BR.po
13070                 updated by Melvin Hadasht and Fabio Junior Beneditto
13071
13072 2001-10-21 [paul]       0.6.3claws30
13073
13074         * src/compose.c
13075                 insert a DOS text file from the compose window
13076                 into the composed message text (removes CRs characters)
13077                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
13078
13079         * tools/filter_conv.pl, tools/README
13080                 automatically use ~/.sylpheed as working directory
13081                 print out confirmation message on completion
13082
13083         * correct Hoa's last ChangeLog.claws entry
13084
13085 2001-10-20 [hoa]        0.6.3claws29
13086
13087         * src/grouplistdialog.c
13088                 bugfix (another ?) to give the right
13089                 newsgroups list for each news server.
13090
13091         * src/news.c
13092         * src/news.h
13093                 improve the newsgroups list cache
13094
13095 2001-10-20 [paul]       0.6.3claws28
13096
13097         * sync with sylpheed 0.6.3cvs9
13098                 see ChangeLog entry 2001-10-19
13099
13100         * correct Alfons' last ChangeLog.claws entry
13101
13102 2001-10-19 [alfons]
13103
13104         * src/pgptext.[ch]
13105                 fix compilation problems (part of bug #472895)
13106
13107 2001-10-18 [hoa]        0.6.3claws27
13108
13109         * src/grouplistdialog.c
13110                 bugfix when we refresh was clicked (bug 472701)
13111
13112 2001-10-19 [christoph]  0.6.3claws26
13113
13114         * src/compose.c
13115                 last header entry should default to "To:" or
13116                 "Newsgroups:" and not copy the last entry line
13117                 in a new compose window
13118                 (closes bug #472686, #470792)
13119
13120 2001-10-19 [paul]       0.6.3claws25
13121
13122         * sync with Sylpheed 0.6.3cvs8
13123                 see ChangeLog entries 2001-10-18 and 2001-10-19
13124
13125 2001-10-18 [christoph]  0.6.3claws24
13126
13127         * src/procmsg.c
13128                 reimplement ignore thread
13129         
13130 2001-10-18 [hoa]        0.6.3claws23
13131
13132         * src/folderview.c
13133         * src/grouplistdialog.[ch]
13134                 enhanced news subscription interface (feature 469113)
13135
13136         * src/news.c
13137         * src/news.h
13138                 enchanced newsgroup listing,
13139                 now, we can get groups informations
13140                 (NNTPGroupInfo)
13141
13142 2001-10-18 [paul]       0.6.3claws22
13143
13144         * src/summaryview.c
13145                 remove comment (sync with main branch)
13146         * src/mainwindow.c
13147                 fix 'Re-edit' bug in 'Message' menu
13148
13149 2001-10-17 [christoph]  0.6.3claws21
13150
13151         * src/compose.c
13152                 ignore empty or whitespace only header lines
13153
13154 2001-10-17 [paul]       0.6.3claws20
13155
13156         * sync with sylpheed 0.6.3cvs7
13157                 see ChangeLog entries 2001-10-14, 2001-10-16, and
13158                 2001-10-17
13159
13160 2001-10-17 [darko]
13161
13162         * src/compose.c
13163                 wrap long lines without spaces
13164                 don't wrap URLs
13165
13166 2001-10-16 [paul]
13167
13168         * po/es.po, po/nl.po, po/pt_BR.po
13169                 updated by Ricardo Mones Lastra, Alfons,
13170                 and Fabio Junior Beneditto
13171
13172         * sylpheed-0.6.3claws released
13173
13174 2001-10-15 [melvin] 0.6.3claws18
13175
13176         * README.claws
13177                 added summary and detailed installation instructions
13178                 for spell checker
13179         * po/fr.po
13180                 Updated, corrected and completed french translation
13181
13182 2001-10-15 [hoa] 0.6.3claws17
13183         * src/grouplistdialog.c
13184                 we can choose the newsgroups to display with wildcards
13185
13186 2001-10-15 [christoph]  0.6.3claws16
13187
13188         * src/account.c
13189         * src/compose.c
13190         * src/prefs_folder_item.[ch]
13191                 applied wwp <subscript@free.fr>'s folder
13192                 default account patch
13193         * po/de.po
13194                 Fixed wrong translation
13195
13196 2001-10-13 [alfons, christoph, melvin]  
13197                         0.6.3claws15
13198
13199         solution #2 to solve MT-safety problems defers all GUI related calls
13200         to the main thread using a gtk_idle_add() callback. discussed on
13201         ircnet #sylpheed, with christoph spotting some issues with the
13202         original code, and melvin allowing us to lobotomize his sylpheed.
13203
13204         * src/syldap.[ch], src/main.c
13205                 fix race problem in ldap search thread by deferring GUI 
13206                 stuff to main thread using gtk_idle_add()
13207
13208 2001-10-13 [paul]       0.6.3claws14
13209
13210         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
13211                 add Sergey's smtpcred.patch
13212                 adds separate username/password setting for SMTP Auth
13213                 needed by some servers
13214                 (closes feature request #471659)
13215
13216 2001-10-13 [paul]       0.6.3claws13
13217
13218         * src/pgptext.[ch] **NEW FILES**
13219         * src/Makefile.am, src/messageview.c, src/mimeview.c
13220                 decrypt ascii-armored gpg text embedded in
13221                 the message body.
13222                 Submitted by Jens Jahnke <jan0sch@gmx.net>
13223
13224 2001-10-13 [christoph]  0.6.3claws12
13225
13226         * README.claws
13227                 some more details on default to and
13228                 feature requests
13229         * src/main.c
13230                 init glib threading when ldap is used
13231         * src/syldap.c
13232                 threading fixes
13233         * po/de.po
13234                 fixed a typo
13235
13236 2001-10-12 [paul]       0.6.3claws11
13237
13238         * src/prefs_common.[ch], src/rfc2015.c
13239                 enable ascii-armored gpg text to be embedded in the
13240                 message body, selectable through the 'Privacy'
13241                 preferences. Supports encrypting only.
13242                 Submitted by Ravemax <ravemax@dextrose.com>
13243
13244 2001-10-12 [paul]       0.6.3claws10
13245
13246         * sync with sylpheed 0.6.3cvs6
13247                 see ChangeLog entries 2001-10-11 and 2001-11-12
13248
13249         * src/folderview.c
13250                 incorporated mbox folders, scoring, and folder
13251                 properties into the sync
13252
13253 2001-10-12 [darko]      0.6.3claws9
13254
13255         * README.claws
13256                 describe quotation wrapping
13257         * src/compose.c
13258                 don't treat tab as space to calculate line length properly
13259
13260 2001-10-11 [alfons]
13261
13262         * README.claws
13263                 correct description of how to make new filtering system work,
13264                 add some other things
13265                 
13266         * src/syldap.c
13267                 remove sched_yield() (not necessary / unportable)
13268
13269 2001-10-11 [paul]       0.6.3claws8
13270
13271         * sync with sylpheed 0.6.3cvs3
13272                 see ChangeLog entry 2001-10-10
13273
13274 2001-10-10 [christoph]  0.6.3claws7
13275
13276         * .cvsignore
13277                 ignore 2 files created by newer autotools
13278         * src/prefs_folder_item.c
13279                 using table for widget alignment
13280                 fixed memory leak and broken octal display
13281         * src/filesel.c
13282                 fixed segfault caused by lost filename
13283                 workaround (closes bug #469551)
13284
13285 2001-10-10 [paul]       0.6.3claws6
13286
13287         * sync with sylpheed 0.6.3cvs2
13288                 see ChangeLog entries 2001-10-09 and 2001-10-10
13289
13290 2001-10-10 [darko]      0.6.3.claws5
13291
13292         * src/gtkstext.c
13293                 proper calculation of right margin if smart wrapping is enabled
13294         * src/compose.c
13295                 automatically wrap long lines if wrap quotation is enabled
13296
13297 2001-10-09 [alfons]     0.6.3.claws4
13298
13299         * src/summaryview.c
13300                 select correct row when deleting last row in the summary view (and
13301                 close bug "[ #469104 ] select second last in list when deleting")
13302
13303 2001-10-09 [paul]       0.6.3claws3
13304
13305         * sync with sylpheed 0.6.3cvs1
13306                 updated some autotool scripts
13307
13308 2001-10-09 [darko]      0.6.3claws2
13309
13310         * src/gtkstext.[ch]
13311                 new name and mark with Sylpheed comment
13312         * src/compose.c
13313                 smart quotation wrapping a-la VIM
13314
13315 2001-10-08 [paul]       0.6.3claws1
13316
13317         * sync with sylpheed 0.6.3 release
13318                 see ChangeLog entry 2001-10-08
13319
13320 2001-10-08 [paul]       0.6.2claws24
13321
13322         * src/summaryview.c
13323                 more sync with sylpheed 0.6.2cvs12
13324                 Fixed the bug that didn't select the last row correctly
13325
13326
13327 2001-10-07 [paul]       0.6.2claws23
13328
13329         * sync with sylpheed 0.6.2cvs12
13330                 see ChangeLog entry 2001-10-07
13331
13332 2001-10-06 [match]
13333         * src/jpilot.[ch]
13334                 enable jpilot to read unsynch'ed addresses.
13335
13336         * src/editldap_basedn.c
13337                 fix segfault when opening dialog.
13338
13339 2001-10-06 [alfons]     0.6.2.claws22
13340
13341         * src/summaryview.c
13342                 fix bug with summary view selecting last *inserted*
13343                 node instead of last *visible* node. remember we
13344                 work with a tree
13345
13346 2001-10-06 [paul]       0.6.2claws21
13347
13348         * po/pt_BR.po
13349                 updated translation, contains some fixes and new
13350                 translations, submitted by Gustavo Noronha Silva
13351                 <kov@debian.org>
13352
13353         * src/prefs_common.c
13354                 change 'each' to 'every' - fix dubious English
13355
13356         * sync with sylpheed 0.6.2cvs11
13357
13358 2001-10-05 [alfons]     0.6.2claws20
13359
13360         * src/mainwindow.[ch], src/folderview.c
13361                 make composite tool button switch between "Compose News"
13362                 and "Compose Mail" depending on selected folder
13363                 (nifty idea by Kim Schulz <kim@schulz.dk>)
13364
13365 2001-10-05 [paul]       0.6.2claws19
13366
13367         * src/mainwindow.c, src/summaryview.c
13368                 fix 'Message/Reply to all', broken in last commit
13369
13370         * src/compose.c
13371                 fix X_BEENTHERE seg fault, thanks to Alfons
13372
13373 2001-10-04 [paul]       0.6.2claws18
13374
13375         * src/compose.[ch], src/mainwindow.c
13376                 make "Message/Reply" reply to mailing lists; matches
13377                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
13378                 based on portions of the patch submitted by
13379                 Junichi Uekawa <dancer@netfort.gr.jp>
13380
13381 2001-10-04 [darko]      0.6.2claws17
13382
13383         * src/compose.c
13384                 better smart wrapping
13385         * src/gtkstext.[hc]
13386                 a function to make text buffer contiguous
13387
13388 2001-10-03 [paul]       0.6.2claws16
13389
13390         * sync with sylpheed 0.6.2cvs10
13391
13392 2001-10-02 [alfons]
13393
13394         * configure.in
13395         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
13396                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
13397                 references to chinese translations (hope someone picks up
13398                 this)
13399
13400 2001-10-02 [christoph]  0.6.2claws15
13401
13402         * src/compose.c
13403                 fixed non translated header bug
13404         * ChangeLog.claws
13405                 fixed wrong date in alfons last entry ;)
13406
13407 2001-10-02 [alfons]     0.6.2claws14
13408
13409         * src/compose.c, src/prefs_common.[ch]
13410                 add block cursor option
13411
13412 2001-10-02 [paul]       0.6.2claws13
13413
13414         * sync with sylpheed 0.6.2cvs9
13415
13416 2001-09-30 [paul]       0.6.2claws12
13417
13418         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
13419                 updated translations
13420
13421         * po/POTFILES.in
13422                 add 'src/importldif.c'
13423
13424         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
13425                 added eudora-to-vCard conversion tool
13426                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
13427
13428         * sync with sylpheed 0.6.2cvs8
13429
13430 2001-09-30 [paul]
13431
13432         * sylpheed-0.6.2claws released
13433
13434 2001-09-27 [melvin]     0.6.2claws11
13435
13436         * src/gtkspell.c
13437                 fixed crash when using default path (introduced 
13438                 in 0.6.2claws10)
13439                 fixed tiny bug for initial suggestion mode
13440
13441 2001-09-27 [melvin]     0.6.2claws10
13442         
13443         * src/gtkspell.c
13444                 fixed bug where gtkpspell didn't set the path correctly
13445
13446         * README.claws
13447                 added a paragraph about spell checking
13448                 
13449
13450
13451 2001-09-27 [paul]       0.6.2claws9
13452
13453         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
13454                 replace '// comments' with '/* comments */' to prevent
13455                 some compiler warnings 
13456
13457         * sync with sylpheed 0.6.2cvs6
13458
13459 2001-09-26 [alfons]     0.6.2claws8
13460
13461         * src/messageview.c
13462                 introduce return receipt request notification again,
13463                 which was lost because of other semantics in 
13464                 procheader_parse() (???)
13465
13466 2001-09-26 [christoph]  0.6.2claws7
13467
13468         * src/compose.c
13469                 replace comments for old code with #if 0
13470                 readded auto cc, bcc and reply-to
13471         * src/prefs_matcher.c
13472         * src/prefs_scoring.c
13473                 removed some definition (was moved to
13474                 prefs.h)
13475
13476 2001-09-26 [paul]       0.6.2claws6
13477
13478         * src/mainwindow.c
13479                 make 'Follow-up and reply to' sensitive
13480
13481         * more sync with sylpheed 0.6.2cvs5
13482
13483 2001-09-25 [melvin]
13484
13485         * 0.6.2claws5
13486
13487         * src/gtkspell.c
13488                 fixed bug for "US-ASCII" introduced by the encoding code
13489
13490 2001-09-25 [paul]
13491
13492         * 0.6.2claws4
13493
13494         * src/prefs_common.[ch], src/summaryview.c
13495                 'next unread msg' 'go to next folder?' dialog can be
13496                 given default behaviour, either always show dialog,
13497                 or assume 'yes', or assume 'no'
13498                 Submitted by wwp <subscript@free.fr>
13499
13500 2001-09-25 [melvin]
13501                 
13502         * src/compose.c src/gtkspell.[ch]
13503                 added support for different encodings
13504
13505 2001-09-25 [paul]
13506
13507         * more sync with sylpheed 0.6.2cvs5
13508
13509 2001-09-24 [alfons]
13510         
13511         * src/prefs_folder_item.c
13512                 add check for item->prefs->default_to string is NULL and
13513                 add another check when freeing this string
13514
13515 2001-09-24 [paul]
13516
13517         * configure.in
13518                 change to version 0.6.2claws3
13519
13520         * sync with sylpheed 0.6.2cvs5 
13521
13522 2001-09-24 [match]
13523         * src/ldif.[ch], src/importldif.[ch], addressbook.c
13524                 import LDIF files.
13525         * src/addrcache.[ch], addrindex.[ch]
13526                 small update for future
13527         * src/addrbook.c
13528                 fix test XML file.
13529
13530 2001-09-24 [melvin]
13531         * src/gtkspell.[ch]
13532                 added 'Learn from mistakes' option
13533                 better handling of quotes in checked words
13534                 sorted dict list
13535         * po/fr.po
13536                 small update for spell checking stuff
13537
13538 2001-09-23 [alfons]
13539         
13540         * src/gtkspell.c
13541                 edit a little bit so it complies more with main coding style
13542
13543 2001-09-23 [alfons]
13544
13545         * src/folder.[ch], prefs_folder_item.c, compose.c
13546                 migrate "request return receipt" folder property
13547                 to folderlist.xml
13548
13549 2001-09-22 [alfons]
13550
13551         * README.claws **NEW**
13552                 (add things of interest for users of main branch 
13553                 and claws here)
13554
13555         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
13556                 re-implement threading per folder option, but store 
13557                 the setting in folderlist.xml (where it belongs)
13558
13559 2001-09-21 [melvin]
13560
13561         * src/gtkspell.[ch]
13562                 fixed bug when compose window is under another window
13563         * src/prefs_common.[ch] src/compose.c
13564                 changed 'dictionary_path' to 'dictionary' to be consistent
13565                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
13566         * ac/pspell.m4 src/Makefile.am 
13567                 dropped PSPELL_PATH macro
13568         * po/fr.po
13569                 updated translations
13570
13571 2001-09-21 [christoph]
13572
13573         * src/compose.c
13574                 added border around header fields
13575                 keep header type when new field is added
13576
13577 2001-09-20 [christoph]
13578
13579         * src/utils.[ch]
13580                 more portable debug_print with source filename
13581                 and linenumber
13582         * src/procmsg.c
13583                 more newlines after debug messages
13584
13585 2001-09-20 [paul]
13586
13587         * configure.in
13588                 change to version 0.6.2claws2
13589
13590         * sync with sylpheed 0.6.2cvs3
13591
13592 2001-09-19 [melvin]
13593
13594         * src/gtkspell.c
13595                 fixed the post-right-click focus pb
13596                 fixed crash when 'Spell check all' after dict change 
13597                         and when cursor is at the end of the text
13598                 shift-right-click pops up config menu even on misspelled words.
13599         * po/POTFILES.in
13600                 added gtkspell.c
13601
13602 2001-09-19 [melvin]
13603
13604         * src/about.c
13605                 added pspell to compiled-in features list
13606
13607 2001-09-18 [melvin]
13608
13609         * switched to pspell and dropped ispell
13610         * ac/pspell.m4
13611                 new file. autoconf macro for pspell
13612         * ac/Makefile.am 
13613         * configure.in acconfig.h
13614                 added pspell support
13615         * src/Makefile.am
13616         * src/main.c src/compose.[ch] src/gtkspell.[ch]
13617         * src/prefs_common.[ch] 
13618                 added pspell support
13619
13620 2001-09-18 [christoph]
13621
13622         * src/addr_compl.c
13623         * src/template.[ch]
13624                 replace LOG_MESSAGE with debug_print
13625         * src/compose.[ch]
13626                 gui improvements
13627         * src/menu.c
13628                 added newline after debug message
13629         * src/utils.h
13630                 using __VA_ARGS__ for debug_print macro
13631         * tools/.cvsignore
13632                 ignore Makefile and Makefile.in
13633
13634 2001-09-18 [paul]
13635
13636         * configure.in
13637                 change to version 0.6.2claws1
13638         * sync with sylpheed 0.6.2cvs1
13639
13640         * src/matcher.c 
13641         * src/prefs_matcher.c
13642                 add 'score equal to' option, submitted by
13643                 Paul Evans <nerd@freeuk.com>
13644
13645 2001-09-15 [christoph]
13646
13647         * src/mainwindow.c
13648                 comment out menu entry not existing in claws
13649         * src/menu.c
13650                 add debug output for non existing menu entries
13651         * src/summaryview.c
13652                 fix next/prev unread message for ignored threads
13653         * src/utils.[ch]
13654                 add sourcefile and line number to debug output
13655                 otherwise it is sometimes hard to find the
13656                 source code part if debug messages are translated
13657
13658 2001-09-14 [darko]
13659         
13660         * src/folderview.c
13661                 refresh target folder style after colour is changed
13662
13663 2001-09-13 [paul]
13664
13665         * configure.in
13666                 change to version 0.6.1claws3
13667
13668         * sync with sylpheed 0.6.1cvs6
13669
13670 2001-09-13 [darko]
13671         
13672         * src/folderview.c
13673                 fix target folder colourization to use user selected colour
13674
13675 2001-09-12 [darko]
13676         
13677         * src/summaryview.c
13678                 fix crash when message that is marked for copy/move is unmarked
13679
13680 2001-09-09 [paul]
13681
13682         * configure.in
13683                 change to version 0.6.1claws2
13684
13685         * sync with sylpheed 0.6.1cvs3
13686
13687 2001-09-09 [alfons]
13688         
13689         * src/folderview.c
13690                 fix bug with default font used for trash folder text
13691
13692 2001-09-06 [paul]
13693
13694         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13695                 updated translations
13696
13697         * configure.in
13698                 change to version 0.6.1claws1
13699
13700         * sync with sylpheed 0.6.1cvs2
13701
13702 2001-09-03 [paul]
13703
13704         * po/POTFILES.in
13705                 add Match's new addressbook
13706
13707         * po/de.po
13708                 updated translation submitted by Jens Oberender
13709
13710 2001-09-02 [paul]
13711
13712         * configure.in
13713                 change to 0.6.1claws
13714         * sync with sylpheed 0.6.1 release
13715
13716 2001-09-02 [paul]
13717
13718         * configure.in
13719                 change to 0.6.0claws2
13720
13721         * sync with sylpheed 0.6.0cvs4
13722
13723         * po/pt_BR.po
13724                 updated translation submitted by Fabio Junior Beneditto
13725
13726 2001-09-01 [match]
13727         * pixmaps/
13728                 interface.xpm
13729                 book.xpm
13730                 address.xpm
13731         * src/
13732                 Makefile.am
13733                 a ton of new files
13734
13735 2001-08-31 [paul]
13736
13737         * configure.in
13738                 change to version 0.6.0claws1
13739
13740         * sync with sylpheed 0.6.0cvs1
13741
13742         * po/es.po
13743                 updated translation submitted by Ricardo Mones Lastra
13744
13745         * po/POTFILES.in
13746                 add 'src/prefs_templates.c'
13747
13748         * src/compose.c, src/summaryview.c
13749                 fix segfault on 'Re_edit'               
13750
13751 2001-08-30 [alfons]
13752
13753         * configure.in, Makefile.am
13754         * tools/Makefile.am
13755                 add tools directory to source distribution
13756
13757 2001-08-30 [paul]
13758
13759         * configure.in
13760                 change to version 0.6.0claws
13761
13762         * sync with sylpheed 0.6.0 release
13763
13764 2001-08-30 [christoph]
13765
13766         * configure.in
13767                 removed autoconf version check
13768
13769 2001-08-30 [paul]
13770
13771         * src/account.c, src/compose.c, src/prefs_common.[ch]
13772         * src/procheader.[ch] src/utils.[ch]
13773                 Enhanced automatic account selection on replies
13774                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
13775
13776         * configure.in
13777                 add LDAP and JPilot to the configuration results output.
13778
13779 2001-08-29 [christoph]
13780
13781         * src/summeryview.c
13782                 no bold font for ignored threads
13783
13784 2001-08-29 [paul]
13785
13786         * configure.in
13787                 change to version 0.5.3claws6
13788
13789         * sync with sylpheed 0.5.3cvs10
13790                 src/stringtable.[ch]: New Files
13791
13792         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
13793         * src/pixmaps/sylpheed.xpm
13794                 add mini-icons to windows (by Alfons)
13795
13796 2001-08-27 [paul]
13797
13798         * src/mainwindow.c
13799                 new functions: next_labeled_cb(), prev_labeled_cb()
13800
13801         * src/summaryview.c
13802                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
13803                 summary_select_next_labeled(), summary_select_prev_labeled()
13804
13805         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
13806                 give claws blue folders and a blue trash can
13807
13808 2001-08-27 [paul]
13809
13810         * configure.in
13811                 change to version 0.5.3claws5
13812
13813         * sync with sylpheed 0.5.3cvs9
13814                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
13815
13816 2001-08-24 [christoph]
13817
13818         * src/filesel.c
13819                 keep filename when browsing directories
13820                 (not working for user entered filename, but
13821                  for default name and selected filename from
13822                  file list)
13823         * src/mainwindow.c
13824                 fixed wrong spelling "Folllow-up"
13825         * src/mbox_folder.c
13826         * src/procmsg.c
13827         * src/summaryview.c
13828                 fixed new/unread message count with ignored
13829                 threads (2 commits, first didn't notice no
13830                 longer needed decreasing)
13831         * src/inc.c
13832                 readded scrolling of progress dialog
13833                 (lost in sync)
13834
13835 2001-08-24 [paul]
13836
13837         * configure.in
13838                 change to 0.5.3claws4
13839
13840         * sync with sylpheed 0.5.3cvs7
13841
13842 2001-08-24 [christoph]
13843
13844         * src/compose.c
13845                 set request return receipt when replying
13846                 if it is set is the folder prefs of the
13847                 message
13848         * src/inc.c
13849                 disable final error popup if popups are
13850                 disabled in config (again)
13851
13852 2001-08-23 [paul]
13853
13854         * configure.in
13855                 Change version number to 0.5.3claws3
13856
13857         * sync with sylpheed 0.5.3cvs5
13858
13859         * src/mimeview.c
13860                 double quote '%s' in 'gedit %s' to fix bug when
13861                 opening attachment with spaces in the name
13862
13863 2001-08-22 [alte]
13864         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
13865           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
13866                 initial message templates support
13867
13868
13869 2001-08-22 [paul]
13870
13871         * configure.in
13872                 change version number to 0.5.3claws2
13873
13874         * sync with sylpheed 0.5.3cvs4
13875
13876         * src/procmsg.h src/summaryview.c
13877                 re-implement (un)ignore thread
13878
13879 2001-08-21 [paul]
13880
13881         * src/summaryview.c
13882                 remove unnecessary code
13883         * src/compose.c
13884                 enable 'dynamic' signatures (submitted by
13885                 Eric Limpens <eric@hscg-internet.nl>)
13886
13887 2001-08-21 [paul]
13888
13889         clean up after sync with sylpheed 0.5.3 release
13890
13891         * src/folderview.c
13892                 fix re-introduced font mess, see Christoph's
13893                 entry 2001-06-24
13894
13895         * src/summaryview.c
13896                 remove prev_msgnum
13897                 use sylpheed's small font instead of
13898                 gtk default font for summary view
13899
13900
13901 2001-08-17 [paul]
13902
13903         * configure.in
13904                 add pl to ALL_LINGUAS - sync with main branch
13905
13906         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13907                 Updated. Translations by Jens Oberender, Ricardo Mones
13908                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
13909
13910         * po/pl.po  ** NEW FILE **
13911                 sync with the main branch
13912
13913         * src/folderview.c
13914                 fix target folder colorizing and refresh problem
13915
13916
13917 2001-08-17 [christoph]
13918
13919         * src/mainwindow.c
13920                 claws uses 4 colors for target folder coloring.
13921                 arrays were not long enough and destroyed the
13922                 stack causing a segfault.
13923                 target folder colorizing does not work anymore
13924                 for me
13925
13926 2001-08-16 [paul]
13927
13928         * configure.in
13929                 change to version 0.5.3claws1
13930
13931         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13932           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13933           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13934
13935                 sync with sylpheed 0.5.3 release, but keep claws method of
13936                 configuring/saving fonts
13937
13938         * src/addressbook.[ch]
13939                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13940                 in line with a similar change in Hiroyuki's branch
13941
13942         * src/mainwindow.[ch]
13943                 disable main_window_set_thread_option()
13944         * src/prefs_folder_item.c
13945                 comment out &tmps_prefs.enable_thread,
13946         * src/mbox_folder.c, src/procmsg.[ch]
13947                 comment out MSG_IS_IGNORE_THREAD
13948         * src/summaryview.c
13949                 comment out summary_ignore_thread() and summary_unignore_thread()
13950                 comment out MSG_IS_IGNORE_THREAD
13951
13952                 use Hiroyuki's threading instead.
13953
13954
13955
13956 2001-08-15 [paul]
13957
13958         * src/account.c
13959                 use Hiroyuki's 0.5.3 column scheme but also
13960                 include the enable/disable button.
13961         * src/pixmaps/mark.xpm
13962                 add Hiroyuki's amended pixmap
13963
13964 2001-08-13 [christoph]
13965
13966         * src/account.c
13967                 receive at get all column showed wrong state for APOP
13968                 button should only work for POP3 and APOP accounts
13969         * src/prefs_account.c
13970                 added missing preprocessor statement for SSL
13971
13972 2001-08-12 [paul]
13973
13974         * src/account.[ch]
13975                 add 'receive at get all' column and enable/disable
13976                 button.
13977
13978 2001-08-06 [christoph]
13979
13980         * src/account.c
13981                 show usage of SSL in protocol column
13982
13983         * src/imap.c
13984         * src/inc.c
13985                 renamed ssl options
13986
13987         * src/prefs_account.[ch]
13988                 moved ssl options to a new page
13989
13990         * src/send.c
13991         * src/smtp.c
13992         * src/ssl.[ch]
13993                 renamed ssl options
13994                 added support for SMTP STARTTLS command
13995
13996 2001-08-05 [christoph]
13997
13998         * configure.in
13999                 debian autoconf needs version check to find
14000                 correct autoconf version. if the file is
14001                 named configure.in 2.13 is used, which does
14002                 not work with this configure.in script.
14003                 other solution would be to rename the script
14004                 to configure.ac as suggested in the autoconf
14005                 manual.
14006
14007         * src/inc.c
14008                 disable final error popup if popups are
14009                 diabled in config
14010
14011         * src/socket.c
14012                 bugfix in ssl_gets
14013                 fixes IMAP over SSL problem
14014
14015 2001-08-03 [paul]
14016
14017         * configure.in
14018                 change to 0.5.2claws1
14019
14020         * sync with sylpheed 0.5.2cvs1
14021
14022 2001-08-02 [alfons]
14023
14024         * configure.in
14025                 quick fix for ispell detection...
14026
14027 2001-08-01 [paul]
14028
14029         * configure.in
14030                 change to 0.5.1claws4
14031
14032         * sync with sylpheed 0.5.1cvs7
14033
14034 2001-07-31 [alfons]
14035
14036         * src/prefs_common.c, src/prefs_common.h, 
14037           src/gtkspell.c, src/gtkspell.h
14038                 add global spelling checker settings (compose tab) +
14039                 selection of dictionary 
14040           
14041         * configure.in  
14042                 guess valid ispell location
14043
14044 2001-07-31 [paul]
14045
14046         * po/POTFILES.in
14047                 removal of 'src/quote_fmt_parse.c'
14048         * po/de.po
14049                 Updated de.po
14050                 (submitted by Jens Oberender <didge@suse.de>)
14051
14052 2001-07-31 [darko]
14053
14054         * src/folder.[ch]
14055         * src/folderview.[ch]
14056         * src/mainwindow.c
14057         * src/mh.c
14058         * src/prefs_common.[ch]
14059         * src/summaryview.c
14060                 target folder colourization
14061
14062 2001-07-30 [paul]
14063
14064         more sync with Sylpheed 0.5.1cvs6 
14065
14066 2001-07-30 [darko]
14067
14068         * src/mh.c
14069         * src/prefs_folder_item.[hc]
14070         * src/summaryview.c
14071                 shared folders support with a GUI
14072
14073 2001-07-29 [paul]
14074
14075         0.5.1claws3
14076
14077         * sync with Sylpheed 0.5.1cvs6
14078
14079 2001-07-29 [paul]
14080
14081         * po/pt_BR.po
14082                 updated
14083                 (submitted by Fabio Junior Beneditto)
14084
14085 2001-07-28 [paul]
14086
14087         * src/procmime.c
14088         * AUTHORS
14089                 patch to correct bad image mime headers
14090                 (submitted by Don Quijote <dq@searchlores.org>)
14091
14092 2001-07-28 [paul]
14093
14094         * tools/gif2xface.pl   **NEW FILE**
14095         * tools/README
14096                 script to convert file.gif to file.xface for
14097                 use in a custom header.
14098                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
14099
14100 2001-07-27 [alfons]
14101         
14102         * configure.in
14103                 change macros for detecting JPilot and LDAP
14104
14105 2001-07-27 [christoph]
14106
14107         * src/filtering.c
14108                 code cleanup (MIN / MAX warning, needed casting)
14109
14110 2001-07-27 [alfons]
14111
14112         * procheader.c
14113                 disallow setting flags when detecting certain headers
14114                 (X-Status, Status, Seen, X-Seen). 
14115         
14116         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
14117
14118 2001-07-27 [christoph]
14119
14120         * src/prefs_filter.c
14121         * src/prefs_filtering.c
14122         * src/prefs_matcher.c
14123         * src/prefs_scoring.c
14124                 scroll list when moving rows up or down
14125
14126         * src/imap.c
14127         * src/imap.h
14128         * src/prefs_account.c
14129         * src/prefs_account.h
14130         * src/send.c
14131                 SMTP over SSL (untested, feedback requested)
14132                 IMAP over SSL
14133
14134         * src/ssl.c
14135                 code cleanup
14136
14137 2001-07-26 [alfons]
14138         
14139         * configure.in, acconfig.h
14140                 define CLAWS (need this for main / claws detection)
14141
14142 2001-07-25 [alfons]
14143
14144         * configure.in
14145                 Sylpheed 0.5.1claws2
14146                 
14147         * sync with Sylpheed 0.5.1cvs4
14148
14149 2001-07-25 [christoph]
14150
14151         * src/scoring.c
14152                 fixed segfault
14153                 item->prefs == NULL (don't know why)
14154
14155 2001-07-25 [alfons]
14156
14157         * configure.in
14158                 Sylpheed 0.5.1claws1
14159
14160         * sync with Sylpheed 0.5.1cvs1-3
14161
14162 2001-07-24 [christoph]
14163
14164         * src/folderview.c
14165         * src/prefs_folder_item.[ch]
14166                 added folderitem preferences dialog with
14167                 default To: and auto request return receipt
14168
14169         * src/compose.[ch]
14170         * src/menu.[ch]
14171                 changes to handle new folderitem preferences
14172
14173         * src/mainwindow.c
14174         * src/summaryview.c
14175                 call compose new mail with current folderitem
14176
14177 2001-07-24 [alfons]
14178
14179         Release Sylpheed 0.5.1claws
14180
14181         * configure.in
14182                 change to release version 0.5.1claws
14183
14184 2001-07-24 [christoph]
14185
14186         * src/summaryview.c
14187                 fixed segfault that happend when the selected
14188                 message was removed while retrieving new messages.
14189
14190         * po/es.po
14191                 updated translation
14192                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
14193
14194 2001-07-22 [alfons]
14195
14196         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
14197         this is a work in progress, for more information: http://nlpagan.net/sylman 
14198         
14199         * configure.in, src/mainwindow.c, manual/Makefile.am
14200                 add support for English manual
14201
14202         * AUTHORS
14203                 add authors of user manuals
14204
14205         * manual/en/sylpheed*.html
14206                 add English documentation
14207
14208 2001-07-22 [christoph]
14209
14210         * po/POTFILES.in
14211                 added src/ssl.c
14212         * src/ssl.c
14213                 changed a wrong debug message
14214
14215 2001-07-22 [alfons]
14216
14217         * po/nl.po
14218                 update Dutch translation
14219
14220         * src/prefs_filtering.c, 
14221           src/prefs_matcher.c
14222                 add more translatable strings           
14223
14224 2001-07-21 [alfons]
14225
14226         0.5.0claws7
14227
14228         * configure.in
14229                 change version
14230
14231         * src/inc.c, src/summaryview.[ch]
14232                 prevent update of mark file when filtering has done, by
14233                 using a variable; this affects two functions:
14234                         inc.c::inc_finished()
14235                         summaryview.c::summary_show()
14236
14237 2001-07-20 [alfons]
14238
14239         * src/filtering.[ch], src/prefs_filtering.c, 
14240           src/matcher.[ch]
14241                 add filtering action for label coloring 
14242
14243         * po/POTFILES.in
14244                 add labelcolors.c
14245
14246         * added src/labelcolors.c
14247         * added src/labelcolors.h
14248         * src/Makefile.am, src/summaryview.c
14249                 rearrange label coloring code
14250
14251         * src/procmsg.h
14252                 add more parentheses so label colouring works correctly
14253
14254         * src/filtering.c
14255                 don't really delete message, but move it to Trash
14256
14257         * src/prefs_matcher.c
14258                 add quote options to info dialog
14259
14260 2001-07-20 [christoph]
14261
14262         * src/Makefile.am
14263         * src/inc.c
14264         * src/main.[ch]
14265         * src/socket.h
14266         * src/ssl.[ch] (new)
14267                 moved ssl stuff to a seperate file
14268
14269 2001-07-20 [darko]
14270
14271         * src/summaryview.c
14272                 fix show sender using address book with no e-mail
14273                 address in From: field
14274
14275 2001-07-19 [alfons]
14276
14277         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
14278                 fix messy handling of escaping... now at least the
14279                 execute command is useful. escape char is '\', we
14280                 accept \n and \r too. 
14281
14282                 Real life example:
14283                 
14284                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
14285                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
14286
14287 2001-07-18 [alfons]
14288
14289         0.5.0claws6
14290
14291         * src/summaryview.c
14292                 clean up
14293
14294         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
14295           src/procmsg.[ch]
14296                 revise filtering; currently move, copy, marking have
14297                 been tested. if you like bleeding edge stuff, you
14298                 should definitely go for this version :)
14299
14300         * mark old working stuff as VERSION_0_5_0_CLAWS5        
14301
14302 2001-07-17 [christoph]
14303
14304         * src/utils.c
14305                 timestamp log
14306
14307 2001-07-17 [alfons]
14308
14309         0.5.0claws5
14310
14311         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
14312           bits in the mark file, without affecting either branch. Lots of
14313           files changed, also in claws branch.
14314
14315           UNTESTED: use of mbox folders
14316
14317         * src/summaryview.c
14318                 added mark all read; however this was a quick hack used for
14319                 cleaning up mess after initial merge with Hiroyuki
14320
14321         * configure.in
14322                 change claws version number back to 0.5.0claws5 to clear up 
14323                 confusion & pretension (recent release was technically 
14324                 0.5.0claws4, so we neatly align with Hiroyuki :-)
14325
14326 2001-07-16 [alfons]
14327
14328         sync with Hiroyuki's 0.5.0cvs4
14329
14330 2001-07-16 [alfons]
14331
14332         0.5.1claws3
14333
14334         * src/filtering.[ch]
14335                 remove invalid updating of mark files for 
14336                 filter actions MATCHING_ACTION_MOVE and 
14337                 MATCHING_ACTION_DELETE; this should fix the
14338                 folder update bug
14339                 
14340         * src/procmsg.c
14341                 revert Christoph's stab at fixing the folder 
14342                 update bug
14343
14344         * po/POTFILES.in
14345                 add missing files with translatable strings
14346
14347         * src/summaryview.c
14348                 remove debug print
14349
14350 2001-07-15 [alfons]
14351
14352         * src/addr_compl.[ch], src/prefs_filtering.c
14353                 make "filtering pref dialog's destination entry" an
14354                 "address completable entry", if filter destination is 
14355                 an email address
14356
14357         0.5.1claws2
14358         
14359         sync with Hiroyuki's 0.5.0cvs2-3
14360
14361 2001-07-15 [christoph]
14362
14363         * src/procmsg.c
14364                 fixed folder stats update after incorporation
14365
14366 2001-07-15 [alfons]
14367
14368         * src/summaryview.c
14369                 * finish label colouring stuff (for now)
14370                 * fix incorrect colour bug (off by one) 
14371
14372 2001-07-14 [alfons]
14373
14374         * src/mainwindow.c
14375                 change text labels for news and mail message so there's
14376                 plenty of toolbar estate left
14377
14378         * configure.in
14379                 0.5.1claws1
14380
14381         * src/folderview.c
14382           src/folder.[ch]
14383                 sync with Hiroyuki's 0.5.0cvs1
14384
14385         * src/summaryview.c
14386                 more rewrite label colouring
14387
14388 2001-07-14 [alfons]
14389
14390         * src/summaryview.[ch]
14391                 * start rewrite label colouring 
14392                 * fix proper location "Add Sender To Addressbook" menu item
14393
14394 2001-07-13
14395
14396         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14397         (actually this is 0.5.0claws4)
14398
14399 2001-07-13 [alfons]
14400
14401         * po/pt_BR.po
14402                 * fix duplicate message
14403                 * add updated Portugese / Brazilian translation
14404                   submitted by Fabio Junior Beneditto
14405
14406 2001-07-12 [alfons]
14407
14408         * AUTHORS
14409                 add Jens
14410
14411         * po/nl.po
14412                 add updated Dutch translation
14413
14414         * po/de.po
14415                 add updated German translation submitted by Jens
14416
14417 2001-07-11 [alfons]
14418
14419         Prerelease before 0.5.0claws. Please test.
14420         This version is temporarily tagged as VERSION_0_5_0_TEST
14421
14422         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
14423           src/prefs_scoring.c, src/prefs_matcher.c, 
14424           src/prefs_filtering.c, src/mbox.c, 
14425           src/main.c, src/inc.c, src/filtering.[ch]
14426                 revert new Hoa's new matcher (does not work yet)
14427
14428         * src/Makefile.am
14429                 clean up
14430
14431 2001-07-10
14432
14433         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14434
14435
14436 2001-07-10 [alfons]
14437
14438         * Makefile.am
14439                 add ChangeLog.claws to EXTRA_DIST
14440         * src/Makefile.am
14441                 add matcher_parser_parse.h to EXTRA_DIST
14442
14443 2001-07-10 [christoph]
14444
14445         * src/inc.c
14446                 add destination folder to table of
14447                 folders that need to be updated after
14448                 incorporation
14449
14450 2001-07-10 [alfons]
14451
14452         * folder.[ch]
14453           folderview.c
14454                 make collapse state of folders and folder items persistent, i.e.
14455                 if you collapse a folder tree, the next time sylpheed-claws starts 
14456                 up the folder tree remains collapsed.  
14457                 
14458 2001-07-10 [christoph]
14459
14460         * acconfig.h
14461         * configure.in
14462                 added --enable-ssl
14463         * src/md5.[ch]
14464                 renamed MD5_CTX to MD5_CTX_syl
14465                 conflicts with a struct in openssl
14466         * src/inc.c
14467         * src/main.[ch]
14468         * src/prefs_account.[ch]
14469         * src/socket.[ch]
14470                 SSL support for POP
14471         * src/mainwindow.c
14472                 fixed compose with current account
14473                 broken by new compose button stuff
14474
14475 2001-07-09 [hoa]
14476
14477         * AUTHORS
14478                 changed my email address
14479
14480         * src/matcher_parser_parse.y
14481                 clean the parser to remove conflicts
14482
14483 2001-07-09 [alfons]
14484
14485         * AUTHORS
14486                 add Match Grun
14487
14488         * configure.in
14489                 fix incorrect description of --enable-ldap parameter
14490
14491         * src/prefs_common.[ch]
14492           src/compose.c
14493                 add experimental option "smart wrapping" which makes the
14494                 compose editor auto wrap.
14495                 
14496                 | TODO: the problem with the buggy cursor handling is caused |
14497                 | by the GtkText. when deleting / backspacing text its       |
14498                 | wrapping algorithm does not take in account the previous   |
14499                 | line. should find a way to hack this in.                   |
14500                 | or should perhaps combine this with the word wrapping      |
14501                 | patch i wrote in january.                                  |
14502
14503         * src/about.c
14504                 show build parameters for LDAP and JPilot
14505
14506         * src/summaryview.c
14507                 revert Christoph's bugfix for selecting next unread message, 
14508                 because folder stats aren't updated correctly
14509
14510 2001-07-08 [hoa]
14511
14512         * src/filtering.c
14513         * src/mainwindow.c
14514         * src/matcher.c
14515         * src/matcher_parser_lex.l
14516         * src/matcher_parser_parse.y
14517         * src/prefs_filtering.c
14518         * src/prefs_scoring.c
14519         * src/scoring.c
14520                 bugfix of the config file parser
14521
14522 2001-07-08 [alfons]
14523
14524         * src/Makefile.am
14525                 added generated matcher sources to BUILT_SOURCES
14526
14527 2001-07-08 [hoa]
14528
14529         * src/Makefile.am
14530         * src/.cvsignore
14531                 added new config file parser
14532
14533         * src/scoring.[ch]
14534         * src/filtering.[ch]
14535         * src/matcher.[ch]
14536         * src/prefs_filtering.c
14537         * src/prefs_matcher.c
14538         * src/prefs_scoring.c
14539         * added src/matcher_parser.h
14540         * added src/matcher_parser_lex.h
14541         * added src/matcher_parser_lex.l
14542         * added src/matcher_parser_parse.y
14543                 lex & yacc config file parser
14544
14545         * src/mbox.c
14546         * src/inc.c
14547         * src/main.c
14548                 changes prefs_filtering into global_filtering           
14549
14550         * src/summaryview.c
14551                 build threads with subjects only if "Re: " is at the
14552                 beginning of the subject
14553
14554 2001-07-07 [paul]
14555
14556         0.5.0claws
14557
14558         sync with sylpheed 0.5.0
14559                 change of version number only
14560
14561 2001-07-06 [paul]
14562
14563         0.5.0claws5
14564
14565         sync with sylpheed 0.5.0pre5
14566
14567 2001-07-05 [paul]
14568
14569         sync with sylpheed 0.5.0pre4 release
14570                 /po and /manual/ja not sync'ed
14571
14572 2001-07-04 [paul]
14573
14574         more sync with sylpheed 0.5.0pre4
14575
14576 2001-07-03 [christoph]
14577
14578         * src/addressbook.c
14579                 fixed address book broken by address book
14580                 for VCard, JPilot, LDAP
14581
14582 2001-07-03 [alfons]
14583
14584         * src/matcher.c
14585         * src/textview.c
14586                 stopped memory leaks
14587
14588 2001-07-03 [paul]
14589
14590         more sync with sylpheed 0.5.0pre4
14591
14592 2001-07-02 [match]
14593
14594         * included address book patch for VCard, JPilot, LDAP
14595         * pref_common.c - fixed Font options on Display tab (cosmetic)
14596         * alertpanel.c - fixed truncated message
14597
14598 2001-07-02 [christoph]
14599
14600         * src/mbox_folder.c
14601         * src/procmsg.[ch]
14602         * src/summaryview.c
14603                 mark threads for ignoring
14604
14605 2001-07-02 [paul]
14606
14607         0.5.0claws4
14608
14609         * sync with sylpheed 0.5.0pre4
14610                 updated gettext to 0.10.38.
14611
14612 2001-07-01 [paul]
14613
14614         * src/ mainwindow.c
14615         * src/procmsg.h
14616         * src/summaryview.[ch]
14617                 new right-click option: Label.
14618                 substitute for 'Mark-->Mark/Unmark', colours the line.
14619                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
14620
14621 2001-07-01 [christoph]
14622
14623         * src/folderview.c
14624                 fixed font for trash
14625         * src/summaryview.c
14626                 move ctree to unread message
14627
14628 2001-07-01 [paul]
14629
14630         * sync with sylpheed 0.5.0pre3 release
14631
14632 2001-06-30 [alfons]
14633
14634         * src/filesel.[ch]
14635         * src/compose.c
14636                 allow inserting / attaching multiple files in
14637                 the composer window
14638
14639 2001-06-30 [paul]
14640
14641         * src/codeconv.c
14642                 small change to Alfons' previous stuff so that it
14643                 actually makes
14644
14645 2001-06-30 [alfons]
14646
14647         * lots of files changed; first attempt to merge the changes
14648           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
14649
14650 2001-06-30 [paul]
14651
14652         * po/pt_BR.po
14653                 updated and completed, translations by Fabio
14654                 Junior Beneditto <fjbeneditto@yahoo.com.br>
14655
14656 2001-06-29 [alfons]
14657
14658         * src/compose.c
14659         * src/mimeproc.[ch]
14660                 allow selecting an attached files' mime type from a 
14661                 list of types.
14662
14663 2001-06-29 [paul]
14664
14665         * more sync with sylpheed 0.5.0pre3
14666
14667 2001-06-29 [paul]
14668
14669         * po/pt_BR.po
14670                 merge with sylpheed.pot and pt_BR.po provided by
14671                 Fabio Junior Beneditto.
14672
14673 2001-06-29 [darko]
14674
14675         * src/procmime.c
14676                 make MIME types case insensitive
14677
14678 2001-06-28 [alfons]
14679
14680         * po/nl.po
14681                 merge with sylpheed.pot and old nl.po; translations added.
14682
14683 2001-06-28 [paul]
14684
14685         * more sync with sylpheed 0.5.0pre3
14686
14687 2001-06-27 [alfons]
14688
14689         * src/summaryview.c
14690                 don't crash when removing parent node of messages
14691                 attracted by subject. this was caused by not deleting
14692                 the parent node from the subject line hash table.
14693
14694 2001-06-27 [alfons]
14695
14696         * src/summaryview.c
14697         * src/compose.[ch]
14698         * src/mainwindow.c
14699                 if there are multiple messages selected, allow forwarding
14700                 them as attachments.
14701
14702 2001-06-27 [paul]
14703
14704         * more sync with sylpheed 0.5.0pre3
14705
14706 2001-06-26 [paul]
14707
14708         0.5.0claws3
14709
14710         * sync with sylpheed 0.5.0pre3
14711
14712 2001-06-25 [paul]
14713
14714         * src/mainwindow.c
14715                 fixed 'compose news article' bug
14716                 from icon-and-text toolbar
14717
14718 2001-06-25 [paul]
14719
14720         * sync with sylpheed 0.5.0pre2 release
14721
14722 2001-06-24 [christoph]
14723
14724         * src/prefs_common.c
14725                 bug fix in font selection
14726         * src/folderview.c
14727                 use sylpheed's normal font instead of
14728                 gtk default font for folders without
14729                 new messages
14730
14731 2001-06-24 [alfons]
14732
14733         * src/mainwindow.[ch]
14734                 added composite compose mail / news button (an idea by Leandro
14735                 Pereira <leandro@linuxmag.com.br>)
14736
14737 2001-06-24 [paul]
14738
14739         Added instructions for ldif-to-xml.py
14740
14741         * tools/README
14742
14743 2001-06-23 [alfons]
14744
14745         Some minor things.
14746
14747         * src/pixmaps/stock_news_compose.xpm
14748                 added pixmap by Leandro
14749         * src/prefs_common.c
14750                 tested built-in spelling checker of GCC 3.0 :)
14751         * po/nl.po
14752                 merged dutch translation of sylpheed-main with
14753                 sylpheed.pot
14754
14755 2001-06-23 [paul]
14756
14757         Added tools directory and files.
14758
14759         * tools/filter_conv.pl
14760                 converts old filter system to new filtering system
14761         * tools/ldif-to-xml.py
14762                 converts netscape addressbook to sylpheed addressbook
14763         * tools/README
14764                 descriptions/instructions for above two files
14765
14766 2001-06-23 [christoph]
14767
14768         * src/inc.c
14769         * src/manage_window.[ch]
14770         * src/prefs_common.[ch]
14771                 mail retrieval dialog can be enabled, disabled
14772                 or hidden if non of sylpheed's windows is active
14773
14774 2001-06-22 [paul]
14775
14776         0.5.0claws2
14777
14778         * sync with sylpheed 0.5.0pre2
14779
14780 2001-06-21 [christoph]
14781
14782         * src/summaryview.c
14783                 show recipient on 'from' for all accounts
14784                 
14785         * src/inc.c
14786         * src/prefs_common.[ch]
14787                 disable error popup on mail receive errors
14788
14789 2001-06-21 [alfons]
14790
14791         * src/compose.c
14792                 made the ruler correctly appear and disappear.
14793
14794         * src/Makefile.am
14795                 removed Hoa's work-in-progress-stuff (interesting!) so 
14796                 claws compiles ok.
14797
14798 2001-06-20 [christoph]
14799
14800         * src/inc.c
14801         * src/progressdialog.c
14802                 added scrolled window for list in progressdialog
14803
14804 2001-06-20 [paul]
14805
14806         sync with sylpheed 0.5.0pre1 release
14807
14808 2001-06-20 [christoph]
14809
14810         * src/summeryview.c
14811                 make building threads by subject work when
14812                 thread view is enabled
14813                 
14814         * src/compose.c
14815         * src/prefs_common.[ch]
14816                 automatically select account for mail replys
14817
14818 2001-06-19 [sergey]
14819
14820         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
14821         they are filled in from the account settings.
14822
14823 2001-06-19 [paul]
14824
14825         * more sync with sylpheed 0.5.0pre1
14826
14827 2001-06-18 [alfons]
14828
14829         * src/Makefile.am,
14830           src/procmime.c
14831                 added --sysconfdir to CPPFLAGS for pointing to the correct
14832                 location of mime.types. 
14833
14834                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
14835                 or ./configure!
14836
14837 2001-06-18 [hoa]
14838
14839         * src/summaryview.c
14840                 fixed some bug when building threads
14841
14842 2001-06-18 [pau]l
14843
14844         * src/prefs_account.c
14845                 UI stuff: More changes to the English
14846
14847 2001-06-18 [paul]
14848
14849         * src/pixmaps/stock_news_compose.xpm: new file
14850         * src/Makefile.am
14851         * src/mainwindow.c
14852         * src/summaryview.c
14853                 Added new icon for Hoa's 'compose a news
14854                 message', plus minor improvements to the
14855                 English
14856
14857         * po/ja.po
14858         * ChangeLog
14859         * ChangeLog.jp
14860                 more sync with sylpheed 0.5.0pre1
14861
14862 2001-06-18 [hoa]
14863
14864         * src/compose.[ch]
14865         * src/mainwindow.c
14866                 Follow-up and reply to
14867
14868         * src/summaryview.[ch]
14869                 Build threads also with subjects
14870
14871 2001-06-17 [hoa]
14872
14873         * src/compose.c
14874                 forwarding use the current account.
14875
14876         * src/mainwindow.c
14877                 the "compose message" button has been replaced with
14878                 "new mail" and "new news" buttons
14879
14880         * src/prefs_common.[ch]
14881                 added a configuration option to use the forward button
14882                 as "forward as attachment"
14883                 changed reply and forward format description
14884
14885         * src/quote_fmt_lex.l
14886         * src/quote_fmt_parse.y
14887                 added message with no signature in format for reply
14888                 and forward.
14889
14890 2001-06-17 [paul]
14891
14892         Minor UI stuff
14893
14894         * src/mainwindow.c
14895         * src/summaryview.c
14896                 Improvements to the English
14897
14898         * src/prefs_common.c
14899                 Improvements to the English and some
14900                 clarity/continuity improvements in the
14901                 description of Quote symbols.
14902
14903 2001-06-17 [paul]
14904
14905         0.5.0claws1
14906
14907         * sync with sylpheed 0.5.0pre1
14908
14909 2001-06-17 [hoa]
14910
14911         * src/compose.c
14912                 Better interface for compose, displayed fields
14913                 are updated whenever we change account.
14914                 Newsgroups field is automatically filled.
14915
14916         * src/mainwindow.c
14917                 Newsgroups field is automatically filled.
14918
14919         * src/prefs_account.c
14920                 Some interface stuff when fields appear and
14921                 disappear.
14922
14923 2001-06-16 [paul]
14924
14925         0.4.99claws
14926
14927         * sync with sylpheed 0.4.99
14928
14929 2001-06-16 [sergey]
14930
14931         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14932         base64_decoder_free, base64_decoder_decode): new object and
14933         functions for decoding base64 streams.
14934         * src/procmime.c (procmime_decode_content): modified to use the
14935         new base64 decoder.
14936
14937 2001-06-15 [paul]
14938
14939         0.4.99claws10
14940
14941         * sync with sylpheed 0.4.99cvs11
14942
14943 2001-06-13 [paul]
14944
14945         0.4.99claws9
14946
14947         * sync with sylpheed 0.4.99cvs9
14948
14949 2001-06-13 [hoa]
14950
14951         * src/compose.c
14952         * src/prefs_account.c
14953
14954                 SMTP server can be defined in the news account
14955                 mime type of attachment are kept.
14956
14957         * src/summaryview.c
14958
14959                 now choose the highest important score between default
14960                 and important score of folder.
14961
14962 2001-06-09 [alfons]
14963         
14964         * src/prefs_common.c: 
14965
14966                 (prefs_quote_description_create): corrected description of 
14967                 quote format characters
14968
14969 2001-06-09 [paul]
14970
14971         0.4.99claws8
14972
14973         * sync with sylpheed 0.4.99cvs8
14974
14975 2001-06-08 [sergey]
14976
14977         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14978         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14979
14980 2001-06-08 [paul]
14981
14982         0.4.99claws7
14983
14984         * sync with sylpheed 0.4.99cvs7
14985
14986 2001-06-06 [sergey]
14987
14988         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14989         clashes with autogenerated header).
14990         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14991         * src/Makefile.am: added quote_fmt.h.
14992         * src/.cvsignore: added lex/yacc autogenerated files
14993         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14994
14995 2001-06-06 [paul]
14996
14997         0.4.99claws6
14998
14999         * sync with sylpheed 0.4.99cvs6
15000
15001 2001-06-06 [hoa]
15002
15003         * added src/quote_fmt_parse.h
15004         * src/compose.c
15005                 removed warnings
15006
15007         * src/prefs.[ch]
15008                 don't modify readonly configuration files
15009
15010         * src/prefs_account.c
15011         * src/prefs_common.c
15012         * src/prefs_customheader.c
15013         * src/prefs_display_header.c
15014         * src/prefs_filter.c
15015         * src/prefs_filtering.c
15016         * src/prefs_scoring.c
15017                 don't open dialog box when configuration files
15018                 are readonly
15019
15020 2001-06-05 [sergey]
15021
15022         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
15023
15024         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
15025         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
15026         BUILT_SOURCES to make all files rebuild properly.
15027
15028         * src/compose.c: removed #include "quote_fmt.tab.h".
15029
15030         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
15031         CHARACTER value in yylval.
15032
15033         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
15034         receive CHARACTER value by documented means (yylval).
15035
15036         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
15037
15038 2001-06-05 [hoa]
15039
15040         * src/Makefile.am
15041                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
15042
15043         * src/filtering.c
15044         * src/matcher.c
15045         * src/matcher.h
15046         * src/prefs_filtering.c
15047                 now keep the configuration for execute action
15048
15049         * src/mbox_folder.c
15050                 fixed a warning
15051
15052 2001-06-05 [paul]
15053
15054         * sync with sylpheed 0.4.99cvs5
15055
15056 2001-06-05 [hoa]
15057
15058         * src/Makefile.am
15059                 added quote_fmt.[ch]
15060
15061         * added src/quote_fmt.y
15062         * added src/quote_fmt.l
15063         * added src/quote_fmt.tab.h
15064         * added src/quote_fmt.tab.c
15065         * added src/lex.quote_fmt.c
15066                 parsing configuration for replying
15067                 and forwarding
15068
15069         * src/prefs_common.[ch]
15070                 added configuration UI for replying
15071                 and forwarding
15072
15073         * src/compose.c
15074                 using configuration for replying
15075                 and forwarding
15076
15077 2001-06-04 [hoa]
15078
15079         * src/filtering.c
15080         * src/matcher.c
15081         * src/matcher.h
15082         * src/prefs_filtering.c
15083         * src/prefs_matcher.c
15084         * src/prefs_matcher.h
15085                 action "run a command" for filtering
15086                 and matching with a command.
15087                 fixed the "whole message" matching
15088
15089         * src/mbox_folder.c
15090                 changed temporary filename for security
15091
15092         * src/messageview.c
15093                 queue the notification if it fails to send.
15094
15095         * src/prefs_common.c
15096         * src/prefs_folder_item.c
15097                 changed the default important score             
15098
15099         * src/prefs_scoring.c
15100         * src/scoring.c
15101                 hide kill score input when the folder is not
15102                 a newsgroup
15103
15104 2001-06-03 [alfons]
15105
15106         * src/prefs_common.c:
15107
15108                 (prefs_font_select): pass font name in font entry box to font
15109                 selection dialog.
15110
15111 2001-06-03 [sergey]
15112
15113         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
15114
15115 2001-06-03 [paul]
15116
15117         * sync with sylpheed 0.4.99cvs4
15118
15119 2001-06-03 [alfons]
15120
15121         * src/headerwindow.c:
15122
15123                 (headerwindow_show_cb): use the selected summary view item, not
15124                 the displayed item.
15125
15126 2001-06-02 [alfons]
15127
15128         * src/headerwindow.c:
15129
15130                 (headerwindow_show_cb): always try to show msginfo
15131
15132 2001-06-02 [hoa]
15133
15134         * src/compose.c
15135                 keep attached parts when reediting or forwarding.
15136
15137 2001-06-01 [hoa]
15138
15139         * src/folderview.c
15140         * src/prefs_folder_item.[ch]
15141         * src/prefs_scoring.[ch]
15142         * src/scoring.[ch]
15143         * src/summaryview.[ch]
15144         * src/main.c
15145         * src/mainwindow.c
15146         * src/prefs_common.[ch]
15147                 support for folder scoring
15148                 kill score and important score for messages
15149         
15150         * src/prefs_account.c
15151                 some display bug fixed for local account
15152                 preferences
15153
15154 2001-05-31 [alfons]
15155
15156         * src/summaryview.c:
15157
15158                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
15159                 sender to address book menu item is disabled.
15160
15161 2001-05-30 [hoa]
15162
15163         * src/filtering.[ch]
15164         * src/summaryview.c
15165                 handling summary menu / filter messages
15166
15167         * src/folder.[ch]
15168                 add some stuff
15169
15170         * src/foldersel.c
15171                 imap folders now appears in list
15172
15173         * src/mbox_folder.c
15174                 doesn't crash if destination mail is not writeable
15175
15176 2001-05-29 [hoa]
15177
15178         * src/compose.c
15179                 removed some warnings
15180
15181         * src/filtering.c
15182         * src/folder.[ch]
15183         * src/prefs_filtering.c
15184                 global string to identify any folders           
15185                 removed some debug info
15186                 filtering to mbox folders is now possible
15187
15188         * src/mainwindow.c
15189                 removed some warnings
15190
15191         * src/mbox_folder.c
15192                 permission on files are changed to read/write for user only,
15193                 nothing for other.
15194                 creation of subfolder is handled better.
15195
15196 2001-05-28 [alfons]
15197
15198         Verified the sync for src/prefs_common.[ch] and
15199         src/prefs_account.[ch]. I believe there were some
15200         minor indentation differences.
15201
15202 2001-05-28 [paul]
15203
15204         0.4.99claws3
15205
15206         * sync with 0.4.99cvs3
15207
15208 2001-05-28 [hoa]
15209
15210         * src/compose.c
15211                 handling flags for mbox format
15212
15213         * src/filtering.c
15214                 use of mark file only for MH format
15215                 handling flags for mbox format
15216                 filtering cannot yet move or copy mails to mbox folders.
15217
15218         * src/folder.[ch]
15219                 changed move_msg, copy_msg,
15220                 move_msgs_with_dest, copy_msgs_with_dest functions
15221                 uses only folder->copy_msg() function
15222                 uses folder->finished_copy() to handle the destination
15223                 folder at the end of the copy or move operation.
15224
15225         * src/foldersel.c
15226                 included mbox directories.
15227
15228         * src/folderview.[ch]
15229         * src/mainwindow.c
15230                 handle folders operation for mbox format
15231
15232         * src/mbox.c
15233                 disable conversion of "From " header
15234
15235         * src/mbox_folder.[ch]
15236                 completion of mbox format handling
15237
15238         * src/mh.c
15239                 changed mh_copy_msg() function and
15240                 removed mh_move_msg(), mh_move_msgs_with_dest(),
15241                 mh_copy_msgs_with_dest()
15242
15243         * src/prefs_filtering.c
15244                 removed some warnings
15245
15246         * src/prefs_matcher.c
15247                 default boolean operation is AND
15248
15249         * src/procheader.c
15250                 handling flags for mbox format
15251                 handling of "From " header
15252
15253         * src/procmsg.[ch]
15254                 removed data field
15255                 added MSG_REALLY_DELETED flags to handle deletion of
15256                 messages in mbox format.
15257
15258         * src/summaryview.c
15259                 handling flags for mbox format
15260                 disable the MSG_DELETED flags when messages
15261                 are deleted in mbox format
15262
15263         * src/textview.c
15264                 "From " headers display fixed.
15265
15266 2001-05-27 [alfons]
15267
15268         * src/textview.c:
15269                 
15270                 (get_email_part): skip quoted email addresses, like in e.g.
15271                 "'alfons@proteus.demon.nl'".
15272
15273 2001-05-26 [alfons]
15274
15275         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
15276         and fixing the persistence troubles when using separate windows.
15277
15278         * src/mainwindow.c:
15279         
15280             Added #define SEPARATE_ACTION used in the gtk item factory for 
15281             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
15282                 use gtk_item_factory_get_widget_by_action() to get the items.
15283                 
15284             Removed separate_widget_cb from the gtk item factory data   
15285           
15286             (mainwindow_create): connect separate_widget_cb() to check
15287             menu item "toggled" signal. also passing a MainWindow pointer
15288                 as object data for both check menu items.
15289                 
15290             (separate_widget_cb): definition of separate_widget_cb() to match
15291             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
15292                 window using gtk_object_get_data(). The type of window separation 
15293                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
15294         
15295         * src/prefs_filtering.c,
15296           src/prefs_matcher.c: added horizontal scrollbars
15297
15298 2001-05-25 [darko]
15299
15300         * src/headerview.c
15301                 fix segfault with invalid bold font
15302         * src/summaryview.c
15303                 correctly display summary stats after row is marked
15304
15305 2001-05-23 [sergey]
15306
15307         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
15308         encodings with libjconv.
15309
15310 2001-05-23 [hoa]
15311
15312         * src/Makefile.am
15313                 added mbox_folder.[ch]
15314         * src/defs.h
15315                 mbox temporary folder
15316         * src/folder.[ch]
15317         * added src/mbox_folder.[ch]
15318         * src/folderview.c
15319         * src/procheader.[ch]
15320                 added mbox support
15321         * src/mbox.c
15322                 bugfix for file incorporation filtering
15323         * src/imap.c
15324                 enable creation of MBOX
15325         * src/prefs_display_header.c
15326                 enable use of headers like "From "
15327                 something that should be fixed :
15328                         displaying of such headers add an extra space
15329         * src/prefs_folder_item.c
15330                 don't create folders because it is not necessary
15331         * src/procmsg.h
15332                 added data field to MsgInfo for mbox internal use
15333         * src/summaryview.c
15334                 added some support for mbox
15335         * src/utils.[ch]
15336                 added get_mbox_cache_dir() function
15337
15338 2001-05-23 [hiroyuki]
15339
15340         * src/headerwindow.c
15341           src/inc.c
15342           src/main.c
15343           src/mh.c
15344           src/nntp.c
15345           src/procmsg.h
15346           src/session.h
15347           src/socket.[ch]
15348           src/summaryview.c
15349           src/textview.c
15350           src/automaton.c
15351           src/folderview.c: more sync with 0.4.99cvs2.
15352
15353         * src/headerwindow.c: reverted.
15354
15355 2001-05-22 [paul]
15356
15357         0.4.99claws2
15358
15359         * sync with sylpheed 0.4.99cvs2
15360                 * src/news.[ch]
15361                 * src/nntp.[ch]
15362                 * INSTALL
15363                 * INSTALL.jp
15364
15365 2001-05-22 [alfons]
15366
15367         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
15368
15369 2001-05-21 [alfons]
15370
15371         Minor things:
15372
15373         * configure.in: if gnome-config not found, "no" is displayed
15374         
15375         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
15376
15377         * src/textview.c: now also possible to add mail addresses by right
15378           clicking in the text view
15379
15380         * src/codeconv.c: merged patch which fixes endless loop when encountering
15381           invalid wide characters; from Alte <010@imis.ru>  
15382
15383 2001-05-20 [alfons]
15384
15385         Added installation of gnome specific things:
15386
15387         * Makefile.am: gnome conditional
15388
15389         * configure.in: check for installed gnome
15390
15391         * added sylpheed.png, sylpheed.desktop
15392
15393 2001-05-20 [sergey]
15394
15395         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
15396
15397         * src/mainwindow.h (main_window_toolbar_create): created a button
15398         for "Reply to all".
15399         (main_window_set_toolbar_sensitive): enable/disable the new button
15400         appropriately.
15401         (toolbar_reply_to_author_cb): handle the new button.
15402
15403         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
15404         send_progress_dialog_destroy() on failure (fixes hang on SMTP
15405         failure).
15406
15407 2001-05-19 [sergey]
15408
15409         * src/compose.h (ComposeReplyMode): new modes
15410         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
15411         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
15412
15413         * src/compose.c
15414         (compose_send): move some code into a new function:
15415         (compose_current_mail_account): new function.
15416         (compose_reply): new argument to_author, all callers changed; if
15417         to_author==TRUE and account->protocol==A_NNTP, find and use an
15418         appropriate mail account for replying.
15419         (compose_reply_set_entry): new argument to_author; ignore
15420         compose->replyto if to_author==TRUE.
15421
15422         * src/mainwindow.c: new command "Message/Reply to author".
15423         (main_window_set_menu_sensitive): enable/disable it.
15424         (reply_cb): handle it.
15425
15426         * src/summaryview.c: new command "Reply to author".
15427         (summary_set_menu_sensitive): enable/disable it.
15428         (summary_reply_cb): handle it.
15429
15430         * src/account.c (account_find_mail_from_address): new function.
15431
15432 2001-05-18 [paul]
15433
15434         0.4.99claws1
15435
15436         * sync with sylpheed 0.4.99cvs1
15437
15438 2001-05-18 [hoa]
15439
15440         * src/compose.[ch]
15441         * src/filtering.c
15442         * src/summaryview.c
15443                 new filtering action : forward and forward as attachment
15444
15445         * src/main.c
15446                 no need for $DISPLAY when we run sylpheed --help
15447                 call to parse_cmd_opt() is moved
15448
15449         * src/mainwindow.[ch]
15450                 execute button is hidden when immediate execute
15451                 is chosen
15452
15453         * src/mh.c
15454         * src/news.c
15455         * src/prefs_folder_item.c
15456         * src/procmsg.c
15457                 better handling of missing directories
15458
15459         * src/summaryview.c
15460                 reedit is enabled in outbox
15461                 reedit is enabled in queue
15462
15463 2001-05-17 [hoa]
15464
15465         * src/filtering.c
15466         * src/matcher.[ch]
15467         * src/prefs_filtering.c
15468                 changed attachement into attachment
15469
15470 2001-05-17 [alfons]
15471
15472         0.4.67claws4    
15473
15474         * sync with sylpheed 0.4.67cvs9
15475         * sync with sylpheed 0.4.67cvs7-8
15476
15477 2001-05-17 [hoa]
15478
15479         * src/Makefile.am
15480                 added prefs_filtering.c
15481
15482         * src/filtering.[ch]
15483         * src/matcher.[ch]
15484                 removed action : forward_news and forward_news_as_attachement
15485                 (forward and forward_as_attachement can be used instead)
15486
15487         * src/mainwindow.c
15488                 added menu option to access filtering configuration
15489
15490         * src/prefs_account.c
15491                 changed mail_command default to /usr/sbin/sendmail
15492
15493         * added src/prefs_filtering.[ch]
15494                 dialog box for filtering configuration
15495
15496         * src/prefs_matcher.c
15497                 added function prefs_matcher_get_criteria_from_matching()
15498
15499         * src/prefs_scoring.c
15500                 reset the dialog when register or substitute is clicked
15501
15502 2001-05-15 [hoa]
15503
15504         * src/Makefile.am
15505                 added filtering.[ch]
15506         * src/inc.c
15507                 using filering.[ch] instead of filter.[ch]
15508         * src/main.c
15509                 reading new filtering configuration
15510         * src/matcher.[ch]
15511                 added some filtering actions
15512                 and fixed a bug for headers and mail body matching
15513         * src/mbox.c
15514                 using filering.[ch] instead of filter.[ch]
15515         * src/mh.c
15516                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
15517         * src/summaryview.c
15518                 some fixes for filtering
15519
15520 2001-05-14 [hiroyuki]
15521
15522         * src/send.c: fixed some weird indentations.
15523           send_message_with_command(): call pclose() only if p != NULL.
15524         * src/textview.c: get_email_part(): modified the code for readability.
15525
15526 2001-05-14 [hiroyuki]
15527
15528         * src/md5global.h
15529           src/md5ify.c
15530           src/md5ify.h: removed from the cvs.
15531
15532 2001-05-13 [sergey]
15533
15534         * src/main.c: include rfc2015.h to avoid compiler warnings.
15535         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
15536         the panel is already on screen.
15537         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
15538         closing the alert window by ESC as "No".
15539         * src/prefs_common.c (prefs_interface_create): moved return
15540         receipt check button to the correct place.
15541
15542 2001-03-13 [alfons]
15543
15544         * src/prefs_common.c: 
15545                 moved return receipt check button to the Send tab. (prefs_send_create)
15546                 removed the date format ui related globals. (prefs_display_create)
15547
15548         0.4.67claws3
15549         
15550         * sync with sylpheed 0.4.67cvs5-6
15551
15552 2001-05-13 [paul]
15553
15554         * added Alfons' font selection patch
15555
15556         * src/defs.h
15557         * src/headerwindow.c
15558         * src/prefs_common.c
15559         * src/prefs_common.h
15560
15561 2001-05-13 [hoa]
15562         * src/defs.h
15563                 changed version of cache
15564         * src/matcher.[ch]
15565         * src/prefs_matcher.c
15566                 added additionnal matching criteria
15567         * src/procheader.c
15568         * src/procmsg.[ch]
15569         * src/news.c
15570                 added references in MsgInfo
15571
15572 2001-05-12 [hoa]
15573
15574         * src/defs.h
15575                 prepared some things for new filtering
15576         * src/matcher.[ch]
15577                 added some matching properties
15578                 inreplyto need to be enhanced
15579                 prepared some things for new filtering
15580         * src/messageview.c
15581                 added Return-Receipt-To handling
15582         * src/prefs_folder_item.c
15583                 changed default value to TRUE
15584         * src/prefs_matcher.c
15585                 added some matching properties
15586         * src/prefs_scoring.[ch]
15587                 the scoring dialog is finished
15588         * src/procheader.c
15589                 added Return-Receipt-To handling
15590                 Reference need to be added
15591         * src/procmsg.[ch]
15592                 added Return-Receipt-To handling
15593                 added threadscore to get a better score sorting when
15594                 threads are enabled
15595         * src/summaryview.c
15596                 suppressed a bug when we sort the list
15597                 when no folder is opened.
15598                 better score sorting when threads are enabled
15599
15600 2001-05-12 [alfons]
15601
15602         * reverted previous patch because of potential errors 
15603
15604         0.4.67claws2
15605         
15606         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
15607                 applied "toggle mail-retrieval dialog window" patch submitted 
15608                 by Eric Limpens <eric@qnt.net>
15609
15610         * sync with sylpheed 0.4.67cvs4
15611
15612 2001-05-12 [sergey]
15613
15614         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
15615         some picky compilers.
15616         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
15617         * src/grouplist_dialog.c: include alertpanel.h.
15618         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
15619         fix compile warning.
15620         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
15621         #include "defs.h" before others to prevent the warning of `MIN'
15622         and `MAX' redefinition.
15623
15624 2001-05-11 [hoa]
15625
15626         * src/main.c
15627         * src/messageview.c
15628         * src/prefs_account.c
15629         * src/prefs_display_header.c
15630                 removed warning
15631         * src/Makefile.am
15632                 added prefs_scoring.[ch]
15633         * src/grouplist_dialog.c
15634                 display an error dialog box if the group list
15635                 cannot be fetched.
15636         * src/mainwindow.[ch]
15637                 added main_window_set_thread_option() function
15638                 scoring dialog box enabled
15639         * src/matcher.[ch]
15640                 added flags matching unread /new / marked
15641                 / deleted / replied / forwarded
15642         * src/news.c
15643                 newsgroups are now finally in newscache
15644         * src/prefs_matcher.[ch]
15645                 finished preferences for matching dialog
15646         * added src/prefs_scoring.[ch]
15647                 scoring dialog box completed
15648         * src/scoring.[ch]
15649                 conversion to string : added scoringprop_to_string()
15650                 write config for preferences :
15651                 added prefs_scoring_write_config()
15652         * src/summaryview.c
15653                 threads can be enabled/disabled independently
15654                 for each folder
15655
15656 2001-05-10 [alfons]
15657
15658         0.4.67claws1
15659         
15660         * AUTHORS: 
15661                 thought it would be nice to have a list of all
15662                 contributors (used Changelog as a reference)
15663         
15664         * configure.in: 
15665                 messed up version numbering...
15666
15667         0.4.66claws1
15668
15669         * sync with sylpheed 0.4.67cvs1-3
15670
15671 2001-05-10 [darko]
15672
15673         * src/prefs_common.c:
15674                 better UI for strftime format, double clicking
15675                 on format now inserts the format in text entry
15676                 replaced close button with standard OK/Cancel
15677                 moved date format button to the right of the
15678                 text entry field
15679
15680 2001-05-09 [alfons]
15681
15682         * src/gtkstext.c:
15683                 Ctrl-Home / Ctrl-End have proper cursor navigation
15684
15685 2001-05-09 [hoa]
15686
15687         * src/prefs_matcher.c
15688                 finished UI to define matching properties
15689                 added ok and cancel button
15690         * src/prefs_filter.c
15691                 added ok and cancel button
15692         * src/news.c
15693                 fixed some bug in xhdr parsing
15694
15695 2001-05-08 [alfons]
15696
15697         * src/textview.c: 
15698                 fixed a bug in textview_show_header(), which displayed two colons (':');
15699                 cleaned up some warnings
15700
15701 2001-05-08 [hoa]
15702
15703         * src/Makefile.am
15704                 added prefs_matcher.[ch]
15705                 compilation with -W -Wall
15706         * src/alertpanel.c
15707                 ungrab the mouse events if grabbed - does it
15708                 fix the bug for disposition notification ?
15709         * src/mainwindow.c
15710                 added a menu option to open the matching dialog.
15711         * src/matcher.[ch]
15712                 added matcherprop_to_string() and matcherlist_to_string()
15713                 fixed some bugs, changed the name of some options
15714                 age_sup and age_inf becomes age_greater and age_lower,
15715                 body and messageheaders becomes body_part and headers_part,
15716                 changed the names of constants from SCORING_XXX to MATCHING_XXX
15717         * src/prefs_display_header.c
15718         * src/prefs_headers.c
15719                 fixed a bug that accidentally destroyed dialogs
15720                 when closed them with delete_event
15721                 Added *_deleted() which handle delete_event signal correctly.
15722         * src/prefs_folder_item.[ch]
15723                 added "enable_thread" field for future customization
15724         * added src/prefs_matcher.[ch]
15725                 sample of the UI to define matching properties
15726         * src/procheader.c
15727                 using procheader_headername_equal instead of str*cmp functions
15728                 using procheader_parse_header() function
15729         * src/scoring.c
15730                 using MATCHING_XXX instead of SCORING_XXX
15731         * src/summaryview.c
15732                 display the sender of the news even if this is ourself
15733                 when this is a news message.
15734         * src/textview.c
15735                 using headername_equal() instead of str*cmp functions
15736
15737 2001-05-08 [alfons]
15738
15739         0.4.66claws
15740
15741         * sync with sylpheed 0.4.66
15742         * src/gtkstext.c: trace logs added 
15743
15744 2001-05-08 [sergey]
15745
15746         * src/prefs_common.[ch]: added option to enable/disable GnuPG
15747         signature check popup.
15748         * src/rfc2015.c (check_signature): show signature check popup only
15749         if it is enabled in preferences.
15750
15751 2001-05-07 [alfons]
15752
15753         0.4.66claws4
15754         
15755         * sync with sylpheed 0.4.66cvs6
15756
15757 2001-05-07 [darko]
15758
15759         * src/prefs_common.[ch]: added option to enable/disable
15760           looking up sender name in address book for summary pane
15761         * src/summaryview.c: look up sender in the address book
15762           by using Alfons' address completion code
15763
15764 2001-05-07 [hiroyuki]
15765
15766         * src/inc.h
15767           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
15768           member of Pop3State.
15769         * src/news.c: brought #include "defs.h" before #include <glib.h>
15770           to prevent the warning of `MIN' and `MAX' redefinition.
15771
15772 2001-05-06 [hoa]
15773
15774         * removed src/headers_display.[ch]
15775         * removed src/prefs_display_headers.[ch]
15776         * src/inc.c
15777                 use a temporary file in the user directory for mbox import
15778         * src/news.c
15779                 added XHDR support to get "To" and "Cc" headers
15780                 (in order to match news with to or cc field for
15781                 scoring)
15782                 added function news_parse_xhdr() to get XHDR response
15783         * src/nntp.[ch]
15784                 added function nntp_xhdr()
15785         * src/matcher.c
15786                 fetch the message if necessary
15787
15788 2001-05-06 [alfons]
15789
15790         0.4.66claws3
15791
15792         * sync with sylpheed 0.4.66cvs3-5
15793
15794 2001-05-06 [hoa]
15795
15796         * src/utils.[ch]
15797                 added function itos_buf() to enable use of several buffers
15798         * src/summaryview.c
15799                 use of itos_buf() instead of itos() in summary list
15800                 to fix the broken display of message number.
15801
15802 2001-05-06 [alfons]
15803
15804         * src/gtkstext.c: bug in cursor up navigation fixed,
15805                 fixed another unsigned / signed comparison (we're getting there :-)
15806
15807 2001-05-06 [hoa]
15808
15809         * src/Makefile.am
15810                 added scoring.c scoring.h
15811                 prefs_folder_item.c prefs_folder_item.h
15812                 matcher.c matcher.h
15813         * src/defs.h
15814                 added FOLDERITEM_RC SCORING_RC
15815         * src/folder.[ch]
15816                 added prefs field in FolderItem :
15817                 properties for each folder (PrefsFolderItem),
15818                 sorting type and mode were added as the first properties.
15819         * src/main.c
15820                 read config for scoring
15821         * added src/matcher.[ch]
15822                 gives functions to parse configuration file to do
15823                 matching on mails with a list of conditions.
15824         * src/mainwindow.c
15825                 add option to sort by score
15826         * src/prefs_common.[ch]
15827                 added preference option to show score and for
15828                 the score column size
15829         * added src/prefs_folder_item.[ch]
15830                 properties for each folder (PrefsFolderItem),
15831                 sorting type and mode were added as the first properties.
15832         * src/procheader.[ch]
15833                 added procheader_parse_header()
15834                 added procheader_header_free()
15835                 added procheader_headername_equal()
15836                 and made modification to use them.
15837         * src/procmsg.[ch]
15838                 added score field to MsgInfo structure
15839         * added src/scoring.[ch]
15840                 gives functions to parse configuration file to do
15841                 scoring on mails with a list of conditions.
15842         * src/summaryview.[ch]
15843                 save the sorting type and mode for the folder
15844                 added column to display the score of the mail
15845                 added function summary_score_clicked()
15846                 sorting type and mode are restored to the folder
15847                 when it is reopen
15848         * src/textview.c
15849                 use procheader_parse_header(), procheader_headername_equal()
15850                 removed memory leak in text_scan_header when freeing headers
15851         * src/filter.c
15852                 changed the function to match names of headers
15853                 using procheader_headername_equal()
15854
15855         Scoring functions are implemented, an interface is needed
15856         to configure that.
15857
15858 2001-05-04 [alfons]
15859
15860         * src/gtkstext.c: 
15861                 hopefully fixed the row up navigation bug,
15862                 removed adding back / forward lines to cache
15863
15864 2001-05-04 [sergey]
15865
15866         * src/prefs_display_headers.c: user interface changes:
15867         (prefs_display_headers_create): remove unused "Show" check button;
15868         allow reordering of headers by dragging.
15869         (prefs_display_headers_write_config): remove unused variables.
15870         (prefs_display_headers_set_dialog): do not insert "(New)" at top
15871         of lists (not needed with the new UI).
15872         (prefs_display_headers_set_list): scan lists starting from row 0,
15873         not 1 (do not skip "(New)").
15874         (prefs_display_headers_find_header): new function.
15875         (prefs_display_headers_clist_set_row): do not allow duplicates.
15876         (prefs_display_headers_delete_cb): do not skip row 0; treat
15877         closing the alert window by ESC as "No".
15878         (prefs_display_headers_up): do not protect row 0.
15879         (prefs_display_headers_down): do not protect row 0.
15880
15881 2001-05-04 [sergey]
15882
15883         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
15884         functions.
15885
15886         * src/summaryview.c
15887         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
15888         summary_select_next_marked, summary_select_prev_marked): new
15889         functions.
15890
15891 2001-05-03 [sergey]
15892
15893         * src/news.c: fixed a bug when no article can be fetched after
15894         server timeout if the connection was restored by news_post():
15895         (news_select_group): new function.
15896         (news_fetch_msg): call news_select_group() before fetching
15897         article.
15898         (news_get_uncached_articles): set session->group after successful
15899         GROUP command.
15900
15901 2001-05-03 [hoa]
15902
15903         * src/defs.h
15904         * src/procmsg.[ch]
15905         * src/procheader.c
15906                  changed version of cache, added cc field
15907
15908         * src/prefs_display_headers.c
15909                 the interface was changed
15910
15911         * src/prefs_headers.c
15912                 added cancel button
15913
15914 2001-05-03 [alfons]
15915
15916         * completed sync of sylpheed cvs2
15917         * src/gtkstext.c: updated row up / down cursor navigation
15918         * src/textview.c: re-edited, prepared for fixing the email address
15919                 scanner.
15920
15921 2001-05-03 [darko]
15922
15923         * src/prefs_common.c: use alfons' strftime ui code
15924         entry_datefmt and datefmt_sample widgets have to be
15925         global in this module because of this change
15926
15927 2001-05-03 [hoa]
15928
15929         * src/messageview.c
15930         * src/prefs_common.[ch] added option to activate the return receipt
15931                 feature.
15932
15933 2001-05-02 [alfons]
15934
15935         * src/gtkstext.c: fix for row up/down cursor navigation. 
15936
15937         0.4.66claws2
15938         
15939         * sync with 0.4.66cvs2
15940
15941 2001-05-02 [paul]
15942
15943         added add-sender-to-addressbook patch
15944
15945         * src/addressbook.c
15946         * src/addressbook.h
15947         * src/summaryview.c
15948
15949 2001-05-02 [sergey]
15950
15951         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15952         G_ALERTDISABLE.
15953
15954         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15955         all existing callers changed to pass FALSE; create a check button
15956         to disable the message.
15957         (alertpanel_message_with_disable): new function.
15958         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15959         (alertpanel_button_toggled): new function.
15960         (alertpanel_button_clicked, alertpanel_close): set value using
15961         G_ALERT_VALUE_MASK.
15962
15963         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15964
15965         * src/prefs_common.c (prefs_privacy_create): new check button
15966         checkbtn_gpgme_warning.
15967
15968         * src/main.c (main): moved preferences reading before gpgme
15969         initialization; check prefs_common.gpgme_warning before giving the
15970         GnuPG warning and set it to FALSE if the user wants to disable the
15971         warning.
15972
15973 2001-05-02 [hiroyuki]
15974
15975         * src/prefs_display_headers.c: modified the layout and some labels.
15976
15977 2001-05-02 [sergey]
15978
15979         * src/prefs_account.c (prefs_account_fix_size): new function.
15980         (prefs_account_create): call prefs_account_fix_size(); use
15981         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15982         size when the window is shown for the first time).
15983         (prefs_account_basic_create): changed layout of serv_table; moved
15984         localmbox_entry above smtpserv_entry (logically it replaces
15985         POP3/IMAP server).
15986         (prefs_account_protocol_activated): set sensitivity of
15987         nntpauth_chkbtn according to the protocol (in addition to
15988         hide/show); commented out gtk_table_set_row_spacing() calls.
15989         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15990         not sensitive (fixes a bug with disabled username/password boxes
15991         when editing POP3 account after NNTP with authentication).
15992
15993 2001-05-02 [hoa]
15994
15995         * src/account.c
15996         * src/inc.c
15997         * src/prefs_account.[ch]
15998         * src/send.c
15999                 removed local account without SMTP server
16000                 added option to use mail command instead of a connexion
16001                 to SMTP server when a local account is used
16002         * src/prefs_headers.c
16003                 fixed a bug
16004         * src/news.c
16005                 fixed a bug when connexion immediately closed
16006
16007 2001-05-01 [alfons]
16008
16009         0.4.66claws1
16010         
16011         * sync with 0.4.65
16012
16013 2001-05-01 [sergey]
16014
16015         * src/prefs_account.c (Basic, prefs_account_basic_create): new
16016         widget nntpauth_chkbtn.
16017         (prefs_account_protocol_activated): handle nntpauth_chkbtn
16018         visibility.
16019         (prefs_account_nntpauth_toggled): new function.
16020
16021         * src/news.c (news_session_new_for_folder): use NNTP
16022         authentication only if ac->use_nntp_auth is set.
16023
16024 2001-05-01 [hoa]
16025
16026         * src/Makefile.am changed headers.[ch] in customheader.[ch]
16027         * src/prefs_display_headers.c changed the UI
16028         * src/prefs_headers.c changed account_name to account_id
16029         * src/compose.c using customheader.h
16030
16031 2001-05-01 [hiroyuki]
16032
16033         * src/esmtp.c
16034           src/news.c
16035           src/nntp.c: changed sock_read() to sock_gets(), they've been left
16036           unsynched.
16037
16038 2001-05-01 [hoa]
16039
16040         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
16041         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
16042                 for displaying of headers
16043         * src/grouplist_dialog.[ch] minor changes to remove warnings
16044         * src/prefs_display_headers.[ch] dialog to choose the
16045         headers to display in the mail viewer.
16046         * src/headers.h correction of #define
16047         * src/headers_display.[ch] configuration for displaying of headers.
16048         * src/main.c read config of displaying of headers
16049         * src/prefs_common.c add a button to access the config dialog
16050                 for displaying of headers
16051         * src/prefs_display_headers.[ch] dialog for configuration for
16052                 displaying of the headers.
16053         * src/prefs_headers.c cleaning of code
16054         * src/procheader.c comments added to code
16055         * src/textview.c changes to reorder the headers depending
16056                 on the config for displaying of headers
16057
16058 2001-04-30 [alfons]
16059
16060         0.4.65claws7
16061
16062         * sync with 0.4.65cvs12
16063
16064         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
16065
16066 2001-04-30 [sergey]
16067
16068         * src/nntp.h (NNTPSockInfo): new field auth_failed.
16069
16070         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
16071         is set to force reconnection after authentication failure.
16072         (nntp_gen_command): set sock->auth_failed on authentication
16073         failure, or if sock->userid and sock->passwd are not set.
16074
16075         * src/news.c (news_session_new_for_folder): set userid=NULL if
16076         password dialog is cancelled.
16077
16078 2001-04-30 [sergey]
16079
16080         * src/nntp.h (NNTPSockInfo): new type.
16081
16082         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
16083         SockInfo.
16084         (nntp_open_auth, nntp_close): new functions.
16085         (nntp_gen_command): new function to handle authentication; all
16086         NNTP command functions updated to use it.
16087         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
16088         (nntp_list): removed old useless code.
16089
16090         * src/news.h (NNTPSession): new field nntp_sock.
16091
16092         * src/news.c: all functions updated to use NNTPSockInfo instead of
16093         SockInfo.
16094         (news_session_new): new arguments (userid, passwd); made static;
16095         use nntp_open_auth() if needed.
16096         (news_session_destroy): use nntp_close() instead of sock_close().
16097         (news_query_password): changed arguments.
16098         (news_session_new_for_folder): new function.
16099         (news_session_get): use news_session_new_for_folder().
16100         (news_authenticate): deleted.
16101         (news_get_uncached_articles): removed old authentication code.
16102
16103 2001-04-30 [sergey]
16104
16105         * src/news.c: reverted my previous changes (need to do NNTP
16106         authentication in a cleaner way).
16107         
16108 2001-04-29 [sergey]
16109
16110         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
16111         news_nntp_post, news_nntp_mode): new functions (wrappers with
16112         authentication support).
16113         (news_get_article_cmd, news_get_article, news_get_header): new
16114         argument "folder"; all callers changed.
16115         (news_get_article_cmd): added authentication support.
16116         (news_session_get): use news_nntp_mode() instead of nntp_mode().
16117         (news_post): use news_nntp_post() instead of nntp_post().
16118         (news_get_uncached_articles): use news_nntp_group() instead of
16119         nntp_group() and news_nntp_xover() instead of nntp_xover();
16120         removed old authentication code.
16121         (news_get_group_list): use news_nntp_list() instead of nntp_list().
16122
16123         * src/nntp.c (nntp_list): return real error code instead of
16124         hardcoded NN_ERROR.
16125
16126 2001-04-29 [sergey]
16127
16128         * configure.in: fixed wint_t typedef detection again
16129
16130 2001-04-28 [hoa]
16131
16132         * src/prefs_account.[ch], added A_LOCAL_CMD
16133                 (send mail with mail command)
16134         * src/send.c added function send_message_with_command()
16135         * src/inc.c made a more secure get_spool() function with
16136                 mktemp() but maybe mkstemp() or something more
16137                 secure can be used.
16138
16139 2001-04-28 [alfons]
16140
16141         * src/textview.c, colorization of email addresses in headers
16142
16143         0.4.65claws6
16144
16145         * bug sync with sylpheed
16146         * prefs_common.c: created date format ui for darko
16147         * sync with 0.4.65cvs11
16148         * configure.in: corrected to have the new gpg checks
16149
16150 2001-04-27 [alfons]
16151
16152         * completed sync with 0.4.65cvs10
16153         * minor debug things added to gtkstext.c
16154
16155 2001-04-27 [darko]
16156
16157         * configure.in: remove check for availability of
16158           strftime() as advised by Hiroyuki
16159         * src/prefs_common.[ch], src/procheader.c:
16160           synch strftime() code with Hiroyki's main branch
16161
16162 2001-04-26 [sergey]
16163
16164         * src/news.c: news_query_password(), news_authenticate(): new
16165           functions.
16166           news_get_uncached_articles(): added NNTP authentication
16167           handling.
16168         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
16169           new functions.
16170         * src/prefs_account.c: prefs_account_protocol_activated():
16171           enable userid and password fields for NNTP.
16172
16173 2001-04-26
16174
16175         * configure.in: check for availability of strftime()
16176           [darko]
16177         * src/prefs_common.[ch], src/procheader.c: use
16178           strftime() for displaying date in summary pane if it
16179           is available
16180
16181 2001-04-25
16182
16183         * more .cvsignore cleanups [alfons]
16184
16185 2001-04-25
16186
16187         * ac/sv-check-type.m4: new autoconf macro.
16188         * configure.in: fixed wint_t typedef detection (did not work
16189           with gcc-2.96).
16190
16191 2001-04-25
16192
16193         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
16194           [hiroyuki]
16195
16196 2001-04-24
16197         * modified gtkstext.c : buggy cursor navigation fixed, 
16198           and font descent also taken in account when drawing
16199           cursor. [alfons]
16200
16201 2001-04-24 [hoa]
16202         * added comments in src/news.c src/nntp.c
16203         * added src/prefs_headers.[ch]
16204         * added src/headers.[ch]
16205         * modified compose.c to activate custom headers
16206                 added function is_in_custom_headers
16207         * modified prefs_account.[ch]
16208                 added function prefs_account_customhdr_edit
16209         * modified src/defs.h :
16210                 added HEADERS_RC : name of the config file
16211                 for the custom headers
16212
16213 2001-04-24
16214
16215     0.4.65claws5
16216
16217         * configure.in
16218           src/gtkstext.[ch]
16219           src/compose.c
16220           src/Makefile.am
16221           
16222           added gtkstext with configure.in patch by Hiroyuki which
16223           should fix the XIM detection [alfons]
16224
16225         * more clean up of cvs [alfons]
16226
16227                  * removed all Makefile.in files to attic.
16228
16229                  * updated all .cvsignores to really ignore things that could
16230                    be unintentionally committed by a recursive commit.
16231
16232 2001-04-23 [hoa]
16233         * added src/grouplist_dialog.[ch]
16234         * changed src/folderview.c to call grouplist_dialog instead
16235                 of inputdialog
16236         * src/news.c :
16237                 added functions news_reset_group_list
16238                 and news_get_group_list
16239         * src/nntp.c :
16240                 added function nntp_list
16241         * src/defs.h :
16242                 added GROUPLIST_FILE : name of the newsgroup list cache file
16243
16244 2001-04-21
16245
16246         * added option to warn about queued messages on exit [sergey]:
16247
16248           * src/compose.c: compose_queue(): call folder_item_scan()
16249             and folderview_update_item() after queueing.
16250           * src/folderview.c: folderview_update_node(): draw the queue
16251             folder in bold font if there are queued messages.
16252           * src/mainwindow.c: queued_messages(): new function.
16253             app_exit_cb(): display warning if there are queued messages
16254             if warn_queued_on_exit is set.
16255           * prefs_common.[ch]: add warn_queued_on_exit option.
16256
16257         * enhanced GnuPG key selection support [sergey]:
16258
16259           * src/select-keys.c: updated to newer version from Win32
16260             branch with support for selecting arbitrary keys.
16261           * src/prefs_account.c: added the Privacy tab to the account
16262             options window.
16263             prefs_account_privacy_create(),
16264             prefs_account_sign_key_set_data_from_radiobtn(),
16265             prefs_account_sign_key_set_radiobtn(): new functions.
16266           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
16267           * src/rfc2015.c: set_signers(): new function.
16268             pgp_sign(): add the account parameter, call set_signers().
16269             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
16270           * src/rfc2015.h: rfc2015_sign(): updated prototype.
16271           * src/compose.c: pass the current account to rfc2015_sign().
16272
16273         * tag name claws added to prevent confusion with main branch [alfons]
16274
16275         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
16276
16277         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
16278
16279         * sync with recent sylpheed cvs. Untested though. [alfons]
16280