a6b500f4e643e31d9a96f4403bcb90aae3fd58cc
[claws.git] / ChangeLog.claws
1 2003-05-03 [alfons]     0.8.11claws141
2
3         * src/compose.[ch]
4                 make paste as quotation work even when the call to 
5                 text_inserted() was deferred (fixes bug #140 "Paste 
6                 as quotation does not work when using "external" 
7                 clipboard")
8
9 2003-05-03 [thorsten]   0.8.11claws140
10
11         * src/addrquery.h
12           src/ldapquery.h
13           src/mainwindow.c
14                 removed C++ comments
15         * src/addr_compl.c
16                 function with non-int retval/param used before
17                 implementation/declaration
18
19 2003-05-02 [paul]       0.8.11claws139
20
21         * src/addr_compl.[ch]
22           src/addressbook.[ch]
23           src/addrindex.c
24           src/summaryview.c
25                 revert match's changes to (finally) remove the bug where
26                 opening a folder causes massive slowdown when using the 
27                 'Display sender using address book' option
28
29 2003-05-01 [melvin]     0.8.11claws138
30
31         * src/plugins/dillo_viewer/dillo_prefs.[ch]
32         * src/plugins/dillo_viewer/dillo_viewer.c
33                 Fixed bug where "Cancel" button from prefs issued
34                 warnings.
35                 Comply a little more to coding style
36
37 2003-05-01 [paul]       0.8.11claws137
38
39         * sync with 0.8.11cvs38
40                 see ChangeLog 2003-05-01
41
42 2003-05-01 [paul]       0.8.11claws136
43
44         * po/bg.po
45                 updated by George Danchev
46
47 2003-04-30 [christoph]  0.8.11claws135
48
49         * src/plugins/dillo_viewer/dillo_prefs.c
50         * src/plugins/image_viewer/viewerprefs.c
51         * src/plugins/spamassassin/spamassassin_gtk.c
52                 remove gtk_widget_ref() calls for widgets in
53                 glade code
54
55 2003-04-30 [paul]       0.8.11claws134
56
57         * src/addrindex.c
58                 ok, this time a better fix for the bug where opening folder
59                 has massive slowdown when using the 'Display sender using 
60                 address book' option
61
62 2003-04-30 [paul]       0.8.11claws133
63
64         * src/addrindex.c
65                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
66         
67 2003-04-30 [melvin]     0.8.11claws132
68
69         New: Dillo plugin preferences (patch by Dimitar Haralanov)
70
71         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
72                 Preferences for the dillo plugin
73         * src/plugins/dillo_viewer/dillo_viewer.c
74                 Support for preferences
75         * src/plugins/dillo_viewer/Makefile.am
76                 Added dillo_prefs.[ch]
77
78 2003-04-30 [alfons]     0.8.11claws131
79
80         * src/common/plugin.[ch]
81                 see? this ANSI C'fication immediately gives us type
82                 checking for free.
83
84 2003-04-30 [alfons]     0.8.11claws130
85
86         * src/common/plugin.[ch]
87         * src/plugins/clamav/clamav_plugin.[ch]
88         * src/plugins/clamav/clamav_plugin_gtk.c
89         * src/plugins/demo/demo.c
90         * src/plugins/dillo_viewer/dillo_viewer.c
91         * src/plugins/image_viewer/plugin.c
92         * src/plugins/image_viewer/viewer.[ch]
93         * src/plugins/image_viewer/viewerprefs.[ch]
94         * src/plugins/mathml_viewer/mathml_viewer.c
95         * src/plugins/spamassassin/spamassassin.[ch]
96         * src/plugins/spamassassin/spamassassin_gtk.c
97         * src/plugins/trayicon/trayicon.c
98                 clean up
99
100 2003-04-30 [alfons]     0.8.11claws129
101
102         * src/common/utils.c
103                 make is_ascii_str() fail gracefully when NULL pointer
104                 is passed
105
106 2003-04-30 [paul]       0.8.11claws128
107
108         * src/addrindex.c
109                 fix bug where opening folder has massive slowdown when
110                 using the 'Display sender using address book' option
111
112 2003-04-30 [paul]       0.8.11claws127
113
114         * src/plugins/clamav/clamav_plugin.c
115           src/plugins/clamav/clamav_plugin_gtk.c
116           src/plugins/demo/demo.c
117           src/plugins/dillo_viewer/dillo_viewer.c
118           src/plugins/image_viewer/plugin.c
119           src/plugins/mathml_viewer/mathml_viewer.c
120           src/plugins/spamassassin/spamassassin.c
121           src/plugins/spamassassin/spamassassin_gtk.c
122           src/plugins/trayicon/trayicon.c
123                 get rid of eye-hurting function signatures
124
125 2003-04-30 [paul]       0.8.11claws126
126
127         * src/plugins/trayicon/trayicon.c
128                 add description
129                 
130         * src/mimeview.c
131                 be more descriptive
132
133 2003-04-30 [paul]       0.8.11claws125
134
135         * configure.ac
136                 arrange the plugins in reverse alphabetical order
137                 
138         * src/plugins/clamav/clamav_plugin.[ch]
139           src/plugins/clamav/clamav_plugin_gtk.c
140                 rename some params
141                 resize max_size window
142                 re-arrange the order of some gui elements
143                 improve descriptions
144         
145         * src/plugins/image_viewer/plugin.c
146           src/plugins/mathml_viewer/mathml_viewer.c
147                 add descriptions
148                 
149         * src/plugins/spamassassin/spamassassin_gtk.c
150                 resize max_size window
151                 re-arrange the order of some gui elements
152                 
153         * src/messageview.c
154           src/mimeview.c
155                 correct typos
156
157 2003-04-30 [alfons]     0.8.11claws124
158
159         * src/imap.c
160                 fix a leak found while browsing Martin Kluge's 
161                 valgrind log (Claws only)
162
163 2003-04-29 [darko]      0.8.11claws123
164
165         * src/gtk/gtkstext.h
166                 include wchar.h if it is available, fixes compilation
167                 on HP-UX systems
168
169 2003-04-29 [melvin]     0.8.11claws122
170
171         * src/prefs_actions.c
172                 Improved help text of Actions' syntax
173
174 2003-04-28 [paul]       0.8.11claws121
175
176         * src/action.c
177                 a better fix for the crash when performing an action
178                 on a mime part
179
180 2003-04-28 [paul]       0.8.11claws120
181
182         * src/action.c
183                 fix crash when performing an action on a
184                 mime part
185
186 2003-04-28 [paul]       0.8.11claws119
187
188         * sync with 0.8.11cvs36
189                 see ChangeLog 2003-04-28
190
191 2003-04-27 [paul]       0.8.11claws118
192
193         * more sync with 0.8.11cvs35
194                 see ChangeLog 2003-04-25
195
196 2003-04-26 [christoph]  0.8.11claws117
197
198         * src/folder.c
199                 fix remove virtual check
200
201 2003-04-26 [paul]       0.8.11claws116
202
203         * src/messageview.c
204                 fix return-receipt, make it work again
205
206 2003-04-26 [paul]       0.8.11claws115
207
208         * src/mimeview.c
209                 restore double-clicking of the [application/pgp-signature 
210                 (Select "Check signature" to check)] line in the message view,
211                 broken in recent sync
212
213 2003-04-26 [christoph]  0.8.11claws114
214
215         * src/folder.c
216                 check if remove virtual really exists before
217                 calling the function
218
219 2003-04-25 [match]      0.8.11claws113
220
221         * src/addrindex.c
222         * src/addrbook.c
223         * src/ldapquery.[ch]
224         * src/ldapctrl.[ch]
225                 fix memleak.
226         * src/ldapserver.[ch]
227                 fix memleak. fix segfault.
228                 plug a Claws memleak
229
230 2003-04-25 [alfons]     0.8.11claws112
231
232         * src/folder.c
233                 plug a Claws memleak
234
235 2003-04-25 [alfons]     0.8.11claws111
236
237         * src/common/session.c
238                 plug a memleak
239
240 2003-04-25 [paul]       0.8.11claws110
241
242         * sync with 0.8.11cvs35
243                 see ChangeLog 2003-04-24 and 2003-04-25
244                 
245         * src/gtk/pluginwindow.c
246                 correct another strange float value
247
248 2003-04-24 [christoph]  0.8.11claws109
249
250         * src/folder.c
251                 freeze folder item updates when unsetting new flags
252
253         * src/gtk/pluginwindow.c
254                 correct strange float value
255
256 2003-04-23 [paul]       0.8.11claws108
257
258         * sync with 0.8.11cvs33
259                 see ChangeLog 2003-04-23
260
261 2003-04-22 [paul]       0.8.11claws107
262
263         * src/Makefile.am
264           src/messageview.c
265           src/mimeview.c
266           src/pgptext.[ch]      ** REMOVED **
267                 remove pgptext.[ch] as its not used any more
268
269 2003-04-22 [paul]       0.8.11claws106
270
271         * sync with 0.8.11cvs31
272                 see ChangeLog 2003-04-21 and 2003-04-22
273
274 2003-04-21 [alfons]     0.8.11claws105
275
276         * src/main.c
277                 No access to GTK structures if we're a spawned child
278                 (and clean up code a little bit...) Should fix #126.
279
280 2003-04-21 [melvin]     0.8.11claws104
281
282         * src/plugins/dillo_viewer/README
283                 Improved slightly the text.
284
285 2003-04-21 [melvin]     0.8.11claws103
286
287         * src/plugins/dillo_viewer/README *** NEW ***
288                 Added a README file for the Dillo plugin
289
290 2003-04-20 [paul]
291
292         * tools/README
293           tools/outlook2sylpheed.pl
294                 updated and improved by Ricardo Mones Lastra
295
296 2003-04-18 [oliver]     0.8.11claws102
297
298         * src/inc.c 
299         * src/prefs_account.h
300                 remove Pop3SessionType (used by selective download)
301         * src/prefs_toolbar.c
302                 enable set Default Toolbar button
303
304 2003-04-18 [paul]       0.8.11claws101
305
306         * sync with 0.8.11cvs29
307                 see ChangeLog 2003-04-18
308
309 2003-04-17 [paul]       0.8.11claws100
310
311         * src/prefs_common.[ch]
312           src/summaryview.c
313                 remove 'Open next message on deletion' option,
314                 as the same effect can now be achieved via the
315                 'Always open messages in summary when selected'
316                 option.
317
318 2003-04-17 [paul]       0.8.11claws99
319
320         * sync with 0.8.11cvs28
321                 see ChangeLog 2003-04-17
322
323 2003-04-17 [christoph]  0.8.11claws98
324
325         * ac/spamassassin.m4
326         * src/plugins/spamassassin/libspamc.[ch]
327         * src/plugins/spamassassin/utils.[ch]
328                 sync libspamc with SpamAssassin project
329
330 2003-04-17 [christoph]  0.8.11claws97
331
332         * src/common/socket.h
333         * src/gtk/sslcertwindow.h
334                 rename old USE_SSL to USE_OPENSSL
335
336 2003-04-17 [paul]       0.8.11claws96
337
338         * src/prefs_common.h
339                 use gulong for P_COLOR so that it compiles/runs on
340                 64-bit systems. Patch submitted by James Noyes
341                 <jnoyes-claws@retrogeeks.com>
342                 
343         * po/de.po
344                 updated by Jens
345
346 2003-04-17 [paul]       0.8.11claws95
347
348         * sync with 0.8.11cvs27
349                 see ChangeLog 2003-04-16
350
351 2003-04-15 [paul]       0.8.11claws94
352
353         * src/prefs_common.[ch]
354                 rearrange to stop the window getting too long:
355                         move Receive dialog stuff to Receive tab
356                         move Send dialog to Send tab
357                         remove Dialogs frame
358                 rename 'Open messages in summary with cursor keys' to
359                 'Always open messages in summary when selected', as its
360                 more appropriate
361
362 2003-04-15 [paul]       0.8.11claws93
363
364         * src/prefs_common.[ch]
365           src/summaryview.c
366                 add new option '/Interface/Open next message on deletion'
367
368 2003-04-15 [paul]       0.8.11claws92
369
370         * src/summaryview.[ch]
371                 add /Mark/Lock and /Mark/Unlock to the pop-up
372                 menu. Patch submitted by Ivan Francolin Martinez
373                 <ivanfm@users.sourceforge.net>
374
375 2003-04-15 [paul]       0.8.11claws91
376
377         * sync with 0.8.11cvs24
378                 see ChangeLog 2003-04-15
379
380 2003-04-14 [jens]       0.8.11claws90
381
382         * updated German translation and some corrections from
383                 Roland Bless <bless@tm.uka.de>
384
385 2003-04-14 [paul]       0.8.11claws89
386
387         * sync with 0.8.11cvs22
388                 see ChangeLog 2003-04-14
389
390 2003-04-13 [paul]       0.8.11claws88
391
392         * src/plugins/clamav/clamav_plugin.c
393                 fix memory leaks
394                 clean up
395
396 2003-04-12 [paul]       0.8.11claws87
397
398         * src/plugins/clamav/clamav_plugin.c
399                 activate enable/disable archive scanning option
400                 
401         * src/plugins/clamav/.cvsignore         ** NEW FILE **
402
403 2003-04-12 [paul]       0.8.11claws86
404
405         * src/plugins/Makefile.am
406           src/plugins/clamav/Makefile.am                ** NEW FILE **
407           src/plugins/clamav/README                     ** NEW FILE ** 
408           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
409           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
410                 add Clam AntiVirus plugin
411
412 2003-04-12 [paul]       0.8.11claws85
413
414         * sync with 0.8.11cvs21
415                 see ChangeLog 2003-04-11
416
417 2003-04-11 [paul]       0.8.11claws84
418
419         * po/es.po
420                 update Spanish translation. Submitted by Ricardo
421                 Mones Lastra.
422
423 2003-04-10 [christoph]  0.8.11claws83
424
425         * src/mbox.c
426                 fix typo that did not move unfiltered mails to destination
427                 folder
428
429         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
430          when filtering from spool)
431
432 2003-04-10 [christoph]  0.8.11claws82
433
434         * src/imap.c
435                 use BODY.PEEK instead of BODY in in message fetch operation
436                 to make sure the IMAP server does not set the \Seen flag for
437                 messages. Sylpheed does that later itself, when the message
438                 is opened in sylpheed
439
440         (closes Bug 111 Claws destroys unread marks)
441
442 2003-04-09 [oliver]     0.8.11claws81
443         
444         * src/folder.c
445                 fix crash in folder_destroy
446         * README.claws
447                 remove selective download
448
449 2003-04-09 [christoph]  0.8.11claws80
450
451         * src/imap.c
452                 fix crash in imap_get_msginfo() when then fetched message
453                 is not found
454
455         (closes Bug 110 Crash during mail composition)
456
457 2003-04-08 [christoph]  0.8.11claws79
458
459         * src/folder.c
460         * src/prefs_account.c
461                 Filter new messages that are found in an INBOX folder
462                 when 'Filter messages on receiving' is enabled in the
463                 Folder's AccountPrefs. This allows to use Sylpheed's
464                 filtering engine for IMAP folders where messages are
465                 added to the INBOX by a MTA
466
467 2003-04-08 [paul]       0.8.11claws78
468
469         * src/procmsg.h
470                 clean up after last commit
471
472 2003-04-08 [paul]       0.8.11claws77
473
474         * sync with 0.8.11cvs20
475                 see ChangeLog 2003-04-07 and 2003-04-08
476
477 2003-04-07 [christoph]  0.8.11claws76
478
479         * src/filtering.[ch]
480         * src/inc.[ch]
481         * src/mbox.c
482         * src/procmsg.[ch]
483                 add procmsg_msginfo_filter() to execute filtering actions
484
485 2003-04-06 [christoph]  0.8.11claws75
486
487         * src/imap.c
488                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
489
490 2003-04-06 [christoph]  0.8.11claws74
491
492         * src/common/utils.[ch]
493                 add g_int_compare() function for slist sorting
494
495         * src/imap.c
496                 fetch all MsgInfos with one command in imap_get_msginfos()
497                 using an imap set with a list of ranges
498
499         * src/news.c
500                 use new g_int_compare() function
501
502 2003-04-06 [thorsten]   0.8.11claws73
503
504         * src/mh.c
505                 corrected implementation of mh_folder_destroy()
506
507 2003-04-05 [christoph]  0.8.11claws72
508
509         * src/account.c
510         * src/folder.[ch]
511         * src/folderview.c
512         * src/imap.c
513         * src/inc.c
514         * src/main.c
515         * src/mainwindow.c
516         * src/mbox_folder.c
517         * src/mh.c
518         * src/mimeview.h
519         * src/msgcache.[ch]
520         * src/news.c
521         * src/procmime.h
522         * src/procmsg.[ch]
523         * src/setup.c
524         * src/gtk/gtkutils.c
525                 o rename structure field names class and new to klass and
526                   new_msgs, to allow including files in C++
527                 o add 'extern "C"' block to some header files
528                 o add MsgInfoList and MsgNumberList as alias for GSList for
529                   developers to know what type of list is expected
530
531         * src/plugins/image_viewer/plugin.c
532         * src/plugins/image_viewer/viewer.[ch]
533         * src/plugins/image_viewer/viewerprefs.[ch]
534                 rename function names to prevent conflicts
535
536 2003-04-05 [paul]       0.8.11claws71
537
538         * sync with 0.8.11cvs18
539                 see ChangeLog 2003-04-03 and 2003-04-04
540
541 2003-04-02 [christoph]  0.8.11claws70
542
543         * src/folder.[ch]
544         * src/imap.[ch]
545         * src/mbox_folder.[ch]
546         * src/mh.[ch]
547         * src/news.[ch]
548                 o Make all virtual folder functions private
549                 o remove unused folder code
550
551         * src/common/socket.[ch]
552         * src/summaryview.c
553                 fix warnings
554
555 2003-03-30 [alfons]     0.8.11claws69
556
557         * src/send_message.c
558                 remove two debug traces and see if people still report
559                 errors
560
561 2003-03-30 [alfons]     0.8.11claws68
562
563         * src/send_message.c
564         * src/commons/session.c
565                 add more debug traces
566
567 2003-03-30 [christoph]  0.8.11claws67
568
569         * src/folder.c
570                 change processing folder name from .processing to processing
571
572         * src/common/ssl.c
573                 disable SSL certificate check because it causes Xlib error
574                 when the child process want's to open an GTK window
575
576 2003-03-30 [christoph]  0.8.11claws66
577
578         * src/folder.c
579                 don't use default folder for processing folder item because
580                 it can be a non local folder
581
582         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
583
584 2003-03-30 [alfons]     0.8.11claws65
585
586         * src/send_message.c
587                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
588                 to generate bad code for 'send_send_data_progressive': When
589                 called from 'send_send_data_finished', the 'data' pointer is
590                 cleared just before the assignment to the dialog pointer
591
592 2003-03-29 [christoph]  0.8.11claws64
593
594         * src/common/prefs.h
595         * src/plugins/image_viewer/Makefile.am
596         * src/plugins/image_viewer/plugin.c
597         * src/plugins/image_viewer/viewer.[ch]
598         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
599                 add PrefsPage for ImageViewer
600
601 2003-03-28 [thorsten]   0.8.11claws63
602
603         * src/common/session.c
604                 added some comments
605
606 2003-03-28 [paul]       0.8.11claws62
607
608         * sync with 0.8.11cvs16
609                 see ChangeLog 2003-03-28
610
611 2003-03-28 [paul]       0.8.11claws61
612
613         * sync with 0.8.11cvs15
614                 see ChangeLog 2003-03-28
615
616 2003-03-27 [christoph]  0.8.11claws60
617
618         * src/folder.c
619         * src/imap.c
620         * src/common/socket.[ch]
621                 set socket state to DISCONNECTED when any operation
622                 fails to allow reconnecting in IMAP code without
623                 checking the return code of all calls to the command
624                 functions
625
626         * src/folderview.c
627         * src/summaryview.c
628                 remove some more stuff that depends on specific
629                 folder types
630
631 2003-03-27 [paul]       0.8.11claws59
632
633         * sync with 0.8.11cvs14
634                 see ChangeLog 2003-03-27
635                 
636         * src/selective_download.[ch]   ** REMOVED **
637                 really removed
638
639 2003-03-27 [christoph]  0.8.11claws58
640
641         * src/folder.c
642                 fix handling of tmp_flags in flag copy function
643
644 2003-03-27 [paul]       0.8.11claws57
645
646         * sync with 0.8.11cvs13
647                 see ChangeLog 2003-03-27
648
649 2003-03-27 [oliver]     0.8.11claws56
650
651         * src/maiwindow.c
652                 remove sel_download_cb
653
654 2003-03-27 [oliver]     0.8.11claws55
655         
656         * src/inc.c
657                 remove POP3_TOP
658         
659 2003-03-26 [oliver]     0.8.11claws54
660
661         *src/pop.h
662                 remove POP3_TOP*
663         * README.claws
664                 remove selective donwload readme
665
666 2003-03-26 [oliver]     0.8.11claws53
667         * src/matcher.[ch]
668         * src/matcher_parser_parse.y 
669         * src/pop.c 
670         * src/prefs_account.[ch]
671         * src/prefs_filtering.c
672                 remove selective donwload
673
674 2003-03-26 [oliver]     0.8.11claws52
675
676         * src/inc.[ch] 
677         * src/filtering.c 
678         * src/mainwindow.c 
679                 remove selective donwload
680
681 2003-03-26 [oliver]     0.8.11claws51
682         
683         * src/Makefile.am
684         * src/selective_download.[ch]   ** REMOVE **    
685
686 2003-03-26 [christoph]  0.8.11claws50
687
688         * src/news.c
689                 fix NEWS that got broken by a sync with sylpheed-main
690
691 2003-03-26 [christoph]  0.8.11claws49
692
693         * src/mimeview.c
694                 fix mime type guessing when no mime type is found for a file
695
696 2003-03-25 [christoph]  0.8.11claws48
697
698         * src/mimeview.c
699         * src/procmime.c
700                 remove mime type guessing from mime parser and use
701                 name based mime types in viewer lookup for mime type
702                 application/octet-stream
703
704 2003-03-25 [christoph]  0.8.11claws47
705
706         * doc-src/readme.txt
707         * doc-src/rfc2554.txt
708                 add RFC about SMTP AUTH
709
710         * src/send_message.c
711         * src/common/smtp.[ch]
712                 add extra error code for authentication errors and
713                 clear temporary password when this error occurs
714
715         (closes Bug 84 authentication failure while sending should
716          prompt for password again)
717
718 2003-03-25 [christoph]  0.8.11claws46
719
720         * configure.ac
721         * src/Makefile.am
722         * src/imageview.[ch]                            ** REMOVE **
723         * src/messageview.[ch]
724         * src/mimeview.[ch]
725         * src/prefs_common.[ch]
726         * src/textview.c
727         * src/plugins/Makefile.am
728         * src/plugins/image_viewer/.cvsignore           ** NEW **
729         * src/plugins/image_viewer/Makefile.am          ** NEW **
730         * src/plugins/image_viewer/plugin.c             ** NEW **
731         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
732                 move image viewer into a plugin (building is enabled by default)
733                 [ToDo: Prefs for resize and autoview]
734
735 2003-03-25 [paul]       0.8.11claws45
736
737         * sync with 0.8.11cvs12
738                 see ChangeLog 2003-03-26
739
740 2003-03-25 [paul]       0.8.11claws44
741
742         * sync with 0.8.11cvs11
743                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
744                 
745         Note: Selective Download is broken.
746                 
747 2003-03-22 [christoph]  0.8.11claws43
748
749         * src/folder.c
750                 code cleanup for flags copying
751
752 2003-03-22 [christoph]  0.8.11claws42
753
754         * src/plugins/trayicon/trayicon.c
755                 fix setting the transparent area when the window size
756                 is forced by the system tray
757
758 2003-03-22 [christoph]  0.8.11claws41
759
760         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
761         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
762         * src/plugins/trayicon/newmail.xpm              ** NEW **
763         * src/plugins/trayicon/nomail.xpm               ** NEW **
764         * src/plugins/trayicon/trayicon.c
765         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
766                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
767                 o add icon for unread mails
768                 o set transparency for window
769
770 2003-03-22 [christoph]  0.8.11claws40
771
772         * src/news.c
773                 init news session to prevent crash when session is closed
774
775 2003-03-22 [christoph]  0.8.11claws39
776
777         * src/imap.c
778         * src/common/session.[ch]
779                 Init session data to make sure we don't have invalid pointers
780                 for read_ch and write_ch when new multi process sessions are
781                 not used
782
783         * src/main.c
784         * src/common/plugin.c
785         * src/common/sylpheed.c
786         * src/plugins/demo/demo.c
787         * src/plugins/dillo_viewer/dillo_viewer.c
788         * src/plugins/mathml_viewer/mathml_viewer.c
789         * src/plugins/spamassassin/spamassassin.c
790         * src/plugins/spamassassin/spamassassin_gtk.c
791                 add plugin types to allow loading plugins at different times
792                 (and maybe for different frontends), because it's not good to
793                 load GTK-Plugins gefore gtk_init was called
794
795         * configure.ac
796         * src/plugins/Makefile.am
797         * src/plugins/trayicon/.cvsignore               ** NEW **
798         * src/plugins/trayicon/Makefile.am              ** NEW **
799         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
800         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
801         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
802         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
803         * src/plugins/trayicon/trayicon.c               ** NEW **
804                 New Trayicon plugin that shows an icon in a systray that uses
805                 XEMBED protocol like Gnome's systray. Icon shows if there
806                 are new mails and a tooltip shows information about new,
807                 unread and total messages.
808
809 2003-03-22 [paul]       0.8.11claws38
810
811         * src/common/smtp.c
812                 fix ESMTP AUTH CRAM-MD5
813                 [sync with main (still version 0.8.11cvs6), see
814                  ChangeLog 2003-03-22]
815
816 2003-03-21 [colin]      0.8.11claws37
817
818         * src/send_message.c
819                 Fix USE_SSL => USE_OPENSSL
820
821 2003-03-21 [colin]      0.8.11claws36
822
823         * src/folderview.c
824                 Fix counts in drag and dropped subfolders
825
826 2003-03-21 [colin]      0.8.11claws35
827
828         * src/folder.c 
829         * src/folderview.c
830                 speed up a bit folder dnd
831
832 2003-03-20 [alfons]     0.8.11claws34
833
834         * src/main.c
835         * src/toolbar.c
836         * src/procmsg.c
837                 don't send locked queue messages
838                 (feature request "[ 705245 ] Locking message in outbox 
839                  should prevent sending")
840
841 2003-03-20 [christoph]  0.8.11claws33
842
843         * src/folder.c
844                 remove NEW and UNREAD flag in special folders when scanning
845                 
846         * src/common/smtp.c
847                 fix ESMTP AUTH CRAM-MD5
848
849 2003-03-20 [paul]       0.8.11claws32
850
851         * src/prefs_account.c
852                 Re-write 'Tunnel command to open connection' as
853                 'Use command to communicate with server', and disable
854                 it for all except IMAP accounts
855
856 2003-03-20 [paul]       0.8.11claws31
857
858         * sync with 0.8.11cvs6
859                 see ChangeLog 2003-03-20
860
861 2003-03-19 [match]      0.8.11claws30
862
863         * src/addritem.[ch]
864                 include documentation. minor refactoring.
865         * src/addr_compl.[ch]
866         * src/addrindex.[ch]
867         * src/addresbook.[ch]
868         * src/summaryview.c
869                 re-enable address lookup (was disabled in
870                 0.8.11claws20).
871
872 2003-03-19 [christoph]  0.8.11claws29
873
874         * src/procmsg.c
875                 add temp flag handling, will make moving and copying
876                 messages possible again
877
878         * src/folder.c
879                 correct calulation of folder stats
880
881 2003-03-18 [match]      0.8.11claws28
882
883         * src/editgroup.h
884                 remove case sensitive comparison (closes bug 80).
885
886 2003-03-18 [christoph]  0.8.11claws27
887
888         * src/imap.c
889                 fix imap using a tunnel command
890
891         (closes bug 87)
892
893 2003-03-18 [christoph]  0.8.11claws26
894
895         * src/folder.[ch]
896         * src/imap.c
897         * src/procmsg.[ch]
898                 rewrite flag handling for folders
899
900 2003-03-18 [christoph]  0.8.11claws25
901
902         * src/folder.c
903         * src/procmsg.c
904         * src/summaryview.c
905                 unset NEW and UNREAD flags when message is ignored, to make
906                 sure messages don't show up as unread on other IMAP clients,
907                 because the IGNORE_THREAD flag can not be syncronized through
908                 the IMAP folder
909
910 2003-03-17 [christoph]  0.8.11claws24
911
912         * src/imap.c
913                 don't use recursion to fetch uids when the number of messages
914                 does not match. Moved code into subfunction that is used
915                 again when needed, to prevent an endless loop.
916
917 2003-03-17 [thorsten]   0.8.11claws23
918
919         * src/imageview.[ch]
920                 export imageview_get_resized_size() (for plugins)
921         * src/prefs_common.[ch]
922                 added prefs_common_get() (for plugins)
923
924 2003-03-17 [christoph]  0.8.11claws22
925
926         * src/imap.c
927                 o remove UID guessing from copy code
928                 o support UIDPLUS extension for APPEND command
929
930 2003-03-17 [paul]       0.8.11claws21
931
932         * src/gtk/about.c
933                 remove 'Compiled-plugins' section.
934                 
935         * src/plugins/dillo_viewer/dillo_viewer.c
936                 slight change to description text
937
938 2003-03-16 [match]      0.8.11claws20
939         * src/ldapserver.[ch]           ** NEW **
940         * src/ldapctrl.[ch]             ** NEW **
941         * src/ldapquery.[ch]            ** NEW **
942         * src/ldaputil.[ch]             ** NEW **
943         * src/addrcindex.[ch]           ** NEW **
944         * src/addrquery.h               ** NEW **
945         * src/addritem.[ch]
946         * src/addrcache.[ch]
947         * src/addrindex.[ch]
948         * src/addr_compl.[ch]
949         * src/addressbook.[ch]
950         * src/addrbook.[ch]
951         * src/editgroup.c
952         * src/editaddress.c
953         * src/editldap.c
954         * src/editldap_basedn.c
955         * src/vcard.c
956         * src/jpilot.c
957         * src/Makefile.am
958                 included dynamic LDAP queries. improved address
959                 completion.
960
961 2003-03-16 [paul]       0.8.11claws19
962
963         * tools/multiwebsearch.pl
964                 fix a fatal typo
965
966 2003-03-16 [christoph]  0.8.11claws18
967
968         * src/mimeview.c
969         * src/plugins/dillo_viewer/dillo_viewer.c
970         * src/plugins/mathml_viewer/mathml_viewer.c
971                 make unregistering of MimeViewerFactorys possible
972
973 2003-03-16 [alfons]     0.8.11claws17
974
975         * configure.ac
976                 correct typo
977
978 2003-03-16 [melvin]     0.8.11claws16
979
980         * src/plugins/dillo_viewer.c
981                 Fixed bug where it was not possible to view more than
982                 one text/html attachment per message (bug discovered
983                 by Christoph Hohmann).
984
985 2003-03-15 [melvin]     0.8.11claws15
986
987         * src/prefs_actions.c
988                 Fixed compilation warnings.
989
990 2003-03-15 [melvin]     0.8.11claws14
991
992         * src/plugins/Makefile.am
993         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
994         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
995         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
996                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
997                 newer (http://dillo.auriga.wearlab.de/).
998
999 2003-03-15 [christoph]  0.8.11claws13
1000
1001         * src/imap.c
1002                 don't query imap folder for attributes because we already
1003                 for them from imap_status
1004
1005         * src/mimeview.[ch]
1006                 add support for plugable MimeViewers (unloading Viewers
1007                 not yet complete)
1008
1009         * src/plugins/Makefile.am
1010         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
1011         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
1012         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
1013                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
1014                 widget from http://helm.cs.unibo.it/mml-widget/
1015
1016 2003-03-14 [christoph]  0.8.11claws12
1017
1018         * src/folder.[ch]
1019                 o error return code's should better be negative
1020                 o replace printf with debug_print
1021
1022         * src/imap.c
1023                 improve IMAP folder scan by checking UID-NEXT
1024
1025         * src/summaryview.c
1026                 remove check that are unnecessary in my opinion
1027
1028 2003-03-13 [christoph]  0.8.11claws11
1029
1030         * src/folder.[ch]
1031         * src/foldersel.c
1032         * src/folderview.c
1033         * src/imap.c
1034         * src/mbox_folder.c
1035         * src/mh.c
1036         * src/news.c
1037         * src/prefs_scoring.c
1038         * src/summaryview.c
1039                 use a common function to get a displayable name
1040                 for a FolderItem
1041
1042 2003-03-13 [paul]       0.8.11claws10
1043
1044         * tools/Makefile.am
1045           tools/README
1046           tools/multiwebsearch.conf     ** NEW FILE **
1047           tools/multiwebsearch.pl       ** NEW FILE **
1048                 add multiwebsearch Actions script
1049
1050 2003-03-13 [colin]      0.8.11claws9
1051
1052         * src/compose.c
1053                 Remove leading emtpy lines from quoted text
1054                 before quoting it
1055
1056 2003-03-13 [melvin]     0.8.11claws8
1057
1058         * src/prefs_actions.c
1059                 Fixed a memory leak
1060                 Code clean ups
1061                 Added Cancel and OK buttons
1062                 Corrected help text
1063
1064 2003-03-13 [christoph]  0.8.11claws7
1065
1066         * src/account.c
1067         * src/folder.[ch]
1068         * src/imap.c
1069         * src/mainwindow.c
1070         * src/mbox_folder.c
1071         * src/mh.c
1072         * src/news.c
1073         * src/setup.c
1074                 replace more folder type stuff with folder class stuff
1075
1076 2003-03-13 [melvin]     0.8.11claws6
1077
1078         * src/prefs_actions.c
1079                 Added new tokens:
1080                 %u: user provided argument
1081                 %h: user provided argument (hidden on input)
1082                 %s: current text selection in the message view 
1083
1084 2003-03-13 [paul]       0.8.11claws5
1085
1086         * sync with 0.8.11cvs5
1087                 see ChangeLog 2003-03-11, 2003-03-12
1088
1089 2003-03-12 [christoph]  0.8.11claws4
1090
1091         * src/folder.c
1092                 use folder class idstr when writing folderlist.xml
1093
1094         * src/folder.h
1095         * src/imap.c
1096         * src/news.c
1097                 replace folder type checks with folder class checks
1098
1099 2003-03-12 [christoph]  0.8.11claws3
1100
1101         * src/folder.[ch]
1102         * src/imap.[ch]
1103         * src/main.c
1104         * src/mbox_folder.[ch]
1105         * src/mh.[ch]
1106         * src/news.[ch]
1107                 o create a list of known folder classes in the folder system
1108                 o use folder class id strings for folder item identifiers
1109
1110 2003-03-12 [christoph]  0.8.11claws2
1111
1112         * src/imap.c
1113                 fix imap uid validity check
1114
1115 2003-03-12 [christoph]  0.8.11claws1
1116
1117         * src/account.c
1118         * src/folder.[ch]
1119         * src/foldersel.c
1120         * src/folderview.c
1121         * src/imap.c
1122         * src/mainwindow.c
1123         * src/mbox_folder.c
1124         * src/mh.c
1125         * src/news.c
1126         * src/prefs_scoring.c
1127         * src/procmsg.c
1128         * src/setup.c
1129         * src/summaryview.c
1130                 initial restructuring of folder system, seperating
1131                 folders and folder classes
1132
1133 2003-03-12 [paul]       0.8.11claws
1134
1135         0.8.11claws release
1136
1137 2003-03-12 [christoph]
1138
1139         * src/gtk/prefswindow.c
1140                 fix translation of "Page Index"
1141
1142 2003-03-12 [paul]       0.8.10claws110
1143
1144         a sync from 0.8.11cvs4 before the release
1145
1146         * src/common/utils.c
1147                 subject_compare_for_sort(): allow null strings (fixes
1148                 summary sorting).
1149
1150 2003-03-11 [paul]       0.8.10claws109
1151
1152         * po/es.po
1153                 update Spanish translation, submitted by
1154                 Ricardo Mones Lastra
1155
1156 2003-03-11 [melvin]     0.8.10claws108
1157
1158         * po/fr.po
1159                 Updated French translations
1160
1161 2003-03-11 [paul]       0.8.10claws107
1162
1163         * manual/en/Makefile.am
1164           manual/en/*.html
1165                 update English manual, add a new page
1166                 updated by Francois Barriere <fbarriere@atmel.fr>
1167                 
1168         * po/bg.po
1169           po/it.po
1170           po/sr.po
1171                 update Bulgarian, Italian, and Serbian translations
1172                 submitted by George Danchev, Alessandro Maestri, and
1173                 Urke MMI
1174
1175 2003-03-10 [paul]       0.8.10claws106
1176
1177         * src/gtk/about.c
1178           src/gtk/prefswindow.c
1179                 make some strings translatable
1180
1181 2003-03-10 [darko]      0.8.10claws105
1182
1183         * src/compose.c
1184                 code cleanup to make Hiro happy
1185
1186 2003-03-10 [paul]       0.8.10claws104
1187
1188         * sync with 0.8.11cvs2
1189                 see ChangeLog 2003-03-10
1190
1191 2003-03-09 [melvin]     0.8.10claws103
1192
1193         * src/textview.c
1194                 textview_set_font(): fix for message display in
1195                 UTF-8 locales (thanks to Sergey Vlasov).
1196                 (was unintentionnaly reverted in 0.8.6claws6)   
1197
1198 2003-03-08 [darko]      0.8.10claws102
1199
1200         * src/compose.c
1201                 fix infinite loop in wrapping as reported
1202                 by happycactus
1203                 obsoletes patch #696482
1204
1205 2003-03-08 [christoph]  0.8.10claws101
1206
1207         * src/imap.c
1208                 add workaround for IMAP servers that do not
1209                 support the "UID SEARCH UID" command
1210
1211 2003-03-07 [christoph]  0.8.10claws100
1212
1213         * src/plugins/spamassassin/spamassassin.[ch]
1214         * src/plugins/spamassassin/spamassassin_gtk.c
1215                 code cleanup
1216
1217 2003-03-07 [paul]       0.8.10claws99
1218
1219         * po/es.po
1220                 updated Spanish translation, submitted by
1221                 Ricardo Mones Lastra
1222
1223 2003-03-07 [christoph]  0.8.10claws98
1224
1225         * src/send.c
1226                 fix in 0.8.10claws94 was wrong
1227                 local delivery does not require escaping, remove escaping
1228                 code to make signatures of mails with "." lines valid
1229                 
1230                 NOTE: requires that sendmail is executed with "-i" option,
1231                       what is the default now, but has to be changed in all
1232                       exsiting accounts)
1233
1234 2003-03-07 [paul]       0.8.10claws97
1235
1236         * sync with 0.8.11 release
1237                 see ChangeLog 2003-03-07
1238
1239 2003-03-06 [paul]       0.8.10claws96
1240
1241         * src/compose.c
1242                 revert commit 0.8.10claws92
1243
1244 2003-03-06 [paul]       0.8.10claws95
1245
1246         * src/folderview.c
1247                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
1248
1249         * src/gtkaspell.c
1250                 fix bug 74, 'Crash opening editor window with pseudo-color
1251                 display'
1252                 
1253         Patches submitted by Kevin Vigor <kevin@vigor.nu>
1254
1255 2003-03-06 [christoph]  0.8.10claws94
1256
1257         * src/send.c
1258                 fix rfc2821 (4.5.2) violation in SMTP data sending,
1259                 all lines starting with a period get an extra period
1260                 inserted
1261                 (found by Simon 'corecode' Schubert)
1262
1263 2003-03-06 [paul]       0.8.10claws93
1264
1265         * src/folderview.c
1266                 if configured font can't be loaded fall back to gtk
1267                 default. (with thanks to Christoph)
1268                 
1269                 closes long-standing bug 15 'Crashes on startup'
1270
1271 2003-03-06 [paul]       0.8.10claws92
1272
1273         * src/compose.c
1274                 freeze text before autosave and thaw afterwards
1275                 fixes bug 67 'autosave make re-rediting message crazy'
1276
1277 2003-03-06 [christoph]  0.8.10claws91
1278
1279         * src/compose.c
1280                 ignore address comment in dupe check for Cc-list
1281
1282         (closes reopened bug 47 Replying to message strips name part of
1283          e-mail addresses of Cc: lines)
1284
1285 2003-03-06 [paul]       0.8.10claws90
1286
1287         * src/Makefile.am
1288                 remove reference to gtkxtext.h as its no longer in
1289                 the repository
1290
1291 2003-03-06 [paul]       0.8.10claws89
1292
1293         * sync with 0.8.10cvs25
1294                 see ChangeLog 2003-03-06
1295
1296 2003-03-06 [oliver]     0.8.10claws88
1297         
1298         * src/messageview.c
1299                 remove include
1300
1301 2003-03-06 [oliver]     0.8.10claws87
1302         
1303         * src/folderview.c 
1304                 remove changes introduced inclaws74
1305         * src/messageview.c
1306                 another attempt to sanely delete and update
1307                 messages deleted in separate messageview
1308
1309 2003-03-05 [christoph]  0.8.10claws86
1310
1311         * src/summaryview.c
1312                 check if "From" matches any account's address if
1313                 addressbook completion of addresses is disabled too
1314
1315         (closes Bug 70 "Display recipient in from" doesn't check
1316          folder's default account)
1317
1318 2003-03-05 [christoph]  0.8.10claws85
1319
1320         * src/compose.c
1321         * src/common/utils.[ch]
1322                 don't strip address comments when building Cc lists
1323
1324         (closes Bug 47 Replying to message strips name part of e-mail addresses
1325          of Cc: lines)
1326
1327         * src/folder.c
1328                 fix return value of copy function
1329
1330 2003-03-05 [christoph]  0.8.10claws84
1331
1332         * src/imap.c
1333                 don't ask imap server for non rfc822 headers
1334
1335         (closes bug 71 IMAP FETCH asks for FROM header field twice)
1336
1337         * src/imap.c
1338                 destroy session on socket error to allow reconnecting
1339
1340 2003-03-05 [christoph]  0.8.10claws83
1341
1342         * configure.ac
1343                 fix building with gnome when no prefix is set
1344
1345         (closes bug 66 Gnome directory is set to NONE)
1346
1347 2003-03-05 [paul]       0.8.10claws82
1348
1349         * sync with 0.8.10cvs23
1350                 see ChangeLog 2003-03-05
1351
1352 2003-03-04 [christoph]  0.8.10claws81
1353
1354         * src/folder.c
1355                 o fix moving and copying when folder returns 0 for new
1356                   message number
1357                 o remove some code for single message copy and move
1358                   operations and use functions for multiple messages
1359
1360         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
1361
1362         * src/news.c
1363                 remove unused include
1364
1365 2003-03-04 [paul]       0.8.10claws80
1366
1367         * src/gtk/about.c
1368                 list 'Compiled plugins'
1369
1370 2003-03-03 [christoph]  0.8.10claws79
1371
1372         * src/news.[ch]
1373                 have to multiply the percentage of the current fetch with
1374                 the percentage that it has of the total fetch operation
1375                 for correct values
1376
1377 2003-03-03 [christoph]  0.8.10claws78
1378
1379         * src/news.c
1380                 fix calculation of expected lines for progress indicator
1381
1382 2003-03-03 [christoph]  0.8.10claws77
1383
1384         * src/summaryview.c
1385         * src/common/utils.c
1386                 fix segfault when opening the root news folder
1387
1388 2003-03-03 [christoph]  0.8.10claws76
1389
1390         * src/mainwindow.[ch]
1391         * src/common/Makefile.am
1392         * src/common/progressindicator.[ch]
1393                 add UI independent progress indicator handling
1394
1395         * src/news.[ch]
1396                 use new progress indicator for message info fetching
1397
1398         * src/common/hooks.h
1399                 code cleanup
1400
1401 2003-03-03 [oliver]     0.8.10claws75
1402
1403         * src/toolbar.c
1404         * src/compose.c
1405                 removed commented code
1406
1407 2003-03-03 [oliver]     0.8.10claws74
1408
1409         * src/toolbar.[ch]
1410                 cleanups and refactoring
1411         * src/compose.[ch]
1412                 compose_reply_mode reply & forwarding interface for
1413                 toolbar buttons
1414         * src/folderview.c
1415                 act on messages marked for deletion in folderview_selected
1416                 based on prefs_common.immediate_exec since a message might 
1417                 have been deleted by messageview in a folder we are changing 
1418                 to (does anybody understand what I'm on about ?)
1419
1420 2003-03-03 [oliver]     0.8.10claws73
1421         
1422         * src/messageview.[ch]
1423                 new functions
1424                 - messageview_delete: delete message shown in messagview
1425                 - messageview_update_view: update messageview to currently 
1426                   selected summaryview message
1427                 - add separate messageview to msgview_list in order to update 
1428                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
1429         * src/summaryview.[ch]
1430                 summary_get_selection returns a list of selected msgs
1431                 in summaryview
1432         * src/mainwindow.c
1433                 toolbar reply refactoring
1434
1435 2003-03-03 [paul]       0.8.10claws72
1436
1437         * sync with 0.8.10cvs21
1438                 see ChangeLog 2003-03-03
1439
1440 2003-03-02 [christoph]  0.8.10claws71
1441
1442         * src/common/passcrypt.c
1443                 use POSIX includes
1444
1445 2003-03-02 [christoph]  0.8.10claws70
1446
1447         * configure.ac
1448         * src/prefs_account.c
1449         * src/prefs_gtk.[ch]
1450         * src/common/.cvsignore
1451         * src/common/Makefile.am
1452         * src/common/passcrypt.c                ** NEW **
1453         * src/common/passcrypt.h.in             ** NEW **
1454                 Implement password encryption in config files
1455                 using unix encrypt and setkey functions. The crypt
1456                 key can be set as a configure parameter. Old
1457                 passwords will be converted if they do not begin
1458                 with '!'
1459
1460 2003-03-02 [paul]       0.8.10claws69
1461
1462         * src/prefs_account.c
1463                 fix compile error
1464
1465 2003-03-01 [thorsten]   0.8.10claws68
1466
1467         * po/el.po
1468           po/hr.po
1469           po/it.po
1470           po/nl.po
1471           po/sr.po
1472           po/sv.po
1473                 corrected format strings
1474         * po/en_GB.po
1475                 corrected headers
1476                 (fix compile errors with GNU gettext-0.11.5)
1477
1478 2003-03-01 [oliver]     0.8.10claws67
1479
1480         * src/summaryview.c
1481                 menu callbacks call toolbar_menu_reply
1482
1483 2003-03-01 [oliver]     0.8.10claws66
1484
1485         * src/mainwindow.c
1486         * src/messageview.c
1487                 menu callbacks call toolbar_menu_reply
1488         * src/toolbar.[ch]
1489                 callbacks from menu handled by toolbar_menu_reply
1490
1491 2003-03-01 [paul]       0.8.10claws65
1492
1493         * src/addressbook.c
1494                 revert commit 0.8.10claws54 - breaks editing of
1495                 addressbook.
1496                 
1497         * po/bg.po
1498                 update Bulgarian translation, submitted by
1499                 George Danchev
1500
1501 2003-02-28 [christoph]  0.8.10claws64
1502
1503         * src/account.c
1504         * src/addressadd.c
1505         * src/compose.c
1506         * src/gtkaspell.c
1507         * src/gtkxtext.h                ** REMOVE **
1508         * src/imap.c
1509         * src/matcher.[ch]
1510         * src/mh.c
1511         * src/news.c
1512         * src/pine.c
1513         * src/prefs_common.c
1514         * src/prefs_matcher.c
1515         * src/procheader.[ch]
1516         * src/procmsg.[ch]
1517         * src/toolbar.c
1518         * src/common/ssl_certificate.c
1519         * src/gtk/colorlabel.c
1520         * src/gtk/menu.c
1521                 o fix warnings
1522                 o remove code obsoleted by new cache and folder system rework
1523
1524 2003-02-28 [oliver]     0.8.10claws63
1525         
1526         * src/toolbar.[ch]
1527                 * fix bug where reply in Messageview replied to 
1528                 Message displayed in summaryview
1529                 (reportedd via ML by chinatinte at gmx dot ch)
1530                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
1531                 didn't work in separate MessageView Toolbar
1532                 (wondering if anybody uses this at all ?)
1533         * src/summaryview.[ch]
1534                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
1535                 (generalize reply and forward code);
1536         * src/messageview.c 
1537                 remove focus_in event which updated summaryview to messageview
1538
1539 2003-02-28 [paul]       0.8.10claws62
1540
1541         * po/Makefile.in.in
1542                 add the --check option
1543                 Patch submitted by Ricardo Mones Lastra
1544
1545 2003-02-28 [paul]       0.8.10claws61
1546
1547         * src/prefs_account.c
1548                 re-order 'Signature' items
1549
1550 2003-02-28 [paul]       0.8.10claws60
1551
1552         * sync with 0.8.10cvs20
1553                 see ChangeLog 2003-02-28
1554
1555 2003-02-28 [paul]       0.8.10claws59
1556
1557         * po/POTFILES.in
1558                 update to reflect recent movement of files
1559
1560 2003-02-28 [paul]       0.8.10claws58
1561
1562         * sync with 0.8.10cvs19
1563                 see ChangeLog 2003-02-28
1564
1565 2003-02-27 [martin]     0.8.10claws57
1566
1567         * src/prefs_matcher.c 
1568                 fix segfault in prefs_matcher_ok() when the
1569                 last entry is deleted and prevents that the
1570                 message "entry not saved" comes up after deleting
1571                 an entry
1572
1573 2003-02-27 [martin]     0.8.10claws56
1574
1575         * src/prefs_filtering.c 
1576                 fix segfault in prefs_filtering_ok() when the
1577                 last entry is deleted and prevents that the
1578                 message "entry not saved" comes up after deleting
1579                 an entry
1580
1581 2003-02-27 [paul]       0.8.10claws55
1582
1583         * sync with 0.8.10cvs18
1584                 see ChangeLog 2003-02-27
1585
1586 2003-02-27 [paul]       0.8.10claws54
1587
1588         * src/addressbook.c
1589                 fix bug where the address book crashes with 
1590                 multiple lookups.
1591                 Patch [687729] submitted by David Frager 
1592                 <dbfrager@users.sourceforge.net>
1593
1594 2003-02-25 [christoph]  0.8.10claws53
1595
1596         * src/Makefile.am
1597         * src/colorlabel.[ch]           ** REMOVE **
1598         * src/gtk/Makefile.am
1599         * src/gtk/colorlabel.[ch]       ** NEW **
1600                 move colorlabel files to gtk directory
1601
1602         * src/esmtp.[ch]                ** REMOVE **
1603                 has been merged into smtp.[ch] in 0.7.5
1604
1605 2003-02-25 [christoph]  0.8.10claws52
1606
1607         * src/Makefile.am
1608         * src/about.[ch]                ** REMOVE **
1609         * src/gtk/Makefile.am
1610         * src/gtk/about.[ch]            ** NEW **
1611                 move about files to gtk directory
1612
1613 2003-02-25 [christoph]  0.8.10claws51
1614
1615         * src/folder.c
1616                 some code optimization of folder scanning code
1617
1618         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
1619
1620 2003-02-25 [christoph]  0.8.10claws50
1621
1622         * src/main.c
1623         * src/common/sylpheed.c
1624                 add command line parameter parsing to common code
1625
1626 2003-02-24 [christoph]
1627
1628         * Makefile.am
1629         * configure.ac
1630                 fix gnome prefix problems, the configure script now removed
1631                 `gnome-config --prefix` from `gnome-config --datadir`
1632                 and adds $(prefix} instead
1633
1634         (closes Bug 24 Makefile does not respect prefix when installing
1635          GNOME data)
1636
1637 2003-02-24 [christoph]  0.8.10claws49
1638
1639         * src/news.c
1640                 check for valid session before trying to authenticate
1641
1642         (closes Bug 60 crash if "authenticate on logon" is activated
1643          and newsserver-hostname is not valid)
1644
1645 2003-02-24 [melvin]     0.8.10claws48
1646
1647         * src/prefs_actions.c
1648                 Make sure all user's input is sent to the action and then
1649                 close the socket..
1650
1651 2003-02-23 [alfons]     0.8.10claws46
1652
1653         * src/summaryview.c
1654                 also wait cursor when deleting files
1655
1656 2003-02-23 [paul]
1657
1658         * tools/freshmeat_search.pl
1659           tools/google_search.pl
1660                 scripts should now work for any browser/browser command line
1661
1662 2003-02-22 [christoph]  0.8.10claws45
1663
1664         * src/procmsg.c
1665                 fix IMAP flag setting, IMAP flag is not handled correctly
1666                 anymore by the folder system and information about the
1667                 folder should not be saved in the MsgInfo (in my opinion)
1668
1669         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1670
1671 2003-02-22 [christoph]  0.8.10claws44
1672
1673         * src/summaryview.c
1674                 fix spelling of "label" ;-)
1675
1676 2003-02-22 [thorsten]   0.8.10claws43
1677
1678         * src/mimeview.c
1679           src/prefs_common.[ch]
1680           src/procmime.[ch]
1681                 do not use description as attachment name
1682
1683 2003-02-22 [alfons]     0.8.10claws42
1684
1685         * src/summaryview.c
1686                 freeze/thaw folder item updates when changing color labels,
1687                 and put a wait cursors on
1688
1689 2003-02-22 [thorsten]   0.8.10claws41
1690
1691         * src/mimeview.c
1692                 save-all fixes: crash if invoked on multipart container,
1693                 mimeinfo access, pathseparators, error dialog
1694
1695 2003-02-21 [alfons]     0.8.10claws40
1696
1697         * src/prefs_gtk.c
1698                 remove unused var
1699
1700 2003-02-21 [colin]      0.8.10claws39
1701
1702         * src/send.c
1703                 Fix smtp logging
1704
1705 2003-02-21 [colin]      0.8.10claws38
1706
1707         * src/summaryview.c
1708                 Freeze/thaw folderItem updates when filtering messages 
1709                 via Tools/Filter messages
1710
1711 2003-02-21 [paul]       0.8.10claws37
1712
1713         * src/compose.c
1714                 revert commit 0.8.10claws26, there are ulterior motives
1715                 for users to set a Reply-To header when posting to
1716                 newsgroups
1717
1718 2003-02-21 [paul]       0.8.10claws36
1719
1720         * sync with 0.8.10cvs17
1721                 see ChangeLog 2003-02-21
1722
1723 2003-02-20 [christoph]  0.8.10claws35
1724
1725         * src/imap.c
1726                 IMAP UID fetch speedup using SEARCH
1727
1728         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1729
1730         * src/imap.c
1731                 fix problem with UIDs in IMAP UID cache that no longer existed
1732
1733 2003-02-20 [christoph]  0.8.10claws34
1734
1735         * src/imap.c
1736         * src/procheader.c
1737         * src/procheader.h
1738                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1739
1740         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1741
1742         * src/imap.c
1743                 Rewrite imap_cmd_gen_recv use sock_getline instead
1744                 of sock_gets to avoid problems with too long reply
1745                 lines
1746     
1747 2003-02-20 [colin]      0.8.10claws33
1748         
1749         * src/prefs_account.c
1750                 Better wording
1751
1752 2003-02-20 [colin]      0.8.10claws32
1753
1754         * src/compose.c
1755                 Remove useless '&& !to_sender' 
1756
1757 2003-02-20 [darko]
1758
1759         * AUTHORS
1760                 change my e-mail address
1761
1762 2003-02-19 [colin]      0.8.10claws31
1763
1764         * src/prefs_common.c
1765                 X11 style colors for every configurable color
1766
1767 2003-02-19 [alfons]     0.8.10claws30
1768
1769         * src/prefs_gtk.[ch]
1770         * src/prefs_common.c
1771                 for color_new accept both plain integers and X11 style color
1772                 names (as found in /usr/lib/X11/rgb.txt)
1773
1774 2003-02-19 [paul]       0.8.10claws29
1775
1776         * src/mainwindow.c
1777                 add tooltips to online/offline button and account selector
1778                 button
1779
1780 2003-02-19 [paul]       0.8.10claws28
1781
1782         * src/folder.c
1783           src/news.c
1784           src/prefs_account.[ch]
1785           src/prefs_common.[ch]
1786                 move 'Maximum number of articles to download' to
1787                 account prefs.
1788                 clean up account prefs gui a little by hiding entries
1789                 rather then greying out entries
1790
1791 2003-02-19 [hiro]       0.8.10claws27
1792
1793         * src/common/utils.c
1794                 fix bug #54 'yesterdays date is displayed in the message 
1795                 summary window'
1796
1797 2003-02-19 [paul]       0.8.10claws26
1798
1799         * src/compose.c
1800                 fix bug reported in Feature Request [688596] 
1801                 'Reply-to header in news'
1802
1803 2003-02-18 [paul]       0.8.10claws25
1804
1805         * src/select-keys.c
1806                 add a 'List all keys' button to key selection dialog
1807
1808 2003-02-18 [colin]      0.8.10claws24
1809         
1810         * src/stock_pixmap.c
1811                 fix compile error
1812
1813 2003-02-18 [colin]      0.8.10claws23
1814
1815         * src/common/smtp.[ch]
1816           src/prefs_account.c
1817                 Try to starttls if it seems to be the only
1818                 way to authenticate a user
1819
1820 2003-02-18 [paul]       0.8.10claws22
1821
1822         * src/Makefile.am
1823           src/folderview.c
1824           src/stock_pixmap.[ch]
1825           src/pixmaps/drafts_close.xpm  ** NEW FILE **
1826           src/pixmaps/drafts_open.xpm   ** NEW FILE **
1827                 as a Drafts folder is a special folder allow it to have
1828                 its own unique icons
1829
1830 2003-02-18 [colin]      0.8.10claws21
1831
1832         * src/imap.c
1833                 Fix port selection when using starttls
1834
1835 2003-02-18 [paul]       0.8.10claws20
1836
1837         * src/mainwindow.c
1838           src/prefs_common.[ch]
1839                 make blue the default new mail colour
1840
1841 2003-02-18 [paul]       0.8.10claws19
1842
1843         * sync with 0.8.10cvs14
1844                 see ChangeLog 2003-02-18
1845
1846 2003-02-17 [jens]       0.8.10claws18
1847
1848         * src/common/md5.c
1849                 fixed a compile problem with gcc 3.3
1850                 works on 2.95.3 too (testet on PPC as it is big endian)
1851
1852 2003-02-17 [paul]       0.8.10claws17
1853
1854         * sync with 0.8.10cvs13
1855                 see ChangeLog 2003-02-17
1856
1857 2003-02-17 [paul]       0.8.10claws16
1858
1859         * sync with 0.8.10cvs12
1860                 see ChangeLog 2003-02-17
1861
1862 2003-02-16 [match]      0.8.10claws15
1863
1864         * src/addressbook.c
1865                 Eliminates reloading of address data when items
1866                 deleted or added. Applied submitted by
1867                 Luke Plant <lukeplant@softhome.net>
1868
1869 2003-02-16 [paul]       0.8.10claws14
1870
1871         * src/news.c
1872                 when a 'protocol error' is encountered disconnect from
1873                 the server. This means that the user can carry on viewing
1874                 other articles and doesn't have to either wait until the
1875                 server timesout or quit sylpheed.
1876                 Fixes bug #53 'Unable to read messages in newsgroups, 
1877                 displayed message doesn't change'
1878
1879 2003-02-15 [christoph]  0.8.10claws13
1880
1881         * src/imap.c
1882                 fix bug that stopped scanning of folders when an
1883                 IMAP folder was empty
1884
1885         (closes bug 46 stop scan messages in folders after empty folder)
1886
1887 2003-02-15 [paul]
1888
1889         * tools/Makefile.am
1890           tools/README
1891           tools/freshmeat_search.pl     ** NEW FILE **
1892           tools/google_search.pl        ** NEW FILE **
1893                 Add 2 Actions scripts which search freshmeat/google
1894                 for the selected text using the browser configured
1895                 in sylpheedrc.
1896                 
1897         Note: These scripts are very dependent on the format of the
1898         browser command and may not work on every occasion. Testing
1899         is welcome. 
1900
1901 2003-02-14 [alfons]     0.8.10claws12
1902
1903         * src/compose.c
1904                 fix breakage because of uninitialized account pointer.
1905                 please verify.
1906
1907 2003-02-14 [paul]       0.8.10claws11
1908
1909         * src/compose.c
1910           src/prefs_account.[ch]
1911           src/prefs_common.[ch]
1912                 move signature settings to Account Prefs
1913
1914 2003-02-14 [paul]       0.8.10claws10
1915
1916         * sync with 0.8.10cvs11
1917                 see ChangeLog 2003-02-14
1918
1919 2003-02-13 [thorsten]   0.8.10claws9
1920
1921         * src/news.c
1922                 revert news progressbar (GUI separation)
1923
1924 2003-02-13 [paul]       0.8.10claws8
1925
1926         * src/compose.c
1927                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1928                 paragraph 1
1929
1930 2003-02-13 [paul]       0.8.10claws7
1931
1932         * src/compose.[ch]
1933           src/summaryview.c
1934                 fix 'Follow-up and Reply-to' so that it creates a reply to
1935                 the newsgroup and the sender. If the message has the keyword
1936                 'poster' in the Followup-To header, all replies go to the
1937                 sender, re: RFC 1036, Section 2.2.3
1938                 rename all instances of 'ignore_replyto' to 'to_sender', both
1939                 were previously used, now we use just one.
1940
1941 2003-02-13 [paul]       0.8.10claws6
1942
1943         * sync with 0.8.10cvs9
1944                 see ChangeLog 2003-02-13
1945
1946 2003-02-13 [paul]       0.8.10claws5
1947
1948         * configure.ac
1949                 show which plugins are configured in the configure
1950                 output.
1951
1952 2003-02-12 [thorsten]   0.8.10claws4
1953
1954         * src/news.c
1955                 show progress while fetching news headers
1956
1957 2003-02-12 [christoph]  0.8.10claws3
1958
1959         * configure.ac
1960         * src/plugins/Makefile.am
1961                 use AM_CONDITIONAL to enable plugins, automake correctly
1962                 manages this when creating distdir
1963
1964 2003-02-12 [christoph]  0.8.10claws2
1965
1966         * ac/spamassassin.m4
1967         * src/plugins/spamassassin/Makefile.am
1968                 fix building SpamAssassin plugin without OpenSSL
1969
1970 2003-02-12 [paul]       0.8.10claws1
1971
1972         * ac/Makefile.am
1973           src/Makefile.am
1974           src/plugins/Makefile.am
1975                 fix failure of 'make release'
1976
1977 2003-02-12 [paul]       0.8.10claws
1978
1979         * 0.8.10claws released
1980
1981 2003-02-12 [paul]       0.8.9claws56
1982
1983         * po/bg.po
1984           po/es.po
1985           po/it.po
1986           po/ru.po
1987           po/sr.po
1988                 updated translations by George Danchev, Ricardo Mones Lastra,
1989                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1990                 
1991         * sylpheed.spec.in
1992                 Allow the building of RPMs by a regular user. Submitted
1993                 by Sergei Astanin
1994
1995 2003-02-11 [alfons]     0.8.9claws55
1996
1997         * src/colorlabel.c
1998                 don't use pixmaps for label color rect but draw rectangles
1999                 so we can respect the color map of palette based visuals
2000                 (fixes the long time crashes on Suns - thanks to Andreas
2001                 Engel and Steve O'Hara-Smith for testing)
2002
2003 2003-02-11 [christoph]  0.8.9claws54
2004
2005         * src/matcher_parser_parse.y
2006                 correct bug where filering rules of not existing folders in
2007                 matcherrc were added to global filtering
2008                 
2009         (closes Debian Bug #180253 - Directory's filter-rules are merged with
2010          main filter-rules after removing directory, http://bugs.debian.org/180253)
2011         
2012 2003-02-11 [paul]       0.8.9claws53
2013
2014         * sync with 0.8.10cvs7
2015                 see ChangeLog 2003-02-09
2016
2017 2003-02-11 [melvin]     0.8.9claws52
2018
2019         * po/fr.po
2020                 Updated French tranlsations
2021
2022 2003-02-10 [paul]       0.8.9claws51
2023
2024         * sylpheed.spec.in
2025                 correct --enable-openssl
2026                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
2027
2028 2003-02-09 [martin]     0.8.9claws50
2029
2030         * src/prefs_matcher.c
2031                 fix segfault in prefs_matcher_substitute_cb() when
2032                 no row is selected
2033
2034 2003-02-09 [paul]       0.8.9claws49
2035
2036         * src/folderview.c
2037                 fix bug where a newsgroup folder's processing rules were
2038                 merged with the global filtering rules when the newsgroup
2039                 folder was deleted, causing some seriously bad results,
2040                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
2041
2042 2003-02-08 [melvin]     0.8.9claws48
2043
2044         * src/compose.c
2045                 Corrected and modified an alert message.
2046
2047 2003-02-07 [paul]       0.8.9claws47
2048
2049         * src/folderview.c
2050                 fix bug where both an 'Account properties' window and a
2051                 'Folder properties' window were opened when clicking on
2052                 'Properties' in an NNTP or IMAP folder's popup menu.
2053
2054 2003-02-07 [paul]       0.8.9claws46
2055
2056         * sync with 0.8.10cvs6
2057                 see ChangeLog 2003-02-06
2058
2059 2003-02-06 [christoph]  0.8.9claws45
2060
2061         * src/mbox.c
2062                 freeze folder updates while importing mbox files
2063                 (closes bug 43 importing mbox took hours)
2064                 
2065         Patch submitted by Jens Rantil <jens.rantil@telia.com>
2066
2067 2003-02-06 [thorsten]   0.8.9claws44
2068
2069         * po/de.po
2070                 Updated german translations
2071
2072 2003-02-06 [thorsten]   0.8.9claws43
2073
2074         * src/news.h
2075                 use guint for message numbers (fix count in grouplist dialog)
2076
2077 2003-02-05 [paul]       0.8.9claws42
2078
2079         * sync with 0.8.10cvs2
2080                 see ChangeLog 2003-02-05
2081
2082 2003-02-04 [colin]      0.8.9claws41
2083
2084         * src/prefs_common.[ch]
2085           src/procmsg.c
2086           src/summaryview.c
2087                 Add an option to disable threading by subject
2088
2089 2003-02-04 [christoph]  0.8.9claws40
2090
2091         * src/inc.c
2092                 only abort fetching mails from multiple accounts when the
2093                 error is fatal and does not allow to check any more accounts
2094                 (currently only disk full error)
2095
2096         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
2097          receive mails for other accouts)
2098
2099 2003-02-04 [christoph]  0.8.9claws39
2100
2101         * src/folder.c
2102                 first add the new message to the cache, then
2103                 send the update notification
2104
2105         (closes bug 39 after sending message folderview doesnt get updated)
2106
2107 2003-02-04 [colin]      0.8.9claws38
2108
2109         * src/inc.c
2110                 _really_ fix this Connecting... status
2111
2112 2003-02-04 [paul]       0.8.9claws37
2113
2114         * sync with 0.8.10
2115                 see ChangeLog 2003-02-04
2116
2117 2003-02-04 [paul]       0.8.9claws36
2118
2119         * sync with 0.8.9cvs6
2120                 see ChangeLog 2003-02-03
2121
2122 2003-02-04 [paul]       0.8.9claws35
2123
2124         * po/pt_BR.po
2125                 updated by André Filipe de Assunção e Brito 
2126                 <bedecko@netsite.com.br>
2127
2128 2003-02-03 [thorsten]   0.8.9claws34
2129
2130         * po/de.po
2131                 Updated german translations
2132
2133 2003-02-02 [paul]       0.8.9claws33
2134
2135         * po/es.po
2136                 updated by Ricardo Mones Lastra
2137
2138 2003-02-02 [thorsten]   0.8.9claws32
2139
2140         * src/mh.c
2141                 Fix mh_get_msginfo() segfault if file is inaccessible
2142
2143 2003-01-31 [colin]      0.8.9claws31
2144
2145         * src/procheader.c
2146                 Fix last commit's bug
2147
2148 2003-01-31 [colin]      0.8.9claws30
2149
2150         * src/procheader.c
2151                 Missing a change for gpg-signed messages
2152
2153 2003-01-31 [paul]       0.8.9claws29
2154
2155         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
2156           src/procheader.c
2157           src/stock_pixmap.[ch]
2158           src/summaryview.c
2159                 indicate GnuPG signed messages by displaying an icon
2160                 in the Attachment column.
2161
2162 2003-01-31 [paul]       0.8.9claws28
2163
2164         * sync with 0.8.9cvs4
2165                 see ChangeLog 2003-01-31
2166
2167 2003-01-31 [alfons]     0.8.9claws27
2168
2169         * src/textview.c
2170                 tune URI parser to accept mailto URLs with a '?'
2171                 (patch from Ruslan Balkin)
2172
2173 2003-01-31 [colin]      0.8.9claws26
2174
2175         * src/summaryview.c
2176                 Fix a leak introduced in claws24
2177
2178 2003-01-31 [colin]      0.8.9claws25
2179
2180         * src/summaryview.c
2181                 Freeze/Thaw folder updates when deleting dups
2182
2183 2003-01-31 [colin]      0.8.9claws24
2184         
2185         * src/addr_compl.c
2186           src/summaryview.c
2187           src/msgcache.c
2188                 little speed improvements
2189
2190 2003-01-31 [colin]      0.8.9claws23
2191
2192         * src/summaryview.c
2193                 Fix segfault when forwarding nothing
2194                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
2195                 
2196 2003-01-30 [paul]       0.8.9claws22
2197
2198         * sync with 0.8.9cvs3
2199                 see ChangeLog 2003-01-30
2200
2201 2003-01-30 [paul]       0.8.9claws21
2202
2203         * sync with 0.8.9cvs2
2204                 see ChangeLog 2003-01-30
2205
2206 2003-01-29 [paul]       0.8.9claws20
2207
2208         * sync with 0.8.9cvs1
2209                 see ChangeLog 2003-01-29
2210
2211 2003-01-28 [paul]       0.8.9claws19
2212
2213         * po/POTFILES.in
2214                 update to reflect changes. 
2215                 thanks to Ricardo Mones Lastra
2216
2217 2003-01-27 [christoph]  0.8.9claws18
2218
2219         * ac/openssl.m4
2220         * ac/spamassassin.m4
2221         * src/plugins/spamassassin/README
2222         * src/plugins/spamassassin/libspamc.[ch]
2223         * src/plugins/spamassassin/utils.[ch]
2224                 updated to latest libspamc
2225
2226 2003-01-27 [christoph]  0.8.9claws17
2227
2228         * src/folder.c
2229                 fix wrong use of procheader_get_header_fields
2230
2231 2003-01-27 [christoph]  0.8.9claws16
2232
2233         * src/news.c
2234         * src/prefs_account.[ch]
2235         * src/common/nntp.[ch]
2236                 allow to force authentication for NNTP servers
2237
2238         Patch submitted by Florian Mickler <dmk@d-labs.de>
2239
2240 2003-01-26 [paul]       0.8.9claws15
2241
2242         * src/summaryview.c
2243                 speed up of marking messages as read
2244                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
2245
2246 2003-01-26 [christoph]  0.8.9claws14
2247
2248         * src/Makefile.am
2249         * src/mgutils.[ch]              ** REMOVE **
2250         * src/xml.[ch]                  ** REMOVE **
2251         * src/xmlprops.[ch]             ** REMOVE **
2252         * src/common/Makefile.am
2253         * src/common/mgutils.[ch]       ** NEW **
2254         * src/common/xml.[ch]           ** NEW **
2255         * src/common/xmlprops.[ch]      ** NEW **
2256                 move xml files to common directory
2257
2258 2003-01-26 [christoph]  0.8.9claws13
2259
2260         * src/plugins/spamassassin/spamassassin_gtk.c
2261                 only set gtk entry text if string is available
2262
2263 2003-01-26 [melvin]     0.8.9claws12
2264
2265         * src/description_window.c
2266                 Allow resizing of the window
2267                 Allow automatic horizontal scroll bar
2268                 Do not vertically expand and fill
2269
2270 2003-01-26 [christoph]  0.8.9claws11
2271
2272         * src/Makefile.am
2273         * src/gtkutils.[ch]             ** REMOVE **
2274         * src/common/sylpheed.c
2275         * src/gtk/Makefile.am
2276         * src/gtk/description_window.c
2277         * src/gtk/gtkutils.[ch]         ** NEW **
2278         * src/gtk/prefswindow.c
2279                 move gtkutils to gtk directory
2280
2281 2003-01-26 [paul]       0.8.9claws10
2282
2283         * src/summaryview.c
2284                 rename summary_unread_clicked() to summary_status_clicked()
2285
2286 2003-01-26 [melvin]     0.8.9claws9
2287
2288         * src/prefs_actions.c
2289                 Cosmetical changes to the help text
2290
2291 2003-01-26 [paul]       0.8.9claws8
2292
2293         * src/folder.[ch]
2294           src/mainwindow.c
2295           src/prefs_common.c
2296           src/prefs_sumamry_column.c
2297           summaryview.[ch]
2298                 rename the 'Unread' column to 'Status'
2299
2300 2003-01-25 [match]      0.8.9claws7
2301
2302         * src/mgutils.[ch]
2303                 removed reference to LDAP constants. removed error2string.
2304                 included functions to support LDAP dynamic queries.
2305         * src/syldap.h
2306                 moved LDAP constants here.
2307         * src/addressbook.c
2308         * src/addrindex.c
2309         * src/importldif.c
2310                 removed references to LDAP constants and references to
2311                 error2string.
2312
2313 2003-01-25 [paul]       0.8.9claws6
2314
2315         * src/summaryview.c
2316                 summary_thread_build(), summary_thread_init(): remove 
2317                 unneeded reference to summaryview->folder_item
2318
2319 2003-01-25 [christoph]  0.8.9claws5
2320
2321         * src/gtk/description_window.c
2322                 o allow description texts to expand over multiple columns
2323                 o translate all columns
2324         * src/prefs_actions.c
2325                 change syntax description to use new multi column feature
2326
2327         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2328
2329 2003-01-25 [match]      0.8.9claws4
2330
2331         * src/vcard.c
2332                 fixed bug with Quoted-Printable
2333
2334 2003-01-25 [paul]       0.8.9claws3
2335
2336         * src/folder.[ch]
2337           src/summaryview.[ch]
2338                 implement per-folder collapsed/expanded threads setting
2339                 
2340         * src/prefs_common.c
2341                 remove global collapsed/expanded threads option
2342
2343 2003-01-25 [christoph]  0.8.9claws2
2344
2345         * po/POTFILES.in
2346                 add pluginwindow and prefswindow
2347         * src/compose.c
2348                 make send respond correctly to messages that could be added
2349                 to the queue folder, but the UID of the message is unknown
2350         * src/folder.c
2351         * src/imap.c
2352                 don't return guessed UIDs in imap_add_msg anymore. We return
2353                 0 to tell the folder system it was appened but the UID is
2354                 unknown. Folder system now get's the UID by scaning the folder
2355                 and searching the cache for the Message-ID
2356                 (closes bug #29 Messages queued, but not sent)
2357
2358 2003-01-25 [paul]       0.8.9claws1
2359
2360         * src/codeconv.c
2361                 conv_encode_header():  fix bug when long headers with 8-bit
2362                 characters are used, so that the encoded words are wrapped.
2363                 If the space in the original text falls on the wrap boundary,
2364                 it can be lost.
2365                 Patch by Sergey Vlasov.
2366                 
2367         * src/folderview.c
2368                  fix bug where a change to the sorting method or thread view
2369                  of a folder's messages is lost if simpify-subject is set and
2370                  toggled on or off.
2371                  Patch by Luke Plant.
2372
2373 2003-01-24 [paul]       0.8.9claws
2374
2375         * sylpheed-0.8.9claws released
2376         
2377         * Makefile.am
2378           sylpheed.spec.in
2379                 remove reference to 'INSTALL.jp'
2380
2381 2003-01-23 [paul]       0.8.8claws128
2382
2383         * po/es.po
2384           po/it.po
2385           po/ru.po
2386           po/sr.po
2387                 updated translations. submitted by Ricardo Mones Lastra,
2388                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
2389
2390 2003-01-23 [colin]      0.8.8claws127
2391
2392         * src/compose.c
2393                 Fix drafted and queued news articles re-edition
2394
2395 2003-01-23 [melvin]     0.8.8claws126
2396
2397         * po/fr.po
2398                 Updated French translations
2399
2400 2003-01-23 [colin]      0.8.8claws125
2401
2402         * src/inc.c
2403                 Fix "Connecting to..." status message
2404
2405 2003-01-22 [paul]       0.8.8claws124
2406
2407         * po/bg.po
2408                 updated by George Danchev
2409                 
2410         * src/folder.c
2411                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
2412                 and folder deletion
2413
2414 2003-01-21 [paul]       0.8.8claws123
2415
2416         * po/bg.po
2417                 updated by George Danchev
2418                 
2419         * src/about.c
2420                 its now 2003
2421                 
2422         * src/toolbar.c
2423                 don't translate 'Separator'
2424                 
2425         * src/plugins/spamassassin/Makefile.am
2426                 add aspell to CPPFLAGS
2427                 
2428         * src/plugins/spamassassin/spamassassin.c
2429           src/plugins/spamassassin/spamassassin_gtk.c
2430                 set correct default for spamassassin_receive_spam
2431                 slightly re-word descriptions and some
2432                 other minor changes
2433
2434 2003-01-19 [alfons]     0.8.8claws122
2435                 
2436         * src/mimeview.c
2437                 mimeview_save_as(): we might as well show the file name for
2438                 the single case "Save As" too
2439
2440 2003-01-19 [alfons]     0.8.8claws121
2441
2442         * src/crash.c
2443                 change bug tracker URL to bugzilla URL
2444
2445 2003-01-19 [alfons]     0.8.8claws120
2446
2447         * src/mimeview.c
2448                 mimeview_save_all(): display name of file before overwriting;
2449                 continue saving all, even when one overwrite was cancelled
2450
2451 2003-01-19 [christoph]  0.8.8claws119
2452
2453         * src/summaryview.c
2454         * src/procmsg.[ch]
2455                 fix wrong usage of procmsg_find_children in summaryview
2456                 by using procmsg_update_unread_children instead of
2457                 summaryview_update_unread_children
2458
2459 2003-01-19 [christoph]  0.8.8claws118
2460
2461         * src/procmsg.c
2462                 fix infinite loop in procmsg_find_children
2463                  (closes bug #25 sylpheed crashes on delete.)
2464
2465         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2466
2467 2003-01-19 [paul]       0.8.8claws117
2468
2469         * po/pt_BR.po
2470                 updated by Ivan Francolin Martinez
2471
2472 2003-01-18 [melvin]     0.8.8claws116
2473
2474         * src/prefs_actions.c
2475                 Removed syntax limitation of only one '&' at the end of command.
2476                         Now actions that contain '>/dev/null 2>&1' are possible.
2477
2478 2003-01-18 [melvin]     0.8.8claws115
2479
2480         * src/prefs_actions.c
2481                 Actions IO dialog: when the action ends
2482                 the "Close" button now has focus and [Escape] closes the
2483                 window.
2484
2485 2003-01-18 [christoph]  0.8.8claws114
2486
2487         * src/procmsg.c
2488                 o add debug output when MsgInfos are really freed
2489                 o free GSLists in procmsg_find_children and
2490                   procmsg_update_unread_children
2491
2492 2003-01-18 [christoph]  0.8.8claws113
2493
2494         * src/mainwindow.c
2495                 reorder Configuration menu
2496
2497 2003-01-18 [christoph]  0.8.8claws112
2498
2499         * src/compose.c
2500                 fix applying templates to forwarded messages
2501
2502         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2503
2504 2003-01-17 [christoph]  0.8.8claws111
2505
2506         * src/folder.c
2507                 destroy folder items, when a folder item is removed
2508
2509 2003-01-17 [christoph]  0.8.8claws110
2510
2511         * src/folder.c
2512                 fix wrong folder stats update when ignored message is
2513                 deleted
2514
2515 2003-01-17 [colin]      0.8.8claws109
2516         
2517         * src/mainwindow.c
2518         * src/summaryview.c
2519                 Quicksearch bugfixes: 
2520                 - hide help button at startup if not extended
2521                 - switch to extended when looking for replies
2522
2523 2003-01-17 [paul]
2524
2525         * sync with 0.8.9 release
2526
2527 2003-01-17 [paul]       0.8.8claws108
2528
2529         * sync with 0.8.8cvs11
2530                 see ChangeLog 2003-01-17
2531
2532 2003-01-16 [colin]      0.8.8claws107
2533
2534         * src/procmsg.c
2535                 Changed encryption test to re-ask passphrase
2536                 if an encrypted message hasn't been decrypted
2537                 Fixes bug #5
2538
2539 2003-01-16 [christoph]  0.8.8claws106
2540
2541         * src/prefs_gtk.c
2542         * src/prefs_toolbar.c
2543         * src/gtk/prefswindow.h
2544         * src/plugins/spamassassin/spamassassin_gtk.c
2545                 remove page destroy function that is not used anymore
2546
2547 2003-01-16 [paul]       0.8.8claws105
2548
2549         * sync with 0.8.8cvs9
2550                 see ChangeLog 2002-01-16
2551
2552 2003-01-16 [colin]      0.8.8claws104
2553
2554         * src/compose.[ch]
2555                 Fix bug with autosaved drafts for IMAP, when draft
2556                 folder is specified - fixes bugzilla bug #20
2557
2558 2003-01-15 [paul]       0.8.8claws103
2559
2560         * src/compose.[ch]
2561           src/procmsg.c
2562                 store folder and message-id of message forwarding
2563                 in queue header and set forward flag after sending
2564
2565 2003-01-15 [paul]       0.8.8claws102
2566
2567         * sync with 0.8.8cvs8
2568                 see ChangeLog 2002-01-15
2569
2570 2003-01-15 [colin]      0.8.8claws101
2571
2572         * src/Makefile.am
2573                 Fix linking with GNU libiconv
2574
2575 2003-01-15 [darko]      0.8.8claws100
2576
2577         * src/pine.c
2578                 fix crash when importing pine address book
2579                 entry with an empty name (reported by DY
2580                 <dybulk at tri8.net>)
2581
2582 2003-01-14 [paul]       0.8.8claws99
2583
2584         * configure.in  ** REMOVED **
2585           configure.ac  ** NEW FILE **
2586                 rename configure.in to configure.ac, as it is now
2587                 preferred
2588
2589 2003-01-14 [melvin]     0.8.8claws98
2590
2591         * src/folderview.c
2592                 folderview_check_new(): More precise function description
2593
2594 2003-01-14 [melvin]     0.8.8claws97
2595
2596         * src/folderview.c
2597                 folderview_check_new(): return the number of new messages 
2598                         since last check.
2599         * src/inc.c
2600                 inc_account_mail(): Disable counting of new messages for IMAP
2601                         and NNTP until bug [19] and [14] are fixed.
2602
2603 2003-01-14 [paul]       0.8.8claws96
2604
2605         * sync with 0.8.8cvs6
2606                 see ChangeLog 2003-01-14
2607
2608 2003-01-13 [alfons]     0.8.8claws95
2609
2610         * src/textview.c
2611                 tune email address validation (c. 0.8.8claws89): if . is 
2612                 just one char away from @, the address is invalid too 
2613                 (correctly rejects addresses like foo@.com)
2614
2615 2003-01-13 [paul]       0.8.8claws94
2616
2617         * src/messageview.c
2618           src/toolbar.c
2619                 fixes to the Message View toolbar and menu:
2620                 fix non-functioning Forward button
2621                 make Reply button consider default_reply_list
2622                 remove 'Follow-up...' menu entry
2623                 add 'Forward' and 'Redirect' menu entries
2624
2625 2003-01-13 [melvin]     0.8.8claws93
2626
2627         * src/inc.c
2628                 Fixed typo that could make new messages count incorrect.
2629
2630 2003-01-13 [melvin]     0.8.8claws92
2631
2632         * src/folderview.[ch]
2633                 folderview_check_new(): return the number of new messages.
2634         * src/inc.c
2635                 Should fix bug [14] where new mail notification worked 
2636                         incorrectly with IMAP accounts.
2637                 inc_spool_account(): return number of new msgs, or -1 on error
2638                 inc_all_spool(): return number of new msgs
2639                 
2640 2003-01-13 [melvin]     0.8.8claws91
2641
2642         * src/prefs_actions.c
2643                 Justify help text.
2644
2645 2003-01-12 [thorsten]   0.8.8claws90
2646
2647         * src/common/prefs.c
2648                 close file before rename
2649
2650 2003-01-12 [alfons]     0.8.8claws89
2651
2652         * AUTHORS
2653                 add Christian Mertes
2654         * src/common/utils.[ch]
2655                 g_stricase_hash(), g_stricase_equal(): functions for 
2656                 case insensitive hash tables
2657         * src/textview.c
2658                 use top level domain names to validate email address, based
2659                 on a patch by Christian Mertes (thanks!), but changed 
2660                 implementation to use a hash table 
2661
2662 2003-01-12 [paul]       0.8.8claws88
2663
2664         * po/bg.po
2665                 updated by George Danchev
2666
2667 2003-01-12 [alfons]     0.8.8claws87
2668
2669         * src/summaryview.c
2670                 delete / execute performance: use new style folder update
2671
2672 2003-01-12 [paul]       0.8.8claws86
2673
2674         * sync with 0.8.8cvs5
2675                 see ChangeLog 2003-01-13 (!)
2676
2677 2003-01-12 [alfons]     0.8.8claws85
2678
2679         * src/filtering.c
2680         * src/matcher_parser_parse.y
2681                 prepare change_score filtering action
2682         * src/matcher.[ch]
2683                 give up const-correctness on functions that call non-const-correct functions;
2684                 several casts to gpointer in g_free();
2685                 add change_score;
2686
2687 2003-01-12 [christoph]  0.8.8claws84
2688
2689         * src/compose.c
2690                 fix 2 warnings
2691
2692         * src/gtk/prefswindow.[ch]
2693         * src/plugins/spamassassin/spamassassin_gtk.c
2694                 changed the call of the widget create function
2695                 for PrefsPages, because sometimes the widget
2696                 create function needs a widget that already has
2697                 been attached to a window (to create GDK pixmaps
2698                 for exmaple). So we simply pass the GtkWindow as
2699                 the second parameter now.
2700
2701         * src/main.c
2702         * src/mainwindow.c
2703         * src/prefs_toolbar.[ch]
2704                 rewrite Toolbar Preferences using the new
2705                 prefs window
2706
2707 2003-01-11 [alfons]     0.8.8claws83
2708
2709         * src/addressadd.c
2710                 fix crash when adding sender to addressbook because status bar
2711                 isn't there (the status bar doesn't seem to be used though,
2712                 but I'll let Match decide what to do with it)
2713
2714 2003-01-11 [colin]      0.8.8claws82
2715
2716         * src/main.c
2717           src/toolbar.c
2718                 Two useless changes reversed
2719
2720 2003-01-11 [colin]      0.8.8claws81
2721
2722         * src/mainwindow.c
2723           src/mainwindow.h
2724                 Add mainwindow_get_mainwindow()
2725         * src/alertpanel.c
2726           src/alertpanel.h
2727                 Add alertpanel_error_log() 
2728         * src/compose.c
2729           src/inc.c
2730           src/messageview.c
2731           src/toolbar.c
2732           src/main.c
2733           src/procmsg.c
2734                 Network errors get a View Log button
2735
2736 2003-01-10 [alfons]     0.8.8claws80
2737
2738         * src/prefs_toolbar.c
2739         * src/toolbar.c
2740                 use the translatable string for "Separator" as file name for
2741                 separator toolbar items (probably make this uppercase?)
2742
2743 2003-01-10 [alfons]     0.8.8claws79
2744
2745         * src/prefs_toolbar.c
2746                 put right A_SEPARATOR description string in "displayed
2747                 toolbar items list" so manually added separators are
2748                 saved correctly (bug #10, "Adding a separator to the main 
2749                 toolbar fails, entry in xml file is wrong")
2750
2751 2003-01-10 [christoph]  0.8.8claws78
2752
2753         * src/imap.c
2754                 o fix warnings
2755                 o use CAPABILITY to check if NAMESPACE is available
2756
2757 2003-01-10 [christoph]  0.8.8claws77
2758
2759         * src/imap.[ch]
2760                 apply UIDPLUS IMAP extension support patch
2761
2762         Patch submitted by Simon 'corecode' Schubert
2763
2764 2003-01-10 [paul]       0.8.8claws76
2765
2766         * src/folderview.c
2767                 a sync from main which fixes the news account folders'
2768                 Properties bug
2769
2770 2003-01-10 [christoph]  0.8.8claws75
2771
2772         * src/folder.c
2773                 don't accept 0 as a valid uid returned by copy and move
2774                 functions. 0 means the message was copied or moved but the
2775                 new uid could not be fetched. It is not an error condition
2776                 for the copy or move operation.
2777
2778 2003-01-10 [paul]       0.8.8claws74
2779
2780         * src/prefs_filtering.c
2781                 change English used in Alert when entry is not
2782                 saved.
2783                 
2784         * sync with 0.8.8cvs4
2785                 see ChangeLog 2003-01-10
2786
2787 2003-01-10 [darko]      0.8.8claws73
2788
2789         * src/pine.c
2790                 fix crash when importing address book entry
2791                 without a valid address
2792
2793 2003-01-09 [alfons]     0.8.8claws72
2794
2795         * src/inc.c
2796                 filtering performance: use new style folder update
2797
2798 2003-01-09 [christoph]  0.8.8claws71
2799
2800         * src/compose.c
2801         * src/gtk/menu.[ch]
2802                 fix wrong selecting of mime encoding type, when
2803                 opening property dialog of attachments in the
2804                 compose window. 7bit was always selected and that
2805                 destoryed files with 8bit data.
2806                 (closes bug #9 Sylpheed-claws destroys attachments when
2807                  changing MIME-types)
2808
2809 2003-01-09 [paul]       0.8.8claws70
2810
2811         * sync with 0.8.8cvs3
2812                 see ChangeLog 2003-01-09
2813
2814 2003-01-08 [alfons]     0.8.8claws69
2815         
2816         * src/addressadd.c
2817                 apply patch by Kim Schulz to fix build breakage
2818                 because of missing variable
2819
2820 2003-01-08 [paul]       0.8.8claws68
2821
2822         * sync with 0.8.8cvs2
2823                 see ChangeLog 2002-01-08
2824
2825 2003-01-08 [paul]       0.8.8claws67
2826
2827         * po/it.po
2828                 updated by Alessandro Maestri
2829                 
2830         * src/addressadd.c
2831                 when using 'Add sender to addressbook' allow
2832                 name to be edited and remarks to be entered
2833                 Patch submitted by Luke Plant
2834
2835 2003-01-08 [darko]      0.8.8claws66
2836
2837         * README.claws, src/summaryview.c
2838                 fix description for marked messages
2839
2840 2003-01-08 [paul]
2841
2842         * tools/Makefile.am
2843           tools/launch_phoenix  ** NEW FILE **
2844                 add script that enables using Phoenix as the default
2845                 web browser. 
2846                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2847                 
2848         * tools/OOo2sylpheed.pl
2849                 remove full path to sylpheed executable, just 'sylpheed'
2850                 will do
2851                 
2852         * tools/README
2853                 add launch_phoenix informtion and re-arrange and compress
2854                 the data a little
2855
2856 2003-01-07 [christoph]  0.8.8claws65
2857
2858         * src/folder.c
2859                 fix update for source folder when moving messages
2860         * src/procmsg.[ch]
2861         * src/summaryview.c
2862                 use function to set to_folder for message infos and
2863                 automatically update the op_count for old and new
2864                 folder
2865
2866 2003-01-07 [melvin]     0.8.8claws64
2867
2868         * src/prefs_actions.c
2869                 Fixed bug where an '%p' Action on a displayed image crashed 
2870                         Sylpheed
2871                 Code clean up (get rid of duplicated code and removed unnecessary 
2872                                 structure member)
2873
2874 2003-01-07 [christoph]  0.8.8claws63
2875
2876         * src/compose.c
2877         * src/folder.[ch]
2878         * src/folderview.c
2879         * src/import.c
2880         * src/inc.c
2881         * src/main.c
2882         * src/mainwindow.c
2883         * src/messageview.c
2884         * src/prefs_folder_item.c
2885         * src/procmsg.c
2886         * src/summaryview.c
2887         * src/toolbar.c
2888                 o remove all folder update triggering from the UI code. The folder
2889                   system should know much better when a folder needs an update.
2890                 o to prevent multiple updates in a row the folder updates can be
2891                   frozen for some time.
2892
2893                 Note: - Please verify that no updates are missing
2894                       - Check where freeze/thaws should be added
2895
2896 2003-01-07 [christoph]  0.8.8claws62
2897
2898         * src/prefs_actions.c
2899                 don't translate empty strings
2900
2901         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2902
2903 2003-01-06 [christoph]  0.8.8claws61
2904
2905         * src/prefs_actions.c
2906                 mark strings for gettext
2907         * src/prefs_matcher.c
2908                 use new description window for Execute action and
2909                 match condition in Filtering
2910
2911         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2912
2913 2003-01-06 [alfons]     0.8.8claws60
2914
2915         keep myself inspired to re-organize matcher part 8; 
2916         yes, more to come (I need to move out the descriptive
2917         text for actions to matcher.c, or at least make it not
2918         depend on the wicked ordering)
2919
2920         * src/prefs_matcher.c
2921                 add documentation so others may comprehend the
2922                 UI part of the conditions
2923                 
2924 2003-01-06 [christoph]  0.8.8claws59
2925
2926         * src/prefs_actions.c
2927                 use new description window for syntax help
2928         * src/gtk/description_window.c
2929                 fix display of descriptions with column count != 2
2930
2931         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2932
2933 2003-01-06 [christoph]  0.8.8claws58
2934
2935         * src/quote_fmt.c
2936         * src/summaryview.[ch]
2937         * src/gtk/Makefile.am
2938         * src/gtk/description_window.[ch]       ** NEW **
2939                 use a generic window to display syntax descriptions
2940                 currently used in quote_fmt and summaryview (new description
2941                 for extended quick search)
2942
2943         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2944
2945 2003-01-06 [paul]       0.8.8claws57
2946
2947         * sync with 0.8.8cvs1
2948                 see ChangeLog 2003-01-06
2949
2950 2003-01-06 [christoph]  0.8.8claws56
2951
2952         * src/mainwindow.c
2953         * src/prefs_gtk.[ch]
2954         * src/gtk/prefswindow.[ch]
2955         * src/plugins/spamassassin/spamassassin_gtk.c
2956                 o remove page management from prefswindow, pages
2957                   will be an argument to prefswindow_open
2958                 o prefswindow_open gets a datapointer that is
2959                   passed to the widget_create function to allow
2960                   creation of prefswindow for specific items
2961
2962 2003-01-06 [colin]      0.8.8claws55
2963         
2964         * src/summaryview.c
2965                 We don't want regexp in the reply-finder, 
2966                 because MIDs can contain !,$,. and so on
2967
2968 2003-01-06 [jens]       0.8.8claws54
2969
2970         * src/jpilot.c
2971                 fixed a wrong free in jpilot_read_db_files
2972
2973 2003-01-06 [alfons]     0.8.8claws53
2974
2975         re-organize matcher part 8; more to come
2976        
2977         * src/matcher.c
2978                 matcherprop_to_string(): put g_free()s before the
2979                 switch-case break to fix memleaks                
2980
2981 2003-01-06 [colin]      0.8.8claws52
2982
2983         * src/summaryview.c
2984                 cleanup & reply-finder now displays the first 
2985                 matching message
2986
2987 2003-01-05 [alfons]     0.8.8claws51
2988
2989         re-organize matcher part 7; more to come
2990
2991         * src/matcher.[ch]
2992                 fixes for constant correctness;
2993                 more documentation;
2994
2995 2003-01-05 [alfons]     0.8.8claws50
2996
2997         re-organize matcher part 6; more to come
2998         
2999         * src/matcher.[ch]
3000                 fixes for constant correctness;
3001                 more documentation;
3002         * src/filtering.c
3003                 fix for constant correctness
3004
3005 2003-01-05 [colin]      0.8.8claws49
3006
3007         * src/account.[ch]
3008                 Add account_get_reply_account function
3009         * src/compose.c
3010                 Use account_get_reply_account function 
3011         * src/summaryview.c
3012                 Basic reply-finder - click on the replied
3013                 icon gets you to the outbox using quick-search
3014
3015 2003-01-05 [paul]       0.8.8claws48
3016
3017         * src/prefs_common.c
3018                 small change to English
3019                 
3020         * src/prefs_filtering.c
3021                 prefs_filtering_action_select(): improve logic and uniformity
3022                 of gui
3023
3024 2003-01-05 [alfons]     0.8.8claws47
3025
3026         fine tune solution to focus problems (bug #7)
3027
3028         * src/mainwindow.c
3029                 mainwindow_focus_in_event(): remove grab event check
3030         * src/summaryview.c
3031                 summary_button_pressed(): move selection on right-click
3032                 too. we can't possibly move the selection back after
3033                 canceling a dialog, because gtk's incomplete focus 
3034                 management. whether this is a good solution, only time
3035                 will tell.
3036
3037 2003-01-05 [christoph]  0.8.8claws46
3038
3039         * src/imap.c
3040                 fix crash when no imap connection could be established
3041
3042 2003-01-05 [paul]       0.8.8claws45
3043
3044         * src/mainwindow.c
3045           src/sumamryview.c
3046           src/gtk/menu.[ch]
3047                 fix bug 605957 'shortcuts in popup-menu'
3048                 make user-defined shortcuts work
3049                 show shortcuts that are already defined
3050                 in the main menu
3051                 Patch submitted by Luke Plant
3052
3053 2003-01-05 [alfons]     0.8.8claws44
3054
3055         * src/mainwindow.c
3056                 focus_in_event handler should not select summary view row 
3057                 when another window (menu, dialog) grabbed for events 
3058                 (bug #7, "[0.8.8claws42] Message summary focus") 
3059
3060 2003-01-04 [christoph]  0.8.8claws43
3061
3062         * src/procmsg.c
3063                 update save folder after adding the sent message
3064                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
3065
3066 2003-01-02 [christoph]  0.8.8claws42
3067
3068         * src/common/plugin.c
3069                 fix unloading of all plugins and unload
3070                 plugins in reverse order
3071                 
3072         * src/gtk/pluginwindow.c
3073                 implement function of load and unload button
3074
3075         * src/gtk/prefswindow.c
3076         * src/gtk/prefswindow.h
3077                 rename register function and add new unregister
3078                 function
3079
3080         * src/plugins/spamassassin/spamassassin_gtk.c
3081                 unregister prefs page and update for changes in
3082                 src/gtk/prefswindow.c
3083
3084 2003-01-02 [paul]       0.8.8claws41
3085
3086         * po/es.po
3087                 updated by Ricardo Mones Lastra
3088
3089 2003-01-02 [paul]
3090
3091         * tools/tb2sylpheed
3092                 fixes and improvements by Urke MMI
3093
3094 2003-01-02 [thorsten]   0.8.8claws40
3095
3096         * src/procmsg.c
3097                 fixed wrong return value
3098
3099 2003-01-02 [thorsten]   0.8.8claws39
3100
3101         * src/prefs.c
3102                 fixed printing wrong variable
3103
3104 2003-01-02 [thorsten]   0.8.8claws38
3105
3106         * src/prefs.c
3107                 fixed acessing members of freed pfile struct
3108
3109 2003-01-02 [thorsten]   0.8.8claws37
3110
3111         * src/procmsg.c
3112                 detect loops across several messages
3113                 as suggested by Christoph Hohmann
3114
3115 2003-01-01 [match]      0.8.8claws36
3116
3117         * src/addrindex.c
3118                 fixed another memory leak.
3119
3120 2003-01-01 [match]      0.8.8claws35
3121
3122         * src/jpilot.[ch]
3123                 fixed memory leaks. applied Doxygen comments.
3124
3125 2003-01-01 [thorsten]   0.8.8claws34
3126
3127         * src/procmsg.c
3128                 inhibit endless loop if msg references itself
3129                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
3130
3131 2003-01-01 [christoph]  0.8.8claws33
3132
3133         * src/mainwindow.c
3134         * src/gtk/Makefile.am
3135         * src/gtk/pluginwindow.c                ** NEW **
3136         * src/gtk/pluginwindow.h                ** NEW **
3137                 add plugin window
3138
3139         * src/plugins/demo/demo.c
3140         * src/plugins/spamassassin/spamassassin.c
3141         * src/plugins/spamassassin/spamassassin_gtk.c
3142                 write better plugin descriptions
3143
3144 2002-12-31 [christoph]  0.8.8claws32
3145
3146         * src/gtk/prefswindow.c
3147         * src/plugins/spamassassin/spamassassin_gtk.c
3148                 some small improvements to GTK code
3149
3150 2002-12-31 [christoph]  0.8.8claws31
3151
3152         * src/plugins/spamassassin/spamassassin_gtk.c
3153                 enable folder select button
3154
3155 2002-12-31 [christoph]  0.8.8claws30
3156
3157         * src/mainwindow.c
3158         * src/gtk/Makefile.am
3159         * src/gtk/prefswindow.c                         ** NEW **
3160         * src/gtk/prefswindow.h                         ** NEW **
3161                 add new prefs window
3162
3163         * src/common/plugin.c
3164                 don't try to load empty config lines
3165         
3166         * src/plugins/spamassassin/Makefile.am
3167         * src/plugins/spamassassin/spamassassin.c
3168         * src/plugins/spamassassin/spamassassin.h       ** NEW **
3169         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
3170                 GTK config for SpamAssassin Plugin using
3171                 the new prefs window
3172
3173 2002-12-31 [paul]       0.8.8claws29
3174
3175         * po/POTFILES.in
3176                 remove obsolete entry 'src/menu.c'
3177
3178 2002-12-31 [alfons]     0.8.8claws28
3179
3180         * src/matcher.[ch]
3181         * src/matcher_parser_parse.y
3182         * src/prefs_matcher.c
3183                 add "ignore_thread" and "~ignore_thread" condition so it's
3184                 possible to make the actions / scoring operate on the ignore
3185                 thread flag
3186
3187 2002-12-31 [christoph]  0.8.8claws27
3188
3189         * src/addrbook.c
3190         * src/addrindex.c
3191         * src/folder.c
3192         * src/matcher.c
3193         * src/prefs_account.c
3194         * src/prefs_actions.c
3195         * src/prefs_customheader.c
3196         * src/prefs_display_header.c
3197         * src/prefs_gtk.c
3198         * src/procmime.c
3199         * src/toolbar.c
3200         * src/xmlprops.c
3201         * src/common/prefs.[ch]
3202                 extend prefs file handling for reading and automatic handling
3203                 of blocks. When reading prefs_set_block_label will automatically
3204                 move on to the block. When writing it will copy all other blocks
3205                 automatically
3206
3207         * src/common/plugin.c
3208                 Now loading plugin filenames from [Plugins] block in
3209                 sylpheed rc file
3210
3211 2002-12-30 [christoph]  0.8.8claws26
3212
3213         * src/common/hooks.[ch]
3214                 return abort status to caller of hooks_invoke
3215                 
3216         * src/inc.[ch]
3217                 invoke message filtering hook and stop
3218                 default handling when filter returns abort
3219
3220         * src/common/plugin.[ch]
3221         * src/plugins/demo/demo.c
3222                 modify plugin loader, because resolving symbols for strings
3223                 does not work correctly
3224         
3225         * configure.in
3226         * ac/spamassassin.m4                            ** NEW **
3227         * src/plugins/spamassassin/.cvsignore           ** NEW **
3228         * src/plugins/spamassassin/Makefile.am          ** NEW **
3229         * src/plugins/spamassassin/README               ** NEW **
3230         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
3231         * src/plugins/spamassassin/spamassassin.c       ** NEW **
3232         * src/plugins/spamassassin/utils.[ch]           ** NEW **
3233                 add spamassassin plugin, see src/plugins/spamassassin/README
3234                 for details
3235
3236 2002-12-29 [alfons]     0.8.8claws25
3237
3238         * src/mainwindow.c
3239                 when moving focus from a message view to the main 
3240                 window, don't forget to select the summary node
3241                 of the displayed message. should fix "[ 659103 ] 
3242                 focus-follows-mouse confuses sylpheed"
3243
3244 2002-12-29 [christoph]  0.8.8claws24
3245
3246         * src/Makefile.am
3247         * src/stringtable.[ch]          ** REMOVE **
3248         * src/common/Makefile.am
3249         * src/common/stringtable.[ch]   ** NEW **
3250                 move stringtable files to common directory
3251
3252 2002-12-29 [christoph]  0.8.8claws23
3253
3254         * src/Makefile.am
3255         * src/menu.[ch]                 ** REMOVE **
3256         * src/gtk/Makefile.am
3257         * src/gtk/menu.[ch]             ** NEW **
3258                 move menu files to gtk directory
3259
3260 2002-12-29 [match]      0.8.8claws22
3261
3262         * src/addressbook.c
3263         * src/syldap.c
3264                 moved UI specific code out of LDAP code into addressbook
3265                 UI code. fixed memory leak.
3266
3267 2002-12-29 [christoph]  0.8.8claws21
3268
3269         * src/folder.c
3270                 only check for IGNORED parent message when message is
3271                 not IGNORED itself
3272
3273 2002-12-29 [alfons]     0.8.8claws20
3274
3275         * src/summaryview.c
3276                 set gtksctree's anchor correct (immediate execute
3277                 changes the tree's layout, and anchor points at 
3278                 the incorrect row). fixes "[ 657233 ] multiple msg 
3279                 delete sometimes off by 1".
3280                 we probably have to look for more tree layout /
3281                 anchor glitches.
3282
3283 2002-12-29 [paul]       0.8.8claws19
3284
3285         * src/summaryview.c
3286                 fix bug [ 659054 ] incorrect sorting of 'From' column
3287                 when using 'display sender using address book'
3288                 thanks to Alfons and Luke Plant
3289
3290 2002-12-29 [christoph]  0.8.8claws18
3291
3292         * src/folder.c
3293         * src/procmsg.[ch]
3294                 check parent messages for IGNORE THREAD flag, when adding,
3295                 moving or copying messages to a folder
3296
3297 2002-12-27 [alfons]     0.8.8claws17
3298
3299         re-organize matcher part 5; more to come
3300
3301         * src/matcher.c
3302                 hash keywords in matchparser_tab 
3303
3304 2002-12-27 [alfons]     0.8.8claws16
3305
3306         re-organize matcher part 4; more to come
3307
3308         * src/matcher_parser.h
3309         * src/matcher_parser_lex.l
3310         * src/matcher_parser_parse.y
3311                 cleanup
3312
3313 2002-12-27 [alfons]     0.8.8claws15
3314
3315         re-organize matcher part 3; more to come
3316
3317         * src/matcher.[ch]
3318                 cleanup
3319
3320 2002-12-27 [alfons]     0.8.8claws14
3321
3322         re-organize matcher part 2; more to come but this should
3323         work. cc me if there are any regressions.
3324
3325         * src/matcher.h
3326                 add prototype for get_matchparser_tab_id()
3327         * src/matcher_parser_lex.l
3328                 look up keywords using matchparser_tab_id();
3329
3330 2002-12-27 [alfons]     0.8.8claws12
3331
3332         re-organize matcher part 1
3333
3334         * src/matcher.h
3335                 map yacc generated constants to sylpheed matcher constants
3336         * src/matcher.c
3337                 add function to find a matcher constant from a string
3338
3339 2002-12-27 [christoph]  0.8.8claws11
3340
3341         * src/compose.c
3342                 MENUITEM_ADD casts the 4th argument from integer to pointer
3343                 so it probably should not be a pointer, this means we
3344                 should use account id for it and not the account's pointer
3345
3346 2002-12-27 [paul]       0.8.8claws10
3347
3348         * src/mainwindow.c
3349                 remove unneeded 'GtkWidget *vbox'
3350                 
3351         * src/summaryview.c
3352                 further sync with 0.8.8 - make sort
3353                 by recipient work as expected
3354                 
3355         * NEWS
3356                 sync with 0.8.8
3357
3358 2002-12-27 [paul]       0.8.8claws9
3359
3360         * po/pt_BR.po
3361                 updated by Ivan F. Martinez
3362                 
3363 2002-12-27 [darko]      0.8.8claws8
3364
3365         * src/common/utils.c
3366                 added locked pattern to extended search
3367
3368 2002-12-27 [alfons]     0.8.8claws7
3369
3370         * src/prefs_matcher.[ch]
3371                 clean up
3372
3373 2002-12-26 [alfons]     0.8.8claws6
3374
3375         * src/matcher.[ch]
3376         * src/matcher_parser_lex.l
3377         * src/matcher_parser_parse.y
3378         * src/prefs_matcher.c
3379                 allow color label as a condition in the matcher
3380
3381 2002-12-26 [oliver]     0.8.8claws5
3382         
3383         * src/toolbar.c 
3384                 enable Addressbook for Main and Messageview
3385         * src/prefs_actions.c
3386                 enable actions in Messageview
3387
3388 2002-12-26 [christoph]  0.8.8claws4
3389
3390         * src/common/plugin.c
3391                 add a little debug output
3392         * configure.in
3393         * src/plugins/demo/Makefile.am
3394                 better use of automake
3395
3396 2002-12-26 [christoph]  0.8.8claws3
3397
3398         * src/Makefile.am
3399         * src/common/Makefile.am
3400                 fix "make distdir"
3401
3402 2002-12-26 [christoph]  0.8.8claws2
3403
3404         * configure.in
3405                 sort configure checks into common / gtk / plugins
3406         * po/POTFILES.in
3407                 add src/prefs_gtk.c
3408         * src/Makefile.am
3409                 add plugins SUBDIR
3410         * src/main.c
3411         * src/common/sylpheed.[ch]
3412                 added now sylpheed_done function for shutdown
3413         * src/common/Makefile.am
3414         * src/common/plugin.[ch]                ** NEW **
3415                 plugin loader and unloader
3416         * src/plugins/.cvsignore                ** NEW **
3417         * src/plugins/Makefile.am               ** NEW **
3418                 build plugins
3419         * src/plugins/demo/.cvsignore           ** NEW **
3420         * src/plugins/demo/Makefile.am          ** NEW **
3421         * src/plugins/demo/demo.c               ** NEW **
3422                 small demo plugin that installs a logtext hook and
3423                 outputs the log text to stdout
3424
3425 2002-12-26 [paul]       0.8.8claws1
3426
3427         * po/es.po
3428                 updated by Ricardo Mones Lastra
3429
3430 2002-12-26 [paul]       0.8.8claws
3431
3432         * 0.8.8claws released
3433
3434 2002-12-26 [paul]       0.8.7claws12
3435
3436         * po/bg.po
3437                 updated by George Danchev
3438
3439 2002-12-26 [paul]       0.8.7claws11
3440
3441         * po/POTFILES.in
3442                 remove unneeded 'src/prefs.c' entry 
3443
3444 2002-12-26 [paul]       0.8.7claws10
3445
3446         * src/codeconv.c
3447           src/mainwindow.c
3448                 sync with 0.8.8 release
3449         
3450         * src/folder.[ch]
3451           src/mh.c
3452           src/summaryview.c
3453                 partial sync with 0.8.8 release
3454         
3455
3456 2002-12-25 [alfons]     0.8.7claws9
3457
3458         * src/matcher.[ch]
3459         * src/matcher_parser_lex.l
3460         * src/matcher_parser_parse.y
3461         * src/prefs_matcher.c
3462                 add locked flag to possible filtering / matcher 
3463                 conditions (also a good example what should be
3464                 done to add a simple boolean condition)
3465
3466 2002-12-25 [christoph]  0.8.7claws8
3467
3468         * src/Makefile.am
3469         * src/account.[ch]
3470         * src/addrbook.c
3471         * src/addressbook.c
3472         * src/addrindex.c
3473         * src/filtering.c
3474         * src/folder.c
3475         * src/matcher.c
3476         * src/prefs.[ch]                ** REMOVE **
3477         * src/prefs_account.c
3478         * src/prefs_actions.c
3479         * src/prefs_common.c
3480         * src/prefs_customheader.c
3481         * src/prefs_display_header.c
3482         * src/prefs_filtering.c
3483         * src/prefs_folder_item.c
3484         * src/prefs_gtk.[ch]            ** NEW **
3485         * src/prefs_matcher.c
3486         * src/prefs_scoring.c
3487         * src/prefs_summary_column.c
3488         * src/procmime.c
3489         * src/selective_download.c
3490         * src/toolbar.c
3491         * src/common/Makefile.am
3492         * src/common/prefs.[ch]         ** NEW **
3493                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
3494
3495 2002-12-24 [alfons]     0.8.7claws7
3496
3497         * src/summaryview.c
3498                 summary_thread_build(): fix real cause of the crash mentioned in
3499                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
3500                 this way we get meaningful ctree nodes 
3501
3502 2002-12-24 [oliver]     0.8.7claws6
3503
3504         * src/mainwindow.[ch]
3505         * src/messageview.[ch]
3506         * src/compose.[ch]
3507         * src/inc.c
3508         * src/summaryview.c
3509                 changes to use updated toolbar handling
3510                 
3511 2002-12-24 [oliver]     0.8.7claws5
3512
3513         * src/toolbar.[ch]
3514                 generic toolbar handling
3515                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
3516         * src/prefs_toolbar.[ch]
3517                 adjust to handling
3518         
3519 2002-12-24 [oliver]     0.8.7claws4
3520         
3521         * src/stock_pixmap.[ch]
3522                 move SYLPHEED_LOGO to end of list in order 
3523                 to remove it from Custom Toolbar`s Icon View
3524
3525 2002-12-24 [alfons]     0.8.7claws3
3526
3527         * src/summaryview.c
3528                 summary_thread_build(): fix crash because of focus != selection 
3529                 after threading. when deleting the selection, gtk tries but fails 
3530                 to find the correct focusable element. we now force the selection
3531                 to be focused. this should solve the infamous bug reported by 
3532                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
3533                 a test case is available. 
3534
3535 2002-12-24 [darko]      0.8.7claws2
3536
3537         * src/summaryview.c
3538                 don't crash when unmarking message with unread children
3539
3540 2002-12-23 [christoph]  0.8.7claws1
3541
3542         * src/Makefile.am
3543         * src/common/Makefile.am
3544                 update Makefiles for moved intl.h, version.h and defs.h
3545         * src/imap.c
3546                 rewrite imap_session_get to avoid duplicate code
3547
3548 2002-12-23 [paul]       0.8.7claws
3549
3550         * Santa-Claws released
3551         
3552         * po/hu.po
3553           po/ru.po
3554                 squeeze in updated Hungarian and Russian translations.
3555                 Submitted by  Gál Zoltán and Ruslan N. Balkin
3556
3557 2002-12-23 [paul]       0.8.6claws129
3558
3559         * po/pl.po
3560                 updated by Witold Wladyslaw Wojciech Wilk
3561
3562 2002-12-23 [paul]       0.8.6claws128
3563
3564         * src/quote_fmt_parse.y
3565                 fix typo and add licence header
3566
3567 2002-12-23 [paul]       0.8.6claws127
3568
3569         * po/en_GB.po
3570                 updated
3571
3572 2002-12-23 [paul]       0.8.6claws126
3573
3574         * po/it.po
3575                 updated translation, submitted by Alessandro Maestri
3576                 
3577 2002-12-23 [paul]       0.8.6claws125
3578
3579         * src/quote_fmt_parse.y
3580                 fix signature-stripping on replies bug. match
3581                 '-- \n' and not '-- '.
3582
3583 2002-12-22 [paul]       0.8.6claws124
3584
3585         * po/bg.po
3586           po/es.po
3587           po/sr.po
3588                 updated translations. submitted by George Danchev,
3589                 Ricardo Mones Lastra, and Urke MMI respectively
3590
3591 2002-12-21 [paul]       0.8.6claws123
3592
3593         * src/addrbook.c
3594                 fix coding style
3595
3596 2002-12-21 [paul]       0.8.6claws122
3597
3598         * src/addrbook.c
3599                 fix bug [643638] where if a person is in one or more
3600                 addressbook groups editing that person's email 
3601                 address results in removal from those groups.
3602                 Patch submitted by Luke Plant.
3603
3604 2002-12-20 [christoph]  0.8.6claws121
3605
3606         * src/common/utils.c
3607         * src/summaryview.c
3608                 reimplement expand_search_string using GString to
3609                 prevent crashs caused by miscalculated string
3610                 lengths reported by Paul
3611
3612 2002-12-20 [christoph]  0.8.6claws120
3613
3614         * src/summaryview.c
3615                 don't use "changed" to check if op_count has to be changed as it
3616                 is also set when the message has unread children
3617                 (closes bug [ 653221 ] crash while deleting duplicates)
3618
3619 2002-12-20 [paul]       0.8.6claws119
3620
3621         * sync with 0.8.6cvs27
3622                 see ChangeLog 2002-12-20
3623
3624 2002-12-20 [paul]       0.8.6claws118
3625
3626         * sync with 0.8.6cvs26
3627                 see ChangeLog 2002-12-19 and 2002-12-20
3628
3629 2002-12-19 [alfons]     0.8.6claws117
3630
3631         * src/textview.c
3632                 fix incorrect parsing of email addresses, submitted by 
3633                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
3634                 name display if it contains @".
3635
3636 2002-12-18 [paul]       0.8.6claws116
3637
3638         * sync with 0.8.6cvs23
3639                 see ChangeLog 2002-12-18
3640
3641 2002-12-18 [paul]       0.8.6claws115
3642
3643         * src/Makefile.am
3644         * src/account.c
3645         * src/codeconv.c
3646         * src/gtkutils.[ch]
3647         * src/imap.c
3648                 sync with 0.8.6cvs22.
3649                 see ChangeLog 2002-12-17 and 2002-12-18
3650
3651 2002-12-17 [christoph]  0.8.6claws114
3652
3653         * src/imap.c
3654                 o don't create a session if imap greeting fails
3655                 o don't close socket when authentication fails
3656                   this is done by imap_session_destroy
3657
3658 2002-12-17 [thorsten]   0.8.6claws113
3659
3660         * tools/Makefile.am
3661           tools/README
3662           tools/google_msgid.pl ** NEW FILE **
3663                 Added "search for message-id" script and doc
3664
3665 2002-12-17 [thorsten]   0.8.6claws112
3666
3667         * po/hu.po
3668                 Updated hungarian translation
3669                 (updated by Gal Zoltan)
3670
3671 2002-12-16 [christoph]  0.8.6claws111
3672
3673         * src/addr_compl.c
3674                 remove stupid addressbook dump to debug output
3675         * src/mh.c
3676                 fix memory leak found by Hiro
3677
3678 2002-12-14 [paul]       0.8.6claws110
3679
3680         * src/compose.c
3681                 fix menubar sensitivity on send
3682                 
3683         * src/prefs_filtering.c
3684         * src/prefs_matcher.c
3685         * src/prefs_scoring.c
3686                 Fix english ;)
3687                 
3688         * src/common/quoted-printable.h
3689                 sync: fix typo
3690         
3691 2002-12-13 [christoph]  0.8.6claws109
3692
3693         * src/Makefile.am
3694         * src/manage_window.[ch]        ** REMOVE **
3695         * src/gtk/Makefile.am
3696         * src/gtk/manage_window.[ch]    ** NEW **
3697                 move manage_window files to gtk directory
3698
3699 2002-12-13 [christoph]  0.8.6claws108
3700
3701         * src/Makefile.am
3702         * src/gtkshruler.[ch]           ** REMOVE **
3703         * src/gtk/Makefile.am
3704         * src/gtk/gtkshruler.[ch]       ** NEW **
3705                 move gtkshruler files to gtk directory
3706
3707 2002-12-13 [christoph]  0.8.6claws107
3708
3709         * src/Makefile.am
3710         * src/compose.c
3711         * src/gtkstext.[ch]             ** REMOVE **
3712         * src/gtkutils.[ch]
3713         * src/textview.c
3714         * src/gtk/gtkstext.[ch]         ** NEW **
3715         * src/gtk/Makefile.am
3716                 o move stext functions to gtkstext.c to remove
3717                   dependency of gtkutils
3718                 o move gtkstext files to gtk directory
3719
3720         * src/gtk/Makefile.am
3721         * src/gtk/sslcertwindow.[ch]
3722                 UI stuff can always depend on common code so
3723                 it's ok to add ../common to include path
3724
3725 2002-12-13 [colin]      0.8.6claws106
3726
3727         * src/summaryview.c
3728                 Disconnect sighandlers for mainwindow when
3729                 quicksearch has the focus
3730                 Fix bug #653231
3731         * src/mainwindow.[ch]
3732                 Make key_pressed callback public, to be able
3733                 to disconnect it
3734
3735 2002-12-13 [christoph]  0.8.6claws105
3736
3737         * src/mh.c
3738                 create .mh_sequences file in new MH folders
3739                 (closes feature request [ 523162 ] MH folders should
3740                  get a .mh_sequences)
3741
3742 2002-12-13 [colin]      0.8.6claws104
3743
3744         * src/summaryview.c
3745                 Better handling of quicksearch show/hide
3746                 (basically the button stays under the mouse 
3747                  when toggled)
3748
3749 2002-12-13 [paul]       0.8.6claws103
3750
3751         * sync with 0.8.6cvs17
3752                 see ChangeLog 2002-12-13
3753
3754 2002-12-13 [paul]       0.8.6claws102
3755
3756         * po/es.po
3757                 updated by Ricardo Mones Lastra
3758
3759 2002-12-11 [colin]       0.8.6claws101
3760
3761         * src/folder.c
3762                 remove statusbar stuff
3763           src/folderview.c
3764                 set statusbar verbosity when moving folders
3765
3766 2002-12-11 [colin]       0.8.6claws100
3767         * src/prefs_filtering.c
3768         * src/prefs_matcher.c
3769         * src/prefs_scoring.c
3770                 Fix english ;)
3771
3772 2002-12-11 [colin]       0.8.6claws99
3773
3774         * src/prefs_common.[ch]
3775                 Add summary_quicksearch_type
3776         * src/summaryview.c
3777                 Save last used quicksearch type
3778
3779 2002-12-11 [jens]       0.8.6claws98
3780         * src/prefs_filtering.c
3781         * src/prefs_matcher.c
3782         * src/prefs_scoring.c
3783                 added dialog for incomplete rules in scoring, filtering and
3784                 matcher to ask wheather really close
3785
3786 2002-12-11 [colin]      0.8.6claws97
3787
3788         * src/folder.c
3789                 Fix folder dnd statusbar logging
3790
3791 2002-12-10 [christoph]  0.8.6claws96
3792
3793         * src/compose.c
3794         * src/folder.c
3795         * src/imap.c
3796         * src/inc.c
3797         * src/main.c
3798         * src/mainwindow.c
3799         * src/news.c
3800         * src/send.c
3801         * src/statusbar.[ch]
3802         * src/common/hooks.c
3803         * src/common/log.[ch]
3804                 o handle verbose logging in statusbar directly in statusbar code
3805                   and common code does not need any knowledge about a statusbar
3806                 o remove direct calls to statusbar_(puts|pop)_all functions
3807
3808 2002-12-10 [jens]       0.8.6claws95
3809
3810         * src/*.c
3811                 removed gettext from g_warnings
3812         * po/POTFILES.in
3813                 cleaned and updated
3814         * po/de.po
3815                 updated
3816
3817 2002-12-10 [colin]      0.8.6claws94
3818
3819         * src/main.c
3820                 finish crash dialog fix
3821
3822 2002-12-10 [colin]      0.8.6claws93
3823
3824         * src/main.c
3825                 "Fix" "sylpheed already running" instead of
3826                 crash dialog appearing after a crash
3827
3828 2002-12-10 [colin]      0.8.6claws92
3829
3830         * po/POTFILES.in
3831                 add src/gtk/sslcertwindow.c
3832
3833 2002-12-10 [paul]       0.8.6claws91
3834
3835         * po/POTFILES.in
3836                 updated to reflect recent changes
3837                 submitted by Alessandro Maestri
3838
3839 2002-12-09 [christoph]  0.8.6claws90
3840
3841         * src/Makefile.am
3842         * src/smtp.[ch]                 ** REMOVE **
3843         * src/common/Makefile.am
3844         * src/common/smtp.[ch]          ** NEW **
3845                 move smtp files to common directory
3846
3847 2002-12-09 [christoph]  0.8.6claws89
3848
3849         * src/Makefile.am
3850         * src/session.[ch]              ** REMOVE **
3851         * src/common/Makefile.am
3852         * src/common/session.[ch]       ** NEW **
3853                 move session files to common directory
3854
3855 2002-12-09 [paul]       0.8.6claws88
3856
3857         * src/account.c
3858                 fix bug [649746] edit accounts: move account reverted
3859                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3860
3861 2002-12-09 [colin]      0.8.6claws87
3862
3863         * src/ssl_certificate.c
3864                 cleanup
3865
3866 2002-12-09 [colin]      0.8.6claws86
3867
3868         * src/ssl.c
3869                 Try to open the cert.pem database and 
3870                 issue a warning if it isn't there
3871
3872 2002-12-09 [colin]      0.8.6claws85
3873
3874         * src/common/ssl_certificate.c
3875         * src/gtk/sslcertwindow.c
3876                 Warning fixes
3877
3878 2002-12-09 [colin]      0.8.6claws84
3879
3880         * src/ssl_certificate.[ch] ** REMOVED **
3881         * src/common/ssl_certificate.[ch] ** NEW **
3882         * src/Makefile.am
3883         * src/common/Makefile.am
3884                 Moved ssl_certificate.[ch] to common
3885         * src/common/ssl.c 
3886                 Put back needed include
3887         * src/gtk/sslcertwindow.[ch]
3888                 Changed ssl_certificate.h include
3889         
3890 2002-12-09 [colin]      0.8.6claws83
3891
3892         * src/gtk/sslcertwindow.[ch]
3893                 Implement hook for certificate acception
3894         * src/ssl_certificate.[ch]
3895                 Implement hook for certificate acception
3896         * src/common/ssl.c
3897                 Reenable certificate acception check
3898         * src/mainwindow.c
3899                 Register sslcertwindow's hook
3900         
3901 2002-12-08 [christoph]  0.8.6claws82
3902
3903         * src/about.c
3904         * src/addr_compl.c
3905         * src/codeconv.c
3906         * src/manual.c
3907         * src/undo.c
3908         * src/common/utils.c
3909                 o add missing includes
3910                 o fix warnings
3911         * src/.cvsignore
3912         * src/common/.cvsignore
3913         * src/common/version.h          ** REMOVE **
3914                 remove autogenerated file
3915
3916 2002-12-08 [paul]       0.8.6claws81
3917
3918         * src/stringtable.c
3919                 put back needed include
3920
3921 2002-12-08 [colin]      0.8.6claws80
3922         
3923         * src/gtk/sslcertwindow.c
3924                 Cleaner popups when asking
3925         * src/ssl_certificate.c
3926         * src/prefs_common.[ch]
3927                 remove ssl certificate pref
3928                 put back needed include
3929         * src/undo.c
3930                 put back needed include
3931
3932 2002-12-08 [christoph]  0.8.6claws79
3933
3934         * src/folderview.c
3935         * src/logwindow.c
3936         * src/statusbar.c
3937         * src/summaryview.c
3938                 only abort hook invokation if required data is missing not
3939                 if our own data pointer is NULL, update hookfunction for
3940                 log window
3941
3942 2002-12-08 [paul]       0.8.6claws78
3943
3944         * src/about.c
3945         * src/addrcache.c
3946         * src/addrclip.c
3947         * src/addr_compl.c
3948         * src/addrselect.c
3949         * src/codeconv.c
3950         * src/colorlabel.c
3951         * src/enriched.c
3952         * src/esmtp.c
3953         * src/exporthtml.c
3954         * src/headerview.c
3955         * src/imageview.c
3956         * src/manual.c
3957         * src/noticeview.c
3958         * src/pgptext.c
3959         * src/scoring.c
3960         * src/sourcewindow.c
3961         * src/stringtable.c
3962         * src/undo.c
3963                 clean up: remove unneccesary includes
3964
3965 2002-12-08 [christoph]  0.8.6claws77
3966
3967         * src/folderview.c
3968         * src/statusbar.c
3969         * src/summaryview.c
3970         * src/common/hooks.[ch]
3971                 hook functions now have a gboolean return value, if a hook
3972                 returns TRUE it will stop executing of any more hooks in
3973                 the same hooklist for this invokation
3974
3975 2002-12-08 [colin]      0.8.6claws76
3976         
3977         * src/main.c
3978                 put back argv0 for CRASH_DIALOG
3979
3980 2002-12-08 [christoph]  0.8.6claws75
3981
3982         * src/Makefile.am
3983         * src/about.c
3984         * src/account.c
3985         * src/crash.c
3986         * src/esmtp.h
3987         * src/imap.[ch]
3988         * src/inc.c
3989         * src/main.c
3990         * src/mainwindow.c
3991         * src/news.c
3992         * src/pop.[ch]
3993         * src/prefs_account.[ch]
3994         * src/prefs_common.[ch]
3995         * src/send.[ch]
3996         * src/smtp.[ch]
3997         * src/ssl_certificate.[ch]
3998         * src/ssl_manager.[ch]
3999         * src/common/Makefile.am
4000         * src/common/log.c
4001         * src/common/nntp.[ch]
4002         * src/common/socket.[ch]
4003         * src/common/ssl.[ch]
4004         * src/gtk/sslcertwindow.[ch]
4005         * ac/openssl.m4
4006                 use new autoconf script to detect OpenSSL with extra parameters
4007                 to specify the location of libs and includes, also remove USE_SSL
4008                 to USE_OPENSSL
4009
4010         * src/common/sylpheed.[ch]
4011         * src/common/version.h.in
4012                 start seperation of common code initialization seperated from gui
4013
4014         * src/summaryview.c
4015                 The function that is called when a color label changes
4016                 should not change the color lable again
4017
4018 2002-12-08 [colin]      0.8.6claws74
4019
4020         * src/gtk/sslcertwindow.c
4021                 warning fixes
4022
4023 2002-12-08 [colin]      0.8.6claws73
4024
4025         * src/statusbar.c
4026           src/common/log.h
4027                 Register a hook for statusbar_puts_all
4028         * src/common/log.c
4029                 invoke statusbar_puts_all's hook
4030         
4031 2002-12-08 [colin]      0.8.6claws72
4032
4033         * src/ssl_certificate.c
4034                 Put back a badly-removed include
4035
4036 2002-12-08 [colin]      0.8.6claws71
4037
4038         * src/gtk/sslcertwindow.[ch]    ** NEW **
4039                 new certificate presentation
4040         * src/gtk/Makefile.am
4041                 add new files
4042         * src/ssl_certificate.[ch]
4043                 gtk cleanup, made utility functions public
4044         * src/ssl_manager.c
4045                 use new cert presentation
4046
4047 2002-12-07 [christoph]  0.8.6claws70
4048
4049         * src/Makefile.am
4050         * src/nntp.[ch]                 ** REMOVE **
4051         * src/common/Makefile.am
4052         * src/common/nntp.[ch]          ** NEW **
4053                 move nntp files to common directory
4054
4055 2002-12-07 [christoph]  0.8.6claws69
4056
4057         * src/procmsg.[ch]
4058         * src/summaryview.c
4059                 implement msginfo update callback using sylpheed's new
4060                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
4061
4062 2002-12-06 [christoph]  0.8.6claws68
4063
4064         * src/editgroup.c
4065                 This patch changes the 'Edit Group Details' dialog to
4066                 allow extended selections in either pane, so that
4067                 addresses can be added or removed from a group more
4068                 quickly and easily. (it actually is a net decrease in
4069                 file size, as some unnecessary functions have been
4070                 removed). 
4071                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
4072
4073 2002-12-06 [christoph]  0.8.6claws67
4074
4075         * src/Makefile.am
4076         * src/template.[ch]             ** REMOVE **
4077         * src/common/Makefile.am
4078         * src/common/template.[ch]      ** NEW **
4079                 move template files to common directory
4080
4081         * src/nntp.c
4082                 add missing log.h include
4083
4084 2002-12-06 [melvin]     0.8.6claws66
4085
4086         * src/prefs_actions.c
4087                 Added the trailing ">" syntax to insert command's output
4088                 without replacing old text (in contrast to trailing "|").
4089
4090 2002-12-05 [colin]      0.8.6claws65
4091         
4092         * src/common/utils.c
4093                 Don't modify original search_string or it'll change
4094                 the next iterations in the for()
4095
4096 2002-12-05 [darko]      0.8.6claws64
4097
4098         * src/common/utils.c
4099                 proper check for filtering commands, found by Colin
4100
4101 2002-12-05 [darko]      0.8.6claws63
4102
4103         * src/common/utils.c
4104                 check proper string for NULL pointer, found by Colin
4105
4106 2002-12-05 [darko]      0.8.6claws62
4107
4108         * src/common/utils.[ch]
4109                 expand_search_string(): new function
4110                 converts Mutt-like patterns to Sylpheed's
4111                 filtering engine
4112         * src/summaryview.c
4113                 use expand_search_string() to allow Mutt-like
4114                 patterns in extended search
4115         * README.claws
4116                 document extended option in quick search
4117
4118 2002-12-05 [paul]       0.8.6claws61
4119
4120         * sync with 0.8.6cvs16
4121                 see ChangeLog 2002-12-05
4122                 
4123         * po/POTFILES.in
4124                 clean up
4125
4126 2002-12-04 [christoph]  0.8.6claws60
4127
4128         * src/imap.[ch]
4129                 put imap authentication code into a new function and
4130                 remove it from imap_session_new that will allow to
4131                 send other commands before authentication
4132
4133 2002-12-04 [christoph]  0.8.6claws59
4134
4135         * src/imap.[ch]
4136                 use already existing method to prevent unneeded IMAP
4137                 folder selects. Set imap_select parameters to NULL
4138                 in some functions if the values are not required.
4139
4140         * src/xml.h
4141                 remove no longer required include
4142
4143 2002-12-04 [paul]       0.8.6claws58
4144
4145         * po/es.po
4146                 updated by Ricardo Mones Lastra
4147                 
4148         * configure.in
4149           po/hu.po      ** NEW FILE **
4150                 initial Hungarian translation, submitted
4151                 by Gál Zoltán <galzoli@hu.inter.net>
4152
4153 2002-12-03 [christoph]  0.8.6claws57
4154
4155         * src/Makefile.am
4156         * src/gtksctree.[ch]            ** REMOVE **
4157         * src/gtk/Makefile.am
4158         * src/gtk/gtksctree.[ch]        ** NEW **
4159                 move gtksctree files to gtk directory
4160
4161 2002-12-03 [christoph]  0.8.6claws56
4162
4163         * src/Makefile.am
4164         * src/md5.[ch]                  ** REMOVE **
4165         * srm/common/Makefile.am
4166         * src/common/md5.[ch]           ** NEW **
4167                 move md5 files to common directory
4168
4169         * src/gtkstext.c
4170                 remove not required #include
4171
4172 2002-12-03 [sergey]     0.8.6claws55
4173
4174         * src/gtkutils.c
4175         * src/gtkutils.h
4176                 gtkut_window_popup(): new function.
4177         * src/mainwindow.c
4178                 main_window_popup(): use gtkut_window_popup() to raise
4179                 window without changing its position.
4180                 (see sylpheed-main ML message [sylpheed:17247])
4181
4182 2002-12-03 [sergey]     0.8.6claws54
4183
4184         * src/send.c
4185                 send_message_local(): removed first-dot escaping
4186                 (SMTP-only, not needed for sending through pipe)
4187
4188 2002-12-03 [paul]       0.8.6claws53
4189
4190         * po/POTFILES.in
4191                 update to reflect recent changes (thanks
4192                 to Ricardo Mones Lastra)
4193                 
4194         * tools/filter_conv.pl
4195                  fix problem with quoted strings. Patch submitted
4196                  by Luke Plant <lukeplant@softhome.net>
4197
4198 2002-12-03 [paul]       0.8.6claws52
4199
4200         * sync with 0.8.6cvs15
4201                 see ChangeLog 2002-12-03
4202
4203 2002-12-02 [christoph]  0.8.6claws51
4204
4205         * src/logwindow.[ch]
4206         * src/common/log.[ch]
4207                 implement logging using a hook function
4208
4209         * src/folderview.c
4210         * src/folder.[ch]
4211                 define hooklist name in header file to avoid
4212                 errors caused by wrong spelling of hooklist names
4213
4214         * src/toolbar.c
4215                 fix warnings
4216
4217 2002-12-02 [christoph]  0.8.6claws50
4218
4219         * src/common/Makefile.am
4220                 add src/common/hooks.[ch]
4221
4222         * src/common/hooks.[ch]
4223                 implement a simple hook system using glib's hook functions
4224
4225         * src/folder.[ch]
4226         * src/folderview.c
4227                 use new hook system for folder item updates
4228
4229 2002-12-02 [christoph]  0.8.6claws49
4230
4231         * doc-src/ui_seperation.txt     ** NEW **
4232                 information for ui seperation
4233
4234         * src/Makefile.am
4235                 remove files that were moved to common
4236                 include common directory by default for the header files
4237
4238         * src/inc.c
4239         * src/common/socket.c
4240         * src/automaton.[ch]
4241                 implement automaton using g_io_*-functions instead of
4242                 gdk_input_add to make it ui independent
4243
4244         * src/codeconv.c
4245         * src/compose.c
4246         * src/ldif.c
4247         * src/pgptext.c
4248         * src/procmime.c
4249         * src/rfc2015.c
4250         * src/smtp.c
4251         * src/unmime.c
4252                 remove common/ prefix because directory is now in
4253                 include path
4254
4255         * src/compose.c
4256         * src/folder.c
4257         * src/folderview.c
4258         * src/mainwindow.c
4259         * src/messageview.c
4260         * src/prefs_common.c
4261         * src/procmsg.c
4262         * src/rfc2015.c
4263                 fix warnings
4264
4265         * src/imap.c
4266         * src/inc.c
4267         * src/news.c
4268         * src/pop.c
4269         * src/send.c
4270         * src/smtp.c
4271         * src/ssl_certificate.c
4272                 add log.h header file for logging functions
4273
4274         * src/main.c
4275         * src/common/utils.c
4276         * src/summaryview.c
4277         * src/xml.c
4278                 o move debug_mode to common/utils.c
4279                 o add functions to set and get debug_mode
4280
4281         * src/defs.h                    ** REMOVE **
4282         * src/intl.h                    ** REMOVE **
4283         * src/socket.[ch]               ** REMOVE **
4284         * src/ssl.[ch]                  ** REMOVE **
4285         * src/utils.[ch]                ** REMOVE **
4286                 replaced by new files in src/common/
4287         
4288         * src/common/Makefile.am
4289                 add new files in src/common/
4290
4291         * src/common/defs.h             ** NEW **
4292         * src/common/intl.h             ** NEW **
4293         * src/common/log.[ch]           ** NEW **
4294         * src/common/socket.[ch]        ** NEW **
4295         * src/common/ssl.[ch]           ** NEW **
4296         * src/common/utils.[ch]         ** NEW **
4297                 replacement for files in src/
4298
4299 2002-12-02 [colin]      0.8.6claws48
4300
4301         * src/folderview.c
4302                 Scroll folderview if necessary during dnd
4303
4304 2002-12-02 [colin]      0.8.6claws47
4305
4306         * src/folder.[ch]
4307                 Add check to verify a move is within a single mailbox
4308         * src/folderview.c
4309                 Add specific error string for this check
4310
4311 2002-12-02 [colin]      0.8.6claws46
4312
4313         * src/folder.c
4314                 Add a test to folder moving, remove a statusbar_print
4315         * src/folderview.c
4316                 Add Move folder... context-menu item
4317                 Factorize folder moving code
4318                 Enable folder DND for mbox
4319
4320 2002-12-01 [christoph]  0.8.6claws45
4321
4322         * ac/aspell.m4
4323                 remove conf.aspelltest if the version check fails
4324
4325 2002-11-30 [christoph]  0.8.6claws44
4326
4327         * autogen.sh
4328                 run libtoolize --force in autogen to create missing
4329                 libtool scripts
4330
4331 2002-11-30 [christoph]  0.8.6claws43
4332
4333         * src/Makefile.am
4334         * src/pgptext.c
4335         * src/procmime.c
4336         * src/rfc2015.c
4337         * src/uuencode.[ch]             ** REMOVED **
4338         * src/common/Makefile.am
4339         * src/common/uuencode.[ch]      ** NEW **
4340                 move uuen/decoder to common directory
4341
4342 2002-11-30 [christoph]  0.8.6claws42
4343
4344         * src/Makefile.am
4345         * src/base64.[ch]               ** REMOVED **
4346         * src/codeconv.c
4347         * src/compose.c
4348         * src/ldif.c
4349         * src/pgptext.c
4350         * src/procmime.c
4351         * src/rfc2015.c
4352         * src/smtp.c
4353         * src/unmime.c
4354         * src/common/Makefile.am
4355         * src/common/base64.[ch]        ** NEW **
4356                 move base64 en/decoder to common directory
4357
4358 2002-11-30 [christoph]  0.8.6claws41
4359
4360         * src/common                    ** NEW **
4361                 new directory for UI independent code
4362         * src/gtk                       ** NEW **
4363                 new directory for GTK frontend
4364         * src/common/.cvsignore         ** NEW **
4365         * src/gtk/.cvsignore            ** NEW **
4366                 ignore build files
4367         * src/common/Makefile.am        ** NEW **
4368         * src/gtk/Makefile.am           ** NEW **
4369                 automake files to build new seperated stuff
4370         * src/Makefile.am
4371                 the binary will currently still be build with the
4372                 files in src, so we include the code from the
4373                 subdirs for now after building the libs there
4374
4375 2002-11-30 [paul]       0.8.6claws40
4376
4377         * src/compose.c
4378                 fix bug [642731] 'Wrong selected account with drafted mail'
4379
4380 2002-11-29 [oliver]     0.8.6claws39
4381         
4382         * src/messageview.c
4383                 o update summaryview when switching between different
4384                   messageviews          
4385         * src/toolbar.c  
4386                 o check if messageview holds already removed msg
4387                   from summaryview
4388                 
4389
4390 2002-11-29 [oliver]     0.8.6claws38
4391
4392         * src/toolbar.c 
4393                 remove not needed variables and includes
4394                 make messageview stay opened and move to next when msgs are deleted 
4395
4396 2002-11-29 [oliver]     0.8.6claws37
4397         
4398         * src/toolbar.c 
4399                 disable compose button (messageview toolbar) by default
4400                 deleted msgs are moved to trash
4401         
4402 2002-11-29 [melvin]     0.8.6claws36
4403
4404         * configure.in
4405                 Increased minimal gpgme version to 0.3.10 (Zombies out)
4406                 and to detect signatures expirations (gpgme 0.3.6)
4407
4408         * src/main.c
4409                 Use non obsolescent function for Gpgme engine checking.
4410
4411         * src/rfc2015.c
4412                 Inform about expired signatures or signatures which key
4413                 has expired. Expiration date is displayed.
4414
4415         * src/sigstatus.c
4416                 Inform about expired signatures or signatures which key
4417                 has expired.
4418
4419 2002-11-28 [paul]       0.8.6claws35
4420
4421         * src/folderview.c
4422                 re-instate 'Check for new messages' in Newsgroup
4423                 folders right-click menu, after a suggestion from
4424                 Tim Mann <timmann@users.sourceforge.net>
4425
4426         * src/main.c
4427                 after a crash check only local folders for new
4428                 messages
4429
4430 2002-11-28 [paul]       0.8.6claws34
4431
4432         * configure.in
4433                 apply patch that fixes the checking of GTK with XIM 
4434                 support on different OSs, such as FreeBSD. Patch 
4435                 submitted by Topia <topia@users.sourceforge.net>
4436                 
4437 2002-11-28 [paul]       0.8.6claws33
4438
4439         * src/mainwindow.c
4440           src/prefs_common.c
4441           src/prefs_toolbar.c
4442                 more changes to the English
4443
4444 2002-11-28 [paul]       0.8.6claws32
4445
4446         * sync with 0.8.6cvs13
4447                 see ChangeLog 2002-11-28 (no sync needed
4448                 for src/compose.c)
4449
4450 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
4451         
4452         * src/mainwindow.[ch]
4453                 add patch by Ivan F. Martinez introducing messageview Toolbar
4454                 some changes and committed by oliver    
4455
4456 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
4457
4458         * src/messageview.[ch]
4459                 add patch by Ivan F. Martinez introducing messageview Toolbar
4460                 some changes and committed by oliver    
4461
4462 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
4463
4464         * src/compose.[ch]
4465                 add patch by Ivan F. Martinez introducing messageview Toolbar
4466                 some changes and committed by oliver    
4467
4468 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
4469         
4470         * src/toolbar.[ch]
4471                 add patch by Ivan F. Martinez introducing messageview Toolbar
4472                 some changes and committed by oliver
4473
4474 2002-11-28 [oliver]     0.8.6claws27
4475         
4476         * src/prefs_toolbar.[ch]
4477                 getting ready for messageview toolbar
4478                 free mem allocated by gettext
4479                 change prefs_toolbar to prefs_toolbar_open
4480  
4481 2002-11-28 [thorsten]   0.8.6claws26
4482
4483         * src/imageview.[ch]
4484                 cleaned up conflicting declarations of
4485                 imageview_show_image()
4486
4487 2002-11-28 [paul]       0.8.6claws25
4488
4489         * src/grouplistdialog.c
4490           src/prefs_common.c
4491           src/prefs_summary_column.c
4492                 a few more improvements to the English
4493
4494 2002-11-28 [colin]      0.8.6claws24
4495
4496         * man/sylpheed.1
4497                 A few updates to command-line parameters
4498
4499 2002-11-28 [colin]      0.8.6claws23
4500
4501         * src/prefs_filtering.c
4502                 Fix problems with prefs_filtering_delete_path:
4503                 a) if the first rule is removed, original pointers
4504                    weren't updated (leading to segfaults)
4505                 b) it was always global_processing updated in case
4506                    of removed path was parent of rule path
4507
4508 2002-11-27 [paul]       0.8.6claws22
4509
4510         * src/mainwindow.c
4511           src/prefs_account.c
4512           src/prefs_actions.c
4513           src/prefs_common.c
4514           src/prefs_customheader.c
4515           src/prefs_display_header.c
4516           src/prefs_filtering.c
4517           src/prefs_folder_item.c
4518           src/prefs_matcher.c
4519           src/prefs_scoring.c
4520           src/prefs_summary_column.c
4521           src/prefs_template.c
4522           src/prefs_toolbar.c
4523                  improve the English in the GUI
4524
4525 2002-11-27 [colin]      0.8.6claws21
4526
4527         * src/folder.c
4528                 Fix processing renaming problems happening after
4529                 last commit
4530
4531 2002-11-27 [colin]      0.8.6claws20
4532
4533         * src/folder.c
4534                 recursive move now deletes src each subfolder after 
4535                 having moved it
4536         * src/folderview.c
4537                 Use identifier instead of path during dnd (enables
4538                 IMAP folder dnd)
4539
4540 2002-11-27 [paul]       0.8.6claws19
4541
4542         * src/main.c
4543                 apply patch that does command-line processing 
4544                 BEFORE gtk_init, allowing claws to run from 
4545                 shell-scripts in non-X environment (e.g. crontab 
4546                 or ip-up, ip-down scripts). Patch submitted by
4547                 Ruslan N. Balkin <baron@dartel.ru>
4548                 
4549         * po/it.po
4550                 updated by Alessandro Maestri
4551
4552 2002-11-27 [paul]       0.8.6claws18
4553
4554         * sync with 0.8.6cvs12
4555           src/prefs_common.c
4556                 Differences are that main uses a 'Receive dialog'
4557                 frame on the Interface tab, whereas claws groups all 
4558                 the dialogs together in a 'Dialogs' frame.
4559
4560 2002-11-27 [colin]      0.8.6claws17
4561
4562         * src/prefs_matcher.c
4563                 Fix Execute criteria's NOT flag
4564
4565
4566 2002-11-26 [christoph]  0.8.6claws16
4567
4568         * src/ssl.c
4569                 rewrite the ssl code a little bit, only use one
4570                 SSL context, set default certificates' file/path
4571
4572 2002-11-26 [thorsten]   0.8.6claws15
4573
4574         * src/compose.c
4575                 default-reply-to didn't work for ml-reply
4576
4577 2002-11-26 [melvin]     0.8.6claws14
4578
4579         * src/prefs_actions.c
4580                 Made pipe-actions ignore short headers in message view
4581                 Made trailing-pipe-actions write in the message view with
4582                 the same font as the original message
4583
4584 2002-11-26 [paul]       0.8.6claws13
4585
4586         * src/compose.c
4587                 this time commit the correct file
4588
4589 2002-11-26 [paul]       0.8.6claws12
4590
4591         * sync with 0.8.6cvs11
4592           src/quote_fmt_parse.y  
4593                 no sync needed
4594           src/account.[ch]       
4595                 not sync'ed
4596           src/compose.c
4597                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
4598                 on draft mode.
4599                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
4600                 header
4601                 
4602         see ChangeLog 2002-11-25 and 2002-11-26
4603
4604 2002-11-26 [colin]      0.8.6claws11
4605
4606         * src/folderview.c
4607                 Fix collapsed folder not auto-expanding during
4608                 mail dnd, if it was the source folder.
4609
4610 2002-11-25 [colin]      0.8.6claws10
4611
4612         * src/folderview.[ch]
4613                 Variable renaming and cleaning (slist of nodes 
4614                 to be re-collapsed is stored in FolderView)
4615
4616 2002-11-25 [paul]       0.8.6claws9
4617
4618         * src/prefs_common.[ch]
4619                 fix breakage caused by last commit
4620
4621 2002-11-25 [paul]       0.8.6claws8
4622
4623         * sync with 0.8.6cvs4
4624                 see ChangeLog 2002-11-21
4625
4626 2002-11-25 [paul]       0.8.6claws7
4627
4628         * sync with 0.8.6cvs4
4629                 see ChangeLog 2002-11-20
4630
4631 2002-11-25 [paul]       0.8.6claws6
4632
4633         * sync with 0.8.6cvs3
4634                 see ChangeLog 2002-11-18
4635
4636 2002-11-25 [colin]      0.8.6claws5
4637
4638         * src/gtkutils.[ch]
4639                 Add gtkut_ctree_node_is_parent()
4640         * src/folderview.c
4641                 Spring-loaded folders
4642
4643 2002-11-25 [colin]      0.8.6claws4
4644
4645         * src/utils.[ch]
4646                 Add slist_concat_unique(), function to merge
4647                 two GSList filtering dups
4648         * src/folder.[ch]
4649         * src/summaryview.[ch]
4650         * src/folderview.c
4651         * src/main.c
4652                 Add detection/update/display of unread answers
4653                 to marked mails
4654         * src/procmsg.[ch]
4655                 Add procmsg_find_children()
4656                 Add procmsg_msg_has_marked_parent()
4657
4658 2002-11-25 [colin]      0.8.6claws3
4659
4660         * src/ssl_certificate.[ch]
4661                 Allow checking a certificate without a DNS
4662                 lookup
4663                 Allow to forget a cert (by deleting it)
4664                 Make ssl_certificate_destroy_public
4665         * src/ssl_manager.[ch] ** NEW FILES **
4666                 Gui to manage (display/remove) certificates
4667         * src/prefs_common.[ch]
4668                 Add a pref to allow silent acceptation of
4669                 trusted certificates or not (based on the
4670                 "I want to know what's going on" principle)
4671         * src/mainwindow.c
4672                 Add SSL manager in Tools menu
4673         * src/Makefile.am
4674                 Add the new files to the build
4675         * po/POTFILES.in
4676                 Add ssl_manager.c to translations
4677
4678 2002-11-25 [colin]      0.8.6claws2
4679
4680         * src/summaryview.[ch]
4681                 Add S_SEARCH_EXTENDED to the quick search, which 
4682                 allows to search using filtering syntax.
4683
4684 2002-11-25 [colin]      0.8.6claws1
4685
4686         * src/summaryview.c
4687                 Deletion of duplicates now prefer deleting
4688                 the unread dup (fixes feature-request 638989).
4689
4690 2002-11-24 [paul]       0.8.6claws
4691
4692         * po/es.po
4693           po/pl.po
4694           po/ru.po
4695           po/sr.po
4696                 updated by Ricardo Mones Lastra,
4697                 Witold Wladyslaw Wojciech Wilk,
4698                 Ruslan N. Balkin, and  Urke MMI 
4699                 respectively
4700
4701 2002-11-24 [paul]       0.8.5claws182
4702
4703         * po/bg.po
4704                 updated by George Danchev
4705
4706 2002-11-23 [alfons]     0.8.5claws181
4707
4708         * src/imap.c
4709                 tiny memory leak found by browsing Dimitar's 
4710                 valgrind report
4711
4712 2002-11-23 [paul]       0.8.5claws180
4713
4714         * po/it.po
4715                 updated by Alessandro Maestri
4716
4717 2002-11-22 [christoph]  0.8.5claws179
4718
4719         * src/compose.c
4720         * src/inc.c
4721         * src/prefs_filtering.c
4722         * src/summaryview.c
4723                 more warning fixes
4724
4725 2002-11-22 [alfons]     0.8.5claws178
4726
4727         * src/summaryview.c
4728                 summary_execute_delete_func(): if message is deleted, make 
4729                 sure to also remove its entry in the subject hash table. 
4730                 fixes a corner case bug.
4731
4732 2002-11-22 [paul]       0.8.5claws177
4733
4734         * .cvsignore
4735                 add 'autom4te.cache'
4736                 
4737         * ltconfig      ** REMOVED **
4738                 not needed
4739
4740 2002-11-22 [paul]       0.8.5claws176
4741
4742         * src/textview.c
4743                 textview_set_font(): fix for message display in
4744                 UTF-8 locales (thanks to Sergey Vlasov).
4745                 
4746         * AUTHORS
4747                 add new team members and contributors
4748
4749
4750 2002-11-21 [colin]      0.8.5claws175
4751
4752         * src/procmsg.[ch]
4753                 Add procmsg_remove_special_headers()
4754         * src/mh.c
4755                 Use procmsg_remove_special_headers() for 
4756                 previous fix
4757
4758 2002-11-21 [colin]      0.8.5claws174
4759
4760         * src/mh.c
4761                 Fix moving/copying from queue/draft folders
4762                 for MH folders
4763
4764 2002-11-21 [christoph]  0.8.5claws173
4765
4766         * src/crash.c
4767         * src/filtering.c
4768         * src/logwindow.c
4769         * src/main.c
4770         * src/matcher_parser_lex.[hl]
4771         * src/mbox.c
4772         * src/mbox_folder.[ch]
4773         * src/prefs_filtering.c
4774         * src/procheader.c
4775         * src/quote_fmt_lex.l
4776         * src/ssl.c
4777                 fix all warnings except the warnings in lex and yacc files
4778
4779 2002-11-20 [christoph]  0.8.5claws172
4780
4781         * src/imap.c
4782                 fix MsgInfo retrieval for IMAP draft and queue folders
4783                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4784
4785 2002-11-19 [christoph]  0.8.5claws171
4786
4787         * src/compose.c
4788                 fix segfault, when draft saving does not get
4789                 the MsgInfo of the new message
4790                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
4791
4792 2002-11-19 [christoph]  0.8.5claws170
4793
4794         * src/procmsg.c
4795                 add parameter check for flag setting function
4796                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
4797
4798 2002-11-18 [paul]       0.8.5claws169
4799
4800         * src/compose.c
4801                 more sensitivity fixes to redirect mode:
4802                 * disable toolbar draft button
4803                 * allow only Address book in the Tools menu
4804                 * disable editing of message by the spell
4805                   checker
4806
4807 2002-11-18 [paul]       0.8.5claws168
4808
4809         * src/compose.c
4810                 fix sensitivity of menu items in compose_redirect():
4811                 allow only the necessary items 
4812
4813 2002-11-18 [paul]       0.8.5claws167
4814
4815         * src/compose.c
4816                 fix bug [ 603259 ] 'attachment got lost on bounce'
4817
4818 2002-11-18 [paul]       0.8.5claws166
4819
4820         * po/ru.po
4821                 updated by Ruslan N. Balkin <baron@dartel.ru>
4822
4823 2002-11-18 [colin]      0.8.5claws165
4824
4825         * src/main.c
4826           src/defs.h
4827                 Remove old filtering stuff
4828
4829
4830 2002-11-17 [oliver]     0.8.5claws164
4831
4832         * src/toolbar.h
4833                 remove not needed typedef 
4834
4835 2002-11-17 [oliver]     0.8.5claws163
4836
4837         * src/toolbar.c
4838                 make toolbar's on click events translatable
4839
4840 2002-11-15 [colin]      0.8.5claws162
4841
4842         * src/summaryview.c
4843                 Revert too-soon integration of a feature
4844
4845 2002-11-15 [christoph]  0.8.5claws161
4846
4847         * src/imap.c
4848                 use main's implementation of imap_get_msginfo
4849
4850 2002-11-15 [christoph]  0.8.5claws160
4851
4852         * src/compose.c
4853         * src/folder.[ch]
4854         * src/imap.c
4855         * src/mbox_folder.c
4856         * src/mh.c
4857         * src/news.c
4858         * src/procmsg.c
4859         * src/summaryview.c
4860                 replace claws' fetch_msginfo with main's get_msginfo
4861                 (use main's implementation where possible)
4862
4863 2002-11-15 [colin]      0.8.5claws159
4864
4865         * src/ssl_certificate.c
4866                 Missed a check
4867
4868 2002-11-16 [melvin]     0.8.5claws158
4869
4870         * po/fr.po
4871                 Updated French translations.
4872
4873 2002-11-16 [colin]      0.8.5claws157
4874
4875         * src/ssl_certificate.c
4876                 Check for missing parts in the certificates
4877
4878 2002-11-15 [colin]      0.8.5claws156
4879
4880         * src/folderview.c
4881                 Preventive fix (missing check) found by
4882                 Alfons
4883
4884 2002-11-15 [paul]
4885
4886         * NEWS
4887                 sync with 0.8.6 release
4888
4889 2002-11-15 [colin]      0.8.5claws155
4890
4891         * src/folder.[ch]
4892           src/folderview.c
4893                 Fix error handling of folder_item_move_to()
4894                 (thanks to Alfons!)
4895
4896 2002-11-15 [colin]      0.8.5claws154
4897
4898         * src/folder.[ch]
4899           src/folderview.c
4900                 folder_item_move_to() sets an error message instead
4901                 of having GUI stuff in folder.c
4902
4903 2002-11-15 [colin]      0.8.5claws153
4904
4905         * src/procmsg.[ch]
4906                 Implemented a callback for MsgInfo updates, 
4907                 heavily copy/pasted from Christoph's folder 
4908                 callback system
4909         * src/summaryview.[ch]
4910                 Register summary_update_msg as callback
4911
4912 2002-11-14 [colin]      0.8.5claws152
4913         
4914         * src/procmsg.c
4915                 Update the FolderItem after sending (fixes 617593)
4916
4917 2002-11-14 [christoph]  0.8.5claws151
4918
4919         * src/folder.c
4920                 fix wrong position of NULL pointer check found
4921                 by Sergey
4922
4923 2002-11-14 [christoph]  0.8.5claws150
4924
4925         * src/folder.c
4926                 fix segfault when deleting messages from IMAP folders
4927                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
4928
4929 2002-11-14 [colin]      0.8.5claws149
4930
4931         * src/compose.c
4932                 Forwarding was also ignoring the folder's default account.
4933
4934 2002-11-14 [colin]      0.8.5claws148
4935
4936         * src/compose.c
4937                 Fix sent folder not set to folder properties when 
4938                 forwarding.
4939
4940 2002-11-14 [thorsten]   0.8.5claws147
4941
4942         * src/inc.c
4943                 inc_start(): Files were not moved from .processing to inbox,
4944                 if no global processing rule existed
4945
4946 2002-11-14 [colin]      0.8.5claws146
4947
4948         * src/ssl_certificate
4949                 Fix file operations
4950
4951 2002-11-14 [paul]       0.8.5claws145
4952
4953         * po/it.po
4954                 updated by Alessandro Maestri
4955
4956 2002-11-13 [alfons]     0.8.5claws144
4957
4958         * src/folder.c
4959                 folder_item_close(): only mark messages unread
4960                 when a folder has new messages 
4961
4962 2002-11-13 [keith]      0.8.5claws143
4963
4964         * src/imap.c
4965                 Fix problem moving or copying between
4966                 IMAP folders
4967
4968 2002-11-13 [colin]      0.8.5claws142
4969
4970         * src/matcher_parser_parse.y
4971                 Fix rule problem when " don't match
4972
4973 2002-11-13 [christoph]  0.8.5claws141
4974
4975         * src/folder.c
4976         * src/folderview.c
4977                 moved cache saving to folder_item_close
4978                 the folderview should not have to deal with
4979                 this things
4980
4981 2002-11-13 [christoph]  0.8.5claws140
4982
4983         * src/summaryview.c
4984                 moved setting of important score to
4985                 summary_set_prefs_from_folderitem
4986
4987 2002-11-13 [colin]      0.8.5claws139
4988
4989         * src/matcher_parser_parse.y
4990                 Fix a segfault in the parser (happening when
4991                 a good expression had been tested and a bad 
4992                 one arrives)
4993
4994 2002-11-13 [paul]       0.8.5claws138
4995
4996         * sync with 0.8.5cvs24
4997                 see ChangeLog 2002-11-13
4998                 
4999         * po/pt_BR.po
5000                 updated by Fabio Jr. Beneditto
5001
5002 2002-11-13 [colin]      0.8.5claws137
5003         
5004         * src/msgcache.c
5005           src/defs.h
5006           src/procmsg.[ch]
5007                 Revert last commit, problem
5008
5009 2002-11-13 [colin]      0.8.5claws136
5010
5011         * src/msgcache.c
5012                 Remove duplicated code
5013         * src/defs.h
5014                 Bumped CACHE_VERSION and MARK_VERSION
5015         * src/procmsg.[ch]
5016                 Network endian for cache and mark files
5017
5018 2002-11-12 [colin]      0.8.5claws135
5019
5020         * src/inc.c
5021                 Fix the "socket error" dialog which disappeared
5022
5023 2002-11-12 [colin]      0.8.5claws134
5024
5025         * src/msgcache.c
5026                 Reverse last commit which had performance 
5027                 problems, but still reverse the list
5028
5029 2002-11-12 [colin]      0.8.5claws133
5030
5031         * src/msgcache.c
5032                 Reverse list order
5033
5034 2002-11-12 [melvin]     0.8.5claws132
5035
5036         * src/compose.c
5037                 Added a check for a NULL prefs_common.dictionary
5038
5039 2002-11-12 [colin]      0.8.5claws131
5040
5041         * src/ssl_certificate.[ch]
5042                 Use FQDN hostname
5043
5044 2002-11-12 [colin]      0.8.5claws130
5045
5046         * src/ssl_certificate.[ch]
5047                 Take connection port into account for 
5048                 checking certificates (a single hostname
5049                 could have multiple servers with multiple
5050                 certificates)
5051         * src/ssl.c
5052                 Pass the port to ssl_certificate_check
5053
5054 2002-11-12 [paul]       0.8.5claws129
5055
5056         * src/folder.c
5057                 fix a typo in last commit
5058
5059 2002-11-12 [paul]       0.8.5claws128
5060
5061         * sync with 0.8.5cvs23
5062                 see ChangeLog entry 2002-11-12
5063
5064 2002-11-11 [colin]      0.8.5claws127
5065
5066         * src/ssl_certificate.c
5067                 Cleaner messages
5068                 Don't popup, instead log error, if the 
5069                 corresponding pref is checked
5070         * src/ssl_certificate.h
5071                 include <openssl/objects/h>
5072
5073 2002-11-11 [colin]      0.8.5claws126
5074
5075         * src/ssl_certificate.h
5076                 _Really_ clean it
5077
5078 2002-11-11 [colin]      0.8.5claws125
5079         
5080         * src/ssl_certificate.c
5081                 Fixed leak
5082
5083 2002-11-11 [colin]      0.8.5claws124
5084
5085         * src/ssl.c
5086                 Cleaned a bit
5087         * src/ssl_certificate.[ch]
5088                 Cleaned a bit (better use of SSL API)
5089                 (This will cause non-recognition of saved 
5090                  certificates of claws12[23]...)
5091
5092 2002-11-11 [paul]       0.8.5claws123
5093         
5094         * po/es.po
5095                 updated by Ricardo Mones Lastra
5096
5097 2002-11-11 [colin]      0.8.5claws122
5098
5099         * src/ssl.c
5100                 Fix a typo
5101
5102 2002-11-11 [colin]      0.8.5claws121
5103
5104         * src/ssl_certificate.[ch] ** NEW FILES **
5105         * src/ssl.[ch]
5106                 Check SSL certificates presented to us
5107         * src/Makefile.am
5108                 Add ssl_certificate.[ch]
5109         * po/POTFILES.in
5110                 Add ssl_certificate.c
5111
5112 2002-11-11 [paul]       0.8.5claws120
5113
5114         * sync with 0.8.5cvs22
5115                 see ChangeLog 2002-11-11
5116
5117 2002-11-11 [paul]       0.8.5claws119
5118
5119         * sync with 0.8.5cvs21
5120                 see ChangeLog 2002-11-11
5121
5122 2002-11-10 [jens]       0.8.5claws118
5123
5124         * src/folder.c
5125         * src/folderview.c
5126                 corrected some typing
5127         * po/de.po
5128                 updated german translation
5129         * sylpheed.spec.in
5130                 cleaned up specfile and adjusted it for claws
5131
5132 2002-11-10 [colin]      0.8.5claws117
5133
5134         * src/summaryview.c
5135                 a STATUSBAR_PUSH/POP fix
5136
5137 2002-11-10 [colin]      0.8.5claws116
5138
5139         * src/prefs_folder_item.c
5140                 Fix hanging after opening folder properties
5141
5142 2002-11-10 [hoa]        0.8.5claws115
5143
5144         * src/matcher_parser_lex.l
5145         * src/matcher_parser_parse.y
5146                 config file for scoring and filtering is no more trashed
5147                 when there is a syntax error in a filtering rule when
5148                 editing it in a dialog.
5149
5150 2002-11-09 [colin]      0.8.5claws114
5151
5152         * src/mbox_folder.c
5153                 Added missing initialisation of folder->destroy()
5154
5155 2002-11-09 [colin]      0.8.5claws113
5156
5157         * src/folder.c
5158           src/folderview.c
5159                 Fix the status bar messages
5160
5161 2002-11-09 [colin]      0.8.5claws112
5162
5163         * src/folderview.c
5164                 Fix hangs after folder dnd, happening after 
5165                 claws109.
5166
5167 2002-11-09 [christoph]  0.8.5claws111
5168
5169         * src/folderview.c
5170                 just changed order of calls (reverse order of
5171                 associated calls)
5172         * src/inc.c
5173                 lock inc when checking only one account, otherwise
5174                 inc all could be executed at the same time
5175
5176 2002-11-09 [christoph]  0.8.5claws110
5177
5178         * src/folderview.c
5179                 better unlock the mouse cursor before calling
5180                 summary_show because it changes the cursor too
5181
5182 2002-11-09 [christoph]  0.8.5claws109
5183
5184         * src/folder.[ch]
5185         * src/folderview.c
5186                 add functions to open and close a folder
5187                 o opending will execute scanning for remote folders
5188                   and processing
5189                 o closing will unset new flag for messages
5190
5191 2002-11-09 [colin]      0.8.5claws108
5192
5193         * src/folder.c
5194                 Add a call to prefs_matcher_write_config to 
5195                 avoid non-leaf folders filtering settings to be
5196                 lost
5197
5198 2002-11-09 [paul]       0.8.5claws107
5199
5200         * src/prefs_account.c
5201                 re-word a label
5202
5203 2002-11-09 [colin]      0.8.5claws106
5204
5205         * src/folderview.c
5206                 Minor esthetic fix
5207
5208 2002-11-09 [colin]      0.8.5claws105
5209
5210         * src/folderview.c
5211                 Fix prefs_filtering deletion for MH folders (same
5212                 reason as below)
5213         * src/prefs_filtering.c
5214                 Fix prefs_filtering renaming and deletion for 
5215                 folder-based processing rules.  
5216
5217 2002-11-09 [christoph]  0.8.5claws104
5218
5219         * src/compose.c
5220         * src/folder.[ch]
5221         * src/folderview.[ch]
5222         * src/import.c
5223         * src/inc.c
5224         * src/main.c
5225         * src/mainwindow.c
5226         * src/messageview.c
5227         * src/prefs_folder_item.c
5228         * src/procmsg.c
5229         * src/summaryview.c
5230                 implement a callback system for folder item updates
5231
5232 2002-11-09 [colin]      0.8.5claws103
5233
5234         * src/folderview.c
5235                 Fix prefs_filtering renaming for MH folders (we
5236                 shouldn't rename by path as another folder could
5237                 have the same hierarchy).
5238
5239 2002-11-09 [colin]      0.8.5claws102
5240
5241         * src/folder.c
5242                 Fix a leak found by Christoph, use better variable
5243                 names
5244
5245 2002-11-09 [colin]      0.8.5claws101
5246
5247         * src/folder.c
5248                 One more fix for processing rules
5249
5250 2002-11-08 [colin]      0.8.5claws100
5251         
5252         * src/matcher.c
5253                 Don't copy the compiled regexp (will be reevaluated)
5254         * src/folderview.c
5255                 Lock folderview while moving
5256         * src/folder.c
5257                 Provide info on what's happening to the user
5258
5259 2002-11-08 [colin]      0.8.5claws99
5260
5261         * src/folderview.c
5262                 Fix folder reordering after a move if parent is 
5263                 root
5264         * src/scoring.[ch]
5265                 Add function to copy a ScoringProp
5266         * src/prefs_folder_item.c
5267                 Copy scoring rules when copying a folder prefs
5268
5269 2002-11-08 [colin]      0.8.5claws98
5270
5271         * src/folderview.c
5272                 Fixes in case of failure
5273         * src/filtering.[ch]    
5274                 Add function to duplicate a FilteringProp
5275         * src/matcher.[ch]
5276                 Add function to duplicate a MatcherProp
5277         * src/prefs_folder_item.c
5278                 Save folder's processing rules when copying 
5279                 its prefs
5280
5281 2002-11-08 [colin]      0.8.5claws97
5282         
5283         * src/folderview.c
5284                 Sort after move
5285         * src/folder.c 
5286                 Change a printf to debug_print
5287
5288 2002-11-08 [colin]      0.8.5claws96
5289
5290         * src/folder.c
5291           src/folderview.c
5292                 Fix segfaults, call me stupido
5293         
5294
5295 2002-11-08 [colin]      0.8.5claws95
5296
5297         *src/folder.c
5298                 Added forgotten prefs to save when moving folders
5299
5300 2002-11-08 [colin]      0.8.5claws94
5301
5302         * src/folder.c
5303                 Fixes to folder DND (prefs copy)
5304         * src/folderview.c
5305                 Optimization for folder DND (don't rescan whole tree)
5306                 Added folderview_create_folder_node() for this 
5307                 optimization, so de-duped a bit the code
5308         * src/prefs_folder_item.[ch]
5309                 Added prefs_folder_item_copy_prefs()    
5310           
5311 2002-11-08 [paul]       0.8.5claws93
5312
5313         * src/prefs_account.c
5314           tools/README
5315           tools/kmail2sylpheed_v2.pl
5316                 correct some typos
5317
5318 2002-11-08 [paul]       0.8.5claws92
5319
5320         * src/compose.c
5321           src/prefs_account.[ch]
5322                 remove account options 'clearsign' and 'ascii_armored',
5323                 replace with 'default_gnupg_mode' to prevent mixed-mode
5324                 Privacy settings
5325
5326 2002-11-08 [paul]       0.8.5claws91
5327
5328         * src/compose.[ch]
5329                 re-implement GnuPG 'on-the-fly' mode selection,
5330                 disallow mixed-mode
5331
5332 2002-11-08 [colin]      0.8.5claws90
5333
5334         * src/folderview.c
5335           src/prefs_folder_item.c
5336                 Change "Property" to "Properties"
5337
5338 2002-11-07 [colin]      0.8.5claws89
5339
5340         * src/folderview.c
5341           src/folder.c
5342                 Allow folder dropping to a root folder
5343
5344 2002-11-07 [paul]       0.8.5claws88
5345
5346         * src/compose.c
5347                 revert last commit
5348
5349 2002-11-07 [paul]       0.8.5claws87
5350
5351         * src/compose.c
5352                 fix reply-to-list bug. closes bug report
5353                 "[633382] reply-to-list broken in recent cvs"
5354
5355 2002-11-07 [paul]       0.8.5claws86
5356
5357         * src/compose.c
5358                 add a forgotten '#if USE_GPGME ... #endif'
5359
5360 2002-11-07 [paul]       0.8.5claws85
5361
5362         * sync with 0.8.5cvs20
5363                 see ChangeLog 2002-11-07
5364
5365 2002-11-07 [colin]      0.8.5claws84
5366
5367         * src/folder.[ch]
5368                 Change folder_item_move_to to return the newly 
5369                 created folderitem.
5370         * src/folderview.c
5371                 Select the new folderitem after moving.
5372
5373 2002-11-07 [colin]      0.8.5claws83
5374
5375         * src/prefs_filtering.c
5376                 Fix rule rewriting when moving a leaf folder to a 
5377                 shorter path
5378
5379 2002-11-07 [colin]      0.8.5claws82
5380
5381         * src/prefs_filtering.c
5382                 fix a leak
5383
5384 2002-11-07 [colin]      0.8.5claws81
5385
5386         * src/folder.[ch]
5387                 Add folder_item_move_to() function to move a 
5388                 folderitem into another one (updates matcher etc)
5389         * src/folderview.c
5390                 Add folder drag'n drop (context menu to come)
5391                 [Should be dataloss free, but Please backup before 
5392                  trying !]
5393
5394 2002-11-06 [colin]      0.8.5claws80
5395
5396         * src/mh.c
5397                 mh_create_folder() returns NULL if can't create
5398                 directory hierarchy
5399
5400 2002-11-06 [paul]       0.8.5claws79
5401
5402         * src/compose.[ch]
5403                 allow 'on-the-fly' changing of the type of encryption 
5404                 and/or signing used (mime/ascii) via the compose window
5405
5406 2002-11-06 [paul]       0.8.5claws78
5407
5408         * sync with 0.8.5cvs19
5409                 see ChangeLog 2002-11-06 for src/account.c: 
5410                 account_get_special_folder()
5411                 
5412 2002-11-05 [alfons]     0.8.5claws77
5413
5414         * src/crash.c
5415                 very minor cleanups: nothing to see here, move on. :-)
5416
5417 2002-11-05 [colin]      0.8.5claws76
5418
5419         * src/main.c
5420                 Changes choices if compose windows are opened to
5421                 Discard, Draft, Don't quit
5422
5423 2002-11-05 [thorsten]   0.8.5claws75
5424
5425         * src/compose.c
5426                 reenabled default_reply_to folder option
5427
5428 2002-11-05 [colin]      0.8.5claws74
5429
5430         * src/compose.[ch] 
5431                 add compose_draft()
5432         * src/crash.c
5433                 add SIGTERM handler
5434         * src/main.[ch]
5435                 add clean_quit() for the SIGTERM handler
5436
5437 2002-11-05 [paul]       0.8.5claws73
5438         
5439         * po/es.po
5440                 updated by Ricardo Mones Lastra
5441
5442 2002-11-05 [melvin]     0.8.5claws72
5443
5444         * src/logwindow.c
5445                 Fixed log-clipping bug #616795.
5446                 To stop logging in the log window use 0 length.
5447         * src/prefs_common.c
5448                 Added a label to inform about the 0 log length behaviour.
5449
5450 2002-11-05 [paul]       0.8.5claws71
5451
5452         * sync with 0.8.5cvs17
5453                 see ChangeLog 2002-11-05
5454
5455 2002-11-04 [paul]       0.8.5claws70
5456
5457         * sylpheed-128x128.png
5458           sylpheed-64x64.png
5459           sylpheed.png
5460                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
5461                 <nikai@users.sourceforge.net>
5462                 
5463         * po/bg.po
5464                 updated by George Danchev
5465
5466 2002-11-03 [thorsten]   0.8.5claws69
5467
5468         * src/main.c
5469           src/mimeview.c
5470           src/rfc2015.h
5471                 add check if gpg is active
5472
5473 2002-11-03 [thorsten]   0.8.5claws68
5474
5475         * src/toolbar.h
5476                 removed GSList declaration causing trouble on MacOS-X
5477                 (submitted by alfons, reported by xfesty)
5478
5479 2002-11-01 [paul]       0.8.5claws67
5480
5481         * src/mainwindow.c
5482                 remove last remnants of main's filter code
5483
5484 2002-11-01 [paul]       0.8.5claws66
5485
5486         * tools/filter_conv.pl
5487                 fix bug where user-defined headers were ignored
5488
5489 2002-11-01 [paul]       0.8.5claws65
5490
5491         * src/logwindow.c
5492                 make a debug_print() not translatable
5493
5494 2002-10-31 [melvin]     0.8.5claws64
5495
5496         * ac/aspell.m4
5497                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
5498                 not run any GNU/aspell test.  The dictionary path will
5499                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
5500                 was given, in which case, it will be $prefix/lib/aspell/
5501         * configure.in
5502                 Fixed typo in commentary (Aspell code).
5503
5504 2002-10-31 [paul]       0.8.5claws63
5505
5506         * po/POTFILES.in
5507                 remove src/filter.c and src/prefs_filter.c
5508                 thanks to Ricardo for reminding me
5509
5510 2002-10-31 [colin]      0.8.5claws62
5511
5512         * src/mbox_folder.c
5513                 Plug some leaks
5514
5515 2002-10-31 [paul]       0.8.5claws61
5516
5517         * src/prefs_filter.[ch] ** REMOVED **
5518           src/filter.[ch]       ** REMOVED **
5519           
5520         * src/Makefile.am
5521           src/folderview.c
5522           src/inc.c
5523           src/main.c
5524           src/mainwindow.c
5525           src/mbox.c
5526           src/prefs_common.c
5527           src/prefs_filtering.c
5528           src/summaryview.[ch]
5529                 remove main's 'filter' code
5530                 
5531         README.claws
5532                 update to reflect removal of main's filter
5533
5534 2002-10-31 [paul]       0.8.5claws60
5535
5536         * src/summaryview.c
5537                 remove check for global_processing in summary_filter_open(). 
5538                 This fixes the bug where if the user uses the right-click 
5539                 'Create filter rule...' and doesn't have any filter rules 
5540                 already defined in claws' advanced filtering, the newly 
5541                 created filter rule goes to main's filtering which is 
5542                 inaccessible through the gui. Now the filter rule gets added
5543                 to claws' filtering by default.
5544
5545 2002-10-28 [melvin]     0.8.5claws59
5546
5547         * src/prefs_actions.c
5548                 Fixed bug #627322 where MIME parts were not always
5549                 correctly passed to a %p action
5550                 Display an error dialog when message filename is not found.
5551
5552 2002-10-28 [melvin]     0.8.5claws58
5553
5554         * src/prefs_common.c
5555                 Readded a missing function declaration lost in 0.8.3claws34
5556
5557 2002-10-28 [paul]       0.8.5claws57
5558
5559         * sync with 0.8.5cvs15
5560                 see ChangeLog 2002-10-28 and 2002-10-25
5561                 
5562         Note: ChangeLog entry 2002-10-24 is not sync'ed.
5563
5564 2002-10-27 [oliver]     0.8.5claws56
5565
5566         * src/pop.c
5567                 plug leak in pop3_top_recv
5568
5569 2002-10-26 [christoph]  0.8.5claws55
5570
5571         * src/folder.c
5572                 set need_update folder flag when messages are added
5573                 (closes bug [ 626922 ] folder not updated after receiving)
5574
5575 2002-10-25 [melvin]     0.8.5claws54
5576
5577         * src/imageview.c
5578                 Fixed a memleak introduced in the scaling code.
5579
5580 2002-10-24 [alfons]     0.8.5claws53
5581
5582         * src/filtering.c
5583                 make filtering's forward message action forward from the 
5584                 correct account
5585                 (closes bug [628089 ] Filter -> Forward from address problem
5586                 reported by Oktay)
5587
5588 2002-10-24 [christoph]  0.8.5claws52
5589
5590         * src/mainwindow.c
5591         * src/manual.[ch]
5592                 o use manual of current locale or english if current
5593                   locale is not available (and english is available)
5594                 o also link to sylpheed doc project manuals
5595
5596 2002-10-23 [paul]       0.8.5claws51
5597
5598         * tools/README
5599           tools/kmail2sylpheed_v2.pl
5600                 add new version of kmail addressbook importer script.
5601                 works with newer versions of Kmail/KAddressBook which
5602                 have new and rearranged data.
5603
5604 2002-10-23 [martin]     0.8.5claws50
5605
5606         * src/folderview.c
5607         * src/summaryview.c
5608         * src/utils.h
5609         * src/utils.c
5610                 added length parameter to get_abbrev_newsgroup_name()
5611                 changed this function so that it abbreviates the newsgroup
5612                 names only so long it is smaller than the length parameter
5613                 (for better reading of some newsgroup names and space efficiency)
5614
5615 2002-10-22 [colin]      0.8.5claws49
5616
5617         *src/foldersel.c
5618                 Revert Alfons' last modification (after voting ;-))
5619
5620 2002-10-21 [alfons]     0.8.5claws48
5621
5622         * src/foldersel.c
5623                 folder view in folder selection dialog reflects state of
5624                 folder view in main window
5625
5626 2002-10-18 [alfons]     0.8.5claws47
5627
5628         * src/mbox.c
5629                 drop imported messages in folder selected by user,
5630                 and not in the inbox
5631                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
5632
5633 2002-10-18 [alfons]     0.8.5claws46
5634
5635         * src/compose.c
5636                 make automagic reply work correctly for email accounts 
5637                 (whether it's viable to do a full sync with Hiro's 
5638                 compose.c is still under discussion)
5639
5640 2002-10-18 [melvin]     0.8.5claws45
5641
5642         * src/prefs_actions.c
5643                 Fixed bug #622275 where asynchroneous actions left 
5644                 zombies processes
5645                 Made (synchroneous) actions' input be displayed live.
5646
5647 2002-10-18 [christoph]  0.8.5claws44
5648
5649         * src/textview.c
5650                 don't add a newline in the textview in front of the
5651                 first textpart if header display is disabled
5652                 (closes bug [ 603385 ] disabled header display leaves blank
5653                  lin)
5654
5655 2002-10-18 [christoph]  0.8.5claws43
5656
5657         * src/folder.[ch]
5658         * src/imap.c
5659         * src/mbox_folder.c
5660         * src/mh.c
5661         * src/news.c
5662                 folder->get_num_list now returns an error code
5663                 (closes bug [ 609424 ] News cache cleared on failure)
5664                 
5665 2002-10-17 [colin]      0.8.5claws42
5666         
5667         * src/news.c
5668                 Changed a printf by debug_print
5669
5670 2002-10-16 [paul]       
5671
5672         * tools/OOo2sylpheed.pl
5673                 allow for spaces in the name of the
5674                 file to be attached.
5675
5676 2002-10-16 [colin]      0.8.5claws41
5677
5678         * src/main.c
5679                 Use a tristate to change online mode
5680
5681 2002-10-16 [paul]       0.8.5claws40
5682
5683         * po/es.po
5684                 updated by Ricardo Mones Lastra
5685
5686 2002-10-16 [colin]      0.8.5claws39
5687
5688         * src/main.c
5689           src/mainwindow.[ch]
5690                 Added --online and --offline command-line
5691                 switches
5692
5693 2002-10-15 [christoph]  0.8.5claws38
5694
5695         * src/procmime.c
5696                 set mimeinfo->name to NULL after g_free to
5697                 avoid double freeing with g_free
5698
5699 2002-10-14 [christoph]  0.8.5claws37
5700
5701         * src/compose.c
5702         * src/filtering.c
5703         * src/summaryview.c
5704                 remove calls to folder->change_flags that are now
5705                 done by procmsg flag functions (seems it is not
5706                 used by any foldertype anyway)
5707         * src/folder.c
5708                 init folder->change_flags with NULL
5709
5710 2002-10-14 [christoph]  0.8.5claws36
5711
5712         * src/folder.[ch]
5713         * src/imap.[ch]
5714                 use virtual functions for folder item new and destroy
5715                 functions
5716
5717 2002-10-14 [melvin]     0.8.5claws35
5718
5719         * src/compose.c
5720                 Added a test to not run the spell checker if no default
5721                 dictionary is available. No dialog is displayed though.
5722
5723 2002-10-14 [melvin]     0.8.5claws34
5724
5725         * src/gtkaspell.c
5726                 Fixed bug in dictionary list context menu where
5727                 "More..." pointed to an emtpy submenu if the
5728                 number of dictionaries is a multiple of 15
5729                 Removed unneeded code in suggestions list creation
5730
5731 2002-10-14 [paul]       0.8.5claws33
5732
5733         * po/bg.po
5734                 updated by George Danchev
5735
5736 2002-10-13 [hoa]        0.8.5claws32
5737
5738         * src/matcher.[ch]
5739           src/matcher_parser_parser.y
5740                 removed the escaped string from internal structure
5741                 of matcher.
5742
5743 2002-10-12 [colin]      0.8.5claws31
5744
5745         * src/gtksctree.[ch]
5746           src/summaryview.c
5747                 Removed useless function gtksctree_reanchor
5748
5749 2002-10-12 [alfons]     0.8.5claws30
5750         
5751         * sync with remaining main changes 2002-10-09 - 2002-10-11
5752         - drop changes to src/compose.c (requires claws specific changes)
5753         
5754 2002-10-12 [alfons]     0.8.5claws29
5755         
5756         * sync with main changes of 2002-10-08
5757         - drop changes to src/compose.c (requires claws specific changes)
5758         - drop changes to src/summaryview.c (requires changes to compose.c)     
5759
5760 2002-10-12 [alfons]     0.8.5claws28
5761         
5762         * sync with main changes of 2002-10-07
5763
5764 2002-10-12 [alfons]     0.8.5claws27
5765
5766         * sync with main changes of 2002-10-04
5767         - drop changes to src/compose.c (requires claws specific changes)
5768         - drop changes to src/prefs_folder_item.c (claws implementation
5769           seems to be working)
5770
5771 2002-10-12 [colin]      0.8.5claws26
5772
5773         * src/mainwindow.c
5774                 Fix folder-flicker when space-reading, introduced 
5775                 in claws22.
5776
5777 2002-10-12 [colin]      0.8.5claws25
5778
5779         * src/compose.c
5780                 Save account address when saving as draft.
5781                 (closes bug 621838)
5782
5783 2002-10-12 [colin]      0.8.5claws24
5784
5785         * src/summaryview.c
5786                 Fix the problem consisting of no message selected
5787                 after the last message in a folder has been moved.
5788
5789 2002-10-12 [paul]       0.8.5claws23
5790
5791         * src/compose.c
5792           src/prefs_template.c
5793           src/template.[ch]
5794                 add Cc and Bcc to templates. Patch submitted by
5795                 John L. Males.
5796
5797 2002-10-12 [colin]      0.8.5claws22
5798
5799         * src/folderview.c
5800                 Fix a bug after "Check for new messages":
5801                 If a folder was opened, it was still selected at
5802                 the end of the check, but displayed empty.
5803         * src/mainwindow.c
5804                 Remove unnecessary check
5805
5806 2002-10-12 [paul]
5807
5808         * tools/README
5809                 be more verbose in the description of
5810                 OOo2sylpheed.pl
5811                 
5812
5813 2002-10-11 [colin]      0.8.5claws21
5814
5815         * src/mainwindow.c
5816                 Make space work (better) when no mail is selected
5817
5818 2002-10-11 [colin]      0.8.5claws20
5819
5820         * src/inc.c
5821           src/news.c
5822                 fix warnings
5823
5824 2002-10-11 [colin]      0.8.5claws19
5825
5826         * src/mainwindow.c
5827                 revert 0.8.5claws6 changes as i couldn't get to
5828                 anything satisfying
5829
5830 2002-10-11 [melvin]     0.8.5claws18
5831
5832         * src/compose.c
5833                 Removed buggy and unused macro (should have been committed in
5834                 0.8.5claws17)
5835
5836 2002-10-11 [melvin]     0.8.5claws17
5837
5838         * src/compose.c
5839                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
5840
5841 2002-10-11 [thorsten]   0.8.5claws16 
5842
5843         * src/folderview.c
5844                 remove rescan warning
5845
5846 2002-10-11 [colin]      0.8.5claws15 
5847
5848         * src/procheader.c
5849                 fix a segfault that happens if conv_unmime_header
5850                 fails (should be better to find out why it fails)
5851
5852 2002-10-11 [christoph]  0.8.5claws14
5853
5854         * src/summaryview.c
5855                 update folderview stats after ignore/unignore thread
5856
5857 2002-10-11 [hoa]        0.8.5claws13
5858
5859         * src/quote_fmt_parse.y
5860                 Fixed a yacc/bison syntax error
5861         * src/matcher.c
5862                 Escaping of string is fixed.
5863
5864 2002-10-11 [colin]      0.8.5claws12
5865
5866         * src/imageview.c
5867                 Resize images to fit
5868
5869 2002-10-11 [paul]       0.8.5claws11
5870
5871         * po/es.po
5872                 updated by Ricardo Mones Lastra
5873
5874 2002-10-10 [alfons]     0.8.5claws10
5875
5876         * src/compose.c
5877                 allow dropping files by "moving" files from a file manager,
5878                 not only by the more cumbersome "copying". the latter 
5879                 mostly implies holding down the Control button
5880
5881 2002-10-10 [christoph]  0.8.5claws9
5882
5883         * src/summaryview.c
5884                 update folders after thread building for ignored threads
5885
5886 2002-10-10 [christoph]  0.8.5claws8
5887
5888         * config/.cvsignore
5889                 added Makefile
5890         * src/filtering.[ch]
5891         * src/folder.[ch]
5892         * src/folderview.[ch]
5893         * src/import.c
5894         * src/inc.[ch]
5895         * src/mbox.[ch]
5896         * src/procmsg.c
5897         * src/summaryview.[ch]
5898                 o added new flag need_update to FolderItem
5899                 o removed folder_table from various functions from tracking
5900                   folder updates
5901                 o set need_update flags in folder.c's move, copy and delete
5902                   functions and procmsg's flags functions
5903                 o added function folderview_update_items_when_required that
5904                   updates all folders with need_update set
5905                 o call folderview_update_items_when_required instead of
5906                   folderview_update_item_foreach
5907
5908 2002-10-09 [sergey]     0.8.5claws7
5909
5910         * src/compose.c
5911                 Strip CRs whel loading the text into editor in reedit mode.
5912
5913 2002-10-09 [colin]      0.8.5claws6
5914
5915         * src/mainwindow.c
5916                 Make Space work when no mail is selected
5917
5918 2002-10-09 [colin]      0.8.5claws5
5919
5920         * src/gtksctree.[ch]
5921                 Fix range_select
5922                 Add gtk_sctree_reanchor() 
5923         * src/summaryview.c
5924                 Use gtk_sctree_reanchor() - better fix for 
5925                 bug 60413
5926
5927 2002-10-09 [colin]      0.8.5claws4
5928
5929         * src/summaryview.c
5930                 Fix shift-click select after delete problem
5931                 (closes bug 60413)
5932
5933 2002-10-08 [thorsten]   0.8.5claws3
5934
5935         * src/summaryview.c
5936                 exclude current msg from -hide read messages-
5937
5938 2002-10-08 [colin]      0.8.5claws2
5939
5940         * src/inc.[ch]
5941           src/pop.c
5942           src/recv.c
5943                 Differentiate socket errors from disk full
5944                 errors
5945
5946 2002-10-08 [christoph]  0.8.5claws1
5947
5948         * Makefile.am
5949         * configure.in
5950                 modifications for new config directory
5951
5952         * config.guess  ** REMOVED **
5953         * config.sub    ** REMOVED **
5954         * install-sh    ** REMOVED **
5955         * ltmain.sh     ** REMOVED **
5956         * missing       ** REMOVED **
5957         * mkinstalldirs ** REMOVED **
5958                 these files are autogenerated by automake
5959                 when you run autogen.sh
5960
5961         * config/.cvsignore     ** NEW FILE **
5962         * config/Makefile.am    ** NEW FILE **
5963                 ignore autogenerated files
5964                 create a Makefile in this directory
5965
5966 2002-10-08 [paul]       0.8.5claws
5967
5968         * 0.8.5claws release
5969         
5970         * src/compose.c
5971           src/procheader.c
5972           src/procmsg.c
5973                 fix quote reply format for newsgroups reply bug
5974                 (thanks to Hoa)
5975                 
5976         * po/en_GB.po
5977           po/pl.po
5978                 updated by me and Witold Wladyslaw Wojciech Wilk
5979                 repectively
5980
5981 2002-10-07 [paul]       0.8.3claws53
5982
5983         * po/it.po
5984           po/pt_BR.po
5985           po/sr.po
5986                 updated messages catalogs, submitted by
5987                 Alessandro Maestri, Fabio Jr.Beneditto 
5988                 and Urke MMI, respectively.
5989
5990 2002-10-07 [christoph]  0.8.3claws52
5991
5992         * src/folder.[ch]
5993         * src/folderview.c
5994         * src/mainwindow.c
5995                 fix new folder ghost message bug
5996                 (closes bug [ 619722 ] wrong count for newly created folders)
5997
5998 2002-10-07 [christoph]  0.8.3claws51
5999
6000         * src/compose.c
6001                 fix news posting problem
6002
6003 2002-10-07 [melvin]     0.8.3claws50
6004
6005         * po/fr.po
6006                 Updated French translation
6007
6008 2002-10-05 [christoph]  0.8.3claws49
6009
6010         * src/gtkstext.c
6011                 check if line_start_cache is set in gtk_stext_update_text
6012                 (closes bug [ 618119 ] crash while doing search in folder)
6013
6014 2002-10-05 [christoph]  0.8.3claws48
6015
6016         * src/imap.c
6017         * src/news.c
6018         * src/utils.c
6019         * src/utils.h
6020                 implement cache cleanups for claws' folder system
6021                 (closes bug [ 595916 ] imapcache not cleaned up)
6022
6023 2002-10-05 [melvin]     0.8.3claws47
6024
6025         * src/prefs_actions.c
6026                 Made the help text more clear for the %p token
6027
6028 2002-10-04 [paul]       0.8.3claws46
6029
6030         * sync with 0.8.5
6031                 see ChangeLog 2002-10-02 and 2002-10-03
6032
6033 2002-10-04 [christoph]  0.8.3claws45
6034
6035         * src/inc.c
6036                 fix segfault caused by pop before smtp
6037                 call to inc_account_mail with NULL
6038                 pointer for mainwin
6039
6040 2002-10-04 [paul]       0.8.3claws44
6041
6042         * configure.in
6043                 sync the LDAP detection from 0.8.5cvs1
6044
6045 2002-10-02 [christoph]  0.8.3claws43
6046
6047         * po/de.po
6048                 fix small spelling error
6049
6050 2002-10-02 [melvin]     0.8.3claws42
6051
6052         * ac/aspell.m4
6053                 Behave better and say "no" when test program cannot be run.
6054
6055 2002-10-02 [paul]       0.8.3claws41
6056
6057         * sync with 0.8.4cvs1
6058                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
6059                 
6060         * src/summaryview.c
6061                 toggle the behavior of Reply menuitem between
6062                 normal reply and reply-to-list
6063
6064 2002-10-01 [sergey]     0.8.3claws40
6065
6066         * src/compose.c
6067                 Convert newlines in the message text to the canonical form
6068                 before base64 encoding (RFC2045 compliance, fixes some
6069                 interoperability issues with Evolution 1.0.3)
6070
6071 2002-09-29 [colin]      0.8.3claws39
6072
6073         * src/summaryview.c
6074                 Fix an unwanted copy/paste
6075
6076 2002-09-29 [colin]      0.8.3claws38
6077
6078         * src/mainwindow.c
6079                 Renamed "Custom toolbar" to "Customize toolbar"
6080                 Renamed "Show all header" to "Show all headers"
6081                 Renamed "Set diplay item" to "Set displayed items"
6082         * src/prefs_common.c
6083                 Renamed "Show all header" to "Show all headers"
6084         * src/prefs_summary_column.c
6085                 Renamed "diplay item" to "displayed items"
6086
6087 2002-09-29 [colin]      0.8.3claws37
6088
6089         * src/mainwindow.[ch]
6090                 online/offline status pixmaps follow theme
6091                 changes
6092         * src/summaryview.[ch]
6093                 quicksearch pixmap follows theme changes
6094
6095 2002-09-29 [thorsten]   0.8.3claws36
6096
6097         * src/compose.c
6098           src/prefs_folder_item.[ch]
6099                 add default_reply_to folder option (closes patch 581044)
6100
6101 2002-09-29 [christoph]  0.8.3claws35
6102
6103         * acconfig.h    ** REMOVED **
6104         * configure.in
6105         * ac/aspell.m4
6106         * ac/check-type.m4
6107         * ac/gnupg-check-typedef.m4
6108                 fix autoheader 2.50 warning
6109
6110 2002-09-29 [christoph]  0.8.3claws34
6111
6112         * major code cleanup (part 2)
6113         
6114                 - unused variables removed
6115                 - unused functions removed
6116                 - uninitialized variables checked
6117                 - missing return statements added
6118                 - missing function return types added
6119                 - added parentheses around assignment
6120                   when suggested by gcc
6121
6122 2002-09-29 [alfons]     0.8.3claws33
6123
6124         * src/logwindow.c
6125                 log_window_clear(): only bracket gtk_text_forward_delete() 
6126                 with gtk_text_freeze() / gtk_text_thaw() (see if this
6127                 works around GTK text bug)
6128
6129 2002-09-29 [paul]       0.8.3claws32
6130
6131         * po/bg.po
6132           po/sr.po
6133                 updated by George Danchev and Urke MMI
6134                 respectively
6135
6136 2002-09-27 [christoph]  0.8.3claws31
6137
6138         * doc-src/readme.txt
6139         * doc-src/rfc1806.txt   ** REMOVED **
6140         * doc-src/rfc2183.txt   ** NEW FILE **
6141         * doc-src/rfc2980.txt   ** NEW FILE **
6142                 update rfcs
6143
6144 2002-09-27 [melvin]     0.8.3claws30
6145
6146         * ac/aspell.m4
6147                 Fixed typo which could break linking
6148
6149 2002-09-27 [melvin]     0.8.3claws29
6150
6151         * ac/aspell.m4
6152                 Improved GNU/aspell checking. 
6153                 Fixed bug #614490
6154
6155 2002-09-27 [paul]       0.8.3claws28
6156
6157         * sync with 0.8.3cvs8
6158                 see ChangeLog 2002-09-27
6159
6160 2002-09-26 [colin]      0.8.3claws27
6161
6162         * src/toolbar.[ch]
6163           src/mainwindow.[ch]
6164                 Add "Reply to Mailing-list" to the toolbar
6165
6166 2002-09-26 [christoph]  0.8.3claws26
6167
6168         * src/summaryview.c
6169                 Fix wrong message counts in summaryview status
6170
6171 2002-09-26 [paul]       0.8.3claws25
6172
6173         * sync with 0.8.3cvs7
6174                 see ChangeLog 2002-09-26
6175
6176 2002-09-26 [paul]       0.8.3claws24
6177
6178         * sync with 0.8.3cvs6
6179                 see ChangeLog 2002-09-25
6180
6181 2002-09-25 [christoph]  0.8.3claws23
6182
6183         * src/prefs_common.c
6184         * src/prefs_folder_item.c
6185         * src/prefs_scoring.c
6186                 Renamed "kill score" to "hide score" in GUI
6187                 and prefs files
6188
6189 2002-09-25 [paul]       0.8.3claws22
6190
6191         * sync with 0.8.3cvs5
6192                 see ChangeLog 2002-09-24
6193
6194 2002-09-24 [alfons]     0.8.3claws21
6195
6196         patch by Satoshi Nagayasu: allows appending / saving multiple 
6197         selected files (closes "[ 612279 ] save multiple mesg(s) in 
6198         'Save as ...'")
6199
6200         * AUTHORS
6201                 add Satoshi Nagayasu
6202         * src/summaryview.c
6203                 summary_save_as(): allow saving selected files to
6204                 one file
6205                 summary_set_menu_sensitive: enable "Save As..." when
6206                 multiple files are selected
6207         * src/utils.[ch]
6208                 append_file(): new function
6209
6210 2002-09-24 [colin]      0.8.3claws20
6211
6212         * src/procmime.c
6213                 Fix segfault when mimeinfo doesn't have a 
6214                 content_type. 
6215
6216 2002-09-24 [colin]      0.8.3claws19
6217
6218         * src/prefs_common.[ch]
6219                 Add a preference to display send dialog or not
6220         * src/send.c
6221                 Display send dialog according to preference
6222
6223 2002-09-24 [colin]      0.8.3claws18
6224
6225         * src/compose.[ch]
6226                 Disable user actions when sending
6227
6228 2002-09-24 [colin]      0.8.3claws17
6229
6230         * src/procmime.c
6231                 Do not display name or filename for attachments
6232                 with an application/pgp-signature type
6233                 (security flaw, see bug 537413)
6234
6235 2002-09-23 [colin]      0.8.3claws16
6236
6237         * src/editaddress.c
6238                 Initialize entry_email, entry_alias and 
6239                 entry_remarks to first email address of the list
6240
6241 2002-09-23 [colin]      0.83claws15
6242
6243         * src/compose.c
6244                 Drop pgp-signature when reediting a signed queued
6245                 message
6246
6247 2002-09-23 [melvin]     0.8.3claws14
6248
6249         * po/fr.po
6250                 Updated French translation
6251
6252 2002-09-23 [melvin]     0.8.3claws13
6253
6254         * src/mainwindow.c
6255                 Made custom toolbar menu labels more consistent
6256         * src/prefs_toolbar.c
6257                 Made custom toolbar window title more consistent
6258
6259 2002-09-22 [colin]      0.8.3claws12
6260
6261         * src/inc.c
6262                 Initialize session type to normal before getting 
6263                 mail (fixes strange Get behaviour)
6264         * src/prefs_account.h
6265                 Move STYPE_POP_BEFORE_SMTP to last position to 
6266                 avoid other side-effects
6267
6268 2002-09-22 [colin]      0.8.3claws11
6269
6270         * src/prefs_account.c
6271                 Fix pop_bfr_smtp_tm_entry sensivity when switching
6272                 from pop3 to apop or vice-versa
6273
6274 2002-09-22 [colin]      0.8.3claws10
6275         
6276         * src/prefs_account.[ch]
6277                 Add an option for the POP before SMTP timeout
6278         * src/inc.c
6279                 Remember time of last POP connection
6280         * src/send.c
6281                 Do POP before SMTP only if timeout reached
6282
6283 2002-09-22 [oliver]     0.8.3claws9
6284         
6285         * README.claws
6286                 explain custom toolbar
6287
6288 2002-09-22 [oliver]     0.8.3claws8
6289
6290         * src/prefs_actions.[ch]
6291         custom toolbar for compose      
6292                 actions callback from compose toolbar
6293         * src/folderview.c
6294                 remove include toolbar.h
6295
6296 2002-09-22 [oliver]     0.8.3claws7
6297         
6298         * src/prefs_toolbar.[ch]
6299                 custom toolbar for compose
6300                 - generic prefs_toolbar handles both
6301                   Mainwin's toolbar as well as Compose toolbar          
6302
6303 2002-09-22 [oliver]     0.8.3claws6
6304         
6305         * src/toolbar.[ch]
6306                 custom toolbar for compose
6307                 restructure toolbar.[ch]
6308
6309 2002-09-22 [oliver]     0.8.3claws5
6310
6311         * src/compose.[ch]
6312                 custom toolbar for compose
6313
6314 2002-09-22 [oliver]     0.8.3claws4
6315         
6316         * src/mainwindow.[ch]
6317                 custom toolbar for compose 
6318                 move mainwin toolbar back to mainwindow
6319
6320 2002-09-22 [alfons]     0.8.3claws3
6321
6322         * src/procmsg.c
6323                 :%sno/if(/if (/gc
6324                 :%sno/for(/for (/gc
6325                 (beautify)
6326
6327 2002-09-22 [alfons]     0.8.3claws2
6328         
6329         * src/procmsg.c
6330                 procmsg_save_to_outbox(): don't unlink message file from queue;
6331                 callers should do it using folder_item_remove_msg()
6332
6333 2002-09-22 [colin]      0.8.3claws1
6334
6335         * src/mimeview.[ch]
6336                 Made mimeview_check_signature() public
6337         * src/textview.c
6338                 Made GPG signatures verifiable by clicking
6339                 the [application/pgp-signature] in the Text
6340                 view
6341
6342 2002-09-22 [paul]       0.8.3claws
6343
6344         * po/bg.po
6345           po/en_GB.po
6346           po/es.po
6347           po/it.po
6348           po/pl.po
6349           po/pt_BR.po
6350           po/sr.po
6351                 updated translations, submitted by George Danchev,
6352                 me, Ricardo Mones Lastra, Alessandro Maestri,
6353                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
6354                 and Urke MMI, respectively.     
6355
6356 2002-09-22 [alfons]     0.8.2claws65
6357
6358         * src/procmsg.c
6359         * src/pgptext.c
6360                 no furry valgrinds have been used to plug these memleaks
6361
6362 2002-09-20 [paul]       0.8.2claws64
6363
6364         * sync with 0.8.3cvs4
6365                 'Select thread' re-implemented 
6366                 see ChangeLog 2002-09-20
6367
6368 2002-09-21 [alfons]     0.8.2claws63
6369
6370         * src/compose.c
6371                 compose_send(): plug unnoticed memleak
6372
6373 2002-09-20 [alfons]     0.8.2claws62
6374
6375         * src/addr_compl.c
6376                 replace_address_in_edit(): strict check for NULL address to
6377                 fix "[ 607348 ] Segfault in address completion". My guess is
6378                 that this happens with an empty address book, but it's good
6379                 to have this check here anyway
6380                 
6381                 completion_window_button_press(): free string returned 
6382                 from the internal cache
6383
6384 2002-09-20 [christoph]  0.8.2claws61
6385
6386         * src/procmime.h
6387                 added ENC_BINARY to EncodingType
6388         * src/procmime.c
6389                 the string returned by procmime_get_encoding_str
6390                 should not depend on the order of values in the
6391                 EncodingType definition
6392         * doc-src/rfc1806.txt   ** NEW FILE **
6393                 Added rfc1806 about MIME Content-Disposition
6394                 Extension
6395
6396 2002-09-19 [paul]       0.8.2claws60
6397
6398         * sync with 0.8.2cvs3
6399                 see ChangeLog 2002-09-19
6400
6401 2002-09-19 [paul]       0.8.2claws59
6402
6403         * src/prefs_folder_item.c
6404                 revert to Darko's original alignment of colour
6405                 selector button
6406                 add a colon to folder_color label
6407                 
6408         * src/compose.c
6409                 add Colin's patch (with Hiro's modifications) to 
6410                 force BASE64 encoding for 8-bit text when signing
6411                 (sync with 0.8.3cvs2)
6412
6413 2002-09-18 [alfons]     0.8.2claws58
6414
6415         * src/compose.c
6416                 :%sno/if(/if (/gc
6417                 :%sno/for(/for (/gc
6418                 (beautify a little bit)
6419
6420 2002-09-18 [christoph]  0.8.2claws57
6421
6422         * src/pine.c
6423                 fix handling of fgetc return value
6424
6425 2002-09-17 [alfons]     0.8.2claws56
6426         
6427         * src/summaryview.c
6428                 summary_sort(): check non-NULL summaryview->folder_item when no 
6429                 folder is selected at all
6430                 (closes "[ 610344 ] sort label make syl Crash")
6431
6432 2002-09-17 [alfons]     0.8.2claws55
6433         
6434         * src/compose.c
6435                 beautify a little bit
6436
6437 2002-09-17 [christoph]  0.8.2claws54
6438
6439         * src/folder.c
6440                 initialize max values for cache and folder
6441                 when cache or folder is empty
6442
6443 2002-09-15 [colin]      0.8.2claws53
6444
6445         * src/compose.c
6446                 Fix a leak (thanks Alfons!) and cleaned
6447                 variables names for custom headers
6448
6449 2002-09-15 [colin]      0.8.2claws52
6450
6451         * src/compose.c
6452                 Fix custom headers recognition when
6453                 prefs_common.trans_hdr is on
6454
6455 2002-09-15 [colin]      0.8.2claws51
6456
6457         * src/compose.c
6458                 Allow dynamically-added custom headers
6459                 Yet not reparsed if reedited
6460
6461 2002-09-15 [alfons]     0.8.2claws50
6462
6463         * src/prefs_account.c
6464                 fix warnings
6465
6466 2002-09-15 [colin]      0.8.2claws49
6467         
6468         * src/prefs_account.c
6469                 fix pop_before_smtp sensitivity
6470
6471 2002-09-15 [colin]      0.8.2claws48
6472
6473         * src/inc.[ch]
6474                 add inc_pop_before_smtp()
6475                 allow MainWindow to be undefined in 
6476                 inc_account_mail() and inc_start()
6477         * src/pop.c
6478           src/prefs_account.h
6479                 add STYPE_POP_BEFORE_SMTP session type
6480         * src/prefs_account.c
6481                 activated pop before smtp option
6482         * src/send.c
6483                 do pop before smtp if the relevant option 
6484                 is set
6485
6486 2002-09-15 [paul]       0.8.2claws47
6487
6488         * sync with 0.8.3
6489                 see ChangeLog 2002-09-15
6490
6491 2002-09-14 [paul]       0.8.2claws46
6492
6493         * po/bg.po
6494                 updated Bulgarian translation, submitted by
6495                 George Danchev
6496
6497 2002-09-13 [paul]       0.8.2claws45
6498
6499         * src/compose.c
6500                 merge claws' select_account() with main's
6501                 (new) compose_select_account(). [sync with
6502                 0.8.2cvs15, see ChangeLog 2002-09-11]
6503
6504 2002-09-12 [christoph]  0.8.2claws44
6505
6506         * src/filter.c
6507                 allocate 1 elements of FolderItem not 0
6508
6509 2002-09-12 [colin]      0.8.2claws43
6510
6511         * src/compose.c
6512                 Fix bug #590825 (obey Follow-up: poster)
6513
6514 2002-09-12 [colin]      0.8.2claws42
6515
6516         * src/procmime.c
6517                 Fix bug #557009 (wrong headers for messages 
6518                 forwarded as attachments)
6519
6520 2002-09-11 [colin]      0.8.2claws41
6521         
6522         * src/compose.c
6523                 Put SCF: pseudo-header on top of message
6524                 Set draft tmp_flag when saved as draft
6525
6526         * src/procmsg.c
6527           src/procheader.c
6528                 Skip after first \n\n for beginning of real message
6529                 for drafts too
6530
6531 2002-09-11 [christoph]  0.8.2claws40
6532
6533         * src/filtering.c
6534                 use procmsg flag functions in filtering or processing
6535                 will cause incorrect folder message counts
6536
6537 2002-09-11 [colin]      0.8.2claws39
6538
6539         * src/compose.c
6540                 Fix bug #550175 - wrong save folder when reediting
6541                 drafts
6542
6543 2002-09-11 [paul]       0.8.2claws38
6544
6545         * sync with 0.8.2cvs14
6546                 see ChangeLog 2002-09-11
6547
6548 2002-09-11 [colin]      0.8.2claws37
6549
6550         * src/folder.c
6551                 Fix a typo (seeming to cause new/unread status to
6552                 be lost)
6553
6554 2002-09-10 [christoph]  0.8.2claws36
6555
6556         * src/compose.c
6557                 compose_redirect should not use compose_generic_new
6558                 because that does more stuff than expected including
6559                 opening the external editor
6560                 (closes bug "[ 526608 ] bounced messages appear blank
6561                  in editor")
6562
6563 2002-09-10 [christoph]  0.8.2claws35
6564
6565         * src/folder.c
6566                 fix problem with too large message number range
6567                 causing a crash in folder_item_scan
6568
6569 2002-09-10 [paul]       0.8.2claws34
6570
6571         * sync with 0.8.2cvs13
6572                 see ChangeLog 2002-09-10
6573
6574 2002-09-10 [christoph]  0.8.2claws33
6575
6576         * src/msgcache.c
6577                 set MsgInfo TmpFlags for queue and draft folders
6578                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
6579
6580 2002-09-10 [paul]       0.8.2claws32
6581
6582         * AUTHORS
6583           po/bg.po      ** NEW FILE **
6584                 new Bulgarian translation submitted by
6585                 George Danchev <danchev@spnet.net>
6586                 
6587         * tools/Makefile.am
6588           tools/README
6589           tools/tb2sylpheed     ** NEW FILE **
6590                 add script that converts an addressbook exported
6591                 from The Bat! into a Sylpheed addressbook. Submitted
6592                 by Urke MMI <urke-kg@eunet.yu>
6593
6594 2002-09-10 [paul]       0.8.2claws31
6595
6596         * sync with 0.8.2cvs12
6597                 see ChangeLog 2002-09-10
6598
6599 2002-09-06 [paul]       0.8.2claws30
6600
6601         * src/prefs_common.c
6602                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
6603                 
6604         * tools/Makefile.am
6605           tools/README
6606           tools/ldif-to-xml.py  ** REMOVED **
6607                 remove obsolete python script
6608
6609 2002-09-06 [paul]       0.8.2claws29
6610
6611         * sync with 0.8.2cvs10
6612                 see ChangeLog 2002-09-06
6613
6614 2002-09-04 [paul]       0.8.2claws28
6615
6616         * sync with 0.8.2cvs9
6617                 see ChangeLog 2002-08-04
6618
6619 2002-09-04 [colin]      0.8.2claws27 
6620
6621         * src/prefs_common.[ch]
6622                 Added signature color configuration
6623         * src/textview.c
6624                 Use user-specified signature color
6625
6626 2002-09-03 [colin]      0.8.2claws26
6627
6628         * src/prefs_common.[ch]
6629                 Added autosave and autosave_length prefs
6630         * src/compose.c
6631                 Added compose_remove_draft()
6632                 Auto-save drafts according to the prefs
6633         * src/main.c
6634                 Added a crash-indicator file, allowing to check
6635                 for new messages on startup if Sylpheed crashed
6636                 (makes saved drafts "reappear")
6637
6638 2002-09-03 [colin]      0.8.2claws25
6639
6640         * src/textview.[ch]
6641                 Grey the signature
6642
6643 2002-09-03 [paul]       0.8.2claws24
6644
6645         * sync with 0.8.2cvs8
6646                 see ChangeLog 2002-09-02 and 2002-09-03
6647
6648 2002-09-03 [darko]      0.8.2claws23
6649
6650         * src/folderview.c
6651                 use normal style when creating new folder to pick
6652                 proper font size 
6653
6654 2002-09-02 [melvin]     0.8.2claws22
6655
6656         * src/gtkaspell.m4
6657                 removed some obsolete code
6658
6659 2002-09-02 [melvin]     0.8.2claws21
6660
6661         * ac/aspell.m4
6662                 fixed test's equality sign (== to =)
6663
6664 2002-09-02 [alfons]     0.8.2claws20
6665
6666         * src/folder.c
6667         * src/mh.c
6668                 revert change of 0.8.2claws16 and use the mh_folder_destroy
6669                 as folder->destroy virtual as suggested by Hiro
6670                 (the mh.c code seems to have been lost around mh.c.1.21)
6671
6672 2002-09-02 [paul]       0.8.2claws19
6673
6674         * po/pt_BR.po
6675                 updated by Fabio Jr. Beneditto
6676                 
6677         * src/defs.h
6678                 use 'http://claws.sylpheed.org' for homepage link. 
6679                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
6680
6681 2002-09-01 [alfons]     0.8.2claws18
6682
6683         * src/mh.c
6684                 plug memleak related to one Martin Kluge found
6685
6686 2002-08-31 [paul]       0.8.2claws17
6687
6688         * sync with 0.8.2cvs6
6689                 see ChangeLog 2002-08-30
6690
6691 2002-08-31 [alfons]     0.8.2claws16
6692
6693         * src/folder.c
6694                 folder_destroy(): remove mailbox from folderlist even if it has
6695                 no destroy virtual
6696
6697 2002-08-31 [alfons]     0.8.2claws15
6698
6699         * src/folder.c
6700                 :%sno/if(/if (/gc
6701                 :%sno/for(/for (/gc
6702                 (being pedantic I know)
6703
6704 2002-08-31 [alfons]     0.8.2claws14
6705
6706         * src/folder.c
6707                 check for NULL pointers returned from folder->fetch_msginfo virtual
6708                 (should solve some reported crashes)
6709
6710 2002-08-30 [alfons]     0.8.2claws13
6711
6712         * acconfig.h
6713         * configure.in
6714         * src/crash.c
6715                 enable crash dialog on compilation time
6716                 (--enable-crash-dialog configure option)
6717
6718 2002-08-30 [alfons]     0.8.2claws12
6719
6720         * AUTHORS
6721                 add Martin Kluge
6722         * src/mh.c
6723                 apply memory leak plug patch by Martin Kluge
6724                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6725                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6726                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6727
6728 2002-08-30 [darko]      0.8.2claws11
6729
6730         * src/folderview.c
6731                 copy Gtk style from normal style to match
6732                 font size for coloured folders
6733
6734 2002-08-29 [alfons]     0.8.2claws10
6735
6736         * sylpheed.desktop
6737                 Type=Internet <- Type=Application
6738                 (reported by Michael Schwendt, see:
6739                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6740                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6741
6742 2002-08-29 [paul]       0.8.2claws9
6743
6744         * sync with 0.8.2cvs5
6745                 see ChangeLog 2002-08-29
6746
6747 2002-08-29 [colin]      0.8.2claws8
6748
6749         * src/summaryview.c
6750                 Added a sanity check in summary_select_thread
6751                 Should fix bug 601605
6752
6753 2002-08-29 [colin]      0.8.2claws7
6754
6755         * src/main.c
6756                 Revert claws6 changes regarding bug #591676
6757
6758 2002-08-28 [colin]      0.8.2claws6
6759         
6760         * src/main.c
6761                 Ignore cache for queue folderitems
6762                 Fix bug #591676
6763
6764 2002-08-28 [melvin]     0.8.2claws5
6765
6766         * README.claws
6767                 Fixed typos.
6768
6769 2002-08-28 [melvin]     0.8.2claws4
6770
6771         * README.claws
6772                 Updated a bit the text concerning the spell checker
6773
6774 2002-08-28 [melvin]     0.8.2claws3
6775
6776         Merged the GNU_aspell_branch:
6777                 Support of new GNU/aspell is now included and the old pspell
6778                 is not supported anymore.
6779                 See README.claws
6780
6781         * README.claws
6782                 Updated spell checker text to reflect the switch to GNU/aspell
6783
6784         * ac/aspell.m4          *** NEW ***
6785         * src/gtkaspell.[ch]    *** NEW *** 
6786         * ac/pspell.m4          *** DELETED *** 
6787         * src/gtkspell.[ch]     *** DELETED ***
6788
6789         * ac/Makefile.am
6790                 Updated for GNU/aspell support
6791
6792         * po/POTFILES.in
6793                 Replaced gtkspell.c by gtkaspell.c
6794
6795         * acconfig.h
6796         * src/Makefile.am
6797         * src/about.c
6798         * src/compose.[ch]
6799         * src/crash.c
6800         * src/main.c
6801         * src/prefs_common.[ch]
6802                 Updated for GNU/aspell support
6803
6804 2002-08-28 [paul]       0.8.2claws2
6805
6806         * sync with 0.8.2cvs4
6807                 see ChangeLog 2002-08-27 and 2002-08-28
6808
6809 2002-08-28 [colin]      0.8.2claws1
6810
6811         * src/summary_search.c
6812                 Added "AND search"
6813
6814 2002-08-28 [jens]       0.8.2claws
6815
6816         *po/de.po
6817                 Updated German translations
6818
6819 2002-08-27 [melvin]     0.8.2claws
6820
6821         * po/fr.po
6822                 Updated French translations
6823
6824 2002-08-27 [paul]       0.8.2claws
6825
6826         * sync with 0.8.2 main release
6827
6828         * po/en_GB.po
6829           po/es.po
6830           po/it.po
6831           po/pl.po
6832           po/pt_BR.po
6833           po/sr.po
6834                 updated message catalogs submitted by
6835                 Ricardo Mones Lastra, Alessandro Maestri,
6836                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
6837                 Beneditto and Urke MMI  
6838
6839 2002-08-27 [hoa]        0.8.1claws123
6840
6841         * src/mainwindow.[ch]
6842         * src/summaryview.[ch]
6843                 removed the "filter setting" menu option.
6844                 add a "cancel a news message" menu option.
6845
6846 2002-08-26 [martin]     0.8.1claws122
6847
6848         * ChangeLog.claws
6849                 changed string under 0.8.1claws79 changed by myself
6850                 i'm sorry alfons :(
6851
6852 2002-08-26 [martin]     0.8.1claws121
6853
6854         * src/crash.c
6855                 added kill command to debuggerrc to start crash dialog
6856
6857 2002-08-26 [paul]       0.8.1claws120
6858
6859         * sync with 0.8.1cvs31
6860                 see ChangeLog 2002-08-26
6861
6862 2002-08-25 [alfons]     0.8.1claws119
6863
6864         * src/procmsg.c
6865                 fix bug that didn't send out correct headers to news server
6866                 when sending news article and email from queue (bug reported
6867                 and patch provided by Tim Mann; closes bug 
6868                 "[ 583196 ] 0.7.8claws can't post news")
6869
6870 2002-08-25 [alfons]     0.8.1claws118
6871
6872         * src/selective_download.c
6873                 mark two strings as translatable
6874                 (thanks to Urke MMI for pointing this out)
6875
6876 2002-08-25 [alfons]     0.8.1claws117
6877
6878         * src/summaryview.c
6879                 treat sent boxes as special and allow sorting them by addressee
6880                 (closes "[ 589418 ] Sent folder sorting misbehavior"
6881                 submitted by Steve Lamb)
6882
6883 2002-08-24 [alfons]     0.8.1claws116
6884
6885         * src/matcher.c
6886                 fix memleak reported by Martin Kluge
6887                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
6888
6889 2002-08-24 [oliver]     0.8.1claws115
6890
6891         * src/prefs_toolbar.c
6892                 o code cleanup as suggested by Alfons
6893                 o memleak fix
6894
6895 2002-08-24 [alfons]     0.8.1claws114
6896
6897         * src/summaryview.c
6898                 o fix another memory leak reported by Martin Kluge
6899                   (see "[ 599568 ] Small Memory Leak")
6900                 o remove 'from' variable from 'summary_set_header()'; we can
6901                   do with just 'to' 
6902
6903 2002-08-24 [paul]       0.8.1claws113
6904
6905         * sync with 0.8.1cvs30
6906                 see ChangeLog 2002-08-23
6907
6908 2002-08-24 [alfons]     0.8.1claws112
6909
6910         * src/summaryview.c
6911                 remove unnecessary allocations for search bar fixing leaks
6912                 reported by Martin Kluge
6913                 (see "[ 599451 ] Further memory leaks?")
6914
6915 2002-08-24 [alfons]     0.8.1claws111
6916
6917         * src/main.c
6918                 make get_socket_name() public for crash.c
6919         * src/crash.c
6920                 o make report bug button work (goes to claws' 
6921                   bug tracker at sf.net)
6922                 o introduce function for doing important stuff just
6923                   before claws goes down
6924                 o clean up code 
6925
6926 2002-08-24 [alfons]     0.8.1claws110
6927
6928         * src/compose.c
6929                 move cursor to "To" entry when forwarding as attachment
6930                 (reported and solved by Steve Lamb, closes bug report
6931                 "[ 592880 ] Forward as attachment; cursor not in to")
6932
6933 2002-08-24 [colin]      0.8.1claws109
6934
6935         * src/mainwindow.c
6936                 fix quick search visibility after GUI (de)separations.
6937
6938 2002-08-23 [colin]      0.8.1claws108
6939
6940         * src/mainwindow.c
6941                 fix header pane visibility after folderview or
6942                 messageview (de)separation
6943
6944 2002-08-23 [paul]       0.8.1claws107
6945
6946         * src/mainwindow.[ch]
6947           src/toolbar.c
6948                 give full control of display or non-display 
6949                 of the Execute icon to Custom toolbar settings.
6950                 add new sensitivity condition to maninwindow.h: 
6951                 M_DELAY_EXEC
6952
6953         * ChangeLog
6954           ChangeLog.jp
6955           NEWS
6956                 more sync with 0.8.1cvs29
6957
6958 2002-08-23 [melvin]     0.8.1claws106
6959
6960         * src/alertpanel.c
6961                 Readded support for custom widget in alertpanel lost in last
6962                 sync.
6963
6964 2002-08-23 [paul]       0.8.1claws105
6965
6966         * sync with 0.8.1cvs29
6967                 see ChangeLog 2002-08-23
6968
6969 2002-08-23 [colin]      0.8.1claws104
6970
6971         * src/summaryview.c
6972                 Fix folder and search pixmaps exchanging positions
6973                 after theme or toolbar changes. Thank to Oliver for 
6974                 reporting this.
6975
6976 2002-08-23 [colin]      0.8.1claws103
6977
6978         * src/mainwindow.c
6979           src/messageview.[ch]
6980           src/noticeview.[ch]
6981           src/summaryview.c
6982                 Changed messageview_create() and noticeview_create()
6983                 to avoid the last gdk_warning
6984
6985 2002-08-22 [colin]      0.8.1claws102
6986
6987         * src/summaryview.c
6988                 Fix my new `Creating pixmap from xpm' warning
6989
6990 2002-08-22 [colin]      0.8.1claws101
6991
6992         * src/mainwindow.c
6993                 Fix some of the gdk warnings
6994
6995 2002-08-22 [colin]      0.8.1claws100
6996
6997         * src/Makefile.am
6998         * src/stock_pixmap.c
6999         * src/stock_pixmap.h
7000         * src/pixmaps/quicksearch.xpm *ADDED*
7001                 Add the quicksearch pixmap
7002         * src/mainwindow.c
7003         * src/summaryview.c
7004         * src/summaryview.h
7005                 Make quicksearch bar visible/hidden via a button
7006
7007 2002-08-22 [christoph]  0.8.1claws99
7008
7009         * src/folder.c
7010                 fix folder update for newsgroups with message
7011                 numbers below minimum number of articles to fetch
7012                 (closes bug #598445)
7013
7014 2002-08-22 [paul]       0.8.1claws98
7015
7016         * sync with 0.8.1cvs28
7017                 see ChangeLog 2002-08-22
7018
7019 2002-08-21 [alfons]     0.8.1claws97
7020
7021         * src/crash.c
7022                 use bt instead of bt full which seems to work 
7023                 better, and bt full doesn't give a great deal 
7024                 of information anyway
7025
7026 2002-08-21 [colin]      0.8.1claws96
7027
7028         * src/summaryview.c
7029                 fix summaryview_searchtype_changed prototype
7030
7031 2002-08-21 [christoph]  0.8.1claws95
7032
7033         * src/mainwindow.c
7034                 o fix broken menu update for sorting type, we have to
7035                   get this info from the summaryview now
7036                 o removed setting of threaded state in menu callback
7037         * src/summaryview.[ch]
7038                 more summaryview/folderitem seperation for
7039                 threading option
7040         * configure.in
7041                 removed not required --with-compiler-flags option
7042
7043 2002-08-21 [oliver]     0.8.1claws94
7044         
7045         * src/toolbar.h 
7046                 o rename toolbar.xml to toolbar_main.xml
7047                   since toolbar_compose.xml might come up 
7048                   any time soon
7049         * README.claws
7050                 add custom toolbar              
7051
7052 2002-08-21 [darko]      0.8.1claws93
7053
7054         * src/procmsg.c
7055                 don't reset tmp flags for messages copied
7056                 to sent folder
7057
7058 2002-08-21 [colin]      0.8.1claws92
7059         
7060         * src/prefs_filtering.c
7061                 fix renaming rules on folder rename 
7062                 when folder is not a leaf folder
7063
7064 2002-08-21 [paul]       0.8.1claws91
7065
7066         * src/prefs_folder_item.c
7067                 fix alignment of colour selector
7068
7069 2002-08-21 [paul]       0.8.1claws90
7070
7071         * sync with 0.8.1cvs27
7072                 see ChangeLog 2002-08-21
7073
7074 2002-08-21 [paul]       0.8.1claws89
7075
7076         * src/summaryview.c
7077                 fix crash when changing field type in
7078                 Quick search bar
7079
7080 2002-08-21 [colin]      0.8.1claws88
7081
7082         * src/summaryview.c
7083                 Made quick search case-insensitive
7084
7085 2002-08-21 [paul]       0.8.1claws87
7086
7087         * sync with 0.8.1cvs26
7088                 see ChangeLog 2002-08-21
7089
7090 2002-08-20 [christoph]  0.8.1claws86
7091
7092         * src/folderview.c
7093         * src/main.c
7094         * src/summaryview.[ch]
7095                 more summaryview/folderitem seperation for
7096                 sort_key and sort_type
7097         * src/procmsg.c
7098                 added missing return statement
7099
7100 2002-08-20 [colin]      0.8.1claws85
7101
7102         * src/summaryview.[ch]
7103                 Added a quick search box
7104         * src/mainwindow.c
7105         * src/prefs_common.[ch]
7106                 Added a show/hide option for the quick search
7107
7108 2002-08-20 [oliver]     0.8.1claws84
7109         
7110         * src/mainwindow.c
7111                 remove toolbar_create_popups
7112         * src/toolbar.[ch]
7113                 o remove toolbar_create_popups
7114                 o fix toolbar_set_sensitive 
7115                   (Bug reports #596834 and #596832)     
7116         * src/prefs_toolbar.c
7117                 o add "Set default" button
7118                 o align label and text + combo widgets
7119
7120 2002-08-20 [hoa]        0.8.1claws83bis
7121
7122         * src/imap.c
7123                 fixed a bug in imap_fetch_msginfo() in case there is no
7124                 current folder.
7125
7126 2002-08-20 [darko]      0.8.1claws83
7127
7128         * src/folderview.c
7129                 copy the color style of folder view so it
7130                 works with GTK themes
7131
7132 2002-08-20 [darko]      0.8.1claws82
7133
7134         * src/folder.h
7135         * src/folderview.c
7136         * src/prefs_folder_item.[hc]
7137                 don't use UI stuff in folder.h
7138
7139 2002-08-20 [darko]      0.8.1claws81
7140
7141         * src/folder.h
7142         * src/prefs_folder_item.h
7143         * src/folderview.c
7144         * src/prefs_folder_item.c
7145                 ability to set folder color in folderview
7146
7147 2002-08-19 [alfons]     0.8.1claws80
7148
7149         * src/summaryview.c
7150                 fix one of the earlier memleaks reported by Martin Kluge
7151
7152 2002-08-19 [alfons]     0.8.1claws79
7153
7154         * src/mainwindow.c
7155                 hide notice view when selecting seperate folder
7156                 view (reported by Urke MMI)
7157
7158 2002-08-19 [christoph]  0.8.1claws78
7159
7160         * src/folderview.c
7161         * src/prefs_folder_item.h
7162         * src/summaryview.[ch]
7163                 o add summary_set_prefs_from_folderitem to set
7164                   summaryview prefs (first step to remove all
7165                   references to the folderitem in summaryview)
7166                 o moved compiled regex stuff from folderitem prefs
7167                   to summaryview code
7168
7169 2002-08-19 [paul]       0.8.1claws77
7170
7171         * src/compose.c
7172                 add check for '.' to QUOTE_IF_REQUIRED
7173
7174 2002-08-19 [paul]       0.8.1claws76
7175
7176         * src/inc.c
7177                 sync with 0.8.1cvs25 (plug memory leak)
7178
7179         * src/prefs_toolbar.c
7180                 re-order prefs_toolbar_cancel()
7181
7182 2002-08-18 [alfons]     0.8.1claws75
7183
7184         * src/inc.c
7185         * src/matcher.c
7186                 plug other memleaks reported by Martin Kluge
7187
7188 2002-08-18 [paul]       0.8.1claws74
7189
7190         * po/pt_BR.po
7191                 updated by Fabio Jr. Beneditto
7192
7193 2002-08-18 [paul]       0.8.1claws73
7194
7195         * src/toolbar.[ch]
7196                 fix bug where tooltips were displayed untranslated              
7197
7198         * src/prefs_toolbar.c
7199                 fix bug where clicking 'Cancel' creates an icon & text
7200                 toolbar regardless of prefs
7201         
7202
7203 2002-08-17 [oliver]     0.8.1claws72
7204
7205         * src/prefs_toolbar.c
7206                 update toolbar on CANCEL
7207                 bug reported by Martin Kluge
7208         * src/toolbar.c
7209                 toolbar_destroy memleak fixed           
7210
7211 2002-08-17 [alfons]     0.8.1claws71
7212
7213         * src/toolbar.c
7214                 plug another memleak reported by Martin Kluge
7215
7216 2002-08-16 [alfons]     0.8.1claws70
7217
7218         * src/crash.c
7219                 use execvp() correctly (suggested by wwp; thanks!)
7220
7221 2002-08-16 [alfons]     0.8.1claws69
7222
7223         * src/gtksctree.c
7224                 plug memory leak reported by Kim Schultz & Martin Kluge
7225
7226 2002-08-16 [paul]       0.8.1claws68
7227
7228         * po/es.po
7229                 updated by Ricardo Mones Lastra
7230
7231 2002-08-16 [paul]       0.8.1claws67
7232
7233         * src/toolbar.h
7234                 fix bug where 'Compose News' icon showed wrong
7235                 tooltip
7236
7237 2002-08-16 [paul]       0.8.1claws66
7238
7239         * sync with 0.8.1cvs24
7240                 see ChangeLog 2002-08-16
7241
7242         * po/it.po
7243                 updated by Alessandro Maestri
7244
7245 2002-08-15 [paul]       0.8.1claws65
7246
7247         * po/sr.po
7248                 updated by Urke MMI
7249
7250 2002-08-15 [paul]       0.8.1claws64
7251
7252         * src/*.c
7253                 don't translate debug info
7254
7255         * src/matcher.[ch]
7256                 add copyright info
7257
7258 2002-08-15 [paul]       0.8.1claws63
7259
7260         * src/prefs_toolbar.c
7261                 fix bug where clicking 'OK' creates an icon & text
7262                 toolbar regardless of prefs
7263
7264 2002-08-14 [alfons]     0.8.1claws62
7265
7266         * src/main.c
7267                 add global var that has the full argv[0]
7268         * src/crash.c
7269                 o execvp the correct sylpheed by using argv0
7270                   and setting the correct work dir
7271                 o other tweaks  
7272
7273 2002-08-14 [oliver]     0.8.1claws61
7274         
7275         * enable/disable Toolbar Action Buttons 
7276         * code cleanups
7277         * src/mainwindow.c
7278         * src/toolbar.[ch]      
7279         * src/prefs_toolbar.c   
7280
7281 2002-08-14 [melvin]     0.8.1claws60
7282
7283         * po/fr.po
7284                 Updated French translations
7285
7286 2002-08-14 [melvin]     0.8.1claws59
7287
7288         * src/crash.c
7289                 Made bug report not translatable
7290         * src/exporthtml.c
7291                 Fixed exporthtml_build_filespec() return value
7292         * src/foldersel.c
7293                 Fixed incorrect include file
7294         * src/gtkspell.c
7295         * src/prefs_actions.c
7296         * src/prefs_toolbar.c
7297                 Made debug info not translatable
7298         * src/mutt.c
7299         * src/quote_fmt.c
7300                 Added missing includes
7301         * src/prefs_common.c
7302                 Fixed typo
7303
7304 2002-08-14 [paul]       0.8.1claws58
7305
7306         * faq/es/sylpheed-faq.html
7307           faq/es/sylpheed-faq-[1-3].html
7308           faq/es/sylpheed-faq-4.html     **NEW FILE **
7309                 update Spanish FAQ
7310
7311 2002-08-13 [christoph]  0.8.1claws57
7312
7313         * src/procmsg.c
7314                 ignore thread fix that did not mark all
7315                 child nodes of a ignored thread as
7316                 ignored. Does not work perfectly yet,
7317                 but it is better now
7318
7319 2002-08-13 [alfons]     0.8.1claws56
7320
7321         * src/crash.c
7322                 o implement 'save crash log'
7323                 o some tweaks
7324
7325 2002-08-13 [melvin]     0.8.1claws55
7326
7327         * src/main.c
7328                 removed unrequired "execinfo.h" header
7329
7330 2002-08-12 [paul]       0.8.1claws54
7331
7332         * faq/en/sylpheed-faq.html
7333           faq/en/sylpheed-faq-[1-3].html
7334           faq/en/sylpheed-faq-4.html     **NEW FILE **
7335                 update English FAQ
7336
7337 2002-08-12 [alfons]     0.8.1claws53
7338
7339         * po/POTFILES.in
7340                 add crash.c to translatables
7341         * src/crash.c
7342                 bring in Leandro's crash dialog
7343
7344 2002-08-11 [alfons]     0.8.1claws52
7345
7346         * src/crash.c
7347                 clean up some warnings
7348
7349 2002-08-11 [alfons]     0.8.1claws51
7350
7351         * acconfig.h
7352         * configure.in
7353         * src/crash.[ch]        ** NEW FILES **
7354         * src/main.c            
7355                 initial gdb crash handler
7356
7357 2002-08-11 [paul]       0.8.1claws50
7358
7359         * src/prefs_toolbar.c
7360                 replace Up/Down arrow pixmaps with text to be
7361                 consistent across icon themes
7362
7363 2002-08-11 [paul]       0.8.1claws49
7364
7365         * src/prefs_common.c
7366           src/prefs_toolbar.c
7367                 rename 'Pixmap' -> 'Icon'
7368
7369         * src/toolbar.[ch]
7370                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
7371
7372 2002-08-10 [paul]       0.8.1claws48
7373
7374         * src/prefs_toolbar.c
7375                 re-work the UI
7376
7377 2002-08-10 [paul]       0.8.1claws47
7378
7379         * src/main.c
7380                 don't write Processing progress to status bar
7381                 patch submitted by Alexander Evseev
7382
7383         * src/prefs_toolbar.c
7384                 re-position and resize window
7385                 make window assume correct size on first call
7386
7387 2002-08-10 [paul]       0.8.1claws46
7388
7389         * src/mainwindow.c
7390           src/prefs_toolbar.c
7391           src/toolbar.c
7392           src/toolbar.h
7393                 obey coding style
7394                 follow UI text conventions
7395
7396 2002-08-10 [alfons]     0.8.1claws45
7397
7398         * src/toolbar.c
7399                 correct pixmap for delete action
7400
7401 2002-08-10 [paul]       0.8.1claws44
7402
7403         * po/pt_BR.po
7404                 updated by Fabio Jr. Beneditto
7405
7406 2002-08-10 [paul]       0.8.1claws43
7407
7408         * po/POTFILES.in
7409                 add custom toolbar files
7410
7411 2002-08-10 [paul]       0.8.1claws42
7412
7413         * sync with 0.8.1cvs22
7414                 see ChangeLog 2002-08-09
7415
7416 2002-08-09 [paul]       0.8.1claws41
7417
7418         * tools/Makefile.am
7419           tools/README
7420           tools/outlook2sylpheed.pl     ** NEW FILE **
7421                 add script to convert exported Outlook
7422                 contacts list to a Sylpheed addressbook.
7423                 Submitted by Ricardo Mones Lastra.
7424
7425 2002-08-09 [paul]       0.8.1claws40
7426
7427         * AUTHORS
7428           configure.in
7429           po/sr.po      ** NEW FILE **
7430                 add Serbian message catalog. Submitted by
7431                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
7432
7433 2002-08-09 [paul]       0.8.1claws39
7434
7435         * sync with 0.8.1cvs21
7436                 see ChangeLog 2002-08-08
7437
7438 2002-08-08 [oliver]     0.8.1claws38
7439
7440         * src/mainwindow.c
7441                 move Custom Toolbar to Configuration menu
7442
7443 2002-08-08 [oliver]     0.8.1claws37
7444
7445         * src/prefs_toolbar.c
7446                 fix substitute pixmap bug
7447
7448 2002-08-08 [paul]       0.8.1claws36
7449
7450         * sync with 0.8.1cvs19
7451                 see ChangeLog 2002-08-08
7452
7453 2002-08-07 [christoph]  0.8.1claws35
7454
7455         * src/utils.c
7456                 fixed a memory leak in new canonicalize_file_replace
7457
7458 2002-08-07 [christoph]  0.8.1claws34
7459
7460         * src/utils.[ch]
7461                 o canonicalize_file_replace should create the temporary
7462                   file in the same directory as the original file.
7463                 o added get_tmpfile_in_dir that creates a temorary file
7464                   in a specified directory.
7465
7466 2002-08-07 [melvin]     0.8.1claws33
7467
7468         * src/toolbar.c
7469                 fixed bug where 'Article' button acted as 'Email' button.
7470
7471 2002-08-07 [paul]       0.8.1claws32
7472
7473         * sync with 0.8.1.cvs17
7474                 see ChangeLog 2002-08-07
7475
7476 2002-08-07 [colin]      0.8.1claws31
7477         
7478         * src/news.c
7479                 fix mass-cancel problem
7480
7481 2002-08-07 [thorsten]   0.8.1claws30
7482
7483         * src/prefs_toolbar.c
7484                 fix: crash on replace or add new button
7485         * src/toolbar.c
7486                 fix: close xmlfile after reading
7487         * src/utils.c
7488                 fix: unlink() file before rename()
7489
7490 2002-08-06 [paul]       0.8.1claws29
7491
7492         * sync with 0.8.cvs15
7493                 see ChangeLog 2002-08-06
7494
7495 2002-08-06 [oliver]     0.8.1claws28
7496
7497         * src/toolbar.c
7498         * src/prefs_toolbar.c
7499                 fixed empty toolbar issue
7500
7501 2002-08-06 [oliver]     0.8.1claws27
7502
7503         * Custom Toolbar Final 
7504         * src/folderview.c
7505         * src/inc.c
7506         * src/summaryview.c
7507                 o toolbar stuff now lives in src/toolbar.[ch]
7508                 o main_window_toolbar_* functions are renamed to
7509                   toolbar_* reflecting their new source file
7510         * src/mainwindow.[ch]
7511                 o remove toolbar stuff  
7512
7513 2002-08-06 [oliver]     0.8.1claws26
7514         
7515         * src/Makefile.am
7516         * src/prefs_toolbar.[ch]        **New File**
7517         * src/toolbar.[ch]              **New File**
7518                 o prefs_toolbar.[ch] custom toolbar frontend
7519                 o toolbar.[ch]       backend 
7520
7521 2002-08-06 [oliver]     0.8.1claws25
7522
7523         * src/prefs_actions.[ch]
7524                 o new exported function actions_execute
7525
7526 2002-08-06 [paul]       0.8.1claws24
7527
7528         * sync with 0.8.1cvs4
7529                 see ChangeLog 2002-08-06
7530
7531 2002-08-06 [paul]       0.8.1claws23
7532
7533         * sync with 0.8.1cvs13
7534                 see ChangeLog 2002-08-06
7535
7536 2002-08-06 [paul]       0.8.1claws22
7537
7538         * sync with 0.8.1cvs12
7539                 see ChangeLog 2002-08-05 and 2002-08-06
7540
7541 2002-08-06 [match]      0.8.1claws21
7542
7543         * src/addrclip.c
7544                 improvements to cut/copy/paste address
7545
7546 2002-08-05 [match]      0.8.1claws20
7547
7548         * src/addritem.[ch]
7549         * src/addrcache.c
7550         * src/addrbook.c
7551         * src/editaddress.c
7552         * src/addressbook.c
7553                 fixes to improve cut/copy/paste
7554
7555 2002-08-06 [melvin]     0.8.1claws19
7556
7557         * src/account.[ch]
7558                 account_find_all_from_address(): new function that returns the
7559                 list of all accounts that are matched in an address.
7560         * src/alertpanel.[ch]
7561                 alertpanel() now accepts a custom widget
7562                 alertpanel_with_widget(): new function that pops up a panel with
7563                 a custom widget in it 
7564         * src/gtkutils.[ch]
7565                 gtkut_account_menu_new(): new function that allows the selection
7566                 of an account from a list of accounts.
7567         * src/messageview.c
7568                 Extended Return Receipt notification to select the correct 
7569                 account and to make a security test on the Delivery-Notification
7570                 address which should be the same as the Return-Path.
7571
7572 2002-08-06 [thorsten]   0.8.1claws18
7573
7574         * src/mimeview.c
7575                 attach_all: save unnamed as "noname.%d",
7576                 dont free static dirname
7577
7578 2002-08-05 [alfons]     0.8.1claws17
7579
7580         * configure.in
7581                 detect XIM by trying to link rather than compile a XIM program
7582
7583 2002-08-05 [oliver]     0.8.1claws16
7584                 
7585         * src/stock_pixmap.[ch]
7586                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
7587                 o new func to retrieve pixmaps
7588
7589 2002-08-05 [paul]       0.8.1claws15
7590
7591         * sync with 0.8.1cvs10
7592                 see ChangeLog 2002-08-05
7593
7594 2002-08-04 [alfons]     0.8.1claws14
7595
7596         * src/textview.c
7597                 see if this plugs memleak
7598
7599 2002-08-04 [melvin]     0.8.1claws13
7600
7601         * src/gtkspell.c
7602                 fixed bug that could crash Sylpheed when highlighting
7603                 all misspelled words.
7604
7605 2002-08-03 [melvin]     0.8.1claws12
7606
7607         * src/prefs_actions.c
7608                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
7609         * src/messageview.c
7610                 fixed bug where the Return Receipt was sent to
7611                 Delivery-Notification-To address even if it was not present
7612
7613 2002-08-02 [alfons]     0.8.1claws11
7614
7615         * src/prefs_actions.c
7616                 o more check for NULLs
7617                 o put create_io_dialog() in right conditional block
7618
7619 2002-08-02 [paul]       0.8.1claws10
7620
7621         * po/es.po
7622                 updated by Ricardo Mones Lastra
7623
7624 2002-08-01 [christoph]  0.8.1claws9
7625
7626         * src/folder.c
7627                 don't free the cache of the opened
7628                 folder in the summaryview
7629         * src/summaryview.c
7630                 don't unset flags, if it is not required
7631
7632 2002-08-01 [paul]       0.8.1claws8
7633
7634         * sync with 0.8.1cvs8
7635                 see ChangeLog entry 2002-08-01
7636
7637 2002-08-01 [paul]       0.8.1claws7
7638
7639         * sync with 0.8.1cvs7
7640                 see ChangeLog 2002-07-31 and 2002-08-01
7641
7642 2002-07-31 [christoph]  0.8.1claws6
7643
7644         * src/mainwindow.c
7645                 forgot to update menu sensitivity
7646                 function for new menu entry
7647
7648 2002-07-31 [alfons]     0.8.1claws5
7649
7650         * src/main.c
7651                 check folder item and its path for NULL on
7652                 initial processing
7653
7654 2002-07-31 [christoph]  0.8.1claws4
7655
7656         * src/folder.c
7657                 check if folder_item_get_msginfo in
7658                 folder_item_remove_msg returned NULL
7659         * src/imap.c
7660                 better clear the uid cache in the
7661                 uid validity check function and delete
7662                 cached messages
7663
7664 2002-07-31 [paul]       0.8.1claws3
7665
7666         * man/sylpheed.1
7667                 add the '--attach' option and a few other
7668                 minor changes
7669
7670 2002-07-31 [paul]       0.8.1claws2
7671
7672         * sync with 0.8.1cvs5
7673                 see ChangeLog 2002-07-31
7674
7675 2002-07-31 [christoph]  0.8.1claws1
7676
7677         * src/folderview.[ch]
7678         * src/mainwindow.c
7679                 replace "Rescan all folders..." with
7680                 "Check all folders for new messages..."
7681
7682 2002-07-30 [paul]       0.8.1claws
7683
7684         * version 0.8.1claws released
7685
7686 2002-07-30 [paul]       0.8.0claws29
7687
7688         * tools/OOo2sylpheed.pl ** NEW FILE **
7689           tools/README
7690                 add script to enable sending documents as
7691                 attachments from OpenOffice.org
7692
7693 2002-07-30 [melvin]     0.8.0claws28
7694
7695         * src/prefs_actions.c
7696                 Made the actions' input/output dialog display
7697                 without delay.
7698
7699 2002-07-30 [christoph]  0.8.0claws27
7700
7701         * src/procmsg.c
7702                 check if folder_item_get_msginfo in
7703                 procmsg_save_to_outbox returned NULL
7704
7705 2002-07-30 [paul]       0.8.0claws26
7706
7707         * sync with 0.8.1cvs4
7708                 see ChangeLog 2002-07-29
7709
7710 2002-07-29 [thorsten]   0.8.0claws25
7711
7712         * README.claws
7713                 added selective download, delete on server
7714
7715 2002-07-29 [paul]       0.8.0claws24
7716
7717         * sync with 0.8.1cvs3
7718                 see ChangeLog 2002-07-29
7719
7720 2002-07-27 [christoph]  0.8.0claws23
7721
7722         * src/folder.c
7723                 add extra check if fetching the msginfo
7724                 returned NULL
7725
7726 2002-07-27 [paul]       0.8.0claws22
7727
7728         * sync with 0.8.1cvs2
7729                 see ChangeLog 2002-07-26
7730
7731 2002-07-27 [christoph]  0.8.0claws21
7732
7733         * src/imap.c
7734                 add another check if a valid msginfo
7735                 was returned
7736
7737 2002-07-26 [hoa]        0.8.0claws20
7738
7739         * src/folder.c
7740                 Fixed a condition in folder_item_destroy()
7741
7742         * src/imap.c
7743                 Fixed an error in IMAP protocol
7744
7745 2002-07-26 [alfons]     0.8.0claws19
7746
7747         * src/folder.c
7748                 ofcourse compare with identifier, not the path
7749
7750 2002-07-26 [alfons]     0.8.0claws18
7751
7752         * src/folder.c
7753                 use folder item identifier for saving / restoring
7754                 preferences because folder->path might not be unique
7755
7756 2002-07-26 [melvin]     0.8.0claws17
7757
7758         * src/logwindow.c
7759                 Fixed a crash introduced in 0.8.0claws5 when log is 
7760                 cut under 80 characters.
7761
7762 2002-07-26 [paul]       0.8.0claws16
7763
7764         * sync with 0.8.1cvs1
7765                 see ChangeLog 2002-07-26
7766
7767 2002-07-26 [christoph]  0.8.0claws15
7768
7769         * src/imap.[ch]
7770                 imap folder now remembers the last selected
7771                 folder and imap_fetch_msginfo skips selecting
7772                 the folder if it is already selected
7773
7774 2002-07-26 [christoph]  0.8.0claws14
7775
7776         * src/folder.c
7777         * src/folderview.c
7778         * src/imap.c
7779                 fix imap folder rescanning
7780
7781 2002-07-25 [christoph]  0.8.0claws13
7782
7783         * src/filter.c
7784         * src/folder.[ch]
7785         * src/folderview.c
7786         * src/imap.[ch]
7787         * src/mainwindow.c
7788         * src/mbox_folder.c
7789         * src/mh.c
7790         * src/news.c
7791                 implement imap uid cache and uid validity check
7792
7793 2002-07-25 [alfons]     0.8.0claws12
7794
7795         * src/summaryview.c
7796                 fix a brown paper bag bug, and also add some more
7797                 checks
7798
7799 2002-07-25 [christoph]  0.8.0claws11
7800
7801         * src/folder.c
7802                 don't mix copy, fetch_msginfo and remove
7803                 operations in folder item copy and move
7804                 operations
7805
7806 2002-07-25 [christoph]  0.8.0claws10
7807
7808         * src/folderview.c
7809         * src/mainwindow.c
7810         * src/prefs_folder_item.c
7811         * src/summaryview.[ch]
7812                 remove no longer required parameter update_cache from
7813                 summary_show
7814
7815 2002-07-25 [paul]       0.8.0claws9
7816
7817         * sync with 0.8.1
7818         
7819         * AUTHORS
7820                 a few corrections
7821
7822 2002-07-24 [alfons]     0.8.0claws8
7823
7824         * src/summaryview.c
7825                 sort correctly when using simplified subject line
7826                 (closes feature request "[ 585141 ] applying regexp to subject 
7827                 before sort" submitted by Alexandra Walford)
7828
7829 2002-07-24 [paul]       0.8.0claws7
7830
7831         * sync with 0.8.0cvs3
7832                 see ChangeLog 2002-07-24
7833
7834 2002-07-23 [christoph]  0.8.0claws6
7835
7836         * src/folder.c
7837         * src/folder.h
7838         * src/summaryview.c
7839         * src/summaryview.h
7840         * src/main.c
7841                 o separate processing and summaryview
7842                 o removed summary_write_cache from summaryview
7843                 o removed summaryview->killed_messages, because we don't have
7844                   to keep a list of killed messages anymore. New cache will
7845                   keep the hidden messages in cache anyway
7846         * src/folderview.c
7847         * src/inc.c
7848         * src/selective_download.c
7849                 o removed unnecessary summary_write_cache calls
7850         * src/procmsg.c
7851                 o don't set ignore thread flag in procmsg_get_thread_tree
7852                   if it is already set
7853         * src/mainwindow.c
7854         * src/statusbar.h
7855                 o moved STATUSBAR_PUSH/POP to statusbar.h because
7856                   they are used in different files
7857
7858 2002-07-23 [melvin]     0.8.0claws5
7859
7860         * src/addressbook.c
7861         * src/addrgather.c
7862         * src/editaddress.c
7863         * src/editgroup.c
7864         * src/editldap_basedn.c
7865         * src/importldif.c
7866         * src/prefs_common.c
7867                 Fixed few memory leak (gtk_editable_get_chars returns
7868                 an allocated string)
7869         * src/logwindow.c
7870                 Fixed few memory leak (gtk_editable_get_chars returns
7871                 an allocated string) and modified a little the log cutting
7872                 loop.
7873         * src/compose.c
7874                 Replaced a call to an obsolete function gtk_entry_get_text()
7875                 by gtk_editable_get_chars()
7876         * src/send.c
7877                 Removed a debug printf
7878
7879 2002-07-23 [christoph]  0.8.0claws4
7880
7881         * src/filesel.c
7882                 fix another g_dirname memory leak
7883
7884 2002-07-23 [christoph]  0.8.0claws3
7885
7886         * src/mh.c
7887                 fixed a memory leak in mh_fetch_msginfo
7888                 fixed crash when message header could not be
7889                 parsed
7890
7891 2002-07-23 [paul]       0.8.0claws2
7892
7893         * sync with 0.8.0cvs2
7894                 see ChangeLog 2002-07-23
7895
7896 2002-07-23 [paul]       0.8.0claws1
7897
7898         * sync with 0.8.0cvs1
7899                 see ChangeLog 2002-07-23
7900
7901 2002-07-23 [paul]       0.8.0claws
7902
7903         * release of 0.8.0claws
7904
7905 2002-07-23 [paul]       0.7.8claws99
7906
7907         * po/ru.po
7908                 new Russian translation, submitted by
7909                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
7910
7911 2002-07-22 [jens]       0.7.8claws98
7912
7913         * po/de.po
7914                 Updated German translations.
7915
7916 2002-07-22 [paul]       0.7.8claws97
7917
7918         * po/es.po
7919           po/it.po
7920           po/nl.po
7921           po/pt_BR.po
7922                 updated translations by Ricardo Mones Lastra,
7923                 Alessandro Maestri, Wilbert Berendsen and 
7924                 Fabio Jr. Beneditto respectively
7925
7926 2002-07-22 [christoph]  0.7.8claws96
7927
7928         * src/mimeview.c
7929                 fix memory leak caused by wrong g_dirname usage
7930
7931 2002-07-22 [christoph]  0.7.8claws95
7932
7933         * src/summaryview.c
7934                 update new and unread message counts for summaryview
7935                 summaryview does not get it from the folder anymore
7936                 and has to update the values itself
7937
7938 2002-07-22 [melvin]     0.7.8claws94
7939
7940         * po/fr.po
7941                 Updated French translations.
7942
7943 2002-07-22 [christoph]  0.7.8claws93
7944
7945         * src/matcher.c
7946                 set prop->preg pointer to NULL or following check
7947                 will not fail and regexec will be called with
7948                 invalid pointer
7949
7950 2002-07-21 [alfons]     0.7.8claws92
7951         
7952         * src/prefs_common.[ch]
7953                 remove option "Send return receipt on request"
7954
7955 2002-07-21 [thorsten]   0.7.8claws91
7956
7957         * src/mimeview.c
7958                 fixed memleaks, coding style as pointed out by alfons
7959
7960 2002-07-21 [alfons]     0.7.8claws90
7961
7962         * src/messageview.c
7963         * src/noticeview.[ch]
7964                 o fix bug notice view being displayed when going to empty folder 
7965                   (noticed by Christoph)
7966                 o allow RRR to be sent when restarting sylpheed, or changing folder 
7967                   (noticed by Thorsten)
7968
7969 2002-07-21 [thorsten]   0.7.8claws89
7970
7971         * src/mimeview.c
7972                 Included save_all patch from Xaview FACQ
7973                 added support for pathnames
7974
7975 2002-07-21 [alfons]     0.7.8claws88
7976
7977         * po/POTFILES.in
7978         * src/Makefile.am
7979         * src/mainwindow.c
7980         * src/messageview.[ch]
7981         * src/noticeview.c      ** NEW FILE **
7982         * src/noticeview.h      ** NEW FILE **
7983                 make return receipts work again
7984                 (UI idea by Leandro Pereira)
7985
7986 2002-07-21 [paul]       0.7.8claws87
7987
7988         * src/summaryview.c
7989                 fix sensitivity of 'Select thread'
7990
7991 2002-07-21 [paul]       0.7.8claws86
7992
7993         * src/prefs_common.c
7994                 add browser command line for Galeon
7995
7996 2002-07-21 [paul]       0.7.8claws85
7997
7998         * Makefile.am
7999                 fix 'EXTRA_DIST': remove README.README, add TODO
8000                 and TODO.claws
8001
8002 2002-07-21 [alfons]     0.7.8claws84
8003
8004         * src/gtkstext.c
8005                 make enter clear selection
8006                 (closes "[ 579888 ] Editor selection/entry error"
8007                 reported by Steve Lamb)
8008
8009 2002-07-21 [alfons]     0.7.8claws83
8010         
8011         * src/summaryview.c
8012                 sort message list when selecting unthread messages
8013                 (closes "[ 501593 ] switching threaded view doesn't sort"
8014                 reported by Simon Schubert)
8015
8016 2002-07-20 [alfons]     0.7.8claws82
8017         
8018         * src/matcher.c
8019                 const-correctness
8020
8021 2002-07-20 [thorsten]   0.7.8claws81
8022
8023         * src/matcher.c
8024                 Fixed expansion of empty fields in matchactions
8025
8026 2002-07-19 [melvin]     0.7.8claws80
8027
8028         * src/gtkspell.c
8029                 Removed a duplicate menu entry (fast mode) introduced during
8030                 the new cache merge
8031                 Added a menu separator between 'Use alternate' and 'Fast mode'
8032
8033 2002-07-19 [paul]       0.7.8claws79
8034
8035         * tools/Makefile.am
8036           tools/README
8037                 correct typos
8038
8039 2002-07-19 [thorsten]   0.7.8claws78
8040
8041         * tools/calypso_convert.pl      ** NEW FILE **
8042           tools/README
8043           tools/Makefile.am
8044                 script to import mbox files exported
8045                 by calypso
8046                 o generates folder structure
8047                 o includes attachments
8048
8049 2002-07-19 [melvin]     0.7.8claws77
8050
8051         * src/selective_download.[ch]
8052                 Fixed bug where closing the dialog with the window manager's
8053                 close button will not unlock the summary
8054                 Corrected some function declarations that missed a return value
8055                 Made the source code comply better with coding style.
8056         * src/prefs_common.c
8057                 Added new browser command line for Mozilla.
8058
8059 2002-07-18 [paul]       0.7.8claws76
8060
8061         * src/mainwindow.c
8062           src/selective_download.[ch]
8063                 reflect theme changes, fix Gdk Warning when creating 
8064                 pixmap from NULL window, and minor clean up.
8065                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8066
8067         * po/en_GB.po
8068                 updated
8069
8070 2002-07-17 [paul]       0.7.8claws75
8071
8072         * INSTALL[.jp]
8073                 sync with 0.8.0
8074         
8075         * po/en_GB.po
8076                 updated
8077
8078 2002-07-16 [paul]       0.7.8claws74
8079
8080         * tools/filter_conv.pl
8081           tools/README
8082                 replace conversion script with reimplemented version, 
8083                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
8084
8085 2002-07-16 [colin]      0.7.8claws73
8086
8087         * src/summaryview.c
8088                 remove forgotten debug messages - sorry ;-)
8089
8090 2002-07-16 [colin]      0.7.8claws72
8091
8092         * src/mimeview.c
8093           src/summaryview.c
8094           src/textview.c
8095           src/textview.h
8096                 add the ability to select part of a text mime-part 
8097                 to reply.
8098
8099 2002-07-15 [christoph]  0.7.8claws71
8100
8101         * src/folder.c
8102                 fix folder message count for folders without
8103                 msg_is_changed (includes news folders)
8104
8105 2002-07-15 [martin]     0.7.8claws70
8106
8107         * src/summaryview.c
8108                 option "display recipient on 'From'..." now works
8109                 without the need of enabling the option
8110                 "display  sender  using  address  book".
8111
8112 2002-07-15 [christoph]  0.7.8claws69
8113
8114         * src/summaryview.c
8115                 removed setting folder status from summaryview.
8116                 folder.c should update all message counts correctly.
8117
8118 2002-07-15 [paul]       0.7.8claws68
8119
8120         * po/pt_BR.po
8121                 updated by Fabio Junior Beneditto
8122
8123 2002-07-15 [darko]      0.7.8claws67
8124
8125         * src/mh.c
8126                 Fixed target folder colorization, don't decrease op
8127                 number twice
8128
8129 2002-07-14 [paul]       0.7.8claws66
8130
8131         * sync with main 0.8.0
8132                 see ChangeLog 2002-07-14
8133
8134 2002-07-13 [melvin]     0.7.8claws65
8135         
8136         * src/addrbook.c
8137         * src/addressbook.c
8138         * src/addrindex.c
8139                 Replaced sprintf by g_snprintf to prevent possible buffer
8140                 overflow.
8141         * src/news.c
8142                 Corrected a log message output format.
8143                 Added a missing "done" debug output.
8144         * src/compose.c
8145                 Added keyboard accelerator for Priority menu items
8146                 Added missing \n in debug output
8147         * src/logwindow.c
8148         * src/gtkspell.c
8149         * src/rfc2015.c
8150                 Added missing \n in debug output
8151
8152 2002-07-13 [paul]       0.7.8claws64
8153
8154         * man/sylpheed.1
8155                 change Sergey's email address to the sf address
8156
8157         * src/textview.c
8158                 increase show_url_timeout (more useful for long
8159                 urls)
8160
8161 2002-07-12 [sergey]     0.7.8claws63
8162
8163         * src/rfc2015.c
8164                 applied (with some modifications) patch to set the
8165                 micalg parameter for signatures
8166                 (2001-08-28 Werner Koch <wk@gnupg.org>)
8167
8168 2002-07-12 [sergey]     0.7.8claws62
8169
8170         * man/Makefile.am
8171         * configure.in
8172                 fixed man page installation
8173
8174 2002-07-12 [paul]       0.7.8claws61
8175
8176         * sync with 0.7.8cvs26
8177                 see ChangeLog 2002-07-11 and 2002-07-12
8178
8179 2002-07-11 [christoph]  0.7.8claws60
8180
8181         * src/compose.c
8182         * src/procmsg.c
8183                 first use the message number to find the message
8184                 to mark with a reply flag but check the
8185                 message-id if we got the correct message, if not
8186                 try to find it by message-id.
8187                 use new string seperator that is not allowed
8188                 in message-ids.
8189
8190 2002-07-11 [paul]       0.7.8claws59
8191
8192         * sync with 0.7.8cvs23
8193                 see ChangeLog 2002-07-10
8194
8195 2002-07-10 [christoph]  0.7.8claws58
8196
8197         * src/folder.[ch]
8198         * src/msgcache.[ch]
8199                 Added message-id table to the cache in memory
8200                 and functions to msgcache.c and folder.c to
8201                 fetch MsgInfos by message id
8202         * src/compose.c
8203         * src/procmsg.c
8204                 store folder and message-id of message replying
8205                 to in queue header and set reply flag after sending
8206                 (Closes bug #469498)
8207
8208 2002-07-10 [paul]       0.7.8claws57
8209
8210         * AUTHORS
8211           man/sylpheed.1.gz
8212                 add Martin to the list of authors
8213
8214 2002-07-09 [martin]     0.7.8claws56
8215         * src/gtksctree.c
8216                 Added gtk_ctree_last_visible(), tree_update_level(),
8217                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
8218                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8219                 from gtk+ to gtksctree.c for the new sorting code
8220                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
8221                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
8222         * src/gtksctree.h
8223                 Added declaration for gtk_sctree_sort_recursive() and
8224                 gtk_sctree_sort_node
8225         * src/addressbook.c
8226         * src/foldersel.c
8227         * src/folderview.c
8228         * src/summaryview.c
8229                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8230                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
8231
8232 2002-07-08 [paul]       0.7.8claws55
8233
8234         * more sync with 0.7.8cvs21
8235                 see ChangeLog 2002-07-08
8236
8237 2002-07-08 [paul]       0.7.8claws54
8238
8239         * sync with 0.7.8cvs21
8240                 see ChangeLog 2002-07-08
8241
8242 2002-07-07 [alfons]     0.7.8claws53
8243
8244         * src/Makefile.am
8245         * src/stock_pixmap.[ch]
8246         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
8247         * src/pixmaps/notice_error.xpm  ** NEW FILE **
8248         * src/pixmaps/notice_note.xpm   ** NEW FILE **
8249                 add new pixmaps for upcoming notice pane
8250
8251 2002-07-06 [melvin]     0.7.8claws52
8252
8253         * src/gtkspell.[ch]
8254                 Made them a bit closer to Sylpheed's coding style.
8255                 Removed old code.
8256                 Removed possible memory leaks when some errors occurs.
8257
8258 2002-07-06 [melvin]     0.7.8claws51
8259
8260         * po/Makefile.in.in
8261                 Removed --no-location in xgettext command line to help
8262                 translators that use Emacs' po-mode
8263         * src/quote_fmt.c
8264                 Removed unnecessary comments that messed up sylpheed.pot
8265
8266 2002-07-06 [paul]       0.7.8claws50
8267
8268         * sync with 0.7.8cvs19
8269                 see ChangeLog 2002-07-05
8270
8271 2002-07-06 [christoph]  0.7.8claws49
8272
8273         * src/folder.c
8274         * src/mainwindow.c
8275                 fix folder_item_remove_all_msg and folderview
8276                 status for trash folders after emptying trash
8277
8278 2002-07-05 [paul]       0.7.8claws48
8279
8280         * sync with 0.7.8cvs16
8281                 see ChangeLog 2002-07-04 and 2002-07-05
8282
8283 2002-07-04 [paul]       0.7.8claws47
8284
8285         * sync with 0.7.8cvs14
8286                 see  ChangeLog 2002-07-04
8287
8288 2002-07-03 [alfons]     0.7.8claws46
8289
8290         * src/folder.c
8291                 dupe folder item's path because it's being reallocated
8292                 by new folder scanning code
8293
8294 2002-07-03 [christoph]  0.7.8claws45
8295
8296         * src/imap.c
8297                 better IMAP uid fetching using 'FETCH 1:* (UID)'
8298         * src/msgcache.c
8299                 add missing return in msgcache_write
8300
8301 2002-07-02 [thorsten]   0.7.8claws44
8302
8303         * src/jpilot.c
8304         * src/msgcache.c
8305         * src/rfc2015.c
8306                 use binary mode for file access
8307
8308 2002-07-02 [christoph]  0.7.8claws43
8309
8310         * major code cleanup (part 1)
8311         
8312                 - unused variables removed
8313                 - unused functions removed
8314                 - uninitialized variables checked
8315                 - missing return statements added
8316                 - missing function return types added
8317                 - added parentheses around assignment and
8318                   && in || when suggested by gcc
8319               
8320         * src/mh.c
8321         * src/folder.c
8322                 replaced direct calls to folder->scan_tree
8323                 with folder_scan_tree and restore folder
8324                 prefs in this function. The folder should
8325                 not have to deal with them.
8326                 ( Should now work for all folder types )
8327
8328 2002-07-02 [paul]       0.7.8claws42
8329
8330         * sync with 0.7.8cvs13
8331                 see ChangeLog 2002-07-01 and 2002-07-02
8332
8333 2002-07-01 [christoph]  0.7.8claws41
8334
8335         * src/summaryview.c
8336                 fix "goto next/prev unread message" with
8337                 ignored threads
8338
8339 2002-07-01 [paul]       0.7.8claws40
8340
8341         * po/es.po
8342                 updated by Ricardo Mones Lastra
8343
8344 2002-06-30 [match]      0.7.8claws39
8345
8346         * src/jpilot.c
8347                 applied variation of leonerd's patch (566661) to
8348                 allow multiple email addresses per JPilot entry.
8349                 addresses may be separated by space, comma, pipe,
8350                 semi-colon, new-line.
8351
8352 2002-06-30 [alfons]     0.7.8claws38
8353
8354         * src/procmsg.c
8355                 simple fix for putting older nodes before
8356                 newer nodes when threading by subject
8357
8358 2002-06-30 [christoph]  0.7.8claws37
8359
8360         * src/folder.c
8361         * src/folderview.c
8362         * src/mh.c
8363         * src/news.c
8364         * src/procmsg.c
8365                 fix broken folder tree rescaning
8366                 and don't use procmsg_get_mark_sum
8367                 anymore
8368
8369 2002-06-30 [christoph]  0.7.8claws36
8370
8371         * merge new cache branch
8372         * src/imap.c
8373                 fix new cache imap copy bug
8374         * src/folder.c
8375                 improved folder_item_scan
8376                 it should now always set the correct
8377                 new, unread and total message counts
8378
8379 2002-06-29 [paul]       0.7.8claws35
8380
8381         * configure.in
8382                 correct syntax error
8383
8384 2002-06-29 [paul]       0.7.8claws34
8385
8386         * configure.in
8387           Makefile.am
8388           man/Makefile.am       ** NEW FILE **
8389           man/sylpheed.1.gz     ** NEW FILE **
8390                 add Sylpheed man page
8391
8392 2002-06-29 [paul]       0.7.8claws33
8393
8394         * po/pt_BR.po
8395                 updated by Fabio Junior Beneditto
8396
8397 2002-06-28 [jens]       0.7.8claws32
8398
8399         * po/de.po
8400                 translation updated
8401
8402         * src/selective_download.c
8403                 removed gettext for space " "
8404
8405         * src/imap.c
8406                 removed wrong space
8407
8408 2002-06-28 [paul]       0.7.8claws31
8409
8410         * sync with 0.7.8cvs11
8411                 see ChangeLog 2002-06-28
8412
8413 2002-06-28 [paul]       0.7.8claws30
8414
8415         * sync with 0.7.8cvs10
8416                 see ChangeLog 2002-06-27 and 2002-06-28
8417
8418 2002-06-26 [paul]       0.7.8claws29
8419
8420         * src/addrgather.c
8421           src/selective_download.c
8422                 don't gettextise empty strings.
8423                 reserved by gettext. gettext("") returns 
8424                 the header entry with meta information, 
8425                 not the empty string
8426
8427         * po/en_GB.po
8428                 updated
8429
8430 2002-06-26 [paul]       0.7.8claws28
8431
8432         * sync with 0.7.8cvs7
8433                 see ChangeLog 2002-06-25
8434
8435         * src/prefs_common.c
8436                 ...and in the process, tweak the gui a little
8437
8438 2002-06-25 [alfons]     0.7.8claws27
8439         
8440         * configure.in
8441         * src/Makefile.am
8442                 fine tune ldap library detection
8443
8444 2002-06-25 [alfons]     0.7.8claws26
8445
8446         * src/compose.c
8447                 don't allow return receipts when composing a news article
8448
8449 2002-06-25 [paul]       0.7.8claws25
8450
8451         * Makefile.am
8452                 add '$(AMTAR)' to 'release' section to allow for
8453                 new and older autotools
8454
8455 2002-06-25 [paul]       0.7.8claws24
8456
8457         * src/summaryview.c
8458                 fix "No more unread messages" persistant pop-up
8459                 window bug
8460
8461 2002-06-25 [paul]       0.7.8claws23
8462
8463         * po/it.po
8464                 updated by Alessandro Maestri
8465
8466 2002-06-25 [paul]       0.7.8claws22
8467
8468         * sync with 0.7.8cvs6
8469                 see ChangeLog 2002-06-25
8470
8471 2002-06-24 [paul]       0.7.8claws21
8472
8473         * tools/update-po
8474                 add GPL copyright information
8475
8476 2002-06-24 [paul]       0.7.8claws20
8477
8478         * tools/Makefile.am
8479           tools/README
8480           tools/update-po       ** NEW FILE **
8481                 add script that eases the creation of *.po files
8482                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
8483
8484 2002-06-23 [alfons]     0.7.8claws19
8485
8486         * src/messageview.c
8487                 make notification_convert_header obey const correctness
8488                 (next step will be fixing the broken return receipt)
8489
8490 2002-06-23 [paul]       0.7.8claws18
8491
8492         * src/messageview.c
8493                 fix bug introduced in last commit:
8494                 removed too much code in last commit - put back what's
8495                 needed
8496
8497 2002-06-23 [paul]       0.7.8claws17
8498
8499         * src/messageview.[ch]
8500                 remove code committed in error from locally patched
8501                 source
8502
8503 2002-06-23 [colin]      0.7.8claws16
8504
8505         * src/compose.[ch]
8506                 add compose_entry_select(), used to select the default_to
8507                 email address - hopefully avoiding people sending mails to
8508                 wrong recipients.
8509
8510 2002-06-22 [alfons]     0.7.8claws15
8511
8512         * AUTHORS
8513                 add Bram Metsch & Stanislav Karchebny
8514         * src/smtp.[ch]
8515         * src/prefs_account.[ch]
8516         * src/send.c
8517                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
8518                   options.  (see <http://sourceforge.net/tracker/index.php
8519                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
8520
8521                 - merge Stanislav's fix to make SMTP AUTH work with qmail
8522                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
8523
8524 2002-06-22 [paul]       0.7.8claws14
8525
8526         * sync with 0.7.8cvs5
8527                 see ChangeLog 2002-06-19 and 2002-06-20
8528
8529 2002-06-22 [alfons]     0.7.8claws13
8530
8531         * src/selective_download.c
8532                 fix a stupid mistake I made
8533
8534 2002-06-22 [alfons]     0.7.8claws12
8535
8536         * src/selective_download.[ch]
8537                 fix another unnoticed leak; cleanup code
8538
8539 2002-06-21 [alfons]
8540
8541         * tools/Makefile.am
8542                 gpg-sign <-- gpg-sign-syl
8543
8544 2002-06-21 [alfons]     0.7.8claws11
8545
8546         * src/selective_download.c
8547         * src/selective_download.h
8548                 fix assorted mix of allocation errors (should solve
8549                 problem reported by Philippe Gramoullé, see:
8550                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
8551
8552 2002-06-20 [melvin]     0.7.8claws10
8553
8554         * tools/gpg-sign *REMOVED*
8555           tools/gpg-sign-syl *ADDED*
8556                 Replaced the gpg clearsigning script with the version using
8557                 xterm instead of ssh-askpass and changed its name.
8558
8559         * README.claws
8560                 Updated actions example to reflect the renaming of the
8561                 gpg clearsigning script.
8562
8563 2002-06-19 [paul]       0.7.8claws9
8564
8565         * sync with 0.7.8claws9
8566                 see ChangeLog 2002-06-18 and 2002-06-19
8567
8568 2002-06-19 [paul]       0.7.8claws8
8569
8570         * sync with 0.7.8cvs1
8571                 see ChangeLog 2002-06-18
8572
8573 2002-06-18 [alfons]     0.7.8claws7
8574
8575         * src/mainwindow.h
8576                 add omitted prototype
8577
8578 2002-06-17 [paul]       0.7.8claws6
8579
8580         * src/mainwindow.c
8581                 fix hiding of exec_btn
8582
8583 2002-06-17 [paul]       0.7.8claws5
8584
8585         * src/pop.c
8586                 remove unneeded code: should_delete() 
8587                 and Pop3State::uidl_todelete_list
8588
8589 2002-06-17 [paul]       0.7.8claws4
8590
8591         * sync with 0.7.8
8592                 see ChangeLog 2002-06-11 and 2002-06-13
8593
8594 2002-06-16 [alfons]     0.7.8claws3
8595         
8596         * src/folder.c
8597                 make sure lock sort mode (claws specific) is
8598                 also persists after a tree rescan
8599
8600 2002-06-16 [alfons]     0.7.8claws2
8601
8602         * src/prefs_folder_item.c
8603         * src/folder.[ch]
8604                 fix persistence of folder sort mode (broken
8605                 by adapting Hiro's new folder persistence code)
8606
8607 2002-06-16 [alfons]     0.7.8claws1
8608
8609         * AUTHORS
8610         * src/logwindow.c
8611         * src/prefscommon.[ch]
8612                 control size of log text in log window; 
8613                 closes patch #569155 submitted by Mitko Haralanov.
8614
8615 2002-06-15 [paul]       0.7.8claws
8616
8617         * release of 0.7.8claws
8618
8619 2002-06-15 [paul]       0.7.7claws
8620
8621         * po/pt_BR.po
8622                 updated by Fabio Junior Beneditto
8623
8624 2002-06-14 [paul]       0.7.6claws49
8625
8626         * po/es.po
8627                 updated by Ricardo Mones Lastra
8628
8629 2002-06-14 [paul]       0.7.6claws48
8630
8631         * po/nl.po
8632                 updated translation by Wilbert Berendsen
8633
8634 2002-06-14 [melvin]     0.7.6claws47
8635
8636         * po/fr.po
8637                 Updated French translation
8638
8639 2002-06-13 [paul]       0.7.6claws46
8640
8641         * src/filesel.c
8642                 allow filename to be typed in, rather than just
8643                 selected by the mouse. Patch by Gustavo Noronha Silva.
8644
8645 2002-06-13 [alfons]     0.7.6claws45
8646
8647         * src/mainwindow.[ch]
8648                 more cleanups (removing unnecessary menu items Expand 
8649                 summary / message view)
8650
8651 2002-06-13 [melvin]     0.7.6claws44
8652
8653         * po/POTFILES.in
8654                 Added src/string_match.c
8655         * src/string_match.c
8656                 Fixed possible buffer overflow.
8657                 Corrected typo.
8658                 Added missing config.h header.
8659         * src/prefs_common.c
8660           src/prefs_matcher.c
8661           src/prefs_scoring.c
8662                 Made some strings translatable (missing _(..)).
8663
8664 2002-06-13 [melvin]     0.7.6claws43
8665
8666         * README.claws
8667                 Corrected action example (verifying clearsigned mail).
8668         * src/prefs_account.c
8669                 Corrected typo.
8670         * src/prefs_common.c
8671                 Removed incorrect line that generated a Gtk-CRITICAL msg.
8672
8673 2002-06-12 [alfons]     0.7.6claws42
8674
8675         * src/summaryview.c
8676                 add init of score column lost in 0.7.6claws42
8677
8678 2002-06-12 [paul]       0.7.6claws41
8679
8680         * src/prefs_account.c
8681                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
8682                 behavior of the radio buttons, (from 0.7.7cvs2)
8683
8684 2002-06-11 [alfons]     0.7.6claws40
8685
8686         * src/messageview.[ch]
8687         * src/summaryview.[ch]
8688         * src/summary_search.c
8689         * src/mainwindow.c
8690                 perform a sync to bring in Hiro's separate view implementation 
8691
8692                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
8693
8694 2002-06-11 [paul]       0.7.6claws39
8695         
8696         * src/prefs_account.c
8697                 correct a typo on the Receive tab
8698
8699 2002-06-10 [match]      0.7.6claws38
8700
8701         * src/addressbook.c
8702                 Included address completion patch from Gustavo Noronha.
8703
8704 2002-06-10 [paul]       0.7.6claws37
8705
8706         * src/inc.[ch]
8707           src/pop.c
8708           src/prefs_account.[ch]
8709           src/selective_download.[ch]
8710                 apply PATCH #561712
8711                  NEW:
8712                 - check if POP Account
8713                 - Receive Button renamed to Preview
8714                 - Preview Button Popup: preview new/all messages
8715                 - Download Button
8716                 - Account Preferences-->Receive tab checkbutton if you
8717                   want to remove Mail after Download
8718                 -: default YES
8719                 - Account Preferences-->Receive tab checkbutton use
8720                   filtering rules on preview
8721                   (think of delete_on_server)
8722                 -: default YES
8723                 - Account selectable from SD dialog
8724                 - checkbutton to show already downloaded messages if
8725                   all messages are previewed
8726                 - new clist column showing Date
8727                 - ESC KEY close
8728                 FIXES:
8729                 - play ball with UIDL
8730                 - fault tolerant (?) 
8731                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8732
8733 2002-06-10 [melvin]     0.7.6claws36
8734
8735         * README.claws
8736                 Added a hint to ac/README in cvs instructions.
8737
8738         * src/prefs_actions.c
8739                 Made it possible to use a more elaborate command line
8740                 for asynchronous actions, too.
8741
8742 2002-06-10 [melvin]     0.7.6claws35
8743         
8744         * src/prefs_actions.c
8745                 Make it possible to use a more elaborate command line
8746                 (e.g. |foo|bar|cat>there;echo Done|)
8747                 Corrected error message when calling %f, %F and %p commands
8748                 from the compose window.
8749
8750 2002-06-09 [colin]      0.7.6claws34
8751
8752         * src/summaryview.c
8753                 Automatically find unread messages in current folder
8754                 before annoying the user.
8755
8756 2002-06-08 [alfons]     0.7.6claws33
8757
8758         * po/it.po
8759                 remove bad formatting string in it.po translation
8760                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8761
8762 2002-06-08 [paul]       0.7.6claws32
8763
8764         * sync with 0.7.6cvs25
8765                 see ChangeLog 2002-06-07
8766
8767 2002-06-05 [paul]       0.7.6claws31
8768
8769         * src/mainwindow.c
8770                 add 'Sort by locked' and 'Sort by score'
8771
8772 2002-06-05 [paul]       0.7.6claws30
8773
8774         * sync with 0.7.6cvs24
8775                 see ChangeLog 2002-06-04
8776
8777 2002-06-04 [paul]       0.7.6claws29
8778
8779         * po/pt_BR.po
8780                 updated by Fabio Junior Beneditto
8781
8782 2002-06-03 [thorsten]   0.7.6claws28
8783
8784         * src/matcher.c
8785                 fclose() matcherrc after reading
8786
8787 2002-06-03 [paul]       0.7.6claws27
8788
8789         * sync with 0.7.6cvs21
8790                 see ChangeLog 2002-05-31
8791
8792 2002-05-31 [paul]       0.7.6claws26
8793
8794         * sync with 0.7.6cvs20
8795                 see ChangeLog 2002-05-29 and 2002-05-30
8796
8797 2002-05-31 [paul]       0.7.6claws25
8798
8799         * src/imap.c
8800                 hopefully fix last buggy sync
8801
8802         * README.claws
8803                 correct typo in 'Actions' examples
8804
8805 2002-05-29 [paul]       0.7.6claws24
8806
8807         * sync with 0.7.6cvs18
8808                 see ChangeLog 2002-05-28 and 2002-05-29
8809
8810         * src/news.c
8811           src/nntp.[ch]
8812                 sync with above 
8813
8814 2002-05-28 [paul]       0.7.6claws23
8815
8816         * sync with 0.7.6cvs16
8817                 see ChangeLog 2002-05-28
8818
8819 2002-05-27 [thorsten]   0.7.6claws22 
8820
8821         * faq/it/sylpheed-faq-1.html
8822           faq/it/sylpheed-faq-2.html
8823           faq/it/sylpheed-faq-3.html
8824           faq/it/sylpheed-faq.html
8825                 corrected DOS lineendings
8826         * faq/de/sylpheed-faq-1.html
8827           faq/de/sylpheed-faq-2.html
8828           faq/en/sylpheed-faq-1.html
8829           faq/en/sylpheed-faq-2.html
8830           faq/en/sylpheed-faq-3.html
8831           faq/es/sylpheed-faq-1.html
8832           faq/es/sylpheed-faq-2.html
8833           faq/es/sylpheed-faq-3.html
8834           faq/fr/sylpheed-faq-1.html
8835           faq/it/sylpheed-faq-1.html
8836           faq/it/sylpheed-faq-2.html
8837           faq/it/sylpheed-faq-3.html
8838           faq/it/sylpheed-faq.html
8839                 changed ">" to &quot;
8840
8841 2002-05-27 [paul]       0.7.6claws21
8842         
8843         * sync with 0.7.6cvs15
8844                 see ChangeLog 2002-05-27
8845
8846 2002-05-27 [paul]       0.7.6claws20
8847
8848         * src/prefs_account.c
8849                 correct a typo
8850
8851 2002-05-26 [paul]       0.7.6claws19
8852
8853         * tools/README
8854                 correct a typo
8855
8856 2002-05-25 [paul]       0.7.6claws18
8857
8858         * tools/README
8859                 add description of kmail2sylpheed.pl
8860
8861 2002-05-25 [paul]       0.7.6claws17
8862
8863         * tools/kmail2sylpheed.pl       ** NEW FILE **
8864                 perl script that converts an exported Kmail address
8865                 book, converts it to sylpheed addressbook file,
8866                 writes the file to .sylpheed, and updates
8867                 addrbook--index.xml 
8868
8869 2002-05-25 [paul]       0.7.6claws16
8870
8871         * sync with 0.7.6cvs14
8872                 see ChangeLog 2002-05-23
8873
8874 2002-05-24 [paul]       0.7.6claws15
8875
8876         * README.claws
8877                 make a correction and add some more info
8878
8879 2002-05-24 [paul]       0.7.6claws14
8880
8881         * src/compose.c
8882                 fix memory leak in 
8883                 compose_redirect_write_headers_from_headerlist()
8884                 add Subject and Resent-Message-ID to
8885                 compose_redirect_write_headers()
8886                 Received, Subject, and X-UIDL are filtered out in 
8887                 compose_redirect_write_to_file()
8888
8889 2002-05-23 [paul]       0.7.6claws13
8890
8891         * src/compose.[ch]
8892           src/filtering.c
8893           src/mainwindow.c
8894           src/matcher.[ch]
8895           src/matcher_parser_lex.l
8896           src/matcher_parser_parse.y
8897           src/prefs_common.[ch]
8898           src/prefs_filtering.c
8899           src/summaryview.c
8900                 rename 'Bounce' to 'Redirect'
8901
8902 2002-05-23 [paul]       0.7.6claws12
8903
8904         * more sync with 0.7.6cvs13
8905           src/compose.c
8906                 see ChangeLog 2002-05-22
8907
8908 2002-05-22 [paul]       0.7.6claws11
8909
8910         * sync with 0.7.6cvs13
8911           src/codeconv.c
8912                 see ChangeLog 2002-05-20
8913           src/prefs_common.c
8914                 see ChangeLog 2002-05-22
8915
8916 2002-05-21 [melvin]     0.7.6claws10
8917
8918         * src/folderview.c
8919                 Added missing filtering and scoring headers
8920                 Fixed bad function call that showed garbage 
8921                 in Folder->Processing
8922
8923 2002-05-21 [paul]       0.7.6claws9
8924
8925         * tools/Makefile.am
8926                 make all tools executable, (patch by Alfons).
8927
8928 2002-05-20 [alfons]     0.7.6claws8
8929
8930         * src/procheader.c
8931                 don't forget to call mktime() so we have a valid week 
8932                 and year day
8933                 (Bug report by Roger Sondermann <mail@jumaros.de>)
8934
8935 2002-05-20 [paul]       0.7.6claws7
8936
8937         * src/html.c
8938                 fix broken parsing of urls
8939         * src/textview.c
8940                 fix displaying of urls
8941
8942                 both fixes from the patch [547855] by Eugene 
8943                 Brevdo (zonem)
8944
8945 2002-05-19 [alfons]     0.7.6claws6
8946
8947         * configure.in
8948                 make sylpheed configure correctly with the latest
8949                 and greatest of automake / autoconf / gettext
8950
8951 2002-05-19 [alfons]     0.7.6claws5
8952
8953         * src/procheader.c
8954         * src/procheader.h
8955                 add function for returning ime zone offset
8956         * src/quote_fmt.c
8957         * src/quote_fmt_parse.y
8958                 better quotation formatting - does not convert
8959                 to local time, but uses the original date string.
8960                 
8961                 Note: %z inserts the timezone offset (should 
8962                 work also on platforms where strftime does not
8963                 support %z).
8964
8965 2002-05-18 [christoph]  0.7.6claws4
8966
8967         * src/summaryview.c
8968                 fix indentation of some code
8969         * tools/Makefile.am
8970                 fix spaces after \
8971         * src/Makefile.am
8972                 add missing \
8973                 correct path for ignorethread.xpm
8974                 incorrect filename for sylpheed_logo.xpm
8975                 add missing include matcher_parser_parse.h
8976
8977 2002-05-18 [paul]       0.7.6claws3
8978
8979         * sync with 0.7.6cvs8
8980                 see ChangeLog 2002-05-16 and 2002-05-17
8981
8982 2002-05-18 [melvin]     0.7.6claws2
8983
8984         * README.claws
8985                 Corrected an action's definition and fixed some misspellings.
8986
8987 2002-05-18 [paul]       0.7.6claws1
8988
8989         * tools/Makefile.am
8990           tools/gpg-sign        ** new file **
8991           tools/uudec           ** new file **
8992                 add Melvin's Actions scripts
8993
8994         * README.claws
8995                 add Melvin's descriptions for Actions
8996
8997 2002-05-18 [paul]       0.7.6claws
8998
8999         * Version 0.7.6claws released
9000
9001 2002-05-17 [paul]       0.7.5claws32
9002
9003         * po/es.po
9004                 updated by Ricardo Mones Lastra
9005
9006 2002-05-17 [paul]       0.7.5claws31
9007
9008         * src/compose.c
9009                 fix Account prefs default folder for sent/draft/deleted
9010                 messages bug
9011
9012         * po/it.po
9013           po/nl.po
9014                 updated translation by Alessandro Maestri and
9015                 Wilbert Berendsen
9016
9017 2002-05-17 [melvin]     0.7.5claws30
9018
9019         * src/prefs_actions.c
9020                 Fixed bug where using %F not at the end of the command 
9021                 resulted in an additional empty argument being created.
9022                 Thanks to Darko Koruga for reporting the bug.
9023
9024 2002-05-17 [melvin]     0.7.5claws29
9025
9026         * po/fr.po
9027                 Updated French translations.
9028
9029 2002-05-15 [paul]       0.7.5claws28
9030         
9031         * po/es.po
9032                 updated by Ricardo Mones Lastra
9033
9034 2002-05-15 [paul]       0.7.5claws27
9035
9036         * sync with 0.7.6cvs4
9037                 see ChangeLog 2002-05-14 and 2002-05-15
9038
9039 2002-05-14 [paul]       0.7.5claws26
9040
9041         * sync with 0.7.6cvs1
9042                 see ChangeLog 2002-05-13
9043
9044 2002-05-13 [thorsten]   0.7.5claws25
9045
9046         * src/messageview.c
9047                 fix select_all and copy in multipart messages
9048         * src/mainwindow.c
9049                 fix select_all and copy in multipart messages
9050
9051 2002-05-12 [paul]       0.7.5claws24
9052
9053         * src/summaryview.c
9054                 reverse last commit, bug already fixed in 0.7.5claws3
9055
9056 2002-05-12 [netztorte]  0.7.5claws23
9057
9058         * src/summaryview.c
9059                 dont parse empty addressbook (checked in before claws20)
9060
9061 2002-05-12 [melvin]     0.7.5claws22
9062
9063         * src/procmsg.[ch]
9064                 Removed unneeded priority code introduced by the previous 
9065                 commit.
9066
9067 2002-05-12 [melvin]     0.7.5claws21
9068
9069         * src/compose.[ch]
9070                 Added possibility to set message's priority.
9071         * src/procmsg.[ch]
9072                 Added possibility to set message's priority.
9073                 Added missing headers
9074
9075 2002-05-12 [melvin]     0.7.5claws20
9076
9077         * src/prefs_actions.c
9078                 Removed implicitely added quotes around the name
9079                 of the temporary files of mime parts.
9080
9081 2002-05-12 [paul]       0.7.5claws19
9082
9083         * sync with 0.7.5cvs20
9084                 see ChangeLog 2002-05-11
9085
9086 2002-05-12 [alfons]     0.7.5claws18
9087
9088         * src/quote_fmt_lex.l
9089         * src/quote_fmt_parse.y
9090                 allow quote / reply date & time format to be set using
9091                 %D{format}. format is a format string you'd pass to
9092                 strftime() (see man strftime, or the Display tab |
9093                 Date format setting).
9094
9095                 Currently %D converts the date to local time. 
9096
9097 2002-05-11 [paul]       0.7.5claws17
9098
9099         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
9100                 see ChangeLog 2002-05-10 and 2002-05-11
9101
9102 2002-05-10 [paul]       0.7.5claws16
9103
9104         * sync with 0.7.5cvs16
9105                 see ChangeLog entries 2002-05-09 and 
9106                 2002-05-10
9107
9108 2002-05-10 [colin]      0.7.5claws15
9109
9110         * src/textview.c
9111                 Corrected a bug that prevented sylpheed to open
9112                 double-clicked URIs.
9113
9114 2002-05-09 [paul]       0.7.5claws14
9115
9116         * sync with 0.7.5cvs14
9117                 see ChangeLog 2002-05-08 and 2002-05-09
9118
9119 2002-05-08 [paul]       0.7.5claws13
9120
9121         * sync with 0.7.5cvs11
9122                 see ChangeLog entry 2002-05-08
9123
9124 2002-05-08 [paul]       0.7.5claws12
9125
9126         * src/mainwindow.c
9127           src/textview.[ch]
9128                 fix segfault on View->Open in new window
9129                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9130
9131 2002-05-07 [paul]       0.7.5claws11
9132
9133         * sync with 0.7.5cvs9
9134                 see ChangeLog entry 2002-05-07
9135
9136 2002-05-06 [paul]       0.7.5claws10
9137
9138         * src/messageview.c
9139           src/textview.c
9140                 display url in statusbar on single-click
9141                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9142
9143 2002-05-06 [match]      0.7.5claws9
9144
9145         * src/addritem.[ch]
9146                 new functions.
9147         * src/addrcache.c
9148                 tidy up.
9149         * src/xmlprops.[ch]
9150                 XML implementation of properties file.
9151         * src/exporthtml.[ch]
9152         * src/expthtmldlg.[ch]
9153         * src/addressbook.c
9154                 export to HTML.
9155
9156 2002-05-02 [sergey]     0.7.5claws8
9157
9158         * src/mainwindow.c (mainwin_entries),
9159           src/prefs_common.c (prefs_send_create()),
9160           src/codeconv.c (locale_table):
9161                 use charset name "Windows-1251" instead of "CP1251".
9162
9163 2002-05-02 [colin]      0.7.5claws7
9164         
9165         * src/compose.c
9166           src/prefs_common.c
9167           src/prefs_folder_item.c
9168                 Fixed cosmetics bugs due to Outbox renamed to Sent.
9169
9170 2002-05-02 [hiro]       0.7.5claws6
9171
9172         * src/imap.c
9173                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
9174
9175 2002-05-02 [paul]       0.7.5claws5
9176
9177         * src/compose.c
9178                 more sync with 0.7.5cvs7, see ChangeLog entry
9179                 2002-05-02
9180
9181 2002-05-02 [hiro]       0.7.5claws4
9182
9183         * src/compose.c
9184                 compose_queue_sub():
9185                 check if queue folder exists (closes #550397).
9186                 removed directory creation since it should be handled
9187                 transparently.
9188         * src/imap.c
9189                 imap_add_msg(): return UID for appended message
9190                 (closes #548842).
9191
9192 2002-04-30 [paul]       0.7.5claws3
9193
9194         * src/summaryview.c
9195                 fix account_find_from_address() bug
9196
9197 2002-04-28 [colin]      0.7.5claws2
9198
9199         * src/compose.c
9200           src/textview.c
9201           src/prefs_common.[ch]
9202           src/utils.[ch]
9203                 Added user-definable quotation characters recognition.
9204
9205 2002-04-28 [paul]       0.7.5claws1
9206
9207         * sync with 0.7.5cvs4
9208                 see ChangeLog entry  2002-04-25
9209
9210 2002-04-28 [paul]       0.7.5claws
9211
9212         * po/es.po
9213           po/nl.po
9214           po/pt_BR.po
9215                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
9216                 Fabio Junior Beneditto
9217
9218 2002-04-27 [jens]       0.7.4claws103
9219
9220         * po/de.po
9221                 updated German translation.
9222
9223 2002-04-27 [hiro]       0.7.4claws102
9224
9225         * src/summaryview.c
9226                 summary_write_cache(): fixed the mark loss of hidden messages.
9227
9228 2002-04-26 [melvin]     0.7.4claws101
9229
9230         * src/procmsg.c
9231                 fixed a second typo (same one)
9232         * po/fr.po
9233           po/it.po
9234           po/pt_BR.po
9235                 fixed the type again...
9236
9237 2002-04-26 [melvin]     0.7.4claws100
9238
9239         * src/procmsg.c
9240                 fixed a typo in an alert message ("temorary").
9241         * po/it.po
9242         * po/pt_BR.po
9243                 corrected the typo  described above.
9244         * po/fr.po
9245                 updated French translation.
9246
9247 2002-04-26 [darko]      0.7.4claws99
9248
9249         * src/summaryview.c
9250                 fix target folder colorization
9251
9252 2002-04-25 [paul]       0.7.4claws98
9253
9254         * po/it.po
9255                 updated by Alessandro Maestri
9256
9257 2002-04-24 [colin]      0.7.4claws97
9258         
9259         * src/compose.c
9260                 Fixed double "subject is empty" question.
9261
9262 2002-04-23 [colin]      0.7.4claws96
9263         
9264         * src/mimeview.c
9265                 Corrected issue when "automatically display images" was
9266                 not set : first image remained after selecting second.
9267
9268 2002-04-23 [melvin]     0.7.4claws95
9269
9270         * src/prefs_actions.c
9271                 Don't display in/out dialog if there is nothing to show.
9272
9273 2002-04-23 [paul]       0.7.4claws94
9274
9275         * sync with 0.7.5cvs3
9276                 bug fixes: see ChangeLog entry 2002-04-23
9277
9278 2002-04-22 [darko]      0.7.4claws93
9279
9280         * src/compose.c
9281                 fix previous check-in which changed code after
9282                 merge from main
9283
9284 2002-04-22 [paul]       0.7.4claws92
9285
9286         * faq/de/*
9287                 add German FAQ
9288         * faq/en/*
9289           faq/es/*
9290           faq/fr/*
9291                 update English, Spanish and French FAQs
9292         * manual/de/*
9293           manual/es/*
9294                 add German and Spanish manuals
9295         * manual/en/*
9296           manual/fr/*
9297                 update English and French manuals
9298
9299         * src/Makefile.am
9300                 add to and re-arrange the pixmap entries
9301
9302 2002-04-22 [darko]      0.7.4claws91
9303
9304         * src/compose.c
9305                 fix sender initials recognition to only allow
9306                 '>' after the initials
9307
9308 2002-04-21 [paul]       0.7.4claws90
9309
9310         * sync with 0.7.5 release
9311                 see ChangeLog entry 2002-04-21
9312
9313 2002-04-21 [alfons]
9314
9315         * src/Makefile.am
9316                 add colin's new pixmaps to EXTRA_DIST
9317
9318 2002-04-21 [colin]      0.7.4claws89
9319         * src/compose.c
9320         * src/inc.c
9321         * src/mainwindow.[ch]
9322         * src/prefs_common.[ch]
9323         * src/stock_pixmap.[ch]
9324                 Added "Work offline" ability.
9325
9326 2002-04-21 [colin]      0.7.4claws88
9327         
9328         * src/mimeview.c
9329         * src/prefs_common.c
9330         * src/prefs_common.h
9331         * src/textview.c : Added an option to common preferences -> display
9332           to allow user not to automatically display images.
9333
9334 2002-04-21 [paul]       0.7.4claws87
9335
9336         * sync with 0.7.4cvs52
9337                 see ChangeLog entry 2002-04-21 (src/imap.c)
9338
9339 2002-04-21 [paul]       0.7.4claws86
9340
9341         * sync with 0.7.4cvs51
9342                 see ChangeLog entry 2002-04-21
9343
9344 2002-04-21 [paul]       0.7.4claws85
9345
9346         * sync with 0.7.4cvs49
9347                 see ChangeLog entries 2002-04-20 and 2002-04-21
9348
9349         * src/Makefile.am
9350                 clean up: remove old 'stock_' element from xpm 
9351                 filenames.
9352
9353 2002-04-21 [alfons]     0.7.4claws84
9354
9355         apply sync patch from Paul
9356
9357         * src/folderview.c
9358                 use old claws prefs_folder_item_create() for now
9359
9360 2002-04-19 [match]      0.7.4claws83
9361
9362         * src/addressbook.[ch]
9363         * src/addrharvest.[ch]
9364         * src/addrgather.[ch]
9365                 recurse folders.
9366         * src/mainwindow.c
9367         * src/summaryview.[ch]
9368                 change menu option.
9369
9370 2002-04-19 [paul]       0.7.4claws82
9371
9372         * po/pt_BR.po
9373                 updated by Fabio Junior Beneditto
9374
9375 2002-04-14 [alfons]     0.7.4claws81
9376
9377         * src/passphrase.c
9378                 add #include <sys/types.h> for mode_t and off_t 
9379
9380 2002-04-13 [paul]       0.7.4claws80
9381         
9382         * src/main.c
9383           src/passphrase.[ch]
9384           src/pgptext.c
9385           src/prefs_common.[ch]
9386           src/rfc2015.c
9387                 enable storing of GnuPG passphrase for the whole 
9388                 session or a user-defined number of minutes. patch 
9389                 submitted by Ravemax <ravemax@dextrose.com>
9390
9391 2002-04-13 [alfons]     0.7.4claws79
9392
9393         * src/textview.c
9394                 make email parser also stop scanning when encountering separators
9395                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
9396
9397 2002-04-13 [paul]       0.7.4claws78
9398
9399         * sync with 0.7.4cvs39
9400                 see ChangeLog entry 2002-04-12
9401
9402 2002-04-11 [paul]       0.7.4claws77
9403
9404         * sync with 0.7.4cvs37
9405                 see ChangeLog entry 2002-04-11
9406
9407 2002-04-11 [paul]       0.7.4claws76
9408
9409         * COPYING 
9410                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
9411                 the clause for OpenSSL). sync with sylpheed main
9412
9413 2002-04-09 [melvin]     0.7.4claws75
9414
9415         * src/compose.c
9416                 Made 'Ctrl-Enter' on send ignore some modifiers 
9417                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
9418                 to bind other *-Enter (but not Alt-Enter).
9419
9420 2002-04-09 [paul]       0.7.4claws74
9421
9422         * sync with 0.7.4cvs35
9423                 see ChangeLog entries 2002-04-09
9424
9425 2002-04-08 [paul]       0.7.4claws73
9426
9427         * sync with 0.7.4cvs33
9428                 see ChangeLog entry 200-04-08
9429
9430 2002-04-07 [match]      0.7.4claws72
9431
9432         * src/addrharvest.[ch]
9433                 fixed to read all addresses in header, regardless
9434                 of header size. improved name parsing. accommodate
9435                 harvest from folders and selected message.
9436         * src/addritem.[ch]
9437                 included new address parsing function.
9438         * src/addrgather.[ch]
9439         * src/addressbook.[ch]
9440         * src/summaryview.[ch]
9441         * src/mainwindow.c
9442                 allow address harvest of folder as well as selected
9443                 messages.
9444
9445 2002-04-07 [paul]       0.7.4claws71
9446
9447         * src/esmtp.[ch]
9448           src/smtp.c
9449                 don't try to authenticate with CRAM-MD5 in SMTP when 
9450                 SMTP-AUTH enabled if MTA doesn't issue this 
9451                 auth-method in it's ehlo-response. bug item #531364,
9452                 patch item #938910. patch submitted by Colin Leroy 
9453                 <colin@colino.net>
9454
9455 2002-04-07 [paul]       0.7.4claws70
9456
9457         * src/nntp.c
9458                 fix missing MODE_READER bug. patch submitted by
9459                 Colin Leroy <colin@colino.net>
9460
9461 2002-04-07 [alfons]     0.7.4claws69
9462
9463         * src/matcher.[ch]
9464         * src/prefs_filtering.c
9465         * src/summaryview.c
9466                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
9467                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
9468
9469 2002-04-07 [paul]       0.7.4claws68
9470
9471         * sync with 0.7.4cvs32
9472                 see ChangeLog entry 2002-04-06
9473
9474         * tools/filter_conv.pl
9475                 more bug fixes
9476
9477 2002-04-06 [paul]       0.7.4claws67
9478
9479         * tools/filter_conv.pl
9480                 modify to be able to find the name of the first
9481                 mailbox and use that. main's filter does not
9482                 record the full path to the mailbox and therefore
9483                 can only filter to the first mailbox.
9484
9485 2002-04-05 [paul]       0.7.4claws66
9486
9487         * tools/filter_conv.pl
9488                 attempt to make the script all-encompassing and
9489                 be able to convert any main 'filter' rule thrown
9490                 at it
9491
9492 2002-04-05 [paul]       0.7.4claws65
9493
9494         * tools/filter_conv.pl
9495                 allow for collapsed folder trees
9496
9497 2002-04-05 [paul]       0.7.4claws64
9498
9499         * sync with 0.7.4cvs31
9500                 see ChangeLog entries 2002-04-05
9501
9502 2002-04-03 [paul]       0.7.4claws63
9503
9504         * sync with 0.7.4cvs29
9505                 see ChangeLog entries 2002-04-02 and 2002-04-03
9506
9507 2002-04-02 [paul]       0.7.4claws62
9508
9509         * sync with 0.7.4cvs26
9510                 see ChangeLog entry 2002-04-01
9511
9512 2002-04-02 [match]      0.7.4claws61
9513
9514         * src/pine.[ch]
9515         * src/importpine.[ch]
9516         * src/addressbook.c
9517                 import Pine address book.
9518
9519 2002-04-02 [match]      0.7.4claws60
9520
9521         * src/addrharvest.[ch]
9522                 improve address parsing of funky addresses.
9523
9524 2002-04-02 [darko]      0.7.4claws59
9525
9526         * src/compose.c
9527                 wrap on send improvements, it now recognizes quoted
9528                 initials as part of the quotation string, and it
9529                 does not join lines separated by CR
9530
9531 2002-04-01 [match]      0.7.4claws58
9532
9533         * src/mgutils.[ch]
9534                 added new functions.
9535         * src/mutt.[ch]
9536                 remove excessive duplicate address generation
9537                 on import.
9538
9539 2002-04-01 [alfons]     0.7.4claws57
9540         
9541         * src/summaryview.c
9542                 put back g_free() 
9543
9544 2002-04-01 [paul]       0.7.4claws56
9545
9546         * sync with 0.7.4cvs25
9547                 see ChangeLog entry 2002-04-01
9548
9549 2002-04-01 [alfons]     0.7.4aprilfool55
9550
9551         * src/summaryview.c
9552                 honour feature request item #537427 to allow for
9553                 displaying names from address book for sent mail also
9554
9555 2002-03-29 [paul]       0.7.4claws54
9556
9557         * src/mainwindow.c
9558           src/prefs_filtering.[ch]
9559           src/prefs_matcher.c
9560           src/summaryview.c
9561                 add 'fast filter' for claws' filtering,
9562                 /Tools/Create filter rule/... patch submitted
9563                 by Neill Miller <neillm@thecodefactory.org>
9564
9565 2002-03-29 [paul]       0.7.4claws53
9566
9567         * sync with 0.7.4cvs24
9568                 see ChangeLog entry 2002-03-29
9569
9570 2002-03-28 [paul]       0.7.4claws52
9571
9572         * sync with 0.7.4cvs23
9573                 see ChangeLog entry 2002-03-28
9574
9575 2002-03-27 [melvin]     0.7.4claws51
9576
9577         * src/prefs_actions.c
9578                 Added support to pass only one message part (as a
9579                 file) to the command using '%p'. No quotes are needed
9580                 because doubles quotes are automatically added.
9581                 Fixed bug where Sylpheed could block when waiting for
9582                 a child process to finish.
9583                 Changed the help menu to remove quotes around symbols to 
9584                 avoid misinterpretation (they must not be used).
9585
9586 2002-03-27 [melvin]     0.7.4claws50
9587
9588         * src/inc.c
9589                 Made the new mail notification command always 
9590                 execute asynchronously.
9591
9592 2002-03-27 [paul]       0.7.4claws49
9593
9594         * src/compose.c
9595                 fix bug introduced in last commit
9596
9597 2002-03-27 [paul]       0.7.4claws48
9598
9599         * sync with 0.7.4cvs21
9600                 see ChangeLog 2002-03-26 and 2002-03-27
9601
9602 2002-03-26 [hoa]        0.7.4claws47
9603
9604         * src/prefs_folder_item.c
9605                 really fixed the bug #516442 with folder rescan.
9606
9607 2002-03-26 [paul]       0.7.4claws46
9608
9609         * sync with 0.7.4cvs19
9610                 see ChangeLog entries 2002-03-25 and 2002-03-26
9611
9612 2002-03-25 [hoa]        0.7.4claws45
9613
9614         * src/matcher.c
9615         * src/mh.c
9616                 fix the bug #516442 with folder rescan.
9617
9618         * src/prefs_common.[ch]
9619         * src/compose.c
9620                 added an option to enable two different behaviours
9621                 for bounce.
9622
9623
9624 2002-03-25 [paul]       0.7.4claws44
9625
9626         * src/mainwindow.c
9627           src/selective_download.c
9628                 correct a few menuitem labels
9629
9630 2002-03-25 [christoph]  0.7.4claws43
9631
9632         * src/procmsg.c
9633                 fix non deleted tmp message in
9634                 procmsg_save_to_outbox
9635                 fix problems caused by sync with
9636                 main branch's procmsg_send_queue
9637
9638 2002-03-25 [paul]       0.7.4claws42
9639
9640         * src/quote_fmt.c
9641           src/quote_fmt_lex.l
9642           src/quote_fmt_parse.y
9643                 add Last name (%L) placeholder for quoting. 
9644                 patch submitted by Thorsten Thielen 
9645                 <thth@users.sourceforge.net>
9646
9647 2002-03-25 [paul]       0.7.4claws41
9648
9649         * src/utils.c
9650                 get full hostname. patch submitted by
9651                 Bob Woodside <rwoodside1@comcast.net>
9652
9653 2002-03-25 [paul]       0.7.4claws40
9654
9655         * src/account.c
9656           src/news.c
9657           src/nntp.[ch]
9658           src/prefs_account.[ch]
9659                 enable NNTP over SSL. patch submitted by
9660                 Pascal Jermini <pascal@infinity.hn.org>
9661
9662 2002-03-24 [paul]       0.7.4claws39
9663
9664         * src/prefs_common.c
9665                 make the arrangement of the Compose tab more
9666                 coherent
9667
9668         * src/mainwindow.c
9669                 fix some irregularities of style
9670
9671         * po/de.po
9672                 updated by Kilian Krause
9673
9674 2002-03-23 [paul]       0.7.4claws38
9675
9676         * po/pt_BR.po
9677                 updated by Fabio Junior Beneditto
9678
9679 2002-03-23 [paul]       0.7.4claws37
9680
9681         * src/mainwindow.c
9682                 move 'Gather addresses' to 'Tools' menu
9683                 make 'Selective download' sensitive
9684
9685 2002-03-23 [paul]       0.7.4claws36
9686
9687         * sync with 0.7.4cvs16
9688                 see ChangeLog entries 2002-03-23
9689
9690 2002-03-22 [christoph]  0.7.4claws35
9691
9692         * src/quote_fmt_parse.y
9693                 fix include program output
9694
9695 2002-03-22 [alfons]     0.7.4claws34
9696
9697         * src/pop.c
9698                 initialize GDate stack variable correctly (sorry!)
9699
9700 2002-03-22 [paul]       0.7.4claws33
9701
9702         * src/compose.c
9703           src/mainwindow.c
9704           src/prefs_actions.c
9705           src/prefs_common.c
9706                 rename 'Tool' to 'Tools'
9707
9708         * src/mainwindow.c
9709                 move 'Delete duplicated messages' from
9710                 'Message/' to 'Tools/'
9711                 re-arrange the order of 'Tools/' items
9712
9713 2002-03-22 [paul]       0.7.4claws32
9714
9715         * src/addr_compl.c
9716           src/addressbook.[ch]
9717                 auto-address completion now also matches on
9718                 Nickname. patch submitted by Bob Forsman 
9719                 <hammor@users.sourceforge.net>
9720
9721         * src/editaddress.c
9722                 correct a spelling mistake
9723
9724 2002-03-22 [alfons]     0.7.4claws31
9725
9726         * src/pop.c
9727                 fix getting uidl from incorrect string 
9728                 (spotted by Colin)
9729
9730 2002-03-21 [alfons]     0.7.4claws30
9731
9732         * src/pop.c
9733                 more code refactoring
9734                 plug mem leak introduced by delete on server
9735
9736 2002-03-21 [paul]       0.7.4claws29
9737
9738         * sync with 0.7.4cvs11
9739                 see ChangeLog entries 2002-03-20
9740
9741 2002-03-20 [alfons]     0.7.4claws28
9742
9743         * src/inc.c
9744                 apply Colin's patch and refactor
9745
9746 2002-03-20 [paul]       0.7.4claws27
9747
9748         * sync with sylpheed 0.7.4cvs9
9749                 see ChangeLog entry 2002-03-20
9750
9751 2002-03-19 [christoph]  0.7.4claws26
9752
9753         * src/mh.c
9754         * src/procmsg.[ch]
9755         * src/summaryview.c
9756                 revert changes for flag updates
9757                 (does not work correctly and no time to debug)
9758
9759 2002-03-20 [alfons]     0.7.4claws25
9760
9761         * src/pop.c
9762                 refactor should_delete() a little bit 
9763
9764 2002-03-19 [paul]       0.7.4claws24
9765
9766         * src/inc.[ch]
9767           src/pop.c
9768           src/prefs_account.[ch]
9769                 allow the user to leave downloaded mail on the 
9770                 server for n days. Patch submitted by Colin Leroy 
9771                 <colin@colino.net>
9772
9773 2002-02-19 [paul]       0.7.4claws23
9774
9775         * sync with sylpheed 0.7.4cvs8
9776                 see ChangeLog entries 2002-03-19
9777
9778 2002-03-18 [paul]       0.7.4claws22
9779
9780         * sync with sylpheed 0.7.4cvs6
9781                 see ChangeLog entry 2002-03-18
9782
9783 2002-03-18 [paul]       0.7.4claws21
9784
9785         * po/en_GB.po
9786                 add en_GB message catalogue
9787
9788         * src/mbox_folder.c
9789           src/prefs_account.c
9790           src/prefs_actions.c
9791                 correct a few spelling mistakes
9792
9793 2002-03-17 [alfons]     0.7.4claws20
9794
9795         * src/matcher.c
9796                 more stringent checks for NULL params when writing
9797                 filtering actions to a file
9798                 
9799 2002-03-17 [hoa]        0.7.3claws20
9800
9801         * src/news.c
9802                 fixed the count of new messages
9803
9804         * src/compose.c
9805                 fixed the "attachment properties" window
9806
9807 2002-03-17 [paul]       0.7.4claws19
9808
9809         * src/defs.h
9810           src/folder.h
9811           src/news.c
9812           src/prefs_account.[ch]
9813           src/procmsg.[ch]
9814           src/summaryview.c
9815                 automatically mark cross-posted messages as read 
9816                 and (optionally) give them a colour label
9817                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
9818                 
9819
9820 2002-03-17 [paul]       0.7.4claws18
9821
9822         * sync with sylpheed 0.7.4cvs5
9823                 see ChangeLog entry 2002-03-17
9824
9825 2002-03-17 [melvin]     0.7.4claws17
9826         
9827         * src/textview.c
9828                 Worked around a gtktext 'bug': when searching for 
9829                 a text in a long message it was scrolling slowly
9830                 line by line until it hit the searched text.
9831         * po/fr.po
9832                 Updated French translation
9833
9834 2002-03-17 [melvin]     0.7.4claws16
9835
9836         * src/mainwindow.c
9837         * src/compose.c
9838         * src/prefs_actions.c
9839                 Moved "Edit/Actions" to "Tool/Actions"
9840                 Made mainwindow/compose window sensitive as soon as
9841                 no child process is running anymore even if the io dialog
9842                 is open.
9843                 Fixed a struct being initialized with a non constant char*
9844
9845 2002-03-16 [christoph]  0.7.4claws15
9846
9847         * configure.in
9848                 add --with-compiler-flags option
9849                 (only for developer hacking)
9850         * src/mh.c
9851         * src/procmsg.[ch]
9852         * src/summaryview.c
9853                 try to make folder-stats and flag handling more
9854                 independent from the summaryview. msgcounts
9855                 are only set when the folder is opened and
9856                 procmsg_msginfo_(un)set_flags will handle it
9857                 later and summaryview will get the values
9858                 from the folder.
9859
9860 2002-03-16 [paul]       0.7.4claws14
9861
9862         * src/messageview.c
9863                 fix Return-receipt. Patch submitted by Bob
9864                 Woodside <rwoodside1@comcast.net>
9865
9866 2002-03-16 [paul]       0.7.4claws13
9867
9868         * src/compose.c
9869                 fix 'dynamic' signatures, make it work again
9870                 broken during sync on 2002-03-14 (0.7.4claws2)
9871
9872 2002-03-15 [match]      0.7.4claws12
9873
9874         * src/addrharvest.[ch]
9875         * src/addrgather.[ch]
9876         * src/addressbook.[ch]
9877         * src/mainwindow.c
9878                 included address harvester feature. still some
9879                 issues with address parsing that I will fix.
9880
9881 2002-03-15 [match]      0.7.4claws11
9882
9883         * src/addrbook.[ch]
9884         * src/addrcache.[ch]
9885         * src/addressbook.[ch]
9886         * src/addrindex.c
9887         * src/editbook.c
9888         * src/importldif.c
9889         * src/importmutt.c
9890         * src/jpilot.[ch]
9891         * src/main.c
9892         * src/syldap.[ch]
9893         * src/vcard.[ch]
9894                 tidy up. fix memory leaks. moved attribs and methods
9895                 from individual interfaces to addrcache object. prep
9896                 for new stuff to come in.
9897
9898 2002-03-15 [alfons]     0.7.4claws10
9899
9900         * src/matcher.[ch]
9901         * src/matcher_parser_parse.y
9902         * src/matcher_parser_lex.l
9903         * src/prefs_matcher.c
9904                 add filtering conditions message greater than, smaller 
9905                 than, and exactly matching a size in bytes
9906                 (does not work with delete from POP3 server yet)
9907
9908                 this should also give others an idea what you should
9909                 do to add new criterions to claws filtering system
9910                 
9911
9912 2002-03-15 [paul]       0.7.4claws9
9913
9914         * tools/filter_conv.pl
9915                 exit if there are no filter rules to convert
9916                 rename filterrc to filterrc.old after completion
9917
9918 2002-03-15 [paul]       0.7.4claws8
9919
9920         * sync with sylpheed 0.7.4cvs3
9921                 see ChangeLog entry 2002-03-14
9922
9923 2002-03-14 [paul]       0.7.4claws7
9924
9925         * src/compose.c
9926                 clean up the last commit (ahem)
9927
9928 2002-03-14 [paul]       0.7.4claws6
9929
9930         * src/compose.c
9931                 fix bug #515655. honour account preferences
9932                 regarding gpg default signing/encryption when 
9933                 changing account from the compose window.
9934
9935 2002-03-14 [paul]       0.7.4claws5
9936
9937         * src/folderview.c
9938                 remove unnecessary curly brackets
9939
9940 2002-03-14 [paul]       0.7.4claws4
9941
9942         * src/folderview.c
9943           src/prefs_filtering.[ch]
9944                 add filter rename on folder rename and filter
9945                 delete on folder delete. Patch submitted by
9946                 Neill Miller <neillm@thecodefactory.org> 
9947
9948 2002-03-14 [christoph]  0.7.4claws3
9949
9950         * src/procmsg.c
9951         * src/send.c
9952                 fix local delivery
9953                 (patch submitted by "Simon 'corecode' Schubert")
9954         * src/prefs_common.c
9955         * src/procmsg.c
9956                 fix gcc 3.0 warning
9957
9958 2002-03-14 [paul]       0.7.4claws2
9959
9960         * sync with sylpheed 0.7.4cvs2
9961                 see ChangeLog entry 2002-03-13
9962
9963 2002-03-12 [darko]      0.7.4claws1
9964
9965         * src/mainwindow.c
9966                 fix what seems to be a copy and paste error
9967                 when setting color for important messages
9968                 (reported by wwp)
9969
9970 2002-03-11 [paul]       version 0.7.4claws released
9971
9972 2002-03-11 [paul]       0.7.4claws
9973
9974         * po/es.po
9975           po/it.po
9976           po/nl.po
9977           po/pt_BR.po
9978                 update message catalogs. Submitted by Ricardo Mones 
9979                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
9980                 Fabio Junior Beneditto
9981
9982         * configure.in
9983           faq/Makefile.am
9984           faq/it/Makefile
9985           faq/it/sylpheed-faq*
9986           src/mainwindow.c
9987           src/manual.[ch]
9988                 add FAQ in Italian
9989         
9990
9991 2002-03-11 [jens]       0.7.3claws7
9992
9993         * po/de.po
9994                 updated German translation
9995
9996 2002-03-11 [melvin]     0.7.3claws6
9997
9998         * po/fr.po
9999                 updated and corrected French translation
10000
10001 2002-03-10 [hoa]        0.7.3claws5
10002
10003         * src/account.c
10004         * src/inc.c
10005         * src/prefs_account.c
10006         * src/procmsg.c
10007         * src/send.[ch]
10008                 fixed the local account.
10009                 you have to change the default "/usr/sbin/sendmail"
10010                 to "/usr/sbin/sendmail -t" in the preferences of
10011                 the local account.
10012
10013         * src/procmime.c
10014                 removed some debug display for renderer
10015
10016 2002-03-10 [paul]       0.7.3claws4
10017
10018         * faq/en/sylpheed-faq-1.html
10019           faq/en/sylpheed-faq-2.html
10020                 update
10021
10022 2002-03-09 [paul]       0.7.3claws3
10023
10024         * sync with sylpheed 0.7.4
10025                 see ChangeLog entry 2002-03-09
10026
10027 2002-03-08 [paul]       0.7.3claws2
10028
10029         * faq/en/sylpheed-faq*
10030           faq/es/sylpheed-faq*
10031           faq/fr/sylpheed-faq*
10032                 update the FAQs
10033
10034         * manual/fr/.cvsignore
10035           manual/fr/Makefilea.am
10036           manual/fr/sylpheed*
10037           src/mainwindow.c
10038           src/manual.[ch]
10039                 add the French manual
10040
10041 2002-03-07 [paul]       0.7.3claws1
10042
10043         * sync with sylpheed 0.7.3cvs4
10044                 see ChangeLog entries  2002-03-06 and 2002-03-07
10045         
10046         * po/nl.po
10047                 updated by Wilbert Berendsen
10048
10049 2002-03-07 [melvin]     0.7.2claws34
10050
10051         * src/selective_download.c
10052                 Changed the pixmap of the receive button to MAIL_RECEIVE.
10053
10054 2002-03-06 [paul]       0.7.2claws33
10055
10056         * sync with sylpheed 0.7.3cvs1
10057                 bug fix, see ChangeLog entry 2002-03-05
10058
10059 2002-03-05 [paul]       0.7.2claws32
10060
10061         * src/mimeview.c
10062           src/pgptext.[ch]
10063           src/procmsg.c
10064                 reverse the pgp ascii-armored code implemented in 
10065                 0.7.2claws16. removal of this code until it matures.
10066                 this means that verifying ascii-armored pgp sigs and
10067                 automatic decryption of ascii-armored encrypted
10068                 messages no longer works.
10069
10070 2002-03-05 [paul]       0.7.2claws31
10071
10072         * configure.in
10073           Makefile.am
10074         * faq/Makefile.am
10075         * faq/en/Makefile.am
10076           faq/en/sylpheed-faq.html
10077           faq/en/sylpheed-faq-1.html
10078           faq/en/sylpheed-faq-2.html
10079           faq/en/sylpheed-faq-3.html
10080         * faq/es/Makefile.am
10081           faq/es/sylpheed-faq.html
10082           faq/es/sylpheed-faq-1.html
10083           faq/es/sylpheed-faq-2.html
10084           faq/es/sylpheed-faq-3.html
10085           faq/es/sylpheed-faq-4.html
10086         * faq/fr/Makefile.am
10087           faq/fr/sylpheed-faq.html
10088           faq/fr/sylpheed-faq-1.html
10089           faq/fr/sylpheed-faq-2.html
10090           faq/fr/sylpheed-faq-3.html
10091         * src/Makefile.am
10092           src/defs.h
10093           src/mainwindow.c
10094           src/manual.[ch]
10095                 add FAQs in English, Spanish and French
10096
10097
10098 2002-03-05 [paul]       0.7.2claws30
10099
10100         * manual/en/sylpheed.html
10101           manual/en/sylpheed-XX.html
10102                 updated the English manual
10103
10104 2002-03-05 [hoa]        
10105
10106         * src/summaryview.c
10107                 dialog box pops up if the article can't be deleted.
10108
10109 2002-03-04 [paul]       
10110         
10111         * po/pt_BR.po
10112                 updated by Fabio Junior Benedito
10113
10114 2002-03-04 [hoa]
10115
10116         * removed ac/gpgme.m4
10117                 to avoid autogen common problem
10118                 developers have to install gpgme development package now
10119
10120         * src/compose.c
10121                 encoding to 7bit or 8bit is enabled.
10122
10123 2002-03-03 [alfons]     0.7.2claws29
10124
10125         * src/pop.c
10126                 merge fix by Oliver Haertel for selective
10127                 download buglet
10128
10129 2002-03-03 [paul]       0.7.2claws28
10130         
10131         * sync with sylpheed 0.7.3
10132
10133 2002-03-03 [paul]       0.7.2claws27
10134
10135         * sync with sylpheed 0.7.2cvs24
10136                 see ChangeLog entries 2002-03-02 and 2002-03-03
10137
10138 2002-03-02 [melvin]     0.7.2claws26
10139
10140         * src/inc.[ch]
10141         * src/main.c
10142         * src/mainwindow.c
10143         * src/prefs_common.[ch]
10144                 Added user definable notification on new mail arrival.
10145                 Removed unused variables in spell checker prefs code.
10146
10147 2002-03-02 [melvin]     0.7.2claws25
10148
10149         * src/quote_fmt.c
10150                 Removed unnecessary escape sequences.
10151                 Changed 'Initial...' to 'Initials of Sender'
10152
10153 2002-03-02 [paul]       0.7.2claws24
10154
10155         * sync with sylpheed 0.7.2cvs22
10156                 see ChangeLog entry 2002-03-01
10157
10158 2002-03-01 [hoa]        0.7.2claws23
10159
10160         * src/mainwindow.c
10161                 Set sensitivity of delete actions to active
10162                 even if the folder is a newsgroup.
10163
10164         * src/summaryview.c
10165                 - Set sensitivity of delete actions
10166                 - Added function check_permission() that will check if the
10167                   user is authorized to delete a message. For news, it
10168                   will check if the author is the same.
10169                 - Enabled deletion when there is no trash folder.
10170
10171         * src/news.[ch]
10172                 - Added news_cancel_article() to cancel articles
10173                 - Implemented news_remove_message() (public function)
10174
10175 2002-03-01 [paul]       0.7.2claws22
10176
10177         * src/gtkutils.c
10178           src/textview.c
10179                 recognise urls that that don't include 'http://' and
10180                 simply begin 'www.' 
10181
10182         * AUTHORS
10183                 remove duplicated name
10184
10185 2002-02-28 [paul]       0.7.2claws21
10186
10187         * src/mainwindow.c
10188           src/summaryview.[ch]
10189                 add ability to 'Select thread'
10190                 combines Melvin's "Select thread's head" patch (#510907)
10191                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
10192                 patch (#518514) 
10193
10194 2002-02-28 [paul]       0.7.2claws20
10195
10196         * src/mimeview.c
10197                 hopefully fix segfault on right-clicking a mime part
10198                 that some people have experienced.      
10199                 fix submitted by Fredrik Olofsson <frol@linux.nu>
10200
10201 2002-02-28 [paul]       0.7.2claws19
10202
10203         * sync with sylpheed 0.7.2cvs21
10204                 see ChangeLog entries 2002-02-27 and 2002-02-28
10205
10206 2002-02-27 [paul]       0.7.2claws18
10207
10208         * sync with sylpheed 0.7.2cvs18
10209                 see ChangeLog entries 2002-02-26 and 2002-02-27
10210
10211 2002-02-26 [alfons]     0.7.2claws17
10212
10213         * src/procheader.c
10214                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
10215                 (spotted by Chris Hessman <idatech@gmx.net>)
10216
10217 2002-02-26 [paul]       0.7.2claws16
10218
10219         * src/mimeview.c
10220           src/pgptext.[ch]
10221           src/procmsg.c
10222                 make decryption of ascii-armored pgp encrypted messages
10223                 and verification of ascii-armored signatures work again.
10224                 slightly altered from the patch by Jens Jahnke 
10225                 <jan0sch@gmx.net>
10226
10227                 ##FIX ME##
10228                 * the checking of plaintext signatures always comes up in 
10229                   a popup box
10230                 * it doesn't work for multipart messages 
10231                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
10232                   including the msg headers and these 2 line themselves, are 
10233                   not displayed
10234
10235         * src/mainwindow.c
10236                 "View/Folder Tree" becomes "View/Separate Folder Tree"
10237                 "View/Message View" becomes "View/Separate Message View"
10238                 because its less ambiguous.
10239
10240         * po/es.po
10241                 updated by Ricardo Mones Lastra
10242
10243 2002-02-26 [paul]       0.7.2claws15
10244
10245         * sync with sylpheed 0.7.2cvs17
10246                 see ChangeLog entries 2002-02-25 and 2002-02-26
10247
10248 2002-02-25 [christoph]  0.7.2claws14
10249
10250         * src/filtering.[ch]
10251         * src/inc.c
10252                 do filtering stuff after all messages have been received
10253                   1. drop all messages to .processing
10254                   2. scan processing folder for messages
10255                   3. filter messages or move to inbox
10256                 this will also find old messages left in processing after
10257                 a crash or something like that and we get a real msginfo
10258                 from folder->get_msg_list and do not have to create our
10259                 own in filter_message
10260         * src/matcher_parser_parse.y
10261                 remove MIX/MAX warning (reordered includes)
10262
10263 2002-02-25 [paul]       0.7.2claws13
10264
10265         * sync with sylpheed 0.7.2cvs15
10266                 see ChangeLog entry 2002-02-24
10267
10268 2002-02-24 [alfons]     0.7.2claws12
10269
10270         * src/filtering.c
10271                 clear old color flags first when applying a new color to
10272                 a message info. 
10273                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
10274
10275 2002-02-24 [alfons]     0.7.2.claws11
10276         
10277         * AUTHORS
10278         * src/prefs_common.c
10279                 add presets for Opera and Konqueror, closes patch #517261,
10280                 submitted by Ville Skyttä <scop@users.sourceforge.net>
10281
10282 2002-02-24 [alfons]     0.7.2.claws10
10283
10284         * AUTHORS
10285         * src/summaryview.c
10286                 fix threading for null message ids, closes patch #521601,
10287                 submitted by Bob Forsman <hammor@users.sourceforge.net>
10288
10289 2002-02-24 [alfons]     0.7.2claws9
10290
10291         * src/summaryview.c
10292         * src/filtering.c
10293                 make Tool | Filter Message work with filtering system so
10294                 setting flags also works
10295
10296                 TODO:
10297
10298                 - Processing uses the same function as Tool | Filter
10299                   Message, but doesn't use the same update proc yet
10300
10301 2002-02-23 [paul]       0.7.2claws8
10302
10303         * sync with sylpheed 0.7.2cvs14
10304                 see ChangeLog entries 2002-02-22 and 2002-02-23
10305
10306 2002-02-22 [christoph]  0.7.2claws7
10307
10308         * src/quote_fmt.c
10309                 Add column space to table
10310         * src/quote_fmt_parse.y
10311                 Close files
10312
10313 2002-02-22 [paul]       0.7.2claws6
10314
10315         * src/Makefile.am
10316           src/defs.h
10317           src/filtering.c
10318           src/inc.[ch]
10319           src/mainwindow.c
10320           src/matcher.[ch]
10321           src/matcher_parser_lex.l
10322           src/matcher_parser_parse.y
10323           src/pop.[ch]
10324           src/prefs_account.h
10325           src/prefs_filtering.c
10326           src/selective_download.[ch]   *** NEW FILES ***
10327           src/utils.[ch]
10328           po/POTFILES.in
10329                 Selective Download added to 'Tool' menu. 
10330                 Retrieves email headers of the currently selected pop3 
10331                 account and allows the user to mark emails for deletion 
10332                 right on the pop3 server. Patch submitted by Oliver Haertel 
10333                 <oha@users.sourceforge.net>.
10334         
10335         * po/POTFILES.in
10336                 add 'src/quote_fmt.c'           
10337
10338 2002-02-22 [christoph]  0.7.2claws5
10339
10340         * src/Makefile.am
10341                 added quote_fmt.c
10342         * src/prefs_common.[ch]
10343         * src/prefs_template.c
10344         * src/quote_fmt.c               *** NEW FILE ***
10345         * src/quote_fmt.h
10346                 move quote format symbol description code
10347                 to it's own file because it is used from
10348                 differnent code parts
10349                 Rewrote symbol description GUI
10350                   + use table
10351                   + add separators
10352                   + get data from array (no more long constant strings)
10353         * src/quote_fmt_lex.l
10354         * src/quote_fmt_parse.y
10355                 Symbol for Literal % changed to \% instead of %%
10356                 (More logical as \ is used for quoting for other symbols)
10357                 Add |f and |p to include files and program output
10358                 Examples:
10359                     |f{/home/.../.signature}
10360                     |p{date}
10361         * po/de.po
10362                 Correct wrong spelling for "Referenzen"
10363
10364 2002-02-21 [paul]       0.7.2claws4
10365
10366         * src/procmsg.c
10367                 forgotten during sync
10368
10369 2002-02-21 [paul]       0.7.2claws3
10370
10371         * sync with sylpheed 0.7.2cvs11
10372                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
10373                 2002-02-20 and 2002-02-21
10374
10375 2002-02-20 [melvin]     0.7.2claws2
10376
10377         * src/prefs_actions.c
10378                 Added error report when child cannot fork or when execvp 
10379                 returns with an error.
10380
10381 2002-02-19 [christoph]  0.7.2claws1
10382
10383         * src/codeconv.c
10384                 return unconverted text if conde conversion is not possible
10385                 when libjconv is used.
10386                 (patch submitted by "Simon 'corecode' Schubert")
10387
10388 2002-02-19 [paul]       
10389
10390         * version 0.7.2claws release
10391
10392 2002-02-19 [paul]       0.7.2claws
10393
10394         * po/nl.po
10395                 updated by Wilbert Berendsen
10396
10397
10398 2002-02-18 [alfons]     0.7.1claws13
10399
10400         * src/syldap.c
10401         * src/jpilot.c
10402                 remove references to dlfcn and explicitly loading functions
10403                 from dynalink libs, because libs linked anyway, and functions
10404                 are loaded explicitly
10405
10406 2002-02-17 [melvin]     0.7.1claws12
10407
10408         * src/prefs_actions.c
10409                 Replaced children wait loop with double fork technique.
10410                 Now, input/output window updated at each new output.
10411                 free_children(): Fixed a memory leak.
10412                 Made input/output window non closable if running children
10413                 still exist.
10414                 Added missing <unistd.h> include.
10415                 Added some --debug outputs.
10416
10417 2002-02-17 [melvin]     0.7.1claws11
10418
10419         * src/summaryview.c
10420                 Fixed bug where descending sort order did not select top
10421                 message.
10422
10423 2002-02-17 [melvin]     0.7.1claws10
10424
10425         * acconfig.h
10426                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10427         * src/prefs_common.c
10428                 Pspell data package directory no more hard coded but
10429                 set during configuration (PSPELL_PATH). (Thanks to 
10430                                 Gustavo Noronha Silva.)
10431
10432 2002-02-17 [melvin]     0.7.1claws9
10433
10434         * configure.in
10435                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10436         * src/gtkspell.c
10437                 Fixed compile-time warnings.
10438
10439 2002-02-16 [alfons]     0.7.1claws8
10440
10441         * src/filesel.c
10442                 fix inadvertent free of NULL pointer which caused
10443                 sylpheed to crash when closing the save-as dialog
10444                 using the window close button
10445
10446 2002-02-16 [carsten]    0.7.1claws7
10447         * src/mainwindow.[ch]
10448           src/summaryview.c
10449           src/prefs_common.c
10450                 fixes for pixmap theming code:
10451                         - recently changed mail attributes shouldn't get
10452                           lost any longer
10453                         - theme is only reloaded iff another theme was
10454                           selected
10455
10456 2002-02-16 [paul]       0.7.1claws6
10457
10458         * sync with sylpheed 0.7.2 release
10459                 see ChangeLog entry 2002-02-15 and 2002-02-16
10460
10461 2002-02-15 [paul]       0.7.1claws5
10462
10463         * sync with sylpheed 0.7.1cvs9
10464                 see ChangeLog entry 2002-02-15
10465
10466         * po/POTFILES.in
10467                 remove unneeded headerwindow.c entry
10468
10469 2002-02-14 [carsten]    0.7.1claws4
10470         * src/summaryview.c
10471                 fixed a bug for "Go to next unread message": there was
10472                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
10473                 in the prefs, because of doing "Search again" instead
10474                 "No"
10475
10476 2002-02-14 [carsten]    0.7.1claws3
10477         * src/stock_pixmap.c
10478                 removed 2 more mem leaks; following memprof,
10479                 this code is "leak free" now :)
10480
10481 2002-02-14 [carsten]    0.7.1claws2
10482         * src/stock_pixmap.c
10483                 used opendir/readdir/closedir instead of scandir
10484                 -> code should work now on Solaris
10485
10486 2002-02-14 [paul]       0.7.1claws1
10487
10488         * sync with sylpheed 0.7.1cvs8
10489                 see ChangeLog entries 2002-02-13 and 2002-02-14
10490
10491         * README.claws
10492                 add some description of Actions and Pixmap Themes
10493
10494 2002-02-13 [paul]       
10495
10496         * version 0.7.1claws release
10497
10498 2002-02-13 [paul]       0.7.1claws
10499
10500         * po/es.po
10501           po/it.po
10502           po/pt_BR.po
10503                 updated translations, submitted by Ricardo Mones Lastra,
10504                 Alessandro Maestri and Fabio Junior Beneditto
10505
10506 2002-02-13 [melvin]     0.7.0claws75
10507
10508         * src/prefs_actions.c
10509                 Added missing "signal.h" include
10510
10511 2002-02-13 [melvin]     0.7.0claws74
10512
10513         * src/prefs_folder_item.c
10514                 Added missing "config.h" include
10515         * po/fr.po
10516                 Updated French translation for folder propriety.
10517
10518 2002-02-13 [jens]       0.7.0claws73
10519
10520         * po/POTFILES.in
10521                 Added missing src/prefs_folder_item.c [log added by melvin]
10522         * po/de.po
10523                 Updated German translation.
10524
10525 2002-02-13 [melvin]     0.7.0claws72
10526
10527         * po/fr.po
10528                 Updated French translation.
10529
10530 2002-02-13 [melvin]     0.7.0claws71
10531
10532         * src/gtkutils.c
10533                 Made gtkut_editable_get_selection return NULL if selection
10534                 is of length zero.
10535                 This fixes a bug where selecting part of message A then
10536                 switching to message B and replying to it will not
10537                 quote the message's body.
10538
10539 2002-02-12 [paul]       0.7.0claws70
10540
10541         * src/mainwindow.c
10542                 cosmetic, relating to pixmap themes: on toolbar make 
10543                 updating of 'Exec' and 'Compose news/Compose email'
10544                 icons faster.
10545
10546 2002-02-12 [carsten]    0.7.0claws69
10547         * src/folderview.c
10548           src/mainwindow.[ch]
10549           src/stock_pixmap.c
10550           src/summaryview.c
10551           src/prefs_common.c
10552                 - refreshing after changing pixmap theme better
10553                   now (thanks Paul)
10554                 - wanted to remove some mem leaks, but alfons was
10555                   faster (and had the better solution ;)
10556
10557 2002-02-12 [alfons]     0.7.0claws68
10558
10559         * src/prefs_common.c
10560         * src/stock_pixmap.[ch]
10561                 plug mem leaks, refactor code a little bit
10562
10563
10564 2002-02-12 [sergey]     0.7.0claws67
10565
10566         * src/imap.c
10567                 Fixed problem with copying messages to IMAP folders when the
10568                 server uses something other than '/' as a namespace separator
10569                 (cyrus-imapd uses '.').
10570
10571 2002-02-12 [jens]       0.7.0claws66
10572
10573         * po/de.po
10574                 Updated German Translation
10575
10576 2002-02-12 [paul]       0.7.0claws65
10577
10578         * sync with sylpheed 0.7.1cvs1
10579                 see ChangeLog entry 2002-02-12
10580
10581 2002-02-12 [melvin]     0.7.0claws64
10582
10583         * src/prefs_actions.c
10584                 Fixed "feature" where children's output was duplicated 
10585                 instead of refreshed while monitoring.
10586                 Removed some debug code.
10587
10588 2002-02-12 [christoph]  0.7.0claws63
10589
10590         * src/compose.c
10591                 always delete message from queue after sending/send error
10592                 (closes bug #509601)
10593
10594 2002-02-12 [melvin]     0.7.0claws62
10595
10596         * src/prefs_actions.c
10597                 Children wait loop is now triggered with a timeout of 1s
10598                 Added %F which is replaced with the list of filenames 
10599                 of all selected messages (as suggested by Ricardo Mones Lestra)
10600                 Pipe syntax changed. Prefix with | to send selection, postfix
10601                 with | to retrieve output. Prefix with > or * to send
10602                 user definable input to the command (*: input is hidden)
10603                 Old pipe action should now be postfixed with |, too.
10604
10605 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
10606         * src/stock_pixmap.c
10607                 fixed a bug: if there's no theme directory don't
10608                 throw an error, just do "nothing" (thanks Alfons)
10609
10610 2002-02-12 [carsten]    0.7.0claws60
10611         * src/folderview.c
10612           src/summaryview.c
10613                 had to write the cache twice (nasty!); some marks would 
10614                 get lost if not
10615
10616 2002-02-11 [carsten]    0.7.0claws59
10617         * acconfig.h
10618           configure.in
10619           doc-src/maintainer_guide.txt
10620           src/compose.[ch]
10621           src/defs.h
10622           src/folderview.[ch]
10623           src/gtkutils.[ch]
10624           src/mainwindow.[ch]
10625           src/prefs_common.[ch]
10626           src/stock_pixmap.[ch]
10627           src/summaryview.[ch]
10628                 pixmap theming and related work on pixmap
10629                 handling on some other places
10630                 (e.g. hrm features for all folder)
10631           src/pixmap/stock_*.xpm -> the stock_ was removed
10632         
10633 2002-02-11 [paul]       0.7.0claws58
10634
10635         * sync with sylpheed 0.7.1 release
10636                 see ChangeLog entries 2002-02-11
10637
10638 2002-02-08 [paul]       0.7.0claws57
10639
10640         * sync with sylpheed 0.7.0cvs39
10641                 see ChangeLog entry 2002-02-07 (last entry) 
10642
10643         * src/prefs_actions.c
10644           src/prefs_filtering.c
10645           src/prefs_matcher.c
10646           src/prefs_scoring.c
10647                 sync: made it compile with C compilers other than gcc
10648
10649 2002-02-07 [paul]       0.7.0claws56
10650
10651         * sync with sylpheed 0.7.0cvs38
10652                 see ChangeLog entries 2002-02-06 (last 2 entries) and
10653                 2002-02-07
10654
10655 2002-02-07 [darko]      0.7.0claws55
10656
10657         * src/gtkutils.[ch]
10658         * src/summaryview.c
10659                 Fix const gchar */gchar * issue (thanks Hiro)
10660
10661 2002-02-07 [darko]      0.7.0claws54
10662
10663         * src/compose.[ch]
10664         * src/filtering.c
10665         * src/gtkutils.[ch]
10666         * src/prefs_template.c
10667         * src/quote_fmt.h
10668         * src/quote_fmt_parse.y
10669         * src/summaryview.c
10670         * src/utils.[ch]
10671                 When replying or forwarding an email don't quote the entire
10672                 mail body but use the part of the message text that is selected
10673
10674 2002-02-06 [melvin]     0.7.0claws53
10675
10676         * src/prefs_common.[ch]
10677         * src/gtkspell.[ch]
10678         * src/compose.c
10679                 Made possible to switch quickly to last used dictionary
10680                 which makes checking bilingual documents easier.
10681
10682 2002-02-06 [melvin]     0.7.0claws52
10683         
10684         * po/POTFILES.in
10685                 Added forgotten new file src/prefs_actions.c
10686
10687 2002-02-06 [melvin]     0.7.0claws51
10688
10689         * src/prefs_actions.c   ** NEW FILE **
10690         * src/prefs_actions.h   ** NEW FILE **
10691                 Added actions to execute on message text view, or on the
10692                         message's file.
10693         * src/Makefile.am
10694                 Added src/prefs_actions.[ch]
10695         * src/compose.c
10696                 Added new menu "Edit/Actions"
10697         * src/defs.h
10698                 Added new actionsrc file.
10699         * src/main.c
10700                 Added actionsrc reading.
10701         * src/mainwindow.c
10702                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10703         * src/prefs_common.h
10704                 Added new element actionslst element to prefs_common.
10705
10706 2002-02-06 [paul]       0.7.0claws50
10707
10708         * sync with sylpheed 0.7.0cvs36
10709                 see ChangeLog entry 2002-02-06
10710
10711 2002-02-05 [paul]
10712
10713         * po/es.po
10714                 updated by Ricardo Mones Lastra
10715
10716 2002-02-05 [paul]       0.7.0claws49
10717
10718         * sync with sylpheed 0.7.0cvs33
10719                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10720
10721 2002-02-05 [paul]       0.7.0claws48
10722
10723         * src/compose.c
10724                 re-add 'Edit/Advanced/Delete entire line', previously named
10725                 'Delete Line+'
10726
10727 2002-02-04 [paul]       0.7.0claws47
10728
10729         * src/compose.c
10730           src/summaryview.c
10731                 fix bug #494993 (Reply All not taking Reply-To into consi)
10732                 eliminate differences in behaviour of right-click 'Reply to all' 
10733                 in summary view and 'Reply to all' on the toolbar. 
10734                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10735                 view and From gets ignored by 'Reply to all' on toolbar.
10736                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10737                 From when no Reply-To header is present.
10738
10739 2002-02-04 [paul]       0.7.0claws46
10740
10741         * sync with sylpheed 0.7.0cvs30
10742                 see ChangeLog entries 2002-02-03 and 2002-02-04
10743
10744 2002-02-03 [melvin]     0.7.0claws45
10745
10746         * src/gtkspell.[ch]
10747                 Readded function to highlight all misspelled words.
10748                 Fixed bug where user-provided-words did not replace
10749                         correctly the misspelled word when using the mouse.
10750                 Fixed bug where checking a region selected from right to left did
10751                         not check the region at all.
10752                 Fixed bug where 'Check backwards' may not check at all. 
10753                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10754                 Fixed possible buffer overflow when checking for long strings (>1k).
10755                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10756                 Accelerators code uses now gtk_widget_add_accel.
10757                 Removed and disabled obsolete and unfinished code.
10758                 Cleaning up.
10759
10760         * src/compose.c
10761                 Added menu item to Highlight all misspelled words.
10762
10763 2002-02-01 [paul]       0.7.0claws44
10764
10765         * src/mainwindow.c
10766                 fix '/View/Hide read messages' sensitivity when all
10767                 messages in a folder are hidden
10768
10769 2002-02-01 [paul]       0.7.0claws43
10770
10771         * src/main.c
10772                 add --send option to command line interface, sends all
10773                 queued mail. Patch submitted by Ricardo Mones Lastra.
10774
10775 2002-01-31 [paul]       0.7.0claws42
10776
10777         * src/mainwindow.c
10778                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10779
10780 2002-01-31 [paul]       0.7.0claws41
10781
10782         * sync with sylpheed 0.7.0cvs27
10783                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10784                 and 2002-01-31
10785
10786         * src/textview.c
10787                 comment out elements of textview_show_part() as temporary
10788                 workaround for attachment 'Display as text' bug 
10789
10790         * po/pt_BR.po
10791                 updated by Fabio Junior Beneditto
10792
10793 2002-01-30 [paul]       0.7.0claws40
10794
10795         * sync with sylpheed 0.7.0cvs24
10796                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
10797                 and 2002-01-30
10798
10799         * src/compose.c
10800                 add {N_("/_Spelling"), ... "<Branch>"} to 
10801                 GtkItemFactoryEntry compose_entries[]
10802
10803         * src/prefs_common.c
10804                 add claws menu items to prefs_keybind_apply_clicked()
10805                 and remove non-claws menu items
10806
10807 2002-01-29 [paul]       0.7.0claws39
10808
10809         * sync with sylpheed 0.7.0cvs22
10810                 see ChangeLog entries 2002-01-28 and 2002-01-29
10811
10812 2002-01-28 [melvin]     0.7.0claws38
10813
10814         * src/compose.c
10815                 Added the declartion of compose_send_control_enter.
10816
10817         * src/compose.c
10818         * src/gtkspell.[ch]
10819                 Added in a 'Spelling' menu which includes the configuration menu. 
10820                 Added a real 'Check all' and got rid from the old one which only
10821                 highlited misspelled word.
10822                 Made 'Check while typing' a disableable option.
10823                 Added a dialog when there are no more misspelled word.
10824                 Added a dialog if error occurs when switching to a dictionary.
10825         
10826         * src/prefs_common.[ch]
10827                 Added option for the default 'Check while typing' option.
10828
10829
10830 2002-01-28 [alfons]     0.7.0claws37
10831
10832         * src/compose.c
10833                 fix buglet and make code comply with sylpheed code style
10834
10835 2002-01-28 [paul]       0.7.0claws36
10836
10837         * sync with sylpheed 0.7.0cvs19
10838                 see ChangeLog entries for 2002-01-28
10839
10840 2002-01-28 [hoa]        0.7.0claws35
10841
10842         * src/defs.h
10843                 added rendererrc
10844
10845         * src/main.c
10846                 read the renderer config
10847
10848         * src/procmime.[ch]
10849                 use the renderer config to convert mime attachments
10850
10851         * src/textview.c
10852                 don't use textview_show_html/ertf,
10853                 use get_text_content instead
10854
10855 2002-01-27 [alfons]     0.7.0claws34
10856         
10857         * src/news.c
10858                 make sylpheed believe it can delete a news message...
10859                 (messages are NOT deleted, maybe we should remove
10860                 processing from the folder properties after all.)
10861
10862 2002-01-27 [alfons]     0.7.0claws33
10863
10864         * src/folder.c
10865                 add extra checks
10866         * src/news.c
10867                 implement remove_msg() 
10868
10869 2002-01-27 [alfons]     0.7.0claws32
10870
10871         * src/procmsg.h
10872         * src/procheader.c
10873         * src/messageview.c
10874                 fix return receipt / disposition notification again. this
10875                 stuff seems to break on _every_ major summary UI change, so
10876                 it's now implemented using a flag which is saved in the
10877                 marks cache
10878                 
10879 2002-01-26 [alfons]     0.7.0claws31
10880
10881         * src/import.c
10882                 let import dialog show the destination folder identifier
10883
10884 2002-01-26 [melvin]     0.7.0claws30
10885
10886         * src/folderview.c
10887         * src/summaryview.c
10888                 Readded 'Mark all read' into summary view popup menu
10889                 Added 'Mark all read' in folder view popup menu for IMAP
10890                 and NNTP.
10891                 Made it insensitive if the selected folder is not the shown
10892                 one to avoid 'Mark all read' on the wrong folder.
10893                 
10894 2002-01-26 [paul]       0.7.0claws29
10895
10896         * src/folderview.c
10897           src/summaryview.c
10898                 move 'Mark all read' from summary view to folder view
10899                 menu. (adapted from) patch submitted by Jeremy Andrews,
10900                 <lists@kerneltrap.com>
10901
10902 2002-01-25 [alfons]     0.7.0claws28
10903
10904         * src/gtkstext.c
10905                 put the gtk class name back so GtkSText adapts the 
10906                 settings of GtkText
10907
10908 2002-01-25 [alfons]     0.7.0claws27
10909
10910         * src/folderview.c 
10911                 assimilate Ricardo's patch that shows pixmaps instead of
10912                 plain "new" and "unread" texts in the folder view column
10913                 headers 
10914
10915 2002-01-25 [paul]       0.7.0claws26
10916
10917         * src/Makefile.am
10918                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
10919                 be found in non-standard locations. 
10920                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
10921
10922 2002-01-25 [paul]       0.7.0claws25
10923
10924         * sync with sylpheed 0.7.0cvs16
10925                 see ChangeLog entry 2002-01-25
10926
10927 2002-01-24 [paul]       0.7.0claws24
10928
10929         * more sync with sylpheed 0.7.0cvs15
10930                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
10931
10932 2002-01-23 [sergey]     0.7.0claws23
10933
10934         * src/importldif.c
10935                 Fixed segfault when closing LDIF import wizard with
10936                 the window manager.
10937         * src/imageview.c
10938         * src/imageview.h
10939         * src/messageview.c
10940         * src/mimeview.c
10941                 Fixed wrong scrolling position after switching between
10942                 text and image parts.
10943
10944 2002-01-23 [paul]       0.7.0claws22
10945
10946         * sync with sylpheed 0.7.0cvs15
10947                 see ChangeLog entries 2002-01-22 and 2002-01-23
10948
10949 2002-01-21 [melvin]     0.7.0claws21
10950
10951         * src/prefs_scoring.c
10952         * src/prefs_filtering.c
10953                 Fixed bug where scoring and filtering windows stopped
10954                 autochecking.
10955
10956 2002-01-21 [paul]       0.7.0claws20
10957
10958         * sync with sylpheed 0.7.0cvs12
10959                 see ChangeLog entries 2002-01-20 and 2002-01-21
10960
10961 2002-01-21 [carsten]    0.7.0claws19
10962         * src/mainwindow.c
10963         * src/menu.[ch]
10964         * src/messageview.[ch]
10965         * src/summaryview.[ch]
10966                 changes to shortcuts handling again:
10967                         + "Q" now controled by mainwin
10968                         + v/V are now customizable and have slightly
10969                           different meanings
10970                 the "button" to minimize the messageview (and maximize
10971                 the summary view) is a real button now
10972         * src/compose.c
10973                 "Delete Line+" added to Edit/Advanced (this will also
10974                 delete the '\n')
10975
10976 2002-01-20 [melvin] 0.7.0claws18
10977
10978         * src/addressbook.c
10979                 Made "Bcc" sensitive when addressbook is called from
10980                 compose window (it was a Claws only bug).
10981
10982 2002-01-19 [alfons] 0.7.0claws17
10983
10984         * src/inc.c
10985                 prevent unnecessary updates when currently selected folder has
10986                 no new messages 
10987
10988 2002-01-19 [alfons] 0.7.0claws16
10989         
10990         * src/summaryview.c
10991                 prevent writing the cache based on current message list in summary 
10992                 view when filtering also put messages in currently selected folder
10993
10994 2002-01-19 [paul]
10995
10996         * po/it.po
10997                 Italian translation submitted by Alessandro Maestri
10998                 <a.maestri@cs.tin.it>
10999
11000 2002-01-18 [melvin]     0.7.0claws15
11001
11002         * src/prefs_filters.c
11003                 fixed bug where 'cancel' from 'filters' window stops autochecking
11004                 if the timer timed out  when the window was open.
11005
11006 2002-01-18 [match]      0.7.0claws14
11007
11008         * src/addrclip.[ch]     ** NEW FILE **
11009         * src/addrselect.[ch]   ** NEW FILE **
11010         * src/adbookbase.h      ** NEW FILE **
11011                 addressbook cut, copy and paste
11012         * src/addrbook.[ch]
11013         * src/addrcache.[ch]
11014         * src/addressitem.h
11015         * src/addrindex.[ch]
11016         * src/addritem.[ch]
11017         * src/importldif.c
11018         * src/importmutt.c
11019         * src/jpilot.[ch]
11020         * src/syldap.[ch]
11021         * src/vcard.[ch]
11022         * src/jpilot.[ch]
11023         * src/editbook.c
11024         * src/editjpilot.c
11025         * src/editldap.c
11026         * src/editvcard.c
11027                 support for copy/paste
11028         * src/addressbook.c
11029                 support for copy/paste
11030                 tidy up menu option processing
11031                 correct address list function arguments
11032         * src/editaddress.c
11033                 sort user attributes
11034         * src/ldif.h
11035         * src/mutt.h
11036                 tidy up
11037
11038         * src/addrbook.[ch]
11039         * src/addrbook.[ch]
11040         * src/addrbook.[ch]
11041                 
11042
11043 2002-01-18 [paul]       0.7.0claws13
11044
11045         * sync with sylpheed 0.7.0cvs8
11046                 configure.in: support Mac OS X (Darwin)
11047
11048 2002-01-18 [carsten]    0.7.0claws12
11049         * src/html.c
11050                 small hack to fix a segfault with an empty href
11051                 (reported by Alexandra Walford <deeni@altern.org>)
11052         * src/mainwindow.c
11053         * src/summaryview.c
11054                 the shortcuts for Mark und Mark as unread are hardcoded
11055                 again
11056         * src/compose.c
11057         * src/gtkstext.[ch]
11058                 readded the shortcuts in gtkstext but made them
11059                 customizeable (simply by adding a menu plus a wrapper
11060                 to compose.c)
11061
11062 2002-01-17 [melvin]     0.7.0claws11
11063
11064         * src/gtkspell.c
11065                 fix default dictionary not being saved.
11066
11067 2002-01-16 [darko]      0.7.0claws10
11068
11069         * src/compose.c
11070                 fix wrapping crash with URL longer than wrapping margin
11071
11072 2002-12-08 [hoa]        0.7.0claws10
11073
11074         * src/matcher_parser_parse.y
11075                 fixed some bugs
11076
11077         * src/prefs_filtering.c
11078                 now, we can use bounce action in the dialog box.
11079
11080 2002-01-16 [carsten]    0.7.0claws9
11081         * src/gtkstext.c
11082                 removed the <control> and <alt> shortcuts because they're
11083                 not needed and interefered with the "normal" shortcuts
11084         * src/mainwindow.c
11085         * src/summaryview.c
11086                 removed most of the hardcoded shortcuts and assigned
11087                 them to menu entries making them easy customizable by
11088                 that
11089
11090 2002-01-16 |melvin]     0.7.0claws8
11091
11092         * src/gtkspell.c
11093                 fixed bug where using the mouse and when the compose
11094                 window is not on top may result in a crash.
11095
11096 2002-01-16 [melvin]     0.7.0claws7
11097
11098         * src/compose.c
11099                 fixed a long standingspell checker bug which could 
11100                 cause a crash after sending a message.
11101
11102 2002-01-16 [paul]       0.7.0claws6
11103
11104         * sync with sylpheed 0.7.0cvs7
11105                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
11106                 2002-01-15, and 2002-01-16
11107
11108 2002-01-16 [melvin]     0.7.0claws5
11109
11110         * README.claws
11111         * src/compose.c
11112         * src/gtkspell.[ch]
11113         * src/main.c
11114                 Heavily modified spell checker code to work around
11115                 ispell bug, to add keyboard shortcuts and for future
11116                 enhancements. See README.claws for usage information.
11117
11118 2002-01-15 [alfons]     0.7.0claws4
11119         
11120         * src/summaryview.c
11121                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
11122                 so sorting within threads reflects sort mode
11123
11124 2002-01-15 [christoph]  0.7.0claws3
11125
11126         * src/procmsg.c
11127                 added alertpanel if mail sending failed
11128
11129 2002-01-15 [alfons]     0.7.0claws2
11130         
11131         * src/prefs_filtering.c
11132                 don't stop timer when prefs filtering dialog is opened
11133
11134 2002-01-14 [alfons]     0.7.0claws1
11135
11136         * src/addr_compl.c
11137         * src/prefs.c
11138                 remove debug_print()s for privacy reasons
11139
11140 2002-01-14 [darko]      0.7.0claws
11141
11142         * README.claws
11143                 quotation wrapping is now also in the main branch
11144
11145 2002-01-14 [paul]
11146
11147         * tools/filter_conv.pl
11148                 allow for Boolean Op and case-sensitivity
11149                 this file is included in the release and tagged
11150                 'rel_0_7_0'
11151
11152 2002-01-13 [paul]       0.7.0claws
11153
11154         * release 0.7.0, with cvs tag 'rel_0_7_0'
11155
11156 2002-01-13 [paul]
11157
11158         * tools/filter_conv.pl
11159         * tools/README
11160                 rewritten to output to matcherrc instead of filteringrc
11161
11162         * po/es.po
11163                 updated Spanish translation by Ricardo Mones Lastra
11164
11165 2002-01-13 [alfons]
11166
11167         * po/nl.po
11168                 update dutch translation
11169
11170 2002-01-13 [paul]
11171
11172         * po/pt_BR.po
11173                 Updated by Fabio Junior Beneditto 
11174
11175 2002-01-13 [melvin]     0.6.6claws53
11176
11177         * po/fr.po
11178                 Updated french translation
11179
11180 2002-01-12 [alfons]     0.6.6claws52
11181
11182         * src/filtering.c
11183                 plug mem leak that has been sitting there for ages              
11184
11185 2002-01-12 [alfons]     0.6.6claws51
11186
11187         * src/summaryview.c
11188                 undo melvin's changes from 0.6.6claws48 because summary
11189                 view now refuses to select first unread message when
11190                 selecting a folder 
11191
11192 2002-01-11 [alfons]     0.6.6claws50
11193
11194         * src/import.c
11195                 use claws' semantics for getting folder item when
11196                 importing an mbox file into a folder 
11197                 (submitted by Dale P. Smith)
11198
11199 2002-01-11 [christoph]  0.6.6claws49
11200
11201         * src/prefs.h
11202                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
11203                 toggle widget, because non static prefs can not use
11204                 prefs_set_* functions
11205         * src/prefs_account.c
11206                 toggle smtp auth password field sensitivity if
11207                 user id is empty and add descrition of usage for
11208                 these fields
11209         * src/prefs_folder_item.c
11210                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
11211                 callbacks
11212
11213 2002-01-11 [melvin]     0.6.6claws48
11214
11215         * src/compose.c
11216                 fix the 'Ctrl-Enter' feature for sending and test really
11217                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
11218                 editables which was not documented in Gtk)
11219
11220         * src/summaryview.c
11221                 Made summaryview refresh after sorting and not before.
11222
11223 2002-01-11 [christoph]  0.6.6claws47
11224
11225         * src/compose.c
11226                 select account from account ids if possible and
11227                 correctly set save folder for copy in reedit
11228
11229 2002-01-10 [paul]       0.6.6claws46
11230
11231         * sync with sylpheed 0.7.0 release
11232                 see ChangeLog entries 2002-01-07, 2002-01-08 and
11233                 2002-01-09
11234
11235 2002-01-09 [alfons]
11236
11237         * src/summaryview.c
11238                 remove more dirt traces...
11239
11240 2002-01-09 [alfons]
11241         
11242         * src/summaryview.c
11243                 clean up some traces of my debugging stuff
11244
11245 2002-01-09 [alfons]     0.6.6claws45
11246
11247         * src/filtering.c
11248                 break up filteringprop_apply() in three separate pieces
11249                 so we can drop messages that failed processing in the
11250                 inbox
11251
11252         * src/summaryview.c
11253                 fix bug #469598 "no refresh of inbox after filter" which 
11254                 was introduced by the new summary view locking, and which 
11255                 prevented the summary view to update after a manual filter 
11256                 message. claw's filter message requires a summary_show().
11257                 (aargh, summary_show() again! :-)
11258                 
11259 2002-01-07 [alfons]     0.6.6claws44
11260
11261         * src/headerwindow.c
11262         * src/logwindow.c
11263         * src/messageview.c
11264         * src/sourcewindow.c
11265                 bring in Hiro's last 0.7.0 wm class fixes
11266
11267         * tools/sylprint.pl
11268                 bring in Ricardo's fix for sylprint script
11269
11270         * AUTHORS       
11271         * src/rfc2015.[ch]
11272         * src/prefs_common.[ch]
11273         * src/prefs_account.[ch]
11274         * src/compose.c
11275                 clean up account preference poison in rfc2015,
11276                 and preparation to fix double sign bug 
11277                 (patch submitted by Simon 'corecode' Schubert)
11278
11279 2002-01-07 [christoph]  0.6.6claws43
11280
11281         * src/mh.c
11282                 search for free message number, do not only rely
11283                 on last_num
11284         * src/send.c
11285                 fix smtp auth and use extra account information
11286                 if available, if not use pop3 data instead
11287                 (closes bug #500341)            
11288         * src/ssl.[ch]
11289                 match coding style
11290
11291 2002-01-06 [alfons]     0.6.6claws42
11292
11293         * src/mainwindow.c
11294                 try making the separate windows work again...
11295
11296 2002-01-06 [alfons]     0.6.6claws41
11297
11298         * src/mainwindow.c
11299                 adapt Hiro's separate window menu (to get rid of the funny
11300                 duplicate menu items), and make it work again
11301
11302 2002-01-06 [alfons]     0.6.6claws40
11303
11304         * tools/Makefile.am
11305         * tools/sylprint.rc
11306         * tools/sylprint.pl
11307         * tools/README.sylprint
11308                 add sylprint script for printing mails from Sylpheed
11309                 (contributed by Ricardo Mones Lastra)
11310
11311         * src/acount.c
11312                 clean up
11313
11314 2002-01-06 [melvin]     0.6.6claws39
11315
11316         * src/mainwindow.c
11317         * src/summaryview.c
11318                 Fixed crash introduced in 0.6.6claws38 by the menu
11319                 reorganisation (Hide read messages)
11320         
11321         * ChangeLog.claws 
11322                 Fixed typo (we are now in 2002, alfons ;) )
11323
11324 2002-01-05 [alfons]     0.6.6claws38
11325
11326         * sync with sylpheed 0.6.6cvs10-17
11327                 (last stuff marked as LAST_STABLE)
11328
11329 2002-01-04 [melvin]     0.6.6claws37
11330
11331         * src/account.c
11332                 Made account selection code use strcasestr again instead of
11333                 g_strcasecmp (fixes bug where reediting queued messages
11334                 did not select proper account reported by T. Link).
11335         
11336         * src/folderview.c
11337                 Fix bug where folder icons are not shown when 'hide read messages'
11338                 is on.
11339         
11340         * src/stock_pixmaps.[ch]
11341                 Added folder icons for 'hide read messages'.
11342         
11343         * src/compose.c
11344                 Fixed bug where 'Enter' in a header entry will send the message 
11345                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
11346
11347 2002-01-03 [melvin]     0.6.6claws36
11348         
11349         * src/prefs.[ch]
11350                 Added popup menu for common preferences and
11351                 account preferences (right click on tab displays
11352                                 a menu of all tabs.)
11353
11354 2002-01-02 [melvin]     0.6.6claws35
11355
11356         * src/gtkspell.[ch]
11357                 Made spelling code compatible with undo/redo feature.
11358                 Added creation of suggestion mode menu for the general
11359                         preferences.
11360         
11361         * src/prefs_common.[ch]
11362                 Added option menu for the speller's suggestion mode.
11363                 Added missing spaces in "..." buttons and made a "..."
11364                         button non translatable!
11365         
11366         * src/compose.c
11367                 Made speller use the default suggestion mode.
11368                 Hack to make it possible to choose 'CTRL-Enter' as a
11369                         shortcut for sending (and only for sending).
11370
11371         * src/prefs_folder_item.c
11372                 Changing subject simplification does not update cache 
11373                         anymore (because it is unnecessary).
11374                 Fixed bug where changing subject simplification updated the 
11375                         summaryview even when the viewed folder is not the
11376                         folder which properties are being changed. (E.g. 
11377                                         viewing folder A and changing
11378                                         the subject simplification of 
11379                                         folder B -not being viewed- updated the 
11380                                         summaryview of folder A with data of
11381                                         folder B). (Hope this is clear... )
11382
11383 2001-12-31 [alfons]     0.6.6claws34
11384         
11385         * src/ldif.c
11386         * src/mutt.c
11387                 fgetc() returns a signed integer which doesn't
11388                 fit in a char. so c truncates this to a char
11389                 but we may lose significant bits. i.e. we may
11390                 comparing 0xFF which may not be equal to -1
11391                 unless properly casted to signed char which
11392                 we won't do because fgetc() returns a signed
11393                 integer which doesn't fit in a char. so c 
11394                 truncates this to a char but we may lose 
11395                 significat bits. (you got the idea, thanks
11396                 to Gustavo Noronha Silva <kov@debian.org>
11397                 and the Debian folks!)
11398
11399 2001-12-30 [alfons]     0.6.6claws33
11400
11401         * src/prefs_common.c
11402                 add #ifdef USE_PSPELLs that Melvin forgot               
11403
11404 2001-12-30 [melvin]     0.6.6claws32
11405         
11406         * src/prefs_common.[ch]
11407                 Added configurable color for misspelled words.
11408
11409         * src/gtkspell.[ch]
11410                 Fixed bug of foreground text color (reported by David
11411                                 Mehrmann)
11412                 Added configurable color for misspelled words.
11413
11414 2001-12-30 [alfons]     0.6.6claws31
11415
11416         * src/folder.c
11417                 remove unnecessary things someone put there
11418
11419         * src/mh.c
11420         * src/folder.[ch]
11421                 make folder properties (like threading and sorting) persistent
11422                 (closes bug #497424 "rescan folder tree resets proprieties")
11423                 currently this is only for MH folders. 
11424
11425 2001-12-29 [melvin]     0.6.6claws30
11426
11427         * src/string_match.[ch]
11428                 Optimized a bit: regexp pattern buffer compiled only once, and
11429                   one subroutine call removed. Fixed ^ regexp search: Now, 
11430                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
11431         
11432         * src/summaryview.c
11433                 Subject filtering changed to filter summary columns and
11434                   not directly the messages subject cache. The loss in 
11435                   performance is balanced by the improvement of string_match.
11436                 Added an alert panel if there is an error in the regexp.
11437
11438         * src/src/prefs_folder_item.h
11439                 Added a regexp pattern buffer.
11440
11441 2001-12-28 [alfons]     0.6.6claws29
11442
11443         * src/string_match.[ch]
11444                 clean up name space
11445                 allow compilation *BSD
11446
11447 2001-12-27 [alfons]     0.6.6claws28
11448
11449         * src/filter.c
11450                 sync the Hiro's bug fix for BSD
11451
11452 2001-12-27 [melvin]     0.6.6claws27
11453         
11454         * src/compose.c
11455                 Simplify focus to subject entry code.
11456
11457 2001-12-27 [darko]      0.6.6claws26
11458
11459         * src/filtering.c
11460         * src/mbox_folder.c
11461         * src/messageview.c
11462         * src/mh.c
11463         * src/procheader.[ch]
11464         * src/procmsg.h
11465         * src/stock_pixmap.[ch]
11466         * src/summaryview.c
11467                 Show key icon for encrypted mails in summary view
11468
11469         * src/pixmaps/clip.xpm
11470         * src/pixmaps/clipkey.xpm
11471         * src/pixmaps/key.xpm
11472                 New/modified icons for the above
11473
11474 2001-12-27 [melvin]     0.6.6claws25
11475
11476         * src/prefs_common.c
11477                 Put spell checker options in a separate tab to decrease
11478                 the Common Preferences window height.
11479
11480         * README.claws  
11481                 Update spell checker usage instruction about its options
11482                 location.
11483
11484 2001-12-27 [melvin]     0.6.6claws24
11485
11486         * src/compose.c
11487                 Changed subject entry widget position. Initial focus is
11488                 on the To header instead of the subject entry.
11489                 Creating a new header scrolls the header list to make the
11490                 created one visible. Nevertheless, when automatically filling
11491                 headers, the first one is shown.
11492                 A Tab key press in the last empty header entry zips the 
11493                 focus to the subject entry.
11494                 (I did not change the combo boxes, yet)
11495
11496 2001-12-26 [alfons]     0.6.6claws23
11497
11498         * src/prefs_account.c
11499         * src/inc.c
11500                 allow default inbox to reside in another mailbox (only
11501                 works for POP3 accounts)
11502
11503 2001-12-26 [alfons]     0.6.6claws22
11504         
11505         * src/textview.c
11506                 make reply-on-click work with the account of the selected folder
11507         * src/compose.c
11508                 put a fixme here to remind me to fix finding correct default
11509                 account for nested folders
11510
11511 2001-12-25 [alfons]     0.6.6claws21
11512
11513         * src/summaryview.c
11514                 make column headers display locked and mark pixmaps (idea by Melvin) 
11515                 fix bug by adding score and locked column type to sort array
11516
11517 2001-12-25 [alfons]     0.6.6claws20
11518         
11519         * src/summaryview.c
11520                 catch a *potentially* inadvertent write back of  
11521                 the message cache(s) introduced by 0.6.5claws37
11522
11523 2001-12-25 [christoph]  0.6.6claws19
11524
11525         * src/stock_pixmap.[ch]
11526         * src/summaryview.c
11527                 add ignore thread pixmap
11528                 (can someone draw a better icon for this?)
11529
11530 2001-12-24 [alfons]     0.6.6claws18
11531
11532         * src/prefs_folder_item.c
11533                 make address completion actually work for the
11534                 Default To address in the Folder Property dialog.
11535
11536 2001-12-24 [alfons]     0.6.6claws17
11537         
11538         * src/summaryview.c
11539                 use new style regexp for subject stripping 
11540                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
11541
11542 2001-12-24 [darko]      0.6.6claws16
11543
11544         * src/pgptext.c
11545         * src/rfc2015.c
11546                 move GPG related informational messages to debug mode
11547
11548 2001-12-23 [alfons]     0.6.6claws15
11549
11550         * src/stock_pixmap.[ch]
11551         * src/summaryview.c
11552                 add the forgotten Claws' locked pixmap
11553
11554 2001-12-23 [alfons]     0.6.6claws14
11555
11556         * src/filesel.c
11557                 accept file name typed in entry in multi file
11558                 selector (patch submitted by Gustavo Noronha Silva 
11559                 <kov@debian.org>)
11560
11561 2001-12-23 [alfons]     0.6.6claws13
11562
11563         * src/prefs_filter.c
11564         * src/prefs_filtering.c
11565         * src/matcher.c
11566         * src/importmutt.c
11567                 clean up a little bit
11568         
11569         * src/string_match.c
11570                 validate input strings a little bit more
11571
11572 2001-12-23 [alfons]     0.6.6claws12
11573
11574         * src/Makefile.am
11575         * src/summaryview.c
11576         * src/string_match.[ch]         ** NEW **
11577         * src/folderview.[ch]
11578         * src/headerview.h
11579         * src/folder.[ch]
11580         * src/prefs_folder_item.[ch]
11581                 add subject simplification to strip out strings from
11582                 a subject line (esp. handy for mailing lists). 
11583                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
11584                 but slightly changed things for better integration.)
11585
11586 2001-12-23 [alfons]     0.6.6claws11
11587
11588         * src/mainwindow.c
11589                 fix bug introduced by submission included in 0.6.5claws52.
11590                 ideally this submission should clean the trash if any trash
11591                 folder has a message. however, the hasTrash variable was
11592                 set to false whenever a trash folder was empty (discarding
11593                 a previously found *filled* trash folder.)
11594
11595                 also edited the code a little bit and made it more safe.
11596
11597 2001-12-22 [alfons]     0.6.6claws10
11598
11599         * src/imap.c
11600                 quick fix for Martin Pool's omission of an account
11601                 specific SSL setting
11602
11603 2001-12-22 [alfons]     0.6.6claws9
11604
11605         * src/compose.c
11606         * src/messageview.c
11607         * src/mimeview.c
11608         * src/pgptext.c
11609         * src/procmime.[ch]
11610                 better support for multipart/digest (submitted
11611                 by Fredrik <e98fo@efd.lth.se>)
11612
11613 2001-12-22 [alfons]     0.6.6claws8
11614
11615         * src/addressbook.c
11616                 correct function signature
11617         * src/socket.[ch]
11618         * src/imap.[ch]
11619         * src/prefs_account.[ch]
11620                 allow IMAP over SSH tunnel (patch submitted by 
11621                 Martin Pool <mbp@samba.org>)
11622
11623 2001-12-21 [alfons]     0.6.6claws7
11624
11625         * sync with sylpheed 0.6.6cvs4-9
11626                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
11627
11628 2001-12-21 [christoph]  0.6.6claws6
11629
11630         * src/compose.c
11631         * src/prefs_folder_item.[ch]
11632                 implement saving of outgoing messages to current folder.
11633                 fix segfault when no default outbox is available
11634                 (closes bug #495683)
11635
11636 2001-12-21 [carsten]    0.6.6claws5
11637         * src/folderview.c
11638         * src/summaryview.c
11639                 pressing CTRL while DND does now the expected thing and
11640                 copies the mail (moving is still the default, as this
11641                 seam more appropriate for handling mails by DND)
11642
11643 2001-12-18 [paul]       0.6.6claws4
11644
11645         * sync with sylpheed 0.6.6cvs3
11646                 see ChangeLog entries 2001-12-18
11647
11648 2001-12-18 [hiro]       0.6.6claws3
11649
11650         * src/undo.c
11651                 fix for multibyte characters (obtain the number of letters
11652                 instead of bytes).
11653
11654 2001-12-17 [paul]       0.6.6claws2
11655
11656         * sync with sylpheed 0.6.6cvs1
11657                 see ChangeLog entry 2001-12-16
11658
11659 2000-12-17 [alfons]     0.6.6claws1
11660
11661         * src/filtering.c
11662                 clean up
11663
11664 2001-12-16 [paul]       0.6.6claws
11665 2001-12-15
11666
11667         * Release version 0.6.6claws, cvs tag: rel_0_6_6
11668
11669         * src/mimeview.c
11670                 last minute sync with main 0.6.6
11671
11672         * po/es.po
11673                 updated by Ricardo Mones Lastra
11674                 update for last minute sync
11675         * po/fr.po
11676         * po/nl.po
11677                 update for last minute sync
11678         * po/de.po
11679                 updated by Jens Oberender
11680         * po/pt_BR.po
11681                 updated by Fabio Junior Beneditto
11682
11683         * src/prefs_common.[ch]
11684         * src/undo.c
11685                 number of undo levels is user configurable
11686                 (squeeze it into the release in the dying
11687                 moments) Submitted by Jens Oberender    
11688
11689 2001-12-15 [melvin]
11690
11691         * po/fr.po
11692                 updated french translation
11693
11694 2001-12-15 [paul]       0.6.5claws92
11695
11696         * sync with sylpheed 0.6.5cvs28
11697                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11698
11699         * po/nl.po
11700                 update to allow for sync
11701
11702 2001-12-15 [alfons]
11703         
11704         * po/nl.po
11705                 update dutch translation
11706
11707 2001-12-14 [carsten]    0.6.5claws91
11708         * src/summaryview.c
11709                 fixed bug #473785; also after changing the column order
11710                 the same message will be selected and displayed as before
11711                 the reordering
11712
11713 2001-12-14 [carsten]    0.6.5claws90
11714         * src/folderview.c
11715                 probably found the bug reported by wwb opening or closing
11716                 a folder tree just before dnd (found the solution in the
11717                 balsa source -- thanks to them)
11718
11719 2001-12-14 [carsten]    0.6.5claws89
11720         * src/gtkutils.c
11721         * src/account.c
11722                 moved gtk_clist_moveto to the right place, so that
11723                 only the accounts dialog is effected on opening
11724
11725 2001-12-14 [carsten]    0.6.5claws88
11726         * src/gtkutils.c
11727                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11728                 now, so that the focused row will be seen in any case
11729                 (reported by wwp on sf-claws-user)
11730
11731 2001-12-14 [darko]      0.6.5claws87
11732
11733         * src/compose.c
11734                 remove unnecessary line
11735
11736 2001-12-14 [paul]       0.6.5claws86
11737
11738         * sync with sylpheed 0.6.5cvs27
11739                 see ChangeLog entries 2001-12-14
11740
11741 2001-12-14 [carsten]    0.6.5claws85
11742         * src/mainwindow.c
11743                 following a suggestion of Melvin the rcoabm pops up
11744                 right under the button now and the button is reliefed
11745                 while the popup is open
11746
11747 2001-12-14 [darko]      0.6.5claws84
11748
11749         * src/compose.c
11750                 fix crash when wrapping long lines if linewrap quotation
11751                 is disabled and wrapper encounters a word spanning more
11752                 than one line
11753
11754 2001-12-13 [paul]       0.6.5claws83
11755
11756         * src/compose.c
11757                 prefer 'Reply-To' header over mailing list header when
11758                 replying to a message. Finally prevent all those confirmation 
11759                 messages being sent to the list itself.
11760
11761         * src/summaryview.c
11762                 remove unused summary_set_menu_sensitive() entry
11763
11764 2001-12-13 [paul]       0.6.5claws82
11765
11766         * src/folderview.c
11767         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11768         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11769         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11770                 improvements to 'Hide read messages': Inbox, Outbox,
11771                 Trash, Queue, and Draft icons now reveal presence of hidden 
11772                 messages
11773
11774 2001-12-12 [alfons]     0.6.5claws81
11775
11776         0.6.5claws80 was tagged as LAST_STABLE
11777
11778         * src/filtering.[ch]
11779         * src/matcher.[ch]
11780         * src/matcher_parser_lex.c
11781                 fix the filtering; my last attempt to get it right, 
11782                 if it does not work, it's Hoa's turn. ;-)
11783
11784                 for my honourable peers:
11785                 
11786                 the code now makes a clear distinction between
11787                 rules as they are displayed (probably escaped),
11788                 and as they are executed (probably unescaped). the
11789                 parser does *NOT* do any unescaping, this is
11790                 the task of the matcher.c (which breaks up a
11791                 rule into condition) and the filtering.c (which
11792                 breaks up the rule's action). to make this
11793                 run happily we provide an unescaped copy of
11794                 crucial strings to the MatcherProp and 
11795                 FilteringAction structures. note that the only
11796                 exception to this is any REGEXP string. those
11797                 are directly passed to regcomp() and regexp()
11798                 (who have much more powerful unescape functions).
11799                 
11800                 for everyone else:
11801         
11802                 you can escape tab (\t), carriage return (\r),
11803                 linefeed (\n), form feed (\f), quote (\"), 
11804                 single quote (\'), bell (\b) in all the entry
11805                 lines in the scoring & filtering dialogs.
11806                 as an added bonus this should not affect
11807                 existing filtering rules.
11808
11809 2001-12-12 [carsten]    0.6.5claws80
11810
11811         * src/summaryview.c
11812         * po/de.po
11813                 "item(s) selected" is now sensitive to 1 or more
11814                 than one selected (nice for language where simple
11815                 adding of a "s" is not possible as German (Eintrag
11816                 ->Eintr"age)
11817                 
11818                 the "forward as attachment" entry from the right
11819                 click menu removed, "forward" acts following the
11820                 prefs
11821         
11822         * src/textview.c
11823                 reverted my former changes; so compiler warning again
11824                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
11825                 nevertheless
11826
11827         * src/messageview.c
11828                 "search in message" does now *not* only work in MVIEW_TEXT
11829                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
11830                 message
11831
11832         * src/mainwindow.c
11833                 removed "/File/_Close" as it was the same as "/File/E_xit"
11834                 and we don't need it two times
11835
11836                 the separate folder view and message view now get a distinct
11837                 WMCLASS, just in case someone is using sawfish ;-)
11838
11839                 as the menu entries "/View/Message view" and "/View/Folder tree"
11840                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
11841                 make them sensitive accordingly and as these two are "shown"
11842                 after startup anytime check this menuitem at startup
11843
11844 2001-12-12 [paul]       0.6.5claws79
11845
11846         * src/folderview.c
11847                 fix sensitivity of 'Search folder...', broken in
11848                 0.6.5claws75
11849
11850         * src/mainwindow.c
11851                 fix dodgy English
11852
11853 2001-12-11 [carsten]    0.6.5claws78
11854         * src/filtering.c
11855                 fixed two typos returning a wrong FALSE/TRUE
11856         * src/mainwindow.[ch]
11857                 extra menu for email/news button removed
11858
11859 2001-12-11 [alfons]     0.6.5claws77
11860         
11861         * src/matcher.c                 (1.3)
11862         * src/matcher_parser_lex.l      (1.28)
11863                 revert for another attempt
11864                 mark 0.6.5claws77 as LAST_STABLE
11865
11866 2001-12-11 [christoph]  0.6.5claws76
11867
11868         * po/de.po
11869                 fixed wrong translation for prev. unread msg
11870
11871 2001-12-11 [paul]       0.6.5claws75
11872
11873         * src/folder.[ch]
11874         * src/folderview.c
11875         * src/mainwindow.c
11876         * src/summaryview.[ch]
11877         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
11878                 enable ability to hide read messages on per folder basis via 
11879                 '/Summary/Hide read messages'; when selected, a folder will 
11880                 have a red open folder icon, instead of a blue icon, if the 
11881                 folder contains hidden messges
11882                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
11883
11884         * src/mainwindow.c
11885                 remove '/Message/Forward as attachment' from 
11886                 main_window_set_menu_sensitive() to prevent debug warning
11887
11888         * src/folderview.c
11889         * src/mainwindow.c
11890                 Clean up some of the English
11891
11892         * tools/newscache_clean.pl
11893                 allow for new 'hidereadmsgs' entry in folderlist.xml
11894
11895         * po/es.po
11896                 updated translation, submitted by Ricardo Mones Lastra
11897
11898 2001-12-11 [paul]       0.6.5claws74
11899
11900         * sync with sylpheed 0.6.5cvs25
11901                 see ChangeLog entry 2001-12-11
11902
11903 2001-12-10 [alfons]     0.6.5claws73
11904
11905         * src/matcher.c
11906                 add more control characters
11907         * src/matcher_parser_lex.l
11908                 make escaping / unescaping work again
11909
11910 2001-12-10 [alfons]     0.6.5claws72
11911
11912         * src/imap.c
11913                 clean up warnings "returning value for void function" 
11914         * src/prefs_filtering.c
11915                 make info button for execute action sensitive
11916
11917 2001-12-10 [paul]       0.6.5claws71
11918
11919         * src/compose.c
11920         * src/imap.[ch]
11921         * src/summaryview.c
11922                 fix: imap server now gets informed of MARKED, UNMARKED
11923                 and REPLY events. Now people can use different IMAP-Mail
11924                 clients and have the exact same information about MARKED,
11925                 UNMARKED and REPLY status with all of them. Especially
11926                 useful for imap servers with a web-frontend.
11927                 submitted by Tobias Sandhaas <medlor@web.de>
11928
11929 2001-12-09 [melvin]     0.6.5claws70
11930         
11931         * src/textview.[ch]
11932                 fixed bug #490076 (hunted down by Alfons who implemented
11933                 a workaround in 0.6.5claws65)
11934
11935 2001-12-09 [christoph]  0.6.5claws69
11936
11937         * src/summaryview.c
11938                 set pointer to string in LOCKED column to NULL
11939                 (might fix bug #490800)
11940
11941 2001-12-09 [carsten]    0.6.5claws68
11942
11943         * po/de.po
11944                 resolved some cluttered menu shortcuts 
11945                 ('creating new email' and 'creating news message'
11946                 hade the same)
11947         * src/compose.c
11948                 wmclass now distinc from main window
11949         * src/mainwindow.c
11950           src/mainwindow.h
11951                 email/news and forward button functionality similar
11952                 to the reply buttons; removed the ugly dropdown arrows
11953                 and use instead the right mouse button
11954
11955 2001-12-09 [paul]       0.6.5claws67
11956
11957         * src/imap.c
11958         * src/utils.h
11959                 allow spaces in imap folder names
11960                 submitted by Willem van Engen <wvengen@stack.nl>
11961
11962 2001-12-09 [paul]       0.6.5claws66
11963
11964         * sync with sylpheed 0.6.5cvs24
11965                 see ChangeLog entry 2001-12-09
11966
11967 2001-12-08 [alfons]     0.6.5claws65
11968
11969         * src/textview.c
11970                 prevent secondary selection claim after "add to sender" dialog
11971                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
11972                 we trick GTK by simulating a click at (0, 0) in the textview.
11973
11974 2001-12-08 [hoa]        0.6.5claws64
11975
11976         * src/folder.c
11977                 fixed a bug about the .processing folder name while filtering
11978
11979 2001-12-08 [alfons]     0.6.5claws63
11980
11981         * src/folderview.c 
11982                 work around problem of not correctly updating folder stats
11983                 when deleting messages. there's some folder scanning evil
11984                 going so the folderview_update_msg_num() does not work
11985                 correctly. need to investigate this.
11986
11987 2001-12-08 [paul]       0.6.5claws62
11988
11989         * sync with sylpheed 0.6.5cvs23
11990                 see ChangeLog entry 2001-12-08
11991
11992 2001-12-07 [christoph]  0.6.5claws61
11993
11994         * src/compose.c
11995                 fix another header translation problem
11996
11997 2001-12-07 [alfons]     0.6.5claws60
11998
11999         * src/mbox.c
12000                 make filtering also work on local spool mbox
12001
12002 2001-12-07 [carsten]    0.6.5claws59
12003         * src/addressbook.c
12004                 addressbook window gets a wmclass distinct from the main
12005                 sylpheed window
12006         * src/compose.h
12007         * src/mainwindow.[ch]
12008                   forward menu item will use mode selected in prefs, forward 
12009                 as attatchment in menu removed (will be substituted in the
12010                 toolbar similar to reply buttons)
12011                   create news message menu entry and news button is now 
12012                 sensitive to the existance of a news account
12013         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
12014         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
12015         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
12016                 these are removed because the toolbar buttons don't show
12017                 the quoting modus any longer
12018
12019 2001-12-07 [paul]
12020
12021         * tools/newscache_clean.pl      ** NEW FILE **
12022                 perl script to do some tidying up in the newscache directory 
12023                 
12024         * tools/sylpheed-switcher       ** NEW FILE **
12025                 perl script to enable easy switching between main and claws
12026                 
12027         * tools/README
12028                 added descriptions of the two new perl scripts          
12029
12030
12031 2001-12-07 [melvin]     0.6.5claws58
12032
12033         * src/messageview.c
12034                 fixed a warning during compilation introduced in 0.6.5claws56
12035
12036 2001-12-07 [paul]       0.6.5claws57
12037
12038         * src/mainwindow.[ch]
12039         * src/menu.[ch]
12040                 further usability enhancements to replying with or without 
12041                 quoting via the toolbar, use of Ctrl key is replaced by 
12042                 drop down menu 
12043                 Submitted by Carsten Schurig            
12044
12045 2001-12-07 [melvin]     0.6.5claws56
12046
12047         * src/messageview.c
12048                 hack to fix bug that prevented to make/paste selections
12049                 after switching between MVIEW_TEXT and MVIEW_MIME views
12050                 without deselecting the selection first.
12051
12052 2001-12-06 [alfons]     0.6.5claws55
12053
12054         * src/filtering.[ch]
12055         * src/inc.c
12056                 revise filtering a little bit more, and make sure
12057                 messages are delivered to the appropriate inbox
12058                 (perhaps set per account)
12059
12060 2001-12-06 [paul]       0.6.5claws54
12061
12062         * sync with sylpheed 0.6.5cvs22
12063                 see ChangeLog entry 2001-12-06
12064
12065 2001-12-05 [alfons]     0.6.5claws53
12066
12067         * src/inc.c
12068         * src/folder.[ch]
12069         * src/procmsg.c
12070         * src/filtering.c
12071                 more revisions of filtering system
12072                 (last stable version is marked as LAST_STABLE)
12073                 
12074                 | NOTE 1): the filtering system now uses a local folder called
12075                 | .processing. if filtering fails, check this directory
12076                 | for missing messages.
12077                 |
12078                 | NOTE 2): help us find the filtering actions still missing
12079
12080 2001-12-05 [paul]       0.6.5claws52
12081
12082         * src/mainwindow.c
12083                 fix bug where 'Empty Trash?' pop-up window appears even
12084                 when Trash is empty, submitted by Jesse Skinner         
12085
12086 2001-12-05 [melvin]     0.6.5claws51
12087
12088         * src/compose.c
12089                 fixed bug #486106 to select correct account when reediting 
12090                 a queued message
12091         
12092 2001-12-04 [alfons]     0.6.5claws50
12093
12094         * src/mh.c
12095                 declare markfile in appropriate functions when
12096                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
12097                 for spotting this)
12098
12099 2001-12-04 [paul]       0.6.5claws49
12100
12101         * sync with sylpheed 0.6.5cvs21
12102                 see ChangeLog entry 2001-12-04
12103
12104 2001-12-03 [christoph]  0.6.5claws48
12105
12106         * po/de.po
12107                 changed translation of undo
12108         * src/account.c
12109         * src/folder.c
12110                 don't reinvent the wheel to traverse a GNode
12111         * src/compose.[ch]
12112                 seperate code to create the compose gui into functions
12113                 add "Others" page with folder selection for saving copy
12114                 of the message.
12115                 the folder identifier is saved to queue header
12116         * src/procmsg.c
12117                 save message to folder in queue header
12118
12119 2001-12-03 [paul]       0.6.5claws47
12120
12121         * sync with sylpheed 0.6.5cvs20
12122                 see ChangeLog entry 2001-12-03
12123
12124 2001-12-01 [paul]
12125
12126         * more sync with sylpheed 0.6.5cvs19
12127                 see ChangeLog entry 2001-11-29
12128
12129 2001-11-30 [paul]       0.6.5claws46
12130         
12131         * src/compose.c
12132                 remove conflicts introduced by Hoa's last commit
12133          
12134         * src/mainwindow.c
12135                 make 'Message/Bounce' sensitive
12136
12137 2001-11-30 [hoa]        0.6.5claws45
12138
12139         * src/compose.c
12140                 slightly change bounce function to add
12141                 information about the user that bounced the mail
12142                 in the From header line.
12143
12144         * src/folderview.c
12145                 permit the use of processing in outbox folder.
12146
12147 2001-11-29 [paul]       0.6.5claws44
12148
12149         * src/mainwindow.[ch]
12150         * src/prefs_common.c
12151         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
12152         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
12153         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
12154                 usability enhancements to the quoting, implements
12155                 use of Ctrl key to toggle quoting settings
12156                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
12157
12158 2001-11-29 [paul]       0.6.5claws43
12159         
12160         * sync with sylpheed 0.6.5cvs19
12161                 see ChangeLog entry 2001-11-28
12162
12163 2001-11-29 [melvin]     0.6.5claws42
12164         * src/Makefile.am
12165                 added enriched.[ch] to the list of files
12166
12167         * src/textview.c
12168         * src/mimeview.c
12169         * src/procmime.[ch]
12170         * src/enriched.[ch]
12171                 added support to view text/enriched
12172                 added support to show headers in message view for text/enriched and text/html
12173                         in non multipart messages
12174
12175 2001-11-28 [paul]       0.6.5claws41
12176
12177         * more sync with sylpheed 0.6.5cvs18
12178                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
12179
12180 2001-11-27 [paul]       0.6.5claws40
12181         
12182         * po/pt_BR.po
12183                 updated translation, submitted by Fabio Junior Beneditto
12184                 
12185         * sync with sylpheed 0.6.5cvs18
12186                 see ChangeLog entries 2001-11-26 (src/textview.c) and
12187                 2001-11-27
12188
12189
12190 2001-11-26 [paul]
12191
12192         * po/es.po
12193                 updated translation, submitted by Ricardo Mones Lastra
12194
12195 2001-11-26 [alfons]
12196
12197         * src/matcher.c
12198                 add more translatable strings
12199
12200 2001-11-26 [christoph]  0.6.5claws39
12201
12202         * po/de.po      
12203                 fixed one more umlaut
12204         * src/compose.c
12205                 fix translated header when it should not be translated
12206
12207 2001-11-26 [paul]       0.6.5claws38
12208
12209         * src/mainwindow.c
12210                 remove '/Message/Add Sender to address book' from 
12211                 main_window_set_menu_sensitive(), prevent debug warning
12212                 add 'Message/Mark/Mark all read' to mainwin_entries[]
12213
12214 2001-11-26 [paul]       0.6.5claws37
12215
12216         * src/summaryview.c
12217                 fix 'recurring unread state' bug 
12218
12219         * tools/README 
12220         * tools/filter_conv.pl
12221                 read name of top level mailbox from folderlist.xml
12222                 and presume nothing about its name              
12223
12224 2001-11-26 [darko]      0.6.5claws36
12225
12226         * src/gtkstext.[ch]
12227                 removed functions that are now in gtkutils.c
12228                 use gtkut_text_is_uri_string() from gtkutils.c
12229         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
12230
12231 2001-11-26 [paul]       0.6.5claws35
12232
12233         * sync with sylpheed 0.6.5cvs16
12234                 see ChangeLog entries 2001-11-25 and 2001-11-26
12235
12236 2001-11-25 [alfons]     0.6.5claws34
12237
12238         EXPERIMENTAL!!! Please checkout the last stable version using: 
12239           
12240         % cvs update -r LAST_STABLE -dRAP
12241
12242         (Or help us testing this stuff.)
12243
12244         * src/filtering.c               (1.14)
12245         * src/filtering.h               (1.6)
12246         * src/inc.c                     (1.28)
12247         * src/matcher.c                 (1.20)
12248         * src/mbox.c                    (1.9)
12249         * src/procmsg.h                 (1.14)
12250         * src/summaryview.c             (1.59)
12251         * src/summaryview.h             (dunno)
12252                 revert/merge/sync to as it was before commit 
12253                 on Thu, 19 Jul 2001 10:15:51 -0700.
12254
12255 2001-11-25 [hoa]        0.6.5claws33
12256
12257         * src/main.c
12258                 processing mails at startup
12259
12260         * src/folderview.c
12261         * src/summaryview.[ch]
12262                 processing mails when entering folder
12263
12264         * src/prefs_filtering.c
12265                 fixed some UI bugs
12266
12267 2001-11-24 [alfons]     0.6.5claws32
12268
12269         * src/summaryview.[ch]
12270                 make summary sort headers work, and also make
12271                 sure the sort type is stored
12272
12273 2001-11-23 [alfons]     0.6.5claws31
12274
12275         * src/summaryview.[ch]
12276                 make lock work like mark
12277                 disallow deleting messages marked as locked
12278
12279 2001-11-23 [alfons]     0.6.5claws30
12280
12281         * src/gtkstext.c
12282         * src/compose.[ch]
12283         * src/Makefile.am
12284         * src/undo.[ch]
12285                 merge undo patch submitted by Jens
12286
12287 2001-11-23 [christoph]  0.6.5claws29
12288
12289         * src/.cvsignore
12290                 added ylwrap
12291         * src/compose.c
12292                 fixed gpg signing and encoding
12293         * src/folder.[ch]
12294         * src/main.c
12295                 added --status option to get new, unread and total
12296                 message count from a running sylpheed
12297         * src/prefs_common.c
12298                 temporary fix for reply_with_quote problem
12299                 (don't call functions for non existing widget)
12300         * src/procmsg.c
12301                 one more check for ignored threads but still not
12302                 always working correctly. probably a recursive
12303                 check for all parents is needed
12304
12305 2001-11-23 [darko]      0.6.5claws28
12306
12307         * src/compose.c
12308                 wrapping on send improvements
12309         * src/gtkutils.[ch]
12310                 fix for GtkSText after last sync with main branch
12311                 GTK_TEXT -> GTK_STEXT
12312
12313 2001-11-23 [paul]       0.6.5claws27
12314
12315         * sync with sylpheed 0.6.5cvs14
12316                 see ChangeLog entries 2001-11-22 and 2001-11-23
12317                 
12318         * po/de.po
12319                 fixed the scrambled umlauts 
12320                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
12321
12322 2001-11-21 [paul]       0.6.5claws26
12323
12324         * sync with sylpheed 0.6.5cvs12
12325                 see 2nd ChangeLog entry dated 2001-11-20
12326
12327 2001-11-20 [paul]       0.6.5claws25
12328
12329         * sync with sylpheed 0.6.5cvs11
12330                 see ChangeLog entry 2001-11-19 (src/utils.c)
12331
12332 2001-11-20 [hiro]
12333
12334         * src/compose.c
12335                 GTK_TEXT -> GTK_STEXT
12336                 fix for wrong comment
12337
12338 2001-11-20 [hiro]       0.6.5claws24
12339
12340         * src/compose.[ch]
12341                 more merges from main branch
12342                 removed fatal warnings (uninitialized variables etc.)
12343                 some coding style fix
12344         * src/gtkutils.h
12345                 fixed typo.
12346         * src/addressbook.c
12347           src/addrindex.c
12348                 V-Card -> vCard
12349
12350 2001-11-19 [hoa]        0.6.5claws23
12351
12352         * src/filtering.c
12353         * src/prefs_scoring.c
12354         * src/matcher.[ch]
12355         * src/scoring.c
12356                 cleaning code
12357
12358         * src/matcher_parser_parse.y
12359         * src/prefs_filtering.c
12360                 bouncing
12361
12362 2001-11-19 [alfons]     0.6.5claws22
12363
12364         more of my old things into claws
12365
12366         * src/Makefile.am
12367         * src/prefs_common.c
12368         * src/procmsg.h
12369         * src/summaryview.[ch]
12370         * src/prefs_summary_column.c
12371         * src/pixmaps/locked.xpm
12372                 add indicators for locking of message in summary view
12373                 (does not work yet, only visual indicator)
12374
12375 2001-11-19 [paul]       0.6.5claws21
12376
12377         * sync with sylpheed 0.6.5cvs10
12378                 see ChangeLog entry 2001-11-19
12379
12380 2001-11-18 [alfons]     0.6.5claws20
12381         
12382         * src/filtering.c
12383                 remove an inadvertent free I forgot in previous clean up 
12384
12385 2001-11-18 [alfons]     0.6.5claws19
12386
12387         * src/filtering.[ch]
12388                 clean up & plug leaks
12389
12390 2001-11-18 [paul]       0.6.5claws18
12391
12392         * sync with sylpheed 0.6.5cvs9
12393                 see ChangeLog entries 2001-11-17 and 2001-11-18
12394
12395 2001-11-16 [paul]       0.6.5claws17
12396
12397         * sync with sylpheed 0.6.5cvs8
12398                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
12399
12400 2001-11-16 [paul]       0.6.5claws16
12401
12402         * sync with sylpheed 0.6.5cvs7
12403                 see ChangeLog entries 2001-11-15 and 2001-11-16
12404
12405 2001-11-15 [hoa]        0.6.5claws15
12406
12407         * src/compose.c
12408                 fix bounce, mails we received couln't be bounced to ourself.
12409
12410         * src/defs.h
12411         * src/filtering.[ch]
12412         * src/matcher.[ch]
12413         * src/matcher_parser.h
12414         * src/matcher_parser_lex.l
12415         * src/matcher_parser_parse.y
12416         * src/inc.c
12417         * src/main.c
12418         * src/mbox.c
12419         * src/prefs_filtering.[ch]
12420         * src/mainwindow.c
12421         * src/prefs_matcher.c
12422         * src/prefs_scoring.c
12423         * src/scoring.[ch]
12424         * src/summaryview.c
12425                 new matcher/filter/score configuration file parser
12426                 one unique configuration file => ~/.sylpheed/matcherrc
12427                 import in currently automatic, then save are made
12428                 in this new file.
12429                 one filter per folder and one global filter
12430                 (filter of a folder will be used as folder processing)
12431
12432         * src/folder.c
12433                 fix a bug in folder_item_get_identifier
12434                 
12435         * src/messageview.c
12436                 receive receipt return are fixed.
12437
12438 2001-11-14 [alfons]     0.6.5claws14
12439
12440         * src/session.h
12441                 add things from main branch to make claws compile
12442
12443 2001-11-14 [paul]       0.6.5claws13
12444
12445         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
12446                 see ChangeLog entries 2001-11-08 to 2001-11-14
12447
12448 2001-11-14 [hoa] 0.6.5claws12
12449
12450         * src/compose.[ch]
12451         * src/mainwindow.c
12452         * src/summaryview.c
12453                 add "bounce mail" option
12454
12455 2001-11-13 [christoph]  0.6.5claws11
12456
12457         * src/compose.c
12458                 Cleanup a mess i add before commiting
12459
12460 2001-11-13 [hoa]        0.6.5claws10
12461
12462         * src/compose.c
12463                 some fixes when mail are sent or
12464                 for crossposts
12465
12466 2001-11-13 [christoph]  0.6.5claws9
12467
12468         * po/de.po
12469                 Changed two string with the same translation
12470         * src/compose.c
12471         * src/procmsg.[ch]
12472         * src/send.[ch]
12473                 New mailsending process:
12474                   - Always queue message before sending
12475                     (message will be saved if sylpheed crashed or
12476                      freezes while sending)
12477                   - Allow queuing of newspostings
12478                   - No copy in outbox before sending
12479                     (closes bug #469501)
12480                   - No more redundant code for send and send_later
12481         * src/summaryview.c
12482                 Applied wwp <subscript@free.fr>'s patch that fixes
12483                 marks for multiple forwarded messages (+compose.c)
12484
12485 2001-11-12 [alfons]
12486
12487         * README.claws
12488                 remove things that are now in main branch
12489         
12490         * po/nl.po
12491                 update Dutch translation
12492
12493 2001-11-12 [mhadasht]   0.6.5.claws8
12494
12495         * src/prefs_common.c
12496                 re-enabled account autoselection feature for forward
12497                 and reedit lost during the branch point for SYNC-B4-REL
12498         * src/gtkspell.c
12499                 gtkpspell_get_dict(): more readable code (even if function is
12500                 not used yet)
12501         * ChangeLog.claws
12502                 added version number info to 2001-11-12 [hiro] comment.
12503
12504 2001-11-12 [hiro]       0.6.5.claws7
12505
12506         * src/compose.c
12507                 compose_forward(): fixed a bug that forward quote mark
12508                 wasn't used.
12509                 removed unnecessary code.
12510         * src/template_select.[ch]: removed.
12511
12512 2001-11-11 [alfons]
12513
12514         * src/compose.c
12515                 :%s/GTK_TEXT/GTK_STEXT/g
12516         
12517         * src/compose.[ch]
12518         * src/undo.[ch]
12519         * src/Makefile.am
12520                 revert the undo stuff (this is 0.6.6claws stuff)
12521
12522 2001-11-11 [hoa]        0.6.5.claws6
12523
12524         * src/compose.[ch]
12525                 Insert signature at the end of the text.
12526                 Added undo patch but currently disabled
12527
12528         * src/procmsg.c
12529                 Threading by subject improved.
12530
12531         * added src/undo.[ch]
12532                 Undo module for compose dialog box.
12533
12534 2001-11-11 [alfons]     0.6.5.claws5
12535
12536         * src/procmsg.c
12537                 prevent threading by subject on nodes that have already been
12538                 threaded by in-reply-to (as in "circular references in a tree
12539                 result in a dead branch")
12540
12541 2001-11-09 [hoa]        0.6.5.claws4
12542         
12543         * src/folderview.c
12544                 allows creation of mbox folder item from any files.
12545
12546 2001-11-09 [alfons]     0.6.5.claws3
12547         
12548         * src/utils.c
12549         * src/procmsg.c
12550                 do what I mean and correct threading by subject so it really
12551                 ignores attracting lines without "Re: "
12552
12553 2001-11-07 [alfons]     0.6.5.claws2
12554
12555         * src/procmsg.c
12556         * src/utils.[ch]
12557                 only attract by subject if a subject line starts with a "Re: "
12558         * src/syldap.c
12559                 remove warning
12560
12561 2001-11-07 [paul]       0.6.5claws1
12562
12563         * sync with sylpheed 0.6.5. release
12564                 see ChangeLog entry 2001-11-07
12565
12566 2001-11-07 [paul]       0.6.4claws31
12567
12568         * sync with sylpheed 0.6.4cvs18
12569                 see ChangeLog entries 2001-10-30 to 2001-11-07
12570                 prefs_templates.[ch] renamed prefs_template.[ch]
12571
12572 2001-11-06 [alfons]
12573         
12574         * src/utils.h
12575                 add semicolon Hoa forgot ;-)
12576                 
12577
12578 2001-11-06 [hoa]        0.6.4claws30
12579         
12580         * src/procmsg.c
12581         * src/summaryview.c
12582         * src/utils.c
12583         * src/utils.h
12584                 threading by subject - empty subject are ignored
12585
12586 2001-11-06 [christoph]  0.6.4claws29
12587
12588         * src/socket.c
12589                 use SSL_peek for sock_gets
12590         * src/utils.c
12591                 removed unneeded pointer in extracting quoted
12592                 names implementation
12593
12594 2001-11-06 [melvin]     0.6.4claws28
12595
12596         * src/gtkspell.c
12597                 fixed bug #476792 Selection overtyping with spell checker
12598                 fixed bug which could cause a buffer overflow
12599                 fixed a memory leak
12600
12601 2001-11-06 [hoa]        0.6.4claws27
12602         
12603         * src/procmsg.c
12604         * src/summaryview.c
12605                 threading by subject
12606
12607 2001-11-05 [alfons]     0.6.4claws26
12608         
12609         * README.claws
12610                 Claws -> Sylpheed (vice versa)
12611
12612         * src/compose.c
12613                 :%s/gtk_text/gtk_stext/g
12614                 :%s/GTK_TEXT/GTK_STEXT/g
12615                 (thanks to Jonathan Ware for spotting this)
12616
12617 2001-11-04 [christoph]  0.6.4claws25
12618
12619         * src/summaryview.c
12620                 replace Xalloca + strdup with Xstrdup_a
12621         * src/utils.c
12622                 better implementation of extracting quoted names
12623                 from addresses (remove backlashes and ignore
12624                 quotes after them)
12625
12626 2001-11-04 [alfons]     0.6.4claws24
12627
12628         * src/utils.[ch]
12629                 edit to comply more with coding style
12630
12631         * src/textview.c
12632                 fix bug reported by Kim Schulz. introduced by the patch integrated
12633                 in 0.6.4claws15. the code did not check the return value of
12634                 the html parser.
12635
12636         * AUTHORS
12637                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
12638
12639 2001-11-04 [christoph]  0.6.4claws23
12640
12641         * src/main.c
12642         * src/prefs_common.[ch]
12643                 init some pointers that possibly caused a segfault
12644                 reported in the claws-users ML
12645
12646 2001-11-04 [hoa]        0.6.4claws22
12647
12648         * src/grouplistdialog.c
12649                 change the names of the nodes in the tree
12650
12651         * src/compose.c
12652                 enhanced mailto syntax as described in
12653                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
12654                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
12655
12656         * src/utils.c
12657                 encode and decode URI (useful when opening URL into
12658                 netscape).
12659
12660 2001-11-03 [hoa]        0.6.4claws21
12661
12662         * src/grouplistdialog.c
12663                 a new newsgroups list selection dialog box
12664                 with a CTree instead of a CList
12665
12666 2001-11-03 [hoa]        0.6.4claws20
12667
12668         * src/folderview.c
12669                 enable property and scoring options when right
12670                 click on "inbox"
12671
12672         * src/summaryview.c
12673                 fixed bug when nickname were displayed using
12674                 the address book.
12675
12676 2001-11-02 [darko]      0.6.4claws19
12677
12678         * src/compose.c
12679                 new wrap quotation and URL/long words wrapping implementation
12680         * src/compose.c src/gtkstext.[ch]
12681                 move gtkstext_strncmp() to gtkstext.c
12682
12683 2001-11-01 [christoph]  0.6.4claws18
12684
12685         * src/prefs_account.c
12686                 fixed mess in account settings dialog
12687         * src/prefs_folder_item.c
12688                 added label with folder path to dialog
12689
12690 2001-10-31 [match]      0.6.4claws17
12691
12692         * src/vcard.c
12693                 fix memory leak.
12694         * src/addrbook.c
12695                 fix generation of spurious address book file names.
12696                 remove redundant functions.
12697         * po/POTFILES.in
12698                 added missing file names.
12699
12700 2001-10-30 [paul]       0.6.4claws16
12701
12702         * sync with sylpheed 0.6.4cvs6
12703                 see ChangeLog entries 2001-10-26 to 2001-10-30
12704
12705         * tools/filter_conv.pl
12706                 read folderlist.xml to discover whether the top-level
12707                 folder is called 'Mailbox' or 'Mail' 
12708
12709 2001-10-29 [paul]       0.6.4claws15
12710
12711         * src/html.c, src/textview.c
12712                 activate links in html mail and fix clickable parts
12713                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12714
12715 2001-10-29 [paul]
12716
12717         * po/de.po, po/es.po, po/pt_BR/po
12718                 updated translations, submitted by Jens Oberender,
12719                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12720
12721 2001-10-29 [darko]      0.6.4claws14
12722
12723         * src/compose.c
12724                 fix wrapping for good
12725
12726 2001-10-29 [darko]
12727
12728         * src/compose.c
12729                 undo previous change as it broke the smart wrapping
12730
12731 2001-10-29 [darko]      0.6.4claws13
12732
12733         * src/compose.c
12734                 fix infinite loop when long URL is quoted
12735                 (closes bug #475122.
12736
12737 2001-10-28 [match]
12738
12739         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12740                 import Mutt address book
12741         * src/ldif.[ch] src/importldif.h
12742                 modified import LDIF handle user attributes
12743
12744 2001-10-28 [christoph]  0.6.4claws12
12745
12746         * src/summaryview.c
12747                 fixed that filtering did not work if there
12748                 were no filter rules
12749                 (closes bug #472003 and better implementation
12750                  of patch #474644)
12751
12752 2001-10-27 [christoph]  0.6.4claws11
12753
12754         * src/compose.c
12755                 make the folder's default account to be used when
12756                 replying. (patch by wwp <subscript@free.fr>)
12757         * src/compose.c
12758                 code cleanup, nearly killed all of wwp's patch
12759                 for folder's default account in compose
12760         * src/folderview.c
12761                 error panel when a folder could not be created
12762                 (closes bug #471080 new folder name & already
12763                  existing file)
12764
12765 2001-10-26 [alfons]
12766
12767         * src/utils.h
12768                 change prototype of strstr2() that Christoph forgot about
12769
12770 2001-10-26 [christoph]  0.6.4claws10
12771
12772         * src/account.c
12773                 made search for accounts by email address not case
12774                 sensitive
12775         * src/folder.c
12776                 fixed memory leak in folder_item_get_identifier
12777         * src/gtkspell.c
12778         * src/utils.c
12779                 fixed wrong strstr2 (should work like strstr)
12780
12781 2001-10-26 [darko]      0.6.4claws9
12782
12783         * src/compose.c src/gtkstext.[ch]
12784         * src/gtkstext.c
12785                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12786
12787 2001-10-26 [paul]       0.6.4claws8
12788
12789         * src/html.c
12790                 ignore css and javascript tags in html mail
12791                 case-insensitive, with or without double-quoted
12792                 strings
12793
12794 2001-10-26 [paul]       0.6.4claws7
12795
12796         * sync with sylpheed 0.6.4cvs1
12797                 see ChangeLog entry 2001-10-26
12798
12799         * src/prefs_account.c, src/prefs_common.c,
12800           src/prefs_summary_column.c
12801                 minor improvements to the English
12802
12803 2001-10-25 [alfons]     0.6.4claws6
12804
12805         * src/gtkstext.c
12806         
12807                 make GtkSText follow style of GtkText (closes bug 
12808                 #469211 "text selection while writing message")
12809                 
12810                 do sync with GTK 1.2.10
12811
12812 2001-10-25 [paul]       0.6.4claws5
12813
12814         * src/html.c
12815                 ignore css tags in html mail
12816
12817 2001-10-25 [darko]      0.6.4claws4
12818
12819         * src/compose.c
12820                 don't declare is_url_string as static function since
12821                 we need it in gtkstext.c
12822         * src/gtkstext.c
12823                 remove unused variable
12824                 don't wrap long URLs while composing a message
12825
12826 2001-10-24 [christoph]  0.6.4claws3
12827
12828         * src/socket.c
12829                 fix ssl deadlock, when peer closes connection
12830
12831 2001-10-24 [paul]       0.6.4claws2
12832
12833         * src/prefs_common.c
12834                 gettextize the gpg ascii-armored warning message
12835
12836         * src/compose.c
12837                 insert a DOS/MAC file into the composed message
12838                 (improvements)
12839
12840         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
12841
12842 2001-10-22 [paul]       0.6.4claws1
12843
12844         * sync with sylpheed 0.6.4 release
12845                 see ChangeLog entries 2001-10-21
12846
12847         * po/fr.po, po/pt_BR.po
12848                 updated by Melvin Hadasht and Fabio Junior Beneditto
12849
12850 2001-10-21 [paul]       0.6.3claws30
12851
12852         * src/compose.c
12853                 insert a DOS text file from the compose window
12854                 into the composed message text (removes CRs characters)
12855                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
12856
12857         * tools/filter_conv.pl, tools/README
12858                 automatically use ~/.sylpheed as working directory
12859                 print out confirmation message on completion
12860
12861         * correct Hoa's last ChangeLog.claws entry
12862
12863 2001-10-20 [hoa]        0.6.3claws29
12864
12865         * src/grouplistdialog.c
12866                 bugfix (another ?) to give the right
12867                 newsgroups list for each news server.
12868
12869         * src/news.c
12870         * src/news.h
12871                 improve the newsgroups list cache
12872
12873 2001-10-20 [paul]       0.6.3claws28
12874
12875         * sync with sylpheed 0.6.3cvs9
12876                 see ChangeLog entry 2001-10-19
12877
12878         * correct Alfons' last ChangeLog.claws entry
12879
12880 2001-10-19 [alfons]
12881
12882         * src/pgptext.[ch]
12883                 fix compilation problems (part of bug #472895)
12884
12885 2001-10-18 [hoa]        0.6.3claws27
12886
12887         * src/grouplistdialog.c
12888                 bugfix when we refresh was clicked (bug 472701)
12889
12890 2001-10-19 [christoph]  0.6.3claws26
12891
12892         * src/compose.c
12893                 last header entry should default to "To:" or
12894                 "Newsgroups:" and not copy the last entry line
12895                 in a new compose window
12896                 (closes bug #472686, #470792)
12897
12898 2001-10-19 [paul]       0.6.3claws25
12899
12900         * sync with Sylpheed 0.6.3cvs8
12901                 see ChangeLog entries 2001-10-18 and 2001-10-19
12902
12903 2001-10-18 [christoph]  0.6.3claws24
12904
12905         * src/procmsg.c
12906                 reimplement ignore thread
12907         
12908 2001-10-18 [hoa]        0.6.3claws23
12909
12910         * src/folderview.c
12911         * src/grouplistdialog.[ch]
12912                 enhanced news subscription interface (feature 469113)
12913
12914         * src/news.c
12915         * src/news.h
12916                 enchanced newsgroup listing,
12917                 now, we can get groups informations
12918                 (NNTPGroupInfo)
12919
12920 2001-10-18 [paul]       0.6.3claws22
12921
12922         * src/summaryview.c
12923                 remove comment (sync with main branch)
12924         * src/mainwindow.c
12925                 fix 'Re-edit' bug in 'Message' menu
12926
12927 2001-10-17 [christoph]  0.6.3claws21
12928
12929         * src/compose.c
12930                 ignore empty or whitespace only header lines
12931
12932 2001-10-17 [paul]       0.6.3claws20
12933
12934         * sync with sylpheed 0.6.3cvs7
12935                 see ChangeLog entries 2001-10-14, 2001-10-16, and
12936                 2001-10-17
12937
12938 2001-10-17 [darko]
12939
12940         * src/compose.c
12941                 wrap long lines without spaces
12942                 don't wrap URLs
12943
12944 2001-10-16 [paul]
12945
12946         * po/es.po, po/nl.po, po/pt_BR.po
12947                 updated by Ricardo Mones Lastra, Alfons,
12948                 and Fabio Junior Beneditto
12949
12950         * sylpheed-0.6.3claws released
12951
12952 2001-10-15 [melvin] 0.6.3claws18
12953
12954         * README.claws
12955                 added summary and detailed installation instructions
12956                 for spell checker
12957         * po/fr.po
12958                 Updated, corrected and completed french translation
12959
12960 2001-10-15 [hoa] 0.6.3claws17
12961         * src/grouplistdialog.c
12962                 we can choose the newsgroups to display with wildcards
12963
12964 2001-10-15 [christoph]  0.6.3claws16
12965
12966         * src/account.c
12967         * src/compose.c
12968         * src/prefs_folder_item.[ch]
12969                 applied wwp <subscript@free.fr>'s folder
12970                 default account patch
12971         * po/de.po
12972                 Fixed wrong translation
12973
12974 2001-10-13 [alfons, christoph, melvin]  
12975                         0.6.3claws15
12976
12977         solution #2 to solve MT-safety problems defers all GUI related calls
12978         to the main thread using a gtk_idle_add() callback. discussed on
12979         ircnet #sylpheed, with christoph spotting some issues with the
12980         original code, and melvin allowing us to lobotomize his sylpheed.
12981
12982         * src/syldap.[ch], src/main.c
12983                 fix race problem in ldap search thread by deferring GUI 
12984                 stuff to main thread using gtk_idle_add()
12985
12986 2001-10-13 [paul]       0.6.3claws14
12987
12988         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
12989                 add Sergey's smtpcred.patch
12990                 adds separate username/password setting for SMTP Auth
12991                 needed by some servers
12992                 (closes feature request #471659)
12993
12994 2001-10-13 [paul]       0.6.3claws13
12995
12996         * src/pgptext.[ch] **NEW FILES**
12997         * src/Makefile.am, src/messageview.c, src/mimeview.c
12998                 decrypt ascii-armored gpg text embedded in
12999                 the message body.
13000                 Submitted by Jens Jahnke <jan0sch@gmx.net>
13001
13002 2001-10-13 [christoph]  0.6.3claws12
13003
13004         * README.claws
13005                 some more details on default to and
13006                 feature requests
13007         * src/main.c
13008                 init glib threading when ldap is used
13009         * src/syldap.c
13010                 threading fixes
13011         * po/de.po
13012                 fixed a typo
13013
13014 2001-10-12 [paul]       0.6.3claws11
13015
13016         * src/prefs_common.[ch], src/rfc2015.c
13017                 enable ascii-armored gpg text to be embedded in the
13018                 message body, selectable through the 'Privacy'
13019                 preferences. Supports encrypting only.
13020                 Submitted by Ravemax <ravemax@dextrose.com>
13021
13022 2001-10-12 [paul]       0.6.3claws10
13023
13024         * sync with sylpheed 0.6.3cvs6
13025                 see ChangeLog entries 2001-10-11 and 2001-11-12
13026
13027         * src/folderview.c
13028                 incorporated mbox folders, scoring, and folder
13029                 properties into the sync
13030
13031 2001-10-12 [darko]      0.6.3claws9
13032
13033         * README.claws
13034                 describe quotation wrapping
13035         * src/compose.c
13036                 don't treat tab as space to calculate line length properly
13037
13038 2001-10-11 [alfons]
13039
13040         * README.claws
13041                 correct description of how to make new filtering system work,
13042                 add some other things
13043                 
13044         * src/syldap.c
13045                 remove sched_yield() (not necessary / unportable)
13046
13047 2001-10-11 [paul]       0.6.3claws8
13048
13049         * sync with sylpheed 0.6.3cvs3
13050                 see ChangeLog entry 2001-10-10
13051
13052 2001-10-10 [christoph]  0.6.3claws7
13053
13054         * .cvsignore
13055                 ignore 2 files created by newer autotools
13056         * src/prefs_folder_item.c
13057                 using table for widget alignment
13058                 fixed memory leak and broken octal display
13059         * src/filesel.c
13060                 fixed segfault caused by lost filename
13061                 workaround (closes bug #469551)
13062
13063 2001-10-10 [paul]       0.6.3claws6
13064
13065         * sync with sylpheed 0.6.3cvs2
13066                 see ChangeLog entries 2001-10-09 and 2001-10-10
13067
13068 2001-10-10 [darko]      0.6.3.claws5
13069
13070         * src/gtkstext.c
13071                 proper calculation of right margin if smart wrapping is enabled
13072         * src/compose.c
13073                 automatically wrap long lines if wrap quotation is enabled
13074
13075 2001-10-09 [alfons]     0.6.3.claws4
13076
13077         * src/summaryview.c
13078                 select correct row when deleting last row in the summary view (and
13079                 close bug "[ #469104 ] select second last in list when deleting")
13080
13081 2001-10-09 [paul]       0.6.3claws3
13082
13083         * sync with sylpheed 0.6.3cvs1
13084                 updated some autotool scripts
13085
13086 2001-10-09 [darko]      0.6.3claws2
13087
13088         * src/gtkstext.[ch]
13089                 new name and mark with Sylpheed comment
13090         * src/compose.c
13091                 smart quotation wrapping a-la VIM
13092
13093 2001-10-08 [paul]       0.6.3claws1
13094
13095         * sync with sylpheed 0.6.3 release
13096                 see ChangeLog entry 2001-10-08
13097
13098 2001-10-08 [paul]       0.6.2claws24
13099
13100         * src/summaryview.c
13101                 more sync with sylpheed 0.6.2cvs12
13102                 Fixed the bug that didn't select the last row correctly
13103
13104
13105 2001-10-07 [paul]       0.6.2claws23
13106
13107         * sync with sylpheed 0.6.2cvs12
13108                 see ChangeLog entry 2001-10-07
13109
13110 2001-10-06 [match]
13111         * src/jpilot.[ch]
13112                 enable jpilot to read unsynch'ed addresses.
13113
13114         * src/editldap_basedn.c
13115                 fix segfault when opening dialog.
13116
13117 2001-10-06 [alfons]     0.6.2.claws22
13118
13119         * src/summaryview.c
13120                 fix bug with summary view selecting last *inserted*
13121                 node instead of last *visible* node. remember we
13122                 work with a tree
13123
13124 2001-10-06 [paul]       0.6.2claws21
13125
13126         * po/pt_BR.po
13127                 updated translation, contains some fixes and new
13128                 translations, submitted by Gustavo Noronha Silva
13129                 <kov@debian.org>
13130
13131         * src/prefs_common.c
13132                 change 'each' to 'every' - fix dubious English
13133
13134         * sync with sylpheed 0.6.2cvs11
13135
13136 2001-10-05 [alfons]     0.6.2claws20
13137
13138         * src/mainwindow.[ch], src/folderview.c
13139                 make composite tool button switch between "Compose News"
13140                 and "Compose Mail" depending on selected folder
13141                 (nifty idea by Kim Schulz <kim@schulz.dk>)
13142
13143 2001-10-05 [paul]       0.6.2claws19
13144
13145         * src/mainwindow.c, src/summaryview.c
13146                 fix 'Message/Reply to all', broken in last commit
13147
13148         * src/compose.c
13149                 fix X_BEENTHERE seg fault, thanks to Alfons
13150
13151 2001-10-04 [paul]       0.6.2claws18
13152
13153         * src/compose.[ch], src/mainwindow.c
13154                 make "Message/Reply" reply to mailing lists; matches
13155                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
13156                 based on portions of the patch submitted by
13157                 Junichi Uekawa <dancer@netfort.gr.jp>
13158
13159 2001-10-04 [darko]      0.6.2claws17
13160
13161         * src/compose.c
13162                 better smart wrapping
13163         * src/gtkstext.[hc]
13164                 a function to make text buffer contiguous
13165
13166 2001-10-03 [paul]       0.6.2claws16
13167
13168         * sync with sylpheed 0.6.2cvs10
13169
13170 2001-10-02 [alfons]
13171
13172         * configure.in
13173         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
13174                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
13175                 references to chinese translations (hope someone picks up
13176                 this)
13177
13178 2001-10-02 [christoph]  0.6.2claws15
13179
13180         * src/compose.c
13181                 fixed non translated header bug
13182         * ChangeLog.claws
13183                 fixed wrong date in alfons last entry ;)
13184
13185 2001-10-02 [alfons]     0.6.2claws14
13186
13187         * src/compose.c, src/prefs_common.[ch]
13188                 add block cursor option
13189
13190 2001-10-02 [paul]       0.6.2claws13
13191
13192         * sync with sylpheed 0.6.2cvs9
13193
13194 2001-09-30 [paul]       0.6.2claws12
13195
13196         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
13197                 updated translations
13198
13199         * po/POTFILES.in
13200                 add 'src/importldif.c'
13201
13202         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
13203                 added eudora-to-vCard conversion tool
13204                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
13205
13206         * sync with sylpheed 0.6.2cvs8
13207
13208 2001-09-30 [paul]
13209
13210         * sylpheed-0.6.2claws released
13211
13212 2001-09-27 [melvin]     0.6.2claws11
13213
13214         * src/gtkspell.c
13215                 fixed crash when using default path (introduced 
13216                 in 0.6.2claws10)
13217                 fixed tiny bug for initial suggestion mode
13218
13219 2001-09-27 [melvin]     0.6.2claws10
13220         
13221         * src/gtkspell.c
13222                 fixed bug where gtkpspell didn't set the path correctly
13223
13224         * README.claws
13225                 added a paragraph about spell checking
13226                 
13227
13228
13229 2001-09-27 [paul]       0.6.2claws9
13230
13231         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
13232                 replace '// comments' with '/* comments */' to prevent
13233                 some compiler warnings 
13234
13235         * sync with sylpheed 0.6.2cvs6
13236
13237 2001-09-26 [alfons]     0.6.2claws8
13238
13239         * src/messageview.c
13240                 introduce return receipt request notification again,
13241                 which was lost because of other semantics in 
13242                 procheader_parse() (???)
13243
13244 2001-09-26 [christoph]  0.6.2claws7
13245
13246         * src/compose.c
13247                 replace comments for old code with #if 0
13248                 readded auto cc, bcc and reply-to
13249         * src/prefs_matcher.c
13250         * src/prefs_scoring.c
13251                 removed some definition (was moved to
13252                 prefs.h)
13253
13254 2001-09-26 [paul]       0.6.2claws6
13255
13256         * src/mainwindow.c
13257                 make 'Follow-up and reply to' sensitive
13258
13259         * more sync with sylpheed 0.6.2cvs5
13260
13261 2001-09-25 [melvin]
13262
13263         * 0.6.2claws5
13264
13265         * src/gtkspell.c
13266                 fixed bug for "US-ASCII" introduced by the encoding code
13267
13268 2001-09-25 [paul]
13269
13270         * 0.6.2claws4
13271
13272         * src/prefs_common.[ch], src/summaryview.c
13273                 'next unread msg' 'go to next folder?' dialog can be
13274                 given default behaviour, either always show dialog,
13275                 or assume 'yes', or assume 'no'
13276                 Submitted by wwp <subscript@free.fr>
13277
13278 2001-09-25 [melvin]
13279                 
13280         * src/compose.c src/gtkspell.[ch]
13281                 added support for different encodings
13282
13283 2001-09-25 [paul]
13284
13285         * more sync with sylpheed 0.6.2cvs5
13286
13287 2001-09-24 [alfons]
13288         
13289         * src/prefs_folder_item.c
13290                 add check for item->prefs->default_to string is NULL and
13291                 add another check when freeing this string
13292
13293 2001-09-24 [paul]
13294
13295         * configure.in
13296                 change to version 0.6.2claws3
13297
13298         * sync with sylpheed 0.6.2cvs5 
13299
13300 2001-09-24 [match]
13301         * src/ldif.[ch], src/importldif.[ch], addressbook.c
13302                 import LDIF files.
13303         * src/addrcache.[ch], addrindex.[ch]
13304                 small update for future
13305         * src/addrbook.c
13306                 fix test XML file.
13307
13308 2001-09-24 [melvin]
13309         * src/gtkspell.[ch]
13310                 added 'Learn from mistakes' option
13311                 better handling of quotes in checked words
13312                 sorted dict list
13313         * po/fr.po
13314                 small update for spell checking stuff
13315
13316 2001-09-23 [alfons]
13317         
13318         * src/gtkspell.c
13319                 edit a little bit so it complies more with main coding style
13320
13321 2001-09-23 [alfons]
13322
13323         * src/folder.[ch], prefs_folder_item.c, compose.c
13324                 migrate "request return receipt" folder property
13325                 to folderlist.xml
13326
13327 2001-09-22 [alfons]
13328
13329         * README.claws **NEW**
13330                 (add things of interest for users of main branch 
13331                 and claws here)
13332
13333         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
13334                 re-implement threading per folder option, but store 
13335                 the setting in folderlist.xml (where it belongs)
13336
13337 2001-09-21 [melvin]
13338
13339         * src/gtkspell.[ch]
13340                 fixed bug when compose window is under another window
13341         * src/prefs_common.[ch] src/compose.c
13342                 changed 'dictionary_path' to 'dictionary' to be consistent
13343                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
13344         * ac/pspell.m4 src/Makefile.am 
13345                 dropped PSPELL_PATH macro
13346         * po/fr.po
13347                 updated translations
13348
13349 2001-09-21 [christoph]
13350
13351         * src/compose.c
13352                 added border around header fields
13353                 keep header type when new field is added
13354
13355 2001-09-20 [christoph]
13356
13357         * src/utils.[ch]
13358                 more portable debug_print with source filename
13359                 and linenumber
13360         * src/procmsg.c
13361                 more newlines after debug messages
13362
13363 2001-09-20 [paul]
13364
13365         * configure.in
13366                 change to version 0.6.2claws2
13367
13368         * sync with sylpheed 0.6.2cvs3
13369
13370 2001-09-19 [melvin]
13371
13372         * src/gtkspell.c
13373                 fixed the post-right-click focus pb
13374                 fixed crash when 'Spell check all' after dict change 
13375                         and when cursor is at the end of the text
13376                 shift-right-click pops up config menu even on misspelled words.
13377         * po/POTFILES.in
13378                 added gtkspell.c
13379
13380 2001-09-19 [melvin]
13381
13382         * src/about.c
13383                 added pspell to compiled-in features list
13384
13385 2001-09-18 [melvin]
13386
13387         * switched to pspell and dropped ispell
13388         * ac/pspell.m4
13389                 new file. autoconf macro for pspell
13390         * ac/Makefile.am 
13391         * configure.in acconfig.h
13392                 added pspell support
13393         * src/Makefile.am
13394         * src/main.c src/compose.[ch] src/gtkspell.[ch]
13395         * src/prefs_common.[ch] 
13396                 added pspell support
13397
13398 2001-09-18 [christoph]
13399
13400         * src/addr_compl.c
13401         * src/template.[ch]
13402                 replace LOG_MESSAGE with debug_print
13403         * src/compose.[ch]
13404                 gui improvements
13405         * src/menu.c
13406                 added newline after debug message
13407         * src/utils.h
13408                 using __VA_ARGS__ for debug_print macro
13409         * tools/.cvsignore
13410                 ignore Makefile and Makefile.in
13411
13412 2001-09-18 [paul]
13413
13414         * configure.in
13415                 change to version 0.6.2claws1
13416         * sync with sylpheed 0.6.2cvs1
13417
13418         * src/matcher.c 
13419         * src/prefs_matcher.c
13420                 add 'score equal to' option, submitted by
13421                 Paul Evans <nerd@freeuk.com>
13422
13423 2001-09-15 [christoph]
13424
13425         * src/mainwindow.c
13426                 comment out menu entry not existing in claws
13427         * src/menu.c
13428                 add debug output for non existing menu entries
13429         * src/summaryview.c
13430                 fix next/prev unread message for ignored threads
13431         * src/utils.[ch]
13432                 add sourcefile and line number to debug output
13433                 otherwise it is sometimes hard to find the
13434                 source code part if debug messages are translated
13435
13436 2001-09-14 [darko]
13437         
13438         * src/folderview.c
13439                 refresh target folder style after colour is changed
13440
13441 2001-09-13 [paul]
13442
13443         * configure.in
13444                 change to version 0.6.1claws3
13445
13446         * sync with sylpheed 0.6.1cvs6
13447
13448 2001-09-13 [darko]
13449         
13450         * src/folderview.c
13451                 fix target folder colourization to use user selected colour
13452
13453 2001-09-12 [darko]
13454         
13455         * src/summaryview.c
13456                 fix crash when message that is marked for copy/move is unmarked
13457
13458 2001-09-09 [paul]
13459
13460         * configure.in
13461                 change to version 0.6.1claws2
13462
13463         * sync with sylpheed 0.6.1cvs3
13464
13465 2001-09-09 [alfons]
13466         
13467         * src/folderview.c
13468                 fix bug with default font used for trash folder text
13469
13470 2001-09-06 [paul]
13471
13472         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13473                 updated translations
13474
13475         * configure.in
13476                 change to version 0.6.1claws1
13477
13478         * sync with sylpheed 0.6.1cvs2
13479
13480 2001-09-03 [paul]
13481
13482         * po/POTFILES.in
13483                 add Match's new addressbook
13484
13485         * po/de.po
13486                 updated translation submitted by Jens Oberender
13487
13488 2001-09-02 [paul]
13489
13490         * configure.in
13491                 change to 0.6.1claws
13492         * sync with sylpheed 0.6.1 release
13493
13494 2001-09-02 [paul]
13495
13496         * configure.in
13497                 change to 0.6.0claws2
13498
13499         * sync with sylpheed 0.6.0cvs4
13500
13501         * po/pt_BR.po
13502                 updated translation submitted by Fabio Junior Beneditto
13503
13504 2001-09-01 [match]
13505         * pixmaps/
13506                 interface.xpm
13507                 book.xpm
13508                 address.xpm
13509         * src/
13510                 Makefile.am
13511                 a ton of new files
13512
13513 2001-08-31 [paul]
13514
13515         * configure.in
13516                 change to version 0.6.0claws1
13517
13518         * sync with sylpheed 0.6.0cvs1
13519
13520         * po/es.po
13521                 updated translation submitted by Ricardo Mones Lastra
13522
13523         * po/POTFILES.in
13524                 add 'src/prefs_templates.c'
13525
13526         * src/compose.c, src/summaryview.c
13527                 fix segfault on 'Re_edit'               
13528
13529 2001-08-30 [alfons]
13530
13531         * configure.in, Makefile.am
13532         * tools/Makefile.am
13533                 add tools directory to source distribution
13534
13535 2001-08-30 [paul]
13536
13537         * configure.in
13538                 change to version 0.6.0claws
13539
13540         * sync with sylpheed 0.6.0 release
13541
13542 2001-08-30 [christoph]
13543
13544         * configure.in
13545                 removed autoconf version check
13546
13547 2001-08-30 [paul]
13548
13549         * src/account.c, src/compose.c, src/prefs_common.[ch]
13550         * src/procheader.[ch] src/utils.[ch]
13551                 Enhanced automatic account selection on replies
13552                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
13553
13554         * configure.in
13555                 add LDAP and JPilot to the configuration results output.
13556
13557 2001-08-29 [christoph]
13558
13559         * src/summeryview.c
13560                 no bold font for ignored threads
13561
13562 2001-08-29 [paul]
13563
13564         * configure.in
13565                 change to version 0.5.3claws6
13566
13567         * sync with sylpheed 0.5.3cvs10
13568                 src/stringtable.[ch]: New Files
13569
13570         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
13571         * src/pixmaps/sylpheed.xpm
13572                 add mini-icons to windows (by Alfons)
13573
13574 2001-08-27 [paul]
13575
13576         * src/mainwindow.c
13577                 new functions: next_labeled_cb(), prev_labeled_cb()
13578
13579         * src/summaryview.c
13580                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
13581                 summary_select_next_labeled(), summary_select_prev_labeled()
13582
13583         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
13584                 give claws blue folders and a blue trash can
13585
13586 2001-08-27 [paul]
13587
13588         * configure.in
13589                 change to version 0.5.3claws5
13590
13591         * sync with sylpheed 0.5.3cvs9
13592                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
13593
13594 2001-08-24 [christoph]
13595
13596         * src/filesel.c
13597                 keep filename when browsing directories
13598                 (not working for user entered filename, but
13599                  for default name and selected filename from
13600                  file list)
13601         * src/mainwindow.c
13602                 fixed wrong spelling "Folllow-up"
13603         * src/mbox_folder.c
13604         * src/procmsg.c
13605         * src/summaryview.c
13606                 fixed new/unread message count with ignored
13607                 threads (2 commits, first didn't notice no
13608                 longer needed decreasing)
13609         * src/inc.c
13610                 readded scrolling of progress dialog
13611                 (lost in sync)
13612
13613 2001-08-24 [paul]
13614
13615         * configure.in
13616                 change to 0.5.3claws4
13617
13618         * sync with sylpheed 0.5.3cvs7
13619
13620 2001-08-24 [christoph]
13621
13622         * src/compose.c
13623                 set request return receipt when replying
13624                 if it is set is the folder prefs of the
13625                 message
13626         * src/inc.c
13627                 disable final error popup if popups are
13628                 disabled in config (again)
13629
13630 2001-08-23 [paul]
13631
13632         * configure.in
13633                 Change version number to 0.5.3claws3
13634
13635         * sync with sylpheed 0.5.3cvs5
13636
13637         * src/mimeview.c
13638                 double quote '%s' in 'gedit %s' to fix bug when
13639                 opening attachment with spaces in the name
13640
13641 2001-08-22 [alte]
13642         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
13643           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
13644                 initial message templates support
13645
13646
13647 2001-08-22 [paul]
13648
13649         * configure.in
13650                 change version number to 0.5.3claws2
13651
13652         * sync with sylpheed 0.5.3cvs4
13653
13654         * src/procmsg.h src/summaryview.c
13655                 re-implement (un)ignore thread
13656
13657 2001-08-21 [paul]
13658
13659         * src/summaryview.c
13660                 remove unnecessary code
13661         * src/compose.c
13662                 enable 'dynamic' signatures (submitted by
13663                 Eric Limpens <eric@hscg-internet.nl>)
13664
13665 2001-08-21 [paul]
13666
13667         clean up after sync with sylpheed 0.5.3 release
13668
13669         * src/folderview.c
13670                 fix re-introduced font mess, see Christoph's
13671                 entry 2001-06-24
13672
13673         * src/summaryview.c
13674                 remove prev_msgnum
13675                 use sylpheed's small font instead of
13676                 gtk default font for summary view
13677
13678
13679 2001-08-17 [paul]
13680
13681         * configure.in
13682                 add pl to ALL_LINGUAS - sync with main branch
13683
13684         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13685                 Updated. Translations by Jens Oberender, Ricardo Mones
13686                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
13687
13688         * po/pl.po  ** NEW FILE **
13689                 sync with the main branch
13690
13691         * src/folderview.c
13692                 fix target folder colorizing and refresh problem
13693
13694
13695 2001-08-17 [christoph]
13696
13697         * src/mainwindow.c
13698                 claws uses 4 colors for target folder coloring.
13699                 arrays were not long enough and destroyed the
13700                 stack causing a segfault.
13701                 target folder colorizing does not work anymore
13702                 for me
13703
13704 2001-08-16 [paul]
13705
13706         * configure.in
13707                 change to version 0.5.3claws1
13708
13709         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13710           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13711           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13712
13713                 sync with sylpheed 0.5.3 release, but keep claws method of
13714                 configuring/saving fonts
13715
13716         * src/addressbook.[ch]
13717                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13718                 in line with a similar change in Hiroyuki's branch
13719
13720         * src/mainwindow.[ch]
13721                 disable main_window_set_thread_option()
13722         * src/prefs_folder_item.c
13723                 comment out &tmps_prefs.enable_thread,
13724         * src/mbox_folder.c, src/procmsg.[ch]
13725                 comment out MSG_IS_IGNORE_THREAD
13726         * src/summaryview.c
13727                 comment out summary_ignore_thread() and summary_unignore_thread()
13728                 comment out MSG_IS_IGNORE_THREAD
13729
13730                 use Hiroyuki's threading instead.
13731
13732
13733
13734 2001-08-15 [paul]
13735
13736         * src/account.c
13737                 use Hiroyuki's 0.5.3 column scheme but also
13738                 include the enable/disable button.
13739         * src/pixmaps/mark.xpm
13740                 add Hiroyuki's amended pixmap
13741
13742 2001-08-13 [christoph]
13743
13744         * src/account.c
13745                 receive at get all column showed wrong state for APOP
13746                 button should only work for POP3 and APOP accounts
13747         * src/prefs_account.c
13748                 added missing preprocessor statement for SSL
13749
13750 2001-08-12 [paul]
13751
13752         * src/account.[ch]
13753                 add 'receive at get all' column and enable/disable
13754                 button.
13755
13756 2001-08-06 [christoph]
13757
13758         * src/account.c
13759                 show usage of SSL in protocol column
13760
13761         * src/imap.c
13762         * src/inc.c
13763                 renamed ssl options
13764
13765         * src/prefs_account.[ch]
13766                 moved ssl options to a new page
13767
13768         * src/send.c
13769         * src/smtp.c
13770         * src/ssl.[ch]
13771                 renamed ssl options
13772                 added support for SMTP STARTTLS command
13773
13774 2001-08-05 [christoph]
13775
13776         * configure.in
13777                 debian autoconf needs version check to find
13778                 correct autoconf version. if the file is
13779                 named configure.in 2.13 is used, which does
13780                 not work with this configure.in script.
13781                 other solution would be to rename the script
13782                 to configure.ac as suggested in the autoconf
13783                 manual.
13784
13785         * src/inc.c
13786                 disable final error popup if popups are
13787                 diabled in config
13788
13789         * src/socket.c
13790                 bugfix in ssl_gets
13791                 fixes IMAP over SSL problem
13792
13793 2001-08-03 [paul]
13794
13795         * configure.in
13796                 change to 0.5.2claws1
13797
13798         * sync with sylpheed 0.5.2cvs1
13799
13800 2001-08-02 [alfons]
13801
13802         * configure.in
13803                 quick fix for ispell detection...
13804
13805 2001-08-01 [paul]
13806
13807         * configure.in
13808                 change to 0.5.1claws4
13809
13810         * sync with sylpheed 0.5.1cvs7
13811
13812 2001-07-31 [alfons]
13813
13814         * src/prefs_common.c, src/prefs_common.h, 
13815           src/gtkspell.c, src/gtkspell.h
13816                 add global spelling checker settings (compose tab) +
13817                 selection of dictionary 
13818           
13819         * configure.in  
13820                 guess valid ispell location
13821
13822 2001-07-31 [paul]
13823
13824         * po/POTFILES.in
13825                 removal of 'src/quote_fmt_parse.c'
13826         * po/de.po
13827                 Updated de.po
13828                 (submitted by Jens Oberender <didge@suse.de>)
13829
13830 2001-07-31 [darko]
13831
13832         * src/folder.[ch]
13833         * src/folderview.[ch]
13834         * src/mainwindow.c
13835         * src/mh.c
13836         * src/prefs_common.[ch]
13837         * src/summaryview.c
13838                 target folder colourization
13839
13840 2001-07-30 [paul]
13841
13842         more sync with Sylpheed 0.5.1cvs6 
13843
13844 2001-07-30 [darko]
13845
13846         * src/mh.c
13847         * src/prefs_folder_item.[hc]
13848         * src/summaryview.c
13849                 shared folders support with a GUI
13850
13851 2001-07-29 [paul]
13852
13853         0.5.1claws3
13854
13855         * sync with Sylpheed 0.5.1cvs6
13856
13857 2001-07-29 [paul]
13858
13859         * po/pt_BR.po
13860                 updated
13861                 (submitted by Fabio Junior Beneditto)
13862
13863 2001-07-28 [paul]
13864
13865         * src/procmime.c
13866         * AUTHORS
13867                 patch to correct bad image mime headers
13868                 (submitted by Don Quijote <dq@searchlores.org>)
13869
13870 2001-07-28 [paul]
13871
13872         * tools/gif2xface.pl   **NEW FILE**
13873         * tools/README
13874                 script to convert file.gif to file.xface for
13875                 use in a custom header.
13876                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
13877
13878 2001-07-27 [alfons]
13879         
13880         * configure.in
13881                 change macros for detecting JPilot and LDAP
13882
13883 2001-07-27 [christoph]
13884
13885         * src/filtering.c
13886                 code cleanup (MIN / MAX warning, needed casting)
13887
13888 2001-07-27 [alfons]
13889
13890         * procheader.c
13891                 disallow setting flags when detecting certain headers
13892                 (X-Status, Status, Seen, X-Seen). 
13893         
13894         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
13895
13896 2001-07-27 [christoph]
13897
13898         * src/prefs_filter.c
13899         * src/prefs_filtering.c
13900         * src/prefs_matcher.c
13901         * src/prefs_scoring.c
13902                 scroll list when moving rows up or down
13903
13904         * src/imap.c
13905         * src/imap.h
13906         * src/prefs_account.c
13907         * src/prefs_account.h
13908         * src/send.c
13909                 SMTP over SSL (untested, feedback requested)
13910                 IMAP over SSL
13911
13912         * src/ssl.c
13913                 code cleanup
13914
13915 2001-07-26 [alfons]
13916         
13917         * configure.in, acconfig.h
13918                 define CLAWS (need this for main / claws detection)
13919
13920 2001-07-25 [alfons]
13921
13922         * configure.in
13923                 Sylpheed 0.5.1claws2
13924                 
13925         * sync with Sylpheed 0.5.1cvs4
13926
13927 2001-07-25 [christoph]
13928
13929         * src/scoring.c
13930                 fixed segfault
13931                 item->prefs == NULL (don't know why)
13932
13933 2001-07-25 [alfons]
13934
13935         * configure.in
13936                 Sylpheed 0.5.1claws1
13937
13938         * sync with Sylpheed 0.5.1cvs1-3
13939
13940 2001-07-24 [christoph]
13941
13942         * src/folderview.c
13943         * src/prefs_folder_item.[ch]
13944                 added folderitem preferences dialog with
13945                 default To: and auto request return receipt
13946
13947         * src/compose.[ch]
13948         * src/menu.[ch]
13949                 changes to handle new folderitem preferences
13950
13951         * src/mainwindow.c
13952         * src/summaryview.c
13953                 call compose new mail with current folderitem
13954
13955 2001-07-24 [alfons]
13956
13957         Release Sylpheed 0.5.1claws
13958
13959         * configure.in
13960                 change to release version 0.5.1claws
13961
13962 2001-07-24 [christoph]
13963
13964         * src/summaryview.c
13965                 fixed segfault that happend when the selected
13966                 message was removed while retrieving new messages.
13967
13968         * po/es.po
13969                 updated translation
13970                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
13971
13972 2001-07-22 [alfons]
13973
13974         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
13975         this is a work in progress, for more information: http://nlpagan.net/sylman 
13976         
13977         * configure.in, src/mainwindow.c, manual/Makefile.am
13978                 add support for English manual
13979
13980         * AUTHORS
13981                 add authors of user manuals
13982
13983         * manual/en/sylpheed*.html
13984                 add English documentation
13985
13986 2001-07-22 [christoph]
13987
13988         * po/POTFILES.in
13989                 added src/ssl.c
13990         * src/ssl.c
13991                 changed a wrong debug message
13992
13993 2001-07-22 [alfons]
13994
13995         * po/nl.po
13996                 update Dutch translation
13997
13998         * src/prefs_filtering.c, 
13999           src/prefs_matcher.c
14000                 add more translatable strings           
14001
14002 2001-07-21 [alfons]
14003
14004         0.5.0claws7
14005
14006         * configure.in
14007                 change version
14008
14009         * src/inc.c, src/summaryview.[ch]
14010                 prevent update of mark file when filtering has done, by
14011                 using a variable; this affects two functions:
14012                         inc.c::inc_finished()
14013                         summaryview.c::summary_show()
14014
14015 2001-07-20 [alfons]
14016
14017         * src/filtering.[ch], src/prefs_filtering.c, 
14018           src/matcher.[ch]
14019                 add filtering action for label coloring 
14020
14021         * po/POTFILES.in
14022                 add labelcolors.c
14023
14024         * added src/labelcolors.c
14025         * added src/labelcolors.h
14026         * src/Makefile.am, src/summaryview.c
14027                 rearrange label coloring code
14028
14029         * src/procmsg.h
14030                 add more parentheses so label colouring works correctly
14031
14032         * src/filtering.c
14033                 don't really delete message, but move it to Trash
14034
14035         * src/prefs_matcher.c
14036                 add quote options to info dialog
14037
14038 2001-07-20 [christoph]
14039
14040         * src/Makefile.am
14041         * src/inc.c
14042         * src/main.[ch]
14043         * src/socket.h
14044         * src/ssl.[ch] (new)
14045                 moved ssl stuff to a seperate file
14046
14047 2001-07-20 [darko]
14048
14049         * src/summaryview.c
14050                 fix show sender using address book with no e-mail
14051                 address in From: field
14052
14053 2001-07-19 [alfons]
14054
14055         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
14056                 fix messy handling of escaping... now at least the
14057                 execute command is useful. escape char is '\', we
14058                 accept \n and \r too. 
14059
14060                 Real life example:
14061                 
14062                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
14063                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
14064
14065 2001-07-18 [alfons]
14066
14067         0.5.0claws6
14068
14069         * src/summaryview.c
14070                 clean up
14071
14072         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
14073           src/procmsg.[ch]
14074                 revise filtering; currently move, copy, marking have
14075                 been tested. if you like bleeding edge stuff, you
14076                 should definitely go for this version :)
14077
14078         * mark old working stuff as VERSION_0_5_0_CLAWS5        
14079
14080 2001-07-17 [christoph]
14081
14082         * src/utils.c
14083                 timestamp log
14084
14085 2001-07-17 [alfons]
14086
14087         0.5.0claws5
14088
14089         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
14090           bits in the mark file, without affecting either branch. Lots of
14091           files changed, also in claws branch.
14092
14093           UNTESTED: use of mbox folders
14094
14095         * src/summaryview.c
14096                 added mark all read; however this was a quick hack used for
14097                 cleaning up mess after initial merge with Hiroyuki
14098
14099         * configure.in
14100                 change claws version number back to 0.5.0claws5 to clear up 
14101                 confusion & pretension (recent release was technically 
14102                 0.5.0claws4, so we neatly align with Hiroyuki :-)
14103
14104 2001-07-16 [alfons]
14105
14106         sync with Hiroyuki's 0.5.0cvs4
14107
14108 2001-07-16 [alfons]
14109
14110         0.5.1claws3
14111
14112         * src/filtering.[ch]
14113                 remove invalid updating of mark files for 
14114                 filter actions MATCHING_ACTION_MOVE and 
14115                 MATCHING_ACTION_DELETE; this should fix the
14116                 folder update bug
14117                 
14118         * src/procmsg.c
14119                 revert Christoph's stab at fixing the folder 
14120                 update bug
14121
14122         * po/POTFILES.in
14123                 add missing files with translatable strings
14124
14125         * src/summaryview.c
14126                 remove debug print
14127
14128 2001-07-15 [alfons]
14129
14130         * src/addr_compl.[ch], src/prefs_filtering.c
14131                 make "filtering pref dialog's destination entry" an
14132                 "address completable entry", if filter destination is 
14133                 an email address
14134
14135         0.5.1claws2
14136         
14137         sync with Hiroyuki's 0.5.0cvs2-3
14138
14139 2001-07-15 [christoph]
14140
14141         * src/procmsg.c
14142                 fixed folder stats update after incorporation
14143
14144 2001-07-15 [alfons]
14145
14146         * src/summaryview.c
14147                 * finish label colouring stuff (for now)
14148                 * fix incorrect colour bug (off by one) 
14149
14150 2001-07-14 [alfons]
14151
14152         * src/mainwindow.c
14153                 change text labels for news and mail message so there's
14154                 plenty of toolbar estate left
14155
14156         * configure.in
14157                 0.5.1claws1
14158
14159         * src/folderview.c
14160           src/folder.[ch]
14161                 sync with Hiroyuki's 0.5.0cvs1
14162
14163         * src/summaryview.c
14164                 more rewrite label colouring
14165
14166 2001-07-14 [alfons]
14167
14168         * src/summaryview.[ch]
14169                 * start rewrite label colouring 
14170                 * fix proper location "Add Sender To Addressbook" menu item
14171
14172 2001-07-13
14173
14174         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14175         (actually this is 0.5.0claws4)
14176
14177 2001-07-13 [alfons]
14178
14179         * po/pt_BR.po
14180                 * fix duplicate message
14181                 * add updated Portugese / Brazilian translation
14182                   submitted by Fabio Junior Beneditto
14183
14184 2001-07-12 [alfons]
14185
14186         * AUTHORS
14187                 add Jens
14188
14189         * po/nl.po
14190                 add updated Dutch translation
14191
14192         * po/de.po
14193                 add updated German translation submitted by Jens
14194
14195 2001-07-11 [alfons]
14196
14197         Prerelease before 0.5.0claws. Please test.
14198         This version is temporarily tagged as VERSION_0_5_0_TEST
14199
14200         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
14201           src/prefs_scoring.c, src/prefs_matcher.c, 
14202           src/prefs_filtering.c, src/mbox.c, 
14203           src/main.c, src/inc.c, src/filtering.[ch]
14204                 revert new Hoa's new matcher (does not work yet)
14205
14206         * src/Makefile.am
14207                 clean up
14208
14209 2001-07-10
14210
14211         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14212
14213
14214 2001-07-10 [alfons]
14215
14216         * Makefile.am
14217                 add ChangeLog.claws to EXTRA_DIST
14218         * src/Makefile.am
14219                 add matcher_parser_parse.h to EXTRA_DIST
14220
14221 2001-07-10 [christoph]
14222
14223         * src/inc.c
14224                 add destination folder to table of
14225                 folders that need to be updated after
14226                 incorporation
14227
14228 2001-07-10 [alfons]
14229
14230         * folder.[ch]
14231           folderview.c
14232                 make collapse state of folders and folder items persistent, i.e.
14233                 if you collapse a folder tree, the next time sylpheed-claws starts 
14234                 up the folder tree remains collapsed.  
14235                 
14236 2001-07-10 [christoph]
14237
14238         * acconfig.h
14239         * configure.in
14240                 added --enable-ssl
14241         * src/md5.[ch]
14242                 renamed MD5_CTX to MD5_CTX_syl
14243                 conflicts with a struct in openssl
14244         * src/inc.c
14245         * src/main.[ch]
14246         * src/prefs_account.[ch]
14247         * src/socket.[ch]
14248                 SSL support for POP
14249         * src/mainwindow.c
14250                 fixed compose with current account
14251                 broken by new compose button stuff
14252
14253 2001-07-09 [hoa]
14254
14255         * AUTHORS
14256                 changed my email address
14257
14258         * src/matcher_parser_parse.y
14259                 clean the parser to remove conflicts
14260
14261 2001-07-09 [alfons]
14262
14263         * AUTHORS
14264                 add Match Grun
14265
14266         * configure.in
14267                 fix incorrect description of --enable-ldap parameter
14268
14269         * src/prefs_common.[ch]
14270           src/compose.c
14271                 add experimental option "smart wrapping" which makes the
14272                 compose editor auto wrap.
14273                 
14274                 | TODO: the problem with the buggy cursor handling is caused |
14275                 | by the GtkText. when deleting / backspacing text its       |
14276                 | wrapping algorithm does not take in account the previous   |
14277                 | line. should find a way to hack this in.                   |
14278                 | or should perhaps combine this with the word wrapping      |
14279                 | patch i wrote in january.                                  |
14280
14281         * src/about.c
14282                 show build parameters for LDAP and JPilot
14283
14284         * src/summaryview.c
14285                 revert Christoph's bugfix for selecting next unread message, 
14286                 because folder stats aren't updated correctly
14287
14288 2001-07-08 [hoa]
14289
14290         * src/filtering.c
14291         * src/mainwindow.c
14292         * src/matcher.c
14293         * src/matcher_parser_lex.l
14294         * src/matcher_parser_parse.y
14295         * src/prefs_filtering.c
14296         * src/prefs_scoring.c
14297         * src/scoring.c
14298                 bugfix of the config file parser
14299
14300 2001-07-08 [alfons]
14301
14302         * src/Makefile.am
14303                 added generated matcher sources to BUILT_SOURCES
14304
14305 2001-07-08 [hoa]
14306
14307         * src/Makefile.am
14308         * src/.cvsignore
14309                 added new config file parser
14310
14311         * src/scoring.[ch]
14312         * src/filtering.[ch]
14313         * src/matcher.[ch]
14314         * src/prefs_filtering.c
14315         * src/prefs_matcher.c
14316         * src/prefs_scoring.c
14317         * added src/matcher_parser.h
14318         * added src/matcher_parser_lex.h
14319         * added src/matcher_parser_lex.l
14320         * added src/matcher_parser_parse.y
14321                 lex & yacc config file parser
14322
14323         * src/mbox.c
14324         * src/inc.c
14325         * src/main.c
14326                 changes prefs_filtering into global_filtering           
14327
14328         * src/summaryview.c
14329                 build threads with subjects only if "Re: " is at the
14330                 beginning of the subject
14331
14332 2001-07-07 [paul]
14333
14334         0.5.0claws
14335
14336         sync with sylpheed 0.5.0
14337                 change of version number only
14338
14339 2001-07-06 [paul]
14340
14341         0.5.0claws5
14342
14343         sync with sylpheed 0.5.0pre5
14344
14345 2001-07-05 [paul]
14346
14347         sync with sylpheed 0.5.0pre4 release
14348                 /po and /manual/ja not sync'ed
14349
14350 2001-07-04 [paul]
14351
14352         more sync with sylpheed 0.5.0pre4
14353
14354 2001-07-03 [christoph]
14355
14356         * src/addressbook.c
14357                 fixed address book broken by address book
14358                 for VCard, JPilot, LDAP
14359
14360 2001-07-03 [alfons]
14361
14362         * src/matcher.c
14363         * src/textview.c
14364                 stopped memory leaks
14365
14366 2001-07-03 [paul]
14367
14368         more sync with sylpheed 0.5.0pre4
14369
14370 2001-07-02 [match]
14371
14372         * included address book patch for VCard, JPilot, LDAP
14373         * pref_common.c - fixed Font options on Display tab (cosmetic)
14374         * alertpanel.c - fixed truncated message
14375
14376 2001-07-02 [christoph]
14377
14378         * src/mbox_folder.c
14379         * src/procmsg.[ch]
14380         * src/summaryview.c
14381                 mark threads for ignoring
14382
14383 2001-07-02 [paul]
14384
14385         0.5.0claws4
14386
14387         * sync with sylpheed 0.5.0pre4
14388                 updated gettext to 0.10.38.
14389
14390 2001-07-01 [paul]
14391
14392         * src/ mainwindow.c
14393         * src/procmsg.h
14394         * src/summaryview.[ch]
14395                 new right-click option: Label.
14396                 substitute for 'Mark-->Mark/Unmark', colours the line.
14397                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
14398
14399 2001-07-01 [christoph]
14400
14401         * src/folderview.c
14402                 fixed font for trash
14403         * src/summaryview.c
14404                 move ctree to unread message
14405
14406 2001-07-01 [paul]
14407
14408         * sync with sylpheed 0.5.0pre3 release
14409
14410 2001-06-30 [alfons]
14411
14412         * src/filesel.[ch]
14413         * src/compose.c
14414                 allow inserting / attaching multiple files in
14415                 the composer window
14416
14417 2001-06-30 [paul]
14418
14419         * src/codeconv.c
14420                 small change to Alfons' previous stuff so that it
14421                 actually makes
14422
14423 2001-06-30 [alfons]
14424
14425         * lots of files changed; first attempt to merge the changes
14426           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
14427
14428 2001-06-30 [paul]
14429
14430         * po/pt_BR.po
14431                 updated and completed, translations by Fabio
14432                 Junior Beneditto <fjbeneditto@yahoo.com.br>
14433
14434 2001-06-29 [alfons]
14435
14436         * src/compose.c
14437         * src/mimeproc.[ch]
14438                 allow selecting an attached files' mime type from a 
14439                 list of types.
14440
14441 2001-06-29 [paul]
14442
14443         * more sync with sylpheed 0.5.0pre3
14444
14445 2001-06-29 [paul]
14446
14447         * po/pt_BR.po
14448                 merge with sylpheed.pot and pt_BR.po provided by
14449                 Fabio Junior Beneditto.
14450
14451 2001-06-29 [darko]
14452
14453         * src/procmime.c
14454                 make MIME types case insensitive
14455
14456 2001-06-28 [alfons]
14457
14458         * po/nl.po
14459                 merge with sylpheed.pot and old nl.po; translations added.
14460
14461 2001-06-28 [paul]
14462
14463         * more sync with sylpheed 0.5.0pre3
14464
14465 2001-06-27 [alfons]
14466
14467         * src/summaryview.c
14468                 don't crash when removing parent node of messages
14469                 attracted by subject. this was caused by not deleting
14470                 the parent node from the subject line hash table.
14471
14472 2001-06-27 [alfons]
14473
14474         * src/summaryview.c
14475         * src/compose.[ch]
14476         * src/mainwindow.c
14477                 if there are multiple messages selected, allow forwarding
14478                 them as attachments.
14479
14480 2001-06-27 [paul]
14481
14482         * more sync with sylpheed 0.5.0pre3
14483
14484 2001-06-26 [paul]
14485
14486         0.5.0claws3
14487
14488         * sync with sylpheed 0.5.0pre3
14489
14490 2001-06-25 [paul]
14491
14492         * src/mainwindow.c
14493                 fixed 'compose news article' bug
14494                 from icon-and-text toolbar
14495
14496 2001-06-25 [paul]
14497
14498         * sync with sylpheed 0.5.0pre2 release
14499
14500 2001-06-24 [christoph]
14501
14502         * src/prefs_common.c
14503                 bug fix in font selection
14504         * src/folderview.c
14505                 use sylpheed's normal font instead of
14506                 gtk default font for folders without
14507                 new messages
14508
14509 2001-06-24 [alfons]
14510
14511         * src/mainwindow.[ch]
14512                 added composite compose mail / news button (an idea by Leandro
14513                 Pereira <leandro@linuxmag.com.br>)
14514
14515 2001-06-24 [paul]
14516
14517         Added instructions for ldif-to-xml.py
14518
14519         * tools/README
14520
14521 2001-06-23 [alfons]
14522
14523         Some minor things.
14524
14525         * src/pixmaps/stock_news_compose.xpm
14526                 added pixmap by Leandro
14527         * src/prefs_common.c
14528                 tested built-in spelling checker of GCC 3.0 :)
14529         * po/nl.po
14530                 merged dutch translation of sylpheed-main with
14531                 sylpheed.pot
14532
14533 2001-06-23 [paul]
14534
14535         Added tools directory and files.
14536
14537         * tools/filter_conv.pl
14538                 converts old filter system to new filtering system
14539         * tools/ldif-to-xml.py
14540                 converts netscape addressbook to sylpheed addressbook
14541         * tools/README
14542                 descriptions/instructions for above two files
14543
14544 2001-06-23 [christoph]
14545
14546         * src/inc.c
14547         * src/manage_window.[ch]
14548         * src/prefs_common.[ch]
14549                 mail retrieval dialog can be enabled, disabled
14550                 or hidden if non of sylpheed's windows is active
14551
14552 2001-06-22 [paul]
14553
14554         0.5.0claws2
14555
14556         * sync with sylpheed 0.5.0pre2
14557
14558 2001-06-21 [christoph]
14559
14560         * src/summaryview.c
14561                 show recipient on 'from' for all accounts
14562                 
14563         * src/inc.c
14564         * src/prefs_common.[ch]
14565                 disable error popup on mail receive errors
14566
14567 2001-06-21 [alfons]
14568
14569         * src/compose.c
14570                 made the ruler correctly appear and disappear.
14571
14572         * src/Makefile.am
14573                 removed Hoa's work-in-progress-stuff (interesting!) so 
14574                 claws compiles ok.
14575
14576 2001-06-20 [christoph]
14577
14578         * src/inc.c
14579         * src/progressdialog.c
14580                 added scrolled window for list in progressdialog
14581
14582 2001-06-20 [paul]
14583
14584         sync with sylpheed 0.5.0pre1 release
14585
14586 2001-06-20 [christoph]
14587
14588         * src/summeryview.c
14589                 make building threads by subject work when
14590                 thread view is enabled
14591                 
14592         * src/compose.c
14593         * src/prefs_common.[ch]
14594                 automatically select account for mail replys
14595
14596 2001-06-19 [sergey]
14597
14598         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
14599         they are filled in from the account settings.
14600
14601 2001-06-19 [paul]
14602
14603         * more sync with sylpheed 0.5.0pre1
14604
14605 2001-06-18 [alfons]
14606
14607         * src/Makefile.am,
14608           src/procmime.c
14609                 added --sysconfdir to CPPFLAGS for pointing to the correct
14610                 location of mime.types. 
14611
14612                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
14613                 or ./configure!
14614
14615 2001-06-18 [hoa]
14616
14617         * src/summaryview.c
14618                 fixed some bug when building threads
14619
14620 2001-06-18 [pau]l
14621
14622         * src/prefs_account.c
14623                 UI stuff: More changes to the English
14624
14625 2001-06-18 [paul]
14626
14627         * src/pixmaps/stock_news_compose.xpm: new file
14628         * src/Makefile.am
14629         * src/mainwindow.c
14630         * src/summaryview.c
14631                 Added new icon for Hoa's 'compose a news
14632                 message', plus minor improvements to the
14633                 English
14634
14635         * po/ja.po
14636         * ChangeLog
14637         * ChangeLog.jp
14638                 more sync with sylpheed 0.5.0pre1
14639
14640 2001-06-18 [hoa]
14641
14642         * src/compose.[ch]
14643         * src/mainwindow.c
14644                 Follow-up and reply to
14645
14646         * src/summaryview.[ch]
14647                 Build threads also with subjects
14648
14649 2001-06-17 [hoa]
14650
14651         * src/compose.c
14652                 forwarding use the current account.
14653
14654         * src/mainwindow.c
14655                 the "compose message" button has been replaced with
14656                 "new mail" and "new news" buttons
14657
14658         * src/prefs_common.[ch]
14659                 added a configuration option to use the forward button
14660                 as "forward as attachment"
14661                 changed reply and forward format description
14662
14663         * src/quote_fmt_lex.l
14664         * src/quote_fmt_parse.y
14665                 added message with no signature in format for reply
14666                 and forward.
14667
14668 2001-06-17 [paul]
14669
14670         Minor UI stuff
14671
14672         * src/mainwindow.c
14673         * src/summaryview.c
14674                 Improvements to the English
14675
14676         * src/prefs_common.c
14677                 Improvements to the English and some
14678                 clarity/continuity improvements in the
14679                 description of Quote symbols.
14680
14681 2001-06-17 [paul]
14682
14683         0.5.0claws1
14684
14685         * sync with sylpheed 0.5.0pre1
14686
14687 2001-06-17 [hoa]
14688
14689         * src/compose.c
14690                 Better interface for compose, displayed fields
14691                 are updated whenever we change account.
14692                 Newsgroups field is automatically filled.
14693
14694         * src/mainwindow.c
14695                 Newsgroups field is automatically filled.
14696
14697         * src/prefs_account.c
14698                 Some interface stuff when fields appear and
14699                 disappear.
14700
14701 2001-06-16 [paul]
14702
14703         0.4.99claws
14704
14705         * sync with sylpheed 0.4.99
14706
14707 2001-06-16 [sergey]
14708
14709         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14710         base64_decoder_free, base64_decoder_decode): new object and
14711         functions for decoding base64 streams.
14712         * src/procmime.c (procmime_decode_content): modified to use the
14713         new base64 decoder.
14714
14715 2001-06-15 [paul]
14716
14717         0.4.99claws10
14718
14719         * sync with sylpheed 0.4.99cvs11
14720
14721 2001-06-13 [paul]
14722
14723         0.4.99claws9
14724
14725         * sync with sylpheed 0.4.99cvs9
14726
14727 2001-06-13 [hoa]
14728
14729         * src/compose.c
14730         * src/prefs_account.c
14731
14732                 SMTP server can be defined in the news account
14733                 mime type of attachment are kept.
14734
14735         * src/summaryview.c
14736
14737                 now choose the highest important score between default
14738                 and important score of folder.
14739
14740 2001-06-09 [alfons]
14741         
14742         * src/prefs_common.c: 
14743
14744                 (prefs_quote_description_create): corrected description of 
14745                 quote format characters
14746
14747 2001-06-09 [paul]
14748
14749         0.4.99claws8
14750
14751         * sync with sylpheed 0.4.99cvs8
14752
14753 2001-06-08 [sergey]
14754
14755         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14756         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14757
14758 2001-06-08 [paul]
14759
14760         0.4.99claws7
14761
14762         * sync with sylpheed 0.4.99cvs7
14763
14764 2001-06-06 [sergey]
14765
14766         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14767         clashes with autogenerated header).
14768         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14769         * src/Makefile.am: added quote_fmt.h.
14770         * src/.cvsignore: added lex/yacc autogenerated files
14771         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14772
14773 2001-06-06 [paul]
14774
14775         0.4.99claws6
14776
14777         * sync with sylpheed 0.4.99cvs6
14778
14779 2001-06-06 [hoa]
14780
14781         * added src/quote_fmt_parse.h
14782         * src/compose.c
14783                 removed warnings
14784
14785         * src/prefs.[ch]
14786                 don't modify readonly configuration files
14787
14788         * src/prefs_account.c
14789         * src/prefs_common.c
14790         * src/prefs_customheader.c
14791         * src/prefs_display_header.c
14792         * src/prefs_filter.c
14793         * src/prefs_filtering.c
14794         * src/prefs_scoring.c
14795                 don't open dialog box when configuration files
14796                 are readonly
14797
14798 2001-06-05 [sergey]
14799
14800         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
14801
14802         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
14803         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
14804         BUILT_SOURCES to make all files rebuild properly.
14805
14806         * src/compose.c: removed #include "quote_fmt.tab.h".
14807
14808         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
14809         CHARACTER value in yylval.
14810
14811         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
14812         receive CHARACTER value by documented means (yylval).
14813
14814         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
14815
14816 2001-06-05 [hoa]
14817
14818         * src/Makefile.am
14819                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
14820
14821         * src/filtering.c
14822         * src/matcher.c
14823         * src/matcher.h
14824         * src/prefs_filtering.c
14825                 now keep the configuration for execute action
14826
14827         * src/mbox_folder.c
14828                 fixed a warning
14829
14830 2001-06-05 [paul]
14831
14832         * sync with sylpheed 0.4.99cvs5
14833
14834 2001-06-05 [hoa]
14835
14836         * src/Makefile.am
14837                 added quote_fmt.[ch]
14838
14839         * added src/quote_fmt.y
14840         * added src/quote_fmt.l
14841         * added src/quote_fmt.tab.h
14842         * added src/quote_fmt.tab.c
14843         * added src/lex.quote_fmt.c
14844                 parsing configuration for replying
14845                 and forwarding
14846
14847         * src/prefs_common.[ch]
14848                 added configuration UI for replying
14849                 and forwarding
14850
14851         * src/compose.c
14852                 using configuration for replying
14853                 and forwarding
14854
14855 2001-06-04 [hoa]
14856
14857         * src/filtering.c
14858         * src/matcher.c
14859         * src/matcher.h
14860         * src/prefs_filtering.c
14861         * src/prefs_matcher.c
14862         * src/prefs_matcher.h
14863                 action "run a command" for filtering
14864                 and matching with a command.
14865                 fixed the "whole message" matching
14866
14867         * src/mbox_folder.c
14868                 changed temporary filename for security
14869
14870         * src/messageview.c
14871                 queue the notification if it fails to send.
14872
14873         * src/prefs_common.c
14874         * src/prefs_folder_item.c
14875                 changed the default important score             
14876
14877         * src/prefs_scoring.c
14878         * src/scoring.c
14879                 hide kill score input when the folder is not
14880                 a newsgroup
14881
14882 2001-06-03 [alfons]
14883
14884         * src/prefs_common.c:
14885
14886                 (prefs_font_select): pass font name in font entry box to font
14887                 selection dialog.
14888
14889 2001-06-03 [sergey]
14890
14891         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
14892
14893 2001-06-03 [paul]
14894
14895         * sync with sylpheed 0.4.99cvs4
14896
14897 2001-06-03 [alfons]
14898
14899         * src/headerwindow.c:
14900
14901                 (headerwindow_show_cb): use the selected summary view item, not
14902                 the displayed item.
14903
14904 2001-06-02 [alfons]
14905
14906         * src/headerwindow.c:
14907
14908                 (headerwindow_show_cb): always try to show msginfo
14909
14910 2001-06-02 [hoa]
14911
14912         * src/compose.c
14913                 keep attached parts when reediting or forwarding.
14914
14915 2001-06-01 [hoa]
14916
14917         * src/folderview.c
14918         * src/prefs_folder_item.[ch]
14919         * src/prefs_scoring.[ch]
14920         * src/scoring.[ch]
14921         * src/summaryview.[ch]
14922         * src/main.c
14923         * src/mainwindow.c
14924         * src/prefs_common.[ch]
14925                 support for folder scoring
14926                 kill score and important score for messages
14927         
14928         * src/prefs_account.c
14929                 some display bug fixed for local account
14930                 preferences
14931
14932 2001-05-31 [alfons]
14933
14934         * src/summaryview.c:
14935
14936                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
14937                 sender to address book menu item is disabled.
14938
14939 2001-05-30 [hoa]
14940
14941         * src/filtering.[ch]
14942         * src/summaryview.c
14943                 handling summary menu / filter messages
14944
14945         * src/folder.[ch]
14946                 add some stuff
14947
14948         * src/foldersel.c
14949                 imap folders now appears in list
14950
14951         * src/mbox_folder.c
14952                 doesn't crash if destination mail is not writeable
14953
14954 2001-05-29 [hoa]
14955
14956         * src/compose.c
14957                 removed some warnings
14958
14959         * src/filtering.c
14960         * src/folder.[ch]
14961         * src/prefs_filtering.c
14962                 global string to identify any folders           
14963                 removed some debug info
14964                 filtering to mbox folders is now possible
14965
14966         * src/mainwindow.c
14967                 removed some warnings
14968
14969         * src/mbox_folder.c
14970                 permission on files are changed to read/write for user only,
14971                 nothing for other.
14972                 creation of subfolder is handled better.
14973
14974 2001-05-28 [alfons]
14975
14976         Verified the sync for src/prefs_common.[ch] and
14977         src/prefs_account.[ch]. I believe there were some
14978         minor indentation differences.
14979
14980 2001-05-28 [paul]
14981
14982         0.4.99claws3
14983
14984         * sync with 0.4.99cvs3
14985
14986 2001-05-28 [hoa]
14987
14988         * src/compose.c
14989                 handling flags for mbox format
14990
14991         * src/filtering.c
14992                 use of mark file only for MH format
14993                 handling flags for mbox format
14994                 filtering cannot yet move or copy mails to mbox folders.
14995
14996         * src/folder.[ch]
14997                 changed move_msg, copy_msg,
14998                 move_msgs_with_dest, copy_msgs_with_dest functions
14999                 uses only folder->copy_msg() function
15000                 uses folder->finished_copy() to handle the destination
15001                 folder at the end of the copy or move operation.
15002
15003         * src/foldersel.c
15004                 included mbox directories.
15005
15006         * src/folderview.[ch]
15007         * src/mainwindow.c
15008                 handle folders operation for mbox format
15009
15010         * src/mbox.c
15011                 disable conversion of "From " header
15012
15013         * src/mbox_folder.[ch]
15014                 completion of mbox format handling
15015
15016         * src/mh.c
15017                 changed mh_copy_msg() function and
15018                 removed mh_move_msg(), mh_move_msgs_with_dest(),
15019                 mh_copy_msgs_with_dest()
15020
15021         * src/prefs_filtering.c
15022                 removed some warnings
15023
15024         * src/prefs_matcher.c
15025                 default boolean operation is AND
15026
15027         * src/procheader.c
15028                 handling flags for mbox format
15029                 handling of "From " header
15030
15031         * src/procmsg.[ch]
15032                 removed data field
15033                 added MSG_REALLY_DELETED flags to handle deletion of
15034                 messages in mbox format.
15035
15036         * src/summaryview.c
15037                 handling flags for mbox format
15038                 disable the MSG_DELETED flags when messages
15039                 are deleted in mbox format
15040
15041         * src/textview.c
15042                 "From " headers display fixed.
15043
15044 2001-05-27 [alfons]
15045
15046         * src/textview.c:
15047                 
15048                 (get_email_part): skip quoted email addresses, like in e.g.
15049                 "'alfons@proteus.demon.nl'".
15050
15051 2001-05-26 [alfons]
15052
15053         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
15054         and fixing the persistence troubles when using separate windows.
15055
15056         * src/mainwindow.c:
15057         
15058             Added #define SEPARATE_ACTION used in the gtk item factory for 
15059             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
15060                 use gtk_item_factory_get_widget_by_action() to get the items.
15061                 
15062             Removed separate_widget_cb from the gtk item factory data   
15063           
15064             (mainwindow_create): connect separate_widget_cb() to check
15065             menu item "toggled" signal. also passing a MainWindow pointer
15066                 as object data for both check menu items.
15067                 
15068             (separate_widget_cb): definition of separate_widget_cb() to match
15069             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
15070                 window using gtk_object_get_data(). The type of window separation 
15071                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
15072         
15073         * src/prefs_filtering.c,
15074           src/prefs_matcher.c: added horizontal scrollbars
15075
15076 2001-05-25 [darko]
15077
15078         * src/headerview.c
15079                 fix segfault with invalid bold font
15080         * src/summaryview.c
15081                 correctly display summary stats after row is marked
15082
15083 2001-05-23 [sergey]
15084
15085         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
15086         encodings with libjconv.
15087
15088 2001-05-23 [hoa]
15089
15090         * src/Makefile.am
15091                 added mbox_folder.[ch]
15092         * src/defs.h
15093                 mbox temporary folder
15094         * src/folder.[ch]
15095         * added src/mbox_folder.[ch]
15096         * src/folderview.c
15097         * src/procheader.[ch]
15098                 added mbox support
15099         * src/mbox.c
15100                 bugfix for file incorporation filtering
15101         * src/imap.c
15102                 enable creation of MBOX
15103         * src/prefs_display_header.c
15104                 enable use of headers like "From "
15105                 something that should be fixed :
15106                         displaying of such headers add an extra space
15107         * src/prefs_folder_item.c
15108                 don't create folders because it is not necessary
15109         * src/procmsg.h
15110                 added data field to MsgInfo for mbox internal use
15111         * src/summaryview.c
15112                 added some support for mbox
15113         * src/utils.[ch]
15114                 added get_mbox_cache_dir() function
15115
15116 2001-05-23 [hiroyuki]
15117
15118         * src/headerwindow.c
15119           src/inc.c
15120           src/main.c
15121           src/mh.c
15122           src/nntp.c
15123           src/procmsg.h
15124           src/session.h
15125           src/socket.[ch]
15126           src/summaryview.c
15127           src/textview.c
15128           src/automaton.c
15129           src/folderview.c: more sync with 0.4.99cvs2.
15130
15131         * src/headerwindow.c: reverted.
15132
15133 2001-05-22 [paul]
15134
15135         0.4.99claws2
15136
15137         * sync with sylpheed 0.4.99cvs2
15138                 * src/news.[ch]
15139                 * src/nntp.[ch]
15140                 * INSTALL
15141                 * INSTALL.jp
15142
15143 2001-05-22 [alfons]
15144
15145         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
15146
15147 2001-05-21 [alfons]
15148
15149         Minor things:
15150
15151         * configure.in: if gnome-config not found, "no" is displayed
15152         
15153         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
15154
15155         * src/textview.c: now also possible to add mail addresses by right
15156           clicking in the text view
15157
15158         * src/codeconv.c: merged patch which fixes endless loop when encountering
15159           invalid wide characters; from Alte <010@imis.ru>  
15160
15161 2001-05-20 [alfons]
15162
15163         Added installation of gnome specific things:
15164
15165         * Makefile.am: gnome conditional
15166
15167         * configure.in: check for installed gnome
15168
15169         * added sylpheed.png, sylpheed.desktop
15170
15171 2001-05-20 [sergey]
15172
15173         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
15174
15175         * src/mainwindow.h (main_window_toolbar_create): created a button
15176         for "Reply to all".
15177         (main_window_set_toolbar_sensitive): enable/disable the new button
15178         appropriately.
15179         (toolbar_reply_to_author_cb): handle the new button.
15180
15181         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
15182         send_progress_dialog_destroy() on failure (fixes hang on SMTP
15183         failure).
15184
15185 2001-05-19 [sergey]
15186
15187         * src/compose.h (ComposeReplyMode): new modes
15188         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
15189         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
15190
15191         * src/compose.c
15192         (compose_send): move some code into a new function:
15193         (compose_current_mail_account): new function.
15194         (compose_reply): new argument to_author, all callers changed; if
15195         to_author==TRUE and account->protocol==A_NNTP, find and use an
15196         appropriate mail account for replying.
15197         (compose_reply_set_entry): new argument to_author; ignore
15198         compose->replyto if to_author==TRUE.
15199
15200         * src/mainwindow.c: new command "Message/Reply to author".
15201         (main_window_set_menu_sensitive): enable/disable it.
15202         (reply_cb): handle it.
15203
15204         * src/summaryview.c: new command "Reply to author".
15205         (summary_set_menu_sensitive): enable/disable it.
15206         (summary_reply_cb): handle it.
15207
15208         * src/account.c (account_find_mail_from_address): new function.
15209
15210 2001-05-18 [paul]
15211
15212         0.4.99claws1
15213
15214         * sync with sylpheed 0.4.99cvs1
15215
15216 2001-05-18 [hoa]
15217
15218         * src/compose.[ch]
15219         * src/filtering.c
15220         * src/summaryview.c
15221                 new filtering action : forward and forward as attachment
15222
15223         * src/main.c
15224                 no need for $DISPLAY when we run sylpheed --help
15225                 call to parse_cmd_opt() is moved
15226
15227         * src/mainwindow.[ch]
15228                 execute button is hidden when immediate execute
15229                 is chosen
15230
15231         * src/mh.c
15232         * src/news.c
15233         * src/prefs_folder_item.c
15234         * src/procmsg.c
15235                 better handling of missing directories
15236
15237         * src/summaryview.c
15238                 reedit is enabled in outbox
15239                 reedit is enabled in queue
15240
15241 2001-05-17 [hoa]
15242
15243         * src/filtering.c
15244         * src/matcher.[ch]
15245         * src/prefs_filtering.c
15246                 changed attachement into attachment
15247
15248 2001-05-17 [alfons]
15249
15250         0.4.67claws4    
15251
15252         * sync with sylpheed 0.4.67cvs9
15253         * sync with sylpheed 0.4.67cvs7-8
15254
15255 2001-05-17 [hoa]
15256
15257         * src/Makefile.am
15258                 added prefs_filtering.c
15259
15260         * src/filtering.[ch]
15261         * src/matcher.[ch]
15262                 removed action : forward_news and forward_news_as_attachement
15263                 (forward and forward_as_attachement can be used instead)
15264
15265         * src/mainwindow.c
15266                 added menu option to access filtering configuration
15267
15268         * src/prefs_account.c
15269                 changed mail_command default to /usr/sbin/sendmail
15270
15271         * added src/prefs_filtering.[ch]
15272                 dialog box for filtering configuration
15273
15274         * src/prefs_matcher.c
15275                 added function prefs_matcher_get_criteria_from_matching()
15276
15277         * src/prefs_scoring.c
15278                 reset the dialog when register or substitute is clicked
15279
15280 2001-05-15 [hoa]
15281
15282         * src/Makefile.am
15283                 added filtering.[ch]
15284         * src/inc.c
15285                 using filering.[ch] instead of filter.[ch]
15286         * src/main.c
15287                 reading new filtering configuration
15288         * src/matcher.[ch]
15289                 added some filtering actions
15290                 and fixed a bug for headers and mail body matching
15291         * src/mbox.c
15292                 using filering.[ch] instead of filter.[ch]
15293         * src/mh.c
15294                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
15295         * src/summaryview.c
15296                 some fixes for filtering
15297
15298 2001-05-14 [hiroyuki]
15299
15300         * src/send.c: fixed some weird indentations.
15301           send_message_with_command(): call pclose() only if p != NULL.
15302         * src/textview.c: get_email_part(): modified the code for readability.
15303
15304 2001-05-14 [hiroyuki]
15305
15306         * src/md5global.h
15307           src/md5ify.c
15308           src/md5ify.h: removed from the cvs.
15309
15310 2001-05-13 [sergey]
15311
15312         * src/main.c: include rfc2015.h to avoid compiler warnings.
15313         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
15314         the panel is already on screen.
15315         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
15316         closing the alert window by ESC as "No".
15317         * src/prefs_common.c (prefs_interface_create): moved return
15318         receipt check button to the correct place.
15319
15320 2001-03-13 [alfons]
15321
15322         * src/prefs_common.c: 
15323                 moved return receipt check button to the Send tab. (prefs_send_create)
15324                 removed the date format ui related globals. (prefs_display_create)
15325
15326         0.4.67claws3
15327         
15328         * sync with sylpheed 0.4.67cvs5-6
15329
15330 2001-05-13 [paul]
15331
15332         * added Alfons' font selection patch
15333
15334         * src/defs.h
15335         * src/headerwindow.c
15336         * src/prefs_common.c
15337         * src/prefs_common.h
15338
15339 2001-05-13 [hoa]
15340         * src/defs.h
15341                 changed version of cache
15342         * src/matcher.[ch]
15343         * src/prefs_matcher.c
15344                 added additionnal matching criteria
15345         * src/procheader.c
15346         * src/procmsg.[ch]
15347         * src/news.c
15348                 added references in MsgInfo
15349
15350 2001-05-12 [hoa]
15351
15352         * src/defs.h
15353                 prepared some things for new filtering
15354         * src/matcher.[ch]
15355                 added some matching properties
15356                 inreplyto need to be enhanced
15357                 prepared some things for new filtering
15358         * src/messageview.c
15359                 added Return-Receipt-To handling
15360         * src/prefs_folder_item.c
15361                 changed default value to TRUE
15362         * src/prefs_matcher.c
15363                 added some matching properties
15364         * src/prefs_scoring.[ch]
15365                 the scoring dialog is finished
15366         * src/procheader.c
15367                 added Return-Receipt-To handling
15368                 Reference need to be added
15369         * src/procmsg.[ch]
15370                 added Return-Receipt-To handling
15371                 added threadscore to get a better score sorting when
15372                 threads are enabled
15373         * src/summaryview.c
15374                 suppressed a bug when we sort the list
15375                 when no folder is opened.
15376                 better score sorting when threads are enabled
15377
15378 2001-05-12 [alfons]
15379
15380         * reverted previous patch because of potential errors 
15381
15382         0.4.67claws2
15383         
15384         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
15385                 applied "toggle mail-retrieval dialog window" patch submitted 
15386                 by Eric Limpens <eric@qnt.net>
15387
15388         * sync with sylpheed 0.4.67cvs4
15389
15390 2001-05-12 [sergey]
15391
15392         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
15393         some picky compilers.
15394         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
15395         * src/grouplist_dialog.c: include alertpanel.h.
15396         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
15397         fix compile warning.
15398         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
15399         #include "defs.h" before others to prevent the warning of `MIN'
15400         and `MAX' redefinition.
15401
15402 2001-05-11 [hoa]
15403
15404         * src/main.c
15405         * src/messageview.c
15406         * src/prefs_account.c
15407         * src/prefs_display_header.c
15408                 removed warning
15409         * src/Makefile.am
15410                 added prefs_scoring.[ch]
15411         * src/grouplist_dialog.c
15412                 display an error dialog box if the group list
15413                 cannot be fetched.
15414         * src/mainwindow.[ch]
15415                 added main_window_set_thread_option() function
15416                 scoring dialog box enabled
15417         * src/matcher.[ch]
15418                 added flags matching unread /new / marked
15419                 / deleted / replied / forwarded
15420         * src/news.c
15421                 newsgroups are now finally in newscache
15422         * src/prefs_matcher.[ch]
15423                 finished preferences for matching dialog
15424         * added src/prefs_scoring.[ch]
15425                 scoring dialog box completed
15426         * src/scoring.[ch]
15427                 conversion to string : added scoringprop_to_string()
15428                 write config for preferences :
15429                 added prefs_scoring_write_config()
15430         * src/summaryview.c
15431                 threads can be enabled/disabled independently
15432                 for each folder
15433
15434 2001-05-10 [alfons]
15435
15436         0.4.67claws1
15437         
15438         * AUTHORS: 
15439                 thought it would be nice to have a list of all
15440                 contributors (used Changelog as a reference)
15441         
15442         * configure.in: 
15443                 messed up version numbering...
15444
15445         0.4.66claws1
15446
15447         * sync with sylpheed 0.4.67cvs1-3
15448
15449 2001-05-10 [darko]
15450
15451         * src/prefs_common.c:
15452                 better UI for strftime format, double clicking
15453                 on format now inserts the format in text entry
15454                 replaced close button with standard OK/Cancel
15455                 moved date format button to the right of the
15456                 text entry field
15457
15458 2001-05-09 [alfons]
15459
15460         * src/gtkstext.c:
15461                 Ctrl-Home / Ctrl-End have proper cursor navigation
15462
15463 2001-05-09 [hoa]
15464
15465         * src/prefs_matcher.c
15466                 finished UI to define matching properties
15467                 added ok and cancel button
15468         * src/prefs_filter.c
15469                 added ok and cancel button
15470         * src/news.c
15471                 fixed some bug in xhdr parsing
15472
15473 2001-05-08 [alfons]
15474
15475         * src/textview.c: 
15476                 fixed a bug in textview_show_header(), which displayed two colons (':');
15477                 cleaned up some warnings
15478
15479 2001-05-08 [hoa]
15480
15481         * src/Makefile.am
15482                 added prefs_matcher.[ch]
15483                 compilation with -W -Wall
15484         * src/alertpanel.c
15485                 ungrab the mouse events if grabbed - does it
15486                 fix the bug for disposition notification ?
15487         * src/mainwindow.c
15488                 added a menu option to open the matching dialog.
15489         * src/matcher.[ch]
15490                 added matcherprop_to_string() and matcherlist_to_string()
15491                 fixed some bugs, changed the name of some options
15492                 age_sup and age_inf becomes age_greater and age_lower,
15493                 body and messageheaders becomes body_part and headers_part,
15494                 changed the names of constants from SCORING_XXX to MATCHING_XXX
15495         * src/prefs_display_header.c
15496         * src/prefs_headers.c
15497                 fixed a bug that accidentally destroyed dialogs
15498                 when closed them with delete_event
15499                 Added *_deleted() which handle delete_event signal correctly.
15500         * src/prefs_folder_item.[ch]
15501                 added "enable_thread" field for future customization
15502         * added src/prefs_matcher.[ch]
15503                 sample of the UI to define matching properties
15504         * src/procheader.c
15505                 using procheader_headername_equal instead of str*cmp functions
15506                 using procheader_parse_header() function
15507         * src/scoring.c
15508                 using MATCHING_XXX instead of SCORING_XXX
15509         * src/summaryview.c
15510                 display the sender of the news even if this is ourself
15511                 when this is a news message.
15512         * src/textview.c
15513                 using headername_equal() instead of str*cmp functions
15514
15515 2001-05-08 [alfons]
15516
15517         0.4.66claws
15518
15519         * sync with sylpheed 0.4.66
15520         * src/gtkstext.c: trace logs added 
15521
15522 2001-05-08 [sergey]
15523
15524         * src/prefs_common.[ch]: added option to enable/disable GnuPG
15525         signature check popup.
15526         * src/rfc2015.c (check_signature): show signature check popup only
15527         if it is enabled in preferences.
15528
15529 2001-05-07 [alfons]
15530
15531         0.4.66claws4
15532         
15533         * sync with sylpheed 0.4.66cvs6
15534
15535 2001-05-07 [darko]
15536
15537         * src/prefs_common.[ch]: added option to enable/disable
15538           looking up sender name in address book for summary pane
15539         * src/summaryview.c: look up sender in the address book
15540           by using Alfons' address completion code
15541
15542 2001-05-07 [hiroyuki]
15543
15544         * src/inc.h
15545           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
15546           member of Pop3State.
15547         * src/news.c: brought #include "defs.h" before #include <glib.h>
15548           to prevent the warning of `MIN' and `MAX' redefinition.
15549
15550 2001-05-06 [hoa]
15551
15552         * removed src/headers_display.[ch]
15553         * removed src/prefs_display_headers.[ch]
15554         * src/inc.c
15555                 use a temporary file in the user directory for mbox import
15556         * src/news.c
15557                 added XHDR support to get "To" and "Cc" headers
15558                 (in order to match news with to or cc field for
15559                 scoring)
15560                 added function news_parse_xhdr() to get XHDR response
15561         * src/nntp.[ch]
15562                 added function nntp_xhdr()
15563         * src/matcher.c
15564                 fetch the message if necessary
15565
15566 2001-05-06 [alfons]
15567
15568         0.4.66claws3
15569
15570         * sync with sylpheed 0.4.66cvs3-5
15571
15572 2001-05-06 [hoa]
15573
15574         * src/utils.[ch]
15575                 added function itos_buf() to enable use of several buffers
15576         * src/summaryview.c
15577                 use of itos_buf() instead of itos() in summary list
15578                 to fix the broken display of message number.
15579
15580 2001-05-06 [alfons]
15581
15582         * src/gtkstext.c: bug in cursor up navigation fixed,
15583                 fixed another unsigned / signed comparison (we're getting there :-)
15584
15585 2001-05-06 [hoa]
15586
15587         * src/Makefile.am
15588                 added scoring.c scoring.h
15589                 prefs_folder_item.c prefs_folder_item.h
15590                 matcher.c matcher.h
15591         * src/defs.h
15592                 added FOLDERITEM_RC SCORING_RC
15593         * src/folder.[ch]
15594                 added prefs field in FolderItem :
15595                 properties for each folder (PrefsFolderItem),
15596                 sorting type and mode were added as the first properties.
15597         * src/main.c
15598                 read config for scoring
15599         * added src/matcher.[ch]
15600                 gives functions to parse configuration file to do
15601                 matching on mails with a list of conditions.
15602         * src/mainwindow.c
15603                 add option to sort by score
15604         * src/prefs_common.[ch]
15605                 added preference option to show score and for
15606                 the score column size
15607         * added src/prefs_folder_item.[ch]
15608                 properties for each folder (PrefsFolderItem),
15609                 sorting type and mode were added as the first properties.
15610         * src/procheader.[ch]
15611                 added procheader_parse_header()
15612                 added procheader_header_free()
15613                 added procheader_headername_equal()
15614                 and made modification to use them.
15615         * src/procmsg.[ch]
15616                 added score field to MsgInfo structure
15617         * added src/scoring.[ch]
15618                 gives functions to parse configuration file to do
15619                 scoring on mails with a list of conditions.
15620         * src/summaryview.[ch]
15621                 save the sorting type and mode for the folder
15622                 added column to display the score of the mail
15623                 added function summary_score_clicked()
15624                 sorting type and mode are restored to the folder
15625                 when it is reopen
15626         * src/textview.c
15627                 use procheader_parse_header(), procheader_headername_equal()
15628                 removed memory leak in text_scan_header when freeing headers
15629         * src/filter.c
15630                 changed the function to match names of headers
15631                 using procheader_headername_equal()
15632
15633         Scoring functions are implemented, an interface is needed
15634         to configure that.
15635
15636 2001-05-04 [alfons]
15637
15638         * src/gtkstext.c: 
15639                 hopefully fixed the row up navigation bug,
15640                 removed adding back / forward lines to cache
15641
15642 2001-05-04 [sergey]
15643
15644         * src/prefs_display_headers.c: user interface changes:
15645         (prefs_display_headers_create): remove unused "Show" check button;
15646         allow reordering of headers by dragging.
15647         (prefs_display_headers_write_config): remove unused variables.
15648         (prefs_display_headers_set_dialog): do not insert "(New)" at top
15649         of lists (not needed with the new UI).
15650         (prefs_display_headers_set_list): scan lists starting from row 0,
15651         not 1 (do not skip "(New)").
15652         (prefs_display_headers_find_header): new function.
15653         (prefs_display_headers_clist_set_row): do not allow duplicates.
15654         (prefs_display_headers_delete_cb): do not skip row 0; treat
15655         closing the alert window by ESC as "No".
15656         (prefs_display_headers_up): do not protect row 0.
15657         (prefs_display_headers_down): do not protect row 0.
15658
15659 2001-05-04 [sergey]
15660
15661         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
15662         functions.
15663
15664         * src/summaryview.c
15665         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
15666         summary_select_next_marked, summary_select_prev_marked): new
15667         functions.
15668
15669 2001-05-03 [sergey]
15670
15671         * src/news.c: fixed a bug when no article can be fetched after
15672         server timeout if the connection was restored by news_post():
15673         (news_select_group): new function.
15674         (news_fetch_msg): call news_select_group() before fetching
15675         article.
15676         (news_get_uncached_articles): set session->group after successful
15677         GROUP command.
15678
15679 2001-05-03 [hoa]
15680
15681         * src/defs.h
15682         * src/procmsg.[ch]
15683         * src/procheader.c
15684                  changed version of cache, added cc field
15685
15686         * src/prefs_display_headers.c
15687                 the interface was changed
15688
15689         * src/prefs_headers.c
15690                 added cancel button
15691
15692 2001-05-03 [alfons]
15693
15694         * completed sync of sylpheed cvs2
15695         * src/gtkstext.c: updated row up / down cursor navigation
15696         * src/textview.c: re-edited, prepared for fixing the email address
15697                 scanner.
15698
15699 2001-05-03 [darko]
15700
15701         * src/prefs_common.c: use alfons' strftime ui code
15702         entry_datefmt and datefmt_sample widgets have to be
15703         global in this module because of this change
15704
15705 2001-05-03 [hoa]
15706
15707         * src/messageview.c
15708         * src/prefs_common.[ch] added option to activate the return receipt
15709                 feature.
15710
15711 2001-05-02 [alfons]
15712
15713         * src/gtkstext.c: fix for row up/down cursor navigation. 
15714
15715         0.4.66claws2
15716         
15717         * sync with 0.4.66cvs2
15718
15719 2001-05-02 [paul]
15720
15721         added add-sender-to-addressbook patch
15722
15723         * src/addressbook.c
15724         * src/addressbook.h
15725         * src/summaryview.c
15726
15727 2001-05-02 [sergey]
15728
15729         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15730         G_ALERTDISABLE.
15731
15732         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15733         all existing callers changed to pass FALSE; create a check button
15734         to disable the message.
15735         (alertpanel_message_with_disable): new function.
15736         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15737         (alertpanel_button_toggled): new function.
15738         (alertpanel_button_clicked, alertpanel_close): set value using
15739         G_ALERT_VALUE_MASK.
15740
15741         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15742
15743         * src/prefs_common.c (prefs_privacy_create): new check button
15744         checkbtn_gpgme_warning.
15745
15746         * src/main.c (main): moved preferences reading before gpgme
15747         initialization; check prefs_common.gpgme_warning before giving the
15748         GnuPG warning and set it to FALSE if the user wants to disable the
15749         warning.
15750
15751 2001-05-02 [hiroyuki]
15752
15753         * src/prefs_display_headers.c: modified the layout and some labels.
15754
15755 2001-05-02 [sergey]
15756
15757         * src/prefs_account.c (prefs_account_fix_size): new function.
15758         (prefs_account_create): call prefs_account_fix_size(); use
15759         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15760         size when the window is shown for the first time).
15761         (prefs_account_basic_create): changed layout of serv_table; moved
15762         localmbox_entry above smtpserv_entry (logically it replaces
15763         POP3/IMAP server).
15764         (prefs_account_protocol_activated): set sensitivity of
15765         nntpauth_chkbtn according to the protocol (in addition to
15766         hide/show); commented out gtk_table_set_row_spacing() calls.
15767         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15768         not sensitive (fixes a bug with disabled username/password boxes
15769         when editing POP3 account after NNTP with authentication).
15770
15771 2001-05-02 [hoa]
15772
15773         * src/account.c
15774         * src/inc.c
15775         * src/prefs_account.[ch]
15776         * src/send.c
15777                 removed local account without SMTP server
15778                 added option to use mail command instead of a connexion
15779                 to SMTP server when a local account is used
15780         * src/prefs_headers.c
15781                 fixed a bug
15782         * src/news.c
15783                 fixed a bug when connexion immediately closed
15784
15785 2001-05-01 [alfons]
15786
15787         0.4.66claws1
15788         
15789         * sync with 0.4.65
15790
15791 2001-05-01 [sergey]
15792
15793         * src/prefs_account.c (Basic, prefs_account_basic_create): new
15794         widget nntpauth_chkbtn.
15795         (prefs_account_protocol_activated): handle nntpauth_chkbtn
15796         visibility.
15797         (prefs_account_nntpauth_toggled): new function.
15798
15799         * src/news.c (news_session_new_for_folder): use NNTP
15800         authentication only if ac->use_nntp_auth is set.
15801
15802 2001-05-01 [hoa]
15803
15804         * src/Makefile.am changed headers.[ch] in customheader.[ch]
15805         * src/prefs_display_headers.c changed the UI
15806         * src/prefs_headers.c changed account_name to account_id
15807         * src/compose.c using customheader.h
15808
15809 2001-05-01 [hiroyuki]
15810
15811         * src/esmtp.c
15812           src/news.c
15813           src/nntp.c: changed sock_read() to sock_gets(), they've been left
15814           unsynched.
15815
15816 2001-05-01 [hoa]
15817
15818         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
15819         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
15820                 for displaying of headers
15821         * src/grouplist_dialog.[ch] minor changes to remove warnings
15822         * src/prefs_display_headers.[ch] dialog to choose the
15823         headers to display in the mail viewer.
15824         * src/headers.h correction of #define
15825         * src/headers_display.[ch] configuration for displaying of headers.
15826         * src/main.c read config of displaying of headers
15827         * src/prefs_common.c add a button to access the config dialog
15828                 for displaying of headers
15829         * src/prefs_display_headers.[ch] dialog for configuration for
15830                 displaying of the headers.
15831         * src/prefs_headers.c cleaning of code
15832         * src/procheader.c comments added to code
15833         * src/textview.c changes to reorder the headers depending
15834                 on the config for displaying of headers
15835
15836 2001-04-30 [alfons]
15837
15838         0.4.65claws7
15839
15840         * sync with 0.4.65cvs12
15841
15842         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
15843
15844 2001-04-30 [sergey]
15845
15846         * src/nntp.h (NNTPSockInfo): new field auth_failed.
15847
15848         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
15849         is set to force reconnection after authentication failure.
15850         (nntp_gen_command): set sock->auth_failed on authentication
15851         failure, or if sock->userid and sock->passwd are not set.
15852
15853         * src/news.c (news_session_new_for_folder): set userid=NULL if
15854         password dialog is cancelled.
15855
15856 2001-04-30 [sergey]
15857
15858         * src/nntp.h (NNTPSockInfo): new type.
15859
15860         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
15861         SockInfo.
15862         (nntp_open_auth, nntp_close): new functions.
15863         (nntp_gen_command): new function to handle authentication; all
15864         NNTP command functions updated to use it.
15865         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
15866         (nntp_list): removed old useless code.
15867
15868         * src/news.h (NNTPSession): new field nntp_sock.
15869
15870         * src/news.c: all functions updated to use NNTPSockInfo instead of
15871         SockInfo.
15872         (news_session_new): new arguments (userid, passwd); made static;
15873         use nntp_open_auth() if needed.
15874         (news_session_destroy): use nntp_close() instead of sock_close().
15875         (news_query_password): changed arguments.
15876         (news_session_new_for_folder): new function.
15877         (news_session_get): use news_session_new_for_folder().
15878         (news_authenticate): deleted.
15879         (news_get_uncached_articles): removed old authentication code.
15880
15881 2001-04-30 [sergey]
15882
15883         * src/news.c: reverted my previous changes (need to do NNTP
15884         authentication in a cleaner way).
15885         
15886 2001-04-29 [sergey]
15887
15888         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
15889         news_nntp_post, news_nntp_mode): new functions (wrappers with
15890         authentication support).
15891         (news_get_article_cmd, news_get_article, news_get_header): new
15892         argument "folder"; all callers changed.
15893         (news_get_article_cmd): added authentication support.
15894         (news_session_get): use news_nntp_mode() instead of nntp_mode().
15895         (news_post): use news_nntp_post() instead of nntp_post().
15896         (news_get_uncached_articles): use news_nntp_group() instead of
15897         nntp_group() and news_nntp_xover() instead of nntp_xover();
15898         removed old authentication code.
15899         (news_get_group_list): use news_nntp_list() instead of nntp_list().
15900
15901         * src/nntp.c (nntp_list): return real error code instead of
15902         hardcoded NN_ERROR.
15903
15904 2001-04-29 [sergey]
15905
15906         * configure.in: fixed wint_t typedef detection again
15907
15908 2001-04-28 [hoa]
15909
15910         * src/prefs_account.[ch], added A_LOCAL_CMD
15911                 (send mail with mail command)
15912         * src/send.c added function send_message_with_command()
15913         * src/inc.c made a more secure get_spool() function with
15914                 mktemp() but maybe mkstemp() or something more
15915                 secure can be used.
15916
15917 2001-04-28 [alfons]
15918
15919         * src/textview.c, colorization of email addresses in headers
15920
15921         0.4.65claws6
15922
15923         * bug sync with sylpheed
15924         * prefs_common.c: created date format ui for darko
15925         * sync with 0.4.65cvs11
15926         * configure.in: corrected to have the new gpg checks
15927
15928 2001-04-27 [alfons]
15929
15930         * completed sync with 0.4.65cvs10
15931         * minor debug things added to gtkstext.c
15932
15933 2001-04-27 [darko]
15934
15935         * configure.in: remove check for availability of
15936           strftime() as advised by Hiroyuki
15937         * src/prefs_common.[ch], src/procheader.c:
15938           synch strftime() code with Hiroyki's main branch
15939
15940 2001-04-26 [sergey]
15941
15942         * src/news.c: news_query_password(), news_authenticate(): new
15943           functions.
15944           news_get_uncached_articles(): added NNTP authentication
15945           handling.
15946         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
15947           new functions.
15948         * src/prefs_account.c: prefs_account_protocol_activated():
15949           enable userid and password fields for NNTP.
15950
15951 2001-04-26
15952
15953         * configure.in: check for availability of strftime()
15954           [darko]
15955         * src/prefs_common.[ch], src/procheader.c: use
15956           strftime() for displaying date in summary pane if it
15957           is available
15958
15959 2001-04-25
15960
15961         * more .cvsignore cleanups [alfons]
15962
15963 2001-04-25
15964
15965         * ac/sv-check-type.m4: new autoconf macro.
15966         * configure.in: fixed wint_t typedef detection (did not work
15967           with gcc-2.96).
15968
15969 2001-04-25
15970
15971         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
15972           [hiroyuki]
15973
15974 2001-04-24
15975         * modified gtkstext.c : buggy cursor navigation fixed, 
15976           and font descent also taken in account when drawing
15977           cursor. [alfons]
15978
15979 2001-04-24 [hoa]
15980         * added comments in src/news.c src/nntp.c
15981         * added src/prefs_headers.[ch]
15982         * added src/headers.[ch]
15983         * modified compose.c to activate custom headers
15984                 added function is_in_custom_headers
15985         * modified prefs_account.[ch]
15986                 added function prefs_account_customhdr_edit
15987         * modified src/defs.h :
15988                 added HEADERS_RC : name of the config file
15989                 for the custom headers
15990
15991 2001-04-24
15992
15993     0.4.65claws5
15994
15995         * configure.in
15996           src/gtkstext.[ch]
15997           src/compose.c
15998           src/Makefile.am
15999           
16000           added gtkstext with configure.in patch by Hiroyuki which
16001           should fix the XIM detection [alfons]
16002
16003         * more clean up of cvs [alfons]
16004
16005                  * removed all Makefile.in files to attic.
16006
16007                  * updated all .cvsignores to really ignore things that could
16008                    be unintentionally committed by a recursive commit.
16009
16010 2001-04-23 [hoa]
16011         * added src/grouplist_dialog.[ch]
16012         * changed src/folderview.c to call grouplist_dialog instead
16013                 of inputdialog
16014         * src/news.c :
16015                 added functions news_reset_group_list
16016                 and news_get_group_list
16017         * src/nntp.c :
16018                 added function nntp_list
16019         * src/defs.h :
16020                 added GROUPLIST_FILE : name of the newsgroup list cache file
16021
16022 2001-04-21
16023
16024         * added option to warn about queued messages on exit [sergey]:
16025
16026           * src/compose.c: compose_queue(): call folder_item_scan()
16027             and folderview_update_item() after queueing.
16028           * src/folderview.c: folderview_update_node(): draw the queue
16029             folder in bold font if there are queued messages.
16030           * src/mainwindow.c: queued_messages(): new function.
16031             app_exit_cb(): display warning if there are queued messages
16032             if warn_queued_on_exit is set.
16033           * prefs_common.[ch]: add warn_queued_on_exit option.
16034
16035         * enhanced GnuPG key selection support [sergey]:
16036
16037           * src/select-keys.c: updated to newer version from Win32
16038             branch with support for selecting arbitrary keys.
16039           * src/prefs_account.c: added the Privacy tab to the account
16040             options window.
16041             prefs_account_privacy_create(),
16042             prefs_account_sign_key_set_data_from_radiobtn(),
16043             prefs_account_sign_key_set_radiobtn(): new functions.
16044           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
16045           * src/rfc2015.c: set_signers(): new function.
16046             pgp_sign(): add the account parameter, call set_signers().
16047             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
16048           * src/rfc2015.h: rfc2015_sign(): updated prototype.
16049           * src/compose.c: pass the current account to rfc2015_sign().
16050
16051         * tag name claws added to prevent confusion with main branch [alfons]
16052
16053         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
16054
16055         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
16056
16057         * sync with recent sylpheed cvs. Untested though. [alfons]
16058