0.8.11claws148
[claws.git] / ChangeLog.claws
1 2003-05-08 [christoph]  0.8.11claws148
2
3         * src/imap.[ch]
4                 o use CAPABILIY as first command and check for PREAUTH
5                   information in the response to it
6                 o rewrite all imap_cmd_* functions to use an IMAPSession
7                   instead of a SockInfo as parameter
8                 o do STARTTLS after fetching and checking the server
9                   capabilities
10
11 2003-05-08 [paul]       0.8.11claws147
12
13         * tools/Makefile.am
14           tools/README
15           tools/convert_mbox.pl         ** NEW FILE **
16                 add mbox conversion script. Submitted by 
17                 Fred Marton <Fred.Marton@uni-bayreuth.de>
18
19 2003-05-07 [christoph]
20
21         * doc-src/glade.txt
22         * src/gtk/pluginwindow.glade
23         * src/plugins/image_viewer/viewerprefs.glade
24         * src/plugins/spamassassin/spamassassin_gtk.glade
25                 add glade files for user interfaces and a description how
26                 to use glade to create the sylpheed code
27
28 2003-05-07 [paul]       0.8.11claws146
29
30         * sync with 0.8.11cvs41
31                 see ChangeLog 2003-05-07
32
33 2003-05-06 [christoph]  0.8.11claws145
34
35         * src/main.c
36         * src/plugins/image_viewer/viewer.c
37                 fix usage of imlib in imageviewer plugin
38
39         * src/gtk/prefswindow.c
40                 handle window close event correctly
41
42 2003-05-06 [paul]       0.8.11claws144
43
44         * src/common/ssl.c
45                 fix typo introduced in sync
46
47 2003-05-06 [paul]       0.8.11claws143
48
49         * sync with 0.8.11cvs39
50                 see ChangeLog 2003-05-06
51
52 2003-05-06 [paul]       0.8.11claws142
53
54         * AUTHORS
55           po/cs.po
56                 updated Czech translation, submitted by 
57                 Radek Vybiral <Radek.Vybiral@vsb.cz>
58                 
59         * src/plugins/clamav/clamav_plugin_gtk.c
60                 clean up
61
62 2003-05-03 [alfons]     0.8.11claws141
63
64         * src/compose.[ch]
65                 make paste as quotation work even when the call to 
66                 text_inserted() was deferred (fixes bug #140 "Paste 
67                 as quotation does not work when using "external" 
68                 clipboard")
69
70 2003-05-03 [thorsten]   0.8.11claws140
71
72         * src/addrquery.h
73           src/ldapquery.h
74           src/mainwindow.c
75                 removed C++ comments
76         * src/addr_compl.c
77                 function with non-int retval/param used before
78                 implementation/declaration
79
80 2003-05-02 [paul]       0.8.11claws139
81
82         * src/addr_compl.[ch]
83           src/addressbook.[ch]
84           src/addrindex.c
85           src/summaryview.c
86                 revert match's changes to (finally) remove the bug where
87                 opening a folder causes massive slowdown when using the 
88                 'Display sender using address book' option
89
90 2003-05-01 [melvin]     0.8.11claws138
91
92         * src/plugins/dillo_viewer/dillo_prefs.[ch]
93         * src/plugins/dillo_viewer/dillo_viewer.c
94                 Fixed bug where "Cancel" button from prefs issued
95                 warnings.
96                 Comply a little more to coding style
97
98 2003-05-01 [paul]       0.8.11claws137
99
100         * sync with 0.8.11cvs38
101                 see ChangeLog 2003-05-01
102
103 2003-05-01 [paul]       0.8.11claws136
104
105         * po/bg.po
106                 updated by George Danchev
107
108 2003-04-30 [christoph]  0.8.11claws135
109
110         * src/plugins/dillo_viewer/dillo_prefs.c
111         * src/plugins/image_viewer/viewerprefs.c
112         * src/plugins/spamassassin/spamassassin_gtk.c
113                 remove gtk_widget_ref() calls for widgets in
114                 glade code
115
116 2003-04-30 [paul]       0.8.11claws134
117
118         * src/addrindex.c
119                 ok, this time a better fix for the bug where opening folder
120                 has massive slowdown when using the 'Display sender using 
121                 address book' option
122
123 2003-04-30 [paul]       0.8.11claws133
124
125         * src/addrindex.c
126                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
127         
128 2003-04-30 [melvin]     0.8.11claws132
129
130         New: Dillo plugin preferences (patch by Dimitar Haralanov)
131
132         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
133                 Preferences for the dillo plugin
134         * src/plugins/dillo_viewer/dillo_viewer.c
135                 Support for preferences
136         * src/plugins/dillo_viewer/Makefile.am
137                 Added dillo_prefs.[ch]
138
139 2003-04-30 [alfons]     0.8.11claws131
140
141         * src/common/plugin.[ch]
142                 see? this ANSI C'fication immediately gives us type
143                 checking for free.
144
145 2003-04-30 [alfons]     0.8.11claws130
146
147         * src/common/plugin.[ch]
148         * src/plugins/clamav/clamav_plugin.[ch]
149         * src/plugins/clamav/clamav_plugin_gtk.c
150         * src/plugins/demo/demo.c
151         * src/plugins/dillo_viewer/dillo_viewer.c
152         * src/plugins/image_viewer/plugin.c
153         * src/plugins/image_viewer/viewer.[ch]
154         * src/plugins/image_viewer/viewerprefs.[ch]
155         * src/plugins/mathml_viewer/mathml_viewer.c
156         * src/plugins/spamassassin/spamassassin.[ch]
157         * src/plugins/spamassassin/spamassassin_gtk.c
158         * src/plugins/trayicon/trayicon.c
159                 clean up
160
161 2003-04-30 [alfons]     0.8.11claws129
162
163         * src/common/utils.c
164                 make is_ascii_str() fail gracefully when NULL pointer
165                 is passed
166
167 2003-04-30 [paul]       0.8.11claws128
168
169         * src/addrindex.c
170                 fix bug where opening folder has massive slowdown when
171                 using the 'Display sender using address book' option
172
173 2003-04-30 [paul]       0.8.11claws127
174
175         * src/plugins/clamav/clamav_plugin.c
176           src/plugins/clamav/clamav_plugin_gtk.c
177           src/plugins/demo/demo.c
178           src/plugins/dillo_viewer/dillo_viewer.c
179           src/plugins/image_viewer/plugin.c
180           src/plugins/mathml_viewer/mathml_viewer.c
181           src/plugins/spamassassin/spamassassin.c
182           src/plugins/spamassassin/spamassassin_gtk.c
183           src/plugins/trayicon/trayicon.c
184                 get rid of eye-hurting function signatures
185
186 2003-04-30 [paul]       0.8.11claws126
187
188         * src/plugins/trayicon/trayicon.c
189                 add description
190                 
191         * src/mimeview.c
192                 be more descriptive
193
194 2003-04-30 [paul]       0.8.11claws125
195
196         * configure.ac
197                 arrange the plugins in reverse alphabetical order
198                 
199         * src/plugins/clamav/clamav_plugin.[ch]
200           src/plugins/clamav/clamav_plugin_gtk.c
201                 rename some params
202                 resize max_size window
203                 re-arrange the order of some gui elements
204                 improve descriptions
205         
206         * src/plugins/image_viewer/plugin.c
207           src/plugins/mathml_viewer/mathml_viewer.c
208                 add descriptions
209                 
210         * src/plugins/spamassassin/spamassassin_gtk.c
211                 resize max_size window
212                 re-arrange the order of some gui elements
213                 
214         * src/messageview.c
215           src/mimeview.c
216                 correct typos
217
218 2003-04-30 [alfons]     0.8.11claws124
219
220         * src/imap.c
221                 fix a leak found while browsing Martin Kluge's 
222                 valgrind log (Claws only)
223
224 2003-04-29 [darko]      0.8.11claws123
225
226         * src/gtk/gtkstext.h
227                 include wchar.h if it is available, fixes compilation
228                 on HP-UX systems
229
230 2003-04-29 [melvin]     0.8.11claws122
231
232         * src/prefs_actions.c
233                 Improved help text of Actions' syntax
234
235 2003-04-28 [paul]       0.8.11claws121
236
237         * src/action.c
238                 a better fix for the crash when performing an action
239                 on a mime part
240
241 2003-04-28 [paul]       0.8.11claws120
242
243         * src/action.c
244                 fix crash when performing an action on a
245                 mime part
246
247 2003-04-28 [paul]       0.8.11claws119
248
249         * sync with 0.8.11cvs36
250                 see ChangeLog 2003-04-28
251
252 2003-04-27 [paul]       0.8.11claws118
253
254         * more sync with 0.8.11cvs35
255                 see ChangeLog 2003-04-25
256
257 2003-04-26 [christoph]  0.8.11claws117
258
259         * src/folder.c
260                 fix remove virtual check
261
262 2003-04-26 [paul]       0.8.11claws116
263
264         * src/messageview.c
265                 fix return-receipt, make it work again
266
267 2003-04-26 [paul]       0.8.11claws115
268
269         * src/mimeview.c
270                 restore double-clicking of the [application/pgp-signature 
271                 (Select "Check signature" to check)] line in the message view,
272                 broken in recent sync
273
274 2003-04-26 [christoph]  0.8.11claws114
275
276         * src/folder.c
277                 check if remove virtual really exists before
278                 calling the function
279
280 2003-04-25 [match]      0.8.11claws113
281
282         * src/addrindex.c
283         * src/addrbook.c
284         * src/ldapquery.[ch]
285         * src/ldapctrl.[ch]
286                 fix memleak.
287         * src/ldapserver.[ch]
288                 fix memleak. fix segfault.
289                 plug a Claws memleak
290
291 2003-04-25 [alfons]     0.8.11claws112
292
293         * src/folder.c
294                 plug a Claws memleak
295
296 2003-04-25 [alfons]     0.8.11claws111
297
298         * src/common/session.c
299                 plug a memleak
300
301 2003-04-25 [paul]       0.8.11claws110
302
303         * sync with 0.8.11cvs35
304                 see ChangeLog 2003-04-24 and 2003-04-25
305                 
306         * src/gtk/pluginwindow.c
307                 correct another strange float value
308
309 2003-04-24 [christoph]  0.8.11claws109
310
311         * src/folder.c
312                 freeze folder item updates when unsetting new flags
313
314         * src/gtk/pluginwindow.c
315                 correct strange float value
316
317 2003-04-23 [paul]       0.8.11claws108
318
319         * sync with 0.8.11cvs33
320                 see ChangeLog 2003-04-23
321
322 2003-04-22 [paul]       0.8.11claws107
323
324         * src/Makefile.am
325           src/messageview.c
326           src/mimeview.c
327           src/pgptext.[ch]      ** REMOVED **
328                 remove pgptext.[ch] as its not used any more
329
330 2003-04-22 [paul]       0.8.11claws106
331
332         * sync with 0.8.11cvs31
333                 see ChangeLog 2003-04-21 and 2003-04-22
334
335 2003-04-21 [alfons]     0.8.11claws105
336
337         * src/main.c
338                 No access to GTK structures if we're a spawned child
339                 (and clean up code a little bit...) Should fix #126.
340
341 2003-04-21 [melvin]     0.8.11claws104
342
343         * src/plugins/dillo_viewer/README
344                 Improved slightly the text.
345
346 2003-04-21 [melvin]     0.8.11claws103
347
348         * src/plugins/dillo_viewer/README *** NEW ***
349                 Added a README file for the Dillo plugin
350
351 2003-04-20 [paul]
352
353         * tools/README
354           tools/outlook2sylpheed.pl
355                 updated and improved by Ricardo Mones Lastra
356
357 2003-04-18 [oliver]     0.8.11claws102
358
359         * src/inc.c 
360         * src/prefs_account.h
361                 remove Pop3SessionType (used by selective download)
362         * src/prefs_toolbar.c
363                 enable set Default Toolbar button
364
365 2003-04-18 [paul]       0.8.11claws101
366
367         * sync with 0.8.11cvs29
368                 see ChangeLog 2003-04-18
369
370 2003-04-17 [paul]       0.8.11claws100
371
372         * src/prefs_common.[ch]
373           src/summaryview.c
374                 remove 'Open next message on deletion' option,
375                 as the same effect can now be achieved via the
376                 'Always open messages in summary when selected'
377                 option.
378
379 2003-04-17 [paul]       0.8.11claws99
380
381         * sync with 0.8.11cvs28
382                 see ChangeLog 2003-04-17
383
384 2003-04-17 [christoph]  0.8.11claws98
385
386         * ac/spamassassin.m4
387         * src/plugins/spamassassin/libspamc.[ch]
388         * src/plugins/spamassassin/utils.[ch]
389                 sync libspamc with SpamAssassin project
390
391 2003-04-17 [christoph]  0.8.11claws97
392
393         * src/common/socket.h
394         * src/gtk/sslcertwindow.h
395                 rename old USE_SSL to USE_OPENSSL
396
397 2003-04-17 [paul]       0.8.11claws96
398
399         * src/prefs_common.h
400                 use gulong for P_COLOR so that it compiles/runs on
401                 64-bit systems. Patch submitted by James Noyes
402                 <jnoyes-claws@retrogeeks.com>
403                 
404         * po/de.po
405                 updated by Jens
406
407 2003-04-17 [paul]       0.8.11claws95
408
409         * sync with 0.8.11cvs27
410                 see ChangeLog 2003-04-16
411
412 2003-04-15 [paul]       0.8.11claws94
413
414         * src/prefs_common.[ch]
415                 rearrange to stop the window getting too long:
416                         move Receive dialog stuff to Receive tab
417                         move Send dialog to Send tab
418                         remove Dialogs frame
419                 rename 'Open messages in summary with cursor keys' to
420                 'Always open messages in summary when selected', as its
421                 more appropriate
422
423 2003-04-15 [paul]       0.8.11claws93
424
425         * src/prefs_common.[ch]
426           src/summaryview.c
427                 add new option '/Interface/Open next message on deletion'
428
429 2003-04-15 [paul]       0.8.11claws92
430
431         * src/summaryview.[ch]
432                 add /Mark/Lock and /Mark/Unlock to the pop-up
433                 menu. Patch submitted by Ivan Francolin Martinez
434                 <ivanfm@users.sourceforge.net>
435
436 2003-04-15 [paul]       0.8.11claws91
437
438         * sync with 0.8.11cvs24
439                 see ChangeLog 2003-04-15
440
441 2003-04-14 [jens]       0.8.11claws90
442
443         * updated German translation and some corrections from
444                 Roland Bless <bless@tm.uka.de>
445
446 2003-04-14 [paul]       0.8.11claws89
447
448         * sync with 0.8.11cvs22
449                 see ChangeLog 2003-04-14
450
451 2003-04-13 [paul]       0.8.11claws88
452
453         * src/plugins/clamav/clamav_plugin.c
454                 fix memory leaks
455                 clean up
456
457 2003-04-12 [paul]       0.8.11claws87
458
459         * src/plugins/clamav/clamav_plugin.c
460                 activate enable/disable archive scanning option
461                 
462         * src/plugins/clamav/.cvsignore         ** NEW FILE **
463
464 2003-04-12 [paul]       0.8.11claws86
465
466         * src/plugins/Makefile.am
467           src/plugins/clamav/Makefile.am                ** NEW FILE **
468           src/plugins/clamav/README                     ** NEW FILE ** 
469           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
470           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
471                 add Clam AntiVirus plugin
472
473 2003-04-12 [paul]       0.8.11claws85
474
475         * sync with 0.8.11cvs21
476                 see ChangeLog 2003-04-11
477
478 2003-04-11 [paul]       0.8.11claws84
479
480         * po/es.po
481                 update Spanish translation. Submitted by Ricardo
482                 Mones Lastra.
483
484 2003-04-10 [christoph]  0.8.11claws83
485
486         * src/mbox.c
487                 fix typo that did not move unfiltered mails to destination
488                 folder
489
490         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
491          when filtering from spool)
492
493 2003-04-10 [christoph]  0.8.11claws82
494
495         * src/imap.c
496                 use BODY.PEEK instead of BODY in in message fetch operation
497                 to make sure the IMAP server does not set the \Seen flag for
498                 messages. Sylpheed does that later itself, when the message
499                 is opened in sylpheed
500
501         (closes Bug 111 Claws destroys unread marks)
502
503 2003-04-09 [oliver]     0.8.11claws81
504         
505         * src/folder.c
506                 fix crash in folder_destroy
507         * README.claws
508                 remove selective download
509
510 2003-04-09 [christoph]  0.8.11claws80
511
512         * src/imap.c
513                 fix crash in imap_get_msginfo() when then fetched message
514                 is not found
515
516         (closes Bug 110 Crash during mail composition)
517
518 2003-04-08 [christoph]  0.8.11claws79
519
520         * src/folder.c
521         * src/prefs_account.c
522                 Filter new messages that are found in an INBOX folder
523                 when 'Filter messages on receiving' is enabled in the
524                 Folder's AccountPrefs. This allows to use Sylpheed's
525                 filtering engine for IMAP folders where messages are
526                 added to the INBOX by a MTA
527
528 2003-04-08 [paul]       0.8.11claws78
529
530         * src/procmsg.h
531                 clean up after last commit
532
533 2003-04-08 [paul]       0.8.11claws77
534
535         * sync with 0.8.11cvs20
536                 see ChangeLog 2003-04-07 and 2003-04-08
537
538 2003-04-07 [christoph]  0.8.11claws76
539
540         * src/filtering.[ch]
541         * src/inc.[ch]
542         * src/mbox.c
543         * src/procmsg.[ch]
544                 add procmsg_msginfo_filter() to execute filtering actions
545
546 2003-04-06 [christoph]  0.8.11claws75
547
548         * src/imap.c
549                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
550
551 2003-04-06 [christoph]  0.8.11claws74
552
553         * src/common/utils.[ch]
554                 add g_int_compare() function for slist sorting
555
556         * src/imap.c
557                 fetch all MsgInfos with one command in imap_get_msginfos()
558                 using an imap set with a list of ranges
559
560         * src/news.c
561                 use new g_int_compare() function
562
563 2003-04-06 [thorsten]   0.8.11claws73
564
565         * src/mh.c
566                 corrected implementation of mh_folder_destroy()
567
568 2003-04-05 [christoph]  0.8.11claws72
569
570         * src/account.c
571         * src/folder.[ch]
572         * src/folderview.c
573         * src/imap.c
574         * src/inc.c
575         * src/main.c
576         * src/mainwindow.c
577         * src/mbox_folder.c
578         * src/mh.c
579         * src/mimeview.h
580         * src/msgcache.[ch]
581         * src/news.c
582         * src/procmime.h
583         * src/procmsg.[ch]
584         * src/setup.c
585         * src/gtk/gtkutils.c
586                 o rename structure field names class and new to klass and
587                   new_msgs, to allow including files in C++
588                 o add 'extern "C"' block to some header files
589                 o add MsgInfoList and MsgNumberList as alias for GSList for
590                   developers to know what type of list is expected
591
592         * src/plugins/image_viewer/plugin.c
593         * src/plugins/image_viewer/viewer.[ch]
594         * src/plugins/image_viewer/viewerprefs.[ch]
595                 rename function names to prevent conflicts
596
597 2003-04-05 [paul]       0.8.11claws71
598
599         * sync with 0.8.11cvs18
600                 see ChangeLog 2003-04-03 and 2003-04-04
601
602 2003-04-02 [christoph]  0.8.11claws70
603
604         * src/folder.[ch]
605         * src/imap.[ch]
606         * src/mbox_folder.[ch]
607         * src/mh.[ch]
608         * src/news.[ch]
609                 o Make all virtual folder functions private
610                 o remove unused folder code
611
612         * src/common/socket.[ch]
613         * src/summaryview.c
614                 fix warnings
615
616 2003-03-30 [alfons]     0.8.11claws69
617
618         * src/send_message.c
619                 remove two debug traces and see if people still report
620                 errors
621
622 2003-03-30 [alfons]     0.8.11claws68
623
624         * src/send_message.c
625         * src/commons/session.c
626                 add more debug traces
627
628 2003-03-30 [christoph]  0.8.11claws67
629
630         * src/folder.c
631                 change processing folder name from .processing to processing
632
633         * src/common/ssl.c
634                 disable SSL certificate check because it causes Xlib error
635                 when the child process want's to open an GTK window
636
637 2003-03-30 [christoph]  0.8.11claws66
638
639         * src/folder.c
640                 don't use default folder for processing folder item because
641                 it can be a non local folder
642
643         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
644
645 2003-03-30 [alfons]     0.8.11claws65
646
647         * src/send_message.c
648                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
649                 to generate bad code for 'send_send_data_progressive': When
650                 called from 'send_send_data_finished', the 'data' pointer is
651                 cleared just before the assignment to the dialog pointer
652
653 2003-03-29 [christoph]  0.8.11claws64
654
655         * src/common/prefs.h
656         * src/plugins/image_viewer/Makefile.am
657         * src/plugins/image_viewer/plugin.c
658         * src/plugins/image_viewer/viewer.[ch]
659         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
660                 add PrefsPage for ImageViewer
661
662 2003-03-28 [thorsten]   0.8.11claws63
663
664         * src/common/session.c
665                 added some comments
666
667 2003-03-28 [paul]       0.8.11claws62
668
669         * sync with 0.8.11cvs16
670                 see ChangeLog 2003-03-28
671
672 2003-03-28 [paul]       0.8.11claws61
673
674         * sync with 0.8.11cvs15
675                 see ChangeLog 2003-03-28
676
677 2003-03-27 [christoph]  0.8.11claws60
678
679         * src/folder.c
680         * src/imap.c
681         * src/common/socket.[ch]
682                 set socket state to DISCONNECTED when any operation
683                 fails to allow reconnecting in IMAP code without
684                 checking the return code of all calls to the command
685                 functions
686
687         * src/folderview.c
688         * src/summaryview.c
689                 remove some more stuff that depends on specific
690                 folder types
691
692 2003-03-27 [paul]       0.8.11claws59
693
694         * sync with 0.8.11cvs14
695                 see ChangeLog 2003-03-27
696                 
697         * src/selective_download.[ch]   ** REMOVED **
698                 really removed
699
700 2003-03-27 [christoph]  0.8.11claws58
701
702         * src/folder.c
703                 fix handling of tmp_flags in flag copy function
704
705 2003-03-27 [paul]       0.8.11claws57
706
707         * sync with 0.8.11cvs13
708                 see ChangeLog 2003-03-27
709
710 2003-03-27 [oliver]     0.8.11claws56
711
712         * src/maiwindow.c
713                 remove sel_download_cb
714
715 2003-03-27 [oliver]     0.8.11claws55
716         
717         * src/inc.c
718                 remove POP3_TOP
719         
720 2003-03-26 [oliver]     0.8.11claws54
721
722         *src/pop.h
723                 remove POP3_TOP*
724         * README.claws
725                 remove selective donwload readme
726
727 2003-03-26 [oliver]     0.8.11claws53
728         * src/matcher.[ch]
729         * src/matcher_parser_parse.y 
730         * src/pop.c 
731         * src/prefs_account.[ch]
732         * src/prefs_filtering.c
733                 remove selective donwload
734
735 2003-03-26 [oliver]     0.8.11claws52
736
737         * src/inc.[ch] 
738         * src/filtering.c 
739         * src/mainwindow.c 
740                 remove selective donwload
741
742 2003-03-26 [oliver]     0.8.11claws51
743         
744         * src/Makefile.am
745         * src/selective_download.[ch]   ** REMOVE **    
746
747 2003-03-26 [christoph]  0.8.11claws50
748
749         * src/news.c
750                 fix NEWS that got broken by a sync with sylpheed-main
751
752 2003-03-26 [christoph]  0.8.11claws49
753
754         * src/mimeview.c
755                 fix mime type guessing when no mime type is found for a file
756
757 2003-03-25 [christoph]  0.8.11claws48
758
759         * src/mimeview.c
760         * src/procmime.c
761                 remove mime type guessing from mime parser and use
762                 name based mime types in viewer lookup for mime type
763                 application/octet-stream
764
765 2003-03-25 [christoph]  0.8.11claws47
766
767         * doc-src/readme.txt
768         * doc-src/rfc2554.txt
769                 add RFC about SMTP AUTH
770
771         * src/send_message.c
772         * src/common/smtp.[ch]
773                 add extra error code for authentication errors and
774                 clear temporary password when this error occurs
775
776         (closes Bug 84 authentication failure while sending should
777          prompt for password again)
778
779 2003-03-25 [christoph]  0.8.11claws46
780
781         * configure.ac
782         * src/Makefile.am
783         * src/imageview.[ch]                            ** REMOVE **
784         * src/messageview.[ch]
785         * src/mimeview.[ch]
786         * src/prefs_common.[ch]
787         * src/textview.c
788         * src/plugins/Makefile.am
789         * src/plugins/image_viewer/.cvsignore           ** NEW **
790         * src/plugins/image_viewer/Makefile.am          ** NEW **
791         * src/plugins/image_viewer/plugin.c             ** NEW **
792         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
793                 move image viewer into a plugin (building is enabled by default)
794                 [ToDo: Prefs for resize and autoview]
795
796 2003-03-25 [paul]       0.8.11claws45
797
798         * sync with 0.8.11cvs12
799                 see ChangeLog 2003-03-26
800
801 2003-03-25 [paul]       0.8.11claws44
802
803         * sync with 0.8.11cvs11
804                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
805                 
806         Note: Selective Download is broken.
807                 
808 2003-03-22 [christoph]  0.8.11claws43
809
810         * src/folder.c
811                 code cleanup for flags copying
812
813 2003-03-22 [christoph]  0.8.11claws42
814
815         * src/plugins/trayicon/trayicon.c
816                 fix setting the transparent area when the window size
817                 is forced by the system tray
818
819 2003-03-22 [christoph]  0.8.11claws41
820
821         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
822         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
823         * src/plugins/trayicon/newmail.xpm              ** NEW **
824         * src/plugins/trayicon/nomail.xpm               ** NEW **
825         * src/plugins/trayicon/trayicon.c
826         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
827                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
828                 o add icon for unread mails
829                 o set transparency for window
830
831 2003-03-22 [christoph]  0.8.11claws40
832
833         * src/news.c
834                 init news session to prevent crash when session is closed
835
836 2003-03-22 [christoph]  0.8.11claws39
837
838         * src/imap.c
839         * src/common/session.[ch]
840                 Init session data to make sure we don't have invalid pointers
841                 for read_ch and write_ch when new multi process sessions are
842                 not used
843
844         * src/main.c
845         * src/common/plugin.c
846         * src/common/sylpheed.c
847         * src/plugins/demo/demo.c
848         * src/plugins/dillo_viewer/dillo_viewer.c
849         * src/plugins/mathml_viewer/mathml_viewer.c
850         * src/plugins/spamassassin/spamassassin.c
851         * src/plugins/spamassassin/spamassassin_gtk.c
852                 add plugin types to allow loading plugins at different times
853                 (and maybe for different frontends), because it's not good to
854                 load GTK-Plugins gefore gtk_init was called
855
856         * configure.ac
857         * src/plugins/Makefile.am
858         * src/plugins/trayicon/.cvsignore               ** NEW **
859         * src/plugins/trayicon/Makefile.am              ** NEW **
860         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
861         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
862         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
863         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
864         * src/plugins/trayicon/trayicon.c               ** NEW **
865                 New Trayicon plugin that shows an icon in a systray that uses
866                 XEMBED protocol like Gnome's systray. Icon shows if there
867                 are new mails and a tooltip shows information about new,
868                 unread and total messages.
869
870 2003-03-22 [paul]       0.8.11claws38
871
872         * src/common/smtp.c
873                 fix ESMTP AUTH CRAM-MD5
874                 [sync with main (still version 0.8.11cvs6), see
875                  ChangeLog 2003-03-22]
876
877 2003-03-21 [colin]      0.8.11claws37
878
879         * src/send_message.c
880                 Fix USE_SSL => USE_OPENSSL
881
882 2003-03-21 [colin]      0.8.11claws36
883
884         * src/folderview.c
885                 Fix counts in drag and dropped subfolders
886
887 2003-03-21 [colin]      0.8.11claws35
888
889         * src/folder.c 
890         * src/folderview.c
891                 speed up a bit folder dnd
892
893 2003-03-20 [alfons]     0.8.11claws34
894
895         * src/main.c
896         * src/toolbar.c
897         * src/procmsg.c
898                 don't send locked queue messages
899                 (feature request "[ 705245 ] Locking message in outbox 
900                  should prevent sending")
901
902 2003-03-20 [christoph]  0.8.11claws33
903
904         * src/folder.c
905                 remove NEW and UNREAD flag in special folders when scanning
906                 
907         * src/common/smtp.c
908                 fix ESMTP AUTH CRAM-MD5
909
910 2003-03-20 [paul]       0.8.11claws32
911
912         * src/prefs_account.c
913                 Re-write 'Tunnel command to open connection' as
914                 'Use command to communicate with server', and disable
915                 it for all except IMAP accounts
916
917 2003-03-20 [paul]       0.8.11claws31
918
919         * sync with 0.8.11cvs6
920                 see ChangeLog 2003-03-20
921
922 2003-03-19 [match]      0.8.11claws30
923
924         * src/addritem.[ch]
925                 include documentation. minor refactoring.
926         * src/addr_compl.[ch]
927         * src/addrindex.[ch]
928         * src/addresbook.[ch]
929         * src/summaryview.c
930                 re-enable address lookup (was disabled in
931                 0.8.11claws20).
932
933 2003-03-19 [christoph]  0.8.11claws29
934
935         * src/procmsg.c
936                 add temp flag handling, will make moving and copying
937                 messages possible again
938
939         * src/folder.c
940                 correct calulation of folder stats
941
942 2003-03-18 [match]      0.8.11claws28
943
944         * src/editgroup.h
945                 remove case sensitive comparison (closes bug 80).
946
947 2003-03-18 [christoph]  0.8.11claws27
948
949         * src/imap.c
950                 fix imap using a tunnel command
951
952         (closes bug 87)
953
954 2003-03-18 [christoph]  0.8.11claws26
955
956         * src/folder.[ch]
957         * src/imap.c
958         * src/procmsg.[ch]
959                 rewrite flag handling for folders
960
961 2003-03-18 [christoph]  0.8.11claws25
962
963         * src/folder.c
964         * src/procmsg.c
965         * src/summaryview.c
966                 unset NEW and UNREAD flags when message is ignored, to make
967                 sure messages don't show up as unread on other IMAP clients,
968                 because the IGNORE_THREAD flag can not be syncronized through
969                 the IMAP folder
970
971 2003-03-17 [christoph]  0.8.11claws24
972
973         * src/imap.c
974                 don't use recursion to fetch uids when the number of messages
975                 does not match. Moved code into subfunction that is used
976                 again when needed, to prevent an endless loop.
977
978 2003-03-17 [thorsten]   0.8.11claws23
979
980         * src/imageview.[ch]
981                 export imageview_get_resized_size() (for plugins)
982         * src/prefs_common.[ch]
983                 added prefs_common_get() (for plugins)
984
985 2003-03-17 [christoph]  0.8.11claws22
986
987         * src/imap.c
988                 o remove UID guessing from copy code
989                 o support UIDPLUS extension for APPEND command
990
991 2003-03-17 [paul]       0.8.11claws21
992
993         * src/gtk/about.c
994                 remove 'Compiled-plugins' section.
995                 
996         * src/plugins/dillo_viewer/dillo_viewer.c
997                 slight change to description text
998
999 2003-03-16 [match]      0.8.11claws20
1000         * src/ldapserver.[ch]           ** NEW **
1001         * src/ldapctrl.[ch]             ** NEW **
1002         * src/ldapquery.[ch]            ** NEW **
1003         * src/ldaputil.[ch]             ** NEW **
1004         * src/addrcindex.[ch]           ** NEW **
1005         * src/addrquery.h               ** NEW **
1006         * src/addritem.[ch]
1007         * src/addrcache.[ch]
1008         * src/addrindex.[ch]
1009         * src/addr_compl.[ch]
1010         * src/addressbook.[ch]
1011         * src/addrbook.[ch]
1012         * src/editgroup.c
1013         * src/editaddress.c
1014         * src/editldap.c
1015         * src/editldap_basedn.c
1016         * src/vcard.c
1017         * src/jpilot.c
1018         * src/Makefile.am
1019                 included dynamic LDAP queries. improved address
1020                 completion.
1021
1022 2003-03-16 [paul]       0.8.11claws19
1023
1024         * tools/multiwebsearch.pl
1025                 fix a fatal typo
1026
1027 2003-03-16 [christoph]  0.8.11claws18
1028
1029         * src/mimeview.c
1030         * src/plugins/dillo_viewer/dillo_viewer.c
1031         * src/plugins/mathml_viewer/mathml_viewer.c
1032                 make unregistering of MimeViewerFactorys possible
1033
1034 2003-03-16 [alfons]     0.8.11claws17
1035
1036         * configure.ac
1037                 correct typo
1038
1039 2003-03-16 [melvin]     0.8.11claws16
1040
1041         * src/plugins/dillo_viewer.c
1042                 Fixed bug where it was not possible to view more than
1043                 one text/html attachment per message (bug discovered
1044                 by Christoph Hohmann).
1045
1046 2003-03-15 [melvin]     0.8.11claws15
1047
1048         * src/prefs_actions.c
1049                 Fixed compilation warnings.
1050
1051 2003-03-15 [melvin]     0.8.11claws14
1052
1053         * src/plugins/Makefile.am
1054         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
1055         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
1056         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
1057                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
1058                 newer (http://dillo.auriga.wearlab.de/).
1059
1060 2003-03-15 [christoph]  0.8.11claws13
1061
1062         * src/imap.c
1063                 don't query imap folder for attributes because we already
1064                 for them from imap_status
1065
1066         * src/mimeview.[ch]
1067                 add support for plugable MimeViewers (unloading Viewers
1068                 not yet complete)
1069
1070         * src/plugins/Makefile.am
1071         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
1072         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
1073         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
1074                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
1075                 widget from http://helm.cs.unibo.it/mml-widget/
1076
1077 2003-03-14 [christoph]  0.8.11claws12
1078
1079         * src/folder.[ch]
1080                 o error return code's should better be negative
1081                 o replace printf with debug_print
1082
1083         * src/imap.c
1084                 improve IMAP folder scan by checking UID-NEXT
1085
1086         * src/summaryview.c
1087                 remove check that are unnecessary in my opinion
1088
1089 2003-03-13 [christoph]  0.8.11claws11
1090
1091         * src/folder.[ch]
1092         * src/foldersel.c
1093         * src/folderview.c
1094         * src/imap.c
1095         * src/mbox_folder.c
1096         * src/mh.c
1097         * src/news.c
1098         * src/prefs_scoring.c
1099         * src/summaryview.c
1100                 use a common function to get a displayable name
1101                 for a FolderItem
1102
1103 2003-03-13 [paul]       0.8.11claws10
1104
1105         * tools/Makefile.am
1106           tools/README
1107           tools/multiwebsearch.conf     ** NEW FILE **
1108           tools/multiwebsearch.pl       ** NEW FILE **
1109                 add multiwebsearch Actions script
1110
1111 2003-03-13 [colin]      0.8.11claws9
1112
1113         * src/compose.c
1114                 Remove leading emtpy lines from quoted text
1115                 before quoting it
1116
1117 2003-03-13 [melvin]     0.8.11claws8
1118
1119         * src/prefs_actions.c
1120                 Fixed a memory leak
1121                 Code clean ups
1122                 Added Cancel and OK buttons
1123                 Corrected help text
1124
1125 2003-03-13 [christoph]  0.8.11claws7
1126
1127         * src/account.c
1128         * src/folder.[ch]
1129         * src/imap.c
1130         * src/mainwindow.c
1131         * src/mbox_folder.c
1132         * src/mh.c
1133         * src/news.c
1134         * src/setup.c
1135                 replace more folder type stuff with folder class stuff
1136
1137 2003-03-13 [melvin]     0.8.11claws6
1138
1139         * src/prefs_actions.c
1140                 Added new tokens:
1141                 %u: user provided argument
1142                 %h: user provided argument (hidden on input)
1143                 %s: current text selection in the message view 
1144
1145 2003-03-13 [paul]       0.8.11claws5
1146
1147         * sync with 0.8.11cvs5
1148                 see ChangeLog 2003-03-11, 2003-03-12
1149
1150 2003-03-12 [christoph]  0.8.11claws4
1151
1152         * src/folder.c
1153                 use folder class idstr when writing folderlist.xml
1154
1155         * src/folder.h
1156         * src/imap.c
1157         * src/news.c
1158                 replace folder type checks with folder class checks
1159
1160 2003-03-12 [christoph]  0.8.11claws3
1161
1162         * src/folder.[ch]
1163         * src/imap.[ch]
1164         * src/main.c
1165         * src/mbox_folder.[ch]
1166         * src/mh.[ch]
1167         * src/news.[ch]
1168                 o create a list of known folder classes in the folder system
1169                 o use folder class id strings for folder item identifiers
1170
1171 2003-03-12 [christoph]  0.8.11claws2
1172
1173         * src/imap.c
1174                 fix imap uid validity check
1175
1176 2003-03-12 [christoph]  0.8.11claws1
1177
1178         * src/account.c
1179         * src/folder.[ch]
1180         * src/foldersel.c
1181         * src/folderview.c
1182         * src/imap.c
1183         * src/mainwindow.c
1184         * src/mbox_folder.c
1185         * src/mh.c
1186         * src/news.c
1187         * src/prefs_scoring.c
1188         * src/procmsg.c
1189         * src/setup.c
1190         * src/summaryview.c
1191                 initial restructuring of folder system, seperating
1192                 folders and folder classes
1193
1194 2003-03-12 [paul]       0.8.11claws
1195
1196         0.8.11claws release
1197
1198 2003-03-12 [christoph]
1199
1200         * src/gtk/prefswindow.c
1201                 fix translation of "Page Index"
1202
1203 2003-03-12 [paul]       0.8.10claws110
1204
1205         a sync from 0.8.11cvs4 before the release
1206
1207         * src/common/utils.c
1208                 subject_compare_for_sort(): allow null strings (fixes
1209                 summary sorting).
1210
1211 2003-03-11 [paul]       0.8.10claws109
1212
1213         * po/es.po
1214                 update Spanish translation, submitted by
1215                 Ricardo Mones Lastra
1216
1217 2003-03-11 [melvin]     0.8.10claws108
1218
1219         * po/fr.po
1220                 Updated French translations
1221
1222 2003-03-11 [paul]       0.8.10claws107
1223
1224         * manual/en/Makefile.am
1225           manual/en/*.html
1226                 update English manual, add a new page
1227                 updated by Francois Barriere <fbarriere@atmel.fr>
1228                 
1229         * po/bg.po
1230           po/it.po
1231           po/sr.po
1232                 update Bulgarian, Italian, and Serbian translations
1233                 submitted by George Danchev, Alessandro Maestri, and
1234                 Urke MMI
1235
1236 2003-03-10 [paul]       0.8.10claws106
1237
1238         * src/gtk/about.c
1239           src/gtk/prefswindow.c
1240                 make some strings translatable
1241
1242 2003-03-10 [darko]      0.8.10claws105
1243
1244         * src/compose.c
1245                 code cleanup to make Hiro happy
1246
1247 2003-03-10 [paul]       0.8.10claws104
1248
1249         * sync with 0.8.11cvs2
1250                 see ChangeLog 2003-03-10
1251
1252 2003-03-09 [melvin]     0.8.10claws103
1253
1254         * src/textview.c
1255                 textview_set_font(): fix for message display in
1256                 UTF-8 locales (thanks to Sergey Vlasov).
1257                 (was unintentionnaly reverted in 0.8.6claws6)   
1258
1259 2003-03-08 [darko]      0.8.10claws102
1260
1261         * src/compose.c
1262                 fix infinite loop in wrapping as reported
1263                 by happycactus
1264                 obsoletes patch #696482
1265
1266 2003-03-08 [christoph]  0.8.10claws101
1267
1268         * src/imap.c
1269                 add workaround for IMAP servers that do not
1270                 support the "UID SEARCH UID" command
1271
1272 2003-03-07 [christoph]  0.8.10claws100
1273
1274         * src/plugins/spamassassin/spamassassin.[ch]
1275         * src/plugins/spamassassin/spamassassin_gtk.c
1276                 code cleanup
1277
1278 2003-03-07 [paul]       0.8.10claws99
1279
1280         * po/es.po
1281                 updated Spanish translation, submitted by
1282                 Ricardo Mones Lastra
1283
1284 2003-03-07 [christoph]  0.8.10claws98
1285
1286         * src/send.c
1287                 fix in 0.8.10claws94 was wrong
1288                 local delivery does not require escaping, remove escaping
1289                 code to make signatures of mails with "." lines valid
1290                 
1291                 NOTE: requires that sendmail is executed with "-i" option,
1292                       what is the default now, but has to be changed in all
1293                       exsiting accounts)
1294
1295 2003-03-07 [paul]       0.8.10claws97
1296
1297         * sync with 0.8.11 release
1298                 see ChangeLog 2003-03-07
1299
1300 2003-03-06 [paul]       0.8.10claws96
1301
1302         * src/compose.c
1303                 revert commit 0.8.10claws92
1304
1305 2003-03-06 [paul]       0.8.10claws95
1306
1307         * src/folderview.c
1308                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
1309
1310         * src/gtkaspell.c
1311                 fix bug 74, 'Crash opening editor window with pseudo-color
1312                 display'
1313                 
1314         Patches submitted by Kevin Vigor <kevin@vigor.nu>
1315
1316 2003-03-06 [christoph]  0.8.10claws94
1317
1318         * src/send.c
1319                 fix rfc2821 (4.5.2) violation in SMTP data sending,
1320                 all lines starting with a period get an extra period
1321                 inserted
1322                 (found by Simon 'corecode' Schubert)
1323
1324 2003-03-06 [paul]       0.8.10claws93
1325
1326         * src/folderview.c
1327                 if configured font can't be loaded fall back to gtk
1328                 default. (with thanks to Christoph)
1329                 
1330                 closes long-standing bug 15 'Crashes on startup'
1331
1332 2003-03-06 [paul]       0.8.10claws92
1333
1334         * src/compose.c
1335                 freeze text before autosave and thaw afterwards
1336                 fixes bug 67 'autosave make re-rediting message crazy'
1337
1338 2003-03-06 [christoph]  0.8.10claws91
1339
1340         * src/compose.c
1341                 ignore address comment in dupe check for Cc-list
1342
1343         (closes reopened bug 47 Replying to message strips name part of
1344          e-mail addresses of Cc: lines)
1345
1346 2003-03-06 [paul]       0.8.10claws90
1347
1348         * src/Makefile.am
1349                 remove reference to gtkxtext.h as its no longer in
1350                 the repository
1351
1352 2003-03-06 [paul]       0.8.10claws89
1353
1354         * sync with 0.8.10cvs25
1355                 see ChangeLog 2003-03-06
1356
1357 2003-03-06 [oliver]     0.8.10claws88
1358         
1359         * src/messageview.c
1360                 remove include
1361
1362 2003-03-06 [oliver]     0.8.10claws87
1363         
1364         * src/folderview.c 
1365                 remove changes introduced inclaws74
1366         * src/messageview.c
1367                 another attempt to sanely delete and update
1368                 messages deleted in separate messageview
1369
1370 2003-03-05 [christoph]  0.8.10claws86
1371
1372         * src/summaryview.c
1373                 check if "From" matches any account's address if
1374                 addressbook completion of addresses is disabled too
1375
1376         (closes Bug 70 "Display recipient in from" doesn't check
1377          folder's default account)
1378
1379 2003-03-05 [christoph]  0.8.10claws85
1380
1381         * src/compose.c
1382         * src/common/utils.[ch]
1383                 don't strip address comments when building Cc lists
1384
1385         (closes Bug 47 Replying to message strips name part of e-mail addresses
1386          of Cc: lines)
1387
1388         * src/folder.c
1389                 fix return value of copy function
1390
1391 2003-03-05 [christoph]  0.8.10claws84
1392
1393         * src/imap.c
1394                 don't ask imap server for non rfc822 headers
1395
1396         (closes bug 71 IMAP FETCH asks for FROM header field twice)
1397
1398         * src/imap.c
1399                 destroy session on socket error to allow reconnecting
1400
1401 2003-03-05 [christoph]  0.8.10claws83
1402
1403         * configure.ac
1404                 fix building with gnome when no prefix is set
1405
1406         (closes bug 66 Gnome directory is set to NONE)
1407
1408 2003-03-05 [paul]       0.8.10claws82
1409
1410         * sync with 0.8.10cvs23
1411                 see ChangeLog 2003-03-05
1412
1413 2003-03-04 [christoph]  0.8.10claws81
1414
1415         * src/folder.c
1416                 o fix moving and copying when folder returns 0 for new
1417                   message number
1418                 o remove some code for single message copy and move
1419                   operations and use functions for multiple messages
1420
1421         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
1422
1423         * src/news.c
1424                 remove unused include
1425
1426 2003-03-04 [paul]       0.8.10claws80
1427
1428         * src/gtk/about.c
1429                 list 'Compiled plugins'
1430
1431 2003-03-03 [christoph]  0.8.10claws79
1432
1433         * src/news.[ch]
1434                 have to multiply the percentage of the current fetch with
1435                 the percentage that it has of the total fetch operation
1436                 for correct values
1437
1438 2003-03-03 [christoph]  0.8.10claws78
1439
1440         * src/news.c
1441                 fix calculation of expected lines for progress indicator
1442
1443 2003-03-03 [christoph]  0.8.10claws77
1444
1445         * src/summaryview.c
1446         * src/common/utils.c
1447                 fix segfault when opening the root news folder
1448
1449 2003-03-03 [christoph]  0.8.10claws76
1450
1451         * src/mainwindow.[ch]
1452         * src/common/Makefile.am
1453         * src/common/progressindicator.[ch]
1454                 add UI independent progress indicator handling
1455
1456         * src/news.[ch]
1457                 use new progress indicator for message info fetching
1458
1459         * src/common/hooks.h
1460                 code cleanup
1461
1462 2003-03-03 [oliver]     0.8.10claws75
1463
1464         * src/toolbar.c
1465         * src/compose.c
1466                 removed commented code
1467
1468 2003-03-03 [oliver]     0.8.10claws74
1469
1470         * src/toolbar.[ch]
1471                 cleanups and refactoring
1472         * src/compose.[ch]
1473                 compose_reply_mode reply & forwarding interface for
1474                 toolbar buttons
1475         * src/folderview.c
1476                 act on messages marked for deletion in folderview_selected
1477                 based on prefs_common.immediate_exec since a message might 
1478                 have been deleted by messageview in a folder we are changing 
1479                 to (does anybody understand what I'm on about ?)
1480
1481 2003-03-03 [oliver]     0.8.10claws73
1482         
1483         * src/messageview.[ch]
1484                 new functions
1485                 - messageview_delete: delete message shown in messagview
1486                 - messageview_update_view: update messageview to currently 
1487                   selected summaryview message
1488                 - add separate messageview to msgview_list in order to update 
1489                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
1490         * src/summaryview.[ch]
1491                 summary_get_selection returns a list of selected msgs
1492                 in summaryview
1493         * src/mainwindow.c
1494                 toolbar reply refactoring
1495
1496 2003-03-03 [paul]       0.8.10claws72
1497
1498         * sync with 0.8.10cvs21
1499                 see ChangeLog 2003-03-03
1500
1501 2003-03-02 [christoph]  0.8.10claws71
1502
1503         * src/common/passcrypt.c
1504                 use POSIX includes
1505
1506 2003-03-02 [christoph]  0.8.10claws70
1507
1508         * configure.ac
1509         * src/prefs_account.c
1510         * src/prefs_gtk.[ch]
1511         * src/common/.cvsignore
1512         * src/common/Makefile.am
1513         * src/common/passcrypt.c                ** NEW **
1514         * src/common/passcrypt.h.in             ** NEW **
1515                 Implement password encryption in config files
1516                 using unix encrypt and setkey functions. The crypt
1517                 key can be set as a configure parameter. Old
1518                 passwords will be converted if they do not begin
1519                 with '!'
1520
1521 2003-03-02 [paul]       0.8.10claws69
1522
1523         * src/prefs_account.c
1524                 fix compile error
1525
1526 2003-03-01 [thorsten]   0.8.10claws68
1527
1528         * po/el.po
1529           po/hr.po
1530           po/it.po
1531           po/nl.po
1532           po/sr.po
1533           po/sv.po
1534                 corrected format strings
1535         * po/en_GB.po
1536                 corrected headers
1537                 (fix compile errors with GNU gettext-0.11.5)
1538
1539 2003-03-01 [oliver]     0.8.10claws67
1540
1541         * src/summaryview.c
1542                 menu callbacks call toolbar_menu_reply
1543
1544 2003-03-01 [oliver]     0.8.10claws66
1545
1546         * src/mainwindow.c
1547         * src/messageview.c
1548                 menu callbacks call toolbar_menu_reply
1549         * src/toolbar.[ch]
1550                 callbacks from menu handled by toolbar_menu_reply
1551
1552 2003-03-01 [paul]       0.8.10claws65
1553
1554         * src/addressbook.c
1555                 revert commit 0.8.10claws54 - breaks editing of
1556                 addressbook.
1557                 
1558         * po/bg.po
1559                 update Bulgarian translation, submitted by
1560                 George Danchev
1561
1562 2003-02-28 [christoph]  0.8.10claws64
1563
1564         * src/account.c
1565         * src/addressadd.c
1566         * src/compose.c
1567         * src/gtkaspell.c
1568         * src/gtkxtext.h                ** REMOVE **
1569         * src/imap.c
1570         * src/matcher.[ch]
1571         * src/mh.c
1572         * src/news.c
1573         * src/pine.c
1574         * src/prefs_common.c
1575         * src/prefs_matcher.c
1576         * src/procheader.[ch]
1577         * src/procmsg.[ch]
1578         * src/toolbar.c
1579         * src/common/ssl_certificate.c
1580         * src/gtk/colorlabel.c
1581         * src/gtk/menu.c
1582                 o fix warnings
1583                 o remove code obsoleted by new cache and folder system rework
1584
1585 2003-02-28 [oliver]     0.8.10claws63
1586         
1587         * src/toolbar.[ch]
1588                 * fix bug where reply in Messageview replied to 
1589                 Message displayed in summaryview
1590                 (reportedd via ML by chinatinte at gmx dot ch)
1591                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
1592                 didn't work in separate MessageView Toolbar
1593                 (wondering if anybody uses this at all ?)
1594         * src/summaryview.[ch]
1595                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
1596                 (generalize reply and forward code);
1597         * src/messageview.c 
1598                 remove focus_in event which updated summaryview to messageview
1599
1600 2003-02-28 [paul]       0.8.10claws62
1601
1602         * po/Makefile.in.in
1603                 add the --check option
1604                 Patch submitted by Ricardo Mones Lastra
1605
1606 2003-02-28 [paul]       0.8.10claws61
1607
1608         * src/prefs_account.c
1609                 re-order 'Signature' items
1610
1611 2003-02-28 [paul]       0.8.10claws60
1612
1613         * sync with 0.8.10cvs20
1614                 see ChangeLog 2003-02-28
1615
1616 2003-02-28 [paul]       0.8.10claws59
1617
1618         * po/POTFILES.in
1619                 update to reflect recent movement of files
1620
1621 2003-02-28 [paul]       0.8.10claws58
1622
1623         * sync with 0.8.10cvs19
1624                 see ChangeLog 2003-02-28
1625
1626 2003-02-27 [martin]     0.8.10claws57
1627
1628         * src/prefs_matcher.c 
1629                 fix segfault in prefs_matcher_ok() when the
1630                 last entry is deleted and prevents that the
1631                 message "entry not saved" comes up after deleting
1632                 an entry
1633
1634 2003-02-27 [martin]     0.8.10claws56
1635
1636         * src/prefs_filtering.c 
1637                 fix segfault in prefs_filtering_ok() when the
1638                 last entry is deleted and prevents that the
1639                 message "entry not saved" comes up after deleting
1640                 an entry
1641
1642 2003-02-27 [paul]       0.8.10claws55
1643
1644         * sync with 0.8.10cvs18
1645                 see ChangeLog 2003-02-27
1646
1647 2003-02-27 [paul]       0.8.10claws54
1648
1649         * src/addressbook.c
1650                 fix bug where the address book crashes with 
1651                 multiple lookups.
1652                 Patch [687729] submitted by David Frager 
1653                 <dbfrager@users.sourceforge.net>
1654
1655 2003-02-25 [christoph]  0.8.10claws53
1656
1657         * src/Makefile.am
1658         * src/colorlabel.[ch]           ** REMOVE **
1659         * src/gtk/Makefile.am
1660         * src/gtk/colorlabel.[ch]       ** NEW **
1661                 move colorlabel files to gtk directory
1662
1663         * src/esmtp.[ch]                ** REMOVE **
1664                 has been merged into smtp.[ch] in 0.7.5
1665
1666 2003-02-25 [christoph]  0.8.10claws52
1667
1668         * src/Makefile.am
1669         * src/about.[ch]                ** REMOVE **
1670         * src/gtk/Makefile.am
1671         * src/gtk/about.[ch]            ** NEW **
1672                 move about files to gtk directory
1673
1674 2003-02-25 [christoph]  0.8.10claws51
1675
1676         * src/folder.c
1677                 some code optimization of folder scanning code
1678
1679         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
1680
1681 2003-02-25 [christoph]  0.8.10claws50
1682
1683         * src/main.c
1684         * src/common/sylpheed.c
1685                 add command line parameter parsing to common code
1686
1687 2003-02-24 [christoph]
1688
1689         * Makefile.am
1690         * configure.ac
1691                 fix gnome prefix problems, the configure script now removed
1692                 `gnome-config --prefix` from `gnome-config --datadir`
1693                 and adds $(prefix} instead
1694
1695         (closes Bug 24 Makefile does not respect prefix when installing
1696          GNOME data)
1697
1698 2003-02-24 [christoph]  0.8.10claws49
1699
1700         * src/news.c
1701                 check for valid session before trying to authenticate
1702
1703         (closes Bug 60 crash if "authenticate on logon" is activated
1704          and newsserver-hostname is not valid)
1705
1706 2003-02-24 [melvin]     0.8.10claws48
1707
1708         * src/prefs_actions.c
1709                 Make sure all user's input is sent to the action and then
1710                 close the socket..
1711
1712 2003-02-23 [alfons]     0.8.10claws46
1713
1714         * src/summaryview.c
1715                 also wait cursor when deleting files
1716
1717 2003-02-23 [paul]
1718
1719         * tools/freshmeat_search.pl
1720           tools/google_search.pl
1721                 scripts should now work for any browser/browser command line
1722
1723 2003-02-22 [christoph]  0.8.10claws45
1724
1725         * src/procmsg.c
1726                 fix IMAP flag setting, IMAP flag is not handled correctly
1727                 anymore by the folder system and information about the
1728                 folder should not be saved in the MsgInfo (in my opinion)
1729
1730         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1731
1732 2003-02-22 [christoph]  0.8.10claws44
1733
1734         * src/summaryview.c
1735                 fix spelling of "label" ;-)
1736
1737 2003-02-22 [thorsten]   0.8.10claws43
1738
1739         * src/mimeview.c
1740           src/prefs_common.[ch]
1741           src/procmime.[ch]
1742                 do not use description as attachment name
1743
1744 2003-02-22 [alfons]     0.8.10claws42
1745
1746         * src/summaryview.c
1747                 freeze/thaw folder item updates when changing color labels,
1748                 and put a wait cursors on
1749
1750 2003-02-22 [thorsten]   0.8.10claws41
1751
1752         * src/mimeview.c
1753                 save-all fixes: crash if invoked on multipart container,
1754                 mimeinfo access, pathseparators, error dialog
1755
1756 2003-02-21 [alfons]     0.8.10claws40
1757
1758         * src/prefs_gtk.c
1759                 remove unused var
1760
1761 2003-02-21 [colin]      0.8.10claws39
1762
1763         * src/send.c
1764                 Fix smtp logging
1765
1766 2003-02-21 [colin]      0.8.10claws38
1767
1768         * src/summaryview.c
1769                 Freeze/thaw folderItem updates when filtering messages 
1770                 via Tools/Filter messages
1771
1772 2003-02-21 [paul]       0.8.10claws37
1773
1774         * src/compose.c
1775                 revert commit 0.8.10claws26, there are ulterior motives
1776                 for users to set a Reply-To header when posting to
1777                 newsgroups
1778
1779 2003-02-21 [paul]       0.8.10claws36
1780
1781         * sync with 0.8.10cvs17
1782                 see ChangeLog 2003-02-21
1783
1784 2003-02-20 [christoph]  0.8.10claws35
1785
1786         * src/imap.c
1787                 IMAP UID fetch speedup using SEARCH
1788
1789         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1790
1791         * src/imap.c
1792                 fix problem with UIDs in IMAP UID cache that no longer existed
1793
1794 2003-02-20 [christoph]  0.8.10claws34
1795
1796         * src/imap.c
1797         * src/procheader.c
1798         * src/procheader.h
1799                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1800
1801         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1802
1803         * src/imap.c
1804                 Rewrite imap_cmd_gen_recv use sock_getline instead
1805                 of sock_gets to avoid problems with too long reply
1806                 lines
1807     
1808 2003-02-20 [colin]      0.8.10claws33
1809         
1810         * src/prefs_account.c
1811                 Better wording
1812
1813 2003-02-20 [colin]      0.8.10claws32
1814
1815         * src/compose.c
1816                 Remove useless '&& !to_sender' 
1817
1818 2003-02-20 [darko]
1819
1820         * AUTHORS
1821                 change my e-mail address
1822
1823 2003-02-19 [colin]      0.8.10claws31
1824
1825         * src/prefs_common.c
1826                 X11 style colors for every configurable color
1827
1828 2003-02-19 [alfons]     0.8.10claws30
1829
1830         * src/prefs_gtk.[ch]
1831         * src/prefs_common.c
1832                 for color_new accept both plain integers and X11 style color
1833                 names (as found in /usr/lib/X11/rgb.txt)
1834
1835 2003-02-19 [paul]       0.8.10claws29
1836
1837         * src/mainwindow.c
1838                 add tooltips to online/offline button and account selector
1839                 button
1840
1841 2003-02-19 [paul]       0.8.10claws28
1842
1843         * src/folder.c
1844           src/news.c
1845           src/prefs_account.[ch]
1846           src/prefs_common.[ch]
1847                 move 'Maximum number of articles to download' to
1848                 account prefs.
1849                 clean up account prefs gui a little by hiding entries
1850                 rather then greying out entries
1851
1852 2003-02-19 [hiro]       0.8.10claws27
1853
1854         * src/common/utils.c
1855                 fix bug #54 'yesterdays date is displayed in the message 
1856                 summary window'
1857
1858 2003-02-19 [paul]       0.8.10claws26
1859
1860         * src/compose.c
1861                 fix bug reported in Feature Request [688596] 
1862                 'Reply-to header in news'
1863
1864 2003-02-18 [paul]       0.8.10claws25
1865
1866         * src/select-keys.c
1867                 add a 'List all keys' button to key selection dialog
1868
1869 2003-02-18 [colin]      0.8.10claws24
1870         
1871         * src/stock_pixmap.c
1872                 fix compile error
1873
1874 2003-02-18 [colin]      0.8.10claws23
1875
1876         * src/common/smtp.[ch]
1877           src/prefs_account.c
1878                 Try to starttls if it seems to be the only
1879                 way to authenticate a user
1880
1881 2003-02-18 [paul]       0.8.10claws22
1882
1883         * src/Makefile.am
1884           src/folderview.c
1885           src/stock_pixmap.[ch]
1886           src/pixmaps/drafts_close.xpm  ** NEW FILE **
1887           src/pixmaps/drafts_open.xpm   ** NEW FILE **
1888                 as a Drafts folder is a special folder allow it to have
1889                 its own unique icons
1890
1891 2003-02-18 [colin]      0.8.10claws21
1892
1893         * src/imap.c
1894                 Fix port selection when using starttls
1895
1896 2003-02-18 [paul]       0.8.10claws20
1897
1898         * src/mainwindow.c
1899           src/prefs_common.[ch]
1900                 make blue the default new mail colour
1901
1902 2003-02-18 [paul]       0.8.10claws19
1903
1904         * sync with 0.8.10cvs14
1905                 see ChangeLog 2003-02-18
1906
1907 2003-02-17 [jens]       0.8.10claws18
1908
1909         * src/common/md5.c
1910                 fixed a compile problem with gcc 3.3
1911                 works on 2.95.3 too (testet on PPC as it is big endian)
1912
1913 2003-02-17 [paul]       0.8.10claws17
1914
1915         * sync with 0.8.10cvs13
1916                 see ChangeLog 2003-02-17
1917
1918 2003-02-17 [paul]       0.8.10claws16
1919
1920         * sync with 0.8.10cvs12
1921                 see ChangeLog 2003-02-17
1922
1923 2003-02-16 [match]      0.8.10claws15
1924
1925         * src/addressbook.c
1926                 Eliminates reloading of address data when items
1927                 deleted or added. Applied submitted by
1928                 Luke Plant <lukeplant@softhome.net>
1929
1930 2003-02-16 [paul]       0.8.10claws14
1931
1932         * src/news.c
1933                 when a 'protocol error' is encountered disconnect from
1934                 the server. This means that the user can carry on viewing
1935                 other articles and doesn't have to either wait until the
1936                 server timesout or quit sylpheed.
1937                 Fixes bug #53 'Unable to read messages in newsgroups, 
1938                 displayed message doesn't change'
1939
1940 2003-02-15 [christoph]  0.8.10claws13
1941
1942         * src/imap.c
1943                 fix bug that stopped scanning of folders when an
1944                 IMAP folder was empty
1945
1946         (closes bug 46 stop scan messages in folders after empty folder)
1947
1948 2003-02-15 [paul]
1949
1950         * tools/Makefile.am
1951           tools/README
1952           tools/freshmeat_search.pl     ** NEW FILE **
1953           tools/google_search.pl        ** NEW FILE **
1954                 Add 2 Actions scripts which search freshmeat/google
1955                 for the selected text using the browser configured
1956                 in sylpheedrc.
1957                 
1958         Note: These scripts are very dependent on the format of the
1959         browser command and may not work on every occasion. Testing
1960         is welcome. 
1961
1962 2003-02-14 [alfons]     0.8.10claws12
1963
1964         * src/compose.c
1965                 fix breakage because of uninitialized account pointer.
1966                 please verify.
1967
1968 2003-02-14 [paul]       0.8.10claws11
1969
1970         * src/compose.c
1971           src/prefs_account.[ch]
1972           src/prefs_common.[ch]
1973                 move signature settings to Account Prefs
1974
1975 2003-02-14 [paul]       0.8.10claws10
1976
1977         * sync with 0.8.10cvs11
1978                 see ChangeLog 2003-02-14
1979
1980 2003-02-13 [thorsten]   0.8.10claws9
1981
1982         * src/news.c
1983                 revert news progressbar (GUI separation)
1984
1985 2003-02-13 [paul]       0.8.10claws8
1986
1987         * src/compose.c
1988                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1989                 paragraph 1
1990
1991 2003-02-13 [paul]       0.8.10claws7
1992
1993         * src/compose.[ch]
1994           src/summaryview.c
1995                 fix 'Follow-up and Reply-to' so that it creates a reply to
1996                 the newsgroup and the sender. If the message has the keyword
1997                 'poster' in the Followup-To header, all replies go to the
1998                 sender, re: RFC 1036, Section 2.2.3
1999                 rename all instances of 'ignore_replyto' to 'to_sender', both
2000                 were previously used, now we use just one.
2001
2002 2003-02-13 [paul]       0.8.10claws6
2003
2004         * sync with 0.8.10cvs9
2005                 see ChangeLog 2003-02-13
2006
2007 2003-02-13 [paul]       0.8.10claws5
2008
2009         * configure.ac
2010                 show which plugins are configured in the configure
2011                 output.
2012
2013 2003-02-12 [thorsten]   0.8.10claws4
2014
2015         * src/news.c
2016                 show progress while fetching news headers
2017
2018 2003-02-12 [christoph]  0.8.10claws3
2019
2020         * configure.ac
2021         * src/plugins/Makefile.am
2022                 use AM_CONDITIONAL to enable plugins, automake correctly
2023                 manages this when creating distdir
2024
2025 2003-02-12 [christoph]  0.8.10claws2
2026
2027         * ac/spamassassin.m4
2028         * src/plugins/spamassassin/Makefile.am
2029                 fix building SpamAssassin plugin without OpenSSL
2030
2031 2003-02-12 [paul]       0.8.10claws1
2032
2033         * ac/Makefile.am
2034           src/Makefile.am
2035           src/plugins/Makefile.am
2036                 fix failure of 'make release'
2037
2038 2003-02-12 [paul]       0.8.10claws
2039
2040         * 0.8.10claws released
2041
2042 2003-02-12 [paul]       0.8.9claws56
2043
2044         * po/bg.po
2045           po/es.po
2046           po/it.po
2047           po/ru.po
2048           po/sr.po
2049                 updated translations by George Danchev, Ricardo Mones Lastra,
2050                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
2051                 
2052         * sylpheed.spec.in
2053                 Allow the building of RPMs by a regular user. Submitted
2054                 by Sergei Astanin
2055
2056 2003-02-11 [alfons]     0.8.9claws55
2057
2058         * src/colorlabel.c
2059                 don't use pixmaps for label color rect but draw rectangles
2060                 so we can respect the color map of palette based visuals
2061                 (fixes the long time crashes on Suns - thanks to Andreas
2062                 Engel and Steve O'Hara-Smith for testing)
2063
2064 2003-02-11 [christoph]  0.8.9claws54
2065
2066         * src/matcher_parser_parse.y
2067                 correct bug where filering rules of not existing folders in
2068                 matcherrc were added to global filtering
2069                 
2070         (closes Debian Bug #180253 - Directory's filter-rules are merged with
2071          main filter-rules after removing directory, http://bugs.debian.org/180253)
2072         
2073 2003-02-11 [paul]       0.8.9claws53
2074
2075         * sync with 0.8.10cvs7
2076                 see ChangeLog 2003-02-09
2077
2078 2003-02-11 [melvin]     0.8.9claws52
2079
2080         * po/fr.po
2081                 Updated French tranlsations
2082
2083 2003-02-10 [paul]       0.8.9claws51
2084
2085         * sylpheed.spec.in
2086                 correct --enable-openssl
2087                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
2088
2089 2003-02-09 [martin]     0.8.9claws50
2090
2091         * src/prefs_matcher.c
2092                 fix segfault in prefs_matcher_substitute_cb() when
2093                 no row is selected
2094
2095 2003-02-09 [paul]       0.8.9claws49
2096
2097         * src/folderview.c
2098                 fix bug where a newsgroup folder's processing rules were
2099                 merged with the global filtering rules when the newsgroup
2100                 folder was deleted, causing some seriously bad results,
2101                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
2102
2103 2003-02-08 [melvin]     0.8.9claws48
2104
2105         * src/compose.c
2106                 Corrected and modified an alert message.
2107
2108 2003-02-07 [paul]       0.8.9claws47
2109
2110         * src/folderview.c
2111                 fix bug where both an 'Account properties' window and a
2112                 'Folder properties' window were opened when clicking on
2113                 'Properties' in an NNTP or IMAP folder's popup menu.
2114
2115 2003-02-07 [paul]       0.8.9claws46
2116
2117         * sync with 0.8.10cvs6
2118                 see ChangeLog 2003-02-06
2119
2120 2003-02-06 [christoph]  0.8.9claws45
2121
2122         * src/mbox.c
2123                 freeze folder updates while importing mbox files
2124                 (closes bug 43 importing mbox took hours)
2125                 
2126         Patch submitted by Jens Rantil <jens.rantil@telia.com>
2127
2128 2003-02-06 [thorsten]   0.8.9claws44
2129
2130         * po/de.po
2131                 Updated german translations
2132
2133 2003-02-06 [thorsten]   0.8.9claws43
2134
2135         * src/news.h
2136                 use guint for message numbers (fix count in grouplist dialog)
2137
2138 2003-02-05 [paul]       0.8.9claws42
2139
2140         * sync with 0.8.10cvs2
2141                 see ChangeLog 2003-02-05
2142
2143 2003-02-04 [colin]      0.8.9claws41
2144
2145         * src/prefs_common.[ch]
2146           src/procmsg.c
2147           src/summaryview.c
2148                 Add an option to disable threading by subject
2149
2150 2003-02-04 [christoph]  0.8.9claws40
2151
2152         * src/inc.c
2153                 only abort fetching mails from multiple accounts when the
2154                 error is fatal and does not allow to check any more accounts
2155                 (currently only disk full error)
2156
2157         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
2158          receive mails for other accouts)
2159
2160 2003-02-04 [christoph]  0.8.9claws39
2161
2162         * src/folder.c
2163                 first add the new message to the cache, then
2164                 send the update notification
2165
2166         (closes bug 39 after sending message folderview doesnt get updated)
2167
2168 2003-02-04 [colin]      0.8.9claws38
2169
2170         * src/inc.c
2171                 _really_ fix this Connecting... status
2172
2173 2003-02-04 [paul]       0.8.9claws37
2174
2175         * sync with 0.8.10
2176                 see ChangeLog 2003-02-04
2177
2178 2003-02-04 [paul]       0.8.9claws36
2179
2180         * sync with 0.8.9cvs6
2181                 see ChangeLog 2003-02-03
2182
2183 2003-02-04 [paul]       0.8.9claws35
2184
2185         * po/pt_BR.po
2186                 updated by André Filipe de Assunção e Brito 
2187                 <bedecko@netsite.com.br>
2188
2189 2003-02-03 [thorsten]   0.8.9claws34
2190
2191         * po/de.po
2192                 Updated german translations
2193
2194 2003-02-02 [paul]       0.8.9claws33
2195
2196         * po/es.po
2197                 updated by Ricardo Mones Lastra
2198
2199 2003-02-02 [thorsten]   0.8.9claws32
2200
2201         * src/mh.c
2202                 Fix mh_get_msginfo() segfault if file is inaccessible
2203
2204 2003-01-31 [colin]      0.8.9claws31
2205
2206         * src/procheader.c
2207                 Fix last commit's bug
2208
2209 2003-01-31 [colin]      0.8.9claws30
2210
2211         * src/procheader.c
2212                 Missing a change for gpg-signed messages
2213
2214 2003-01-31 [paul]       0.8.9claws29
2215
2216         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
2217           src/procheader.c
2218           src/stock_pixmap.[ch]
2219           src/summaryview.c
2220                 indicate GnuPG signed messages by displaying an icon
2221                 in the Attachment column.
2222
2223 2003-01-31 [paul]       0.8.9claws28
2224
2225         * sync with 0.8.9cvs4
2226                 see ChangeLog 2003-01-31
2227
2228 2003-01-31 [alfons]     0.8.9claws27
2229
2230         * src/textview.c
2231                 tune URI parser to accept mailto URLs with a '?'
2232                 (patch from Ruslan Balkin)
2233
2234 2003-01-31 [colin]      0.8.9claws26
2235
2236         * src/summaryview.c
2237                 Fix a leak introduced in claws24
2238
2239 2003-01-31 [colin]      0.8.9claws25
2240
2241         * src/summaryview.c
2242                 Freeze/Thaw folder updates when deleting dups
2243
2244 2003-01-31 [colin]      0.8.9claws24
2245         
2246         * src/addr_compl.c
2247           src/summaryview.c
2248           src/msgcache.c
2249                 little speed improvements
2250
2251 2003-01-31 [colin]      0.8.9claws23
2252
2253         * src/summaryview.c
2254                 Fix segfault when forwarding nothing
2255                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
2256                 
2257 2003-01-30 [paul]       0.8.9claws22
2258
2259         * sync with 0.8.9cvs3
2260                 see ChangeLog 2003-01-30
2261
2262 2003-01-30 [paul]       0.8.9claws21
2263
2264         * sync with 0.8.9cvs2
2265                 see ChangeLog 2003-01-30
2266
2267 2003-01-29 [paul]       0.8.9claws20
2268
2269         * sync with 0.8.9cvs1
2270                 see ChangeLog 2003-01-29
2271
2272 2003-01-28 [paul]       0.8.9claws19
2273
2274         * po/POTFILES.in
2275                 update to reflect changes. 
2276                 thanks to Ricardo Mones Lastra
2277
2278 2003-01-27 [christoph]  0.8.9claws18
2279
2280         * ac/openssl.m4
2281         * ac/spamassassin.m4
2282         * src/plugins/spamassassin/README
2283         * src/plugins/spamassassin/libspamc.[ch]
2284         * src/plugins/spamassassin/utils.[ch]
2285                 updated to latest libspamc
2286
2287 2003-01-27 [christoph]  0.8.9claws17
2288
2289         * src/folder.c
2290                 fix wrong use of procheader_get_header_fields
2291
2292 2003-01-27 [christoph]  0.8.9claws16
2293
2294         * src/news.c
2295         * src/prefs_account.[ch]
2296         * src/common/nntp.[ch]
2297                 allow to force authentication for NNTP servers
2298
2299         Patch submitted by Florian Mickler <dmk@d-labs.de>
2300
2301 2003-01-26 [paul]       0.8.9claws15
2302
2303         * src/summaryview.c
2304                 speed up of marking messages as read
2305                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
2306
2307 2003-01-26 [christoph]  0.8.9claws14
2308
2309         * src/Makefile.am
2310         * src/mgutils.[ch]              ** REMOVE **
2311         * src/xml.[ch]                  ** REMOVE **
2312         * src/xmlprops.[ch]             ** REMOVE **
2313         * src/common/Makefile.am
2314         * src/common/mgutils.[ch]       ** NEW **
2315         * src/common/xml.[ch]           ** NEW **
2316         * src/common/xmlprops.[ch]      ** NEW **
2317                 move xml files to common directory
2318
2319 2003-01-26 [christoph]  0.8.9claws13
2320
2321         * src/plugins/spamassassin/spamassassin_gtk.c
2322                 only set gtk entry text if string is available
2323
2324 2003-01-26 [melvin]     0.8.9claws12
2325
2326         * src/description_window.c
2327                 Allow resizing of the window
2328                 Allow automatic horizontal scroll bar
2329                 Do not vertically expand and fill
2330
2331 2003-01-26 [christoph]  0.8.9claws11
2332
2333         * src/Makefile.am
2334         * src/gtkutils.[ch]             ** REMOVE **
2335         * src/common/sylpheed.c
2336         * src/gtk/Makefile.am
2337         * src/gtk/description_window.c
2338         * src/gtk/gtkutils.[ch]         ** NEW **
2339         * src/gtk/prefswindow.c
2340                 move gtkutils to gtk directory
2341
2342 2003-01-26 [paul]       0.8.9claws10
2343
2344         * src/summaryview.c
2345                 rename summary_unread_clicked() to summary_status_clicked()
2346
2347 2003-01-26 [melvin]     0.8.9claws9
2348
2349         * src/prefs_actions.c
2350                 Cosmetical changes to the help text
2351
2352 2003-01-26 [paul]       0.8.9claws8
2353
2354         * src/folder.[ch]
2355           src/mainwindow.c
2356           src/prefs_common.c
2357           src/prefs_sumamry_column.c
2358           summaryview.[ch]
2359                 rename the 'Unread' column to 'Status'
2360
2361 2003-01-25 [match]      0.8.9claws7
2362
2363         * src/mgutils.[ch]
2364                 removed reference to LDAP constants. removed error2string.
2365                 included functions to support LDAP dynamic queries.
2366         * src/syldap.h
2367                 moved LDAP constants here.
2368         * src/addressbook.c
2369         * src/addrindex.c
2370         * src/importldif.c
2371                 removed references to LDAP constants and references to
2372                 error2string.
2373
2374 2003-01-25 [paul]       0.8.9claws6
2375
2376         * src/summaryview.c
2377                 summary_thread_build(), summary_thread_init(): remove 
2378                 unneeded reference to summaryview->folder_item
2379
2380 2003-01-25 [christoph]  0.8.9claws5
2381
2382         * src/gtk/description_window.c
2383                 o allow description texts to expand over multiple columns
2384                 o translate all columns
2385         * src/prefs_actions.c
2386                 change syntax description to use new multi column feature
2387
2388         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2389
2390 2003-01-25 [match]      0.8.9claws4
2391
2392         * src/vcard.c
2393                 fixed bug with Quoted-Printable
2394
2395 2003-01-25 [paul]       0.8.9claws3
2396
2397         * src/folder.[ch]
2398           src/summaryview.[ch]
2399                 implement per-folder collapsed/expanded threads setting
2400                 
2401         * src/prefs_common.c
2402                 remove global collapsed/expanded threads option
2403
2404 2003-01-25 [christoph]  0.8.9claws2
2405
2406         * po/POTFILES.in
2407                 add pluginwindow and prefswindow
2408         * src/compose.c
2409                 make send respond correctly to messages that could be added
2410                 to the queue folder, but the UID of the message is unknown
2411         * src/folder.c
2412         * src/imap.c
2413                 don't return guessed UIDs in imap_add_msg anymore. We return
2414                 0 to tell the folder system it was appened but the UID is
2415                 unknown. Folder system now get's the UID by scaning the folder
2416                 and searching the cache for the Message-ID
2417                 (closes bug #29 Messages queued, but not sent)
2418
2419 2003-01-25 [paul]       0.8.9claws1
2420
2421         * src/codeconv.c
2422                 conv_encode_header():  fix bug when long headers with 8-bit
2423                 characters are used, so that the encoded words are wrapped.
2424                 If the space in the original text falls on the wrap boundary,
2425                 it can be lost.
2426                 Patch by Sergey Vlasov.
2427                 
2428         * src/folderview.c
2429                  fix bug where a change to the sorting method or thread view
2430                  of a folder's messages is lost if simpify-subject is set and
2431                  toggled on or off.
2432                  Patch by Luke Plant.
2433
2434 2003-01-24 [paul]       0.8.9claws
2435
2436         * sylpheed-0.8.9claws released
2437         
2438         * Makefile.am
2439           sylpheed.spec.in
2440                 remove reference to 'INSTALL.jp'
2441
2442 2003-01-23 [paul]       0.8.8claws128
2443
2444         * po/es.po
2445           po/it.po
2446           po/ru.po
2447           po/sr.po
2448                 updated translations. submitted by Ricardo Mones Lastra,
2449                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
2450
2451 2003-01-23 [colin]      0.8.8claws127
2452
2453         * src/compose.c
2454                 Fix drafted and queued news articles re-edition
2455
2456 2003-01-23 [melvin]     0.8.8claws126
2457
2458         * po/fr.po
2459                 Updated French translations
2460
2461 2003-01-23 [colin]      0.8.8claws125
2462
2463         * src/inc.c
2464                 Fix "Connecting to..." status message
2465
2466 2003-01-22 [paul]       0.8.8claws124
2467
2468         * po/bg.po
2469                 updated by George Danchev
2470                 
2471         * src/folder.c
2472                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
2473                 and folder deletion
2474
2475 2003-01-21 [paul]       0.8.8claws123
2476
2477         * po/bg.po
2478                 updated by George Danchev
2479                 
2480         * src/about.c
2481                 its now 2003
2482                 
2483         * src/toolbar.c
2484                 don't translate 'Separator'
2485                 
2486         * src/plugins/spamassassin/Makefile.am
2487                 add aspell to CPPFLAGS
2488                 
2489         * src/plugins/spamassassin/spamassassin.c
2490           src/plugins/spamassassin/spamassassin_gtk.c
2491                 set correct default for spamassassin_receive_spam
2492                 slightly re-word descriptions and some
2493                 other minor changes
2494
2495 2003-01-19 [alfons]     0.8.8claws122
2496                 
2497         * src/mimeview.c
2498                 mimeview_save_as(): we might as well show the file name for
2499                 the single case "Save As" too
2500
2501 2003-01-19 [alfons]     0.8.8claws121
2502
2503         * src/crash.c
2504                 change bug tracker URL to bugzilla URL
2505
2506 2003-01-19 [alfons]     0.8.8claws120
2507
2508         * src/mimeview.c
2509                 mimeview_save_all(): display name of file before overwriting;
2510                 continue saving all, even when one overwrite was cancelled
2511
2512 2003-01-19 [christoph]  0.8.8claws119
2513
2514         * src/summaryview.c
2515         * src/procmsg.[ch]
2516                 fix wrong usage of procmsg_find_children in summaryview
2517                 by using procmsg_update_unread_children instead of
2518                 summaryview_update_unread_children
2519
2520 2003-01-19 [christoph]  0.8.8claws118
2521
2522         * src/procmsg.c
2523                 fix infinite loop in procmsg_find_children
2524                  (closes bug #25 sylpheed crashes on delete.)
2525
2526         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2527
2528 2003-01-19 [paul]       0.8.8claws117
2529
2530         * po/pt_BR.po
2531                 updated by Ivan Francolin Martinez
2532
2533 2003-01-18 [melvin]     0.8.8claws116
2534
2535         * src/prefs_actions.c
2536                 Removed syntax limitation of only one '&' at the end of command.
2537                         Now actions that contain '>/dev/null 2>&1' are possible.
2538
2539 2003-01-18 [melvin]     0.8.8claws115
2540
2541         * src/prefs_actions.c
2542                 Actions IO dialog: when the action ends
2543                 the "Close" button now has focus and [Escape] closes the
2544                 window.
2545
2546 2003-01-18 [christoph]  0.8.8claws114
2547
2548         * src/procmsg.c
2549                 o add debug output when MsgInfos are really freed
2550                 o free GSLists in procmsg_find_children and
2551                   procmsg_update_unread_children
2552
2553 2003-01-18 [christoph]  0.8.8claws113
2554
2555         * src/mainwindow.c
2556                 reorder Configuration menu
2557
2558 2003-01-18 [christoph]  0.8.8claws112
2559
2560         * src/compose.c
2561                 fix applying templates to forwarded messages
2562
2563         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2564
2565 2003-01-17 [christoph]  0.8.8claws111
2566
2567         * src/folder.c
2568                 destroy folder items, when a folder item is removed
2569
2570 2003-01-17 [christoph]  0.8.8claws110
2571
2572         * src/folder.c
2573                 fix wrong folder stats update when ignored message is
2574                 deleted
2575
2576 2003-01-17 [colin]      0.8.8claws109
2577         
2578         * src/mainwindow.c
2579         * src/summaryview.c
2580                 Quicksearch bugfixes: 
2581                 - hide help button at startup if not extended
2582                 - switch to extended when looking for replies
2583
2584 2003-01-17 [paul]
2585
2586         * sync with 0.8.9 release
2587
2588 2003-01-17 [paul]       0.8.8claws108
2589
2590         * sync with 0.8.8cvs11
2591                 see ChangeLog 2003-01-17
2592
2593 2003-01-16 [colin]      0.8.8claws107
2594
2595         * src/procmsg.c
2596                 Changed encryption test to re-ask passphrase
2597                 if an encrypted message hasn't been decrypted
2598                 Fixes bug #5
2599
2600 2003-01-16 [christoph]  0.8.8claws106
2601
2602         * src/prefs_gtk.c
2603         * src/prefs_toolbar.c
2604         * src/gtk/prefswindow.h
2605         * src/plugins/spamassassin/spamassassin_gtk.c
2606                 remove page destroy function that is not used anymore
2607
2608 2003-01-16 [paul]       0.8.8claws105
2609
2610         * sync with 0.8.8cvs9
2611                 see ChangeLog 2002-01-16
2612
2613 2003-01-16 [colin]      0.8.8claws104
2614
2615         * src/compose.[ch]
2616                 Fix bug with autosaved drafts for IMAP, when draft
2617                 folder is specified - fixes bugzilla bug #20
2618
2619 2003-01-15 [paul]       0.8.8claws103
2620
2621         * src/compose.[ch]
2622           src/procmsg.c
2623                 store folder and message-id of message forwarding
2624                 in queue header and set forward flag after sending
2625
2626 2003-01-15 [paul]       0.8.8claws102
2627
2628         * sync with 0.8.8cvs8
2629                 see ChangeLog 2002-01-15
2630
2631 2003-01-15 [colin]      0.8.8claws101
2632
2633         * src/Makefile.am
2634                 Fix linking with GNU libiconv
2635
2636 2003-01-15 [darko]      0.8.8claws100
2637
2638         * src/pine.c
2639                 fix crash when importing pine address book
2640                 entry with an empty name (reported by DY
2641                 <dybulk at tri8.net>)
2642
2643 2003-01-14 [paul]       0.8.8claws99
2644
2645         * configure.in  ** REMOVED **
2646           configure.ac  ** NEW FILE **
2647                 rename configure.in to configure.ac, as it is now
2648                 preferred
2649
2650 2003-01-14 [melvin]     0.8.8claws98
2651
2652         * src/folderview.c
2653                 folderview_check_new(): More precise function description
2654
2655 2003-01-14 [melvin]     0.8.8claws97
2656
2657         * src/folderview.c
2658                 folderview_check_new(): return the number of new messages 
2659                         since last check.
2660         * src/inc.c
2661                 inc_account_mail(): Disable counting of new messages for IMAP
2662                         and NNTP until bug [19] and [14] are fixed.
2663
2664 2003-01-14 [paul]       0.8.8claws96
2665
2666         * sync with 0.8.8cvs6
2667                 see ChangeLog 2003-01-14
2668
2669 2003-01-13 [alfons]     0.8.8claws95
2670
2671         * src/textview.c
2672                 tune email address validation (c. 0.8.8claws89): if . is 
2673                 just one char away from @, the address is invalid too 
2674                 (correctly rejects addresses like foo@.com)
2675
2676 2003-01-13 [paul]       0.8.8claws94
2677
2678         * src/messageview.c
2679           src/toolbar.c
2680                 fixes to the Message View toolbar and menu:
2681                 fix non-functioning Forward button
2682                 make Reply button consider default_reply_list
2683                 remove 'Follow-up...' menu entry
2684                 add 'Forward' and 'Redirect' menu entries
2685
2686 2003-01-13 [melvin]     0.8.8claws93
2687
2688         * src/inc.c
2689                 Fixed typo that could make new messages count incorrect.
2690
2691 2003-01-13 [melvin]     0.8.8claws92
2692
2693         * src/folderview.[ch]
2694                 folderview_check_new(): return the number of new messages.
2695         * src/inc.c
2696                 Should fix bug [14] where new mail notification worked 
2697                         incorrectly with IMAP accounts.
2698                 inc_spool_account(): return number of new msgs, or -1 on error
2699                 inc_all_spool(): return number of new msgs
2700                 
2701 2003-01-13 [melvin]     0.8.8claws91
2702
2703         * src/prefs_actions.c
2704                 Justify help text.
2705
2706 2003-01-12 [thorsten]   0.8.8claws90
2707
2708         * src/common/prefs.c
2709                 close file before rename
2710
2711 2003-01-12 [alfons]     0.8.8claws89
2712
2713         * AUTHORS
2714                 add Christian Mertes
2715         * src/common/utils.[ch]
2716                 g_stricase_hash(), g_stricase_equal(): functions for 
2717                 case insensitive hash tables
2718         * src/textview.c
2719                 use top level domain names to validate email address, based
2720                 on a patch by Christian Mertes (thanks!), but changed 
2721                 implementation to use a hash table 
2722
2723 2003-01-12 [paul]       0.8.8claws88
2724
2725         * po/bg.po
2726                 updated by George Danchev
2727
2728 2003-01-12 [alfons]     0.8.8claws87
2729
2730         * src/summaryview.c
2731                 delete / execute performance: use new style folder update
2732
2733 2003-01-12 [paul]       0.8.8claws86
2734
2735         * sync with 0.8.8cvs5
2736                 see ChangeLog 2003-01-13 (!)
2737
2738 2003-01-12 [alfons]     0.8.8claws85
2739
2740         * src/filtering.c
2741         * src/matcher_parser_parse.y
2742                 prepare change_score filtering action
2743         * src/matcher.[ch]
2744                 give up const-correctness on functions that call non-const-correct functions;
2745                 several casts to gpointer in g_free();
2746                 add change_score;
2747
2748 2003-01-12 [christoph]  0.8.8claws84
2749
2750         * src/compose.c
2751                 fix 2 warnings
2752
2753         * src/gtk/prefswindow.[ch]
2754         * src/plugins/spamassassin/spamassassin_gtk.c
2755                 changed the call of the widget create function
2756                 for PrefsPages, because sometimes the widget
2757                 create function needs a widget that already has
2758                 been attached to a window (to create GDK pixmaps
2759                 for exmaple). So we simply pass the GtkWindow as
2760                 the second parameter now.
2761
2762         * src/main.c
2763         * src/mainwindow.c
2764         * src/prefs_toolbar.[ch]
2765                 rewrite Toolbar Preferences using the new
2766                 prefs window
2767
2768 2003-01-11 [alfons]     0.8.8claws83
2769
2770         * src/addressadd.c
2771                 fix crash when adding sender to addressbook because status bar
2772                 isn't there (the status bar doesn't seem to be used though,
2773                 but I'll let Match decide what to do with it)
2774
2775 2003-01-11 [colin]      0.8.8claws82
2776
2777         * src/main.c
2778           src/toolbar.c
2779                 Two useless changes reversed
2780
2781 2003-01-11 [colin]      0.8.8claws81
2782
2783         * src/mainwindow.c
2784           src/mainwindow.h
2785                 Add mainwindow_get_mainwindow()
2786         * src/alertpanel.c
2787           src/alertpanel.h
2788                 Add alertpanel_error_log() 
2789         * src/compose.c
2790           src/inc.c
2791           src/messageview.c
2792           src/toolbar.c
2793           src/main.c
2794           src/procmsg.c
2795                 Network errors get a View Log button
2796
2797 2003-01-10 [alfons]     0.8.8claws80
2798
2799         * src/prefs_toolbar.c
2800         * src/toolbar.c
2801                 use the translatable string for "Separator" as file name for
2802                 separator toolbar items (probably make this uppercase?)
2803
2804 2003-01-10 [alfons]     0.8.8claws79
2805
2806         * src/prefs_toolbar.c
2807                 put right A_SEPARATOR description string in "displayed
2808                 toolbar items list" so manually added separators are
2809                 saved correctly (bug #10, "Adding a separator to the main 
2810                 toolbar fails, entry in xml file is wrong")
2811
2812 2003-01-10 [christoph]  0.8.8claws78
2813
2814         * src/imap.c
2815                 o fix warnings
2816                 o use CAPABILITY to check if NAMESPACE is available
2817
2818 2003-01-10 [christoph]  0.8.8claws77
2819
2820         * src/imap.[ch]
2821                 apply UIDPLUS IMAP extension support patch
2822
2823         Patch submitted by Simon 'corecode' Schubert
2824
2825 2003-01-10 [paul]       0.8.8claws76
2826
2827         * src/folderview.c
2828                 a sync from main which fixes the news account folders'
2829                 Properties bug
2830
2831 2003-01-10 [christoph]  0.8.8claws75
2832
2833         * src/folder.c
2834                 don't accept 0 as a valid uid returned by copy and move
2835                 functions. 0 means the message was copied or moved but the
2836                 new uid could not be fetched. It is not an error condition
2837                 for the copy or move operation.
2838
2839 2003-01-10 [paul]       0.8.8claws74
2840
2841         * src/prefs_filtering.c
2842                 change English used in Alert when entry is not
2843                 saved.
2844                 
2845         * sync with 0.8.8cvs4
2846                 see ChangeLog 2003-01-10
2847
2848 2003-01-10 [darko]      0.8.8claws73
2849
2850         * src/pine.c
2851                 fix crash when importing address book entry
2852                 without a valid address
2853
2854 2003-01-09 [alfons]     0.8.8claws72
2855
2856         * src/inc.c
2857                 filtering performance: use new style folder update
2858
2859 2003-01-09 [christoph]  0.8.8claws71
2860
2861         * src/compose.c
2862         * src/gtk/menu.[ch]
2863                 fix wrong selecting of mime encoding type, when
2864                 opening property dialog of attachments in the
2865                 compose window. 7bit was always selected and that
2866                 destoryed files with 8bit data.
2867                 (closes bug #9 Sylpheed-claws destroys attachments when
2868                  changing MIME-types)
2869
2870 2003-01-09 [paul]       0.8.8claws70
2871
2872         * sync with 0.8.8cvs3
2873                 see ChangeLog 2003-01-09
2874
2875 2003-01-08 [alfons]     0.8.8claws69
2876         
2877         * src/addressadd.c
2878                 apply patch by Kim Schulz to fix build breakage
2879                 because of missing variable
2880
2881 2003-01-08 [paul]       0.8.8claws68
2882
2883         * sync with 0.8.8cvs2
2884                 see ChangeLog 2002-01-08
2885
2886 2003-01-08 [paul]       0.8.8claws67
2887
2888         * po/it.po
2889                 updated by Alessandro Maestri
2890                 
2891         * src/addressadd.c
2892                 when using 'Add sender to addressbook' allow
2893                 name to be edited and remarks to be entered
2894                 Patch submitted by Luke Plant
2895
2896 2003-01-08 [darko]      0.8.8claws66
2897
2898         * README.claws, src/summaryview.c
2899                 fix description for marked messages
2900
2901 2003-01-08 [paul]
2902
2903         * tools/Makefile.am
2904           tools/launch_phoenix  ** NEW FILE **
2905                 add script that enables using Phoenix as the default
2906                 web browser. 
2907                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2908                 
2909         * tools/OOo2sylpheed.pl
2910                 remove full path to sylpheed executable, just 'sylpheed'
2911                 will do
2912                 
2913         * tools/README
2914                 add launch_phoenix informtion and re-arrange and compress
2915                 the data a little
2916
2917 2003-01-07 [christoph]  0.8.8claws65
2918
2919         * src/folder.c
2920                 fix update for source folder when moving messages
2921         * src/procmsg.[ch]
2922         * src/summaryview.c
2923                 use function to set to_folder for message infos and
2924                 automatically update the op_count for old and new
2925                 folder
2926
2927 2003-01-07 [melvin]     0.8.8claws64
2928
2929         * src/prefs_actions.c
2930                 Fixed bug where an '%p' Action on a displayed image crashed 
2931                         Sylpheed
2932                 Code clean up (get rid of duplicated code and removed unnecessary 
2933                                 structure member)
2934
2935 2003-01-07 [christoph]  0.8.8claws63
2936
2937         * src/compose.c
2938         * src/folder.[ch]
2939         * src/folderview.c
2940         * src/import.c
2941         * src/inc.c
2942         * src/main.c
2943         * src/mainwindow.c
2944         * src/messageview.c
2945         * src/prefs_folder_item.c
2946         * src/procmsg.c
2947         * src/summaryview.c
2948         * src/toolbar.c
2949                 o remove all folder update triggering from the UI code. The folder
2950                   system should know much better when a folder needs an update.
2951                 o to prevent multiple updates in a row the folder updates can be
2952                   frozen for some time.
2953
2954                 Note: - Please verify that no updates are missing
2955                       - Check where freeze/thaws should be added
2956
2957 2003-01-07 [christoph]  0.8.8claws62
2958
2959         * src/prefs_actions.c
2960                 don't translate empty strings
2961
2962         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2963
2964 2003-01-06 [christoph]  0.8.8claws61
2965
2966         * src/prefs_actions.c
2967                 mark strings for gettext
2968         * src/prefs_matcher.c
2969                 use new description window for Execute action and
2970                 match condition in Filtering
2971
2972         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2973
2974 2003-01-06 [alfons]     0.8.8claws60
2975
2976         keep myself inspired to re-organize matcher part 8; 
2977         yes, more to come (I need to move out the descriptive
2978         text for actions to matcher.c, or at least make it not
2979         depend on the wicked ordering)
2980
2981         * src/prefs_matcher.c
2982                 add documentation so others may comprehend the
2983                 UI part of the conditions
2984                 
2985 2003-01-06 [christoph]  0.8.8claws59
2986
2987         * src/prefs_actions.c
2988                 use new description window for syntax help
2989         * src/gtk/description_window.c
2990                 fix display of descriptions with column count != 2
2991
2992         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2993
2994 2003-01-06 [christoph]  0.8.8claws58
2995
2996         * src/quote_fmt.c
2997         * src/summaryview.[ch]
2998         * src/gtk/Makefile.am
2999         * src/gtk/description_window.[ch]       ** NEW **
3000                 use a generic window to display syntax descriptions
3001                 currently used in quote_fmt and summaryview (new description
3002                 for extended quick search)
3003
3004         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3005
3006 2003-01-06 [paul]       0.8.8claws57
3007
3008         * sync with 0.8.8cvs1
3009                 see ChangeLog 2003-01-06
3010
3011 2003-01-06 [christoph]  0.8.8claws56
3012
3013         * src/mainwindow.c
3014         * src/prefs_gtk.[ch]
3015         * src/gtk/prefswindow.[ch]
3016         * src/plugins/spamassassin/spamassassin_gtk.c
3017                 o remove page management from prefswindow, pages
3018                   will be an argument to prefswindow_open
3019                 o prefswindow_open gets a datapointer that is
3020                   passed to the widget_create function to allow
3021                   creation of prefswindow for specific items
3022
3023 2003-01-06 [colin]      0.8.8claws55
3024         
3025         * src/summaryview.c
3026                 We don't want regexp in the reply-finder, 
3027                 because MIDs can contain !,$,. and so on
3028
3029 2003-01-06 [jens]       0.8.8claws54
3030
3031         * src/jpilot.c
3032                 fixed a wrong free in jpilot_read_db_files
3033
3034 2003-01-06 [alfons]     0.8.8claws53
3035
3036         re-organize matcher part 8; more to come
3037        
3038         * src/matcher.c
3039                 matcherprop_to_string(): put g_free()s before the
3040                 switch-case break to fix memleaks                
3041
3042 2003-01-06 [colin]      0.8.8claws52
3043
3044         * src/summaryview.c
3045                 cleanup & reply-finder now displays the first 
3046                 matching message
3047
3048 2003-01-05 [alfons]     0.8.8claws51
3049
3050         re-organize matcher part 7; more to come
3051
3052         * src/matcher.[ch]
3053                 fixes for constant correctness;
3054                 more documentation;
3055
3056 2003-01-05 [alfons]     0.8.8claws50
3057
3058         re-organize matcher part 6; more to come
3059         
3060         * src/matcher.[ch]
3061                 fixes for constant correctness;
3062                 more documentation;
3063         * src/filtering.c
3064                 fix for constant correctness
3065
3066 2003-01-05 [colin]      0.8.8claws49
3067
3068         * src/account.[ch]
3069                 Add account_get_reply_account function
3070         * src/compose.c
3071                 Use account_get_reply_account function 
3072         * src/summaryview.c
3073                 Basic reply-finder - click on the replied
3074                 icon gets you to the outbox using quick-search
3075
3076 2003-01-05 [paul]       0.8.8claws48
3077
3078         * src/prefs_common.c
3079                 small change to English
3080                 
3081         * src/prefs_filtering.c
3082                 prefs_filtering_action_select(): improve logic and uniformity
3083                 of gui
3084
3085 2003-01-05 [alfons]     0.8.8claws47
3086
3087         fine tune solution to focus problems (bug #7)
3088
3089         * src/mainwindow.c
3090                 mainwindow_focus_in_event(): remove grab event check
3091         * src/summaryview.c
3092                 summary_button_pressed(): move selection on right-click
3093                 too. we can't possibly move the selection back after
3094                 canceling a dialog, because gtk's incomplete focus 
3095                 management. whether this is a good solution, only time
3096                 will tell.
3097
3098 2003-01-05 [christoph]  0.8.8claws46
3099
3100         * src/imap.c
3101                 fix crash when no imap connection could be established
3102
3103 2003-01-05 [paul]       0.8.8claws45
3104
3105         * src/mainwindow.c
3106           src/sumamryview.c
3107           src/gtk/menu.[ch]
3108                 fix bug 605957 'shortcuts in popup-menu'
3109                 make user-defined shortcuts work
3110                 show shortcuts that are already defined
3111                 in the main menu
3112                 Patch submitted by Luke Plant
3113
3114 2003-01-05 [alfons]     0.8.8claws44
3115
3116         * src/mainwindow.c
3117                 focus_in_event handler should not select summary view row 
3118                 when another window (menu, dialog) grabbed for events 
3119                 (bug #7, "[0.8.8claws42] Message summary focus") 
3120
3121 2003-01-04 [christoph]  0.8.8claws43
3122
3123         * src/procmsg.c
3124                 update save folder after adding the sent message
3125                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
3126
3127 2003-01-02 [christoph]  0.8.8claws42
3128
3129         * src/common/plugin.c
3130                 fix unloading of all plugins and unload
3131                 plugins in reverse order
3132                 
3133         * src/gtk/pluginwindow.c
3134                 implement function of load and unload button
3135
3136         * src/gtk/prefswindow.c
3137         * src/gtk/prefswindow.h
3138                 rename register function and add new unregister
3139                 function
3140
3141         * src/plugins/spamassassin/spamassassin_gtk.c
3142                 unregister prefs page and update for changes in
3143                 src/gtk/prefswindow.c
3144
3145 2003-01-02 [paul]       0.8.8claws41
3146
3147         * po/es.po
3148                 updated by Ricardo Mones Lastra
3149
3150 2003-01-02 [paul]
3151
3152         * tools/tb2sylpheed
3153                 fixes and improvements by Urke MMI
3154
3155 2003-01-02 [thorsten]   0.8.8claws40
3156
3157         * src/procmsg.c
3158                 fixed wrong return value
3159
3160 2003-01-02 [thorsten]   0.8.8claws39
3161
3162         * src/prefs.c
3163                 fixed printing wrong variable
3164
3165 2003-01-02 [thorsten]   0.8.8claws38
3166
3167         * src/prefs.c
3168                 fixed acessing members of freed pfile struct
3169
3170 2003-01-02 [thorsten]   0.8.8claws37
3171
3172         * src/procmsg.c
3173                 detect loops across several messages
3174                 as suggested by Christoph Hohmann
3175
3176 2003-01-01 [match]      0.8.8claws36
3177
3178         * src/addrindex.c
3179                 fixed another memory leak.
3180
3181 2003-01-01 [match]      0.8.8claws35
3182
3183         * src/jpilot.[ch]
3184                 fixed memory leaks. applied Doxygen comments.
3185
3186 2003-01-01 [thorsten]   0.8.8claws34
3187
3188         * src/procmsg.c
3189                 inhibit endless loop if msg references itself
3190                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
3191
3192 2003-01-01 [christoph]  0.8.8claws33
3193
3194         * src/mainwindow.c
3195         * src/gtk/Makefile.am
3196         * src/gtk/pluginwindow.c                ** NEW **
3197         * src/gtk/pluginwindow.h                ** NEW **
3198                 add plugin window
3199
3200         * src/plugins/demo/demo.c
3201         * src/plugins/spamassassin/spamassassin.c
3202         * src/plugins/spamassassin/spamassassin_gtk.c
3203                 write better plugin descriptions
3204
3205 2002-12-31 [christoph]  0.8.8claws32
3206
3207         * src/gtk/prefswindow.c
3208         * src/plugins/spamassassin/spamassassin_gtk.c
3209                 some small improvements to GTK code
3210
3211 2002-12-31 [christoph]  0.8.8claws31
3212
3213         * src/plugins/spamassassin/spamassassin_gtk.c
3214                 enable folder select button
3215
3216 2002-12-31 [christoph]  0.8.8claws30
3217
3218         * src/mainwindow.c
3219         * src/gtk/Makefile.am
3220         * src/gtk/prefswindow.c                         ** NEW **
3221         * src/gtk/prefswindow.h                         ** NEW **
3222                 add new prefs window
3223
3224         * src/common/plugin.c
3225                 don't try to load empty config lines
3226         
3227         * src/plugins/spamassassin/Makefile.am
3228         * src/plugins/spamassassin/spamassassin.c
3229         * src/plugins/spamassassin/spamassassin.h       ** NEW **
3230         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
3231                 GTK config for SpamAssassin Plugin using
3232                 the new prefs window
3233
3234 2002-12-31 [paul]       0.8.8claws29
3235
3236         * po/POTFILES.in
3237                 remove obsolete entry 'src/menu.c'
3238
3239 2002-12-31 [alfons]     0.8.8claws28
3240
3241         * src/matcher.[ch]
3242         * src/matcher_parser_parse.y
3243         * src/prefs_matcher.c
3244                 add "ignore_thread" and "~ignore_thread" condition so it's
3245                 possible to make the actions / scoring operate on the ignore
3246                 thread flag
3247
3248 2002-12-31 [christoph]  0.8.8claws27
3249
3250         * src/addrbook.c
3251         * src/addrindex.c
3252         * src/folder.c
3253         * src/matcher.c
3254         * src/prefs_account.c
3255         * src/prefs_actions.c
3256         * src/prefs_customheader.c
3257         * src/prefs_display_header.c
3258         * src/prefs_gtk.c
3259         * src/procmime.c
3260         * src/toolbar.c
3261         * src/xmlprops.c
3262         * src/common/prefs.[ch]
3263                 extend prefs file handling for reading and automatic handling
3264                 of blocks. When reading prefs_set_block_label will automatically
3265                 move on to the block. When writing it will copy all other blocks
3266                 automatically
3267
3268         * src/common/plugin.c
3269                 Now loading plugin filenames from [Plugins] block in
3270                 sylpheed rc file
3271
3272 2002-12-30 [christoph]  0.8.8claws26
3273
3274         * src/common/hooks.[ch]
3275                 return abort status to caller of hooks_invoke
3276                 
3277         * src/inc.[ch]
3278                 invoke message filtering hook and stop
3279                 default handling when filter returns abort
3280
3281         * src/common/plugin.[ch]
3282         * src/plugins/demo/demo.c
3283                 modify plugin loader, because resolving symbols for strings
3284                 does not work correctly
3285         
3286         * configure.in
3287         * ac/spamassassin.m4                            ** NEW **
3288         * src/plugins/spamassassin/.cvsignore           ** NEW **
3289         * src/plugins/spamassassin/Makefile.am          ** NEW **
3290         * src/plugins/spamassassin/README               ** NEW **
3291         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
3292         * src/plugins/spamassassin/spamassassin.c       ** NEW **
3293         * src/plugins/spamassassin/utils.[ch]           ** NEW **
3294                 add spamassassin plugin, see src/plugins/spamassassin/README
3295                 for details
3296
3297 2002-12-29 [alfons]     0.8.8claws25
3298
3299         * src/mainwindow.c
3300                 when moving focus from a message view to the main 
3301                 window, don't forget to select the summary node
3302                 of the displayed message. should fix "[ 659103 ] 
3303                 focus-follows-mouse confuses sylpheed"
3304
3305 2002-12-29 [christoph]  0.8.8claws24
3306
3307         * src/Makefile.am
3308         * src/stringtable.[ch]          ** REMOVE **
3309         * src/common/Makefile.am
3310         * src/common/stringtable.[ch]   ** NEW **
3311                 move stringtable files to common directory
3312
3313 2002-12-29 [christoph]  0.8.8claws23
3314
3315         * src/Makefile.am
3316         * src/menu.[ch]                 ** REMOVE **
3317         * src/gtk/Makefile.am
3318         * src/gtk/menu.[ch]             ** NEW **
3319                 move menu files to gtk directory
3320
3321 2002-12-29 [match]      0.8.8claws22
3322
3323         * src/addressbook.c
3324         * src/syldap.c
3325                 moved UI specific code out of LDAP code into addressbook
3326                 UI code. fixed memory leak.
3327
3328 2002-12-29 [christoph]  0.8.8claws21
3329
3330         * src/folder.c
3331                 only check for IGNORED parent message when message is
3332                 not IGNORED itself
3333
3334 2002-12-29 [alfons]     0.8.8claws20
3335
3336         * src/summaryview.c
3337                 set gtksctree's anchor correct (immediate execute
3338                 changes the tree's layout, and anchor points at 
3339                 the incorrect row). fixes "[ 657233 ] multiple msg 
3340                 delete sometimes off by 1".
3341                 we probably have to look for more tree layout /
3342                 anchor glitches.
3343
3344 2002-12-29 [paul]       0.8.8claws19
3345
3346         * src/summaryview.c
3347                 fix bug [ 659054 ] incorrect sorting of 'From' column
3348                 when using 'display sender using address book'
3349                 thanks to Alfons and Luke Plant
3350
3351 2002-12-29 [christoph]  0.8.8claws18
3352
3353         * src/folder.c
3354         * src/procmsg.[ch]
3355                 check parent messages for IGNORE THREAD flag, when adding,
3356                 moving or copying messages to a folder
3357
3358 2002-12-27 [alfons]     0.8.8claws17
3359
3360         re-organize matcher part 5; more to come
3361
3362         * src/matcher.c
3363                 hash keywords in matchparser_tab 
3364
3365 2002-12-27 [alfons]     0.8.8claws16
3366
3367         re-organize matcher part 4; more to come
3368
3369         * src/matcher_parser.h
3370         * src/matcher_parser_lex.l
3371         * src/matcher_parser_parse.y
3372                 cleanup
3373
3374 2002-12-27 [alfons]     0.8.8claws15
3375
3376         re-organize matcher part 3; more to come
3377
3378         * src/matcher.[ch]
3379                 cleanup
3380
3381 2002-12-27 [alfons]     0.8.8claws14
3382
3383         re-organize matcher part 2; more to come but this should
3384         work. cc me if there are any regressions.
3385
3386         * src/matcher.h
3387                 add prototype for get_matchparser_tab_id()
3388         * src/matcher_parser_lex.l
3389                 look up keywords using matchparser_tab_id();
3390
3391 2002-12-27 [alfons]     0.8.8claws12
3392
3393         re-organize matcher part 1
3394
3395         * src/matcher.h
3396                 map yacc generated constants to sylpheed matcher constants
3397         * src/matcher.c
3398                 add function to find a matcher constant from a string
3399
3400 2002-12-27 [christoph]  0.8.8claws11
3401
3402         * src/compose.c
3403                 MENUITEM_ADD casts the 4th argument from integer to pointer
3404                 so it probably should not be a pointer, this means we
3405                 should use account id for it and not the account's pointer
3406
3407 2002-12-27 [paul]       0.8.8claws10
3408
3409         * src/mainwindow.c
3410                 remove unneeded 'GtkWidget *vbox'
3411                 
3412         * src/summaryview.c
3413                 further sync with 0.8.8 - make sort
3414                 by recipient work as expected
3415                 
3416         * NEWS
3417                 sync with 0.8.8
3418
3419 2002-12-27 [paul]       0.8.8claws9
3420
3421         * po/pt_BR.po
3422                 updated by Ivan F. Martinez
3423                 
3424 2002-12-27 [darko]      0.8.8claws8
3425
3426         * src/common/utils.c
3427                 added locked pattern to extended search
3428
3429 2002-12-27 [alfons]     0.8.8claws7
3430
3431         * src/prefs_matcher.[ch]
3432                 clean up
3433
3434 2002-12-26 [alfons]     0.8.8claws6
3435
3436         * src/matcher.[ch]
3437         * src/matcher_parser_lex.l
3438         * src/matcher_parser_parse.y
3439         * src/prefs_matcher.c
3440                 allow color label as a condition in the matcher
3441
3442 2002-12-26 [oliver]     0.8.8claws5
3443         
3444         * src/toolbar.c 
3445                 enable Addressbook for Main and Messageview
3446         * src/prefs_actions.c
3447                 enable actions in Messageview
3448
3449 2002-12-26 [christoph]  0.8.8claws4
3450
3451         * src/common/plugin.c
3452                 add a little debug output
3453         * configure.in
3454         * src/plugins/demo/Makefile.am
3455                 better use of automake
3456
3457 2002-12-26 [christoph]  0.8.8claws3
3458
3459         * src/Makefile.am
3460         * src/common/Makefile.am
3461                 fix "make distdir"
3462
3463 2002-12-26 [christoph]  0.8.8claws2
3464
3465         * configure.in
3466                 sort configure checks into common / gtk / plugins
3467         * po/POTFILES.in
3468                 add src/prefs_gtk.c
3469         * src/Makefile.am
3470                 add plugins SUBDIR
3471         * src/main.c
3472         * src/common/sylpheed.[ch]
3473                 added now sylpheed_done function for shutdown
3474         * src/common/Makefile.am
3475         * src/common/plugin.[ch]                ** NEW **
3476                 plugin loader and unloader
3477         * src/plugins/.cvsignore                ** NEW **
3478         * src/plugins/Makefile.am               ** NEW **
3479                 build plugins
3480         * src/plugins/demo/.cvsignore           ** NEW **
3481         * src/plugins/demo/Makefile.am          ** NEW **
3482         * src/plugins/demo/demo.c               ** NEW **
3483                 small demo plugin that installs a logtext hook and
3484                 outputs the log text to stdout
3485
3486 2002-12-26 [paul]       0.8.8claws1
3487
3488         * po/es.po
3489                 updated by Ricardo Mones Lastra
3490
3491 2002-12-26 [paul]       0.8.8claws
3492
3493         * 0.8.8claws released
3494
3495 2002-12-26 [paul]       0.8.7claws12
3496
3497         * po/bg.po
3498                 updated by George Danchev
3499
3500 2002-12-26 [paul]       0.8.7claws11
3501
3502         * po/POTFILES.in
3503                 remove unneeded 'src/prefs.c' entry 
3504
3505 2002-12-26 [paul]       0.8.7claws10
3506
3507         * src/codeconv.c
3508           src/mainwindow.c
3509                 sync with 0.8.8 release
3510         
3511         * src/folder.[ch]
3512           src/mh.c
3513           src/summaryview.c
3514                 partial sync with 0.8.8 release
3515         
3516
3517 2002-12-25 [alfons]     0.8.7claws9
3518
3519         * src/matcher.[ch]
3520         * src/matcher_parser_lex.l
3521         * src/matcher_parser_parse.y
3522         * src/prefs_matcher.c
3523                 add locked flag to possible filtering / matcher 
3524                 conditions (also a good example what should be
3525                 done to add a simple boolean condition)
3526
3527 2002-12-25 [christoph]  0.8.7claws8
3528
3529         * src/Makefile.am
3530         * src/account.[ch]
3531         * src/addrbook.c
3532         * src/addressbook.c
3533         * src/addrindex.c
3534         * src/filtering.c
3535         * src/folder.c
3536         * src/matcher.c
3537         * src/prefs.[ch]                ** REMOVE **
3538         * src/prefs_account.c
3539         * src/prefs_actions.c
3540         * src/prefs_common.c
3541         * src/prefs_customheader.c
3542         * src/prefs_display_header.c
3543         * src/prefs_filtering.c
3544         * src/prefs_folder_item.c
3545         * src/prefs_gtk.[ch]            ** NEW **
3546         * src/prefs_matcher.c
3547         * src/prefs_scoring.c
3548         * src/prefs_summary_column.c
3549         * src/procmime.c
3550         * src/selective_download.c
3551         * src/toolbar.c
3552         * src/common/Makefile.am
3553         * src/common/prefs.[ch]         ** NEW **
3554                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
3555
3556 2002-12-24 [alfons]     0.8.7claws7
3557
3558         * src/summaryview.c
3559                 summary_thread_build(): fix real cause of the crash mentioned in
3560                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
3561                 this way we get meaningful ctree nodes 
3562
3563 2002-12-24 [oliver]     0.8.7claws6
3564
3565         * src/mainwindow.[ch]
3566         * src/messageview.[ch]
3567         * src/compose.[ch]
3568         * src/inc.c
3569         * src/summaryview.c
3570                 changes to use updated toolbar handling
3571                 
3572 2002-12-24 [oliver]     0.8.7claws5
3573
3574         * src/toolbar.[ch]
3575                 generic toolbar handling
3576                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
3577         * src/prefs_toolbar.[ch]
3578                 adjust to handling
3579         
3580 2002-12-24 [oliver]     0.8.7claws4
3581         
3582         * src/stock_pixmap.[ch]
3583                 move SYLPHEED_LOGO to end of list in order 
3584                 to remove it from Custom Toolbar`s Icon View
3585
3586 2002-12-24 [alfons]     0.8.7claws3
3587
3588         * src/summaryview.c
3589                 summary_thread_build(): fix crash because of focus != selection 
3590                 after threading. when deleting the selection, gtk tries but fails 
3591                 to find the correct focusable element. we now force the selection
3592                 to be focused. this should solve the infamous bug reported by 
3593                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
3594                 a test case is available. 
3595
3596 2002-12-24 [darko]      0.8.7claws2
3597
3598         * src/summaryview.c
3599                 don't crash when unmarking message with unread children
3600
3601 2002-12-23 [christoph]  0.8.7claws1
3602
3603         * src/Makefile.am
3604         * src/common/Makefile.am
3605                 update Makefiles for moved intl.h, version.h and defs.h
3606         * src/imap.c
3607                 rewrite imap_session_get to avoid duplicate code
3608
3609 2002-12-23 [paul]       0.8.7claws
3610
3611         * Santa-Claws released
3612         
3613         * po/hu.po
3614           po/ru.po
3615                 squeeze in updated Hungarian and Russian translations.
3616                 Submitted by  Gál Zoltán and Ruslan N. Balkin
3617
3618 2002-12-23 [paul]       0.8.6claws129
3619
3620         * po/pl.po
3621                 updated by Witold Wladyslaw Wojciech Wilk
3622
3623 2002-12-23 [paul]       0.8.6claws128
3624
3625         * src/quote_fmt_parse.y
3626                 fix typo and add licence header
3627
3628 2002-12-23 [paul]       0.8.6claws127
3629
3630         * po/en_GB.po
3631                 updated
3632
3633 2002-12-23 [paul]       0.8.6claws126
3634
3635         * po/it.po
3636                 updated translation, submitted by Alessandro Maestri
3637                 
3638 2002-12-23 [paul]       0.8.6claws125
3639
3640         * src/quote_fmt_parse.y
3641                 fix signature-stripping on replies bug. match
3642                 '-- \n' and not '-- '.
3643
3644 2002-12-22 [paul]       0.8.6claws124
3645
3646         * po/bg.po
3647           po/es.po
3648           po/sr.po
3649                 updated translations. submitted by George Danchev,
3650                 Ricardo Mones Lastra, and Urke MMI respectively
3651
3652 2002-12-21 [paul]       0.8.6claws123
3653
3654         * src/addrbook.c
3655                 fix coding style
3656
3657 2002-12-21 [paul]       0.8.6claws122
3658
3659         * src/addrbook.c
3660                 fix bug [643638] where if a person is in one or more
3661                 addressbook groups editing that person's email 
3662                 address results in removal from those groups.
3663                 Patch submitted by Luke Plant.
3664
3665 2002-12-20 [christoph]  0.8.6claws121
3666
3667         * src/common/utils.c
3668         * src/summaryview.c
3669                 reimplement expand_search_string using GString to
3670                 prevent crashs caused by miscalculated string
3671                 lengths reported by Paul
3672
3673 2002-12-20 [christoph]  0.8.6claws120
3674
3675         * src/summaryview.c
3676                 don't use "changed" to check if op_count has to be changed as it
3677                 is also set when the message has unread children
3678                 (closes bug [ 653221 ] crash while deleting duplicates)
3679
3680 2002-12-20 [paul]       0.8.6claws119
3681
3682         * sync with 0.8.6cvs27
3683                 see ChangeLog 2002-12-20
3684
3685 2002-12-20 [paul]       0.8.6claws118
3686
3687         * sync with 0.8.6cvs26
3688                 see ChangeLog 2002-12-19 and 2002-12-20
3689
3690 2002-12-19 [alfons]     0.8.6claws117
3691
3692         * src/textview.c
3693                 fix incorrect parsing of email addresses, submitted by 
3694                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
3695                 name display if it contains @".
3696
3697 2002-12-18 [paul]       0.8.6claws116
3698
3699         * sync with 0.8.6cvs23
3700                 see ChangeLog 2002-12-18
3701
3702 2002-12-18 [paul]       0.8.6claws115
3703
3704         * src/Makefile.am
3705         * src/account.c
3706         * src/codeconv.c
3707         * src/gtkutils.[ch]
3708         * src/imap.c
3709                 sync with 0.8.6cvs22.
3710                 see ChangeLog 2002-12-17 and 2002-12-18
3711
3712 2002-12-17 [christoph]  0.8.6claws114
3713
3714         * src/imap.c
3715                 o don't create a session if imap greeting fails
3716                 o don't close socket when authentication fails
3717                   this is done by imap_session_destroy
3718
3719 2002-12-17 [thorsten]   0.8.6claws113
3720
3721         * tools/Makefile.am
3722           tools/README
3723           tools/google_msgid.pl ** NEW FILE **
3724                 Added "search for message-id" script and doc
3725
3726 2002-12-17 [thorsten]   0.8.6claws112
3727
3728         * po/hu.po
3729                 Updated hungarian translation
3730                 (updated by Gal Zoltan)
3731
3732 2002-12-16 [christoph]  0.8.6claws111
3733
3734         * src/addr_compl.c
3735                 remove stupid addressbook dump to debug output
3736         * src/mh.c
3737                 fix memory leak found by Hiro
3738
3739 2002-12-14 [paul]       0.8.6claws110
3740
3741         * src/compose.c
3742                 fix menubar sensitivity on send
3743                 
3744         * src/prefs_filtering.c
3745         * src/prefs_matcher.c
3746         * src/prefs_scoring.c
3747                 Fix english ;)
3748                 
3749         * src/common/quoted-printable.h
3750                 sync: fix typo
3751         
3752 2002-12-13 [christoph]  0.8.6claws109
3753
3754         * src/Makefile.am
3755         * src/manage_window.[ch]        ** REMOVE **
3756         * src/gtk/Makefile.am
3757         * src/gtk/manage_window.[ch]    ** NEW **
3758                 move manage_window files to gtk directory
3759
3760 2002-12-13 [christoph]  0.8.6claws108
3761
3762         * src/Makefile.am
3763         * src/gtkshruler.[ch]           ** REMOVE **
3764         * src/gtk/Makefile.am
3765         * src/gtk/gtkshruler.[ch]       ** NEW **
3766                 move gtkshruler files to gtk directory
3767
3768 2002-12-13 [christoph]  0.8.6claws107
3769
3770         * src/Makefile.am
3771         * src/compose.c
3772         * src/gtkstext.[ch]             ** REMOVE **
3773         * src/gtkutils.[ch]
3774         * src/textview.c
3775         * src/gtk/gtkstext.[ch]         ** NEW **
3776         * src/gtk/Makefile.am
3777                 o move stext functions to gtkstext.c to remove
3778                   dependency of gtkutils
3779                 o move gtkstext files to gtk directory
3780
3781         * src/gtk/Makefile.am
3782         * src/gtk/sslcertwindow.[ch]
3783                 UI stuff can always depend on common code so
3784                 it's ok to add ../common to include path
3785
3786 2002-12-13 [colin]      0.8.6claws106
3787
3788         * src/summaryview.c
3789                 Disconnect sighandlers for mainwindow when
3790                 quicksearch has the focus
3791                 Fix bug #653231
3792         * src/mainwindow.[ch]
3793                 Make key_pressed callback public, to be able
3794                 to disconnect it
3795
3796 2002-12-13 [christoph]  0.8.6claws105
3797
3798         * src/mh.c
3799                 create .mh_sequences file in new MH folders
3800                 (closes feature request [ 523162 ] MH folders should
3801                  get a .mh_sequences)
3802
3803 2002-12-13 [colin]      0.8.6claws104
3804
3805         * src/summaryview.c
3806                 Better handling of quicksearch show/hide
3807                 (basically the button stays under the mouse 
3808                  when toggled)
3809
3810 2002-12-13 [paul]       0.8.6claws103
3811
3812         * sync with 0.8.6cvs17
3813                 see ChangeLog 2002-12-13
3814
3815 2002-12-13 [paul]       0.8.6claws102
3816
3817         * po/es.po
3818                 updated by Ricardo Mones Lastra
3819
3820 2002-12-11 [colin]       0.8.6claws101
3821
3822         * src/folder.c
3823                 remove statusbar stuff
3824           src/folderview.c
3825                 set statusbar verbosity when moving folders
3826
3827 2002-12-11 [colin]       0.8.6claws100
3828         * src/prefs_filtering.c
3829         * src/prefs_matcher.c
3830         * src/prefs_scoring.c
3831                 Fix english ;)
3832
3833 2002-12-11 [colin]       0.8.6claws99
3834
3835         * src/prefs_common.[ch]
3836                 Add summary_quicksearch_type
3837         * src/summaryview.c
3838                 Save last used quicksearch type
3839
3840 2002-12-11 [jens]       0.8.6claws98
3841         * src/prefs_filtering.c
3842         * src/prefs_matcher.c
3843         * src/prefs_scoring.c
3844                 added dialog for incomplete rules in scoring, filtering and
3845                 matcher to ask wheather really close
3846
3847 2002-12-11 [colin]      0.8.6claws97
3848
3849         * src/folder.c
3850                 Fix folder dnd statusbar logging
3851
3852 2002-12-10 [christoph]  0.8.6claws96
3853
3854         * src/compose.c
3855         * src/folder.c
3856         * src/imap.c
3857         * src/inc.c
3858         * src/main.c
3859         * src/mainwindow.c
3860         * src/news.c
3861         * src/send.c
3862         * src/statusbar.[ch]
3863         * src/common/hooks.c
3864         * src/common/log.[ch]
3865                 o handle verbose logging in statusbar directly in statusbar code
3866                   and common code does not need any knowledge about a statusbar
3867                 o remove direct calls to statusbar_(puts|pop)_all functions
3868
3869 2002-12-10 [jens]       0.8.6claws95
3870
3871         * src/*.c
3872                 removed gettext from g_warnings
3873         * po/POTFILES.in
3874                 cleaned and updated
3875         * po/de.po
3876                 updated
3877
3878 2002-12-10 [colin]      0.8.6claws94
3879
3880         * src/main.c
3881                 finish crash dialog fix
3882
3883 2002-12-10 [colin]      0.8.6claws93
3884
3885         * src/main.c
3886                 "Fix" "sylpheed already running" instead of
3887                 crash dialog appearing after a crash
3888
3889 2002-12-10 [colin]      0.8.6claws92
3890
3891         * po/POTFILES.in
3892                 add src/gtk/sslcertwindow.c
3893
3894 2002-12-10 [paul]       0.8.6claws91
3895
3896         * po/POTFILES.in
3897                 updated to reflect recent changes
3898                 submitted by Alessandro Maestri
3899
3900 2002-12-09 [christoph]  0.8.6claws90
3901
3902         * src/Makefile.am
3903         * src/smtp.[ch]                 ** REMOVE **
3904         * src/common/Makefile.am
3905         * src/common/smtp.[ch]          ** NEW **
3906                 move smtp files to common directory
3907
3908 2002-12-09 [christoph]  0.8.6claws89
3909
3910         * src/Makefile.am
3911         * src/session.[ch]              ** REMOVE **
3912         * src/common/Makefile.am
3913         * src/common/session.[ch]       ** NEW **
3914                 move session files to common directory
3915
3916 2002-12-09 [paul]       0.8.6claws88
3917
3918         * src/account.c
3919                 fix bug [649746] edit accounts: move account reverted
3920                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3921
3922 2002-12-09 [colin]      0.8.6claws87
3923
3924         * src/ssl_certificate.c
3925                 cleanup
3926
3927 2002-12-09 [colin]      0.8.6claws86
3928
3929         * src/ssl.c
3930                 Try to open the cert.pem database and 
3931                 issue a warning if it isn't there
3932
3933 2002-12-09 [colin]      0.8.6claws85
3934
3935         * src/common/ssl_certificate.c
3936         * src/gtk/sslcertwindow.c
3937                 Warning fixes
3938
3939 2002-12-09 [colin]      0.8.6claws84
3940
3941         * src/ssl_certificate.[ch] ** REMOVED **
3942         * src/common/ssl_certificate.[ch] ** NEW **
3943         * src/Makefile.am
3944         * src/common/Makefile.am
3945                 Moved ssl_certificate.[ch] to common
3946         * src/common/ssl.c 
3947                 Put back needed include
3948         * src/gtk/sslcertwindow.[ch]
3949                 Changed ssl_certificate.h include
3950         
3951 2002-12-09 [colin]      0.8.6claws83
3952
3953         * src/gtk/sslcertwindow.[ch]
3954                 Implement hook for certificate acception
3955         * src/ssl_certificate.[ch]
3956                 Implement hook for certificate acception
3957         * src/common/ssl.c
3958                 Reenable certificate acception check
3959         * src/mainwindow.c
3960                 Register sslcertwindow's hook
3961         
3962 2002-12-08 [christoph]  0.8.6claws82
3963
3964         * src/about.c
3965         * src/addr_compl.c
3966         * src/codeconv.c
3967         * src/manual.c
3968         * src/undo.c
3969         * src/common/utils.c
3970                 o add missing includes
3971                 o fix warnings
3972         * src/.cvsignore
3973         * src/common/.cvsignore
3974         * src/common/version.h          ** REMOVE **
3975                 remove autogenerated file
3976
3977 2002-12-08 [paul]       0.8.6claws81
3978
3979         * src/stringtable.c
3980                 put back needed include
3981
3982 2002-12-08 [colin]      0.8.6claws80
3983         
3984         * src/gtk/sslcertwindow.c
3985                 Cleaner popups when asking
3986         * src/ssl_certificate.c
3987         * src/prefs_common.[ch]
3988                 remove ssl certificate pref
3989                 put back needed include
3990         * src/undo.c
3991                 put back needed include
3992
3993 2002-12-08 [christoph]  0.8.6claws79
3994
3995         * src/folderview.c
3996         * src/logwindow.c
3997         * src/statusbar.c
3998         * src/summaryview.c
3999                 only abort hook invokation if required data is missing not
4000                 if our own data pointer is NULL, update hookfunction for
4001                 log window
4002
4003 2002-12-08 [paul]       0.8.6claws78
4004
4005         * src/about.c
4006         * src/addrcache.c
4007         * src/addrclip.c
4008         * src/addr_compl.c
4009         * src/addrselect.c
4010         * src/codeconv.c
4011         * src/colorlabel.c
4012         * src/enriched.c
4013         * src/esmtp.c
4014         * src/exporthtml.c
4015         * src/headerview.c
4016         * src/imageview.c
4017         * src/manual.c
4018         * src/noticeview.c
4019         * src/pgptext.c
4020         * src/scoring.c
4021         * src/sourcewindow.c
4022         * src/stringtable.c
4023         * src/undo.c
4024                 clean up: remove unneccesary includes
4025
4026 2002-12-08 [christoph]  0.8.6claws77
4027
4028         * src/folderview.c
4029         * src/statusbar.c
4030         * src/summaryview.c
4031         * src/common/hooks.[ch]
4032                 hook functions now have a gboolean return value, if a hook
4033                 returns TRUE it will stop executing of any more hooks in
4034                 the same hooklist for this invokation
4035
4036 2002-12-08 [colin]      0.8.6claws76
4037         
4038         * src/main.c
4039                 put back argv0 for CRASH_DIALOG
4040
4041 2002-12-08 [christoph]  0.8.6claws75
4042
4043         * src/Makefile.am
4044         * src/about.c
4045         * src/account.c
4046         * src/crash.c
4047         * src/esmtp.h
4048         * src/imap.[ch]
4049         * src/inc.c
4050         * src/main.c
4051         * src/mainwindow.c
4052         * src/news.c
4053         * src/pop.[ch]
4054         * src/prefs_account.[ch]
4055         * src/prefs_common.[ch]
4056         * src/send.[ch]
4057         * src/smtp.[ch]
4058         * src/ssl_certificate.[ch]
4059         * src/ssl_manager.[ch]
4060         * src/common/Makefile.am
4061         * src/common/log.c
4062         * src/common/nntp.[ch]
4063         * src/common/socket.[ch]
4064         * src/common/ssl.[ch]
4065         * src/gtk/sslcertwindow.[ch]
4066         * ac/openssl.m4
4067                 use new autoconf script to detect OpenSSL with extra parameters
4068                 to specify the location of libs and includes, also remove USE_SSL
4069                 to USE_OPENSSL
4070
4071         * src/common/sylpheed.[ch]
4072         * src/common/version.h.in
4073                 start seperation of common code initialization seperated from gui
4074
4075         * src/summaryview.c
4076                 The function that is called when a color label changes
4077                 should not change the color lable again
4078
4079 2002-12-08 [colin]      0.8.6claws74
4080
4081         * src/gtk/sslcertwindow.c
4082                 warning fixes
4083
4084 2002-12-08 [colin]      0.8.6claws73
4085
4086         * src/statusbar.c
4087           src/common/log.h
4088                 Register a hook for statusbar_puts_all
4089         * src/common/log.c
4090                 invoke statusbar_puts_all's hook
4091         
4092 2002-12-08 [colin]      0.8.6claws72
4093
4094         * src/ssl_certificate.c
4095                 Put back a badly-removed include
4096
4097 2002-12-08 [colin]      0.8.6claws71
4098
4099         * src/gtk/sslcertwindow.[ch]    ** NEW **
4100                 new certificate presentation
4101         * src/gtk/Makefile.am
4102                 add new files
4103         * src/ssl_certificate.[ch]
4104                 gtk cleanup, made utility functions public
4105         * src/ssl_manager.c
4106                 use new cert presentation
4107
4108 2002-12-07 [christoph]  0.8.6claws70
4109
4110         * src/Makefile.am
4111         * src/nntp.[ch]                 ** REMOVE **
4112         * src/common/Makefile.am
4113         * src/common/nntp.[ch]          ** NEW **
4114                 move nntp files to common directory
4115
4116 2002-12-07 [christoph]  0.8.6claws69
4117
4118         * src/procmsg.[ch]
4119         * src/summaryview.c
4120                 implement msginfo update callback using sylpheed's new
4121                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
4122
4123 2002-12-06 [christoph]  0.8.6claws68
4124
4125         * src/editgroup.c
4126                 This patch changes the 'Edit Group Details' dialog to
4127                 allow extended selections in either pane, so that
4128                 addresses can be added or removed from a group more
4129                 quickly and easily. (it actually is a net decrease in
4130                 file size, as some unnecessary functions have been
4131                 removed). 
4132                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
4133
4134 2002-12-06 [christoph]  0.8.6claws67
4135
4136         * src/Makefile.am
4137         * src/template.[ch]             ** REMOVE **
4138         * src/common/Makefile.am
4139         * src/common/template.[ch]      ** NEW **
4140                 move template files to common directory
4141
4142         * src/nntp.c
4143                 add missing log.h include
4144
4145 2002-12-06 [melvin]     0.8.6claws66
4146
4147         * src/prefs_actions.c
4148                 Added the trailing ">" syntax to insert command's output
4149                 without replacing old text (in contrast to trailing "|").
4150
4151 2002-12-05 [colin]      0.8.6claws65
4152         
4153         * src/common/utils.c
4154                 Don't modify original search_string or it'll change
4155                 the next iterations in the for()
4156
4157 2002-12-05 [darko]      0.8.6claws64
4158
4159         * src/common/utils.c
4160                 proper check for filtering commands, found by Colin
4161
4162 2002-12-05 [darko]      0.8.6claws63
4163
4164         * src/common/utils.c
4165                 check proper string for NULL pointer, found by Colin
4166
4167 2002-12-05 [darko]      0.8.6claws62
4168
4169         * src/common/utils.[ch]
4170                 expand_search_string(): new function
4171                 converts Mutt-like patterns to Sylpheed's
4172                 filtering engine
4173         * src/summaryview.c
4174                 use expand_search_string() to allow Mutt-like
4175                 patterns in extended search
4176         * README.claws
4177                 document extended option in quick search
4178
4179 2002-12-05 [paul]       0.8.6claws61
4180
4181         * sync with 0.8.6cvs16
4182                 see ChangeLog 2002-12-05
4183                 
4184         * po/POTFILES.in
4185                 clean up
4186
4187 2002-12-04 [christoph]  0.8.6claws60
4188
4189         * src/imap.[ch]
4190                 put imap authentication code into a new function and
4191                 remove it from imap_session_new that will allow to
4192                 send other commands before authentication
4193
4194 2002-12-04 [christoph]  0.8.6claws59
4195
4196         * src/imap.[ch]
4197                 use already existing method to prevent unneeded IMAP
4198                 folder selects. Set imap_select parameters to NULL
4199                 in some functions if the values are not required.
4200
4201         * src/xml.h
4202                 remove no longer required include
4203
4204 2002-12-04 [paul]       0.8.6claws58
4205
4206         * po/es.po
4207                 updated by Ricardo Mones Lastra
4208                 
4209         * configure.in
4210           po/hu.po      ** NEW FILE **
4211                 initial Hungarian translation, submitted
4212                 by Gál Zoltán <galzoli@hu.inter.net>
4213
4214 2002-12-03 [christoph]  0.8.6claws57
4215
4216         * src/Makefile.am
4217         * src/gtksctree.[ch]            ** REMOVE **
4218         * src/gtk/Makefile.am
4219         * src/gtk/gtksctree.[ch]        ** NEW **
4220                 move gtksctree files to gtk directory
4221
4222 2002-12-03 [christoph]  0.8.6claws56
4223
4224         * src/Makefile.am
4225         * src/md5.[ch]                  ** REMOVE **
4226         * srm/common/Makefile.am
4227         * src/common/md5.[ch]           ** NEW **
4228                 move md5 files to common directory
4229
4230         * src/gtkstext.c
4231                 remove not required #include
4232
4233 2002-12-03 [sergey]     0.8.6claws55
4234
4235         * src/gtkutils.c
4236         * src/gtkutils.h
4237                 gtkut_window_popup(): new function.
4238         * src/mainwindow.c
4239                 main_window_popup(): use gtkut_window_popup() to raise
4240                 window without changing its position.
4241                 (see sylpheed-main ML message [sylpheed:17247])
4242
4243 2002-12-03 [sergey]     0.8.6claws54
4244
4245         * src/send.c
4246                 send_message_local(): removed first-dot escaping
4247                 (SMTP-only, not needed for sending through pipe)
4248
4249 2002-12-03 [paul]       0.8.6claws53
4250
4251         * po/POTFILES.in
4252                 update to reflect recent changes (thanks
4253                 to Ricardo Mones Lastra)
4254                 
4255         * tools/filter_conv.pl
4256                  fix problem with quoted strings. Patch submitted
4257                  by Luke Plant <lukeplant@softhome.net>
4258
4259 2002-12-03 [paul]       0.8.6claws52
4260
4261         * sync with 0.8.6cvs15
4262                 see ChangeLog 2002-12-03
4263
4264 2002-12-02 [christoph]  0.8.6claws51
4265
4266         * src/logwindow.[ch]
4267         * src/common/log.[ch]
4268                 implement logging using a hook function
4269
4270         * src/folderview.c
4271         * src/folder.[ch]
4272                 define hooklist name in header file to avoid
4273                 errors caused by wrong spelling of hooklist names
4274
4275         * src/toolbar.c
4276                 fix warnings
4277
4278 2002-12-02 [christoph]  0.8.6claws50
4279
4280         * src/common/Makefile.am
4281                 add src/common/hooks.[ch]
4282
4283         * src/common/hooks.[ch]
4284                 implement a simple hook system using glib's hook functions
4285
4286         * src/folder.[ch]
4287         * src/folderview.c
4288                 use new hook system for folder item updates
4289
4290 2002-12-02 [christoph]  0.8.6claws49
4291
4292         * doc-src/ui_seperation.txt     ** NEW **
4293                 information for ui seperation
4294
4295         * src/Makefile.am
4296                 remove files that were moved to common
4297                 include common directory by default for the header files
4298
4299         * src/inc.c
4300         * src/common/socket.c
4301         * src/automaton.[ch]
4302                 implement automaton using g_io_*-functions instead of
4303                 gdk_input_add to make it ui independent
4304
4305         * src/codeconv.c
4306         * src/compose.c
4307         * src/ldif.c
4308         * src/pgptext.c
4309         * src/procmime.c
4310         * src/rfc2015.c
4311         * src/smtp.c
4312         * src/unmime.c
4313                 remove common/ prefix because directory is now in
4314                 include path
4315
4316         * src/compose.c
4317         * src/folder.c
4318         * src/folderview.c
4319         * src/mainwindow.c
4320         * src/messageview.c
4321         * src/prefs_common.c
4322         * src/procmsg.c
4323         * src/rfc2015.c
4324                 fix warnings
4325
4326         * src/imap.c
4327         * src/inc.c
4328         * src/news.c
4329         * src/pop.c
4330         * src/send.c
4331         * src/smtp.c
4332         * src/ssl_certificate.c
4333                 add log.h header file for logging functions
4334
4335         * src/main.c
4336         * src/common/utils.c
4337         * src/summaryview.c
4338         * src/xml.c
4339                 o move debug_mode to common/utils.c
4340                 o add functions to set and get debug_mode
4341
4342         * src/defs.h                    ** REMOVE **
4343         * src/intl.h                    ** REMOVE **
4344         * src/socket.[ch]               ** REMOVE **
4345         * src/ssl.[ch]                  ** REMOVE **
4346         * src/utils.[ch]                ** REMOVE **
4347                 replaced by new files in src/common/
4348         
4349         * src/common/Makefile.am
4350                 add new files in src/common/
4351
4352         * src/common/defs.h             ** NEW **
4353         * src/common/intl.h             ** NEW **
4354         * src/common/log.[ch]           ** NEW **
4355         * src/common/socket.[ch]        ** NEW **
4356         * src/common/ssl.[ch]           ** NEW **
4357         * src/common/utils.[ch]         ** NEW **
4358                 replacement for files in src/
4359
4360 2002-12-02 [colin]      0.8.6claws48
4361
4362         * src/folderview.c
4363                 Scroll folderview if necessary during dnd
4364
4365 2002-12-02 [colin]      0.8.6claws47
4366
4367         * src/folder.[ch]
4368                 Add check to verify a move is within a single mailbox
4369         * src/folderview.c
4370                 Add specific error string for this check
4371
4372 2002-12-02 [colin]      0.8.6claws46
4373
4374         * src/folder.c
4375                 Add a test to folder moving, remove a statusbar_print
4376         * src/folderview.c
4377                 Add Move folder... context-menu item
4378                 Factorize folder moving code
4379                 Enable folder DND for mbox
4380
4381 2002-12-01 [christoph]  0.8.6claws45
4382
4383         * ac/aspell.m4
4384                 remove conf.aspelltest if the version check fails
4385
4386 2002-11-30 [christoph]  0.8.6claws44
4387
4388         * autogen.sh
4389                 run libtoolize --force in autogen to create missing
4390                 libtool scripts
4391
4392 2002-11-30 [christoph]  0.8.6claws43
4393
4394         * src/Makefile.am
4395         * src/pgptext.c
4396         * src/procmime.c
4397         * src/rfc2015.c
4398         * src/uuencode.[ch]             ** REMOVED **
4399         * src/common/Makefile.am
4400         * src/common/uuencode.[ch]      ** NEW **
4401                 move uuen/decoder to common directory
4402
4403 2002-11-30 [christoph]  0.8.6claws42
4404
4405         * src/Makefile.am
4406         * src/base64.[ch]               ** REMOVED **
4407         * src/codeconv.c
4408         * src/compose.c
4409         * src/ldif.c
4410         * src/pgptext.c
4411         * src/procmime.c
4412         * src/rfc2015.c
4413         * src/smtp.c
4414         * src/unmime.c
4415         * src/common/Makefile.am
4416         * src/common/base64.[ch]        ** NEW **
4417                 move base64 en/decoder to common directory
4418
4419 2002-11-30 [christoph]  0.8.6claws41
4420
4421         * src/common                    ** NEW **
4422                 new directory for UI independent code
4423         * src/gtk                       ** NEW **
4424                 new directory for GTK frontend
4425         * src/common/.cvsignore         ** NEW **
4426         * src/gtk/.cvsignore            ** NEW **
4427                 ignore build files
4428         * src/common/Makefile.am        ** NEW **
4429         * src/gtk/Makefile.am           ** NEW **
4430                 automake files to build new seperated stuff
4431         * src/Makefile.am
4432                 the binary will currently still be build with the
4433                 files in src, so we include the code from the
4434                 subdirs for now after building the libs there
4435
4436 2002-11-30 [paul]       0.8.6claws40
4437
4438         * src/compose.c
4439                 fix bug [642731] 'Wrong selected account with drafted mail'
4440
4441 2002-11-29 [oliver]     0.8.6claws39
4442         
4443         * src/messageview.c
4444                 o update summaryview when switching between different
4445                   messageviews          
4446         * src/toolbar.c  
4447                 o check if messageview holds already removed msg
4448                   from summaryview
4449                 
4450
4451 2002-11-29 [oliver]     0.8.6claws38
4452
4453         * src/toolbar.c 
4454                 remove not needed variables and includes
4455                 make messageview stay opened and move to next when msgs are deleted 
4456
4457 2002-11-29 [oliver]     0.8.6claws37
4458         
4459         * src/toolbar.c 
4460                 disable compose button (messageview toolbar) by default
4461                 deleted msgs are moved to trash
4462         
4463 2002-11-29 [melvin]     0.8.6claws36
4464
4465         * configure.in
4466                 Increased minimal gpgme version to 0.3.10 (Zombies out)
4467                 and to detect signatures expirations (gpgme 0.3.6)
4468
4469         * src/main.c
4470                 Use non obsolescent function for Gpgme engine checking.
4471
4472         * src/rfc2015.c
4473                 Inform about expired signatures or signatures which key
4474                 has expired. Expiration date is displayed.
4475
4476         * src/sigstatus.c
4477                 Inform about expired signatures or signatures which key
4478                 has expired.
4479
4480 2002-11-28 [paul]       0.8.6claws35
4481
4482         * src/folderview.c
4483                 re-instate 'Check for new messages' in Newsgroup
4484                 folders right-click menu, after a suggestion from
4485                 Tim Mann <timmann@users.sourceforge.net>
4486
4487         * src/main.c
4488                 after a crash check only local folders for new
4489                 messages
4490
4491 2002-11-28 [paul]       0.8.6claws34
4492
4493         * configure.in
4494                 apply patch that fixes the checking of GTK with XIM 
4495                 support on different OSs, such as FreeBSD. Patch 
4496                 submitted by Topia <topia@users.sourceforge.net>
4497                 
4498 2002-11-28 [paul]       0.8.6claws33
4499
4500         * src/mainwindow.c
4501           src/prefs_common.c
4502           src/prefs_toolbar.c
4503                 more changes to the English
4504
4505 2002-11-28 [paul]       0.8.6claws32
4506
4507         * sync with 0.8.6cvs13
4508                 see ChangeLog 2002-11-28 (no sync needed
4509                 for src/compose.c)
4510
4511 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
4512         
4513         * src/mainwindow.[ch]
4514                 add patch by Ivan F. Martinez introducing messageview Toolbar
4515                 some changes and committed by oliver    
4516
4517 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
4518
4519         * src/messageview.[ch]
4520                 add patch by Ivan F. Martinez introducing messageview Toolbar
4521                 some changes and committed by oliver    
4522
4523 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
4524
4525         * src/compose.[ch]
4526                 add patch by Ivan F. Martinez introducing messageview Toolbar
4527                 some changes and committed by oliver    
4528
4529 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
4530         
4531         * src/toolbar.[ch]
4532                 add patch by Ivan F. Martinez introducing messageview Toolbar
4533                 some changes and committed by oliver
4534
4535 2002-11-28 [oliver]     0.8.6claws27
4536         
4537         * src/prefs_toolbar.[ch]
4538                 getting ready for messageview toolbar
4539                 free mem allocated by gettext
4540                 change prefs_toolbar to prefs_toolbar_open
4541  
4542 2002-11-28 [thorsten]   0.8.6claws26
4543
4544         * src/imageview.[ch]
4545                 cleaned up conflicting declarations of
4546                 imageview_show_image()
4547
4548 2002-11-28 [paul]       0.8.6claws25
4549
4550         * src/grouplistdialog.c
4551           src/prefs_common.c
4552           src/prefs_summary_column.c
4553                 a few more improvements to the English
4554
4555 2002-11-28 [colin]      0.8.6claws24
4556
4557         * man/sylpheed.1
4558                 A few updates to command-line parameters
4559
4560 2002-11-28 [colin]      0.8.6claws23
4561
4562         * src/prefs_filtering.c
4563                 Fix problems with prefs_filtering_delete_path:
4564                 a) if the first rule is removed, original pointers
4565                    weren't updated (leading to segfaults)
4566                 b) it was always global_processing updated in case
4567                    of removed path was parent of rule path
4568
4569 2002-11-27 [paul]       0.8.6claws22
4570
4571         * src/mainwindow.c
4572           src/prefs_account.c
4573           src/prefs_actions.c
4574           src/prefs_common.c
4575           src/prefs_customheader.c
4576           src/prefs_display_header.c
4577           src/prefs_filtering.c
4578           src/prefs_folder_item.c
4579           src/prefs_matcher.c
4580           src/prefs_scoring.c
4581           src/prefs_summary_column.c
4582           src/prefs_template.c
4583           src/prefs_toolbar.c
4584                  improve the English in the GUI
4585
4586 2002-11-27 [colin]      0.8.6claws21
4587
4588         * src/folder.c
4589                 Fix processing renaming problems happening after
4590                 last commit
4591
4592 2002-11-27 [colin]      0.8.6claws20
4593
4594         * src/folder.c
4595                 recursive move now deletes src each subfolder after 
4596                 having moved it
4597         * src/folderview.c
4598                 Use identifier instead of path during dnd (enables
4599                 IMAP folder dnd)
4600
4601 2002-11-27 [paul]       0.8.6claws19
4602
4603         * src/main.c
4604                 apply patch that does command-line processing 
4605                 BEFORE gtk_init, allowing claws to run from 
4606                 shell-scripts in non-X environment (e.g. crontab 
4607                 or ip-up, ip-down scripts). Patch submitted by
4608                 Ruslan N. Balkin <baron@dartel.ru>
4609                 
4610         * po/it.po
4611                 updated by Alessandro Maestri
4612
4613 2002-11-27 [paul]       0.8.6claws18
4614
4615         * sync with 0.8.6cvs12
4616           src/prefs_common.c
4617                 Differences are that main uses a 'Receive dialog'
4618                 frame on the Interface tab, whereas claws groups all 
4619                 the dialogs together in a 'Dialogs' frame.
4620
4621 2002-11-27 [colin]      0.8.6claws17
4622
4623         * src/prefs_matcher.c
4624                 Fix Execute criteria's NOT flag
4625
4626
4627 2002-11-26 [christoph]  0.8.6claws16
4628
4629         * src/ssl.c
4630                 rewrite the ssl code a little bit, only use one
4631                 SSL context, set default certificates' file/path
4632
4633 2002-11-26 [thorsten]   0.8.6claws15
4634
4635         * src/compose.c
4636                 default-reply-to didn't work for ml-reply
4637
4638 2002-11-26 [melvin]     0.8.6claws14
4639
4640         * src/prefs_actions.c
4641                 Made pipe-actions ignore short headers in message view
4642                 Made trailing-pipe-actions write in the message view with
4643                 the same font as the original message
4644
4645 2002-11-26 [paul]       0.8.6claws13
4646
4647         * src/compose.c
4648                 this time commit the correct file
4649
4650 2002-11-26 [paul]       0.8.6claws12
4651
4652         * sync with 0.8.6cvs11
4653           src/quote_fmt_parse.y  
4654                 no sync needed
4655           src/account.[ch]       
4656                 not sync'ed
4657           src/compose.c
4658                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
4659                 on draft mode.
4660                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
4661                 header
4662                 
4663         see ChangeLog 2002-11-25 and 2002-11-26
4664
4665 2002-11-26 [colin]      0.8.6claws11
4666
4667         * src/folderview.c
4668                 Fix collapsed folder not auto-expanding during
4669                 mail dnd, if it was the source folder.
4670
4671 2002-11-25 [colin]      0.8.6claws10
4672
4673         * src/folderview.[ch]
4674                 Variable renaming and cleaning (slist of nodes 
4675                 to be re-collapsed is stored in FolderView)
4676
4677 2002-11-25 [paul]       0.8.6claws9
4678
4679         * src/prefs_common.[ch]
4680                 fix breakage caused by last commit
4681
4682 2002-11-25 [paul]       0.8.6claws8
4683
4684         * sync with 0.8.6cvs4
4685                 see ChangeLog 2002-11-21
4686
4687 2002-11-25 [paul]       0.8.6claws7
4688
4689         * sync with 0.8.6cvs4
4690                 see ChangeLog 2002-11-20
4691
4692 2002-11-25 [paul]       0.8.6claws6
4693
4694         * sync with 0.8.6cvs3
4695                 see ChangeLog 2002-11-18
4696
4697 2002-11-25 [colin]      0.8.6claws5
4698
4699         * src/gtkutils.[ch]
4700                 Add gtkut_ctree_node_is_parent()
4701         * src/folderview.c
4702                 Spring-loaded folders
4703
4704 2002-11-25 [colin]      0.8.6claws4
4705
4706         * src/utils.[ch]
4707                 Add slist_concat_unique(), function to merge
4708                 two GSList filtering dups
4709         * src/folder.[ch]
4710         * src/summaryview.[ch]
4711         * src/folderview.c
4712         * src/main.c
4713                 Add detection/update/display of unread answers
4714                 to marked mails
4715         * src/procmsg.[ch]
4716                 Add procmsg_find_children()
4717                 Add procmsg_msg_has_marked_parent()
4718
4719 2002-11-25 [colin]      0.8.6claws3
4720
4721         * src/ssl_certificate.[ch]
4722                 Allow checking a certificate without a DNS
4723                 lookup
4724                 Allow to forget a cert (by deleting it)
4725                 Make ssl_certificate_destroy_public
4726         * src/ssl_manager.[ch] ** NEW FILES **
4727                 Gui to manage (display/remove) certificates
4728         * src/prefs_common.[ch]
4729                 Add a pref to allow silent acceptation of
4730                 trusted certificates or not (based on the
4731                 "I want to know what's going on" principle)
4732         * src/mainwindow.c
4733                 Add SSL manager in Tools menu
4734         * src/Makefile.am
4735                 Add the new files to the build
4736         * po/POTFILES.in
4737                 Add ssl_manager.c to translations
4738
4739 2002-11-25 [colin]      0.8.6claws2
4740
4741         * src/summaryview.[ch]
4742                 Add S_SEARCH_EXTENDED to the quick search, which 
4743                 allows to search using filtering syntax.
4744
4745 2002-11-25 [colin]      0.8.6claws1
4746
4747         * src/summaryview.c
4748                 Deletion of duplicates now prefer deleting
4749                 the unread dup (fixes feature-request 638989).
4750
4751 2002-11-24 [paul]       0.8.6claws
4752
4753         * po/es.po
4754           po/pl.po
4755           po/ru.po
4756           po/sr.po
4757                 updated by Ricardo Mones Lastra,
4758                 Witold Wladyslaw Wojciech Wilk,
4759                 Ruslan N. Balkin, and  Urke MMI 
4760                 respectively
4761
4762 2002-11-24 [paul]       0.8.5claws182
4763
4764         * po/bg.po
4765                 updated by George Danchev
4766
4767 2002-11-23 [alfons]     0.8.5claws181
4768
4769         * src/imap.c
4770                 tiny memory leak found by browsing Dimitar's 
4771                 valgrind report
4772
4773 2002-11-23 [paul]       0.8.5claws180
4774
4775         * po/it.po
4776                 updated by Alessandro Maestri
4777
4778 2002-11-22 [christoph]  0.8.5claws179
4779
4780         * src/compose.c
4781         * src/inc.c
4782         * src/prefs_filtering.c
4783         * src/summaryview.c
4784                 more warning fixes
4785
4786 2002-11-22 [alfons]     0.8.5claws178
4787
4788         * src/summaryview.c
4789                 summary_execute_delete_func(): if message is deleted, make 
4790                 sure to also remove its entry in the subject hash table. 
4791                 fixes a corner case bug.
4792
4793 2002-11-22 [paul]       0.8.5claws177
4794
4795         * .cvsignore
4796                 add 'autom4te.cache'
4797                 
4798         * ltconfig      ** REMOVED **
4799                 not needed
4800
4801 2002-11-22 [paul]       0.8.5claws176
4802
4803         * src/textview.c
4804                 textview_set_font(): fix for message display in
4805                 UTF-8 locales (thanks to Sergey Vlasov).
4806                 
4807         * AUTHORS
4808                 add new team members and contributors
4809
4810
4811 2002-11-21 [colin]      0.8.5claws175
4812
4813         * src/procmsg.[ch]
4814                 Add procmsg_remove_special_headers()
4815         * src/mh.c
4816                 Use procmsg_remove_special_headers() for 
4817                 previous fix
4818
4819 2002-11-21 [colin]      0.8.5claws174
4820
4821         * src/mh.c
4822                 Fix moving/copying from queue/draft folders
4823                 for MH folders
4824
4825 2002-11-21 [christoph]  0.8.5claws173
4826
4827         * src/crash.c
4828         * src/filtering.c
4829         * src/logwindow.c
4830         * src/main.c
4831         * src/matcher_parser_lex.[hl]
4832         * src/mbox.c
4833         * src/mbox_folder.[ch]
4834         * src/prefs_filtering.c
4835         * src/procheader.c
4836         * src/quote_fmt_lex.l
4837         * src/ssl.c
4838                 fix all warnings except the warnings in lex and yacc files
4839
4840 2002-11-20 [christoph]  0.8.5claws172
4841
4842         * src/imap.c
4843                 fix MsgInfo retrieval for IMAP draft and queue folders
4844                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4845
4846 2002-11-19 [christoph]  0.8.5claws171
4847
4848         * src/compose.c
4849                 fix segfault, when draft saving does not get
4850                 the MsgInfo of the new message
4851                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
4852
4853 2002-11-19 [christoph]  0.8.5claws170
4854
4855         * src/procmsg.c
4856                 add parameter check for flag setting function
4857                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
4858
4859 2002-11-18 [paul]       0.8.5claws169
4860
4861         * src/compose.c
4862                 more sensitivity fixes to redirect mode:
4863                 * disable toolbar draft button
4864                 * allow only Address book in the Tools menu
4865                 * disable editing of message by the spell
4866                   checker
4867
4868 2002-11-18 [paul]       0.8.5claws168
4869
4870         * src/compose.c
4871                 fix sensitivity of menu items in compose_redirect():
4872                 allow only the necessary items 
4873
4874 2002-11-18 [paul]       0.8.5claws167
4875
4876         * src/compose.c
4877                 fix bug [ 603259 ] 'attachment got lost on bounce'
4878
4879 2002-11-18 [paul]       0.8.5claws166
4880
4881         * po/ru.po
4882                 updated by Ruslan N. Balkin <baron@dartel.ru>
4883
4884 2002-11-18 [colin]      0.8.5claws165
4885
4886         * src/main.c
4887           src/defs.h
4888                 Remove old filtering stuff
4889
4890
4891 2002-11-17 [oliver]     0.8.5claws164
4892
4893         * src/toolbar.h
4894                 remove not needed typedef 
4895
4896 2002-11-17 [oliver]     0.8.5claws163
4897
4898         * src/toolbar.c
4899                 make toolbar's on click events translatable
4900
4901 2002-11-15 [colin]      0.8.5claws162
4902
4903         * src/summaryview.c
4904                 Revert too-soon integration of a feature
4905
4906 2002-11-15 [christoph]  0.8.5claws161
4907
4908         * src/imap.c
4909                 use main's implementation of imap_get_msginfo
4910
4911 2002-11-15 [christoph]  0.8.5claws160
4912
4913         * src/compose.c
4914         * src/folder.[ch]
4915         * src/imap.c
4916         * src/mbox_folder.c
4917         * src/mh.c
4918         * src/news.c
4919         * src/procmsg.c
4920         * src/summaryview.c
4921                 replace claws' fetch_msginfo with main's get_msginfo
4922                 (use main's implementation where possible)
4923
4924 2002-11-15 [colin]      0.8.5claws159
4925
4926         * src/ssl_certificate.c
4927                 Missed a check
4928
4929 2002-11-16 [melvin]     0.8.5claws158
4930
4931         * po/fr.po
4932                 Updated French translations.
4933
4934 2002-11-16 [colin]      0.8.5claws157
4935
4936         * src/ssl_certificate.c
4937                 Check for missing parts in the certificates
4938
4939 2002-11-15 [colin]      0.8.5claws156
4940
4941         * src/folderview.c
4942                 Preventive fix (missing check) found by
4943                 Alfons
4944
4945 2002-11-15 [paul]
4946
4947         * NEWS
4948                 sync with 0.8.6 release
4949
4950 2002-11-15 [colin]      0.8.5claws155
4951
4952         * src/folder.[ch]
4953           src/folderview.c
4954                 Fix error handling of folder_item_move_to()
4955                 (thanks to Alfons!)
4956
4957 2002-11-15 [colin]      0.8.5claws154
4958
4959         * src/folder.[ch]
4960           src/folderview.c
4961                 folder_item_move_to() sets an error message instead
4962                 of having GUI stuff in folder.c
4963
4964 2002-11-15 [colin]      0.8.5claws153
4965
4966         * src/procmsg.[ch]
4967                 Implemented a callback for MsgInfo updates, 
4968                 heavily copy/pasted from Christoph's folder 
4969                 callback system
4970         * src/summaryview.[ch]
4971                 Register summary_update_msg as callback
4972
4973 2002-11-14 [colin]      0.8.5claws152
4974         
4975         * src/procmsg.c
4976                 Update the FolderItem after sending (fixes 617593)
4977
4978 2002-11-14 [christoph]  0.8.5claws151
4979
4980         * src/folder.c
4981                 fix wrong position of NULL pointer check found
4982                 by Sergey
4983
4984 2002-11-14 [christoph]  0.8.5claws150
4985
4986         * src/folder.c
4987                 fix segfault when deleting messages from IMAP folders
4988                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
4989
4990 2002-11-14 [colin]      0.8.5claws149
4991
4992         * src/compose.c
4993                 Forwarding was also ignoring the folder's default account.
4994
4995 2002-11-14 [colin]      0.8.5claws148
4996
4997         * src/compose.c
4998                 Fix sent folder not set to folder properties when 
4999                 forwarding.
5000
5001 2002-11-14 [thorsten]   0.8.5claws147
5002
5003         * src/inc.c
5004                 inc_start(): Files were not moved from .processing to inbox,
5005                 if no global processing rule existed
5006
5007 2002-11-14 [colin]      0.8.5claws146
5008
5009         * src/ssl_certificate
5010                 Fix file operations
5011
5012 2002-11-14 [paul]       0.8.5claws145
5013
5014         * po/it.po
5015                 updated by Alessandro Maestri
5016
5017 2002-11-13 [alfons]     0.8.5claws144
5018
5019         * src/folder.c
5020                 folder_item_close(): only mark messages unread
5021                 when a folder has new messages 
5022
5023 2002-11-13 [keith]      0.8.5claws143
5024
5025         * src/imap.c
5026                 Fix problem moving or copying between
5027                 IMAP folders
5028
5029 2002-11-13 [colin]      0.8.5claws142
5030
5031         * src/matcher_parser_parse.y
5032                 Fix rule problem when " don't match
5033
5034 2002-11-13 [christoph]  0.8.5claws141
5035
5036         * src/folder.c
5037         * src/folderview.c
5038                 moved cache saving to folder_item_close
5039                 the folderview should not have to deal with
5040                 this things
5041
5042 2002-11-13 [christoph]  0.8.5claws140
5043
5044         * src/summaryview.c
5045                 moved setting of important score to
5046                 summary_set_prefs_from_folderitem
5047
5048 2002-11-13 [colin]      0.8.5claws139
5049
5050         * src/matcher_parser_parse.y
5051                 Fix a segfault in the parser (happening when
5052                 a good expression had been tested and a bad 
5053                 one arrives)
5054
5055 2002-11-13 [paul]       0.8.5claws138
5056
5057         * sync with 0.8.5cvs24
5058                 see ChangeLog 2002-11-13
5059                 
5060         * po/pt_BR.po
5061                 updated by Fabio Jr. Beneditto
5062
5063 2002-11-13 [colin]      0.8.5claws137
5064         
5065         * src/msgcache.c
5066           src/defs.h
5067           src/procmsg.[ch]
5068                 Revert last commit, problem
5069
5070 2002-11-13 [colin]      0.8.5claws136
5071
5072         * src/msgcache.c
5073                 Remove duplicated code
5074         * src/defs.h
5075                 Bumped CACHE_VERSION and MARK_VERSION
5076         * src/procmsg.[ch]
5077                 Network endian for cache and mark files
5078
5079 2002-11-12 [colin]      0.8.5claws135
5080
5081         * src/inc.c
5082                 Fix the "socket error" dialog which disappeared
5083
5084 2002-11-12 [colin]      0.8.5claws134
5085
5086         * src/msgcache.c
5087                 Reverse last commit which had performance 
5088                 problems, but still reverse the list
5089
5090 2002-11-12 [colin]      0.8.5claws133
5091
5092         * src/msgcache.c
5093                 Reverse list order
5094
5095 2002-11-12 [melvin]     0.8.5claws132
5096
5097         * src/compose.c
5098                 Added a check for a NULL prefs_common.dictionary
5099
5100 2002-11-12 [colin]      0.8.5claws131
5101
5102         * src/ssl_certificate.[ch]
5103                 Use FQDN hostname
5104
5105 2002-11-12 [colin]      0.8.5claws130
5106
5107         * src/ssl_certificate.[ch]
5108                 Take connection port into account for 
5109                 checking certificates (a single hostname
5110                 could have multiple servers with multiple
5111                 certificates)
5112         * src/ssl.c
5113                 Pass the port to ssl_certificate_check
5114
5115 2002-11-12 [paul]       0.8.5claws129
5116
5117         * src/folder.c
5118                 fix a typo in last commit
5119
5120 2002-11-12 [paul]       0.8.5claws128
5121
5122         * sync with 0.8.5cvs23
5123                 see ChangeLog entry 2002-11-12
5124
5125 2002-11-11 [colin]      0.8.5claws127
5126
5127         * src/ssl_certificate.c
5128                 Cleaner messages
5129                 Don't popup, instead log error, if the 
5130                 corresponding pref is checked
5131         * src/ssl_certificate.h
5132                 include <openssl/objects/h>
5133
5134 2002-11-11 [colin]      0.8.5claws126
5135
5136         * src/ssl_certificate.h
5137                 _Really_ clean it
5138
5139 2002-11-11 [colin]      0.8.5claws125
5140         
5141         * src/ssl_certificate.c
5142                 Fixed leak
5143
5144 2002-11-11 [colin]      0.8.5claws124
5145
5146         * src/ssl.c
5147                 Cleaned a bit
5148         * src/ssl_certificate.[ch]
5149                 Cleaned a bit (better use of SSL API)
5150                 (This will cause non-recognition of saved 
5151                  certificates of claws12[23]...)
5152
5153 2002-11-11 [paul]       0.8.5claws123
5154         
5155         * po/es.po
5156                 updated by Ricardo Mones Lastra
5157
5158 2002-11-11 [colin]      0.8.5claws122
5159
5160         * src/ssl.c
5161                 Fix a typo
5162
5163 2002-11-11 [colin]      0.8.5claws121
5164
5165         * src/ssl_certificate.[ch] ** NEW FILES **
5166         * src/ssl.[ch]
5167                 Check SSL certificates presented to us
5168         * src/Makefile.am
5169                 Add ssl_certificate.[ch]
5170         * po/POTFILES.in
5171                 Add ssl_certificate.c
5172
5173 2002-11-11 [paul]       0.8.5claws120
5174
5175         * sync with 0.8.5cvs22
5176                 see ChangeLog 2002-11-11
5177
5178 2002-11-11 [paul]       0.8.5claws119
5179
5180         * sync with 0.8.5cvs21
5181                 see ChangeLog 2002-11-11
5182
5183 2002-11-10 [jens]       0.8.5claws118
5184
5185         * src/folder.c
5186         * src/folderview.c
5187                 corrected some typing
5188         * po/de.po
5189                 updated german translation
5190         * sylpheed.spec.in
5191                 cleaned up specfile and adjusted it for claws
5192
5193 2002-11-10 [colin]      0.8.5claws117
5194
5195         * src/summaryview.c
5196                 a STATUSBAR_PUSH/POP fix
5197
5198 2002-11-10 [colin]      0.8.5claws116
5199
5200         * src/prefs_folder_item.c
5201                 Fix hanging after opening folder properties
5202
5203 2002-11-10 [hoa]        0.8.5claws115
5204
5205         * src/matcher_parser_lex.l
5206         * src/matcher_parser_parse.y
5207                 config file for scoring and filtering is no more trashed
5208                 when there is a syntax error in a filtering rule when
5209                 editing it in a dialog.
5210
5211 2002-11-09 [colin]      0.8.5claws114
5212
5213         * src/mbox_folder.c
5214                 Added missing initialisation of folder->destroy()
5215
5216 2002-11-09 [colin]      0.8.5claws113
5217
5218         * src/folder.c
5219           src/folderview.c
5220                 Fix the status bar messages
5221
5222 2002-11-09 [colin]      0.8.5claws112
5223
5224         * src/folderview.c
5225                 Fix hangs after folder dnd, happening after 
5226                 claws109.
5227
5228 2002-11-09 [christoph]  0.8.5claws111
5229
5230         * src/folderview.c
5231                 just changed order of calls (reverse order of
5232                 associated calls)
5233         * src/inc.c
5234                 lock inc when checking only one account, otherwise
5235                 inc all could be executed at the same time
5236
5237 2002-11-09 [christoph]  0.8.5claws110
5238
5239         * src/folderview.c
5240                 better unlock the mouse cursor before calling
5241                 summary_show because it changes the cursor too
5242
5243 2002-11-09 [christoph]  0.8.5claws109
5244
5245         * src/folder.[ch]
5246         * src/folderview.c
5247                 add functions to open and close a folder
5248                 o opending will execute scanning for remote folders
5249                   and processing
5250                 o closing will unset new flag for messages
5251
5252 2002-11-09 [colin]      0.8.5claws108
5253
5254         * src/folder.c
5255                 Add a call to prefs_matcher_write_config to 
5256                 avoid non-leaf folders filtering settings to be
5257                 lost
5258
5259 2002-11-09 [paul]       0.8.5claws107
5260
5261         * src/prefs_account.c
5262                 re-word a label
5263
5264 2002-11-09 [colin]      0.8.5claws106
5265
5266         * src/folderview.c
5267                 Minor esthetic fix
5268
5269 2002-11-09 [colin]      0.8.5claws105
5270
5271         * src/folderview.c
5272                 Fix prefs_filtering deletion for MH folders (same
5273                 reason as below)
5274         * src/prefs_filtering.c
5275                 Fix prefs_filtering renaming and deletion for 
5276                 folder-based processing rules.  
5277
5278 2002-11-09 [christoph]  0.8.5claws104
5279
5280         * src/compose.c
5281         * src/folder.[ch]
5282         * src/folderview.[ch]
5283         * src/import.c
5284         * src/inc.c
5285         * src/main.c
5286         * src/mainwindow.c
5287         * src/messageview.c
5288         * src/prefs_folder_item.c
5289         * src/procmsg.c
5290         * src/summaryview.c
5291                 implement a callback system for folder item updates
5292
5293 2002-11-09 [colin]      0.8.5claws103
5294
5295         * src/folderview.c
5296                 Fix prefs_filtering renaming for MH folders (we
5297                 shouldn't rename by path as another folder could
5298                 have the same hierarchy).
5299
5300 2002-11-09 [colin]      0.8.5claws102
5301
5302         * src/folder.c
5303                 Fix a leak found by Christoph, use better variable
5304                 names
5305
5306 2002-11-09 [colin]      0.8.5claws101
5307
5308         * src/folder.c
5309                 One more fix for processing rules
5310
5311 2002-11-08 [colin]      0.8.5claws100
5312         
5313         * src/matcher.c
5314                 Don't copy the compiled regexp (will be reevaluated)
5315         * src/folderview.c
5316                 Lock folderview while moving
5317         * src/folder.c
5318                 Provide info on what's happening to the user
5319
5320 2002-11-08 [colin]      0.8.5claws99
5321
5322         * src/folderview.c
5323                 Fix folder reordering after a move if parent is 
5324                 root
5325         * src/scoring.[ch]
5326                 Add function to copy a ScoringProp
5327         * src/prefs_folder_item.c
5328                 Copy scoring rules when copying a folder prefs
5329
5330 2002-11-08 [colin]      0.8.5claws98
5331
5332         * src/folderview.c
5333                 Fixes in case of failure
5334         * src/filtering.[ch]    
5335                 Add function to duplicate a FilteringProp
5336         * src/matcher.[ch]
5337                 Add function to duplicate a MatcherProp
5338         * src/prefs_folder_item.c
5339                 Save folder's processing rules when copying 
5340                 its prefs
5341
5342 2002-11-08 [colin]      0.8.5claws97
5343         
5344         * src/folderview.c
5345                 Sort after move
5346         * src/folder.c 
5347                 Change a printf to debug_print
5348
5349 2002-11-08 [colin]      0.8.5claws96
5350
5351         * src/folder.c
5352           src/folderview.c
5353                 Fix segfaults, call me stupido
5354         
5355
5356 2002-11-08 [colin]      0.8.5claws95
5357
5358         *src/folder.c
5359                 Added forgotten prefs to save when moving folders
5360
5361 2002-11-08 [colin]      0.8.5claws94
5362
5363         * src/folder.c
5364                 Fixes to folder DND (prefs copy)
5365         * src/folderview.c
5366                 Optimization for folder DND (don't rescan whole tree)
5367                 Added folderview_create_folder_node() for this 
5368                 optimization, so de-duped a bit the code
5369         * src/prefs_folder_item.[ch]
5370                 Added prefs_folder_item_copy_prefs()    
5371           
5372 2002-11-08 [paul]       0.8.5claws93
5373
5374         * src/prefs_account.c
5375           tools/README
5376           tools/kmail2sylpheed_v2.pl
5377                 correct some typos
5378
5379 2002-11-08 [paul]       0.8.5claws92
5380
5381         * src/compose.c
5382           src/prefs_account.[ch]
5383                 remove account options 'clearsign' and 'ascii_armored',
5384                 replace with 'default_gnupg_mode' to prevent mixed-mode
5385                 Privacy settings
5386
5387 2002-11-08 [paul]       0.8.5claws91
5388
5389         * src/compose.[ch]
5390                 re-implement GnuPG 'on-the-fly' mode selection,
5391                 disallow mixed-mode
5392
5393 2002-11-08 [colin]      0.8.5claws90
5394
5395         * src/folderview.c
5396           src/prefs_folder_item.c
5397                 Change "Property" to "Properties"
5398
5399 2002-11-07 [colin]      0.8.5claws89
5400
5401         * src/folderview.c
5402           src/folder.c
5403                 Allow folder dropping to a root folder
5404
5405 2002-11-07 [paul]       0.8.5claws88
5406
5407         * src/compose.c
5408                 revert last commit
5409
5410 2002-11-07 [paul]       0.8.5claws87
5411
5412         * src/compose.c
5413                 fix reply-to-list bug. closes bug report
5414                 "[633382] reply-to-list broken in recent cvs"
5415
5416 2002-11-07 [paul]       0.8.5claws86
5417
5418         * src/compose.c
5419                 add a forgotten '#if USE_GPGME ... #endif'
5420
5421 2002-11-07 [paul]       0.8.5claws85
5422
5423         * sync with 0.8.5cvs20
5424                 see ChangeLog 2002-11-07
5425
5426 2002-11-07 [colin]      0.8.5claws84
5427
5428         * src/folder.[ch]
5429                 Change folder_item_move_to to return the newly 
5430                 created folderitem.
5431         * src/folderview.c
5432                 Select the new folderitem after moving.
5433
5434 2002-11-07 [colin]      0.8.5claws83
5435
5436         * src/prefs_filtering.c
5437                 Fix rule rewriting when moving a leaf folder to a 
5438                 shorter path
5439
5440 2002-11-07 [colin]      0.8.5claws82
5441
5442         * src/prefs_filtering.c
5443                 fix a leak
5444
5445 2002-11-07 [colin]      0.8.5claws81
5446
5447         * src/folder.[ch]
5448                 Add folder_item_move_to() function to move a 
5449                 folderitem into another one (updates matcher etc)
5450         * src/folderview.c
5451                 Add folder drag'n drop (context menu to come)
5452                 [Should be dataloss free, but Please backup before 
5453                  trying !]
5454
5455 2002-11-06 [colin]      0.8.5claws80
5456
5457         * src/mh.c
5458                 mh_create_folder() returns NULL if can't create
5459                 directory hierarchy
5460
5461 2002-11-06 [paul]       0.8.5claws79
5462
5463         * src/compose.[ch]
5464                 allow 'on-the-fly' changing of the type of encryption 
5465                 and/or signing used (mime/ascii) via the compose window
5466
5467 2002-11-06 [paul]       0.8.5claws78
5468
5469         * sync with 0.8.5cvs19
5470                 see ChangeLog 2002-11-06 for src/account.c: 
5471                 account_get_special_folder()
5472                 
5473 2002-11-05 [alfons]     0.8.5claws77
5474
5475         * src/crash.c
5476                 very minor cleanups: nothing to see here, move on. :-)
5477
5478 2002-11-05 [colin]      0.8.5claws76
5479
5480         * src/main.c
5481                 Changes choices if compose windows are opened to
5482                 Discard, Draft, Don't quit
5483
5484 2002-11-05 [thorsten]   0.8.5claws75
5485
5486         * src/compose.c
5487                 reenabled default_reply_to folder option
5488
5489 2002-11-05 [colin]      0.8.5claws74
5490
5491         * src/compose.[ch] 
5492                 add compose_draft()
5493         * src/crash.c
5494                 add SIGTERM handler
5495         * src/main.[ch]
5496                 add clean_quit() for the SIGTERM handler
5497
5498 2002-11-05 [paul]       0.8.5claws73
5499         
5500         * po/es.po
5501                 updated by Ricardo Mones Lastra
5502
5503 2002-11-05 [melvin]     0.8.5claws72
5504
5505         * src/logwindow.c
5506                 Fixed log-clipping bug #616795.
5507                 To stop logging in the log window use 0 length.
5508         * src/prefs_common.c
5509                 Added a label to inform about the 0 log length behaviour.
5510
5511 2002-11-05 [paul]       0.8.5claws71
5512
5513         * sync with 0.8.5cvs17
5514                 see ChangeLog 2002-11-05
5515
5516 2002-11-04 [paul]       0.8.5claws70
5517
5518         * sylpheed-128x128.png
5519           sylpheed-64x64.png
5520           sylpheed.png
5521                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
5522                 <nikai@users.sourceforge.net>
5523                 
5524         * po/bg.po
5525                 updated by George Danchev
5526
5527 2002-11-03 [thorsten]   0.8.5claws69
5528
5529         * src/main.c
5530           src/mimeview.c
5531           src/rfc2015.h
5532                 add check if gpg is active
5533
5534 2002-11-03 [thorsten]   0.8.5claws68
5535
5536         * src/toolbar.h
5537                 removed GSList declaration causing trouble on MacOS-X
5538                 (submitted by alfons, reported by xfesty)
5539
5540 2002-11-01 [paul]       0.8.5claws67
5541
5542         * src/mainwindow.c
5543                 remove last remnants of main's filter code
5544
5545 2002-11-01 [paul]       0.8.5claws66
5546
5547         * tools/filter_conv.pl
5548                 fix bug where user-defined headers were ignored
5549
5550 2002-11-01 [paul]       0.8.5claws65
5551
5552         * src/logwindow.c
5553                 make a debug_print() not translatable
5554
5555 2002-10-31 [melvin]     0.8.5claws64
5556
5557         * ac/aspell.m4
5558                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
5559                 not run any GNU/aspell test.  The dictionary path will
5560                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
5561                 was given, in which case, it will be $prefix/lib/aspell/
5562         * configure.in
5563                 Fixed typo in commentary (Aspell code).
5564
5565 2002-10-31 [paul]       0.8.5claws63
5566
5567         * po/POTFILES.in
5568                 remove src/filter.c and src/prefs_filter.c
5569                 thanks to Ricardo for reminding me
5570
5571 2002-10-31 [colin]      0.8.5claws62
5572
5573         * src/mbox_folder.c
5574                 Plug some leaks
5575
5576 2002-10-31 [paul]       0.8.5claws61
5577
5578         * src/prefs_filter.[ch] ** REMOVED **
5579           src/filter.[ch]       ** REMOVED **
5580           
5581         * src/Makefile.am
5582           src/folderview.c
5583           src/inc.c
5584           src/main.c
5585           src/mainwindow.c
5586           src/mbox.c
5587           src/prefs_common.c
5588           src/prefs_filtering.c
5589           src/summaryview.[ch]
5590                 remove main's 'filter' code
5591                 
5592         README.claws
5593                 update to reflect removal of main's filter
5594
5595 2002-10-31 [paul]       0.8.5claws60
5596
5597         * src/summaryview.c
5598                 remove check for global_processing in summary_filter_open(). 
5599                 This fixes the bug where if the user uses the right-click 
5600                 'Create filter rule...' and doesn't have any filter rules 
5601                 already defined in claws' advanced filtering, the newly 
5602                 created filter rule goes to main's filtering which is 
5603                 inaccessible through the gui. Now the filter rule gets added
5604                 to claws' filtering by default.
5605
5606 2002-10-28 [melvin]     0.8.5claws59
5607
5608         * src/prefs_actions.c
5609                 Fixed bug #627322 where MIME parts were not always
5610                 correctly passed to a %p action
5611                 Display an error dialog when message filename is not found.
5612
5613 2002-10-28 [melvin]     0.8.5claws58
5614
5615         * src/prefs_common.c
5616                 Readded a missing function declaration lost in 0.8.3claws34
5617
5618 2002-10-28 [paul]       0.8.5claws57
5619
5620         * sync with 0.8.5cvs15
5621                 see ChangeLog 2002-10-28 and 2002-10-25
5622                 
5623         Note: ChangeLog entry 2002-10-24 is not sync'ed.
5624
5625 2002-10-27 [oliver]     0.8.5claws56
5626
5627         * src/pop.c
5628                 plug leak in pop3_top_recv
5629
5630 2002-10-26 [christoph]  0.8.5claws55
5631
5632         * src/folder.c
5633                 set need_update folder flag when messages are added
5634                 (closes bug [ 626922 ] folder not updated after receiving)
5635
5636 2002-10-25 [melvin]     0.8.5claws54
5637
5638         * src/imageview.c
5639                 Fixed a memleak introduced in the scaling code.
5640
5641 2002-10-24 [alfons]     0.8.5claws53
5642
5643         * src/filtering.c
5644                 make filtering's forward message action forward from the 
5645                 correct account
5646                 (closes bug [628089 ] Filter -> Forward from address problem
5647                 reported by Oktay)
5648
5649 2002-10-24 [christoph]  0.8.5claws52
5650
5651         * src/mainwindow.c
5652         * src/manual.[ch]
5653                 o use manual of current locale or english if current
5654                   locale is not available (and english is available)
5655                 o also link to sylpheed doc project manuals
5656
5657 2002-10-23 [paul]       0.8.5claws51
5658
5659         * tools/README
5660           tools/kmail2sylpheed_v2.pl
5661                 add new version of kmail addressbook importer script.
5662                 works with newer versions of Kmail/KAddressBook which
5663                 have new and rearranged data.
5664
5665 2002-10-23 [martin]     0.8.5claws50
5666
5667         * src/folderview.c
5668         * src/summaryview.c
5669         * src/utils.h
5670         * src/utils.c
5671                 added length parameter to get_abbrev_newsgroup_name()
5672                 changed this function so that it abbreviates the newsgroup
5673                 names only so long it is smaller than the length parameter
5674                 (for better reading of some newsgroup names and space efficiency)
5675
5676 2002-10-22 [colin]      0.8.5claws49
5677
5678         *src/foldersel.c
5679                 Revert Alfons' last modification (after voting ;-))
5680
5681 2002-10-21 [alfons]     0.8.5claws48
5682
5683         * src/foldersel.c
5684                 folder view in folder selection dialog reflects state of
5685                 folder view in main window
5686
5687 2002-10-18 [alfons]     0.8.5claws47
5688
5689         * src/mbox.c
5690                 drop imported messages in folder selected by user,
5691                 and not in the inbox
5692                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
5693
5694 2002-10-18 [alfons]     0.8.5claws46
5695
5696         * src/compose.c
5697                 make automagic reply work correctly for email accounts 
5698                 (whether it's viable to do a full sync with Hiro's 
5699                 compose.c is still under discussion)
5700
5701 2002-10-18 [melvin]     0.8.5claws45
5702
5703         * src/prefs_actions.c
5704                 Fixed bug #622275 where asynchroneous actions left 
5705                 zombies processes
5706                 Made (synchroneous) actions' input be displayed live.
5707
5708 2002-10-18 [christoph]  0.8.5claws44
5709
5710         * src/textview.c
5711                 don't add a newline in the textview in front of the
5712                 first textpart if header display is disabled
5713                 (closes bug [ 603385 ] disabled header display leaves blank
5714                  lin)
5715
5716 2002-10-18 [christoph]  0.8.5claws43
5717
5718         * src/folder.[ch]
5719         * src/imap.c
5720         * src/mbox_folder.c
5721         * src/mh.c
5722         * src/news.c
5723                 folder->get_num_list now returns an error code
5724                 (closes bug [ 609424 ] News cache cleared on failure)
5725                 
5726 2002-10-17 [colin]      0.8.5claws42
5727         
5728         * src/news.c
5729                 Changed a printf by debug_print
5730
5731 2002-10-16 [paul]       
5732
5733         * tools/OOo2sylpheed.pl
5734                 allow for spaces in the name of the
5735                 file to be attached.
5736
5737 2002-10-16 [colin]      0.8.5claws41
5738
5739         * src/main.c
5740                 Use a tristate to change online mode
5741
5742 2002-10-16 [paul]       0.8.5claws40
5743
5744         * po/es.po
5745                 updated by Ricardo Mones Lastra
5746
5747 2002-10-16 [colin]      0.8.5claws39
5748
5749         * src/main.c
5750           src/mainwindow.[ch]
5751                 Added --online and --offline command-line
5752                 switches
5753
5754 2002-10-15 [christoph]  0.8.5claws38
5755
5756         * src/procmime.c
5757                 set mimeinfo->name to NULL after g_free to
5758                 avoid double freeing with g_free
5759
5760 2002-10-14 [christoph]  0.8.5claws37
5761
5762         * src/compose.c
5763         * src/filtering.c
5764         * src/summaryview.c
5765                 remove calls to folder->change_flags that are now
5766                 done by procmsg flag functions (seems it is not
5767                 used by any foldertype anyway)
5768         * src/folder.c
5769                 init folder->change_flags with NULL
5770
5771 2002-10-14 [christoph]  0.8.5claws36
5772
5773         * src/folder.[ch]
5774         * src/imap.[ch]
5775                 use virtual functions for folder item new and destroy
5776                 functions
5777
5778 2002-10-14 [melvin]     0.8.5claws35
5779
5780         * src/compose.c
5781                 Added a test to not run the spell checker if no default
5782                 dictionary is available. No dialog is displayed though.
5783
5784 2002-10-14 [melvin]     0.8.5claws34
5785
5786         * src/gtkaspell.c
5787                 Fixed bug in dictionary list context menu where
5788                 "More..." pointed to an emtpy submenu if the
5789                 number of dictionaries is a multiple of 15
5790                 Removed unneeded code in suggestions list creation
5791
5792 2002-10-14 [paul]       0.8.5claws33
5793
5794         * po/bg.po
5795                 updated by George Danchev
5796
5797 2002-10-13 [hoa]        0.8.5claws32
5798
5799         * src/matcher.[ch]
5800           src/matcher_parser_parser.y
5801                 removed the escaped string from internal structure
5802                 of matcher.
5803
5804 2002-10-12 [colin]      0.8.5claws31
5805
5806         * src/gtksctree.[ch]
5807           src/summaryview.c
5808                 Removed useless function gtksctree_reanchor
5809
5810 2002-10-12 [alfons]     0.8.5claws30
5811         
5812         * sync with remaining main changes 2002-10-09 - 2002-10-11
5813         - drop changes to src/compose.c (requires claws specific changes)
5814         
5815 2002-10-12 [alfons]     0.8.5claws29
5816         
5817         * sync with main changes of 2002-10-08
5818         - drop changes to src/compose.c (requires claws specific changes)
5819         - drop changes to src/summaryview.c (requires changes to compose.c)     
5820
5821 2002-10-12 [alfons]     0.8.5claws28
5822         
5823         * sync with main changes of 2002-10-07
5824
5825 2002-10-12 [alfons]     0.8.5claws27
5826
5827         * sync with main changes of 2002-10-04
5828         - drop changes to src/compose.c (requires claws specific changes)
5829         - drop changes to src/prefs_folder_item.c (claws implementation
5830           seems to be working)
5831
5832 2002-10-12 [colin]      0.8.5claws26
5833
5834         * src/mainwindow.c
5835                 Fix folder-flicker when space-reading, introduced 
5836                 in claws22.
5837
5838 2002-10-12 [colin]      0.8.5claws25
5839
5840         * src/compose.c
5841                 Save account address when saving as draft.
5842                 (closes bug 621838)
5843
5844 2002-10-12 [colin]      0.8.5claws24
5845
5846         * src/summaryview.c
5847                 Fix the problem consisting of no message selected
5848                 after the last message in a folder has been moved.
5849
5850 2002-10-12 [paul]       0.8.5claws23
5851
5852         * src/compose.c
5853           src/prefs_template.c
5854           src/template.[ch]
5855                 add Cc and Bcc to templates. Patch submitted by
5856                 John L. Males.
5857
5858 2002-10-12 [colin]      0.8.5claws22
5859
5860         * src/folderview.c
5861                 Fix a bug after "Check for new messages":
5862                 If a folder was opened, it was still selected at
5863                 the end of the check, but displayed empty.
5864         * src/mainwindow.c
5865                 Remove unnecessary check
5866
5867 2002-10-12 [paul]
5868
5869         * tools/README
5870                 be more verbose in the description of
5871                 OOo2sylpheed.pl
5872                 
5873
5874 2002-10-11 [colin]      0.8.5claws21
5875
5876         * src/mainwindow.c
5877                 Make space work (better) when no mail is selected
5878
5879 2002-10-11 [colin]      0.8.5claws20
5880
5881         * src/inc.c
5882           src/news.c
5883                 fix warnings
5884
5885 2002-10-11 [colin]      0.8.5claws19
5886
5887         * src/mainwindow.c
5888                 revert 0.8.5claws6 changes as i couldn't get to
5889                 anything satisfying
5890
5891 2002-10-11 [melvin]     0.8.5claws18
5892
5893         * src/compose.c
5894                 Removed buggy and unused macro (should have been committed in
5895                 0.8.5claws17)
5896
5897 2002-10-11 [melvin]     0.8.5claws17
5898
5899         * src/compose.c
5900                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
5901
5902 2002-10-11 [thorsten]   0.8.5claws16 
5903
5904         * src/folderview.c
5905                 remove rescan warning
5906
5907 2002-10-11 [colin]      0.8.5claws15 
5908
5909         * src/procheader.c
5910                 fix a segfault that happens if conv_unmime_header
5911                 fails (should be better to find out why it fails)
5912
5913 2002-10-11 [christoph]  0.8.5claws14
5914
5915         * src/summaryview.c
5916                 update folderview stats after ignore/unignore thread
5917
5918 2002-10-11 [hoa]        0.8.5claws13
5919
5920         * src/quote_fmt_parse.y
5921                 Fixed a yacc/bison syntax error
5922         * src/matcher.c
5923                 Escaping of string is fixed.
5924
5925 2002-10-11 [colin]      0.8.5claws12
5926
5927         * src/imageview.c
5928                 Resize images to fit
5929
5930 2002-10-11 [paul]       0.8.5claws11
5931
5932         * po/es.po
5933                 updated by Ricardo Mones Lastra
5934
5935 2002-10-10 [alfons]     0.8.5claws10
5936
5937         * src/compose.c
5938                 allow dropping files by "moving" files from a file manager,
5939                 not only by the more cumbersome "copying". the latter 
5940                 mostly implies holding down the Control button
5941
5942 2002-10-10 [christoph]  0.8.5claws9
5943
5944         * src/summaryview.c
5945                 update folders after thread building for ignored threads
5946
5947 2002-10-10 [christoph]  0.8.5claws8
5948
5949         * config/.cvsignore
5950                 added Makefile
5951         * src/filtering.[ch]
5952         * src/folder.[ch]
5953         * src/folderview.[ch]
5954         * src/import.c
5955         * src/inc.[ch]
5956         * src/mbox.[ch]
5957         * src/procmsg.c
5958         * src/summaryview.[ch]
5959                 o added new flag need_update to FolderItem
5960                 o removed folder_table from various functions from tracking
5961                   folder updates
5962                 o set need_update flags in folder.c's move, copy and delete
5963                   functions and procmsg's flags functions
5964                 o added function folderview_update_items_when_required that
5965                   updates all folders with need_update set
5966                 o call folderview_update_items_when_required instead of
5967                   folderview_update_item_foreach
5968
5969 2002-10-09 [sergey]     0.8.5claws7
5970
5971         * src/compose.c
5972                 Strip CRs whel loading the text into editor in reedit mode.
5973
5974 2002-10-09 [colin]      0.8.5claws6
5975
5976         * src/mainwindow.c
5977                 Make Space work when no mail is selected
5978
5979 2002-10-09 [colin]      0.8.5claws5
5980
5981         * src/gtksctree.[ch]
5982                 Fix range_select
5983                 Add gtk_sctree_reanchor() 
5984         * src/summaryview.c
5985                 Use gtk_sctree_reanchor() - better fix for 
5986                 bug 60413
5987
5988 2002-10-09 [colin]      0.8.5claws4
5989
5990         * src/summaryview.c
5991                 Fix shift-click select after delete problem
5992                 (closes bug 60413)
5993
5994 2002-10-08 [thorsten]   0.8.5claws3
5995
5996         * src/summaryview.c
5997                 exclude current msg from -hide read messages-
5998
5999 2002-10-08 [colin]      0.8.5claws2
6000
6001         * src/inc.[ch]
6002           src/pop.c
6003           src/recv.c
6004                 Differentiate socket errors from disk full
6005                 errors
6006
6007 2002-10-08 [christoph]  0.8.5claws1
6008
6009         * Makefile.am
6010         * configure.in
6011                 modifications for new config directory
6012
6013         * config.guess  ** REMOVED **
6014         * config.sub    ** REMOVED **
6015         * install-sh    ** REMOVED **
6016         * ltmain.sh     ** REMOVED **
6017         * missing       ** REMOVED **
6018         * mkinstalldirs ** REMOVED **
6019                 these files are autogenerated by automake
6020                 when you run autogen.sh
6021
6022         * config/.cvsignore     ** NEW FILE **
6023         * config/Makefile.am    ** NEW FILE **
6024                 ignore autogenerated files
6025                 create a Makefile in this directory
6026
6027 2002-10-08 [paul]       0.8.5claws
6028
6029         * 0.8.5claws release
6030         
6031         * src/compose.c
6032           src/procheader.c
6033           src/procmsg.c
6034                 fix quote reply format for newsgroups reply bug
6035                 (thanks to Hoa)
6036                 
6037         * po/en_GB.po
6038           po/pl.po
6039                 updated by me and Witold Wladyslaw Wojciech Wilk
6040                 repectively
6041
6042 2002-10-07 [paul]       0.8.3claws53
6043
6044         * po/it.po
6045           po/pt_BR.po
6046           po/sr.po
6047                 updated messages catalogs, submitted by
6048                 Alessandro Maestri, Fabio Jr.Beneditto 
6049                 and Urke MMI, respectively.
6050
6051 2002-10-07 [christoph]  0.8.3claws52
6052
6053         * src/folder.[ch]
6054         * src/folderview.c
6055         * src/mainwindow.c
6056                 fix new folder ghost message bug
6057                 (closes bug [ 619722 ] wrong count for newly created folders)
6058
6059 2002-10-07 [christoph]  0.8.3claws51
6060
6061         * src/compose.c
6062                 fix news posting problem
6063
6064 2002-10-07 [melvin]     0.8.3claws50
6065
6066         * po/fr.po
6067                 Updated French translation
6068
6069 2002-10-05 [christoph]  0.8.3claws49
6070
6071         * src/gtkstext.c
6072                 check if line_start_cache is set in gtk_stext_update_text
6073                 (closes bug [ 618119 ] crash while doing search in folder)
6074
6075 2002-10-05 [christoph]  0.8.3claws48
6076
6077         * src/imap.c
6078         * src/news.c
6079         * src/utils.c
6080         * src/utils.h
6081                 implement cache cleanups for claws' folder system
6082                 (closes bug [ 595916 ] imapcache not cleaned up)
6083
6084 2002-10-05 [melvin]     0.8.3claws47
6085
6086         * src/prefs_actions.c
6087                 Made the help text more clear for the %p token
6088
6089 2002-10-04 [paul]       0.8.3claws46
6090
6091         * sync with 0.8.5
6092                 see ChangeLog 2002-10-02 and 2002-10-03
6093
6094 2002-10-04 [christoph]  0.8.3claws45
6095
6096         * src/inc.c
6097                 fix segfault caused by pop before smtp
6098                 call to inc_account_mail with NULL
6099                 pointer for mainwin
6100
6101 2002-10-04 [paul]       0.8.3claws44
6102
6103         * configure.in
6104                 sync the LDAP detection from 0.8.5cvs1
6105
6106 2002-10-02 [christoph]  0.8.3claws43
6107
6108         * po/de.po
6109                 fix small spelling error
6110
6111 2002-10-02 [melvin]     0.8.3claws42
6112
6113         * ac/aspell.m4
6114                 Behave better and say "no" when test program cannot be run.
6115
6116 2002-10-02 [paul]       0.8.3claws41
6117
6118         * sync with 0.8.4cvs1
6119                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
6120                 
6121         * src/summaryview.c
6122                 toggle the behavior of Reply menuitem between
6123                 normal reply and reply-to-list
6124
6125 2002-10-01 [sergey]     0.8.3claws40
6126
6127         * src/compose.c
6128                 Convert newlines in the message text to the canonical form
6129                 before base64 encoding (RFC2045 compliance, fixes some
6130                 interoperability issues with Evolution 1.0.3)
6131
6132 2002-09-29 [colin]      0.8.3claws39
6133
6134         * src/summaryview.c
6135                 Fix an unwanted copy/paste
6136
6137 2002-09-29 [colin]      0.8.3claws38
6138
6139         * src/mainwindow.c
6140                 Renamed "Custom toolbar" to "Customize toolbar"
6141                 Renamed "Show all header" to "Show all headers"
6142                 Renamed "Set diplay item" to "Set displayed items"
6143         * src/prefs_common.c
6144                 Renamed "Show all header" to "Show all headers"
6145         * src/prefs_summary_column.c
6146                 Renamed "diplay item" to "displayed items"
6147
6148 2002-09-29 [colin]      0.8.3claws37
6149
6150         * src/mainwindow.[ch]
6151                 online/offline status pixmaps follow theme
6152                 changes
6153         * src/summaryview.[ch]
6154                 quicksearch pixmap follows theme changes
6155
6156 2002-09-29 [thorsten]   0.8.3claws36
6157
6158         * src/compose.c
6159           src/prefs_folder_item.[ch]
6160                 add default_reply_to folder option (closes patch 581044)
6161
6162 2002-09-29 [christoph]  0.8.3claws35
6163
6164         * acconfig.h    ** REMOVED **
6165         * configure.in
6166         * ac/aspell.m4
6167         * ac/check-type.m4
6168         * ac/gnupg-check-typedef.m4
6169                 fix autoheader 2.50 warning
6170
6171 2002-09-29 [christoph]  0.8.3claws34
6172
6173         * major code cleanup (part 2)
6174         
6175                 - unused variables removed
6176                 - unused functions removed
6177                 - uninitialized variables checked
6178                 - missing return statements added
6179                 - missing function return types added
6180                 - added parentheses around assignment
6181                   when suggested by gcc
6182
6183 2002-09-29 [alfons]     0.8.3claws33
6184
6185         * src/logwindow.c
6186                 log_window_clear(): only bracket gtk_text_forward_delete() 
6187                 with gtk_text_freeze() / gtk_text_thaw() (see if this
6188                 works around GTK text bug)
6189
6190 2002-09-29 [paul]       0.8.3claws32
6191
6192         * po/bg.po
6193           po/sr.po
6194                 updated by George Danchev and Urke MMI
6195                 respectively
6196
6197 2002-09-27 [christoph]  0.8.3claws31
6198
6199         * doc-src/readme.txt
6200         * doc-src/rfc1806.txt   ** REMOVED **
6201         * doc-src/rfc2183.txt   ** NEW FILE **
6202         * doc-src/rfc2980.txt   ** NEW FILE **
6203                 update rfcs
6204
6205 2002-09-27 [melvin]     0.8.3claws30
6206
6207         * ac/aspell.m4
6208                 Fixed typo which could break linking
6209
6210 2002-09-27 [melvin]     0.8.3claws29
6211
6212         * ac/aspell.m4
6213                 Improved GNU/aspell checking. 
6214                 Fixed bug #614490
6215
6216 2002-09-27 [paul]       0.8.3claws28
6217
6218         * sync with 0.8.3cvs8
6219                 see ChangeLog 2002-09-27
6220
6221 2002-09-26 [colin]      0.8.3claws27
6222
6223         * src/toolbar.[ch]
6224           src/mainwindow.[ch]
6225                 Add "Reply to Mailing-list" to the toolbar
6226
6227 2002-09-26 [christoph]  0.8.3claws26
6228
6229         * src/summaryview.c
6230                 Fix wrong message counts in summaryview status
6231
6232 2002-09-26 [paul]       0.8.3claws25
6233
6234         * sync with 0.8.3cvs7
6235                 see ChangeLog 2002-09-26
6236
6237 2002-09-26 [paul]       0.8.3claws24
6238
6239         * sync with 0.8.3cvs6
6240                 see ChangeLog 2002-09-25
6241
6242 2002-09-25 [christoph]  0.8.3claws23
6243
6244         * src/prefs_common.c
6245         * src/prefs_folder_item.c
6246         * src/prefs_scoring.c
6247                 Renamed "kill score" to "hide score" in GUI
6248                 and prefs files
6249
6250 2002-09-25 [paul]       0.8.3claws22
6251
6252         * sync with 0.8.3cvs5
6253                 see ChangeLog 2002-09-24
6254
6255 2002-09-24 [alfons]     0.8.3claws21
6256
6257         patch by Satoshi Nagayasu: allows appending / saving multiple 
6258         selected files (closes "[ 612279 ] save multiple mesg(s) in 
6259         'Save as ...'")
6260
6261         * AUTHORS
6262                 add Satoshi Nagayasu
6263         * src/summaryview.c
6264                 summary_save_as(): allow saving selected files to
6265                 one file
6266                 summary_set_menu_sensitive: enable "Save As..." when
6267                 multiple files are selected
6268         * src/utils.[ch]
6269                 append_file(): new function
6270
6271 2002-09-24 [colin]      0.8.3claws20
6272
6273         * src/procmime.c
6274                 Fix segfault when mimeinfo doesn't have a 
6275                 content_type. 
6276
6277 2002-09-24 [colin]      0.8.3claws19
6278
6279         * src/prefs_common.[ch]
6280                 Add a preference to display send dialog or not
6281         * src/send.c
6282                 Display send dialog according to preference
6283
6284 2002-09-24 [colin]      0.8.3claws18
6285
6286         * src/compose.[ch]
6287                 Disable user actions when sending
6288
6289 2002-09-24 [colin]      0.8.3claws17
6290
6291         * src/procmime.c
6292                 Do not display name or filename for attachments
6293                 with an application/pgp-signature type
6294                 (security flaw, see bug 537413)
6295
6296 2002-09-23 [colin]      0.8.3claws16
6297
6298         * src/editaddress.c
6299                 Initialize entry_email, entry_alias and 
6300                 entry_remarks to first email address of the list
6301
6302 2002-09-23 [colin]      0.83claws15
6303
6304         * src/compose.c
6305                 Drop pgp-signature when reediting a signed queued
6306                 message
6307
6308 2002-09-23 [melvin]     0.8.3claws14
6309
6310         * po/fr.po
6311                 Updated French translation
6312
6313 2002-09-23 [melvin]     0.8.3claws13
6314
6315         * src/mainwindow.c
6316                 Made custom toolbar menu labels more consistent
6317         * src/prefs_toolbar.c
6318                 Made custom toolbar window title more consistent
6319
6320 2002-09-22 [colin]      0.8.3claws12
6321
6322         * src/inc.c
6323                 Initialize session type to normal before getting 
6324                 mail (fixes strange Get behaviour)
6325         * src/prefs_account.h
6326                 Move STYPE_POP_BEFORE_SMTP to last position to 
6327                 avoid other side-effects
6328
6329 2002-09-22 [colin]      0.8.3claws11
6330
6331         * src/prefs_account.c
6332                 Fix pop_bfr_smtp_tm_entry sensivity when switching
6333                 from pop3 to apop or vice-versa
6334
6335 2002-09-22 [colin]      0.8.3claws10
6336         
6337         * src/prefs_account.[ch]
6338                 Add an option for the POP before SMTP timeout
6339         * src/inc.c
6340                 Remember time of last POP connection
6341         * src/send.c
6342                 Do POP before SMTP only if timeout reached
6343
6344 2002-09-22 [oliver]     0.8.3claws9
6345         
6346         * README.claws
6347                 explain custom toolbar
6348
6349 2002-09-22 [oliver]     0.8.3claws8
6350
6351         * src/prefs_actions.[ch]
6352         custom toolbar for compose      
6353                 actions callback from compose toolbar
6354         * src/folderview.c
6355                 remove include toolbar.h
6356
6357 2002-09-22 [oliver]     0.8.3claws7
6358         
6359         * src/prefs_toolbar.[ch]
6360                 custom toolbar for compose
6361                 - generic prefs_toolbar handles both
6362                   Mainwin's toolbar as well as Compose toolbar          
6363
6364 2002-09-22 [oliver]     0.8.3claws6
6365         
6366         * src/toolbar.[ch]
6367                 custom toolbar for compose
6368                 restructure toolbar.[ch]
6369
6370 2002-09-22 [oliver]     0.8.3claws5
6371
6372         * src/compose.[ch]
6373                 custom toolbar for compose
6374
6375 2002-09-22 [oliver]     0.8.3claws4
6376         
6377         * src/mainwindow.[ch]
6378                 custom toolbar for compose 
6379                 move mainwin toolbar back to mainwindow
6380
6381 2002-09-22 [alfons]     0.8.3claws3
6382
6383         * src/procmsg.c
6384                 :%sno/if(/if (/gc
6385                 :%sno/for(/for (/gc
6386                 (beautify)
6387
6388 2002-09-22 [alfons]     0.8.3claws2
6389         
6390         * src/procmsg.c
6391                 procmsg_save_to_outbox(): don't unlink message file from queue;
6392                 callers should do it using folder_item_remove_msg()
6393
6394 2002-09-22 [colin]      0.8.3claws1
6395
6396         * src/mimeview.[ch]
6397                 Made mimeview_check_signature() public
6398         * src/textview.c
6399                 Made GPG signatures verifiable by clicking
6400                 the [application/pgp-signature] in the Text
6401                 view
6402
6403 2002-09-22 [paul]       0.8.3claws
6404
6405         * po/bg.po
6406           po/en_GB.po
6407           po/es.po
6408           po/it.po
6409           po/pl.po
6410           po/pt_BR.po
6411           po/sr.po
6412                 updated translations, submitted by George Danchev,
6413                 me, Ricardo Mones Lastra, Alessandro Maestri,
6414                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
6415                 and Urke MMI, respectively.     
6416
6417 2002-09-22 [alfons]     0.8.2claws65
6418
6419         * src/procmsg.c
6420         * src/pgptext.c
6421                 no furry valgrinds have been used to plug these memleaks
6422
6423 2002-09-20 [paul]       0.8.2claws64
6424
6425         * sync with 0.8.3cvs4
6426                 'Select thread' re-implemented 
6427                 see ChangeLog 2002-09-20
6428
6429 2002-09-21 [alfons]     0.8.2claws63
6430
6431         * src/compose.c
6432                 compose_send(): plug unnoticed memleak
6433
6434 2002-09-20 [alfons]     0.8.2claws62
6435
6436         * src/addr_compl.c
6437                 replace_address_in_edit(): strict check for NULL address to
6438                 fix "[ 607348 ] Segfault in address completion". My guess is
6439                 that this happens with an empty address book, but it's good
6440                 to have this check here anyway
6441                 
6442                 completion_window_button_press(): free string returned 
6443                 from the internal cache
6444
6445 2002-09-20 [christoph]  0.8.2claws61
6446
6447         * src/procmime.h
6448                 added ENC_BINARY to EncodingType
6449         * src/procmime.c
6450                 the string returned by procmime_get_encoding_str
6451                 should not depend on the order of values in the
6452                 EncodingType definition
6453         * doc-src/rfc1806.txt   ** NEW FILE **
6454                 Added rfc1806 about MIME Content-Disposition
6455                 Extension
6456
6457 2002-09-19 [paul]       0.8.2claws60
6458
6459         * sync with 0.8.2cvs3
6460                 see ChangeLog 2002-09-19
6461
6462 2002-09-19 [paul]       0.8.2claws59
6463
6464         * src/prefs_folder_item.c
6465                 revert to Darko's original alignment of colour
6466                 selector button
6467                 add a colon to folder_color label
6468                 
6469         * src/compose.c
6470                 add Colin's patch (with Hiro's modifications) to 
6471                 force BASE64 encoding for 8-bit text when signing
6472                 (sync with 0.8.3cvs2)
6473
6474 2002-09-18 [alfons]     0.8.2claws58
6475
6476         * src/compose.c
6477                 :%sno/if(/if (/gc
6478                 :%sno/for(/for (/gc
6479                 (beautify a little bit)
6480
6481 2002-09-18 [christoph]  0.8.2claws57
6482
6483         * src/pine.c
6484                 fix handling of fgetc return value
6485
6486 2002-09-17 [alfons]     0.8.2claws56
6487         
6488         * src/summaryview.c
6489                 summary_sort(): check non-NULL summaryview->folder_item when no 
6490                 folder is selected at all
6491                 (closes "[ 610344 ] sort label make syl Crash")
6492
6493 2002-09-17 [alfons]     0.8.2claws55
6494         
6495         * src/compose.c
6496                 beautify a little bit
6497
6498 2002-09-17 [christoph]  0.8.2claws54
6499
6500         * src/folder.c
6501                 initialize max values for cache and folder
6502                 when cache or folder is empty
6503
6504 2002-09-15 [colin]      0.8.2claws53
6505
6506         * src/compose.c
6507                 Fix a leak (thanks Alfons!) and cleaned
6508                 variables names for custom headers
6509
6510 2002-09-15 [colin]      0.8.2claws52
6511
6512         * src/compose.c
6513                 Fix custom headers recognition when
6514                 prefs_common.trans_hdr is on
6515
6516 2002-09-15 [colin]      0.8.2claws51
6517
6518         * src/compose.c
6519                 Allow dynamically-added custom headers
6520                 Yet not reparsed if reedited
6521
6522 2002-09-15 [alfons]     0.8.2claws50
6523
6524         * src/prefs_account.c
6525                 fix warnings
6526
6527 2002-09-15 [colin]      0.8.2claws49
6528         
6529         * src/prefs_account.c
6530                 fix pop_before_smtp sensitivity
6531
6532 2002-09-15 [colin]      0.8.2claws48
6533
6534         * src/inc.[ch]
6535                 add inc_pop_before_smtp()
6536                 allow MainWindow to be undefined in 
6537                 inc_account_mail() and inc_start()
6538         * src/pop.c
6539           src/prefs_account.h
6540                 add STYPE_POP_BEFORE_SMTP session type
6541         * src/prefs_account.c
6542                 activated pop before smtp option
6543         * src/send.c
6544                 do pop before smtp if the relevant option 
6545                 is set
6546
6547 2002-09-15 [paul]       0.8.2claws47
6548
6549         * sync with 0.8.3
6550                 see ChangeLog 2002-09-15
6551
6552 2002-09-14 [paul]       0.8.2claws46
6553
6554         * po/bg.po
6555                 updated Bulgarian translation, submitted by
6556                 George Danchev
6557
6558 2002-09-13 [paul]       0.8.2claws45
6559
6560         * src/compose.c
6561                 merge claws' select_account() with main's
6562                 (new) compose_select_account(). [sync with
6563                 0.8.2cvs15, see ChangeLog 2002-09-11]
6564
6565 2002-09-12 [christoph]  0.8.2claws44
6566
6567         * src/filter.c
6568                 allocate 1 elements of FolderItem not 0
6569
6570 2002-09-12 [colin]      0.8.2claws43
6571
6572         * src/compose.c
6573                 Fix bug #590825 (obey Follow-up: poster)
6574
6575 2002-09-12 [colin]      0.8.2claws42
6576
6577         * src/procmime.c
6578                 Fix bug #557009 (wrong headers for messages 
6579                 forwarded as attachments)
6580
6581 2002-09-11 [colin]      0.8.2claws41
6582         
6583         * src/compose.c
6584                 Put SCF: pseudo-header on top of message
6585                 Set draft tmp_flag when saved as draft
6586
6587         * src/procmsg.c
6588           src/procheader.c
6589                 Skip after first \n\n for beginning of real message
6590                 for drafts too
6591
6592 2002-09-11 [christoph]  0.8.2claws40
6593
6594         * src/filtering.c
6595                 use procmsg flag functions in filtering or processing
6596                 will cause incorrect folder message counts
6597
6598 2002-09-11 [colin]      0.8.2claws39
6599
6600         * src/compose.c
6601                 Fix bug #550175 - wrong save folder when reediting
6602                 drafts
6603
6604 2002-09-11 [paul]       0.8.2claws38
6605
6606         * sync with 0.8.2cvs14
6607                 see ChangeLog 2002-09-11
6608
6609 2002-09-11 [colin]      0.8.2claws37
6610
6611         * src/folder.c
6612                 Fix a typo (seeming to cause new/unread status to
6613                 be lost)
6614
6615 2002-09-10 [christoph]  0.8.2claws36
6616
6617         * src/compose.c
6618                 compose_redirect should not use compose_generic_new
6619                 because that does more stuff than expected including
6620                 opening the external editor
6621                 (closes bug "[ 526608 ] bounced messages appear blank
6622                  in editor")
6623
6624 2002-09-10 [christoph]  0.8.2claws35
6625
6626         * src/folder.c
6627                 fix problem with too large message number range
6628                 causing a crash in folder_item_scan
6629
6630 2002-09-10 [paul]       0.8.2claws34
6631
6632         * sync with 0.8.2cvs13
6633                 see ChangeLog 2002-09-10
6634
6635 2002-09-10 [christoph]  0.8.2claws33
6636
6637         * src/msgcache.c
6638                 set MsgInfo TmpFlags for queue and draft folders
6639                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
6640
6641 2002-09-10 [paul]       0.8.2claws32
6642
6643         * AUTHORS
6644           po/bg.po      ** NEW FILE **
6645                 new Bulgarian translation submitted by
6646                 George Danchev <danchev@spnet.net>
6647                 
6648         * tools/Makefile.am
6649           tools/README
6650           tools/tb2sylpheed     ** NEW FILE **
6651                 add script that converts an addressbook exported
6652                 from The Bat! into a Sylpheed addressbook. Submitted
6653                 by Urke MMI <urke-kg@eunet.yu>
6654
6655 2002-09-10 [paul]       0.8.2claws31
6656
6657         * sync with 0.8.2cvs12
6658                 see ChangeLog 2002-09-10
6659
6660 2002-09-06 [paul]       0.8.2claws30
6661
6662         * src/prefs_common.c
6663                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
6664                 
6665         * tools/Makefile.am
6666           tools/README
6667           tools/ldif-to-xml.py  ** REMOVED **
6668                 remove obsolete python script
6669
6670 2002-09-06 [paul]       0.8.2claws29
6671
6672         * sync with 0.8.2cvs10
6673                 see ChangeLog 2002-09-06
6674
6675 2002-09-04 [paul]       0.8.2claws28
6676
6677         * sync with 0.8.2cvs9
6678                 see ChangeLog 2002-08-04
6679
6680 2002-09-04 [colin]      0.8.2claws27 
6681
6682         * src/prefs_common.[ch]
6683                 Added signature color configuration
6684         * src/textview.c
6685                 Use user-specified signature color
6686
6687 2002-09-03 [colin]      0.8.2claws26
6688
6689         * src/prefs_common.[ch]
6690                 Added autosave and autosave_length prefs
6691         * src/compose.c
6692                 Added compose_remove_draft()
6693                 Auto-save drafts according to the prefs
6694         * src/main.c
6695                 Added a crash-indicator file, allowing to check
6696                 for new messages on startup if Sylpheed crashed
6697                 (makes saved drafts "reappear")
6698
6699 2002-09-03 [colin]      0.8.2claws25
6700
6701         * src/textview.[ch]
6702                 Grey the signature
6703
6704 2002-09-03 [paul]       0.8.2claws24
6705
6706         * sync with 0.8.2cvs8
6707                 see ChangeLog 2002-09-02 and 2002-09-03
6708
6709 2002-09-03 [darko]      0.8.2claws23
6710
6711         * src/folderview.c
6712                 use normal style when creating new folder to pick
6713                 proper font size 
6714
6715 2002-09-02 [melvin]     0.8.2claws22
6716
6717         * src/gtkaspell.m4
6718                 removed some obsolete code
6719
6720 2002-09-02 [melvin]     0.8.2claws21
6721
6722         * ac/aspell.m4
6723                 fixed test's equality sign (== to =)
6724
6725 2002-09-02 [alfons]     0.8.2claws20
6726
6727         * src/folder.c
6728         * src/mh.c
6729                 revert change of 0.8.2claws16 and use the mh_folder_destroy
6730                 as folder->destroy virtual as suggested by Hiro
6731                 (the mh.c code seems to have been lost around mh.c.1.21)
6732
6733 2002-09-02 [paul]       0.8.2claws19
6734
6735         * po/pt_BR.po
6736                 updated by Fabio Jr. Beneditto
6737                 
6738         * src/defs.h
6739                 use 'http://claws.sylpheed.org' for homepage link. 
6740                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
6741
6742 2002-09-01 [alfons]     0.8.2claws18
6743
6744         * src/mh.c
6745                 plug memleak related to one Martin Kluge found
6746
6747 2002-08-31 [paul]       0.8.2claws17
6748
6749         * sync with 0.8.2cvs6
6750                 see ChangeLog 2002-08-30
6751
6752 2002-08-31 [alfons]     0.8.2claws16
6753
6754         * src/folder.c
6755                 folder_destroy(): remove mailbox from folderlist even if it has
6756                 no destroy virtual
6757
6758 2002-08-31 [alfons]     0.8.2claws15
6759
6760         * src/folder.c
6761                 :%sno/if(/if (/gc
6762                 :%sno/for(/for (/gc
6763                 (being pedantic I know)
6764
6765 2002-08-31 [alfons]     0.8.2claws14
6766
6767         * src/folder.c
6768                 check for NULL pointers returned from folder->fetch_msginfo virtual
6769                 (should solve some reported crashes)
6770
6771 2002-08-30 [alfons]     0.8.2claws13
6772
6773         * acconfig.h
6774         * configure.in
6775         * src/crash.c
6776                 enable crash dialog on compilation time
6777                 (--enable-crash-dialog configure option)
6778
6779 2002-08-30 [alfons]     0.8.2claws12
6780
6781         * AUTHORS
6782                 add Martin Kluge
6783         * src/mh.c
6784                 apply memory leak plug patch by Martin Kluge
6785                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6786                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6787                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6788
6789 2002-08-30 [darko]      0.8.2claws11
6790
6791         * src/folderview.c
6792                 copy Gtk style from normal style to match
6793                 font size for coloured folders
6794
6795 2002-08-29 [alfons]     0.8.2claws10
6796
6797         * sylpheed.desktop
6798                 Type=Internet <- Type=Application
6799                 (reported by Michael Schwendt, see:
6800                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6801                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6802
6803 2002-08-29 [paul]       0.8.2claws9
6804
6805         * sync with 0.8.2cvs5
6806                 see ChangeLog 2002-08-29
6807
6808 2002-08-29 [colin]      0.8.2claws8
6809
6810         * src/summaryview.c
6811                 Added a sanity check in summary_select_thread
6812                 Should fix bug 601605
6813
6814 2002-08-29 [colin]      0.8.2claws7
6815
6816         * src/main.c
6817                 Revert claws6 changes regarding bug #591676
6818
6819 2002-08-28 [colin]      0.8.2claws6
6820         
6821         * src/main.c
6822                 Ignore cache for queue folderitems
6823                 Fix bug #591676
6824
6825 2002-08-28 [melvin]     0.8.2claws5
6826
6827         * README.claws
6828                 Fixed typos.
6829
6830 2002-08-28 [melvin]     0.8.2claws4
6831
6832         * README.claws
6833                 Updated a bit the text concerning the spell checker
6834
6835 2002-08-28 [melvin]     0.8.2claws3
6836
6837         Merged the GNU_aspell_branch:
6838                 Support of new GNU/aspell is now included and the old pspell
6839                 is not supported anymore.
6840                 See README.claws
6841
6842         * README.claws
6843                 Updated spell checker text to reflect the switch to GNU/aspell
6844
6845         * ac/aspell.m4          *** NEW ***
6846         * src/gtkaspell.[ch]    *** NEW *** 
6847         * ac/pspell.m4          *** DELETED *** 
6848         * src/gtkspell.[ch]     *** DELETED ***
6849
6850         * ac/Makefile.am
6851                 Updated for GNU/aspell support
6852
6853         * po/POTFILES.in
6854                 Replaced gtkspell.c by gtkaspell.c
6855
6856         * acconfig.h
6857         * src/Makefile.am
6858         * src/about.c
6859         * src/compose.[ch]
6860         * src/crash.c
6861         * src/main.c
6862         * src/prefs_common.[ch]
6863                 Updated for GNU/aspell support
6864
6865 2002-08-28 [paul]       0.8.2claws2
6866
6867         * sync with 0.8.2cvs4
6868                 see ChangeLog 2002-08-27 and 2002-08-28
6869
6870 2002-08-28 [colin]      0.8.2claws1
6871
6872         * src/summary_search.c
6873                 Added "AND search"
6874
6875 2002-08-28 [jens]       0.8.2claws
6876
6877         *po/de.po
6878                 Updated German translations
6879
6880 2002-08-27 [melvin]     0.8.2claws
6881
6882         * po/fr.po
6883                 Updated French translations
6884
6885 2002-08-27 [paul]       0.8.2claws
6886
6887         * sync with 0.8.2 main release
6888
6889         * po/en_GB.po
6890           po/es.po
6891           po/it.po
6892           po/pl.po
6893           po/pt_BR.po
6894           po/sr.po
6895                 updated message catalogs submitted by
6896                 Ricardo Mones Lastra, Alessandro Maestri,
6897                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
6898                 Beneditto and Urke MMI  
6899
6900 2002-08-27 [hoa]        0.8.1claws123
6901
6902         * src/mainwindow.[ch]
6903         * src/summaryview.[ch]
6904                 removed the "filter setting" menu option.
6905                 add a "cancel a news message" menu option.
6906
6907 2002-08-26 [martin]     0.8.1claws122
6908
6909         * ChangeLog.claws
6910                 changed string under 0.8.1claws79 changed by myself
6911                 i'm sorry alfons :(
6912
6913 2002-08-26 [martin]     0.8.1claws121
6914
6915         * src/crash.c
6916                 added kill command to debuggerrc to start crash dialog
6917
6918 2002-08-26 [paul]       0.8.1claws120
6919
6920         * sync with 0.8.1cvs31
6921                 see ChangeLog 2002-08-26
6922
6923 2002-08-25 [alfons]     0.8.1claws119
6924
6925         * src/procmsg.c
6926                 fix bug that didn't send out correct headers to news server
6927                 when sending news article and email from queue (bug reported
6928                 and patch provided by Tim Mann; closes bug 
6929                 "[ 583196 ] 0.7.8claws can't post news")
6930
6931 2002-08-25 [alfons]     0.8.1claws118
6932
6933         * src/selective_download.c
6934                 mark two strings as translatable
6935                 (thanks to Urke MMI for pointing this out)
6936
6937 2002-08-25 [alfons]     0.8.1claws117
6938
6939         * src/summaryview.c
6940                 treat sent boxes as special and allow sorting them by addressee
6941                 (closes "[ 589418 ] Sent folder sorting misbehavior"
6942                 submitted by Steve Lamb)
6943
6944 2002-08-24 [alfons]     0.8.1claws116
6945
6946         * src/matcher.c
6947                 fix memleak reported by Martin Kluge
6948                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
6949
6950 2002-08-24 [oliver]     0.8.1claws115
6951
6952         * src/prefs_toolbar.c
6953                 o code cleanup as suggested by Alfons
6954                 o memleak fix
6955
6956 2002-08-24 [alfons]     0.8.1claws114
6957
6958         * src/summaryview.c
6959                 o fix another memory leak reported by Martin Kluge
6960                   (see "[ 599568 ] Small Memory Leak")
6961                 o remove 'from' variable from 'summary_set_header()'; we can
6962                   do with just 'to' 
6963
6964 2002-08-24 [paul]       0.8.1claws113
6965
6966         * sync with 0.8.1cvs30
6967                 see ChangeLog 2002-08-23
6968
6969 2002-08-24 [alfons]     0.8.1claws112
6970
6971         * src/summaryview.c
6972                 remove unnecessary allocations for search bar fixing leaks
6973                 reported by Martin Kluge
6974                 (see "[ 599451 ] Further memory leaks?")
6975
6976 2002-08-24 [alfons]     0.8.1claws111
6977
6978         * src/main.c
6979                 make get_socket_name() public for crash.c
6980         * src/crash.c
6981                 o make report bug button work (goes to claws' 
6982                   bug tracker at sf.net)
6983                 o introduce function for doing important stuff just
6984                   before claws goes down
6985                 o clean up code 
6986
6987 2002-08-24 [alfons]     0.8.1claws110
6988
6989         * src/compose.c
6990                 move cursor to "To" entry when forwarding as attachment
6991                 (reported and solved by Steve Lamb, closes bug report
6992                 "[ 592880 ] Forward as attachment; cursor not in to")
6993
6994 2002-08-24 [colin]      0.8.1claws109
6995
6996         * src/mainwindow.c
6997                 fix quick search visibility after GUI (de)separations.
6998
6999 2002-08-23 [colin]      0.8.1claws108
7000
7001         * src/mainwindow.c
7002                 fix header pane visibility after folderview or
7003                 messageview (de)separation
7004
7005 2002-08-23 [paul]       0.8.1claws107
7006
7007         * src/mainwindow.[ch]
7008           src/toolbar.c
7009                 give full control of display or non-display 
7010                 of the Execute icon to Custom toolbar settings.
7011                 add new sensitivity condition to maninwindow.h: 
7012                 M_DELAY_EXEC
7013
7014         * ChangeLog
7015           ChangeLog.jp
7016           NEWS
7017                 more sync with 0.8.1cvs29
7018
7019 2002-08-23 [melvin]     0.8.1claws106
7020
7021         * src/alertpanel.c
7022                 Readded support for custom widget in alertpanel lost in last
7023                 sync.
7024
7025 2002-08-23 [paul]       0.8.1claws105
7026
7027         * sync with 0.8.1cvs29
7028                 see ChangeLog 2002-08-23
7029
7030 2002-08-23 [colin]      0.8.1claws104
7031
7032         * src/summaryview.c
7033                 Fix folder and search pixmaps exchanging positions
7034                 after theme or toolbar changes. Thank to Oliver for 
7035                 reporting this.
7036
7037 2002-08-23 [colin]      0.8.1claws103
7038
7039         * src/mainwindow.c
7040           src/messageview.[ch]
7041           src/noticeview.[ch]
7042           src/summaryview.c
7043                 Changed messageview_create() and noticeview_create()
7044                 to avoid the last gdk_warning
7045
7046 2002-08-22 [colin]      0.8.1claws102
7047
7048         * src/summaryview.c
7049                 Fix my new `Creating pixmap from xpm' warning
7050
7051 2002-08-22 [colin]      0.8.1claws101
7052
7053         * src/mainwindow.c
7054                 Fix some of the gdk warnings
7055
7056 2002-08-22 [colin]      0.8.1claws100
7057
7058         * src/Makefile.am
7059         * src/stock_pixmap.c
7060         * src/stock_pixmap.h
7061         * src/pixmaps/quicksearch.xpm *ADDED*
7062                 Add the quicksearch pixmap
7063         * src/mainwindow.c
7064         * src/summaryview.c
7065         * src/summaryview.h
7066                 Make quicksearch bar visible/hidden via a button
7067
7068 2002-08-22 [christoph]  0.8.1claws99
7069
7070         * src/folder.c
7071                 fix folder update for newsgroups with message
7072                 numbers below minimum number of articles to fetch
7073                 (closes bug #598445)
7074
7075 2002-08-22 [paul]       0.8.1claws98
7076
7077         * sync with 0.8.1cvs28
7078                 see ChangeLog 2002-08-22
7079
7080 2002-08-21 [alfons]     0.8.1claws97
7081
7082         * src/crash.c
7083                 use bt instead of bt full which seems to work 
7084                 better, and bt full doesn't give a great deal 
7085                 of information anyway
7086
7087 2002-08-21 [colin]      0.8.1claws96
7088
7089         * src/summaryview.c
7090                 fix summaryview_searchtype_changed prototype
7091
7092 2002-08-21 [christoph]  0.8.1claws95
7093
7094         * src/mainwindow.c
7095                 o fix broken menu update for sorting type, we have to
7096                   get this info from the summaryview now
7097                 o removed setting of threaded state in menu callback
7098         * src/summaryview.[ch]
7099                 more summaryview/folderitem seperation for
7100                 threading option
7101         * configure.in
7102                 removed not required --with-compiler-flags option
7103
7104 2002-08-21 [oliver]     0.8.1claws94
7105         
7106         * src/toolbar.h 
7107                 o rename toolbar.xml to toolbar_main.xml
7108                   since toolbar_compose.xml might come up 
7109                   any time soon
7110         * README.claws
7111                 add custom toolbar              
7112
7113 2002-08-21 [darko]      0.8.1claws93
7114
7115         * src/procmsg.c
7116                 don't reset tmp flags for messages copied
7117                 to sent folder
7118
7119 2002-08-21 [colin]      0.8.1claws92
7120         
7121         * src/prefs_filtering.c
7122                 fix renaming rules on folder rename 
7123                 when folder is not a leaf folder
7124
7125 2002-08-21 [paul]       0.8.1claws91
7126
7127         * src/prefs_folder_item.c
7128                 fix alignment of colour selector
7129
7130 2002-08-21 [paul]       0.8.1claws90
7131
7132         * sync with 0.8.1cvs27
7133                 see ChangeLog 2002-08-21
7134
7135 2002-08-21 [paul]       0.8.1claws89
7136
7137         * src/summaryview.c
7138                 fix crash when changing field type in
7139                 Quick search bar
7140
7141 2002-08-21 [colin]      0.8.1claws88
7142
7143         * src/summaryview.c
7144                 Made quick search case-insensitive
7145
7146 2002-08-21 [paul]       0.8.1claws87
7147
7148         * sync with 0.8.1cvs26
7149                 see ChangeLog 2002-08-21
7150
7151 2002-08-20 [christoph]  0.8.1claws86
7152
7153         * src/folderview.c
7154         * src/main.c
7155         * src/summaryview.[ch]
7156                 more summaryview/folderitem seperation for
7157                 sort_key and sort_type
7158         * src/procmsg.c
7159                 added missing return statement
7160
7161 2002-08-20 [colin]      0.8.1claws85
7162
7163         * src/summaryview.[ch]
7164                 Added a quick search box
7165         * src/mainwindow.c
7166         * src/prefs_common.[ch]
7167                 Added a show/hide option for the quick search
7168
7169 2002-08-20 [oliver]     0.8.1claws84
7170         
7171         * src/mainwindow.c
7172                 remove toolbar_create_popups
7173         * src/toolbar.[ch]
7174                 o remove toolbar_create_popups
7175                 o fix toolbar_set_sensitive 
7176                   (Bug reports #596834 and #596832)     
7177         * src/prefs_toolbar.c
7178                 o add "Set default" button
7179                 o align label and text + combo widgets
7180
7181 2002-08-20 [hoa]        0.8.1claws83bis
7182
7183         * src/imap.c
7184                 fixed a bug in imap_fetch_msginfo() in case there is no
7185                 current folder.
7186
7187 2002-08-20 [darko]      0.8.1claws83
7188
7189         * src/folderview.c
7190                 copy the color style of folder view so it
7191                 works with GTK themes
7192
7193 2002-08-20 [darko]      0.8.1claws82
7194
7195         * src/folder.h
7196         * src/folderview.c
7197         * src/prefs_folder_item.[hc]
7198                 don't use UI stuff in folder.h
7199
7200 2002-08-20 [darko]      0.8.1claws81
7201
7202         * src/folder.h
7203         * src/prefs_folder_item.h
7204         * src/folderview.c
7205         * src/prefs_folder_item.c
7206                 ability to set folder color in folderview
7207
7208 2002-08-19 [alfons]     0.8.1claws80
7209
7210         * src/summaryview.c
7211                 fix one of the earlier memleaks reported by Martin Kluge
7212
7213 2002-08-19 [alfons]     0.8.1claws79
7214
7215         * src/mainwindow.c
7216                 hide notice view when selecting seperate folder
7217                 view (reported by Urke MMI)
7218
7219 2002-08-19 [christoph]  0.8.1claws78
7220
7221         * src/folderview.c
7222         * src/prefs_folder_item.h
7223         * src/summaryview.[ch]
7224                 o add summary_set_prefs_from_folderitem to set
7225                   summaryview prefs (first step to remove all
7226                   references to the folderitem in summaryview)
7227                 o moved compiled regex stuff from folderitem prefs
7228                   to summaryview code
7229
7230 2002-08-19 [paul]       0.8.1claws77
7231
7232         * src/compose.c
7233                 add check for '.' to QUOTE_IF_REQUIRED
7234
7235 2002-08-19 [paul]       0.8.1claws76
7236
7237         * src/inc.c
7238                 sync with 0.8.1cvs25 (plug memory leak)
7239
7240         * src/prefs_toolbar.c
7241                 re-order prefs_toolbar_cancel()
7242
7243 2002-08-18 [alfons]     0.8.1claws75
7244
7245         * src/inc.c
7246         * src/matcher.c
7247                 plug other memleaks reported by Martin Kluge
7248
7249 2002-08-18 [paul]       0.8.1claws74
7250
7251         * po/pt_BR.po
7252                 updated by Fabio Jr. Beneditto
7253
7254 2002-08-18 [paul]       0.8.1claws73
7255
7256         * src/toolbar.[ch]
7257                 fix bug where tooltips were displayed untranslated              
7258
7259         * src/prefs_toolbar.c
7260                 fix bug where clicking 'Cancel' creates an icon & text
7261                 toolbar regardless of prefs
7262         
7263
7264 2002-08-17 [oliver]     0.8.1claws72
7265
7266         * src/prefs_toolbar.c
7267                 update toolbar on CANCEL
7268                 bug reported by Martin Kluge
7269         * src/toolbar.c
7270                 toolbar_destroy memleak fixed           
7271
7272 2002-08-17 [alfons]     0.8.1claws71
7273
7274         * src/toolbar.c
7275                 plug another memleak reported by Martin Kluge
7276
7277 2002-08-16 [alfons]     0.8.1claws70
7278
7279         * src/crash.c
7280                 use execvp() correctly (suggested by wwp; thanks!)
7281
7282 2002-08-16 [alfons]     0.8.1claws69
7283
7284         * src/gtksctree.c
7285                 plug memory leak reported by Kim Schultz & Martin Kluge
7286
7287 2002-08-16 [paul]       0.8.1claws68
7288
7289         * po/es.po
7290                 updated by Ricardo Mones Lastra
7291
7292 2002-08-16 [paul]       0.8.1claws67
7293
7294         * src/toolbar.h
7295                 fix bug where 'Compose News' icon showed wrong
7296                 tooltip
7297
7298 2002-08-16 [paul]       0.8.1claws66
7299
7300         * sync with 0.8.1cvs24
7301                 see ChangeLog 2002-08-16
7302
7303         * po/it.po
7304                 updated by Alessandro Maestri
7305
7306 2002-08-15 [paul]       0.8.1claws65
7307
7308         * po/sr.po
7309                 updated by Urke MMI
7310
7311 2002-08-15 [paul]       0.8.1claws64
7312
7313         * src/*.c
7314                 don't translate debug info
7315
7316         * src/matcher.[ch]
7317                 add copyright info
7318
7319 2002-08-15 [paul]       0.8.1claws63
7320
7321         * src/prefs_toolbar.c
7322                 fix bug where clicking 'OK' creates an icon & text
7323                 toolbar regardless of prefs
7324
7325 2002-08-14 [alfons]     0.8.1claws62
7326
7327         * src/main.c
7328                 add global var that has the full argv[0]
7329         * src/crash.c
7330                 o execvp the correct sylpheed by using argv0
7331                   and setting the correct work dir
7332                 o other tweaks  
7333
7334 2002-08-14 [oliver]     0.8.1claws61
7335         
7336         * enable/disable Toolbar Action Buttons 
7337         * code cleanups
7338         * src/mainwindow.c
7339         * src/toolbar.[ch]      
7340         * src/prefs_toolbar.c   
7341
7342 2002-08-14 [melvin]     0.8.1claws60
7343
7344         * po/fr.po
7345                 Updated French translations
7346
7347 2002-08-14 [melvin]     0.8.1claws59
7348
7349         * src/crash.c
7350                 Made bug report not translatable
7351         * src/exporthtml.c
7352                 Fixed exporthtml_build_filespec() return value
7353         * src/foldersel.c
7354                 Fixed incorrect include file
7355         * src/gtkspell.c
7356         * src/prefs_actions.c
7357         * src/prefs_toolbar.c
7358                 Made debug info not translatable
7359         * src/mutt.c
7360         * src/quote_fmt.c
7361                 Added missing includes
7362         * src/prefs_common.c
7363                 Fixed typo
7364
7365 2002-08-14 [paul]       0.8.1claws58
7366
7367         * faq/es/sylpheed-faq.html
7368           faq/es/sylpheed-faq-[1-3].html
7369           faq/es/sylpheed-faq-4.html     **NEW FILE **
7370                 update Spanish FAQ
7371
7372 2002-08-13 [christoph]  0.8.1claws57
7373
7374         * src/procmsg.c
7375                 ignore thread fix that did not mark all
7376                 child nodes of a ignored thread as
7377                 ignored. Does not work perfectly yet,
7378                 but it is better now
7379
7380 2002-08-13 [alfons]     0.8.1claws56
7381
7382         * src/crash.c
7383                 o implement 'save crash log'
7384                 o some tweaks
7385
7386 2002-08-13 [melvin]     0.8.1claws55
7387
7388         * src/main.c
7389                 removed unrequired "execinfo.h" header
7390
7391 2002-08-12 [paul]       0.8.1claws54
7392
7393         * faq/en/sylpheed-faq.html
7394           faq/en/sylpheed-faq-[1-3].html
7395           faq/en/sylpheed-faq-4.html     **NEW FILE **
7396                 update English FAQ
7397
7398 2002-08-12 [alfons]     0.8.1claws53
7399
7400         * po/POTFILES.in
7401                 add crash.c to translatables
7402         * src/crash.c
7403                 bring in Leandro's crash dialog
7404
7405 2002-08-11 [alfons]     0.8.1claws52
7406
7407         * src/crash.c
7408                 clean up some warnings
7409
7410 2002-08-11 [alfons]     0.8.1claws51
7411
7412         * acconfig.h
7413         * configure.in
7414         * src/crash.[ch]        ** NEW FILES **
7415         * src/main.c            
7416                 initial gdb crash handler
7417
7418 2002-08-11 [paul]       0.8.1claws50
7419
7420         * src/prefs_toolbar.c
7421                 replace Up/Down arrow pixmaps with text to be
7422                 consistent across icon themes
7423
7424 2002-08-11 [paul]       0.8.1claws49
7425
7426         * src/prefs_common.c
7427           src/prefs_toolbar.c
7428                 rename 'Pixmap' -> 'Icon'
7429
7430         * src/toolbar.[ch]
7431                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
7432
7433 2002-08-10 [paul]       0.8.1claws48
7434
7435         * src/prefs_toolbar.c
7436                 re-work the UI
7437
7438 2002-08-10 [paul]       0.8.1claws47
7439
7440         * src/main.c
7441                 don't write Processing progress to status bar
7442                 patch submitted by Alexander Evseev
7443
7444         * src/prefs_toolbar.c
7445                 re-position and resize window
7446                 make window assume correct size on first call
7447
7448 2002-08-10 [paul]       0.8.1claws46
7449
7450         * src/mainwindow.c
7451           src/prefs_toolbar.c
7452           src/toolbar.c
7453           src/toolbar.h
7454                 obey coding style
7455                 follow UI text conventions
7456
7457 2002-08-10 [alfons]     0.8.1claws45
7458
7459         * src/toolbar.c
7460                 correct pixmap for delete action
7461
7462 2002-08-10 [paul]       0.8.1claws44
7463
7464         * po/pt_BR.po
7465                 updated by Fabio Jr. Beneditto
7466
7467 2002-08-10 [paul]       0.8.1claws43
7468
7469         * po/POTFILES.in
7470                 add custom toolbar files
7471
7472 2002-08-10 [paul]       0.8.1claws42
7473
7474         * sync with 0.8.1cvs22
7475                 see ChangeLog 2002-08-09
7476
7477 2002-08-09 [paul]       0.8.1claws41
7478
7479         * tools/Makefile.am
7480           tools/README
7481           tools/outlook2sylpheed.pl     ** NEW FILE **
7482                 add script to convert exported Outlook
7483                 contacts list to a Sylpheed addressbook.
7484                 Submitted by Ricardo Mones Lastra.
7485
7486 2002-08-09 [paul]       0.8.1claws40
7487
7488         * AUTHORS
7489           configure.in
7490           po/sr.po      ** NEW FILE **
7491                 add Serbian message catalog. Submitted by
7492                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
7493
7494 2002-08-09 [paul]       0.8.1claws39
7495
7496         * sync with 0.8.1cvs21
7497                 see ChangeLog 2002-08-08
7498
7499 2002-08-08 [oliver]     0.8.1claws38
7500
7501         * src/mainwindow.c
7502                 move Custom Toolbar to Configuration menu
7503
7504 2002-08-08 [oliver]     0.8.1claws37
7505
7506         * src/prefs_toolbar.c
7507                 fix substitute pixmap bug
7508
7509 2002-08-08 [paul]       0.8.1claws36
7510
7511         * sync with 0.8.1cvs19
7512                 see ChangeLog 2002-08-08
7513
7514 2002-08-07 [christoph]  0.8.1claws35
7515
7516         * src/utils.c
7517                 fixed a memory leak in new canonicalize_file_replace
7518
7519 2002-08-07 [christoph]  0.8.1claws34
7520
7521         * src/utils.[ch]
7522                 o canonicalize_file_replace should create the temporary
7523                   file in the same directory as the original file.
7524                 o added get_tmpfile_in_dir that creates a temorary file
7525                   in a specified directory.
7526
7527 2002-08-07 [melvin]     0.8.1claws33
7528
7529         * src/toolbar.c
7530                 fixed bug where 'Article' button acted as 'Email' button.
7531
7532 2002-08-07 [paul]       0.8.1claws32
7533
7534         * sync with 0.8.1.cvs17
7535                 see ChangeLog 2002-08-07
7536
7537 2002-08-07 [colin]      0.8.1claws31
7538         
7539         * src/news.c
7540                 fix mass-cancel problem
7541
7542 2002-08-07 [thorsten]   0.8.1claws30
7543
7544         * src/prefs_toolbar.c
7545                 fix: crash on replace or add new button
7546         * src/toolbar.c
7547                 fix: close xmlfile after reading
7548         * src/utils.c
7549                 fix: unlink() file before rename()
7550
7551 2002-08-06 [paul]       0.8.1claws29
7552
7553         * sync with 0.8.cvs15
7554                 see ChangeLog 2002-08-06
7555
7556 2002-08-06 [oliver]     0.8.1claws28
7557
7558         * src/toolbar.c
7559         * src/prefs_toolbar.c
7560                 fixed empty toolbar issue
7561
7562 2002-08-06 [oliver]     0.8.1claws27
7563
7564         * Custom Toolbar Final 
7565         * src/folderview.c
7566         * src/inc.c
7567         * src/summaryview.c
7568                 o toolbar stuff now lives in src/toolbar.[ch]
7569                 o main_window_toolbar_* functions are renamed to
7570                   toolbar_* reflecting their new source file
7571         * src/mainwindow.[ch]
7572                 o remove toolbar stuff  
7573
7574 2002-08-06 [oliver]     0.8.1claws26
7575         
7576         * src/Makefile.am
7577         * src/prefs_toolbar.[ch]        **New File**
7578         * src/toolbar.[ch]              **New File**
7579                 o prefs_toolbar.[ch] custom toolbar frontend
7580                 o toolbar.[ch]       backend 
7581
7582 2002-08-06 [oliver]     0.8.1claws25
7583
7584         * src/prefs_actions.[ch]
7585                 o new exported function actions_execute
7586
7587 2002-08-06 [paul]       0.8.1claws24
7588
7589         * sync with 0.8.1cvs4
7590                 see ChangeLog 2002-08-06
7591
7592 2002-08-06 [paul]       0.8.1claws23
7593
7594         * sync with 0.8.1cvs13
7595                 see ChangeLog 2002-08-06
7596
7597 2002-08-06 [paul]       0.8.1claws22
7598
7599         * sync with 0.8.1cvs12
7600                 see ChangeLog 2002-08-05 and 2002-08-06
7601
7602 2002-08-06 [match]      0.8.1claws21
7603
7604         * src/addrclip.c
7605                 improvements to cut/copy/paste address
7606
7607 2002-08-05 [match]      0.8.1claws20
7608
7609         * src/addritem.[ch]
7610         * src/addrcache.c
7611         * src/addrbook.c
7612         * src/editaddress.c
7613         * src/addressbook.c
7614                 fixes to improve cut/copy/paste
7615
7616 2002-08-06 [melvin]     0.8.1claws19
7617
7618         * src/account.[ch]
7619                 account_find_all_from_address(): new function that returns the
7620                 list of all accounts that are matched in an address.
7621         * src/alertpanel.[ch]
7622                 alertpanel() now accepts a custom widget
7623                 alertpanel_with_widget(): new function that pops up a panel with
7624                 a custom widget in it 
7625         * src/gtkutils.[ch]
7626                 gtkut_account_menu_new(): new function that allows the selection
7627                 of an account from a list of accounts.
7628         * src/messageview.c
7629                 Extended Return Receipt notification to select the correct 
7630                 account and to make a security test on the Delivery-Notification
7631                 address which should be the same as the Return-Path.
7632
7633 2002-08-06 [thorsten]   0.8.1claws18
7634
7635         * src/mimeview.c
7636                 attach_all: save unnamed as "noname.%d",
7637                 dont free static dirname
7638
7639 2002-08-05 [alfons]     0.8.1claws17
7640
7641         * configure.in
7642                 detect XIM by trying to link rather than compile a XIM program
7643
7644 2002-08-05 [oliver]     0.8.1claws16
7645                 
7646         * src/stock_pixmap.[ch]
7647                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
7648                 o new func to retrieve pixmaps
7649
7650 2002-08-05 [paul]       0.8.1claws15
7651
7652         * sync with 0.8.1cvs10
7653                 see ChangeLog 2002-08-05
7654
7655 2002-08-04 [alfons]     0.8.1claws14
7656
7657         * src/textview.c
7658                 see if this plugs memleak
7659
7660 2002-08-04 [melvin]     0.8.1claws13
7661
7662         * src/gtkspell.c
7663                 fixed bug that could crash Sylpheed when highlighting
7664                 all misspelled words.
7665
7666 2002-08-03 [melvin]     0.8.1claws12
7667
7668         * src/prefs_actions.c
7669                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
7670         * src/messageview.c
7671                 fixed bug where the Return Receipt was sent to
7672                 Delivery-Notification-To address even if it was not present
7673
7674 2002-08-02 [alfons]     0.8.1claws11
7675
7676         * src/prefs_actions.c
7677                 o more check for NULLs
7678                 o put create_io_dialog() in right conditional block
7679
7680 2002-08-02 [paul]       0.8.1claws10
7681
7682         * po/es.po
7683                 updated by Ricardo Mones Lastra
7684
7685 2002-08-01 [christoph]  0.8.1claws9
7686
7687         * src/folder.c
7688                 don't free the cache of the opened
7689                 folder in the summaryview
7690         * src/summaryview.c
7691                 don't unset flags, if it is not required
7692
7693 2002-08-01 [paul]       0.8.1claws8
7694
7695         * sync with 0.8.1cvs8
7696                 see ChangeLog entry 2002-08-01
7697
7698 2002-08-01 [paul]       0.8.1claws7
7699
7700         * sync with 0.8.1cvs7
7701                 see ChangeLog 2002-07-31 and 2002-08-01
7702
7703 2002-07-31 [christoph]  0.8.1claws6
7704
7705         * src/mainwindow.c
7706                 forgot to update menu sensitivity
7707                 function for new menu entry
7708
7709 2002-07-31 [alfons]     0.8.1claws5
7710
7711         * src/main.c
7712                 check folder item and its path for NULL on
7713                 initial processing
7714
7715 2002-07-31 [christoph]  0.8.1claws4
7716
7717         * src/folder.c
7718                 check if folder_item_get_msginfo in
7719                 folder_item_remove_msg returned NULL
7720         * src/imap.c
7721                 better clear the uid cache in the
7722                 uid validity check function and delete
7723                 cached messages
7724
7725 2002-07-31 [paul]       0.8.1claws3
7726
7727         * man/sylpheed.1
7728                 add the '--attach' option and a few other
7729                 minor changes
7730
7731 2002-07-31 [paul]       0.8.1claws2
7732
7733         * sync with 0.8.1cvs5
7734                 see ChangeLog 2002-07-31
7735
7736 2002-07-31 [christoph]  0.8.1claws1
7737
7738         * src/folderview.[ch]
7739         * src/mainwindow.c
7740                 replace "Rescan all folders..." with
7741                 "Check all folders for new messages..."
7742
7743 2002-07-30 [paul]       0.8.1claws
7744
7745         * version 0.8.1claws released
7746
7747 2002-07-30 [paul]       0.8.0claws29
7748
7749         * tools/OOo2sylpheed.pl ** NEW FILE **
7750           tools/README
7751                 add script to enable sending documents as
7752                 attachments from OpenOffice.org
7753
7754 2002-07-30 [melvin]     0.8.0claws28
7755
7756         * src/prefs_actions.c
7757                 Made the actions' input/output dialog display
7758                 without delay.
7759
7760 2002-07-30 [christoph]  0.8.0claws27
7761
7762         * src/procmsg.c
7763                 check if folder_item_get_msginfo in
7764                 procmsg_save_to_outbox returned NULL
7765
7766 2002-07-30 [paul]       0.8.0claws26
7767
7768         * sync with 0.8.1cvs4
7769                 see ChangeLog 2002-07-29
7770
7771 2002-07-29 [thorsten]   0.8.0claws25
7772
7773         * README.claws
7774                 added selective download, delete on server
7775
7776 2002-07-29 [paul]       0.8.0claws24
7777
7778         * sync with 0.8.1cvs3
7779                 see ChangeLog 2002-07-29
7780
7781 2002-07-27 [christoph]  0.8.0claws23
7782
7783         * src/folder.c
7784                 add extra check if fetching the msginfo
7785                 returned NULL
7786
7787 2002-07-27 [paul]       0.8.0claws22
7788
7789         * sync with 0.8.1cvs2
7790                 see ChangeLog 2002-07-26
7791
7792 2002-07-27 [christoph]  0.8.0claws21
7793
7794         * src/imap.c
7795                 add another check if a valid msginfo
7796                 was returned
7797
7798 2002-07-26 [hoa]        0.8.0claws20
7799
7800         * src/folder.c
7801                 Fixed a condition in folder_item_destroy()
7802
7803         * src/imap.c
7804                 Fixed an error in IMAP protocol
7805
7806 2002-07-26 [alfons]     0.8.0claws19
7807
7808         * src/folder.c
7809                 ofcourse compare with identifier, not the path
7810
7811 2002-07-26 [alfons]     0.8.0claws18
7812
7813         * src/folder.c
7814                 use folder item identifier for saving / restoring
7815                 preferences because folder->path might not be unique
7816
7817 2002-07-26 [melvin]     0.8.0claws17
7818
7819         * src/logwindow.c
7820                 Fixed a crash introduced in 0.8.0claws5 when log is 
7821                 cut under 80 characters.
7822
7823 2002-07-26 [paul]       0.8.0claws16
7824
7825         * sync with 0.8.1cvs1
7826                 see ChangeLog 2002-07-26
7827
7828 2002-07-26 [christoph]  0.8.0claws15
7829
7830         * src/imap.[ch]
7831                 imap folder now remembers the last selected
7832                 folder and imap_fetch_msginfo skips selecting
7833                 the folder if it is already selected
7834
7835 2002-07-26 [christoph]  0.8.0claws14
7836
7837         * src/folder.c
7838         * src/folderview.c
7839         * src/imap.c
7840                 fix imap folder rescanning
7841
7842 2002-07-25 [christoph]  0.8.0claws13
7843
7844         * src/filter.c
7845         * src/folder.[ch]
7846         * src/folderview.c
7847         * src/imap.[ch]
7848         * src/mainwindow.c
7849         * src/mbox_folder.c
7850         * src/mh.c
7851         * src/news.c
7852                 implement imap uid cache and uid validity check
7853
7854 2002-07-25 [alfons]     0.8.0claws12
7855
7856         * src/summaryview.c
7857                 fix a brown paper bag bug, and also add some more
7858                 checks
7859
7860 2002-07-25 [christoph]  0.8.0claws11
7861
7862         * src/folder.c
7863                 don't mix copy, fetch_msginfo and remove
7864                 operations in folder item copy and move
7865                 operations
7866
7867 2002-07-25 [christoph]  0.8.0claws10
7868
7869         * src/folderview.c
7870         * src/mainwindow.c
7871         * src/prefs_folder_item.c
7872         * src/summaryview.[ch]
7873                 remove no longer required parameter update_cache from
7874                 summary_show
7875
7876 2002-07-25 [paul]       0.8.0claws9
7877
7878         * sync with 0.8.1
7879         
7880         * AUTHORS
7881                 a few corrections
7882
7883 2002-07-24 [alfons]     0.8.0claws8
7884
7885         * src/summaryview.c
7886                 sort correctly when using simplified subject line
7887                 (closes feature request "[ 585141 ] applying regexp to subject 
7888                 before sort" submitted by Alexandra Walford)
7889
7890 2002-07-24 [paul]       0.8.0claws7
7891
7892         * sync with 0.8.0cvs3
7893                 see ChangeLog 2002-07-24
7894
7895 2002-07-23 [christoph]  0.8.0claws6
7896
7897         * src/folder.c
7898         * src/folder.h
7899         * src/summaryview.c
7900         * src/summaryview.h
7901         * src/main.c
7902                 o separate processing and summaryview
7903                 o removed summary_write_cache from summaryview
7904                 o removed summaryview->killed_messages, because we don't have
7905                   to keep a list of killed messages anymore. New cache will
7906                   keep the hidden messages in cache anyway
7907         * src/folderview.c
7908         * src/inc.c
7909         * src/selective_download.c
7910                 o removed unnecessary summary_write_cache calls
7911         * src/procmsg.c
7912                 o don't set ignore thread flag in procmsg_get_thread_tree
7913                   if it is already set
7914         * src/mainwindow.c
7915         * src/statusbar.h
7916                 o moved STATUSBAR_PUSH/POP to statusbar.h because
7917                   they are used in different files
7918
7919 2002-07-23 [melvin]     0.8.0claws5
7920
7921         * src/addressbook.c
7922         * src/addrgather.c
7923         * src/editaddress.c
7924         * src/editgroup.c
7925         * src/editldap_basedn.c
7926         * src/importldif.c
7927         * src/prefs_common.c
7928                 Fixed few memory leak (gtk_editable_get_chars returns
7929                 an allocated string)
7930         * src/logwindow.c
7931                 Fixed few memory leak (gtk_editable_get_chars returns
7932                 an allocated string) and modified a little the log cutting
7933                 loop.
7934         * src/compose.c
7935                 Replaced a call to an obsolete function gtk_entry_get_text()
7936                 by gtk_editable_get_chars()
7937         * src/send.c
7938                 Removed a debug printf
7939
7940 2002-07-23 [christoph]  0.8.0claws4
7941
7942         * src/filesel.c
7943                 fix another g_dirname memory leak
7944
7945 2002-07-23 [christoph]  0.8.0claws3
7946
7947         * src/mh.c
7948                 fixed a memory leak in mh_fetch_msginfo
7949                 fixed crash when message header could not be
7950                 parsed
7951
7952 2002-07-23 [paul]       0.8.0claws2
7953
7954         * sync with 0.8.0cvs2
7955                 see ChangeLog 2002-07-23
7956
7957 2002-07-23 [paul]       0.8.0claws1
7958
7959         * sync with 0.8.0cvs1
7960                 see ChangeLog 2002-07-23
7961
7962 2002-07-23 [paul]       0.8.0claws
7963
7964         * release of 0.8.0claws
7965
7966 2002-07-23 [paul]       0.7.8claws99
7967
7968         * po/ru.po
7969                 new Russian translation, submitted by
7970                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
7971
7972 2002-07-22 [jens]       0.7.8claws98
7973
7974         * po/de.po
7975                 Updated German translations.
7976
7977 2002-07-22 [paul]       0.7.8claws97
7978
7979         * po/es.po
7980           po/it.po
7981           po/nl.po
7982           po/pt_BR.po
7983                 updated translations by Ricardo Mones Lastra,
7984                 Alessandro Maestri, Wilbert Berendsen and 
7985                 Fabio Jr. Beneditto respectively
7986
7987 2002-07-22 [christoph]  0.7.8claws96
7988
7989         * src/mimeview.c
7990                 fix memory leak caused by wrong g_dirname usage
7991
7992 2002-07-22 [christoph]  0.7.8claws95
7993
7994         * src/summaryview.c
7995                 update new and unread message counts for summaryview
7996                 summaryview does not get it from the folder anymore
7997                 and has to update the values itself
7998
7999 2002-07-22 [melvin]     0.7.8claws94
8000
8001         * po/fr.po
8002                 Updated French translations.
8003
8004 2002-07-22 [christoph]  0.7.8claws93
8005
8006         * src/matcher.c
8007                 set prop->preg pointer to NULL or following check
8008                 will not fail and regexec will be called with
8009                 invalid pointer
8010
8011 2002-07-21 [alfons]     0.7.8claws92
8012         
8013         * src/prefs_common.[ch]
8014                 remove option "Send return receipt on request"
8015
8016 2002-07-21 [thorsten]   0.7.8claws91
8017
8018         * src/mimeview.c
8019                 fixed memleaks, coding style as pointed out by alfons
8020
8021 2002-07-21 [alfons]     0.7.8claws90
8022
8023         * src/messageview.c
8024         * src/noticeview.[ch]
8025                 o fix bug notice view being displayed when going to empty folder 
8026                   (noticed by Christoph)
8027                 o allow RRR to be sent when restarting sylpheed, or changing folder 
8028                   (noticed by Thorsten)
8029
8030 2002-07-21 [thorsten]   0.7.8claws89
8031
8032         * src/mimeview.c
8033                 Included save_all patch from Xaview FACQ
8034                 added support for pathnames
8035
8036 2002-07-21 [alfons]     0.7.8claws88
8037
8038         * po/POTFILES.in
8039         * src/Makefile.am
8040         * src/mainwindow.c
8041         * src/messageview.[ch]
8042         * src/noticeview.c      ** NEW FILE **
8043         * src/noticeview.h      ** NEW FILE **
8044                 make return receipts work again
8045                 (UI idea by Leandro Pereira)
8046
8047 2002-07-21 [paul]       0.7.8claws87
8048
8049         * src/summaryview.c
8050                 fix sensitivity of 'Select thread'
8051
8052 2002-07-21 [paul]       0.7.8claws86
8053
8054         * src/prefs_common.c
8055                 add browser command line for Galeon
8056
8057 2002-07-21 [paul]       0.7.8claws85
8058
8059         * Makefile.am
8060                 fix 'EXTRA_DIST': remove README.README, add TODO
8061                 and TODO.claws
8062
8063 2002-07-21 [alfons]     0.7.8claws84
8064
8065         * src/gtkstext.c
8066                 make enter clear selection
8067                 (closes "[ 579888 ] Editor selection/entry error"
8068                 reported by Steve Lamb)
8069
8070 2002-07-21 [alfons]     0.7.8claws83
8071         
8072         * src/summaryview.c
8073                 sort message list when selecting unthread messages
8074                 (closes "[ 501593 ] switching threaded view doesn't sort"
8075                 reported by Simon Schubert)
8076
8077 2002-07-20 [alfons]     0.7.8claws82
8078         
8079         * src/matcher.c
8080                 const-correctness
8081
8082 2002-07-20 [thorsten]   0.7.8claws81
8083
8084         * src/matcher.c
8085                 Fixed expansion of empty fields in matchactions
8086
8087 2002-07-19 [melvin]     0.7.8claws80
8088
8089         * src/gtkspell.c
8090                 Removed a duplicate menu entry (fast mode) introduced during
8091                 the new cache merge
8092                 Added a menu separator between 'Use alternate' and 'Fast mode'
8093
8094 2002-07-19 [paul]       0.7.8claws79
8095
8096         * tools/Makefile.am
8097           tools/README
8098                 correct typos
8099
8100 2002-07-19 [thorsten]   0.7.8claws78
8101
8102         * tools/calypso_convert.pl      ** NEW FILE **
8103           tools/README
8104           tools/Makefile.am
8105                 script to import mbox files exported
8106                 by calypso
8107                 o generates folder structure
8108                 o includes attachments
8109
8110 2002-07-19 [melvin]     0.7.8claws77
8111
8112         * src/selective_download.[ch]
8113                 Fixed bug where closing the dialog with the window manager's
8114                 close button will not unlock the summary
8115                 Corrected some function declarations that missed a return value
8116                 Made the source code comply better with coding style.
8117         * src/prefs_common.c
8118                 Added new browser command line for Mozilla.
8119
8120 2002-07-18 [paul]       0.7.8claws76
8121
8122         * src/mainwindow.c
8123           src/selective_download.[ch]
8124                 reflect theme changes, fix Gdk Warning when creating 
8125                 pixmap from NULL window, and minor clean up.
8126                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8127
8128         * po/en_GB.po
8129                 updated
8130
8131 2002-07-17 [paul]       0.7.8claws75
8132
8133         * INSTALL[.jp]
8134                 sync with 0.8.0
8135         
8136         * po/en_GB.po
8137                 updated
8138
8139 2002-07-16 [paul]       0.7.8claws74
8140
8141         * tools/filter_conv.pl
8142           tools/README
8143                 replace conversion script with reimplemented version, 
8144                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
8145
8146 2002-07-16 [colin]      0.7.8claws73
8147
8148         * src/summaryview.c
8149                 remove forgotten debug messages - sorry ;-)
8150
8151 2002-07-16 [colin]      0.7.8claws72
8152
8153         * src/mimeview.c
8154           src/summaryview.c
8155           src/textview.c
8156           src/textview.h
8157                 add the ability to select part of a text mime-part 
8158                 to reply.
8159
8160 2002-07-15 [christoph]  0.7.8claws71
8161
8162         * src/folder.c
8163                 fix folder message count for folders without
8164                 msg_is_changed (includes news folders)
8165
8166 2002-07-15 [martin]     0.7.8claws70
8167
8168         * src/summaryview.c
8169                 option "display recipient on 'From'..." now works
8170                 without the need of enabling the option
8171                 "display  sender  using  address  book".
8172
8173 2002-07-15 [christoph]  0.7.8claws69
8174
8175         * src/summaryview.c
8176                 removed setting folder status from summaryview.
8177                 folder.c should update all message counts correctly.
8178
8179 2002-07-15 [paul]       0.7.8claws68
8180
8181         * po/pt_BR.po
8182                 updated by Fabio Junior Beneditto
8183
8184 2002-07-15 [darko]      0.7.8claws67
8185
8186         * src/mh.c
8187                 Fixed target folder colorization, don't decrease op
8188                 number twice
8189
8190 2002-07-14 [paul]       0.7.8claws66
8191
8192         * sync with main 0.8.0
8193                 see ChangeLog 2002-07-14
8194
8195 2002-07-13 [melvin]     0.7.8claws65
8196         
8197         * src/addrbook.c
8198         * src/addressbook.c
8199         * src/addrindex.c
8200                 Replaced sprintf by g_snprintf to prevent possible buffer
8201                 overflow.
8202         * src/news.c
8203                 Corrected a log message output format.
8204                 Added a missing "done" debug output.
8205         * src/compose.c
8206                 Added keyboard accelerator for Priority menu items
8207                 Added missing \n in debug output
8208         * src/logwindow.c
8209         * src/gtkspell.c
8210         * src/rfc2015.c
8211                 Added missing \n in debug output
8212
8213 2002-07-13 [paul]       0.7.8claws64
8214
8215         * man/sylpheed.1
8216                 change Sergey's email address to the sf address
8217
8218         * src/textview.c
8219                 increase show_url_timeout (more useful for long
8220                 urls)
8221
8222 2002-07-12 [sergey]     0.7.8claws63
8223
8224         * src/rfc2015.c
8225                 applied (with some modifications) patch to set the
8226                 micalg parameter for signatures
8227                 (2001-08-28 Werner Koch <wk@gnupg.org>)
8228
8229 2002-07-12 [sergey]     0.7.8claws62
8230
8231         * man/Makefile.am
8232         * configure.in
8233                 fixed man page installation
8234
8235 2002-07-12 [paul]       0.7.8claws61
8236
8237         * sync with 0.7.8cvs26
8238                 see ChangeLog 2002-07-11 and 2002-07-12
8239
8240 2002-07-11 [christoph]  0.7.8claws60
8241
8242         * src/compose.c
8243         * src/procmsg.c
8244                 first use the message number to find the message
8245                 to mark with a reply flag but check the
8246                 message-id if we got the correct message, if not
8247                 try to find it by message-id.
8248                 use new string seperator that is not allowed
8249                 in message-ids.
8250
8251 2002-07-11 [paul]       0.7.8claws59
8252
8253         * sync with 0.7.8cvs23
8254                 see ChangeLog 2002-07-10
8255
8256 2002-07-10 [christoph]  0.7.8claws58
8257
8258         * src/folder.[ch]
8259         * src/msgcache.[ch]
8260                 Added message-id table to the cache in memory
8261                 and functions to msgcache.c and folder.c to
8262                 fetch MsgInfos by message id
8263         * src/compose.c
8264         * src/procmsg.c
8265                 store folder and message-id of message replying
8266                 to in queue header and set reply flag after sending
8267                 (Closes bug #469498)
8268
8269 2002-07-10 [paul]       0.7.8claws57
8270
8271         * AUTHORS
8272           man/sylpheed.1.gz
8273                 add Martin to the list of authors
8274
8275 2002-07-09 [martin]     0.7.8claws56
8276         * src/gtksctree.c
8277                 Added gtk_ctree_last_visible(), tree_update_level(),
8278                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
8279                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8280                 from gtk+ to gtksctree.c for the new sorting code
8281                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
8282                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
8283         * src/gtksctree.h
8284                 Added declaration for gtk_sctree_sort_recursive() and
8285                 gtk_sctree_sort_node
8286         * src/addressbook.c
8287         * src/foldersel.c
8288         * src/folderview.c
8289         * src/summaryview.c
8290                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8291                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
8292
8293 2002-07-08 [paul]       0.7.8claws55
8294
8295         * more sync with 0.7.8cvs21
8296                 see ChangeLog 2002-07-08
8297
8298 2002-07-08 [paul]       0.7.8claws54
8299
8300         * sync with 0.7.8cvs21
8301                 see ChangeLog 2002-07-08
8302
8303 2002-07-07 [alfons]     0.7.8claws53
8304
8305         * src/Makefile.am
8306         * src/stock_pixmap.[ch]
8307         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
8308         * src/pixmaps/notice_error.xpm  ** NEW FILE **
8309         * src/pixmaps/notice_note.xpm   ** NEW FILE **
8310                 add new pixmaps for upcoming notice pane
8311
8312 2002-07-06 [melvin]     0.7.8claws52
8313
8314         * src/gtkspell.[ch]
8315                 Made them a bit closer to Sylpheed's coding style.
8316                 Removed old code.
8317                 Removed possible memory leaks when some errors occurs.
8318
8319 2002-07-06 [melvin]     0.7.8claws51
8320
8321         * po/Makefile.in.in
8322                 Removed --no-location in xgettext command line to help
8323                 translators that use Emacs' po-mode
8324         * src/quote_fmt.c
8325                 Removed unnecessary comments that messed up sylpheed.pot
8326
8327 2002-07-06 [paul]       0.7.8claws50
8328
8329         * sync with 0.7.8cvs19
8330                 see ChangeLog 2002-07-05
8331
8332 2002-07-06 [christoph]  0.7.8claws49
8333
8334         * src/folder.c
8335         * src/mainwindow.c
8336                 fix folder_item_remove_all_msg and folderview
8337                 status for trash folders after emptying trash
8338
8339 2002-07-05 [paul]       0.7.8claws48
8340
8341         * sync with 0.7.8cvs16
8342                 see ChangeLog 2002-07-04 and 2002-07-05
8343
8344 2002-07-04 [paul]       0.7.8claws47
8345
8346         * sync with 0.7.8cvs14
8347                 see  ChangeLog 2002-07-04
8348
8349 2002-07-03 [alfons]     0.7.8claws46
8350
8351         * src/folder.c
8352                 dupe folder item's path because it's being reallocated
8353                 by new folder scanning code
8354
8355 2002-07-03 [christoph]  0.7.8claws45
8356
8357         * src/imap.c
8358                 better IMAP uid fetching using 'FETCH 1:* (UID)'
8359         * src/msgcache.c
8360                 add missing return in msgcache_write
8361
8362 2002-07-02 [thorsten]   0.7.8claws44
8363
8364         * src/jpilot.c
8365         * src/msgcache.c
8366         * src/rfc2015.c
8367                 use binary mode for file access
8368
8369 2002-07-02 [christoph]  0.7.8claws43
8370
8371         * major code cleanup (part 1)
8372         
8373                 - unused variables removed
8374                 - unused functions removed
8375                 - uninitialized variables checked
8376                 - missing return statements added
8377                 - missing function return types added
8378                 - added parentheses around assignment and
8379                   && in || when suggested by gcc
8380               
8381         * src/mh.c
8382         * src/folder.c
8383                 replaced direct calls to folder->scan_tree
8384                 with folder_scan_tree and restore folder
8385                 prefs in this function. The folder should
8386                 not have to deal with them.
8387                 ( Should now work for all folder types )
8388
8389 2002-07-02 [paul]       0.7.8claws42
8390
8391         * sync with 0.7.8cvs13
8392                 see ChangeLog 2002-07-01 and 2002-07-02
8393
8394 2002-07-01 [christoph]  0.7.8claws41
8395
8396         * src/summaryview.c
8397                 fix "goto next/prev unread message" with
8398                 ignored threads
8399
8400 2002-07-01 [paul]       0.7.8claws40
8401
8402         * po/es.po
8403                 updated by Ricardo Mones Lastra
8404
8405 2002-06-30 [match]      0.7.8claws39
8406
8407         * src/jpilot.c
8408                 applied variation of leonerd's patch (566661) to
8409                 allow multiple email addresses per JPilot entry.
8410                 addresses may be separated by space, comma, pipe,
8411                 semi-colon, new-line.
8412
8413 2002-06-30 [alfons]     0.7.8claws38
8414
8415         * src/procmsg.c
8416                 simple fix for putting older nodes before
8417                 newer nodes when threading by subject
8418
8419 2002-06-30 [christoph]  0.7.8claws37
8420
8421         * src/folder.c
8422         * src/folderview.c
8423         * src/mh.c
8424         * src/news.c
8425         * src/procmsg.c
8426                 fix broken folder tree rescaning
8427                 and don't use procmsg_get_mark_sum
8428                 anymore
8429
8430 2002-06-30 [christoph]  0.7.8claws36
8431
8432         * merge new cache branch
8433         * src/imap.c
8434                 fix new cache imap copy bug
8435         * src/folder.c
8436                 improved folder_item_scan
8437                 it should now always set the correct
8438                 new, unread and total message counts
8439
8440 2002-06-29 [paul]       0.7.8claws35
8441
8442         * configure.in
8443                 correct syntax error
8444
8445 2002-06-29 [paul]       0.7.8claws34
8446
8447         * configure.in
8448           Makefile.am
8449           man/Makefile.am       ** NEW FILE **
8450           man/sylpheed.1.gz     ** NEW FILE **
8451                 add Sylpheed man page
8452
8453 2002-06-29 [paul]       0.7.8claws33
8454
8455         * po/pt_BR.po
8456                 updated by Fabio Junior Beneditto
8457
8458 2002-06-28 [jens]       0.7.8claws32
8459
8460         * po/de.po
8461                 translation updated
8462
8463         * src/selective_download.c
8464                 removed gettext for space " "
8465
8466         * src/imap.c
8467                 removed wrong space
8468
8469 2002-06-28 [paul]       0.7.8claws31
8470
8471         * sync with 0.7.8cvs11
8472                 see ChangeLog 2002-06-28
8473
8474 2002-06-28 [paul]       0.7.8claws30
8475
8476         * sync with 0.7.8cvs10
8477                 see ChangeLog 2002-06-27 and 2002-06-28
8478
8479 2002-06-26 [paul]       0.7.8claws29
8480
8481         * src/addrgather.c
8482           src/selective_download.c
8483                 don't gettextise empty strings.
8484                 reserved by gettext. gettext("") returns 
8485                 the header entry with meta information, 
8486                 not the empty string
8487
8488         * po/en_GB.po
8489                 updated
8490
8491 2002-06-26 [paul]       0.7.8claws28
8492
8493         * sync with 0.7.8cvs7
8494                 see ChangeLog 2002-06-25
8495
8496         * src/prefs_common.c
8497                 ...and in the process, tweak the gui a little
8498
8499 2002-06-25 [alfons]     0.7.8claws27
8500         
8501         * configure.in
8502         * src/Makefile.am
8503                 fine tune ldap library detection
8504
8505 2002-06-25 [alfons]     0.7.8claws26
8506
8507         * src/compose.c
8508                 don't allow return receipts when composing a news article
8509
8510 2002-06-25 [paul]       0.7.8claws25
8511
8512         * Makefile.am
8513                 add '$(AMTAR)' to 'release' section to allow for
8514                 new and older autotools
8515
8516 2002-06-25 [paul]       0.7.8claws24
8517
8518         * src/summaryview.c
8519                 fix "No more unread messages" persistant pop-up
8520                 window bug
8521
8522 2002-06-25 [paul]       0.7.8claws23
8523
8524         * po/it.po
8525                 updated by Alessandro Maestri
8526
8527 2002-06-25 [paul]       0.7.8claws22
8528
8529         * sync with 0.7.8cvs6
8530                 see ChangeLog 2002-06-25
8531
8532 2002-06-24 [paul]       0.7.8claws21
8533
8534         * tools/update-po
8535                 add GPL copyright information
8536
8537 2002-06-24 [paul]       0.7.8claws20
8538
8539         * tools/Makefile.am
8540           tools/README
8541           tools/update-po       ** NEW FILE **
8542                 add script that eases the creation of *.po files
8543                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
8544
8545 2002-06-23 [alfons]     0.7.8claws19
8546
8547         * src/messageview.c
8548                 make notification_convert_header obey const correctness
8549                 (next step will be fixing the broken return receipt)
8550
8551 2002-06-23 [paul]       0.7.8claws18
8552
8553         * src/messageview.c
8554                 fix bug introduced in last commit:
8555                 removed too much code in last commit - put back what's
8556                 needed
8557
8558 2002-06-23 [paul]       0.7.8claws17
8559
8560         * src/messageview.[ch]
8561                 remove code committed in error from locally patched
8562                 source
8563
8564 2002-06-23 [colin]      0.7.8claws16
8565
8566         * src/compose.[ch]
8567                 add compose_entry_select(), used to select the default_to
8568                 email address - hopefully avoiding people sending mails to
8569                 wrong recipients.
8570
8571 2002-06-22 [alfons]     0.7.8claws15
8572
8573         * AUTHORS
8574                 add Bram Metsch & Stanislav Karchebny
8575         * src/smtp.[ch]
8576         * src/prefs_account.[ch]
8577         * src/send.c
8578                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
8579                   options.  (see <http://sourceforge.net/tracker/index.php
8580                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
8581
8582                 - merge Stanislav's fix to make SMTP AUTH work with qmail
8583                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
8584
8585 2002-06-22 [paul]       0.7.8claws14
8586
8587         * sync with 0.7.8cvs5
8588                 see ChangeLog 2002-06-19 and 2002-06-20
8589
8590 2002-06-22 [alfons]     0.7.8claws13
8591
8592         * src/selective_download.c
8593                 fix a stupid mistake I made
8594
8595 2002-06-22 [alfons]     0.7.8claws12
8596
8597         * src/selective_download.[ch]
8598                 fix another unnoticed leak; cleanup code
8599
8600 2002-06-21 [alfons]
8601
8602         * tools/Makefile.am
8603                 gpg-sign <-- gpg-sign-syl
8604
8605 2002-06-21 [alfons]     0.7.8claws11
8606
8607         * src/selective_download.c
8608         * src/selective_download.h
8609                 fix assorted mix of allocation errors (should solve
8610                 problem reported by Philippe Gramoullé, see:
8611                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
8612
8613 2002-06-20 [melvin]     0.7.8claws10
8614
8615         * tools/gpg-sign *REMOVED*
8616           tools/gpg-sign-syl *ADDED*
8617                 Replaced the gpg clearsigning script with the version using
8618                 xterm instead of ssh-askpass and changed its name.
8619
8620         * README.claws
8621                 Updated actions example to reflect the renaming of the
8622                 gpg clearsigning script.
8623
8624 2002-06-19 [paul]       0.7.8claws9
8625
8626         * sync with 0.7.8claws9
8627                 see ChangeLog 2002-06-18 and 2002-06-19
8628
8629 2002-06-19 [paul]       0.7.8claws8
8630
8631         * sync with 0.7.8cvs1
8632                 see ChangeLog 2002-06-18
8633
8634 2002-06-18 [alfons]     0.7.8claws7
8635
8636         * src/mainwindow.h
8637                 add omitted prototype
8638
8639 2002-06-17 [paul]       0.7.8claws6
8640
8641         * src/mainwindow.c
8642                 fix hiding of exec_btn
8643
8644 2002-06-17 [paul]       0.7.8claws5
8645
8646         * src/pop.c
8647                 remove unneeded code: should_delete() 
8648                 and Pop3State::uidl_todelete_list
8649
8650 2002-06-17 [paul]       0.7.8claws4
8651
8652         * sync with 0.7.8
8653                 see ChangeLog 2002-06-11 and 2002-06-13
8654
8655 2002-06-16 [alfons]     0.7.8claws3
8656         
8657         * src/folder.c
8658                 make sure lock sort mode (claws specific) is
8659                 also persists after a tree rescan
8660
8661 2002-06-16 [alfons]     0.7.8claws2
8662
8663         * src/prefs_folder_item.c
8664         * src/folder.[ch]
8665                 fix persistence of folder sort mode (broken
8666                 by adapting Hiro's new folder persistence code)
8667
8668 2002-06-16 [alfons]     0.7.8claws1
8669
8670         * AUTHORS
8671         * src/logwindow.c
8672         * src/prefscommon.[ch]
8673                 control size of log text in log window; 
8674                 closes patch #569155 submitted by Mitko Haralanov.
8675
8676 2002-06-15 [paul]       0.7.8claws
8677
8678         * release of 0.7.8claws
8679
8680 2002-06-15 [paul]       0.7.7claws
8681
8682         * po/pt_BR.po
8683                 updated by Fabio Junior Beneditto
8684
8685 2002-06-14 [paul]       0.7.6claws49
8686
8687         * po/es.po
8688                 updated by Ricardo Mones Lastra
8689
8690 2002-06-14 [paul]       0.7.6claws48
8691
8692         * po/nl.po
8693                 updated translation by Wilbert Berendsen
8694
8695 2002-06-14 [melvin]     0.7.6claws47
8696
8697         * po/fr.po
8698                 Updated French translation
8699
8700 2002-06-13 [paul]       0.7.6claws46
8701
8702         * src/filesel.c
8703                 allow filename to be typed in, rather than just
8704                 selected by the mouse. Patch by Gustavo Noronha Silva.
8705
8706 2002-06-13 [alfons]     0.7.6claws45
8707
8708         * src/mainwindow.[ch]
8709                 more cleanups (removing unnecessary menu items Expand 
8710                 summary / message view)
8711
8712 2002-06-13 [melvin]     0.7.6claws44
8713
8714         * po/POTFILES.in
8715                 Added src/string_match.c
8716         * src/string_match.c
8717                 Fixed possible buffer overflow.
8718                 Corrected typo.
8719                 Added missing config.h header.
8720         * src/prefs_common.c
8721           src/prefs_matcher.c
8722           src/prefs_scoring.c
8723                 Made some strings translatable (missing _(..)).
8724
8725 2002-06-13 [melvin]     0.7.6claws43
8726
8727         * README.claws
8728                 Corrected action example (verifying clearsigned mail).
8729         * src/prefs_account.c
8730                 Corrected typo.
8731         * src/prefs_common.c
8732                 Removed incorrect line that generated a Gtk-CRITICAL msg.
8733
8734 2002-06-12 [alfons]     0.7.6claws42
8735
8736         * src/summaryview.c
8737                 add init of score column lost in 0.7.6claws42
8738
8739 2002-06-12 [paul]       0.7.6claws41
8740
8741         * src/prefs_account.c
8742                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
8743                 behavior of the radio buttons, (from 0.7.7cvs2)
8744
8745 2002-06-11 [alfons]     0.7.6claws40
8746
8747         * src/messageview.[ch]
8748         * src/summaryview.[ch]
8749         * src/summary_search.c
8750         * src/mainwindow.c
8751                 perform a sync to bring in Hiro's separate view implementation 
8752
8753                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
8754
8755 2002-06-11 [paul]       0.7.6claws39
8756         
8757         * src/prefs_account.c
8758                 correct a typo on the Receive tab
8759
8760 2002-06-10 [match]      0.7.6claws38
8761
8762         * src/addressbook.c
8763                 Included address completion patch from Gustavo Noronha.
8764
8765 2002-06-10 [paul]       0.7.6claws37
8766
8767         * src/inc.[ch]
8768           src/pop.c
8769           src/prefs_account.[ch]
8770           src/selective_download.[ch]
8771                 apply PATCH #561712
8772                  NEW:
8773                 - check if POP Account
8774                 - Receive Button renamed to Preview
8775                 - Preview Button Popup: preview new/all messages
8776                 - Download Button
8777                 - Account Preferences-->Receive tab checkbutton if you
8778                   want to remove Mail after Download
8779                 -: default YES
8780                 - Account Preferences-->Receive tab checkbutton use
8781                   filtering rules on preview
8782                   (think of delete_on_server)
8783                 -: default YES
8784                 - Account selectable from SD dialog
8785                 - checkbutton to show already downloaded messages if
8786                   all messages are previewed
8787                 - new clist column showing Date
8788                 - ESC KEY close
8789                 FIXES:
8790                 - play ball with UIDL
8791                 - fault tolerant (?) 
8792                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8793
8794 2002-06-10 [melvin]     0.7.6claws36
8795
8796         * README.claws
8797                 Added a hint to ac/README in cvs instructions.
8798
8799         * src/prefs_actions.c
8800                 Made it possible to use a more elaborate command line
8801                 for asynchronous actions, too.
8802
8803 2002-06-10 [melvin]     0.7.6claws35
8804         
8805         * src/prefs_actions.c
8806                 Make it possible to use a more elaborate command line
8807                 (e.g. |foo|bar|cat>there;echo Done|)
8808                 Corrected error message when calling %f, %F and %p commands
8809                 from the compose window.
8810
8811 2002-06-09 [colin]      0.7.6claws34
8812
8813         * src/summaryview.c
8814                 Automatically find unread messages in current folder
8815                 before annoying the user.
8816
8817 2002-06-08 [alfons]     0.7.6claws33
8818
8819         * po/it.po
8820                 remove bad formatting string in it.po translation
8821                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8822
8823 2002-06-08 [paul]       0.7.6claws32
8824
8825         * sync with 0.7.6cvs25
8826                 see ChangeLog 2002-06-07
8827
8828 2002-06-05 [paul]       0.7.6claws31
8829
8830         * src/mainwindow.c
8831                 add 'Sort by locked' and 'Sort by score'
8832
8833 2002-06-05 [paul]       0.7.6claws30
8834
8835         * sync with 0.7.6cvs24
8836                 see ChangeLog 2002-06-04
8837
8838 2002-06-04 [paul]       0.7.6claws29
8839
8840         * po/pt_BR.po
8841                 updated by Fabio Junior Beneditto
8842
8843 2002-06-03 [thorsten]   0.7.6claws28
8844
8845         * src/matcher.c
8846                 fclose() matcherrc after reading
8847
8848 2002-06-03 [paul]       0.7.6claws27
8849
8850         * sync with 0.7.6cvs21
8851                 see ChangeLog 2002-05-31
8852
8853 2002-05-31 [paul]       0.7.6claws26
8854
8855         * sync with 0.7.6cvs20
8856                 see ChangeLog 2002-05-29 and 2002-05-30
8857
8858 2002-05-31 [paul]       0.7.6claws25
8859
8860         * src/imap.c
8861                 hopefully fix last buggy sync
8862
8863         * README.claws
8864                 correct typo in 'Actions' examples
8865
8866 2002-05-29 [paul]       0.7.6claws24
8867
8868         * sync with 0.7.6cvs18
8869                 see ChangeLog 2002-05-28 and 2002-05-29
8870
8871         * src/news.c
8872           src/nntp.[ch]
8873                 sync with above 
8874
8875 2002-05-28 [paul]       0.7.6claws23
8876
8877         * sync with 0.7.6cvs16
8878                 see ChangeLog 2002-05-28
8879
8880 2002-05-27 [thorsten]   0.7.6claws22 
8881
8882         * faq/it/sylpheed-faq-1.html
8883           faq/it/sylpheed-faq-2.html
8884           faq/it/sylpheed-faq-3.html
8885           faq/it/sylpheed-faq.html
8886                 corrected DOS lineendings
8887         * faq/de/sylpheed-faq-1.html
8888           faq/de/sylpheed-faq-2.html
8889           faq/en/sylpheed-faq-1.html
8890           faq/en/sylpheed-faq-2.html
8891           faq/en/sylpheed-faq-3.html
8892           faq/es/sylpheed-faq-1.html
8893           faq/es/sylpheed-faq-2.html
8894           faq/es/sylpheed-faq-3.html
8895           faq/fr/sylpheed-faq-1.html
8896           faq/it/sylpheed-faq-1.html
8897           faq/it/sylpheed-faq-2.html
8898           faq/it/sylpheed-faq-3.html
8899           faq/it/sylpheed-faq.html
8900                 changed ">" to &quot;
8901
8902 2002-05-27 [paul]       0.7.6claws21
8903         
8904         * sync with 0.7.6cvs15
8905                 see ChangeLog 2002-05-27
8906
8907 2002-05-27 [paul]       0.7.6claws20
8908
8909         * src/prefs_account.c
8910                 correct a typo
8911
8912 2002-05-26 [paul]       0.7.6claws19
8913
8914         * tools/README
8915                 correct a typo
8916
8917 2002-05-25 [paul]       0.7.6claws18
8918
8919         * tools/README
8920                 add description of kmail2sylpheed.pl
8921
8922 2002-05-25 [paul]       0.7.6claws17
8923
8924         * tools/kmail2sylpheed.pl       ** NEW FILE **
8925                 perl script that converts an exported Kmail address
8926                 book, converts it to sylpheed addressbook file,
8927                 writes the file to .sylpheed, and updates
8928                 addrbook--index.xml 
8929
8930 2002-05-25 [paul]       0.7.6claws16
8931
8932         * sync with 0.7.6cvs14
8933                 see ChangeLog 2002-05-23
8934
8935 2002-05-24 [paul]       0.7.6claws15
8936
8937         * README.claws
8938                 make a correction and add some more info
8939
8940 2002-05-24 [paul]       0.7.6claws14
8941
8942         * src/compose.c
8943                 fix memory leak in 
8944                 compose_redirect_write_headers_from_headerlist()
8945                 add Subject and Resent-Message-ID to
8946                 compose_redirect_write_headers()
8947                 Received, Subject, and X-UIDL are filtered out in 
8948                 compose_redirect_write_to_file()
8949
8950 2002-05-23 [paul]       0.7.6claws13
8951
8952         * src/compose.[ch]
8953           src/filtering.c
8954           src/mainwindow.c
8955           src/matcher.[ch]
8956           src/matcher_parser_lex.l
8957           src/matcher_parser_parse.y
8958           src/prefs_common.[ch]
8959           src/prefs_filtering.c
8960           src/summaryview.c
8961                 rename 'Bounce' to 'Redirect'
8962
8963 2002-05-23 [paul]       0.7.6claws12
8964
8965         * more sync with 0.7.6cvs13
8966           src/compose.c
8967                 see ChangeLog 2002-05-22
8968
8969 2002-05-22 [paul]       0.7.6claws11
8970
8971         * sync with 0.7.6cvs13
8972           src/codeconv.c
8973                 see ChangeLog 2002-05-20
8974           src/prefs_common.c
8975                 see ChangeLog 2002-05-22
8976
8977 2002-05-21 [melvin]     0.7.6claws10
8978
8979         * src/folderview.c
8980                 Added missing filtering and scoring headers
8981                 Fixed bad function call that showed garbage 
8982                 in Folder->Processing
8983
8984 2002-05-21 [paul]       0.7.6claws9
8985
8986         * tools/Makefile.am
8987                 make all tools executable, (patch by Alfons).
8988
8989 2002-05-20 [alfons]     0.7.6claws8
8990
8991         * src/procheader.c
8992                 don't forget to call mktime() so we have a valid week 
8993                 and year day
8994                 (Bug report by Roger Sondermann <mail@jumaros.de>)
8995
8996 2002-05-20 [paul]       0.7.6claws7
8997
8998         * src/html.c
8999                 fix broken parsing of urls
9000         * src/textview.c
9001                 fix displaying of urls
9002
9003                 both fixes from the patch [547855] by Eugene 
9004                 Brevdo (zonem)
9005
9006 2002-05-19 [alfons]     0.7.6claws6
9007
9008         * configure.in
9009                 make sylpheed configure correctly with the latest
9010                 and greatest of automake / autoconf / gettext
9011
9012 2002-05-19 [alfons]     0.7.6claws5
9013
9014         * src/procheader.c
9015         * src/procheader.h
9016                 add function for returning ime zone offset
9017         * src/quote_fmt.c
9018         * src/quote_fmt_parse.y
9019                 better quotation formatting - does not convert
9020                 to local time, but uses the original date string.
9021                 
9022                 Note: %z inserts the timezone offset (should 
9023                 work also on platforms where strftime does not
9024                 support %z).
9025
9026 2002-05-18 [christoph]  0.7.6claws4
9027
9028         * src/summaryview.c
9029                 fix indentation of some code
9030         * tools/Makefile.am
9031                 fix spaces after \
9032         * src/Makefile.am
9033                 add missing \
9034                 correct path for ignorethread.xpm
9035                 incorrect filename for sylpheed_logo.xpm
9036                 add missing include matcher_parser_parse.h
9037
9038 2002-05-18 [paul]       0.7.6claws3
9039
9040         * sync with 0.7.6cvs8
9041                 see ChangeLog 2002-05-16 and 2002-05-17
9042
9043 2002-05-18 [melvin]     0.7.6claws2
9044
9045         * README.claws
9046                 Corrected an action's definition and fixed some misspellings.
9047
9048 2002-05-18 [paul]       0.7.6claws1
9049
9050         * tools/Makefile.am
9051           tools/gpg-sign        ** new file **
9052           tools/uudec           ** new file **
9053                 add Melvin's Actions scripts
9054
9055         * README.claws
9056                 add Melvin's descriptions for Actions
9057
9058 2002-05-18 [paul]       0.7.6claws
9059
9060         * Version 0.7.6claws released
9061
9062 2002-05-17 [paul]       0.7.5claws32
9063
9064         * po/es.po
9065                 updated by Ricardo Mones Lastra
9066
9067 2002-05-17 [paul]       0.7.5claws31
9068
9069         * src/compose.c
9070                 fix Account prefs default folder for sent/draft/deleted
9071                 messages bug
9072
9073         * po/it.po
9074           po/nl.po
9075                 updated translation by Alessandro Maestri and
9076                 Wilbert Berendsen
9077
9078 2002-05-17 [melvin]     0.7.5claws30
9079
9080         * src/prefs_actions.c
9081                 Fixed bug where using %F not at the end of the command 
9082                 resulted in an additional empty argument being created.
9083                 Thanks to Darko Koruga for reporting the bug.
9084
9085 2002-05-17 [melvin]     0.7.5claws29
9086
9087         * po/fr.po
9088                 Updated French translations.
9089
9090 2002-05-15 [paul]       0.7.5claws28
9091         
9092         * po/es.po
9093                 updated by Ricardo Mones Lastra
9094
9095 2002-05-15 [paul]       0.7.5claws27
9096
9097         * sync with 0.7.6cvs4
9098                 see ChangeLog 2002-05-14 and 2002-05-15
9099
9100 2002-05-14 [paul]       0.7.5claws26
9101
9102         * sync with 0.7.6cvs1
9103                 see ChangeLog 2002-05-13
9104
9105 2002-05-13 [thorsten]   0.7.5claws25
9106
9107         * src/messageview.c
9108                 fix select_all and copy in multipart messages
9109         * src/mainwindow.c
9110                 fix select_all and copy in multipart messages
9111
9112 2002-05-12 [paul]       0.7.5claws24
9113
9114         * src/summaryview.c
9115                 reverse last commit, bug already fixed in 0.7.5claws3
9116
9117 2002-05-12 [netztorte]  0.7.5claws23
9118
9119         * src/summaryview.c
9120                 dont parse empty addressbook (checked in before claws20)
9121
9122 2002-05-12 [melvin]     0.7.5claws22
9123
9124         * src/procmsg.[ch]
9125                 Removed unneeded priority code introduced by the previous 
9126                 commit.
9127
9128 2002-05-12 [melvin]     0.7.5claws21
9129
9130         * src/compose.[ch]
9131                 Added possibility to set message's priority.
9132         * src/procmsg.[ch]
9133                 Added possibility to set message's priority.
9134                 Added missing headers
9135
9136 2002-05-12 [melvin]     0.7.5claws20
9137
9138         * src/prefs_actions.c
9139                 Removed implicitely added quotes around the name
9140                 of the temporary files of mime parts.
9141
9142 2002-05-12 [paul]       0.7.5claws19
9143
9144         * sync with 0.7.5cvs20
9145                 see ChangeLog 2002-05-11
9146
9147 2002-05-12 [alfons]     0.7.5claws18
9148
9149         * src/quote_fmt_lex.l
9150         * src/quote_fmt_parse.y
9151                 allow quote / reply date & time format to be set using
9152                 %D{format}. format is a format string you'd pass to
9153                 strftime() (see man strftime, or the Display tab |
9154                 Date format setting).
9155
9156                 Currently %D converts the date to local time. 
9157
9158 2002-05-11 [paul]       0.7.5claws17
9159
9160         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
9161                 see ChangeLog 2002-05-10 and 2002-05-11
9162
9163 2002-05-10 [paul]       0.7.5claws16
9164
9165         * sync with 0.7.5cvs16
9166                 see ChangeLog entries 2002-05-09 and 
9167                 2002-05-10
9168
9169 2002-05-10 [colin]      0.7.5claws15
9170
9171         * src/textview.c
9172                 Corrected a bug that prevented sylpheed to open
9173                 double-clicked URIs.
9174
9175 2002-05-09 [paul]       0.7.5claws14
9176
9177         * sync with 0.7.5cvs14
9178                 see ChangeLog 2002-05-08 and 2002-05-09
9179
9180 2002-05-08 [paul]       0.7.5claws13
9181
9182         * sync with 0.7.5cvs11
9183                 see ChangeLog entry 2002-05-08
9184
9185 2002-05-08 [paul]       0.7.5claws12
9186
9187         * src/mainwindow.c
9188           src/textview.[ch]
9189                 fix segfault on View->Open in new window
9190                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9191
9192 2002-05-07 [paul]       0.7.5claws11
9193
9194         * sync with 0.7.5cvs9
9195                 see ChangeLog entry 2002-05-07
9196
9197 2002-05-06 [paul]       0.7.5claws10
9198
9199         * src/messageview.c
9200           src/textview.c
9201                 display url in statusbar on single-click
9202                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9203
9204 2002-05-06 [match]      0.7.5claws9
9205
9206         * src/addritem.[ch]
9207                 new functions.
9208         * src/addrcache.c
9209                 tidy up.
9210         * src/xmlprops.[ch]
9211                 XML implementation of properties file.
9212         * src/exporthtml.[ch]
9213         * src/expthtmldlg.[ch]
9214         * src/addressbook.c
9215                 export to HTML.
9216
9217 2002-05-02 [sergey]     0.7.5claws8
9218
9219         * src/mainwindow.c (mainwin_entries),
9220           src/prefs_common.c (prefs_send_create()),
9221           src/codeconv.c (locale_table):
9222                 use charset name "Windows-1251" instead of "CP1251".
9223
9224 2002-05-02 [colin]      0.7.5claws7
9225         
9226         * src/compose.c
9227           src/prefs_common.c
9228           src/prefs_folder_item.c
9229                 Fixed cosmetics bugs due to Outbox renamed to Sent.
9230
9231 2002-05-02 [hiro]       0.7.5claws6
9232
9233         * src/imap.c
9234                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
9235
9236 2002-05-02 [paul]       0.7.5claws5
9237
9238         * src/compose.c
9239                 more sync with 0.7.5cvs7, see ChangeLog entry
9240                 2002-05-02
9241
9242 2002-05-02 [hiro]       0.7.5claws4
9243
9244         * src/compose.c
9245                 compose_queue_sub():
9246                 check if queue folder exists (closes #550397).
9247                 removed directory creation since it should be handled
9248                 transparently.
9249         * src/imap.c
9250                 imap_add_msg(): return UID for appended message
9251                 (closes #548842).
9252
9253 2002-04-30 [paul]       0.7.5claws3
9254
9255         * src/summaryview.c
9256                 fix account_find_from_address() bug
9257
9258 2002-04-28 [colin]      0.7.5claws2
9259
9260         * src/compose.c
9261           src/textview.c
9262           src/prefs_common.[ch]
9263           src/utils.[ch]
9264                 Added user-definable quotation characters recognition.
9265
9266 2002-04-28 [paul]       0.7.5claws1
9267
9268         * sync with 0.7.5cvs4
9269                 see ChangeLog entry  2002-04-25
9270
9271 2002-04-28 [paul]       0.7.5claws
9272
9273         * po/es.po
9274           po/nl.po
9275           po/pt_BR.po
9276                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
9277                 Fabio Junior Beneditto
9278
9279 2002-04-27 [jens]       0.7.4claws103
9280
9281         * po/de.po
9282                 updated German translation.
9283
9284 2002-04-27 [hiro]       0.7.4claws102
9285
9286         * src/summaryview.c
9287                 summary_write_cache(): fixed the mark loss of hidden messages.
9288
9289 2002-04-26 [melvin]     0.7.4claws101
9290
9291         * src/procmsg.c
9292                 fixed a second typo (same one)
9293         * po/fr.po
9294           po/it.po
9295           po/pt_BR.po
9296                 fixed the type again...
9297
9298 2002-04-26 [melvin]     0.7.4claws100
9299
9300         * src/procmsg.c
9301                 fixed a typo in an alert message ("temorary").
9302         * po/it.po
9303         * po/pt_BR.po
9304                 corrected the typo  described above.
9305         * po/fr.po
9306                 updated French translation.
9307
9308 2002-04-26 [darko]      0.7.4claws99
9309
9310         * src/summaryview.c
9311                 fix target folder colorization
9312
9313 2002-04-25 [paul]       0.7.4claws98
9314
9315         * po/it.po
9316                 updated by Alessandro Maestri
9317
9318 2002-04-24 [colin]      0.7.4claws97
9319         
9320         * src/compose.c
9321                 Fixed double "subject is empty" question.
9322
9323 2002-04-23 [colin]      0.7.4claws96
9324         
9325         * src/mimeview.c
9326                 Corrected issue when "automatically display images" was
9327                 not set : first image remained after selecting second.
9328
9329 2002-04-23 [melvin]     0.7.4claws95
9330
9331         * src/prefs_actions.c
9332                 Don't display in/out dialog if there is nothing to show.
9333
9334 2002-04-23 [paul]       0.7.4claws94
9335
9336         * sync with 0.7.5cvs3
9337                 bug fixes: see ChangeLog entry 2002-04-23
9338
9339 2002-04-22 [darko]      0.7.4claws93
9340
9341         * src/compose.c
9342                 fix previous check-in which changed code after
9343                 merge from main
9344
9345 2002-04-22 [paul]       0.7.4claws92
9346
9347         * faq/de/*
9348                 add German FAQ
9349         * faq/en/*
9350           faq/es/*
9351           faq/fr/*
9352                 update English, Spanish and French FAQs
9353         * manual/de/*
9354           manual/es/*
9355                 add German and Spanish manuals
9356         * manual/en/*
9357           manual/fr/*
9358                 update English and French manuals
9359
9360         * src/Makefile.am
9361                 add to and re-arrange the pixmap entries
9362
9363 2002-04-22 [darko]      0.7.4claws91
9364
9365         * src/compose.c
9366                 fix sender initials recognition to only allow
9367                 '>' after the initials
9368
9369 2002-04-21 [paul]       0.7.4claws90
9370
9371         * sync with 0.7.5 release
9372                 see ChangeLog entry 2002-04-21
9373
9374 2002-04-21 [alfons]
9375
9376         * src/Makefile.am
9377                 add colin's new pixmaps to EXTRA_DIST
9378
9379 2002-04-21 [colin]      0.7.4claws89
9380         * src/compose.c
9381         * src/inc.c
9382         * src/mainwindow.[ch]
9383         * src/prefs_common.[ch]
9384         * src/stock_pixmap.[ch]
9385                 Added "Work offline" ability.
9386
9387 2002-04-21 [colin]      0.7.4claws88
9388         
9389         * src/mimeview.c
9390         * src/prefs_common.c
9391         * src/prefs_common.h
9392         * src/textview.c : Added an option to common preferences -> display
9393           to allow user not to automatically display images.
9394
9395 2002-04-21 [paul]       0.7.4claws87
9396
9397         * sync with 0.7.4cvs52
9398                 see ChangeLog entry 2002-04-21 (src/imap.c)
9399
9400 2002-04-21 [paul]       0.7.4claws86
9401
9402         * sync with 0.7.4cvs51
9403                 see ChangeLog entry 2002-04-21
9404
9405 2002-04-21 [paul]       0.7.4claws85
9406
9407         * sync with 0.7.4cvs49
9408                 see ChangeLog entries 2002-04-20 and 2002-04-21
9409
9410         * src/Makefile.am
9411                 clean up: remove old 'stock_' element from xpm 
9412                 filenames.
9413
9414 2002-04-21 [alfons]     0.7.4claws84
9415
9416         apply sync patch from Paul
9417
9418         * src/folderview.c
9419                 use old claws prefs_folder_item_create() for now
9420
9421 2002-04-19 [match]      0.7.4claws83
9422
9423         * src/addressbook.[ch]
9424         * src/addrharvest.[ch]
9425         * src/addrgather.[ch]
9426                 recurse folders.
9427         * src/mainwindow.c
9428         * src/summaryview.[ch]
9429                 change menu option.
9430
9431 2002-04-19 [paul]       0.7.4claws82
9432
9433         * po/pt_BR.po
9434                 updated by Fabio Junior Beneditto
9435
9436 2002-04-14 [alfons]     0.7.4claws81
9437
9438         * src/passphrase.c
9439                 add #include <sys/types.h> for mode_t and off_t 
9440
9441 2002-04-13 [paul]       0.7.4claws80
9442         
9443         * src/main.c
9444           src/passphrase.[ch]
9445           src/pgptext.c
9446           src/prefs_common.[ch]
9447           src/rfc2015.c
9448                 enable storing of GnuPG passphrase for the whole 
9449                 session or a user-defined number of minutes. patch 
9450                 submitted by Ravemax <ravemax@dextrose.com>
9451
9452 2002-04-13 [alfons]     0.7.4claws79
9453
9454         * src/textview.c
9455                 make email parser also stop scanning when encountering separators
9456                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
9457
9458 2002-04-13 [paul]       0.7.4claws78
9459
9460         * sync with 0.7.4cvs39
9461                 see ChangeLog entry 2002-04-12
9462
9463 2002-04-11 [paul]       0.7.4claws77
9464
9465         * sync with 0.7.4cvs37
9466                 see ChangeLog entry 2002-04-11
9467
9468 2002-04-11 [paul]       0.7.4claws76
9469
9470         * COPYING 
9471                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
9472                 the clause for OpenSSL). sync with sylpheed main
9473
9474 2002-04-09 [melvin]     0.7.4claws75
9475
9476         * src/compose.c
9477                 Made 'Ctrl-Enter' on send ignore some modifiers 
9478                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
9479                 to bind other *-Enter (but not Alt-Enter).
9480
9481 2002-04-09 [paul]       0.7.4claws74
9482
9483         * sync with 0.7.4cvs35
9484                 see ChangeLog entries 2002-04-09
9485
9486 2002-04-08 [paul]       0.7.4claws73
9487
9488         * sync with 0.7.4cvs33
9489                 see ChangeLog entry 200-04-08
9490
9491 2002-04-07 [match]      0.7.4claws72
9492
9493         * src/addrharvest.[ch]
9494                 fixed to read all addresses in header, regardless
9495                 of header size. improved name parsing. accommodate
9496                 harvest from folders and selected message.
9497         * src/addritem.[ch]
9498                 included new address parsing function.
9499         * src/addrgather.[ch]
9500         * src/addressbook.[ch]
9501         * src/summaryview.[ch]
9502         * src/mainwindow.c
9503                 allow address harvest of folder as well as selected
9504                 messages.
9505
9506 2002-04-07 [paul]       0.7.4claws71
9507
9508         * src/esmtp.[ch]
9509           src/smtp.c
9510                 don't try to authenticate with CRAM-MD5 in SMTP when 
9511                 SMTP-AUTH enabled if MTA doesn't issue this 
9512                 auth-method in it's ehlo-response. bug item #531364,
9513                 patch item #938910. patch submitted by Colin Leroy 
9514                 <colin@colino.net>
9515
9516 2002-04-07 [paul]       0.7.4claws70
9517
9518         * src/nntp.c
9519                 fix missing MODE_READER bug. patch submitted by
9520                 Colin Leroy <colin@colino.net>
9521
9522 2002-04-07 [alfons]     0.7.4claws69
9523
9524         * src/matcher.[ch]
9525         * src/prefs_filtering.c
9526         * src/summaryview.c
9527                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
9528                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
9529
9530 2002-04-07 [paul]       0.7.4claws68
9531
9532         * sync with 0.7.4cvs32
9533                 see ChangeLog entry 2002-04-06
9534
9535         * tools/filter_conv.pl
9536                 more bug fixes
9537
9538 2002-04-06 [paul]       0.7.4claws67
9539
9540         * tools/filter_conv.pl
9541                 modify to be able to find the name of the first
9542                 mailbox and use that. main's filter does not
9543                 record the full path to the mailbox and therefore
9544                 can only filter to the first mailbox.
9545
9546 2002-04-05 [paul]       0.7.4claws66
9547
9548         * tools/filter_conv.pl
9549                 attempt to make the script all-encompassing and
9550                 be able to convert any main 'filter' rule thrown
9551                 at it
9552
9553 2002-04-05 [paul]       0.7.4claws65
9554
9555         * tools/filter_conv.pl
9556                 allow for collapsed folder trees
9557
9558 2002-04-05 [paul]       0.7.4claws64
9559
9560         * sync with 0.7.4cvs31
9561                 see ChangeLog entries 2002-04-05
9562
9563 2002-04-03 [paul]       0.7.4claws63
9564
9565         * sync with 0.7.4cvs29
9566                 see ChangeLog entries 2002-04-02 and 2002-04-03
9567
9568 2002-04-02 [paul]       0.7.4claws62
9569
9570         * sync with 0.7.4cvs26
9571                 see ChangeLog entry 2002-04-01
9572
9573 2002-04-02 [match]      0.7.4claws61
9574
9575         * src/pine.[ch]
9576         * src/importpine.[ch]
9577         * src/addressbook.c
9578                 import Pine address book.
9579
9580 2002-04-02 [match]      0.7.4claws60
9581
9582         * src/addrharvest.[ch]
9583                 improve address parsing of funky addresses.
9584
9585 2002-04-02 [darko]      0.7.4claws59
9586
9587         * src/compose.c
9588                 wrap on send improvements, it now recognizes quoted
9589                 initials as part of the quotation string, and it
9590                 does not join lines separated by CR
9591
9592 2002-04-01 [match]      0.7.4claws58
9593
9594         * src/mgutils.[ch]
9595                 added new functions.
9596         * src/mutt.[ch]
9597                 remove excessive duplicate address generation
9598                 on import.
9599
9600 2002-04-01 [alfons]     0.7.4claws57
9601         
9602         * src/summaryview.c
9603                 put back g_free() 
9604
9605 2002-04-01 [paul]       0.7.4claws56
9606
9607         * sync with 0.7.4cvs25
9608                 see ChangeLog entry 2002-04-01
9609
9610 2002-04-01 [alfons]     0.7.4aprilfool55
9611
9612         * src/summaryview.c
9613                 honour feature request item #537427 to allow for
9614                 displaying names from address book for sent mail also
9615
9616 2002-03-29 [paul]       0.7.4claws54
9617
9618         * src/mainwindow.c
9619           src/prefs_filtering.[ch]
9620           src/prefs_matcher.c
9621           src/summaryview.c
9622                 add 'fast filter' for claws' filtering,
9623                 /Tools/Create filter rule/... patch submitted
9624                 by Neill Miller <neillm@thecodefactory.org>
9625
9626 2002-03-29 [paul]       0.7.4claws53
9627
9628         * sync with 0.7.4cvs24
9629                 see ChangeLog entry 2002-03-29
9630
9631 2002-03-28 [paul]       0.7.4claws52
9632
9633         * sync with 0.7.4cvs23
9634                 see ChangeLog entry 2002-03-28
9635
9636 2002-03-27 [melvin]     0.7.4claws51
9637
9638         * src/prefs_actions.c
9639                 Added support to pass only one message part (as a
9640                 file) to the command using '%p'. No quotes are needed
9641                 because doubles quotes are automatically added.
9642                 Fixed bug where Sylpheed could block when waiting for
9643                 a child process to finish.
9644                 Changed the help menu to remove quotes around symbols to 
9645                 avoid misinterpretation (they must not be used).
9646
9647 2002-03-27 [melvin]     0.7.4claws50
9648
9649         * src/inc.c
9650                 Made the new mail notification command always 
9651                 execute asynchronously.
9652
9653 2002-03-27 [paul]       0.7.4claws49
9654
9655         * src/compose.c
9656                 fix bug introduced in last commit
9657
9658 2002-03-27 [paul]       0.7.4claws48
9659
9660         * sync with 0.7.4cvs21
9661                 see ChangeLog 2002-03-26 and 2002-03-27
9662
9663 2002-03-26 [hoa]        0.7.4claws47
9664
9665         * src/prefs_folder_item.c
9666                 really fixed the bug #516442 with folder rescan.
9667
9668 2002-03-26 [paul]       0.7.4claws46
9669
9670         * sync with 0.7.4cvs19
9671                 see ChangeLog entries 2002-03-25 and 2002-03-26
9672
9673 2002-03-25 [hoa]        0.7.4claws45
9674
9675         * src/matcher.c
9676         * src/mh.c
9677                 fix the bug #516442 with folder rescan.
9678
9679         * src/prefs_common.[ch]
9680         * src/compose.c
9681                 added an option to enable two different behaviours
9682                 for bounce.
9683
9684
9685 2002-03-25 [paul]       0.7.4claws44
9686
9687         * src/mainwindow.c
9688           src/selective_download.c
9689                 correct a few menuitem labels
9690
9691 2002-03-25 [christoph]  0.7.4claws43
9692
9693         * src/procmsg.c
9694                 fix non deleted tmp message in
9695                 procmsg_save_to_outbox
9696                 fix problems caused by sync with
9697                 main branch's procmsg_send_queue
9698
9699 2002-03-25 [paul]       0.7.4claws42
9700
9701         * src/quote_fmt.c
9702           src/quote_fmt_lex.l
9703           src/quote_fmt_parse.y
9704                 add Last name (%L) placeholder for quoting. 
9705                 patch submitted by Thorsten Thielen 
9706                 <thth@users.sourceforge.net>
9707
9708 2002-03-25 [paul]       0.7.4claws41
9709
9710         * src/utils.c
9711                 get full hostname. patch submitted by
9712                 Bob Woodside <rwoodside1@comcast.net>
9713
9714 2002-03-25 [paul]       0.7.4claws40
9715
9716         * src/account.c
9717           src/news.c
9718           src/nntp.[ch]
9719           src/prefs_account.[ch]
9720                 enable NNTP over SSL. patch submitted by
9721                 Pascal Jermini <pascal@infinity.hn.org>
9722
9723 2002-03-24 [paul]       0.7.4claws39
9724
9725         * src/prefs_common.c
9726                 make the arrangement of the Compose tab more
9727                 coherent
9728
9729         * src/mainwindow.c
9730                 fix some irregularities of style
9731
9732         * po/de.po
9733                 updated by Kilian Krause
9734
9735 2002-03-23 [paul]       0.7.4claws38
9736
9737         * po/pt_BR.po
9738                 updated by Fabio Junior Beneditto
9739
9740 2002-03-23 [paul]       0.7.4claws37
9741
9742         * src/mainwindow.c
9743                 move 'Gather addresses' to 'Tools' menu
9744                 make 'Selective download' sensitive
9745
9746 2002-03-23 [paul]       0.7.4claws36
9747
9748         * sync with 0.7.4cvs16
9749                 see ChangeLog entries 2002-03-23
9750
9751 2002-03-22 [christoph]  0.7.4claws35
9752
9753         * src/quote_fmt_parse.y
9754                 fix include program output
9755
9756 2002-03-22 [alfons]     0.7.4claws34
9757
9758         * src/pop.c
9759                 initialize GDate stack variable correctly (sorry!)
9760
9761 2002-03-22 [paul]       0.7.4claws33
9762
9763         * src/compose.c
9764           src/mainwindow.c
9765           src/prefs_actions.c
9766           src/prefs_common.c
9767                 rename 'Tool' to 'Tools'
9768
9769         * src/mainwindow.c
9770                 move 'Delete duplicated messages' from
9771                 'Message/' to 'Tools/'
9772                 re-arrange the order of 'Tools/' items
9773
9774 2002-03-22 [paul]       0.7.4claws32
9775
9776         * src/addr_compl.c
9777           src/addressbook.[ch]
9778                 auto-address completion now also matches on
9779                 Nickname. patch submitted by Bob Forsman 
9780                 <hammor@users.sourceforge.net>
9781
9782         * src/editaddress.c
9783                 correct a spelling mistake
9784
9785 2002-03-22 [alfons]     0.7.4claws31
9786
9787         * src/pop.c
9788                 fix getting uidl from incorrect string 
9789                 (spotted by Colin)
9790
9791 2002-03-21 [alfons]     0.7.4claws30
9792
9793         * src/pop.c
9794                 more code refactoring
9795                 plug mem leak introduced by delete on server
9796
9797 2002-03-21 [paul]       0.7.4claws29
9798
9799         * sync with 0.7.4cvs11
9800                 see ChangeLog entries 2002-03-20
9801
9802 2002-03-20 [alfons]     0.7.4claws28
9803
9804         * src/inc.c
9805                 apply Colin's patch and refactor
9806
9807 2002-03-20 [paul]       0.7.4claws27
9808
9809         * sync with sylpheed 0.7.4cvs9
9810                 see ChangeLog entry 2002-03-20
9811
9812 2002-03-19 [christoph]  0.7.4claws26
9813
9814         * src/mh.c
9815         * src/procmsg.[ch]
9816         * src/summaryview.c
9817                 revert changes for flag updates
9818                 (does not work correctly and no time to debug)
9819
9820 2002-03-20 [alfons]     0.7.4claws25
9821
9822         * src/pop.c
9823                 refactor should_delete() a little bit 
9824
9825 2002-03-19 [paul]       0.7.4claws24
9826
9827         * src/inc.[ch]
9828           src/pop.c
9829           src/prefs_account.[ch]
9830                 allow the user to leave downloaded mail on the 
9831                 server for n days. Patch submitted by Colin Leroy 
9832                 <colin@colino.net>
9833
9834 2002-02-19 [paul]       0.7.4claws23
9835
9836         * sync with sylpheed 0.7.4cvs8
9837                 see ChangeLog entries 2002-03-19
9838
9839 2002-03-18 [paul]       0.7.4claws22
9840
9841         * sync with sylpheed 0.7.4cvs6
9842                 see ChangeLog entry 2002-03-18
9843
9844 2002-03-18 [paul]       0.7.4claws21
9845
9846         * po/en_GB.po
9847                 add en_GB message catalogue
9848
9849         * src/mbox_folder.c
9850           src/prefs_account.c
9851           src/prefs_actions.c
9852                 correct a few spelling mistakes
9853
9854 2002-03-17 [alfons]     0.7.4claws20
9855
9856         * src/matcher.c
9857                 more stringent checks for NULL params when writing
9858                 filtering actions to a file
9859                 
9860 2002-03-17 [hoa]        0.7.3claws20
9861
9862         * src/news.c
9863                 fixed the count of new messages
9864
9865         * src/compose.c
9866                 fixed the "attachment properties" window
9867
9868 2002-03-17 [paul]       0.7.4claws19
9869
9870         * src/defs.h
9871           src/folder.h
9872           src/news.c
9873           src/prefs_account.[ch]
9874           src/procmsg.[ch]
9875           src/summaryview.c
9876                 automatically mark cross-posted messages as read 
9877                 and (optionally) give them a colour label
9878                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
9879                 
9880
9881 2002-03-17 [paul]       0.7.4claws18
9882
9883         * sync with sylpheed 0.7.4cvs5
9884                 see ChangeLog entry 2002-03-17
9885
9886 2002-03-17 [melvin]     0.7.4claws17
9887         
9888         * src/textview.c
9889                 Worked around a gtktext 'bug': when searching for 
9890                 a text in a long message it was scrolling slowly
9891                 line by line until it hit the searched text.
9892         * po/fr.po
9893                 Updated French translation
9894
9895 2002-03-17 [melvin]     0.7.4claws16
9896
9897         * src/mainwindow.c
9898         * src/compose.c
9899         * src/prefs_actions.c
9900                 Moved "Edit/Actions" to "Tool/Actions"
9901                 Made mainwindow/compose window sensitive as soon as
9902                 no child process is running anymore even if the io dialog
9903                 is open.
9904                 Fixed a struct being initialized with a non constant char*
9905
9906 2002-03-16 [christoph]  0.7.4claws15
9907
9908         * configure.in
9909                 add --with-compiler-flags option
9910                 (only for developer hacking)
9911         * src/mh.c
9912         * src/procmsg.[ch]
9913         * src/summaryview.c
9914                 try to make folder-stats and flag handling more
9915                 independent from the summaryview. msgcounts
9916                 are only set when the folder is opened and
9917                 procmsg_msginfo_(un)set_flags will handle it
9918                 later and summaryview will get the values
9919                 from the folder.
9920
9921 2002-03-16 [paul]       0.7.4claws14
9922
9923         * src/messageview.c
9924                 fix Return-receipt. Patch submitted by Bob
9925                 Woodside <rwoodside1@comcast.net>
9926
9927 2002-03-16 [paul]       0.7.4claws13
9928
9929         * src/compose.c
9930                 fix 'dynamic' signatures, make it work again
9931                 broken during sync on 2002-03-14 (0.7.4claws2)
9932
9933 2002-03-15 [match]      0.7.4claws12
9934
9935         * src/addrharvest.[ch]
9936         * src/addrgather.[ch]
9937         * src/addressbook.[ch]
9938         * src/mainwindow.c
9939                 included address harvester feature. still some
9940                 issues with address parsing that I will fix.
9941
9942 2002-03-15 [match]      0.7.4claws11
9943
9944         * src/addrbook.[ch]
9945         * src/addrcache.[ch]
9946         * src/addressbook.[ch]
9947         * src/addrindex.c
9948         * src/editbook.c
9949         * src/importldif.c
9950         * src/importmutt.c
9951         * src/jpilot.[ch]
9952         * src/main.c
9953         * src/syldap.[ch]
9954         * src/vcard.[ch]
9955                 tidy up. fix memory leaks. moved attribs and methods
9956                 from individual interfaces to addrcache object. prep
9957                 for new stuff to come in.
9958
9959 2002-03-15 [alfons]     0.7.4claws10
9960
9961         * src/matcher.[ch]
9962         * src/matcher_parser_parse.y
9963         * src/matcher_parser_lex.l
9964         * src/prefs_matcher.c
9965                 add filtering conditions message greater than, smaller 
9966                 than, and exactly matching a size in bytes
9967                 (does not work with delete from POP3 server yet)
9968
9969                 this should also give others an idea what you should
9970                 do to add new criterions to claws filtering system
9971                 
9972
9973 2002-03-15 [paul]       0.7.4claws9
9974
9975         * tools/filter_conv.pl
9976                 exit if there are no filter rules to convert
9977                 rename filterrc to filterrc.old after completion
9978
9979 2002-03-15 [paul]       0.7.4claws8
9980
9981         * sync with sylpheed 0.7.4cvs3
9982                 see ChangeLog entry 2002-03-14
9983
9984 2002-03-14 [paul]       0.7.4claws7
9985
9986         * src/compose.c
9987                 clean up the last commit (ahem)
9988
9989 2002-03-14 [paul]       0.7.4claws6
9990
9991         * src/compose.c
9992                 fix bug #515655. honour account preferences
9993                 regarding gpg default signing/encryption when 
9994                 changing account from the compose window.
9995
9996 2002-03-14 [paul]       0.7.4claws5
9997
9998         * src/folderview.c
9999                 remove unnecessary curly brackets
10000
10001 2002-03-14 [paul]       0.7.4claws4
10002
10003         * src/folderview.c
10004           src/prefs_filtering.[ch]
10005                 add filter rename on folder rename and filter
10006                 delete on folder delete. Patch submitted by
10007                 Neill Miller <neillm@thecodefactory.org> 
10008
10009 2002-03-14 [christoph]  0.7.4claws3
10010
10011         * src/procmsg.c
10012         * src/send.c
10013                 fix local delivery
10014                 (patch submitted by "Simon 'corecode' Schubert")
10015         * src/prefs_common.c
10016         * src/procmsg.c
10017                 fix gcc 3.0 warning
10018
10019 2002-03-14 [paul]       0.7.4claws2
10020
10021         * sync with sylpheed 0.7.4cvs2
10022                 see ChangeLog entry 2002-03-13
10023
10024 2002-03-12 [darko]      0.7.4claws1
10025
10026         * src/mainwindow.c
10027                 fix what seems to be a copy and paste error
10028                 when setting color for important messages
10029                 (reported by wwp)
10030
10031 2002-03-11 [paul]       version 0.7.4claws released
10032
10033 2002-03-11 [paul]       0.7.4claws
10034
10035         * po/es.po
10036           po/it.po
10037           po/nl.po
10038           po/pt_BR.po
10039                 update message catalogs. Submitted by Ricardo Mones 
10040                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
10041                 Fabio Junior Beneditto
10042
10043         * configure.in
10044           faq/Makefile.am
10045           faq/it/Makefile
10046           faq/it/sylpheed-faq*
10047           src/mainwindow.c
10048           src/manual.[ch]
10049                 add FAQ in Italian
10050         
10051
10052 2002-03-11 [jens]       0.7.3claws7
10053
10054         * po/de.po
10055                 updated German translation
10056
10057 2002-03-11 [melvin]     0.7.3claws6
10058
10059         * po/fr.po
10060                 updated and corrected French translation
10061
10062 2002-03-10 [hoa]        0.7.3claws5
10063
10064         * src/account.c
10065         * src/inc.c
10066         * src/prefs_account.c
10067         * src/procmsg.c
10068         * src/send.[ch]
10069                 fixed the local account.
10070                 you have to change the default "/usr/sbin/sendmail"
10071                 to "/usr/sbin/sendmail -t" in the preferences of
10072                 the local account.
10073
10074         * src/procmime.c
10075                 removed some debug display for renderer
10076
10077 2002-03-10 [paul]       0.7.3claws4
10078
10079         * faq/en/sylpheed-faq-1.html
10080           faq/en/sylpheed-faq-2.html
10081                 update
10082
10083 2002-03-09 [paul]       0.7.3claws3
10084
10085         * sync with sylpheed 0.7.4
10086                 see ChangeLog entry 2002-03-09
10087
10088 2002-03-08 [paul]       0.7.3claws2
10089
10090         * faq/en/sylpheed-faq*
10091           faq/es/sylpheed-faq*
10092           faq/fr/sylpheed-faq*
10093                 update the FAQs
10094
10095         * manual/fr/.cvsignore
10096           manual/fr/Makefilea.am
10097           manual/fr/sylpheed*
10098           src/mainwindow.c
10099           src/manual.[ch]
10100                 add the French manual
10101
10102 2002-03-07 [paul]       0.7.3claws1
10103
10104         * sync with sylpheed 0.7.3cvs4
10105                 see ChangeLog entries  2002-03-06 and 2002-03-07
10106         
10107         * po/nl.po
10108                 updated by Wilbert Berendsen
10109
10110 2002-03-07 [melvin]     0.7.2claws34
10111
10112         * src/selective_download.c
10113                 Changed the pixmap of the receive button to MAIL_RECEIVE.
10114
10115 2002-03-06 [paul]       0.7.2claws33
10116
10117         * sync with sylpheed 0.7.3cvs1
10118                 bug fix, see ChangeLog entry 2002-03-05
10119
10120 2002-03-05 [paul]       0.7.2claws32
10121
10122         * src/mimeview.c
10123           src/pgptext.[ch]
10124           src/procmsg.c
10125                 reverse the pgp ascii-armored code implemented in 
10126                 0.7.2claws16. removal of this code until it matures.
10127                 this means that verifying ascii-armored pgp sigs and
10128                 automatic decryption of ascii-armored encrypted
10129                 messages no longer works.
10130
10131 2002-03-05 [paul]       0.7.2claws31
10132
10133         * configure.in
10134           Makefile.am
10135         * faq/Makefile.am
10136         * faq/en/Makefile.am
10137           faq/en/sylpheed-faq.html
10138           faq/en/sylpheed-faq-1.html
10139           faq/en/sylpheed-faq-2.html
10140           faq/en/sylpheed-faq-3.html
10141         * faq/es/Makefile.am
10142           faq/es/sylpheed-faq.html
10143           faq/es/sylpheed-faq-1.html
10144           faq/es/sylpheed-faq-2.html
10145           faq/es/sylpheed-faq-3.html
10146           faq/es/sylpheed-faq-4.html
10147         * faq/fr/Makefile.am
10148           faq/fr/sylpheed-faq.html
10149           faq/fr/sylpheed-faq-1.html
10150           faq/fr/sylpheed-faq-2.html
10151           faq/fr/sylpheed-faq-3.html
10152         * src/Makefile.am
10153           src/defs.h
10154           src/mainwindow.c
10155           src/manual.[ch]
10156                 add FAQs in English, Spanish and French
10157
10158
10159 2002-03-05 [paul]       0.7.2claws30
10160
10161         * manual/en/sylpheed.html
10162           manual/en/sylpheed-XX.html
10163                 updated the English manual
10164
10165 2002-03-05 [hoa]        
10166
10167         * src/summaryview.c
10168                 dialog box pops up if the article can't be deleted.
10169
10170 2002-03-04 [paul]       
10171         
10172         * po/pt_BR.po
10173                 updated by Fabio Junior Benedito
10174
10175 2002-03-04 [hoa]
10176
10177         * removed ac/gpgme.m4
10178                 to avoid autogen common problem
10179                 developers have to install gpgme development package now
10180
10181         * src/compose.c
10182                 encoding to 7bit or 8bit is enabled.
10183
10184 2002-03-03 [alfons]     0.7.2claws29
10185
10186         * src/pop.c
10187                 merge fix by Oliver Haertel for selective
10188                 download buglet
10189
10190 2002-03-03 [paul]       0.7.2claws28
10191         
10192         * sync with sylpheed 0.7.3
10193
10194 2002-03-03 [paul]       0.7.2claws27
10195
10196         * sync with sylpheed 0.7.2cvs24
10197                 see ChangeLog entries 2002-03-02 and 2002-03-03
10198
10199 2002-03-02 [melvin]     0.7.2claws26
10200
10201         * src/inc.[ch]
10202         * src/main.c
10203         * src/mainwindow.c
10204         * src/prefs_common.[ch]
10205                 Added user definable notification on new mail arrival.
10206                 Removed unused variables in spell checker prefs code.
10207
10208 2002-03-02 [melvin]     0.7.2claws25
10209
10210         * src/quote_fmt.c
10211                 Removed unnecessary escape sequences.
10212                 Changed 'Initial...' to 'Initials of Sender'
10213
10214 2002-03-02 [paul]       0.7.2claws24
10215
10216         * sync with sylpheed 0.7.2cvs22
10217                 see ChangeLog entry 2002-03-01
10218
10219 2002-03-01 [hoa]        0.7.2claws23
10220
10221         * src/mainwindow.c
10222                 Set sensitivity of delete actions to active
10223                 even if the folder is a newsgroup.
10224
10225         * src/summaryview.c
10226                 - Set sensitivity of delete actions
10227                 - Added function check_permission() that will check if the
10228                   user is authorized to delete a message. For news, it
10229                   will check if the author is the same.
10230                 - Enabled deletion when there is no trash folder.
10231
10232         * src/news.[ch]
10233                 - Added news_cancel_article() to cancel articles
10234                 - Implemented news_remove_message() (public function)
10235
10236 2002-03-01 [paul]       0.7.2claws22
10237
10238         * src/gtkutils.c
10239           src/textview.c
10240                 recognise urls that that don't include 'http://' and
10241                 simply begin 'www.' 
10242
10243         * AUTHORS
10244                 remove duplicated name
10245
10246 2002-02-28 [paul]       0.7.2claws21
10247
10248         * src/mainwindow.c
10249           src/summaryview.[ch]
10250                 add ability to 'Select thread'
10251                 combines Melvin's "Select thread's head" patch (#510907)
10252                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
10253                 patch (#518514) 
10254
10255 2002-02-28 [paul]       0.7.2claws20
10256
10257         * src/mimeview.c
10258                 hopefully fix segfault on right-clicking a mime part
10259                 that some people have experienced.      
10260                 fix submitted by Fredrik Olofsson <frol@linux.nu>
10261
10262 2002-02-28 [paul]       0.7.2claws19
10263
10264         * sync with sylpheed 0.7.2cvs21
10265                 see ChangeLog entries 2002-02-27 and 2002-02-28
10266
10267 2002-02-27 [paul]       0.7.2claws18
10268
10269         * sync with sylpheed 0.7.2cvs18
10270                 see ChangeLog entries 2002-02-26 and 2002-02-27
10271
10272 2002-02-26 [alfons]     0.7.2claws17
10273
10274         * src/procheader.c
10275                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
10276                 (spotted by Chris Hessman <idatech@gmx.net>)
10277
10278 2002-02-26 [paul]       0.7.2claws16
10279
10280         * src/mimeview.c
10281           src/pgptext.[ch]
10282           src/procmsg.c
10283                 make decryption of ascii-armored pgp encrypted messages
10284                 and verification of ascii-armored signatures work again.
10285                 slightly altered from the patch by Jens Jahnke 
10286                 <jan0sch@gmx.net>
10287
10288                 ##FIX ME##
10289                 * the checking of plaintext signatures always comes up in 
10290                   a popup box
10291                 * it doesn't work for multipart messages 
10292                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
10293                   including the msg headers and these 2 line themselves, are 
10294                   not displayed
10295
10296         * src/mainwindow.c
10297                 "View/Folder Tree" becomes "View/Separate Folder Tree"
10298                 "View/Message View" becomes "View/Separate Message View"
10299                 because its less ambiguous.
10300
10301         * po/es.po
10302                 updated by Ricardo Mones Lastra
10303
10304 2002-02-26 [paul]       0.7.2claws15
10305
10306         * sync with sylpheed 0.7.2cvs17
10307                 see ChangeLog entries 2002-02-25 and 2002-02-26
10308
10309 2002-02-25 [christoph]  0.7.2claws14
10310
10311         * src/filtering.[ch]
10312         * src/inc.c
10313                 do filtering stuff after all messages have been received
10314                   1. drop all messages to .processing
10315                   2. scan processing folder for messages
10316                   3. filter messages or move to inbox
10317                 this will also find old messages left in processing after
10318                 a crash or something like that and we get a real msginfo
10319                 from folder->get_msg_list and do not have to create our
10320                 own in filter_message
10321         * src/matcher_parser_parse.y
10322                 remove MIX/MAX warning (reordered includes)
10323
10324 2002-02-25 [paul]       0.7.2claws13
10325
10326         * sync with sylpheed 0.7.2cvs15
10327                 see ChangeLog entry 2002-02-24
10328
10329 2002-02-24 [alfons]     0.7.2claws12
10330
10331         * src/filtering.c
10332                 clear old color flags first when applying a new color to
10333                 a message info. 
10334                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
10335
10336 2002-02-24 [alfons]     0.7.2.claws11
10337         
10338         * AUTHORS
10339         * src/prefs_common.c
10340                 add presets for Opera and Konqueror, closes patch #517261,
10341                 submitted by Ville Skyttä <scop@users.sourceforge.net>
10342
10343 2002-02-24 [alfons]     0.7.2.claws10
10344
10345         * AUTHORS
10346         * src/summaryview.c
10347                 fix threading for null message ids, closes patch #521601,
10348                 submitted by Bob Forsman <hammor@users.sourceforge.net>
10349
10350 2002-02-24 [alfons]     0.7.2claws9
10351
10352         * src/summaryview.c
10353         * src/filtering.c
10354                 make Tool | Filter Message work with filtering system so
10355                 setting flags also works
10356
10357                 TODO:
10358
10359                 - Processing uses the same function as Tool | Filter
10360                   Message, but doesn't use the same update proc yet
10361
10362 2002-02-23 [paul]       0.7.2claws8
10363
10364         * sync with sylpheed 0.7.2cvs14
10365                 see ChangeLog entries 2002-02-22 and 2002-02-23
10366
10367 2002-02-22 [christoph]  0.7.2claws7
10368
10369         * src/quote_fmt.c
10370                 Add column space to table
10371         * src/quote_fmt_parse.y
10372                 Close files
10373
10374 2002-02-22 [paul]       0.7.2claws6
10375
10376         * src/Makefile.am
10377           src/defs.h
10378           src/filtering.c
10379           src/inc.[ch]
10380           src/mainwindow.c
10381           src/matcher.[ch]
10382           src/matcher_parser_lex.l
10383           src/matcher_parser_parse.y
10384           src/pop.[ch]
10385           src/prefs_account.h
10386           src/prefs_filtering.c
10387           src/selective_download.[ch]   *** NEW FILES ***
10388           src/utils.[ch]
10389           po/POTFILES.in
10390                 Selective Download added to 'Tool' menu. 
10391                 Retrieves email headers of the currently selected pop3 
10392                 account and allows the user to mark emails for deletion 
10393                 right on the pop3 server. Patch submitted by Oliver Haertel 
10394                 <oha@users.sourceforge.net>.
10395         
10396         * po/POTFILES.in
10397                 add 'src/quote_fmt.c'           
10398
10399 2002-02-22 [christoph]  0.7.2claws5
10400
10401         * src/Makefile.am
10402                 added quote_fmt.c
10403         * src/prefs_common.[ch]
10404         * src/prefs_template.c
10405         * src/quote_fmt.c               *** NEW FILE ***
10406         * src/quote_fmt.h
10407                 move quote format symbol description code
10408                 to it's own file because it is used from
10409                 differnent code parts
10410                 Rewrote symbol description GUI
10411                   + use table
10412                   + add separators
10413                   + get data from array (no more long constant strings)
10414         * src/quote_fmt_lex.l
10415         * src/quote_fmt_parse.y
10416                 Symbol for Literal % changed to \% instead of %%
10417                 (More logical as \ is used for quoting for other symbols)
10418                 Add |f and |p to include files and program output
10419                 Examples:
10420                     |f{/home/.../.signature}
10421                     |p{date}
10422         * po/de.po
10423                 Correct wrong spelling for "Referenzen"
10424
10425 2002-02-21 [paul]       0.7.2claws4
10426
10427         * src/procmsg.c
10428                 forgotten during sync
10429
10430 2002-02-21 [paul]       0.7.2claws3
10431
10432         * sync with sylpheed 0.7.2cvs11
10433                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
10434                 2002-02-20 and 2002-02-21
10435
10436 2002-02-20 [melvin]     0.7.2claws2
10437
10438         * src/prefs_actions.c
10439                 Added error report when child cannot fork or when execvp 
10440                 returns with an error.
10441
10442 2002-02-19 [christoph]  0.7.2claws1
10443
10444         * src/codeconv.c
10445                 return unconverted text if conde conversion is not possible
10446                 when libjconv is used.
10447                 (patch submitted by "Simon 'corecode' Schubert")
10448
10449 2002-02-19 [paul]       
10450
10451         * version 0.7.2claws release
10452
10453 2002-02-19 [paul]       0.7.2claws
10454
10455         * po/nl.po
10456                 updated by Wilbert Berendsen
10457
10458
10459 2002-02-18 [alfons]     0.7.1claws13
10460
10461         * src/syldap.c
10462         * src/jpilot.c
10463                 remove references to dlfcn and explicitly loading functions
10464                 from dynalink libs, because libs linked anyway, and functions
10465                 are loaded explicitly
10466
10467 2002-02-17 [melvin]     0.7.1claws12
10468
10469         * src/prefs_actions.c
10470                 Replaced children wait loop with double fork technique.
10471                 Now, input/output window updated at each new output.
10472                 free_children(): Fixed a memory leak.
10473                 Made input/output window non closable if running children
10474                 still exist.
10475                 Added missing <unistd.h> include.
10476                 Added some --debug outputs.
10477
10478 2002-02-17 [melvin]     0.7.1claws11
10479
10480         * src/summaryview.c
10481                 Fixed bug where descending sort order did not select top
10482                 message.
10483
10484 2002-02-17 [melvin]     0.7.1claws10
10485
10486         * acconfig.h
10487                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10488         * src/prefs_common.c
10489                 Pspell data package directory no more hard coded but
10490                 set during configuration (PSPELL_PATH). (Thanks to 
10491                                 Gustavo Noronha Silva.)
10492
10493 2002-02-17 [melvin]     0.7.1claws9
10494
10495         * configure.in
10496                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10497         * src/gtkspell.c
10498                 Fixed compile-time warnings.
10499
10500 2002-02-16 [alfons]     0.7.1claws8
10501
10502         * src/filesel.c
10503                 fix inadvertent free of NULL pointer which caused
10504                 sylpheed to crash when closing the save-as dialog
10505                 using the window close button
10506
10507 2002-02-16 [carsten]    0.7.1claws7
10508         * src/mainwindow.[ch]
10509           src/summaryview.c
10510           src/prefs_common.c
10511                 fixes for pixmap theming code:
10512                         - recently changed mail attributes shouldn't get
10513                           lost any longer
10514                         - theme is only reloaded iff another theme was
10515                           selected
10516
10517 2002-02-16 [paul]       0.7.1claws6
10518
10519         * sync with sylpheed 0.7.2 release
10520                 see ChangeLog entry 2002-02-15 and 2002-02-16
10521
10522 2002-02-15 [paul]       0.7.1claws5
10523
10524         * sync with sylpheed 0.7.1cvs9
10525                 see ChangeLog entry 2002-02-15
10526
10527         * po/POTFILES.in
10528                 remove unneeded headerwindow.c entry
10529
10530 2002-02-14 [carsten]    0.7.1claws4
10531         * src/summaryview.c
10532                 fixed a bug for "Go to next unread message": there was
10533                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
10534                 in the prefs, because of doing "Search again" instead
10535                 "No"
10536
10537 2002-02-14 [carsten]    0.7.1claws3
10538         * src/stock_pixmap.c
10539                 removed 2 more mem leaks; following memprof,
10540                 this code is "leak free" now :)
10541
10542 2002-02-14 [carsten]    0.7.1claws2
10543         * src/stock_pixmap.c
10544                 used opendir/readdir/closedir instead of scandir
10545                 -> code should work now on Solaris
10546
10547 2002-02-14 [paul]       0.7.1claws1
10548
10549         * sync with sylpheed 0.7.1cvs8
10550                 see ChangeLog entries 2002-02-13 and 2002-02-14
10551
10552         * README.claws
10553                 add some description of Actions and Pixmap Themes
10554
10555 2002-02-13 [paul]       
10556
10557         * version 0.7.1claws release
10558
10559 2002-02-13 [paul]       0.7.1claws
10560
10561         * po/es.po
10562           po/it.po
10563           po/pt_BR.po
10564                 updated translations, submitted by Ricardo Mones Lastra,
10565                 Alessandro Maestri and Fabio Junior Beneditto
10566
10567 2002-02-13 [melvin]     0.7.0claws75
10568
10569         * src/prefs_actions.c
10570                 Added missing "signal.h" include
10571
10572 2002-02-13 [melvin]     0.7.0claws74
10573
10574         * src/prefs_folder_item.c
10575                 Added missing "config.h" include
10576         * po/fr.po
10577                 Updated French translation for folder propriety.
10578
10579 2002-02-13 [jens]       0.7.0claws73
10580
10581         * po/POTFILES.in
10582                 Added missing src/prefs_folder_item.c [log added by melvin]
10583         * po/de.po
10584                 Updated German translation.
10585
10586 2002-02-13 [melvin]     0.7.0claws72
10587
10588         * po/fr.po
10589                 Updated French translation.
10590
10591 2002-02-13 [melvin]     0.7.0claws71
10592
10593         * src/gtkutils.c
10594                 Made gtkut_editable_get_selection return NULL if selection
10595                 is of length zero.
10596                 This fixes a bug where selecting part of message A then
10597                 switching to message B and replying to it will not
10598                 quote the message's body.
10599
10600 2002-02-12 [paul]       0.7.0claws70
10601
10602         * src/mainwindow.c
10603                 cosmetic, relating to pixmap themes: on toolbar make 
10604                 updating of 'Exec' and 'Compose news/Compose email'
10605                 icons faster.
10606
10607 2002-02-12 [carsten]    0.7.0claws69
10608         * src/folderview.c
10609           src/mainwindow.[ch]
10610           src/stock_pixmap.c
10611           src/summaryview.c
10612           src/prefs_common.c
10613                 - refreshing after changing pixmap theme better
10614                   now (thanks Paul)
10615                 - wanted to remove some mem leaks, but alfons was
10616                   faster (and had the better solution ;)
10617
10618 2002-02-12 [alfons]     0.7.0claws68
10619
10620         * src/prefs_common.c
10621         * src/stock_pixmap.[ch]
10622                 plug mem leaks, refactor code a little bit
10623
10624
10625 2002-02-12 [sergey]     0.7.0claws67
10626
10627         * src/imap.c
10628                 Fixed problem with copying messages to IMAP folders when the
10629                 server uses something other than '/' as a namespace separator
10630                 (cyrus-imapd uses '.').
10631
10632 2002-02-12 [jens]       0.7.0claws66
10633
10634         * po/de.po
10635                 Updated German Translation
10636
10637 2002-02-12 [paul]       0.7.0claws65
10638
10639         * sync with sylpheed 0.7.1cvs1
10640                 see ChangeLog entry 2002-02-12
10641
10642 2002-02-12 [melvin]     0.7.0claws64
10643
10644         * src/prefs_actions.c
10645                 Fixed "feature" where children's output was duplicated 
10646                 instead of refreshed while monitoring.
10647                 Removed some debug code.
10648
10649 2002-02-12 [christoph]  0.7.0claws63
10650
10651         * src/compose.c
10652                 always delete message from queue after sending/send error
10653                 (closes bug #509601)
10654
10655 2002-02-12 [melvin]     0.7.0claws62
10656
10657         * src/prefs_actions.c
10658                 Children wait loop is now triggered with a timeout of 1s
10659                 Added %F which is replaced with the list of filenames 
10660                 of all selected messages (as suggested by Ricardo Mones Lestra)
10661                 Pipe syntax changed. Prefix with | to send selection, postfix
10662                 with | to retrieve output. Prefix with > or * to send
10663                 user definable input to the command (*: input is hidden)
10664                 Old pipe action should now be postfixed with |, too.
10665
10666 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
10667         * src/stock_pixmap.c
10668                 fixed a bug: if there's no theme directory don't
10669                 throw an error, just do "nothing" (thanks Alfons)
10670
10671 2002-02-12 [carsten]    0.7.0claws60
10672         * src/folderview.c
10673           src/summaryview.c
10674                 had to write the cache twice (nasty!); some marks would 
10675                 get lost if not
10676
10677 2002-02-11 [carsten]    0.7.0claws59
10678         * acconfig.h
10679           configure.in
10680           doc-src/maintainer_guide.txt
10681           src/compose.[ch]
10682           src/defs.h
10683           src/folderview.[ch]
10684           src/gtkutils.[ch]
10685           src/mainwindow.[ch]
10686           src/prefs_common.[ch]
10687           src/stock_pixmap.[ch]
10688           src/summaryview.[ch]
10689                 pixmap theming and related work on pixmap
10690                 handling on some other places
10691                 (e.g. hrm features for all folder)
10692           src/pixmap/stock_*.xpm -> the stock_ was removed
10693         
10694 2002-02-11 [paul]       0.7.0claws58
10695
10696         * sync with sylpheed 0.7.1 release
10697                 see ChangeLog entries 2002-02-11
10698
10699 2002-02-08 [paul]       0.7.0claws57
10700
10701         * sync with sylpheed 0.7.0cvs39
10702                 see ChangeLog entry 2002-02-07 (last entry) 
10703
10704         * src/prefs_actions.c
10705           src/prefs_filtering.c
10706           src/prefs_matcher.c
10707           src/prefs_scoring.c
10708                 sync: made it compile with C compilers other than gcc
10709
10710 2002-02-07 [paul]       0.7.0claws56
10711
10712         * sync with sylpheed 0.7.0cvs38
10713                 see ChangeLog entries 2002-02-06 (last 2 entries) and
10714                 2002-02-07
10715
10716 2002-02-07 [darko]      0.7.0claws55
10717
10718         * src/gtkutils.[ch]
10719         * src/summaryview.c
10720                 Fix const gchar */gchar * issue (thanks Hiro)
10721
10722 2002-02-07 [darko]      0.7.0claws54
10723
10724         * src/compose.[ch]
10725         * src/filtering.c
10726         * src/gtkutils.[ch]
10727         * src/prefs_template.c
10728         * src/quote_fmt.h
10729         * src/quote_fmt_parse.y
10730         * src/summaryview.c
10731         * src/utils.[ch]
10732                 When replying or forwarding an email don't quote the entire
10733                 mail body but use the part of the message text that is selected
10734
10735 2002-02-06 [melvin]     0.7.0claws53
10736
10737         * src/prefs_common.[ch]
10738         * src/gtkspell.[ch]
10739         * src/compose.c
10740                 Made possible to switch quickly to last used dictionary
10741                 which makes checking bilingual documents easier.
10742
10743 2002-02-06 [melvin]     0.7.0claws52
10744         
10745         * po/POTFILES.in
10746                 Added forgotten new file src/prefs_actions.c
10747
10748 2002-02-06 [melvin]     0.7.0claws51
10749
10750         * src/prefs_actions.c   ** NEW FILE **
10751         * src/prefs_actions.h   ** NEW FILE **
10752                 Added actions to execute on message text view, or on the
10753                         message's file.
10754         * src/Makefile.am
10755                 Added src/prefs_actions.[ch]
10756         * src/compose.c
10757                 Added new menu "Edit/Actions"
10758         * src/defs.h
10759                 Added new actionsrc file.
10760         * src/main.c
10761                 Added actionsrc reading.
10762         * src/mainwindow.c
10763                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10764         * src/prefs_common.h
10765                 Added new element actionslst element to prefs_common.
10766
10767 2002-02-06 [paul]       0.7.0claws50
10768
10769         * sync with sylpheed 0.7.0cvs36
10770                 see ChangeLog entry 2002-02-06
10771
10772 2002-02-05 [paul]
10773
10774         * po/es.po
10775                 updated by Ricardo Mones Lastra
10776
10777 2002-02-05 [paul]       0.7.0claws49
10778
10779         * sync with sylpheed 0.7.0cvs33
10780                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10781
10782 2002-02-05 [paul]       0.7.0claws48
10783
10784         * src/compose.c
10785                 re-add 'Edit/Advanced/Delete entire line', previously named
10786                 'Delete Line+'
10787
10788 2002-02-04 [paul]       0.7.0claws47
10789
10790         * src/compose.c
10791           src/summaryview.c
10792                 fix bug #494993 (Reply All not taking Reply-To into consi)
10793                 eliminate differences in behaviour of right-click 'Reply to all' 
10794                 in summary view and 'Reply to all' on the toolbar. 
10795                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10796                 view and From gets ignored by 'Reply to all' on toolbar.
10797                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10798                 From when no Reply-To header is present.
10799
10800 2002-02-04 [paul]       0.7.0claws46
10801
10802         * sync with sylpheed 0.7.0cvs30
10803                 see ChangeLog entries 2002-02-03 and 2002-02-04
10804
10805 2002-02-03 [melvin]     0.7.0claws45
10806
10807         * src/gtkspell.[ch]
10808                 Readded function to highlight all misspelled words.
10809                 Fixed bug where user-provided-words did not replace
10810                         correctly the misspelled word when using the mouse.
10811                 Fixed bug where checking a region selected from right to left did
10812                         not check the region at all.
10813                 Fixed bug where 'Check backwards' may not check at all. 
10814                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10815                 Fixed possible buffer overflow when checking for long strings (>1k).
10816                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10817                 Accelerators code uses now gtk_widget_add_accel.
10818                 Removed and disabled obsolete and unfinished code.
10819                 Cleaning up.
10820
10821         * src/compose.c
10822                 Added menu item to Highlight all misspelled words.
10823
10824 2002-02-01 [paul]       0.7.0claws44
10825
10826         * src/mainwindow.c
10827                 fix '/View/Hide read messages' sensitivity when all
10828                 messages in a folder are hidden
10829
10830 2002-02-01 [paul]       0.7.0claws43
10831
10832         * src/main.c
10833                 add --send option to command line interface, sends all
10834                 queued mail. Patch submitted by Ricardo Mones Lastra.
10835
10836 2002-01-31 [paul]       0.7.0claws42
10837
10838         * src/mainwindow.c
10839                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10840
10841 2002-01-31 [paul]       0.7.0claws41
10842
10843         * sync with sylpheed 0.7.0cvs27
10844                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10845                 and 2002-01-31
10846
10847         * src/textview.c
10848                 comment out elements of textview_show_part() as temporary
10849                 workaround for attachment 'Display as text' bug 
10850
10851         * po/pt_BR.po
10852                 updated by Fabio Junior Beneditto
10853
10854 2002-01-30 [paul]       0.7.0claws40
10855
10856         * sync with sylpheed 0.7.0cvs24
10857                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
10858                 and 2002-01-30
10859
10860         * src/compose.c
10861                 add {N_("/_Spelling"), ... "<Branch>"} to 
10862                 GtkItemFactoryEntry compose_entries[]
10863
10864         * src/prefs_common.c
10865                 add claws menu items to prefs_keybind_apply_clicked()
10866                 and remove non-claws menu items
10867
10868 2002-01-29 [paul]       0.7.0claws39
10869
10870         * sync with sylpheed 0.7.0cvs22
10871                 see ChangeLog entries 2002-01-28 and 2002-01-29
10872
10873 2002-01-28 [melvin]     0.7.0claws38
10874
10875         * src/compose.c
10876                 Added the declartion of compose_send_control_enter.
10877
10878         * src/compose.c
10879         * src/gtkspell.[ch]
10880                 Added in a 'Spelling' menu which includes the configuration menu. 
10881                 Added a real 'Check all' and got rid from the old one which only
10882                 highlited misspelled word.
10883                 Made 'Check while typing' a disableable option.
10884                 Added a dialog when there are no more misspelled word.
10885                 Added a dialog if error occurs when switching to a dictionary.
10886         
10887         * src/prefs_common.[ch]
10888                 Added option for the default 'Check while typing' option.
10889
10890
10891 2002-01-28 [alfons]     0.7.0claws37
10892
10893         * src/compose.c
10894                 fix buglet and make code comply with sylpheed code style
10895
10896 2002-01-28 [paul]       0.7.0claws36
10897
10898         * sync with sylpheed 0.7.0cvs19
10899                 see ChangeLog entries for 2002-01-28
10900
10901 2002-01-28 [hoa]        0.7.0claws35
10902
10903         * src/defs.h
10904                 added rendererrc
10905
10906         * src/main.c
10907                 read the renderer config
10908
10909         * src/procmime.[ch]
10910                 use the renderer config to convert mime attachments
10911
10912         * src/textview.c
10913                 don't use textview_show_html/ertf,
10914                 use get_text_content instead
10915
10916 2002-01-27 [alfons]     0.7.0claws34
10917         
10918         * src/news.c
10919                 make sylpheed believe it can delete a news message...
10920                 (messages are NOT deleted, maybe we should remove
10921                 processing from the folder properties after all.)
10922
10923 2002-01-27 [alfons]     0.7.0claws33
10924
10925         * src/folder.c
10926                 add extra checks
10927         * src/news.c
10928                 implement remove_msg() 
10929
10930 2002-01-27 [alfons]     0.7.0claws32
10931
10932         * src/procmsg.h
10933         * src/procheader.c
10934         * src/messageview.c
10935                 fix return receipt / disposition notification again. this
10936                 stuff seems to break on _every_ major summary UI change, so
10937                 it's now implemented using a flag which is saved in the
10938                 marks cache
10939                 
10940 2002-01-26 [alfons]     0.7.0claws31
10941
10942         * src/import.c
10943                 let import dialog show the destination folder identifier
10944
10945 2002-01-26 [melvin]     0.7.0claws30
10946
10947         * src/folderview.c
10948         * src/summaryview.c
10949                 Readded 'Mark all read' into summary view popup menu
10950                 Added 'Mark all read' in folder view popup menu for IMAP
10951                 and NNTP.
10952                 Made it insensitive if the selected folder is not the shown
10953                 one to avoid 'Mark all read' on the wrong folder.
10954                 
10955 2002-01-26 [paul]       0.7.0claws29
10956
10957         * src/folderview.c
10958           src/summaryview.c
10959                 move 'Mark all read' from summary view to folder view
10960                 menu. (adapted from) patch submitted by Jeremy Andrews,
10961                 <lists@kerneltrap.com>
10962
10963 2002-01-25 [alfons]     0.7.0claws28
10964
10965         * src/gtkstext.c
10966                 put the gtk class name back so GtkSText adapts the 
10967                 settings of GtkText
10968
10969 2002-01-25 [alfons]     0.7.0claws27
10970
10971         * src/folderview.c 
10972                 assimilate Ricardo's patch that shows pixmaps instead of
10973                 plain "new" and "unread" texts in the folder view column
10974                 headers 
10975
10976 2002-01-25 [paul]       0.7.0claws26
10977
10978         * src/Makefile.am
10979                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
10980                 be found in non-standard locations. 
10981                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
10982
10983 2002-01-25 [paul]       0.7.0claws25
10984
10985         * sync with sylpheed 0.7.0cvs16
10986                 see ChangeLog entry 2002-01-25
10987
10988 2002-01-24 [paul]       0.7.0claws24
10989
10990         * more sync with sylpheed 0.7.0cvs15
10991                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
10992
10993 2002-01-23 [sergey]     0.7.0claws23
10994
10995         * src/importldif.c
10996                 Fixed segfault when closing LDIF import wizard with
10997                 the window manager.
10998         * src/imageview.c
10999         * src/imageview.h
11000         * src/messageview.c
11001         * src/mimeview.c
11002                 Fixed wrong scrolling position after switching between
11003                 text and image parts.
11004
11005 2002-01-23 [paul]       0.7.0claws22
11006
11007         * sync with sylpheed 0.7.0cvs15
11008                 see ChangeLog entries 2002-01-22 and 2002-01-23
11009
11010 2002-01-21 [melvin]     0.7.0claws21
11011
11012         * src/prefs_scoring.c
11013         * src/prefs_filtering.c
11014                 Fixed bug where scoring and filtering windows stopped
11015                 autochecking.
11016
11017 2002-01-21 [paul]       0.7.0claws20
11018
11019         * sync with sylpheed 0.7.0cvs12
11020                 see ChangeLog entries 2002-01-20 and 2002-01-21
11021
11022 2002-01-21 [carsten]    0.7.0claws19
11023         * src/mainwindow.c
11024         * src/menu.[ch]
11025         * src/messageview.[ch]
11026         * src/summaryview.[ch]
11027                 changes to shortcuts handling again:
11028                         + "Q" now controled by mainwin
11029                         + v/V are now customizable and have slightly
11030                           different meanings
11031                 the "button" to minimize the messageview (and maximize
11032                 the summary view) is a real button now
11033         * src/compose.c
11034                 "Delete Line+" added to Edit/Advanced (this will also
11035                 delete the '\n')
11036
11037 2002-01-20 [melvin] 0.7.0claws18
11038
11039         * src/addressbook.c
11040                 Made "Bcc" sensitive when addressbook is called from
11041                 compose window (it was a Claws only bug).
11042
11043 2002-01-19 [alfons] 0.7.0claws17
11044
11045         * src/inc.c
11046                 prevent unnecessary updates when currently selected folder has
11047                 no new messages 
11048
11049 2002-01-19 [alfons] 0.7.0claws16
11050         
11051         * src/summaryview.c
11052                 prevent writing the cache based on current message list in summary 
11053                 view when filtering also put messages in currently selected folder
11054
11055 2002-01-19 [paul]
11056
11057         * po/it.po
11058                 Italian translation submitted by Alessandro Maestri
11059                 <a.maestri@cs.tin.it>
11060
11061 2002-01-18 [melvin]     0.7.0claws15
11062
11063         * src/prefs_filters.c
11064                 fixed bug where 'cancel' from 'filters' window stops autochecking
11065                 if the timer timed out  when the window was open.
11066
11067 2002-01-18 [match]      0.7.0claws14
11068
11069         * src/addrclip.[ch]     ** NEW FILE **
11070         * src/addrselect.[ch]   ** NEW FILE **
11071         * src/adbookbase.h      ** NEW FILE **
11072                 addressbook cut, copy and paste
11073         * src/addrbook.[ch]
11074         * src/addrcache.[ch]
11075         * src/addressitem.h
11076         * src/addrindex.[ch]
11077         * src/addritem.[ch]
11078         * src/importldif.c
11079         * src/importmutt.c
11080         * src/jpilot.[ch]
11081         * src/syldap.[ch]
11082         * src/vcard.[ch]
11083         * src/jpilot.[ch]
11084         * src/editbook.c
11085         * src/editjpilot.c
11086         * src/editldap.c
11087         * src/editvcard.c
11088                 support for copy/paste
11089         * src/addressbook.c
11090                 support for copy/paste
11091                 tidy up menu option processing
11092                 correct address list function arguments
11093         * src/editaddress.c
11094                 sort user attributes
11095         * src/ldif.h
11096         * src/mutt.h
11097                 tidy up
11098
11099         * src/addrbook.[ch]
11100         * src/addrbook.[ch]
11101         * src/addrbook.[ch]
11102                 
11103
11104 2002-01-18 [paul]       0.7.0claws13
11105
11106         * sync with sylpheed 0.7.0cvs8
11107                 configure.in: support Mac OS X (Darwin)
11108
11109 2002-01-18 [carsten]    0.7.0claws12
11110         * src/html.c
11111                 small hack to fix a segfault with an empty href
11112                 (reported by Alexandra Walford <deeni@altern.org>)
11113         * src/mainwindow.c
11114         * src/summaryview.c
11115                 the shortcuts for Mark und Mark as unread are hardcoded
11116                 again
11117         * src/compose.c
11118         * src/gtkstext.[ch]
11119                 readded the shortcuts in gtkstext but made them
11120                 customizeable (simply by adding a menu plus a wrapper
11121                 to compose.c)
11122
11123 2002-01-17 [melvin]     0.7.0claws11
11124
11125         * src/gtkspell.c
11126                 fix default dictionary not being saved.
11127
11128 2002-01-16 [darko]      0.7.0claws10
11129
11130         * src/compose.c
11131                 fix wrapping crash with URL longer than wrapping margin
11132
11133 2002-12-08 [hoa]        0.7.0claws10
11134
11135         * src/matcher_parser_parse.y
11136                 fixed some bugs
11137
11138         * src/prefs_filtering.c
11139                 now, we can use bounce action in the dialog box.
11140
11141 2002-01-16 [carsten]    0.7.0claws9
11142         * src/gtkstext.c
11143                 removed the <control> and <alt> shortcuts because they're
11144                 not needed and interefered with the "normal" shortcuts
11145         * src/mainwindow.c
11146         * src/summaryview.c
11147                 removed most of the hardcoded shortcuts and assigned
11148                 them to menu entries making them easy customizable by
11149                 that
11150
11151 2002-01-16 |melvin]     0.7.0claws8
11152
11153         * src/gtkspell.c
11154                 fixed bug where using the mouse and when the compose
11155                 window is not on top may result in a crash.
11156
11157 2002-01-16 [melvin]     0.7.0claws7
11158
11159         * src/compose.c
11160                 fixed a long standingspell checker bug which could 
11161                 cause a crash after sending a message.
11162
11163 2002-01-16 [paul]       0.7.0claws6
11164
11165         * sync with sylpheed 0.7.0cvs7
11166                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
11167                 2002-01-15, and 2002-01-16
11168
11169 2002-01-16 [melvin]     0.7.0claws5
11170
11171         * README.claws
11172         * src/compose.c
11173         * src/gtkspell.[ch]
11174         * src/main.c
11175                 Heavily modified spell checker code to work around
11176                 ispell bug, to add keyboard shortcuts and for future
11177                 enhancements. See README.claws for usage information.
11178
11179 2002-01-15 [alfons]     0.7.0claws4
11180         
11181         * src/summaryview.c
11182                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
11183                 so sorting within threads reflects sort mode
11184
11185 2002-01-15 [christoph]  0.7.0claws3
11186
11187         * src/procmsg.c
11188                 added alertpanel if mail sending failed
11189
11190 2002-01-15 [alfons]     0.7.0claws2
11191         
11192         * src/prefs_filtering.c
11193                 don't stop timer when prefs filtering dialog is opened
11194
11195 2002-01-14 [alfons]     0.7.0claws1
11196
11197         * src/addr_compl.c
11198         * src/prefs.c
11199                 remove debug_print()s for privacy reasons
11200
11201 2002-01-14 [darko]      0.7.0claws
11202
11203         * README.claws
11204                 quotation wrapping is now also in the main branch
11205
11206 2002-01-14 [paul]
11207
11208         * tools/filter_conv.pl
11209                 allow for Boolean Op and case-sensitivity
11210                 this file is included in the release and tagged
11211                 'rel_0_7_0'
11212
11213 2002-01-13 [paul]       0.7.0claws
11214
11215         * release 0.7.0, with cvs tag 'rel_0_7_0'
11216
11217 2002-01-13 [paul]
11218
11219         * tools/filter_conv.pl
11220         * tools/README
11221                 rewritten to output to matcherrc instead of filteringrc
11222
11223         * po/es.po
11224                 updated Spanish translation by Ricardo Mones Lastra
11225
11226 2002-01-13 [alfons]
11227
11228         * po/nl.po
11229                 update dutch translation
11230
11231 2002-01-13 [paul]
11232
11233         * po/pt_BR.po
11234                 Updated by Fabio Junior Beneditto 
11235
11236 2002-01-13 [melvin]     0.6.6claws53
11237
11238         * po/fr.po
11239                 Updated french translation
11240
11241 2002-01-12 [alfons]     0.6.6claws52
11242
11243         * src/filtering.c
11244                 plug mem leak that has been sitting there for ages              
11245
11246 2002-01-12 [alfons]     0.6.6claws51
11247
11248         * src/summaryview.c
11249                 undo melvin's changes from 0.6.6claws48 because summary
11250                 view now refuses to select first unread message when
11251                 selecting a folder 
11252
11253 2002-01-11 [alfons]     0.6.6claws50
11254
11255         * src/import.c
11256                 use claws' semantics for getting folder item when
11257                 importing an mbox file into a folder 
11258                 (submitted by Dale P. Smith)
11259
11260 2002-01-11 [christoph]  0.6.6claws49
11261
11262         * src/prefs.h
11263                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
11264                 toggle widget, because non static prefs can not use
11265                 prefs_set_* functions
11266         * src/prefs_account.c
11267                 toggle smtp auth password field sensitivity if
11268                 user id is empty and add descrition of usage for
11269                 these fields
11270         * src/prefs_folder_item.c
11271                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
11272                 callbacks
11273
11274 2002-01-11 [melvin]     0.6.6claws48
11275
11276         * src/compose.c
11277                 fix the 'Ctrl-Enter' feature for sending and test really
11278                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
11279                 editables which was not documented in Gtk)
11280
11281         * src/summaryview.c
11282                 Made summaryview refresh after sorting and not before.
11283
11284 2002-01-11 [christoph]  0.6.6claws47
11285
11286         * src/compose.c
11287                 select account from account ids if possible and
11288                 correctly set save folder for copy in reedit
11289
11290 2002-01-10 [paul]       0.6.6claws46
11291
11292         * sync with sylpheed 0.7.0 release
11293                 see ChangeLog entries 2002-01-07, 2002-01-08 and
11294                 2002-01-09
11295
11296 2002-01-09 [alfons]
11297
11298         * src/summaryview.c
11299                 remove more dirt traces...
11300
11301 2002-01-09 [alfons]
11302         
11303         * src/summaryview.c
11304                 clean up some traces of my debugging stuff
11305
11306 2002-01-09 [alfons]     0.6.6claws45
11307
11308         * src/filtering.c
11309                 break up filteringprop_apply() in three separate pieces
11310                 so we can drop messages that failed processing in the
11311                 inbox
11312
11313         * src/summaryview.c
11314                 fix bug #469598 "no refresh of inbox after filter" which 
11315                 was introduced by the new summary view locking, and which 
11316                 prevented the summary view to update after a manual filter 
11317                 message. claw's filter message requires a summary_show().
11318                 (aargh, summary_show() again! :-)
11319                 
11320 2002-01-07 [alfons]     0.6.6claws44
11321
11322         * src/headerwindow.c
11323         * src/logwindow.c
11324         * src/messageview.c
11325         * src/sourcewindow.c
11326                 bring in Hiro's last 0.7.0 wm class fixes
11327
11328         * tools/sylprint.pl
11329                 bring in Ricardo's fix for sylprint script
11330
11331         * AUTHORS       
11332         * src/rfc2015.[ch]
11333         * src/prefs_common.[ch]
11334         * src/prefs_account.[ch]
11335         * src/compose.c
11336                 clean up account preference poison in rfc2015,
11337                 and preparation to fix double sign bug 
11338                 (patch submitted by Simon 'corecode' Schubert)
11339
11340 2002-01-07 [christoph]  0.6.6claws43
11341
11342         * src/mh.c
11343                 search for free message number, do not only rely
11344                 on last_num
11345         * src/send.c
11346                 fix smtp auth and use extra account information
11347                 if available, if not use pop3 data instead
11348                 (closes bug #500341)            
11349         * src/ssl.[ch]
11350                 match coding style
11351
11352 2002-01-06 [alfons]     0.6.6claws42
11353
11354         * src/mainwindow.c
11355                 try making the separate windows work again...
11356
11357 2002-01-06 [alfons]     0.6.6claws41
11358
11359         * src/mainwindow.c
11360                 adapt Hiro's separate window menu (to get rid of the funny
11361                 duplicate menu items), and make it work again
11362
11363 2002-01-06 [alfons]     0.6.6claws40
11364
11365         * tools/Makefile.am
11366         * tools/sylprint.rc
11367         * tools/sylprint.pl
11368         * tools/README.sylprint
11369                 add sylprint script for printing mails from Sylpheed
11370                 (contributed by Ricardo Mones Lastra)
11371
11372         * src/acount.c
11373                 clean up
11374
11375 2002-01-06 [melvin]     0.6.6claws39
11376
11377         * src/mainwindow.c
11378         * src/summaryview.c
11379                 Fixed crash introduced in 0.6.6claws38 by the menu
11380                 reorganisation (Hide read messages)
11381         
11382         * ChangeLog.claws 
11383                 Fixed typo (we are now in 2002, alfons ;) )
11384
11385 2002-01-05 [alfons]     0.6.6claws38
11386
11387         * sync with sylpheed 0.6.6cvs10-17
11388                 (last stuff marked as LAST_STABLE)
11389
11390 2002-01-04 [melvin]     0.6.6claws37
11391
11392         * src/account.c
11393                 Made account selection code use strcasestr again instead of
11394                 g_strcasecmp (fixes bug where reediting queued messages
11395                 did not select proper account reported by T. Link).
11396         
11397         * src/folderview.c
11398                 Fix bug where folder icons are not shown when 'hide read messages'
11399                 is on.
11400         
11401         * src/stock_pixmaps.[ch]
11402                 Added folder icons for 'hide read messages'.
11403         
11404         * src/compose.c
11405                 Fixed bug where 'Enter' in a header entry will send the message 
11406                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
11407
11408 2002-01-03 [melvin]     0.6.6claws36
11409         
11410         * src/prefs.[ch]
11411                 Added popup menu for common preferences and
11412                 account preferences (right click on tab displays
11413                                 a menu of all tabs.)
11414
11415 2002-01-02 [melvin]     0.6.6claws35
11416
11417         * src/gtkspell.[ch]
11418                 Made spelling code compatible with undo/redo feature.
11419                 Added creation of suggestion mode menu for the general
11420                         preferences.
11421         
11422         * src/prefs_common.[ch]
11423                 Added option menu for the speller's suggestion mode.
11424                 Added missing spaces in "..." buttons and made a "..."
11425                         button non translatable!
11426         
11427         * src/compose.c
11428                 Made speller use the default suggestion mode.
11429                 Hack to make it possible to choose 'CTRL-Enter' as a
11430                         shortcut for sending (and only for sending).
11431
11432         * src/prefs_folder_item.c
11433                 Changing subject simplification does not update cache 
11434                         anymore (because it is unnecessary).
11435                 Fixed bug where changing subject simplification updated the 
11436                         summaryview even when the viewed folder is not the
11437                         folder which properties are being changed. (E.g. 
11438                                         viewing folder A and changing
11439                                         the subject simplification of 
11440                                         folder B -not being viewed- updated the 
11441                                         summaryview of folder A with data of
11442                                         folder B). (Hope this is clear... )
11443
11444 2001-12-31 [alfons]     0.6.6claws34
11445         
11446         * src/ldif.c
11447         * src/mutt.c
11448                 fgetc() returns a signed integer which doesn't
11449                 fit in a char. so c truncates this to a char
11450                 but we may lose significant bits. i.e. we may
11451                 comparing 0xFF which may not be equal to -1
11452                 unless properly casted to signed char which
11453                 we won't do because fgetc() returns a signed
11454                 integer which doesn't fit in a char. so c 
11455                 truncates this to a char but we may lose 
11456                 significat bits. (you got the idea, thanks
11457                 to Gustavo Noronha Silva <kov@debian.org>
11458                 and the Debian folks!)
11459
11460 2001-12-30 [alfons]     0.6.6claws33
11461
11462         * src/prefs_common.c
11463                 add #ifdef USE_PSPELLs that Melvin forgot               
11464
11465 2001-12-30 [melvin]     0.6.6claws32
11466         
11467         * src/prefs_common.[ch]
11468                 Added configurable color for misspelled words.
11469
11470         * src/gtkspell.[ch]
11471                 Fixed bug of foreground text color (reported by David
11472                                 Mehrmann)
11473                 Added configurable color for misspelled words.
11474
11475 2001-12-30 [alfons]     0.6.6claws31
11476
11477         * src/folder.c
11478                 remove unnecessary things someone put there
11479
11480         * src/mh.c
11481         * src/folder.[ch]
11482                 make folder properties (like threading and sorting) persistent
11483                 (closes bug #497424 "rescan folder tree resets proprieties")
11484                 currently this is only for MH folders. 
11485
11486 2001-12-29 [melvin]     0.6.6claws30
11487
11488         * src/string_match.[ch]
11489                 Optimized a bit: regexp pattern buffer compiled only once, and
11490                   one subroutine call removed. Fixed ^ regexp search: Now, 
11491                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
11492         
11493         * src/summaryview.c
11494                 Subject filtering changed to filter summary columns and
11495                   not directly the messages subject cache. The loss in 
11496                   performance is balanced by the improvement of string_match.
11497                 Added an alert panel if there is an error in the regexp.
11498
11499         * src/src/prefs_folder_item.h
11500                 Added a regexp pattern buffer.
11501
11502 2001-12-28 [alfons]     0.6.6claws29
11503
11504         * src/string_match.[ch]
11505                 clean up name space
11506                 allow compilation *BSD
11507
11508 2001-12-27 [alfons]     0.6.6claws28
11509
11510         * src/filter.c
11511                 sync the Hiro's bug fix for BSD
11512
11513 2001-12-27 [melvin]     0.6.6claws27
11514         
11515         * src/compose.c
11516                 Simplify focus to subject entry code.
11517
11518 2001-12-27 [darko]      0.6.6claws26
11519
11520         * src/filtering.c
11521         * src/mbox_folder.c
11522         * src/messageview.c
11523         * src/mh.c
11524         * src/procheader.[ch]
11525         * src/procmsg.h
11526         * src/stock_pixmap.[ch]
11527         * src/summaryview.c
11528                 Show key icon for encrypted mails in summary view
11529
11530         * src/pixmaps/clip.xpm
11531         * src/pixmaps/clipkey.xpm
11532         * src/pixmaps/key.xpm
11533                 New/modified icons for the above
11534
11535 2001-12-27 [melvin]     0.6.6claws25
11536
11537         * src/prefs_common.c
11538                 Put spell checker options in a separate tab to decrease
11539                 the Common Preferences window height.
11540
11541         * README.claws  
11542                 Update spell checker usage instruction about its options
11543                 location.
11544
11545 2001-12-27 [melvin]     0.6.6claws24
11546
11547         * src/compose.c
11548                 Changed subject entry widget position. Initial focus is
11549                 on the To header instead of the subject entry.
11550                 Creating a new header scrolls the header list to make the
11551                 created one visible. Nevertheless, when automatically filling
11552                 headers, the first one is shown.
11553                 A Tab key press in the last empty header entry zips the 
11554                 focus to the subject entry.
11555                 (I did not change the combo boxes, yet)
11556
11557 2001-12-26 [alfons]     0.6.6claws23
11558
11559         * src/prefs_account.c
11560         * src/inc.c
11561                 allow default inbox to reside in another mailbox (only
11562                 works for POP3 accounts)
11563
11564 2001-12-26 [alfons]     0.6.6claws22
11565         
11566         * src/textview.c
11567                 make reply-on-click work with the account of the selected folder
11568         * src/compose.c
11569                 put a fixme here to remind me to fix finding correct default
11570                 account for nested folders
11571
11572 2001-12-25 [alfons]     0.6.6claws21
11573
11574         * src/summaryview.c
11575                 make column headers display locked and mark pixmaps (idea by Melvin) 
11576                 fix bug by adding score and locked column type to sort array
11577
11578 2001-12-25 [alfons]     0.6.6claws20
11579         
11580         * src/summaryview.c
11581                 catch a *potentially* inadvertent write back of  
11582                 the message cache(s) introduced by 0.6.5claws37
11583
11584 2001-12-25 [christoph]  0.6.6claws19
11585
11586         * src/stock_pixmap.[ch]
11587         * src/summaryview.c
11588                 add ignore thread pixmap
11589                 (can someone draw a better icon for this?)
11590
11591 2001-12-24 [alfons]     0.6.6claws18
11592
11593         * src/prefs_folder_item.c
11594                 make address completion actually work for the
11595                 Default To address in the Folder Property dialog.
11596
11597 2001-12-24 [alfons]     0.6.6claws17
11598         
11599         * src/summaryview.c
11600                 use new style regexp for subject stripping 
11601                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
11602
11603 2001-12-24 [darko]      0.6.6claws16
11604
11605         * src/pgptext.c
11606         * src/rfc2015.c
11607                 move GPG related informational messages to debug mode
11608
11609 2001-12-23 [alfons]     0.6.6claws15
11610
11611         * src/stock_pixmap.[ch]
11612         * src/summaryview.c
11613                 add the forgotten Claws' locked pixmap
11614
11615 2001-12-23 [alfons]     0.6.6claws14
11616
11617         * src/filesel.c
11618                 accept file name typed in entry in multi file
11619                 selector (patch submitted by Gustavo Noronha Silva 
11620                 <kov@debian.org>)
11621
11622 2001-12-23 [alfons]     0.6.6claws13
11623
11624         * src/prefs_filter.c
11625         * src/prefs_filtering.c
11626         * src/matcher.c
11627         * src/importmutt.c
11628                 clean up a little bit
11629         
11630         * src/string_match.c
11631                 validate input strings a little bit more
11632
11633 2001-12-23 [alfons]     0.6.6claws12
11634
11635         * src/Makefile.am
11636         * src/summaryview.c
11637         * src/string_match.[ch]         ** NEW **
11638         * src/folderview.[ch]
11639         * src/headerview.h
11640         * src/folder.[ch]
11641         * src/prefs_folder_item.[ch]
11642                 add subject simplification to strip out strings from
11643                 a subject line (esp. handy for mailing lists). 
11644                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
11645                 but slightly changed things for better integration.)
11646
11647 2001-12-23 [alfons]     0.6.6claws11
11648
11649         * src/mainwindow.c
11650                 fix bug introduced by submission included in 0.6.5claws52.
11651                 ideally this submission should clean the trash if any trash
11652                 folder has a message. however, the hasTrash variable was
11653                 set to false whenever a trash folder was empty (discarding
11654                 a previously found *filled* trash folder.)
11655
11656                 also edited the code a little bit and made it more safe.
11657
11658 2001-12-22 [alfons]     0.6.6claws10
11659
11660         * src/imap.c
11661                 quick fix for Martin Pool's omission of an account
11662                 specific SSL setting
11663
11664 2001-12-22 [alfons]     0.6.6claws9
11665
11666         * src/compose.c
11667         * src/messageview.c
11668         * src/mimeview.c
11669         * src/pgptext.c
11670         * src/procmime.[ch]
11671                 better support for multipart/digest (submitted
11672                 by Fredrik <e98fo@efd.lth.se>)
11673
11674 2001-12-22 [alfons]     0.6.6claws8
11675
11676         * src/addressbook.c
11677                 correct function signature
11678         * src/socket.[ch]
11679         * src/imap.[ch]
11680         * src/prefs_account.[ch]
11681                 allow IMAP over SSH tunnel (patch submitted by 
11682                 Martin Pool <mbp@samba.org>)
11683
11684 2001-12-21 [alfons]     0.6.6claws7
11685
11686         * sync with sylpheed 0.6.6cvs4-9
11687                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
11688
11689 2001-12-21 [christoph]  0.6.6claws6
11690
11691         * src/compose.c
11692         * src/prefs_folder_item.[ch]
11693                 implement saving of outgoing messages to current folder.
11694                 fix segfault when no default outbox is available
11695                 (closes bug #495683)
11696
11697 2001-12-21 [carsten]    0.6.6claws5
11698         * src/folderview.c
11699         * src/summaryview.c
11700                 pressing CTRL while DND does now the expected thing and
11701                 copies the mail (moving is still the default, as this
11702                 seam more appropriate for handling mails by DND)
11703
11704 2001-12-18 [paul]       0.6.6claws4
11705
11706         * sync with sylpheed 0.6.6cvs3
11707                 see ChangeLog entries 2001-12-18
11708
11709 2001-12-18 [hiro]       0.6.6claws3
11710
11711         * src/undo.c
11712                 fix for multibyte characters (obtain the number of letters
11713                 instead of bytes).
11714
11715 2001-12-17 [paul]       0.6.6claws2
11716
11717         * sync with sylpheed 0.6.6cvs1
11718                 see ChangeLog entry 2001-12-16
11719
11720 2000-12-17 [alfons]     0.6.6claws1
11721
11722         * src/filtering.c
11723                 clean up
11724
11725 2001-12-16 [paul]       0.6.6claws
11726 2001-12-15
11727
11728         * Release version 0.6.6claws, cvs tag: rel_0_6_6
11729
11730         * src/mimeview.c
11731                 last minute sync with main 0.6.6
11732
11733         * po/es.po
11734                 updated by Ricardo Mones Lastra
11735                 update for last minute sync
11736         * po/fr.po
11737         * po/nl.po
11738                 update for last minute sync
11739         * po/de.po
11740                 updated by Jens Oberender
11741         * po/pt_BR.po
11742                 updated by Fabio Junior Beneditto
11743
11744         * src/prefs_common.[ch]
11745         * src/undo.c
11746                 number of undo levels is user configurable
11747                 (squeeze it into the release in the dying
11748                 moments) Submitted by Jens Oberender    
11749
11750 2001-12-15 [melvin]
11751
11752         * po/fr.po
11753                 updated french translation
11754
11755 2001-12-15 [paul]       0.6.5claws92
11756
11757         * sync with sylpheed 0.6.5cvs28
11758                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11759
11760         * po/nl.po
11761                 update to allow for sync
11762
11763 2001-12-15 [alfons]
11764         
11765         * po/nl.po
11766                 update dutch translation
11767
11768 2001-12-14 [carsten]    0.6.5claws91
11769         * src/summaryview.c
11770                 fixed bug #473785; also after changing the column order
11771                 the same message will be selected and displayed as before
11772                 the reordering
11773
11774 2001-12-14 [carsten]    0.6.5claws90
11775         * src/folderview.c
11776                 probably found the bug reported by wwb opening or closing
11777                 a folder tree just before dnd (found the solution in the
11778                 balsa source -- thanks to them)
11779
11780 2001-12-14 [carsten]    0.6.5claws89
11781         * src/gtkutils.c
11782         * src/account.c
11783                 moved gtk_clist_moveto to the right place, so that
11784                 only the accounts dialog is effected on opening
11785
11786 2001-12-14 [carsten]    0.6.5claws88
11787         * src/gtkutils.c
11788                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11789                 now, so that the focused row will be seen in any case
11790                 (reported by wwp on sf-claws-user)
11791
11792 2001-12-14 [darko]      0.6.5claws87
11793
11794         * src/compose.c
11795                 remove unnecessary line
11796
11797 2001-12-14 [paul]       0.6.5claws86
11798
11799         * sync with sylpheed 0.6.5cvs27
11800                 see ChangeLog entries 2001-12-14
11801
11802 2001-12-14 [carsten]    0.6.5claws85
11803         * src/mainwindow.c
11804                 following a suggestion of Melvin the rcoabm pops up
11805                 right under the button now and the button is reliefed
11806                 while the popup is open
11807
11808 2001-12-14 [darko]      0.6.5claws84
11809
11810         * src/compose.c
11811                 fix crash when wrapping long lines if linewrap quotation
11812                 is disabled and wrapper encounters a word spanning more
11813                 than one line
11814
11815 2001-12-13 [paul]       0.6.5claws83
11816
11817         * src/compose.c
11818                 prefer 'Reply-To' header over mailing list header when
11819                 replying to a message. Finally prevent all those confirmation 
11820                 messages being sent to the list itself.
11821
11822         * src/summaryview.c
11823                 remove unused summary_set_menu_sensitive() entry
11824
11825 2001-12-13 [paul]       0.6.5claws82
11826
11827         * src/folderview.c
11828         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11829         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11830         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11831                 improvements to 'Hide read messages': Inbox, Outbox,
11832                 Trash, Queue, and Draft icons now reveal presence of hidden 
11833                 messages
11834
11835 2001-12-12 [alfons]     0.6.5claws81
11836
11837         0.6.5claws80 was tagged as LAST_STABLE
11838
11839         * src/filtering.[ch]
11840         * src/matcher.[ch]
11841         * src/matcher_parser_lex.c
11842                 fix the filtering; my last attempt to get it right, 
11843                 if it does not work, it's Hoa's turn. ;-)
11844
11845                 for my honourable peers:
11846                 
11847                 the code now makes a clear distinction between
11848                 rules as they are displayed (probably escaped),
11849                 and as they are executed (probably unescaped). the
11850                 parser does *NOT* do any unescaping, this is
11851                 the task of the matcher.c (which breaks up a
11852                 rule into condition) and the filtering.c (which
11853                 breaks up the rule's action). to make this
11854                 run happily we provide an unescaped copy of
11855                 crucial strings to the MatcherProp and 
11856                 FilteringAction structures. note that the only
11857                 exception to this is any REGEXP string. those
11858                 are directly passed to regcomp() and regexp()
11859                 (who have much more powerful unescape functions).
11860                 
11861                 for everyone else:
11862         
11863                 you can escape tab (\t), carriage return (\r),
11864                 linefeed (\n), form feed (\f), quote (\"), 
11865                 single quote (\'), bell (\b) in all the entry
11866                 lines in the scoring & filtering dialogs.
11867                 as an added bonus this should not affect
11868                 existing filtering rules.
11869
11870 2001-12-12 [carsten]    0.6.5claws80
11871
11872         * src/summaryview.c
11873         * po/de.po
11874                 "item(s) selected" is now sensitive to 1 or more
11875                 than one selected (nice for language where simple
11876                 adding of a "s" is not possible as German (Eintrag
11877                 ->Eintr"age)
11878                 
11879                 the "forward as attachment" entry from the right
11880                 click menu removed, "forward" acts following the
11881                 prefs
11882         
11883         * src/textview.c
11884                 reverted my former changes; so compiler warning again
11885                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
11886                 nevertheless
11887
11888         * src/messageview.c
11889                 "search in message" does now *not* only work in MVIEW_TEXT
11890                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
11891                 message
11892
11893         * src/mainwindow.c
11894                 removed "/File/_Close" as it was the same as "/File/E_xit"
11895                 and we don't need it two times
11896
11897                 the separate folder view and message view now get a distinct
11898                 WMCLASS, just in case someone is using sawfish ;-)
11899
11900                 as the menu entries "/View/Message view" and "/View/Folder tree"
11901                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
11902                 make them sensitive accordingly and as these two are "shown"
11903                 after startup anytime check this menuitem at startup
11904
11905 2001-12-12 [paul]       0.6.5claws79
11906
11907         * src/folderview.c
11908                 fix sensitivity of 'Search folder...', broken in
11909                 0.6.5claws75
11910
11911         * src/mainwindow.c
11912                 fix dodgy English
11913
11914 2001-12-11 [carsten]    0.6.5claws78
11915         * src/filtering.c
11916                 fixed two typos returning a wrong FALSE/TRUE
11917         * src/mainwindow.[ch]
11918                 extra menu for email/news button removed
11919
11920 2001-12-11 [alfons]     0.6.5claws77
11921         
11922         * src/matcher.c                 (1.3)
11923         * src/matcher_parser_lex.l      (1.28)
11924                 revert for another attempt
11925                 mark 0.6.5claws77 as LAST_STABLE
11926
11927 2001-12-11 [christoph]  0.6.5claws76
11928
11929         * po/de.po
11930                 fixed wrong translation for prev. unread msg
11931
11932 2001-12-11 [paul]       0.6.5claws75
11933
11934         * src/folder.[ch]
11935         * src/folderview.c
11936         * src/mainwindow.c
11937         * src/summaryview.[ch]
11938         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
11939                 enable ability to hide read messages on per folder basis via 
11940                 '/Summary/Hide read messages'; when selected, a folder will 
11941                 have a red open folder icon, instead of a blue icon, if the 
11942                 folder contains hidden messges
11943                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
11944
11945         * src/mainwindow.c
11946                 remove '/Message/Forward as attachment' from 
11947                 main_window_set_menu_sensitive() to prevent debug warning
11948
11949         * src/folderview.c
11950         * src/mainwindow.c
11951                 Clean up some of the English
11952
11953         * tools/newscache_clean.pl
11954                 allow for new 'hidereadmsgs' entry in folderlist.xml
11955
11956         * po/es.po
11957                 updated translation, submitted by Ricardo Mones Lastra
11958
11959 2001-12-11 [paul]       0.6.5claws74
11960
11961         * sync with sylpheed 0.6.5cvs25
11962                 see ChangeLog entry 2001-12-11
11963
11964 2001-12-10 [alfons]     0.6.5claws73
11965
11966         * src/matcher.c
11967                 add more control characters
11968         * src/matcher_parser_lex.l
11969                 make escaping / unescaping work again
11970
11971 2001-12-10 [alfons]     0.6.5claws72
11972
11973         * src/imap.c
11974                 clean up warnings "returning value for void function" 
11975         * src/prefs_filtering.c
11976                 make info button for execute action sensitive
11977
11978 2001-12-10 [paul]       0.6.5claws71
11979
11980         * src/compose.c
11981         * src/imap.[ch]
11982         * src/summaryview.c
11983                 fix: imap server now gets informed of MARKED, UNMARKED
11984                 and REPLY events. Now people can use different IMAP-Mail
11985                 clients and have the exact same information about MARKED,
11986                 UNMARKED and REPLY status with all of them. Especially
11987                 useful for imap servers with a web-frontend.
11988                 submitted by Tobias Sandhaas <medlor@web.de>
11989
11990 2001-12-09 [melvin]     0.6.5claws70
11991         
11992         * src/textview.[ch]
11993                 fixed bug #490076 (hunted down by Alfons who implemented
11994                 a workaround in 0.6.5claws65)
11995
11996 2001-12-09 [christoph]  0.6.5claws69
11997
11998         * src/summaryview.c
11999                 set pointer to string in LOCKED column to NULL
12000                 (might fix bug #490800)
12001
12002 2001-12-09 [carsten]    0.6.5claws68
12003
12004         * po/de.po
12005                 resolved some cluttered menu shortcuts 
12006                 ('creating new email' and 'creating news message'
12007                 hade the same)
12008         * src/compose.c
12009                 wmclass now distinc from main window
12010         * src/mainwindow.c
12011           src/mainwindow.h
12012                 email/news and forward button functionality similar
12013                 to the reply buttons; removed the ugly dropdown arrows
12014                 and use instead the right mouse button
12015
12016 2001-12-09 [paul]       0.6.5claws67
12017
12018         * src/imap.c
12019         * src/utils.h
12020                 allow spaces in imap folder names
12021                 submitted by Willem van Engen <wvengen@stack.nl>
12022
12023 2001-12-09 [paul]       0.6.5claws66
12024
12025         * sync with sylpheed 0.6.5cvs24
12026                 see ChangeLog entry 2001-12-09
12027
12028 2001-12-08 [alfons]     0.6.5claws65
12029
12030         * src/textview.c
12031                 prevent secondary selection claim after "add to sender" dialog
12032                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
12033                 we trick GTK by simulating a click at (0, 0) in the textview.
12034
12035 2001-12-08 [hoa]        0.6.5claws64
12036
12037         * src/folder.c
12038                 fixed a bug about the .processing folder name while filtering
12039
12040 2001-12-08 [alfons]     0.6.5claws63
12041
12042         * src/folderview.c 
12043                 work around problem of not correctly updating folder stats
12044                 when deleting messages. there's some folder scanning evil
12045                 going so the folderview_update_msg_num() does not work
12046                 correctly. need to investigate this.
12047
12048 2001-12-08 [paul]       0.6.5claws62
12049
12050         * sync with sylpheed 0.6.5cvs23
12051                 see ChangeLog entry 2001-12-08
12052
12053 2001-12-07 [christoph]  0.6.5claws61
12054
12055         * src/compose.c
12056                 fix another header translation problem
12057
12058 2001-12-07 [alfons]     0.6.5claws60
12059
12060         * src/mbox.c
12061                 make filtering also work on local spool mbox
12062
12063 2001-12-07 [carsten]    0.6.5claws59
12064         * src/addressbook.c
12065                 addressbook window gets a wmclass distinct from the main
12066                 sylpheed window
12067         * src/compose.h
12068         * src/mainwindow.[ch]
12069                   forward menu item will use mode selected in prefs, forward 
12070                 as attatchment in menu removed (will be substituted in the
12071                 toolbar similar to reply buttons)
12072                   create news message menu entry and news button is now 
12073                 sensitive to the existance of a news account
12074         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
12075         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
12076         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
12077                 these are removed because the toolbar buttons don't show
12078                 the quoting modus any longer
12079
12080 2001-12-07 [paul]
12081
12082         * tools/newscache_clean.pl      ** NEW FILE **
12083                 perl script to do some tidying up in the newscache directory 
12084                 
12085         * tools/sylpheed-switcher       ** NEW FILE **
12086                 perl script to enable easy switching between main and claws
12087                 
12088         * tools/README
12089                 added descriptions of the two new perl scripts          
12090
12091
12092 2001-12-07 [melvin]     0.6.5claws58
12093
12094         * src/messageview.c
12095                 fixed a warning during compilation introduced in 0.6.5claws56
12096
12097 2001-12-07 [paul]       0.6.5claws57
12098
12099         * src/mainwindow.[ch]
12100         * src/menu.[ch]
12101                 further usability enhancements to replying with or without 
12102                 quoting via the toolbar, use of Ctrl key is replaced by 
12103                 drop down menu 
12104                 Submitted by Carsten Schurig            
12105
12106 2001-12-07 [melvin]     0.6.5claws56
12107
12108         * src/messageview.c
12109                 hack to fix bug that prevented to make/paste selections
12110                 after switching between MVIEW_TEXT and MVIEW_MIME views
12111                 without deselecting the selection first.
12112
12113 2001-12-06 [alfons]     0.6.5claws55
12114
12115         * src/filtering.[ch]
12116         * src/inc.c
12117                 revise filtering a little bit more, and make sure
12118                 messages are delivered to the appropriate inbox
12119                 (perhaps set per account)
12120
12121 2001-12-06 [paul]       0.6.5claws54
12122
12123         * sync with sylpheed 0.6.5cvs22
12124                 see ChangeLog entry 2001-12-06
12125
12126 2001-12-05 [alfons]     0.6.5claws53
12127
12128         * src/inc.c
12129         * src/folder.[ch]
12130         * src/procmsg.c
12131         * src/filtering.c
12132                 more revisions of filtering system
12133                 (last stable version is marked as LAST_STABLE)
12134                 
12135                 | NOTE 1): the filtering system now uses a local folder called
12136                 | .processing. if filtering fails, check this directory
12137                 | for missing messages.
12138                 |
12139                 | NOTE 2): help us find the filtering actions still missing
12140
12141 2001-12-05 [paul]       0.6.5claws52
12142
12143         * src/mainwindow.c
12144                 fix bug where 'Empty Trash?' pop-up window appears even
12145                 when Trash is empty, submitted by Jesse Skinner         
12146
12147 2001-12-05 [melvin]     0.6.5claws51
12148
12149         * src/compose.c
12150                 fixed bug #486106 to select correct account when reediting 
12151                 a queued message
12152         
12153 2001-12-04 [alfons]     0.6.5claws50
12154
12155         * src/mh.c
12156                 declare markfile in appropriate functions when
12157                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
12158                 for spotting this)
12159
12160 2001-12-04 [paul]       0.6.5claws49
12161
12162         * sync with sylpheed 0.6.5cvs21
12163                 see ChangeLog entry 2001-12-04
12164
12165 2001-12-03 [christoph]  0.6.5claws48
12166
12167         * po/de.po
12168                 changed translation of undo
12169         * src/account.c
12170         * src/folder.c
12171                 don't reinvent the wheel to traverse a GNode
12172         * src/compose.[ch]
12173                 seperate code to create the compose gui into functions
12174                 add "Others" page with folder selection for saving copy
12175                 of the message.
12176                 the folder identifier is saved to queue header
12177         * src/procmsg.c
12178                 save message to folder in queue header
12179
12180 2001-12-03 [paul]       0.6.5claws47
12181
12182         * sync with sylpheed 0.6.5cvs20
12183                 see ChangeLog entry 2001-12-03
12184
12185 2001-12-01 [paul]
12186
12187         * more sync with sylpheed 0.6.5cvs19
12188                 see ChangeLog entry 2001-11-29
12189
12190 2001-11-30 [paul]       0.6.5claws46
12191         
12192         * src/compose.c
12193                 remove conflicts introduced by Hoa's last commit
12194          
12195         * src/mainwindow.c
12196                 make 'Message/Bounce' sensitive
12197
12198 2001-11-30 [hoa]        0.6.5claws45
12199
12200         * src/compose.c
12201                 slightly change bounce function to add
12202                 information about the user that bounced the mail
12203                 in the From header line.
12204
12205         * src/folderview.c
12206                 permit the use of processing in outbox folder.
12207
12208 2001-11-29 [paul]       0.6.5claws44
12209
12210         * src/mainwindow.[ch]
12211         * src/prefs_common.c
12212         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
12213         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
12214         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
12215                 usability enhancements to the quoting, implements
12216                 use of Ctrl key to toggle quoting settings
12217                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
12218
12219 2001-11-29 [paul]       0.6.5claws43
12220         
12221         * sync with sylpheed 0.6.5cvs19
12222                 see ChangeLog entry 2001-11-28
12223
12224 2001-11-29 [melvin]     0.6.5claws42
12225         * src/Makefile.am
12226                 added enriched.[ch] to the list of files
12227
12228         * src/textview.c
12229         * src/mimeview.c
12230         * src/procmime.[ch]
12231         * src/enriched.[ch]
12232                 added support to view text/enriched
12233                 added support to show headers in message view for text/enriched and text/html
12234                         in non multipart messages
12235
12236 2001-11-28 [paul]       0.6.5claws41
12237
12238         * more sync with sylpheed 0.6.5cvs18
12239                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
12240
12241 2001-11-27 [paul]       0.6.5claws40
12242         
12243         * po/pt_BR.po
12244                 updated translation, submitted by Fabio Junior Beneditto
12245                 
12246         * sync with sylpheed 0.6.5cvs18
12247                 see ChangeLog entries 2001-11-26 (src/textview.c) and
12248                 2001-11-27
12249
12250
12251 2001-11-26 [paul]
12252
12253         * po/es.po
12254                 updated translation, submitted by Ricardo Mones Lastra
12255
12256 2001-11-26 [alfons]
12257
12258         * src/matcher.c
12259                 add more translatable strings
12260
12261 2001-11-26 [christoph]  0.6.5claws39
12262
12263         * po/de.po      
12264                 fixed one more umlaut
12265         * src/compose.c
12266                 fix translated header when it should not be translated
12267
12268 2001-11-26 [paul]       0.6.5claws38
12269
12270         * src/mainwindow.c
12271                 remove '/Message/Add Sender to address book' from 
12272                 main_window_set_menu_sensitive(), prevent debug warning
12273                 add 'Message/Mark/Mark all read' to mainwin_entries[]
12274
12275 2001-11-26 [paul]       0.6.5claws37
12276
12277         * src/summaryview.c
12278                 fix 'recurring unread state' bug 
12279
12280         * tools/README 
12281         * tools/filter_conv.pl
12282                 read name of top level mailbox from folderlist.xml
12283                 and presume nothing about its name              
12284
12285 2001-11-26 [darko]      0.6.5claws36
12286
12287         * src/gtkstext.[ch]
12288                 removed functions that are now in gtkutils.c
12289                 use gtkut_text_is_uri_string() from gtkutils.c
12290         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
12291
12292 2001-11-26 [paul]       0.6.5claws35
12293
12294         * sync with sylpheed 0.6.5cvs16
12295                 see ChangeLog entries 2001-11-25 and 2001-11-26
12296
12297 2001-11-25 [alfons]     0.6.5claws34
12298
12299         EXPERIMENTAL!!! Please checkout the last stable version using: 
12300           
12301         % cvs update -r LAST_STABLE -dRAP
12302
12303         (Or help us testing this stuff.)
12304
12305         * src/filtering.c               (1.14)
12306         * src/filtering.h               (1.6)
12307         * src/inc.c                     (1.28)
12308         * src/matcher.c                 (1.20)
12309         * src/mbox.c                    (1.9)
12310         * src/procmsg.h                 (1.14)
12311         * src/summaryview.c             (1.59)
12312         * src/summaryview.h             (dunno)
12313                 revert/merge/sync to as it was before commit 
12314                 on Thu, 19 Jul 2001 10:15:51 -0700.
12315
12316 2001-11-25 [hoa]        0.6.5claws33
12317
12318         * src/main.c
12319                 processing mails at startup
12320
12321         * src/folderview.c
12322         * src/summaryview.[ch]
12323                 processing mails when entering folder
12324
12325         * src/prefs_filtering.c
12326                 fixed some UI bugs
12327
12328 2001-11-24 [alfons]     0.6.5claws32
12329
12330         * src/summaryview.[ch]
12331                 make summary sort headers work, and also make
12332                 sure the sort type is stored
12333
12334 2001-11-23 [alfons]     0.6.5claws31
12335
12336         * src/summaryview.[ch]
12337                 make lock work like mark
12338                 disallow deleting messages marked as locked
12339
12340 2001-11-23 [alfons]     0.6.5claws30
12341
12342         * src/gtkstext.c
12343         * src/compose.[ch]
12344         * src/Makefile.am
12345         * src/undo.[ch]
12346                 merge undo patch submitted by Jens
12347
12348 2001-11-23 [christoph]  0.6.5claws29
12349
12350         * src/.cvsignore
12351                 added ylwrap
12352         * src/compose.c
12353                 fixed gpg signing and encoding
12354         * src/folder.[ch]
12355         * src/main.c
12356                 added --status option to get new, unread and total
12357                 message count from a running sylpheed
12358         * src/prefs_common.c
12359                 temporary fix for reply_with_quote problem
12360                 (don't call functions for non existing widget)
12361         * src/procmsg.c
12362                 one more check for ignored threads but still not
12363                 always working correctly. probably a recursive
12364                 check for all parents is needed
12365
12366 2001-11-23 [darko]      0.6.5claws28
12367
12368         * src/compose.c
12369                 wrapping on send improvements
12370         * src/gtkutils.[ch]
12371                 fix for GtkSText after last sync with main branch
12372                 GTK_TEXT -> GTK_STEXT
12373
12374 2001-11-23 [paul]       0.6.5claws27
12375
12376         * sync with sylpheed 0.6.5cvs14
12377                 see ChangeLog entries 2001-11-22 and 2001-11-23
12378                 
12379         * po/de.po
12380                 fixed the scrambled umlauts 
12381                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
12382
12383 2001-11-21 [paul]       0.6.5claws26
12384
12385         * sync with sylpheed 0.6.5cvs12
12386                 see 2nd ChangeLog entry dated 2001-11-20
12387
12388 2001-11-20 [paul]       0.6.5claws25
12389
12390         * sync with sylpheed 0.6.5cvs11
12391                 see ChangeLog entry 2001-11-19 (src/utils.c)
12392
12393 2001-11-20 [hiro]
12394
12395         * src/compose.c
12396                 GTK_TEXT -> GTK_STEXT
12397                 fix for wrong comment
12398
12399 2001-11-20 [hiro]       0.6.5claws24
12400
12401         * src/compose.[ch]
12402                 more merges from main branch
12403                 removed fatal warnings (uninitialized variables etc.)
12404                 some coding style fix
12405         * src/gtkutils.h
12406                 fixed typo.
12407         * src/addressbook.c
12408           src/addrindex.c
12409                 V-Card -> vCard
12410
12411 2001-11-19 [hoa]        0.6.5claws23
12412
12413         * src/filtering.c
12414         * src/prefs_scoring.c
12415         * src/matcher.[ch]
12416         * src/scoring.c
12417                 cleaning code
12418
12419         * src/matcher_parser_parse.y
12420         * src/prefs_filtering.c
12421                 bouncing
12422
12423 2001-11-19 [alfons]     0.6.5claws22
12424
12425         more of my old things into claws
12426
12427         * src/Makefile.am
12428         * src/prefs_common.c
12429         * src/procmsg.h
12430         * src/summaryview.[ch]
12431         * src/prefs_summary_column.c
12432         * src/pixmaps/locked.xpm
12433                 add indicators for locking of message in summary view
12434                 (does not work yet, only visual indicator)
12435
12436 2001-11-19 [paul]       0.6.5claws21
12437
12438         * sync with sylpheed 0.6.5cvs10
12439                 see ChangeLog entry 2001-11-19
12440
12441 2001-11-18 [alfons]     0.6.5claws20
12442         
12443         * src/filtering.c
12444                 remove an inadvertent free I forgot in previous clean up 
12445
12446 2001-11-18 [alfons]     0.6.5claws19
12447
12448         * src/filtering.[ch]
12449                 clean up & plug leaks
12450
12451 2001-11-18 [paul]       0.6.5claws18
12452
12453         * sync with sylpheed 0.6.5cvs9
12454                 see ChangeLog entries 2001-11-17 and 2001-11-18
12455
12456 2001-11-16 [paul]       0.6.5claws17
12457
12458         * sync with sylpheed 0.6.5cvs8
12459                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
12460
12461 2001-11-16 [paul]       0.6.5claws16
12462
12463         * sync with sylpheed 0.6.5cvs7
12464                 see ChangeLog entries 2001-11-15 and 2001-11-16
12465
12466 2001-11-15 [hoa]        0.6.5claws15
12467
12468         * src/compose.c
12469                 fix bounce, mails we received couln't be bounced to ourself.
12470
12471         * src/defs.h
12472         * src/filtering.[ch]
12473         * src/matcher.[ch]
12474         * src/matcher_parser.h
12475         * src/matcher_parser_lex.l
12476         * src/matcher_parser_parse.y
12477         * src/inc.c
12478         * src/main.c
12479         * src/mbox.c
12480         * src/prefs_filtering.[ch]
12481         * src/mainwindow.c
12482         * src/prefs_matcher.c
12483         * src/prefs_scoring.c
12484         * src/scoring.[ch]
12485         * src/summaryview.c
12486                 new matcher/filter/score configuration file parser
12487                 one unique configuration file => ~/.sylpheed/matcherrc
12488                 import in currently automatic, then save are made
12489                 in this new file.
12490                 one filter per folder and one global filter
12491                 (filter of a folder will be used as folder processing)
12492
12493         * src/folder.c
12494                 fix a bug in folder_item_get_identifier
12495                 
12496         * src/messageview.c
12497                 receive receipt return are fixed.
12498
12499 2001-11-14 [alfons]     0.6.5claws14
12500
12501         * src/session.h
12502                 add things from main branch to make claws compile
12503
12504 2001-11-14 [paul]       0.6.5claws13
12505
12506         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
12507                 see ChangeLog entries 2001-11-08 to 2001-11-14
12508
12509 2001-11-14 [hoa] 0.6.5claws12
12510
12511         * src/compose.[ch]
12512         * src/mainwindow.c
12513         * src/summaryview.c
12514                 add "bounce mail" option
12515
12516 2001-11-13 [christoph]  0.6.5claws11
12517
12518         * src/compose.c
12519                 Cleanup a mess i add before commiting
12520
12521 2001-11-13 [hoa]        0.6.5claws10
12522
12523         * src/compose.c
12524                 some fixes when mail are sent or
12525                 for crossposts
12526
12527 2001-11-13 [christoph]  0.6.5claws9
12528
12529         * po/de.po
12530                 Changed two string with the same translation
12531         * src/compose.c
12532         * src/procmsg.[ch]
12533         * src/send.[ch]
12534                 New mailsending process:
12535                   - Always queue message before sending
12536                     (message will be saved if sylpheed crashed or
12537                      freezes while sending)
12538                   - Allow queuing of newspostings
12539                   - No copy in outbox before sending
12540                     (closes bug #469501)
12541                   - No more redundant code for send and send_later
12542         * src/summaryview.c
12543                 Applied wwp <subscript@free.fr>'s patch that fixes
12544                 marks for multiple forwarded messages (+compose.c)
12545
12546 2001-11-12 [alfons]
12547
12548         * README.claws
12549                 remove things that are now in main branch
12550         
12551         * po/nl.po
12552                 update Dutch translation
12553
12554 2001-11-12 [mhadasht]   0.6.5.claws8
12555
12556         * src/prefs_common.c
12557                 re-enabled account autoselection feature for forward
12558                 and reedit lost during the branch point for SYNC-B4-REL
12559         * src/gtkspell.c
12560                 gtkpspell_get_dict(): more readable code (even if function is
12561                 not used yet)
12562         * ChangeLog.claws
12563                 added version number info to 2001-11-12 [hiro] comment.
12564
12565 2001-11-12 [hiro]       0.6.5.claws7
12566
12567         * src/compose.c
12568                 compose_forward(): fixed a bug that forward quote mark
12569                 wasn't used.
12570                 removed unnecessary code.
12571         * src/template_select.[ch]: removed.
12572
12573 2001-11-11 [alfons]
12574
12575         * src/compose.c
12576                 :%s/GTK_TEXT/GTK_STEXT/g
12577         
12578         * src/compose.[ch]
12579         * src/undo.[ch]
12580         * src/Makefile.am
12581                 revert the undo stuff (this is 0.6.6claws stuff)
12582
12583 2001-11-11 [hoa]        0.6.5.claws6
12584
12585         * src/compose.[ch]
12586                 Insert signature at the end of the text.
12587                 Added undo patch but currently disabled
12588
12589         * src/procmsg.c
12590                 Threading by subject improved.
12591
12592         * added src/undo.[ch]
12593                 Undo module for compose dialog box.
12594
12595 2001-11-11 [alfons]     0.6.5.claws5
12596
12597         * src/procmsg.c
12598                 prevent threading by subject on nodes that have already been
12599                 threaded by in-reply-to (as in "circular references in a tree
12600                 result in a dead branch")
12601
12602 2001-11-09 [hoa]        0.6.5.claws4
12603         
12604         * src/folderview.c
12605                 allows creation of mbox folder item from any files.
12606
12607 2001-11-09 [alfons]     0.6.5.claws3
12608         
12609         * src/utils.c
12610         * src/procmsg.c
12611                 do what I mean and correct threading by subject so it really
12612                 ignores attracting lines without "Re: "
12613
12614 2001-11-07 [alfons]     0.6.5.claws2
12615
12616         * src/procmsg.c
12617         * src/utils.[ch]
12618                 only attract by subject if a subject line starts with a "Re: "
12619         * src/syldap.c
12620                 remove warning
12621
12622 2001-11-07 [paul]       0.6.5claws1
12623
12624         * sync with sylpheed 0.6.5. release
12625                 see ChangeLog entry 2001-11-07
12626
12627 2001-11-07 [paul]       0.6.4claws31
12628
12629         * sync with sylpheed 0.6.4cvs18
12630                 see ChangeLog entries 2001-10-30 to 2001-11-07
12631                 prefs_templates.[ch] renamed prefs_template.[ch]
12632
12633 2001-11-06 [alfons]
12634         
12635         * src/utils.h
12636                 add semicolon Hoa forgot ;-)
12637                 
12638
12639 2001-11-06 [hoa]        0.6.4claws30
12640         
12641         * src/procmsg.c
12642         * src/summaryview.c
12643         * src/utils.c
12644         * src/utils.h
12645                 threading by subject - empty subject are ignored
12646
12647 2001-11-06 [christoph]  0.6.4claws29
12648
12649         * src/socket.c
12650                 use SSL_peek for sock_gets
12651         * src/utils.c
12652                 removed unneeded pointer in extracting quoted
12653                 names implementation
12654
12655 2001-11-06 [melvin]     0.6.4claws28
12656
12657         * src/gtkspell.c
12658                 fixed bug #476792 Selection overtyping with spell checker
12659                 fixed bug which could cause a buffer overflow
12660                 fixed a memory leak
12661
12662 2001-11-06 [hoa]        0.6.4claws27
12663         
12664         * src/procmsg.c
12665         * src/summaryview.c
12666                 threading by subject
12667
12668 2001-11-05 [alfons]     0.6.4claws26
12669         
12670         * README.claws
12671                 Claws -> Sylpheed (vice versa)
12672
12673         * src/compose.c
12674                 :%s/gtk_text/gtk_stext/g
12675                 :%s/GTK_TEXT/GTK_STEXT/g
12676                 (thanks to Jonathan Ware for spotting this)
12677
12678 2001-11-04 [christoph]  0.6.4claws25
12679
12680         * src/summaryview.c
12681                 replace Xalloca + strdup with Xstrdup_a
12682         * src/utils.c
12683                 better implementation of extracting quoted names
12684                 from addresses (remove backlashes and ignore
12685                 quotes after them)
12686
12687 2001-11-04 [alfons]     0.6.4claws24
12688
12689         * src/utils.[ch]
12690                 edit to comply more with coding style
12691
12692         * src/textview.c
12693                 fix bug reported by Kim Schulz. introduced by the patch integrated
12694                 in 0.6.4claws15. the code did not check the return value of
12695                 the html parser.
12696
12697         * AUTHORS
12698                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
12699
12700 2001-11-04 [christoph]  0.6.4claws23
12701
12702         * src/main.c
12703         * src/prefs_common.[ch]
12704                 init some pointers that possibly caused a segfault
12705                 reported in the claws-users ML
12706
12707 2001-11-04 [hoa]        0.6.4claws22
12708
12709         * src/grouplistdialog.c
12710                 change the names of the nodes in the tree
12711
12712         * src/compose.c
12713                 enhanced mailto syntax as described in
12714                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
12715                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
12716
12717         * src/utils.c
12718                 encode and decode URI (useful when opening URL into
12719                 netscape).
12720
12721 2001-11-03 [hoa]        0.6.4claws21
12722
12723         * src/grouplistdialog.c
12724                 a new newsgroups list selection dialog box
12725                 with a CTree instead of a CList
12726
12727 2001-11-03 [hoa]        0.6.4claws20
12728
12729         * src/folderview.c
12730                 enable property and scoring options when right
12731                 click on "inbox"
12732
12733         * src/summaryview.c
12734                 fixed bug when nickname were displayed using
12735                 the address book.
12736
12737 2001-11-02 [darko]      0.6.4claws19
12738
12739         * src/compose.c
12740                 new wrap quotation and URL/long words wrapping implementation
12741         * src/compose.c src/gtkstext.[ch]
12742                 move gtkstext_strncmp() to gtkstext.c
12743
12744 2001-11-01 [christoph]  0.6.4claws18
12745
12746         * src/prefs_account.c
12747                 fixed mess in account settings dialog
12748         * src/prefs_folder_item.c
12749                 added label with folder path to dialog
12750
12751 2001-10-31 [match]      0.6.4claws17
12752
12753         * src/vcard.c
12754                 fix memory leak.
12755         * src/addrbook.c
12756                 fix generation of spurious address book file names.
12757                 remove redundant functions.
12758         * po/POTFILES.in
12759                 added missing file names.
12760
12761 2001-10-30 [paul]       0.6.4claws16
12762
12763         * sync with sylpheed 0.6.4cvs6
12764                 see ChangeLog entries 2001-10-26 to 2001-10-30
12765
12766         * tools/filter_conv.pl
12767                 read folderlist.xml to discover whether the top-level
12768                 folder is called 'Mailbox' or 'Mail' 
12769
12770 2001-10-29 [paul]       0.6.4claws15
12771
12772         * src/html.c, src/textview.c
12773                 activate links in html mail and fix clickable parts
12774                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12775
12776 2001-10-29 [paul]
12777
12778         * po/de.po, po/es.po, po/pt_BR/po
12779                 updated translations, submitted by Jens Oberender,
12780                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12781
12782 2001-10-29 [darko]      0.6.4claws14
12783
12784         * src/compose.c
12785                 fix wrapping for good
12786
12787 2001-10-29 [darko]
12788
12789         * src/compose.c
12790                 undo previous change as it broke the smart wrapping
12791
12792 2001-10-29 [darko]      0.6.4claws13
12793
12794         * src/compose.c
12795                 fix infinite loop when long URL is quoted
12796                 (closes bug #475122.
12797
12798 2001-10-28 [match]
12799
12800         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12801                 import Mutt address book
12802         * src/ldif.[ch] src/importldif.h
12803                 modified import LDIF handle user attributes
12804
12805 2001-10-28 [christoph]  0.6.4claws12
12806
12807         * src/summaryview.c
12808                 fixed that filtering did not work if there
12809                 were no filter rules
12810                 (closes bug #472003 and better implementation
12811                  of patch #474644)
12812
12813 2001-10-27 [christoph]  0.6.4claws11
12814
12815         * src/compose.c
12816                 make the folder's default account to be used when
12817                 replying. (patch by wwp <subscript@free.fr>)
12818         * src/compose.c
12819                 code cleanup, nearly killed all of wwp's patch
12820                 for folder's default account in compose
12821         * src/folderview.c
12822                 error panel when a folder could not be created
12823                 (closes bug #471080 new folder name & already
12824                  existing file)
12825
12826 2001-10-26 [alfons]
12827
12828         * src/utils.h
12829                 change prototype of strstr2() that Christoph forgot about
12830
12831 2001-10-26 [christoph]  0.6.4claws10
12832
12833         * src/account.c
12834                 made search for accounts by email address not case
12835                 sensitive
12836         * src/folder.c
12837                 fixed memory leak in folder_item_get_identifier
12838         * src/gtkspell.c
12839         * src/utils.c
12840                 fixed wrong strstr2 (should work like strstr)
12841
12842 2001-10-26 [darko]      0.6.4claws9
12843
12844         * src/compose.c src/gtkstext.[ch]
12845         * src/gtkstext.c
12846                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12847
12848 2001-10-26 [paul]       0.6.4claws8
12849
12850         * src/html.c
12851                 ignore css and javascript tags in html mail
12852                 case-insensitive, with or without double-quoted
12853                 strings
12854
12855 2001-10-26 [paul]       0.6.4claws7
12856
12857         * sync with sylpheed 0.6.4cvs1
12858                 see ChangeLog entry 2001-10-26
12859
12860         * src/prefs_account.c, src/prefs_common.c,
12861           src/prefs_summary_column.c
12862                 minor improvements to the English
12863
12864 2001-10-25 [alfons]     0.6.4claws6
12865
12866         * src/gtkstext.c
12867         
12868                 make GtkSText follow style of GtkText (closes bug 
12869                 #469211 "text selection while writing message")
12870                 
12871                 do sync with GTK 1.2.10
12872
12873 2001-10-25 [paul]       0.6.4claws5
12874
12875         * src/html.c
12876                 ignore css tags in html mail
12877
12878 2001-10-25 [darko]      0.6.4claws4
12879
12880         * src/compose.c
12881                 don't declare is_url_string as static function since
12882                 we need it in gtkstext.c
12883         * src/gtkstext.c
12884                 remove unused variable
12885                 don't wrap long URLs while composing a message
12886
12887 2001-10-24 [christoph]  0.6.4claws3
12888
12889         * src/socket.c
12890                 fix ssl deadlock, when peer closes connection
12891
12892 2001-10-24 [paul]       0.6.4claws2
12893
12894         * src/prefs_common.c
12895                 gettextize the gpg ascii-armored warning message
12896
12897         * src/compose.c
12898                 insert a DOS/MAC file into the composed message
12899                 (improvements)
12900
12901         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
12902
12903 2001-10-22 [paul]       0.6.4claws1
12904
12905         * sync with sylpheed 0.6.4 release
12906                 see ChangeLog entries 2001-10-21
12907
12908         * po/fr.po, po/pt_BR.po
12909                 updated by Melvin Hadasht and Fabio Junior Beneditto
12910
12911 2001-10-21 [paul]       0.6.3claws30
12912
12913         * src/compose.c
12914                 insert a DOS text file from the compose window
12915                 into the composed message text (removes CRs characters)
12916                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
12917
12918         * tools/filter_conv.pl, tools/README
12919                 automatically use ~/.sylpheed as working directory
12920                 print out confirmation message on completion
12921
12922         * correct Hoa's last ChangeLog.claws entry
12923
12924 2001-10-20 [hoa]        0.6.3claws29
12925
12926         * src/grouplistdialog.c
12927                 bugfix (another ?) to give the right
12928                 newsgroups list for each news server.
12929
12930         * src/news.c
12931         * src/news.h
12932                 improve the newsgroups list cache
12933
12934 2001-10-20 [paul]       0.6.3claws28
12935
12936         * sync with sylpheed 0.6.3cvs9
12937                 see ChangeLog entry 2001-10-19
12938
12939         * correct Alfons' last ChangeLog.claws entry
12940
12941 2001-10-19 [alfons]
12942
12943         * src/pgptext.[ch]
12944                 fix compilation problems (part of bug #472895)
12945
12946 2001-10-18 [hoa]        0.6.3claws27
12947
12948         * src/grouplistdialog.c
12949                 bugfix when we refresh was clicked (bug 472701)
12950
12951 2001-10-19 [christoph]  0.6.3claws26
12952
12953         * src/compose.c
12954                 last header entry should default to "To:" or
12955                 "Newsgroups:" and not copy the last entry line
12956                 in a new compose window
12957                 (closes bug #472686, #470792)
12958
12959 2001-10-19 [paul]       0.6.3claws25
12960
12961         * sync with Sylpheed 0.6.3cvs8
12962                 see ChangeLog entries 2001-10-18 and 2001-10-19
12963
12964 2001-10-18 [christoph]  0.6.3claws24
12965
12966         * src/procmsg.c
12967                 reimplement ignore thread
12968         
12969 2001-10-18 [hoa]        0.6.3claws23
12970
12971         * src/folderview.c
12972         * src/grouplistdialog.[ch]
12973                 enhanced news subscription interface (feature 469113)
12974
12975         * src/news.c
12976         * src/news.h
12977                 enchanced newsgroup listing,
12978                 now, we can get groups informations
12979                 (NNTPGroupInfo)
12980
12981 2001-10-18 [paul]       0.6.3claws22
12982
12983         * src/summaryview.c
12984                 remove comment (sync with main branch)
12985         * src/mainwindow.c
12986                 fix 'Re-edit' bug in 'Message' menu
12987
12988 2001-10-17 [christoph]  0.6.3claws21
12989
12990         * src/compose.c
12991                 ignore empty or whitespace only header lines
12992
12993 2001-10-17 [paul]       0.6.3claws20
12994
12995         * sync with sylpheed 0.6.3cvs7
12996                 see ChangeLog entries 2001-10-14, 2001-10-16, and
12997                 2001-10-17
12998
12999 2001-10-17 [darko]
13000
13001         * src/compose.c
13002                 wrap long lines without spaces
13003                 don't wrap URLs
13004
13005 2001-10-16 [paul]
13006
13007         * po/es.po, po/nl.po, po/pt_BR.po
13008                 updated by Ricardo Mones Lastra, Alfons,
13009                 and Fabio Junior Beneditto
13010
13011         * sylpheed-0.6.3claws released
13012
13013 2001-10-15 [melvin] 0.6.3claws18
13014
13015         * README.claws
13016                 added summary and detailed installation instructions
13017                 for spell checker
13018         * po/fr.po
13019                 Updated, corrected and completed french translation
13020
13021 2001-10-15 [hoa] 0.6.3claws17
13022         * src/grouplistdialog.c
13023                 we can choose the newsgroups to display with wildcards
13024
13025 2001-10-15 [christoph]  0.6.3claws16
13026
13027         * src/account.c
13028         * src/compose.c
13029         * src/prefs_folder_item.[ch]
13030                 applied wwp <subscript@free.fr>'s folder
13031                 default account patch
13032         * po/de.po
13033                 Fixed wrong translation
13034
13035 2001-10-13 [alfons, christoph, melvin]  
13036                         0.6.3claws15
13037
13038         solution #2 to solve MT-safety problems defers all GUI related calls
13039         to the main thread using a gtk_idle_add() callback. discussed on
13040         ircnet #sylpheed, with christoph spotting some issues with the
13041         original code, and melvin allowing us to lobotomize his sylpheed.
13042
13043         * src/syldap.[ch], src/main.c
13044                 fix race problem in ldap search thread by deferring GUI 
13045                 stuff to main thread using gtk_idle_add()
13046
13047 2001-10-13 [paul]       0.6.3claws14
13048
13049         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
13050                 add Sergey's smtpcred.patch
13051                 adds separate username/password setting for SMTP Auth
13052                 needed by some servers
13053                 (closes feature request #471659)
13054
13055 2001-10-13 [paul]       0.6.3claws13
13056
13057         * src/pgptext.[ch] **NEW FILES**
13058         * src/Makefile.am, src/messageview.c, src/mimeview.c
13059                 decrypt ascii-armored gpg text embedded in
13060                 the message body.
13061                 Submitted by Jens Jahnke <jan0sch@gmx.net>
13062
13063 2001-10-13 [christoph]  0.6.3claws12
13064
13065         * README.claws
13066                 some more details on default to and
13067                 feature requests
13068         * src/main.c
13069                 init glib threading when ldap is used
13070         * src/syldap.c
13071                 threading fixes
13072         * po/de.po
13073                 fixed a typo
13074
13075 2001-10-12 [paul]       0.6.3claws11
13076
13077         * src/prefs_common.[ch], src/rfc2015.c
13078                 enable ascii-armored gpg text to be embedded in the
13079                 message body, selectable through the 'Privacy'
13080                 preferences. Supports encrypting only.
13081                 Submitted by Ravemax <ravemax@dextrose.com>
13082
13083 2001-10-12 [paul]       0.6.3claws10
13084
13085         * sync with sylpheed 0.6.3cvs6
13086                 see ChangeLog entries 2001-10-11 and 2001-11-12
13087
13088         * src/folderview.c
13089                 incorporated mbox folders, scoring, and folder
13090                 properties into the sync
13091
13092 2001-10-12 [darko]      0.6.3claws9
13093
13094         * README.claws
13095                 describe quotation wrapping
13096         * src/compose.c
13097                 don't treat tab as space to calculate line length properly
13098
13099 2001-10-11 [alfons]
13100
13101         * README.claws
13102                 correct description of how to make new filtering system work,
13103                 add some other things
13104                 
13105         * src/syldap.c
13106                 remove sched_yield() (not necessary / unportable)
13107
13108 2001-10-11 [paul]       0.6.3claws8
13109
13110         * sync with sylpheed 0.6.3cvs3
13111                 see ChangeLog entry 2001-10-10
13112
13113 2001-10-10 [christoph]  0.6.3claws7
13114
13115         * .cvsignore
13116                 ignore 2 files created by newer autotools
13117         * src/prefs_folder_item.c
13118                 using table for widget alignment
13119                 fixed memory leak and broken octal display
13120         * src/filesel.c
13121                 fixed segfault caused by lost filename
13122                 workaround (closes bug #469551)
13123
13124 2001-10-10 [paul]       0.6.3claws6
13125
13126         * sync with sylpheed 0.6.3cvs2
13127                 see ChangeLog entries 2001-10-09 and 2001-10-10
13128
13129 2001-10-10 [darko]      0.6.3.claws5
13130
13131         * src/gtkstext.c
13132                 proper calculation of right margin if smart wrapping is enabled
13133         * src/compose.c
13134                 automatically wrap long lines if wrap quotation is enabled
13135
13136 2001-10-09 [alfons]     0.6.3.claws4
13137
13138         * src/summaryview.c
13139                 select correct row when deleting last row in the summary view (and
13140                 close bug "[ #469104 ] select second last in list when deleting")
13141
13142 2001-10-09 [paul]       0.6.3claws3
13143
13144         * sync with sylpheed 0.6.3cvs1
13145                 updated some autotool scripts
13146
13147 2001-10-09 [darko]      0.6.3claws2
13148
13149         * src/gtkstext.[ch]
13150                 new name and mark with Sylpheed comment
13151         * src/compose.c
13152                 smart quotation wrapping a-la VIM
13153
13154 2001-10-08 [paul]       0.6.3claws1
13155
13156         * sync with sylpheed 0.6.3 release
13157                 see ChangeLog entry 2001-10-08
13158
13159 2001-10-08 [paul]       0.6.2claws24
13160
13161         * src/summaryview.c
13162                 more sync with sylpheed 0.6.2cvs12
13163                 Fixed the bug that didn't select the last row correctly
13164
13165
13166 2001-10-07 [paul]       0.6.2claws23
13167
13168         * sync with sylpheed 0.6.2cvs12
13169                 see ChangeLog entry 2001-10-07
13170
13171 2001-10-06 [match]
13172         * src/jpilot.[ch]
13173                 enable jpilot to read unsynch'ed addresses.
13174
13175         * src/editldap_basedn.c
13176                 fix segfault when opening dialog.
13177
13178 2001-10-06 [alfons]     0.6.2.claws22
13179
13180         * src/summaryview.c
13181                 fix bug with summary view selecting last *inserted*
13182                 node instead of last *visible* node. remember we
13183                 work with a tree
13184
13185 2001-10-06 [paul]       0.6.2claws21
13186
13187         * po/pt_BR.po
13188                 updated translation, contains some fixes and new
13189                 translations, submitted by Gustavo Noronha Silva
13190                 <kov@debian.org>
13191
13192         * src/prefs_common.c
13193                 change 'each' to 'every' - fix dubious English
13194
13195         * sync with sylpheed 0.6.2cvs11
13196
13197 2001-10-05 [alfons]     0.6.2claws20
13198
13199         * src/mainwindow.[ch], src/folderview.c
13200                 make composite tool button switch between "Compose News"
13201                 and "Compose Mail" depending on selected folder
13202                 (nifty idea by Kim Schulz <kim@schulz.dk>)
13203
13204 2001-10-05 [paul]       0.6.2claws19
13205
13206         * src/mainwindow.c, src/summaryview.c
13207                 fix 'Message/Reply to all', broken in last commit
13208
13209         * src/compose.c
13210                 fix X_BEENTHERE seg fault, thanks to Alfons
13211
13212 2001-10-04 [paul]       0.6.2claws18
13213
13214         * src/compose.[ch], src/mainwindow.c
13215                 make "Message/Reply" reply to mailing lists; matches
13216                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
13217                 based on portions of the patch submitted by
13218                 Junichi Uekawa <dancer@netfort.gr.jp>
13219
13220 2001-10-04 [darko]      0.6.2claws17
13221
13222         * src/compose.c
13223                 better smart wrapping
13224         * src/gtkstext.[hc]
13225                 a function to make text buffer contiguous
13226
13227 2001-10-03 [paul]       0.6.2claws16
13228
13229         * sync with sylpheed 0.6.2cvs10
13230
13231 2001-10-02 [alfons]
13232
13233         * configure.in
13234         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
13235                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
13236                 references to chinese translations (hope someone picks up
13237                 this)
13238
13239 2001-10-02 [christoph]  0.6.2claws15
13240
13241         * src/compose.c
13242                 fixed non translated header bug
13243         * ChangeLog.claws
13244                 fixed wrong date in alfons last entry ;)
13245
13246 2001-10-02 [alfons]     0.6.2claws14
13247
13248         * src/compose.c, src/prefs_common.[ch]
13249                 add block cursor option
13250
13251 2001-10-02 [paul]       0.6.2claws13
13252
13253         * sync with sylpheed 0.6.2cvs9
13254
13255 2001-09-30 [paul]       0.6.2claws12
13256
13257         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
13258                 updated translations
13259
13260         * po/POTFILES.in
13261                 add 'src/importldif.c'
13262
13263         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
13264                 added eudora-to-vCard conversion tool
13265                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
13266
13267         * sync with sylpheed 0.6.2cvs8
13268
13269 2001-09-30 [paul]
13270
13271         * sylpheed-0.6.2claws released
13272
13273 2001-09-27 [melvin]     0.6.2claws11
13274
13275         * src/gtkspell.c
13276                 fixed crash when using default path (introduced 
13277                 in 0.6.2claws10)
13278                 fixed tiny bug for initial suggestion mode
13279
13280 2001-09-27 [melvin]     0.6.2claws10
13281         
13282         * src/gtkspell.c
13283                 fixed bug where gtkpspell didn't set the path correctly
13284
13285         * README.claws
13286                 added a paragraph about spell checking
13287                 
13288
13289
13290 2001-09-27 [paul]       0.6.2claws9
13291
13292         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
13293                 replace '// comments' with '/* comments */' to prevent
13294                 some compiler warnings 
13295
13296         * sync with sylpheed 0.6.2cvs6
13297
13298 2001-09-26 [alfons]     0.6.2claws8
13299
13300         * src/messageview.c
13301                 introduce return receipt request notification again,
13302                 which was lost because of other semantics in 
13303                 procheader_parse() (???)
13304
13305 2001-09-26 [christoph]  0.6.2claws7
13306
13307         * src/compose.c
13308                 replace comments for old code with #if 0
13309                 readded auto cc, bcc and reply-to
13310         * src/prefs_matcher.c
13311         * src/prefs_scoring.c
13312                 removed some definition (was moved to
13313                 prefs.h)
13314
13315 2001-09-26 [paul]       0.6.2claws6
13316
13317         * src/mainwindow.c
13318                 make 'Follow-up and reply to' sensitive
13319
13320         * more sync with sylpheed 0.6.2cvs5
13321
13322 2001-09-25 [melvin]
13323
13324         * 0.6.2claws5
13325
13326         * src/gtkspell.c
13327                 fixed bug for "US-ASCII" introduced by the encoding code
13328
13329 2001-09-25 [paul]
13330
13331         * 0.6.2claws4
13332
13333         * src/prefs_common.[ch], src/summaryview.c
13334                 'next unread msg' 'go to next folder?' dialog can be
13335                 given default behaviour, either always show dialog,
13336                 or assume 'yes', or assume 'no'
13337                 Submitted by wwp <subscript@free.fr>
13338
13339 2001-09-25 [melvin]
13340                 
13341         * src/compose.c src/gtkspell.[ch]
13342                 added support for different encodings
13343
13344 2001-09-25 [paul]
13345
13346         * more sync with sylpheed 0.6.2cvs5
13347
13348 2001-09-24 [alfons]
13349         
13350         * src/prefs_folder_item.c
13351                 add check for item->prefs->default_to string is NULL and
13352                 add another check when freeing this string
13353
13354 2001-09-24 [paul]
13355
13356         * configure.in
13357                 change to version 0.6.2claws3
13358
13359         * sync with sylpheed 0.6.2cvs5 
13360
13361 2001-09-24 [match]
13362         * src/ldif.[ch], src/importldif.[ch], addressbook.c
13363                 import LDIF files.
13364         * src/addrcache.[ch], addrindex.[ch]
13365                 small update for future
13366         * src/addrbook.c
13367                 fix test XML file.
13368
13369 2001-09-24 [melvin]
13370         * src/gtkspell.[ch]
13371                 added 'Learn from mistakes' option
13372                 better handling of quotes in checked words
13373                 sorted dict list
13374         * po/fr.po
13375                 small update for spell checking stuff
13376
13377 2001-09-23 [alfons]
13378         
13379         * src/gtkspell.c
13380                 edit a little bit so it complies more with main coding style
13381
13382 2001-09-23 [alfons]
13383
13384         * src/folder.[ch], prefs_folder_item.c, compose.c
13385                 migrate "request return receipt" folder property
13386                 to folderlist.xml
13387
13388 2001-09-22 [alfons]
13389
13390         * README.claws **NEW**
13391                 (add things of interest for users of main branch 
13392                 and claws here)
13393
13394         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
13395                 re-implement threading per folder option, but store 
13396                 the setting in folderlist.xml (where it belongs)
13397
13398 2001-09-21 [melvin]
13399
13400         * src/gtkspell.[ch]
13401                 fixed bug when compose window is under another window
13402         * src/prefs_common.[ch] src/compose.c
13403                 changed 'dictionary_path' to 'dictionary' to be consistent
13404                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
13405         * ac/pspell.m4 src/Makefile.am 
13406                 dropped PSPELL_PATH macro
13407         * po/fr.po
13408                 updated translations
13409
13410 2001-09-21 [christoph]
13411
13412         * src/compose.c
13413                 added border around header fields
13414                 keep header type when new field is added
13415
13416 2001-09-20 [christoph]
13417
13418         * src/utils.[ch]
13419                 more portable debug_print with source filename
13420                 and linenumber
13421         * src/procmsg.c
13422                 more newlines after debug messages
13423
13424 2001-09-20 [paul]
13425
13426         * configure.in
13427                 change to version 0.6.2claws2
13428
13429         * sync with sylpheed 0.6.2cvs3
13430
13431 2001-09-19 [melvin]
13432
13433         * src/gtkspell.c
13434                 fixed the post-right-click focus pb
13435                 fixed crash when 'Spell check all' after dict change 
13436                         and when cursor is at the end of the text
13437                 shift-right-click pops up config menu even on misspelled words.
13438         * po/POTFILES.in
13439                 added gtkspell.c
13440
13441 2001-09-19 [melvin]
13442
13443         * src/about.c
13444                 added pspell to compiled-in features list
13445
13446 2001-09-18 [melvin]
13447
13448         * switched to pspell and dropped ispell
13449         * ac/pspell.m4
13450                 new file. autoconf macro for pspell
13451         * ac/Makefile.am 
13452         * configure.in acconfig.h
13453                 added pspell support
13454         * src/Makefile.am
13455         * src/main.c src/compose.[ch] src/gtkspell.[ch]
13456         * src/prefs_common.[ch] 
13457                 added pspell support
13458
13459 2001-09-18 [christoph]
13460
13461         * src/addr_compl.c
13462         * src/template.[ch]
13463                 replace LOG_MESSAGE with debug_print
13464         * src/compose.[ch]
13465                 gui improvements
13466         * src/menu.c
13467                 added newline after debug message
13468         * src/utils.h
13469                 using __VA_ARGS__ for debug_print macro
13470         * tools/.cvsignore
13471                 ignore Makefile and Makefile.in
13472
13473 2001-09-18 [paul]
13474
13475         * configure.in
13476                 change to version 0.6.2claws1
13477         * sync with sylpheed 0.6.2cvs1
13478
13479         * src/matcher.c 
13480         * src/prefs_matcher.c
13481                 add 'score equal to' option, submitted by
13482                 Paul Evans <nerd@freeuk.com>
13483
13484 2001-09-15 [christoph]
13485
13486         * src/mainwindow.c
13487                 comment out menu entry not existing in claws
13488         * src/menu.c
13489                 add debug output for non existing menu entries
13490         * src/summaryview.c
13491                 fix next/prev unread message for ignored threads
13492         * src/utils.[ch]
13493                 add sourcefile and line number to debug output
13494                 otherwise it is sometimes hard to find the
13495                 source code part if debug messages are translated
13496
13497 2001-09-14 [darko]
13498         
13499         * src/folderview.c
13500                 refresh target folder style after colour is changed
13501
13502 2001-09-13 [paul]
13503
13504         * configure.in
13505                 change to version 0.6.1claws3
13506
13507         * sync with sylpheed 0.6.1cvs6
13508
13509 2001-09-13 [darko]
13510         
13511         * src/folderview.c
13512                 fix target folder colourization to use user selected colour
13513
13514 2001-09-12 [darko]
13515         
13516         * src/summaryview.c
13517                 fix crash when message that is marked for copy/move is unmarked
13518
13519 2001-09-09 [paul]
13520
13521         * configure.in
13522                 change to version 0.6.1claws2
13523
13524         * sync with sylpheed 0.6.1cvs3
13525
13526 2001-09-09 [alfons]
13527         
13528         * src/folderview.c
13529                 fix bug with default font used for trash folder text
13530
13531 2001-09-06 [paul]
13532
13533         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13534                 updated translations
13535
13536         * configure.in
13537                 change to version 0.6.1claws1
13538
13539         * sync with sylpheed 0.6.1cvs2
13540
13541 2001-09-03 [paul]
13542
13543         * po/POTFILES.in
13544                 add Match's new addressbook
13545
13546         * po/de.po
13547                 updated translation submitted by Jens Oberender
13548
13549 2001-09-02 [paul]
13550
13551         * configure.in
13552                 change to 0.6.1claws
13553         * sync with sylpheed 0.6.1 release
13554
13555 2001-09-02 [paul]
13556
13557         * configure.in
13558                 change to 0.6.0claws2
13559
13560         * sync with sylpheed 0.6.0cvs4
13561
13562         * po/pt_BR.po
13563                 updated translation submitted by Fabio Junior Beneditto
13564
13565 2001-09-01 [match]
13566         * pixmaps/
13567                 interface.xpm
13568                 book.xpm
13569                 address.xpm
13570         * src/
13571                 Makefile.am
13572                 a ton of new files
13573
13574 2001-08-31 [paul]
13575
13576         * configure.in
13577                 change to version 0.6.0claws1
13578
13579         * sync with sylpheed 0.6.0cvs1
13580
13581         * po/es.po
13582                 updated translation submitted by Ricardo Mones Lastra
13583
13584         * po/POTFILES.in
13585                 add 'src/prefs_templates.c'
13586
13587         * src/compose.c, src/summaryview.c
13588                 fix segfault on 'Re_edit'               
13589
13590 2001-08-30 [alfons]
13591
13592         * configure.in, Makefile.am
13593         * tools/Makefile.am
13594                 add tools directory to source distribution
13595
13596 2001-08-30 [paul]
13597
13598         * configure.in
13599                 change to version 0.6.0claws
13600
13601         * sync with sylpheed 0.6.0 release
13602
13603 2001-08-30 [christoph]
13604
13605         * configure.in
13606                 removed autoconf version check
13607
13608 2001-08-30 [paul]
13609
13610         * src/account.c, src/compose.c, src/prefs_common.[ch]
13611         * src/procheader.[ch] src/utils.[ch]
13612                 Enhanced automatic account selection on replies
13613                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
13614
13615         * configure.in
13616                 add LDAP and JPilot to the configuration results output.
13617
13618 2001-08-29 [christoph]
13619
13620         * src/summeryview.c
13621                 no bold font for ignored threads
13622
13623 2001-08-29 [paul]
13624
13625         * configure.in
13626                 change to version 0.5.3claws6
13627
13628         * sync with sylpheed 0.5.3cvs10
13629                 src/stringtable.[ch]: New Files
13630
13631         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
13632         * src/pixmaps/sylpheed.xpm
13633                 add mini-icons to windows (by Alfons)
13634
13635 2001-08-27 [paul]
13636
13637         * src/mainwindow.c
13638                 new functions: next_labeled_cb(), prev_labeled_cb()
13639
13640         * src/summaryview.c
13641                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
13642                 summary_select_next_labeled(), summary_select_prev_labeled()
13643
13644         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
13645                 give claws blue folders and a blue trash can
13646
13647 2001-08-27 [paul]
13648
13649         * configure.in
13650                 change to version 0.5.3claws5
13651
13652         * sync with sylpheed 0.5.3cvs9
13653                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
13654
13655 2001-08-24 [christoph]
13656
13657         * src/filesel.c
13658                 keep filename when browsing directories
13659                 (not working for user entered filename, but
13660                  for default name and selected filename from
13661                  file list)
13662         * src/mainwindow.c
13663                 fixed wrong spelling "Folllow-up"
13664         * src/mbox_folder.c
13665         * src/procmsg.c
13666         * src/summaryview.c
13667                 fixed new/unread message count with ignored
13668                 threads (2 commits, first didn't notice no
13669                 longer needed decreasing)
13670         * src/inc.c
13671                 readded scrolling of progress dialog
13672                 (lost in sync)
13673
13674 2001-08-24 [paul]
13675
13676         * configure.in
13677                 change to 0.5.3claws4
13678
13679         * sync with sylpheed 0.5.3cvs7
13680
13681 2001-08-24 [christoph]
13682
13683         * src/compose.c
13684                 set request return receipt when replying
13685                 if it is set is the folder prefs of the
13686                 message
13687         * src/inc.c
13688                 disable final error popup if popups are
13689                 disabled in config (again)
13690
13691 2001-08-23 [paul]
13692
13693         * configure.in
13694                 Change version number to 0.5.3claws3
13695
13696         * sync with sylpheed 0.5.3cvs5
13697
13698         * src/mimeview.c
13699                 double quote '%s' in 'gedit %s' to fix bug when
13700                 opening attachment with spaces in the name
13701
13702 2001-08-22 [alte]
13703         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
13704           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
13705                 initial message templates support
13706
13707
13708 2001-08-22 [paul]
13709
13710         * configure.in
13711                 change version number to 0.5.3claws2
13712
13713         * sync with sylpheed 0.5.3cvs4
13714
13715         * src/procmsg.h src/summaryview.c
13716                 re-implement (un)ignore thread
13717
13718 2001-08-21 [paul]
13719
13720         * src/summaryview.c
13721                 remove unnecessary code
13722         * src/compose.c
13723                 enable 'dynamic' signatures (submitted by
13724                 Eric Limpens <eric@hscg-internet.nl>)
13725
13726 2001-08-21 [paul]
13727
13728         clean up after sync with sylpheed 0.5.3 release
13729
13730         * src/folderview.c
13731                 fix re-introduced font mess, see Christoph's
13732                 entry 2001-06-24
13733
13734         * src/summaryview.c
13735                 remove prev_msgnum
13736                 use sylpheed's small font instead of
13737                 gtk default font for summary view
13738
13739
13740 2001-08-17 [paul]
13741
13742         * configure.in
13743                 add pl to ALL_LINGUAS - sync with main branch
13744
13745         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13746                 Updated. Translations by Jens Oberender, Ricardo Mones
13747                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
13748
13749         * po/pl.po  ** NEW FILE **
13750                 sync with the main branch
13751
13752         * src/folderview.c
13753                 fix target folder colorizing and refresh problem
13754
13755
13756 2001-08-17 [christoph]
13757
13758         * src/mainwindow.c
13759                 claws uses 4 colors for target folder coloring.
13760                 arrays were not long enough and destroyed the
13761                 stack causing a segfault.
13762                 target folder colorizing does not work anymore
13763                 for me
13764
13765 2001-08-16 [paul]
13766
13767         * configure.in
13768                 change to version 0.5.3claws1
13769
13770         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13771           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13772           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13773
13774                 sync with sylpheed 0.5.3 release, but keep claws method of
13775                 configuring/saving fonts
13776
13777         * src/addressbook.[ch]
13778                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13779                 in line with a similar change in Hiroyuki's branch
13780
13781         * src/mainwindow.[ch]
13782                 disable main_window_set_thread_option()
13783         * src/prefs_folder_item.c
13784                 comment out &tmps_prefs.enable_thread,
13785         * src/mbox_folder.c, src/procmsg.[ch]
13786                 comment out MSG_IS_IGNORE_THREAD
13787         * src/summaryview.c
13788                 comment out summary_ignore_thread() and summary_unignore_thread()
13789                 comment out MSG_IS_IGNORE_THREAD
13790
13791                 use Hiroyuki's threading instead.
13792
13793
13794
13795 2001-08-15 [paul]
13796
13797         * src/account.c
13798                 use Hiroyuki's 0.5.3 column scheme but also
13799                 include the enable/disable button.
13800         * src/pixmaps/mark.xpm
13801                 add Hiroyuki's amended pixmap
13802
13803 2001-08-13 [christoph]
13804
13805         * src/account.c
13806                 receive at get all column showed wrong state for APOP
13807                 button should only work for POP3 and APOP accounts
13808         * src/prefs_account.c
13809                 added missing preprocessor statement for SSL
13810
13811 2001-08-12 [paul]
13812
13813         * src/account.[ch]
13814                 add 'receive at get all' column and enable/disable
13815                 button.
13816
13817 2001-08-06 [christoph]
13818
13819         * src/account.c
13820                 show usage of SSL in protocol column
13821
13822         * src/imap.c
13823         * src/inc.c
13824                 renamed ssl options
13825
13826         * src/prefs_account.[ch]
13827                 moved ssl options to a new page
13828
13829         * src/send.c
13830         * src/smtp.c
13831         * src/ssl.[ch]
13832                 renamed ssl options
13833                 added support for SMTP STARTTLS command
13834
13835 2001-08-05 [christoph]
13836
13837         * configure.in
13838                 debian autoconf needs version check to find
13839                 correct autoconf version. if the file is
13840                 named configure.in 2.13 is used, which does
13841                 not work with this configure.in script.
13842                 other solution would be to rename the script
13843                 to configure.ac as suggested in the autoconf
13844                 manual.
13845
13846         * src/inc.c
13847                 disable final error popup if popups are
13848                 diabled in config
13849
13850         * src/socket.c
13851                 bugfix in ssl_gets
13852                 fixes IMAP over SSL problem
13853
13854 2001-08-03 [paul]
13855
13856         * configure.in
13857                 change to 0.5.2claws1
13858
13859         * sync with sylpheed 0.5.2cvs1
13860
13861 2001-08-02 [alfons]
13862
13863         * configure.in
13864                 quick fix for ispell detection...
13865
13866 2001-08-01 [paul]
13867
13868         * configure.in
13869                 change to 0.5.1claws4
13870
13871         * sync with sylpheed 0.5.1cvs7
13872
13873 2001-07-31 [alfons]
13874
13875         * src/prefs_common.c, src/prefs_common.h, 
13876           src/gtkspell.c, src/gtkspell.h
13877                 add global spelling checker settings (compose tab) +
13878                 selection of dictionary 
13879           
13880         * configure.in  
13881                 guess valid ispell location
13882
13883 2001-07-31 [paul]
13884
13885         * po/POTFILES.in
13886                 removal of 'src/quote_fmt_parse.c'
13887         * po/de.po
13888                 Updated de.po
13889                 (submitted by Jens Oberender <didge@suse.de>)
13890
13891 2001-07-31 [darko]
13892
13893         * src/folder.[ch]
13894         * src/folderview.[ch]
13895         * src/mainwindow.c
13896         * src/mh.c
13897         * src/prefs_common.[ch]
13898         * src/summaryview.c
13899                 target folder colourization
13900
13901 2001-07-30 [paul]
13902
13903         more sync with Sylpheed 0.5.1cvs6 
13904
13905 2001-07-30 [darko]
13906
13907         * src/mh.c
13908         * src/prefs_folder_item.[hc]
13909         * src/summaryview.c
13910                 shared folders support with a GUI
13911
13912 2001-07-29 [paul]
13913
13914         0.5.1claws3
13915
13916         * sync with Sylpheed 0.5.1cvs6
13917
13918 2001-07-29 [paul]
13919
13920         * po/pt_BR.po
13921                 updated
13922                 (submitted by Fabio Junior Beneditto)
13923
13924 2001-07-28 [paul]
13925
13926         * src/procmime.c
13927         * AUTHORS
13928                 patch to correct bad image mime headers
13929                 (submitted by Don Quijote <dq@searchlores.org>)
13930
13931 2001-07-28 [paul]
13932
13933         * tools/gif2xface.pl   **NEW FILE**
13934         * tools/README
13935                 script to convert file.gif to file.xface for
13936                 use in a custom header.
13937                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
13938
13939 2001-07-27 [alfons]
13940         
13941         * configure.in
13942                 change macros for detecting JPilot and LDAP
13943
13944 2001-07-27 [christoph]
13945
13946         * src/filtering.c
13947                 code cleanup (MIN / MAX warning, needed casting)
13948
13949 2001-07-27 [alfons]
13950
13951         * procheader.c
13952                 disallow setting flags when detecting certain headers
13953                 (X-Status, Status, Seen, X-Seen). 
13954         
13955         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
13956
13957 2001-07-27 [christoph]
13958
13959         * src/prefs_filter.c
13960         * src/prefs_filtering.c
13961         * src/prefs_matcher.c
13962         * src/prefs_scoring.c
13963                 scroll list when moving rows up or down
13964
13965         * src/imap.c
13966         * src/imap.h
13967         * src/prefs_account.c
13968         * src/prefs_account.h
13969         * src/send.c
13970                 SMTP over SSL (untested, feedback requested)
13971                 IMAP over SSL
13972
13973         * src/ssl.c
13974                 code cleanup
13975
13976 2001-07-26 [alfons]
13977         
13978         * configure.in, acconfig.h
13979                 define CLAWS (need this for main / claws detection)
13980
13981 2001-07-25 [alfons]
13982
13983         * configure.in
13984                 Sylpheed 0.5.1claws2
13985                 
13986         * sync with Sylpheed 0.5.1cvs4
13987
13988 2001-07-25 [christoph]
13989
13990         * src/scoring.c
13991                 fixed segfault
13992                 item->prefs == NULL (don't know why)
13993
13994 2001-07-25 [alfons]
13995
13996         * configure.in
13997                 Sylpheed 0.5.1claws1
13998
13999         * sync with Sylpheed 0.5.1cvs1-3
14000
14001 2001-07-24 [christoph]
14002
14003         * src/folderview.c
14004         * src/prefs_folder_item.[ch]
14005                 added folderitem preferences dialog with
14006                 default To: and auto request return receipt
14007
14008         * src/compose.[ch]
14009         * src/menu.[ch]
14010                 changes to handle new folderitem preferences
14011
14012         * src/mainwindow.c
14013         * src/summaryview.c
14014                 call compose new mail with current folderitem
14015
14016 2001-07-24 [alfons]
14017
14018         Release Sylpheed 0.5.1claws
14019
14020         * configure.in
14021                 change to release version 0.5.1claws
14022
14023 2001-07-24 [christoph]
14024
14025         * src/summaryview.c
14026                 fixed segfault that happend when the selected
14027                 message was removed while retrieving new messages.
14028
14029         * po/es.po
14030                 updated translation
14031                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
14032
14033 2001-07-22 [alfons]
14034
14035         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
14036         this is a work in progress, for more information: http://nlpagan.net/sylman 
14037         
14038         * configure.in, src/mainwindow.c, manual/Makefile.am
14039                 add support for English manual
14040
14041         * AUTHORS
14042                 add authors of user manuals
14043
14044         * manual/en/sylpheed*.html
14045                 add English documentation
14046
14047 2001-07-22 [christoph]
14048
14049         * po/POTFILES.in
14050                 added src/ssl.c
14051         * src/ssl.c
14052                 changed a wrong debug message
14053
14054 2001-07-22 [alfons]
14055
14056         * po/nl.po
14057                 update Dutch translation
14058
14059         * src/prefs_filtering.c, 
14060           src/prefs_matcher.c
14061                 add more translatable strings           
14062
14063 2001-07-21 [alfons]
14064
14065         0.5.0claws7
14066
14067         * configure.in
14068                 change version
14069
14070         * src/inc.c, src/summaryview.[ch]
14071                 prevent update of mark file when filtering has done, by
14072                 using a variable; this affects two functions:
14073                         inc.c::inc_finished()
14074                         summaryview.c::summary_show()
14075
14076 2001-07-20 [alfons]
14077
14078         * src/filtering.[ch], src/prefs_filtering.c, 
14079           src/matcher.[ch]
14080                 add filtering action for label coloring 
14081
14082         * po/POTFILES.in
14083                 add labelcolors.c
14084
14085         * added src/labelcolors.c
14086         * added src/labelcolors.h
14087         * src/Makefile.am, src/summaryview.c
14088                 rearrange label coloring code
14089
14090         * src/procmsg.h
14091                 add more parentheses so label colouring works correctly
14092
14093         * src/filtering.c
14094                 don't really delete message, but move it to Trash
14095
14096         * src/prefs_matcher.c
14097                 add quote options to info dialog
14098
14099 2001-07-20 [christoph]
14100
14101         * src/Makefile.am
14102         * src/inc.c
14103         * src/main.[ch]
14104         * src/socket.h
14105         * src/ssl.[ch] (new)
14106                 moved ssl stuff to a seperate file
14107
14108 2001-07-20 [darko]
14109
14110         * src/summaryview.c
14111                 fix show sender using address book with no e-mail
14112                 address in From: field
14113
14114 2001-07-19 [alfons]
14115
14116         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
14117                 fix messy handling of escaping... now at least the
14118                 execute command is useful. escape char is '\', we
14119                 accept \n and \r too. 
14120
14121                 Real life example:
14122                 
14123                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
14124                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
14125
14126 2001-07-18 [alfons]
14127
14128         0.5.0claws6
14129
14130         * src/summaryview.c
14131                 clean up
14132
14133         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
14134           src/procmsg.[ch]
14135                 revise filtering; currently move, copy, marking have
14136                 been tested. if you like bleeding edge stuff, you
14137                 should definitely go for this version :)
14138
14139         * mark old working stuff as VERSION_0_5_0_CLAWS5        
14140
14141 2001-07-17 [christoph]
14142
14143         * src/utils.c
14144                 timestamp log
14145
14146 2001-07-17 [alfons]
14147
14148         0.5.0claws5
14149
14150         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
14151           bits in the mark file, without affecting either branch. Lots of
14152           files changed, also in claws branch.
14153
14154           UNTESTED: use of mbox folders
14155
14156         * src/summaryview.c
14157                 added mark all read; however this was a quick hack used for
14158                 cleaning up mess after initial merge with Hiroyuki
14159
14160         * configure.in
14161                 change claws version number back to 0.5.0claws5 to clear up 
14162                 confusion & pretension (recent release was technically 
14163                 0.5.0claws4, so we neatly align with Hiroyuki :-)
14164
14165 2001-07-16 [alfons]
14166
14167         sync with Hiroyuki's 0.5.0cvs4
14168
14169 2001-07-16 [alfons]
14170
14171         0.5.1claws3
14172
14173         * src/filtering.[ch]
14174                 remove invalid updating of mark files for 
14175                 filter actions MATCHING_ACTION_MOVE and 
14176                 MATCHING_ACTION_DELETE; this should fix the
14177                 folder update bug
14178                 
14179         * src/procmsg.c
14180                 revert Christoph's stab at fixing the folder 
14181                 update bug
14182
14183         * po/POTFILES.in
14184                 add missing files with translatable strings
14185
14186         * src/summaryview.c
14187                 remove debug print
14188
14189 2001-07-15 [alfons]
14190
14191         * src/addr_compl.[ch], src/prefs_filtering.c
14192                 make "filtering pref dialog's destination entry" an
14193                 "address completable entry", if filter destination is 
14194                 an email address
14195
14196         0.5.1claws2
14197         
14198         sync with Hiroyuki's 0.5.0cvs2-3
14199
14200 2001-07-15 [christoph]
14201
14202         * src/procmsg.c
14203                 fixed folder stats update after incorporation
14204
14205 2001-07-15 [alfons]
14206
14207         * src/summaryview.c
14208                 * finish label colouring stuff (for now)
14209                 * fix incorrect colour bug (off by one) 
14210
14211 2001-07-14 [alfons]
14212
14213         * src/mainwindow.c
14214                 change text labels for news and mail message so there's
14215                 plenty of toolbar estate left
14216
14217         * configure.in
14218                 0.5.1claws1
14219
14220         * src/folderview.c
14221           src/folder.[ch]
14222                 sync with Hiroyuki's 0.5.0cvs1
14223
14224         * src/summaryview.c
14225                 more rewrite label colouring
14226
14227 2001-07-14 [alfons]
14228
14229         * src/summaryview.[ch]
14230                 * start rewrite label colouring 
14231                 * fix proper location "Add Sender To Addressbook" menu item
14232
14233 2001-07-13
14234
14235         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14236         (actually this is 0.5.0claws4)
14237
14238 2001-07-13 [alfons]
14239
14240         * po/pt_BR.po
14241                 * fix duplicate message
14242                 * add updated Portugese / Brazilian translation
14243                   submitted by Fabio Junior Beneditto
14244
14245 2001-07-12 [alfons]
14246
14247         * AUTHORS
14248                 add Jens
14249
14250         * po/nl.po
14251                 add updated Dutch translation
14252
14253         * po/de.po
14254                 add updated German translation submitted by Jens
14255
14256 2001-07-11 [alfons]
14257
14258         Prerelease before 0.5.0claws. Please test.
14259         This version is temporarily tagged as VERSION_0_5_0_TEST
14260
14261         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
14262           src/prefs_scoring.c, src/prefs_matcher.c, 
14263           src/prefs_filtering.c, src/mbox.c, 
14264           src/main.c, src/inc.c, src/filtering.[ch]
14265                 revert new Hoa's new matcher (does not work yet)
14266
14267         * src/Makefile.am
14268                 clean up
14269
14270 2001-07-10
14271
14272         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14273
14274
14275 2001-07-10 [alfons]
14276
14277         * Makefile.am
14278                 add ChangeLog.claws to EXTRA_DIST
14279         * src/Makefile.am
14280                 add matcher_parser_parse.h to EXTRA_DIST
14281
14282 2001-07-10 [christoph]
14283
14284         * src/inc.c
14285                 add destination folder to table of
14286                 folders that need to be updated after
14287                 incorporation
14288
14289 2001-07-10 [alfons]
14290
14291         * folder.[ch]
14292           folderview.c
14293                 make collapse state of folders and folder items persistent, i.e.
14294                 if you collapse a folder tree, the next time sylpheed-claws starts 
14295                 up the folder tree remains collapsed.  
14296                 
14297 2001-07-10 [christoph]
14298
14299         * acconfig.h
14300         * configure.in
14301                 added --enable-ssl
14302         * src/md5.[ch]
14303                 renamed MD5_CTX to MD5_CTX_syl
14304                 conflicts with a struct in openssl
14305         * src/inc.c
14306         * src/main.[ch]
14307         * src/prefs_account.[ch]
14308         * src/socket.[ch]
14309                 SSL support for POP
14310         * src/mainwindow.c
14311                 fixed compose with current account
14312                 broken by new compose button stuff
14313
14314 2001-07-09 [hoa]
14315
14316         * AUTHORS
14317                 changed my email address
14318
14319         * src/matcher_parser_parse.y
14320                 clean the parser to remove conflicts
14321
14322 2001-07-09 [alfons]
14323
14324         * AUTHORS
14325                 add Match Grun
14326
14327         * configure.in
14328                 fix incorrect description of --enable-ldap parameter
14329
14330         * src/prefs_common.[ch]
14331           src/compose.c
14332                 add experimental option "smart wrapping" which makes the
14333                 compose editor auto wrap.
14334                 
14335                 | TODO: the problem with the buggy cursor handling is caused |
14336                 | by the GtkText. when deleting / backspacing text its       |
14337                 | wrapping algorithm does not take in account the previous   |
14338                 | line. should find a way to hack this in.                   |
14339                 | or should perhaps combine this with the word wrapping      |
14340                 | patch i wrote in january.                                  |
14341
14342         * src/about.c
14343                 show build parameters for LDAP and JPilot
14344
14345         * src/summaryview.c
14346                 revert Christoph's bugfix for selecting next unread message, 
14347                 because folder stats aren't updated correctly
14348
14349 2001-07-08 [hoa]
14350
14351         * src/filtering.c
14352         * src/mainwindow.c
14353         * src/matcher.c
14354         * src/matcher_parser_lex.l
14355         * src/matcher_parser_parse.y
14356         * src/prefs_filtering.c
14357         * src/prefs_scoring.c
14358         * src/scoring.c
14359                 bugfix of the config file parser
14360
14361 2001-07-08 [alfons]
14362
14363         * src/Makefile.am
14364                 added generated matcher sources to BUILT_SOURCES
14365
14366 2001-07-08 [hoa]
14367
14368         * src/Makefile.am
14369         * src/.cvsignore
14370                 added new config file parser
14371
14372         * src/scoring.[ch]
14373         * src/filtering.[ch]
14374         * src/matcher.[ch]
14375         * src/prefs_filtering.c
14376         * src/prefs_matcher.c
14377         * src/prefs_scoring.c
14378         * added src/matcher_parser.h
14379         * added src/matcher_parser_lex.h
14380         * added src/matcher_parser_lex.l
14381         * added src/matcher_parser_parse.y
14382                 lex & yacc config file parser
14383
14384         * src/mbox.c
14385         * src/inc.c
14386         * src/main.c
14387                 changes prefs_filtering into global_filtering           
14388
14389         * src/summaryview.c
14390                 build threads with subjects only if "Re: " is at the
14391                 beginning of the subject
14392
14393 2001-07-07 [paul]
14394
14395         0.5.0claws
14396
14397         sync with sylpheed 0.5.0
14398                 change of version number only
14399
14400 2001-07-06 [paul]
14401
14402         0.5.0claws5
14403
14404         sync with sylpheed 0.5.0pre5
14405
14406 2001-07-05 [paul]
14407
14408         sync with sylpheed 0.5.0pre4 release
14409                 /po and /manual/ja not sync'ed
14410
14411 2001-07-04 [paul]
14412
14413         more sync with sylpheed 0.5.0pre4
14414
14415 2001-07-03 [christoph]
14416
14417         * src/addressbook.c
14418                 fixed address book broken by address book
14419                 for VCard, JPilot, LDAP
14420
14421 2001-07-03 [alfons]
14422
14423         * src/matcher.c
14424         * src/textview.c
14425                 stopped memory leaks
14426
14427 2001-07-03 [paul]
14428
14429         more sync with sylpheed 0.5.0pre4
14430
14431 2001-07-02 [match]
14432
14433         * included address book patch for VCard, JPilot, LDAP
14434         * pref_common.c - fixed Font options on Display tab (cosmetic)
14435         * alertpanel.c - fixed truncated message
14436
14437 2001-07-02 [christoph]
14438
14439         * src/mbox_folder.c
14440         * src/procmsg.[ch]
14441         * src/summaryview.c
14442                 mark threads for ignoring
14443
14444 2001-07-02 [paul]
14445
14446         0.5.0claws4
14447
14448         * sync with sylpheed 0.5.0pre4
14449                 updated gettext to 0.10.38.
14450
14451 2001-07-01 [paul]
14452
14453         * src/ mainwindow.c
14454         * src/procmsg.h
14455         * src/summaryview.[ch]
14456                 new right-click option: Label.
14457                 substitute for 'Mark-->Mark/Unmark', colours the line.
14458                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
14459
14460 2001-07-01 [christoph]
14461
14462         * src/folderview.c
14463                 fixed font for trash
14464         * src/summaryview.c
14465                 move ctree to unread message
14466
14467 2001-07-01 [paul]
14468
14469         * sync with sylpheed 0.5.0pre3 release
14470
14471 2001-06-30 [alfons]
14472
14473         * src/filesel.[ch]
14474         * src/compose.c
14475                 allow inserting / attaching multiple files in
14476                 the composer window
14477
14478 2001-06-30 [paul]
14479
14480         * src/codeconv.c
14481                 small change to Alfons' previous stuff so that it
14482                 actually makes
14483
14484 2001-06-30 [alfons]
14485
14486         * lots of files changed; first attempt to merge the changes
14487           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
14488
14489 2001-06-30 [paul]
14490
14491         * po/pt_BR.po
14492                 updated and completed, translations by Fabio
14493                 Junior Beneditto <fjbeneditto@yahoo.com.br>
14494
14495 2001-06-29 [alfons]
14496
14497         * src/compose.c
14498         * src/mimeproc.[ch]
14499                 allow selecting an attached files' mime type from a 
14500                 list of types.
14501
14502 2001-06-29 [paul]
14503
14504         * more sync with sylpheed 0.5.0pre3
14505
14506 2001-06-29 [paul]
14507
14508         * po/pt_BR.po
14509                 merge with sylpheed.pot and pt_BR.po provided by
14510                 Fabio Junior Beneditto.
14511
14512 2001-06-29 [darko]
14513
14514         * src/procmime.c
14515                 make MIME types case insensitive
14516
14517 2001-06-28 [alfons]
14518
14519         * po/nl.po
14520                 merge with sylpheed.pot and old nl.po; translations added.
14521
14522 2001-06-28 [paul]
14523
14524         * more sync with sylpheed 0.5.0pre3
14525
14526 2001-06-27 [alfons]
14527
14528         * src/summaryview.c
14529                 don't crash when removing parent node of messages
14530                 attracted by subject. this was caused by not deleting
14531                 the parent node from the subject line hash table.
14532
14533 2001-06-27 [alfons]
14534
14535         * src/summaryview.c
14536         * src/compose.[ch]
14537         * src/mainwindow.c
14538                 if there are multiple messages selected, allow forwarding
14539                 them as attachments.
14540
14541 2001-06-27 [paul]
14542
14543         * more sync with sylpheed 0.5.0pre3
14544
14545 2001-06-26 [paul]
14546
14547         0.5.0claws3
14548
14549         * sync with sylpheed 0.5.0pre3
14550
14551 2001-06-25 [paul]
14552
14553         * src/mainwindow.c
14554                 fixed 'compose news article' bug
14555                 from icon-and-text toolbar
14556
14557 2001-06-25 [paul]
14558
14559         * sync with sylpheed 0.5.0pre2 release
14560
14561 2001-06-24 [christoph]
14562
14563         * src/prefs_common.c
14564                 bug fix in font selection
14565         * src/folderview.c
14566                 use sylpheed's normal font instead of
14567                 gtk default font for folders without
14568                 new messages
14569
14570 2001-06-24 [alfons]
14571
14572         * src/mainwindow.[ch]
14573                 added composite compose mail / news button (an idea by Leandro
14574                 Pereira <leandro@linuxmag.com.br>)
14575
14576 2001-06-24 [paul]
14577
14578         Added instructions for ldif-to-xml.py
14579
14580         * tools/README
14581
14582 2001-06-23 [alfons]
14583
14584         Some minor things.
14585
14586         * src/pixmaps/stock_news_compose.xpm
14587                 added pixmap by Leandro
14588         * src/prefs_common.c
14589                 tested built-in spelling checker of GCC 3.0 :)
14590         * po/nl.po
14591                 merged dutch translation of sylpheed-main with
14592                 sylpheed.pot
14593
14594 2001-06-23 [paul]
14595
14596         Added tools directory and files.
14597
14598         * tools/filter_conv.pl
14599                 converts old filter system to new filtering system
14600         * tools/ldif-to-xml.py
14601                 converts netscape addressbook to sylpheed addressbook
14602         * tools/README
14603                 descriptions/instructions for above two files
14604
14605 2001-06-23 [christoph]
14606
14607         * src/inc.c
14608         * src/manage_window.[ch]
14609         * src/prefs_common.[ch]
14610                 mail retrieval dialog can be enabled, disabled
14611                 or hidden if non of sylpheed's windows is active
14612
14613 2001-06-22 [paul]
14614
14615         0.5.0claws2
14616
14617         * sync with sylpheed 0.5.0pre2
14618
14619 2001-06-21 [christoph]
14620
14621         * src/summaryview.c
14622                 show recipient on 'from' for all accounts
14623                 
14624         * src/inc.c
14625         * src/prefs_common.[ch]
14626                 disable error popup on mail receive errors
14627
14628 2001-06-21 [alfons]
14629
14630         * src/compose.c
14631                 made the ruler correctly appear and disappear.
14632
14633         * src/Makefile.am
14634                 removed Hoa's work-in-progress-stuff (interesting!) so 
14635                 claws compiles ok.
14636
14637 2001-06-20 [christoph]
14638
14639         * src/inc.c
14640         * src/progressdialog.c
14641                 added scrolled window for list in progressdialog
14642
14643 2001-06-20 [paul]
14644
14645         sync with sylpheed 0.5.0pre1 release
14646
14647 2001-06-20 [christoph]
14648
14649         * src/summeryview.c
14650                 make building threads by subject work when
14651                 thread view is enabled
14652                 
14653         * src/compose.c
14654         * src/prefs_common.[ch]
14655                 automatically select account for mail replys
14656
14657 2001-06-19 [sergey]
14658
14659         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
14660         they are filled in from the account settings.
14661
14662 2001-06-19 [paul]
14663
14664         * more sync with sylpheed 0.5.0pre1
14665
14666 2001-06-18 [alfons]
14667
14668         * src/Makefile.am,
14669           src/procmime.c
14670                 added --sysconfdir to CPPFLAGS for pointing to the correct
14671                 location of mime.types. 
14672
14673                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
14674                 or ./configure!
14675
14676 2001-06-18 [hoa]
14677
14678         * src/summaryview.c
14679                 fixed some bug when building threads
14680
14681 2001-06-18 [pau]l
14682
14683         * src/prefs_account.c
14684                 UI stuff: More changes to the English
14685
14686 2001-06-18 [paul]
14687
14688         * src/pixmaps/stock_news_compose.xpm: new file
14689         * src/Makefile.am
14690         * src/mainwindow.c
14691         * src/summaryview.c
14692                 Added new icon for Hoa's 'compose a news
14693                 message', plus minor improvements to the
14694                 English
14695
14696         * po/ja.po
14697         * ChangeLog
14698         * ChangeLog.jp
14699                 more sync with sylpheed 0.5.0pre1
14700
14701 2001-06-18 [hoa]
14702
14703         * src/compose.[ch]
14704         * src/mainwindow.c
14705                 Follow-up and reply to
14706
14707         * src/summaryview.[ch]
14708                 Build threads also with subjects
14709
14710 2001-06-17 [hoa]
14711
14712         * src/compose.c
14713                 forwarding use the current account.
14714
14715         * src/mainwindow.c
14716                 the "compose message" button has been replaced with
14717                 "new mail" and "new news" buttons
14718
14719         * src/prefs_common.[ch]
14720                 added a configuration option to use the forward button
14721                 as "forward as attachment"
14722                 changed reply and forward format description
14723
14724         * src/quote_fmt_lex.l
14725         * src/quote_fmt_parse.y
14726                 added message with no signature in format for reply
14727                 and forward.
14728
14729 2001-06-17 [paul]
14730
14731         Minor UI stuff
14732
14733         * src/mainwindow.c
14734         * src/summaryview.c
14735                 Improvements to the English
14736
14737         * src/prefs_common.c
14738                 Improvements to the English and some
14739                 clarity/continuity improvements in the
14740                 description of Quote symbols.
14741
14742 2001-06-17 [paul]
14743
14744         0.5.0claws1
14745
14746         * sync with sylpheed 0.5.0pre1
14747
14748 2001-06-17 [hoa]
14749
14750         * src/compose.c
14751                 Better interface for compose, displayed fields
14752                 are updated whenever we change account.
14753                 Newsgroups field is automatically filled.
14754
14755         * src/mainwindow.c
14756                 Newsgroups field is automatically filled.
14757
14758         * src/prefs_account.c
14759                 Some interface stuff when fields appear and
14760                 disappear.
14761
14762 2001-06-16 [paul]
14763
14764         0.4.99claws
14765
14766         * sync with sylpheed 0.4.99
14767
14768 2001-06-16 [sergey]
14769
14770         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14771         base64_decoder_free, base64_decoder_decode): new object and
14772         functions for decoding base64 streams.
14773         * src/procmime.c (procmime_decode_content): modified to use the
14774         new base64 decoder.
14775
14776 2001-06-15 [paul]
14777
14778         0.4.99claws10
14779
14780         * sync with sylpheed 0.4.99cvs11
14781
14782 2001-06-13 [paul]
14783
14784         0.4.99claws9
14785
14786         * sync with sylpheed 0.4.99cvs9
14787
14788 2001-06-13 [hoa]
14789
14790         * src/compose.c
14791         * src/prefs_account.c
14792
14793                 SMTP server can be defined in the news account
14794                 mime type of attachment are kept.
14795
14796         * src/summaryview.c
14797
14798                 now choose the highest important score between default
14799                 and important score of folder.
14800
14801 2001-06-09 [alfons]
14802         
14803         * src/prefs_common.c: 
14804
14805                 (prefs_quote_description_create): corrected description of 
14806                 quote format characters
14807
14808 2001-06-09 [paul]
14809
14810         0.4.99claws8
14811
14812         * sync with sylpheed 0.4.99cvs8
14813
14814 2001-06-08 [sergey]
14815
14816         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14817         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14818
14819 2001-06-08 [paul]
14820
14821         0.4.99claws7
14822
14823         * sync with sylpheed 0.4.99cvs7
14824
14825 2001-06-06 [sergey]
14826
14827         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14828         clashes with autogenerated header).
14829         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14830         * src/Makefile.am: added quote_fmt.h.
14831         * src/.cvsignore: added lex/yacc autogenerated files
14832         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14833
14834 2001-06-06 [paul]
14835
14836         0.4.99claws6
14837
14838         * sync with sylpheed 0.4.99cvs6
14839
14840 2001-06-06 [hoa]
14841
14842         * added src/quote_fmt_parse.h
14843         * src/compose.c
14844                 removed warnings
14845
14846         * src/prefs.[ch]
14847                 don't modify readonly configuration files
14848
14849         * src/prefs_account.c
14850         * src/prefs_common.c
14851         * src/prefs_customheader.c
14852         * src/prefs_display_header.c
14853         * src/prefs_filter.c
14854         * src/prefs_filtering.c
14855         * src/prefs_scoring.c
14856                 don't open dialog box when configuration files
14857                 are readonly
14858
14859 2001-06-05 [sergey]
14860
14861         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
14862
14863         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
14864         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
14865         BUILT_SOURCES to make all files rebuild properly.
14866
14867         * src/compose.c: removed #include "quote_fmt.tab.h".
14868
14869         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
14870         CHARACTER value in yylval.
14871
14872         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
14873         receive CHARACTER value by documented means (yylval).
14874
14875         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
14876
14877 2001-06-05 [hoa]
14878
14879         * src/Makefile.am
14880                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
14881
14882         * src/filtering.c
14883         * src/matcher.c
14884         * src/matcher.h
14885         * src/prefs_filtering.c
14886                 now keep the configuration for execute action
14887
14888         * src/mbox_folder.c
14889                 fixed a warning
14890
14891 2001-06-05 [paul]
14892
14893         * sync with sylpheed 0.4.99cvs5
14894
14895 2001-06-05 [hoa]
14896
14897         * src/Makefile.am
14898                 added quote_fmt.[ch]
14899
14900         * added src/quote_fmt.y
14901         * added src/quote_fmt.l
14902         * added src/quote_fmt.tab.h
14903         * added src/quote_fmt.tab.c
14904         * added src/lex.quote_fmt.c
14905                 parsing configuration for replying
14906                 and forwarding
14907
14908         * src/prefs_common.[ch]
14909                 added configuration UI for replying
14910                 and forwarding
14911
14912         * src/compose.c
14913                 using configuration for replying
14914                 and forwarding
14915
14916 2001-06-04 [hoa]
14917
14918         * src/filtering.c
14919         * src/matcher.c
14920         * src/matcher.h
14921         * src/prefs_filtering.c
14922         * src/prefs_matcher.c
14923         * src/prefs_matcher.h
14924                 action "run a command" for filtering
14925                 and matching with a command.
14926                 fixed the "whole message" matching
14927
14928         * src/mbox_folder.c
14929                 changed temporary filename for security
14930
14931         * src/messageview.c
14932                 queue the notification if it fails to send.
14933
14934         * src/prefs_common.c
14935         * src/prefs_folder_item.c
14936                 changed the default important score             
14937
14938         * src/prefs_scoring.c
14939         * src/scoring.c
14940                 hide kill score input when the folder is not
14941                 a newsgroup
14942
14943 2001-06-03 [alfons]
14944
14945         * src/prefs_common.c:
14946
14947                 (prefs_font_select): pass font name in font entry box to font
14948                 selection dialog.
14949
14950 2001-06-03 [sergey]
14951
14952         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
14953
14954 2001-06-03 [paul]
14955
14956         * sync with sylpheed 0.4.99cvs4
14957
14958 2001-06-03 [alfons]
14959
14960         * src/headerwindow.c:
14961
14962                 (headerwindow_show_cb): use the selected summary view item, not
14963                 the displayed item.
14964
14965 2001-06-02 [alfons]
14966
14967         * src/headerwindow.c:
14968
14969                 (headerwindow_show_cb): always try to show msginfo
14970
14971 2001-06-02 [hoa]
14972
14973         * src/compose.c
14974                 keep attached parts when reediting or forwarding.
14975
14976 2001-06-01 [hoa]
14977
14978         * src/folderview.c
14979         * src/prefs_folder_item.[ch]
14980         * src/prefs_scoring.[ch]
14981         * src/scoring.[ch]
14982         * src/summaryview.[ch]
14983         * src/main.c
14984         * src/mainwindow.c
14985         * src/prefs_common.[ch]
14986                 support for folder scoring
14987                 kill score and important score for messages
14988         
14989         * src/prefs_account.c
14990                 some display bug fixed for local account
14991                 preferences
14992
14993 2001-05-31 [alfons]
14994
14995         * src/summaryview.c:
14996
14997                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
14998                 sender to address book menu item is disabled.
14999
15000 2001-05-30 [hoa]
15001
15002         * src/filtering.[ch]
15003         * src/summaryview.c
15004                 handling summary menu / filter messages
15005
15006         * src/folder.[ch]
15007                 add some stuff
15008
15009         * src/foldersel.c
15010                 imap folders now appears in list
15011
15012         * src/mbox_folder.c
15013                 doesn't crash if destination mail is not writeable
15014
15015 2001-05-29 [hoa]
15016
15017         * src/compose.c
15018                 removed some warnings
15019
15020         * src/filtering.c
15021         * src/folder.[ch]
15022         * src/prefs_filtering.c
15023                 global string to identify any folders           
15024                 removed some debug info
15025                 filtering to mbox folders is now possible
15026
15027         * src/mainwindow.c
15028                 removed some warnings
15029
15030         * src/mbox_folder.c
15031                 permission on files are changed to read/write for user only,
15032                 nothing for other.
15033                 creation of subfolder is handled better.
15034
15035 2001-05-28 [alfons]
15036
15037         Verified the sync for src/prefs_common.[ch] and
15038         src/prefs_account.[ch]. I believe there were some
15039         minor indentation differences.
15040
15041 2001-05-28 [paul]
15042
15043         0.4.99claws3
15044
15045         * sync with 0.4.99cvs3
15046
15047 2001-05-28 [hoa]
15048
15049         * src/compose.c
15050                 handling flags for mbox format
15051
15052         * src/filtering.c
15053                 use of mark file only for MH format
15054                 handling flags for mbox format
15055                 filtering cannot yet move or copy mails to mbox folders.
15056
15057         * src/folder.[ch]
15058                 changed move_msg, copy_msg,
15059                 move_msgs_with_dest, copy_msgs_with_dest functions
15060                 uses only folder->copy_msg() function
15061                 uses folder->finished_copy() to handle the destination
15062                 folder at the end of the copy or move operation.
15063
15064         * src/foldersel.c
15065                 included mbox directories.
15066
15067         * src/folderview.[ch]
15068         * src/mainwindow.c
15069                 handle folders operation for mbox format
15070
15071         * src/mbox.c
15072                 disable conversion of "From " header
15073
15074         * src/mbox_folder.[ch]
15075                 completion of mbox format handling
15076
15077         * src/mh.c
15078                 changed mh_copy_msg() function and
15079                 removed mh_move_msg(), mh_move_msgs_with_dest(),
15080                 mh_copy_msgs_with_dest()
15081
15082         * src/prefs_filtering.c
15083                 removed some warnings
15084
15085         * src/prefs_matcher.c
15086                 default boolean operation is AND
15087
15088         * src/procheader.c
15089                 handling flags for mbox format
15090                 handling of "From " header
15091
15092         * src/procmsg.[ch]
15093                 removed data field
15094                 added MSG_REALLY_DELETED flags to handle deletion of
15095                 messages in mbox format.
15096
15097         * src/summaryview.c
15098                 handling flags for mbox format
15099                 disable the MSG_DELETED flags when messages
15100                 are deleted in mbox format
15101
15102         * src/textview.c
15103                 "From " headers display fixed.
15104
15105 2001-05-27 [alfons]
15106
15107         * src/textview.c:
15108                 
15109                 (get_email_part): skip quoted email addresses, like in e.g.
15110                 "'alfons@proteus.demon.nl'".
15111
15112 2001-05-26 [alfons]
15113
15114         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
15115         and fixing the persistence troubles when using separate windows.
15116
15117         * src/mainwindow.c:
15118         
15119             Added #define SEPARATE_ACTION used in the gtk item factory for 
15120             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
15121                 use gtk_item_factory_get_widget_by_action() to get the items.
15122                 
15123             Removed separate_widget_cb from the gtk item factory data   
15124           
15125             (mainwindow_create): connect separate_widget_cb() to check
15126             menu item "toggled" signal. also passing a MainWindow pointer
15127                 as object data for both check menu items.
15128                 
15129             (separate_widget_cb): definition of separate_widget_cb() to match
15130             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
15131                 window using gtk_object_get_data(). The type of window separation 
15132                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
15133         
15134         * src/prefs_filtering.c,
15135           src/prefs_matcher.c: added horizontal scrollbars
15136
15137 2001-05-25 [darko]
15138
15139         * src/headerview.c
15140                 fix segfault with invalid bold font
15141         * src/summaryview.c
15142                 correctly display summary stats after row is marked
15143
15144 2001-05-23 [sergey]
15145
15146         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
15147         encodings with libjconv.
15148
15149 2001-05-23 [hoa]
15150
15151         * src/Makefile.am
15152                 added mbox_folder.[ch]
15153         * src/defs.h
15154                 mbox temporary folder
15155         * src/folder.[ch]
15156         * added src/mbox_folder.[ch]
15157         * src/folderview.c
15158         * src/procheader.[ch]
15159                 added mbox support
15160         * src/mbox.c
15161                 bugfix for file incorporation filtering
15162         * src/imap.c
15163                 enable creation of MBOX
15164         * src/prefs_display_header.c
15165                 enable use of headers like "From "
15166                 something that should be fixed :
15167                         displaying of such headers add an extra space
15168         * src/prefs_folder_item.c
15169                 don't create folders because it is not necessary
15170         * src/procmsg.h
15171                 added data field to MsgInfo for mbox internal use
15172         * src/summaryview.c
15173                 added some support for mbox
15174         * src/utils.[ch]
15175                 added get_mbox_cache_dir() function
15176
15177 2001-05-23 [hiroyuki]
15178
15179         * src/headerwindow.c
15180           src/inc.c
15181           src/main.c
15182           src/mh.c
15183           src/nntp.c
15184           src/procmsg.h
15185           src/session.h
15186           src/socket.[ch]
15187           src/summaryview.c
15188           src/textview.c
15189           src/automaton.c
15190           src/folderview.c: more sync with 0.4.99cvs2.
15191
15192         * src/headerwindow.c: reverted.
15193
15194 2001-05-22 [paul]
15195
15196         0.4.99claws2
15197
15198         * sync with sylpheed 0.4.99cvs2
15199                 * src/news.[ch]
15200                 * src/nntp.[ch]
15201                 * INSTALL
15202                 * INSTALL.jp
15203
15204 2001-05-22 [alfons]
15205
15206         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
15207
15208 2001-05-21 [alfons]
15209
15210         Minor things:
15211
15212         * configure.in: if gnome-config not found, "no" is displayed
15213         
15214         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
15215
15216         * src/textview.c: now also possible to add mail addresses by right
15217           clicking in the text view
15218
15219         * src/codeconv.c: merged patch which fixes endless loop when encountering
15220           invalid wide characters; from Alte <010@imis.ru>  
15221
15222 2001-05-20 [alfons]
15223
15224         Added installation of gnome specific things:
15225
15226         * Makefile.am: gnome conditional
15227
15228         * configure.in: check for installed gnome
15229
15230         * added sylpheed.png, sylpheed.desktop
15231
15232 2001-05-20 [sergey]
15233
15234         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
15235
15236         * src/mainwindow.h (main_window_toolbar_create): created a button
15237         for "Reply to all".
15238         (main_window_set_toolbar_sensitive): enable/disable the new button
15239         appropriately.
15240         (toolbar_reply_to_author_cb): handle the new button.
15241
15242         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
15243         send_progress_dialog_destroy() on failure (fixes hang on SMTP
15244         failure).
15245
15246 2001-05-19 [sergey]
15247
15248         * src/compose.h (ComposeReplyMode): new modes
15249         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
15250         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
15251
15252         * src/compose.c
15253         (compose_send): move some code into a new function:
15254         (compose_current_mail_account): new function.
15255         (compose_reply): new argument to_author, all callers changed; if
15256         to_author==TRUE and account->protocol==A_NNTP, find and use an
15257         appropriate mail account for replying.
15258         (compose_reply_set_entry): new argument to_author; ignore
15259         compose->replyto if to_author==TRUE.
15260
15261         * src/mainwindow.c: new command "Message/Reply to author".
15262         (main_window_set_menu_sensitive): enable/disable it.
15263         (reply_cb): handle it.
15264
15265         * src/summaryview.c: new command "Reply to author".
15266         (summary_set_menu_sensitive): enable/disable it.
15267         (summary_reply_cb): handle it.
15268
15269         * src/account.c (account_find_mail_from_address): new function.
15270
15271 2001-05-18 [paul]
15272
15273         0.4.99claws1
15274
15275         * sync with sylpheed 0.4.99cvs1
15276
15277 2001-05-18 [hoa]
15278
15279         * src/compose.[ch]
15280         * src/filtering.c
15281         * src/summaryview.c
15282                 new filtering action : forward and forward as attachment
15283
15284         * src/main.c
15285                 no need for $DISPLAY when we run sylpheed --help
15286                 call to parse_cmd_opt() is moved
15287
15288         * src/mainwindow.[ch]
15289                 execute button is hidden when immediate execute
15290                 is chosen
15291
15292         * src/mh.c
15293         * src/news.c
15294         * src/prefs_folder_item.c
15295         * src/procmsg.c
15296                 better handling of missing directories
15297
15298         * src/summaryview.c
15299                 reedit is enabled in outbox
15300                 reedit is enabled in queue
15301
15302 2001-05-17 [hoa]
15303
15304         * src/filtering.c
15305         * src/matcher.[ch]
15306         * src/prefs_filtering.c
15307                 changed attachement into attachment
15308
15309 2001-05-17 [alfons]
15310
15311         0.4.67claws4    
15312
15313         * sync with sylpheed 0.4.67cvs9
15314         * sync with sylpheed 0.4.67cvs7-8
15315
15316 2001-05-17 [hoa]
15317
15318         * src/Makefile.am
15319                 added prefs_filtering.c
15320
15321         * src/filtering.[ch]
15322         * src/matcher.[ch]
15323                 removed action : forward_news and forward_news_as_attachement
15324                 (forward and forward_as_attachement can be used instead)
15325
15326         * src/mainwindow.c
15327                 added menu option to access filtering configuration
15328
15329         * src/prefs_account.c
15330                 changed mail_command default to /usr/sbin/sendmail
15331
15332         * added src/prefs_filtering.[ch]
15333                 dialog box for filtering configuration
15334
15335         * src/prefs_matcher.c
15336                 added function prefs_matcher_get_criteria_from_matching()
15337
15338         * src/prefs_scoring.c
15339                 reset the dialog when register or substitute is clicked
15340
15341 2001-05-15 [hoa]
15342
15343         * src/Makefile.am
15344                 added filtering.[ch]
15345         * src/inc.c
15346                 using filering.[ch] instead of filter.[ch]
15347         * src/main.c
15348                 reading new filtering configuration
15349         * src/matcher.[ch]
15350                 added some filtering actions
15351                 and fixed a bug for headers and mail body matching
15352         * src/mbox.c
15353                 using filering.[ch] instead of filter.[ch]
15354         * src/mh.c
15355                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
15356         * src/summaryview.c
15357                 some fixes for filtering
15358
15359 2001-05-14 [hiroyuki]
15360
15361         * src/send.c: fixed some weird indentations.
15362           send_message_with_command(): call pclose() only if p != NULL.
15363         * src/textview.c: get_email_part(): modified the code for readability.
15364
15365 2001-05-14 [hiroyuki]
15366
15367         * src/md5global.h
15368           src/md5ify.c
15369           src/md5ify.h: removed from the cvs.
15370
15371 2001-05-13 [sergey]
15372
15373         * src/main.c: include rfc2015.h to avoid compiler warnings.
15374         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
15375         the panel is already on screen.
15376         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
15377         closing the alert window by ESC as "No".
15378         * src/prefs_common.c (prefs_interface_create): moved return
15379         receipt check button to the correct place.
15380
15381 2001-03-13 [alfons]
15382
15383         * src/prefs_common.c: 
15384                 moved return receipt check button to the Send tab. (prefs_send_create)
15385                 removed the date format ui related globals. (prefs_display_create)
15386
15387         0.4.67claws3
15388         
15389         * sync with sylpheed 0.4.67cvs5-6
15390
15391 2001-05-13 [paul]
15392
15393         * added Alfons' font selection patch
15394
15395         * src/defs.h
15396         * src/headerwindow.c
15397         * src/prefs_common.c
15398         * src/prefs_common.h
15399
15400 2001-05-13 [hoa]
15401         * src/defs.h
15402                 changed version of cache
15403         * src/matcher.[ch]
15404         * src/prefs_matcher.c
15405                 added additionnal matching criteria
15406         * src/procheader.c
15407         * src/procmsg.[ch]
15408         * src/news.c
15409                 added references in MsgInfo
15410
15411 2001-05-12 [hoa]
15412
15413         * src/defs.h
15414                 prepared some things for new filtering
15415         * src/matcher.[ch]
15416                 added some matching properties
15417                 inreplyto need to be enhanced
15418                 prepared some things for new filtering
15419         * src/messageview.c
15420                 added Return-Receipt-To handling
15421         * src/prefs_folder_item.c
15422                 changed default value to TRUE
15423         * src/prefs_matcher.c
15424                 added some matching properties
15425         * src/prefs_scoring.[ch]
15426                 the scoring dialog is finished
15427         * src/procheader.c
15428                 added Return-Receipt-To handling
15429                 Reference need to be added
15430         * src/procmsg.[ch]
15431                 added Return-Receipt-To handling
15432                 added threadscore to get a better score sorting when
15433                 threads are enabled
15434         * src/summaryview.c
15435                 suppressed a bug when we sort the list
15436                 when no folder is opened.
15437                 better score sorting when threads are enabled
15438
15439 2001-05-12 [alfons]
15440
15441         * reverted previous patch because of potential errors 
15442
15443         0.4.67claws2
15444         
15445         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
15446                 applied "toggle mail-retrieval dialog window" patch submitted 
15447                 by Eric Limpens <eric@qnt.net>
15448
15449         * sync with sylpheed 0.4.67cvs4
15450
15451 2001-05-12 [sergey]
15452
15453         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
15454         some picky compilers.
15455         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
15456         * src/grouplist_dialog.c: include alertpanel.h.
15457         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
15458         fix compile warning.
15459         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
15460         #include "defs.h" before others to prevent the warning of `MIN'
15461         and `MAX' redefinition.
15462
15463 2001-05-11 [hoa]
15464
15465         * src/main.c
15466         * src/messageview.c
15467         * src/prefs_account.c
15468         * src/prefs_display_header.c
15469                 removed warning
15470         * src/Makefile.am
15471                 added prefs_scoring.[ch]
15472         * src/grouplist_dialog.c
15473                 display an error dialog box if the group list
15474                 cannot be fetched.
15475         * src/mainwindow.[ch]
15476                 added main_window_set_thread_option() function
15477                 scoring dialog box enabled
15478         * src/matcher.[ch]
15479                 added flags matching unread /new / marked
15480                 / deleted / replied / forwarded
15481         * src/news.c
15482                 newsgroups are now finally in newscache
15483         * src/prefs_matcher.[ch]
15484                 finished preferences for matching dialog
15485         * added src/prefs_scoring.[ch]
15486                 scoring dialog box completed
15487         * src/scoring.[ch]
15488                 conversion to string : added scoringprop_to_string()
15489                 write config for preferences :
15490                 added prefs_scoring_write_config()
15491         * src/summaryview.c
15492                 threads can be enabled/disabled independently
15493                 for each folder
15494
15495 2001-05-10 [alfons]
15496
15497         0.4.67claws1
15498         
15499         * AUTHORS: 
15500                 thought it would be nice to have a list of all
15501                 contributors (used Changelog as a reference)
15502         
15503         * configure.in: 
15504                 messed up version numbering...
15505
15506         0.4.66claws1
15507
15508         * sync with sylpheed 0.4.67cvs1-3
15509
15510 2001-05-10 [darko]
15511
15512         * src/prefs_common.c:
15513                 better UI for strftime format, double clicking
15514                 on format now inserts the format in text entry
15515                 replaced close button with standard OK/Cancel
15516                 moved date format button to the right of the
15517                 text entry field
15518
15519 2001-05-09 [alfons]
15520
15521         * src/gtkstext.c:
15522                 Ctrl-Home / Ctrl-End have proper cursor navigation
15523
15524 2001-05-09 [hoa]
15525
15526         * src/prefs_matcher.c
15527                 finished UI to define matching properties
15528                 added ok and cancel button
15529         * src/prefs_filter.c
15530                 added ok and cancel button
15531         * src/news.c
15532                 fixed some bug in xhdr parsing
15533
15534 2001-05-08 [alfons]
15535
15536         * src/textview.c: 
15537                 fixed a bug in textview_show_header(), which displayed two colons (':');
15538                 cleaned up some warnings
15539
15540 2001-05-08 [hoa]
15541
15542         * src/Makefile.am
15543                 added prefs_matcher.[ch]
15544                 compilation with -W -Wall
15545         * src/alertpanel.c
15546                 ungrab the mouse events if grabbed - does it
15547                 fix the bug for disposition notification ?
15548         * src/mainwindow.c
15549                 added a menu option to open the matching dialog.
15550         * src/matcher.[ch]
15551                 added matcherprop_to_string() and matcherlist_to_string()
15552                 fixed some bugs, changed the name of some options
15553                 age_sup and age_inf becomes age_greater and age_lower,
15554                 body and messageheaders becomes body_part and headers_part,
15555                 changed the names of constants from SCORING_XXX to MATCHING_XXX
15556         * src/prefs_display_header.c
15557         * src/prefs_headers.c
15558                 fixed a bug that accidentally destroyed dialogs
15559                 when closed them with delete_event
15560                 Added *_deleted() which handle delete_event signal correctly.
15561         * src/prefs_folder_item.[ch]
15562                 added "enable_thread" field for future customization
15563         * added src/prefs_matcher.[ch]
15564                 sample of the UI to define matching properties
15565         * src/procheader.c
15566                 using procheader_headername_equal instead of str*cmp functions
15567                 using procheader_parse_header() function
15568         * src/scoring.c
15569                 using MATCHING_XXX instead of SCORING_XXX
15570         * src/summaryview.c
15571                 display the sender of the news even if this is ourself
15572                 when this is a news message.
15573         * src/textview.c
15574                 using headername_equal() instead of str*cmp functions
15575
15576 2001-05-08 [alfons]
15577
15578         0.4.66claws
15579
15580         * sync with sylpheed 0.4.66
15581         * src/gtkstext.c: trace logs added 
15582
15583 2001-05-08 [sergey]
15584
15585         * src/prefs_common.[ch]: added option to enable/disable GnuPG
15586         signature check popup.
15587         * src/rfc2015.c (check_signature): show signature check popup only
15588         if it is enabled in preferences.
15589
15590 2001-05-07 [alfons]
15591
15592         0.4.66claws4
15593         
15594         * sync with sylpheed 0.4.66cvs6
15595
15596 2001-05-07 [darko]
15597
15598         * src/prefs_common.[ch]: added option to enable/disable
15599           looking up sender name in address book for summary pane
15600         * src/summaryview.c: look up sender in the address book
15601           by using Alfons' address completion code
15602
15603 2001-05-07 [hiroyuki]
15604
15605         * src/inc.h
15606           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
15607           member of Pop3State.
15608         * src/news.c: brought #include "defs.h" before #include <glib.h>
15609           to prevent the warning of `MIN' and `MAX' redefinition.
15610
15611 2001-05-06 [hoa]
15612
15613         * removed src/headers_display.[ch]
15614         * removed src/prefs_display_headers.[ch]
15615         * src/inc.c
15616                 use a temporary file in the user directory for mbox import
15617         * src/news.c
15618                 added XHDR support to get "To" and "Cc" headers
15619                 (in order to match news with to or cc field for
15620                 scoring)
15621                 added function news_parse_xhdr() to get XHDR response
15622         * src/nntp.[ch]
15623                 added function nntp_xhdr()
15624         * src/matcher.c
15625                 fetch the message if necessary
15626
15627 2001-05-06 [alfons]
15628
15629         0.4.66claws3
15630
15631         * sync with sylpheed 0.4.66cvs3-5
15632
15633 2001-05-06 [hoa]
15634
15635         * src/utils.[ch]
15636                 added function itos_buf() to enable use of several buffers
15637         * src/summaryview.c
15638                 use of itos_buf() instead of itos() in summary list
15639                 to fix the broken display of message number.
15640
15641 2001-05-06 [alfons]
15642
15643         * src/gtkstext.c: bug in cursor up navigation fixed,
15644                 fixed another unsigned / signed comparison (we're getting there :-)
15645
15646 2001-05-06 [hoa]
15647
15648         * src/Makefile.am
15649                 added scoring.c scoring.h
15650                 prefs_folder_item.c prefs_folder_item.h
15651                 matcher.c matcher.h
15652         * src/defs.h
15653                 added FOLDERITEM_RC SCORING_RC
15654         * src/folder.[ch]
15655                 added prefs field in FolderItem :
15656                 properties for each folder (PrefsFolderItem),
15657                 sorting type and mode were added as the first properties.
15658         * src/main.c
15659                 read config for scoring
15660         * added src/matcher.[ch]
15661                 gives functions to parse configuration file to do
15662                 matching on mails with a list of conditions.
15663         * src/mainwindow.c
15664                 add option to sort by score
15665         * src/prefs_common.[ch]
15666                 added preference option to show score and for
15667                 the score column size
15668         * added src/prefs_folder_item.[ch]
15669                 properties for each folder (PrefsFolderItem),
15670                 sorting type and mode were added as the first properties.
15671         * src/procheader.[ch]
15672                 added procheader_parse_header()
15673                 added procheader_header_free()
15674                 added procheader_headername_equal()
15675                 and made modification to use them.
15676         * src/procmsg.[ch]
15677                 added score field to MsgInfo structure
15678         * added src/scoring.[ch]
15679                 gives functions to parse configuration file to do
15680                 scoring on mails with a list of conditions.
15681         * src/summaryview.[ch]
15682                 save the sorting type and mode for the folder
15683                 added column to display the score of the mail
15684                 added function summary_score_clicked()
15685                 sorting type and mode are restored to the folder
15686                 when it is reopen
15687         * src/textview.c
15688                 use procheader_parse_header(), procheader_headername_equal()
15689                 removed memory leak in text_scan_header when freeing headers
15690         * src/filter.c
15691                 changed the function to match names of headers
15692                 using procheader_headername_equal()
15693
15694         Scoring functions are implemented, an interface is needed
15695         to configure that.
15696
15697 2001-05-04 [alfons]
15698
15699         * src/gtkstext.c: 
15700                 hopefully fixed the row up navigation bug,
15701                 removed adding back / forward lines to cache
15702
15703 2001-05-04 [sergey]
15704
15705         * src/prefs_display_headers.c: user interface changes:
15706         (prefs_display_headers_create): remove unused "Show" check button;
15707         allow reordering of headers by dragging.
15708         (prefs_display_headers_write_config): remove unused variables.
15709         (prefs_display_headers_set_dialog): do not insert "(New)" at top
15710         of lists (not needed with the new UI).
15711         (prefs_display_headers_set_list): scan lists starting from row 0,
15712         not 1 (do not skip "(New)").
15713         (prefs_display_headers_find_header): new function.
15714         (prefs_display_headers_clist_set_row): do not allow duplicates.
15715         (prefs_display_headers_delete_cb): do not skip row 0; treat
15716         closing the alert window by ESC as "No".
15717         (prefs_display_headers_up): do not protect row 0.
15718         (prefs_display_headers_down): do not protect row 0.
15719
15720 2001-05-04 [sergey]
15721
15722         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
15723         functions.
15724
15725         * src/summaryview.c
15726         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
15727         summary_select_next_marked, summary_select_prev_marked): new
15728         functions.
15729
15730 2001-05-03 [sergey]
15731
15732         * src/news.c: fixed a bug when no article can be fetched after
15733         server timeout if the connection was restored by news_post():
15734         (news_select_group): new function.
15735         (news_fetch_msg): call news_select_group() before fetching
15736         article.
15737         (news_get_uncached_articles): set session->group after successful
15738         GROUP command.
15739
15740 2001-05-03 [hoa]
15741
15742         * src/defs.h
15743         * src/procmsg.[ch]
15744         * src/procheader.c
15745                  changed version of cache, added cc field
15746
15747         * src/prefs_display_headers.c
15748                 the interface was changed
15749
15750         * src/prefs_headers.c
15751                 added cancel button
15752
15753 2001-05-03 [alfons]
15754
15755         * completed sync of sylpheed cvs2
15756         * src/gtkstext.c: updated row up / down cursor navigation
15757         * src/textview.c: re-edited, prepared for fixing the email address
15758                 scanner.
15759
15760 2001-05-03 [darko]
15761
15762         * src/prefs_common.c: use alfons' strftime ui code
15763         entry_datefmt and datefmt_sample widgets have to be
15764         global in this module because of this change
15765
15766 2001-05-03 [hoa]
15767
15768         * src/messageview.c
15769         * src/prefs_common.[ch] added option to activate the return receipt
15770                 feature.
15771
15772 2001-05-02 [alfons]
15773
15774         * src/gtkstext.c: fix for row up/down cursor navigation. 
15775
15776         0.4.66claws2
15777         
15778         * sync with 0.4.66cvs2
15779
15780 2001-05-02 [paul]
15781
15782         added add-sender-to-addressbook patch
15783
15784         * src/addressbook.c
15785         * src/addressbook.h
15786         * src/summaryview.c
15787
15788 2001-05-02 [sergey]
15789
15790         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15791         G_ALERTDISABLE.
15792
15793         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15794         all existing callers changed to pass FALSE; create a check button
15795         to disable the message.
15796         (alertpanel_message_with_disable): new function.
15797         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15798         (alertpanel_button_toggled): new function.
15799         (alertpanel_button_clicked, alertpanel_close): set value using
15800         G_ALERT_VALUE_MASK.
15801
15802         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15803
15804         * src/prefs_common.c (prefs_privacy_create): new check button
15805         checkbtn_gpgme_warning.
15806
15807         * src/main.c (main): moved preferences reading before gpgme
15808         initialization; check prefs_common.gpgme_warning before giving the
15809         GnuPG warning and set it to FALSE if the user wants to disable the
15810         warning.
15811
15812 2001-05-02 [hiroyuki]
15813
15814         * src/prefs_display_headers.c: modified the layout and some labels.
15815
15816 2001-05-02 [sergey]
15817
15818         * src/prefs_account.c (prefs_account_fix_size): new function.
15819         (prefs_account_create): call prefs_account_fix_size(); use
15820         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15821         size when the window is shown for the first time).
15822         (prefs_account_basic_create): changed layout of serv_table; moved
15823         localmbox_entry above smtpserv_entry (logically it replaces
15824         POP3/IMAP server).
15825         (prefs_account_protocol_activated): set sensitivity of
15826         nntpauth_chkbtn according to the protocol (in addition to
15827         hide/show); commented out gtk_table_set_row_spacing() calls.
15828         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15829         not sensitive (fixes a bug with disabled username/password boxes
15830         when editing POP3 account after NNTP with authentication).
15831
15832 2001-05-02 [hoa]
15833
15834         * src/account.c
15835         * src/inc.c
15836         * src/prefs_account.[ch]
15837         * src/send.c
15838                 removed local account without SMTP server
15839                 added option to use mail command instead of a connexion
15840                 to SMTP server when a local account is used
15841         * src/prefs_headers.c
15842                 fixed a bug
15843         * src/news.c
15844                 fixed a bug when connexion immediately closed
15845
15846 2001-05-01 [alfons]
15847
15848         0.4.66claws1
15849         
15850         * sync with 0.4.65
15851
15852 2001-05-01 [sergey]
15853
15854         * src/prefs_account.c (Basic, prefs_account_basic_create): new
15855         widget nntpauth_chkbtn.
15856         (prefs_account_protocol_activated): handle nntpauth_chkbtn
15857         visibility.
15858         (prefs_account_nntpauth_toggled): new function.
15859
15860         * src/news.c (news_session_new_for_folder): use NNTP
15861         authentication only if ac->use_nntp_auth is set.
15862
15863 2001-05-01 [hoa]
15864
15865         * src/Makefile.am changed headers.[ch] in customheader.[ch]
15866         * src/prefs_display_headers.c changed the UI
15867         * src/prefs_headers.c changed account_name to account_id
15868         * src/compose.c using customheader.h
15869
15870 2001-05-01 [hiroyuki]
15871
15872         * src/esmtp.c
15873           src/news.c
15874           src/nntp.c: changed sock_read() to sock_gets(), they've been left
15875           unsynched.
15876
15877 2001-05-01 [hoa]
15878
15879         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
15880         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
15881                 for displaying of headers
15882         * src/grouplist_dialog.[ch] minor changes to remove warnings
15883         * src/prefs_display_headers.[ch] dialog to choose the
15884         headers to display in the mail viewer.
15885         * src/headers.h correction of #define
15886         * src/headers_display.[ch] configuration for displaying of headers.
15887         * src/main.c read config of displaying of headers
15888         * src/prefs_common.c add a button to access the config dialog
15889                 for displaying of headers
15890         * src/prefs_display_headers.[ch] dialog for configuration for
15891                 displaying of the headers.
15892         * src/prefs_headers.c cleaning of code
15893         * src/procheader.c comments added to code
15894         * src/textview.c changes to reorder the headers depending
15895                 on the config for displaying of headers
15896
15897 2001-04-30 [alfons]
15898
15899         0.4.65claws7
15900
15901         * sync with 0.4.65cvs12
15902
15903         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
15904
15905 2001-04-30 [sergey]
15906
15907         * src/nntp.h (NNTPSockInfo): new field auth_failed.
15908
15909         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
15910         is set to force reconnection after authentication failure.
15911         (nntp_gen_command): set sock->auth_failed on authentication
15912         failure, or if sock->userid and sock->passwd are not set.
15913
15914         * src/news.c (news_session_new_for_folder): set userid=NULL if
15915         password dialog is cancelled.
15916
15917 2001-04-30 [sergey]
15918
15919         * src/nntp.h (NNTPSockInfo): new type.
15920
15921         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
15922         SockInfo.
15923         (nntp_open_auth, nntp_close): new functions.
15924         (nntp_gen_command): new function to handle authentication; all
15925         NNTP command functions updated to use it.
15926         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
15927         (nntp_list): removed old useless code.
15928
15929         * src/news.h (NNTPSession): new field nntp_sock.
15930
15931         * src/news.c: all functions updated to use NNTPSockInfo instead of
15932         SockInfo.
15933         (news_session_new): new arguments (userid, passwd); made static;
15934         use nntp_open_auth() if needed.
15935         (news_session_destroy): use nntp_close() instead of sock_close().
15936         (news_query_password): changed arguments.
15937         (news_session_new_for_folder): new function.
15938         (news_session_get): use news_session_new_for_folder().
15939         (news_authenticate): deleted.
15940         (news_get_uncached_articles): removed old authentication code.
15941
15942 2001-04-30 [sergey]
15943
15944         * src/news.c: reverted my previous changes (need to do NNTP
15945         authentication in a cleaner way).
15946         
15947 2001-04-29 [sergey]
15948
15949         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
15950         news_nntp_post, news_nntp_mode): new functions (wrappers with
15951         authentication support).
15952         (news_get_article_cmd, news_get_article, news_get_header): new
15953         argument "folder"; all callers changed.
15954         (news_get_article_cmd): added authentication support.
15955         (news_session_get): use news_nntp_mode() instead of nntp_mode().
15956         (news_post): use news_nntp_post() instead of nntp_post().
15957         (news_get_uncached_articles): use news_nntp_group() instead of
15958         nntp_group() and news_nntp_xover() instead of nntp_xover();
15959         removed old authentication code.
15960         (news_get_group_list): use news_nntp_list() instead of nntp_list().
15961
15962         * src/nntp.c (nntp_list): return real error code instead of
15963         hardcoded NN_ERROR.
15964
15965 2001-04-29 [sergey]
15966
15967         * configure.in: fixed wint_t typedef detection again
15968
15969 2001-04-28 [hoa]
15970
15971         * src/prefs_account.[ch], added A_LOCAL_CMD
15972                 (send mail with mail command)
15973         * src/send.c added function send_message_with_command()
15974         * src/inc.c made a more secure get_spool() function with
15975                 mktemp() but maybe mkstemp() or something more
15976                 secure can be used.
15977
15978 2001-04-28 [alfons]
15979
15980         * src/textview.c, colorization of email addresses in headers
15981
15982         0.4.65claws6
15983
15984         * bug sync with sylpheed
15985         * prefs_common.c: created date format ui for darko
15986         * sync with 0.4.65cvs11
15987         * configure.in: corrected to have the new gpg checks
15988
15989 2001-04-27 [alfons]
15990
15991         * completed sync with 0.4.65cvs10
15992         * minor debug things added to gtkstext.c
15993
15994 2001-04-27 [darko]
15995
15996         * configure.in: remove check for availability of
15997           strftime() as advised by Hiroyuki
15998         * src/prefs_common.[ch], src/procheader.c:
15999           synch strftime() code with Hiroyki's main branch
16000
16001 2001-04-26 [sergey]
16002
16003         * src/news.c: news_query_password(), news_authenticate(): new
16004           functions.
16005           news_get_uncached_articles(): added NNTP authentication
16006           handling.
16007         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
16008           new functions.
16009         * src/prefs_account.c: prefs_account_protocol_activated():
16010           enable userid and password fields for NNTP.
16011
16012 2001-04-26
16013
16014         * configure.in: check for availability of strftime()
16015           [darko]
16016         * src/prefs_common.[ch], src/procheader.c: use
16017           strftime() for displaying date in summary pane if it
16018           is available
16019
16020 2001-04-25
16021
16022         * more .cvsignore cleanups [alfons]
16023
16024 2001-04-25
16025
16026         * ac/sv-check-type.m4: new autoconf macro.
16027         * configure.in: fixed wint_t typedef detection (did not work
16028           with gcc-2.96).
16029
16030 2001-04-25
16031
16032         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
16033           [hiroyuki]
16034
16035 2001-04-24
16036         * modified gtkstext.c : buggy cursor navigation fixed, 
16037           and font descent also taken in account when drawing
16038           cursor. [alfons]
16039
16040 2001-04-24 [hoa]
16041         * added comments in src/news.c src/nntp.c
16042         * added src/prefs_headers.[ch]
16043         * added src/headers.[ch]
16044         * modified compose.c to activate custom headers
16045                 added function is_in_custom_headers
16046         * modified prefs_account.[ch]
16047                 added function prefs_account_customhdr_edit
16048         * modified src/defs.h :
16049                 added HEADERS_RC : name of the config file
16050                 for the custom headers
16051
16052 2001-04-24
16053
16054     0.4.65claws5
16055
16056         * configure.in
16057           src/gtkstext.[ch]
16058           src/compose.c
16059           src/Makefile.am
16060           
16061           added gtkstext with configure.in patch by Hiroyuki which
16062           should fix the XIM detection [alfons]
16063
16064         * more clean up of cvs [alfons]
16065
16066                  * removed all Makefile.in files to attic.
16067
16068                  * updated all .cvsignores to really ignore things that could
16069                    be unintentionally committed by a recursive commit.
16070
16071 2001-04-23 [hoa]
16072         * added src/grouplist_dialog.[ch]
16073         * changed src/folderview.c to call grouplist_dialog instead
16074                 of inputdialog
16075         * src/news.c :
16076                 added functions news_reset_group_list
16077                 and news_get_group_list
16078         * src/nntp.c :
16079                 added function nntp_list
16080         * src/defs.h :
16081                 added GROUPLIST_FILE : name of the newsgroup list cache file
16082
16083 2001-04-21
16084
16085         * added option to warn about queued messages on exit [sergey]:
16086
16087           * src/compose.c: compose_queue(): call folder_item_scan()
16088             and folderview_update_item() after queueing.
16089           * src/folderview.c: folderview_update_node(): draw the queue
16090             folder in bold font if there are queued messages.
16091           * src/mainwindow.c: queued_messages(): new function.
16092             app_exit_cb(): display warning if there are queued messages
16093             if warn_queued_on_exit is set.
16094           * prefs_common.[ch]: add warn_queued_on_exit option.
16095
16096         * enhanced GnuPG key selection support [sergey]:
16097
16098           * src/select-keys.c: updated to newer version from Win32
16099             branch with support for selecting arbitrary keys.
16100           * src/prefs_account.c: added the Privacy tab to the account
16101             options window.
16102             prefs_account_privacy_create(),
16103             prefs_account_sign_key_set_data_from_radiobtn(),
16104             prefs_account_sign_key_set_radiobtn(): new functions.
16105           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
16106           * src/rfc2015.c: set_signers(): new function.
16107             pgp_sign(): add the account parameter, call set_signers().
16108             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
16109           * src/rfc2015.h: rfc2015_sign(): updated prototype.
16110           * src/compose.c: pass the current account to rfc2015_sign().
16111
16112         * tag name claws added to prevent confusion with main branch [alfons]
16113
16114         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
16115
16116         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
16117
16118         * sync with recent sylpheed cvs. Untested though. [alfons]
16119