0.8.11claws135
[claws.git] / ChangeLog.claws
1 2003-04-30 [christoph]  0.8.11claws135
2
3         * src/plugins/dillo_viewer/dillo_prefs.c
4         * src/plugins/image_viewer/viewerprefs.c
5         * src/plugins/spamassassin/spamassassin_gtk.c
6                 remove gtk_widget_ref() calls for widgets in
7                 glade code
8
9 2003-04-30 [paul]       0.8.11claws134
10
11         * src/addrindex.c
12                 ok, this time a better fix for the bug where opening folder
13                 has massive slowdown when using the 'Display sender using 
14                 address book' option
15
16 2003-04-30 [paul]       0.8.11claws133
17
18         * src/addrindex.c
19                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
20         
21 2003-04-30 [melvin]     0.8.11claws132
22
23         New: Dillo plugin preferences (patch by Dimitar Haralanov)
24
25         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
26                 Preferences for the dillo plugin
27         * src/plugins/dillo_viewer/dillo_viewer.c
28                 Support for preferences
29         * src/plugins/dillo_viewer/Makefile.am
30                 Added dillo_prefs.[ch]
31
32 2003-04-30 [alfons]     0.8.11claws131
33
34         * src/common/plugin.[ch]
35                 see? this ANSI C'fication immediately gives us type
36                 checking for free.
37
38 2003-04-30 [alfons]     0.8.11claws130
39
40         * src/common/plugin.[ch]
41         * src/plugins/clamav/clamav_plugin.[ch]
42         * src/plugins/clamav/clamav_plugin_gtk.c
43         * src/plugins/demo/demo.c
44         * src/plugins/dillo_viewer/dillo_viewer.c
45         * src/plugins/image_viewer/plugin.c
46         * src/plugins/image_viewer/viewer.[ch]
47         * src/plugins/image_viewer/viewerprefs.[ch]
48         * src/plugins/mathml_viewer/mathml_viewer.c
49         * src/plugins/spamassassin/spamassassin.[ch]
50         * src/plugins/spamassassin/spamassassin_gtk.c
51         * src/plugins/trayicon/trayicon.c
52                 clean up
53
54 2003-04-30 [alfons]     0.8.11claws129
55
56         * src/common/utils.c
57                 make is_ascii_str() fail gracefully when NULL pointer
58                 is passed
59
60 2003-04-30 [paul]       0.8.11claws128
61
62         * src/addrindex.c
63                 fix bug where opening folder has massive slowdown when
64                 using the 'Display sender using address book' option
65
66 2003-04-30 [paul]       0.8.11claws127
67
68         * src/plugins/clamav/clamav_plugin.c
69           src/plugins/clamav/clamav_plugin_gtk.c
70           src/plugins/demo/demo.c
71           src/plugins/dillo_viewer/dillo_viewer.c
72           src/plugins/image_viewer/plugin.c
73           src/plugins/mathml_viewer/mathml_viewer.c
74           src/plugins/spamassassin/spamassassin.c
75           src/plugins/spamassassin/spamassassin_gtk.c
76           src/plugins/trayicon/trayicon.c
77                 get rid of eye-hurting function signatures
78
79 2003-04-30 [paul]       0.8.11claws126
80
81         * src/plugins/trayicon/trayicon.c
82                 add description
83                 
84         * src/mimeview.c
85                 be more descriptive
86
87 2003-04-30 [paul]       0.8.11claws125
88
89         * configure.ac
90                 arrange the plugins in reverse alphabetical order
91                 
92         * src/plugins/clamav/clamav_plugin.[ch]
93           src/plugins/clamav/clamav_plugin_gtk.c
94                 rename some params
95                 resize max_size window
96                 re-arrange the order of some gui elements
97                 improve descriptions
98         
99         * src/plugins/image_viewer/plugin.c
100           src/plugins/mathml_viewer/mathml_viewer.c
101                 add descriptions
102                 
103         * src/plugins/spamassassin/spamassassin_gtk.c
104                 resize max_size window
105                 re-arrange the order of some gui elements
106                 
107         * src/messageview.c
108           src/mimeview.c
109                 correct typos
110
111 2003-04-30 [alfons]     0.8.11claws124
112
113         * src/imap.c
114                 fix a leak found while browsing Martin Kluge's 
115                 valgrind log (Claws only)
116
117 2003-04-29 [darko]      0.8.11claws123
118
119         * src/gtk/gtkstext.h
120                 include wchar.h if it is available, fixes compilation
121                 on HP-UX systems
122
123 2003-04-29 [melvin]     0.8.11claws122
124
125         * src/prefs_actions.c
126                 Improved help text of Actions' syntax
127
128 2003-04-28 [paul]       0.8.11claws121
129
130         * src/action.c
131                 a better fix for the crash when performing an action
132                 on a mime part
133
134 2003-04-28 [paul]       0.8.11claws120
135
136         * src/action.c
137                 fix crash when performing an action on a
138                 mime part
139
140 2003-04-28 [paul]       0.8.11claws119
141
142         * sync with 0.8.11cvs36
143                 see ChangeLog 2003-04-28
144
145 2003-04-27 [paul]       0.8.11claws118
146
147         * more sync with 0.8.11cvs35
148                 see ChangeLog 2003-04-25
149
150 2003-04-26 [christoph]  0.8.11claws117
151
152         * src/folder.c
153                 fix remove virtual check
154
155 2003-04-26 [paul]       0.8.11claws116
156
157         * src/messageview.c
158                 fix return-receipt, make it work again
159
160 2003-04-26 [paul]       0.8.11claws115
161
162         * src/mimeview.c
163                 restore double-clicking of the [application/pgp-signature 
164                 (Select "Check signature" to check)] line in the message view,
165                 broken in recent sync
166
167 2003-04-26 [christoph]  0.8.11claws114
168
169         * src/folder.c
170                 check if remove virtual really exists before
171                 calling the function
172
173 2003-04-25 [match]      0.8.11claws113
174
175         * src/addrindex.c
176         * src/addrbook.c
177         * src/ldapquery.[ch]
178         * src/ldapctrl.[ch]
179                 fix memleak.
180         * src/ldapserver.[ch]
181                 fix memleak. fix segfault.
182                 plug a Claws memleak
183
184 2003-04-25 [alfons]     0.8.11claws112
185
186         * src/folder.c
187                 plug a Claws memleak
188
189 2003-04-25 [alfons]     0.8.11claws111
190
191         * src/common/session.c
192                 plug a memleak
193
194 2003-04-25 [paul]       0.8.11claws110
195
196         * sync with 0.8.11cvs35
197                 see ChangeLog 2003-04-24 and 2003-04-25
198                 
199         * src/gtk/pluginwindow.c
200                 correct another strange float value
201
202 2003-04-24 [christoph]  0.8.11claws109
203
204         * src/folder.c
205                 freeze folder item updates when unsetting new flags
206
207         * src/gtk/pluginwindow.c
208                 correct strange float value
209
210 2003-04-23 [paul]       0.8.11claws108
211
212         * sync with 0.8.11cvs33
213                 see ChangeLog 2003-04-23
214
215 2003-04-22 [paul]       0.8.11claws107
216
217         * src/Makefile.am
218           src/messageview.c
219           src/mimeview.c
220           src/pgptext.[ch]      ** REMOVED **
221                 remove pgptext.[ch] as its not used any more
222
223 2003-04-22 [paul]       0.8.11claws106
224
225         * sync with 0.8.11cvs31
226                 see ChangeLog 2003-04-21 and 2003-04-22
227
228 2003-04-21 [alfons]     0.8.11claws105
229
230         * src/main.c
231                 No access to GTK structures if we're a spawned child
232                 (and clean up code a little bit...) Should fix #126.
233
234 2003-04-21 [melvin]     0.8.11claws104
235
236         * src/plugins/dillo_viewer/README
237                 Improved slightly the text.
238
239 2003-04-21 [melvin]     0.8.11claws103
240
241         * src/plugins/dillo_viewer/README *** NEW ***
242                 Added a README file for the Dillo plugin
243
244 2003-04-20 [paul]
245
246         * tools/README
247           tools/outlook2sylpheed.pl
248                 updated and improved by Ricardo Mones Lastra
249
250 2003-04-18 [oliver]     0.8.11claws102
251
252         * src/inc.c 
253         * src/prefs_account.h
254                 remove Pop3SessionType (used by selective download)
255         * src/prefs_toolbar.c
256                 enable set Default Toolbar button
257
258 2003-04-18 [paul]       0.8.11claws101
259
260         * sync with 0.8.11cvs29
261                 see ChangeLog 2003-04-18
262
263 2003-04-17 [paul]       0.8.11claws100
264
265         * src/prefs_common.[ch]
266           src/summaryview.c
267                 remove 'Open next message on deletion' option,
268                 as the same effect can now be achieved via the
269                 'Always open messages in summary when selected'
270                 option.
271
272 2003-04-17 [paul]       0.8.11claws99
273
274         * sync with 0.8.11cvs28
275                 see ChangeLog 2003-04-17
276
277 2003-04-17 [christoph]  0.8.11claws98
278
279         * ac/spamassassin.m4
280         * src/plugins/spamassassin/libspamc.[ch]
281         * src/plugins/spamassassin/utils.[ch]
282                 sync libspamc with SpamAssassin project
283
284 2003-04-17 [christoph]  0.8.11claws97
285
286         * src/common/socket.h
287         * src/gtk/sslcertwindow.h
288                 rename old USE_SSL to USE_OPENSSL
289
290 2003-04-17 [paul]       0.8.11claws96
291
292         * src/prefs_common.h
293                 use gulong for P_COLOR so that it compiles/runs on
294                 64-bit systems. Patch submitted by James Noyes
295                 <jnoyes-claws@retrogeeks.com>
296                 
297         * po/de.po
298                 updated by Jens
299
300 2003-04-17 [paul]       0.8.11claws95
301
302         * sync with 0.8.11cvs27
303                 see ChangeLog 2003-04-16
304
305 2003-04-15 [paul]       0.8.11claws94
306
307         * src/prefs_common.[ch]
308                 rearrange to stop the window getting too long:
309                         move Receive dialog stuff to Receive tab
310                         move Send dialog to Send tab
311                         remove Dialogs frame
312                 rename 'Open messages in summary with cursor keys' to
313                 'Always open messages in summary when selected', as its
314                 more appropriate
315
316 2003-04-15 [paul]       0.8.11claws93
317
318         * src/prefs_common.[ch]
319           src/summaryview.c
320                 add new option '/Interface/Open next message on deletion'
321
322 2003-04-15 [paul]       0.8.11claws92
323
324         * src/summaryview.[ch]
325                 add /Mark/Lock and /Mark/Unlock to the pop-up
326                 menu. Patch submitted by Ivan Francolin Martinez
327                 <ivanfm@users.sourceforge.net>
328
329 2003-04-15 [paul]       0.8.11claws91
330
331         * sync with 0.8.11cvs24
332                 see ChangeLog 2003-04-15
333
334 2003-04-14 [jens]       0.8.11claws90
335
336         * updated German translation and some corrections from
337                 Roland Bless <bless@tm.uka.de>
338
339 2003-04-14 [paul]       0.8.11claws89
340
341         * sync with 0.8.11cvs22
342                 see ChangeLog 2003-04-14
343
344 2003-04-13 [paul]       0.8.11claws88
345
346         * src/plugins/clamav/clamav_plugin.c
347                 fix memory leaks
348                 clean up
349
350 2003-04-12 [paul]       0.8.11claws87
351
352         * src/plugins/clamav/clamav_plugin.c
353                 activate enable/disable archive scanning option
354                 
355         * src/plugins/clamav/.cvsignore         ** NEW FILE **
356
357 2003-04-12 [paul]       0.8.11claws86
358
359         * src/plugins/Makefile.am
360           src/plugins/clamav/Makefile.am                ** NEW FILE **
361           src/plugins/clamav/README                     ** NEW FILE ** 
362           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
363           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
364                 add Clam AntiVirus plugin
365
366 2003-04-12 [paul]       0.8.11claws85
367
368         * sync with 0.8.11cvs21
369                 see ChangeLog 2003-04-11
370
371 2003-04-11 [paul]       0.8.11claws84
372
373         * po/es.po
374                 update Spanish translation. Submitted by Ricardo
375                 Mones Lastra.
376
377 2003-04-10 [christoph]  0.8.11claws83
378
379         * src/mbox.c
380                 fix typo that did not move unfiltered mails to destination
381                 folder
382
383         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
384          when filtering from spool)
385
386 2003-04-10 [christoph]  0.8.11claws82
387
388         * src/imap.c
389                 use BODY.PEEK instead of BODY in in message fetch operation
390                 to make sure the IMAP server does not set the \Seen flag for
391                 messages. Sylpheed does that later itself, when the message
392                 is opened in sylpheed
393
394         (closes Bug 111 Claws destroys unread marks)
395
396 2003-04-09 [oliver]     0.8.11claws81
397         
398         * src/folder.c
399                 fix crash in folder_destroy
400         * README.claws
401                 remove selective download
402
403 2003-04-09 [christoph]  0.8.11claws80
404
405         * src/imap.c
406                 fix crash in imap_get_msginfo() when then fetched message
407                 is not found
408
409         (closes Bug 110 Crash during mail composition)
410
411 2003-04-08 [christoph]  0.8.11claws79
412
413         * src/folder.c
414         * src/prefs_account.c
415                 Filter new messages that are found in an INBOX folder
416                 when 'Filter messages on receiving' is enabled in the
417                 Folder's AccountPrefs. This allows to use Sylpheed's
418                 filtering engine for IMAP folders where messages are
419                 added to the INBOX by a MTA
420
421 2003-04-08 [paul]       0.8.11claws78
422
423         * src/procmsg.h
424                 clean up after last commit
425
426 2003-04-08 [paul]       0.8.11claws77
427
428         * sync with 0.8.11cvs20
429                 see ChangeLog 2003-04-07 and 2003-04-08
430
431 2003-04-07 [christoph]  0.8.11claws76
432
433         * src/filtering.[ch]
434         * src/inc.[ch]
435         * src/mbox.c
436         * src/procmsg.[ch]
437                 add procmsg_msginfo_filter() to execute filtering actions
438
439 2003-04-06 [christoph]  0.8.11claws75
440
441         * src/imap.c
442                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
443
444 2003-04-06 [christoph]  0.8.11claws74
445
446         * src/common/utils.[ch]
447                 add g_int_compare() function for slist sorting
448
449         * src/imap.c
450                 fetch all MsgInfos with one command in imap_get_msginfos()
451                 using an imap set with a list of ranges
452
453         * src/news.c
454                 use new g_int_compare() function
455
456 2003-04-06 [thorsten]   0.8.11claws73
457
458         * src/mh.c
459                 corrected implementation of mh_folder_destroy()
460
461 2003-04-05 [christoph]  0.8.11claws72
462
463         * src/account.c
464         * src/folder.[ch]
465         * src/folderview.c
466         * src/imap.c
467         * src/inc.c
468         * src/main.c
469         * src/mainwindow.c
470         * src/mbox_folder.c
471         * src/mh.c
472         * src/mimeview.h
473         * src/msgcache.[ch]
474         * src/news.c
475         * src/procmime.h
476         * src/procmsg.[ch]
477         * src/setup.c
478         * src/gtk/gtkutils.c
479                 o rename structure field names class and new to klass and
480                   new_msgs, to allow including files in C++
481                 o add 'extern "C"' block to some header files
482                 o add MsgInfoList and MsgNumberList as alias for GSList for
483                   developers to know what type of list is expected
484
485         * src/plugins/image_viewer/plugin.c
486         * src/plugins/image_viewer/viewer.[ch]
487         * src/plugins/image_viewer/viewerprefs.[ch]
488                 rename function names to prevent conflicts
489
490 2003-04-05 [paul]       0.8.11claws71
491
492         * sync with 0.8.11cvs18
493                 see ChangeLog 2003-04-03 and 2003-04-04
494
495 2003-04-02 [christoph]  0.8.11claws70
496
497         * src/folder.[ch]
498         * src/imap.[ch]
499         * src/mbox_folder.[ch]
500         * src/mh.[ch]
501         * src/news.[ch]
502                 o Make all virtual folder functions private
503                 o remove unused folder code
504
505         * src/common/socket.[ch]
506         * src/summaryview.c
507                 fix warnings
508
509 2003-03-30 [alfons]     0.8.11claws69
510
511         * src/send_message.c
512                 remove two debug traces and see if people still report
513                 errors
514
515 2003-03-30 [alfons]     0.8.11claws68
516
517         * src/send_message.c
518         * src/commons/session.c
519                 add more debug traces
520
521 2003-03-30 [christoph]  0.8.11claws67
522
523         * src/folder.c
524                 change processing folder name from .processing to processing
525
526         * src/common/ssl.c
527                 disable SSL certificate check because it causes Xlib error
528                 when the child process want's to open an GTK window
529
530 2003-03-30 [christoph]  0.8.11claws66
531
532         * src/folder.c
533                 don't use default folder for processing folder item because
534                 it can be a non local folder
535
536         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
537
538 2003-03-30 [alfons]     0.8.11claws65
539
540         * src/send_message.c
541                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
542                 to generate bad code for 'send_send_data_progressive': When
543                 called from 'send_send_data_finished', the 'data' pointer is
544                 cleared just before the assignment to the dialog pointer
545
546 2003-03-29 [christoph]  0.8.11claws64
547
548         * src/common/prefs.h
549         * src/plugins/image_viewer/Makefile.am
550         * src/plugins/image_viewer/plugin.c
551         * src/plugins/image_viewer/viewer.[ch]
552         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
553                 add PrefsPage for ImageViewer
554
555 2003-03-28 [thorsten]   0.8.11claws63
556
557         * src/common/session.c
558                 added some comments
559
560 2003-03-28 [paul]       0.8.11claws62
561
562         * sync with 0.8.11cvs16
563                 see ChangeLog 2003-03-28
564
565 2003-03-28 [paul]       0.8.11claws61
566
567         * sync with 0.8.11cvs15
568                 see ChangeLog 2003-03-28
569
570 2003-03-27 [christoph]  0.8.11claws60
571
572         * src/folder.c
573         * src/imap.c
574         * src/common/socket.[ch]
575                 set socket state to DISCONNECTED when any operation
576                 fails to allow reconnecting in IMAP code without
577                 checking the return code of all calls to the command
578                 functions
579
580         * src/folderview.c
581         * src/summaryview.c
582                 remove some more stuff that depends on specific
583                 folder types
584
585 2003-03-27 [paul]       0.8.11claws59
586
587         * sync with 0.8.11cvs14
588                 see ChangeLog 2003-03-27
589                 
590         * src/selective_download.[ch]   ** REMOVED **
591                 really removed
592
593 2003-03-27 [christoph]  0.8.11claws58
594
595         * src/folder.c
596                 fix handling of tmp_flags in flag copy function
597
598 2003-03-27 [paul]       0.8.11claws57
599
600         * sync with 0.8.11cvs13
601                 see ChangeLog 2003-03-27
602
603 2003-03-27 [oliver]     0.8.11claws56
604
605         * src/maiwindow.c
606                 remove sel_download_cb
607
608 2003-03-27 [oliver]     0.8.11claws55
609         
610         * src/inc.c
611                 remove POP3_TOP
612         
613 2003-03-26 [oliver]     0.8.11claws54
614
615         *src/pop.h
616                 remove POP3_TOP*
617         * README.claws
618                 remove selective donwload readme
619
620 2003-03-26 [oliver]     0.8.11claws53
621         * src/matcher.[ch]
622         * src/matcher_parser_parse.y 
623         * src/pop.c 
624         * src/prefs_account.[ch]
625         * src/prefs_filtering.c
626                 remove selective donwload
627
628 2003-03-26 [oliver]     0.8.11claws52
629
630         * src/inc.[ch] 
631         * src/filtering.c 
632         * src/mainwindow.c 
633                 remove selective donwload
634
635 2003-03-26 [oliver]     0.8.11claws51
636         
637         * src/Makefile.am
638         * src/selective_download.[ch]   ** REMOVE **    
639
640 2003-03-26 [christoph]  0.8.11claws50
641
642         * src/news.c
643                 fix NEWS that got broken by a sync with sylpheed-main
644
645 2003-03-26 [christoph]  0.8.11claws49
646
647         * src/mimeview.c
648                 fix mime type guessing when no mime type is found for a file
649
650 2003-03-25 [christoph]  0.8.11claws48
651
652         * src/mimeview.c
653         * src/procmime.c
654                 remove mime type guessing from mime parser and use
655                 name based mime types in viewer lookup for mime type
656                 application/octet-stream
657
658 2003-03-25 [christoph]  0.8.11claws47
659
660         * doc-src/readme.txt
661         * doc-src/rfc2554.txt
662                 add RFC about SMTP AUTH
663
664         * src/send_message.c
665         * src/common/smtp.[ch]
666                 add extra error code for authentication errors and
667                 clear temporary password when this error occurs
668
669         (closes Bug 84 authentication failure while sending should
670          prompt for password again)
671
672 2003-03-25 [christoph]  0.8.11claws46
673
674         * configure.ac
675         * src/Makefile.am
676         * src/imageview.[ch]                            ** REMOVE **
677         * src/messageview.[ch]
678         * src/mimeview.[ch]
679         * src/prefs_common.[ch]
680         * src/textview.c
681         * src/plugins/Makefile.am
682         * src/plugins/image_viewer/.cvsignore           ** NEW **
683         * src/plugins/image_viewer/Makefile.am          ** NEW **
684         * src/plugins/image_viewer/plugin.c             ** NEW **
685         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
686                 move image viewer into a plugin (building is enabled by default)
687                 [ToDo: Prefs for resize and autoview]
688
689 2003-03-25 [paul]       0.8.11claws45
690
691         * sync with 0.8.11cvs12
692                 see ChangeLog 2003-03-26
693
694 2003-03-25 [paul]       0.8.11claws44
695
696         * sync with 0.8.11cvs11
697                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
698                 
699         Note: Selective Download is broken.
700                 
701 2003-03-22 [christoph]  0.8.11claws43
702
703         * src/folder.c
704                 code cleanup for flags copying
705
706 2003-03-22 [christoph]  0.8.11claws42
707
708         * src/plugins/trayicon/trayicon.c
709                 fix setting the transparent area when the window size
710                 is forced by the system tray
711
712 2003-03-22 [christoph]  0.8.11claws41
713
714         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
715         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
716         * src/plugins/trayicon/newmail.xpm              ** NEW **
717         * src/plugins/trayicon/nomail.xpm               ** NEW **
718         * src/plugins/trayicon/trayicon.c
719         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
720                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
721                 o add icon for unread mails
722                 o set transparency for window
723
724 2003-03-22 [christoph]  0.8.11claws40
725
726         * src/news.c
727                 init news session to prevent crash when session is closed
728
729 2003-03-22 [christoph]  0.8.11claws39
730
731         * src/imap.c
732         * src/common/session.[ch]
733                 Init session data to make sure we don't have invalid pointers
734                 for read_ch and write_ch when new multi process sessions are
735                 not used
736
737         * src/main.c
738         * src/common/plugin.c
739         * src/common/sylpheed.c
740         * src/plugins/demo/demo.c
741         * src/plugins/dillo_viewer/dillo_viewer.c
742         * src/plugins/mathml_viewer/mathml_viewer.c
743         * src/plugins/spamassassin/spamassassin.c
744         * src/plugins/spamassassin/spamassassin_gtk.c
745                 add plugin types to allow loading plugins at different times
746                 (and maybe for different frontends), because it's not good to
747                 load GTK-Plugins gefore gtk_init was called
748
749         * configure.ac
750         * src/plugins/Makefile.am
751         * src/plugins/trayicon/.cvsignore               ** NEW **
752         * src/plugins/trayicon/Makefile.am              ** NEW **
753         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
754         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
755         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
756         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
757         * src/plugins/trayicon/trayicon.c               ** NEW **
758                 New Trayicon plugin that shows an icon in a systray that uses
759                 XEMBED protocol like Gnome's systray. Icon shows if there
760                 are new mails and a tooltip shows information about new,
761                 unread and total messages.
762
763 2003-03-22 [paul]       0.8.11claws38
764
765         * src/common/smtp.c
766                 fix ESMTP AUTH CRAM-MD5
767                 [sync with main (still version 0.8.11cvs6), see
768                  ChangeLog 2003-03-22]
769
770 2003-03-21 [colin]      0.8.11claws37
771
772         * src/send_message.c
773                 Fix USE_SSL => USE_OPENSSL
774
775 2003-03-21 [colin]      0.8.11claws36
776
777         * src/folderview.c
778                 Fix counts in drag and dropped subfolders
779
780 2003-03-21 [colin]      0.8.11claws35
781
782         * src/folder.c 
783         * src/folderview.c
784                 speed up a bit folder dnd
785
786 2003-03-20 [alfons]     0.8.11claws34
787
788         * src/main.c
789         * src/toolbar.c
790         * src/procmsg.c
791                 don't send locked queue messages
792                 (feature request "[ 705245 ] Locking message in outbox 
793                  should prevent sending")
794
795 2003-03-20 [christoph]  0.8.11claws33
796
797         * src/folder.c
798                 remove NEW and UNREAD flag in special folders when scanning
799                 
800         * src/common/smtp.c
801                 fix ESMTP AUTH CRAM-MD5
802
803 2003-03-20 [paul]       0.8.11claws32
804
805         * src/prefs_account.c
806                 Re-write 'Tunnel command to open connection' as
807                 'Use command to communicate with server', and disable
808                 it for all except IMAP accounts
809
810 2003-03-20 [paul]       0.8.11claws31
811
812         * sync with 0.8.11cvs6
813                 see ChangeLog 2003-03-20
814
815 2003-03-19 [match]      0.8.11claws30
816
817         * src/addritem.[ch]
818                 include documentation. minor refactoring.
819         * src/addr_compl.[ch]
820         * src/addrindex.[ch]
821         * src/addresbook.[ch]
822         * src/summaryview.c
823                 re-enable address lookup (was disabled in
824                 0.8.11claws20).
825
826 2003-03-19 [christoph]  0.8.11claws29
827
828         * src/procmsg.c
829                 add temp flag handling, will make moving and copying
830                 messages possible again
831
832         * src/folder.c
833                 correct calulation of folder stats
834
835 2003-03-18 [match]      0.8.11claws28
836
837         * src/editgroup.h
838                 remove case sensitive comparison (closes bug 80).
839
840 2003-03-18 [christoph]  0.8.11claws27
841
842         * src/imap.c
843                 fix imap using a tunnel command
844
845         (closes bug 87)
846
847 2003-03-18 [christoph]  0.8.11claws26
848
849         * src/folder.[ch]
850         * src/imap.c
851         * src/procmsg.[ch]
852                 rewrite flag handling for folders
853
854 2003-03-18 [christoph]  0.8.11claws25
855
856         * src/folder.c
857         * src/procmsg.c
858         * src/summaryview.c
859                 unset NEW and UNREAD flags when message is ignored, to make
860                 sure messages don't show up as unread on other IMAP clients,
861                 because the IGNORE_THREAD flag can not be syncronized through
862                 the IMAP folder
863
864 2003-03-17 [christoph]  0.8.11claws24
865
866         * src/imap.c
867                 don't use recursion to fetch uids when the number of messages
868                 does not match. Moved code into subfunction that is used
869                 again when needed, to prevent an endless loop.
870
871 2003-03-17 [thorsten]   0.8.11claws23
872
873         * src/imageview.[ch]
874                 export imageview_get_resized_size() (for plugins)
875         * src/prefs_common.[ch]
876                 added prefs_common_get() (for plugins)
877
878 2003-03-17 [christoph]  0.8.11claws22
879
880         * src/imap.c
881                 o remove UID guessing from copy code
882                 o support UIDPLUS extension for APPEND command
883
884 2003-03-17 [paul]       0.8.11claws21
885
886         * src/gtk/about.c
887                 remove 'Compiled-plugins' section.
888                 
889         * src/plugins/dillo_viewer/dillo_viewer.c
890                 slight change to description text
891
892 2003-03-16 [match]      0.8.11claws20
893         * src/ldapserver.[ch]           ** NEW **
894         * src/ldapctrl.[ch]             ** NEW **
895         * src/ldapquery.[ch]            ** NEW **
896         * src/ldaputil.[ch]             ** NEW **
897         * src/addrcindex.[ch]           ** NEW **
898         * src/addrquery.h               ** NEW **
899         * src/addritem.[ch]
900         * src/addrcache.[ch]
901         * src/addrindex.[ch]
902         * src/addr_compl.[ch]
903         * src/addressbook.[ch]
904         * src/addrbook.[ch]
905         * src/editgroup.c
906         * src/editaddress.c
907         * src/editldap.c
908         * src/editldap_basedn.c
909         * src/vcard.c
910         * src/jpilot.c
911         * src/Makefile.am
912                 included dynamic LDAP queries. improved address
913                 completion.
914
915 2003-03-16 [paul]       0.8.11claws19
916
917         * tools/multiwebsearch.pl
918                 fix a fatal typo
919
920 2003-03-16 [christoph]  0.8.11claws18
921
922         * src/mimeview.c
923         * src/plugins/dillo_viewer/dillo_viewer.c
924         * src/plugins/mathml_viewer/mathml_viewer.c
925                 make unregistering of MimeViewerFactorys possible
926
927 2003-03-16 [alfons]     0.8.11claws17
928
929         * configure.ac
930                 correct typo
931
932 2003-03-16 [melvin]     0.8.11claws16
933
934         * src/plugins/dillo_viewer.c
935                 Fixed bug where it was not possible to view more than
936                 one text/html attachment per message (bug discovered
937                 by Christoph Hohmann).
938
939 2003-03-15 [melvin]     0.8.11claws15
940
941         * src/prefs_actions.c
942                 Fixed compilation warnings.
943
944 2003-03-15 [melvin]     0.8.11claws14
945
946         * src/plugins/Makefile.am
947         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
948         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
949         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
950                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
951                 newer (http://dillo.auriga.wearlab.de/).
952
953 2003-03-15 [christoph]  0.8.11claws13
954
955         * src/imap.c
956                 don't query imap folder for attributes because we already
957                 for them from imap_status
958
959         * src/mimeview.[ch]
960                 add support for plugable MimeViewers (unloading Viewers
961                 not yet complete)
962
963         * src/plugins/Makefile.am
964         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
965         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
966         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
967                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
968                 widget from http://helm.cs.unibo.it/mml-widget/
969
970 2003-03-14 [christoph]  0.8.11claws12
971
972         * src/folder.[ch]
973                 o error return code's should better be negative
974                 o replace printf with debug_print
975
976         * src/imap.c
977                 improve IMAP folder scan by checking UID-NEXT
978
979         * src/summaryview.c
980                 remove check that are unnecessary in my opinion
981
982 2003-03-13 [christoph]  0.8.11claws11
983
984         * src/folder.[ch]
985         * src/foldersel.c
986         * src/folderview.c
987         * src/imap.c
988         * src/mbox_folder.c
989         * src/mh.c
990         * src/news.c
991         * src/prefs_scoring.c
992         * src/summaryview.c
993                 use a common function to get a displayable name
994                 for a FolderItem
995
996 2003-03-13 [paul]       0.8.11claws10
997
998         * tools/Makefile.am
999           tools/README
1000           tools/multiwebsearch.conf     ** NEW FILE **
1001           tools/multiwebsearch.pl       ** NEW FILE **
1002                 add multiwebsearch Actions script
1003
1004 2003-03-13 [colin]      0.8.11claws9
1005
1006         * src/compose.c
1007                 Remove leading emtpy lines from quoted text
1008                 before quoting it
1009
1010 2003-03-13 [melvin]     0.8.11claws8
1011
1012         * src/prefs_actions.c
1013                 Fixed a memory leak
1014                 Code clean ups
1015                 Added Cancel and OK buttons
1016                 Corrected help text
1017
1018 2003-03-13 [christoph]  0.8.11claws7
1019
1020         * src/account.c
1021         * src/folder.[ch]
1022         * src/imap.c
1023         * src/mainwindow.c
1024         * src/mbox_folder.c
1025         * src/mh.c
1026         * src/news.c
1027         * src/setup.c
1028                 replace more folder type stuff with folder class stuff
1029
1030 2003-03-13 [melvin]     0.8.11claws6
1031
1032         * src/prefs_actions.c
1033                 Added new tokens:
1034                 %u: user provided argument
1035                 %h: user provided argument (hidden on input)
1036                 %s: current text selection in the message view 
1037
1038 2003-03-13 [paul]       0.8.11claws5
1039
1040         * sync with 0.8.11cvs5
1041                 see ChangeLog 2003-03-11, 2003-03-12
1042
1043 2003-03-12 [christoph]  0.8.11claws4
1044
1045         * src/folder.c
1046                 use folder class idstr when writing folderlist.xml
1047
1048         * src/folder.h
1049         * src/imap.c
1050         * src/news.c
1051                 replace folder type checks with folder class checks
1052
1053 2003-03-12 [christoph]  0.8.11claws3
1054
1055         * src/folder.[ch]
1056         * src/imap.[ch]
1057         * src/main.c
1058         * src/mbox_folder.[ch]
1059         * src/mh.[ch]
1060         * src/news.[ch]
1061                 o create a list of known folder classes in the folder system
1062                 o use folder class id strings for folder item identifiers
1063
1064 2003-03-12 [christoph]  0.8.11claws2
1065
1066         * src/imap.c
1067                 fix imap uid validity check
1068
1069 2003-03-12 [christoph]  0.8.11claws1
1070
1071         * src/account.c
1072         * src/folder.[ch]
1073         * src/foldersel.c
1074         * src/folderview.c
1075         * src/imap.c
1076         * src/mainwindow.c
1077         * src/mbox_folder.c
1078         * src/mh.c
1079         * src/news.c
1080         * src/prefs_scoring.c
1081         * src/procmsg.c
1082         * src/setup.c
1083         * src/summaryview.c
1084                 initial restructuring of folder system, seperating
1085                 folders and folder classes
1086
1087 2003-03-12 [paul]       0.8.11claws
1088
1089         0.8.11claws release
1090
1091 2003-03-12 [christoph]
1092
1093         * src/gtk/prefswindow.c
1094                 fix translation of "Page Index"
1095
1096 2003-03-12 [paul]       0.8.10claws110
1097
1098         a sync from 0.8.11cvs4 before the release
1099
1100         * src/common/utils.c
1101                 subject_compare_for_sort(): allow null strings (fixes
1102                 summary sorting).
1103
1104 2003-03-11 [paul]       0.8.10claws109
1105
1106         * po/es.po
1107                 update Spanish translation, submitted by
1108                 Ricardo Mones Lastra
1109
1110 2003-03-11 [melvin]     0.8.10claws108
1111
1112         * po/fr.po
1113                 Updated French translations
1114
1115 2003-03-11 [paul]       0.8.10claws107
1116
1117         * manual/en/Makefile.am
1118           manual/en/*.html
1119                 update English manual, add a new page
1120                 updated by Francois Barriere <fbarriere@atmel.fr>
1121                 
1122         * po/bg.po
1123           po/it.po
1124           po/sr.po
1125                 update Bulgarian, Italian, and Serbian translations
1126                 submitted by George Danchev, Alessandro Maestri, and
1127                 Urke MMI
1128
1129 2003-03-10 [paul]       0.8.10claws106
1130
1131         * src/gtk/about.c
1132           src/gtk/prefswindow.c
1133                 make some strings translatable
1134
1135 2003-03-10 [darko]      0.8.10claws105
1136
1137         * src/compose.c
1138                 code cleanup to make Hiro happy
1139
1140 2003-03-10 [paul]       0.8.10claws104
1141
1142         * sync with 0.8.11cvs2
1143                 see ChangeLog 2003-03-10
1144
1145 2003-03-09 [melvin]     0.8.10claws103
1146
1147         * src/textview.c
1148                 textview_set_font(): fix for message display in
1149                 UTF-8 locales (thanks to Sergey Vlasov).
1150                 (was unintentionnaly reverted in 0.8.6claws6)   
1151
1152 2003-03-08 [darko]      0.8.10claws102
1153
1154         * src/compose.c
1155                 fix infinite loop in wrapping as reported
1156                 by happycactus
1157                 obsoletes patch #696482
1158
1159 2003-03-08 [christoph]  0.8.10claws101
1160
1161         * src/imap.c
1162                 add workaround for IMAP servers that do not
1163                 support the "UID SEARCH UID" command
1164
1165 2003-03-07 [christoph]  0.8.10claws100
1166
1167         * src/plugins/spamassassin/spamassassin.[ch]
1168         * src/plugins/spamassassin/spamassassin_gtk.c
1169                 code cleanup
1170
1171 2003-03-07 [paul]       0.8.10claws99
1172
1173         * po/es.po
1174                 updated Spanish translation, submitted by
1175                 Ricardo Mones Lastra
1176
1177 2003-03-07 [christoph]  0.8.10claws98
1178
1179         * src/send.c
1180                 fix in 0.8.10claws94 was wrong
1181                 local delivery does not require escaping, remove escaping
1182                 code to make signatures of mails with "." lines valid
1183                 
1184                 NOTE: requires that sendmail is executed with "-i" option,
1185                       what is the default now, but has to be changed in all
1186                       exsiting accounts)
1187
1188 2003-03-07 [paul]       0.8.10claws97
1189
1190         * sync with 0.8.11 release
1191                 see ChangeLog 2003-03-07
1192
1193 2003-03-06 [paul]       0.8.10claws96
1194
1195         * src/compose.c
1196                 revert commit 0.8.10claws92
1197
1198 2003-03-06 [paul]       0.8.10claws95
1199
1200         * src/folderview.c
1201                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
1202
1203         * src/gtkaspell.c
1204                 fix bug 74, 'Crash opening editor window with pseudo-color
1205                 display'
1206                 
1207         Patches submitted by Kevin Vigor <kevin@vigor.nu>
1208
1209 2003-03-06 [christoph]  0.8.10claws94
1210
1211         * src/send.c
1212                 fix rfc2821 (4.5.2) violation in SMTP data sending,
1213                 all lines starting with a period get an extra period
1214                 inserted
1215                 (found by Simon 'corecode' Schubert)
1216
1217 2003-03-06 [paul]       0.8.10claws93
1218
1219         * src/folderview.c
1220                 if configured font can't be loaded fall back to gtk
1221                 default. (with thanks to Christoph)
1222                 
1223                 closes long-standing bug 15 'Crashes on startup'
1224
1225 2003-03-06 [paul]       0.8.10claws92
1226
1227         * src/compose.c
1228                 freeze text before autosave and thaw afterwards
1229                 fixes bug 67 'autosave make re-rediting message crazy'
1230
1231 2003-03-06 [christoph]  0.8.10claws91
1232
1233         * src/compose.c
1234                 ignore address comment in dupe check for Cc-list
1235
1236         (closes reopened bug 47 Replying to message strips name part of
1237          e-mail addresses of Cc: lines)
1238
1239 2003-03-06 [paul]       0.8.10claws90
1240
1241         * src/Makefile.am
1242                 remove reference to gtkxtext.h as its no longer in
1243                 the repository
1244
1245 2003-03-06 [paul]       0.8.10claws89
1246
1247         * sync with 0.8.10cvs25
1248                 see ChangeLog 2003-03-06
1249
1250 2003-03-06 [oliver]     0.8.10claws88
1251         
1252         * src/messageview.c
1253                 remove include
1254
1255 2003-03-06 [oliver]     0.8.10claws87
1256         
1257         * src/folderview.c 
1258                 remove changes introduced inclaws74
1259         * src/messageview.c
1260                 another attempt to sanely delete and update
1261                 messages deleted in separate messageview
1262
1263 2003-03-05 [christoph]  0.8.10claws86
1264
1265         * src/summaryview.c
1266                 check if "From" matches any account's address if
1267                 addressbook completion of addresses is disabled too
1268
1269         (closes Bug 70 "Display recipient in from" doesn't check
1270          folder's default account)
1271
1272 2003-03-05 [christoph]  0.8.10claws85
1273
1274         * src/compose.c
1275         * src/common/utils.[ch]
1276                 don't strip address comments when building Cc lists
1277
1278         (closes Bug 47 Replying to message strips name part of e-mail addresses
1279          of Cc: lines)
1280
1281         * src/folder.c
1282                 fix return value of copy function
1283
1284 2003-03-05 [christoph]  0.8.10claws84
1285
1286         * src/imap.c
1287                 don't ask imap server for non rfc822 headers
1288
1289         (closes bug 71 IMAP FETCH asks for FROM header field twice)
1290
1291         * src/imap.c
1292                 destroy session on socket error to allow reconnecting
1293
1294 2003-03-05 [christoph]  0.8.10claws83
1295
1296         * configure.ac
1297                 fix building with gnome when no prefix is set
1298
1299         (closes bug 66 Gnome directory is set to NONE)
1300
1301 2003-03-05 [paul]       0.8.10claws82
1302
1303         * sync with 0.8.10cvs23
1304                 see ChangeLog 2003-03-05
1305
1306 2003-03-04 [christoph]  0.8.10claws81
1307
1308         * src/folder.c
1309                 o fix moving and copying when folder returns 0 for new
1310                   message number
1311                 o remove some code for single message copy and move
1312                   operations and use functions for multiple messages
1313
1314         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
1315
1316         * src/news.c
1317                 remove unused include
1318
1319 2003-03-04 [paul]       0.8.10claws80
1320
1321         * src/gtk/about.c
1322                 list 'Compiled plugins'
1323
1324 2003-03-03 [christoph]  0.8.10claws79
1325
1326         * src/news.[ch]
1327                 have to multiply the percentage of the current fetch with
1328                 the percentage that it has of the total fetch operation
1329                 for correct values
1330
1331 2003-03-03 [christoph]  0.8.10claws78
1332
1333         * src/news.c
1334                 fix calculation of expected lines for progress indicator
1335
1336 2003-03-03 [christoph]  0.8.10claws77
1337
1338         * src/summaryview.c
1339         * src/common/utils.c
1340                 fix segfault when opening the root news folder
1341
1342 2003-03-03 [christoph]  0.8.10claws76
1343
1344         * src/mainwindow.[ch]
1345         * src/common/Makefile.am
1346         * src/common/progressindicator.[ch]
1347                 add UI independent progress indicator handling
1348
1349         * src/news.[ch]
1350                 use new progress indicator for message info fetching
1351
1352         * src/common/hooks.h
1353                 code cleanup
1354
1355 2003-03-03 [oliver]     0.8.10claws75
1356
1357         * src/toolbar.c
1358         * src/compose.c
1359                 removed commented code
1360
1361 2003-03-03 [oliver]     0.8.10claws74
1362
1363         * src/toolbar.[ch]
1364                 cleanups and refactoring
1365         * src/compose.[ch]
1366                 compose_reply_mode reply & forwarding interface for
1367                 toolbar buttons
1368         * src/folderview.c
1369                 act on messages marked for deletion in folderview_selected
1370                 based on prefs_common.immediate_exec since a message might 
1371                 have been deleted by messageview in a folder we are changing 
1372                 to (does anybody understand what I'm on about ?)
1373
1374 2003-03-03 [oliver]     0.8.10claws73
1375         
1376         * src/messageview.[ch]
1377                 new functions
1378                 - messageview_delete: delete message shown in messagview
1379                 - messageview_update_view: update messageview to currently 
1380                   selected summaryview message
1381                 - add separate messageview to msgview_list in order to update 
1382                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
1383         * src/summaryview.[ch]
1384                 summary_get_selection returns a list of selected msgs
1385                 in summaryview
1386         * src/mainwindow.c
1387                 toolbar reply refactoring
1388
1389 2003-03-03 [paul]       0.8.10claws72
1390
1391         * sync with 0.8.10cvs21
1392                 see ChangeLog 2003-03-03
1393
1394 2003-03-02 [christoph]  0.8.10claws71
1395
1396         * src/common/passcrypt.c
1397                 use POSIX includes
1398
1399 2003-03-02 [christoph]  0.8.10claws70
1400
1401         * configure.ac
1402         * src/prefs_account.c
1403         * src/prefs_gtk.[ch]
1404         * src/common/.cvsignore
1405         * src/common/Makefile.am
1406         * src/common/passcrypt.c                ** NEW **
1407         * src/common/passcrypt.h.in             ** NEW **
1408                 Implement password encryption in config files
1409                 using unix encrypt and setkey functions. The crypt
1410                 key can be set as a configure parameter. Old
1411                 passwords will be converted if they do not begin
1412                 with '!'
1413
1414 2003-03-02 [paul]       0.8.10claws69
1415
1416         * src/prefs_account.c
1417                 fix compile error
1418
1419 2003-03-01 [thorsten]   0.8.10claws68
1420
1421         * po/el.po
1422           po/hr.po
1423           po/it.po
1424           po/nl.po
1425           po/sr.po
1426           po/sv.po
1427                 corrected format strings
1428         * po/en_GB.po
1429                 corrected headers
1430                 (fix compile errors with GNU gettext-0.11.5)
1431
1432 2003-03-01 [oliver]     0.8.10claws67
1433
1434         * src/summaryview.c
1435                 menu callbacks call toolbar_menu_reply
1436
1437 2003-03-01 [oliver]     0.8.10claws66
1438
1439         * src/mainwindow.c
1440         * src/messageview.c
1441                 menu callbacks call toolbar_menu_reply
1442         * src/toolbar.[ch]
1443                 callbacks from menu handled by toolbar_menu_reply
1444
1445 2003-03-01 [paul]       0.8.10claws65
1446
1447         * src/addressbook.c
1448                 revert commit 0.8.10claws54 - breaks editing of
1449                 addressbook.
1450                 
1451         * po/bg.po
1452                 update Bulgarian translation, submitted by
1453                 George Danchev
1454
1455 2003-02-28 [christoph]  0.8.10claws64
1456
1457         * src/account.c
1458         * src/addressadd.c
1459         * src/compose.c
1460         * src/gtkaspell.c
1461         * src/gtkxtext.h                ** REMOVE **
1462         * src/imap.c
1463         * src/matcher.[ch]
1464         * src/mh.c
1465         * src/news.c
1466         * src/pine.c
1467         * src/prefs_common.c
1468         * src/prefs_matcher.c
1469         * src/procheader.[ch]
1470         * src/procmsg.[ch]
1471         * src/toolbar.c
1472         * src/common/ssl_certificate.c
1473         * src/gtk/colorlabel.c
1474         * src/gtk/menu.c
1475                 o fix warnings
1476                 o remove code obsoleted by new cache and folder system rework
1477
1478 2003-02-28 [oliver]     0.8.10claws63
1479         
1480         * src/toolbar.[ch]
1481                 * fix bug where reply in Messageview replied to 
1482                 Message displayed in summaryview
1483                 (reportedd via ML by chinatinte at gmx dot ch)
1484                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
1485                 didn't work in separate MessageView Toolbar
1486                 (wondering if anybody uses this at all ?)
1487         * src/summaryview.[ch]
1488                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
1489                 (generalize reply and forward code);
1490         * src/messageview.c 
1491                 remove focus_in event which updated summaryview to messageview
1492
1493 2003-02-28 [paul]       0.8.10claws62
1494
1495         * po/Makefile.in.in
1496                 add the --check option
1497                 Patch submitted by Ricardo Mones Lastra
1498
1499 2003-02-28 [paul]       0.8.10claws61
1500
1501         * src/prefs_account.c
1502                 re-order 'Signature' items
1503
1504 2003-02-28 [paul]       0.8.10claws60
1505
1506         * sync with 0.8.10cvs20
1507                 see ChangeLog 2003-02-28
1508
1509 2003-02-28 [paul]       0.8.10claws59
1510
1511         * po/POTFILES.in
1512                 update to reflect recent movement of files
1513
1514 2003-02-28 [paul]       0.8.10claws58
1515
1516         * sync with 0.8.10cvs19
1517                 see ChangeLog 2003-02-28
1518
1519 2003-02-27 [martin]     0.8.10claws57
1520
1521         * src/prefs_matcher.c 
1522                 fix segfault in prefs_matcher_ok() when the
1523                 last entry is deleted and prevents that the
1524                 message "entry not saved" comes up after deleting
1525                 an entry
1526
1527 2003-02-27 [martin]     0.8.10claws56
1528
1529         * src/prefs_filtering.c 
1530                 fix segfault in prefs_filtering_ok() when the
1531                 last entry is deleted and prevents that the
1532                 message "entry not saved" comes up after deleting
1533                 an entry
1534
1535 2003-02-27 [paul]       0.8.10claws55
1536
1537         * sync with 0.8.10cvs18
1538                 see ChangeLog 2003-02-27
1539
1540 2003-02-27 [paul]       0.8.10claws54
1541
1542         * src/addressbook.c
1543                 fix bug where the address book crashes with 
1544                 multiple lookups.
1545                 Patch [687729] submitted by David Frager 
1546                 <dbfrager@users.sourceforge.net>
1547
1548 2003-02-25 [christoph]  0.8.10claws53
1549
1550         * src/Makefile.am
1551         * src/colorlabel.[ch]           ** REMOVE **
1552         * src/gtk/Makefile.am
1553         * src/gtk/colorlabel.[ch]       ** NEW **
1554                 move colorlabel files to gtk directory
1555
1556         * src/esmtp.[ch]                ** REMOVE **
1557                 has been merged into smtp.[ch] in 0.7.5
1558
1559 2003-02-25 [christoph]  0.8.10claws52
1560
1561         * src/Makefile.am
1562         * src/about.[ch]                ** REMOVE **
1563         * src/gtk/Makefile.am
1564         * src/gtk/about.[ch]            ** NEW **
1565                 move about files to gtk directory
1566
1567 2003-02-25 [christoph]  0.8.10claws51
1568
1569         * src/folder.c
1570                 some code optimization of folder scanning code
1571
1572         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
1573
1574 2003-02-25 [christoph]  0.8.10claws50
1575
1576         * src/main.c
1577         * src/common/sylpheed.c
1578                 add command line parameter parsing to common code
1579
1580 2003-02-24 [christoph]
1581
1582         * Makefile.am
1583         * configure.ac
1584                 fix gnome prefix problems, the configure script now removed
1585                 `gnome-config --prefix` from `gnome-config --datadir`
1586                 and adds $(prefix} instead
1587
1588         (closes Bug 24 Makefile does not respect prefix when installing
1589          GNOME data)
1590
1591 2003-02-24 [christoph]  0.8.10claws49
1592
1593         * src/news.c
1594                 check for valid session before trying to authenticate
1595
1596         (closes Bug 60 crash if "authenticate on logon" is activated
1597          and newsserver-hostname is not valid)
1598
1599 2003-02-24 [melvin]     0.8.10claws48
1600
1601         * src/prefs_actions.c
1602                 Make sure all user's input is sent to the action and then
1603                 close the socket..
1604
1605 2003-02-23 [alfons]     0.8.10claws46
1606
1607         * src/summaryview.c
1608                 also wait cursor when deleting files
1609
1610 2003-02-23 [paul]
1611
1612         * tools/freshmeat_search.pl
1613           tools/google_search.pl
1614                 scripts should now work for any browser/browser command line
1615
1616 2003-02-22 [christoph]  0.8.10claws45
1617
1618         * src/procmsg.c
1619                 fix IMAP flag setting, IMAP flag is not handled correctly
1620                 anymore by the folder system and information about the
1621                 folder should not be saved in the MsgInfo (in my opinion)
1622
1623         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1624
1625 2003-02-22 [christoph]  0.8.10claws44
1626
1627         * src/summaryview.c
1628                 fix spelling of "label" ;-)
1629
1630 2003-02-22 [thorsten]   0.8.10claws43
1631
1632         * src/mimeview.c
1633           src/prefs_common.[ch]
1634           src/procmime.[ch]
1635                 do not use description as attachment name
1636
1637 2003-02-22 [alfons]     0.8.10claws42
1638
1639         * src/summaryview.c
1640                 freeze/thaw folder item updates when changing color labels,
1641                 and put a wait cursors on
1642
1643 2003-02-22 [thorsten]   0.8.10claws41
1644
1645         * src/mimeview.c
1646                 save-all fixes: crash if invoked on multipart container,
1647                 mimeinfo access, pathseparators, error dialog
1648
1649 2003-02-21 [alfons]     0.8.10claws40
1650
1651         * src/prefs_gtk.c
1652                 remove unused var
1653
1654 2003-02-21 [colin]      0.8.10claws39
1655
1656         * src/send.c
1657                 Fix smtp logging
1658
1659 2003-02-21 [colin]      0.8.10claws38
1660
1661         * src/summaryview.c
1662                 Freeze/thaw folderItem updates when filtering messages 
1663                 via Tools/Filter messages
1664
1665 2003-02-21 [paul]       0.8.10claws37
1666
1667         * src/compose.c
1668                 revert commit 0.8.10claws26, there are ulterior motives
1669                 for users to set a Reply-To header when posting to
1670                 newsgroups
1671
1672 2003-02-21 [paul]       0.8.10claws36
1673
1674         * sync with 0.8.10cvs17
1675                 see ChangeLog 2003-02-21
1676
1677 2003-02-20 [christoph]  0.8.10claws35
1678
1679         * src/imap.c
1680                 IMAP UID fetch speedup using SEARCH
1681
1682         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1683
1684         * src/imap.c
1685                 fix problem with UIDs in IMAP UID cache that no longer existed
1686
1687 2003-02-20 [christoph]  0.8.10claws34
1688
1689         * src/imap.c
1690         * src/procheader.c
1691         * src/procheader.h
1692                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1693
1694         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1695
1696         * src/imap.c
1697                 Rewrite imap_cmd_gen_recv use sock_getline instead
1698                 of sock_gets to avoid problems with too long reply
1699                 lines
1700     
1701 2003-02-20 [colin]      0.8.10claws33
1702         
1703         * src/prefs_account.c
1704                 Better wording
1705
1706 2003-02-20 [colin]      0.8.10claws32
1707
1708         * src/compose.c
1709                 Remove useless '&& !to_sender' 
1710
1711 2003-02-20 [darko]
1712
1713         * AUTHORS
1714                 change my e-mail address
1715
1716 2003-02-19 [colin]      0.8.10claws31
1717
1718         * src/prefs_common.c
1719                 X11 style colors for every configurable color
1720
1721 2003-02-19 [alfons]     0.8.10claws30
1722
1723         * src/prefs_gtk.[ch]
1724         * src/prefs_common.c
1725                 for color_new accept both plain integers and X11 style color
1726                 names (as found in /usr/lib/X11/rgb.txt)
1727
1728 2003-02-19 [paul]       0.8.10claws29
1729
1730         * src/mainwindow.c
1731                 add tooltips to online/offline button and account selector
1732                 button
1733
1734 2003-02-19 [paul]       0.8.10claws28
1735
1736         * src/folder.c
1737           src/news.c
1738           src/prefs_account.[ch]
1739           src/prefs_common.[ch]
1740                 move 'Maximum number of articles to download' to
1741                 account prefs.
1742                 clean up account prefs gui a little by hiding entries
1743                 rather then greying out entries
1744
1745 2003-02-19 [hiro]       0.8.10claws27
1746
1747         * src/common/utils.c
1748                 fix bug #54 'yesterdays date is displayed in the message 
1749                 summary window'
1750
1751 2003-02-19 [paul]       0.8.10claws26
1752
1753         * src/compose.c
1754                 fix bug reported in Feature Request [688596] 
1755                 'Reply-to header in news'
1756
1757 2003-02-18 [paul]       0.8.10claws25
1758
1759         * src/select-keys.c
1760                 add a 'List all keys' button to key selection dialog
1761
1762 2003-02-18 [colin]      0.8.10claws24
1763         
1764         * src/stock_pixmap.c
1765                 fix compile error
1766
1767 2003-02-18 [colin]      0.8.10claws23
1768
1769         * src/common/smtp.[ch]
1770           src/prefs_account.c
1771                 Try to starttls if it seems to be the only
1772                 way to authenticate a user
1773
1774 2003-02-18 [paul]       0.8.10claws22
1775
1776         * src/Makefile.am
1777           src/folderview.c
1778           src/stock_pixmap.[ch]
1779           src/pixmaps/drafts_close.xpm  ** NEW FILE **
1780           src/pixmaps/drafts_open.xpm   ** NEW FILE **
1781                 as a Drafts folder is a special folder allow it to have
1782                 its own unique icons
1783
1784 2003-02-18 [colin]      0.8.10claws21
1785
1786         * src/imap.c
1787                 Fix port selection when using starttls
1788
1789 2003-02-18 [paul]       0.8.10claws20
1790
1791         * src/mainwindow.c
1792           src/prefs_common.[ch]
1793                 make blue the default new mail colour
1794
1795 2003-02-18 [paul]       0.8.10claws19
1796
1797         * sync with 0.8.10cvs14
1798                 see ChangeLog 2003-02-18
1799
1800 2003-02-17 [jens]       0.8.10claws18
1801
1802         * src/common/md5.c
1803                 fixed a compile problem with gcc 3.3
1804                 works on 2.95.3 too (testet on PPC as it is big endian)
1805
1806 2003-02-17 [paul]       0.8.10claws17
1807
1808         * sync with 0.8.10cvs13
1809                 see ChangeLog 2003-02-17
1810
1811 2003-02-17 [paul]       0.8.10claws16
1812
1813         * sync with 0.8.10cvs12
1814                 see ChangeLog 2003-02-17
1815
1816 2003-02-16 [match]      0.8.10claws15
1817
1818         * src/addressbook.c
1819                 Eliminates reloading of address data when items
1820                 deleted or added. Applied submitted by
1821                 Luke Plant <lukeplant@softhome.net>
1822
1823 2003-02-16 [paul]       0.8.10claws14
1824
1825         * src/news.c
1826                 when a 'protocol error' is encountered disconnect from
1827                 the server. This means that the user can carry on viewing
1828                 other articles and doesn't have to either wait until the
1829                 server timesout or quit sylpheed.
1830                 Fixes bug #53 'Unable to read messages in newsgroups, 
1831                 displayed message doesn't change'
1832
1833 2003-02-15 [christoph]  0.8.10claws13
1834
1835         * src/imap.c
1836                 fix bug that stopped scanning of folders when an
1837                 IMAP folder was empty
1838
1839         (closes bug 46 stop scan messages in folders after empty folder)
1840
1841 2003-02-15 [paul]
1842
1843         * tools/Makefile.am
1844           tools/README
1845           tools/freshmeat_search.pl     ** NEW FILE **
1846           tools/google_search.pl        ** NEW FILE **
1847                 Add 2 Actions scripts which search freshmeat/google
1848                 for the selected text using the browser configured
1849                 in sylpheedrc.
1850                 
1851         Note: These scripts are very dependent on the format of the
1852         browser command and may not work on every occasion. Testing
1853         is welcome. 
1854
1855 2003-02-14 [alfons]     0.8.10claws12
1856
1857         * src/compose.c
1858                 fix breakage because of uninitialized account pointer.
1859                 please verify.
1860
1861 2003-02-14 [paul]       0.8.10claws11
1862
1863         * src/compose.c
1864           src/prefs_account.[ch]
1865           src/prefs_common.[ch]
1866                 move signature settings to Account Prefs
1867
1868 2003-02-14 [paul]       0.8.10claws10
1869
1870         * sync with 0.8.10cvs11
1871                 see ChangeLog 2003-02-14
1872
1873 2003-02-13 [thorsten]   0.8.10claws9
1874
1875         * src/news.c
1876                 revert news progressbar (GUI separation)
1877
1878 2003-02-13 [paul]       0.8.10claws8
1879
1880         * src/compose.c
1881                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1882                 paragraph 1
1883
1884 2003-02-13 [paul]       0.8.10claws7
1885
1886         * src/compose.[ch]
1887           src/summaryview.c
1888                 fix 'Follow-up and Reply-to' so that it creates a reply to
1889                 the newsgroup and the sender. If the message has the keyword
1890                 'poster' in the Followup-To header, all replies go to the
1891                 sender, re: RFC 1036, Section 2.2.3
1892                 rename all instances of 'ignore_replyto' to 'to_sender', both
1893                 were previously used, now we use just one.
1894
1895 2003-02-13 [paul]       0.8.10claws6
1896
1897         * sync with 0.8.10cvs9
1898                 see ChangeLog 2003-02-13
1899
1900 2003-02-13 [paul]       0.8.10claws5
1901
1902         * configure.ac
1903                 show which plugins are configured in the configure
1904                 output.
1905
1906 2003-02-12 [thorsten]   0.8.10claws4
1907
1908         * src/news.c
1909                 show progress while fetching news headers
1910
1911 2003-02-12 [christoph]  0.8.10claws3
1912
1913         * configure.ac
1914         * src/plugins/Makefile.am
1915                 use AM_CONDITIONAL to enable plugins, automake correctly
1916                 manages this when creating distdir
1917
1918 2003-02-12 [christoph]  0.8.10claws2
1919
1920         * ac/spamassassin.m4
1921         * src/plugins/spamassassin/Makefile.am
1922                 fix building SpamAssassin plugin without OpenSSL
1923
1924 2003-02-12 [paul]       0.8.10claws1
1925
1926         * ac/Makefile.am
1927           src/Makefile.am
1928           src/plugins/Makefile.am
1929                 fix failure of 'make release'
1930
1931 2003-02-12 [paul]       0.8.10claws
1932
1933         * 0.8.10claws released
1934
1935 2003-02-12 [paul]       0.8.9claws56
1936
1937         * po/bg.po
1938           po/es.po
1939           po/it.po
1940           po/ru.po
1941           po/sr.po
1942                 updated translations by George Danchev, Ricardo Mones Lastra,
1943                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1944                 
1945         * sylpheed.spec.in
1946                 Allow the building of RPMs by a regular user. Submitted
1947                 by Sergei Astanin
1948
1949 2003-02-11 [alfons]     0.8.9claws55
1950
1951         * src/colorlabel.c
1952                 don't use pixmaps for label color rect but draw rectangles
1953                 so we can respect the color map of palette based visuals
1954                 (fixes the long time crashes on Suns - thanks to Andreas
1955                 Engel and Steve O'Hara-Smith for testing)
1956
1957 2003-02-11 [christoph]  0.8.9claws54
1958
1959         * src/matcher_parser_parse.y
1960                 correct bug where filering rules of not existing folders in
1961                 matcherrc were added to global filtering
1962                 
1963         (closes Debian Bug #180253 - Directory's filter-rules are merged with
1964          main filter-rules after removing directory, http://bugs.debian.org/180253)
1965         
1966 2003-02-11 [paul]       0.8.9claws53
1967
1968         * sync with 0.8.10cvs7
1969                 see ChangeLog 2003-02-09
1970
1971 2003-02-11 [melvin]     0.8.9claws52
1972
1973         * po/fr.po
1974                 Updated French tranlsations
1975
1976 2003-02-10 [paul]       0.8.9claws51
1977
1978         * sylpheed.spec.in
1979                 correct --enable-openssl
1980                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1981
1982 2003-02-09 [martin]     0.8.9claws50
1983
1984         * src/prefs_matcher.c
1985                 fix segfault in prefs_matcher_substitute_cb() when
1986                 no row is selected
1987
1988 2003-02-09 [paul]       0.8.9claws49
1989
1990         * src/folderview.c
1991                 fix bug where a newsgroup folder's processing rules were
1992                 merged with the global filtering rules when the newsgroup
1993                 folder was deleted, causing some seriously bad results,
1994                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1995
1996 2003-02-08 [melvin]     0.8.9claws48
1997
1998         * src/compose.c
1999                 Corrected and modified an alert message.
2000
2001 2003-02-07 [paul]       0.8.9claws47
2002
2003         * src/folderview.c
2004                 fix bug where both an 'Account properties' window and a
2005                 'Folder properties' window were opened when clicking on
2006                 'Properties' in an NNTP or IMAP folder's popup menu.
2007
2008 2003-02-07 [paul]       0.8.9claws46
2009
2010         * sync with 0.8.10cvs6
2011                 see ChangeLog 2003-02-06
2012
2013 2003-02-06 [christoph]  0.8.9claws45
2014
2015         * src/mbox.c
2016                 freeze folder updates while importing mbox files
2017                 (closes bug 43 importing mbox took hours)
2018                 
2019         Patch submitted by Jens Rantil <jens.rantil@telia.com>
2020
2021 2003-02-06 [thorsten]   0.8.9claws44
2022
2023         * po/de.po
2024                 Updated german translations
2025
2026 2003-02-06 [thorsten]   0.8.9claws43
2027
2028         * src/news.h
2029                 use guint for message numbers (fix count in grouplist dialog)
2030
2031 2003-02-05 [paul]       0.8.9claws42
2032
2033         * sync with 0.8.10cvs2
2034                 see ChangeLog 2003-02-05
2035
2036 2003-02-04 [colin]      0.8.9claws41
2037
2038         * src/prefs_common.[ch]
2039           src/procmsg.c
2040           src/summaryview.c
2041                 Add an option to disable threading by subject
2042
2043 2003-02-04 [christoph]  0.8.9claws40
2044
2045         * src/inc.c
2046                 only abort fetching mails from multiple accounts when the
2047                 error is fatal and does not allow to check any more accounts
2048                 (currently only disk full error)
2049
2050         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
2051          receive mails for other accouts)
2052
2053 2003-02-04 [christoph]  0.8.9claws39
2054
2055         * src/folder.c
2056                 first add the new message to the cache, then
2057                 send the update notification
2058
2059         (closes bug 39 after sending message folderview doesnt get updated)
2060
2061 2003-02-04 [colin]      0.8.9claws38
2062
2063         * src/inc.c
2064                 _really_ fix this Connecting... status
2065
2066 2003-02-04 [paul]       0.8.9claws37
2067
2068         * sync with 0.8.10
2069                 see ChangeLog 2003-02-04
2070
2071 2003-02-04 [paul]       0.8.9claws36
2072
2073         * sync with 0.8.9cvs6
2074                 see ChangeLog 2003-02-03
2075
2076 2003-02-04 [paul]       0.8.9claws35
2077
2078         * po/pt_BR.po
2079                 updated by André Filipe de Assunção e Brito 
2080                 <bedecko@netsite.com.br>
2081
2082 2003-02-03 [thorsten]   0.8.9claws34
2083
2084         * po/de.po
2085                 Updated german translations
2086
2087 2003-02-02 [paul]       0.8.9claws33
2088
2089         * po/es.po
2090                 updated by Ricardo Mones Lastra
2091
2092 2003-02-02 [thorsten]   0.8.9claws32
2093
2094         * src/mh.c
2095                 Fix mh_get_msginfo() segfault if file is inaccessible
2096
2097 2003-01-31 [colin]      0.8.9claws31
2098
2099         * src/procheader.c
2100                 Fix last commit's bug
2101
2102 2003-01-31 [colin]      0.8.9claws30
2103
2104         * src/procheader.c
2105                 Missing a change for gpg-signed messages
2106
2107 2003-01-31 [paul]       0.8.9claws29
2108
2109         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
2110           src/procheader.c
2111           src/stock_pixmap.[ch]
2112           src/summaryview.c
2113                 indicate GnuPG signed messages by displaying an icon
2114                 in the Attachment column.
2115
2116 2003-01-31 [paul]       0.8.9claws28
2117
2118         * sync with 0.8.9cvs4
2119                 see ChangeLog 2003-01-31
2120
2121 2003-01-31 [alfons]     0.8.9claws27
2122
2123         * src/textview.c
2124                 tune URI parser to accept mailto URLs with a '?'
2125                 (patch from Ruslan Balkin)
2126
2127 2003-01-31 [colin]      0.8.9claws26
2128
2129         * src/summaryview.c
2130                 Fix a leak introduced in claws24
2131
2132 2003-01-31 [colin]      0.8.9claws25
2133
2134         * src/summaryview.c
2135                 Freeze/Thaw folder updates when deleting dups
2136
2137 2003-01-31 [colin]      0.8.9claws24
2138         
2139         * src/addr_compl.c
2140           src/summaryview.c
2141           src/msgcache.c
2142                 little speed improvements
2143
2144 2003-01-31 [colin]      0.8.9claws23
2145
2146         * src/summaryview.c
2147                 Fix segfault when forwarding nothing
2148                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
2149                 
2150 2003-01-30 [paul]       0.8.9claws22
2151
2152         * sync with 0.8.9cvs3
2153                 see ChangeLog 2003-01-30
2154
2155 2003-01-30 [paul]       0.8.9claws21
2156
2157         * sync with 0.8.9cvs2
2158                 see ChangeLog 2003-01-30
2159
2160 2003-01-29 [paul]       0.8.9claws20
2161
2162         * sync with 0.8.9cvs1
2163                 see ChangeLog 2003-01-29
2164
2165 2003-01-28 [paul]       0.8.9claws19
2166
2167         * po/POTFILES.in
2168                 update to reflect changes. 
2169                 thanks to Ricardo Mones Lastra
2170
2171 2003-01-27 [christoph]  0.8.9claws18
2172
2173         * ac/openssl.m4
2174         * ac/spamassassin.m4
2175         * src/plugins/spamassassin/README
2176         * src/plugins/spamassassin/libspamc.[ch]
2177         * src/plugins/spamassassin/utils.[ch]
2178                 updated to latest libspamc
2179
2180 2003-01-27 [christoph]  0.8.9claws17
2181
2182         * src/folder.c
2183                 fix wrong use of procheader_get_header_fields
2184
2185 2003-01-27 [christoph]  0.8.9claws16
2186
2187         * src/news.c
2188         * src/prefs_account.[ch]
2189         * src/common/nntp.[ch]
2190                 allow to force authentication for NNTP servers
2191
2192         Patch submitted by Florian Mickler <dmk@d-labs.de>
2193
2194 2003-01-26 [paul]       0.8.9claws15
2195
2196         * src/summaryview.c
2197                 speed up of marking messages as read
2198                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
2199
2200 2003-01-26 [christoph]  0.8.9claws14
2201
2202         * src/Makefile.am
2203         * src/mgutils.[ch]              ** REMOVE **
2204         * src/xml.[ch]                  ** REMOVE **
2205         * src/xmlprops.[ch]             ** REMOVE **
2206         * src/common/Makefile.am
2207         * src/common/mgutils.[ch]       ** NEW **
2208         * src/common/xml.[ch]           ** NEW **
2209         * src/common/xmlprops.[ch]      ** NEW **
2210                 move xml files to common directory
2211
2212 2003-01-26 [christoph]  0.8.9claws13
2213
2214         * src/plugins/spamassassin/spamassassin_gtk.c
2215                 only set gtk entry text if string is available
2216
2217 2003-01-26 [melvin]     0.8.9claws12
2218
2219         * src/description_window.c
2220                 Allow resizing of the window
2221                 Allow automatic horizontal scroll bar
2222                 Do not vertically expand and fill
2223
2224 2003-01-26 [christoph]  0.8.9claws11
2225
2226         * src/Makefile.am
2227         * src/gtkutils.[ch]             ** REMOVE **
2228         * src/common/sylpheed.c
2229         * src/gtk/Makefile.am
2230         * src/gtk/description_window.c
2231         * src/gtk/gtkutils.[ch]         ** NEW **
2232         * src/gtk/prefswindow.c
2233                 move gtkutils to gtk directory
2234
2235 2003-01-26 [paul]       0.8.9claws10
2236
2237         * src/summaryview.c
2238                 rename summary_unread_clicked() to summary_status_clicked()
2239
2240 2003-01-26 [melvin]     0.8.9claws9
2241
2242         * src/prefs_actions.c
2243                 Cosmetical changes to the help text
2244
2245 2003-01-26 [paul]       0.8.9claws8
2246
2247         * src/folder.[ch]
2248           src/mainwindow.c
2249           src/prefs_common.c
2250           src/prefs_sumamry_column.c
2251           summaryview.[ch]
2252                 rename the 'Unread' column to 'Status'
2253
2254 2003-01-25 [match]      0.8.9claws7
2255
2256         * src/mgutils.[ch]
2257                 removed reference to LDAP constants. removed error2string.
2258                 included functions to support LDAP dynamic queries.
2259         * src/syldap.h
2260                 moved LDAP constants here.
2261         * src/addressbook.c
2262         * src/addrindex.c
2263         * src/importldif.c
2264                 removed references to LDAP constants and references to
2265                 error2string.
2266
2267 2003-01-25 [paul]       0.8.9claws6
2268
2269         * src/summaryview.c
2270                 summary_thread_build(), summary_thread_init(): remove 
2271                 unneeded reference to summaryview->folder_item
2272
2273 2003-01-25 [christoph]  0.8.9claws5
2274
2275         * src/gtk/description_window.c
2276                 o allow description texts to expand over multiple columns
2277                 o translate all columns
2278         * src/prefs_actions.c
2279                 change syntax description to use new multi column feature
2280
2281         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2282
2283 2003-01-25 [match]      0.8.9claws4
2284
2285         * src/vcard.c
2286                 fixed bug with Quoted-Printable
2287
2288 2003-01-25 [paul]       0.8.9claws3
2289
2290         * src/folder.[ch]
2291           src/summaryview.[ch]
2292                 implement per-folder collapsed/expanded threads setting
2293                 
2294         * src/prefs_common.c
2295                 remove global collapsed/expanded threads option
2296
2297 2003-01-25 [christoph]  0.8.9claws2
2298
2299         * po/POTFILES.in
2300                 add pluginwindow and prefswindow
2301         * src/compose.c
2302                 make send respond correctly to messages that could be added
2303                 to the queue folder, but the UID of the message is unknown
2304         * src/folder.c
2305         * src/imap.c
2306                 don't return guessed UIDs in imap_add_msg anymore. We return
2307                 0 to tell the folder system it was appened but the UID is
2308                 unknown. Folder system now get's the UID by scaning the folder
2309                 and searching the cache for the Message-ID
2310                 (closes bug #29 Messages queued, but not sent)
2311
2312 2003-01-25 [paul]       0.8.9claws1
2313
2314         * src/codeconv.c
2315                 conv_encode_header():  fix bug when long headers with 8-bit
2316                 characters are used, so that the encoded words are wrapped.
2317                 If the space in the original text falls on the wrap boundary,
2318                 it can be lost.
2319                 Patch by Sergey Vlasov.
2320                 
2321         * src/folderview.c
2322                  fix bug where a change to the sorting method or thread view
2323                  of a folder's messages is lost if simpify-subject is set and
2324                  toggled on or off.
2325                  Patch by Luke Plant.
2326
2327 2003-01-24 [paul]       0.8.9claws
2328
2329         * sylpheed-0.8.9claws released
2330         
2331         * Makefile.am
2332           sylpheed.spec.in
2333                 remove reference to 'INSTALL.jp'
2334
2335 2003-01-23 [paul]       0.8.8claws128
2336
2337         * po/es.po
2338           po/it.po
2339           po/ru.po
2340           po/sr.po
2341                 updated translations. submitted by Ricardo Mones Lastra,
2342                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
2343
2344 2003-01-23 [colin]      0.8.8claws127
2345
2346         * src/compose.c
2347                 Fix drafted and queued news articles re-edition
2348
2349 2003-01-23 [melvin]     0.8.8claws126
2350
2351         * po/fr.po
2352                 Updated French translations
2353
2354 2003-01-23 [colin]      0.8.8claws125
2355
2356         * src/inc.c
2357                 Fix "Connecting to..." status message
2358
2359 2003-01-22 [paul]       0.8.8claws124
2360
2361         * po/bg.po
2362                 updated by George Danchev
2363                 
2364         * src/folder.c
2365                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
2366                 and folder deletion
2367
2368 2003-01-21 [paul]       0.8.8claws123
2369
2370         * po/bg.po
2371                 updated by George Danchev
2372                 
2373         * src/about.c
2374                 its now 2003
2375                 
2376         * src/toolbar.c
2377                 don't translate 'Separator'
2378                 
2379         * src/plugins/spamassassin/Makefile.am
2380                 add aspell to CPPFLAGS
2381                 
2382         * src/plugins/spamassassin/spamassassin.c
2383           src/plugins/spamassassin/spamassassin_gtk.c
2384                 set correct default for spamassassin_receive_spam
2385                 slightly re-word descriptions and some
2386                 other minor changes
2387
2388 2003-01-19 [alfons]     0.8.8claws122
2389                 
2390         * src/mimeview.c
2391                 mimeview_save_as(): we might as well show the file name for
2392                 the single case "Save As" too
2393
2394 2003-01-19 [alfons]     0.8.8claws121
2395
2396         * src/crash.c
2397                 change bug tracker URL to bugzilla URL
2398
2399 2003-01-19 [alfons]     0.8.8claws120
2400
2401         * src/mimeview.c
2402                 mimeview_save_all(): display name of file before overwriting;
2403                 continue saving all, even when one overwrite was cancelled
2404
2405 2003-01-19 [christoph]  0.8.8claws119
2406
2407         * src/summaryview.c
2408         * src/procmsg.[ch]
2409                 fix wrong usage of procmsg_find_children in summaryview
2410                 by using procmsg_update_unread_children instead of
2411                 summaryview_update_unread_children
2412
2413 2003-01-19 [christoph]  0.8.8claws118
2414
2415         * src/procmsg.c
2416                 fix infinite loop in procmsg_find_children
2417                  (closes bug #25 sylpheed crashes on delete.)
2418
2419         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2420
2421 2003-01-19 [paul]       0.8.8claws117
2422
2423         * po/pt_BR.po
2424                 updated by Ivan Francolin Martinez
2425
2426 2003-01-18 [melvin]     0.8.8claws116
2427
2428         * src/prefs_actions.c
2429                 Removed syntax limitation of only one '&' at the end of command.
2430                         Now actions that contain '>/dev/null 2>&1' are possible.
2431
2432 2003-01-18 [melvin]     0.8.8claws115
2433
2434         * src/prefs_actions.c
2435                 Actions IO dialog: when the action ends
2436                 the "Close" button now has focus and [Escape] closes the
2437                 window.
2438
2439 2003-01-18 [christoph]  0.8.8claws114
2440
2441         * src/procmsg.c
2442                 o add debug output when MsgInfos are really freed
2443                 o free GSLists in procmsg_find_children and
2444                   procmsg_update_unread_children
2445
2446 2003-01-18 [christoph]  0.8.8claws113
2447
2448         * src/mainwindow.c
2449                 reorder Configuration menu
2450
2451 2003-01-18 [christoph]  0.8.8claws112
2452
2453         * src/compose.c
2454                 fix applying templates to forwarded messages
2455
2456         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2457
2458 2003-01-17 [christoph]  0.8.8claws111
2459
2460         * src/folder.c
2461                 destroy folder items, when a folder item is removed
2462
2463 2003-01-17 [christoph]  0.8.8claws110
2464
2465         * src/folder.c
2466                 fix wrong folder stats update when ignored message is
2467                 deleted
2468
2469 2003-01-17 [colin]      0.8.8claws109
2470         
2471         * src/mainwindow.c
2472         * src/summaryview.c
2473                 Quicksearch bugfixes: 
2474                 - hide help button at startup if not extended
2475                 - switch to extended when looking for replies
2476
2477 2003-01-17 [paul]
2478
2479         * sync with 0.8.9 release
2480
2481 2003-01-17 [paul]       0.8.8claws108
2482
2483         * sync with 0.8.8cvs11
2484                 see ChangeLog 2003-01-17
2485
2486 2003-01-16 [colin]      0.8.8claws107
2487
2488         * src/procmsg.c
2489                 Changed encryption test to re-ask passphrase
2490                 if an encrypted message hasn't been decrypted
2491                 Fixes bug #5
2492
2493 2003-01-16 [christoph]  0.8.8claws106
2494
2495         * src/prefs_gtk.c
2496         * src/prefs_toolbar.c
2497         * src/gtk/prefswindow.h
2498         * src/plugins/spamassassin/spamassassin_gtk.c
2499                 remove page destroy function that is not used anymore
2500
2501 2003-01-16 [paul]       0.8.8claws105
2502
2503         * sync with 0.8.8cvs9
2504                 see ChangeLog 2002-01-16
2505
2506 2003-01-16 [colin]      0.8.8claws104
2507
2508         * src/compose.[ch]
2509                 Fix bug with autosaved drafts for IMAP, when draft
2510                 folder is specified - fixes bugzilla bug #20
2511
2512 2003-01-15 [paul]       0.8.8claws103
2513
2514         * src/compose.[ch]
2515           src/procmsg.c
2516                 store folder and message-id of message forwarding
2517                 in queue header and set forward flag after sending
2518
2519 2003-01-15 [paul]       0.8.8claws102
2520
2521         * sync with 0.8.8cvs8
2522                 see ChangeLog 2002-01-15
2523
2524 2003-01-15 [colin]      0.8.8claws101
2525
2526         * src/Makefile.am
2527                 Fix linking with GNU libiconv
2528
2529 2003-01-15 [darko]      0.8.8claws100
2530
2531         * src/pine.c
2532                 fix crash when importing pine address book
2533                 entry with an empty name (reported by DY
2534                 <dybulk at tri8.net>)
2535
2536 2003-01-14 [paul]       0.8.8claws99
2537
2538         * configure.in  ** REMOVED **
2539           configure.ac  ** NEW FILE **
2540                 rename configure.in to configure.ac, as it is now
2541                 preferred
2542
2543 2003-01-14 [melvin]     0.8.8claws98
2544
2545         * src/folderview.c
2546                 folderview_check_new(): More precise function description
2547
2548 2003-01-14 [melvin]     0.8.8claws97
2549
2550         * src/folderview.c
2551                 folderview_check_new(): return the number of new messages 
2552                         since last check.
2553         * src/inc.c
2554                 inc_account_mail(): Disable counting of new messages for IMAP
2555                         and NNTP until bug [19] and [14] are fixed.
2556
2557 2003-01-14 [paul]       0.8.8claws96
2558
2559         * sync with 0.8.8cvs6
2560                 see ChangeLog 2003-01-14
2561
2562 2003-01-13 [alfons]     0.8.8claws95
2563
2564         * src/textview.c
2565                 tune email address validation (c. 0.8.8claws89): if . is 
2566                 just one char away from @, the address is invalid too 
2567                 (correctly rejects addresses like foo@.com)
2568
2569 2003-01-13 [paul]       0.8.8claws94
2570
2571         * src/messageview.c
2572           src/toolbar.c
2573                 fixes to the Message View toolbar and menu:
2574                 fix non-functioning Forward button
2575                 make Reply button consider default_reply_list
2576                 remove 'Follow-up...' menu entry
2577                 add 'Forward' and 'Redirect' menu entries
2578
2579 2003-01-13 [melvin]     0.8.8claws93
2580
2581         * src/inc.c
2582                 Fixed typo that could make new messages count incorrect.
2583
2584 2003-01-13 [melvin]     0.8.8claws92
2585
2586         * src/folderview.[ch]
2587                 folderview_check_new(): return the number of new messages.
2588         * src/inc.c
2589                 Should fix bug [14] where new mail notification worked 
2590                         incorrectly with IMAP accounts.
2591                 inc_spool_account(): return number of new msgs, or -1 on error
2592                 inc_all_spool(): return number of new msgs
2593                 
2594 2003-01-13 [melvin]     0.8.8claws91
2595
2596         * src/prefs_actions.c
2597                 Justify help text.
2598
2599 2003-01-12 [thorsten]   0.8.8claws90
2600
2601         * src/common/prefs.c
2602                 close file before rename
2603
2604 2003-01-12 [alfons]     0.8.8claws89
2605
2606         * AUTHORS
2607                 add Christian Mertes
2608         * src/common/utils.[ch]
2609                 g_stricase_hash(), g_stricase_equal(): functions for 
2610                 case insensitive hash tables
2611         * src/textview.c
2612                 use top level domain names to validate email address, based
2613                 on a patch by Christian Mertes (thanks!), but changed 
2614                 implementation to use a hash table 
2615
2616 2003-01-12 [paul]       0.8.8claws88
2617
2618         * po/bg.po
2619                 updated by George Danchev
2620
2621 2003-01-12 [alfons]     0.8.8claws87
2622
2623         * src/summaryview.c
2624                 delete / execute performance: use new style folder update
2625
2626 2003-01-12 [paul]       0.8.8claws86
2627
2628         * sync with 0.8.8cvs5
2629                 see ChangeLog 2003-01-13 (!)
2630
2631 2003-01-12 [alfons]     0.8.8claws85
2632
2633         * src/filtering.c
2634         * src/matcher_parser_parse.y
2635                 prepare change_score filtering action
2636         * src/matcher.[ch]
2637                 give up const-correctness on functions that call non-const-correct functions;
2638                 several casts to gpointer in g_free();
2639                 add change_score;
2640
2641 2003-01-12 [christoph]  0.8.8claws84
2642
2643         * src/compose.c
2644                 fix 2 warnings
2645
2646         * src/gtk/prefswindow.[ch]
2647         * src/plugins/spamassassin/spamassassin_gtk.c
2648                 changed the call of the widget create function
2649                 for PrefsPages, because sometimes the widget
2650                 create function needs a widget that already has
2651                 been attached to a window (to create GDK pixmaps
2652                 for exmaple). So we simply pass the GtkWindow as
2653                 the second parameter now.
2654
2655         * src/main.c
2656         * src/mainwindow.c
2657         * src/prefs_toolbar.[ch]
2658                 rewrite Toolbar Preferences using the new
2659                 prefs window
2660
2661 2003-01-11 [alfons]     0.8.8claws83
2662
2663         * src/addressadd.c
2664                 fix crash when adding sender to addressbook because status bar
2665                 isn't there (the status bar doesn't seem to be used though,
2666                 but I'll let Match decide what to do with it)
2667
2668 2003-01-11 [colin]      0.8.8claws82
2669
2670         * src/main.c
2671           src/toolbar.c
2672                 Two useless changes reversed
2673
2674 2003-01-11 [colin]      0.8.8claws81
2675
2676         * src/mainwindow.c
2677           src/mainwindow.h
2678                 Add mainwindow_get_mainwindow()
2679         * src/alertpanel.c
2680           src/alertpanel.h
2681                 Add alertpanel_error_log() 
2682         * src/compose.c
2683           src/inc.c
2684           src/messageview.c
2685           src/toolbar.c
2686           src/main.c
2687           src/procmsg.c
2688                 Network errors get a View Log button
2689
2690 2003-01-10 [alfons]     0.8.8claws80
2691
2692         * src/prefs_toolbar.c
2693         * src/toolbar.c
2694                 use the translatable string for "Separator" as file name for
2695                 separator toolbar items (probably make this uppercase?)
2696
2697 2003-01-10 [alfons]     0.8.8claws79
2698
2699         * src/prefs_toolbar.c
2700                 put right A_SEPARATOR description string in "displayed
2701                 toolbar items list" so manually added separators are
2702                 saved correctly (bug #10, "Adding a separator to the main 
2703                 toolbar fails, entry in xml file is wrong")
2704
2705 2003-01-10 [christoph]  0.8.8claws78
2706
2707         * src/imap.c
2708                 o fix warnings
2709                 o use CAPABILITY to check if NAMESPACE is available
2710
2711 2003-01-10 [christoph]  0.8.8claws77
2712
2713         * src/imap.[ch]
2714                 apply UIDPLUS IMAP extension support patch
2715
2716         Patch submitted by Simon 'corecode' Schubert
2717
2718 2003-01-10 [paul]       0.8.8claws76
2719
2720         * src/folderview.c
2721                 a sync from main which fixes the news account folders'
2722                 Properties bug
2723
2724 2003-01-10 [christoph]  0.8.8claws75
2725
2726         * src/folder.c
2727                 don't accept 0 as a valid uid returned by copy and move
2728                 functions. 0 means the message was copied or moved but the
2729                 new uid could not be fetched. It is not an error condition
2730                 for the copy or move operation.
2731
2732 2003-01-10 [paul]       0.8.8claws74
2733
2734         * src/prefs_filtering.c
2735                 change English used in Alert when entry is not
2736                 saved.
2737                 
2738         * sync with 0.8.8cvs4
2739                 see ChangeLog 2003-01-10
2740
2741 2003-01-10 [darko]      0.8.8claws73
2742
2743         * src/pine.c
2744                 fix crash when importing address book entry
2745                 without a valid address
2746
2747 2003-01-09 [alfons]     0.8.8claws72
2748
2749         * src/inc.c
2750                 filtering performance: use new style folder update
2751
2752 2003-01-09 [christoph]  0.8.8claws71
2753
2754         * src/compose.c
2755         * src/gtk/menu.[ch]
2756                 fix wrong selecting of mime encoding type, when
2757                 opening property dialog of attachments in the
2758                 compose window. 7bit was always selected and that
2759                 destoryed files with 8bit data.
2760                 (closes bug #9 Sylpheed-claws destroys attachments when
2761                  changing MIME-types)
2762
2763 2003-01-09 [paul]       0.8.8claws70
2764
2765         * sync with 0.8.8cvs3
2766                 see ChangeLog 2003-01-09
2767
2768 2003-01-08 [alfons]     0.8.8claws69
2769         
2770         * src/addressadd.c
2771                 apply patch by Kim Schulz to fix build breakage
2772                 because of missing variable
2773
2774 2003-01-08 [paul]       0.8.8claws68
2775
2776         * sync with 0.8.8cvs2
2777                 see ChangeLog 2002-01-08
2778
2779 2003-01-08 [paul]       0.8.8claws67
2780
2781         * po/it.po
2782                 updated by Alessandro Maestri
2783                 
2784         * src/addressadd.c
2785                 when using 'Add sender to addressbook' allow
2786                 name to be edited and remarks to be entered
2787                 Patch submitted by Luke Plant
2788
2789 2003-01-08 [darko]      0.8.8claws66
2790
2791         * README.claws, src/summaryview.c
2792                 fix description for marked messages
2793
2794 2003-01-08 [paul]
2795
2796         * tools/Makefile.am
2797           tools/launch_phoenix  ** NEW FILE **
2798                 add script that enables using Phoenix as the default
2799                 web browser. 
2800                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2801                 
2802         * tools/OOo2sylpheed.pl
2803                 remove full path to sylpheed executable, just 'sylpheed'
2804                 will do
2805                 
2806         * tools/README
2807                 add launch_phoenix informtion and re-arrange and compress
2808                 the data a little
2809
2810 2003-01-07 [christoph]  0.8.8claws65
2811
2812         * src/folder.c
2813                 fix update for source folder when moving messages
2814         * src/procmsg.[ch]
2815         * src/summaryview.c
2816                 use function to set to_folder for message infos and
2817                 automatically update the op_count for old and new
2818                 folder
2819
2820 2003-01-07 [melvin]     0.8.8claws64
2821
2822         * src/prefs_actions.c
2823                 Fixed bug where an '%p' Action on a displayed image crashed 
2824                         Sylpheed
2825                 Code clean up (get rid of duplicated code and removed unnecessary 
2826                                 structure member)
2827
2828 2003-01-07 [christoph]  0.8.8claws63
2829
2830         * src/compose.c
2831         * src/folder.[ch]
2832         * src/folderview.c
2833         * src/import.c
2834         * src/inc.c
2835         * src/main.c
2836         * src/mainwindow.c
2837         * src/messageview.c
2838         * src/prefs_folder_item.c
2839         * src/procmsg.c
2840         * src/summaryview.c
2841         * src/toolbar.c
2842                 o remove all folder update triggering from the UI code. The folder
2843                   system should know much better when a folder needs an update.
2844                 o to prevent multiple updates in a row the folder updates can be
2845                   frozen for some time.
2846
2847                 Note: - Please verify that no updates are missing
2848                       - Check where freeze/thaws should be added
2849
2850 2003-01-07 [christoph]  0.8.8claws62
2851
2852         * src/prefs_actions.c
2853                 don't translate empty strings
2854
2855         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2856
2857 2003-01-06 [christoph]  0.8.8claws61
2858
2859         * src/prefs_actions.c
2860                 mark strings for gettext
2861         * src/prefs_matcher.c
2862                 use new description window for Execute action and
2863                 match condition in Filtering
2864
2865         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2866
2867 2003-01-06 [alfons]     0.8.8claws60
2868
2869         keep myself inspired to re-organize matcher part 8; 
2870         yes, more to come (I need to move out the descriptive
2871         text for actions to matcher.c, or at least make it not
2872         depend on the wicked ordering)
2873
2874         * src/prefs_matcher.c
2875                 add documentation so others may comprehend the
2876                 UI part of the conditions
2877                 
2878 2003-01-06 [christoph]  0.8.8claws59
2879
2880         * src/prefs_actions.c
2881                 use new description window for syntax help
2882         * src/gtk/description_window.c
2883                 fix display of descriptions with column count != 2
2884
2885         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2886
2887 2003-01-06 [christoph]  0.8.8claws58
2888
2889         * src/quote_fmt.c
2890         * src/summaryview.[ch]
2891         * src/gtk/Makefile.am
2892         * src/gtk/description_window.[ch]       ** NEW **
2893                 use a generic window to display syntax descriptions
2894                 currently used in quote_fmt and summaryview (new description
2895                 for extended quick search)
2896
2897         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2898
2899 2003-01-06 [paul]       0.8.8claws57
2900
2901         * sync with 0.8.8cvs1
2902                 see ChangeLog 2003-01-06
2903
2904 2003-01-06 [christoph]  0.8.8claws56
2905
2906         * src/mainwindow.c
2907         * src/prefs_gtk.[ch]
2908         * src/gtk/prefswindow.[ch]
2909         * src/plugins/spamassassin/spamassassin_gtk.c
2910                 o remove page management from prefswindow, pages
2911                   will be an argument to prefswindow_open
2912                 o prefswindow_open gets a datapointer that is
2913                   passed to the widget_create function to allow
2914                   creation of prefswindow for specific items
2915
2916 2003-01-06 [colin]      0.8.8claws55
2917         
2918         * src/summaryview.c
2919                 We don't want regexp in the reply-finder, 
2920                 because MIDs can contain !,$,. and so on
2921
2922 2003-01-06 [jens]       0.8.8claws54
2923
2924         * src/jpilot.c
2925                 fixed a wrong free in jpilot_read_db_files
2926
2927 2003-01-06 [alfons]     0.8.8claws53
2928
2929         re-organize matcher part 8; more to come
2930        
2931         * src/matcher.c
2932                 matcherprop_to_string(): put g_free()s before the
2933                 switch-case break to fix memleaks                
2934
2935 2003-01-06 [colin]      0.8.8claws52
2936
2937         * src/summaryview.c
2938                 cleanup & reply-finder now displays the first 
2939                 matching message
2940
2941 2003-01-05 [alfons]     0.8.8claws51
2942
2943         re-organize matcher part 7; more to come
2944
2945         * src/matcher.[ch]
2946                 fixes for constant correctness;
2947                 more documentation;
2948
2949 2003-01-05 [alfons]     0.8.8claws50
2950
2951         re-organize matcher part 6; more to come
2952         
2953         * src/matcher.[ch]
2954                 fixes for constant correctness;
2955                 more documentation;
2956         * src/filtering.c
2957                 fix for constant correctness
2958
2959 2003-01-05 [colin]      0.8.8claws49
2960
2961         * src/account.[ch]
2962                 Add account_get_reply_account function
2963         * src/compose.c
2964                 Use account_get_reply_account function 
2965         * src/summaryview.c
2966                 Basic reply-finder - click on the replied
2967                 icon gets you to the outbox using quick-search
2968
2969 2003-01-05 [paul]       0.8.8claws48
2970
2971         * src/prefs_common.c
2972                 small change to English
2973                 
2974         * src/prefs_filtering.c
2975                 prefs_filtering_action_select(): improve logic and uniformity
2976                 of gui
2977
2978 2003-01-05 [alfons]     0.8.8claws47
2979
2980         fine tune solution to focus problems (bug #7)
2981
2982         * src/mainwindow.c
2983                 mainwindow_focus_in_event(): remove grab event check
2984         * src/summaryview.c
2985                 summary_button_pressed(): move selection on right-click
2986                 too. we can't possibly move the selection back after
2987                 canceling a dialog, because gtk's incomplete focus 
2988                 management. whether this is a good solution, only time
2989                 will tell.
2990
2991 2003-01-05 [christoph]  0.8.8claws46
2992
2993         * src/imap.c
2994                 fix crash when no imap connection could be established
2995
2996 2003-01-05 [paul]       0.8.8claws45
2997
2998         * src/mainwindow.c
2999           src/sumamryview.c
3000           src/gtk/menu.[ch]
3001                 fix bug 605957 'shortcuts in popup-menu'
3002                 make user-defined shortcuts work
3003                 show shortcuts that are already defined
3004                 in the main menu
3005                 Patch submitted by Luke Plant
3006
3007 2003-01-05 [alfons]     0.8.8claws44
3008
3009         * src/mainwindow.c
3010                 focus_in_event handler should not select summary view row 
3011                 when another window (menu, dialog) grabbed for events 
3012                 (bug #7, "[0.8.8claws42] Message summary focus") 
3013
3014 2003-01-04 [christoph]  0.8.8claws43
3015
3016         * src/procmsg.c
3017                 update save folder after adding the sent message
3018                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
3019
3020 2003-01-02 [christoph]  0.8.8claws42
3021
3022         * src/common/plugin.c
3023                 fix unloading of all plugins and unload
3024                 plugins in reverse order
3025                 
3026         * src/gtk/pluginwindow.c
3027                 implement function of load and unload button
3028
3029         * src/gtk/prefswindow.c
3030         * src/gtk/prefswindow.h
3031                 rename register function and add new unregister
3032                 function
3033
3034         * src/plugins/spamassassin/spamassassin_gtk.c
3035                 unregister prefs page and update for changes in
3036                 src/gtk/prefswindow.c
3037
3038 2003-01-02 [paul]       0.8.8claws41
3039
3040         * po/es.po
3041                 updated by Ricardo Mones Lastra
3042
3043 2003-01-02 [paul]
3044
3045         * tools/tb2sylpheed
3046                 fixes and improvements by Urke MMI
3047
3048 2003-01-02 [thorsten]   0.8.8claws40
3049
3050         * src/procmsg.c
3051                 fixed wrong return value
3052
3053 2003-01-02 [thorsten]   0.8.8claws39
3054
3055         * src/prefs.c
3056                 fixed printing wrong variable
3057
3058 2003-01-02 [thorsten]   0.8.8claws38
3059
3060         * src/prefs.c
3061                 fixed acessing members of freed pfile struct
3062
3063 2003-01-02 [thorsten]   0.8.8claws37
3064
3065         * src/procmsg.c
3066                 detect loops across several messages
3067                 as suggested by Christoph Hohmann
3068
3069 2003-01-01 [match]      0.8.8claws36
3070
3071         * src/addrindex.c
3072                 fixed another memory leak.
3073
3074 2003-01-01 [match]      0.8.8claws35
3075
3076         * src/jpilot.[ch]
3077                 fixed memory leaks. applied Doxygen comments.
3078
3079 2003-01-01 [thorsten]   0.8.8claws34
3080
3081         * src/procmsg.c
3082                 inhibit endless loop if msg references itself
3083                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
3084
3085 2003-01-01 [christoph]  0.8.8claws33
3086
3087         * src/mainwindow.c
3088         * src/gtk/Makefile.am
3089         * src/gtk/pluginwindow.c                ** NEW **
3090         * src/gtk/pluginwindow.h                ** NEW **
3091                 add plugin window
3092
3093         * src/plugins/demo/demo.c
3094         * src/plugins/spamassassin/spamassassin.c
3095         * src/plugins/spamassassin/spamassassin_gtk.c
3096                 write better plugin descriptions
3097
3098 2002-12-31 [christoph]  0.8.8claws32
3099
3100         * src/gtk/prefswindow.c
3101         * src/plugins/spamassassin/spamassassin_gtk.c
3102                 some small improvements to GTK code
3103
3104 2002-12-31 [christoph]  0.8.8claws31
3105
3106         * src/plugins/spamassassin/spamassassin_gtk.c
3107                 enable folder select button
3108
3109 2002-12-31 [christoph]  0.8.8claws30
3110
3111         * src/mainwindow.c
3112         * src/gtk/Makefile.am
3113         * src/gtk/prefswindow.c                         ** NEW **
3114         * src/gtk/prefswindow.h                         ** NEW **
3115                 add new prefs window
3116
3117         * src/common/plugin.c
3118                 don't try to load empty config lines
3119         
3120         * src/plugins/spamassassin/Makefile.am
3121         * src/plugins/spamassassin/spamassassin.c
3122         * src/plugins/spamassassin/spamassassin.h       ** NEW **
3123         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
3124                 GTK config for SpamAssassin Plugin using
3125                 the new prefs window
3126
3127 2002-12-31 [paul]       0.8.8claws29
3128
3129         * po/POTFILES.in
3130                 remove obsolete entry 'src/menu.c'
3131
3132 2002-12-31 [alfons]     0.8.8claws28
3133
3134         * src/matcher.[ch]
3135         * src/matcher_parser_parse.y
3136         * src/prefs_matcher.c
3137                 add "ignore_thread" and "~ignore_thread" condition so it's
3138                 possible to make the actions / scoring operate on the ignore
3139                 thread flag
3140
3141 2002-12-31 [christoph]  0.8.8claws27
3142
3143         * src/addrbook.c
3144         * src/addrindex.c
3145         * src/folder.c
3146         * src/matcher.c
3147         * src/prefs_account.c
3148         * src/prefs_actions.c
3149         * src/prefs_customheader.c
3150         * src/prefs_display_header.c
3151         * src/prefs_gtk.c
3152         * src/procmime.c
3153         * src/toolbar.c
3154         * src/xmlprops.c
3155         * src/common/prefs.[ch]
3156                 extend prefs file handling for reading and automatic handling
3157                 of blocks. When reading prefs_set_block_label will automatically
3158                 move on to the block. When writing it will copy all other blocks
3159                 automatically
3160
3161         * src/common/plugin.c
3162                 Now loading plugin filenames from [Plugins] block in
3163                 sylpheed rc file
3164
3165 2002-12-30 [christoph]  0.8.8claws26
3166
3167         * src/common/hooks.[ch]
3168                 return abort status to caller of hooks_invoke
3169                 
3170         * src/inc.[ch]
3171                 invoke message filtering hook and stop
3172                 default handling when filter returns abort
3173
3174         * src/common/plugin.[ch]
3175         * src/plugins/demo/demo.c
3176                 modify plugin loader, because resolving symbols for strings
3177                 does not work correctly
3178         
3179         * configure.in
3180         * ac/spamassassin.m4                            ** NEW **
3181         * src/plugins/spamassassin/.cvsignore           ** NEW **
3182         * src/plugins/spamassassin/Makefile.am          ** NEW **
3183         * src/plugins/spamassassin/README               ** NEW **
3184         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
3185         * src/plugins/spamassassin/spamassassin.c       ** NEW **
3186         * src/plugins/spamassassin/utils.[ch]           ** NEW **
3187                 add spamassassin plugin, see src/plugins/spamassassin/README
3188                 for details
3189
3190 2002-12-29 [alfons]     0.8.8claws25
3191
3192         * src/mainwindow.c
3193                 when moving focus from a message view to the main 
3194                 window, don't forget to select the summary node
3195                 of the displayed message. should fix "[ 659103 ] 
3196                 focus-follows-mouse confuses sylpheed"
3197
3198 2002-12-29 [christoph]  0.8.8claws24
3199
3200         * src/Makefile.am
3201         * src/stringtable.[ch]          ** REMOVE **
3202         * src/common/Makefile.am
3203         * src/common/stringtable.[ch]   ** NEW **
3204                 move stringtable files to common directory
3205
3206 2002-12-29 [christoph]  0.8.8claws23
3207
3208         * src/Makefile.am
3209         * src/menu.[ch]                 ** REMOVE **
3210         * src/gtk/Makefile.am
3211         * src/gtk/menu.[ch]             ** NEW **
3212                 move menu files to gtk directory
3213
3214 2002-12-29 [match]      0.8.8claws22
3215
3216         * src/addressbook.c
3217         * src/syldap.c
3218                 moved UI specific code out of LDAP code into addressbook
3219                 UI code. fixed memory leak.
3220
3221 2002-12-29 [christoph]  0.8.8claws21
3222
3223         * src/folder.c
3224                 only check for IGNORED parent message when message is
3225                 not IGNORED itself
3226
3227 2002-12-29 [alfons]     0.8.8claws20
3228
3229         * src/summaryview.c
3230                 set gtksctree's anchor correct (immediate execute
3231                 changes the tree's layout, and anchor points at 
3232                 the incorrect row). fixes "[ 657233 ] multiple msg 
3233                 delete sometimes off by 1".
3234                 we probably have to look for more tree layout /
3235                 anchor glitches.
3236
3237 2002-12-29 [paul]       0.8.8claws19
3238
3239         * src/summaryview.c
3240                 fix bug [ 659054 ] incorrect sorting of 'From' column
3241                 when using 'display sender using address book'
3242                 thanks to Alfons and Luke Plant
3243
3244 2002-12-29 [christoph]  0.8.8claws18
3245
3246         * src/folder.c
3247         * src/procmsg.[ch]
3248                 check parent messages for IGNORE THREAD flag, when adding,
3249                 moving or copying messages to a folder
3250
3251 2002-12-27 [alfons]     0.8.8claws17
3252
3253         re-organize matcher part 5; more to come
3254
3255         * src/matcher.c
3256                 hash keywords in matchparser_tab 
3257
3258 2002-12-27 [alfons]     0.8.8claws16
3259
3260         re-organize matcher part 4; more to come
3261
3262         * src/matcher_parser.h
3263         * src/matcher_parser_lex.l
3264         * src/matcher_parser_parse.y
3265                 cleanup
3266
3267 2002-12-27 [alfons]     0.8.8claws15
3268
3269         re-organize matcher part 3; more to come
3270
3271         * src/matcher.[ch]
3272                 cleanup
3273
3274 2002-12-27 [alfons]     0.8.8claws14
3275
3276         re-organize matcher part 2; more to come but this should
3277         work. cc me if there are any regressions.
3278
3279         * src/matcher.h
3280                 add prototype for get_matchparser_tab_id()
3281         * src/matcher_parser_lex.l
3282                 look up keywords using matchparser_tab_id();
3283
3284 2002-12-27 [alfons]     0.8.8claws12
3285
3286         re-organize matcher part 1
3287
3288         * src/matcher.h
3289                 map yacc generated constants to sylpheed matcher constants
3290         * src/matcher.c
3291                 add function to find a matcher constant from a string
3292
3293 2002-12-27 [christoph]  0.8.8claws11
3294
3295         * src/compose.c
3296                 MENUITEM_ADD casts the 4th argument from integer to pointer
3297                 so it probably should not be a pointer, this means we
3298                 should use account id for it and not the account's pointer
3299
3300 2002-12-27 [paul]       0.8.8claws10
3301
3302         * src/mainwindow.c
3303                 remove unneeded 'GtkWidget *vbox'
3304                 
3305         * src/summaryview.c
3306                 further sync with 0.8.8 - make sort
3307                 by recipient work as expected
3308                 
3309         * NEWS
3310                 sync with 0.8.8
3311
3312 2002-12-27 [paul]       0.8.8claws9
3313
3314         * po/pt_BR.po
3315                 updated by Ivan F. Martinez
3316                 
3317 2002-12-27 [darko]      0.8.8claws8
3318
3319         * src/common/utils.c
3320                 added locked pattern to extended search
3321
3322 2002-12-27 [alfons]     0.8.8claws7
3323
3324         * src/prefs_matcher.[ch]
3325                 clean up
3326
3327 2002-12-26 [alfons]     0.8.8claws6
3328
3329         * src/matcher.[ch]
3330         * src/matcher_parser_lex.l
3331         * src/matcher_parser_parse.y
3332         * src/prefs_matcher.c
3333                 allow color label as a condition in the matcher
3334
3335 2002-12-26 [oliver]     0.8.8claws5
3336         
3337         * src/toolbar.c 
3338                 enable Addressbook for Main and Messageview
3339         * src/prefs_actions.c
3340                 enable actions in Messageview
3341
3342 2002-12-26 [christoph]  0.8.8claws4
3343
3344         * src/common/plugin.c
3345                 add a little debug output
3346         * configure.in
3347         * src/plugins/demo/Makefile.am
3348                 better use of automake
3349
3350 2002-12-26 [christoph]  0.8.8claws3
3351
3352         * src/Makefile.am
3353         * src/common/Makefile.am
3354                 fix "make distdir"
3355
3356 2002-12-26 [christoph]  0.8.8claws2
3357
3358         * configure.in
3359                 sort configure checks into common / gtk / plugins
3360         * po/POTFILES.in
3361                 add src/prefs_gtk.c
3362         * src/Makefile.am
3363                 add plugins SUBDIR
3364         * src/main.c
3365         * src/common/sylpheed.[ch]
3366                 added now sylpheed_done function for shutdown
3367         * src/common/Makefile.am
3368         * src/common/plugin.[ch]                ** NEW **
3369                 plugin loader and unloader
3370         * src/plugins/.cvsignore                ** NEW **
3371         * src/plugins/Makefile.am               ** NEW **
3372                 build plugins
3373         * src/plugins/demo/.cvsignore           ** NEW **
3374         * src/plugins/demo/Makefile.am          ** NEW **
3375         * src/plugins/demo/demo.c               ** NEW **
3376                 small demo plugin that installs a logtext hook and
3377                 outputs the log text to stdout
3378
3379 2002-12-26 [paul]       0.8.8claws1
3380
3381         * po/es.po
3382                 updated by Ricardo Mones Lastra
3383
3384 2002-12-26 [paul]       0.8.8claws
3385
3386         * 0.8.8claws released
3387
3388 2002-12-26 [paul]       0.8.7claws12
3389
3390         * po/bg.po
3391                 updated by George Danchev
3392
3393 2002-12-26 [paul]       0.8.7claws11
3394
3395         * po/POTFILES.in
3396                 remove unneeded 'src/prefs.c' entry 
3397
3398 2002-12-26 [paul]       0.8.7claws10
3399
3400         * src/codeconv.c
3401           src/mainwindow.c
3402                 sync with 0.8.8 release
3403         
3404         * src/folder.[ch]
3405           src/mh.c
3406           src/summaryview.c
3407                 partial sync with 0.8.8 release
3408         
3409
3410 2002-12-25 [alfons]     0.8.7claws9
3411
3412         * src/matcher.[ch]
3413         * src/matcher_parser_lex.l
3414         * src/matcher_parser_parse.y
3415         * src/prefs_matcher.c
3416                 add locked flag to possible filtering / matcher 
3417                 conditions (also a good example what should be
3418                 done to add a simple boolean condition)
3419
3420 2002-12-25 [christoph]  0.8.7claws8
3421
3422         * src/Makefile.am
3423         * src/account.[ch]
3424         * src/addrbook.c
3425         * src/addressbook.c
3426         * src/addrindex.c
3427         * src/filtering.c
3428         * src/folder.c
3429         * src/matcher.c
3430         * src/prefs.[ch]                ** REMOVE **
3431         * src/prefs_account.c
3432         * src/prefs_actions.c
3433         * src/prefs_common.c
3434         * src/prefs_customheader.c
3435         * src/prefs_display_header.c
3436         * src/prefs_filtering.c
3437         * src/prefs_folder_item.c
3438         * src/prefs_gtk.[ch]            ** NEW **
3439         * src/prefs_matcher.c
3440         * src/prefs_scoring.c
3441         * src/prefs_summary_column.c
3442         * src/procmime.c
3443         * src/selective_download.c
3444         * src/toolbar.c
3445         * src/common/Makefile.am
3446         * src/common/prefs.[ch]         ** NEW **
3447                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
3448
3449 2002-12-24 [alfons]     0.8.7claws7
3450
3451         * src/summaryview.c
3452                 summary_thread_build(): fix real cause of the crash mentioned in
3453                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
3454                 this way we get meaningful ctree nodes 
3455
3456 2002-12-24 [oliver]     0.8.7claws6
3457
3458         * src/mainwindow.[ch]
3459         * src/messageview.[ch]
3460         * src/compose.[ch]
3461         * src/inc.c
3462         * src/summaryview.c
3463                 changes to use updated toolbar handling
3464                 
3465 2002-12-24 [oliver]     0.8.7claws5
3466
3467         * src/toolbar.[ch]
3468                 generic toolbar handling
3469                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
3470         * src/prefs_toolbar.[ch]
3471                 adjust to handling
3472         
3473 2002-12-24 [oliver]     0.8.7claws4
3474         
3475         * src/stock_pixmap.[ch]
3476                 move SYLPHEED_LOGO to end of list in order 
3477                 to remove it from Custom Toolbar`s Icon View
3478
3479 2002-12-24 [alfons]     0.8.7claws3
3480
3481         * src/summaryview.c
3482                 summary_thread_build(): fix crash because of focus != selection 
3483                 after threading. when deleting the selection, gtk tries but fails 
3484                 to find the correct focusable element. we now force the selection
3485                 to be focused. this should solve the infamous bug reported by 
3486                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
3487                 a test case is available. 
3488
3489 2002-12-24 [darko]      0.8.7claws2
3490
3491         * src/summaryview.c
3492                 don't crash when unmarking message with unread children
3493
3494 2002-12-23 [christoph]  0.8.7claws1
3495
3496         * src/Makefile.am
3497         * src/common/Makefile.am
3498                 update Makefiles for moved intl.h, version.h and defs.h
3499         * src/imap.c
3500                 rewrite imap_session_get to avoid duplicate code
3501
3502 2002-12-23 [paul]       0.8.7claws
3503
3504         * Santa-Claws released
3505         
3506         * po/hu.po
3507           po/ru.po
3508                 squeeze in updated Hungarian and Russian translations.
3509                 Submitted by  Gál Zoltán and Ruslan N. Balkin
3510
3511 2002-12-23 [paul]       0.8.6claws129
3512
3513         * po/pl.po
3514                 updated by Witold Wladyslaw Wojciech Wilk
3515
3516 2002-12-23 [paul]       0.8.6claws128
3517
3518         * src/quote_fmt_parse.y
3519                 fix typo and add licence header
3520
3521 2002-12-23 [paul]       0.8.6claws127
3522
3523         * po/en_GB.po
3524                 updated
3525
3526 2002-12-23 [paul]       0.8.6claws126
3527
3528         * po/it.po
3529                 updated translation, submitted by Alessandro Maestri
3530                 
3531 2002-12-23 [paul]       0.8.6claws125
3532
3533         * src/quote_fmt_parse.y
3534                 fix signature-stripping on replies bug. match
3535                 '-- \n' and not '-- '.
3536
3537 2002-12-22 [paul]       0.8.6claws124
3538
3539         * po/bg.po
3540           po/es.po
3541           po/sr.po
3542                 updated translations. submitted by George Danchev,
3543                 Ricardo Mones Lastra, and Urke MMI respectively
3544
3545 2002-12-21 [paul]       0.8.6claws123
3546
3547         * src/addrbook.c
3548                 fix coding style
3549
3550 2002-12-21 [paul]       0.8.6claws122
3551
3552         * src/addrbook.c
3553                 fix bug [643638] where if a person is in one or more
3554                 addressbook groups editing that person's email 
3555                 address results in removal from those groups.
3556                 Patch submitted by Luke Plant.
3557
3558 2002-12-20 [christoph]  0.8.6claws121
3559
3560         * src/common/utils.c
3561         * src/summaryview.c
3562                 reimplement expand_search_string using GString to
3563                 prevent crashs caused by miscalculated string
3564                 lengths reported by Paul
3565
3566 2002-12-20 [christoph]  0.8.6claws120
3567
3568         * src/summaryview.c
3569                 don't use "changed" to check if op_count has to be changed as it
3570                 is also set when the message has unread children
3571                 (closes bug [ 653221 ] crash while deleting duplicates)
3572
3573 2002-12-20 [paul]       0.8.6claws119
3574
3575         * sync with 0.8.6cvs27
3576                 see ChangeLog 2002-12-20
3577
3578 2002-12-20 [paul]       0.8.6claws118
3579
3580         * sync with 0.8.6cvs26
3581                 see ChangeLog 2002-12-19 and 2002-12-20
3582
3583 2002-12-19 [alfons]     0.8.6claws117
3584
3585         * src/textview.c
3586                 fix incorrect parsing of email addresses, submitted by 
3587                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
3588                 name display if it contains @".
3589
3590 2002-12-18 [paul]       0.8.6claws116
3591
3592         * sync with 0.8.6cvs23
3593                 see ChangeLog 2002-12-18
3594
3595 2002-12-18 [paul]       0.8.6claws115
3596
3597         * src/Makefile.am
3598         * src/account.c
3599         * src/codeconv.c
3600         * src/gtkutils.[ch]
3601         * src/imap.c
3602                 sync with 0.8.6cvs22.
3603                 see ChangeLog 2002-12-17 and 2002-12-18
3604
3605 2002-12-17 [christoph]  0.8.6claws114
3606
3607         * src/imap.c
3608                 o don't create a session if imap greeting fails
3609                 o don't close socket when authentication fails
3610                   this is done by imap_session_destroy
3611
3612 2002-12-17 [thorsten]   0.8.6claws113
3613
3614         * tools/Makefile.am
3615           tools/README
3616           tools/google_msgid.pl ** NEW FILE **
3617                 Added "search for message-id" script and doc
3618
3619 2002-12-17 [thorsten]   0.8.6claws112
3620
3621         * po/hu.po
3622                 Updated hungarian translation
3623                 (updated by Gal Zoltan)
3624
3625 2002-12-16 [christoph]  0.8.6claws111
3626
3627         * src/addr_compl.c
3628                 remove stupid addressbook dump to debug output
3629         * src/mh.c
3630                 fix memory leak found by Hiro
3631
3632 2002-12-14 [paul]       0.8.6claws110
3633
3634         * src/compose.c
3635                 fix menubar sensitivity on send
3636                 
3637         * src/prefs_filtering.c
3638         * src/prefs_matcher.c
3639         * src/prefs_scoring.c
3640                 Fix english ;)
3641                 
3642         * src/common/quoted-printable.h
3643                 sync: fix typo
3644         
3645 2002-12-13 [christoph]  0.8.6claws109
3646
3647         * src/Makefile.am
3648         * src/manage_window.[ch]        ** REMOVE **
3649         * src/gtk/Makefile.am
3650         * src/gtk/manage_window.[ch]    ** NEW **
3651                 move manage_window files to gtk directory
3652
3653 2002-12-13 [christoph]  0.8.6claws108
3654
3655         * src/Makefile.am
3656         * src/gtkshruler.[ch]           ** REMOVE **
3657         * src/gtk/Makefile.am
3658         * src/gtk/gtkshruler.[ch]       ** NEW **
3659                 move gtkshruler files to gtk directory
3660
3661 2002-12-13 [christoph]  0.8.6claws107
3662
3663         * src/Makefile.am
3664         * src/compose.c
3665         * src/gtkstext.[ch]             ** REMOVE **
3666         * src/gtkutils.[ch]
3667         * src/textview.c
3668         * src/gtk/gtkstext.[ch]         ** NEW **
3669         * src/gtk/Makefile.am
3670                 o move stext functions to gtkstext.c to remove
3671                   dependency of gtkutils
3672                 o move gtkstext files to gtk directory
3673
3674         * src/gtk/Makefile.am
3675         * src/gtk/sslcertwindow.[ch]
3676                 UI stuff can always depend on common code so
3677                 it's ok to add ../common to include path
3678
3679 2002-12-13 [colin]      0.8.6claws106
3680
3681         * src/summaryview.c
3682                 Disconnect sighandlers for mainwindow when
3683                 quicksearch has the focus
3684                 Fix bug #653231
3685         * src/mainwindow.[ch]
3686                 Make key_pressed callback public, to be able
3687                 to disconnect it
3688
3689 2002-12-13 [christoph]  0.8.6claws105
3690
3691         * src/mh.c
3692                 create .mh_sequences file in new MH folders
3693                 (closes feature request [ 523162 ] MH folders should
3694                  get a .mh_sequences)
3695
3696 2002-12-13 [colin]      0.8.6claws104
3697
3698         * src/summaryview.c
3699                 Better handling of quicksearch show/hide
3700                 (basically the button stays under the mouse 
3701                  when toggled)
3702
3703 2002-12-13 [paul]       0.8.6claws103
3704
3705         * sync with 0.8.6cvs17
3706                 see ChangeLog 2002-12-13
3707
3708 2002-12-13 [paul]       0.8.6claws102
3709
3710         * po/es.po
3711                 updated by Ricardo Mones Lastra
3712
3713 2002-12-11 [colin]       0.8.6claws101
3714
3715         * src/folder.c
3716                 remove statusbar stuff
3717           src/folderview.c
3718                 set statusbar verbosity when moving folders
3719
3720 2002-12-11 [colin]       0.8.6claws100
3721         * src/prefs_filtering.c
3722         * src/prefs_matcher.c
3723         * src/prefs_scoring.c
3724                 Fix english ;)
3725
3726 2002-12-11 [colin]       0.8.6claws99
3727
3728         * src/prefs_common.[ch]
3729                 Add summary_quicksearch_type
3730         * src/summaryview.c
3731                 Save last used quicksearch type
3732
3733 2002-12-11 [jens]       0.8.6claws98
3734         * src/prefs_filtering.c
3735         * src/prefs_matcher.c
3736         * src/prefs_scoring.c
3737                 added dialog for incomplete rules in scoring, filtering and
3738                 matcher to ask wheather really close
3739
3740 2002-12-11 [colin]      0.8.6claws97
3741
3742         * src/folder.c
3743                 Fix folder dnd statusbar logging
3744
3745 2002-12-10 [christoph]  0.8.6claws96
3746
3747         * src/compose.c
3748         * src/folder.c
3749         * src/imap.c
3750         * src/inc.c
3751         * src/main.c
3752         * src/mainwindow.c
3753         * src/news.c
3754         * src/send.c
3755         * src/statusbar.[ch]
3756         * src/common/hooks.c
3757         * src/common/log.[ch]
3758                 o handle verbose logging in statusbar directly in statusbar code
3759                   and common code does not need any knowledge about a statusbar
3760                 o remove direct calls to statusbar_(puts|pop)_all functions
3761
3762 2002-12-10 [jens]       0.8.6claws95
3763
3764         * src/*.c
3765                 removed gettext from g_warnings
3766         * po/POTFILES.in
3767                 cleaned and updated
3768         * po/de.po
3769                 updated
3770
3771 2002-12-10 [colin]      0.8.6claws94
3772
3773         * src/main.c
3774                 finish crash dialog fix
3775
3776 2002-12-10 [colin]      0.8.6claws93
3777
3778         * src/main.c
3779                 "Fix" "sylpheed already running" instead of
3780                 crash dialog appearing after a crash
3781
3782 2002-12-10 [colin]      0.8.6claws92
3783
3784         * po/POTFILES.in
3785                 add src/gtk/sslcertwindow.c
3786
3787 2002-12-10 [paul]       0.8.6claws91
3788
3789         * po/POTFILES.in
3790                 updated to reflect recent changes
3791                 submitted by Alessandro Maestri
3792
3793 2002-12-09 [christoph]  0.8.6claws90
3794
3795         * src/Makefile.am
3796         * src/smtp.[ch]                 ** REMOVE **
3797         * src/common/Makefile.am
3798         * src/common/smtp.[ch]          ** NEW **
3799                 move smtp files to common directory
3800
3801 2002-12-09 [christoph]  0.8.6claws89
3802
3803         * src/Makefile.am
3804         * src/session.[ch]              ** REMOVE **
3805         * src/common/Makefile.am
3806         * src/common/session.[ch]       ** NEW **
3807                 move session files to common directory
3808
3809 2002-12-09 [paul]       0.8.6claws88
3810
3811         * src/account.c
3812                 fix bug [649746] edit accounts: move account reverted
3813                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3814
3815 2002-12-09 [colin]      0.8.6claws87
3816
3817         * src/ssl_certificate.c
3818                 cleanup
3819
3820 2002-12-09 [colin]      0.8.6claws86
3821
3822         * src/ssl.c
3823                 Try to open the cert.pem database and 
3824                 issue a warning if it isn't there
3825
3826 2002-12-09 [colin]      0.8.6claws85
3827
3828         * src/common/ssl_certificate.c
3829         * src/gtk/sslcertwindow.c
3830                 Warning fixes
3831
3832 2002-12-09 [colin]      0.8.6claws84
3833
3834         * src/ssl_certificate.[ch] ** REMOVED **
3835         * src/common/ssl_certificate.[ch] ** NEW **
3836         * src/Makefile.am
3837         * src/common/Makefile.am
3838                 Moved ssl_certificate.[ch] to common
3839         * src/common/ssl.c 
3840                 Put back needed include
3841         * src/gtk/sslcertwindow.[ch]
3842                 Changed ssl_certificate.h include
3843         
3844 2002-12-09 [colin]      0.8.6claws83
3845
3846         * src/gtk/sslcertwindow.[ch]
3847                 Implement hook for certificate acception
3848         * src/ssl_certificate.[ch]
3849                 Implement hook for certificate acception
3850         * src/common/ssl.c
3851                 Reenable certificate acception check
3852         * src/mainwindow.c
3853                 Register sslcertwindow's hook
3854         
3855 2002-12-08 [christoph]  0.8.6claws82
3856
3857         * src/about.c
3858         * src/addr_compl.c
3859         * src/codeconv.c
3860         * src/manual.c
3861         * src/undo.c
3862         * src/common/utils.c
3863                 o add missing includes
3864                 o fix warnings
3865         * src/.cvsignore
3866         * src/common/.cvsignore
3867         * src/common/version.h          ** REMOVE **
3868                 remove autogenerated file
3869
3870 2002-12-08 [paul]       0.8.6claws81
3871
3872         * src/stringtable.c
3873                 put back needed include
3874
3875 2002-12-08 [colin]      0.8.6claws80
3876         
3877         * src/gtk/sslcertwindow.c
3878                 Cleaner popups when asking
3879         * src/ssl_certificate.c
3880         * src/prefs_common.[ch]
3881                 remove ssl certificate pref
3882                 put back needed include
3883         * src/undo.c
3884                 put back needed include
3885
3886 2002-12-08 [christoph]  0.8.6claws79
3887
3888         * src/folderview.c
3889         * src/logwindow.c
3890         * src/statusbar.c
3891         * src/summaryview.c
3892                 only abort hook invokation if required data is missing not
3893                 if our own data pointer is NULL, update hookfunction for
3894                 log window
3895
3896 2002-12-08 [paul]       0.8.6claws78
3897
3898         * src/about.c
3899         * src/addrcache.c
3900         * src/addrclip.c
3901         * src/addr_compl.c
3902         * src/addrselect.c
3903         * src/codeconv.c
3904         * src/colorlabel.c
3905         * src/enriched.c
3906         * src/esmtp.c
3907         * src/exporthtml.c
3908         * src/headerview.c
3909         * src/imageview.c
3910         * src/manual.c
3911         * src/noticeview.c
3912         * src/pgptext.c
3913         * src/scoring.c
3914         * src/sourcewindow.c
3915         * src/stringtable.c
3916         * src/undo.c
3917                 clean up: remove unneccesary includes
3918
3919 2002-12-08 [christoph]  0.8.6claws77
3920
3921         * src/folderview.c
3922         * src/statusbar.c
3923         * src/summaryview.c
3924         * src/common/hooks.[ch]
3925                 hook functions now have a gboolean return value, if a hook
3926                 returns TRUE it will stop executing of any more hooks in
3927                 the same hooklist for this invokation
3928
3929 2002-12-08 [colin]      0.8.6claws76
3930         
3931         * src/main.c
3932                 put back argv0 for CRASH_DIALOG
3933
3934 2002-12-08 [christoph]  0.8.6claws75
3935
3936         * src/Makefile.am
3937         * src/about.c
3938         * src/account.c
3939         * src/crash.c
3940         * src/esmtp.h
3941         * src/imap.[ch]
3942         * src/inc.c
3943         * src/main.c
3944         * src/mainwindow.c
3945         * src/news.c
3946         * src/pop.[ch]
3947         * src/prefs_account.[ch]
3948         * src/prefs_common.[ch]
3949         * src/send.[ch]
3950         * src/smtp.[ch]
3951         * src/ssl_certificate.[ch]
3952         * src/ssl_manager.[ch]
3953         * src/common/Makefile.am
3954         * src/common/log.c
3955         * src/common/nntp.[ch]
3956         * src/common/socket.[ch]
3957         * src/common/ssl.[ch]
3958         * src/gtk/sslcertwindow.[ch]
3959         * ac/openssl.m4
3960                 use new autoconf script to detect OpenSSL with extra parameters
3961                 to specify the location of libs and includes, also remove USE_SSL
3962                 to USE_OPENSSL
3963
3964         * src/common/sylpheed.[ch]
3965         * src/common/version.h.in
3966                 start seperation of common code initialization seperated from gui
3967
3968         * src/summaryview.c
3969                 The function that is called when a color label changes
3970                 should not change the color lable again
3971
3972 2002-12-08 [colin]      0.8.6claws74
3973
3974         * src/gtk/sslcertwindow.c
3975                 warning fixes
3976
3977 2002-12-08 [colin]      0.8.6claws73
3978
3979         * src/statusbar.c
3980           src/common/log.h
3981                 Register a hook for statusbar_puts_all
3982         * src/common/log.c
3983                 invoke statusbar_puts_all's hook
3984         
3985 2002-12-08 [colin]      0.8.6claws72
3986
3987         * src/ssl_certificate.c
3988                 Put back a badly-removed include
3989
3990 2002-12-08 [colin]      0.8.6claws71
3991
3992         * src/gtk/sslcertwindow.[ch]    ** NEW **
3993                 new certificate presentation
3994         * src/gtk/Makefile.am
3995                 add new files
3996         * src/ssl_certificate.[ch]
3997                 gtk cleanup, made utility functions public
3998         * src/ssl_manager.c
3999                 use new cert presentation
4000
4001 2002-12-07 [christoph]  0.8.6claws70
4002
4003         * src/Makefile.am
4004         * src/nntp.[ch]                 ** REMOVE **
4005         * src/common/Makefile.am
4006         * src/common/nntp.[ch]          ** NEW **
4007                 move nntp files to common directory
4008
4009 2002-12-07 [christoph]  0.8.6claws69
4010
4011         * src/procmsg.[ch]
4012         * src/summaryview.c
4013                 implement msginfo update callback using sylpheed's new
4014                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
4015
4016 2002-12-06 [christoph]  0.8.6claws68
4017
4018         * src/editgroup.c
4019                 This patch changes the 'Edit Group Details' dialog to
4020                 allow extended selections in either pane, so that
4021                 addresses can be added or removed from a group more
4022                 quickly and easily. (it actually is a net decrease in
4023                 file size, as some unnecessary functions have been
4024                 removed). 
4025                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
4026
4027 2002-12-06 [christoph]  0.8.6claws67
4028
4029         * src/Makefile.am
4030         * src/template.[ch]             ** REMOVE **
4031         * src/common/Makefile.am
4032         * src/common/template.[ch]      ** NEW **
4033                 move template files to common directory
4034
4035         * src/nntp.c
4036                 add missing log.h include
4037
4038 2002-12-06 [melvin]     0.8.6claws66
4039
4040         * src/prefs_actions.c
4041                 Added the trailing ">" syntax to insert command's output
4042                 without replacing old text (in contrast to trailing "|").
4043
4044 2002-12-05 [colin]      0.8.6claws65
4045         
4046         * src/common/utils.c
4047                 Don't modify original search_string or it'll change
4048                 the next iterations in the for()
4049
4050 2002-12-05 [darko]      0.8.6claws64
4051
4052         * src/common/utils.c
4053                 proper check for filtering commands, found by Colin
4054
4055 2002-12-05 [darko]      0.8.6claws63
4056
4057         * src/common/utils.c
4058                 check proper string for NULL pointer, found by Colin
4059
4060 2002-12-05 [darko]      0.8.6claws62
4061
4062         * src/common/utils.[ch]
4063                 expand_search_string(): new function
4064                 converts Mutt-like patterns to Sylpheed's
4065                 filtering engine
4066         * src/summaryview.c
4067                 use expand_search_string() to allow Mutt-like
4068                 patterns in extended search
4069         * README.claws
4070                 document extended option in quick search
4071
4072 2002-12-05 [paul]       0.8.6claws61
4073
4074         * sync with 0.8.6cvs16
4075                 see ChangeLog 2002-12-05
4076                 
4077         * po/POTFILES.in
4078                 clean up
4079
4080 2002-12-04 [christoph]  0.8.6claws60
4081
4082         * src/imap.[ch]
4083                 put imap authentication code into a new function and
4084                 remove it from imap_session_new that will allow to
4085                 send other commands before authentication
4086
4087 2002-12-04 [christoph]  0.8.6claws59
4088
4089         * src/imap.[ch]
4090                 use already existing method to prevent unneeded IMAP
4091                 folder selects. Set imap_select parameters to NULL
4092                 in some functions if the values are not required.
4093
4094         * src/xml.h
4095                 remove no longer required include
4096
4097 2002-12-04 [paul]       0.8.6claws58
4098
4099         * po/es.po
4100                 updated by Ricardo Mones Lastra
4101                 
4102         * configure.in
4103           po/hu.po      ** NEW FILE **
4104                 initial Hungarian translation, submitted
4105                 by Gál Zoltán <galzoli@hu.inter.net>
4106
4107 2002-12-03 [christoph]  0.8.6claws57
4108
4109         * src/Makefile.am
4110         * src/gtksctree.[ch]            ** REMOVE **
4111         * src/gtk/Makefile.am
4112         * src/gtk/gtksctree.[ch]        ** NEW **
4113                 move gtksctree files to gtk directory
4114
4115 2002-12-03 [christoph]  0.8.6claws56
4116
4117         * src/Makefile.am
4118         * src/md5.[ch]                  ** REMOVE **
4119         * srm/common/Makefile.am
4120         * src/common/md5.[ch]           ** NEW **
4121                 move md5 files to common directory
4122
4123         * src/gtkstext.c
4124                 remove not required #include
4125
4126 2002-12-03 [sergey]     0.8.6claws55
4127
4128         * src/gtkutils.c
4129         * src/gtkutils.h
4130                 gtkut_window_popup(): new function.
4131         * src/mainwindow.c
4132                 main_window_popup(): use gtkut_window_popup() to raise
4133                 window without changing its position.
4134                 (see sylpheed-main ML message [sylpheed:17247])
4135
4136 2002-12-03 [sergey]     0.8.6claws54
4137
4138         * src/send.c
4139                 send_message_local(): removed first-dot escaping
4140                 (SMTP-only, not needed for sending through pipe)
4141
4142 2002-12-03 [paul]       0.8.6claws53
4143
4144         * po/POTFILES.in
4145                 update to reflect recent changes (thanks
4146                 to Ricardo Mones Lastra)
4147                 
4148         * tools/filter_conv.pl
4149                  fix problem with quoted strings. Patch submitted
4150                  by Luke Plant <lukeplant@softhome.net>
4151
4152 2002-12-03 [paul]       0.8.6claws52
4153
4154         * sync with 0.8.6cvs15
4155                 see ChangeLog 2002-12-03
4156
4157 2002-12-02 [christoph]  0.8.6claws51
4158
4159         * src/logwindow.[ch]
4160         * src/common/log.[ch]
4161                 implement logging using a hook function
4162
4163         * src/folderview.c
4164         * src/folder.[ch]
4165                 define hooklist name in header file to avoid
4166                 errors caused by wrong spelling of hooklist names
4167
4168         * src/toolbar.c
4169                 fix warnings
4170
4171 2002-12-02 [christoph]  0.8.6claws50
4172
4173         * src/common/Makefile.am
4174                 add src/common/hooks.[ch]
4175
4176         * src/common/hooks.[ch]
4177                 implement a simple hook system using glib's hook functions
4178
4179         * src/folder.[ch]
4180         * src/folderview.c
4181                 use new hook system for folder item updates
4182
4183 2002-12-02 [christoph]  0.8.6claws49
4184
4185         * doc-src/ui_seperation.txt     ** NEW **
4186                 information for ui seperation
4187
4188         * src/Makefile.am
4189                 remove files that were moved to common
4190                 include common directory by default for the header files
4191
4192         * src/inc.c
4193         * src/common/socket.c
4194         * src/automaton.[ch]
4195                 implement automaton using g_io_*-functions instead of
4196                 gdk_input_add to make it ui independent
4197
4198         * src/codeconv.c
4199         * src/compose.c
4200         * src/ldif.c
4201         * src/pgptext.c
4202         * src/procmime.c
4203         * src/rfc2015.c
4204         * src/smtp.c
4205         * src/unmime.c
4206                 remove common/ prefix because directory is now in
4207                 include path
4208
4209         * src/compose.c
4210         * src/folder.c
4211         * src/folderview.c
4212         * src/mainwindow.c
4213         * src/messageview.c
4214         * src/prefs_common.c
4215         * src/procmsg.c
4216         * src/rfc2015.c
4217                 fix warnings
4218
4219         * src/imap.c
4220         * src/inc.c
4221         * src/news.c
4222         * src/pop.c
4223         * src/send.c
4224         * src/smtp.c
4225         * src/ssl_certificate.c
4226                 add log.h header file for logging functions
4227
4228         * src/main.c
4229         * src/common/utils.c
4230         * src/summaryview.c
4231         * src/xml.c
4232                 o move debug_mode to common/utils.c
4233                 o add functions to set and get debug_mode
4234
4235         * src/defs.h                    ** REMOVE **
4236         * src/intl.h                    ** REMOVE **
4237         * src/socket.[ch]               ** REMOVE **
4238         * src/ssl.[ch]                  ** REMOVE **
4239         * src/utils.[ch]                ** REMOVE **
4240                 replaced by new files in src/common/
4241         
4242         * src/common/Makefile.am
4243                 add new files in src/common/
4244
4245         * src/common/defs.h             ** NEW **
4246         * src/common/intl.h             ** NEW **
4247         * src/common/log.[ch]           ** NEW **
4248         * src/common/socket.[ch]        ** NEW **
4249         * src/common/ssl.[ch]           ** NEW **
4250         * src/common/utils.[ch]         ** NEW **
4251                 replacement for files in src/
4252
4253 2002-12-02 [colin]      0.8.6claws48
4254
4255         * src/folderview.c
4256                 Scroll folderview if necessary during dnd
4257
4258 2002-12-02 [colin]      0.8.6claws47
4259
4260         * src/folder.[ch]
4261                 Add check to verify a move is within a single mailbox
4262         * src/folderview.c
4263                 Add specific error string for this check
4264
4265 2002-12-02 [colin]      0.8.6claws46
4266
4267         * src/folder.c
4268                 Add a test to folder moving, remove a statusbar_print
4269         * src/folderview.c
4270                 Add Move folder... context-menu item
4271                 Factorize folder moving code
4272                 Enable folder DND for mbox
4273
4274 2002-12-01 [christoph]  0.8.6claws45
4275
4276         * ac/aspell.m4
4277                 remove conf.aspelltest if the version check fails
4278
4279 2002-11-30 [christoph]  0.8.6claws44
4280
4281         * autogen.sh
4282                 run libtoolize --force in autogen to create missing
4283                 libtool scripts
4284
4285 2002-11-30 [christoph]  0.8.6claws43
4286
4287         * src/Makefile.am
4288         * src/pgptext.c
4289         * src/procmime.c
4290         * src/rfc2015.c
4291         * src/uuencode.[ch]             ** REMOVED **
4292         * src/common/Makefile.am
4293         * src/common/uuencode.[ch]      ** NEW **
4294                 move uuen/decoder to common directory
4295
4296 2002-11-30 [christoph]  0.8.6claws42
4297
4298         * src/Makefile.am
4299         * src/base64.[ch]               ** REMOVED **
4300         * src/codeconv.c
4301         * src/compose.c
4302         * src/ldif.c
4303         * src/pgptext.c
4304         * src/procmime.c
4305         * src/rfc2015.c
4306         * src/smtp.c
4307         * src/unmime.c
4308         * src/common/Makefile.am
4309         * src/common/base64.[ch]        ** NEW **
4310                 move base64 en/decoder to common directory
4311
4312 2002-11-30 [christoph]  0.8.6claws41
4313
4314         * src/common                    ** NEW **
4315                 new directory for UI independent code
4316         * src/gtk                       ** NEW **
4317                 new directory for GTK frontend
4318         * src/common/.cvsignore         ** NEW **
4319         * src/gtk/.cvsignore            ** NEW **
4320                 ignore build files
4321         * src/common/Makefile.am        ** NEW **
4322         * src/gtk/Makefile.am           ** NEW **
4323                 automake files to build new seperated stuff
4324         * src/Makefile.am
4325                 the binary will currently still be build with the
4326                 files in src, so we include the code from the
4327                 subdirs for now after building the libs there
4328
4329 2002-11-30 [paul]       0.8.6claws40
4330
4331         * src/compose.c
4332                 fix bug [642731] 'Wrong selected account with drafted mail'
4333
4334 2002-11-29 [oliver]     0.8.6claws39
4335         
4336         * src/messageview.c
4337                 o update summaryview when switching between different
4338                   messageviews          
4339         * src/toolbar.c  
4340                 o check if messageview holds already removed msg
4341                   from summaryview
4342                 
4343
4344 2002-11-29 [oliver]     0.8.6claws38
4345
4346         * src/toolbar.c 
4347                 remove not needed variables and includes
4348                 make messageview stay opened and move to next when msgs are deleted 
4349
4350 2002-11-29 [oliver]     0.8.6claws37
4351         
4352         * src/toolbar.c 
4353                 disable compose button (messageview toolbar) by default
4354                 deleted msgs are moved to trash
4355         
4356 2002-11-29 [melvin]     0.8.6claws36
4357
4358         * configure.in
4359                 Increased minimal gpgme version to 0.3.10 (Zombies out)
4360                 and to detect signatures expirations (gpgme 0.3.6)
4361
4362         * src/main.c
4363                 Use non obsolescent function for Gpgme engine checking.
4364
4365         * src/rfc2015.c
4366                 Inform about expired signatures or signatures which key
4367                 has expired. Expiration date is displayed.
4368
4369         * src/sigstatus.c
4370                 Inform about expired signatures or signatures which key
4371                 has expired.
4372
4373 2002-11-28 [paul]       0.8.6claws35
4374
4375         * src/folderview.c
4376                 re-instate 'Check for new messages' in Newsgroup
4377                 folders right-click menu, after a suggestion from
4378                 Tim Mann <timmann@users.sourceforge.net>
4379
4380         * src/main.c
4381                 after a crash check only local folders for new
4382                 messages
4383
4384 2002-11-28 [paul]       0.8.6claws34
4385
4386         * configure.in
4387                 apply patch that fixes the checking of GTK with XIM 
4388                 support on different OSs, such as FreeBSD. Patch 
4389                 submitted by Topia <topia@users.sourceforge.net>
4390                 
4391 2002-11-28 [paul]       0.8.6claws33
4392
4393         * src/mainwindow.c
4394           src/prefs_common.c
4395           src/prefs_toolbar.c
4396                 more changes to the English
4397
4398 2002-11-28 [paul]       0.8.6claws32
4399
4400         * sync with 0.8.6cvs13
4401                 see ChangeLog 2002-11-28 (no sync needed
4402                 for src/compose.c)
4403
4404 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
4405         
4406         * src/mainwindow.[ch]
4407                 add patch by Ivan F. Martinez introducing messageview Toolbar
4408                 some changes and committed by oliver    
4409
4410 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
4411
4412         * src/messageview.[ch]
4413                 add patch by Ivan F. Martinez introducing messageview Toolbar
4414                 some changes and committed by oliver    
4415
4416 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
4417
4418         * src/compose.[ch]
4419                 add patch by Ivan F. Martinez introducing messageview Toolbar
4420                 some changes and committed by oliver    
4421
4422 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
4423         
4424         * src/toolbar.[ch]
4425                 add patch by Ivan F. Martinez introducing messageview Toolbar
4426                 some changes and committed by oliver
4427
4428 2002-11-28 [oliver]     0.8.6claws27
4429         
4430         * src/prefs_toolbar.[ch]
4431                 getting ready for messageview toolbar
4432                 free mem allocated by gettext
4433                 change prefs_toolbar to prefs_toolbar_open
4434  
4435 2002-11-28 [thorsten]   0.8.6claws26
4436
4437         * src/imageview.[ch]
4438                 cleaned up conflicting declarations of
4439                 imageview_show_image()
4440
4441 2002-11-28 [paul]       0.8.6claws25
4442
4443         * src/grouplistdialog.c
4444           src/prefs_common.c
4445           src/prefs_summary_column.c
4446                 a few more improvements to the English
4447
4448 2002-11-28 [colin]      0.8.6claws24
4449
4450         * man/sylpheed.1
4451                 A few updates to command-line parameters
4452
4453 2002-11-28 [colin]      0.8.6claws23
4454
4455         * src/prefs_filtering.c
4456                 Fix problems with prefs_filtering_delete_path:
4457                 a) if the first rule is removed, original pointers
4458                    weren't updated (leading to segfaults)
4459                 b) it was always global_processing updated in case
4460                    of removed path was parent of rule path
4461
4462 2002-11-27 [paul]       0.8.6claws22
4463
4464         * src/mainwindow.c
4465           src/prefs_account.c
4466           src/prefs_actions.c
4467           src/prefs_common.c
4468           src/prefs_customheader.c
4469           src/prefs_display_header.c
4470           src/prefs_filtering.c
4471           src/prefs_folder_item.c
4472           src/prefs_matcher.c
4473           src/prefs_scoring.c
4474           src/prefs_summary_column.c
4475           src/prefs_template.c
4476           src/prefs_toolbar.c
4477                  improve the English in the GUI
4478
4479 2002-11-27 [colin]      0.8.6claws21
4480
4481         * src/folder.c
4482                 Fix processing renaming problems happening after
4483                 last commit
4484
4485 2002-11-27 [colin]      0.8.6claws20
4486
4487         * src/folder.c
4488                 recursive move now deletes src each subfolder after 
4489                 having moved it
4490         * src/folderview.c
4491                 Use identifier instead of path during dnd (enables
4492                 IMAP folder dnd)
4493
4494 2002-11-27 [paul]       0.8.6claws19
4495
4496         * src/main.c
4497                 apply patch that does command-line processing 
4498                 BEFORE gtk_init, allowing claws to run from 
4499                 shell-scripts in non-X environment (e.g. crontab 
4500                 or ip-up, ip-down scripts). Patch submitted by
4501                 Ruslan N. Balkin <baron@dartel.ru>
4502                 
4503         * po/it.po
4504                 updated by Alessandro Maestri
4505
4506 2002-11-27 [paul]       0.8.6claws18
4507
4508         * sync with 0.8.6cvs12
4509           src/prefs_common.c
4510                 Differences are that main uses a 'Receive dialog'
4511                 frame on the Interface tab, whereas claws groups all 
4512                 the dialogs together in a 'Dialogs' frame.
4513
4514 2002-11-27 [colin]      0.8.6claws17
4515
4516         * src/prefs_matcher.c
4517                 Fix Execute criteria's NOT flag
4518
4519
4520 2002-11-26 [christoph]  0.8.6claws16
4521
4522         * src/ssl.c
4523                 rewrite the ssl code a little bit, only use one
4524                 SSL context, set default certificates' file/path
4525
4526 2002-11-26 [thorsten]   0.8.6claws15
4527
4528         * src/compose.c
4529                 default-reply-to didn't work for ml-reply
4530
4531 2002-11-26 [melvin]     0.8.6claws14
4532
4533         * src/prefs_actions.c
4534                 Made pipe-actions ignore short headers in message view
4535                 Made trailing-pipe-actions write in the message view with
4536                 the same font as the original message
4537
4538 2002-11-26 [paul]       0.8.6claws13
4539
4540         * src/compose.c
4541                 this time commit the correct file
4542
4543 2002-11-26 [paul]       0.8.6claws12
4544
4545         * sync with 0.8.6cvs11
4546           src/quote_fmt_parse.y  
4547                 no sync needed
4548           src/account.[ch]       
4549                 not sync'ed
4550           src/compose.c
4551                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
4552                 on draft mode.
4553                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
4554                 header
4555                 
4556         see ChangeLog 2002-11-25 and 2002-11-26
4557
4558 2002-11-26 [colin]      0.8.6claws11
4559
4560         * src/folderview.c
4561                 Fix collapsed folder not auto-expanding during
4562                 mail dnd, if it was the source folder.
4563
4564 2002-11-25 [colin]      0.8.6claws10
4565
4566         * src/folderview.[ch]
4567                 Variable renaming and cleaning (slist of nodes 
4568                 to be re-collapsed is stored in FolderView)
4569
4570 2002-11-25 [paul]       0.8.6claws9
4571
4572         * src/prefs_common.[ch]
4573                 fix breakage caused by last commit
4574
4575 2002-11-25 [paul]       0.8.6claws8
4576
4577         * sync with 0.8.6cvs4
4578                 see ChangeLog 2002-11-21
4579
4580 2002-11-25 [paul]       0.8.6claws7
4581
4582         * sync with 0.8.6cvs4
4583                 see ChangeLog 2002-11-20
4584
4585 2002-11-25 [paul]       0.8.6claws6
4586
4587         * sync with 0.8.6cvs3
4588                 see ChangeLog 2002-11-18
4589
4590 2002-11-25 [colin]      0.8.6claws5
4591
4592         * src/gtkutils.[ch]
4593                 Add gtkut_ctree_node_is_parent()
4594         * src/folderview.c
4595                 Spring-loaded folders
4596
4597 2002-11-25 [colin]      0.8.6claws4
4598
4599         * src/utils.[ch]
4600                 Add slist_concat_unique(), function to merge
4601                 two GSList filtering dups
4602         * src/folder.[ch]
4603         * src/summaryview.[ch]
4604         * src/folderview.c
4605         * src/main.c
4606                 Add detection/update/display of unread answers
4607                 to marked mails
4608         * src/procmsg.[ch]
4609                 Add procmsg_find_children()
4610                 Add procmsg_msg_has_marked_parent()
4611
4612 2002-11-25 [colin]      0.8.6claws3
4613
4614         * src/ssl_certificate.[ch]
4615                 Allow checking a certificate without a DNS
4616                 lookup
4617                 Allow to forget a cert (by deleting it)
4618                 Make ssl_certificate_destroy_public
4619         * src/ssl_manager.[ch] ** NEW FILES **
4620                 Gui to manage (display/remove) certificates
4621         * src/prefs_common.[ch]
4622                 Add a pref to allow silent acceptation of
4623                 trusted certificates or not (based on the
4624                 "I want to know what's going on" principle)
4625         * src/mainwindow.c
4626                 Add SSL manager in Tools menu
4627         * src/Makefile.am
4628                 Add the new files to the build
4629         * po/POTFILES.in
4630                 Add ssl_manager.c to translations
4631
4632 2002-11-25 [colin]      0.8.6claws2
4633
4634         * src/summaryview.[ch]
4635                 Add S_SEARCH_EXTENDED to the quick search, which 
4636                 allows to search using filtering syntax.
4637
4638 2002-11-25 [colin]      0.8.6claws1
4639
4640         * src/summaryview.c
4641                 Deletion of duplicates now prefer deleting
4642                 the unread dup (fixes feature-request 638989).
4643
4644 2002-11-24 [paul]       0.8.6claws
4645
4646         * po/es.po
4647           po/pl.po
4648           po/ru.po
4649           po/sr.po
4650                 updated by Ricardo Mones Lastra,
4651                 Witold Wladyslaw Wojciech Wilk,
4652                 Ruslan N. Balkin, and  Urke MMI 
4653                 respectively
4654
4655 2002-11-24 [paul]       0.8.5claws182
4656
4657         * po/bg.po
4658                 updated by George Danchev
4659
4660 2002-11-23 [alfons]     0.8.5claws181
4661
4662         * src/imap.c
4663                 tiny memory leak found by browsing Dimitar's 
4664                 valgrind report
4665
4666 2002-11-23 [paul]       0.8.5claws180
4667
4668         * po/it.po
4669                 updated by Alessandro Maestri
4670
4671 2002-11-22 [christoph]  0.8.5claws179
4672
4673         * src/compose.c
4674         * src/inc.c
4675         * src/prefs_filtering.c
4676         * src/summaryview.c
4677                 more warning fixes
4678
4679 2002-11-22 [alfons]     0.8.5claws178
4680
4681         * src/summaryview.c
4682                 summary_execute_delete_func(): if message is deleted, make 
4683                 sure to also remove its entry in the subject hash table. 
4684                 fixes a corner case bug.
4685
4686 2002-11-22 [paul]       0.8.5claws177
4687
4688         * .cvsignore
4689                 add 'autom4te.cache'
4690                 
4691         * ltconfig      ** REMOVED **
4692                 not needed
4693
4694 2002-11-22 [paul]       0.8.5claws176
4695
4696         * src/textview.c
4697                 textview_set_font(): fix for message display in
4698                 UTF-8 locales (thanks to Sergey Vlasov).
4699                 
4700         * AUTHORS
4701                 add new team members and contributors
4702
4703
4704 2002-11-21 [colin]      0.8.5claws175
4705
4706         * src/procmsg.[ch]
4707                 Add procmsg_remove_special_headers()
4708         * src/mh.c
4709                 Use procmsg_remove_special_headers() for 
4710                 previous fix
4711
4712 2002-11-21 [colin]      0.8.5claws174
4713
4714         * src/mh.c
4715                 Fix moving/copying from queue/draft folders
4716                 for MH folders
4717
4718 2002-11-21 [christoph]  0.8.5claws173
4719
4720         * src/crash.c
4721         * src/filtering.c
4722         * src/logwindow.c
4723         * src/main.c
4724         * src/matcher_parser_lex.[hl]
4725         * src/mbox.c
4726         * src/mbox_folder.[ch]
4727         * src/prefs_filtering.c
4728         * src/procheader.c
4729         * src/quote_fmt_lex.l
4730         * src/ssl.c
4731                 fix all warnings except the warnings in lex and yacc files
4732
4733 2002-11-20 [christoph]  0.8.5claws172
4734
4735         * src/imap.c
4736                 fix MsgInfo retrieval for IMAP draft and queue folders
4737                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4738
4739 2002-11-19 [christoph]  0.8.5claws171
4740
4741         * src/compose.c
4742                 fix segfault, when draft saving does not get
4743                 the MsgInfo of the new message
4744                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
4745
4746 2002-11-19 [christoph]  0.8.5claws170
4747
4748         * src/procmsg.c
4749                 add parameter check for flag setting function
4750                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
4751
4752 2002-11-18 [paul]       0.8.5claws169
4753
4754         * src/compose.c
4755                 more sensitivity fixes to redirect mode:
4756                 * disable toolbar draft button
4757                 * allow only Address book in the Tools menu
4758                 * disable editing of message by the spell
4759                   checker
4760
4761 2002-11-18 [paul]       0.8.5claws168
4762
4763         * src/compose.c
4764                 fix sensitivity of menu items in compose_redirect():
4765                 allow only the necessary items 
4766
4767 2002-11-18 [paul]       0.8.5claws167
4768
4769         * src/compose.c
4770                 fix bug [ 603259 ] 'attachment got lost on bounce'
4771
4772 2002-11-18 [paul]       0.8.5claws166
4773
4774         * po/ru.po
4775                 updated by Ruslan N. Balkin <baron@dartel.ru>
4776
4777 2002-11-18 [colin]      0.8.5claws165
4778
4779         * src/main.c
4780           src/defs.h
4781                 Remove old filtering stuff
4782
4783
4784 2002-11-17 [oliver]     0.8.5claws164
4785
4786         * src/toolbar.h
4787                 remove not needed typedef 
4788
4789 2002-11-17 [oliver]     0.8.5claws163
4790
4791         * src/toolbar.c
4792                 make toolbar's on click events translatable
4793
4794 2002-11-15 [colin]      0.8.5claws162
4795
4796         * src/summaryview.c
4797                 Revert too-soon integration of a feature
4798
4799 2002-11-15 [christoph]  0.8.5claws161
4800
4801         * src/imap.c
4802                 use main's implementation of imap_get_msginfo
4803
4804 2002-11-15 [christoph]  0.8.5claws160
4805
4806         * src/compose.c
4807         * src/folder.[ch]
4808         * src/imap.c
4809         * src/mbox_folder.c
4810         * src/mh.c
4811         * src/news.c
4812         * src/procmsg.c
4813         * src/summaryview.c
4814                 replace claws' fetch_msginfo with main's get_msginfo
4815                 (use main's implementation where possible)
4816
4817 2002-11-15 [colin]      0.8.5claws159
4818
4819         * src/ssl_certificate.c
4820                 Missed a check
4821
4822 2002-11-16 [melvin]     0.8.5claws158
4823
4824         * po/fr.po
4825                 Updated French translations.
4826
4827 2002-11-16 [colin]      0.8.5claws157
4828
4829         * src/ssl_certificate.c
4830                 Check for missing parts in the certificates
4831
4832 2002-11-15 [colin]      0.8.5claws156
4833
4834         * src/folderview.c
4835                 Preventive fix (missing check) found by
4836                 Alfons
4837
4838 2002-11-15 [paul]
4839
4840         * NEWS
4841                 sync with 0.8.6 release
4842
4843 2002-11-15 [colin]      0.8.5claws155
4844
4845         * src/folder.[ch]
4846           src/folderview.c
4847                 Fix error handling of folder_item_move_to()
4848                 (thanks to Alfons!)
4849
4850 2002-11-15 [colin]      0.8.5claws154
4851
4852         * src/folder.[ch]
4853           src/folderview.c
4854                 folder_item_move_to() sets an error message instead
4855                 of having GUI stuff in folder.c
4856
4857 2002-11-15 [colin]      0.8.5claws153
4858
4859         * src/procmsg.[ch]
4860                 Implemented a callback for MsgInfo updates, 
4861                 heavily copy/pasted from Christoph's folder 
4862                 callback system
4863         * src/summaryview.[ch]
4864                 Register summary_update_msg as callback
4865
4866 2002-11-14 [colin]      0.8.5claws152
4867         
4868         * src/procmsg.c
4869                 Update the FolderItem after sending (fixes 617593)
4870
4871 2002-11-14 [christoph]  0.8.5claws151
4872
4873         * src/folder.c
4874                 fix wrong position of NULL pointer check found
4875                 by Sergey
4876
4877 2002-11-14 [christoph]  0.8.5claws150
4878
4879         * src/folder.c
4880                 fix segfault when deleting messages from IMAP folders
4881                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
4882
4883 2002-11-14 [colin]      0.8.5claws149
4884
4885         * src/compose.c
4886                 Forwarding was also ignoring the folder's default account.
4887
4888 2002-11-14 [colin]      0.8.5claws148
4889
4890         * src/compose.c
4891                 Fix sent folder not set to folder properties when 
4892                 forwarding.
4893
4894 2002-11-14 [thorsten]   0.8.5claws147
4895
4896         * src/inc.c
4897                 inc_start(): Files were not moved from .processing to inbox,
4898                 if no global processing rule existed
4899
4900 2002-11-14 [colin]      0.8.5claws146
4901
4902         * src/ssl_certificate
4903                 Fix file operations
4904
4905 2002-11-14 [paul]       0.8.5claws145
4906
4907         * po/it.po
4908                 updated by Alessandro Maestri
4909
4910 2002-11-13 [alfons]     0.8.5claws144
4911
4912         * src/folder.c
4913                 folder_item_close(): only mark messages unread
4914                 when a folder has new messages 
4915
4916 2002-11-13 [keith]      0.8.5claws143
4917
4918         * src/imap.c
4919                 Fix problem moving or copying between
4920                 IMAP folders
4921
4922 2002-11-13 [colin]      0.8.5claws142
4923
4924         * src/matcher_parser_parse.y
4925                 Fix rule problem when " don't match
4926
4927 2002-11-13 [christoph]  0.8.5claws141
4928
4929         * src/folder.c
4930         * src/folderview.c
4931                 moved cache saving to folder_item_close
4932                 the folderview should not have to deal with
4933                 this things
4934
4935 2002-11-13 [christoph]  0.8.5claws140
4936
4937         * src/summaryview.c
4938                 moved setting of important score to
4939                 summary_set_prefs_from_folderitem
4940
4941 2002-11-13 [colin]      0.8.5claws139
4942
4943         * src/matcher_parser_parse.y
4944                 Fix a segfault in the parser (happening when
4945                 a good expression had been tested and a bad 
4946                 one arrives)
4947
4948 2002-11-13 [paul]       0.8.5claws138
4949
4950         * sync with 0.8.5cvs24
4951                 see ChangeLog 2002-11-13
4952                 
4953         * po/pt_BR.po
4954                 updated by Fabio Jr. Beneditto
4955
4956 2002-11-13 [colin]      0.8.5claws137
4957         
4958         * src/msgcache.c
4959           src/defs.h
4960           src/procmsg.[ch]
4961                 Revert last commit, problem
4962
4963 2002-11-13 [colin]      0.8.5claws136
4964
4965         * src/msgcache.c
4966                 Remove duplicated code
4967         * src/defs.h
4968                 Bumped CACHE_VERSION and MARK_VERSION
4969         * src/procmsg.[ch]
4970                 Network endian for cache and mark files
4971
4972 2002-11-12 [colin]      0.8.5claws135
4973
4974         * src/inc.c
4975                 Fix the "socket error" dialog which disappeared
4976
4977 2002-11-12 [colin]      0.8.5claws134
4978
4979         * src/msgcache.c
4980                 Reverse last commit which had performance 
4981                 problems, but still reverse the list
4982
4983 2002-11-12 [colin]      0.8.5claws133
4984
4985         * src/msgcache.c
4986                 Reverse list order
4987
4988 2002-11-12 [melvin]     0.8.5claws132
4989
4990         * src/compose.c
4991                 Added a check for a NULL prefs_common.dictionary
4992
4993 2002-11-12 [colin]      0.8.5claws131
4994
4995         * src/ssl_certificate.[ch]
4996                 Use FQDN hostname
4997
4998 2002-11-12 [colin]      0.8.5claws130
4999
5000         * src/ssl_certificate.[ch]
5001                 Take connection port into account for 
5002                 checking certificates (a single hostname
5003                 could have multiple servers with multiple
5004                 certificates)
5005         * src/ssl.c
5006                 Pass the port to ssl_certificate_check
5007
5008 2002-11-12 [paul]       0.8.5claws129
5009
5010         * src/folder.c
5011                 fix a typo in last commit
5012
5013 2002-11-12 [paul]       0.8.5claws128
5014
5015         * sync with 0.8.5cvs23
5016                 see ChangeLog entry 2002-11-12
5017
5018 2002-11-11 [colin]      0.8.5claws127
5019
5020         * src/ssl_certificate.c
5021                 Cleaner messages
5022                 Don't popup, instead log error, if the 
5023                 corresponding pref is checked
5024         * src/ssl_certificate.h
5025                 include <openssl/objects/h>
5026
5027 2002-11-11 [colin]      0.8.5claws126
5028
5029         * src/ssl_certificate.h
5030                 _Really_ clean it
5031
5032 2002-11-11 [colin]      0.8.5claws125
5033         
5034         * src/ssl_certificate.c
5035                 Fixed leak
5036
5037 2002-11-11 [colin]      0.8.5claws124
5038
5039         * src/ssl.c
5040                 Cleaned a bit
5041         * src/ssl_certificate.[ch]
5042                 Cleaned a bit (better use of SSL API)
5043                 (This will cause non-recognition of saved 
5044                  certificates of claws12[23]...)
5045
5046 2002-11-11 [paul]       0.8.5claws123
5047         
5048         * po/es.po
5049                 updated by Ricardo Mones Lastra
5050
5051 2002-11-11 [colin]      0.8.5claws122
5052
5053         * src/ssl.c
5054                 Fix a typo
5055
5056 2002-11-11 [colin]      0.8.5claws121
5057
5058         * src/ssl_certificate.[ch] ** NEW FILES **
5059         * src/ssl.[ch]
5060                 Check SSL certificates presented to us
5061         * src/Makefile.am
5062                 Add ssl_certificate.[ch]
5063         * po/POTFILES.in
5064                 Add ssl_certificate.c
5065
5066 2002-11-11 [paul]       0.8.5claws120
5067
5068         * sync with 0.8.5cvs22
5069                 see ChangeLog 2002-11-11
5070
5071 2002-11-11 [paul]       0.8.5claws119
5072
5073         * sync with 0.8.5cvs21
5074                 see ChangeLog 2002-11-11
5075
5076 2002-11-10 [jens]       0.8.5claws118
5077
5078         * src/folder.c
5079         * src/folderview.c
5080                 corrected some typing
5081         * po/de.po
5082                 updated german translation
5083         * sylpheed.spec.in
5084                 cleaned up specfile and adjusted it for claws
5085
5086 2002-11-10 [colin]      0.8.5claws117
5087
5088         * src/summaryview.c
5089                 a STATUSBAR_PUSH/POP fix
5090
5091 2002-11-10 [colin]      0.8.5claws116
5092
5093         * src/prefs_folder_item.c
5094                 Fix hanging after opening folder properties
5095
5096 2002-11-10 [hoa]        0.8.5claws115
5097
5098         * src/matcher_parser_lex.l
5099         * src/matcher_parser_parse.y
5100                 config file for scoring and filtering is no more trashed
5101                 when there is a syntax error in a filtering rule when
5102                 editing it in a dialog.
5103
5104 2002-11-09 [colin]      0.8.5claws114
5105
5106         * src/mbox_folder.c
5107                 Added missing initialisation of folder->destroy()
5108
5109 2002-11-09 [colin]      0.8.5claws113
5110
5111         * src/folder.c
5112           src/folderview.c
5113                 Fix the status bar messages
5114
5115 2002-11-09 [colin]      0.8.5claws112
5116
5117         * src/folderview.c
5118                 Fix hangs after folder dnd, happening after 
5119                 claws109.
5120
5121 2002-11-09 [christoph]  0.8.5claws111
5122
5123         * src/folderview.c
5124                 just changed order of calls (reverse order of
5125                 associated calls)
5126         * src/inc.c
5127                 lock inc when checking only one account, otherwise
5128                 inc all could be executed at the same time
5129
5130 2002-11-09 [christoph]  0.8.5claws110
5131
5132         * src/folderview.c
5133                 better unlock the mouse cursor before calling
5134                 summary_show because it changes the cursor too
5135
5136 2002-11-09 [christoph]  0.8.5claws109
5137
5138         * src/folder.[ch]
5139         * src/folderview.c
5140                 add functions to open and close a folder
5141                 o opending will execute scanning for remote folders
5142                   and processing
5143                 o closing will unset new flag for messages
5144
5145 2002-11-09 [colin]      0.8.5claws108
5146
5147         * src/folder.c
5148                 Add a call to prefs_matcher_write_config to 
5149                 avoid non-leaf folders filtering settings to be
5150                 lost
5151
5152 2002-11-09 [paul]       0.8.5claws107
5153
5154         * src/prefs_account.c
5155                 re-word a label
5156
5157 2002-11-09 [colin]      0.8.5claws106
5158
5159         * src/folderview.c
5160                 Minor esthetic fix
5161
5162 2002-11-09 [colin]      0.8.5claws105
5163
5164         * src/folderview.c
5165                 Fix prefs_filtering deletion for MH folders (same
5166                 reason as below)
5167         * src/prefs_filtering.c
5168                 Fix prefs_filtering renaming and deletion for 
5169                 folder-based processing rules.  
5170
5171 2002-11-09 [christoph]  0.8.5claws104
5172
5173         * src/compose.c
5174         * src/folder.[ch]
5175         * src/folderview.[ch]
5176         * src/import.c
5177         * src/inc.c
5178         * src/main.c
5179         * src/mainwindow.c
5180         * src/messageview.c
5181         * src/prefs_folder_item.c
5182         * src/procmsg.c
5183         * src/summaryview.c
5184                 implement a callback system for folder item updates
5185
5186 2002-11-09 [colin]      0.8.5claws103
5187
5188         * src/folderview.c
5189                 Fix prefs_filtering renaming for MH folders (we
5190                 shouldn't rename by path as another folder could
5191                 have the same hierarchy).
5192
5193 2002-11-09 [colin]      0.8.5claws102
5194
5195         * src/folder.c
5196                 Fix a leak found by Christoph, use better variable
5197                 names
5198
5199 2002-11-09 [colin]      0.8.5claws101
5200
5201         * src/folder.c
5202                 One more fix for processing rules
5203
5204 2002-11-08 [colin]      0.8.5claws100
5205         
5206         * src/matcher.c
5207                 Don't copy the compiled regexp (will be reevaluated)
5208         * src/folderview.c
5209                 Lock folderview while moving
5210         * src/folder.c
5211                 Provide info on what's happening to the user
5212
5213 2002-11-08 [colin]      0.8.5claws99
5214
5215         * src/folderview.c
5216                 Fix folder reordering after a move if parent is 
5217                 root
5218         * src/scoring.[ch]
5219                 Add function to copy a ScoringProp
5220         * src/prefs_folder_item.c
5221                 Copy scoring rules when copying a folder prefs
5222
5223 2002-11-08 [colin]      0.8.5claws98
5224
5225         * src/folderview.c
5226                 Fixes in case of failure
5227         * src/filtering.[ch]    
5228                 Add function to duplicate a FilteringProp
5229         * src/matcher.[ch]
5230                 Add function to duplicate a MatcherProp
5231         * src/prefs_folder_item.c
5232                 Save folder's processing rules when copying 
5233                 its prefs
5234
5235 2002-11-08 [colin]      0.8.5claws97
5236         
5237         * src/folderview.c
5238                 Sort after move
5239         * src/folder.c 
5240                 Change a printf to debug_print
5241
5242 2002-11-08 [colin]      0.8.5claws96
5243
5244         * src/folder.c
5245           src/folderview.c
5246                 Fix segfaults, call me stupido
5247         
5248
5249 2002-11-08 [colin]      0.8.5claws95
5250
5251         *src/folder.c
5252                 Added forgotten prefs to save when moving folders
5253
5254 2002-11-08 [colin]      0.8.5claws94
5255
5256         * src/folder.c
5257                 Fixes to folder DND (prefs copy)
5258         * src/folderview.c
5259                 Optimization for folder DND (don't rescan whole tree)
5260                 Added folderview_create_folder_node() for this 
5261                 optimization, so de-duped a bit the code
5262         * src/prefs_folder_item.[ch]
5263                 Added prefs_folder_item_copy_prefs()    
5264           
5265 2002-11-08 [paul]       0.8.5claws93
5266
5267         * src/prefs_account.c
5268           tools/README
5269           tools/kmail2sylpheed_v2.pl
5270                 correct some typos
5271
5272 2002-11-08 [paul]       0.8.5claws92
5273
5274         * src/compose.c
5275           src/prefs_account.[ch]
5276                 remove account options 'clearsign' and 'ascii_armored',
5277                 replace with 'default_gnupg_mode' to prevent mixed-mode
5278                 Privacy settings
5279
5280 2002-11-08 [paul]       0.8.5claws91
5281
5282         * src/compose.[ch]
5283                 re-implement GnuPG 'on-the-fly' mode selection,
5284                 disallow mixed-mode
5285
5286 2002-11-08 [colin]      0.8.5claws90
5287
5288         * src/folderview.c
5289           src/prefs_folder_item.c
5290                 Change "Property" to "Properties"
5291
5292 2002-11-07 [colin]      0.8.5claws89
5293
5294         * src/folderview.c
5295           src/folder.c
5296                 Allow folder dropping to a root folder
5297
5298 2002-11-07 [paul]       0.8.5claws88
5299
5300         * src/compose.c
5301                 revert last commit
5302
5303 2002-11-07 [paul]       0.8.5claws87
5304
5305         * src/compose.c
5306                 fix reply-to-list bug. closes bug report
5307                 "[633382] reply-to-list broken in recent cvs"
5308
5309 2002-11-07 [paul]       0.8.5claws86
5310
5311         * src/compose.c
5312                 add a forgotten '#if USE_GPGME ... #endif'
5313
5314 2002-11-07 [paul]       0.8.5claws85
5315
5316         * sync with 0.8.5cvs20
5317                 see ChangeLog 2002-11-07
5318
5319 2002-11-07 [colin]      0.8.5claws84
5320
5321         * src/folder.[ch]
5322                 Change folder_item_move_to to return the newly 
5323                 created folderitem.
5324         * src/folderview.c
5325                 Select the new folderitem after moving.
5326
5327 2002-11-07 [colin]      0.8.5claws83
5328
5329         * src/prefs_filtering.c
5330                 Fix rule rewriting when moving a leaf folder to a 
5331                 shorter path
5332
5333 2002-11-07 [colin]      0.8.5claws82
5334
5335         * src/prefs_filtering.c
5336                 fix a leak
5337
5338 2002-11-07 [colin]      0.8.5claws81
5339
5340         * src/folder.[ch]
5341                 Add folder_item_move_to() function to move a 
5342                 folderitem into another one (updates matcher etc)
5343         * src/folderview.c
5344                 Add folder drag'n drop (context menu to come)
5345                 [Should be dataloss free, but Please backup before 
5346                  trying !]
5347
5348 2002-11-06 [colin]      0.8.5claws80
5349
5350         * src/mh.c
5351                 mh_create_folder() returns NULL if can't create
5352                 directory hierarchy
5353
5354 2002-11-06 [paul]       0.8.5claws79
5355
5356         * src/compose.[ch]
5357                 allow 'on-the-fly' changing of the type of encryption 
5358                 and/or signing used (mime/ascii) via the compose window
5359
5360 2002-11-06 [paul]       0.8.5claws78
5361
5362         * sync with 0.8.5cvs19
5363                 see ChangeLog 2002-11-06 for src/account.c: 
5364                 account_get_special_folder()
5365                 
5366 2002-11-05 [alfons]     0.8.5claws77
5367
5368         * src/crash.c
5369                 very minor cleanups: nothing to see here, move on. :-)
5370
5371 2002-11-05 [colin]      0.8.5claws76
5372
5373         * src/main.c
5374                 Changes choices if compose windows are opened to
5375                 Discard, Draft, Don't quit
5376
5377 2002-11-05 [thorsten]   0.8.5claws75
5378
5379         * src/compose.c
5380                 reenabled default_reply_to folder option
5381
5382 2002-11-05 [colin]      0.8.5claws74
5383
5384         * src/compose.[ch] 
5385                 add compose_draft()
5386         * src/crash.c
5387                 add SIGTERM handler
5388         * src/main.[ch]
5389                 add clean_quit() for the SIGTERM handler
5390
5391 2002-11-05 [paul]       0.8.5claws73
5392         
5393         * po/es.po
5394                 updated by Ricardo Mones Lastra
5395
5396 2002-11-05 [melvin]     0.8.5claws72
5397
5398         * src/logwindow.c
5399                 Fixed log-clipping bug #616795.
5400                 To stop logging in the log window use 0 length.
5401         * src/prefs_common.c
5402                 Added a label to inform about the 0 log length behaviour.
5403
5404 2002-11-05 [paul]       0.8.5claws71
5405
5406         * sync with 0.8.5cvs17
5407                 see ChangeLog 2002-11-05
5408
5409 2002-11-04 [paul]       0.8.5claws70
5410
5411         * sylpheed-128x128.png
5412           sylpheed-64x64.png
5413           sylpheed.png
5414                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
5415                 <nikai@users.sourceforge.net>
5416                 
5417         * po/bg.po
5418                 updated by George Danchev
5419
5420 2002-11-03 [thorsten]   0.8.5claws69
5421
5422         * src/main.c
5423           src/mimeview.c
5424           src/rfc2015.h
5425                 add check if gpg is active
5426
5427 2002-11-03 [thorsten]   0.8.5claws68
5428
5429         * src/toolbar.h
5430                 removed GSList declaration causing trouble on MacOS-X
5431                 (submitted by alfons, reported by xfesty)
5432
5433 2002-11-01 [paul]       0.8.5claws67
5434
5435         * src/mainwindow.c
5436                 remove last remnants of main's filter code
5437
5438 2002-11-01 [paul]       0.8.5claws66
5439
5440         * tools/filter_conv.pl
5441                 fix bug where user-defined headers were ignored
5442
5443 2002-11-01 [paul]       0.8.5claws65
5444
5445         * src/logwindow.c
5446                 make a debug_print() not translatable
5447
5448 2002-10-31 [melvin]     0.8.5claws64
5449
5450         * ac/aspell.m4
5451                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
5452                 not run any GNU/aspell test.  The dictionary path will
5453                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
5454                 was given, in which case, it will be $prefix/lib/aspell/
5455         * configure.in
5456                 Fixed typo in commentary (Aspell code).
5457
5458 2002-10-31 [paul]       0.8.5claws63
5459
5460         * po/POTFILES.in
5461                 remove src/filter.c and src/prefs_filter.c
5462                 thanks to Ricardo for reminding me
5463
5464 2002-10-31 [colin]      0.8.5claws62
5465
5466         * src/mbox_folder.c
5467                 Plug some leaks
5468
5469 2002-10-31 [paul]       0.8.5claws61
5470
5471         * src/prefs_filter.[ch] ** REMOVED **
5472           src/filter.[ch]       ** REMOVED **
5473           
5474         * src/Makefile.am
5475           src/folderview.c
5476           src/inc.c
5477           src/main.c
5478           src/mainwindow.c
5479           src/mbox.c
5480           src/prefs_common.c
5481           src/prefs_filtering.c
5482           src/summaryview.[ch]
5483                 remove main's 'filter' code
5484                 
5485         README.claws
5486                 update to reflect removal of main's filter
5487
5488 2002-10-31 [paul]       0.8.5claws60
5489
5490         * src/summaryview.c
5491                 remove check for global_processing in summary_filter_open(). 
5492                 This fixes the bug where if the user uses the right-click 
5493                 'Create filter rule...' and doesn't have any filter rules 
5494                 already defined in claws' advanced filtering, the newly 
5495                 created filter rule goes to main's filtering which is 
5496                 inaccessible through the gui. Now the filter rule gets added
5497                 to claws' filtering by default.
5498
5499 2002-10-28 [melvin]     0.8.5claws59
5500
5501         * src/prefs_actions.c
5502                 Fixed bug #627322 where MIME parts were not always
5503                 correctly passed to a %p action
5504                 Display an error dialog when message filename is not found.
5505
5506 2002-10-28 [melvin]     0.8.5claws58
5507
5508         * src/prefs_common.c
5509                 Readded a missing function declaration lost in 0.8.3claws34
5510
5511 2002-10-28 [paul]       0.8.5claws57
5512
5513         * sync with 0.8.5cvs15
5514                 see ChangeLog 2002-10-28 and 2002-10-25
5515                 
5516         Note: ChangeLog entry 2002-10-24 is not sync'ed.
5517
5518 2002-10-27 [oliver]     0.8.5claws56
5519
5520         * src/pop.c
5521                 plug leak in pop3_top_recv
5522
5523 2002-10-26 [christoph]  0.8.5claws55
5524
5525         * src/folder.c
5526                 set need_update folder flag when messages are added
5527                 (closes bug [ 626922 ] folder not updated after receiving)
5528
5529 2002-10-25 [melvin]     0.8.5claws54
5530
5531         * src/imageview.c
5532                 Fixed a memleak introduced in the scaling code.
5533
5534 2002-10-24 [alfons]     0.8.5claws53
5535
5536         * src/filtering.c
5537                 make filtering's forward message action forward from the 
5538                 correct account
5539                 (closes bug [628089 ] Filter -> Forward from address problem
5540                 reported by Oktay)
5541
5542 2002-10-24 [christoph]  0.8.5claws52
5543
5544         * src/mainwindow.c
5545         * src/manual.[ch]
5546                 o use manual of current locale or english if current
5547                   locale is not available (and english is available)
5548                 o also link to sylpheed doc project manuals
5549
5550 2002-10-23 [paul]       0.8.5claws51
5551
5552         * tools/README
5553           tools/kmail2sylpheed_v2.pl
5554                 add new version of kmail addressbook importer script.
5555                 works with newer versions of Kmail/KAddressBook which
5556                 have new and rearranged data.
5557
5558 2002-10-23 [martin]     0.8.5claws50
5559
5560         * src/folderview.c
5561         * src/summaryview.c
5562         * src/utils.h
5563         * src/utils.c
5564                 added length parameter to get_abbrev_newsgroup_name()
5565                 changed this function so that it abbreviates the newsgroup
5566                 names only so long it is smaller than the length parameter
5567                 (for better reading of some newsgroup names and space efficiency)
5568
5569 2002-10-22 [colin]      0.8.5claws49
5570
5571         *src/foldersel.c
5572                 Revert Alfons' last modification (after voting ;-))
5573
5574 2002-10-21 [alfons]     0.8.5claws48
5575
5576         * src/foldersel.c
5577                 folder view in folder selection dialog reflects state of
5578                 folder view in main window
5579
5580 2002-10-18 [alfons]     0.8.5claws47
5581
5582         * src/mbox.c
5583                 drop imported messages in folder selected by user,
5584                 and not in the inbox
5585                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
5586
5587 2002-10-18 [alfons]     0.8.5claws46
5588
5589         * src/compose.c
5590                 make automagic reply work correctly for email accounts 
5591                 (whether it's viable to do a full sync with Hiro's 
5592                 compose.c is still under discussion)
5593
5594 2002-10-18 [melvin]     0.8.5claws45
5595
5596         * src/prefs_actions.c
5597                 Fixed bug #622275 where asynchroneous actions left 
5598                 zombies processes
5599                 Made (synchroneous) actions' input be displayed live.
5600
5601 2002-10-18 [christoph]  0.8.5claws44
5602
5603         * src/textview.c
5604                 don't add a newline in the textview in front of the
5605                 first textpart if header display is disabled
5606                 (closes bug [ 603385 ] disabled header display leaves blank
5607                  lin)
5608
5609 2002-10-18 [christoph]  0.8.5claws43
5610
5611         * src/folder.[ch]
5612         * src/imap.c
5613         * src/mbox_folder.c
5614         * src/mh.c
5615         * src/news.c
5616                 folder->get_num_list now returns an error code
5617                 (closes bug [ 609424 ] News cache cleared on failure)
5618                 
5619 2002-10-17 [colin]      0.8.5claws42
5620         
5621         * src/news.c
5622                 Changed a printf by debug_print
5623
5624 2002-10-16 [paul]       
5625
5626         * tools/OOo2sylpheed.pl
5627                 allow for spaces in the name of the
5628                 file to be attached.
5629
5630 2002-10-16 [colin]      0.8.5claws41
5631
5632         * src/main.c
5633                 Use a tristate to change online mode
5634
5635 2002-10-16 [paul]       0.8.5claws40
5636
5637         * po/es.po
5638                 updated by Ricardo Mones Lastra
5639
5640 2002-10-16 [colin]      0.8.5claws39
5641
5642         * src/main.c
5643           src/mainwindow.[ch]
5644                 Added --online and --offline command-line
5645                 switches
5646
5647 2002-10-15 [christoph]  0.8.5claws38
5648
5649         * src/procmime.c
5650                 set mimeinfo->name to NULL after g_free to
5651                 avoid double freeing with g_free
5652
5653 2002-10-14 [christoph]  0.8.5claws37
5654
5655         * src/compose.c
5656         * src/filtering.c
5657         * src/summaryview.c
5658                 remove calls to folder->change_flags that are now
5659                 done by procmsg flag functions (seems it is not
5660                 used by any foldertype anyway)
5661         * src/folder.c
5662                 init folder->change_flags with NULL
5663
5664 2002-10-14 [christoph]  0.8.5claws36
5665
5666         * src/folder.[ch]
5667         * src/imap.[ch]
5668                 use virtual functions for folder item new and destroy
5669                 functions
5670
5671 2002-10-14 [melvin]     0.8.5claws35
5672
5673         * src/compose.c
5674                 Added a test to not run the spell checker if no default
5675                 dictionary is available. No dialog is displayed though.
5676
5677 2002-10-14 [melvin]     0.8.5claws34
5678
5679         * src/gtkaspell.c
5680                 Fixed bug in dictionary list context menu where
5681                 "More..." pointed to an emtpy submenu if the
5682                 number of dictionaries is a multiple of 15
5683                 Removed unneeded code in suggestions list creation
5684
5685 2002-10-14 [paul]       0.8.5claws33
5686
5687         * po/bg.po
5688                 updated by George Danchev
5689
5690 2002-10-13 [hoa]        0.8.5claws32
5691
5692         * src/matcher.[ch]
5693           src/matcher_parser_parser.y
5694                 removed the escaped string from internal structure
5695                 of matcher.
5696
5697 2002-10-12 [colin]      0.8.5claws31
5698
5699         * src/gtksctree.[ch]
5700           src/summaryview.c
5701                 Removed useless function gtksctree_reanchor
5702
5703 2002-10-12 [alfons]     0.8.5claws30
5704         
5705         * sync with remaining main changes 2002-10-09 - 2002-10-11
5706         - drop changes to src/compose.c (requires claws specific changes)
5707         
5708 2002-10-12 [alfons]     0.8.5claws29
5709         
5710         * sync with main changes of 2002-10-08
5711         - drop changes to src/compose.c (requires claws specific changes)
5712         - drop changes to src/summaryview.c (requires changes to compose.c)     
5713
5714 2002-10-12 [alfons]     0.8.5claws28
5715         
5716         * sync with main changes of 2002-10-07
5717
5718 2002-10-12 [alfons]     0.8.5claws27
5719
5720         * sync with main changes of 2002-10-04
5721         - drop changes to src/compose.c (requires claws specific changes)
5722         - drop changes to src/prefs_folder_item.c (claws implementation
5723           seems to be working)
5724
5725 2002-10-12 [colin]      0.8.5claws26
5726
5727         * src/mainwindow.c
5728                 Fix folder-flicker when space-reading, introduced 
5729                 in claws22.
5730
5731 2002-10-12 [colin]      0.8.5claws25
5732
5733         * src/compose.c
5734                 Save account address when saving as draft.
5735                 (closes bug 621838)
5736
5737 2002-10-12 [colin]      0.8.5claws24
5738
5739         * src/summaryview.c
5740                 Fix the problem consisting of no message selected
5741                 after the last message in a folder has been moved.
5742
5743 2002-10-12 [paul]       0.8.5claws23
5744
5745         * src/compose.c
5746           src/prefs_template.c
5747           src/template.[ch]
5748                 add Cc and Bcc to templates. Patch submitted by
5749                 John L. Males.
5750
5751 2002-10-12 [colin]      0.8.5claws22
5752
5753         * src/folderview.c
5754                 Fix a bug after "Check for new messages":
5755                 If a folder was opened, it was still selected at
5756                 the end of the check, but displayed empty.
5757         * src/mainwindow.c
5758                 Remove unnecessary check
5759
5760 2002-10-12 [paul]
5761
5762         * tools/README
5763                 be more verbose in the description of
5764                 OOo2sylpheed.pl
5765                 
5766
5767 2002-10-11 [colin]      0.8.5claws21
5768
5769         * src/mainwindow.c
5770                 Make space work (better) when no mail is selected
5771
5772 2002-10-11 [colin]      0.8.5claws20
5773
5774         * src/inc.c
5775           src/news.c
5776                 fix warnings
5777
5778 2002-10-11 [colin]      0.8.5claws19
5779
5780         * src/mainwindow.c
5781                 revert 0.8.5claws6 changes as i couldn't get to
5782                 anything satisfying
5783
5784 2002-10-11 [melvin]     0.8.5claws18
5785
5786         * src/compose.c
5787                 Removed buggy and unused macro (should have been committed in
5788                 0.8.5claws17)
5789
5790 2002-10-11 [melvin]     0.8.5claws17
5791
5792         * src/compose.c
5793                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
5794
5795 2002-10-11 [thorsten]   0.8.5claws16 
5796
5797         * src/folderview.c
5798                 remove rescan warning
5799
5800 2002-10-11 [colin]      0.8.5claws15 
5801
5802         * src/procheader.c
5803                 fix a segfault that happens if conv_unmime_header
5804                 fails (should be better to find out why it fails)
5805
5806 2002-10-11 [christoph]  0.8.5claws14
5807
5808         * src/summaryview.c
5809                 update folderview stats after ignore/unignore thread
5810
5811 2002-10-11 [hoa]        0.8.5claws13
5812
5813         * src/quote_fmt_parse.y
5814                 Fixed a yacc/bison syntax error
5815         * src/matcher.c
5816                 Escaping of string is fixed.
5817
5818 2002-10-11 [colin]      0.8.5claws12
5819
5820         * src/imageview.c
5821                 Resize images to fit
5822
5823 2002-10-11 [paul]       0.8.5claws11
5824
5825         * po/es.po
5826                 updated by Ricardo Mones Lastra
5827
5828 2002-10-10 [alfons]     0.8.5claws10
5829
5830         * src/compose.c
5831                 allow dropping files by "moving" files from a file manager,
5832                 not only by the more cumbersome "copying". the latter 
5833                 mostly implies holding down the Control button
5834
5835 2002-10-10 [christoph]  0.8.5claws9
5836
5837         * src/summaryview.c
5838                 update folders after thread building for ignored threads
5839
5840 2002-10-10 [christoph]  0.8.5claws8
5841
5842         * config/.cvsignore
5843                 added Makefile
5844         * src/filtering.[ch]
5845         * src/folder.[ch]
5846         * src/folderview.[ch]
5847         * src/import.c
5848         * src/inc.[ch]
5849         * src/mbox.[ch]
5850         * src/procmsg.c
5851         * src/summaryview.[ch]
5852                 o added new flag need_update to FolderItem
5853                 o removed folder_table from various functions from tracking
5854                   folder updates
5855                 o set need_update flags in folder.c's move, copy and delete
5856                   functions and procmsg's flags functions
5857                 o added function folderview_update_items_when_required that
5858                   updates all folders with need_update set
5859                 o call folderview_update_items_when_required instead of
5860                   folderview_update_item_foreach
5861
5862 2002-10-09 [sergey]     0.8.5claws7
5863
5864         * src/compose.c
5865                 Strip CRs whel loading the text into editor in reedit mode.
5866
5867 2002-10-09 [colin]      0.8.5claws6
5868
5869         * src/mainwindow.c
5870                 Make Space work when no mail is selected
5871
5872 2002-10-09 [colin]      0.8.5claws5
5873
5874         * src/gtksctree.[ch]
5875                 Fix range_select
5876                 Add gtk_sctree_reanchor() 
5877         * src/summaryview.c
5878                 Use gtk_sctree_reanchor() - better fix for 
5879                 bug 60413
5880
5881 2002-10-09 [colin]      0.8.5claws4
5882
5883         * src/summaryview.c
5884                 Fix shift-click select after delete problem
5885                 (closes bug 60413)
5886
5887 2002-10-08 [thorsten]   0.8.5claws3
5888
5889         * src/summaryview.c
5890                 exclude current msg from -hide read messages-
5891
5892 2002-10-08 [colin]      0.8.5claws2
5893
5894         * src/inc.[ch]
5895           src/pop.c
5896           src/recv.c
5897                 Differentiate socket errors from disk full
5898                 errors
5899
5900 2002-10-08 [christoph]  0.8.5claws1
5901
5902         * Makefile.am
5903         * configure.in
5904                 modifications for new config directory
5905
5906         * config.guess  ** REMOVED **
5907         * config.sub    ** REMOVED **
5908         * install-sh    ** REMOVED **
5909         * ltmain.sh     ** REMOVED **
5910         * missing       ** REMOVED **
5911         * mkinstalldirs ** REMOVED **
5912                 these files are autogenerated by automake
5913                 when you run autogen.sh
5914
5915         * config/.cvsignore     ** NEW FILE **
5916         * config/Makefile.am    ** NEW FILE **
5917                 ignore autogenerated files
5918                 create a Makefile in this directory
5919
5920 2002-10-08 [paul]       0.8.5claws
5921
5922         * 0.8.5claws release
5923         
5924         * src/compose.c
5925           src/procheader.c
5926           src/procmsg.c
5927                 fix quote reply format for newsgroups reply bug
5928                 (thanks to Hoa)
5929                 
5930         * po/en_GB.po
5931           po/pl.po
5932                 updated by me and Witold Wladyslaw Wojciech Wilk
5933                 repectively
5934
5935 2002-10-07 [paul]       0.8.3claws53
5936
5937         * po/it.po
5938           po/pt_BR.po
5939           po/sr.po
5940                 updated messages catalogs, submitted by
5941                 Alessandro Maestri, Fabio Jr.Beneditto 
5942                 and Urke MMI, respectively.
5943
5944 2002-10-07 [christoph]  0.8.3claws52
5945
5946         * src/folder.[ch]
5947         * src/folderview.c
5948         * src/mainwindow.c
5949                 fix new folder ghost message bug
5950                 (closes bug [ 619722 ] wrong count for newly created folders)
5951
5952 2002-10-07 [christoph]  0.8.3claws51
5953
5954         * src/compose.c
5955                 fix news posting problem
5956
5957 2002-10-07 [melvin]     0.8.3claws50
5958
5959         * po/fr.po
5960                 Updated French translation
5961
5962 2002-10-05 [christoph]  0.8.3claws49
5963
5964         * src/gtkstext.c
5965                 check if line_start_cache is set in gtk_stext_update_text
5966                 (closes bug [ 618119 ] crash while doing search in folder)
5967
5968 2002-10-05 [christoph]  0.8.3claws48
5969
5970         * src/imap.c
5971         * src/news.c
5972         * src/utils.c
5973         * src/utils.h
5974                 implement cache cleanups for claws' folder system
5975                 (closes bug [ 595916 ] imapcache not cleaned up)
5976
5977 2002-10-05 [melvin]     0.8.3claws47
5978
5979         * src/prefs_actions.c
5980                 Made the help text more clear for the %p token
5981
5982 2002-10-04 [paul]       0.8.3claws46
5983
5984         * sync with 0.8.5
5985                 see ChangeLog 2002-10-02 and 2002-10-03
5986
5987 2002-10-04 [christoph]  0.8.3claws45
5988
5989         * src/inc.c
5990                 fix segfault caused by pop before smtp
5991                 call to inc_account_mail with NULL
5992                 pointer for mainwin
5993
5994 2002-10-04 [paul]       0.8.3claws44
5995
5996         * configure.in
5997                 sync the LDAP detection from 0.8.5cvs1
5998
5999 2002-10-02 [christoph]  0.8.3claws43
6000
6001         * po/de.po
6002                 fix small spelling error
6003
6004 2002-10-02 [melvin]     0.8.3claws42
6005
6006         * ac/aspell.m4
6007                 Behave better and say "no" when test program cannot be run.
6008
6009 2002-10-02 [paul]       0.8.3claws41
6010
6011         * sync with 0.8.4cvs1
6012                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
6013                 
6014         * src/summaryview.c
6015                 toggle the behavior of Reply menuitem between
6016                 normal reply and reply-to-list
6017
6018 2002-10-01 [sergey]     0.8.3claws40
6019
6020         * src/compose.c
6021                 Convert newlines in the message text to the canonical form
6022                 before base64 encoding (RFC2045 compliance, fixes some
6023                 interoperability issues with Evolution 1.0.3)
6024
6025 2002-09-29 [colin]      0.8.3claws39
6026
6027         * src/summaryview.c
6028                 Fix an unwanted copy/paste
6029
6030 2002-09-29 [colin]      0.8.3claws38
6031
6032         * src/mainwindow.c
6033                 Renamed "Custom toolbar" to "Customize toolbar"
6034                 Renamed "Show all header" to "Show all headers"
6035                 Renamed "Set diplay item" to "Set displayed items"
6036         * src/prefs_common.c
6037                 Renamed "Show all header" to "Show all headers"
6038         * src/prefs_summary_column.c
6039                 Renamed "diplay item" to "displayed items"
6040
6041 2002-09-29 [colin]      0.8.3claws37
6042
6043         * src/mainwindow.[ch]
6044                 online/offline status pixmaps follow theme
6045                 changes
6046         * src/summaryview.[ch]
6047                 quicksearch pixmap follows theme changes
6048
6049 2002-09-29 [thorsten]   0.8.3claws36
6050
6051         * src/compose.c
6052           src/prefs_folder_item.[ch]
6053                 add default_reply_to folder option (closes patch 581044)
6054
6055 2002-09-29 [christoph]  0.8.3claws35
6056
6057         * acconfig.h    ** REMOVED **
6058         * configure.in
6059         * ac/aspell.m4
6060         * ac/check-type.m4
6061         * ac/gnupg-check-typedef.m4
6062                 fix autoheader 2.50 warning
6063
6064 2002-09-29 [christoph]  0.8.3claws34
6065
6066         * major code cleanup (part 2)
6067         
6068                 - unused variables removed
6069                 - unused functions removed
6070                 - uninitialized variables checked
6071                 - missing return statements added
6072                 - missing function return types added
6073                 - added parentheses around assignment
6074                   when suggested by gcc
6075
6076 2002-09-29 [alfons]     0.8.3claws33
6077
6078         * src/logwindow.c
6079                 log_window_clear(): only bracket gtk_text_forward_delete() 
6080                 with gtk_text_freeze() / gtk_text_thaw() (see if this
6081                 works around GTK text bug)
6082
6083 2002-09-29 [paul]       0.8.3claws32
6084
6085         * po/bg.po
6086           po/sr.po
6087                 updated by George Danchev and Urke MMI
6088                 respectively
6089
6090 2002-09-27 [christoph]  0.8.3claws31
6091
6092         * doc-src/readme.txt
6093         * doc-src/rfc1806.txt   ** REMOVED **
6094         * doc-src/rfc2183.txt   ** NEW FILE **
6095         * doc-src/rfc2980.txt   ** NEW FILE **
6096                 update rfcs
6097
6098 2002-09-27 [melvin]     0.8.3claws30
6099
6100         * ac/aspell.m4
6101                 Fixed typo which could break linking
6102
6103 2002-09-27 [melvin]     0.8.3claws29
6104
6105         * ac/aspell.m4
6106                 Improved GNU/aspell checking. 
6107                 Fixed bug #614490
6108
6109 2002-09-27 [paul]       0.8.3claws28
6110
6111         * sync with 0.8.3cvs8
6112                 see ChangeLog 2002-09-27
6113
6114 2002-09-26 [colin]      0.8.3claws27
6115
6116         * src/toolbar.[ch]
6117           src/mainwindow.[ch]
6118                 Add "Reply to Mailing-list" to the toolbar
6119
6120 2002-09-26 [christoph]  0.8.3claws26
6121
6122         * src/summaryview.c
6123                 Fix wrong message counts in summaryview status
6124
6125 2002-09-26 [paul]       0.8.3claws25
6126
6127         * sync with 0.8.3cvs7
6128                 see ChangeLog 2002-09-26
6129
6130 2002-09-26 [paul]       0.8.3claws24
6131
6132         * sync with 0.8.3cvs6
6133                 see ChangeLog 2002-09-25
6134
6135 2002-09-25 [christoph]  0.8.3claws23
6136
6137         * src/prefs_common.c
6138         * src/prefs_folder_item.c
6139         * src/prefs_scoring.c
6140                 Renamed "kill score" to "hide score" in GUI
6141                 and prefs files
6142
6143 2002-09-25 [paul]       0.8.3claws22
6144
6145         * sync with 0.8.3cvs5
6146                 see ChangeLog 2002-09-24
6147
6148 2002-09-24 [alfons]     0.8.3claws21
6149
6150         patch by Satoshi Nagayasu: allows appending / saving multiple 
6151         selected files (closes "[ 612279 ] save multiple mesg(s) in 
6152         'Save as ...'")
6153
6154         * AUTHORS
6155                 add Satoshi Nagayasu
6156         * src/summaryview.c
6157                 summary_save_as(): allow saving selected files to
6158                 one file
6159                 summary_set_menu_sensitive: enable "Save As..." when
6160                 multiple files are selected
6161         * src/utils.[ch]
6162                 append_file(): new function
6163
6164 2002-09-24 [colin]      0.8.3claws20
6165
6166         * src/procmime.c
6167                 Fix segfault when mimeinfo doesn't have a 
6168                 content_type. 
6169
6170 2002-09-24 [colin]      0.8.3claws19
6171
6172         * src/prefs_common.[ch]
6173                 Add a preference to display send dialog or not
6174         * src/send.c
6175                 Display send dialog according to preference
6176
6177 2002-09-24 [colin]      0.8.3claws18
6178
6179         * src/compose.[ch]
6180                 Disable user actions when sending
6181
6182 2002-09-24 [colin]      0.8.3claws17
6183
6184         * src/procmime.c
6185                 Do not display name or filename for attachments
6186                 with an application/pgp-signature type
6187                 (security flaw, see bug 537413)
6188
6189 2002-09-23 [colin]      0.8.3claws16
6190
6191         * src/editaddress.c
6192                 Initialize entry_email, entry_alias and 
6193                 entry_remarks to first email address of the list
6194
6195 2002-09-23 [colin]      0.83claws15
6196
6197         * src/compose.c
6198                 Drop pgp-signature when reediting a signed queued
6199                 message
6200
6201 2002-09-23 [melvin]     0.8.3claws14
6202
6203         * po/fr.po
6204                 Updated French translation
6205
6206 2002-09-23 [melvin]     0.8.3claws13
6207
6208         * src/mainwindow.c
6209                 Made custom toolbar menu labels more consistent
6210         * src/prefs_toolbar.c
6211                 Made custom toolbar window title more consistent
6212
6213 2002-09-22 [colin]      0.8.3claws12
6214
6215         * src/inc.c
6216                 Initialize session type to normal before getting 
6217                 mail (fixes strange Get behaviour)
6218         * src/prefs_account.h
6219                 Move STYPE_POP_BEFORE_SMTP to last position to 
6220                 avoid other side-effects
6221
6222 2002-09-22 [colin]      0.8.3claws11
6223
6224         * src/prefs_account.c
6225                 Fix pop_bfr_smtp_tm_entry sensivity when switching
6226                 from pop3 to apop or vice-versa
6227
6228 2002-09-22 [colin]      0.8.3claws10
6229         
6230         * src/prefs_account.[ch]
6231                 Add an option for the POP before SMTP timeout
6232         * src/inc.c
6233                 Remember time of last POP connection
6234         * src/send.c
6235                 Do POP before SMTP only if timeout reached
6236
6237 2002-09-22 [oliver]     0.8.3claws9
6238         
6239         * README.claws
6240                 explain custom toolbar
6241
6242 2002-09-22 [oliver]     0.8.3claws8
6243
6244         * src/prefs_actions.[ch]
6245         custom toolbar for compose      
6246                 actions callback from compose toolbar
6247         * src/folderview.c
6248                 remove include toolbar.h
6249
6250 2002-09-22 [oliver]     0.8.3claws7
6251         
6252         * src/prefs_toolbar.[ch]
6253                 custom toolbar for compose
6254                 - generic prefs_toolbar handles both
6255                   Mainwin's toolbar as well as Compose toolbar          
6256
6257 2002-09-22 [oliver]     0.8.3claws6
6258         
6259         * src/toolbar.[ch]
6260                 custom toolbar for compose
6261                 restructure toolbar.[ch]
6262
6263 2002-09-22 [oliver]     0.8.3claws5
6264
6265         * src/compose.[ch]
6266                 custom toolbar for compose
6267
6268 2002-09-22 [oliver]     0.8.3claws4
6269         
6270         * src/mainwindow.[ch]
6271                 custom toolbar for compose 
6272                 move mainwin toolbar back to mainwindow
6273
6274 2002-09-22 [alfons]     0.8.3claws3
6275
6276         * src/procmsg.c
6277                 :%sno/if(/if (/gc
6278                 :%sno/for(/for (/gc
6279                 (beautify)
6280
6281 2002-09-22 [alfons]     0.8.3claws2
6282         
6283         * src/procmsg.c
6284                 procmsg_save_to_outbox(): don't unlink message file from queue;
6285                 callers should do it using folder_item_remove_msg()
6286
6287 2002-09-22 [colin]      0.8.3claws1
6288
6289         * src/mimeview.[ch]
6290                 Made mimeview_check_signature() public
6291         * src/textview.c
6292                 Made GPG signatures verifiable by clicking
6293                 the [application/pgp-signature] in the Text
6294                 view
6295
6296 2002-09-22 [paul]       0.8.3claws
6297
6298         * po/bg.po
6299           po/en_GB.po
6300           po/es.po
6301           po/it.po
6302           po/pl.po
6303           po/pt_BR.po
6304           po/sr.po
6305                 updated translations, submitted by George Danchev,
6306                 me, Ricardo Mones Lastra, Alessandro Maestri,
6307                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
6308                 and Urke MMI, respectively.     
6309
6310 2002-09-22 [alfons]     0.8.2claws65
6311
6312         * src/procmsg.c
6313         * src/pgptext.c
6314                 no furry valgrinds have been used to plug these memleaks
6315
6316 2002-09-20 [paul]       0.8.2claws64
6317
6318         * sync with 0.8.3cvs4
6319                 'Select thread' re-implemented 
6320                 see ChangeLog 2002-09-20
6321
6322 2002-09-21 [alfons]     0.8.2claws63
6323
6324         * src/compose.c
6325                 compose_send(): plug unnoticed memleak
6326
6327 2002-09-20 [alfons]     0.8.2claws62
6328
6329         * src/addr_compl.c
6330                 replace_address_in_edit(): strict check for NULL address to
6331                 fix "[ 607348 ] Segfault in address completion". My guess is
6332                 that this happens with an empty address book, but it's good
6333                 to have this check here anyway
6334                 
6335                 completion_window_button_press(): free string returned 
6336                 from the internal cache
6337
6338 2002-09-20 [christoph]  0.8.2claws61
6339
6340         * src/procmime.h
6341                 added ENC_BINARY to EncodingType
6342         * src/procmime.c
6343                 the string returned by procmime_get_encoding_str
6344                 should not depend on the order of values in the
6345                 EncodingType definition
6346         * doc-src/rfc1806.txt   ** NEW FILE **
6347                 Added rfc1806 about MIME Content-Disposition
6348                 Extension
6349
6350 2002-09-19 [paul]       0.8.2claws60
6351
6352         * sync with 0.8.2cvs3
6353                 see ChangeLog 2002-09-19
6354
6355 2002-09-19 [paul]       0.8.2claws59
6356
6357         * src/prefs_folder_item.c
6358                 revert to Darko's original alignment of colour
6359                 selector button
6360                 add a colon to folder_color label
6361                 
6362         * src/compose.c
6363                 add Colin's patch (with Hiro's modifications) to 
6364                 force BASE64 encoding for 8-bit text when signing
6365                 (sync with 0.8.3cvs2)
6366
6367 2002-09-18 [alfons]     0.8.2claws58
6368
6369         * src/compose.c
6370                 :%sno/if(/if (/gc
6371                 :%sno/for(/for (/gc
6372                 (beautify a little bit)
6373
6374 2002-09-18 [christoph]  0.8.2claws57
6375
6376         * src/pine.c
6377                 fix handling of fgetc return value
6378
6379 2002-09-17 [alfons]     0.8.2claws56
6380         
6381         * src/summaryview.c
6382                 summary_sort(): check non-NULL summaryview->folder_item when no 
6383                 folder is selected at all
6384                 (closes "[ 610344 ] sort label make syl Crash")
6385
6386 2002-09-17 [alfons]     0.8.2claws55
6387         
6388         * src/compose.c
6389                 beautify a little bit
6390
6391 2002-09-17 [christoph]  0.8.2claws54
6392
6393         * src/folder.c
6394                 initialize max values for cache and folder
6395                 when cache or folder is empty
6396
6397 2002-09-15 [colin]      0.8.2claws53
6398
6399         * src/compose.c
6400                 Fix a leak (thanks Alfons!) and cleaned
6401                 variables names for custom headers
6402
6403 2002-09-15 [colin]      0.8.2claws52
6404
6405         * src/compose.c
6406                 Fix custom headers recognition when
6407                 prefs_common.trans_hdr is on
6408
6409 2002-09-15 [colin]      0.8.2claws51
6410
6411         * src/compose.c
6412                 Allow dynamically-added custom headers
6413                 Yet not reparsed if reedited
6414
6415 2002-09-15 [alfons]     0.8.2claws50
6416
6417         * src/prefs_account.c
6418                 fix warnings
6419
6420 2002-09-15 [colin]      0.8.2claws49
6421         
6422         * src/prefs_account.c
6423                 fix pop_before_smtp sensitivity
6424
6425 2002-09-15 [colin]      0.8.2claws48
6426
6427         * src/inc.[ch]
6428                 add inc_pop_before_smtp()
6429                 allow MainWindow to be undefined in 
6430                 inc_account_mail() and inc_start()
6431         * src/pop.c
6432           src/prefs_account.h
6433                 add STYPE_POP_BEFORE_SMTP session type
6434         * src/prefs_account.c
6435                 activated pop before smtp option
6436         * src/send.c
6437                 do pop before smtp if the relevant option 
6438                 is set
6439
6440 2002-09-15 [paul]       0.8.2claws47
6441
6442         * sync with 0.8.3
6443                 see ChangeLog 2002-09-15
6444
6445 2002-09-14 [paul]       0.8.2claws46
6446
6447         * po/bg.po
6448                 updated Bulgarian translation, submitted by
6449                 George Danchev
6450
6451 2002-09-13 [paul]       0.8.2claws45
6452
6453         * src/compose.c
6454                 merge claws' select_account() with main's
6455                 (new) compose_select_account(). [sync with
6456                 0.8.2cvs15, see ChangeLog 2002-09-11]
6457
6458 2002-09-12 [christoph]  0.8.2claws44
6459
6460         * src/filter.c
6461                 allocate 1 elements of FolderItem not 0
6462
6463 2002-09-12 [colin]      0.8.2claws43
6464
6465         * src/compose.c
6466                 Fix bug #590825 (obey Follow-up: poster)
6467
6468 2002-09-12 [colin]      0.8.2claws42
6469
6470         * src/procmime.c
6471                 Fix bug #557009 (wrong headers for messages 
6472                 forwarded as attachments)
6473
6474 2002-09-11 [colin]      0.8.2claws41
6475         
6476         * src/compose.c
6477                 Put SCF: pseudo-header on top of message
6478                 Set draft tmp_flag when saved as draft
6479
6480         * src/procmsg.c
6481           src/procheader.c
6482                 Skip after first \n\n for beginning of real message
6483                 for drafts too
6484
6485 2002-09-11 [christoph]  0.8.2claws40
6486
6487         * src/filtering.c
6488                 use procmsg flag functions in filtering or processing
6489                 will cause incorrect folder message counts
6490
6491 2002-09-11 [colin]      0.8.2claws39
6492
6493         * src/compose.c
6494                 Fix bug #550175 - wrong save folder when reediting
6495                 drafts
6496
6497 2002-09-11 [paul]       0.8.2claws38
6498
6499         * sync with 0.8.2cvs14
6500                 see ChangeLog 2002-09-11
6501
6502 2002-09-11 [colin]      0.8.2claws37
6503
6504         * src/folder.c
6505                 Fix a typo (seeming to cause new/unread status to
6506                 be lost)
6507
6508 2002-09-10 [christoph]  0.8.2claws36
6509
6510         * src/compose.c
6511                 compose_redirect should not use compose_generic_new
6512                 because that does more stuff than expected including
6513                 opening the external editor
6514                 (closes bug "[ 526608 ] bounced messages appear blank
6515                  in editor")
6516
6517 2002-09-10 [christoph]  0.8.2claws35
6518
6519         * src/folder.c
6520                 fix problem with too large message number range
6521                 causing a crash in folder_item_scan
6522
6523 2002-09-10 [paul]       0.8.2claws34
6524
6525         * sync with 0.8.2cvs13
6526                 see ChangeLog 2002-09-10
6527
6528 2002-09-10 [christoph]  0.8.2claws33
6529
6530         * src/msgcache.c
6531                 set MsgInfo TmpFlags for queue and draft folders
6532                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
6533
6534 2002-09-10 [paul]       0.8.2claws32
6535
6536         * AUTHORS
6537           po/bg.po      ** NEW FILE **
6538                 new Bulgarian translation submitted by
6539                 George Danchev <danchev@spnet.net>
6540                 
6541         * tools/Makefile.am
6542           tools/README
6543           tools/tb2sylpheed     ** NEW FILE **
6544                 add script that converts an addressbook exported
6545                 from The Bat! into a Sylpheed addressbook. Submitted
6546                 by Urke MMI <urke-kg@eunet.yu>
6547
6548 2002-09-10 [paul]       0.8.2claws31
6549
6550         * sync with 0.8.2cvs12
6551                 see ChangeLog 2002-09-10
6552
6553 2002-09-06 [paul]       0.8.2claws30
6554
6555         * src/prefs_common.c
6556                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
6557                 
6558         * tools/Makefile.am
6559           tools/README
6560           tools/ldif-to-xml.py  ** REMOVED **
6561                 remove obsolete python script
6562
6563 2002-09-06 [paul]       0.8.2claws29
6564
6565         * sync with 0.8.2cvs10
6566                 see ChangeLog 2002-09-06
6567
6568 2002-09-04 [paul]       0.8.2claws28
6569
6570         * sync with 0.8.2cvs9
6571                 see ChangeLog 2002-08-04
6572
6573 2002-09-04 [colin]      0.8.2claws27 
6574
6575         * src/prefs_common.[ch]
6576                 Added signature color configuration
6577         * src/textview.c
6578                 Use user-specified signature color
6579
6580 2002-09-03 [colin]      0.8.2claws26
6581
6582         * src/prefs_common.[ch]
6583                 Added autosave and autosave_length prefs
6584         * src/compose.c
6585                 Added compose_remove_draft()
6586                 Auto-save drafts according to the prefs
6587         * src/main.c
6588                 Added a crash-indicator file, allowing to check
6589                 for new messages on startup if Sylpheed crashed
6590                 (makes saved drafts "reappear")
6591
6592 2002-09-03 [colin]      0.8.2claws25
6593
6594         * src/textview.[ch]
6595                 Grey the signature
6596
6597 2002-09-03 [paul]       0.8.2claws24
6598
6599         * sync with 0.8.2cvs8
6600                 see ChangeLog 2002-09-02 and 2002-09-03
6601
6602 2002-09-03 [darko]      0.8.2claws23
6603
6604         * src/folderview.c
6605                 use normal style when creating new folder to pick
6606                 proper font size 
6607
6608 2002-09-02 [melvin]     0.8.2claws22
6609
6610         * src/gtkaspell.m4
6611                 removed some obsolete code
6612
6613 2002-09-02 [melvin]     0.8.2claws21
6614
6615         * ac/aspell.m4
6616                 fixed test's equality sign (== to =)
6617
6618 2002-09-02 [alfons]     0.8.2claws20
6619
6620         * src/folder.c
6621         * src/mh.c
6622                 revert change of 0.8.2claws16 and use the mh_folder_destroy
6623                 as folder->destroy virtual as suggested by Hiro
6624                 (the mh.c code seems to have been lost around mh.c.1.21)
6625
6626 2002-09-02 [paul]       0.8.2claws19
6627
6628         * po/pt_BR.po
6629                 updated by Fabio Jr. Beneditto
6630                 
6631         * src/defs.h
6632                 use 'http://claws.sylpheed.org' for homepage link. 
6633                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
6634
6635 2002-09-01 [alfons]     0.8.2claws18
6636
6637         * src/mh.c
6638                 plug memleak related to one Martin Kluge found
6639
6640 2002-08-31 [paul]       0.8.2claws17
6641
6642         * sync with 0.8.2cvs6
6643                 see ChangeLog 2002-08-30
6644
6645 2002-08-31 [alfons]     0.8.2claws16
6646
6647         * src/folder.c
6648                 folder_destroy(): remove mailbox from folderlist even if it has
6649                 no destroy virtual
6650
6651 2002-08-31 [alfons]     0.8.2claws15
6652
6653         * src/folder.c
6654                 :%sno/if(/if (/gc
6655                 :%sno/for(/for (/gc
6656                 (being pedantic I know)
6657
6658 2002-08-31 [alfons]     0.8.2claws14
6659
6660         * src/folder.c
6661                 check for NULL pointers returned from folder->fetch_msginfo virtual
6662                 (should solve some reported crashes)
6663
6664 2002-08-30 [alfons]     0.8.2claws13
6665
6666         * acconfig.h
6667         * configure.in
6668         * src/crash.c
6669                 enable crash dialog on compilation time
6670                 (--enable-crash-dialog configure option)
6671
6672 2002-08-30 [alfons]     0.8.2claws12
6673
6674         * AUTHORS
6675                 add Martin Kluge
6676         * src/mh.c
6677                 apply memory leak plug patch by Martin Kluge
6678                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6679                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6680                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6681
6682 2002-08-30 [darko]      0.8.2claws11
6683
6684         * src/folderview.c
6685                 copy Gtk style from normal style to match
6686                 font size for coloured folders
6687
6688 2002-08-29 [alfons]     0.8.2claws10
6689
6690         * sylpheed.desktop
6691                 Type=Internet <- Type=Application
6692                 (reported by Michael Schwendt, see:
6693                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6694                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6695
6696 2002-08-29 [paul]       0.8.2claws9
6697
6698         * sync with 0.8.2cvs5
6699                 see ChangeLog 2002-08-29
6700
6701 2002-08-29 [colin]      0.8.2claws8
6702
6703         * src/summaryview.c
6704                 Added a sanity check in summary_select_thread
6705                 Should fix bug 601605
6706
6707 2002-08-29 [colin]      0.8.2claws7
6708
6709         * src/main.c
6710                 Revert claws6 changes regarding bug #591676
6711
6712 2002-08-28 [colin]      0.8.2claws6
6713         
6714         * src/main.c
6715                 Ignore cache for queue folderitems
6716                 Fix bug #591676
6717
6718 2002-08-28 [melvin]     0.8.2claws5
6719
6720         * README.claws
6721                 Fixed typos.
6722
6723 2002-08-28 [melvin]     0.8.2claws4
6724
6725         * README.claws
6726                 Updated a bit the text concerning the spell checker
6727
6728 2002-08-28 [melvin]     0.8.2claws3
6729
6730         Merged the GNU_aspell_branch:
6731                 Support of new GNU/aspell is now included and the old pspell
6732                 is not supported anymore.
6733                 See README.claws
6734
6735         * README.claws
6736                 Updated spell checker text to reflect the switch to GNU/aspell
6737
6738         * ac/aspell.m4          *** NEW ***
6739         * src/gtkaspell.[ch]    *** NEW *** 
6740         * ac/pspell.m4          *** DELETED *** 
6741         * src/gtkspell.[ch]     *** DELETED ***
6742
6743         * ac/Makefile.am
6744                 Updated for GNU/aspell support
6745
6746         * po/POTFILES.in
6747                 Replaced gtkspell.c by gtkaspell.c
6748
6749         * acconfig.h
6750         * src/Makefile.am
6751         * src/about.c
6752         * src/compose.[ch]
6753         * src/crash.c
6754         * src/main.c
6755         * src/prefs_common.[ch]
6756                 Updated for GNU/aspell support
6757
6758 2002-08-28 [paul]       0.8.2claws2
6759
6760         * sync with 0.8.2cvs4
6761                 see ChangeLog 2002-08-27 and 2002-08-28
6762
6763 2002-08-28 [colin]      0.8.2claws1
6764
6765         * src/summary_search.c
6766                 Added "AND search"
6767
6768 2002-08-28 [jens]       0.8.2claws
6769
6770         *po/de.po
6771                 Updated German translations
6772
6773 2002-08-27 [melvin]     0.8.2claws
6774
6775         * po/fr.po
6776                 Updated French translations
6777
6778 2002-08-27 [paul]       0.8.2claws
6779
6780         * sync with 0.8.2 main release
6781
6782         * po/en_GB.po
6783           po/es.po
6784           po/it.po
6785           po/pl.po
6786           po/pt_BR.po
6787           po/sr.po
6788                 updated message catalogs submitted by
6789                 Ricardo Mones Lastra, Alessandro Maestri,
6790                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
6791                 Beneditto and Urke MMI  
6792
6793 2002-08-27 [hoa]        0.8.1claws123
6794
6795         * src/mainwindow.[ch]
6796         * src/summaryview.[ch]
6797                 removed the "filter setting" menu option.
6798                 add a "cancel a news message" menu option.
6799
6800 2002-08-26 [martin]     0.8.1claws122
6801
6802         * ChangeLog.claws
6803                 changed string under 0.8.1claws79 changed by myself
6804                 i'm sorry alfons :(
6805
6806 2002-08-26 [martin]     0.8.1claws121
6807
6808         * src/crash.c
6809                 added kill command to debuggerrc to start crash dialog
6810
6811 2002-08-26 [paul]       0.8.1claws120
6812
6813         * sync with 0.8.1cvs31
6814                 see ChangeLog 2002-08-26
6815
6816 2002-08-25 [alfons]     0.8.1claws119
6817
6818         * src/procmsg.c
6819                 fix bug that didn't send out correct headers to news server
6820                 when sending news article and email from queue (bug reported
6821                 and patch provided by Tim Mann; closes bug 
6822                 "[ 583196 ] 0.7.8claws can't post news")
6823
6824 2002-08-25 [alfons]     0.8.1claws118
6825
6826         * src/selective_download.c
6827                 mark two strings as translatable
6828                 (thanks to Urke MMI for pointing this out)
6829
6830 2002-08-25 [alfons]     0.8.1claws117
6831
6832         * src/summaryview.c
6833                 treat sent boxes as special and allow sorting them by addressee
6834                 (closes "[ 589418 ] Sent folder sorting misbehavior"
6835                 submitted by Steve Lamb)
6836
6837 2002-08-24 [alfons]     0.8.1claws116
6838
6839         * src/matcher.c
6840                 fix memleak reported by Martin Kluge
6841                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
6842
6843 2002-08-24 [oliver]     0.8.1claws115
6844
6845         * src/prefs_toolbar.c
6846                 o code cleanup as suggested by Alfons
6847                 o memleak fix
6848
6849 2002-08-24 [alfons]     0.8.1claws114
6850
6851         * src/summaryview.c
6852                 o fix another memory leak reported by Martin Kluge
6853                   (see "[ 599568 ] Small Memory Leak")
6854                 o remove 'from' variable from 'summary_set_header()'; we can
6855                   do with just 'to' 
6856
6857 2002-08-24 [paul]       0.8.1claws113
6858
6859         * sync with 0.8.1cvs30
6860                 see ChangeLog 2002-08-23
6861
6862 2002-08-24 [alfons]     0.8.1claws112
6863
6864         * src/summaryview.c
6865                 remove unnecessary allocations for search bar fixing leaks
6866                 reported by Martin Kluge
6867                 (see "[ 599451 ] Further memory leaks?")
6868
6869 2002-08-24 [alfons]     0.8.1claws111
6870
6871         * src/main.c
6872                 make get_socket_name() public for crash.c
6873         * src/crash.c
6874                 o make report bug button work (goes to claws' 
6875                   bug tracker at sf.net)
6876                 o introduce function for doing important stuff just
6877                   before claws goes down
6878                 o clean up code 
6879
6880 2002-08-24 [alfons]     0.8.1claws110
6881
6882         * src/compose.c
6883                 move cursor to "To" entry when forwarding as attachment
6884                 (reported and solved by Steve Lamb, closes bug report
6885                 "[ 592880 ] Forward as attachment; cursor not in to")
6886
6887 2002-08-24 [colin]      0.8.1claws109
6888
6889         * src/mainwindow.c
6890                 fix quick search visibility after GUI (de)separations.
6891
6892 2002-08-23 [colin]      0.8.1claws108
6893
6894         * src/mainwindow.c
6895                 fix header pane visibility after folderview or
6896                 messageview (de)separation
6897
6898 2002-08-23 [paul]       0.8.1claws107
6899
6900         * src/mainwindow.[ch]
6901           src/toolbar.c
6902                 give full control of display or non-display 
6903                 of the Execute icon to Custom toolbar settings.
6904                 add new sensitivity condition to maninwindow.h: 
6905                 M_DELAY_EXEC
6906
6907         * ChangeLog
6908           ChangeLog.jp
6909           NEWS
6910                 more sync with 0.8.1cvs29
6911
6912 2002-08-23 [melvin]     0.8.1claws106
6913
6914         * src/alertpanel.c
6915                 Readded support for custom widget in alertpanel lost in last
6916                 sync.
6917
6918 2002-08-23 [paul]       0.8.1claws105
6919
6920         * sync with 0.8.1cvs29
6921                 see ChangeLog 2002-08-23
6922
6923 2002-08-23 [colin]      0.8.1claws104
6924
6925         * src/summaryview.c
6926                 Fix folder and search pixmaps exchanging positions
6927                 after theme or toolbar changes. Thank to Oliver for 
6928                 reporting this.
6929
6930 2002-08-23 [colin]      0.8.1claws103
6931
6932         * src/mainwindow.c
6933           src/messageview.[ch]
6934           src/noticeview.[ch]
6935           src/summaryview.c
6936                 Changed messageview_create() and noticeview_create()
6937                 to avoid the last gdk_warning
6938
6939 2002-08-22 [colin]      0.8.1claws102
6940
6941         * src/summaryview.c
6942                 Fix my new `Creating pixmap from xpm' warning
6943
6944 2002-08-22 [colin]      0.8.1claws101
6945
6946         * src/mainwindow.c
6947                 Fix some of the gdk warnings
6948
6949 2002-08-22 [colin]      0.8.1claws100
6950
6951         * src/Makefile.am
6952         * src/stock_pixmap.c
6953         * src/stock_pixmap.h
6954         * src/pixmaps/quicksearch.xpm *ADDED*
6955                 Add the quicksearch pixmap
6956         * src/mainwindow.c
6957         * src/summaryview.c
6958         * src/summaryview.h
6959                 Make quicksearch bar visible/hidden via a button
6960
6961 2002-08-22 [christoph]  0.8.1claws99
6962
6963         * src/folder.c
6964                 fix folder update for newsgroups with message
6965                 numbers below minimum number of articles to fetch
6966                 (closes bug #598445)
6967
6968 2002-08-22 [paul]       0.8.1claws98
6969
6970         * sync with 0.8.1cvs28
6971                 see ChangeLog 2002-08-22
6972
6973 2002-08-21 [alfons]     0.8.1claws97
6974
6975         * src/crash.c
6976                 use bt instead of bt full which seems to work 
6977                 better, and bt full doesn't give a great deal 
6978                 of information anyway
6979
6980 2002-08-21 [colin]      0.8.1claws96
6981
6982         * src/summaryview.c
6983                 fix summaryview_searchtype_changed prototype
6984
6985 2002-08-21 [christoph]  0.8.1claws95
6986
6987         * src/mainwindow.c
6988                 o fix broken menu update for sorting type, we have to
6989                   get this info from the summaryview now
6990                 o removed setting of threaded state in menu callback
6991         * src/summaryview.[ch]
6992                 more summaryview/folderitem seperation for
6993                 threading option
6994         * configure.in
6995                 removed not required --with-compiler-flags option
6996
6997 2002-08-21 [oliver]     0.8.1claws94
6998         
6999         * src/toolbar.h 
7000                 o rename toolbar.xml to toolbar_main.xml
7001                   since toolbar_compose.xml might come up 
7002                   any time soon
7003         * README.claws
7004                 add custom toolbar              
7005
7006 2002-08-21 [darko]      0.8.1claws93
7007
7008         * src/procmsg.c
7009                 don't reset tmp flags for messages copied
7010                 to sent folder
7011
7012 2002-08-21 [colin]      0.8.1claws92
7013         
7014         * src/prefs_filtering.c
7015                 fix renaming rules on folder rename 
7016                 when folder is not a leaf folder
7017
7018 2002-08-21 [paul]       0.8.1claws91
7019
7020         * src/prefs_folder_item.c
7021                 fix alignment of colour selector
7022
7023 2002-08-21 [paul]       0.8.1claws90
7024
7025         * sync with 0.8.1cvs27
7026                 see ChangeLog 2002-08-21
7027
7028 2002-08-21 [paul]       0.8.1claws89
7029
7030         * src/summaryview.c
7031                 fix crash when changing field type in
7032                 Quick search bar
7033
7034 2002-08-21 [colin]      0.8.1claws88
7035
7036         * src/summaryview.c
7037                 Made quick search case-insensitive
7038
7039 2002-08-21 [paul]       0.8.1claws87
7040
7041         * sync with 0.8.1cvs26
7042                 see ChangeLog 2002-08-21
7043
7044 2002-08-20 [christoph]  0.8.1claws86
7045
7046         * src/folderview.c
7047         * src/main.c
7048         * src/summaryview.[ch]
7049                 more summaryview/folderitem seperation for
7050                 sort_key and sort_type
7051         * src/procmsg.c
7052                 added missing return statement
7053
7054 2002-08-20 [colin]      0.8.1claws85
7055
7056         * src/summaryview.[ch]
7057                 Added a quick search box
7058         * src/mainwindow.c
7059         * src/prefs_common.[ch]
7060                 Added a show/hide option for the quick search
7061
7062 2002-08-20 [oliver]     0.8.1claws84
7063         
7064         * src/mainwindow.c
7065                 remove toolbar_create_popups
7066         * src/toolbar.[ch]
7067                 o remove toolbar_create_popups
7068                 o fix toolbar_set_sensitive 
7069                   (Bug reports #596834 and #596832)     
7070         * src/prefs_toolbar.c
7071                 o add "Set default" button
7072                 o align label and text + combo widgets
7073
7074 2002-08-20 [hoa]        0.8.1claws83bis
7075
7076         * src/imap.c
7077                 fixed a bug in imap_fetch_msginfo() in case there is no
7078                 current folder.
7079
7080 2002-08-20 [darko]      0.8.1claws83
7081
7082         * src/folderview.c
7083                 copy the color style of folder view so it
7084                 works with GTK themes
7085
7086 2002-08-20 [darko]      0.8.1claws82
7087
7088         * src/folder.h
7089         * src/folderview.c
7090         * src/prefs_folder_item.[hc]
7091                 don't use UI stuff in folder.h
7092
7093 2002-08-20 [darko]      0.8.1claws81
7094
7095         * src/folder.h
7096         * src/prefs_folder_item.h
7097         * src/folderview.c
7098         * src/prefs_folder_item.c
7099                 ability to set folder color in folderview
7100
7101 2002-08-19 [alfons]     0.8.1claws80
7102
7103         * src/summaryview.c
7104                 fix one of the earlier memleaks reported by Martin Kluge
7105
7106 2002-08-19 [alfons]     0.8.1claws79
7107
7108         * src/mainwindow.c
7109                 hide notice view when selecting seperate folder
7110                 view (reported by Urke MMI)
7111
7112 2002-08-19 [christoph]  0.8.1claws78
7113
7114         * src/folderview.c
7115         * src/prefs_folder_item.h
7116         * src/summaryview.[ch]
7117                 o add summary_set_prefs_from_folderitem to set
7118                   summaryview prefs (first step to remove all
7119                   references to the folderitem in summaryview)
7120                 o moved compiled regex stuff from folderitem prefs
7121                   to summaryview code
7122
7123 2002-08-19 [paul]       0.8.1claws77
7124
7125         * src/compose.c
7126                 add check for '.' to QUOTE_IF_REQUIRED
7127
7128 2002-08-19 [paul]       0.8.1claws76
7129
7130         * src/inc.c
7131                 sync with 0.8.1cvs25 (plug memory leak)
7132
7133         * src/prefs_toolbar.c
7134                 re-order prefs_toolbar_cancel()
7135
7136 2002-08-18 [alfons]     0.8.1claws75
7137
7138         * src/inc.c
7139         * src/matcher.c
7140                 plug other memleaks reported by Martin Kluge
7141
7142 2002-08-18 [paul]       0.8.1claws74
7143
7144         * po/pt_BR.po
7145                 updated by Fabio Jr. Beneditto
7146
7147 2002-08-18 [paul]       0.8.1claws73
7148
7149         * src/toolbar.[ch]
7150                 fix bug where tooltips were displayed untranslated              
7151
7152         * src/prefs_toolbar.c
7153                 fix bug where clicking 'Cancel' creates an icon & text
7154                 toolbar regardless of prefs
7155         
7156
7157 2002-08-17 [oliver]     0.8.1claws72
7158
7159         * src/prefs_toolbar.c
7160                 update toolbar on CANCEL
7161                 bug reported by Martin Kluge
7162         * src/toolbar.c
7163                 toolbar_destroy memleak fixed           
7164
7165 2002-08-17 [alfons]     0.8.1claws71
7166
7167         * src/toolbar.c
7168                 plug another memleak reported by Martin Kluge
7169
7170 2002-08-16 [alfons]     0.8.1claws70
7171
7172         * src/crash.c
7173                 use execvp() correctly (suggested by wwp; thanks!)
7174
7175 2002-08-16 [alfons]     0.8.1claws69
7176
7177         * src/gtksctree.c
7178                 plug memory leak reported by Kim Schultz & Martin Kluge
7179
7180 2002-08-16 [paul]       0.8.1claws68
7181
7182         * po/es.po
7183                 updated by Ricardo Mones Lastra
7184
7185 2002-08-16 [paul]       0.8.1claws67
7186
7187         * src/toolbar.h
7188                 fix bug where 'Compose News' icon showed wrong
7189                 tooltip
7190
7191 2002-08-16 [paul]       0.8.1claws66
7192
7193         * sync with 0.8.1cvs24
7194                 see ChangeLog 2002-08-16
7195
7196         * po/it.po
7197                 updated by Alessandro Maestri
7198
7199 2002-08-15 [paul]       0.8.1claws65
7200
7201         * po/sr.po
7202                 updated by Urke MMI
7203
7204 2002-08-15 [paul]       0.8.1claws64
7205
7206         * src/*.c
7207                 don't translate debug info
7208
7209         * src/matcher.[ch]
7210                 add copyright info
7211
7212 2002-08-15 [paul]       0.8.1claws63
7213
7214         * src/prefs_toolbar.c
7215                 fix bug where clicking 'OK' creates an icon & text
7216                 toolbar regardless of prefs
7217
7218 2002-08-14 [alfons]     0.8.1claws62
7219
7220         * src/main.c
7221                 add global var that has the full argv[0]
7222         * src/crash.c
7223                 o execvp the correct sylpheed by using argv0
7224                   and setting the correct work dir
7225                 o other tweaks  
7226
7227 2002-08-14 [oliver]     0.8.1claws61
7228         
7229         * enable/disable Toolbar Action Buttons 
7230         * code cleanups
7231         * src/mainwindow.c
7232         * src/toolbar.[ch]      
7233         * src/prefs_toolbar.c   
7234
7235 2002-08-14 [melvin]     0.8.1claws60
7236
7237         * po/fr.po
7238                 Updated French translations
7239
7240 2002-08-14 [melvin]     0.8.1claws59
7241
7242         * src/crash.c
7243                 Made bug report not translatable
7244         * src/exporthtml.c
7245                 Fixed exporthtml_build_filespec() return value
7246         * src/foldersel.c
7247                 Fixed incorrect include file
7248         * src/gtkspell.c
7249         * src/prefs_actions.c
7250         * src/prefs_toolbar.c
7251                 Made debug info not translatable
7252         * src/mutt.c
7253         * src/quote_fmt.c
7254                 Added missing includes
7255         * src/prefs_common.c
7256                 Fixed typo
7257
7258 2002-08-14 [paul]       0.8.1claws58
7259
7260         * faq/es/sylpheed-faq.html
7261           faq/es/sylpheed-faq-[1-3].html
7262           faq/es/sylpheed-faq-4.html     **NEW FILE **
7263                 update Spanish FAQ
7264
7265 2002-08-13 [christoph]  0.8.1claws57
7266
7267         * src/procmsg.c
7268                 ignore thread fix that did not mark all
7269                 child nodes of a ignored thread as
7270                 ignored. Does not work perfectly yet,
7271                 but it is better now
7272
7273 2002-08-13 [alfons]     0.8.1claws56
7274
7275         * src/crash.c
7276                 o implement 'save crash log'
7277                 o some tweaks
7278
7279 2002-08-13 [melvin]     0.8.1claws55
7280
7281         * src/main.c
7282                 removed unrequired "execinfo.h" header
7283
7284 2002-08-12 [paul]       0.8.1claws54
7285
7286         * faq/en/sylpheed-faq.html
7287           faq/en/sylpheed-faq-[1-3].html
7288           faq/en/sylpheed-faq-4.html     **NEW FILE **
7289                 update English FAQ
7290
7291 2002-08-12 [alfons]     0.8.1claws53
7292
7293         * po/POTFILES.in
7294                 add crash.c to translatables
7295         * src/crash.c
7296                 bring in Leandro's crash dialog
7297
7298 2002-08-11 [alfons]     0.8.1claws52
7299
7300         * src/crash.c
7301                 clean up some warnings
7302
7303 2002-08-11 [alfons]     0.8.1claws51
7304
7305         * acconfig.h
7306         * configure.in
7307         * src/crash.[ch]        ** NEW FILES **
7308         * src/main.c            
7309                 initial gdb crash handler
7310
7311 2002-08-11 [paul]       0.8.1claws50
7312
7313         * src/prefs_toolbar.c
7314                 replace Up/Down arrow pixmaps with text to be
7315                 consistent across icon themes
7316
7317 2002-08-11 [paul]       0.8.1claws49
7318
7319         * src/prefs_common.c
7320           src/prefs_toolbar.c
7321                 rename 'Pixmap' -> 'Icon'
7322
7323         * src/toolbar.[ch]
7324                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
7325
7326 2002-08-10 [paul]       0.8.1claws48
7327
7328         * src/prefs_toolbar.c
7329                 re-work the UI
7330
7331 2002-08-10 [paul]       0.8.1claws47
7332
7333         * src/main.c
7334                 don't write Processing progress to status bar
7335                 patch submitted by Alexander Evseev
7336
7337         * src/prefs_toolbar.c
7338                 re-position and resize window
7339                 make window assume correct size on first call
7340
7341 2002-08-10 [paul]       0.8.1claws46
7342
7343         * src/mainwindow.c
7344           src/prefs_toolbar.c
7345           src/toolbar.c
7346           src/toolbar.h
7347                 obey coding style
7348                 follow UI text conventions
7349
7350 2002-08-10 [alfons]     0.8.1claws45
7351
7352         * src/toolbar.c
7353                 correct pixmap for delete action
7354
7355 2002-08-10 [paul]       0.8.1claws44
7356
7357         * po/pt_BR.po
7358                 updated by Fabio Jr. Beneditto
7359
7360 2002-08-10 [paul]       0.8.1claws43
7361
7362         * po/POTFILES.in
7363                 add custom toolbar files
7364
7365 2002-08-10 [paul]       0.8.1claws42
7366
7367         * sync with 0.8.1cvs22
7368                 see ChangeLog 2002-08-09
7369
7370 2002-08-09 [paul]       0.8.1claws41
7371
7372         * tools/Makefile.am
7373           tools/README
7374           tools/outlook2sylpheed.pl     ** NEW FILE **
7375                 add script to convert exported Outlook
7376                 contacts list to a Sylpheed addressbook.
7377                 Submitted by Ricardo Mones Lastra.
7378
7379 2002-08-09 [paul]       0.8.1claws40
7380
7381         * AUTHORS
7382           configure.in
7383           po/sr.po      ** NEW FILE **
7384                 add Serbian message catalog. Submitted by
7385                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
7386
7387 2002-08-09 [paul]       0.8.1claws39
7388
7389         * sync with 0.8.1cvs21
7390                 see ChangeLog 2002-08-08
7391
7392 2002-08-08 [oliver]     0.8.1claws38
7393
7394         * src/mainwindow.c
7395                 move Custom Toolbar to Configuration menu
7396
7397 2002-08-08 [oliver]     0.8.1claws37
7398
7399         * src/prefs_toolbar.c
7400                 fix substitute pixmap bug
7401
7402 2002-08-08 [paul]       0.8.1claws36
7403
7404         * sync with 0.8.1cvs19
7405                 see ChangeLog 2002-08-08
7406
7407 2002-08-07 [christoph]  0.8.1claws35
7408
7409         * src/utils.c
7410                 fixed a memory leak in new canonicalize_file_replace
7411
7412 2002-08-07 [christoph]  0.8.1claws34
7413
7414         * src/utils.[ch]
7415                 o canonicalize_file_replace should create the temporary
7416                   file in the same directory as the original file.
7417                 o added get_tmpfile_in_dir that creates a temorary file
7418                   in a specified directory.
7419
7420 2002-08-07 [melvin]     0.8.1claws33
7421
7422         * src/toolbar.c
7423                 fixed bug where 'Article' button acted as 'Email' button.
7424
7425 2002-08-07 [paul]       0.8.1claws32
7426
7427         * sync with 0.8.1.cvs17
7428                 see ChangeLog 2002-08-07
7429
7430 2002-08-07 [colin]      0.8.1claws31
7431         
7432         * src/news.c
7433                 fix mass-cancel problem
7434
7435 2002-08-07 [thorsten]   0.8.1claws30
7436
7437         * src/prefs_toolbar.c
7438                 fix: crash on replace or add new button
7439         * src/toolbar.c
7440                 fix: close xmlfile after reading
7441         * src/utils.c
7442                 fix: unlink() file before rename()
7443
7444 2002-08-06 [paul]       0.8.1claws29
7445
7446         * sync with 0.8.cvs15
7447                 see ChangeLog 2002-08-06
7448
7449 2002-08-06 [oliver]     0.8.1claws28
7450
7451         * src/toolbar.c
7452         * src/prefs_toolbar.c
7453                 fixed empty toolbar issue
7454
7455 2002-08-06 [oliver]     0.8.1claws27
7456
7457         * Custom Toolbar Final 
7458         * src/folderview.c
7459         * src/inc.c
7460         * src/summaryview.c
7461                 o toolbar stuff now lives in src/toolbar.[ch]
7462                 o main_window_toolbar_* functions are renamed to
7463                   toolbar_* reflecting their new source file
7464         * src/mainwindow.[ch]
7465                 o remove toolbar stuff  
7466
7467 2002-08-06 [oliver]     0.8.1claws26
7468         
7469         * src/Makefile.am
7470         * src/prefs_toolbar.[ch]        **New File**
7471         * src/toolbar.[ch]              **New File**
7472                 o prefs_toolbar.[ch] custom toolbar frontend
7473                 o toolbar.[ch]       backend 
7474
7475 2002-08-06 [oliver]     0.8.1claws25
7476
7477         * src/prefs_actions.[ch]
7478                 o new exported function actions_execute
7479
7480 2002-08-06 [paul]       0.8.1claws24
7481
7482         * sync with 0.8.1cvs4
7483                 see ChangeLog 2002-08-06
7484
7485 2002-08-06 [paul]       0.8.1claws23
7486
7487         * sync with 0.8.1cvs13
7488                 see ChangeLog 2002-08-06
7489
7490 2002-08-06 [paul]       0.8.1claws22
7491
7492         * sync with 0.8.1cvs12
7493                 see ChangeLog 2002-08-05 and 2002-08-06
7494
7495 2002-08-06 [match]      0.8.1claws21
7496
7497         * src/addrclip.c
7498                 improvements to cut/copy/paste address
7499
7500 2002-08-05 [match]      0.8.1claws20
7501
7502         * src/addritem.[ch]
7503         * src/addrcache.c
7504         * src/addrbook.c
7505         * src/editaddress.c
7506         * src/addressbook.c
7507                 fixes to improve cut/copy/paste
7508
7509 2002-08-06 [melvin]     0.8.1claws19
7510
7511         * src/account.[ch]
7512                 account_find_all_from_address(): new function that returns the
7513                 list of all accounts that are matched in an address.
7514         * src/alertpanel.[ch]
7515                 alertpanel() now accepts a custom widget
7516                 alertpanel_with_widget(): new function that pops up a panel with
7517                 a custom widget in it 
7518         * src/gtkutils.[ch]
7519                 gtkut_account_menu_new(): new function that allows the selection
7520                 of an account from a list of accounts.
7521         * src/messageview.c
7522                 Extended Return Receipt notification to select the correct 
7523                 account and to make a security test on the Delivery-Notification
7524                 address which should be the same as the Return-Path.
7525
7526 2002-08-06 [thorsten]   0.8.1claws18
7527
7528         * src/mimeview.c
7529                 attach_all: save unnamed as "noname.%d",
7530                 dont free static dirname
7531
7532 2002-08-05 [alfons]     0.8.1claws17
7533
7534         * configure.in
7535                 detect XIM by trying to link rather than compile a XIM program
7536
7537 2002-08-05 [oliver]     0.8.1claws16
7538                 
7539         * src/stock_pixmap.[ch]
7540                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
7541                 o new func to retrieve pixmaps
7542
7543 2002-08-05 [paul]       0.8.1claws15
7544
7545         * sync with 0.8.1cvs10
7546                 see ChangeLog 2002-08-05
7547
7548 2002-08-04 [alfons]     0.8.1claws14
7549
7550         * src/textview.c
7551                 see if this plugs memleak
7552
7553 2002-08-04 [melvin]     0.8.1claws13
7554
7555         * src/gtkspell.c
7556                 fixed bug that could crash Sylpheed when highlighting
7557                 all misspelled words.
7558
7559 2002-08-03 [melvin]     0.8.1claws12
7560
7561         * src/prefs_actions.c
7562                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
7563         * src/messageview.c
7564                 fixed bug where the Return Receipt was sent to
7565                 Delivery-Notification-To address even if it was not present
7566
7567 2002-08-02 [alfons]     0.8.1claws11
7568
7569         * src/prefs_actions.c
7570                 o more check for NULLs
7571                 o put create_io_dialog() in right conditional block
7572
7573 2002-08-02 [paul]       0.8.1claws10
7574
7575         * po/es.po
7576                 updated by Ricardo Mones Lastra
7577
7578 2002-08-01 [christoph]  0.8.1claws9
7579
7580         * src/folder.c
7581                 don't free the cache of the opened
7582                 folder in the summaryview
7583         * src/summaryview.c
7584                 don't unset flags, if it is not required
7585
7586 2002-08-01 [paul]       0.8.1claws8
7587
7588         * sync with 0.8.1cvs8
7589                 see ChangeLog entry 2002-08-01
7590
7591 2002-08-01 [paul]       0.8.1claws7
7592
7593         * sync with 0.8.1cvs7
7594                 see ChangeLog 2002-07-31 and 2002-08-01
7595
7596 2002-07-31 [christoph]  0.8.1claws6
7597
7598         * src/mainwindow.c
7599                 forgot to update menu sensitivity
7600                 function for new menu entry
7601
7602 2002-07-31 [alfons]     0.8.1claws5
7603
7604         * src/main.c
7605                 check folder item and its path for NULL on
7606                 initial processing
7607
7608 2002-07-31 [christoph]  0.8.1claws4
7609
7610         * src/folder.c
7611                 check if folder_item_get_msginfo in
7612                 folder_item_remove_msg returned NULL
7613         * src/imap.c
7614                 better clear the uid cache in the
7615                 uid validity check function and delete
7616                 cached messages
7617
7618 2002-07-31 [paul]       0.8.1claws3
7619
7620         * man/sylpheed.1
7621                 add the '--attach' option and a few other
7622                 minor changes
7623
7624 2002-07-31 [paul]       0.8.1claws2
7625
7626         * sync with 0.8.1cvs5
7627                 see ChangeLog 2002-07-31
7628
7629 2002-07-31 [christoph]  0.8.1claws1
7630
7631         * src/folderview.[ch]
7632         * src/mainwindow.c
7633                 replace "Rescan all folders..." with
7634                 "Check all folders for new messages..."
7635
7636 2002-07-30 [paul]       0.8.1claws
7637
7638         * version 0.8.1claws released
7639
7640 2002-07-30 [paul]       0.8.0claws29
7641
7642         * tools/OOo2sylpheed.pl ** NEW FILE **
7643           tools/README
7644                 add script to enable sending documents as
7645                 attachments from OpenOffice.org
7646
7647 2002-07-30 [melvin]     0.8.0claws28
7648
7649         * src/prefs_actions.c
7650                 Made the actions' input/output dialog display
7651                 without delay.
7652
7653 2002-07-30 [christoph]  0.8.0claws27
7654
7655         * src/procmsg.c
7656                 check if folder_item_get_msginfo in
7657                 procmsg_save_to_outbox returned NULL
7658
7659 2002-07-30 [paul]       0.8.0claws26
7660
7661         * sync with 0.8.1cvs4
7662                 see ChangeLog 2002-07-29
7663
7664 2002-07-29 [thorsten]   0.8.0claws25
7665
7666         * README.claws
7667                 added selective download, delete on server
7668
7669 2002-07-29 [paul]       0.8.0claws24
7670
7671         * sync with 0.8.1cvs3
7672                 see ChangeLog 2002-07-29
7673
7674 2002-07-27 [christoph]  0.8.0claws23
7675
7676         * src/folder.c
7677                 add extra check if fetching the msginfo
7678                 returned NULL
7679
7680 2002-07-27 [paul]       0.8.0claws22
7681
7682         * sync with 0.8.1cvs2
7683                 see ChangeLog 2002-07-26
7684
7685 2002-07-27 [christoph]  0.8.0claws21
7686
7687         * src/imap.c
7688                 add another check if a valid msginfo
7689                 was returned
7690
7691 2002-07-26 [hoa]        0.8.0claws20
7692
7693         * src/folder.c
7694                 Fixed a condition in folder_item_destroy()
7695
7696         * src/imap.c
7697                 Fixed an error in IMAP protocol
7698
7699 2002-07-26 [alfons]     0.8.0claws19
7700
7701         * src/folder.c
7702                 ofcourse compare with identifier, not the path
7703
7704 2002-07-26 [alfons]     0.8.0claws18
7705
7706         * src/folder.c
7707                 use folder item identifier for saving / restoring
7708                 preferences because folder->path might not be unique
7709
7710 2002-07-26 [melvin]     0.8.0claws17
7711
7712         * src/logwindow.c
7713                 Fixed a crash introduced in 0.8.0claws5 when log is 
7714                 cut under 80 characters.
7715
7716 2002-07-26 [paul]       0.8.0claws16
7717
7718         * sync with 0.8.1cvs1
7719                 see ChangeLog 2002-07-26
7720
7721 2002-07-26 [christoph]  0.8.0claws15
7722
7723         * src/imap.[ch]
7724                 imap folder now remembers the last selected
7725                 folder and imap_fetch_msginfo skips selecting
7726                 the folder if it is already selected
7727
7728 2002-07-26 [christoph]  0.8.0claws14
7729
7730         * src/folder.c
7731         * src/folderview.c
7732         * src/imap.c
7733                 fix imap folder rescanning
7734
7735 2002-07-25 [christoph]  0.8.0claws13
7736
7737         * src/filter.c
7738         * src/folder.[ch]
7739         * src/folderview.c
7740         * src/imap.[ch]
7741         * src/mainwindow.c
7742         * src/mbox_folder.c
7743         * src/mh.c
7744         * src/news.c
7745                 implement imap uid cache and uid validity check
7746
7747 2002-07-25 [alfons]     0.8.0claws12
7748
7749         * src/summaryview.c
7750                 fix a brown paper bag bug, and also add some more
7751                 checks
7752
7753 2002-07-25 [christoph]  0.8.0claws11
7754
7755         * src/folder.c
7756                 don't mix copy, fetch_msginfo and remove
7757                 operations in folder item copy and move
7758                 operations
7759
7760 2002-07-25 [christoph]  0.8.0claws10
7761
7762         * src/folderview.c
7763         * src/mainwindow.c
7764         * src/prefs_folder_item.c
7765         * src/summaryview.[ch]
7766                 remove no longer required parameter update_cache from
7767                 summary_show
7768
7769 2002-07-25 [paul]       0.8.0claws9
7770
7771         * sync with 0.8.1
7772         
7773         * AUTHORS
7774                 a few corrections
7775
7776 2002-07-24 [alfons]     0.8.0claws8
7777
7778         * src/summaryview.c
7779                 sort correctly when using simplified subject line
7780                 (closes feature request "[ 585141 ] applying regexp to subject 
7781                 before sort" submitted by Alexandra Walford)
7782
7783 2002-07-24 [paul]       0.8.0claws7
7784
7785         * sync with 0.8.0cvs3
7786                 see ChangeLog 2002-07-24
7787
7788 2002-07-23 [christoph]  0.8.0claws6
7789
7790         * src/folder.c
7791         * src/folder.h
7792         * src/summaryview.c
7793         * src/summaryview.h
7794         * src/main.c
7795                 o separate processing and summaryview
7796                 o removed summary_write_cache from summaryview
7797                 o removed summaryview->killed_messages, because we don't have
7798                   to keep a list of killed messages anymore. New cache will
7799                   keep the hidden messages in cache anyway
7800         * src/folderview.c
7801         * src/inc.c
7802         * src/selective_download.c
7803                 o removed unnecessary summary_write_cache calls
7804         * src/procmsg.c
7805                 o don't set ignore thread flag in procmsg_get_thread_tree
7806                   if it is already set
7807         * src/mainwindow.c
7808         * src/statusbar.h
7809                 o moved STATUSBAR_PUSH/POP to statusbar.h because
7810                   they are used in different files
7811
7812 2002-07-23 [melvin]     0.8.0claws5
7813
7814         * src/addressbook.c
7815         * src/addrgather.c
7816         * src/editaddress.c
7817         * src/editgroup.c
7818         * src/editldap_basedn.c
7819         * src/importldif.c
7820         * src/prefs_common.c
7821                 Fixed few memory leak (gtk_editable_get_chars returns
7822                 an allocated string)
7823         * src/logwindow.c
7824                 Fixed few memory leak (gtk_editable_get_chars returns
7825                 an allocated string) and modified a little the log cutting
7826                 loop.
7827         * src/compose.c
7828                 Replaced a call to an obsolete function gtk_entry_get_text()
7829                 by gtk_editable_get_chars()
7830         * src/send.c
7831                 Removed a debug printf
7832
7833 2002-07-23 [christoph]  0.8.0claws4
7834
7835         * src/filesel.c
7836                 fix another g_dirname memory leak
7837
7838 2002-07-23 [christoph]  0.8.0claws3
7839
7840         * src/mh.c
7841                 fixed a memory leak in mh_fetch_msginfo
7842                 fixed crash when message header could not be
7843                 parsed
7844
7845 2002-07-23 [paul]       0.8.0claws2
7846
7847         * sync with 0.8.0cvs2
7848                 see ChangeLog 2002-07-23
7849
7850 2002-07-23 [paul]       0.8.0claws1
7851
7852         * sync with 0.8.0cvs1
7853                 see ChangeLog 2002-07-23
7854
7855 2002-07-23 [paul]       0.8.0claws
7856
7857         * release of 0.8.0claws
7858
7859 2002-07-23 [paul]       0.7.8claws99
7860
7861         * po/ru.po
7862                 new Russian translation, submitted by
7863                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
7864
7865 2002-07-22 [jens]       0.7.8claws98
7866
7867         * po/de.po
7868                 Updated German translations.
7869
7870 2002-07-22 [paul]       0.7.8claws97
7871
7872         * po/es.po
7873           po/it.po
7874           po/nl.po
7875           po/pt_BR.po
7876                 updated translations by Ricardo Mones Lastra,
7877                 Alessandro Maestri, Wilbert Berendsen and 
7878                 Fabio Jr. Beneditto respectively
7879
7880 2002-07-22 [christoph]  0.7.8claws96
7881
7882         * src/mimeview.c
7883                 fix memory leak caused by wrong g_dirname usage
7884
7885 2002-07-22 [christoph]  0.7.8claws95
7886
7887         * src/summaryview.c
7888                 update new and unread message counts for summaryview
7889                 summaryview does not get it from the folder anymore
7890                 and has to update the values itself
7891
7892 2002-07-22 [melvin]     0.7.8claws94
7893
7894         * po/fr.po
7895                 Updated French translations.
7896
7897 2002-07-22 [christoph]  0.7.8claws93
7898
7899         * src/matcher.c
7900                 set prop->preg pointer to NULL or following check
7901                 will not fail and regexec will be called with
7902                 invalid pointer
7903
7904 2002-07-21 [alfons]     0.7.8claws92
7905         
7906         * src/prefs_common.[ch]
7907                 remove option "Send return receipt on request"
7908
7909 2002-07-21 [thorsten]   0.7.8claws91
7910
7911         * src/mimeview.c
7912                 fixed memleaks, coding style as pointed out by alfons
7913
7914 2002-07-21 [alfons]     0.7.8claws90
7915
7916         * src/messageview.c
7917         * src/noticeview.[ch]
7918                 o fix bug notice view being displayed when going to empty folder 
7919                   (noticed by Christoph)
7920                 o allow RRR to be sent when restarting sylpheed, or changing folder 
7921                   (noticed by Thorsten)
7922
7923 2002-07-21 [thorsten]   0.7.8claws89
7924
7925         * src/mimeview.c
7926                 Included save_all patch from Xaview FACQ
7927                 added support for pathnames
7928
7929 2002-07-21 [alfons]     0.7.8claws88
7930
7931         * po/POTFILES.in
7932         * src/Makefile.am
7933         * src/mainwindow.c
7934         * src/messageview.[ch]
7935         * src/noticeview.c      ** NEW FILE **
7936         * src/noticeview.h      ** NEW FILE **
7937                 make return receipts work again
7938                 (UI idea by Leandro Pereira)
7939
7940 2002-07-21 [paul]       0.7.8claws87
7941
7942         * src/summaryview.c
7943                 fix sensitivity of 'Select thread'
7944
7945 2002-07-21 [paul]       0.7.8claws86
7946
7947         * src/prefs_common.c
7948                 add browser command line for Galeon
7949
7950 2002-07-21 [paul]       0.7.8claws85
7951
7952         * Makefile.am
7953                 fix 'EXTRA_DIST': remove README.README, add TODO
7954                 and TODO.claws
7955
7956 2002-07-21 [alfons]     0.7.8claws84
7957
7958         * src/gtkstext.c
7959                 make enter clear selection
7960                 (closes "[ 579888 ] Editor selection/entry error"
7961                 reported by Steve Lamb)
7962
7963 2002-07-21 [alfons]     0.7.8claws83
7964         
7965         * src/summaryview.c
7966                 sort message list when selecting unthread messages
7967                 (closes "[ 501593 ] switching threaded view doesn't sort"
7968                 reported by Simon Schubert)
7969
7970 2002-07-20 [alfons]     0.7.8claws82
7971         
7972         * src/matcher.c
7973                 const-correctness
7974
7975 2002-07-20 [thorsten]   0.7.8claws81
7976
7977         * src/matcher.c
7978                 Fixed expansion of empty fields in matchactions
7979
7980 2002-07-19 [melvin]     0.7.8claws80
7981
7982         * src/gtkspell.c
7983                 Removed a duplicate menu entry (fast mode) introduced during
7984                 the new cache merge
7985                 Added a menu separator between 'Use alternate' and 'Fast mode'
7986
7987 2002-07-19 [paul]       0.7.8claws79
7988
7989         * tools/Makefile.am
7990           tools/README
7991                 correct typos
7992
7993 2002-07-19 [thorsten]   0.7.8claws78
7994
7995         * tools/calypso_convert.pl      ** NEW FILE **
7996           tools/README
7997           tools/Makefile.am
7998                 script to import mbox files exported
7999                 by calypso
8000                 o generates folder structure
8001                 o includes attachments
8002
8003 2002-07-19 [melvin]     0.7.8claws77
8004
8005         * src/selective_download.[ch]
8006                 Fixed bug where closing the dialog with the window manager's
8007                 close button will not unlock the summary
8008                 Corrected some function declarations that missed a return value
8009                 Made the source code comply better with coding style.
8010         * src/prefs_common.c
8011                 Added new browser command line for Mozilla.
8012
8013 2002-07-18 [paul]       0.7.8claws76
8014
8015         * src/mainwindow.c
8016           src/selective_download.[ch]
8017                 reflect theme changes, fix Gdk Warning when creating 
8018                 pixmap from NULL window, and minor clean up.
8019                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8020
8021         * po/en_GB.po
8022                 updated
8023
8024 2002-07-17 [paul]       0.7.8claws75
8025
8026         * INSTALL[.jp]
8027                 sync with 0.8.0
8028         
8029         * po/en_GB.po
8030                 updated
8031
8032 2002-07-16 [paul]       0.7.8claws74
8033
8034         * tools/filter_conv.pl
8035           tools/README
8036                 replace conversion script with reimplemented version, 
8037                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
8038
8039 2002-07-16 [colin]      0.7.8claws73
8040
8041         * src/summaryview.c
8042                 remove forgotten debug messages - sorry ;-)
8043
8044 2002-07-16 [colin]      0.7.8claws72
8045
8046         * src/mimeview.c
8047           src/summaryview.c
8048           src/textview.c
8049           src/textview.h
8050                 add the ability to select part of a text mime-part 
8051                 to reply.
8052
8053 2002-07-15 [christoph]  0.7.8claws71
8054
8055         * src/folder.c
8056                 fix folder message count for folders without
8057                 msg_is_changed (includes news folders)
8058
8059 2002-07-15 [martin]     0.7.8claws70
8060
8061         * src/summaryview.c
8062                 option "display recipient on 'From'..." now works
8063                 without the need of enabling the option
8064                 "display  sender  using  address  book".
8065
8066 2002-07-15 [christoph]  0.7.8claws69
8067
8068         * src/summaryview.c
8069                 removed setting folder status from summaryview.
8070                 folder.c should update all message counts correctly.
8071
8072 2002-07-15 [paul]       0.7.8claws68
8073
8074         * po/pt_BR.po
8075                 updated by Fabio Junior Beneditto
8076
8077 2002-07-15 [darko]      0.7.8claws67
8078
8079         * src/mh.c
8080                 Fixed target folder colorization, don't decrease op
8081                 number twice
8082
8083 2002-07-14 [paul]       0.7.8claws66
8084
8085         * sync with main 0.8.0
8086                 see ChangeLog 2002-07-14
8087
8088 2002-07-13 [melvin]     0.7.8claws65
8089         
8090         * src/addrbook.c
8091         * src/addressbook.c
8092         * src/addrindex.c
8093                 Replaced sprintf by g_snprintf to prevent possible buffer
8094                 overflow.
8095         * src/news.c
8096                 Corrected a log message output format.
8097                 Added a missing "done" debug output.
8098         * src/compose.c
8099                 Added keyboard accelerator for Priority menu items
8100                 Added missing \n in debug output
8101         * src/logwindow.c
8102         * src/gtkspell.c
8103         * src/rfc2015.c
8104                 Added missing \n in debug output
8105
8106 2002-07-13 [paul]       0.7.8claws64
8107
8108         * man/sylpheed.1
8109                 change Sergey's email address to the sf address
8110
8111         * src/textview.c
8112                 increase show_url_timeout (more useful for long
8113                 urls)
8114
8115 2002-07-12 [sergey]     0.7.8claws63
8116
8117         * src/rfc2015.c
8118                 applied (with some modifications) patch to set the
8119                 micalg parameter for signatures
8120                 (2001-08-28 Werner Koch <wk@gnupg.org>)
8121
8122 2002-07-12 [sergey]     0.7.8claws62
8123
8124         * man/Makefile.am
8125         * configure.in
8126                 fixed man page installation
8127
8128 2002-07-12 [paul]       0.7.8claws61
8129
8130         * sync with 0.7.8cvs26
8131                 see ChangeLog 2002-07-11 and 2002-07-12
8132
8133 2002-07-11 [christoph]  0.7.8claws60
8134
8135         * src/compose.c
8136         * src/procmsg.c
8137                 first use the message number to find the message
8138                 to mark with a reply flag but check the
8139                 message-id if we got the correct message, if not
8140                 try to find it by message-id.
8141                 use new string seperator that is not allowed
8142                 in message-ids.
8143
8144 2002-07-11 [paul]       0.7.8claws59
8145
8146         * sync with 0.7.8cvs23
8147                 see ChangeLog 2002-07-10
8148
8149 2002-07-10 [christoph]  0.7.8claws58
8150
8151         * src/folder.[ch]
8152         * src/msgcache.[ch]
8153                 Added message-id table to the cache in memory
8154                 and functions to msgcache.c and folder.c to
8155                 fetch MsgInfos by message id
8156         * src/compose.c
8157         * src/procmsg.c
8158                 store folder and message-id of message replying
8159                 to in queue header and set reply flag after sending
8160                 (Closes bug #469498)
8161
8162 2002-07-10 [paul]       0.7.8claws57
8163
8164         * AUTHORS
8165           man/sylpheed.1.gz
8166                 add Martin to the list of authors
8167
8168 2002-07-09 [martin]     0.7.8claws56
8169         * src/gtksctree.c
8170                 Added gtk_ctree_last_visible(), tree_update_level(),
8171                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
8172                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8173                 from gtk+ to gtksctree.c for the new sorting code
8174                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
8175                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
8176         * src/gtksctree.h
8177                 Added declaration for gtk_sctree_sort_recursive() and
8178                 gtk_sctree_sort_node
8179         * src/addressbook.c
8180         * src/foldersel.c
8181         * src/folderview.c
8182         * src/summaryview.c
8183                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8184                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
8185
8186 2002-07-08 [paul]       0.7.8claws55
8187
8188         * more sync with 0.7.8cvs21
8189                 see ChangeLog 2002-07-08
8190
8191 2002-07-08 [paul]       0.7.8claws54
8192
8193         * sync with 0.7.8cvs21
8194                 see ChangeLog 2002-07-08
8195
8196 2002-07-07 [alfons]     0.7.8claws53
8197
8198         * src/Makefile.am
8199         * src/stock_pixmap.[ch]
8200         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
8201         * src/pixmaps/notice_error.xpm  ** NEW FILE **
8202         * src/pixmaps/notice_note.xpm   ** NEW FILE **
8203                 add new pixmaps for upcoming notice pane
8204
8205 2002-07-06 [melvin]     0.7.8claws52
8206
8207         * src/gtkspell.[ch]
8208                 Made them a bit closer to Sylpheed's coding style.
8209                 Removed old code.
8210                 Removed possible memory leaks when some errors occurs.
8211
8212 2002-07-06 [melvin]     0.7.8claws51
8213
8214         * po/Makefile.in.in
8215                 Removed --no-location in xgettext command line to help
8216                 translators that use Emacs' po-mode
8217         * src/quote_fmt.c
8218                 Removed unnecessary comments that messed up sylpheed.pot
8219
8220 2002-07-06 [paul]       0.7.8claws50
8221
8222         * sync with 0.7.8cvs19
8223                 see ChangeLog 2002-07-05
8224
8225 2002-07-06 [christoph]  0.7.8claws49
8226
8227         * src/folder.c
8228         * src/mainwindow.c
8229                 fix folder_item_remove_all_msg and folderview
8230                 status for trash folders after emptying trash
8231
8232 2002-07-05 [paul]       0.7.8claws48
8233
8234         * sync with 0.7.8cvs16
8235                 see ChangeLog 2002-07-04 and 2002-07-05
8236
8237 2002-07-04 [paul]       0.7.8claws47
8238
8239         * sync with 0.7.8cvs14
8240                 see  ChangeLog 2002-07-04
8241
8242 2002-07-03 [alfons]     0.7.8claws46
8243
8244         * src/folder.c
8245                 dupe folder item's path because it's being reallocated
8246                 by new folder scanning code
8247
8248 2002-07-03 [christoph]  0.7.8claws45
8249
8250         * src/imap.c
8251                 better IMAP uid fetching using 'FETCH 1:* (UID)'
8252         * src/msgcache.c
8253                 add missing return in msgcache_write
8254
8255 2002-07-02 [thorsten]   0.7.8claws44
8256
8257         * src/jpilot.c
8258         * src/msgcache.c
8259         * src/rfc2015.c
8260                 use binary mode for file access
8261
8262 2002-07-02 [christoph]  0.7.8claws43
8263
8264         * major code cleanup (part 1)
8265         
8266                 - unused variables removed
8267                 - unused functions removed
8268                 - uninitialized variables checked
8269                 - missing return statements added
8270                 - missing function return types added
8271                 - added parentheses around assignment and
8272                   && in || when suggested by gcc
8273               
8274         * src/mh.c
8275         * src/folder.c
8276                 replaced direct calls to folder->scan_tree
8277                 with folder_scan_tree and restore folder
8278                 prefs in this function. The folder should
8279                 not have to deal with them.
8280                 ( Should now work for all folder types )
8281
8282 2002-07-02 [paul]       0.7.8claws42
8283
8284         * sync with 0.7.8cvs13
8285                 see ChangeLog 2002-07-01 and 2002-07-02
8286
8287 2002-07-01 [christoph]  0.7.8claws41
8288
8289         * src/summaryview.c
8290                 fix "goto next/prev unread message" with
8291                 ignored threads
8292
8293 2002-07-01 [paul]       0.7.8claws40
8294
8295         * po/es.po
8296                 updated by Ricardo Mones Lastra
8297
8298 2002-06-30 [match]      0.7.8claws39
8299
8300         * src/jpilot.c
8301                 applied variation of leonerd's patch (566661) to
8302                 allow multiple email addresses per JPilot entry.
8303                 addresses may be separated by space, comma, pipe,
8304                 semi-colon, new-line.
8305
8306 2002-06-30 [alfons]     0.7.8claws38
8307
8308         * src/procmsg.c
8309                 simple fix for putting older nodes before
8310                 newer nodes when threading by subject
8311
8312 2002-06-30 [christoph]  0.7.8claws37
8313
8314         * src/folder.c
8315         * src/folderview.c
8316         * src/mh.c
8317         * src/news.c
8318         * src/procmsg.c
8319                 fix broken folder tree rescaning
8320                 and don't use procmsg_get_mark_sum
8321                 anymore
8322
8323 2002-06-30 [christoph]  0.7.8claws36
8324
8325         * merge new cache branch
8326         * src/imap.c
8327                 fix new cache imap copy bug
8328         * src/folder.c
8329                 improved folder_item_scan
8330                 it should now always set the correct
8331                 new, unread and total message counts
8332
8333 2002-06-29 [paul]       0.7.8claws35
8334
8335         * configure.in
8336                 correct syntax error
8337
8338 2002-06-29 [paul]       0.7.8claws34
8339
8340         * configure.in
8341           Makefile.am
8342           man/Makefile.am       ** NEW FILE **
8343           man/sylpheed.1.gz     ** NEW FILE **
8344                 add Sylpheed man page
8345
8346 2002-06-29 [paul]       0.7.8claws33
8347
8348         * po/pt_BR.po
8349                 updated by Fabio Junior Beneditto
8350
8351 2002-06-28 [jens]       0.7.8claws32
8352
8353         * po/de.po
8354                 translation updated
8355
8356         * src/selective_download.c
8357                 removed gettext for space " "
8358
8359         * src/imap.c
8360                 removed wrong space
8361
8362 2002-06-28 [paul]       0.7.8claws31
8363
8364         * sync with 0.7.8cvs11
8365                 see ChangeLog 2002-06-28
8366
8367 2002-06-28 [paul]       0.7.8claws30
8368
8369         * sync with 0.7.8cvs10
8370                 see ChangeLog 2002-06-27 and 2002-06-28
8371
8372 2002-06-26 [paul]       0.7.8claws29
8373
8374         * src/addrgather.c
8375           src/selective_download.c
8376                 don't gettextise empty strings.
8377                 reserved by gettext. gettext("") returns 
8378                 the header entry with meta information, 
8379                 not the empty string
8380
8381         * po/en_GB.po
8382                 updated
8383
8384 2002-06-26 [paul]       0.7.8claws28
8385
8386         * sync with 0.7.8cvs7
8387                 see ChangeLog 2002-06-25
8388
8389         * src/prefs_common.c
8390                 ...and in the process, tweak the gui a little
8391
8392 2002-06-25 [alfons]     0.7.8claws27
8393         
8394         * configure.in
8395         * src/Makefile.am
8396                 fine tune ldap library detection
8397
8398 2002-06-25 [alfons]     0.7.8claws26
8399
8400         * src/compose.c
8401                 don't allow return receipts when composing a news article
8402
8403 2002-06-25 [paul]       0.7.8claws25
8404
8405         * Makefile.am
8406                 add '$(AMTAR)' to 'release' section to allow for
8407                 new and older autotools
8408
8409 2002-06-25 [paul]       0.7.8claws24
8410
8411         * src/summaryview.c
8412                 fix "No more unread messages" persistant pop-up
8413                 window bug
8414
8415 2002-06-25 [paul]       0.7.8claws23
8416
8417         * po/it.po
8418                 updated by Alessandro Maestri
8419
8420 2002-06-25 [paul]       0.7.8claws22
8421
8422         * sync with 0.7.8cvs6
8423                 see ChangeLog 2002-06-25
8424
8425 2002-06-24 [paul]       0.7.8claws21
8426
8427         * tools/update-po
8428                 add GPL copyright information
8429
8430 2002-06-24 [paul]       0.7.8claws20
8431
8432         * tools/Makefile.am
8433           tools/README
8434           tools/update-po       ** NEW FILE **
8435                 add script that eases the creation of *.po files
8436                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
8437
8438 2002-06-23 [alfons]     0.7.8claws19
8439
8440         * src/messageview.c
8441                 make notification_convert_header obey const correctness
8442                 (next step will be fixing the broken return receipt)
8443
8444 2002-06-23 [paul]       0.7.8claws18
8445
8446         * src/messageview.c
8447                 fix bug introduced in last commit:
8448                 removed too much code in last commit - put back what's
8449                 needed
8450
8451 2002-06-23 [paul]       0.7.8claws17
8452
8453         * src/messageview.[ch]
8454                 remove code committed in error from locally patched
8455                 source
8456
8457 2002-06-23 [colin]      0.7.8claws16
8458
8459         * src/compose.[ch]
8460                 add compose_entry_select(), used to select the default_to
8461                 email address - hopefully avoiding people sending mails to
8462                 wrong recipients.
8463
8464 2002-06-22 [alfons]     0.7.8claws15
8465
8466         * AUTHORS
8467                 add Bram Metsch & Stanislav Karchebny
8468         * src/smtp.[ch]
8469         * src/prefs_account.[ch]
8470         * src/send.c
8471                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
8472                   options.  (see <http://sourceforge.net/tracker/index.php
8473                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
8474
8475                 - merge Stanislav's fix to make SMTP AUTH work with qmail
8476                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
8477
8478 2002-06-22 [paul]       0.7.8claws14
8479
8480         * sync with 0.7.8cvs5
8481                 see ChangeLog 2002-06-19 and 2002-06-20
8482
8483 2002-06-22 [alfons]     0.7.8claws13
8484
8485         * src/selective_download.c
8486                 fix a stupid mistake I made
8487
8488 2002-06-22 [alfons]     0.7.8claws12
8489
8490         * src/selective_download.[ch]
8491                 fix another unnoticed leak; cleanup code
8492
8493 2002-06-21 [alfons]
8494
8495         * tools/Makefile.am
8496                 gpg-sign <-- gpg-sign-syl
8497
8498 2002-06-21 [alfons]     0.7.8claws11
8499
8500         * src/selective_download.c
8501         * src/selective_download.h
8502                 fix assorted mix of allocation errors (should solve
8503                 problem reported by Philippe Gramoullé, see:
8504                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
8505
8506 2002-06-20 [melvin]     0.7.8claws10
8507
8508         * tools/gpg-sign *REMOVED*
8509           tools/gpg-sign-syl *ADDED*
8510                 Replaced the gpg clearsigning script with the version using
8511                 xterm instead of ssh-askpass and changed its name.
8512
8513         * README.claws
8514                 Updated actions example to reflect the renaming of the
8515                 gpg clearsigning script.
8516
8517 2002-06-19 [paul]       0.7.8claws9
8518
8519         * sync with 0.7.8claws9
8520                 see ChangeLog 2002-06-18 and 2002-06-19
8521
8522 2002-06-19 [paul]       0.7.8claws8
8523
8524         * sync with 0.7.8cvs1
8525                 see ChangeLog 2002-06-18
8526
8527 2002-06-18 [alfons]     0.7.8claws7
8528
8529         * src/mainwindow.h
8530                 add omitted prototype
8531
8532 2002-06-17 [paul]       0.7.8claws6
8533
8534         * src/mainwindow.c
8535                 fix hiding of exec_btn
8536
8537 2002-06-17 [paul]       0.7.8claws5
8538
8539         * src/pop.c
8540                 remove unneeded code: should_delete() 
8541                 and Pop3State::uidl_todelete_list
8542
8543 2002-06-17 [paul]       0.7.8claws4
8544
8545         * sync with 0.7.8
8546                 see ChangeLog 2002-06-11 and 2002-06-13
8547
8548 2002-06-16 [alfons]     0.7.8claws3
8549         
8550         * src/folder.c
8551                 make sure lock sort mode (claws specific) is
8552                 also persists after a tree rescan
8553
8554 2002-06-16 [alfons]     0.7.8claws2
8555
8556         * src/prefs_folder_item.c
8557         * src/folder.[ch]
8558                 fix persistence of folder sort mode (broken
8559                 by adapting Hiro's new folder persistence code)
8560
8561 2002-06-16 [alfons]     0.7.8claws1
8562
8563         * AUTHORS
8564         * src/logwindow.c
8565         * src/prefscommon.[ch]
8566                 control size of log text in log window; 
8567                 closes patch #569155 submitted by Mitko Haralanov.
8568
8569 2002-06-15 [paul]       0.7.8claws
8570
8571         * release of 0.7.8claws
8572
8573 2002-06-15 [paul]       0.7.7claws
8574
8575         * po/pt_BR.po
8576                 updated by Fabio Junior Beneditto
8577
8578 2002-06-14 [paul]       0.7.6claws49
8579
8580         * po/es.po
8581                 updated by Ricardo Mones Lastra
8582
8583 2002-06-14 [paul]       0.7.6claws48
8584
8585         * po/nl.po
8586                 updated translation by Wilbert Berendsen
8587
8588 2002-06-14 [melvin]     0.7.6claws47
8589
8590         * po/fr.po
8591                 Updated French translation
8592
8593 2002-06-13 [paul]       0.7.6claws46
8594
8595         * src/filesel.c
8596                 allow filename to be typed in, rather than just
8597                 selected by the mouse. Patch by Gustavo Noronha Silva.
8598
8599 2002-06-13 [alfons]     0.7.6claws45
8600
8601         * src/mainwindow.[ch]
8602                 more cleanups (removing unnecessary menu items Expand 
8603                 summary / message view)
8604
8605 2002-06-13 [melvin]     0.7.6claws44
8606
8607         * po/POTFILES.in
8608                 Added src/string_match.c
8609         * src/string_match.c
8610                 Fixed possible buffer overflow.
8611                 Corrected typo.
8612                 Added missing config.h header.
8613         * src/prefs_common.c
8614           src/prefs_matcher.c
8615           src/prefs_scoring.c
8616                 Made some strings translatable (missing _(..)).
8617
8618 2002-06-13 [melvin]     0.7.6claws43
8619
8620         * README.claws
8621                 Corrected action example (verifying clearsigned mail).
8622         * src/prefs_account.c
8623                 Corrected typo.
8624         * src/prefs_common.c
8625                 Removed incorrect line that generated a Gtk-CRITICAL msg.
8626
8627 2002-06-12 [alfons]     0.7.6claws42
8628
8629         * src/summaryview.c
8630                 add init of score column lost in 0.7.6claws42
8631
8632 2002-06-12 [paul]       0.7.6claws41
8633
8634         * src/prefs_account.c
8635                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
8636                 behavior of the radio buttons, (from 0.7.7cvs2)
8637
8638 2002-06-11 [alfons]     0.7.6claws40
8639
8640         * src/messageview.[ch]
8641         * src/summaryview.[ch]
8642         * src/summary_search.c
8643         * src/mainwindow.c
8644                 perform a sync to bring in Hiro's separate view implementation 
8645
8646                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
8647
8648 2002-06-11 [paul]       0.7.6claws39
8649         
8650         * src/prefs_account.c
8651                 correct a typo on the Receive tab
8652
8653 2002-06-10 [match]      0.7.6claws38
8654
8655         * src/addressbook.c
8656                 Included address completion patch from Gustavo Noronha.
8657
8658 2002-06-10 [paul]       0.7.6claws37
8659
8660         * src/inc.[ch]
8661           src/pop.c
8662           src/prefs_account.[ch]
8663           src/selective_download.[ch]
8664                 apply PATCH #561712
8665                  NEW:
8666                 - check if POP Account
8667                 - Receive Button renamed to Preview
8668                 - Preview Button Popup: preview new/all messages
8669                 - Download Button
8670                 - Account Preferences-->Receive tab checkbutton if you
8671                   want to remove Mail after Download
8672                 -: default YES
8673                 - Account Preferences-->Receive tab checkbutton use
8674                   filtering rules on preview
8675                   (think of delete_on_server)
8676                 -: default YES
8677                 - Account selectable from SD dialog
8678                 - checkbutton to show already downloaded messages if
8679                   all messages are previewed
8680                 - new clist column showing Date
8681                 - ESC KEY close
8682                 FIXES:
8683                 - play ball with UIDL
8684                 - fault tolerant (?) 
8685                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8686
8687 2002-06-10 [melvin]     0.7.6claws36
8688
8689         * README.claws
8690                 Added a hint to ac/README in cvs instructions.
8691
8692         * src/prefs_actions.c
8693                 Made it possible to use a more elaborate command line
8694                 for asynchronous actions, too.
8695
8696 2002-06-10 [melvin]     0.7.6claws35
8697         
8698         * src/prefs_actions.c
8699                 Make it possible to use a more elaborate command line
8700                 (e.g. |foo|bar|cat>there;echo Done|)
8701                 Corrected error message when calling %f, %F and %p commands
8702                 from the compose window.
8703
8704 2002-06-09 [colin]      0.7.6claws34
8705
8706         * src/summaryview.c
8707                 Automatically find unread messages in current folder
8708                 before annoying the user.
8709
8710 2002-06-08 [alfons]     0.7.6claws33
8711
8712         * po/it.po
8713                 remove bad formatting string in it.po translation
8714                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8715
8716 2002-06-08 [paul]       0.7.6claws32
8717
8718         * sync with 0.7.6cvs25
8719                 see ChangeLog 2002-06-07
8720
8721 2002-06-05 [paul]       0.7.6claws31
8722
8723         * src/mainwindow.c
8724                 add 'Sort by locked' and 'Sort by score'
8725
8726 2002-06-05 [paul]       0.7.6claws30
8727
8728         * sync with 0.7.6cvs24
8729                 see ChangeLog 2002-06-04
8730
8731 2002-06-04 [paul]       0.7.6claws29
8732
8733         * po/pt_BR.po
8734                 updated by Fabio Junior Beneditto
8735
8736 2002-06-03 [thorsten]   0.7.6claws28
8737
8738         * src/matcher.c
8739                 fclose() matcherrc after reading
8740
8741 2002-06-03 [paul]       0.7.6claws27
8742
8743         * sync with 0.7.6cvs21
8744                 see ChangeLog 2002-05-31
8745
8746 2002-05-31 [paul]       0.7.6claws26
8747
8748         * sync with 0.7.6cvs20
8749                 see ChangeLog 2002-05-29 and 2002-05-30
8750
8751 2002-05-31 [paul]       0.7.6claws25
8752
8753         * src/imap.c
8754                 hopefully fix last buggy sync
8755
8756         * README.claws
8757                 correct typo in 'Actions' examples
8758
8759 2002-05-29 [paul]       0.7.6claws24
8760
8761         * sync with 0.7.6cvs18
8762                 see ChangeLog 2002-05-28 and 2002-05-29
8763
8764         * src/news.c
8765           src/nntp.[ch]
8766                 sync with above 
8767
8768 2002-05-28 [paul]       0.7.6claws23
8769
8770         * sync with 0.7.6cvs16
8771                 see ChangeLog 2002-05-28
8772
8773 2002-05-27 [thorsten]   0.7.6claws22 
8774
8775         * faq/it/sylpheed-faq-1.html
8776           faq/it/sylpheed-faq-2.html
8777           faq/it/sylpheed-faq-3.html
8778           faq/it/sylpheed-faq.html
8779                 corrected DOS lineendings
8780         * faq/de/sylpheed-faq-1.html
8781           faq/de/sylpheed-faq-2.html
8782           faq/en/sylpheed-faq-1.html
8783           faq/en/sylpheed-faq-2.html
8784           faq/en/sylpheed-faq-3.html
8785           faq/es/sylpheed-faq-1.html
8786           faq/es/sylpheed-faq-2.html
8787           faq/es/sylpheed-faq-3.html
8788           faq/fr/sylpheed-faq-1.html
8789           faq/it/sylpheed-faq-1.html
8790           faq/it/sylpheed-faq-2.html
8791           faq/it/sylpheed-faq-3.html
8792           faq/it/sylpheed-faq.html
8793                 changed ">" to &quot;
8794
8795 2002-05-27 [paul]       0.7.6claws21
8796         
8797         * sync with 0.7.6cvs15
8798                 see ChangeLog 2002-05-27
8799
8800 2002-05-27 [paul]       0.7.6claws20
8801
8802         * src/prefs_account.c
8803                 correct a typo
8804
8805 2002-05-26 [paul]       0.7.6claws19
8806
8807         * tools/README
8808                 correct a typo
8809
8810 2002-05-25 [paul]       0.7.6claws18
8811
8812         * tools/README
8813                 add description of kmail2sylpheed.pl
8814
8815 2002-05-25 [paul]       0.7.6claws17
8816
8817         * tools/kmail2sylpheed.pl       ** NEW FILE **
8818                 perl script that converts an exported Kmail address
8819                 book, converts it to sylpheed addressbook file,
8820                 writes the file to .sylpheed, and updates
8821                 addrbook--index.xml 
8822
8823 2002-05-25 [paul]       0.7.6claws16
8824
8825         * sync with 0.7.6cvs14
8826                 see ChangeLog 2002-05-23
8827
8828 2002-05-24 [paul]       0.7.6claws15
8829
8830         * README.claws
8831                 make a correction and add some more info
8832
8833 2002-05-24 [paul]       0.7.6claws14
8834
8835         * src/compose.c
8836                 fix memory leak in 
8837                 compose_redirect_write_headers_from_headerlist()
8838                 add Subject and Resent-Message-ID to
8839                 compose_redirect_write_headers()
8840                 Received, Subject, and X-UIDL are filtered out in 
8841                 compose_redirect_write_to_file()
8842
8843 2002-05-23 [paul]       0.7.6claws13
8844
8845         * src/compose.[ch]
8846           src/filtering.c
8847           src/mainwindow.c
8848           src/matcher.[ch]
8849           src/matcher_parser_lex.l
8850           src/matcher_parser_parse.y
8851           src/prefs_common.[ch]
8852           src/prefs_filtering.c
8853           src/summaryview.c
8854                 rename 'Bounce' to 'Redirect'
8855
8856 2002-05-23 [paul]       0.7.6claws12
8857
8858         * more sync with 0.7.6cvs13
8859           src/compose.c
8860                 see ChangeLog 2002-05-22
8861
8862 2002-05-22 [paul]       0.7.6claws11
8863
8864         * sync with 0.7.6cvs13
8865           src/codeconv.c
8866                 see ChangeLog 2002-05-20
8867           src/prefs_common.c
8868                 see ChangeLog 2002-05-22
8869
8870 2002-05-21 [melvin]     0.7.6claws10
8871
8872         * src/folderview.c
8873                 Added missing filtering and scoring headers
8874                 Fixed bad function call that showed garbage 
8875                 in Folder->Processing
8876
8877 2002-05-21 [paul]       0.7.6claws9
8878
8879         * tools/Makefile.am
8880                 make all tools executable, (patch by Alfons).
8881
8882 2002-05-20 [alfons]     0.7.6claws8
8883
8884         * src/procheader.c
8885                 don't forget to call mktime() so we have a valid week 
8886                 and year day
8887                 (Bug report by Roger Sondermann <mail@jumaros.de>)
8888
8889 2002-05-20 [paul]       0.7.6claws7
8890
8891         * src/html.c
8892                 fix broken parsing of urls
8893         * src/textview.c
8894                 fix displaying of urls
8895
8896                 both fixes from the patch [547855] by Eugene 
8897                 Brevdo (zonem)
8898
8899 2002-05-19 [alfons]     0.7.6claws6
8900
8901         * configure.in
8902                 make sylpheed configure correctly with the latest
8903                 and greatest of automake / autoconf / gettext
8904
8905 2002-05-19 [alfons]     0.7.6claws5
8906
8907         * src/procheader.c
8908         * src/procheader.h
8909                 add function for returning ime zone offset
8910         * src/quote_fmt.c
8911         * src/quote_fmt_parse.y
8912                 better quotation formatting - does not convert
8913                 to local time, but uses the original date string.
8914                 
8915                 Note: %z inserts the timezone offset (should 
8916                 work also on platforms where strftime does not
8917                 support %z).
8918
8919 2002-05-18 [christoph]  0.7.6claws4
8920
8921         * src/summaryview.c
8922                 fix indentation of some code
8923         * tools/Makefile.am
8924                 fix spaces after \
8925         * src/Makefile.am
8926                 add missing \
8927                 correct path for ignorethread.xpm
8928                 incorrect filename for sylpheed_logo.xpm
8929                 add missing include matcher_parser_parse.h
8930
8931 2002-05-18 [paul]       0.7.6claws3
8932
8933         * sync with 0.7.6cvs8
8934                 see ChangeLog 2002-05-16 and 2002-05-17
8935
8936 2002-05-18 [melvin]     0.7.6claws2
8937
8938         * README.claws
8939                 Corrected an action's definition and fixed some misspellings.
8940
8941 2002-05-18 [paul]       0.7.6claws1
8942
8943         * tools/Makefile.am
8944           tools/gpg-sign        ** new file **
8945           tools/uudec           ** new file **
8946                 add Melvin's Actions scripts
8947
8948         * README.claws
8949                 add Melvin's descriptions for Actions
8950
8951 2002-05-18 [paul]       0.7.6claws
8952
8953         * Version 0.7.6claws released
8954
8955 2002-05-17 [paul]       0.7.5claws32
8956
8957         * po/es.po
8958                 updated by Ricardo Mones Lastra
8959
8960 2002-05-17 [paul]       0.7.5claws31
8961
8962         * src/compose.c
8963                 fix Account prefs default folder for sent/draft/deleted
8964                 messages bug
8965
8966         * po/it.po
8967           po/nl.po
8968                 updated translation by Alessandro Maestri and
8969                 Wilbert Berendsen
8970
8971 2002-05-17 [melvin]     0.7.5claws30
8972
8973         * src/prefs_actions.c
8974                 Fixed bug where using %F not at the end of the command 
8975                 resulted in an additional empty argument being created.
8976                 Thanks to Darko Koruga for reporting the bug.
8977
8978 2002-05-17 [melvin]     0.7.5claws29
8979
8980         * po/fr.po
8981                 Updated French translations.
8982
8983 2002-05-15 [paul]       0.7.5claws28
8984         
8985         * po/es.po
8986                 updated by Ricardo Mones Lastra
8987
8988 2002-05-15 [paul]       0.7.5claws27
8989
8990         * sync with 0.7.6cvs4
8991                 see ChangeLog 2002-05-14 and 2002-05-15
8992
8993 2002-05-14 [paul]       0.7.5claws26
8994
8995         * sync with 0.7.6cvs1
8996                 see ChangeLog 2002-05-13
8997
8998 2002-05-13 [thorsten]   0.7.5claws25
8999
9000         * src/messageview.c
9001                 fix select_all and copy in multipart messages
9002         * src/mainwindow.c
9003                 fix select_all and copy in multipart messages
9004
9005 2002-05-12 [paul]       0.7.5claws24
9006
9007         * src/summaryview.c
9008                 reverse last commit, bug already fixed in 0.7.5claws3
9009
9010 2002-05-12 [netztorte]  0.7.5claws23
9011
9012         * src/summaryview.c
9013                 dont parse empty addressbook (checked in before claws20)
9014
9015 2002-05-12 [melvin]     0.7.5claws22
9016
9017         * src/procmsg.[ch]
9018                 Removed unneeded priority code introduced by the previous 
9019                 commit.
9020
9021 2002-05-12 [melvin]     0.7.5claws21
9022
9023         * src/compose.[ch]
9024                 Added possibility to set message's priority.
9025         * src/procmsg.[ch]
9026                 Added possibility to set message's priority.
9027                 Added missing headers
9028
9029 2002-05-12 [melvin]     0.7.5claws20
9030
9031         * src/prefs_actions.c
9032                 Removed implicitely added quotes around the name
9033                 of the temporary files of mime parts.
9034
9035 2002-05-12 [paul]       0.7.5claws19
9036
9037         * sync with 0.7.5cvs20
9038                 see ChangeLog 2002-05-11
9039
9040 2002-05-12 [alfons]     0.7.5claws18
9041
9042         * src/quote_fmt_lex.l
9043         * src/quote_fmt_parse.y
9044                 allow quote / reply date & time format to be set using
9045                 %D{format}. format is a format string you'd pass to
9046                 strftime() (see man strftime, or the Display tab |
9047                 Date format setting).
9048
9049                 Currently %D converts the date to local time. 
9050
9051 2002-05-11 [paul]       0.7.5claws17
9052
9053         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
9054                 see ChangeLog 2002-05-10 and 2002-05-11
9055
9056 2002-05-10 [paul]       0.7.5claws16
9057
9058         * sync with 0.7.5cvs16
9059                 see ChangeLog entries 2002-05-09 and 
9060                 2002-05-10
9061
9062 2002-05-10 [colin]      0.7.5claws15
9063
9064         * src/textview.c
9065                 Corrected a bug that prevented sylpheed to open
9066                 double-clicked URIs.
9067
9068 2002-05-09 [paul]       0.7.5claws14
9069
9070         * sync with 0.7.5cvs14
9071                 see ChangeLog 2002-05-08 and 2002-05-09
9072
9073 2002-05-08 [paul]       0.7.5claws13
9074
9075         * sync with 0.7.5cvs11
9076                 see ChangeLog entry 2002-05-08
9077
9078 2002-05-08 [paul]       0.7.5claws12
9079
9080         * src/mainwindow.c
9081           src/textview.[ch]
9082                 fix segfault on View->Open in new window
9083                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9084
9085 2002-05-07 [paul]       0.7.5claws11
9086
9087         * sync with 0.7.5cvs9
9088                 see ChangeLog entry 2002-05-07
9089
9090 2002-05-06 [paul]       0.7.5claws10
9091
9092         * src/messageview.c
9093           src/textview.c
9094                 display url in statusbar on single-click
9095                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9096
9097 2002-05-06 [match]      0.7.5claws9
9098
9099         * src/addritem.[ch]
9100                 new functions.
9101         * src/addrcache.c
9102                 tidy up.
9103         * src/xmlprops.[ch]
9104                 XML implementation of properties file.
9105         * src/exporthtml.[ch]
9106         * src/expthtmldlg.[ch]
9107         * src/addressbook.c
9108                 export to HTML.
9109
9110 2002-05-02 [sergey]     0.7.5claws8
9111
9112         * src/mainwindow.c (mainwin_entries),
9113           src/prefs_common.c (prefs_send_create()),
9114           src/codeconv.c (locale_table):
9115                 use charset name "Windows-1251" instead of "CP1251".
9116
9117 2002-05-02 [colin]      0.7.5claws7
9118         
9119         * src/compose.c
9120           src/prefs_common.c
9121           src/prefs_folder_item.c
9122                 Fixed cosmetics bugs due to Outbox renamed to Sent.
9123
9124 2002-05-02 [hiro]       0.7.5claws6
9125
9126         * src/imap.c
9127                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
9128
9129 2002-05-02 [paul]       0.7.5claws5
9130
9131         * src/compose.c
9132                 more sync with 0.7.5cvs7, see ChangeLog entry
9133                 2002-05-02
9134
9135 2002-05-02 [hiro]       0.7.5claws4
9136
9137         * src/compose.c
9138                 compose_queue_sub():
9139                 check if queue folder exists (closes #550397).
9140                 removed directory creation since it should be handled
9141                 transparently.
9142         * src/imap.c
9143                 imap_add_msg(): return UID for appended message
9144                 (closes #548842).
9145
9146 2002-04-30 [paul]       0.7.5claws3
9147
9148         * src/summaryview.c
9149                 fix account_find_from_address() bug
9150
9151 2002-04-28 [colin]      0.7.5claws2
9152
9153         * src/compose.c
9154           src/textview.c
9155           src/prefs_common.[ch]
9156           src/utils.[ch]
9157                 Added user-definable quotation characters recognition.
9158
9159 2002-04-28 [paul]       0.7.5claws1
9160
9161         * sync with 0.7.5cvs4
9162                 see ChangeLog entry  2002-04-25
9163
9164 2002-04-28 [paul]       0.7.5claws
9165
9166         * po/es.po
9167           po/nl.po
9168           po/pt_BR.po
9169                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
9170                 Fabio Junior Beneditto
9171
9172 2002-04-27 [jens]       0.7.4claws103
9173
9174         * po/de.po
9175                 updated German translation.
9176
9177 2002-04-27 [hiro]       0.7.4claws102
9178
9179         * src/summaryview.c
9180                 summary_write_cache(): fixed the mark loss of hidden messages.
9181
9182 2002-04-26 [melvin]     0.7.4claws101
9183
9184         * src/procmsg.c
9185                 fixed a second typo (same one)
9186         * po/fr.po
9187           po/it.po
9188           po/pt_BR.po
9189                 fixed the type again...
9190
9191 2002-04-26 [melvin]     0.7.4claws100
9192
9193         * src/procmsg.c
9194                 fixed a typo in an alert message ("temorary").
9195         * po/it.po
9196         * po/pt_BR.po
9197                 corrected the typo  described above.
9198         * po/fr.po
9199                 updated French translation.
9200
9201 2002-04-26 [darko]      0.7.4claws99
9202
9203         * src/summaryview.c
9204                 fix target folder colorization
9205
9206 2002-04-25 [paul]       0.7.4claws98
9207
9208         * po/it.po
9209                 updated by Alessandro Maestri
9210
9211 2002-04-24 [colin]      0.7.4claws97
9212         
9213         * src/compose.c
9214                 Fixed double "subject is empty" question.
9215
9216 2002-04-23 [colin]      0.7.4claws96
9217         
9218         * src/mimeview.c
9219                 Corrected issue when "automatically display images" was
9220                 not set : first image remained after selecting second.
9221
9222 2002-04-23 [melvin]     0.7.4claws95
9223
9224         * src/prefs_actions.c
9225                 Don't display in/out dialog if there is nothing to show.
9226
9227 2002-04-23 [paul]       0.7.4claws94
9228
9229         * sync with 0.7.5cvs3
9230                 bug fixes: see ChangeLog entry 2002-04-23
9231
9232 2002-04-22 [darko]      0.7.4claws93
9233
9234         * src/compose.c
9235                 fix previous check-in which changed code after
9236                 merge from main
9237
9238 2002-04-22 [paul]       0.7.4claws92
9239
9240         * faq/de/*
9241                 add German FAQ
9242         * faq/en/*
9243           faq/es/*
9244           faq/fr/*
9245                 update English, Spanish and French FAQs
9246         * manual/de/*
9247           manual/es/*
9248                 add German and Spanish manuals
9249         * manual/en/*
9250           manual/fr/*
9251                 update English and French manuals
9252
9253         * src/Makefile.am
9254                 add to and re-arrange the pixmap entries
9255
9256 2002-04-22 [darko]      0.7.4claws91
9257
9258         * src/compose.c
9259                 fix sender initials recognition to only allow
9260                 '>' after the initials
9261
9262 2002-04-21 [paul]       0.7.4claws90
9263
9264         * sync with 0.7.5 release
9265                 see ChangeLog entry 2002-04-21
9266
9267 2002-04-21 [alfons]
9268
9269         * src/Makefile.am
9270                 add colin's new pixmaps to EXTRA_DIST
9271
9272 2002-04-21 [colin]      0.7.4claws89
9273         * src/compose.c
9274         * src/inc.c
9275         * src/mainwindow.[ch]
9276         * src/prefs_common.[ch]
9277         * src/stock_pixmap.[ch]
9278                 Added "Work offline" ability.
9279
9280 2002-04-21 [colin]      0.7.4claws88
9281         
9282         * src/mimeview.c
9283         * src/prefs_common.c
9284         * src/prefs_common.h
9285         * src/textview.c : Added an option to common preferences -> display
9286           to allow user not to automatically display images.
9287
9288 2002-04-21 [paul]       0.7.4claws87
9289
9290         * sync with 0.7.4cvs52
9291                 see ChangeLog entry 2002-04-21 (src/imap.c)
9292
9293 2002-04-21 [paul]       0.7.4claws86
9294
9295         * sync with 0.7.4cvs51
9296                 see ChangeLog entry 2002-04-21
9297
9298 2002-04-21 [paul]       0.7.4claws85
9299
9300         * sync with 0.7.4cvs49
9301                 see ChangeLog entries 2002-04-20 and 2002-04-21
9302
9303         * src/Makefile.am
9304                 clean up: remove old 'stock_' element from xpm 
9305                 filenames.
9306
9307 2002-04-21 [alfons]     0.7.4claws84
9308
9309         apply sync patch from Paul
9310
9311         * src/folderview.c
9312                 use old claws prefs_folder_item_create() for now
9313
9314 2002-04-19 [match]      0.7.4claws83
9315
9316         * src/addressbook.[ch]
9317         * src/addrharvest.[ch]
9318         * src/addrgather.[ch]
9319                 recurse folders.
9320         * src/mainwindow.c
9321         * src/summaryview.[ch]
9322                 change menu option.
9323
9324 2002-04-19 [paul]       0.7.4claws82
9325
9326         * po/pt_BR.po
9327                 updated by Fabio Junior Beneditto
9328
9329 2002-04-14 [alfons]     0.7.4claws81
9330
9331         * src/passphrase.c
9332                 add #include <sys/types.h> for mode_t and off_t 
9333
9334 2002-04-13 [paul]       0.7.4claws80
9335         
9336         * src/main.c
9337           src/passphrase.[ch]
9338           src/pgptext.c
9339           src/prefs_common.[ch]
9340           src/rfc2015.c
9341                 enable storing of GnuPG passphrase for the whole 
9342                 session or a user-defined number of minutes. patch 
9343                 submitted by Ravemax <ravemax@dextrose.com>
9344
9345 2002-04-13 [alfons]     0.7.4claws79
9346
9347         * src/textview.c
9348                 make email parser also stop scanning when encountering separators
9349                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
9350
9351 2002-04-13 [paul]       0.7.4claws78
9352
9353         * sync with 0.7.4cvs39
9354                 see ChangeLog entry 2002-04-12
9355
9356 2002-04-11 [paul]       0.7.4claws77
9357
9358         * sync with 0.7.4cvs37
9359                 see ChangeLog entry 2002-04-11
9360
9361 2002-04-11 [paul]       0.7.4claws76
9362
9363         * COPYING 
9364                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
9365                 the clause for OpenSSL). sync with sylpheed main
9366
9367 2002-04-09 [melvin]     0.7.4claws75
9368
9369         * src/compose.c
9370                 Made 'Ctrl-Enter' on send ignore some modifiers 
9371                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
9372                 to bind other *-Enter (but not Alt-Enter).
9373
9374 2002-04-09 [paul]       0.7.4claws74
9375
9376         * sync with 0.7.4cvs35
9377                 see ChangeLog entries 2002-04-09
9378
9379 2002-04-08 [paul]       0.7.4claws73
9380
9381         * sync with 0.7.4cvs33
9382                 see ChangeLog entry 200-04-08
9383
9384 2002-04-07 [match]      0.7.4claws72
9385
9386         * src/addrharvest.[ch]
9387                 fixed to read all addresses in header, regardless
9388                 of header size. improved name parsing. accommodate
9389                 harvest from folders and selected message.
9390         * src/addritem.[ch]
9391                 included new address parsing function.
9392         * src/addrgather.[ch]
9393         * src/addressbook.[ch]
9394         * src/summaryview.[ch]
9395         * src/mainwindow.c
9396                 allow address harvest of folder as well as selected
9397                 messages.
9398
9399 2002-04-07 [paul]       0.7.4claws71
9400
9401         * src/esmtp.[ch]
9402           src/smtp.c
9403                 don't try to authenticate with CRAM-MD5 in SMTP when 
9404                 SMTP-AUTH enabled if MTA doesn't issue this 
9405                 auth-method in it's ehlo-response. bug item #531364,
9406                 patch item #938910. patch submitted by Colin Leroy 
9407                 <colin@colino.net>
9408
9409 2002-04-07 [paul]       0.7.4claws70
9410
9411         * src/nntp.c
9412                 fix missing MODE_READER bug. patch submitted by
9413                 Colin Leroy <colin@colino.net>
9414
9415 2002-04-07 [alfons]     0.7.4claws69
9416
9417         * src/matcher.[ch]
9418         * src/prefs_filtering.c
9419         * src/summaryview.c
9420                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
9421                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
9422
9423 2002-04-07 [paul]       0.7.4claws68
9424
9425         * sync with 0.7.4cvs32
9426                 see ChangeLog entry 2002-04-06
9427
9428         * tools/filter_conv.pl
9429                 more bug fixes
9430
9431 2002-04-06 [paul]       0.7.4claws67
9432
9433         * tools/filter_conv.pl
9434                 modify to be able to find the name of the first
9435                 mailbox and use that. main's filter does not
9436                 record the full path to the mailbox and therefore
9437                 can only filter to the first mailbox.
9438
9439 2002-04-05 [paul]       0.7.4claws66
9440
9441         * tools/filter_conv.pl
9442                 attempt to make the script all-encompassing and
9443                 be able to convert any main 'filter' rule thrown
9444                 at it
9445
9446 2002-04-05 [paul]       0.7.4claws65
9447
9448         * tools/filter_conv.pl
9449                 allow for collapsed folder trees
9450
9451 2002-04-05 [paul]       0.7.4claws64
9452
9453         * sync with 0.7.4cvs31
9454                 see ChangeLog entries 2002-04-05
9455
9456 2002-04-03 [paul]       0.7.4claws63
9457
9458         * sync with 0.7.4cvs29
9459                 see ChangeLog entries 2002-04-02 and 2002-04-03
9460
9461 2002-04-02 [paul]       0.7.4claws62
9462
9463         * sync with 0.7.4cvs26
9464                 see ChangeLog entry 2002-04-01
9465
9466 2002-04-02 [match]      0.7.4claws61
9467
9468         * src/pine.[ch]
9469         * src/importpine.[ch]
9470         * src/addressbook.c
9471                 import Pine address book.
9472
9473 2002-04-02 [match]      0.7.4claws60
9474
9475         * src/addrharvest.[ch]
9476                 improve address parsing of funky addresses.
9477
9478 2002-04-02 [darko]      0.7.4claws59
9479
9480         * src/compose.c
9481                 wrap on send improvements, it now recognizes quoted
9482                 initials as part of the quotation string, and it
9483                 does not join lines separated by CR
9484
9485 2002-04-01 [match]      0.7.4claws58
9486
9487         * src/mgutils.[ch]
9488                 added new functions.
9489         * src/mutt.[ch]
9490                 remove excessive duplicate address generation
9491                 on import.
9492
9493 2002-04-01 [alfons]     0.7.4claws57
9494         
9495         * src/summaryview.c
9496                 put back g_free() 
9497
9498 2002-04-01 [paul]       0.7.4claws56
9499
9500         * sync with 0.7.4cvs25
9501                 see ChangeLog entry 2002-04-01
9502
9503 2002-04-01 [alfons]     0.7.4aprilfool55
9504
9505         * src/summaryview.c
9506                 honour feature request item #537427 to allow for
9507                 displaying names from address book for sent mail also
9508
9509 2002-03-29 [paul]       0.7.4claws54
9510
9511         * src/mainwindow.c
9512           src/prefs_filtering.[ch]
9513           src/prefs_matcher.c
9514           src/summaryview.c
9515                 add 'fast filter' for claws' filtering,
9516                 /Tools/Create filter rule/... patch submitted
9517                 by Neill Miller <neillm@thecodefactory.org>
9518
9519 2002-03-29 [paul]       0.7.4claws53
9520
9521         * sync with 0.7.4cvs24
9522                 see ChangeLog entry 2002-03-29
9523
9524 2002-03-28 [paul]       0.7.4claws52
9525
9526         * sync with 0.7.4cvs23
9527                 see ChangeLog entry 2002-03-28
9528
9529 2002-03-27 [melvin]     0.7.4claws51
9530
9531         * src/prefs_actions.c
9532                 Added support to pass only one message part (as a
9533                 file) to the command using '%p'. No quotes are needed
9534                 because doubles quotes are automatically added.
9535                 Fixed bug where Sylpheed could block when waiting for
9536                 a child process to finish.
9537                 Changed the help menu to remove quotes around symbols to 
9538                 avoid misinterpretation (they must not be used).
9539
9540 2002-03-27 [melvin]     0.7.4claws50
9541
9542         * src/inc.c
9543                 Made the new mail notification command always 
9544                 execute asynchronously.
9545
9546 2002-03-27 [paul]       0.7.4claws49
9547
9548         * src/compose.c
9549                 fix bug introduced in last commit
9550
9551 2002-03-27 [paul]       0.7.4claws48
9552
9553         * sync with 0.7.4cvs21
9554                 see ChangeLog 2002-03-26 and 2002-03-27
9555
9556 2002-03-26 [hoa]        0.7.4claws47
9557
9558         * src/prefs_folder_item.c
9559                 really fixed the bug #516442 with folder rescan.
9560
9561 2002-03-26 [paul]       0.7.4claws46
9562
9563         * sync with 0.7.4cvs19
9564                 see ChangeLog entries 2002-03-25 and 2002-03-26
9565
9566 2002-03-25 [hoa]        0.7.4claws45
9567
9568         * src/matcher.c
9569         * src/mh.c
9570                 fix the bug #516442 with folder rescan.
9571
9572         * src/prefs_common.[ch]
9573         * src/compose.c
9574                 added an option to enable two different behaviours
9575                 for bounce.
9576
9577
9578 2002-03-25 [paul]       0.7.4claws44
9579
9580         * src/mainwindow.c
9581           src/selective_download.c
9582                 correct a few menuitem labels
9583
9584 2002-03-25 [christoph]  0.7.4claws43
9585
9586         * src/procmsg.c
9587                 fix non deleted tmp message in
9588                 procmsg_save_to_outbox
9589                 fix problems caused by sync with
9590                 main branch's procmsg_send_queue
9591
9592 2002-03-25 [paul]       0.7.4claws42
9593
9594         * src/quote_fmt.c
9595           src/quote_fmt_lex.l
9596           src/quote_fmt_parse.y
9597                 add Last name (%L) placeholder for quoting. 
9598                 patch submitted by Thorsten Thielen 
9599                 <thth@users.sourceforge.net>
9600
9601 2002-03-25 [paul]       0.7.4claws41
9602
9603         * src/utils.c
9604                 get full hostname. patch submitted by
9605                 Bob Woodside <rwoodside1@comcast.net>
9606
9607 2002-03-25 [paul]       0.7.4claws40
9608
9609         * src/account.c
9610           src/news.c
9611           src/nntp.[ch]
9612           src/prefs_account.[ch]
9613                 enable NNTP over SSL. patch submitted by
9614                 Pascal Jermini <pascal@infinity.hn.org>
9615
9616 2002-03-24 [paul]       0.7.4claws39
9617
9618         * src/prefs_common.c
9619                 make the arrangement of the Compose tab more
9620                 coherent
9621
9622         * src/mainwindow.c
9623                 fix some irregularities of style
9624
9625         * po/de.po
9626                 updated by Kilian Krause
9627
9628 2002-03-23 [paul]       0.7.4claws38
9629
9630         * po/pt_BR.po
9631                 updated by Fabio Junior Beneditto
9632
9633 2002-03-23 [paul]       0.7.4claws37
9634
9635         * src/mainwindow.c
9636                 move 'Gather addresses' to 'Tools' menu
9637                 make 'Selective download' sensitive
9638
9639 2002-03-23 [paul]       0.7.4claws36
9640
9641         * sync with 0.7.4cvs16
9642                 see ChangeLog entries 2002-03-23
9643
9644 2002-03-22 [christoph]  0.7.4claws35
9645
9646         * src/quote_fmt_parse.y
9647                 fix include program output
9648
9649 2002-03-22 [alfons]     0.7.4claws34
9650
9651         * src/pop.c
9652                 initialize GDate stack variable correctly (sorry!)
9653
9654 2002-03-22 [paul]       0.7.4claws33
9655
9656         * src/compose.c
9657           src/mainwindow.c
9658           src/prefs_actions.c
9659           src/prefs_common.c
9660                 rename 'Tool' to 'Tools'
9661
9662         * src/mainwindow.c
9663                 move 'Delete duplicated messages' from
9664                 'Message/' to 'Tools/'
9665                 re-arrange the order of 'Tools/' items
9666
9667 2002-03-22 [paul]       0.7.4claws32
9668
9669         * src/addr_compl.c
9670           src/addressbook.[ch]
9671                 auto-address completion now also matches on
9672                 Nickname. patch submitted by Bob Forsman 
9673                 <hammor@users.sourceforge.net>
9674
9675         * src/editaddress.c
9676                 correct a spelling mistake
9677
9678 2002-03-22 [alfons]     0.7.4claws31
9679
9680         * src/pop.c
9681                 fix getting uidl from incorrect string 
9682                 (spotted by Colin)
9683
9684 2002-03-21 [alfons]     0.7.4claws30
9685
9686         * src/pop.c
9687                 more code refactoring
9688                 plug mem leak introduced by delete on server
9689
9690 2002-03-21 [paul]       0.7.4claws29
9691
9692         * sync with 0.7.4cvs11
9693                 see ChangeLog entries 2002-03-20
9694
9695 2002-03-20 [alfons]     0.7.4claws28
9696
9697         * src/inc.c
9698                 apply Colin's patch and refactor
9699
9700 2002-03-20 [paul]       0.7.4claws27
9701
9702         * sync with sylpheed 0.7.4cvs9
9703                 see ChangeLog entry 2002-03-20
9704
9705 2002-03-19 [christoph]  0.7.4claws26
9706
9707         * src/mh.c
9708         * src/procmsg.[ch]
9709         * src/summaryview.c
9710                 revert changes for flag updates
9711                 (does not work correctly and no time to debug)
9712
9713 2002-03-20 [alfons]     0.7.4claws25
9714
9715         * src/pop.c
9716                 refactor should_delete() a little bit 
9717
9718 2002-03-19 [paul]       0.7.4claws24
9719
9720         * src/inc.[ch]
9721           src/pop.c
9722           src/prefs_account.[ch]
9723                 allow the user to leave downloaded mail on the 
9724                 server for n days. Patch submitted by Colin Leroy 
9725                 <colin@colino.net>
9726
9727 2002-02-19 [paul]       0.7.4claws23
9728
9729         * sync with sylpheed 0.7.4cvs8
9730                 see ChangeLog entries 2002-03-19
9731
9732 2002-03-18 [paul]       0.7.4claws22
9733
9734         * sync with sylpheed 0.7.4cvs6
9735                 see ChangeLog entry 2002-03-18
9736
9737 2002-03-18 [paul]       0.7.4claws21
9738
9739         * po/en_GB.po
9740                 add en_GB message catalogue
9741
9742         * src/mbox_folder.c
9743           src/prefs_account.c
9744           src/prefs_actions.c
9745                 correct a few spelling mistakes
9746
9747 2002-03-17 [alfons]     0.7.4claws20
9748
9749         * src/matcher.c
9750                 more stringent checks for NULL params when writing
9751                 filtering actions to a file
9752                 
9753 2002-03-17 [hoa]        0.7.3claws20
9754
9755         * src/news.c
9756                 fixed the count of new messages
9757
9758         * src/compose.c
9759                 fixed the "attachment properties" window
9760
9761 2002-03-17 [paul]       0.7.4claws19
9762
9763         * src/defs.h
9764           src/folder.h
9765           src/news.c
9766           src/prefs_account.[ch]
9767           src/procmsg.[ch]
9768           src/summaryview.c
9769                 automatically mark cross-posted messages as read 
9770                 and (optionally) give them a colour label
9771                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
9772                 
9773
9774 2002-03-17 [paul]       0.7.4claws18
9775
9776         * sync with sylpheed 0.7.4cvs5
9777                 see ChangeLog entry 2002-03-17
9778
9779 2002-03-17 [melvin]     0.7.4claws17
9780         
9781         * src/textview.c
9782                 Worked around a gtktext 'bug': when searching for 
9783                 a text in a long message it was scrolling slowly
9784                 line by line until it hit the searched text.
9785         * po/fr.po
9786                 Updated French translation
9787
9788 2002-03-17 [melvin]     0.7.4claws16
9789
9790         * src/mainwindow.c
9791         * src/compose.c
9792         * src/prefs_actions.c
9793                 Moved "Edit/Actions" to "Tool/Actions"
9794                 Made mainwindow/compose window sensitive as soon as
9795                 no child process is running anymore even if the io dialog
9796                 is open.
9797                 Fixed a struct being initialized with a non constant char*
9798
9799 2002-03-16 [christoph]  0.7.4claws15
9800
9801         * configure.in
9802                 add --with-compiler-flags option
9803                 (only for developer hacking)
9804         * src/mh.c
9805         * src/procmsg.[ch]
9806         * src/summaryview.c
9807                 try to make folder-stats and flag handling more
9808                 independent from the summaryview. msgcounts
9809                 are only set when the folder is opened and
9810                 procmsg_msginfo_(un)set_flags will handle it
9811                 later and summaryview will get the values
9812                 from the folder.
9813
9814 2002-03-16 [paul]       0.7.4claws14
9815
9816         * src/messageview.c
9817                 fix Return-receipt. Patch submitted by Bob
9818                 Woodside <rwoodside1@comcast.net>
9819
9820 2002-03-16 [paul]       0.7.4claws13
9821
9822         * src/compose.c
9823                 fix 'dynamic' signatures, make it work again
9824                 broken during sync on 2002-03-14 (0.7.4claws2)
9825
9826 2002-03-15 [match]      0.7.4claws12
9827
9828         * src/addrharvest.[ch]
9829         * src/addrgather.[ch]
9830         * src/addressbook.[ch]
9831         * src/mainwindow.c
9832                 included address harvester feature. still some
9833                 issues with address parsing that I will fix.
9834
9835 2002-03-15 [match]      0.7.4claws11
9836
9837         * src/addrbook.[ch]
9838         * src/addrcache.[ch]
9839         * src/addressbook.[ch]
9840         * src/addrindex.c
9841         * src/editbook.c
9842         * src/importldif.c
9843         * src/importmutt.c
9844         * src/jpilot.[ch]
9845         * src/main.c
9846         * src/syldap.[ch]
9847         * src/vcard.[ch]
9848                 tidy up. fix memory leaks. moved attribs and methods
9849                 from individual interfaces to addrcache object. prep
9850                 for new stuff to come in.
9851
9852 2002-03-15 [alfons]     0.7.4claws10
9853
9854         * src/matcher.[ch]
9855         * src/matcher_parser_parse.y
9856         * src/matcher_parser_lex.l
9857         * src/prefs_matcher.c
9858                 add filtering conditions message greater than, smaller 
9859                 than, and exactly matching a size in bytes
9860                 (does not work with delete from POP3 server yet)
9861
9862                 this should also give others an idea what you should
9863                 do to add new criterions to claws filtering system
9864                 
9865
9866 2002-03-15 [paul]       0.7.4claws9
9867
9868         * tools/filter_conv.pl
9869                 exit if there are no filter rules to convert
9870                 rename filterrc to filterrc.old after completion
9871
9872 2002-03-15 [paul]       0.7.4claws8
9873
9874         * sync with sylpheed 0.7.4cvs3
9875                 see ChangeLog entry 2002-03-14
9876
9877 2002-03-14 [paul]       0.7.4claws7
9878
9879         * src/compose.c
9880                 clean up the last commit (ahem)
9881
9882 2002-03-14 [paul]       0.7.4claws6
9883
9884         * src/compose.c
9885                 fix bug #515655. honour account preferences
9886                 regarding gpg default signing/encryption when 
9887                 changing account from the compose window.
9888
9889 2002-03-14 [paul]       0.7.4claws5
9890
9891         * src/folderview.c
9892                 remove unnecessary curly brackets
9893
9894 2002-03-14 [paul]       0.7.4claws4
9895
9896         * src/folderview.c
9897           src/prefs_filtering.[ch]
9898                 add filter rename on folder rename and filter
9899                 delete on folder delete. Patch submitted by
9900                 Neill Miller <neillm@thecodefactory.org> 
9901
9902 2002-03-14 [christoph]  0.7.4claws3
9903
9904         * src/procmsg.c
9905         * src/send.c
9906                 fix local delivery
9907                 (patch submitted by "Simon 'corecode' Schubert")
9908         * src/prefs_common.c
9909         * src/procmsg.c
9910                 fix gcc 3.0 warning
9911
9912 2002-03-14 [paul]       0.7.4claws2
9913
9914         * sync with sylpheed 0.7.4cvs2
9915                 see ChangeLog entry 2002-03-13
9916
9917 2002-03-12 [darko]      0.7.4claws1
9918
9919         * src/mainwindow.c
9920                 fix what seems to be a copy and paste error
9921                 when setting color for important messages
9922                 (reported by wwp)
9923
9924 2002-03-11 [paul]       version 0.7.4claws released
9925
9926 2002-03-11 [paul]       0.7.4claws
9927
9928         * po/es.po
9929           po/it.po
9930           po/nl.po
9931           po/pt_BR.po
9932                 update message catalogs. Submitted by Ricardo Mones 
9933                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
9934                 Fabio Junior Beneditto
9935
9936         * configure.in
9937           faq/Makefile.am
9938           faq/it/Makefile
9939           faq/it/sylpheed-faq*
9940           src/mainwindow.c
9941           src/manual.[ch]
9942                 add FAQ in Italian
9943         
9944
9945 2002-03-11 [jens]       0.7.3claws7
9946
9947         * po/de.po
9948                 updated German translation
9949
9950 2002-03-11 [melvin]     0.7.3claws6
9951
9952         * po/fr.po
9953                 updated and corrected French translation
9954
9955 2002-03-10 [hoa]        0.7.3claws5
9956
9957         * src/account.c
9958         * src/inc.c
9959         * src/prefs_account.c
9960         * src/procmsg.c
9961         * src/send.[ch]
9962                 fixed the local account.
9963                 you have to change the default "/usr/sbin/sendmail"
9964                 to "/usr/sbin/sendmail -t" in the preferences of
9965                 the local account.
9966
9967         * src/procmime.c
9968                 removed some debug display for renderer
9969
9970 2002-03-10 [paul]       0.7.3claws4
9971
9972         * faq/en/sylpheed-faq-1.html
9973           faq/en/sylpheed-faq-2.html
9974                 update
9975
9976 2002-03-09 [paul]       0.7.3claws3
9977
9978         * sync with sylpheed 0.7.4
9979                 see ChangeLog entry 2002-03-09
9980
9981 2002-03-08 [paul]       0.7.3claws2
9982
9983         * faq/en/sylpheed-faq*
9984           faq/es/sylpheed-faq*
9985           faq/fr/sylpheed-faq*
9986                 update the FAQs
9987
9988         * manual/fr/.cvsignore
9989           manual/fr/Makefilea.am
9990           manual/fr/sylpheed*
9991           src/mainwindow.c
9992           src/manual.[ch]
9993                 add the French manual
9994
9995 2002-03-07 [paul]       0.7.3claws1
9996
9997         * sync with sylpheed 0.7.3cvs4
9998                 see ChangeLog entries  2002-03-06 and 2002-03-07
9999         
10000         * po/nl.po
10001                 updated by Wilbert Berendsen
10002
10003 2002-03-07 [melvin]     0.7.2claws34
10004
10005         * src/selective_download.c
10006                 Changed the pixmap of the receive button to MAIL_RECEIVE.
10007
10008 2002-03-06 [paul]       0.7.2claws33
10009
10010         * sync with sylpheed 0.7.3cvs1
10011                 bug fix, see ChangeLog entry 2002-03-05
10012
10013 2002-03-05 [paul]       0.7.2claws32
10014
10015         * src/mimeview.c
10016           src/pgptext.[ch]
10017           src/procmsg.c
10018                 reverse the pgp ascii-armored code implemented in 
10019                 0.7.2claws16. removal of this code until it matures.
10020                 this means that verifying ascii-armored pgp sigs and
10021                 automatic decryption of ascii-armored encrypted
10022                 messages no longer works.
10023
10024 2002-03-05 [paul]       0.7.2claws31
10025
10026         * configure.in
10027           Makefile.am
10028         * faq/Makefile.am
10029         * faq/en/Makefile.am
10030           faq/en/sylpheed-faq.html
10031           faq/en/sylpheed-faq-1.html
10032           faq/en/sylpheed-faq-2.html
10033           faq/en/sylpheed-faq-3.html
10034         * faq/es/Makefile.am
10035           faq/es/sylpheed-faq.html
10036           faq/es/sylpheed-faq-1.html
10037           faq/es/sylpheed-faq-2.html
10038           faq/es/sylpheed-faq-3.html
10039           faq/es/sylpheed-faq-4.html
10040         * faq/fr/Makefile.am
10041           faq/fr/sylpheed-faq.html
10042           faq/fr/sylpheed-faq-1.html
10043           faq/fr/sylpheed-faq-2.html
10044           faq/fr/sylpheed-faq-3.html
10045         * src/Makefile.am
10046           src/defs.h
10047           src/mainwindow.c
10048           src/manual.[ch]
10049                 add FAQs in English, Spanish and French
10050
10051
10052 2002-03-05 [paul]       0.7.2claws30
10053
10054         * manual/en/sylpheed.html
10055           manual/en/sylpheed-XX.html
10056                 updated the English manual
10057
10058 2002-03-05 [hoa]        
10059
10060         * src/summaryview.c
10061                 dialog box pops up if the article can't be deleted.
10062
10063 2002-03-04 [paul]       
10064         
10065         * po/pt_BR.po
10066                 updated by Fabio Junior Benedito
10067
10068 2002-03-04 [hoa]
10069
10070         * removed ac/gpgme.m4
10071                 to avoid autogen common problem
10072                 developers have to install gpgme development package now
10073
10074         * src/compose.c
10075                 encoding to 7bit or 8bit is enabled.
10076
10077 2002-03-03 [alfons]     0.7.2claws29
10078
10079         * src/pop.c
10080                 merge fix by Oliver Haertel for selective
10081                 download buglet
10082
10083 2002-03-03 [paul]       0.7.2claws28
10084         
10085         * sync with sylpheed 0.7.3
10086
10087 2002-03-03 [paul]       0.7.2claws27
10088
10089         * sync with sylpheed 0.7.2cvs24
10090                 see ChangeLog entries 2002-03-02 and 2002-03-03
10091
10092 2002-03-02 [melvin]     0.7.2claws26
10093
10094         * src/inc.[ch]
10095         * src/main.c
10096         * src/mainwindow.c
10097         * src/prefs_common.[ch]
10098                 Added user definable notification on new mail arrival.
10099                 Removed unused variables in spell checker prefs code.
10100
10101 2002-03-02 [melvin]     0.7.2claws25
10102
10103         * src/quote_fmt.c
10104                 Removed unnecessary escape sequences.
10105                 Changed 'Initial...' to 'Initials of Sender'
10106
10107 2002-03-02 [paul]       0.7.2claws24
10108
10109         * sync with sylpheed 0.7.2cvs22
10110                 see ChangeLog entry 2002-03-01
10111
10112 2002-03-01 [hoa]        0.7.2claws23
10113
10114         * src/mainwindow.c
10115                 Set sensitivity of delete actions to active
10116                 even if the folder is a newsgroup.
10117
10118         * src/summaryview.c
10119                 - Set sensitivity of delete actions
10120                 - Added function check_permission() that will check if the
10121                   user is authorized to delete a message. For news, it
10122                   will check if the author is the same.
10123                 - Enabled deletion when there is no trash folder.
10124
10125         * src/news.[ch]
10126                 - Added news_cancel_article() to cancel articles
10127                 - Implemented news_remove_message() (public function)
10128
10129 2002-03-01 [paul]       0.7.2claws22
10130
10131         * src/gtkutils.c
10132           src/textview.c
10133                 recognise urls that that don't include 'http://' and
10134                 simply begin 'www.' 
10135
10136         * AUTHORS
10137                 remove duplicated name
10138
10139 2002-02-28 [paul]       0.7.2claws21
10140
10141         * src/mainwindow.c
10142           src/summaryview.[ch]
10143                 add ability to 'Select thread'
10144                 combines Melvin's "Select thread's head" patch (#510907)
10145                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
10146                 patch (#518514) 
10147
10148 2002-02-28 [paul]       0.7.2claws20
10149
10150         * src/mimeview.c
10151                 hopefully fix segfault on right-clicking a mime part
10152                 that some people have experienced.      
10153                 fix submitted by Fredrik Olofsson <frol@linux.nu>
10154
10155 2002-02-28 [paul]       0.7.2claws19
10156
10157         * sync with sylpheed 0.7.2cvs21
10158                 see ChangeLog entries 2002-02-27 and 2002-02-28
10159
10160 2002-02-27 [paul]       0.7.2claws18
10161
10162         * sync with sylpheed 0.7.2cvs18
10163                 see ChangeLog entries 2002-02-26 and 2002-02-27
10164
10165 2002-02-26 [alfons]     0.7.2claws17
10166
10167         * src/procheader.c
10168                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
10169                 (spotted by Chris Hessman <idatech@gmx.net>)
10170
10171 2002-02-26 [paul]       0.7.2claws16
10172
10173         * src/mimeview.c
10174           src/pgptext.[ch]
10175           src/procmsg.c
10176                 make decryption of ascii-armored pgp encrypted messages
10177                 and verification of ascii-armored signatures work again.
10178                 slightly altered from the patch by Jens Jahnke 
10179                 <jan0sch@gmx.net>
10180
10181                 ##FIX ME##
10182                 * the checking of plaintext signatures always comes up in 
10183                   a popup box
10184                 * it doesn't work for multipart messages 
10185                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
10186                   including the msg headers and these 2 line themselves, are 
10187                   not displayed
10188
10189         * src/mainwindow.c
10190                 "View/Folder Tree" becomes "View/Separate Folder Tree"
10191                 "View/Message View" becomes "View/Separate Message View"
10192                 because its less ambiguous.
10193
10194         * po/es.po
10195                 updated by Ricardo Mones Lastra
10196
10197 2002-02-26 [paul]       0.7.2claws15
10198
10199         * sync with sylpheed 0.7.2cvs17
10200                 see ChangeLog entries 2002-02-25 and 2002-02-26
10201
10202 2002-02-25 [christoph]  0.7.2claws14
10203
10204         * src/filtering.[ch]
10205         * src/inc.c
10206                 do filtering stuff after all messages have been received
10207                   1. drop all messages to .processing
10208                   2. scan processing folder for messages
10209                   3. filter messages or move to inbox
10210                 this will also find old messages left in processing after
10211                 a crash or something like that and we get a real msginfo
10212                 from folder->get_msg_list and do not have to create our
10213                 own in filter_message
10214         * src/matcher_parser_parse.y
10215                 remove MIX/MAX warning (reordered includes)
10216
10217 2002-02-25 [paul]       0.7.2claws13
10218
10219         * sync with sylpheed 0.7.2cvs15
10220                 see ChangeLog entry 2002-02-24
10221
10222 2002-02-24 [alfons]     0.7.2claws12
10223
10224         * src/filtering.c
10225                 clear old color flags first when applying a new color to
10226                 a message info. 
10227                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
10228
10229 2002-02-24 [alfons]     0.7.2.claws11
10230         
10231         * AUTHORS
10232         * src/prefs_common.c
10233                 add presets for Opera and Konqueror, closes patch #517261,
10234                 submitted by Ville Skyttä <scop@users.sourceforge.net>
10235
10236 2002-02-24 [alfons]     0.7.2.claws10
10237
10238         * AUTHORS
10239         * src/summaryview.c
10240                 fix threading for null message ids, closes patch #521601,
10241                 submitted by Bob Forsman <hammor@users.sourceforge.net>
10242
10243 2002-02-24 [alfons]     0.7.2claws9
10244
10245         * src/summaryview.c
10246         * src/filtering.c
10247                 make Tool | Filter Message work with filtering system so
10248                 setting flags also works
10249
10250                 TODO:
10251
10252                 - Processing uses the same function as Tool | Filter
10253                   Message, but doesn't use the same update proc yet
10254
10255 2002-02-23 [paul]       0.7.2claws8
10256
10257         * sync with sylpheed 0.7.2cvs14
10258                 see ChangeLog entries 2002-02-22 and 2002-02-23
10259
10260 2002-02-22 [christoph]  0.7.2claws7
10261
10262         * src/quote_fmt.c
10263                 Add column space to table
10264         * src/quote_fmt_parse.y
10265                 Close files
10266
10267 2002-02-22 [paul]       0.7.2claws6
10268
10269         * src/Makefile.am
10270           src/defs.h
10271           src/filtering.c
10272           src/inc.[ch]
10273           src/mainwindow.c
10274           src/matcher.[ch]
10275           src/matcher_parser_lex.l
10276           src/matcher_parser_parse.y
10277           src/pop.[ch]
10278           src/prefs_account.h
10279           src/prefs_filtering.c
10280           src/selective_download.[ch]   *** NEW FILES ***
10281           src/utils.[ch]
10282           po/POTFILES.in
10283                 Selective Download added to 'Tool' menu. 
10284                 Retrieves email headers of the currently selected pop3 
10285                 account and allows the user to mark emails for deletion 
10286                 right on the pop3 server. Patch submitted by Oliver Haertel 
10287                 <oha@users.sourceforge.net>.
10288         
10289         * po/POTFILES.in
10290                 add 'src/quote_fmt.c'           
10291
10292 2002-02-22 [christoph]  0.7.2claws5
10293
10294         * src/Makefile.am
10295                 added quote_fmt.c
10296         * src/prefs_common.[ch]
10297         * src/prefs_template.c
10298         * src/quote_fmt.c               *** NEW FILE ***
10299         * src/quote_fmt.h
10300                 move quote format symbol description code
10301                 to it's own file because it is used from
10302                 differnent code parts
10303                 Rewrote symbol description GUI
10304                   + use table
10305                   + add separators
10306                   + get data from array (no more long constant strings)
10307         * src/quote_fmt_lex.l
10308         * src/quote_fmt_parse.y
10309                 Symbol for Literal % changed to \% instead of %%
10310                 (More logical as \ is used for quoting for other symbols)
10311                 Add |f and |p to include files and program output
10312                 Examples:
10313                     |f{/home/.../.signature}
10314                     |p{date}
10315         * po/de.po
10316                 Correct wrong spelling for "Referenzen"
10317
10318 2002-02-21 [paul]       0.7.2claws4
10319
10320         * src/procmsg.c
10321                 forgotten during sync
10322
10323 2002-02-21 [paul]       0.7.2claws3
10324
10325         * sync with sylpheed 0.7.2cvs11
10326                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
10327                 2002-02-20 and 2002-02-21
10328
10329 2002-02-20 [melvin]     0.7.2claws2
10330
10331         * src/prefs_actions.c
10332                 Added error report when child cannot fork or when execvp 
10333                 returns with an error.
10334
10335 2002-02-19 [christoph]  0.7.2claws1
10336
10337         * src/codeconv.c
10338                 return unconverted text if conde conversion is not possible
10339                 when libjconv is used.
10340                 (patch submitted by "Simon 'corecode' Schubert")
10341
10342 2002-02-19 [paul]       
10343
10344         * version 0.7.2claws release
10345
10346 2002-02-19 [paul]       0.7.2claws
10347
10348         * po/nl.po
10349                 updated by Wilbert Berendsen
10350
10351
10352 2002-02-18 [alfons]     0.7.1claws13
10353
10354         * src/syldap.c
10355         * src/jpilot.c
10356                 remove references to dlfcn and explicitly loading functions
10357                 from dynalink libs, because libs linked anyway, and functions
10358                 are loaded explicitly
10359
10360 2002-02-17 [melvin]     0.7.1claws12
10361
10362         * src/prefs_actions.c
10363                 Replaced children wait loop with double fork technique.
10364                 Now, input/output window updated at each new output.
10365                 free_children(): Fixed a memory leak.
10366                 Made input/output window non closable if running children
10367                 still exist.
10368                 Added missing <unistd.h> include.
10369                 Added some --debug outputs.
10370
10371 2002-02-17 [melvin]     0.7.1claws11
10372
10373         * src/summaryview.c
10374                 Fixed bug where descending sort order did not select top
10375                 message.
10376
10377 2002-02-17 [melvin]     0.7.1claws10
10378
10379         * acconfig.h
10380                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10381         * src/prefs_common.c
10382                 Pspell data package directory no more hard coded but
10383                 set during configuration (PSPELL_PATH). (Thanks to 
10384                                 Gustavo Noronha Silva.)
10385
10386 2002-02-17 [melvin]     0.7.1claws9
10387
10388         * configure.in
10389                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10390         * src/gtkspell.c
10391                 Fixed compile-time warnings.
10392
10393 2002-02-16 [alfons]     0.7.1claws8
10394
10395         * src/filesel.c
10396                 fix inadvertent free of NULL pointer which caused
10397                 sylpheed to crash when closing the save-as dialog
10398                 using the window close button
10399
10400 2002-02-16 [carsten]    0.7.1claws7
10401         * src/mainwindow.[ch]
10402           src/summaryview.c
10403           src/prefs_common.c
10404                 fixes for pixmap theming code:
10405                         - recently changed mail attributes shouldn't get
10406                           lost any longer
10407                         - theme is only reloaded iff another theme was
10408                           selected
10409
10410 2002-02-16 [paul]       0.7.1claws6
10411
10412         * sync with sylpheed 0.7.2 release
10413                 see ChangeLog entry 2002-02-15 and 2002-02-16
10414
10415 2002-02-15 [paul]       0.7.1claws5
10416
10417         * sync with sylpheed 0.7.1cvs9
10418                 see ChangeLog entry 2002-02-15
10419
10420         * po/POTFILES.in
10421                 remove unneeded headerwindow.c entry
10422
10423 2002-02-14 [carsten]    0.7.1claws4
10424         * src/summaryview.c
10425                 fixed a bug for "Go to next unread message": there was
10426                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
10427                 in the prefs, because of doing "Search again" instead
10428                 "No"
10429
10430 2002-02-14 [carsten]    0.7.1claws3
10431         * src/stock_pixmap.c
10432                 removed 2 more mem leaks; following memprof,
10433                 this code is "leak free" now :)
10434
10435 2002-02-14 [carsten]    0.7.1claws2
10436         * src/stock_pixmap.c
10437                 used opendir/readdir/closedir instead of scandir
10438                 -> code should work now on Solaris
10439
10440 2002-02-14 [paul]       0.7.1claws1
10441
10442         * sync with sylpheed 0.7.1cvs8
10443                 see ChangeLog entries 2002-02-13 and 2002-02-14
10444
10445         * README.claws
10446                 add some description of Actions and Pixmap Themes
10447
10448 2002-02-13 [paul]       
10449
10450         * version 0.7.1claws release
10451
10452 2002-02-13 [paul]       0.7.1claws
10453
10454         * po/es.po
10455           po/it.po
10456           po/pt_BR.po
10457                 updated translations, submitted by Ricardo Mones Lastra,
10458                 Alessandro Maestri and Fabio Junior Beneditto
10459
10460 2002-02-13 [melvin]     0.7.0claws75
10461
10462         * src/prefs_actions.c
10463                 Added missing "signal.h" include
10464
10465 2002-02-13 [melvin]     0.7.0claws74
10466
10467         * src/prefs_folder_item.c
10468                 Added missing "config.h" include
10469         * po/fr.po
10470                 Updated French translation for folder propriety.
10471
10472 2002-02-13 [jens]       0.7.0claws73
10473
10474         * po/POTFILES.in
10475                 Added missing src/prefs_folder_item.c [log added by melvin]
10476         * po/de.po
10477                 Updated German translation.
10478
10479 2002-02-13 [melvin]     0.7.0claws72
10480
10481         * po/fr.po
10482                 Updated French translation.
10483
10484 2002-02-13 [melvin]     0.7.0claws71
10485
10486         * src/gtkutils.c
10487                 Made gtkut_editable_get_selection return NULL if selection
10488                 is of length zero.
10489                 This fixes a bug where selecting part of message A then
10490                 switching to message B and replying to it will not
10491                 quote the message's body.
10492
10493 2002-02-12 [paul]       0.7.0claws70
10494
10495         * src/mainwindow.c
10496                 cosmetic, relating to pixmap themes: on toolbar make 
10497                 updating of 'Exec' and 'Compose news/Compose email'
10498                 icons faster.
10499
10500 2002-02-12 [carsten]    0.7.0claws69
10501         * src/folderview.c
10502           src/mainwindow.[ch]
10503           src/stock_pixmap.c
10504           src/summaryview.c
10505           src/prefs_common.c
10506                 - refreshing after changing pixmap theme better
10507                   now (thanks Paul)
10508                 - wanted to remove some mem leaks, but alfons was
10509                   faster (and had the better solution ;)
10510
10511 2002-02-12 [alfons]     0.7.0claws68
10512
10513         * src/prefs_common.c
10514         * src/stock_pixmap.[ch]
10515                 plug mem leaks, refactor code a little bit
10516
10517
10518 2002-02-12 [sergey]     0.7.0claws67
10519
10520         * src/imap.c
10521                 Fixed problem with copying messages to IMAP folders when the
10522                 server uses something other than '/' as a namespace separator
10523                 (cyrus-imapd uses '.').
10524
10525 2002-02-12 [jens]       0.7.0claws66
10526
10527         * po/de.po
10528                 Updated German Translation
10529
10530 2002-02-12 [paul]       0.7.0claws65
10531
10532         * sync with sylpheed 0.7.1cvs1
10533                 see ChangeLog entry 2002-02-12
10534
10535 2002-02-12 [melvin]     0.7.0claws64
10536
10537         * src/prefs_actions.c
10538                 Fixed "feature" where children's output was duplicated 
10539                 instead of refreshed while monitoring.
10540                 Removed some debug code.
10541
10542 2002-02-12 [christoph]  0.7.0claws63
10543
10544         * src/compose.c
10545                 always delete message from queue after sending/send error
10546                 (closes bug #509601)
10547
10548 2002-02-12 [melvin]     0.7.0claws62
10549
10550         * src/prefs_actions.c
10551                 Children wait loop is now triggered with a timeout of 1s
10552                 Added %F which is replaced with the list of filenames 
10553                 of all selected messages (as suggested by Ricardo Mones Lestra)
10554                 Pipe syntax changed. Prefix with | to send selection, postfix
10555                 with | to retrieve output. Prefix with > or * to send
10556                 user definable input to the command (*: input is hidden)
10557                 Old pipe action should now be postfixed with |, too.
10558
10559 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
10560         * src/stock_pixmap.c
10561                 fixed a bug: if there's no theme directory don't
10562                 throw an error, just do "nothing" (thanks Alfons)
10563
10564 2002-02-12 [carsten]    0.7.0claws60
10565         * src/folderview.c
10566           src/summaryview.c
10567                 had to write the cache twice (nasty!); some marks would 
10568                 get lost if not
10569
10570 2002-02-11 [carsten]    0.7.0claws59
10571         * acconfig.h
10572           configure.in
10573           doc-src/maintainer_guide.txt
10574           src/compose.[ch]
10575           src/defs.h
10576           src/folderview.[ch]
10577           src/gtkutils.[ch]
10578           src/mainwindow.[ch]
10579           src/prefs_common.[ch]
10580           src/stock_pixmap.[ch]
10581           src/summaryview.[ch]
10582                 pixmap theming and related work on pixmap
10583                 handling on some other places
10584                 (e.g. hrm features for all folder)
10585           src/pixmap/stock_*.xpm -> the stock_ was removed
10586         
10587 2002-02-11 [paul]       0.7.0claws58
10588
10589         * sync with sylpheed 0.7.1 release
10590                 see ChangeLog entries 2002-02-11
10591
10592 2002-02-08 [paul]       0.7.0claws57
10593
10594         * sync with sylpheed 0.7.0cvs39
10595                 see ChangeLog entry 2002-02-07 (last entry) 
10596
10597         * src/prefs_actions.c
10598           src/prefs_filtering.c
10599           src/prefs_matcher.c
10600           src/prefs_scoring.c
10601                 sync: made it compile with C compilers other than gcc
10602
10603 2002-02-07 [paul]       0.7.0claws56
10604
10605         * sync with sylpheed 0.7.0cvs38
10606                 see ChangeLog entries 2002-02-06 (last 2 entries) and
10607                 2002-02-07
10608
10609 2002-02-07 [darko]      0.7.0claws55
10610
10611         * src/gtkutils.[ch]
10612         * src/summaryview.c
10613                 Fix const gchar */gchar * issue (thanks Hiro)
10614
10615 2002-02-07 [darko]      0.7.0claws54
10616
10617         * src/compose.[ch]
10618         * src/filtering.c
10619         * src/gtkutils.[ch]
10620         * src/prefs_template.c
10621         * src/quote_fmt.h
10622         * src/quote_fmt_parse.y
10623         * src/summaryview.c
10624         * src/utils.[ch]
10625                 When replying or forwarding an email don't quote the entire
10626                 mail body but use the part of the message text that is selected
10627
10628 2002-02-06 [melvin]     0.7.0claws53
10629
10630         * src/prefs_common.[ch]
10631         * src/gtkspell.[ch]
10632         * src/compose.c
10633                 Made possible to switch quickly to last used dictionary
10634                 which makes checking bilingual documents easier.
10635
10636 2002-02-06 [melvin]     0.7.0claws52
10637         
10638         * po/POTFILES.in
10639                 Added forgotten new file src/prefs_actions.c
10640
10641 2002-02-06 [melvin]     0.7.0claws51
10642
10643         * src/prefs_actions.c   ** NEW FILE **
10644         * src/prefs_actions.h   ** NEW FILE **
10645                 Added actions to execute on message text view, or on the
10646                         message's file.
10647         * src/Makefile.am
10648                 Added src/prefs_actions.[ch]
10649         * src/compose.c
10650                 Added new menu "Edit/Actions"
10651         * src/defs.h
10652                 Added new actionsrc file.
10653         * src/main.c
10654                 Added actionsrc reading.
10655         * src/mainwindow.c
10656                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10657         * src/prefs_common.h
10658                 Added new element actionslst element to prefs_common.
10659
10660 2002-02-06 [paul]       0.7.0claws50
10661
10662         * sync with sylpheed 0.7.0cvs36
10663                 see ChangeLog entry 2002-02-06
10664
10665 2002-02-05 [paul]
10666
10667         * po/es.po
10668                 updated by Ricardo Mones Lastra
10669
10670 2002-02-05 [paul]       0.7.0claws49
10671
10672         * sync with sylpheed 0.7.0cvs33
10673                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10674
10675 2002-02-05 [paul]       0.7.0claws48
10676
10677         * src/compose.c
10678                 re-add 'Edit/Advanced/Delete entire line', previously named
10679                 'Delete Line+'
10680
10681 2002-02-04 [paul]       0.7.0claws47
10682
10683         * src/compose.c
10684           src/summaryview.c
10685                 fix bug #494993 (Reply All not taking Reply-To into consi)
10686                 eliminate differences in behaviour of right-click 'Reply to all' 
10687                 in summary view and 'Reply to all' on the toolbar. 
10688                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10689                 view and From gets ignored by 'Reply to all' on toolbar.
10690                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10691                 From when no Reply-To header is present.
10692
10693 2002-02-04 [paul]       0.7.0claws46
10694
10695         * sync with sylpheed 0.7.0cvs30
10696                 see ChangeLog entries 2002-02-03 and 2002-02-04
10697
10698 2002-02-03 [melvin]     0.7.0claws45
10699
10700         * src/gtkspell.[ch]
10701                 Readded function to highlight all misspelled words.
10702                 Fixed bug where user-provided-words did not replace
10703                         correctly the misspelled word when using the mouse.
10704                 Fixed bug where checking a region selected from right to left did
10705                         not check the region at all.
10706                 Fixed bug where 'Check backwards' may not check at all. 
10707                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10708                 Fixed possible buffer overflow when checking for long strings (>1k).
10709                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10710                 Accelerators code uses now gtk_widget_add_accel.
10711                 Removed and disabled obsolete and unfinished code.
10712                 Cleaning up.
10713
10714         * src/compose.c
10715                 Added menu item to Highlight all misspelled words.
10716
10717 2002-02-01 [paul]       0.7.0claws44
10718
10719         * src/mainwindow.c
10720                 fix '/View/Hide read messages' sensitivity when all
10721                 messages in a folder are hidden
10722
10723 2002-02-01 [paul]       0.7.0claws43
10724
10725         * src/main.c
10726                 add --send option to command line interface, sends all
10727                 queued mail. Patch submitted by Ricardo Mones Lastra.
10728
10729 2002-01-31 [paul]       0.7.0claws42
10730
10731         * src/mainwindow.c
10732                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10733
10734 2002-01-31 [paul]       0.7.0claws41
10735
10736         * sync with sylpheed 0.7.0cvs27
10737                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10738                 and 2002-01-31
10739
10740         * src/textview.c
10741                 comment out elements of textview_show_part() as temporary
10742                 workaround for attachment 'Display as text' bug 
10743
10744         * po/pt_BR.po
10745                 updated by Fabio Junior Beneditto
10746
10747 2002-01-30 [paul]       0.7.0claws40
10748
10749         * sync with sylpheed 0.7.0cvs24
10750                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
10751                 and 2002-01-30
10752
10753         * src/compose.c
10754                 add {N_("/_Spelling"), ... "<Branch>"} to 
10755                 GtkItemFactoryEntry compose_entries[]
10756
10757         * src/prefs_common.c
10758                 add claws menu items to prefs_keybind_apply_clicked()
10759                 and remove non-claws menu items
10760
10761 2002-01-29 [paul]       0.7.0claws39
10762
10763         * sync with sylpheed 0.7.0cvs22
10764                 see ChangeLog entries 2002-01-28 and 2002-01-29
10765
10766 2002-01-28 [melvin]     0.7.0claws38
10767
10768         * src/compose.c
10769                 Added the declartion of compose_send_control_enter.
10770
10771         * src/compose.c
10772         * src/gtkspell.[ch]
10773                 Added in a 'Spelling' menu which includes the configuration menu. 
10774                 Added a real 'Check all' and got rid from the old one which only
10775                 highlited misspelled word.
10776                 Made 'Check while typing' a disableable option.
10777                 Added a dialog when there are no more misspelled word.
10778                 Added a dialog if error occurs when switching to a dictionary.
10779         
10780         * src/prefs_common.[ch]
10781                 Added option for the default 'Check while typing' option.
10782
10783
10784 2002-01-28 [alfons]     0.7.0claws37
10785
10786         * src/compose.c
10787                 fix buglet and make code comply with sylpheed code style
10788
10789 2002-01-28 [paul]       0.7.0claws36
10790
10791         * sync with sylpheed 0.7.0cvs19
10792                 see ChangeLog entries for 2002-01-28
10793
10794 2002-01-28 [hoa]        0.7.0claws35
10795
10796         * src/defs.h
10797                 added rendererrc
10798
10799         * src/main.c
10800                 read the renderer config
10801
10802         * src/procmime.[ch]
10803                 use the renderer config to convert mime attachments
10804
10805         * src/textview.c
10806                 don't use textview_show_html/ertf,
10807                 use get_text_content instead
10808
10809 2002-01-27 [alfons]     0.7.0claws34
10810         
10811         * src/news.c
10812                 make sylpheed believe it can delete a news message...
10813                 (messages are NOT deleted, maybe we should remove
10814                 processing from the folder properties after all.)
10815
10816 2002-01-27 [alfons]     0.7.0claws33
10817
10818         * src/folder.c
10819                 add extra checks
10820         * src/news.c
10821                 implement remove_msg() 
10822
10823 2002-01-27 [alfons]     0.7.0claws32
10824
10825         * src/procmsg.h
10826         * src/procheader.c
10827         * src/messageview.c
10828                 fix return receipt / disposition notification again. this
10829                 stuff seems to break on _every_ major summary UI change, so
10830                 it's now implemented using a flag which is saved in the
10831                 marks cache
10832                 
10833 2002-01-26 [alfons]     0.7.0claws31
10834
10835         * src/import.c
10836                 let import dialog show the destination folder identifier
10837
10838 2002-01-26 [melvin]     0.7.0claws30
10839
10840         * src/folderview.c
10841         * src/summaryview.c
10842                 Readded 'Mark all read' into summary view popup menu
10843                 Added 'Mark all read' in folder view popup menu for IMAP
10844                 and NNTP.
10845                 Made it insensitive if the selected folder is not the shown
10846                 one to avoid 'Mark all read' on the wrong folder.
10847                 
10848 2002-01-26 [paul]       0.7.0claws29
10849
10850         * src/folderview.c
10851           src/summaryview.c
10852                 move 'Mark all read' from summary view to folder view
10853                 menu. (adapted from) patch submitted by Jeremy Andrews,
10854                 <lists@kerneltrap.com>
10855
10856 2002-01-25 [alfons]     0.7.0claws28
10857
10858         * src/gtkstext.c
10859                 put the gtk class name back so GtkSText adapts the 
10860                 settings of GtkText
10861
10862 2002-01-25 [alfons]     0.7.0claws27
10863
10864         * src/folderview.c 
10865                 assimilate Ricardo's patch that shows pixmaps instead of
10866                 plain "new" and "unread" texts in the folder view column
10867                 headers 
10868
10869 2002-01-25 [paul]       0.7.0claws26
10870
10871         * src/Makefile.am
10872                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
10873                 be found in non-standard locations. 
10874                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
10875
10876 2002-01-25 [paul]       0.7.0claws25
10877
10878         * sync with sylpheed 0.7.0cvs16
10879                 see ChangeLog entry 2002-01-25
10880
10881 2002-01-24 [paul]       0.7.0claws24
10882
10883         * more sync with sylpheed 0.7.0cvs15
10884                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
10885
10886 2002-01-23 [sergey]     0.7.0claws23
10887
10888         * src/importldif.c
10889                 Fixed segfault when closing LDIF import wizard with
10890                 the window manager.
10891         * src/imageview.c
10892         * src/imageview.h
10893         * src/messageview.c
10894         * src/mimeview.c
10895                 Fixed wrong scrolling position after switching between
10896                 text and image parts.
10897
10898 2002-01-23 [paul]       0.7.0claws22
10899
10900         * sync with sylpheed 0.7.0cvs15
10901                 see ChangeLog entries 2002-01-22 and 2002-01-23
10902
10903 2002-01-21 [melvin]     0.7.0claws21
10904
10905         * src/prefs_scoring.c
10906         * src/prefs_filtering.c
10907                 Fixed bug where scoring and filtering windows stopped
10908                 autochecking.
10909
10910 2002-01-21 [paul]       0.7.0claws20
10911
10912         * sync with sylpheed 0.7.0cvs12
10913                 see ChangeLog entries 2002-01-20 and 2002-01-21
10914
10915 2002-01-21 [carsten]    0.7.0claws19
10916         * src/mainwindow.c
10917         * src/menu.[ch]
10918         * src/messageview.[ch]
10919         * src/summaryview.[ch]
10920                 changes to shortcuts handling again:
10921                         + "Q" now controled by mainwin
10922                         + v/V are now customizable and have slightly
10923                           different meanings
10924                 the "button" to minimize the messageview (and maximize
10925                 the summary view) is a real button now
10926         * src/compose.c
10927                 "Delete Line+" added to Edit/Advanced (this will also
10928                 delete the '\n')
10929
10930 2002-01-20 [melvin] 0.7.0claws18
10931
10932         * src/addressbook.c
10933                 Made "Bcc" sensitive when addressbook is called from
10934                 compose window (it was a Claws only bug).
10935
10936 2002-01-19 [alfons] 0.7.0claws17
10937
10938         * src/inc.c
10939                 prevent unnecessary updates when currently selected folder has
10940                 no new messages 
10941
10942 2002-01-19 [alfons] 0.7.0claws16
10943         
10944         * src/summaryview.c
10945                 prevent writing the cache based on current message list in summary 
10946                 view when filtering also put messages in currently selected folder
10947
10948 2002-01-19 [paul]
10949
10950         * po/it.po
10951                 Italian translation submitted by Alessandro Maestri
10952                 <a.maestri@cs.tin.it>
10953
10954 2002-01-18 [melvin]     0.7.0claws15
10955
10956         * src/prefs_filters.c
10957                 fixed bug where 'cancel' from 'filters' window stops autochecking
10958                 if the timer timed out  when the window was open.
10959
10960 2002-01-18 [match]      0.7.0claws14
10961
10962         * src/addrclip.[ch]     ** NEW FILE **
10963         * src/addrselect.[ch]   ** NEW FILE **
10964         * src/adbookbase.h      ** NEW FILE **
10965                 addressbook cut, copy and paste
10966         * src/addrbook.[ch]
10967         * src/addrcache.[ch]
10968         * src/addressitem.h
10969         * src/addrindex.[ch]
10970         * src/addritem.[ch]
10971         * src/importldif.c
10972         * src/importmutt.c
10973         * src/jpilot.[ch]
10974         * src/syldap.[ch]
10975         * src/vcard.[ch]
10976         * src/jpilot.[ch]
10977         * src/editbook.c
10978         * src/editjpilot.c
10979         * src/editldap.c
10980         * src/editvcard.c
10981                 support for copy/paste
10982         * src/addressbook.c
10983                 support for copy/paste
10984                 tidy up menu option processing
10985                 correct address list function arguments
10986         * src/editaddress.c
10987                 sort user attributes
10988         * src/ldif.h
10989         * src/mutt.h
10990                 tidy up
10991
10992         * src/addrbook.[ch]
10993         * src/addrbook.[ch]
10994         * src/addrbook.[ch]
10995                 
10996
10997 2002-01-18 [paul]       0.7.0claws13
10998
10999         * sync with sylpheed 0.7.0cvs8
11000                 configure.in: support Mac OS X (Darwin)
11001
11002 2002-01-18 [carsten]    0.7.0claws12
11003         * src/html.c
11004                 small hack to fix a segfault with an empty href
11005                 (reported by Alexandra Walford <deeni@altern.org>)
11006         * src/mainwindow.c
11007         * src/summaryview.c
11008                 the shortcuts for Mark und Mark as unread are hardcoded
11009                 again
11010         * src/compose.c
11011         * src/gtkstext.[ch]
11012                 readded the shortcuts in gtkstext but made them
11013                 customizeable (simply by adding a menu plus a wrapper
11014                 to compose.c)
11015
11016 2002-01-17 [melvin]     0.7.0claws11
11017
11018         * src/gtkspell.c
11019                 fix default dictionary not being saved.
11020
11021 2002-01-16 [darko]      0.7.0claws10
11022
11023         * src/compose.c
11024                 fix wrapping crash with URL longer than wrapping margin
11025
11026 2002-12-08 [hoa]        0.7.0claws10
11027
11028         * src/matcher_parser_parse.y
11029                 fixed some bugs
11030
11031         * src/prefs_filtering.c
11032                 now, we can use bounce action in the dialog box.
11033
11034 2002-01-16 [carsten]    0.7.0claws9
11035         * src/gtkstext.c
11036                 removed the <control> and <alt> shortcuts because they're
11037                 not needed and interefered with the "normal" shortcuts
11038         * src/mainwindow.c
11039         * src/summaryview.c
11040                 removed most of the hardcoded shortcuts and assigned
11041                 them to menu entries making them easy customizable by
11042                 that
11043
11044 2002-01-16 |melvin]     0.7.0claws8
11045
11046         * src/gtkspell.c
11047                 fixed bug where using the mouse and when the compose
11048                 window is not on top may result in a crash.
11049
11050 2002-01-16 [melvin]     0.7.0claws7
11051
11052         * src/compose.c
11053                 fixed a long standingspell checker bug which could 
11054                 cause a crash after sending a message.
11055
11056 2002-01-16 [paul]       0.7.0claws6
11057
11058         * sync with sylpheed 0.7.0cvs7
11059                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
11060                 2002-01-15, and 2002-01-16
11061
11062 2002-01-16 [melvin]     0.7.0claws5
11063
11064         * README.claws
11065         * src/compose.c
11066         * src/gtkspell.[ch]
11067         * src/main.c
11068                 Heavily modified spell checker code to work around
11069                 ispell bug, to add keyboard shortcuts and for future
11070                 enhancements. See README.claws for usage information.
11071
11072 2002-01-15 [alfons]     0.7.0claws4
11073         
11074         * src/summaryview.c
11075                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
11076                 so sorting within threads reflects sort mode
11077
11078 2002-01-15 [christoph]  0.7.0claws3
11079
11080         * src/procmsg.c
11081                 added alertpanel if mail sending failed
11082
11083 2002-01-15 [alfons]     0.7.0claws2
11084         
11085         * src/prefs_filtering.c
11086                 don't stop timer when prefs filtering dialog is opened
11087
11088 2002-01-14 [alfons]     0.7.0claws1
11089
11090         * src/addr_compl.c
11091         * src/prefs.c
11092                 remove debug_print()s for privacy reasons
11093
11094 2002-01-14 [darko]      0.7.0claws
11095
11096         * README.claws
11097                 quotation wrapping is now also in the main branch
11098
11099 2002-01-14 [paul]
11100
11101         * tools/filter_conv.pl
11102                 allow for Boolean Op and case-sensitivity
11103                 this file is included in the release and tagged
11104                 'rel_0_7_0'
11105
11106 2002-01-13 [paul]       0.7.0claws
11107
11108         * release 0.7.0, with cvs tag 'rel_0_7_0'
11109
11110 2002-01-13 [paul]
11111
11112         * tools/filter_conv.pl
11113         * tools/README
11114                 rewritten to output to matcherrc instead of filteringrc
11115
11116         * po/es.po
11117                 updated Spanish translation by Ricardo Mones Lastra
11118
11119 2002-01-13 [alfons]
11120
11121         * po/nl.po
11122                 update dutch translation
11123
11124 2002-01-13 [paul]
11125
11126         * po/pt_BR.po
11127                 Updated by Fabio Junior Beneditto 
11128
11129 2002-01-13 [melvin]     0.6.6claws53
11130
11131         * po/fr.po
11132                 Updated french translation
11133
11134 2002-01-12 [alfons]     0.6.6claws52
11135
11136         * src/filtering.c
11137                 plug mem leak that has been sitting there for ages              
11138
11139 2002-01-12 [alfons]     0.6.6claws51
11140
11141         * src/summaryview.c
11142                 undo melvin's changes from 0.6.6claws48 because summary
11143                 view now refuses to select first unread message when
11144                 selecting a folder 
11145
11146 2002-01-11 [alfons]     0.6.6claws50
11147
11148         * src/import.c
11149                 use claws' semantics for getting folder item when
11150                 importing an mbox file into a folder 
11151                 (submitted by Dale P. Smith)
11152
11153 2002-01-11 [christoph]  0.6.6claws49
11154
11155         * src/prefs.h
11156                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
11157                 toggle widget, because non static prefs can not use
11158                 prefs_set_* functions
11159         * src/prefs_account.c
11160                 toggle smtp auth password field sensitivity if
11161                 user id is empty and add descrition of usage for
11162                 these fields
11163         * src/prefs_folder_item.c
11164                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
11165                 callbacks
11166
11167 2002-01-11 [melvin]     0.6.6claws48
11168
11169         * src/compose.c
11170                 fix the 'Ctrl-Enter' feature for sending and test really
11171                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
11172                 editables which was not documented in Gtk)
11173
11174         * src/summaryview.c
11175                 Made summaryview refresh after sorting and not before.
11176
11177 2002-01-11 [christoph]  0.6.6claws47
11178
11179         * src/compose.c
11180                 select account from account ids if possible and
11181                 correctly set save folder for copy in reedit
11182
11183 2002-01-10 [paul]       0.6.6claws46
11184
11185         * sync with sylpheed 0.7.0 release
11186                 see ChangeLog entries 2002-01-07, 2002-01-08 and
11187                 2002-01-09
11188
11189 2002-01-09 [alfons]
11190
11191         * src/summaryview.c
11192                 remove more dirt traces...
11193
11194 2002-01-09 [alfons]
11195         
11196         * src/summaryview.c
11197                 clean up some traces of my debugging stuff
11198
11199 2002-01-09 [alfons]     0.6.6claws45
11200
11201         * src/filtering.c
11202                 break up filteringprop_apply() in three separate pieces
11203                 so we can drop messages that failed processing in the
11204                 inbox
11205
11206         * src/summaryview.c
11207                 fix bug #469598 "no refresh of inbox after filter" which 
11208                 was introduced by the new summary view locking, and which 
11209                 prevented the summary view to update after a manual filter 
11210                 message. claw's filter message requires a summary_show().
11211                 (aargh, summary_show() again! :-)
11212                 
11213 2002-01-07 [alfons]     0.6.6claws44
11214
11215         * src/headerwindow.c
11216         * src/logwindow.c
11217         * src/messageview.c
11218         * src/sourcewindow.c
11219                 bring in Hiro's last 0.7.0 wm class fixes
11220
11221         * tools/sylprint.pl
11222                 bring in Ricardo's fix for sylprint script
11223
11224         * AUTHORS       
11225         * src/rfc2015.[ch]
11226         * src/prefs_common.[ch]
11227         * src/prefs_account.[ch]
11228         * src/compose.c
11229                 clean up account preference poison in rfc2015,
11230                 and preparation to fix double sign bug 
11231                 (patch submitted by Simon 'corecode' Schubert)
11232
11233 2002-01-07 [christoph]  0.6.6claws43
11234
11235         * src/mh.c
11236                 search for free message number, do not only rely
11237                 on last_num
11238         * src/send.c
11239                 fix smtp auth and use extra account information
11240                 if available, if not use pop3 data instead
11241                 (closes bug #500341)            
11242         * src/ssl.[ch]
11243                 match coding style
11244
11245 2002-01-06 [alfons]     0.6.6claws42
11246
11247         * src/mainwindow.c
11248                 try making the separate windows work again...
11249
11250 2002-01-06 [alfons]     0.6.6claws41
11251
11252         * src/mainwindow.c
11253                 adapt Hiro's separate window menu (to get rid of the funny
11254                 duplicate menu items), and make it work again
11255
11256 2002-01-06 [alfons]     0.6.6claws40
11257
11258         * tools/Makefile.am
11259         * tools/sylprint.rc
11260         * tools/sylprint.pl
11261         * tools/README.sylprint
11262                 add sylprint script for printing mails from Sylpheed
11263                 (contributed by Ricardo Mones Lastra)
11264
11265         * src/acount.c
11266                 clean up
11267
11268 2002-01-06 [melvin]     0.6.6claws39
11269
11270         * src/mainwindow.c
11271         * src/summaryview.c
11272                 Fixed crash introduced in 0.6.6claws38 by the menu
11273                 reorganisation (Hide read messages)
11274         
11275         * ChangeLog.claws 
11276                 Fixed typo (we are now in 2002, alfons ;) )
11277
11278 2002-01-05 [alfons]     0.6.6claws38
11279
11280         * sync with sylpheed 0.6.6cvs10-17
11281                 (last stuff marked as LAST_STABLE)
11282
11283 2002-01-04 [melvin]     0.6.6claws37
11284
11285         * src/account.c
11286                 Made account selection code use strcasestr again instead of
11287                 g_strcasecmp (fixes bug where reediting queued messages
11288                 did not select proper account reported by T. Link).
11289         
11290         * src/folderview.c
11291                 Fix bug where folder icons are not shown when 'hide read messages'
11292                 is on.
11293         
11294         * src/stock_pixmaps.[ch]
11295                 Added folder icons for 'hide read messages'.
11296         
11297         * src/compose.c
11298                 Fixed bug where 'Enter' in a header entry will send the message 
11299                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
11300
11301 2002-01-03 [melvin]     0.6.6claws36
11302         
11303         * src/prefs.[ch]
11304                 Added popup menu for common preferences and
11305                 account preferences (right click on tab displays
11306                                 a menu of all tabs.)
11307
11308 2002-01-02 [melvin]     0.6.6claws35
11309
11310         * src/gtkspell.[ch]
11311                 Made spelling code compatible with undo/redo feature.
11312                 Added creation of suggestion mode menu for the general
11313                         preferences.
11314         
11315         * src/prefs_common.[ch]
11316                 Added option menu for the speller's suggestion mode.
11317                 Added missing spaces in "..." buttons and made a "..."
11318                         button non translatable!
11319         
11320         * src/compose.c
11321                 Made speller use the default suggestion mode.
11322                 Hack to make it possible to choose 'CTRL-Enter' as a
11323                         shortcut for sending (and only for sending).
11324
11325         * src/prefs_folder_item.c
11326                 Changing subject simplification does not update cache 
11327                         anymore (because it is unnecessary).
11328                 Fixed bug where changing subject simplification updated the 
11329                         summaryview even when the viewed folder is not the
11330                         folder which properties are being changed. (E.g. 
11331                                         viewing folder A and changing
11332                                         the subject simplification of 
11333                                         folder B -not being viewed- updated the 
11334                                         summaryview of folder A with data of
11335                                         folder B). (Hope this is clear... )
11336
11337 2001-12-31 [alfons]     0.6.6claws34
11338         
11339         * src/ldif.c
11340         * src/mutt.c
11341                 fgetc() returns a signed integer which doesn't
11342                 fit in a char. so c truncates this to a char
11343                 but we may lose significant bits. i.e. we may
11344                 comparing 0xFF which may not be equal to -1
11345                 unless properly casted to signed char which
11346                 we won't do because fgetc() returns a signed
11347                 integer which doesn't fit in a char. so c 
11348                 truncates this to a char but we may lose 
11349                 significat bits. (you got the idea, thanks
11350                 to Gustavo Noronha Silva <kov@debian.org>
11351                 and the Debian folks!)
11352
11353 2001-12-30 [alfons]     0.6.6claws33
11354
11355         * src/prefs_common.c
11356                 add #ifdef USE_PSPELLs that Melvin forgot               
11357
11358 2001-12-30 [melvin]     0.6.6claws32
11359         
11360         * src/prefs_common.[ch]
11361                 Added configurable color for misspelled words.
11362
11363         * src/gtkspell.[ch]
11364                 Fixed bug of foreground text color (reported by David
11365                                 Mehrmann)
11366                 Added configurable color for misspelled words.
11367
11368 2001-12-30 [alfons]     0.6.6claws31
11369
11370         * src/folder.c
11371                 remove unnecessary things someone put there
11372
11373         * src/mh.c
11374         * src/folder.[ch]
11375                 make folder properties (like threading and sorting) persistent
11376                 (closes bug #497424 "rescan folder tree resets proprieties")
11377                 currently this is only for MH folders. 
11378
11379 2001-12-29 [melvin]     0.6.6claws30
11380
11381         * src/string_match.[ch]
11382                 Optimized a bit: regexp pattern buffer compiled only once, and
11383                   one subroutine call removed. Fixed ^ regexp search: Now, 
11384                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
11385         
11386         * src/summaryview.c
11387                 Subject filtering changed to filter summary columns and
11388                   not directly the messages subject cache. The loss in 
11389                   performance is balanced by the improvement of string_match.
11390                 Added an alert panel if there is an error in the regexp.
11391
11392         * src/src/prefs_folder_item.h
11393                 Added a regexp pattern buffer.
11394
11395 2001-12-28 [alfons]     0.6.6claws29
11396
11397         * src/string_match.[ch]
11398                 clean up name space
11399                 allow compilation *BSD
11400
11401 2001-12-27 [alfons]     0.6.6claws28
11402
11403         * src/filter.c
11404                 sync the Hiro's bug fix for BSD
11405
11406 2001-12-27 [melvin]     0.6.6claws27
11407         
11408         * src/compose.c
11409                 Simplify focus to subject entry code.
11410
11411 2001-12-27 [darko]      0.6.6claws26
11412
11413         * src/filtering.c
11414         * src/mbox_folder.c
11415         * src/messageview.c
11416         * src/mh.c
11417         * src/procheader.[ch]
11418         * src/procmsg.h
11419         * src/stock_pixmap.[ch]
11420         * src/summaryview.c
11421                 Show key icon for encrypted mails in summary view
11422
11423         * src/pixmaps/clip.xpm
11424         * src/pixmaps/clipkey.xpm
11425         * src/pixmaps/key.xpm
11426                 New/modified icons for the above
11427
11428 2001-12-27 [melvin]     0.6.6claws25
11429
11430         * src/prefs_common.c
11431                 Put spell checker options in a separate tab to decrease
11432                 the Common Preferences window height.
11433
11434         * README.claws  
11435                 Update spell checker usage instruction about its options
11436                 location.
11437
11438 2001-12-27 [melvin]     0.6.6claws24
11439
11440         * src/compose.c
11441                 Changed subject entry widget position. Initial focus is
11442                 on the To header instead of the subject entry.
11443                 Creating a new header scrolls the header list to make the
11444                 created one visible. Nevertheless, when automatically filling
11445                 headers, the first one is shown.
11446                 A Tab key press in the last empty header entry zips the 
11447                 focus to the subject entry.
11448                 (I did not change the combo boxes, yet)
11449
11450 2001-12-26 [alfons]     0.6.6claws23
11451
11452         * src/prefs_account.c
11453         * src/inc.c
11454                 allow default inbox to reside in another mailbox (only
11455                 works for POP3 accounts)
11456
11457 2001-12-26 [alfons]     0.6.6claws22
11458         
11459         * src/textview.c
11460                 make reply-on-click work with the account of the selected folder
11461         * src/compose.c
11462                 put a fixme here to remind me to fix finding correct default
11463                 account for nested folders
11464
11465 2001-12-25 [alfons]     0.6.6claws21
11466
11467         * src/summaryview.c
11468                 make column headers display locked and mark pixmaps (idea by Melvin) 
11469                 fix bug by adding score and locked column type to sort array
11470
11471 2001-12-25 [alfons]     0.6.6claws20
11472         
11473         * src/summaryview.c
11474                 catch a *potentially* inadvertent write back of  
11475                 the message cache(s) introduced by 0.6.5claws37
11476
11477 2001-12-25 [christoph]  0.6.6claws19
11478
11479         * src/stock_pixmap.[ch]
11480         * src/summaryview.c
11481                 add ignore thread pixmap
11482                 (can someone draw a better icon for this?)
11483
11484 2001-12-24 [alfons]     0.6.6claws18
11485
11486         * src/prefs_folder_item.c
11487                 make address completion actually work for the
11488                 Default To address in the Folder Property dialog.
11489
11490 2001-12-24 [alfons]     0.6.6claws17
11491         
11492         * src/summaryview.c
11493                 use new style regexp for subject stripping 
11494                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
11495
11496 2001-12-24 [darko]      0.6.6claws16
11497
11498         * src/pgptext.c
11499         * src/rfc2015.c
11500                 move GPG related informational messages to debug mode
11501
11502 2001-12-23 [alfons]     0.6.6claws15
11503
11504         * src/stock_pixmap.[ch]
11505         * src/summaryview.c
11506                 add the forgotten Claws' locked pixmap
11507
11508 2001-12-23 [alfons]     0.6.6claws14
11509
11510         * src/filesel.c
11511                 accept file name typed in entry in multi file
11512                 selector (patch submitted by Gustavo Noronha Silva 
11513                 <kov@debian.org>)
11514
11515 2001-12-23 [alfons]     0.6.6claws13
11516
11517         * src/prefs_filter.c
11518         * src/prefs_filtering.c
11519         * src/matcher.c
11520         * src/importmutt.c
11521                 clean up a little bit
11522         
11523         * src/string_match.c
11524                 validate input strings a little bit more
11525
11526 2001-12-23 [alfons]     0.6.6claws12
11527
11528         * src/Makefile.am
11529         * src/summaryview.c
11530         * src/string_match.[ch]         ** NEW **
11531         * src/folderview.[ch]
11532         * src/headerview.h
11533         * src/folder.[ch]
11534         * src/prefs_folder_item.[ch]
11535                 add subject simplification to strip out strings from
11536                 a subject line (esp. handy for mailing lists). 
11537                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
11538                 but slightly changed things for better integration.)
11539
11540 2001-12-23 [alfons]     0.6.6claws11
11541
11542         * src/mainwindow.c
11543                 fix bug introduced by submission included in 0.6.5claws52.
11544                 ideally this submission should clean the trash if any trash
11545                 folder has a message. however, the hasTrash variable was
11546                 set to false whenever a trash folder was empty (discarding
11547                 a previously found *filled* trash folder.)
11548
11549                 also edited the code a little bit and made it more safe.
11550
11551 2001-12-22 [alfons]     0.6.6claws10
11552
11553         * src/imap.c
11554                 quick fix for Martin Pool's omission of an account
11555                 specific SSL setting
11556
11557 2001-12-22 [alfons]     0.6.6claws9
11558
11559         * src/compose.c
11560         * src/messageview.c
11561         * src/mimeview.c
11562         * src/pgptext.c
11563         * src/procmime.[ch]
11564                 better support for multipart/digest (submitted
11565                 by Fredrik <e98fo@efd.lth.se>)
11566
11567 2001-12-22 [alfons]     0.6.6claws8
11568
11569         * src/addressbook.c
11570                 correct function signature
11571         * src/socket.[ch]
11572         * src/imap.[ch]
11573         * src/prefs_account.[ch]
11574                 allow IMAP over SSH tunnel (patch submitted by 
11575                 Martin Pool <mbp@samba.org>)
11576
11577 2001-12-21 [alfons]     0.6.6claws7
11578
11579         * sync with sylpheed 0.6.6cvs4-9
11580                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
11581
11582 2001-12-21 [christoph]  0.6.6claws6
11583
11584         * src/compose.c
11585         * src/prefs_folder_item.[ch]
11586                 implement saving of outgoing messages to current folder.
11587                 fix segfault when no default outbox is available
11588                 (closes bug #495683)
11589
11590 2001-12-21 [carsten]    0.6.6claws5
11591         * src/folderview.c
11592         * src/summaryview.c
11593                 pressing CTRL while DND does now the expected thing and
11594                 copies the mail (moving is still the default, as this
11595                 seam more appropriate for handling mails by DND)
11596
11597 2001-12-18 [paul]       0.6.6claws4
11598
11599         * sync with sylpheed 0.6.6cvs3
11600                 see ChangeLog entries 2001-12-18
11601
11602 2001-12-18 [hiro]       0.6.6claws3
11603
11604         * src/undo.c
11605                 fix for multibyte characters (obtain the number of letters
11606                 instead of bytes).
11607
11608 2001-12-17 [paul]       0.6.6claws2
11609
11610         * sync with sylpheed 0.6.6cvs1
11611                 see ChangeLog entry 2001-12-16
11612
11613 2000-12-17 [alfons]     0.6.6claws1
11614
11615         * src/filtering.c
11616                 clean up
11617
11618 2001-12-16 [paul]       0.6.6claws
11619 2001-12-15
11620
11621         * Release version 0.6.6claws, cvs tag: rel_0_6_6
11622
11623         * src/mimeview.c
11624                 last minute sync with main 0.6.6
11625
11626         * po/es.po
11627                 updated by Ricardo Mones Lastra
11628                 update for last minute sync
11629         * po/fr.po
11630         * po/nl.po
11631                 update for last minute sync
11632         * po/de.po
11633                 updated by Jens Oberender
11634         * po/pt_BR.po
11635                 updated by Fabio Junior Beneditto
11636
11637         * src/prefs_common.[ch]
11638         * src/undo.c
11639                 number of undo levels is user configurable
11640                 (squeeze it into the release in the dying
11641                 moments) Submitted by Jens Oberender    
11642
11643 2001-12-15 [melvin]
11644
11645         * po/fr.po
11646                 updated french translation
11647
11648 2001-12-15 [paul]       0.6.5claws92
11649
11650         * sync with sylpheed 0.6.5cvs28
11651                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11652
11653         * po/nl.po
11654                 update to allow for sync
11655
11656 2001-12-15 [alfons]
11657         
11658         * po/nl.po
11659                 update dutch translation
11660
11661 2001-12-14 [carsten]    0.6.5claws91
11662         * src/summaryview.c
11663                 fixed bug #473785; also after changing the column order
11664                 the same message will be selected and displayed as before
11665                 the reordering
11666
11667 2001-12-14 [carsten]    0.6.5claws90
11668         * src/folderview.c
11669                 probably found the bug reported by wwb opening or closing
11670                 a folder tree just before dnd (found the solution in the
11671                 balsa source -- thanks to them)
11672
11673 2001-12-14 [carsten]    0.6.5claws89
11674         * src/gtkutils.c
11675         * src/account.c
11676                 moved gtk_clist_moveto to the right place, so that
11677                 only the accounts dialog is effected on opening
11678
11679 2001-12-14 [carsten]    0.6.5claws88
11680         * src/gtkutils.c
11681                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11682                 now, so that the focused row will be seen in any case
11683                 (reported by wwp on sf-claws-user)
11684
11685 2001-12-14 [darko]      0.6.5claws87
11686
11687         * src/compose.c
11688                 remove unnecessary line
11689
11690 2001-12-14 [paul]       0.6.5claws86
11691
11692         * sync with sylpheed 0.6.5cvs27
11693                 see ChangeLog entries 2001-12-14
11694
11695 2001-12-14 [carsten]    0.6.5claws85
11696         * src/mainwindow.c
11697                 following a suggestion of Melvin the rcoabm pops up
11698                 right under the button now and the button is reliefed
11699                 while the popup is open
11700
11701 2001-12-14 [darko]      0.6.5claws84
11702
11703         * src/compose.c
11704                 fix crash when wrapping long lines if linewrap quotation
11705                 is disabled and wrapper encounters a word spanning more
11706                 than one line
11707
11708 2001-12-13 [paul]       0.6.5claws83
11709
11710         * src/compose.c
11711                 prefer 'Reply-To' header over mailing list header when
11712                 replying to a message. Finally prevent all those confirmation 
11713                 messages being sent to the list itself.
11714
11715         * src/summaryview.c
11716                 remove unused summary_set_menu_sensitive() entry
11717
11718 2001-12-13 [paul]       0.6.5claws82
11719
11720         * src/folderview.c
11721         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11722         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11723         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11724                 improvements to 'Hide read messages': Inbox, Outbox,
11725                 Trash, Queue, and Draft icons now reveal presence of hidden 
11726                 messages
11727
11728 2001-12-12 [alfons]     0.6.5claws81
11729
11730         0.6.5claws80 was tagged as LAST_STABLE
11731
11732         * src/filtering.[ch]
11733         * src/matcher.[ch]
11734         * src/matcher_parser_lex.c
11735                 fix the filtering; my last attempt to get it right, 
11736                 if it does not work, it's Hoa's turn. ;-)
11737
11738                 for my honourable peers:
11739                 
11740                 the code now makes a clear distinction between
11741                 rules as they are displayed (probably escaped),
11742                 and as they are executed (probably unescaped). the
11743                 parser does *NOT* do any unescaping, this is
11744                 the task of the matcher.c (which breaks up a
11745                 rule into condition) and the filtering.c (which
11746                 breaks up the rule's action). to make this
11747                 run happily we provide an unescaped copy of
11748                 crucial strings to the MatcherProp and 
11749                 FilteringAction structures. note that the only
11750                 exception to this is any REGEXP string. those
11751                 are directly passed to regcomp() and regexp()
11752                 (who have much more powerful unescape functions).
11753                 
11754                 for everyone else:
11755         
11756                 you can escape tab (\t), carriage return (\r),
11757                 linefeed (\n), form feed (\f), quote (\"), 
11758                 single quote (\'), bell (\b) in all the entry
11759                 lines in the scoring & filtering dialogs.
11760                 as an added bonus this should not affect
11761                 existing filtering rules.
11762
11763 2001-12-12 [carsten]    0.6.5claws80
11764
11765         * src/summaryview.c
11766         * po/de.po
11767                 "item(s) selected" is now sensitive to 1 or more
11768                 than one selected (nice for language where simple
11769                 adding of a "s" is not possible as German (Eintrag
11770                 ->Eintr"age)
11771                 
11772                 the "forward as attachment" entry from the right
11773                 click menu removed, "forward" acts following the
11774                 prefs
11775         
11776         * src/textview.c
11777                 reverted my former changes; so compiler warning again
11778                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
11779                 nevertheless
11780
11781         * src/messageview.c
11782                 "search in message" does now *not* only work in MVIEW_TEXT
11783                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
11784                 message
11785
11786         * src/mainwindow.c
11787                 removed "/File/_Close" as it was the same as "/File/E_xit"
11788                 and we don't need it two times
11789
11790                 the separate folder view and message view now get a distinct
11791                 WMCLASS, just in case someone is using sawfish ;-)
11792
11793                 as the menu entries "/View/Message view" and "/View/Folder tree"
11794                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
11795                 make them sensitive accordingly and as these two are "shown"
11796                 after startup anytime check this menuitem at startup
11797
11798 2001-12-12 [paul]       0.6.5claws79
11799
11800         * src/folderview.c
11801                 fix sensitivity of 'Search folder...', broken in
11802                 0.6.5claws75
11803
11804         * src/mainwindow.c
11805                 fix dodgy English
11806
11807 2001-12-11 [carsten]    0.6.5claws78
11808         * src/filtering.c
11809                 fixed two typos returning a wrong FALSE/TRUE
11810         * src/mainwindow.[ch]
11811                 extra menu for email/news button removed
11812
11813 2001-12-11 [alfons]     0.6.5claws77
11814         
11815         * src/matcher.c                 (1.3)
11816         * src/matcher_parser_lex.l      (1.28)
11817                 revert for another attempt
11818                 mark 0.6.5claws77 as LAST_STABLE
11819
11820 2001-12-11 [christoph]  0.6.5claws76
11821
11822         * po/de.po
11823                 fixed wrong translation for prev. unread msg
11824
11825 2001-12-11 [paul]       0.6.5claws75
11826
11827         * src/folder.[ch]
11828         * src/folderview.c
11829         * src/mainwindow.c
11830         * src/summaryview.[ch]
11831         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
11832                 enable ability to hide read messages on per folder basis via 
11833                 '/Summary/Hide read messages'; when selected, a folder will 
11834                 have a red open folder icon, instead of a blue icon, if the 
11835                 folder contains hidden messges
11836                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
11837
11838         * src/mainwindow.c
11839                 remove '/Message/Forward as attachment' from 
11840                 main_window_set_menu_sensitive() to prevent debug warning
11841
11842         * src/folderview.c
11843         * src/mainwindow.c
11844                 Clean up some of the English
11845
11846         * tools/newscache_clean.pl
11847                 allow for new 'hidereadmsgs' entry in folderlist.xml
11848
11849         * po/es.po
11850                 updated translation, submitted by Ricardo Mones Lastra
11851
11852 2001-12-11 [paul]       0.6.5claws74
11853
11854         * sync with sylpheed 0.6.5cvs25
11855                 see ChangeLog entry 2001-12-11
11856
11857 2001-12-10 [alfons]     0.6.5claws73
11858
11859         * src/matcher.c
11860                 add more control characters
11861         * src/matcher_parser_lex.l
11862                 make escaping / unescaping work again
11863
11864 2001-12-10 [alfons]     0.6.5claws72
11865
11866         * src/imap.c
11867                 clean up warnings "returning value for void function" 
11868         * src/prefs_filtering.c
11869                 make info button for execute action sensitive
11870
11871 2001-12-10 [paul]       0.6.5claws71
11872
11873         * src/compose.c
11874         * src/imap.[ch]
11875         * src/summaryview.c
11876                 fix: imap server now gets informed of MARKED, UNMARKED
11877                 and REPLY events. Now people can use different IMAP-Mail
11878                 clients and have the exact same information about MARKED,
11879                 UNMARKED and REPLY status with all of them. Especially
11880                 useful for imap servers with a web-frontend.
11881                 submitted by Tobias Sandhaas <medlor@web.de>
11882
11883 2001-12-09 [melvin]     0.6.5claws70
11884         
11885         * src/textview.[ch]
11886                 fixed bug #490076 (hunted down by Alfons who implemented
11887                 a workaround in 0.6.5claws65)
11888
11889 2001-12-09 [christoph]  0.6.5claws69
11890
11891         * src/summaryview.c
11892                 set pointer to string in LOCKED column to NULL
11893                 (might fix bug #490800)
11894
11895 2001-12-09 [carsten]    0.6.5claws68
11896
11897         * po/de.po
11898                 resolved some cluttered menu shortcuts 
11899                 ('creating new email' and 'creating news message'
11900                 hade the same)
11901         * src/compose.c
11902                 wmclass now distinc from main window
11903         * src/mainwindow.c
11904           src/mainwindow.h
11905                 email/news and forward button functionality similar
11906                 to the reply buttons; removed the ugly dropdown arrows
11907                 and use instead the right mouse button
11908
11909 2001-12-09 [paul]       0.6.5claws67
11910
11911         * src/imap.c
11912         * src/utils.h
11913                 allow spaces in imap folder names
11914                 submitted by Willem van Engen <wvengen@stack.nl>
11915
11916 2001-12-09 [paul]       0.6.5claws66
11917
11918         * sync with sylpheed 0.6.5cvs24
11919                 see ChangeLog entry 2001-12-09
11920
11921 2001-12-08 [alfons]     0.6.5claws65
11922
11923         * src/textview.c
11924                 prevent secondary selection claim after "add to sender" dialog
11925                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
11926                 we trick GTK by simulating a click at (0, 0) in the textview.
11927
11928 2001-12-08 [hoa]        0.6.5claws64
11929
11930         * src/folder.c
11931                 fixed a bug about the .processing folder name while filtering
11932
11933 2001-12-08 [alfons]     0.6.5claws63
11934
11935         * src/folderview.c 
11936                 work around problem of not correctly updating folder stats
11937                 when deleting messages. there's some folder scanning evil
11938                 going so the folderview_update_msg_num() does not work
11939                 correctly. need to investigate this.
11940
11941 2001-12-08 [paul]       0.6.5claws62
11942
11943         * sync with sylpheed 0.6.5cvs23
11944                 see ChangeLog entry 2001-12-08
11945
11946 2001-12-07 [christoph]  0.6.5claws61
11947
11948         * src/compose.c
11949                 fix another header translation problem
11950
11951 2001-12-07 [alfons]     0.6.5claws60
11952
11953         * src/mbox.c
11954                 make filtering also work on local spool mbox
11955
11956 2001-12-07 [carsten]    0.6.5claws59
11957         * src/addressbook.c
11958                 addressbook window gets a wmclass distinct from the main
11959                 sylpheed window
11960         * src/compose.h
11961         * src/mainwindow.[ch]
11962                   forward menu item will use mode selected in prefs, forward 
11963                 as attatchment in menu removed (will be substituted in the
11964                 toolbar similar to reply buttons)
11965                   create news message menu entry and news button is now 
11966                 sensitive to the existance of a news account
11967         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
11968         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
11969         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
11970                 these are removed because the toolbar buttons don't show
11971                 the quoting modus any longer
11972
11973 2001-12-07 [paul]
11974
11975         * tools/newscache_clean.pl      ** NEW FILE **
11976                 perl script to do some tidying up in the newscache directory 
11977                 
11978         * tools/sylpheed-switcher       ** NEW FILE **
11979                 perl script to enable easy switching between main and claws
11980                 
11981         * tools/README
11982                 added descriptions of the two new perl scripts          
11983
11984
11985 2001-12-07 [melvin]     0.6.5claws58
11986
11987         * src/messageview.c
11988                 fixed a warning during compilation introduced in 0.6.5claws56
11989
11990 2001-12-07 [paul]       0.6.5claws57
11991
11992         * src/mainwindow.[ch]
11993         * src/menu.[ch]
11994                 further usability enhancements to replying with or without 
11995                 quoting via the toolbar, use of Ctrl key is replaced by 
11996                 drop down menu 
11997                 Submitted by Carsten Schurig            
11998
11999 2001-12-07 [melvin]     0.6.5claws56
12000
12001         * src/messageview.c
12002                 hack to fix bug that prevented to make/paste selections
12003                 after switching between MVIEW_TEXT and MVIEW_MIME views
12004                 without deselecting the selection first.
12005
12006 2001-12-06 [alfons]     0.6.5claws55
12007
12008         * src/filtering.[ch]
12009         * src/inc.c
12010                 revise filtering a little bit more, and make sure
12011                 messages are delivered to the appropriate inbox
12012                 (perhaps set per account)
12013
12014 2001-12-06 [paul]       0.6.5claws54
12015
12016         * sync with sylpheed 0.6.5cvs22
12017                 see ChangeLog entry 2001-12-06
12018
12019 2001-12-05 [alfons]     0.6.5claws53
12020
12021         * src/inc.c
12022         * src/folder.[ch]
12023         * src/procmsg.c
12024         * src/filtering.c
12025                 more revisions of filtering system
12026                 (last stable version is marked as LAST_STABLE)
12027                 
12028                 | NOTE 1): the filtering system now uses a local folder called
12029                 | .processing. if filtering fails, check this directory
12030                 | for missing messages.
12031                 |
12032                 | NOTE 2): help us find the filtering actions still missing
12033
12034 2001-12-05 [paul]       0.6.5claws52
12035
12036         * src/mainwindow.c
12037                 fix bug where 'Empty Trash?' pop-up window appears even
12038                 when Trash is empty, submitted by Jesse Skinner         
12039
12040 2001-12-05 [melvin]     0.6.5claws51
12041
12042         * src/compose.c
12043                 fixed bug #486106 to select correct account when reediting 
12044                 a queued message
12045         
12046 2001-12-04 [alfons]     0.6.5claws50
12047
12048         * src/mh.c
12049                 declare markfile in appropriate functions when
12050                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
12051                 for spotting this)
12052
12053 2001-12-04 [paul]       0.6.5claws49
12054
12055         * sync with sylpheed 0.6.5cvs21
12056                 see ChangeLog entry 2001-12-04
12057
12058 2001-12-03 [christoph]  0.6.5claws48
12059
12060         * po/de.po
12061                 changed translation of undo
12062         * src/account.c
12063         * src/folder.c
12064                 don't reinvent the wheel to traverse a GNode
12065         * src/compose.[ch]
12066                 seperate code to create the compose gui into functions
12067                 add "Others" page with folder selection for saving copy
12068                 of the message.
12069                 the folder identifier is saved to queue header
12070         * src/procmsg.c
12071                 save message to folder in queue header
12072
12073 2001-12-03 [paul]       0.6.5claws47
12074
12075         * sync with sylpheed 0.6.5cvs20
12076                 see ChangeLog entry 2001-12-03
12077
12078 2001-12-01 [paul]
12079
12080         * more sync with sylpheed 0.6.5cvs19
12081                 see ChangeLog entry 2001-11-29
12082
12083 2001-11-30 [paul]       0.6.5claws46
12084         
12085         * src/compose.c
12086                 remove conflicts introduced by Hoa's last commit
12087          
12088         * src/mainwindow.c
12089                 make 'Message/Bounce' sensitive
12090
12091 2001-11-30 [hoa]        0.6.5claws45
12092
12093         * src/compose.c
12094                 slightly change bounce function to add
12095                 information about the user that bounced the mail
12096                 in the From header line.
12097
12098         * src/folderview.c
12099                 permit the use of processing in outbox folder.
12100
12101 2001-11-29 [paul]       0.6.5claws44
12102
12103         * src/mainwindow.[ch]
12104         * src/prefs_common.c
12105         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
12106         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
12107         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
12108                 usability enhancements to the quoting, implements
12109                 use of Ctrl key to toggle quoting settings
12110                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
12111
12112 2001-11-29 [paul]       0.6.5claws43
12113         
12114         * sync with sylpheed 0.6.5cvs19
12115                 see ChangeLog entry 2001-11-28
12116
12117 2001-11-29 [melvin]     0.6.5claws42
12118         * src/Makefile.am
12119                 added enriched.[ch] to the list of files
12120
12121         * src/textview.c
12122         * src/mimeview.c
12123         * src/procmime.[ch]
12124         * src/enriched.[ch]
12125                 added support to view text/enriched
12126                 added support to show headers in message view for text/enriched and text/html
12127                         in non multipart messages
12128
12129 2001-11-28 [paul]       0.6.5claws41
12130
12131         * more sync with sylpheed 0.6.5cvs18
12132                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
12133
12134 2001-11-27 [paul]       0.6.5claws40
12135         
12136         * po/pt_BR.po
12137                 updated translation, submitted by Fabio Junior Beneditto
12138                 
12139         * sync with sylpheed 0.6.5cvs18
12140                 see ChangeLog entries 2001-11-26 (src/textview.c) and
12141                 2001-11-27
12142
12143
12144 2001-11-26 [paul]
12145
12146         * po/es.po
12147                 updated translation, submitted by Ricardo Mones Lastra
12148
12149 2001-11-26 [alfons]
12150
12151         * src/matcher.c
12152                 add more translatable strings
12153
12154 2001-11-26 [christoph]  0.6.5claws39
12155
12156         * po/de.po      
12157                 fixed one more umlaut
12158         * src/compose.c
12159                 fix translated header when it should not be translated
12160
12161 2001-11-26 [paul]       0.6.5claws38
12162
12163         * src/mainwindow.c
12164                 remove '/Message/Add Sender to address book' from 
12165                 main_window_set_menu_sensitive(), prevent debug warning
12166                 add 'Message/Mark/Mark all read' to mainwin_entries[]
12167
12168 2001-11-26 [paul]       0.6.5claws37
12169
12170         * src/summaryview.c
12171                 fix 'recurring unread state' bug 
12172
12173         * tools/README 
12174         * tools/filter_conv.pl
12175                 read name of top level mailbox from folderlist.xml
12176                 and presume nothing about its name              
12177
12178 2001-11-26 [darko]      0.6.5claws36
12179
12180         * src/gtkstext.[ch]
12181                 removed functions that are now in gtkutils.c
12182                 use gtkut_text_is_uri_string() from gtkutils.c
12183         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
12184
12185 2001-11-26 [paul]       0.6.5claws35
12186
12187         * sync with sylpheed 0.6.5cvs16
12188                 see ChangeLog entries 2001-11-25 and 2001-11-26
12189
12190 2001-11-25 [alfons]     0.6.5claws34
12191
12192         EXPERIMENTAL!!! Please checkout the last stable version using: 
12193           
12194         % cvs update -r LAST_STABLE -dRAP
12195
12196         (Or help us testing this stuff.)
12197
12198         * src/filtering.c               (1.14)
12199         * src/filtering.h               (1.6)
12200         * src/inc.c                     (1.28)
12201         * src/matcher.c                 (1.20)
12202         * src/mbox.c                    (1.9)
12203         * src/procmsg.h                 (1.14)
12204         * src/summaryview.c             (1.59)
12205         * src/summaryview.h             (dunno)
12206                 revert/merge/sync to as it was before commit 
12207                 on Thu, 19 Jul 2001 10:15:51 -0700.
12208
12209 2001-11-25 [hoa]        0.6.5claws33
12210
12211         * src/main.c
12212                 processing mails at startup
12213
12214         * src/folderview.c
12215         * src/summaryview.[ch]
12216                 processing mails when entering folder
12217
12218         * src/prefs_filtering.c
12219                 fixed some UI bugs
12220
12221 2001-11-24 [alfons]     0.6.5claws32
12222
12223         * src/summaryview.[ch]
12224                 make summary sort headers work, and also make
12225                 sure the sort type is stored
12226
12227 2001-11-23 [alfons]     0.6.5claws31
12228
12229         * src/summaryview.[ch]
12230                 make lock work like mark
12231                 disallow deleting messages marked as locked
12232
12233 2001-11-23 [alfons]     0.6.5claws30
12234
12235         * src/gtkstext.c
12236         * src/compose.[ch]
12237         * src/Makefile.am
12238         * src/undo.[ch]
12239                 merge undo patch submitted by Jens
12240
12241 2001-11-23 [christoph]  0.6.5claws29
12242
12243         * src/.cvsignore
12244                 added ylwrap
12245         * src/compose.c
12246                 fixed gpg signing and encoding
12247         * src/folder.[ch]
12248         * src/main.c
12249                 added --status option to get new, unread and total
12250                 message count from a running sylpheed
12251         * src/prefs_common.c
12252                 temporary fix for reply_with_quote problem
12253                 (don't call functions for non existing widget)
12254         * src/procmsg.c
12255                 one more check for ignored threads but still not
12256                 always working correctly. probably a recursive
12257                 check for all parents is needed
12258
12259 2001-11-23 [darko]      0.6.5claws28
12260
12261         * src/compose.c
12262                 wrapping on send improvements
12263         * src/gtkutils.[ch]
12264                 fix for GtkSText after last sync with main branch
12265                 GTK_TEXT -> GTK_STEXT
12266
12267 2001-11-23 [paul]       0.6.5claws27
12268
12269         * sync with sylpheed 0.6.5cvs14
12270                 see ChangeLog entries 2001-11-22 and 2001-11-23
12271                 
12272         * po/de.po
12273                 fixed the scrambled umlauts 
12274                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
12275
12276 2001-11-21 [paul]       0.6.5claws26
12277
12278         * sync with sylpheed 0.6.5cvs12
12279                 see 2nd ChangeLog entry dated 2001-11-20
12280
12281 2001-11-20 [paul]       0.6.5claws25
12282
12283         * sync with sylpheed 0.6.5cvs11
12284                 see ChangeLog entry 2001-11-19 (src/utils.c)
12285
12286 2001-11-20 [hiro]
12287
12288         * src/compose.c
12289                 GTK_TEXT -> GTK_STEXT
12290                 fix for wrong comment
12291
12292 2001-11-20 [hiro]       0.6.5claws24
12293
12294         * src/compose.[ch]
12295                 more merges from main branch
12296                 removed fatal warnings (uninitialized variables etc.)
12297                 some coding style fix
12298         * src/gtkutils.h
12299                 fixed typo.
12300         * src/addressbook.c
12301           src/addrindex.c
12302                 V-Card -> vCard
12303
12304 2001-11-19 [hoa]        0.6.5claws23
12305
12306         * src/filtering.c
12307         * src/prefs_scoring.c
12308         * src/matcher.[ch]
12309         * src/scoring.c
12310                 cleaning code
12311
12312         * src/matcher_parser_parse.y
12313         * src/prefs_filtering.c
12314                 bouncing
12315
12316 2001-11-19 [alfons]     0.6.5claws22
12317
12318         more of my old things into claws
12319
12320         * src/Makefile.am
12321         * src/prefs_common.c
12322         * src/procmsg.h
12323         * src/summaryview.[ch]
12324         * src/prefs_summary_column.c
12325         * src/pixmaps/locked.xpm
12326                 add indicators for locking of message in summary view
12327                 (does not work yet, only visual indicator)
12328
12329 2001-11-19 [paul]       0.6.5claws21
12330
12331         * sync with sylpheed 0.6.5cvs10
12332                 see ChangeLog entry 2001-11-19
12333
12334 2001-11-18 [alfons]     0.6.5claws20
12335         
12336         * src/filtering.c
12337                 remove an inadvertent free I forgot in previous clean up 
12338
12339 2001-11-18 [alfons]     0.6.5claws19
12340
12341         * src/filtering.[ch]
12342                 clean up & plug leaks
12343
12344 2001-11-18 [paul]       0.6.5claws18
12345
12346         * sync with sylpheed 0.6.5cvs9
12347                 see ChangeLog entries 2001-11-17 and 2001-11-18
12348
12349 2001-11-16 [paul]       0.6.5claws17
12350
12351         * sync with sylpheed 0.6.5cvs8
12352                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
12353
12354 2001-11-16 [paul]       0.6.5claws16
12355
12356         * sync with sylpheed 0.6.5cvs7
12357                 see ChangeLog entries 2001-11-15 and 2001-11-16
12358
12359 2001-11-15 [hoa]        0.6.5claws15
12360
12361         * src/compose.c
12362                 fix bounce, mails we received couln't be bounced to ourself.
12363
12364         * src/defs.h
12365         * src/filtering.[ch]
12366         * src/matcher.[ch]
12367         * src/matcher_parser.h
12368         * src/matcher_parser_lex.l
12369         * src/matcher_parser_parse.y
12370         * src/inc.c
12371         * src/main.c
12372         * src/mbox.c
12373         * src/prefs_filtering.[ch]
12374         * src/mainwindow.c
12375         * src/prefs_matcher.c
12376         * src/prefs_scoring.c
12377         * src/scoring.[ch]
12378         * src/summaryview.c
12379                 new matcher/filter/score configuration file parser
12380                 one unique configuration file => ~/.sylpheed/matcherrc
12381                 import in currently automatic, then save are made
12382                 in this new file.
12383                 one filter per folder and one global filter
12384                 (filter of a folder will be used as folder processing)
12385
12386         * src/folder.c
12387                 fix a bug in folder_item_get_identifier
12388                 
12389         * src/messageview.c
12390                 receive receipt return are fixed.
12391
12392 2001-11-14 [alfons]     0.6.5claws14
12393
12394         * src/session.h
12395                 add things from main branch to make claws compile
12396
12397 2001-11-14 [paul]       0.6.5claws13
12398
12399         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
12400                 see ChangeLog entries 2001-11-08 to 2001-11-14
12401
12402 2001-11-14 [hoa] 0.6.5claws12
12403
12404         * src/compose.[ch]
12405         * src/mainwindow.c
12406         * src/summaryview.c
12407                 add "bounce mail" option
12408
12409 2001-11-13 [christoph]  0.6.5claws11
12410
12411         * src/compose.c
12412                 Cleanup a mess i add before commiting
12413
12414 2001-11-13 [hoa]        0.6.5claws10
12415
12416         * src/compose.c
12417                 some fixes when mail are sent or
12418                 for crossposts
12419
12420 2001-11-13 [christoph]  0.6.5claws9
12421
12422         * po/de.po
12423                 Changed two string with the same translation
12424         * src/compose.c
12425         * src/procmsg.[ch]
12426         * src/send.[ch]
12427                 New mailsending process:
12428                   - Always queue message before sending
12429                     (message will be saved if sylpheed crashed or
12430                      freezes while sending)
12431                   - Allow queuing of newspostings
12432                   - No copy in outbox before sending
12433                     (closes bug #469501)
12434                   - No more redundant code for send and send_later
12435         * src/summaryview.c
12436                 Applied wwp <subscript@free.fr>'s patch that fixes
12437                 marks for multiple forwarded messages (+compose.c)
12438
12439 2001-11-12 [alfons]
12440
12441         * README.claws
12442                 remove things that are now in main branch
12443         
12444         * po/nl.po
12445                 update Dutch translation
12446
12447 2001-11-12 [mhadasht]   0.6.5.claws8
12448
12449         * src/prefs_common.c
12450                 re-enabled account autoselection feature for forward
12451                 and reedit lost during the branch point for SYNC-B4-REL
12452         * src/gtkspell.c
12453                 gtkpspell_get_dict(): more readable code (even if function is
12454                 not used yet)
12455         * ChangeLog.claws
12456                 added version number info to 2001-11-12 [hiro] comment.
12457
12458 2001-11-12 [hiro]       0.6.5.claws7
12459
12460         * src/compose.c
12461                 compose_forward(): fixed a bug that forward quote mark
12462                 wasn't used.
12463                 removed unnecessary code.
12464         * src/template_select.[ch]: removed.
12465
12466 2001-11-11 [alfons]
12467
12468         * src/compose.c
12469                 :%s/GTK_TEXT/GTK_STEXT/g
12470         
12471         * src/compose.[ch]
12472         * src/undo.[ch]
12473         * src/Makefile.am
12474                 revert the undo stuff (this is 0.6.6claws stuff)
12475
12476 2001-11-11 [hoa]        0.6.5.claws6
12477
12478         * src/compose.[ch]
12479                 Insert signature at the end of the text.
12480                 Added undo patch but currently disabled
12481
12482         * src/procmsg.c
12483                 Threading by subject improved.
12484
12485         * added src/undo.[ch]
12486                 Undo module for compose dialog box.
12487
12488 2001-11-11 [alfons]     0.6.5.claws5
12489
12490         * src/procmsg.c
12491                 prevent threading by subject on nodes that have already been
12492                 threaded by in-reply-to (as in "circular references in a tree
12493                 result in a dead branch")
12494
12495 2001-11-09 [hoa]        0.6.5.claws4
12496         
12497         * src/folderview.c
12498                 allows creation of mbox folder item from any files.
12499
12500 2001-11-09 [alfons]     0.6.5.claws3
12501         
12502         * src/utils.c
12503         * src/procmsg.c
12504                 do what I mean and correct threading by subject so it really
12505                 ignores attracting lines without "Re: "
12506
12507 2001-11-07 [alfons]     0.6.5.claws2
12508
12509         * src/procmsg.c
12510         * src/utils.[ch]
12511                 only attract by subject if a subject line starts with a "Re: "
12512         * src/syldap.c
12513                 remove warning
12514
12515 2001-11-07 [paul]       0.6.5claws1
12516
12517         * sync with sylpheed 0.6.5. release
12518                 see ChangeLog entry 2001-11-07
12519
12520 2001-11-07 [paul]       0.6.4claws31
12521
12522         * sync with sylpheed 0.6.4cvs18
12523                 see ChangeLog entries 2001-10-30 to 2001-11-07
12524                 prefs_templates.[ch] renamed prefs_template.[ch]
12525
12526 2001-11-06 [alfons]
12527         
12528         * src/utils.h
12529                 add semicolon Hoa forgot ;-)
12530                 
12531
12532 2001-11-06 [hoa]        0.6.4claws30
12533         
12534         * src/procmsg.c
12535         * src/summaryview.c
12536         * src/utils.c
12537         * src/utils.h
12538                 threading by subject - empty subject are ignored
12539
12540 2001-11-06 [christoph]  0.6.4claws29
12541
12542         * src/socket.c
12543                 use SSL_peek for sock_gets
12544         * src/utils.c
12545                 removed unneeded pointer in extracting quoted
12546                 names implementation
12547
12548 2001-11-06 [melvin]     0.6.4claws28
12549
12550         * src/gtkspell.c
12551                 fixed bug #476792 Selection overtyping with spell checker
12552                 fixed bug which could cause a buffer overflow
12553                 fixed a memory leak
12554
12555 2001-11-06 [hoa]        0.6.4claws27
12556         
12557         * src/procmsg.c
12558         * src/summaryview.c
12559                 threading by subject
12560
12561 2001-11-05 [alfons]     0.6.4claws26
12562         
12563         * README.claws
12564                 Claws -> Sylpheed (vice versa)
12565
12566         * src/compose.c
12567                 :%s/gtk_text/gtk_stext/g
12568                 :%s/GTK_TEXT/GTK_STEXT/g
12569                 (thanks to Jonathan Ware for spotting this)
12570
12571 2001-11-04 [christoph]  0.6.4claws25
12572
12573         * src/summaryview.c
12574                 replace Xalloca + strdup with Xstrdup_a
12575         * src/utils.c
12576                 better implementation of extracting quoted names
12577                 from addresses (remove backlashes and ignore
12578                 quotes after them)
12579
12580 2001-11-04 [alfons]     0.6.4claws24
12581
12582         * src/utils.[ch]
12583                 edit to comply more with coding style
12584
12585         * src/textview.c
12586                 fix bug reported by Kim Schulz. introduced by the patch integrated
12587                 in 0.6.4claws15. the code did not check the return value of
12588                 the html parser.
12589
12590         * AUTHORS
12591                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
12592
12593 2001-11-04 [christoph]  0.6.4claws23
12594
12595         * src/main.c
12596         * src/prefs_common.[ch]
12597                 init some pointers that possibly caused a segfault
12598                 reported in the claws-users ML
12599
12600 2001-11-04 [hoa]        0.6.4claws22
12601
12602         * src/grouplistdialog.c
12603                 change the names of the nodes in the tree
12604
12605         * src/compose.c
12606                 enhanced mailto syntax as described in
12607                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
12608                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
12609
12610         * src/utils.c
12611                 encode and decode URI (useful when opening URL into
12612                 netscape).
12613
12614 2001-11-03 [hoa]        0.6.4claws21
12615
12616         * src/grouplistdialog.c
12617                 a new newsgroups list selection dialog box
12618                 with a CTree instead of a CList
12619
12620 2001-11-03 [hoa]        0.6.4claws20
12621
12622         * src/folderview.c
12623                 enable property and scoring options when right
12624                 click on "inbox"
12625
12626         * src/summaryview.c
12627                 fixed bug when nickname were displayed using
12628                 the address book.
12629
12630 2001-11-02 [darko]      0.6.4claws19
12631
12632         * src/compose.c
12633                 new wrap quotation and URL/long words wrapping implementation
12634         * src/compose.c src/gtkstext.[ch]
12635                 move gtkstext_strncmp() to gtkstext.c
12636
12637 2001-11-01 [christoph]  0.6.4claws18
12638
12639         * src/prefs_account.c
12640                 fixed mess in account settings dialog
12641         * src/prefs_folder_item.c
12642                 added label with folder path to dialog
12643
12644 2001-10-31 [match]      0.6.4claws17
12645
12646         * src/vcard.c
12647                 fix memory leak.
12648         * src/addrbook.c
12649                 fix generation of spurious address book file names.
12650                 remove redundant functions.
12651         * po/POTFILES.in
12652                 added missing file names.
12653
12654 2001-10-30 [paul]       0.6.4claws16
12655
12656         * sync with sylpheed 0.6.4cvs6
12657                 see ChangeLog entries 2001-10-26 to 2001-10-30
12658
12659         * tools/filter_conv.pl
12660                 read folderlist.xml to discover whether the top-level
12661                 folder is called 'Mailbox' or 'Mail' 
12662
12663 2001-10-29 [paul]       0.6.4claws15
12664
12665         * src/html.c, src/textview.c
12666                 activate links in html mail and fix clickable parts
12667                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12668
12669 2001-10-29 [paul]
12670
12671         * po/de.po, po/es.po, po/pt_BR/po
12672                 updated translations, submitted by Jens Oberender,
12673                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12674
12675 2001-10-29 [darko]      0.6.4claws14
12676
12677         * src/compose.c
12678                 fix wrapping for good
12679
12680 2001-10-29 [darko]
12681
12682         * src/compose.c
12683                 undo previous change as it broke the smart wrapping
12684
12685 2001-10-29 [darko]      0.6.4claws13
12686
12687         * src/compose.c
12688                 fix infinite loop when long URL is quoted
12689                 (closes bug #475122.
12690
12691 2001-10-28 [match]
12692
12693         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12694                 import Mutt address book
12695         * src/ldif.[ch] src/importldif.h
12696                 modified import LDIF handle user attributes
12697
12698 2001-10-28 [christoph]  0.6.4claws12
12699
12700         * src/summaryview.c
12701                 fixed that filtering did not work if there
12702                 were no filter rules
12703                 (closes bug #472003 and better implementation
12704                  of patch #474644)
12705
12706 2001-10-27 [christoph]  0.6.4claws11
12707
12708         * src/compose.c
12709                 make the folder's default account to be used when
12710                 replying. (patch by wwp <subscript@free.fr>)
12711         * src/compose.c
12712                 code cleanup, nearly killed all of wwp's patch
12713                 for folder's default account in compose
12714         * src/folderview.c
12715                 error panel when a folder could not be created
12716                 (closes bug #471080 new folder name & already
12717                  existing file)
12718
12719 2001-10-26 [alfons]
12720
12721         * src/utils.h
12722                 change prototype of strstr2() that Christoph forgot about
12723
12724 2001-10-26 [christoph]  0.6.4claws10
12725
12726         * src/account.c
12727                 made search for accounts by email address not case
12728                 sensitive
12729         * src/folder.c
12730                 fixed memory leak in folder_item_get_identifier
12731         * src/gtkspell.c
12732         * src/utils.c
12733                 fixed wrong strstr2 (should work like strstr)
12734
12735 2001-10-26 [darko]      0.6.4claws9
12736
12737         * src/compose.c src/gtkstext.[ch]
12738         * src/gtkstext.c
12739                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12740
12741 2001-10-26 [paul]       0.6.4claws8
12742
12743         * src/html.c
12744                 ignore css and javascript tags in html mail
12745                 case-insensitive, with or without double-quoted
12746                 strings
12747
12748 2001-10-26 [paul]       0.6.4claws7
12749
12750         * sync with sylpheed 0.6.4cvs1
12751                 see ChangeLog entry 2001-10-26
12752
12753         * src/prefs_account.c, src/prefs_common.c,
12754           src/prefs_summary_column.c
12755                 minor improvements to the English
12756
12757 2001-10-25 [alfons]     0.6.4claws6
12758
12759         * src/gtkstext.c
12760         
12761                 make GtkSText follow style of GtkText (closes bug 
12762                 #469211 "text selection while writing message")
12763                 
12764                 do sync with GTK 1.2.10
12765
12766 2001-10-25 [paul]       0.6.4claws5
12767
12768         * src/html.c
12769                 ignore css tags in html mail
12770
12771 2001-10-25 [darko]      0.6.4claws4
12772
12773         * src/compose.c
12774                 don't declare is_url_string as static function since
12775                 we need it in gtkstext.c
12776         * src/gtkstext.c
12777                 remove unused variable
12778                 don't wrap long URLs while composing a message
12779
12780 2001-10-24 [christoph]  0.6.4claws3
12781
12782         * src/socket.c
12783                 fix ssl deadlock, when peer closes connection
12784
12785 2001-10-24 [paul]       0.6.4claws2
12786
12787         * src/prefs_common.c
12788                 gettextize the gpg ascii-armored warning message
12789
12790         * src/compose.c
12791                 insert a DOS/MAC file into the composed message
12792                 (improvements)
12793
12794         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
12795
12796 2001-10-22 [paul]       0.6.4claws1
12797
12798         * sync with sylpheed 0.6.4 release
12799                 see ChangeLog entries 2001-10-21
12800
12801         * po/fr.po, po/pt_BR.po
12802                 updated by Melvin Hadasht and Fabio Junior Beneditto
12803
12804 2001-10-21 [paul]       0.6.3claws30
12805
12806         * src/compose.c
12807                 insert a DOS text file from the compose window
12808                 into the composed message text (removes CRs characters)
12809                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
12810
12811         * tools/filter_conv.pl, tools/README
12812                 automatically use ~/.sylpheed as working directory
12813                 print out confirmation message on completion
12814
12815         * correct Hoa's last ChangeLog.claws entry
12816
12817 2001-10-20 [hoa]        0.6.3claws29
12818
12819         * src/grouplistdialog.c
12820                 bugfix (another ?) to give the right
12821                 newsgroups list for each news server.
12822
12823         * src/news.c
12824         * src/news.h
12825                 improve the newsgroups list cache
12826
12827 2001-10-20 [paul]       0.6.3claws28
12828
12829         * sync with sylpheed 0.6.3cvs9
12830                 see ChangeLog entry 2001-10-19
12831
12832         * correct Alfons' last ChangeLog.claws entry
12833
12834 2001-10-19 [alfons]
12835
12836         * src/pgptext.[ch]
12837                 fix compilation problems (part of bug #472895)
12838
12839 2001-10-18 [hoa]        0.6.3claws27
12840
12841         * src/grouplistdialog.c
12842                 bugfix when we refresh was clicked (bug 472701)
12843
12844 2001-10-19 [christoph]  0.6.3claws26
12845
12846         * src/compose.c
12847                 last header entry should default to "To:" or
12848                 "Newsgroups:" and not copy the last entry line
12849                 in a new compose window
12850                 (closes bug #472686, #470792)
12851
12852 2001-10-19 [paul]       0.6.3claws25
12853
12854         * sync with Sylpheed 0.6.3cvs8
12855                 see ChangeLog entries 2001-10-18 and 2001-10-19
12856
12857 2001-10-18 [christoph]  0.6.3claws24
12858
12859         * src/procmsg.c
12860                 reimplement ignore thread
12861         
12862 2001-10-18 [hoa]        0.6.3claws23
12863
12864         * src/folderview.c
12865         * src/grouplistdialog.[ch]
12866                 enhanced news subscription interface (feature 469113)
12867
12868         * src/news.c
12869         * src/news.h
12870                 enchanced newsgroup listing,
12871                 now, we can get groups informations
12872                 (NNTPGroupInfo)
12873
12874 2001-10-18 [paul]       0.6.3claws22
12875
12876         * src/summaryview.c
12877                 remove comment (sync with main branch)
12878         * src/mainwindow.c
12879                 fix 'Re-edit' bug in 'Message' menu
12880
12881 2001-10-17 [christoph]  0.6.3claws21
12882
12883         * src/compose.c
12884                 ignore empty or whitespace only header lines
12885
12886 2001-10-17 [paul]       0.6.3claws20
12887
12888         * sync with sylpheed 0.6.3cvs7
12889                 see ChangeLog entries 2001-10-14, 2001-10-16, and
12890                 2001-10-17
12891
12892 2001-10-17 [darko]
12893
12894         * src/compose.c
12895                 wrap long lines without spaces
12896                 don't wrap URLs
12897
12898 2001-10-16 [paul]
12899
12900         * po/es.po, po/nl.po, po/pt_BR.po
12901                 updated by Ricardo Mones Lastra, Alfons,
12902                 and Fabio Junior Beneditto
12903
12904         * sylpheed-0.6.3claws released
12905
12906 2001-10-15 [melvin] 0.6.3claws18
12907
12908         * README.claws
12909                 added summary and detailed installation instructions
12910                 for spell checker
12911         * po/fr.po
12912                 Updated, corrected and completed french translation
12913
12914 2001-10-15 [hoa] 0.6.3claws17
12915         * src/grouplistdialog.c
12916                 we can choose the newsgroups to display with wildcards
12917
12918 2001-10-15 [christoph]  0.6.3claws16
12919
12920         * src/account.c
12921         * src/compose.c
12922         * src/prefs_folder_item.[ch]
12923                 applied wwp <subscript@free.fr>'s folder
12924                 default account patch
12925         * po/de.po
12926                 Fixed wrong translation
12927
12928 2001-10-13 [alfons, christoph, melvin]  
12929                         0.6.3claws15
12930
12931         solution #2 to solve MT-safety problems defers all GUI related calls
12932         to the main thread using a gtk_idle_add() callback. discussed on
12933         ircnet #sylpheed, with christoph spotting some issues with the
12934         original code, and melvin allowing us to lobotomize his sylpheed.
12935
12936         * src/syldap.[ch], src/main.c
12937                 fix race problem in ldap search thread by deferring GUI 
12938                 stuff to main thread using gtk_idle_add()
12939
12940 2001-10-13 [paul]       0.6.3claws14
12941
12942         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
12943                 add Sergey's smtpcred.patch
12944                 adds separate username/password setting for SMTP Auth
12945                 needed by some servers
12946                 (closes feature request #471659)
12947
12948 2001-10-13 [paul]       0.6.3claws13
12949
12950         * src/pgptext.[ch] **NEW FILES**
12951         * src/Makefile.am, src/messageview.c, src/mimeview.c
12952                 decrypt ascii-armored gpg text embedded in
12953                 the message body.
12954                 Submitted by Jens Jahnke <jan0sch@gmx.net>
12955
12956 2001-10-13 [christoph]  0.6.3claws12
12957
12958         * README.claws
12959                 some more details on default to and
12960                 feature requests
12961         * src/main.c
12962                 init glib threading when ldap is used
12963         * src/syldap.c
12964                 threading fixes
12965         * po/de.po
12966                 fixed a typo
12967
12968 2001-10-12 [paul]       0.6.3claws11
12969
12970         * src/prefs_common.[ch], src/rfc2015.c
12971                 enable ascii-armored gpg text to be embedded in the
12972                 message body, selectable through the 'Privacy'
12973                 preferences. Supports encrypting only.
12974                 Submitted by Ravemax <ravemax@dextrose.com>
12975
12976 2001-10-12 [paul]       0.6.3claws10
12977
12978         * sync with sylpheed 0.6.3cvs6
12979                 see ChangeLog entries 2001-10-11 and 2001-11-12
12980
12981         * src/folderview.c
12982                 incorporated mbox folders, scoring, and folder
12983                 properties into the sync
12984
12985 2001-10-12 [darko]      0.6.3claws9
12986
12987         * README.claws
12988                 describe quotation wrapping
12989         * src/compose.c
12990                 don't treat tab as space to calculate line length properly
12991
12992 2001-10-11 [alfons]
12993
12994         * README.claws
12995                 correct description of how to make new filtering system work,
12996                 add some other things
12997                 
12998         * src/syldap.c
12999                 remove sched_yield() (not necessary / unportable)
13000
13001 2001-10-11 [paul]       0.6.3claws8
13002
13003         * sync with sylpheed 0.6.3cvs3
13004                 see ChangeLog entry 2001-10-10
13005
13006 2001-10-10 [christoph]  0.6.3claws7
13007
13008         * .cvsignore
13009                 ignore 2 files created by newer autotools
13010         * src/prefs_folder_item.c
13011                 using table for widget alignment
13012                 fixed memory leak and broken octal display
13013         * src/filesel.c
13014                 fixed segfault caused by lost filename
13015                 workaround (closes bug #469551)
13016
13017 2001-10-10 [paul]       0.6.3claws6
13018
13019         * sync with sylpheed 0.6.3cvs2
13020                 see ChangeLog entries 2001-10-09 and 2001-10-10
13021
13022 2001-10-10 [darko]      0.6.3.claws5
13023
13024         * src/gtkstext.c
13025                 proper calculation of right margin if smart wrapping is enabled
13026         * src/compose.c
13027                 automatically wrap long lines if wrap quotation is enabled
13028
13029 2001-10-09 [alfons]     0.6.3.claws4
13030
13031         * src/summaryview.c
13032                 select correct row when deleting last row in the summary view (and
13033                 close bug "[ #469104 ] select second last in list when deleting")
13034
13035 2001-10-09 [paul]       0.6.3claws3
13036
13037         * sync with sylpheed 0.6.3cvs1
13038                 updated some autotool scripts
13039
13040 2001-10-09 [darko]      0.6.3claws2
13041
13042         * src/gtkstext.[ch]
13043                 new name and mark with Sylpheed comment
13044         * src/compose.c
13045                 smart quotation wrapping a-la VIM
13046
13047 2001-10-08 [paul]       0.6.3claws1
13048
13049         * sync with sylpheed 0.6.3 release
13050                 see ChangeLog entry 2001-10-08
13051
13052 2001-10-08 [paul]       0.6.2claws24
13053
13054         * src/summaryview.c
13055                 more sync with sylpheed 0.6.2cvs12
13056                 Fixed the bug that didn't select the last row correctly
13057
13058
13059 2001-10-07 [paul]       0.6.2claws23
13060
13061         * sync with sylpheed 0.6.2cvs12
13062                 see ChangeLog entry 2001-10-07
13063
13064 2001-10-06 [match]
13065         * src/jpilot.[ch]
13066                 enable jpilot to read unsynch'ed addresses.
13067
13068         * src/editldap_basedn.c
13069                 fix segfault when opening dialog.
13070
13071 2001-10-06 [alfons]     0.6.2.claws22
13072
13073         * src/summaryview.c
13074                 fix bug with summary view selecting last *inserted*
13075                 node instead of last *visible* node. remember we
13076                 work with a tree
13077
13078 2001-10-06 [paul]       0.6.2claws21
13079
13080         * po/pt_BR.po
13081                 updated translation, contains some fixes and new
13082                 translations, submitted by Gustavo Noronha Silva
13083                 <kov@debian.org>
13084
13085         * src/prefs_common.c
13086                 change 'each' to 'every' - fix dubious English
13087
13088         * sync with sylpheed 0.6.2cvs11
13089
13090 2001-10-05 [alfons]     0.6.2claws20
13091
13092         * src/mainwindow.[ch], src/folderview.c
13093                 make composite tool button switch between "Compose News"
13094                 and "Compose Mail" depending on selected folder
13095                 (nifty idea by Kim Schulz <kim@schulz.dk>)
13096
13097 2001-10-05 [paul]       0.6.2claws19
13098
13099         * src/mainwindow.c, src/summaryview.c
13100                 fix 'Message/Reply to all', broken in last commit
13101
13102         * src/compose.c
13103                 fix X_BEENTHERE seg fault, thanks to Alfons
13104
13105 2001-10-04 [paul]       0.6.2claws18
13106
13107         * src/compose.[ch], src/mainwindow.c
13108                 make "Message/Reply" reply to mailing lists; matches
13109                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
13110                 based on portions of the patch submitted by
13111                 Junichi Uekawa <dancer@netfort.gr.jp>
13112
13113 2001-10-04 [darko]      0.6.2claws17
13114
13115         * src/compose.c
13116                 better smart wrapping
13117         * src/gtkstext.[hc]
13118                 a function to make text buffer contiguous
13119
13120 2001-10-03 [paul]       0.6.2claws16
13121
13122         * sync with sylpheed 0.6.2cvs10
13123
13124 2001-10-02 [alfons]
13125
13126         * configure.in
13127         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
13128                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
13129                 references to chinese translations (hope someone picks up
13130                 this)
13131
13132 2001-10-02 [christoph]  0.6.2claws15
13133
13134         * src/compose.c
13135                 fixed non translated header bug
13136         * ChangeLog.claws
13137                 fixed wrong date in alfons last entry ;)
13138
13139 2001-10-02 [alfons]     0.6.2claws14
13140
13141         * src/compose.c, src/prefs_common.[ch]
13142                 add block cursor option
13143
13144 2001-10-02 [paul]       0.6.2claws13
13145
13146         * sync with sylpheed 0.6.2cvs9
13147
13148 2001-09-30 [paul]       0.6.2claws12
13149
13150         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
13151                 updated translations
13152
13153         * po/POTFILES.in
13154                 add 'src/importldif.c'
13155
13156         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
13157                 added eudora-to-vCard conversion tool
13158                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
13159
13160         * sync with sylpheed 0.6.2cvs8
13161
13162 2001-09-30 [paul]
13163
13164         * sylpheed-0.6.2claws released
13165
13166 2001-09-27 [melvin]     0.6.2claws11
13167
13168         * src/gtkspell.c
13169                 fixed crash when using default path (introduced 
13170                 in 0.6.2claws10)
13171                 fixed tiny bug for initial suggestion mode
13172
13173 2001-09-27 [melvin]     0.6.2claws10
13174         
13175         * src/gtkspell.c
13176                 fixed bug where gtkpspell didn't set the path correctly
13177
13178         * README.claws
13179                 added a paragraph about spell checking
13180                 
13181
13182
13183 2001-09-27 [paul]       0.6.2claws9
13184
13185         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
13186                 replace '// comments' with '/* comments */' to prevent
13187                 some compiler warnings 
13188
13189         * sync with sylpheed 0.6.2cvs6
13190
13191 2001-09-26 [alfons]     0.6.2claws8
13192
13193         * src/messageview.c
13194                 introduce return receipt request notification again,
13195                 which was lost because of other semantics in 
13196                 procheader_parse() (???)
13197
13198 2001-09-26 [christoph]  0.6.2claws7
13199
13200         * src/compose.c
13201                 replace comments for old code with #if 0
13202                 readded auto cc, bcc and reply-to
13203         * src/prefs_matcher.c
13204         * src/prefs_scoring.c
13205                 removed some definition (was moved to
13206                 prefs.h)
13207
13208 2001-09-26 [paul]       0.6.2claws6
13209
13210         * src/mainwindow.c
13211                 make 'Follow-up and reply to' sensitive
13212
13213         * more sync with sylpheed 0.6.2cvs5
13214
13215 2001-09-25 [melvin]
13216
13217         * 0.6.2claws5
13218
13219         * src/gtkspell.c
13220                 fixed bug for "US-ASCII" introduced by the encoding code
13221
13222 2001-09-25 [paul]
13223
13224         * 0.6.2claws4
13225
13226         * src/prefs_common.[ch], src/summaryview.c
13227                 'next unread msg' 'go to next folder?' dialog can be
13228                 given default behaviour, either always show dialog,
13229                 or assume 'yes', or assume 'no'
13230                 Submitted by wwp <subscript@free.fr>
13231
13232 2001-09-25 [melvin]
13233                 
13234         * src/compose.c src/gtkspell.[ch]
13235                 added support for different encodings
13236
13237 2001-09-25 [paul]
13238
13239         * more sync with sylpheed 0.6.2cvs5
13240
13241 2001-09-24 [alfons]
13242         
13243         * src/prefs_folder_item.c
13244                 add check for item->prefs->default_to string is NULL and
13245                 add another check when freeing this string
13246
13247 2001-09-24 [paul]
13248
13249         * configure.in
13250                 change to version 0.6.2claws3
13251
13252         * sync with sylpheed 0.6.2cvs5 
13253
13254 2001-09-24 [match]
13255         * src/ldif.[ch], src/importldif.[ch], addressbook.c
13256                 import LDIF files.
13257         * src/addrcache.[ch], addrindex.[ch]
13258                 small update for future
13259         * src/addrbook.c
13260                 fix test XML file.
13261
13262 2001-09-24 [melvin]
13263         * src/gtkspell.[ch]
13264                 added 'Learn from mistakes' option
13265                 better handling of quotes in checked words
13266                 sorted dict list
13267         * po/fr.po
13268                 small update for spell checking stuff
13269
13270 2001-09-23 [alfons]
13271         
13272         * src/gtkspell.c
13273                 edit a little bit so it complies more with main coding style
13274
13275 2001-09-23 [alfons]
13276
13277         * src/folder.[ch], prefs_folder_item.c, compose.c
13278                 migrate "request return receipt" folder property
13279                 to folderlist.xml
13280
13281 2001-09-22 [alfons]
13282
13283         * README.claws **NEW**
13284                 (add things of interest for users of main branch 
13285                 and claws here)
13286
13287         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
13288                 re-implement threading per folder option, but store 
13289                 the setting in folderlist.xml (where it belongs)
13290
13291 2001-09-21 [melvin]
13292
13293         * src/gtkspell.[ch]
13294                 fixed bug when compose window is under another window
13295         * src/prefs_common.[ch] src/compose.c
13296                 changed 'dictionary_path' to 'dictionary' to be consistent
13297                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
13298         * ac/pspell.m4 src/Makefile.am 
13299                 dropped PSPELL_PATH macro
13300         * po/fr.po
13301                 updated translations
13302
13303 2001-09-21 [christoph]
13304
13305         * src/compose.c
13306                 added border around header fields
13307                 keep header type when new field is added
13308
13309 2001-09-20 [christoph]
13310
13311         * src/utils.[ch]
13312                 more portable debug_print with source filename
13313                 and linenumber
13314         * src/procmsg.c
13315                 more newlines after debug messages
13316
13317 2001-09-20 [paul]
13318
13319         * configure.in
13320                 change to version 0.6.2claws2
13321
13322         * sync with sylpheed 0.6.2cvs3
13323
13324 2001-09-19 [melvin]
13325
13326         * src/gtkspell.c
13327                 fixed the post-right-click focus pb
13328                 fixed crash when 'Spell check all' after dict change 
13329                         and when cursor is at the end of the text
13330                 shift-right-click pops up config menu even on misspelled words.
13331         * po/POTFILES.in
13332                 added gtkspell.c
13333
13334 2001-09-19 [melvin]
13335
13336         * src/about.c
13337                 added pspell to compiled-in features list
13338
13339 2001-09-18 [melvin]
13340
13341         * switched to pspell and dropped ispell
13342         * ac/pspell.m4
13343                 new file. autoconf macro for pspell
13344         * ac/Makefile.am 
13345         * configure.in acconfig.h
13346                 added pspell support
13347         * src/Makefile.am
13348         * src/main.c src/compose.[ch] src/gtkspell.[ch]
13349         * src/prefs_common.[ch] 
13350                 added pspell support
13351
13352 2001-09-18 [christoph]
13353
13354         * src/addr_compl.c
13355         * src/template.[ch]
13356                 replace LOG_MESSAGE with debug_print
13357         * src/compose.[ch]
13358                 gui improvements
13359         * src/menu.c
13360                 added newline after debug message
13361         * src/utils.h
13362                 using __VA_ARGS__ for debug_print macro
13363         * tools/.cvsignore
13364                 ignore Makefile and Makefile.in
13365
13366 2001-09-18 [paul]
13367
13368         * configure.in
13369                 change to version 0.6.2claws1
13370         * sync with sylpheed 0.6.2cvs1
13371
13372         * src/matcher.c 
13373         * src/prefs_matcher.c
13374                 add 'score equal to' option, submitted by
13375                 Paul Evans <nerd@freeuk.com>
13376
13377 2001-09-15 [christoph]
13378
13379         * src/mainwindow.c
13380                 comment out menu entry not existing in claws
13381         * src/menu.c
13382                 add debug output for non existing menu entries
13383         * src/summaryview.c
13384                 fix next/prev unread message for ignored threads
13385         * src/utils.[ch]
13386                 add sourcefile and line number to debug output
13387                 otherwise it is sometimes hard to find the
13388                 source code part if debug messages are translated
13389
13390 2001-09-14 [darko]
13391         
13392         * src/folderview.c
13393                 refresh target folder style after colour is changed
13394
13395 2001-09-13 [paul]
13396
13397         * configure.in
13398                 change to version 0.6.1claws3
13399
13400         * sync with sylpheed 0.6.1cvs6
13401
13402 2001-09-13 [darko]
13403         
13404         * src/folderview.c
13405                 fix target folder colourization to use user selected colour
13406
13407 2001-09-12 [darko]
13408         
13409         * src/summaryview.c
13410                 fix crash when message that is marked for copy/move is unmarked
13411
13412 2001-09-09 [paul]
13413
13414         * configure.in
13415                 change to version 0.6.1claws2
13416
13417         * sync with sylpheed 0.6.1cvs3
13418
13419 2001-09-09 [alfons]
13420         
13421         * src/folderview.c
13422                 fix bug with default font used for trash folder text
13423
13424 2001-09-06 [paul]
13425
13426         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13427                 updated translations
13428
13429         * configure.in
13430                 change to version 0.6.1claws1
13431
13432         * sync with sylpheed 0.6.1cvs2
13433
13434 2001-09-03 [paul]
13435
13436         * po/POTFILES.in
13437                 add Match's new addressbook
13438
13439         * po/de.po
13440                 updated translation submitted by Jens Oberender
13441
13442 2001-09-02 [paul]
13443
13444         * configure.in
13445                 change to 0.6.1claws
13446         * sync with sylpheed 0.6.1 release
13447
13448 2001-09-02 [paul]
13449
13450         * configure.in
13451                 change to 0.6.0claws2
13452
13453         * sync with sylpheed 0.6.0cvs4
13454
13455         * po/pt_BR.po
13456                 updated translation submitted by Fabio Junior Beneditto
13457
13458 2001-09-01 [match]
13459         * pixmaps/
13460                 interface.xpm
13461                 book.xpm
13462                 address.xpm
13463         * src/
13464                 Makefile.am
13465                 a ton of new files
13466
13467 2001-08-31 [paul]
13468
13469         * configure.in
13470                 change to version 0.6.0claws1
13471
13472         * sync with sylpheed 0.6.0cvs1
13473
13474         * po/es.po
13475                 updated translation submitted by Ricardo Mones Lastra
13476
13477         * po/POTFILES.in
13478                 add 'src/prefs_templates.c'
13479
13480         * src/compose.c, src/summaryview.c
13481                 fix segfault on 'Re_edit'               
13482
13483 2001-08-30 [alfons]
13484
13485         * configure.in, Makefile.am
13486         * tools/Makefile.am
13487                 add tools directory to source distribution
13488
13489 2001-08-30 [paul]
13490
13491         * configure.in
13492                 change to version 0.6.0claws
13493
13494         * sync with sylpheed 0.6.0 release
13495
13496 2001-08-30 [christoph]
13497
13498         * configure.in
13499                 removed autoconf version check
13500
13501 2001-08-30 [paul]
13502
13503         * src/account.c, src/compose.c, src/prefs_common.[ch]
13504         * src/procheader.[ch] src/utils.[ch]
13505                 Enhanced automatic account selection on replies
13506                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
13507
13508         * configure.in
13509                 add LDAP and JPilot to the configuration results output.
13510
13511 2001-08-29 [christoph]
13512
13513         * src/summeryview.c
13514                 no bold font for ignored threads
13515
13516 2001-08-29 [paul]
13517
13518         * configure.in
13519                 change to version 0.5.3claws6
13520
13521         * sync with sylpheed 0.5.3cvs10
13522                 src/stringtable.[ch]: New Files
13523
13524         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
13525         * src/pixmaps/sylpheed.xpm
13526                 add mini-icons to windows (by Alfons)
13527
13528 2001-08-27 [paul]
13529
13530         * src/mainwindow.c
13531                 new functions: next_labeled_cb(), prev_labeled_cb()
13532
13533         * src/summaryview.c
13534                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
13535                 summary_select_next_labeled(), summary_select_prev_labeled()
13536
13537         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
13538                 give claws blue folders and a blue trash can
13539
13540 2001-08-27 [paul]
13541
13542         * configure.in
13543                 change to version 0.5.3claws5
13544
13545         * sync with sylpheed 0.5.3cvs9
13546                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
13547
13548 2001-08-24 [christoph]
13549
13550         * src/filesel.c
13551                 keep filename when browsing directories
13552                 (not working for user entered filename, but
13553                  for default name and selected filename from
13554                  file list)
13555         * src/mainwindow.c
13556                 fixed wrong spelling "Folllow-up"
13557         * src/mbox_folder.c
13558         * src/procmsg.c
13559         * src/summaryview.c
13560                 fixed new/unread message count with ignored
13561                 threads (2 commits, first didn't notice no
13562                 longer needed decreasing)
13563         * src/inc.c
13564                 readded scrolling of progress dialog
13565                 (lost in sync)
13566
13567 2001-08-24 [paul]
13568
13569         * configure.in
13570                 change to 0.5.3claws4
13571
13572         * sync with sylpheed 0.5.3cvs7
13573
13574 2001-08-24 [christoph]
13575
13576         * src/compose.c
13577                 set request return receipt when replying
13578                 if it is set is the folder prefs of the
13579                 message
13580         * src/inc.c
13581                 disable final error popup if popups are
13582                 disabled in config (again)
13583
13584 2001-08-23 [paul]
13585
13586         * configure.in
13587                 Change version number to 0.5.3claws3
13588
13589         * sync with sylpheed 0.5.3cvs5
13590
13591         * src/mimeview.c
13592                 double quote '%s' in 'gedit %s' to fix bug when
13593                 opening attachment with spaces in the name
13594
13595 2001-08-22 [alte]
13596         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
13597           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
13598                 initial message templates support
13599
13600
13601 2001-08-22 [paul]
13602
13603         * configure.in
13604                 change version number to 0.5.3claws2
13605
13606         * sync with sylpheed 0.5.3cvs4
13607
13608         * src/procmsg.h src/summaryview.c
13609                 re-implement (un)ignore thread
13610
13611 2001-08-21 [paul]
13612
13613         * src/summaryview.c
13614                 remove unnecessary code
13615         * src/compose.c
13616                 enable 'dynamic' signatures (submitted by
13617                 Eric Limpens <eric@hscg-internet.nl>)
13618
13619 2001-08-21 [paul]
13620
13621         clean up after sync with sylpheed 0.5.3 release
13622
13623         * src/folderview.c
13624                 fix re-introduced font mess, see Christoph's
13625                 entry 2001-06-24
13626
13627         * src/summaryview.c
13628                 remove prev_msgnum
13629                 use sylpheed's small font instead of
13630                 gtk default font for summary view
13631
13632
13633 2001-08-17 [paul]
13634
13635         * configure.in
13636                 add pl to ALL_LINGUAS - sync with main branch
13637
13638         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13639                 Updated. Translations by Jens Oberender, Ricardo Mones
13640                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
13641
13642         * po/pl.po  ** NEW FILE **
13643                 sync with the main branch
13644
13645         * src/folderview.c
13646                 fix target folder colorizing and refresh problem
13647
13648
13649 2001-08-17 [christoph]
13650
13651         * src/mainwindow.c
13652                 claws uses 4 colors for target folder coloring.
13653                 arrays were not long enough and destroyed the
13654                 stack causing a segfault.
13655                 target folder colorizing does not work anymore
13656                 for me
13657
13658 2001-08-16 [paul]
13659
13660         * configure.in
13661                 change to version 0.5.3claws1
13662
13663         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13664           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13665           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13666
13667                 sync with sylpheed 0.5.3 release, but keep claws method of
13668                 configuring/saving fonts
13669
13670         * src/addressbook.[ch]
13671                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13672                 in line with a similar change in Hiroyuki's branch
13673
13674         * src/mainwindow.[ch]
13675                 disable main_window_set_thread_option()
13676         * src/prefs_folder_item.c
13677                 comment out &tmps_prefs.enable_thread,
13678         * src/mbox_folder.c, src/procmsg.[ch]
13679                 comment out MSG_IS_IGNORE_THREAD
13680         * src/summaryview.c
13681                 comment out summary_ignore_thread() and summary_unignore_thread()
13682                 comment out MSG_IS_IGNORE_THREAD
13683
13684                 use Hiroyuki's threading instead.
13685
13686
13687
13688 2001-08-15 [paul]
13689
13690         * src/account.c
13691                 use Hiroyuki's 0.5.3 column scheme but also
13692                 include the enable/disable button.
13693         * src/pixmaps/mark.xpm
13694                 add Hiroyuki's amended pixmap
13695
13696 2001-08-13 [christoph]
13697
13698         * src/account.c
13699                 receive at get all column showed wrong state for APOP
13700                 button should only work for POP3 and APOP accounts
13701         * src/prefs_account.c
13702                 added missing preprocessor statement for SSL
13703
13704 2001-08-12 [paul]
13705
13706         * src/account.[ch]
13707                 add 'receive at get all' column and enable/disable
13708                 button.
13709
13710 2001-08-06 [christoph]
13711
13712         * src/account.c
13713                 show usage of SSL in protocol column
13714
13715         * src/imap.c
13716         * src/inc.c
13717                 renamed ssl options
13718
13719         * src/prefs_account.[ch]
13720                 moved ssl options to a new page
13721
13722         * src/send.c
13723         * src/smtp.c
13724         * src/ssl.[ch]
13725                 renamed ssl options
13726                 added support for SMTP STARTTLS command
13727
13728 2001-08-05 [christoph]
13729
13730         * configure.in
13731                 debian autoconf needs version check to find
13732                 correct autoconf version. if the file is
13733                 named configure.in 2.13 is used, which does
13734                 not work with this configure.in script.
13735                 other solution would be to rename the script
13736                 to configure.ac as suggested in the autoconf
13737                 manual.
13738
13739         * src/inc.c
13740                 disable final error popup if popups are
13741                 diabled in config
13742
13743         * src/socket.c
13744                 bugfix in ssl_gets
13745                 fixes IMAP over SSL problem
13746
13747 2001-08-03 [paul]
13748
13749         * configure.in
13750                 change to 0.5.2claws1
13751
13752         * sync with sylpheed 0.5.2cvs1
13753
13754 2001-08-02 [alfons]
13755
13756         * configure.in
13757                 quick fix for ispell detection...
13758
13759 2001-08-01 [paul]
13760
13761         * configure.in
13762                 change to 0.5.1claws4
13763
13764         * sync with sylpheed 0.5.1cvs7
13765
13766 2001-07-31 [alfons]
13767
13768         * src/prefs_common.c, src/prefs_common.h, 
13769           src/gtkspell.c, src/gtkspell.h
13770                 add global spelling checker settings (compose tab) +
13771                 selection of dictionary 
13772           
13773         * configure.in  
13774                 guess valid ispell location
13775
13776 2001-07-31 [paul]
13777
13778         * po/POTFILES.in
13779                 removal of 'src/quote_fmt_parse.c'
13780         * po/de.po
13781                 Updated de.po
13782                 (submitted by Jens Oberender <didge@suse.de>)
13783
13784 2001-07-31 [darko]
13785
13786         * src/folder.[ch]
13787         * src/folderview.[ch]
13788         * src/mainwindow.c
13789         * src/mh.c
13790         * src/prefs_common.[ch]
13791         * src/summaryview.c
13792                 target folder colourization
13793
13794 2001-07-30 [paul]
13795
13796         more sync with Sylpheed 0.5.1cvs6 
13797
13798 2001-07-30 [darko]
13799
13800         * src/mh.c
13801         * src/prefs_folder_item.[hc]
13802         * src/summaryview.c
13803                 shared folders support with a GUI
13804
13805 2001-07-29 [paul]
13806
13807         0.5.1claws3
13808
13809         * sync with Sylpheed 0.5.1cvs6
13810
13811 2001-07-29 [paul]
13812
13813         * po/pt_BR.po
13814                 updated
13815                 (submitted by Fabio Junior Beneditto)
13816
13817 2001-07-28 [paul]
13818
13819         * src/procmime.c
13820         * AUTHORS
13821                 patch to correct bad image mime headers
13822                 (submitted by Don Quijote <dq@searchlores.org>)
13823
13824 2001-07-28 [paul]
13825
13826         * tools/gif2xface.pl   **NEW FILE**
13827         * tools/README
13828                 script to convert file.gif to file.xface for
13829                 use in a custom header.
13830                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
13831
13832 2001-07-27 [alfons]
13833         
13834         * configure.in
13835                 change macros for detecting JPilot and LDAP
13836
13837 2001-07-27 [christoph]
13838
13839         * src/filtering.c
13840                 code cleanup (MIN / MAX warning, needed casting)
13841
13842 2001-07-27 [alfons]
13843
13844         * procheader.c
13845                 disallow setting flags when detecting certain headers
13846                 (X-Status, Status, Seen, X-Seen). 
13847         
13848         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
13849
13850 2001-07-27 [christoph]
13851
13852         * src/prefs_filter.c
13853         * src/prefs_filtering.c
13854         * src/prefs_matcher.c
13855         * src/prefs_scoring.c
13856                 scroll list when moving rows up or down
13857
13858         * src/imap.c
13859         * src/imap.h
13860         * src/prefs_account.c
13861         * src/prefs_account.h
13862         * src/send.c
13863                 SMTP over SSL (untested, feedback requested)
13864                 IMAP over SSL
13865
13866         * src/ssl.c
13867                 code cleanup
13868
13869 2001-07-26 [alfons]
13870         
13871         * configure.in, acconfig.h
13872                 define CLAWS (need this for main / claws detection)
13873
13874 2001-07-25 [alfons]
13875
13876         * configure.in
13877                 Sylpheed 0.5.1claws2
13878                 
13879         * sync with Sylpheed 0.5.1cvs4
13880
13881 2001-07-25 [christoph]
13882
13883         * src/scoring.c
13884                 fixed segfault
13885                 item->prefs == NULL (don't know why)
13886
13887 2001-07-25 [alfons]
13888
13889         * configure.in
13890                 Sylpheed 0.5.1claws1
13891
13892         * sync with Sylpheed 0.5.1cvs1-3
13893
13894 2001-07-24 [christoph]
13895
13896         * src/folderview.c
13897         * src/prefs_folder_item.[ch]
13898                 added folderitem preferences dialog with
13899                 default To: and auto request return receipt
13900
13901         * src/compose.[ch]
13902         * src/menu.[ch]
13903                 changes to handle new folderitem preferences
13904
13905         * src/mainwindow.c
13906         * src/summaryview.c
13907                 call compose new mail with current folderitem
13908
13909 2001-07-24 [alfons]
13910
13911         Release Sylpheed 0.5.1claws
13912
13913         * configure.in
13914                 change to release version 0.5.1claws
13915
13916 2001-07-24 [christoph]
13917
13918         * src/summaryview.c
13919                 fixed segfault that happend when the selected
13920                 message was removed while retrieving new messages.
13921
13922         * po/es.po
13923                 updated translation
13924                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
13925
13926 2001-07-22 [alfons]
13927
13928         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
13929         this is a work in progress, for more information: http://nlpagan.net/sylman 
13930         
13931         * configure.in, src/mainwindow.c, manual/Makefile.am
13932                 add support for English manual
13933
13934         * AUTHORS
13935                 add authors of user manuals
13936
13937         * manual/en/sylpheed*.html
13938                 add English documentation
13939
13940 2001-07-22 [christoph]
13941
13942         * po/POTFILES.in
13943                 added src/ssl.c
13944         * src/ssl.c
13945                 changed a wrong debug message
13946
13947 2001-07-22 [alfons]
13948
13949         * po/nl.po
13950                 update Dutch translation
13951
13952         * src/prefs_filtering.c, 
13953           src/prefs_matcher.c
13954                 add more translatable strings           
13955
13956 2001-07-21 [alfons]
13957
13958         0.5.0claws7
13959
13960         * configure.in
13961                 change version
13962
13963         * src/inc.c, src/summaryview.[ch]
13964                 prevent update of mark file when filtering has done, by
13965                 using a variable; this affects two functions:
13966                         inc.c::inc_finished()
13967                         summaryview.c::summary_show()
13968
13969 2001-07-20 [alfons]
13970
13971         * src/filtering.[ch], src/prefs_filtering.c, 
13972           src/matcher.[ch]
13973                 add filtering action for label coloring 
13974
13975         * po/POTFILES.in
13976                 add labelcolors.c
13977
13978         * added src/labelcolors.c
13979         * added src/labelcolors.h
13980         * src/Makefile.am, src/summaryview.c
13981                 rearrange label coloring code
13982
13983         * src/procmsg.h
13984                 add more parentheses so label colouring works correctly
13985
13986         * src/filtering.c
13987                 don't really delete message, but move it to Trash
13988
13989         * src/prefs_matcher.c
13990                 add quote options to info dialog
13991
13992 2001-07-20 [christoph]
13993
13994         * src/Makefile.am
13995         * src/inc.c
13996         * src/main.[ch]
13997         * src/socket.h
13998         * src/ssl.[ch] (new)
13999                 moved ssl stuff to a seperate file
14000
14001 2001-07-20 [darko]
14002
14003         * src/summaryview.c
14004                 fix show sender using address book with no e-mail
14005                 address in From: field
14006
14007 2001-07-19 [alfons]
14008
14009         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
14010                 fix messy handling of escaping... now at least the
14011                 execute command is useful. escape char is '\', we
14012                 accept \n and \r too. 
14013
14014                 Real life example:
14015                 
14016                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
14017                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
14018
14019 2001-07-18 [alfons]
14020
14021         0.5.0claws6
14022
14023         * src/summaryview.c
14024                 clean up
14025
14026         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
14027           src/procmsg.[ch]
14028                 revise filtering; currently move, copy, marking have
14029                 been tested. if you like bleeding edge stuff, you
14030                 should definitely go for this version :)
14031
14032         * mark old working stuff as VERSION_0_5_0_CLAWS5        
14033
14034 2001-07-17 [christoph]
14035
14036         * src/utils.c
14037                 timestamp log
14038
14039 2001-07-17 [alfons]
14040
14041         0.5.0claws5
14042
14043         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
14044           bits in the mark file, without affecting either branch. Lots of
14045           files changed, also in claws branch.
14046
14047           UNTESTED: use of mbox folders
14048
14049         * src/summaryview.c
14050                 added mark all read; however this was a quick hack used for
14051                 cleaning up mess after initial merge with Hiroyuki
14052
14053         * configure.in
14054                 change claws version number back to 0.5.0claws5 to clear up 
14055                 confusion & pretension (recent release was technically 
14056                 0.5.0claws4, so we neatly align with Hiroyuki :-)
14057
14058 2001-07-16 [alfons]
14059
14060         sync with Hiroyuki's 0.5.0cvs4
14061
14062 2001-07-16 [alfons]
14063
14064         0.5.1claws3
14065
14066         * src/filtering.[ch]
14067                 remove invalid updating of mark files for 
14068                 filter actions MATCHING_ACTION_MOVE and 
14069                 MATCHING_ACTION_DELETE; this should fix the
14070                 folder update bug
14071                 
14072         * src/procmsg.c
14073                 revert Christoph's stab at fixing the folder 
14074                 update bug
14075
14076         * po/POTFILES.in
14077                 add missing files with translatable strings
14078
14079         * src/summaryview.c
14080                 remove debug print
14081
14082 2001-07-15 [alfons]
14083
14084         * src/addr_compl.[ch], src/prefs_filtering.c
14085                 make "filtering pref dialog's destination entry" an
14086                 "address completable entry", if filter destination is 
14087                 an email address
14088
14089         0.5.1claws2
14090         
14091         sync with Hiroyuki's 0.5.0cvs2-3
14092
14093 2001-07-15 [christoph]
14094
14095         * src/procmsg.c
14096                 fixed folder stats update after incorporation
14097
14098 2001-07-15 [alfons]
14099
14100         * src/summaryview.c
14101                 * finish label colouring stuff (for now)
14102                 * fix incorrect colour bug (off by one) 
14103
14104 2001-07-14 [alfons]
14105
14106         * src/mainwindow.c
14107                 change text labels for news and mail message so there's
14108                 plenty of toolbar estate left
14109
14110         * configure.in
14111                 0.5.1claws1
14112
14113         * src/folderview.c
14114           src/folder.[ch]
14115                 sync with Hiroyuki's 0.5.0cvs1
14116
14117         * src/summaryview.c
14118                 more rewrite label colouring
14119
14120 2001-07-14 [alfons]
14121
14122         * src/summaryview.[ch]
14123                 * start rewrite label colouring 
14124                 * fix proper location "Add Sender To Addressbook" menu item
14125
14126 2001-07-13
14127
14128         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14129         (actually this is 0.5.0claws4)
14130
14131 2001-07-13 [alfons]
14132
14133         * po/pt_BR.po
14134                 * fix duplicate message
14135                 * add updated Portugese / Brazilian translation
14136                   submitted by Fabio Junior Beneditto
14137
14138 2001-07-12 [alfons]
14139
14140         * AUTHORS
14141                 add Jens
14142
14143         * po/nl.po
14144                 add updated Dutch translation
14145
14146         * po/de.po
14147                 add updated German translation submitted by Jens
14148
14149 2001-07-11 [alfons]
14150
14151         Prerelease before 0.5.0claws. Please test.
14152         This version is temporarily tagged as VERSION_0_5_0_TEST
14153
14154         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
14155           src/prefs_scoring.c, src/prefs_matcher.c, 
14156           src/prefs_filtering.c, src/mbox.c, 
14157           src/main.c, src/inc.c, src/filtering.[ch]
14158                 revert new Hoa's new matcher (does not work yet)
14159
14160         * src/Makefile.am
14161                 clean up
14162
14163 2001-07-10
14164
14165         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14166
14167
14168 2001-07-10 [alfons]
14169
14170         * Makefile.am
14171                 add ChangeLog.claws to EXTRA_DIST
14172         * src/Makefile.am
14173                 add matcher_parser_parse.h to EXTRA_DIST
14174
14175 2001-07-10 [christoph]
14176
14177         * src/inc.c
14178                 add destination folder to table of
14179                 folders that need to be updated after
14180                 incorporation
14181
14182 2001-07-10 [alfons]
14183
14184         * folder.[ch]
14185           folderview.c
14186                 make collapse state of folders and folder items persistent, i.e.
14187                 if you collapse a folder tree, the next time sylpheed-claws starts 
14188                 up the folder tree remains collapsed.  
14189                 
14190 2001-07-10 [christoph]
14191
14192         * acconfig.h
14193         * configure.in
14194                 added --enable-ssl
14195         * src/md5.[ch]
14196                 renamed MD5_CTX to MD5_CTX_syl
14197                 conflicts with a struct in openssl
14198         * src/inc.c
14199         * src/main.[ch]
14200         * src/prefs_account.[ch]
14201         * src/socket.[ch]
14202                 SSL support for POP
14203         * src/mainwindow.c
14204                 fixed compose with current account
14205                 broken by new compose button stuff
14206
14207 2001-07-09 [hoa]
14208
14209         * AUTHORS
14210                 changed my email address
14211
14212         * src/matcher_parser_parse.y
14213                 clean the parser to remove conflicts
14214
14215 2001-07-09 [alfons]
14216
14217         * AUTHORS
14218                 add Match Grun
14219
14220         * configure.in
14221                 fix incorrect description of --enable-ldap parameter
14222
14223         * src/prefs_common.[ch]
14224           src/compose.c
14225                 add experimental option "smart wrapping" which makes the
14226                 compose editor auto wrap.
14227                 
14228                 | TODO: the problem with the buggy cursor handling is caused |
14229                 | by the GtkText. when deleting / backspacing text its       |
14230                 | wrapping algorithm does not take in account the previous   |
14231                 | line. should find a way to hack this in.                   |
14232                 | or should perhaps combine this with the word wrapping      |
14233                 | patch i wrote in january.                                  |
14234
14235         * src/about.c
14236                 show build parameters for LDAP and JPilot
14237
14238         * src/summaryview.c
14239                 revert Christoph's bugfix for selecting next unread message, 
14240                 because folder stats aren't updated correctly
14241
14242 2001-07-08 [hoa]
14243
14244         * src/filtering.c
14245         * src/mainwindow.c
14246         * src/matcher.c
14247         * src/matcher_parser_lex.l
14248         * src/matcher_parser_parse.y
14249         * src/prefs_filtering.c
14250         * src/prefs_scoring.c
14251         * src/scoring.c
14252                 bugfix of the config file parser
14253
14254 2001-07-08 [alfons]
14255
14256         * src/Makefile.am
14257                 added generated matcher sources to BUILT_SOURCES
14258
14259 2001-07-08 [hoa]
14260
14261         * src/Makefile.am
14262         * src/.cvsignore
14263                 added new config file parser
14264
14265         * src/scoring.[ch]
14266         * src/filtering.[ch]
14267         * src/matcher.[ch]
14268         * src/prefs_filtering.c
14269         * src/prefs_matcher.c
14270         * src/prefs_scoring.c
14271         * added src/matcher_parser.h
14272         * added src/matcher_parser_lex.h
14273         * added src/matcher_parser_lex.l
14274         * added src/matcher_parser_parse.y
14275                 lex & yacc config file parser
14276
14277         * src/mbox.c
14278         * src/inc.c
14279         * src/main.c
14280                 changes prefs_filtering into global_filtering           
14281
14282         * src/summaryview.c
14283                 build threads with subjects only if "Re: " is at the
14284                 beginning of the subject
14285
14286 2001-07-07 [paul]
14287
14288         0.5.0claws
14289
14290         sync with sylpheed 0.5.0
14291                 change of version number only
14292
14293 2001-07-06 [paul]
14294
14295         0.5.0claws5
14296
14297         sync with sylpheed 0.5.0pre5
14298
14299 2001-07-05 [paul]
14300
14301         sync with sylpheed 0.5.0pre4 release
14302                 /po and /manual/ja not sync'ed
14303
14304 2001-07-04 [paul]
14305
14306         more sync with sylpheed 0.5.0pre4
14307
14308 2001-07-03 [christoph]
14309
14310         * src/addressbook.c
14311                 fixed address book broken by address book
14312                 for VCard, JPilot, LDAP
14313
14314 2001-07-03 [alfons]
14315
14316         * src/matcher.c
14317         * src/textview.c
14318                 stopped memory leaks
14319
14320 2001-07-03 [paul]
14321
14322         more sync with sylpheed 0.5.0pre4
14323
14324 2001-07-02 [match]
14325
14326         * included address book patch for VCard, JPilot, LDAP
14327         * pref_common.c - fixed Font options on Display tab (cosmetic)
14328         * alertpanel.c - fixed truncated message
14329
14330 2001-07-02 [christoph]
14331
14332         * src/mbox_folder.c
14333         * src/procmsg.[ch]
14334         * src/summaryview.c
14335                 mark threads for ignoring
14336
14337 2001-07-02 [paul]
14338
14339         0.5.0claws4
14340
14341         * sync with sylpheed 0.5.0pre4
14342                 updated gettext to 0.10.38.
14343
14344 2001-07-01 [paul]
14345
14346         * src/ mainwindow.c
14347         * src/procmsg.h
14348         * src/summaryview.[ch]
14349                 new right-click option: Label.
14350                 substitute for 'Mark-->Mark/Unmark', colours the line.
14351                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
14352
14353 2001-07-01 [christoph]
14354
14355         * src/folderview.c
14356                 fixed font for trash
14357         * src/summaryview.c
14358                 move ctree to unread message
14359
14360 2001-07-01 [paul]
14361
14362         * sync with sylpheed 0.5.0pre3 release
14363
14364 2001-06-30 [alfons]
14365
14366         * src/filesel.[ch]
14367         * src/compose.c
14368                 allow inserting / attaching multiple files in
14369                 the composer window
14370
14371 2001-06-30 [paul]
14372
14373         * src/codeconv.c
14374                 small change to Alfons' previous stuff so that it
14375                 actually makes
14376
14377 2001-06-30 [alfons]
14378
14379         * lots of files changed; first attempt to merge the changes
14380           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
14381
14382 2001-06-30 [paul]
14383
14384         * po/pt_BR.po
14385                 updated and completed, translations by Fabio
14386                 Junior Beneditto <fjbeneditto@yahoo.com.br>
14387
14388 2001-06-29 [alfons]
14389
14390         * src/compose.c
14391         * src/mimeproc.[ch]
14392                 allow selecting an attached files' mime type from a 
14393                 list of types.
14394
14395 2001-06-29 [paul]
14396
14397         * more sync with sylpheed 0.5.0pre3
14398
14399 2001-06-29 [paul]
14400
14401         * po/pt_BR.po
14402                 merge with sylpheed.pot and pt_BR.po provided by
14403                 Fabio Junior Beneditto.
14404
14405 2001-06-29 [darko]
14406
14407         * src/procmime.c
14408                 make MIME types case insensitive
14409
14410 2001-06-28 [alfons]
14411
14412         * po/nl.po
14413                 merge with sylpheed.pot and old nl.po; translations added.
14414
14415 2001-06-28 [paul]
14416
14417         * more sync with sylpheed 0.5.0pre3
14418
14419 2001-06-27 [alfons]
14420
14421         * src/summaryview.c
14422                 don't crash when removing parent node of messages
14423                 attracted by subject. this was caused by not deleting
14424                 the parent node from the subject line hash table.
14425
14426 2001-06-27 [alfons]
14427
14428         * src/summaryview.c
14429         * src/compose.[ch]
14430         * src/mainwindow.c
14431                 if there are multiple messages selected, allow forwarding
14432                 them as attachments.
14433
14434 2001-06-27 [paul]
14435
14436         * more sync with sylpheed 0.5.0pre3
14437
14438 2001-06-26 [paul]
14439
14440         0.5.0claws3
14441
14442         * sync with sylpheed 0.5.0pre3
14443
14444 2001-06-25 [paul]
14445
14446         * src/mainwindow.c
14447                 fixed 'compose news article' bug
14448                 from icon-and-text toolbar
14449
14450 2001-06-25 [paul]
14451
14452         * sync with sylpheed 0.5.0pre2 release
14453
14454 2001-06-24 [christoph]
14455
14456         * src/prefs_common.c
14457                 bug fix in font selection
14458         * src/folderview.c
14459                 use sylpheed's normal font instead of
14460                 gtk default font for folders without
14461                 new messages
14462
14463 2001-06-24 [alfons]
14464
14465         * src/mainwindow.[ch]
14466                 added composite compose mail / news button (an idea by Leandro
14467                 Pereira <leandro@linuxmag.com.br>)
14468
14469 2001-06-24 [paul]
14470
14471         Added instructions for ldif-to-xml.py
14472
14473         * tools/README
14474
14475 2001-06-23 [alfons]
14476
14477         Some minor things.
14478
14479         * src/pixmaps/stock_news_compose.xpm
14480                 added pixmap by Leandro
14481         * src/prefs_common.c
14482                 tested built-in spelling checker of GCC 3.0 :)
14483         * po/nl.po
14484                 merged dutch translation of sylpheed-main with
14485                 sylpheed.pot
14486
14487 2001-06-23 [paul]
14488
14489         Added tools directory and files.
14490
14491         * tools/filter_conv.pl
14492                 converts old filter system to new filtering system
14493         * tools/ldif-to-xml.py
14494                 converts netscape addressbook to sylpheed addressbook
14495         * tools/README
14496                 descriptions/instructions for above two files
14497
14498 2001-06-23 [christoph]
14499
14500         * src/inc.c
14501         * src/manage_window.[ch]
14502         * src/prefs_common.[ch]
14503                 mail retrieval dialog can be enabled, disabled
14504                 or hidden if non of sylpheed's windows is active
14505
14506 2001-06-22 [paul]
14507
14508         0.5.0claws2
14509
14510         * sync with sylpheed 0.5.0pre2
14511
14512 2001-06-21 [christoph]
14513
14514         * src/summaryview.c
14515                 show recipient on 'from' for all accounts
14516                 
14517         * src/inc.c
14518         * src/prefs_common.[ch]
14519                 disable error popup on mail receive errors
14520
14521 2001-06-21 [alfons]
14522
14523         * src/compose.c
14524                 made the ruler correctly appear and disappear.
14525
14526         * src/Makefile.am
14527                 removed Hoa's work-in-progress-stuff (interesting!) so 
14528                 claws compiles ok.
14529
14530 2001-06-20 [christoph]
14531
14532         * src/inc.c
14533         * src/progressdialog.c
14534                 added scrolled window for list in progressdialog
14535
14536 2001-06-20 [paul]
14537
14538         sync with sylpheed 0.5.0pre1 release
14539
14540 2001-06-20 [christoph]
14541
14542         * src/summeryview.c
14543                 make building threads by subject work when
14544                 thread view is enabled
14545                 
14546         * src/compose.c
14547         * src/prefs_common.[ch]
14548                 automatically select account for mail replys
14549
14550 2001-06-19 [sergey]
14551
14552         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
14553         they are filled in from the account settings.
14554
14555 2001-06-19 [paul]
14556
14557         * more sync with sylpheed 0.5.0pre1
14558
14559 2001-06-18 [alfons]
14560
14561         * src/Makefile.am,
14562           src/procmime.c
14563                 added --sysconfdir to CPPFLAGS for pointing to the correct
14564                 location of mime.types. 
14565
14566                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
14567                 or ./configure!
14568
14569 2001-06-18 [hoa]
14570
14571         * src/summaryview.c
14572                 fixed some bug when building threads
14573
14574 2001-06-18 [pau]l
14575
14576         * src/prefs_account.c
14577                 UI stuff: More changes to the English
14578
14579 2001-06-18 [paul]
14580
14581         * src/pixmaps/stock_news_compose.xpm: new file
14582         * src/Makefile.am
14583         * src/mainwindow.c
14584         * src/summaryview.c
14585                 Added new icon for Hoa's 'compose a news
14586                 message', plus minor improvements to the
14587                 English
14588
14589         * po/ja.po
14590         * ChangeLog
14591         * ChangeLog.jp
14592                 more sync with sylpheed 0.5.0pre1
14593
14594 2001-06-18 [hoa]
14595
14596         * src/compose.[ch]
14597         * src/mainwindow.c
14598                 Follow-up and reply to
14599
14600         * src/summaryview.[ch]
14601                 Build threads also with subjects
14602
14603 2001-06-17 [hoa]
14604
14605         * src/compose.c
14606                 forwarding use the current account.
14607
14608         * src/mainwindow.c
14609                 the "compose message" button has been replaced with
14610                 "new mail" and "new news" buttons
14611
14612         * src/prefs_common.[ch]
14613                 added a configuration option to use the forward button
14614                 as "forward as attachment"
14615                 changed reply and forward format description
14616
14617         * src/quote_fmt_lex.l
14618         * src/quote_fmt_parse.y
14619                 added message with no signature in format for reply
14620                 and forward.
14621
14622 2001-06-17 [paul]
14623
14624         Minor UI stuff
14625
14626         * src/mainwindow.c
14627         * src/summaryview.c
14628                 Improvements to the English
14629
14630         * src/prefs_common.c
14631                 Improvements to the English and some
14632                 clarity/continuity improvements in the
14633                 description of Quote symbols.
14634
14635 2001-06-17 [paul]
14636
14637         0.5.0claws1
14638
14639         * sync with sylpheed 0.5.0pre1
14640
14641 2001-06-17 [hoa]
14642
14643         * src/compose.c
14644                 Better interface for compose, displayed fields
14645                 are updated whenever we change account.
14646                 Newsgroups field is automatically filled.
14647
14648         * src/mainwindow.c
14649                 Newsgroups field is automatically filled.
14650
14651         * src/prefs_account.c
14652                 Some interface stuff when fields appear and
14653                 disappear.
14654
14655 2001-06-16 [paul]
14656
14657         0.4.99claws
14658
14659         * sync with sylpheed 0.4.99
14660
14661 2001-06-16 [sergey]
14662
14663         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14664         base64_decoder_free, base64_decoder_decode): new object and
14665         functions for decoding base64 streams.
14666         * src/procmime.c (procmime_decode_content): modified to use the
14667         new base64 decoder.
14668
14669 2001-06-15 [paul]
14670
14671         0.4.99claws10
14672
14673         * sync with sylpheed 0.4.99cvs11
14674
14675 2001-06-13 [paul]
14676
14677         0.4.99claws9
14678
14679         * sync with sylpheed 0.4.99cvs9
14680
14681 2001-06-13 [hoa]
14682
14683         * src/compose.c
14684         * src/prefs_account.c
14685
14686                 SMTP server can be defined in the news account
14687                 mime type of attachment are kept.
14688
14689         * src/summaryview.c
14690
14691                 now choose the highest important score between default
14692                 and important score of folder.
14693
14694 2001-06-09 [alfons]
14695         
14696         * src/prefs_common.c: 
14697
14698                 (prefs_quote_description_create): corrected description of 
14699                 quote format characters
14700
14701 2001-06-09 [paul]
14702
14703         0.4.99claws8
14704
14705         * sync with sylpheed 0.4.99cvs8
14706
14707 2001-06-08 [sergey]
14708
14709         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14710         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14711
14712 2001-06-08 [paul]
14713
14714         0.4.99claws7
14715
14716         * sync with sylpheed 0.4.99cvs7
14717
14718 2001-06-06 [sergey]
14719
14720         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14721         clashes with autogenerated header).
14722         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14723         * src/Makefile.am: added quote_fmt.h.
14724         * src/.cvsignore: added lex/yacc autogenerated files
14725         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14726
14727 2001-06-06 [paul]
14728
14729         0.4.99claws6
14730
14731         * sync with sylpheed 0.4.99cvs6
14732
14733 2001-06-06 [hoa]
14734
14735         * added src/quote_fmt_parse.h
14736         * src/compose.c
14737                 removed warnings
14738
14739         * src/prefs.[ch]
14740                 don't modify readonly configuration files
14741
14742         * src/prefs_account.c
14743         * src/prefs_common.c
14744         * src/prefs_customheader.c
14745         * src/prefs_display_header.c
14746         * src/prefs_filter.c
14747         * src/prefs_filtering.c
14748         * src/prefs_scoring.c
14749                 don't open dialog box when configuration files
14750                 are readonly
14751
14752 2001-06-05 [sergey]
14753
14754         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
14755
14756         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
14757         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
14758         BUILT_SOURCES to make all files rebuild properly.
14759
14760         * src/compose.c: removed #include "quote_fmt.tab.h".
14761
14762         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
14763         CHARACTER value in yylval.
14764
14765         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
14766         receive CHARACTER value by documented means (yylval).
14767
14768         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
14769
14770 2001-06-05 [hoa]
14771
14772         * src/Makefile.am
14773                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
14774
14775         * src/filtering.c
14776         * src/matcher.c
14777         * src/matcher.h
14778         * src/prefs_filtering.c
14779                 now keep the configuration for execute action
14780
14781         * src/mbox_folder.c
14782                 fixed a warning
14783
14784 2001-06-05 [paul]
14785
14786         * sync with sylpheed 0.4.99cvs5
14787
14788 2001-06-05 [hoa]
14789
14790         * src/Makefile.am
14791                 added quote_fmt.[ch]
14792
14793         * added src/quote_fmt.y
14794         * added src/quote_fmt.l
14795         * added src/quote_fmt.tab.h
14796         * added src/quote_fmt.tab.c
14797         * added src/lex.quote_fmt.c
14798                 parsing configuration for replying
14799                 and forwarding
14800
14801         * src/prefs_common.[ch]
14802                 added configuration UI for replying
14803                 and forwarding
14804
14805         * src/compose.c
14806                 using configuration for replying
14807                 and forwarding
14808
14809 2001-06-04 [hoa]
14810
14811         * src/filtering.c
14812         * src/matcher.c
14813         * src/matcher.h
14814         * src/prefs_filtering.c
14815         * src/prefs_matcher.c
14816         * src/prefs_matcher.h
14817                 action "run a command" for filtering
14818                 and matching with a command.
14819                 fixed the "whole message" matching
14820
14821         * src/mbox_folder.c
14822                 changed temporary filename for security
14823
14824         * src/messageview.c
14825                 queue the notification if it fails to send.
14826
14827         * src/prefs_common.c
14828         * src/prefs_folder_item.c
14829                 changed the default important score             
14830
14831         * src/prefs_scoring.c
14832         * src/scoring.c
14833                 hide kill score input when the folder is not
14834                 a newsgroup
14835
14836 2001-06-03 [alfons]
14837
14838         * src/prefs_common.c:
14839
14840                 (prefs_font_select): pass font name in font entry box to font
14841                 selection dialog.
14842
14843 2001-06-03 [sergey]
14844
14845         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
14846
14847 2001-06-03 [paul]
14848
14849         * sync with sylpheed 0.4.99cvs4
14850
14851 2001-06-03 [alfons]
14852
14853         * src/headerwindow.c:
14854
14855                 (headerwindow_show_cb): use the selected summary view item, not
14856                 the displayed item.
14857
14858 2001-06-02 [alfons]
14859
14860         * src/headerwindow.c:
14861
14862                 (headerwindow_show_cb): always try to show msginfo
14863
14864 2001-06-02 [hoa]
14865
14866         * src/compose.c
14867                 keep attached parts when reediting or forwarding.
14868
14869 2001-06-01 [hoa]
14870
14871         * src/folderview.c
14872         * src/prefs_folder_item.[ch]
14873         * src/prefs_scoring.[ch]
14874         * src/scoring.[ch]
14875         * src/summaryview.[ch]
14876         * src/main.c
14877         * src/mainwindow.c
14878         * src/prefs_common.[ch]
14879                 support for folder scoring
14880                 kill score and important score for messages
14881         
14882         * src/prefs_account.c
14883                 some display bug fixed for local account
14884                 preferences
14885
14886 2001-05-31 [alfons]
14887
14888         * src/summaryview.c:
14889
14890                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
14891                 sender to address book menu item is disabled.
14892
14893 2001-05-30 [hoa]
14894
14895         * src/filtering.[ch]
14896         * src/summaryview.c
14897                 handling summary menu / filter messages
14898
14899         * src/folder.[ch]
14900                 add some stuff
14901
14902         * src/foldersel.c
14903                 imap folders now appears in list
14904
14905         * src/mbox_folder.c
14906                 doesn't crash if destination mail is not writeable
14907
14908 2001-05-29 [hoa]
14909
14910         * src/compose.c
14911                 removed some warnings
14912
14913         * src/filtering.c
14914         * src/folder.[ch]
14915         * src/prefs_filtering.c
14916                 global string to identify any folders           
14917                 removed some debug info
14918                 filtering to mbox folders is now possible
14919
14920         * src/mainwindow.c
14921                 removed some warnings
14922
14923         * src/mbox_folder.c
14924                 permission on files are changed to read/write for user only,
14925                 nothing for other.
14926                 creation of subfolder is handled better.
14927
14928 2001-05-28 [alfons]
14929
14930         Verified the sync for src/prefs_common.[ch] and
14931         src/prefs_account.[ch]. I believe there were some
14932         minor indentation differences.
14933
14934 2001-05-28 [paul]
14935
14936         0.4.99claws3
14937
14938         * sync with 0.4.99cvs3
14939
14940 2001-05-28 [hoa]
14941
14942         * src/compose.c
14943                 handling flags for mbox format
14944
14945         * src/filtering.c
14946                 use of mark file only for MH format
14947                 handling flags for mbox format
14948                 filtering cannot yet move or copy mails to mbox folders.
14949
14950         * src/folder.[ch]
14951                 changed move_msg, copy_msg,
14952                 move_msgs_with_dest, copy_msgs_with_dest functions
14953                 uses only folder->copy_msg() function
14954                 uses folder->finished_copy() to handle the destination
14955                 folder at the end of the copy or move operation.
14956
14957         * src/foldersel.c
14958                 included mbox directories.
14959
14960         * src/folderview.[ch]
14961         * src/mainwindow.c
14962                 handle folders operation for mbox format
14963
14964         * src/mbox.c
14965                 disable conversion of "From " header
14966
14967         * src/mbox_folder.[ch]
14968                 completion of mbox format handling
14969
14970         * src/mh.c
14971                 changed mh_copy_msg() function and
14972                 removed mh_move_msg(), mh_move_msgs_with_dest(),
14973                 mh_copy_msgs_with_dest()
14974
14975         * src/prefs_filtering.c
14976                 removed some warnings
14977
14978         * src/prefs_matcher.c
14979                 default boolean operation is AND
14980
14981         * src/procheader.c
14982                 handling flags for mbox format
14983                 handling of "From " header
14984
14985         * src/procmsg.[ch]
14986                 removed data field
14987                 added MSG_REALLY_DELETED flags to handle deletion of
14988                 messages in mbox format.
14989
14990         * src/summaryview.c
14991                 handling flags for mbox format
14992                 disable the MSG_DELETED flags when messages
14993                 are deleted in mbox format
14994
14995         * src/textview.c
14996                 "From " headers display fixed.
14997
14998 2001-05-27 [alfons]
14999
15000         * src/textview.c:
15001                 
15002                 (get_email_part): skip quoted email addresses, like in e.g.
15003                 "'alfons@proteus.demon.nl'".
15004
15005 2001-05-26 [alfons]
15006
15007         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
15008         and fixing the persistence troubles when using separate windows.
15009
15010         * src/mainwindow.c:
15011         
15012             Added #define SEPARATE_ACTION used in the gtk item factory for 
15013             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
15014                 use gtk_item_factory_get_widget_by_action() to get the items.
15015                 
15016             Removed separate_widget_cb from the gtk item factory data   
15017           
15018             (mainwindow_create): connect separate_widget_cb() to check
15019             menu item "toggled" signal. also passing a MainWindow pointer
15020                 as object data for both check menu items.
15021                 
15022             (separate_widget_cb): definition of separate_widget_cb() to match
15023             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
15024                 window using gtk_object_get_data(). The type of window separation 
15025                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
15026         
15027         * src/prefs_filtering.c,
15028           src/prefs_matcher.c: added horizontal scrollbars
15029
15030 2001-05-25 [darko]
15031
15032         * src/headerview.c
15033                 fix segfault with invalid bold font
15034         * src/summaryview.c
15035                 correctly display summary stats after row is marked
15036
15037 2001-05-23 [sergey]
15038
15039         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
15040         encodings with libjconv.
15041
15042 2001-05-23 [hoa]
15043
15044         * src/Makefile.am
15045                 added mbox_folder.[ch]
15046         * src/defs.h
15047                 mbox temporary folder
15048         * src/folder.[ch]
15049         * added src/mbox_folder.[ch]
15050         * src/folderview.c
15051         * src/procheader.[ch]
15052                 added mbox support
15053         * src/mbox.c
15054                 bugfix for file incorporation filtering
15055         * src/imap.c
15056                 enable creation of MBOX
15057         * src/prefs_display_header.c
15058                 enable use of headers like "From "
15059                 something that should be fixed :
15060                         displaying of such headers add an extra space
15061         * src/prefs_folder_item.c
15062                 don't create folders because it is not necessary
15063         * src/procmsg.h
15064                 added data field to MsgInfo for mbox internal use
15065         * src/summaryview.c
15066                 added some support for mbox
15067         * src/utils.[ch]
15068                 added get_mbox_cache_dir() function
15069
15070 2001-05-23 [hiroyuki]
15071
15072         * src/headerwindow.c
15073           src/inc.c
15074           src/main.c
15075           src/mh.c
15076           src/nntp.c
15077           src/procmsg.h
15078           src/session.h
15079           src/socket.[ch]
15080           src/summaryview.c
15081           src/textview.c
15082           src/automaton.c
15083           src/folderview.c: more sync with 0.4.99cvs2.
15084
15085         * src/headerwindow.c: reverted.
15086
15087 2001-05-22 [paul]
15088
15089         0.4.99claws2
15090
15091         * sync with sylpheed 0.4.99cvs2
15092                 * src/news.[ch]
15093                 * src/nntp.[ch]
15094                 * INSTALL
15095                 * INSTALL.jp
15096
15097 2001-05-22 [alfons]
15098
15099         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
15100
15101 2001-05-21 [alfons]
15102
15103         Minor things:
15104
15105         * configure.in: if gnome-config not found, "no" is displayed
15106         
15107         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
15108
15109         * src/textview.c: now also possible to add mail addresses by right
15110           clicking in the text view
15111
15112         * src/codeconv.c: merged patch which fixes endless loop when encountering
15113           invalid wide characters; from Alte <010@imis.ru>  
15114
15115 2001-05-20 [alfons]
15116
15117         Added installation of gnome specific things:
15118
15119         * Makefile.am: gnome conditional
15120
15121         * configure.in: check for installed gnome
15122
15123         * added sylpheed.png, sylpheed.desktop
15124
15125 2001-05-20 [sergey]
15126
15127         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
15128
15129         * src/mainwindow.h (main_window_toolbar_create): created a button
15130         for "Reply to all".
15131         (main_window_set_toolbar_sensitive): enable/disable the new button
15132         appropriately.
15133         (toolbar_reply_to_author_cb): handle the new button.
15134
15135         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
15136         send_progress_dialog_destroy() on failure (fixes hang on SMTP
15137         failure).
15138
15139 2001-05-19 [sergey]
15140
15141         * src/compose.h (ComposeReplyMode): new modes
15142         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
15143         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
15144
15145         * src/compose.c
15146         (compose_send): move some code into a new function:
15147         (compose_current_mail_account): new function.
15148         (compose_reply): new argument to_author, all callers changed; if
15149         to_author==TRUE and account->protocol==A_NNTP, find and use an
15150         appropriate mail account for replying.
15151         (compose_reply_set_entry): new argument to_author; ignore
15152         compose->replyto if to_author==TRUE.
15153
15154         * src/mainwindow.c: new command "Message/Reply to author".
15155         (main_window_set_menu_sensitive): enable/disable it.
15156         (reply_cb): handle it.
15157
15158         * src/summaryview.c: new command "Reply to author".
15159         (summary_set_menu_sensitive): enable/disable it.
15160         (summary_reply_cb): handle it.
15161
15162         * src/account.c (account_find_mail_from_address): new function.
15163
15164 2001-05-18 [paul]
15165
15166         0.4.99claws1
15167
15168         * sync with sylpheed 0.4.99cvs1
15169
15170 2001-05-18 [hoa]
15171
15172         * src/compose.[ch]
15173         * src/filtering.c
15174         * src/summaryview.c
15175                 new filtering action : forward and forward as attachment
15176
15177         * src/main.c
15178                 no need for $DISPLAY when we run sylpheed --help
15179                 call to parse_cmd_opt() is moved
15180
15181         * src/mainwindow.[ch]
15182                 execute button is hidden when immediate execute
15183                 is chosen
15184
15185         * src/mh.c
15186         * src/news.c
15187         * src/prefs_folder_item.c
15188         * src/procmsg.c
15189                 better handling of missing directories
15190
15191         * src/summaryview.c
15192                 reedit is enabled in outbox
15193                 reedit is enabled in queue
15194
15195 2001-05-17 [hoa]
15196
15197         * src/filtering.c
15198         * src/matcher.[ch]
15199         * src/prefs_filtering.c
15200                 changed attachement into attachment
15201
15202 2001-05-17 [alfons]
15203
15204         0.4.67claws4    
15205
15206         * sync with sylpheed 0.4.67cvs9
15207         * sync with sylpheed 0.4.67cvs7-8
15208
15209 2001-05-17 [hoa]
15210
15211         * src/Makefile.am
15212                 added prefs_filtering.c
15213
15214         * src/filtering.[ch]
15215         * src/matcher.[ch]
15216                 removed action : forward_news and forward_news_as_attachement
15217                 (forward and forward_as_attachement can be used instead)
15218
15219         * src/mainwindow.c
15220                 added menu option to access filtering configuration
15221
15222         * src/prefs_account.c
15223                 changed mail_command default to /usr/sbin/sendmail
15224
15225         * added src/prefs_filtering.[ch]
15226                 dialog box for filtering configuration
15227
15228         * src/prefs_matcher.c
15229                 added function prefs_matcher_get_criteria_from_matching()
15230
15231         * src/prefs_scoring.c
15232                 reset the dialog when register or substitute is clicked
15233
15234 2001-05-15 [hoa]
15235
15236         * src/Makefile.am
15237                 added filtering.[ch]
15238         * src/inc.c
15239                 using filering.[ch] instead of filter.[ch]
15240         * src/main.c
15241                 reading new filtering configuration
15242         * src/matcher.[ch]
15243                 added some filtering actions
15244                 and fixed a bug for headers and mail body matching
15245         * src/mbox.c
15246                 using filering.[ch] instead of filter.[ch]
15247         * src/mh.c
15248                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
15249         * src/summaryview.c
15250                 some fixes for filtering
15251
15252 2001-05-14 [hiroyuki]
15253
15254         * src/send.c: fixed some weird indentations.
15255           send_message_with_command(): call pclose() only if p != NULL.
15256         * src/textview.c: get_email_part(): modified the code for readability.
15257
15258 2001-05-14 [hiroyuki]
15259
15260         * src/md5global.h
15261           src/md5ify.c
15262           src/md5ify.h: removed from the cvs.
15263
15264 2001-05-13 [sergey]
15265
15266         * src/main.c: include rfc2015.h to avoid compiler warnings.
15267         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
15268         the panel is already on screen.
15269         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
15270         closing the alert window by ESC as "No".
15271         * src/prefs_common.c (prefs_interface_create): moved return
15272         receipt check button to the correct place.
15273
15274 2001-03-13 [alfons]
15275
15276         * src/prefs_common.c: 
15277                 moved return receipt check button to the Send tab. (prefs_send_create)
15278                 removed the date format ui related globals. (prefs_display_create)
15279
15280         0.4.67claws3
15281         
15282         * sync with sylpheed 0.4.67cvs5-6
15283
15284 2001-05-13 [paul]
15285
15286         * added Alfons' font selection patch
15287
15288         * src/defs.h
15289         * src/headerwindow.c
15290         * src/prefs_common.c
15291         * src/prefs_common.h
15292
15293 2001-05-13 [hoa]
15294         * src/defs.h
15295                 changed version of cache
15296         * src/matcher.[ch]
15297         * src/prefs_matcher.c
15298                 added additionnal matching criteria
15299         * src/procheader.c
15300         * src/procmsg.[ch]
15301         * src/news.c
15302                 added references in MsgInfo
15303
15304 2001-05-12 [hoa]
15305
15306         * src/defs.h
15307                 prepared some things for new filtering
15308         * src/matcher.[ch]
15309                 added some matching properties
15310                 inreplyto need to be enhanced
15311                 prepared some things for new filtering
15312         * src/messageview.c
15313                 added Return-Receipt-To handling
15314         * src/prefs_folder_item.c
15315                 changed default value to TRUE
15316         * src/prefs_matcher.c
15317                 added some matching properties
15318         * src/prefs_scoring.[ch]
15319                 the scoring dialog is finished
15320         * src/procheader.c
15321                 added Return-Receipt-To handling
15322                 Reference need to be added
15323         * src/procmsg.[ch]
15324                 added Return-Receipt-To handling
15325                 added threadscore to get a better score sorting when
15326                 threads are enabled
15327         * src/summaryview.c
15328                 suppressed a bug when we sort the list
15329                 when no folder is opened.
15330                 better score sorting when threads are enabled
15331
15332 2001-05-12 [alfons]
15333
15334         * reverted previous patch because of potential errors 
15335
15336         0.4.67claws2
15337         
15338         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
15339                 applied "toggle mail-retrieval dialog window" patch submitted 
15340                 by Eric Limpens <eric@qnt.net>
15341
15342         * sync with sylpheed 0.4.67cvs4
15343
15344 2001-05-12 [sergey]
15345
15346         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
15347         some picky compilers.
15348         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
15349         * src/grouplist_dialog.c: include alertpanel.h.
15350         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
15351         fix compile warning.
15352         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
15353         #include "defs.h" before others to prevent the warning of `MIN'
15354         and `MAX' redefinition.
15355
15356 2001-05-11 [hoa]
15357
15358         * src/main.c
15359         * src/messageview.c
15360         * src/prefs_account.c
15361         * src/prefs_display_header.c
15362                 removed warning
15363         * src/Makefile.am
15364                 added prefs_scoring.[ch]
15365         * src/grouplist_dialog.c
15366                 display an error dialog box if the group list
15367                 cannot be fetched.
15368         * src/mainwindow.[ch]
15369                 added main_window_set_thread_option() function
15370                 scoring dialog box enabled
15371         * src/matcher.[ch]
15372                 added flags matching unread /new / marked
15373                 / deleted / replied / forwarded
15374         * src/news.c
15375                 newsgroups are now finally in newscache
15376         * src/prefs_matcher.[ch]
15377                 finished preferences for matching dialog
15378         * added src/prefs_scoring.[ch]
15379                 scoring dialog box completed
15380         * src/scoring.[ch]
15381                 conversion to string : added scoringprop_to_string()
15382                 write config for preferences :
15383                 added prefs_scoring_write_config()
15384         * src/summaryview.c
15385                 threads can be enabled/disabled independently
15386                 for each folder
15387
15388 2001-05-10 [alfons]
15389
15390         0.4.67claws1
15391         
15392         * AUTHORS: 
15393                 thought it would be nice to have a list of all
15394                 contributors (used Changelog as a reference)
15395         
15396         * configure.in: 
15397                 messed up version numbering...
15398
15399         0.4.66claws1
15400
15401         * sync with sylpheed 0.4.67cvs1-3
15402
15403 2001-05-10 [darko]
15404
15405         * src/prefs_common.c:
15406                 better UI for strftime format, double clicking
15407                 on format now inserts the format in text entry
15408                 replaced close button with standard OK/Cancel
15409                 moved date format button to the right of the
15410                 text entry field
15411
15412 2001-05-09 [alfons]
15413
15414         * src/gtkstext.c:
15415                 Ctrl-Home / Ctrl-End have proper cursor navigation
15416
15417 2001-05-09 [hoa]
15418
15419         * src/prefs_matcher.c
15420                 finished UI to define matching properties
15421                 added ok and cancel button
15422         * src/prefs_filter.c
15423                 added ok and cancel button
15424         * src/news.c
15425                 fixed some bug in xhdr parsing
15426
15427 2001-05-08 [alfons]
15428
15429         * src/textview.c: 
15430                 fixed a bug in textview_show_header(), which displayed two colons (':');
15431                 cleaned up some warnings
15432
15433 2001-05-08 [hoa]
15434
15435         * src/Makefile.am
15436                 added prefs_matcher.[ch]
15437                 compilation with -W -Wall
15438         * src/alertpanel.c
15439                 ungrab the mouse events if grabbed - does it
15440                 fix the bug for disposition notification ?
15441         * src/mainwindow.c
15442                 added a menu option to open the matching dialog.
15443         * src/matcher.[ch]
15444                 added matcherprop_to_string() and matcherlist_to_string()
15445                 fixed some bugs, changed the name of some options
15446                 age_sup and age_inf becomes age_greater and age_lower,
15447                 body and messageheaders becomes body_part and headers_part,
15448                 changed the names of constants from SCORING_XXX to MATCHING_XXX
15449         * src/prefs_display_header.c
15450         * src/prefs_headers.c
15451                 fixed a bug that accidentally destroyed dialogs
15452                 when closed them with delete_event
15453                 Added *_deleted() which handle delete_event signal correctly.
15454         * src/prefs_folder_item.[ch]
15455                 added "enable_thread" field for future customization
15456         * added src/prefs_matcher.[ch]
15457                 sample of the UI to define matching properties
15458         * src/procheader.c
15459                 using procheader_headername_equal instead of str*cmp functions
15460                 using procheader_parse_header() function
15461         * src/scoring.c
15462                 using MATCHING_XXX instead of SCORING_XXX
15463         * src/summaryview.c
15464                 display the sender of the news even if this is ourself
15465                 when this is a news message.
15466         * src/textview.c
15467                 using headername_equal() instead of str*cmp functions
15468
15469 2001-05-08 [alfons]
15470
15471         0.4.66claws
15472
15473         * sync with sylpheed 0.4.66
15474         * src/gtkstext.c: trace logs added 
15475
15476 2001-05-08 [sergey]
15477
15478         * src/prefs_common.[ch]: added option to enable/disable GnuPG
15479         signature check popup.
15480         * src/rfc2015.c (check_signature): show signature check popup only
15481         if it is enabled in preferences.
15482
15483 2001-05-07 [alfons]
15484
15485         0.4.66claws4
15486         
15487         * sync with sylpheed 0.4.66cvs6
15488
15489 2001-05-07 [darko]
15490
15491         * src/prefs_common.[ch]: added option to enable/disable
15492           looking up sender name in address book for summary pane
15493         * src/summaryview.c: look up sender in the address book
15494           by using Alfons' address completion code
15495
15496 2001-05-07 [hiroyuki]
15497
15498         * src/inc.h
15499           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
15500           member of Pop3State.
15501         * src/news.c: brought #include "defs.h" before #include <glib.h>
15502           to prevent the warning of `MIN' and `MAX' redefinition.
15503
15504 2001-05-06 [hoa]
15505
15506         * removed src/headers_display.[ch]
15507         * removed src/prefs_display_headers.[ch]
15508         * src/inc.c
15509                 use a temporary file in the user directory for mbox import
15510         * src/news.c
15511                 added XHDR support to get "To" and "Cc" headers
15512                 (in order to match news with to or cc field for
15513                 scoring)
15514                 added function news_parse_xhdr() to get XHDR response
15515         * src/nntp.[ch]
15516                 added function nntp_xhdr()
15517         * src/matcher.c
15518                 fetch the message if necessary
15519
15520 2001-05-06 [alfons]
15521
15522         0.4.66claws3
15523
15524         * sync with sylpheed 0.4.66cvs3-5
15525
15526 2001-05-06 [hoa]
15527
15528         * src/utils.[ch]
15529                 added function itos_buf() to enable use of several buffers
15530         * src/summaryview.c
15531                 use of itos_buf() instead of itos() in summary list
15532                 to fix the broken display of message number.
15533
15534 2001-05-06 [alfons]
15535
15536         * src/gtkstext.c: bug in cursor up navigation fixed,
15537                 fixed another unsigned / signed comparison (we're getting there :-)
15538
15539 2001-05-06 [hoa]
15540
15541         * src/Makefile.am
15542                 added scoring.c scoring.h
15543                 prefs_folder_item.c prefs_folder_item.h
15544                 matcher.c matcher.h
15545         * src/defs.h
15546                 added FOLDERITEM_RC SCORING_RC
15547         * src/folder.[ch]
15548                 added prefs field in FolderItem :
15549                 properties for each folder (PrefsFolderItem),
15550                 sorting type and mode were added as the first properties.
15551         * src/main.c
15552                 read config for scoring
15553         * added src/matcher.[ch]
15554                 gives functions to parse configuration file to do
15555                 matching on mails with a list of conditions.
15556         * src/mainwindow.c
15557                 add option to sort by score
15558         * src/prefs_common.[ch]
15559                 added preference option to show score and for
15560                 the score column size
15561         * added src/prefs_folder_item.[ch]
15562                 properties for each folder (PrefsFolderItem),
15563                 sorting type and mode were added as the first properties.
15564         * src/procheader.[ch]
15565                 added procheader_parse_header()
15566                 added procheader_header_free()
15567                 added procheader_headername_equal()
15568                 and made modification to use them.
15569         * src/procmsg.[ch]
15570                 added score field to MsgInfo structure
15571         * added src/scoring.[ch]
15572                 gives functions to parse configuration file to do
15573                 scoring on mails with a list of conditions.
15574         * src/summaryview.[ch]
15575                 save the sorting type and mode for the folder
15576                 added column to display the score of the mail
15577                 added function summary_score_clicked()
15578                 sorting type and mode are restored to the folder
15579                 when it is reopen
15580         * src/textview.c
15581                 use procheader_parse_header(), procheader_headername_equal()
15582                 removed memory leak in text_scan_header when freeing headers
15583         * src/filter.c
15584                 changed the function to match names of headers
15585                 using procheader_headername_equal()
15586
15587         Scoring functions are implemented, an interface is needed
15588         to configure that.
15589
15590 2001-05-04 [alfons]
15591
15592         * src/gtkstext.c: 
15593                 hopefully fixed the row up navigation bug,
15594                 removed adding back / forward lines to cache
15595
15596 2001-05-04 [sergey]
15597
15598         * src/prefs_display_headers.c: user interface changes:
15599         (prefs_display_headers_create): remove unused "Show" check button;
15600         allow reordering of headers by dragging.
15601         (prefs_display_headers_write_config): remove unused variables.
15602         (prefs_display_headers_set_dialog): do not insert "(New)" at top
15603         of lists (not needed with the new UI).
15604         (prefs_display_headers_set_list): scan lists starting from row 0,
15605         not 1 (do not skip "(New)").
15606         (prefs_display_headers_find_header): new function.
15607         (prefs_display_headers_clist_set_row): do not allow duplicates.
15608         (prefs_display_headers_delete_cb): do not skip row 0; treat
15609         closing the alert window by ESC as "No".
15610         (prefs_display_headers_up): do not protect row 0.
15611         (prefs_display_headers_down): do not protect row 0.
15612
15613 2001-05-04 [sergey]
15614
15615         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
15616         functions.
15617
15618         * src/summaryview.c
15619         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
15620         summary_select_next_marked, summary_select_prev_marked): new
15621         functions.
15622
15623 2001-05-03 [sergey]
15624
15625         * src/news.c: fixed a bug when no article can be fetched after
15626         server timeout if the connection was restored by news_post():
15627         (news_select_group): new function.
15628         (news_fetch_msg): call news_select_group() before fetching
15629         article.
15630         (news_get_uncached_articles): set session->group after successful
15631         GROUP command.
15632
15633 2001-05-03 [hoa]
15634
15635         * src/defs.h
15636         * src/procmsg.[ch]
15637         * src/procheader.c
15638                  changed version of cache, added cc field
15639
15640         * src/prefs_display_headers.c
15641                 the interface was changed
15642
15643         * src/prefs_headers.c
15644                 added cancel button
15645
15646 2001-05-03 [alfons]
15647
15648         * completed sync of sylpheed cvs2
15649         * src/gtkstext.c: updated row up / down cursor navigation
15650         * src/textview.c: re-edited, prepared for fixing the email address
15651                 scanner.
15652
15653 2001-05-03 [darko]
15654
15655         * src/prefs_common.c: use alfons' strftime ui code
15656         entry_datefmt and datefmt_sample widgets have to be
15657         global in this module because of this change
15658
15659 2001-05-03 [hoa]
15660
15661         * src/messageview.c
15662         * src/prefs_common.[ch] added option to activate the return receipt
15663                 feature.
15664
15665 2001-05-02 [alfons]
15666
15667         * src/gtkstext.c: fix for row up/down cursor navigation. 
15668
15669         0.4.66claws2
15670         
15671         * sync with 0.4.66cvs2
15672
15673 2001-05-02 [paul]
15674
15675         added add-sender-to-addressbook patch
15676
15677         * src/addressbook.c
15678         * src/addressbook.h
15679         * src/summaryview.c
15680
15681 2001-05-02 [sergey]
15682
15683         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15684         G_ALERTDISABLE.
15685
15686         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15687         all existing callers changed to pass FALSE; create a check button
15688         to disable the message.
15689         (alertpanel_message_with_disable): new function.
15690         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15691         (alertpanel_button_toggled): new function.
15692         (alertpanel_button_clicked, alertpanel_close): set value using
15693         G_ALERT_VALUE_MASK.
15694
15695         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15696
15697         * src/prefs_common.c (prefs_privacy_create): new check button
15698         checkbtn_gpgme_warning.
15699
15700         * src/main.c (main): moved preferences reading before gpgme
15701         initialization; check prefs_common.gpgme_warning before giving the
15702         GnuPG warning and set it to FALSE if the user wants to disable the
15703         warning.
15704
15705 2001-05-02 [hiroyuki]
15706
15707         * src/prefs_display_headers.c: modified the layout and some labels.
15708
15709 2001-05-02 [sergey]
15710
15711         * src/prefs_account.c (prefs_account_fix_size): new function.
15712         (prefs_account_create): call prefs_account_fix_size(); use
15713         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15714         size when the window is shown for the first time).
15715         (prefs_account_basic_create): changed layout of serv_table; moved
15716         localmbox_entry above smtpserv_entry (logically it replaces
15717         POP3/IMAP server).
15718         (prefs_account_protocol_activated): set sensitivity of
15719         nntpauth_chkbtn according to the protocol (in addition to
15720         hide/show); commented out gtk_table_set_row_spacing() calls.
15721         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15722         not sensitive (fixes a bug with disabled username/password boxes
15723         when editing POP3 account after NNTP with authentication).
15724
15725 2001-05-02 [hoa]
15726
15727         * src/account.c
15728         * src/inc.c
15729         * src/prefs_account.[ch]
15730         * src/send.c
15731                 removed local account without SMTP server
15732                 added option to use mail command instead of a connexion
15733                 to SMTP server when a local account is used
15734         * src/prefs_headers.c
15735                 fixed a bug
15736         * src/news.c
15737                 fixed a bug when connexion immediately closed
15738
15739 2001-05-01 [alfons]
15740
15741         0.4.66claws1
15742         
15743         * sync with 0.4.65
15744
15745 2001-05-01 [sergey]
15746
15747         * src/prefs_account.c (Basic, prefs_account_basic_create): new
15748         widget nntpauth_chkbtn.
15749         (prefs_account_protocol_activated): handle nntpauth_chkbtn
15750         visibility.
15751         (prefs_account_nntpauth_toggled): new function.
15752
15753         * src/news.c (news_session_new_for_folder): use NNTP
15754         authentication only if ac->use_nntp_auth is set.
15755
15756 2001-05-01 [hoa]
15757
15758         * src/Makefile.am changed headers.[ch] in customheader.[ch]
15759         * src/prefs_display_headers.c changed the UI
15760         * src/prefs_headers.c changed account_name to account_id
15761         * src/compose.c using customheader.h
15762
15763 2001-05-01 [hiroyuki]
15764
15765         * src/esmtp.c
15766           src/news.c
15767           src/nntp.c: changed sock_read() to sock_gets(), they've been left
15768           unsynched.
15769
15770 2001-05-01 [hoa]
15771
15772         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
15773         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
15774                 for displaying of headers
15775         * src/grouplist_dialog.[ch] minor changes to remove warnings
15776         * src/prefs_display_headers.[ch] dialog to choose the
15777         headers to display in the mail viewer.
15778         * src/headers.h correction of #define
15779         * src/headers_display.[ch] configuration for displaying of headers.
15780         * src/main.c read config of displaying of headers
15781         * src/prefs_common.c add a button to access the config dialog
15782                 for displaying of headers
15783         * src/prefs_display_headers.[ch] dialog for configuration for
15784                 displaying of the headers.
15785         * src/prefs_headers.c cleaning of code
15786         * src/procheader.c comments added to code
15787         * src/textview.c changes to reorder the headers depending
15788                 on the config for displaying of headers
15789
15790 2001-04-30 [alfons]
15791
15792         0.4.65claws7
15793
15794         * sync with 0.4.65cvs12
15795
15796         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
15797
15798 2001-04-30 [sergey]
15799
15800         * src/nntp.h (NNTPSockInfo): new field auth_failed.
15801
15802         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
15803         is set to force reconnection after authentication failure.
15804         (nntp_gen_command): set sock->auth_failed on authentication
15805         failure, or if sock->userid and sock->passwd are not set.
15806
15807         * src/news.c (news_session_new_for_folder): set userid=NULL if
15808         password dialog is cancelled.
15809
15810 2001-04-30 [sergey]
15811
15812         * src/nntp.h (NNTPSockInfo): new type.
15813
15814         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
15815         SockInfo.
15816         (nntp_open_auth, nntp_close): new functions.
15817         (nntp_gen_command): new function to handle authentication; all
15818         NNTP command functions updated to use it.
15819         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
15820         (nntp_list): removed old useless code.
15821
15822         * src/news.h (NNTPSession): new field nntp_sock.
15823
15824         * src/news.c: all functions updated to use NNTPSockInfo instead of
15825         SockInfo.
15826         (news_session_new): new arguments (userid, passwd); made static;
15827         use nntp_open_auth() if needed.
15828         (news_session_destroy): use nntp_close() instead of sock_close().
15829         (news_query_password): changed arguments.
15830         (news_session_new_for_folder): new function.
15831         (news_session_get): use news_session_new_for_folder().
15832         (news_authenticate): deleted.
15833         (news_get_uncached_articles): removed old authentication code.
15834
15835 2001-04-30 [sergey]
15836
15837         * src/news.c: reverted my previous changes (need to do NNTP
15838         authentication in a cleaner way).
15839         
15840 2001-04-29 [sergey]
15841
15842         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
15843         news_nntp_post, news_nntp_mode): new functions (wrappers with
15844         authentication support).
15845         (news_get_article_cmd, news_get_article, news_get_header): new
15846         argument "folder"; all callers changed.
15847         (news_get_article_cmd): added authentication support.
15848         (news_session_get): use news_nntp_mode() instead of nntp_mode().
15849         (news_post): use news_nntp_post() instead of nntp_post().
15850         (news_get_uncached_articles): use news_nntp_group() instead of
15851         nntp_group() and news_nntp_xover() instead of nntp_xover();
15852         removed old authentication code.
15853         (news_get_group_list): use news_nntp_list() instead of nntp_list().
15854
15855         * src/nntp.c (nntp_list): return real error code instead of
15856         hardcoded NN_ERROR.
15857
15858 2001-04-29 [sergey]
15859
15860         * configure.in: fixed wint_t typedef detection again
15861
15862 2001-04-28 [hoa]
15863
15864         * src/prefs_account.[ch], added A_LOCAL_CMD
15865                 (send mail with mail command)
15866         * src/send.c added function send_message_with_command()
15867         * src/inc.c made a more secure get_spool() function with
15868                 mktemp() but maybe mkstemp() or something more
15869                 secure can be used.
15870
15871 2001-04-28 [alfons]
15872
15873         * src/textview.c, colorization of email addresses in headers
15874
15875         0.4.65claws6
15876
15877         * bug sync with sylpheed
15878         * prefs_common.c: created date format ui for darko
15879         * sync with 0.4.65cvs11
15880         * configure.in: corrected to have the new gpg checks
15881
15882 2001-04-27 [alfons]
15883
15884         * completed sync with 0.4.65cvs10
15885         * minor debug things added to gtkstext.c
15886
15887 2001-04-27 [darko]
15888
15889         * configure.in: remove check for availability of
15890           strftime() as advised by Hiroyuki
15891         * src/prefs_common.[ch], src/procheader.c:
15892           synch strftime() code with Hiroyki's main branch
15893
15894 2001-04-26 [sergey]
15895
15896         * src/news.c: news_query_password(), news_authenticate(): new
15897           functions.
15898           news_get_uncached_articles(): added NNTP authentication
15899           handling.
15900         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
15901           new functions.
15902         * src/prefs_account.c: prefs_account_protocol_activated():
15903           enable userid and password fields for NNTP.
15904
15905 2001-04-26
15906
15907         * configure.in: check for availability of strftime()
15908           [darko]
15909         * src/prefs_common.[ch], src/procheader.c: use
15910           strftime() for displaying date in summary pane if it
15911           is available
15912
15913 2001-04-25
15914
15915         * more .cvsignore cleanups [alfons]
15916
15917 2001-04-25
15918
15919         * ac/sv-check-type.m4: new autoconf macro.
15920         * configure.in: fixed wint_t typedef detection (did not work
15921           with gcc-2.96).
15922
15923 2001-04-25
15924
15925         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
15926           [hiroyuki]
15927
15928 2001-04-24
15929         * modified gtkstext.c : buggy cursor navigation fixed, 
15930           and font descent also taken in account when drawing
15931           cursor. [alfons]
15932
15933 2001-04-24 [hoa]
15934         * added comments in src/news.c src/nntp.c
15935         * added src/prefs_headers.[ch]
15936         * added src/headers.[ch]
15937         * modified compose.c to activate custom headers
15938                 added function is_in_custom_headers
15939         * modified prefs_account.[ch]
15940                 added function prefs_account_customhdr_edit
15941         * modified src/defs.h :
15942                 added HEADERS_RC : name of the config file
15943                 for the custom headers
15944
15945 2001-04-24
15946
15947     0.4.65claws5
15948
15949         * configure.in
15950           src/gtkstext.[ch]
15951           src/compose.c
15952           src/Makefile.am
15953           
15954           added gtkstext with configure.in patch by Hiroyuki which
15955           should fix the XIM detection [alfons]
15956
15957         * more clean up of cvs [alfons]
15958
15959                  * removed all Makefile.in files to attic.
15960
15961                  * updated all .cvsignores to really ignore things that could
15962                    be unintentionally committed by a recursive commit.
15963
15964 2001-04-23 [hoa]
15965         * added src/grouplist_dialog.[ch]
15966         * changed src/folderview.c to call grouplist_dialog instead
15967                 of inputdialog
15968         * src/news.c :
15969                 added functions news_reset_group_list
15970                 and news_get_group_list
15971         * src/nntp.c :
15972                 added function nntp_list
15973         * src/defs.h :
15974                 added GROUPLIST_FILE : name of the newsgroup list cache file
15975
15976 2001-04-21
15977
15978         * added option to warn about queued messages on exit [sergey]:
15979
15980           * src/compose.c: compose_queue(): call folder_item_scan()
15981             and folderview_update_item() after queueing.
15982           * src/folderview.c: folderview_update_node(): draw the queue
15983             folder in bold font if there are queued messages.
15984           * src/mainwindow.c: queued_messages(): new function.
15985             app_exit_cb(): display warning if there are queued messages
15986             if warn_queued_on_exit is set.
15987           * prefs_common.[ch]: add warn_queued_on_exit option.
15988
15989         * enhanced GnuPG key selection support [sergey]:
15990
15991           * src/select-keys.c: updated to newer version from Win32
15992             branch with support for selecting arbitrary keys.
15993           * src/prefs_account.c: added the Privacy tab to the account
15994             options window.
15995             prefs_account_privacy_create(),
15996             prefs_account_sign_key_set_data_from_radiobtn(),
15997             prefs_account_sign_key_set_radiobtn(): new functions.
15998           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
15999           * src/rfc2015.c: set_signers(): new function.
16000             pgp_sign(): add the account parameter, call set_signers().
16001             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
16002           * src/rfc2015.h: rfc2015_sign(): updated prototype.
16003           * src/compose.c: pass the current account to rfc2015_sign().
16004
16005         * tag name claws added to prevent confusion with main branch [alfons]
16006
16007         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
16008
16009         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
16010
16011         * sync with recent sylpheed cvs. Untested though. [alfons]
16012