80c1a30e1637cf4fcca2e438ea3d6428d6af0e32
[claws.git] / ChangeLog.claws
1 2003 -05-16 [paul]
2
3         * sync with 0.9.0
4
5 2003-05-16 [paul]       0.8.11claws155
6
7         * sync with lastest 0.9.0pre1
8                 see ChangeLog 2003-05-16
9
10 2003-05-15 [paul]       0.8.11claws154
11
12         * sync with latest 0.9.0pre1
13                 see ChangeLog 2003-05-14 and 2003-05-15
14
15 2003-05-14 [christoph]  0.8.11claws153
16
17         * src/plugins/image_viewer/viewer.c
18         * src/plugins/image_viewer/viewer.glade         ** NEW **
19         * src/plugins/image_viewer/viewerprefs.c
20                 make it possible to disable the autoload function in the
21                 imageviewer again
22
23 2003-05-14 [christoph]  0.8.11claws152
24
25         * src/folder.c
26                 fix folder update after adding a message
27
28 2003-05-13 [alfons]     0.8.11claws151
29
30         * src/common/session.c
31                 remove debug traces
32                 
33         * src/addrcache.[ch]
34         * src/filtering.[ch]
35         * src/folder.[c]
36         * src/gtkaspell.[ch]
37         * src/imap.[ch]
38         * src/mbox_folder.[ch]
39         * src/mh.[ch]
40         * src/mimeview.h
41         * src/msgcache.[ch]
42         * src/news.[ch]
43         * src/passphrase.[ch]
44         * src/prefs_common.[ch]
45         * src/prefs_gtk.[ch]
46         * src/procmsg.c
47         * src/scoring.[ch]
48                 be pedantic; (in prototypes () implies (int))
49
50 2003-05-13 [alfons]     0.8.11claws150
51
52         * src/prefs_toolbar.[ch]
53         * src/summaryview.[ch]
54         * src/toolbar.[ch]
55                 change misleading text in toolbar prefs;
56                 add toolbar action for ignore thread (toggles ignore thread flag);
57                 clean up a little bit;
58
59 2003-05-12 [paul]
60
61         * tools/convert_mbox.pl
62                 bug fixed by Fred Marton
63
64 2003-05-12 [paul]
65
66         * sync with 0.9.0pre1
67
68 2003-05-09 [paul]       0.8.11claws149
69
70         * sync with 0.8.11cvs43
71                 see ChangeLog 2003-05-09
72
73 2003-05-08 [christoph]  0.8.11claws148
74
75         * src/imap.[ch]
76                 o use CAPABILIY as first command and check for PREAUTH
77                   information in the response to it
78                 o rewrite all imap_cmd_* functions to use an IMAPSession
79                   instead of a SockInfo as parameter
80                 o do STARTTLS after fetching and checking the server
81                   capabilities
82
83 2003-05-08 [paul]       0.8.11claws147
84
85         * tools/Makefile.am
86           tools/README
87           tools/convert_mbox.pl         ** NEW FILE **
88                 add mbox conversion script. Submitted by 
89                 Fred Marton <Fred.Marton@uni-bayreuth.de>
90
91 2003-05-07 [christoph]
92
93         * doc-src/glade.txt
94         * src/gtk/pluginwindow.glade
95         * src/plugins/image_viewer/viewerprefs.glade
96         * src/plugins/spamassassin/spamassassin_gtk.glade
97                 add glade files for user interfaces and a description how
98                 to use glade to create the sylpheed code
99
100 2003-05-07 [paul]       0.8.11claws146
101
102         * sync with 0.8.11cvs41
103                 see ChangeLog 2003-05-07
104
105 2003-05-06 [christoph]  0.8.11claws145
106
107         * src/main.c
108         * src/plugins/image_viewer/viewer.c
109                 fix usage of imlib in imageviewer plugin
110
111         * src/gtk/prefswindow.c
112                 handle window close event correctly
113
114 2003-05-06 [paul]       0.8.11claws144
115
116         * src/common/ssl.c
117                 fix typo introduced in sync
118
119 2003-05-06 [paul]       0.8.11claws143
120
121         * sync with 0.8.11cvs39
122                 see ChangeLog 2003-05-06
123
124 2003-05-06 [paul]       0.8.11claws142
125
126         * AUTHORS
127           po/cs.po
128                 updated Czech translation, submitted by 
129                 Radek Vybiral <Radek.Vybiral@vsb.cz>
130                 
131         * src/plugins/clamav/clamav_plugin_gtk.c
132                 clean up
133
134 2003-05-03 [alfons]     0.8.11claws141
135
136         * src/compose.[ch]
137                 make paste as quotation work even when the call to 
138                 text_inserted() was deferred (fixes bug #140 "Paste 
139                 as quotation does not work when using "external" 
140                 clipboard")
141
142 2003-05-03 [thorsten]   0.8.11claws140
143
144         * src/addrquery.h
145           src/ldapquery.h
146           src/mainwindow.c
147                 removed C++ comments
148         * src/addr_compl.c
149                 function with non-int retval/param used before
150                 implementation/declaration
151
152 2003-05-02 [paul]       0.8.11claws139
153
154         * src/addr_compl.[ch]
155           src/addressbook.[ch]
156           src/addrindex.c
157           src/summaryview.c
158                 revert match's changes to (finally) remove the bug where
159                 opening a folder causes massive slowdown when using the 
160                 'Display sender using address book' option
161
162 2003-05-01 [melvin]     0.8.11claws138
163
164         * src/plugins/dillo_viewer/dillo_prefs.[ch]
165         * src/plugins/dillo_viewer/dillo_viewer.c
166                 Fixed bug where "Cancel" button from prefs issued
167                 warnings.
168                 Comply a little more to coding style
169
170 2003-05-01 [paul]       0.8.11claws137
171
172         * sync with 0.8.11cvs38
173                 see ChangeLog 2003-05-01
174
175 2003-05-01 [paul]       0.8.11claws136
176
177         * po/bg.po
178                 updated by George Danchev
179
180 2003-04-30 [christoph]  0.8.11claws135
181
182         * src/plugins/dillo_viewer/dillo_prefs.c
183         * src/plugins/image_viewer/viewerprefs.c
184         * src/plugins/spamassassin/spamassassin_gtk.c
185                 remove gtk_widget_ref() calls for widgets in
186                 glade code
187
188 2003-04-30 [paul]       0.8.11claws134
189
190         * src/addrindex.c
191                 ok, this time a better fix for the bug where opening folder
192                 has massive slowdown when using the 'Display sender using 
193                 address book' option
194
195 2003-04-30 [paul]       0.8.11claws133
196
197         * src/addrindex.c
198                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
199         
200 2003-04-30 [melvin]     0.8.11claws132
201
202         New: Dillo plugin preferences (patch by Dimitar Haralanov)
203
204         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
205                 Preferences for the dillo plugin
206         * src/plugins/dillo_viewer/dillo_viewer.c
207                 Support for preferences
208         * src/plugins/dillo_viewer/Makefile.am
209                 Added dillo_prefs.[ch]
210
211 2003-04-30 [alfons]     0.8.11claws131
212
213         * src/common/plugin.[ch]
214                 see? this ANSI C'fication immediately gives us type
215                 checking for free.
216
217 2003-04-30 [alfons]     0.8.11claws130
218
219         * src/common/plugin.[ch]
220         * src/plugins/clamav/clamav_plugin.[ch]
221         * src/plugins/clamav/clamav_plugin_gtk.c
222         * src/plugins/demo/demo.c
223         * src/plugins/dillo_viewer/dillo_viewer.c
224         * src/plugins/image_viewer/plugin.c
225         * src/plugins/image_viewer/viewer.[ch]
226         * src/plugins/image_viewer/viewerprefs.[ch]
227         * src/plugins/mathml_viewer/mathml_viewer.c
228         * src/plugins/spamassassin/spamassassin.[ch]
229         * src/plugins/spamassassin/spamassassin_gtk.c
230         * src/plugins/trayicon/trayicon.c
231                 clean up
232
233 2003-04-30 [alfons]     0.8.11claws129
234
235         * src/common/utils.c
236                 make is_ascii_str() fail gracefully when NULL pointer
237                 is passed
238
239 2003-04-30 [paul]       0.8.11claws128
240
241         * src/addrindex.c
242                 fix bug where opening folder has massive slowdown when
243                 using the 'Display sender using address book' option
244
245 2003-04-30 [paul]       0.8.11claws127
246
247         * src/plugins/clamav/clamav_plugin.c
248           src/plugins/clamav/clamav_plugin_gtk.c
249           src/plugins/demo/demo.c
250           src/plugins/dillo_viewer/dillo_viewer.c
251           src/plugins/image_viewer/plugin.c
252           src/plugins/mathml_viewer/mathml_viewer.c
253           src/plugins/spamassassin/spamassassin.c
254           src/plugins/spamassassin/spamassassin_gtk.c
255           src/plugins/trayicon/trayicon.c
256                 get rid of eye-hurting function signatures
257
258 2003-04-30 [paul]       0.8.11claws126
259
260         * src/plugins/trayicon/trayicon.c
261                 add description
262                 
263         * src/mimeview.c
264                 be more descriptive
265
266 2003-04-30 [paul]       0.8.11claws125
267
268         * configure.ac
269                 arrange the plugins in reverse alphabetical order
270                 
271         * src/plugins/clamav/clamav_plugin.[ch]
272           src/plugins/clamav/clamav_plugin_gtk.c
273                 rename some params
274                 resize max_size window
275                 re-arrange the order of some gui elements
276                 improve descriptions
277         
278         * src/plugins/image_viewer/plugin.c
279           src/plugins/mathml_viewer/mathml_viewer.c
280                 add descriptions
281                 
282         * src/plugins/spamassassin/spamassassin_gtk.c
283                 resize max_size window
284                 re-arrange the order of some gui elements
285                 
286         * src/messageview.c
287           src/mimeview.c
288                 correct typos
289
290 2003-04-30 [alfons]     0.8.11claws124
291
292         * src/imap.c
293                 fix a leak found while browsing Martin Kluge's 
294                 valgrind log (Claws only)
295
296 2003-04-29 [darko]      0.8.11claws123
297
298         * src/gtk/gtkstext.h
299                 include wchar.h if it is available, fixes compilation
300                 on HP-UX systems
301
302 2003-04-29 [melvin]     0.8.11claws122
303
304         * src/prefs_actions.c
305                 Improved help text of Actions' syntax
306
307 2003-04-28 [paul]       0.8.11claws121
308
309         * src/action.c
310                 a better fix for the crash when performing an action
311                 on a mime part
312
313 2003-04-28 [paul]       0.8.11claws120
314
315         * src/action.c
316                 fix crash when performing an action on a
317                 mime part
318
319 2003-04-28 [paul]       0.8.11claws119
320
321         * sync with 0.8.11cvs36
322                 see ChangeLog 2003-04-28
323
324 2003-04-27 [paul]       0.8.11claws118
325
326         * more sync with 0.8.11cvs35
327                 see ChangeLog 2003-04-25
328
329 2003-04-26 [christoph]  0.8.11claws117
330
331         * src/folder.c
332                 fix remove virtual check
333
334 2003-04-26 [paul]       0.8.11claws116
335
336         * src/messageview.c
337                 fix return-receipt, make it work again
338
339 2003-04-26 [paul]       0.8.11claws115
340
341         * src/mimeview.c
342                 restore double-clicking of the [application/pgp-signature 
343                 (Select "Check signature" to check)] line in the message view,
344                 broken in recent sync
345
346 2003-04-26 [christoph]  0.8.11claws114
347
348         * src/folder.c
349                 check if remove virtual really exists before
350                 calling the function
351
352 2003-04-25 [match]      0.8.11claws113
353
354         * src/addrindex.c
355         * src/addrbook.c
356         * src/ldapquery.[ch]
357         * src/ldapctrl.[ch]
358                 fix memleak.
359         * src/ldapserver.[ch]
360                 fix memleak. fix segfault.
361                 plug a Claws memleak
362
363 2003-04-25 [alfons]     0.8.11claws112
364
365         * src/folder.c
366                 plug a Claws memleak
367
368 2003-04-25 [alfons]     0.8.11claws111
369
370         * src/common/session.c
371                 plug a memleak
372
373 2003-04-25 [paul]       0.8.11claws110
374
375         * sync with 0.8.11cvs35
376                 see ChangeLog 2003-04-24 and 2003-04-25
377                 
378         * src/gtk/pluginwindow.c
379                 correct another strange float value
380
381 2003-04-24 [christoph]  0.8.11claws109
382
383         * src/folder.c
384                 freeze folder item updates when unsetting new flags
385
386         * src/gtk/pluginwindow.c
387                 correct strange float value
388
389 2003-04-23 [paul]       0.8.11claws108
390
391         * sync with 0.8.11cvs33
392                 see ChangeLog 2003-04-23
393
394 2003-04-22 [paul]       0.8.11claws107
395
396         * src/Makefile.am
397           src/messageview.c
398           src/mimeview.c
399           src/pgptext.[ch]      ** REMOVED **
400                 remove pgptext.[ch] as its not used any more
401
402 2003-04-22 [paul]       0.8.11claws106
403
404         * sync with 0.8.11cvs31
405                 see ChangeLog 2003-04-21 and 2003-04-22
406
407 2003-04-21 [alfons]     0.8.11claws105
408
409         * src/main.c
410                 No access to GTK structures if we're a spawned child
411                 (and clean up code a little bit...) Should fix #126.
412
413 2003-04-21 [melvin]     0.8.11claws104
414
415         * src/plugins/dillo_viewer/README
416                 Improved slightly the text.
417
418 2003-04-21 [melvin]     0.8.11claws103
419
420         * src/plugins/dillo_viewer/README *** NEW ***
421                 Added a README file for the Dillo plugin
422
423 2003-04-20 [paul]
424
425         * tools/README
426           tools/outlook2sylpheed.pl
427                 updated and improved by Ricardo Mones Lastra
428
429 2003-04-18 [oliver]     0.8.11claws102
430
431         * src/inc.c 
432         * src/prefs_account.h
433                 remove Pop3SessionType (used by selective download)
434         * src/prefs_toolbar.c
435                 enable set Default Toolbar button
436
437 2003-04-18 [paul]       0.8.11claws101
438
439         * sync with 0.8.11cvs29
440                 see ChangeLog 2003-04-18
441
442 2003-04-17 [paul]       0.8.11claws100
443
444         * src/prefs_common.[ch]
445           src/summaryview.c
446                 remove 'Open next message on deletion' option,
447                 as the same effect can now be achieved via the
448                 'Always open messages in summary when selected'
449                 option.
450
451 2003-04-17 [paul]       0.8.11claws99
452
453         * sync with 0.8.11cvs28
454                 see ChangeLog 2003-04-17
455
456 2003-04-17 [christoph]  0.8.11claws98
457
458         * ac/spamassassin.m4
459         * src/plugins/spamassassin/libspamc.[ch]
460         * src/plugins/spamassassin/utils.[ch]
461                 sync libspamc with SpamAssassin project
462
463 2003-04-17 [christoph]  0.8.11claws97
464
465         * src/common/socket.h
466         * src/gtk/sslcertwindow.h
467                 rename old USE_SSL to USE_OPENSSL
468
469 2003-04-17 [paul]       0.8.11claws96
470
471         * src/prefs_common.h
472                 use gulong for P_COLOR so that it compiles/runs on
473                 64-bit systems. Patch submitted by James Noyes
474                 <jnoyes-claws@retrogeeks.com>
475                 
476         * po/de.po
477                 updated by Jens
478
479 2003-04-17 [paul]       0.8.11claws95
480
481         * sync with 0.8.11cvs27
482                 see ChangeLog 2003-04-16
483
484 2003-04-15 [paul]       0.8.11claws94
485
486         * src/prefs_common.[ch]
487                 rearrange to stop the window getting too long:
488                         move Receive dialog stuff to Receive tab
489                         move Send dialog to Send tab
490                         remove Dialogs frame
491                 rename 'Open messages in summary with cursor keys' to
492                 'Always open messages in summary when selected', as its
493                 more appropriate
494
495 2003-04-15 [paul]       0.8.11claws93
496
497         * src/prefs_common.[ch]
498           src/summaryview.c
499                 add new option '/Interface/Open next message on deletion'
500
501 2003-04-15 [paul]       0.8.11claws92
502
503         * src/summaryview.[ch]
504                 add /Mark/Lock and /Mark/Unlock to the pop-up
505                 menu. Patch submitted by Ivan Francolin Martinez
506                 <ivanfm@users.sourceforge.net>
507
508 2003-04-15 [paul]       0.8.11claws91
509
510         * sync with 0.8.11cvs24
511                 see ChangeLog 2003-04-15
512
513 2003-04-14 [jens]       0.8.11claws90
514
515         * updated German translation and some corrections from
516                 Roland Bless <bless@tm.uka.de>
517
518 2003-04-14 [paul]       0.8.11claws89
519
520         * sync with 0.8.11cvs22
521                 see ChangeLog 2003-04-14
522
523 2003-04-13 [paul]       0.8.11claws88
524
525         * src/plugins/clamav/clamav_plugin.c
526                 fix memory leaks
527                 clean up
528
529 2003-04-12 [paul]       0.8.11claws87
530
531         * src/plugins/clamav/clamav_plugin.c
532                 activate enable/disable archive scanning option
533                 
534         * src/plugins/clamav/.cvsignore         ** NEW FILE **
535
536 2003-04-12 [paul]       0.8.11claws86
537
538         * src/plugins/Makefile.am
539           src/plugins/clamav/Makefile.am                ** NEW FILE **
540           src/plugins/clamav/README                     ** NEW FILE ** 
541           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
542           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
543                 add Clam AntiVirus plugin
544
545 2003-04-12 [paul]       0.8.11claws85
546
547         * sync with 0.8.11cvs21
548                 see ChangeLog 2003-04-11
549
550 2003-04-11 [paul]       0.8.11claws84
551
552         * po/es.po
553                 update Spanish translation. Submitted by Ricardo
554                 Mones Lastra.
555
556 2003-04-10 [christoph]  0.8.11claws83
557
558         * src/mbox.c
559                 fix typo that did not move unfiltered mails to destination
560                 folder
561
562         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
563          when filtering from spool)
564
565 2003-04-10 [christoph]  0.8.11claws82
566
567         * src/imap.c
568                 use BODY.PEEK instead of BODY in in message fetch operation
569                 to make sure the IMAP server does not set the \Seen flag for
570                 messages. Sylpheed does that later itself, when the message
571                 is opened in sylpheed
572
573         (closes Bug 111 Claws destroys unread marks)
574
575 2003-04-09 [oliver]     0.8.11claws81
576         
577         * src/folder.c
578                 fix crash in folder_destroy
579         * README.claws
580                 remove selective download
581
582 2003-04-09 [christoph]  0.8.11claws80
583
584         * src/imap.c
585                 fix crash in imap_get_msginfo() when then fetched message
586                 is not found
587
588         (closes Bug 110 Crash during mail composition)
589
590 2003-04-08 [christoph]  0.8.11claws79
591
592         * src/folder.c
593         * src/prefs_account.c
594                 Filter new messages that are found in an INBOX folder
595                 when 'Filter messages on receiving' is enabled in the
596                 Folder's AccountPrefs. This allows to use Sylpheed's
597                 filtering engine for IMAP folders where messages are
598                 added to the INBOX by a MTA
599
600 2003-04-08 [paul]       0.8.11claws78
601
602         * src/procmsg.h
603                 clean up after last commit
604
605 2003-04-08 [paul]       0.8.11claws77
606
607         * sync with 0.8.11cvs20
608                 see ChangeLog 2003-04-07 and 2003-04-08
609
610 2003-04-07 [christoph]  0.8.11claws76
611
612         * src/filtering.[ch]
613         * src/inc.[ch]
614         * src/mbox.c
615         * src/procmsg.[ch]
616                 add procmsg_msginfo_filter() to execute filtering actions
617
618 2003-04-06 [christoph]  0.8.11claws75
619
620         * src/imap.c
621                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
622
623 2003-04-06 [christoph]  0.8.11claws74
624
625         * src/common/utils.[ch]
626                 add g_int_compare() function for slist sorting
627
628         * src/imap.c
629                 fetch all MsgInfos with one command in imap_get_msginfos()
630                 using an imap set with a list of ranges
631
632         * src/news.c
633                 use new g_int_compare() function
634
635 2003-04-06 [thorsten]   0.8.11claws73
636
637         * src/mh.c
638                 corrected implementation of mh_folder_destroy()
639
640 2003-04-05 [christoph]  0.8.11claws72
641
642         * src/account.c
643         * src/folder.[ch]
644         * src/folderview.c
645         * src/imap.c
646         * src/inc.c
647         * src/main.c
648         * src/mainwindow.c
649         * src/mbox_folder.c
650         * src/mh.c
651         * src/mimeview.h
652         * src/msgcache.[ch]
653         * src/news.c
654         * src/procmime.h
655         * src/procmsg.[ch]
656         * src/setup.c
657         * src/gtk/gtkutils.c
658                 o rename structure field names class and new to klass and
659                   new_msgs, to allow including files in C++
660                 o add 'extern "C"' block to some header files
661                 o add MsgInfoList and MsgNumberList as alias for GSList for
662                   developers to know what type of list is expected
663
664         * src/plugins/image_viewer/plugin.c
665         * src/plugins/image_viewer/viewer.[ch]
666         * src/plugins/image_viewer/viewerprefs.[ch]
667                 rename function names to prevent conflicts
668
669 2003-04-05 [paul]       0.8.11claws71
670
671         * sync with 0.8.11cvs18
672                 see ChangeLog 2003-04-03 and 2003-04-04
673
674 2003-04-02 [christoph]  0.8.11claws70
675
676         * src/folder.[ch]
677         * src/imap.[ch]
678         * src/mbox_folder.[ch]
679         * src/mh.[ch]
680         * src/news.[ch]
681                 o Make all virtual folder functions private
682                 o remove unused folder code
683
684         * src/common/socket.[ch]
685         * src/summaryview.c
686                 fix warnings
687
688 2003-03-30 [alfons]     0.8.11claws69
689
690         * src/send_message.c
691                 remove two debug traces and see if people still report
692                 errors
693
694 2003-03-30 [alfons]     0.8.11claws68
695
696         * src/send_message.c
697         * src/commons/session.c
698                 add more debug traces
699
700 2003-03-30 [christoph]  0.8.11claws67
701
702         * src/folder.c
703                 change processing folder name from .processing to processing
704
705         * src/common/ssl.c
706                 disable SSL certificate check because it causes Xlib error
707                 when the child process want's to open an GTK window
708
709 2003-03-30 [christoph]  0.8.11claws66
710
711         * src/folder.c
712                 don't use default folder for processing folder item because
713                 it can be a non local folder
714
715         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
716
717 2003-03-30 [alfons]     0.8.11claws65
718
719         * src/send_message.c
720                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
721                 to generate bad code for 'send_send_data_progressive': When
722                 called from 'send_send_data_finished', the 'data' pointer is
723                 cleared just before the assignment to the dialog pointer
724
725 2003-03-29 [christoph]  0.8.11claws64
726
727         * src/common/prefs.h
728         * src/plugins/image_viewer/Makefile.am
729         * src/plugins/image_viewer/plugin.c
730         * src/plugins/image_viewer/viewer.[ch]
731         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
732                 add PrefsPage for ImageViewer
733
734 2003-03-28 [thorsten]   0.8.11claws63
735
736         * src/common/session.c
737                 added some comments
738
739 2003-03-28 [paul]       0.8.11claws62
740
741         * sync with 0.8.11cvs16
742                 see ChangeLog 2003-03-28
743
744 2003-03-28 [paul]       0.8.11claws61
745
746         * sync with 0.8.11cvs15
747                 see ChangeLog 2003-03-28
748
749 2003-03-27 [christoph]  0.8.11claws60
750
751         * src/folder.c
752         * src/imap.c
753         * src/common/socket.[ch]
754                 set socket state to DISCONNECTED when any operation
755                 fails to allow reconnecting in IMAP code without
756                 checking the return code of all calls to the command
757                 functions
758
759         * src/folderview.c
760         * src/summaryview.c
761                 remove some more stuff that depends on specific
762                 folder types
763
764 2003-03-27 [paul]       0.8.11claws59
765
766         * sync with 0.8.11cvs14
767                 see ChangeLog 2003-03-27
768                 
769         * src/selective_download.[ch]   ** REMOVED **
770                 really removed
771
772 2003-03-27 [christoph]  0.8.11claws58
773
774         * src/folder.c
775                 fix handling of tmp_flags in flag copy function
776
777 2003-03-27 [paul]       0.8.11claws57
778
779         * sync with 0.8.11cvs13
780                 see ChangeLog 2003-03-27
781
782 2003-03-27 [oliver]     0.8.11claws56
783
784         * src/maiwindow.c
785                 remove sel_download_cb
786
787 2003-03-27 [oliver]     0.8.11claws55
788         
789         * src/inc.c
790                 remove POP3_TOP
791         
792 2003-03-26 [oliver]     0.8.11claws54
793
794         *src/pop.h
795                 remove POP3_TOP*
796         * README.claws
797                 remove selective donwload readme
798
799 2003-03-26 [oliver]     0.8.11claws53
800         * src/matcher.[ch]
801         * src/matcher_parser_parse.y 
802         * src/pop.c 
803         * src/prefs_account.[ch]
804         * src/prefs_filtering.c
805                 remove selective donwload
806
807 2003-03-26 [oliver]     0.8.11claws52
808
809         * src/inc.[ch] 
810         * src/filtering.c 
811         * src/mainwindow.c 
812                 remove selective donwload
813
814 2003-03-26 [oliver]     0.8.11claws51
815         
816         * src/Makefile.am
817         * src/selective_download.[ch]   ** REMOVE **    
818
819 2003-03-26 [christoph]  0.8.11claws50
820
821         * src/news.c
822                 fix NEWS that got broken by a sync with sylpheed-main
823
824 2003-03-26 [christoph]  0.8.11claws49
825
826         * src/mimeview.c
827                 fix mime type guessing when no mime type is found for a file
828
829 2003-03-25 [christoph]  0.8.11claws48
830
831         * src/mimeview.c
832         * src/procmime.c
833                 remove mime type guessing from mime parser and use
834                 name based mime types in viewer lookup for mime type
835                 application/octet-stream
836
837 2003-03-25 [christoph]  0.8.11claws47
838
839         * doc-src/readme.txt
840         * doc-src/rfc2554.txt
841                 add RFC about SMTP AUTH
842
843         * src/send_message.c
844         * src/common/smtp.[ch]
845                 add extra error code for authentication errors and
846                 clear temporary password when this error occurs
847
848         (closes Bug 84 authentication failure while sending should
849          prompt for password again)
850
851 2003-03-25 [christoph]  0.8.11claws46
852
853         * configure.ac
854         * src/Makefile.am
855         * src/imageview.[ch]                            ** REMOVE **
856         * src/messageview.[ch]
857         * src/mimeview.[ch]
858         * src/prefs_common.[ch]
859         * src/textview.c
860         * src/plugins/Makefile.am
861         * src/plugins/image_viewer/.cvsignore           ** NEW **
862         * src/plugins/image_viewer/Makefile.am          ** NEW **
863         * src/plugins/image_viewer/plugin.c             ** NEW **
864         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
865                 move image viewer into a plugin (building is enabled by default)
866                 [ToDo: Prefs for resize and autoview]
867
868 2003-03-25 [paul]       0.8.11claws45
869
870         * sync with 0.8.11cvs12
871                 see ChangeLog 2003-03-26
872
873 2003-03-25 [paul]       0.8.11claws44
874
875         * sync with 0.8.11cvs11
876                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
877                 
878         Note: Selective Download is broken.
879                 
880 2003-03-22 [christoph]  0.8.11claws43
881
882         * src/folder.c
883                 code cleanup for flags copying
884
885 2003-03-22 [christoph]  0.8.11claws42
886
887         * src/plugins/trayicon/trayicon.c
888                 fix setting the transparent area when the window size
889                 is forced by the system tray
890
891 2003-03-22 [christoph]  0.8.11claws41
892
893         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
894         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
895         * src/plugins/trayicon/newmail.xpm              ** NEW **
896         * src/plugins/trayicon/nomail.xpm               ** NEW **
897         * src/plugins/trayicon/trayicon.c
898         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
899                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
900                 o add icon for unread mails
901                 o set transparency for window
902
903 2003-03-22 [christoph]  0.8.11claws40
904
905         * src/news.c
906                 init news session to prevent crash when session is closed
907
908 2003-03-22 [christoph]  0.8.11claws39
909
910         * src/imap.c
911         * src/common/session.[ch]
912                 Init session data to make sure we don't have invalid pointers
913                 for read_ch and write_ch when new multi process sessions are
914                 not used
915
916         * src/main.c
917         * src/common/plugin.c
918         * src/common/sylpheed.c
919         * src/plugins/demo/demo.c
920         * src/plugins/dillo_viewer/dillo_viewer.c
921         * src/plugins/mathml_viewer/mathml_viewer.c
922         * src/plugins/spamassassin/spamassassin.c
923         * src/plugins/spamassassin/spamassassin_gtk.c
924                 add plugin types to allow loading plugins at different times
925                 (and maybe for different frontends), because it's not good to
926                 load GTK-Plugins gefore gtk_init was called
927
928         * configure.ac
929         * src/plugins/Makefile.am
930         * src/plugins/trayicon/.cvsignore               ** NEW **
931         * src/plugins/trayicon/Makefile.am              ** NEW **
932         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
933         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
934         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
935         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
936         * src/plugins/trayicon/trayicon.c               ** NEW **
937                 New Trayicon plugin that shows an icon in a systray that uses
938                 XEMBED protocol like Gnome's systray. Icon shows if there
939                 are new mails and a tooltip shows information about new,
940                 unread and total messages.
941
942 2003-03-22 [paul]       0.8.11claws38
943
944         * src/common/smtp.c
945                 fix ESMTP AUTH CRAM-MD5
946                 [sync with main (still version 0.8.11cvs6), see
947                  ChangeLog 2003-03-22]
948
949 2003-03-21 [colin]      0.8.11claws37
950
951         * src/send_message.c
952                 Fix USE_SSL => USE_OPENSSL
953
954 2003-03-21 [colin]      0.8.11claws36
955
956         * src/folderview.c
957                 Fix counts in drag and dropped subfolders
958
959 2003-03-21 [colin]      0.8.11claws35
960
961         * src/folder.c 
962         * src/folderview.c
963                 speed up a bit folder dnd
964
965 2003-03-20 [alfons]     0.8.11claws34
966
967         * src/main.c
968         * src/toolbar.c
969         * src/procmsg.c
970                 don't send locked queue messages
971                 (feature request "[ 705245 ] Locking message in outbox 
972                  should prevent sending")
973
974 2003-03-20 [christoph]  0.8.11claws33
975
976         * src/folder.c
977                 remove NEW and UNREAD flag in special folders when scanning
978                 
979         * src/common/smtp.c
980                 fix ESMTP AUTH CRAM-MD5
981
982 2003-03-20 [paul]       0.8.11claws32
983
984         * src/prefs_account.c
985                 Re-write 'Tunnel command to open connection' as
986                 'Use command to communicate with server', and disable
987                 it for all except IMAP accounts
988
989 2003-03-20 [paul]       0.8.11claws31
990
991         * sync with 0.8.11cvs6
992                 see ChangeLog 2003-03-20
993
994 2003-03-19 [match]      0.8.11claws30
995
996         * src/addritem.[ch]
997                 include documentation. minor refactoring.
998         * src/addr_compl.[ch]
999         * src/addrindex.[ch]
1000         * src/addresbook.[ch]
1001         * src/summaryview.c
1002                 re-enable address lookup (was disabled in
1003                 0.8.11claws20).
1004
1005 2003-03-19 [christoph]  0.8.11claws29
1006
1007         * src/procmsg.c
1008                 add temp flag handling, will make moving and copying
1009                 messages possible again
1010
1011         * src/folder.c
1012                 correct calulation of folder stats
1013
1014 2003-03-18 [match]      0.8.11claws28
1015
1016         * src/editgroup.h
1017                 remove case sensitive comparison (closes bug 80).
1018
1019 2003-03-18 [christoph]  0.8.11claws27
1020
1021         * src/imap.c
1022                 fix imap using a tunnel command
1023
1024         (closes bug 87)
1025
1026 2003-03-18 [christoph]  0.8.11claws26
1027
1028         * src/folder.[ch]
1029         * src/imap.c
1030         * src/procmsg.[ch]
1031                 rewrite flag handling for folders
1032
1033 2003-03-18 [christoph]  0.8.11claws25
1034
1035         * src/folder.c
1036         * src/procmsg.c
1037         * src/summaryview.c
1038                 unset NEW and UNREAD flags when message is ignored, to make
1039                 sure messages don't show up as unread on other IMAP clients,
1040                 because the IGNORE_THREAD flag can not be syncronized through
1041                 the IMAP folder
1042
1043 2003-03-17 [christoph]  0.8.11claws24
1044
1045         * src/imap.c
1046                 don't use recursion to fetch uids when the number of messages
1047                 does not match. Moved code into subfunction that is used
1048                 again when needed, to prevent an endless loop.
1049
1050 2003-03-17 [thorsten]   0.8.11claws23
1051
1052         * src/imageview.[ch]
1053                 export imageview_get_resized_size() (for plugins)
1054         * src/prefs_common.[ch]
1055                 added prefs_common_get() (for plugins)
1056
1057 2003-03-17 [christoph]  0.8.11claws22
1058
1059         * src/imap.c
1060                 o remove UID guessing from copy code
1061                 o support UIDPLUS extension for APPEND command
1062
1063 2003-03-17 [paul]       0.8.11claws21
1064
1065         * src/gtk/about.c
1066                 remove 'Compiled-plugins' section.
1067                 
1068         * src/plugins/dillo_viewer/dillo_viewer.c
1069                 slight change to description text
1070
1071 2003-03-16 [match]      0.8.11claws20
1072         * src/ldapserver.[ch]           ** NEW **
1073         * src/ldapctrl.[ch]             ** NEW **
1074         * src/ldapquery.[ch]            ** NEW **
1075         * src/ldaputil.[ch]             ** NEW **
1076         * src/addrcindex.[ch]           ** NEW **
1077         * src/addrquery.h               ** NEW **
1078         * src/addritem.[ch]
1079         * src/addrcache.[ch]
1080         * src/addrindex.[ch]
1081         * src/addr_compl.[ch]
1082         * src/addressbook.[ch]
1083         * src/addrbook.[ch]
1084         * src/editgroup.c
1085         * src/editaddress.c
1086         * src/editldap.c
1087         * src/editldap_basedn.c
1088         * src/vcard.c
1089         * src/jpilot.c
1090         * src/Makefile.am
1091                 included dynamic LDAP queries. improved address
1092                 completion.
1093
1094 2003-03-16 [paul]       0.8.11claws19
1095
1096         * tools/multiwebsearch.pl
1097                 fix a fatal typo
1098
1099 2003-03-16 [christoph]  0.8.11claws18
1100
1101         * src/mimeview.c
1102         * src/plugins/dillo_viewer/dillo_viewer.c
1103         * src/plugins/mathml_viewer/mathml_viewer.c
1104                 make unregistering of MimeViewerFactorys possible
1105
1106 2003-03-16 [alfons]     0.8.11claws17
1107
1108         * configure.ac
1109                 correct typo
1110
1111 2003-03-16 [melvin]     0.8.11claws16
1112
1113         * src/plugins/dillo_viewer.c
1114                 Fixed bug where it was not possible to view more than
1115                 one text/html attachment per message (bug discovered
1116                 by Christoph Hohmann).
1117
1118 2003-03-15 [melvin]     0.8.11claws15
1119
1120         * src/prefs_actions.c
1121                 Fixed compilation warnings.
1122
1123 2003-03-15 [melvin]     0.8.11claws14
1124
1125         * src/plugins/Makefile.am
1126         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
1127         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
1128         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
1129                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
1130                 newer (http://dillo.auriga.wearlab.de/).
1131
1132 2003-03-15 [christoph]  0.8.11claws13
1133
1134         * src/imap.c
1135                 don't query imap folder for attributes because we already
1136                 for them from imap_status
1137
1138         * src/mimeview.[ch]
1139                 add support for plugable MimeViewers (unloading Viewers
1140                 not yet complete)
1141
1142         * src/plugins/Makefile.am
1143         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
1144         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
1145         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
1146                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
1147                 widget from http://helm.cs.unibo.it/mml-widget/
1148
1149 2003-03-14 [christoph]  0.8.11claws12
1150
1151         * src/folder.[ch]
1152                 o error return code's should better be negative
1153                 o replace printf with debug_print
1154
1155         * src/imap.c
1156                 improve IMAP folder scan by checking UID-NEXT
1157
1158         * src/summaryview.c
1159                 remove check that are unnecessary in my opinion
1160
1161 2003-03-13 [christoph]  0.8.11claws11
1162
1163         * src/folder.[ch]
1164         * src/foldersel.c
1165         * src/folderview.c
1166         * src/imap.c
1167         * src/mbox_folder.c
1168         * src/mh.c
1169         * src/news.c
1170         * src/prefs_scoring.c
1171         * src/summaryview.c
1172                 use a common function to get a displayable name
1173                 for a FolderItem
1174
1175 2003-03-13 [paul]       0.8.11claws10
1176
1177         * tools/Makefile.am
1178           tools/README
1179           tools/multiwebsearch.conf     ** NEW FILE **
1180           tools/multiwebsearch.pl       ** NEW FILE **
1181                 add multiwebsearch Actions script
1182
1183 2003-03-13 [colin]      0.8.11claws9
1184
1185         * src/compose.c
1186                 Remove leading emtpy lines from quoted text
1187                 before quoting it
1188
1189 2003-03-13 [melvin]     0.8.11claws8
1190
1191         * src/prefs_actions.c
1192                 Fixed a memory leak
1193                 Code clean ups
1194                 Added Cancel and OK buttons
1195                 Corrected help text
1196
1197 2003-03-13 [christoph]  0.8.11claws7
1198
1199         * src/account.c
1200         * src/folder.[ch]
1201         * src/imap.c
1202         * src/mainwindow.c
1203         * src/mbox_folder.c
1204         * src/mh.c
1205         * src/news.c
1206         * src/setup.c
1207                 replace more folder type stuff with folder class stuff
1208
1209 2003-03-13 [melvin]     0.8.11claws6
1210
1211         * src/prefs_actions.c
1212                 Added new tokens:
1213                 %u: user provided argument
1214                 %h: user provided argument (hidden on input)
1215                 %s: current text selection in the message view 
1216
1217 2003-03-13 [paul]       0.8.11claws5
1218
1219         * sync with 0.8.11cvs5
1220                 see ChangeLog 2003-03-11, 2003-03-12
1221
1222 2003-03-12 [christoph]  0.8.11claws4
1223
1224         * src/folder.c
1225                 use folder class idstr when writing folderlist.xml
1226
1227         * src/folder.h
1228         * src/imap.c
1229         * src/news.c
1230                 replace folder type checks with folder class checks
1231
1232 2003-03-12 [christoph]  0.8.11claws3
1233
1234         * src/folder.[ch]
1235         * src/imap.[ch]
1236         * src/main.c
1237         * src/mbox_folder.[ch]
1238         * src/mh.[ch]
1239         * src/news.[ch]
1240                 o create a list of known folder classes in the folder system
1241                 o use folder class id strings for folder item identifiers
1242
1243 2003-03-12 [christoph]  0.8.11claws2
1244
1245         * src/imap.c
1246                 fix imap uid validity check
1247
1248 2003-03-12 [christoph]  0.8.11claws1
1249
1250         * src/account.c
1251         * src/folder.[ch]
1252         * src/foldersel.c
1253         * src/folderview.c
1254         * src/imap.c
1255         * src/mainwindow.c
1256         * src/mbox_folder.c
1257         * src/mh.c
1258         * src/news.c
1259         * src/prefs_scoring.c
1260         * src/procmsg.c
1261         * src/setup.c
1262         * src/summaryview.c
1263                 initial restructuring of folder system, seperating
1264                 folders and folder classes
1265
1266 2003-03-12 [paul]       0.8.11claws
1267
1268         0.8.11claws release
1269
1270 2003-03-12 [christoph]
1271
1272         * src/gtk/prefswindow.c
1273                 fix translation of "Page Index"
1274
1275 2003-03-12 [paul]       0.8.10claws110
1276
1277         a sync from 0.8.11cvs4 before the release
1278
1279         * src/common/utils.c
1280                 subject_compare_for_sort(): allow null strings (fixes
1281                 summary sorting).
1282
1283 2003-03-11 [paul]       0.8.10claws109
1284
1285         * po/es.po
1286                 update Spanish translation, submitted by
1287                 Ricardo Mones Lastra
1288
1289 2003-03-11 [melvin]     0.8.10claws108
1290
1291         * po/fr.po
1292                 Updated French translations
1293
1294 2003-03-11 [paul]       0.8.10claws107
1295
1296         * manual/en/Makefile.am
1297           manual/en/*.html
1298                 update English manual, add a new page
1299                 updated by Francois Barriere <fbarriere@atmel.fr>
1300                 
1301         * po/bg.po
1302           po/it.po
1303           po/sr.po
1304                 update Bulgarian, Italian, and Serbian translations
1305                 submitted by George Danchev, Alessandro Maestri, and
1306                 Urke MMI
1307
1308 2003-03-10 [paul]       0.8.10claws106
1309
1310         * src/gtk/about.c
1311           src/gtk/prefswindow.c
1312                 make some strings translatable
1313
1314 2003-03-10 [darko]      0.8.10claws105
1315
1316         * src/compose.c
1317                 code cleanup to make Hiro happy
1318
1319 2003-03-10 [paul]       0.8.10claws104
1320
1321         * sync with 0.8.11cvs2
1322                 see ChangeLog 2003-03-10
1323
1324 2003-03-09 [melvin]     0.8.10claws103
1325
1326         * src/textview.c
1327                 textview_set_font(): fix for message display in
1328                 UTF-8 locales (thanks to Sergey Vlasov).
1329                 (was unintentionnaly reverted in 0.8.6claws6)   
1330
1331 2003-03-08 [darko]      0.8.10claws102
1332
1333         * src/compose.c
1334                 fix infinite loop in wrapping as reported
1335                 by happycactus
1336                 obsoletes patch #696482
1337
1338 2003-03-08 [christoph]  0.8.10claws101
1339
1340         * src/imap.c
1341                 add workaround for IMAP servers that do not
1342                 support the "UID SEARCH UID" command
1343
1344 2003-03-07 [christoph]  0.8.10claws100
1345
1346         * src/plugins/spamassassin/spamassassin.[ch]
1347         * src/plugins/spamassassin/spamassassin_gtk.c
1348                 code cleanup
1349
1350 2003-03-07 [paul]       0.8.10claws99
1351
1352         * po/es.po
1353                 updated Spanish translation, submitted by
1354                 Ricardo Mones Lastra
1355
1356 2003-03-07 [christoph]  0.8.10claws98
1357
1358         * src/send.c
1359                 fix in 0.8.10claws94 was wrong
1360                 local delivery does not require escaping, remove escaping
1361                 code to make signatures of mails with "." lines valid
1362                 
1363                 NOTE: requires that sendmail is executed with "-i" option,
1364                       what is the default now, but has to be changed in all
1365                       exsiting accounts)
1366
1367 2003-03-07 [paul]       0.8.10claws97
1368
1369         * sync with 0.8.11 release
1370                 see ChangeLog 2003-03-07
1371
1372 2003-03-06 [paul]       0.8.10claws96
1373
1374         * src/compose.c
1375                 revert commit 0.8.10claws92
1376
1377 2003-03-06 [paul]       0.8.10claws95
1378
1379         * src/folderview.c
1380                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
1381
1382         * src/gtkaspell.c
1383                 fix bug 74, 'Crash opening editor window with pseudo-color
1384                 display'
1385                 
1386         Patches submitted by Kevin Vigor <kevin@vigor.nu>
1387
1388 2003-03-06 [christoph]  0.8.10claws94
1389
1390         * src/send.c
1391                 fix rfc2821 (4.5.2) violation in SMTP data sending,
1392                 all lines starting with a period get an extra period
1393                 inserted
1394                 (found by Simon 'corecode' Schubert)
1395
1396 2003-03-06 [paul]       0.8.10claws93
1397
1398         * src/folderview.c
1399                 if configured font can't be loaded fall back to gtk
1400                 default. (with thanks to Christoph)
1401                 
1402                 closes long-standing bug 15 'Crashes on startup'
1403
1404 2003-03-06 [paul]       0.8.10claws92
1405
1406         * src/compose.c
1407                 freeze text before autosave and thaw afterwards
1408                 fixes bug 67 'autosave make re-rediting message crazy'
1409
1410 2003-03-06 [christoph]  0.8.10claws91
1411
1412         * src/compose.c
1413                 ignore address comment in dupe check for Cc-list
1414
1415         (closes reopened bug 47 Replying to message strips name part of
1416          e-mail addresses of Cc: lines)
1417
1418 2003-03-06 [paul]       0.8.10claws90
1419
1420         * src/Makefile.am
1421                 remove reference to gtkxtext.h as its no longer in
1422                 the repository
1423
1424 2003-03-06 [paul]       0.8.10claws89
1425
1426         * sync with 0.8.10cvs25
1427                 see ChangeLog 2003-03-06
1428
1429 2003-03-06 [oliver]     0.8.10claws88
1430         
1431         * src/messageview.c
1432                 remove include
1433
1434 2003-03-06 [oliver]     0.8.10claws87
1435         
1436         * src/folderview.c 
1437                 remove changes introduced inclaws74
1438         * src/messageview.c
1439                 another attempt to sanely delete and update
1440                 messages deleted in separate messageview
1441
1442 2003-03-05 [christoph]  0.8.10claws86
1443
1444         * src/summaryview.c
1445                 check if "From" matches any account's address if
1446                 addressbook completion of addresses is disabled too
1447
1448         (closes Bug 70 "Display recipient in from" doesn't check
1449          folder's default account)
1450
1451 2003-03-05 [christoph]  0.8.10claws85
1452
1453         * src/compose.c
1454         * src/common/utils.[ch]
1455                 don't strip address comments when building Cc lists
1456
1457         (closes Bug 47 Replying to message strips name part of e-mail addresses
1458          of Cc: lines)
1459
1460         * src/folder.c
1461                 fix return value of copy function
1462
1463 2003-03-05 [christoph]  0.8.10claws84
1464
1465         * src/imap.c
1466                 don't ask imap server for non rfc822 headers
1467
1468         (closes bug 71 IMAP FETCH asks for FROM header field twice)
1469
1470         * src/imap.c
1471                 destroy session on socket error to allow reconnecting
1472
1473 2003-03-05 [christoph]  0.8.10claws83
1474
1475         * configure.ac
1476                 fix building with gnome when no prefix is set
1477
1478         (closes bug 66 Gnome directory is set to NONE)
1479
1480 2003-03-05 [paul]       0.8.10claws82
1481
1482         * sync with 0.8.10cvs23
1483                 see ChangeLog 2003-03-05
1484
1485 2003-03-04 [christoph]  0.8.10claws81
1486
1487         * src/folder.c
1488                 o fix moving and copying when folder returns 0 for new
1489                   message number
1490                 o remove some code for single message copy and move
1491                   operations and use functions for multiple messages
1492
1493         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
1494
1495         * src/news.c
1496                 remove unused include
1497
1498 2003-03-04 [paul]       0.8.10claws80
1499
1500         * src/gtk/about.c
1501                 list 'Compiled plugins'
1502
1503 2003-03-03 [christoph]  0.8.10claws79
1504
1505         * src/news.[ch]
1506                 have to multiply the percentage of the current fetch with
1507                 the percentage that it has of the total fetch operation
1508                 for correct values
1509
1510 2003-03-03 [christoph]  0.8.10claws78
1511
1512         * src/news.c
1513                 fix calculation of expected lines for progress indicator
1514
1515 2003-03-03 [christoph]  0.8.10claws77
1516
1517         * src/summaryview.c
1518         * src/common/utils.c
1519                 fix segfault when opening the root news folder
1520
1521 2003-03-03 [christoph]  0.8.10claws76
1522
1523         * src/mainwindow.[ch]
1524         * src/common/Makefile.am
1525         * src/common/progressindicator.[ch]
1526                 add UI independent progress indicator handling
1527
1528         * src/news.[ch]
1529                 use new progress indicator for message info fetching
1530
1531         * src/common/hooks.h
1532                 code cleanup
1533
1534 2003-03-03 [oliver]     0.8.10claws75
1535
1536         * src/toolbar.c
1537         * src/compose.c
1538                 removed commented code
1539
1540 2003-03-03 [oliver]     0.8.10claws74
1541
1542         * src/toolbar.[ch]
1543                 cleanups and refactoring
1544         * src/compose.[ch]
1545                 compose_reply_mode reply & forwarding interface for
1546                 toolbar buttons
1547         * src/folderview.c
1548                 act on messages marked for deletion in folderview_selected
1549                 based on prefs_common.immediate_exec since a message might 
1550                 have been deleted by messageview in a folder we are changing 
1551                 to (does anybody understand what I'm on about ?)
1552
1553 2003-03-03 [oliver]     0.8.10claws73
1554         
1555         * src/messageview.[ch]
1556                 new functions
1557                 - messageview_delete: delete message shown in messagview
1558                 - messageview_update_view: update messageview to currently 
1559                   selected summaryview message
1560                 - add separate messageview to msgview_list in order to update 
1561                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
1562         * src/summaryview.[ch]
1563                 summary_get_selection returns a list of selected msgs
1564                 in summaryview
1565         * src/mainwindow.c
1566                 toolbar reply refactoring
1567
1568 2003-03-03 [paul]       0.8.10claws72
1569
1570         * sync with 0.8.10cvs21
1571                 see ChangeLog 2003-03-03
1572
1573 2003-03-02 [christoph]  0.8.10claws71
1574
1575         * src/common/passcrypt.c
1576                 use POSIX includes
1577
1578 2003-03-02 [christoph]  0.8.10claws70
1579
1580         * configure.ac
1581         * src/prefs_account.c
1582         * src/prefs_gtk.[ch]
1583         * src/common/.cvsignore
1584         * src/common/Makefile.am
1585         * src/common/passcrypt.c                ** NEW **
1586         * src/common/passcrypt.h.in             ** NEW **
1587                 Implement password encryption in config files
1588                 using unix encrypt and setkey functions. The crypt
1589                 key can be set as a configure parameter. Old
1590                 passwords will be converted if they do not begin
1591                 with '!'
1592
1593 2003-03-02 [paul]       0.8.10claws69
1594
1595         * src/prefs_account.c
1596                 fix compile error
1597
1598 2003-03-01 [thorsten]   0.8.10claws68
1599
1600         * po/el.po
1601           po/hr.po
1602           po/it.po
1603           po/nl.po
1604           po/sr.po
1605           po/sv.po
1606                 corrected format strings
1607         * po/en_GB.po
1608                 corrected headers
1609                 (fix compile errors with GNU gettext-0.11.5)
1610
1611 2003-03-01 [oliver]     0.8.10claws67
1612
1613         * src/summaryview.c
1614                 menu callbacks call toolbar_menu_reply
1615
1616 2003-03-01 [oliver]     0.8.10claws66
1617
1618         * src/mainwindow.c
1619         * src/messageview.c
1620                 menu callbacks call toolbar_menu_reply
1621         * src/toolbar.[ch]
1622                 callbacks from menu handled by toolbar_menu_reply
1623
1624 2003-03-01 [paul]       0.8.10claws65
1625
1626         * src/addressbook.c
1627                 revert commit 0.8.10claws54 - breaks editing of
1628                 addressbook.
1629                 
1630         * po/bg.po
1631                 update Bulgarian translation, submitted by
1632                 George Danchev
1633
1634 2003-02-28 [christoph]  0.8.10claws64
1635
1636         * src/account.c
1637         * src/addressadd.c
1638         * src/compose.c
1639         * src/gtkaspell.c
1640         * src/gtkxtext.h                ** REMOVE **
1641         * src/imap.c
1642         * src/matcher.[ch]
1643         * src/mh.c
1644         * src/news.c
1645         * src/pine.c
1646         * src/prefs_common.c
1647         * src/prefs_matcher.c
1648         * src/procheader.[ch]
1649         * src/procmsg.[ch]
1650         * src/toolbar.c
1651         * src/common/ssl_certificate.c
1652         * src/gtk/colorlabel.c
1653         * src/gtk/menu.c
1654                 o fix warnings
1655                 o remove code obsoleted by new cache and folder system rework
1656
1657 2003-02-28 [oliver]     0.8.10claws63
1658         
1659         * src/toolbar.[ch]
1660                 * fix bug where reply in Messageview replied to 
1661                 Message displayed in summaryview
1662                 (reportedd via ML by chinatinte at gmx dot ch)
1663                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
1664                 didn't work in separate MessageView Toolbar
1665                 (wondering if anybody uses this at all ?)
1666         * src/summaryview.[ch]
1667                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
1668                 (generalize reply and forward code);
1669         * src/messageview.c 
1670                 remove focus_in event which updated summaryview to messageview
1671
1672 2003-02-28 [paul]       0.8.10claws62
1673
1674         * po/Makefile.in.in
1675                 add the --check option
1676                 Patch submitted by Ricardo Mones Lastra
1677
1678 2003-02-28 [paul]       0.8.10claws61
1679
1680         * src/prefs_account.c
1681                 re-order 'Signature' items
1682
1683 2003-02-28 [paul]       0.8.10claws60
1684
1685         * sync with 0.8.10cvs20
1686                 see ChangeLog 2003-02-28
1687
1688 2003-02-28 [paul]       0.8.10claws59
1689
1690         * po/POTFILES.in
1691                 update to reflect recent movement of files
1692
1693 2003-02-28 [paul]       0.8.10claws58
1694
1695         * sync with 0.8.10cvs19
1696                 see ChangeLog 2003-02-28
1697
1698 2003-02-27 [martin]     0.8.10claws57
1699
1700         * src/prefs_matcher.c 
1701                 fix segfault in prefs_matcher_ok() when the
1702                 last entry is deleted and prevents that the
1703                 message "entry not saved" comes up after deleting
1704                 an entry
1705
1706 2003-02-27 [martin]     0.8.10claws56
1707
1708         * src/prefs_filtering.c 
1709                 fix segfault in prefs_filtering_ok() when the
1710                 last entry is deleted and prevents that the
1711                 message "entry not saved" comes up after deleting
1712                 an entry
1713
1714 2003-02-27 [paul]       0.8.10claws55
1715
1716         * sync with 0.8.10cvs18
1717                 see ChangeLog 2003-02-27
1718
1719 2003-02-27 [paul]       0.8.10claws54
1720
1721         * src/addressbook.c
1722                 fix bug where the address book crashes with 
1723                 multiple lookups.
1724                 Patch [687729] submitted by David Frager 
1725                 <dbfrager@users.sourceforge.net>
1726
1727 2003-02-25 [christoph]  0.8.10claws53
1728
1729         * src/Makefile.am
1730         * src/colorlabel.[ch]           ** REMOVE **
1731         * src/gtk/Makefile.am
1732         * src/gtk/colorlabel.[ch]       ** NEW **
1733                 move colorlabel files to gtk directory
1734
1735         * src/esmtp.[ch]                ** REMOVE **
1736                 has been merged into smtp.[ch] in 0.7.5
1737
1738 2003-02-25 [christoph]  0.8.10claws52
1739
1740         * src/Makefile.am
1741         * src/about.[ch]                ** REMOVE **
1742         * src/gtk/Makefile.am
1743         * src/gtk/about.[ch]            ** NEW **
1744                 move about files to gtk directory
1745
1746 2003-02-25 [christoph]  0.8.10claws51
1747
1748         * src/folder.c
1749                 some code optimization of folder scanning code
1750
1751         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
1752
1753 2003-02-25 [christoph]  0.8.10claws50
1754
1755         * src/main.c
1756         * src/common/sylpheed.c
1757                 add command line parameter parsing to common code
1758
1759 2003-02-24 [christoph]
1760
1761         * Makefile.am
1762         * configure.ac
1763                 fix gnome prefix problems, the configure script now removed
1764                 `gnome-config --prefix` from `gnome-config --datadir`
1765                 and adds $(prefix} instead
1766
1767         (closes Bug 24 Makefile does not respect prefix when installing
1768          GNOME data)
1769
1770 2003-02-24 [christoph]  0.8.10claws49
1771
1772         * src/news.c
1773                 check for valid session before trying to authenticate
1774
1775         (closes Bug 60 crash if "authenticate on logon" is activated
1776          and newsserver-hostname is not valid)
1777
1778 2003-02-24 [melvin]     0.8.10claws48
1779
1780         * src/prefs_actions.c
1781                 Make sure all user's input is sent to the action and then
1782                 close the socket..
1783
1784 2003-02-23 [alfons]     0.8.10claws46
1785
1786         * src/summaryview.c
1787                 also wait cursor when deleting files
1788
1789 2003-02-23 [paul]
1790
1791         * tools/freshmeat_search.pl
1792           tools/google_search.pl
1793                 scripts should now work for any browser/browser command line
1794
1795 2003-02-22 [christoph]  0.8.10claws45
1796
1797         * src/procmsg.c
1798                 fix IMAP flag setting, IMAP flag is not handled correctly
1799                 anymore by the folder system and information about the
1800                 folder should not be saved in the MsgInfo (in my opinion)
1801
1802         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1803
1804 2003-02-22 [christoph]  0.8.10claws44
1805
1806         * src/summaryview.c
1807                 fix spelling of "label" ;-)
1808
1809 2003-02-22 [thorsten]   0.8.10claws43
1810
1811         * src/mimeview.c
1812           src/prefs_common.[ch]
1813           src/procmime.[ch]
1814                 do not use description as attachment name
1815
1816 2003-02-22 [alfons]     0.8.10claws42
1817
1818         * src/summaryview.c
1819                 freeze/thaw folder item updates when changing color labels,
1820                 and put a wait cursors on
1821
1822 2003-02-22 [thorsten]   0.8.10claws41
1823
1824         * src/mimeview.c
1825                 save-all fixes: crash if invoked on multipart container,
1826                 mimeinfo access, pathseparators, error dialog
1827
1828 2003-02-21 [alfons]     0.8.10claws40
1829
1830         * src/prefs_gtk.c
1831                 remove unused var
1832
1833 2003-02-21 [colin]      0.8.10claws39
1834
1835         * src/send.c
1836                 Fix smtp logging
1837
1838 2003-02-21 [colin]      0.8.10claws38
1839
1840         * src/summaryview.c
1841                 Freeze/thaw folderItem updates when filtering messages 
1842                 via Tools/Filter messages
1843
1844 2003-02-21 [paul]       0.8.10claws37
1845
1846         * src/compose.c
1847                 revert commit 0.8.10claws26, there are ulterior motives
1848                 for users to set a Reply-To header when posting to
1849                 newsgroups
1850
1851 2003-02-21 [paul]       0.8.10claws36
1852
1853         * sync with 0.8.10cvs17
1854                 see ChangeLog 2003-02-21
1855
1856 2003-02-20 [christoph]  0.8.10claws35
1857
1858         * src/imap.c
1859                 IMAP UID fetch speedup using SEARCH
1860
1861         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1862
1863         * src/imap.c
1864                 fix problem with UIDs in IMAP UID cache that no longer existed
1865
1866 2003-02-20 [christoph]  0.8.10claws34
1867
1868         * src/imap.c
1869         * src/procheader.c
1870         * src/procheader.h
1871                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1872
1873         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1874
1875         * src/imap.c
1876                 Rewrite imap_cmd_gen_recv use sock_getline instead
1877                 of sock_gets to avoid problems with too long reply
1878                 lines
1879     
1880 2003-02-20 [colin]      0.8.10claws33
1881         
1882         * src/prefs_account.c
1883                 Better wording
1884
1885 2003-02-20 [colin]      0.8.10claws32
1886
1887         * src/compose.c
1888                 Remove useless '&& !to_sender' 
1889
1890 2003-02-20 [darko]
1891
1892         * AUTHORS
1893                 change my e-mail address
1894
1895 2003-02-19 [colin]      0.8.10claws31
1896
1897         * src/prefs_common.c
1898                 X11 style colors for every configurable color
1899
1900 2003-02-19 [alfons]     0.8.10claws30
1901
1902         * src/prefs_gtk.[ch]
1903         * src/prefs_common.c
1904                 for color_new accept both plain integers and X11 style color
1905                 names (as found in /usr/lib/X11/rgb.txt)
1906
1907 2003-02-19 [paul]       0.8.10claws29
1908
1909         * src/mainwindow.c
1910                 add tooltips to online/offline button and account selector
1911                 button
1912
1913 2003-02-19 [paul]       0.8.10claws28
1914
1915         * src/folder.c
1916           src/news.c
1917           src/prefs_account.[ch]
1918           src/prefs_common.[ch]
1919                 move 'Maximum number of articles to download' to
1920                 account prefs.
1921                 clean up account prefs gui a little by hiding entries
1922                 rather then greying out entries
1923
1924 2003-02-19 [hiro]       0.8.10claws27
1925
1926         * src/common/utils.c
1927                 fix bug #54 'yesterdays date is displayed in the message 
1928                 summary window'
1929
1930 2003-02-19 [paul]       0.8.10claws26
1931
1932         * src/compose.c
1933                 fix bug reported in Feature Request [688596] 
1934                 'Reply-to header in news'
1935
1936 2003-02-18 [paul]       0.8.10claws25
1937
1938         * src/select-keys.c
1939                 add a 'List all keys' button to key selection dialog
1940
1941 2003-02-18 [colin]      0.8.10claws24
1942         
1943         * src/stock_pixmap.c
1944                 fix compile error
1945
1946 2003-02-18 [colin]      0.8.10claws23
1947
1948         * src/common/smtp.[ch]
1949           src/prefs_account.c
1950                 Try to starttls if it seems to be the only
1951                 way to authenticate a user
1952
1953 2003-02-18 [paul]       0.8.10claws22
1954
1955         * src/Makefile.am
1956           src/folderview.c
1957           src/stock_pixmap.[ch]
1958           src/pixmaps/drafts_close.xpm  ** NEW FILE **
1959           src/pixmaps/drafts_open.xpm   ** NEW FILE **
1960                 as a Drafts folder is a special folder allow it to have
1961                 its own unique icons
1962
1963 2003-02-18 [colin]      0.8.10claws21
1964
1965         * src/imap.c
1966                 Fix port selection when using starttls
1967
1968 2003-02-18 [paul]       0.8.10claws20
1969
1970         * src/mainwindow.c
1971           src/prefs_common.[ch]
1972                 make blue the default new mail colour
1973
1974 2003-02-18 [paul]       0.8.10claws19
1975
1976         * sync with 0.8.10cvs14
1977                 see ChangeLog 2003-02-18
1978
1979 2003-02-17 [jens]       0.8.10claws18
1980
1981         * src/common/md5.c
1982                 fixed a compile problem with gcc 3.3
1983                 works on 2.95.3 too (testet on PPC as it is big endian)
1984
1985 2003-02-17 [paul]       0.8.10claws17
1986
1987         * sync with 0.8.10cvs13
1988                 see ChangeLog 2003-02-17
1989
1990 2003-02-17 [paul]       0.8.10claws16
1991
1992         * sync with 0.8.10cvs12
1993                 see ChangeLog 2003-02-17
1994
1995 2003-02-16 [match]      0.8.10claws15
1996
1997         * src/addressbook.c
1998                 Eliminates reloading of address data when items
1999                 deleted or added. Applied submitted by
2000                 Luke Plant <lukeplant@softhome.net>
2001
2002 2003-02-16 [paul]       0.8.10claws14
2003
2004         * src/news.c
2005                 when a 'protocol error' is encountered disconnect from
2006                 the server. This means that the user can carry on viewing
2007                 other articles and doesn't have to either wait until the
2008                 server timesout or quit sylpheed.
2009                 Fixes bug #53 'Unable to read messages in newsgroups, 
2010                 displayed message doesn't change'
2011
2012 2003-02-15 [christoph]  0.8.10claws13
2013
2014         * src/imap.c
2015                 fix bug that stopped scanning of folders when an
2016                 IMAP folder was empty
2017
2018         (closes bug 46 stop scan messages in folders after empty folder)
2019
2020 2003-02-15 [paul]
2021
2022         * tools/Makefile.am
2023           tools/README
2024           tools/freshmeat_search.pl     ** NEW FILE **
2025           tools/google_search.pl        ** NEW FILE **
2026                 Add 2 Actions scripts which search freshmeat/google
2027                 for the selected text using the browser configured
2028                 in sylpheedrc.
2029                 
2030         Note: These scripts are very dependent on the format of the
2031         browser command and may not work on every occasion. Testing
2032         is welcome. 
2033
2034 2003-02-14 [alfons]     0.8.10claws12
2035
2036         * src/compose.c
2037                 fix breakage because of uninitialized account pointer.
2038                 please verify.
2039
2040 2003-02-14 [paul]       0.8.10claws11
2041
2042         * src/compose.c
2043           src/prefs_account.[ch]
2044           src/prefs_common.[ch]
2045                 move signature settings to Account Prefs
2046
2047 2003-02-14 [paul]       0.8.10claws10
2048
2049         * sync with 0.8.10cvs11
2050                 see ChangeLog 2003-02-14
2051
2052 2003-02-13 [thorsten]   0.8.10claws9
2053
2054         * src/news.c
2055                 revert news progressbar (GUI separation)
2056
2057 2003-02-13 [paul]       0.8.10claws8
2058
2059         * src/compose.c
2060                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
2061                 paragraph 1
2062
2063 2003-02-13 [paul]       0.8.10claws7
2064
2065         * src/compose.[ch]
2066           src/summaryview.c
2067                 fix 'Follow-up and Reply-to' so that it creates a reply to
2068                 the newsgroup and the sender. If the message has the keyword
2069                 'poster' in the Followup-To header, all replies go to the
2070                 sender, re: RFC 1036, Section 2.2.3
2071                 rename all instances of 'ignore_replyto' to 'to_sender', both
2072                 were previously used, now we use just one.
2073
2074 2003-02-13 [paul]       0.8.10claws6
2075
2076         * sync with 0.8.10cvs9
2077                 see ChangeLog 2003-02-13
2078
2079 2003-02-13 [paul]       0.8.10claws5
2080
2081         * configure.ac
2082                 show which plugins are configured in the configure
2083                 output.
2084
2085 2003-02-12 [thorsten]   0.8.10claws4
2086
2087         * src/news.c
2088                 show progress while fetching news headers
2089
2090 2003-02-12 [christoph]  0.8.10claws3
2091
2092         * configure.ac
2093         * src/plugins/Makefile.am
2094                 use AM_CONDITIONAL to enable plugins, automake correctly
2095                 manages this when creating distdir
2096
2097 2003-02-12 [christoph]  0.8.10claws2
2098
2099         * ac/spamassassin.m4
2100         * src/plugins/spamassassin/Makefile.am
2101                 fix building SpamAssassin plugin without OpenSSL
2102
2103 2003-02-12 [paul]       0.8.10claws1
2104
2105         * ac/Makefile.am
2106           src/Makefile.am
2107           src/plugins/Makefile.am
2108                 fix failure of 'make release'
2109
2110 2003-02-12 [paul]       0.8.10claws
2111
2112         * 0.8.10claws released
2113
2114 2003-02-12 [paul]       0.8.9claws56
2115
2116         * po/bg.po
2117           po/es.po
2118           po/it.po
2119           po/ru.po
2120           po/sr.po
2121                 updated translations by George Danchev, Ricardo Mones Lastra,
2122                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
2123                 
2124         * sylpheed.spec.in
2125                 Allow the building of RPMs by a regular user. Submitted
2126                 by Sergei Astanin
2127
2128 2003-02-11 [alfons]     0.8.9claws55
2129
2130         * src/colorlabel.c
2131                 don't use pixmaps for label color rect but draw rectangles
2132                 so we can respect the color map of palette based visuals
2133                 (fixes the long time crashes on Suns - thanks to Andreas
2134                 Engel and Steve O'Hara-Smith for testing)
2135
2136 2003-02-11 [christoph]  0.8.9claws54
2137
2138         * src/matcher_parser_parse.y
2139                 correct bug where filering rules of not existing folders in
2140                 matcherrc were added to global filtering
2141                 
2142         (closes Debian Bug #180253 - Directory's filter-rules are merged with
2143          main filter-rules after removing directory, http://bugs.debian.org/180253)
2144         
2145 2003-02-11 [paul]       0.8.9claws53
2146
2147         * sync with 0.8.10cvs7
2148                 see ChangeLog 2003-02-09
2149
2150 2003-02-11 [melvin]     0.8.9claws52
2151
2152         * po/fr.po
2153                 Updated French tranlsations
2154
2155 2003-02-10 [paul]       0.8.9claws51
2156
2157         * sylpheed.spec.in
2158                 correct --enable-openssl
2159                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
2160
2161 2003-02-09 [martin]     0.8.9claws50
2162
2163         * src/prefs_matcher.c
2164                 fix segfault in prefs_matcher_substitute_cb() when
2165                 no row is selected
2166
2167 2003-02-09 [paul]       0.8.9claws49
2168
2169         * src/folderview.c
2170                 fix bug where a newsgroup folder's processing rules were
2171                 merged with the global filtering rules when the newsgroup
2172                 folder was deleted, causing some seriously bad results,
2173                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
2174
2175 2003-02-08 [melvin]     0.8.9claws48
2176
2177         * src/compose.c
2178                 Corrected and modified an alert message.
2179
2180 2003-02-07 [paul]       0.8.9claws47
2181
2182         * src/folderview.c
2183                 fix bug where both an 'Account properties' window and a
2184                 'Folder properties' window were opened when clicking on
2185                 'Properties' in an NNTP or IMAP folder's popup menu.
2186
2187 2003-02-07 [paul]       0.8.9claws46
2188
2189         * sync with 0.8.10cvs6
2190                 see ChangeLog 2003-02-06
2191
2192 2003-02-06 [christoph]  0.8.9claws45
2193
2194         * src/mbox.c
2195                 freeze folder updates while importing mbox files
2196                 (closes bug 43 importing mbox took hours)
2197                 
2198         Patch submitted by Jens Rantil <jens.rantil@telia.com>
2199
2200 2003-02-06 [thorsten]   0.8.9claws44
2201
2202         * po/de.po
2203                 Updated german translations
2204
2205 2003-02-06 [thorsten]   0.8.9claws43
2206
2207         * src/news.h
2208                 use guint for message numbers (fix count in grouplist dialog)
2209
2210 2003-02-05 [paul]       0.8.9claws42
2211
2212         * sync with 0.8.10cvs2
2213                 see ChangeLog 2003-02-05
2214
2215 2003-02-04 [colin]      0.8.9claws41
2216
2217         * src/prefs_common.[ch]
2218           src/procmsg.c
2219           src/summaryview.c
2220                 Add an option to disable threading by subject
2221
2222 2003-02-04 [christoph]  0.8.9claws40
2223
2224         * src/inc.c
2225                 only abort fetching mails from multiple accounts when the
2226                 error is fatal and does not allow to check any more accounts
2227                 (currently only disk full error)
2228
2229         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
2230          receive mails for other accouts)
2231
2232 2003-02-04 [christoph]  0.8.9claws39
2233
2234         * src/folder.c
2235                 first add the new message to the cache, then
2236                 send the update notification
2237
2238         (closes bug 39 after sending message folderview doesnt get updated)
2239
2240 2003-02-04 [colin]      0.8.9claws38
2241
2242         * src/inc.c
2243                 _really_ fix this Connecting... status
2244
2245 2003-02-04 [paul]       0.8.9claws37
2246
2247         * sync with 0.8.10
2248                 see ChangeLog 2003-02-04
2249
2250 2003-02-04 [paul]       0.8.9claws36
2251
2252         * sync with 0.8.9cvs6
2253                 see ChangeLog 2003-02-03
2254
2255 2003-02-04 [paul]       0.8.9claws35
2256
2257         * po/pt_BR.po
2258                 updated by André Filipe de Assunção e Brito 
2259                 <bedecko@netsite.com.br>
2260
2261 2003-02-03 [thorsten]   0.8.9claws34
2262
2263         * po/de.po
2264                 Updated german translations
2265
2266 2003-02-02 [paul]       0.8.9claws33
2267
2268         * po/es.po
2269                 updated by Ricardo Mones Lastra
2270
2271 2003-02-02 [thorsten]   0.8.9claws32
2272
2273         * src/mh.c
2274                 Fix mh_get_msginfo() segfault if file is inaccessible
2275
2276 2003-01-31 [colin]      0.8.9claws31
2277
2278         * src/procheader.c
2279                 Fix last commit's bug
2280
2281 2003-01-31 [colin]      0.8.9claws30
2282
2283         * src/procheader.c
2284                 Missing a change for gpg-signed messages
2285
2286 2003-01-31 [paul]       0.8.9claws29
2287
2288         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
2289           src/procheader.c
2290           src/stock_pixmap.[ch]
2291           src/summaryview.c
2292                 indicate GnuPG signed messages by displaying an icon
2293                 in the Attachment column.
2294
2295 2003-01-31 [paul]       0.8.9claws28
2296
2297         * sync with 0.8.9cvs4
2298                 see ChangeLog 2003-01-31
2299
2300 2003-01-31 [alfons]     0.8.9claws27
2301
2302         * src/textview.c
2303                 tune URI parser to accept mailto URLs with a '?'
2304                 (patch from Ruslan Balkin)
2305
2306 2003-01-31 [colin]      0.8.9claws26
2307
2308         * src/summaryview.c
2309                 Fix a leak introduced in claws24
2310
2311 2003-01-31 [colin]      0.8.9claws25
2312
2313         * src/summaryview.c
2314                 Freeze/Thaw folder updates when deleting dups
2315
2316 2003-01-31 [colin]      0.8.9claws24
2317         
2318         * src/addr_compl.c
2319           src/summaryview.c
2320           src/msgcache.c
2321                 little speed improvements
2322
2323 2003-01-31 [colin]      0.8.9claws23
2324
2325         * src/summaryview.c
2326                 Fix segfault when forwarding nothing
2327                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
2328                 
2329 2003-01-30 [paul]       0.8.9claws22
2330
2331         * sync with 0.8.9cvs3
2332                 see ChangeLog 2003-01-30
2333
2334 2003-01-30 [paul]       0.8.9claws21
2335
2336         * sync with 0.8.9cvs2
2337                 see ChangeLog 2003-01-30
2338
2339 2003-01-29 [paul]       0.8.9claws20
2340
2341         * sync with 0.8.9cvs1
2342                 see ChangeLog 2003-01-29
2343
2344 2003-01-28 [paul]       0.8.9claws19
2345
2346         * po/POTFILES.in
2347                 update to reflect changes. 
2348                 thanks to Ricardo Mones Lastra
2349
2350 2003-01-27 [christoph]  0.8.9claws18
2351
2352         * ac/openssl.m4
2353         * ac/spamassassin.m4
2354         * src/plugins/spamassassin/README
2355         * src/plugins/spamassassin/libspamc.[ch]
2356         * src/plugins/spamassassin/utils.[ch]
2357                 updated to latest libspamc
2358
2359 2003-01-27 [christoph]  0.8.9claws17
2360
2361         * src/folder.c
2362                 fix wrong use of procheader_get_header_fields
2363
2364 2003-01-27 [christoph]  0.8.9claws16
2365
2366         * src/news.c
2367         * src/prefs_account.[ch]
2368         * src/common/nntp.[ch]
2369                 allow to force authentication for NNTP servers
2370
2371         Patch submitted by Florian Mickler <dmk@d-labs.de>
2372
2373 2003-01-26 [paul]       0.8.9claws15
2374
2375         * src/summaryview.c
2376                 speed up of marking messages as read
2377                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
2378
2379 2003-01-26 [christoph]  0.8.9claws14
2380
2381         * src/Makefile.am
2382         * src/mgutils.[ch]              ** REMOVE **
2383         * src/xml.[ch]                  ** REMOVE **
2384         * src/xmlprops.[ch]             ** REMOVE **
2385         * src/common/Makefile.am
2386         * src/common/mgutils.[ch]       ** NEW **
2387         * src/common/xml.[ch]           ** NEW **
2388         * src/common/xmlprops.[ch]      ** NEW **
2389                 move xml files to common directory
2390
2391 2003-01-26 [christoph]  0.8.9claws13
2392
2393         * src/plugins/spamassassin/spamassassin_gtk.c
2394                 only set gtk entry text if string is available
2395
2396 2003-01-26 [melvin]     0.8.9claws12
2397
2398         * src/description_window.c
2399                 Allow resizing of the window
2400                 Allow automatic horizontal scroll bar
2401                 Do not vertically expand and fill
2402
2403 2003-01-26 [christoph]  0.8.9claws11
2404
2405         * src/Makefile.am
2406         * src/gtkutils.[ch]             ** REMOVE **
2407         * src/common/sylpheed.c
2408         * src/gtk/Makefile.am
2409         * src/gtk/description_window.c
2410         * src/gtk/gtkutils.[ch]         ** NEW **
2411         * src/gtk/prefswindow.c
2412                 move gtkutils to gtk directory
2413
2414 2003-01-26 [paul]       0.8.9claws10
2415
2416         * src/summaryview.c
2417                 rename summary_unread_clicked() to summary_status_clicked()
2418
2419 2003-01-26 [melvin]     0.8.9claws9
2420
2421         * src/prefs_actions.c
2422                 Cosmetical changes to the help text
2423
2424 2003-01-26 [paul]       0.8.9claws8
2425
2426         * src/folder.[ch]
2427           src/mainwindow.c
2428           src/prefs_common.c
2429           src/prefs_sumamry_column.c
2430           summaryview.[ch]
2431                 rename the 'Unread' column to 'Status'
2432
2433 2003-01-25 [match]      0.8.9claws7
2434
2435         * src/mgutils.[ch]
2436                 removed reference to LDAP constants. removed error2string.
2437                 included functions to support LDAP dynamic queries.
2438         * src/syldap.h
2439                 moved LDAP constants here.
2440         * src/addressbook.c
2441         * src/addrindex.c
2442         * src/importldif.c
2443                 removed references to LDAP constants and references to
2444                 error2string.
2445
2446 2003-01-25 [paul]       0.8.9claws6
2447
2448         * src/summaryview.c
2449                 summary_thread_build(), summary_thread_init(): remove 
2450                 unneeded reference to summaryview->folder_item
2451
2452 2003-01-25 [christoph]  0.8.9claws5
2453
2454         * src/gtk/description_window.c
2455                 o allow description texts to expand over multiple columns
2456                 o translate all columns
2457         * src/prefs_actions.c
2458                 change syntax description to use new multi column feature
2459
2460         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2461
2462 2003-01-25 [match]      0.8.9claws4
2463
2464         * src/vcard.c
2465                 fixed bug with Quoted-Printable
2466
2467 2003-01-25 [paul]       0.8.9claws3
2468
2469         * src/folder.[ch]
2470           src/summaryview.[ch]
2471                 implement per-folder collapsed/expanded threads setting
2472                 
2473         * src/prefs_common.c
2474                 remove global collapsed/expanded threads option
2475
2476 2003-01-25 [christoph]  0.8.9claws2
2477
2478         * po/POTFILES.in
2479                 add pluginwindow and prefswindow
2480         * src/compose.c
2481                 make send respond correctly to messages that could be added
2482                 to the queue folder, but the UID of the message is unknown
2483         * src/folder.c
2484         * src/imap.c
2485                 don't return guessed UIDs in imap_add_msg anymore. We return
2486                 0 to tell the folder system it was appened but the UID is
2487                 unknown. Folder system now get's the UID by scaning the folder
2488                 and searching the cache for the Message-ID
2489                 (closes bug #29 Messages queued, but not sent)
2490
2491 2003-01-25 [paul]       0.8.9claws1
2492
2493         * src/codeconv.c
2494                 conv_encode_header():  fix bug when long headers with 8-bit
2495                 characters are used, so that the encoded words are wrapped.
2496                 If the space in the original text falls on the wrap boundary,
2497                 it can be lost.
2498                 Patch by Sergey Vlasov.
2499                 
2500         * src/folderview.c
2501                  fix bug where a change to the sorting method or thread view
2502                  of a folder's messages is lost if simpify-subject is set and
2503                  toggled on or off.
2504                  Patch by Luke Plant.
2505
2506 2003-01-24 [paul]       0.8.9claws
2507
2508         * sylpheed-0.8.9claws released
2509         
2510         * Makefile.am
2511           sylpheed.spec.in
2512                 remove reference to 'INSTALL.jp'
2513
2514 2003-01-23 [paul]       0.8.8claws128
2515
2516         * po/es.po
2517           po/it.po
2518           po/ru.po
2519           po/sr.po
2520                 updated translations. submitted by Ricardo Mones Lastra,
2521                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
2522
2523 2003-01-23 [colin]      0.8.8claws127
2524
2525         * src/compose.c
2526                 Fix drafted and queued news articles re-edition
2527
2528 2003-01-23 [melvin]     0.8.8claws126
2529
2530         * po/fr.po
2531                 Updated French translations
2532
2533 2003-01-23 [colin]      0.8.8claws125
2534
2535         * src/inc.c
2536                 Fix "Connecting to..." status message
2537
2538 2003-01-22 [paul]       0.8.8claws124
2539
2540         * po/bg.po
2541                 updated by George Danchev
2542                 
2543         * src/folder.c
2544                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
2545                 and folder deletion
2546
2547 2003-01-21 [paul]       0.8.8claws123
2548
2549         * po/bg.po
2550                 updated by George Danchev
2551                 
2552         * src/about.c
2553                 its now 2003
2554                 
2555         * src/toolbar.c
2556                 don't translate 'Separator'
2557                 
2558         * src/plugins/spamassassin/Makefile.am
2559                 add aspell to CPPFLAGS
2560                 
2561         * src/plugins/spamassassin/spamassassin.c
2562           src/plugins/spamassassin/spamassassin_gtk.c
2563                 set correct default for spamassassin_receive_spam
2564                 slightly re-word descriptions and some
2565                 other minor changes
2566
2567 2003-01-19 [alfons]     0.8.8claws122
2568                 
2569         * src/mimeview.c
2570                 mimeview_save_as(): we might as well show the file name for
2571                 the single case "Save As" too
2572
2573 2003-01-19 [alfons]     0.8.8claws121
2574
2575         * src/crash.c
2576                 change bug tracker URL to bugzilla URL
2577
2578 2003-01-19 [alfons]     0.8.8claws120
2579
2580         * src/mimeview.c
2581                 mimeview_save_all(): display name of file before overwriting;
2582                 continue saving all, even when one overwrite was cancelled
2583
2584 2003-01-19 [christoph]  0.8.8claws119
2585
2586         * src/summaryview.c
2587         * src/procmsg.[ch]
2588                 fix wrong usage of procmsg_find_children in summaryview
2589                 by using procmsg_update_unread_children instead of
2590                 summaryview_update_unread_children
2591
2592 2003-01-19 [christoph]  0.8.8claws118
2593
2594         * src/procmsg.c
2595                 fix infinite loop in procmsg_find_children
2596                  (closes bug #25 sylpheed crashes on delete.)
2597
2598         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2599
2600 2003-01-19 [paul]       0.8.8claws117
2601
2602         * po/pt_BR.po
2603                 updated by Ivan Francolin Martinez
2604
2605 2003-01-18 [melvin]     0.8.8claws116
2606
2607         * src/prefs_actions.c
2608                 Removed syntax limitation of only one '&' at the end of command.
2609                         Now actions that contain '>/dev/null 2>&1' are possible.
2610
2611 2003-01-18 [melvin]     0.8.8claws115
2612
2613         * src/prefs_actions.c
2614                 Actions IO dialog: when the action ends
2615                 the "Close" button now has focus and [Escape] closes the
2616                 window.
2617
2618 2003-01-18 [christoph]  0.8.8claws114
2619
2620         * src/procmsg.c
2621                 o add debug output when MsgInfos are really freed
2622                 o free GSLists in procmsg_find_children and
2623                   procmsg_update_unread_children
2624
2625 2003-01-18 [christoph]  0.8.8claws113
2626
2627         * src/mainwindow.c
2628                 reorder Configuration menu
2629
2630 2003-01-18 [christoph]  0.8.8claws112
2631
2632         * src/compose.c
2633                 fix applying templates to forwarded messages
2634
2635         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2636
2637 2003-01-17 [christoph]  0.8.8claws111
2638
2639         * src/folder.c
2640                 destroy folder items, when a folder item is removed
2641
2642 2003-01-17 [christoph]  0.8.8claws110
2643
2644         * src/folder.c
2645                 fix wrong folder stats update when ignored message is
2646                 deleted
2647
2648 2003-01-17 [colin]      0.8.8claws109
2649         
2650         * src/mainwindow.c
2651         * src/summaryview.c
2652                 Quicksearch bugfixes: 
2653                 - hide help button at startup if not extended
2654                 - switch to extended when looking for replies
2655
2656 2003-01-17 [paul]
2657
2658         * sync with 0.8.9 release
2659
2660 2003-01-17 [paul]       0.8.8claws108
2661
2662         * sync with 0.8.8cvs11
2663                 see ChangeLog 2003-01-17
2664
2665 2003-01-16 [colin]      0.8.8claws107
2666
2667         * src/procmsg.c
2668                 Changed encryption test to re-ask passphrase
2669                 if an encrypted message hasn't been decrypted
2670                 Fixes bug #5
2671
2672 2003-01-16 [christoph]  0.8.8claws106
2673
2674         * src/prefs_gtk.c
2675         * src/prefs_toolbar.c
2676         * src/gtk/prefswindow.h
2677         * src/plugins/spamassassin/spamassassin_gtk.c
2678                 remove page destroy function that is not used anymore
2679
2680 2003-01-16 [paul]       0.8.8claws105
2681
2682         * sync with 0.8.8cvs9
2683                 see ChangeLog 2002-01-16
2684
2685 2003-01-16 [colin]      0.8.8claws104
2686
2687         * src/compose.[ch]
2688                 Fix bug with autosaved drafts for IMAP, when draft
2689                 folder is specified - fixes bugzilla bug #20
2690
2691 2003-01-15 [paul]       0.8.8claws103
2692
2693         * src/compose.[ch]
2694           src/procmsg.c
2695                 store folder and message-id of message forwarding
2696                 in queue header and set forward flag after sending
2697
2698 2003-01-15 [paul]       0.8.8claws102
2699
2700         * sync with 0.8.8cvs8
2701                 see ChangeLog 2002-01-15
2702
2703 2003-01-15 [colin]      0.8.8claws101
2704
2705         * src/Makefile.am
2706                 Fix linking with GNU libiconv
2707
2708 2003-01-15 [darko]      0.8.8claws100
2709
2710         * src/pine.c
2711                 fix crash when importing pine address book
2712                 entry with an empty name (reported by DY
2713                 <dybulk at tri8.net>)
2714
2715 2003-01-14 [paul]       0.8.8claws99
2716
2717         * configure.in  ** REMOVED **
2718           configure.ac  ** NEW FILE **
2719                 rename configure.in to configure.ac, as it is now
2720                 preferred
2721
2722 2003-01-14 [melvin]     0.8.8claws98
2723
2724         * src/folderview.c
2725                 folderview_check_new(): More precise function description
2726
2727 2003-01-14 [melvin]     0.8.8claws97
2728
2729         * src/folderview.c
2730                 folderview_check_new(): return the number of new messages 
2731                         since last check.
2732         * src/inc.c
2733                 inc_account_mail(): Disable counting of new messages for IMAP
2734                         and NNTP until bug [19] and [14] are fixed.
2735
2736 2003-01-14 [paul]       0.8.8claws96
2737
2738         * sync with 0.8.8cvs6
2739                 see ChangeLog 2003-01-14
2740
2741 2003-01-13 [alfons]     0.8.8claws95
2742
2743         * src/textview.c
2744                 tune email address validation (c. 0.8.8claws89): if . is 
2745                 just one char away from @, the address is invalid too 
2746                 (correctly rejects addresses like foo@.com)
2747
2748 2003-01-13 [paul]       0.8.8claws94
2749
2750         * src/messageview.c
2751           src/toolbar.c
2752                 fixes to the Message View toolbar and menu:
2753                 fix non-functioning Forward button
2754                 make Reply button consider default_reply_list
2755                 remove 'Follow-up...' menu entry
2756                 add 'Forward' and 'Redirect' menu entries
2757
2758 2003-01-13 [melvin]     0.8.8claws93
2759
2760         * src/inc.c
2761                 Fixed typo that could make new messages count incorrect.
2762
2763 2003-01-13 [melvin]     0.8.8claws92
2764
2765         * src/folderview.[ch]
2766                 folderview_check_new(): return the number of new messages.
2767         * src/inc.c
2768                 Should fix bug [14] where new mail notification worked 
2769                         incorrectly with IMAP accounts.
2770                 inc_spool_account(): return number of new msgs, or -1 on error
2771                 inc_all_spool(): return number of new msgs
2772                 
2773 2003-01-13 [melvin]     0.8.8claws91
2774
2775         * src/prefs_actions.c
2776                 Justify help text.
2777
2778 2003-01-12 [thorsten]   0.8.8claws90
2779
2780         * src/common/prefs.c
2781                 close file before rename
2782
2783 2003-01-12 [alfons]     0.8.8claws89
2784
2785         * AUTHORS
2786                 add Christian Mertes
2787         * src/common/utils.[ch]
2788                 g_stricase_hash(), g_stricase_equal(): functions for 
2789                 case insensitive hash tables
2790         * src/textview.c
2791                 use top level domain names to validate email address, based
2792                 on a patch by Christian Mertes (thanks!), but changed 
2793                 implementation to use a hash table 
2794
2795 2003-01-12 [paul]       0.8.8claws88
2796
2797         * po/bg.po
2798                 updated by George Danchev
2799
2800 2003-01-12 [alfons]     0.8.8claws87
2801
2802         * src/summaryview.c
2803                 delete / execute performance: use new style folder update
2804
2805 2003-01-12 [paul]       0.8.8claws86
2806
2807         * sync with 0.8.8cvs5
2808                 see ChangeLog 2003-01-13 (!)
2809
2810 2003-01-12 [alfons]     0.8.8claws85
2811
2812         * src/filtering.c
2813         * src/matcher_parser_parse.y
2814                 prepare change_score filtering action
2815         * src/matcher.[ch]
2816                 give up const-correctness on functions that call non-const-correct functions;
2817                 several casts to gpointer in g_free();
2818                 add change_score;
2819
2820 2003-01-12 [christoph]  0.8.8claws84
2821
2822         * src/compose.c
2823                 fix 2 warnings
2824
2825         * src/gtk/prefswindow.[ch]
2826         * src/plugins/spamassassin/spamassassin_gtk.c
2827                 changed the call of the widget create function
2828                 for PrefsPages, because sometimes the widget
2829                 create function needs a widget that already has
2830                 been attached to a window (to create GDK pixmaps
2831                 for exmaple). So we simply pass the GtkWindow as
2832                 the second parameter now.
2833
2834         * src/main.c
2835         * src/mainwindow.c
2836         * src/prefs_toolbar.[ch]
2837                 rewrite Toolbar Preferences using the new
2838                 prefs window
2839
2840 2003-01-11 [alfons]     0.8.8claws83
2841
2842         * src/addressadd.c
2843                 fix crash when adding sender to addressbook because status bar
2844                 isn't there (the status bar doesn't seem to be used though,
2845                 but I'll let Match decide what to do with it)
2846
2847 2003-01-11 [colin]      0.8.8claws82
2848
2849         * src/main.c
2850           src/toolbar.c
2851                 Two useless changes reversed
2852
2853 2003-01-11 [colin]      0.8.8claws81
2854
2855         * src/mainwindow.c
2856           src/mainwindow.h
2857                 Add mainwindow_get_mainwindow()
2858         * src/alertpanel.c
2859           src/alertpanel.h
2860                 Add alertpanel_error_log() 
2861         * src/compose.c
2862           src/inc.c
2863           src/messageview.c
2864           src/toolbar.c
2865           src/main.c
2866           src/procmsg.c
2867                 Network errors get a View Log button
2868
2869 2003-01-10 [alfons]     0.8.8claws80
2870
2871         * src/prefs_toolbar.c
2872         * src/toolbar.c
2873                 use the translatable string for "Separator" as file name for
2874                 separator toolbar items (probably make this uppercase?)
2875
2876 2003-01-10 [alfons]     0.8.8claws79
2877
2878         * src/prefs_toolbar.c
2879                 put right A_SEPARATOR description string in "displayed
2880                 toolbar items list" so manually added separators are
2881                 saved correctly (bug #10, "Adding a separator to the main 
2882                 toolbar fails, entry in xml file is wrong")
2883
2884 2003-01-10 [christoph]  0.8.8claws78
2885
2886         * src/imap.c
2887                 o fix warnings
2888                 o use CAPABILITY to check if NAMESPACE is available
2889
2890 2003-01-10 [christoph]  0.8.8claws77
2891
2892         * src/imap.[ch]
2893                 apply UIDPLUS IMAP extension support patch
2894
2895         Patch submitted by Simon 'corecode' Schubert
2896
2897 2003-01-10 [paul]       0.8.8claws76
2898
2899         * src/folderview.c
2900                 a sync from main which fixes the news account folders'
2901                 Properties bug
2902
2903 2003-01-10 [christoph]  0.8.8claws75
2904
2905         * src/folder.c
2906                 don't accept 0 as a valid uid returned by copy and move
2907                 functions. 0 means the message was copied or moved but the
2908                 new uid could not be fetched. It is not an error condition
2909                 for the copy or move operation.
2910
2911 2003-01-10 [paul]       0.8.8claws74
2912
2913         * src/prefs_filtering.c
2914                 change English used in Alert when entry is not
2915                 saved.
2916                 
2917         * sync with 0.8.8cvs4
2918                 see ChangeLog 2003-01-10
2919
2920 2003-01-10 [darko]      0.8.8claws73
2921
2922         * src/pine.c
2923                 fix crash when importing address book entry
2924                 without a valid address
2925
2926 2003-01-09 [alfons]     0.8.8claws72
2927
2928         * src/inc.c
2929                 filtering performance: use new style folder update
2930
2931 2003-01-09 [christoph]  0.8.8claws71
2932
2933         * src/compose.c
2934         * src/gtk/menu.[ch]
2935                 fix wrong selecting of mime encoding type, when
2936                 opening property dialog of attachments in the
2937                 compose window. 7bit was always selected and that
2938                 destoryed files with 8bit data.
2939                 (closes bug #9 Sylpheed-claws destroys attachments when
2940                  changing MIME-types)
2941
2942 2003-01-09 [paul]       0.8.8claws70
2943
2944         * sync with 0.8.8cvs3
2945                 see ChangeLog 2003-01-09
2946
2947 2003-01-08 [alfons]     0.8.8claws69
2948         
2949         * src/addressadd.c
2950                 apply patch by Kim Schulz to fix build breakage
2951                 because of missing variable
2952
2953 2003-01-08 [paul]       0.8.8claws68
2954
2955         * sync with 0.8.8cvs2
2956                 see ChangeLog 2002-01-08
2957
2958 2003-01-08 [paul]       0.8.8claws67
2959
2960         * po/it.po
2961                 updated by Alessandro Maestri
2962                 
2963         * src/addressadd.c
2964                 when using 'Add sender to addressbook' allow
2965                 name to be edited and remarks to be entered
2966                 Patch submitted by Luke Plant
2967
2968 2003-01-08 [darko]      0.8.8claws66
2969
2970         * README.claws, src/summaryview.c
2971                 fix description for marked messages
2972
2973 2003-01-08 [paul]
2974
2975         * tools/Makefile.am
2976           tools/launch_phoenix  ** NEW FILE **
2977                 add script that enables using Phoenix as the default
2978                 web browser. 
2979                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2980                 
2981         * tools/OOo2sylpheed.pl
2982                 remove full path to sylpheed executable, just 'sylpheed'
2983                 will do
2984                 
2985         * tools/README
2986                 add launch_phoenix informtion and re-arrange and compress
2987                 the data a little
2988
2989 2003-01-07 [christoph]  0.8.8claws65
2990
2991         * src/folder.c
2992                 fix update for source folder when moving messages
2993         * src/procmsg.[ch]
2994         * src/summaryview.c
2995                 use function to set to_folder for message infos and
2996                 automatically update the op_count for old and new
2997                 folder
2998
2999 2003-01-07 [melvin]     0.8.8claws64
3000
3001         * src/prefs_actions.c
3002                 Fixed bug where an '%p' Action on a displayed image crashed 
3003                         Sylpheed
3004                 Code clean up (get rid of duplicated code and removed unnecessary 
3005                                 structure member)
3006
3007 2003-01-07 [christoph]  0.8.8claws63
3008
3009         * src/compose.c
3010         * src/folder.[ch]
3011         * src/folderview.c
3012         * src/import.c
3013         * src/inc.c
3014         * src/main.c
3015         * src/mainwindow.c
3016         * src/messageview.c
3017         * src/prefs_folder_item.c
3018         * src/procmsg.c
3019         * src/summaryview.c
3020         * src/toolbar.c
3021                 o remove all folder update triggering from the UI code. The folder
3022                   system should know much better when a folder needs an update.
3023                 o to prevent multiple updates in a row the folder updates can be
3024                   frozen for some time.
3025
3026                 Note: - Please verify that no updates are missing
3027                       - Check where freeze/thaws should be added
3028
3029 2003-01-07 [christoph]  0.8.8claws62
3030
3031         * src/prefs_actions.c
3032                 don't translate empty strings
3033
3034         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3035
3036 2003-01-06 [christoph]  0.8.8claws61
3037
3038         * src/prefs_actions.c
3039                 mark strings for gettext
3040         * src/prefs_matcher.c
3041                 use new description window for Execute action and
3042                 match condition in Filtering
3043
3044         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3045
3046 2003-01-06 [alfons]     0.8.8claws60
3047
3048         keep myself inspired to re-organize matcher part 8; 
3049         yes, more to come (I need to move out the descriptive
3050         text for actions to matcher.c, or at least make it not
3051         depend on the wicked ordering)
3052
3053         * src/prefs_matcher.c
3054                 add documentation so others may comprehend the
3055                 UI part of the conditions
3056                 
3057 2003-01-06 [christoph]  0.8.8claws59
3058
3059         * src/prefs_actions.c
3060                 use new description window for syntax help
3061         * src/gtk/description_window.c
3062                 fix display of descriptions with column count != 2
3063
3064         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3065
3066 2003-01-06 [christoph]  0.8.8claws58
3067
3068         * src/quote_fmt.c
3069         * src/summaryview.[ch]
3070         * src/gtk/Makefile.am
3071         * src/gtk/description_window.[ch]       ** NEW **
3072                 use a generic window to display syntax descriptions
3073                 currently used in quote_fmt and summaryview (new description
3074                 for extended quick search)
3075
3076         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3077
3078 2003-01-06 [paul]       0.8.8claws57
3079
3080         * sync with 0.8.8cvs1
3081                 see ChangeLog 2003-01-06
3082
3083 2003-01-06 [christoph]  0.8.8claws56
3084
3085         * src/mainwindow.c
3086         * src/prefs_gtk.[ch]
3087         * src/gtk/prefswindow.[ch]
3088         * src/plugins/spamassassin/spamassassin_gtk.c
3089                 o remove page management from prefswindow, pages
3090                   will be an argument to prefswindow_open
3091                 o prefswindow_open gets a datapointer that is
3092                   passed to the widget_create function to allow
3093                   creation of prefswindow for specific items
3094
3095 2003-01-06 [colin]      0.8.8claws55
3096         
3097         * src/summaryview.c
3098                 We don't want regexp in the reply-finder, 
3099                 because MIDs can contain !,$,. and so on
3100
3101 2003-01-06 [jens]       0.8.8claws54
3102
3103         * src/jpilot.c
3104                 fixed a wrong free in jpilot_read_db_files
3105
3106 2003-01-06 [alfons]     0.8.8claws53
3107
3108         re-organize matcher part 8; more to come
3109        
3110         * src/matcher.c
3111                 matcherprop_to_string(): put g_free()s before the
3112                 switch-case break to fix memleaks                
3113
3114 2003-01-06 [colin]      0.8.8claws52
3115
3116         * src/summaryview.c
3117                 cleanup & reply-finder now displays the first 
3118                 matching message
3119
3120 2003-01-05 [alfons]     0.8.8claws51
3121
3122         re-organize matcher part 7; more to come
3123
3124         * src/matcher.[ch]
3125                 fixes for constant correctness;
3126                 more documentation;
3127
3128 2003-01-05 [alfons]     0.8.8claws50
3129
3130         re-organize matcher part 6; more to come
3131         
3132         * src/matcher.[ch]
3133                 fixes for constant correctness;
3134                 more documentation;
3135         * src/filtering.c
3136                 fix for constant correctness
3137
3138 2003-01-05 [colin]      0.8.8claws49
3139
3140         * src/account.[ch]
3141                 Add account_get_reply_account function
3142         * src/compose.c
3143                 Use account_get_reply_account function 
3144         * src/summaryview.c
3145                 Basic reply-finder - click on the replied
3146                 icon gets you to the outbox using quick-search
3147
3148 2003-01-05 [paul]       0.8.8claws48
3149
3150         * src/prefs_common.c
3151                 small change to English
3152                 
3153         * src/prefs_filtering.c
3154                 prefs_filtering_action_select(): improve logic and uniformity
3155                 of gui
3156
3157 2003-01-05 [alfons]     0.8.8claws47
3158
3159         fine tune solution to focus problems (bug #7)
3160
3161         * src/mainwindow.c
3162                 mainwindow_focus_in_event(): remove grab event check
3163         * src/summaryview.c
3164                 summary_button_pressed(): move selection on right-click
3165                 too. we can't possibly move the selection back after
3166                 canceling a dialog, because gtk's incomplete focus 
3167                 management. whether this is a good solution, only time
3168                 will tell.
3169
3170 2003-01-05 [christoph]  0.8.8claws46
3171
3172         * src/imap.c
3173                 fix crash when no imap connection could be established
3174
3175 2003-01-05 [paul]       0.8.8claws45
3176
3177         * src/mainwindow.c
3178           src/sumamryview.c
3179           src/gtk/menu.[ch]
3180                 fix bug 605957 'shortcuts in popup-menu'
3181                 make user-defined shortcuts work
3182                 show shortcuts that are already defined
3183                 in the main menu
3184                 Patch submitted by Luke Plant
3185
3186 2003-01-05 [alfons]     0.8.8claws44
3187
3188         * src/mainwindow.c
3189                 focus_in_event handler should not select summary view row 
3190                 when another window (menu, dialog) grabbed for events 
3191                 (bug #7, "[0.8.8claws42] Message summary focus") 
3192
3193 2003-01-04 [christoph]  0.8.8claws43
3194
3195         * src/procmsg.c
3196                 update save folder after adding the sent message
3197                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
3198
3199 2003-01-02 [christoph]  0.8.8claws42
3200
3201         * src/common/plugin.c
3202                 fix unloading of all plugins and unload
3203                 plugins in reverse order
3204                 
3205         * src/gtk/pluginwindow.c
3206                 implement function of load and unload button
3207
3208         * src/gtk/prefswindow.c
3209         * src/gtk/prefswindow.h
3210                 rename register function and add new unregister
3211                 function
3212
3213         * src/plugins/spamassassin/spamassassin_gtk.c
3214                 unregister prefs page and update for changes in
3215                 src/gtk/prefswindow.c
3216
3217 2003-01-02 [paul]       0.8.8claws41
3218
3219         * po/es.po
3220                 updated by Ricardo Mones Lastra
3221
3222 2003-01-02 [paul]
3223
3224         * tools/tb2sylpheed
3225                 fixes and improvements by Urke MMI
3226
3227 2003-01-02 [thorsten]   0.8.8claws40
3228
3229         * src/procmsg.c
3230                 fixed wrong return value
3231
3232 2003-01-02 [thorsten]   0.8.8claws39
3233
3234         * src/prefs.c
3235                 fixed printing wrong variable
3236
3237 2003-01-02 [thorsten]   0.8.8claws38
3238
3239         * src/prefs.c
3240                 fixed acessing members of freed pfile struct
3241
3242 2003-01-02 [thorsten]   0.8.8claws37
3243
3244         * src/procmsg.c
3245                 detect loops across several messages
3246                 as suggested by Christoph Hohmann
3247
3248 2003-01-01 [match]      0.8.8claws36
3249
3250         * src/addrindex.c
3251                 fixed another memory leak.
3252
3253 2003-01-01 [match]      0.8.8claws35
3254
3255         * src/jpilot.[ch]
3256                 fixed memory leaks. applied Doxygen comments.
3257
3258 2003-01-01 [thorsten]   0.8.8claws34
3259
3260         * src/procmsg.c
3261                 inhibit endless loop if msg references itself
3262                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
3263
3264 2003-01-01 [christoph]  0.8.8claws33
3265
3266         * src/mainwindow.c
3267         * src/gtk/Makefile.am
3268         * src/gtk/pluginwindow.c                ** NEW **
3269         * src/gtk/pluginwindow.h                ** NEW **
3270                 add plugin window
3271
3272         * src/plugins/demo/demo.c
3273         * src/plugins/spamassassin/spamassassin.c
3274         * src/plugins/spamassassin/spamassassin_gtk.c
3275                 write better plugin descriptions
3276
3277 2002-12-31 [christoph]  0.8.8claws32
3278
3279         * src/gtk/prefswindow.c
3280         * src/plugins/spamassassin/spamassassin_gtk.c
3281                 some small improvements to GTK code
3282
3283 2002-12-31 [christoph]  0.8.8claws31
3284
3285         * src/plugins/spamassassin/spamassassin_gtk.c
3286                 enable folder select button
3287
3288 2002-12-31 [christoph]  0.8.8claws30
3289
3290         * src/mainwindow.c
3291         * src/gtk/Makefile.am
3292         * src/gtk/prefswindow.c                         ** NEW **
3293         * src/gtk/prefswindow.h                         ** NEW **
3294                 add new prefs window
3295
3296         * src/common/plugin.c
3297                 don't try to load empty config lines
3298         
3299         * src/plugins/spamassassin/Makefile.am
3300         * src/plugins/spamassassin/spamassassin.c
3301         * src/plugins/spamassassin/spamassassin.h       ** NEW **
3302         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
3303                 GTK config for SpamAssassin Plugin using
3304                 the new prefs window
3305
3306 2002-12-31 [paul]       0.8.8claws29
3307
3308         * po/POTFILES.in
3309                 remove obsolete entry 'src/menu.c'
3310
3311 2002-12-31 [alfons]     0.8.8claws28
3312
3313         * src/matcher.[ch]
3314         * src/matcher_parser_parse.y
3315         * src/prefs_matcher.c
3316                 add "ignore_thread" and "~ignore_thread" condition so it's
3317                 possible to make the actions / scoring operate on the ignore
3318                 thread flag
3319
3320 2002-12-31 [christoph]  0.8.8claws27
3321
3322         * src/addrbook.c
3323         * src/addrindex.c
3324         * src/folder.c
3325         * src/matcher.c
3326         * src/prefs_account.c
3327         * src/prefs_actions.c
3328         * src/prefs_customheader.c
3329         * src/prefs_display_header.c
3330         * src/prefs_gtk.c
3331         * src/procmime.c
3332         * src/toolbar.c
3333         * src/xmlprops.c
3334         * src/common/prefs.[ch]
3335                 extend prefs file handling for reading and automatic handling
3336                 of blocks. When reading prefs_set_block_label will automatically
3337                 move on to the block. When writing it will copy all other blocks
3338                 automatically
3339
3340         * src/common/plugin.c
3341                 Now loading plugin filenames from [Plugins] block in
3342                 sylpheed rc file
3343
3344 2002-12-30 [christoph]  0.8.8claws26
3345
3346         * src/common/hooks.[ch]
3347                 return abort status to caller of hooks_invoke
3348                 
3349         * src/inc.[ch]
3350                 invoke message filtering hook and stop
3351                 default handling when filter returns abort
3352
3353         * src/common/plugin.[ch]
3354         * src/plugins/demo/demo.c
3355                 modify plugin loader, because resolving symbols for strings
3356                 does not work correctly
3357         
3358         * configure.in
3359         * ac/spamassassin.m4                            ** NEW **
3360         * src/plugins/spamassassin/.cvsignore           ** NEW **
3361         * src/plugins/spamassassin/Makefile.am          ** NEW **
3362         * src/plugins/spamassassin/README               ** NEW **
3363         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
3364         * src/plugins/spamassassin/spamassassin.c       ** NEW **
3365         * src/plugins/spamassassin/utils.[ch]           ** NEW **
3366                 add spamassassin plugin, see src/plugins/spamassassin/README
3367                 for details
3368
3369 2002-12-29 [alfons]     0.8.8claws25
3370
3371         * src/mainwindow.c
3372                 when moving focus from a message view to the main 
3373                 window, don't forget to select the summary node
3374                 of the displayed message. should fix "[ 659103 ] 
3375                 focus-follows-mouse confuses sylpheed"
3376
3377 2002-12-29 [christoph]  0.8.8claws24
3378
3379         * src/Makefile.am
3380         * src/stringtable.[ch]          ** REMOVE **
3381         * src/common/Makefile.am
3382         * src/common/stringtable.[ch]   ** NEW **
3383                 move stringtable files to common directory
3384
3385 2002-12-29 [christoph]  0.8.8claws23
3386
3387         * src/Makefile.am
3388         * src/menu.[ch]                 ** REMOVE **
3389         * src/gtk/Makefile.am
3390         * src/gtk/menu.[ch]             ** NEW **
3391                 move menu files to gtk directory
3392
3393 2002-12-29 [match]      0.8.8claws22
3394
3395         * src/addressbook.c
3396         * src/syldap.c
3397                 moved UI specific code out of LDAP code into addressbook
3398                 UI code. fixed memory leak.
3399
3400 2002-12-29 [christoph]  0.8.8claws21
3401
3402         * src/folder.c
3403                 only check for IGNORED parent message when message is
3404                 not IGNORED itself
3405
3406 2002-12-29 [alfons]     0.8.8claws20
3407
3408         * src/summaryview.c
3409                 set gtksctree's anchor correct (immediate execute
3410                 changes the tree's layout, and anchor points at 
3411                 the incorrect row). fixes "[ 657233 ] multiple msg 
3412                 delete sometimes off by 1".
3413                 we probably have to look for more tree layout /
3414                 anchor glitches.
3415
3416 2002-12-29 [paul]       0.8.8claws19
3417
3418         * src/summaryview.c
3419                 fix bug [ 659054 ] incorrect sorting of 'From' column
3420                 when using 'display sender using address book'
3421                 thanks to Alfons and Luke Plant
3422
3423 2002-12-29 [christoph]  0.8.8claws18
3424
3425         * src/folder.c
3426         * src/procmsg.[ch]
3427                 check parent messages for IGNORE THREAD flag, when adding,
3428                 moving or copying messages to a folder
3429
3430 2002-12-27 [alfons]     0.8.8claws17
3431
3432         re-organize matcher part 5; more to come
3433
3434         * src/matcher.c
3435                 hash keywords in matchparser_tab 
3436
3437 2002-12-27 [alfons]     0.8.8claws16
3438
3439         re-organize matcher part 4; more to come
3440
3441         * src/matcher_parser.h
3442         * src/matcher_parser_lex.l
3443         * src/matcher_parser_parse.y
3444                 cleanup
3445
3446 2002-12-27 [alfons]     0.8.8claws15
3447
3448         re-organize matcher part 3; more to come
3449
3450         * src/matcher.[ch]
3451                 cleanup
3452
3453 2002-12-27 [alfons]     0.8.8claws14
3454
3455         re-organize matcher part 2; more to come but this should
3456         work. cc me if there are any regressions.
3457
3458         * src/matcher.h
3459                 add prototype for get_matchparser_tab_id()
3460         * src/matcher_parser_lex.l
3461                 look up keywords using matchparser_tab_id();
3462
3463 2002-12-27 [alfons]     0.8.8claws12
3464
3465         re-organize matcher part 1
3466
3467         * src/matcher.h
3468                 map yacc generated constants to sylpheed matcher constants
3469         * src/matcher.c
3470                 add function to find a matcher constant from a string
3471
3472 2002-12-27 [christoph]  0.8.8claws11
3473
3474         * src/compose.c
3475                 MENUITEM_ADD casts the 4th argument from integer to pointer
3476                 so it probably should not be a pointer, this means we
3477                 should use account id for it and not the account's pointer
3478
3479 2002-12-27 [paul]       0.8.8claws10
3480
3481         * src/mainwindow.c
3482                 remove unneeded 'GtkWidget *vbox'
3483                 
3484         * src/summaryview.c
3485                 further sync with 0.8.8 - make sort
3486                 by recipient work as expected
3487                 
3488         * NEWS
3489                 sync with 0.8.8
3490
3491 2002-12-27 [paul]       0.8.8claws9
3492
3493         * po/pt_BR.po
3494                 updated by Ivan F. Martinez
3495                 
3496 2002-12-27 [darko]      0.8.8claws8
3497
3498         * src/common/utils.c
3499                 added locked pattern to extended search
3500
3501 2002-12-27 [alfons]     0.8.8claws7
3502
3503         * src/prefs_matcher.[ch]
3504                 clean up
3505
3506 2002-12-26 [alfons]     0.8.8claws6
3507
3508         * src/matcher.[ch]
3509         * src/matcher_parser_lex.l
3510         * src/matcher_parser_parse.y
3511         * src/prefs_matcher.c
3512                 allow color label as a condition in the matcher
3513
3514 2002-12-26 [oliver]     0.8.8claws5
3515         
3516         * src/toolbar.c 
3517                 enable Addressbook for Main and Messageview
3518         * src/prefs_actions.c
3519                 enable actions in Messageview
3520
3521 2002-12-26 [christoph]  0.8.8claws4
3522
3523         * src/common/plugin.c
3524                 add a little debug output
3525         * configure.in
3526         * src/plugins/demo/Makefile.am
3527                 better use of automake
3528
3529 2002-12-26 [christoph]  0.8.8claws3
3530
3531         * src/Makefile.am
3532         * src/common/Makefile.am
3533                 fix "make distdir"
3534
3535 2002-12-26 [christoph]  0.8.8claws2
3536
3537         * configure.in
3538                 sort configure checks into common / gtk / plugins
3539         * po/POTFILES.in
3540                 add src/prefs_gtk.c
3541         * src/Makefile.am
3542                 add plugins SUBDIR
3543         * src/main.c
3544         * src/common/sylpheed.[ch]
3545                 added now sylpheed_done function for shutdown
3546         * src/common/Makefile.am
3547         * src/common/plugin.[ch]                ** NEW **
3548                 plugin loader and unloader
3549         * src/plugins/.cvsignore                ** NEW **
3550         * src/plugins/Makefile.am               ** NEW **
3551                 build plugins
3552         * src/plugins/demo/.cvsignore           ** NEW **
3553         * src/plugins/demo/Makefile.am          ** NEW **
3554         * src/plugins/demo/demo.c               ** NEW **
3555                 small demo plugin that installs a logtext hook and
3556                 outputs the log text to stdout
3557
3558 2002-12-26 [paul]       0.8.8claws1
3559
3560         * po/es.po
3561                 updated by Ricardo Mones Lastra
3562
3563 2002-12-26 [paul]       0.8.8claws
3564
3565         * 0.8.8claws released
3566
3567 2002-12-26 [paul]       0.8.7claws12
3568
3569         * po/bg.po
3570                 updated by George Danchev
3571
3572 2002-12-26 [paul]       0.8.7claws11
3573
3574         * po/POTFILES.in
3575                 remove unneeded 'src/prefs.c' entry 
3576
3577 2002-12-26 [paul]       0.8.7claws10
3578
3579         * src/codeconv.c
3580           src/mainwindow.c
3581                 sync with 0.8.8 release
3582         
3583         * src/folder.[ch]
3584           src/mh.c
3585           src/summaryview.c
3586                 partial sync with 0.8.8 release
3587         
3588
3589 2002-12-25 [alfons]     0.8.7claws9
3590
3591         * src/matcher.[ch]
3592         * src/matcher_parser_lex.l
3593         * src/matcher_parser_parse.y
3594         * src/prefs_matcher.c
3595                 add locked flag to possible filtering / matcher 
3596                 conditions (also a good example what should be
3597                 done to add a simple boolean condition)
3598
3599 2002-12-25 [christoph]  0.8.7claws8
3600
3601         * src/Makefile.am
3602         * src/account.[ch]
3603         * src/addrbook.c
3604         * src/addressbook.c
3605         * src/addrindex.c
3606         * src/filtering.c
3607         * src/folder.c
3608         * src/matcher.c
3609         * src/prefs.[ch]                ** REMOVE **
3610         * src/prefs_account.c
3611         * src/prefs_actions.c
3612         * src/prefs_common.c
3613         * src/prefs_customheader.c
3614         * src/prefs_display_header.c
3615         * src/prefs_filtering.c
3616         * src/prefs_folder_item.c
3617         * src/prefs_gtk.[ch]            ** NEW **
3618         * src/prefs_matcher.c
3619         * src/prefs_scoring.c
3620         * src/prefs_summary_column.c
3621         * src/procmime.c
3622         * src/selective_download.c
3623         * src/toolbar.c
3624         * src/common/Makefile.am
3625         * src/common/prefs.[ch]         ** NEW **
3626                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
3627
3628 2002-12-24 [alfons]     0.8.7claws7
3629
3630         * src/summaryview.c
3631                 summary_thread_build(): fix real cause of the crash mentioned in
3632                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
3633                 this way we get meaningful ctree nodes 
3634
3635 2002-12-24 [oliver]     0.8.7claws6
3636
3637         * src/mainwindow.[ch]
3638         * src/messageview.[ch]
3639         * src/compose.[ch]
3640         * src/inc.c
3641         * src/summaryview.c
3642                 changes to use updated toolbar handling
3643                 
3644 2002-12-24 [oliver]     0.8.7claws5
3645
3646         * src/toolbar.[ch]
3647                 generic toolbar handling
3648                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
3649         * src/prefs_toolbar.[ch]
3650                 adjust to handling
3651         
3652 2002-12-24 [oliver]     0.8.7claws4
3653         
3654         * src/stock_pixmap.[ch]
3655                 move SYLPHEED_LOGO to end of list in order 
3656                 to remove it from Custom Toolbar`s Icon View
3657
3658 2002-12-24 [alfons]     0.8.7claws3
3659
3660         * src/summaryview.c
3661                 summary_thread_build(): fix crash because of focus != selection 
3662                 after threading. when deleting the selection, gtk tries but fails 
3663                 to find the correct focusable element. we now force the selection
3664                 to be focused. this should solve the infamous bug reported by 
3665                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
3666                 a test case is available. 
3667
3668 2002-12-24 [darko]      0.8.7claws2
3669
3670         * src/summaryview.c
3671                 don't crash when unmarking message with unread children
3672
3673 2002-12-23 [christoph]  0.8.7claws1
3674
3675         * src/Makefile.am
3676         * src/common/Makefile.am
3677                 update Makefiles for moved intl.h, version.h and defs.h
3678         * src/imap.c
3679                 rewrite imap_session_get to avoid duplicate code
3680
3681 2002-12-23 [paul]       0.8.7claws
3682
3683         * Santa-Claws released
3684         
3685         * po/hu.po
3686           po/ru.po
3687                 squeeze in updated Hungarian and Russian translations.
3688                 Submitted by  Gál Zoltán and Ruslan N. Balkin
3689
3690 2002-12-23 [paul]       0.8.6claws129
3691
3692         * po/pl.po
3693                 updated by Witold Wladyslaw Wojciech Wilk
3694
3695 2002-12-23 [paul]       0.8.6claws128
3696
3697         * src/quote_fmt_parse.y
3698                 fix typo and add licence header
3699
3700 2002-12-23 [paul]       0.8.6claws127
3701
3702         * po/en_GB.po
3703                 updated
3704
3705 2002-12-23 [paul]       0.8.6claws126
3706
3707         * po/it.po
3708                 updated translation, submitted by Alessandro Maestri
3709                 
3710 2002-12-23 [paul]       0.8.6claws125
3711
3712         * src/quote_fmt_parse.y
3713                 fix signature-stripping on replies bug. match
3714                 '-- \n' and not '-- '.
3715
3716 2002-12-22 [paul]       0.8.6claws124
3717
3718         * po/bg.po
3719           po/es.po
3720           po/sr.po
3721                 updated translations. submitted by George Danchev,
3722                 Ricardo Mones Lastra, and Urke MMI respectively
3723
3724 2002-12-21 [paul]       0.8.6claws123
3725
3726         * src/addrbook.c
3727                 fix coding style
3728
3729 2002-12-21 [paul]       0.8.6claws122
3730
3731         * src/addrbook.c
3732                 fix bug [643638] where if a person is in one or more
3733                 addressbook groups editing that person's email 
3734                 address results in removal from those groups.
3735                 Patch submitted by Luke Plant.
3736
3737 2002-12-20 [christoph]  0.8.6claws121
3738
3739         * src/common/utils.c
3740         * src/summaryview.c
3741                 reimplement expand_search_string using GString to
3742                 prevent crashs caused by miscalculated string
3743                 lengths reported by Paul
3744
3745 2002-12-20 [christoph]  0.8.6claws120
3746
3747         * src/summaryview.c
3748                 don't use "changed" to check if op_count has to be changed as it
3749                 is also set when the message has unread children
3750                 (closes bug [ 653221 ] crash while deleting duplicates)
3751
3752 2002-12-20 [paul]       0.8.6claws119
3753
3754         * sync with 0.8.6cvs27
3755                 see ChangeLog 2002-12-20
3756
3757 2002-12-20 [paul]       0.8.6claws118
3758
3759         * sync with 0.8.6cvs26
3760                 see ChangeLog 2002-12-19 and 2002-12-20
3761
3762 2002-12-19 [alfons]     0.8.6claws117
3763
3764         * src/textview.c
3765                 fix incorrect parsing of email addresses, submitted by 
3766                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
3767                 name display if it contains @".
3768
3769 2002-12-18 [paul]       0.8.6claws116
3770
3771         * sync with 0.8.6cvs23
3772                 see ChangeLog 2002-12-18
3773
3774 2002-12-18 [paul]       0.8.6claws115
3775
3776         * src/Makefile.am
3777         * src/account.c
3778         * src/codeconv.c
3779         * src/gtkutils.[ch]
3780         * src/imap.c
3781                 sync with 0.8.6cvs22.
3782                 see ChangeLog 2002-12-17 and 2002-12-18
3783
3784 2002-12-17 [christoph]  0.8.6claws114
3785
3786         * src/imap.c
3787                 o don't create a session if imap greeting fails
3788                 o don't close socket when authentication fails
3789                   this is done by imap_session_destroy
3790
3791 2002-12-17 [thorsten]   0.8.6claws113
3792
3793         * tools/Makefile.am
3794           tools/README
3795           tools/google_msgid.pl ** NEW FILE **
3796                 Added "search for message-id" script and doc
3797
3798 2002-12-17 [thorsten]   0.8.6claws112
3799
3800         * po/hu.po
3801                 Updated hungarian translation
3802                 (updated by Gal Zoltan)
3803
3804 2002-12-16 [christoph]  0.8.6claws111
3805
3806         * src/addr_compl.c
3807                 remove stupid addressbook dump to debug output
3808         * src/mh.c
3809                 fix memory leak found by Hiro
3810
3811 2002-12-14 [paul]       0.8.6claws110
3812
3813         * src/compose.c
3814                 fix menubar sensitivity on send
3815                 
3816         * src/prefs_filtering.c
3817         * src/prefs_matcher.c
3818         * src/prefs_scoring.c
3819                 Fix english ;)
3820                 
3821         * src/common/quoted-printable.h
3822                 sync: fix typo
3823         
3824 2002-12-13 [christoph]  0.8.6claws109
3825
3826         * src/Makefile.am
3827         * src/manage_window.[ch]        ** REMOVE **
3828         * src/gtk/Makefile.am
3829         * src/gtk/manage_window.[ch]    ** NEW **
3830                 move manage_window files to gtk directory
3831
3832 2002-12-13 [christoph]  0.8.6claws108
3833
3834         * src/Makefile.am
3835         * src/gtkshruler.[ch]           ** REMOVE **
3836         * src/gtk/Makefile.am
3837         * src/gtk/gtkshruler.[ch]       ** NEW **
3838                 move gtkshruler files to gtk directory
3839
3840 2002-12-13 [christoph]  0.8.6claws107
3841
3842         * src/Makefile.am
3843         * src/compose.c
3844         * src/gtkstext.[ch]             ** REMOVE **
3845         * src/gtkutils.[ch]
3846         * src/textview.c
3847         * src/gtk/gtkstext.[ch]         ** NEW **
3848         * src/gtk/Makefile.am
3849                 o move stext functions to gtkstext.c to remove
3850                   dependency of gtkutils
3851                 o move gtkstext files to gtk directory
3852
3853         * src/gtk/Makefile.am
3854         * src/gtk/sslcertwindow.[ch]
3855                 UI stuff can always depend on common code so
3856                 it's ok to add ../common to include path
3857
3858 2002-12-13 [colin]      0.8.6claws106
3859
3860         * src/summaryview.c
3861                 Disconnect sighandlers for mainwindow when
3862                 quicksearch has the focus
3863                 Fix bug #653231
3864         * src/mainwindow.[ch]
3865                 Make key_pressed callback public, to be able
3866                 to disconnect it
3867
3868 2002-12-13 [christoph]  0.8.6claws105
3869
3870         * src/mh.c
3871                 create .mh_sequences file in new MH folders
3872                 (closes feature request [ 523162 ] MH folders should
3873                  get a .mh_sequences)
3874
3875 2002-12-13 [colin]      0.8.6claws104
3876
3877         * src/summaryview.c
3878                 Better handling of quicksearch show/hide
3879                 (basically the button stays under the mouse 
3880                  when toggled)
3881
3882 2002-12-13 [paul]       0.8.6claws103
3883
3884         * sync with 0.8.6cvs17
3885                 see ChangeLog 2002-12-13
3886
3887 2002-12-13 [paul]       0.8.6claws102
3888
3889         * po/es.po
3890                 updated by Ricardo Mones Lastra
3891
3892 2002-12-11 [colin]       0.8.6claws101
3893
3894         * src/folder.c
3895                 remove statusbar stuff
3896           src/folderview.c
3897                 set statusbar verbosity when moving folders
3898
3899 2002-12-11 [colin]       0.8.6claws100
3900         * src/prefs_filtering.c
3901         * src/prefs_matcher.c
3902         * src/prefs_scoring.c
3903                 Fix english ;)
3904
3905 2002-12-11 [colin]       0.8.6claws99
3906
3907         * src/prefs_common.[ch]
3908                 Add summary_quicksearch_type
3909         * src/summaryview.c
3910                 Save last used quicksearch type
3911
3912 2002-12-11 [jens]       0.8.6claws98
3913         * src/prefs_filtering.c
3914         * src/prefs_matcher.c
3915         * src/prefs_scoring.c
3916                 added dialog for incomplete rules in scoring, filtering and
3917                 matcher to ask wheather really close
3918
3919 2002-12-11 [colin]      0.8.6claws97
3920
3921         * src/folder.c
3922                 Fix folder dnd statusbar logging
3923
3924 2002-12-10 [christoph]  0.8.6claws96
3925
3926         * src/compose.c
3927         * src/folder.c
3928         * src/imap.c
3929         * src/inc.c
3930         * src/main.c
3931         * src/mainwindow.c
3932         * src/news.c
3933         * src/send.c
3934         * src/statusbar.[ch]
3935         * src/common/hooks.c
3936         * src/common/log.[ch]
3937                 o handle verbose logging in statusbar directly in statusbar code
3938                   and common code does not need any knowledge about a statusbar
3939                 o remove direct calls to statusbar_(puts|pop)_all functions
3940
3941 2002-12-10 [jens]       0.8.6claws95
3942
3943         * src/*.c
3944                 removed gettext from g_warnings
3945         * po/POTFILES.in
3946                 cleaned and updated
3947         * po/de.po
3948                 updated
3949
3950 2002-12-10 [colin]      0.8.6claws94
3951
3952         * src/main.c
3953                 finish crash dialog fix
3954
3955 2002-12-10 [colin]      0.8.6claws93
3956
3957         * src/main.c
3958                 "Fix" "sylpheed already running" instead of
3959                 crash dialog appearing after a crash
3960
3961 2002-12-10 [colin]      0.8.6claws92
3962
3963         * po/POTFILES.in
3964                 add src/gtk/sslcertwindow.c
3965
3966 2002-12-10 [paul]       0.8.6claws91
3967
3968         * po/POTFILES.in
3969                 updated to reflect recent changes
3970                 submitted by Alessandro Maestri
3971
3972 2002-12-09 [christoph]  0.8.6claws90
3973
3974         * src/Makefile.am
3975         * src/smtp.[ch]                 ** REMOVE **
3976         * src/common/Makefile.am
3977         * src/common/smtp.[ch]          ** NEW **
3978                 move smtp files to common directory
3979
3980 2002-12-09 [christoph]  0.8.6claws89
3981
3982         * src/Makefile.am
3983         * src/session.[ch]              ** REMOVE **
3984         * src/common/Makefile.am
3985         * src/common/session.[ch]       ** NEW **
3986                 move session files to common directory
3987
3988 2002-12-09 [paul]       0.8.6claws88
3989
3990         * src/account.c
3991                 fix bug [649746] edit accounts: move account reverted
3992                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3993
3994 2002-12-09 [colin]      0.8.6claws87
3995
3996         * src/ssl_certificate.c
3997                 cleanup
3998
3999 2002-12-09 [colin]      0.8.6claws86
4000
4001         * src/ssl.c
4002                 Try to open the cert.pem database and 
4003                 issue a warning if it isn't there
4004
4005 2002-12-09 [colin]      0.8.6claws85
4006
4007         * src/common/ssl_certificate.c
4008         * src/gtk/sslcertwindow.c
4009                 Warning fixes
4010
4011 2002-12-09 [colin]      0.8.6claws84
4012
4013         * src/ssl_certificate.[ch] ** REMOVED **
4014         * src/common/ssl_certificate.[ch] ** NEW **
4015         * src/Makefile.am
4016         * src/common/Makefile.am
4017                 Moved ssl_certificate.[ch] to common
4018         * src/common/ssl.c 
4019                 Put back needed include
4020         * src/gtk/sslcertwindow.[ch]
4021                 Changed ssl_certificate.h include
4022         
4023 2002-12-09 [colin]      0.8.6claws83
4024
4025         * src/gtk/sslcertwindow.[ch]
4026                 Implement hook for certificate acception
4027         * src/ssl_certificate.[ch]
4028                 Implement hook for certificate acception
4029         * src/common/ssl.c
4030                 Reenable certificate acception check
4031         * src/mainwindow.c
4032                 Register sslcertwindow's hook
4033         
4034 2002-12-08 [christoph]  0.8.6claws82
4035
4036         * src/about.c
4037         * src/addr_compl.c
4038         * src/codeconv.c
4039         * src/manual.c
4040         * src/undo.c
4041         * src/common/utils.c
4042                 o add missing includes
4043                 o fix warnings
4044         * src/.cvsignore
4045         * src/common/.cvsignore
4046         * src/common/version.h          ** REMOVE **
4047                 remove autogenerated file
4048
4049 2002-12-08 [paul]       0.8.6claws81
4050
4051         * src/stringtable.c
4052                 put back needed include
4053
4054 2002-12-08 [colin]      0.8.6claws80
4055         
4056         * src/gtk/sslcertwindow.c
4057                 Cleaner popups when asking
4058         * src/ssl_certificate.c
4059         * src/prefs_common.[ch]
4060                 remove ssl certificate pref
4061                 put back needed include
4062         * src/undo.c
4063                 put back needed include
4064
4065 2002-12-08 [christoph]  0.8.6claws79
4066
4067         * src/folderview.c
4068         * src/logwindow.c
4069         * src/statusbar.c
4070         * src/summaryview.c
4071                 only abort hook invokation if required data is missing not
4072                 if our own data pointer is NULL, update hookfunction for
4073                 log window
4074
4075 2002-12-08 [paul]       0.8.6claws78
4076
4077         * src/about.c
4078         * src/addrcache.c
4079         * src/addrclip.c
4080         * src/addr_compl.c
4081         * src/addrselect.c
4082         * src/codeconv.c
4083         * src/colorlabel.c
4084         * src/enriched.c
4085         * src/esmtp.c
4086         * src/exporthtml.c
4087         * src/headerview.c
4088         * src/imageview.c
4089         * src/manual.c
4090         * src/noticeview.c
4091         * src/pgptext.c
4092         * src/scoring.c
4093         * src/sourcewindow.c
4094         * src/stringtable.c
4095         * src/undo.c
4096                 clean up: remove unneccesary includes
4097
4098 2002-12-08 [christoph]  0.8.6claws77
4099
4100         * src/folderview.c
4101         * src/statusbar.c
4102         * src/summaryview.c
4103         * src/common/hooks.[ch]
4104                 hook functions now have a gboolean return value, if a hook
4105                 returns TRUE it will stop executing of any more hooks in
4106                 the same hooklist for this invokation
4107
4108 2002-12-08 [colin]      0.8.6claws76
4109         
4110         * src/main.c
4111                 put back argv0 for CRASH_DIALOG
4112
4113 2002-12-08 [christoph]  0.8.6claws75
4114
4115         * src/Makefile.am
4116         * src/about.c
4117         * src/account.c
4118         * src/crash.c
4119         * src/esmtp.h
4120         * src/imap.[ch]
4121         * src/inc.c
4122         * src/main.c
4123         * src/mainwindow.c
4124         * src/news.c
4125         * src/pop.[ch]
4126         * src/prefs_account.[ch]
4127         * src/prefs_common.[ch]
4128         * src/send.[ch]
4129         * src/smtp.[ch]
4130         * src/ssl_certificate.[ch]
4131         * src/ssl_manager.[ch]
4132         * src/common/Makefile.am
4133         * src/common/log.c
4134         * src/common/nntp.[ch]
4135         * src/common/socket.[ch]
4136         * src/common/ssl.[ch]
4137         * src/gtk/sslcertwindow.[ch]
4138         * ac/openssl.m4
4139                 use new autoconf script to detect OpenSSL with extra parameters
4140                 to specify the location of libs and includes, also remove USE_SSL
4141                 to USE_OPENSSL
4142
4143         * src/common/sylpheed.[ch]
4144         * src/common/version.h.in
4145                 start seperation of common code initialization seperated from gui
4146
4147         * src/summaryview.c
4148                 The function that is called when a color label changes
4149                 should not change the color lable again
4150
4151 2002-12-08 [colin]      0.8.6claws74
4152
4153         * src/gtk/sslcertwindow.c
4154                 warning fixes
4155
4156 2002-12-08 [colin]      0.8.6claws73
4157
4158         * src/statusbar.c
4159           src/common/log.h
4160                 Register a hook for statusbar_puts_all
4161         * src/common/log.c
4162                 invoke statusbar_puts_all's hook
4163         
4164 2002-12-08 [colin]      0.8.6claws72
4165
4166         * src/ssl_certificate.c
4167                 Put back a badly-removed include
4168
4169 2002-12-08 [colin]      0.8.6claws71
4170
4171         * src/gtk/sslcertwindow.[ch]    ** NEW **
4172                 new certificate presentation
4173         * src/gtk/Makefile.am
4174                 add new files
4175         * src/ssl_certificate.[ch]
4176                 gtk cleanup, made utility functions public
4177         * src/ssl_manager.c
4178                 use new cert presentation
4179
4180 2002-12-07 [christoph]  0.8.6claws70
4181
4182         * src/Makefile.am
4183         * src/nntp.[ch]                 ** REMOVE **
4184         * src/common/Makefile.am
4185         * src/common/nntp.[ch]          ** NEW **
4186                 move nntp files to common directory
4187
4188 2002-12-07 [christoph]  0.8.6claws69
4189
4190         * src/procmsg.[ch]
4191         * src/summaryview.c
4192                 implement msginfo update callback using sylpheed's new
4193                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
4194
4195 2002-12-06 [christoph]  0.8.6claws68
4196
4197         * src/editgroup.c
4198                 This patch changes the 'Edit Group Details' dialog to
4199                 allow extended selections in either pane, so that
4200                 addresses can be added or removed from a group more
4201                 quickly and easily. (it actually is a net decrease in
4202                 file size, as some unnecessary functions have been
4203                 removed). 
4204                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
4205
4206 2002-12-06 [christoph]  0.8.6claws67
4207
4208         * src/Makefile.am
4209         * src/template.[ch]             ** REMOVE **
4210         * src/common/Makefile.am
4211         * src/common/template.[ch]      ** NEW **
4212                 move template files to common directory
4213
4214         * src/nntp.c
4215                 add missing log.h include
4216
4217 2002-12-06 [melvin]     0.8.6claws66
4218
4219         * src/prefs_actions.c
4220                 Added the trailing ">" syntax to insert command's output
4221                 without replacing old text (in contrast to trailing "|").
4222
4223 2002-12-05 [colin]      0.8.6claws65
4224         
4225         * src/common/utils.c
4226                 Don't modify original search_string or it'll change
4227                 the next iterations in the for()
4228
4229 2002-12-05 [darko]      0.8.6claws64
4230
4231         * src/common/utils.c
4232                 proper check for filtering commands, found by Colin
4233
4234 2002-12-05 [darko]      0.8.6claws63
4235
4236         * src/common/utils.c
4237                 check proper string for NULL pointer, found by Colin
4238
4239 2002-12-05 [darko]      0.8.6claws62
4240
4241         * src/common/utils.[ch]
4242                 expand_search_string(): new function
4243                 converts Mutt-like patterns to Sylpheed's
4244                 filtering engine
4245         * src/summaryview.c
4246                 use expand_search_string() to allow Mutt-like
4247                 patterns in extended search
4248         * README.claws
4249                 document extended option in quick search
4250
4251 2002-12-05 [paul]       0.8.6claws61
4252
4253         * sync with 0.8.6cvs16
4254                 see ChangeLog 2002-12-05
4255                 
4256         * po/POTFILES.in
4257                 clean up
4258
4259 2002-12-04 [christoph]  0.8.6claws60
4260
4261         * src/imap.[ch]
4262                 put imap authentication code into a new function and
4263                 remove it from imap_session_new that will allow to
4264                 send other commands before authentication
4265
4266 2002-12-04 [christoph]  0.8.6claws59
4267
4268         * src/imap.[ch]
4269                 use already existing method to prevent unneeded IMAP
4270                 folder selects. Set imap_select parameters to NULL
4271                 in some functions if the values are not required.
4272
4273         * src/xml.h
4274                 remove no longer required include
4275
4276 2002-12-04 [paul]       0.8.6claws58
4277
4278         * po/es.po
4279                 updated by Ricardo Mones Lastra
4280                 
4281         * configure.in
4282           po/hu.po      ** NEW FILE **
4283                 initial Hungarian translation, submitted
4284                 by Gál Zoltán <galzoli@hu.inter.net>
4285
4286 2002-12-03 [christoph]  0.8.6claws57
4287
4288         * src/Makefile.am
4289         * src/gtksctree.[ch]            ** REMOVE **
4290         * src/gtk/Makefile.am
4291         * src/gtk/gtksctree.[ch]        ** NEW **
4292                 move gtksctree files to gtk directory
4293
4294 2002-12-03 [christoph]  0.8.6claws56
4295
4296         * src/Makefile.am
4297         * src/md5.[ch]                  ** REMOVE **
4298         * srm/common/Makefile.am
4299         * src/common/md5.[ch]           ** NEW **
4300                 move md5 files to common directory
4301
4302         * src/gtkstext.c
4303                 remove not required #include
4304
4305 2002-12-03 [sergey]     0.8.6claws55
4306
4307         * src/gtkutils.c
4308         * src/gtkutils.h
4309                 gtkut_window_popup(): new function.
4310         * src/mainwindow.c
4311                 main_window_popup(): use gtkut_window_popup() to raise
4312                 window without changing its position.
4313                 (see sylpheed-main ML message [sylpheed:17247])
4314
4315 2002-12-03 [sergey]     0.8.6claws54
4316
4317         * src/send.c
4318                 send_message_local(): removed first-dot escaping
4319                 (SMTP-only, not needed for sending through pipe)
4320
4321 2002-12-03 [paul]       0.8.6claws53
4322
4323         * po/POTFILES.in
4324                 update to reflect recent changes (thanks
4325                 to Ricardo Mones Lastra)
4326                 
4327         * tools/filter_conv.pl
4328                  fix problem with quoted strings. Patch submitted
4329                  by Luke Plant <lukeplant@softhome.net>
4330
4331 2002-12-03 [paul]       0.8.6claws52
4332
4333         * sync with 0.8.6cvs15
4334                 see ChangeLog 2002-12-03
4335
4336 2002-12-02 [christoph]  0.8.6claws51
4337
4338         * src/logwindow.[ch]
4339         * src/common/log.[ch]
4340                 implement logging using a hook function
4341
4342         * src/folderview.c
4343         * src/folder.[ch]
4344                 define hooklist name in header file to avoid
4345                 errors caused by wrong spelling of hooklist names
4346
4347         * src/toolbar.c
4348                 fix warnings
4349
4350 2002-12-02 [christoph]  0.8.6claws50
4351
4352         * src/common/Makefile.am
4353                 add src/common/hooks.[ch]
4354
4355         * src/common/hooks.[ch]
4356                 implement a simple hook system using glib's hook functions
4357
4358         * src/folder.[ch]
4359         * src/folderview.c
4360                 use new hook system for folder item updates
4361
4362 2002-12-02 [christoph]  0.8.6claws49
4363
4364         * doc-src/ui_seperation.txt     ** NEW **
4365                 information for ui seperation
4366
4367         * src/Makefile.am
4368                 remove files that were moved to common
4369                 include common directory by default for the header files
4370
4371         * src/inc.c
4372         * src/common/socket.c
4373         * src/automaton.[ch]
4374                 implement automaton using g_io_*-functions instead of
4375                 gdk_input_add to make it ui independent
4376
4377         * src/codeconv.c
4378         * src/compose.c
4379         * src/ldif.c
4380         * src/pgptext.c
4381         * src/procmime.c
4382         * src/rfc2015.c
4383         * src/smtp.c
4384         * src/unmime.c
4385                 remove common/ prefix because directory is now in
4386                 include path
4387
4388         * src/compose.c
4389         * src/folder.c
4390         * src/folderview.c
4391         * src/mainwindow.c
4392         * src/messageview.c
4393         * src/prefs_common.c
4394         * src/procmsg.c
4395         * src/rfc2015.c
4396                 fix warnings
4397
4398         * src/imap.c
4399         * src/inc.c
4400         * src/news.c
4401         * src/pop.c
4402         * src/send.c
4403         * src/smtp.c
4404         * src/ssl_certificate.c
4405                 add log.h header file for logging functions
4406
4407         * src/main.c
4408         * src/common/utils.c
4409         * src/summaryview.c
4410         * src/xml.c
4411                 o move debug_mode to common/utils.c
4412                 o add functions to set and get debug_mode
4413
4414         * src/defs.h                    ** REMOVE **
4415         * src/intl.h                    ** REMOVE **
4416         * src/socket.[ch]               ** REMOVE **
4417         * src/ssl.[ch]                  ** REMOVE **
4418         * src/utils.[ch]                ** REMOVE **
4419                 replaced by new files in src/common/
4420         
4421         * src/common/Makefile.am
4422                 add new files in src/common/
4423
4424         * src/common/defs.h             ** NEW **
4425         * src/common/intl.h             ** NEW **
4426         * src/common/log.[ch]           ** NEW **
4427         * src/common/socket.[ch]        ** NEW **
4428         * src/common/ssl.[ch]           ** NEW **
4429         * src/common/utils.[ch]         ** NEW **
4430                 replacement for files in src/
4431
4432 2002-12-02 [colin]      0.8.6claws48
4433
4434         * src/folderview.c
4435                 Scroll folderview if necessary during dnd
4436
4437 2002-12-02 [colin]      0.8.6claws47
4438
4439         * src/folder.[ch]
4440                 Add check to verify a move is within a single mailbox
4441         * src/folderview.c
4442                 Add specific error string for this check
4443
4444 2002-12-02 [colin]      0.8.6claws46
4445
4446         * src/folder.c
4447                 Add a test to folder moving, remove a statusbar_print
4448         * src/folderview.c
4449                 Add Move folder... context-menu item
4450                 Factorize folder moving code
4451                 Enable folder DND for mbox
4452
4453 2002-12-01 [christoph]  0.8.6claws45
4454
4455         * ac/aspell.m4
4456                 remove conf.aspelltest if the version check fails
4457
4458 2002-11-30 [christoph]  0.8.6claws44
4459
4460         * autogen.sh
4461                 run libtoolize --force in autogen to create missing
4462                 libtool scripts
4463
4464 2002-11-30 [christoph]  0.8.6claws43
4465
4466         * src/Makefile.am
4467         * src/pgptext.c
4468         * src/procmime.c
4469         * src/rfc2015.c
4470         * src/uuencode.[ch]             ** REMOVED **
4471         * src/common/Makefile.am
4472         * src/common/uuencode.[ch]      ** NEW **
4473                 move uuen/decoder to common directory
4474
4475 2002-11-30 [christoph]  0.8.6claws42
4476
4477         * src/Makefile.am
4478         * src/base64.[ch]               ** REMOVED **
4479         * src/codeconv.c
4480         * src/compose.c
4481         * src/ldif.c
4482         * src/pgptext.c
4483         * src/procmime.c
4484         * src/rfc2015.c
4485         * src/smtp.c
4486         * src/unmime.c
4487         * src/common/Makefile.am
4488         * src/common/base64.[ch]        ** NEW **
4489                 move base64 en/decoder to common directory
4490
4491 2002-11-30 [christoph]  0.8.6claws41
4492
4493         * src/common                    ** NEW **
4494                 new directory for UI independent code
4495         * src/gtk                       ** NEW **
4496                 new directory for GTK frontend
4497         * src/common/.cvsignore         ** NEW **
4498         * src/gtk/.cvsignore            ** NEW **
4499                 ignore build files
4500         * src/common/Makefile.am        ** NEW **
4501         * src/gtk/Makefile.am           ** NEW **
4502                 automake files to build new seperated stuff
4503         * src/Makefile.am
4504                 the binary will currently still be build with the
4505                 files in src, so we include the code from the
4506                 subdirs for now after building the libs there
4507
4508 2002-11-30 [paul]       0.8.6claws40
4509
4510         * src/compose.c
4511                 fix bug [642731] 'Wrong selected account with drafted mail'
4512
4513 2002-11-29 [oliver]     0.8.6claws39
4514         
4515         * src/messageview.c
4516                 o update summaryview when switching between different
4517                   messageviews          
4518         * src/toolbar.c  
4519                 o check if messageview holds already removed msg
4520                   from summaryview
4521                 
4522
4523 2002-11-29 [oliver]     0.8.6claws38
4524
4525         * src/toolbar.c 
4526                 remove not needed variables and includes
4527                 make messageview stay opened and move to next when msgs are deleted 
4528
4529 2002-11-29 [oliver]     0.8.6claws37
4530         
4531         * src/toolbar.c 
4532                 disable compose button (messageview toolbar) by default
4533                 deleted msgs are moved to trash
4534         
4535 2002-11-29 [melvin]     0.8.6claws36
4536
4537         * configure.in
4538                 Increased minimal gpgme version to 0.3.10 (Zombies out)
4539                 and to detect signatures expirations (gpgme 0.3.6)
4540
4541         * src/main.c
4542                 Use non obsolescent function for Gpgme engine checking.
4543
4544         * src/rfc2015.c
4545                 Inform about expired signatures or signatures which key
4546                 has expired. Expiration date is displayed.
4547
4548         * src/sigstatus.c
4549                 Inform about expired signatures or signatures which key
4550                 has expired.
4551
4552 2002-11-28 [paul]       0.8.6claws35
4553
4554         * src/folderview.c
4555                 re-instate 'Check for new messages' in Newsgroup
4556                 folders right-click menu, after a suggestion from
4557                 Tim Mann <timmann@users.sourceforge.net>
4558
4559         * src/main.c
4560                 after a crash check only local folders for new
4561                 messages
4562
4563 2002-11-28 [paul]       0.8.6claws34
4564
4565         * configure.in
4566                 apply patch that fixes the checking of GTK with XIM 
4567                 support on different OSs, such as FreeBSD. Patch 
4568                 submitted by Topia <topia@users.sourceforge.net>
4569                 
4570 2002-11-28 [paul]       0.8.6claws33
4571
4572         * src/mainwindow.c
4573           src/prefs_common.c
4574           src/prefs_toolbar.c
4575                 more changes to the English
4576
4577 2002-11-28 [paul]       0.8.6claws32
4578
4579         * sync with 0.8.6cvs13
4580                 see ChangeLog 2002-11-28 (no sync needed
4581                 for src/compose.c)
4582
4583 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
4584         
4585         * src/mainwindow.[ch]
4586                 add patch by Ivan F. Martinez introducing messageview Toolbar
4587                 some changes and committed by oliver    
4588
4589 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
4590
4591         * src/messageview.[ch]
4592                 add patch by Ivan F. Martinez introducing messageview Toolbar
4593                 some changes and committed by oliver    
4594
4595 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
4596
4597         * src/compose.[ch]
4598                 add patch by Ivan F. Martinez introducing messageview Toolbar
4599                 some changes and committed by oliver    
4600
4601 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
4602         
4603         * src/toolbar.[ch]
4604                 add patch by Ivan F. Martinez introducing messageview Toolbar
4605                 some changes and committed by oliver
4606
4607 2002-11-28 [oliver]     0.8.6claws27
4608         
4609         * src/prefs_toolbar.[ch]
4610                 getting ready for messageview toolbar
4611                 free mem allocated by gettext
4612                 change prefs_toolbar to prefs_toolbar_open
4613  
4614 2002-11-28 [thorsten]   0.8.6claws26
4615
4616         * src/imageview.[ch]
4617                 cleaned up conflicting declarations of
4618                 imageview_show_image()
4619
4620 2002-11-28 [paul]       0.8.6claws25
4621
4622         * src/grouplistdialog.c
4623           src/prefs_common.c
4624           src/prefs_summary_column.c
4625                 a few more improvements to the English
4626
4627 2002-11-28 [colin]      0.8.6claws24
4628
4629         * man/sylpheed.1
4630                 A few updates to command-line parameters
4631
4632 2002-11-28 [colin]      0.8.6claws23
4633
4634         * src/prefs_filtering.c
4635                 Fix problems with prefs_filtering_delete_path:
4636                 a) if the first rule is removed, original pointers
4637                    weren't updated (leading to segfaults)
4638                 b) it was always global_processing updated in case
4639                    of removed path was parent of rule path
4640
4641 2002-11-27 [paul]       0.8.6claws22
4642
4643         * src/mainwindow.c
4644           src/prefs_account.c
4645           src/prefs_actions.c
4646           src/prefs_common.c
4647           src/prefs_customheader.c
4648           src/prefs_display_header.c
4649           src/prefs_filtering.c
4650           src/prefs_folder_item.c
4651           src/prefs_matcher.c
4652           src/prefs_scoring.c
4653           src/prefs_summary_column.c
4654           src/prefs_template.c
4655           src/prefs_toolbar.c
4656                  improve the English in the GUI
4657
4658 2002-11-27 [colin]      0.8.6claws21
4659
4660         * src/folder.c
4661                 Fix processing renaming problems happening after
4662                 last commit
4663
4664 2002-11-27 [colin]      0.8.6claws20
4665
4666         * src/folder.c
4667                 recursive move now deletes src each subfolder after 
4668                 having moved it
4669         * src/folderview.c
4670                 Use identifier instead of path during dnd (enables
4671                 IMAP folder dnd)
4672
4673 2002-11-27 [paul]       0.8.6claws19
4674
4675         * src/main.c
4676                 apply patch that does command-line processing 
4677                 BEFORE gtk_init, allowing claws to run from 
4678                 shell-scripts in non-X environment (e.g. crontab 
4679                 or ip-up, ip-down scripts). Patch submitted by
4680                 Ruslan N. Balkin <baron@dartel.ru>
4681                 
4682         * po/it.po
4683                 updated by Alessandro Maestri
4684
4685 2002-11-27 [paul]       0.8.6claws18
4686
4687         * sync with 0.8.6cvs12
4688           src/prefs_common.c
4689                 Differences are that main uses a 'Receive dialog'
4690                 frame on the Interface tab, whereas claws groups all 
4691                 the dialogs together in a 'Dialogs' frame.
4692
4693 2002-11-27 [colin]      0.8.6claws17
4694
4695         * src/prefs_matcher.c
4696                 Fix Execute criteria's NOT flag
4697
4698
4699 2002-11-26 [christoph]  0.8.6claws16
4700
4701         * src/ssl.c
4702                 rewrite the ssl code a little bit, only use one
4703                 SSL context, set default certificates' file/path
4704
4705 2002-11-26 [thorsten]   0.8.6claws15
4706
4707         * src/compose.c
4708                 default-reply-to didn't work for ml-reply
4709
4710 2002-11-26 [melvin]     0.8.6claws14
4711
4712         * src/prefs_actions.c
4713                 Made pipe-actions ignore short headers in message view
4714                 Made trailing-pipe-actions write in the message view with
4715                 the same font as the original message
4716
4717 2002-11-26 [paul]       0.8.6claws13
4718
4719         * src/compose.c
4720                 this time commit the correct file
4721
4722 2002-11-26 [paul]       0.8.6claws12
4723
4724         * sync with 0.8.6cvs11
4725           src/quote_fmt_parse.y  
4726                 no sync needed
4727           src/account.[ch]       
4728                 not sync'ed
4729           src/compose.c
4730                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
4731                 on draft mode.
4732                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
4733                 header
4734                 
4735         see ChangeLog 2002-11-25 and 2002-11-26
4736
4737 2002-11-26 [colin]      0.8.6claws11
4738
4739         * src/folderview.c
4740                 Fix collapsed folder not auto-expanding during
4741                 mail dnd, if it was the source folder.
4742
4743 2002-11-25 [colin]      0.8.6claws10
4744
4745         * src/folderview.[ch]
4746                 Variable renaming and cleaning (slist of nodes 
4747                 to be re-collapsed is stored in FolderView)
4748
4749 2002-11-25 [paul]       0.8.6claws9
4750
4751         * src/prefs_common.[ch]
4752                 fix breakage caused by last commit
4753
4754 2002-11-25 [paul]       0.8.6claws8
4755
4756         * sync with 0.8.6cvs4
4757                 see ChangeLog 2002-11-21
4758
4759 2002-11-25 [paul]       0.8.6claws7
4760
4761         * sync with 0.8.6cvs4
4762                 see ChangeLog 2002-11-20
4763
4764 2002-11-25 [paul]       0.8.6claws6
4765
4766         * sync with 0.8.6cvs3
4767                 see ChangeLog 2002-11-18
4768
4769 2002-11-25 [colin]      0.8.6claws5
4770
4771         * src/gtkutils.[ch]
4772                 Add gtkut_ctree_node_is_parent()
4773         * src/folderview.c
4774                 Spring-loaded folders
4775
4776 2002-11-25 [colin]      0.8.6claws4
4777
4778         * src/utils.[ch]
4779                 Add slist_concat_unique(), function to merge
4780                 two GSList filtering dups
4781         * src/folder.[ch]
4782         * src/summaryview.[ch]
4783         * src/folderview.c
4784         * src/main.c
4785                 Add detection/update/display of unread answers
4786                 to marked mails
4787         * src/procmsg.[ch]
4788                 Add procmsg_find_children()
4789                 Add procmsg_msg_has_marked_parent()
4790
4791 2002-11-25 [colin]      0.8.6claws3
4792
4793         * src/ssl_certificate.[ch]
4794                 Allow checking a certificate without a DNS
4795                 lookup
4796                 Allow to forget a cert (by deleting it)
4797                 Make ssl_certificate_destroy_public
4798         * src/ssl_manager.[ch] ** NEW FILES **
4799                 Gui to manage (display/remove) certificates
4800         * src/prefs_common.[ch]
4801                 Add a pref to allow silent acceptation of
4802                 trusted certificates or not (based on the
4803                 "I want to know what's going on" principle)
4804         * src/mainwindow.c
4805                 Add SSL manager in Tools menu
4806         * src/Makefile.am
4807                 Add the new files to the build
4808         * po/POTFILES.in
4809                 Add ssl_manager.c to translations
4810
4811 2002-11-25 [colin]      0.8.6claws2
4812
4813         * src/summaryview.[ch]
4814                 Add S_SEARCH_EXTENDED to the quick search, which 
4815                 allows to search using filtering syntax.
4816
4817 2002-11-25 [colin]      0.8.6claws1
4818
4819         * src/summaryview.c
4820                 Deletion of duplicates now prefer deleting
4821                 the unread dup (fixes feature-request 638989).
4822
4823 2002-11-24 [paul]       0.8.6claws
4824
4825         * po/es.po
4826           po/pl.po
4827           po/ru.po
4828           po/sr.po
4829                 updated by Ricardo Mones Lastra,
4830                 Witold Wladyslaw Wojciech Wilk,
4831                 Ruslan N. Balkin, and  Urke MMI 
4832                 respectively
4833
4834 2002-11-24 [paul]       0.8.5claws182
4835
4836         * po/bg.po
4837                 updated by George Danchev
4838
4839 2002-11-23 [alfons]     0.8.5claws181
4840
4841         * src/imap.c
4842                 tiny memory leak found by browsing Dimitar's 
4843                 valgrind report
4844
4845 2002-11-23 [paul]       0.8.5claws180
4846
4847         * po/it.po
4848                 updated by Alessandro Maestri
4849
4850 2002-11-22 [christoph]  0.8.5claws179
4851
4852         * src/compose.c
4853         * src/inc.c
4854         * src/prefs_filtering.c
4855         * src/summaryview.c
4856                 more warning fixes
4857
4858 2002-11-22 [alfons]     0.8.5claws178
4859
4860         * src/summaryview.c
4861                 summary_execute_delete_func(): if message is deleted, make 
4862                 sure to also remove its entry in the subject hash table. 
4863                 fixes a corner case bug.
4864
4865 2002-11-22 [paul]       0.8.5claws177
4866
4867         * .cvsignore
4868                 add 'autom4te.cache'
4869                 
4870         * ltconfig      ** REMOVED **
4871                 not needed
4872
4873 2002-11-22 [paul]       0.8.5claws176
4874
4875         * src/textview.c
4876                 textview_set_font(): fix for message display in
4877                 UTF-8 locales (thanks to Sergey Vlasov).
4878                 
4879         * AUTHORS
4880                 add new team members and contributors
4881
4882
4883 2002-11-21 [colin]      0.8.5claws175
4884
4885         * src/procmsg.[ch]
4886                 Add procmsg_remove_special_headers()
4887         * src/mh.c
4888                 Use procmsg_remove_special_headers() for 
4889                 previous fix
4890
4891 2002-11-21 [colin]      0.8.5claws174
4892
4893         * src/mh.c
4894                 Fix moving/copying from queue/draft folders
4895                 for MH folders
4896
4897 2002-11-21 [christoph]  0.8.5claws173
4898
4899         * src/crash.c
4900         * src/filtering.c
4901         * src/logwindow.c
4902         * src/main.c
4903         * src/matcher_parser_lex.[hl]
4904         * src/mbox.c
4905         * src/mbox_folder.[ch]
4906         * src/prefs_filtering.c
4907         * src/procheader.c
4908         * src/quote_fmt_lex.l
4909         * src/ssl.c
4910                 fix all warnings except the warnings in lex and yacc files
4911
4912 2002-11-20 [christoph]  0.8.5claws172
4913
4914         * src/imap.c
4915                 fix MsgInfo retrieval for IMAP draft and queue folders
4916                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4917
4918 2002-11-19 [christoph]  0.8.5claws171
4919
4920         * src/compose.c
4921                 fix segfault, when draft saving does not get
4922                 the MsgInfo of the new message
4923                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
4924
4925 2002-11-19 [christoph]  0.8.5claws170
4926
4927         * src/procmsg.c
4928                 add parameter check for flag setting function
4929                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
4930
4931 2002-11-18 [paul]       0.8.5claws169
4932
4933         * src/compose.c
4934                 more sensitivity fixes to redirect mode:
4935                 * disable toolbar draft button
4936                 * allow only Address book in the Tools menu
4937                 * disable editing of message by the spell
4938                   checker
4939
4940 2002-11-18 [paul]       0.8.5claws168
4941
4942         * src/compose.c
4943                 fix sensitivity of menu items in compose_redirect():
4944                 allow only the necessary items 
4945
4946 2002-11-18 [paul]       0.8.5claws167
4947
4948         * src/compose.c
4949                 fix bug [ 603259 ] 'attachment got lost on bounce'
4950
4951 2002-11-18 [paul]       0.8.5claws166
4952
4953         * po/ru.po
4954                 updated by Ruslan N. Balkin <baron@dartel.ru>
4955
4956 2002-11-18 [colin]      0.8.5claws165
4957
4958         * src/main.c
4959           src/defs.h
4960                 Remove old filtering stuff
4961
4962
4963 2002-11-17 [oliver]     0.8.5claws164
4964
4965         * src/toolbar.h
4966                 remove not needed typedef 
4967
4968 2002-11-17 [oliver]     0.8.5claws163
4969
4970         * src/toolbar.c
4971                 make toolbar's on click events translatable
4972
4973 2002-11-15 [colin]      0.8.5claws162
4974
4975         * src/summaryview.c
4976                 Revert too-soon integration of a feature
4977
4978 2002-11-15 [christoph]  0.8.5claws161
4979
4980         * src/imap.c
4981                 use main's implementation of imap_get_msginfo
4982
4983 2002-11-15 [christoph]  0.8.5claws160
4984
4985         * src/compose.c
4986         * src/folder.[ch]
4987         * src/imap.c
4988         * src/mbox_folder.c
4989         * src/mh.c
4990         * src/news.c
4991         * src/procmsg.c
4992         * src/summaryview.c
4993                 replace claws' fetch_msginfo with main's get_msginfo
4994                 (use main's implementation where possible)
4995
4996 2002-11-15 [colin]      0.8.5claws159
4997
4998         * src/ssl_certificate.c
4999                 Missed a check
5000
5001 2002-11-16 [melvin]     0.8.5claws158
5002
5003         * po/fr.po
5004                 Updated French translations.
5005
5006 2002-11-16 [colin]      0.8.5claws157
5007
5008         * src/ssl_certificate.c
5009                 Check for missing parts in the certificates
5010
5011 2002-11-15 [colin]      0.8.5claws156
5012
5013         * src/folderview.c
5014                 Preventive fix (missing check) found by
5015                 Alfons
5016
5017 2002-11-15 [paul]
5018
5019         * NEWS
5020                 sync with 0.8.6 release
5021
5022 2002-11-15 [colin]      0.8.5claws155
5023
5024         * src/folder.[ch]
5025           src/folderview.c
5026                 Fix error handling of folder_item_move_to()
5027                 (thanks to Alfons!)
5028
5029 2002-11-15 [colin]      0.8.5claws154
5030
5031         * src/folder.[ch]
5032           src/folderview.c
5033                 folder_item_move_to() sets an error message instead
5034                 of having GUI stuff in folder.c
5035
5036 2002-11-15 [colin]      0.8.5claws153
5037
5038         * src/procmsg.[ch]
5039                 Implemented a callback for MsgInfo updates, 
5040                 heavily copy/pasted from Christoph's folder 
5041                 callback system
5042         * src/summaryview.[ch]
5043                 Register summary_update_msg as callback
5044
5045 2002-11-14 [colin]      0.8.5claws152
5046         
5047         * src/procmsg.c
5048                 Update the FolderItem after sending (fixes 617593)
5049
5050 2002-11-14 [christoph]  0.8.5claws151
5051
5052         * src/folder.c
5053                 fix wrong position of NULL pointer check found
5054                 by Sergey
5055
5056 2002-11-14 [christoph]  0.8.5claws150
5057
5058         * src/folder.c
5059                 fix segfault when deleting messages from IMAP folders
5060                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
5061
5062 2002-11-14 [colin]      0.8.5claws149
5063
5064         * src/compose.c
5065                 Forwarding was also ignoring the folder's default account.
5066
5067 2002-11-14 [colin]      0.8.5claws148
5068
5069         * src/compose.c
5070                 Fix sent folder not set to folder properties when 
5071                 forwarding.
5072
5073 2002-11-14 [thorsten]   0.8.5claws147
5074
5075         * src/inc.c
5076                 inc_start(): Files were not moved from .processing to inbox,
5077                 if no global processing rule existed
5078
5079 2002-11-14 [colin]      0.8.5claws146
5080
5081         * src/ssl_certificate
5082                 Fix file operations
5083
5084 2002-11-14 [paul]       0.8.5claws145
5085
5086         * po/it.po
5087                 updated by Alessandro Maestri
5088
5089 2002-11-13 [alfons]     0.8.5claws144
5090
5091         * src/folder.c
5092                 folder_item_close(): only mark messages unread
5093                 when a folder has new messages 
5094
5095 2002-11-13 [keith]      0.8.5claws143
5096
5097         * src/imap.c
5098                 Fix problem moving or copying between
5099                 IMAP folders
5100
5101 2002-11-13 [colin]      0.8.5claws142
5102
5103         * src/matcher_parser_parse.y
5104                 Fix rule problem when " don't match
5105
5106 2002-11-13 [christoph]  0.8.5claws141
5107
5108         * src/folder.c
5109         * src/folderview.c
5110                 moved cache saving to folder_item_close
5111                 the folderview should not have to deal with
5112                 this things
5113
5114 2002-11-13 [christoph]  0.8.5claws140
5115
5116         * src/summaryview.c
5117                 moved setting of important score to
5118                 summary_set_prefs_from_folderitem
5119
5120 2002-11-13 [colin]      0.8.5claws139
5121
5122         * src/matcher_parser_parse.y
5123                 Fix a segfault in the parser (happening when
5124                 a good expression had been tested and a bad 
5125                 one arrives)
5126
5127 2002-11-13 [paul]       0.8.5claws138
5128
5129         * sync with 0.8.5cvs24
5130                 see ChangeLog 2002-11-13
5131                 
5132         * po/pt_BR.po
5133                 updated by Fabio Jr. Beneditto
5134
5135 2002-11-13 [colin]      0.8.5claws137
5136         
5137         * src/msgcache.c
5138           src/defs.h
5139           src/procmsg.[ch]
5140                 Revert last commit, problem
5141
5142 2002-11-13 [colin]      0.8.5claws136
5143
5144         * src/msgcache.c
5145                 Remove duplicated code
5146         * src/defs.h
5147                 Bumped CACHE_VERSION and MARK_VERSION
5148         * src/procmsg.[ch]
5149                 Network endian for cache and mark files
5150
5151 2002-11-12 [colin]      0.8.5claws135
5152
5153         * src/inc.c
5154                 Fix the "socket error" dialog which disappeared
5155
5156 2002-11-12 [colin]      0.8.5claws134
5157
5158         * src/msgcache.c
5159                 Reverse last commit which had performance 
5160                 problems, but still reverse the list
5161
5162 2002-11-12 [colin]      0.8.5claws133
5163
5164         * src/msgcache.c
5165                 Reverse list order
5166
5167 2002-11-12 [melvin]     0.8.5claws132
5168
5169         * src/compose.c
5170                 Added a check for a NULL prefs_common.dictionary
5171
5172 2002-11-12 [colin]      0.8.5claws131
5173
5174         * src/ssl_certificate.[ch]
5175                 Use FQDN hostname
5176
5177 2002-11-12 [colin]      0.8.5claws130
5178
5179         * src/ssl_certificate.[ch]
5180                 Take connection port into account for 
5181                 checking certificates (a single hostname
5182                 could have multiple servers with multiple
5183                 certificates)
5184         * src/ssl.c
5185                 Pass the port to ssl_certificate_check
5186
5187 2002-11-12 [paul]       0.8.5claws129
5188
5189         * src/folder.c
5190                 fix a typo in last commit
5191
5192 2002-11-12 [paul]       0.8.5claws128
5193
5194         * sync with 0.8.5cvs23
5195                 see ChangeLog entry 2002-11-12
5196
5197 2002-11-11 [colin]      0.8.5claws127
5198
5199         * src/ssl_certificate.c
5200                 Cleaner messages
5201                 Don't popup, instead log error, if the 
5202                 corresponding pref is checked
5203         * src/ssl_certificate.h
5204                 include <openssl/objects/h>
5205
5206 2002-11-11 [colin]      0.8.5claws126
5207
5208         * src/ssl_certificate.h
5209                 _Really_ clean it
5210
5211 2002-11-11 [colin]      0.8.5claws125
5212         
5213         * src/ssl_certificate.c
5214                 Fixed leak
5215
5216 2002-11-11 [colin]      0.8.5claws124
5217
5218         * src/ssl.c
5219                 Cleaned a bit
5220         * src/ssl_certificate.[ch]
5221                 Cleaned a bit (better use of SSL API)
5222                 (This will cause non-recognition of saved 
5223                  certificates of claws12[23]...)
5224
5225 2002-11-11 [paul]       0.8.5claws123
5226         
5227         * po/es.po
5228                 updated by Ricardo Mones Lastra
5229
5230 2002-11-11 [colin]      0.8.5claws122
5231
5232         * src/ssl.c
5233                 Fix a typo
5234
5235 2002-11-11 [colin]      0.8.5claws121
5236
5237         * src/ssl_certificate.[ch] ** NEW FILES **
5238         * src/ssl.[ch]
5239                 Check SSL certificates presented to us
5240         * src/Makefile.am
5241                 Add ssl_certificate.[ch]
5242         * po/POTFILES.in
5243                 Add ssl_certificate.c
5244
5245 2002-11-11 [paul]       0.8.5claws120
5246
5247         * sync with 0.8.5cvs22
5248                 see ChangeLog 2002-11-11
5249
5250 2002-11-11 [paul]       0.8.5claws119
5251
5252         * sync with 0.8.5cvs21
5253                 see ChangeLog 2002-11-11
5254
5255 2002-11-10 [jens]       0.8.5claws118
5256
5257         * src/folder.c
5258         * src/folderview.c
5259                 corrected some typing
5260         * po/de.po
5261                 updated german translation
5262         * sylpheed.spec.in
5263                 cleaned up specfile and adjusted it for claws
5264
5265 2002-11-10 [colin]      0.8.5claws117
5266
5267         * src/summaryview.c
5268                 a STATUSBAR_PUSH/POP fix
5269
5270 2002-11-10 [colin]      0.8.5claws116
5271
5272         * src/prefs_folder_item.c
5273                 Fix hanging after opening folder properties
5274
5275 2002-11-10 [hoa]        0.8.5claws115
5276
5277         * src/matcher_parser_lex.l
5278         * src/matcher_parser_parse.y
5279                 config file for scoring and filtering is no more trashed
5280                 when there is a syntax error in a filtering rule when
5281                 editing it in a dialog.
5282
5283 2002-11-09 [colin]      0.8.5claws114
5284
5285         * src/mbox_folder.c
5286                 Added missing initialisation of folder->destroy()
5287
5288 2002-11-09 [colin]      0.8.5claws113
5289
5290         * src/folder.c
5291           src/folderview.c
5292                 Fix the status bar messages
5293
5294 2002-11-09 [colin]      0.8.5claws112
5295
5296         * src/folderview.c
5297                 Fix hangs after folder dnd, happening after 
5298                 claws109.
5299
5300 2002-11-09 [christoph]  0.8.5claws111
5301
5302         * src/folderview.c
5303                 just changed order of calls (reverse order of
5304                 associated calls)
5305         * src/inc.c
5306                 lock inc when checking only one account, otherwise
5307                 inc all could be executed at the same time
5308
5309 2002-11-09 [christoph]  0.8.5claws110
5310
5311         * src/folderview.c
5312                 better unlock the mouse cursor before calling
5313                 summary_show because it changes the cursor too
5314
5315 2002-11-09 [christoph]  0.8.5claws109
5316
5317         * src/folder.[ch]
5318         * src/folderview.c
5319                 add functions to open and close a folder
5320                 o opending will execute scanning for remote folders
5321                   and processing
5322                 o closing will unset new flag for messages
5323
5324 2002-11-09 [colin]      0.8.5claws108
5325
5326         * src/folder.c
5327                 Add a call to prefs_matcher_write_config to 
5328                 avoid non-leaf folders filtering settings to be
5329                 lost
5330
5331 2002-11-09 [paul]       0.8.5claws107
5332
5333         * src/prefs_account.c
5334                 re-word a label
5335
5336 2002-11-09 [colin]      0.8.5claws106
5337
5338         * src/folderview.c
5339                 Minor esthetic fix
5340
5341 2002-11-09 [colin]      0.8.5claws105
5342
5343         * src/folderview.c
5344                 Fix prefs_filtering deletion for MH folders (same
5345                 reason as below)
5346         * src/prefs_filtering.c
5347                 Fix prefs_filtering renaming and deletion for 
5348                 folder-based processing rules.  
5349
5350 2002-11-09 [christoph]  0.8.5claws104
5351
5352         * src/compose.c
5353         * src/folder.[ch]
5354         * src/folderview.[ch]
5355         * src/import.c
5356         * src/inc.c
5357         * src/main.c
5358         * src/mainwindow.c
5359         * src/messageview.c
5360         * src/prefs_folder_item.c
5361         * src/procmsg.c
5362         * src/summaryview.c
5363                 implement a callback system for folder item updates
5364
5365 2002-11-09 [colin]      0.8.5claws103
5366
5367         * src/folderview.c
5368                 Fix prefs_filtering renaming for MH folders (we
5369                 shouldn't rename by path as another folder could
5370                 have the same hierarchy).
5371
5372 2002-11-09 [colin]      0.8.5claws102
5373
5374         * src/folder.c
5375                 Fix a leak found by Christoph, use better variable
5376                 names
5377
5378 2002-11-09 [colin]      0.8.5claws101
5379
5380         * src/folder.c
5381                 One more fix for processing rules
5382
5383 2002-11-08 [colin]      0.8.5claws100
5384         
5385         * src/matcher.c
5386                 Don't copy the compiled regexp (will be reevaluated)
5387         * src/folderview.c
5388                 Lock folderview while moving
5389         * src/folder.c
5390                 Provide info on what's happening to the user
5391
5392 2002-11-08 [colin]      0.8.5claws99
5393
5394         * src/folderview.c
5395                 Fix folder reordering after a move if parent is 
5396                 root
5397         * src/scoring.[ch]
5398                 Add function to copy a ScoringProp
5399         * src/prefs_folder_item.c
5400                 Copy scoring rules when copying a folder prefs
5401
5402 2002-11-08 [colin]      0.8.5claws98
5403
5404         * src/folderview.c
5405                 Fixes in case of failure
5406         * src/filtering.[ch]    
5407                 Add function to duplicate a FilteringProp
5408         * src/matcher.[ch]
5409                 Add function to duplicate a MatcherProp
5410         * src/prefs_folder_item.c
5411                 Save folder's processing rules when copying 
5412                 its prefs
5413
5414 2002-11-08 [colin]      0.8.5claws97
5415         
5416         * src/folderview.c
5417                 Sort after move
5418         * src/folder.c 
5419                 Change a printf to debug_print
5420
5421 2002-11-08 [colin]      0.8.5claws96
5422
5423         * src/folder.c
5424           src/folderview.c
5425                 Fix segfaults, call me stupido
5426         
5427
5428 2002-11-08 [colin]      0.8.5claws95
5429
5430         *src/folder.c
5431                 Added forgotten prefs to save when moving folders
5432
5433 2002-11-08 [colin]      0.8.5claws94
5434
5435         * src/folder.c
5436                 Fixes to folder DND (prefs copy)
5437         * src/folderview.c
5438                 Optimization for folder DND (don't rescan whole tree)
5439                 Added folderview_create_folder_node() for this 
5440                 optimization, so de-duped a bit the code
5441         * src/prefs_folder_item.[ch]
5442                 Added prefs_folder_item_copy_prefs()    
5443           
5444 2002-11-08 [paul]       0.8.5claws93
5445
5446         * src/prefs_account.c
5447           tools/README
5448           tools/kmail2sylpheed_v2.pl
5449                 correct some typos
5450
5451 2002-11-08 [paul]       0.8.5claws92
5452
5453         * src/compose.c
5454           src/prefs_account.[ch]
5455                 remove account options 'clearsign' and 'ascii_armored',
5456                 replace with 'default_gnupg_mode' to prevent mixed-mode
5457                 Privacy settings
5458
5459 2002-11-08 [paul]       0.8.5claws91
5460
5461         * src/compose.[ch]
5462                 re-implement GnuPG 'on-the-fly' mode selection,
5463                 disallow mixed-mode
5464
5465 2002-11-08 [colin]      0.8.5claws90
5466
5467         * src/folderview.c
5468           src/prefs_folder_item.c
5469                 Change "Property" to "Properties"
5470
5471 2002-11-07 [colin]      0.8.5claws89
5472
5473         * src/folderview.c
5474           src/folder.c
5475                 Allow folder dropping to a root folder
5476
5477 2002-11-07 [paul]       0.8.5claws88
5478
5479         * src/compose.c
5480                 revert last commit
5481
5482 2002-11-07 [paul]       0.8.5claws87
5483
5484         * src/compose.c
5485                 fix reply-to-list bug. closes bug report
5486                 "[633382] reply-to-list broken in recent cvs"
5487
5488 2002-11-07 [paul]       0.8.5claws86
5489
5490         * src/compose.c
5491                 add a forgotten '#if USE_GPGME ... #endif'
5492
5493 2002-11-07 [paul]       0.8.5claws85
5494
5495         * sync with 0.8.5cvs20
5496                 see ChangeLog 2002-11-07
5497
5498 2002-11-07 [colin]      0.8.5claws84
5499
5500         * src/folder.[ch]
5501                 Change folder_item_move_to to return the newly 
5502                 created folderitem.
5503         * src/folderview.c
5504                 Select the new folderitem after moving.
5505
5506 2002-11-07 [colin]      0.8.5claws83
5507
5508         * src/prefs_filtering.c
5509                 Fix rule rewriting when moving a leaf folder to a 
5510                 shorter path
5511
5512 2002-11-07 [colin]      0.8.5claws82
5513
5514         * src/prefs_filtering.c
5515                 fix a leak
5516
5517 2002-11-07 [colin]      0.8.5claws81
5518
5519         * src/folder.[ch]
5520                 Add folder_item_move_to() function to move a 
5521                 folderitem into another one (updates matcher etc)
5522         * src/folderview.c
5523                 Add folder drag'n drop (context menu to come)
5524                 [Should be dataloss free, but Please backup before 
5525                  trying !]
5526
5527 2002-11-06 [colin]      0.8.5claws80
5528
5529         * src/mh.c
5530                 mh_create_folder() returns NULL if can't create
5531                 directory hierarchy
5532
5533 2002-11-06 [paul]       0.8.5claws79
5534
5535         * src/compose.[ch]
5536                 allow 'on-the-fly' changing of the type of encryption 
5537                 and/or signing used (mime/ascii) via the compose window
5538
5539 2002-11-06 [paul]       0.8.5claws78
5540
5541         * sync with 0.8.5cvs19
5542                 see ChangeLog 2002-11-06 for src/account.c: 
5543                 account_get_special_folder()
5544                 
5545 2002-11-05 [alfons]     0.8.5claws77
5546
5547         * src/crash.c
5548                 very minor cleanups: nothing to see here, move on. :-)
5549
5550 2002-11-05 [colin]      0.8.5claws76
5551
5552         * src/main.c
5553                 Changes choices if compose windows are opened to
5554                 Discard, Draft, Don't quit
5555
5556 2002-11-05 [thorsten]   0.8.5claws75
5557
5558         * src/compose.c
5559                 reenabled default_reply_to folder option
5560
5561 2002-11-05 [colin]      0.8.5claws74
5562
5563         * src/compose.[ch] 
5564                 add compose_draft()
5565         * src/crash.c
5566                 add SIGTERM handler
5567         * src/main.[ch]
5568                 add clean_quit() for the SIGTERM handler
5569
5570 2002-11-05 [paul]       0.8.5claws73
5571         
5572         * po/es.po
5573                 updated by Ricardo Mones Lastra
5574
5575 2002-11-05 [melvin]     0.8.5claws72
5576
5577         * src/logwindow.c
5578                 Fixed log-clipping bug #616795.
5579                 To stop logging in the log window use 0 length.
5580         * src/prefs_common.c
5581                 Added a label to inform about the 0 log length behaviour.
5582
5583 2002-11-05 [paul]       0.8.5claws71
5584
5585         * sync with 0.8.5cvs17
5586                 see ChangeLog 2002-11-05
5587
5588 2002-11-04 [paul]       0.8.5claws70
5589
5590         * sylpheed-128x128.png
5591           sylpheed-64x64.png
5592           sylpheed.png
5593                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
5594                 <nikai@users.sourceforge.net>
5595                 
5596         * po/bg.po
5597                 updated by George Danchev
5598
5599 2002-11-03 [thorsten]   0.8.5claws69
5600
5601         * src/main.c
5602           src/mimeview.c
5603           src/rfc2015.h
5604                 add check if gpg is active
5605
5606 2002-11-03 [thorsten]   0.8.5claws68
5607
5608         * src/toolbar.h
5609                 removed GSList declaration causing trouble on MacOS-X
5610                 (submitted by alfons, reported by xfesty)
5611
5612 2002-11-01 [paul]       0.8.5claws67
5613
5614         * src/mainwindow.c
5615                 remove last remnants of main's filter code
5616
5617 2002-11-01 [paul]       0.8.5claws66
5618
5619         * tools/filter_conv.pl
5620                 fix bug where user-defined headers were ignored
5621
5622 2002-11-01 [paul]       0.8.5claws65
5623
5624         * src/logwindow.c
5625                 make a debug_print() not translatable
5626
5627 2002-10-31 [melvin]     0.8.5claws64
5628
5629         * ac/aspell.m4
5630                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
5631                 not run any GNU/aspell test.  The dictionary path will
5632                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
5633                 was given, in which case, it will be $prefix/lib/aspell/
5634         * configure.in
5635                 Fixed typo in commentary (Aspell code).
5636
5637 2002-10-31 [paul]       0.8.5claws63
5638
5639         * po/POTFILES.in
5640                 remove src/filter.c and src/prefs_filter.c
5641                 thanks to Ricardo for reminding me
5642
5643 2002-10-31 [colin]      0.8.5claws62
5644
5645         * src/mbox_folder.c
5646                 Plug some leaks
5647
5648 2002-10-31 [paul]       0.8.5claws61
5649
5650         * src/prefs_filter.[ch] ** REMOVED **
5651           src/filter.[ch]       ** REMOVED **
5652           
5653         * src/Makefile.am
5654           src/folderview.c
5655           src/inc.c
5656           src/main.c
5657           src/mainwindow.c
5658           src/mbox.c
5659           src/prefs_common.c
5660           src/prefs_filtering.c
5661           src/summaryview.[ch]
5662                 remove main's 'filter' code
5663                 
5664         README.claws
5665                 update to reflect removal of main's filter
5666
5667 2002-10-31 [paul]       0.8.5claws60
5668
5669         * src/summaryview.c
5670                 remove check for global_processing in summary_filter_open(). 
5671                 This fixes the bug where if the user uses the right-click 
5672                 'Create filter rule...' and doesn't have any filter rules 
5673                 already defined in claws' advanced filtering, the newly 
5674                 created filter rule goes to main's filtering which is 
5675                 inaccessible through the gui. Now the filter rule gets added
5676                 to claws' filtering by default.
5677
5678 2002-10-28 [melvin]     0.8.5claws59
5679
5680         * src/prefs_actions.c
5681                 Fixed bug #627322 where MIME parts were not always
5682                 correctly passed to a %p action
5683                 Display an error dialog when message filename is not found.
5684
5685 2002-10-28 [melvin]     0.8.5claws58
5686
5687         * src/prefs_common.c
5688                 Readded a missing function declaration lost in 0.8.3claws34
5689
5690 2002-10-28 [paul]       0.8.5claws57
5691
5692         * sync with 0.8.5cvs15
5693                 see ChangeLog 2002-10-28 and 2002-10-25
5694                 
5695         Note: ChangeLog entry 2002-10-24 is not sync'ed.
5696
5697 2002-10-27 [oliver]     0.8.5claws56
5698
5699         * src/pop.c
5700                 plug leak in pop3_top_recv
5701
5702 2002-10-26 [christoph]  0.8.5claws55
5703
5704         * src/folder.c
5705                 set need_update folder flag when messages are added
5706                 (closes bug [ 626922 ] folder not updated after receiving)
5707
5708 2002-10-25 [melvin]     0.8.5claws54
5709
5710         * src/imageview.c
5711                 Fixed a memleak introduced in the scaling code.
5712
5713 2002-10-24 [alfons]     0.8.5claws53
5714
5715         * src/filtering.c
5716                 make filtering's forward message action forward from the 
5717                 correct account
5718                 (closes bug [628089 ] Filter -> Forward from address problem
5719                 reported by Oktay)
5720
5721 2002-10-24 [christoph]  0.8.5claws52
5722
5723         * src/mainwindow.c
5724         * src/manual.[ch]
5725                 o use manual of current locale or english if current
5726                   locale is not available (and english is available)
5727                 o also link to sylpheed doc project manuals
5728
5729 2002-10-23 [paul]       0.8.5claws51
5730
5731         * tools/README
5732           tools/kmail2sylpheed_v2.pl
5733                 add new version of kmail addressbook importer script.
5734                 works with newer versions of Kmail/KAddressBook which
5735                 have new and rearranged data.
5736
5737 2002-10-23 [martin]     0.8.5claws50
5738
5739         * src/folderview.c
5740         * src/summaryview.c
5741         * src/utils.h
5742         * src/utils.c
5743                 added length parameter to get_abbrev_newsgroup_name()
5744                 changed this function so that it abbreviates the newsgroup
5745                 names only so long it is smaller than the length parameter
5746                 (for better reading of some newsgroup names and space efficiency)
5747
5748 2002-10-22 [colin]      0.8.5claws49
5749
5750         *src/foldersel.c
5751                 Revert Alfons' last modification (after voting ;-))
5752
5753 2002-10-21 [alfons]     0.8.5claws48
5754
5755         * src/foldersel.c
5756                 folder view in folder selection dialog reflects state of
5757                 folder view in main window
5758
5759 2002-10-18 [alfons]     0.8.5claws47
5760
5761         * src/mbox.c
5762                 drop imported messages in folder selected by user,
5763                 and not in the inbox
5764                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
5765
5766 2002-10-18 [alfons]     0.8.5claws46
5767
5768         * src/compose.c
5769                 make automagic reply work correctly for email accounts 
5770                 (whether it's viable to do a full sync with Hiro's 
5771                 compose.c is still under discussion)
5772
5773 2002-10-18 [melvin]     0.8.5claws45
5774
5775         * src/prefs_actions.c
5776                 Fixed bug #622275 where asynchroneous actions left 
5777                 zombies processes
5778                 Made (synchroneous) actions' input be displayed live.
5779
5780 2002-10-18 [christoph]  0.8.5claws44
5781
5782         * src/textview.c
5783                 don't add a newline in the textview in front of the
5784                 first textpart if header display is disabled
5785                 (closes bug [ 603385 ] disabled header display leaves blank
5786                  lin)
5787
5788 2002-10-18 [christoph]  0.8.5claws43
5789
5790         * src/folder.[ch]
5791         * src/imap.c
5792         * src/mbox_folder.c
5793         * src/mh.c
5794         * src/news.c
5795                 folder->get_num_list now returns an error code
5796                 (closes bug [ 609424 ] News cache cleared on failure)
5797                 
5798 2002-10-17 [colin]      0.8.5claws42
5799         
5800         * src/news.c
5801                 Changed a printf by debug_print
5802
5803 2002-10-16 [paul]       
5804
5805         * tools/OOo2sylpheed.pl
5806                 allow for spaces in the name of the
5807                 file to be attached.
5808
5809 2002-10-16 [colin]      0.8.5claws41
5810
5811         * src/main.c
5812                 Use a tristate to change online mode
5813
5814 2002-10-16 [paul]       0.8.5claws40
5815
5816         * po/es.po
5817                 updated by Ricardo Mones Lastra
5818
5819 2002-10-16 [colin]      0.8.5claws39
5820
5821         * src/main.c
5822           src/mainwindow.[ch]
5823                 Added --online and --offline command-line
5824                 switches
5825
5826 2002-10-15 [christoph]  0.8.5claws38
5827
5828         * src/procmime.c
5829                 set mimeinfo->name to NULL after g_free to
5830                 avoid double freeing with g_free
5831
5832 2002-10-14 [christoph]  0.8.5claws37
5833
5834         * src/compose.c
5835         * src/filtering.c
5836         * src/summaryview.c
5837                 remove calls to folder->change_flags that are now
5838                 done by procmsg flag functions (seems it is not
5839                 used by any foldertype anyway)
5840         * src/folder.c
5841                 init folder->change_flags with NULL
5842
5843 2002-10-14 [christoph]  0.8.5claws36
5844
5845         * src/folder.[ch]
5846         * src/imap.[ch]
5847                 use virtual functions for folder item new and destroy
5848                 functions
5849
5850 2002-10-14 [melvin]     0.8.5claws35
5851
5852         * src/compose.c
5853                 Added a test to not run the spell checker if no default
5854                 dictionary is available. No dialog is displayed though.
5855
5856 2002-10-14 [melvin]     0.8.5claws34
5857
5858         * src/gtkaspell.c
5859                 Fixed bug in dictionary list context menu where
5860                 "More..." pointed to an emtpy submenu if the
5861                 number of dictionaries is a multiple of 15
5862                 Removed unneeded code in suggestions list creation
5863
5864 2002-10-14 [paul]       0.8.5claws33
5865
5866         * po/bg.po
5867                 updated by George Danchev
5868
5869 2002-10-13 [hoa]        0.8.5claws32
5870
5871         * src/matcher.[ch]
5872           src/matcher_parser_parser.y
5873                 removed the escaped string from internal structure
5874                 of matcher.
5875
5876 2002-10-12 [colin]      0.8.5claws31
5877
5878         * src/gtksctree.[ch]
5879           src/summaryview.c
5880                 Removed useless function gtksctree_reanchor
5881
5882 2002-10-12 [alfons]     0.8.5claws30
5883         
5884         * sync with remaining main changes 2002-10-09 - 2002-10-11
5885         - drop changes to src/compose.c (requires claws specific changes)
5886         
5887 2002-10-12 [alfons]     0.8.5claws29
5888         
5889         * sync with main changes of 2002-10-08
5890         - drop changes to src/compose.c (requires claws specific changes)
5891         - drop changes to src/summaryview.c (requires changes to compose.c)     
5892
5893 2002-10-12 [alfons]     0.8.5claws28
5894         
5895         * sync with main changes of 2002-10-07
5896
5897 2002-10-12 [alfons]     0.8.5claws27
5898
5899         * sync with main changes of 2002-10-04
5900         - drop changes to src/compose.c (requires claws specific changes)
5901         - drop changes to src/prefs_folder_item.c (claws implementation
5902           seems to be working)
5903
5904 2002-10-12 [colin]      0.8.5claws26
5905
5906         * src/mainwindow.c
5907                 Fix folder-flicker when space-reading, introduced 
5908                 in claws22.
5909
5910 2002-10-12 [colin]      0.8.5claws25
5911
5912         * src/compose.c
5913                 Save account address when saving as draft.
5914                 (closes bug 621838)
5915
5916 2002-10-12 [colin]      0.8.5claws24
5917
5918         * src/summaryview.c
5919                 Fix the problem consisting of no message selected
5920                 after the last message in a folder has been moved.
5921
5922 2002-10-12 [paul]       0.8.5claws23
5923
5924         * src/compose.c
5925           src/prefs_template.c
5926           src/template.[ch]
5927                 add Cc and Bcc to templates. Patch submitted by
5928                 John L. Males.
5929
5930 2002-10-12 [colin]      0.8.5claws22
5931
5932         * src/folderview.c
5933                 Fix a bug after "Check for new messages":
5934                 If a folder was opened, it was still selected at
5935                 the end of the check, but displayed empty.
5936         * src/mainwindow.c
5937                 Remove unnecessary check
5938
5939 2002-10-12 [paul]
5940
5941         * tools/README
5942                 be more verbose in the description of
5943                 OOo2sylpheed.pl
5944                 
5945
5946 2002-10-11 [colin]      0.8.5claws21
5947
5948         * src/mainwindow.c
5949                 Make space work (better) when no mail is selected
5950
5951 2002-10-11 [colin]      0.8.5claws20
5952
5953         * src/inc.c
5954           src/news.c
5955                 fix warnings
5956
5957 2002-10-11 [colin]      0.8.5claws19
5958
5959         * src/mainwindow.c
5960                 revert 0.8.5claws6 changes as i couldn't get to
5961                 anything satisfying
5962
5963 2002-10-11 [melvin]     0.8.5claws18
5964
5965         * src/compose.c
5966                 Removed buggy and unused macro (should have been committed in
5967                 0.8.5claws17)
5968
5969 2002-10-11 [melvin]     0.8.5claws17
5970
5971         * src/compose.c
5972                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
5973
5974 2002-10-11 [thorsten]   0.8.5claws16 
5975
5976         * src/folderview.c
5977                 remove rescan warning
5978
5979 2002-10-11 [colin]      0.8.5claws15 
5980
5981         * src/procheader.c
5982                 fix a segfault that happens if conv_unmime_header
5983                 fails (should be better to find out why it fails)
5984
5985 2002-10-11 [christoph]  0.8.5claws14
5986
5987         * src/summaryview.c
5988                 update folderview stats after ignore/unignore thread
5989
5990 2002-10-11 [hoa]        0.8.5claws13
5991
5992         * src/quote_fmt_parse.y
5993                 Fixed a yacc/bison syntax error
5994         * src/matcher.c
5995                 Escaping of string is fixed.
5996
5997 2002-10-11 [colin]      0.8.5claws12
5998
5999         * src/imageview.c
6000                 Resize images to fit
6001
6002 2002-10-11 [paul]       0.8.5claws11
6003
6004         * po/es.po
6005                 updated by Ricardo Mones Lastra
6006
6007 2002-10-10 [alfons]     0.8.5claws10
6008
6009         * src/compose.c
6010                 allow dropping files by "moving" files from a file manager,
6011                 not only by the more cumbersome "copying". the latter 
6012                 mostly implies holding down the Control button
6013
6014 2002-10-10 [christoph]  0.8.5claws9
6015
6016         * src/summaryview.c
6017                 update folders after thread building for ignored threads
6018
6019 2002-10-10 [christoph]  0.8.5claws8
6020
6021         * config/.cvsignore
6022                 added Makefile
6023         * src/filtering.[ch]
6024         * src/folder.[ch]
6025         * src/folderview.[ch]
6026         * src/import.c
6027         * src/inc.[ch]
6028         * src/mbox.[ch]
6029         * src/procmsg.c
6030         * src/summaryview.[ch]
6031                 o added new flag need_update to FolderItem
6032                 o removed folder_table from various functions from tracking
6033                   folder updates
6034                 o set need_update flags in folder.c's move, copy and delete
6035                   functions and procmsg's flags functions
6036                 o added function folderview_update_items_when_required that
6037                   updates all folders with need_update set
6038                 o call folderview_update_items_when_required instead of
6039                   folderview_update_item_foreach
6040
6041 2002-10-09 [sergey]     0.8.5claws7
6042
6043         * src/compose.c
6044                 Strip CRs whel loading the text into editor in reedit mode.
6045
6046 2002-10-09 [colin]      0.8.5claws6
6047
6048         * src/mainwindow.c
6049                 Make Space work when no mail is selected
6050
6051 2002-10-09 [colin]      0.8.5claws5
6052
6053         * src/gtksctree.[ch]
6054                 Fix range_select
6055                 Add gtk_sctree_reanchor() 
6056         * src/summaryview.c
6057                 Use gtk_sctree_reanchor() - better fix for 
6058                 bug 60413
6059
6060 2002-10-09 [colin]      0.8.5claws4
6061
6062         * src/summaryview.c
6063                 Fix shift-click select after delete problem
6064                 (closes bug 60413)
6065
6066 2002-10-08 [thorsten]   0.8.5claws3
6067
6068         * src/summaryview.c
6069                 exclude current msg from -hide read messages-
6070
6071 2002-10-08 [colin]      0.8.5claws2
6072
6073         * src/inc.[ch]
6074           src/pop.c
6075           src/recv.c
6076                 Differentiate socket errors from disk full
6077                 errors
6078
6079 2002-10-08 [christoph]  0.8.5claws1
6080
6081         * Makefile.am
6082         * configure.in
6083                 modifications for new config directory
6084
6085         * config.guess  ** REMOVED **
6086         * config.sub    ** REMOVED **
6087         * install-sh    ** REMOVED **
6088         * ltmain.sh     ** REMOVED **
6089         * missing       ** REMOVED **
6090         * mkinstalldirs ** REMOVED **
6091                 these files are autogenerated by automake
6092                 when you run autogen.sh
6093
6094         * config/.cvsignore     ** NEW FILE **
6095         * config/Makefile.am    ** NEW FILE **
6096                 ignore autogenerated files
6097                 create a Makefile in this directory
6098
6099 2002-10-08 [paul]       0.8.5claws
6100
6101         * 0.8.5claws release
6102         
6103         * src/compose.c
6104           src/procheader.c
6105           src/procmsg.c
6106                 fix quote reply format for newsgroups reply bug
6107                 (thanks to Hoa)
6108                 
6109         * po/en_GB.po
6110           po/pl.po
6111                 updated by me and Witold Wladyslaw Wojciech Wilk
6112                 repectively
6113
6114 2002-10-07 [paul]       0.8.3claws53
6115
6116         * po/it.po
6117           po/pt_BR.po
6118           po/sr.po
6119                 updated messages catalogs, submitted by
6120                 Alessandro Maestri, Fabio Jr.Beneditto 
6121                 and Urke MMI, respectively.
6122
6123 2002-10-07 [christoph]  0.8.3claws52
6124
6125         * src/folder.[ch]
6126         * src/folderview.c
6127         * src/mainwindow.c
6128                 fix new folder ghost message bug
6129                 (closes bug [ 619722 ] wrong count for newly created folders)
6130
6131 2002-10-07 [christoph]  0.8.3claws51
6132
6133         * src/compose.c
6134                 fix news posting problem
6135
6136 2002-10-07 [melvin]     0.8.3claws50
6137
6138         * po/fr.po
6139                 Updated French translation
6140
6141 2002-10-05 [christoph]  0.8.3claws49
6142
6143         * src/gtkstext.c
6144                 check if line_start_cache is set in gtk_stext_update_text
6145                 (closes bug [ 618119 ] crash while doing search in folder)
6146
6147 2002-10-05 [christoph]  0.8.3claws48
6148
6149         * src/imap.c
6150         * src/news.c
6151         * src/utils.c
6152         * src/utils.h
6153                 implement cache cleanups for claws' folder system
6154                 (closes bug [ 595916 ] imapcache not cleaned up)
6155
6156 2002-10-05 [melvin]     0.8.3claws47
6157
6158         * src/prefs_actions.c
6159                 Made the help text more clear for the %p token
6160
6161 2002-10-04 [paul]       0.8.3claws46
6162
6163         * sync with 0.8.5
6164                 see ChangeLog 2002-10-02 and 2002-10-03
6165
6166 2002-10-04 [christoph]  0.8.3claws45
6167
6168         * src/inc.c
6169                 fix segfault caused by pop before smtp
6170                 call to inc_account_mail with NULL
6171                 pointer for mainwin
6172
6173 2002-10-04 [paul]       0.8.3claws44
6174
6175         * configure.in
6176                 sync the LDAP detection from 0.8.5cvs1
6177
6178 2002-10-02 [christoph]  0.8.3claws43
6179
6180         * po/de.po
6181                 fix small spelling error
6182
6183 2002-10-02 [melvin]     0.8.3claws42
6184
6185         * ac/aspell.m4
6186                 Behave better and say "no" when test program cannot be run.
6187
6188 2002-10-02 [paul]       0.8.3claws41
6189
6190         * sync with 0.8.4cvs1
6191                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
6192                 
6193         * src/summaryview.c
6194                 toggle the behavior of Reply menuitem between
6195                 normal reply and reply-to-list
6196
6197 2002-10-01 [sergey]     0.8.3claws40
6198
6199         * src/compose.c
6200                 Convert newlines in the message text to the canonical form
6201                 before base64 encoding (RFC2045 compliance, fixes some
6202                 interoperability issues with Evolution 1.0.3)
6203
6204 2002-09-29 [colin]      0.8.3claws39
6205
6206         * src/summaryview.c
6207                 Fix an unwanted copy/paste
6208
6209 2002-09-29 [colin]      0.8.3claws38
6210
6211         * src/mainwindow.c
6212                 Renamed "Custom toolbar" to "Customize toolbar"
6213                 Renamed "Show all header" to "Show all headers"
6214                 Renamed "Set diplay item" to "Set displayed items"
6215         * src/prefs_common.c
6216                 Renamed "Show all header" to "Show all headers"
6217         * src/prefs_summary_column.c
6218                 Renamed "diplay item" to "displayed items"
6219
6220 2002-09-29 [colin]      0.8.3claws37
6221
6222         * src/mainwindow.[ch]
6223                 online/offline status pixmaps follow theme
6224                 changes
6225         * src/summaryview.[ch]
6226                 quicksearch pixmap follows theme changes
6227
6228 2002-09-29 [thorsten]   0.8.3claws36
6229
6230         * src/compose.c
6231           src/prefs_folder_item.[ch]
6232                 add default_reply_to folder option (closes patch 581044)
6233
6234 2002-09-29 [christoph]  0.8.3claws35
6235
6236         * acconfig.h    ** REMOVED **
6237         * configure.in
6238         * ac/aspell.m4
6239         * ac/check-type.m4
6240         * ac/gnupg-check-typedef.m4
6241                 fix autoheader 2.50 warning
6242
6243 2002-09-29 [christoph]  0.8.3claws34
6244
6245         * major code cleanup (part 2)
6246         
6247                 - unused variables removed
6248                 - unused functions removed
6249                 - uninitialized variables checked
6250                 - missing return statements added
6251                 - missing function return types added
6252                 - added parentheses around assignment
6253                   when suggested by gcc
6254
6255 2002-09-29 [alfons]     0.8.3claws33
6256
6257         * src/logwindow.c
6258                 log_window_clear(): only bracket gtk_text_forward_delete() 
6259                 with gtk_text_freeze() / gtk_text_thaw() (see if this
6260                 works around GTK text bug)
6261
6262 2002-09-29 [paul]       0.8.3claws32
6263
6264         * po/bg.po
6265           po/sr.po
6266                 updated by George Danchev and Urke MMI
6267                 respectively
6268
6269 2002-09-27 [christoph]  0.8.3claws31
6270
6271         * doc-src/readme.txt
6272         * doc-src/rfc1806.txt   ** REMOVED **
6273         * doc-src/rfc2183.txt   ** NEW FILE **
6274         * doc-src/rfc2980.txt   ** NEW FILE **
6275                 update rfcs
6276
6277 2002-09-27 [melvin]     0.8.3claws30
6278
6279         * ac/aspell.m4
6280                 Fixed typo which could break linking
6281
6282 2002-09-27 [melvin]     0.8.3claws29
6283
6284         * ac/aspell.m4
6285                 Improved GNU/aspell checking. 
6286                 Fixed bug #614490
6287
6288 2002-09-27 [paul]       0.8.3claws28
6289
6290         * sync with 0.8.3cvs8
6291                 see ChangeLog 2002-09-27
6292
6293 2002-09-26 [colin]      0.8.3claws27
6294
6295         * src/toolbar.[ch]
6296           src/mainwindow.[ch]
6297                 Add "Reply to Mailing-list" to the toolbar
6298
6299 2002-09-26 [christoph]  0.8.3claws26
6300
6301         * src/summaryview.c
6302                 Fix wrong message counts in summaryview status
6303
6304 2002-09-26 [paul]       0.8.3claws25
6305
6306         * sync with 0.8.3cvs7
6307                 see ChangeLog 2002-09-26
6308
6309 2002-09-26 [paul]       0.8.3claws24
6310
6311         * sync with 0.8.3cvs6
6312                 see ChangeLog 2002-09-25
6313
6314 2002-09-25 [christoph]  0.8.3claws23
6315
6316         * src/prefs_common.c
6317         * src/prefs_folder_item.c
6318         * src/prefs_scoring.c
6319                 Renamed "kill score" to "hide score" in GUI
6320                 and prefs files
6321
6322 2002-09-25 [paul]       0.8.3claws22
6323
6324         * sync with 0.8.3cvs5
6325                 see ChangeLog 2002-09-24
6326
6327 2002-09-24 [alfons]     0.8.3claws21
6328
6329         patch by Satoshi Nagayasu: allows appending / saving multiple 
6330         selected files (closes "[ 612279 ] save multiple mesg(s) in 
6331         'Save as ...'")
6332
6333         * AUTHORS
6334                 add Satoshi Nagayasu
6335         * src/summaryview.c
6336                 summary_save_as(): allow saving selected files to
6337                 one file
6338                 summary_set_menu_sensitive: enable "Save As..." when
6339                 multiple files are selected
6340         * src/utils.[ch]
6341                 append_file(): new function
6342
6343 2002-09-24 [colin]      0.8.3claws20
6344
6345         * src/procmime.c
6346                 Fix segfault when mimeinfo doesn't have a 
6347                 content_type. 
6348
6349 2002-09-24 [colin]      0.8.3claws19
6350
6351         * src/prefs_common.[ch]
6352                 Add a preference to display send dialog or not
6353         * src/send.c
6354                 Display send dialog according to preference
6355
6356 2002-09-24 [colin]      0.8.3claws18
6357
6358         * src/compose.[ch]
6359                 Disable user actions when sending
6360
6361 2002-09-24 [colin]      0.8.3claws17
6362
6363         * src/procmime.c
6364                 Do not display name or filename for attachments
6365                 with an application/pgp-signature type
6366                 (security flaw, see bug 537413)
6367
6368 2002-09-23 [colin]      0.8.3claws16
6369
6370         * src/editaddress.c
6371                 Initialize entry_email, entry_alias and 
6372                 entry_remarks to first email address of the list
6373
6374 2002-09-23 [colin]      0.83claws15
6375
6376         * src/compose.c
6377                 Drop pgp-signature when reediting a signed queued
6378                 message
6379
6380 2002-09-23 [melvin]     0.8.3claws14
6381
6382         * po/fr.po
6383                 Updated French translation
6384
6385 2002-09-23 [melvin]     0.8.3claws13
6386
6387         * src/mainwindow.c
6388                 Made custom toolbar menu labels more consistent
6389         * src/prefs_toolbar.c
6390                 Made custom toolbar window title more consistent
6391
6392 2002-09-22 [colin]      0.8.3claws12
6393
6394         * src/inc.c
6395                 Initialize session type to normal before getting 
6396                 mail (fixes strange Get behaviour)
6397         * src/prefs_account.h
6398                 Move STYPE_POP_BEFORE_SMTP to last position to 
6399                 avoid other side-effects
6400
6401 2002-09-22 [colin]      0.8.3claws11
6402
6403         * src/prefs_account.c
6404                 Fix pop_bfr_smtp_tm_entry sensivity when switching
6405                 from pop3 to apop or vice-versa
6406
6407 2002-09-22 [colin]      0.8.3claws10
6408         
6409         * src/prefs_account.[ch]
6410                 Add an option for the POP before SMTP timeout
6411         * src/inc.c
6412                 Remember time of last POP connection
6413         * src/send.c
6414                 Do POP before SMTP only if timeout reached
6415
6416 2002-09-22 [oliver]     0.8.3claws9
6417         
6418         * README.claws
6419                 explain custom toolbar
6420
6421 2002-09-22 [oliver]     0.8.3claws8
6422
6423         * src/prefs_actions.[ch]
6424         custom toolbar for compose      
6425                 actions callback from compose toolbar
6426         * src/folderview.c
6427                 remove include toolbar.h
6428
6429 2002-09-22 [oliver]     0.8.3claws7
6430         
6431         * src/prefs_toolbar.[ch]
6432                 custom toolbar for compose
6433                 - generic prefs_toolbar handles both
6434                   Mainwin's toolbar as well as Compose toolbar          
6435
6436 2002-09-22 [oliver]     0.8.3claws6
6437         
6438         * src/toolbar.[ch]
6439                 custom toolbar for compose
6440                 restructure toolbar.[ch]
6441
6442 2002-09-22 [oliver]     0.8.3claws5
6443
6444         * src/compose.[ch]
6445                 custom toolbar for compose
6446
6447 2002-09-22 [oliver]     0.8.3claws4
6448         
6449         * src/mainwindow.[ch]
6450                 custom toolbar for compose 
6451                 move mainwin toolbar back to mainwindow
6452
6453 2002-09-22 [alfons]     0.8.3claws3
6454
6455         * src/procmsg.c
6456                 :%sno/if(/if (/gc
6457                 :%sno/for(/for (/gc
6458                 (beautify)
6459
6460 2002-09-22 [alfons]     0.8.3claws2
6461         
6462         * src/procmsg.c
6463                 procmsg_save_to_outbox(): don't unlink message file from queue;
6464                 callers should do it using folder_item_remove_msg()
6465
6466 2002-09-22 [colin]      0.8.3claws1
6467
6468         * src/mimeview.[ch]
6469                 Made mimeview_check_signature() public
6470         * src/textview.c
6471                 Made GPG signatures verifiable by clicking
6472                 the [application/pgp-signature] in the Text
6473                 view
6474
6475 2002-09-22 [paul]       0.8.3claws
6476
6477         * po/bg.po
6478           po/en_GB.po
6479           po/es.po
6480           po/it.po
6481           po/pl.po
6482           po/pt_BR.po
6483           po/sr.po
6484                 updated translations, submitted by George Danchev,
6485                 me, Ricardo Mones Lastra, Alessandro Maestri,
6486                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
6487                 and Urke MMI, respectively.     
6488
6489 2002-09-22 [alfons]     0.8.2claws65
6490
6491         * src/procmsg.c
6492         * src/pgptext.c
6493                 no furry valgrinds have been used to plug these memleaks
6494
6495 2002-09-20 [paul]       0.8.2claws64
6496
6497         * sync with 0.8.3cvs4
6498                 'Select thread' re-implemented 
6499                 see ChangeLog 2002-09-20
6500
6501 2002-09-21 [alfons]     0.8.2claws63
6502
6503         * src/compose.c
6504                 compose_send(): plug unnoticed memleak
6505
6506 2002-09-20 [alfons]     0.8.2claws62
6507
6508         * src/addr_compl.c
6509                 replace_address_in_edit(): strict check for NULL address to
6510                 fix "[ 607348 ] Segfault in address completion". My guess is
6511                 that this happens with an empty address book, but it's good
6512                 to have this check here anyway
6513                 
6514                 completion_window_button_press(): free string returned 
6515                 from the internal cache
6516
6517 2002-09-20 [christoph]  0.8.2claws61
6518
6519         * src/procmime.h
6520                 added ENC_BINARY to EncodingType
6521         * src/procmime.c
6522                 the string returned by procmime_get_encoding_str
6523                 should not depend on the order of values in the
6524                 EncodingType definition
6525         * doc-src/rfc1806.txt   ** NEW FILE **
6526                 Added rfc1806 about MIME Content-Disposition
6527                 Extension
6528
6529 2002-09-19 [paul]       0.8.2claws60
6530
6531         * sync with 0.8.2cvs3
6532                 see ChangeLog 2002-09-19
6533
6534 2002-09-19 [paul]       0.8.2claws59
6535
6536         * src/prefs_folder_item.c
6537                 revert to Darko's original alignment of colour
6538                 selector button
6539                 add a colon to folder_color label
6540                 
6541         * src/compose.c
6542                 add Colin's patch (with Hiro's modifications) to 
6543                 force BASE64 encoding for 8-bit text when signing
6544                 (sync with 0.8.3cvs2)
6545
6546 2002-09-18 [alfons]     0.8.2claws58
6547
6548         * src/compose.c
6549                 :%sno/if(/if (/gc
6550                 :%sno/for(/for (/gc
6551                 (beautify a little bit)
6552
6553 2002-09-18 [christoph]  0.8.2claws57
6554
6555         * src/pine.c
6556                 fix handling of fgetc return value
6557
6558 2002-09-17 [alfons]     0.8.2claws56
6559         
6560         * src/summaryview.c
6561                 summary_sort(): check non-NULL summaryview->folder_item when no 
6562                 folder is selected at all
6563                 (closes "[ 610344 ] sort label make syl Crash")
6564
6565 2002-09-17 [alfons]     0.8.2claws55
6566         
6567         * src/compose.c
6568                 beautify a little bit
6569
6570 2002-09-17 [christoph]  0.8.2claws54
6571
6572         * src/folder.c
6573                 initialize max values for cache and folder
6574                 when cache or folder is empty
6575
6576 2002-09-15 [colin]      0.8.2claws53
6577
6578         * src/compose.c
6579                 Fix a leak (thanks Alfons!) and cleaned
6580                 variables names for custom headers
6581
6582 2002-09-15 [colin]      0.8.2claws52
6583
6584         * src/compose.c
6585                 Fix custom headers recognition when
6586                 prefs_common.trans_hdr is on
6587
6588 2002-09-15 [colin]      0.8.2claws51
6589
6590         * src/compose.c
6591                 Allow dynamically-added custom headers
6592                 Yet not reparsed if reedited
6593
6594 2002-09-15 [alfons]     0.8.2claws50
6595
6596         * src/prefs_account.c
6597                 fix warnings
6598
6599 2002-09-15 [colin]      0.8.2claws49
6600         
6601         * src/prefs_account.c
6602                 fix pop_before_smtp sensitivity
6603
6604 2002-09-15 [colin]      0.8.2claws48
6605
6606         * src/inc.[ch]
6607                 add inc_pop_before_smtp()
6608                 allow MainWindow to be undefined in 
6609                 inc_account_mail() and inc_start()
6610         * src/pop.c
6611           src/prefs_account.h
6612                 add STYPE_POP_BEFORE_SMTP session type
6613         * src/prefs_account.c
6614                 activated pop before smtp option
6615         * src/send.c
6616                 do pop before smtp if the relevant option 
6617                 is set
6618
6619 2002-09-15 [paul]       0.8.2claws47
6620
6621         * sync with 0.8.3
6622                 see ChangeLog 2002-09-15
6623
6624 2002-09-14 [paul]       0.8.2claws46
6625
6626         * po/bg.po
6627                 updated Bulgarian translation, submitted by
6628                 George Danchev
6629
6630 2002-09-13 [paul]       0.8.2claws45
6631
6632         * src/compose.c
6633                 merge claws' select_account() with main's
6634                 (new) compose_select_account(). [sync with
6635                 0.8.2cvs15, see ChangeLog 2002-09-11]
6636
6637 2002-09-12 [christoph]  0.8.2claws44
6638
6639         * src/filter.c
6640                 allocate 1 elements of FolderItem not 0
6641
6642 2002-09-12 [colin]      0.8.2claws43
6643
6644         * src/compose.c
6645                 Fix bug #590825 (obey Follow-up: poster)
6646
6647 2002-09-12 [colin]      0.8.2claws42
6648
6649         * src/procmime.c
6650                 Fix bug #557009 (wrong headers for messages 
6651                 forwarded as attachments)
6652
6653 2002-09-11 [colin]      0.8.2claws41
6654         
6655         * src/compose.c
6656                 Put SCF: pseudo-header on top of message
6657                 Set draft tmp_flag when saved as draft
6658
6659         * src/procmsg.c
6660           src/procheader.c
6661                 Skip after first \n\n for beginning of real message
6662                 for drafts too
6663
6664 2002-09-11 [christoph]  0.8.2claws40
6665
6666         * src/filtering.c
6667                 use procmsg flag functions in filtering or processing
6668                 will cause incorrect folder message counts
6669
6670 2002-09-11 [colin]      0.8.2claws39
6671
6672         * src/compose.c
6673                 Fix bug #550175 - wrong save folder when reediting
6674                 drafts
6675
6676 2002-09-11 [paul]       0.8.2claws38
6677
6678         * sync with 0.8.2cvs14
6679                 see ChangeLog 2002-09-11
6680
6681 2002-09-11 [colin]      0.8.2claws37
6682
6683         * src/folder.c
6684                 Fix a typo (seeming to cause new/unread status to
6685                 be lost)
6686
6687 2002-09-10 [christoph]  0.8.2claws36
6688
6689         * src/compose.c
6690                 compose_redirect should not use compose_generic_new
6691                 because that does more stuff than expected including
6692                 opening the external editor
6693                 (closes bug "[ 526608 ] bounced messages appear blank
6694                  in editor")
6695
6696 2002-09-10 [christoph]  0.8.2claws35
6697
6698         * src/folder.c
6699                 fix problem with too large message number range
6700                 causing a crash in folder_item_scan
6701
6702 2002-09-10 [paul]       0.8.2claws34
6703
6704         * sync with 0.8.2cvs13
6705                 see ChangeLog 2002-09-10
6706
6707 2002-09-10 [christoph]  0.8.2claws33
6708
6709         * src/msgcache.c
6710                 set MsgInfo TmpFlags for queue and draft folders
6711                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
6712
6713 2002-09-10 [paul]       0.8.2claws32
6714
6715         * AUTHORS
6716           po/bg.po      ** NEW FILE **
6717                 new Bulgarian translation submitted by
6718                 George Danchev <danchev@spnet.net>
6719                 
6720         * tools/Makefile.am
6721           tools/README
6722           tools/tb2sylpheed     ** NEW FILE **
6723                 add script that converts an addressbook exported
6724                 from The Bat! into a Sylpheed addressbook. Submitted
6725                 by Urke MMI <urke-kg@eunet.yu>
6726
6727 2002-09-10 [paul]       0.8.2claws31
6728
6729         * sync with 0.8.2cvs12
6730                 see ChangeLog 2002-09-10
6731
6732 2002-09-06 [paul]       0.8.2claws30
6733
6734         * src/prefs_common.c
6735                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
6736                 
6737         * tools/Makefile.am
6738           tools/README
6739           tools/ldif-to-xml.py  ** REMOVED **
6740                 remove obsolete python script
6741
6742 2002-09-06 [paul]       0.8.2claws29
6743
6744         * sync with 0.8.2cvs10
6745                 see ChangeLog 2002-09-06
6746
6747 2002-09-04 [paul]       0.8.2claws28
6748
6749         * sync with 0.8.2cvs9
6750                 see ChangeLog 2002-08-04
6751
6752 2002-09-04 [colin]      0.8.2claws27 
6753
6754         * src/prefs_common.[ch]
6755                 Added signature color configuration
6756         * src/textview.c
6757                 Use user-specified signature color
6758
6759 2002-09-03 [colin]      0.8.2claws26
6760
6761         * src/prefs_common.[ch]
6762                 Added autosave and autosave_length prefs
6763         * src/compose.c
6764                 Added compose_remove_draft()
6765                 Auto-save drafts according to the prefs
6766         * src/main.c
6767                 Added a crash-indicator file, allowing to check
6768                 for new messages on startup if Sylpheed crashed
6769                 (makes saved drafts "reappear")
6770
6771 2002-09-03 [colin]      0.8.2claws25
6772
6773         * src/textview.[ch]
6774                 Grey the signature
6775
6776 2002-09-03 [paul]       0.8.2claws24
6777
6778         * sync with 0.8.2cvs8
6779                 see ChangeLog 2002-09-02 and 2002-09-03
6780
6781 2002-09-03 [darko]      0.8.2claws23
6782
6783         * src/folderview.c
6784                 use normal style when creating new folder to pick
6785                 proper font size 
6786
6787 2002-09-02 [melvin]     0.8.2claws22
6788
6789         * src/gtkaspell.m4
6790                 removed some obsolete code
6791
6792 2002-09-02 [melvin]     0.8.2claws21
6793
6794         * ac/aspell.m4
6795                 fixed test's equality sign (== to =)
6796
6797 2002-09-02 [alfons]     0.8.2claws20
6798
6799         * src/folder.c
6800         * src/mh.c
6801                 revert change of 0.8.2claws16 and use the mh_folder_destroy
6802                 as folder->destroy virtual as suggested by Hiro
6803                 (the mh.c code seems to have been lost around mh.c.1.21)
6804
6805 2002-09-02 [paul]       0.8.2claws19
6806
6807         * po/pt_BR.po
6808                 updated by Fabio Jr. Beneditto
6809                 
6810         * src/defs.h
6811                 use 'http://claws.sylpheed.org' for homepage link. 
6812                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
6813
6814 2002-09-01 [alfons]     0.8.2claws18
6815
6816         * src/mh.c
6817                 plug memleak related to one Martin Kluge found
6818
6819 2002-08-31 [paul]       0.8.2claws17
6820
6821         * sync with 0.8.2cvs6
6822                 see ChangeLog 2002-08-30
6823
6824 2002-08-31 [alfons]     0.8.2claws16
6825
6826         * src/folder.c
6827                 folder_destroy(): remove mailbox from folderlist even if it has
6828                 no destroy virtual
6829
6830 2002-08-31 [alfons]     0.8.2claws15
6831
6832         * src/folder.c
6833                 :%sno/if(/if (/gc
6834                 :%sno/for(/for (/gc
6835                 (being pedantic I know)
6836
6837 2002-08-31 [alfons]     0.8.2claws14
6838
6839         * src/folder.c
6840                 check for NULL pointers returned from folder->fetch_msginfo virtual
6841                 (should solve some reported crashes)
6842
6843 2002-08-30 [alfons]     0.8.2claws13
6844
6845         * acconfig.h
6846         * configure.in
6847         * src/crash.c
6848                 enable crash dialog on compilation time
6849                 (--enable-crash-dialog configure option)
6850
6851 2002-08-30 [alfons]     0.8.2claws12
6852
6853         * AUTHORS
6854                 add Martin Kluge
6855         * src/mh.c
6856                 apply memory leak plug patch by Martin Kluge
6857                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6858                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6859                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6860
6861 2002-08-30 [darko]      0.8.2claws11
6862
6863         * src/folderview.c
6864                 copy Gtk style from normal style to match
6865                 font size for coloured folders
6866
6867 2002-08-29 [alfons]     0.8.2claws10
6868
6869         * sylpheed.desktop
6870                 Type=Internet <- Type=Application
6871                 (reported by Michael Schwendt, see:
6872                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6873                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6874
6875 2002-08-29 [paul]       0.8.2claws9
6876
6877         * sync with 0.8.2cvs5
6878                 see ChangeLog 2002-08-29
6879
6880 2002-08-29 [colin]      0.8.2claws8
6881
6882         * src/summaryview.c
6883                 Added a sanity check in summary_select_thread
6884                 Should fix bug 601605
6885
6886 2002-08-29 [colin]      0.8.2claws7
6887
6888         * src/main.c
6889                 Revert claws6 changes regarding bug #591676
6890
6891 2002-08-28 [colin]      0.8.2claws6
6892         
6893         * src/main.c
6894                 Ignore cache for queue folderitems
6895                 Fix bug #591676
6896
6897 2002-08-28 [melvin]     0.8.2claws5
6898
6899         * README.claws
6900                 Fixed typos.
6901
6902 2002-08-28 [melvin]     0.8.2claws4
6903
6904         * README.claws
6905                 Updated a bit the text concerning the spell checker
6906
6907 2002-08-28 [melvin]     0.8.2claws3
6908
6909         Merged the GNU_aspell_branch:
6910                 Support of new GNU/aspell is now included and the old pspell
6911                 is not supported anymore.
6912                 See README.claws
6913
6914         * README.claws
6915                 Updated spell checker text to reflect the switch to GNU/aspell
6916
6917         * ac/aspell.m4          *** NEW ***
6918         * src/gtkaspell.[ch]    *** NEW *** 
6919         * ac/pspell.m4          *** DELETED *** 
6920         * src/gtkspell.[ch]     *** DELETED ***
6921
6922         * ac/Makefile.am
6923                 Updated for GNU/aspell support
6924
6925         * po/POTFILES.in
6926                 Replaced gtkspell.c by gtkaspell.c
6927
6928         * acconfig.h
6929         * src/Makefile.am
6930         * src/about.c
6931         * src/compose.[ch]
6932         * src/crash.c
6933         * src/main.c
6934         * src/prefs_common.[ch]
6935                 Updated for GNU/aspell support
6936
6937 2002-08-28 [paul]       0.8.2claws2
6938
6939         * sync with 0.8.2cvs4
6940                 see ChangeLog 2002-08-27 and 2002-08-28
6941
6942 2002-08-28 [colin]      0.8.2claws1
6943
6944         * src/summary_search.c
6945                 Added "AND search"
6946
6947 2002-08-28 [jens]       0.8.2claws
6948
6949         *po/de.po
6950                 Updated German translations
6951
6952 2002-08-27 [melvin]     0.8.2claws
6953
6954         * po/fr.po
6955                 Updated French translations
6956
6957 2002-08-27 [paul]       0.8.2claws
6958
6959         * sync with 0.8.2 main release
6960
6961         * po/en_GB.po
6962           po/es.po
6963           po/it.po
6964           po/pl.po
6965           po/pt_BR.po
6966           po/sr.po
6967                 updated message catalogs submitted by
6968                 Ricardo Mones Lastra, Alessandro Maestri,
6969                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
6970                 Beneditto and Urke MMI  
6971
6972 2002-08-27 [hoa]        0.8.1claws123
6973
6974         * src/mainwindow.[ch]
6975         * src/summaryview.[ch]
6976                 removed the "filter setting" menu option.
6977                 add a "cancel a news message" menu option.
6978
6979 2002-08-26 [martin]     0.8.1claws122
6980
6981         * ChangeLog.claws
6982                 changed string under 0.8.1claws79 changed by myself
6983                 i'm sorry alfons :(
6984
6985 2002-08-26 [martin]     0.8.1claws121
6986
6987         * src/crash.c
6988                 added kill command to debuggerrc to start crash dialog
6989
6990 2002-08-26 [paul]       0.8.1claws120
6991
6992         * sync with 0.8.1cvs31
6993                 see ChangeLog 2002-08-26
6994
6995 2002-08-25 [alfons]     0.8.1claws119
6996
6997         * src/procmsg.c
6998                 fix bug that didn't send out correct headers to news server
6999                 when sending news article and email from queue (bug reported
7000                 and patch provided by Tim Mann; closes bug 
7001                 "[ 583196 ] 0.7.8claws can't post news")
7002
7003 2002-08-25 [alfons]     0.8.1claws118
7004
7005         * src/selective_download.c
7006                 mark two strings as translatable
7007                 (thanks to Urke MMI for pointing this out)
7008
7009 2002-08-25 [alfons]     0.8.1claws117
7010
7011         * src/summaryview.c
7012                 treat sent boxes as special and allow sorting them by addressee
7013                 (closes "[ 589418 ] Sent folder sorting misbehavior"
7014                 submitted by Steve Lamb)
7015
7016 2002-08-24 [alfons]     0.8.1claws116
7017
7018         * src/matcher.c
7019                 fix memleak reported by Martin Kluge
7020                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
7021
7022 2002-08-24 [oliver]     0.8.1claws115
7023
7024         * src/prefs_toolbar.c
7025                 o code cleanup as suggested by Alfons
7026                 o memleak fix
7027
7028 2002-08-24 [alfons]     0.8.1claws114
7029
7030         * src/summaryview.c
7031                 o fix another memory leak reported by Martin Kluge
7032                   (see "[ 599568 ] Small Memory Leak")
7033                 o remove 'from' variable from 'summary_set_header()'; we can
7034                   do with just 'to' 
7035
7036 2002-08-24 [paul]       0.8.1claws113
7037
7038         * sync with 0.8.1cvs30
7039                 see ChangeLog 2002-08-23
7040
7041 2002-08-24 [alfons]     0.8.1claws112
7042
7043         * src/summaryview.c
7044                 remove unnecessary allocations for search bar fixing leaks
7045                 reported by Martin Kluge
7046                 (see "[ 599451 ] Further memory leaks?")
7047
7048 2002-08-24 [alfons]     0.8.1claws111
7049
7050         * src/main.c
7051                 make get_socket_name() public for crash.c
7052         * src/crash.c
7053                 o make report bug button work (goes to claws' 
7054                   bug tracker at sf.net)
7055                 o introduce function for doing important stuff just
7056                   before claws goes down
7057                 o clean up code 
7058
7059 2002-08-24 [alfons]     0.8.1claws110
7060
7061         * src/compose.c
7062                 move cursor to "To" entry when forwarding as attachment
7063                 (reported and solved by Steve Lamb, closes bug report
7064                 "[ 592880 ] Forward as attachment; cursor not in to")
7065
7066 2002-08-24 [colin]      0.8.1claws109
7067
7068         * src/mainwindow.c
7069                 fix quick search visibility after GUI (de)separations.
7070
7071 2002-08-23 [colin]      0.8.1claws108
7072
7073         * src/mainwindow.c
7074                 fix header pane visibility after folderview or
7075                 messageview (de)separation
7076
7077 2002-08-23 [paul]       0.8.1claws107
7078
7079         * src/mainwindow.[ch]
7080           src/toolbar.c
7081                 give full control of display or non-display 
7082                 of the Execute icon to Custom toolbar settings.
7083                 add new sensitivity condition to maninwindow.h: 
7084                 M_DELAY_EXEC
7085
7086         * ChangeLog
7087           ChangeLog.jp
7088           NEWS
7089                 more sync with 0.8.1cvs29
7090
7091 2002-08-23 [melvin]     0.8.1claws106
7092
7093         * src/alertpanel.c
7094                 Readded support for custom widget in alertpanel lost in last
7095                 sync.
7096
7097 2002-08-23 [paul]       0.8.1claws105
7098
7099         * sync with 0.8.1cvs29
7100                 see ChangeLog 2002-08-23
7101
7102 2002-08-23 [colin]      0.8.1claws104
7103
7104         * src/summaryview.c
7105                 Fix folder and search pixmaps exchanging positions
7106                 after theme or toolbar changes. Thank to Oliver for 
7107                 reporting this.
7108
7109 2002-08-23 [colin]      0.8.1claws103
7110
7111         * src/mainwindow.c
7112           src/messageview.[ch]
7113           src/noticeview.[ch]
7114           src/summaryview.c
7115                 Changed messageview_create() and noticeview_create()
7116                 to avoid the last gdk_warning
7117
7118 2002-08-22 [colin]      0.8.1claws102
7119
7120         * src/summaryview.c
7121                 Fix my new `Creating pixmap from xpm' warning
7122
7123 2002-08-22 [colin]      0.8.1claws101
7124
7125         * src/mainwindow.c
7126                 Fix some of the gdk warnings
7127
7128 2002-08-22 [colin]      0.8.1claws100
7129
7130         * src/Makefile.am
7131         * src/stock_pixmap.c
7132         * src/stock_pixmap.h
7133         * src/pixmaps/quicksearch.xpm *ADDED*
7134                 Add the quicksearch pixmap
7135         * src/mainwindow.c
7136         * src/summaryview.c
7137         * src/summaryview.h
7138                 Make quicksearch bar visible/hidden via a button
7139
7140 2002-08-22 [christoph]  0.8.1claws99
7141
7142         * src/folder.c
7143                 fix folder update for newsgroups with message
7144                 numbers below minimum number of articles to fetch
7145                 (closes bug #598445)
7146
7147 2002-08-22 [paul]       0.8.1claws98
7148
7149         * sync with 0.8.1cvs28
7150                 see ChangeLog 2002-08-22
7151
7152 2002-08-21 [alfons]     0.8.1claws97
7153
7154         * src/crash.c
7155                 use bt instead of bt full which seems to work 
7156                 better, and bt full doesn't give a great deal 
7157                 of information anyway
7158
7159 2002-08-21 [colin]      0.8.1claws96
7160
7161         * src/summaryview.c
7162                 fix summaryview_searchtype_changed prototype
7163
7164 2002-08-21 [christoph]  0.8.1claws95
7165
7166         * src/mainwindow.c
7167                 o fix broken menu update for sorting type, we have to
7168                   get this info from the summaryview now
7169                 o removed setting of threaded state in menu callback
7170         * src/summaryview.[ch]
7171                 more summaryview/folderitem seperation for
7172                 threading option
7173         * configure.in
7174                 removed not required --with-compiler-flags option
7175
7176 2002-08-21 [oliver]     0.8.1claws94
7177         
7178         * src/toolbar.h 
7179                 o rename toolbar.xml to toolbar_main.xml
7180                   since toolbar_compose.xml might come up 
7181                   any time soon
7182         * README.claws
7183                 add custom toolbar              
7184
7185 2002-08-21 [darko]      0.8.1claws93
7186
7187         * src/procmsg.c
7188                 don't reset tmp flags for messages copied
7189                 to sent folder
7190
7191 2002-08-21 [colin]      0.8.1claws92
7192         
7193         * src/prefs_filtering.c
7194                 fix renaming rules on folder rename 
7195                 when folder is not a leaf folder
7196
7197 2002-08-21 [paul]       0.8.1claws91
7198
7199         * src/prefs_folder_item.c
7200                 fix alignment of colour selector
7201
7202 2002-08-21 [paul]       0.8.1claws90
7203
7204         * sync with 0.8.1cvs27
7205                 see ChangeLog 2002-08-21
7206
7207 2002-08-21 [paul]       0.8.1claws89
7208
7209         * src/summaryview.c
7210                 fix crash when changing field type in
7211                 Quick search bar
7212
7213 2002-08-21 [colin]      0.8.1claws88
7214
7215         * src/summaryview.c
7216                 Made quick search case-insensitive
7217
7218 2002-08-21 [paul]       0.8.1claws87
7219
7220         * sync with 0.8.1cvs26
7221                 see ChangeLog 2002-08-21
7222
7223 2002-08-20 [christoph]  0.8.1claws86
7224
7225         * src/folderview.c
7226         * src/main.c
7227         * src/summaryview.[ch]
7228                 more summaryview/folderitem seperation for
7229                 sort_key and sort_type
7230         * src/procmsg.c
7231                 added missing return statement
7232
7233 2002-08-20 [colin]      0.8.1claws85
7234
7235         * src/summaryview.[ch]
7236                 Added a quick search box
7237         * src/mainwindow.c
7238         * src/prefs_common.[ch]
7239                 Added a show/hide option for the quick search
7240
7241 2002-08-20 [oliver]     0.8.1claws84
7242         
7243         * src/mainwindow.c
7244                 remove toolbar_create_popups
7245         * src/toolbar.[ch]
7246                 o remove toolbar_create_popups
7247                 o fix toolbar_set_sensitive 
7248                   (Bug reports #596834 and #596832)     
7249         * src/prefs_toolbar.c
7250                 o add "Set default" button
7251                 o align label and text + combo widgets
7252
7253 2002-08-20 [hoa]        0.8.1claws83bis
7254
7255         * src/imap.c
7256                 fixed a bug in imap_fetch_msginfo() in case there is no
7257                 current folder.
7258
7259 2002-08-20 [darko]      0.8.1claws83
7260
7261         * src/folderview.c
7262                 copy the color style of folder view so it
7263                 works with GTK themes
7264
7265 2002-08-20 [darko]      0.8.1claws82
7266
7267         * src/folder.h
7268         * src/folderview.c
7269         * src/prefs_folder_item.[hc]
7270                 don't use UI stuff in folder.h
7271
7272 2002-08-20 [darko]      0.8.1claws81
7273
7274         * src/folder.h
7275         * src/prefs_folder_item.h
7276         * src/folderview.c
7277         * src/prefs_folder_item.c
7278                 ability to set folder color in folderview
7279
7280 2002-08-19 [alfons]     0.8.1claws80
7281
7282         * src/summaryview.c
7283                 fix one of the earlier memleaks reported by Martin Kluge
7284
7285 2002-08-19 [alfons]     0.8.1claws79
7286
7287         * src/mainwindow.c
7288                 hide notice view when selecting seperate folder
7289                 view (reported by Urke MMI)
7290
7291 2002-08-19 [christoph]  0.8.1claws78
7292
7293         * src/folderview.c
7294         * src/prefs_folder_item.h
7295         * src/summaryview.[ch]
7296                 o add summary_set_prefs_from_folderitem to set
7297                   summaryview prefs (first step to remove all
7298                   references to the folderitem in summaryview)
7299                 o moved compiled regex stuff from folderitem prefs
7300                   to summaryview code
7301
7302 2002-08-19 [paul]       0.8.1claws77
7303
7304         * src/compose.c
7305                 add check for '.' to QUOTE_IF_REQUIRED
7306
7307 2002-08-19 [paul]       0.8.1claws76
7308
7309         * src/inc.c
7310                 sync with 0.8.1cvs25 (plug memory leak)
7311
7312         * src/prefs_toolbar.c
7313                 re-order prefs_toolbar_cancel()
7314
7315 2002-08-18 [alfons]     0.8.1claws75
7316
7317         * src/inc.c
7318         * src/matcher.c
7319                 plug other memleaks reported by Martin Kluge
7320
7321 2002-08-18 [paul]       0.8.1claws74
7322
7323         * po/pt_BR.po
7324                 updated by Fabio Jr. Beneditto
7325
7326 2002-08-18 [paul]       0.8.1claws73
7327
7328         * src/toolbar.[ch]
7329                 fix bug where tooltips were displayed untranslated              
7330
7331         * src/prefs_toolbar.c
7332                 fix bug where clicking 'Cancel' creates an icon & text
7333                 toolbar regardless of prefs
7334         
7335
7336 2002-08-17 [oliver]     0.8.1claws72
7337
7338         * src/prefs_toolbar.c
7339                 update toolbar on CANCEL
7340                 bug reported by Martin Kluge
7341         * src/toolbar.c
7342                 toolbar_destroy memleak fixed           
7343
7344 2002-08-17 [alfons]     0.8.1claws71
7345
7346         * src/toolbar.c
7347                 plug another memleak reported by Martin Kluge
7348
7349 2002-08-16 [alfons]     0.8.1claws70
7350
7351         * src/crash.c
7352                 use execvp() correctly (suggested by wwp; thanks!)
7353
7354 2002-08-16 [alfons]     0.8.1claws69
7355
7356         * src/gtksctree.c
7357                 plug memory leak reported by Kim Schultz & Martin Kluge
7358
7359 2002-08-16 [paul]       0.8.1claws68
7360
7361         * po/es.po
7362                 updated by Ricardo Mones Lastra
7363
7364 2002-08-16 [paul]       0.8.1claws67
7365
7366         * src/toolbar.h
7367                 fix bug where 'Compose News' icon showed wrong
7368                 tooltip
7369
7370 2002-08-16 [paul]       0.8.1claws66
7371
7372         * sync with 0.8.1cvs24
7373                 see ChangeLog 2002-08-16
7374
7375         * po/it.po
7376                 updated by Alessandro Maestri
7377
7378 2002-08-15 [paul]       0.8.1claws65
7379
7380         * po/sr.po
7381                 updated by Urke MMI
7382
7383 2002-08-15 [paul]       0.8.1claws64
7384
7385         * src/*.c
7386                 don't translate debug info
7387
7388         * src/matcher.[ch]
7389                 add copyright info
7390
7391 2002-08-15 [paul]       0.8.1claws63
7392
7393         * src/prefs_toolbar.c
7394                 fix bug where clicking 'OK' creates an icon & text
7395                 toolbar regardless of prefs
7396
7397 2002-08-14 [alfons]     0.8.1claws62
7398
7399         * src/main.c
7400                 add global var that has the full argv[0]
7401         * src/crash.c
7402                 o execvp the correct sylpheed by using argv0
7403                   and setting the correct work dir
7404                 o other tweaks  
7405
7406 2002-08-14 [oliver]     0.8.1claws61
7407         
7408         * enable/disable Toolbar Action Buttons 
7409         * code cleanups
7410         * src/mainwindow.c
7411         * src/toolbar.[ch]      
7412         * src/prefs_toolbar.c   
7413
7414 2002-08-14 [melvin]     0.8.1claws60
7415
7416         * po/fr.po
7417                 Updated French translations
7418
7419 2002-08-14 [melvin]     0.8.1claws59
7420
7421         * src/crash.c
7422                 Made bug report not translatable
7423         * src/exporthtml.c
7424                 Fixed exporthtml_build_filespec() return value
7425         * src/foldersel.c
7426                 Fixed incorrect include file
7427         * src/gtkspell.c
7428         * src/prefs_actions.c
7429         * src/prefs_toolbar.c
7430                 Made debug info not translatable
7431         * src/mutt.c
7432         * src/quote_fmt.c
7433                 Added missing includes
7434         * src/prefs_common.c
7435                 Fixed typo
7436
7437 2002-08-14 [paul]       0.8.1claws58
7438
7439         * faq/es/sylpheed-faq.html
7440           faq/es/sylpheed-faq-[1-3].html
7441           faq/es/sylpheed-faq-4.html     **NEW FILE **
7442                 update Spanish FAQ
7443
7444 2002-08-13 [christoph]  0.8.1claws57
7445
7446         * src/procmsg.c
7447                 ignore thread fix that did not mark all
7448                 child nodes of a ignored thread as
7449                 ignored. Does not work perfectly yet,
7450                 but it is better now
7451
7452 2002-08-13 [alfons]     0.8.1claws56
7453
7454         * src/crash.c
7455                 o implement 'save crash log'
7456                 o some tweaks
7457
7458 2002-08-13 [melvin]     0.8.1claws55
7459
7460         * src/main.c
7461                 removed unrequired "execinfo.h" header
7462
7463 2002-08-12 [paul]       0.8.1claws54
7464
7465         * faq/en/sylpheed-faq.html
7466           faq/en/sylpheed-faq-[1-3].html
7467           faq/en/sylpheed-faq-4.html     **NEW FILE **
7468                 update English FAQ
7469
7470 2002-08-12 [alfons]     0.8.1claws53
7471
7472         * po/POTFILES.in
7473                 add crash.c to translatables
7474         * src/crash.c
7475                 bring in Leandro's crash dialog
7476
7477 2002-08-11 [alfons]     0.8.1claws52
7478
7479         * src/crash.c
7480                 clean up some warnings
7481
7482 2002-08-11 [alfons]     0.8.1claws51
7483
7484         * acconfig.h
7485         * configure.in
7486         * src/crash.[ch]        ** NEW FILES **
7487         * src/main.c            
7488                 initial gdb crash handler
7489
7490 2002-08-11 [paul]       0.8.1claws50
7491
7492         * src/prefs_toolbar.c
7493                 replace Up/Down arrow pixmaps with text to be
7494                 consistent across icon themes
7495
7496 2002-08-11 [paul]       0.8.1claws49
7497
7498         * src/prefs_common.c
7499           src/prefs_toolbar.c
7500                 rename 'Pixmap' -> 'Icon'
7501
7502         * src/toolbar.[ch]
7503                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
7504
7505 2002-08-10 [paul]       0.8.1claws48
7506
7507         * src/prefs_toolbar.c
7508                 re-work the UI
7509
7510 2002-08-10 [paul]       0.8.1claws47
7511
7512         * src/main.c
7513                 don't write Processing progress to status bar
7514                 patch submitted by Alexander Evseev
7515
7516         * src/prefs_toolbar.c
7517                 re-position and resize window
7518                 make window assume correct size on first call
7519
7520 2002-08-10 [paul]       0.8.1claws46
7521
7522         * src/mainwindow.c
7523           src/prefs_toolbar.c
7524           src/toolbar.c
7525           src/toolbar.h
7526                 obey coding style
7527                 follow UI text conventions
7528
7529 2002-08-10 [alfons]     0.8.1claws45
7530
7531         * src/toolbar.c
7532                 correct pixmap for delete action
7533
7534 2002-08-10 [paul]       0.8.1claws44
7535
7536         * po/pt_BR.po
7537                 updated by Fabio Jr. Beneditto
7538
7539 2002-08-10 [paul]       0.8.1claws43
7540
7541         * po/POTFILES.in
7542                 add custom toolbar files
7543
7544 2002-08-10 [paul]       0.8.1claws42
7545
7546         * sync with 0.8.1cvs22
7547                 see ChangeLog 2002-08-09
7548
7549 2002-08-09 [paul]       0.8.1claws41
7550
7551         * tools/Makefile.am
7552           tools/README
7553           tools/outlook2sylpheed.pl     ** NEW FILE **
7554                 add script to convert exported Outlook
7555                 contacts list to a Sylpheed addressbook.
7556                 Submitted by Ricardo Mones Lastra.
7557
7558 2002-08-09 [paul]       0.8.1claws40
7559
7560         * AUTHORS
7561           configure.in
7562           po/sr.po      ** NEW FILE **
7563                 add Serbian message catalog. Submitted by
7564                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
7565
7566 2002-08-09 [paul]       0.8.1claws39
7567
7568         * sync with 0.8.1cvs21
7569                 see ChangeLog 2002-08-08
7570
7571 2002-08-08 [oliver]     0.8.1claws38
7572
7573         * src/mainwindow.c
7574                 move Custom Toolbar to Configuration menu
7575
7576 2002-08-08 [oliver]     0.8.1claws37
7577
7578         * src/prefs_toolbar.c
7579                 fix substitute pixmap bug
7580
7581 2002-08-08 [paul]       0.8.1claws36
7582
7583         * sync with 0.8.1cvs19
7584                 see ChangeLog 2002-08-08
7585
7586 2002-08-07 [christoph]  0.8.1claws35
7587
7588         * src/utils.c
7589                 fixed a memory leak in new canonicalize_file_replace
7590
7591 2002-08-07 [christoph]  0.8.1claws34
7592
7593         * src/utils.[ch]
7594                 o canonicalize_file_replace should create the temporary
7595                   file in the same directory as the original file.
7596                 o added get_tmpfile_in_dir that creates a temorary file
7597                   in a specified directory.
7598
7599 2002-08-07 [melvin]     0.8.1claws33
7600
7601         * src/toolbar.c
7602                 fixed bug where 'Article' button acted as 'Email' button.
7603
7604 2002-08-07 [paul]       0.8.1claws32
7605
7606         * sync with 0.8.1.cvs17
7607                 see ChangeLog 2002-08-07
7608
7609 2002-08-07 [colin]      0.8.1claws31
7610         
7611         * src/news.c
7612                 fix mass-cancel problem
7613
7614 2002-08-07 [thorsten]   0.8.1claws30
7615
7616         * src/prefs_toolbar.c
7617                 fix: crash on replace or add new button
7618         * src/toolbar.c
7619                 fix: close xmlfile after reading
7620         * src/utils.c
7621                 fix: unlink() file before rename()
7622
7623 2002-08-06 [paul]       0.8.1claws29
7624
7625         * sync with 0.8.cvs15
7626                 see ChangeLog 2002-08-06
7627
7628 2002-08-06 [oliver]     0.8.1claws28
7629
7630         * src/toolbar.c
7631         * src/prefs_toolbar.c
7632                 fixed empty toolbar issue
7633
7634 2002-08-06 [oliver]     0.8.1claws27
7635
7636         * Custom Toolbar Final 
7637         * src/folderview.c
7638         * src/inc.c
7639         * src/summaryview.c
7640                 o toolbar stuff now lives in src/toolbar.[ch]
7641                 o main_window_toolbar_* functions are renamed to
7642                   toolbar_* reflecting their new source file
7643         * src/mainwindow.[ch]
7644                 o remove toolbar stuff  
7645
7646 2002-08-06 [oliver]     0.8.1claws26
7647         
7648         * src/Makefile.am
7649         * src/prefs_toolbar.[ch]        **New File**
7650         * src/toolbar.[ch]              **New File**
7651                 o prefs_toolbar.[ch] custom toolbar frontend
7652                 o toolbar.[ch]       backend 
7653
7654 2002-08-06 [oliver]     0.8.1claws25
7655
7656         * src/prefs_actions.[ch]
7657                 o new exported function actions_execute
7658
7659 2002-08-06 [paul]       0.8.1claws24
7660
7661         * sync with 0.8.1cvs4
7662                 see ChangeLog 2002-08-06
7663
7664 2002-08-06 [paul]       0.8.1claws23
7665
7666         * sync with 0.8.1cvs13
7667                 see ChangeLog 2002-08-06
7668
7669 2002-08-06 [paul]       0.8.1claws22
7670
7671         * sync with 0.8.1cvs12
7672                 see ChangeLog 2002-08-05 and 2002-08-06
7673
7674 2002-08-06 [match]      0.8.1claws21
7675
7676         * src/addrclip.c
7677                 improvements to cut/copy/paste address
7678
7679 2002-08-05 [match]      0.8.1claws20
7680
7681         * src/addritem.[ch]
7682         * src/addrcache.c
7683         * src/addrbook.c
7684         * src/editaddress.c
7685         * src/addressbook.c
7686                 fixes to improve cut/copy/paste
7687
7688 2002-08-06 [melvin]     0.8.1claws19
7689
7690         * src/account.[ch]
7691                 account_find_all_from_address(): new function that returns the
7692                 list of all accounts that are matched in an address.
7693         * src/alertpanel.[ch]
7694                 alertpanel() now accepts a custom widget
7695                 alertpanel_with_widget(): new function that pops up a panel with
7696                 a custom widget in it 
7697         * src/gtkutils.[ch]
7698                 gtkut_account_menu_new(): new function that allows the selection
7699                 of an account from a list of accounts.
7700         * src/messageview.c
7701                 Extended Return Receipt notification to select the correct 
7702                 account and to make a security test on the Delivery-Notification
7703                 address which should be the same as the Return-Path.
7704
7705 2002-08-06 [thorsten]   0.8.1claws18
7706
7707         * src/mimeview.c
7708                 attach_all: save unnamed as "noname.%d",
7709                 dont free static dirname
7710
7711 2002-08-05 [alfons]     0.8.1claws17
7712
7713         * configure.in
7714                 detect XIM by trying to link rather than compile a XIM program
7715
7716 2002-08-05 [oliver]     0.8.1claws16
7717                 
7718         * src/stock_pixmap.[ch]
7719                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
7720                 o new func to retrieve pixmaps
7721
7722 2002-08-05 [paul]       0.8.1claws15
7723
7724         * sync with 0.8.1cvs10
7725                 see ChangeLog 2002-08-05
7726
7727 2002-08-04 [alfons]     0.8.1claws14
7728
7729         * src/textview.c
7730                 see if this plugs memleak
7731
7732 2002-08-04 [melvin]     0.8.1claws13
7733
7734         * src/gtkspell.c
7735                 fixed bug that could crash Sylpheed when highlighting
7736                 all misspelled words.
7737
7738 2002-08-03 [melvin]     0.8.1claws12
7739
7740         * src/prefs_actions.c
7741                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
7742         * src/messageview.c
7743                 fixed bug where the Return Receipt was sent to
7744                 Delivery-Notification-To address even if it was not present
7745
7746 2002-08-02 [alfons]     0.8.1claws11
7747
7748         * src/prefs_actions.c
7749                 o more check for NULLs
7750                 o put create_io_dialog() in right conditional block
7751
7752 2002-08-02 [paul]       0.8.1claws10
7753
7754         * po/es.po
7755                 updated by Ricardo Mones Lastra
7756
7757 2002-08-01 [christoph]  0.8.1claws9
7758
7759         * src/folder.c
7760                 don't free the cache of the opened
7761                 folder in the summaryview
7762         * src/summaryview.c
7763                 don't unset flags, if it is not required
7764
7765 2002-08-01 [paul]       0.8.1claws8
7766
7767         * sync with 0.8.1cvs8
7768                 see ChangeLog entry 2002-08-01
7769
7770 2002-08-01 [paul]       0.8.1claws7
7771
7772         * sync with 0.8.1cvs7
7773                 see ChangeLog 2002-07-31 and 2002-08-01
7774
7775 2002-07-31 [christoph]  0.8.1claws6
7776
7777         * src/mainwindow.c
7778                 forgot to update menu sensitivity
7779                 function for new menu entry
7780
7781 2002-07-31 [alfons]     0.8.1claws5
7782
7783         * src/main.c
7784                 check folder item and its path for NULL on
7785                 initial processing
7786
7787 2002-07-31 [christoph]  0.8.1claws4
7788
7789         * src/folder.c
7790                 check if folder_item_get_msginfo in
7791                 folder_item_remove_msg returned NULL
7792         * src/imap.c
7793                 better clear the uid cache in the
7794                 uid validity check function and delete
7795                 cached messages
7796
7797 2002-07-31 [paul]       0.8.1claws3
7798
7799         * man/sylpheed.1
7800                 add the '--attach' option and a few other
7801                 minor changes
7802
7803 2002-07-31 [paul]       0.8.1claws2
7804
7805         * sync with 0.8.1cvs5
7806                 see ChangeLog 2002-07-31
7807
7808 2002-07-31 [christoph]  0.8.1claws1
7809
7810         * src/folderview.[ch]
7811         * src/mainwindow.c
7812                 replace "Rescan all folders..." with
7813                 "Check all folders for new messages..."
7814
7815 2002-07-30 [paul]       0.8.1claws
7816
7817         * version 0.8.1claws released
7818
7819 2002-07-30 [paul]       0.8.0claws29
7820
7821         * tools/OOo2sylpheed.pl ** NEW FILE **
7822           tools/README
7823                 add script to enable sending documents as
7824                 attachments from OpenOffice.org
7825
7826 2002-07-30 [melvin]     0.8.0claws28
7827
7828         * src/prefs_actions.c
7829                 Made the actions' input/output dialog display
7830                 without delay.
7831
7832 2002-07-30 [christoph]  0.8.0claws27
7833
7834         * src/procmsg.c
7835                 check if folder_item_get_msginfo in
7836                 procmsg_save_to_outbox returned NULL
7837
7838 2002-07-30 [paul]       0.8.0claws26
7839
7840         * sync with 0.8.1cvs4
7841                 see ChangeLog 2002-07-29
7842
7843 2002-07-29 [thorsten]   0.8.0claws25
7844
7845         * README.claws
7846                 added selective download, delete on server
7847
7848 2002-07-29 [paul]       0.8.0claws24
7849
7850         * sync with 0.8.1cvs3
7851                 see ChangeLog 2002-07-29
7852
7853 2002-07-27 [christoph]  0.8.0claws23
7854
7855         * src/folder.c
7856                 add extra check if fetching the msginfo
7857                 returned NULL
7858
7859 2002-07-27 [paul]       0.8.0claws22
7860
7861         * sync with 0.8.1cvs2
7862                 see ChangeLog 2002-07-26
7863
7864 2002-07-27 [christoph]  0.8.0claws21
7865
7866         * src/imap.c
7867                 add another check if a valid msginfo
7868                 was returned
7869
7870 2002-07-26 [hoa]        0.8.0claws20
7871
7872         * src/folder.c
7873                 Fixed a condition in folder_item_destroy()
7874
7875         * src/imap.c
7876                 Fixed an error in IMAP protocol
7877
7878 2002-07-26 [alfons]     0.8.0claws19
7879
7880         * src/folder.c
7881                 ofcourse compare with identifier, not the path
7882
7883 2002-07-26 [alfons]     0.8.0claws18
7884
7885         * src/folder.c
7886                 use folder item identifier for saving / restoring
7887                 preferences because folder->path might not be unique
7888
7889 2002-07-26 [melvin]     0.8.0claws17
7890
7891         * src/logwindow.c
7892                 Fixed a crash introduced in 0.8.0claws5 when log is 
7893                 cut under 80 characters.
7894
7895 2002-07-26 [paul]       0.8.0claws16
7896
7897         * sync with 0.8.1cvs1
7898                 see ChangeLog 2002-07-26
7899
7900 2002-07-26 [christoph]  0.8.0claws15
7901
7902         * src/imap.[ch]
7903                 imap folder now remembers the last selected
7904                 folder and imap_fetch_msginfo skips selecting
7905                 the folder if it is already selected
7906
7907 2002-07-26 [christoph]  0.8.0claws14
7908
7909         * src/folder.c
7910         * src/folderview.c
7911         * src/imap.c
7912                 fix imap folder rescanning
7913
7914 2002-07-25 [christoph]  0.8.0claws13
7915
7916         * src/filter.c
7917         * src/folder.[ch]
7918         * src/folderview.c
7919         * src/imap.[ch]
7920         * src/mainwindow.c
7921         * src/mbox_folder.c
7922         * src/mh.c
7923         * src/news.c
7924                 implement imap uid cache and uid validity check
7925
7926 2002-07-25 [alfons]     0.8.0claws12
7927
7928         * src/summaryview.c
7929                 fix a brown paper bag bug, and also add some more
7930                 checks
7931
7932 2002-07-25 [christoph]  0.8.0claws11
7933
7934         * src/folder.c
7935                 don't mix copy, fetch_msginfo and remove
7936                 operations in folder item copy and move
7937                 operations
7938
7939 2002-07-25 [christoph]  0.8.0claws10
7940
7941         * src/folderview.c
7942         * src/mainwindow.c
7943         * src/prefs_folder_item.c
7944         * src/summaryview.[ch]
7945                 remove no longer required parameter update_cache from
7946                 summary_show
7947
7948 2002-07-25 [paul]       0.8.0claws9
7949
7950         * sync with 0.8.1
7951         
7952         * AUTHORS
7953                 a few corrections
7954
7955 2002-07-24 [alfons]     0.8.0claws8
7956
7957         * src/summaryview.c
7958                 sort correctly when using simplified subject line
7959                 (closes feature request "[ 585141 ] applying regexp to subject 
7960                 before sort" submitted by Alexandra Walford)
7961
7962 2002-07-24 [paul]       0.8.0claws7
7963
7964         * sync with 0.8.0cvs3
7965                 see ChangeLog 2002-07-24
7966
7967 2002-07-23 [christoph]  0.8.0claws6
7968
7969         * src/folder.c
7970         * src/folder.h
7971         * src/summaryview.c
7972         * src/summaryview.h
7973         * src/main.c
7974                 o separate processing and summaryview
7975                 o removed summary_write_cache from summaryview
7976                 o removed summaryview->killed_messages, because we don't have
7977                   to keep a list of killed messages anymore. New cache will
7978                   keep the hidden messages in cache anyway
7979         * src/folderview.c
7980         * src/inc.c
7981         * src/selective_download.c
7982                 o removed unnecessary summary_write_cache calls
7983         * src/procmsg.c
7984                 o don't set ignore thread flag in procmsg_get_thread_tree
7985                   if it is already set
7986         * src/mainwindow.c
7987         * src/statusbar.h
7988                 o moved STATUSBAR_PUSH/POP to statusbar.h because
7989                   they are used in different files
7990
7991 2002-07-23 [melvin]     0.8.0claws5
7992
7993         * src/addressbook.c
7994         * src/addrgather.c
7995         * src/editaddress.c
7996         * src/editgroup.c
7997         * src/editldap_basedn.c
7998         * src/importldif.c
7999         * src/prefs_common.c
8000                 Fixed few memory leak (gtk_editable_get_chars returns
8001                 an allocated string)
8002         * src/logwindow.c
8003                 Fixed few memory leak (gtk_editable_get_chars returns
8004                 an allocated string) and modified a little the log cutting
8005                 loop.
8006         * src/compose.c
8007                 Replaced a call to an obsolete function gtk_entry_get_text()
8008                 by gtk_editable_get_chars()
8009         * src/send.c
8010                 Removed a debug printf
8011
8012 2002-07-23 [christoph]  0.8.0claws4
8013
8014         * src/filesel.c
8015                 fix another g_dirname memory leak
8016
8017 2002-07-23 [christoph]  0.8.0claws3
8018
8019         * src/mh.c
8020                 fixed a memory leak in mh_fetch_msginfo
8021                 fixed crash when message header could not be
8022                 parsed
8023
8024 2002-07-23 [paul]       0.8.0claws2
8025
8026         * sync with 0.8.0cvs2
8027                 see ChangeLog 2002-07-23
8028
8029 2002-07-23 [paul]       0.8.0claws1
8030
8031         * sync with 0.8.0cvs1
8032                 see ChangeLog 2002-07-23
8033
8034 2002-07-23 [paul]       0.8.0claws
8035
8036         * release of 0.8.0claws
8037
8038 2002-07-23 [paul]       0.7.8claws99
8039
8040         * po/ru.po
8041                 new Russian translation, submitted by
8042                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
8043
8044 2002-07-22 [jens]       0.7.8claws98
8045
8046         * po/de.po
8047                 Updated German translations.
8048
8049 2002-07-22 [paul]       0.7.8claws97
8050
8051         * po/es.po
8052           po/it.po
8053           po/nl.po
8054           po/pt_BR.po
8055                 updated translations by Ricardo Mones Lastra,
8056                 Alessandro Maestri, Wilbert Berendsen and 
8057                 Fabio Jr. Beneditto respectively
8058
8059 2002-07-22 [christoph]  0.7.8claws96
8060
8061         * src/mimeview.c
8062                 fix memory leak caused by wrong g_dirname usage
8063
8064 2002-07-22 [christoph]  0.7.8claws95
8065
8066         * src/summaryview.c
8067                 update new and unread message counts for summaryview
8068                 summaryview does not get it from the folder anymore
8069                 and has to update the values itself
8070
8071 2002-07-22 [melvin]     0.7.8claws94
8072
8073         * po/fr.po
8074                 Updated French translations.
8075
8076 2002-07-22 [christoph]  0.7.8claws93
8077
8078         * src/matcher.c
8079                 set prop->preg pointer to NULL or following check
8080                 will not fail and regexec will be called with
8081                 invalid pointer
8082
8083 2002-07-21 [alfons]     0.7.8claws92
8084         
8085         * src/prefs_common.[ch]
8086                 remove option "Send return receipt on request"
8087
8088 2002-07-21 [thorsten]   0.7.8claws91
8089
8090         * src/mimeview.c
8091                 fixed memleaks, coding style as pointed out by alfons
8092
8093 2002-07-21 [alfons]     0.7.8claws90
8094
8095         * src/messageview.c
8096         * src/noticeview.[ch]
8097                 o fix bug notice view being displayed when going to empty folder 
8098                   (noticed by Christoph)
8099                 o allow RRR to be sent when restarting sylpheed, or changing folder 
8100                   (noticed by Thorsten)
8101
8102 2002-07-21 [thorsten]   0.7.8claws89
8103
8104         * src/mimeview.c
8105                 Included save_all patch from Xaview FACQ
8106                 added support for pathnames
8107
8108 2002-07-21 [alfons]     0.7.8claws88
8109
8110         * po/POTFILES.in
8111         * src/Makefile.am
8112         * src/mainwindow.c
8113         * src/messageview.[ch]
8114         * src/noticeview.c      ** NEW FILE **
8115         * src/noticeview.h      ** NEW FILE **
8116                 make return receipts work again
8117                 (UI idea by Leandro Pereira)
8118
8119 2002-07-21 [paul]       0.7.8claws87
8120
8121         * src/summaryview.c
8122                 fix sensitivity of 'Select thread'
8123
8124 2002-07-21 [paul]       0.7.8claws86
8125
8126         * src/prefs_common.c
8127                 add browser command line for Galeon
8128
8129 2002-07-21 [paul]       0.7.8claws85
8130
8131         * Makefile.am
8132                 fix 'EXTRA_DIST': remove README.README, add TODO
8133                 and TODO.claws
8134
8135 2002-07-21 [alfons]     0.7.8claws84
8136
8137         * src/gtkstext.c
8138                 make enter clear selection
8139                 (closes "[ 579888 ] Editor selection/entry error"
8140                 reported by Steve Lamb)
8141
8142 2002-07-21 [alfons]     0.7.8claws83
8143         
8144         * src/summaryview.c
8145                 sort message list when selecting unthread messages
8146                 (closes "[ 501593 ] switching threaded view doesn't sort"
8147                 reported by Simon Schubert)
8148
8149 2002-07-20 [alfons]     0.7.8claws82
8150         
8151         * src/matcher.c
8152                 const-correctness
8153
8154 2002-07-20 [thorsten]   0.7.8claws81
8155
8156         * src/matcher.c
8157                 Fixed expansion of empty fields in matchactions
8158
8159 2002-07-19 [melvin]     0.7.8claws80
8160
8161         * src/gtkspell.c
8162                 Removed a duplicate menu entry (fast mode) introduced during
8163                 the new cache merge
8164                 Added a menu separator between 'Use alternate' and 'Fast mode'
8165
8166 2002-07-19 [paul]       0.7.8claws79
8167
8168         * tools/Makefile.am
8169           tools/README
8170                 correct typos
8171
8172 2002-07-19 [thorsten]   0.7.8claws78
8173
8174         * tools/calypso_convert.pl      ** NEW FILE **
8175           tools/README
8176           tools/Makefile.am
8177                 script to import mbox files exported
8178                 by calypso
8179                 o generates folder structure
8180                 o includes attachments
8181
8182 2002-07-19 [melvin]     0.7.8claws77
8183
8184         * src/selective_download.[ch]
8185                 Fixed bug where closing the dialog with the window manager's
8186                 close button will not unlock the summary
8187                 Corrected some function declarations that missed a return value
8188                 Made the source code comply better with coding style.
8189         * src/prefs_common.c
8190                 Added new browser command line for Mozilla.
8191
8192 2002-07-18 [paul]       0.7.8claws76
8193
8194         * src/mainwindow.c
8195           src/selective_download.[ch]
8196                 reflect theme changes, fix Gdk Warning when creating 
8197                 pixmap from NULL window, and minor clean up.
8198                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8199
8200         * po/en_GB.po
8201                 updated
8202
8203 2002-07-17 [paul]       0.7.8claws75
8204
8205         * INSTALL[.jp]
8206                 sync with 0.8.0
8207         
8208         * po/en_GB.po
8209                 updated
8210
8211 2002-07-16 [paul]       0.7.8claws74
8212
8213         * tools/filter_conv.pl
8214           tools/README
8215                 replace conversion script with reimplemented version, 
8216                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
8217
8218 2002-07-16 [colin]      0.7.8claws73
8219
8220         * src/summaryview.c
8221                 remove forgotten debug messages - sorry ;-)
8222
8223 2002-07-16 [colin]      0.7.8claws72
8224
8225         * src/mimeview.c
8226           src/summaryview.c
8227           src/textview.c
8228           src/textview.h
8229                 add the ability to select part of a text mime-part 
8230                 to reply.
8231
8232 2002-07-15 [christoph]  0.7.8claws71
8233
8234         * src/folder.c
8235                 fix folder message count for folders without
8236                 msg_is_changed (includes news folders)
8237
8238 2002-07-15 [martin]     0.7.8claws70
8239
8240         * src/summaryview.c
8241                 option "display recipient on 'From'..." now works
8242                 without the need of enabling the option
8243                 "display  sender  using  address  book".
8244
8245 2002-07-15 [christoph]  0.7.8claws69
8246
8247         * src/summaryview.c
8248                 removed setting folder status from summaryview.
8249                 folder.c should update all message counts correctly.
8250
8251 2002-07-15 [paul]       0.7.8claws68
8252
8253         * po/pt_BR.po
8254                 updated by Fabio Junior Beneditto
8255
8256 2002-07-15 [darko]      0.7.8claws67
8257
8258         * src/mh.c
8259                 Fixed target folder colorization, don't decrease op
8260                 number twice
8261
8262 2002-07-14 [paul]       0.7.8claws66
8263
8264         * sync with main 0.8.0
8265                 see ChangeLog 2002-07-14
8266
8267 2002-07-13 [melvin]     0.7.8claws65
8268         
8269         * src/addrbook.c
8270         * src/addressbook.c
8271         * src/addrindex.c
8272                 Replaced sprintf by g_snprintf to prevent possible buffer
8273                 overflow.
8274         * src/news.c
8275                 Corrected a log message output format.
8276                 Added a missing "done" debug output.
8277         * src/compose.c
8278                 Added keyboard accelerator for Priority menu items
8279                 Added missing \n in debug output
8280         * src/logwindow.c
8281         * src/gtkspell.c
8282         * src/rfc2015.c
8283                 Added missing \n in debug output
8284
8285 2002-07-13 [paul]       0.7.8claws64
8286
8287         * man/sylpheed.1
8288                 change Sergey's email address to the sf address
8289
8290         * src/textview.c
8291                 increase show_url_timeout (more useful for long
8292                 urls)
8293
8294 2002-07-12 [sergey]     0.7.8claws63
8295
8296         * src/rfc2015.c
8297                 applied (with some modifications) patch to set the
8298                 micalg parameter for signatures
8299                 (2001-08-28 Werner Koch <wk@gnupg.org>)
8300
8301 2002-07-12 [sergey]     0.7.8claws62
8302
8303         * man/Makefile.am
8304         * configure.in
8305                 fixed man page installation
8306
8307 2002-07-12 [paul]       0.7.8claws61
8308
8309         * sync with 0.7.8cvs26
8310                 see ChangeLog 2002-07-11 and 2002-07-12
8311
8312 2002-07-11 [christoph]  0.7.8claws60
8313
8314         * src/compose.c
8315         * src/procmsg.c
8316                 first use the message number to find the message
8317                 to mark with a reply flag but check the
8318                 message-id if we got the correct message, if not
8319                 try to find it by message-id.
8320                 use new string seperator that is not allowed
8321                 in message-ids.
8322
8323 2002-07-11 [paul]       0.7.8claws59
8324
8325         * sync with 0.7.8cvs23
8326                 see ChangeLog 2002-07-10
8327
8328 2002-07-10 [christoph]  0.7.8claws58
8329
8330         * src/folder.[ch]
8331         * src/msgcache.[ch]
8332                 Added message-id table to the cache in memory
8333                 and functions to msgcache.c and folder.c to
8334                 fetch MsgInfos by message id
8335         * src/compose.c
8336         * src/procmsg.c
8337                 store folder and message-id of message replying
8338                 to in queue header and set reply flag after sending
8339                 (Closes bug #469498)
8340
8341 2002-07-10 [paul]       0.7.8claws57
8342
8343         * AUTHORS
8344           man/sylpheed.1.gz
8345                 add Martin to the list of authors
8346
8347 2002-07-09 [martin]     0.7.8claws56
8348         * src/gtksctree.c
8349                 Added gtk_ctree_last_visible(), tree_update_level(),
8350                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
8351                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8352                 from gtk+ to gtksctree.c for the new sorting code
8353                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
8354                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
8355         * src/gtksctree.h
8356                 Added declaration for gtk_sctree_sort_recursive() and
8357                 gtk_sctree_sort_node
8358         * src/addressbook.c
8359         * src/foldersel.c
8360         * src/folderview.c
8361         * src/summaryview.c
8362                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8363                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
8364
8365 2002-07-08 [paul]       0.7.8claws55
8366
8367         * more sync with 0.7.8cvs21
8368                 see ChangeLog 2002-07-08
8369
8370 2002-07-08 [paul]       0.7.8claws54
8371
8372         * sync with 0.7.8cvs21
8373                 see ChangeLog 2002-07-08
8374
8375 2002-07-07 [alfons]     0.7.8claws53
8376
8377         * src/Makefile.am
8378         * src/stock_pixmap.[ch]
8379         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
8380         * src/pixmaps/notice_error.xpm  ** NEW FILE **
8381         * src/pixmaps/notice_note.xpm   ** NEW FILE **
8382                 add new pixmaps for upcoming notice pane
8383
8384 2002-07-06 [melvin]     0.7.8claws52
8385
8386         * src/gtkspell.[ch]
8387                 Made them a bit closer to Sylpheed's coding style.
8388                 Removed old code.
8389                 Removed possible memory leaks when some errors occurs.
8390
8391 2002-07-06 [melvin]     0.7.8claws51
8392
8393         * po/Makefile.in.in
8394                 Removed --no-location in xgettext command line to help
8395                 translators that use Emacs' po-mode
8396         * src/quote_fmt.c
8397                 Removed unnecessary comments that messed up sylpheed.pot
8398
8399 2002-07-06 [paul]       0.7.8claws50
8400
8401         * sync with 0.7.8cvs19
8402                 see ChangeLog 2002-07-05
8403
8404 2002-07-06 [christoph]  0.7.8claws49
8405
8406         * src/folder.c
8407         * src/mainwindow.c
8408                 fix folder_item_remove_all_msg and folderview
8409                 status for trash folders after emptying trash
8410
8411 2002-07-05 [paul]       0.7.8claws48
8412
8413         * sync with 0.7.8cvs16
8414                 see ChangeLog 2002-07-04 and 2002-07-05
8415
8416 2002-07-04 [paul]       0.7.8claws47
8417
8418         * sync with 0.7.8cvs14
8419                 see  ChangeLog 2002-07-04
8420
8421 2002-07-03 [alfons]     0.7.8claws46
8422
8423         * src/folder.c
8424                 dupe folder item's path because it's being reallocated
8425                 by new folder scanning code
8426
8427 2002-07-03 [christoph]  0.7.8claws45
8428
8429         * src/imap.c
8430                 better IMAP uid fetching using 'FETCH 1:* (UID)'
8431         * src/msgcache.c
8432                 add missing return in msgcache_write
8433
8434 2002-07-02 [thorsten]   0.7.8claws44
8435
8436         * src/jpilot.c
8437         * src/msgcache.c
8438         * src/rfc2015.c
8439                 use binary mode for file access
8440
8441 2002-07-02 [christoph]  0.7.8claws43
8442
8443         * major code cleanup (part 1)
8444         
8445                 - unused variables removed
8446                 - unused functions removed
8447                 - uninitialized variables checked
8448                 - missing return statements added
8449                 - missing function return types added
8450                 - added parentheses around assignment and
8451                   && in || when suggested by gcc
8452               
8453         * src/mh.c
8454         * src/folder.c
8455                 replaced direct calls to folder->scan_tree
8456                 with folder_scan_tree and restore folder
8457                 prefs in this function. The folder should
8458                 not have to deal with them.
8459                 ( Should now work for all folder types )
8460
8461 2002-07-02 [paul]       0.7.8claws42
8462
8463         * sync with 0.7.8cvs13
8464                 see ChangeLog 2002-07-01 and 2002-07-02
8465
8466 2002-07-01 [christoph]  0.7.8claws41
8467
8468         * src/summaryview.c
8469                 fix "goto next/prev unread message" with
8470                 ignored threads
8471
8472 2002-07-01 [paul]       0.7.8claws40
8473
8474         * po/es.po
8475                 updated by Ricardo Mones Lastra
8476
8477 2002-06-30 [match]      0.7.8claws39
8478
8479         * src/jpilot.c
8480                 applied variation of leonerd's patch (566661) to
8481                 allow multiple email addresses per JPilot entry.
8482                 addresses may be separated by space, comma, pipe,
8483                 semi-colon, new-line.
8484
8485 2002-06-30 [alfons]     0.7.8claws38
8486
8487         * src/procmsg.c
8488                 simple fix for putting older nodes before
8489                 newer nodes when threading by subject
8490
8491 2002-06-30 [christoph]  0.7.8claws37
8492
8493         * src/folder.c
8494         * src/folderview.c
8495         * src/mh.c
8496         * src/news.c
8497         * src/procmsg.c
8498                 fix broken folder tree rescaning
8499                 and don't use procmsg_get_mark_sum
8500                 anymore
8501
8502 2002-06-30 [christoph]  0.7.8claws36
8503
8504         * merge new cache branch
8505         * src/imap.c
8506                 fix new cache imap copy bug
8507         * src/folder.c
8508                 improved folder_item_scan
8509                 it should now always set the correct
8510                 new, unread and total message counts
8511
8512 2002-06-29 [paul]       0.7.8claws35
8513
8514         * configure.in
8515                 correct syntax error
8516
8517 2002-06-29 [paul]       0.7.8claws34
8518
8519         * configure.in
8520           Makefile.am
8521           man/Makefile.am       ** NEW FILE **
8522           man/sylpheed.1.gz     ** NEW FILE **
8523                 add Sylpheed man page
8524
8525 2002-06-29 [paul]       0.7.8claws33
8526
8527         * po/pt_BR.po
8528                 updated by Fabio Junior Beneditto
8529
8530 2002-06-28 [jens]       0.7.8claws32
8531
8532         * po/de.po
8533                 translation updated
8534
8535         * src/selective_download.c
8536                 removed gettext for space " "
8537
8538         * src/imap.c
8539                 removed wrong space
8540
8541 2002-06-28 [paul]       0.7.8claws31
8542
8543         * sync with 0.7.8cvs11
8544                 see ChangeLog 2002-06-28
8545
8546 2002-06-28 [paul]       0.7.8claws30
8547
8548         * sync with 0.7.8cvs10
8549                 see ChangeLog 2002-06-27 and 2002-06-28
8550
8551 2002-06-26 [paul]       0.7.8claws29
8552
8553         * src/addrgather.c
8554           src/selective_download.c
8555                 don't gettextise empty strings.
8556                 reserved by gettext. gettext("") returns 
8557                 the header entry with meta information, 
8558                 not the empty string
8559
8560         * po/en_GB.po
8561                 updated
8562
8563 2002-06-26 [paul]       0.7.8claws28
8564
8565         * sync with 0.7.8cvs7
8566                 see ChangeLog 2002-06-25
8567
8568         * src/prefs_common.c
8569                 ...and in the process, tweak the gui a little
8570
8571 2002-06-25 [alfons]     0.7.8claws27
8572         
8573         * configure.in
8574         * src/Makefile.am
8575                 fine tune ldap library detection
8576
8577 2002-06-25 [alfons]     0.7.8claws26
8578
8579         * src/compose.c
8580                 don't allow return receipts when composing a news article
8581
8582 2002-06-25 [paul]       0.7.8claws25
8583
8584         * Makefile.am
8585                 add '$(AMTAR)' to 'release' section to allow for
8586                 new and older autotools
8587
8588 2002-06-25 [paul]       0.7.8claws24
8589
8590         * src/summaryview.c
8591                 fix "No more unread messages" persistant pop-up
8592                 window bug
8593
8594 2002-06-25 [paul]       0.7.8claws23
8595
8596         * po/it.po
8597                 updated by Alessandro Maestri
8598
8599 2002-06-25 [paul]       0.7.8claws22
8600
8601         * sync with 0.7.8cvs6
8602                 see ChangeLog 2002-06-25
8603
8604 2002-06-24 [paul]       0.7.8claws21
8605
8606         * tools/update-po
8607                 add GPL copyright information
8608
8609 2002-06-24 [paul]       0.7.8claws20
8610
8611         * tools/Makefile.am
8612           tools/README
8613           tools/update-po       ** NEW FILE **
8614                 add script that eases the creation of *.po files
8615                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
8616
8617 2002-06-23 [alfons]     0.7.8claws19
8618
8619         * src/messageview.c
8620                 make notification_convert_header obey const correctness
8621                 (next step will be fixing the broken return receipt)
8622
8623 2002-06-23 [paul]       0.7.8claws18
8624
8625         * src/messageview.c
8626                 fix bug introduced in last commit:
8627                 removed too much code in last commit - put back what's
8628                 needed
8629
8630 2002-06-23 [paul]       0.7.8claws17
8631
8632         * src/messageview.[ch]
8633                 remove code committed in error from locally patched
8634                 source
8635
8636 2002-06-23 [colin]      0.7.8claws16
8637
8638         * src/compose.[ch]
8639                 add compose_entry_select(), used to select the default_to
8640                 email address - hopefully avoiding people sending mails to
8641                 wrong recipients.
8642
8643 2002-06-22 [alfons]     0.7.8claws15
8644
8645         * AUTHORS
8646                 add Bram Metsch & Stanislav Karchebny
8647         * src/smtp.[ch]
8648         * src/prefs_account.[ch]
8649         * src/send.c
8650                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
8651                   options.  (see <http://sourceforge.net/tracker/index.php
8652                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
8653
8654                 - merge Stanislav's fix to make SMTP AUTH work with qmail
8655                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
8656
8657 2002-06-22 [paul]       0.7.8claws14
8658
8659         * sync with 0.7.8cvs5
8660                 see ChangeLog 2002-06-19 and 2002-06-20
8661
8662 2002-06-22 [alfons]     0.7.8claws13
8663
8664         * src/selective_download.c
8665                 fix a stupid mistake I made
8666
8667 2002-06-22 [alfons]     0.7.8claws12
8668
8669         * src/selective_download.[ch]
8670                 fix another unnoticed leak; cleanup code
8671
8672 2002-06-21 [alfons]
8673
8674         * tools/Makefile.am
8675                 gpg-sign <-- gpg-sign-syl
8676
8677 2002-06-21 [alfons]     0.7.8claws11
8678
8679         * src/selective_download.c
8680         * src/selective_download.h
8681                 fix assorted mix of allocation errors (should solve
8682                 problem reported by Philippe Gramoullé, see:
8683                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
8684
8685 2002-06-20 [melvin]     0.7.8claws10
8686
8687         * tools/gpg-sign *REMOVED*
8688           tools/gpg-sign-syl *ADDED*
8689                 Replaced the gpg clearsigning script with the version using
8690                 xterm instead of ssh-askpass and changed its name.
8691
8692         * README.claws
8693                 Updated actions example to reflect the renaming of the
8694                 gpg clearsigning script.
8695
8696 2002-06-19 [paul]       0.7.8claws9
8697
8698         * sync with 0.7.8claws9
8699                 see ChangeLog 2002-06-18 and 2002-06-19
8700
8701 2002-06-19 [paul]       0.7.8claws8
8702
8703         * sync with 0.7.8cvs1
8704                 see ChangeLog 2002-06-18
8705
8706 2002-06-18 [alfons]     0.7.8claws7
8707
8708         * src/mainwindow.h
8709                 add omitted prototype
8710
8711 2002-06-17 [paul]       0.7.8claws6
8712
8713         * src/mainwindow.c
8714                 fix hiding of exec_btn
8715
8716 2002-06-17 [paul]       0.7.8claws5
8717
8718         * src/pop.c
8719                 remove unneeded code: should_delete() 
8720                 and Pop3State::uidl_todelete_list
8721
8722 2002-06-17 [paul]       0.7.8claws4
8723
8724         * sync with 0.7.8
8725                 see ChangeLog 2002-06-11 and 2002-06-13
8726
8727 2002-06-16 [alfons]     0.7.8claws3
8728         
8729         * src/folder.c
8730                 make sure lock sort mode (claws specific) is
8731                 also persists after a tree rescan
8732
8733 2002-06-16 [alfons]     0.7.8claws2
8734
8735         * src/prefs_folder_item.c
8736         * src/folder.[ch]
8737                 fix persistence of folder sort mode (broken
8738                 by adapting Hiro's new folder persistence code)
8739
8740 2002-06-16 [alfons]     0.7.8claws1
8741
8742         * AUTHORS
8743         * src/logwindow.c
8744         * src/prefscommon.[ch]
8745                 control size of log text in log window; 
8746                 closes patch #569155 submitted by Mitko Haralanov.
8747
8748 2002-06-15 [paul]       0.7.8claws
8749
8750         * release of 0.7.8claws
8751
8752 2002-06-15 [paul]       0.7.7claws
8753
8754         * po/pt_BR.po
8755                 updated by Fabio Junior Beneditto
8756
8757 2002-06-14 [paul]       0.7.6claws49
8758
8759         * po/es.po
8760                 updated by Ricardo Mones Lastra
8761
8762 2002-06-14 [paul]       0.7.6claws48
8763
8764         * po/nl.po
8765                 updated translation by Wilbert Berendsen
8766
8767 2002-06-14 [melvin]     0.7.6claws47
8768
8769         * po/fr.po
8770                 Updated French translation
8771
8772 2002-06-13 [paul]       0.7.6claws46
8773
8774         * src/filesel.c
8775                 allow filename to be typed in, rather than just
8776                 selected by the mouse. Patch by Gustavo Noronha Silva.
8777
8778 2002-06-13 [alfons]     0.7.6claws45
8779
8780         * src/mainwindow.[ch]
8781                 more cleanups (removing unnecessary menu items Expand 
8782                 summary / message view)
8783
8784 2002-06-13 [melvin]     0.7.6claws44
8785
8786         * po/POTFILES.in
8787                 Added src/string_match.c
8788         * src/string_match.c
8789                 Fixed possible buffer overflow.
8790                 Corrected typo.
8791                 Added missing config.h header.
8792         * src/prefs_common.c
8793           src/prefs_matcher.c
8794           src/prefs_scoring.c
8795                 Made some strings translatable (missing _(..)).
8796
8797 2002-06-13 [melvin]     0.7.6claws43
8798
8799         * README.claws
8800                 Corrected action example (verifying clearsigned mail).
8801         * src/prefs_account.c
8802                 Corrected typo.
8803         * src/prefs_common.c
8804                 Removed incorrect line that generated a Gtk-CRITICAL msg.
8805
8806 2002-06-12 [alfons]     0.7.6claws42
8807
8808         * src/summaryview.c
8809                 add init of score column lost in 0.7.6claws42
8810
8811 2002-06-12 [paul]       0.7.6claws41
8812
8813         * src/prefs_account.c
8814                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
8815                 behavior of the radio buttons, (from 0.7.7cvs2)
8816
8817 2002-06-11 [alfons]     0.7.6claws40
8818
8819         * src/messageview.[ch]
8820         * src/summaryview.[ch]
8821         * src/summary_search.c
8822         * src/mainwindow.c
8823                 perform a sync to bring in Hiro's separate view implementation 
8824
8825                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
8826
8827 2002-06-11 [paul]       0.7.6claws39
8828         
8829         * src/prefs_account.c
8830                 correct a typo on the Receive tab
8831
8832 2002-06-10 [match]      0.7.6claws38
8833
8834         * src/addressbook.c
8835                 Included address completion patch from Gustavo Noronha.
8836
8837 2002-06-10 [paul]       0.7.6claws37
8838
8839         * src/inc.[ch]
8840           src/pop.c
8841           src/prefs_account.[ch]
8842           src/selective_download.[ch]
8843                 apply PATCH #561712
8844                  NEW:
8845                 - check if POP Account
8846                 - Receive Button renamed to Preview
8847                 - Preview Button Popup: preview new/all messages
8848                 - Download Button
8849                 - Account Preferences-->Receive tab checkbutton if you
8850                   want to remove Mail after Download
8851                 -: default YES
8852                 - Account Preferences-->Receive tab checkbutton use
8853                   filtering rules on preview
8854                   (think of delete_on_server)
8855                 -: default YES
8856                 - Account selectable from SD dialog
8857                 - checkbutton to show already downloaded messages if
8858                   all messages are previewed
8859                 - new clist column showing Date
8860                 - ESC KEY close
8861                 FIXES:
8862                 - play ball with UIDL
8863                 - fault tolerant (?) 
8864                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8865
8866 2002-06-10 [melvin]     0.7.6claws36
8867
8868         * README.claws
8869                 Added a hint to ac/README in cvs instructions.
8870
8871         * src/prefs_actions.c
8872                 Made it possible to use a more elaborate command line
8873                 for asynchronous actions, too.
8874
8875 2002-06-10 [melvin]     0.7.6claws35
8876         
8877         * src/prefs_actions.c
8878                 Make it possible to use a more elaborate command line
8879                 (e.g. |foo|bar|cat>there;echo Done|)
8880                 Corrected error message when calling %f, %F and %p commands
8881                 from the compose window.
8882
8883 2002-06-09 [colin]      0.7.6claws34
8884
8885         * src/summaryview.c
8886                 Automatically find unread messages in current folder
8887                 before annoying the user.
8888
8889 2002-06-08 [alfons]     0.7.6claws33
8890
8891         * po/it.po
8892                 remove bad formatting string in it.po translation
8893                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8894
8895 2002-06-08 [paul]       0.7.6claws32
8896
8897         * sync with 0.7.6cvs25
8898                 see ChangeLog 2002-06-07
8899
8900 2002-06-05 [paul]       0.7.6claws31
8901
8902         * src/mainwindow.c
8903                 add 'Sort by locked' and 'Sort by score'
8904
8905 2002-06-05 [paul]       0.7.6claws30
8906
8907         * sync with 0.7.6cvs24
8908                 see ChangeLog 2002-06-04
8909
8910 2002-06-04 [paul]       0.7.6claws29
8911
8912         * po/pt_BR.po
8913                 updated by Fabio Junior Beneditto
8914
8915 2002-06-03 [thorsten]   0.7.6claws28
8916
8917         * src/matcher.c
8918                 fclose() matcherrc after reading
8919
8920 2002-06-03 [paul]       0.7.6claws27
8921
8922         * sync with 0.7.6cvs21
8923                 see ChangeLog 2002-05-31
8924
8925 2002-05-31 [paul]       0.7.6claws26
8926
8927         * sync with 0.7.6cvs20
8928                 see ChangeLog 2002-05-29 and 2002-05-30
8929
8930 2002-05-31 [paul]       0.7.6claws25
8931
8932         * src/imap.c
8933                 hopefully fix last buggy sync
8934
8935         * README.claws
8936                 correct typo in 'Actions' examples
8937
8938 2002-05-29 [paul]       0.7.6claws24
8939
8940         * sync with 0.7.6cvs18
8941                 see ChangeLog 2002-05-28 and 2002-05-29
8942
8943         * src/news.c
8944           src/nntp.[ch]
8945                 sync with above 
8946
8947 2002-05-28 [paul]       0.7.6claws23
8948
8949         * sync with 0.7.6cvs16
8950                 see ChangeLog 2002-05-28
8951
8952 2002-05-27 [thorsten]   0.7.6claws22 
8953
8954         * faq/it/sylpheed-faq-1.html
8955           faq/it/sylpheed-faq-2.html
8956           faq/it/sylpheed-faq-3.html
8957           faq/it/sylpheed-faq.html
8958                 corrected DOS lineendings
8959         * faq/de/sylpheed-faq-1.html
8960           faq/de/sylpheed-faq-2.html
8961           faq/en/sylpheed-faq-1.html
8962           faq/en/sylpheed-faq-2.html
8963           faq/en/sylpheed-faq-3.html
8964           faq/es/sylpheed-faq-1.html
8965           faq/es/sylpheed-faq-2.html
8966           faq/es/sylpheed-faq-3.html
8967           faq/fr/sylpheed-faq-1.html
8968           faq/it/sylpheed-faq-1.html
8969           faq/it/sylpheed-faq-2.html
8970           faq/it/sylpheed-faq-3.html
8971           faq/it/sylpheed-faq.html
8972                 changed ">" to &quot;
8973
8974 2002-05-27 [paul]       0.7.6claws21
8975         
8976         * sync with 0.7.6cvs15
8977                 see ChangeLog 2002-05-27
8978
8979 2002-05-27 [paul]       0.7.6claws20
8980
8981         * src/prefs_account.c
8982                 correct a typo
8983
8984 2002-05-26 [paul]       0.7.6claws19
8985
8986         * tools/README
8987                 correct a typo
8988
8989 2002-05-25 [paul]       0.7.6claws18
8990
8991         * tools/README
8992                 add description of kmail2sylpheed.pl
8993
8994 2002-05-25 [paul]       0.7.6claws17
8995
8996         * tools/kmail2sylpheed.pl       ** NEW FILE **
8997                 perl script that converts an exported Kmail address
8998                 book, converts it to sylpheed addressbook file,
8999                 writes the file to .sylpheed, and updates
9000                 addrbook--index.xml 
9001
9002 2002-05-25 [paul]       0.7.6claws16
9003
9004         * sync with 0.7.6cvs14
9005                 see ChangeLog 2002-05-23
9006
9007 2002-05-24 [paul]       0.7.6claws15
9008
9009         * README.claws
9010                 make a correction and add some more info
9011
9012 2002-05-24 [paul]       0.7.6claws14
9013
9014         * src/compose.c
9015                 fix memory leak in 
9016                 compose_redirect_write_headers_from_headerlist()
9017                 add Subject and Resent-Message-ID to
9018                 compose_redirect_write_headers()
9019                 Received, Subject, and X-UIDL are filtered out in 
9020                 compose_redirect_write_to_file()
9021
9022 2002-05-23 [paul]       0.7.6claws13
9023
9024         * src/compose.[ch]
9025           src/filtering.c
9026           src/mainwindow.c
9027           src/matcher.[ch]
9028           src/matcher_parser_lex.l
9029           src/matcher_parser_parse.y
9030           src/prefs_common.[ch]
9031           src/prefs_filtering.c
9032           src/summaryview.c
9033                 rename 'Bounce' to 'Redirect'
9034
9035 2002-05-23 [paul]       0.7.6claws12
9036
9037         * more sync with 0.7.6cvs13
9038           src/compose.c
9039                 see ChangeLog 2002-05-22
9040
9041 2002-05-22 [paul]       0.7.6claws11
9042
9043         * sync with 0.7.6cvs13
9044           src/codeconv.c
9045                 see ChangeLog 2002-05-20
9046           src/prefs_common.c
9047                 see ChangeLog 2002-05-22
9048
9049 2002-05-21 [melvin]     0.7.6claws10
9050
9051         * src/folderview.c
9052                 Added missing filtering and scoring headers
9053                 Fixed bad function call that showed garbage 
9054                 in Folder->Processing
9055
9056 2002-05-21 [paul]       0.7.6claws9
9057
9058         * tools/Makefile.am
9059                 make all tools executable, (patch by Alfons).
9060
9061 2002-05-20 [alfons]     0.7.6claws8
9062
9063         * src/procheader.c
9064                 don't forget to call mktime() so we have a valid week 
9065                 and year day
9066                 (Bug report by Roger Sondermann <mail@jumaros.de>)
9067
9068 2002-05-20 [paul]       0.7.6claws7
9069
9070         * src/html.c
9071                 fix broken parsing of urls
9072         * src/textview.c
9073                 fix displaying of urls
9074
9075                 both fixes from the patch [547855] by Eugene 
9076                 Brevdo (zonem)
9077
9078 2002-05-19 [alfons]     0.7.6claws6
9079
9080         * configure.in
9081                 make sylpheed configure correctly with the latest
9082                 and greatest of automake / autoconf / gettext
9083
9084 2002-05-19 [alfons]     0.7.6claws5
9085
9086         * src/procheader.c
9087         * src/procheader.h
9088                 add function for returning ime zone offset
9089         * src/quote_fmt.c
9090         * src/quote_fmt_parse.y
9091                 better quotation formatting - does not convert
9092                 to local time, but uses the original date string.
9093                 
9094                 Note: %z inserts the timezone offset (should 
9095                 work also on platforms where strftime does not
9096                 support %z).
9097
9098 2002-05-18 [christoph]  0.7.6claws4
9099
9100         * src/summaryview.c
9101                 fix indentation of some code
9102         * tools/Makefile.am
9103                 fix spaces after \
9104         * src/Makefile.am
9105                 add missing \
9106                 correct path for ignorethread.xpm
9107                 incorrect filename for sylpheed_logo.xpm
9108                 add missing include matcher_parser_parse.h
9109
9110 2002-05-18 [paul]       0.7.6claws3
9111
9112         * sync with 0.7.6cvs8
9113                 see ChangeLog 2002-05-16 and 2002-05-17
9114
9115 2002-05-18 [melvin]     0.7.6claws2
9116
9117         * README.claws
9118                 Corrected an action's definition and fixed some misspellings.
9119
9120 2002-05-18 [paul]       0.7.6claws1
9121
9122         * tools/Makefile.am
9123           tools/gpg-sign        ** new file **
9124           tools/uudec           ** new file **
9125                 add Melvin's Actions scripts
9126
9127         * README.claws
9128                 add Melvin's descriptions for Actions
9129
9130 2002-05-18 [paul]       0.7.6claws
9131
9132         * Version 0.7.6claws released
9133
9134 2002-05-17 [paul]       0.7.5claws32
9135
9136         * po/es.po
9137                 updated by Ricardo Mones Lastra
9138
9139 2002-05-17 [paul]       0.7.5claws31
9140
9141         * src/compose.c
9142                 fix Account prefs default folder for sent/draft/deleted
9143                 messages bug
9144
9145         * po/it.po
9146           po/nl.po
9147                 updated translation by Alessandro Maestri and
9148                 Wilbert Berendsen
9149
9150 2002-05-17 [melvin]     0.7.5claws30
9151
9152         * src/prefs_actions.c
9153                 Fixed bug where using %F not at the end of the command 
9154                 resulted in an additional empty argument being created.
9155                 Thanks to Darko Koruga for reporting the bug.
9156
9157 2002-05-17 [melvin]     0.7.5claws29
9158
9159         * po/fr.po
9160                 Updated French translations.
9161
9162 2002-05-15 [paul]       0.7.5claws28
9163         
9164         * po/es.po
9165                 updated by Ricardo Mones Lastra
9166
9167 2002-05-15 [paul]       0.7.5claws27
9168
9169         * sync with 0.7.6cvs4
9170                 see ChangeLog 2002-05-14 and 2002-05-15
9171
9172 2002-05-14 [paul]       0.7.5claws26
9173
9174         * sync with 0.7.6cvs1
9175                 see ChangeLog 2002-05-13
9176
9177 2002-05-13 [thorsten]   0.7.5claws25
9178
9179         * src/messageview.c
9180                 fix select_all and copy in multipart messages
9181         * src/mainwindow.c
9182                 fix select_all and copy in multipart messages
9183
9184 2002-05-12 [paul]       0.7.5claws24
9185
9186         * src/summaryview.c
9187                 reverse last commit, bug already fixed in 0.7.5claws3
9188
9189 2002-05-12 [netztorte]  0.7.5claws23
9190
9191         * src/summaryview.c
9192                 dont parse empty addressbook (checked in before claws20)
9193
9194 2002-05-12 [melvin]     0.7.5claws22
9195
9196         * src/procmsg.[ch]
9197                 Removed unneeded priority code introduced by the previous 
9198                 commit.
9199
9200 2002-05-12 [melvin]     0.7.5claws21
9201
9202         * src/compose.[ch]
9203                 Added possibility to set message's priority.
9204         * src/procmsg.[ch]
9205                 Added possibility to set message's priority.
9206                 Added missing headers
9207
9208 2002-05-12 [melvin]     0.7.5claws20
9209
9210         * src/prefs_actions.c
9211                 Removed implicitely added quotes around the name
9212                 of the temporary files of mime parts.
9213
9214 2002-05-12 [paul]       0.7.5claws19
9215
9216         * sync with 0.7.5cvs20
9217                 see ChangeLog 2002-05-11
9218
9219 2002-05-12 [alfons]     0.7.5claws18
9220
9221         * src/quote_fmt_lex.l
9222         * src/quote_fmt_parse.y
9223                 allow quote / reply date & time format to be set using
9224                 %D{format}. format is a format string you'd pass to
9225                 strftime() (see man strftime, or the Display tab |
9226                 Date format setting).
9227
9228                 Currently %D converts the date to local time. 
9229
9230 2002-05-11 [paul]       0.7.5claws17
9231
9232         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
9233                 see ChangeLog 2002-05-10 and 2002-05-11
9234
9235 2002-05-10 [paul]       0.7.5claws16
9236
9237         * sync with 0.7.5cvs16
9238                 see ChangeLog entries 2002-05-09 and 
9239                 2002-05-10
9240
9241 2002-05-10 [colin]      0.7.5claws15
9242
9243         * src/textview.c
9244                 Corrected a bug that prevented sylpheed to open
9245                 double-clicked URIs.
9246
9247 2002-05-09 [paul]       0.7.5claws14
9248
9249         * sync with 0.7.5cvs14
9250                 see ChangeLog 2002-05-08 and 2002-05-09
9251
9252 2002-05-08 [paul]       0.7.5claws13
9253
9254         * sync with 0.7.5cvs11
9255                 see ChangeLog entry 2002-05-08
9256
9257 2002-05-08 [paul]       0.7.5claws12
9258
9259         * src/mainwindow.c
9260           src/textview.[ch]
9261                 fix segfault on View->Open in new window
9262                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9263
9264 2002-05-07 [paul]       0.7.5claws11
9265
9266         * sync with 0.7.5cvs9
9267                 see ChangeLog entry 2002-05-07
9268
9269 2002-05-06 [paul]       0.7.5claws10
9270
9271         * src/messageview.c
9272           src/textview.c
9273                 display url in statusbar on single-click
9274                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9275
9276 2002-05-06 [match]      0.7.5claws9
9277
9278         * src/addritem.[ch]
9279                 new functions.
9280         * src/addrcache.c
9281                 tidy up.
9282         * src/xmlprops.[ch]
9283                 XML implementation of properties file.
9284         * src/exporthtml.[ch]
9285         * src/expthtmldlg.[ch]
9286         * src/addressbook.c
9287                 export to HTML.
9288
9289 2002-05-02 [sergey]     0.7.5claws8
9290
9291         * src/mainwindow.c (mainwin_entries),
9292           src/prefs_common.c (prefs_send_create()),
9293           src/codeconv.c (locale_table):
9294                 use charset name "Windows-1251" instead of "CP1251".
9295
9296 2002-05-02 [colin]      0.7.5claws7
9297         
9298         * src/compose.c
9299           src/prefs_common.c
9300           src/prefs_folder_item.c
9301                 Fixed cosmetics bugs due to Outbox renamed to Sent.
9302
9303 2002-05-02 [hiro]       0.7.5claws6
9304
9305         * src/imap.c
9306                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
9307
9308 2002-05-02 [paul]       0.7.5claws5
9309
9310         * src/compose.c
9311                 more sync with 0.7.5cvs7, see ChangeLog entry
9312                 2002-05-02
9313
9314 2002-05-02 [hiro]       0.7.5claws4
9315
9316         * src/compose.c
9317                 compose_queue_sub():
9318                 check if queue folder exists (closes #550397).
9319                 removed directory creation since it should be handled
9320                 transparently.
9321         * src/imap.c
9322                 imap_add_msg(): return UID for appended message
9323                 (closes #548842).
9324
9325 2002-04-30 [paul]       0.7.5claws3
9326
9327         * src/summaryview.c
9328                 fix account_find_from_address() bug
9329
9330 2002-04-28 [colin]      0.7.5claws2
9331
9332         * src/compose.c
9333           src/textview.c
9334           src/prefs_common.[ch]
9335           src/utils.[ch]
9336                 Added user-definable quotation characters recognition.
9337
9338 2002-04-28 [paul]       0.7.5claws1
9339
9340         * sync with 0.7.5cvs4
9341                 see ChangeLog entry  2002-04-25
9342
9343 2002-04-28 [paul]       0.7.5claws
9344
9345         * po/es.po
9346           po/nl.po
9347           po/pt_BR.po
9348                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
9349                 Fabio Junior Beneditto
9350
9351 2002-04-27 [jens]       0.7.4claws103
9352
9353         * po/de.po
9354                 updated German translation.
9355
9356 2002-04-27 [hiro]       0.7.4claws102
9357
9358         * src/summaryview.c
9359                 summary_write_cache(): fixed the mark loss of hidden messages.
9360
9361 2002-04-26 [melvin]     0.7.4claws101
9362
9363         * src/procmsg.c
9364                 fixed a second typo (same one)
9365         * po/fr.po
9366           po/it.po
9367           po/pt_BR.po
9368                 fixed the type again...
9369
9370 2002-04-26 [melvin]     0.7.4claws100
9371
9372         * src/procmsg.c
9373                 fixed a typo in an alert message ("temorary").
9374         * po/it.po
9375         * po/pt_BR.po
9376                 corrected the typo  described above.
9377         * po/fr.po
9378                 updated French translation.
9379
9380 2002-04-26 [darko]      0.7.4claws99
9381
9382         * src/summaryview.c
9383                 fix target folder colorization
9384
9385 2002-04-25 [paul]       0.7.4claws98
9386
9387         * po/it.po
9388                 updated by Alessandro Maestri
9389
9390 2002-04-24 [colin]      0.7.4claws97
9391         
9392         * src/compose.c
9393                 Fixed double "subject is empty" question.
9394
9395 2002-04-23 [colin]      0.7.4claws96
9396         
9397         * src/mimeview.c
9398                 Corrected issue when "automatically display images" was
9399                 not set : first image remained after selecting second.
9400
9401 2002-04-23 [melvin]     0.7.4claws95
9402
9403         * src/prefs_actions.c
9404                 Don't display in/out dialog if there is nothing to show.
9405
9406 2002-04-23 [paul]       0.7.4claws94
9407
9408         * sync with 0.7.5cvs3
9409                 bug fixes: see ChangeLog entry 2002-04-23
9410
9411 2002-04-22 [darko]      0.7.4claws93
9412
9413         * src/compose.c
9414                 fix previous check-in which changed code after
9415                 merge from main
9416
9417 2002-04-22 [paul]       0.7.4claws92
9418
9419         * faq/de/*
9420                 add German FAQ
9421         * faq/en/*
9422           faq/es/*
9423           faq/fr/*
9424                 update English, Spanish and French FAQs
9425         * manual/de/*
9426           manual/es/*
9427                 add German and Spanish manuals
9428         * manual/en/*
9429           manual/fr/*
9430                 update English and French manuals
9431
9432         * src/Makefile.am
9433                 add to and re-arrange the pixmap entries
9434
9435 2002-04-22 [darko]      0.7.4claws91
9436
9437         * src/compose.c
9438                 fix sender initials recognition to only allow
9439                 '>' after the initials
9440
9441 2002-04-21 [paul]       0.7.4claws90
9442
9443         * sync with 0.7.5 release
9444                 see ChangeLog entry 2002-04-21
9445
9446 2002-04-21 [alfons]
9447
9448         * src/Makefile.am
9449                 add colin's new pixmaps to EXTRA_DIST
9450
9451 2002-04-21 [colin]      0.7.4claws89
9452         * src/compose.c
9453         * src/inc.c
9454         * src/mainwindow.[ch]
9455         * src/prefs_common.[ch]
9456         * src/stock_pixmap.[ch]
9457                 Added "Work offline" ability.
9458
9459 2002-04-21 [colin]      0.7.4claws88
9460         
9461         * src/mimeview.c
9462         * src/prefs_common.c
9463         * src/prefs_common.h
9464         * src/textview.c : Added an option to common preferences -> display
9465           to allow user not to automatically display images.
9466
9467 2002-04-21 [paul]       0.7.4claws87
9468
9469         * sync with 0.7.4cvs52
9470                 see ChangeLog entry 2002-04-21 (src/imap.c)
9471
9472 2002-04-21 [paul]       0.7.4claws86
9473
9474         * sync with 0.7.4cvs51
9475                 see ChangeLog entry 2002-04-21
9476
9477 2002-04-21 [paul]       0.7.4claws85
9478
9479         * sync with 0.7.4cvs49
9480                 see ChangeLog entries 2002-04-20 and 2002-04-21
9481
9482         * src/Makefile.am
9483                 clean up: remove old 'stock_' element from xpm 
9484                 filenames.
9485
9486 2002-04-21 [alfons]     0.7.4claws84
9487
9488         apply sync patch from Paul
9489
9490         * src/folderview.c
9491                 use old claws prefs_folder_item_create() for now
9492
9493 2002-04-19 [match]      0.7.4claws83
9494
9495         * src/addressbook.[ch]
9496         * src/addrharvest.[ch]
9497         * src/addrgather.[ch]
9498                 recurse folders.
9499         * src/mainwindow.c
9500         * src/summaryview.[ch]
9501                 change menu option.
9502
9503 2002-04-19 [paul]       0.7.4claws82
9504
9505         * po/pt_BR.po
9506                 updated by Fabio Junior Beneditto
9507
9508 2002-04-14 [alfons]     0.7.4claws81
9509
9510         * src/passphrase.c
9511                 add #include <sys/types.h> for mode_t and off_t 
9512
9513 2002-04-13 [paul]       0.7.4claws80
9514         
9515         * src/main.c
9516           src/passphrase.[ch]
9517           src/pgptext.c
9518           src/prefs_common.[ch]
9519           src/rfc2015.c
9520                 enable storing of GnuPG passphrase for the whole 
9521                 session or a user-defined number of minutes. patch 
9522                 submitted by Ravemax <ravemax@dextrose.com>
9523
9524 2002-04-13 [alfons]     0.7.4claws79
9525
9526         * src/textview.c
9527                 make email parser also stop scanning when encountering separators
9528                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
9529
9530 2002-04-13 [paul]       0.7.4claws78
9531
9532         * sync with 0.7.4cvs39
9533                 see ChangeLog entry 2002-04-12
9534
9535 2002-04-11 [paul]       0.7.4claws77
9536
9537         * sync with 0.7.4cvs37
9538                 see ChangeLog entry 2002-04-11
9539
9540 2002-04-11 [paul]       0.7.4claws76
9541
9542         * COPYING 
9543                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
9544                 the clause for OpenSSL). sync with sylpheed main
9545
9546 2002-04-09 [melvin]     0.7.4claws75
9547
9548         * src/compose.c
9549                 Made 'Ctrl-Enter' on send ignore some modifiers 
9550                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
9551                 to bind other *-Enter (but not Alt-Enter).
9552
9553 2002-04-09 [paul]       0.7.4claws74
9554
9555         * sync with 0.7.4cvs35
9556                 see ChangeLog entries 2002-04-09
9557
9558 2002-04-08 [paul]       0.7.4claws73
9559
9560         * sync with 0.7.4cvs33
9561                 see ChangeLog entry 200-04-08
9562
9563 2002-04-07 [match]      0.7.4claws72
9564
9565         * src/addrharvest.[ch]
9566                 fixed to read all addresses in header, regardless
9567                 of header size. improved name parsing. accommodate
9568                 harvest from folders and selected message.
9569         * src/addritem.[ch]
9570                 included new address parsing function.
9571         * src/addrgather.[ch]
9572         * src/addressbook.[ch]
9573         * src/summaryview.[ch]
9574         * src/mainwindow.c
9575                 allow address harvest of folder as well as selected
9576                 messages.
9577
9578 2002-04-07 [paul]       0.7.4claws71
9579
9580         * src/esmtp.[ch]
9581           src/smtp.c
9582                 don't try to authenticate with CRAM-MD5 in SMTP when 
9583                 SMTP-AUTH enabled if MTA doesn't issue this 
9584                 auth-method in it's ehlo-response. bug item #531364,
9585                 patch item #938910. patch submitted by Colin Leroy 
9586                 <colin@colino.net>
9587
9588 2002-04-07 [paul]       0.7.4claws70
9589
9590         * src/nntp.c
9591                 fix missing MODE_READER bug. patch submitted by
9592                 Colin Leroy <colin@colino.net>
9593
9594 2002-04-07 [alfons]     0.7.4claws69
9595
9596         * src/matcher.[ch]
9597         * src/prefs_filtering.c
9598         * src/summaryview.c
9599                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
9600                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
9601
9602 2002-04-07 [paul]       0.7.4claws68
9603
9604         * sync with 0.7.4cvs32
9605                 see ChangeLog entry 2002-04-06
9606
9607         * tools/filter_conv.pl
9608                 more bug fixes
9609
9610 2002-04-06 [paul]       0.7.4claws67
9611
9612         * tools/filter_conv.pl
9613                 modify to be able to find the name of the first
9614                 mailbox and use that. main's filter does not
9615                 record the full path to the mailbox and therefore
9616                 can only filter to the first mailbox.
9617
9618 2002-04-05 [paul]       0.7.4claws66
9619
9620         * tools/filter_conv.pl
9621                 attempt to make the script all-encompassing and
9622                 be able to convert any main 'filter' rule thrown
9623                 at it
9624
9625 2002-04-05 [paul]       0.7.4claws65
9626
9627         * tools/filter_conv.pl
9628                 allow for collapsed folder trees
9629
9630 2002-04-05 [paul]       0.7.4claws64
9631
9632         * sync with 0.7.4cvs31
9633                 see ChangeLog entries 2002-04-05
9634
9635 2002-04-03 [paul]       0.7.4claws63
9636
9637         * sync with 0.7.4cvs29
9638                 see ChangeLog entries 2002-04-02 and 2002-04-03
9639
9640 2002-04-02 [paul]       0.7.4claws62
9641
9642         * sync with 0.7.4cvs26
9643                 see ChangeLog entry 2002-04-01
9644
9645 2002-04-02 [match]      0.7.4claws61
9646
9647         * src/pine.[ch]
9648         * src/importpine.[ch]
9649         * src/addressbook.c
9650                 import Pine address book.
9651
9652 2002-04-02 [match]      0.7.4claws60
9653
9654         * src/addrharvest.[ch]
9655                 improve address parsing of funky addresses.
9656
9657 2002-04-02 [darko]      0.7.4claws59
9658
9659         * src/compose.c
9660                 wrap on send improvements, it now recognizes quoted
9661                 initials as part of the quotation string, and it
9662                 does not join lines separated by CR
9663
9664 2002-04-01 [match]      0.7.4claws58
9665
9666         * src/mgutils.[ch]
9667                 added new functions.
9668         * src/mutt.[ch]
9669                 remove excessive duplicate address generation
9670                 on import.
9671
9672 2002-04-01 [alfons]     0.7.4claws57
9673         
9674         * src/summaryview.c
9675                 put back g_free() 
9676
9677 2002-04-01 [paul]       0.7.4claws56
9678
9679         * sync with 0.7.4cvs25
9680                 see ChangeLog entry 2002-04-01
9681
9682 2002-04-01 [alfons]     0.7.4aprilfool55
9683
9684         * src/summaryview.c
9685                 honour feature request item #537427 to allow for
9686                 displaying names from address book for sent mail also
9687
9688 2002-03-29 [paul]       0.7.4claws54
9689
9690         * src/mainwindow.c
9691           src/prefs_filtering.[ch]
9692           src/prefs_matcher.c
9693           src/summaryview.c
9694                 add 'fast filter' for claws' filtering,
9695                 /Tools/Create filter rule/... patch submitted
9696                 by Neill Miller <neillm@thecodefactory.org>
9697
9698 2002-03-29 [paul]       0.7.4claws53
9699
9700         * sync with 0.7.4cvs24
9701                 see ChangeLog entry 2002-03-29
9702
9703 2002-03-28 [paul]       0.7.4claws52
9704
9705         * sync with 0.7.4cvs23
9706                 see ChangeLog entry 2002-03-28
9707
9708 2002-03-27 [melvin]     0.7.4claws51
9709
9710         * src/prefs_actions.c
9711                 Added support to pass only one message part (as a
9712                 file) to the command using '%p'. No quotes are needed
9713                 because doubles quotes are automatically added.
9714                 Fixed bug where Sylpheed could block when waiting for
9715                 a child process to finish.
9716                 Changed the help menu to remove quotes around symbols to 
9717                 avoid misinterpretation (they must not be used).
9718
9719 2002-03-27 [melvin]     0.7.4claws50
9720
9721         * src/inc.c
9722                 Made the new mail notification command always 
9723                 execute asynchronously.
9724
9725 2002-03-27 [paul]       0.7.4claws49
9726
9727         * src/compose.c
9728                 fix bug introduced in last commit
9729
9730 2002-03-27 [paul]       0.7.4claws48
9731
9732         * sync with 0.7.4cvs21
9733                 see ChangeLog 2002-03-26 and 2002-03-27
9734
9735 2002-03-26 [hoa]        0.7.4claws47
9736
9737         * src/prefs_folder_item.c
9738                 really fixed the bug #516442 with folder rescan.
9739
9740 2002-03-26 [paul]       0.7.4claws46
9741
9742         * sync with 0.7.4cvs19
9743                 see ChangeLog entries 2002-03-25 and 2002-03-26
9744
9745 2002-03-25 [hoa]        0.7.4claws45
9746
9747         * src/matcher.c
9748         * src/mh.c
9749                 fix the bug #516442 with folder rescan.
9750
9751         * src/prefs_common.[ch]
9752         * src/compose.c
9753                 added an option to enable two different behaviours
9754                 for bounce.
9755
9756
9757 2002-03-25 [paul]       0.7.4claws44
9758
9759         * src/mainwindow.c
9760           src/selective_download.c
9761                 correct a few menuitem labels
9762
9763 2002-03-25 [christoph]  0.7.4claws43
9764
9765         * src/procmsg.c
9766                 fix non deleted tmp message in
9767                 procmsg_save_to_outbox
9768                 fix problems caused by sync with
9769                 main branch's procmsg_send_queue
9770
9771 2002-03-25 [paul]       0.7.4claws42
9772
9773         * src/quote_fmt.c
9774           src/quote_fmt_lex.l
9775           src/quote_fmt_parse.y
9776                 add Last name (%L) placeholder for quoting. 
9777                 patch submitted by Thorsten Thielen 
9778                 <thth@users.sourceforge.net>
9779
9780 2002-03-25 [paul]       0.7.4claws41
9781
9782         * src/utils.c
9783                 get full hostname. patch submitted by
9784                 Bob Woodside <rwoodside1@comcast.net>
9785
9786 2002-03-25 [paul]       0.7.4claws40
9787
9788         * src/account.c
9789           src/news.c
9790           src/nntp.[ch]
9791           src/prefs_account.[ch]
9792                 enable NNTP over SSL. patch submitted by
9793                 Pascal Jermini <pascal@infinity.hn.org>
9794
9795 2002-03-24 [paul]       0.7.4claws39
9796
9797         * src/prefs_common.c
9798                 make the arrangement of the Compose tab more
9799                 coherent
9800
9801         * src/mainwindow.c
9802                 fix some irregularities of style
9803
9804         * po/de.po
9805                 updated by Kilian Krause
9806
9807 2002-03-23 [paul]       0.7.4claws38
9808
9809         * po/pt_BR.po
9810                 updated by Fabio Junior Beneditto
9811
9812 2002-03-23 [paul]       0.7.4claws37
9813
9814         * src/mainwindow.c
9815                 move 'Gather addresses' to 'Tools' menu
9816                 make 'Selective download' sensitive
9817
9818 2002-03-23 [paul]       0.7.4claws36
9819
9820         * sync with 0.7.4cvs16
9821                 see ChangeLog entries 2002-03-23
9822
9823 2002-03-22 [christoph]  0.7.4claws35
9824
9825         * src/quote_fmt_parse.y
9826                 fix include program output
9827
9828 2002-03-22 [alfons]     0.7.4claws34
9829
9830         * src/pop.c
9831                 initialize GDate stack variable correctly (sorry!)
9832
9833 2002-03-22 [paul]       0.7.4claws33
9834
9835         * src/compose.c
9836           src/mainwindow.c
9837           src/prefs_actions.c
9838           src/prefs_common.c
9839                 rename 'Tool' to 'Tools'
9840
9841         * src/mainwindow.c
9842                 move 'Delete duplicated messages' from
9843                 'Message/' to 'Tools/'
9844                 re-arrange the order of 'Tools/' items
9845
9846 2002-03-22 [paul]       0.7.4claws32
9847
9848         * src/addr_compl.c
9849           src/addressbook.[ch]
9850                 auto-address completion now also matches on
9851                 Nickname. patch submitted by Bob Forsman 
9852                 <hammor@users.sourceforge.net>
9853
9854         * src/editaddress.c
9855                 correct a spelling mistake
9856
9857 2002-03-22 [alfons]     0.7.4claws31
9858
9859         * src/pop.c
9860                 fix getting uidl from incorrect string 
9861                 (spotted by Colin)
9862
9863 2002-03-21 [alfons]     0.7.4claws30
9864
9865         * src/pop.c
9866                 more code refactoring
9867                 plug mem leak introduced by delete on server
9868
9869 2002-03-21 [paul]       0.7.4claws29
9870
9871         * sync with 0.7.4cvs11
9872                 see ChangeLog entries 2002-03-20
9873
9874 2002-03-20 [alfons]     0.7.4claws28
9875
9876         * src/inc.c
9877                 apply Colin's patch and refactor
9878
9879 2002-03-20 [paul]       0.7.4claws27
9880
9881         * sync with sylpheed 0.7.4cvs9
9882                 see ChangeLog entry 2002-03-20
9883
9884 2002-03-19 [christoph]  0.7.4claws26
9885
9886         * src/mh.c
9887         * src/procmsg.[ch]
9888         * src/summaryview.c
9889                 revert changes for flag updates
9890                 (does not work correctly and no time to debug)
9891
9892 2002-03-20 [alfons]     0.7.4claws25
9893
9894         * src/pop.c
9895                 refactor should_delete() a little bit 
9896
9897 2002-03-19 [paul]       0.7.4claws24
9898
9899         * src/inc.[ch]
9900           src/pop.c
9901           src/prefs_account.[ch]
9902                 allow the user to leave downloaded mail on the 
9903                 server for n days. Patch submitted by Colin Leroy 
9904                 <colin@colino.net>
9905
9906 2002-02-19 [paul]       0.7.4claws23
9907
9908         * sync with sylpheed 0.7.4cvs8
9909                 see ChangeLog entries 2002-03-19
9910
9911 2002-03-18 [paul]       0.7.4claws22
9912
9913         * sync with sylpheed 0.7.4cvs6
9914                 see ChangeLog entry 2002-03-18
9915
9916 2002-03-18 [paul]       0.7.4claws21
9917
9918         * po/en_GB.po
9919                 add en_GB message catalogue
9920
9921         * src/mbox_folder.c
9922           src/prefs_account.c
9923           src/prefs_actions.c
9924                 correct a few spelling mistakes
9925
9926 2002-03-17 [alfons]     0.7.4claws20
9927
9928         * src/matcher.c
9929                 more stringent checks for NULL params when writing
9930                 filtering actions to a file
9931                 
9932 2002-03-17 [hoa]        0.7.3claws20
9933
9934         * src/news.c
9935                 fixed the count of new messages
9936
9937         * src/compose.c
9938                 fixed the "attachment properties" window
9939
9940 2002-03-17 [paul]       0.7.4claws19
9941
9942         * src/defs.h
9943           src/folder.h
9944           src/news.c
9945           src/prefs_account.[ch]
9946           src/procmsg.[ch]
9947           src/summaryview.c
9948                 automatically mark cross-posted messages as read 
9949                 and (optionally) give them a colour label
9950                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
9951                 
9952
9953 2002-03-17 [paul]       0.7.4claws18
9954
9955         * sync with sylpheed 0.7.4cvs5
9956                 see ChangeLog entry 2002-03-17
9957
9958 2002-03-17 [melvin]     0.7.4claws17
9959         
9960         * src/textview.c
9961                 Worked around a gtktext 'bug': when searching for 
9962                 a text in a long message it was scrolling slowly
9963                 line by line until it hit the searched text.
9964         * po/fr.po
9965                 Updated French translation
9966
9967 2002-03-17 [melvin]     0.7.4claws16
9968
9969         * src/mainwindow.c
9970         * src/compose.c
9971         * src/prefs_actions.c
9972                 Moved "Edit/Actions" to "Tool/Actions"
9973                 Made mainwindow/compose window sensitive as soon as
9974                 no child process is running anymore even if the io dialog
9975                 is open.
9976                 Fixed a struct being initialized with a non constant char*
9977
9978 2002-03-16 [christoph]  0.7.4claws15
9979
9980         * configure.in
9981                 add --with-compiler-flags option
9982                 (only for developer hacking)
9983         * src/mh.c
9984         * src/procmsg.[ch]
9985         * src/summaryview.c
9986                 try to make folder-stats and flag handling more
9987                 independent from the summaryview. msgcounts
9988                 are only set when the folder is opened and
9989                 procmsg_msginfo_(un)set_flags will handle it
9990                 later and summaryview will get the values
9991                 from the folder.
9992
9993 2002-03-16 [paul]       0.7.4claws14
9994
9995         * src/messageview.c
9996                 fix Return-receipt. Patch submitted by Bob
9997                 Woodside <rwoodside1@comcast.net>
9998
9999 2002-03-16 [paul]       0.7.4claws13
10000
10001         * src/compose.c
10002                 fix 'dynamic' signatures, make it work again
10003                 broken during sync on 2002-03-14 (0.7.4claws2)
10004
10005 2002-03-15 [match]      0.7.4claws12
10006
10007         * src/addrharvest.[ch]
10008         * src/addrgather.[ch]
10009         * src/addressbook.[ch]
10010         * src/mainwindow.c
10011                 included address harvester feature. still some
10012                 issues with address parsing that I will fix.
10013
10014 2002-03-15 [match]      0.7.4claws11
10015
10016         * src/addrbook.[ch]
10017         * src/addrcache.[ch]
10018         * src/addressbook.[ch]
10019         * src/addrindex.c
10020         * src/editbook.c
10021         * src/importldif.c
10022         * src/importmutt.c
10023         * src/jpilot.[ch]
10024         * src/main.c
10025         * src/syldap.[ch]
10026         * src/vcard.[ch]
10027                 tidy up. fix memory leaks. moved attribs and methods
10028                 from individual interfaces to addrcache object. prep
10029                 for new stuff to come in.
10030
10031 2002-03-15 [alfons]     0.7.4claws10
10032
10033         * src/matcher.[ch]
10034         * src/matcher_parser_parse.y
10035         * src/matcher_parser_lex.l
10036         * src/prefs_matcher.c
10037                 add filtering conditions message greater than, smaller 
10038                 than, and exactly matching a size in bytes
10039                 (does not work with delete from POP3 server yet)
10040
10041                 this should also give others an idea what you should
10042                 do to add new criterions to claws filtering system
10043                 
10044
10045 2002-03-15 [paul]       0.7.4claws9
10046
10047         * tools/filter_conv.pl
10048                 exit if there are no filter rules to convert
10049                 rename filterrc to filterrc.old after completion
10050
10051 2002-03-15 [paul]       0.7.4claws8
10052
10053         * sync with sylpheed 0.7.4cvs3
10054                 see ChangeLog entry 2002-03-14
10055
10056 2002-03-14 [paul]       0.7.4claws7
10057
10058         * src/compose.c
10059                 clean up the last commit (ahem)
10060
10061 2002-03-14 [paul]       0.7.4claws6
10062
10063         * src/compose.c
10064                 fix bug #515655. honour account preferences
10065                 regarding gpg default signing/encryption when 
10066                 changing account from the compose window.
10067
10068 2002-03-14 [paul]       0.7.4claws5
10069
10070         * src/folderview.c
10071                 remove unnecessary curly brackets
10072
10073 2002-03-14 [paul]       0.7.4claws4
10074
10075         * src/folderview.c
10076           src/prefs_filtering.[ch]
10077                 add filter rename on folder rename and filter
10078                 delete on folder delete. Patch submitted by
10079                 Neill Miller <neillm@thecodefactory.org> 
10080
10081 2002-03-14 [christoph]  0.7.4claws3
10082
10083         * src/procmsg.c
10084         * src/send.c
10085                 fix local delivery
10086                 (patch submitted by "Simon 'corecode' Schubert")
10087         * src/prefs_common.c
10088         * src/procmsg.c
10089                 fix gcc 3.0 warning
10090
10091 2002-03-14 [paul]       0.7.4claws2
10092
10093         * sync with sylpheed 0.7.4cvs2
10094                 see ChangeLog entry 2002-03-13
10095
10096 2002-03-12 [darko]      0.7.4claws1
10097
10098         * src/mainwindow.c
10099                 fix what seems to be a copy and paste error
10100                 when setting color for important messages
10101                 (reported by wwp)
10102
10103 2002-03-11 [paul]       version 0.7.4claws released
10104
10105 2002-03-11 [paul]       0.7.4claws
10106
10107         * po/es.po
10108           po/it.po
10109           po/nl.po
10110           po/pt_BR.po
10111                 update message catalogs. Submitted by Ricardo Mones 
10112                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
10113                 Fabio Junior Beneditto
10114
10115         * configure.in
10116           faq/Makefile.am
10117           faq/it/Makefile
10118           faq/it/sylpheed-faq*
10119           src/mainwindow.c
10120           src/manual.[ch]
10121                 add FAQ in Italian
10122         
10123
10124 2002-03-11 [jens]       0.7.3claws7
10125
10126         * po/de.po
10127                 updated German translation
10128
10129 2002-03-11 [melvin]     0.7.3claws6
10130
10131         * po/fr.po
10132                 updated and corrected French translation
10133
10134 2002-03-10 [hoa]        0.7.3claws5
10135
10136         * src/account.c
10137         * src/inc.c
10138         * src/prefs_account.c
10139         * src/procmsg.c
10140         * src/send.[ch]
10141                 fixed the local account.
10142                 you have to change the default "/usr/sbin/sendmail"
10143                 to "/usr/sbin/sendmail -t" in the preferences of
10144                 the local account.
10145
10146         * src/procmime.c
10147                 removed some debug display for renderer
10148
10149 2002-03-10 [paul]       0.7.3claws4
10150
10151         * faq/en/sylpheed-faq-1.html
10152           faq/en/sylpheed-faq-2.html
10153                 update
10154
10155 2002-03-09 [paul]       0.7.3claws3
10156
10157         * sync with sylpheed 0.7.4
10158                 see ChangeLog entry 2002-03-09
10159
10160 2002-03-08 [paul]       0.7.3claws2
10161
10162         * faq/en/sylpheed-faq*
10163           faq/es/sylpheed-faq*
10164           faq/fr/sylpheed-faq*
10165                 update the FAQs
10166
10167         * manual/fr/.cvsignore
10168           manual/fr/Makefilea.am
10169           manual/fr/sylpheed*
10170           src/mainwindow.c
10171           src/manual.[ch]
10172                 add the French manual
10173
10174 2002-03-07 [paul]       0.7.3claws1
10175
10176         * sync with sylpheed 0.7.3cvs4
10177                 see ChangeLog entries  2002-03-06 and 2002-03-07
10178         
10179         * po/nl.po
10180                 updated by Wilbert Berendsen
10181
10182 2002-03-07 [melvin]     0.7.2claws34
10183
10184         * src/selective_download.c
10185                 Changed the pixmap of the receive button to MAIL_RECEIVE.
10186
10187 2002-03-06 [paul]       0.7.2claws33
10188
10189         * sync with sylpheed 0.7.3cvs1
10190                 bug fix, see ChangeLog entry 2002-03-05
10191
10192 2002-03-05 [paul]       0.7.2claws32
10193
10194         * src/mimeview.c
10195           src/pgptext.[ch]
10196           src/procmsg.c
10197                 reverse the pgp ascii-armored code implemented in 
10198                 0.7.2claws16. removal of this code until it matures.
10199                 this means that verifying ascii-armored pgp sigs and
10200                 automatic decryption of ascii-armored encrypted
10201                 messages no longer works.
10202
10203 2002-03-05 [paul]       0.7.2claws31
10204
10205         * configure.in
10206           Makefile.am
10207         * faq/Makefile.am
10208         * faq/en/Makefile.am
10209           faq/en/sylpheed-faq.html
10210           faq/en/sylpheed-faq-1.html
10211           faq/en/sylpheed-faq-2.html
10212           faq/en/sylpheed-faq-3.html
10213         * faq/es/Makefile.am
10214           faq/es/sylpheed-faq.html
10215           faq/es/sylpheed-faq-1.html
10216           faq/es/sylpheed-faq-2.html
10217           faq/es/sylpheed-faq-3.html
10218           faq/es/sylpheed-faq-4.html
10219         * faq/fr/Makefile.am
10220           faq/fr/sylpheed-faq.html
10221           faq/fr/sylpheed-faq-1.html
10222           faq/fr/sylpheed-faq-2.html
10223           faq/fr/sylpheed-faq-3.html
10224         * src/Makefile.am
10225           src/defs.h
10226           src/mainwindow.c
10227           src/manual.[ch]
10228                 add FAQs in English, Spanish and French
10229
10230
10231 2002-03-05 [paul]       0.7.2claws30
10232
10233         * manual/en/sylpheed.html
10234           manual/en/sylpheed-XX.html
10235                 updated the English manual
10236
10237 2002-03-05 [hoa]        
10238
10239         * src/summaryview.c
10240                 dialog box pops up if the article can't be deleted.
10241
10242 2002-03-04 [paul]       
10243         
10244         * po/pt_BR.po
10245                 updated by Fabio Junior Benedito
10246
10247 2002-03-04 [hoa]
10248
10249         * removed ac/gpgme.m4
10250                 to avoid autogen common problem
10251                 developers have to install gpgme development package now
10252
10253         * src/compose.c
10254                 encoding to 7bit or 8bit is enabled.
10255
10256 2002-03-03 [alfons]     0.7.2claws29
10257
10258         * src/pop.c
10259                 merge fix by Oliver Haertel for selective
10260                 download buglet
10261
10262 2002-03-03 [paul]       0.7.2claws28
10263         
10264         * sync with sylpheed 0.7.3
10265
10266 2002-03-03 [paul]       0.7.2claws27
10267
10268         * sync with sylpheed 0.7.2cvs24
10269                 see ChangeLog entries 2002-03-02 and 2002-03-03
10270
10271 2002-03-02 [melvin]     0.7.2claws26
10272
10273         * src/inc.[ch]
10274         * src/main.c
10275         * src/mainwindow.c
10276         * src/prefs_common.[ch]
10277                 Added user definable notification on new mail arrival.
10278                 Removed unused variables in spell checker prefs code.
10279
10280 2002-03-02 [melvin]     0.7.2claws25
10281
10282         * src/quote_fmt.c
10283                 Removed unnecessary escape sequences.
10284                 Changed 'Initial...' to 'Initials of Sender'
10285
10286 2002-03-02 [paul]       0.7.2claws24
10287
10288         * sync with sylpheed 0.7.2cvs22
10289                 see ChangeLog entry 2002-03-01
10290
10291 2002-03-01 [hoa]        0.7.2claws23
10292
10293         * src/mainwindow.c
10294                 Set sensitivity of delete actions to active
10295                 even if the folder is a newsgroup.
10296
10297         * src/summaryview.c
10298                 - Set sensitivity of delete actions
10299                 - Added function check_permission() that will check if the
10300                   user is authorized to delete a message. For news, it
10301                   will check if the author is the same.
10302                 - Enabled deletion when there is no trash folder.
10303
10304         * src/news.[ch]
10305                 - Added news_cancel_article() to cancel articles
10306                 - Implemented news_remove_message() (public function)
10307
10308 2002-03-01 [paul]       0.7.2claws22
10309
10310         * src/gtkutils.c
10311           src/textview.c
10312                 recognise urls that that don't include 'http://' and
10313                 simply begin 'www.' 
10314
10315         * AUTHORS
10316                 remove duplicated name
10317
10318 2002-02-28 [paul]       0.7.2claws21
10319
10320         * src/mainwindow.c
10321           src/summaryview.[ch]
10322                 add ability to 'Select thread'
10323                 combines Melvin's "Select thread's head" patch (#510907)
10324                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
10325                 patch (#518514) 
10326
10327 2002-02-28 [paul]       0.7.2claws20
10328
10329         * src/mimeview.c
10330                 hopefully fix segfault on right-clicking a mime part
10331                 that some people have experienced.      
10332                 fix submitted by Fredrik Olofsson <frol@linux.nu>
10333
10334 2002-02-28 [paul]       0.7.2claws19
10335
10336         * sync with sylpheed 0.7.2cvs21
10337                 see ChangeLog entries 2002-02-27 and 2002-02-28
10338
10339 2002-02-27 [paul]       0.7.2claws18
10340
10341         * sync with sylpheed 0.7.2cvs18
10342                 see ChangeLog entries 2002-02-26 and 2002-02-27
10343
10344 2002-02-26 [alfons]     0.7.2claws17
10345
10346         * src/procheader.c
10347                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
10348                 (spotted by Chris Hessman <idatech@gmx.net>)
10349
10350 2002-02-26 [paul]       0.7.2claws16
10351
10352         * src/mimeview.c
10353           src/pgptext.[ch]
10354           src/procmsg.c
10355                 make decryption of ascii-armored pgp encrypted messages
10356                 and verification of ascii-armored signatures work again.
10357                 slightly altered from the patch by Jens Jahnke 
10358                 <jan0sch@gmx.net>
10359
10360                 ##FIX ME##
10361                 * the checking of plaintext signatures always comes up in 
10362                   a popup box
10363                 * it doesn't work for multipart messages 
10364                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
10365                   including the msg headers and these 2 line themselves, are 
10366                   not displayed
10367
10368         * src/mainwindow.c
10369                 "View/Folder Tree" becomes "View/Separate Folder Tree"
10370                 "View/Message View" becomes "View/Separate Message View"
10371                 because its less ambiguous.
10372
10373         * po/es.po
10374                 updated by Ricardo Mones Lastra
10375
10376 2002-02-26 [paul]       0.7.2claws15
10377
10378         * sync with sylpheed 0.7.2cvs17
10379                 see ChangeLog entries 2002-02-25 and 2002-02-26
10380
10381 2002-02-25 [christoph]  0.7.2claws14
10382
10383         * src/filtering.[ch]
10384         * src/inc.c
10385                 do filtering stuff after all messages have been received
10386                   1. drop all messages to .processing
10387                   2. scan processing folder for messages
10388                   3. filter messages or move to inbox
10389                 this will also find old messages left in processing after
10390                 a crash or something like that and we get a real msginfo
10391                 from folder->get_msg_list and do not have to create our
10392                 own in filter_message
10393         * src/matcher_parser_parse.y
10394                 remove MIX/MAX warning (reordered includes)
10395
10396 2002-02-25 [paul]       0.7.2claws13
10397
10398         * sync with sylpheed 0.7.2cvs15
10399                 see ChangeLog entry 2002-02-24
10400
10401 2002-02-24 [alfons]     0.7.2claws12
10402
10403         * src/filtering.c
10404                 clear old color flags first when applying a new color to
10405                 a message info. 
10406                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
10407
10408 2002-02-24 [alfons]     0.7.2.claws11
10409         
10410         * AUTHORS
10411         * src/prefs_common.c
10412                 add presets for Opera and Konqueror, closes patch #517261,
10413                 submitted by Ville Skyttä <scop@users.sourceforge.net>
10414
10415 2002-02-24 [alfons]     0.7.2.claws10
10416
10417         * AUTHORS
10418         * src/summaryview.c
10419                 fix threading for null message ids, closes patch #521601,
10420                 submitted by Bob Forsman <hammor@users.sourceforge.net>
10421
10422 2002-02-24 [alfons]     0.7.2claws9
10423
10424         * src/summaryview.c
10425         * src/filtering.c
10426                 make Tool | Filter Message work with filtering system so
10427                 setting flags also works
10428
10429                 TODO:
10430
10431                 - Processing uses the same function as Tool | Filter
10432                   Message, but doesn't use the same update proc yet
10433
10434 2002-02-23 [paul]       0.7.2claws8
10435
10436         * sync with sylpheed 0.7.2cvs14
10437                 see ChangeLog entries 2002-02-22 and 2002-02-23
10438
10439 2002-02-22 [christoph]  0.7.2claws7
10440
10441         * src/quote_fmt.c
10442                 Add column space to table
10443         * src/quote_fmt_parse.y
10444                 Close files
10445
10446 2002-02-22 [paul]       0.7.2claws6
10447
10448         * src/Makefile.am
10449           src/defs.h
10450           src/filtering.c
10451           src/inc.[ch]
10452           src/mainwindow.c
10453           src/matcher.[ch]
10454           src/matcher_parser_lex.l
10455           src/matcher_parser_parse.y
10456           src/pop.[ch]
10457           src/prefs_account.h
10458           src/prefs_filtering.c
10459           src/selective_download.[ch]   *** NEW FILES ***
10460           src/utils.[ch]
10461           po/POTFILES.in
10462                 Selective Download added to 'Tool' menu. 
10463                 Retrieves email headers of the currently selected pop3 
10464                 account and allows the user to mark emails for deletion 
10465                 right on the pop3 server. Patch submitted by Oliver Haertel 
10466                 <oha@users.sourceforge.net>.
10467         
10468         * po/POTFILES.in
10469                 add 'src/quote_fmt.c'           
10470
10471 2002-02-22 [christoph]  0.7.2claws5
10472
10473         * src/Makefile.am
10474                 added quote_fmt.c
10475         * src/prefs_common.[ch]
10476         * src/prefs_template.c
10477         * src/quote_fmt.c               *** NEW FILE ***
10478         * src/quote_fmt.h
10479                 move quote format symbol description code
10480                 to it's own file because it is used from
10481                 differnent code parts
10482                 Rewrote symbol description GUI
10483                   + use table
10484                   + add separators
10485                   + get data from array (no more long constant strings)
10486         * src/quote_fmt_lex.l
10487         * src/quote_fmt_parse.y
10488                 Symbol for Literal % changed to \% instead of %%
10489                 (More logical as \ is used for quoting for other symbols)
10490                 Add |f and |p to include files and program output
10491                 Examples:
10492                     |f{/home/.../.signature}
10493                     |p{date}
10494         * po/de.po
10495                 Correct wrong spelling for "Referenzen"
10496
10497 2002-02-21 [paul]       0.7.2claws4
10498
10499         * src/procmsg.c
10500                 forgotten during sync
10501
10502 2002-02-21 [paul]       0.7.2claws3
10503
10504         * sync with sylpheed 0.7.2cvs11
10505                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
10506                 2002-02-20 and 2002-02-21
10507
10508 2002-02-20 [melvin]     0.7.2claws2
10509
10510         * src/prefs_actions.c
10511                 Added error report when child cannot fork or when execvp 
10512                 returns with an error.
10513
10514 2002-02-19 [christoph]  0.7.2claws1
10515
10516         * src/codeconv.c
10517                 return unconverted text if conde conversion is not possible
10518                 when libjconv is used.
10519                 (patch submitted by "Simon 'corecode' Schubert")
10520
10521 2002-02-19 [paul]       
10522
10523         * version 0.7.2claws release
10524
10525 2002-02-19 [paul]       0.7.2claws
10526
10527         * po/nl.po
10528                 updated by Wilbert Berendsen
10529
10530
10531 2002-02-18 [alfons]     0.7.1claws13
10532
10533         * src/syldap.c
10534         * src/jpilot.c
10535                 remove references to dlfcn and explicitly loading functions
10536                 from dynalink libs, because libs linked anyway, and functions
10537                 are loaded explicitly
10538
10539 2002-02-17 [melvin]     0.7.1claws12
10540
10541         * src/prefs_actions.c
10542                 Replaced children wait loop with double fork technique.
10543                 Now, input/output window updated at each new output.
10544                 free_children(): Fixed a memory leak.
10545                 Made input/output window non closable if running children
10546                 still exist.
10547                 Added missing <unistd.h> include.
10548                 Added some --debug outputs.
10549
10550 2002-02-17 [melvin]     0.7.1claws11
10551
10552         * src/summaryview.c
10553                 Fixed bug where descending sort order did not select top
10554                 message.
10555
10556 2002-02-17 [melvin]     0.7.1claws10
10557
10558         * acconfig.h
10559                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10560         * src/prefs_common.c
10561                 Pspell data package directory no more hard coded but
10562                 set during configuration (PSPELL_PATH). (Thanks to 
10563                                 Gustavo Noronha Silva.)
10564
10565 2002-02-17 [melvin]     0.7.1claws9
10566
10567         * configure.in
10568                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10569         * src/gtkspell.c
10570                 Fixed compile-time warnings.
10571
10572 2002-02-16 [alfons]     0.7.1claws8
10573
10574         * src/filesel.c
10575                 fix inadvertent free of NULL pointer which caused
10576                 sylpheed to crash when closing the save-as dialog
10577                 using the window close button
10578
10579 2002-02-16 [carsten]    0.7.1claws7
10580         * src/mainwindow.[ch]
10581           src/summaryview.c
10582           src/prefs_common.c
10583                 fixes for pixmap theming code:
10584                         - recently changed mail attributes shouldn't get
10585                           lost any longer
10586                         - theme is only reloaded iff another theme was
10587                           selected
10588
10589 2002-02-16 [paul]       0.7.1claws6
10590
10591         * sync with sylpheed 0.7.2 release
10592                 see ChangeLog entry 2002-02-15 and 2002-02-16
10593
10594 2002-02-15 [paul]       0.7.1claws5
10595
10596         * sync with sylpheed 0.7.1cvs9
10597                 see ChangeLog entry 2002-02-15
10598
10599         * po/POTFILES.in
10600                 remove unneeded headerwindow.c entry
10601
10602 2002-02-14 [carsten]    0.7.1claws4
10603         * src/summaryview.c
10604                 fixed a bug for "Go to next unread message": there was
10605                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
10606                 in the prefs, because of doing "Search again" instead
10607                 "No"
10608
10609 2002-02-14 [carsten]    0.7.1claws3
10610         * src/stock_pixmap.c
10611                 removed 2 more mem leaks; following memprof,
10612                 this code is "leak free" now :)
10613
10614 2002-02-14 [carsten]    0.7.1claws2
10615         * src/stock_pixmap.c
10616                 used opendir/readdir/closedir instead of scandir
10617                 -> code should work now on Solaris
10618
10619 2002-02-14 [paul]       0.7.1claws1
10620
10621         * sync with sylpheed 0.7.1cvs8
10622                 see ChangeLog entries 2002-02-13 and 2002-02-14
10623
10624         * README.claws
10625                 add some description of Actions and Pixmap Themes
10626
10627 2002-02-13 [paul]       
10628
10629         * version 0.7.1claws release
10630
10631 2002-02-13 [paul]       0.7.1claws
10632
10633         * po/es.po
10634           po/it.po
10635           po/pt_BR.po
10636                 updated translations, submitted by Ricardo Mones Lastra,
10637                 Alessandro Maestri and Fabio Junior Beneditto
10638
10639 2002-02-13 [melvin]     0.7.0claws75
10640
10641         * src/prefs_actions.c
10642                 Added missing "signal.h" include
10643
10644 2002-02-13 [melvin]     0.7.0claws74
10645
10646         * src/prefs_folder_item.c
10647                 Added missing "config.h" include
10648         * po/fr.po
10649                 Updated French translation for folder propriety.
10650
10651 2002-02-13 [jens]       0.7.0claws73
10652
10653         * po/POTFILES.in
10654                 Added missing src/prefs_folder_item.c [log added by melvin]
10655         * po/de.po
10656                 Updated German translation.
10657
10658 2002-02-13 [melvin]     0.7.0claws72
10659
10660         * po/fr.po
10661                 Updated French translation.
10662
10663 2002-02-13 [melvin]     0.7.0claws71
10664
10665         * src/gtkutils.c
10666                 Made gtkut_editable_get_selection return NULL if selection
10667                 is of length zero.
10668                 This fixes a bug where selecting part of message A then
10669                 switching to message B and replying to it will not
10670                 quote the message's body.
10671
10672 2002-02-12 [paul]       0.7.0claws70
10673
10674         * src/mainwindow.c
10675                 cosmetic, relating to pixmap themes: on toolbar make 
10676                 updating of 'Exec' and 'Compose news/Compose email'
10677                 icons faster.
10678
10679 2002-02-12 [carsten]    0.7.0claws69
10680         * src/folderview.c
10681           src/mainwindow.[ch]
10682           src/stock_pixmap.c
10683           src/summaryview.c
10684           src/prefs_common.c
10685                 - refreshing after changing pixmap theme better
10686                   now (thanks Paul)
10687                 - wanted to remove some mem leaks, but alfons was
10688                   faster (and had the better solution ;)
10689
10690 2002-02-12 [alfons]     0.7.0claws68
10691
10692         * src/prefs_common.c
10693         * src/stock_pixmap.[ch]
10694                 plug mem leaks, refactor code a little bit
10695
10696
10697 2002-02-12 [sergey]     0.7.0claws67
10698
10699         * src/imap.c
10700                 Fixed problem with copying messages to IMAP folders when the
10701                 server uses something other than '/' as a namespace separator
10702                 (cyrus-imapd uses '.').
10703
10704 2002-02-12 [jens]       0.7.0claws66
10705
10706         * po/de.po
10707                 Updated German Translation
10708
10709 2002-02-12 [paul]       0.7.0claws65
10710
10711         * sync with sylpheed 0.7.1cvs1
10712                 see ChangeLog entry 2002-02-12
10713
10714 2002-02-12 [melvin]     0.7.0claws64
10715
10716         * src/prefs_actions.c
10717                 Fixed "feature" where children's output was duplicated 
10718                 instead of refreshed while monitoring.
10719                 Removed some debug code.
10720
10721 2002-02-12 [christoph]  0.7.0claws63
10722
10723         * src/compose.c
10724                 always delete message from queue after sending/send error
10725                 (closes bug #509601)
10726
10727 2002-02-12 [melvin]     0.7.0claws62
10728
10729         * src/prefs_actions.c
10730                 Children wait loop is now triggered with a timeout of 1s
10731                 Added %F which is replaced with the list of filenames 
10732                 of all selected messages (as suggested by Ricardo Mones Lestra)
10733                 Pipe syntax changed. Prefix with | to send selection, postfix
10734                 with | to retrieve output. Prefix with > or * to send
10735                 user definable input to the command (*: input is hidden)
10736                 Old pipe action should now be postfixed with |, too.
10737
10738 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
10739         * src/stock_pixmap.c
10740                 fixed a bug: if there's no theme directory don't
10741                 throw an error, just do "nothing" (thanks Alfons)
10742
10743 2002-02-12 [carsten]    0.7.0claws60
10744         * src/folderview.c
10745           src/summaryview.c
10746                 had to write the cache twice (nasty!); some marks would 
10747                 get lost if not
10748
10749 2002-02-11 [carsten]    0.7.0claws59
10750         * acconfig.h
10751           configure.in
10752           doc-src/maintainer_guide.txt
10753           src/compose.[ch]
10754           src/defs.h
10755           src/folderview.[ch]
10756           src/gtkutils.[ch]
10757           src/mainwindow.[ch]
10758           src/prefs_common.[ch]
10759           src/stock_pixmap.[ch]
10760           src/summaryview.[ch]
10761                 pixmap theming and related work on pixmap
10762                 handling on some other places
10763                 (e.g. hrm features for all folder)
10764           src/pixmap/stock_*.xpm -> the stock_ was removed
10765         
10766 2002-02-11 [paul]       0.7.0claws58
10767
10768         * sync with sylpheed 0.7.1 release
10769                 see ChangeLog entries 2002-02-11
10770
10771 2002-02-08 [paul]       0.7.0claws57
10772
10773         * sync with sylpheed 0.7.0cvs39
10774                 see ChangeLog entry 2002-02-07 (last entry) 
10775
10776         * src/prefs_actions.c
10777           src/prefs_filtering.c
10778           src/prefs_matcher.c
10779           src/prefs_scoring.c
10780                 sync: made it compile with C compilers other than gcc
10781
10782 2002-02-07 [paul]       0.7.0claws56
10783
10784         * sync with sylpheed 0.7.0cvs38
10785                 see ChangeLog entries 2002-02-06 (last 2 entries) and
10786                 2002-02-07
10787
10788 2002-02-07 [darko]      0.7.0claws55
10789
10790         * src/gtkutils.[ch]
10791         * src/summaryview.c
10792                 Fix const gchar */gchar * issue (thanks Hiro)
10793
10794 2002-02-07 [darko]      0.7.0claws54
10795
10796         * src/compose.[ch]
10797         * src/filtering.c
10798         * src/gtkutils.[ch]
10799         * src/prefs_template.c
10800         * src/quote_fmt.h
10801         * src/quote_fmt_parse.y
10802         * src/summaryview.c
10803         * src/utils.[ch]
10804                 When replying or forwarding an email don't quote the entire
10805                 mail body but use the part of the message text that is selected
10806
10807 2002-02-06 [melvin]     0.7.0claws53
10808
10809         * src/prefs_common.[ch]
10810         * src/gtkspell.[ch]
10811         * src/compose.c
10812                 Made possible to switch quickly to last used dictionary
10813                 which makes checking bilingual documents easier.
10814
10815 2002-02-06 [melvin]     0.7.0claws52
10816         
10817         * po/POTFILES.in
10818                 Added forgotten new file src/prefs_actions.c
10819
10820 2002-02-06 [melvin]     0.7.0claws51
10821
10822         * src/prefs_actions.c   ** NEW FILE **
10823         * src/prefs_actions.h   ** NEW FILE **
10824                 Added actions to execute on message text view, or on the
10825                         message's file.
10826         * src/Makefile.am
10827                 Added src/prefs_actions.[ch]
10828         * src/compose.c
10829                 Added new menu "Edit/Actions"
10830         * src/defs.h
10831                 Added new actionsrc file.
10832         * src/main.c
10833                 Added actionsrc reading.
10834         * src/mainwindow.c
10835                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10836         * src/prefs_common.h
10837                 Added new element actionslst element to prefs_common.
10838
10839 2002-02-06 [paul]       0.7.0claws50
10840
10841         * sync with sylpheed 0.7.0cvs36
10842                 see ChangeLog entry 2002-02-06
10843
10844 2002-02-05 [paul]
10845
10846         * po/es.po
10847                 updated by Ricardo Mones Lastra
10848
10849 2002-02-05 [paul]       0.7.0claws49
10850
10851         * sync with sylpheed 0.7.0cvs33
10852                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10853
10854 2002-02-05 [paul]       0.7.0claws48
10855
10856         * src/compose.c
10857                 re-add 'Edit/Advanced/Delete entire line', previously named
10858                 'Delete Line+'
10859
10860 2002-02-04 [paul]       0.7.0claws47
10861
10862         * src/compose.c
10863           src/summaryview.c
10864                 fix bug #494993 (Reply All not taking Reply-To into consi)
10865                 eliminate differences in behaviour of right-click 'Reply to all' 
10866                 in summary view and 'Reply to all' on the toolbar. 
10867                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10868                 view and From gets ignored by 'Reply to all' on toolbar.
10869                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10870                 From when no Reply-To header is present.
10871
10872 2002-02-04 [paul]       0.7.0claws46
10873
10874         * sync with sylpheed 0.7.0cvs30
10875                 see ChangeLog entries 2002-02-03 and 2002-02-04
10876
10877 2002-02-03 [melvin]     0.7.0claws45
10878
10879         * src/gtkspell.[ch]
10880                 Readded function to highlight all misspelled words.
10881                 Fixed bug where user-provided-words did not replace
10882                         correctly the misspelled word when using the mouse.
10883                 Fixed bug where checking a region selected from right to left did
10884                         not check the region at all.
10885                 Fixed bug where 'Check backwards' may not check at all. 
10886                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10887                 Fixed possible buffer overflow when checking for long strings (>1k).
10888                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10889                 Accelerators code uses now gtk_widget_add_accel.
10890                 Removed and disabled obsolete and unfinished code.
10891                 Cleaning up.
10892
10893         * src/compose.c
10894                 Added menu item to Highlight all misspelled words.
10895
10896 2002-02-01 [paul]       0.7.0claws44
10897
10898         * src/mainwindow.c
10899                 fix '/View/Hide read messages' sensitivity when all
10900                 messages in a folder are hidden
10901
10902 2002-02-01 [paul]       0.7.0claws43
10903
10904         * src/main.c
10905                 add --send option to command line interface, sends all
10906                 queued mail. Patch submitted by Ricardo Mones Lastra.
10907
10908 2002-01-31 [paul]       0.7.0claws42
10909
10910         * src/mainwindow.c
10911                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10912
10913 2002-01-31 [paul]       0.7.0claws41
10914
10915         * sync with sylpheed 0.7.0cvs27
10916                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10917                 and 2002-01-31
10918
10919         * src/textview.c
10920                 comment out elements of textview_show_part() as temporary
10921                 workaround for attachment 'Display as text' bug 
10922
10923         * po/pt_BR.po
10924                 updated by Fabio Junior Beneditto
10925
10926 2002-01-30 [paul]       0.7.0claws40
10927
10928         * sync with sylpheed 0.7.0cvs24
10929                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
10930                 and 2002-01-30
10931
10932         * src/compose.c
10933                 add {N_("/_Spelling"), ... "<Branch>"} to 
10934                 GtkItemFactoryEntry compose_entries[]
10935
10936         * src/prefs_common.c
10937                 add claws menu items to prefs_keybind_apply_clicked()
10938                 and remove non-claws menu items
10939
10940 2002-01-29 [paul]       0.7.0claws39
10941
10942         * sync with sylpheed 0.7.0cvs22
10943                 see ChangeLog entries 2002-01-28 and 2002-01-29
10944
10945 2002-01-28 [melvin]     0.7.0claws38
10946
10947         * src/compose.c
10948                 Added the declartion of compose_send_control_enter.
10949
10950         * src/compose.c
10951         * src/gtkspell.[ch]
10952                 Added in a 'Spelling' menu which includes the configuration menu. 
10953                 Added a real 'Check all' and got rid from the old one which only
10954                 highlited misspelled word.
10955                 Made 'Check while typing' a disableable option.
10956                 Added a dialog when there are no more misspelled word.
10957                 Added a dialog if error occurs when switching to a dictionary.
10958         
10959         * src/prefs_common.[ch]
10960                 Added option for the default 'Check while typing' option.
10961
10962
10963 2002-01-28 [alfons]     0.7.0claws37
10964
10965         * src/compose.c
10966                 fix buglet and make code comply with sylpheed code style
10967
10968 2002-01-28 [paul]       0.7.0claws36
10969
10970         * sync with sylpheed 0.7.0cvs19
10971                 see ChangeLog entries for 2002-01-28
10972
10973 2002-01-28 [hoa]        0.7.0claws35
10974
10975         * src/defs.h
10976                 added rendererrc
10977
10978         * src/main.c
10979                 read the renderer config
10980
10981         * src/procmime.[ch]
10982                 use the renderer config to convert mime attachments
10983
10984         * src/textview.c
10985                 don't use textview_show_html/ertf,
10986                 use get_text_content instead
10987
10988 2002-01-27 [alfons]     0.7.0claws34
10989         
10990         * src/news.c
10991                 make sylpheed believe it can delete a news message...
10992                 (messages are NOT deleted, maybe we should remove
10993                 processing from the folder properties after all.)
10994
10995 2002-01-27 [alfons]     0.7.0claws33
10996
10997         * src/folder.c
10998                 add extra checks
10999         * src/news.c
11000                 implement remove_msg() 
11001
11002 2002-01-27 [alfons]     0.7.0claws32
11003
11004         * src/procmsg.h
11005         * src/procheader.c
11006         * src/messageview.c
11007                 fix return receipt / disposition notification again. this
11008                 stuff seems to break on _every_ major summary UI change, so
11009                 it's now implemented using a flag which is saved in the
11010                 marks cache
11011                 
11012 2002-01-26 [alfons]     0.7.0claws31
11013
11014         * src/import.c
11015                 let import dialog show the destination folder identifier
11016
11017 2002-01-26 [melvin]     0.7.0claws30
11018
11019         * src/folderview.c
11020         * src/summaryview.c
11021                 Readded 'Mark all read' into summary view popup menu
11022                 Added 'Mark all read' in folder view popup menu for IMAP
11023                 and NNTP.
11024                 Made it insensitive if the selected folder is not the shown
11025                 one to avoid 'Mark all read' on the wrong folder.
11026                 
11027 2002-01-26 [paul]       0.7.0claws29
11028
11029         * src/folderview.c
11030           src/summaryview.c
11031                 move 'Mark all read' from summary view to folder view
11032                 menu. (adapted from) patch submitted by Jeremy Andrews,
11033                 <lists@kerneltrap.com>
11034
11035 2002-01-25 [alfons]     0.7.0claws28
11036
11037         * src/gtkstext.c
11038                 put the gtk class name back so GtkSText adapts the 
11039                 settings of GtkText
11040
11041 2002-01-25 [alfons]     0.7.0claws27
11042
11043         * src/folderview.c 
11044                 assimilate Ricardo's patch that shows pixmaps instead of
11045                 plain "new" and "unread" texts in the folder view column
11046                 headers 
11047
11048 2002-01-25 [paul]       0.7.0claws26
11049
11050         * src/Makefile.am
11051                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
11052                 be found in non-standard locations. 
11053                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
11054
11055 2002-01-25 [paul]       0.7.0claws25
11056
11057         * sync with sylpheed 0.7.0cvs16
11058                 see ChangeLog entry 2002-01-25
11059
11060 2002-01-24 [paul]       0.7.0claws24
11061
11062         * more sync with sylpheed 0.7.0cvs15
11063                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
11064
11065 2002-01-23 [sergey]     0.7.0claws23
11066
11067         * src/importldif.c
11068                 Fixed segfault when closing LDIF import wizard with
11069                 the window manager.
11070         * src/imageview.c
11071         * src/imageview.h
11072         * src/messageview.c
11073         * src/mimeview.c
11074                 Fixed wrong scrolling position after switching between
11075                 text and image parts.
11076
11077 2002-01-23 [paul]       0.7.0claws22
11078
11079         * sync with sylpheed 0.7.0cvs15
11080                 see ChangeLog entries 2002-01-22 and 2002-01-23
11081
11082 2002-01-21 [melvin]     0.7.0claws21
11083
11084         * src/prefs_scoring.c
11085         * src/prefs_filtering.c
11086                 Fixed bug where scoring and filtering windows stopped
11087                 autochecking.
11088
11089 2002-01-21 [paul]       0.7.0claws20
11090
11091         * sync with sylpheed 0.7.0cvs12
11092                 see ChangeLog entries 2002-01-20 and 2002-01-21
11093
11094 2002-01-21 [carsten]    0.7.0claws19
11095         * src/mainwindow.c
11096         * src/menu.[ch]
11097         * src/messageview.[ch]
11098         * src/summaryview.[ch]
11099                 changes to shortcuts handling again:
11100                         + "Q" now controled by mainwin
11101                         + v/V are now customizable and have slightly
11102                           different meanings
11103                 the "button" to minimize the messageview (and maximize
11104                 the summary view) is a real button now
11105         * src/compose.c
11106                 "Delete Line+" added to Edit/Advanced (this will also
11107                 delete the '\n')
11108
11109 2002-01-20 [melvin] 0.7.0claws18
11110
11111         * src/addressbook.c
11112                 Made "Bcc" sensitive when addressbook is called from
11113                 compose window (it was a Claws only bug).
11114
11115 2002-01-19 [alfons] 0.7.0claws17
11116
11117         * src/inc.c
11118                 prevent unnecessary updates when currently selected folder has
11119                 no new messages 
11120
11121 2002-01-19 [alfons] 0.7.0claws16
11122         
11123         * src/summaryview.c
11124                 prevent writing the cache based on current message list in summary 
11125                 view when filtering also put messages in currently selected folder
11126
11127 2002-01-19 [paul]
11128
11129         * po/it.po
11130                 Italian translation submitted by Alessandro Maestri
11131                 <a.maestri@cs.tin.it>
11132
11133 2002-01-18 [melvin]     0.7.0claws15
11134
11135         * src/prefs_filters.c
11136                 fixed bug where 'cancel' from 'filters' window stops autochecking
11137                 if the timer timed out  when the window was open.
11138
11139 2002-01-18 [match]      0.7.0claws14
11140
11141         * src/addrclip.[ch]     ** NEW FILE **
11142         * src/addrselect.[ch]   ** NEW FILE **
11143         * src/adbookbase.h      ** NEW FILE **
11144                 addressbook cut, copy and paste
11145         * src/addrbook.[ch]
11146         * src/addrcache.[ch]
11147         * src/addressitem.h
11148         * src/addrindex.[ch]
11149         * src/addritem.[ch]
11150         * src/importldif.c
11151         * src/importmutt.c
11152         * src/jpilot.[ch]
11153         * src/syldap.[ch]
11154         * src/vcard.[ch]
11155         * src/jpilot.[ch]
11156         * src/editbook.c
11157         * src/editjpilot.c
11158         * src/editldap.c
11159         * src/editvcard.c
11160                 support for copy/paste
11161         * src/addressbook.c
11162                 support for copy/paste
11163                 tidy up menu option processing
11164                 correct address list function arguments
11165         * src/editaddress.c
11166                 sort user attributes
11167         * src/ldif.h
11168         * src/mutt.h
11169                 tidy up
11170
11171         * src/addrbook.[ch]
11172         * src/addrbook.[ch]
11173         * src/addrbook.[ch]
11174                 
11175
11176 2002-01-18 [paul]       0.7.0claws13
11177
11178         * sync with sylpheed 0.7.0cvs8
11179                 configure.in: support Mac OS X (Darwin)
11180
11181 2002-01-18 [carsten]    0.7.0claws12
11182         * src/html.c
11183                 small hack to fix a segfault with an empty href
11184                 (reported by Alexandra Walford <deeni@altern.org>)
11185         * src/mainwindow.c
11186         * src/summaryview.c
11187                 the shortcuts for Mark und Mark as unread are hardcoded
11188                 again
11189         * src/compose.c
11190         * src/gtkstext.[ch]
11191                 readded the shortcuts in gtkstext but made them
11192                 customizeable (simply by adding a menu plus a wrapper
11193                 to compose.c)
11194
11195 2002-01-17 [melvin]     0.7.0claws11
11196
11197         * src/gtkspell.c
11198                 fix default dictionary not being saved.
11199
11200 2002-01-16 [darko]      0.7.0claws10
11201
11202         * src/compose.c
11203                 fix wrapping crash with URL longer than wrapping margin
11204
11205 2002-12-08 [hoa]        0.7.0claws10
11206
11207         * src/matcher_parser_parse.y
11208                 fixed some bugs
11209
11210         * src/prefs_filtering.c
11211                 now, we can use bounce action in the dialog box.
11212
11213 2002-01-16 [carsten]    0.7.0claws9
11214         * src/gtkstext.c
11215                 removed the <control> and <alt> shortcuts because they're
11216                 not needed and interefered with the "normal" shortcuts
11217         * src/mainwindow.c
11218         * src/summaryview.c
11219                 removed most of the hardcoded shortcuts and assigned
11220                 them to menu entries making them easy customizable by
11221                 that
11222
11223 2002-01-16 |melvin]     0.7.0claws8
11224
11225         * src/gtkspell.c
11226                 fixed bug where using the mouse and when the compose
11227                 window is not on top may result in a crash.
11228
11229 2002-01-16 [melvin]     0.7.0claws7
11230
11231         * src/compose.c
11232                 fixed a long standingspell checker bug which could 
11233                 cause a crash after sending a message.
11234
11235 2002-01-16 [paul]       0.7.0claws6
11236
11237         * sync with sylpheed 0.7.0cvs7
11238                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
11239                 2002-01-15, and 2002-01-16
11240
11241 2002-01-16 [melvin]     0.7.0claws5
11242
11243         * README.claws
11244         * src/compose.c
11245         * src/gtkspell.[ch]
11246         * src/main.c
11247                 Heavily modified spell checker code to work around
11248                 ispell bug, to add keyboard shortcuts and for future
11249                 enhancements. See README.claws for usage information.
11250
11251 2002-01-15 [alfons]     0.7.0claws4
11252         
11253         * src/summaryview.c
11254                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
11255                 so sorting within threads reflects sort mode
11256
11257 2002-01-15 [christoph]  0.7.0claws3
11258
11259         * src/procmsg.c
11260                 added alertpanel if mail sending failed
11261
11262 2002-01-15 [alfons]     0.7.0claws2
11263         
11264         * src/prefs_filtering.c
11265                 don't stop timer when prefs filtering dialog is opened
11266
11267 2002-01-14 [alfons]     0.7.0claws1
11268
11269         * src/addr_compl.c
11270         * src/prefs.c
11271                 remove debug_print()s for privacy reasons
11272
11273 2002-01-14 [darko]      0.7.0claws
11274
11275         * README.claws
11276                 quotation wrapping is now also in the main branch
11277
11278 2002-01-14 [paul]
11279
11280         * tools/filter_conv.pl
11281                 allow for Boolean Op and case-sensitivity
11282                 this file is included in the release and tagged
11283                 'rel_0_7_0'
11284
11285 2002-01-13 [paul]       0.7.0claws
11286
11287         * release 0.7.0, with cvs tag 'rel_0_7_0'
11288
11289 2002-01-13 [paul]
11290
11291         * tools/filter_conv.pl
11292         * tools/README
11293                 rewritten to output to matcherrc instead of filteringrc
11294
11295         * po/es.po
11296                 updated Spanish translation by Ricardo Mones Lastra
11297
11298 2002-01-13 [alfons]
11299
11300         * po/nl.po
11301                 update dutch translation
11302
11303 2002-01-13 [paul]
11304
11305         * po/pt_BR.po
11306                 Updated by Fabio Junior Beneditto 
11307
11308 2002-01-13 [melvin]     0.6.6claws53
11309
11310         * po/fr.po
11311                 Updated french translation
11312
11313 2002-01-12 [alfons]     0.6.6claws52
11314
11315         * src/filtering.c
11316                 plug mem leak that has been sitting there for ages              
11317
11318 2002-01-12 [alfons]     0.6.6claws51
11319
11320         * src/summaryview.c
11321                 undo melvin's changes from 0.6.6claws48 because summary
11322                 view now refuses to select first unread message when
11323                 selecting a folder 
11324
11325 2002-01-11 [alfons]     0.6.6claws50
11326
11327         * src/import.c
11328                 use claws' semantics for getting folder item when
11329                 importing an mbox file into a folder 
11330                 (submitted by Dale P. Smith)
11331
11332 2002-01-11 [christoph]  0.6.6claws49
11333
11334         * src/prefs.h
11335                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
11336                 toggle widget, because non static prefs can not use
11337                 prefs_set_* functions
11338         * src/prefs_account.c
11339                 toggle smtp auth password field sensitivity if
11340                 user id is empty and add descrition of usage for
11341                 these fields
11342         * src/prefs_folder_item.c
11343                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
11344                 callbacks
11345
11346 2002-01-11 [melvin]     0.6.6claws48
11347
11348         * src/compose.c
11349                 fix the 'Ctrl-Enter' feature for sending and test really
11350                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
11351                 editables which was not documented in Gtk)
11352
11353         * src/summaryview.c
11354                 Made summaryview refresh after sorting and not before.
11355
11356 2002-01-11 [christoph]  0.6.6claws47
11357
11358         * src/compose.c
11359                 select account from account ids if possible and
11360                 correctly set save folder for copy in reedit
11361
11362 2002-01-10 [paul]       0.6.6claws46
11363
11364         * sync with sylpheed 0.7.0 release
11365                 see ChangeLog entries 2002-01-07, 2002-01-08 and
11366                 2002-01-09
11367
11368 2002-01-09 [alfons]
11369
11370         * src/summaryview.c
11371                 remove more dirt traces...
11372
11373 2002-01-09 [alfons]
11374         
11375         * src/summaryview.c
11376                 clean up some traces of my debugging stuff
11377
11378 2002-01-09 [alfons]     0.6.6claws45
11379
11380         * src/filtering.c
11381                 break up filteringprop_apply() in three separate pieces
11382                 so we can drop messages that failed processing in the
11383                 inbox
11384
11385         * src/summaryview.c
11386                 fix bug #469598 "no refresh of inbox after filter" which 
11387                 was introduced by the new summary view locking, and which 
11388                 prevented the summary view to update after a manual filter 
11389                 message. claw's filter message requires a summary_show().
11390                 (aargh, summary_show() again! :-)
11391                 
11392 2002-01-07 [alfons]     0.6.6claws44
11393
11394         * src/headerwindow.c
11395         * src/logwindow.c
11396         * src/messageview.c
11397         * src/sourcewindow.c
11398                 bring in Hiro's last 0.7.0 wm class fixes
11399
11400         * tools/sylprint.pl
11401                 bring in Ricardo's fix for sylprint script
11402
11403         * AUTHORS       
11404         * src/rfc2015.[ch]
11405         * src/prefs_common.[ch]
11406         * src/prefs_account.[ch]
11407         * src/compose.c
11408                 clean up account preference poison in rfc2015,
11409                 and preparation to fix double sign bug 
11410                 (patch submitted by Simon 'corecode' Schubert)
11411
11412 2002-01-07 [christoph]  0.6.6claws43
11413
11414         * src/mh.c
11415                 search for free message number, do not only rely
11416                 on last_num
11417         * src/send.c
11418                 fix smtp auth and use extra account information
11419                 if available, if not use pop3 data instead
11420                 (closes bug #500341)            
11421         * src/ssl.[ch]
11422                 match coding style
11423
11424 2002-01-06 [alfons]     0.6.6claws42
11425
11426         * src/mainwindow.c
11427                 try making the separate windows work again...
11428
11429 2002-01-06 [alfons]     0.6.6claws41
11430
11431         * src/mainwindow.c
11432                 adapt Hiro's separate window menu (to get rid of the funny
11433                 duplicate menu items), and make it work again
11434
11435 2002-01-06 [alfons]     0.6.6claws40
11436
11437         * tools/Makefile.am
11438         * tools/sylprint.rc
11439         * tools/sylprint.pl
11440         * tools/README.sylprint
11441                 add sylprint script for printing mails from Sylpheed
11442                 (contributed by Ricardo Mones Lastra)
11443
11444         * src/acount.c
11445                 clean up
11446
11447 2002-01-06 [melvin]     0.6.6claws39
11448
11449         * src/mainwindow.c
11450         * src/summaryview.c
11451                 Fixed crash introduced in 0.6.6claws38 by the menu
11452                 reorganisation (Hide read messages)
11453         
11454         * ChangeLog.claws 
11455                 Fixed typo (we are now in 2002, alfons ;) )
11456
11457 2002-01-05 [alfons]     0.6.6claws38
11458
11459         * sync with sylpheed 0.6.6cvs10-17
11460                 (last stuff marked as LAST_STABLE)
11461
11462 2002-01-04 [melvin]     0.6.6claws37
11463
11464         * src/account.c
11465                 Made account selection code use strcasestr again instead of
11466                 g_strcasecmp (fixes bug where reediting queued messages
11467                 did not select proper account reported by T. Link).
11468         
11469         * src/folderview.c
11470                 Fix bug where folder icons are not shown when 'hide read messages'
11471                 is on.
11472         
11473         * src/stock_pixmaps.[ch]
11474                 Added folder icons for 'hide read messages'.
11475         
11476         * src/compose.c
11477                 Fixed bug where 'Enter' in a header entry will send the message 
11478                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
11479
11480 2002-01-03 [melvin]     0.6.6claws36
11481         
11482         * src/prefs.[ch]
11483                 Added popup menu for common preferences and
11484                 account preferences (right click on tab displays
11485                                 a menu of all tabs.)
11486
11487 2002-01-02 [melvin]     0.6.6claws35
11488
11489         * src/gtkspell.[ch]
11490                 Made spelling code compatible with undo/redo feature.
11491                 Added creation of suggestion mode menu for the general
11492                         preferences.
11493         
11494         * src/prefs_common.[ch]
11495                 Added option menu for the speller's suggestion mode.
11496                 Added missing spaces in "..." buttons and made a "..."
11497                         button non translatable!
11498         
11499         * src/compose.c
11500                 Made speller use the default suggestion mode.
11501                 Hack to make it possible to choose 'CTRL-Enter' as a
11502                         shortcut for sending (and only for sending).
11503
11504         * src/prefs_folder_item.c
11505                 Changing subject simplification does not update cache 
11506                         anymore (because it is unnecessary).
11507                 Fixed bug where changing subject simplification updated the 
11508                         summaryview even when the viewed folder is not the
11509                         folder which properties are being changed. (E.g. 
11510                                         viewing folder A and changing
11511                                         the subject simplification of 
11512                                         folder B -not being viewed- updated the 
11513                                         summaryview of folder A with data of
11514                                         folder B). (Hope this is clear... )
11515
11516 2001-12-31 [alfons]     0.6.6claws34
11517         
11518         * src/ldif.c
11519         * src/mutt.c
11520                 fgetc() returns a signed integer which doesn't
11521                 fit in a char. so c truncates this to a char
11522                 but we may lose significant bits. i.e. we may
11523                 comparing 0xFF which may not be equal to -1
11524                 unless properly casted to signed char which
11525                 we won't do because fgetc() returns a signed
11526                 integer which doesn't fit in a char. so c 
11527                 truncates this to a char but we may lose 
11528                 significat bits. (you got the idea, thanks
11529                 to Gustavo Noronha Silva <kov@debian.org>
11530                 and the Debian folks!)
11531
11532 2001-12-30 [alfons]     0.6.6claws33
11533
11534         * src/prefs_common.c
11535                 add #ifdef USE_PSPELLs that Melvin forgot               
11536
11537 2001-12-30 [melvin]     0.6.6claws32
11538         
11539         * src/prefs_common.[ch]
11540                 Added configurable color for misspelled words.
11541
11542         * src/gtkspell.[ch]
11543                 Fixed bug of foreground text color (reported by David
11544                                 Mehrmann)
11545                 Added configurable color for misspelled words.
11546
11547 2001-12-30 [alfons]     0.6.6claws31
11548
11549         * src/folder.c
11550                 remove unnecessary things someone put there
11551
11552         * src/mh.c
11553         * src/folder.[ch]
11554                 make folder properties (like threading and sorting) persistent
11555                 (closes bug #497424 "rescan folder tree resets proprieties")
11556                 currently this is only for MH folders. 
11557
11558 2001-12-29 [melvin]     0.6.6claws30
11559
11560         * src/string_match.[ch]
11561                 Optimized a bit: regexp pattern buffer compiled only once, and
11562                   one subroutine call removed. Fixed ^ regexp search: Now, 
11563                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
11564         
11565         * src/summaryview.c
11566                 Subject filtering changed to filter summary columns and
11567                   not directly the messages subject cache. The loss in 
11568                   performance is balanced by the improvement of string_match.
11569                 Added an alert panel if there is an error in the regexp.
11570
11571         * src/src/prefs_folder_item.h
11572                 Added a regexp pattern buffer.
11573
11574 2001-12-28 [alfons]     0.6.6claws29
11575
11576         * src/string_match.[ch]
11577                 clean up name space
11578                 allow compilation *BSD
11579
11580 2001-12-27 [alfons]     0.6.6claws28
11581
11582         * src/filter.c
11583                 sync the Hiro's bug fix for BSD
11584
11585 2001-12-27 [melvin]     0.6.6claws27
11586         
11587         * src/compose.c
11588                 Simplify focus to subject entry code.
11589
11590 2001-12-27 [darko]      0.6.6claws26
11591
11592         * src/filtering.c
11593         * src/mbox_folder.c
11594         * src/messageview.c
11595         * src/mh.c
11596         * src/procheader.[ch]
11597         * src/procmsg.h
11598         * src/stock_pixmap.[ch]
11599         * src/summaryview.c
11600                 Show key icon for encrypted mails in summary view
11601
11602         * src/pixmaps/clip.xpm
11603         * src/pixmaps/clipkey.xpm
11604         * src/pixmaps/key.xpm
11605                 New/modified icons for the above
11606
11607 2001-12-27 [melvin]     0.6.6claws25
11608
11609         * src/prefs_common.c
11610                 Put spell checker options in a separate tab to decrease
11611                 the Common Preferences window height.
11612
11613         * README.claws  
11614                 Update spell checker usage instruction about its options
11615                 location.
11616
11617 2001-12-27 [melvin]     0.6.6claws24
11618
11619         * src/compose.c
11620                 Changed subject entry widget position. Initial focus is
11621                 on the To header instead of the subject entry.
11622                 Creating a new header scrolls the header list to make the
11623                 created one visible. Nevertheless, when automatically filling
11624                 headers, the first one is shown.
11625                 A Tab key press in the last empty header entry zips the 
11626                 focus to the subject entry.
11627                 (I did not change the combo boxes, yet)
11628
11629 2001-12-26 [alfons]     0.6.6claws23
11630
11631         * src/prefs_account.c
11632         * src/inc.c
11633                 allow default inbox to reside in another mailbox (only
11634                 works for POP3 accounts)
11635
11636 2001-12-26 [alfons]     0.6.6claws22
11637         
11638         * src/textview.c
11639                 make reply-on-click work with the account of the selected folder
11640         * src/compose.c
11641                 put a fixme here to remind me to fix finding correct default
11642                 account for nested folders
11643
11644 2001-12-25 [alfons]     0.6.6claws21
11645
11646         * src/summaryview.c
11647                 make column headers display locked and mark pixmaps (idea by Melvin) 
11648                 fix bug by adding score and locked column type to sort array
11649
11650 2001-12-25 [alfons]     0.6.6claws20
11651         
11652         * src/summaryview.c
11653                 catch a *potentially* inadvertent write back of  
11654                 the message cache(s) introduced by 0.6.5claws37
11655
11656 2001-12-25 [christoph]  0.6.6claws19
11657
11658         * src/stock_pixmap.[ch]
11659         * src/summaryview.c
11660                 add ignore thread pixmap
11661                 (can someone draw a better icon for this?)
11662
11663 2001-12-24 [alfons]     0.6.6claws18
11664
11665         * src/prefs_folder_item.c
11666                 make address completion actually work for the
11667                 Default To address in the Folder Property dialog.
11668
11669 2001-12-24 [alfons]     0.6.6claws17
11670         
11671         * src/summaryview.c
11672                 use new style regexp for subject stripping 
11673                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
11674
11675 2001-12-24 [darko]      0.6.6claws16
11676
11677         * src/pgptext.c
11678         * src/rfc2015.c
11679                 move GPG related informational messages to debug mode
11680
11681 2001-12-23 [alfons]     0.6.6claws15
11682
11683         * src/stock_pixmap.[ch]
11684         * src/summaryview.c
11685                 add the forgotten Claws' locked pixmap
11686
11687 2001-12-23 [alfons]     0.6.6claws14
11688
11689         * src/filesel.c
11690                 accept file name typed in entry in multi file
11691                 selector (patch submitted by Gustavo Noronha Silva 
11692                 <kov@debian.org>)
11693
11694 2001-12-23 [alfons]     0.6.6claws13
11695
11696         * src/prefs_filter.c
11697         * src/prefs_filtering.c
11698         * src/matcher.c
11699         * src/importmutt.c
11700                 clean up a little bit
11701         
11702         * src/string_match.c
11703                 validate input strings a little bit more
11704
11705 2001-12-23 [alfons]     0.6.6claws12
11706
11707         * src/Makefile.am
11708         * src/summaryview.c
11709         * src/string_match.[ch]         ** NEW **
11710         * src/folderview.[ch]
11711         * src/headerview.h
11712         * src/folder.[ch]
11713         * src/prefs_folder_item.[ch]
11714                 add subject simplification to strip out strings from
11715                 a subject line (esp. handy for mailing lists). 
11716                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
11717                 but slightly changed things for better integration.)
11718
11719 2001-12-23 [alfons]     0.6.6claws11
11720
11721         * src/mainwindow.c
11722                 fix bug introduced by submission included in 0.6.5claws52.
11723                 ideally this submission should clean the trash if any trash
11724                 folder has a message. however, the hasTrash variable was
11725                 set to false whenever a trash folder was empty (discarding
11726                 a previously found *filled* trash folder.)
11727
11728                 also edited the code a little bit and made it more safe.
11729
11730 2001-12-22 [alfons]     0.6.6claws10
11731
11732         * src/imap.c
11733                 quick fix for Martin Pool's omission of an account
11734                 specific SSL setting
11735
11736 2001-12-22 [alfons]     0.6.6claws9
11737
11738         * src/compose.c
11739         * src/messageview.c
11740         * src/mimeview.c
11741         * src/pgptext.c
11742         * src/procmime.[ch]
11743                 better support for multipart/digest (submitted
11744                 by Fredrik <e98fo@efd.lth.se>)
11745
11746 2001-12-22 [alfons]     0.6.6claws8
11747
11748         * src/addressbook.c
11749                 correct function signature
11750         * src/socket.[ch]
11751         * src/imap.[ch]
11752         * src/prefs_account.[ch]
11753                 allow IMAP over SSH tunnel (patch submitted by 
11754                 Martin Pool <mbp@samba.org>)
11755
11756 2001-12-21 [alfons]     0.6.6claws7
11757
11758         * sync with sylpheed 0.6.6cvs4-9
11759                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
11760
11761 2001-12-21 [christoph]  0.6.6claws6
11762
11763         * src/compose.c
11764         * src/prefs_folder_item.[ch]
11765                 implement saving of outgoing messages to current folder.
11766                 fix segfault when no default outbox is available
11767                 (closes bug #495683)
11768
11769 2001-12-21 [carsten]    0.6.6claws5
11770         * src/folderview.c
11771         * src/summaryview.c
11772                 pressing CTRL while DND does now the expected thing and
11773                 copies the mail (moving is still the default, as this
11774                 seam more appropriate for handling mails by DND)
11775
11776 2001-12-18 [paul]       0.6.6claws4
11777
11778         * sync with sylpheed 0.6.6cvs3
11779                 see ChangeLog entries 2001-12-18
11780
11781 2001-12-18 [hiro]       0.6.6claws3
11782
11783         * src/undo.c
11784                 fix for multibyte characters (obtain the number of letters
11785                 instead of bytes).
11786
11787 2001-12-17 [paul]       0.6.6claws2
11788
11789         * sync with sylpheed 0.6.6cvs1
11790                 see ChangeLog entry 2001-12-16
11791
11792 2000-12-17 [alfons]     0.6.6claws1
11793
11794         * src/filtering.c
11795                 clean up
11796
11797 2001-12-16 [paul]       0.6.6claws
11798 2001-12-15
11799
11800         * Release version 0.6.6claws, cvs tag: rel_0_6_6
11801
11802         * src/mimeview.c
11803                 last minute sync with main 0.6.6
11804
11805         * po/es.po
11806                 updated by Ricardo Mones Lastra
11807                 update for last minute sync
11808         * po/fr.po
11809         * po/nl.po
11810                 update for last minute sync
11811         * po/de.po
11812                 updated by Jens Oberender
11813         * po/pt_BR.po
11814                 updated by Fabio Junior Beneditto
11815
11816         * src/prefs_common.[ch]
11817         * src/undo.c
11818                 number of undo levels is user configurable
11819                 (squeeze it into the release in the dying
11820                 moments) Submitted by Jens Oberender    
11821
11822 2001-12-15 [melvin]
11823
11824         * po/fr.po
11825                 updated french translation
11826
11827 2001-12-15 [paul]       0.6.5claws92
11828
11829         * sync with sylpheed 0.6.5cvs28
11830                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11831
11832         * po/nl.po
11833                 update to allow for sync
11834
11835 2001-12-15 [alfons]
11836         
11837         * po/nl.po
11838                 update dutch translation
11839
11840 2001-12-14 [carsten]    0.6.5claws91
11841         * src/summaryview.c
11842                 fixed bug #473785; also after changing the column order
11843                 the same message will be selected and displayed as before
11844                 the reordering
11845
11846 2001-12-14 [carsten]    0.6.5claws90
11847         * src/folderview.c
11848                 probably found the bug reported by wwb opening or closing
11849                 a folder tree just before dnd (found the solution in the
11850                 balsa source -- thanks to them)
11851
11852 2001-12-14 [carsten]    0.6.5claws89
11853         * src/gtkutils.c
11854         * src/account.c
11855                 moved gtk_clist_moveto to the right place, so that
11856                 only the accounts dialog is effected on opening
11857
11858 2001-12-14 [carsten]    0.6.5claws88
11859         * src/gtkutils.c
11860                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11861                 now, so that the focused row will be seen in any case
11862                 (reported by wwp on sf-claws-user)
11863
11864 2001-12-14 [darko]      0.6.5claws87
11865
11866         * src/compose.c
11867                 remove unnecessary line
11868
11869 2001-12-14 [paul]       0.6.5claws86
11870
11871         * sync with sylpheed 0.6.5cvs27
11872                 see ChangeLog entries 2001-12-14
11873
11874 2001-12-14 [carsten]    0.6.5claws85
11875         * src/mainwindow.c
11876                 following a suggestion of Melvin the rcoabm pops up
11877                 right under the button now and the button is reliefed
11878                 while the popup is open
11879
11880 2001-12-14 [darko]      0.6.5claws84
11881
11882         * src/compose.c
11883                 fix crash when wrapping long lines if linewrap quotation
11884                 is disabled and wrapper encounters a word spanning more
11885                 than one line
11886
11887 2001-12-13 [paul]       0.6.5claws83
11888
11889         * src/compose.c
11890                 prefer 'Reply-To' header over mailing list header when
11891                 replying to a message. Finally prevent all those confirmation 
11892                 messages being sent to the list itself.
11893
11894         * src/summaryview.c
11895                 remove unused summary_set_menu_sensitive() entry
11896
11897 2001-12-13 [paul]       0.6.5claws82
11898
11899         * src/folderview.c
11900         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11901         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11902         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11903                 improvements to 'Hide read messages': Inbox, Outbox,
11904                 Trash, Queue, and Draft icons now reveal presence of hidden 
11905                 messages
11906
11907 2001-12-12 [alfons]     0.6.5claws81
11908
11909         0.6.5claws80 was tagged as LAST_STABLE
11910
11911         * src/filtering.[ch]
11912         * src/matcher.[ch]
11913         * src/matcher_parser_lex.c
11914                 fix the filtering; my last attempt to get it right, 
11915                 if it does not work, it's Hoa's turn. ;-)
11916
11917                 for my honourable peers:
11918                 
11919                 the code now makes a clear distinction between
11920                 rules as they are displayed (probably escaped),
11921                 and as they are executed (probably unescaped). the
11922                 parser does *NOT* do any unescaping, this is
11923                 the task of the matcher.c (which breaks up a
11924                 rule into condition) and the filtering.c (which
11925                 breaks up the rule's action). to make this
11926                 run happily we provide an unescaped copy of
11927                 crucial strings to the MatcherProp and 
11928                 FilteringAction structures. note that the only
11929                 exception to this is any REGEXP string. those
11930                 are directly passed to regcomp() and regexp()
11931                 (who have much more powerful unescape functions).
11932                 
11933                 for everyone else:
11934         
11935                 you can escape tab (\t), carriage return (\r),
11936                 linefeed (\n), form feed (\f), quote (\"), 
11937                 single quote (\'), bell (\b) in all the entry
11938                 lines in the scoring & filtering dialogs.
11939                 as an added bonus this should not affect
11940                 existing filtering rules.
11941
11942 2001-12-12 [carsten]    0.6.5claws80
11943
11944         * src/summaryview.c
11945         * po/de.po
11946                 "item(s) selected" is now sensitive to 1 or more
11947                 than one selected (nice for language where simple
11948                 adding of a "s" is not possible as German (Eintrag
11949                 ->Eintr"age)
11950                 
11951                 the "forward as attachment" entry from the right
11952                 click menu removed, "forward" acts following the
11953                 prefs
11954         
11955         * src/textview.c
11956                 reverted my former changes; so compiler warning again
11957                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
11958                 nevertheless
11959
11960         * src/messageview.c
11961                 "search in message" does now *not* only work in MVIEW_TEXT
11962                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
11963                 message
11964
11965         * src/mainwindow.c
11966                 removed "/File/_Close" as it was the same as "/File/E_xit"
11967                 and we don't need it two times
11968
11969                 the separate folder view and message view now get a distinct
11970                 WMCLASS, just in case someone is using sawfish ;-)
11971
11972                 as the menu entries "/View/Message view" and "/View/Folder tree"
11973                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
11974                 make them sensitive accordingly and as these two are "shown"
11975                 after startup anytime check this menuitem at startup
11976
11977 2001-12-12 [paul]       0.6.5claws79
11978
11979         * src/folderview.c
11980                 fix sensitivity of 'Search folder...', broken in
11981                 0.6.5claws75
11982
11983         * src/mainwindow.c
11984                 fix dodgy English
11985
11986 2001-12-11 [carsten]    0.6.5claws78
11987         * src/filtering.c
11988                 fixed two typos returning a wrong FALSE/TRUE
11989         * src/mainwindow.[ch]
11990                 extra menu for email/news button removed
11991
11992 2001-12-11 [alfons]     0.6.5claws77
11993         
11994         * src/matcher.c                 (1.3)
11995         * src/matcher_parser_lex.l      (1.28)
11996                 revert for another attempt
11997                 mark 0.6.5claws77 as LAST_STABLE
11998
11999 2001-12-11 [christoph]  0.6.5claws76
12000
12001         * po/de.po
12002                 fixed wrong translation for prev. unread msg
12003
12004 2001-12-11 [paul]       0.6.5claws75
12005
12006         * src/folder.[ch]
12007         * src/folderview.c
12008         * src/mainwindow.c
12009         * src/summaryview.[ch]
12010         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
12011                 enable ability to hide read messages on per folder basis via 
12012                 '/Summary/Hide read messages'; when selected, a folder will 
12013                 have a red open folder icon, instead of a blue icon, if the 
12014                 folder contains hidden messges
12015                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
12016
12017         * src/mainwindow.c
12018                 remove '/Message/Forward as attachment' from 
12019                 main_window_set_menu_sensitive() to prevent debug warning
12020
12021         * src/folderview.c
12022         * src/mainwindow.c
12023                 Clean up some of the English
12024
12025         * tools/newscache_clean.pl
12026                 allow for new 'hidereadmsgs' entry in folderlist.xml
12027
12028         * po/es.po
12029                 updated translation, submitted by Ricardo Mones Lastra
12030
12031 2001-12-11 [paul]       0.6.5claws74
12032
12033         * sync with sylpheed 0.6.5cvs25
12034                 see ChangeLog entry 2001-12-11
12035
12036 2001-12-10 [alfons]     0.6.5claws73
12037
12038         * src/matcher.c
12039                 add more control characters
12040         * src/matcher_parser_lex.l
12041                 make escaping / unescaping work again
12042
12043 2001-12-10 [alfons]     0.6.5claws72
12044
12045         * src/imap.c
12046                 clean up warnings "returning value for void function" 
12047         * src/prefs_filtering.c
12048                 make info button for execute action sensitive
12049
12050 2001-12-10 [paul]       0.6.5claws71
12051
12052         * src/compose.c
12053         * src/imap.[ch]
12054         * src/summaryview.c
12055                 fix: imap server now gets informed of MARKED, UNMARKED
12056                 and REPLY events. Now people can use different IMAP-Mail
12057                 clients and have the exact same information about MARKED,
12058                 UNMARKED and REPLY status with all of them. Especially
12059                 useful for imap servers with a web-frontend.
12060                 submitted by Tobias Sandhaas <medlor@web.de>
12061
12062 2001-12-09 [melvin]     0.6.5claws70
12063         
12064         * src/textview.[ch]
12065                 fixed bug #490076 (hunted down by Alfons who implemented
12066                 a workaround in 0.6.5claws65)
12067
12068 2001-12-09 [christoph]  0.6.5claws69
12069
12070         * src/summaryview.c
12071                 set pointer to string in LOCKED column to NULL
12072                 (might fix bug #490800)
12073
12074 2001-12-09 [carsten]    0.6.5claws68
12075
12076         * po/de.po
12077                 resolved some cluttered menu shortcuts 
12078                 ('creating new email' and 'creating news message'
12079                 hade the same)
12080         * src/compose.c
12081                 wmclass now distinc from main window
12082         * src/mainwindow.c
12083           src/mainwindow.h
12084                 email/news and forward button functionality similar
12085                 to the reply buttons; removed the ugly dropdown arrows
12086                 and use instead the right mouse button
12087
12088 2001-12-09 [paul]       0.6.5claws67
12089
12090         * src/imap.c
12091         * src/utils.h
12092                 allow spaces in imap folder names
12093                 submitted by Willem van Engen <wvengen@stack.nl>
12094
12095 2001-12-09 [paul]       0.6.5claws66
12096
12097         * sync with sylpheed 0.6.5cvs24
12098                 see ChangeLog entry 2001-12-09
12099
12100 2001-12-08 [alfons]     0.6.5claws65
12101
12102         * src/textview.c
12103                 prevent secondary selection claim after "add to sender" dialog
12104                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
12105                 we trick GTK by simulating a click at (0, 0) in the textview.
12106
12107 2001-12-08 [hoa]        0.6.5claws64
12108
12109         * src/folder.c
12110                 fixed a bug about the .processing folder name while filtering
12111
12112 2001-12-08 [alfons]     0.6.5claws63
12113
12114         * src/folderview.c 
12115                 work around problem of not correctly updating folder stats
12116                 when deleting messages. there's some folder scanning evil
12117                 going so the folderview_update_msg_num() does not work
12118                 correctly. need to investigate this.
12119
12120 2001-12-08 [paul]       0.6.5claws62
12121
12122         * sync with sylpheed 0.6.5cvs23
12123                 see ChangeLog entry 2001-12-08
12124
12125 2001-12-07 [christoph]  0.6.5claws61
12126
12127         * src/compose.c
12128                 fix another header translation problem
12129
12130 2001-12-07 [alfons]     0.6.5claws60
12131
12132         * src/mbox.c
12133                 make filtering also work on local spool mbox
12134
12135 2001-12-07 [carsten]    0.6.5claws59
12136         * src/addressbook.c
12137                 addressbook window gets a wmclass distinct from the main
12138                 sylpheed window
12139         * src/compose.h
12140         * src/mainwindow.[ch]
12141                   forward menu item will use mode selected in prefs, forward 
12142                 as attatchment in menu removed (will be substituted in the
12143                 toolbar similar to reply buttons)
12144                   create news message menu entry and news button is now 
12145                 sensitive to the existance of a news account
12146         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
12147         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
12148         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
12149                 these are removed because the toolbar buttons don't show
12150                 the quoting modus any longer
12151
12152 2001-12-07 [paul]
12153
12154         * tools/newscache_clean.pl      ** NEW FILE **
12155                 perl script to do some tidying up in the newscache directory 
12156                 
12157         * tools/sylpheed-switcher       ** NEW FILE **
12158                 perl script to enable easy switching between main and claws
12159                 
12160         * tools/README
12161                 added descriptions of the two new perl scripts          
12162
12163
12164 2001-12-07 [melvin]     0.6.5claws58
12165
12166         * src/messageview.c
12167                 fixed a warning during compilation introduced in 0.6.5claws56
12168
12169 2001-12-07 [paul]       0.6.5claws57
12170
12171         * src/mainwindow.[ch]
12172         * src/menu.[ch]
12173                 further usability enhancements to replying with or without 
12174                 quoting via the toolbar, use of Ctrl key is replaced by 
12175                 drop down menu 
12176                 Submitted by Carsten Schurig            
12177
12178 2001-12-07 [melvin]     0.6.5claws56
12179
12180         * src/messageview.c
12181                 hack to fix bug that prevented to make/paste selections
12182                 after switching between MVIEW_TEXT and MVIEW_MIME views
12183                 without deselecting the selection first.
12184
12185 2001-12-06 [alfons]     0.6.5claws55
12186
12187         * src/filtering.[ch]
12188         * src/inc.c
12189                 revise filtering a little bit more, and make sure
12190                 messages are delivered to the appropriate inbox
12191                 (perhaps set per account)
12192
12193 2001-12-06 [paul]       0.6.5claws54
12194
12195         * sync with sylpheed 0.6.5cvs22
12196                 see ChangeLog entry 2001-12-06
12197
12198 2001-12-05 [alfons]     0.6.5claws53
12199
12200         * src/inc.c
12201         * src/folder.[ch]
12202         * src/procmsg.c
12203         * src/filtering.c
12204                 more revisions of filtering system
12205                 (last stable version is marked as LAST_STABLE)
12206                 
12207                 | NOTE 1): the filtering system now uses a local folder called
12208                 | .processing. if filtering fails, check this directory
12209                 | for missing messages.
12210                 |
12211                 | NOTE 2): help us find the filtering actions still missing
12212
12213 2001-12-05 [paul]       0.6.5claws52
12214
12215         * src/mainwindow.c
12216                 fix bug where 'Empty Trash?' pop-up window appears even
12217                 when Trash is empty, submitted by Jesse Skinner         
12218
12219 2001-12-05 [melvin]     0.6.5claws51
12220
12221         * src/compose.c
12222                 fixed bug #486106 to select correct account when reediting 
12223                 a queued message
12224         
12225 2001-12-04 [alfons]     0.6.5claws50
12226
12227         * src/mh.c
12228                 declare markfile in appropriate functions when
12229                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
12230                 for spotting this)
12231
12232 2001-12-04 [paul]       0.6.5claws49
12233
12234         * sync with sylpheed 0.6.5cvs21
12235                 see ChangeLog entry 2001-12-04
12236
12237 2001-12-03 [christoph]  0.6.5claws48
12238
12239         * po/de.po
12240                 changed translation of undo
12241         * src/account.c
12242         * src/folder.c
12243                 don't reinvent the wheel to traverse a GNode
12244         * src/compose.[ch]
12245                 seperate code to create the compose gui into functions
12246                 add "Others" page with folder selection for saving copy
12247                 of the message.
12248                 the folder identifier is saved to queue header
12249         * src/procmsg.c
12250                 save message to folder in queue header
12251
12252 2001-12-03 [paul]       0.6.5claws47
12253
12254         * sync with sylpheed 0.6.5cvs20
12255                 see ChangeLog entry 2001-12-03
12256
12257 2001-12-01 [paul]
12258
12259         * more sync with sylpheed 0.6.5cvs19
12260                 see ChangeLog entry 2001-11-29
12261
12262 2001-11-30 [paul]       0.6.5claws46
12263         
12264         * src/compose.c
12265                 remove conflicts introduced by Hoa's last commit
12266          
12267         * src/mainwindow.c
12268                 make 'Message/Bounce' sensitive
12269
12270 2001-11-30 [hoa]        0.6.5claws45
12271
12272         * src/compose.c
12273                 slightly change bounce function to add
12274                 information about the user that bounced the mail
12275                 in the From header line.
12276
12277         * src/folderview.c
12278                 permit the use of processing in outbox folder.
12279
12280 2001-11-29 [paul]       0.6.5claws44
12281
12282         * src/mainwindow.[ch]
12283         * src/prefs_common.c
12284         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
12285         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
12286         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
12287                 usability enhancements to the quoting, implements
12288                 use of Ctrl key to toggle quoting settings
12289                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
12290
12291 2001-11-29 [paul]       0.6.5claws43
12292         
12293         * sync with sylpheed 0.6.5cvs19
12294                 see ChangeLog entry 2001-11-28
12295
12296 2001-11-29 [melvin]     0.6.5claws42
12297         * src/Makefile.am
12298                 added enriched.[ch] to the list of files
12299
12300         * src/textview.c
12301         * src/mimeview.c
12302         * src/procmime.[ch]
12303         * src/enriched.[ch]
12304                 added support to view text/enriched
12305                 added support to show headers in message view for text/enriched and text/html
12306                         in non multipart messages
12307
12308 2001-11-28 [paul]       0.6.5claws41
12309
12310         * more sync with sylpheed 0.6.5cvs18
12311                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
12312
12313 2001-11-27 [paul]       0.6.5claws40
12314         
12315         * po/pt_BR.po
12316                 updated translation, submitted by Fabio Junior Beneditto
12317                 
12318         * sync with sylpheed 0.6.5cvs18
12319                 see ChangeLog entries 2001-11-26 (src/textview.c) and
12320                 2001-11-27
12321
12322
12323 2001-11-26 [paul]
12324
12325         * po/es.po
12326                 updated translation, submitted by Ricardo Mones Lastra
12327
12328 2001-11-26 [alfons]
12329
12330         * src/matcher.c
12331                 add more translatable strings
12332
12333 2001-11-26 [christoph]  0.6.5claws39
12334
12335         * po/de.po      
12336                 fixed one more umlaut
12337         * src/compose.c
12338                 fix translated header when it should not be translated
12339
12340 2001-11-26 [paul]       0.6.5claws38
12341
12342         * src/mainwindow.c
12343                 remove '/Message/Add Sender to address book' from 
12344                 main_window_set_menu_sensitive(), prevent debug warning
12345                 add 'Message/Mark/Mark all read' to mainwin_entries[]
12346
12347 2001-11-26 [paul]       0.6.5claws37
12348
12349         * src/summaryview.c
12350                 fix 'recurring unread state' bug 
12351
12352         * tools/README 
12353         * tools/filter_conv.pl
12354                 read name of top level mailbox from folderlist.xml
12355                 and presume nothing about its name              
12356
12357 2001-11-26 [darko]      0.6.5claws36
12358
12359         * src/gtkstext.[ch]
12360                 removed functions that are now in gtkutils.c
12361                 use gtkut_text_is_uri_string() from gtkutils.c
12362         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
12363
12364 2001-11-26 [paul]       0.6.5claws35
12365
12366         * sync with sylpheed 0.6.5cvs16
12367                 see ChangeLog entries 2001-11-25 and 2001-11-26
12368
12369 2001-11-25 [alfons]     0.6.5claws34
12370
12371         EXPERIMENTAL!!! Please checkout the last stable version using: 
12372           
12373         % cvs update -r LAST_STABLE -dRAP
12374
12375         (Or help us testing this stuff.)
12376
12377         * src/filtering.c               (1.14)
12378         * src/filtering.h               (1.6)
12379         * src/inc.c                     (1.28)
12380         * src/matcher.c                 (1.20)
12381         * src/mbox.c                    (1.9)
12382         * src/procmsg.h                 (1.14)
12383         * src/summaryview.c             (1.59)
12384         * src/summaryview.h             (dunno)
12385                 revert/merge/sync to as it was before commit 
12386                 on Thu, 19 Jul 2001 10:15:51 -0700.
12387
12388 2001-11-25 [hoa]        0.6.5claws33
12389
12390         * src/main.c
12391                 processing mails at startup
12392
12393         * src/folderview.c
12394         * src/summaryview.[ch]
12395                 processing mails when entering folder
12396
12397         * src/prefs_filtering.c
12398                 fixed some UI bugs
12399
12400 2001-11-24 [alfons]     0.6.5claws32
12401
12402         * src/summaryview.[ch]
12403                 make summary sort headers work, and also make
12404                 sure the sort type is stored
12405
12406 2001-11-23 [alfons]     0.6.5claws31
12407
12408         * src/summaryview.[ch]
12409                 make lock work like mark
12410                 disallow deleting messages marked as locked
12411
12412 2001-11-23 [alfons]     0.6.5claws30
12413
12414         * src/gtkstext.c
12415         * src/compose.[ch]
12416         * src/Makefile.am
12417         * src/undo.[ch]
12418                 merge undo patch submitted by Jens
12419
12420 2001-11-23 [christoph]  0.6.5claws29
12421
12422         * src/.cvsignore
12423                 added ylwrap
12424         * src/compose.c
12425                 fixed gpg signing and encoding
12426         * src/folder.[ch]
12427         * src/main.c
12428                 added --status option to get new, unread and total
12429                 message count from a running sylpheed
12430         * src/prefs_common.c
12431                 temporary fix for reply_with_quote problem
12432                 (don't call functions for non existing widget)
12433         * src/procmsg.c
12434                 one more check for ignored threads but still not
12435                 always working correctly. probably a recursive
12436                 check for all parents is needed
12437
12438 2001-11-23 [darko]      0.6.5claws28
12439
12440         * src/compose.c
12441                 wrapping on send improvements
12442         * src/gtkutils.[ch]
12443                 fix for GtkSText after last sync with main branch
12444                 GTK_TEXT -> GTK_STEXT
12445
12446 2001-11-23 [paul]       0.6.5claws27
12447
12448         * sync with sylpheed 0.6.5cvs14
12449                 see ChangeLog entries 2001-11-22 and 2001-11-23
12450                 
12451         * po/de.po
12452                 fixed the scrambled umlauts 
12453                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
12454
12455 2001-11-21 [paul]       0.6.5claws26
12456
12457         * sync with sylpheed 0.6.5cvs12
12458                 see 2nd ChangeLog entry dated 2001-11-20
12459
12460 2001-11-20 [paul]       0.6.5claws25
12461
12462         * sync with sylpheed 0.6.5cvs11
12463                 see ChangeLog entry 2001-11-19 (src/utils.c)
12464
12465 2001-11-20 [hiro]
12466
12467         * src/compose.c
12468                 GTK_TEXT -> GTK_STEXT
12469                 fix for wrong comment
12470
12471 2001-11-20 [hiro]       0.6.5claws24
12472
12473         * src/compose.[ch]
12474                 more merges from main branch
12475                 removed fatal warnings (uninitialized variables etc.)
12476                 some coding style fix
12477         * src/gtkutils.h
12478                 fixed typo.
12479         * src/addressbook.c
12480           src/addrindex.c
12481                 V-Card -> vCard
12482
12483 2001-11-19 [hoa]        0.6.5claws23
12484
12485         * src/filtering.c
12486         * src/prefs_scoring.c
12487         * src/matcher.[ch]
12488         * src/scoring.c
12489                 cleaning code
12490
12491         * src/matcher_parser_parse.y
12492         * src/prefs_filtering.c
12493                 bouncing
12494
12495 2001-11-19 [alfons]     0.6.5claws22
12496
12497         more of my old things into claws
12498
12499         * src/Makefile.am
12500         * src/prefs_common.c
12501         * src/procmsg.h
12502         * src/summaryview.[ch]
12503         * src/prefs_summary_column.c
12504         * src/pixmaps/locked.xpm
12505                 add indicators for locking of message in summary view
12506                 (does not work yet, only visual indicator)
12507
12508 2001-11-19 [paul]       0.6.5claws21
12509
12510         * sync with sylpheed 0.6.5cvs10
12511                 see ChangeLog entry 2001-11-19
12512
12513 2001-11-18 [alfons]     0.6.5claws20
12514         
12515         * src/filtering.c
12516                 remove an inadvertent free I forgot in previous clean up 
12517
12518 2001-11-18 [alfons]     0.6.5claws19
12519
12520         * src/filtering.[ch]
12521                 clean up & plug leaks
12522
12523 2001-11-18 [paul]       0.6.5claws18
12524
12525         * sync with sylpheed 0.6.5cvs9
12526                 see ChangeLog entries 2001-11-17 and 2001-11-18
12527
12528 2001-11-16 [paul]       0.6.5claws17
12529
12530         * sync with sylpheed 0.6.5cvs8
12531                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
12532
12533 2001-11-16 [paul]       0.6.5claws16
12534
12535         * sync with sylpheed 0.6.5cvs7
12536                 see ChangeLog entries 2001-11-15 and 2001-11-16
12537
12538 2001-11-15 [hoa]        0.6.5claws15
12539
12540         * src/compose.c
12541                 fix bounce, mails we received couln't be bounced to ourself.
12542
12543         * src/defs.h
12544         * src/filtering.[ch]
12545         * src/matcher.[ch]
12546         * src/matcher_parser.h
12547         * src/matcher_parser_lex.l
12548         * src/matcher_parser_parse.y
12549         * src/inc.c
12550         * src/main.c
12551         * src/mbox.c
12552         * src/prefs_filtering.[ch]
12553         * src/mainwindow.c
12554         * src/prefs_matcher.c
12555         * src/prefs_scoring.c
12556         * src/scoring.[ch]
12557         * src/summaryview.c
12558                 new matcher/filter/score configuration file parser
12559                 one unique configuration file => ~/.sylpheed/matcherrc
12560                 import in currently automatic, then save are made
12561                 in this new file.
12562                 one filter per folder and one global filter
12563                 (filter of a folder will be used as folder processing)
12564
12565         * src/folder.c
12566                 fix a bug in folder_item_get_identifier
12567                 
12568         * src/messageview.c
12569                 receive receipt return are fixed.
12570
12571 2001-11-14 [alfons]     0.6.5claws14
12572
12573         * src/session.h
12574                 add things from main branch to make claws compile
12575
12576 2001-11-14 [paul]       0.6.5claws13
12577
12578         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
12579                 see ChangeLog entries 2001-11-08 to 2001-11-14
12580
12581 2001-11-14 [hoa] 0.6.5claws12
12582
12583         * src/compose.[ch]
12584         * src/mainwindow.c
12585         * src/summaryview.c
12586                 add "bounce mail" option
12587
12588 2001-11-13 [christoph]  0.6.5claws11
12589
12590         * src/compose.c
12591                 Cleanup a mess i add before commiting
12592
12593 2001-11-13 [hoa]        0.6.5claws10
12594
12595         * src/compose.c
12596                 some fixes when mail are sent or
12597                 for crossposts
12598
12599 2001-11-13 [christoph]  0.6.5claws9
12600
12601         * po/de.po
12602                 Changed two string with the same translation
12603         * src/compose.c
12604         * src/procmsg.[ch]
12605         * src/send.[ch]
12606                 New mailsending process:
12607                   - Always queue message before sending
12608                     (message will be saved if sylpheed crashed or
12609                      freezes while sending)
12610                   - Allow queuing of newspostings
12611                   - No copy in outbox before sending
12612                     (closes bug #469501)
12613                   - No more redundant code for send and send_later
12614         * src/summaryview.c
12615                 Applied wwp <subscript@free.fr>'s patch that fixes
12616                 marks for multiple forwarded messages (+compose.c)
12617
12618 2001-11-12 [alfons]
12619
12620         * README.claws
12621                 remove things that are now in main branch
12622         
12623         * po/nl.po
12624                 update Dutch translation
12625
12626 2001-11-12 [mhadasht]   0.6.5.claws8
12627
12628         * src/prefs_common.c
12629                 re-enabled account autoselection feature for forward
12630                 and reedit lost during the branch point for SYNC-B4-REL
12631         * src/gtkspell.c
12632                 gtkpspell_get_dict(): more readable code (even if function is
12633                 not used yet)
12634         * ChangeLog.claws
12635                 added version number info to 2001-11-12 [hiro] comment.
12636
12637 2001-11-12 [hiro]       0.6.5.claws7
12638
12639         * src/compose.c
12640                 compose_forward(): fixed a bug that forward quote mark
12641                 wasn't used.
12642                 removed unnecessary code.
12643         * src/template_select.[ch]: removed.
12644
12645 2001-11-11 [alfons]
12646
12647         * src/compose.c
12648                 :%s/GTK_TEXT/GTK_STEXT/g
12649         
12650         * src/compose.[ch]
12651         * src/undo.[ch]
12652         * src/Makefile.am
12653                 revert the undo stuff (this is 0.6.6claws stuff)
12654
12655 2001-11-11 [hoa]        0.6.5.claws6
12656
12657         * src/compose.[ch]
12658                 Insert signature at the end of the text.
12659                 Added undo patch but currently disabled
12660
12661         * src/procmsg.c
12662                 Threading by subject improved.
12663
12664         * added src/undo.[ch]
12665                 Undo module for compose dialog box.
12666
12667 2001-11-11 [alfons]     0.6.5.claws5
12668
12669         * src/procmsg.c
12670                 prevent threading by subject on nodes that have already been
12671                 threaded by in-reply-to (as in "circular references in a tree
12672                 result in a dead branch")
12673
12674 2001-11-09 [hoa]        0.6.5.claws4
12675         
12676         * src/folderview.c
12677                 allows creation of mbox folder item from any files.
12678
12679 2001-11-09 [alfons]     0.6.5.claws3
12680         
12681         * src/utils.c
12682         * src/procmsg.c
12683                 do what I mean and correct threading by subject so it really
12684                 ignores attracting lines without "Re: "
12685
12686 2001-11-07 [alfons]     0.6.5.claws2
12687
12688         * src/procmsg.c
12689         * src/utils.[ch]
12690                 only attract by subject if a subject line starts with a "Re: "
12691         * src/syldap.c
12692                 remove warning
12693
12694 2001-11-07 [paul]       0.6.5claws1
12695
12696         * sync with sylpheed 0.6.5. release
12697                 see ChangeLog entry 2001-11-07
12698
12699 2001-11-07 [paul]       0.6.4claws31
12700
12701         * sync with sylpheed 0.6.4cvs18
12702                 see ChangeLog entries 2001-10-30 to 2001-11-07
12703                 prefs_templates.[ch] renamed prefs_template.[ch]
12704
12705 2001-11-06 [alfons]
12706         
12707         * src/utils.h
12708                 add semicolon Hoa forgot ;-)
12709                 
12710
12711 2001-11-06 [hoa]        0.6.4claws30
12712         
12713         * src/procmsg.c
12714         * src/summaryview.c
12715         * src/utils.c
12716         * src/utils.h
12717                 threading by subject - empty subject are ignored
12718
12719 2001-11-06 [christoph]  0.6.4claws29
12720
12721         * src/socket.c
12722                 use SSL_peek for sock_gets
12723         * src/utils.c
12724                 removed unneeded pointer in extracting quoted
12725                 names implementation
12726
12727 2001-11-06 [melvin]     0.6.4claws28
12728
12729         * src/gtkspell.c
12730                 fixed bug #476792 Selection overtyping with spell checker
12731                 fixed bug which could cause a buffer overflow
12732                 fixed a memory leak
12733
12734 2001-11-06 [hoa]        0.6.4claws27
12735         
12736         * src/procmsg.c
12737         * src/summaryview.c
12738                 threading by subject
12739
12740 2001-11-05 [alfons]     0.6.4claws26
12741         
12742         * README.claws
12743                 Claws -> Sylpheed (vice versa)
12744
12745         * src/compose.c
12746                 :%s/gtk_text/gtk_stext/g
12747                 :%s/GTK_TEXT/GTK_STEXT/g
12748                 (thanks to Jonathan Ware for spotting this)
12749
12750 2001-11-04 [christoph]  0.6.4claws25
12751
12752         * src/summaryview.c
12753                 replace Xalloca + strdup with Xstrdup_a
12754         * src/utils.c
12755                 better implementation of extracting quoted names
12756                 from addresses (remove backlashes and ignore
12757                 quotes after them)
12758
12759 2001-11-04 [alfons]     0.6.4claws24
12760
12761         * src/utils.[ch]
12762                 edit to comply more with coding style
12763
12764         * src/textview.c
12765                 fix bug reported by Kim Schulz. introduced by the patch integrated
12766                 in 0.6.4claws15. the code did not check the return value of
12767                 the html parser.
12768
12769         * AUTHORS
12770                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
12771
12772 2001-11-04 [christoph]  0.6.4claws23
12773
12774         * src/main.c
12775         * src/prefs_common.[ch]
12776                 init some pointers that possibly caused a segfault
12777                 reported in the claws-users ML
12778
12779 2001-11-04 [hoa]        0.6.4claws22
12780
12781         * src/grouplistdialog.c
12782                 change the names of the nodes in the tree
12783
12784         * src/compose.c
12785                 enhanced mailto syntax as described in
12786                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
12787                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
12788
12789         * src/utils.c
12790                 encode and decode URI (useful when opening URL into
12791                 netscape).
12792
12793 2001-11-03 [hoa]        0.6.4claws21
12794
12795         * src/grouplistdialog.c
12796                 a new newsgroups list selection dialog box
12797                 with a CTree instead of a CList
12798
12799 2001-11-03 [hoa]        0.6.4claws20
12800
12801         * src/folderview.c
12802                 enable property and scoring options when right
12803                 click on "inbox"
12804
12805         * src/summaryview.c
12806                 fixed bug when nickname were displayed using
12807                 the address book.
12808
12809 2001-11-02 [darko]      0.6.4claws19
12810
12811         * src/compose.c
12812                 new wrap quotation and URL/long words wrapping implementation
12813         * src/compose.c src/gtkstext.[ch]
12814                 move gtkstext_strncmp() to gtkstext.c
12815
12816 2001-11-01 [christoph]  0.6.4claws18
12817
12818         * src/prefs_account.c
12819                 fixed mess in account settings dialog
12820         * src/prefs_folder_item.c
12821                 added label with folder path to dialog
12822
12823 2001-10-31 [match]      0.6.4claws17
12824
12825         * src/vcard.c
12826                 fix memory leak.
12827         * src/addrbook.c
12828                 fix generation of spurious address book file names.
12829                 remove redundant functions.
12830         * po/POTFILES.in
12831                 added missing file names.
12832
12833 2001-10-30 [paul]       0.6.4claws16
12834
12835         * sync with sylpheed 0.6.4cvs6
12836                 see ChangeLog entries 2001-10-26 to 2001-10-30
12837
12838         * tools/filter_conv.pl
12839                 read folderlist.xml to discover whether the top-level
12840                 folder is called 'Mailbox' or 'Mail' 
12841
12842 2001-10-29 [paul]       0.6.4claws15
12843
12844         * src/html.c, src/textview.c
12845                 activate links in html mail and fix clickable parts
12846                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12847
12848 2001-10-29 [paul]
12849
12850         * po/de.po, po/es.po, po/pt_BR/po
12851                 updated translations, submitted by Jens Oberender,
12852                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12853
12854 2001-10-29 [darko]      0.6.4claws14
12855
12856         * src/compose.c
12857                 fix wrapping for good
12858
12859 2001-10-29 [darko]
12860
12861         * src/compose.c
12862                 undo previous change as it broke the smart wrapping
12863
12864 2001-10-29 [darko]      0.6.4claws13
12865
12866         * src/compose.c
12867                 fix infinite loop when long URL is quoted
12868                 (closes bug #475122.
12869
12870 2001-10-28 [match]
12871
12872         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12873                 import Mutt address book
12874         * src/ldif.[ch] src/importldif.h
12875                 modified import LDIF handle user attributes
12876
12877 2001-10-28 [christoph]  0.6.4claws12
12878
12879         * src/summaryview.c
12880                 fixed that filtering did not work if there
12881                 were no filter rules
12882                 (closes bug #472003 and better implementation
12883                  of patch #474644)
12884
12885 2001-10-27 [christoph]  0.6.4claws11
12886
12887         * src/compose.c
12888                 make the folder's default account to be used when
12889                 replying. (patch by wwp <subscript@free.fr>)
12890         * src/compose.c
12891                 code cleanup, nearly killed all of wwp's patch
12892                 for folder's default account in compose
12893         * src/folderview.c
12894                 error panel when a folder could not be created
12895                 (closes bug #471080 new folder name & already
12896                  existing file)
12897
12898 2001-10-26 [alfons]
12899
12900         * src/utils.h
12901                 change prototype of strstr2() that Christoph forgot about
12902
12903 2001-10-26 [christoph]  0.6.4claws10
12904
12905         * src/account.c
12906                 made search for accounts by email address not case
12907                 sensitive
12908         * src/folder.c
12909                 fixed memory leak in folder_item_get_identifier
12910         * src/gtkspell.c
12911         * src/utils.c
12912                 fixed wrong strstr2 (should work like strstr)
12913
12914 2001-10-26 [darko]      0.6.4claws9
12915
12916         * src/compose.c src/gtkstext.[ch]
12917         * src/gtkstext.c
12918                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12919
12920 2001-10-26 [paul]       0.6.4claws8
12921
12922         * src/html.c
12923                 ignore css and javascript tags in html mail
12924                 case-insensitive, with or without double-quoted
12925                 strings
12926
12927 2001-10-26 [paul]       0.6.4claws7
12928
12929         * sync with sylpheed 0.6.4cvs1
12930                 see ChangeLog entry 2001-10-26
12931
12932         * src/prefs_account.c, src/prefs_common.c,
12933           src/prefs_summary_column.c
12934                 minor improvements to the English
12935
12936 2001-10-25 [alfons]     0.6.4claws6
12937
12938         * src/gtkstext.c
12939         
12940                 make GtkSText follow style of GtkText (closes bug 
12941                 #469211 "text selection while writing message")
12942                 
12943                 do sync with GTK 1.2.10
12944
12945 2001-10-25 [paul]       0.6.4claws5
12946
12947         * src/html.c
12948                 ignore css tags in html mail
12949
12950 2001-10-25 [darko]      0.6.4claws4
12951
12952         * src/compose.c
12953                 don't declare is_url_string as static function since
12954                 we need it in gtkstext.c
12955         * src/gtkstext.c
12956                 remove unused variable
12957                 don't wrap long URLs while composing a message
12958
12959 2001-10-24 [christoph]  0.6.4claws3
12960
12961         * src/socket.c
12962                 fix ssl deadlock, when peer closes connection
12963
12964 2001-10-24 [paul]       0.6.4claws2
12965
12966         * src/prefs_common.c
12967                 gettextize the gpg ascii-armored warning message
12968
12969         * src/compose.c
12970                 insert a DOS/MAC file into the composed message
12971                 (improvements)
12972
12973         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
12974
12975 2001-10-22 [paul]       0.6.4claws1
12976
12977         * sync with sylpheed 0.6.4 release
12978                 see ChangeLog entries 2001-10-21
12979
12980         * po/fr.po, po/pt_BR.po
12981                 updated by Melvin Hadasht and Fabio Junior Beneditto
12982
12983 2001-10-21 [paul]       0.6.3claws30
12984
12985         * src/compose.c
12986                 insert a DOS text file from the compose window
12987                 into the composed message text (removes CRs characters)
12988                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
12989
12990         * tools/filter_conv.pl, tools/README
12991                 automatically use ~/.sylpheed as working directory
12992                 print out confirmation message on completion
12993
12994         * correct Hoa's last ChangeLog.claws entry
12995
12996 2001-10-20 [hoa]        0.6.3claws29
12997
12998         * src/grouplistdialog.c
12999                 bugfix (another ?) to give the right
13000                 newsgroups list for each news server.
13001
13002         * src/news.c
13003         * src/news.h
13004                 improve the newsgroups list cache
13005
13006 2001-10-20 [paul]       0.6.3claws28
13007
13008         * sync with sylpheed 0.6.3cvs9
13009                 see ChangeLog entry 2001-10-19
13010
13011         * correct Alfons' last ChangeLog.claws entry
13012
13013 2001-10-19 [alfons]
13014
13015         * src/pgptext.[ch]
13016                 fix compilation problems (part of bug #472895)
13017
13018 2001-10-18 [hoa]        0.6.3claws27
13019
13020         * src/grouplistdialog.c
13021                 bugfix when we refresh was clicked (bug 472701)
13022
13023 2001-10-19 [christoph]  0.6.3claws26
13024
13025         * src/compose.c
13026                 last header entry should default to "To:" or
13027                 "Newsgroups:" and not copy the last entry line
13028                 in a new compose window
13029                 (closes bug #472686, #470792)
13030
13031 2001-10-19 [paul]       0.6.3claws25
13032
13033         * sync with Sylpheed 0.6.3cvs8
13034                 see ChangeLog entries 2001-10-18 and 2001-10-19
13035
13036 2001-10-18 [christoph]  0.6.3claws24
13037
13038         * src/procmsg.c
13039                 reimplement ignore thread
13040         
13041 2001-10-18 [hoa]        0.6.3claws23
13042
13043         * src/folderview.c
13044         * src/grouplistdialog.[ch]
13045                 enhanced news subscription interface (feature 469113)
13046
13047         * src/news.c
13048         * src/news.h
13049                 enchanced newsgroup listing,
13050                 now, we can get groups informations
13051                 (NNTPGroupInfo)
13052
13053 2001-10-18 [paul]       0.6.3claws22
13054
13055         * src/summaryview.c
13056                 remove comment (sync with main branch)
13057         * src/mainwindow.c
13058                 fix 'Re-edit' bug in 'Message' menu
13059
13060 2001-10-17 [christoph]  0.6.3claws21
13061
13062         * src/compose.c
13063                 ignore empty or whitespace only header lines
13064
13065 2001-10-17 [paul]       0.6.3claws20
13066
13067         * sync with sylpheed 0.6.3cvs7
13068                 see ChangeLog entries 2001-10-14, 2001-10-16, and
13069                 2001-10-17
13070
13071 2001-10-17 [darko]
13072
13073         * src/compose.c
13074                 wrap long lines without spaces
13075                 don't wrap URLs
13076
13077 2001-10-16 [paul]
13078
13079         * po/es.po, po/nl.po, po/pt_BR.po
13080                 updated by Ricardo Mones Lastra, Alfons,
13081                 and Fabio Junior Beneditto
13082
13083         * sylpheed-0.6.3claws released
13084
13085 2001-10-15 [melvin] 0.6.3claws18
13086
13087         * README.claws
13088                 added summary and detailed installation instructions
13089                 for spell checker
13090         * po/fr.po
13091                 Updated, corrected and completed french translation
13092
13093 2001-10-15 [hoa] 0.6.3claws17
13094         * src/grouplistdialog.c
13095                 we can choose the newsgroups to display with wildcards
13096
13097 2001-10-15 [christoph]  0.6.3claws16
13098
13099         * src/account.c
13100         * src/compose.c
13101         * src/prefs_folder_item.[ch]
13102                 applied wwp <subscript@free.fr>'s folder
13103                 default account patch
13104         * po/de.po
13105                 Fixed wrong translation
13106
13107 2001-10-13 [alfons, christoph, melvin]  
13108                         0.6.3claws15
13109
13110         solution #2 to solve MT-safety problems defers all GUI related calls
13111         to the main thread using a gtk_idle_add() callback. discussed on
13112         ircnet #sylpheed, with christoph spotting some issues with the
13113         original code, and melvin allowing us to lobotomize his sylpheed.
13114
13115         * src/syldap.[ch], src/main.c
13116                 fix race problem in ldap search thread by deferring GUI 
13117                 stuff to main thread using gtk_idle_add()
13118
13119 2001-10-13 [paul]       0.6.3claws14
13120
13121         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
13122                 add Sergey's smtpcred.patch
13123                 adds separate username/password setting for SMTP Auth
13124                 needed by some servers
13125                 (closes feature request #471659)
13126
13127 2001-10-13 [paul]       0.6.3claws13
13128
13129         * src/pgptext.[ch] **NEW FILES**
13130         * src/Makefile.am, src/messageview.c, src/mimeview.c
13131                 decrypt ascii-armored gpg text embedded in
13132                 the message body.
13133                 Submitted by Jens Jahnke <jan0sch@gmx.net>
13134
13135 2001-10-13 [christoph]  0.6.3claws12
13136
13137         * README.claws
13138                 some more details on default to and
13139                 feature requests
13140         * src/main.c
13141                 init glib threading when ldap is used
13142         * src/syldap.c
13143                 threading fixes
13144         * po/de.po
13145                 fixed a typo
13146
13147 2001-10-12 [paul]       0.6.3claws11
13148
13149         * src/prefs_common.[ch], src/rfc2015.c
13150                 enable ascii-armored gpg text to be embedded in the
13151                 message body, selectable through the 'Privacy'
13152                 preferences. Supports encrypting only.
13153                 Submitted by Ravemax <ravemax@dextrose.com>
13154
13155 2001-10-12 [paul]       0.6.3claws10
13156
13157         * sync with sylpheed 0.6.3cvs6
13158                 see ChangeLog entries 2001-10-11 and 2001-11-12
13159
13160         * src/folderview.c
13161                 incorporated mbox folders, scoring, and folder
13162                 properties into the sync
13163
13164 2001-10-12 [darko]      0.6.3claws9
13165
13166         * README.claws
13167                 describe quotation wrapping
13168         * src/compose.c
13169                 don't treat tab as space to calculate line length properly
13170
13171 2001-10-11 [alfons]
13172
13173         * README.claws
13174                 correct description of how to make new filtering system work,
13175                 add some other things
13176                 
13177         * src/syldap.c
13178                 remove sched_yield() (not necessary / unportable)
13179
13180 2001-10-11 [paul]       0.6.3claws8
13181
13182         * sync with sylpheed 0.6.3cvs3
13183                 see ChangeLog entry 2001-10-10
13184
13185 2001-10-10 [christoph]  0.6.3claws7
13186
13187         * .cvsignore
13188                 ignore 2 files created by newer autotools
13189         * src/prefs_folder_item.c
13190                 using table for widget alignment
13191                 fixed memory leak and broken octal display
13192         * src/filesel.c
13193                 fixed segfault caused by lost filename
13194                 workaround (closes bug #469551)
13195
13196 2001-10-10 [paul]       0.6.3claws6
13197
13198         * sync with sylpheed 0.6.3cvs2
13199                 see ChangeLog entries 2001-10-09 and 2001-10-10
13200
13201 2001-10-10 [darko]      0.6.3.claws5
13202
13203         * src/gtkstext.c
13204                 proper calculation of right margin if smart wrapping is enabled
13205         * src/compose.c
13206                 automatically wrap long lines if wrap quotation is enabled
13207
13208 2001-10-09 [alfons]     0.6.3.claws4
13209
13210         * src/summaryview.c
13211                 select correct row when deleting last row in the summary view (and
13212                 close bug "[ #469104 ] select second last in list when deleting")
13213
13214 2001-10-09 [paul]       0.6.3claws3
13215
13216         * sync with sylpheed 0.6.3cvs1
13217                 updated some autotool scripts
13218
13219 2001-10-09 [darko]      0.6.3claws2
13220
13221         * src/gtkstext.[ch]
13222                 new name and mark with Sylpheed comment
13223         * src/compose.c
13224                 smart quotation wrapping a-la VIM
13225
13226 2001-10-08 [paul]       0.6.3claws1
13227
13228         * sync with sylpheed 0.6.3 release
13229                 see ChangeLog entry 2001-10-08
13230
13231 2001-10-08 [paul]       0.6.2claws24
13232
13233         * src/summaryview.c
13234                 more sync with sylpheed 0.6.2cvs12
13235                 Fixed the bug that didn't select the last row correctly
13236
13237
13238 2001-10-07 [paul]       0.6.2claws23
13239
13240         * sync with sylpheed 0.6.2cvs12
13241                 see ChangeLog entry 2001-10-07
13242
13243 2001-10-06 [match]
13244         * src/jpilot.[ch]
13245                 enable jpilot to read unsynch'ed addresses.
13246
13247         * src/editldap_basedn.c
13248                 fix segfault when opening dialog.
13249
13250 2001-10-06 [alfons]     0.6.2.claws22
13251
13252         * src/summaryview.c
13253                 fix bug with summary view selecting last *inserted*
13254                 node instead of last *visible* node. remember we
13255                 work with a tree
13256
13257 2001-10-06 [paul]       0.6.2claws21
13258
13259         * po/pt_BR.po
13260                 updated translation, contains some fixes and new
13261                 translations, submitted by Gustavo Noronha Silva
13262                 <kov@debian.org>
13263
13264         * src/prefs_common.c
13265                 change 'each' to 'every' - fix dubious English
13266
13267         * sync with sylpheed 0.6.2cvs11
13268
13269 2001-10-05 [alfons]     0.6.2claws20
13270
13271         * src/mainwindow.[ch], src/folderview.c
13272                 make composite tool button switch between "Compose News"
13273                 and "Compose Mail" depending on selected folder
13274                 (nifty idea by Kim Schulz <kim@schulz.dk>)
13275
13276 2001-10-05 [paul]       0.6.2claws19
13277
13278         * src/mainwindow.c, src/summaryview.c
13279                 fix 'Message/Reply to all', broken in last commit
13280
13281         * src/compose.c
13282                 fix X_BEENTHERE seg fault, thanks to Alfons
13283
13284 2001-10-04 [paul]       0.6.2claws18
13285
13286         * src/compose.[ch], src/mainwindow.c
13287                 make "Message/Reply" reply to mailing lists; matches
13288                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
13289                 based on portions of the patch submitted by
13290                 Junichi Uekawa <dancer@netfort.gr.jp>
13291
13292 2001-10-04 [darko]      0.6.2claws17
13293
13294         * src/compose.c
13295                 better smart wrapping
13296         * src/gtkstext.[hc]
13297                 a function to make text buffer contiguous
13298
13299 2001-10-03 [paul]       0.6.2claws16
13300
13301         * sync with sylpheed 0.6.2cvs10
13302
13303 2001-10-02 [alfons]
13304
13305         * configure.in
13306         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
13307                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
13308                 references to chinese translations (hope someone picks up
13309                 this)
13310
13311 2001-10-02 [christoph]  0.6.2claws15
13312
13313         * src/compose.c
13314                 fixed non translated header bug
13315         * ChangeLog.claws
13316                 fixed wrong date in alfons last entry ;)
13317
13318 2001-10-02 [alfons]     0.6.2claws14
13319
13320         * src/compose.c, src/prefs_common.[ch]
13321                 add block cursor option
13322
13323 2001-10-02 [paul]       0.6.2claws13
13324
13325         * sync with sylpheed 0.6.2cvs9
13326
13327 2001-09-30 [paul]       0.6.2claws12
13328
13329         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
13330                 updated translations
13331
13332         * po/POTFILES.in
13333                 add 'src/importldif.c'
13334
13335         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
13336                 added eudora-to-vCard conversion tool
13337                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
13338
13339         * sync with sylpheed 0.6.2cvs8
13340
13341 2001-09-30 [paul]
13342
13343         * sylpheed-0.6.2claws released
13344
13345 2001-09-27 [melvin]     0.6.2claws11
13346
13347         * src/gtkspell.c
13348                 fixed crash when using default path (introduced 
13349                 in 0.6.2claws10)
13350                 fixed tiny bug for initial suggestion mode
13351
13352 2001-09-27 [melvin]     0.6.2claws10
13353         
13354         * src/gtkspell.c
13355                 fixed bug where gtkpspell didn't set the path correctly
13356
13357         * README.claws
13358                 added a paragraph about spell checking
13359                 
13360
13361
13362 2001-09-27 [paul]       0.6.2claws9
13363
13364         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
13365                 replace '// comments' with '/* comments */' to prevent
13366                 some compiler warnings 
13367
13368         * sync with sylpheed 0.6.2cvs6
13369
13370 2001-09-26 [alfons]     0.6.2claws8
13371
13372         * src/messageview.c
13373                 introduce return receipt request notification again,
13374                 which was lost because of other semantics in 
13375                 procheader_parse() (???)
13376
13377 2001-09-26 [christoph]  0.6.2claws7
13378
13379         * src/compose.c
13380                 replace comments for old code with #if 0
13381                 readded auto cc, bcc and reply-to
13382         * src/prefs_matcher.c
13383         * src/prefs_scoring.c
13384                 removed some definition (was moved to
13385                 prefs.h)
13386
13387 2001-09-26 [paul]       0.6.2claws6
13388
13389         * src/mainwindow.c
13390                 make 'Follow-up and reply to' sensitive
13391
13392         * more sync with sylpheed 0.6.2cvs5
13393
13394 2001-09-25 [melvin]
13395
13396         * 0.6.2claws5
13397
13398         * src/gtkspell.c
13399                 fixed bug for "US-ASCII" introduced by the encoding code
13400
13401 2001-09-25 [paul]
13402
13403         * 0.6.2claws4
13404
13405         * src/prefs_common.[ch], src/summaryview.c
13406                 'next unread msg' 'go to next folder?' dialog can be
13407                 given default behaviour, either always show dialog,
13408                 or assume 'yes', or assume 'no'
13409                 Submitted by wwp <subscript@free.fr>
13410
13411 2001-09-25 [melvin]
13412                 
13413         * src/compose.c src/gtkspell.[ch]
13414                 added support for different encodings
13415
13416 2001-09-25 [paul]
13417
13418         * more sync with sylpheed 0.6.2cvs5
13419
13420 2001-09-24 [alfons]
13421         
13422         * src/prefs_folder_item.c
13423                 add check for item->prefs->default_to string is NULL and
13424                 add another check when freeing this string
13425
13426 2001-09-24 [paul]
13427
13428         * configure.in
13429                 change to version 0.6.2claws3
13430
13431         * sync with sylpheed 0.6.2cvs5 
13432
13433 2001-09-24 [match]
13434         * src/ldif.[ch], src/importldif.[ch], addressbook.c
13435                 import LDIF files.
13436         * src/addrcache.[ch], addrindex.[ch]
13437                 small update for future
13438         * src/addrbook.c
13439                 fix test XML file.
13440
13441 2001-09-24 [melvin]
13442         * src/gtkspell.[ch]
13443                 added 'Learn from mistakes' option
13444                 better handling of quotes in checked words
13445                 sorted dict list
13446         * po/fr.po
13447                 small update for spell checking stuff
13448
13449 2001-09-23 [alfons]
13450         
13451         * src/gtkspell.c
13452                 edit a little bit so it complies more with main coding style
13453
13454 2001-09-23 [alfons]
13455
13456         * src/folder.[ch], prefs_folder_item.c, compose.c
13457                 migrate "request return receipt" folder property
13458                 to folderlist.xml
13459
13460 2001-09-22 [alfons]
13461
13462         * README.claws **NEW**
13463                 (add things of interest for users of main branch 
13464                 and claws here)
13465
13466         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
13467                 re-implement threading per folder option, but store 
13468                 the setting in folderlist.xml (where it belongs)
13469
13470 2001-09-21 [melvin]
13471
13472         * src/gtkspell.[ch]
13473                 fixed bug when compose window is under another window
13474         * src/prefs_common.[ch] src/compose.c
13475                 changed 'dictionary_path' to 'dictionary' to be consistent
13476                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
13477         * ac/pspell.m4 src/Makefile.am 
13478                 dropped PSPELL_PATH macro
13479         * po/fr.po
13480                 updated translations
13481
13482 2001-09-21 [christoph]
13483
13484         * src/compose.c
13485                 added border around header fields
13486                 keep header type when new field is added
13487
13488 2001-09-20 [christoph]
13489
13490         * src/utils.[ch]
13491                 more portable debug_print with source filename
13492                 and linenumber
13493         * src/procmsg.c
13494                 more newlines after debug messages
13495
13496 2001-09-20 [paul]
13497
13498         * configure.in
13499                 change to version 0.6.2claws2
13500
13501         * sync with sylpheed 0.6.2cvs3
13502
13503 2001-09-19 [melvin]
13504
13505         * src/gtkspell.c
13506                 fixed the post-right-click focus pb
13507                 fixed crash when 'Spell check all' after dict change 
13508                         and when cursor is at the end of the text
13509                 shift-right-click pops up config menu even on misspelled words.
13510         * po/POTFILES.in
13511                 added gtkspell.c
13512
13513 2001-09-19 [melvin]
13514
13515         * src/about.c
13516                 added pspell to compiled-in features list
13517
13518 2001-09-18 [melvin]
13519
13520         * switched to pspell and dropped ispell
13521         * ac/pspell.m4
13522                 new file. autoconf macro for pspell
13523         * ac/Makefile.am 
13524         * configure.in acconfig.h
13525                 added pspell support
13526         * src/Makefile.am
13527         * src/main.c src/compose.[ch] src/gtkspell.[ch]
13528         * src/prefs_common.[ch] 
13529                 added pspell support
13530
13531 2001-09-18 [christoph]
13532
13533         * src/addr_compl.c
13534         * src/template.[ch]
13535                 replace LOG_MESSAGE with debug_print
13536         * src/compose.[ch]
13537                 gui improvements
13538         * src/menu.c
13539                 added newline after debug message
13540         * src/utils.h
13541                 using __VA_ARGS__ for debug_print macro
13542         * tools/.cvsignore
13543                 ignore Makefile and Makefile.in
13544
13545 2001-09-18 [paul]
13546
13547         * configure.in
13548                 change to version 0.6.2claws1
13549         * sync with sylpheed 0.6.2cvs1
13550
13551         * src/matcher.c 
13552         * src/prefs_matcher.c
13553                 add 'score equal to' option, submitted by
13554                 Paul Evans <nerd@freeuk.com>
13555
13556 2001-09-15 [christoph]
13557
13558         * src/mainwindow.c
13559                 comment out menu entry not existing in claws
13560         * src/menu.c
13561                 add debug output for non existing menu entries
13562         * src/summaryview.c
13563                 fix next/prev unread message for ignored threads
13564         * src/utils.[ch]
13565                 add sourcefile and line number to debug output
13566                 otherwise it is sometimes hard to find the
13567                 source code part if debug messages are translated
13568
13569 2001-09-14 [darko]
13570         
13571         * src/folderview.c
13572                 refresh target folder style after colour is changed
13573
13574 2001-09-13 [paul]
13575
13576         * configure.in
13577                 change to version 0.6.1claws3
13578
13579         * sync with sylpheed 0.6.1cvs6
13580
13581 2001-09-13 [darko]
13582         
13583         * src/folderview.c
13584                 fix target folder colourization to use user selected colour
13585
13586 2001-09-12 [darko]
13587         
13588         * src/summaryview.c
13589                 fix crash when message that is marked for copy/move is unmarked
13590
13591 2001-09-09 [paul]
13592
13593         * configure.in
13594                 change to version 0.6.1claws2
13595
13596         * sync with sylpheed 0.6.1cvs3
13597
13598 2001-09-09 [alfons]
13599         
13600         * src/folderview.c
13601                 fix bug with default font used for trash folder text
13602
13603 2001-09-06 [paul]
13604
13605         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13606                 updated translations
13607
13608         * configure.in
13609                 change to version 0.6.1claws1
13610
13611         * sync with sylpheed 0.6.1cvs2
13612
13613 2001-09-03 [paul]
13614
13615         * po/POTFILES.in
13616                 add Match's new addressbook
13617
13618         * po/de.po
13619                 updated translation submitted by Jens Oberender
13620
13621 2001-09-02 [paul]
13622
13623         * configure.in
13624                 change to 0.6.1claws
13625         * sync with sylpheed 0.6.1 release
13626
13627 2001-09-02 [paul]
13628
13629         * configure.in
13630                 change to 0.6.0claws2
13631
13632         * sync with sylpheed 0.6.0cvs4
13633
13634         * po/pt_BR.po
13635                 updated translation submitted by Fabio Junior Beneditto
13636
13637 2001-09-01 [match]
13638         * pixmaps/
13639                 interface.xpm
13640                 book.xpm
13641                 address.xpm
13642         * src/
13643                 Makefile.am
13644                 a ton of new files
13645
13646 2001-08-31 [paul]
13647
13648         * configure.in
13649                 change to version 0.6.0claws1
13650
13651         * sync with sylpheed 0.6.0cvs1
13652
13653         * po/es.po
13654                 updated translation submitted by Ricardo Mones Lastra
13655
13656         * po/POTFILES.in
13657                 add 'src/prefs_templates.c'
13658
13659         * src/compose.c, src/summaryview.c
13660                 fix segfault on 'Re_edit'               
13661
13662 2001-08-30 [alfons]
13663
13664         * configure.in, Makefile.am
13665         * tools/Makefile.am
13666                 add tools directory to source distribution
13667
13668 2001-08-30 [paul]
13669
13670         * configure.in
13671                 change to version 0.6.0claws
13672
13673         * sync with sylpheed 0.6.0 release
13674
13675 2001-08-30 [christoph]
13676
13677         * configure.in
13678                 removed autoconf version check
13679
13680 2001-08-30 [paul]
13681
13682         * src/account.c, src/compose.c, src/prefs_common.[ch]
13683         * src/procheader.[ch] src/utils.[ch]
13684                 Enhanced automatic account selection on replies
13685                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
13686
13687         * configure.in
13688                 add LDAP and JPilot to the configuration results output.
13689
13690 2001-08-29 [christoph]
13691
13692         * src/summeryview.c
13693                 no bold font for ignored threads
13694
13695 2001-08-29 [paul]
13696
13697         * configure.in
13698                 change to version 0.5.3claws6
13699
13700         * sync with sylpheed 0.5.3cvs10
13701                 src/stringtable.[ch]: New Files
13702
13703         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
13704         * src/pixmaps/sylpheed.xpm
13705                 add mini-icons to windows (by Alfons)
13706
13707 2001-08-27 [paul]
13708
13709         * src/mainwindow.c
13710                 new functions: next_labeled_cb(), prev_labeled_cb()
13711
13712         * src/summaryview.c
13713                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
13714                 summary_select_next_labeled(), summary_select_prev_labeled()
13715
13716         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
13717                 give claws blue folders and a blue trash can
13718
13719 2001-08-27 [paul]
13720
13721         * configure.in
13722                 change to version 0.5.3claws5
13723
13724         * sync with sylpheed 0.5.3cvs9
13725                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
13726
13727 2001-08-24 [christoph]
13728
13729         * src/filesel.c
13730                 keep filename when browsing directories
13731                 (not working for user entered filename, but
13732                  for default name and selected filename from
13733                  file list)
13734         * src/mainwindow.c
13735                 fixed wrong spelling "Folllow-up"
13736         * src/mbox_folder.c
13737         * src/procmsg.c
13738         * src/summaryview.c
13739                 fixed new/unread message count with ignored
13740                 threads (2 commits, first didn't notice no
13741                 longer needed decreasing)
13742         * src/inc.c
13743                 readded scrolling of progress dialog
13744                 (lost in sync)
13745
13746 2001-08-24 [paul]
13747
13748         * configure.in
13749                 change to 0.5.3claws4
13750
13751         * sync with sylpheed 0.5.3cvs7
13752
13753 2001-08-24 [christoph]
13754
13755         * src/compose.c
13756                 set request return receipt when replying
13757                 if it is set is the folder prefs of the
13758                 message
13759         * src/inc.c
13760                 disable final error popup if popups are
13761                 disabled in config (again)
13762
13763 2001-08-23 [paul]
13764
13765         * configure.in
13766                 Change version number to 0.5.3claws3
13767
13768         * sync with sylpheed 0.5.3cvs5
13769
13770         * src/mimeview.c
13771                 double quote '%s' in 'gedit %s' to fix bug when
13772                 opening attachment with spaces in the name
13773
13774 2001-08-22 [alte]
13775         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
13776           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
13777                 initial message templates support
13778
13779
13780 2001-08-22 [paul]
13781
13782         * configure.in
13783                 change version number to 0.5.3claws2
13784
13785         * sync with sylpheed 0.5.3cvs4
13786
13787         * src/procmsg.h src/summaryview.c
13788                 re-implement (un)ignore thread
13789
13790 2001-08-21 [paul]
13791
13792         * src/summaryview.c
13793                 remove unnecessary code
13794         * src/compose.c
13795                 enable 'dynamic' signatures (submitted by
13796                 Eric Limpens <eric@hscg-internet.nl>)
13797
13798 2001-08-21 [paul]
13799
13800         clean up after sync with sylpheed 0.5.3 release
13801
13802         * src/folderview.c
13803                 fix re-introduced font mess, see Christoph's
13804                 entry 2001-06-24
13805
13806         * src/summaryview.c
13807                 remove prev_msgnum
13808                 use sylpheed's small font instead of
13809                 gtk default font for summary view
13810
13811
13812 2001-08-17 [paul]
13813
13814         * configure.in
13815                 add pl to ALL_LINGUAS - sync with main branch
13816
13817         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13818                 Updated. Translations by Jens Oberender, Ricardo Mones
13819                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
13820
13821         * po/pl.po  ** NEW FILE **
13822                 sync with the main branch
13823
13824         * src/folderview.c
13825                 fix target folder colorizing and refresh problem
13826
13827
13828 2001-08-17 [christoph]
13829
13830         * src/mainwindow.c
13831                 claws uses 4 colors for target folder coloring.
13832                 arrays were not long enough and destroyed the
13833                 stack causing a segfault.
13834                 target folder colorizing does not work anymore
13835                 for me
13836
13837 2001-08-16 [paul]
13838
13839         * configure.in
13840                 change to version 0.5.3claws1
13841
13842         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13843           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13844           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13845
13846                 sync with sylpheed 0.5.3 release, but keep claws method of
13847                 configuring/saving fonts
13848
13849         * src/addressbook.[ch]
13850                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13851                 in line with a similar change in Hiroyuki's branch
13852
13853         * src/mainwindow.[ch]
13854                 disable main_window_set_thread_option()
13855         * src/prefs_folder_item.c
13856                 comment out &tmps_prefs.enable_thread,
13857         * src/mbox_folder.c, src/procmsg.[ch]
13858                 comment out MSG_IS_IGNORE_THREAD
13859         * src/summaryview.c
13860                 comment out summary_ignore_thread() and summary_unignore_thread()
13861                 comment out MSG_IS_IGNORE_THREAD
13862
13863                 use Hiroyuki's threading instead.
13864
13865
13866
13867 2001-08-15 [paul]
13868
13869         * src/account.c
13870                 use Hiroyuki's 0.5.3 column scheme but also
13871                 include the enable/disable button.
13872         * src/pixmaps/mark.xpm
13873                 add Hiroyuki's amended pixmap
13874
13875 2001-08-13 [christoph]
13876
13877         * src/account.c
13878                 receive at get all column showed wrong state for APOP
13879                 button should only work for POP3 and APOP accounts
13880         * src/prefs_account.c
13881                 added missing preprocessor statement for SSL
13882
13883 2001-08-12 [paul]
13884
13885         * src/account.[ch]
13886                 add 'receive at get all' column and enable/disable
13887                 button.
13888
13889 2001-08-06 [christoph]
13890
13891         * src/account.c
13892                 show usage of SSL in protocol column
13893
13894         * src/imap.c
13895         * src/inc.c
13896                 renamed ssl options
13897
13898         * src/prefs_account.[ch]
13899                 moved ssl options to a new page
13900
13901         * src/send.c
13902         * src/smtp.c
13903         * src/ssl.[ch]
13904                 renamed ssl options
13905                 added support for SMTP STARTTLS command
13906
13907 2001-08-05 [christoph]
13908
13909         * configure.in
13910                 debian autoconf needs version check to find
13911                 correct autoconf version. if the file is
13912                 named configure.in 2.13 is used, which does
13913                 not work with this configure.in script.
13914                 other solution would be to rename the script
13915                 to configure.ac as suggested in the autoconf
13916                 manual.
13917
13918         * src/inc.c
13919                 disable final error popup if popups are
13920                 diabled in config
13921
13922         * src/socket.c
13923                 bugfix in ssl_gets
13924                 fixes IMAP over SSL problem
13925
13926 2001-08-03 [paul]
13927
13928         * configure.in
13929                 change to 0.5.2claws1
13930
13931         * sync with sylpheed 0.5.2cvs1
13932
13933 2001-08-02 [alfons]
13934
13935         * configure.in
13936                 quick fix for ispell detection...
13937
13938 2001-08-01 [paul]
13939
13940         * configure.in
13941                 change to 0.5.1claws4
13942
13943         * sync with sylpheed 0.5.1cvs7
13944
13945 2001-07-31 [alfons]
13946
13947         * src/prefs_common.c, src/prefs_common.h, 
13948           src/gtkspell.c, src/gtkspell.h
13949                 add global spelling checker settings (compose tab) +
13950                 selection of dictionary 
13951           
13952         * configure.in  
13953                 guess valid ispell location
13954
13955 2001-07-31 [paul]
13956
13957         * po/POTFILES.in
13958                 removal of 'src/quote_fmt_parse.c'
13959         * po/de.po
13960                 Updated de.po
13961                 (submitted by Jens Oberender <didge@suse.de>)
13962
13963 2001-07-31 [darko]
13964
13965         * src/folder.[ch]
13966         * src/folderview.[ch]
13967         * src/mainwindow.c
13968         * src/mh.c
13969         * src/prefs_common.[ch]
13970         * src/summaryview.c
13971                 target folder colourization
13972
13973 2001-07-30 [paul]
13974
13975         more sync with Sylpheed 0.5.1cvs6 
13976
13977 2001-07-30 [darko]
13978
13979         * src/mh.c
13980         * src/prefs_folder_item.[hc]
13981         * src/summaryview.c
13982                 shared folders support with a GUI
13983
13984 2001-07-29 [paul]
13985
13986         0.5.1claws3
13987
13988         * sync with Sylpheed 0.5.1cvs6
13989
13990 2001-07-29 [paul]
13991
13992         * po/pt_BR.po
13993                 updated
13994                 (submitted by Fabio Junior Beneditto)
13995
13996 2001-07-28 [paul]
13997
13998         * src/procmime.c
13999         * AUTHORS
14000                 patch to correct bad image mime headers
14001                 (submitted by Don Quijote <dq@searchlores.org>)
14002
14003 2001-07-28 [paul]
14004
14005         * tools/gif2xface.pl   **NEW FILE**
14006         * tools/README
14007                 script to convert file.gif to file.xface for
14008                 use in a custom header.
14009                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
14010
14011 2001-07-27 [alfons]
14012         
14013         * configure.in
14014                 change macros for detecting JPilot and LDAP
14015
14016 2001-07-27 [christoph]
14017
14018         * src/filtering.c
14019                 code cleanup (MIN / MAX warning, needed casting)
14020
14021 2001-07-27 [alfons]
14022
14023         * procheader.c
14024                 disallow setting flags when detecting certain headers
14025                 (X-Status, Status, Seen, X-Seen). 
14026         
14027         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
14028
14029 2001-07-27 [christoph]
14030
14031         * src/prefs_filter.c
14032         * src/prefs_filtering.c
14033         * src/prefs_matcher.c
14034         * src/prefs_scoring.c
14035                 scroll list when moving rows up or down
14036
14037         * src/imap.c
14038         * src/imap.h
14039         * src/prefs_account.c
14040         * src/prefs_account.h
14041         * src/send.c
14042                 SMTP over SSL (untested, feedback requested)
14043                 IMAP over SSL
14044
14045         * src/ssl.c
14046                 code cleanup
14047
14048 2001-07-26 [alfons]
14049         
14050         * configure.in, acconfig.h
14051                 define CLAWS (need this for main / claws detection)
14052
14053 2001-07-25 [alfons]
14054
14055         * configure.in
14056                 Sylpheed 0.5.1claws2
14057                 
14058         * sync with Sylpheed 0.5.1cvs4
14059
14060 2001-07-25 [christoph]
14061
14062         * src/scoring.c
14063                 fixed segfault
14064                 item->prefs == NULL (don't know why)
14065
14066 2001-07-25 [alfons]
14067
14068         * configure.in
14069                 Sylpheed 0.5.1claws1
14070
14071         * sync with Sylpheed 0.5.1cvs1-3
14072
14073 2001-07-24 [christoph]
14074
14075         * src/folderview.c
14076         * src/prefs_folder_item.[ch]
14077                 added folderitem preferences dialog with
14078                 default To: and auto request return receipt
14079
14080         * src/compose.[ch]
14081         * src/menu.[ch]
14082                 changes to handle new folderitem preferences
14083
14084         * src/mainwindow.c
14085         * src/summaryview.c
14086                 call compose new mail with current folderitem
14087
14088 2001-07-24 [alfons]
14089
14090         Release Sylpheed 0.5.1claws
14091
14092         * configure.in
14093                 change to release version 0.5.1claws
14094
14095 2001-07-24 [christoph]
14096
14097         * src/summaryview.c
14098                 fixed segfault that happend when the selected
14099                 message was removed while retrieving new messages.
14100
14101         * po/es.po
14102                 updated translation
14103                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
14104
14105 2001-07-22 [alfons]
14106
14107         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
14108         this is a work in progress, for more information: http://nlpagan.net/sylman 
14109         
14110         * configure.in, src/mainwindow.c, manual/Makefile.am
14111                 add support for English manual
14112
14113         * AUTHORS
14114                 add authors of user manuals
14115
14116         * manual/en/sylpheed*.html
14117                 add English documentation
14118
14119 2001-07-22 [christoph]
14120
14121         * po/POTFILES.in
14122                 added src/ssl.c
14123         * src/ssl.c
14124                 changed a wrong debug message
14125
14126 2001-07-22 [alfons]
14127
14128         * po/nl.po
14129                 update Dutch translation
14130
14131         * src/prefs_filtering.c, 
14132           src/prefs_matcher.c
14133                 add more translatable strings           
14134
14135 2001-07-21 [alfons]
14136
14137         0.5.0claws7
14138
14139         * configure.in
14140                 change version
14141
14142         * src/inc.c, src/summaryview.[ch]
14143                 prevent update of mark file when filtering has done, by
14144                 using a variable; this affects two functions:
14145                         inc.c::inc_finished()
14146                         summaryview.c::summary_show()
14147
14148 2001-07-20 [alfons]
14149
14150         * src/filtering.[ch], src/prefs_filtering.c, 
14151           src/matcher.[ch]
14152                 add filtering action for label coloring 
14153
14154         * po/POTFILES.in
14155                 add labelcolors.c
14156
14157         * added src/labelcolors.c
14158         * added src/labelcolors.h
14159         * src/Makefile.am, src/summaryview.c
14160                 rearrange label coloring code
14161
14162         * src/procmsg.h
14163                 add more parentheses so label colouring works correctly
14164
14165         * src/filtering.c
14166                 don't really delete message, but move it to Trash
14167
14168         * src/prefs_matcher.c
14169                 add quote options to info dialog
14170
14171 2001-07-20 [christoph]
14172
14173         * src/Makefile.am
14174         * src/inc.c
14175         * src/main.[ch]
14176         * src/socket.h
14177         * src/ssl.[ch] (new)
14178                 moved ssl stuff to a seperate file
14179
14180 2001-07-20 [darko]
14181
14182         * src/summaryview.c
14183                 fix show sender using address book with no e-mail
14184                 address in From: field
14185
14186 2001-07-19 [alfons]
14187
14188         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
14189                 fix messy handling of escaping... now at least the
14190                 execute command is useful. escape char is '\', we
14191                 accept \n and \r too. 
14192
14193                 Real life example:
14194                 
14195                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
14196                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
14197
14198 2001-07-18 [alfons]
14199
14200         0.5.0claws6
14201
14202         * src/summaryview.c
14203                 clean up
14204
14205         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
14206           src/procmsg.[ch]
14207                 revise filtering; currently move, copy, marking have
14208                 been tested. if you like bleeding edge stuff, you
14209                 should definitely go for this version :)
14210
14211         * mark old working stuff as VERSION_0_5_0_CLAWS5        
14212
14213 2001-07-17 [christoph]
14214
14215         * src/utils.c
14216                 timestamp log
14217
14218 2001-07-17 [alfons]
14219
14220         0.5.0claws5
14221
14222         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
14223           bits in the mark file, without affecting either branch. Lots of
14224           files changed, also in claws branch.
14225
14226           UNTESTED: use of mbox folders
14227
14228         * src/summaryview.c
14229                 added mark all read; however this was a quick hack used for
14230                 cleaning up mess after initial merge with Hiroyuki
14231
14232         * configure.in
14233                 change claws version number back to 0.5.0claws5 to clear up 
14234                 confusion & pretension (recent release was technically 
14235                 0.5.0claws4, so we neatly align with Hiroyuki :-)
14236
14237 2001-07-16 [alfons]
14238
14239         sync with Hiroyuki's 0.5.0cvs4
14240
14241 2001-07-16 [alfons]
14242
14243         0.5.1claws3
14244
14245         * src/filtering.[ch]
14246                 remove invalid updating of mark files for 
14247                 filter actions MATCHING_ACTION_MOVE and 
14248                 MATCHING_ACTION_DELETE; this should fix the
14249                 folder update bug
14250                 
14251         * src/procmsg.c
14252                 revert Christoph's stab at fixing the folder 
14253                 update bug
14254
14255         * po/POTFILES.in
14256                 add missing files with translatable strings
14257
14258         * src/summaryview.c
14259                 remove debug print
14260
14261 2001-07-15 [alfons]
14262
14263         * src/addr_compl.[ch], src/prefs_filtering.c
14264                 make "filtering pref dialog's destination entry" an
14265                 "address completable entry", if filter destination is 
14266                 an email address
14267
14268         0.5.1claws2
14269         
14270         sync with Hiroyuki's 0.5.0cvs2-3
14271
14272 2001-07-15 [christoph]
14273
14274         * src/procmsg.c
14275                 fixed folder stats update after incorporation
14276
14277 2001-07-15 [alfons]
14278
14279         * src/summaryview.c
14280                 * finish label colouring stuff (for now)
14281                 * fix incorrect colour bug (off by one) 
14282
14283 2001-07-14 [alfons]
14284
14285         * src/mainwindow.c
14286                 change text labels for news and mail message so there's
14287                 plenty of toolbar estate left
14288
14289         * configure.in
14290                 0.5.1claws1
14291
14292         * src/folderview.c
14293           src/folder.[ch]
14294                 sync with Hiroyuki's 0.5.0cvs1
14295
14296         * src/summaryview.c
14297                 more rewrite label colouring
14298
14299 2001-07-14 [alfons]
14300
14301         * src/summaryview.[ch]
14302                 * start rewrite label colouring 
14303                 * fix proper location "Add Sender To Addressbook" menu item
14304
14305 2001-07-13
14306
14307         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14308         (actually this is 0.5.0claws4)
14309
14310 2001-07-13 [alfons]
14311
14312         * po/pt_BR.po
14313                 * fix duplicate message
14314                 * add updated Portugese / Brazilian translation
14315                   submitted by Fabio Junior Beneditto
14316
14317 2001-07-12 [alfons]
14318
14319         * AUTHORS
14320                 add Jens
14321
14322         * po/nl.po
14323                 add updated Dutch translation
14324
14325         * po/de.po
14326                 add updated German translation submitted by Jens
14327
14328 2001-07-11 [alfons]
14329
14330         Prerelease before 0.5.0claws. Please test.
14331         This version is temporarily tagged as VERSION_0_5_0_TEST
14332
14333         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
14334           src/prefs_scoring.c, src/prefs_matcher.c, 
14335           src/prefs_filtering.c, src/mbox.c, 
14336           src/main.c, src/inc.c, src/filtering.[ch]
14337                 revert new Hoa's new matcher (does not work yet)
14338
14339         * src/Makefile.am
14340                 clean up
14341
14342 2001-07-10
14343
14344         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14345
14346
14347 2001-07-10 [alfons]
14348
14349         * Makefile.am
14350                 add ChangeLog.claws to EXTRA_DIST
14351         * src/Makefile.am
14352                 add matcher_parser_parse.h to EXTRA_DIST
14353
14354 2001-07-10 [christoph]
14355
14356         * src/inc.c
14357                 add destination folder to table of
14358                 folders that need to be updated after
14359                 incorporation
14360
14361 2001-07-10 [alfons]
14362
14363         * folder.[ch]
14364           folderview.c
14365                 make collapse state of folders and folder items persistent, i.e.
14366                 if you collapse a folder tree, the next time sylpheed-claws starts 
14367                 up the folder tree remains collapsed.  
14368                 
14369 2001-07-10 [christoph]
14370
14371         * acconfig.h
14372         * configure.in
14373                 added --enable-ssl
14374         * src/md5.[ch]
14375                 renamed MD5_CTX to MD5_CTX_syl
14376                 conflicts with a struct in openssl
14377         * src/inc.c
14378         * src/main.[ch]
14379         * src/prefs_account.[ch]
14380         * src/socket.[ch]
14381                 SSL support for POP
14382         * src/mainwindow.c
14383                 fixed compose with current account
14384                 broken by new compose button stuff
14385
14386 2001-07-09 [hoa]
14387
14388         * AUTHORS
14389                 changed my email address
14390
14391         * src/matcher_parser_parse.y
14392                 clean the parser to remove conflicts
14393
14394 2001-07-09 [alfons]
14395
14396         * AUTHORS
14397                 add Match Grun
14398
14399         * configure.in
14400                 fix incorrect description of --enable-ldap parameter
14401
14402         * src/prefs_common.[ch]
14403           src/compose.c
14404                 add experimental option "smart wrapping" which makes the
14405                 compose editor auto wrap.
14406                 
14407                 | TODO: the problem with the buggy cursor handling is caused |
14408                 | by the GtkText. when deleting / backspacing text its       |
14409                 | wrapping algorithm does not take in account the previous   |
14410                 | line. should find a way to hack this in.                   |
14411                 | or should perhaps combine this with the word wrapping      |
14412                 | patch i wrote in january.                                  |
14413
14414         * src/about.c
14415                 show build parameters for LDAP and JPilot
14416
14417         * src/summaryview.c
14418                 revert Christoph's bugfix for selecting next unread message, 
14419                 because folder stats aren't updated correctly
14420
14421 2001-07-08 [hoa]
14422
14423         * src/filtering.c
14424         * src/mainwindow.c
14425         * src/matcher.c
14426         * src/matcher_parser_lex.l
14427         * src/matcher_parser_parse.y
14428         * src/prefs_filtering.c
14429         * src/prefs_scoring.c
14430         * src/scoring.c
14431                 bugfix of the config file parser
14432
14433 2001-07-08 [alfons]
14434
14435         * src/Makefile.am
14436                 added generated matcher sources to BUILT_SOURCES
14437
14438 2001-07-08 [hoa]
14439
14440         * src/Makefile.am
14441         * src/.cvsignore
14442                 added new config file parser
14443
14444         * src/scoring.[ch]
14445         * src/filtering.[ch]
14446         * src/matcher.[ch]
14447         * src/prefs_filtering.c
14448         * src/prefs_matcher.c
14449         * src/prefs_scoring.c
14450         * added src/matcher_parser.h
14451         * added src/matcher_parser_lex.h
14452         * added src/matcher_parser_lex.l
14453         * added src/matcher_parser_parse.y
14454                 lex & yacc config file parser
14455
14456         * src/mbox.c
14457         * src/inc.c
14458         * src/main.c
14459                 changes prefs_filtering into global_filtering           
14460
14461         * src/summaryview.c
14462                 build threads with subjects only if "Re: " is at the
14463                 beginning of the subject
14464
14465 2001-07-07 [paul]
14466
14467         0.5.0claws
14468
14469         sync with sylpheed 0.5.0
14470                 change of version number only
14471
14472 2001-07-06 [paul]
14473
14474         0.5.0claws5
14475
14476         sync with sylpheed 0.5.0pre5
14477
14478 2001-07-05 [paul]
14479
14480         sync with sylpheed 0.5.0pre4 release
14481                 /po and /manual/ja not sync'ed
14482
14483 2001-07-04 [paul]
14484
14485         more sync with sylpheed 0.5.0pre4
14486
14487 2001-07-03 [christoph]
14488
14489         * src/addressbook.c
14490                 fixed address book broken by address book
14491                 for VCard, JPilot, LDAP
14492
14493 2001-07-03 [alfons]
14494
14495         * src/matcher.c
14496         * src/textview.c
14497                 stopped memory leaks
14498
14499 2001-07-03 [paul]
14500
14501         more sync with sylpheed 0.5.0pre4
14502
14503 2001-07-02 [match]
14504
14505         * included address book patch for VCard, JPilot, LDAP
14506         * pref_common.c - fixed Font options on Display tab (cosmetic)
14507         * alertpanel.c - fixed truncated message
14508
14509 2001-07-02 [christoph]
14510
14511         * src/mbox_folder.c
14512         * src/procmsg.[ch]
14513         * src/summaryview.c
14514                 mark threads for ignoring
14515
14516 2001-07-02 [paul]
14517
14518         0.5.0claws4
14519
14520         * sync with sylpheed 0.5.0pre4
14521                 updated gettext to 0.10.38.
14522
14523 2001-07-01 [paul]
14524
14525         * src/ mainwindow.c
14526         * src/procmsg.h
14527         * src/summaryview.[ch]
14528                 new right-click option: Label.
14529                 substitute for 'Mark-->Mark/Unmark', colours the line.
14530                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
14531
14532 2001-07-01 [christoph]
14533
14534         * src/folderview.c
14535                 fixed font for trash
14536         * src/summaryview.c
14537                 move ctree to unread message
14538
14539 2001-07-01 [paul]
14540
14541         * sync with sylpheed 0.5.0pre3 release
14542
14543 2001-06-30 [alfons]
14544
14545         * src/filesel.[ch]
14546         * src/compose.c
14547                 allow inserting / attaching multiple files in
14548                 the composer window
14549
14550 2001-06-30 [paul]
14551
14552         * src/codeconv.c
14553                 small change to Alfons' previous stuff so that it
14554                 actually makes
14555
14556 2001-06-30 [alfons]
14557
14558         * lots of files changed; first attempt to merge the changes
14559           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
14560
14561 2001-06-30 [paul]
14562
14563         * po/pt_BR.po
14564                 updated and completed, translations by Fabio
14565                 Junior Beneditto <fjbeneditto@yahoo.com.br>
14566
14567 2001-06-29 [alfons]
14568
14569         * src/compose.c
14570         * src/mimeproc.[ch]
14571                 allow selecting an attached files' mime type from a 
14572                 list of types.
14573
14574 2001-06-29 [paul]
14575
14576         * more sync with sylpheed 0.5.0pre3
14577
14578 2001-06-29 [paul]
14579
14580         * po/pt_BR.po
14581                 merge with sylpheed.pot and pt_BR.po provided by
14582                 Fabio Junior Beneditto.
14583
14584 2001-06-29 [darko]
14585
14586         * src/procmime.c
14587                 make MIME types case insensitive
14588
14589 2001-06-28 [alfons]
14590
14591         * po/nl.po
14592                 merge with sylpheed.pot and old nl.po; translations added.
14593
14594 2001-06-28 [paul]
14595
14596         * more sync with sylpheed 0.5.0pre3
14597
14598 2001-06-27 [alfons]
14599
14600         * src/summaryview.c
14601                 don't crash when removing parent node of messages
14602                 attracted by subject. this was caused by not deleting
14603                 the parent node from the subject line hash table.
14604
14605 2001-06-27 [alfons]
14606
14607         * src/summaryview.c
14608         * src/compose.[ch]
14609         * src/mainwindow.c
14610                 if there are multiple messages selected, allow forwarding
14611                 them as attachments.
14612
14613 2001-06-27 [paul]
14614
14615         * more sync with sylpheed 0.5.0pre3
14616
14617 2001-06-26 [paul]
14618
14619         0.5.0claws3
14620
14621         * sync with sylpheed 0.5.0pre3
14622
14623 2001-06-25 [paul]
14624
14625         * src/mainwindow.c
14626                 fixed 'compose news article' bug
14627                 from icon-and-text toolbar
14628
14629 2001-06-25 [paul]
14630
14631         * sync with sylpheed 0.5.0pre2 release
14632
14633 2001-06-24 [christoph]
14634
14635         * src/prefs_common.c
14636                 bug fix in font selection
14637         * src/folderview.c
14638                 use sylpheed's normal font instead of
14639                 gtk default font for folders without
14640                 new messages
14641
14642 2001-06-24 [alfons]
14643
14644         * src/mainwindow.[ch]
14645                 added composite compose mail / news button (an idea by Leandro
14646                 Pereira <leandro@linuxmag.com.br>)
14647
14648 2001-06-24 [paul]
14649
14650         Added instructions for ldif-to-xml.py
14651
14652         * tools/README
14653
14654 2001-06-23 [alfons]
14655
14656         Some minor things.
14657
14658         * src/pixmaps/stock_news_compose.xpm
14659                 added pixmap by Leandro
14660         * src/prefs_common.c
14661                 tested built-in spelling checker of GCC 3.0 :)
14662         * po/nl.po
14663                 merged dutch translation of sylpheed-main with
14664                 sylpheed.pot
14665
14666 2001-06-23 [paul]
14667
14668         Added tools directory and files.
14669
14670         * tools/filter_conv.pl
14671                 converts old filter system to new filtering system
14672         * tools/ldif-to-xml.py
14673                 converts netscape addressbook to sylpheed addressbook
14674         * tools/README
14675                 descriptions/instructions for above two files
14676
14677 2001-06-23 [christoph]
14678
14679         * src/inc.c
14680         * src/manage_window.[ch]
14681         * src/prefs_common.[ch]
14682                 mail retrieval dialog can be enabled, disabled
14683                 or hidden if non of sylpheed's windows is active
14684
14685 2001-06-22 [paul]
14686
14687         0.5.0claws2
14688
14689         * sync with sylpheed 0.5.0pre2
14690
14691 2001-06-21 [christoph]
14692
14693         * src/summaryview.c
14694                 show recipient on 'from' for all accounts
14695                 
14696         * src/inc.c
14697         * src/prefs_common.[ch]
14698                 disable error popup on mail receive errors
14699
14700 2001-06-21 [alfons]
14701
14702         * src/compose.c
14703                 made the ruler correctly appear and disappear.
14704
14705         * src/Makefile.am
14706                 removed Hoa's work-in-progress-stuff (interesting!) so 
14707                 claws compiles ok.
14708
14709 2001-06-20 [christoph]
14710
14711         * src/inc.c
14712         * src/progressdialog.c
14713                 added scrolled window for list in progressdialog
14714
14715 2001-06-20 [paul]
14716
14717         sync with sylpheed 0.5.0pre1 release
14718
14719 2001-06-20 [christoph]
14720
14721         * src/summeryview.c
14722                 make building threads by subject work when
14723                 thread view is enabled
14724                 
14725         * src/compose.c
14726         * src/prefs_common.[ch]
14727                 automatically select account for mail replys
14728
14729 2001-06-19 [sergey]
14730
14731         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
14732         they are filled in from the account settings.
14733
14734 2001-06-19 [paul]
14735
14736         * more sync with sylpheed 0.5.0pre1
14737
14738 2001-06-18 [alfons]
14739
14740         * src/Makefile.am,
14741           src/procmime.c
14742                 added --sysconfdir to CPPFLAGS for pointing to the correct
14743                 location of mime.types. 
14744
14745                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
14746                 or ./configure!
14747
14748 2001-06-18 [hoa]
14749
14750         * src/summaryview.c
14751                 fixed some bug when building threads
14752
14753 2001-06-18 [pau]l
14754
14755         * src/prefs_account.c
14756                 UI stuff: More changes to the English
14757
14758 2001-06-18 [paul]
14759
14760         * src/pixmaps/stock_news_compose.xpm: new file
14761         * src/Makefile.am
14762         * src/mainwindow.c
14763         * src/summaryview.c
14764                 Added new icon for Hoa's 'compose a news
14765                 message', plus minor improvements to the
14766                 English
14767
14768         * po/ja.po
14769         * ChangeLog
14770         * ChangeLog.jp
14771                 more sync with sylpheed 0.5.0pre1
14772
14773 2001-06-18 [hoa]
14774
14775         * src/compose.[ch]
14776         * src/mainwindow.c
14777                 Follow-up and reply to
14778
14779         * src/summaryview.[ch]
14780                 Build threads also with subjects
14781
14782 2001-06-17 [hoa]
14783
14784         * src/compose.c
14785                 forwarding use the current account.
14786
14787         * src/mainwindow.c
14788                 the "compose message" button has been replaced with
14789                 "new mail" and "new news" buttons
14790
14791         * src/prefs_common.[ch]
14792                 added a configuration option to use the forward button
14793                 as "forward as attachment"
14794                 changed reply and forward format description
14795
14796         * src/quote_fmt_lex.l
14797         * src/quote_fmt_parse.y
14798                 added message with no signature in format for reply
14799                 and forward.
14800
14801 2001-06-17 [paul]
14802
14803         Minor UI stuff
14804
14805         * src/mainwindow.c
14806         * src/summaryview.c
14807                 Improvements to the English
14808
14809         * src/prefs_common.c
14810                 Improvements to the English and some
14811                 clarity/continuity improvements in the
14812                 description of Quote symbols.
14813
14814 2001-06-17 [paul]
14815
14816         0.5.0claws1
14817
14818         * sync with sylpheed 0.5.0pre1
14819
14820 2001-06-17 [hoa]
14821
14822         * src/compose.c
14823                 Better interface for compose, displayed fields
14824                 are updated whenever we change account.
14825                 Newsgroups field is automatically filled.
14826
14827         * src/mainwindow.c
14828                 Newsgroups field is automatically filled.
14829
14830         * src/prefs_account.c
14831                 Some interface stuff when fields appear and
14832                 disappear.
14833
14834 2001-06-16 [paul]
14835
14836         0.4.99claws
14837
14838         * sync with sylpheed 0.4.99
14839
14840 2001-06-16 [sergey]
14841
14842         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14843         base64_decoder_free, base64_decoder_decode): new object and
14844         functions for decoding base64 streams.
14845         * src/procmime.c (procmime_decode_content): modified to use the
14846         new base64 decoder.
14847
14848 2001-06-15 [paul]
14849
14850         0.4.99claws10
14851
14852         * sync with sylpheed 0.4.99cvs11
14853
14854 2001-06-13 [paul]
14855
14856         0.4.99claws9
14857
14858         * sync with sylpheed 0.4.99cvs9
14859
14860 2001-06-13 [hoa]
14861
14862         * src/compose.c
14863         * src/prefs_account.c
14864
14865                 SMTP server can be defined in the news account
14866                 mime type of attachment are kept.
14867
14868         * src/summaryview.c
14869
14870                 now choose the highest important score between default
14871                 and important score of folder.
14872
14873 2001-06-09 [alfons]
14874         
14875         * src/prefs_common.c: 
14876
14877                 (prefs_quote_description_create): corrected description of 
14878                 quote format characters
14879
14880 2001-06-09 [paul]
14881
14882         0.4.99claws8
14883
14884         * sync with sylpheed 0.4.99cvs8
14885
14886 2001-06-08 [sergey]
14887
14888         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14889         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14890
14891 2001-06-08 [paul]
14892
14893         0.4.99claws7
14894
14895         * sync with sylpheed 0.4.99cvs7
14896
14897 2001-06-06 [sergey]
14898
14899         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14900         clashes with autogenerated header).
14901         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14902         * src/Makefile.am: added quote_fmt.h.
14903         * src/.cvsignore: added lex/yacc autogenerated files
14904         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14905
14906 2001-06-06 [paul]
14907
14908         0.4.99claws6
14909
14910         * sync with sylpheed 0.4.99cvs6
14911
14912 2001-06-06 [hoa]
14913
14914         * added src/quote_fmt_parse.h
14915         * src/compose.c
14916                 removed warnings
14917
14918         * src/prefs.[ch]
14919                 don't modify readonly configuration files
14920
14921         * src/prefs_account.c
14922         * src/prefs_common.c
14923         * src/prefs_customheader.c
14924         * src/prefs_display_header.c
14925         * src/prefs_filter.c
14926         * src/prefs_filtering.c
14927         * src/prefs_scoring.c
14928                 don't open dialog box when configuration files
14929                 are readonly
14930
14931 2001-06-05 [sergey]
14932
14933         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
14934
14935         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
14936         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
14937         BUILT_SOURCES to make all files rebuild properly.
14938
14939         * src/compose.c: removed #include "quote_fmt.tab.h".
14940
14941         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
14942         CHARACTER value in yylval.
14943
14944         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
14945         receive CHARACTER value by documented means (yylval).
14946
14947         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
14948
14949 2001-06-05 [hoa]
14950
14951         * src/Makefile.am
14952                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
14953
14954         * src/filtering.c
14955         * src/matcher.c
14956         * src/matcher.h
14957         * src/prefs_filtering.c
14958                 now keep the configuration for execute action
14959
14960         * src/mbox_folder.c
14961                 fixed a warning
14962
14963 2001-06-05 [paul]
14964
14965         * sync with sylpheed 0.4.99cvs5
14966
14967 2001-06-05 [hoa]
14968
14969         * src/Makefile.am
14970                 added quote_fmt.[ch]
14971
14972         * added src/quote_fmt.y
14973         * added src/quote_fmt.l
14974         * added src/quote_fmt.tab.h
14975         * added src/quote_fmt.tab.c
14976         * added src/lex.quote_fmt.c
14977                 parsing configuration for replying
14978                 and forwarding
14979
14980         * src/prefs_common.[ch]
14981                 added configuration UI for replying
14982                 and forwarding
14983
14984         * src/compose.c
14985                 using configuration for replying
14986                 and forwarding
14987
14988 2001-06-04 [hoa]
14989
14990         * src/filtering.c
14991         * src/matcher.c
14992         * src/matcher.h
14993         * src/prefs_filtering.c
14994         * src/prefs_matcher.c
14995         * src/prefs_matcher.h
14996                 action "run a command" for filtering
14997                 and matching with a command.
14998                 fixed the "whole message" matching
14999
15000         * src/mbox_folder.c
15001                 changed temporary filename for security
15002
15003         * src/messageview.c
15004                 queue the notification if it fails to send.
15005
15006         * src/prefs_common.c
15007         * src/prefs_folder_item.c
15008                 changed the default important score             
15009
15010         * src/prefs_scoring.c
15011         * src/scoring.c
15012                 hide kill score input when the folder is not
15013                 a newsgroup
15014
15015 2001-06-03 [alfons]
15016
15017         * src/prefs_common.c:
15018
15019                 (prefs_font_select): pass font name in font entry box to font
15020                 selection dialog.
15021
15022 2001-06-03 [sergey]
15023
15024         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
15025
15026 2001-06-03 [paul]
15027
15028         * sync with sylpheed 0.4.99cvs4
15029
15030 2001-06-03 [alfons]
15031
15032         * src/headerwindow.c:
15033
15034                 (headerwindow_show_cb): use the selected summary view item, not
15035                 the displayed item.
15036
15037 2001-06-02 [alfons]
15038
15039         * src/headerwindow.c:
15040
15041                 (headerwindow_show_cb): always try to show msginfo
15042
15043 2001-06-02 [hoa]
15044
15045         * src/compose.c
15046                 keep attached parts when reediting or forwarding.
15047
15048 2001-06-01 [hoa]
15049
15050         * src/folderview.c
15051         * src/prefs_folder_item.[ch]
15052         * src/prefs_scoring.[ch]
15053         * src/scoring.[ch]
15054         * src/summaryview.[ch]
15055         * src/main.c
15056         * src/mainwindow.c
15057         * src/prefs_common.[ch]
15058                 support for folder scoring
15059                 kill score and important score for messages
15060         
15061         * src/prefs_account.c
15062                 some display bug fixed for local account
15063                 preferences
15064
15065 2001-05-31 [alfons]
15066
15067         * src/summaryview.c:
15068
15069                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
15070                 sender to address book menu item is disabled.
15071
15072 2001-05-30 [hoa]
15073
15074         * src/filtering.[ch]
15075         * src/summaryview.c
15076                 handling summary menu / filter messages
15077
15078         * src/folder.[ch]
15079                 add some stuff
15080
15081         * src/foldersel.c
15082                 imap folders now appears in list
15083
15084         * src/mbox_folder.c
15085                 doesn't crash if destination mail is not writeable
15086
15087 2001-05-29 [hoa]
15088
15089         * src/compose.c
15090                 removed some warnings
15091
15092         * src/filtering.c
15093         * src/folder.[ch]
15094         * src/prefs_filtering.c
15095                 global string to identify any folders           
15096                 removed some debug info
15097                 filtering to mbox folders is now possible
15098
15099         * src/mainwindow.c
15100                 removed some warnings
15101
15102         * src/mbox_folder.c
15103                 permission on files are changed to read/write for user only,
15104                 nothing for other.
15105                 creation of subfolder is handled better.
15106
15107 2001-05-28 [alfons]
15108
15109         Verified the sync for src/prefs_common.[ch] and
15110         src/prefs_account.[ch]. I believe there were some
15111         minor indentation differences.
15112
15113 2001-05-28 [paul]
15114
15115         0.4.99claws3
15116
15117         * sync with 0.4.99cvs3
15118
15119 2001-05-28 [hoa]
15120
15121         * src/compose.c
15122                 handling flags for mbox format
15123
15124         * src/filtering.c
15125                 use of mark file only for MH format
15126                 handling flags for mbox format
15127                 filtering cannot yet move or copy mails to mbox folders.
15128
15129         * src/folder.[ch]
15130                 changed move_msg, copy_msg,
15131                 move_msgs_with_dest, copy_msgs_with_dest functions
15132                 uses only folder->copy_msg() function
15133                 uses folder->finished_copy() to handle the destination
15134                 folder at the end of the copy or move operation.
15135
15136         * src/foldersel.c
15137                 included mbox directories.
15138
15139         * src/folderview.[ch]
15140         * src/mainwindow.c
15141                 handle folders operation for mbox format
15142
15143         * src/mbox.c
15144                 disable conversion of "From " header
15145
15146         * src/mbox_folder.[ch]
15147                 completion of mbox format handling
15148
15149         * src/mh.c
15150                 changed mh_copy_msg() function and
15151                 removed mh_move_msg(), mh_move_msgs_with_dest(),
15152                 mh_copy_msgs_with_dest()
15153
15154         * src/prefs_filtering.c
15155                 removed some warnings
15156
15157         * src/prefs_matcher.c
15158                 default boolean operation is AND
15159
15160         * src/procheader.c
15161                 handling flags for mbox format
15162                 handling of "From " header
15163
15164         * src/procmsg.[ch]
15165                 removed data field
15166                 added MSG_REALLY_DELETED flags to handle deletion of
15167                 messages in mbox format.
15168
15169         * src/summaryview.c
15170                 handling flags for mbox format
15171                 disable the MSG_DELETED flags when messages
15172                 are deleted in mbox format
15173
15174         * src/textview.c
15175                 "From " headers display fixed.
15176
15177 2001-05-27 [alfons]
15178
15179         * src/textview.c:
15180                 
15181                 (get_email_part): skip quoted email addresses, like in e.g.
15182                 "'alfons@proteus.demon.nl'".
15183
15184 2001-05-26 [alfons]
15185
15186         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
15187         and fixing the persistence troubles when using separate windows.
15188
15189         * src/mainwindow.c:
15190         
15191             Added #define SEPARATE_ACTION used in the gtk item factory for 
15192             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
15193                 use gtk_item_factory_get_widget_by_action() to get the items.
15194                 
15195             Removed separate_widget_cb from the gtk item factory data   
15196           
15197             (mainwindow_create): connect separate_widget_cb() to check
15198             menu item "toggled" signal. also passing a MainWindow pointer
15199                 as object data for both check menu items.
15200                 
15201             (separate_widget_cb): definition of separate_widget_cb() to match
15202             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
15203                 window using gtk_object_get_data(). The type of window separation 
15204                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
15205         
15206         * src/prefs_filtering.c,
15207           src/prefs_matcher.c: added horizontal scrollbars
15208
15209 2001-05-25 [darko]
15210
15211         * src/headerview.c
15212                 fix segfault with invalid bold font
15213         * src/summaryview.c
15214                 correctly display summary stats after row is marked
15215
15216 2001-05-23 [sergey]
15217
15218         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
15219         encodings with libjconv.
15220
15221 2001-05-23 [hoa]
15222
15223         * src/Makefile.am
15224                 added mbox_folder.[ch]
15225         * src/defs.h
15226                 mbox temporary folder
15227         * src/folder.[ch]
15228         * added src/mbox_folder.[ch]
15229         * src/folderview.c
15230         * src/procheader.[ch]
15231                 added mbox support
15232         * src/mbox.c
15233                 bugfix for file incorporation filtering
15234         * src/imap.c
15235                 enable creation of MBOX
15236         * src/prefs_display_header.c
15237                 enable use of headers like "From "
15238                 something that should be fixed :
15239                         displaying of such headers add an extra space
15240         * src/prefs_folder_item.c
15241                 don't create folders because it is not necessary
15242         * src/procmsg.h
15243                 added data field to MsgInfo for mbox internal use
15244         * src/summaryview.c
15245                 added some support for mbox
15246         * src/utils.[ch]
15247                 added get_mbox_cache_dir() function
15248
15249 2001-05-23 [hiroyuki]
15250
15251         * src/headerwindow.c
15252           src/inc.c
15253           src/main.c
15254           src/mh.c
15255           src/nntp.c
15256           src/procmsg.h
15257           src/session.h
15258           src/socket.[ch]
15259           src/summaryview.c
15260           src/textview.c
15261           src/automaton.c
15262           src/folderview.c: more sync with 0.4.99cvs2.
15263
15264         * src/headerwindow.c: reverted.
15265
15266 2001-05-22 [paul]
15267
15268         0.4.99claws2
15269
15270         * sync with sylpheed 0.4.99cvs2
15271                 * src/news.[ch]
15272                 * src/nntp.[ch]
15273                 * INSTALL
15274                 * INSTALL.jp
15275
15276 2001-05-22 [alfons]
15277
15278         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
15279
15280 2001-05-21 [alfons]
15281
15282         Minor things:
15283
15284         * configure.in: if gnome-config not found, "no" is displayed
15285         
15286         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
15287
15288         * src/textview.c: now also possible to add mail addresses by right
15289           clicking in the text view
15290
15291         * src/codeconv.c: merged patch which fixes endless loop when encountering
15292           invalid wide characters; from Alte <010@imis.ru>  
15293
15294 2001-05-20 [alfons]
15295
15296         Added installation of gnome specific things:
15297
15298         * Makefile.am: gnome conditional
15299
15300         * configure.in: check for installed gnome
15301
15302         * added sylpheed.png, sylpheed.desktop
15303
15304 2001-05-20 [sergey]
15305
15306         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
15307
15308         * src/mainwindow.h (main_window_toolbar_create): created a button
15309         for "Reply to all".
15310         (main_window_set_toolbar_sensitive): enable/disable the new button
15311         appropriately.
15312         (toolbar_reply_to_author_cb): handle the new button.
15313
15314         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
15315         send_progress_dialog_destroy() on failure (fixes hang on SMTP
15316         failure).
15317
15318 2001-05-19 [sergey]
15319
15320         * src/compose.h (ComposeReplyMode): new modes
15321         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
15322         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
15323
15324         * src/compose.c
15325         (compose_send): move some code into a new function:
15326         (compose_current_mail_account): new function.
15327         (compose_reply): new argument to_author, all callers changed; if
15328         to_author==TRUE and account->protocol==A_NNTP, find and use an
15329         appropriate mail account for replying.
15330         (compose_reply_set_entry): new argument to_author; ignore
15331         compose->replyto if to_author==TRUE.
15332
15333         * src/mainwindow.c: new command "Message/Reply to author".
15334         (main_window_set_menu_sensitive): enable/disable it.
15335         (reply_cb): handle it.
15336
15337         * src/summaryview.c: new command "Reply to author".
15338         (summary_set_menu_sensitive): enable/disable it.
15339         (summary_reply_cb): handle it.
15340
15341         * src/account.c (account_find_mail_from_address): new function.
15342
15343 2001-05-18 [paul]
15344
15345         0.4.99claws1
15346
15347         * sync with sylpheed 0.4.99cvs1
15348
15349 2001-05-18 [hoa]
15350
15351         * src/compose.[ch]
15352         * src/filtering.c
15353         * src/summaryview.c
15354                 new filtering action : forward and forward as attachment
15355
15356         * src/main.c
15357                 no need for $DISPLAY when we run sylpheed --help
15358                 call to parse_cmd_opt() is moved
15359
15360         * src/mainwindow.[ch]
15361                 execute button is hidden when immediate execute
15362                 is chosen
15363
15364         * src/mh.c
15365         * src/news.c
15366         * src/prefs_folder_item.c
15367         * src/procmsg.c
15368                 better handling of missing directories
15369
15370         * src/summaryview.c
15371                 reedit is enabled in outbox
15372                 reedit is enabled in queue
15373
15374 2001-05-17 [hoa]
15375
15376         * src/filtering.c
15377         * src/matcher.[ch]
15378         * src/prefs_filtering.c
15379                 changed attachement into attachment
15380
15381 2001-05-17 [alfons]
15382
15383         0.4.67claws4    
15384
15385         * sync with sylpheed 0.4.67cvs9
15386         * sync with sylpheed 0.4.67cvs7-8
15387
15388 2001-05-17 [hoa]
15389
15390         * src/Makefile.am
15391                 added prefs_filtering.c
15392
15393         * src/filtering.[ch]
15394         * src/matcher.[ch]
15395                 removed action : forward_news and forward_news_as_attachement
15396                 (forward and forward_as_attachement can be used instead)
15397
15398         * src/mainwindow.c
15399                 added menu option to access filtering configuration
15400
15401         * src/prefs_account.c
15402                 changed mail_command default to /usr/sbin/sendmail
15403
15404         * added src/prefs_filtering.[ch]
15405                 dialog box for filtering configuration
15406
15407         * src/prefs_matcher.c
15408                 added function prefs_matcher_get_criteria_from_matching()
15409
15410         * src/prefs_scoring.c
15411                 reset the dialog when register or substitute is clicked
15412
15413 2001-05-15 [hoa]
15414
15415         * src/Makefile.am
15416                 added filtering.[ch]
15417         * src/inc.c
15418                 using filering.[ch] instead of filter.[ch]
15419         * src/main.c
15420                 reading new filtering configuration
15421         * src/matcher.[ch]
15422                 added some filtering actions
15423                 and fixed a bug for headers and mail body matching
15424         * src/mbox.c
15425                 using filering.[ch] instead of filter.[ch]
15426         * src/mh.c
15427                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
15428         * src/summaryview.c
15429                 some fixes for filtering
15430
15431 2001-05-14 [hiroyuki]
15432
15433         * src/send.c: fixed some weird indentations.
15434           send_message_with_command(): call pclose() only if p != NULL.
15435         * src/textview.c: get_email_part(): modified the code for readability.
15436
15437 2001-05-14 [hiroyuki]
15438
15439         * src/md5global.h
15440           src/md5ify.c
15441           src/md5ify.h: removed from the cvs.
15442
15443 2001-05-13 [sergey]
15444
15445         * src/main.c: include rfc2015.h to avoid compiler warnings.
15446         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
15447         the panel is already on screen.
15448         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
15449         closing the alert window by ESC as "No".
15450         * src/prefs_common.c (prefs_interface_create): moved return
15451         receipt check button to the correct place.
15452
15453 2001-03-13 [alfons]
15454
15455         * src/prefs_common.c: 
15456                 moved return receipt check button to the Send tab. (prefs_send_create)
15457                 removed the date format ui related globals. (prefs_display_create)
15458
15459         0.4.67claws3
15460         
15461         * sync with sylpheed 0.4.67cvs5-6
15462
15463 2001-05-13 [paul]
15464
15465         * added Alfons' font selection patch
15466
15467         * src/defs.h
15468         * src/headerwindow.c
15469         * src/prefs_common.c
15470         * src/prefs_common.h
15471
15472 2001-05-13 [hoa]
15473         * src/defs.h
15474                 changed version of cache
15475         * src/matcher.[ch]
15476         * src/prefs_matcher.c
15477                 added additionnal matching criteria
15478         * src/procheader.c
15479         * src/procmsg.[ch]
15480         * src/news.c
15481                 added references in MsgInfo
15482
15483 2001-05-12 [hoa]
15484
15485         * src/defs.h
15486                 prepared some things for new filtering
15487         * src/matcher.[ch]
15488                 added some matching properties
15489                 inreplyto need to be enhanced
15490                 prepared some things for new filtering
15491         * src/messageview.c
15492                 added Return-Receipt-To handling
15493         * src/prefs_folder_item.c
15494                 changed default value to TRUE
15495         * src/prefs_matcher.c
15496                 added some matching properties
15497         * src/prefs_scoring.[ch]
15498                 the scoring dialog is finished
15499         * src/procheader.c
15500                 added Return-Receipt-To handling
15501                 Reference need to be added
15502         * src/procmsg.[ch]
15503                 added Return-Receipt-To handling
15504                 added threadscore to get a better score sorting when
15505                 threads are enabled
15506         * src/summaryview.c
15507                 suppressed a bug when we sort the list
15508                 when no folder is opened.
15509                 better score sorting when threads are enabled
15510
15511 2001-05-12 [alfons]
15512
15513         * reverted previous patch because of potential errors 
15514
15515         0.4.67claws2
15516         
15517         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
15518                 applied "toggle mail-retrieval dialog window" patch submitted 
15519                 by Eric Limpens <eric@qnt.net>
15520
15521         * sync with sylpheed 0.4.67cvs4
15522
15523 2001-05-12 [sergey]
15524
15525         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
15526         some picky compilers.
15527         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
15528         * src/grouplist_dialog.c: include alertpanel.h.
15529         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
15530         fix compile warning.
15531         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
15532         #include "defs.h" before others to prevent the warning of `MIN'
15533         and `MAX' redefinition.
15534
15535 2001-05-11 [hoa]
15536
15537         * src/main.c
15538         * src/messageview.c
15539         * src/prefs_account.c
15540         * src/prefs_display_header.c
15541                 removed warning
15542         * src/Makefile.am
15543                 added prefs_scoring.[ch]
15544         * src/grouplist_dialog.c
15545                 display an error dialog box if the group list
15546                 cannot be fetched.
15547         * src/mainwindow.[ch]
15548                 added main_window_set_thread_option() function
15549                 scoring dialog box enabled
15550         * src/matcher.[ch]
15551                 added flags matching unread /new / marked
15552                 / deleted / replied / forwarded
15553         * src/news.c
15554                 newsgroups are now finally in newscache
15555         * src/prefs_matcher.[ch]
15556                 finished preferences for matching dialog
15557         * added src/prefs_scoring.[ch]
15558                 scoring dialog box completed
15559         * src/scoring.[ch]
15560                 conversion to string : added scoringprop_to_string()
15561                 write config for preferences :
15562                 added prefs_scoring_write_config()
15563         * src/summaryview.c
15564                 threads can be enabled/disabled independently
15565                 for each folder
15566
15567 2001-05-10 [alfons]
15568
15569         0.4.67claws1
15570         
15571         * AUTHORS: 
15572                 thought it would be nice to have a list of all
15573                 contributors (used Changelog as a reference)
15574         
15575         * configure.in: 
15576                 messed up version numbering...
15577
15578         0.4.66claws1
15579
15580         * sync with sylpheed 0.4.67cvs1-3
15581
15582 2001-05-10 [darko]
15583
15584         * src/prefs_common.c:
15585                 better UI for strftime format, double clicking
15586                 on format now inserts the format in text entry
15587                 replaced close button with standard OK/Cancel
15588                 moved date format button to the right of the
15589                 text entry field
15590
15591 2001-05-09 [alfons]
15592
15593         * src/gtkstext.c:
15594                 Ctrl-Home / Ctrl-End have proper cursor navigation
15595
15596 2001-05-09 [hoa]
15597
15598         * src/prefs_matcher.c
15599                 finished UI to define matching properties
15600                 added ok and cancel button
15601         * src/prefs_filter.c
15602                 added ok and cancel button
15603         * src/news.c
15604                 fixed some bug in xhdr parsing
15605
15606 2001-05-08 [alfons]
15607
15608         * src/textview.c: 
15609                 fixed a bug in textview_show_header(), which displayed two colons (':');
15610                 cleaned up some warnings
15611
15612 2001-05-08 [hoa]
15613
15614         * src/Makefile.am
15615                 added prefs_matcher.[ch]
15616                 compilation with -W -Wall
15617         * src/alertpanel.c
15618                 ungrab the mouse events if grabbed - does it
15619                 fix the bug for disposition notification ?
15620         * src/mainwindow.c
15621                 added a menu option to open the matching dialog.
15622         * src/matcher.[ch]
15623                 added matcherprop_to_string() and matcherlist_to_string()
15624                 fixed some bugs, changed the name of some options
15625                 age_sup and age_inf becomes age_greater and age_lower,
15626                 body and messageheaders becomes body_part and headers_part,
15627                 changed the names of constants from SCORING_XXX to MATCHING_XXX
15628         * src/prefs_display_header.c
15629         * src/prefs_headers.c
15630                 fixed a bug that accidentally destroyed dialogs
15631                 when closed them with delete_event
15632                 Added *_deleted() which handle delete_event signal correctly.
15633         * src/prefs_folder_item.[ch]
15634                 added "enable_thread" field for future customization
15635         * added src/prefs_matcher.[ch]
15636                 sample of the UI to define matching properties
15637         * src/procheader.c
15638                 using procheader_headername_equal instead of str*cmp functions
15639                 using procheader_parse_header() function
15640         * src/scoring.c
15641                 using MATCHING_XXX instead of SCORING_XXX
15642         * src/summaryview.c
15643                 display the sender of the news even if this is ourself
15644                 when this is a news message.
15645         * src/textview.c
15646                 using headername_equal() instead of str*cmp functions
15647
15648 2001-05-08 [alfons]
15649
15650         0.4.66claws
15651
15652         * sync with sylpheed 0.4.66
15653         * src/gtkstext.c: trace logs added 
15654
15655 2001-05-08 [sergey]
15656
15657         * src/prefs_common.[ch]: added option to enable/disable GnuPG
15658         signature check popup.
15659         * src/rfc2015.c (check_signature): show signature check popup only
15660         if it is enabled in preferences.
15661
15662 2001-05-07 [alfons]
15663
15664         0.4.66claws4
15665         
15666         * sync with sylpheed 0.4.66cvs6
15667
15668 2001-05-07 [darko]
15669
15670         * src/prefs_common.[ch]: added option to enable/disable
15671           looking up sender name in address book for summary pane
15672         * src/summaryview.c: look up sender in the address book
15673           by using Alfons' address completion code
15674
15675 2001-05-07 [hiroyuki]
15676
15677         * src/inc.h
15678           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
15679           member of Pop3State.
15680         * src/news.c: brought #include "defs.h" before #include <glib.h>
15681           to prevent the warning of `MIN' and `MAX' redefinition.
15682
15683 2001-05-06 [hoa]
15684
15685         * removed src/headers_display.[ch]
15686         * removed src/prefs_display_headers.[ch]
15687         * src/inc.c
15688                 use a temporary file in the user directory for mbox import
15689         * src/news.c
15690                 added XHDR support to get "To" and "Cc" headers
15691                 (in order to match news with to or cc field for
15692                 scoring)
15693                 added function news_parse_xhdr() to get XHDR response
15694         * src/nntp.[ch]
15695                 added function nntp_xhdr()
15696         * src/matcher.c
15697                 fetch the message if necessary
15698
15699 2001-05-06 [alfons]
15700
15701         0.4.66claws3
15702
15703         * sync with sylpheed 0.4.66cvs3-5
15704
15705 2001-05-06 [hoa]
15706
15707         * src/utils.[ch]
15708                 added function itos_buf() to enable use of several buffers
15709         * src/summaryview.c
15710                 use of itos_buf() instead of itos() in summary list
15711                 to fix the broken display of message number.
15712
15713 2001-05-06 [alfons]
15714
15715         * src/gtkstext.c: bug in cursor up navigation fixed,
15716                 fixed another unsigned / signed comparison (we're getting there :-)
15717
15718 2001-05-06 [hoa]
15719
15720         * src/Makefile.am
15721                 added scoring.c scoring.h
15722                 prefs_folder_item.c prefs_folder_item.h
15723                 matcher.c matcher.h
15724         * src/defs.h
15725                 added FOLDERITEM_RC SCORING_RC
15726         * src/folder.[ch]
15727                 added prefs field in FolderItem :
15728                 properties for each folder (PrefsFolderItem),
15729                 sorting type and mode were added as the first properties.
15730         * src/main.c
15731                 read config for scoring
15732         * added src/matcher.[ch]
15733                 gives functions to parse configuration file to do
15734                 matching on mails with a list of conditions.
15735         * src/mainwindow.c
15736                 add option to sort by score
15737         * src/prefs_common.[ch]
15738                 added preference option to show score and for
15739                 the score column size
15740         * added src/prefs_folder_item.[ch]
15741                 properties for each folder (PrefsFolderItem),
15742                 sorting type and mode were added as the first properties.
15743         * src/procheader.[ch]
15744                 added procheader_parse_header()
15745                 added procheader_header_free()
15746                 added procheader_headername_equal()
15747                 and made modification to use them.
15748         * src/procmsg.[ch]
15749                 added score field to MsgInfo structure
15750         * added src/scoring.[ch]
15751                 gives functions to parse configuration file to do
15752                 scoring on mails with a list of conditions.
15753         * src/summaryview.[ch]
15754                 save the sorting type and mode for the folder
15755                 added column to display the score of the mail
15756                 added function summary_score_clicked()
15757                 sorting type and mode are restored to the folder
15758                 when it is reopen
15759         * src/textview.c
15760                 use procheader_parse_header(), procheader_headername_equal()
15761                 removed memory leak in text_scan_header when freeing headers
15762         * src/filter.c
15763                 changed the function to match names of headers
15764                 using procheader_headername_equal()
15765
15766         Scoring functions are implemented, an interface is needed
15767         to configure that.
15768
15769 2001-05-04 [alfons]
15770
15771         * src/gtkstext.c: 
15772                 hopefully fixed the row up navigation bug,
15773                 removed adding back / forward lines to cache
15774
15775 2001-05-04 [sergey]
15776
15777         * src/prefs_display_headers.c: user interface changes:
15778         (prefs_display_headers_create): remove unused "Show" check button;
15779         allow reordering of headers by dragging.
15780         (prefs_display_headers_write_config): remove unused variables.
15781         (prefs_display_headers_set_dialog): do not insert "(New)" at top
15782         of lists (not needed with the new UI).
15783         (prefs_display_headers_set_list): scan lists starting from row 0,
15784         not 1 (do not skip "(New)").
15785         (prefs_display_headers_find_header): new function.
15786         (prefs_display_headers_clist_set_row): do not allow duplicates.
15787         (prefs_display_headers_delete_cb): do not skip row 0; treat
15788         closing the alert window by ESC as "No".
15789         (prefs_display_headers_up): do not protect row 0.
15790         (prefs_display_headers_down): do not protect row 0.
15791
15792 2001-05-04 [sergey]
15793
15794         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
15795         functions.
15796
15797         * src/summaryview.c
15798         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
15799         summary_select_next_marked, summary_select_prev_marked): new
15800         functions.
15801
15802 2001-05-03 [sergey]
15803
15804         * src/news.c: fixed a bug when no article can be fetched after
15805         server timeout if the connection was restored by news_post():
15806         (news_select_group): new function.
15807         (news_fetch_msg): call news_select_group() before fetching
15808         article.
15809         (news_get_uncached_articles): set session->group after successful
15810         GROUP command.
15811
15812 2001-05-03 [hoa]
15813
15814         * src/defs.h
15815         * src/procmsg.[ch]
15816         * src/procheader.c
15817                  changed version of cache, added cc field
15818
15819         * src/prefs_display_headers.c
15820                 the interface was changed
15821
15822         * src/prefs_headers.c
15823                 added cancel button
15824
15825 2001-05-03 [alfons]
15826
15827         * completed sync of sylpheed cvs2
15828         * src/gtkstext.c: updated row up / down cursor navigation
15829         * src/textview.c: re-edited, prepared for fixing the email address
15830                 scanner.
15831
15832 2001-05-03 [darko]
15833
15834         * src/prefs_common.c: use alfons' strftime ui code
15835         entry_datefmt and datefmt_sample widgets have to be
15836         global in this module because of this change
15837
15838 2001-05-03 [hoa]
15839
15840         * src/messageview.c
15841         * src/prefs_common.[ch] added option to activate the return receipt
15842                 feature.
15843
15844 2001-05-02 [alfons]
15845
15846         * src/gtkstext.c: fix for row up/down cursor navigation. 
15847
15848         0.4.66claws2
15849         
15850         * sync with 0.4.66cvs2
15851
15852 2001-05-02 [paul]
15853
15854         added add-sender-to-addressbook patch
15855
15856         * src/addressbook.c
15857         * src/addressbook.h
15858         * src/summaryview.c
15859
15860 2001-05-02 [sergey]
15861
15862         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15863         G_ALERTDISABLE.
15864
15865         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15866         all existing callers changed to pass FALSE; create a check button
15867         to disable the message.
15868         (alertpanel_message_with_disable): new function.
15869         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15870         (alertpanel_button_toggled): new function.
15871         (alertpanel_button_clicked, alertpanel_close): set value using
15872         G_ALERT_VALUE_MASK.
15873
15874         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15875
15876         * src/prefs_common.c (prefs_privacy_create): new check button
15877         checkbtn_gpgme_warning.
15878
15879         * src/main.c (main): moved preferences reading before gpgme
15880         initialization; check prefs_common.gpgme_warning before giving the
15881         GnuPG warning and set it to FALSE if the user wants to disable the
15882         warning.
15883
15884 2001-05-02 [hiroyuki]
15885
15886         * src/prefs_display_headers.c: modified the layout and some labels.
15887
15888 2001-05-02 [sergey]
15889
15890         * src/prefs_account.c (prefs_account_fix_size): new function.
15891         (prefs_account_create): call prefs_account_fix_size(); use
15892         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15893         size when the window is shown for the first time).
15894         (prefs_account_basic_create): changed layout of serv_table; moved
15895         localmbox_entry above smtpserv_entry (logically it replaces
15896         POP3/IMAP server).
15897         (prefs_account_protocol_activated): set sensitivity of
15898         nntpauth_chkbtn according to the protocol (in addition to
15899         hide/show); commented out gtk_table_set_row_spacing() calls.
15900         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15901         not sensitive (fixes a bug with disabled username/password boxes
15902         when editing POP3 account after NNTP with authentication).
15903
15904 2001-05-02 [hoa]
15905
15906         * src/account.c
15907         * src/inc.c
15908         * src/prefs_account.[ch]
15909         * src/send.c
15910                 removed local account without SMTP server
15911                 added option to use mail command instead of a connexion
15912                 to SMTP server when a local account is used
15913         * src/prefs_headers.c
15914                 fixed a bug
15915         * src/news.c
15916                 fixed a bug when connexion immediately closed
15917
15918 2001-05-01 [alfons]
15919
15920         0.4.66claws1
15921         
15922         * sync with 0.4.65
15923
15924 2001-05-01 [sergey]
15925
15926         * src/prefs_account.c (Basic, prefs_account_basic_create): new
15927         widget nntpauth_chkbtn.
15928         (prefs_account_protocol_activated): handle nntpauth_chkbtn
15929         visibility.
15930         (prefs_account_nntpauth_toggled): new function.
15931
15932         * src/news.c (news_session_new_for_folder): use NNTP
15933         authentication only if ac->use_nntp_auth is set.
15934
15935 2001-05-01 [hoa]
15936
15937         * src/Makefile.am changed headers.[ch] in customheader.[ch]
15938         * src/prefs_display_headers.c changed the UI
15939         * src/prefs_headers.c changed account_name to account_id
15940         * src/compose.c using customheader.h
15941
15942 2001-05-01 [hiroyuki]
15943
15944         * src/esmtp.c
15945           src/news.c
15946           src/nntp.c: changed sock_read() to sock_gets(), they've been left
15947           unsynched.
15948
15949 2001-05-01 [hoa]
15950
15951         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
15952         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
15953                 for displaying of headers
15954         * src/grouplist_dialog.[ch] minor changes to remove warnings
15955         * src/prefs_display_headers.[ch] dialog to choose the
15956         headers to display in the mail viewer.
15957         * src/headers.h correction of #define
15958         * src/headers_display.[ch] configuration for displaying of headers.
15959         * src/main.c read config of displaying of headers
15960         * src/prefs_common.c add a button to access the config dialog
15961                 for displaying of headers
15962         * src/prefs_display_headers.[ch] dialog for configuration for
15963                 displaying of the headers.
15964         * src/prefs_headers.c cleaning of code
15965         * src/procheader.c comments added to code
15966         * src/textview.c changes to reorder the headers depending
15967                 on the config for displaying of headers
15968
15969 2001-04-30 [alfons]
15970
15971         0.4.65claws7
15972
15973         * sync with 0.4.65cvs12
15974
15975         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
15976
15977 2001-04-30 [sergey]
15978
15979         * src/nntp.h (NNTPSockInfo): new field auth_failed.
15980
15981         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
15982         is set to force reconnection after authentication failure.
15983         (nntp_gen_command): set sock->auth_failed on authentication
15984         failure, or if sock->userid and sock->passwd are not set.
15985
15986         * src/news.c (news_session_new_for_folder): set userid=NULL if
15987         password dialog is cancelled.
15988
15989 2001-04-30 [sergey]
15990
15991         * src/nntp.h (NNTPSockInfo): new type.
15992
15993         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
15994         SockInfo.
15995         (nntp_open_auth, nntp_close): new functions.
15996         (nntp_gen_command): new function to handle authentication; all
15997         NNTP command functions updated to use it.
15998         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
15999         (nntp_list): removed old useless code.
16000
16001         * src/news.h (NNTPSession): new field nntp_sock.
16002
16003         * src/news.c: all functions updated to use NNTPSockInfo instead of
16004         SockInfo.
16005         (news_session_new): new arguments (userid, passwd); made static;
16006         use nntp_open_auth() if needed.
16007         (news_session_destroy): use nntp_close() instead of sock_close().
16008         (news_query_password): changed arguments.
16009         (news_session_new_for_folder): new function.
16010         (news_session_get): use news_session_new_for_folder().
16011         (news_authenticate): deleted.
16012         (news_get_uncached_articles): removed old authentication code.
16013
16014 2001-04-30 [sergey]
16015
16016         * src/news.c: reverted my previous changes (need to do NNTP
16017         authentication in a cleaner way).
16018         
16019 2001-04-29 [sergey]
16020
16021         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
16022         news_nntp_post, news_nntp_mode): new functions (wrappers with
16023         authentication support).
16024         (news_get_article_cmd, news_get_article, news_get_header): new
16025         argument "folder"; all callers changed.
16026         (news_get_article_cmd): added authentication support.
16027         (news_session_get): use news_nntp_mode() instead of nntp_mode().
16028         (news_post): use news_nntp_post() instead of nntp_post().
16029         (news_get_uncached_articles): use news_nntp_group() instead of
16030         nntp_group() and news_nntp_xover() instead of nntp_xover();
16031         removed old authentication code.
16032         (news_get_group_list): use news_nntp_list() instead of nntp_list().
16033
16034         * src/nntp.c (nntp_list): return real error code instead of
16035         hardcoded NN_ERROR.
16036
16037 2001-04-29 [sergey]
16038
16039         * configure.in: fixed wint_t typedef detection again
16040
16041 2001-04-28 [hoa]
16042
16043         * src/prefs_account.[ch], added A_LOCAL_CMD
16044                 (send mail with mail command)
16045         * src/send.c added function send_message_with_command()
16046         * src/inc.c made a more secure get_spool() function with
16047                 mktemp() but maybe mkstemp() or something more
16048                 secure can be used.
16049
16050 2001-04-28 [alfons]
16051
16052         * src/textview.c, colorization of email addresses in headers
16053
16054         0.4.65claws6
16055
16056         * bug sync with sylpheed
16057         * prefs_common.c: created date format ui for darko
16058         * sync with 0.4.65cvs11
16059         * configure.in: corrected to have the new gpg checks
16060
16061 2001-04-27 [alfons]
16062
16063         * completed sync with 0.4.65cvs10
16064         * minor debug things added to gtkstext.c
16065
16066 2001-04-27 [darko]
16067
16068         * configure.in: remove check for availability of
16069           strftime() as advised by Hiroyuki
16070         * src/prefs_common.[ch], src/procheader.c:
16071           synch strftime() code with Hiroyki's main branch
16072
16073 2001-04-26 [sergey]
16074
16075         * src/news.c: news_query_password(), news_authenticate(): new
16076           functions.
16077           news_get_uncached_articles(): added NNTP authentication
16078           handling.
16079         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
16080           new functions.
16081         * src/prefs_account.c: prefs_account_protocol_activated():
16082           enable userid and password fields for NNTP.
16083
16084 2001-04-26
16085
16086         * configure.in: check for availability of strftime()
16087           [darko]
16088         * src/prefs_common.[ch], src/procheader.c: use
16089           strftime() for displaying date in summary pane if it
16090           is available
16091
16092 2001-04-25
16093
16094         * more .cvsignore cleanups [alfons]
16095
16096 2001-04-25
16097
16098         * ac/sv-check-type.m4: new autoconf macro.
16099         * configure.in: fixed wint_t typedef detection (did not work
16100           with gcc-2.96).
16101
16102 2001-04-25
16103
16104         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
16105           [hiroyuki]
16106
16107 2001-04-24
16108         * modified gtkstext.c : buggy cursor navigation fixed, 
16109           and font descent also taken in account when drawing
16110           cursor. [alfons]
16111
16112 2001-04-24 [hoa]
16113         * added comments in src/news.c src/nntp.c
16114         * added src/prefs_headers.[ch]
16115         * added src/headers.[ch]
16116         * modified compose.c to activate custom headers
16117                 added function is_in_custom_headers
16118         * modified prefs_account.[ch]
16119                 added function prefs_account_customhdr_edit
16120         * modified src/defs.h :
16121                 added HEADERS_RC : name of the config file
16122                 for the custom headers
16123
16124 2001-04-24
16125
16126     0.4.65claws5
16127
16128         * configure.in
16129           src/gtkstext.[ch]
16130           src/compose.c
16131           src/Makefile.am
16132           
16133           added gtkstext with configure.in patch by Hiroyuki which
16134           should fix the XIM detection [alfons]
16135
16136         * more clean up of cvs [alfons]
16137
16138                  * removed all Makefile.in files to attic.
16139
16140                  * updated all .cvsignores to really ignore things that could
16141                    be unintentionally committed by a recursive commit.
16142
16143 2001-04-23 [hoa]
16144         * added src/grouplist_dialog.[ch]
16145         * changed src/folderview.c to call grouplist_dialog instead
16146                 of inputdialog
16147         * src/news.c :
16148                 added functions news_reset_group_list
16149                 and news_get_group_list
16150         * src/nntp.c :
16151                 added function nntp_list
16152         * src/defs.h :
16153                 added GROUPLIST_FILE : name of the newsgroup list cache file
16154
16155 2001-04-21
16156
16157         * added option to warn about queued messages on exit [sergey]:
16158
16159           * src/compose.c: compose_queue(): call folder_item_scan()
16160             and folderview_update_item() after queueing.
16161           * src/folderview.c: folderview_update_node(): draw the queue
16162             folder in bold font if there are queued messages.
16163           * src/mainwindow.c: queued_messages(): new function.
16164             app_exit_cb(): display warning if there are queued messages
16165             if warn_queued_on_exit is set.
16166           * prefs_common.[ch]: add warn_queued_on_exit option.
16167
16168         * enhanced GnuPG key selection support [sergey]:
16169
16170           * src/select-keys.c: updated to newer version from Win32
16171             branch with support for selecting arbitrary keys.
16172           * src/prefs_account.c: added the Privacy tab to the account
16173             options window.
16174             prefs_account_privacy_create(),
16175             prefs_account_sign_key_set_data_from_radiobtn(),
16176             prefs_account_sign_key_set_radiobtn(): new functions.
16177           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
16178           * src/rfc2015.c: set_signers(): new function.
16179             pgp_sign(): add the account parameter, call set_signers().
16180             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
16181           * src/rfc2015.h: rfc2015_sign(): updated prototype.
16182           * src/compose.c: pass the current account to rfc2015_sign().
16183
16184         * tag name claws added to prevent confusion with main branch [alfons]
16185
16186         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
16187
16188         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
16189
16190         * sync with recent sylpheed cvs. Untested though. [alfons]
16191