New: Dillo plugin preferences (patch by Dimitar Haralanov)
[claws.git] / ChangeLog.claws
1 2003-04-30 [melvin]     0.8.11claws132
2
3         New: Dillo plugin preferences (patch by Dimitar Haralanov)
4
5         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
6                 Preferences for the dillo plugin
7         * src/plugins/dillo_viewer/dillo_viewer.c
8                 Support for preferences
9         * src/plugins/dillo_viewer/Makefile.am
10                 Added dillo_prefs.[ch]
11
12 2003-04-30 [alfons]     0.8.11claws131
13
14         * src/common/plugin.[ch]
15                 see? this ANSI C'fication immediately gives us type
16                 checking for free.
17
18 2003-04-30 [alfons]     0.8.11claws130
19
20         * src/common/plugin.[ch]
21         * src/plugins/clamav/clamav_plugin.[ch]
22         * src/plugins/clamav/clamav_plugin_gtk.c
23         * src/plugins/demo/demo.c
24         * src/plugins/dillo_viewer/dillo_viewer.c
25         * src/plugins/image_viewer/plugin.c
26         * src/plugins/image_viewer/viewer.[ch]
27         * src/plugins/image_viewer/viewerprefs.[ch]
28         * src/plugins/mathml_viewer/mathml_viewer.c
29         * src/plugins/spamassassin/spamassassin.[ch]
30         * src/plugins/spamassassin/spamassassin_gtk.c
31         * src/plugins/trayicon/trayicon.c
32                 clean up
33
34 2003-04-30 [alfons]     0.8.11claws129
35
36         * src/common/utils.c
37                 make is_ascii_str() fail gracefully when NULL pointer
38                 is passed
39
40 2003-04-30 [paul]       0.8.11claws128
41
42         * src/addrindex.c
43                 fix bug where opening folder has massive slowdown when
44                 using the 'Display sender using address book' option
45
46 2003-04-30 [paul]       0.8.11claws127
47
48         * src/plugins/clamav/clamav_plugin.c
49           src/plugins/clamav/clamav_plugin_gtk.c
50           src/plugins/demo/demo.c
51           src/plugins/dillo_viewer/dillo_viewer.c
52           src/plugins/image_viewer/plugin.c
53           src/plugins/mathml_viewer/mathml_viewer.c
54           src/plugins/spamassassin/spamassassin.c
55           src/plugins/spamassassin/spamassassin_gtk.c
56           src/plugins/trayicon/trayicon.c
57                 get rid of eye-hurting function signatures
58
59 2003-04-30 [paul]       0.8.11claws126
60
61         * src/plugins/trayicon/trayicon.c
62                 add description
63                 
64         * src/mimeview.c
65                 be more descriptive
66
67 2003-04-30 [paul]       0.8.11claws125
68
69         * configure.ac
70                 arrange the plugins in reverse alphabetical order
71                 
72         * src/plugins/clamav/clamav_plugin.[ch]
73           src/plugins/clamav/clamav_plugin_gtk.c
74                 rename some params
75                 resize max_size window
76                 re-arrange the order of some gui elements
77                 improve descriptions
78         
79         * src/plugins/image_viewer/plugin.c
80           src/plugins/mathml_viewer/mathml_viewer.c
81                 add descriptions
82                 
83         * src/plugins/spamassassin/spamassassin_gtk.c
84                 resize max_size window
85                 re-arrange the order of some gui elements
86                 
87         * src/messageview.c
88           src/mimeview.c
89                 correct typos
90
91 2003-04-30 [alfons]     0.8.11claws124
92
93         * src/imap.c
94                 fix a leak found while browsing Martin Kluge's 
95                 valgrind log (Claws only)
96
97 2003-04-29 [darko]      0.8.11claws123
98
99         * src/gtk/gtkstext.h
100                 include wchar.h if it is available, fixes compilation
101                 on HP-UX systems
102
103 2003-04-29 [melvin]     0.8.11claws122
104
105         * src/prefs_actions.c
106                 Improved help text of Actions' syntax
107
108 2003-04-28 [paul]       0.8.11claws121
109
110         * src/action.c
111                 a better fix for the crash when performing an action
112                 on a mime part
113
114 2003-04-28 [paul]       0.8.11claws120
115
116         * src/action.c
117                 fix crash when performing an action on a
118                 mime part
119
120 2003-04-28 [paul]       0.8.11claws119
121
122         * sync with 0.8.11cvs36
123                 see ChangeLog 2003-04-28
124
125 2003-04-27 [paul]       0.8.11claws118
126
127         * more sync with 0.8.11cvs35
128                 see ChangeLog 2003-04-25
129
130 2003-04-26 [christoph]  0.8.11claws117
131
132         * src/folder.c
133                 fix remove virtual check
134
135 2003-04-26 [paul]       0.8.11claws116
136
137         * src/messageview.c
138                 fix return-receipt, make it work again
139
140 2003-04-26 [paul]       0.8.11claws115
141
142         * src/mimeview.c
143                 restore double-clicking of the [application/pgp-signature 
144                 (Select "Check signature" to check)] line in the message view,
145                 broken in recent sync
146
147 2003-04-26 [christoph]  0.8.11claws114
148
149         * src/folder.c
150                 check if remove virtual really exists before
151                 calling the function
152
153 2003-04-25 [match]      0.8.11claws113
154
155         * src/addrindex.c
156         * src/addrbook.c
157         * src/ldapquery.[ch]
158         * src/ldapctrl.[ch]
159                 fix memleak.
160         * src/ldapserver.[ch]
161                 fix memleak. fix segfault.
162                 plug a Claws memleak
163
164 2003-04-25 [alfons]     0.8.11claws112
165
166         * src/folder.c
167                 plug a Claws memleak
168
169 2003-04-25 [alfons]     0.8.11claws111
170
171         * src/common/session.c
172                 plug a memleak
173
174 2003-04-25 [paul]       0.8.11claws110
175
176         * sync with 0.8.11cvs35
177                 see ChangeLog 2003-04-24 and 2003-04-25
178                 
179         * src/gtk/pluginwindow.c
180                 correct another strange float value
181
182 2003-04-24 [christoph]  0.8.11claws109
183
184         * src/folder.c
185                 freeze folder item updates when unsetting new flags
186
187         * src/gtk/pluginwindow.c
188                 correct strange float value
189
190 2003-04-23 [paul]       0.8.11claws108
191
192         * sync with 0.8.11cvs33
193                 see ChangeLog 2003-04-23
194
195 2003-04-22 [paul]       0.8.11claws107
196
197         * src/Makefile.am
198           src/messageview.c
199           src/mimeview.c
200           src/pgptext.[ch]      ** REMOVED **
201                 remove pgptext.[ch] as its not used any more
202
203 2003-04-22 [paul]       0.8.11claws106
204
205         * sync with 0.8.11cvs31
206                 see ChangeLog 2003-04-21 and 2003-04-22
207
208 2003-04-21 [alfons]     0.8.11claws105
209
210         * src/main.c
211                 No access to GTK structures if we're a spawned child
212                 (and clean up code a little bit...) Should fix #126.
213
214 2003-04-21 [melvin]     0.8.11claws104
215
216         * src/plugins/dillo_viewer/README
217                 Improved slightly the text.
218
219 2003-04-21 [melvin]     0.8.11claws103
220
221         * src/plugins/dillo_viewer/README *** NEW ***
222                 Added a README file for the Dillo plugin
223
224 2003-04-20 [paul]
225
226         * tools/README
227           tools/outlook2sylpheed.pl
228                 updated and improved by Ricardo Mones Lastra
229
230 2003-04-18 [oliver]     0.8.11claws102
231
232         * src/inc.c 
233         * src/prefs_account.h
234                 remove Pop3SessionType (used by selective download)
235         * src/prefs_toolbar.c
236                 enable set Default Toolbar button
237
238 2003-04-18 [paul]       0.8.11claws101
239
240         * sync with 0.8.11cvs29
241                 see ChangeLog 2003-04-18
242
243 2003-04-17 [paul]       0.8.11claws100
244
245         * src/prefs_common.[ch]
246           src/summaryview.c
247                 remove 'Open next message on deletion' option,
248                 as the same effect can now be achieved via the
249                 'Always open messages in summary when selected'
250                 option.
251
252 2003-04-17 [paul]       0.8.11claws99
253
254         * sync with 0.8.11cvs28
255                 see ChangeLog 2003-04-17
256
257 2003-04-17 [christoph]  0.8.11claws98
258
259         * ac/spamassassin.m4
260         * src/plugins/spamassassin/libspamc.[ch]
261         * src/plugins/spamassassin/utils.[ch]
262                 sync libspamc with SpamAssassin project
263
264 2003-04-17 [christoph]  0.8.11claws97
265
266         * src/common/socket.h
267         * src/gtk/sslcertwindow.h
268                 rename old USE_SSL to USE_OPENSSL
269
270 2003-04-17 [paul]       0.8.11claws96
271
272         * src/prefs_common.h
273                 use gulong for P_COLOR so that it compiles/runs on
274                 64-bit systems. Patch submitted by James Noyes
275                 <jnoyes-claws@retrogeeks.com>
276                 
277         * po/de.po
278                 updated by Jens
279
280 2003-04-17 [paul]       0.8.11claws95
281
282         * sync with 0.8.11cvs27
283                 see ChangeLog 2003-04-16
284
285 2003-04-15 [paul]       0.8.11claws94
286
287         * src/prefs_common.[ch]
288                 rearrange to stop the window getting too long:
289                         move Receive dialog stuff to Receive tab
290                         move Send dialog to Send tab
291                         remove Dialogs frame
292                 rename 'Open messages in summary with cursor keys' to
293                 'Always open messages in summary when selected', as its
294                 more appropriate
295
296 2003-04-15 [paul]       0.8.11claws93
297
298         * src/prefs_common.[ch]
299           src/summaryview.c
300                 add new option '/Interface/Open next message on deletion'
301
302 2003-04-15 [paul]       0.8.11claws92
303
304         * src/summaryview.[ch]
305                 add /Mark/Lock and /Mark/Unlock to the pop-up
306                 menu. Patch submitted by Ivan Francolin Martinez
307                 <ivanfm@users.sourceforge.net>
308
309 2003-04-15 [paul]       0.8.11claws91
310
311         * sync with 0.8.11cvs24
312                 see ChangeLog 2003-04-15
313
314 2003-04-14 [jens]       0.8.11claws90
315
316         * updated German translation and some corrections from
317                 Roland Bless <bless@tm.uka.de>
318
319 2003-04-14 [paul]       0.8.11claws89
320
321         * sync with 0.8.11cvs22
322                 see ChangeLog 2003-04-14
323
324 2003-04-13 [paul]       0.8.11claws88
325
326         * src/plugins/clamav/clamav_plugin.c
327                 fix memory leaks
328                 clean up
329
330 2003-04-12 [paul]       0.8.11claws87
331
332         * src/plugins/clamav/clamav_plugin.c
333                 activate enable/disable archive scanning option
334                 
335         * src/plugins/clamav/.cvsignore         ** NEW FILE **
336
337 2003-04-12 [paul]       0.8.11claws86
338
339         * src/plugins/Makefile.am
340           src/plugins/clamav/Makefile.am                ** NEW FILE **
341           src/plugins/clamav/README                     ** NEW FILE ** 
342           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
343           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
344                 add Clam AntiVirus plugin
345
346 2003-04-12 [paul]       0.8.11claws85
347
348         * sync with 0.8.11cvs21
349                 see ChangeLog 2003-04-11
350
351 2003-04-11 [paul]       0.8.11claws84
352
353         * po/es.po
354                 update Spanish translation. Submitted by Ricardo
355                 Mones Lastra.
356
357 2003-04-10 [christoph]  0.8.11claws83
358
359         * src/mbox.c
360                 fix typo that did not move unfiltered mails to destination
361                 folder
362
363         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
364          when filtering from spool)
365
366 2003-04-10 [christoph]  0.8.11claws82
367
368         * src/imap.c
369                 use BODY.PEEK instead of BODY in in message fetch operation
370                 to make sure the IMAP server does not set the \Seen flag for
371                 messages. Sylpheed does that later itself, when the message
372                 is opened in sylpheed
373
374         (closes Bug 111 Claws destroys unread marks)
375
376 2003-04-09 [oliver]     0.8.11claws81
377         
378         * src/folder.c
379                 fix crash in folder_destroy
380         * README.claws
381                 remove selective download
382
383 2003-04-09 [christoph]  0.8.11claws80
384
385         * src/imap.c
386                 fix crash in imap_get_msginfo() when then fetched message
387                 is not found
388
389         (closes Bug 110 Crash during mail composition)
390
391 2003-04-08 [christoph]  0.8.11claws79
392
393         * src/folder.c
394         * src/prefs_account.c
395                 Filter new messages that are found in an INBOX folder
396                 when 'Filter messages on receiving' is enabled in the
397                 Folder's AccountPrefs. This allows to use Sylpheed's
398                 filtering engine for IMAP folders where messages are
399                 added to the INBOX by a MTA
400
401 2003-04-08 [paul]       0.8.11claws78
402
403         * src/procmsg.h
404                 clean up after last commit
405
406 2003-04-08 [paul]       0.8.11claws77
407
408         * sync with 0.8.11cvs20
409                 see ChangeLog 2003-04-07 and 2003-04-08
410
411 2003-04-07 [christoph]  0.8.11claws76
412
413         * src/filtering.[ch]
414         * src/inc.[ch]
415         * src/mbox.c
416         * src/procmsg.[ch]
417                 add procmsg_msginfo_filter() to execute filtering actions
418
419 2003-04-06 [christoph]  0.8.11claws75
420
421         * src/imap.c
422                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
423
424 2003-04-06 [christoph]  0.8.11claws74
425
426         * src/common/utils.[ch]
427                 add g_int_compare() function for slist sorting
428
429         * src/imap.c
430                 fetch all MsgInfos with one command in imap_get_msginfos()
431                 using an imap set with a list of ranges
432
433         * src/news.c
434                 use new g_int_compare() function
435
436 2003-04-06 [thorsten]   0.8.11claws73
437
438         * src/mh.c
439                 corrected implementation of mh_folder_destroy()
440
441 2003-04-05 [christoph]  0.8.11claws72
442
443         * src/account.c
444         * src/folder.[ch]
445         * src/folderview.c
446         * src/imap.c
447         * src/inc.c
448         * src/main.c
449         * src/mainwindow.c
450         * src/mbox_folder.c
451         * src/mh.c
452         * src/mimeview.h
453         * src/msgcache.[ch]
454         * src/news.c
455         * src/procmime.h
456         * src/procmsg.[ch]
457         * src/setup.c
458         * src/gtk/gtkutils.c
459                 o rename structure field names class and new to klass and
460                   new_msgs, to allow including files in C++
461                 o add 'extern "C"' block to some header files
462                 o add MsgInfoList and MsgNumberList as alias for GSList for
463                   developers to know what type of list is expected
464
465         * src/plugins/image_viewer/plugin.c
466         * src/plugins/image_viewer/viewer.[ch]
467         * src/plugins/image_viewer/viewerprefs.[ch]
468                 rename function names to prevent conflicts
469
470 2003-04-05 [paul]       0.8.11claws71
471
472         * sync with 0.8.11cvs18
473                 see ChangeLog 2003-04-03 and 2003-04-04
474
475 2003-04-02 [christoph]  0.8.11claws70
476
477         * src/folder.[ch]
478         * src/imap.[ch]
479         * src/mbox_folder.[ch]
480         * src/mh.[ch]
481         * src/news.[ch]
482                 o Make all virtual folder functions private
483                 o remove unused folder code
484
485         * src/common/socket.[ch]
486         * src/summaryview.c
487                 fix warnings
488
489 2003-03-30 [alfons]     0.8.11claws69
490
491         * src/send_message.c
492                 remove two debug traces and see if people still report
493                 errors
494
495 2003-03-30 [alfons]     0.8.11claws68
496
497         * src/send_message.c
498         * src/commons/session.c
499                 add more debug traces
500
501 2003-03-30 [christoph]  0.8.11claws67
502
503         * src/folder.c
504                 change processing folder name from .processing to processing
505
506         * src/common/ssl.c
507                 disable SSL certificate check because it causes Xlib error
508                 when the child process want's to open an GTK window
509
510 2003-03-30 [christoph]  0.8.11claws66
511
512         * src/folder.c
513                 don't use default folder for processing folder item because
514                 it can be a non local folder
515
516         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
517
518 2003-03-30 [alfons]     0.8.11claws65
519
520         * src/send_message.c
521                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
522                 to generate bad code for 'send_send_data_progressive': When
523                 called from 'send_send_data_finished', the 'data' pointer is
524                 cleared just before the assignment to the dialog pointer
525
526 2003-03-29 [christoph]  0.8.11claws64
527
528         * src/common/prefs.h
529         * src/plugins/image_viewer/Makefile.am
530         * src/plugins/image_viewer/plugin.c
531         * src/plugins/image_viewer/viewer.[ch]
532         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
533                 add PrefsPage for ImageViewer
534
535 2003-03-28 [thorsten]   0.8.11claws63
536
537         * src/common/session.c
538                 added some comments
539
540 2003-03-28 [paul]       0.8.11claws62
541
542         * sync with 0.8.11cvs16
543                 see ChangeLog 2003-03-28
544
545 2003-03-28 [paul]       0.8.11claws61
546
547         * sync with 0.8.11cvs15
548                 see ChangeLog 2003-03-28
549
550 2003-03-27 [christoph]  0.8.11claws60
551
552         * src/folder.c
553         * src/imap.c
554         * src/common/socket.[ch]
555                 set socket state to DISCONNECTED when any operation
556                 fails to allow reconnecting in IMAP code without
557                 checking the return code of all calls to the command
558                 functions
559
560         * src/folderview.c
561         * src/summaryview.c
562                 remove some more stuff that depends on specific
563                 folder types
564
565 2003-03-27 [paul]       0.8.11claws59
566
567         * sync with 0.8.11cvs14
568                 see ChangeLog 2003-03-27
569                 
570         * src/selective_download.[ch]   ** REMOVED **
571                 really removed
572
573 2003-03-27 [christoph]  0.8.11claws58
574
575         * src/folder.c
576                 fix handling of tmp_flags in flag copy function
577
578 2003-03-27 [paul]       0.8.11claws57
579
580         * sync with 0.8.11cvs13
581                 see ChangeLog 2003-03-27
582
583 2003-03-27 [oliver]     0.8.11claws56
584
585         * src/maiwindow.c
586                 remove sel_download_cb
587
588 2003-03-27 [oliver]     0.8.11claws55
589         
590         * src/inc.c
591                 remove POP3_TOP
592         
593 2003-03-26 [oliver]     0.8.11claws54
594
595         *src/pop.h
596                 remove POP3_TOP*
597         * README.claws
598                 remove selective donwload readme
599
600 2003-03-26 [oliver]     0.8.11claws53
601         * src/matcher.[ch]
602         * src/matcher_parser_parse.y 
603         * src/pop.c 
604         * src/prefs_account.[ch]
605         * src/prefs_filtering.c
606                 remove selective donwload
607
608 2003-03-26 [oliver]     0.8.11claws52
609
610         * src/inc.[ch] 
611         * src/filtering.c 
612         * src/mainwindow.c 
613                 remove selective donwload
614
615 2003-03-26 [oliver]     0.8.11claws51
616         
617         * src/Makefile.am
618         * src/selective_download.[ch]   ** REMOVE **    
619
620 2003-03-26 [christoph]  0.8.11claws50
621
622         * src/news.c
623                 fix NEWS that got broken by a sync with sylpheed-main
624
625 2003-03-26 [christoph]  0.8.11claws49
626
627         * src/mimeview.c
628                 fix mime type guessing when no mime type is found for a file
629
630 2003-03-25 [christoph]  0.8.11claws48
631
632         * src/mimeview.c
633         * src/procmime.c
634                 remove mime type guessing from mime parser and use
635                 name based mime types in viewer lookup for mime type
636                 application/octet-stream
637
638 2003-03-25 [christoph]  0.8.11claws47
639
640         * doc-src/readme.txt
641         * doc-src/rfc2554.txt
642                 add RFC about SMTP AUTH
643
644         * src/send_message.c
645         * src/common/smtp.[ch]
646                 add extra error code for authentication errors and
647                 clear temporary password when this error occurs
648
649         (closes Bug 84 authentication failure while sending should
650          prompt for password again)
651
652 2003-03-25 [christoph]  0.8.11claws46
653
654         * configure.ac
655         * src/Makefile.am
656         * src/imageview.[ch]                            ** REMOVE **
657         * src/messageview.[ch]
658         * src/mimeview.[ch]
659         * src/prefs_common.[ch]
660         * src/textview.c
661         * src/plugins/Makefile.am
662         * src/plugins/image_viewer/.cvsignore           ** NEW **
663         * src/plugins/image_viewer/Makefile.am          ** NEW **
664         * src/plugins/image_viewer/plugin.c             ** NEW **
665         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
666                 move image viewer into a plugin (building is enabled by default)
667                 [ToDo: Prefs for resize and autoview]
668
669 2003-03-25 [paul]       0.8.11claws45
670
671         * sync with 0.8.11cvs12
672                 see ChangeLog 2003-03-26
673
674 2003-03-25 [paul]       0.8.11claws44
675
676         * sync with 0.8.11cvs11
677                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
678                 
679         Note: Selective Download is broken.
680                 
681 2003-03-22 [christoph]  0.8.11claws43
682
683         * src/folder.c
684                 code cleanup for flags copying
685
686 2003-03-22 [christoph]  0.8.11claws42
687
688         * src/plugins/trayicon/trayicon.c
689                 fix setting the transparent area when the window size
690                 is forced by the system tray
691
692 2003-03-22 [christoph]  0.8.11claws41
693
694         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
695         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
696         * src/plugins/trayicon/newmail.xpm              ** NEW **
697         * src/plugins/trayicon/nomail.xpm               ** NEW **
698         * src/plugins/trayicon/trayicon.c
699         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
700                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
701                 o add icon for unread mails
702                 o set transparency for window
703
704 2003-03-22 [christoph]  0.8.11claws40
705
706         * src/news.c
707                 init news session to prevent crash when session is closed
708
709 2003-03-22 [christoph]  0.8.11claws39
710
711         * src/imap.c
712         * src/common/session.[ch]
713                 Init session data to make sure we don't have invalid pointers
714                 for read_ch and write_ch when new multi process sessions are
715                 not used
716
717         * src/main.c
718         * src/common/plugin.c
719         * src/common/sylpheed.c
720         * src/plugins/demo/demo.c
721         * src/plugins/dillo_viewer/dillo_viewer.c
722         * src/plugins/mathml_viewer/mathml_viewer.c
723         * src/plugins/spamassassin/spamassassin.c
724         * src/plugins/spamassassin/spamassassin_gtk.c
725                 add plugin types to allow loading plugins at different times
726                 (and maybe for different frontends), because it's not good to
727                 load GTK-Plugins gefore gtk_init was called
728
729         * configure.ac
730         * src/plugins/Makefile.am
731         * src/plugins/trayicon/.cvsignore               ** NEW **
732         * src/plugins/trayicon/Makefile.am              ** NEW **
733         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
734         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
735         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
736         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
737         * src/plugins/trayicon/trayicon.c               ** NEW **
738                 New Trayicon plugin that shows an icon in a systray that uses
739                 XEMBED protocol like Gnome's systray. Icon shows if there
740                 are new mails and a tooltip shows information about new,
741                 unread and total messages.
742
743 2003-03-22 [paul]       0.8.11claws38
744
745         * src/common/smtp.c
746                 fix ESMTP AUTH CRAM-MD5
747                 [sync with main (still version 0.8.11cvs6), see
748                  ChangeLog 2003-03-22]
749
750 2003-03-21 [colin]      0.8.11claws37
751
752         * src/send_message.c
753                 Fix USE_SSL => USE_OPENSSL
754
755 2003-03-21 [colin]      0.8.11claws36
756
757         * src/folderview.c
758                 Fix counts in drag and dropped subfolders
759
760 2003-03-21 [colin]      0.8.11claws35
761
762         * src/folder.c 
763         * src/folderview.c
764                 speed up a bit folder dnd
765
766 2003-03-20 [alfons]     0.8.11claws34
767
768         * src/main.c
769         * src/toolbar.c
770         * src/procmsg.c
771                 don't send locked queue messages
772                 (feature request "[ 705245 ] Locking message in outbox 
773                  should prevent sending")
774
775 2003-03-20 [christoph]  0.8.11claws33
776
777         * src/folder.c
778                 remove NEW and UNREAD flag in special folders when scanning
779                 
780         * src/common/smtp.c
781                 fix ESMTP AUTH CRAM-MD5
782
783 2003-03-20 [paul]       0.8.11claws32
784
785         * src/prefs_account.c
786                 Re-write 'Tunnel command to open connection' as
787                 'Use command to communicate with server', and disable
788                 it for all except IMAP accounts
789
790 2003-03-20 [paul]       0.8.11claws31
791
792         * sync with 0.8.11cvs6
793                 see ChangeLog 2003-03-20
794
795 2003-03-19 [match]      0.8.11claws30
796
797         * src/addritem.[ch]
798                 include documentation. minor refactoring.
799         * src/addr_compl.[ch]
800         * src/addrindex.[ch]
801         * src/addresbook.[ch]
802         * src/summaryview.c
803                 re-enable address lookup (was disabled in
804                 0.8.11claws20).
805
806 2003-03-19 [christoph]  0.8.11claws29
807
808         * src/procmsg.c
809                 add temp flag handling, will make moving and copying
810                 messages possible again
811
812         * src/folder.c
813                 correct calulation of folder stats
814
815 2003-03-18 [match]      0.8.11claws28
816
817         * src/editgroup.h
818                 remove case sensitive comparison (closes bug 80).
819
820 2003-03-18 [christoph]  0.8.11claws27
821
822         * src/imap.c
823                 fix imap using a tunnel command
824
825         (closes bug 87)
826
827 2003-03-18 [christoph]  0.8.11claws26
828
829         * src/folder.[ch]
830         * src/imap.c
831         * src/procmsg.[ch]
832                 rewrite flag handling for folders
833
834 2003-03-18 [christoph]  0.8.11claws25
835
836         * src/folder.c
837         * src/procmsg.c
838         * src/summaryview.c
839                 unset NEW and UNREAD flags when message is ignored, to make
840                 sure messages don't show up as unread on other IMAP clients,
841                 because the IGNORE_THREAD flag can not be syncronized through
842                 the IMAP folder
843
844 2003-03-17 [christoph]  0.8.11claws24
845
846         * src/imap.c
847                 don't use recursion to fetch uids when the number of messages
848                 does not match. Moved code into subfunction that is used
849                 again when needed, to prevent an endless loop.
850
851 2003-03-17 [thorsten]   0.8.11claws23
852
853         * src/imageview.[ch]
854                 export imageview_get_resized_size() (for plugins)
855         * src/prefs_common.[ch]
856                 added prefs_common_get() (for plugins)
857
858 2003-03-17 [christoph]  0.8.11claws22
859
860         * src/imap.c
861                 o remove UID guessing from copy code
862                 o support UIDPLUS extension for APPEND command
863
864 2003-03-17 [paul]       0.8.11claws21
865
866         * src/gtk/about.c
867                 remove 'Compiled-plugins' section.
868                 
869         * src/plugins/dillo_viewer/dillo_viewer.c
870                 slight change to description text
871
872 2003-03-16 [match]      0.8.11claws20
873         * src/ldapserver.[ch]           ** NEW **
874         * src/ldapctrl.[ch]             ** NEW **
875         * src/ldapquery.[ch]            ** NEW **
876         * src/ldaputil.[ch]             ** NEW **
877         * src/addrcindex.[ch]           ** NEW **
878         * src/addrquery.h               ** NEW **
879         * src/addritem.[ch]
880         * src/addrcache.[ch]
881         * src/addrindex.[ch]
882         * src/addr_compl.[ch]
883         * src/addressbook.[ch]
884         * src/addrbook.[ch]
885         * src/editgroup.c
886         * src/editaddress.c
887         * src/editldap.c
888         * src/editldap_basedn.c
889         * src/vcard.c
890         * src/jpilot.c
891         * src/Makefile.am
892                 included dynamic LDAP queries. improved address
893                 completion.
894
895 2003-03-16 [paul]       0.8.11claws19
896
897         * tools/multiwebsearch.pl
898                 fix a fatal typo
899
900 2003-03-16 [christoph]  0.8.11claws18
901
902         * src/mimeview.c
903         * src/plugins/dillo_viewer/dillo_viewer.c
904         * src/plugins/mathml_viewer/mathml_viewer.c
905                 make unregistering of MimeViewerFactorys possible
906
907 2003-03-16 [alfons]     0.8.11claws17
908
909         * configure.ac
910                 correct typo
911
912 2003-03-16 [melvin]     0.8.11claws16
913
914         * src/plugins/dillo_viewer.c
915                 Fixed bug where it was not possible to view more than
916                 one text/html attachment per message (bug discovered
917                 by Christoph Hohmann).
918
919 2003-03-15 [melvin]     0.8.11claws15
920
921         * src/prefs_actions.c
922                 Fixed compilation warnings.
923
924 2003-03-15 [melvin]     0.8.11claws14
925
926         * src/plugins/Makefile.am
927         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
928         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
929         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
930                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
931                 newer (http://dillo.auriga.wearlab.de/).
932
933 2003-03-15 [christoph]  0.8.11claws13
934
935         * src/imap.c
936                 don't query imap folder for attributes because we already
937                 for them from imap_status
938
939         * src/mimeview.[ch]
940                 add support for plugable MimeViewers (unloading Viewers
941                 not yet complete)
942
943         * src/plugins/Makefile.am
944         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
945         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
946         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
947                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
948                 widget from http://helm.cs.unibo.it/mml-widget/
949
950 2003-03-14 [christoph]  0.8.11claws12
951
952         * src/folder.[ch]
953                 o error return code's should better be negative
954                 o replace printf with debug_print
955
956         * src/imap.c
957                 improve IMAP folder scan by checking UID-NEXT
958
959         * src/summaryview.c
960                 remove check that are unnecessary in my opinion
961
962 2003-03-13 [christoph]  0.8.11claws11
963
964         * src/folder.[ch]
965         * src/foldersel.c
966         * src/folderview.c
967         * src/imap.c
968         * src/mbox_folder.c
969         * src/mh.c
970         * src/news.c
971         * src/prefs_scoring.c
972         * src/summaryview.c
973                 use a common function to get a displayable name
974                 for a FolderItem
975
976 2003-03-13 [paul]       0.8.11claws10
977
978         * tools/Makefile.am
979           tools/README
980           tools/multiwebsearch.conf     ** NEW FILE **
981           tools/multiwebsearch.pl       ** NEW FILE **
982                 add multiwebsearch Actions script
983
984 2003-03-13 [colin]      0.8.11claws9
985
986         * src/compose.c
987                 Remove leading emtpy lines from quoted text
988                 before quoting it
989
990 2003-03-13 [melvin]     0.8.11claws8
991
992         * src/prefs_actions.c
993                 Fixed a memory leak
994                 Code clean ups
995                 Added Cancel and OK buttons
996                 Corrected help text
997
998 2003-03-13 [christoph]  0.8.11claws7
999
1000         * src/account.c
1001         * src/folder.[ch]
1002         * src/imap.c
1003         * src/mainwindow.c
1004         * src/mbox_folder.c
1005         * src/mh.c
1006         * src/news.c
1007         * src/setup.c
1008                 replace more folder type stuff with folder class stuff
1009
1010 2003-03-13 [melvin]     0.8.11claws6
1011
1012         * src/prefs_actions.c
1013                 Added new tokens:
1014                 %u: user provided argument
1015                 %h: user provided argument (hidden on input)
1016                 %s: current text selection in the message view 
1017
1018 2003-03-13 [paul]       0.8.11claws5
1019
1020         * sync with 0.8.11cvs5
1021                 see ChangeLog 2003-03-11, 2003-03-12
1022
1023 2003-03-12 [christoph]  0.8.11claws4
1024
1025         * src/folder.c
1026                 use folder class idstr when writing folderlist.xml
1027
1028         * src/folder.h
1029         * src/imap.c
1030         * src/news.c
1031                 replace folder type checks with folder class checks
1032
1033 2003-03-12 [christoph]  0.8.11claws3
1034
1035         * src/folder.[ch]
1036         * src/imap.[ch]
1037         * src/main.c
1038         * src/mbox_folder.[ch]
1039         * src/mh.[ch]
1040         * src/news.[ch]
1041                 o create a list of known folder classes in the folder system
1042                 o use folder class id strings for folder item identifiers
1043
1044 2003-03-12 [christoph]  0.8.11claws2
1045
1046         * src/imap.c
1047                 fix imap uid validity check
1048
1049 2003-03-12 [christoph]  0.8.11claws1
1050
1051         * src/account.c
1052         * src/folder.[ch]
1053         * src/foldersel.c
1054         * src/folderview.c
1055         * src/imap.c
1056         * src/mainwindow.c
1057         * src/mbox_folder.c
1058         * src/mh.c
1059         * src/news.c
1060         * src/prefs_scoring.c
1061         * src/procmsg.c
1062         * src/setup.c
1063         * src/summaryview.c
1064                 initial restructuring of folder system, seperating
1065                 folders and folder classes
1066
1067 2003-03-12 [paul]       0.8.11claws
1068
1069         0.8.11claws release
1070
1071 2003-03-12 [christoph]
1072
1073         * src/gtk/prefswindow.c
1074                 fix translation of "Page Index"
1075
1076 2003-03-12 [paul]       0.8.10claws110
1077
1078         a sync from 0.8.11cvs4 before the release
1079
1080         * src/common/utils.c
1081                 subject_compare_for_sort(): allow null strings (fixes
1082                 summary sorting).
1083
1084 2003-03-11 [paul]       0.8.10claws109
1085
1086         * po/es.po
1087                 update Spanish translation, submitted by
1088                 Ricardo Mones Lastra
1089
1090 2003-03-11 [melvin]     0.8.10claws108
1091
1092         * po/fr.po
1093                 Updated French translations
1094
1095 2003-03-11 [paul]       0.8.10claws107
1096
1097         * manual/en/Makefile.am
1098           manual/en/*.html
1099                 update English manual, add a new page
1100                 updated by Francois Barriere <fbarriere@atmel.fr>
1101                 
1102         * po/bg.po
1103           po/it.po
1104           po/sr.po
1105                 update Bulgarian, Italian, and Serbian translations
1106                 submitted by George Danchev, Alessandro Maestri, and
1107                 Urke MMI
1108
1109 2003-03-10 [paul]       0.8.10claws106
1110
1111         * src/gtk/about.c
1112           src/gtk/prefswindow.c
1113                 make some strings translatable
1114
1115 2003-03-10 [darko]      0.8.10claws105
1116
1117         * src/compose.c
1118                 code cleanup to make Hiro happy
1119
1120 2003-03-10 [paul]       0.8.10claws104
1121
1122         * sync with 0.8.11cvs2
1123                 see ChangeLog 2003-03-10
1124
1125 2003-03-09 [melvin]     0.8.10claws103
1126
1127         * src/textview.c
1128                 textview_set_font(): fix for message display in
1129                 UTF-8 locales (thanks to Sergey Vlasov).
1130                 (was unintentionnaly reverted in 0.8.6claws6)   
1131
1132 2003-03-08 [darko]      0.8.10claws102
1133
1134         * src/compose.c
1135                 fix infinite loop in wrapping as reported
1136                 by happycactus
1137                 obsoletes patch #696482
1138
1139 2003-03-08 [christoph]  0.8.10claws101
1140
1141         * src/imap.c
1142                 add workaround for IMAP servers that do not
1143                 support the "UID SEARCH UID" command
1144
1145 2003-03-07 [christoph]  0.8.10claws100
1146
1147         * src/plugins/spamassassin/spamassassin.[ch]
1148         * src/plugins/spamassassin/spamassassin_gtk.c
1149                 code cleanup
1150
1151 2003-03-07 [paul]       0.8.10claws99
1152
1153         * po/es.po
1154                 updated Spanish translation, submitted by
1155                 Ricardo Mones Lastra
1156
1157 2003-03-07 [christoph]  0.8.10claws98
1158
1159         * src/send.c
1160                 fix in 0.8.10claws94 was wrong
1161                 local delivery does not require escaping, remove escaping
1162                 code to make signatures of mails with "." lines valid
1163                 
1164                 NOTE: requires that sendmail is executed with "-i" option,
1165                       what is the default now, but has to be changed in all
1166                       exsiting accounts)
1167
1168 2003-03-07 [paul]       0.8.10claws97
1169
1170         * sync with 0.8.11 release
1171                 see ChangeLog 2003-03-07
1172
1173 2003-03-06 [paul]       0.8.10claws96
1174
1175         * src/compose.c
1176                 revert commit 0.8.10claws92
1177
1178 2003-03-06 [paul]       0.8.10claws95
1179
1180         * src/folderview.c
1181                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
1182
1183         * src/gtkaspell.c
1184                 fix bug 74, 'Crash opening editor window with pseudo-color
1185                 display'
1186                 
1187         Patches submitted by Kevin Vigor <kevin@vigor.nu>
1188
1189 2003-03-06 [christoph]  0.8.10claws94
1190
1191         * src/send.c
1192                 fix rfc2821 (4.5.2) violation in SMTP data sending,
1193                 all lines starting with a period get an extra period
1194                 inserted
1195                 (found by Simon 'corecode' Schubert)
1196
1197 2003-03-06 [paul]       0.8.10claws93
1198
1199         * src/folderview.c
1200                 if configured font can't be loaded fall back to gtk
1201                 default. (with thanks to Christoph)
1202                 
1203                 closes long-standing bug 15 'Crashes on startup'
1204
1205 2003-03-06 [paul]       0.8.10claws92
1206
1207         * src/compose.c
1208                 freeze text before autosave and thaw afterwards
1209                 fixes bug 67 'autosave make re-rediting message crazy'
1210
1211 2003-03-06 [christoph]  0.8.10claws91
1212
1213         * src/compose.c
1214                 ignore address comment in dupe check for Cc-list
1215
1216         (closes reopened bug 47 Replying to message strips name part of
1217          e-mail addresses of Cc: lines)
1218
1219 2003-03-06 [paul]       0.8.10claws90
1220
1221         * src/Makefile.am
1222                 remove reference to gtkxtext.h as its no longer in
1223                 the repository
1224
1225 2003-03-06 [paul]       0.8.10claws89
1226
1227         * sync with 0.8.10cvs25
1228                 see ChangeLog 2003-03-06
1229
1230 2003-03-06 [oliver]     0.8.10claws88
1231         
1232         * src/messageview.c
1233                 remove include
1234
1235 2003-03-06 [oliver]     0.8.10claws87
1236         
1237         * src/folderview.c 
1238                 remove changes introduced inclaws74
1239         * src/messageview.c
1240                 another attempt to sanely delete and update
1241                 messages deleted in separate messageview
1242
1243 2003-03-05 [christoph]  0.8.10claws86
1244
1245         * src/summaryview.c
1246                 check if "From" matches any account's address if
1247                 addressbook completion of addresses is disabled too
1248
1249         (closes Bug 70 "Display recipient in from" doesn't check
1250          folder's default account)
1251
1252 2003-03-05 [christoph]  0.8.10claws85
1253
1254         * src/compose.c
1255         * src/common/utils.[ch]
1256                 don't strip address comments when building Cc lists
1257
1258         (closes Bug 47 Replying to message strips name part of e-mail addresses
1259          of Cc: lines)
1260
1261         * src/folder.c
1262                 fix return value of copy function
1263
1264 2003-03-05 [christoph]  0.8.10claws84
1265
1266         * src/imap.c
1267                 don't ask imap server for non rfc822 headers
1268
1269         (closes bug 71 IMAP FETCH asks for FROM header field twice)
1270
1271         * src/imap.c
1272                 destroy session on socket error to allow reconnecting
1273
1274 2003-03-05 [christoph]  0.8.10claws83
1275
1276         * configure.ac
1277                 fix building with gnome when no prefix is set
1278
1279         (closes bug 66 Gnome directory is set to NONE)
1280
1281 2003-03-05 [paul]       0.8.10claws82
1282
1283         * sync with 0.8.10cvs23
1284                 see ChangeLog 2003-03-05
1285
1286 2003-03-04 [christoph]  0.8.10claws81
1287
1288         * src/folder.c
1289                 o fix moving and copying when folder returns 0 for new
1290                   message number
1291                 o remove some code for single message copy and move
1292                   operations and use functions for multiple messages
1293
1294         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
1295
1296         * src/news.c
1297                 remove unused include
1298
1299 2003-03-04 [paul]       0.8.10claws80
1300
1301         * src/gtk/about.c
1302                 list 'Compiled plugins'
1303
1304 2003-03-03 [christoph]  0.8.10claws79
1305
1306         * src/news.[ch]
1307                 have to multiply the percentage of the current fetch with
1308                 the percentage that it has of the total fetch operation
1309                 for correct values
1310
1311 2003-03-03 [christoph]  0.8.10claws78
1312
1313         * src/news.c
1314                 fix calculation of expected lines for progress indicator
1315
1316 2003-03-03 [christoph]  0.8.10claws77
1317
1318         * src/summaryview.c
1319         * src/common/utils.c
1320                 fix segfault when opening the root news folder
1321
1322 2003-03-03 [christoph]  0.8.10claws76
1323
1324         * src/mainwindow.[ch]
1325         * src/common/Makefile.am
1326         * src/common/progressindicator.[ch]
1327                 add UI independent progress indicator handling
1328
1329         * src/news.[ch]
1330                 use new progress indicator for message info fetching
1331
1332         * src/common/hooks.h
1333                 code cleanup
1334
1335 2003-03-03 [oliver]     0.8.10claws75
1336
1337         * src/toolbar.c
1338         * src/compose.c
1339                 removed commented code
1340
1341 2003-03-03 [oliver]     0.8.10claws74
1342
1343         * src/toolbar.[ch]
1344                 cleanups and refactoring
1345         * src/compose.[ch]
1346                 compose_reply_mode reply & forwarding interface for
1347                 toolbar buttons
1348         * src/folderview.c
1349                 act on messages marked for deletion in folderview_selected
1350                 based on prefs_common.immediate_exec since a message might 
1351                 have been deleted by messageview in a folder we are changing 
1352                 to (does anybody understand what I'm on about ?)
1353
1354 2003-03-03 [oliver]     0.8.10claws73
1355         
1356         * src/messageview.[ch]
1357                 new functions
1358                 - messageview_delete: delete message shown in messagview
1359                 - messageview_update_view: update messageview to currently 
1360                   selected summaryview message
1361                 - add separate messageview to msgview_list in order to update 
1362                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
1363         * src/summaryview.[ch]
1364                 summary_get_selection returns a list of selected msgs
1365                 in summaryview
1366         * src/mainwindow.c
1367                 toolbar reply refactoring
1368
1369 2003-03-03 [paul]       0.8.10claws72
1370
1371         * sync with 0.8.10cvs21
1372                 see ChangeLog 2003-03-03
1373
1374 2003-03-02 [christoph]  0.8.10claws71
1375
1376         * src/common/passcrypt.c
1377                 use POSIX includes
1378
1379 2003-03-02 [christoph]  0.8.10claws70
1380
1381         * configure.ac
1382         * src/prefs_account.c
1383         * src/prefs_gtk.[ch]
1384         * src/common/.cvsignore
1385         * src/common/Makefile.am
1386         * src/common/passcrypt.c                ** NEW **
1387         * src/common/passcrypt.h.in             ** NEW **
1388                 Implement password encryption in config files
1389                 using unix encrypt and setkey functions. The crypt
1390                 key can be set as a configure parameter. Old
1391                 passwords will be converted if they do not begin
1392                 with '!'
1393
1394 2003-03-02 [paul]       0.8.10claws69
1395
1396         * src/prefs_account.c
1397                 fix compile error
1398
1399 2003-03-01 [thorsten]   0.8.10claws68
1400
1401         * po/el.po
1402           po/hr.po
1403           po/it.po
1404           po/nl.po
1405           po/sr.po
1406           po/sv.po
1407                 corrected format strings
1408         * po/en_GB.po
1409                 corrected headers
1410                 (fix compile errors with GNU gettext-0.11.5)
1411
1412 2003-03-01 [oliver]     0.8.10claws67
1413
1414         * src/summaryview.c
1415                 menu callbacks call toolbar_menu_reply
1416
1417 2003-03-01 [oliver]     0.8.10claws66
1418
1419         * src/mainwindow.c
1420         * src/messageview.c
1421                 menu callbacks call toolbar_menu_reply
1422         * src/toolbar.[ch]
1423                 callbacks from menu handled by toolbar_menu_reply
1424
1425 2003-03-01 [paul]       0.8.10claws65
1426
1427         * src/addressbook.c
1428                 revert commit 0.8.10claws54 - breaks editing of
1429                 addressbook.
1430                 
1431         * po/bg.po
1432                 update Bulgarian translation, submitted by
1433                 George Danchev
1434
1435 2003-02-28 [christoph]  0.8.10claws64
1436
1437         * src/account.c
1438         * src/addressadd.c
1439         * src/compose.c
1440         * src/gtkaspell.c
1441         * src/gtkxtext.h                ** REMOVE **
1442         * src/imap.c
1443         * src/matcher.[ch]
1444         * src/mh.c
1445         * src/news.c
1446         * src/pine.c
1447         * src/prefs_common.c
1448         * src/prefs_matcher.c
1449         * src/procheader.[ch]
1450         * src/procmsg.[ch]
1451         * src/toolbar.c
1452         * src/common/ssl_certificate.c
1453         * src/gtk/colorlabel.c
1454         * src/gtk/menu.c
1455                 o fix warnings
1456                 o remove code obsoleted by new cache and folder system rework
1457
1458 2003-02-28 [oliver]     0.8.10claws63
1459         
1460         * src/toolbar.[ch]
1461                 * fix bug where reply in Messageview replied to 
1462                 Message displayed in summaryview
1463                 (reportedd via ML by chinatinte at gmx dot ch)
1464                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
1465                 didn't work in separate MessageView Toolbar
1466                 (wondering if anybody uses this at all ?)
1467         * src/summaryview.[ch]
1468                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
1469                 (generalize reply and forward code);
1470         * src/messageview.c 
1471                 remove focus_in event which updated summaryview to messageview
1472
1473 2003-02-28 [paul]       0.8.10claws62
1474
1475         * po/Makefile.in.in
1476                 add the --check option
1477                 Patch submitted by Ricardo Mones Lastra
1478
1479 2003-02-28 [paul]       0.8.10claws61
1480
1481         * src/prefs_account.c
1482                 re-order 'Signature' items
1483
1484 2003-02-28 [paul]       0.8.10claws60
1485
1486         * sync with 0.8.10cvs20
1487                 see ChangeLog 2003-02-28
1488
1489 2003-02-28 [paul]       0.8.10claws59
1490
1491         * po/POTFILES.in
1492                 update to reflect recent movement of files
1493
1494 2003-02-28 [paul]       0.8.10claws58
1495
1496         * sync with 0.8.10cvs19
1497                 see ChangeLog 2003-02-28
1498
1499 2003-02-27 [martin]     0.8.10claws57
1500
1501         * src/prefs_matcher.c 
1502                 fix segfault in prefs_matcher_ok() when the
1503                 last entry is deleted and prevents that the
1504                 message "entry not saved" comes up after deleting
1505                 an entry
1506
1507 2003-02-27 [martin]     0.8.10claws56
1508
1509         * src/prefs_filtering.c 
1510                 fix segfault in prefs_filtering_ok() when the
1511                 last entry is deleted and prevents that the
1512                 message "entry not saved" comes up after deleting
1513                 an entry
1514
1515 2003-02-27 [paul]       0.8.10claws55
1516
1517         * sync with 0.8.10cvs18
1518                 see ChangeLog 2003-02-27
1519
1520 2003-02-27 [paul]       0.8.10claws54
1521
1522         * src/addressbook.c
1523                 fix bug where the address book crashes with 
1524                 multiple lookups.
1525                 Patch [687729] submitted by David Frager 
1526                 <dbfrager@users.sourceforge.net>
1527
1528 2003-02-25 [christoph]  0.8.10claws53
1529
1530         * src/Makefile.am
1531         * src/colorlabel.[ch]           ** REMOVE **
1532         * src/gtk/Makefile.am
1533         * src/gtk/colorlabel.[ch]       ** NEW **
1534                 move colorlabel files to gtk directory
1535
1536         * src/esmtp.[ch]                ** REMOVE **
1537                 has been merged into smtp.[ch] in 0.7.5
1538
1539 2003-02-25 [christoph]  0.8.10claws52
1540
1541         * src/Makefile.am
1542         * src/about.[ch]                ** REMOVE **
1543         * src/gtk/Makefile.am
1544         * src/gtk/about.[ch]            ** NEW **
1545                 move about files to gtk directory
1546
1547 2003-02-25 [christoph]  0.8.10claws51
1548
1549         * src/folder.c
1550                 some code optimization of folder scanning code
1551
1552         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
1553
1554 2003-02-25 [christoph]  0.8.10claws50
1555
1556         * src/main.c
1557         * src/common/sylpheed.c
1558                 add command line parameter parsing to common code
1559
1560 2003-02-24 [christoph]
1561
1562         * Makefile.am
1563         * configure.ac
1564                 fix gnome prefix problems, the configure script now removed
1565                 `gnome-config --prefix` from `gnome-config --datadir`
1566                 and adds $(prefix} instead
1567
1568         (closes Bug 24 Makefile does not respect prefix when installing
1569          GNOME data)
1570
1571 2003-02-24 [christoph]  0.8.10claws49
1572
1573         * src/news.c
1574                 check for valid session before trying to authenticate
1575
1576         (closes Bug 60 crash if "authenticate on logon" is activated
1577          and newsserver-hostname is not valid)
1578
1579 2003-02-24 [melvin]     0.8.10claws48
1580
1581         * src/prefs_actions.c
1582                 Make sure all user's input is sent to the action and then
1583                 close the socket..
1584
1585 2003-02-23 [alfons]     0.8.10claws46
1586
1587         * src/summaryview.c
1588                 also wait cursor when deleting files
1589
1590 2003-02-23 [paul]
1591
1592         * tools/freshmeat_search.pl
1593           tools/google_search.pl
1594                 scripts should now work for any browser/browser command line
1595
1596 2003-02-22 [christoph]  0.8.10claws45
1597
1598         * src/procmsg.c
1599                 fix IMAP flag setting, IMAP flag is not handled correctly
1600                 anymore by the folder system and information about the
1601                 folder should not be saved in the MsgInfo (in my opinion)
1602
1603         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1604
1605 2003-02-22 [christoph]  0.8.10claws44
1606
1607         * src/summaryview.c
1608                 fix spelling of "label" ;-)
1609
1610 2003-02-22 [thorsten]   0.8.10claws43
1611
1612         * src/mimeview.c
1613           src/prefs_common.[ch]
1614           src/procmime.[ch]
1615                 do not use description as attachment name
1616
1617 2003-02-22 [alfons]     0.8.10claws42
1618
1619         * src/summaryview.c
1620                 freeze/thaw folder item updates when changing color labels,
1621                 and put a wait cursors on
1622
1623 2003-02-22 [thorsten]   0.8.10claws41
1624
1625         * src/mimeview.c
1626                 save-all fixes: crash if invoked on multipart container,
1627                 mimeinfo access, pathseparators, error dialog
1628
1629 2003-02-21 [alfons]     0.8.10claws40
1630
1631         * src/prefs_gtk.c
1632                 remove unused var
1633
1634 2003-02-21 [colin]      0.8.10claws39
1635
1636         * src/send.c
1637                 Fix smtp logging
1638
1639 2003-02-21 [colin]      0.8.10claws38
1640
1641         * src/summaryview.c
1642                 Freeze/thaw folderItem updates when filtering messages 
1643                 via Tools/Filter messages
1644
1645 2003-02-21 [paul]       0.8.10claws37
1646
1647         * src/compose.c
1648                 revert commit 0.8.10claws26, there are ulterior motives
1649                 for users to set a Reply-To header when posting to
1650                 newsgroups
1651
1652 2003-02-21 [paul]       0.8.10claws36
1653
1654         * sync with 0.8.10cvs17
1655                 see ChangeLog 2003-02-21
1656
1657 2003-02-20 [christoph]  0.8.10claws35
1658
1659         * src/imap.c
1660                 IMAP UID fetch speedup using SEARCH
1661
1662         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1663
1664         * src/imap.c
1665                 fix problem with UIDs in IMAP UID cache that no longer existed
1666
1667 2003-02-20 [christoph]  0.8.10claws34
1668
1669         * src/imap.c
1670         * src/procheader.c
1671         * src/procheader.h
1672                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1673
1674         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1675
1676         * src/imap.c
1677                 Rewrite imap_cmd_gen_recv use sock_getline instead
1678                 of sock_gets to avoid problems with too long reply
1679                 lines
1680     
1681 2003-02-20 [colin]      0.8.10claws33
1682         
1683         * src/prefs_account.c
1684                 Better wording
1685
1686 2003-02-20 [colin]      0.8.10claws32
1687
1688         * src/compose.c
1689                 Remove useless '&& !to_sender' 
1690
1691 2003-02-20 [darko]
1692
1693         * AUTHORS
1694                 change my e-mail address
1695
1696 2003-02-19 [colin]      0.8.10claws31
1697
1698         * src/prefs_common.c
1699                 X11 style colors for every configurable color
1700
1701 2003-02-19 [alfons]     0.8.10claws30
1702
1703         * src/prefs_gtk.[ch]
1704         * src/prefs_common.c
1705                 for color_new accept both plain integers and X11 style color
1706                 names (as found in /usr/lib/X11/rgb.txt)
1707
1708 2003-02-19 [paul]       0.8.10claws29
1709
1710         * src/mainwindow.c
1711                 add tooltips to online/offline button and account selector
1712                 button
1713
1714 2003-02-19 [paul]       0.8.10claws28
1715
1716         * src/folder.c
1717           src/news.c
1718           src/prefs_account.[ch]
1719           src/prefs_common.[ch]
1720                 move 'Maximum number of articles to download' to
1721                 account prefs.
1722                 clean up account prefs gui a little by hiding entries
1723                 rather then greying out entries
1724
1725 2003-02-19 [hiro]       0.8.10claws27
1726
1727         * src/common/utils.c
1728                 fix bug #54 'yesterdays date is displayed in the message 
1729                 summary window'
1730
1731 2003-02-19 [paul]       0.8.10claws26
1732
1733         * src/compose.c
1734                 fix bug reported in Feature Request [688596] 
1735                 'Reply-to header in news'
1736
1737 2003-02-18 [paul]       0.8.10claws25
1738
1739         * src/select-keys.c
1740                 add a 'List all keys' button to key selection dialog
1741
1742 2003-02-18 [colin]      0.8.10claws24
1743         
1744         * src/stock_pixmap.c
1745                 fix compile error
1746
1747 2003-02-18 [colin]      0.8.10claws23
1748
1749         * src/common/smtp.[ch]
1750           src/prefs_account.c
1751                 Try to starttls if it seems to be the only
1752                 way to authenticate a user
1753
1754 2003-02-18 [paul]       0.8.10claws22
1755
1756         * src/Makefile.am
1757           src/folderview.c
1758           src/stock_pixmap.[ch]
1759           src/pixmaps/drafts_close.xpm  ** NEW FILE **
1760           src/pixmaps/drafts_open.xpm   ** NEW FILE **
1761                 as a Drafts folder is a special folder allow it to have
1762                 its own unique icons
1763
1764 2003-02-18 [colin]      0.8.10claws21
1765
1766         * src/imap.c
1767                 Fix port selection when using starttls
1768
1769 2003-02-18 [paul]       0.8.10claws20
1770
1771         * src/mainwindow.c
1772           src/prefs_common.[ch]
1773                 make blue the default new mail colour
1774
1775 2003-02-18 [paul]       0.8.10claws19
1776
1777         * sync with 0.8.10cvs14
1778                 see ChangeLog 2003-02-18
1779
1780 2003-02-17 [jens]       0.8.10claws18
1781
1782         * src/common/md5.c
1783                 fixed a compile problem with gcc 3.3
1784                 works on 2.95.3 too (testet on PPC as it is big endian)
1785
1786 2003-02-17 [paul]       0.8.10claws17
1787
1788         * sync with 0.8.10cvs13
1789                 see ChangeLog 2003-02-17
1790
1791 2003-02-17 [paul]       0.8.10claws16
1792
1793         * sync with 0.8.10cvs12
1794                 see ChangeLog 2003-02-17
1795
1796 2003-02-16 [match]      0.8.10claws15
1797
1798         * src/addressbook.c
1799                 Eliminates reloading of address data when items
1800                 deleted or added. Applied submitted by
1801                 Luke Plant <lukeplant@softhome.net>
1802
1803 2003-02-16 [paul]       0.8.10claws14
1804
1805         * src/news.c
1806                 when a 'protocol error' is encountered disconnect from
1807                 the server. This means that the user can carry on viewing
1808                 other articles and doesn't have to either wait until the
1809                 server timesout or quit sylpheed.
1810                 Fixes bug #53 'Unable to read messages in newsgroups, 
1811                 displayed message doesn't change'
1812
1813 2003-02-15 [christoph]  0.8.10claws13
1814
1815         * src/imap.c
1816                 fix bug that stopped scanning of folders when an
1817                 IMAP folder was empty
1818
1819         (closes bug 46 stop scan messages in folders after empty folder)
1820
1821 2003-02-15 [paul]
1822
1823         * tools/Makefile.am
1824           tools/README
1825           tools/freshmeat_search.pl     ** NEW FILE **
1826           tools/google_search.pl        ** NEW FILE **
1827                 Add 2 Actions scripts which search freshmeat/google
1828                 for the selected text using the browser configured
1829                 in sylpheedrc.
1830                 
1831         Note: These scripts are very dependent on the format of the
1832         browser command and may not work on every occasion. Testing
1833         is welcome. 
1834
1835 2003-02-14 [alfons]     0.8.10claws12
1836
1837         * src/compose.c
1838                 fix breakage because of uninitialized account pointer.
1839                 please verify.
1840
1841 2003-02-14 [paul]       0.8.10claws11
1842
1843         * src/compose.c
1844           src/prefs_account.[ch]
1845           src/prefs_common.[ch]
1846                 move signature settings to Account Prefs
1847
1848 2003-02-14 [paul]       0.8.10claws10
1849
1850         * sync with 0.8.10cvs11
1851                 see ChangeLog 2003-02-14
1852
1853 2003-02-13 [thorsten]   0.8.10claws9
1854
1855         * src/news.c
1856                 revert news progressbar (GUI separation)
1857
1858 2003-02-13 [paul]       0.8.10claws8
1859
1860         * src/compose.c
1861                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1862                 paragraph 1
1863
1864 2003-02-13 [paul]       0.8.10claws7
1865
1866         * src/compose.[ch]
1867           src/summaryview.c
1868                 fix 'Follow-up and Reply-to' so that it creates a reply to
1869                 the newsgroup and the sender. If the message has the keyword
1870                 'poster' in the Followup-To header, all replies go to the
1871                 sender, re: RFC 1036, Section 2.2.3
1872                 rename all instances of 'ignore_replyto' to 'to_sender', both
1873                 were previously used, now we use just one.
1874
1875 2003-02-13 [paul]       0.8.10claws6
1876
1877         * sync with 0.8.10cvs9
1878                 see ChangeLog 2003-02-13
1879
1880 2003-02-13 [paul]       0.8.10claws5
1881
1882         * configure.ac
1883                 show which plugins are configured in the configure
1884                 output.
1885
1886 2003-02-12 [thorsten]   0.8.10claws4
1887
1888         * src/news.c
1889                 show progress while fetching news headers
1890
1891 2003-02-12 [christoph]  0.8.10claws3
1892
1893         * configure.ac
1894         * src/plugins/Makefile.am
1895                 use AM_CONDITIONAL to enable plugins, automake correctly
1896                 manages this when creating distdir
1897
1898 2003-02-12 [christoph]  0.8.10claws2
1899
1900         * ac/spamassassin.m4
1901         * src/plugins/spamassassin/Makefile.am
1902                 fix building SpamAssassin plugin without OpenSSL
1903
1904 2003-02-12 [paul]       0.8.10claws1
1905
1906         * ac/Makefile.am
1907           src/Makefile.am
1908           src/plugins/Makefile.am
1909                 fix failure of 'make release'
1910
1911 2003-02-12 [paul]       0.8.10claws
1912
1913         * 0.8.10claws released
1914
1915 2003-02-12 [paul]       0.8.9claws56
1916
1917         * po/bg.po
1918           po/es.po
1919           po/it.po
1920           po/ru.po
1921           po/sr.po
1922                 updated translations by George Danchev, Ricardo Mones Lastra,
1923                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1924                 
1925         * sylpheed.spec.in
1926                 Allow the building of RPMs by a regular user. Submitted
1927                 by Sergei Astanin
1928
1929 2003-02-11 [alfons]     0.8.9claws55
1930
1931         * src/colorlabel.c
1932                 don't use pixmaps for label color rect but draw rectangles
1933                 so we can respect the color map of palette based visuals
1934                 (fixes the long time crashes on Suns - thanks to Andreas
1935                 Engel and Steve O'Hara-Smith for testing)
1936
1937 2003-02-11 [christoph]  0.8.9claws54
1938
1939         * src/matcher_parser_parse.y
1940                 correct bug where filering rules of not existing folders in
1941                 matcherrc were added to global filtering
1942                 
1943         (closes Debian Bug #180253 - Directory's filter-rules are merged with
1944          main filter-rules after removing directory, http://bugs.debian.org/180253)
1945         
1946 2003-02-11 [paul]       0.8.9claws53
1947
1948         * sync with 0.8.10cvs7
1949                 see ChangeLog 2003-02-09
1950
1951 2003-02-11 [melvin]     0.8.9claws52
1952
1953         * po/fr.po
1954                 Updated French tranlsations
1955
1956 2003-02-10 [paul]       0.8.9claws51
1957
1958         * sylpheed.spec.in
1959                 correct --enable-openssl
1960                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1961
1962 2003-02-09 [martin]     0.8.9claws50
1963
1964         * src/prefs_matcher.c
1965                 fix segfault in prefs_matcher_substitute_cb() when
1966                 no row is selected
1967
1968 2003-02-09 [paul]       0.8.9claws49
1969
1970         * src/folderview.c
1971                 fix bug where a newsgroup folder's processing rules were
1972                 merged with the global filtering rules when the newsgroup
1973                 folder was deleted, causing some seriously bad results,
1974                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1975
1976 2003-02-08 [melvin]     0.8.9claws48
1977
1978         * src/compose.c
1979                 Corrected and modified an alert message.
1980
1981 2003-02-07 [paul]       0.8.9claws47
1982
1983         * src/folderview.c
1984                 fix bug where both an 'Account properties' window and a
1985                 'Folder properties' window were opened when clicking on
1986                 'Properties' in an NNTP or IMAP folder's popup menu.
1987
1988 2003-02-07 [paul]       0.8.9claws46
1989
1990         * sync with 0.8.10cvs6
1991                 see ChangeLog 2003-02-06
1992
1993 2003-02-06 [christoph]  0.8.9claws45
1994
1995         * src/mbox.c
1996                 freeze folder updates while importing mbox files
1997                 (closes bug 43 importing mbox took hours)
1998                 
1999         Patch submitted by Jens Rantil <jens.rantil@telia.com>
2000
2001 2003-02-06 [thorsten]   0.8.9claws44
2002
2003         * po/de.po
2004                 Updated german translations
2005
2006 2003-02-06 [thorsten]   0.8.9claws43
2007
2008         * src/news.h
2009                 use guint for message numbers (fix count in grouplist dialog)
2010
2011 2003-02-05 [paul]       0.8.9claws42
2012
2013         * sync with 0.8.10cvs2
2014                 see ChangeLog 2003-02-05
2015
2016 2003-02-04 [colin]      0.8.9claws41
2017
2018         * src/prefs_common.[ch]
2019           src/procmsg.c
2020           src/summaryview.c
2021                 Add an option to disable threading by subject
2022
2023 2003-02-04 [christoph]  0.8.9claws40
2024
2025         * src/inc.c
2026                 only abort fetching mails from multiple accounts when the
2027                 error is fatal and does not allow to check any more accounts
2028                 (currently only disk full error)
2029
2030         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
2031          receive mails for other accouts)
2032
2033 2003-02-04 [christoph]  0.8.9claws39
2034
2035         * src/folder.c
2036                 first add the new message to the cache, then
2037                 send the update notification
2038
2039         (closes bug 39 after sending message folderview doesnt get updated)
2040
2041 2003-02-04 [colin]      0.8.9claws38
2042
2043         * src/inc.c
2044                 _really_ fix this Connecting... status
2045
2046 2003-02-04 [paul]       0.8.9claws37
2047
2048         * sync with 0.8.10
2049                 see ChangeLog 2003-02-04
2050
2051 2003-02-04 [paul]       0.8.9claws36
2052
2053         * sync with 0.8.9cvs6
2054                 see ChangeLog 2003-02-03
2055
2056 2003-02-04 [paul]       0.8.9claws35
2057
2058         * po/pt_BR.po
2059                 updated by André Filipe de Assunção e Brito 
2060                 <bedecko@netsite.com.br>
2061
2062 2003-02-03 [thorsten]   0.8.9claws34
2063
2064         * po/de.po
2065                 Updated german translations
2066
2067 2003-02-02 [paul]       0.8.9claws33
2068
2069         * po/es.po
2070                 updated by Ricardo Mones Lastra
2071
2072 2003-02-02 [thorsten]   0.8.9claws32
2073
2074         * src/mh.c
2075                 Fix mh_get_msginfo() segfault if file is inaccessible
2076
2077 2003-01-31 [colin]      0.8.9claws31
2078
2079         * src/procheader.c
2080                 Fix last commit's bug
2081
2082 2003-01-31 [colin]      0.8.9claws30
2083
2084         * src/procheader.c
2085                 Missing a change for gpg-signed messages
2086
2087 2003-01-31 [paul]       0.8.9claws29
2088
2089         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
2090           src/procheader.c
2091           src/stock_pixmap.[ch]
2092           src/summaryview.c
2093                 indicate GnuPG signed messages by displaying an icon
2094                 in the Attachment column.
2095
2096 2003-01-31 [paul]       0.8.9claws28
2097
2098         * sync with 0.8.9cvs4
2099                 see ChangeLog 2003-01-31
2100
2101 2003-01-31 [alfons]     0.8.9claws27
2102
2103         * src/textview.c
2104                 tune URI parser to accept mailto URLs with a '?'
2105                 (patch from Ruslan Balkin)
2106
2107 2003-01-31 [colin]      0.8.9claws26
2108
2109         * src/summaryview.c
2110                 Fix a leak introduced in claws24
2111
2112 2003-01-31 [colin]      0.8.9claws25
2113
2114         * src/summaryview.c
2115                 Freeze/Thaw folder updates when deleting dups
2116
2117 2003-01-31 [colin]      0.8.9claws24
2118         
2119         * src/addr_compl.c
2120           src/summaryview.c
2121           src/msgcache.c
2122                 little speed improvements
2123
2124 2003-01-31 [colin]      0.8.9claws23
2125
2126         * src/summaryview.c
2127                 Fix segfault when forwarding nothing
2128                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
2129                 
2130 2003-01-30 [paul]       0.8.9claws22
2131
2132         * sync with 0.8.9cvs3
2133                 see ChangeLog 2003-01-30
2134
2135 2003-01-30 [paul]       0.8.9claws21
2136
2137         * sync with 0.8.9cvs2
2138                 see ChangeLog 2003-01-30
2139
2140 2003-01-29 [paul]       0.8.9claws20
2141
2142         * sync with 0.8.9cvs1
2143                 see ChangeLog 2003-01-29
2144
2145 2003-01-28 [paul]       0.8.9claws19
2146
2147         * po/POTFILES.in
2148                 update to reflect changes. 
2149                 thanks to Ricardo Mones Lastra
2150
2151 2003-01-27 [christoph]  0.8.9claws18
2152
2153         * ac/openssl.m4
2154         * ac/spamassassin.m4
2155         * src/plugins/spamassassin/README
2156         * src/plugins/spamassassin/libspamc.[ch]
2157         * src/plugins/spamassassin/utils.[ch]
2158                 updated to latest libspamc
2159
2160 2003-01-27 [christoph]  0.8.9claws17
2161
2162         * src/folder.c
2163                 fix wrong use of procheader_get_header_fields
2164
2165 2003-01-27 [christoph]  0.8.9claws16
2166
2167         * src/news.c
2168         * src/prefs_account.[ch]
2169         * src/common/nntp.[ch]
2170                 allow to force authentication for NNTP servers
2171
2172         Patch submitted by Florian Mickler <dmk@d-labs.de>
2173
2174 2003-01-26 [paul]       0.8.9claws15
2175
2176         * src/summaryview.c
2177                 speed up of marking messages as read
2178                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
2179
2180 2003-01-26 [christoph]  0.8.9claws14
2181
2182         * src/Makefile.am
2183         * src/mgutils.[ch]              ** REMOVE **
2184         * src/xml.[ch]                  ** REMOVE **
2185         * src/xmlprops.[ch]             ** REMOVE **
2186         * src/common/Makefile.am
2187         * src/common/mgutils.[ch]       ** NEW **
2188         * src/common/xml.[ch]           ** NEW **
2189         * src/common/xmlprops.[ch]      ** NEW **
2190                 move xml files to common directory
2191
2192 2003-01-26 [christoph]  0.8.9claws13
2193
2194         * src/plugins/spamassassin/spamassassin_gtk.c
2195                 only set gtk entry text if string is available
2196
2197 2003-01-26 [melvin]     0.8.9claws12
2198
2199         * src/description_window.c
2200                 Allow resizing of the window
2201                 Allow automatic horizontal scroll bar
2202                 Do not vertically expand and fill
2203
2204 2003-01-26 [christoph]  0.8.9claws11
2205
2206         * src/Makefile.am
2207         * src/gtkutils.[ch]             ** REMOVE **
2208         * src/common/sylpheed.c
2209         * src/gtk/Makefile.am
2210         * src/gtk/description_window.c
2211         * src/gtk/gtkutils.[ch]         ** NEW **
2212         * src/gtk/prefswindow.c
2213                 move gtkutils to gtk directory
2214
2215 2003-01-26 [paul]       0.8.9claws10
2216
2217         * src/summaryview.c
2218                 rename summary_unread_clicked() to summary_status_clicked()
2219
2220 2003-01-26 [melvin]     0.8.9claws9
2221
2222         * src/prefs_actions.c
2223                 Cosmetical changes to the help text
2224
2225 2003-01-26 [paul]       0.8.9claws8
2226
2227         * src/folder.[ch]
2228           src/mainwindow.c
2229           src/prefs_common.c
2230           src/prefs_sumamry_column.c
2231           summaryview.[ch]
2232                 rename the 'Unread' column to 'Status'
2233
2234 2003-01-25 [match]      0.8.9claws7
2235
2236         * src/mgutils.[ch]
2237                 removed reference to LDAP constants. removed error2string.
2238                 included functions to support LDAP dynamic queries.
2239         * src/syldap.h
2240                 moved LDAP constants here.
2241         * src/addressbook.c
2242         * src/addrindex.c
2243         * src/importldif.c
2244                 removed references to LDAP constants and references to
2245                 error2string.
2246
2247 2003-01-25 [paul]       0.8.9claws6
2248
2249         * src/summaryview.c
2250                 summary_thread_build(), summary_thread_init(): remove 
2251                 unneeded reference to summaryview->folder_item
2252
2253 2003-01-25 [christoph]  0.8.9claws5
2254
2255         * src/gtk/description_window.c
2256                 o allow description texts to expand over multiple columns
2257                 o translate all columns
2258         * src/prefs_actions.c
2259                 change syntax description to use new multi column feature
2260
2261         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2262
2263 2003-01-25 [match]      0.8.9claws4
2264
2265         * src/vcard.c
2266                 fixed bug with Quoted-Printable
2267
2268 2003-01-25 [paul]       0.8.9claws3
2269
2270         * src/folder.[ch]
2271           src/summaryview.[ch]
2272                 implement per-folder collapsed/expanded threads setting
2273                 
2274         * src/prefs_common.c
2275                 remove global collapsed/expanded threads option
2276
2277 2003-01-25 [christoph]  0.8.9claws2
2278
2279         * po/POTFILES.in
2280                 add pluginwindow and prefswindow
2281         * src/compose.c
2282                 make send respond correctly to messages that could be added
2283                 to the queue folder, but the UID of the message is unknown
2284         * src/folder.c
2285         * src/imap.c
2286                 don't return guessed UIDs in imap_add_msg anymore. We return
2287                 0 to tell the folder system it was appened but the UID is
2288                 unknown. Folder system now get's the UID by scaning the folder
2289                 and searching the cache for the Message-ID
2290                 (closes bug #29 Messages queued, but not sent)
2291
2292 2003-01-25 [paul]       0.8.9claws1
2293
2294         * src/codeconv.c
2295                 conv_encode_header():  fix bug when long headers with 8-bit
2296                 characters are used, so that the encoded words are wrapped.
2297                 If the space in the original text falls on the wrap boundary,
2298                 it can be lost.
2299                 Patch by Sergey Vlasov.
2300                 
2301         * src/folderview.c
2302                  fix bug where a change to the sorting method or thread view
2303                  of a folder's messages is lost if simpify-subject is set and
2304                  toggled on or off.
2305                  Patch by Luke Plant.
2306
2307 2003-01-24 [paul]       0.8.9claws
2308
2309         * sylpheed-0.8.9claws released
2310         
2311         * Makefile.am
2312           sylpheed.spec.in
2313                 remove reference to 'INSTALL.jp'
2314
2315 2003-01-23 [paul]       0.8.8claws128
2316
2317         * po/es.po
2318           po/it.po
2319           po/ru.po
2320           po/sr.po
2321                 updated translations. submitted by Ricardo Mones Lastra,
2322                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
2323
2324 2003-01-23 [colin]      0.8.8claws127
2325
2326         * src/compose.c
2327                 Fix drafted and queued news articles re-edition
2328
2329 2003-01-23 [melvin]     0.8.8claws126
2330
2331         * po/fr.po
2332                 Updated French translations
2333
2334 2003-01-23 [colin]      0.8.8claws125
2335
2336         * src/inc.c
2337                 Fix "Connecting to..." status message
2338
2339 2003-01-22 [paul]       0.8.8claws124
2340
2341         * po/bg.po
2342                 updated by George Danchev
2343                 
2344         * src/folder.c
2345                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
2346                 and folder deletion
2347
2348 2003-01-21 [paul]       0.8.8claws123
2349
2350         * po/bg.po
2351                 updated by George Danchev
2352                 
2353         * src/about.c
2354                 its now 2003
2355                 
2356         * src/toolbar.c
2357                 don't translate 'Separator'
2358                 
2359         * src/plugins/spamassassin/Makefile.am
2360                 add aspell to CPPFLAGS
2361                 
2362         * src/plugins/spamassassin/spamassassin.c
2363           src/plugins/spamassassin/spamassassin_gtk.c
2364                 set correct default for spamassassin_receive_spam
2365                 slightly re-word descriptions and some
2366                 other minor changes
2367
2368 2003-01-19 [alfons]     0.8.8claws122
2369                 
2370         * src/mimeview.c
2371                 mimeview_save_as(): we might as well show the file name for
2372                 the single case "Save As" too
2373
2374 2003-01-19 [alfons]     0.8.8claws121
2375
2376         * src/crash.c
2377                 change bug tracker URL to bugzilla URL
2378
2379 2003-01-19 [alfons]     0.8.8claws120
2380
2381         * src/mimeview.c
2382                 mimeview_save_all(): display name of file before overwriting;
2383                 continue saving all, even when one overwrite was cancelled
2384
2385 2003-01-19 [christoph]  0.8.8claws119
2386
2387         * src/summaryview.c
2388         * src/procmsg.[ch]
2389                 fix wrong usage of procmsg_find_children in summaryview
2390                 by using procmsg_update_unread_children instead of
2391                 summaryview_update_unread_children
2392
2393 2003-01-19 [christoph]  0.8.8claws118
2394
2395         * src/procmsg.c
2396                 fix infinite loop in procmsg_find_children
2397                  (closes bug #25 sylpheed crashes on delete.)
2398
2399         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2400
2401 2003-01-19 [paul]       0.8.8claws117
2402
2403         * po/pt_BR.po
2404                 updated by Ivan Francolin Martinez
2405
2406 2003-01-18 [melvin]     0.8.8claws116
2407
2408         * src/prefs_actions.c
2409                 Removed syntax limitation of only one '&' at the end of command.
2410                         Now actions that contain '>/dev/null 2>&1' are possible.
2411
2412 2003-01-18 [melvin]     0.8.8claws115
2413
2414         * src/prefs_actions.c
2415                 Actions IO dialog: when the action ends
2416                 the "Close" button now has focus and [Escape] closes the
2417                 window.
2418
2419 2003-01-18 [christoph]  0.8.8claws114
2420
2421         * src/procmsg.c
2422                 o add debug output when MsgInfos are really freed
2423                 o free GSLists in procmsg_find_children and
2424                   procmsg_update_unread_children
2425
2426 2003-01-18 [christoph]  0.8.8claws113
2427
2428         * src/mainwindow.c
2429                 reorder Configuration menu
2430
2431 2003-01-18 [christoph]  0.8.8claws112
2432
2433         * src/compose.c
2434                 fix applying templates to forwarded messages
2435
2436         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2437
2438 2003-01-17 [christoph]  0.8.8claws111
2439
2440         * src/folder.c
2441                 destroy folder items, when a folder item is removed
2442
2443 2003-01-17 [christoph]  0.8.8claws110
2444
2445         * src/folder.c
2446                 fix wrong folder stats update when ignored message is
2447                 deleted
2448
2449 2003-01-17 [colin]      0.8.8claws109
2450         
2451         * src/mainwindow.c
2452         * src/summaryview.c
2453                 Quicksearch bugfixes: 
2454                 - hide help button at startup if not extended
2455                 - switch to extended when looking for replies
2456
2457 2003-01-17 [paul]
2458
2459         * sync with 0.8.9 release
2460
2461 2003-01-17 [paul]       0.8.8claws108
2462
2463         * sync with 0.8.8cvs11
2464                 see ChangeLog 2003-01-17
2465
2466 2003-01-16 [colin]      0.8.8claws107
2467
2468         * src/procmsg.c
2469                 Changed encryption test to re-ask passphrase
2470                 if an encrypted message hasn't been decrypted
2471                 Fixes bug #5
2472
2473 2003-01-16 [christoph]  0.8.8claws106
2474
2475         * src/prefs_gtk.c
2476         * src/prefs_toolbar.c
2477         * src/gtk/prefswindow.h
2478         * src/plugins/spamassassin/spamassassin_gtk.c
2479                 remove page destroy function that is not used anymore
2480
2481 2003-01-16 [paul]       0.8.8claws105
2482
2483         * sync with 0.8.8cvs9
2484                 see ChangeLog 2002-01-16
2485
2486 2003-01-16 [colin]      0.8.8claws104
2487
2488         * src/compose.[ch]
2489                 Fix bug with autosaved drafts for IMAP, when draft
2490                 folder is specified - fixes bugzilla bug #20
2491
2492 2003-01-15 [paul]       0.8.8claws103
2493
2494         * src/compose.[ch]
2495           src/procmsg.c
2496                 store folder and message-id of message forwarding
2497                 in queue header and set forward flag after sending
2498
2499 2003-01-15 [paul]       0.8.8claws102
2500
2501         * sync with 0.8.8cvs8
2502                 see ChangeLog 2002-01-15
2503
2504 2003-01-15 [colin]      0.8.8claws101
2505
2506         * src/Makefile.am
2507                 Fix linking with GNU libiconv
2508
2509 2003-01-15 [darko]      0.8.8claws100
2510
2511         * src/pine.c
2512                 fix crash when importing pine address book
2513                 entry with an empty name (reported by DY
2514                 <dybulk at tri8.net>)
2515
2516 2003-01-14 [paul]       0.8.8claws99
2517
2518         * configure.in  ** REMOVED **
2519           configure.ac  ** NEW FILE **
2520                 rename configure.in to configure.ac, as it is now
2521                 preferred
2522
2523 2003-01-14 [melvin]     0.8.8claws98
2524
2525         * src/folderview.c
2526                 folderview_check_new(): More precise function description
2527
2528 2003-01-14 [melvin]     0.8.8claws97
2529
2530         * src/folderview.c
2531                 folderview_check_new(): return the number of new messages 
2532                         since last check.
2533         * src/inc.c
2534                 inc_account_mail(): Disable counting of new messages for IMAP
2535                         and NNTP until bug [19] and [14] are fixed.
2536
2537 2003-01-14 [paul]       0.8.8claws96
2538
2539         * sync with 0.8.8cvs6
2540                 see ChangeLog 2003-01-14
2541
2542 2003-01-13 [alfons]     0.8.8claws95
2543
2544         * src/textview.c
2545                 tune email address validation (c. 0.8.8claws89): if . is 
2546                 just one char away from @, the address is invalid too 
2547                 (correctly rejects addresses like foo@.com)
2548
2549 2003-01-13 [paul]       0.8.8claws94
2550
2551         * src/messageview.c
2552           src/toolbar.c
2553                 fixes to the Message View toolbar and menu:
2554                 fix non-functioning Forward button
2555                 make Reply button consider default_reply_list
2556                 remove 'Follow-up...' menu entry
2557                 add 'Forward' and 'Redirect' menu entries
2558
2559 2003-01-13 [melvin]     0.8.8claws93
2560
2561         * src/inc.c
2562                 Fixed typo that could make new messages count incorrect.
2563
2564 2003-01-13 [melvin]     0.8.8claws92
2565
2566         * src/folderview.[ch]
2567                 folderview_check_new(): return the number of new messages.
2568         * src/inc.c
2569                 Should fix bug [14] where new mail notification worked 
2570                         incorrectly with IMAP accounts.
2571                 inc_spool_account(): return number of new msgs, or -1 on error
2572                 inc_all_spool(): return number of new msgs
2573                 
2574 2003-01-13 [melvin]     0.8.8claws91
2575
2576         * src/prefs_actions.c
2577                 Justify help text.
2578
2579 2003-01-12 [thorsten]   0.8.8claws90
2580
2581         * src/common/prefs.c
2582                 close file before rename
2583
2584 2003-01-12 [alfons]     0.8.8claws89
2585
2586         * AUTHORS
2587                 add Christian Mertes
2588         * src/common/utils.[ch]
2589                 g_stricase_hash(), g_stricase_equal(): functions for 
2590                 case insensitive hash tables
2591         * src/textview.c
2592                 use top level domain names to validate email address, based
2593                 on a patch by Christian Mertes (thanks!), but changed 
2594                 implementation to use a hash table 
2595
2596 2003-01-12 [paul]       0.8.8claws88
2597
2598         * po/bg.po
2599                 updated by George Danchev
2600
2601 2003-01-12 [alfons]     0.8.8claws87
2602
2603         * src/summaryview.c
2604                 delete / execute performance: use new style folder update
2605
2606 2003-01-12 [paul]       0.8.8claws86
2607
2608         * sync with 0.8.8cvs5
2609                 see ChangeLog 2003-01-13 (!)
2610
2611 2003-01-12 [alfons]     0.8.8claws85
2612
2613         * src/filtering.c
2614         * src/matcher_parser_parse.y
2615                 prepare change_score filtering action
2616         * src/matcher.[ch]
2617                 give up const-correctness on functions that call non-const-correct functions;
2618                 several casts to gpointer in g_free();
2619                 add change_score;
2620
2621 2003-01-12 [christoph]  0.8.8claws84
2622
2623         * src/compose.c
2624                 fix 2 warnings
2625
2626         * src/gtk/prefswindow.[ch]
2627         * src/plugins/spamassassin/spamassassin_gtk.c
2628                 changed the call of the widget create function
2629                 for PrefsPages, because sometimes the widget
2630                 create function needs a widget that already has
2631                 been attached to a window (to create GDK pixmaps
2632                 for exmaple). So we simply pass the GtkWindow as
2633                 the second parameter now.
2634
2635         * src/main.c
2636         * src/mainwindow.c
2637         * src/prefs_toolbar.[ch]
2638                 rewrite Toolbar Preferences using the new
2639                 prefs window
2640
2641 2003-01-11 [alfons]     0.8.8claws83
2642
2643         * src/addressadd.c
2644                 fix crash when adding sender to addressbook because status bar
2645                 isn't there (the status bar doesn't seem to be used though,
2646                 but I'll let Match decide what to do with it)
2647
2648 2003-01-11 [colin]      0.8.8claws82
2649
2650         * src/main.c
2651           src/toolbar.c
2652                 Two useless changes reversed
2653
2654 2003-01-11 [colin]      0.8.8claws81
2655
2656         * src/mainwindow.c
2657           src/mainwindow.h
2658                 Add mainwindow_get_mainwindow()
2659         * src/alertpanel.c
2660           src/alertpanel.h
2661                 Add alertpanel_error_log() 
2662         * src/compose.c
2663           src/inc.c
2664           src/messageview.c
2665           src/toolbar.c
2666           src/main.c
2667           src/procmsg.c
2668                 Network errors get a View Log button
2669
2670 2003-01-10 [alfons]     0.8.8claws80
2671
2672         * src/prefs_toolbar.c
2673         * src/toolbar.c
2674                 use the translatable string for "Separator" as file name for
2675                 separator toolbar items (probably make this uppercase?)
2676
2677 2003-01-10 [alfons]     0.8.8claws79
2678
2679         * src/prefs_toolbar.c
2680                 put right A_SEPARATOR description string in "displayed
2681                 toolbar items list" so manually added separators are
2682                 saved correctly (bug #10, "Adding a separator to the main 
2683                 toolbar fails, entry in xml file is wrong")
2684
2685 2003-01-10 [christoph]  0.8.8claws78
2686
2687         * src/imap.c
2688                 o fix warnings
2689                 o use CAPABILITY to check if NAMESPACE is available
2690
2691 2003-01-10 [christoph]  0.8.8claws77
2692
2693         * src/imap.[ch]
2694                 apply UIDPLUS IMAP extension support patch
2695
2696         Patch submitted by Simon 'corecode' Schubert
2697
2698 2003-01-10 [paul]       0.8.8claws76
2699
2700         * src/folderview.c
2701                 a sync from main which fixes the news account folders'
2702                 Properties bug
2703
2704 2003-01-10 [christoph]  0.8.8claws75
2705
2706         * src/folder.c
2707                 don't accept 0 as a valid uid returned by copy and move
2708                 functions. 0 means the message was copied or moved but the
2709                 new uid could not be fetched. It is not an error condition
2710                 for the copy or move operation.
2711
2712 2003-01-10 [paul]       0.8.8claws74
2713
2714         * src/prefs_filtering.c
2715                 change English used in Alert when entry is not
2716                 saved.
2717                 
2718         * sync with 0.8.8cvs4
2719                 see ChangeLog 2003-01-10
2720
2721 2003-01-10 [darko]      0.8.8claws73
2722
2723         * src/pine.c
2724                 fix crash when importing address book entry
2725                 without a valid address
2726
2727 2003-01-09 [alfons]     0.8.8claws72
2728
2729         * src/inc.c
2730                 filtering performance: use new style folder update
2731
2732 2003-01-09 [christoph]  0.8.8claws71
2733
2734         * src/compose.c
2735         * src/gtk/menu.[ch]
2736                 fix wrong selecting of mime encoding type, when
2737                 opening property dialog of attachments in the
2738                 compose window. 7bit was always selected and that
2739                 destoryed files with 8bit data.
2740                 (closes bug #9 Sylpheed-claws destroys attachments when
2741                  changing MIME-types)
2742
2743 2003-01-09 [paul]       0.8.8claws70
2744
2745         * sync with 0.8.8cvs3
2746                 see ChangeLog 2003-01-09
2747
2748 2003-01-08 [alfons]     0.8.8claws69
2749         
2750         * src/addressadd.c
2751                 apply patch by Kim Schulz to fix build breakage
2752                 because of missing variable
2753
2754 2003-01-08 [paul]       0.8.8claws68
2755
2756         * sync with 0.8.8cvs2
2757                 see ChangeLog 2002-01-08
2758
2759 2003-01-08 [paul]       0.8.8claws67
2760
2761         * po/it.po
2762                 updated by Alessandro Maestri
2763                 
2764         * src/addressadd.c
2765                 when using 'Add sender to addressbook' allow
2766                 name to be edited and remarks to be entered
2767                 Patch submitted by Luke Plant
2768
2769 2003-01-08 [darko]      0.8.8claws66
2770
2771         * README.claws, src/summaryview.c
2772                 fix description for marked messages
2773
2774 2003-01-08 [paul]
2775
2776         * tools/Makefile.am
2777           tools/launch_phoenix  ** NEW FILE **
2778                 add script that enables using Phoenix as the default
2779                 web browser. 
2780                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2781                 
2782         * tools/OOo2sylpheed.pl
2783                 remove full path to sylpheed executable, just 'sylpheed'
2784                 will do
2785                 
2786         * tools/README
2787                 add launch_phoenix informtion and re-arrange and compress
2788                 the data a little
2789
2790 2003-01-07 [christoph]  0.8.8claws65
2791
2792         * src/folder.c
2793                 fix update for source folder when moving messages
2794         * src/procmsg.[ch]
2795         * src/summaryview.c
2796                 use function to set to_folder for message infos and
2797                 automatically update the op_count for old and new
2798                 folder
2799
2800 2003-01-07 [melvin]     0.8.8claws64
2801
2802         * src/prefs_actions.c
2803                 Fixed bug where an '%p' Action on a displayed image crashed 
2804                         Sylpheed
2805                 Code clean up (get rid of duplicated code and removed unnecessary 
2806                                 structure member)
2807
2808 2003-01-07 [christoph]  0.8.8claws63
2809
2810         * src/compose.c
2811         * src/folder.[ch]
2812         * src/folderview.c
2813         * src/import.c
2814         * src/inc.c
2815         * src/main.c
2816         * src/mainwindow.c
2817         * src/messageview.c
2818         * src/prefs_folder_item.c
2819         * src/procmsg.c
2820         * src/summaryview.c
2821         * src/toolbar.c
2822                 o remove all folder update triggering from the UI code. The folder
2823                   system should know much better when a folder needs an update.
2824                 o to prevent multiple updates in a row the folder updates can be
2825                   frozen for some time.
2826
2827                 Note: - Please verify that no updates are missing
2828                       - Check where freeze/thaws should be added
2829
2830 2003-01-07 [christoph]  0.8.8claws62
2831
2832         * src/prefs_actions.c
2833                 don't translate empty strings
2834
2835         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2836
2837 2003-01-06 [christoph]  0.8.8claws61
2838
2839         * src/prefs_actions.c
2840                 mark strings for gettext
2841         * src/prefs_matcher.c
2842                 use new description window for Execute action and
2843                 match condition in Filtering
2844
2845         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2846
2847 2003-01-06 [alfons]     0.8.8claws60
2848
2849         keep myself inspired to re-organize matcher part 8; 
2850         yes, more to come (I need to move out the descriptive
2851         text for actions to matcher.c, or at least make it not
2852         depend on the wicked ordering)
2853
2854         * src/prefs_matcher.c
2855                 add documentation so others may comprehend the
2856                 UI part of the conditions
2857                 
2858 2003-01-06 [christoph]  0.8.8claws59
2859
2860         * src/prefs_actions.c
2861                 use new description window for syntax help
2862         * src/gtk/description_window.c
2863                 fix display of descriptions with column count != 2
2864
2865         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2866
2867 2003-01-06 [christoph]  0.8.8claws58
2868
2869         * src/quote_fmt.c
2870         * src/summaryview.[ch]
2871         * src/gtk/Makefile.am
2872         * src/gtk/description_window.[ch]       ** NEW **
2873                 use a generic window to display syntax descriptions
2874                 currently used in quote_fmt and summaryview (new description
2875                 for extended quick search)
2876
2877         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2878
2879 2003-01-06 [paul]       0.8.8claws57
2880
2881         * sync with 0.8.8cvs1
2882                 see ChangeLog 2003-01-06
2883
2884 2003-01-06 [christoph]  0.8.8claws56
2885
2886         * src/mainwindow.c
2887         * src/prefs_gtk.[ch]
2888         * src/gtk/prefswindow.[ch]
2889         * src/plugins/spamassassin/spamassassin_gtk.c
2890                 o remove page management from prefswindow, pages
2891                   will be an argument to prefswindow_open
2892                 o prefswindow_open gets a datapointer that is
2893                   passed to the widget_create function to allow
2894                   creation of prefswindow for specific items
2895
2896 2003-01-06 [colin]      0.8.8claws55
2897         
2898         * src/summaryview.c
2899                 We don't want regexp in the reply-finder, 
2900                 because MIDs can contain !,$,. and so on
2901
2902 2003-01-06 [jens]       0.8.8claws54
2903
2904         * src/jpilot.c
2905                 fixed a wrong free in jpilot_read_db_files
2906
2907 2003-01-06 [alfons]     0.8.8claws53
2908
2909         re-organize matcher part 8; more to come
2910        
2911         * src/matcher.c
2912                 matcherprop_to_string(): put g_free()s before the
2913                 switch-case break to fix memleaks                
2914
2915 2003-01-06 [colin]      0.8.8claws52
2916
2917         * src/summaryview.c
2918                 cleanup & reply-finder now displays the first 
2919                 matching message
2920
2921 2003-01-05 [alfons]     0.8.8claws51
2922
2923         re-organize matcher part 7; more to come
2924
2925         * src/matcher.[ch]
2926                 fixes for constant correctness;
2927                 more documentation;
2928
2929 2003-01-05 [alfons]     0.8.8claws50
2930
2931         re-organize matcher part 6; more to come
2932         
2933         * src/matcher.[ch]
2934                 fixes for constant correctness;
2935                 more documentation;
2936         * src/filtering.c
2937                 fix for constant correctness
2938
2939 2003-01-05 [colin]      0.8.8claws49
2940
2941         * src/account.[ch]
2942                 Add account_get_reply_account function
2943         * src/compose.c
2944                 Use account_get_reply_account function 
2945         * src/summaryview.c
2946                 Basic reply-finder - click on the replied
2947                 icon gets you to the outbox using quick-search
2948
2949 2003-01-05 [paul]       0.8.8claws48
2950
2951         * src/prefs_common.c
2952                 small change to English
2953                 
2954         * src/prefs_filtering.c
2955                 prefs_filtering_action_select(): improve logic and uniformity
2956                 of gui
2957
2958 2003-01-05 [alfons]     0.8.8claws47
2959
2960         fine tune solution to focus problems (bug #7)
2961
2962         * src/mainwindow.c
2963                 mainwindow_focus_in_event(): remove grab event check
2964         * src/summaryview.c
2965                 summary_button_pressed(): move selection on right-click
2966                 too. we can't possibly move the selection back after
2967                 canceling a dialog, because gtk's incomplete focus 
2968                 management. whether this is a good solution, only time
2969                 will tell.
2970
2971 2003-01-05 [christoph]  0.8.8claws46
2972
2973         * src/imap.c
2974                 fix crash when no imap connection could be established
2975
2976 2003-01-05 [paul]       0.8.8claws45
2977
2978         * src/mainwindow.c
2979           src/sumamryview.c
2980           src/gtk/menu.[ch]
2981                 fix bug 605957 'shortcuts in popup-menu'
2982                 make user-defined shortcuts work
2983                 show shortcuts that are already defined
2984                 in the main menu
2985                 Patch submitted by Luke Plant
2986
2987 2003-01-05 [alfons]     0.8.8claws44
2988
2989         * src/mainwindow.c
2990                 focus_in_event handler should not select summary view row 
2991                 when another window (menu, dialog) grabbed for events 
2992                 (bug #7, "[0.8.8claws42] Message summary focus") 
2993
2994 2003-01-04 [christoph]  0.8.8claws43
2995
2996         * src/procmsg.c
2997                 update save folder after adding the sent message
2998                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2999
3000 2003-01-02 [christoph]  0.8.8claws42
3001
3002         * src/common/plugin.c
3003                 fix unloading of all plugins and unload
3004                 plugins in reverse order
3005                 
3006         * src/gtk/pluginwindow.c
3007                 implement function of load and unload button
3008
3009         * src/gtk/prefswindow.c
3010         * src/gtk/prefswindow.h
3011                 rename register function and add new unregister
3012                 function
3013
3014         * src/plugins/spamassassin/spamassassin_gtk.c
3015                 unregister prefs page and update for changes in
3016                 src/gtk/prefswindow.c
3017
3018 2003-01-02 [paul]       0.8.8claws41
3019
3020         * po/es.po
3021                 updated by Ricardo Mones Lastra
3022
3023 2003-01-02 [paul]
3024
3025         * tools/tb2sylpheed
3026                 fixes and improvements by Urke MMI
3027
3028 2003-01-02 [thorsten]   0.8.8claws40
3029
3030         * src/procmsg.c
3031                 fixed wrong return value
3032
3033 2003-01-02 [thorsten]   0.8.8claws39
3034
3035         * src/prefs.c
3036                 fixed printing wrong variable
3037
3038 2003-01-02 [thorsten]   0.8.8claws38
3039
3040         * src/prefs.c
3041                 fixed acessing members of freed pfile struct
3042
3043 2003-01-02 [thorsten]   0.8.8claws37
3044
3045         * src/procmsg.c
3046                 detect loops across several messages
3047                 as suggested by Christoph Hohmann
3048
3049 2003-01-01 [match]      0.8.8claws36
3050
3051         * src/addrindex.c
3052                 fixed another memory leak.
3053
3054 2003-01-01 [match]      0.8.8claws35
3055
3056         * src/jpilot.[ch]
3057                 fixed memory leaks. applied Doxygen comments.
3058
3059 2003-01-01 [thorsten]   0.8.8claws34
3060
3061         * src/procmsg.c
3062                 inhibit endless loop if msg references itself
3063                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
3064
3065 2003-01-01 [christoph]  0.8.8claws33
3066
3067         * src/mainwindow.c
3068         * src/gtk/Makefile.am
3069         * src/gtk/pluginwindow.c                ** NEW **
3070         * src/gtk/pluginwindow.h                ** NEW **
3071                 add plugin window
3072
3073         * src/plugins/demo/demo.c
3074         * src/plugins/spamassassin/spamassassin.c
3075         * src/plugins/spamassassin/spamassassin_gtk.c
3076                 write better plugin descriptions
3077
3078 2002-12-31 [christoph]  0.8.8claws32
3079
3080         * src/gtk/prefswindow.c
3081         * src/plugins/spamassassin/spamassassin_gtk.c
3082                 some small improvements to GTK code
3083
3084 2002-12-31 [christoph]  0.8.8claws31
3085
3086         * src/plugins/spamassassin/spamassassin_gtk.c
3087                 enable folder select button
3088
3089 2002-12-31 [christoph]  0.8.8claws30
3090
3091         * src/mainwindow.c
3092         * src/gtk/Makefile.am
3093         * src/gtk/prefswindow.c                         ** NEW **
3094         * src/gtk/prefswindow.h                         ** NEW **
3095                 add new prefs window
3096
3097         * src/common/plugin.c
3098                 don't try to load empty config lines
3099         
3100         * src/plugins/spamassassin/Makefile.am
3101         * src/plugins/spamassassin/spamassassin.c
3102         * src/plugins/spamassassin/spamassassin.h       ** NEW **
3103         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
3104                 GTK config for SpamAssassin Plugin using
3105                 the new prefs window
3106
3107 2002-12-31 [paul]       0.8.8claws29
3108
3109         * po/POTFILES.in
3110                 remove obsolete entry 'src/menu.c'
3111
3112 2002-12-31 [alfons]     0.8.8claws28
3113
3114         * src/matcher.[ch]
3115         * src/matcher_parser_parse.y
3116         * src/prefs_matcher.c
3117                 add "ignore_thread" and "~ignore_thread" condition so it's
3118                 possible to make the actions / scoring operate on the ignore
3119                 thread flag
3120
3121 2002-12-31 [christoph]  0.8.8claws27
3122
3123         * src/addrbook.c
3124         * src/addrindex.c
3125         * src/folder.c
3126         * src/matcher.c
3127         * src/prefs_account.c
3128         * src/prefs_actions.c
3129         * src/prefs_customheader.c
3130         * src/prefs_display_header.c
3131         * src/prefs_gtk.c
3132         * src/procmime.c
3133         * src/toolbar.c
3134         * src/xmlprops.c
3135         * src/common/prefs.[ch]
3136                 extend prefs file handling for reading and automatic handling
3137                 of blocks. When reading prefs_set_block_label will automatically
3138                 move on to the block. When writing it will copy all other blocks
3139                 automatically
3140
3141         * src/common/plugin.c
3142                 Now loading plugin filenames from [Plugins] block in
3143                 sylpheed rc file
3144
3145 2002-12-30 [christoph]  0.8.8claws26
3146
3147         * src/common/hooks.[ch]
3148                 return abort status to caller of hooks_invoke
3149                 
3150         * src/inc.[ch]
3151                 invoke message filtering hook and stop
3152                 default handling when filter returns abort
3153
3154         * src/common/plugin.[ch]
3155         * src/plugins/demo/demo.c
3156                 modify plugin loader, because resolving symbols for strings
3157                 does not work correctly
3158         
3159         * configure.in
3160         * ac/spamassassin.m4                            ** NEW **
3161         * src/plugins/spamassassin/.cvsignore           ** NEW **
3162         * src/plugins/spamassassin/Makefile.am          ** NEW **
3163         * src/plugins/spamassassin/README               ** NEW **
3164         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
3165         * src/plugins/spamassassin/spamassassin.c       ** NEW **
3166         * src/plugins/spamassassin/utils.[ch]           ** NEW **
3167                 add spamassassin plugin, see src/plugins/spamassassin/README
3168                 for details
3169
3170 2002-12-29 [alfons]     0.8.8claws25
3171
3172         * src/mainwindow.c
3173                 when moving focus from a message view to the main 
3174                 window, don't forget to select the summary node
3175                 of the displayed message. should fix "[ 659103 ] 
3176                 focus-follows-mouse confuses sylpheed"
3177
3178 2002-12-29 [christoph]  0.8.8claws24
3179
3180         * src/Makefile.am
3181         * src/stringtable.[ch]          ** REMOVE **
3182         * src/common/Makefile.am
3183         * src/common/stringtable.[ch]   ** NEW **
3184                 move stringtable files to common directory
3185
3186 2002-12-29 [christoph]  0.8.8claws23
3187
3188         * src/Makefile.am
3189         * src/menu.[ch]                 ** REMOVE **
3190         * src/gtk/Makefile.am
3191         * src/gtk/menu.[ch]             ** NEW **
3192                 move menu files to gtk directory
3193
3194 2002-12-29 [match]      0.8.8claws22
3195
3196         * src/addressbook.c
3197         * src/syldap.c
3198                 moved UI specific code out of LDAP code into addressbook
3199                 UI code. fixed memory leak.
3200
3201 2002-12-29 [christoph]  0.8.8claws21
3202
3203         * src/folder.c
3204                 only check for IGNORED parent message when message is
3205                 not IGNORED itself
3206
3207 2002-12-29 [alfons]     0.8.8claws20
3208
3209         * src/summaryview.c
3210                 set gtksctree's anchor correct (immediate execute
3211                 changes the tree's layout, and anchor points at 
3212                 the incorrect row). fixes "[ 657233 ] multiple msg 
3213                 delete sometimes off by 1".
3214                 we probably have to look for more tree layout /
3215                 anchor glitches.
3216
3217 2002-12-29 [paul]       0.8.8claws19
3218
3219         * src/summaryview.c
3220                 fix bug [ 659054 ] incorrect sorting of 'From' column
3221                 when using 'display sender using address book'
3222                 thanks to Alfons and Luke Plant
3223
3224 2002-12-29 [christoph]  0.8.8claws18
3225
3226         * src/folder.c
3227         * src/procmsg.[ch]
3228                 check parent messages for IGNORE THREAD flag, when adding,
3229                 moving or copying messages to a folder
3230
3231 2002-12-27 [alfons]     0.8.8claws17
3232
3233         re-organize matcher part 5; more to come
3234
3235         * src/matcher.c
3236                 hash keywords in matchparser_tab 
3237
3238 2002-12-27 [alfons]     0.8.8claws16
3239
3240         re-organize matcher part 4; more to come
3241
3242         * src/matcher_parser.h
3243         * src/matcher_parser_lex.l
3244         * src/matcher_parser_parse.y
3245                 cleanup
3246
3247 2002-12-27 [alfons]     0.8.8claws15
3248
3249         re-organize matcher part 3; more to come
3250
3251         * src/matcher.[ch]
3252                 cleanup
3253
3254 2002-12-27 [alfons]     0.8.8claws14
3255
3256         re-organize matcher part 2; more to come but this should
3257         work. cc me if there are any regressions.
3258
3259         * src/matcher.h
3260                 add prototype for get_matchparser_tab_id()
3261         * src/matcher_parser_lex.l
3262                 look up keywords using matchparser_tab_id();
3263
3264 2002-12-27 [alfons]     0.8.8claws12
3265
3266         re-organize matcher part 1
3267
3268         * src/matcher.h
3269                 map yacc generated constants to sylpheed matcher constants
3270         * src/matcher.c
3271                 add function to find a matcher constant from a string
3272
3273 2002-12-27 [christoph]  0.8.8claws11
3274
3275         * src/compose.c
3276                 MENUITEM_ADD casts the 4th argument from integer to pointer
3277                 so it probably should not be a pointer, this means we
3278                 should use account id for it and not the account's pointer
3279
3280 2002-12-27 [paul]       0.8.8claws10
3281
3282         * src/mainwindow.c
3283                 remove unneeded 'GtkWidget *vbox'
3284                 
3285         * src/summaryview.c
3286                 further sync with 0.8.8 - make sort
3287                 by recipient work as expected
3288                 
3289         * NEWS
3290                 sync with 0.8.8
3291
3292 2002-12-27 [paul]       0.8.8claws9
3293
3294         * po/pt_BR.po
3295                 updated by Ivan F. Martinez
3296                 
3297 2002-12-27 [darko]      0.8.8claws8
3298
3299         * src/common/utils.c
3300                 added locked pattern to extended search
3301
3302 2002-12-27 [alfons]     0.8.8claws7
3303
3304         * src/prefs_matcher.[ch]
3305                 clean up
3306
3307 2002-12-26 [alfons]     0.8.8claws6
3308
3309         * src/matcher.[ch]
3310         * src/matcher_parser_lex.l
3311         * src/matcher_parser_parse.y
3312         * src/prefs_matcher.c
3313                 allow color label as a condition in the matcher
3314
3315 2002-12-26 [oliver]     0.8.8claws5
3316         
3317         * src/toolbar.c 
3318                 enable Addressbook for Main and Messageview
3319         * src/prefs_actions.c
3320                 enable actions in Messageview
3321
3322 2002-12-26 [christoph]  0.8.8claws4
3323
3324         * src/common/plugin.c
3325                 add a little debug output
3326         * configure.in
3327         * src/plugins/demo/Makefile.am
3328                 better use of automake
3329
3330 2002-12-26 [christoph]  0.8.8claws3
3331
3332         * src/Makefile.am
3333         * src/common/Makefile.am
3334                 fix "make distdir"
3335
3336 2002-12-26 [christoph]  0.8.8claws2
3337
3338         * configure.in
3339                 sort configure checks into common / gtk / plugins
3340         * po/POTFILES.in
3341                 add src/prefs_gtk.c
3342         * src/Makefile.am
3343                 add plugins SUBDIR
3344         * src/main.c
3345         * src/common/sylpheed.[ch]
3346                 added now sylpheed_done function for shutdown
3347         * src/common/Makefile.am
3348         * src/common/plugin.[ch]                ** NEW **
3349                 plugin loader and unloader
3350         * src/plugins/.cvsignore                ** NEW **
3351         * src/plugins/Makefile.am               ** NEW **
3352                 build plugins
3353         * src/plugins/demo/.cvsignore           ** NEW **
3354         * src/plugins/demo/Makefile.am          ** NEW **
3355         * src/plugins/demo/demo.c               ** NEW **
3356                 small demo plugin that installs a logtext hook and
3357                 outputs the log text to stdout
3358
3359 2002-12-26 [paul]       0.8.8claws1
3360
3361         * po/es.po
3362                 updated by Ricardo Mones Lastra
3363
3364 2002-12-26 [paul]       0.8.8claws
3365
3366         * 0.8.8claws released
3367
3368 2002-12-26 [paul]       0.8.7claws12
3369
3370         * po/bg.po
3371                 updated by George Danchev
3372
3373 2002-12-26 [paul]       0.8.7claws11
3374
3375         * po/POTFILES.in
3376                 remove unneeded 'src/prefs.c' entry 
3377
3378 2002-12-26 [paul]       0.8.7claws10
3379
3380         * src/codeconv.c
3381           src/mainwindow.c
3382                 sync with 0.8.8 release
3383         
3384         * src/folder.[ch]
3385           src/mh.c
3386           src/summaryview.c
3387                 partial sync with 0.8.8 release
3388         
3389
3390 2002-12-25 [alfons]     0.8.7claws9
3391
3392         * src/matcher.[ch]
3393         * src/matcher_parser_lex.l
3394         * src/matcher_parser_parse.y
3395         * src/prefs_matcher.c
3396                 add locked flag to possible filtering / matcher 
3397                 conditions (also a good example what should be
3398                 done to add a simple boolean condition)
3399
3400 2002-12-25 [christoph]  0.8.7claws8
3401
3402         * src/Makefile.am
3403         * src/account.[ch]
3404         * src/addrbook.c
3405         * src/addressbook.c
3406         * src/addrindex.c
3407         * src/filtering.c
3408         * src/folder.c
3409         * src/matcher.c
3410         * src/prefs.[ch]                ** REMOVE **
3411         * src/prefs_account.c
3412         * src/prefs_actions.c
3413         * src/prefs_common.c
3414         * src/prefs_customheader.c
3415         * src/prefs_display_header.c
3416         * src/prefs_filtering.c
3417         * src/prefs_folder_item.c
3418         * src/prefs_gtk.[ch]            ** NEW **
3419         * src/prefs_matcher.c
3420         * src/prefs_scoring.c
3421         * src/prefs_summary_column.c
3422         * src/procmime.c
3423         * src/selective_download.c
3424         * src/toolbar.c
3425         * src/common/Makefile.am
3426         * src/common/prefs.[ch]         ** NEW **
3427                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
3428
3429 2002-12-24 [alfons]     0.8.7claws7
3430
3431         * src/summaryview.c
3432                 summary_thread_build(): fix real cause of the crash mentioned in
3433                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
3434                 this way we get meaningful ctree nodes 
3435
3436 2002-12-24 [oliver]     0.8.7claws6
3437
3438         * src/mainwindow.[ch]
3439         * src/messageview.[ch]
3440         * src/compose.[ch]
3441         * src/inc.c
3442         * src/summaryview.c
3443                 changes to use updated toolbar handling
3444                 
3445 2002-12-24 [oliver]     0.8.7claws5
3446
3447         * src/toolbar.[ch]
3448                 generic toolbar handling
3449                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
3450         * src/prefs_toolbar.[ch]
3451                 adjust to handling
3452         
3453 2002-12-24 [oliver]     0.8.7claws4
3454         
3455         * src/stock_pixmap.[ch]
3456                 move SYLPHEED_LOGO to end of list in order 
3457                 to remove it from Custom Toolbar`s Icon View
3458
3459 2002-12-24 [alfons]     0.8.7claws3
3460
3461         * src/summaryview.c
3462                 summary_thread_build(): fix crash because of focus != selection 
3463                 after threading. when deleting the selection, gtk tries but fails 
3464                 to find the correct focusable element. we now force the selection
3465                 to be focused. this should solve the infamous bug reported by 
3466                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
3467                 a test case is available. 
3468
3469 2002-12-24 [darko]      0.8.7claws2
3470
3471         * src/summaryview.c
3472                 don't crash when unmarking message with unread children
3473
3474 2002-12-23 [christoph]  0.8.7claws1
3475
3476         * src/Makefile.am
3477         * src/common/Makefile.am
3478                 update Makefiles for moved intl.h, version.h and defs.h
3479         * src/imap.c
3480                 rewrite imap_session_get to avoid duplicate code
3481
3482 2002-12-23 [paul]       0.8.7claws
3483
3484         * Santa-Claws released
3485         
3486         * po/hu.po
3487           po/ru.po
3488                 squeeze in updated Hungarian and Russian translations.
3489                 Submitted by  Gál Zoltán and Ruslan N. Balkin
3490
3491 2002-12-23 [paul]       0.8.6claws129
3492
3493         * po/pl.po
3494                 updated by Witold Wladyslaw Wojciech Wilk
3495
3496 2002-12-23 [paul]       0.8.6claws128
3497
3498         * src/quote_fmt_parse.y
3499                 fix typo and add licence header
3500
3501 2002-12-23 [paul]       0.8.6claws127
3502
3503         * po/en_GB.po
3504                 updated
3505
3506 2002-12-23 [paul]       0.8.6claws126
3507
3508         * po/it.po
3509                 updated translation, submitted by Alessandro Maestri
3510                 
3511 2002-12-23 [paul]       0.8.6claws125
3512
3513         * src/quote_fmt_parse.y
3514                 fix signature-stripping on replies bug. match
3515                 '-- \n' and not '-- '.
3516
3517 2002-12-22 [paul]       0.8.6claws124
3518
3519         * po/bg.po
3520           po/es.po
3521           po/sr.po
3522                 updated translations. submitted by George Danchev,
3523                 Ricardo Mones Lastra, and Urke MMI respectively
3524
3525 2002-12-21 [paul]       0.8.6claws123
3526
3527         * src/addrbook.c
3528                 fix coding style
3529
3530 2002-12-21 [paul]       0.8.6claws122
3531
3532         * src/addrbook.c
3533                 fix bug [643638] where if a person is in one or more
3534                 addressbook groups editing that person's email 
3535                 address results in removal from those groups.
3536                 Patch submitted by Luke Plant.
3537
3538 2002-12-20 [christoph]  0.8.6claws121
3539
3540         * src/common/utils.c
3541         * src/summaryview.c
3542                 reimplement expand_search_string using GString to
3543                 prevent crashs caused by miscalculated string
3544                 lengths reported by Paul
3545
3546 2002-12-20 [christoph]  0.8.6claws120
3547
3548         * src/summaryview.c
3549                 don't use "changed" to check if op_count has to be changed as it
3550                 is also set when the message has unread children
3551                 (closes bug [ 653221 ] crash while deleting duplicates)
3552
3553 2002-12-20 [paul]       0.8.6claws119
3554
3555         * sync with 0.8.6cvs27
3556                 see ChangeLog 2002-12-20
3557
3558 2002-12-20 [paul]       0.8.6claws118
3559
3560         * sync with 0.8.6cvs26
3561                 see ChangeLog 2002-12-19 and 2002-12-20
3562
3563 2002-12-19 [alfons]     0.8.6claws117
3564
3565         * src/textview.c
3566                 fix incorrect parsing of email addresses, submitted by 
3567                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
3568                 name display if it contains @".
3569
3570 2002-12-18 [paul]       0.8.6claws116
3571
3572         * sync with 0.8.6cvs23
3573                 see ChangeLog 2002-12-18
3574
3575 2002-12-18 [paul]       0.8.6claws115
3576
3577         * src/Makefile.am
3578         * src/account.c
3579         * src/codeconv.c
3580         * src/gtkutils.[ch]
3581         * src/imap.c
3582                 sync with 0.8.6cvs22.
3583                 see ChangeLog 2002-12-17 and 2002-12-18
3584
3585 2002-12-17 [christoph]  0.8.6claws114
3586
3587         * src/imap.c
3588                 o don't create a session if imap greeting fails
3589                 o don't close socket when authentication fails
3590                   this is done by imap_session_destroy
3591
3592 2002-12-17 [thorsten]   0.8.6claws113
3593
3594         * tools/Makefile.am
3595           tools/README
3596           tools/google_msgid.pl ** NEW FILE **
3597                 Added "search for message-id" script and doc
3598
3599 2002-12-17 [thorsten]   0.8.6claws112
3600
3601         * po/hu.po
3602                 Updated hungarian translation
3603                 (updated by Gal Zoltan)
3604
3605 2002-12-16 [christoph]  0.8.6claws111
3606
3607         * src/addr_compl.c
3608                 remove stupid addressbook dump to debug output
3609         * src/mh.c
3610                 fix memory leak found by Hiro
3611
3612 2002-12-14 [paul]       0.8.6claws110
3613
3614         * src/compose.c
3615                 fix menubar sensitivity on send
3616                 
3617         * src/prefs_filtering.c
3618         * src/prefs_matcher.c
3619         * src/prefs_scoring.c
3620                 Fix english ;)
3621                 
3622         * src/common/quoted-printable.h
3623                 sync: fix typo
3624         
3625 2002-12-13 [christoph]  0.8.6claws109
3626
3627         * src/Makefile.am
3628         * src/manage_window.[ch]        ** REMOVE **
3629         * src/gtk/Makefile.am
3630         * src/gtk/manage_window.[ch]    ** NEW **
3631                 move manage_window files to gtk directory
3632
3633 2002-12-13 [christoph]  0.8.6claws108
3634
3635         * src/Makefile.am
3636         * src/gtkshruler.[ch]           ** REMOVE **
3637         * src/gtk/Makefile.am
3638         * src/gtk/gtkshruler.[ch]       ** NEW **
3639                 move gtkshruler files to gtk directory
3640
3641 2002-12-13 [christoph]  0.8.6claws107
3642
3643         * src/Makefile.am
3644         * src/compose.c
3645         * src/gtkstext.[ch]             ** REMOVE **
3646         * src/gtkutils.[ch]
3647         * src/textview.c
3648         * src/gtk/gtkstext.[ch]         ** NEW **
3649         * src/gtk/Makefile.am
3650                 o move stext functions to gtkstext.c to remove
3651                   dependency of gtkutils
3652                 o move gtkstext files to gtk directory
3653
3654         * src/gtk/Makefile.am
3655         * src/gtk/sslcertwindow.[ch]
3656                 UI stuff can always depend on common code so
3657                 it's ok to add ../common to include path
3658
3659 2002-12-13 [colin]      0.8.6claws106
3660
3661         * src/summaryview.c
3662                 Disconnect sighandlers for mainwindow when
3663                 quicksearch has the focus
3664                 Fix bug #653231
3665         * src/mainwindow.[ch]
3666                 Make key_pressed callback public, to be able
3667                 to disconnect it
3668
3669 2002-12-13 [christoph]  0.8.6claws105
3670
3671         * src/mh.c
3672                 create .mh_sequences file in new MH folders
3673                 (closes feature request [ 523162 ] MH folders should
3674                  get a .mh_sequences)
3675
3676 2002-12-13 [colin]      0.8.6claws104
3677
3678         * src/summaryview.c
3679                 Better handling of quicksearch show/hide
3680                 (basically the button stays under the mouse 
3681                  when toggled)
3682
3683 2002-12-13 [paul]       0.8.6claws103
3684
3685         * sync with 0.8.6cvs17
3686                 see ChangeLog 2002-12-13
3687
3688 2002-12-13 [paul]       0.8.6claws102
3689
3690         * po/es.po
3691                 updated by Ricardo Mones Lastra
3692
3693 2002-12-11 [colin]       0.8.6claws101
3694
3695         * src/folder.c
3696                 remove statusbar stuff
3697           src/folderview.c
3698                 set statusbar verbosity when moving folders
3699
3700 2002-12-11 [colin]       0.8.6claws100
3701         * src/prefs_filtering.c
3702         * src/prefs_matcher.c
3703         * src/prefs_scoring.c
3704                 Fix english ;)
3705
3706 2002-12-11 [colin]       0.8.6claws99
3707
3708         * src/prefs_common.[ch]
3709                 Add summary_quicksearch_type
3710         * src/summaryview.c
3711                 Save last used quicksearch type
3712
3713 2002-12-11 [jens]       0.8.6claws98
3714         * src/prefs_filtering.c
3715         * src/prefs_matcher.c
3716         * src/prefs_scoring.c
3717                 added dialog for incomplete rules in scoring, filtering and
3718                 matcher to ask wheather really close
3719
3720 2002-12-11 [colin]      0.8.6claws97
3721
3722         * src/folder.c
3723                 Fix folder dnd statusbar logging
3724
3725 2002-12-10 [christoph]  0.8.6claws96
3726
3727         * src/compose.c
3728         * src/folder.c
3729         * src/imap.c
3730         * src/inc.c
3731         * src/main.c
3732         * src/mainwindow.c
3733         * src/news.c
3734         * src/send.c
3735         * src/statusbar.[ch]
3736         * src/common/hooks.c
3737         * src/common/log.[ch]
3738                 o handle verbose logging in statusbar directly in statusbar code
3739                   and common code does not need any knowledge about a statusbar
3740                 o remove direct calls to statusbar_(puts|pop)_all functions
3741
3742 2002-12-10 [jens]       0.8.6claws95
3743
3744         * src/*.c
3745                 removed gettext from g_warnings
3746         * po/POTFILES.in
3747                 cleaned and updated
3748         * po/de.po
3749                 updated
3750
3751 2002-12-10 [colin]      0.8.6claws94
3752
3753         * src/main.c
3754                 finish crash dialog fix
3755
3756 2002-12-10 [colin]      0.8.6claws93
3757
3758         * src/main.c
3759                 "Fix" "sylpheed already running" instead of
3760                 crash dialog appearing after a crash
3761
3762 2002-12-10 [colin]      0.8.6claws92
3763
3764         * po/POTFILES.in
3765                 add src/gtk/sslcertwindow.c
3766
3767 2002-12-10 [paul]       0.8.6claws91
3768
3769         * po/POTFILES.in
3770                 updated to reflect recent changes
3771                 submitted by Alessandro Maestri
3772
3773 2002-12-09 [christoph]  0.8.6claws90
3774
3775         * src/Makefile.am
3776         * src/smtp.[ch]                 ** REMOVE **
3777         * src/common/Makefile.am
3778         * src/common/smtp.[ch]          ** NEW **
3779                 move smtp files to common directory
3780
3781 2002-12-09 [christoph]  0.8.6claws89
3782
3783         * src/Makefile.am
3784         * src/session.[ch]              ** REMOVE **
3785         * src/common/Makefile.am
3786         * src/common/session.[ch]       ** NEW **
3787                 move session files to common directory
3788
3789 2002-12-09 [paul]       0.8.6claws88
3790
3791         * src/account.c
3792                 fix bug [649746] edit accounts: move account reverted
3793                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3794
3795 2002-12-09 [colin]      0.8.6claws87
3796
3797         * src/ssl_certificate.c
3798                 cleanup
3799
3800 2002-12-09 [colin]      0.8.6claws86
3801
3802         * src/ssl.c
3803                 Try to open the cert.pem database and 
3804                 issue a warning if it isn't there
3805
3806 2002-12-09 [colin]      0.8.6claws85
3807
3808         * src/common/ssl_certificate.c
3809         * src/gtk/sslcertwindow.c
3810                 Warning fixes
3811
3812 2002-12-09 [colin]      0.8.6claws84
3813
3814         * src/ssl_certificate.[ch] ** REMOVED **
3815         * src/common/ssl_certificate.[ch] ** NEW **
3816         * src/Makefile.am
3817         * src/common/Makefile.am
3818                 Moved ssl_certificate.[ch] to common
3819         * src/common/ssl.c 
3820                 Put back needed include
3821         * src/gtk/sslcertwindow.[ch]
3822                 Changed ssl_certificate.h include
3823         
3824 2002-12-09 [colin]      0.8.6claws83
3825
3826         * src/gtk/sslcertwindow.[ch]
3827                 Implement hook for certificate acception
3828         * src/ssl_certificate.[ch]
3829                 Implement hook for certificate acception
3830         * src/common/ssl.c
3831                 Reenable certificate acception check
3832         * src/mainwindow.c
3833                 Register sslcertwindow's hook
3834         
3835 2002-12-08 [christoph]  0.8.6claws82
3836
3837         * src/about.c
3838         * src/addr_compl.c
3839         * src/codeconv.c
3840         * src/manual.c
3841         * src/undo.c
3842         * src/common/utils.c
3843                 o add missing includes
3844                 o fix warnings
3845         * src/.cvsignore
3846         * src/common/.cvsignore
3847         * src/common/version.h          ** REMOVE **
3848                 remove autogenerated file
3849
3850 2002-12-08 [paul]       0.8.6claws81
3851
3852         * src/stringtable.c
3853                 put back needed include
3854
3855 2002-12-08 [colin]      0.8.6claws80
3856         
3857         * src/gtk/sslcertwindow.c
3858                 Cleaner popups when asking
3859         * src/ssl_certificate.c
3860         * src/prefs_common.[ch]
3861                 remove ssl certificate pref
3862                 put back needed include
3863         * src/undo.c
3864                 put back needed include
3865
3866 2002-12-08 [christoph]  0.8.6claws79
3867
3868         * src/folderview.c
3869         * src/logwindow.c
3870         * src/statusbar.c
3871         * src/summaryview.c
3872                 only abort hook invokation if required data is missing not
3873                 if our own data pointer is NULL, update hookfunction for
3874                 log window
3875
3876 2002-12-08 [paul]       0.8.6claws78
3877
3878         * src/about.c
3879         * src/addrcache.c
3880         * src/addrclip.c
3881         * src/addr_compl.c
3882         * src/addrselect.c
3883         * src/codeconv.c
3884         * src/colorlabel.c
3885         * src/enriched.c
3886         * src/esmtp.c
3887         * src/exporthtml.c
3888         * src/headerview.c
3889         * src/imageview.c
3890         * src/manual.c
3891         * src/noticeview.c
3892         * src/pgptext.c
3893         * src/scoring.c
3894         * src/sourcewindow.c
3895         * src/stringtable.c
3896         * src/undo.c
3897                 clean up: remove unneccesary includes
3898
3899 2002-12-08 [christoph]  0.8.6claws77
3900
3901         * src/folderview.c
3902         * src/statusbar.c
3903         * src/summaryview.c
3904         * src/common/hooks.[ch]
3905                 hook functions now have a gboolean return value, if a hook
3906                 returns TRUE it will stop executing of any more hooks in
3907                 the same hooklist for this invokation
3908
3909 2002-12-08 [colin]      0.8.6claws76
3910         
3911         * src/main.c
3912                 put back argv0 for CRASH_DIALOG
3913
3914 2002-12-08 [christoph]  0.8.6claws75
3915
3916         * src/Makefile.am
3917         * src/about.c
3918         * src/account.c
3919         * src/crash.c
3920         * src/esmtp.h
3921         * src/imap.[ch]
3922         * src/inc.c
3923         * src/main.c
3924         * src/mainwindow.c
3925         * src/news.c
3926         * src/pop.[ch]
3927         * src/prefs_account.[ch]
3928         * src/prefs_common.[ch]
3929         * src/send.[ch]
3930         * src/smtp.[ch]
3931         * src/ssl_certificate.[ch]
3932         * src/ssl_manager.[ch]
3933         * src/common/Makefile.am
3934         * src/common/log.c
3935         * src/common/nntp.[ch]
3936         * src/common/socket.[ch]
3937         * src/common/ssl.[ch]
3938         * src/gtk/sslcertwindow.[ch]
3939         * ac/openssl.m4
3940                 use new autoconf script to detect OpenSSL with extra parameters
3941                 to specify the location of libs and includes, also remove USE_SSL
3942                 to USE_OPENSSL
3943
3944         * src/common/sylpheed.[ch]
3945         * src/common/version.h.in
3946                 start seperation of common code initialization seperated from gui
3947
3948         * src/summaryview.c
3949                 The function that is called when a color label changes
3950                 should not change the color lable again
3951
3952 2002-12-08 [colin]      0.8.6claws74
3953
3954         * src/gtk/sslcertwindow.c
3955                 warning fixes
3956
3957 2002-12-08 [colin]      0.8.6claws73
3958
3959         * src/statusbar.c
3960           src/common/log.h
3961                 Register a hook for statusbar_puts_all
3962         * src/common/log.c
3963                 invoke statusbar_puts_all's hook
3964         
3965 2002-12-08 [colin]      0.8.6claws72
3966
3967         * src/ssl_certificate.c
3968                 Put back a badly-removed include
3969
3970 2002-12-08 [colin]      0.8.6claws71
3971
3972         * src/gtk/sslcertwindow.[ch]    ** NEW **
3973                 new certificate presentation
3974         * src/gtk/Makefile.am
3975                 add new files
3976         * src/ssl_certificate.[ch]
3977                 gtk cleanup, made utility functions public
3978         * src/ssl_manager.c
3979                 use new cert presentation
3980
3981 2002-12-07 [christoph]  0.8.6claws70
3982
3983         * src/Makefile.am
3984         * src/nntp.[ch]                 ** REMOVE **
3985         * src/common/Makefile.am
3986         * src/common/nntp.[ch]          ** NEW **
3987                 move nntp files to common directory
3988
3989 2002-12-07 [christoph]  0.8.6claws69
3990
3991         * src/procmsg.[ch]
3992         * src/summaryview.c
3993                 implement msginfo update callback using sylpheed's new
3994                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3995
3996 2002-12-06 [christoph]  0.8.6claws68
3997
3998         * src/editgroup.c
3999                 This patch changes the 'Edit Group Details' dialog to
4000                 allow extended selections in either pane, so that
4001                 addresses can be added or removed from a group more
4002                 quickly and easily. (it actually is a net decrease in
4003                 file size, as some unnecessary functions have been
4004                 removed). 
4005                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
4006
4007 2002-12-06 [christoph]  0.8.6claws67
4008
4009         * src/Makefile.am
4010         * src/template.[ch]             ** REMOVE **
4011         * src/common/Makefile.am
4012         * src/common/template.[ch]      ** NEW **
4013                 move template files to common directory
4014
4015         * src/nntp.c
4016                 add missing log.h include
4017
4018 2002-12-06 [melvin]     0.8.6claws66
4019
4020         * src/prefs_actions.c
4021                 Added the trailing ">" syntax to insert command's output
4022                 without replacing old text (in contrast to trailing "|").
4023
4024 2002-12-05 [colin]      0.8.6claws65
4025         
4026         * src/common/utils.c
4027                 Don't modify original search_string or it'll change
4028                 the next iterations in the for()
4029
4030 2002-12-05 [darko]      0.8.6claws64
4031
4032         * src/common/utils.c
4033                 proper check for filtering commands, found by Colin
4034
4035 2002-12-05 [darko]      0.8.6claws63
4036
4037         * src/common/utils.c
4038                 check proper string for NULL pointer, found by Colin
4039
4040 2002-12-05 [darko]      0.8.6claws62
4041
4042         * src/common/utils.[ch]
4043                 expand_search_string(): new function
4044                 converts Mutt-like patterns to Sylpheed's
4045                 filtering engine
4046         * src/summaryview.c
4047                 use expand_search_string() to allow Mutt-like
4048                 patterns in extended search
4049         * README.claws
4050                 document extended option in quick search
4051
4052 2002-12-05 [paul]       0.8.6claws61
4053
4054         * sync with 0.8.6cvs16
4055                 see ChangeLog 2002-12-05
4056                 
4057         * po/POTFILES.in
4058                 clean up
4059
4060 2002-12-04 [christoph]  0.8.6claws60
4061
4062         * src/imap.[ch]
4063                 put imap authentication code into a new function and
4064                 remove it from imap_session_new that will allow to
4065                 send other commands before authentication
4066
4067 2002-12-04 [christoph]  0.8.6claws59
4068
4069         * src/imap.[ch]
4070                 use already existing method to prevent unneeded IMAP
4071                 folder selects. Set imap_select parameters to NULL
4072                 in some functions if the values are not required.
4073
4074         * src/xml.h
4075                 remove no longer required include
4076
4077 2002-12-04 [paul]       0.8.6claws58
4078
4079         * po/es.po
4080                 updated by Ricardo Mones Lastra
4081                 
4082         * configure.in
4083           po/hu.po      ** NEW FILE **
4084                 initial Hungarian translation, submitted
4085                 by Gál Zoltán <galzoli@hu.inter.net>
4086
4087 2002-12-03 [christoph]  0.8.6claws57
4088
4089         * src/Makefile.am
4090         * src/gtksctree.[ch]            ** REMOVE **
4091         * src/gtk/Makefile.am
4092         * src/gtk/gtksctree.[ch]        ** NEW **
4093                 move gtksctree files to gtk directory
4094
4095 2002-12-03 [christoph]  0.8.6claws56
4096
4097         * src/Makefile.am
4098         * src/md5.[ch]                  ** REMOVE **
4099         * srm/common/Makefile.am
4100         * src/common/md5.[ch]           ** NEW **
4101                 move md5 files to common directory
4102
4103         * src/gtkstext.c
4104                 remove not required #include
4105
4106 2002-12-03 [sergey]     0.8.6claws55
4107
4108         * src/gtkutils.c
4109         * src/gtkutils.h
4110                 gtkut_window_popup(): new function.
4111         * src/mainwindow.c
4112                 main_window_popup(): use gtkut_window_popup() to raise
4113                 window without changing its position.
4114                 (see sylpheed-main ML message [sylpheed:17247])
4115
4116 2002-12-03 [sergey]     0.8.6claws54
4117
4118         * src/send.c
4119                 send_message_local(): removed first-dot escaping
4120                 (SMTP-only, not needed for sending through pipe)
4121
4122 2002-12-03 [paul]       0.8.6claws53
4123
4124         * po/POTFILES.in
4125                 update to reflect recent changes (thanks
4126                 to Ricardo Mones Lastra)
4127                 
4128         * tools/filter_conv.pl
4129                  fix problem with quoted strings. Patch submitted
4130                  by Luke Plant <lukeplant@softhome.net>
4131
4132 2002-12-03 [paul]       0.8.6claws52
4133
4134         * sync with 0.8.6cvs15
4135                 see ChangeLog 2002-12-03
4136
4137 2002-12-02 [christoph]  0.8.6claws51
4138
4139         * src/logwindow.[ch]
4140         * src/common/log.[ch]
4141                 implement logging using a hook function
4142
4143         * src/folderview.c
4144         * src/folder.[ch]
4145                 define hooklist name in header file to avoid
4146                 errors caused by wrong spelling of hooklist names
4147
4148         * src/toolbar.c
4149                 fix warnings
4150
4151 2002-12-02 [christoph]  0.8.6claws50
4152
4153         * src/common/Makefile.am
4154                 add src/common/hooks.[ch]
4155
4156         * src/common/hooks.[ch]
4157                 implement a simple hook system using glib's hook functions
4158
4159         * src/folder.[ch]
4160         * src/folderview.c
4161                 use new hook system for folder item updates
4162
4163 2002-12-02 [christoph]  0.8.6claws49
4164
4165         * doc-src/ui_seperation.txt     ** NEW **
4166                 information for ui seperation
4167
4168         * src/Makefile.am
4169                 remove files that were moved to common
4170                 include common directory by default for the header files
4171
4172         * src/inc.c
4173         * src/common/socket.c
4174         * src/automaton.[ch]
4175                 implement automaton using g_io_*-functions instead of
4176                 gdk_input_add to make it ui independent
4177
4178         * src/codeconv.c
4179         * src/compose.c
4180         * src/ldif.c
4181         * src/pgptext.c
4182         * src/procmime.c
4183         * src/rfc2015.c
4184         * src/smtp.c
4185         * src/unmime.c
4186                 remove common/ prefix because directory is now in
4187                 include path
4188
4189         * src/compose.c
4190         * src/folder.c
4191         * src/folderview.c
4192         * src/mainwindow.c
4193         * src/messageview.c
4194         * src/prefs_common.c
4195         * src/procmsg.c
4196         * src/rfc2015.c
4197                 fix warnings
4198
4199         * src/imap.c
4200         * src/inc.c
4201         * src/news.c
4202         * src/pop.c
4203         * src/send.c
4204         * src/smtp.c
4205         * src/ssl_certificate.c
4206                 add log.h header file for logging functions
4207
4208         * src/main.c
4209         * src/common/utils.c
4210         * src/summaryview.c
4211         * src/xml.c
4212                 o move debug_mode to common/utils.c
4213                 o add functions to set and get debug_mode
4214
4215         * src/defs.h                    ** REMOVE **
4216         * src/intl.h                    ** REMOVE **
4217         * src/socket.[ch]               ** REMOVE **
4218         * src/ssl.[ch]                  ** REMOVE **
4219         * src/utils.[ch]                ** REMOVE **
4220                 replaced by new files in src/common/
4221         
4222         * src/common/Makefile.am
4223                 add new files in src/common/
4224
4225         * src/common/defs.h             ** NEW **
4226         * src/common/intl.h             ** NEW **
4227         * src/common/log.[ch]           ** NEW **
4228         * src/common/socket.[ch]        ** NEW **
4229         * src/common/ssl.[ch]           ** NEW **
4230         * src/common/utils.[ch]         ** NEW **
4231                 replacement for files in src/
4232
4233 2002-12-02 [colin]      0.8.6claws48
4234
4235         * src/folderview.c
4236                 Scroll folderview if necessary during dnd
4237
4238 2002-12-02 [colin]      0.8.6claws47
4239
4240         * src/folder.[ch]
4241                 Add check to verify a move is within a single mailbox
4242         * src/folderview.c
4243                 Add specific error string for this check
4244
4245 2002-12-02 [colin]      0.8.6claws46
4246
4247         * src/folder.c
4248                 Add a test to folder moving, remove a statusbar_print
4249         * src/folderview.c
4250                 Add Move folder... context-menu item
4251                 Factorize folder moving code
4252                 Enable folder DND for mbox
4253
4254 2002-12-01 [christoph]  0.8.6claws45
4255
4256         * ac/aspell.m4
4257                 remove conf.aspelltest if the version check fails
4258
4259 2002-11-30 [christoph]  0.8.6claws44
4260
4261         * autogen.sh
4262                 run libtoolize --force in autogen to create missing
4263                 libtool scripts
4264
4265 2002-11-30 [christoph]  0.8.6claws43
4266
4267         * src/Makefile.am
4268         * src/pgptext.c
4269         * src/procmime.c
4270         * src/rfc2015.c
4271         * src/uuencode.[ch]             ** REMOVED **
4272         * src/common/Makefile.am
4273         * src/common/uuencode.[ch]      ** NEW **
4274                 move uuen/decoder to common directory
4275
4276 2002-11-30 [christoph]  0.8.6claws42
4277
4278         * src/Makefile.am
4279         * src/base64.[ch]               ** REMOVED **
4280         * src/codeconv.c
4281         * src/compose.c
4282         * src/ldif.c
4283         * src/pgptext.c
4284         * src/procmime.c
4285         * src/rfc2015.c
4286         * src/smtp.c
4287         * src/unmime.c
4288         * src/common/Makefile.am
4289         * src/common/base64.[ch]        ** NEW **
4290                 move base64 en/decoder to common directory
4291
4292 2002-11-30 [christoph]  0.8.6claws41
4293
4294         * src/common                    ** NEW **
4295                 new directory for UI independent code
4296         * src/gtk                       ** NEW **
4297                 new directory for GTK frontend
4298         * src/common/.cvsignore         ** NEW **
4299         * src/gtk/.cvsignore            ** NEW **
4300                 ignore build files
4301         * src/common/Makefile.am        ** NEW **
4302         * src/gtk/Makefile.am           ** NEW **
4303                 automake files to build new seperated stuff
4304         * src/Makefile.am
4305                 the binary will currently still be build with the
4306                 files in src, so we include the code from the
4307                 subdirs for now after building the libs there
4308
4309 2002-11-30 [paul]       0.8.6claws40
4310
4311         * src/compose.c
4312                 fix bug [642731] 'Wrong selected account with drafted mail'
4313
4314 2002-11-29 [oliver]     0.8.6claws39
4315         
4316         * src/messageview.c
4317                 o update summaryview when switching between different
4318                   messageviews          
4319         * src/toolbar.c  
4320                 o check if messageview holds already removed msg
4321                   from summaryview
4322                 
4323
4324 2002-11-29 [oliver]     0.8.6claws38
4325
4326         * src/toolbar.c 
4327                 remove not needed variables and includes
4328                 make messageview stay opened and move to next when msgs are deleted 
4329
4330 2002-11-29 [oliver]     0.8.6claws37
4331         
4332         * src/toolbar.c 
4333                 disable compose button (messageview toolbar) by default
4334                 deleted msgs are moved to trash
4335         
4336 2002-11-29 [melvin]     0.8.6claws36
4337
4338         * configure.in
4339                 Increased minimal gpgme version to 0.3.10 (Zombies out)
4340                 and to detect signatures expirations (gpgme 0.3.6)
4341
4342         * src/main.c
4343                 Use non obsolescent function for Gpgme engine checking.
4344
4345         * src/rfc2015.c
4346                 Inform about expired signatures or signatures which key
4347                 has expired. Expiration date is displayed.
4348
4349         * src/sigstatus.c
4350                 Inform about expired signatures or signatures which key
4351                 has expired.
4352
4353 2002-11-28 [paul]       0.8.6claws35
4354
4355         * src/folderview.c
4356                 re-instate 'Check for new messages' in Newsgroup
4357                 folders right-click menu, after a suggestion from
4358                 Tim Mann <timmann@users.sourceforge.net>
4359
4360         * src/main.c
4361                 after a crash check only local folders for new
4362                 messages
4363
4364 2002-11-28 [paul]       0.8.6claws34
4365
4366         * configure.in
4367                 apply patch that fixes the checking of GTK with XIM 
4368                 support on different OSs, such as FreeBSD. Patch 
4369                 submitted by Topia <topia@users.sourceforge.net>
4370                 
4371 2002-11-28 [paul]       0.8.6claws33
4372
4373         * src/mainwindow.c
4374           src/prefs_common.c
4375           src/prefs_toolbar.c
4376                 more changes to the English
4377
4378 2002-11-28 [paul]       0.8.6claws32
4379
4380         * sync with 0.8.6cvs13
4381                 see ChangeLog 2002-11-28 (no sync needed
4382                 for src/compose.c)
4383
4384 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
4385         
4386         * src/mainwindow.[ch]
4387                 add patch by Ivan F. Martinez introducing messageview Toolbar
4388                 some changes and committed by oliver    
4389
4390 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
4391
4392         * src/messageview.[ch]
4393                 add patch by Ivan F. Martinez introducing messageview Toolbar
4394                 some changes and committed by oliver    
4395
4396 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
4397
4398         * src/compose.[ch]
4399                 add patch by Ivan F. Martinez introducing messageview Toolbar
4400                 some changes and committed by oliver    
4401
4402 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
4403         
4404         * src/toolbar.[ch]
4405                 add patch by Ivan F. Martinez introducing messageview Toolbar
4406                 some changes and committed by oliver
4407
4408 2002-11-28 [oliver]     0.8.6claws27
4409         
4410         * src/prefs_toolbar.[ch]
4411                 getting ready for messageview toolbar
4412                 free mem allocated by gettext
4413                 change prefs_toolbar to prefs_toolbar_open
4414  
4415 2002-11-28 [thorsten]   0.8.6claws26
4416
4417         * src/imageview.[ch]
4418                 cleaned up conflicting declarations of
4419                 imageview_show_image()
4420
4421 2002-11-28 [paul]       0.8.6claws25
4422
4423         * src/grouplistdialog.c
4424           src/prefs_common.c
4425           src/prefs_summary_column.c
4426                 a few more improvements to the English
4427
4428 2002-11-28 [colin]      0.8.6claws24
4429
4430         * man/sylpheed.1
4431                 A few updates to command-line parameters
4432
4433 2002-11-28 [colin]      0.8.6claws23
4434
4435         * src/prefs_filtering.c
4436                 Fix problems with prefs_filtering_delete_path:
4437                 a) if the first rule is removed, original pointers
4438                    weren't updated (leading to segfaults)
4439                 b) it was always global_processing updated in case
4440                    of removed path was parent of rule path
4441
4442 2002-11-27 [paul]       0.8.6claws22
4443
4444         * src/mainwindow.c
4445           src/prefs_account.c
4446           src/prefs_actions.c
4447           src/prefs_common.c
4448           src/prefs_customheader.c
4449           src/prefs_display_header.c
4450           src/prefs_filtering.c
4451           src/prefs_folder_item.c
4452           src/prefs_matcher.c
4453           src/prefs_scoring.c
4454           src/prefs_summary_column.c
4455           src/prefs_template.c
4456           src/prefs_toolbar.c
4457                  improve the English in the GUI
4458
4459 2002-11-27 [colin]      0.8.6claws21
4460
4461         * src/folder.c
4462                 Fix processing renaming problems happening after
4463                 last commit
4464
4465 2002-11-27 [colin]      0.8.6claws20
4466
4467         * src/folder.c
4468                 recursive move now deletes src each subfolder after 
4469                 having moved it
4470         * src/folderview.c
4471                 Use identifier instead of path during dnd (enables
4472                 IMAP folder dnd)
4473
4474 2002-11-27 [paul]       0.8.6claws19
4475
4476         * src/main.c
4477                 apply patch that does command-line processing 
4478                 BEFORE gtk_init, allowing claws to run from 
4479                 shell-scripts in non-X environment (e.g. crontab 
4480                 or ip-up, ip-down scripts). Patch submitted by
4481                 Ruslan N. Balkin <baron@dartel.ru>
4482                 
4483         * po/it.po
4484                 updated by Alessandro Maestri
4485
4486 2002-11-27 [paul]       0.8.6claws18
4487
4488         * sync with 0.8.6cvs12
4489           src/prefs_common.c
4490                 Differences are that main uses a 'Receive dialog'
4491                 frame on the Interface tab, whereas claws groups all 
4492                 the dialogs together in a 'Dialogs' frame.
4493
4494 2002-11-27 [colin]      0.8.6claws17
4495
4496         * src/prefs_matcher.c
4497                 Fix Execute criteria's NOT flag
4498
4499
4500 2002-11-26 [christoph]  0.8.6claws16
4501
4502         * src/ssl.c
4503                 rewrite the ssl code a little bit, only use one
4504                 SSL context, set default certificates' file/path
4505
4506 2002-11-26 [thorsten]   0.8.6claws15
4507
4508         * src/compose.c
4509                 default-reply-to didn't work for ml-reply
4510
4511 2002-11-26 [melvin]     0.8.6claws14
4512
4513         * src/prefs_actions.c
4514                 Made pipe-actions ignore short headers in message view
4515                 Made trailing-pipe-actions write in the message view with
4516                 the same font as the original message
4517
4518 2002-11-26 [paul]       0.8.6claws13
4519
4520         * src/compose.c
4521                 this time commit the correct file
4522
4523 2002-11-26 [paul]       0.8.6claws12
4524
4525         * sync with 0.8.6cvs11
4526           src/quote_fmt_parse.y  
4527                 no sync needed
4528           src/account.[ch]       
4529                 not sync'ed
4530           src/compose.c
4531                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
4532                 on draft mode.
4533                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
4534                 header
4535                 
4536         see ChangeLog 2002-11-25 and 2002-11-26
4537
4538 2002-11-26 [colin]      0.8.6claws11
4539
4540         * src/folderview.c
4541                 Fix collapsed folder not auto-expanding during
4542                 mail dnd, if it was the source folder.
4543
4544 2002-11-25 [colin]      0.8.6claws10
4545
4546         * src/folderview.[ch]
4547                 Variable renaming and cleaning (slist of nodes 
4548                 to be re-collapsed is stored in FolderView)
4549
4550 2002-11-25 [paul]       0.8.6claws9
4551
4552         * src/prefs_common.[ch]
4553                 fix breakage caused by last commit
4554
4555 2002-11-25 [paul]       0.8.6claws8
4556
4557         * sync with 0.8.6cvs4
4558                 see ChangeLog 2002-11-21
4559
4560 2002-11-25 [paul]       0.8.6claws7
4561
4562         * sync with 0.8.6cvs4
4563                 see ChangeLog 2002-11-20
4564
4565 2002-11-25 [paul]       0.8.6claws6
4566
4567         * sync with 0.8.6cvs3
4568                 see ChangeLog 2002-11-18
4569
4570 2002-11-25 [colin]      0.8.6claws5
4571
4572         * src/gtkutils.[ch]
4573                 Add gtkut_ctree_node_is_parent()
4574         * src/folderview.c
4575                 Spring-loaded folders
4576
4577 2002-11-25 [colin]      0.8.6claws4
4578
4579         * src/utils.[ch]
4580                 Add slist_concat_unique(), function to merge
4581                 two GSList filtering dups
4582         * src/folder.[ch]
4583         * src/summaryview.[ch]
4584         * src/folderview.c
4585         * src/main.c
4586                 Add detection/update/display of unread answers
4587                 to marked mails
4588         * src/procmsg.[ch]
4589                 Add procmsg_find_children()
4590                 Add procmsg_msg_has_marked_parent()
4591
4592 2002-11-25 [colin]      0.8.6claws3
4593
4594         * src/ssl_certificate.[ch]
4595                 Allow checking a certificate without a DNS
4596                 lookup
4597                 Allow to forget a cert (by deleting it)
4598                 Make ssl_certificate_destroy_public
4599         * src/ssl_manager.[ch] ** NEW FILES **
4600                 Gui to manage (display/remove) certificates
4601         * src/prefs_common.[ch]
4602                 Add a pref to allow silent acceptation of
4603                 trusted certificates or not (based on the
4604                 "I want to know what's going on" principle)
4605         * src/mainwindow.c
4606                 Add SSL manager in Tools menu
4607         * src/Makefile.am
4608                 Add the new files to the build
4609         * po/POTFILES.in
4610                 Add ssl_manager.c to translations
4611
4612 2002-11-25 [colin]      0.8.6claws2
4613
4614         * src/summaryview.[ch]
4615                 Add S_SEARCH_EXTENDED to the quick search, which 
4616                 allows to search using filtering syntax.
4617
4618 2002-11-25 [colin]      0.8.6claws1
4619
4620         * src/summaryview.c
4621                 Deletion of duplicates now prefer deleting
4622                 the unread dup (fixes feature-request 638989).
4623
4624 2002-11-24 [paul]       0.8.6claws
4625
4626         * po/es.po
4627           po/pl.po
4628           po/ru.po
4629           po/sr.po
4630                 updated by Ricardo Mones Lastra,
4631                 Witold Wladyslaw Wojciech Wilk,
4632                 Ruslan N. Balkin, and  Urke MMI 
4633                 respectively
4634
4635 2002-11-24 [paul]       0.8.5claws182
4636
4637         * po/bg.po
4638                 updated by George Danchev
4639
4640 2002-11-23 [alfons]     0.8.5claws181
4641
4642         * src/imap.c
4643                 tiny memory leak found by browsing Dimitar's 
4644                 valgrind report
4645
4646 2002-11-23 [paul]       0.8.5claws180
4647
4648         * po/it.po
4649                 updated by Alessandro Maestri
4650
4651 2002-11-22 [christoph]  0.8.5claws179
4652
4653         * src/compose.c
4654         * src/inc.c
4655         * src/prefs_filtering.c
4656         * src/summaryview.c
4657                 more warning fixes
4658
4659 2002-11-22 [alfons]     0.8.5claws178
4660
4661         * src/summaryview.c
4662                 summary_execute_delete_func(): if message is deleted, make 
4663                 sure to also remove its entry in the subject hash table. 
4664                 fixes a corner case bug.
4665
4666 2002-11-22 [paul]       0.8.5claws177
4667
4668         * .cvsignore
4669                 add 'autom4te.cache'
4670                 
4671         * ltconfig      ** REMOVED **
4672                 not needed
4673
4674 2002-11-22 [paul]       0.8.5claws176
4675
4676         * src/textview.c
4677                 textview_set_font(): fix for message display in
4678                 UTF-8 locales (thanks to Sergey Vlasov).
4679                 
4680         * AUTHORS
4681                 add new team members and contributors
4682
4683
4684 2002-11-21 [colin]      0.8.5claws175
4685
4686         * src/procmsg.[ch]
4687                 Add procmsg_remove_special_headers()
4688         * src/mh.c
4689                 Use procmsg_remove_special_headers() for 
4690                 previous fix
4691
4692 2002-11-21 [colin]      0.8.5claws174
4693
4694         * src/mh.c
4695                 Fix moving/copying from queue/draft folders
4696                 for MH folders
4697
4698 2002-11-21 [christoph]  0.8.5claws173
4699
4700         * src/crash.c
4701         * src/filtering.c
4702         * src/logwindow.c
4703         * src/main.c
4704         * src/matcher_parser_lex.[hl]
4705         * src/mbox.c
4706         * src/mbox_folder.[ch]
4707         * src/prefs_filtering.c
4708         * src/procheader.c
4709         * src/quote_fmt_lex.l
4710         * src/ssl.c
4711                 fix all warnings except the warnings in lex and yacc files
4712
4713 2002-11-20 [christoph]  0.8.5claws172
4714
4715         * src/imap.c
4716                 fix MsgInfo retrieval for IMAP draft and queue folders
4717                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4718
4719 2002-11-19 [christoph]  0.8.5claws171
4720
4721         * src/compose.c
4722                 fix segfault, when draft saving does not get
4723                 the MsgInfo of the new message
4724                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
4725
4726 2002-11-19 [christoph]  0.8.5claws170
4727
4728         * src/procmsg.c
4729                 add parameter check for flag setting function
4730                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
4731
4732 2002-11-18 [paul]       0.8.5claws169
4733
4734         * src/compose.c
4735                 more sensitivity fixes to redirect mode:
4736                 * disable toolbar draft button
4737                 * allow only Address book in the Tools menu
4738                 * disable editing of message by the spell
4739                   checker
4740
4741 2002-11-18 [paul]       0.8.5claws168
4742
4743         * src/compose.c
4744                 fix sensitivity of menu items in compose_redirect():
4745                 allow only the necessary items 
4746
4747 2002-11-18 [paul]       0.8.5claws167
4748
4749         * src/compose.c
4750                 fix bug [ 603259 ] 'attachment got lost on bounce'
4751
4752 2002-11-18 [paul]       0.8.5claws166
4753
4754         * po/ru.po
4755                 updated by Ruslan N. Balkin <baron@dartel.ru>
4756
4757 2002-11-18 [colin]      0.8.5claws165
4758
4759         * src/main.c
4760           src/defs.h
4761                 Remove old filtering stuff
4762
4763
4764 2002-11-17 [oliver]     0.8.5claws164
4765
4766         * src/toolbar.h
4767                 remove not needed typedef 
4768
4769 2002-11-17 [oliver]     0.8.5claws163
4770
4771         * src/toolbar.c
4772                 make toolbar's on click events translatable
4773
4774 2002-11-15 [colin]      0.8.5claws162
4775
4776         * src/summaryview.c
4777                 Revert too-soon integration of a feature
4778
4779 2002-11-15 [christoph]  0.8.5claws161
4780
4781         * src/imap.c
4782                 use main's implementation of imap_get_msginfo
4783
4784 2002-11-15 [christoph]  0.8.5claws160
4785
4786         * src/compose.c
4787         * src/folder.[ch]
4788         * src/imap.c
4789         * src/mbox_folder.c
4790         * src/mh.c
4791         * src/news.c
4792         * src/procmsg.c
4793         * src/summaryview.c
4794                 replace claws' fetch_msginfo with main's get_msginfo
4795                 (use main's implementation where possible)
4796
4797 2002-11-15 [colin]      0.8.5claws159
4798
4799         * src/ssl_certificate.c
4800                 Missed a check
4801
4802 2002-11-16 [melvin]     0.8.5claws158
4803
4804         * po/fr.po
4805                 Updated French translations.
4806
4807 2002-11-16 [colin]      0.8.5claws157
4808
4809         * src/ssl_certificate.c
4810                 Check for missing parts in the certificates
4811
4812 2002-11-15 [colin]      0.8.5claws156
4813
4814         * src/folderview.c
4815                 Preventive fix (missing check) found by
4816                 Alfons
4817
4818 2002-11-15 [paul]
4819
4820         * NEWS
4821                 sync with 0.8.6 release
4822
4823 2002-11-15 [colin]      0.8.5claws155
4824
4825         * src/folder.[ch]
4826           src/folderview.c
4827                 Fix error handling of folder_item_move_to()
4828                 (thanks to Alfons!)
4829
4830 2002-11-15 [colin]      0.8.5claws154
4831
4832         * src/folder.[ch]
4833           src/folderview.c
4834                 folder_item_move_to() sets an error message instead
4835                 of having GUI stuff in folder.c
4836
4837 2002-11-15 [colin]      0.8.5claws153
4838
4839         * src/procmsg.[ch]
4840                 Implemented a callback for MsgInfo updates, 
4841                 heavily copy/pasted from Christoph's folder 
4842                 callback system
4843         * src/summaryview.[ch]
4844                 Register summary_update_msg as callback
4845
4846 2002-11-14 [colin]      0.8.5claws152
4847         
4848         * src/procmsg.c
4849                 Update the FolderItem after sending (fixes 617593)
4850
4851 2002-11-14 [christoph]  0.8.5claws151
4852
4853         * src/folder.c
4854                 fix wrong position of NULL pointer check found
4855                 by Sergey
4856
4857 2002-11-14 [christoph]  0.8.5claws150
4858
4859         * src/folder.c
4860                 fix segfault when deleting messages from IMAP folders
4861                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
4862
4863 2002-11-14 [colin]      0.8.5claws149
4864
4865         * src/compose.c
4866                 Forwarding was also ignoring the folder's default account.
4867
4868 2002-11-14 [colin]      0.8.5claws148
4869
4870         * src/compose.c
4871                 Fix sent folder not set to folder properties when 
4872                 forwarding.
4873
4874 2002-11-14 [thorsten]   0.8.5claws147
4875
4876         * src/inc.c
4877                 inc_start(): Files were not moved from .processing to inbox,
4878                 if no global processing rule existed
4879
4880 2002-11-14 [colin]      0.8.5claws146
4881
4882         * src/ssl_certificate
4883                 Fix file operations
4884
4885 2002-11-14 [paul]       0.8.5claws145
4886
4887         * po/it.po
4888                 updated by Alessandro Maestri
4889
4890 2002-11-13 [alfons]     0.8.5claws144
4891
4892         * src/folder.c
4893                 folder_item_close(): only mark messages unread
4894                 when a folder has new messages 
4895
4896 2002-11-13 [keith]      0.8.5claws143
4897
4898         * src/imap.c
4899                 Fix problem moving or copying between
4900                 IMAP folders
4901
4902 2002-11-13 [colin]      0.8.5claws142
4903
4904         * src/matcher_parser_parse.y
4905                 Fix rule problem when " don't match
4906
4907 2002-11-13 [christoph]  0.8.5claws141
4908
4909         * src/folder.c
4910         * src/folderview.c
4911                 moved cache saving to folder_item_close
4912                 the folderview should not have to deal with
4913                 this things
4914
4915 2002-11-13 [christoph]  0.8.5claws140
4916
4917         * src/summaryview.c
4918                 moved setting of important score to
4919                 summary_set_prefs_from_folderitem
4920
4921 2002-11-13 [colin]      0.8.5claws139
4922
4923         * src/matcher_parser_parse.y
4924                 Fix a segfault in the parser (happening when
4925                 a good expression had been tested and a bad 
4926                 one arrives)
4927
4928 2002-11-13 [paul]       0.8.5claws138
4929
4930         * sync with 0.8.5cvs24
4931                 see ChangeLog 2002-11-13
4932                 
4933         * po/pt_BR.po
4934                 updated by Fabio Jr. Beneditto
4935
4936 2002-11-13 [colin]      0.8.5claws137
4937         
4938         * src/msgcache.c
4939           src/defs.h
4940           src/procmsg.[ch]
4941                 Revert last commit, problem
4942
4943 2002-11-13 [colin]      0.8.5claws136
4944
4945         * src/msgcache.c
4946                 Remove duplicated code
4947         * src/defs.h
4948                 Bumped CACHE_VERSION and MARK_VERSION
4949         * src/procmsg.[ch]
4950                 Network endian for cache and mark files
4951
4952 2002-11-12 [colin]      0.8.5claws135
4953
4954         * src/inc.c
4955                 Fix the "socket error" dialog which disappeared
4956
4957 2002-11-12 [colin]      0.8.5claws134
4958
4959         * src/msgcache.c
4960                 Reverse last commit which had performance 
4961                 problems, but still reverse the list
4962
4963 2002-11-12 [colin]      0.8.5claws133
4964
4965         * src/msgcache.c
4966                 Reverse list order
4967
4968 2002-11-12 [melvin]     0.8.5claws132
4969
4970         * src/compose.c
4971                 Added a check for a NULL prefs_common.dictionary
4972
4973 2002-11-12 [colin]      0.8.5claws131
4974
4975         * src/ssl_certificate.[ch]
4976                 Use FQDN hostname
4977
4978 2002-11-12 [colin]      0.8.5claws130
4979
4980         * src/ssl_certificate.[ch]
4981                 Take connection port into account for 
4982                 checking certificates (a single hostname
4983                 could have multiple servers with multiple
4984                 certificates)
4985         * src/ssl.c
4986                 Pass the port to ssl_certificate_check
4987
4988 2002-11-12 [paul]       0.8.5claws129
4989
4990         * src/folder.c
4991                 fix a typo in last commit
4992
4993 2002-11-12 [paul]       0.8.5claws128
4994
4995         * sync with 0.8.5cvs23
4996                 see ChangeLog entry 2002-11-12
4997
4998 2002-11-11 [colin]      0.8.5claws127
4999
5000         * src/ssl_certificate.c
5001                 Cleaner messages
5002                 Don't popup, instead log error, if the 
5003                 corresponding pref is checked
5004         * src/ssl_certificate.h
5005                 include <openssl/objects/h>
5006
5007 2002-11-11 [colin]      0.8.5claws126
5008
5009         * src/ssl_certificate.h
5010                 _Really_ clean it
5011
5012 2002-11-11 [colin]      0.8.5claws125
5013         
5014         * src/ssl_certificate.c
5015                 Fixed leak
5016
5017 2002-11-11 [colin]      0.8.5claws124
5018
5019         * src/ssl.c
5020                 Cleaned a bit
5021         * src/ssl_certificate.[ch]
5022                 Cleaned a bit (better use of SSL API)
5023                 (This will cause non-recognition of saved 
5024                  certificates of claws12[23]...)
5025
5026 2002-11-11 [paul]       0.8.5claws123
5027         
5028         * po/es.po
5029                 updated by Ricardo Mones Lastra
5030
5031 2002-11-11 [colin]      0.8.5claws122
5032
5033         * src/ssl.c
5034                 Fix a typo
5035
5036 2002-11-11 [colin]      0.8.5claws121
5037
5038         * src/ssl_certificate.[ch] ** NEW FILES **
5039         * src/ssl.[ch]
5040                 Check SSL certificates presented to us
5041         * src/Makefile.am
5042                 Add ssl_certificate.[ch]
5043         * po/POTFILES.in
5044                 Add ssl_certificate.c
5045
5046 2002-11-11 [paul]       0.8.5claws120
5047
5048         * sync with 0.8.5cvs22
5049                 see ChangeLog 2002-11-11
5050
5051 2002-11-11 [paul]       0.8.5claws119
5052
5053         * sync with 0.8.5cvs21
5054                 see ChangeLog 2002-11-11
5055
5056 2002-11-10 [jens]       0.8.5claws118
5057
5058         * src/folder.c
5059         * src/folderview.c
5060                 corrected some typing
5061         * po/de.po
5062                 updated german translation
5063         * sylpheed.spec.in
5064                 cleaned up specfile and adjusted it for claws
5065
5066 2002-11-10 [colin]      0.8.5claws117
5067
5068         * src/summaryview.c
5069                 a STATUSBAR_PUSH/POP fix
5070
5071 2002-11-10 [colin]      0.8.5claws116
5072
5073         * src/prefs_folder_item.c
5074                 Fix hanging after opening folder properties
5075
5076 2002-11-10 [hoa]        0.8.5claws115
5077
5078         * src/matcher_parser_lex.l
5079         * src/matcher_parser_parse.y
5080                 config file for scoring and filtering is no more trashed
5081                 when there is a syntax error in a filtering rule when
5082                 editing it in a dialog.
5083
5084 2002-11-09 [colin]      0.8.5claws114
5085
5086         * src/mbox_folder.c
5087                 Added missing initialisation of folder->destroy()
5088
5089 2002-11-09 [colin]      0.8.5claws113
5090
5091         * src/folder.c
5092           src/folderview.c
5093                 Fix the status bar messages
5094
5095 2002-11-09 [colin]      0.8.5claws112
5096
5097         * src/folderview.c
5098                 Fix hangs after folder dnd, happening after 
5099                 claws109.
5100
5101 2002-11-09 [christoph]  0.8.5claws111
5102
5103         * src/folderview.c
5104                 just changed order of calls (reverse order of
5105                 associated calls)
5106         * src/inc.c
5107                 lock inc when checking only one account, otherwise
5108                 inc all could be executed at the same time
5109
5110 2002-11-09 [christoph]  0.8.5claws110
5111
5112         * src/folderview.c
5113                 better unlock the mouse cursor before calling
5114                 summary_show because it changes the cursor too
5115
5116 2002-11-09 [christoph]  0.8.5claws109
5117
5118         * src/folder.[ch]
5119         * src/folderview.c
5120                 add functions to open and close a folder
5121                 o opending will execute scanning for remote folders
5122                   and processing
5123                 o closing will unset new flag for messages
5124
5125 2002-11-09 [colin]      0.8.5claws108
5126
5127         * src/folder.c
5128                 Add a call to prefs_matcher_write_config to 
5129                 avoid non-leaf folders filtering settings to be
5130                 lost
5131
5132 2002-11-09 [paul]       0.8.5claws107
5133
5134         * src/prefs_account.c
5135                 re-word a label
5136
5137 2002-11-09 [colin]      0.8.5claws106
5138
5139         * src/folderview.c
5140                 Minor esthetic fix
5141
5142 2002-11-09 [colin]      0.8.5claws105
5143
5144         * src/folderview.c
5145                 Fix prefs_filtering deletion for MH folders (same
5146                 reason as below)
5147         * src/prefs_filtering.c
5148                 Fix prefs_filtering renaming and deletion for 
5149                 folder-based processing rules.  
5150
5151 2002-11-09 [christoph]  0.8.5claws104
5152
5153         * src/compose.c
5154         * src/folder.[ch]
5155         * src/folderview.[ch]
5156         * src/import.c
5157         * src/inc.c
5158         * src/main.c
5159         * src/mainwindow.c
5160         * src/messageview.c
5161         * src/prefs_folder_item.c
5162         * src/procmsg.c
5163         * src/summaryview.c
5164                 implement a callback system for folder item updates
5165
5166 2002-11-09 [colin]      0.8.5claws103
5167
5168         * src/folderview.c
5169                 Fix prefs_filtering renaming for MH folders (we
5170                 shouldn't rename by path as another folder could
5171                 have the same hierarchy).
5172
5173 2002-11-09 [colin]      0.8.5claws102
5174
5175         * src/folder.c
5176                 Fix a leak found by Christoph, use better variable
5177                 names
5178
5179 2002-11-09 [colin]      0.8.5claws101
5180
5181         * src/folder.c
5182                 One more fix for processing rules
5183
5184 2002-11-08 [colin]      0.8.5claws100
5185         
5186         * src/matcher.c
5187                 Don't copy the compiled regexp (will be reevaluated)
5188         * src/folderview.c
5189                 Lock folderview while moving
5190         * src/folder.c
5191                 Provide info on what's happening to the user
5192
5193 2002-11-08 [colin]      0.8.5claws99
5194
5195         * src/folderview.c
5196                 Fix folder reordering after a move if parent is 
5197                 root
5198         * src/scoring.[ch]
5199                 Add function to copy a ScoringProp
5200         * src/prefs_folder_item.c
5201                 Copy scoring rules when copying a folder prefs
5202
5203 2002-11-08 [colin]      0.8.5claws98
5204
5205         * src/folderview.c
5206                 Fixes in case of failure
5207         * src/filtering.[ch]    
5208                 Add function to duplicate a FilteringProp
5209         * src/matcher.[ch]
5210                 Add function to duplicate a MatcherProp
5211         * src/prefs_folder_item.c
5212                 Save folder's processing rules when copying 
5213                 its prefs
5214
5215 2002-11-08 [colin]      0.8.5claws97
5216         
5217         * src/folderview.c
5218                 Sort after move
5219         * src/folder.c 
5220                 Change a printf to debug_print
5221
5222 2002-11-08 [colin]      0.8.5claws96
5223
5224         * src/folder.c
5225           src/folderview.c
5226                 Fix segfaults, call me stupido
5227         
5228
5229 2002-11-08 [colin]      0.8.5claws95
5230
5231         *src/folder.c
5232                 Added forgotten prefs to save when moving folders
5233
5234 2002-11-08 [colin]      0.8.5claws94
5235
5236         * src/folder.c
5237                 Fixes to folder DND (prefs copy)
5238         * src/folderview.c
5239                 Optimization for folder DND (don't rescan whole tree)
5240                 Added folderview_create_folder_node() for this 
5241                 optimization, so de-duped a bit the code
5242         * src/prefs_folder_item.[ch]
5243                 Added prefs_folder_item_copy_prefs()    
5244           
5245 2002-11-08 [paul]       0.8.5claws93
5246
5247         * src/prefs_account.c
5248           tools/README
5249           tools/kmail2sylpheed_v2.pl
5250                 correct some typos
5251
5252 2002-11-08 [paul]       0.8.5claws92
5253
5254         * src/compose.c
5255           src/prefs_account.[ch]
5256                 remove account options 'clearsign' and 'ascii_armored',
5257                 replace with 'default_gnupg_mode' to prevent mixed-mode
5258                 Privacy settings
5259
5260 2002-11-08 [paul]       0.8.5claws91
5261
5262         * src/compose.[ch]
5263                 re-implement GnuPG 'on-the-fly' mode selection,
5264                 disallow mixed-mode
5265
5266 2002-11-08 [colin]      0.8.5claws90
5267
5268         * src/folderview.c
5269           src/prefs_folder_item.c
5270                 Change "Property" to "Properties"
5271
5272 2002-11-07 [colin]      0.8.5claws89
5273
5274         * src/folderview.c
5275           src/folder.c
5276                 Allow folder dropping to a root folder
5277
5278 2002-11-07 [paul]       0.8.5claws88
5279
5280         * src/compose.c
5281                 revert last commit
5282
5283 2002-11-07 [paul]       0.8.5claws87
5284
5285         * src/compose.c
5286                 fix reply-to-list bug. closes bug report
5287                 "[633382] reply-to-list broken in recent cvs"
5288
5289 2002-11-07 [paul]       0.8.5claws86
5290
5291         * src/compose.c
5292                 add a forgotten '#if USE_GPGME ... #endif'
5293
5294 2002-11-07 [paul]       0.8.5claws85
5295
5296         * sync with 0.8.5cvs20
5297                 see ChangeLog 2002-11-07
5298
5299 2002-11-07 [colin]      0.8.5claws84
5300
5301         * src/folder.[ch]
5302                 Change folder_item_move_to to return the newly 
5303                 created folderitem.
5304         * src/folderview.c
5305                 Select the new folderitem after moving.
5306
5307 2002-11-07 [colin]      0.8.5claws83
5308
5309         * src/prefs_filtering.c
5310                 Fix rule rewriting when moving a leaf folder to a 
5311                 shorter path
5312
5313 2002-11-07 [colin]      0.8.5claws82
5314
5315         * src/prefs_filtering.c
5316                 fix a leak
5317
5318 2002-11-07 [colin]      0.8.5claws81
5319
5320         * src/folder.[ch]
5321                 Add folder_item_move_to() function to move a 
5322                 folderitem into another one (updates matcher etc)
5323         * src/folderview.c
5324                 Add folder drag'n drop (context menu to come)
5325                 [Should be dataloss free, but Please backup before 
5326                  trying !]
5327
5328 2002-11-06 [colin]      0.8.5claws80
5329
5330         * src/mh.c
5331                 mh_create_folder() returns NULL if can't create
5332                 directory hierarchy
5333
5334 2002-11-06 [paul]       0.8.5claws79
5335
5336         * src/compose.[ch]
5337                 allow 'on-the-fly' changing of the type of encryption 
5338                 and/or signing used (mime/ascii) via the compose window
5339
5340 2002-11-06 [paul]       0.8.5claws78
5341
5342         * sync with 0.8.5cvs19
5343                 see ChangeLog 2002-11-06 for src/account.c: 
5344                 account_get_special_folder()
5345                 
5346 2002-11-05 [alfons]     0.8.5claws77
5347
5348         * src/crash.c
5349                 very minor cleanups: nothing to see here, move on. :-)
5350
5351 2002-11-05 [colin]      0.8.5claws76
5352
5353         * src/main.c
5354                 Changes choices if compose windows are opened to
5355                 Discard, Draft, Don't quit
5356
5357 2002-11-05 [thorsten]   0.8.5claws75
5358
5359         * src/compose.c
5360                 reenabled default_reply_to folder option
5361
5362 2002-11-05 [colin]      0.8.5claws74
5363
5364         * src/compose.[ch] 
5365                 add compose_draft()
5366         * src/crash.c
5367                 add SIGTERM handler
5368         * src/main.[ch]
5369                 add clean_quit() for the SIGTERM handler
5370
5371 2002-11-05 [paul]       0.8.5claws73
5372         
5373         * po/es.po
5374                 updated by Ricardo Mones Lastra
5375
5376 2002-11-05 [melvin]     0.8.5claws72
5377
5378         * src/logwindow.c
5379                 Fixed log-clipping bug #616795.
5380                 To stop logging in the log window use 0 length.
5381         * src/prefs_common.c
5382                 Added a label to inform about the 0 log length behaviour.
5383
5384 2002-11-05 [paul]       0.8.5claws71
5385
5386         * sync with 0.8.5cvs17
5387                 see ChangeLog 2002-11-05
5388
5389 2002-11-04 [paul]       0.8.5claws70
5390
5391         * sylpheed-128x128.png
5392           sylpheed-64x64.png
5393           sylpheed.png
5394                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
5395                 <nikai@users.sourceforge.net>
5396                 
5397         * po/bg.po
5398                 updated by George Danchev
5399
5400 2002-11-03 [thorsten]   0.8.5claws69
5401
5402         * src/main.c
5403           src/mimeview.c
5404           src/rfc2015.h
5405                 add check if gpg is active
5406
5407 2002-11-03 [thorsten]   0.8.5claws68
5408
5409         * src/toolbar.h
5410                 removed GSList declaration causing trouble on MacOS-X
5411                 (submitted by alfons, reported by xfesty)
5412
5413 2002-11-01 [paul]       0.8.5claws67
5414
5415         * src/mainwindow.c
5416                 remove last remnants of main's filter code
5417
5418 2002-11-01 [paul]       0.8.5claws66
5419
5420         * tools/filter_conv.pl
5421                 fix bug where user-defined headers were ignored
5422
5423 2002-11-01 [paul]       0.8.5claws65
5424
5425         * src/logwindow.c
5426                 make a debug_print() not translatable
5427
5428 2002-10-31 [melvin]     0.8.5claws64
5429
5430         * ac/aspell.m4
5431                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
5432                 not run any GNU/aspell test.  The dictionary path will
5433                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
5434                 was given, in which case, it will be $prefix/lib/aspell/
5435         * configure.in
5436                 Fixed typo in commentary (Aspell code).
5437
5438 2002-10-31 [paul]       0.8.5claws63
5439
5440         * po/POTFILES.in
5441                 remove src/filter.c and src/prefs_filter.c
5442                 thanks to Ricardo for reminding me
5443
5444 2002-10-31 [colin]      0.8.5claws62
5445
5446         * src/mbox_folder.c
5447                 Plug some leaks
5448
5449 2002-10-31 [paul]       0.8.5claws61
5450
5451         * src/prefs_filter.[ch] ** REMOVED **
5452           src/filter.[ch]       ** REMOVED **
5453           
5454         * src/Makefile.am
5455           src/folderview.c
5456           src/inc.c
5457           src/main.c
5458           src/mainwindow.c
5459           src/mbox.c
5460           src/prefs_common.c
5461           src/prefs_filtering.c
5462           src/summaryview.[ch]
5463                 remove main's 'filter' code
5464                 
5465         README.claws
5466                 update to reflect removal of main's filter
5467
5468 2002-10-31 [paul]       0.8.5claws60
5469
5470         * src/summaryview.c
5471                 remove check for global_processing in summary_filter_open(). 
5472                 This fixes the bug where if the user uses the right-click 
5473                 'Create filter rule...' and doesn't have any filter rules 
5474                 already defined in claws' advanced filtering, the newly 
5475                 created filter rule goes to main's filtering which is 
5476                 inaccessible through the gui. Now the filter rule gets added
5477                 to claws' filtering by default.
5478
5479 2002-10-28 [melvin]     0.8.5claws59
5480
5481         * src/prefs_actions.c
5482                 Fixed bug #627322 where MIME parts were not always
5483                 correctly passed to a %p action
5484                 Display an error dialog when message filename is not found.
5485
5486 2002-10-28 [melvin]     0.8.5claws58
5487
5488         * src/prefs_common.c
5489                 Readded a missing function declaration lost in 0.8.3claws34
5490
5491 2002-10-28 [paul]       0.8.5claws57
5492
5493         * sync with 0.8.5cvs15
5494                 see ChangeLog 2002-10-28 and 2002-10-25
5495                 
5496         Note: ChangeLog entry 2002-10-24 is not sync'ed.
5497
5498 2002-10-27 [oliver]     0.8.5claws56
5499
5500         * src/pop.c
5501                 plug leak in pop3_top_recv
5502
5503 2002-10-26 [christoph]  0.8.5claws55
5504
5505         * src/folder.c
5506                 set need_update folder flag when messages are added
5507                 (closes bug [ 626922 ] folder not updated after receiving)
5508
5509 2002-10-25 [melvin]     0.8.5claws54
5510
5511         * src/imageview.c
5512                 Fixed a memleak introduced in the scaling code.
5513
5514 2002-10-24 [alfons]     0.8.5claws53
5515
5516         * src/filtering.c
5517                 make filtering's forward message action forward from the 
5518                 correct account
5519                 (closes bug [628089 ] Filter -> Forward from address problem
5520                 reported by Oktay)
5521
5522 2002-10-24 [christoph]  0.8.5claws52
5523
5524         * src/mainwindow.c
5525         * src/manual.[ch]
5526                 o use manual of current locale or english if current
5527                   locale is not available (and english is available)
5528                 o also link to sylpheed doc project manuals
5529
5530 2002-10-23 [paul]       0.8.5claws51
5531
5532         * tools/README
5533           tools/kmail2sylpheed_v2.pl
5534                 add new version of kmail addressbook importer script.
5535                 works with newer versions of Kmail/KAddressBook which
5536                 have new and rearranged data.
5537
5538 2002-10-23 [martin]     0.8.5claws50
5539
5540         * src/folderview.c
5541         * src/summaryview.c
5542         * src/utils.h
5543         * src/utils.c
5544                 added length parameter to get_abbrev_newsgroup_name()
5545                 changed this function so that it abbreviates the newsgroup
5546                 names only so long it is smaller than the length parameter
5547                 (for better reading of some newsgroup names and space efficiency)
5548
5549 2002-10-22 [colin]      0.8.5claws49
5550
5551         *src/foldersel.c
5552                 Revert Alfons' last modification (after voting ;-))
5553
5554 2002-10-21 [alfons]     0.8.5claws48
5555
5556         * src/foldersel.c
5557                 folder view in folder selection dialog reflects state of
5558                 folder view in main window
5559
5560 2002-10-18 [alfons]     0.8.5claws47
5561
5562         * src/mbox.c
5563                 drop imported messages in folder selected by user,
5564                 and not in the inbox
5565                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
5566
5567 2002-10-18 [alfons]     0.8.5claws46
5568
5569         * src/compose.c
5570                 make automagic reply work correctly for email accounts 
5571                 (whether it's viable to do a full sync with Hiro's 
5572                 compose.c is still under discussion)
5573
5574 2002-10-18 [melvin]     0.8.5claws45
5575
5576         * src/prefs_actions.c
5577                 Fixed bug #622275 where asynchroneous actions left 
5578                 zombies processes
5579                 Made (synchroneous) actions' input be displayed live.
5580
5581 2002-10-18 [christoph]  0.8.5claws44
5582
5583         * src/textview.c
5584                 don't add a newline in the textview in front of the
5585                 first textpart if header display is disabled
5586                 (closes bug [ 603385 ] disabled header display leaves blank
5587                  lin)
5588
5589 2002-10-18 [christoph]  0.8.5claws43
5590
5591         * src/folder.[ch]
5592         * src/imap.c
5593         * src/mbox_folder.c
5594         * src/mh.c
5595         * src/news.c
5596                 folder->get_num_list now returns an error code
5597                 (closes bug [ 609424 ] News cache cleared on failure)
5598                 
5599 2002-10-17 [colin]      0.8.5claws42
5600         
5601         * src/news.c
5602                 Changed a printf by debug_print
5603
5604 2002-10-16 [paul]       
5605
5606         * tools/OOo2sylpheed.pl
5607                 allow for spaces in the name of the
5608                 file to be attached.
5609
5610 2002-10-16 [colin]      0.8.5claws41
5611
5612         * src/main.c
5613                 Use a tristate to change online mode
5614
5615 2002-10-16 [paul]       0.8.5claws40
5616
5617         * po/es.po
5618                 updated by Ricardo Mones Lastra
5619
5620 2002-10-16 [colin]      0.8.5claws39
5621
5622         * src/main.c
5623           src/mainwindow.[ch]
5624                 Added --online and --offline command-line
5625                 switches
5626
5627 2002-10-15 [christoph]  0.8.5claws38
5628
5629         * src/procmime.c
5630                 set mimeinfo->name to NULL after g_free to
5631                 avoid double freeing with g_free
5632
5633 2002-10-14 [christoph]  0.8.5claws37
5634
5635         * src/compose.c
5636         * src/filtering.c
5637         * src/summaryview.c
5638                 remove calls to folder->change_flags that are now
5639                 done by procmsg flag functions (seems it is not
5640                 used by any foldertype anyway)
5641         * src/folder.c
5642                 init folder->change_flags with NULL
5643
5644 2002-10-14 [christoph]  0.8.5claws36
5645
5646         * src/folder.[ch]
5647         * src/imap.[ch]
5648                 use virtual functions for folder item new and destroy
5649                 functions
5650
5651 2002-10-14 [melvin]     0.8.5claws35
5652
5653         * src/compose.c
5654                 Added a test to not run the spell checker if no default
5655                 dictionary is available. No dialog is displayed though.
5656
5657 2002-10-14 [melvin]     0.8.5claws34
5658
5659         * src/gtkaspell.c
5660                 Fixed bug in dictionary list context menu where
5661                 "More..." pointed to an emtpy submenu if the
5662                 number of dictionaries is a multiple of 15
5663                 Removed unneeded code in suggestions list creation
5664
5665 2002-10-14 [paul]       0.8.5claws33
5666
5667         * po/bg.po
5668                 updated by George Danchev
5669
5670 2002-10-13 [hoa]        0.8.5claws32
5671
5672         * src/matcher.[ch]
5673           src/matcher_parser_parser.y
5674                 removed the escaped string from internal structure
5675                 of matcher.
5676
5677 2002-10-12 [colin]      0.8.5claws31
5678
5679         * src/gtksctree.[ch]
5680           src/summaryview.c
5681                 Removed useless function gtksctree_reanchor
5682
5683 2002-10-12 [alfons]     0.8.5claws30
5684         
5685         * sync with remaining main changes 2002-10-09 - 2002-10-11
5686         - drop changes to src/compose.c (requires claws specific changes)
5687         
5688 2002-10-12 [alfons]     0.8.5claws29
5689         
5690         * sync with main changes of 2002-10-08
5691         - drop changes to src/compose.c (requires claws specific changes)
5692         - drop changes to src/summaryview.c (requires changes to compose.c)     
5693
5694 2002-10-12 [alfons]     0.8.5claws28
5695         
5696         * sync with main changes of 2002-10-07
5697
5698 2002-10-12 [alfons]     0.8.5claws27
5699
5700         * sync with main changes of 2002-10-04
5701         - drop changes to src/compose.c (requires claws specific changes)
5702         - drop changes to src/prefs_folder_item.c (claws implementation
5703           seems to be working)
5704
5705 2002-10-12 [colin]      0.8.5claws26
5706
5707         * src/mainwindow.c
5708                 Fix folder-flicker when space-reading, introduced 
5709                 in claws22.
5710
5711 2002-10-12 [colin]      0.8.5claws25
5712
5713         * src/compose.c
5714                 Save account address when saving as draft.
5715                 (closes bug 621838)
5716
5717 2002-10-12 [colin]      0.8.5claws24
5718
5719         * src/summaryview.c
5720                 Fix the problem consisting of no message selected
5721                 after the last message in a folder has been moved.
5722
5723 2002-10-12 [paul]       0.8.5claws23
5724
5725         * src/compose.c
5726           src/prefs_template.c
5727           src/template.[ch]
5728                 add Cc and Bcc to templates. Patch submitted by
5729                 John L. Males.
5730
5731 2002-10-12 [colin]      0.8.5claws22
5732
5733         * src/folderview.c
5734                 Fix a bug after "Check for new messages":
5735                 If a folder was opened, it was still selected at
5736                 the end of the check, but displayed empty.
5737         * src/mainwindow.c
5738                 Remove unnecessary check
5739
5740 2002-10-12 [paul]
5741
5742         * tools/README
5743                 be more verbose in the description of
5744                 OOo2sylpheed.pl
5745                 
5746
5747 2002-10-11 [colin]      0.8.5claws21
5748
5749         * src/mainwindow.c
5750                 Make space work (better) when no mail is selected
5751
5752 2002-10-11 [colin]      0.8.5claws20
5753
5754         * src/inc.c
5755           src/news.c
5756                 fix warnings
5757
5758 2002-10-11 [colin]      0.8.5claws19
5759
5760         * src/mainwindow.c
5761                 revert 0.8.5claws6 changes as i couldn't get to
5762                 anything satisfying
5763
5764 2002-10-11 [melvin]     0.8.5claws18
5765
5766         * src/compose.c
5767                 Removed buggy and unused macro (should have been committed in
5768                 0.8.5claws17)
5769
5770 2002-10-11 [melvin]     0.8.5claws17
5771
5772         * src/compose.c
5773                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
5774
5775 2002-10-11 [thorsten]   0.8.5claws16 
5776
5777         * src/folderview.c
5778                 remove rescan warning
5779
5780 2002-10-11 [colin]      0.8.5claws15 
5781
5782         * src/procheader.c
5783                 fix a segfault that happens if conv_unmime_header
5784                 fails (should be better to find out why it fails)
5785
5786 2002-10-11 [christoph]  0.8.5claws14
5787
5788         * src/summaryview.c
5789                 update folderview stats after ignore/unignore thread
5790
5791 2002-10-11 [hoa]        0.8.5claws13
5792
5793         * src/quote_fmt_parse.y
5794                 Fixed a yacc/bison syntax error
5795         * src/matcher.c
5796                 Escaping of string is fixed.
5797
5798 2002-10-11 [colin]      0.8.5claws12
5799
5800         * src/imageview.c
5801                 Resize images to fit
5802
5803 2002-10-11 [paul]       0.8.5claws11
5804
5805         * po/es.po
5806                 updated by Ricardo Mones Lastra
5807
5808 2002-10-10 [alfons]     0.8.5claws10
5809
5810         * src/compose.c
5811                 allow dropping files by "moving" files from a file manager,
5812                 not only by the more cumbersome "copying". the latter 
5813                 mostly implies holding down the Control button
5814
5815 2002-10-10 [christoph]  0.8.5claws9
5816
5817         * src/summaryview.c
5818                 update folders after thread building for ignored threads
5819
5820 2002-10-10 [christoph]  0.8.5claws8
5821
5822         * config/.cvsignore
5823                 added Makefile
5824         * src/filtering.[ch]
5825         * src/folder.[ch]
5826         * src/folderview.[ch]
5827         * src/import.c
5828         * src/inc.[ch]
5829         * src/mbox.[ch]
5830         * src/procmsg.c
5831         * src/summaryview.[ch]
5832                 o added new flag need_update to FolderItem
5833                 o removed folder_table from various functions from tracking
5834                   folder updates
5835                 o set need_update flags in folder.c's move, copy and delete
5836                   functions and procmsg's flags functions
5837                 o added function folderview_update_items_when_required that
5838                   updates all folders with need_update set
5839                 o call folderview_update_items_when_required instead of
5840                   folderview_update_item_foreach
5841
5842 2002-10-09 [sergey]     0.8.5claws7
5843
5844         * src/compose.c
5845                 Strip CRs whel loading the text into editor in reedit mode.
5846
5847 2002-10-09 [colin]      0.8.5claws6
5848
5849         * src/mainwindow.c
5850                 Make Space work when no mail is selected
5851
5852 2002-10-09 [colin]      0.8.5claws5
5853
5854         * src/gtksctree.[ch]
5855                 Fix range_select
5856                 Add gtk_sctree_reanchor() 
5857         * src/summaryview.c
5858                 Use gtk_sctree_reanchor() - better fix for 
5859                 bug 60413
5860
5861 2002-10-09 [colin]      0.8.5claws4
5862
5863         * src/summaryview.c
5864                 Fix shift-click select after delete problem
5865                 (closes bug 60413)
5866
5867 2002-10-08 [thorsten]   0.8.5claws3
5868
5869         * src/summaryview.c
5870                 exclude current msg from -hide read messages-
5871
5872 2002-10-08 [colin]      0.8.5claws2
5873
5874         * src/inc.[ch]
5875           src/pop.c
5876           src/recv.c
5877                 Differentiate socket errors from disk full
5878                 errors
5879
5880 2002-10-08 [christoph]  0.8.5claws1
5881
5882         * Makefile.am
5883         * configure.in
5884                 modifications for new config directory
5885
5886         * config.guess  ** REMOVED **
5887         * config.sub    ** REMOVED **
5888         * install-sh    ** REMOVED **
5889         * ltmain.sh     ** REMOVED **
5890         * missing       ** REMOVED **
5891         * mkinstalldirs ** REMOVED **
5892                 these files are autogenerated by automake
5893                 when you run autogen.sh
5894
5895         * config/.cvsignore     ** NEW FILE **
5896         * config/Makefile.am    ** NEW FILE **
5897                 ignore autogenerated files
5898                 create a Makefile in this directory
5899
5900 2002-10-08 [paul]       0.8.5claws
5901
5902         * 0.8.5claws release
5903         
5904         * src/compose.c
5905           src/procheader.c
5906           src/procmsg.c
5907                 fix quote reply format for newsgroups reply bug
5908                 (thanks to Hoa)
5909                 
5910         * po/en_GB.po
5911           po/pl.po
5912                 updated by me and Witold Wladyslaw Wojciech Wilk
5913                 repectively
5914
5915 2002-10-07 [paul]       0.8.3claws53
5916
5917         * po/it.po
5918           po/pt_BR.po
5919           po/sr.po
5920                 updated messages catalogs, submitted by
5921                 Alessandro Maestri, Fabio Jr.Beneditto 
5922                 and Urke MMI, respectively.
5923
5924 2002-10-07 [christoph]  0.8.3claws52
5925
5926         * src/folder.[ch]
5927         * src/folderview.c
5928         * src/mainwindow.c
5929                 fix new folder ghost message bug
5930                 (closes bug [ 619722 ] wrong count for newly created folders)
5931
5932 2002-10-07 [christoph]  0.8.3claws51
5933
5934         * src/compose.c
5935                 fix news posting problem
5936
5937 2002-10-07 [melvin]     0.8.3claws50
5938
5939         * po/fr.po
5940                 Updated French translation
5941
5942 2002-10-05 [christoph]  0.8.3claws49
5943
5944         * src/gtkstext.c
5945                 check if line_start_cache is set in gtk_stext_update_text
5946                 (closes bug [ 618119 ] crash while doing search in folder)
5947
5948 2002-10-05 [christoph]  0.8.3claws48
5949
5950         * src/imap.c
5951         * src/news.c
5952         * src/utils.c
5953         * src/utils.h
5954                 implement cache cleanups for claws' folder system
5955                 (closes bug [ 595916 ] imapcache not cleaned up)
5956
5957 2002-10-05 [melvin]     0.8.3claws47
5958
5959         * src/prefs_actions.c
5960                 Made the help text more clear for the %p token
5961
5962 2002-10-04 [paul]       0.8.3claws46
5963
5964         * sync with 0.8.5
5965                 see ChangeLog 2002-10-02 and 2002-10-03
5966
5967 2002-10-04 [christoph]  0.8.3claws45
5968
5969         * src/inc.c
5970                 fix segfault caused by pop before smtp
5971                 call to inc_account_mail with NULL
5972                 pointer for mainwin
5973
5974 2002-10-04 [paul]       0.8.3claws44
5975
5976         * configure.in
5977                 sync the LDAP detection from 0.8.5cvs1
5978
5979 2002-10-02 [christoph]  0.8.3claws43
5980
5981         * po/de.po
5982                 fix small spelling error
5983
5984 2002-10-02 [melvin]     0.8.3claws42
5985
5986         * ac/aspell.m4
5987                 Behave better and say "no" when test program cannot be run.
5988
5989 2002-10-02 [paul]       0.8.3claws41
5990
5991         * sync with 0.8.4cvs1
5992                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
5993                 
5994         * src/summaryview.c
5995                 toggle the behavior of Reply menuitem between
5996                 normal reply and reply-to-list
5997
5998 2002-10-01 [sergey]     0.8.3claws40
5999
6000         * src/compose.c
6001                 Convert newlines in the message text to the canonical form
6002                 before base64 encoding (RFC2045 compliance, fixes some
6003                 interoperability issues with Evolution 1.0.3)
6004
6005 2002-09-29 [colin]      0.8.3claws39
6006
6007         * src/summaryview.c
6008                 Fix an unwanted copy/paste
6009
6010 2002-09-29 [colin]      0.8.3claws38
6011
6012         * src/mainwindow.c
6013                 Renamed "Custom toolbar" to "Customize toolbar"
6014                 Renamed "Show all header" to "Show all headers"
6015                 Renamed "Set diplay item" to "Set displayed items"
6016         * src/prefs_common.c
6017                 Renamed "Show all header" to "Show all headers"
6018         * src/prefs_summary_column.c
6019                 Renamed "diplay item" to "displayed items"
6020
6021 2002-09-29 [colin]      0.8.3claws37
6022
6023         * src/mainwindow.[ch]
6024                 online/offline status pixmaps follow theme
6025                 changes
6026         * src/summaryview.[ch]
6027                 quicksearch pixmap follows theme changes
6028
6029 2002-09-29 [thorsten]   0.8.3claws36
6030
6031         * src/compose.c
6032           src/prefs_folder_item.[ch]
6033                 add default_reply_to folder option (closes patch 581044)
6034
6035 2002-09-29 [christoph]  0.8.3claws35
6036
6037         * acconfig.h    ** REMOVED **
6038         * configure.in
6039         * ac/aspell.m4
6040         * ac/check-type.m4
6041         * ac/gnupg-check-typedef.m4
6042                 fix autoheader 2.50 warning
6043
6044 2002-09-29 [christoph]  0.8.3claws34
6045
6046         * major code cleanup (part 2)
6047         
6048                 - unused variables removed
6049                 - unused functions removed
6050                 - uninitialized variables checked
6051                 - missing return statements added
6052                 - missing function return types added
6053                 - added parentheses around assignment
6054                   when suggested by gcc
6055
6056 2002-09-29 [alfons]     0.8.3claws33
6057
6058         * src/logwindow.c
6059                 log_window_clear(): only bracket gtk_text_forward_delete() 
6060                 with gtk_text_freeze() / gtk_text_thaw() (see if this
6061                 works around GTK text bug)
6062
6063 2002-09-29 [paul]       0.8.3claws32
6064
6065         * po/bg.po
6066           po/sr.po
6067                 updated by George Danchev and Urke MMI
6068                 respectively
6069
6070 2002-09-27 [christoph]  0.8.3claws31
6071
6072         * doc-src/readme.txt
6073         * doc-src/rfc1806.txt   ** REMOVED **
6074         * doc-src/rfc2183.txt   ** NEW FILE **
6075         * doc-src/rfc2980.txt   ** NEW FILE **
6076                 update rfcs
6077
6078 2002-09-27 [melvin]     0.8.3claws30
6079
6080         * ac/aspell.m4
6081                 Fixed typo which could break linking
6082
6083 2002-09-27 [melvin]     0.8.3claws29
6084
6085         * ac/aspell.m4
6086                 Improved GNU/aspell checking. 
6087                 Fixed bug #614490
6088
6089 2002-09-27 [paul]       0.8.3claws28
6090
6091         * sync with 0.8.3cvs8
6092                 see ChangeLog 2002-09-27
6093
6094 2002-09-26 [colin]      0.8.3claws27
6095
6096         * src/toolbar.[ch]
6097           src/mainwindow.[ch]
6098                 Add "Reply to Mailing-list" to the toolbar
6099
6100 2002-09-26 [christoph]  0.8.3claws26
6101
6102         * src/summaryview.c
6103                 Fix wrong message counts in summaryview status
6104
6105 2002-09-26 [paul]       0.8.3claws25
6106
6107         * sync with 0.8.3cvs7
6108                 see ChangeLog 2002-09-26
6109
6110 2002-09-26 [paul]       0.8.3claws24
6111
6112         * sync with 0.8.3cvs6
6113                 see ChangeLog 2002-09-25
6114
6115 2002-09-25 [christoph]  0.8.3claws23
6116
6117         * src/prefs_common.c
6118         * src/prefs_folder_item.c
6119         * src/prefs_scoring.c
6120                 Renamed "kill score" to "hide score" in GUI
6121                 and prefs files
6122
6123 2002-09-25 [paul]       0.8.3claws22
6124
6125         * sync with 0.8.3cvs5
6126                 see ChangeLog 2002-09-24
6127
6128 2002-09-24 [alfons]     0.8.3claws21
6129
6130         patch by Satoshi Nagayasu: allows appending / saving multiple 
6131         selected files (closes "[ 612279 ] save multiple mesg(s) in 
6132         'Save as ...'")
6133
6134         * AUTHORS
6135                 add Satoshi Nagayasu
6136         * src/summaryview.c
6137                 summary_save_as(): allow saving selected files to
6138                 one file
6139                 summary_set_menu_sensitive: enable "Save As..." when
6140                 multiple files are selected
6141         * src/utils.[ch]
6142                 append_file(): new function
6143
6144 2002-09-24 [colin]      0.8.3claws20
6145
6146         * src/procmime.c
6147                 Fix segfault when mimeinfo doesn't have a 
6148                 content_type. 
6149
6150 2002-09-24 [colin]      0.8.3claws19
6151
6152         * src/prefs_common.[ch]
6153                 Add a preference to display send dialog or not
6154         * src/send.c
6155                 Display send dialog according to preference
6156
6157 2002-09-24 [colin]      0.8.3claws18
6158
6159         * src/compose.[ch]
6160                 Disable user actions when sending
6161
6162 2002-09-24 [colin]      0.8.3claws17
6163
6164         * src/procmime.c
6165                 Do not display name or filename for attachments
6166                 with an application/pgp-signature type
6167                 (security flaw, see bug 537413)
6168
6169 2002-09-23 [colin]      0.8.3claws16
6170
6171         * src/editaddress.c
6172                 Initialize entry_email, entry_alias and 
6173                 entry_remarks to first email address of the list
6174
6175 2002-09-23 [colin]      0.83claws15
6176
6177         * src/compose.c
6178                 Drop pgp-signature when reediting a signed queued
6179                 message
6180
6181 2002-09-23 [melvin]     0.8.3claws14
6182
6183         * po/fr.po
6184                 Updated French translation
6185
6186 2002-09-23 [melvin]     0.8.3claws13
6187
6188         * src/mainwindow.c
6189                 Made custom toolbar menu labels more consistent
6190         * src/prefs_toolbar.c
6191                 Made custom toolbar window title more consistent
6192
6193 2002-09-22 [colin]      0.8.3claws12
6194
6195         * src/inc.c
6196                 Initialize session type to normal before getting 
6197                 mail (fixes strange Get behaviour)
6198         * src/prefs_account.h
6199                 Move STYPE_POP_BEFORE_SMTP to last position to 
6200                 avoid other side-effects
6201
6202 2002-09-22 [colin]      0.8.3claws11
6203
6204         * src/prefs_account.c
6205                 Fix pop_bfr_smtp_tm_entry sensivity when switching
6206                 from pop3 to apop or vice-versa
6207
6208 2002-09-22 [colin]      0.8.3claws10
6209         
6210         * src/prefs_account.[ch]
6211                 Add an option for the POP before SMTP timeout
6212         * src/inc.c
6213                 Remember time of last POP connection
6214         * src/send.c
6215                 Do POP before SMTP only if timeout reached
6216
6217 2002-09-22 [oliver]     0.8.3claws9
6218         
6219         * README.claws
6220                 explain custom toolbar
6221
6222 2002-09-22 [oliver]     0.8.3claws8
6223
6224         * src/prefs_actions.[ch]
6225         custom toolbar for compose      
6226                 actions callback from compose toolbar
6227         * src/folderview.c
6228                 remove include toolbar.h
6229
6230 2002-09-22 [oliver]     0.8.3claws7
6231         
6232         * src/prefs_toolbar.[ch]
6233                 custom toolbar for compose
6234                 - generic prefs_toolbar handles both
6235                   Mainwin's toolbar as well as Compose toolbar          
6236
6237 2002-09-22 [oliver]     0.8.3claws6
6238         
6239         * src/toolbar.[ch]
6240                 custom toolbar for compose
6241                 restructure toolbar.[ch]
6242
6243 2002-09-22 [oliver]     0.8.3claws5
6244
6245         * src/compose.[ch]
6246                 custom toolbar for compose
6247
6248 2002-09-22 [oliver]     0.8.3claws4
6249         
6250         * src/mainwindow.[ch]
6251                 custom toolbar for compose 
6252                 move mainwin toolbar back to mainwindow
6253
6254 2002-09-22 [alfons]     0.8.3claws3
6255
6256         * src/procmsg.c
6257                 :%sno/if(/if (/gc
6258                 :%sno/for(/for (/gc
6259                 (beautify)
6260
6261 2002-09-22 [alfons]     0.8.3claws2
6262         
6263         * src/procmsg.c
6264                 procmsg_save_to_outbox(): don't unlink message file from queue;
6265                 callers should do it using folder_item_remove_msg()
6266
6267 2002-09-22 [colin]      0.8.3claws1
6268
6269         * src/mimeview.[ch]
6270                 Made mimeview_check_signature() public
6271         * src/textview.c
6272                 Made GPG signatures verifiable by clicking
6273                 the [application/pgp-signature] in the Text
6274                 view
6275
6276 2002-09-22 [paul]       0.8.3claws
6277
6278         * po/bg.po
6279           po/en_GB.po
6280           po/es.po
6281           po/it.po
6282           po/pl.po
6283           po/pt_BR.po
6284           po/sr.po
6285                 updated translations, submitted by George Danchev,
6286                 me, Ricardo Mones Lastra, Alessandro Maestri,
6287                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
6288                 and Urke MMI, respectively.     
6289
6290 2002-09-22 [alfons]     0.8.2claws65
6291
6292         * src/procmsg.c
6293         * src/pgptext.c
6294                 no furry valgrinds have been used to plug these memleaks
6295
6296 2002-09-20 [paul]       0.8.2claws64
6297
6298         * sync with 0.8.3cvs4
6299                 'Select thread' re-implemented 
6300                 see ChangeLog 2002-09-20
6301
6302 2002-09-21 [alfons]     0.8.2claws63
6303
6304         * src/compose.c
6305                 compose_send(): plug unnoticed memleak
6306
6307 2002-09-20 [alfons]     0.8.2claws62
6308
6309         * src/addr_compl.c
6310                 replace_address_in_edit(): strict check for NULL address to
6311                 fix "[ 607348 ] Segfault in address completion". My guess is
6312                 that this happens with an empty address book, but it's good
6313                 to have this check here anyway
6314                 
6315                 completion_window_button_press(): free string returned 
6316                 from the internal cache
6317
6318 2002-09-20 [christoph]  0.8.2claws61
6319
6320         * src/procmime.h
6321                 added ENC_BINARY to EncodingType
6322         * src/procmime.c
6323                 the string returned by procmime_get_encoding_str
6324                 should not depend on the order of values in the
6325                 EncodingType definition
6326         * doc-src/rfc1806.txt   ** NEW FILE **
6327                 Added rfc1806 about MIME Content-Disposition
6328                 Extension
6329
6330 2002-09-19 [paul]       0.8.2claws60
6331
6332         * sync with 0.8.2cvs3
6333                 see ChangeLog 2002-09-19
6334
6335 2002-09-19 [paul]       0.8.2claws59
6336
6337         * src/prefs_folder_item.c
6338                 revert to Darko's original alignment of colour
6339                 selector button
6340                 add a colon to folder_color label
6341                 
6342         * src/compose.c
6343                 add Colin's patch (with Hiro's modifications) to 
6344                 force BASE64 encoding for 8-bit text when signing
6345                 (sync with 0.8.3cvs2)
6346
6347 2002-09-18 [alfons]     0.8.2claws58
6348
6349         * src/compose.c
6350                 :%sno/if(/if (/gc
6351                 :%sno/for(/for (/gc
6352                 (beautify a little bit)
6353
6354 2002-09-18 [christoph]  0.8.2claws57
6355
6356         * src/pine.c
6357                 fix handling of fgetc return value
6358
6359 2002-09-17 [alfons]     0.8.2claws56
6360         
6361         * src/summaryview.c
6362                 summary_sort(): check non-NULL summaryview->folder_item when no 
6363                 folder is selected at all
6364                 (closes "[ 610344 ] sort label make syl Crash")
6365
6366 2002-09-17 [alfons]     0.8.2claws55
6367         
6368         * src/compose.c
6369                 beautify a little bit
6370
6371 2002-09-17 [christoph]  0.8.2claws54
6372
6373         * src/folder.c
6374                 initialize max values for cache and folder
6375                 when cache or folder is empty
6376
6377 2002-09-15 [colin]      0.8.2claws53
6378
6379         * src/compose.c
6380                 Fix a leak (thanks Alfons!) and cleaned
6381                 variables names for custom headers
6382
6383 2002-09-15 [colin]      0.8.2claws52
6384
6385         * src/compose.c
6386                 Fix custom headers recognition when
6387                 prefs_common.trans_hdr is on
6388
6389 2002-09-15 [colin]      0.8.2claws51
6390
6391         * src/compose.c
6392                 Allow dynamically-added custom headers
6393                 Yet not reparsed if reedited
6394
6395 2002-09-15 [alfons]     0.8.2claws50
6396
6397         * src/prefs_account.c
6398                 fix warnings
6399
6400 2002-09-15 [colin]      0.8.2claws49
6401         
6402         * src/prefs_account.c
6403                 fix pop_before_smtp sensitivity
6404
6405 2002-09-15 [colin]      0.8.2claws48
6406
6407         * src/inc.[ch]
6408                 add inc_pop_before_smtp()
6409                 allow MainWindow to be undefined in 
6410                 inc_account_mail() and inc_start()
6411         * src/pop.c
6412           src/prefs_account.h
6413                 add STYPE_POP_BEFORE_SMTP session type
6414         * src/prefs_account.c
6415                 activated pop before smtp option
6416         * src/send.c
6417                 do pop before smtp if the relevant option 
6418                 is set
6419
6420 2002-09-15 [paul]       0.8.2claws47
6421
6422         * sync with 0.8.3
6423                 see ChangeLog 2002-09-15
6424
6425 2002-09-14 [paul]       0.8.2claws46
6426
6427         * po/bg.po
6428                 updated Bulgarian translation, submitted by
6429                 George Danchev
6430
6431 2002-09-13 [paul]       0.8.2claws45
6432
6433         * src/compose.c
6434                 merge claws' select_account() with main's
6435                 (new) compose_select_account(). [sync with
6436                 0.8.2cvs15, see ChangeLog 2002-09-11]
6437
6438 2002-09-12 [christoph]  0.8.2claws44
6439
6440         * src/filter.c
6441                 allocate 1 elements of FolderItem not 0
6442
6443 2002-09-12 [colin]      0.8.2claws43
6444
6445         * src/compose.c
6446                 Fix bug #590825 (obey Follow-up: poster)
6447
6448 2002-09-12 [colin]      0.8.2claws42
6449
6450         * src/procmime.c
6451                 Fix bug #557009 (wrong headers for messages 
6452                 forwarded as attachments)
6453
6454 2002-09-11 [colin]      0.8.2claws41
6455         
6456         * src/compose.c
6457                 Put SCF: pseudo-header on top of message
6458                 Set draft tmp_flag when saved as draft
6459
6460         * src/procmsg.c
6461           src/procheader.c
6462                 Skip after first \n\n for beginning of real message
6463                 for drafts too
6464
6465 2002-09-11 [christoph]  0.8.2claws40
6466
6467         * src/filtering.c
6468                 use procmsg flag functions in filtering or processing
6469                 will cause incorrect folder message counts
6470
6471 2002-09-11 [colin]      0.8.2claws39
6472
6473         * src/compose.c
6474                 Fix bug #550175 - wrong save folder when reediting
6475                 drafts
6476
6477 2002-09-11 [paul]       0.8.2claws38
6478
6479         * sync with 0.8.2cvs14
6480                 see ChangeLog 2002-09-11
6481
6482 2002-09-11 [colin]      0.8.2claws37
6483
6484         * src/folder.c
6485                 Fix a typo (seeming to cause new/unread status to
6486                 be lost)
6487
6488 2002-09-10 [christoph]  0.8.2claws36
6489
6490         * src/compose.c
6491                 compose_redirect should not use compose_generic_new
6492                 because that does more stuff than expected including
6493                 opening the external editor
6494                 (closes bug "[ 526608 ] bounced messages appear blank
6495                  in editor")
6496
6497 2002-09-10 [christoph]  0.8.2claws35
6498
6499         * src/folder.c
6500                 fix problem with too large message number range
6501                 causing a crash in folder_item_scan
6502
6503 2002-09-10 [paul]       0.8.2claws34
6504
6505         * sync with 0.8.2cvs13
6506                 see ChangeLog 2002-09-10
6507
6508 2002-09-10 [christoph]  0.8.2claws33
6509
6510         * src/msgcache.c
6511                 set MsgInfo TmpFlags for queue and draft folders
6512                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
6513
6514 2002-09-10 [paul]       0.8.2claws32
6515
6516         * AUTHORS
6517           po/bg.po      ** NEW FILE **
6518                 new Bulgarian translation submitted by
6519                 George Danchev <danchev@spnet.net>
6520                 
6521         * tools/Makefile.am
6522           tools/README
6523           tools/tb2sylpheed     ** NEW FILE **
6524                 add script that converts an addressbook exported
6525                 from The Bat! into a Sylpheed addressbook. Submitted
6526                 by Urke MMI <urke-kg@eunet.yu>
6527
6528 2002-09-10 [paul]       0.8.2claws31
6529
6530         * sync with 0.8.2cvs12
6531                 see ChangeLog 2002-09-10
6532
6533 2002-09-06 [paul]       0.8.2claws30
6534
6535         * src/prefs_common.c
6536                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
6537                 
6538         * tools/Makefile.am
6539           tools/README
6540           tools/ldif-to-xml.py  ** REMOVED **
6541                 remove obsolete python script
6542
6543 2002-09-06 [paul]       0.8.2claws29
6544
6545         * sync with 0.8.2cvs10
6546                 see ChangeLog 2002-09-06
6547
6548 2002-09-04 [paul]       0.8.2claws28
6549
6550         * sync with 0.8.2cvs9
6551                 see ChangeLog 2002-08-04
6552
6553 2002-09-04 [colin]      0.8.2claws27 
6554
6555         * src/prefs_common.[ch]
6556                 Added signature color configuration
6557         * src/textview.c
6558                 Use user-specified signature color
6559
6560 2002-09-03 [colin]      0.8.2claws26
6561
6562         * src/prefs_common.[ch]
6563                 Added autosave and autosave_length prefs
6564         * src/compose.c
6565                 Added compose_remove_draft()
6566                 Auto-save drafts according to the prefs
6567         * src/main.c
6568                 Added a crash-indicator file, allowing to check
6569                 for new messages on startup if Sylpheed crashed
6570                 (makes saved drafts "reappear")
6571
6572 2002-09-03 [colin]      0.8.2claws25
6573
6574         * src/textview.[ch]
6575                 Grey the signature
6576
6577 2002-09-03 [paul]       0.8.2claws24
6578
6579         * sync with 0.8.2cvs8
6580                 see ChangeLog 2002-09-02 and 2002-09-03
6581
6582 2002-09-03 [darko]      0.8.2claws23
6583
6584         * src/folderview.c
6585                 use normal style when creating new folder to pick
6586                 proper font size 
6587
6588 2002-09-02 [melvin]     0.8.2claws22
6589
6590         * src/gtkaspell.m4
6591                 removed some obsolete code
6592
6593 2002-09-02 [melvin]     0.8.2claws21
6594
6595         * ac/aspell.m4
6596                 fixed test's equality sign (== to =)
6597
6598 2002-09-02 [alfons]     0.8.2claws20
6599
6600         * src/folder.c
6601         * src/mh.c
6602                 revert change of 0.8.2claws16 and use the mh_folder_destroy
6603                 as folder->destroy virtual as suggested by Hiro
6604                 (the mh.c code seems to have been lost around mh.c.1.21)
6605
6606 2002-09-02 [paul]       0.8.2claws19
6607
6608         * po/pt_BR.po
6609                 updated by Fabio Jr. Beneditto
6610                 
6611         * src/defs.h
6612                 use 'http://claws.sylpheed.org' for homepage link. 
6613                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
6614
6615 2002-09-01 [alfons]     0.8.2claws18
6616
6617         * src/mh.c
6618                 plug memleak related to one Martin Kluge found
6619
6620 2002-08-31 [paul]       0.8.2claws17
6621
6622         * sync with 0.8.2cvs6
6623                 see ChangeLog 2002-08-30
6624
6625 2002-08-31 [alfons]     0.8.2claws16
6626
6627         * src/folder.c
6628                 folder_destroy(): remove mailbox from folderlist even if it has
6629                 no destroy virtual
6630
6631 2002-08-31 [alfons]     0.8.2claws15
6632
6633         * src/folder.c
6634                 :%sno/if(/if (/gc
6635                 :%sno/for(/for (/gc
6636                 (being pedantic I know)
6637
6638 2002-08-31 [alfons]     0.8.2claws14
6639
6640         * src/folder.c
6641                 check for NULL pointers returned from folder->fetch_msginfo virtual
6642                 (should solve some reported crashes)
6643
6644 2002-08-30 [alfons]     0.8.2claws13
6645
6646         * acconfig.h
6647         * configure.in
6648         * src/crash.c
6649                 enable crash dialog on compilation time
6650                 (--enable-crash-dialog configure option)
6651
6652 2002-08-30 [alfons]     0.8.2claws12
6653
6654         * AUTHORS
6655                 add Martin Kluge
6656         * src/mh.c
6657                 apply memory leak plug patch by Martin Kluge
6658                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6659                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6660                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6661
6662 2002-08-30 [darko]      0.8.2claws11
6663
6664         * src/folderview.c
6665                 copy Gtk style from normal style to match
6666                 font size for coloured folders
6667
6668 2002-08-29 [alfons]     0.8.2claws10
6669
6670         * sylpheed.desktop
6671                 Type=Internet <- Type=Application
6672                 (reported by Michael Schwendt, see:
6673                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6674                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6675
6676 2002-08-29 [paul]       0.8.2claws9
6677
6678         * sync with 0.8.2cvs5
6679                 see ChangeLog 2002-08-29
6680
6681 2002-08-29 [colin]      0.8.2claws8
6682
6683         * src/summaryview.c
6684                 Added a sanity check in summary_select_thread
6685                 Should fix bug 601605
6686
6687 2002-08-29 [colin]      0.8.2claws7
6688
6689         * src/main.c
6690                 Revert claws6 changes regarding bug #591676
6691
6692 2002-08-28 [colin]      0.8.2claws6
6693         
6694         * src/main.c
6695                 Ignore cache for queue folderitems
6696                 Fix bug #591676
6697
6698 2002-08-28 [melvin]     0.8.2claws5
6699
6700         * README.claws
6701                 Fixed typos.
6702
6703 2002-08-28 [melvin]     0.8.2claws4
6704
6705         * README.claws
6706                 Updated a bit the text concerning the spell checker
6707
6708 2002-08-28 [melvin]     0.8.2claws3
6709
6710         Merged the GNU_aspell_branch:
6711                 Support of new GNU/aspell is now included and the old pspell
6712                 is not supported anymore.
6713                 See README.claws
6714
6715         * README.claws
6716                 Updated spell checker text to reflect the switch to GNU/aspell
6717
6718         * ac/aspell.m4          *** NEW ***
6719         * src/gtkaspell.[ch]    *** NEW *** 
6720         * ac/pspell.m4          *** DELETED *** 
6721         * src/gtkspell.[ch]     *** DELETED ***
6722
6723         * ac/Makefile.am
6724                 Updated for GNU/aspell support
6725
6726         * po/POTFILES.in
6727                 Replaced gtkspell.c by gtkaspell.c
6728
6729         * acconfig.h
6730         * src/Makefile.am
6731         * src/about.c
6732         * src/compose.[ch]
6733         * src/crash.c
6734         * src/main.c
6735         * src/prefs_common.[ch]
6736                 Updated for GNU/aspell support
6737
6738 2002-08-28 [paul]       0.8.2claws2
6739
6740         * sync with 0.8.2cvs4
6741                 see ChangeLog 2002-08-27 and 2002-08-28
6742
6743 2002-08-28 [colin]      0.8.2claws1
6744
6745         * src/summary_search.c
6746                 Added "AND search"
6747
6748 2002-08-28 [jens]       0.8.2claws
6749
6750         *po/de.po
6751                 Updated German translations
6752
6753 2002-08-27 [melvin]     0.8.2claws
6754
6755         * po/fr.po
6756                 Updated French translations
6757
6758 2002-08-27 [paul]       0.8.2claws
6759
6760         * sync with 0.8.2 main release
6761
6762         * po/en_GB.po
6763           po/es.po
6764           po/it.po
6765           po/pl.po
6766           po/pt_BR.po
6767           po/sr.po
6768                 updated message catalogs submitted by
6769                 Ricardo Mones Lastra, Alessandro Maestri,
6770                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
6771                 Beneditto and Urke MMI  
6772
6773 2002-08-27 [hoa]        0.8.1claws123
6774
6775         * src/mainwindow.[ch]
6776         * src/summaryview.[ch]
6777                 removed the "filter setting" menu option.
6778                 add a "cancel a news message" menu option.
6779
6780 2002-08-26 [martin]     0.8.1claws122
6781
6782         * ChangeLog.claws
6783                 changed string under 0.8.1claws79 changed by myself
6784                 i'm sorry alfons :(
6785
6786 2002-08-26 [martin]     0.8.1claws121
6787
6788         * src/crash.c
6789                 added kill command to debuggerrc to start crash dialog
6790
6791 2002-08-26 [paul]       0.8.1claws120
6792
6793         * sync with 0.8.1cvs31
6794                 see ChangeLog 2002-08-26
6795
6796 2002-08-25 [alfons]     0.8.1claws119
6797
6798         * src/procmsg.c
6799                 fix bug that didn't send out correct headers to news server
6800                 when sending news article and email from queue (bug reported
6801                 and patch provided by Tim Mann; closes bug 
6802                 "[ 583196 ] 0.7.8claws can't post news")
6803
6804 2002-08-25 [alfons]     0.8.1claws118
6805
6806         * src/selective_download.c
6807                 mark two strings as translatable
6808                 (thanks to Urke MMI for pointing this out)
6809
6810 2002-08-25 [alfons]     0.8.1claws117
6811
6812         * src/summaryview.c
6813                 treat sent boxes as special and allow sorting them by addressee
6814                 (closes "[ 589418 ] Sent folder sorting misbehavior"
6815                 submitted by Steve Lamb)
6816
6817 2002-08-24 [alfons]     0.8.1claws116
6818
6819         * src/matcher.c
6820                 fix memleak reported by Martin Kluge
6821                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
6822
6823 2002-08-24 [oliver]     0.8.1claws115
6824
6825         * src/prefs_toolbar.c
6826                 o code cleanup as suggested by Alfons
6827                 o memleak fix
6828
6829 2002-08-24 [alfons]     0.8.1claws114
6830
6831         * src/summaryview.c
6832                 o fix another memory leak reported by Martin Kluge
6833                   (see "[ 599568 ] Small Memory Leak")
6834                 o remove 'from' variable from 'summary_set_header()'; we can
6835                   do with just 'to' 
6836
6837 2002-08-24 [paul]       0.8.1claws113
6838
6839         * sync with 0.8.1cvs30
6840                 see ChangeLog 2002-08-23
6841
6842 2002-08-24 [alfons]     0.8.1claws112
6843
6844         * src/summaryview.c
6845                 remove unnecessary allocations for search bar fixing leaks
6846                 reported by Martin Kluge
6847                 (see "[ 599451 ] Further memory leaks?")
6848
6849 2002-08-24 [alfons]     0.8.1claws111
6850
6851         * src/main.c
6852                 make get_socket_name() public for crash.c
6853         * src/crash.c
6854                 o make report bug button work (goes to claws' 
6855                   bug tracker at sf.net)
6856                 o introduce function for doing important stuff just
6857                   before claws goes down
6858                 o clean up code 
6859
6860 2002-08-24 [alfons]     0.8.1claws110
6861
6862         * src/compose.c
6863                 move cursor to "To" entry when forwarding as attachment
6864                 (reported and solved by Steve Lamb, closes bug report
6865                 "[ 592880 ] Forward as attachment; cursor not in to")
6866
6867 2002-08-24 [colin]      0.8.1claws109
6868
6869         * src/mainwindow.c
6870                 fix quick search visibility after GUI (de)separations.
6871
6872 2002-08-23 [colin]      0.8.1claws108
6873
6874         * src/mainwindow.c
6875                 fix header pane visibility after folderview or
6876                 messageview (de)separation
6877
6878 2002-08-23 [paul]       0.8.1claws107
6879
6880         * src/mainwindow.[ch]
6881           src/toolbar.c
6882                 give full control of display or non-display 
6883                 of the Execute icon to Custom toolbar settings.
6884                 add new sensitivity condition to maninwindow.h: 
6885                 M_DELAY_EXEC
6886
6887         * ChangeLog
6888           ChangeLog.jp
6889           NEWS
6890                 more sync with 0.8.1cvs29
6891
6892 2002-08-23 [melvin]     0.8.1claws106
6893
6894         * src/alertpanel.c
6895                 Readded support for custom widget in alertpanel lost in last
6896                 sync.
6897
6898 2002-08-23 [paul]       0.8.1claws105
6899
6900         * sync with 0.8.1cvs29
6901                 see ChangeLog 2002-08-23
6902
6903 2002-08-23 [colin]      0.8.1claws104
6904
6905         * src/summaryview.c
6906                 Fix folder and search pixmaps exchanging positions
6907                 after theme or toolbar changes. Thank to Oliver for 
6908                 reporting this.
6909
6910 2002-08-23 [colin]      0.8.1claws103
6911
6912         * src/mainwindow.c
6913           src/messageview.[ch]
6914           src/noticeview.[ch]
6915           src/summaryview.c
6916                 Changed messageview_create() and noticeview_create()
6917                 to avoid the last gdk_warning
6918
6919 2002-08-22 [colin]      0.8.1claws102
6920
6921         * src/summaryview.c
6922                 Fix my new `Creating pixmap from xpm' warning
6923
6924 2002-08-22 [colin]      0.8.1claws101
6925
6926         * src/mainwindow.c
6927                 Fix some of the gdk warnings
6928
6929 2002-08-22 [colin]      0.8.1claws100
6930
6931         * src/Makefile.am
6932         * src/stock_pixmap.c
6933         * src/stock_pixmap.h
6934         * src/pixmaps/quicksearch.xpm *ADDED*
6935                 Add the quicksearch pixmap
6936         * src/mainwindow.c
6937         * src/summaryview.c
6938         * src/summaryview.h
6939                 Make quicksearch bar visible/hidden via a button
6940
6941 2002-08-22 [christoph]  0.8.1claws99
6942
6943         * src/folder.c
6944                 fix folder update for newsgroups with message
6945                 numbers below minimum number of articles to fetch
6946                 (closes bug #598445)
6947
6948 2002-08-22 [paul]       0.8.1claws98
6949
6950         * sync with 0.8.1cvs28
6951                 see ChangeLog 2002-08-22
6952
6953 2002-08-21 [alfons]     0.8.1claws97
6954
6955         * src/crash.c
6956                 use bt instead of bt full which seems to work 
6957                 better, and bt full doesn't give a great deal 
6958                 of information anyway
6959
6960 2002-08-21 [colin]      0.8.1claws96
6961
6962         * src/summaryview.c
6963                 fix summaryview_searchtype_changed prototype
6964
6965 2002-08-21 [christoph]  0.8.1claws95
6966
6967         * src/mainwindow.c
6968                 o fix broken menu update for sorting type, we have to
6969                   get this info from the summaryview now
6970                 o removed setting of threaded state in menu callback
6971         * src/summaryview.[ch]
6972                 more summaryview/folderitem seperation for
6973                 threading option
6974         * configure.in
6975                 removed not required --with-compiler-flags option
6976
6977 2002-08-21 [oliver]     0.8.1claws94
6978         
6979         * src/toolbar.h 
6980                 o rename toolbar.xml to toolbar_main.xml
6981                   since toolbar_compose.xml might come up 
6982                   any time soon
6983         * README.claws
6984                 add custom toolbar              
6985
6986 2002-08-21 [darko]      0.8.1claws93
6987
6988         * src/procmsg.c
6989                 don't reset tmp flags for messages copied
6990                 to sent folder
6991
6992 2002-08-21 [colin]      0.8.1claws92
6993         
6994         * src/prefs_filtering.c
6995                 fix renaming rules on folder rename 
6996                 when folder is not a leaf folder
6997
6998 2002-08-21 [paul]       0.8.1claws91
6999
7000         * src/prefs_folder_item.c
7001                 fix alignment of colour selector
7002
7003 2002-08-21 [paul]       0.8.1claws90
7004
7005         * sync with 0.8.1cvs27
7006                 see ChangeLog 2002-08-21
7007
7008 2002-08-21 [paul]       0.8.1claws89
7009
7010         * src/summaryview.c
7011                 fix crash when changing field type in
7012                 Quick search bar
7013
7014 2002-08-21 [colin]      0.8.1claws88
7015
7016         * src/summaryview.c
7017                 Made quick search case-insensitive
7018
7019 2002-08-21 [paul]       0.8.1claws87
7020
7021         * sync with 0.8.1cvs26
7022                 see ChangeLog 2002-08-21
7023
7024 2002-08-20 [christoph]  0.8.1claws86
7025
7026         * src/folderview.c
7027         * src/main.c
7028         * src/summaryview.[ch]
7029                 more summaryview/folderitem seperation for
7030                 sort_key and sort_type
7031         * src/procmsg.c
7032                 added missing return statement
7033
7034 2002-08-20 [colin]      0.8.1claws85
7035
7036         * src/summaryview.[ch]
7037                 Added a quick search box
7038         * src/mainwindow.c
7039         * src/prefs_common.[ch]
7040                 Added a show/hide option for the quick search
7041
7042 2002-08-20 [oliver]     0.8.1claws84
7043         
7044         * src/mainwindow.c
7045                 remove toolbar_create_popups
7046         * src/toolbar.[ch]
7047                 o remove toolbar_create_popups
7048                 o fix toolbar_set_sensitive 
7049                   (Bug reports #596834 and #596832)     
7050         * src/prefs_toolbar.c
7051                 o add "Set default" button
7052                 o align label and text + combo widgets
7053
7054 2002-08-20 [hoa]        0.8.1claws83bis
7055
7056         * src/imap.c
7057                 fixed a bug in imap_fetch_msginfo() in case there is no
7058                 current folder.
7059
7060 2002-08-20 [darko]      0.8.1claws83
7061
7062         * src/folderview.c
7063                 copy the color style of folder view so it
7064                 works with GTK themes
7065
7066 2002-08-20 [darko]      0.8.1claws82
7067
7068         * src/folder.h
7069         * src/folderview.c
7070         * src/prefs_folder_item.[hc]
7071                 don't use UI stuff in folder.h
7072
7073 2002-08-20 [darko]      0.8.1claws81
7074
7075         * src/folder.h
7076         * src/prefs_folder_item.h
7077         * src/folderview.c
7078         * src/prefs_folder_item.c
7079                 ability to set folder color in folderview
7080
7081 2002-08-19 [alfons]     0.8.1claws80
7082
7083         * src/summaryview.c
7084                 fix one of the earlier memleaks reported by Martin Kluge
7085
7086 2002-08-19 [alfons]     0.8.1claws79
7087
7088         * src/mainwindow.c
7089                 hide notice view when selecting seperate folder
7090                 view (reported by Urke MMI)
7091
7092 2002-08-19 [christoph]  0.8.1claws78
7093
7094         * src/folderview.c
7095         * src/prefs_folder_item.h
7096         * src/summaryview.[ch]
7097                 o add summary_set_prefs_from_folderitem to set
7098                   summaryview prefs (first step to remove all
7099                   references to the folderitem in summaryview)
7100                 o moved compiled regex stuff from folderitem prefs
7101                   to summaryview code
7102
7103 2002-08-19 [paul]       0.8.1claws77
7104
7105         * src/compose.c
7106                 add check for '.' to QUOTE_IF_REQUIRED
7107
7108 2002-08-19 [paul]       0.8.1claws76
7109
7110         * src/inc.c
7111                 sync with 0.8.1cvs25 (plug memory leak)
7112
7113         * src/prefs_toolbar.c
7114                 re-order prefs_toolbar_cancel()
7115
7116 2002-08-18 [alfons]     0.8.1claws75
7117
7118         * src/inc.c
7119         * src/matcher.c
7120                 plug other memleaks reported by Martin Kluge
7121
7122 2002-08-18 [paul]       0.8.1claws74
7123
7124         * po/pt_BR.po
7125                 updated by Fabio Jr. Beneditto
7126
7127 2002-08-18 [paul]       0.8.1claws73
7128
7129         * src/toolbar.[ch]
7130                 fix bug where tooltips were displayed untranslated              
7131
7132         * src/prefs_toolbar.c
7133                 fix bug where clicking 'Cancel' creates an icon & text
7134                 toolbar regardless of prefs
7135         
7136
7137 2002-08-17 [oliver]     0.8.1claws72
7138
7139         * src/prefs_toolbar.c
7140                 update toolbar on CANCEL
7141                 bug reported by Martin Kluge
7142         * src/toolbar.c
7143                 toolbar_destroy memleak fixed           
7144
7145 2002-08-17 [alfons]     0.8.1claws71
7146
7147         * src/toolbar.c
7148                 plug another memleak reported by Martin Kluge
7149
7150 2002-08-16 [alfons]     0.8.1claws70
7151
7152         * src/crash.c
7153                 use execvp() correctly (suggested by wwp; thanks!)
7154
7155 2002-08-16 [alfons]     0.8.1claws69
7156
7157         * src/gtksctree.c
7158                 plug memory leak reported by Kim Schultz & Martin Kluge
7159
7160 2002-08-16 [paul]       0.8.1claws68
7161
7162         * po/es.po
7163                 updated by Ricardo Mones Lastra
7164
7165 2002-08-16 [paul]       0.8.1claws67
7166
7167         * src/toolbar.h
7168                 fix bug where 'Compose News' icon showed wrong
7169                 tooltip
7170
7171 2002-08-16 [paul]       0.8.1claws66
7172
7173         * sync with 0.8.1cvs24
7174                 see ChangeLog 2002-08-16
7175
7176         * po/it.po
7177                 updated by Alessandro Maestri
7178
7179 2002-08-15 [paul]       0.8.1claws65
7180
7181         * po/sr.po
7182                 updated by Urke MMI
7183
7184 2002-08-15 [paul]       0.8.1claws64
7185
7186         * src/*.c
7187                 don't translate debug info
7188
7189         * src/matcher.[ch]
7190                 add copyright info
7191
7192 2002-08-15 [paul]       0.8.1claws63
7193
7194         * src/prefs_toolbar.c
7195                 fix bug where clicking 'OK' creates an icon & text
7196                 toolbar regardless of prefs
7197
7198 2002-08-14 [alfons]     0.8.1claws62
7199
7200         * src/main.c
7201                 add global var that has the full argv[0]
7202         * src/crash.c
7203                 o execvp the correct sylpheed by using argv0
7204                   and setting the correct work dir
7205                 o other tweaks  
7206
7207 2002-08-14 [oliver]     0.8.1claws61
7208         
7209         * enable/disable Toolbar Action Buttons 
7210         * code cleanups
7211         * src/mainwindow.c
7212         * src/toolbar.[ch]      
7213         * src/prefs_toolbar.c   
7214
7215 2002-08-14 [melvin]     0.8.1claws60
7216
7217         * po/fr.po
7218                 Updated French translations
7219
7220 2002-08-14 [melvin]     0.8.1claws59
7221
7222         * src/crash.c
7223                 Made bug report not translatable
7224         * src/exporthtml.c
7225                 Fixed exporthtml_build_filespec() return value
7226         * src/foldersel.c
7227                 Fixed incorrect include file
7228         * src/gtkspell.c
7229         * src/prefs_actions.c
7230         * src/prefs_toolbar.c
7231                 Made debug info not translatable
7232         * src/mutt.c
7233         * src/quote_fmt.c
7234                 Added missing includes
7235         * src/prefs_common.c
7236                 Fixed typo
7237
7238 2002-08-14 [paul]       0.8.1claws58
7239
7240         * faq/es/sylpheed-faq.html
7241           faq/es/sylpheed-faq-[1-3].html
7242           faq/es/sylpheed-faq-4.html     **NEW FILE **
7243                 update Spanish FAQ
7244
7245 2002-08-13 [christoph]  0.8.1claws57
7246
7247         * src/procmsg.c
7248                 ignore thread fix that did not mark all
7249                 child nodes of a ignored thread as
7250                 ignored. Does not work perfectly yet,
7251                 but it is better now
7252
7253 2002-08-13 [alfons]     0.8.1claws56
7254
7255         * src/crash.c
7256                 o implement 'save crash log'
7257                 o some tweaks
7258
7259 2002-08-13 [melvin]     0.8.1claws55
7260
7261         * src/main.c
7262                 removed unrequired "execinfo.h" header
7263
7264 2002-08-12 [paul]       0.8.1claws54
7265
7266         * faq/en/sylpheed-faq.html
7267           faq/en/sylpheed-faq-[1-3].html
7268           faq/en/sylpheed-faq-4.html     **NEW FILE **
7269                 update English FAQ
7270
7271 2002-08-12 [alfons]     0.8.1claws53
7272
7273         * po/POTFILES.in
7274                 add crash.c to translatables
7275         * src/crash.c
7276                 bring in Leandro's crash dialog
7277
7278 2002-08-11 [alfons]     0.8.1claws52
7279
7280         * src/crash.c
7281                 clean up some warnings
7282
7283 2002-08-11 [alfons]     0.8.1claws51
7284
7285         * acconfig.h
7286         * configure.in
7287         * src/crash.[ch]        ** NEW FILES **
7288         * src/main.c            
7289                 initial gdb crash handler
7290
7291 2002-08-11 [paul]       0.8.1claws50
7292
7293         * src/prefs_toolbar.c
7294                 replace Up/Down arrow pixmaps with text to be
7295                 consistent across icon themes
7296
7297 2002-08-11 [paul]       0.8.1claws49
7298
7299         * src/prefs_common.c
7300           src/prefs_toolbar.c
7301                 rename 'Pixmap' -> 'Icon'
7302
7303         * src/toolbar.[ch]
7304                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
7305
7306 2002-08-10 [paul]       0.8.1claws48
7307
7308         * src/prefs_toolbar.c
7309                 re-work the UI
7310
7311 2002-08-10 [paul]       0.8.1claws47
7312
7313         * src/main.c
7314                 don't write Processing progress to status bar
7315                 patch submitted by Alexander Evseev
7316
7317         * src/prefs_toolbar.c
7318                 re-position and resize window
7319                 make window assume correct size on first call
7320
7321 2002-08-10 [paul]       0.8.1claws46
7322
7323         * src/mainwindow.c
7324           src/prefs_toolbar.c
7325           src/toolbar.c
7326           src/toolbar.h
7327                 obey coding style
7328                 follow UI text conventions
7329
7330 2002-08-10 [alfons]     0.8.1claws45
7331
7332         * src/toolbar.c
7333                 correct pixmap for delete action
7334
7335 2002-08-10 [paul]       0.8.1claws44
7336
7337         * po/pt_BR.po
7338                 updated by Fabio Jr. Beneditto
7339
7340 2002-08-10 [paul]       0.8.1claws43
7341
7342         * po/POTFILES.in
7343                 add custom toolbar files
7344
7345 2002-08-10 [paul]       0.8.1claws42
7346
7347         * sync with 0.8.1cvs22
7348                 see ChangeLog 2002-08-09
7349
7350 2002-08-09 [paul]       0.8.1claws41
7351
7352         * tools/Makefile.am
7353           tools/README
7354           tools/outlook2sylpheed.pl     ** NEW FILE **
7355                 add script to convert exported Outlook
7356                 contacts list to a Sylpheed addressbook.
7357                 Submitted by Ricardo Mones Lastra.
7358
7359 2002-08-09 [paul]       0.8.1claws40
7360
7361         * AUTHORS
7362           configure.in
7363           po/sr.po      ** NEW FILE **
7364                 add Serbian message catalog. Submitted by
7365                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
7366
7367 2002-08-09 [paul]       0.8.1claws39
7368
7369         * sync with 0.8.1cvs21
7370                 see ChangeLog 2002-08-08
7371
7372 2002-08-08 [oliver]     0.8.1claws38
7373
7374         * src/mainwindow.c
7375                 move Custom Toolbar to Configuration menu
7376
7377 2002-08-08 [oliver]     0.8.1claws37
7378
7379         * src/prefs_toolbar.c
7380                 fix substitute pixmap bug
7381
7382 2002-08-08 [paul]       0.8.1claws36
7383
7384         * sync with 0.8.1cvs19
7385                 see ChangeLog 2002-08-08
7386
7387 2002-08-07 [christoph]  0.8.1claws35
7388
7389         * src/utils.c
7390                 fixed a memory leak in new canonicalize_file_replace
7391
7392 2002-08-07 [christoph]  0.8.1claws34
7393
7394         * src/utils.[ch]
7395                 o canonicalize_file_replace should create the temporary
7396                   file in the same directory as the original file.
7397                 o added get_tmpfile_in_dir that creates a temorary file
7398                   in a specified directory.
7399
7400 2002-08-07 [melvin]     0.8.1claws33
7401
7402         * src/toolbar.c
7403                 fixed bug where 'Article' button acted as 'Email' button.
7404
7405 2002-08-07 [paul]       0.8.1claws32
7406
7407         * sync with 0.8.1.cvs17
7408                 see ChangeLog 2002-08-07
7409
7410 2002-08-07 [colin]      0.8.1claws31
7411         
7412         * src/news.c
7413                 fix mass-cancel problem
7414
7415 2002-08-07 [thorsten]   0.8.1claws30
7416
7417         * src/prefs_toolbar.c
7418                 fix: crash on replace or add new button
7419         * src/toolbar.c
7420                 fix: close xmlfile after reading
7421         * src/utils.c
7422                 fix: unlink() file before rename()
7423
7424 2002-08-06 [paul]       0.8.1claws29
7425
7426         * sync with 0.8.cvs15
7427                 see ChangeLog 2002-08-06
7428
7429 2002-08-06 [oliver]     0.8.1claws28
7430
7431         * src/toolbar.c
7432         * src/prefs_toolbar.c
7433                 fixed empty toolbar issue
7434
7435 2002-08-06 [oliver]     0.8.1claws27
7436
7437         * Custom Toolbar Final 
7438         * src/folderview.c
7439         * src/inc.c
7440         * src/summaryview.c
7441                 o toolbar stuff now lives in src/toolbar.[ch]
7442                 o main_window_toolbar_* functions are renamed to
7443                   toolbar_* reflecting their new source file
7444         * src/mainwindow.[ch]
7445                 o remove toolbar stuff  
7446
7447 2002-08-06 [oliver]     0.8.1claws26
7448         
7449         * src/Makefile.am
7450         * src/prefs_toolbar.[ch]        **New File**
7451         * src/toolbar.[ch]              **New File**
7452                 o prefs_toolbar.[ch] custom toolbar frontend
7453                 o toolbar.[ch]       backend 
7454
7455 2002-08-06 [oliver]     0.8.1claws25
7456
7457         * src/prefs_actions.[ch]
7458                 o new exported function actions_execute
7459
7460 2002-08-06 [paul]       0.8.1claws24
7461
7462         * sync with 0.8.1cvs4
7463                 see ChangeLog 2002-08-06
7464
7465 2002-08-06 [paul]       0.8.1claws23
7466
7467         * sync with 0.8.1cvs13
7468                 see ChangeLog 2002-08-06
7469
7470 2002-08-06 [paul]       0.8.1claws22
7471
7472         * sync with 0.8.1cvs12
7473                 see ChangeLog 2002-08-05 and 2002-08-06
7474
7475 2002-08-06 [match]      0.8.1claws21
7476
7477         * src/addrclip.c
7478                 improvements to cut/copy/paste address
7479
7480 2002-08-05 [match]      0.8.1claws20
7481
7482         * src/addritem.[ch]
7483         * src/addrcache.c
7484         * src/addrbook.c
7485         * src/editaddress.c
7486         * src/addressbook.c
7487                 fixes to improve cut/copy/paste
7488
7489 2002-08-06 [melvin]     0.8.1claws19
7490
7491         * src/account.[ch]
7492                 account_find_all_from_address(): new function that returns the
7493                 list of all accounts that are matched in an address.
7494         * src/alertpanel.[ch]
7495                 alertpanel() now accepts a custom widget
7496                 alertpanel_with_widget(): new function that pops up a panel with
7497                 a custom widget in it 
7498         * src/gtkutils.[ch]
7499                 gtkut_account_menu_new(): new function that allows the selection
7500                 of an account from a list of accounts.
7501         * src/messageview.c
7502                 Extended Return Receipt notification to select the correct 
7503                 account and to make a security test on the Delivery-Notification
7504                 address which should be the same as the Return-Path.
7505
7506 2002-08-06 [thorsten]   0.8.1claws18
7507
7508         * src/mimeview.c
7509                 attach_all: save unnamed as "noname.%d",
7510                 dont free static dirname
7511
7512 2002-08-05 [alfons]     0.8.1claws17
7513
7514         * configure.in
7515                 detect XIM by trying to link rather than compile a XIM program
7516
7517 2002-08-05 [oliver]     0.8.1claws16
7518                 
7519         * src/stock_pixmap.[ch]
7520                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
7521                 o new func to retrieve pixmaps
7522
7523 2002-08-05 [paul]       0.8.1claws15
7524
7525         * sync with 0.8.1cvs10
7526                 see ChangeLog 2002-08-05
7527
7528 2002-08-04 [alfons]     0.8.1claws14
7529
7530         * src/textview.c
7531                 see if this plugs memleak
7532
7533 2002-08-04 [melvin]     0.8.1claws13
7534
7535         * src/gtkspell.c
7536                 fixed bug that could crash Sylpheed when highlighting
7537                 all misspelled words.
7538
7539 2002-08-03 [melvin]     0.8.1claws12
7540
7541         * src/prefs_actions.c
7542                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
7543         * src/messageview.c
7544                 fixed bug where the Return Receipt was sent to
7545                 Delivery-Notification-To address even if it was not present
7546
7547 2002-08-02 [alfons]     0.8.1claws11
7548
7549         * src/prefs_actions.c
7550                 o more check for NULLs
7551                 o put create_io_dialog() in right conditional block
7552
7553 2002-08-02 [paul]       0.8.1claws10
7554
7555         * po/es.po
7556                 updated by Ricardo Mones Lastra
7557
7558 2002-08-01 [christoph]  0.8.1claws9
7559
7560         * src/folder.c
7561                 don't free the cache of the opened
7562                 folder in the summaryview
7563         * src/summaryview.c
7564                 don't unset flags, if it is not required
7565
7566 2002-08-01 [paul]       0.8.1claws8
7567
7568         * sync with 0.8.1cvs8
7569                 see ChangeLog entry 2002-08-01
7570
7571 2002-08-01 [paul]       0.8.1claws7
7572
7573         * sync with 0.8.1cvs7
7574                 see ChangeLog 2002-07-31 and 2002-08-01
7575
7576 2002-07-31 [christoph]  0.8.1claws6
7577
7578         * src/mainwindow.c
7579                 forgot to update menu sensitivity
7580                 function for new menu entry
7581
7582 2002-07-31 [alfons]     0.8.1claws5
7583
7584         * src/main.c
7585                 check folder item and its path for NULL on
7586                 initial processing
7587
7588 2002-07-31 [christoph]  0.8.1claws4
7589
7590         * src/folder.c
7591                 check if folder_item_get_msginfo in
7592                 folder_item_remove_msg returned NULL
7593         * src/imap.c
7594                 better clear the uid cache in the
7595                 uid validity check function and delete
7596                 cached messages
7597
7598 2002-07-31 [paul]       0.8.1claws3
7599
7600         * man/sylpheed.1
7601                 add the '--attach' option and a few other
7602                 minor changes
7603
7604 2002-07-31 [paul]       0.8.1claws2
7605
7606         * sync with 0.8.1cvs5
7607                 see ChangeLog 2002-07-31
7608
7609 2002-07-31 [christoph]  0.8.1claws1
7610
7611         * src/folderview.[ch]
7612         * src/mainwindow.c
7613                 replace "Rescan all folders..." with
7614                 "Check all folders for new messages..."
7615
7616 2002-07-30 [paul]       0.8.1claws
7617
7618         * version 0.8.1claws released
7619
7620 2002-07-30 [paul]       0.8.0claws29
7621
7622         * tools/OOo2sylpheed.pl ** NEW FILE **
7623           tools/README
7624                 add script to enable sending documents as
7625                 attachments from OpenOffice.org
7626
7627 2002-07-30 [melvin]     0.8.0claws28
7628
7629         * src/prefs_actions.c
7630                 Made the actions' input/output dialog display
7631                 without delay.
7632
7633 2002-07-30 [christoph]  0.8.0claws27
7634
7635         * src/procmsg.c
7636                 check if folder_item_get_msginfo in
7637                 procmsg_save_to_outbox returned NULL
7638
7639 2002-07-30 [paul]       0.8.0claws26
7640
7641         * sync with 0.8.1cvs4
7642                 see ChangeLog 2002-07-29
7643
7644 2002-07-29 [thorsten]   0.8.0claws25
7645
7646         * README.claws
7647                 added selective download, delete on server
7648
7649 2002-07-29 [paul]       0.8.0claws24
7650
7651         * sync with 0.8.1cvs3
7652                 see ChangeLog 2002-07-29
7653
7654 2002-07-27 [christoph]  0.8.0claws23
7655
7656         * src/folder.c
7657                 add extra check if fetching the msginfo
7658                 returned NULL
7659
7660 2002-07-27 [paul]       0.8.0claws22
7661
7662         * sync with 0.8.1cvs2
7663                 see ChangeLog 2002-07-26
7664
7665 2002-07-27 [christoph]  0.8.0claws21
7666
7667         * src/imap.c
7668                 add another check if a valid msginfo
7669                 was returned
7670
7671 2002-07-26 [hoa]        0.8.0claws20
7672
7673         * src/folder.c
7674                 Fixed a condition in folder_item_destroy()
7675
7676         * src/imap.c
7677                 Fixed an error in IMAP protocol
7678
7679 2002-07-26 [alfons]     0.8.0claws19
7680
7681         * src/folder.c
7682                 ofcourse compare with identifier, not the path
7683
7684 2002-07-26 [alfons]     0.8.0claws18
7685
7686         * src/folder.c
7687                 use folder item identifier for saving / restoring
7688                 preferences because folder->path might not be unique
7689
7690 2002-07-26 [melvin]     0.8.0claws17
7691
7692         * src/logwindow.c
7693                 Fixed a crash introduced in 0.8.0claws5 when log is 
7694                 cut under 80 characters.
7695
7696 2002-07-26 [paul]       0.8.0claws16
7697
7698         * sync with 0.8.1cvs1
7699                 see ChangeLog 2002-07-26
7700
7701 2002-07-26 [christoph]  0.8.0claws15
7702
7703         * src/imap.[ch]
7704                 imap folder now remembers the last selected
7705                 folder and imap_fetch_msginfo skips selecting
7706                 the folder if it is already selected
7707
7708 2002-07-26 [christoph]  0.8.0claws14
7709
7710         * src/folder.c
7711         * src/folderview.c
7712         * src/imap.c
7713                 fix imap folder rescanning
7714
7715 2002-07-25 [christoph]  0.8.0claws13
7716
7717         * src/filter.c
7718         * src/folder.[ch]
7719         * src/folderview.c
7720         * src/imap.[ch]
7721         * src/mainwindow.c
7722         * src/mbox_folder.c
7723         * src/mh.c
7724         * src/news.c
7725                 implement imap uid cache and uid validity check
7726
7727 2002-07-25 [alfons]     0.8.0claws12
7728
7729         * src/summaryview.c
7730                 fix a brown paper bag bug, and also add some more
7731                 checks
7732
7733 2002-07-25 [christoph]  0.8.0claws11
7734
7735         * src/folder.c
7736                 don't mix copy, fetch_msginfo and remove
7737                 operations in folder item copy and move
7738                 operations
7739
7740 2002-07-25 [christoph]  0.8.0claws10
7741
7742         * src/folderview.c
7743         * src/mainwindow.c
7744         * src/prefs_folder_item.c
7745         * src/summaryview.[ch]
7746                 remove no longer required parameter update_cache from
7747                 summary_show
7748
7749 2002-07-25 [paul]       0.8.0claws9
7750
7751         * sync with 0.8.1
7752         
7753         * AUTHORS
7754                 a few corrections
7755
7756 2002-07-24 [alfons]     0.8.0claws8
7757
7758         * src/summaryview.c
7759                 sort correctly when using simplified subject line
7760                 (closes feature request "[ 585141 ] applying regexp to subject 
7761                 before sort" submitted by Alexandra Walford)
7762
7763 2002-07-24 [paul]       0.8.0claws7
7764
7765         * sync with 0.8.0cvs3
7766                 see ChangeLog 2002-07-24
7767
7768 2002-07-23 [christoph]  0.8.0claws6
7769
7770         * src/folder.c
7771         * src/folder.h
7772         * src/summaryview.c
7773         * src/summaryview.h
7774         * src/main.c
7775                 o separate processing and summaryview
7776                 o removed summary_write_cache from summaryview
7777                 o removed summaryview->killed_messages, because we don't have
7778                   to keep a list of killed messages anymore. New cache will
7779                   keep the hidden messages in cache anyway
7780         * src/folderview.c
7781         * src/inc.c
7782         * src/selective_download.c
7783                 o removed unnecessary summary_write_cache calls
7784         * src/procmsg.c
7785                 o don't set ignore thread flag in procmsg_get_thread_tree
7786                   if it is already set
7787         * src/mainwindow.c
7788         * src/statusbar.h
7789                 o moved STATUSBAR_PUSH/POP to statusbar.h because
7790                   they are used in different files
7791
7792 2002-07-23 [melvin]     0.8.0claws5
7793
7794         * src/addressbook.c
7795         * src/addrgather.c
7796         * src/editaddress.c
7797         * src/editgroup.c
7798         * src/editldap_basedn.c
7799         * src/importldif.c
7800         * src/prefs_common.c
7801                 Fixed few memory leak (gtk_editable_get_chars returns
7802                 an allocated string)
7803         * src/logwindow.c
7804                 Fixed few memory leak (gtk_editable_get_chars returns
7805                 an allocated string) and modified a little the log cutting
7806                 loop.
7807         * src/compose.c
7808                 Replaced a call to an obsolete function gtk_entry_get_text()
7809                 by gtk_editable_get_chars()
7810         * src/send.c
7811                 Removed a debug printf
7812
7813 2002-07-23 [christoph]  0.8.0claws4
7814
7815         * src/filesel.c
7816                 fix another g_dirname memory leak
7817
7818 2002-07-23 [christoph]  0.8.0claws3
7819
7820         * src/mh.c
7821                 fixed a memory leak in mh_fetch_msginfo
7822                 fixed crash when message header could not be
7823                 parsed
7824
7825 2002-07-23 [paul]       0.8.0claws2
7826
7827         * sync with 0.8.0cvs2
7828                 see ChangeLog 2002-07-23
7829
7830 2002-07-23 [paul]       0.8.0claws1
7831
7832         * sync with 0.8.0cvs1
7833                 see ChangeLog 2002-07-23
7834
7835 2002-07-23 [paul]       0.8.0claws
7836
7837         * release of 0.8.0claws
7838
7839 2002-07-23 [paul]       0.7.8claws99
7840
7841         * po/ru.po
7842                 new Russian translation, submitted by
7843                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
7844
7845 2002-07-22 [jens]       0.7.8claws98
7846
7847         * po/de.po
7848                 Updated German translations.
7849
7850 2002-07-22 [paul]       0.7.8claws97
7851
7852         * po/es.po
7853           po/it.po
7854           po/nl.po
7855           po/pt_BR.po
7856                 updated translations by Ricardo Mones Lastra,
7857                 Alessandro Maestri, Wilbert Berendsen and 
7858                 Fabio Jr. Beneditto respectively
7859
7860 2002-07-22 [christoph]  0.7.8claws96
7861
7862         * src/mimeview.c
7863                 fix memory leak caused by wrong g_dirname usage
7864
7865 2002-07-22 [christoph]  0.7.8claws95
7866
7867         * src/summaryview.c
7868                 update new and unread message counts for summaryview
7869                 summaryview does not get it from the folder anymore
7870                 and has to update the values itself
7871
7872 2002-07-22 [melvin]     0.7.8claws94
7873
7874         * po/fr.po
7875                 Updated French translations.
7876
7877 2002-07-22 [christoph]  0.7.8claws93
7878
7879         * src/matcher.c
7880                 set prop->preg pointer to NULL or following check
7881                 will not fail and regexec will be called with
7882                 invalid pointer
7883
7884 2002-07-21 [alfons]     0.7.8claws92
7885         
7886         * src/prefs_common.[ch]
7887                 remove option "Send return receipt on request"
7888
7889 2002-07-21 [thorsten]   0.7.8claws91
7890
7891         * src/mimeview.c
7892                 fixed memleaks, coding style as pointed out by alfons
7893
7894 2002-07-21 [alfons]     0.7.8claws90
7895
7896         * src/messageview.c
7897         * src/noticeview.[ch]
7898                 o fix bug notice view being displayed when going to empty folder 
7899                   (noticed by Christoph)
7900                 o allow RRR to be sent when restarting sylpheed, or changing folder 
7901                   (noticed by Thorsten)
7902
7903 2002-07-21 [thorsten]   0.7.8claws89
7904
7905         * src/mimeview.c
7906                 Included save_all patch from Xaview FACQ
7907                 added support for pathnames
7908
7909 2002-07-21 [alfons]     0.7.8claws88
7910
7911         * po/POTFILES.in
7912         * src/Makefile.am
7913         * src/mainwindow.c
7914         * src/messageview.[ch]
7915         * src/noticeview.c      ** NEW FILE **
7916         * src/noticeview.h      ** NEW FILE **
7917                 make return receipts work again
7918                 (UI idea by Leandro Pereira)
7919
7920 2002-07-21 [paul]       0.7.8claws87
7921
7922         * src/summaryview.c
7923                 fix sensitivity of 'Select thread'
7924
7925 2002-07-21 [paul]       0.7.8claws86
7926
7927         * src/prefs_common.c
7928                 add browser command line for Galeon
7929
7930 2002-07-21 [paul]       0.7.8claws85
7931
7932         * Makefile.am
7933                 fix 'EXTRA_DIST': remove README.README, add TODO
7934                 and TODO.claws
7935
7936 2002-07-21 [alfons]     0.7.8claws84
7937
7938         * src/gtkstext.c
7939                 make enter clear selection
7940                 (closes "[ 579888 ] Editor selection/entry error"
7941                 reported by Steve Lamb)
7942
7943 2002-07-21 [alfons]     0.7.8claws83
7944         
7945         * src/summaryview.c
7946                 sort message list when selecting unthread messages
7947                 (closes "[ 501593 ] switching threaded view doesn't sort"
7948                 reported by Simon Schubert)
7949
7950 2002-07-20 [alfons]     0.7.8claws82
7951         
7952         * src/matcher.c
7953                 const-correctness
7954
7955 2002-07-20 [thorsten]   0.7.8claws81
7956
7957         * src/matcher.c
7958                 Fixed expansion of empty fields in matchactions
7959
7960 2002-07-19 [melvin]     0.7.8claws80
7961
7962         * src/gtkspell.c
7963                 Removed a duplicate menu entry (fast mode) introduced during
7964                 the new cache merge
7965                 Added a menu separator between 'Use alternate' and 'Fast mode'
7966
7967 2002-07-19 [paul]       0.7.8claws79
7968
7969         * tools/Makefile.am
7970           tools/README
7971                 correct typos
7972
7973 2002-07-19 [thorsten]   0.7.8claws78
7974
7975         * tools/calypso_convert.pl      ** NEW FILE **
7976           tools/README
7977           tools/Makefile.am
7978                 script to import mbox files exported
7979                 by calypso
7980                 o generates folder structure
7981                 o includes attachments
7982
7983 2002-07-19 [melvin]     0.7.8claws77
7984
7985         * src/selective_download.[ch]
7986                 Fixed bug where closing the dialog with the window manager's
7987                 close button will not unlock the summary
7988                 Corrected some function declarations that missed a return value
7989                 Made the source code comply better with coding style.
7990         * src/prefs_common.c
7991                 Added new browser command line for Mozilla.
7992
7993 2002-07-18 [paul]       0.7.8claws76
7994
7995         * src/mainwindow.c
7996           src/selective_download.[ch]
7997                 reflect theme changes, fix Gdk Warning when creating 
7998                 pixmap from NULL window, and minor clean up.
7999                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8000
8001         * po/en_GB.po
8002                 updated
8003
8004 2002-07-17 [paul]       0.7.8claws75
8005
8006         * INSTALL[.jp]
8007                 sync with 0.8.0
8008         
8009         * po/en_GB.po
8010                 updated
8011
8012 2002-07-16 [paul]       0.7.8claws74
8013
8014         * tools/filter_conv.pl
8015           tools/README
8016                 replace conversion script with reimplemented version, 
8017                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
8018
8019 2002-07-16 [colin]      0.7.8claws73
8020
8021         * src/summaryview.c
8022                 remove forgotten debug messages - sorry ;-)
8023
8024 2002-07-16 [colin]      0.7.8claws72
8025
8026         * src/mimeview.c
8027           src/summaryview.c
8028           src/textview.c
8029           src/textview.h
8030                 add the ability to select part of a text mime-part 
8031                 to reply.
8032
8033 2002-07-15 [christoph]  0.7.8claws71
8034
8035         * src/folder.c
8036                 fix folder message count for folders without
8037                 msg_is_changed (includes news folders)
8038
8039 2002-07-15 [martin]     0.7.8claws70
8040
8041         * src/summaryview.c
8042                 option "display recipient on 'From'..." now works
8043                 without the need of enabling the option
8044                 "display  sender  using  address  book".
8045
8046 2002-07-15 [christoph]  0.7.8claws69
8047
8048         * src/summaryview.c
8049                 removed setting folder status from summaryview.
8050                 folder.c should update all message counts correctly.
8051
8052 2002-07-15 [paul]       0.7.8claws68
8053
8054         * po/pt_BR.po
8055                 updated by Fabio Junior Beneditto
8056
8057 2002-07-15 [darko]      0.7.8claws67
8058
8059         * src/mh.c
8060                 Fixed target folder colorization, don't decrease op
8061                 number twice
8062
8063 2002-07-14 [paul]       0.7.8claws66
8064
8065         * sync with main 0.8.0
8066                 see ChangeLog 2002-07-14
8067
8068 2002-07-13 [melvin]     0.7.8claws65
8069         
8070         * src/addrbook.c
8071         * src/addressbook.c
8072         * src/addrindex.c
8073                 Replaced sprintf by g_snprintf to prevent possible buffer
8074                 overflow.
8075         * src/news.c
8076                 Corrected a log message output format.
8077                 Added a missing "done" debug output.
8078         * src/compose.c
8079                 Added keyboard accelerator for Priority menu items
8080                 Added missing \n in debug output
8081         * src/logwindow.c
8082         * src/gtkspell.c
8083         * src/rfc2015.c
8084                 Added missing \n in debug output
8085
8086 2002-07-13 [paul]       0.7.8claws64
8087
8088         * man/sylpheed.1
8089                 change Sergey's email address to the sf address
8090
8091         * src/textview.c
8092                 increase show_url_timeout (more useful for long
8093                 urls)
8094
8095 2002-07-12 [sergey]     0.7.8claws63
8096
8097         * src/rfc2015.c
8098                 applied (with some modifications) patch to set the
8099                 micalg parameter for signatures
8100                 (2001-08-28 Werner Koch <wk@gnupg.org>)
8101
8102 2002-07-12 [sergey]     0.7.8claws62
8103
8104         * man/Makefile.am
8105         * configure.in
8106                 fixed man page installation
8107
8108 2002-07-12 [paul]       0.7.8claws61
8109
8110         * sync with 0.7.8cvs26
8111                 see ChangeLog 2002-07-11 and 2002-07-12
8112
8113 2002-07-11 [christoph]  0.7.8claws60
8114
8115         * src/compose.c
8116         * src/procmsg.c
8117                 first use the message number to find the message
8118                 to mark with a reply flag but check the
8119                 message-id if we got the correct message, if not
8120                 try to find it by message-id.
8121                 use new string seperator that is not allowed
8122                 in message-ids.
8123
8124 2002-07-11 [paul]       0.7.8claws59
8125
8126         * sync with 0.7.8cvs23
8127                 see ChangeLog 2002-07-10
8128
8129 2002-07-10 [christoph]  0.7.8claws58
8130
8131         * src/folder.[ch]
8132         * src/msgcache.[ch]
8133                 Added message-id table to the cache in memory
8134                 and functions to msgcache.c and folder.c to
8135                 fetch MsgInfos by message id
8136         * src/compose.c
8137         * src/procmsg.c
8138                 store folder and message-id of message replying
8139                 to in queue header and set reply flag after sending
8140                 (Closes bug #469498)
8141
8142 2002-07-10 [paul]       0.7.8claws57
8143
8144         * AUTHORS
8145           man/sylpheed.1.gz
8146                 add Martin to the list of authors
8147
8148 2002-07-09 [martin]     0.7.8claws56
8149         * src/gtksctree.c
8150                 Added gtk_ctree_last_visible(), tree_update_level(),
8151                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
8152                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8153                 from gtk+ to gtksctree.c for the new sorting code
8154                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
8155                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
8156         * src/gtksctree.h
8157                 Added declaration for gtk_sctree_sort_recursive() and
8158                 gtk_sctree_sort_node
8159         * src/addressbook.c
8160         * src/foldersel.c
8161         * src/folderview.c
8162         * src/summaryview.c
8163                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8164                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
8165
8166 2002-07-08 [paul]       0.7.8claws55
8167
8168         * more sync with 0.7.8cvs21
8169                 see ChangeLog 2002-07-08
8170
8171 2002-07-08 [paul]       0.7.8claws54
8172
8173         * sync with 0.7.8cvs21
8174                 see ChangeLog 2002-07-08
8175
8176 2002-07-07 [alfons]     0.7.8claws53
8177
8178         * src/Makefile.am
8179         * src/stock_pixmap.[ch]
8180         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
8181         * src/pixmaps/notice_error.xpm  ** NEW FILE **
8182         * src/pixmaps/notice_note.xpm   ** NEW FILE **
8183                 add new pixmaps for upcoming notice pane
8184
8185 2002-07-06 [melvin]     0.7.8claws52
8186
8187         * src/gtkspell.[ch]
8188                 Made them a bit closer to Sylpheed's coding style.
8189                 Removed old code.
8190                 Removed possible memory leaks when some errors occurs.
8191
8192 2002-07-06 [melvin]     0.7.8claws51
8193
8194         * po/Makefile.in.in
8195                 Removed --no-location in xgettext command line to help
8196                 translators that use Emacs' po-mode
8197         * src/quote_fmt.c
8198                 Removed unnecessary comments that messed up sylpheed.pot
8199
8200 2002-07-06 [paul]       0.7.8claws50
8201
8202         * sync with 0.7.8cvs19
8203                 see ChangeLog 2002-07-05
8204
8205 2002-07-06 [christoph]  0.7.8claws49
8206
8207         * src/folder.c
8208         * src/mainwindow.c
8209                 fix folder_item_remove_all_msg and folderview
8210                 status for trash folders after emptying trash
8211
8212 2002-07-05 [paul]       0.7.8claws48
8213
8214         * sync with 0.7.8cvs16
8215                 see ChangeLog 2002-07-04 and 2002-07-05
8216
8217 2002-07-04 [paul]       0.7.8claws47
8218
8219         * sync with 0.7.8cvs14
8220                 see  ChangeLog 2002-07-04
8221
8222 2002-07-03 [alfons]     0.7.8claws46
8223
8224         * src/folder.c
8225                 dupe folder item's path because it's being reallocated
8226                 by new folder scanning code
8227
8228 2002-07-03 [christoph]  0.7.8claws45
8229
8230         * src/imap.c
8231                 better IMAP uid fetching using 'FETCH 1:* (UID)'
8232         * src/msgcache.c
8233                 add missing return in msgcache_write
8234
8235 2002-07-02 [thorsten]   0.7.8claws44
8236
8237         * src/jpilot.c
8238         * src/msgcache.c
8239         * src/rfc2015.c
8240                 use binary mode for file access
8241
8242 2002-07-02 [christoph]  0.7.8claws43
8243
8244         * major code cleanup (part 1)
8245         
8246                 - unused variables removed
8247                 - unused functions removed
8248                 - uninitialized variables checked
8249                 - missing return statements added
8250                 - missing function return types added
8251                 - added parentheses around assignment and
8252                   && in || when suggested by gcc
8253               
8254         * src/mh.c
8255         * src/folder.c
8256                 replaced direct calls to folder->scan_tree
8257                 with folder_scan_tree and restore folder
8258                 prefs in this function. The folder should
8259                 not have to deal with them.
8260                 ( Should now work for all folder types )
8261
8262 2002-07-02 [paul]       0.7.8claws42
8263
8264         * sync with 0.7.8cvs13
8265                 see ChangeLog 2002-07-01 and 2002-07-02
8266
8267 2002-07-01 [christoph]  0.7.8claws41
8268
8269         * src/summaryview.c
8270                 fix "goto next/prev unread message" with
8271                 ignored threads
8272
8273 2002-07-01 [paul]       0.7.8claws40
8274
8275         * po/es.po
8276                 updated by Ricardo Mones Lastra
8277
8278 2002-06-30 [match]      0.7.8claws39
8279
8280         * src/jpilot.c
8281                 applied variation of leonerd's patch (566661) to
8282                 allow multiple email addresses per JPilot entry.
8283                 addresses may be separated by space, comma, pipe,
8284                 semi-colon, new-line.
8285
8286 2002-06-30 [alfons]     0.7.8claws38
8287
8288         * src/procmsg.c
8289                 simple fix for putting older nodes before
8290                 newer nodes when threading by subject
8291
8292 2002-06-30 [christoph]  0.7.8claws37
8293
8294         * src/folder.c
8295         * src/folderview.c
8296         * src/mh.c
8297         * src/news.c
8298         * src/procmsg.c
8299                 fix broken folder tree rescaning
8300                 and don't use procmsg_get_mark_sum
8301                 anymore
8302
8303 2002-06-30 [christoph]  0.7.8claws36
8304
8305         * merge new cache branch
8306         * src/imap.c
8307                 fix new cache imap copy bug
8308         * src/folder.c
8309                 improved folder_item_scan
8310                 it should now always set the correct
8311                 new, unread and total message counts
8312
8313 2002-06-29 [paul]       0.7.8claws35
8314
8315         * configure.in
8316                 correct syntax error
8317
8318 2002-06-29 [paul]       0.7.8claws34
8319
8320         * configure.in
8321           Makefile.am
8322           man/Makefile.am       ** NEW FILE **
8323           man/sylpheed.1.gz     ** NEW FILE **
8324                 add Sylpheed man page
8325
8326 2002-06-29 [paul]       0.7.8claws33
8327
8328         * po/pt_BR.po
8329                 updated by Fabio Junior Beneditto
8330
8331 2002-06-28 [jens]       0.7.8claws32
8332
8333         * po/de.po
8334                 translation updated
8335
8336         * src/selective_download.c
8337                 removed gettext for space " "
8338
8339         * src/imap.c
8340                 removed wrong space
8341
8342 2002-06-28 [paul]       0.7.8claws31
8343
8344         * sync with 0.7.8cvs11
8345                 see ChangeLog 2002-06-28
8346
8347 2002-06-28 [paul]       0.7.8claws30
8348
8349         * sync with 0.7.8cvs10
8350                 see ChangeLog 2002-06-27 and 2002-06-28
8351
8352 2002-06-26 [paul]       0.7.8claws29
8353
8354         * src/addrgather.c
8355           src/selective_download.c
8356                 don't gettextise empty strings.
8357                 reserved by gettext. gettext("") returns 
8358                 the header entry with meta information, 
8359                 not the empty string
8360
8361         * po/en_GB.po
8362                 updated
8363
8364 2002-06-26 [paul]       0.7.8claws28
8365
8366         * sync with 0.7.8cvs7
8367                 see ChangeLog 2002-06-25
8368
8369         * src/prefs_common.c
8370                 ...and in the process, tweak the gui a little
8371
8372 2002-06-25 [alfons]     0.7.8claws27
8373         
8374         * configure.in
8375         * src/Makefile.am
8376                 fine tune ldap library detection
8377
8378 2002-06-25 [alfons]     0.7.8claws26
8379
8380         * src/compose.c
8381                 don't allow return receipts when composing a news article
8382
8383 2002-06-25 [paul]       0.7.8claws25
8384
8385         * Makefile.am
8386                 add '$(AMTAR)' to 'release' section to allow for
8387                 new and older autotools
8388
8389 2002-06-25 [paul]       0.7.8claws24
8390
8391         * src/summaryview.c
8392                 fix "No more unread messages" persistant pop-up
8393                 window bug
8394
8395 2002-06-25 [paul]       0.7.8claws23
8396
8397         * po/it.po
8398                 updated by Alessandro Maestri
8399
8400 2002-06-25 [paul]       0.7.8claws22
8401
8402         * sync with 0.7.8cvs6
8403                 see ChangeLog 2002-06-25
8404
8405 2002-06-24 [paul]       0.7.8claws21
8406
8407         * tools/update-po
8408                 add GPL copyright information
8409
8410 2002-06-24 [paul]       0.7.8claws20
8411
8412         * tools/Makefile.am
8413           tools/README
8414           tools/update-po       ** NEW FILE **
8415                 add script that eases the creation of *.po files
8416                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
8417
8418 2002-06-23 [alfons]     0.7.8claws19
8419
8420         * src/messageview.c
8421                 make notification_convert_header obey const correctness
8422                 (next step will be fixing the broken return receipt)
8423
8424 2002-06-23 [paul]       0.7.8claws18
8425
8426         * src/messageview.c
8427                 fix bug introduced in last commit:
8428                 removed too much code in last commit - put back what's
8429                 needed
8430
8431 2002-06-23 [paul]       0.7.8claws17
8432
8433         * src/messageview.[ch]
8434                 remove code committed in error from locally patched
8435                 source
8436
8437 2002-06-23 [colin]      0.7.8claws16
8438
8439         * src/compose.[ch]
8440                 add compose_entry_select(), used to select the default_to
8441                 email address - hopefully avoiding people sending mails to
8442                 wrong recipients.
8443
8444 2002-06-22 [alfons]     0.7.8claws15
8445
8446         * AUTHORS
8447                 add Bram Metsch & Stanislav Karchebny
8448         * src/smtp.[ch]
8449         * src/prefs_account.[ch]
8450         * src/send.c
8451                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
8452                   options.  (see <http://sourceforge.net/tracker/index.php
8453                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
8454
8455                 - merge Stanislav's fix to make SMTP AUTH work with qmail
8456                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
8457
8458 2002-06-22 [paul]       0.7.8claws14
8459
8460         * sync with 0.7.8cvs5
8461                 see ChangeLog 2002-06-19 and 2002-06-20
8462
8463 2002-06-22 [alfons]     0.7.8claws13
8464
8465         * src/selective_download.c
8466                 fix a stupid mistake I made
8467
8468 2002-06-22 [alfons]     0.7.8claws12
8469
8470         * src/selective_download.[ch]
8471                 fix another unnoticed leak; cleanup code
8472
8473 2002-06-21 [alfons]
8474
8475         * tools/Makefile.am
8476                 gpg-sign <-- gpg-sign-syl
8477
8478 2002-06-21 [alfons]     0.7.8claws11
8479
8480         * src/selective_download.c
8481         * src/selective_download.h
8482                 fix assorted mix of allocation errors (should solve
8483                 problem reported by Philippe Gramoullé, see:
8484                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
8485
8486 2002-06-20 [melvin]     0.7.8claws10
8487
8488         * tools/gpg-sign *REMOVED*
8489           tools/gpg-sign-syl *ADDED*
8490                 Replaced the gpg clearsigning script with the version using
8491                 xterm instead of ssh-askpass and changed its name.
8492
8493         * README.claws
8494                 Updated actions example to reflect the renaming of the
8495                 gpg clearsigning script.
8496
8497 2002-06-19 [paul]       0.7.8claws9
8498
8499         * sync with 0.7.8claws9
8500                 see ChangeLog 2002-06-18 and 2002-06-19
8501
8502 2002-06-19 [paul]       0.7.8claws8
8503
8504         * sync with 0.7.8cvs1
8505                 see ChangeLog 2002-06-18
8506
8507 2002-06-18 [alfons]     0.7.8claws7
8508
8509         * src/mainwindow.h
8510                 add omitted prototype
8511
8512 2002-06-17 [paul]       0.7.8claws6
8513
8514         * src/mainwindow.c
8515                 fix hiding of exec_btn
8516
8517 2002-06-17 [paul]       0.7.8claws5
8518
8519         * src/pop.c
8520                 remove unneeded code: should_delete() 
8521                 and Pop3State::uidl_todelete_list
8522
8523 2002-06-17 [paul]       0.7.8claws4
8524
8525         * sync with 0.7.8
8526                 see ChangeLog 2002-06-11 and 2002-06-13
8527
8528 2002-06-16 [alfons]     0.7.8claws3
8529         
8530         * src/folder.c
8531                 make sure lock sort mode (claws specific) is
8532                 also persists after a tree rescan
8533
8534 2002-06-16 [alfons]     0.7.8claws2
8535
8536         * src/prefs_folder_item.c
8537         * src/folder.[ch]
8538                 fix persistence of folder sort mode (broken
8539                 by adapting Hiro's new folder persistence code)
8540
8541 2002-06-16 [alfons]     0.7.8claws1
8542
8543         * AUTHORS
8544         * src/logwindow.c
8545         * src/prefscommon.[ch]
8546                 control size of log text in log window; 
8547                 closes patch #569155 submitted by Mitko Haralanov.
8548
8549 2002-06-15 [paul]       0.7.8claws
8550
8551         * release of 0.7.8claws
8552
8553 2002-06-15 [paul]       0.7.7claws
8554
8555         * po/pt_BR.po
8556                 updated by Fabio Junior Beneditto
8557
8558 2002-06-14 [paul]       0.7.6claws49
8559
8560         * po/es.po
8561                 updated by Ricardo Mones Lastra
8562
8563 2002-06-14 [paul]       0.7.6claws48
8564
8565         * po/nl.po
8566                 updated translation by Wilbert Berendsen
8567
8568 2002-06-14 [melvin]     0.7.6claws47
8569
8570         * po/fr.po
8571                 Updated French translation
8572
8573 2002-06-13 [paul]       0.7.6claws46
8574
8575         * src/filesel.c
8576                 allow filename to be typed in, rather than just
8577                 selected by the mouse. Patch by Gustavo Noronha Silva.
8578
8579 2002-06-13 [alfons]     0.7.6claws45
8580
8581         * src/mainwindow.[ch]
8582                 more cleanups (removing unnecessary menu items Expand 
8583                 summary / message view)
8584
8585 2002-06-13 [melvin]     0.7.6claws44
8586
8587         * po/POTFILES.in
8588                 Added src/string_match.c
8589         * src/string_match.c
8590                 Fixed possible buffer overflow.
8591                 Corrected typo.
8592                 Added missing config.h header.
8593         * src/prefs_common.c
8594           src/prefs_matcher.c
8595           src/prefs_scoring.c
8596                 Made some strings translatable (missing _(..)).
8597
8598 2002-06-13 [melvin]     0.7.6claws43
8599
8600         * README.claws
8601                 Corrected action example (verifying clearsigned mail).
8602         * src/prefs_account.c
8603                 Corrected typo.
8604         * src/prefs_common.c
8605                 Removed incorrect line that generated a Gtk-CRITICAL msg.
8606
8607 2002-06-12 [alfons]     0.7.6claws42
8608
8609         * src/summaryview.c
8610                 add init of score column lost in 0.7.6claws42
8611
8612 2002-06-12 [paul]       0.7.6claws41
8613
8614         * src/prefs_account.c
8615                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
8616                 behavior of the radio buttons, (from 0.7.7cvs2)
8617
8618 2002-06-11 [alfons]     0.7.6claws40
8619
8620         * src/messageview.[ch]
8621         * src/summaryview.[ch]
8622         * src/summary_search.c
8623         * src/mainwindow.c
8624                 perform a sync to bring in Hiro's separate view implementation 
8625
8626                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
8627
8628 2002-06-11 [paul]       0.7.6claws39
8629         
8630         * src/prefs_account.c
8631                 correct a typo on the Receive tab
8632
8633 2002-06-10 [match]      0.7.6claws38
8634
8635         * src/addressbook.c
8636                 Included address completion patch from Gustavo Noronha.
8637
8638 2002-06-10 [paul]       0.7.6claws37
8639
8640         * src/inc.[ch]
8641           src/pop.c
8642           src/prefs_account.[ch]
8643           src/selective_download.[ch]
8644                 apply PATCH #561712
8645                  NEW:
8646                 - check if POP Account
8647                 - Receive Button renamed to Preview
8648                 - Preview Button Popup: preview new/all messages
8649                 - Download Button
8650                 - Account Preferences-->Receive tab checkbutton if you
8651                   want to remove Mail after Download
8652                 -: default YES
8653                 - Account Preferences-->Receive tab checkbutton use
8654                   filtering rules on preview
8655                   (think of delete_on_server)
8656                 -: default YES
8657                 - Account selectable from SD dialog
8658                 - checkbutton to show already downloaded messages if
8659                   all messages are previewed
8660                 - new clist column showing Date
8661                 - ESC KEY close
8662                 FIXES:
8663                 - play ball with UIDL
8664                 - fault tolerant (?) 
8665                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8666
8667 2002-06-10 [melvin]     0.7.6claws36
8668
8669         * README.claws
8670                 Added a hint to ac/README in cvs instructions.
8671
8672         * src/prefs_actions.c
8673                 Made it possible to use a more elaborate command line
8674                 for asynchronous actions, too.
8675
8676 2002-06-10 [melvin]     0.7.6claws35
8677         
8678         * src/prefs_actions.c
8679                 Make it possible to use a more elaborate command line
8680                 (e.g. |foo|bar|cat>there;echo Done|)
8681                 Corrected error message when calling %f, %F and %p commands
8682                 from the compose window.
8683
8684 2002-06-09 [colin]      0.7.6claws34
8685
8686         * src/summaryview.c
8687                 Automatically find unread messages in current folder
8688                 before annoying the user.
8689
8690 2002-06-08 [alfons]     0.7.6claws33
8691
8692         * po/it.po
8693                 remove bad formatting string in it.po translation
8694                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8695
8696 2002-06-08 [paul]       0.7.6claws32
8697
8698         * sync with 0.7.6cvs25
8699                 see ChangeLog 2002-06-07
8700
8701 2002-06-05 [paul]       0.7.6claws31
8702
8703         * src/mainwindow.c
8704                 add 'Sort by locked' and 'Sort by score'
8705
8706 2002-06-05 [paul]       0.7.6claws30
8707
8708         * sync with 0.7.6cvs24
8709                 see ChangeLog 2002-06-04
8710
8711 2002-06-04 [paul]       0.7.6claws29
8712
8713         * po/pt_BR.po
8714                 updated by Fabio Junior Beneditto
8715
8716 2002-06-03 [thorsten]   0.7.6claws28
8717
8718         * src/matcher.c
8719                 fclose() matcherrc after reading
8720
8721 2002-06-03 [paul]       0.7.6claws27
8722
8723         * sync with 0.7.6cvs21
8724                 see ChangeLog 2002-05-31
8725
8726 2002-05-31 [paul]       0.7.6claws26
8727
8728         * sync with 0.7.6cvs20
8729                 see ChangeLog 2002-05-29 and 2002-05-30
8730
8731 2002-05-31 [paul]       0.7.6claws25
8732
8733         * src/imap.c
8734                 hopefully fix last buggy sync
8735
8736         * README.claws
8737                 correct typo in 'Actions' examples
8738
8739 2002-05-29 [paul]       0.7.6claws24
8740
8741         * sync with 0.7.6cvs18
8742                 see ChangeLog 2002-05-28 and 2002-05-29
8743
8744         * src/news.c
8745           src/nntp.[ch]
8746                 sync with above 
8747
8748 2002-05-28 [paul]       0.7.6claws23
8749
8750         * sync with 0.7.6cvs16
8751                 see ChangeLog 2002-05-28
8752
8753 2002-05-27 [thorsten]   0.7.6claws22 
8754
8755         * faq/it/sylpheed-faq-1.html
8756           faq/it/sylpheed-faq-2.html
8757           faq/it/sylpheed-faq-3.html
8758           faq/it/sylpheed-faq.html
8759                 corrected DOS lineendings
8760         * faq/de/sylpheed-faq-1.html
8761           faq/de/sylpheed-faq-2.html
8762           faq/en/sylpheed-faq-1.html
8763           faq/en/sylpheed-faq-2.html
8764           faq/en/sylpheed-faq-3.html
8765           faq/es/sylpheed-faq-1.html
8766           faq/es/sylpheed-faq-2.html
8767           faq/es/sylpheed-faq-3.html
8768           faq/fr/sylpheed-faq-1.html
8769           faq/it/sylpheed-faq-1.html
8770           faq/it/sylpheed-faq-2.html
8771           faq/it/sylpheed-faq-3.html
8772           faq/it/sylpheed-faq.html
8773                 changed ">" to &quot;
8774
8775 2002-05-27 [paul]       0.7.6claws21
8776         
8777         * sync with 0.7.6cvs15
8778                 see ChangeLog 2002-05-27
8779
8780 2002-05-27 [paul]       0.7.6claws20
8781
8782         * src/prefs_account.c
8783                 correct a typo
8784
8785 2002-05-26 [paul]       0.7.6claws19
8786
8787         * tools/README
8788                 correct a typo
8789
8790 2002-05-25 [paul]       0.7.6claws18
8791
8792         * tools/README
8793                 add description of kmail2sylpheed.pl
8794
8795 2002-05-25 [paul]       0.7.6claws17
8796
8797         * tools/kmail2sylpheed.pl       ** NEW FILE **
8798                 perl script that converts an exported Kmail address
8799                 book, converts it to sylpheed addressbook file,
8800                 writes the file to .sylpheed, and updates
8801                 addrbook--index.xml 
8802
8803 2002-05-25 [paul]       0.7.6claws16
8804
8805         * sync with 0.7.6cvs14
8806                 see ChangeLog 2002-05-23
8807
8808 2002-05-24 [paul]       0.7.6claws15
8809
8810         * README.claws
8811                 make a correction and add some more info
8812
8813 2002-05-24 [paul]       0.7.6claws14
8814
8815         * src/compose.c
8816                 fix memory leak in 
8817                 compose_redirect_write_headers_from_headerlist()
8818                 add Subject and Resent-Message-ID to
8819                 compose_redirect_write_headers()
8820                 Received, Subject, and X-UIDL are filtered out in 
8821                 compose_redirect_write_to_file()
8822
8823 2002-05-23 [paul]       0.7.6claws13
8824
8825         * src/compose.[ch]
8826           src/filtering.c
8827           src/mainwindow.c
8828           src/matcher.[ch]
8829           src/matcher_parser_lex.l
8830           src/matcher_parser_parse.y
8831           src/prefs_common.[ch]
8832           src/prefs_filtering.c
8833           src/summaryview.c
8834                 rename 'Bounce' to 'Redirect'
8835
8836 2002-05-23 [paul]       0.7.6claws12
8837
8838         * more sync with 0.7.6cvs13
8839           src/compose.c
8840                 see ChangeLog 2002-05-22
8841
8842 2002-05-22 [paul]       0.7.6claws11
8843
8844         * sync with 0.7.6cvs13
8845           src/codeconv.c
8846                 see ChangeLog 2002-05-20
8847           src/prefs_common.c
8848                 see ChangeLog 2002-05-22
8849
8850 2002-05-21 [melvin]     0.7.6claws10
8851
8852         * src/folderview.c
8853                 Added missing filtering and scoring headers
8854                 Fixed bad function call that showed garbage 
8855                 in Folder->Processing
8856
8857 2002-05-21 [paul]       0.7.6claws9
8858
8859         * tools/Makefile.am
8860                 make all tools executable, (patch by Alfons).
8861
8862 2002-05-20 [alfons]     0.7.6claws8
8863
8864         * src/procheader.c
8865                 don't forget to call mktime() so we have a valid week 
8866                 and year day
8867                 (Bug report by Roger Sondermann <mail@jumaros.de>)
8868
8869 2002-05-20 [paul]       0.7.6claws7
8870
8871         * src/html.c
8872                 fix broken parsing of urls
8873         * src/textview.c
8874                 fix displaying of urls
8875
8876                 both fixes from the patch [547855] by Eugene 
8877                 Brevdo (zonem)
8878
8879 2002-05-19 [alfons]     0.7.6claws6
8880
8881         * configure.in
8882                 make sylpheed configure correctly with the latest
8883                 and greatest of automake / autoconf / gettext
8884
8885 2002-05-19 [alfons]     0.7.6claws5
8886
8887         * src/procheader.c
8888         * src/procheader.h
8889                 add function for returning ime zone offset
8890         * src/quote_fmt.c
8891         * src/quote_fmt_parse.y
8892                 better quotation formatting - does not convert
8893                 to local time, but uses the original date string.
8894                 
8895                 Note: %z inserts the timezone offset (should 
8896                 work also on platforms where strftime does not
8897                 support %z).
8898
8899 2002-05-18 [christoph]  0.7.6claws4
8900
8901         * src/summaryview.c
8902                 fix indentation of some code
8903         * tools/Makefile.am
8904                 fix spaces after \
8905         * src/Makefile.am
8906                 add missing \
8907                 correct path for ignorethread.xpm
8908                 incorrect filename for sylpheed_logo.xpm
8909                 add missing include matcher_parser_parse.h
8910
8911 2002-05-18 [paul]       0.7.6claws3
8912
8913         * sync with 0.7.6cvs8
8914                 see ChangeLog 2002-05-16 and 2002-05-17
8915
8916 2002-05-18 [melvin]     0.7.6claws2
8917
8918         * README.claws
8919                 Corrected an action's definition and fixed some misspellings.
8920
8921 2002-05-18 [paul]       0.7.6claws1
8922
8923         * tools/Makefile.am
8924           tools/gpg-sign        ** new file **
8925           tools/uudec           ** new file **
8926                 add Melvin's Actions scripts
8927
8928         * README.claws
8929                 add Melvin's descriptions for Actions
8930
8931 2002-05-18 [paul]       0.7.6claws
8932
8933         * Version 0.7.6claws released
8934
8935 2002-05-17 [paul]       0.7.5claws32
8936
8937         * po/es.po
8938                 updated by Ricardo Mones Lastra
8939
8940 2002-05-17 [paul]       0.7.5claws31
8941
8942         * src/compose.c
8943                 fix Account prefs default folder for sent/draft/deleted
8944                 messages bug
8945
8946         * po/it.po
8947           po/nl.po
8948                 updated translation by Alessandro Maestri and
8949                 Wilbert Berendsen
8950
8951 2002-05-17 [melvin]     0.7.5claws30
8952
8953         * src/prefs_actions.c
8954                 Fixed bug where using %F not at the end of the command 
8955                 resulted in an additional empty argument being created.
8956                 Thanks to Darko Koruga for reporting the bug.
8957
8958 2002-05-17 [melvin]     0.7.5claws29
8959
8960         * po/fr.po
8961                 Updated French translations.
8962
8963 2002-05-15 [paul]       0.7.5claws28
8964         
8965         * po/es.po
8966                 updated by Ricardo Mones Lastra
8967
8968 2002-05-15 [paul]       0.7.5claws27
8969
8970         * sync with 0.7.6cvs4
8971                 see ChangeLog 2002-05-14 and 2002-05-15
8972
8973 2002-05-14 [paul]       0.7.5claws26
8974
8975         * sync with 0.7.6cvs1
8976                 see ChangeLog 2002-05-13
8977
8978 2002-05-13 [thorsten]   0.7.5claws25
8979
8980         * src/messageview.c
8981                 fix select_all and copy in multipart messages
8982         * src/mainwindow.c
8983                 fix select_all and copy in multipart messages
8984
8985 2002-05-12 [paul]       0.7.5claws24
8986
8987         * src/summaryview.c
8988                 reverse last commit, bug already fixed in 0.7.5claws3
8989
8990 2002-05-12 [netztorte]  0.7.5claws23
8991
8992         * src/summaryview.c
8993                 dont parse empty addressbook (checked in before claws20)
8994
8995 2002-05-12 [melvin]     0.7.5claws22
8996
8997         * src/procmsg.[ch]
8998                 Removed unneeded priority code introduced by the previous 
8999                 commit.
9000
9001 2002-05-12 [melvin]     0.7.5claws21
9002
9003         * src/compose.[ch]
9004                 Added possibility to set message's priority.
9005         * src/procmsg.[ch]
9006                 Added possibility to set message's priority.
9007                 Added missing headers
9008
9009 2002-05-12 [melvin]     0.7.5claws20
9010
9011         * src/prefs_actions.c
9012                 Removed implicitely added quotes around the name
9013                 of the temporary files of mime parts.
9014
9015 2002-05-12 [paul]       0.7.5claws19
9016
9017         * sync with 0.7.5cvs20
9018                 see ChangeLog 2002-05-11
9019
9020 2002-05-12 [alfons]     0.7.5claws18
9021
9022         * src/quote_fmt_lex.l
9023         * src/quote_fmt_parse.y
9024                 allow quote / reply date & time format to be set using
9025                 %D{format}. format is a format string you'd pass to
9026                 strftime() (see man strftime, or the Display tab |
9027                 Date format setting).
9028
9029                 Currently %D converts the date to local time. 
9030
9031 2002-05-11 [paul]       0.7.5claws17
9032
9033         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
9034                 see ChangeLog 2002-05-10 and 2002-05-11
9035
9036 2002-05-10 [paul]       0.7.5claws16
9037
9038         * sync with 0.7.5cvs16
9039                 see ChangeLog entries 2002-05-09 and 
9040                 2002-05-10
9041
9042 2002-05-10 [colin]      0.7.5claws15
9043
9044         * src/textview.c
9045                 Corrected a bug that prevented sylpheed to open
9046                 double-clicked URIs.
9047
9048 2002-05-09 [paul]       0.7.5claws14
9049
9050         * sync with 0.7.5cvs14
9051                 see ChangeLog 2002-05-08 and 2002-05-09
9052
9053 2002-05-08 [paul]       0.7.5claws13
9054
9055         * sync with 0.7.5cvs11
9056                 see ChangeLog entry 2002-05-08
9057
9058 2002-05-08 [paul]       0.7.5claws12
9059
9060         * src/mainwindow.c
9061           src/textview.[ch]
9062                 fix segfault on View->Open in new window
9063                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9064
9065 2002-05-07 [paul]       0.7.5claws11
9066
9067         * sync with 0.7.5cvs9
9068                 see ChangeLog entry 2002-05-07
9069
9070 2002-05-06 [paul]       0.7.5claws10
9071
9072         * src/messageview.c
9073           src/textview.c
9074                 display url in statusbar on single-click
9075                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9076
9077 2002-05-06 [match]      0.7.5claws9
9078
9079         * src/addritem.[ch]
9080                 new functions.
9081         * src/addrcache.c
9082                 tidy up.
9083         * src/xmlprops.[ch]
9084                 XML implementation of properties file.
9085         * src/exporthtml.[ch]
9086         * src/expthtmldlg.[ch]
9087         * src/addressbook.c
9088                 export to HTML.
9089
9090 2002-05-02 [sergey]     0.7.5claws8
9091
9092         * src/mainwindow.c (mainwin_entries),
9093           src/prefs_common.c (prefs_send_create()),
9094           src/codeconv.c (locale_table):
9095                 use charset name "Windows-1251" instead of "CP1251".
9096
9097 2002-05-02 [colin]      0.7.5claws7
9098         
9099         * src/compose.c
9100           src/prefs_common.c
9101           src/prefs_folder_item.c
9102                 Fixed cosmetics bugs due to Outbox renamed to Sent.
9103
9104 2002-05-02 [hiro]       0.7.5claws6
9105
9106         * src/imap.c
9107                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
9108
9109 2002-05-02 [paul]       0.7.5claws5
9110
9111         * src/compose.c
9112                 more sync with 0.7.5cvs7, see ChangeLog entry
9113                 2002-05-02
9114
9115 2002-05-02 [hiro]       0.7.5claws4
9116
9117         * src/compose.c
9118                 compose_queue_sub():
9119                 check if queue folder exists (closes #550397).
9120                 removed directory creation since it should be handled
9121                 transparently.
9122         * src/imap.c
9123                 imap_add_msg(): return UID for appended message
9124                 (closes #548842).
9125
9126 2002-04-30 [paul]       0.7.5claws3
9127
9128         * src/summaryview.c
9129                 fix account_find_from_address() bug
9130
9131 2002-04-28 [colin]      0.7.5claws2
9132
9133         * src/compose.c
9134           src/textview.c
9135           src/prefs_common.[ch]
9136           src/utils.[ch]
9137                 Added user-definable quotation characters recognition.
9138
9139 2002-04-28 [paul]       0.7.5claws1
9140
9141         * sync with 0.7.5cvs4
9142                 see ChangeLog entry  2002-04-25
9143
9144 2002-04-28 [paul]       0.7.5claws
9145
9146         * po/es.po
9147           po/nl.po
9148           po/pt_BR.po
9149                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
9150                 Fabio Junior Beneditto
9151
9152 2002-04-27 [jens]       0.7.4claws103
9153
9154         * po/de.po
9155                 updated German translation.
9156
9157 2002-04-27 [hiro]       0.7.4claws102
9158
9159         * src/summaryview.c
9160                 summary_write_cache(): fixed the mark loss of hidden messages.
9161
9162 2002-04-26 [melvin]     0.7.4claws101
9163
9164         * src/procmsg.c
9165                 fixed a second typo (same one)
9166         * po/fr.po
9167           po/it.po
9168           po/pt_BR.po
9169                 fixed the type again...
9170
9171 2002-04-26 [melvin]     0.7.4claws100
9172
9173         * src/procmsg.c
9174                 fixed a typo in an alert message ("temorary").
9175         * po/it.po
9176         * po/pt_BR.po
9177                 corrected the typo  described above.
9178         * po/fr.po
9179                 updated French translation.
9180
9181 2002-04-26 [darko]      0.7.4claws99
9182
9183         * src/summaryview.c
9184                 fix target folder colorization
9185
9186 2002-04-25 [paul]       0.7.4claws98
9187
9188         * po/it.po
9189                 updated by Alessandro Maestri
9190
9191 2002-04-24 [colin]      0.7.4claws97
9192         
9193         * src/compose.c
9194                 Fixed double "subject is empty" question.
9195
9196 2002-04-23 [colin]      0.7.4claws96
9197         
9198         * src/mimeview.c
9199                 Corrected issue when "automatically display images" was
9200                 not set : first image remained after selecting second.
9201
9202 2002-04-23 [melvin]     0.7.4claws95
9203
9204         * src/prefs_actions.c
9205                 Don't display in/out dialog if there is nothing to show.
9206
9207 2002-04-23 [paul]       0.7.4claws94
9208
9209         * sync with 0.7.5cvs3
9210                 bug fixes: see ChangeLog entry 2002-04-23
9211
9212 2002-04-22 [darko]      0.7.4claws93
9213
9214         * src/compose.c
9215                 fix previous check-in which changed code after
9216                 merge from main
9217
9218 2002-04-22 [paul]       0.7.4claws92
9219
9220         * faq/de/*
9221                 add German FAQ
9222         * faq/en/*
9223           faq/es/*
9224           faq/fr/*
9225                 update English, Spanish and French FAQs
9226         * manual/de/*
9227           manual/es/*
9228                 add German and Spanish manuals
9229         * manual/en/*
9230           manual/fr/*
9231                 update English and French manuals
9232
9233         * src/Makefile.am
9234                 add to and re-arrange the pixmap entries
9235
9236 2002-04-22 [darko]      0.7.4claws91
9237
9238         * src/compose.c
9239                 fix sender initials recognition to only allow
9240                 '>' after the initials
9241
9242 2002-04-21 [paul]       0.7.4claws90
9243
9244         * sync with 0.7.5 release
9245                 see ChangeLog entry 2002-04-21
9246
9247 2002-04-21 [alfons]
9248
9249         * src/Makefile.am
9250                 add colin's new pixmaps to EXTRA_DIST
9251
9252 2002-04-21 [colin]      0.7.4claws89
9253         * src/compose.c
9254         * src/inc.c
9255         * src/mainwindow.[ch]
9256         * src/prefs_common.[ch]
9257         * src/stock_pixmap.[ch]
9258                 Added "Work offline" ability.
9259
9260 2002-04-21 [colin]      0.7.4claws88
9261         
9262         * src/mimeview.c
9263         * src/prefs_common.c
9264         * src/prefs_common.h
9265         * src/textview.c : Added an option to common preferences -> display
9266           to allow user not to automatically display images.
9267
9268 2002-04-21 [paul]       0.7.4claws87
9269
9270         * sync with 0.7.4cvs52
9271                 see ChangeLog entry 2002-04-21 (src/imap.c)
9272
9273 2002-04-21 [paul]       0.7.4claws86
9274
9275         * sync with 0.7.4cvs51
9276                 see ChangeLog entry 2002-04-21
9277
9278 2002-04-21 [paul]       0.7.4claws85
9279
9280         * sync with 0.7.4cvs49
9281                 see ChangeLog entries 2002-04-20 and 2002-04-21
9282
9283         * src/Makefile.am
9284                 clean up: remove old 'stock_' element from xpm 
9285                 filenames.
9286
9287 2002-04-21 [alfons]     0.7.4claws84
9288
9289         apply sync patch from Paul
9290
9291         * src/folderview.c
9292                 use old claws prefs_folder_item_create() for now
9293
9294 2002-04-19 [match]      0.7.4claws83
9295
9296         * src/addressbook.[ch]
9297         * src/addrharvest.[ch]
9298         * src/addrgather.[ch]
9299                 recurse folders.
9300         * src/mainwindow.c
9301         * src/summaryview.[ch]
9302                 change menu option.
9303
9304 2002-04-19 [paul]       0.7.4claws82
9305
9306         * po/pt_BR.po
9307                 updated by Fabio Junior Beneditto
9308
9309 2002-04-14 [alfons]     0.7.4claws81
9310
9311         * src/passphrase.c
9312                 add #include <sys/types.h> for mode_t and off_t 
9313
9314 2002-04-13 [paul]       0.7.4claws80
9315         
9316         * src/main.c
9317           src/passphrase.[ch]
9318           src/pgptext.c
9319           src/prefs_common.[ch]
9320           src/rfc2015.c
9321                 enable storing of GnuPG passphrase for the whole 
9322                 session or a user-defined number of minutes. patch 
9323                 submitted by Ravemax <ravemax@dextrose.com>
9324
9325 2002-04-13 [alfons]     0.7.4claws79
9326
9327         * src/textview.c
9328                 make email parser also stop scanning when encountering separators
9329                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
9330
9331 2002-04-13 [paul]       0.7.4claws78
9332
9333         * sync with 0.7.4cvs39
9334                 see ChangeLog entry 2002-04-12
9335
9336 2002-04-11 [paul]       0.7.4claws77
9337
9338         * sync with 0.7.4cvs37
9339                 see ChangeLog entry 2002-04-11
9340
9341 2002-04-11 [paul]       0.7.4claws76
9342
9343         * COPYING 
9344                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
9345                 the clause for OpenSSL). sync with sylpheed main
9346
9347 2002-04-09 [melvin]     0.7.4claws75
9348
9349         * src/compose.c
9350                 Made 'Ctrl-Enter' on send ignore some modifiers 
9351                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
9352                 to bind other *-Enter (but not Alt-Enter).
9353
9354 2002-04-09 [paul]       0.7.4claws74
9355
9356         * sync with 0.7.4cvs35
9357                 see ChangeLog entries 2002-04-09
9358
9359 2002-04-08 [paul]       0.7.4claws73
9360
9361         * sync with 0.7.4cvs33
9362                 see ChangeLog entry 200-04-08
9363
9364 2002-04-07 [match]      0.7.4claws72
9365
9366         * src/addrharvest.[ch]
9367                 fixed to read all addresses in header, regardless
9368                 of header size. improved name parsing. accommodate
9369                 harvest from folders and selected message.
9370         * src/addritem.[ch]
9371                 included new address parsing function.
9372         * src/addrgather.[ch]
9373         * src/addressbook.[ch]
9374         * src/summaryview.[ch]
9375         * src/mainwindow.c
9376                 allow address harvest of folder as well as selected
9377                 messages.
9378
9379 2002-04-07 [paul]       0.7.4claws71
9380
9381         * src/esmtp.[ch]
9382           src/smtp.c
9383                 don't try to authenticate with CRAM-MD5 in SMTP when 
9384                 SMTP-AUTH enabled if MTA doesn't issue this 
9385                 auth-method in it's ehlo-response. bug item #531364,
9386                 patch item #938910. patch submitted by Colin Leroy 
9387                 <colin@colino.net>
9388
9389 2002-04-07 [paul]       0.7.4claws70
9390
9391         * src/nntp.c
9392                 fix missing MODE_READER bug. patch submitted by
9393                 Colin Leroy <colin@colino.net>
9394
9395 2002-04-07 [alfons]     0.7.4claws69
9396
9397         * src/matcher.[ch]
9398         * src/prefs_filtering.c
9399         * src/summaryview.c
9400                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
9401                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
9402
9403 2002-04-07 [paul]       0.7.4claws68
9404
9405         * sync with 0.7.4cvs32
9406                 see ChangeLog entry 2002-04-06
9407
9408         * tools/filter_conv.pl
9409                 more bug fixes
9410
9411 2002-04-06 [paul]       0.7.4claws67
9412
9413         * tools/filter_conv.pl
9414                 modify to be able to find the name of the first
9415                 mailbox and use that. main's filter does not
9416                 record the full path to the mailbox and therefore
9417                 can only filter to the first mailbox.
9418
9419 2002-04-05 [paul]       0.7.4claws66
9420
9421         * tools/filter_conv.pl
9422                 attempt to make the script all-encompassing and
9423                 be able to convert any main 'filter' rule thrown
9424                 at it
9425
9426 2002-04-05 [paul]       0.7.4claws65
9427
9428         * tools/filter_conv.pl
9429                 allow for collapsed folder trees
9430
9431 2002-04-05 [paul]       0.7.4claws64
9432
9433         * sync with 0.7.4cvs31
9434                 see ChangeLog entries 2002-04-05
9435
9436 2002-04-03 [paul]       0.7.4claws63
9437
9438         * sync with 0.7.4cvs29
9439                 see ChangeLog entries 2002-04-02 and 2002-04-03
9440
9441 2002-04-02 [paul]       0.7.4claws62
9442
9443         * sync with 0.7.4cvs26
9444                 see ChangeLog entry 2002-04-01
9445
9446 2002-04-02 [match]      0.7.4claws61
9447
9448         * src/pine.[ch]
9449         * src/importpine.[ch]
9450         * src/addressbook.c
9451                 import Pine address book.
9452
9453 2002-04-02 [match]      0.7.4claws60
9454
9455         * src/addrharvest.[ch]
9456                 improve address parsing of funky addresses.
9457
9458 2002-04-02 [darko]      0.7.4claws59
9459
9460         * src/compose.c
9461                 wrap on send improvements, it now recognizes quoted
9462                 initials as part of the quotation string, and it
9463                 does not join lines separated by CR
9464
9465 2002-04-01 [match]      0.7.4claws58
9466
9467         * src/mgutils.[ch]
9468                 added new functions.
9469         * src/mutt.[ch]
9470                 remove excessive duplicate address generation
9471                 on import.
9472
9473 2002-04-01 [alfons]     0.7.4claws57
9474         
9475         * src/summaryview.c
9476                 put back g_free() 
9477
9478 2002-04-01 [paul]       0.7.4claws56
9479
9480         * sync with 0.7.4cvs25
9481                 see ChangeLog entry 2002-04-01
9482
9483 2002-04-01 [alfons]     0.7.4aprilfool55
9484
9485         * src/summaryview.c
9486                 honour feature request item #537427 to allow for
9487                 displaying names from address book for sent mail also
9488
9489 2002-03-29 [paul]       0.7.4claws54
9490
9491         * src/mainwindow.c
9492           src/prefs_filtering.[ch]
9493           src/prefs_matcher.c
9494           src/summaryview.c
9495                 add 'fast filter' for claws' filtering,
9496                 /Tools/Create filter rule/... patch submitted
9497                 by Neill Miller <neillm@thecodefactory.org>
9498
9499 2002-03-29 [paul]       0.7.4claws53
9500
9501         * sync with 0.7.4cvs24
9502                 see ChangeLog entry 2002-03-29
9503
9504 2002-03-28 [paul]       0.7.4claws52
9505
9506         * sync with 0.7.4cvs23
9507                 see ChangeLog entry 2002-03-28
9508
9509 2002-03-27 [melvin]     0.7.4claws51
9510
9511         * src/prefs_actions.c
9512                 Added support to pass only one message part (as a
9513                 file) to the command using '%p'. No quotes are needed
9514                 because doubles quotes are automatically added.
9515                 Fixed bug where Sylpheed could block when waiting for
9516                 a child process to finish.
9517                 Changed the help menu to remove quotes around symbols to 
9518                 avoid misinterpretation (they must not be used).
9519
9520 2002-03-27 [melvin]     0.7.4claws50
9521
9522         * src/inc.c
9523                 Made the new mail notification command always 
9524                 execute asynchronously.
9525
9526 2002-03-27 [paul]       0.7.4claws49
9527
9528         * src/compose.c
9529                 fix bug introduced in last commit
9530
9531 2002-03-27 [paul]       0.7.4claws48
9532
9533         * sync with 0.7.4cvs21
9534                 see ChangeLog 2002-03-26 and 2002-03-27
9535
9536 2002-03-26 [hoa]        0.7.4claws47
9537
9538         * src/prefs_folder_item.c
9539                 really fixed the bug #516442 with folder rescan.
9540
9541 2002-03-26 [paul]       0.7.4claws46
9542
9543         * sync with 0.7.4cvs19
9544                 see ChangeLog entries 2002-03-25 and 2002-03-26
9545
9546 2002-03-25 [hoa]        0.7.4claws45
9547
9548         * src/matcher.c
9549         * src/mh.c
9550                 fix the bug #516442 with folder rescan.
9551
9552         * src/prefs_common.[ch]
9553         * src/compose.c
9554                 added an option to enable two different behaviours
9555                 for bounce.
9556
9557
9558 2002-03-25 [paul]       0.7.4claws44
9559
9560         * src/mainwindow.c
9561           src/selective_download.c
9562                 correct a few menuitem labels
9563
9564 2002-03-25 [christoph]  0.7.4claws43
9565
9566         * src/procmsg.c
9567                 fix non deleted tmp message in
9568                 procmsg_save_to_outbox
9569                 fix problems caused by sync with
9570                 main branch's procmsg_send_queue
9571
9572 2002-03-25 [paul]       0.7.4claws42
9573
9574         * src/quote_fmt.c
9575           src/quote_fmt_lex.l
9576           src/quote_fmt_parse.y
9577                 add Last name (%L) placeholder for quoting. 
9578                 patch submitted by Thorsten Thielen 
9579                 <thth@users.sourceforge.net>
9580
9581 2002-03-25 [paul]       0.7.4claws41
9582
9583         * src/utils.c
9584                 get full hostname. patch submitted by
9585                 Bob Woodside <rwoodside1@comcast.net>
9586
9587 2002-03-25 [paul]       0.7.4claws40
9588
9589         * src/account.c
9590           src/news.c
9591           src/nntp.[ch]
9592           src/prefs_account.[ch]
9593                 enable NNTP over SSL. patch submitted by
9594                 Pascal Jermini <pascal@infinity.hn.org>
9595
9596 2002-03-24 [paul]       0.7.4claws39
9597
9598         * src/prefs_common.c
9599                 make the arrangement of the Compose tab more
9600                 coherent
9601
9602         * src/mainwindow.c
9603                 fix some irregularities of style
9604
9605         * po/de.po
9606                 updated by Kilian Krause
9607
9608 2002-03-23 [paul]       0.7.4claws38
9609
9610         * po/pt_BR.po
9611                 updated by Fabio Junior Beneditto
9612
9613 2002-03-23 [paul]       0.7.4claws37
9614
9615         * src/mainwindow.c
9616                 move 'Gather addresses' to 'Tools' menu
9617                 make 'Selective download' sensitive
9618
9619 2002-03-23 [paul]       0.7.4claws36
9620
9621         * sync with 0.7.4cvs16
9622                 see ChangeLog entries 2002-03-23
9623
9624 2002-03-22 [christoph]  0.7.4claws35
9625
9626         * src/quote_fmt_parse.y
9627                 fix include program output
9628
9629 2002-03-22 [alfons]     0.7.4claws34
9630
9631         * src/pop.c
9632                 initialize GDate stack variable correctly (sorry!)
9633
9634 2002-03-22 [paul]       0.7.4claws33
9635
9636         * src/compose.c
9637           src/mainwindow.c
9638           src/prefs_actions.c
9639           src/prefs_common.c
9640                 rename 'Tool' to 'Tools'
9641
9642         * src/mainwindow.c
9643                 move 'Delete duplicated messages' from
9644                 'Message/' to 'Tools/'
9645                 re-arrange the order of 'Tools/' items
9646
9647 2002-03-22 [paul]       0.7.4claws32
9648
9649         * src/addr_compl.c
9650           src/addressbook.[ch]
9651                 auto-address completion now also matches on
9652                 Nickname. patch submitted by Bob Forsman 
9653                 <hammor@users.sourceforge.net>
9654
9655         * src/editaddress.c
9656                 correct a spelling mistake
9657
9658 2002-03-22 [alfons]     0.7.4claws31
9659
9660         * src/pop.c
9661                 fix getting uidl from incorrect string 
9662                 (spotted by Colin)
9663
9664 2002-03-21 [alfons]     0.7.4claws30
9665
9666         * src/pop.c
9667                 more code refactoring
9668                 plug mem leak introduced by delete on server
9669
9670 2002-03-21 [paul]       0.7.4claws29
9671
9672         * sync with 0.7.4cvs11
9673                 see ChangeLog entries 2002-03-20
9674
9675 2002-03-20 [alfons]     0.7.4claws28
9676
9677         * src/inc.c
9678                 apply Colin's patch and refactor
9679
9680 2002-03-20 [paul]       0.7.4claws27
9681
9682         * sync with sylpheed 0.7.4cvs9
9683                 see ChangeLog entry 2002-03-20
9684
9685 2002-03-19 [christoph]  0.7.4claws26
9686
9687         * src/mh.c
9688         * src/procmsg.[ch]
9689         * src/summaryview.c
9690                 revert changes for flag updates
9691                 (does not work correctly and no time to debug)
9692
9693 2002-03-20 [alfons]     0.7.4claws25
9694
9695         * src/pop.c
9696                 refactor should_delete() a little bit 
9697
9698 2002-03-19 [paul]       0.7.4claws24
9699
9700         * src/inc.[ch]
9701           src/pop.c
9702           src/prefs_account.[ch]
9703                 allow the user to leave downloaded mail on the 
9704                 server for n days. Patch submitted by Colin Leroy 
9705                 <colin@colino.net>
9706
9707 2002-02-19 [paul]       0.7.4claws23
9708
9709         * sync with sylpheed 0.7.4cvs8
9710                 see ChangeLog entries 2002-03-19
9711
9712 2002-03-18 [paul]       0.7.4claws22
9713
9714         * sync with sylpheed 0.7.4cvs6
9715                 see ChangeLog entry 2002-03-18
9716
9717 2002-03-18 [paul]       0.7.4claws21
9718
9719         * po/en_GB.po
9720                 add en_GB message catalogue
9721
9722         * src/mbox_folder.c
9723           src/prefs_account.c
9724           src/prefs_actions.c
9725                 correct a few spelling mistakes
9726
9727 2002-03-17 [alfons]     0.7.4claws20
9728
9729         * src/matcher.c
9730                 more stringent checks for NULL params when writing
9731                 filtering actions to a file
9732                 
9733 2002-03-17 [hoa]        0.7.3claws20
9734
9735         * src/news.c
9736                 fixed the count of new messages
9737
9738         * src/compose.c
9739                 fixed the "attachment properties" window
9740
9741 2002-03-17 [paul]       0.7.4claws19
9742
9743         * src/defs.h
9744           src/folder.h
9745           src/news.c
9746           src/prefs_account.[ch]
9747           src/procmsg.[ch]
9748           src/summaryview.c
9749                 automatically mark cross-posted messages as read 
9750                 and (optionally) give them a colour label
9751                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
9752                 
9753
9754 2002-03-17 [paul]       0.7.4claws18
9755
9756         * sync with sylpheed 0.7.4cvs5
9757                 see ChangeLog entry 2002-03-17
9758
9759 2002-03-17 [melvin]     0.7.4claws17
9760         
9761         * src/textview.c
9762                 Worked around a gtktext 'bug': when searching for 
9763                 a text in a long message it was scrolling slowly
9764                 line by line until it hit the searched text.
9765         * po/fr.po
9766                 Updated French translation
9767
9768 2002-03-17 [melvin]     0.7.4claws16
9769
9770         * src/mainwindow.c
9771         * src/compose.c
9772         * src/prefs_actions.c
9773                 Moved "Edit/Actions" to "Tool/Actions"
9774                 Made mainwindow/compose window sensitive as soon as
9775                 no child process is running anymore even if the io dialog
9776                 is open.
9777                 Fixed a struct being initialized with a non constant char*
9778
9779 2002-03-16 [christoph]  0.7.4claws15
9780
9781         * configure.in
9782                 add --with-compiler-flags option
9783                 (only for developer hacking)
9784         * src/mh.c
9785         * src/procmsg.[ch]
9786         * src/summaryview.c
9787                 try to make folder-stats and flag handling more
9788                 independent from the summaryview. msgcounts
9789                 are only set when the folder is opened and
9790                 procmsg_msginfo_(un)set_flags will handle it
9791                 later and summaryview will get the values
9792                 from the folder.
9793
9794 2002-03-16 [paul]       0.7.4claws14
9795
9796         * src/messageview.c
9797                 fix Return-receipt. Patch submitted by Bob
9798                 Woodside <rwoodside1@comcast.net>
9799
9800 2002-03-16 [paul]       0.7.4claws13
9801
9802         * src/compose.c
9803                 fix 'dynamic' signatures, make it work again
9804                 broken during sync on 2002-03-14 (0.7.4claws2)
9805
9806 2002-03-15 [match]      0.7.4claws12
9807
9808         * src/addrharvest.[ch]
9809         * src/addrgather.[ch]
9810         * src/addressbook.[ch]
9811         * src/mainwindow.c
9812                 included address harvester feature. still some
9813                 issues with address parsing that I will fix.
9814
9815 2002-03-15 [match]      0.7.4claws11
9816
9817         * src/addrbook.[ch]
9818         * src/addrcache.[ch]
9819         * src/addressbook.[ch]
9820         * src/addrindex.c
9821         * src/editbook.c
9822         * src/importldif.c
9823         * src/importmutt.c
9824         * src/jpilot.[ch]
9825         * src/main.c
9826         * src/syldap.[ch]
9827         * src/vcard.[ch]
9828                 tidy up. fix memory leaks. moved attribs and methods
9829                 from individual interfaces to addrcache object. prep
9830                 for new stuff to come in.
9831
9832 2002-03-15 [alfons]     0.7.4claws10
9833
9834         * src/matcher.[ch]
9835         * src/matcher_parser_parse.y
9836         * src/matcher_parser_lex.l
9837         * src/prefs_matcher.c
9838                 add filtering conditions message greater than, smaller 
9839                 than, and exactly matching a size in bytes
9840                 (does not work with delete from POP3 server yet)
9841
9842                 this should also give others an idea what you should
9843                 do to add new criterions to claws filtering system
9844                 
9845
9846 2002-03-15 [paul]       0.7.4claws9
9847
9848         * tools/filter_conv.pl
9849                 exit if there are no filter rules to convert
9850                 rename filterrc to filterrc.old after completion
9851
9852 2002-03-15 [paul]       0.7.4claws8
9853
9854         * sync with sylpheed 0.7.4cvs3
9855                 see ChangeLog entry 2002-03-14
9856
9857 2002-03-14 [paul]       0.7.4claws7
9858
9859         * src/compose.c
9860                 clean up the last commit (ahem)
9861
9862 2002-03-14 [paul]       0.7.4claws6
9863
9864         * src/compose.c
9865                 fix bug #515655. honour account preferences
9866                 regarding gpg default signing/encryption when 
9867                 changing account from the compose window.
9868
9869 2002-03-14 [paul]       0.7.4claws5
9870
9871         * src/folderview.c
9872                 remove unnecessary curly brackets
9873
9874 2002-03-14 [paul]       0.7.4claws4
9875
9876         * src/folderview.c
9877           src/prefs_filtering.[ch]
9878                 add filter rename on folder rename and filter
9879                 delete on folder delete. Patch submitted by
9880                 Neill Miller <neillm@thecodefactory.org> 
9881
9882 2002-03-14 [christoph]  0.7.4claws3
9883
9884         * src/procmsg.c
9885         * src/send.c
9886                 fix local delivery
9887                 (patch submitted by "Simon 'corecode' Schubert")
9888         * src/prefs_common.c
9889         * src/procmsg.c
9890                 fix gcc 3.0 warning
9891
9892 2002-03-14 [paul]       0.7.4claws2
9893
9894         * sync with sylpheed 0.7.4cvs2
9895                 see ChangeLog entry 2002-03-13
9896
9897 2002-03-12 [darko]      0.7.4claws1
9898
9899         * src/mainwindow.c
9900                 fix what seems to be a copy and paste error
9901                 when setting color for important messages
9902                 (reported by wwp)
9903
9904 2002-03-11 [paul]       version 0.7.4claws released
9905
9906 2002-03-11 [paul]       0.7.4claws
9907
9908         * po/es.po
9909           po/it.po
9910           po/nl.po
9911           po/pt_BR.po
9912                 update message catalogs. Submitted by Ricardo Mones 
9913                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
9914                 Fabio Junior Beneditto
9915
9916         * configure.in
9917           faq/Makefile.am
9918           faq/it/Makefile
9919           faq/it/sylpheed-faq*
9920           src/mainwindow.c
9921           src/manual.[ch]
9922                 add FAQ in Italian
9923         
9924
9925 2002-03-11 [jens]       0.7.3claws7
9926
9927         * po/de.po
9928                 updated German translation
9929
9930 2002-03-11 [melvin]     0.7.3claws6
9931
9932         * po/fr.po
9933                 updated and corrected French translation
9934
9935 2002-03-10 [hoa]        0.7.3claws5
9936
9937         * src/account.c
9938         * src/inc.c
9939         * src/prefs_account.c
9940         * src/procmsg.c
9941         * src/send.[ch]
9942                 fixed the local account.
9943                 you have to change the default "/usr/sbin/sendmail"
9944                 to "/usr/sbin/sendmail -t" in the preferences of
9945                 the local account.
9946
9947         * src/procmime.c
9948                 removed some debug display for renderer
9949
9950 2002-03-10 [paul]       0.7.3claws4
9951
9952         * faq/en/sylpheed-faq-1.html
9953           faq/en/sylpheed-faq-2.html
9954                 update
9955
9956 2002-03-09 [paul]       0.7.3claws3
9957
9958         * sync with sylpheed 0.7.4
9959                 see ChangeLog entry 2002-03-09
9960
9961 2002-03-08 [paul]       0.7.3claws2
9962
9963         * faq/en/sylpheed-faq*
9964           faq/es/sylpheed-faq*
9965           faq/fr/sylpheed-faq*
9966                 update the FAQs
9967
9968         * manual/fr/.cvsignore
9969           manual/fr/Makefilea.am
9970           manual/fr/sylpheed*
9971           src/mainwindow.c
9972           src/manual.[ch]
9973                 add the French manual
9974
9975 2002-03-07 [paul]       0.7.3claws1
9976
9977         * sync with sylpheed 0.7.3cvs4
9978                 see ChangeLog entries  2002-03-06 and 2002-03-07
9979         
9980         * po/nl.po
9981                 updated by Wilbert Berendsen
9982
9983 2002-03-07 [melvin]     0.7.2claws34
9984
9985         * src/selective_download.c
9986                 Changed the pixmap of the receive button to MAIL_RECEIVE.
9987
9988 2002-03-06 [paul]       0.7.2claws33
9989
9990         * sync with sylpheed 0.7.3cvs1
9991                 bug fix, see ChangeLog entry 2002-03-05
9992
9993 2002-03-05 [paul]       0.7.2claws32
9994
9995         * src/mimeview.c
9996           src/pgptext.[ch]
9997           src/procmsg.c
9998                 reverse the pgp ascii-armored code implemented in 
9999                 0.7.2claws16. removal of this code until it matures.
10000                 this means that verifying ascii-armored pgp sigs and
10001                 automatic decryption of ascii-armored encrypted
10002                 messages no longer works.
10003
10004 2002-03-05 [paul]       0.7.2claws31
10005
10006         * configure.in
10007           Makefile.am
10008         * faq/Makefile.am
10009         * faq/en/Makefile.am
10010           faq/en/sylpheed-faq.html
10011           faq/en/sylpheed-faq-1.html
10012           faq/en/sylpheed-faq-2.html
10013           faq/en/sylpheed-faq-3.html
10014         * faq/es/Makefile.am
10015           faq/es/sylpheed-faq.html
10016           faq/es/sylpheed-faq-1.html
10017           faq/es/sylpheed-faq-2.html
10018           faq/es/sylpheed-faq-3.html
10019           faq/es/sylpheed-faq-4.html
10020         * faq/fr/Makefile.am
10021           faq/fr/sylpheed-faq.html
10022           faq/fr/sylpheed-faq-1.html
10023           faq/fr/sylpheed-faq-2.html
10024           faq/fr/sylpheed-faq-3.html
10025         * src/Makefile.am
10026           src/defs.h
10027           src/mainwindow.c
10028           src/manual.[ch]
10029                 add FAQs in English, Spanish and French
10030
10031
10032 2002-03-05 [paul]       0.7.2claws30
10033
10034         * manual/en/sylpheed.html
10035           manual/en/sylpheed-XX.html
10036                 updated the English manual
10037
10038 2002-03-05 [hoa]        
10039
10040         * src/summaryview.c
10041                 dialog box pops up if the article can't be deleted.
10042
10043 2002-03-04 [paul]       
10044         
10045         * po/pt_BR.po
10046                 updated by Fabio Junior Benedito
10047
10048 2002-03-04 [hoa]
10049
10050         * removed ac/gpgme.m4
10051                 to avoid autogen common problem
10052                 developers have to install gpgme development package now
10053
10054         * src/compose.c
10055                 encoding to 7bit or 8bit is enabled.
10056
10057 2002-03-03 [alfons]     0.7.2claws29
10058
10059         * src/pop.c
10060                 merge fix by Oliver Haertel for selective
10061                 download buglet
10062
10063 2002-03-03 [paul]       0.7.2claws28
10064         
10065         * sync with sylpheed 0.7.3
10066
10067 2002-03-03 [paul]       0.7.2claws27
10068
10069         * sync with sylpheed 0.7.2cvs24
10070                 see ChangeLog entries 2002-03-02 and 2002-03-03
10071
10072 2002-03-02 [melvin]     0.7.2claws26
10073
10074         * src/inc.[ch]
10075         * src/main.c
10076         * src/mainwindow.c
10077         * src/prefs_common.[ch]
10078                 Added user definable notification on new mail arrival.
10079                 Removed unused variables in spell checker prefs code.
10080
10081 2002-03-02 [melvin]     0.7.2claws25
10082
10083         * src/quote_fmt.c
10084                 Removed unnecessary escape sequences.
10085                 Changed 'Initial...' to 'Initials of Sender'
10086
10087 2002-03-02 [paul]       0.7.2claws24
10088
10089         * sync with sylpheed 0.7.2cvs22
10090                 see ChangeLog entry 2002-03-01
10091
10092 2002-03-01 [hoa]        0.7.2claws23
10093
10094         * src/mainwindow.c
10095                 Set sensitivity of delete actions to active
10096                 even if the folder is a newsgroup.
10097
10098         * src/summaryview.c
10099                 - Set sensitivity of delete actions
10100                 - Added function check_permission() that will check if the
10101                   user is authorized to delete a message. For news, it
10102                   will check if the author is the same.
10103                 - Enabled deletion when there is no trash folder.
10104
10105         * src/news.[ch]
10106                 - Added news_cancel_article() to cancel articles
10107                 - Implemented news_remove_message() (public function)
10108
10109 2002-03-01 [paul]       0.7.2claws22
10110
10111         * src/gtkutils.c
10112           src/textview.c
10113                 recognise urls that that don't include 'http://' and
10114                 simply begin 'www.' 
10115
10116         * AUTHORS
10117                 remove duplicated name
10118
10119 2002-02-28 [paul]       0.7.2claws21
10120
10121         * src/mainwindow.c
10122           src/summaryview.[ch]
10123                 add ability to 'Select thread'
10124                 combines Melvin's "Select thread's head" patch (#510907)
10125                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
10126                 patch (#518514) 
10127
10128 2002-02-28 [paul]       0.7.2claws20
10129
10130         * src/mimeview.c
10131                 hopefully fix segfault on right-clicking a mime part
10132                 that some people have experienced.      
10133                 fix submitted by Fredrik Olofsson <frol@linux.nu>
10134
10135 2002-02-28 [paul]       0.7.2claws19
10136
10137         * sync with sylpheed 0.7.2cvs21
10138                 see ChangeLog entries 2002-02-27 and 2002-02-28
10139
10140 2002-02-27 [paul]       0.7.2claws18
10141
10142         * sync with sylpheed 0.7.2cvs18
10143                 see ChangeLog entries 2002-02-26 and 2002-02-27
10144
10145 2002-02-26 [alfons]     0.7.2claws17
10146
10147         * src/procheader.c
10148                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
10149                 (spotted by Chris Hessman <idatech@gmx.net>)
10150
10151 2002-02-26 [paul]       0.7.2claws16
10152
10153         * src/mimeview.c
10154           src/pgptext.[ch]
10155           src/procmsg.c
10156                 make decryption of ascii-armored pgp encrypted messages
10157                 and verification of ascii-armored signatures work again.
10158                 slightly altered from the patch by Jens Jahnke 
10159                 <jan0sch@gmx.net>
10160
10161                 ##FIX ME##
10162                 * the checking of plaintext signatures always comes up in 
10163                   a popup box
10164                 * it doesn't work for multipart messages 
10165                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
10166                   including the msg headers and these 2 line themselves, are 
10167                   not displayed
10168
10169         * src/mainwindow.c
10170                 "View/Folder Tree" becomes "View/Separate Folder Tree"
10171                 "View/Message View" becomes "View/Separate Message View"
10172                 because its less ambiguous.
10173
10174         * po/es.po
10175                 updated by Ricardo Mones Lastra
10176
10177 2002-02-26 [paul]       0.7.2claws15
10178
10179         * sync with sylpheed 0.7.2cvs17
10180                 see ChangeLog entries 2002-02-25 and 2002-02-26
10181
10182 2002-02-25 [christoph]  0.7.2claws14
10183
10184         * src/filtering.[ch]
10185         * src/inc.c
10186                 do filtering stuff after all messages have been received
10187                   1. drop all messages to .processing
10188                   2. scan processing folder for messages
10189                   3. filter messages or move to inbox
10190                 this will also find old messages left in processing after
10191                 a crash or something like that and we get a real msginfo
10192                 from folder->get_msg_list and do not have to create our
10193                 own in filter_message
10194         * src/matcher_parser_parse.y
10195                 remove MIX/MAX warning (reordered includes)
10196
10197 2002-02-25 [paul]       0.7.2claws13
10198
10199         * sync with sylpheed 0.7.2cvs15
10200                 see ChangeLog entry 2002-02-24
10201
10202 2002-02-24 [alfons]     0.7.2claws12
10203
10204         * src/filtering.c
10205                 clear old color flags first when applying a new color to
10206                 a message info. 
10207                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
10208
10209 2002-02-24 [alfons]     0.7.2.claws11
10210         
10211         * AUTHORS
10212         * src/prefs_common.c
10213                 add presets for Opera and Konqueror, closes patch #517261,
10214                 submitted by Ville Skyttä <scop@users.sourceforge.net>
10215
10216 2002-02-24 [alfons]     0.7.2.claws10
10217
10218         * AUTHORS
10219         * src/summaryview.c
10220                 fix threading for null message ids, closes patch #521601,
10221                 submitted by Bob Forsman <hammor@users.sourceforge.net>
10222
10223 2002-02-24 [alfons]     0.7.2claws9
10224
10225         * src/summaryview.c
10226         * src/filtering.c
10227                 make Tool | Filter Message work with filtering system so
10228                 setting flags also works
10229
10230                 TODO:
10231
10232                 - Processing uses the same function as Tool | Filter
10233                   Message, but doesn't use the same update proc yet
10234
10235 2002-02-23 [paul]       0.7.2claws8
10236
10237         * sync with sylpheed 0.7.2cvs14
10238                 see ChangeLog entries 2002-02-22 and 2002-02-23
10239
10240 2002-02-22 [christoph]  0.7.2claws7
10241
10242         * src/quote_fmt.c
10243                 Add column space to table
10244         * src/quote_fmt_parse.y
10245                 Close files
10246
10247 2002-02-22 [paul]       0.7.2claws6
10248
10249         * src/Makefile.am
10250           src/defs.h
10251           src/filtering.c
10252           src/inc.[ch]
10253           src/mainwindow.c
10254           src/matcher.[ch]
10255           src/matcher_parser_lex.l
10256           src/matcher_parser_parse.y
10257           src/pop.[ch]
10258           src/prefs_account.h
10259           src/prefs_filtering.c
10260           src/selective_download.[ch]   *** NEW FILES ***
10261           src/utils.[ch]
10262           po/POTFILES.in
10263                 Selective Download added to 'Tool' menu. 
10264                 Retrieves email headers of the currently selected pop3 
10265                 account and allows the user to mark emails for deletion 
10266                 right on the pop3 server. Patch submitted by Oliver Haertel 
10267                 <oha@users.sourceforge.net>.
10268         
10269         * po/POTFILES.in
10270                 add 'src/quote_fmt.c'           
10271
10272 2002-02-22 [christoph]  0.7.2claws5
10273
10274         * src/Makefile.am
10275                 added quote_fmt.c
10276         * src/prefs_common.[ch]
10277         * src/prefs_template.c
10278         * src/quote_fmt.c               *** NEW FILE ***
10279         * src/quote_fmt.h
10280                 move quote format symbol description code
10281                 to it's own file because it is used from
10282                 differnent code parts
10283                 Rewrote symbol description GUI
10284                   + use table
10285                   + add separators
10286                   + get data from array (no more long constant strings)
10287         * src/quote_fmt_lex.l
10288         * src/quote_fmt_parse.y
10289                 Symbol for Literal % changed to \% instead of %%
10290                 (More logical as \ is used for quoting for other symbols)
10291                 Add |f and |p to include files and program output
10292                 Examples:
10293                     |f{/home/.../.signature}
10294                     |p{date}
10295         * po/de.po
10296                 Correct wrong spelling for "Referenzen"
10297
10298 2002-02-21 [paul]       0.7.2claws4
10299
10300         * src/procmsg.c
10301                 forgotten during sync
10302
10303 2002-02-21 [paul]       0.7.2claws3
10304
10305         * sync with sylpheed 0.7.2cvs11
10306                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
10307                 2002-02-20 and 2002-02-21
10308
10309 2002-02-20 [melvin]     0.7.2claws2
10310
10311         * src/prefs_actions.c
10312                 Added error report when child cannot fork or when execvp 
10313                 returns with an error.
10314
10315 2002-02-19 [christoph]  0.7.2claws1
10316
10317         * src/codeconv.c
10318                 return unconverted text if conde conversion is not possible
10319                 when libjconv is used.
10320                 (patch submitted by "Simon 'corecode' Schubert")
10321
10322 2002-02-19 [paul]       
10323
10324         * version 0.7.2claws release
10325
10326 2002-02-19 [paul]       0.7.2claws
10327
10328         * po/nl.po
10329                 updated by Wilbert Berendsen
10330
10331
10332 2002-02-18 [alfons]     0.7.1claws13
10333
10334         * src/syldap.c
10335         * src/jpilot.c
10336                 remove references to dlfcn and explicitly loading functions
10337                 from dynalink libs, because libs linked anyway, and functions
10338                 are loaded explicitly
10339
10340 2002-02-17 [melvin]     0.7.1claws12
10341
10342         * src/prefs_actions.c
10343                 Replaced children wait loop with double fork technique.
10344                 Now, input/output window updated at each new output.
10345                 free_children(): Fixed a memory leak.
10346                 Made input/output window non closable if running children
10347                 still exist.
10348                 Added missing <unistd.h> include.
10349                 Added some --debug outputs.
10350
10351 2002-02-17 [melvin]     0.7.1claws11
10352
10353         * src/summaryview.c
10354                 Fixed bug where descending sort order did not select top
10355                 message.
10356
10357 2002-02-17 [melvin]     0.7.1claws10
10358
10359         * acconfig.h
10360                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10361         * src/prefs_common.c
10362                 Pspell data package directory no more hard coded but
10363                 set during configuration (PSPELL_PATH). (Thanks to 
10364                                 Gustavo Noronha Silva.)
10365
10366 2002-02-17 [melvin]     0.7.1claws9
10367
10368         * configure.in
10369                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10370         * src/gtkspell.c
10371                 Fixed compile-time warnings.
10372
10373 2002-02-16 [alfons]     0.7.1claws8
10374
10375         * src/filesel.c
10376                 fix inadvertent free of NULL pointer which caused
10377                 sylpheed to crash when closing the save-as dialog
10378                 using the window close button
10379
10380 2002-02-16 [carsten]    0.7.1claws7
10381         * src/mainwindow.[ch]
10382           src/summaryview.c
10383           src/prefs_common.c
10384                 fixes for pixmap theming code:
10385                         - recently changed mail attributes shouldn't get
10386                           lost any longer
10387                         - theme is only reloaded iff another theme was
10388                           selected
10389
10390 2002-02-16 [paul]       0.7.1claws6
10391
10392         * sync with sylpheed 0.7.2 release
10393                 see ChangeLog entry 2002-02-15 and 2002-02-16
10394
10395 2002-02-15 [paul]       0.7.1claws5
10396
10397         * sync with sylpheed 0.7.1cvs9
10398                 see ChangeLog entry 2002-02-15
10399
10400         * po/POTFILES.in
10401                 remove unneeded headerwindow.c entry
10402
10403 2002-02-14 [carsten]    0.7.1claws4
10404         * src/summaryview.c
10405                 fixed a bug for "Go to next unread message": there was
10406                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
10407                 in the prefs, because of doing "Search again" instead
10408                 "No"
10409
10410 2002-02-14 [carsten]    0.7.1claws3
10411         * src/stock_pixmap.c
10412                 removed 2 more mem leaks; following memprof,
10413                 this code is "leak free" now :)
10414
10415 2002-02-14 [carsten]    0.7.1claws2
10416         * src/stock_pixmap.c
10417                 used opendir/readdir/closedir instead of scandir
10418                 -> code should work now on Solaris
10419
10420 2002-02-14 [paul]       0.7.1claws1
10421
10422         * sync with sylpheed 0.7.1cvs8
10423                 see ChangeLog entries 2002-02-13 and 2002-02-14
10424
10425         * README.claws
10426                 add some description of Actions and Pixmap Themes
10427
10428 2002-02-13 [paul]       
10429
10430         * version 0.7.1claws release
10431
10432 2002-02-13 [paul]       0.7.1claws
10433
10434         * po/es.po
10435           po/it.po
10436           po/pt_BR.po
10437                 updated translations, submitted by Ricardo Mones Lastra,
10438                 Alessandro Maestri and Fabio Junior Beneditto
10439
10440 2002-02-13 [melvin]     0.7.0claws75
10441
10442         * src/prefs_actions.c
10443                 Added missing "signal.h" include
10444
10445 2002-02-13 [melvin]     0.7.0claws74
10446
10447         * src/prefs_folder_item.c
10448                 Added missing "config.h" include
10449         * po/fr.po
10450                 Updated French translation for folder propriety.
10451
10452 2002-02-13 [jens]       0.7.0claws73
10453
10454         * po/POTFILES.in
10455                 Added missing src/prefs_folder_item.c [log added by melvin]
10456         * po/de.po
10457                 Updated German translation.
10458
10459 2002-02-13 [melvin]     0.7.0claws72
10460
10461         * po/fr.po
10462                 Updated French translation.
10463
10464 2002-02-13 [melvin]     0.7.0claws71
10465
10466         * src/gtkutils.c
10467                 Made gtkut_editable_get_selection return NULL if selection
10468                 is of length zero.
10469                 This fixes a bug where selecting part of message A then
10470                 switching to message B and replying to it will not
10471                 quote the message's body.
10472
10473 2002-02-12 [paul]       0.7.0claws70
10474
10475         * src/mainwindow.c
10476                 cosmetic, relating to pixmap themes: on toolbar make 
10477                 updating of 'Exec' and 'Compose news/Compose email'
10478                 icons faster.
10479
10480 2002-02-12 [carsten]    0.7.0claws69
10481         * src/folderview.c
10482           src/mainwindow.[ch]
10483           src/stock_pixmap.c
10484           src/summaryview.c
10485           src/prefs_common.c
10486                 - refreshing after changing pixmap theme better
10487                   now (thanks Paul)
10488                 - wanted to remove some mem leaks, but alfons was
10489                   faster (and had the better solution ;)
10490
10491 2002-02-12 [alfons]     0.7.0claws68
10492
10493         * src/prefs_common.c
10494         * src/stock_pixmap.[ch]
10495                 plug mem leaks, refactor code a little bit
10496
10497
10498 2002-02-12 [sergey]     0.7.0claws67
10499
10500         * src/imap.c
10501                 Fixed problem with copying messages to IMAP folders when the
10502                 server uses something other than '/' as a namespace separator
10503                 (cyrus-imapd uses '.').
10504
10505 2002-02-12 [jens]       0.7.0claws66
10506
10507         * po/de.po
10508                 Updated German Translation
10509
10510 2002-02-12 [paul]       0.7.0claws65
10511
10512         * sync with sylpheed 0.7.1cvs1
10513                 see ChangeLog entry 2002-02-12
10514
10515 2002-02-12 [melvin]     0.7.0claws64
10516
10517         * src/prefs_actions.c
10518                 Fixed "feature" where children's output was duplicated 
10519                 instead of refreshed while monitoring.
10520                 Removed some debug code.
10521
10522 2002-02-12 [christoph]  0.7.0claws63
10523
10524         * src/compose.c
10525                 always delete message from queue after sending/send error
10526                 (closes bug #509601)
10527
10528 2002-02-12 [melvin]     0.7.0claws62
10529
10530         * src/prefs_actions.c
10531                 Children wait loop is now triggered with a timeout of 1s
10532                 Added %F which is replaced with the list of filenames 
10533                 of all selected messages (as suggested by Ricardo Mones Lestra)
10534                 Pipe syntax changed. Prefix with | to send selection, postfix
10535                 with | to retrieve output. Prefix with > or * to send
10536                 user definable input to the command (*: input is hidden)
10537                 Old pipe action should now be postfixed with |, too.
10538
10539 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
10540         * src/stock_pixmap.c
10541                 fixed a bug: if there's no theme directory don't
10542                 throw an error, just do "nothing" (thanks Alfons)
10543
10544 2002-02-12 [carsten]    0.7.0claws60
10545         * src/folderview.c
10546           src/summaryview.c
10547                 had to write the cache twice (nasty!); some marks would 
10548                 get lost if not
10549
10550 2002-02-11 [carsten]    0.7.0claws59
10551         * acconfig.h
10552           configure.in
10553           doc-src/maintainer_guide.txt
10554           src/compose.[ch]
10555           src/defs.h
10556           src/folderview.[ch]
10557           src/gtkutils.[ch]
10558           src/mainwindow.[ch]
10559           src/prefs_common.[ch]
10560           src/stock_pixmap.[ch]
10561           src/summaryview.[ch]
10562                 pixmap theming and related work on pixmap
10563                 handling on some other places
10564                 (e.g. hrm features for all folder)
10565           src/pixmap/stock_*.xpm -> the stock_ was removed
10566         
10567 2002-02-11 [paul]       0.7.0claws58
10568
10569         * sync with sylpheed 0.7.1 release
10570                 see ChangeLog entries 2002-02-11
10571
10572 2002-02-08 [paul]       0.7.0claws57
10573
10574         * sync with sylpheed 0.7.0cvs39
10575                 see ChangeLog entry 2002-02-07 (last entry) 
10576
10577         * src/prefs_actions.c
10578           src/prefs_filtering.c
10579           src/prefs_matcher.c
10580           src/prefs_scoring.c
10581                 sync: made it compile with C compilers other than gcc
10582
10583 2002-02-07 [paul]       0.7.0claws56
10584
10585         * sync with sylpheed 0.7.0cvs38
10586                 see ChangeLog entries 2002-02-06 (last 2 entries) and
10587                 2002-02-07
10588
10589 2002-02-07 [darko]      0.7.0claws55
10590
10591         * src/gtkutils.[ch]
10592         * src/summaryview.c
10593                 Fix const gchar */gchar * issue (thanks Hiro)
10594
10595 2002-02-07 [darko]      0.7.0claws54
10596
10597         * src/compose.[ch]
10598         * src/filtering.c
10599         * src/gtkutils.[ch]
10600         * src/prefs_template.c
10601         * src/quote_fmt.h
10602         * src/quote_fmt_parse.y
10603         * src/summaryview.c
10604         * src/utils.[ch]
10605                 When replying or forwarding an email don't quote the entire
10606                 mail body but use the part of the message text that is selected
10607
10608 2002-02-06 [melvin]     0.7.0claws53
10609
10610         * src/prefs_common.[ch]
10611         * src/gtkspell.[ch]
10612         * src/compose.c
10613                 Made possible to switch quickly to last used dictionary
10614                 which makes checking bilingual documents easier.
10615
10616 2002-02-06 [melvin]     0.7.0claws52
10617         
10618         * po/POTFILES.in
10619                 Added forgotten new file src/prefs_actions.c
10620
10621 2002-02-06 [melvin]     0.7.0claws51
10622
10623         * src/prefs_actions.c   ** NEW FILE **
10624         * src/prefs_actions.h   ** NEW FILE **
10625                 Added actions to execute on message text view, or on the
10626                         message's file.
10627         * src/Makefile.am
10628                 Added src/prefs_actions.[ch]
10629         * src/compose.c
10630                 Added new menu "Edit/Actions"
10631         * src/defs.h
10632                 Added new actionsrc file.
10633         * src/main.c
10634                 Added actionsrc reading.
10635         * src/mainwindow.c
10636                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10637         * src/prefs_common.h
10638                 Added new element actionslst element to prefs_common.
10639
10640 2002-02-06 [paul]       0.7.0claws50
10641
10642         * sync with sylpheed 0.7.0cvs36
10643                 see ChangeLog entry 2002-02-06
10644
10645 2002-02-05 [paul]
10646
10647         * po/es.po
10648                 updated by Ricardo Mones Lastra
10649
10650 2002-02-05 [paul]       0.7.0claws49
10651
10652         * sync with sylpheed 0.7.0cvs33
10653                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10654
10655 2002-02-05 [paul]       0.7.0claws48
10656
10657         * src/compose.c
10658                 re-add 'Edit/Advanced/Delete entire line', previously named
10659                 'Delete Line+'
10660
10661 2002-02-04 [paul]       0.7.0claws47
10662
10663         * src/compose.c
10664           src/summaryview.c
10665                 fix bug #494993 (Reply All not taking Reply-To into consi)
10666                 eliminate differences in behaviour of right-click 'Reply to all' 
10667                 in summary view and 'Reply to all' on the toolbar. 
10668                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10669                 view and From gets ignored by 'Reply to all' on toolbar.
10670                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10671                 From when no Reply-To header is present.
10672
10673 2002-02-04 [paul]       0.7.0claws46
10674
10675         * sync with sylpheed 0.7.0cvs30
10676                 see ChangeLog entries 2002-02-03 and 2002-02-04
10677
10678 2002-02-03 [melvin]     0.7.0claws45
10679
10680         * src/gtkspell.[ch]
10681                 Readded function to highlight all misspelled words.
10682                 Fixed bug where user-provided-words did not replace
10683                         correctly the misspelled word when using the mouse.
10684                 Fixed bug where checking a region selected from right to left did
10685                         not check the region at all.
10686                 Fixed bug where 'Check backwards' may not check at all. 
10687                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10688                 Fixed possible buffer overflow when checking for long strings (>1k).
10689                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10690                 Accelerators code uses now gtk_widget_add_accel.
10691                 Removed and disabled obsolete and unfinished code.
10692                 Cleaning up.
10693
10694         * src/compose.c
10695                 Added menu item to Highlight all misspelled words.
10696
10697 2002-02-01 [paul]       0.7.0claws44
10698
10699         * src/mainwindow.c
10700                 fix '/View/Hide read messages' sensitivity when all
10701                 messages in a folder are hidden
10702
10703 2002-02-01 [paul]       0.7.0claws43
10704
10705         * src/main.c
10706                 add --send option to command line interface, sends all
10707                 queued mail. Patch submitted by Ricardo Mones Lastra.
10708
10709 2002-01-31 [paul]       0.7.0claws42
10710
10711         * src/mainwindow.c
10712                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10713
10714 2002-01-31 [paul]       0.7.0claws41
10715
10716         * sync with sylpheed 0.7.0cvs27
10717                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10718                 and 2002-01-31
10719
10720         * src/textview.c
10721                 comment out elements of textview_show_part() as temporary
10722                 workaround for attachment 'Display as text' bug 
10723
10724         * po/pt_BR.po
10725                 updated by Fabio Junior Beneditto
10726
10727 2002-01-30 [paul]       0.7.0claws40
10728
10729         * sync with sylpheed 0.7.0cvs24
10730                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
10731                 and 2002-01-30
10732
10733         * src/compose.c
10734                 add {N_("/_Spelling"), ... "<Branch>"} to 
10735                 GtkItemFactoryEntry compose_entries[]
10736
10737         * src/prefs_common.c
10738                 add claws menu items to prefs_keybind_apply_clicked()
10739                 and remove non-claws menu items
10740
10741 2002-01-29 [paul]       0.7.0claws39
10742
10743         * sync with sylpheed 0.7.0cvs22
10744                 see ChangeLog entries 2002-01-28 and 2002-01-29
10745
10746 2002-01-28 [melvin]     0.7.0claws38
10747
10748         * src/compose.c
10749                 Added the declartion of compose_send_control_enter.
10750
10751         * src/compose.c
10752         * src/gtkspell.[ch]
10753                 Added in a 'Spelling' menu which includes the configuration menu. 
10754                 Added a real 'Check all' and got rid from the old one which only
10755                 highlited misspelled word.
10756                 Made 'Check while typing' a disableable option.
10757                 Added a dialog when there are no more misspelled word.
10758                 Added a dialog if error occurs when switching to a dictionary.
10759         
10760         * src/prefs_common.[ch]
10761                 Added option for the default 'Check while typing' option.
10762
10763
10764 2002-01-28 [alfons]     0.7.0claws37
10765
10766         * src/compose.c
10767                 fix buglet and make code comply with sylpheed code style
10768
10769 2002-01-28 [paul]       0.7.0claws36
10770
10771         * sync with sylpheed 0.7.0cvs19
10772                 see ChangeLog entries for 2002-01-28
10773
10774 2002-01-28 [hoa]        0.7.0claws35
10775
10776         * src/defs.h
10777                 added rendererrc
10778
10779         * src/main.c
10780                 read the renderer config
10781
10782         * src/procmime.[ch]
10783                 use the renderer config to convert mime attachments
10784
10785         * src/textview.c
10786                 don't use textview_show_html/ertf,
10787                 use get_text_content instead
10788
10789 2002-01-27 [alfons]     0.7.0claws34
10790         
10791         * src/news.c
10792                 make sylpheed believe it can delete a news message...
10793                 (messages are NOT deleted, maybe we should remove
10794                 processing from the folder properties after all.)
10795
10796 2002-01-27 [alfons]     0.7.0claws33
10797
10798         * src/folder.c
10799                 add extra checks
10800         * src/news.c
10801                 implement remove_msg() 
10802
10803 2002-01-27 [alfons]     0.7.0claws32
10804
10805         * src/procmsg.h
10806         * src/procheader.c
10807         * src/messageview.c
10808                 fix return receipt / disposition notification again. this
10809                 stuff seems to break on _every_ major summary UI change, so
10810                 it's now implemented using a flag which is saved in the
10811                 marks cache
10812                 
10813 2002-01-26 [alfons]     0.7.0claws31
10814
10815         * src/import.c
10816                 let import dialog show the destination folder identifier
10817
10818 2002-01-26 [melvin]     0.7.0claws30
10819
10820         * src/folderview.c
10821         * src/summaryview.c
10822                 Readded 'Mark all read' into summary view popup menu
10823                 Added 'Mark all read' in folder view popup menu for IMAP
10824                 and NNTP.
10825                 Made it insensitive if the selected folder is not the shown
10826                 one to avoid 'Mark all read' on the wrong folder.
10827                 
10828 2002-01-26 [paul]       0.7.0claws29
10829
10830         * src/folderview.c
10831           src/summaryview.c
10832                 move 'Mark all read' from summary view to folder view
10833                 menu. (adapted from) patch submitted by Jeremy Andrews,
10834                 <lists@kerneltrap.com>
10835
10836 2002-01-25 [alfons]     0.7.0claws28
10837
10838         * src/gtkstext.c
10839                 put the gtk class name back so GtkSText adapts the 
10840                 settings of GtkText
10841
10842 2002-01-25 [alfons]     0.7.0claws27
10843
10844         * src/folderview.c 
10845                 assimilate Ricardo's patch that shows pixmaps instead of
10846                 plain "new" and "unread" texts in the folder view column
10847                 headers 
10848
10849 2002-01-25 [paul]       0.7.0claws26
10850
10851         * src/Makefile.am
10852                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
10853                 be found in non-standard locations. 
10854                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
10855
10856 2002-01-25 [paul]       0.7.0claws25
10857
10858         * sync with sylpheed 0.7.0cvs16
10859                 see ChangeLog entry 2002-01-25
10860
10861 2002-01-24 [paul]       0.7.0claws24
10862
10863         * more sync with sylpheed 0.7.0cvs15
10864                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
10865
10866 2002-01-23 [sergey]     0.7.0claws23
10867
10868         * src/importldif.c
10869                 Fixed segfault when closing LDIF import wizard with
10870                 the window manager.
10871         * src/imageview.c
10872         * src/imageview.h
10873         * src/messageview.c
10874         * src/mimeview.c
10875                 Fixed wrong scrolling position after switching between
10876                 text and image parts.
10877
10878 2002-01-23 [paul]       0.7.0claws22
10879
10880         * sync with sylpheed 0.7.0cvs15
10881                 see ChangeLog entries 2002-01-22 and 2002-01-23
10882
10883 2002-01-21 [melvin]     0.7.0claws21
10884
10885         * src/prefs_scoring.c
10886         * src/prefs_filtering.c
10887                 Fixed bug where scoring and filtering windows stopped
10888                 autochecking.
10889
10890 2002-01-21 [paul]       0.7.0claws20
10891
10892         * sync with sylpheed 0.7.0cvs12
10893                 see ChangeLog entries 2002-01-20 and 2002-01-21
10894
10895 2002-01-21 [carsten]    0.7.0claws19
10896         * src/mainwindow.c
10897         * src/menu.[ch]
10898         * src/messageview.[ch]
10899         * src/summaryview.[ch]
10900                 changes to shortcuts handling again:
10901                         + "Q" now controled by mainwin
10902                         + v/V are now customizable and have slightly
10903                           different meanings
10904                 the "button" to minimize the messageview (and maximize
10905                 the summary view) is a real button now
10906         * src/compose.c
10907                 "Delete Line+" added to Edit/Advanced (this will also
10908                 delete the '\n')
10909
10910 2002-01-20 [melvin] 0.7.0claws18
10911
10912         * src/addressbook.c
10913                 Made "Bcc" sensitive when addressbook is called from
10914                 compose window (it was a Claws only bug).
10915
10916 2002-01-19 [alfons] 0.7.0claws17
10917
10918         * src/inc.c
10919                 prevent unnecessary updates when currently selected folder has
10920                 no new messages 
10921
10922 2002-01-19 [alfons] 0.7.0claws16
10923         
10924         * src/summaryview.c
10925                 prevent writing the cache based on current message list in summary 
10926                 view when filtering also put messages in currently selected folder
10927
10928 2002-01-19 [paul]
10929
10930         * po/it.po
10931                 Italian translation submitted by Alessandro Maestri
10932                 <a.maestri@cs.tin.it>
10933
10934 2002-01-18 [melvin]     0.7.0claws15
10935
10936         * src/prefs_filters.c
10937                 fixed bug where 'cancel' from 'filters' window stops autochecking
10938                 if the timer timed out  when the window was open.
10939
10940 2002-01-18 [match]      0.7.0claws14
10941
10942         * src/addrclip.[ch]     ** NEW FILE **
10943         * src/addrselect.[ch]   ** NEW FILE **
10944         * src/adbookbase.h      ** NEW FILE **
10945                 addressbook cut, copy and paste
10946         * src/addrbook.[ch]
10947         * src/addrcache.[ch]
10948         * src/addressitem.h
10949         * src/addrindex.[ch]
10950         * src/addritem.[ch]
10951         * src/importldif.c
10952         * src/importmutt.c
10953         * src/jpilot.[ch]
10954         * src/syldap.[ch]
10955         * src/vcard.[ch]
10956         * src/jpilot.[ch]
10957         * src/editbook.c
10958         * src/editjpilot.c
10959         * src/editldap.c
10960         * src/editvcard.c
10961                 support for copy/paste
10962         * src/addressbook.c
10963                 support for copy/paste
10964                 tidy up menu option processing
10965                 correct address list function arguments
10966         * src/editaddress.c
10967                 sort user attributes
10968         * src/ldif.h
10969         * src/mutt.h
10970                 tidy up
10971
10972         * src/addrbook.[ch]
10973         * src/addrbook.[ch]
10974         * src/addrbook.[ch]
10975                 
10976
10977 2002-01-18 [paul]       0.7.0claws13
10978
10979         * sync with sylpheed 0.7.0cvs8
10980                 configure.in: support Mac OS X (Darwin)
10981
10982 2002-01-18 [carsten]    0.7.0claws12
10983         * src/html.c
10984                 small hack to fix a segfault with an empty href
10985                 (reported by Alexandra Walford <deeni@altern.org>)
10986         * src/mainwindow.c
10987         * src/summaryview.c
10988                 the shortcuts for Mark und Mark as unread are hardcoded
10989                 again
10990         * src/compose.c
10991         * src/gtkstext.[ch]
10992                 readded the shortcuts in gtkstext but made them
10993                 customizeable (simply by adding a menu plus a wrapper
10994                 to compose.c)
10995
10996 2002-01-17 [melvin]     0.7.0claws11
10997
10998         * src/gtkspell.c
10999                 fix default dictionary not being saved.
11000
11001 2002-01-16 [darko]      0.7.0claws10
11002
11003         * src/compose.c
11004                 fix wrapping crash with URL longer than wrapping margin
11005
11006 2002-12-08 [hoa]        0.7.0claws10
11007
11008         * src/matcher_parser_parse.y
11009                 fixed some bugs
11010
11011         * src/prefs_filtering.c
11012                 now, we can use bounce action in the dialog box.
11013
11014 2002-01-16 [carsten]    0.7.0claws9
11015         * src/gtkstext.c
11016                 removed the <control> and <alt> shortcuts because they're
11017                 not needed and interefered with the "normal" shortcuts
11018         * src/mainwindow.c
11019         * src/summaryview.c
11020                 removed most of the hardcoded shortcuts and assigned
11021                 them to menu entries making them easy customizable by
11022                 that
11023
11024 2002-01-16 |melvin]     0.7.0claws8
11025
11026         * src/gtkspell.c
11027                 fixed bug where using the mouse and when the compose
11028                 window is not on top may result in a crash.
11029
11030 2002-01-16 [melvin]     0.7.0claws7
11031
11032         * src/compose.c
11033                 fixed a long standingspell checker bug which could 
11034                 cause a crash after sending a message.
11035
11036 2002-01-16 [paul]       0.7.0claws6
11037
11038         * sync with sylpheed 0.7.0cvs7
11039                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
11040                 2002-01-15, and 2002-01-16
11041
11042 2002-01-16 [melvin]     0.7.0claws5
11043
11044         * README.claws
11045         * src/compose.c
11046         * src/gtkspell.[ch]
11047         * src/main.c
11048                 Heavily modified spell checker code to work around
11049                 ispell bug, to add keyboard shortcuts and for future
11050                 enhancements. See README.claws for usage information.
11051
11052 2002-01-15 [alfons]     0.7.0claws4
11053         
11054         * src/summaryview.c
11055                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
11056                 so sorting within threads reflects sort mode
11057
11058 2002-01-15 [christoph]  0.7.0claws3
11059
11060         * src/procmsg.c
11061                 added alertpanel if mail sending failed
11062
11063 2002-01-15 [alfons]     0.7.0claws2
11064         
11065         * src/prefs_filtering.c
11066                 don't stop timer when prefs filtering dialog is opened
11067
11068 2002-01-14 [alfons]     0.7.0claws1
11069
11070         * src/addr_compl.c
11071         * src/prefs.c
11072                 remove debug_print()s for privacy reasons
11073
11074 2002-01-14 [darko]      0.7.0claws
11075
11076         * README.claws
11077                 quotation wrapping is now also in the main branch
11078
11079 2002-01-14 [paul]
11080
11081         * tools/filter_conv.pl
11082                 allow for Boolean Op and case-sensitivity
11083                 this file is included in the release and tagged
11084                 'rel_0_7_0'
11085
11086 2002-01-13 [paul]       0.7.0claws
11087
11088         * release 0.7.0, with cvs tag 'rel_0_7_0'
11089
11090 2002-01-13 [paul]
11091
11092         * tools/filter_conv.pl
11093         * tools/README
11094                 rewritten to output to matcherrc instead of filteringrc
11095
11096         * po/es.po
11097                 updated Spanish translation by Ricardo Mones Lastra
11098
11099 2002-01-13 [alfons]
11100
11101         * po/nl.po
11102                 update dutch translation
11103
11104 2002-01-13 [paul]
11105
11106         * po/pt_BR.po
11107                 Updated by Fabio Junior Beneditto 
11108
11109 2002-01-13 [melvin]     0.6.6claws53
11110
11111         * po/fr.po
11112                 Updated french translation
11113
11114 2002-01-12 [alfons]     0.6.6claws52
11115
11116         * src/filtering.c
11117                 plug mem leak that has been sitting there for ages              
11118
11119 2002-01-12 [alfons]     0.6.6claws51
11120
11121         * src/summaryview.c
11122                 undo melvin's changes from 0.6.6claws48 because summary
11123                 view now refuses to select first unread message when
11124                 selecting a folder 
11125
11126 2002-01-11 [alfons]     0.6.6claws50
11127
11128         * src/import.c
11129                 use claws' semantics for getting folder item when
11130                 importing an mbox file into a folder 
11131                 (submitted by Dale P. Smith)
11132
11133 2002-01-11 [christoph]  0.6.6claws49
11134
11135         * src/prefs.h
11136                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
11137                 toggle widget, because non static prefs can not use
11138                 prefs_set_* functions
11139         * src/prefs_account.c
11140                 toggle smtp auth password field sensitivity if
11141                 user id is empty and add descrition of usage for
11142                 these fields
11143         * src/prefs_folder_item.c
11144                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
11145                 callbacks
11146
11147 2002-01-11 [melvin]     0.6.6claws48
11148
11149         * src/compose.c
11150                 fix the 'Ctrl-Enter' feature for sending and test really
11151                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
11152                 editables which was not documented in Gtk)
11153
11154         * src/summaryview.c
11155                 Made summaryview refresh after sorting and not before.
11156
11157 2002-01-11 [christoph]  0.6.6claws47
11158
11159         * src/compose.c
11160                 select account from account ids if possible and
11161                 correctly set save folder for copy in reedit
11162
11163 2002-01-10 [paul]       0.6.6claws46
11164
11165         * sync with sylpheed 0.7.0 release
11166                 see ChangeLog entries 2002-01-07, 2002-01-08 and
11167                 2002-01-09
11168
11169 2002-01-09 [alfons]
11170
11171         * src/summaryview.c
11172                 remove more dirt traces...
11173
11174 2002-01-09 [alfons]
11175         
11176         * src/summaryview.c
11177                 clean up some traces of my debugging stuff
11178
11179 2002-01-09 [alfons]     0.6.6claws45
11180
11181         * src/filtering.c
11182                 break up filteringprop_apply() in three separate pieces
11183                 so we can drop messages that failed processing in the
11184                 inbox
11185
11186         * src/summaryview.c
11187                 fix bug #469598 "no refresh of inbox after filter" which 
11188                 was introduced by the new summary view locking, and which 
11189                 prevented the summary view to update after a manual filter 
11190                 message. claw's filter message requires a summary_show().
11191                 (aargh, summary_show() again! :-)
11192                 
11193 2002-01-07 [alfons]     0.6.6claws44
11194
11195         * src/headerwindow.c
11196         * src/logwindow.c
11197         * src/messageview.c
11198         * src/sourcewindow.c
11199                 bring in Hiro's last 0.7.0 wm class fixes
11200
11201         * tools/sylprint.pl
11202                 bring in Ricardo's fix for sylprint script
11203
11204         * AUTHORS       
11205         * src/rfc2015.[ch]
11206         * src/prefs_common.[ch]
11207         * src/prefs_account.[ch]
11208         * src/compose.c
11209                 clean up account preference poison in rfc2015,
11210                 and preparation to fix double sign bug 
11211                 (patch submitted by Simon 'corecode' Schubert)
11212
11213 2002-01-07 [christoph]  0.6.6claws43
11214
11215         * src/mh.c
11216                 search for free message number, do not only rely
11217                 on last_num
11218         * src/send.c
11219                 fix smtp auth and use extra account information
11220                 if available, if not use pop3 data instead
11221                 (closes bug #500341)            
11222         * src/ssl.[ch]
11223                 match coding style
11224
11225 2002-01-06 [alfons]     0.6.6claws42
11226
11227         * src/mainwindow.c
11228                 try making the separate windows work again...
11229
11230 2002-01-06 [alfons]     0.6.6claws41
11231
11232         * src/mainwindow.c
11233                 adapt Hiro's separate window menu (to get rid of the funny
11234                 duplicate menu items), and make it work again
11235
11236 2002-01-06 [alfons]     0.6.6claws40
11237
11238         * tools/Makefile.am
11239         * tools/sylprint.rc
11240         * tools/sylprint.pl
11241         * tools/README.sylprint
11242                 add sylprint script for printing mails from Sylpheed
11243                 (contributed by Ricardo Mones Lastra)
11244
11245         * src/acount.c
11246                 clean up
11247
11248 2002-01-06 [melvin]     0.6.6claws39
11249
11250         * src/mainwindow.c
11251         * src/summaryview.c
11252                 Fixed crash introduced in 0.6.6claws38 by the menu
11253                 reorganisation (Hide read messages)
11254         
11255         * ChangeLog.claws 
11256                 Fixed typo (we are now in 2002, alfons ;) )
11257
11258 2002-01-05 [alfons]     0.6.6claws38
11259
11260         * sync with sylpheed 0.6.6cvs10-17
11261                 (last stuff marked as LAST_STABLE)
11262
11263 2002-01-04 [melvin]     0.6.6claws37
11264
11265         * src/account.c
11266                 Made account selection code use strcasestr again instead of
11267                 g_strcasecmp (fixes bug where reediting queued messages
11268                 did not select proper account reported by T. Link).
11269         
11270         * src/folderview.c
11271                 Fix bug where folder icons are not shown when 'hide read messages'
11272                 is on.
11273         
11274         * src/stock_pixmaps.[ch]
11275                 Added folder icons for 'hide read messages'.
11276         
11277         * src/compose.c
11278                 Fixed bug where 'Enter' in a header entry will send the message 
11279                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
11280
11281 2002-01-03 [melvin]     0.6.6claws36
11282         
11283         * src/prefs.[ch]
11284                 Added popup menu for common preferences and
11285                 account preferences (right click on tab displays
11286                                 a menu of all tabs.)
11287
11288 2002-01-02 [melvin]     0.6.6claws35
11289
11290         * src/gtkspell.[ch]
11291                 Made spelling code compatible with undo/redo feature.
11292                 Added creation of suggestion mode menu for the general
11293                         preferences.
11294         
11295         * src/prefs_common.[ch]
11296                 Added option menu for the speller's suggestion mode.
11297                 Added missing spaces in "..." buttons and made a "..."
11298                         button non translatable!
11299         
11300         * src/compose.c
11301                 Made speller use the default suggestion mode.
11302                 Hack to make it possible to choose 'CTRL-Enter' as a
11303                         shortcut for sending (and only for sending).
11304
11305         * src/prefs_folder_item.c
11306                 Changing subject simplification does not update cache 
11307                         anymore (because it is unnecessary).
11308                 Fixed bug where changing subject simplification updated the 
11309                         summaryview even when the viewed folder is not the
11310                         folder which properties are being changed. (E.g. 
11311                                         viewing folder A and changing
11312                                         the subject simplification of 
11313                                         folder B -not being viewed- updated the 
11314                                         summaryview of folder A with data of
11315                                         folder B). (Hope this is clear... )
11316
11317 2001-12-31 [alfons]     0.6.6claws34
11318         
11319         * src/ldif.c
11320         * src/mutt.c
11321                 fgetc() returns a signed integer which doesn't
11322                 fit in a char. so c truncates this to a char
11323                 but we may lose significant bits. i.e. we may
11324                 comparing 0xFF which may not be equal to -1
11325                 unless properly casted to signed char which
11326                 we won't do because fgetc() returns a signed
11327                 integer which doesn't fit in a char. so c 
11328                 truncates this to a char but we may lose 
11329                 significat bits. (you got the idea, thanks
11330                 to Gustavo Noronha Silva <kov@debian.org>
11331                 and the Debian folks!)
11332
11333 2001-12-30 [alfons]     0.6.6claws33
11334
11335         * src/prefs_common.c
11336                 add #ifdef USE_PSPELLs that Melvin forgot               
11337
11338 2001-12-30 [melvin]     0.6.6claws32
11339         
11340         * src/prefs_common.[ch]
11341                 Added configurable color for misspelled words.
11342
11343         * src/gtkspell.[ch]
11344                 Fixed bug of foreground text color (reported by David
11345                                 Mehrmann)
11346                 Added configurable color for misspelled words.
11347
11348 2001-12-30 [alfons]     0.6.6claws31
11349
11350         * src/folder.c
11351                 remove unnecessary things someone put there
11352
11353         * src/mh.c
11354         * src/folder.[ch]
11355                 make folder properties (like threading and sorting) persistent
11356                 (closes bug #497424 "rescan folder tree resets proprieties")
11357                 currently this is only for MH folders. 
11358
11359 2001-12-29 [melvin]     0.6.6claws30
11360
11361         * src/string_match.[ch]
11362                 Optimized a bit: regexp pattern buffer compiled only once, and
11363                   one subroutine call removed. Fixed ^ regexp search: Now, 
11364                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
11365         
11366         * src/summaryview.c
11367                 Subject filtering changed to filter summary columns and
11368                   not directly the messages subject cache. The loss in 
11369                   performance is balanced by the improvement of string_match.
11370                 Added an alert panel if there is an error in the regexp.
11371
11372         * src/src/prefs_folder_item.h
11373                 Added a regexp pattern buffer.
11374
11375 2001-12-28 [alfons]     0.6.6claws29
11376
11377         * src/string_match.[ch]
11378                 clean up name space
11379                 allow compilation *BSD
11380
11381 2001-12-27 [alfons]     0.6.6claws28
11382
11383         * src/filter.c
11384                 sync the Hiro's bug fix for BSD
11385
11386 2001-12-27 [melvin]     0.6.6claws27
11387         
11388         * src/compose.c
11389                 Simplify focus to subject entry code.
11390
11391 2001-12-27 [darko]      0.6.6claws26
11392
11393         * src/filtering.c
11394         * src/mbox_folder.c
11395         * src/messageview.c
11396         * src/mh.c
11397         * src/procheader.[ch]
11398         * src/procmsg.h
11399         * src/stock_pixmap.[ch]
11400         * src/summaryview.c
11401                 Show key icon for encrypted mails in summary view
11402
11403         * src/pixmaps/clip.xpm
11404         * src/pixmaps/clipkey.xpm
11405         * src/pixmaps/key.xpm
11406                 New/modified icons for the above
11407
11408 2001-12-27 [melvin]     0.6.6claws25
11409
11410         * src/prefs_common.c
11411                 Put spell checker options in a separate tab to decrease
11412                 the Common Preferences window height.
11413
11414         * README.claws  
11415                 Update spell checker usage instruction about its options
11416                 location.
11417
11418 2001-12-27 [melvin]     0.6.6claws24
11419
11420         * src/compose.c
11421                 Changed subject entry widget position. Initial focus is
11422                 on the To header instead of the subject entry.
11423                 Creating a new header scrolls the header list to make the
11424                 created one visible. Nevertheless, when automatically filling
11425                 headers, the first one is shown.
11426                 A Tab key press in the last empty header entry zips the 
11427                 focus to the subject entry.
11428                 (I did not change the combo boxes, yet)
11429
11430 2001-12-26 [alfons]     0.6.6claws23
11431
11432         * src/prefs_account.c
11433         * src/inc.c
11434                 allow default inbox to reside in another mailbox (only
11435                 works for POP3 accounts)
11436
11437 2001-12-26 [alfons]     0.6.6claws22
11438         
11439         * src/textview.c
11440                 make reply-on-click work with the account of the selected folder
11441         * src/compose.c
11442                 put a fixme here to remind me to fix finding correct default
11443                 account for nested folders
11444
11445 2001-12-25 [alfons]     0.6.6claws21
11446
11447         * src/summaryview.c
11448                 make column headers display locked and mark pixmaps (idea by Melvin) 
11449                 fix bug by adding score and locked column type to sort array
11450
11451 2001-12-25 [alfons]     0.6.6claws20
11452         
11453         * src/summaryview.c
11454                 catch a *potentially* inadvertent write back of  
11455                 the message cache(s) introduced by 0.6.5claws37
11456
11457 2001-12-25 [christoph]  0.6.6claws19
11458
11459         * src/stock_pixmap.[ch]
11460         * src/summaryview.c
11461                 add ignore thread pixmap
11462                 (can someone draw a better icon for this?)
11463
11464 2001-12-24 [alfons]     0.6.6claws18
11465
11466         * src/prefs_folder_item.c
11467                 make address completion actually work for the
11468                 Default To address in the Folder Property dialog.
11469
11470 2001-12-24 [alfons]     0.6.6claws17
11471         
11472         * src/summaryview.c
11473                 use new style regexp for subject stripping 
11474                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
11475
11476 2001-12-24 [darko]      0.6.6claws16
11477
11478         * src/pgptext.c
11479         * src/rfc2015.c
11480                 move GPG related informational messages to debug mode
11481
11482 2001-12-23 [alfons]     0.6.6claws15
11483
11484         * src/stock_pixmap.[ch]
11485         * src/summaryview.c
11486                 add the forgotten Claws' locked pixmap
11487
11488 2001-12-23 [alfons]     0.6.6claws14
11489
11490         * src/filesel.c
11491                 accept file name typed in entry in multi file
11492                 selector (patch submitted by Gustavo Noronha Silva 
11493                 <kov@debian.org>)
11494
11495 2001-12-23 [alfons]     0.6.6claws13
11496
11497         * src/prefs_filter.c
11498         * src/prefs_filtering.c
11499         * src/matcher.c
11500         * src/importmutt.c
11501                 clean up a little bit
11502         
11503         * src/string_match.c
11504                 validate input strings a little bit more
11505
11506 2001-12-23 [alfons]     0.6.6claws12
11507
11508         * src/Makefile.am
11509         * src/summaryview.c
11510         * src/string_match.[ch]         ** NEW **
11511         * src/folderview.[ch]
11512         * src/headerview.h
11513         * src/folder.[ch]
11514         * src/prefs_folder_item.[ch]
11515                 add subject simplification to strip out strings from
11516                 a subject line (esp. handy for mailing lists). 
11517                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
11518                 but slightly changed things for better integration.)
11519
11520 2001-12-23 [alfons]     0.6.6claws11
11521
11522         * src/mainwindow.c
11523                 fix bug introduced by submission included in 0.6.5claws52.
11524                 ideally this submission should clean the trash if any trash
11525                 folder has a message. however, the hasTrash variable was
11526                 set to false whenever a trash folder was empty (discarding
11527                 a previously found *filled* trash folder.)
11528
11529                 also edited the code a little bit and made it more safe.
11530
11531 2001-12-22 [alfons]     0.6.6claws10
11532
11533         * src/imap.c
11534                 quick fix for Martin Pool's omission of an account
11535                 specific SSL setting
11536
11537 2001-12-22 [alfons]     0.6.6claws9
11538
11539         * src/compose.c
11540         * src/messageview.c
11541         * src/mimeview.c
11542         * src/pgptext.c
11543         * src/procmime.[ch]
11544                 better support for multipart/digest (submitted
11545                 by Fredrik <e98fo@efd.lth.se>)
11546
11547 2001-12-22 [alfons]     0.6.6claws8
11548
11549         * src/addressbook.c
11550                 correct function signature
11551         * src/socket.[ch]
11552         * src/imap.[ch]
11553         * src/prefs_account.[ch]
11554                 allow IMAP over SSH tunnel (patch submitted by 
11555                 Martin Pool <mbp@samba.org>)
11556
11557 2001-12-21 [alfons]     0.6.6claws7
11558
11559         * sync with sylpheed 0.6.6cvs4-9
11560                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
11561
11562 2001-12-21 [christoph]  0.6.6claws6
11563
11564         * src/compose.c
11565         * src/prefs_folder_item.[ch]
11566                 implement saving of outgoing messages to current folder.
11567                 fix segfault when no default outbox is available
11568                 (closes bug #495683)
11569
11570 2001-12-21 [carsten]    0.6.6claws5
11571         * src/folderview.c
11572         * src/summaryview.c
11573                 pressing CTRL while DND does now the expected thing and
11574                 copies the mail (moving is still the default, as this
11575                 seam more appropriate for handling mails by DND)
11576
11577 2001-12-18 [paul]       0.6.6claws4
11578
11579         * sync with sylpheed 0.6.6cvs3
11580                 see ChangeLog entries 2001-12-18
11581
11582 2001-12-18 [hiro]       0.6.6claws3
11583
11584         * src/undo.c
11585                 fix for multibyte characters (obtain the number of letters
11586                 instead of bytes).
11587
11588 2001-12-17 [paul]       0.6.6claws2
11589
11590         * sync with sylpheed 0.6.6cvs1
11591                 see ChangeLog entry 2001-12-16
11592
11593 2000-12-17 [alfons]     0.6.6claws1
11594
11595         * src/filtering.c
11596                 clean up
11597
11598 2001-12-16 [paul]       0.6.6claws
11599 2001-12-15
11600
11601         * Release version 0.6.6claws, cvs tag: rel_0_6_6
11602
11603         * src/mimeview.c
11604                 last minute sync with main 0.6.6
11605
11606         * po/es.po
11607                 updated by Ricardo Mones Lastra
11608                 update for last minute sync
11609         * po/fr.po
11610         * po/nl.po
11611                 update for last minute sync
11612         * po/de.po
11613                 updated by Jens Oberender
11614         * po/pt_BR.po
11615                 updated by Fabio Junior Beneditto
11616
11617         * src/prefs_common.[ch]
11618         * src/undo.c
11619                 number of undo levels is user configurable
11620                 (squeeze it into the release in the dying
11621                 moments) Submitted by Jens Oberender    
11622
11623 2001-12-15 [melvin]
11624
11625         * po/fr.po
11626                 updated french translation
11627
11628 2001-12-15 [paul]       0.6.5claws92
11629
11630         * sync with sylpheed 0.6.5cvs28
11631                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11632
11633         * po/nl.po
11634                 update to allow for sync
11635
11636 2001-12-15 [alfons]
11637         
11638         * po/nl.po
11639                 update dutch translation
11640
11641 2001-12-14 [carsten]    0.6.5claws91
11642         * src/summaryview.c
11643                 fixed bug #473785; also after changing the column order
11644                 the same message will be selected and displayed as before
11645                 the reordering
11646
11647 2001-12-14 [carsten]    0.6.5claws90
11648         * src/folderview.c
11649                 probably found the bug reported by wwb opening or closing
11650                 a folder tree just before dnd (found the solution in the
11651                 balsa source -- thanks to them)
11652
11653 2001-12-14 [carsten]    0.6.5claws89
11654         * src/gtkutils.c
11655         * src/account.c
11656                 moved gtk_clist_moveto to the right place, so that
11657                 only the accounts dialog is effected on opening
11658
11659 2001-12-14 [carsten]    0.6.5claws88
11660         * src/gtkutils.c
11661                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11662                 now, so that the focused row will be seen in any case
11663                 (reported by wwp on sf-claws-user)
11664
11665 2001-12-14 [darko]      0.6.5claws87
11666
11667         * src/compose.c
11668                 remove unnecessary line
11669
11670 2001-12-14 [paul]       0.6.5claws86
11671
11672         * sync with sylpheed 0.6.5cvs27
11673                 see ChangeLog entries 2001-12-14
11674
11675 2001-12-14 [carsten]    0.6.5claws85
11676         * src/mainwindow.c
11677                 following a suggestion of Melvin the rcoabm pops up
11678                 right under the button now and the button is reliefed
11679                 while the popup is open
11680
11681 2001-12-14 [darko]      0.6.5claws84
11682
11683         * src/compose.c
11684                 fix crash when wrapping long lines if linewrap quotation
11685                 is disabled and wrapper encounters a word spanning more
11686                 than one line
11687
11688 2001-12-13 [paul]       0.6.5claws83
11689
11690         * src/compose.c
11691                 prefer 'Reply-To' header over mailing list header when
11692                 replying to a message. Finally prevent all those confirmation 
11693                 messages being sent to the list itself.
11694
11695         * src/summaryview.c
11696                 remove unused summary_set_menu_sensitive() entry
11697
11698 2001-12-13 [paul]       0.6.5claws82
11699
11700         * src/folderview.c
11701         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11702         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11703         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11704                 improvements to 'Hide read messages': Inbox, Outbox,
11705                 Trash, Queue, and Draft icons now reveal presence of hidden 
11706                 messages
11707
11708 2001-12-12 [alfons]     0.6.5claws81
11709
11710         0.6.5claws80 was tagged as LAST_STABLE
11711
11712         * src/filtering.[ch]
11713         * src/matcher.[ch]
11714         * src/matcher_parser_lex.c
11715                 fix the filtering; my last attempt to get it right, 
11716                 if it does not work, it's Hoa's turn. ;-)
11717
11718                 for my honourable peers:
11719                 
11720                 the code now makes a clear distinction between
11721                 rules as they are displayed (probably escaped),
11722                 and as they are executed (probably unescaped). the
11723                 parser does *NOT* do any unescaping, this is
11724                 the task of the matcher.c (which breaks up a
11725                 rule into condition) and the filtering.c (which
11726                 breaks up the rule's action). to make this
11727                 run happily we provide an unescaped copy of
11728                 crucial strings to the MatcherProp and 
11729                 FilteringAction structures. note that the only
11730                 exception to this is any REGEXP string. those
11731                 are directly passed to regcomp() and regexp()
11732                 (who have much more powerful unescape functions).
11733                 
11734                 for everyone else:
11735         
11736                 you can escape tab (\t), carriage return (\r),
11737                 linefeed (\n), form feed (\f), quote (\"), 
11738                 single quote (\'), bell (\b) in all the entry
11739                 lines in the scoring & filtering dialogs.
11740                 as an added bonus this should not affect
11741                 existing filtering rules.
11742
11743 2001-12-12 [carsten]    0.6.5claws80
11744
11745         * src/summaryview.c
11746         * po/de.po
11747                 "item(s) selected" is now sensitive to 1 or more
11748                 than one selected (nice for language where simple
11749                 adding of a "s" is not possible as German (Eintrag
11750                 ->Eintr"age)
11751                 
11752                 the "forward as attachment" entry from the right
11753                 click menu removed, "forward" acts following the
11754                 prefs
11755         
11756         * src/textview.c
11757                 reverted my former changes; so compiler warning again
11758                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
11759                 nevertheless
11760
11761         * src/messageview.c
11762                 "search in message" does now *not* only work in MVIEW_TEXT
11763                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
11764                 message
11765
11766         * src/mainwindow.c
11767                 removed "/File/_Close" as it was the same as "/File/E_xit"
11768                 and we don't need it two times
11769
11770                 the separate folder view and message view now get a distinct
11771                 WMCLASS, just in case someone is using sawfish ;-)
11772
11773                 as the menu entries "/View/Message view" and "/View/Folder tree"
11774                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
11775                 make them sensitive accordingly and as these two are "shown"
11776                 after startup anytime check this menuitem at startup
11777
11778 2001-12-12 [paul]       0.6.5claws79
11779
11780         * src/folderview.c
11781                 fix sensitivity of 'Search folder...', broken in
11782                 0.6.5claws75
11783
11784         * src/mainwindow.c
11785                 fix dodgy English
11786
11787 2001-12-11 [carsten]    0.6.5claws78
11788         * src/filtering.c
11789                 fixed two typos returning a wrong FALSE/TRUE
11790         * src/mainwindow.[ch]
11791                 extra menu for email/news button removed
11792
11793 2001-12-11 [alfons]     0.6.5claws77
11794         
11795         * src/matcher.c                 (1.3)
11796         * src/matcher_parser_lex.l      (1.28)
11797                 revert for another attempt
11798                 mark 0.6.5claws77 as LAST_STABLE
11799
11800 2001-12-11 [christoph]  0.6.5claws76
11801
11802         * po/de.po
11803                 fixed wrong translation for prev. unread msg
11804
11805 2001-12-11 [paul]       0.6.5claws75
11806
11807         * src/folder.[ch]
11808         * src/folderview.c
11809         * src/mainwindow.c
11810         * src/summaryview.[ch]
11811         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
11812                 enable ability to hide read messages on per folder basis via 
11813                 '/Summary/Hide read messages'; when selected, a folder will 
11814                 have a red open folder icon, instead of a blue icon, if the 
11815                 folder contains hidden messges
11816                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
11817
11818         * src/mainwindow.c
11819                 remove '/Message/Forward as attachment' from 
11820                 main_window_set_menu_sensitive() to prevent debug warning
11821
11822         * src/folderview.c
11823         * src/mainwindow.c
11824                 Clean up some of the English
11825
11826         * tools/newscache_clean.pl
11827                 allow for new 'hidereadmsgs' entry in folderlist.xml
11828
11829         * po/es.po
11830                 updated translation, submitted by Ricardo Mones Lastra
11831
11832 2001-12-11 [paul]       0.6.5claws74
11833
11834         * sync with sylpheed 0.6.5cvs25
11835                 see ChangeLog entry 2001-12-11
11836
11837 2001-12-10 [alfons]     0.6.5claws73
11838
11839         * src/matcher.c
11840                 add more control characters
11841         * src/matcher_parser_lex.l
11842                 make escaping / unescaping work again
11843
11844 2001-12-10 [alfons]     0.6.5claws72
11845
11846         * src/imap.c
11847                 clean up warnings "returning value for void function" 
11848         * src/prefs_filtering.c
11849                 make info button for execute action sensitive
11850
11851 2001-12-10 [paul]       0.6.5claws71
11852
11853         * src/compose.c
11854         * src/imap.[ch]
11855         * src/summaryview.c
11856                 fix: imap server now gets informed of MARKED, UNMARKED
11857                 and REPLY events. Now people can use different IMAP-Mail
11858                 clients and have the exact same information about MARKED,
11859                 UNMARKED and REPLY status with all of them. Especially
11860                 useful for imap servers with a web-frontend.
11861                 submitted by Tobias Sandhaas <medlor@web.de>
11862
11863 2001-12-09 [melvin]     0.6.5claws70
11864         
11865         * src/textview.[ch]
11866                 fixed bug #490076 (hunted down by Alfons who implemented
11867                 a workaround in 0.6.5claws65)
11868
11869 2001-12-09 [christoph]  0.6.5claws69
11870
11871         * src/summaryview.c
11872                 set pointer to string in LOCKED column to NULL
11873                 (might fix bug #490800)
11874
11875 2001-12-09 [carsten]    0.6.5claws68
11876
11877         * po/de.po
11878                 resolved some cluttered menu shortcuts 
11879                 ('creating new email' and 'creating news message'
11880                 hade the same)
11881         * src/compose.c
11882                 wmclass now distinc from main window
11883         * src/mainwindow.c
11884           src/mainwindow.h
11885                 email/news and forward button functionality similar
11886                 to the reply buttons; removed the ugly dropdown arrows
11887                 and use instead the right mouse button
11888
11889 2001-12-09 [paul]       0.6.5claws67
11890
11891         * src/imap.c
11892         * src/utils.h
11893                 allow spaces in imap folder names
11894                 submitted by Willem van Engen <wvengen@stack.nl>
11895
11896 2001-12-09 [paul]       0.6.5claws66
11897
11898         * sync with sylpheed 0.6.5cvs24
11899                 see ChangeLog entry 2001-12-09
11900
11901 2001-12-08 [alfons]     0.6.5claws65
11902
11903         * src/textview.c
11904                 prevent secondary selection claim after "add to sender" dialog
11905                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
11906                 we trick GTK by simulating a click at (0, 0) in the textview.
11907
11908 2001-12-08 [hoa]        0.6.5claws64
11909
11910         * src/folder.c
11911                 fixed a bug about the .processing folder name while filtering
11912
11913 2001-12-08 [alfons]     0.6.5claws63
11914
11915         * src/folderview.c 
11916                 work around problem of not correctly updating folder stats
11917                 when deleting messages. there's some folder scanning evil
11918                 going so the folderview_update_msg_num() does not work
11919                 correctly. need to investigate this.
11920
11921 2001-12-08 [paul]       0.6.5claws62
11922
11923         * sync with sylpheed 0.6.5cvs23
11924                 see ChangeLog entry 2001-12-08
11925
11926 2001-12-07 [christoph]  0.6.5claws61
11927
11928         * src/compose.c
11929                 fix another header translation problem
11930
11931 2001-12-07 [alfons]     0.6.5claws60
11932
11933         * src/mbox.c
11934                 make filtering also work on local spool mbox
11935
11936 2001-12-07 [carsten]    0.6.5claws59
11937         * src/addressbook.c
11938                 addressbook window gets a wmclass distinct from the main
11939                 sylpheed window
11940         * src/compose.h
11941         * src/mainwindow.[ch]
11942                   forward menu item will use mode selected in prefs, forward 
11943                 as attatchment in menu removed (will be substituted in the
11944                 toolbar similar to reply buttons)
11945                   create news message menu entry and news button is now 
11946                 sensitive to the existance of a news account
11947         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
11948         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
11949         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
11950                 these are removed because the toolbar buttons don't show
11951                 the quoting modus any longer
11952
11953 2001-12-07 [paul]
11954
11955         * tools/newscache_clean.pl      ** NEW FILE **
11956                 perl script to do some tidying up in the newscache directory 
11957                 
11958         * tools/sylpheed-switcher       ** NEW FILE **
11959                 perl script to enable easy switching between main and claws
11960                 
11961         * tools/README
11962                 added descriptions of the two new perl scripts          
11963
11964
11965 2001-12-07 [melvin]     0.6.5claws58
11966
11967         * src/messageview.c
11968                 fixed a warning during compilation introduced in 0.6.5claws56
11969
11970 2001-12-07 [paul]       0.6.5claws57
11971
11972         * src/mainwindow.[ch]
11973         * src/menu.[ch]
11974                 further usability enhancements to replying with or without 
11975                 quoting via the toolbar, use of Ctrl key is replaced by 
11976                 drop down menu 
11977                 Submitted by Carsten Schurig            
11978
11979 2001-12-07 [melvin]     0.6.5claws56
11980
11981         * src/messageview.c
11982                 hack to fix bug that prevented to make/paste selections
11983                 after switching between MVIEW_TEXT and MVIEW_MIME views
11984                 without deselecting the selection first.
11985
11986 2001-12-06 [alfons]     0.6.5claws55
11987
11988         * src/filtering.[ch]
11989         * src/inc.c
11990                 revise filtering a little bit more, and make sure
11991                 messages are delivered to the appropriate inbox
11992                 (perhaps set per account)
11993
11994 2001-12-06 [paul]       0.6.5claws54
11995
11996         * sync with sylpheed 0.6.5cvs22
11997                 see ChangeLog entry 2001-12-06
11998
11999 2001-12-05 [alfons]     0.6.5claws53
12000
12001         * src/inc.c
12002         * src/folder.[ch]
12003         * src/procmsg.c
12004         * src/filtering.c
12005                 more revisions of filtering system
12006                 (last stable version is marked as LAST_STABLE)
12007                 
12008                 | NOTE 1): the filtering system now uses a local folder called
12009                 | .processing. if filtering fails, check this directory
12010                 | for missing messages.
12011                 |
12012                 | NOTE 2): help us find the filtering actions still missing
12013
12014 2001-12-05 [paul]       0.6.5claws52
12015
12016         * src/mainwindow.c
12017                 fix bug where 'Empty Trash?' pop-up window appears even
12018                 when Trash is empty, submitted by Jesse Skinner         
12019
12020 2001-12-05 [melvin]     0.6.5claws51
12021
12022         * src/compose.c
12023                 fixed bug #486106 to select correct account when reediting 
12024                 a queued message
12025         
12026 2001-12-04 [alfons]     0.6.5claws50
12027
12028         * src/mh.c
12029                 declare markfile in appropriate functions when
12030                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
12031                 for spotting this)
12032
12033 2001-12-04 [paul]       0.6.5claws49
12034
12035         * sync with sylpheed 0.6.5cvs21
12036                 see ChangeLog entry 2001-12-04
12037
12038 2001-12-03 [christoph]  0.6.5claws48
12039
12040         * po/de.po
12041                 changed translation of undo
12042         * src/account.c
12043         * src/folder.c
12044                 don't reinvent the wheel to traverse a GNode
12045         * src/compose.[ch]
12046                 seperate code to create the compose gui into functions
12047                 add "Others" page with folder selection for saving copy
12048                 of the message.
12049                 the folder identifier is saved to queue header
12050         * src/procmsg.c
12051                 save message to folder in queue header
12052
12053 2001-12-03 [paul]       0.6.5claws47
12054
12055         * sync with sylpheed 0.6.5cvs20
12056                 see ChangeLog entry 2001-12-03
12057
12058 2001-12-01 [paul]
12059
12060         * more sync with sylpheed 0.6.5cvs19
12061                 see ChangeLog entry 2001-11-29
12062
12063 2001-11-30 [paul]       0.6.5claws46
12064         
12065         * src/compose.c
12066                 remove conflicts introduced by Hoa's last commit
12067          
12068         * src/mainwindow.c
12069                 make 'Message/Bounce' sensitive
12070
12071 2001-11-30 [hoa]        0.6.5claws45
12072
12073         * src/compose.c
12074                 slightly change bounce function to add
12075                 information about the user that bounced the mail
12076                 in the From header line.
12077
12078         * src/folderview.c
12079                 permit the use of processing in outbox folder.
12080
12081 2001-11-29 [paul]       0.6.5claws44
12082
12083         * src/mainwindow.[ch]
12084         * src/prefs_common.c
12085         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
12086         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
12087         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
12088                 usability enhancements to the quoting, implements
12089                 use of Ctrl key to toggle quoting settings
12090                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
12091
12092 2001-11-29 [paul]       0.6.5claws43
12093         
12094         * sync with sylpheed 0.6.5cvs19
12095                 see ChangeLog entry 2001-11-28
12096
12097 2001-11-29 [melvin]     0.6.5claws42
12098         * src/Makefile.am
12099                 added enriched.[ch] to the list of files
12100
12101         * src/textview.c
12102         * src/mimeview.c
12103         * src/procmime.[ch]
12104         * src/enriched.[ch]
12105                 added support to view text/enriched
12106                 added support to show headers in message view for text/enriched and text/html
12107                         in non multipart messages
12108
12109 2001-11-28 [paul]       0.6.5claws41
12110
12111         * more sync with sylpheed 0.6.5cvs18
12112                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
12113
12114 2001-11-27 [paul]       0.6.5claws40
12115         
12116         * po/pt_BR.po
12117                 updated translation, submitted by Fabio Junior Beneditto
12118                 
12119         * sync with sylpheed 0.6.5cvs18
12120                 see ChangeLog entries 2001-11-26 (src/textview.c) and
12121                 2001-11-27
12122
12123
12124 2001-11-26 [paul]
12125
12126         * po/es.po
12127                 updated translation, submitted by Ricardo Mones Lastra
12128
12129 2001-11-26 [alfons]
12130
12131         * src/matcher.c
12132                 add more translatable strings
12133
12134 2001-11-26 [christoph]  0.6.5claws39
12135
12136         * po/de.po      
12137                 fixed one more umlaut
12138         * src/compose.c
12139                 fix translated header when it should not be translated
12140
12141 2001-11-26 [paul]       0.6.5claws38
12142
12143         * src/mainwindow.c
12144                 remove '/Message/Add Sender to address book' from 
12145                 main_window_set_menu_sensitive(), prevent debug warning
12146                 add 'Message/Mark/Mark all read' to mainwin_entries[]
12147
12148 2001-11-26 [paul]       0.6.5claws37
12149
12150         * src/summaryview.c
12151                 fix 'recurring unread state' bug 
12152
12153         * tools/README 
12154         * tools/filter_conv.pl
12155                 read name of top level mailbox from folderlist.xml
12156                 and presume nothing about its name              
12157
12158 2001-11-26 [darko]      0.6.5claws36
12159
12160         * src/gtkstext.[ch]
12161                 removed functions that are now in gtkutils.c
12162                 use gtkut_text_is_uri_string() from gtkutils.c
12163         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
12164
12165 2001-11-26 [paul]       0.6.5claws35
12166
12167         * sync with sylpheed 0.6.5cvs16
12168                 see ChangeLog entries 2001-11-25 and 2001-11-26
12169
12170 2001-11-25 [alfons]     0.6.5claws34
12171
12172         EXPERIMENTAL!!! Please checkout the last stable version using: 
12173           
12174         % cvs update -r LAST_STABLE -dRAP
12175
12176         (Or help us testing this stuff.)
12177
12178         * src/filtering.c               (1.14)
12179         * src/filtering.h               (1.6)
12180         * src/inc.c                     (1.28)
12181         * src/matcher.c                 (1.20)
12182         * src/mbox.c                    (1.9)
12183         * src/procmsg.h                 (1.14)
12184         * src/summaryview.c             (1.59)
12185         * src/summaryview.h             (dunno)
12186                 revert/merge/sync to as it was before commit 
12187                 on Thu, 19 Jul 2001 10:15:51 -0700.
12188
12189 2001-11-25 [hoa]        0.6.5claws33
12190
12191         * src/main.c
12192                 processing mails at startup
12193
12194         * src/folderview.c
12195         * src/summaryview.[ch]
12196                 processing mails when entering folder
12197
12198         * src/prefs_filtering.c
12199                 fixed some UI bugs
12200
12201 2001-11-24 [alfons]     0.6.5claws32
12202
12203         * src/summaryview.[ch]
12204                 make summary sort headers work, and also make
12205                 sure the sort type is stored
12206
12207 2001-11-23 [alfons]     0.6.5claws31
12208
12209         * src/summaryview.[ch]
12210                 make lock work like mark
12211                 disallow deleting messages marked as locked
12212
12213 2001-11-23 [alfons]     0.6.5claws30
12214
12215         * src/gtkstext.c
12216         * src/compose.[ch]
12217         * src/Makefile.am
12218         * src/undo.[ch]
12219                 merge undo patch submitted by Jens
12220
12221 2001-11-23 [christoph]  0.6.5claws29
12222
12223         * src/.cvsignore
12224                 added ylwrap
12225         * src/compose.c
12226                 fixed gpg signing and encoding
12227         * src/folder.[ch]
12228         * src/main.c
12229                 added --status option to get new, unread and total
12230                 message count from a running sylpheed
12231         * src/prefs_common.c
12232                 temporary fix for reply_with_quote problem
12233                 (don't call functions for non existing widget)
12234         * src/procmsg.c
12235                 one more check for ignored threads but still not
12236                 always working correctly. probably a recursive
12237                 check for all parents is needed
12238
12239 2001-11-23 [darko]      0.6.5claws28
12240
12241         * src/compose.c
12242                 wrapping on send improvements
12243         * src/gtkutils.[ch]
12244                 fix for GtkSText after last sync with main branch
12245                 GTK_TEXT -> GTK_STEXT
12246
12247 2001-11-23 [paul]       0.6.5claws27
12248
12249         * sync with sylpheed 0.6.5cvs14
12250                 see ChangeLog entries 2001-11-22 and 2001-11-23
12251                 
12252         * po/de.po
12253                 fixed the scrambled umlauts 
12254                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
12255
12256 2001-11-21 [paul]       0.6.5claws26
12257
12258         * sync with sylpheed 0.6.5cvs12
12259                 see 2nd ChangeLog entry dated 2001-11-20
12260
12261 2001-11-20 [paul]       0.6.5claws25
12262
12263         * sync with sylpheed 0.6.5cvs11
12264                 see ChangeLog entry 2001-11-19 (src/utils.c)
12265
12266 2001-11-20 [hiro]
12267
12268         * src/compose.c
12269                 GTK_TEXT -> GTK_STEXT
12270                 fix for wrong comment
12271
12272 2001-11-20 [hiro]       0.6.5claws24
12273
12274         * src/compose.[ch]
12275                 more merges from main branch
12276                 removed fatal warnings (uninitialized variables etc.)
12277                 some coding style fix
12278         * src/gtkutils.h
12279                 fixed typo.
12280         * src/addressbook.c
12281           src/addrindex.c
12282                 V-Card -> vCard
12283
12284 2001-11-19 [hoa]        0.6.5claws23
12285
12286         * src/filtering.c
12287         * src/prefs_scoring.c
12288         * src/matcher.[ch]
12289         * src/scoring.c
12290                 cleaning code
12291
12292         * src/matcher_parser_parse.y
12293         * src/prefs_filtering.c
12294                 bouncing
12295
12296 2001-11-19 [alfons]     0.6.5claws22
12297
12298         more of my old things into claws
12299
12300         * src/Makefile.am
12301         * src/prefs_common.c
12302         * src/procmsg.h
12303         * src/summaryview.[ch]
12304         * src/prefs_summary_column.c
12305         * src/pixmaps/locked.xpm
12306                 add indicators for locking of message in summary view
12307                 (does not work yet, only visual indicator)
12308
12309 2001-11-19 [paul]       0.6.5claws21
12310
12311         * sync with sylpheed 0.6.5cvs10
12312                 see ChangeLog entry 2001-11-19
12313
12314 2001-11-18 [alfons]     0.6.5claws20
12315         
12316         * src/filtering.c
12317                 remove an inadvertent free I forgot in previous clean up 
12318
12319 2001-11-18 [alfons]     0.6.5claws19
12320
12321         * src/filtering.[ch]
12322                 clean up & plug leaks
12323
12324 2001-11-18 [paul]       0.6.5claws18
12325
12326         * sync with sylpheed 0.6.5cvs9
12327                 see ChangeLog entries 2001-11-17 and 2001-11-18
12328
12329 2001-11-16 [paul]       0.6.5claws17
12330
12331         * sync with sylpheed 0.6.5cvs8
12332                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
12333
12334 2001-11-16 [paul]       0.6.5claws16
12335
12336         * sync with sylpheed 0.6.5cvs7
12337                 see ChangeLog entries 2001-11-15 and 2001-11-16
12338
12339 2001-11-15 [hoa]        0.6.5claws15
12340
12341         * src/compose.c
12342                 fix bounce, mails we received couln't be bounced to ourself.
12343
12344         * src/defs.h
12345         * src/filtering.[ch]
12346         * src/matcher.[ch]
12347         * src/matcher_parser.h
12348         * src/matcher_parser_lex.l
12349         * src/matcher_parser_parse.y
12350         * src/inc.c
12351         * src/main.c
12352         * src/mbox.c
12353         * src/prefs_filtering.[ch]
12354         * src/mainwindow.c
12355         * src/prefs_matcher.c
12356         * src/prefs_scoring.c
12357         * src/scoring.[ch]
12358         * src/summaryview.c
12359                 new matcher/filter/score configuration file parser
12360                 one unique configuration file => ~/.sylpheed/matcherrc
12361                 import in currently automatic, then save are made
12362                 in this new file.
12363                 one filter per folder and one global filter
12364                 (filter of a folder will be used as folder processing)
12365
12366         * src/folder.c
12367                 fix a bug in folder_item_get_identifier
12368                 
12369         * src/messageview.c
12370                 receive receipt return are fixed.
12371
12372 2001-11-14 [alfons]     0.6.5claws14
12373
12374         * src/session.h
12375                 add things from main branch to make claws compile
12376
12377 2001-11-14 [paul]       0.6.5claws13
12378
12379         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
12380                 see ChangeLog entries 2001-11-08 to 2001-11-14
12381
12382 2001-11-14 [hoa] 0.6.5claws12
12383
12384         * src/compose.[ch]
12385         * src/mainwindow.c
12386         * src/summaryview.c
12387                 add "bounce mail" option
12388
12389 2001-11-13 [christoph]  0.6.5claws11
12390
12391         * src/compose.c
12392                 Cleanup a mess i add before commiting
12393
12394 2001-11-13 [hoa]        0.6.5claws10
12395
12396         * src/compose.c
12397                 some fixes when mail are sent or
12398                 for crossposts
12399
12400 2001-11-13 [christoph]  0.6.5claws9
12401
12402         * po/de.po
12403                 Changed two string with the same translation
12404         * src/compose.c
12405         * src/procmsg.[ch]
12406         * src/send.[ch]
12407                 New mailsending process:
12408                   - Always queue message before sending
12409                     (message will be saved if sylpheed crashed or
12410                      freezes while sending)
12411                   - Allow queuing of newspostings
12412                   - No copy in outbox before sending
12413                     (closes bug #469501)
12414                   - No more redundant code for send and send_later
12415         * src/summaryview.c
12416                 Applied wwp <subscript@free.fr>'s patch that fixes
12417                 marks for multiple forwarded messages (+compose.c)
12418
12419 2001-11-12 [alfons]
12420
12421         * README.claws
12422                 remove things that are now in main branch
12423         
12424         * po/nl.po
12425                 update Dutch translation
12426
12427 2001-11-12 [mhadasht]   0.6.5.claws8
12428
12429         * src/prefs_common.c
12430                 re-enabled account autoselection feature for forward
12431                 and reedit lost during the branch point for SYNC-B4-REL
12432         * src/gtkspell.c
12433                 gtkpspell_get_dict(): more readable code (even if function is
12434                 not used yet)
12435         * ChangeLog.claws
12436                 added version number info to 2001-11-12 [hiro] comment.
12437
12438 2001-11-12 [hiro]       0.6.5.claws7
12439
12440         * src/compose.c
12441                 compose_forward(): fixed a bug that forward quote mark
12442                 wasn't used.
12443                 removed unnecessary code.
12444         * src/template_select.[ch]: removed.
12445
12446 2001-11-11 [alfons]
12447
12448         * src/compose.c
12449                 :%s/GTK_TEXT/GTK_STEXT/g
12450         
12451         * src/compose.[ch]
12452         * src/undo.[ch]
12453         * src/Makefile.am
12454                 revert the undo stuff (this is 0.6.6claws stuff)
12455
12456 2001-11-11 [hoa]        0.6.5.claws6
12457
12458         * src/compose.[ch]
12459                 Insert signature at the end of the text.
12460                 Added undo patch but currently disabled
12461
12462         * src/procmsg.c
12463                 Threading by subject improved.
12464
12465         * added src/undo.[ch]
12466                 Undo module for compose dialog box.
12467
12468 2001-11-11 [alfons]     0.6.5.claws5
12469
12470         * src/procmsg.c
12471                 prevent threading by subject on nodes that have already been
12472                 threaded by in-reply-to (as in "circular references in a tree
12473                 result in a dead branch")
12474
12475 2001-11-09 [hoa]        0.6.5.claws4
12476         
12477         * src/folderview.c
12478                 allows creation of mbox folder item from any files.
12479
12480 2001-11-09 [alfons]     0.6.5.claws3
12481         
12482         * src/utils.c
12483         * src/procmsg.c
12484                 do what I mean and correct threading by subject so it really
12485                 ignores attracting lines without "Re: "
12486
12487 2001-11-07 [alfons]     0.6.5.claws2
12488
12489         * src/procmsg.c
12490         * src/utils.[ch]
12491                 only attract by subject if a subject line starts with a "Re: "
12492         * src/syldap.c
12493                 remove warning
12494
12495 2001-11-07 [paul]       0.6.5claws1
12496
12497         * sync with sylpheed 0.6.5. release
12498                 see ChangeLog entry 2001-11-07
12499
12500 2001-11-07 [paul]       0.6.4claws31
12501
12502         * sync with sylpheed 0.6.4cvs18
12503                 see ChangeLog entries 2001-10-30 to 2001-11-07
12504                 prefs_templates.[ch] renamed prefs_template.[ch]
12505
12506 2001-11-06 [alfons]
12507         
12508         * src/utils.h
12509                 add semicolon Hoa forgot ;-)
12510                 
12511
12512 2001-11-06 [hoa]        0.6.4claws30
12513         
12514         * src/procmsg.c
12515         * src/summaryview.c
12516         * src/utils.c
12517         * src/utils.h
12518                 threading by subject - empty subject are ignored
12519
12520 2001-11-06 [christoph]  0.6.4claws29
12521
12522         * src/socket.c
12523                 use SSL_peek for sock_gets
12524         * src/utils.c
12525                 removed unneeded pointer in extracting quoted
12526                 names implementation
12527
12528 2001-11-06 [melvin]     0.6.4claws28
12529
12530         * src/gtkspell.c
12531                 fixed bug #476792 Selection overtyping with spell checker
12532                 fixed bug which could cause a buffer overflow
12533                 fixed a memory leak
12534
12535 2001-11-06 [hoa]        0.6.4claws27
12536         
12537         * src/procmsg.c
12538         * src/summaryview.c
12539                 threading by subject
12540
12541 2001-11-05 [alfons]     0.6.4claws26
12542         
12543         * README.claws
12544                 Claws -> Sylpheed (vice versa)
12545
12546         * src/compose.c
12547                 :%s/gtk_text/gtk_stext/g
12548                 :%s/GTK_TEXT/GTK_STEXT/g
12549                 (thanks to Jonathan Ware for spotting this)
12550
12551 2001-11-04 [christoph]  0.6.4claws25
12552
12553         * src/summaryview.c
12554                 replace Xalloca + strdup with Xstrdup_a
12555         * src/utils.c
12556                 better implementation of extracting quoted names
12557                 from addresses (remove backlashes and ignore
12558                 quotes after them)
12559
12560 2001-11-04 [alfons]     0.6.4claws24
12561
12562         * src/utils.[ch]
12563                 edit to comply more with coding style
12564
12565         * src/textview.c
12566                 fix bug reported by Kim Schulz. introduced by the patch integrated
12567                 in 0.6.4claws15. the code did not check the return value of
12568                 the html parser.
12569
12570         * AUTHORS
12571                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
12572
12573 2001-11-04 [christoph]  0.6.4claws23
12574
12575         * src/main.c
12576         * src/prefs_common.[ch]
12577                 init some pointers that possibly caused a segfault
12578                 reported in the claws-users ML
12579
12580 2001-11-04 [hoa]        0.6.4claws22
12581
12582         * src/grouplistdialog.c
12583                 change the names of the nodes in the tree
12584
12585         * src/compose.c
12586                 enhanced mailto syntax as described in
12587                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
12588                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
12589
12590         * src/utils.c
12591                 encode and decode URI (useful when opening URL into
12592                 netscape).
12593
12594 2001-11-03 [hoa]        0.6.4claws21
12595
12596         * src/grouplistdialog.c
12597                 a new newsgroups list selection dialog box
12598                 with a CTree instead of a CList
12599
12600 2001-11-03 [hoa]        0.6.4claws20
12601
12602         * src/folderview.c
12603                 enable property and scoring options when right
12604                 click on "inbox"
12605
12606         * src/summaryview.c
12607                 fixed bug when nickname were displayed using
12608                 the address book.
12609
12610 2001-11-02 [darko]      0.6.4claws19
12611
12612         * src/compose.c
12613                 new wrap quotation and URL/long words wrapping implementation
12614         * src/compose.c src/gtkstext.[ch]
12615                 move gtkstext_strncmp() to gtkstext.c
12616
12617 2001-11-01 [christoph]  0.6.4claws18
12618
12619         * src/prefs_account.c
12620                 fixed mess in account settings dialog
12621         * src/prefs_folder_item.c
12622                 added label with folder path to dialog
12623
12624 2001-10-31 [match]      0.6.4claws17
12625
12626         * src/vcard.c
12627                 fix memory leak.
12628         * src/addrbook.c
12629                 fix generation of spurious address book file names.
12630                 remove redundant functions.
12631         * po/POTFILES.in
12632                 added missing file names.
12633
12634 2001-10-30 [paul]       0.6.4claws16
12635
12636         * sync with sylpheed 0.6.4cvs6
12637                 see ChangeLog entries 2001-10-26 to 2001-10-30
12638
12639         * tools/filter_conv.pl
12640                 read folderlist.xml to discover whether the top-level
12641                 folder is called 'Mailbox' or 'Mail' 
12642
12643 2001-10-29 [paul]       0.6.4claws15
12644
12645         * src/html.c, src/textview.c
12646                 activate links in html mail and fix clickable parts
12647                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12648
12649 2001-10-29 [paul]
12650
12651         * po/de.po, po/es.po, po/pt_BR/po
12652                 updated translations, submitted by Jens Oberender,
12653                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12654
12655 2001-10-29 [darko]      0.6.4claws14
12656
12657         * src/compose.c
12658                 fix wrapping for good
12659
12660 2001-10-29 [darko]
12661
12662         * src/compose.c
12663                 undo previous change as it broke the smart wrapping
12664
12665 2001-10-29 [darko]      0.6.4claws13
12666
12667         * src/compose.c
12668                 fix infinite loop when long URL is quoted
12669                 (closes bug #475122.
12670
12671 2001-10-28 [match]
12672
12673         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12674                 import Mutt address book
12675         * src/ldif.[ch] src/importldif.h
12676                 modified import LDIF handle user attributes
12677
12678 2001-10-28 [christoph]  0.6.4claws12
12679
12680         * src/summaryview.c
12681                 fixed that filtering did not work if there
12682                 were no filter rules
12683                 (closes bug #472003 and better implementation
12684                  of patch #474644)
12685
12686 2001-10-27 [christoph]  0.6.4claws11
12687
12688         * src/compose.c
12689                 make the folder's default account to be used when
12690                 replying. (patch by wwp <subscript@free.fr>)
12691         * src/compose.c
12692                 code cleanup, nearly killed all of wwp's patch
12693                 for folder's default account in compose
12694         * src/folderview.c
12695                 error panel when a folder could not be created
12696                 (closes bug #471080 new folder name & already
12697                  existing file)
12698
12699 2001-10-26 [alfons]
12700
12701         * src/utils.h
12702                 change prototype of strstr2() that Christoph forgot about
12703
12704 2001-10-26 [christoph]  0.6.4claws10
12705
12706         * src/account.c
12707                 made search for accounts by email address not case
12708                 sensitive
12709         * src/folder.c
12710                 fixed memory leak in folder_item_get_identifier
12711         * src/gtkspell.c
12712         * src/utils.c
12713                 fixed wrong strstr2 (should work like strstr)
12714
12715 2001-10-26 [darko]      0.6.4claws9
12716
12717         * src/compose.c src/gtkstext.[ch]
12718         * src/gtkstext.c
12719                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12720
12721 2001-10-26 [paul]       0.6.4claws8
12722
12723         * src/html.c
12724                 ignore css and javascript tags in html mail
12725                 case-insensitive, with or without double-quoted
12726                 strings
12727
12728 2001-10-26 [paul]       0.6.4claws7
12729
12730         * sync with sylpheed 0.6.4cvs1
12731                 see ChangeLog entry 2001-10-26
12732
12733         * src/prefs_account.c, src/prefs_common.c,
12734           src/prefs_summary_column.c
12735                 minor improvements to the English
12736
12737 2001-10-25 [alfons]     0.6.4claws6
12738
12739         * src/gtkstext.c
12740         
12741                 make GtkSText follow style of GtkText (closes bug 
12742                 #469211 "text selection while writing message")
12743                 
12744                 do sync with GTK 1.2.10
12745
12746 2001-10-25 [paul]       0.6.4claws5
12747
12748         * src/html.c
12749                 ignore css tags in html mail
12750
12751 2001-10-25 [darko]      0.6.4claws4
12752
12753         * src/compose.c
12754                 don't declare is_url_string as static function since
12755                 we need it in gtkstext.c
12756         * src/gtkstext.c
12757                 remove unused variable
12758                 don't wrap long URLs while composing a message
12759
12760 2001-10-24 [christoph]  0.6.4claws3
12761
12762         * src/socket.c
12763                 fix ssl deadlock, when peer closes connection
12764
12765 2001-10-24 [paul]       0.6.4claws2
12766
12767         * src/prefs_common.c
12768                 gettextize the gpg ascii-armored warning message
12769
12770         * src/compose.c
12771                 insert a DOS/MAC file into the composed message
12772                 (improvements)
12773
12774         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
12775
12776 2001-10-22 [paul]       0.6.4claws1
12777
12778         * sync with sylpheed 0.6.4 release
12779                 see ChangeLog entries 2001-10-21
12780
12781         * po/fr.po, po/pt_BR.po
12782                 updated by Melvin Hadasht and Fabio Junior Beneditto
12783
12784 2001-10-21 [paul]       0.6.3claws30
12785
12786         * src/compose.c
12787                 insert a DOS text file from the compose window
12788                 into the composed message text (removes CRs characters)
12789                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
12790
12791         * tools/filter_conv.pl, tools/README
12792                 automatically use ~/.sylpheed as working directory
12793                 print out confirmation message on completion
12794
12795         * correct Hoa's last ChangeLog.claws entry
12796
12797 2001-10-20 [hoa]        0.6.3claws29
12798
12799         * src/grouplistdialog.c
12800                 bugfix (another ?) to give the right
12801                 newsgroups list for each news server.
12802
12803         * src/news.c
12804         * src/news.h
12805                 improve the newsgroups list cache
12806
12807 2001-10-20 [paul]       0.6.3claws28
12808
12809         * sync with sylpheed 0.6.3cvs9
12810                 see ChangeLog entry 2001-10-19
12811
12812         * correct Alfons' last ChangeLog.claws entry
12813
12814 2001-10-19 [alfons]
12815
12816         * src/pgptext.[ch]
12817                 fix compilation problems (part of bug #472895)
12818
12819 2001-10-18 [hoa]        0.6.3claws27
12820
12821         * src/grouplistdialog.c
12822                 bugfix when we refresh was clicked (bug 472701)
12823
12824 2001-10-19 [christoph]  0.6.3claws26
12825
12826         * src/compose.c
12827                 last header entry should default to "To:" or
12828                 "Newsgroups:" and not copy the last entry line
12829                 in a new compose window
12830                 (closes bug #472686, #470792)
12831
12832 2001-10-19 [paul]       0.6.3claws25
12833
12834         * sync with Sylpheed 0.6.3cvs8
12835                 see ChangeLog entries 2001-10-18 and 2001-10-19
12836
12837 2001-10-18 [christoph]  0.6.3claws24
12838
12839         * src/procmsg.c
12840                 reimplement ignore thread
12841         
12842 2001-10-18 [hoa]        0.6.3claws23
12843
12844         * src/folderview.c
12845         * src/grouplistdialog.[ch]
12846                 enhanced news subscription interface (feature 469113)
12847
12848         * src/news.c
12849         * src/news.h
12850                 enchanced newsgroup listing,
12851                 now, we can get groups informations
12852                 (NNTPGroupInfo)
12853
12854 2001-10-18 [paul]       0.6.3claws22
12855
12856         * src/summaryview.c
12857                 remove comment (sync with main branch)
12858         * src/mainwindow.c
12859                 fix 'Re-edit' bug in 'Message' menu
12860
12861 2001-10-17 [christoph]  0.6.3claws21
12862
12863         * src/compose.c
12864                 ignore empty or whitespace only header lines
12865
12866 2001-10-17 [paul]       0.6.3claws20
12867
12868         * sync with sylpheed 0.6.3cvs7
12869                 see ChangeLog entries 2001-10-14, 2001-10-16, and
12870                 2001-10-17
12871
12872 2001-10-17 [darko]
12873
12874         * src/compose.c
12875                 wrap long lines without spaces
12876                 don't wrap URLs
12877
12878 2001-10-16 [paul]
12879
12880         * po/es.po, po/nl.po, po/pt_BR.po
12881                 updated by Ricardo Mones Lastra, Alfons,
12882                 and Fabio Junior Beneditto
12883
12884         * sylpheed-0.6.3claws released
12885
12886 2001-10-15 [melvin] 0.6.3claws18
12887
12888         * README.claws
12889                 added summary and detailed installation instructions
12890                 for spell checker
12891         * po/fr.po
12892                 Updated, corrected and completed french translation
12893
12894 2001-10-15 [hoa] 0.6.3claws17
12895         * src/grouplistdialog.c
12896                 we can choose the newsgroups to display with wildcards
12897
12898 2001-10-15 [christoph]  0.6.3claws16
12899
12900         * src/account.c
12901         * src/compose.c
12902         * src/prefs_folder_item.[ch]
12903                 applied wwp <subscript@free.fr>'s folder
12904                 default account patch
12905         * po/de.po
12906                 Fixed wrong translation
12907
12908 2001-10-13 [alfons, christoph, melvin]  
12909                         0.6.3claws15
12910
12911         solution #2 to solve MT-safety problems defers all GUI related calls
12912         to the main thread using a gtk_idle_add() callback. discussed on
12913         ircnet #sylpheed, with christoph spotting some issues with the
12914         original code, and melvin allowing us to lobotomize his sylpheed.
12915
12916         * src/syldap.[ch], src/main.c
12917                 fix race problem in ldap search thread by deferring GUI 
12918                 stuff to main thread using gtk_idle_add()
12919
12920 2001-10-13 [paul]       0.6.3claws14
12921
12922         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
12923                 add Sergey's smtpcred.patch
12924                 adds separate username/password setting for SMTP Auth
12925                 needed by some servers
12926                 (closes feature request #471659)
12927
12928 2001-10-13 [paul]       0.6.3claws13
12929
12930         * src/pgptext.[ch] **NEW FILES**
12931         * src/Makefile.am, src/messageview.c, src/mimeview.c
12932                 decrypt ascii-armored gpg text embedded in
12933                 the message body.
12934                 Submitted by Jens Jahnke <jan0sch@gmx.net>
12935
12936 2001-10-13 [christoph]  0.6.3claws12
12937
12938         * README.claws
12939                 some more details on default to and
12940                 feature requests
12941         * src/main.c
12942                 init glib threading when ldap is used
12943         * src/syldap.c
12944                 threading fixes
12945         * po/de.po
12946                 fixed a typo
12947
12948 2001-10-12 [paul]       0.6.3claws11
12949
12950         * src/prefs_common.[ch], src/rfc2015.c
12951                 enable ascii-armored gpg text to be embedded in the
12952                 message body, selectable through the 'Privacy'
12953                 preferences. Supports encrypting only.
12954                 Submitted by Ravemax <ravemax@dextrose.com>
12955
12956 2001-10-12 [paul]       0.6.3claws10
12957
12958         * sync with sylpheed 0.6.3cvs6
12959                 see ChangeLog entries 2001-10-11 and 2001-11-12
12960
12961         * src/folderview.c
12962                 incorporated mbox folders, scoring, and folder
12963                 properties into the sync
12964
12965 2001-10-12 [darko]      0.6.3claws9
12966
12967         * README.claws
12968                 describe quotation wrapping
12969         * src/compose.c
12970                 don't treat tab as space to calculate line length properly
12971
12972 2001-10-11 [alfons]
12973
12974         * README.claws
12975                 correct description of how to make new filtering system work,
12976                 add some other things
12977                 
12978         * src/syldap.c
12979                 remove sched_yield() (not necessary / unportable)
12980
12981 2001-10-11 [paul]       0.6.3claws8
12982
12983         * sync with sylpheed 0.6.3cvs3
12984                 see ChangeLog entry 2001-10-10
12985
12986 2001-10-10 [christoph]  0.6.3claws7
12987
12988         * .cvsignore
12989                 ignore 2 files created by newer autotools
12990         * src/prefs_folder_item.c
12991                 using table for widget alignment
12992                 fixed memory leak and broken octal display
12993         * src/filesel.c
12994                 fixed segfault caused by lost filename
12995                 workaround (closes bug #469551)
12996
12997 2001-10-10 [paul]       0.6.3claws6
12998
12999         * sync with sylpheed 0.6.3cvs2
13000                 see ChangeLog entries 2001-10-09 and 2001-10-10
13001
13002 2001-10-10 [darko]      0.6.3.claws5
13003
13004         * src/gtkstext.c
13005                 proper calculation of right margin if smart wrapping is enabled
13006         * src/compose.c
13007                 automatically wrap long lines if wrap quotation is enabled
13008
13009 2001-10-09 [alfons]     0.6.3.claws4
13010
13011         * src/summaryview.c
13012                 select correct row when deleting last row in the summary view (and
13013                 close bug "[ #469104 ] select second last in list when deleting")
13014
13015 2001-10-09 [paul]       0.6.3claws3
13016
13017         * sync with sylpheed 0.6.3cvs1
13018                 updated some autotool scripts
13019
13020 2001-10-09 [darko]      0.6.3claws2
13021
13022         * src/gtkstext.[ch]
13023                 new name and mark with Sylpheed comment
13024         * src/compose.c
13025                 smart quotation wrapping a-la VIM
13026
13027 2001-10-08 [paul]       0.6.3claws1
13028
13029         * sync with sylpheed 0.6.3 release
13030                 see ChangeLog entry 2001-10-08
13031
13032 2001-10-08 [paul]       0.6.2claws24
13033
13034         * src/summaryview.c
13035                 more sync with sylpheed 0.6.2cvs12
13036                 Fixed the bug that didn't select the last row correctly
13037
13038
13039 2001-10-07 [paul]       0.6.2claws23
13040
13041         * sync with sylpheed 0.6.2cvs12
13042                 see ChangeLog entry 2001-10-07
13043
13044 2001-10-06 [match]
13045         * src/jpilot.[ch]
13046                 enable jpilot to read unsynch'ed addresses.
13047
13048         * src/editldap_basedn.c
13049                 fix segfault when opening dialog.
13050
13051 2001-10-06 [alfons]     0.6.2.claws22
13052
13053         * src/summaryview.c
13054                 fix bug with summary view selecting last *inserted*
13055                 node instead of last *visible* node. remember we
13056                 work with a tree
13057
13058 2001-10-06 [paul]       0.6.2claws21
13059
13060         * po/pt_BR.po
13061                 updated translation, contains some fixes and new
13062                 translations, submitted by Gustavo Noronha Silva
13063                 <kov@debian.org>
13064
13065         * src/prefs_common.c
13066                 change 'each' to 'every' - fix dubious English
13067
13068         * sync with sylpheed 0.6.2cvs11
13069
13070 2001-10-05 [alfons]     0.6.2claws20
13071
13072         * src/mainwindow.[ch], src/folderview.c
13073                 make composite tool button switch between "Compose News"
13074                 and "Compose Mail" depending on selected folder
13075                 (nifty idea by Kim Schulz <kim@schulz.dk>)
13076
13077 2001-10-05 [paul]       0.6.2claws19
13078
13079         * src/mainwindow.c, src/summaryview.c
13080                 fix 'Message/Reply to all', broken in last commit
13081
13082         * src/compose.c
13083                 fix X_BEENTHERE seg fault, thanks to Alfons
13084
13085 2001-10-04 [paul]       0.6.2claws18
13086
13087         * src/compose.[ch], src/mainwindow.c
13088                 make "Message/Reply" reply to mailing lists; matches
13089                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
13090                 based on portions of the patch submitted by
13091                 Junichi Uekawa <dancer@netfort.gr.jp>
13092
13093 2001-10-04 [darko]      0.6.2claws17
13094
13095         * src/compose.c
13096                 better smart wrapping
13097         * src/gtkstext.[hc]
13098                 a function to make text buffer contiguous
13099
13100 2001-10-03 [paul]       0.6.2claws16
13101
13102         * sync with sylpheed 0.6.2cvs10
13103
13104 2001-10-02 [alfons]
13105
13106         * configure.in
13107         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
13108                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
13109                 references to chinese translations (hope someone picks up
13110                 this)
13111
13112 2001-10-02 [christoph]  0.6.2claws15
13113
13114         * src/compose.c
13115                 fixed non translated header bug
13116         * ChangeLog.claws
13117                 fixed wrong date in alfons last entry ;)
13118
13119 2001-10-02 [alfons]     0.6.2claws14
13120
13121         * src/compose.c, src/prefs_common.[ch]
13122                 add block cursor option
13123
13124 2001-10-02 [paul]       0.6.2claws13
13125
13126         * sync with sylpheed 0.6.2cvs9
13127
13128 2001-09-30 [paul]       0.6.2claws12
13129
13130         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
13131                 updated translations
13132
13133         * po/POTFILES.in
13134                 add 'src/importldif.c'
13135
13136         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
13137                 added eudora-to-vCard conversion tool
13138                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
13139
13140         * sync with sylpheed 0.6.2cvs8
13141
13142 2001-09-30 [paul]
13143
13144         * sylpheed-0.6.2claws released
13145
13146 2001-09-27 [melvin]     0.6.2claws11
13147
13148         * src/gtkspell.c
13149                 fixed crash when using default path (introduced 
13150                 in 0.6.2claws10)
13151                 fixed tiny bug for initial suggestion mode
13152
13153 2001-09-27 [melvin]     0.6.2claws10
13154         
13155         * src/gtkspell.c
13156                 fixed bug where gtkpspell didn't set the path correctly
13157
13158         * README.claws
13159                 added a paragraph about spell checking
13160                 
13161
13162
13163 2001-09-27 [paul]       0.6.2claws9
13164
13165         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
13166                 replace '// comments' with '/* comments */' to prevent
13167                 some compiler warnings 
13168
13169         * sync with sylpheed 0.6.2cvs6
13170
13171 2001-09-26 [alfons]     0.6.2claws8
13172
13173         * src/messageview.c
13174                 introduce return receipt request notification again,
13175                 which was lost because of other semantics in 
13176                 procheader_parse() (???)
13177
13178 2001-09-26 [christoph]  0.6.2claws7
13179
13180         * src/compose.c
13181                 replace comments for old code with #if 0
13182                 readded auto cc, bcc and reply-to
13183         * src/prefs_matcher.c
13184         * src/prefs_scoring.c
13185                 removed some definition (was moved to
13186                 prefs.h)
13187
13188 2001-09-26 [paul]       0.6.2claws6
13189
13190         * src/mainwindow.c
13191                 make 'Follow-up and reply to' sensitive
13192
13193         * more sync with sylpheed 0.6.2cvs5
13194
13195 2001-09-25 [melvin]
13196
13197         * 0.6.2claws5
13198
13199         * src/gtkspell.c
13200                 fixed bug for "US-ASCII" introduced by the encoding code
13201
13202 2001-09-25 [paul]
13203
13204         * 0.6.2claws4
13205
13206         * src/prefs_common.[ch], src/summaryview.c
13207                 'next unread msg' 'go to next folder?' dialog can be
13208                 given default behaviour, either always show dialog,
13209                 or assume 'yes', or assume 'no'
13210                 Submitted by wwp <subscript@free.fr>
13211
13212 2001-09-25 [melvin]
13213                 
13214         * src/compose.c src/gtkspell.[ch]
13215                 added support for different encodings
13216
13217 2001-09-25 [paul]
13218
13219         * more sync with sylpheed 0.6.2cvs5
13220
13221 2001-09-24 [alfons]
13222         
13223         * src/prefs_folder_item.c
13224                 add check for item->prefs->default_to string is NULL and
13225                 add another check when freeing this string
13226
13227 2001-09-24 [paul]
13228
13229         * configure.in
13230                 change to version 0.6.2claws3
13231
13232         * sync with sylpheed 0.6.2cvs5 
13233
13234 2001-09-24 [match]
13235         * src/ldif.[ch], src/importldif.[ch], addressbook.c
13236                 import LDIF files.
13237         * src/addrcache.[ch], addrindex.[ch]
13238                 small update for future
13239         * src/addrbook.c
13240                 fix test XML file.
13241
13242 2001-09-24 [melvin]
13243         * src/gtkspell.[ch]
13244                 added 'Learn from mistakes' option
13245                 better handling of quotes in checked words
13246                 sorted dict list
13247         * po/fr.po
13248                 small update for spell checking stuff
13249
13250 2001-09-23 [alfons]
13251         
13252         * src/gtkspell.c
13253                 edit a little bit so it complies more with main coding style
13254
13255 2001-09-23 [alfons]
13256
13257         * src/folder.[ch], prefs_folder_item.c, compose.c
13258                 migrate "request return receipt" folder property
13259                 to folderlist.xml
13260
13261 2001-09-22 [alfons]
13262
13263         * README.claws **NEW**
13264                 (add things of interest for users of main branch 
13265                 and claws here)
13266
13267         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
13268                 re-implement threading per folder option, but store 
13269                 the setting in folderlist.xml (where it belongs)
13270
13271 2001-09-21 [melvin]
13272
13273         * src/gtkspell.[ch]
13274                 fixed bug when compose window is under another window
13275         * src/prefs_common.[ch] src/compose.c
13276                 changed 'dictionary_path' to 'dictionary' to be consistent
13277                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
13278         * ac/pspell.m4 src/Makefile.am 
13279                 dropped PSPELL_PATH macro
13280         * po/fr.po
13281                 updated translations
13282
13283 2001-09-21 [christoph]
13284
13285         * src/compose.c
13286                 added border around header fields
13287                 keep header type when new field is added
13288
13289 2001-09-20 [christoph]
13290
13291         * src/utils.[ch]
13292                 more portable debug_print with source filename
13293                 and linenumber
13294         * src/procmsg.c
13295                 more newlines after debug messages
13296
13297 2001-09-20 [paul]
13298
13299         * configure.in
13300                 change to version 0.6.2claws2
13301
13302         * sync with sylpheed 0.6.2cvs3
13303
13304 2001-09-19 [melvin]
13305
13306         * src/gtkspell.c
13307                 fixed the post-right-click focus pb
13308                 fixed crash when 'Spell check all' after dict change 
13309                         and when cursor is at the end of the text
13310                 shift-right-click pops up config menu even on misspelled words.
13311         * po/POTFILES.in
13312                 added gtkspell.c
13313
13314 2001-09-19 [melvin]
13315
13316         * src/about.c
13317                 added pspell to compiled-in features list
13318
13319 2001-09-18 [melvin]
13320
13321         * switched to pspell and dropped ispell
13322         * ac/pspell.m4
13323                 new file. autoconf macro for pspell
13324         * ac/Makefile.am 
13325         * configure.in acconfig.h
13326                 added pspell support
13327         * src/Makefile.am
13328         * src/main.c src/compose.[ch] src/gtkspell.[ch]
13329         * src/prefs_common.[ch] 
13330                 added pspell support
13331
13332 2001-09-18 [christoph]
13333
13334         * src/addr_compl.c
13335         * src/template.[ch]
13336                 replace LOG_MESSAGE with debug_print
13337         * src/compose.[ch]
13338                 gui improvements
13339         * src/menu.c
13340                 added newline after debug message
13341         * src/utils.h
13342                 using __VA_ARGS__ for debug_print macro
13343         * tools/.cvsignore
13344                 ignore Makefile and Makefile.in
13345
13346 2001-09-18 [paul]
13347
13348         * configure.in
13349                 change to version 0.6.2claws1
13350         * sync with sylpheed 0.6.2cvs1
13351
13352         * src/matcher.c 
13353         * src/prefs_matcher.c
13354                 add 'score equal to' option, submitted by
13355                 Paul Evans <nerd@freeuk.com>
13356
13357 2001-09-15 [christoph]
13358
13359         * src/mainwindow.c
13360                 comment out menu entry not existing in claws
13361         * src/menu.c
13362                 add debug output for non existing menu entries
13363         * src/summaryview.c
13364                 fix next/prev unread message for ignored threads
13365         * src/utils.[ch]
13366                 add sourcefile and line number to debug output
13367                 otherwise it is sometimes hard to find the
13368                 source code part if debug messages are translated
13369
13370 2001-09-14 [darko]
13371         
13372         * src/folderview.c
13373                 refresh target folder style after colour is changed
13374
13375 2001-09-13 [paul]
13376
13377         * configure.in
13378                 change to version 0.6.1claws3
13379
13380         * sync with sylpheed 0.6.1cvs6
13381
13382 2001-09-13 [darko]
13383         
13384         * src/folderview.c
13385                 fix target folder colourization to use user selected colour
13386
13387 2001-09-12 [darko]
13388         
13389         * src/summaryview.c
13390                 fix crash when message that is marked for copy/move is unmarked
13391
13392 2001-09-09 [paul]
13393
13394         * configure.in
13395                 change to version 0.6.1claws2
13396
13397         * sync with sylpheed 0.6.1cvs3
13398
13399 2001-09-09 [alfons]
13400         
13401         * src/folderview.c
13402                 fix bug with default font used for trash folder text
13403
13404 2001-09-06 [paul]
13405
13406         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13407                 updated translations
13408
13409         * configure.in
13410                 change to version 0.6.1claws1
13411
13412         * sync with sylpheed 0.6.1cvs2
13413
13414 2001-09-03 [paul]
13415
13416         * po/POTFILES.in
13417                 add Match's new addressbook
13418
13419         * po/de.po
13420                 updated translation submitted by Jens Oberender
13421
13422 2001-09-02 [paul]
13423
13424         * configure.in
13425                 change to 0.6.1claws
13426         * sync with sylpheed 0.6.1 release
13427
13428 2001-09-02 [paul]
13429
13430         * configure.in
13431                 change to 0.6.0claws2
13432
13433         * sync with sylpheed 0.6.0cvs4
13434
13435         * po/pt_BR.po
13436                 updated translation submitted by Fabio Junior Beneditto
13437
13438 2001-09-01 [match]
13439         * pixmaps/
13440                 interface.xpm
13441                 book.xpm
13442                 address.xpm
13443         * src/
13444                 Makefile.am
13445                 a ton of new files
13446
13447 2001-08-31 [paul]
13448
13449         * configure.in
13450                 change to version 0.6.0claws1
13451
13452         * sync with sylpheed 0.6.0cvs1
13453
13454         * po/es.po
13455                 updated translation submitted by Ricardo Mones Lastra
13456
13457         * po/POTFILES.in
13458                 add 'src/prefs_templates.c'
13459
13460         * src/compose.c, src/summaryview.c
13461                 fix segfault on 'Re_edit'               
13462
13463 2001-08-30 [alfons]
13464
13465         * configure.in, Makefile.am
13466         * tools/Makefile.am
13467                 add tools directory to source distribution
13468
13469 2001-08-30 [paul]
13470
13471         * configure.in
13472                 change to version 0.6.0claws
13473
13474         * sync with sylpheed 0.6.0 release
13475
13476 2001-08-30 [christoph]
13477
13478         * configure.in
13479                 removed autoconf version check
13480
13481 2001-08-30 [paul]
13482
13483         * src/account.c, src/compose.c, src/prefs_common.[ch]
13484         * src/procheader.[ch] src/utils.[ch]
13485                 Enhanced automatic account selection on replies
13486                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
13487
13488         * configure.in
13489                 add LDAP and JPilot to the configuration results output.
13490
13491 2001-08-29 [christoph]
13492
13493         * src/summeryview.c
13494                 no bold font for ignored threads
13495
13496 2001-08-29 [paul]
13497
13498         * configure.in
13499                 change to version 0.5.3claws6
13500
13501         * sync with sylpheed 0.5.3cvs10
13502                 src/stringtable.[ch]: New Files
13503
13504         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
13505         * src/pixmaps/sylpheed.xpm
13506                 add mini-icons to windows (by Alfons)
13507
13508 2001-08-27 [paul]
13509
13510         * src/mainwindow.c
13511                 new functions: next_labeled_cb(), prev_labeled_cb()
13512
13513         * src/summaryview.c
13514                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
13515                 summary_select_next_labeled(), summary_select_prev_labeled()
13516
13517         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
13518                 give claws blue folders and a blue trash can
13519
13520 2001-08-27 [paul]
13521
13522         * configure.in
13523                 change to version 0.5.3claws5
13524
13525         * sync with sylpheed 0.5.3cvs9
13526                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
13527
13528 2001-08-24 [christoph]
13529
13530         * src/filesel.c
13531                 keep filename when browsing directories
13532                 (not working for user entered filename, but
13533                  for default name and selected filename from
13534                  file list)
13535         * src/mainwindow.c
13536                 fixed wrong spelling "Folllow-up"
13537         * src/mbox_folder.c
13538         * src/procmsg.c
13539         * src/summaryview.c
13540                 fixed new/unread message count with ignored
13541                 threads (2 commits, first didn't notice no
13542                 longer needed decreasing)
13543         * src/inc.c
13544                 readded scrolling of progress dialog
13545                 (lost in sync)
13546
13547 2001-08-24 [paul]
13548
13549         * configure.in
13550                 change to 0.5.3claws4
13551
13552         * sync with sylpheed 0.5.3cvs7
13553
13554 2001-08-24 [christoph]
13555
13556         * src/compose.c
13557                 set request return receipt when replying
13558                 if it is set is the folder prefs of the
13559                 message
13560         * src/inc.c
13561                 disable final error popup if popups are
13562                 disabled in config (again)
13563
13564 2001-08-23 [paul]
13565
13566         * configure.in
13567                 Change version number to 0.5.3claws3
13568
13569         * sync with sylpheed 0.5.3cvs5
13570
13571         * src/mimeview.c
13572                 double quote '%s' in 'gedit %s' to fix bug when
13573                 opening attachment with spaces in the name
13574
13575 2001-08-22 [alte]
13576         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
13577           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
13578                 initial message templates support
13579
13580
13581 2001-08-22 [paul]
13582
13583         * configure.in
13584                 change version number to 0.5.3claws2
13585
13586         * sync with sylpheed 0.5.3cvs4
13587
13588         * src/procmsg.h src/summaryview.c
13589                 re-implement (un)ignore thread
13590
13591 2001-08-21 [paul]
13592
13593         * src/summaryview.c
13594                 remove unnecessary code
13595         * src/compose.c
13596                 enable 'dynamic' signatures (submitted by
13597                 Eric Limpens <eric@hscg-internet.nl>)
13598
13599 2001-08-21 [paul]
13600
13601         clean up after sync with sylpheed 0.5.3 release
13602
13603         * src/folderview.c
13604                 fix re-introduced font mess, see Christoph's
13605                 entry 2001-06-24
13606
13607         * src/summaryview.c
13608                 remove prev_msgnum
13609                 use sylpheed's small font instead of
13610                 gtk default font for summary view
13611
13612
13613 2001-08-17 [paul]
13614
13615         * configure.in
13616                 add pl to ALL_LINGUAS - sync with main branch
13617
13618         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13619                 Updated. Translations by Jens Oberender, Ricardo Mones
13620                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
13621
13622         * po/pl.po  ** NEW FILE **
13623                 sync with the main branch
13624
13625         * src/folderview.c
13626                 fix target folder colorizing and refresh problem
13627
13628
13629 2001-08-17 [christoph]
13630
13631         * src/mainwindow.c
13632                 claws uses 4 colors for target folder coloring.
13633                 arrays were not long enough and destroyed the
13634                 stack causing a segfault.
13635                 target folder colorizing does not work anymore
13636                 for me
13637
13638 2001-08-16 [paul]
13639
13640         * configure.in
13641                 change to version 0.5.3claws1
13642
13643         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13644           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13645           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13646
13647                 sync with sylpheed 0.5.3 release, but keep claws method of
13648                 configuring/saving fonts
13649
13650         * src/addressbook.[ch]
13651                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13652                 in line with a similar change in Hiroyuki's branch
13653
13654         * src/mainwindow.[ch]
13655                 disable main_window_set_thread_option()
13656         * src/prefs_folder_item.c
13657                 comment out &tmps_prefs.enable_thread,
13658         * src/mbox_folder.c, src/procmsg.[ch]
13659                 comment out MSG_IS_IGNORE_THREAD
13660         * src/summaryview.c
13661                 comment out summary_ignore_thread() and summary_unignore_thread()
13662                 comment out MSG_IS_IGNORE_THREAD
13663
13664                 use Hiroyuki's threading instead.
13665
13666
13667
13668 2001-08-15 [paul]
13669
13670         * src/account.c
13671                 use Hiroyuki's 0.5.3 column scheme but also
13672                 include the enable/disable button.
13673         * src/pixmaps/mark.xpm
13674                 add Hiroyuki's amended pixmap
13675
13676 2001-08-13 [christoph]
13677
13678         * src/account.c
13679                 receive at get all column showed wrong state for APOP
13680                 button should only work for POP3 and APOP accounts
13681         * src/prefs_account.c
13682                 added missing preprocessor statement for SSL
13683
13684 2001-08-12 [paul]
13685
13686         * src/account.[ch]
13687                 add 'receive at get all' column and enable/disable
13688                 button.
13689
13690 2001-08-06 [christoph]
13691
13692         * src/account.c
13693                 show usage of SSL in protocol column
13694
13695         * src/imap.c
13696         * src/inc.c
13697                 renamed ssl options
13698
13699         * src/prefs_account.[ch]
13700                 moved ssl options to a new page
13701
13702         * src/send.c
13703         * src/smtp.c
13704         * src/ssl.[ch]
13705                 renamed ssl options
13706                 added support for SMTP STARTTLS command
13707
13708 2001-08-05 [christoph]
13709
13710         * configure.in
13711                 debian autoconf needs version check to find
13712                 correct autoconf version. if the file is
13713                 named configure.in 2.13 is used, which does
13714                 not work with this configure.in script.
13715                 other solution would be to rename the script
13716                 to configure.ac as suggested in the autoconf
13717                 manual.
13718
13719         * src/inc.c
13720                 disable final error popup if popups are
13721                 diabled in config
13722
13723         * src/socket.c
13724                 bugfix in ssl_gets
13725                 fixes IMAP over SSL problem
13726
13727 2001-08-03 [paul]
13728
13729         * configure.in
13730                 change to 0.5.2claws1
13731
13732         * sync with sylpheed 0.5.2cvs1
13733
13734 2001-08-02 [alfons]
13735
13736         * configure.in
13737                 quick fix for ispell detection...
13738
13739 2001-08-01 [paul]
13740
13741         * configure.in
13742                 change to 0.5.1claws4
13743
13744         * sync with sylpheed 0.5.1cvs7
13745
13746 2001-07-31 [alfons]
13747
13748         * src/prefs_common.c, src/prefs_common.h, 
13749           src/gtkspell.c, src/gtkspell.h
13750                 add global spelling checker settings (compose tab) +
13751                 selection of dictionary 
13752           
13753         * configure.in  
13754                 guess valid ispell location
13755
13756 2001-07-31 [paul]
13757
13758         * po/POTFILES.in
13759                 removal of 'src/quote_fmt_parse.c'
13760         * po/de.po
13761                 Updated de.po
13762                 (submitted by Jens Oberender <didge@suse.de>)
13763
13764 2001-07-31 [darko]
13765
13766         * src/folder.[ch]
13767         * src/folderview.[ch]
13768         * src/mainwindow.c
13769         * src/mh.c
13770         * src/prefs_common.[ch]
13771         * src/summaryview.c
13772                 target folder colourization
13773
13774 2001-07-30 [paul]
13775
13776         more sync with Sylpheed 0.5.1cvs6 
13777
13778 2001-07-30 [darko]
13779
13780         * src/mh.c
13781         * src/prefs_folder_item.[hc]
13782         * src/summaryview.c
13783                 shared folders support with a GUI
13784
13785 2001-07-29 [paul]
13786
13787         0.5.1claws3
13788
13789         * sync with Sylpheed 0.5.1cvs6
13790
13791 2001-07-29 [paul]
13792
13793         * po/pt_BR.po
13794                 updated
13795                 (submitted by Fabio Junior Beneditto)
13796
13797 2001-07-28 [paul]
13798
13799         * src/procmime.c
13800         * AUTHORS
13801                 patch to correct bad image mime headers
13802                 (submitted by Don Quijote <dq@searchlores.org>)
13803
13804 2001-07-28 [paul]
13805
13806         * tools/gif2xface.pl   **NEW FILE**
13807         * tools/README
13808                 script to convert file.gif to file.xface for
13809                 use in a custom header.
13810                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
13811
13812 2001-07-27 [alfons]
13813         
13814         * configure.in
13815                 change macros for detecting JPilot and LDAP
13816
13817 2001-07-27 [christoph]
13818
13819         * src/filtering.c
13820                 code cleanup (MIN / MAX warning, needed casting)
13821
13822 2001-07-27 [alfons]
13823
13824         * procheader.c
13825                 disallow setting flags when detecting certain headers
13826                 (X-Status, Status, Seen, X-Seen). 
13827         
13828         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
13829
13830 2001-07-27 [christoph]
13831
13832         * src/prefs_filter.c
13833         * src/prefs_filtering.c
13834         * src/prefs_matcher.c
13835         * src/prefs_scoring.c
13836                 scroll list when moving rows up or down
13837
13838         * src/imap.c
13839         * src/imap.h
13840         * src/prefs_account.c
13841         * src/prefs_account.h
13842         * src/send.c
13843                 SMTP over SSL (untested, feedback requested)
13844                 IMAP over SSL
13845
13846         * src/ssl.c
13847                 code cleanup
13848
13849 2001-07-26 [alfons]
13850         
13851         * configure.in, acconfig.h
13852                 define CLAWS (need this for main / claws detection)
13853
13854 2001-07-25 [alfons]
13855
13856         * configure.in
13857                 Sylpheed 0.5.1claws2
13858                 
13859         * sync with Sylpheed 0.5.1cvs4
13860
13861 2001-07-25 [christoph]
13862
13863         * src/scoring.c
13864                 fixed segfault
13865                 item->prefs == NULL (don't know why)
13866
13867 2001-07-25 [alfons]
13868
13869         * configure.in
13870                 Sylpheed 0.5.1claws1
13871
13872         * sync with Sylpheed 0.5.1cvs1-3
13873
13874 2001-07-24 [christoph]
13875
13876         * src/folderview.c
13877         * src/prefs_folder_item.[ch]
13878                 added folderitem preferences dialog with
13879                 default To: and auto request return receipt
13880
13881         * src/compose.[ch]
13882         * src/menu.[ch]
13883                 changes to handle new folderitem preferences
13884
13885         * src/mainwindow.c
13886         * src/summaryview.c
13887                 call compose new mail with current folderitem
13888
13889 2001-07-24 [alfons]
13890
13891         Release Sylpheed 0.5.1claws
13892
13893         * configure.in
13894                 change to release version 0.5.1claws
13895
13896 2001-07-24 [christoph]
13897
13898         * src/summaryview.c
13899                 fixed segfault that happend when the selected
13900                 message was removed while retrieving new messages.
13901
13902         * po/es.po
13903                 updated translation
13904                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
13905
13906 2001-07-22 [alfons]
13907
13908         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
13909         this is a work in progress, for more information: http://nlpagan.net/sylman 
13910         
13911         * configure.in, src/mainwindow.c, manual/Makefile.am
13912                 add support for English manual
13913
13914         * AUTHORS
13915                 add authors of user manuals
13916
13917         * manual/en/sylpheed*.html
13918                 add English documentation
13919
13920 2001-07-22 [christoph]
13921
13922         * po/POTFILES.in
13923                 added src/ssl.c
13924         * src/ssl.c
13925                 changed a wrong debug message
13926
13927 2001-07-22 [alfons]
13928
13929         * po/nl.po
13930                 update Dutch translation
13931
13932         * src/prefs_filtering.c, 
13933           src/prefs_matcher.c
13934                 add more translatable strings           
13935
13936 2001-07-21 [alfons]
13937
13938         0.5.0claws7
13939
13940         * configure.in
13941                 change version
13942
13943         * src/inc.c, src/summaryview.[ch]
13944                 prevent update of mark file when filtering has done, by
13945                 using a variable; this affects two functions:
13946                         inc.c::inc_finished()
13947                         summaryview.c::summary_show()
13948
13949 2001-07-20 [alfons]
13950
13951         * src/filtering.[ch], src/prefs_filtering.c, 
13952           src/matcher.[ch]
13953                 add filtering action for label coloring 
13954
13955         * po/POTFILES.in
13956                 add labelcolors.c
13957
13958         * added src/labelcolors.c
13959         * added src/labelcolors.h
13960         * src/Makefile.am, src/summaryview.c
13961                 rearrange label coloring code
13962
13963         * src/procmsg.h
13964                 add more parentheses so label colouring works correctly
13965
13966         * src/filtering.c
13967                 don't really delete message, but move it to Trash
13968
13969         * src/prefs_matcher.c
13970                 add quote options to info dialog
13971
13972 2001-07-20 [christoph]
13973
13974         * src/Makefile.am
13975         * src/inc.c
13976         * src/main.[ch]
13977         * src/socket.h
13978         * src/ssl.[ch] (new)
13979                 moved ssl stuff to a seperate file
13980
13981 2001-07-20 [darko]
13982
13983         * src/summaryview.c
13984                 fix show sender using address book with no e-mail
13985                 address in From: field
13986
13987 2001-07-19 [alfons]
13988
13989         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
13990                 fix messy handling of escaping... now at least the
13991                 execute command is useful. escape char is '\', we
13992                 accept \n and \r too. 
13993
13994                 Real life example:
13995                 
13996                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
13997                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
13998
13999 2001-07-18 [alfons]
14000
14001         0.5.0claws6
14002
14003         * src/summaryview.c
14004                 clean up
14005
14006         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
14007           src/procmsg.[ch]
14008                 revise filtering; currently move, copy, marking have
14009                 been tested. if you like bleeding edge stuff, you
14010                 should definitely go for this version :)
14011
14012         * mark old working stuff as VERSION_0_5_0_CLAWS5        
14013
14014 2001-07-17 [christoph]
14015
14016         * src/utils.c
14017                 timestamp log
14018
14019 2001-07-17 [alfons]
14020
14021         0.5.0claws5
14022
14023         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
14024           bits in the mark file, without affecting either branch. Lots of
14025           files changed, also in claws branch.
14026
14027           UNTESTED: use of mbox folders
14028
14029         * src/summaryview.c
14030                 added mark all read; however this was a quick hack used for
14031                 cleaning up mess after initial merge with Hiroyuki
14032
14033         * configure.in
14034                 change claws version number back to 0.5.0claws5 to clear up 
14035                 confusion & pretension (recent release was technically 
14036                 0.5.0claws4, so we neatly align with Hiroyuki :-)
14037
14038 2001-07-16 [alfons]
14039
14040         sync with Hiroyuki's 0.5.0cvs4
14041
14042 2001-07-16 [alfons]
14043
14044         0.5.1claws3
14045
14046         * src/filtering.[ch]
14047                 remove invalid updating of mark files for 
14048                 filter actions MATCHING_ACTION_MOVE and 
14049                 MATCHING_ACTION_DELETE; this should fix the
14050                 folder update bug
14051                 
14052         * src/procmsg.c
14053                 revert Christoph's stab at fixing the folder 
14054                 update bug
14055
14056         * po/POTFILES.in
14057                 add missing files with translatable strings
14058
14059         * src/summaryview.c
14060                 remove debug print
14061
14062 2001-07-15 [alfons]
14063
14064         * src/addr_compl.[ch], src/prefs_filtering.c
14065                 make "filtering pref dialog's destination entry" an
14066                 "address completable entry", if filter destination is 
14067                 an email address
14068
14069         0.5.1claws2
14070         
14071         sync with Hiroyuki's 0.5.0cvs2-3
14072
14073 2001-07-15 [christoph]
14074
14075         * src/procmsg.c
14076                 fixed folder stats update after incorporation
14077
14078 2001-07-15 [alfons]
14079
14080         * src/summaryview.c
14081                 * finish label colouring stuff (for now)
14082                 * fix incorrect colour bug (off by one) 
14083
14084 2001-07-14 [alfons]
14085
14086         * src/mainwindow.c
14087                 change text labels for news and mail message so there's
14088                 plenty of toolbar estate left
14089
14090         * configure.in
14091                 0.5.1claws1
14092
14093         * src/folderview.c
14094           src/folder.[ch]
14095                 sync with Hiroyuki's 0.5.0cvs1
14096
14097         * src/summaryview.c
14098                 more rewrite label colouring
14099
14100 2001-07-14 [alfons]
14101
14102         * src/summaryview.[ch]
14103                 * start rewrite label colouring 
14104                 * fix proper location "Add Sender To Addressbook" menu item
14105
14106 2001-07-13
14107
14108         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14109         (actually this is 0.5.0claws4)
14110
14111 2001-07-13 [alfons]
14112
14113         * po/pt_BR.po
14114                 * fix duplicate message
14115                 * add updated Portugese / Brazilian translation
14116                   submitted by Fabio Junior Beneditto
14117
14118 2001-07-12 [alfons]
14119
14120         * AUTHORS
14121                 add Jens
14122
14123         * po/nl.po
14124                 add updated Dutch translation
14125
14126         * po/de.po
14127                 add updated German translation submitted by Jens
14128
14129 2001-07-11 [alfons]
14130
14131         Prerelease before 0.5.0claws. Please test.
14132         This version is temporarily tagged as VERSION_0_5_0_TEST
14133
14134         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
14135           src/prefs_scoring.c, src/prefs_matcher.c, 
14136           src/prefs_filtering.c, src/mbox.c, 
14137           src/main.c, src/inc.c, src/filtering.[ch]
14138                 revert new Hoa's new matcher (does not work yet)
14139
14140         * src/Makefile.am
14141                 clean up
14142
14143 2001-07-10
14144
14145         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14146
14147
14148 2001-07-10 [alfons]
14149
14150         * Makefile.am
14151                 add ChangeLog.claws to EXTRA_DIST
14152         * src/Makefile.am
14153                 add matcher_parser_parse.h to EXTRA_DIST
14154
14155 2001-07-10 [christoph]
14156
14157         * src/inc.c
14158                 add destination folder to table of
14159                 folders that need to be updated after
14160                 incorporation
14161
14162 2001-07-10 [alfons]
14163
14164         * folder.[ch]
14165           folderview.c
14166                 make collapse state of folders and folder items persistent, i.e.
14167                 if you collapse a folder tree, the next time sylpheed-claws starts 
14168                 up the folder tree remains collapsed.  
14169                 
14170 2001-07-10 [christoph]
14171
14172         * acconfig.h
14173         * configure.in
14174                 added --enable-ssl
14175         * src/md5.[ch]
14176                 renamed MD5_CTX to MD5_CTX_syl
14177                 conflicts with a struct in openssl
14178         * src/inc.c
14179         * src/main.[ch]
14180         * src/prefs_account.[ch]
14181         * src/socket.[ch]
14182                 SSL support for POP
14183         * src/mainwindow.c
14184                 fixed compose with current account
14185                 broken by new compose button stuff
14186
14187 2001-07-09 [hoa]
14188
14189         * AUTHORS
14190                 changed my email address
14191
14192         * src/matcher_parser_parse.y
14193                 clean the parser to remove conflicts
14194
14195 2001-07-09 [alfons]
14196
14197         * AUTHORS
14198                 add Match Grun
14199
14200         * configure.in
14201                 fix incorrect description of --enable-ldap parameter
14202
14203         * src/prefs_common.[ch]
14204           src/compose.c
14205                 add experimental option "smart wrapping" which makes the
14206                 compose editor auto wrap.
14207                 
14208                 | TODO: the problem with the buggy cursor handling is caused |
14209                 | by the GtkText. when deleting / backspacing text its       |
14210                 | wrapping algorithm does not take in account the previous   |
14211                 | line. should find a way to hack this in.                   |
14212                 | or should perhaps combine this with the word wrapping      |
14213                 | patch i wrote in january.                                  |
14214
14215         * src/about.c
14216                 show build parameters for LDAP and JPilot
14217
14218         * src/summaryview.c
14219                 revert Christoph's bugfix for selecting next unread message, 
14220                 because folder stats aren't updated correctly
14221
14222 2001-07-08 [hoa]
14223
14224         * src/filtering.c
14225         * src/mainwindow.c
14226         * src/matcher.c
14227         * src/matcher_parser_lex.l
14228         * src/matcher_parser_parse.y
14229         * src/prefs_filtering.c
14230         * src/prefs_scoring.c
14231         * src/scoring.c
14232                 bugfix of the config file parser
14233
14234 2001-07-08 [alfons]
14235
14236         * src/Makefile.am
14237                 added generated matcher sources to BUILT_SOURCES
14238
14239 2001-07-08 [hoa]
14240
14241         * src/Makefile.am
14242         * src/.cvsignore
14243                 added new config file parser
14244
14245         * src/scoring.[ch]
14246         * src/filtering.[ch]
14247         * src/matcher.[ch]
14248         * src/prefs_filtering.c
14249         * src/prefs_matcher.c
14250         * src/prefs_scoring.c
14251         * added src/matcher_parser.h
14252         * added src/matcher_parser_lex.h
14253         * added src/matcher_parser_lex.l
14254         * added src/matcher_parser_parse.y
14255                 lex & yacc config file parser
14256
14257         * src/mbox.c
14258         * src/inc.c
14259         * src/main.c
14260                 changes prefs_filtering into global_filtering           
14261
14262         * src/summaryview.c
14263                 build threads with subjects only if "Re: " is at the
14264                 beginning of the subject
14265
14266 2001-07-07 [paul]
14267
14268         0.5.0claws
14269
14270         sync with sylpheed 0.5.0
14271                 change of version number only
14272
14273 2001-07-06 [paul]
14274
14275         0.5.0claws5
14276
14277         sync with sylpheed 0.5.0pre5
14278
14279 2001-07-05 [paul]
14280
14281         sync with sylpheed 0.5.0pre4 release
14282                 /po and /manual/ja not sync'ed
14283
14284 2001-07-04 [paul]
14285
14286         more sync with sylpheed 0.5.0pre4
14287
14288 2001-07-03 [christoph]
14289
14290         * src/addressbook.c
14291                 fixed address book broken by address book
14292                 for VCard, JPilot, LDAP
14293
14294 2001-07-03 [alfons]
14295
14296         * src/matcher.c
14297         * src/textview.c
14298                 stopped memory leaks
14299
14300 2001-07-03 [paul]
14301
14302         more sync with sylpheed 0.5.0pre4
14303
14304 2001-07-02 [match]
14305
14306         * included address book patch for VCard, JPilot, LDAP
14307         * pref_common.c - fixed Font options on Display tab (cosmetic)
14308         * alertpanel.c - fixed truncated message
14309
14310 2001-07-02 [christoph]
14311
14312         * src/mbox_folder.c
14313         * src/procmsg.[ch]
14314         * src/summaryview.c
14315                 mark threads for ignoring
14316
14317 2001-07-02 [paul]
14318
14319         0.5.0claws4
14320
14321         * sync with sylpheed 0.5.0pre4
14322                 updated gettext to 0.10.38.
14323
14324 2001-07-01 [paul]
14325
14326         * src/ mainwindow.c
14327         * src/procmsg.h
14328         * src/summaryview.[ch]
14329                 new right-click option: Label.
14330                 substitute for 'Mark-->Mark/Unmark', colours the line.
14331                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
14332
14333 2001-07-01 [christoph]
14334
14335         * src/folderview.c
14336                 fixed font for trash
14337         * src/summaryview.c
14338                 move ctree to unread message
14339
14340 2001-07-01 [paul]
14341
14342         * sync with sylpheed 0.5.0pre3 release
14343
14344 2001-06-30 [alfons]
14345
14346         * src/filesel.[ch]
14347         * src/compose.c
14348                 allow inserting / attaching multiple files in
14349                 the composer window
14350
14351 2001-06-30 [paul]
14352
14353         * src/codeconv.c
14354                 small change to Alfons' previous stuff so that it
14355                 actually makes
14356
14357 2001-06-30 [alfons]
14358
14359         * lots of files changed; first attempt to merge the changes
14360           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
14361
14362 2001-06-30 [paul]
14363
14364         * po/pt_BR.po
14365                 updated and completed, translations by Fabio
14366                 Junior Beneditto <fjbeneditto@yahoo.com.br>
14367
14368 2001-06-29 [alfons]
14369
14370         * src/compose.c
14371         * src/mimeproc.[ch]
14372                 allow selecting an attached files' mime type from a 
14373                 list of types.
14374
14375 2001-06-29 [paul]
14376
14377         * more sync with sylpheed 0.5.0pre3
14378
14379 2001-06-29 [paul]
14380
14381         * po/pt_BR.po
14382                 merge with sylpheed.pot and pt_BR.po provided by
14383                 Fabio Junior Beneditto.
14384
14385 2001-06-29 [darko]
14386
14387         * src/procmime.c
14388                 make MIME types case insensitive
14389
14390 2001-06-28 [alfons]
14391
14392         * po/nl.po
14393                 merge with sylpheed.pot and old nl.po; translations added.
14394
14395 2001-06-28 [paul]
14396
14397         * more sync with sylpheed 0.5.0pre3
14398
14399 2001-06-27 [alfons]
14400
14401         * src/summaryview.c
14402                 don't crash when removing parent node of messages
14403                 attracted by subject. this was caused by not deleting
14404                 the parent node from the subject line hash table.
14405
14406 2001-06-27 [alfons]
14407
14408         * src/summaryview.c
14409         * src/compose.[ch]
14410         * src/mainwindow.c
14411                 if there are multiple messages selected, allow forwarding
14412                 them as attachments.
14413
14414 2001-06-27 [paul]
14415
14416         * more sync with sylpheed 0.5.0pre3
14417
14418 2001-06-26 [paul]
14419
14420         0.5.0claws3
14421
14422         * sync with sylpheed 0.5.0pre3
14423
14424 2001-06-25 [paul]
14425
14426         * src/mainwindow.c
14427                 fixed 'compose news article' bug
14428                 from icon-and-text toolbar
14429
14430 2001-06-25 [paul]
14431
14432         * sync with sylpheed 0.5.0pre2 release
14433
14434 2001-06-24 [christoph]
14435
14436         * src/prefs_common.c
14437                 bug fix in font selection
14438         * src/folderview.c
14439                 use sylpheed's normal font instead of
14440                 gtk default font for folders without
14441                 new messages
14442
14443 2001-06-24 [alfons]
14444
14445         * src/mainwindow.[ch]
14446                 added composite compose mail / news button (an idea by Leandro
14447                 Pereira <leandro@linuxmag.com.br>)
14448
14449 2001-06-24 [paul]
14450
14451         Added instructions for ldif-to-xml.py
14452
14453         * tools/README
14454
14455 2001-06-23 [alfons]
14456
14457         Some minor things.
14458
14459         * src/pixmaps/stock_news_compose.xpm
14460                 added pixmap by Leandro
14461         * src/prefs_common.c
14462                 tested built-in spelling checker of GCC 3.0 :)
14463         * po/nl.po
14464                 merged dutch translation of sylpheed-main with
14465                 sylpheed.pot
14466
14467 2001-06-23 [paul]
14468
14469         Added tools directory and files.
14470
14471         * tools/filter_conv.pl
14472                 converts old filter system to new filtering system
14473         * tools/ldif-to-xml.py
14474                 converts netscape addressbook to sylpheed addressbook
14475         * tools/README
14476                 descriptions/instructions for above two files
14477
14478 2001-06-23 [christoph]
14479
14480         * src/inc.c
14481         * src/manage_window.[ch]
14482         * src/prefs_common.[ch]
14483                 mail retrieval dialog can be enabled, disabled
14484                 or hidden if non of sylpheed's windows is active
14485
14486 2001-06-22 [paul]
14487
14488         0.5.0claws2
14489
14490         * sync with sylpheed 0.5.0pre2
14491
14492 2001-06-21 [christoph]
14493
14494         * src/summaryview.c
14495                 show recipient on 'from' for all accounts
14496                 
14497         * src/inc.c
14498         * src/prefs_common.[ch]
14499                 disable error popup on mail receive errors
14500
14501 2001-06-21 [alfons]
14502
14503         * src/compose.c
14504                 made the ruler correctly appear and disappear.
14505
14506         * src/Makefile.am
14507                 removed Hoa's work-in-progress-stuff (interesting!) so 
14508                 claws compiles ok.
14509
14510 2001-06-20 [christoph]
14511
14512         * src/inc.c
14513         * src/progressdialog.c
14514                 added scrolled window for list in progressdialog
14515
14516 2001-06-20 [paul]
14517
14518         sync with sylpheed 0.5.0pre1 release
14519
14520 2001-06-20 [christoph]
14521
14522         * src/summeryview.c
14523                 make building threads by subject work when
14524                 thread view is enabled
14525                 
14526         * src/compose.c
14527         * src/prefs_common.[ch]
14528                 automatically select account for mail replys
14529
14530 2001-06-19 [sergey]
14531
14532         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
14533         they are filled in from the account settings.
14534
14535 2001-06-19 [paul]
14536
14537         * more sync with sylpheed 0.5.0pre1
14538
14539 2001-06-18 [alfons]
14540
14541         * src/Makefile.am,
14542           src/procmime.c
14543                 added --sysconfdir to CPPFLAGS for pointing to the correct
14544                 location of mime.types. 
14545
14546                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
14547                 or ./configure!
14548
14549 2001-06-18 [hoa]
14550
14551         * src/summaryview.c
14552                 fixed some bug when building threads
14553
14554 2001-06-18 [pau]l
14555
14556         * src/prefs_account.c
14557                 UI stuff: More changes to the English
14558
14559 2001-06-18 [paul]
14560
14561         * src/pixmaps/stock_news_compose.xpm: new file
14562         * src/Makefile.am
14563         * src/mainwindow.c
14564         * src/summaryview.c
14565                 Added new icon for Hoa's 'compose a news
14566                 message', plus minor improvements to the
14567                 English
14568
14569         * po/ja.po
14570         * ChangeLog
14571         * ChangeLog.jp
14572                 more sync with sylpheed 0.5.0pre1
14573
14574 2001-06-18 [hoa]
14575
14576         * src/compose.[ch]
14577         * src/mainwindow.c
14578                 Follow-up and reply to
14579
14580         * src/summaryview.[ch]
14581                 Build threads also with subjects
14582
14583 2001-06-17 [hoa]
14584
14585         * src/compose.c
14586                 forwarding use the current account.
14587
14588         * src/mainwindow.c
14589                 the "compose message" button has been replaced with
14590                 "new mail" and "new news" buttons
14591
14592         * src/prefs_common.[ch]
14593                 added a configuration option to use the forward button
14594                 as "forward as attachment"
14595                 changed reply and forward format description
14596
14597         * src/quote_fmt_lex.l
14598         * src/quote_fmt_parse.y
14599                 added message with no signature in format for reply
14600                 and forward.
14601
14602 2001-06-17 [paul]
14603
14604         Minor UI stuff
14605
14606         * src/mainwindow.c
14607         * src/summaryview.c
14608                 Improvements to the English
14609
14610         * src/prefs_common.c
14611                 Improvements to the English and some
14612                 clarity/continuity improvements in the
14613                 description of Quote symbols.
14614
14615 2001-06-17 [paul]
14616
14617         0.5.0claws1
14618
14619         * sync with sylpheed 0.5.0pre1
14620
14621 2001-06-17 [hoa]
14622
14623         * src/compose.c
14624                 Better interface for compose, displayed fields
14625                 are updated whenever we change account.
14626                 Newsgroups field is automatically filled.
14627
14628         * src/mainwindow.c
14629                 Newsgroups field is automatically filled.
14630
14631         * src/prefs_account.c
14632                 Some interface stuff when fields appear and
14633                 disappear.
14634
14635 2001-06-16 [paul]
14636
14637         0.4.99claws
14638
14639         * sync with sylpheed 0.4.99
14640
14641 2001-06-16 [sergey]
14642
14643         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14644         base64_decoder_free, base64_decoder_decode): new object and
14645         functions for decoding base64 streams.
14646         * src/procmime.c (procmime_decode_content): modified to use the
14647         new base64 decoder.
14648
14649 2001-06-15 [paul]
14650
14651         0.4.99claws10
14652
14653         * sync with sylpheed 0.4.99cvs11
14654
14655 2001-06-13 [paul]
14656
14657         0.4.99claws9
14658
14659         * sync with sylpheed 0.4.99cvs9
14660
14661 2001-06-13 [hoa]
14662
14663         * src/compose.c
14664         * src/prefs_account.c
14665
14666                 SMTP server can be defined in the news account
14667                 mime type of attachment are kept.
14668
14669         * src/summaryview.c
14670
14671                 now choose the highest important score between default
14672                 and important score of folder.
14673
14674 2001-06-09 [alfons]
14675         
14676         * src/prefs_common.c: 
14677
14678                 (prefs_quote_description_create): corrected description of 
14679                 quote format characters
14680
14681 2001-06-09 [paul]
14682
14683         0.4.99claws8
14684
14685         * sync with sylpheed 0.4.99cvs8
14686
14687 2001-06-08 [sergey]
14688
14689         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14690         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14691
14692 2001-06-08 [paul]
14693
14694         0.4.99claws7
14695
14696         * sync with sylpheed 0.4.99cvs7
14697
14698 2001-06-06 [sergey]
14699
14700         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14701         clashes with autogenerated header).
14702         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14703         * src/Makefile.am: added quote_fmt.h.
14704         * src/.cvsignore: added lex/yacc autogenerated files
14705         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14706
14707 2001-06-06 [paul]
14708
14709         0.4.99claws6
14710
14711         * sync with sylpheed 0.4.99cvs6
14712
14713 2001-06-06 [hoa]
14714
14715         * added src/quote_fmt_parse.h
14716         * src/compose.c
14717                 removed warnings
14718
14719         * src/prefs.[ch]
14720                 don't modify readonly configuration files
14721
14722         * src/prefs_account.c
14723         * src/prefs_common.c
14724         * src/prefs_customheader.c
14725         * src/prefs_display_header.c
14726         * src/prefs_filter.c
14727         * src/prefs_filtering.c
14728         * src/prefs_scoring.c
14729                 don't open dialog box when configuration files
14730                 are readonly
14731
14732 2001-06-05 [sergey]
14733
14734         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
14735
14736         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
14737         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
14738         BUILT_SOURCES to make all files rebuild properly.
14739
14740         * src/compose.c: removed #include "quote_fmt.tab.h".
14741
14742         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
14743         CHARACTER value in yylval.
14744
14745         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
14746         receive CHARACTER value by documented means (yylval).
14747
14748         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
14749
14750 2001-06-05 [hoa]
14751
14752         * src/Makefile.am
14753                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
14754
14755         * src/filtering.c
14756         * src/matcher.c
14757         * src/matcher.h
14758         * src/prefs_filtering.c
14759                 now keep the configuration for execute action
14760
14761         * src/mbox_folder.c
14762                 fixed a warning
14763
14764 2001-06-05 [paul]
14765
14766         * sync with sylpheed 0.4.99cvs5
14767
14768 2001-06-05 [hoa]
14769
14770         * src/Makefile.am
14771                 added quote_fmt.[ch]
14772
14773         * added src/quote_fmt.y
14774         * added src/quote_fmt.l
14775         * added src/quote_fmt.tab.h
14776         * added src/quote_fmt.tab.c
14777         * added src/lex.quote_fmt.c
14778                 parsing configuration for replying
14779                 and forwarding
14780
14781         * src/prefs_common.[ch]
14782                 added configuration UI for replying
14783                 and forwarding
14784
14785         * src/compose.c
14786                 using configuration for replying
14787                 and forwarding
14788
14789 2001-06-04 [hoa]
14790
14791         * src/filtering.c
14792         * src/matcher.c
14793         * src/matcher.h
14794         * src/prefs_filtering.c
14795         * src/prefs_matcher.c
14796         * src/prefs_matcher.h
14797                 action "run a command" for filtering
14798                 and matching with a command.
14799                 fixed the "whole message" matching
14800
14801         * src/mbox_folder.c
14802                 changed temporary filename for security
14803
14804         * src/messageview.c
14805                 queue the notification if it fails to send.
14806
14807         * src/prefs_common.c
14808         * src/prefs_folder_item.c
14809                 changed the default important score             
14810
14811         * src/prefs_scoring.c
14812         * src/scoring.c
14813                 hide kill score input when the folder is not
14814                 a newsgroup
14815
14816 2001-06-03 [alfons]
14817
14818         * src/prefs_common.c:
14819
14820                 (prefs_font_select): pass font name in font entry box to font
14821                 selection dialog.
14822
14823 2001-06-03 [sergey]
14824
14825         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
14826
14827 2001-06-03 [paul]
14828
14829         * sync with sylpheed 0.4.99cvs4
14830
14831 2001-06-03 [alfons]
14832
14833         * src/headerwindow.c:
14834
14835                 (headerwindow_show_cb): use the selected summary view item, not
14836                 the displayed item.
14837
14838 2001-06-02 [alfons]
14839
14840         * src/headerwindow.c:
14841
14842                 (headerwindow_show_cb): always try to show msginfo
14843
14844 2001-06-02 [hoa]
14845
14846         * src/compose.c
14847                 keep attached parts when reediting or forwarding.
14848
14849 2001-06-01 [hoa]
14850
14851         * src/folderview.c
14852         * src/prefs_folder_item.[ch]
14853         * src/prefs_scoring.[ch]
14854         * src/scoring.[ch]
14855         * src/summaryview.[ch]
14856         * src/main.c
14857         * src/mainwindow.c
14858         * src/prefs_common.[ch]
14859                 support for folder scoring
14860                 kill score and important score for messages
14861         
14862         * src/prefs_account.c
14863                 some display bug fixed for local account
14864                 preferences
14865
14866 2001-05-31 [alfons]
14867
14868         * src/summaryview.c:
14869
14870                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
14871                 sender to address book menu item is disabled.
14872
14873 2001-05-30 [hoa]
14874
14875         * src/filtering.[ch]
14876         * src/summaryview.c
14877                 handling summary menu / filter messages
14878
14879         * src/folder.[ch]
14880                 add some stuff
14881
14882         * src/foldersel.c
14883                 imap folders now appears in list
14884
14885         * src/mbox_folder.c
14886                 doesn't crash if destination mail is not writeable
14887
14888 2001-05-29 [hoa]
14889
14890         * src/compose.c
14891                 removed some warnings
14892
14893         * src/filtering.c
14894         * src/folder.[ch]
14895         * src/prefs_filtering.c
14896                 global string to identify any folders           
14897                 removed some debug info
14898                 filtering to mbox folders is now possible
14899
14900         * src/mainwindow.c
14901                 removed some warnings
14902
14903         * src/mbox_folder.c
14904                 permission on files are changed to read/write for user only,
14905                 nothing for other.
14906                 creation of subfolder is handled better.
14907
14908 2001-05-28 [alfons]
14909
14910         Verified the sync for src/prefs_common.[ch] and
14911         src/prefs_account.[ch]. I believe there were some
14912         minor indentation differences.
14913
14914 2001-05-28 [paul]
14915
14916         0.4.99claws3
14917
14918         * sync with 0.4.99cvs3
14919
14920 2001-05-28 [hoa]
14921
14922         * src/compose.c
14923                 handling flags for mbox format
14924
14925         * src/filtering.c
14926                 use of mark file only for MH format
14927                 handling flags for mbox format
14928                 filtering cannot yet move or copy mails to mbox folders.
14929
14930         * src/folder.[ch]
14931                 changed move_msg, copy_msg,
14932                 move_msgs_with_dest, copy_msgs_with_dest functions
14933                 uses only folder->copy_msg() function
14934                 uses folder->finished_copy() to handle the destination
14935                 folder at the end of the copy or move operation.
14936
14937         * src/foldersel.c
14938                 included mbox directories.
14939
14940         * src/folderview.[ch]
14941         * src/mainwindow.c
14942                 handle folders operation for mbox format
14943
14944         * src/mbox.c
14945                 disable conversion of "From " header
14946
14947         * src/mbox_folder.[ch]
14948                 completion of mbox format handling
14949
14950         * src/mh.c
14951                 changed mh_copy_msg() function and
14952                 removed mh_move_msg(), mh_move_msgs_with_dest(),
14953                 mh_copy_msgs_with_dest()
14954
14955         * src/prefs_filtering.c
14956                 removed some warnings
14957
14958         * src/prefs_matcher.c
14959                 default boolean operation is AND
14960
14961         * src/procheader.c
14962                 handling flags for mbox format
14963                 handling of "From " header
14964
14965         * src/procmsg.[ch]
14966                 removed data field
14967                 added MSG_REALLY_DELETED flags to handle deletion of
14968                 messages in mbox format.
14969
14970         * src/summaryview.c
14971                 handling flags for mbox format
14972                 disable the MSG_DELETED flags when messages
14973                 are deleted in mbox format
14974
14975         * src/textview.c
14976                 "From " headers display fixed.
14977
14978 2001-05-27 [alfons]
14979
14980         * src/textview.c:
14981                 
14982                 (get_email_part): skip quoted email addresses, like in e.g.
14983                 "'alfons@proteus.demon.nl'".
14984
14985 2001-05-26 [alfons]
14986
14987         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
14988         and fixing the persistence troubles when using separate windows.
14989
14990         * src/mainwindow.c:
14991         
14992             Added #define SEPARATE_ACTION used in the gtk item factory for 
14993             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
14994                 use gtk_item_factory_get_widget_by_action() to get the items.
14995                 
14996             Removed separate_widget_cb from the gtk item factory data   
14997           
14998             (mainwindow_create): connect separate_widget_cb() to check
14999             menu item "toggled" signal. also passing a MainWindow pointer
15000                 as object data for both check menu items.
15001                 
15002             (separate_widget_cb): definition of separate_widget_cb() to match
15003             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
15004                 window using gtk_object_get_data(). The type of window separation 
15005                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
15006         
15007         * src/prefs_filtering.c,
15008           src/prefs_matcher.c: added horizontal scrollbars
15009
15010 2001-05-25 [darko]
15011
15012         * src/headerview.c
15013                 fix segfault with invalid bold font
15014         * src/summaryview.c
15015                 correctly display summary stats after row is marked
15016
15017 2001-05-23 [sergey]
15018
15019         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
15020         encodings with libjconv.
15021
15022 2001-05-23 [hoa]
15023
15024         * src/Makefile.am
15025                 added mbox_folder.[ch]
15026         * src/defs.h
15027                 mbox temporary folder
15028         * src/folder.[ch]
15029         * added src/mbox_folder.[ch]
15030         * src/folderview.c
15031         * src/procheader.[ch]
15032                 added mbox support
15033         * src/mbox.c
15034                 bugfix for file incorporation filtering
15035         * src/imap.c
15036                 enable creation of MBOX
15037         * src/prefs_display_header.c
15038                 enable use of headers like "From "
15039                 something that should be fixed :
15040                         displaying of such headers add an extra space
15041         * src/prefs_folder_item.c
15042                 don't create folders because it is not necessary
15043         * src/procmsg.h
15044                 added data field to MsgInfo for mbox internal use
15045         * src/summaryview.c
15046                 added some support for mbox
15047         * src/utils.[ch]
15048                 added get_mbox_cache_dir() function
15049
15050 2001-05-23 [hiroyuki]
15051
15052         * src/headerwindow.c
15053           src/inc.c
15054           src/main.c
15055           src/mh.c
15056           src/nntp.c
15057           src/procmsg.h
15058           src/session.h
15059           src/socket.[ch]
15060           src/summaryview.c
15061           src/textview.c
15062           src/automaton.c
15063           src/folderview.c: more sync with 0.4.99cvs2.
15064
15065         * src/headerwindow.c: reverted.
15066
15067 2001-05-22 [paul]
15068
15069         0.4.99claws2
15070
15071         * sync with sylpheed 0.4.99cvs2
15072                 * src/news.[ch]
15073                 * src/nntp.[ch]
15074                 * INSTALL
15075                 * INSTALL.jp
15076
15077 2001-05-22 [alfons]
15078
15079         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
15080
15081 2001-05-21 [alfons]
15082
15083         Minor things:
15084
15085         * configure.in: if gnome-config not found, "no" is displayed
15086         
15087         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
15088
15089         * src/textview.c: now also possible to add mail addresses by right
15090           clicking in the text view
15091
15092         * src/codeconv.c: merged patch which fixes endless loop when encountering
15093           invalid wide characters; from Alte <010@imis.ru>  
15094
15095 2001-05-20 [alfons]
15096
15097         Added installation of gnome specific things:
15098
15099         * Makefile.am: gnome conditional
15100
15101         * configure.in: check for installed gnome
15102
15103         * added sylpheed.png, sylpheed.desktop
15104
15105 2001-05-20 [sergey]
15106
15107         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
15108
15109         * src/mainwindow.h (main_window_toolbar_create): created a button
15110         for "Reply to all".
15111         (main_window_set_toolbar_sensitive): enable/disable the new button
15112         appropriately.
15113         (toolbar_reply_to_author_cb): handle the new button.
15114
15115         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
15116         send_progress_dialog_destroy() on failure (fixes hang on SMTP
15117         failure).
15118
15119 2001-05-19 [sergey]
15120
15121         * src/compose.h (ComposeReplyMode): new modes
15122         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
15123         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
15124
15125         * src/compose.c
15126         (compose_send): move some code into a new function:
15127         (compose_current_mail_account): new function.
15128         (compose_reply): new argument to_author, all callers changed; if
15129         to_author==TRUE and account->protocol==A_NNTP, find and use an
15130         appropriate mail account for replying.
15131         (compose_reply_set_entry): new argument to_author; ignore
15132         compose->replyto if to_author==TRUE.
15133
15134         * src/mainwindow.c: new command "Message/Reply to author".
15135         (main_window_set_menu_sensitive): enable/disable it.
15136         (reply_cb): handle it.
15137
15138         * src/summaryview.c: new command "Reply to author".
15139         (summary_set_menu_sensitive): enable/disable it.
15140         (summary_reply_cb): handle it.
15141
15142         * src/account.c (account_find_mail_from_address): new function.
15143
15144 2001-05-18 [paul]
15145
15146         0.4.99claws1
15147
15148         * sync with sylpheed 0.4.99cvs1
15149
15150 2001-05-18 [hoa]
15151
15152         * src/compose.[ch]
15153         * src/filtering.c
15154         * src/summaryview.c
15155                 new filtering action : forward and forward as attachment
15156
15157         * src/main.c
15158                 no need for $DISPLAY when we run sylpheed --help
15159                 call to parse_cmd_opt() is moved
15160
15161         * src/mainwindow.[ch]
15162                 execute button is hidden when immediate execute
15163                 is chosen
15164
15165         * src/mh.c
15166         * src/news.c
15167         * src/prefs_folder_item.c
15168         * src/procmsg.c
15169                 better handling of missing directories
15170
15171         * src/summaryview.c
15172                 reedit is enabled in outbox
15173                 reedit is enabled in queue
15174
15175 2001-05-17 [hoa]
15176
15177         * src/filtering.c
15178         * src/matcher.[ch]
15179         * src/prefs_filtering.c
15180                 changed attachement into attachment
15181
15182 2001-05-17 [alfons]
15183
15184         0.4.67claws4    
15185
15186         * sync with sylpheed 0.4.67cvs9
15187         * sync with sylpheed 0.4.67cvs7-8
15188
15189 2001-05-17 [hoa]
15190
15191         * src/Makefile.am
15192                 added prefs_filtering.c
15193
15194         * src/filtering.[ch]
15195         * src/matcher.[ch]
15196                 removed action : forward_news and forward_news_as_attachement
15197                 (forward and forward_as_attachement can be used instead)
15198
15199         * src/mainwindow.c
15200                 added menu option to access filtering configuration
15201
15202         * src/prefs_account.c
15203                 changed mail_command default to /usr/sbin/sendmail
15204
15205         * added src/prefs_filtering.[ch]
15206                 dialog box for filtering configuration
15207
15208         * src/prefs_matcher.c
15209                 added function prefs_matcher_get_criteria_from_matching()
15210
15211         * src/prefs_scoring.c
15212                 reset the dialog when register or substitute is clicked
15213
15214 2001-05-15 [hoa]
15215
15216         * src/Makefile.am
15217                 added filtering.[ch]
15218         * src/inc.c
15219                 using filering.[ch] instead of filter.[ch]
15220         * src/main.c
15221                 reading new filtering configuration
15222         * src/matcher.[ch]
15223                 added some filtering actions
15224                 and fixed a bug for headers and mail body matching
15225         * src/mbox.c
15226                 using filering.[ch] instead of filter.[ch]
15227         * src/mh.c
15228                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
15229         * src/summaryview.c
15230                 some fixes for filtering
15231
15232 2001-05-14 [hiroyuki]
15233
15234         * src/send.c: fixed some weird indentations.
15235           send_message_with_command(): call pclose() only if p != NULL.
15236         * src/textview.c: get_email_part(): modified the code for readability.
15237
15238 2001-05-14 [hiroyuki]
15239
15240         * src/md5global.h
15241           src/md5ify.c
15242           src/md5ify.h: removed from the cvs.
15243
15244 2001-05-13 [sergey]
15245
15246         * src/main.c: include rfc2015.h to avoid compiler warnings.
15247         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
15248         the panel is already on screen.
15249         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
15250         closing the alert window by ESC as "No".
15251         * src/prefs_common.c (prefs_interface_create): moved return
15252         receipt check button to the correct place.
15253
15254 2001-03-13 [alfons]
15255
15256         * src/prefs_common.c: 
15257                 moved return receipt check button to the Send tab. (prefs_send_create)
15258                 removed the date format ui related globals. (prefs_display_create)
15259
15260         0.4.67claws3
15261         
15262         * sync with sylpheed 0.4.67cvs5-6
15263
15264 2001-05-13 [paul]
15265
15266         * added Alfons' font selection patch
15267
15268         * src/defs.h
15269         * src/headerwindow.c
15270         * src/prefs_common.c
15271         * src/prefs_common.h
15272
15273 2001-05-13 [hoa]
15274         * src/defs.h
15275                 changed version of cache
15276         * src/matcher.[ch]
15277         * src/prefs_matcher.c
15278                 added additionnal matching criteria
15279         * src/procheader.c
15280         * src/procmsg.[ch]
15281         * src/news.c
15282                 added references in MsgInfo
15283
15284 2001-05-12 [hoa]
15285
15286         * src/defs.h
15287                 prepared some things for new filtering
15288         * src/matcher.[ch]
15289                 added some matching properties
15290                 inreplyto need to be enhanced
15291                 prepared some things for new filtering
15292         * src/messageview.c
15293                 added Return-Receipt-To handling
15294         * src/prefs_folder_item.c
15295                 changed default value to TRUE
15296         * src/prefs_matcher.c
15297                 added some matching properties
15298         * src/prefs_scoring.[ch]
15299                 the scoring dialog is finished
15300         * src/procheader.c
15301                 added Return-Receipt-To handling
15302                 Reference need to be added
15303         * src/procmsg.[ch]
15304                 added Return-Receipt-To handling
15305                 added threadscore to get a better score sorting when
15306                 threads are enabled
15307         * src/summaryview.c
15308                 suppressed a bug when we sort the list
15309                 when no folder is opened.
15310                 better score sorting when threads are enabled
15311
15312 2001-05-12 [alfons]
15313
15314         * reverted previous patch because of potential errors 
15315
15316         0.4.67claws2
15317         
15318         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
15319                 applied "toggle mail-retrieval dialog window" patch submitted 
15320                 by Eric Limpens <eric@qnt.net>
15321
15322         * sync with sylpheed 0.4.67cvs4
15323
15324 2001-05-12 [sergey]
15325
15326         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
15327         some picky compilers.
15328         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
15329         * src/grouplist_dialog.c: include alertpanel.h.
15330         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
15331         fix compile warning.
15332         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
15333         #include "defs.h" before others to prevent the warning of `MIN'
15334         and `MAX' redefinition.
15335
15336 2001-05-11 [hoa]
15337
15338         * src/main.c
15339         * src/messageview.c
15340         * src/prefs_account.c
15341         * src/prefs_display_header.c
15342                 removed warning
15343         * src/Makefile.am
15344                 added prefs_scoring.[ch]
15345         * src/grouplist_dialog.c
15346                 display an error dialog box if the group list
15347                 cannot be fetched.
15348         * src/mainwindow.[ch]
15349                 added main_window_set_thread_option() function
15350                 scoring dialog box enabled
15351         * src/matcher.[ch]
15352                 added flags matching unread /new / marked
15353                 / deleted / replied / forwarded
15354         * src/news.c
15355                 newsgroups are now finally in newscache
15356         * src/prefs_matcher.[ch]
15357                 finished preferences for matching dialog
15358         * added src/prefs_scoring.[ch]
15359                 scoring dialog box completed
15360         * src/scoring.[ch]
15361                 conversion to string : added scoringprop_to_string()
15362                 write config for preferences :
15363                 added prefs_scoring_write_config()
15364         * src/summaryview.c
15365                 threads can be enabled/disabled independently
15366                 for each folder
15367
15368 2001-05-10 [alfons]
15369
15370         0.4.67claws1
15371         
15372         * AUTHORS: 
15373                 thought it would be nice to have a list of all
15374                 contributors (used Changelog as a reference)
15375         
15376         * configure.in: 
15377                 messed up version numbering...
15378
15379         0.4.66claws1
15380
15381         * sync with sylpheed 0.4.67cvs1-3
15382
15383 2001-05-10 [darko]
15384
15385         * src/prefs_common.c:
15386                 better UI for strftime format, double clicking
15387                 on format now inserts the format in text entry
15388                 replaced close button with standard OK/Cancel
15389                 moved date format button to the right of the
15390                 text entry field
15391
15392 2001-05-09 [alfons]
15393
15394         * src/gtkstext.c:
15395                 Ctrl-Home / Ctrl-End have proper cursor navigation
15396
15397 2001-05-09 [hoa]
15398
15399         * src/prefs_matcher.c
15400                 finished UI to define matching properties
15401                 added ok and cancel button
15402         * src/prefs_filter.c
15403                 added ok and cancel button
15404         * src/news.c
15405                 fixed some bug in xhdr parsing
15406
15407 2001-05-08 [alfons]
15408
15409         * src/textview.c: 
15410                 fixed a bug in textview_show_header(), which displayed two colons (':');
15411                 cleaned up some warnings
15412
15413 2001-05-08 [hoa]
15414
15415         * src/Makefile.am
15416                 added prefs_matcher.[ch]
15417                 compilation with -W -Wall
15418         * src/alertpanel.c
15419                 ungrab the mouse events if grabbed - does it
15420                 fix the bug for disposition notification ?
15421         * src/mainwindow.c
15422                 added a menu option to open the matching dialog.
15423         * src/matcher.[ch]
15424                 added matcherprop_to_string() and matcherlist_to_string()
15425                 fixed some bugs, changed the name of some options
15426                 age_sup and age_inf becomes age_greater and age_lower,
15427                 body and messageheaders becomes body_part and headers_part,
15428                 changed the names of constants from SCORING_XXX to MATCHING_XXX
15429         * src/prefs_display_header.c
15430         * src/prefs_headers.c
15431                 fixed a bug that accidentally destroyed dialogs
15432                 when closed them with delete_event
15433                 Added *_deleted() which handle delete_event signal correctly.
15434         * src/prefs_folder_item.[ch]
15435                 added "enable_thread" field for future customization
15436         * added src/prefs_matcher.[ch]
15437                 sample of the UI to define matching properties
15438         * src/procheader.c
15439                 using procheader_headername_equal instead of str*cmp functions
15440                 using procheader_parse_header() function
15441         * src/scoring.c
15442                 using MATCHING_XXX instead of SCORING_XXX
15443         * src/summaryview.c
15444                 display the sender of the news even if this is ourself
15445                 when this is a news message.
15446         * src/textview.c
15447                 using headername_equal() instead of str*cmp functions
15448
15449 2001-05-08 [alfons]
15450
15451         0.4.66claws
15452
15453         * sync with sylpheed 0.4.66
15454         * src/gtkstext.c: trace logs added 
15455
15456 2001-05-08 [sergey]
15457
15458         * src/prefs_common.[ch]: added option to enable/disable GnuPG
15459         signature check popup.
15460         * src/rfc2015.c (check_signature): show signature check popup only
15461         if it is enabled in preferences.
15462
15463 2001-05-07 [alfons]
15464
15465         0.4.66claws4
15466         
15467         * sync with sylpheed 0.4.66cvs6
15468
15469 2001-05-07 [darko]
15470
15471         * src/prefs_common.[ch]: added option to enable/disable
15472           looking up sender name in address book for summary pane
15473         * src/summaryview.c: look up sender in the address book
15474           by using Alfons' address completion code
15475
15476 2001-05-07 [hiroyuki]
15477
15478         * src/inc.h
15479           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
15480           member of Pop3State.
15481         * src/news.c: brought #include "defs.h" before #include <glib.h>
15482           to prevent the warning of `MIN' and `MAX' redefinition.
15483
15484 2001-05-06 [hoa]
15485
15486         * removed src/headers_display.[ch]
15487         * removed src/prefs_display_headers.[ch]
15488         * src/inc.c
15489                 use a temporary file in the user directory for mbox import
15490         * src/news.c
15491                 added XHDR support to get "To" and "Cc" headers
15492                 (in order to match news with to or cc field for
15493                 scoring)
15494                 added function news_parse_xhdr() to get XHDR response
15495         * src/nntp.[ch]
15496                 added function nntp_xhdr()
15497         * src/matcher.c
15498                 fetch the message if necessary
15499
15500 2001-05-06 [alfons]
15501
15502         0.4.66claws3
15503
15504         * sync with sylpheed 0.4.66cvs3-5
15505
15506 2001-05-06 [hoa]
15507
15508         * src/utils.[ch]
15509                 added function itos_buf() to enable use of several buffers
15510         * src/summaryview.c
15511                 use of itos_buf() instead of itos() in summary list
15512                 to fix the broken display of message number.
15513
15514 2001-05-06 [alfons]
15515
15516         * src/gtkstext.c: bug in cursor up navigation fixed,
15517                 fixed another unsigned / signed comparison (we're getting there :-)
15518
15519 2001-05-06 [hoa]
15520
15521         * src/Makefile.am
15522                 added scoring.c scoring.h
15523                 prefs_folder_item.c prefs_folder_item.h
15524                 matcher.c matcher.h
15525         * src/defs.h
15526                 added FOLDERITEM_RC SCORING_RC
15527         * src/folder.[ch]
15528                 added prefs field in FolderItem :
15529                 properties for each folder (PrefsFolderItem),
15530                 sorting type and mode were added as the first properties.
15531         * src/main.c
15532                 read config for scoring
15533         * added src/matcher.[ch]
15534                 gives functions to parse configuration file to do
15535                 matching on mails with a list of conditions.
15536         * src/mainwindow.c
15537                 add option to sort by score
15538         * src/prefs_common.[ch]
15539                 added preference option to show score and for
15540                 the score column size
15541         * added src/prefs_folder_item.[ch]
15542                 properties for each folder (PrefsFolderItem),
15543                 sorting type and mode were added as the first properties.
15544         * src/procheader.[ch]
15545                 added procheader_parse_header()
15546                 added procheader_header_free()
15547                 added procheader_headername_equal()
15548                 and made modification to use them.
15549         * src/procmsg.[ch]
15550                 added score field to MsgInfo structure
15551         * added src/scoring.[ch]
15552                 gives functions to parse configuration file to do
15553                 scoring on mails with a list of conditions.
15554         * src/summaryview.[ch]
15555                 save the sorting type and mode for the folder
15556                 added column to display the score of the mail
15557                 added function summary_score_clicked()
15558                 sorting type and mode are restored to the folder
15559                 when it is reopen
15560         * src/textview.c
15561                 use procheader_parse_header(), procheader_headername_equal()
15562                 removed memory leak in text_scan_header when freeing headers
15563         * src/filter.c
15564                 changed the function to match names of headers
15565                 using procheader_headername_equal()
15566
15567         Scoring functions are implemented, an interface is needed
15568         to configure that.
15569
15570 2001-05-04 [alfons]
15571
15572         * src/gtkstext.c: 
15573                 hopefully fixed the row up navigation bug,
15574                 removed adding back / forward lines to cache
15575
15576 2001-05-04 [sergey]
15577
15578         * src/prefs_display_headers.c: user interface changes:
15579         (prefs_display_headers_create): remove unused "Show" check button;
15580         allow reordering of headers by dragging.
15581         (prefs_display_headers_write_config): remove unused variables.
15582         (prefs_display_headers_set_dialog): do not insert "(New)" at top
15583         of lists (not needed with the new UI).
15584         (prefs_display_headers_set_list): scan lists starting from row 0,
15585         not 1 (do not skip "(New)").
15586         (prefs_display_headers_find_header): new function.
15587         (prefs_display_headers_clist_set_row): do not allow duplicates.
15588         (prefs_display_headers_delete_cb): do not skip row 0; treat
15589         closing the alert window by ESC as "No".
15590         (prefs_display_headers_up): do not protect row 0.
15591         (prefs_display_headers_down): do not protect row 0.
15592
15593 2001-05-04 [sergey]
15594
15595         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
15596         functions.
15597
15598         * src/summaryview.c
15599         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
15600         summary_select_next_marked, summary_select_prev_marked): new
15601         functions.
15602
15603 2001-05-03 [sergey]
15604
15605         * src/news.c: fixed a bug when no article can be fetched after
15606         server timeout if the connection was restored by news_post():
15607         (news_select_group): new function.
15608         (news_fetch_msg): call news_select_group() before fetching
15609         article.
15610         (news_get_uncached_articles): set session->group after successful
15611         GROUP command.
15612
15613 2001-05-03 [hoa]
15614
15615         * src/defs.h
15616         * src/procmsg.[ch]
15617         * src/procheader.c
15618                  changed version of cache, added cc field
15619
15620         * src/prefs_display_headers.c
15621                 the interface was changed
15622
15623         * src/prefs_headers.c
15624                 added cancel button
15625
15626 2001-05-03 [alfons]
15627
15628         * completed sync of sylpheed cvs2
15629         * src/gtkstext.c: updated row up / down cursor navigation
15630         * src/textview.c: re-edited, prepared for fixing the email address
15631                 scanner.
15632
15633 2001-05-03 [darko]
15634
15635         * src/prefs_common.c: use alfons' strftime ui code
15636         entry_datefmt and datefmt_sample widgets have to be
15637         global in this module because of this change
15638
15639 2001-05-03 [hoa]
15640
15641         * src/messageview.c
15642         * src/prefs_common.[ch] added option to activate the return receipt
15643                 feature.
15644
15645 2001-05-02 [alfons]
15646
15647         * src/gtkstext.c: fix for row up/down cursor navigation. 
15648
15649         0.4.66claws2
15650         
15651         * sync with 0.4.66cvs2
15652
15653 2001-05-02 [paul]
15654
15655         added add-sender-to-addressbook patch
15656
15657         * src/addressbook.c
15658         * src/addressbook.h
15659         * src/summaryview.c
15660
15661 2001-05-02 [sergey]
15662
15663         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15664         G_ALERTDISABLE.
15665
15666         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15667         all existing callers changed to pass FALSE; create a check button
15668         to disable the message.
15669         (alertpanel_message_with_disable): new function.
15670         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15671         (alertpanel_button_toggled): new function.
15672         (alertpanel_button_clicked, alertpanel_close): set value using
15673         G_ALERT_VALUE_MASK.
15674
15675         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15676
15677         * src/prefs_common.c (prefs_privacy_create): new check button
15678         checkbtn_gpgme_warning.
15679
15680         * src/main.c (main): moved preferences reading before gpgme
15681         initialization; check prefs_common.gpgme_warning before giving the
15682         GnuPG warning and set it to FALSE if the user wants to disable the
15683         warning.
15684
15685 2001-05-02 [hiroyuki]
15686
15687         * src/prefs_display_headers.c: modified the layout and some labels.
15688
15689 2001-05-02 [sergey]
15690
15691         * src/prefs_account.c (prefs_account_fix_size): new function.
15692         (prefs_account_create): call prefs_account_fix_size(); use
15693         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15694         size when the window is shown for the first time).
15695         (prefs_account_basic_create): changed layout of serv_table; moved
15696         localmbox_entry above smtpserv_entry (logically it replaces
15697         POP3/IMAP server).
15698         (prefs_account_protocol_activated): set sensitivity of
15699         nntpauth_chkbtn according to the protocol (in addition to
15700         hide/show); commented out gtk_table_set_row_spacing() calls.
15701         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15702         not sensitive (fixes a bug with disabled username/password boxes
15703         when editing POP3 account after NNTP with authentication).
15704
15705 2001-05-02 [hoa]
15706
15707         * src/account.c
15708         * src/inc.c
15709         * src/prefs_account.[ch]
15710         * src/send.c
15711                 removed local account without SMTP server
15712                 added option to use mail command instead of a connexion
15713                 to SMTP server when a local account is used
15714         * src/prefs_headers.c
15715                 fixed a bug
15716         * src/news.c
15717                 fixed a bug when connexion immediately closed
15718
15719 2001-05-01 [alfons]
15720
15721         0.4.66claws1
15722         
15723         * sync with 0.4.65
15724
15725 2001-05-01 [sergey]
15726
15727         * src/prefs_account.c (Basic, prefs_account_basic_create): new
15728         widget nntpauth_chkbtn.
15729         (prefs_account_protocol_activated): handle nntpauth_chkbtn
15730         visibility.
15731         (prefs_account_nntpauth_toggled): new function.
15732
15733         * src/news.c (news_session_new_for_folder): use NNTP
15734         authentication only if ac->use_nntp_auth is set.
15735
15736 2001-05-01 [hoa]
15737
15738         * src/Makefile.am changed headers.[ch] in customheader.[ch]
15739         * src/prefs_display_headers.c changed the UI
15740         * src/prefs_headers.c changed account_name to account_id
15741         * src/compose.c using customheader.h
15742
15743 2001-05-01 [hiroyuki]
15744
15745         * src/esmtp.c
15746           src/news.c
15747           src/nntp.c: changed sock_read() to sock_gets(), they've been left
15748           unsynched.
15749
15750 2001-05-01 [hoa]
15751
15752         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
15753         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
15754                 for displaying of headers
15755         * src/grouplist_dialog.[ch] minor changes to remove warnings
15756         * src/prefs_display_headers.[ch] dialog to choose the
15757         headers to display in the mail viewer.
15758         * src/headers.h correction of #define
15759         * src/headers_display.[ch] configuration for displaying of headers.
15760         * src/main.c read config of displaying of headers
15761         * src/prefs_common.c add a button to access the config dialog
15762                 for displaying of headers
15763         * src/prefs_display_headers.[ch] dialog for configuration for
15764                 displaying of the headers.
15765         * src/prefs_headers.c cleaning of code
15766         * src/procheader.c comments added to code
15767         * src/textview.c changes to reorder the headers depending
15768                 on the config for displaying of headers
15769
15770 2001-04-30 [alfons]
15771
15772         0.4.65claws7
15773
15774         * sync with 0.4.65cvs12
15775
15776         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
15777
15778 2001-04-30 [sergey]
15779
15780         * src/nntp.h (NNTPSockInfo): new field auth_failed.
15781
15782         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
15783         is set to force reconnection after authentication failure.
15784         (nntp_gen_command): set sock->auth_failed on authentication
15785         failure, or if sock->userid and sock->passwd are not set.
15786
15787         * src/news.c (news_session_new_for_folder): set userid=NULL if
15788         password dialog is cancelled.
15789
15790 2001-04-30 [sergey]
15791
15792         * src/nntp.h (NNTPSockInfo): new type.
15793
15794         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
15795         SockInfo.
15796         (nntp_open_auth, nntp_close): new functions.
15797         (nntp_gen_command): new function to handle authentication; all
15798         NNTP command functions updated to use it.
15799         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
15800         (nntp_list): removed old useless code.
15801
15802         * src/news.h (NNTPSession): new field nntp_sock.
15803
15804         * src/news.c: all functions updated to use NNTPSockInfo instead of
15805         SockInfo.
15806         (news_session_new): new arguments (userid, passwd); made static;
15807         use nntp_open_auth() if needed.
15808         (news_session_destroy): use nntp_close() instead of sock_close().
15809         (news_query_password): changed arguments.
15810         (news_session_new_for_folder): new function.
15811         (news_session_get): use news_session_new_for_folder().
15812         (news_authenticate): deleted.
15813         (news_get_uncached_articles): removed old authentication code.
15814
15815 2001-04-30 [sergey]
15816
15817         * src/news.c: reverted my previous changes (need to do NNTP
15818         authentication in a cleaner way).
15819         
15820 2001-04-29 [sergey]
15821
15822         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
15823         news_nntp_post, news_nntp_mode): new functions (wrappers with
15824         authentication support).
15825         (news_get_article_cmd, news_get_article, news_get_header): new
15826         argument "folder"; all callers changed.
15827         (news_get_article_cmd): added authentication support.
15828         (news_session_get): use news_nntp_mode() instead of nntp_mode().
15829         (news_post): use news_nntp_post() instead of nntp_post().
15830         (news_get_uncached_articles): use news_nntp_group() instead of
15831         nntp_group() and news_nntp_xover() instead of nntp_xover();
15832         removed old authentication code.
15833         (news_get_group_list): use news_nntp_list() instead of nntp_list().
15834
15835         * src/nntp.c (nntp_list): return real error code instead of
15836         hardcoded NN_ERROR.
15837
15838 2001-04-29 [sergey]
15839
15840         * configure.in: fixed wint_t typedef detection again
15841
15842 2001-04-28 [hoa]
15843
15844         * src/prefs_account.[ch], added A_LOCAL_CMD
15845                 (send mail with mail command)
15846         * src/send.c added function send_message_with_command()
15847         * src/inc.c made a more secure get_spool() function with
15848                 mktemp() but maybe mkstemp() or something more
15849                 secure can be used.
15850
15851 2001-04-28 [alfons]
15852
15853         * src/textview.c, colorization of email addresses in headers
15854
15855         0.4.65claws6
15856
15857         * bug sync with sylpheed
15858         * prefs_common.c: created date format ui for darko
15859         * sync with 0.4.65cvs11
15860         * configure.in: corrected to have the new gpg checks
15861
15862 2001-04-27 [alfons]
15863
15864         * completed sync with 0.4.65cvs10
15865         * minor debug things added to gtkstext.c
15866
15867 2001-04-27 [darko]
15868
15869         * configure.in: remove check for availability of
15870           strftime() as advised by Hiroyuki
15871         * src/prefs_common.[ch], src/procheader.c:
15872           synch strftime() code with Hiroyki's main branch
15873
15874 2001-04-26 [sergey]
15875
15876         * src/news.c: news_query_password(), news_authenticate(): new
15877           functions.
15878           news_get_uncached_articles(): added NNTP authentication
15879           handling.
15880         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
15881           new functions.
15882         * src/prefs_account.c: prefs_account_protocol_activated():
15883           enable userid and password fields for NNTP.
15884
15885 2001-04-26
15886
15887         * configure.in: check for availability of strftime()
15888           [darko]
15889         * src/prefs_common.[ch], src/procheader.c: use
15890           strftime() for displaying date in summary pane if it
15891           is available
15892
15893 2001-04-25
15894
15895         * more .cvsignore cleanups [alfons]
15896
15897 2001-04-25
15898
15899         * ac/sv-check-type.m4: new autoconf macro.
15900         * configure.in: fixed wint_t typedef detection (did not work
15901           with gcc-2.96).
15902
15903 2001-04-25
15904
15905         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
15906           [hiroyuki]
15907
15908 2001-04-24
15909         * modified gtkstext.c : buggy cursor navigation fixed, 
15910           and font descent also taken in account when drawing
15911           cursor. [alfons]
15912
15913 2001-04-24 [hoa]
15914         * added comments in src/news.c src/nntp.c
15915         * added src/prefs_headers.[ch]
15916         * added src/headers.[ch]
15917         * modified compose.c to activate custom headers
15918                 added function is_in_custom_headers
15919         * modified prefs_account.[ch]
15920                 added function prefs_account_customhdr_edit
15921         * modified src/defs.h :
15922                 added HEADERS_RC : name of the config file
15923                 for the custom headers
15924
15925 2001-04-24
15926
15927     0.4.65claws5
15928
15929         * configure.in
15930           src/gtkstext.[ch]
15931           src/compose.c
15932           src/Makefile.am
15933           
15934           added gtkstext with configure.in patch by Hiroyuki which
15935           should fix the XIM detection [alfons]
15936
15937         * more clean up of cvs [alfons]
15938
15939                  * removed all Makefile.in files to attic.
15940
15941                  * updated all .cvsignores to really ignore things that could
15942                    be unintentionally committed by a recursive commit.
15943
15944 2001-04-23 [hoa]
15945         * added src/grouplist_dialog.[ch]
15946         * changed src/folderview.c to call grouplist_dialog instead
15947                 of inputdialog
15948         * src/news.c :
15949                 added functions news_reset_group_list
15950                 and news_get_group_list
15951         * src/nntp.c :
15952                 added function nntp_list
15953         * src/defs.h :
15954                 added GROUPLIST_FILE : name of the newsgroup list cache file
15955
15956 2001-04-21
15957
15958         * added option to warn about queued messages on exit [sergey]:
15959
15960           * src/compose.c: compose_queue(): call folder_item_scan()
15961             and folderview_update_item() after queueing.
15962           * src/folderview.c: folderview_update_node(): draw the queue
15963             folder in bold font if there are queued messages.
15964           * src/mainwindow.c: queued_messages(): new function.
15965             app_exit_cb(): display warning if there are queued messages
15966             if warn_queued_on_exit is set.
15967           * prefs_common.[ch]: add warn_queued_on_exit option.
15968
15969         * enhanced GnuPG key selection support [sergey]:
15970
15971           * src/select-keys.c: updated to newer version from Win32
15972             branch with support for selecting arbitrary keys.
15973           * src/prefs_account.c: added the Privacy tab to the account
15974             options window.
15975             prefs_account_privacy_create(),
15976             prefs_account_sign_key_set_data_from_radiobtn(),
15977             prefs_account_sign_key_set_radiobtn(): new functions.
15978           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
15979           * src/rfc2015.c: set_signers(): new function.
15980             pgp_sign(): add the account parameter, call set_signers().
15981             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
15982           * src/rfc2015.h: rfc2015_sign(): updated prototype.
15983           * src/compose.c: pass the current account to rfc2015_sign().
15984
15985         * tag name claws added to prevent confusion with main branch [alfons]
15986
15987         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
15988
15989         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
15990
15991         * sync with recent sylpheed cvs. Untested though. [alfons]
15992