a607ec36ae5e2dcbb11795563fec1145313ed536
[claws.git] / ChangeLog.claws
1 2003-05-21 [paul]       0.8.11claws171
2
3         * sync with 0.9.0cvs6
4                 see ChangeLog 2003-05-21
5
6 2003-05-21 [paul]       0.8.11claws170
7
8         * sync with 0.9.0cvs5
9                 see ChangeLog 2003-05-21
10
11 2003-05-20 [paul]       0.8.11claws169
12
13         * sync with 0.9.0cvs4
14                 see ChangeLog 2003-05-20
15                 fixes bug #152, 'encoding of IMAP folders names'
16
17 2003-05-20 [paul]       0.8.11claws168
18
19         * sync with 0.9.0cvs3
20                 see ChangeLog 2003-05-20
21                 
22         * src/tools/convert_mbox.pl
23                 minor change in the comments, submitted by Fred Marton
24
25 2003-05-19 [paul]       0.8.11claws167
26
27         * src/plugins/clamav/Makefile.am
28           configure.ac
29                 link clamav_lib to the plugin and not to the main program
30
31 2003-05-19 [christoph]
32
33         * src/Makefile.am
34                 add -export-dynamic for linking
35
36 2003-05-19 [paul]       0.8.11claws166
37
38         * sync with 0.9.0cvs1
39                 see ChangeLog 2003-05-19
40
41 2003-05-19 [paul]       0.8.11claws165
42
43         * src/inc.c
44                 fix 'pop before smtp' timeout
45
46 2003-05-18 [alfons]     0.8.11claws164
47
48         * src/prefs_matcher.c
49                 put "execute" action command line ("expression") in edit box
50
51 2003-05-18 [christoph]  0.8.11claws163
52
53         * src/mimeview.[ch]
54         * src/plugins/dillo_viewer/dillo_viewer.c
55         * src/plugins/image_viewer/viewer.c
56         * src/plugins/mathml_viewer/mathml_viewer.c
57                 let a viewer have a list of Content-Types
58
59 2003-05-18 [paul]       0.8.11claws162
60
61         * src/prefs_filtering.c
62                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
63                 and REDIRECT actions
64
65 2003-05-17 [christoph]
66
67         * README.claws
68                 o remove dynamic signatures that was syned with main
69                 o add infos about no longer "build in" image viewer
70                 o update bugtracker URL
71
72 2003-05-17 [christoph]  0.8.11claws161
73
74         * src/folder.c
75         * src/folderview.c
76         * src/imap.c
77                 don't use imap_scan_folder anymore. Instead call folder_item_scan
78                 for every folder after rebuilding the folder tree.
79
80         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
81          messages)
82
83 2003-05-17 [christoph]  0.8.11claws160
84
85         * src/imap.c
86                 don't use STATUS command on current folder to check for
87                 content changes. imap_cmd_ok() now tracks changes to
88                 folder and number of existing messages.
89
90 2003-05-17 [paul]       0.8.11claws159
91
92         * src/plugins/clamav/clamav_plugin.c
93                 remove unnecessary debug_print
94
95 2003-05-16 [thorsten]   0.8.11claws158
96
97         * src/plugins/demo.c
98                 included missing intl.h
99
100 2003-05-16 [paul]       0.8.11claws157
101
102         * po/POTFILES.in
103                 remove non-existant entries
104         
105         * src/plugins/clamav/clamav_plugin.c
106           src/plugins/clamav/clamav_plugin_gtk.c
107           src/plugins/dillo_viewer/dillo_prefs.c
108           src/plugins/dillo_viewer/dillo_viewer.c
109                 gettextise
110
111 2003-05-16 [christoph]  0.8.11claws156
112
113         * po/POTFILES.in
114                 include plugin .c files for translation until I
115                 find a better solution to have plugins have their
116                 own textdomain
117         * src/plugins/demo/demo.c
118         * src/plugins/image_viewer/plugin.c
119         * src/plugins/mathml_viewer/mathml_viewer.c
120         * src/plugins/spamassassin/spamassassin.c
121         * src/plugins/spamassassin/spamassassin_gtk.c
122         * src/plugins/trayicon/trayicon.c
123                 add gettext macros for plugin name and description
124
125 2003-05-16 [paul]
126
127         * sync with 0.9.0
128
129 2003-05-16 [paul]       0.8.11claws155
130
131         * sync with lastest 0.9.0pre1
132                 see ChangeLog 2003-05-16
133
134 2003-05-15 [paul]       0.8.11claws154
135
136         * sync with latest 0.9.0pre1
137                 see ChangeLog 2003-05-14 and 2003-05-15
138
139 2003-05-14 [christoph]  0.8.11claws153
140
141         * src/plugins/image_viewer/viewer.c
142         * src/plugins/image_viewer/viewer.glade         ** NEW **
143         * src/plugins/image_viewer/viewerprefs.c
144                 make it possible to disable the autoload function in the
145                 imageviewer again
146
147 2003-05-14 [christoph]  0.8.11claws152
148
149         * src/folder.c
150                 fix folder update after adding a message
151
152 2003-05-13 [alfons]     0.8.11claws151
153
154         * src/common/session.c
155                 remove debug traces
156                 
157         * src/addrcache.[ch]
158         * src/filtering.[ch]
159         * src/folder.[c]
160         * src/gtkaspell.[ch]
161         * src/imap.[ch]
162         * src/mbox_folder.[ch]
163         * src/mh.[ch]
164         * src/mimeview.h
165         * src/msgcache.[ch]
166         * src/news.[ch]
167         * src/passphrase.[ch]
168         * src/prefs_common.[ch]
169         * src/prefs_gtk.[ch]
170         * src/procmsg.c
171         * src/scoring.[ch]
172                 be pedantic; (in prototypes () implies (int))
173
174 2003-05-13 [alfons]     0.8.11claws150
175
176         * src/prefs_toolbar.[ch]
177         * src/summaryview.[ch]
178         * src/toolbar.[ch]
179                 change misleading text in toolbar prefs;
180                 add toolbar action for ignore thread (toggles ignore thread flag);
181                 clean up a little bit;
182
183 2003-05-12 [paul]
184
185         * tools/convert_mbox.pl
186                 bug fixed by Fred Marton
187
188 2003-05-12 [paul]
189
190         * sync with 0.9.0pre1
191
192 2003-05-09 [paul]       0.8.11claws149
193
194         * sync with 0.8.11cvs43
195                 see ChangeLog 2003-05-09
196
197 2003-05-08 [christoph]  0.8.11claws148
198
199         * src/imap.[ch]
200                 o use CAPABILIY as first command and check for PREAUTH
201                   information in the response to it
202                 o rewrite all imap_cmd_* functions to use an IMAPSession
203                   instead of a SockInfo as parameter
204                 o do STARTTLS after fetching and checking the server
205                   capabilities
206
207 2003-05-08 [paul]       0.8.11claws147
208
209         * tools/Makefile.am
210           tools/README
211           tools/convert_mbox.pl         ** NEW FILE **
212                 add mbox conversion script. Submitted by 
213                 Fred Marton <Fred.Marton@uni-bayreuth.de>
214
215 2003-05-07 [christoph]
216
217         * doc-src/glade.txt
218         * src/gtk/pluginwindow.glade
219         * src/plugins/image_viewer/viewerprefs.glade
220         * src/plugins/spamassassin/spamassassin_gtk.glade
221                 add glade files for user interfaces and a description how
222                 to use glade to create the sylpheed code
223
224 2003-05-07 [paul]       0.8.11claws146
225
226         * sync with 0.8.11cvs41
227                 see ChangeLog 2003-05-07
228
229 2003-05-06 [christoph]  0.8.11claws145
230
231         * src/main.c
232         * src/plugins/image_viewer/viewer.c
233                 fix usage of imlib in imageviewer plugin
234
235         * src/gtk/prefswindow.c
236                 handle window close event correctly
237
238 2003-05-06 [paul]       0.8.11claws144
239
240         * src/common/ssl.c
241                 fix typo introduced in sync
242
243 2003-05-06 [paul]       0.8.11claws143
244
245         * sync with 0.8.11cvs39
246                 see ChangeLog 2003-05-06
247
248 2003-05-06 [paul]       0.8.11claws142
249
250         * AUTHORS
251           po/cs.po
252                 updated Czech translation, submitted by 
253                 Radek Vybiral <Radek.Vybiral@vsb.cz>
254                 
255         * src/plugins/clamav/clamav_plugin_gtk.c
256                 clean up
257
258 2003-05-03 [alfons]     0.8.11claws141
259
260         * src/compose.[ch]
261                 make paste as quotation work even when the call to 
262                 text_inserted() was deferred (fixes bug #140 "Paste 
263                 as quotation does not work when using "external" 
264                 clipboard")
265
266 2003-05-03 [thorsten]   0.8.11claws140
267
268         * src/addrquery.h
269           src/ldapquery.h
270           src/mainwindow.c
271                 removed C++ comments
272         * src/addr_compl.c
273                 function with non-int retval/param used before
274                 implementation/declaration
275
276 2003-05-02 [paul]       0.8.11claws139
277
278         * src/addr_compl.[ch]
279           src/addressbook.[ch]
280           src/addrindex.c
281           src/summaryview.c
282                 revert match's changes to (finally) remove the bug where
283                 opening a folder causes massive slowdown when using the 
284                 'Display sender using address book' option
285
286 2003-05-01 [melvin]     0.8.11claws138
287
288         * src/plugins/dillo_viewer/dillo_prefs.[ch]
289         * src/plugins/dillo_viewer/dillo_viewer.c
290                 Fixed bug where "Cancel" button from prefs issued
291                 warnings.
292                 Comply a little more to coding style
293
294 2003-05-01 [paul]       0.8.11claws137
295
296         * sync with 0.8.11cvs38
297                 see ChangeLog 2003-05-01
298
299 2003-05-01 [paul]       0.8.11claws136
300
301         * po/bg.po
302                 updated by George Danchev
303
304 2003-04-30 [christoph]  0.8.11claws135
305
306         * src/plugins/dillo_viewer/dillo_prefs.c
307         * src/plugins/image_viewer/viewerprefs.c
308         * src/plugins/spamassassin/spamassassin_gtk.c
309                 remove gtk_widget_ref() calls for widgets in
310                 glade code
311
312 2003-04-30 [paul]       0.8.11claws134
313
314         * src/addrindex.c
315                 ok, this time a better fix for the bug where opening folder
316                 has massive slowdown when using the 'Display sender using 
317                 address book' option
318
319 2003-04-30 [paul]       0.8.11claws133
320
321         * src/addrindex.c
322                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
323         
324 2003-04-30 [melvin]     0.8.11claws132
325
326         New: Dillo plugin preferences (patch by Dimitar Haralanov)
327
328         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
329                 Preferences for the dillo plugin
330         * src/plugins/dillo_viewer/dillo_viewer.c
331                 Support for preferences
332         * src/plugins/dillo_viewer/Makefile.am
333                 Added dillo_prefs.[ch]
334
335 2003-04-30 [alfons]     0.8.11claws131
336
337         * src/common/plugin.[ch]
338                 see? this ANSI C'fication immediately gives us type
339                 checking for free.
340
341 2003-04-30 [alfons]     0.8.11claws130
342
343         * src/common/plugin.[ch]
344         * src/plugins/clamav/clamav_plugin.[ch]
345         * src/plugins/clamav/clamav_plugin_gtk.c
346         * src/plugins/demo/demo.c
347         * src/plugins/dillo_viewer/dillo_viewer.c
348         * src/plugins/image_viewer/plugin.c
349         * src/plugins/image_viewer/viewer.[ch]
350         * src/plugins/image_viewer/viewerprefs.[ch]
351         * src/plugins/mathml_viewer/mathml_viewer.c
352         * src/plugins/spamassassin/spamassassin.[ch]
353         * src/plugins/spamassassin/spamassassin_gtk.c
354         * src/plugins/trayicon/trayicon.c
355                 clean up
356
357 2003-04-30 [alfons]     0.8.11claws129
358
359         * src/common/utils.c
360                 make is_ascii_str() fail gracefully when NULL pointer
361                 is passed
362
363 2003-04-30 [paul]       0.8.11claws128
364
365         * src/addrindex.c
366                 fix bug where opening folder has massive slowdown when
367                 using the 'Display sender using address book' option
368
369 2003-04-30 [paul]       0.8.11claws127
370
371         * src/plugins/clamav/clamav_plugin.c
372           src/plugins/clamav/clamav_plugin_gtk.c
373           src/plugins/demo/demo.c
374           src/plugins/dillo_viewer/dillo_viewer.c
375           src/plugins/image_viewer/plugin.c
376           src/plugins/mathml_viewer/mathml_viewer.c
377           src/plugins/spamassassin/spamassassin.c
378           src/plugins/spamassassin/spamassassin_gtk.c
379           src/plugins/trayicon/trayicon.c
380                 get rid of eye-hurting function signatures
381
382 2003-04-30 [paul]       0.8.11claws126
383
384         * src/plugins/trayicon/trayicon.c
385                 add description
386                 
387         * src/mimeview.c
388                 be more descriptive
389
390 2003-04-30 [paul]       0.8.11claws125
391
392         * configure.ac
393                 arrange the plugins in reverse alphabetical order
394                 
395         * src/plugins/clamav/clamav_plugin.[ch]
396           src/plugins/clamav/clamav_plugin_gtk.c
397                 rename some params
398                 resize max_size window
399                 re-arrange the order of some gui elements
400                 improve descriptions
401         
402         * src/plugins/image_viewer/plugin.c
403           src/plugins/mathml_viewer/mathml_viewer.c
404                 add descriptions
405                 
406         * src/plugins/spamassassin/spamassassin_gtk.c
407                 resize max_size window
408                 re-arrange the order of some gui elements
409                 
410         * src/messageview.c
411           src/mimeview.c
412                 correct typos
413
414 2003-04-30 [alfons]     0.8.11claws124
415
416         * src/imap.c
417                 fix a leak found while browsing Martin Kluge's 
418                 valgrind log (Claws only)
419
420 2003-04-29 [darko]      0.8.11claws123
421
422         * src/gtk/gtkstext.h
423                 include wchar.h if it is available, fixes compilation
424                 on HP-UX systems
425
426 2003-04-29 [melvin]     0.8.11claws122
427
428         * src/prefs_actions.c
429                 Improved help text of Actions' syntax
430
431 2003-04-28 [paul]       0.8.11claws121
432
433         * src/action.c
434                 a better fix for the crash when performing an action
435                 on a mime part
436
437 2003-04-28 [paul]       0.8.11claws120
438
439         * src/action.c
440                 fix crash when performing an action on a
441                 mime part
442
443 2003-04-28 [paul]       0.8.11claws119
444
445         * sync with 0.8.11cvs36
446                 see ChangeLog 2003-04-28
447
448 2003-04-27 [paul]       0.8.11claws118
449
450         * more sync with 0.8.11cvs35
451                 see ChangeLog 2003-04-25
452
453 2003-04-26 [christoph]  0.8.11claws117
454
455         * src/folder.c
456                 fix remove virtual check
457
458 2003-04-26 [paul]       0.8.11claws116
459
460         * src/messageview.c
461                 fix return-receipt, make it work again
462
463 2003-04-26 [paul]       0.8.11claws115
464
465         * src/mimeview.c
466                 restore double-clicking of the [application/pgp-signature 
467                 (Select "Check signature" to check)] line in the message view,
468                 broken in recent sync
469
470 2003-04-26 [christoph]  0.8.11claws114
471
472         * src/folder.c
473                 check if remove virtual really exists before
474                 calling the function
475
476 2003-04-25 [match]      0.8.11claws113
477
478         * src/addrindex.c
479         * src/addrbook.c
480         * src/ldapquery.[ch]
481         * src/ldapctrl.[ch]
482                 fix memleak.
483         * src/ldapserver.[ch]
484                 fix memleak. fix segfault.
485                 plug a Claws memleak
486
487 2003-04-25 [alfons]     0.8.11claws112
488
489         * src/folder.c
490                 plug a Claws memleak
491
492 2003-04-25 [alfons]     0.8.11claws111
493
494         * src/common/session.c
495                 plug a memleak
496
497 2003-04-25 [paul]       0.8.11claws110
498
499         * sync with 0.8.11cvs35
500                 see ChangeLog 2003-04-24 and 2003-04-25
501                 
502         * src/gtk/pluginwindow.c
503                 correct another strange float value
504
505 2003-04-24 [christoph]  0.8.11claws109
506
507         * src/folder.c
508                 freeze folder item updates when unsetting new flags
509
510         * src/gtk/pluginwindow.c
511                 correct strange float value
512
513 2003-04-23 [paul]       0.8.11claws108
514
515         * sync with 0.8.11cvs33
516                 see ChangeLog 2003-04-23
517
518 2003-04-22 [paul]       0.8.11claws107
519
520         * src/Makefile.am
521           src/messageview.c
522           src/mimeview.c
523           src/pgptext.[ch]      ** REMOVED **
524                 remove pgptext.[ch] as its not used any more
525
526 2003-04-22 [paul]       0.8.11claws106
527
528         * sync with 0.8.11cvs31
529                 see ChangeLog 2003-04-21 and 2003-04-22
530
531 2003-04-21 [alfons]     0.8.11claws105
532
533         * src/main.c
534                 No access to GTK structures if we're a spawned child
535                 (and clean up code a little bit...) Should fix #126.
536
537 2003-04-21 [melvin]     0.8.11claws104
538
539         * src/plugins/dillo_viewer/README
540                 Improved slightly the text.
541
542 2003-04-21 [melvin]     0.8.11claws103
543
544         * src/plugins/dillo_viewer/README *** NEW ***
545                 Added a README file for the Dillo plugin
546
547 2003-04-20 [paul]
548
549         * tools/README
550           tools/outlook2sylpheed.pl
551                 updated and improved by Ricardo Mones Lastra
552
553 2003-04-18 [oliver]     0.8.11claws102
554
555         * src/inc.c 
556         * src/prefs_account.h
557                 remove Pop3SessionType (used by selective download)
558         * src/prefs_toolbar.c
559                 enable set Default Toolbar button
560
561 2003-04-18 [paul]       0.8.11claws101
562
563         * sync with 0.8.11cvs29
564                 see ChangeLog 2003-04-18
565
566 2003-04-17 [paul]       0.8.11claws100
567
568         * src/prefs_common.[ch]
569           src/summaryview.c
570                 remove 'Open next message on deletion' option,
571                 as the same effect can now be achieved via the
572                 'Always open messages in summary when selected'
573                 option.
574
575 2003-04-17 [paul]       0.8.11claws99
576
577         * sync with 0.8.11cvs28
578                 see ChangeLog 2003-04-17
579
580 2003-04-17 [christoph]  0.8.11claws98
581
582         * ac/spamassassin.m4
583         * src/plugins/spamassassin/libspamc.[ch]
584         * src/plugins/spamassassin/utils.[ch]
585                 sync libspamc with SpamAssassin project
586
587 2003-04-17 [christoph]  0.8.11claws97
588
589         * src/common/socket.h
590         * src/gtk/sslcertwindow.h
591                 rename old USE_SSL to USE_OPENSSL
592
593 2003-04-17 [paul]       0.8.11claws96
594
595         * src/prefs_common.h
596                 use gulong for P_COLOR so that it compiles/runs on
597                 64-bit systems. Patch submitted by James Noyes
598                 <jnoyes-claws@retrogeeks.com>
599                 
600         * po/de.po
601                 updated by Jens
602
603 2003-04-17 [paul]       0.8.11claws95
604
605         * sync with 0.8.11cvs27
606                 see ChangeLog 2003-04-16
607
608 2003-04-15 [paul]       0.8.11claws94
609
610         * src/prefs_common.[ch]
611                 rearrange to stop the window getting too long:
612                         move Receive dialog stuff to Receive tab
613                         move Send dialog to Send tab
614                         remove Dialogs frame
615                 rename 'Open messages in summary with cursor keys' to
616                 'Always open messages in summary when selected', as its
617                 more appropriate
618
619 2003-04-15 [paul]       0.8.11claws93
620
621         * src/prefs_common.[ch]
622           src/summaryview.c
623                 add new option '/Interface/Open next message on deletion'
624
625 2003-04-15 [paul]       0.8.11claws92
626
627         * src/summaryview.[ch]
628                 add /Mark/Lock and /Mark/Unlock to the pop-up
629                 menu. Patch submitted by Ivan Francolin Martinez
630                 <ivanfm@users.sourceforge.net>
631
632 2003-04-15 [paul]       0.8.11claws91
633
634         * sync with 0.8.11cvs24
635                 see ChangeLog 2003-04-15
636
637 2003-04-14 [jens]       0.8.11claws90
638
639         * updated German translation and some corrections from
640                 Roland Bless <bless@tm.uka.de>
641
642 2003-04-14 [paul]       0.8.11claws89
643
644         * sync with 0.8.11cvs22
645                 see ChangeLog 2003-04-14
646
647 2003-04-13 [paul]       0.8.11claws88
648
649         * src/plugins/clamav/clamav_plugin.c
650                 fix memory leaks
651                 clean up
652
653 2003-04-12 [paul]       0.8.11claws87
654
655         * src/plugins/clamav/clamav_plugin.c
656                 activate enable/disable archive scanning option
657                 
658         * src/plugins/clamav/.cvsignore         ** NEW FILE **
659
660 2003-04-12 [paul]       0.8.11claws86
661
662         * src/plugins/Makefile.am
663           src/plugins/clamav/Makefile.am                ** NEW FILE **
664           src/plugins/clamav/README                     ** NEW FILE ** 
665           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
666           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
667                 add Clam AntiVirus plugin
668
669 2003-04-12 [paul]       0.8.11claws85
670
671         * sync with 0.8.11cvs21
672                 see ChangeLog 2003-04-11
673
674 2003-04-11 [paul]       0.8.11claws84
675
676         * po/es.po
677                 update Spanish translation. Submitted by Ricardo
678                 Mones Lastra.
679
680 2003-04-10 [christoph]  0.8.11claws83
681
682         * src/mbox.c
683                 fix typo that did not move unfiltered mails to destination
684                 folder
685
686         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
687          when filtering from spool)
688
689 2003-04-10 [christoph]  0.8.11claws82
690
691         * src/imap.c
692                 use BODY.PEEK instead of BODY in in message fetch operation
693                 to make sure the IMAP server does not set the \Seen flag for
694                 messages. Sylpheed does that later itself, when the message
695                 is opened in sylpheed
696
697         (closes Bug 111 Claws destroys unread marks)
698
699 2003-04-09 [oliver]     0.8.11claws81
700         
701         * src/folder.c
702                 fix crash in folder_destroy
703         * README.claws
704                 remove selective download
705
706 2003-04-09 [christoph]  0.8.11claws80
707
708         * src/imap.c
709                 fix crash in imap_get_msginfo() when then fetched message
710                 is not found
711
712         (closes Bug 110 Crash during mail composition)
713
714 2003-04-08 [christoph]  0.8.11claws79
715
716         * src/folder.c
717         * src/prefs_account.c
718                 Filter new messages that are found in an INBOX folder
719                 when 'Filter messages on receiving' is enabled in the
720                 Folder's AccountPrefs. This allows to use Sylpheed's
721                 filtering engine for IMAP folders where messages are
722                 added to the INBOX by a MTA
723
724 2003-04-08 [paul]       0.8.11claws78
725
726         * src/procmsg.h
727                 clean up after last commit
728
729 2003-04-08 [paul]       0.8.11claws77
730
731         * sync with 0.8.11cvs20
732                 see ChangeLog 2003-04-07 and 2003-04-08
733
734 2003-04-07 [christoph]  0.8.11claws76
735
736         * src/filtering.[ch]
737         * src/inc.[ch]
738         * src/mbox.c
739         * src/procmsg.[ch]
740                 add procmsg_msginfo_filter() to execute filtering actions
741
742 2003-04-06 [christoph]  0.8.11claws75
743
744         * src/imap.c
745                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
746
747 2003-04-06 [christoph]  0.8.11claws74
748
749         * src/common/utils.[ch]
750                 add g_int_compare() function for slist sorting
751
752         * src/imap.c
753                 fetch all MsgInfos with one command in imap_get_msginfos()
754                 using an imap set with a list of ranges
755
756         * src/news.c
757                 use new g_int_compare() function
758
759 2003-04-06 [thorsten]   0.8.11claws73
760
761         * src/mh.c
762                 corrected implementation of mh_folder_destroy()
763
764 2003-04-05 [christoph]  0.8.11claws72
765
766         * src/account.c
767         * src/folder.[ch]
768         * src/folderview.c
769         * src/imap.c
770         * src/inc.c
771         * src/main.c
772         * src/mainwindow.c
773         * src/mbox_folder.c
774         * src/mh.c
775         * src/mimeview.h
776         * src/msgcache.[ch]
777         * src/news.c
778         * src/procmime.h
779         * src/procmsg.[ch]
780         * src/setup.c
781         * src/gtk/gtkutils.c
782                 o rename structure field names class and new to klass and
783                   new_msgs, to allow including files in C++
784                 o add 'extern "C"' block to some header files
785                 o add MsgInfoList and MsgNumberList as alias for GSList for
786                   developers to know what type of list is expected
787
788         * src/plugins/image_viewer/plugin.c
789         * src/plugins/image_viewer/viewer.[ch]
790         * src/plugins/image_viewer/viewerprefs.[ch]
791                 rename function names to prevent conflicts
792
793 2003-04-05 [paul]       0.8.11claws71
794
795         * sync with 0.8.11cvs18
796                 see ChangeLog 2003-04-03 and 2003-04-04
797
798 2003-04-02 [christoph]  0.8.11claws70
799
800         * src/folder.[ch]
801         * src/imap.[ch]
802         * src/mbox_folder.[ch]
803         * src/mh.[ch]
804         * src/news.[ch]
805                 o Make all virtual folder functions private
806                 o remove unused folder code
807
808         * src/common/socket.[ch]
809         * src/summaryview.c
810                 fix warnings
811
812 2003-03-30 [alfons]     0.8.11claws69
813
814         * src/send_message.c
815                 remove two debug traces and see if people still report
816                 errors
817
818 2003-03-30 [alfons]     0.8.11claws68
819
820         * src/send_message.c
821         * src/commons/session.c
822                 add more debug traces
823
824 2003-03-30 [christoph]  0.8.11claws67
825
826         * src/folder.c
827                 change processing folder name from .processing to processing
828
829         * src/common/ssl.c
830                 disable SSL certificate check because it causes Xlib error
831                 when the child process want's to open an GTK window
832
833 2003-03-30 [christoph]  0.8.11claws66
834
835         * src/folder.c
836                 don't use default folder for processing folder item because
837                 it can be a non local folder
838
839         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
840
841 2003-03-30 [alfons]     0.8.11claws65
842
843         * src/send_message.c
844                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
845                 to generate bad code for 'send_send_data_progressive': When
846                 called from 'send_send_data_finished', the 'data' pointer is
847                 cleared just before the assignment to the dialog pointer
848
849 2003-03-29 [christoph]  0.8.11claws64
850
851         * src/common/prefs.h
852         * src/plugins/image_viewer/Makefile.am
853         * src/plugins/image_viewer/plugin.c
854         * src/plugins/image_viewer/viewer.[ch]
855         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
856                 add PrefsPage for ImageViewer
857
858 2003-03-28 [thorsten]   0.8.11claws63
859
860         * src/common/session.c
861                 added some comments
862
863 2003-03-28 [paul]       0.8.11claws62
864
865         * sync with 0.8.11cvs16
866                 see ChangeLog 2003-03-28
867
868 2003-03-28 [paul]       0.8.11claws61
869
870         * sync with 0.8.11cvs15
871                 see ChangeLog 2003-03-28
872
873 2003-03-27 [christoph]  0.8.11claws60
874
875         * src/folder.c
876         * src/imap.c
877         * src/common/socket.[ch]
878                 set socket state to DISCONNECTED when any operation
879                 fails to allow reconnecting in IMAP code without
880                 checking the return code of all calls to the command
881                 functions
882
883         * src/folderview.c
884         * src/summaryview.c
885                 remove some more stuff that depends on specific
886                 folder types
887
888 2003-03-27 [paul]       0.8.11claws59
889
890         * sync with 0.8.11cvs14
891                 see ChangeLog 2003-03-27
892                 
893         * src/selective_download.[ch]   ** REMOVED **
894                 really removed
895
896 2003-03-27 [christoph]  0.8.11claws58
897
898         * src/folder.c
899                 fix handling of tmp_flags in flag copy function
900
901 2003-03-27 [paul]       0.8.11claws57
902
903         * sync with 0.8.11cvs13
904                 see ChangeLog 2003-03-27
905
906 2003-03-27 [oliver]     0.8.11claws56
907
908         * src/maiwindow.c
909                 remove sel_download_cb
910
911 2003-03-27 [oliver]     0.8.11claws55
912         
913         * src/inc.c
914                 remove POP3_TOP
915         
916 2003-03-26 [oliver]     0.8.11claws54
917
918         *src/pop.h
919                 remove POP3_TOP*
920         * README.claws
921                 remove selective donwload readme
922
923 2003-03-26 [oliver]     0.8.11claws53
924         * src/matcher.[ch]
925         * src/matcher_parser_parse.y 
926         * src/pop.c 
927         * src/prefs_account.[ch]
928         * src/prefs_filtering.c
929                 remove selective donwload
930
931 2003-03-26 [oliver]     0.8.11claws52
932
933         * src/inc.[ch] 
934         * src/filtering.c 
935         * src/mainwindow.c 
936                 remove selective donwload
937
938 2003-03-26 [oliver]     0.8.11claws51
939         
940         * src/Makefile.am
941         * src/selective_download.[ch]   ** REMOVE **    
942
943 2003-03-26 [christoph]  0.8.11claws50
944
945         * src/news.c
946                 fix NEWS that got broken by a sync with sylpheed-main
947
948 2003-03-26 [christoph]  0.8.11claws49
949
950         * src/mimeview.c
951                 fix mime type guessing when no mime type is found for a file
952
953 2003-03-25 [christoph]  0.8.11claws48
954
955         * src/mimeview.c
956         * src/procmime.c
957                 remove mime type guessing from mime parser and use
958                 name based mime types in viewer lookup for mime type
959                 application/octet-stream
960
961 2003-03-25 [christoph]  0.8.11claws47
962
963         * doc-src/readme.txt
964         * doc-src/rfc2554.txt
965                 add RFC about SMTP AUTH
966
967         * src/send_message.c
968         * src/common/smtp.[ch]
969                 add extra error code for authentication errors and
970                 clear temporary password when this error occurs
971
972         (closes Bug 84 authentication failure while sending should
973          prompt for password again)
974
975 2003-03-25 [christoph]  0.8.11claws46
976
977         * configure.ac
978         * src/Makefile.am
979         * src/imageview.[ch]                            ** REMOVE **
980         * src/messageview.[ch]
981         * src/mimeview.[ch]
982         * src/prefs_common.[ch]
983         * src/textview.c
984         * src/plugins/Makefile.am
985         * src/plugins/image_viewer/.cvsignore           ** NEW **
986         * src/plugins/image_viewer/Makefile.am          ** NEW **
987         * src/plugins/image_viewer/plugin.c             ** NEW **
988         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
989                 move image viewer into a plugin (building is enabled by default)
990                 [ToDo: Prefs for resize and autoview]
991
992 2003-03-25 [paul]       0.8.11claws45
993
994         * sync with 0.8.11cvs12
995                 see ChangeLog 2003-03-26
996
997 2003-03-25 [paul]       0.8.11claws44
998
999         * sync with 0.8.11cvs11
1000                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
1001                 
1002         Note: Selective Download is broken.
1003                 
1004 2003-03-22 [christoph]  0.8.11claws43
1005
1006         * src/folder.c
1007                 code cleanup for flags copying
1008
1009 2003-03-22 [christoph]  0.8.11claws42
1010
1011         * src/plugins/trayicon/trayicon.c
1012                 fix setting the transparent area when the window size
1013                 is forced by the system tray
1014
1015 2003-03-22 [christoph]  0.8.11claws41
1016
1017         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
1018         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
1019         * src/plugins/trayicon/newmail.xpm              ** NEW **
1020         * src/plugins/trayicon/nomail.xpm               ** NEW **
1021         * src/plugins/trayicon/trayicon.c
1022         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
1023                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
1024                 o add icon for unread mails
1025                 o set transparency for window
1026
1027 2003-03-22 [christoph]  0.8.11claws40
1028
1029         * src/news.c
1030                 init news session to prevent crash when session is closed
1031
1032 2003-03-22 [christoph]  0.8.11claws39
1033
1034         * src/imap.c
1035         * src/common/session.[ch]
1036                 Init session data to make sure we don't have invalid pointers
1037                 for read_ch and write_ch when new multi process sessions are
1038                 not used
1039
1040         * src/main.c
1041         * src/common/plugin.c
1042         * src/common/sylpheed.c
1043         * src/plugins/demo/demo.c
1044         * src/plugins/dillo_viewer/dillo_viewer.c
1045         * src/plugins/mathml_viewer/mathml_viewer.c
1046         * src/plugins/spamassassin/spamassassin.c
1047         * src/plugins/spamassassin/spamassassin_gtk.c
1048                 add plugin types to allow loading plugins at different times
1049                 (and maybe for different frontends), because it's not good to
1050                 load GTK-Plugins gefore gtk_init was called
1051
1052         * configure.ac
1053         * src/plugins/Makefile.am
1054         * src/plugins/trayicon/.cvsignore               ** NEW **
1055         * src/plugins/trayicon/Makefile.am              ** NEW **
1056         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
1057         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
1058         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
1059         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
1060         * src/plugins/trayicon/trayicon.c               ** NEW **
1061                 New Trayicon plugin that shows an icon in a systray that uses
1062                 XEMBED protocol like Gnome's systray. Icon shows if there
1063                 are new mails and a tooltip shows information about new,
1064                 unread and total messages.
1065
1066 2003-03-22 [paul]       0.8.11claws38
1067
1068         * src/common/smtp.c
1069                 fix ESMTP AUTH CRAM-MD5
1070                 [sync with main (still version 0.8.11cvs6), see
1071                  ChangeLog 2003-03-22]
1072
1073 2003-03-21 [colin]      0.8.11claws37
1074
1075         * src/send_message.c
1076                 Fix USE_SSL => USE_OPENSSL
1077
1078 2003-03-21 [colin]      0.8.11claws36
1079
1080         * src/folderview.c
1081                 Fix counts in drag and dropped subfolders
1082
1083 2003-03-21 [colin]      0.8.11claws35
1084
1085         * src/folder.c 
1086         * src/folderview.c
1087                 speed up a bit folder dnd
1088
1089 2003-03-20 [alfons]     0.8.11claws34
1090
1091         * src/main.c
1092         * src/toolbar.c
1093         * src/procmsg.c
1094                 don't send locked queue messages
1095                 (feature request "[ 705245 ] Locking message in outbox 
1096                  should prevent sending")
1097
1098 2003-03-20 [christoph]  0.8.11claws33
1099
1100         * src/folder.c
1101                 remove NEW and UNREAD flag in special folders when scanning
1102                 
1103         * src/common/smtp.c
1104                 fix ESMTP AUTH CRAM-MD5
1105
1106 2003-03-20 [paul]       0.8.11claws32
1107
1108         * src/prefs_account.c
1109                 Re-write 'Tunnel command to open connection' as
1110                 'Use command to communicate with server', and disable
1111                 it for all except IMAP accounts
1112
1113 2003-03-20 [paul]       0.8.11claws31
1114
1115         * sync with 0.8.11cvs6
1116                 see ChangeLog 2003-03-20
1117
1118 2003-03-19 [match]      0.8.11claws30
1119
1120         * src/addritem.[ch]
1121                 include documentation. minor refactoring.
1122         * src/addr_compl.[ch]
1123         * src/addrindex.[ch]
1124         * src/addresbook.[ch]
1125         * src/summaryview.c
1126                 re-enable address lookup (was disabled in
1127                 0.8.11claws20).
1128
1129 2003-03-19 [christoph]  0.8.11claws29
1130
1131         * src/procmsg.c
1132                 add temp flag handling, will make moving and copying
1133                 messages possible again
1134
1135         * src/folder.c
1136                 correct calulation of folder stats
1137
1138 2003-03-18 [match]      0.8.11claws28
1139
1140         * src/editgroup.h
1141                 remove case sensitive comparison (closes bug 80).
1142
1143 2003-03-18 [christoph]  0.8.11claws27
1144
1145         * src/imap.c
1146                 fix imap using a tunnel command
1147
1148         (closes bug 87)
1149
1150 2003-03-18 [christoph]  0.8.11claws26
1151
1152         * src/folder.[ch]
1153         * src/imap.c
1154         * src/procmsg.[ch]
1155                 rewrite flag handling for folders
1156
1157 2003-03-18 [christoph]  0.8.11claws25
1158
1159         * src/folder.c
1160         * src/procmsg.c
1161         * src/summaryview.c
1162                 unset NEW and UNREAD flags when message is ignored, to make
1163                 sure messages don't show up as unread on other IMAP clients,
1164                 because the IGNORE_THREAD flag can not be syncronized through
1165                 the IMAP folder
1166
1167 2003-03-17 [christoph]  0.8.11claws24
1168
1169         * src/imap.c
1170                 don't use recursion to fetch uids when the number of messages
1171                 does not match. Moved code into subfunction that is used
1172                 again when needed, to prevent an endless loop.
1173
1174 2003-03-17 [thorsten]   0.8.11claws23
1175
1176         * src/imageview.[ch]
1177                 export imageview_get_resized_size() (for plugins)
1178         * src/prefs_common.[ch]
1179                 added prefs_common_get() (for plugins)
1180
1181 2003-03-17 [christoph]  0.8.11claws22
1182
1183         * src/imap.c
1184                 o remove UID guessing from copy code
1185                 o support UIDPLUS extension for APPEND command
1186
1187 2003-03-17 [paul]       0.8.11claws21
1188
1189         * src/gtk/about.c
1190                 remove 'Compiled-plugins' section.
1191                 
1192         * src/plugins/dillo_viewer/dillo_viewer.c
1193                 slight change to description text
1194
1195 2003-03-16 [match]      0.8.11claws20
1196         * src/ldapserver.[ch]           ** NEW **
1197         * src/ldapctrl.[ch]             ** NEW **
1198         * src/ldapquery.[ch]            ** NEW **
1199         * src/ldaputil.[ch]             ** NEW **
1200         * src/addrcindex.[ch]           ** NEW **
1201         * src/addrquery.h               ** NEW **
1202         * src/addritem.[ch]
1203         * src/addrcache.[ch]
1204         * src/addrindex.[ch]
1205         * src/addr_compl.[ch]
1206         * src/addressbook.[ch]
1207         * src/addrbook.[ch]
1208         * src/editgroup.c
1209         * src/editaddress.c
1210         * src/editldap.c
1211         * src/editldap_basedn.c
1212         * src/vcard.c
1213         * src/jpilot.c
1214         * src/Makefile.am
1215                 included dynamic LDAP queries. improved address
1216                 completion.
1217
1218 2003-03-16 [paul]       0.8.11claws19
1219
1220         * tools/multiwebsearch.pl
1221                 fix a fatal typo
1222
1223 2003-03-16 [christoph]  0.8.11claws18
1224
1225         * src/mimeview.c
1226         * src/plugins/dillo_viewer/dillo_viewer.c
1227         * src/plugins/mathml_viewer/mathml_viewer.c
1228                 make unregistering of MimeViewerFactorys possible
1229
1230 2003-03-16 [alfons]     0.8.11claws17
1231
1232         * configure.ac
1233                 correct typo
1234
1235 2003-03-16 [melvin]     0.8.11claws16
1236
1237         * src/plugins/dillo_viewer.c
1238                 Fixed bug where it was not possible to view more than
1239                 one text/html attachment per message (bug discovered
1240                 by Christoph Hohmann).
1241
1242 2003-03-15 [melvin]     0.8.11claws15
1243
1244         * src/prefs_actions.c
1245                 Fixed compilation warnings.
1246
1247 2003-03-15 [melvin]     0.8.11claws14
1248
1249         * src/plugins/Makefile.am
1250         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
1251         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
1252         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
1253                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
1254                 newer (http://dillo.auriga.wearlab.de/).
1255
1256 2003-03-15 [christoph]  0.8.11claws13
1257
1258         * src/imap.c
1259                 don't query imap folder for attributes because we already
1260                 for them from imap_status
1261
1262         * src/mimeview.[ch]
1263                 add support for plugable MimeViewers (unloading Viewers
1264                 not yet complete)
1265
1266         * src/plugins/Makefile.am
1267         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
1268         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
1269         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
1270                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
1271                 widget from http://helm.cs.unibo.it/mml-widget/
1272
1273 2003-03-14 [christoph]  0.8.11claws12
1274
1275         * src/folder.[ch]
1276                 o error return code's should better be negative
1277                 o replace printf with debug_print
1278
1279         * src/imap.c
1280                 improve IMAP folder scan by checking UID-NEXT
1281
1282         * src/summaryview.c
1283                 remove check that are unnecessary in my opinion
1284
1285 2003-03-13 [christoph]  0.8.11claws11
1286
1287         * src/folder.[ch]
1288         * src/foldersel.c
1289         * src/folderview.c
1290         * src/imap.c
1291         * src/mbox_folder.c
1292         * src/mh.c
1293         * src/news.c
1294         * src/prefs_scoring.c
1295         * src/summaryview.c
1296                 use a common function to get a displayable name
1297                 for a FolderItem
1298
1299 2003-03-13 [paul]       0.8.11claws10
1300
1301         * tools/Makefile.am
1302           tools/README
1303           tools/multiwebsearch.conf     ** NEW FILE **
1304           tools/multiwebsearch.pl       ** NEW FILE **
1305                 add multiwebsearch Actions script
1306
1307 2003-03-13 [colin]      0.8.11claws9
1308
1309         * src/compose.c
1310                 Remove leading emtpy lines from quoted text
1311                 before quoting it
1312
1313 2003-03-13 [melvin]     0.8.11claws8
1314
1315         * src/prefs_actions.c
1316                 Fixed a memory leak
1317                 Code clean ups
1318                 Added Cancel and OK buttons
1319                 Corrected help text
1320
1321 2003-03-13 [christoph]  0.8.11claws7
1322
1323         * src/account.c
1324         * src/folder.[ch]
1325         * src/imap.c
1326         * src/mainwindow.c
1327         * src/mbox_folder.c
1328         * src/mh.c
1329         * src/news.c
1330         * src/setup.c
1331                 replace more folder type stuff with folder class stuff
1332
1333 2003-03-13 [melvin]     0.8.11claws6
1334
1335         * src/prefs_actions.c
1336                 Added new tokens:
1337                 %u: user provided argument
1338                 %h: user provided argument (hidden on input)
1339                 %s: current text selection in the message view 
1340
1341 2003-03-13 [paul]       0.8.11claws5
1342
1343         * sync with 0.8.11cvs5
1344                 see ChangeLog 2003-03-11, 2003-03-12
1345
1346 2003-03-12 [christoph]  0.8.11claws4
1347
1348         * src/folder.c
1349                 use folder class idstr when writing folderlist.xml
1350
1351         * src/folder.h
1352         * src/imap.c
1353         * src/news.c
1354                 replace folder type checks with folder class checks
1355
1356 2003-03-12 [christoph]  0.8.11claws3
1357
1358         * src/folder.[ch]
1359         * src/imap.[ch]
1360         * src/main.c
1361         * src/mbox_folder.[ch]
1362         * src/mh.[ch]
1363         * src/news.[ch]
1364                 o create a list of known folder classes in the folder system
1365                 o use folder class id strings for folder item identifiers
1366
1367 2003-03-12 [christoph]  0.8.11claws2
1368
1369         * src/imap.c
1370                 fix imap uid validity check
1371
1372 2003-03-12 [christoph]  0.8.11claws1
1373
1374         * src/account.c
1375         * src/folder.[ch]
1376         * src/foldersel.c
1377         * src/folderview.c
1378         * src/imap.c
1379         * src/mainwindow.c
1380         * src/mbox_folder.c
1381         * src/mh.c
1382         * src/news.c
1383         * src/prefs_scoring.c
1384         * src/procmsg.c
1385         * src/setup.c
1386         * src/summaryview.c
1387                 initial restructuring of folder system, seperating
1388                 folders and folder classes
1389
1390 2003-03-12 [paul]       0.8.11claws
1391
1392         0.8.11claws release
1393
1394 2003-03-12 [christoph]
1395
1396         * src/gtk/prefswindow.c
1397                 fix translation of "Page Index"
1398
1399 2003-03-12 [paul]       0.8.10claws110
1400
1401         a sync from 0.8.11cvs4 before the release
1402
1403         * src/common/utils.c
1404                 subject_compare_for_sort(): allow null strings (fixes
1405                 summary sorting).
1406
1407 2003-03-11 [paul]       0.8.10claws109
1408
1409         * po/es.po
1410                 update Spanish translation, submitted by
1411                 Ricardo Mones Lastra
1412
1413 2003-03-11 [melvin]     0.8.10claws108
1414
1415         * po/fr.po
1416                 Updated French translations
1417
1418 2003-03-11 [paul]       0.8.10claws107
1419
1420         * manual/en/Makefile.am
1421           manual/en/*.html
1422                 update English manual, add a new page
1423                 updated by Francois Barriere <fbarriere@atmel.fr>
1424                 
1425         * po/bg.po
1426           po/it.po
1427           po/sr.po
1428                 update Bulgarian, Italian, and Serbian translations
1429                 submitted by George Danchev, Alessandro Maestri, and
1430                 Urke MMI
1431
1432 2003-03-10 [paul]       0.8.10claws106
1433
1434         * src/gtk/about.c
1435           src/gtk/prefswindow.c
1436                 make some strings translatable
1437
1438 2003-03-10 [darko]      0.8.10claws105
1439
1440         * src/compose.c
1441                 code cleanup to make Hiro happy
1442
1443 2003-03-10 [paul]       0.8.10claws104
1444
1445         * sync with 0.8.11cvs2
1446                 see ChangeLog 2003-03-10
1447
1448 2003-03-09 [melvin]     0.8.10claws103
1449
1450         * src/textview.c
1451                 textview_set_font(): fix for message display in
1452                 UTF-8 locales (thanks to Sergey Vlasov).
1453                 (was unintentionnaly reverted in 0.8.6claws6)   
1454
1455 2003-03-08 [darko]      0.8.10claws102
1456
1457         * src/compose.c
1458                 fix infinite loop in wrapping as reported
1459                 by happycactus
1460                 obsoletes patch #696482
1461
1462 2003-03-08 [christoph]  0.8.10claws101
1463
1464         * src/imap.c
1465                 add workaround for IMAP servers that do not
1466                 support the "UID SEARCH UID" command
1467
1468 2003-03-07 [christoph]  0.8.10claws100
1469
1470         * src/plugins/spamassassin/spamassassin.[ch]
1471         * src/plugins/spamassassin/spamassassin_gtk.c
1472                 code cleanup
1473
1474 2003-03-07 [paul]       0.8.10claws99
1475
1476         * po/es.po
1477                 updated Spanish translation, submitted by
1478                 Ricardo Mones Lastra
1479
1480 2003-03-07 [christoph]  0.8.10claws98
1481
1482         * src/send.c
1483                 fix in 0.8.10claws94 was wrong
1484                 local delivery does not require escaping, remove escaping
1485                 code to make signatures of mails with "." lines valid
1486                 
1487                 NOTE: requires that sendmail is executed with "-i" option,
1488                       what is the default now, but has to be changed in all
1489                       exsiting accounts)
1490
1491 2003-03-07 [paul]       0.8.10claws97
1492
1493         * sync with 0.8.11 release
1494                 see ChangeLog 2003-03-07
1495
1496 2003-03-06 [paul]       0.8.10claws96
1497
1498         * src/compose.c
1499                 revert commit 0.8.10claws92
1500
1501 2003-03-06 [paul]       0.8.10claws95
1502
1503         * src/folderview.c
1504                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
1505
1506         * src/gtkaspell.c
1507                 fix bug 74, 'Crash opening editor window with pseudo-color
1508                 display'
1509                 
1510         Patches submitted by Kevin Vigor <kevin@vigor.nu>
1511
1512 2003-03-06 [christoph]  0.8.10claws94
1513
1514         * src/send.c
1515                 fix rfc2821 (4.5.2) violation in SMTP data sending,
1516                 all lines starting with a period get an extra period
1517                 inserted
1518                 (found by Simon 'corecode' Schubert)
1519
1520 2003-03-06 [paul]       0.8.10claws93
1521
1522         * src/folderview.c
1523                 if configured font can't be loaded fall back to gtk
1524                 default. (with thanks to Christoph)
1525                 
1526                 closes long-standing bug 15 'Crashes on startup'
1527
1528 2003-03-06 [paul]       0.8.10claws92
1529
1530         * src/compose.c
1531                 freeze text before autosave and thaw afterwards
1532                 fixes bug 67 'autosave make re-rediting message crazy'
1533
1534 2003-03-06 [christoph]  0.8.10claws91
1535
1536         * src/compose.c
1537                 ignore address comment in dupe check for Cc-list
1538
1539         (closes reopened bug 47 Replying to message strips name part of
1540          e-mail addresses of Cc: lines)
1541
1542 2003-03-06 [paul]       0.8.10claws90
1543
1544         * src/Makefile.am
1545                 remove reference to gtkxtext.h as its no longer in
1546                 the repository
1547
1548 2003-03-06 [paul]       0.8.10claws89
1549
1550         * sync with 0.8.10cvs25
1551                 see ChangeLog 2003-03-06
1552
1553 2003-03-06 [oliver]     0.8.10claws88
1554         
1555         * src/messageview.c
1556                 remove include
1557
1558 2003-03-06 [oliver]     0.8.10claws87
1559         
1560         * src/folderview.c 
1561                 remove changes introduced inclaws74
1562         * src/messageview.c
1563                 another attempt to sanely delete and update
1564                 messages deleted in separate messageview
1565
1566 2003-03-05 [christoph]  0.8.10claws86
1567
1568         * src/summaryview.c
1569                 check if "From" matches any account's address if
1570                 addressbook completion of addresses is disabled too
1571
1572         (closes Bug 70 "Display recipient in from" doesn't check
1573          folder's default account)
1574
1575 2003-03-05 [christoph]  0.8.10claws85
1576
1577         * src/compose.c
1578         * src/common/utils.[ch]
1579                 don't strip address comments when building Cc lists
1580
1581         (closes Bug 47 Replying to message strips name part of e-mail addresses
1582          of Cc: lines)
1583
1584         * src/folder.c
1585                 fix return value of copy function
1586
1587 2003-03-05 [christoph]  0.8.10claws84
1588
1589         * src/imap.c
1590                 don't ask imap server for non rfc822 headers
1591
1592         (closes bug 71 IMAP FETCH asks for FROM header field twice)
1593
1594         * src/imap.c
1595                 destroy session on socket error to allow reconnecting
1596
1597 2003-03-05 [christoph]  0.8.10claws83
1598
1599         * configure.ac
1600                 fix building with gnome when no prefix is set
1601
1602         (closes bug 66 Gnome directory is set to NONE)
1603
1604 2003-03-05 [paul]       0.8.10claws82
1605
1606         * sync with 0.8.10cvs23
1607                 see ChangeLog 2003-03-05
1608
1609 2003-03-04 [christoph]  0.8.10claws81
1610
1611         * src/folder.c
1612                 o fix moving and copying when folder returns 0 for new
1613                   message number
1614                 o remove some code for single message copy and move
1615                   operations and use functions for multiple messages
1616
1617         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
1618
1619         * src/news.c
1620                 remove unused include
1621
1622 2003-03-04 [paul]       0.8.10claws80
1623
1624         * src/gtk/about.c
1625                 list 'Compiled plugins'
1626
1627 2003-03-03 [christoph]  0.8.10claws79
1628
1629         * src/news.[ch]
1630                 have to multiply the percentage of the current fetch with
1631                 the percentage that it has of the total fetch operation
1632                 for correct values
1633
1634 2003-03-03 [christoph]  0.8.10claws78
1635
1636         * src/news.c
1637                 fix calculation of expected lines for progress indicator
1638
1639 2003-03-03 [christoph]  0.8.10claws77
1640
1641         * src/summaryview.c
1642         * src/common/utils.c
1643                 fix segfault when opening the root news folder
1644
1645 2003-03-03 [christoph]  0.8.10claws76
1646
1647         * src/mainwindow.[ch]
1648         * src/common/Makefile.am
1649         * src/common/progressindicator.[ch]
1650                 add UI independent progress indicator handling
1651
1652         * src/news.[ch]
1653                 use new progress indicator for message info fetching
1654
1655         * src/common/hooks.h
1656                 code cleanup
1657
1658 2003-03-03 [oliver]     0.8.10claws75
1659
1660         * src/toolbar.c
1661         * src/compose.c
1662                 removed commented code
1663
1664 2003-03-03 [oliver]     0.8.10claws74
1665
1666         * src/toolbar.[ch]
1667                 cleanups and refactoring
1668         * src/compose.[ch]
1669                 compose_reply_mode reply & forwarding interface for
1670                 toolbar buttons
1671         * src/folderview.c
1672                 act on messages marked for deletion in folderview_selected
1673                 based on prefs_common.immediate_exec since a message might 
1674                 have been deleted by messageview in a folder we are changing 
1675                 to (does anybody understand what I'm on about ?)
1676
1677 2003-03-03 [oliver]     0.8.10claws73
1678         
1679         * src/messageview.[ch]
1680                 new functions
1681                 - messageview_delete: delete message shown in messagview
1682                 - messageview_update_view: update messageview to currently 
1683                   selected summaryview message
1684                 - add separate messageview to msgview_list in order to update 
1685                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
1686         * src/summaryview.[ch]
1687                 summary_get_selection returns a list of selected msgs
1688                 in summaryview
1689         * src/mainwindow.c
1690                 toolbar reply refactoring
1691
1692 2003-03-03 [paul]       0.8.10claws72
1693
1694         * sync with 0.8.10cvs21
1695                 see ChangeLog 2003-03-03
1696
1697 2003-03-02 [christoph]  0.8.10claws71
1698
1699         * src/common/passcrypt.c
1700                 use POSIX includes
1701
1702 2003-03-02 [christoph]  0.8.10claws70
1703
1704         * configure.ac
1705         * src/prefs_account.c
1706         * src/prefs_gtk.[ch]
1707         * src/common/.cvsignore
1708         * src/common/Makefile.am
1709         * src/common/passcrypt.c                ** NEW **
1710         * src/common/passcrypt.h.in             ** NEW **
1711                 Implement password encryption in config files
1712                 using unix encrypt and setkey functions. The crypt
1713                 key can be set as a configure parameter. Old
1714                 passwords will be converted if they do not begin
1715                 with '!'
1716
1717 2003-03-02 [paul]       0.8.10claws69
1718
1719         * src/prefs_account.c
1720                 fix compile error
1721
1722 2003-03-01 [thorsten]   0.8.10claws68
1723
1724         * po/el.po
1725           po/hr.po
1726           po/it.po
1727           po/nl.po
1728           po/sr.po
1729           po/sv.po
1730                 corrected format strings
1731         * po/en_GB.po
1732                 corrected headers
1733                 (fix compile errors with GNU gettext-0.11.5)
1734
1735 2003-03-01 [oliver]     0.8.10claws67
1736
1737         * src/summaryview.c
1738                 menu callbacks call toolbar_menu_reply
1739
1740 2003-03-01 [oliver]     0.8.10claws66
1741
1742         * src/mainwindow.c
1743         * src/messageview.c
1744                 menu callbacks call toolbar_menu_reply
1745         * src/toolbar.[ch]
1746                 callbacks from menu handled by toolbar_menu_reply
1747
1748 2003-03-01 [paul]       0.8.10claws65
1749
1750         * src/addressbook.c
1751                 revert commit 0.8.10claws54 - breaks editing of
1752                 addressbook.
1753                 
1754         * po/bg.po
1755                 update Bulgarian translation, submitted by
1756                 George Danchev
1757
1758 2003-02-28 [christoph]  0.8.10claws64
1759
1760         * src/account.c
1761         * src/addressadd.c
1762         * src/compose.c
1763         * src/gtkaspell.c
1764         * src/gtkxtext.h                ** REMOVE **
1765         * src/imap.c
1766         * src/matcher.[ch]
1767         * src/mh.c
1768         * src/news.c
1769         * src/pine.c
1770         * src/prefs_common.c
1771         * src/prefs_matcher.c
1772         * src/procheader.[ch]
1773         * src/procmsg.[ch]
1774         * src/toolbar.c
1775         * src/common/ssl_certificate.c
1776         * src/gtk/colorlabel.c
1777         * src/gtk/menu.c
1778                 o fix warnings
1779                 o remove code obsoleted by new cache and folder system rework
1780
1781 2003-02-28 [oliver]     0.8.10claws63
1782         
1783         * src/toolbar.[ch]
1784                 * fix bug where reply in Messageview replied to 
1785                 Message displayed in summaryview
1786                 (reportedd via ML by chinatinte at gmx dot ch)
1787                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
1788                 didn't work in separate MessageView Toolbar
1789                 (wondering if anybody uses this at all ?)
1790         * src/summaryview.[ch]
1791                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
1792                 (generalize reply and forward code);
1793         * src/messageview.c 
1794                 remove focus_in event which updated summaryview to messageview
1795
1796 2003-02-28 [paul]       0.8.10claws62
1797
1798         * po/Makefile.in.in
1799                 add the --check option
1800                 Patch submitted by Ricardo Mones Lastra
1801
1802 2003-02-28 [paul]       0.8.10claws61
1803
1804         * src/prefs_account.c
1805                 re-order 'Signature' items
1806
1807 2003-02-28 [paul]       0.8.10claws60
1808
1809         * sync with 0.8.10cvs20
1810                 see ChangeLog 2003-02-28
1811
1812 2003-02-28 [paul]       0.8.10claws59
1813
1814         * po/POTFILES.in
1815                 update to reflect recent movement of files
1816
1817 2003-02-28 [paul]       0.8.10claws58
1818
1819         * sync with 0.8.10cvs19
1820                 see ChangeLog 2003-02-28
1821
1822 2003-02-27 [martin]     0.8.10claws57
1823
1824         * src/prefs_matcher.c 
1825                 fix segfault in prefs_matcher_ok() when the
1826                 last entry is deleted and prevents that the
1827                 message "entry not saved" comes up after deleting
1828                 an entry
1829
1830 2003-02-27 [martin]     0.8.10claws56
1831
1832         * src/prefs_filtering.c 
1833                 fix segfault in prefs_filtering_ok() when the
1834                 last entry is deleted and prevents that the
1835                 message "entry not saved" comes up after deleting
1836                 an entry
1837
1838 2003-02-27 [paul]       0.8.10claws55
1839
1840         * sync with 0.8.10cvs18
1841                 see ChangeLog 2003-02-27
1842
1843 2003-02-27 [paul]       0.8.10claws54
1844
1845         * src/addressbook.c
1846                 fix bug where the address book crashes with 
1847                 multiple lookups.
1848                 Patch [687729] submitted by David Frager 
1849                 <dbfrager@users.sourceforge.net>
1850
1851 2003-02-25 [christoph]  0.8.10claws53
1852
1853         * src/Makefile.am
1854         * src/colorlabel.[ch]           ** REMOVE **
1855         * src/gtk/Makefile.am
1856         * src/gtk/colorlabel.[ch]       ** NEW **
1857                 move colorlabel files to gtk directory
1858
1859         * src/esmtp.[ch]                ** REMOVE **
1860                 has been merged into smtp.[ch] in 0.7.5
1861
1862 2003-02-25 [christoph]  0.8.10claws52
1863
1864         * src/Makefile.am
1865         * src/about.[ch]                ** REMOVE **
1866         * src/gtk/Makefile.am
1867         * src/gtk/about.[ch]            ** NEW **
1868                 move about files to gtk directory
1869
1870 2003-02-25 [christoph]  0.8.10claws51
1871
1872         * src/folder.c
1873                 some code optimization of folder scanning code
1874
1875         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
1876
1877 2003-02-25 [christoph]  0.8.10claws50
1878
1879         * src/main.c
1880         * src/common/sylpheed.c
1881                 add command line parameter parsing to common code
1882
1883 2003-02-24 [christoph]
1884
1885         * Makefile.am
1886         * configure.ac
1887                 fix gnome prefix problems, the configure script now removed
1888                 `gnome-config --prefix` from `gnome-config --datadir`
1889                 and adds $(prefix} instead
1890
1891         (closes Bug 24 Makefile does not respect prefix when installing
1892          GNOME data)
1893
1894 2003-02-24 [christoph]  0.8.10claws49
1895
1896         * src/news.c
1897                 check for valid session before trying to authenticate
1898
1899         (closes Bug 60 crash if "authenticate on logon" is activated
1900          and newsserver-hostname is not valid)
1901
1902 2003-02-24 [melvin]     0.8.10claws48
1903
1904         * src/prefs_actions.c
1905                 Make sure all user's input is sent to the action and then
1906                 close the socket..
1907
1908 2003-02-23 [alfons]     0.8.10claws46
1909
1910         * src/summaryview.c
1911                 also wait cursor when deleting files
1912
1913 2003-02-23 [paul]
1914
1915         * tools/freshmeat_search.pl
1916           tools/google_search.pl
1917                 scripts should now work for any browser/browser command line
1918
1919 2003-02-22 [christoph]  0.8.10claws45
1920
1921         * src/procmsg.c
1922                 fix IMAP flag setting, IMAP flag is not handled correctly
1923                 anymore by the folder system and information about the
1924                 folder should not be saved in the MsgInfo (in my opinion)
1925
1926         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1927
1928 2003-02-22 [christoph]  0.8.10claws44
1929
1930         * src/summaryview.c
1931                 fix spelling of "label" ;-)
1932
1933 2003-02-22 [thorsten]   0.8.10claws43
1934
1935         * src/mimeview.c
1936           src/prefs_common.[ch]
1937           src/procmime.[ch]
1938                 do not use description as attachment name
1939
1940 2003-02-22 [alfons]     0.8.10claws42
1941
1942         * src/summaryview.c
1943                 freeze/thaw folder item updates when changing color labels,
1944                 and put a wait cursors on
1945
1946 2003-02-22 [thorsten]   0.8.10claws41
1947
1948         * src/mimeview.c
1949                 save-all fixes: crash if invoked on multipart container,
1950                 mimeinfo access, pathseparators, error dialog
1951
1952 2003-02-21 [alfons]     0.8.10claws40
1953
1954         * src/prefs_gtk.c
1955                 remove unused var
1956
1957 2003-02-21 [colin]      0.8.10claws39
1958
1959         * src/send.c
1960                 Fix smtp logging
1961
1962 2003-02-21 [colin]      0.8.10claws38
1963
1964         * src/summaryview.c
1965                 Freeze/thaw folderItem updates when filtering messages 
1966                 via Tools/Filter messages
1967
1968 2003-02-21 [paul]       0.8.10claws37
1969
1970         * src/compose.c
1971                 revert commit 0.8.10claws26, there are ulterior motives
1972                 for users to set a Reply-To header when posting to
1973                 newsgroups
1974
1975 2003-02-21 [paul]       0.8.10claws36
1976
1977         * sync with 0.8.10cvs17
1978                 see ChangeLog 2003-02-21
1979
1980 2003-02-20 [christoph]  0.8.10claws35
1981
1982         * src/imap.c
1983                 IMAP UID fetch speedup using SEARCH
1984
1985         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1986
1987         * src/imap.c
1988                 fix problem with UIDs in IMAP UID cache that no longer existed
1989
1990 2003-02-20 [christoph]  0.8.10claws34
1991
1992         * src/imap.c
1993         * src/procheader.c
1994         * src/procheader.h
1995                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1996
1997         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1998
1999         * src/imap.c
2000                 Rewrite imap_cmd_gen_recv use sock_getline instead
2001                 of sock_gets to avoid problems with too long reply
2002                 lines
2003     
2004 2003-02-20 [colin]      0.8.10claws33
2005         
2006         * src/prefs_account.c
2007                 Better wording
2008
2009 2003-02-20 [colin]      0.8.10claws32
2010
2011         * src/compose.c
2012                 Remove useless '&& !to_sender' 
2013
2014 2003-02-20 [darko]
2015
2016         * AUTHORS
2017                 change my e-mail address
2018
2019 2003-02-19 [colin]      0.8.10claws31
2020
2021         * src/prefs_common.c
2022                 X11 style colors for every configurable color
2023
2024 2003-02-19 [alfons]     0.8.10claws30
2025
2026         * src/prefs_gtk.[ch]
2027         * src/prefs_common.c
2028                 for color_new accept both plain integers and X11 style color
2029                 names (as found in /usr/lib/X11/rgb.txt)
2030
2031 2003-02-19 [paul]       0.8.10claws29
2032
2033         * src/mainwindow.c
2034                 add tooltips to online/offline button and account selector
2035                 button
2036
2037 2003-02-19 [paul]       0.8.10claws28
2038
2039         * src/folder.c
2040           src/news.c
2041           src/prefs_account.[ch]
2042           src/prefs_common.[ch]
2043                 move 'Maximum number of articles to download' to
2044                 account prefs.
2045                 clean up account prefs gui a little by hiding entries
2046                 rather then greying out entries
2047
2048 2003-02-19 [hiro]       0.8.10claws27
2049
2050         * src/common/utils.c
2051                 fix bug #54 'yesterdays date is displayed in the message 
2052                 summary window'
2053
2054 2003-02-19 [paul]       0.8.10claws26
2055
2056         * src/compose.c
2057                 fix bug reported in Feature Request [688596] 
2058                 'Reply-to header in news'
2059
2060 2003-02-18 [paul]       0.8.10claws25
2061
2062         * src/select-keys.c
2063                 add a 'List all keys' button to key selection dialog
2064
2065 2003-02-18 [colin]      0.8.10claws24
2066         
2067         * src/stock_pixmap.c
2068                 fix compile error
2069
2070 2003-02-18 [colin]      0.8.10claws23
2071
2072         * src/common/smtp.[ch]
2073           src/prefs_account.c
2074                 Try to starttls if it seems to be the only
2075                 way to authenticate a user
2076
2077 2003-02-18 [paul]       0.8.10claws22
2078
2079         * src/Makefile.am
2080           src/folderview.c
2081           src/stock_pixmap.[ch]
2082           src/pixmaps/drafts_close.xpm  ** NEW FILE **
2083           src/pixmaps/drafts_open.xpm   ** NEW FILE **
2084                 as a Drafts folder is a special folder allow it to have
2085                 its own unique icons
2086
2087 2003-02-18 [colin]      0.8.10claws21
2088
2089         * src/imap.c
2090                 Fix port selection when using starttls
2091
2092 2003-02-18 [paul]       0.8.10claws20
2093
2094         * src/mainwindow.c
2095           src/prefs_common.[ch]
2096                 make blue the default new mail colour
2097
2098 2003-02-18 [paul]       0.8.10claws19
2099
2100         * sync with 0.8.10cvs14
2101                 see ChangeLog 2003-02-18
2102
2103 2003-02-17 [jens]       0.8.10claws18
2104
2105         * src/common/md5.c
2106                 fixed a compile problem with gcc 3.3
2107                 works on 2.95.3 too (testet on PPC as it is big endian)
2108
2109 2003-02-17 [paul]       0.8.10claws17
2110
2111         * sync with 0.8.10cvs13
2112                 see ChangeLog 2003-02-17
2113
2114 2003-02-17 [paul]       0.8.10claws16
2115
2116         * sync with 0.8.10cvs12
2117                 see ChangeLog 2003-02-17
2118
2119 2003-02-16 [match]      0.8.10claws15
2120
2121         * src/addressbook.c
2122                 Eliminates reloading of address data when items
2123                 deleted or added. Applied submitted by
2124                 Luke Plant <lukeplant@softhome.net>
2125
2126 2003-02-16 [paul]       0.8.10claws14
2127
2128         * src/news.c
2129                 when a 'protocol error' is encountered disconnect from
2130                 the server. This means that the user can carry on viewing
2131                 other articles and doesn't have to either wait until the
2132                 server timesout or quit sylpheed.
2133                 Fixes bug #53 'Unable to read messages in newsgroups, 
2134                 displayed message doesn't change'
2135
2136 2003-02-15 [christoph]  0.8.10claws13
2137
2138         * src/imap.c
2139                 fix bug that stopped scanning of folders when an
2140                 IMAP folder was empty
2141
2142         (closes bug 46 stop scan messages in folders after empty folder)
2143
2144 2003-02-15 [paul]
2145
2146         * tools/Makefile.am
2147           tools/README
2148           tools/freshmeat_search.pl     ** NEW FILE **
2149           tools/google_search.pl        ** NEW FILE **
2150                 Add 2 Actions scripts which search freshmeat/google
2151                 for the selected text using the browser configured
2152                 in sylpheedrc.
2153                 
2154         Note: These scripts are very dependent on the format of the
2155         browser command and may not work on every occasion. Testing
2156         is welcome. 
2157
2158 2003-02-14 [alfons]     0.8.10claws12
2159
2160         * src/compose.c
2161                 fix breakage because of uninitialized account pointer.
2162                 please verify.
2163
2164 2003-02-14 [paul]       0.8.10claws11
2165
2166         * src/compose.c
2167           src/prefs_account.[ch]
2168           src/prefs_common.[ch]
2169                 move signature settings to Account Prefs
2170
2171 2003-02-14 [paul]       0.8.10claws10
2172
2173         * sync with 0.8.10cvs11
2174                 see ChangeLog 2003-02-14
2175
2176 2003-02-13 [thorsten]   0.8.10claws9
2177
2178         * src/news.c
2179                 revert news progressbar (GUI separation)
2180
2181 2003-02-13 [paul]       0.8.10claws8
2182
2183         * src/compose.c
2184                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
2185                 paragraph 1
2186
2187 2003-02-13 [paul]       0.8.10claws7
2188
2189         * src/compose.[ch]
2190           src/summaryview.c
2191                 fix 'Follow-up and Reply-to' so that it creates a reply to
2192                 the newsgroup and the sender. If the message has the keyword
2193                 'poster' in the Followup-To header, all replies go to the
2194                 sender, re: RFC 1036, Section 2.2.3
2195                 rename all instances of 'ignore_replyto' to 'to_sender', both
2196                 were previously used, now we use just one.
2197
2198 2003-02-13 [paul]       0.8.10claws6
2199
2200         * sync with 0.8.10cvs9
2201                 see ChangeLog 2003-02-13
2202
2203 2003-02-13 [paul]       0.8.10claws5
2204
2205         * configure.ac
2206                 show which plugins are configured in the configure
2207                 output.
2208
2209 2003-02-12 [thorsten]   0.8.10claws4
2210
2211         * src/news.c
2212                 show progress while fetching news headers
2213
2214 2003-02-12 [christoph]  0.8.10claws3
2215
2216         * configure.ac
2217         * src/plugins/Makefile.am
2218                 use AM_CONDITIONAL to enable plugins, automake correctly
2219                 manages this when creating distdir
2220
2221 2003-02-12 [christoph]  0.8.10claws2
2222
2223         * ac/spamassassin.m4
2224         * src/plugins/spamassassin/Makefile.am
2225                 fix building SpamAssassin plugin without OpenSSL
2226
2227 2003-02-12 [paul]       0.8.10claws1
2228
2229         * ac/Makefile.am
2230           src/Makefile.am
2231           src/plugins/Makefile.am
2232                 fix failure of 'make release'
2233
2234 2003-02-12 [paul]       0.8.10claws
2235
2236         * 0.8.10claws released
2237
2238 2003-02-12 [paul]       0.8.9claws56
2239
2240         * po/bg.po
2241           po/es.po
2242           po/it.po
2243           po/ru.po
2244           po/sr.po
2245                 updated translations by George Danchev, Ricardo Mones Lastra,
2246                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
2247                 
2248         * sylpheed.spec.in
2249                 Allow the building of RPMs by a regular user. Submitted
2250                 by Sergei Astanin
2251
2252 2003-02-11 [alfons]     0.8.9claws55
2253
2254         * src/colorlabel.c
2255                 don't use pixmaps for label color rect but draw rectangles
2256                 so we can respect the color map of palette based visuals
2257                 (fixes the long time crashes on Suns - thanks to Andreas
2258                 Engel and Steve O'Hara-Smith for testing)
2259
2260 2003-02-11 [christoph]  0.8.9claws54
2261
2262         * src/matcher_parser_parse.y
2263                 correct bug where filering rules of not existing folders in
2264                 matcherrc were added to global filtering
2265                 
2266         (closes Debian Bug #180253 - Directory's filter-rules are merged with
2267          main filter-rules after removing directory, http://bugs.debian.org/180253)
2268         
2269 2003-02-11 [paul]       0.8.9claws53
2270
2271         * sync with 0.8.10cvs7
2272                 see ChangeLog 2003-02-09
2273
2274 2003-02-11 [melvin]     0.8.9claws52
2275
2276         * po/fr.po
2277                 Updated French tranlsations
2278
2279 2003-02-10 [paul]       0.8.9claws51
2280
2281         * sylpheed.spec.in
2282                 correct --enable-openssl
2283                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
2284
2285 2003-02-09 [martin]     0.8.9claws50
2286
2287         * src/prefs_matcher.c
2288                 fix segfault in prefs_matcher_substitute_cb() when
2289                 no row is selected
2290
2291 2003-02-09 [paul]       0.8.9claws49
2292
2293         * src/folderview.c
2294                 fix bug where a newsgroup folder's processing rules were
2295                 merged with the global filtering rules when the newsgroup
2296                 folder was deleted, causing some seriously bad results,
2297                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
2298
2299 2003-02-08 [melvin]     0.8.9claws48
2300
2301         * src/compose.c
2302                 Corrected and modified an alert message.
2303
2304 2003-02-07 [paul]       0.8.9claws47
2305
2306         * src/folderview.c
2307                 fix bug where both an 'Account properties' window and a
2308                 'Folder properties' window were opened when clicking on
2309                 'Properties' in an NNTP or IMAP folder's popup menu.
2310
2311 2003-02-07 [paul]       0.8.9claws46
2312
2313         * sync with 0.8.10cvs6
2314                 see ChangeLog 2003-02-06
2315
2316 2003-02-06 [christoph]  0.8.9claws45
2317
2318         * src/mbox.c
2319                 freeze folder updates while importing mbox files
2320                 (closes bug 43 importing mbox took hours)
2321                 
2322         Patch submitted by Jens Rantil <jens.rantil@telia.com>
2323
2324 2003-02-06 [thorsten]   0.8.9claws44
2325
2326         * po/de.po
2327                 Updated german translations
2328
2329 2003-02-06 [thorsten]   0.8.9claws43
2330
2331         * src/news.h
2332                 use guint for message numbers (fix count in grouplist dialog)
2333
2334 2003-02-05 [paul]       0.8.9claws42
2335
2336         * sync with 0.8.10cvs2
2337                 see ChangeLog 2003-02-05
2338
2339 2003-02-04 [colin]      0.8.9claws41
2340
2341         * src/prefs_common.[ch]
2342           src/procmsg.c
2343           src/summaryview.c
2344                 Add an option to disable threading by subject
2345
2346 2003-02-04 [christoph]  0.8.9claws40
2347
2348         * src/inc.c
2349                 only abort fetching mails from multiple accounts when the
2350                 error is fatal and does not allow to check any more accounts
2351                 (currently only disk full error)
2352
2353         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
2354          receive mails for other accouts)
2355
2356 2003-02-04 [christoph]  0.8.9claws39
2357
2358         * src/folder.c
2359                 first add the new message to the cache, then
2360                 send the update notification
2361
2362         (closes bug 39 after sending message folderview doesnt get updated)
2363
2364 2003-02-04 [colin]      0.8.9claws38
2365
2366         * src/inc.c
2367                 _really_ fix this Connecting... status
2368
2369 2003-02-04 [paul]       0.8.9claws37
2370
2371         * sync with 0.8.10
2372                 see ChangeLog 2003-02-04
2373
2374 2003-02-04 [paul]       0.8.9claws36
2375
2376         * sync with 0.8.9cvs6
2377                 see ChangeLog 2003-02-03
2378
2379 2003-02-04 [paul]       0.8.9claws35
2380
2381         * po/pt_BR.po
2382                 updated by André Filipe de Assunção e Brito 
2383                 <bedecko@netsite.com.br>
2384
2385 2003-02-03 [thorsten]   0.8.9claws34
2386
2387         * po/de.po
2388                 Updated german translations
2389
2390 2003-02-02 [paul]       0.8.9claws33
2391
2392         * po/es.po
2393                 updated by Ricardo Mones Lastra
2394
2395 2003-02-02 [thorsten]   0.8.9claws32
2396
2397         * src/mh.c
2398                 Fix mh_get_msginfo() segfault if file is inaccessible
2399
2400 2003-01-31 [colin]      0.8.9claws31
2401
2402         * src/procheader.c
2403                 Fix last commit's bug
2404
2405 2003-01-31 [colin]      0.8.9claws30
2406
2407         * src/procheader.c
2408                 Missing a change for gpg-signed messages
2409
2410 2003-01-31 [paul]       0.8.9claws29
2411
2412         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
2413           src/procheader.c
2414           src/stock_pixmap.[ch]
2415           src/summaryview.c
2416                 indicate GnuPG signed messages by displaying an icon
2417                 in the Attachment column.
2418
2419 2003-01-31 [paul]       0.8.9claws28
2420
2421         * sync with 0.8.9cvs4
2422                 see ChangeLog 2003-01-31
2423
2424 2003-01-31 [alfons]     0.8.9claws27
2425
2426         * src/textview.c
2427                 tune URI parser to accept mailto URLs with a '?'
2428                 (patch from Ruslan Balkin)
2429
2430 2003-01-31 [colin]      0.8.9claws26
2431
2432         * src/summaryview.c
2433                 Fix a leak introduced in claws24
2434
2435 2003-01-31 [colin]      0.8.9claws25
2436
2437         * src/summaryview.c
2438                 Freeze/Thaw folder updates when deleting dups
2439
2440 2003-01-31 [colin]      0.8.9claws24
2441         
2442         * src/addr_compl.c
2443           src/summaryview.c
2444           src/msgcache.c
2445                 little speed improvements
2446
2447 2003-01-31 [colin]      0.8.9claws23
2448
2449         * src/summaryview.c
2450                 Fix segfault when forwarding nothing
2451                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
2452                 
2453 2003-01-30 [paul]       0.8.9claws22
2454
2455         * sync with 0.8.9cvs3
2456                 see ChangeLog 2003-01-30
2457
2458 2003-01-30 [paul]       0.8.9claws21
2459
2460         * sync with 0.8.9cvs2
2461                 see ChangeLog 2003-01-30
2462
2463 2003-01-29 [paul]       0.8.9claws20
2464
2465         * sync with 0.8.9cvs1
2466                 see ChangeLog 2003-01-29
2467
2468 2003-01-28 [paul]       0.8.9claws19
2469
2470         * po/POTFILES.in
2471                 update to reflect changes. 
2472                 thanks to Ricardo Mones Lastra
2473
2474 2003-01-27 [christoph]  0.8.9claws18
2475
2476         * ac/openssl.m4
2477         * ac/spamassassin.m4
2478         * src/plugins/spamassassin/README
2479         * src/plugins/spamassassin/libspamc.[ch]
2480         * src/plugins/spamassassin/utils.[ch]
2481                 updated to latest libspamc
2482
2483 2003-01-27 [christoph]  0.8.9claws17
2484
2485         * src/folder.c
2486                 fix wrong use of procheader_get_header_fields
2487
2488 2003-01-27 [christoph]  0.8.9claws16
2489
2490         * src/news.c
2491         * src/prefs_account.[ch]
2492         * src/common/nntp.[ch]
2493                 allow to force authentication for NNTP servers
2494
2495         Patch submitted by Florian Mickler <dmk@d-labs.de>
2496
2497 2003-01-26 [paul]       0.8.9claws15
2498
2499         * src/summaryview.c
2500                 speed up of marking messages as read
2501                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
2502
2503 2003-01-26 [christoph]  0.8.9claws14
2504
2505         * src/Makefile.am
2506         * src/mgutils.[ch]              ** REMOVE **
2507         * src/xml.[ch]                  ** REMOVE **
2508         * src/xmlprops.[ch]             ** REMOVE **
2509         * src/common/Makefile.am
2510         * src/common/mgutils.[ch]       ** NEW **
2511         * src/common/xml.[ch]           ** NEW **
2512         * src/common/xmlprops.[ch]      ** NEW **
2513                 move xml files to common directory
2514
2515 2003-01-26 [christoph]  0.8.9claws13
2516
2517         * src/plugins/spamassassin/spamassassin_gtk.c
2518                 only set gtk entry text if string is available
2519
2520 2003-01-26 [melvin]     0.8.9claws12
2521
2522         * src/description_window.c
2523                 Allow resizing of the window
2524                 Allow automatic horizontal scroll bar
2525                 Do not vertically expand and fill
2526
2527 2003-01-26 [christoph]  0.8.9claws11
2528
2529         * src/Makefile.am
2530         * src/gtkutils.[ch]             ** REMOVE **
2531         * src/common/sylpheed.c
2532         * src/gtk/Makefile.am
2533         * src/gtk/description_window.c
2534         * src/gtk/gtkutils.[ch]         ** NEW **
2535         * src/gtk/prefswindow.c
2536                 move gtkutils to gtk directory
2537
2538 2003-01-26 [paul]       0.8.9claws10
2539
2540         * src/summaryview.c
2541                 rename summary_unread_clicked() to summary_status_clicked()
2542
2543 2003-01-26 [melvin]     0.8.9claws9
2544
2545         * src/prefs_actions.c
2546                 Cosmetical changes to the help text
2547
2548 2003-01-26 [paul]       0.8.9claws8
2549
2550         * src/folder.[ch]
2551           src/mainwindow.c
2552           src/prefs_common.c
2553           src/prefs_sumamry_column.c
2554           summaryview.[ch]
2555                 rename the 'Unread' column to 'Status'
2556
2557 2003-01-25 [match]      0.8.9claws7
2558
2559         * src/mgutils.[ch]
2560                 removed reference to LDAP constants. removed error2string.
2561                 included functions to support LDAP dynamic queries.
2562         * src/syldap.h
2563                 moved LDAP constants here.
2564         * src/addressbook.c
2565         * src/addrindex.c
2566         * src/importldif.c
2567                 removed references to LDAP constants and references to
2568                 error2string.
2569
2570 2003-01-25 [paul]       0.8.9claws6
2571
2572         * src/summaryview.c
2573                 summary_thread_build(), summary_thread_init(): remove 
2574                 unneeded reference to summaryview->folder_item
2575
2576 2003-01-25 [christoph]  0.8.9claws5
2577
2578         * src/gtk/description_window.c
2579                 o allow description texts to expand over multiple columns
2580                 o translate all columns
2581         * src/prefs_actions.c
2582                 change syntax description to use new multi column feature
2583
2584         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2585
2586 2003-01-25 [match]      0.8.9claws4
2587
2588         * src/vcard.c
2589                 fixed bug with Quoted-Printable
2590
2591 2003-01-25 [paul]       0.8.9claws3
2592
2593         * src/folder.[ch]
2594           src/summaryview.[ch]
2595                 implement per-folder collapsed/expanded threads setting
2596                 
2597         * src/prefs_common.c
2598                 remove global collapsed/expanded threads option
2599
2600 2003-01-25 [christoph]  0.8.9claws2
2601
2602         * po/POTFILES.in
2603                 add pluginwindow and prefswindow
2604         * src/compose.c
2605                 make send respond correctly to messages that could be added
2606                 to the queue folder, but the UID of the message is unknown
2607         * src/folder.c
2608         * src/imap.c
2609                 don't return guessed UIDs in imap_add_msg anymore. We return
2610                 0 to tell the folder system it was appened but the UID is
2611                 unknown. Folder system now get's the UID by scaning the folder
2612                 and searching the cache for the Message-ID
2613                 (closes bug #29 Messages queued, but not sent)
2614
2615 2003-01-25 [paul]       0.8.9claws1
2616
2617         * src/codeconv.c
2618                 conv_encode_header():  fix bug when long headers with 8-bit
2619                 characters are used, so that the encoded words are wrapped.
2620                 If the space in the original text falls on the wrap boundary,
2621                 it can be lost.
2622                 Patch by Sergey Vlasov.
2623                 
2624         * src/folderview.c
2625                  fix bug where a change to the sorting method or thread view
2626                  of a folder's messages is lost if simpify-subject is set and
2627                  toggled on or off.
2628                  Patch by Luke Plant.
2629
2630 2003-01-24 [paul]       0.8.9claws
2631
2632         * sylpheed-0.8.9claws released
2633         
2634         * Makefile.am
2635           sylpheed.spec.in
2636                 remove reference to 'INSTALL.jp'
2637
2638 2003-01-23 [paul]       0.8.8claws128
2639
2640         * po/es.po
2641           po/it.po
2642           po/ru.po
2643           po/sr.po
2644                 updated translations. submitted by Ricardo Mones Lastra,
2645                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
2646
2647 2003-01-23 [colin]      0.8.8claws127
2648
2649         * src/compose.c
2650                 Fix drafted and queued news articles re-edition
2651
2652 2003-01-23 [melvin]     0.8.8claws126
2653
2654         * po/fr.po
2655                 Updated French translations
2656
2657 2003-01-23 [colin]      0.8.8claws125
2658
2659         * src/inc.c
2660                 Fix "Connecting to..." status message
2661
2662 2003-01-22 [paul]       0.8.8claws124
2663
2664         * po/bg.po
2665                 updated by George Danchev
2666                 
2667         * src/folder.c
2668                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
2669                 and folder deletion
2670
2671 2003-01-21 [paul]       0.8.8claws123
2672
2673         * po/bg.po
2674                 updated by George Danchev
2675                 
2676         * src/about.c
2677                 its now 2003
2678                 
2679         * src/toolbar.c
2680                 don't translate 'Separator'
2681                 
2682         * src/plugins/spamassassin/Makefile.am
2683                 add aspell to CPPFLAGS
2684                 
2685         * src/plugins/spamassassin/spamassassin.c
2686           src/plugins/spamassassin/spamassassin_gtk.c
2687                 set correct default for spamassassin_receive_spam
2688                 slightly re-word descriptions and some
2689                 other minor changes
2690
2691 2003-01-19 [alfons]     0.8.8claws122
2692                 
2693         * src/mimeview.c
2694                 mimeview_save_as(): we might as well show the file name for
2695                 the single case "Save As" too
2696
2697 2003-01-19 [alfons]     0.8.8claws121
2698
2699         * src/crash.c
2700                 change bug tracker URL to bugzilla URL
2701
2702 2003-01-19 [alfons]     0.8.8claws120
2703
2704         * src/mimeview.c
2705                 mimeview_save_all(): display name of file before overwriting;
2706                 continue saving all, even when one overwrite was cancelled
2707
2708 2003-01-19 [christoph]  0.8.8claws119
2709
2710         * src/summaryview.c
2711         * src/procmsg.[ch]
2712                 fix wrong usage of procmsg_find_children in summaryview
2713                 by using procmsg_update_unread_children instead of
2714                 summaryview_update_unread_children
2715
2716 2003-01-19 [christoph]  0.8.8claws118
2717
2718         * src/procmsg.c
2719                 fix infinite loop in procmsg_find_children
2720                  (closes bug #25 sylpheed crashes on delete.)
2721
2722         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2723
2724 2003-01-19 [paul]       0.8.8claws117
2725
2726         * po/pt_BR.po
2727                 updated by Ivan Francolin Martinez
2728
2729 2003-01-18 [melvin]     0.8.8claws116
2730
2731         * src/prefs_actions.c
2732                 Removed syntax limitation of only one '&' at the end of command.
2733                         Now actions that contain '>/dev/null 2>&1' are possible.
2734
2735 2003-01-18 [melvin]     0.8.8claws115
2736
2737         * src/prefs_actions.c
2738                 Actions IO dialog: when the action ends
2739                 the "Close" button now has focus and [Escape] closes the
2740                 window.
2741
2742 2003-01-18 [christoph]  0.8.8claws114
2743
2744         * src/procmsg.c
2745                 o add debug output when MsgInfos are really freed
2746                 o free GSLists in procmsg_find_children and
2747                   procmsg_update_unread_children
2748
2749 2003-01-18 [christoph]  0.8.8claws113
2750
2751         * src/mainwindow.c
2752                 reorder Configuration menu
2753
2754 2003-01-18 [christoph]  0.8.8claws112
2755
2756         * src/compose.c
2757                 fix applying templates to forwarded messages
2758
2759         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2760
2761 2003-01-17 [christoph]  0.8.8claws111
2762
2763         * src/folder.c
2764                 destroy folder items, when a folder item is removed
2765
2766 2003-01-17 [christoph]  0.8.8claws110
2767
2768         * src/folder.c
2769                 fix wrong folder stats update when ignored message is
2770                 deleted
2771
2772 2003-01-17 [colin]      0.8.8claws109
2773         
2774         * src/mainwindow.c
2775         * src/summaryview.c
2776                 Quicksearch bugfixes: 
2777                 - hide help button at startup if not extended
2778                 - switch to extended when looking for replies
2779
2780 2003-01-17 [paul]
2781
2782         * sync with 0.8.9 release
2783
2784 2003-01-17 [paul]       0.8.8claws108
2785
2786         * sync with 0.8.8cvs11
2787                 see ChangeLog 2003-01-17
2788
2789 2003-01-16 [colin]      0.8.8claws107
2790
2791         * src/procmsg.c
2792                 Changed encryption test to re-ask passphrase
2793                 if an encrypted message hasn't been decrypted
2794                 Fixes bug #5
2795
2796 2003-01-16 [christoph]  0.8.8claws106
2797
2798         * src/prefs_gtk.c
2799         * src/prefs_toolbar.c
2800         * src/gtk/prefswindow.h
2801         * src/plugins/spamassassin/spamassassin_gtk.c
2802                 remove page destroy function that is not used anymore
2803
2804 2003-01-16 [paul]       0.8.8claws105
2805
2806         * sync with 0.8.8cvs9
2807                 see ChangeLog 2002-01-16
2808
2809 2003-01-16 [colin]      0.8.8claws104
2810
2811         * src/compose.[ch]
2812                 Fix bug with autosaved drafts for IMAP, when draft
2813                 folder is specified - fixes bugzilla bug #20
2814
2815 2003-01-15 [paul]       0.8.8claws103
2816
2817         * src/compose.[ch]
2818           src/procmsg.c
2819                 store folder and message-id of message forwarding
2820                 in queue header and set forward flag after sending
2821
2822 2003-01-15 [paul]       0.8.8claws102
2823
2824         * sync with 0.8.8cvs8
2825                 see ChangeLog 2002-01-15
2826
2827 2003-01-15 [colin]      0.8.8claws101
2828
2829         * src/Makefile.am
2830                 Fix linking with GNU libiconv
2831
2832 2003-01-15 [darko]      0.8.8claws100
2833
2834         * src/pine.c
2835                 fix crash when importing pine address book
2836                 entry with an empty name (reported by DY
2837                 <dybulk at tri8.net>)
2838
2839 2003-01-14 [paul]       0.8.8claws99
2840
2841         * configure.in  ** REMOVED **
2842           configure.ac  ** NEW FILE **
2843                 rename configure.in to configure.ac, as it is now
2844                 preferred
2845
2846 2003-01-14 [melvin]     0.8.8claws98
2847
2848         * src/folderview.c
2849                 folderview_check_new(): More precise function description
2850
2851 2003-01-14 [melvin]     0.8.8claws97
2852
2853         * src/folderview.c
2854                 folderview_check_new(): return the number of new messages 
2855                         since last check.
2856         * src/inc.c
2857                 inc_account_mail(): Disable counting of new messages for IMAP
2858                         and NNTP until bug [19] and [14] are fixed.
2859
2860 2003-01-14 [paul]       0.8.8claws96
2861
2862         * sync with 0.8.8cvs6
2863                 see ChangeLog 2003-01-14
2864
2865 2003-01-13 [alfons]     0.8.8claws95
2866
2867         * src/textview.c
2868                 tune email address validation (c. 0.8.8claws89): if . is 
2869                 just one char away from @, the address is invalid too 
2870                 (correctly rejects addresses like foo@.com)
2871
2872 2003-01-13 [paul]       0.8.8claws94
2873
2874         * src/messageview.c
2875           src/toolbar.c
2876                 fixes to the Message View toolbar and menu:
2877                 fix non-functioning Forward button
2878                 make Reply button consider default_reply_list
2879                 remove 'Follow-up...' menu entry
2880                 add 'Forward' and 'Redirect' menu entries
2881
2882 2003-01-13 [melvin]     0.8.8claws93
2883
2884         * src/inc.c
2885                 Fixed typo that could make new messages count incorrect.
2886
2887 2003-01-13 [melvin]     0.8.8claws92
2888
2889         * src/folderview.[ch]
2890                 folderview_check_new(): return the number of new messages.
2891         * src/inc.c
2892                 Should fix bug [14] where new mail notification worked 
2893                         incorrectly with IMAP accounts.
2894                 inc_spool_account(): return number of new msgs, or -1 on error
2895                 inc_all_spool(): return number of new msgs
2896                 
2897 2003-01-13 [melvin]     0.8.8claws91
2898
2899         * src/prefs_actions.c
2900                 Justify help text.
2901
2902 2003-01-12 [thorsten]   0.8.8claws90
2903
2904         * src/common/prefs.c
2905                 close file before rename
2906
2907 2003-01-12 [alfons]     0.8.8claws89
2908
2909         * AUTHORS
2910                 add Christian Mertes
2911         * src/common/utils.[ch]
2912                 g_stricase_hash(), g_stricase_equal(): functions for 
2913                 case insensitive hash tables
2914         * src/textview.c
2915                 use top level domain names to validate email address, based
2916                 on a patch by Christian Mertes (thanks!), but changed 
2917                 implementation to use a hash table 
2918
2919 2003-01-12 [paul]       0.8.8claws88
2920
2921         * po/bg.po
2922                 updated by George Danchev
2923
2924 2003-01-12 [alfons]     0.8.8claws87
2925
2926         * src/summaryview.c
2927                 delete / execute performance: use new style folder update
2928
2929 2003-01-12 [paul]       0.8.8claws86
2930
2931         * sync with 0.8.8cvs5
2932                 see ChangeLog 2003-01-13 (!)
2933
2934 2003-01-12 [alfons]     0.8.8claws85
2935
2936         * src/filtering.c
2937         * src/matcher_parser_parse.y
2938                 prepare change_score filtering action
2939         * src/matcher.[ch]
2940                 give up const-correctness on functions that call non-const-correct functions;
2941                 several casts to gpointer in g_free();
2942                 add change_score;
2943
2944 2003-01-12 [christoph]  0.8.8claws84
2945
2946         * src/compose.c
2947                 fix 2 warnings
2948
2949         * src/gtk/prefswindow.[ch]
2950         * src/plugins/spamassassin/spamassassin_gtk.c
2951                 changed the call of the widget create function
2952                 for PrefsPages, because sometimes the widget
2953                 create function needs a widget that already has
2954                 been attached to a window (to create GDK pixmaps
2955                 for exmaple). So we simply pass the GtkWindow as
2956                 the second parameter now.
2957
2958         * src/main.c
2959         * src/mainwindow.c
2960         * src/prefs_toolbar.[ch]
2961                 rewrite Toolbar Preferences using the new
2962                 prefs window
2963
2964 2003-01-11 [alfons]     0.8.8claws83
2965
2966         * src/addressadd.c
2967                 fix crash when adding sender to addressbook because status bar
2968                 isn't there (the status bar doesn't seem to be used though,
2969                 but I'll let Match decide what to do with it)
2970
2971 2003-01-11 [colin]      0.8.8claws82
2972
2973         * src/main.c
2974           src/toolbar.c
2975                 Two useless changes reversed
2976
2977 2003-01-11 [colin]      0.8.8claws81
2978
2979         * src/mainwindow.c
2980           src/mainwindow.h
2981                 Add mainwindow_get_mainwindow()
2982         * src/alertpanel.c
2983           src/alertpanel.h
2984                 Add alertpanel_error_log() 
2985         * src/compose.c
2986           src/inc.c
2987           src/messageview.c
2988           src/toolbar.c
2989           src/main.c
2990           src/procmsg.c
2991                 Network errors get a View Log button
2992
2993 2003-01-10 [alfons]     0.8.8claws80
2994
2995         * src/prefs_toolbar.c
2996         * src/toolbar.c
2997                 use the translatable string for "Separator" as file name for
2998                 separator toolbar items (probably make this uppercase?)
2999
3000 2003-01-10 [alfons]     0.8.8claws79
3001
3002         * src/prefs_toolbar.c
3003                 put right A_SEPARATOR description string in "displayed
3004                 toolbar items list" so manually added separators are
3005                 saved correctly (bug #10, "Adding a separator to the main 
3006                 toolbar fails, entry in xml file is wrong")
3007
3008 2003-01-10 [christoph]  0.8.8claws78
3009
3010         * src/imap.c
3011                 o fix warnings
3012                 o use CAPABILITY to check if NAMESPACE is available
3013
3014 2003-01-10 [christoph]  0.8.8claws77
3015
3016         * src/imap.[ch]
3017                 apply UIDPLUS IMAP extension support patch
3018
3019         Patch submitted by Simon 'corecode' Schubert
3020
3021 2003-01-10 [paul]       0.8.8claws76
3022
3023         * src/folderview.c
3024                 a sync from main which fixes the news account folders'
3025                 Properties bug
3026
3027 2003-01-10 [christoph]  0.8.8claws75
3028
3029         * src/folder.c
3030                 don't accept 0 as a valid uid returned by copy and move
3031                 functions. 0 means the message was copied or moved but the
3032                 new uid could not be fetched. It is not an error condition
3033                 for the copy or move operation.
3034
3035 2003-01-10 [paul]       0.8.8claws74
3036
3037         * src/prefs_filtering.c
3038                 change English used in Alert when entry is not
3039                 saved.
3040                 
3041         * sync with 0.8.8cvs4
3042                 see ChangeLog 2003-01-10
3043
3044 2003-01-10 [darko]      0.8.8claws73
3045
3046         * src/pine.c
3047                 fix crash when importing address book entry
3048                 without a valid address
3049
3050 2003-01-09 [alfons]     0.8.8claws72
3051
3052         * src/inc.c
3053                 filtering performance: use new style folder update
3054
3055 2003-01-09 [christoph]  0.8.8claws71
3056
3057         * src/compose.c
3058         * src/gtk/menu.[ch]
3059                 fix wrong selecting of mime encoding type, when
3060                 opening property dialog of attachments in the
3061                 compose window. 7bit was always selected and that
3062                 destoryed files with 8bit data.
3063                 (closes bug #9 Sylpheed-claws destroys attachments when
3064                  changing MIME-types)
3065
3066 2003-01-09 [paul]       0.8.8claws70
3067
3068         * sync with 0.8.8cvs3
3069                 see ChangeLog 2003-01-09
3070
3071 2003-01-08 [alfons]     0.8.8claws69
3072         
3073         * src/addressadd.c
3074                 apply patch by Kim Schulz to fix build breakage
3075                 because of missing variable
3076
3077 2003-01-08 [paul]       0.8.8claws68
3078
3079         * sync with 0.8.8cvs2
3080                 see ChangeLog 2002-01-08
3081
3082 2003-01-08 [paul]       0.8.8claws67
3083
3084         * po/it.po
3085                 updated by Alessandro Maestri
3086                 
3087         * src/addressadd.c
3088                 when using 'Add sender to addressbook' allow
3089                 name to be edited and remarks to be entered
3090                 Patch submitted by Luke Plant
3091
3092 2003-01-08 [darko]      0.8.8claws66
3093
3094         * README.claws, src/summaryview.c
3095                 fix description for marked messages
3096
3097 2003-01-08 [paul]
3098
3099         * tools/Makefile.am
3100           tools/launch_phoenix  ** NEW FILE **
3101                 add script that enables using Phoenix as the default
3102                 web browser. 
3103                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
3104                 
3105         * tools/OOo2sylpheed.pl
3106                 remove full path to sylpheed executable, just 'sylpheed'
3107                 will do
3108                 
3109         * tools/README
3110                 add launch_phoenix informtion and re-arrange and compress
3111                 the data a little
3112
3113 2003-01-07 [christoph]  0.8.8claws65
3114
3115         * src/folder.c
3116                 fix update for source folder when moving messages
3117         * src/procmsg.[ch]
3118         * src/summaryview.c
3119                 use function to set to_folder for message infos and
3120                 automatically update the op_count for old and new
3121                 folder
3122
3123 2003-01-07 [melvin]     0.8.8claws64
3124
3125         * src/prefs_actions.c
3126                 Fixed bug where an '%p' Action on a displayed image crashed 
3127                         Sylpheed
3128                 Code clean up (get rid of duplicated code and removed unnecessary 
3129                                 structure member)
3130
3131 2003-01-07 [christoph]  0.8.8claws63
3132
3133         * src/compose.c
3134         * src/folder.[ch]
3135         * src/folderview.c
3136         * src/import.c
3137         * src/inc.c
3138         * src/main.c
3139         * src/mainwindow.c
3140         * src/messageview.c
3141         * src/prefs_folder_item.c
3142         * src/procmsg.c
3143         * src/summaryview.c
3144         * src/toolbar.c
3145                 o remove all folder update triggering from the UI code. The folder
3146                   system should know much better when a folder needs an update.
3147                 o to prevent multiple updates in a row the folder updates can be
3148                   frozen for some time.
3149
3150                 Note: - Please verify that no updates are missing
3151                       - Check where freeze/thaws should be added
3152
3153 2003-01-07 [christoph]  0.8.8claws62
3154
3155         * src/prefs_actions.c
3156                 don't translate empty strings
3157
3158         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3159
3160 2003-01-06 [christoph]  0.8.8claws61
3161
3162         * src/prefs_actions.c
3163                 mark strings for gettext
3164         * src/prefs_matcher.c
3165                 use new description window for Execute action and
3166                 match condition in Filtering
3167
3168         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3169
3170 2003-01-06 [alfons]     0.8.8claws60
3171
3172         keep myself inspired to re-organize matcher part 8; 
3173         yes, more to come (I need to move out the descriptive
3174         text for actions to matcher.c, or at least make it not
3175         depend on the wicked ordering)
3176
3177         * src/prefs_matcher.c
3178                 add documentation so others may comprehend the
3179                 UI part of the conditions
3180                 
3181 2003-01-06 [christoph]  0.8.8claws59
3182
3183         * src/prefs_actions.c
3184                 use new description window for syntax help
3185         * src/gtk/description_window.c
3186                 fix display of descriptions with column count != 2
3187
3188         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3189
3190 2003-01-06 [christoph]  0.8.8claws58
3191
3192         * src/quote_fmt.c
3193         * src/summaryview.[ch]
3194         * src/gtk/Makefile.am
3195         * src/gtk/description_window.[ch]       ** NEW **
3196                 use a generic window to display syntax descriptions
3197                 currently used in quote_fmt and summaryview (new description
3198                 for extended quick search)
3199
3200         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3201
3202 2003-01-06 [paul]       0.8.8claws57
3203
3204         * sync with 0.8.8cvs1
3205                 see ChangeLog 2003-01-06
3206
3207 2003-01-06 [christoph]  0.8.8claws56
3208
3209         * src/mainwindow.c
3210         * src/prefs_gtk.[ch]
3211         * src/gtk/prefswindow.[ch]
3212         * src/plugins/spamassassin/spamassassin_gtk.c
3213                 o remove page management from prefswindow, pages
3214                   will be an argument to prefswindow_open
3215                 o prefswindow_open gets a datapointer that is
3216                   passed to the widget_create function to allow
3217                   creation of prefswindow for specific items
3218
3219 2003-01-06 [colin]      0.8.8claws55
3220         
3221         * src/summaryview.c
3222                 We don't want regexp in the reply-finder, 
3223                 because MIDs can contain !,$,. and so on
3224
3225 2003-01-06 [jens]       0.8.8claws54
3226
3227         * src/jpilot.c
3228                 fixed a wrong free in jpilot_read_db_files
3229
3230 2003-01-06 [alfons]     0.8.8claws53
3231
3232         re-organize matcher part 8; more to come
3233        
3234         * src/matcher.c
3235                 matcherprop_to_string(): put g_free()s before the
3236                 switch-case break to fix memleaks                
3237
3238 2003-01-06 [colin]      0.8.8claws52
3239
3240         * src/summaryview.c
3241                 cleanup & reply-finder now displays the first 
3242                 matching message
3243
3244 2003-01-05 [alfons]     0.8.8claws51
3245
3246         re-organize matcher part 7; more to come
3247
3248         * src/matcher.[ch]
3249                 fixes for constant correctness;
3250                 more documentation;
3251
3252 2003-01-05 [alfons]     0.8.8claws50
3253
3254         re-organize matcher part 6; more to come
3255         
3256         * src/matcher.[ch]
3257                 fixes for constant correctness;
3258                 more documentation;
3259         * src/filtering.c
3260                 fix for constant correctness
3261
3262 2003-01-05 [colin]      0.8.8claws49
3263
3264         * src/account.[ch]
3265                 Add account_get_reply_account function
3266         * src/compose.c
3267                 Use account_get_reply_account function 
3268         * src/summaryview.c
3269                 Basic reply-finder - click on the replied
3270                 icon gets you to the outbox using quick-search
3271
3272 2003-01-05 [paul]       0.8.8claws48
3273
3274         * src/prefs_common.c
3275                 small change to English
3276                 
3277         * src/prefs_filtering.c
3278                 prefs_filtering_action_select(): improve logic and uniformity
3279                 of gui
3280
3281 2003-01-05 [alfons]     0.8.8claws47
3282
3283         fine tune solution to focus problems (bug #7)
3284
3285         * src/mainwindow.c
3286                 mainwindow_focus_in_event(): remove grab event check
3287         * src/summaryview.c
3288                 summary_button_pressed(): move selection on right-click
3289                 too. we can't possibly move the selection back after
3290                 canceling a dialog, because gtk's incomplete focus 
3291                 management. whether this is a good solution, only time
3292                 will tell.
3293
3294 2003-01-05 [christoph]  0.8.8claws46
3295
3296         * src/imap.c
3297                 fix crash when no imap connection could be established
3298
3299 2003-01-05 [paul]       0.8.8claws45
3300
3301         * src/mainwindow.c
3302           src/sumamryview.c
3303           src/gtk/menu.[ch]
3304                 fix bug 605957 'shortcuts in popup-menu'
3305                 make user-defined shortcuts work
3306                 show shortcuts that are already defined
3307                 in the main menu
3308                 Patch submitted by Luke Plant
3309
3310 2003-01-05 [alfons]     0.8.8claws44
3311
3312         * src/mainwindow.c
3313                 focus_in_event handler should not select summary view row 
3314                 when another window (menu, dialog) grabbed for events 
3315                 (bug #7, "[0.8.8claws42] Message summary focus") 
3316
3317 2003-01-04 [christoph]  0.8.8claws43
3318
3319         * src/procmsg.c
3320                 update save folder after adding the sent message
3321                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
3322
3323 2003-01-02 [christoph]  0.8.8claws42
3324
3325         * src/common/plugin.c
3326                 fix unloading of all plugins and unload
3327                 plugins in reverse order
3328                 
3329         * src/gtk/pluginwindow.c
3330                 implement function of load and unload button
3331
3332         * src/gtk/prefswindow.c
3333         * src/gtk/prefswindow.h
3334                 rename register function and add new unregister
3335                 function
3336
3337         * src/plugins/spamassassin/spamassassin_gtk.c
3338                 unregister prefs page and update for changes in
3339                 src/gtk/prefswindow.c
3340
3341 2003-01-02 [paul]       0.8.8claws41
3342
3343         * po/es.po
3344                 updated by Ricardo Mones Lastra
3345
3346 2003-01-02 [paul]
3347
3348         * tools/tb2sylpheed
3349                 fixes and improvements by Urke MMI
3350
3351 2003-01-02 [thorsten]   0.8.8claws40
3352
3353         * src/procmsg.c
3354                 fixed wrong return value
3355
3356 2003-01-02 [thorsten]   0.8.8claws39
3357
3358         * src/prefs.c
3359                 fixed printing wrong variable
3360
3361 2003-01-02 [thorsten]   0.8.8claws38
3362
3363         * src/prefs.c
3364                 fixed acessing members of freed pfile struct
3365
3366 2003-01-02 [thorsten]   0.8.8claws37
3367
3368         * src/procmsg.c
3369                 detect loops across several messages
3370                 as suggested by Christoph Hohmann
3371
3372 2003-01-01 [match]      0.8.8claws36
3373
3374         * src/addrindex.c
3375                 fixed another memory leak.
3376
3377 2003-01-01 [match]      0.8.8claws35
3378
3379         * src/jpilot.[ch]
3380                 fixed memory leaks. applied Doxygen comments.
3381
3382 2003-01-01 [thorsten]   0.8.8claws34
3383
3384         * src/procmsg.c
3385                 inhibit endless loop if msg references itself
3386                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
3387
3388 2003-01-01 [christoph]  0.8.8claws33
3389
3390         * src/mainwindow.c
3391         * src/gtk/Makefile.am
3392         * src/gtk/pluginwindow.c                ** NEW **
3393         * src/gtk/pluginwindow.h                ** NEW **
3394                 add plugin window
3395
3396         * src/plugins/demo/demo.c
3397         * src/plugins/spamassassin/spamassassin.c
3398         * src/plugins/spamassassin/spamassassin_gtk.c
3399                 write better plugin descriptions
3400
3401 2002-12-31 [christoph]  0.8.8claws32
3402
3403         * src/gtk/prefswindow.c
3404         * src/plugins/spamassassin/spamassassin_gtk.c
3405                 some small improvements to GTK code
3406
3407 2002-12-31 [christoph]  0.8.8claws31
3408
3409         * src/plugins/spamassassin/spamassassin_gtk.c
3410                 enable folder select button
3411
3412 2002-12-31 [christoph]  0.8.8claws30
3413
3414         * src/mainwindow.c
3415         * src/gtk/Makefile.am
3416         * src/gtk/prefswindow.c                         ** NEW **
3417         * src/gtk/prefswindow.h                         ** NEW **
3418                 add new prefs window
3419
3420         * src/common/plugin.c
3421                 don't try to load empty config lines
3422         
3423         * src/plugins/spamassassin/Makefile.am
3424         * src/plugins/spamassassin/spamassassin.c
3425         * src/plugins/spamassassin/spamassassin.h       ** NEW **
3426         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
3427                 GTK config for SpamAssassin Plugin using
3428                 the new prefs window
3429
3430 2002-12-31 [paul]       0.8.8claws29
3431
3432         * po/POTFILES.in
3433                 remove obsolete entry 'src/menu.c'
3434
3435 2002-12-31 [alfons]     0.8.8claws28
3436
3437         * src/matcher.[ch]
3438         * src/matcher_parser_parse.y
3439         * src/prefs_matcher.c
3440                 add "ignore_thread" and "~ignore_thread" condition so it's
3441                 possible to make the actions / scoring operate on the ignore
3442                 thread flag
3443
3444 2002-12-31 [christoph]  0.8.8claws27
3445
3446         * src/addrbook.c
3447         * src/addrindex.c
3448         * src/folder.c
3449         * src/matcher.c
3450         * src/prefs_account.c
3451         * src/prefs_actions.c
3452         * src/prefs_customheader.c
3453         * src/prefs_display_header.c
3454         * src/prefs_gtk.c
3455         * src/procmime.c
3456         * src/toolbar.c
3457         * src/xmlprops.c
3458         * src/common/prefs.[ch]
3459                 extend prefs file handling for reading and automatic handling
3460                 of blocks. When reading prefs_set_block_label will automatically
3461                 move on to the block. When writing it will copy all other blocks
3462                 automatically
3463
3464         * src/common/plugin.c
3465                 Now loading plugin filenames from [Plugins] block in
3466                 sylpheed rc file
3467
3468 2002-12-30 [christoph]  0.8.8claws26
3469
3470         * src/common/hooks.[ch]
3471                 return abort status to caller of hooks_invoke
3472                 
3473         * src/inc.[ch]
3474                 invoke message filtering hook and stop
3475                 default handling when filter returns abort
3476
3477         * src/common/plugin.[ch]
3478         * src/plugins/demo/demo.c
3479                 modify plugin loader, because resolving symbols for strings
3480                 does not work correctly
3481         
3482         * configure.in
3483         * ac/spamassassin.m4                            ** NEW **
3484         * src/plugins/spamassassin/.cvsignore           ** NEW **
3485         * src/plugins/spamassassin/Makefile.am          ** NEW **
3486         * src/plugins/spamassassin/README               ** NEW **
3487         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
3488         * src/plugins/spamassassin/spamassassin.c       ** NEW **
3489         * src/plugins/spamassassin/utils.[ch]           ** NEW **
3490                 add spamassassin plugin, see src/plugins/spamassassin/README
3491                 for details
3492
3493 2002-12-29 [alfons]     0.8.8claws25
3494
3495         * src/mainwindow.c
3496                 when moving focus from a message view to the main 
3497                 window, don't forget to select the summary node
3498                 of the displayed message. should fix "[ 659103 ] 
3499                 focus-follows-mouse confuses sylpheed"
3500
3501 2002-12-29 [christoph]  0.8.8claws24
3502
3503         * src/Makefile.am
3504         * src/stringtable.[ch]          ** REMOVE **
3505         * src/common/Makefile.am
3506         * src/common/stringtable.[ch]   ** NEW **
3507                 move stringtable files to common directory
3508
3509 2002-12-29 [christoph]  0.8.8claws23
3510
3511         * src/Makefile.am
3512         * src/menu.[ch]                 ** REMOVE **
3513         * src/gtk/Makefile.am
3514         * src/gtk/menu.[ch]             ** NEW **
3515                 move menu files to gtk directory
3516
3517 2002-12-29 [match]      0.8.8claws22
3518
3519         * src/addressbook.c
3520         * src/syldap.c
3521                 moved UI specific code out of LDAP code into addressbook
3522                 UI code. fixed memory leak.
3523
3524 2002-12-29 [christoph]  0.8.8claws21
3525
3526         * src/folder.c
3527                 only check for IGNORED parent message when message is
3528                 not IGNORED itself
3529
3530 2002-12-29 [alfons]     0.8.8claws20
3531
3532         * src/summaryview.c
3533                 set gtksctree's anchor correct (immediate execute
3534                 changes the tree's layout, and anchor points at 
3535                 the incorrect row). fixes "[ 657233 ] multiple msg 
3536                 delete sometimes off by 1".
3537                 we probably have to look for more tree layout /
3538                 anchor glitches.
3539
3540 2002-12-29 [paul]       0.8.8claws19
3541
3542         * src/summaryview.c
3543                 fix bug [ 659054 ] incorrect sorting of 'From' column
3544                 when using 'display sender using address book'
3545                 thanks to Alfons and Luke Plant
3546
3547 2002-12-29 [christoph]  0.8.8claws18
3548
3549         * src/folder.c
3550         * src/procmsg.[ch]
3551                 check parent messages for IGNORE THREAD flag, when adding,
3552                 moving or copying messages to a folder
3553
3554 2002-12-27 [alfons]     0.8.8claws17
3555
3556         re-organize matcher part 5; more to come
3557
3558         * src/matcher.c
3559                 hash keywords in matchparser_tab 
3560
3561 2002-12-27 [alfons]     0.8.8claws16
3562
3563         re-organize matcher part 4; more to come
3564
3565         * src/matcher_parser.h
3566         * src/matcher_parser_lex.l
3567         * src/matcher_parser_parse.y
3568                 cleanup
3569
3570 2002-12-27 [alfons]     0.8.8claws15
3571
3572         re-organize matcher part 3; more to come
3573
3574         * src/matcher.[ch]
3575                 cleanup
3576
3577 2002-12-27 [alfons]     0.8.8claws14
3578
3579         re-organize matcher part 2; more to come but this should
3580         work. cc me if there are any regressions.
3581
3582         * src/matcher.h
3583                 add prototype for get_matchparser_tab_id()
3584         * src/matcher_parser_lex.l
3585                 look up keywords using matchparser_tab_id();
3586
3587 2002-12-27 [alfons]     0.8.8claws12
3588
3589         re-organize matcher part 1
3590
3591         * src/matcher.h
3592                 map yacc generated constants to sylpheed matcher constants
3593         * src/matcher.c
3594                 add function to find a matcher constant from a string
3595
3596 2002-12-27 [christoph]  0.8.8claws11
3597
3598         * src/compose.c
3599                 MENUITEM_ADD casts the 4th argument from integer to pointer
3600                 so it probably should not be a pointer, this means we
3601                 should use account id for it and not the account's pointer
3602
3603 2002-12-27 [paul]       0.8.8claws10
3604
3605         * src/mainwindow.c
3606                 remove unneeded 'GtkWidget *vbox'
3607                 
3608         * src/summaryview.c
3609                 further sync with 0.8.8 - make sort
3610                 by recipient work as expected
3611                 
3612         * NEWS
3613                 sync with 0.8.8
3614
3615 2002-12-27 [paul]       0.8.8claws9
3616
3617         * po/pt_BR.po
3618                 updated by Ivan F. Martinez
3619                 
3620 2002-12-27 [darko]      0.8.8claws8
3621
3622         * src/common/utils.c
3623                 added locked pattern to extended search
3624
3625 2002-12-27 [alfons]     0.8.8claws7
3626
3627         * src/prefs_matcher.[ch]
3628                 clean up
3629
3630 2002-12-26 [alfons]     0.8.8claws6
3631
3632         * src/matcher.[ch]
3633         * src/matcher_parser_lex.l
3634         * src/matcher_parser_parse.y
3635         * src/prefs_matcher.c
3636                 allow color label as a condition in the matcher
3637
3638 2002-12-26 [oliver]     0.8.8claws5
3639         
3640         * src/toolbar.c 
3641                 enable Addressbook for Main and Messageview
3642         * src/prefs_actions.c
3643                 enable actions in Messageview
3644
3645 2002-12-26 [christoph]  0.8.8claws4
3646
3647         * src/common/plugin.c
3648                 add a little debug output
3649         * configure.in
3650         * src/plugins/demo/Makefile.am
3651                 better use of automake
3652
3653 2002-12-26 [christoph]  0.8.8claws3
3654
3655         * src/Makefile.am
3656         * src/common/Makefile.am
3657                 fix "make distdir"
3658
3659 2002-12-26 [christoph]  0.8.8claws2
3660
3661         * configure.in
3662                 sort configure checks into common / gtk / plugins
3663         * po/POTFILES.in
3664                 add src/prefs_gtk.c
3665         * src/Makefile.am
3666                 add plugins SUBDIR
3667         * src/main.c
3668         * src/common/sylpheed.[ch]
3669                 added now sylpheed_done function for shutdown
3670         * src/common/Makefile.am
3671         * src/common/plugin.[ch]                ** NEW **
3672                 plugin loader and unloader
3673         * src/plugins/.cvsignore                ** NEW **
3674         * src/plugins/Makefile.am               ** NEW **
3675                 build plugins
3676         * src/plugins/demo/.cvsignore           ** NEW **
3677         * src/plugins/demo/Makefile.am          ** NEW **
3678         * src/plugins/demo/demo.c               ** NEW **
3679                 small demo plugin that installs a logtext hook and
3680                 outputs the log text to stdout
3681
3682 2002-12-26 [paul]       0.8.8claws1
3683
3684         * po/es.po
3685                 updated by Ricardo Mones Lastra
3686
3687 2002-12-26 [paul]       0.8.8claws
3688
3689         * 0.8.8claws released
3690
3691 2002-12-26 [paul]       0.8.7claws12
3692
3693         * po/bg.po
3694                 updated by George Danchev
3695
3696 2002-12-26 [paul]       0.8.7claws11
3697
3698         * po/POTFILES.in
3699                 remove unneeded 'src/prefs.c' entry 
3700
3701 2002-12-26 [paul]       0.8.7claws10
3702
3703         * src/codeconv.c
3704           src/mainwindow.c
3705                 sync with 0.8.8 release
3706         
3707         * src/folder.[ch]
3708           src/mh.c
3709           src/summaryview.c
3710                 partial sync with 0.8.8 release
3711         
3712
3713 2002-12-25 [alfons]     0.8.7claws9
3714
3715         * src/matcher.[ch]
3716         * src/matcher_parser_lex.l
3717         * src/matcher_parser_parse.y
3718         * src/prefs_matcher.c
3719                 add locked flag to possible filtering / matcher 
3720                 conditions (also a good example what should be
3721                 done to add a simple boolean condition)
3722
3723 2002-12-25 [christoph]  0.8.7claws8
3724
3725         * src/Makefile.am
3726         * src/account.[ch]
3727         * src/addrbook.c
3728         * src/addressbook.c
3729         * src/addrindex.c
3730         * src/filtering.c
3731         * src/folder.c
3732         * src/matcher.c
3733         * src/prefs.[ch]                ** REMOVE **
3734         * src/prefs_account.c
3735         * src/prefs_actions.c
3736         * src/prefs_common.c
3737         * src/prefs_customheader.c
3738         * src/prefs_display_header.c
3739         * src/prefs_filtering.c
3740         * src/prefs_folder_item.c
3741         * src/prefs_gtk.[ch]            ** NEW **
3742         * src/prefs_matcher.c
3743         * src/prefs_scoring.c
3744         * src/prefs_summary_column.c
3745         * src/procmime.c
3746         * src/selective_download.c
3747         * src/toolbar.c
3748         * src/common/Makefile.am
3749         * src/common/prefs.[ch]         ** NEW **
3750                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
3751
3752 2002-12-24 [alfons]     0.8.7claws7
3753
3754         * src/summaryview.c
3755                 summary_thread_build(): fix real cause of the crash mentioned in
3756                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
3757                 this way we get meaningful ctree nodes 
3758
3759 2002-12-24 [oliver]     0.8.7claws6
3760
3761         * src/mainwindow.[ch]
3762         * src/messageview.[ch]
3763         * src/compose.[ch]
3764         * src/inc.c
3765         * src/summaryview.c
3766                 changes to use updated toolbar handling
3767                 
3768 2002-12-24 [oliver]     0.8.7claws5
3769
3770         * src/toolbar.[ch]
3771                 generic toolbar handling
3772                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
3773         * src/prefs_toolbar.[ch]
3774                 adjust to handling
3775         
3776 2002-12-24 [oliver]     0.8.7claws4
3777         
3778         * src/stock_pixmap.[ch]
3779                 move SYLPHEED_LOGO to end of list in order 
3780                 to remove it from Custom Toolbar`s Icon View
3781
3782 2002-12-24 [alfons]     0.8.7claws3
3783
3784         * src/summaryview.c
3785                 summary_thread_build(): fix crash because of focus != selection 
3786                 after threading. when deleting the selection, gtk tries but fails 
3787                 to find the correct focusable element. we now force the selection
3788                 to be focused. this should solve the infamous bug reported by 
3789                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
3790                 a test case is available. 
3791
3792 2002-12-24 [darko]      0.8.7claws2
3793
3794         * src/summaryview.c
3795                 don't crash when unmarking message with unread children
3796
3797 2002-12-23 [christoph]  0.8.7claws1
3798
3799         * src/Makefile.am
3800         * src/common/Makefile.am
3801                 update Makefiles for moved intl.h, version.h and defs.h
3802         * src/imap.c
3803                 rewrite imap_session_get to avoid duplicate code
3804
3805 2002-12-23 [paul]       0.8.7claws
3806
3807         * Santa-Claws released
3808         
3809         * po/hu.po
3810           po/ru.po
3811                 squeeze in updated Hungarian and Russian translations.
3812                 Submitted by  Gál Zoltán and Ruslan N. Balkin
3813
3814 2002-12-23 [paul]       0.8.6claws129
3815
3816         * po/pl.po
3817                 updated by Witold Wladyslaw Wojciech Wilk
3818
3819 2002-12-23 [paul]       0.8.6claws128
3820
3821         * src/quote_fmt_parse.y
3822                 fix typo and add licence header
3823
3824 2002-12-23 [paul]       0.8.6claws127
3825
3826         * po/en_GB.po
3827                 updated
3828
3829 2002-12-23 [paul]       0.8.6claws126
3830
3831         * po/it.po
3832                 updated translation, submitted by Alessandro Maestri
3833                 
3834 2002-12-23 [paul]       0.8.6claws125
3835
3836         * src/quote_fmt_parse.y
3837                 fix signature-stripping on replies bug. match
3838                 '-- \n' and not '-- '.
3839
3840 2002-12-22 [paul]       0.8.6claws124
3841
3842         * po/bg.po
3843           po/es.po
3844           po/sr.po
3845                 updated translations. submitted by George Danchev,
3846                 Ricardo Mones Lastra, and Urke MMI respectively
3847
3848 2002-12-21 [paul]       0.8.6claws123
3849
3850         * src/addrbook.c
3851                 fix coding style
3852
3853 2002-12-21 [paul]       0.8.6claws122
3854
3855         * src/addrbook.c
3856                 fix bug [643638] where if a person is in one or more
3857                 addressbook groups editing that person's email 
3858                 address results in removal from those groups.
3859                 Patch submitted by Luke Plant.
3860
3861 2002-12-20 [christoph]  0.8.6claws121
3862
3863         * src/common/utils.c
3864         * src/summaryview.c
3865                 reimplement expand_search_string using GString to
3866                 prevent crashs caused by miscalculated string
3867                 lengths reported by Paul
3868
3869 2002-12-20 [christoph]  0.8.6claws120
3870
3871         * src/summaryview.c
3872                 don't use "changed" to check if op_count has to be changed as it
3873                 is also set when the message has unread children
3874                 (closes bug [ 653221 ] crash while deleting duplicates)
3875
3876 2002-12-20 [paul]       0.8.6claws119
3877
3878         * sync with 0.8.6cvs27
3879                 see ChangeLog 2002-12-20
3880
3881 2002-12-20 [paul]       0.8.6claws118
3882
3883         * sync with 0.8.6cvs26
3884                 see ChangeLog 2002-12-19 and 2002-12-20
3885
3886 2002-12-19 [alfons]     0.8.6claws117
3887
3888         * src/textview.c
3889                 fix incorrect parsing of email addresses, submitted by 
3890                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
3891                 name display if it contains @".
3892
3893 2002-12-18 [paul]       0.8.6claws116
3894
3895         * sync with 0.8.6cvs23
3896                 see ChangeLog 2002-12-18
3897
3898 2002-12-18 [paul]       0.8.6claws115
3899
3900         * src/Makefile.am
3901         * src/account.c
3902         * src/codeconv.c
3903         * src/gtkutils.[ch]
3904         * src/imap.c
3905                 sync with 0.8.6cvs22.
3906                 see ChangeLog 2002-12-17 and 2002-12-18
3907
3908 2002-12-17 [christoph]  0.8.6claws114
3909
3910         * src/imap.c
3911                 o don't create a session if imap greeting fails
3912                 o don't close socket when authentication fails
3913                   this is done by imap_session_destroy
3914
3915 2002-12-17 [thorsten]   0.8.6claws113
3916
3917         * tools/Makefile.am
3918           tools/README
3919           tools/google_msgid.pl ** NEW FILE **
3920                 Added "search for message-id" script and doc
3921
3922 2002-12-17 [thorsten]   0.8.6claws112
3923
3924         * po/hu.po
3925                 Updated hungarian translation
3926                 (updated by Gal Zoltan)
3927
3928 2002-12-16 [christoph]  0.8.6claws111
3929
3930         * src/addr_compl.c
3931                 remove stupid addressbook dump to debug output
3932         * src/mh.c
3933                 fix memory leak found by Hiro
3934
3935 2002-12-14 [paul]       0.8.6claws110
3936
3937         * src/compose.c
3938                 fix menubar sensitivity on send
3939                 
3940         * src/prefs_filtering.c
3941         * src/prefs_matcher.c
3942         * src/prefs_scoring.c
3943                 Fix english ;)
3944                 
3945         * src/common/quoted-printable.h
3946                 sync: fix typo
3947         
3948 2002-12-13 [christoph]  0.8.6claws109
3949
3950         * src/Makefile.am
3951         * src/manage_window.[ch]        ** REMOVE **
3952         * src/gtk/Makefile.am
3953         * src/gtk/manage_window.[ch]    ** NEW **
3954                 move manage_window files to gtk directory
3955
3956 2002-12-13 [christoph]  0.8.6claws108
3957
3958         * src/Makefile.am
3959         * src/gtkshruler.[ch]           ** REMOVE **
3960         * src/gtk/Makefile.am
3961         * src/gtk/gtkshruler.[ch]       ** NEW **
3962                 move gtkshruler files to gtk directory
3963
3964 2002-12-13 [christoph]  0.8.6claws107
3965
3966         * src/Makefile.am
3967         * src/compose.c
3968         * src/gtkstext.[ch]             ** REMOVE **
3969         * src/gtkutils.[ch]
3970         * src/textview.c
3971         * src/gtk/gtkstext.[ch]         ** NEW **
3972         * src/gtk/Makefile.am
3973                 o move stext functions to gtkstext.c to remove
3974                   dependency of gtkutils
3975                 o move gtkstext files to gtk directory
3976
3977         * src/gtk/Makefile.am
3978         * src/gtk/sslcertwindow.[ch]
3979                 UI stuff can always depend on common code so
3980                 it's ok to add ../common to include path
3981
3982 2002-12-13 [colin]      0.8.6claws106
3983
3984         * src/summaryview.c
3985                 Disconnect sighandlers for mainwindow when
3986                 quicksearch has the focus
3987                 Fix bug #653231
3988         * src/mainwindow.[ch]
3989                 Make key_pressed callback public, to be able
3990                 to disconnect it
3991
3992 2002-12-13 [christoph]  0.8.6claws105
3993
3994         * src/mh.c
3995                 create .mh_sequences file in new MH folders
3996                 (closes feature request [ 523162 ] MH folders should
3997                  get a .mh_sequences)
3998
3999 2002-12-13 [colin]      0.8.6claws104
4000
4001         * src/summaryview.c
4002                 Better handling of quicksearch show/hide
4003                 (basically the button stays under the mouse 
4004                  when toggled)
4005
4006 2002-12-13 [paul]       0.8.6claws103
4007
4008         * sync with 0.8.6cvs17
4009                 see ChangeLog 2002-12-13
4010
4011 2002-12-13 [paul]       0.8.6claws102
4012
4013         * po/es.po
4014                 updated by Ricardo Mones Lastra
4015
4016 2002-12-11 [colin]       0.8.6claws101
4017
4018         * src/folder.c
4019                 remove statusbar stuff
4020           src/folderview.c
4021                 set statusbar verbosity when moving folders
4022
4023 2002-12-11 [colin]       0.8.6claws100
4024         * src/prefs_filtering.c
4025         * src/prefs_matcher.c
4026         * src/prefs_scoring.c
4027                 Fix english ;)
4028
4029 2002-12-11 [colin]       0.8.6claws99
4030
4031         * src/prefs_common.[ch]
4032                 Add summary_quicksearch_type
4033         * src/summaryview.c
4034                 Save last used quicksearch type
4035
4036 2002-12-11 [jens]       0.8.6claws98
4037         * src/prefs_filtering.c
4038         * src/prefs_matcher.c
4039         * src/prefs_scoring.c
4040                 added dialog for incomplete rules in scoring, filtering and
4041                 matcher to ask wheather really close
4042
4043 2002-12-11 [colin]      0.8.6claws97
4044
4045         * src/folder.c
4046                 Fix folder dnd statusbar logging
4047
4048 2002-12-10 [christoph]  0.8.6claws96
4049
4050         * src/compose.c
4051         * src/folder.c
4052         * src/imap.c
4053         * src/inc.c
4054         * src/main.c
4055         * src/mainwindow.c
4056         * src/news.c
4057         * src/send.c
4058         * src/statusbar.[ch]
4059         * src/common/hooks.c
4060         * src/common/log.[ch]
4061                 o handle verbose logging in statusbar directly in statusbar code
4062                   and common code does not need any knowledge about a statusbar
4063                 o remove direct calls to statusbar_(puts|pop)_all functions
4064
4065 2002-12-10 [jens]       0.8.6claws95
4066
4067         * src/*.c
4068                 removed gettext from g_warnings
4069         * po/POTFILES.in
4070                 cleaned and updated
4071         * po/de.po
4072                 updated
4073
4074 2002-12-10 [colin]      0.8.6claws94
4075
4076         * src/main.c
4077                 finish crash dialog fix
4078
4079 2002-12-10 [colin]      0.8.6claws93
4080
4081         * src/main.c
4082                 "Fix" "sylpheed already running" instead of
4083                 crash dialog appearing after a crash
4084
4085 2002-12-10 [colin]      0.8.6claws92
4086
4087         * po/POTFILES.in
4088                 add src/gtk/sslcertwindow.c
4089
4090 2002-12-10 [paul]       0.8.6claws91
4091
4092         * po/POTFILES.in
4093                 updated to reflect recent changes
4094                 submitted by Alessandro Maestri
4095
4096 2002-12-09 [christoph]  0.8.6claws90
4097
4098         * src/Makefile.am
4099         * src/smtp.[ch]                 ** REMOVE **
4100         * src/common/Makefile.am
4101         * src/common/smtp.[ch]          ** NEW **
4102                 move smtp files to common directory
4103
4104 2002-12-09 [christoph]  0.8.6claws89
4105
4106         * src/Makefile.am
4107         * src/session.[ch]              ** REMOVE **
4108         * src/common/Makefile.am
4109         * src/common/session.[ch]       ** NEW **
4110                 move session files to common directory
4111
4112 2002-12-09 [paul]       0.8.6claws88
4113
4114         * src/account.c
4115                 fix bug [649746] edit accounts: move account reverted
4116                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
4117
4118 2002-12-09 [colin]      0.8.6claws87
4119
4120         * src/ssl_certificate.c
4121                 cleanup
4122
4123 2002-12-09 [colin]      0.8.6claws86
4124
4125         * src/ssl.c
4126                 Try to open the cert.pem database and 
4127                 issue a warning if it isn't there
4128
4129 2002-12-09 [colin]      0.8.6claws85
4130
4131         * src/common/ssl_certificate.c
4132         * src/gtk/sslcertwindow.c
4133                 Warning fixes
4134
4135 2002-12-09 [colin]      0.8.6claws84
4136
4137         * src/ssl_certificate.[ch] ** REMOVED **
4138         * src/common/ssl_certificate.[ch] ** NEW **
4139         * src/Makefile.am
4140         * src/common/Makefile.am
4141                 Moved ssl_certificate.[ch] to common
4142         * src/common/ssl.c 
4143                 Put back needed include
4144         * src/gtk/sslcertwindow.[ch]
4145                 Changed ssl_certificate.h include
4146         
4147 2002-12-09 [colin]      0.8.6claws83
4148
4149         * src/gtk/sslcertwindow.[ch]
4150                 Implement hook for certificate acception
4151         * src/ssl_certificate.[ch]
4152                 Implement hook for certificate acception
4153         * src/common/ssl.c
4154                 Reenable certificate acception check
4155         * src/mainwindow.c
4156                 Register sslcertwindow's hook
4157         
4158 2002-12-08 [christoph]  0.8.6claws82
4159
4160         * src/about.c
4161         * src/addr_compl.c
4162         * src/codeconv.c
4163         * src/manual.c
4164         * src/undo.c
4165         * src/common/utils.c
4166                 o add missing includes
4167                 o fix warnings
4168         * src/.cvsignore
4169         * src/common/.cvsignore
4170         * src/common/version.h          ** REMOVE **
4171                 remove autogenerated file
4172
4173 2002-12-08 [paul]       0.8.6claws81
4174
4175         * src/stringtable.c
4176                 put back needed include
4177
4178 2002-12-08 [colin]      0.8.6claws80
4179         
4180         * src/gtk/sslcertwindow.c
4181                 Cleaner popups when asking
4182         * src/ssl_certificate.c
4183         * src/prefs_common.[ch]
4184                 remove ssl certificate pref
4185                 put back needed include
4186         * src/undo.c
4187                 put back needed include
4188
4189 2002-12-08 [christoph]  0.8.6claws79
4190
4191         * src/folderview.c
4192         * src/logwindow.c
4193         * src/statusbar.c
4194         * src/summaryview.c
4195                 only abort hook invokation if required data is missing not
4196                 if our own data pointer is NULL, update hookfunction for
4197                 log window
4198
4199 2002-12-08 [paul]       0.8.6claws78
4200
4201         * src/about.c
4202         * src/addrcache.c
4203         * src/addrclip.c
4204         * src/addr_compl.c
4205         * src/addrselect.c
4206         * src/codeconv.c
4207         * src/colorlabel.c
4208         * src/enriched.c
4209         * src/esmtp.c
4210         * src/exporthtml.c
4211         * src/headerview.c
4212         * src/imageview.c
4213         * src/manual.c
4214         * src/noticeview.c
4215         * src/pgptext.c
4216         * src/scoring.c
4217         * src/sourcewindow.c
4218         * src/stringtable.c
4219         * src/undo.c
4220                 clean up: remove unneccesary includes
4221
4222 2002-12-08 [christoph]  0.8.6claws77
4223
4224         * src/folderview.c
4225         * src/statusbar.c
4226         * src/summaryview.c
4227         * src/common/hooks.[ch]
4228                 hook functions now have a gboolean return value, if a hook
4229                 returns TRUE it will stop executing of any more hooks in
4230                 the same hooklist for this invokation
4231
4232 2002-12-08 [colin]      0.8.6claws76
4233         
4234         * src/main.c
4235                 put back argv0 for CRASH_DIALOG
4236
4237 2002-12-08 [christoph]  0.8.6claws75
4238
4239         * src/Makefile.am
4240         * src/about.c
4241         * src/account.c
4242         * src/crash.c
4243         * src/esmtp.h
4244         * src/imap.[ch]
4245         * src/inc.c
4246         * src/main.c
4247         * src/mainwindow.c
4248         * src/news.c
4249         * src/pop.[ch]
4250         * src/prefs_account.[ch]
4251         * src/prefs_common.[ch]
4252         * src/send.[ch]
4253         * src/smtp.[ch]
4254         * src/ssl_certificate.[ch]
4255         * src/ssl_manager.[ch]
4256         * src/common/Makefile.am
4257         * src/common/log.c
4258         * src/common/nntp.[ch]
4259         * src/common/socket.[ch]
4260         * src/common/ssl.[ch]
4261         * src/gtk/sslcertwindow.[ch]
4262         * ac/openssl.m4
4263                 use new autoconf script to detect OpenSSL with extra parameters
4264                 to specify the location of libs and includes, also remove USE_SSL
4265                 to USE_OPENSSL
4266
4267         * src/common/sylpheed.[ch]
4268         * src/common/version.h.in
4269                 start seperation of common code initialization seperated from gui
4270
4271         * src/summaryview.c
4272                 The function that is called when a color label changes
4273                 should not change the color lable again
4274
4275 2002-12-08 [colin]      0.8.6claws74
4276
4277         * src/gtk/sslcertwindow.c
4278                 warning fixes
4279
4280 2002-12-08 [colin]      0.8.6claws73
4281
4282         * src/statusbar.c
4283           src/common/log.h
4284                 Register a hook for statusbar_puts_all
4285         * src/common/log.c
4286                 invoke statusbar_puts_all's hook
4287         
4288 2002-12-08 [colin]      0.8.6claws72
4289
4290         * src/ssl_certificate.c
4291                 Put back a badly-removed include
4292
4293 2002-12-08 [colin]      0.8.6claws71
4294
4295         * src/gtk/sslcertwindow.[ch]    ** NEW **
4296                 new certificate presentation
4297         * src/gtk/Makefile.am
4298                 add new files
4299         * src/ssl_certificate.[ch]
4300                 gtk cleanup, made utility functions public
4301         * src/ssl_manager.c
4302                 use new cert presentation
4303
4304 2002-12-07 [christoph]  0.8.6claws70
4305
4306         * src/Makefile.am
4307         * src/nntp.[ch]                 ** REMOVE **
4308         * src/common/Makefile.am
4309         * src/common/nntp.[ch]          ** NEW **
4310                 move nntp files to common directory
4311
4312 2002-12-07 [christoph]  0.8.6claws69
4313
4314         * src/procmsg.[ch]
4315         * src/summaryview.c
4316                 implement msginfo update callback using sylpheed's new
4317                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
4318
4319 2002-12-06 [christoph]  0.8.6claws68
4320
4321         * src/editgroup.c
4322                 This patch changes the 'Edit Group Details' dialog to
4323                 allow extended selections in either pane, so that
4324                 addresses can be added or removed from a group more
4325                 quickly and easily. (it actually is a net decrease in
4326                 file size, as some unnecessary functions have been
4327                 removed). 
4328                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
4329
4330 2002-12-06 [christoph]  0.8.6claws67
4331
4332         * src/Makefile.am
4333         * src/template.[ch]             ** REMOVE **
4334         * src/common/Makefile.am
4335         * src/common/template.[ch]      ** NEW **
4336                 move template files to common directory
4337
4338         * src/nntp.c
4339                 add missing log.h include
4340
4341 2002-12-06 [melvin]     0.8.6claws66
4342
4343         * src/prefs_actions.c
4344                 Added the trailing ">" syntax to insert command's output
4345                 without replacing old text (in contrast to trailing "|").
4346
4347 2002-12-05 [colin]      0.8.6claws65
4348         
4349         * src/common/utils.c
4350                 Don't modify original search_string or it'll change
4351                 the next iterations in the for()
4352
4353 2002-12-05 [darko]      0.8.6claws64
4354
4355         * src/common/utils.c
4356                 proper check for filtering commands, found by Colin
4357
4358 2002-12-05 [darko]      0.8.6claws63
4359
4360         * src/common/utils.c
4361                 check proper string for NULL pointer, found by Colin
4362
4363 2002-12-05 [darko]      0.8.6claws62
4364
4365         * src/common/utils.[ch]
4366                 expand_search_string(): new function
4367                 converts Mutt-like patterns to Sylpheed's
4368                 filtering engine
4369         * src/summaryview.c
4370                 use expand_search_string() to allow Mutt-like
4371                 patterns in extended search
4372         * README.claws
4373                 document extended option in quick search
4374
4375 2002-12-05 [paul]       0.8.6claws61
4376
4377         * sync with 0.8.6cvs16
4378                 see ChangeLog 2002-12-05
4379                 
4380         * po/POTFILES.in
4381                 clean up
4382
4383 2002-12-04 [christoph]  0.8.6claws60
4384
4385         * src/imap.[ch]
4386                 put imap authentication code into a new function and
4387                 remove it from imap_session_new that will allow to
4388                 send other commands before authentication
4389
4390 2002-12-04 [christoph]  0.8.6claws59
4391
4392         * src/imap.[ch]
4393                 use already existing method to prevent unneeded IMAP
4394                 folder selects. Set imap_select parameters to NULL
4395                 in some functions if the values are not required.
4396
4397         * src/xml.h
4398                 remove no longer required include
4399
4400 2002-12-04 [paul]       0.8.6claws58
4401
4402         * po/es.po
4403                 updated by Ricardo Mones Lastra
4404                 
4405         * configure.in
4406           po/hu.po      ** NEW FILE **
4407                 initial Hungarian translation, submitted
4408                 by Gál Zoltán <galzoli@hu.inter.net>
4409
4410 2002-12-03 [christoph]  0.8.6claws57
4411
4412         * src/Makefile.am
4413         * src/gtksctree.[ch]            ** REMOVE **
4414         * src/gtk/Makefile.am
4415         * src/gtk/gtksctree.[ch]        ** NEW **
4416                 move gtksctree files to gtk directory
4417
4418 2002-12-03 [christoph]  0.8.6claws56
4419
4420         * src/Makefile.am
4421         * src/md5.[ch]                  ** REMOVE **
4422         * srm/common/Makefile.am
4423         * src/common/md5.[ch]           ** NEW **
4424                 move md5 files to common directory
4425
4426         * src/gtkstext.c
4427                 remove not required #include
4428
4429 2002-12-03 [sergey]     0.8.6claws55
4430
4431         * src/gtkutils.c
4432         * src/gtkutils.h
4433                 gtkut_window_popup(): new function.
4434         * src/mainwindow.c
4435                 main_window_popup(): use gtkut_window_popup() to raise
4436                 window without changing its position.
4437                 (see sylpheed-main ML message [sylpheed:17247])
4438
4439 2002-12-03 [sergey]     0.8.6claws54
4440
4441         * src/send.c
4442                 send_message_local(): removed first-dot escaping
4443                 (SMTP-only, not needed for sending through pipe)
4444
4445 2002-12-03 [paul]       0.8.6claws53
4446
4447         * po/POTFILES.in
4448                 update to reflect recent changes (thanks
4449                 to Ricardo Mones Lastra)
4450                 
4451         * tools/filter_conv.pl
4452                  fix problem with quoted strings. Patch submitted
4453                  by Luke Plant <lukeplant@softhome.net>
4454
4455 2002-12-03 [paul]       0.8.6claws52
4456
4457         * sync with 0.8.6cvs15
4458                 see ChangeLog 2002-12-03
4459
4460 2002-12-02 [christoph]  0.8.6claws51
4461
4462         * src/logwindow.[ch]
4463         * src/common/log.[ch]
4464                 implement logging using a hook function
4465
4466         * src/folderview.c
4467         * src/folder.[ch]
4468                 define hooklist name in header file to avoid
4469                 errors caused by wrong spelling of hooklist names
4470
4471         * src/toolbar.c
4472                 fix warnings
4473
4474 2002-12-02 [christoph]  0.8.6claws50
4475
4476         * src/common/Makefile.am
4477                 add src/common/hooks.[ch]
4478
4479         * src/common/hooks.[ch]
4480                 implement a simple hook system using glib's hook functions
4481
4482         * src/folder.[ch]
4483         * src/folderview.c
4484                 use new hook system for folder item updates
4485
4486 2002-12-02 [christoph]  0.8.6claws49
4487
4488         * doc-src/ui_seperation.txt     ** NEW **
4489                 information for ui seperation
4490
4491         * src/Makefile.am
4492                 remove files that were moved to common
4493                 include common directory by default for the header files
4494
4495         * src/inc.c
4496         * src/common/socket.c
4497         * src/automaton.[ch]
4498                 implement automaton using g_io_*-functions instead of
4499                 gdk_input_add to make it ui independent
4500
4501         * src/codeconv.c
4502         * src/compose.c
4503         * src/ldif.c
4504         * src/pgptext.c
4505         * src/procmime.c
4506         * src/rfc2015.c
4507         * src/smtp.c
4508         * src/unmime.c
4509                 remove common/ prefix because directory is now in
4510                 include path
4511
4512         * src/compose.c
4513         * src/folder.c
4514         * src/folderview.c
4515         * src/mainwindow.c
4516         * src/messageview.c
4517         * src/prefs_common.c
4518         * src/procmsg.c
4519         * src/rfc2015.c
4520                 fix warnings
4521
4522         * src/imap.c
4523         * src/inc.c
4524         * src/news.c
4525         * src/pop.c
4526         * src/send.c
4527         * src/smtp.c
4528         * src/ssl_certificate.c
4529                 add log.h header file for logging functions
4530
4531         * src/main.c
4532         * src/common/utils.c
4533         * src/summaryview.c
4534         * src/xml.c
4535                 o move debug_mode to common/utils.c
4536                 o add functions to set and get debug_mode
4537
4538         * src/defs.h                    ** REMOVE **
4539         * src/intl.h                    ** REMOVE **
4540         * src/socket.[ch]               ** REMOVE **
4541         * src/ssl.[ch]                  ** REMOVE **
4542         * src/utils.[ch]                ** REMOVE **
4543                 replaced by new files in src/common/
4544         
4545         * src/common/Makefile.am
4546                 add new files in src/common/
4547
4548         * src/common/defs.h             ** NEW **
4549         * src/common/intl.h             ** NEW **
4550         * src/common/log.[ch]           ** NEW **
4551         * src/common/socket.[ch]        ** NEW **
4552         * src/common/ssl.[ch]           ** NEW **
4553         * src/common/utils.[ch]         ** NEW **
4554                 replacement for files in src/
4555
4556 2002-12-02 [colin]      0.8.6claws48
4557
4558         * src/folderview.c
4559                 Scroll folderview if necessary during dnd
4560
4561 2002-12-02 [colin]      0.8.6claws47
4562
4563         * src/folder.[ch]
4564                 Add check to verify a move is within a single mailbox
4565         * src/folderview.c
4566                 Add specific error string for this check
4567
4568 2002-12-02 [colin]      0.8.6claws46
4569
4570         * src/folder.c
4571                 Add a test to folder moving, remove a statusbar_print
4572         * src/folderview.c
4573                 Add Move folder... context-menu item
4574                 Factorize folder moving code
4575                 Enable folder DND for mbox
4576
4577 2002-12-01 [christoph]  0.8.6claws45
4578
4579         * ac/aspell.m4
4580                 remove conf.aspelltest if the version check fails
4581
4582 2002-11-30 [christoph]  0.8.6claws44
4583
4584         * autogen.sh
4585                 run libtoolize --force in autogen to create missing
4586                 libtool scripts
4587
4588 2002-11-30 [christoph]  0.8.6claws43
4589
4590         * src/Makefile.am
4591         * src/pgptext.c
4592         * src/procmime.c
4593         * src/rfc2015.c
4594         * src/uuencode.[ch]             ** REMOVED **
4595         * src/common/Makefile.am
4596         * src/common/uuencode.[ch]      ** NEW **
4597                 move uuen/decoder to common directory
4598
4599 2002-11-30 [christoph]  0.8.6claws42
4600
4601         * src/Makefile.am
4602         * src/base64.[ch]               ** REMOVED **
4603         * src/codeconv.c
4604         * src/compose.c
4605         * src/ldif.c
4606         * src/pgptext.c
4607         * src/procmime.c
4608         * src/rfc2015.c
4609         * src/smtp.c
4610         * src/unmime.c
4611         * src/common/Makefile.am
4612         * src/common/base64.[ch]        ** NEW **
4613                 move base64 en/decoder to common directory
4614
4615 2002-11-30 [christoph]  0.8.6claws41
4616
4617         * src/common                    ** NEW **
4618                 new directory for UI independent code
4619         * src/gtk                       ** NEW **
4620                 new directory for GTK frontend
4621         * src/common/.cvsignore         ** NEW **
4622         * src/gtk/.cvsignore            ** NEW **
4623                 ignore build files
4624         * src/common/Makefile.am        ** NEW **
4625         * src/gtk/Makefile.am           ** NEW **
4626                 automake files to build new seperated stuff
4627         * src/Makefile.am
4628                 the binary will currently still be build with the
4629                 files in src, so we include the code from the
4630                 subdirs for now after building the libs there
4631
4632 2002-11-30 [paul]       0.8.6claws40
4633
4634         * src/compose.c
4635                 fix bug [642731] 'Wrong selected account with drafted mail'
4636
4637 2002-11-29 [oliver]     0.8.6claws39
4638         
4639         * src/messageview.c
4640                 o update summaryview when switching between different
4641                   messageviews          
4642         * src/toolbar.c  
4643                 o check if messageview holds already removed msg
4644                   from summaryview
4645                 
4646
4647 2002-11-29 [oliver]     0.8.6claws38
4648
4649         * src/toolbar.c 
4650                 remove not needed variables and includes
4651                 make messageview stay opened and move to next when msgs are deleted 
4652
4653 2002-11-29 [oliver]     0.8.6claws37
4654         
4655         * src/toolbar.c 
4656                 disable compose button (messageview toolbar) by default
4657                 deleted msgs are moved to trash
4658         
4659 2002-11-29 [melvin]     0.8.6claws36
4660
4661         * configure.in
4662                 Increased minimal gpgme version to 0.3.10 (Zombies out)
4663                 and to detect signatures expirations (gpgme 0.3.6)
4664
4665         * src/main.c
4666                 Use non obsolescent function for Gpgme engine checking.
4667
4668         * src/rfc2015.c
4669                 Inform about expired signatures or signatures which key
4670                 has expired. Expiration date is displayed.
4671
4672         * src/sigstatus.c
4673                 Inform about expired signatures or signatures which key
4674                 has expired.
4675
4676 2002-11-28 [paul]       0.8.6claws35
4677
4678         * src/folderview.c
4679                 re-instate 'Check for new messages' in Newsgroup
4680                 folders right-click menu, after a suggestion from
4681                 Tim Mann <timmann@users.sourceforge.net>
4682
4683         * src/main.c
4684                 after a crash check only local folders for new
4685                 messages
4686
4687 2002-11-28 [paul]       0.8.6claws34
4688
4689         * configure.in
4690                 apply patch that fixes the checking of GTK with XIM 
4691                 support on different OSs, such as FreeBSD. Patch 
4692                 submitted by Topia <topia@users.sourceforge.net>
4693                 
4694 2002-11-28 [paul]       0.8.6claws33
4695
4696         * src/mainwindow.c
4697           src/prefs_common.c
4698           src/prefs_toolbar.c
4699                 more changes to the English
4700
4701 2002-11-28 [paul]       0.8.6claws32
4702
4703         * sync with 0.8.6cvs13
4704                 see ChangeLog 2002-11-28 (no sync needed
4705                 for src/compose.c)
4706
4707 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
4708         
4709         * src/mainwindow.[ch]
4710                 add patch by Ivan F. Martinez introducing messageview Toolbar
4711                 some changes and committed by oliver    
4712
4713 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
4714
4715         * src/messageview.[ch]
4716                 add patch by Ivan F. Martinez introducing messageview Toolbar
4717                 some changes and committed by oliver    
4718
4719 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
4720
4721         * src/compose.[ch]
4722                 add patch by Ivan F. Martinez introducing messageview Toolbar
4723                 some changes and committed by oliver    
4724
4725 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
4726         
4727         * src/toolbar.[ch]
4728                 add patch by Ivan F. Martinez introducing messageview Toolbar
4729                 some changes and committed by oliver
4730
4731 2002-11-28 [oliver]     0.8.6claws27
4732         
4733         * src/prefs_toolbar.[ch]
4734                 getting ready for messageview toolbar
4735                 free mem allocated by gettext
4736                 change prefs_toolbar to prefs_toolbar_open
4737  
4738 2002-11-28 [thorsten]   0.8.6claws26
4739
4740         * src/imageview.[ch]
4741                 cleaned up conflicting declarations of
4742                 imageview_show_image()
4743
4744 2002-11-28 [paul]       0.8.6claws25
4745
4746         * src/grouplistdialog.c
4747           src/prefs_common.c
4748           src/prefs_summary_column.c
4749                 a few more improvements to the English
4750
4751 2002-11-28 [colin]      0.8.6claws24
4752
4753         * man/sylpheed.1
4754                 A few updates to command-line parameters
4755
4756 2002-11-28 [colin]      0.8.6claws23
4757
4758         * src/prefs_filtering.c
4759                 Fix problems with prefs_filtering_delete_path:
4760                 a) if the first rule is removed, original pointers
4761                    weren't updated (leading to segfaults)
4762                 b) it was always global_processing updated in case
4763                    of removed path was parent of rule path
4764
4765 2002-11-27 [paul]       0.8.6claws22
4766
4767         * src/mainwindow.c
4768           src/prefs_account.c
4769           src/prefs_actions.c
4770           src/prefs_common.c
4771           src/prefs_customheader.c
4772           src/prefs_display_header.c
4773           src/prefs_filtering.c
4774           src/prefs_folder_item.c
4775           src/prefs_matcher.c
4776           src/prefs_scoring.c
4777           src/prefs_summary_column.c
4778           src/prefs_template.c
4779           src/prefs_toolbar.c
4780                  improve the English in the GUI
4781
4782 2002-11-27 [colin]      0.8.6claws21
4783
4784         * src/folder.c
4785                 Fix processing renaming problems happening after
4786                 last commit
4787
4788 2002-11-27 [colin]      0.8.6claws20
4789
4790         * src/folder.c
4791                 recursive move now deletes src each subfolder after 
4792                 having moved it
4793         * src/folderview.c
4794                 Use identifier instead of path during dnd (enables
4795                 IMAP folder dnd)
4796
4797 2002-11-27 [paul]       0.8.6claws19
4798
4799         * src/main.c
4800                 apply patch that does command-line processing 
4801                 BEFORE gtk_init, allowing claws to run from 
4802                 shell-scripts in non-X environment (e.g. crontab 
4803                 or ip-up, ip-down scripts). Patch submitted by
4804                 Ruslan N. Balkin <baron@dartel.ru>
4805                 
4806         * po/it.po
4807                 updated by Alessandro Maestri
4808
4809 2002-11-27 [paul]       0.8.6claws18
4810
4811         * sync with 0.8.6cvs12
4812           src/prefs_common.c
4813                 Differences are that main uses a 'Receive dialog'
4814                 frame on the Interface tab, whereas claws groups all 
4815                 the dialogs together in a 'Dialogs' frame.
4816
4817 2002-11-27 [colin]      0.8.6claws17
4818
4819         * src/prefs_matcher.c
4820                 Fix Execute criteria's NOT flag
4821
4822
4823 2002-11-26 [christoph]  0.8.6claws16
4824
4825         * src/ssl.c
4826                 rewrite the ssl code a little bit, only use one
4827                 SSL context, set default certificates' file/path
4828
4829 2002-11-26 [thorsten]   0.8.6claws15
4830
4831         * src/compose.c
4832                 default-reply-to didn't work for ml-reply
4833
4834 2002-11-26 [melvin]     0.8.6claws14
4835
4836         * src/prefs_actions.c
4837                 Made pipe-actions ignore short headers in message view
4838                 Made trailing-pipe-actions write in the message view with
4839                 the same font as the original message
4840
4841 2002-11-26 [paul]       0.8.6claws13
4842
4843         * src/compose.c
4844                 this time commit the correct file
4845
4846 2002-11-26 [paul]       0.8.6claws12
4847
4848         * sync with 0.8.6cvs11
4849           src/quote_fmt_parse.y  
4850                 no sync needed
4851           src/account.[ch]       
4852                 not sync'ed
4853           src/compose.c
4854                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
4855                 on draft mode.
4856                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
4857                 header
4858                 
4859         see ChangeLog 2002-11-25 and 2002-11-26
4860
4861 2002-11-26 [colin]      0.8.6claws11
4862
4863         * src/folderview.c
4864                 Fix collapsed folder not auto-expanding during
4865                 mail dnd, if it was the source folder.
4866
4867 2002-11-25 [colin]      0.8.6claws10
4868
4869         * src/folderview.[ch]
4870                 Variable renaming and cleaning (slist of nodes 
4871                 to be re-collapsed is stored in FolderView)
4872
4873 2002-11-25 [paul]       0.8.6claws9
4874
4875         * src/prefs_common.[ch]
4876                 fix breakage caused by last commit
4877
4878 2002-11-25 [paul]       0.8.6claws8
4879
4880         * sync with 0.8.6cvs4
4881                 see ChangeLog 2002-11-21
4882
4883 2002-11-25 [paul]       0.8.6claws7
4884
4885         * sync with 0.8.6cvs4
4886                 see ChangeLog 2002-11-20
4887
4888 2002-11-25 [paul]       0.8.6claws6
4889
4890         * sync with 0.8.6cvs3
4891                 see ChangeLog 2002-11-18
4892
4893 2002-11-25 [colin]      0.8.6claws5
4894
4895         * src/gtkutils.[ch]
4896                 Add gtkut_ctree_node_is_parent()
4897         * src/folderview.c
4898                 Spring-loaded folders
4899
4900 2002-11-25 [colin]      0.8.6claws4
4901
4902         * src/utils.[ch]
4903                 Add slist_concat_unique(), function to merge
4904                 two GSList filtering dups
4905         * src/folder.[ch]
4906         * src/summaryview.[ch]
4907         * src/folderview.c
4908         * src/main.c
4909                 Add detection/update/display of unread answers
4910                 to marked mails
4911         * src/procmsg.[ch]
4912                 Add procmsg_find_children()
4913                 Add procmsg_msg_has_marked_parent()
4914
4915 2002-11-25 [colin]      0.8.6claws3
4916
4917         * src/ssl_certificate.[ch]
4918                 Allow checking a certificate without a DNS
4919                 lookup
4920                 Allow to forget a cert (by deleting it)
4921                 Make ssl_certificate_destroy_public
4922         * src/ssl_manager.[ch] ** NEW FILES **
4923                 Gui to manage (display/remove) certificates
4924         * src/prefs_common.[ch]
4925                 Add a pref to allow silent acceptation of
4926                 trusted certificates or not (based on the
4927                 "I want to know what's going on" principle)
4928         * src/mainwindow.c
4929                 Add SSL manager in Tools menu
4930         * src/Makefile.am
4931                 Add the new files to the build
4932         * po/POTFILES.in
4933                 Add ssl_manager.c to translations
4934
4935 2002-11-25 [colin]      0.8.6claws2
4936
4937         * src/summaryview.[ch]
4938                 Add S_SEARCH_EXTENDED to the quick search, which 
4939                 allows to search using filtering syntax.
4940
4941 2002-11-25 [colin]      0.8.6claws1
4942
4943         * src/summaryview.c
4944                 Deletion of duplicates now prefer deleting
4945                 the unread dup (fixes feature-request 638989).
4946
4947 2002-11-24 [paul]       0.8.6claws
4948
4949         * po/es.po
4950           po/pl.po
4951           po/ru.po
4952           po/sr.po
4953                 updated by Ricardo Mones Lastra,
4954                 Witold Wladyslaw Wojciech Wilk,
4955                 Ruslan N. Balkin, and  Urke MMI 
4956                 respectively
4957
4958 2002-11-24 [paul]       0.8.5claws182
4959
4960         * po/bg.po
4961                 updated by George Danchev
4962
4963 2002-11-23 [alfons]     0.8.5claws181
4964
4965         * src/imap.c
4966                 tiny memory leak found by browsing Dimitar's 
4967                 valgrind report
4968
4969 2002-11-23 [paul]       0.8.5claws180
4970
4971         * po/it.po
4972                 updated by Alessandro Maestri
4973
4974 2002-11-22 [christoph]  0.8.5claws179
4975
4976         * src/compose.c
4977         * src/inc.c
4978         * src/prefs_filtering.c
4979         * src/summaryview.c
4980                 more warning fixes
4981
4982 2002-11-22 [alfons]     0.8.5claws178
4983
4984         * src/summaryview.c
4985                 summary_execute_delete_func(): if message is deleted, make 
4986                 sure to also remove its entry in the subject hash table. 
4987                 fixes a corner case bug.
4988
4989 2002-11-22 [paul]       0.8.5claws177
4990
4991         * .cvsignore
4992                 add 'autom4te.cache'
4993                 
4994         * ltconfig      ** REMOVED **
4995                 not needed
4996
4997 2002-11-22 [paul]       0.8.5claws176
4998
4999         * src/textview.c
5000                 textview_set_font(): fix for message display in
5001                 UTF-8 locales (thanks to Sergey Vlasov).
5002                 
5003         * AUTHORS
5004                 add new team members and contributors
5005
5006
5007 2002-11-21 [colin]      0.8.5claws175
5008
5009         * src/procmsg.[ch]
5010                 Add procmsg_remove_special_headers()
5011         * src/mh.c
5012                 Use procmsg_remove_special_headers() for 
5013                 previous fix
5014
5015 2002-11-21 [colin]      0.8.5claws174
5016
5017         * src/mh.c
5018                 Fix moving/copying from queue/draft folders
5019                 for MH folders
5020
5021 2002-11-21 [christoph]  0.8.5claws173
5022
5023         * src/crash.c
5024         * src/filtering.c
5025         * src/logwindow.c
5026         * src/main.c
5027         * src/matcher_parser_lex.[hl]
5028         * src/mbox.c
5029         * src/mbox_folder.[ch]
5030         * src/prefs_filtering.c
5031         * src/procheader.c
5032         * src/quote_fmt_lex.l
5033         * src/ssl.c
5034                 fix all warnings except the warnings in lex and yacc files
5035
5036 2002-11-20 [christoph]  0.8.5claws172
5037
5038         * src/imap.c
5039                 fix MsgInfo retrieval for IMAP draft and queue folders
5040                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
5041
5042 2002-11-19 [christoph]  0.8.5claws171
5043
5044         * src/compose.c
5045                 fix segfault, when draft saving does not get
5046                 the MsgInfo of the new message
5047                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
5048
5049 2002-11-19 [christoph]  0.8.5claws170
5050
5051         * src/procmsg.c
5052                 add parameter check for flag setting function
5053                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
5054
5055 2002-11-18 [paul]       0.8.5claws169
5056
5057         * src/compose.c
5058                 more sensitivity fixes to redirect mode:
5059                 * disable toolbar draft button
5060                 * allow only Address book in the Tools menu
5061                 * disable editing of message by the spell
5062                   checker
5063
5064 2002-11-18 [paul]       0.8.5claws168
5065
5066         * src/compose.c
5067                 fix sensitivity of menu items in compose_redirect():
5068                 allow only the necessary items 
5069
5070 2002-11-18 [paul]       0.8.5claws167
5071
5072         * src/compose.c
5073                 fix bug [ 603259 ] 'attachment got lost on bounce'
5074
5075 2002-11-18 [paul]       0.8.5claws166
5076
5077         * po/ru.po
5078                 updated by Ruslan N. Balkin <baron@dartel.ru>
5079
5080 2002-11-18 [colin]      0.8.5claws165
5081
5082         * src/main.c
5083           src/defs.h
5084                 Remove old filtering stuff
5085
5086
5087 2002-11-17 [oliver]     0.8.5claws164
5088
5089         * src/toolbar.h
5090                 remove not needed typedef 
5091
5092 2002-11-17 [oliver]     0.8.5claws163
5093
5094         * src/toolbar.c
5095                 make toolbar's on click events translatable
5096
5097 2002-11-15 [colin]      0.8.5claws162
5098
5099         * src/summaryview.c
5100                 Revert too-soon integration of a feature
5101
5102 2002-11-15 [christoph]  0.8.5claws161
5103
5104         * src/imap.c
5105                 use main's implementation of imap_get_msginfo
5106
5107 2002-11-15 [christoph]  0.8.5claws160
5108
5109         * src/compose.c
5110         * src/folder.[ch]
5111         * src/imap.c
5112         * src/mbox_folder.c
5113         * src/mh.c
5114         * src/news.c
5115         * src/procmsg.c
5116         * src/summaryview.c
5117                 replace claws' fetch_msginfo with main's get_msginfo
5118                 (use main's implementation where possible)
5119
5120 2002-11-15 [colin]      0.8.5claws159
5121
5122         * src/ssl_certificate.c
5123                 Missed a check
5124
5125 2002-11-16 [melvin]     0.8.5claws158
5126
5127         * po/fr.po
5128                 Updated French translations.
5129
5130 2002-11-16 [colin]      0.8.5claws157
5131
5132         * src/ssl_certificate.c
5133                 Check for missing parts in the certificates
5134
5135 2002-11-15 [colin]      0.8.5claws156
5136
5137         * src/folderview.c
5138                 Preventive fix (missing check) found by
5139                 Alfons
5140
5141 2002-11-15 [paul]
5142
5143         * NEWS
5144                 sync with 0.8.6 release
5145
5146 2002-11-15 [colin]      0.8.5claws155
5147
5148         * src/folder.[ch]
5149           src/folderview.c
5150                 Fix error handling of folder_item_move_to()
5151                 (thanks to Alfons!)
5152
5153 2002-11-15 [colin]      0.8.5claws154
5154
5155         * src/folder.[ch]
5156           src/folderview.c
5157                 folder_item_move_to() sets an error message instead
5158                 of having GUI stuff in folder.c
5159
5160 2002-11-15 [colin]      0.8.5claws153
5161
5162         * src/procmsg.[ch]
5163                 Implemented a callback for MsgInfo updates, 
5164                 heavily copy/pasted from Christoph's folder 
5165                 callback system
5166         * src/summaryview.[ch]
5167                 Register summary_update_msg as callback
5168
5169 2002-11-14 [colin]      0.8.5claws152
5170         
5171         * src/procmsg.c
5172                 Update the FolderItem after sending (fixes 617593)
5173
5174 2002-11-14 [christoph]  0.8.5claws151
5175
5176         * src/folder.c
5177                 fix wrong position of NULL pointer check found
5178                 by Sergey
5179
5180 2002-11-14 [christoph]  0.8.5claws150
5181
5182         * src/folder.c
5183                 fix segfault when deleting messages from IMAP folders
5184                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
5185
5186 2002-11-14 [colin]      0.8.5claws149
5187
5188         * src/compose.c
5189                 Forwarding was also ignoring the folder's default account.
5190
5191 2002-11-14 [colin]      0.8.5claws148
5192
5193         * src/compose.c
5194                 Fix sent folder not set to folder properties when 
5195                 forwarding.
5196
5197 2002-11-14 [thorsten]   0.8.5claws147
5198
5199         * src/inc.c
5200                 inc_start(): Files were not moved from .processing to inbox,
5201                 if no global processing rule existed
5202
5203 2002-11-14 [colin]      0.8.5claws146
5204
5205         * src/ssl_certificate
5206                 Fix file operations
5207
5208 2002-11-14 [paul]       0.8.5claws145
5209
5210         * po/it.po
5211                 updated by Alessandro Maestri
5212
5213 2002-11-13 [alfons]     0.8.5claws144
5214
5215         * src/folder.c
5216                 folder_item_close(): only mark messages unread
5217                 when a folder has new messages 
5218
5219 2002-11-13 [keith]      0.8.5claws143
5220
5221         * src/imap.c
5222                 Fix problem moving or copying between
5223                 IMAP folders
5224
5225 2002-11-13 [colin]      0.8.5claws142
5226
5227         * src/matcher_parser_parse.y
5228                 Fix rule problem when " don't match
5229
5230 2002-11-13 [christoph]  0.8.5claws141
5231
5232         * src/folder.c
5233         * src/folderview.c
5234                 moved cache saving to folder_item_close
5235                 the folderview should not have to deal with
5236                 this things
5237
5238 2002-11-13 [christoph]  0.8.5claws140
5239
5240         * src/summaryview.c
5241                 moved setting of important score to
5242                 summary_set_prefs_from_folderitem
5243
5244 2002-11-13 [colin]      0.8.5claws139
5245
5246         * src/matcher_parser_parse.y
5247                 Fix a segfault in the parser (happening when
5248                 a good expression had been tested and a bad 
5249                 one arrives)
5250
5251 2002-11-13 [paul]       0.8.5claws138
5252
5253         * sync with 0.8.5cvs24
5254                 see ChangeLog 2002-11-13
5255                 
5256         * po/pt_BR.po
5257                 updated by Fabio Jr. Beneditto
5258
5259 2002-11-13 [colin]      0.8.5claws137
5260         
5261         * src/msgcache.c
5262           src/defs.h
5263           src/procmsg.[ch]
5264                 Revert last commit, problem
5265
5266 2002-11-13 [colin]      0.8.5claws136
5267
5268         * src/msgcache.c
5269                 Remove duplicated code
5270         * src/defs.h
5271                 Bumped CACHE_VERSION and MARK_VERSION
5272         * src/procmsg.[ch]
5273                 Network endian for cache and mark files
5274
5275 2002-11-12 [colin]      0.8.5claws135
5276
5277         * src/inc.c
5278                 Fix the "socket error" dialog which disappeared
5279
5280 2002-11-12 [colin]      0.8.5claws134
5281
5282         * src/msgcache.c
5283                 Reverse last commit which had performance 
5284                 problems, but still reverse the list
5285
5286 2002-11-12 [colin]      0.8.5claws133
5287
5288         * src/msgcache.c
5289                 Reverse list order
5290
5291 2002-11-12 [melvin]     0.8.5claws132
5292
5293         * src/compose.c
5294                 Added a check for a NULL prefs_common.dictionary
5295
5296 2002-11-12 [colin]      0.8.5claws131
5297
5298         * src/ssl_certificate.[ch]
5299                 Use FQDN hostname
5300
5301 2002-11-12 [colin]      0.8.5claws130
5302
5303         * src/ssl_certificate.[ch]
5304                 Take connection port into account for 
5305                 checking certificates (a single hostname
5306                 could have multiple servers with multiple
5307                 certificates)
5308         * src/ssl.c
5309                 Pass the port to ssl_certificate_check
5310
5311 2002-11-12 [paul]       0.8.5claws129
5312
5313         * src/folder.c
5314                 fix a typo in last commit
5315
5316 2002-11-12 [paul]       0.8.5claws128
5317
5318         * sync with 0.8.5cvs23
5319                 see ChangeLog entry 2002-11-12
5320
5321 2002-11-11 [colin]      0.8.5claws127
5322
5323         * src/ssl_certificate.c
5324                 Cleaner messages
5325                 Don't popup, instead log error, if the 
5326                 corresponding pref is checked
5327         * src/ssl_certificate.h
5328                 include <openssl/objects/h>
5329
5330 2002-11-11 [colin]      0.8.5claws126
5331
5332         * src/ssl_certificate.h
5333                 _Really_ clean it
5334
5335 2002-11-11 [colin]      0.8.5claws125
5336         
5337         * src/ssl_certificate.c
5338                 Fixed leak
5339
5340 2002-11-11 [colin]      0.8.5claws124
5341
5342         * src/ssl.c
5343                 Cleaned a bit
5344         * src/ssl_certificate.[ch]
5345                 Cleaned a bit (better use of SSL API)
5346                 (This will cause non-recognition of saved 
5347                  certificates of claws12[23]...)
5348
5349 2002-11-11 [paul]       0.8.5claws123
5350         
5351         * po/es.po
5352                 updated by Ricardo Mones Lastra
5353
5354 2002-11-11 [colin]      0.8.5claws122
5355
5356         * src/ssl.c
5357                 Fix a typo
5358
5359 2002-11-11 [colin]      0.8.5claws121
5360
5361         * src/ssl_certificate.[ch] ** NEW FILES **
5362         * src/ssl.[ch]
5363                 Check SSL certificates presented to us
5364         * src/Makefile.am
5365                 Add ssl_certificate.[ch]
5366         * po/POTFILES.in
5367                 Add ssl_certificate.c
5368
5369 2002-11-11 [paul]       0.8.5claws120
5370
5371         * sync with 0.8.5cvs22
5372                 see ChangeLog 2002-11-11
5373
5374 2002-11-11 [paul]       0.8.5claws119
5375
5376         * sync with 0.8.5cvs21
5377                 see ChangeLog 2002-11-11
5378
5379 2002-11-10 [jens]       0.8.5claws118
5380
5381         * src/folder.c
5382         * src/folderview.c
5383                 corrected some typing
5384         * po/de.po
5385                 updated german translation
5386         * sylpheed.spec.in
5387                 cleaned up specfile and adjusted it for claws
5388
5389 2002-11-10 [colin]      0.8.5claws117
5390
5391         * src/summaryview.c
5392                 a STATUSBAR_PUSH/POP fix
5393
5394 2002-11-10 [colin]      0.8.5claws116
5395
5396         * src/prefs_folder_item.c
5397                 Fix hanging after opening folder properties
5398
5399 2002-11-10 [hoa]        0.8.5claws115
5400
5401         * src/matcher_parser_lex.l
5402         * src/matcher_parser_parse.y
5403                 config file for scoring and filtering is no more trashed
5404                 when there is a syntax error in a filtering rule when
5405                 editing it in a dialog.
5406
5407 2002-11-09 [colin]      0.8.5claws114
5408
5409         * src/mbox_folder.c
5410                 Added missing initialisation of folder->destroy()
5411
5412 2002-11-09 [colin]      0.8.5claws113
5413
5414         * src/folder.c
5415           src/folderview.c
5416                 Fix the status bar messages
5417
5418 2002-11-09 [colin]      0.8.5claws112
5419
5420         * src/folderview.c
5421                 Fix hangs after folder dnd, happening after 
5422                 claws109.
5423
5424 2002-11-09 [christoph]  0.8.5claws111
5425
5426         * src/folderview.c
5427                 just changed order of calls (reverse order of
5428                 associated calls)
5429         * src/inc.c
5430                 lock inc when checking only one account, otherwise
5431                 inc all could be executed at the same time
5432
5433 2002-11-09 [christoph]  0.8.5claws110
5434
5435         * src/folderview.c
5436                 better unlock the mouse cursor before calling
5437                 summary_show because it changes the cursor too
5438
5439 2002-11-09 [christoph]  0.8.5claws109
5440
5441         * src/folder.[ch]
5442         * src/folderview.c
5443                 add functions to open and close a folder
5444                 o opending will execute scanning for remote folders
5445                   and processing
5446                 o closing will unset new flag for messages
5447
5448 2002-11-09 [colin]      0.8.5claws108
5449
5450         * src/folder.c
5451                 Add a call to prefs_matcher_write_config to 
5452                 avoid non-leaf folders filtering settings to be
5453                 lost
5454
5455 2002-11-09 [paul]       0.8.5claws107
5456
5457         * src/prefs_account.c
5458                 re-word a label
5459
5460 2002-11-09 [colin]      0.8.5claws106
5461
5462         * src/folderview.c
5463                 Minor esthetic fix
5464
5465 2002-11-09 [colin]      0.8.5claws105
5466
5467         * src/folderview.c
5468                 Fix prefs_filtering deletion for MH folders (same
5469                 reason as below)
5470         * src/prefs_filtering.c
5471                 Fix prefs_filtering renaming and deletion for 
5472                 folder-based processing rules.  
5473
5474 2002-11-09 [christoph]  0.8.5claws104
5475
5476         * src/compose.c
5477         * src/folder.[ch]
5478         * src/folderview.[ch]
5479         * src/import.c
5480         * src/inc.c
5481         * src/main.c
5482         * src/mainwindow.c
5483         * src/messageview.c
5484         * src/prefs_folder_item.c
5485         * src/procmsg.c
5486         * src/summaryview.c
5487                 implement a callback system for folder item updates
5488
5489 2002-11-09 [colin]      0.8.5claws103
5490
5491         * src/folderview.c
5492                 Fix prefs_filtering renaming for MH folders (we
5493                 shouldn't rename by path as another folder could
5494                 have the same hierarchy).
5495
5496 2002-11-09 [colin]      0.8.5claws102
5497
5498         * src/folder.c
5499                 Fix a leak found by Christoph, use better variable
5500                 names
5501
5502 2002-11-09 [colin]      0.8.5claws101
5503
5504         * src/folder.c
5505                 One more fix for processing rules
5506
5507 2002-11-08 [colin]      0.8.5claws100
5508         
5509         * src/matcher.c
5510                 Don't copy the compiled regexp (will be reevaluated)
5511         * src/folderview.c
5512                 Lock folderview while moving
5513         * src/folder.c
5514                 Provide info on what's happening to the user
5515
5516 2002-11-08 [colin]      0.8.5claws99
5517
5518         * src/folderview.c
5519                 Fix folder reordering after a move if parent is 
5520                 root
5521         * src/scoring.[ch]
5522                 Add function to copy a ScoringProp
5523         * src/prefs_folder_item.c
5524                 Copy scoring rules when copying a folder prefs
5525
5526 2002-11-08 [colin]      0.8.5claws98
5527
5528         * src/folderview.c
5529                 Fixes in case of failure
5530         * src/filtering.[ch]    
5531                 Add function to duplicate a FilteringProp
5532         * src/matcher.[ch]
5533                 Add function to duplicate a MatcherProp
5534         * src/prefs_folder_item.c
5535                 Save folder's processing rules when copying 
5536                 its prefs
5537
5538 2002-11-08 [colin]      0.8.5claws97
5539         
5540         * src/folderview.c
5541                 Sort after move
5542         * src/folder.c 
5543                 Change a printf to debug_print
5544
5545 2002-11-08 [colin]      0.8.5claws96
5546
5547         * src/folder.c
5548           src/folderview.c
5549                 Fix segfaults, call me stupido
5550         
5551
5552 2002-11-08 [colin]      0.8.5claws95
5553
5554         *src/folder.c
5555                 Added forgotten prefs to save when moving folders
5556
5557 2002-11-08 [colin]      0.8.5claws94
5558
5559         * src/folder.c
5560                 Fixes to folder DND (prefs copy)
5561         * src/folderview.c
5562                 Optimization for folder DND (don't rescan whole tree)
5563                 Added folderview_create_folder_node() for this 
5564                 optimization, so de-duped a bit the code
5565         * src/prefs_folder_item.[ch]
5566                 Added prefs_folder_item_copy_prefs()    
5567           
5568 2002-11-08 [paul]       0.8.5claws93
5569
5570         * src/prefs_account.c
5571           tools/README
5572           tools/kmail2sylpheed_v2.pl
5573                 correct some typos
5574
5575 2002-11-08 [paul]       0.8.5claws92
5576
5577         * src/compose.c
5578           src/prefs_account.[ch]
5579                 remove account options 'clearsign' and 'ascii_armored',
5580                 replace with 'default_gnupg_mode' to prevent mixed-mode
5581                 Privacy settings
5582
5583 2002-11-08 [paul]       0.8.5claws91
5584
5585         * src/compose.[ch]
5586                 re-implement GnuPG 'on-the-fly' mode selection,
5587                 disallow mixed-mode
5588
5589 2002-11-08 [colin]      0.8.5claws90
5590
5591         * src/folderview.c
5592           src/prefs_folder_item.c
5593                 Change "Property" to "Properties"
5594
5595 2002-11-07 [colin]      0.8.5claws89
5596
5597         * src/folderview.c
5598           src/folder.c
5599                 Allow folder dropping to a root folder
5600
5601 2002-11-07 [paul]       0.8.5claws88
5602
5603         * src/compose.c
5604                 revert last commit
5605
5606 2002-11-07 [paul]       0.8.5claws87
5607
5608         * src/compose.c
5609                 fix reply-to-list bug. closes bug report
5610                 "[633382] reply-to-list broken in recent cvs"
5611
5612 2002-11-07 [paul]       0.8.5claws86
5613
5614         * src/compose.c
5615                 add a forgotten '#if USE_GPGME ... #endif'
5616
5617 2002-11-07 [paul]       0.8.5claws85
5618
5619         * sync with 0.8.5cvs20
5620                 see ChangeLog 2002-11-07
5621
5622 2002-11-07 [colin]      0.8.5claws84
5623
5624         * src/folder.[ch]
5625                 Change folder_item_move_to to return the newly 
5626                 created folderitem.
5627         * src/folderview.c
5628                 Select the new folderitem after moving.
5629
5630 2002-11-07 [colin]      0.8.5claws83
5631
5632         * src/prefs_filtering.c
5633                 Fix rule rewriting when moving a leaf folder to a 
5634                 shorter path
5635
5636 2002-11-07 [colin]      0.8.5claws82
5637
5638         * src/prefs_filtering.c
5639                 fix a leak
5640
5641 2002-11-07 [colin]      0.8.5claws81
5642
5643         * src/folder.[ch]
5644                 Add folder_item_move_to() function to move a 
5645                 folderitem into another one (updates matcher etc)
5646         * src/folderview.c
5647                 Add folder drag'n drop (context menu to come)
5648                 [Should be dataloss free, but Please backup before 
5649                  trying !]
5650
5651 2002-11-06 [colin]      0.8.5claws80
5652
5653         * src/mh.c
5654                 mh_create_folder() returns NULL if can't create
5655                 directory hierarchy
5656
5657 2002-11-06 [paul]       0.8.5claws79
5658
5659         * src/compose.[ch]
5660                 allow 'on-the-fly' changing of the type of encryption 
5661                 and/or signing used (mime/ascii) via the compose window
5662
5663 2002-11-06 [paul]       0.8.5claws78
5664
5665         * sync with 0.8.5cvs19
5666                 see ChangeLog 2002-11-06 for src/account.c: 
5667                 account_get_special_folder()
5668                 
5669 2002-11-05 [alfons]     0.8.5claws77
5670
5671         * src/crash.c
5672                 very minor cleanups: nothing to see here, move on. :-)
5673
5674 2002-11-05 [colin]      0.8.5claws76
5675
5676         * src/main.c
5677                 Changes choices if compose windows are opened to
5678                 Discard, Draft, Don't quit
5679
5680 2002-11-05 [thorsten]   0.8.5claws75
5681
5682         * src/compose.c
5683                 reenabled default_reply_to folder option
5684
5685 2002-11-05 [colin]      0.8.5claws74
5686
5687         * src/compose.[ch] 
5688                 add compose_draft()
5689         * src/crash.c
5690                 add SIGTERM handler
5691         * src/main.[ch]
5692                 add clean_quit() for the SIGTERM handler
5693
5694 2002-11-05 [paul]       0.8.5claws73
5695         
5696         * po/es.po
5697                 updated by Ricardo Mones Lastra
5698
5699 2002-11-05 [melvin]     0.8.5claws72
5700
5701         * src/logwindow.c
5702                 Fixed log-clipping bug #616795.
5703                 To stop logging in the log window use 0 length.
5704         * src/prefs_common.c
5705                 Added a label to inform about the 0 log length behaviour.
5706
5707 2002-11-05 [paul]       0.8.5claws71
5708
5709         * sync with 0.8.5cvs17
5710                 see ChangeLog 2002-11-05
5711
5712 2002-11-04 [paul]       0.8.5claws70
5713
5714         * sylpheed-128x128.png
5715           sylpheed-64x64.png
5716           sylpheed.png
5717                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
5718                 <nikai@users.sourceforge.net>
5719                 
5720         * po/bg.po
5721                 updated by George Danchev
5722
5723 2002-11-03 [thorsten]   0.8.5claws69
5724
5725         * src/main.c
5726           src/mimeview.c
5727           src/rfc2015.h
5728                 add check if gpg is active
5729
5730 2002-11-03 [thorsten]   0.8.5claws68
5731
5732         * src/toolbar.h
5733                 removed GSList declaration causing trouble on MacOS-X
5734                 (submitted by alfons, reported by xfesty)
5735
5736 2002-11-01 [paul]       0.8.5claws67
5737
5738         * src/mainwindow.c
5739                 remove last remnants of main's filter code
5740
5741 2002-11-01 [paul]       0.8.5claws66
5742
5743         * tools/filter_conv.pl
5744                 fix bug where user-defined headers were ignored
5745
5746 2002-11-01 [paul]       0.8.5claws65
5747
5748         * src/logwindow.c
5749                 make a debug_print() not translatable
5750
5751 2002-10-31 [melvin]     0.8.5claws64
5752
5753         * ac/aspell.m4
5754                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
5755                 not run any GNU/aspell test.  The dictionary path will
5756                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
5757                 was given, in which case, it will be $prefix/lib/aspell/
5758         * configure.in
5759                 Fixed typo in commentary (Aspell code).
5760
5761 2002-10-31 [paul]       0.8.5claws63
5762
5763         * po/POTFILES.in
5764                 remove src/filter.c and src/prefs_filter.c
5765                 thanks to Ricardo for reminding me
5766
5767 2002-10-31 [colin]      0.8.5claws62
5768
5769         * src/mbox_folder.c
5770                 Plug some leaks
5771
5772 2002-10-31 [paul]       0.8.5claws61
5773
5774         * src/prefs_filter.[ch] ** REMOVED **
5775           src/filter.[ch]       ** REMOVED **
5776           
5777         * src/Makefile.am
5778           src/folderview.c
5779           src/inc.c
5780           src/main.c
5781           src/mainwindow.c
5782           src/mbox.c
5783           src/prefs_common.c
5784           src/prefs_filtering.c
5785           src/summaryview.[ch]
5786                 remove main's 'filter' code
5787                 
5788         README.claws
5789                 update to reflect removal of main's filter
5790
5791 2002-10-31 [paul]       0.8.5claws60
5792
5793         * src/summaryview.c
5794                 remove check for global_processing in summary_filter_open(). 
5795                 This fixes the bug where if the user uses the right-click 
5796                 'Create filter rule...' and doesn't have any filter rules 
5797                 already defined in claws' advanced filtering, the newly 
5798                 created filter rule goes to main's filtering which is 
5799                 inaccessible through the gui. Now the filter rule gets added
5800                 to claws' filtering by default.
5801
5802 2002-10-28 [melvin]     0.8.5claws59
5803
5804         * src/prefs_actions.c
5805                 Fixed bug #627322 where MIME parts were not always
5806                 correctly passed to a %p action
5807                 Display an error dialog when message filename is not found.
5808
5809 2002-10-28 [melvin]     0.8.5claws58
5810
5811         * src/prefs_common.c
5812                 Readded a missing function declaration lost in 0.8.3claws34
5813
5814 2002-10-28 [paul]       0.8.5claws57
5815
5816         * sync with 0.8.5cvs15
5817                 see ChangeLog 2002-10-28 and 2002-10-25
5818                 
5819         Note: ChangeLog entry 2002-10-24 is not sync'ed.
5820
5821 2002-10-27 [oliver]     0.8.5claws56
5822
5823         * src/pop.c
5824                 plug leak in pop3_top_recv
5825
5826 2002-10-26 [christoph]  0.8.5claws55
5827
5828         * src/folder.c
5829                 set need_update folder flag when messages are added
5830                 (closes bug [ 626922 ] folder not updated after receiving)
5831
5832 2002-10-25 [melvin]     0.8.5claws54
5833
5834         * src/imageview.c
5835                 Fixed a memleak introduced in the scaling code.
5836
5837 2002-10-24 [alfons]     0.8.5claws53
5838
5839         * src/filtering.c
5840                 make filtering's forward message action forward from the 
5841                 correct account
5842                 (closes bug [628089 ] Filter -> Forward from address problem
5843                 reported by Oktay)
5844
5845 2002-10-24 [christoph]  0.8.5claws52
5846
5847         * src/mainwindow.c
5848         * src/manual.[ch]
5849                 o use manual of current locale or english if current
5850                   locale is not available (and english is available)
5851                 o also link to sylpheed doc project manuals
5852
5853 2002-10-23 [paul]       0.8.5claws51
5854
5855         * tools/README
5856           tools/kmail2sylpheed_v2.pl
5857                 add new version of kmail addressbook importer script.
5858                 works with newer versions of Kmail/KAddressBook which
5859                 have new and rearranged data.
5860
5861 2002-10-23 [martin]     0.8.5claws50
5862
5863         * src/folderview.c
5864         * src/summaryview.c
5865         * src/utils.h
5866         * src/utils.c
5867                 added length parameter to get_abbrev_newsgroup_name()
5868                 changed this function so that it abbreviates the newsgroup
5869                 names only so long it is smaller than the length parameter
5870                 (for better reading of some newsgroup names and space efficiency)
5871
5872 2002-10-22 [colin]      0.8.5claws49
5873
5874         *src/foldersel.c
5875                 Revert Alfons' last modification (after voting ;-))
5876
5877 2002-10-21 [alfons]     0.8.5claws48
5878
5879         * src/foldersel.c
5880                 folder view in folder selection dialog reflects state of
5881                 folder view in main window
5882
5883 2002-10-18 [alfons]     0.8.5claws47
5884
5885         * src/mbox.c
5886                 drop imported messages in folder selected by user,
5887                 and not in the inbox
5888                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
5889
5890 2002-10-18 [alfons]     0.8.5claws46
5891
5892         * src/compose.c
5893                 make automagic reply work correctly for email accounts 
5894                 (whether it's viable to do a full sync with Hiro's 
5895                 compose.c is still under discussion)
5896
5897 2002-10-18 [melvin]     0.8.5claws45
5898
5899         * src/prefs_actions.c
5900                 Fixed bug #622275 where asynchroneous actions left 
5901                 zombies processes
5902                 Made (synchroneous) actions' input be displayed live.
5903
5904 2002-10-18 [christoph]  0.8.5claws44
5905
5906         * src/textview.c
5907                 don't add a newline in the textview in front of the
5908                 first textpart if header display is disabled
5909                 (closes bug [ 603385 ] disabled header display leaves blank
5910                  lin)
5911
5912 2002-10-18 [christoph]  0.8.5claws43
5913
5914         * src/folder.[ch]
5915         * src/imap.c
5916         * src/mbox_folder.c
5917         * src/mh.c
5918         * src/news.c
5919                 folder->get_num_list now returns an error code
5920                 (closes bug [ 609424 ] News cache cleared on failure)
5921                 
5922 2002-10-17 [colin]      0.8.5claws42
5923         
5924         * src/news.c
5925                 Changed a printf by debug_print
5926
5927 2002-10-16 [paul]       
5928
5929         * tools/OOo2sylpheed.pl
5930                 allow for spaces in the name of the
5931                 file to be attached.
5932
5933 2002-10-16 [colin]      0.8.5claws41
5934
5935         * src/main.c
5936                 Use a tristate to change online mode
5937
5938 2002-10-16 [paul]       0.8.5claws40
5939
5940         * po/es.po
5941                 updated by Ricardo Mones Lastra
5942
5943 2002-10-16 [colin]      0.8.5claws39
5944
5945         * src/main.c
5946           src/mainwindow.[ch]
5947                 Added --online and --offline command-line
5948                 switches
5949
5950 2002-10-15 [christoph]  0.8.5claws38
5951
5952         * src/procmime.c
5953                 set mimeinfo->name to NULL after g_free to
5954                 avoid double freeing with g_free
5955
5956 2002-10-14 [christoph]  0.8.5claws37
5957
5958         * src/compose.c
5959         * src/filtering.c
5960         * src/summaryview.c
5961                 remove calls to folder->change_flags that are now
5962                 done by procmsg flag functions (seems it is not
5963                 used by any foldertype anyway)
5964         * src/folder.c
5965                 init folder->change_flags with NULL
5966
5967 2002-10-14 [christoph]  0.8.5claws36
5968
5969         * src/folder.[ch]
5970         * src/imap.[ch]
5971                 use virtual functions for folder item new and destroy
5972                 functions
5973
5974 2002-10-14 [melvin]     0.8.5claws35
5975
5976         * src/compose.c
5977                 Added a test to not run the spell checker if no default
5978                 dictionary is available. No dialog is displayed though.
5979
5980 2002-10-14 [melvin]     0.8.5claws34
5981
5982         * src/gtkaspell.c
5983                 Fixed bug in dictionary list context menu where
5984                 "More..." pointed to an emtpy submenu if the
5985                 number of dictionaries is a multiple of 15
5986                 Removed unneeded code in suggestions list creation
5987
5988 2002-10-14 [paul]       0.8.5claws33
5989
5990         * po/bg.po
5991                 updated by George Danchev
5992
5993 2002-10-13 [hoa]        0.8.5claws32
5994
5995         * src/matcher.[ch]
5996           src/matcher_parser_parser.y
5997                 removed the escaped string from internal structure
5998                 of matcher.
5999
6000 2002-10-12 [colin]      0.8.5claws31
6001
6002         * src/gtksctree.[ch]
6003           src/summaryview.c
6004                 Removed useless function gtksctree_reanchor
6005
6006 2002-10-12 [alfons]     0.8.5claws30
6007         
6008         * sync with remaining main changes 2002-10-09 - 2002-10-11
6009         - drop changes to src/compose.c (requires claws specific changes)
6010         
6011 2002-10-12 [alfons]     0.8.5claws29
6012         
6013         * sync with main changes of 2002-10-08
6014         - drop changes to src/compose.c (requires claws specific changes)
6015         - drop changes to src/summaryview.c (requires changes to compose.c)     
6016
6017 2002-10-12 [alfons]     0.8.5claws28
6018         
6019         * sync with main changes of 2002-10-07
6020
6021 2002-10-12 [alfons]     0.8.5claws27
6022
6023         * sync with main changes of 2002-10-04
6024         - drop changes to src/compose.c (requires claws specific changes)
6025         - drop changes to src/prefs_folder_item.c (claws implementation
6026           seems to be working)
6027
6028 2002-10-12 [colin]      0.8.5claws26
6029
6030         * src/mainwindow.c
6031                 Fix folder-flicker when space-reading, introduced 
6032                 in claws22.
6033
6034 2002-10-12 [colin]      0.8.5claws25
6035
6036         * src/compose.c
6037                 Save account address when saving as draft.
6038                 (closes bug 621838)
6039
6040 2002-10-12 [colin]      0.8.5claws24
6041
6042         * src/summaryview.c
6043                 Fix the problem consisting of no message selected
6044                 after the last message in a folder has been moved.
6045
6046 2002-10-12 [paul]       0.8.5claws23
6047
6048         * src/compose.c
6049           src/prefs_template.c
6050           src/template.[ch]
6051                 add Cc and Bcc to templates. Patch submitted by
6052                 John L. Males.
6053
6054 2002-10-12 [colin]      0.8.5claws22
6055
6056         * src/folderview.c
6057                 Fix a bug after "Check for new messages":
6058                 If a folder was opened, it was still selected at
6059                 the end of the check, but displayed empty.
6060         * src/mainwindow.c
6061                 Remove unnecessary check
6062
6063 2002-10-12 [paul]
6064
6065         * tools/README
6066                 be more verbose in the description of
6067                 OOo2sylpheed.pl
6068                 
6069
6070 2002-10-11 [colin]      0.8.5claws21
6071
6072         * src/mainwindow.c
6073                 Make space work (better) when no mail is selected
6074
6075 2002-10-11 [colin]      0.8.5claws20
6076
6077         * src/inc.c
6078           src/news.c
6079                 fix warnings
6080
6081 2002-10-11 [colin]      0.8.5claws19
6082
6083         * src/mainwindow.c
6084                 revert 0.8.5claws6 changes as i couldn't get to
6085                 anything satisfying
6086
6087 2002-10-11 [melvin]     0.8.5claws18
6088
6089         * src/compose.c
6090                 Removed buggy and unused macro (should have been committed in
6091                 0.8.5claws17)
6092
6093 2002-10-11 [melvin]     0.8.5claws17
6094
6095         * src/compose.c
6096                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
6097
6098 2002-10-11 [thorsten]   0.8.5claws16 
6099
6100         * src/folderview.c
6101                 remove rescan warning
6102
6103 2002-10-11 [colin]      0.8.5claws15 
6104
6105         * src/procheader.c
6106                 fix a segfault that happens if conv_unmime_header
6107                 fails (should be better to find out why it fails)
6108
6109 2002-10-11 [christoph]  0.8.5claws14
6110
6111         * src/summaryview.c
6112                 update folderview stats after ignore/unignore thread
6113
6114 2002-10-11 [hoa]        0.8.5claws13
6115
6116         * src/quote_fmt_parse.y
6117                 Fixed a yacc/bison syntax error
6118         * src/matcher.c
6119                 Escaping of string is fixed.
6120
6121 2002-10-11 [colin]      0.8.5claws12
6122
6123         * src/imageview.c
6124                 Resize images to fit
6125
6126 2002-10-11 [paul]       0.8.5claws11
6127
6128         * po/es.po
6129                 updated by Ricardo Mones Lastra
6130
6131 2002-10-10 [alfons]     0.8.5claws10
6132
6133         * src/compose.c
6134                 allow dropping files by "moving" files from a file manager,
6135                 not only by the more cumbersome "copying". the latter 
6136                 mostly implies holding down the Control button
6137
6138 2002-10-10 [christoph]  0.8.5claws9
6139
6140         * src/summaryview.c
6141                 update folders after thread building for ignored threads
6142
6143 2002-10-10 [christoph]  0.8.5claws8
6144
6145         * config/.cvsignore
6146                 added Makefile
6147         * src/filtering.[ch]
6148         * src/folder.[ch]
6149         * src/folderview.[ch]
6150         * src/import.c
6151         * src/inc.[ch]
6152         * src/mbox.[ch]
6153         * src/procmsg.c
6154         * src/summaryview.[ch]
6155                 o added new flag need_update to FolderItem
6156                 o removed folder_table from various functions from tracking
6157                   folder updates
6158                 o set need_update flags in folder.c's move, copy and delete
6159                   functions and procmsg's flags functions
6160                 o added function folderview_update_items_when_required that
6161                   updates all folders with need_update set
6162                 o call folderview_update_items_when_required instead of
6163                   folderview_update_item_foreach
6164
6165 2002-10-09 [sergey]     0.8.5claws7
6166
6167         * src/compose.c
6168                 Strip CRs whel loading the text into editor in reedit mode.
6169
6170 2002-10-09 [colin]      0.8.5claws6
6171
6172         * src/mainwindow.c
6173                 Make Space work when no mail is selected
6174
6175 2002-10-09 [colin]      0.8.5claws5
6176
6177         * src/gtksctree.[ch]
6178                 Fix range_select
6179                 Add gtk_sctree_reanchor() 
6180         * src/summaryview.c
6181                 Use gtk_sctree_reanchor() - better fix for 
6182                 bug 60413
6183
6184 2002-10-09 [colin]      0.8.5claws4
6185
6186         * src/summaryview.c
6187                 Fix shift-click select after delete problem
6188                 (closes bug 60413)
6189
6190 2002-10-08 [thorsten]   0.8.5claws3
6191
6192         * src/summaryview.c
6193                 exclude current msg from -hide read messages-
6194
6195 2002-10-08 [colin]      0.8.5claws2
6196
6197         * src/inc.[ch]
6198           src/pop.c
6199           src/recv.c
6200                 Differentiate socket errors from disk full
6201                 errors
6202
6203 2002-10-08 [christoph]  0.8.5claws1
6204
6205         * Makefile.am
6206         * configure.in
6207                 modifications for new config directory
6208
6209         * config.guess  ** REMOVED **
6210         * config.sub    ** REMOVED **
6211         * install-sh    ** REMOVED **
6212         * ltmain.sh     ** REMOVED **
6213         * missing       ** REMOVED **
6214         * mkinstalldirs ** REMOVED **
6215                 these files are autogenerated by automake
6216                 when you run autogen.sh
6217
6218         * config/.cvsignore     ** NEW FILE **
6219         * config/Makefile.am    ** NEW FILE **
6220                 ignore autogenerated files
6221                 create a Makefile in this directory
6222
6223 2002-10-08 [paul]       0.8.5claws
6224
6225         * 0.8.5claws release
6226         
6227         * src/compose.c
6228           src/procheader.c
6229           src/procmsg.c
6230                 fix quote reply format for newsgroups reply bug
6231                 (thanks to Hoa)
6232                 
6233         * po/en_GB.po
6234           po/pl.po
6235                 updated by me and Witold Wladyslaw Wojciech Wilk
6236                 repectively
6237
6238 2002-10-07 [paul]       0.8.3claws53
6239
6240         * po/it.po
6241           po/pt_BR.po
6242           po/sr.po
6243                 updated messages catalogs, submitted by
6244                 Alessandro Maestri, Fabio Jr.Beneditto 
6245                 and Urke MMI, respectively.
6246
6247 2002-10-07 [christoph]  0.8.3claws52
6248
6249         * src/folder.[ch]
6250         * src/folderview.c
6251         * src/mainwindow.c
6252                 fix new folder ghost message bug
6253                 (closes bug [ 619722 ] wrong count for newly created folders)
6254
6255 2002-10-07 [christoph]  0.8.3claws51
6256
6257         * src/compose.c
6258                 fix news posting problem
6259
6260 2002-10-07 [melvin]     0.8.3claws50
6261
6262         * po/fr.po
6263                 Updated French translation
6264
6265 2002-10-05 [christoph]  0.8.3claws49
6266
6267         * src/gtkstext.c
6268                 check if line_start_cache is set in gtk_stext_update_text
6269                 (closes bug [ 618119 ] crash while doing search in folder)
6270
6271 2002-10-05 [christoph]  0.8.3claws48
6272
6273         * src/imap.c
6274         * src/news.c
6275         * src/utils.c
6276         * src/utils.h
6277                 implement cache cleanups for claws' folder system
6278                 (closes bug [ 595916 ] imapcache not cleaned up)
6279
6280 2002-10-05 [melvin]     0.8.3claws47
6281
6282         * src/prefs_actions.c
6283                 Made the help text more clear for the %p token
6284
6285 2002-10-04 [paul]       0.8.3claws46
6286
6287         * sync with 0.8.5
6288                 see ChangeLog 2002-10-02 and 2002-10-03
6289
6290 2002-10-04 [christoph]  0.8.3claws45
6291
6292         * src/inc.c
6293                 fix segfault caused by pop before smtp
6294                 call to inc_account_mail with NULL
6295                 pointer for mainwin
6296
6297 2002-10-04 [paul]       0.8.3claws44
6298
6299         * configure.in
6300                 sync the LDAP detection from 0.8.5cvs1
6301
6302 2002-10-02 [christoph]  0.8.3claws43
6303
6304         * po/de.po
6305                 fix small spelling error
6306
6307 2002-10-02 [melvin]     0.8.3claws42
6308
6309         * ac/aspell.m4
6310                 Behave better and say "no" when test program cannot be run.
6311
6312 2002-10-02 [paul]       0.8.3claws41
6313
6314         * sync with 0.8.4cvs1
6315                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
6316                 
6317         * src/summaryview.c
6318                 toggle the behavior of Reply menuitem between
6319                 normal reply and reply-to-list
6320
6321 2002-10-01 [sergey]     0.8.3claws40
6322
6323         * src/compose.c
6324                 Convert newlines in the message text to the canonical form
6325                 before base64 encoding (RFC2045 compliance, fixes some
6326                 interoperability issues with Evolution 1.0.3)
6327
6328 2002-09-29 [colin]      0.8.3claws39
6329
6330         * src/summaryview.c
6331                 Fix an unwanted copy/paste
6332
6333 2002-09-29 [colin]      0.8.3claws38
6334
6335         * src/mainwindow.c
6336                 Renamed "Custom toolbar" to "Customize toolbar"
6337                 Renamed "Show all header" to "Show all headers"
6338                 Renamed "Set diplay item" to "Set displayed items"
6339         * src/prefs_common.c
6340                 Renamed "Show all header" to "Show all headers"
6341         * src/prefs_summary_column.c
6342                 Renamed "diplay item" to "displayed items"
6343
6344 2002-09-29 [colin]      0.8.3claws37
6345
6346         * src/mainwindow.[ch]
6347                 online/offline status pixmaps follow theme
6348                 changes
6349         * src/summaryview.[ch]
6350                 quicksearch pixmap follows theme changes
6351
6352 2002-09-29 [thorsten]   0.8.3claws36
6353
6354         * src/compose.c
6355           src/prefs_folder_item.[ch]
6356                 add default_reply_to folder option (closes patch 581044)
6357
6358 2002-09-29 [christoph]  0.8.3claws35
6359
6360         * acconfig.h    ** REMOVED **
6361         * configure.in
6362         * ac/aspell.m4
6363         * ac/check-type.m4
6364         * ac/gnupg-check-typedef.m4
6365                 fix autoheader 2.50 warning
6366
6367 2002-09-29 [christoph]  0.8.3claws34
6368
6369         * major code cleanup (part 2)
6370         
6371                 - unused variables removed
6372                 - unused functions removed
6373                 - uninitialized variables checked
6374                 - missing return statements added
6375                 - missing function return types added
6376                 - added parentheses around assignment
6377                   when suggested by gcc
6378
6379 2002-09-29 [alfons]     0.8.3claws33
6380
6381         * src/logwindow.c
6382                 log_window_clear(): only bracket gtk_text_forward_delete() 
6383                 with gtk_text_freeze() / gtk_text_thaw() (see if this
6384                 works around GTK text bug)
6385
6386 2002-09-29 [paul]       0.8.3claws32
6387
6388         * po/bg.po
6389           po/sr.po
6390                 updated by George Danchev and Urke MMI
6391                 respectively
6392
6393 2002-09-27 [christoph]  0.8.3claws31
6394
6395         * doc-src/readme.txt
6396         * doc-src/rfc1806.txt   ** REMOVED **
6397         * doc-src/rfc2183.txt   ** NEW FILE **
6398         * doc-src/rfc2980.txt   ** NEW FILE **
6399                 update rfcs
6400
6401 2002-09-27 [melvin]     0.8.3claws30
6402
6403         * ac/aspell.m4
6404                 Fixed typo which could break linking
6405
6406 2002-09-27 [melvin]     0.8.3claws29
6407
6408         * ac/aspell.m4
6409                 Improved GNU/aspell checking. 
6410                 Fixed bug #614490
6411
6412 2002-09-27 [paul]       0.8.3claws28
6413
6414         * sync with 0.8.3cvs8
6415                 see ChangeLog 2002-09-27
6416
6417 2002-09-26 [colin]      0.8.3claws27
6418
6419         * src/toolbar.[ch]
6420           src/mainwindow.[ch]
6421                 Add "Reply to Mailing-list" to the toolbar
6422
6423 2002-09-26 [christoph]  0.8.3claws26
6424
6425         * src/summaryview.c
6426                 Fix wrong message counts in summaryview status
6427
6428 2002-09-26 [paul]       0.8.3claws25
6429
6430         * sync with 0.8.3cvs7
6431                 see ChangeLog 2002-09-26
6432
6433 2002-09-26 [paul]       0.8.3claws24
6434
6435         * sync with 0.8.3cvs6
6436                 see ChangeLog 2002-09-25
6437
6438 2002-09-25 [christoph]  0.8.3claws23
6439
6440         * src/prefs_common.c
6441         * src/prefs_folder_item.c
6442         * src/prefs_scoring.c
6443                 Renamed "kill score" to "hide score" in GUI
6444                 and prefs files
6445
6446 2002-09-25 [paul]       0.8.3claws22
6447
6448         * sync with 0.8.3cvs5
6449                 see ChangeLog 2002-09-24
6450
6451 2002-09-24 [alfons]     0.8.3claws21
6452
6453         patch by Satoshi Nagayasu: allows appending / saving multiple 
6454         selected files (closes "[ 612279 ] save multiple mesg(s) in 
6455         'Save as ...'")
6456
6457         * AUTHORS
6458                 add Satoshi Nagayasu
6459         * src/summaryview.c
6460                 summary_save_as(): allow saving selected files to
6461                 one file
6462                 summary_set_menu_sensitive: enable "Save As..." when
6463                 multiple files are selected
6464         * src/utils.[ch]
6465                 append_file(): new function
6466
6467 2002-09-24 [colin]      0.8.3claws20
6468
6469         * src/procmime.c
6470                 Fix segfault when mimeinfo doesn't have a 
6471                 content_type. 
6472
6473 2002-09-24 [colin]      0.8.3claws19
6474
6475         * src/prefs_common.[ch]
6476                 Add a preference to display send dialog or not
6477         * src/send.c
6478                 Display send dialog according to preference
6479
6480 2002-09-24 [colin]      0.8.3claws18
6481
6482         * src/compose.[ch]
6483                 Disable user actions when sending
6484
6485 2002-09-24 [colin]      0.8.3claws17
6486
6487         * src/procmime.c
6488                 Do not display name or filename for attachments
6489                 with an application/pgp-signature type
6490                 (security flaw, see bug 537413)
6491
6492 2002-09-23 [colin]      0.8.3claws16
6493
6494         * src/editaddress.c
6495                 Initialize entry_email, entry_alias and 
6496                 entry_remarks to first email address of the list
6497
6498 2002-09-23 [colin]      0.83claws15
6499
6500         * src/compose.c
6501                 Drop pgp-signature when reediting a signed queued
6502                 message
6503
6504 2002-09-23 [melvin]     0.8.3claws14
6505
6506         * po/fr.po
6507                 Updated French translation
6508
6509 2002-09-23 [melvin]     0.8.3claws13
6510
6511         * src/mainwindow.c
6512                 Made custom toolbar menu labels more consistent
6513         * src/prefs_toolbar.c
6514                 Made custom toolbar window title more consistent
6515
6516 2002-09-22 [colin]      0.8.3claws12
6517
6518         * src/inc.c
6519                 Initialize session type to normal before getting 
6520                 mail (fixes strange Get behaviour)
6521         * src/prefs_account.h
6522                 Move STYPE_POP_BEFORE_SMTP to last position to 
6523                 avoid other side-effects
6524
6525 2002-09-22 [colin]      0.8.3claws11
6526
6527         * src/prefs_account.c
6528                 Fix pop_bfr_smtp_tm_entry sensivity when switching
6529                 from pop3 to apop or vice-versa
6530
6531 2002-09-22 [colin]      0.8.3claws10
6532         
6533         * src/prefs_account.[ch]
6534                 Add an option for the POP before SMTP timeout
6535         * src/inc.c
6536                 Remember time of last POP connection
6537         * src/send.c
6538                 Do POP before SMTP only if timeout reached
6539
6540 2002-09-22 [oliver]     0.8.3claws9
6541         
6542         * README.claws
6543                 explain custom toolbar
6544
6545 2002-09-22 [oliver]     0.8.3claws8
6546
6547         * src/prefs_actions.[ch]
6548         custom toolbar for compose      
6549                 actions callback from compose toolbar
6550         * src/folderview.c
6551                 remove include toolbar.h
6552
6553 2002-09-22 [oliver]     0.8.3claws7
6554         
6555         * src/prefs_toolbar.[ch]
6556                 custom toolbar for compose
6557                 - generic prefs_toolbar handles both
6558                   Mainwin's toolbar as well as Compose toolbar          
6559
6560 2002-09-22 [oliver]     0.8.3claws6
6561         
6562         * src/toolbar.[ch]
6563                 custom toolbar for compose
6564                 restructure toolbar.[ch]
6565
6566 2002-09-22 [oliver]     0.8.3claws5
6567
6568         * src/compose.[ch]
6569                 custom toolbar for compose
6570
6571 2002-09-22 [oliver]     0.8.3claws4
6572         
6573         * src/mainwindow.[ch]
6574                 custom toolbar for compose 
6575                 move mainwin toolbar back to mainwindow
6576
6577 2002-09-22 [alfons]     0.8.3claws3
6578
6579         * src/procmsg.c
6580                 :%sno/if(/if (/gc
6581                 :%sno/for(/for (/gc
6582                 (beautify)
6583
6584 2002-09-22 [alfons]     0.8.3claws2
6585         
6586         * src/procmsg.c
6587                 procmsg_save_to_outbox(): don't unlink message file from queue;
6588                 callers should do it using folder_item_remove_msg()
6589
6590 2002-09-22 [colin]      0.8.3claws1
6591
6592         * src/mimeview.[ch]
6593                 Made mimeview_check_signature() public
6594         * src/textview.c
6595                 Made GPG signatures verifiable by clicking
6596                 the [application/pgp-signature] in the Text
6597                 view
6598
6599 2002-09-22 [paul]       0.8.3claws
6600
6601         * po/bg.po
6602           po/en_GB.po
6603           po/es.po
6604           po/it.po
6605           po/pl.po
6606           po/pt_BR.po
6607           po/sr.po
6608                 updated translations, submitted by George Danchev,
6609                 me, Ricardo Mones Lastra, Alessandro Maestri,
6610                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
6611                 and Urke MMI, respectively.     
6612
6613 2002-09-22 [alfons]     0.8.2claws65
6614
6615         * src/procmsg.c
6616         * src/pgptext.c
6617                 no furry valgrinds have been used to plug these memleaks
6618
6619 2002-09-20 [paul]       0.8.2claws64
6620
6621         * sync with 0.8.3cvs4
6622                 'Select thread' re-implemented 
6623                 see ChangeLog 2002-09-20
6624
6625 2002-09-21 [alfons]     0.8.2claws63
6626
6627         * src/compose.c
6628                 compose_send(): plug unnoticed memleak
6629
6630 2002-09-20 [alfons]     0.8.2claws62
6631
6632         * src/addr_compl.c
6633                 replace_address_in_edit(): strict check for NULL address to
6634                 fix "[ 607348 ] Segfault in address completion". My guess is
6635                 that this happens with an empty address book, but it's good
6636                 to have this check here anyway
6637                 
6638                 completion_window_button_press(): free string returned 
6639                 from the internal cache
6640
6641 2002-09-20 [christoph]  0.8.2claws61
6642
6643         * src/procmime.h
6644                 added ENC_BINARY to EncodingType
6645         * src/procmime.c
6646                 the string returned by procmime_get_encoding_str
6647                 should not depend on the order of values in the
6648                 EncodingType definition
6649         * doc-src/rfc1806.txt   ** NEW FILE **
6650                 Added rfc1806 about MIME Content-Disposition
6651                 Extension
6652
6653 2002-09-19 [paul]       0.8.2claws60
6654
6655         * sync with 0.8.2cvs3
6656                 see ChangeLog 2002-09-19
6657
6658 2002-09-19 [paul]       0.8.2claws59
6659
6660         * src/prefs_folder_item.c
6661                 revert to Darko's original alignment of colour
6662                 selector button
6663                 add a colon to folder_color label
6664                 
6665         * src/compose.c
6666                 add Colin's patch (with Hiro's modifications) to 
6667                 force BASE64 encoding for 8-bit text when signing
6668                 (sync with 0.8.3cvs2)
6669
6670 2002-09-18 [alfons]     0.8.2claws58
6671
6672         * src/compose.c
6673                 :%sno/if(/if (/gc
6674                 :%sno/for(/for (/gc
6675                 (beautify a little bit)
6676
6677 2002-09-18 [christoph]  0.8.2claws57
6678
6679         * src/pine.c
6680                 fix handling of fgetc return value
6681
6682 2002-09-17 [alfons]     0.8.2claws56
6683         
6684         * src/summaryview.c
6685                 summary_sort(): check non-NULL summaryview->folder_item when no 
6686                 folder is selected at all
6687                 (closes "[ 610344 ] sort label make syl Crash")
6688
6689 2002-09-17 [alfons]     0.8.2claws55
6690         
6691         * src/compose.c
6692                 beautify a little bit
6693
6694 2002-09-17 [christoph]  0.8.2claws54
6695
6696         * src/folder.c
6697                 initialize max values for cache and folder
6698                 when cache or folder is empty
6699
6700 2002-09-15 [colin]      0.8.2claws53
6701
6702         * src/compose.c
6703                 Fix a leak (thanks Alfons!) and cleaned
6704                 variables names for custom headers
6705
6706 2002-09-15 [colin]      0.8.2claws52
6707
6708         * src/compose.c
6709                 Fix custom headers recognition when
6710                 prefs_common.trans_hdr is on
6711
6712 2002-09-15 [colin]      0.8.2claws51
6713
6714         * src/compose.c
6715                 Allow dynamically-added custom headers
6716                 Yet not reparsed if reedited
6717
6718 2002-09-15 [alfons]     0.8.2claws50
6719
6720         * src/prefs_account.c
6721                 fix warnings
6722
6723 2002-09-15 [colin]      0.8.2claws49
6724         
6725         * src/prefs_account.c
6726                 fix pop_before_smtp sensitivity
6727
6728 2002-09-15 [colin]      0.8.2claws48
6729
6730         * src/inc.[ch]
6731                 add inc_pop_before_smtp()
6732                 allow MainWindow to be undefined in 
6733                 inc_account_mail() and inc_start()
6734         * src/pop.c
6735           src/prefs_account.h
6736                 add STYPE_POP_BEFORE_SMTP session type
6737         * src/prefs_account.c
6738                 activated pop before smtp option
6739         * src/send.c
6740                 do pop before smtp if the relevant option 
6741                 is set
6742
6743 2002-09-15 [paul]       0.8.2claws47
6744
6745         * sync with 0.8.3
6746                 see ChangeLog 2002-09-15
6747
6748 2002-09-14 [paul]       0.8.2claws46
6749
6750         * po/bg.po
6751                 updated Bulgarian translation, submitted by
6752                 George Danchev
6753
6754 2002-09-13 [paul]       0.8.2claws45
6755
6756         * src/compose.c
6757                 merge claws' select_account() with main's
6758                 (new) compose_select_account(). [sync with
6759                 0.8.2cvs15, see ChangeLog 2002-09-11]
6760
6761 2002-09-12 [christoph]  0.8.2claws44
6762
6763         * src/filter.c
6764                 allocate 1 elements of FolderItem not 0
6765
6766 2002-09-12 [colin]      0.8.2claws43
6767
6768         * src/compose.c
6769                 Fix bug #590825 (obey Follow-up: poster)
6770
6771 2002-09-12 [colin]      0.8.2claws42
6772
6773         * src/procmime.c
6774                 Fix bug #557009 (wrong headers for messages 
6775                 forwarded as attachments)
6776
6777 2002-09-11 [colin]      0.8.2claws41
6778         
6779         * src/compose.c
6780                 Put SCF: pseudo-header on top of message
6781                 Set draft tmp_flag when saved as draft
6782
6783         * src/procmsg.c
6784           src/procheader.c
6785                 Skip after first \n\n for beginning of real message
6786                 for drafts too
6787
6788 2002-09-11 [christoph]  0.8.2claws40
6789
6790         * src/filtering.c
6791                 use procmsg flag functions in filtering or processing
6792                 will cause incorrect folder message counts
6793
6794 2002-09-11 [colin]      0.8.2claws39
6795
6796         * src/compose.c
6797                 Fix bug #550175 - wrong save folder when reediting
6798                 drafts
6799
6800 2002-09-11 [paul]       0.8.2claws38
6801
6802         * sync with 0.8.2cvs14
6803                 see ChangeLog 2002-09-11
6804
6805 2002-09-11 [colin]      0.8.2claws37
6806
6807         * src/folder.c
6808                 Fix a typo (seeming to cause new/unread status to
6809                 be lost)
6810
6811 2002-09-10 [christoph]  0.8.2claws36
6812
6813         * src/compose.c
6814                 compose_redirect should not use compose_generic_new
6815                 because that does more stuff than expected including
6816                 opening the external editor
6817                 (closes bug "[ 526608 ] bounced messages appear blank
6818                  in editor")
6819
6820 2002-09-10 [christoph]  0.8.2claws35
6821
6822         * src/folder.c
6823                 fix problem with too large message number range
6824                 causing a crash in folder_item_scan
6825
6826 2002-09-10 [paul]       0.8.2claws34
6827
6828         * sync with 0.8.2cvs13
6829                 see ChangeLog 2002-09-10
6830
6831 2002-09-10 [christoph]  0.8.2claws33
6832
6833         * src/msgcache.c
6834                 set MsgInfo TmpFlags for queue and draft folders
6835                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
6836
6837 2002-09-10 [paul]       0.8.2claws32
6838
6839         * AUTHORS
6840           po/bg.po      ** NEW FILE **
6841                 new Bulgarian translation submitted by
6842                 George Danchev <danchev@spnet.net>
6843                 
6844         * tools/Makefile.am
6845           tools/README
6846           tools/tb2sylpheed     ** NEW FILE **
6847                 add script that converts an addressbook exported
6848                 from The Bat! into a Sylpheed addressbook. Submitted
6849                 by Urke MMI <urke-kg@eunet.yu>
6850
6851 2002-09-10 [paul]       0.8.2claws31
6852
6853         * sync with 0.8.2cvs12
6854                 see ChangeLog 2002-09-10
6855
6856 2002-09-06 [paul]       0.8.2claws30
6857
6858         * src/prefs_common.c
6859                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
6860                 
6861         * tools/Makefile.am
6862           tools/README
6863           tools/ldif-to-xml.py  ** REMOVED **
6864                 remove obsolete python script
6865
6866 2002-09-06 [paul]       0.8.2claws29
6867
6868         * sync with 0.8.2cvs10
6869                 see ChangeLog 2002-09-06
6870
6871 2002-09-04 [paul]       0.8.2claws28
6872
6873         * sync with 0.8.2cvs9
6874                 see ChangeLog 2002-08-04
6875
6876 2002-09-04 [colin]      0.8.2claws27 
6877
6878         * src/prefs_common.[ch]
6879                 Added signature color configuration
6880         * src/textview.c
6881                 Use user-specified signature color
6882
6883 2002-09-03 [colin]      0.8.2claws26
6884
6885         * src/prefs_common.[ch]
6886                 Added autosave and autosave_length prefs
6887         * src/compose.c
6888                 Added compose_remove_draft()
6889                 Auto-save drafts according to the prefs
6890         * src/main.c
6891                 Added a crash-indicator file, allowing to check
6892                 for new messages on startup if Sylpheed crashed
6893                 (makes saved drafts "reappear")
6894
6895 2002-09-03 [colin]      0.8.2claws25
6896
6897         * src/textview.[ch]
6898                 Grey the signature
6899
6900 2002-09-03 [paul]       0.8.2claws24
6901
6902         * sync with 0.8.2cvs8
6903                 see ChangeLog 2002-09-02 and 2002-09-03
6904
6905 2002-09-03 [darko]      0.8.2claws23
6906
6907         * src/folderview.c
6908                 use normal style when creating new folder to pick
6909                 proper font size 
6910
6911 2002-09-02 [melvin]     0.8.2claws22
6912
6913         * src/gtkaspell.m4
6914                 removed some obsolete code
6915
6916 2002-09-02 [melvin]     0.8.2claws21
6917
6918         * ac/aspell.m4
6919                 fixed test's equality sign (== to =)
6920
6921 2002-09-02 [alfons]     0.8.2claws20
6922
6923         * src/folder.c
6924         * src/mh.c
6925                 revert change of 0.8.2claws16 and use the mh_folder_destroy
6926                 as folder->destroy virtual as suggested by Hiro
6927                 (the mh.c code seems to have been lost around mh.c.1.21)
6928
6929 2002-09-02 [paul]       0.8.2claws19
6930
6931         * po/pt_BR.po
6932                 updated by Fabio Jr. Beneditto
6933                 
6934         * src/defs.h
6935                 use 'http://claws.sylpheed.org' for homepage link. 
6936                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
6937
6938 2002-09-01 [alfons]     0.8.2claws18
6939
6940         * src/mh.c
6941                 plug memleak related to one Martin Kluge found
6942
6943 2002-08-31 [paul]       0.8.2claws17
6944
6945         * sync with 0.8.2cvs6
6946                 see ChangeLog 2002-08-30
6947
6948 2002-08-31 [alfons]     0.8.2claws16
6949
6950         * src/folder.c
6951                 folder_destroy(): remove mailbox from folderlist even if it has
6952                 no destroy virtual
6953
6954 2002-08-31 [alfons]     0.8.2claws15
6955
6956         * src/folder.c
6957                 :%sno/if(/if (/gc
6958                 :%sno/for(/for (/gc
6959                 (being pedantic I know)
6960
6961 2002-08-31 [alfons]     0.8.2claws14
6962
6963         * src/folder.c
6964                 check for NULL pointers returned from folder->fetch_msginfo virtual
6965                 (should solve some reported crashes)
6966
6967 2002-08-30 [alfons]     0.8.2claws13
6968
6969         * acconfig.h
6970         * configure.in
6971         * src/crash.c
6972                 enable crash dialog on compilation time
6973                 (--enable-crash-dialog configure option)
6974
6975 2002-08-30 [alfons]     0.8.2claws12
6976
6977         * AUTHORS
6978                 add Martin Kluge
6979         * src/mh.c
6980                 apply memory leak plug patch by Martin Kluge
6981                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6982                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6983                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6984
6985 2002-08-30 [darko]      0.8.2claws11
6986
6987         * src/folderview.c
6988                 copy Gtk style from normal style to match
6989                 font size for coloured folders
6990
6991 2002-08-29 [alfons]     0.8.2claws10
6992
6993         * sylpheed.desktop
6994                 Type=Internet <- Type=Application
6995                 (reported by Michael Schwendt, see:
6996                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6997                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6998
6999 2002-08-29 [paul]       0.8.2claws9
7000
7001         * sync with 0.8.2cvs5
7002                 see ChangeLog 2002-08-29
7003
7004 2002-08-29 [colin]      0.8.2claws8
7005
7006         * src/summaryview.c
7007                 Added a sanity check in summary_select_thread
7008                 Should fix bug 601605
7009
7010 2002-08-29 [colin]      0.8.2claws7
7011
7012         * src/main.c
7013                 Revert claws6 changes regarding bug #591676
7014
7015 2002-08-28 [colin]      0.8.2claws6
7016         
7017         * src/main.c
7018                 Ignore cache for queue folderitems
7019                 Fix bug #591676
7020
7021 2002-08-28 [melvin]     0.8.2claws5
7022
7023         * README.claws
7024                 Fixed typos.
7025
7026 2002-08-28 [melvin]     0.8.2claws4
7027
7028         * README.claws
7029                 Updated a bit the text concerning the spell checker
7030
7031 2002-08-28 [melvin]     0.8.2claws3
7032
7033         Merged the GNU_aspell_branch:
7034                 Support of new GNU/aspell is now included and the old pspell
7035                 is not supported anymore.
7036                 See README.claws
7037
7038         * README.claws
7039                 Updated spell checker text to reflect the switch to GNU/aspell
7040
7041         * ac/aspell.m4          *** NEW ***
7042         * src/gtkaspell.[ch]    *** NEW *** 
7043         * ac/pspell.m4          *** DELETED *** 
7044         * src/gtkspell.[ch]     *** DELETED ***
7045
7046         * ac/Makefile.am
7047                 Updated for GNU/aspell support
7048
7049         * po/POTFILES.in
7050                 Replaced gtkspell.c by gtkaspell.c
7051
7052         * acconfig.h
7053         * src/Makefile.am
7054         * src/about.c
7055         * src/compose.[ch]
7056         * src/crash.c
7057         * src/main.c
7058         * src/prefs_common.[ch]
7059                 Updated for GNU/aspell support
7060
7061 2002-08-28 [paul]       0.8.2claws2
7062
7063         * sync with 0.8.2cvs4
7064                 see ChangeLog 2002-08-27 and 2002-08-28
7065
7066 2002-08-28 [colin]      0.8.2claws1
7067
7068         * src/summary_search.c
7069                 Added "AND search"
7070
7071 2002-08-28 [jens]       0.8.2claws
7072
7073         *po/de.po
7074                 Updated German translations
7075
7076 2002-08-27 [melvin]     0.8.2claws
7077
7078         * po/fr.po
7079                 Updated French translations
7080
7081 2002-08-27 [paul]       0.8.2claws
7082
7083         * sync with 0.8.2 main release
7084
7085         * po/en_GB.po
7086           po/es.po
7087           po/it.po
7088           po/pl.po
7089           po/pt_BR.po
7090           po/sr.po
7091                 updated message catalogs submitted by
7092                 Ricardo Mones Lastra, Alessandro Maestri,
7093                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
7094                 Beneditto and Urke MMI  
7095
7096 2002-08-27 [hoa]        0.8.1claws123
7097
7098         * src/mainwindow.[ch]
7099         * src/summaryview.[ch]
7100                 removed the "filter setting" menu option.
7101                 add a "cancel a news message" menu option.
7102
7103 2002-08-26 [martin]     0.8.1claws122
7104
7105         * ChangeLog.claws
7106                 changed string under 0.8.1claws79 changed by myself
7107                 i'm sorry alfons :(
7108
7109 2002-08-26 [martin]     0.8.1claws121
7110
7111         * src/crash.c
7112                 added kill command to debuggerrc to start crash dialog
7113
7114 2002-08-26 [paul]       0.8.1claws120
7115
7116         * sync with 0.8.1cvs31
7117                 see ChangeLog 2002-08-26
7118
7119 2002-08-25 [alfons]     0.8.1claws119
7120
7121         * src/procmsg.c
7122                 fix bug that didn't send out correct headers to news server
7123                 when sending news article and email from queue (bug reported
7124                 and patch provided by Tim Mann; closes bug 
7125                 "[ 583196 ] 0.7.8claws can't post news")
7126
7127 2002-08-25 [alfons]     0.8.1claws118
7128
7129         * src/selective_download.c
7130                 mark two strings as translatable
7131                 (thanks to Urke MMI for pointing this out)
7132
7133 2002-08-25 [alfons]     0.8.1claws117
7134
7135         * src/summaryview.c
7136                 treat sent boxes as special and allow sorting them by addressee
7137                 (closes "[ 589418 ] Sent folder sorting misbehavior"
7138                 submitted by Steve Lamb)
7139
7140 2002-08-24 [alfons]     0.8.1claws116
7141
7142         * src/matcher.c
7143                 fix memleak reported by Martin Kluge
7144                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
7145
7146 2002-08-24 [oliver]     0.8.1claws115
7147
7148         * src/prefs_toolbar.c
7149                 o code cleanup as suggested by Alfons
7150                 o memleak fix
7151
7152 2002-08-24 [alfons]     0.8.1claws114
7153
7154         * src/summaryview.c
7155                 o fix another memory leak reported by Martin Kluge
7156                   (see "[ 599568 ] Small Memory Leak")
7157                 o remove 'from' variable from 'summary_set_header()'; we can
7158                   do with just 'to' 
7159
7160 2002-08-24 [paul]       0.8.1claws113
7161
7162         * sync with 0.8.1cvs30
7163                 see ChangeLog 2002-08-23
7164
7165 2002-08-24 [alfons]     0.8.1claws112
7166
7167         * src/summaryview.c
7168                 remove unnecessary allocations for search bar fixing leaks
7169                 reported by Martin Kluge
7170                 (see "[ 599451 ] Further memory leaks?")
7171
7172 2002-08-24 [alfons]     0.8.1claws111
7173
7174         * src/main.c
7175                 make get_socket_name() public for crash.c
7176         * src/crash.c
7177                 o make report bug button work (goes to claws' 
7178                   bug tracker at sf.net)
7179                 o introduce function for doing important stuff just
7180                   before claws goes down
7181                 o clean up code 
7182
7183 2002-08-24 [alfons]     0.8.1claws110
7184
7185         * src/compose.c
7186                 move cursor to "To" entry when forwarding as attachment
7187                 (reported and solved by Steve Lamb, closes bug report
7188                 "[ 592880 ] Forward as attachment; cursor not in to")
7189
7190 2002-08-24 [colin]      0.8.1claws109
7191
7192         * src/mainwindow.c
7193                 fix quick search visibility after GUI (de)separations.
7194
7195 2002-08-23 [colin]      0.8.1claws108
7196
7197         * src/mainwindow.c
7198                 fix header pane visibility after folderview or
7199                 messageview (de)separation
7200
7201 2002-08-23 [paul]       0.8.1claws107
7202
7203         * src/mainwindow.[ch]
7204           src/toolbar.c
7205                 give full control of display or non-display 
7206                 of the Execute icon to Custom toolbar settings.
7207                 add new sensitivity condition to maninwindow.h: 
7208                 M_DELAY_EXEC
7209
7210         * ChangeLog
7211           ChangeLog.jp
7212           NEWS
7213                 more sync with 0.8.1cvs29
7214
7215 2002-08-23 [melvin]     0.8.1claws106
7216
7217         * src/alertpanel.c
7218                 Readded support for custom widget in alertpanel lost in last
7219                 sync.
7220
7221 2002-08-23 [paul]       0.8.1claws105
7222
7223         * sync with 0.8.1cvs29
7224                 see ChangeLog 2002-08-23
7225
7226 2002-08-23 [colin]      0.8.1claws104
7227
7228         * src/summaryview.c
7229                 Fix folder and search pixmaps exchanging positions
7230                 after theme or toolbar changes. Thank to Oliver for 
7231                 reporting this.
7232
7233 2002-08-23 [colin]      0.8.1claws103
7234
7235         * src/mainwindow.c
7236           src/messageview.[ch]
7237           src/noticeview.[ch]
7238           src/summaryview.c
7239                 Changed messageview_create() and noticeview_create()
7240                 to avoid the last gdk_warning
7241
7242 2002-08-22 [colin]      0.8.1claws102
7243
7244         * src/summaryview.c
7245                 Fix my new `Creating pixmap from xpm' warning
7246
7247 2002-08-22 [colin]      0.8.1claws101
7248
7249         * src/mainwindow.c
7250                 Fix some of the gdk warnings
7251
7252 2002-08-22 [colin]      0.8.1claws100
7253
7254         * src/Makefile.am
7255         * src/stock_pixmap.c
7256         * src/stock_pixmap.h
7257         * src/pixmaps/quicksearch.xpm *ADDED*
7258                 Add the quicksearch pixmap
7259         * src/mainwindow.c
7260         * src/summaryview.c
7261         * src/summaryview.h
7262                 Make quicksearch bar visible/hidden via a button
7263
7264 2002-08-22 [christoph]  0.8.1claws99
7265
7266         * src/folder.c
7267                 fix folder update for newsgroups with message
7268                 numbers below minimum number of articles to fetch
7269                 (closes bug #598445)
7270
7271 2002-08-22 [paul]       0.8.1claws98
7272
7273         * sync with 0.8.1cvs28
7274                 see ChangeLog 2002-08-22
7275
7276 2002-08-21 [alfons]     0.8.1claws97
7277
7278         * src/crash.c
7279                 use bt instead of bt full which seems to work 
7280                 better, and bt full doesn't give a great deal 
7281                 of information anyway
7282
7283 2002-08-21 [colin]      0.8.1claws96
7284
7285         * src/summaryview.c
7286                 fix summaryview_searchtype_changed prototype
7287
7288 2002-08-21 [christoph]  0.8.1claws95
7289
7290         * src/mainwindow.c
7291                 o fix broken menu update for sorting type, we have to
7292                   get this info from the summaryview now
7293                 o removed setting of threaded state in menu callback
7294         * src/summaryview.[ch]
7295                 more summaryview/folderitem seperation for
7296                 threading option
7297         * configure.in
7298                 removed not required --with-compiler-flags option
7299
7300 2002-08-21 [oliver]     0.8.1claws94
7301         
7302         * src/toolbar.h 
7303                 o rename toolbar.xml to toolbar_main.xml
7304                   since toolbar_compose.xml might come up 
7305                   any time soon
7306         * README.claws
7307                 add custom toolbar              
7308
7309 2002-08-21 [darko]      0.8.1claws93
7310
7311         * src/procmsg.c
7312                 don't reset tmp flags for messages copied
7313                 to sent folder
7314
7315 2002-08-21 [colin]      0.8.1claws92
7316         
7317         * src/prefs_filtering.c
7318                 fix renaming rules on folder rename 
7319                 when folder is not a leaf folder
7320
7321 2002-08-21 [paul]       0.8.1claws91
7322
7323         * src/prefs_folder_item.c
7324                 fix alignment of colour selector
7325
7326 2002-08-21 [paul]       0.8.1claws90
7327
7328         * sync with 0.8.1cvs27
7329                 see ChangeLog 2002-08-21
7330
7331 2002-08-21 [paul]       0.8.1claws89
7332
7333         * src/summaryview.c
7334                 fix crash when changing field type in
7335                 Quick search bar
7336
7337 2002-08-21 [colin]      0.8.1claws88
7338
7339         * src/summaryview.c
7340                 Made quick search case-insensitive
7341
7342 2002-08-21 [paul]       0.8.1claws87
7343
7344         * sync with 0.8.1cvs26
7345                 see ChangeLog 2002-08-21
7346
7347 2002-08-20 [christoph]  0.8.1claws86
7348
7349         * src/folderview.c
7350         * src/main.c
7351         * src/summaryview.[ch]
7352                 more summaryview/folderitem seperation for
7353                 sort_key and sort_type
7354         * src/procmsg.c
7355                 added missing return statement
7356
7357 2002-08-20 [colin]      0.8.1claws85
7358
7359         * src/summaryview.[ch]
7360                 Added a quick search box
7361         * src/mainwindow.c
7362         * src/prefs_common.[ch]
7363                 Added a show/hide option for the quick search
7364
7365 2002-08-20 [oliver]     0.8.1claws84
7366         
7367         * src/mainwindow.c
7368                 remove toolbar_create_popups
7369         * src/toolbar.[ch]
7370                 o remove toolbar_create_popups
7371                 o fix toolbar_set_sensitive 
7372                   (Bug reports #596834 and #596832)     
7373         * src/prefs_toolbar.c
7374                 o add "Set default" button
7375                 o align label and text + combo widgets
7376
7377 2002-08-20 [hoa]        0.8.1claws83bis
7378
7379         * src/imap.c
7380                 fixed a bug in imap_fetch_msginfo() in case there is no
7381                 current folder.
7382
7383 2002-08-20 [darko]      0.8.1claws83
7384
7385         * src/folderview.c
7386                 copy the color style of folder view so it
7387                 works with GTK themes
7388
7389 2002-08-20 [darko]      0.8.1claws82
7390
7391         * src/folder.h
7392         * src/folderview.c
7393         * src/prefs_folder_item.[hc]
7394                 don't use UI stuff in folder.h
7395
7396 2002-08-20 [darko]      0.8.1claws81
7397
7398         * src/folder.h
7399         * src/prefs_folder_item.h
7400         * src/folderview.c
7401         * src/prefs_folder_item.c
7402                 ability to set folder color in folderview
7403
7404 2002-08-19 [alfons]     0.8.1claws80
7405
7406         * src/summaryview.c
7407                 fix one of the earlier memleaks reported by Martin Kluge
7408
7409 2002-08-19 [alfons]     0.8.1claws79
7410
7411         * src/mainwindow.c
7412                 hide notice view when selecting seperate folder
7413                 view (reported by Urke MMI)
7414
7415 2002-08-19 [christoph]  0.8.1claws78
7416
7417         * src/folderview.c
7418         * src/prefs_folder_item.h
7419         * src/summaryview.[ch]
7420                 o add summary_set_prefs_from_folderitem to set
7421                   summaryview prefs (first step to remove all
7422                   references to the folderitem in summaryview)
7423                 o moved compiled regex stuff from folderitem prefs
7424                   to summaryview code
7425
7426 2002-08-19 [paul]       0.8.1claws77
7427
7428         * src/compose.c
7429                 add check for '.' to QUOTE_IF_REQUIRED
7430
7431 2002-08-19 [paul]       0.8.1claws76
7432
7433         * src/inc.c
7434                 sync with 0.8.1cvs25 (plug memory leak)
7435
7436         * src/prefs_toolbar.c
7437                 re-order prefs_toolbar_cancel()
7438
7439 2002-08-18 [alfons]     0.8.1claws75
7440
7441         * src/inc.c
7442         * src/matcher.c
7443                 plug other memleaks reported by Martin Kluge
7444
7445 2002-08-18 [paul]       0.8.1claws74
7446
7447         * po/pt_BR.po
7448                 updated by Fabio Jr. Beneditto
7449
7450 2002-08-18 [paul]       0.8.1claws73
7451
7452         * src/toolbar.[ch]
7453                 fix bug where tooltips were displayed untranslated              
7454
7455         * src/prefs_toolbar.c
7456                 fix bug where clicking 'Cancel' creates an icon & text
7457                 toolbar regardless of prefs
7458         
7459
7460 2002-08-17 [oliver]     0.8.1claws72
7461
7462         * src/prefs_toolbar.c
7463                 update toolbar on CANCEL
7464                 bug reported by Martin Kluge
7465         * src/toolbar.c
7466                 toolbar_destroy memleak fixed           
7467
7468 2002-08-17 [alfons]     0.8.1claws71
7469
7470         * src/toolbar.c
7471                 plug another memleak reported by Martin Kluge
7472
7473 2002-08-16 [alfons]     0.8.1claws70
7474
7475         * src/crash.c
7476                 use execvp() correctly (suggested by wwp; thanks!)
7477
7478 2002-08-16 [alfons]     0.8.1claws69
7479
7480         * src/gtksctree.c
7481                 plug memory leak reported by Kim Schultz & Martin Kluge
7482
7483 2002-08-16 [paul]       0.8.1claws68
7484
7485         * po/es.po
7486                 updated by Ricardo Mones Lastra
7487
7488 2002-08-16 [paul]       0.8.1claws67
7489
7490         * src/toolbar.h
7491                 fix bug where 'Compose News' icon showed wrong
7492                 tooltip
7493
7494 2002-08-16 [paul]       0.8.1claws66
7495
7496         * sync with 0.8.1cvs24
7497                 see ChangeLog 2002-08-16
7498
7499         * po/it.po
7500                 updated by Alessandro Maestri
7501
7502 2002-08-15 [paul]       0.8.1claws65
7503
7504         * po/sr.po
7505                 updated by Urke MMI
7506
7507 2002-08-15 [paul]       0.8.1claws64
7508
7509         * src/*.c
7510                 don't translate debug info
7511
7512         * src/matcher.[ch]
7513                 add copyright info
7514
7515 2002-08-15 [paul]       0.8.1claws63
7516
7517         * src/prefs_toolbar.c
7518                 fix bug where clicking 'OK' creates an icon & text
7519                 toolbar regardless of prefs
7520
7521 2002-08-14 [alfons]     0.8.1claws62
7522
7523         * src/main.c
7524                 add global var that has the full argv[0]
7525         * src/crash.c
7526                 o execvp the correct sylpheed by using argv0
7527                   and setting the correct work dir
7528                 o other tweaks  
7529
7530 2002-08-14 [oliver]     0.8.1claws61
7531         
7532         * enable/disable Toolbar Action Buttons 
7533         * code cleanups
7534         * src/mainwindow.c
7535         * src/toolbar.[ch]      
7536         * src/prefs_toolbar.c   
7537
7538 2002-08-14 [melvin]     0.8.1claws60
7539
7540         * po/fr.po
7541                 Updated French translations
7542
7543 2002-08-14 [melvin]     0.8.1claws59
7544
7545         * src/crash.c
7546                 Made bug report not translatable
7547         * src/exporthtml.c
7548                 Fixed exporthtml_build_filespec() return value
7549         * src/foldersel.c
7550                 Fixed incorrect include file
7551         * src/gtkspell.c
7552         * src/prefs_actions.c
7553         * src/prefs_toolbar.c
7554                 Made debug info not translatable
7555         * src/mutt.c
7556         * src/quote_fmt.c
7557                 Added missing includes
7558         * src/prefs_common.c
7559                 Fixed typo
7560
7561 2002-08-14 [paul]       0.8.1claws58
7562
7563         * faq/es/sylpheed-faq.html
7564           faq/es/sylpheed-faq-[1-3].html
7565           faq/es/sylpheed-faq-4.html     **NEW FILE **
7566                 update Spanish FAQ
7567
7568 2002-08-13 [christoph]  0.8.1claws57
7569
7570         * src/procmsg.c
7571                 ignore thread fix that did not mark all
7572                 child nodes of a ignored thread as
7573                 ignored. Does not work perfectly yet,
7574                 but it is better now
7575
7576 2002-08-13 [alfons]     0.8.1claws56
7577
7578         * src/crash.c
7579                 o implement 'save crash log'
7580                 o some tweaks
7581
7582 2002-08-13 [melvin]     0.8.1claws55
7583
7584         * src/main.c
7585                 removed unrequired "execinfo.h" header
7586
7587 2002-08-12 [paul]       0.8.1claws54
7588
7589         * faq/en/sylpheed-faq.html
7590           faq/en/sylpheed-faq-[1-3].html
7591           faq/en/sylpheed-faq-4.html     **NEW FILE **
7592                 update English FAQ
7593
7594 2002-08-12 [alfons]     0.8.1claws53
7595
7596         * po/POTFILES.in
7597                 add crash.c to translatables
7598         * src/crash.c
7599                 bring in Leandro's crash dialog
7600
7601 2002-08-11 [alfons]     0.8.1claws52
7602
7603         * src/crash.c
7604                 clean up some warnings
7605
7606 2002-08-11 [alfons]     0.8.1claws51
7607
7608         * acconfig.h
7609         * configure.in
7610         * src/crash.[ch]        ** NEW FILES **
7611         * src/main.c            
7612                 initial gdb crash handler
7613
7614 2002-08-11 [paul]       0.8.1claws50
7615
7616         * src/prefs_toolbar.c
7617                 replace Up/Down arrow pixmaps with text to be
7618                 consistent across icon themes
7619
7620 2002-08-11 [paul]       0.8.1claws49
7621
7622         * src/prefs_common.c
7623           src/prefs_toolbar.c
7624                 rename 'Pixmap' -> 'Icon'
7625
7626         * src/toolbar.[ch]
7627                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
7628
7629 2002-08-10 [paul]       0.8.1claws48
7630
7631         * src/prefs_toolbar.c
7632                 re-work the UI
7633
7634 2002-08-10 [paul]       0.8.1claws47
7635
7636         * src/main.c
7637                 don't write Processing progress to status bar
7638                 patch submitted by Alexander Evseev
7639
7640         * src/prefs_toolbar.c
7641                 re-position and resize window
7642                 make window assume correct size on first call
7643
7644 2002-08-10 [paul]       0.8.1claws46
7645
7646         * src/mainwindow.c
7647           src/prefs_toolbar.c
7648           src/toolbar.c
7649           src/toolbar.h
7650                 obey coding style
7651                 follow UI text conventions
7652
7653 2002-08-10 [alfons]     0.8.1claws45
7654
7655         * src/toolbar.c
7656                 correct pixmap for delete action
7657
7658 2002-08-10 [paul]       0.8.1claws44
7659
7660         * po/pt_BR.po
7661                 updated by Fabio Jr. Beneditto
7662
7663 2002-08-10 [paul]       0.8.1claws43
7664
7665         * po/POTFILES.in
7666                 add custom toolbar files
7667
7668 2002-08-10 [paul]       0.8.1claws42
7669
7670         * sync with 0.8.1cvs22
7671                 see ChangeLog 2002-08-09
7672
7673 2002-08-09 [paul]       0.8.1claws41
7674
7675         * tools/Makefile.am
7676           tools/README
7677           tools/outlook2sylpheed.pl     ** NEW FILE **
7678                 add script to convert exported Outlook
7679                 contacts list to a Sylpheed addressbook.
7680                 Submitted by Ricardo Mones Lastra.
7681
7682 2002-08-09 [paul]       0.8.1claws40
7683
7684         * AUTHORS
7685           configure.in
7686           po/sr.po      ** NEW FILE **
7687                 add Serbian message catalog. Submitted by
7688                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
7689
7690 2002-08-09 [paul]       0.8.1claws39
7691
7692         * sync with 0.8.1cvs21
7693                 see ChangeLog 2002-08-08
7694
7695 2002-08-08 [oliver]     0.8.1claws38
7696
7697         * src/mainwindow.c
7698                 move Custom Toolbar to Configuration menu
7699
7700 2002-08-08 [oliver]     0.8.1claws37
7701
7702         * src/prefs_toolbar.c
7703                 fix substitute pixmap bug
7704
7705 2002-08-08 [paul]       0.8.1claws36
7706
7707         * sync with 0.8.1cvs19
7708                 see ChangeLog 2002-08-08
7709
7710 2002-08-07 [christoph]  0.8.1claws35
7711
7712         * src/utils.c
7713                 fixed a memory leak in new canonicalize_file_replace
7714
7715 2002-08-07 [christoph]  0.8.1claws34
7716
7717         * src/utils.[ch]
7718                 o canonicalize_file_replace should create the temporary
7719                   file in the same directory as the original file.
7720                 o added get_tmpfile_in_dir that creates a temorary file
7721                   in a specified directory.
7722
7723 2002-08-07 [melvin]     0.8.1claws33
7724
7725         * src/toolbar.c
7726                 fixed bug where 'Article' button acted as 'Email' button.
7727
7728 2002-08-07 [paul]       0.8.1claws32
7729
7730         * sync with 0.8.1.cvs17
7731                 see ChangeLog 2002-08-07
7732
7733 2002-08-07 [colin]      0.8.1claws31
7734         
7735         * src/news.c
7736                 fix mass-cancel problem
7737
7738 2002-08-07 [thorsten]   0.8.1claws30
7739
7740         * src/prefs_toolbar.c
7741                 fix: crash on replace or add new button
7742         * src/toolbar.c
7743                 fix: close xmlfile after reading
7744         * src/utils.c
7745                 fix: unlink() file before rename()
7746
7747 2002-08-06 [paul]       0.8.1claws29
7748
7749         * sync with 0.8.cvs15
7750                 see ChangeLog 2002-08-06
7751
7752 2002-08-06 [oliver]     0.8.1claws28
7753
7754         * src/toolbar.c
7755         * src/prefs_toolbar.c
7756                 fixed empty toolbar issue
7757
7758 2002-08-06 [oliver]     0.8.1claws27
7759
7760         * Custom Toolbar Final 
7761         * src/folderview.c
7762         * src/inc.c
7763         * src/summaryview.c
7764                 o toolbar stuff now lives in src/toolbar.[ch]
7765                 o main_window_toolbar_* functions are renamed to
7766                   toolbar_* reflecting their new source file
7767         * src/mainwindow.[ch]
7768                 o remove toolbar stuff  
7769
7770 2002-08-06 [oliver]     0.8.1claws26
7771         
7772         * src/Makefile.am
7773         * src/prefs_toolbar.[ch]        **New File**
7774         * src/toolbar.[ch]              **New File**
7775                 o prefs_toolbar.[ch] custom toolbar frontend
7776                 o toolbar.[ch]       backend 
7777
7778 2002-08-06 [oliver]     0.8.1claws25
7779
7780         * src/prefs_actions.[ch]
7781                 o new exported function actions_execute
7782
7783 2002-08-06 [paul]       0.8.1claws24
7784
7785         * sync with 0.8.1cvs4
7786                 see ChangeLog 2002-08-06
7787
7788 2002-08-06 [paul]       0.8.1claws23
7789
7790         * sync with 0.8.1cvs13
7791                 see ChangeLog 2002-08-06
7792
7793 2002-08-06 [paul]       0.8.1claws22
7794
7795         * sync with 0.8.1cvs12
7796                 see ChangeLog 2002-08-05 and 2002-08-06
7797
7798 2002-08-06 [match]      0.8.1claws21
7799
7800         * src/addrclip.c
7801                 improvements to cut/copy/paste address
7802
7803 2002-08-05 [match]      0.8.1claws20
7804
7805         * src/addritem.[ch]
7806         * src/addrcache.c
7807         * src/addrbook.c
7808         * src/editaddress.c
7809         * src/addressbook.c
7810                 fixes to improve cut/copy/paste
7811
7812 2002-08-06 [melvin]     0.8.1claws19
7813
7814         * src/account.[ch]
7815                 account_find_all_from_address(): new function that returns the
7816                 list of all accounts that are matched in an address.
7817         * src/alertpanel.[ch]
7818                 alertpanel() now accepts a custom widget
7819                 alertpanel_with_widget(): new function that pops up a panel with
7820                 a custom widget in it 
7821         * src/gtkutils.[ch]
7822                 gtkut_account_menu_new(): new function that allows the selection
7823                 of an account from a list of accounts.
7824         * src/messageview.c
7825                 Extended Return Receipt notification to select the correct 
7826                 account and to make a security test on the Delivery-Notification
7827                 address which should be the same as the Return-Path.
7828
7829 2002-08-06 [thorsten]   0.8.1claws18
7830
7831         * src/mimeview.c
7832                 attach_all: save unnamed as "noname.%d",
7833                 dont free static dirname
7834
7835 2002-08-05 [alfons]     0.8.1claws17
7836
7837         * configure.in
7838                 detect XIM by trying to link rather than compile a XIM program
7839
7840 2002-08-05 [oliver]     0.8.1claws16
7841                 
7842         * src/stock_pixmap.[ch]
7843                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
7844                 o new func to retrieve pixmaps
7845
7846 2002-08-05 [paul]       0.8.1claws15
7847
7848         * sync with 0.8.1cvs10
7849                 see ChangeLog 2002-08-05
7850
7851 2002-08-04 [alfons]     0.8.1claws14
7852
7853         * src/textview.c
7854                 see if this plugs memleak
7855
7856 2002-08-04 [melvin]     0.8.1claws13
7857
7858         * src/gtkspell.c
7859                 fixed bug that could crash Sylpheed when highlighting
7860                 all misspelled words.
7861
7862 2002-08-03 [melvin]     0.8.1claws12
7863
7864         * src/prefs_actions.c
7865                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
7866         * src/messageview.c
7867                 fixed bug where the Return Receipt was sent to
7868                 Delivery-Notification-To address even if it was not present
7869
7870 2002-08-02 [alfons]     0.8.1claws11
7871
7872         * src/prefs_actions.c
7873                 o more check for NULLs
7874                 o put create_io_dialog() in right conditional block
7875
7876 2002-08-02 [paul]       0.8.1claws10
7877
7878         * po/es.po
7879                 updated by Ricardo Mones Lastra
7880
7881 2002-08-01 [christoph]  0.8.1claws9
7882
7883         * src/folder.c
7884                 don't free the cache of the opened
7885                 folder in the summaryview
7886         * src/summaryview.c
7887                 don't unset flags, if it is not required
7888
7889 2002-08-01 [paul]       0.8.1claws8
7890
7891         * sync with 0.8.1cvs8
7892                 see ChangeLog entry 2002-08-01
7893
7894 2002-08-01 [paul]       0.8.1claws7
7895
7896         * sync with 0.8.1cvs7
7897                 see ChangeLog 2002-07-31 and 2002-08-01
7898
7899 2002-07-31 [christoph]  0.8.1claws6
7900
7901         * src/mainwindow.c
7902                 forgot to update menu sensitivity
7903                 function for new menu entry
7904
7905 2002-07-31 [alfons]     0.8.1claws5
7906
7907         * src/main.c
7908                 check folder item and its path for NULL on
7909                 initial processing
7910
7911 2002-07-31 [christoph]  0.8.1claws4
7912
7913         * src/folder.c
7914                 check if folder_item_get_msginfo in
7915                 folder_item_remove_msg returned NULL
7916         * src/imap.c
7917                 better clear the uid cache in the
7918                 uid validity check function and delete
7919                 cached messages
7920
7921 2002-07-31 [paul]       0.8.1claws3
7922
7923         * man/sylpheed.1
7924                 add the '--attach' option and a few other
7925                 minor changes
7926
7927 2002-07-31 [paul]       0.8.1claws2
7928
7929         * sync with 0.8.1cvs5
7930                 see ChangeLog 2002-07-31
7931
7932 2002-07-31 [christoph]  0.8.1claws1
7933
7934         * src/folderview.[ch]
7935         * src/mainwindow.c
7936                 replace "Rescan all folders..." with
7937                 "Check all folders for new messages..."
7938
7939 2002-07-30 [paul]       0.8.1claws
7940
7941         * version 0.8.1claws released
7942
7943 2002-07-30 [paul]       0.8.0claws29
7944
7945         * tools/OOo2sylpheed.pl ** NEW FILE **
7946           tools/README
7947                 add script to enable sending documents as
7948                 attachments from OpenOffice.org
7949
7950 2002-07-30 [melvin]     0.8.0claws28
7951
7952         * src/prefs_actions.c
7953                 Made the actions' input/output dialog display
7954                 without delay.
7955
7956 2002-07-30 [christoph]  0.8.0claws27
7957
7958         * src/procmsg.c
7959                 check if folder_item_get_msginfo in
7960                 procmsg_save_to_outbox returned NULL
7961
7962 2002-07-30 [paul]       0.8.0claws26
7963
7964         * sync with 0.8.1cvs4
7965                 see ChangeLog 2002-07-29
7966
7967 2002-07-29 [thorsten]   0.8.0claws25
7968
7969         * README.claws
7970                 added selective download, delete on server
7971
7972 2002-07-29 [paul]       0.8.0claws24
7973
7974         * sync with 0.8.1cvs3
7975                 see ChangeLog 2002-07-29
7976
7977 2002-07-27 [christoph]  0.8.0claws23
7978
7979         * src/folder.c
7980                 add extra check if fetching the msginfo
7981                 returned NULL
7982
7983 2002-07-27 [paul]       0.8.0claws22
7984
7985         * sync with 0.8.1cvs2
7986                 see ChangeLog 2002-07-26
7987
7988 2002-07-27 [christoph]  0.8.0claws21
7989
7990         * src/imap.c
7991                 add another check if a valid msginfo
7992                 was returned
7993
7994 2002-07-26 [hoa]        0.8.0claws20
7995
7996         * src/folder.c
7997                 Fixed a condition in folder_item_destroy()
7998
7999         * src/imap.c
8000                 Fixed an error in IMAP protocol
8001
8002 2002-07-26 [alfons]     0.8.0claws19
8003
8004         * src/folder.c
8005                 ofcourse compare with identifier, not the path
8006
8007 2002-07-26 [alfons]     0.8.0claws18
8008
8009         * src/folder.c
8010                 use folder item identifier for saving / restoring
8011                 preferences because folder->path might not be unique
8012
8013 2002-07-26 [melvin]     0.8.0claws17
8014
8015         * src/logwindow.c
8016                 Fixed a crash introduced in 0.8.0claws5 when log is 
8017                 cut under 80 characters.
8018
8019 2002-07-26 [paul]       0.8.0claws16
8020
8021         * sync with 0.8.1cvs1
8022                 see ChangeLog 2002-07-26
8023
8024 2002-07-26 [christoph]  0.8.0claws15
8025
8026         * src/imap.[ch]
8027                 imap folder now remembers the last selected
8028                 folder and imap_fetch_msginfo skips selecting
8029                 the folder if it is already selected
8030
8031 2002-07-26 [christoph]  0.8.0claws14
8032
8033         * src/folder.c
8034         * src/folderview.c
8035         * src/imap.c
8036                 fix imap folder rescanning
8037
8038 2002-07-25 [christoph]  0.8.0claws13
8039
8040         * src/filter.c
8041         * src/folder.[ch]
8042         * src/folderview.c
8043         * src/imap.[ch]
8044         * src/mainwindow.c
8045         * src/mbox_folder.c
8046         * src/mh.c
8047         * src/news.c
8048                 implement imap uid cache and uid validity check
8049
8050 2002-07-25 [alfons]     0.8.0claws12
8051
8052         * src/summaryview.c
8053                 fix a brown paper bag bug, and also add some more
8054                 checks
8055
8056 2002-07-25 [christoph]  0.8.0claws11
8057
8058         * src/folder.c
8059                 don't mix copy, fetch_msginfo and remove
8060                 operations in folder item copy and move
8061                 operations
8062
8063 2002-07-25 [christoph]  0.8.0claws10
8064
8065         * src/folderview.c
8066         * src/mainwindow.c
8067         * src/prefs_folder_item.c
8068         * src/summaryview.[ch]
8069                 remove no longer required parameter update_cache from
8070                 summary_show
8071
8072 2002-07-25 [paul]       0.8.0claws9
8073
8074         * sync with 0.8.1
8075         
8076         * AUTHORS
8077                 a few corrections
8078
8079 2002-07-24 [alfons]     0.8.0claws8
8080
8081         * src/summaryview.c
8082                 sort correctly when using simplified subject line
8083                 (closes feature request "[ 585141 ] applying regexp to subject 
8084                 before sort" submitted by Alexandra Walford)
8085
8086 2002-07-24 [paul]       0.8.0claws7
8087
8088         * sync with 0.8.0cvs3
8089                 see ChangeLog 2002-07-24
8090
8091 2002-07-23 [christoph]  0.8.0claws6
8092
8093         * src/folder.c
8094         * src/folder.h
8095         * src/summaryview.c
8096         * src/summaryview.h
8097         * src/main.c
8098                 o separate processing and summaryview
8099                 o removed summary_write_cache from summaryview
8100                 o removed summaryview->killed_messages, because we don't have
8101                   to keep a list of killed messages anymore. New cache will
8102                   keep the hidden messages in cache anyway
8103         * src/folderview.c
8104         * src/inc.c
8105         * src/selective_download.c
8106                 o removed unnecessary summary_write_cache calls
8107         * src/procmsg.c
8108                 o don't set ignore thread flag in procmsg_get_thread_tree
8109                   if it is already set
8110         * src/mainwindow.c
8111         * src/statusbar.h
8112                 o moved STATUSBAR_PUSH/POP to statusbar.h because
8113                   they are used in different files
8114
8115 2002-07-23 [melvin]     0.8.0claws5
8116
8117         * src/addressbook.c
8118         * src/addrgather.c
8119         * src/editaddress.c
8120         * src/editgroup.c
8121         * src/editldap_basedn.c
8122         * src/importldif.c
8123         * src/prefs_common.c
8124                 Fixed few memory leak (gtk_editable_get_chars returns
8125                 an allocated string)
8126         * src/logwindow.c
8127                 Fixed few memory leak (gtk_editable_get_chars returns
8128                 an allocated string) and modified a little the log cutting
8129                 loop.
8130         * src/compose.c
8131                 Replaced a call to an obsolete function gtk_entry_get_text()
8132                 by gtk_editable_get_chars()
8133         * src/send.c
8134                 Removed a debug printf
8135
8136 2002-07-23 [christoph]  0.8.0claws4
8137
8138         * src/filesel.c
8139                 fix another g_dirname memory leak
8140
8141 2002-07-23 [christoph]  0.8.0claws3
8142
8143         * src/mh.c
8144                 fixed a memory leak in mh_fetch_msginfo
8145                 fixed crash when message header could not be
8146                 parsed
8147
8148 2002-07-23 [paul]       0.8.0claws2
8149
8150         * sync with 0.8.0cvs2
8151                 see ChangeLog 2002-07-23
8152
8153 2002-07-23 [paul]       0.8.0claws1
8154
8155         * sync with 0.8.0cvs1
8156                 see ChangeLog 2002-07-23
8157
8158 2002-07-23 [paul]       0.8.0claws
8159
8160         * release of 0.8.0claws
8161
8162 2002-07-23 [paul]       0.7.8claws99
8163
8164         * po/ru.po
8165                 new Russian translation, submitted by
8166                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
8167
8168 2002-07-22 [jens]       0.7.8claws98
8169
8170         * po/de.po
8171                 Updated German translations.
8172
8173 2002-07-22 [paul]       0.7.8claws97
8174
8175         * po/es.po
8176           po/it.po
8177           po/nl.po
8178           po/pt_BR.po
8179                 updated translations by Ricardo Mones Lastra,
8180                 Alessandro Maestri, Wilbert Berendsen and 
8181                 Fabio Jr. Beneditto respectively
8182
8183 2002-07-22 [christoph]  0.7.8claws96
8184
8185         * src/mimeview.c
8186                 fix memory leak caused by wrong g_dirname usage
8187
8188 2002-07-22 [christoph]  0.7.8claws95
8189
8190         * src/summaryview.c
8191                 update new and unread message counts for summaryview
8192                 summaryview does not get it from the folder anymore
8193                 and has to update the values itself
8194
8195 2002-07-22 [melvin]     0.7.8claws94
8196
8197         * po/fr.po
8198                 Updated French translations.
8199
8200 2002-07-22 [christoph]  0.7.8claws93
8201
8202         * src/matcher.c
8203                 set prop->preg pointer to NULL or following check
8204                 will not fail and regexec will be called with
8205                 invalid pointer
8206
8207 2002-07-21 [alfons]     0.7.8claws92
8208         
8209         * src/prefs_common.[ch]
8210                 remove option "Send return receipt on request"
8211
8212 2002-07-21 [thorsten]   0.7.8claws91
8213
8214         * src/mimeview.c
8215                 fixed memleaks, coding style as pointed out by alfons
8216
8217 2002-07-21 [alfons]     0.7.8claws90
8218
8219         * src/messageview.c
8220         * src/noticeview.[ch]
8221                 o fix bug notice view being displayed when going to empty folder 
8222                   (noticed by Christoph)
8223                 o allow RRR to be sent when restarting sylpheed, or changing folder 
8224                   (noticed by Thorsten)
8225
8226 2002-07-21 [thorsten]   0.7.8claws89
8227
8228         * src/mimeview.c
8229                 Included save_all patch from Xaview FACQ
8230                 added support for pathnames
8231
8232 2002-07-21 [alfons]     0.7.8claws88
8233
8234         * po/POTFILES.in
8235         * src/Makefile.am
8236         * src/mainwindow.c
8237         * src/messageview.[ch]
8238         * src/noticeview.c      ** NEW FILE **
8239         * src/noticeview.h      ** NEW FILE **
8240                 make return receipts work again
8241                 (UI idea by Leandro Pereira)
8242
8243 2002-07-21 [paul]       0.7.8claws87
8244
8245         * src/summaryview.c
8246                 fix sensitivity of 'Select thread'
8247
8248 2002-07-21 [paul]       0.7.8claws86
8249
8250         * src/prefs_common.c
8251                 add browser command line for Galeon
8252
8253 2002-07-21 [paul]       0.7.8claws85
8254
8255         * Makefile.am
8256                 fix 'EXTRA_DIST': remove README.README, add TODO
8257                 and TODO.claws
8258
8259 2002-07-21 [alfons]     0.7.8claws84
8260
8261         * src/gtkstext.c
8262                 make enter clear selection
8263                 (closes "[ 579888 ] Editor selection/entry error"
8264                 reported by Steve Lamb)
8265
8266 2002-07-21 [alfons]     0.7.8claws83
8267         
8268         * src/summaryview.c
8269                 sort message list when selecting unthread messages
8270                 (closes "[ 501593 ] switching threaded view doesn't sort"
8271                 reported by Simon Schubert)
8272
8273 2002-07-20 [alfons]     0.7.8claws82
8274         
8275         * src/matcher.c
8276                 const-correctness
8277
8278 2002-07-20 [thorsten]   0.7.8claws81
8279
8280         * src/matcher.c
8281                 Fixed expansion of empty fields in matchactions
8282
8283 2002-07-19 [melvin]     0.7.8claws80
8284
8285         * src/gtkspell.c
8286                 Removed a duplicate menu entry (fast mode) introduced during
8287                 the new cache merge
8288                 Added a menu separator between 'Use alternate' and 'Fast mode'
8289
8290 2002-07-19 [paul]       0.7.8claws79
8291
8292         * tools/Makefile.am
8293           tools/README
8294                 correct typos
8295
8296 2002-07-19 [thorsten]   0.7.8claws78
8297
8298         * tools/calypso_convert.pl      ** NEW FILE **
8299           tools/README
8300           tools/Makefile.am
8301                 script to import mbox files exported
8302                 by calypso
8303                 o generates folder structure
8304                 o includes attachments
8305
8306 2002-07-19 [melvin]     0.7.8claws77
8307
8308         * src/selective_download.[ch]
8309                 Fixed bug where closing the dialog with the window manager's
8310                 close button will not unlock the summary
8311                 Corrected some function declarations that missed a return value
8312                 Made the source code comply better with coding style.
8313         * src/prefs_common.c
8314                 Added new browser command line for Mozilla.
8315
8316 2002-07-18 [paul]       0.7.8claws76
8317
8318         * src/mainwindow.c
8319           src/selective_download.[ch]
8320                 reflect theme changes, fix Gdk Warning when creating 
8321                 pixmap from NULL window, and minor clean up.
8322                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8323
8324         * po/en_GB.po
8325                 updated
8326
8327 2002-07-17 [paul]       0.7.8claws75
8328
8329         * INSTALL[.jp]
8330                 sync with 0.8.0
8331         
8332         * po/en_GB.po
8333                 updated
8334
8335 2002-07-16 [paul]       0.7.8claws74
8336
8337         * tools/filter_conv.pl
8338           tools/README
8339                 replace conversion script with reimplemented version, 
8340                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
8341
8342 2002-07-16 [colin]      0.7.8claws73
8343
8344         * src/summaryview.c
8345                 remove forgotten debug messages - sorry ;-)
8346
8347 2002-07-16 [colin]      0.7.8claws72
8348
8349         * src/mimeview.c
8350           src/summaryview.c
8351           src/textview.c
8352           src/textview.h
8353                 add the ability to select part of a text mime-part 
8354                 to reply.
8355
8356 2002-07-15 [christoph]  0.7.8claws71
8357
8358         * src/folder.c
8359                 fix folder message count for folders without
8360                 msg_is_changed (includes news folders)
8361
8362 2002-07-15 [martin]     0.7.8claws70
8363
8364         * src/summaryview.c
8365                 option "display recipient on 'From'..." now works
8366                 without the need of enabling the option
8367                 "display  sender  using  address  book".
8368
8369 2002-07-15 [christoph]  0.7.8claws69
8370
8371         * src/summaryview.c
8372                 removed setting folder status from summaryview.
8373                 folder.c should update all message counts correctly.
8374
8375 2002-07-15 [paul]       0.7.8claws68
8376
8377         * po/pt_BR.po
8378                 updated by Fabio Junior Beneditto
8379
8380 2002-07-15 [darko]      0.7.8claws67
8381
8382         * src/mh.c
8383                 Fixed target folder colorization, don't decrease op
8384                 number twice
8385
8386 2002-07-14 [paul]       0.7.8claws66
8387
8388         * sync with main 0.8.0
8389                 see ChangeLog 2002-07-14
8390
8391 2002-07-13 [melvin]     0.7.8claws65
8392         
8393         * src/addrbook.c
8394         * src/addressbook.c
8395         * src/addrindex.c
8396                 Replaced sprintf by g_snprintf to prevent possible buffer
8397                 overflow.
8398         * src/news.c
8399                 Corrected a log message output format.
8400                 Added a missing "done" debug output.
8401         * src/compose.c
8402                 Added keyboard accelerator for Priority menu items
8403                 Added missing \n in debug output
8404         * src/logwindow.c
8405         * src/gtkspell.c
8406         * src/rfc2015.c
8407                 Added missing \n in debug output
8408
8409 2002-07-13 [paul]       0.7.8claws64
8410
8411         * man/sylpheed.1
8412                 change Sergey's email address to the sf address
8413
8414         * src/textview.c
8415                 increase show_url_timeout (more useful for long
8416                 urls)
8417
8418 2002-07-12 [sergey]     0.7.8claws63
8419
8420         * src/rfc2015.c
8421                 applied (with some modifications) patch to set the
8422                 micalg parameter for signatures
8423                 (2001-08-28 Werner Koch <wk@gnupg.org>)
8424
8425 2002-07-12 [sergey]     0.7.8claws62
8426
8427         * man/Makefile.am
8428         * configure.in
8429                 fixed man page installation
8430
8431 2002-07-12 [paul]       0.7.8claws61
8432
8433         * sync with 0.7.8cvs26
8434                 see ChangeLog 2002-07-11 and 2002-07-12
8435
8436 2002-07-11 [christoph]  0.7.8claws60
8437
8438         * src/compose.c
8439         * src/procmsg.c
8440                 first use the message number to find the message
8441                 to mark with a reply flag but check the
8442                 message-id if we got the correct message, if not
8443                 try to find it by message-id.
8444                 use new string seperator that is not allowed
8445                 in message-ids.
8446
8447 2002-07-11 [paul]       0.7.8claws59
8448
8449         * sync with 0.7.8cvs23
8450                 see ChangeLog 2002-07-10
8451
8452 2002-07-10 [christoph]  0.7.8claws58
8453
8454         * src/folder.[ch]
8455         * src/msgcache.[ch]
8456                 Added message-id table to the cache in memory
8457                 and functions to msgcache.c and folder.c to
8458                 fetch MsgInfos by message id
8459         * src/compose.c
8460         * src/procmsg.c
8461                 store folder and message-id of message replying
8462                 to in queue header and set reply flag after sending
8463                 (Closes bug #469498)
8464
8465 2002-07-10 [paul]       0.7.8claws57
8466
8467         * AUTHORS
8468           man/sylpheed.1.gz
8469                 add Martin to the list of authors
8470
8471 2002-07-09 [martin]     0.7.8claws56
8472         * src/gtksctree.c
8473                 Added gtk_ctree_last_visible(), tree_update_level(),
8474                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
8475                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8476                 from gtk+ to gtksctree.c for the new sorting code
8477                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
8478                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
8479         * src/gtksctree.h
8480                 Added declaration for gtk_sctree_sort_recursive() and
8481                 gtk_sctree_sort_node
8482         * src/addressbook.c
8483         * src/foldersel.c
8484         * src/folderview.c
8485         * src/summaryview.c
8486                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8487                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
8488
8489 2002-07-08 [paul]       0.7.8claws55
8490
8491         * more sync with 0.7.8cvs21
8492                 see ChangeLog 2002-07-08
8493
8494 2002-07-08 [paul]       0.7.8claws54
8495
8496         * sync with 0.7.8cvs21
8497                 see ChangeLog 2002-07-08
8498
8499 2002-07-07 [alfons]     0.7.8claws53
8500
8501         * src/Makefile.am
8502         * src/stock_pixmap.[ch]
8503         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
8504         * src/pixmaps/notice_error.xpm  ** NEW FILE **
8505         * src/pixmaps/notice_note.xpm   ** NEW FILE **
8506                 add new pixmaps for upcoming notice pane
8507
8508 2002-07-06 [melvin]     0.7.8claws52
8509
8510         * src/gtkspell.[ch]
8511                 Made them a bit closer to Sylpheed's coding style.
8512                 Removed old code.
8513                 Removed possible memory leaks when some errors occurs.
8514
8515 2002-07-06 [melvin]     0.7.8claws51
8516
8517         * po/Makefile.in.in
8518                 Removed --no-location in xgettext command line to help
8519                 translators that use Emacs' po-mode
8520         * src/quote_fmt.c
8521                 Removed unnecessary comments that messed up sylpheed.pot
8522
8523 2002-07-06 [paul]       0.7.8claws50
8524
8525         * sync with 0.7.8cvs19
8526                 see ChangeLog 2002-07-05
8527
8528 2002-07-06 [christoph]  0.7.8claws49
8529
8530         * src/folder.c
8531         * src/mainwindow.c
8532                 fix folder_item_remove_all_msg and folderview
8533                 status for trash folders after emptying trash
8534
8535 2002-07-05 [paul]       0.7.8claws48
8536
8537         * sync with 0.7.8cvs16
8538                 see ChangeLog 2002-07-04 and 2002-07-05
8539
8540 2002-07-04 [paul]       0.7.8claws47
8541
8542         * sync with 0.7.8cvs14
8543                 see  ChangeLog 2002-07-04
8544
8545 2002-07-03 [alfons]     0.7.8claws46
8546
8547         * src/folder.c
8548                 dupe folder item's path because it's being reallocated
8549                 by new folder scanning code
8550
8551 2002-07-03 [christoph]  0.7.8claws45
8552
8553         * src/imap.c
8554                 better IMAP uid fetching using 'FETCH 1:* (UID)'
8555         * src/msgcache.c
8556                 add missing return in msgcache_write
8557
8558 2002-07-02 [thorsten]   0.7.8claws44
8559
8560         * src/jpilot.c
8561         * src/msgcache.c
8562         * src/rfc2015.c
8563                 use binary mode for file access
8564
8565 2002-07-02 [christoph]  0.7.8claws43
8566
8567         * major code cleanup (part 1)
8568         
8569                 - unused variables removed
8570                 - unused functions removed
8571                 - uninitialized variables checked
8572                 - missing return statements added
8573                 - missing function return types added
8574                 - added parentheses around assignment and
8575                   && in || when suggested by gcc
8576               
8577         * src/mh.c
8578         * src/folder.c
8579                 replaced direct calls to folder->scan_tree
8580                 with folder_scan_tree and restore folder
8581                 prefs in this function. The folder should
8582                 not have to deal with them.
8583                 ( Should now work for all folder types )
8584
8585 2002-07-02 [paul]       0.7.8claws42
8586
8587         * sync with 0.7.8cvs13
8588                 see ChangeLog 2002-07-01 and 2002-07-02
8589
8590 2002-07-01 [christoph]  0.7.8claws41
8591
8592         * src/summaryview.c
8593                 fix "goto next/prev unread message" with
8594                 ignored threads
8595
8596 2002-07-01 [paul]       0.7.8claws40
8597
8598         * po/es.po
8599                 updated by Ricardo Mones Lastra
8600
8601 2002-06-30 [match]      0.7.8claws39
8602
8603         * src/jpilot.c
8604                 applied variation of leonerd's patch (566661) to
8605                 allow multiple email addresses per JPilot entry.
8606                 addresses may be separated by space, comma, pipe,
8607                 semi-colon, new-line.
8608
8609 2002-06-30 [alfons]     0.7.8claws38
8610
8611         * src/procmsg.c
8612                 simple fix for putting older nodes before
8613                 newer nodes when threading by subject
8614
8615 2002-06-30 [christoph]  0.7.8claws37
8616
8617         * src/folder.c
8618         * src/folderview.c
8619         * src/mh.c
8620         * src/news.c
8621         * src/procmsg.c
8622                 fix broken folder tree rescaning
8623                 and don't use procmsg_get_mark_sum
8624                 anymore
8625
8626 2002-06-30 [christoph]  0.7.8claws36
8627
8628         * merge new cache branch
8629         * src/imap.c
8630                 fix new cache imap copy bug
8631         * src/folder.c
8632                 improved folder_item_scan
8633                 it should now always set the correct
8634                 new, unread and total message counts
8635
8636 2002-06-29 [paul]       0.7.8claws35
8637
8638         * configure.in
8639                 correct syntax error
8640
8641 2002-06-29 [paul]       0.7.8claws34
8642
8643         * configure.in
8644           Makefile.am
8645           man/Makefile.am       ** NEW FILE **
8646           man/sylpheed.1.gz     ** NEW FILE **
8647                 add Sylpheed man page
8648
8649 2002-06-29 [paul]       0.7.8claws33
8650
8651         * po/pt_BR.po
8652                 updated by Fabio Junior Beneditto
8653
8654 2002-06-28 [jens]       0.7.8claws32
8655
8656         * po/de.po
8657                 translation updated
8658
8659         * src/selective_download.c
8660                 removed gettext for space " "
8661
8662         * src/imap.c
8663                 removed wrong space
8664
8665 2002-06-28 [paul]       0.7.8claws31
8666
8667         * sync with 0.7.8cvs11
8668                 see ChangeLog 2002-06-28
8669
8670 2002-06-28 [paul]       0.7.8claws30
8671
8672         * sync with 0.7.8cvs10
8673                 see ChangeLog 2002-06-27 and 2002-06-28
8674
8675 2002-06-26 [paul]       0.7.8claws29
8676
8677         * src/addrgather.c
8678           src/selective_download.c
8679                 don't gettextise empty strings.
8680                 reserved by gettext. gettext("") returns 
8681                 the header entry with meta information, 
8682                 not the empty string
8683
8684         * po/en_GB.po
8685                 updated
8686
8687 2002-06-26 [paul]       0.7.8claws28
8688
8689         * sync with 0.7.8cvs7
8690                 see ChangeLog 2002-06-25
8691
8692         * src/prefs_common.c
8693                 ...and in the process, tweak the gui a little
8694
8695 2002-06-25 [alfons]     0.7.8claws27
8696         
8697         * configure.in
8698         * src/Makefile.am
8699                 fine tune ldap library detection
8700
8701 2002-06-25 [alfons]     0.7.8claws26
8702
8703         * src/compose.c
8704                 don't allow return receipts when composing a news article
8705
8706 2002-06-25 [paul]       0.7.8claws25
8707
8708         * Makefile.am
8709                 add '$(AMTAR)' to 'release' section to allow for
8710                 new and older autotools
8711
8712 2002-06-25 [paul]       0.7.8claws24
8713
8714         * src/summaryview.c
8715                 fix "No more unread messages" persistant pop-up
8716                 window bug
8717
8718 2002-06-25 [paul]       0.7.8claws23
8719
8720         * po/it.po
8721                 updated by Alessandro Maestri
8722
8723 2002-06-25 [paul]       0.7.8claws22
8724
8725         * sync with 0.7.8cvs6
8726                 see ChangeLog 2002-06-25
8727
8728 2002-06-24 [paul]       0.7.8claws21
8729
8730         * tools/update-po
8731                 add GPL copyright information
8732
8733 2002-06-24 [paul]       0.7.8claws20
8734
8735         * tools/Makefile.am
8736           tools/README
8737           tools/update-po       ** NEW FILE **
8738                 add script that eases the creation of *.po files
8739                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
8740
8741 2002-06-23 [alfons]     0.7.8claws19
8742
8743         * src/messageview.c
8744                 make notification_convert_header obey const correctness
8745                 (next step will be fixing the broken return receipt)
8746
8747 2002-06-23 [paul]       0.7.8claws18
8748
8749         * src/messageview.c
8750                 fix bug introduced in last commit:
8751                 removed too much code in last commit - put back what's
8752                 needed
8753
8754 2002-06-23 [paul]       0.7.8claws17
8755
8756         * src/messageview.[ch]
8757                 remove code committed in error from locally patched
8758                 source
8759
8760 2002-06-23 [colin]      0.7.8claws16
8761
8762         * src/compose.[ch]
8763                 add compose_entry_select(), used to select the default_to
8764                 email address - hopefully avoiding people sending mails to
8765                 wrong recipients.
8766
8767 2002-06-22 [alfons]     0.7.8claws15
8768
8769         * AUTHORS
8770                 add Bram Metsch & Stanislav Karchebny
8771         * src/smtp.[ch]
8772         * src/prefs_account.[ch]
8773         * src/send.c
8774                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
8775                   options.  (see <http://sourceforge.net/tracker/index.php
8776                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
8777
8778                 - merge Stanislav's fix to make SMTP AUTH work with qmail
8779                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
8780
8781 2002-06-22 [paul]       0.7.8claws14
8782
8783         * sync with 0.7.8cvs5
8784                 see ChangeLog 2002-06-19 and 2002-06-20
8785
8786 2002-06-22 [alfons]     0.7.8claws13
8787
8788         * src/selective_download.c
8789                 fix a stupid mistake I made
8790
8791 2002-06-22 [alfons]     0.7.8claws12
8792
8793         * src/selective_download.[ch]
8794                 fix another unnoticed leak; cleanup code
8795
8796 2002-06-21 [alfons]
8797
8798         * tools/Makefile.am
8799                 gpg-sign <-- gpg-sign-syl
8800
8801 2002-06-21 [alfons]     0.7.8claws11
8802
8803         * src/selective_download.c
8804         * src/selective_download.h
8805                 fix assorted mix of allocation errors (should solve
8806                 problem reported by Philippe Gramoullé, see:
8807                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
8808
8809 2002-06-20 [melvin]     0.7.8claws10
8810
8811         * tools/gpg-sign *REMOVED*
8812           tools/gpg-sign-syl *ADDED*
8813                 Replaced the gpg clearsigning script with the version using
8814                 xterm instead of ssh-askpass and changed its name.
8815
8816         * README.claws
8817                 Updated actions example to reflect the renaming of the
8818                 gpg clearsigning script.
8819
8820 2002-06-19 [paul]       0.7.8claws9
8821
8822         * sync with 0.7.8claws9
8823                 see ChangeLog 2002-06-18 and 2002-06-19
8824
8825 2002-06-19 [paul]       0.7.8claws8
8826
8827         * sync with 0.7.8cvs1
8828                 see ChangeLog 2002-06-18
8829
8830 2002-06-18 [alfons]     0.7.8claws7
8831
8832         * src/mainwindow.h
8833                 add omitted prototype
8834
8835 2002-06-17 [paul]       0.7.8claws6
8836
8837         * src/mainwindow.c
8838                 fix hiding of exec_btn
8839
8840 2002-06-17 [paul]       0.7.8claws5
8841
8842         * src/pop.c
8843                 remove unneeded code: should_delete() 
8844                 and Pop3State::uidl_todelete_list
8845
8846 2002-06-17 [paul]       0.7.8claws4
8847
8848         * sync with 0.7.8
8849                 see ChangeLog 2002-06-11 and 2002-06-13
8850
8851 2002-06-16 [alfons]     0.7.8claws3
8852         
8853         * src/folder.c
8854                 make sure lock sort mode (claws specific) is
8855                 also persists after a tree rescan
8856
8857 2002-06-16 [alfons]     0.7.8claws2
8858
8859         * src/prefs_folder_item.c
8860         * src/folder.[ch]
8861                 fix persistence of folder sort mode (broken
8862                 by adapting Hiro's new folder persistence code)
8863
8864 2002-06-16 [alfons]     0.7.8claws1
8865
8866         * AUTHORS
8867         * src/logwindow.c
8868         * src/prefscommon.[ch]
8869                 control size of log text in log window; 
8870                 closes patch #569155 submitted by Mitko Haralanov.
8871
8872 2002-06-15 [paul]       0.7.8claws
8873
8874         * release of 0.7.8claws
8875
8876 2002-06-15 [paul]       0.7.7claws
8877
8878         * po/pt_BR.po
8879                 updated by Fabio Junior Beneditto
8880
8881 2002-06-14 [paul]       0.7.6claws49
8882
8883         * po/es.po
8884                 updated by Ricardo Mones Lastra
8885
8886 2002-06-14 [paul]       0.7.6claws48
8887
8888         * po/nl.po
8889                 updated translation by Wilbert Berendsen
8890
8891 2002-06-14 [melvin]     0.7.6claws47
8892
8893         * po/fr.po
8894                 Updated French translation
8895
8896 2002-06-13 [paul]       0.7.6claws46
8897
8898         * src/filesel.c
8899                 allow filename to be typed in, rather than just
8900                 selected by the mouse. Patch by Gustavo Noronha Silva.
8901
8902 2002-06-13 [alfons]     0.7.6claws45
8903
8904         * src/mainwindow.[ch]
8905                 more cleanups (removing unnecessary menu items Expand 
8906                 summary / message view)
8907
8908 2002-06-13 [melvin]     0.7.6claws44
8909
8910         * po/POTFILES.in
8911                 Added src/string_match.c
8912         * src/string_match.c
8913                 Fixed possible buffer overflow.
8914                 Corrected typo.
8915                 Added missing config.h header.
8916         * src/prefs_common.c
8917           src/prefs_matcher.c
8918           src/prefs_scoring.c
8919                 Made some strings translatable (missing _(..)).
8920
8921 2002-06-13 [melvin]     0.7.6claws43
8922
8923         * README.claws
8924                 Corrected action example (verifying clearsigned mail).
8925         * src/prefs_account.c
8926                 Corrected typo.
8927         * src/prefs_common.c
8928                 Removed incorrect line that generated a Gtk-CRITICAL msg.
8929
8930 2002-06-12 [alfons]     0.7.6claws42
8931
8932         * src/summaryview.c
8933                 add init of score column lost in 0.7.6claws42
8934
8935 2002-06-12 [paul]       0.7.6claws41
8936
8937         * src/prefs_account.c
8938                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
8939                 behavior of the radio buttons, (from 0.7.7cvs2)
8940
8941 2002-06-11 [alfons]     0.7.6claws40
8942
8943         * src/messageview.[ch]
8944         * src/summaryview.[ch]
8945         * src/summary_search.c
8946         * src/mainwindow.c
8947                 perform a sync to bring in Hiro's separate view implementation 
8948
8949                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
8950
8951 2002-06-11 [paul]       0.7.6claws39
8952         
8953         * src/prefs_account.c
8954                 correct a typo on the Receive tab
8955
8956 2002-06-10 [match]      0.7.6claws38
8957
8958         * src/addressbook.c
8959                 Included address completion patch from Gustavo Noronha.
8960
8961 2002-06-10 [paul]       0.7.6claws37
8962
8963         * src/inc.[ch]
8964           src/pop.c
8965           src/prefs_account.[ch]
8966           src/selective_download.[ch]
8967                 apply PATCH #561712
8968                  NEW:
8969                 - check if POP Account
8970                 - Receive Button renamed to Preview
8971                 - Preview Button Popup: preview new/all messages
8972                 - Download Button
8973                 - Account Preferences-->Receive tab checkbutton if you
8974                   want to remove Mail after Download
8975                 -: default YES
8976                 - Account Preferences-->Receive tab checkbutton use
8977                   filtering rules on preview
8978                   (think of delete_on_server)
8979                 -: default YES
8980                 - Account selectable from SD dialog
8981                 - checkbutton to show already downloaded messages if
8982                   all messages are previewed
8983                 - new clist column showing Date
8984                 - ESC KEY close
8985                 FIXES:
8986                 - play ball with UIDL
8987                 - fault tolerant (?) 
8988                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8989
8990 2002-06-10 [melvin]     0.7.6claws36
8991
8992         * README.claws
8993                 Added a hint to ac/README in cvs instructions.
8994
8995         * src/prefs_actions.c
8996                 Made it possible to use a more elaborate command line
8997                 for asynchronous actions, too.
8998
8999 2002-06-10 [melvin]     0.7.6claws35
9000         
9001         * src/prefs_actions.c
9002                 Make it possible to use a more elaborate command line
9003                 (e.g. |foo|bar|cat>there;echo Done|)
9004                 Corrected error message when calling %f, %F and %p commands
9005                 from the compose window.
9006
9007 2002-06-09 [colin]      0.7.6claws34
9008
9009         * src/summaryview.c
9010                 Automatically find unread messages in current folder
9011                 before annoying the user.
9012
9013 2002-06-08 [alfons]     0.7.6claws33
9014
9015         * po/it.po
9016                 remove bad formatting string in it.po translation
9017                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
9018
9019 2002-06-08 [paul]       0.7.6claws32
9020
9021         * sync with 0.7.6cvs25
9022                 see ChangeLog 2002-06-07
9023
9024 2002-06-05 [paul]       0.7.6claws31
9025
9026         * src/mainwindow.c
9027                 add 'Sort by locked' and 'Sort by score'
9028
9029 2002-06-05 [paul]       0.7.6claws30
9030
9031         * sync with 0.7.6cvs24
9032                 see ChangeLog 2002-06-04
9033
9034 2002-06-04 [paul]       0.7.6claws29
9035
9036         * po/pt_BR.po
9037                 updated by Fabio Junior Beneditto
9038
9039 2002-06-03 [thorsten]   0.7.6claws28
9040
9041         * src/matcher.c
9042                 fclose() matcherrc after reading
9043
9044 2002-06-03 [paul]       0.7.6claws27
9045
9046         * sync with 0.7.6cvs21
9047                 see ChangeLog 2002-05-31
9048
9049 2002-05-31 [paul]       0.7.6claws26
9050
9051         * sync with 0.7.6cvs20
9052                 see ChangeLog 2002-05-29 and 2002-05-30
9053
9054 2002-05-31 [paul]       0.7.6claws25
9055
9056         * src/imap.c
9057                 hopefully fix last buggy sync
9058
9059         * README.claws
9060                 correct typo in 'Actions' examples
9061
9062 2002-05-29 [paul]       0.7.6claws24
9063
9064         * sync with 0.7.6cvs18
9065                 see ChangeLog 2002-05-28 and 2002-05-29
9066
9067         * src/news.c
9068           src/nntp.[ch]
9069                 sync with above 
9070
9071 2002-05-28 [paul]       0.7.6claws23
9072
9073         * sync with 0.7.6cvs16
9074                 see ChangeLog 2002-05-28
9075
9076 2002-05-27 [thorsten]   0.7.6claws22 
9077
9078         * faq/it/sylpheed-faq-1.html
9079           faq/it/sylpheed-faq-2.html
9080           faq/it/sylpheed-faq-3.html
9081           faq/it/sylpheed-faq.html
9082                 corrected DOS lineendings
9083         * faq/de/sylpheed-faq-1.html
9084           faq/de/sylpheed-faq-2.html
9085           faq/en/sylpheed-faq-1.html
9086           faq/en/sylpheed-faq-2.html
9087           faq/en/sylpheed-faq-3.html
9088           faq/es/sylpheed-faq-1.html
9089           faq/es/sylpheed-faq-2.html
9090           faq/es/sylpheed-faq-3.html
9091           faq/fr/sylpheed-faq-1.html
9092           faq/it/sylpheed-faq-1.html
9093           faq/it/sylpheed-faq-2.html
9094           faq/it/sylpheed-faq-3.html
9095           faq/it/sylpheed-faq.html
9096                 changed ">" to &quot;
9097
9098 2002-05-27 [paul]       0.7.6claws21
9099         
9100         * sync with 0.7.6cvs15
9101                 see ChangeLog 2002-05-27
9102
9103 2002-05-27 [paul]       0.7.6claws20
9104
9105         * src/prefs_account.c
9106                 correct a typo
9107
9108 2002-05-26 [paul]       0.7.6claws19
9109
9110         * tools/README
9111                 correct a typo
9112
9113 2002-05-25 [paul]       0.7.6claws18
9114
9115         * tools/README
9116                 add description of kmail2sylpheed.pl
9117
9118 2002-05-25 [paul]       0.7.6claws17
9119
9120         * tools/kmail2sylpheed.pl       ** NEW FILE **
9121                 perl script that converts an exported Kmail address
9122                 book, converts it to sylpheed addressbook file,
9123                 writes the file to .sylpheed, and updates
9124                 addrbook--index.xml 
9125
9126 2002-05-25 [paul]       0.7.6claws16
9127
9128         * sync with 0.7.6cvs14
9129                 see ChangeLog 2002-05-23
9130
9131 2002-05-24 [paul]       0.7.6claws15
9132
9133         * README.claws
9134                 make a correction and add some more info
9135
9136 2002-05-24 [paul]       0.7.6claws14
9137
9138         * src/compose.c
9139                 fix memory leak in 
9140                 compose_redirect_write_headers_from_headerlist()
9141                 add Subject and Resent-Message-ID to
9142                 compose_redirect_write_headers()
9143                 Received, Subject, and X-UIDL are filtered out in 
9144                 compose_redirect_write_to_file()
9145
9146 2002-05-23 [paul]       0.7.6claws13
9147
9148         * src/compose.[ch]
9149           src/filtering.c
9150           src/mainwindow.c
9151           src/matcher.[ch]
9152           src/matcher_parser_lex.l
9153           src/matcher_parser_parse.y
9154           src/prefs_common.[ch]
9155           src/prefs_filtering.c
9156           src/summaryview.c
9157                 rename 'Bounce' to 'Redirect'
9158
9159 2002-05-23 [paul]       0.7.6claws12
9160
9161         * more sync with 0.7.6cvs13
9162           src/compose.c
9163                 see ChangeLog 2002-05-22
9164
9165 2002-05-22 [paul]       0.7.6claws11
9166
9167         * sync with 0.7.6cvs13
9168           src/codeconv.c
9169                 see ChangeLog 2002-05-20
9170           src/prefs_common.c
9171                 see ChangeLog 2002-05-22
9172
9173 2002-05-21 [melvin]     0.7.6claws10
9174
9175         * src/folderview.c
9176                 Added missing filtering and scoring headers
9177                 Fixed bad function call that showed garbage 
9178                 in Folder->Processing
9179
9180 2002-05-21 [paul]       0.7.6claws9
9181
9182         * tools/Makefile.am
9183                 make all tools executable, (patch by Alfons).
9184
9185 2002-05-20 [alfons]     0.7.6claws8
9186
9187         * src/procheader.c
9188                 don't forget to call mktime() so we have a valid week 
9189                 and year day
9190                 (Bug report by Roger Sondermann <mail@jumaros.de>)
9191
9192 2002-05-20 [paul]       0.7.6claws7
9193
9194         * src/html.c
9195                 fix broken parsing of urls
9196         * src/textview.c
9197                 fix displaying of urls
9198
9199                 both fixes from the patch [547855] by Eugene 
9200                 Brevdo (zonem)
9201
9202 2002-05-19 [alfons]     0.7.6claws6
9203
9204         * configure.in
9205                 make sylpheed configure correctly with the latest
9206                 and greatest of automake / autoconf / gettext
9207
9208 2002-05-19 [alfons]     0.7.6claws5
9209
9210         * src/procheader.c
9211         * src/procheader.h
9212                 add function for returning ime zone offset
9213         * src/quote_fmt.c
9214         * src/quote_fmt_parse.y
9215                 better quotation formatting - does not convert
9216                 to local time, but uses the original date string.
9217                 
9218                 Note: %z inserts the timezone offset (should 
9219                 work also on platforms where strftime does not
9220                 support %z).
9221
9222 2002-05-18 [christoph]  0.7.6claws4
9223
9224         * src/summaryview.c
9225                 fix indentation of some code
9226         * tools/Makefile.am
9227                 fix spaces after \
9228         * src/Makefile.am
9229                 add missing \
9230                 correct path for ignorethread.xpm
9231                 incorrect filename for sylpheed_logo.xpm
9232                 add missing include matcher_parser_parse.h
9233
9234 2002-05-18 [paul]       0.7.6claws3
9235
9236         * sync with 0.7.6cvs8
9237                 see ChangeLog 2002-05-16 and 2002-05-17
9238
9239 2002-05-18 [melvin]     0.7.6claws2
9240
9241         * README.claws
9242                 Corrected an action's definition and fixed some misspellings.
9243
9244 2002-05-18 [paul]       0.7.6claws1
9245
9246         * tools/Makefile.am
9247           tools/gpg-sign        ** new file **
9248           tools/uudec           ** new file **
9249                 add Melvin's Actions scripts
9250
9251         * README.claws
9252                 add Melvin's descriptions for Actions
9253
9254 2002-05-18 [paul]       0.7.6claws
9255
9256         * Version 0.7.6claws released
9257
9258 2002-05-17 [paul]       0.7.5claws32
9259
9260         * po/es.po
9261                 updated by Ricardo Mones Lastra
9262
9263 2002-05-17 [paul]       0.7.5claws31
9264
9265         * src/compose.c
9266                 fix Account prefs default folder for sent/draft/deleted
9267                 messages bug
9268
9269         * po/it.po
9270           po/nl.po
9271                 updated translation by Alessandro Maestri and
9272                 Wilbert Berendsen
9273
9274 2002-05-17 [melvin]     0.7.5claws30
9275
9276         * src/prefs_actions.c
9277                 Fixed bug where using %F not at the end of the command 
9278                 resulted in an additional empty argument being created.
9279                 Thanks to Darko Koruga for reporting the bug.
9280
9281 2002-05-17 [melvin]     0.7.5claws29
9282
9283         * po/fr.po
9284                 Updated French translations.
9285
9286 2002-05-15 [paul]       0.7.5claws28
9287         
9288         * po/es.po
9289                 updated by Ricardo Mones Lastra
9290
9291 2002-05-15 [paul]       0.7.5claws27
9292
9293         * sync with 0.7.6cvs4
9294                 see ChangeLog 2002-05-14 and 2002-05-15
9295
9296 2002-05-14 [paul]       0.7.5claws26
9297
9298         * sync with 0.7.6cvs1
9299                 see ChangeLog 2002-05-13
9300
9301 2002-05-13 [thorsten]   0.7.5claws25
9302
9303         * src/messageview.c
9304                 fix select_all and copy in multipart messages
9305         * src/mainwindow.c
9306                 fix select_all and copy in multipart messages
9307
9308 2002-05-12 [paul]       0.7.5claws24
9309
9310         * src/summaryview.c
9311                 reverse last commit, bug already fixed in 0.7.5claws3
9312
9313 2002-05-12 [netztorte]  0.7.5claws23
9314
9315         * src/summaryview.c
9316                 dont parse empty addressbook (checked in before claws20)
9317
9318 2002-05-12 [melvin]     0.7.5claws22
9319
9320         * src/procmsg.[ch]
9321                 Removed unneeded priority code introduced by the previous 
9322                 commit.
9323
9324 2002-05-12 [melvin]     0.7.5claws21
9325
9326         * src/compose.[ch]
9327                 Added possibility to set message's priority.
9328         * src/procmsg.[ch]
9329                 Added possibility to set message's priority.
9330                 Added missing headers
9331
9332 2002-05-12 [melvin]     0.7.5claws20
9333
9334         * src/prefs_actions.c
9335                 Removed implicitely added quotes around the name
9336                 of the temporary files of mime parts.
9337
9338 2002-05-12 [paul]       0.7.5claws19
9339
9340         * sync with 0.7.5cvs20
9341                 see ChangeLog 2002-05-11
9342
9343 2002-05-12 [alfons]     0.7.5claws18
9344
9345         * src/quote_fmt_lex.l
9346         * src/quote_fmt_parse.y
9347                 allow quote / reply date & time format to be set using
9348                 %D{format}. format is a format string you'd pass to
9349                 strftime() (see man strftime, or the Display tab |
9350                 Date format setting).
9351
9352                 Currently %D converts the date to local time. 
9353
9354 2002-05-11 [paul]       0.7.5claws17
9355
9356         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
9357                 see ChangeLog 2002-05-10 and 2002-05-11
9358
9359 2002-05-10 [paul]       0.7.5claws16
9360
9361         * sync with 0.7.5cvs16
9362                 see ChangeLog entries 2002-05-09 and 
9363                 2002-05-10
9364
9365 2002-05-10 [colin]      0.7.5claws15
9366
9367         * src/textview.c
9368                 Corrected a bug that prevented sylpheed to open
9369                 double-clicked URIs.
9370
9371 2002-05-09 [paul]       0.7.5claws14
9372
9373         * sync with 0.7.5cvs14
9374                 see ChangeLog 2002-05-08 and 2002-05-09
9375
9376 2002-05-08 [paul]       0.7.5claws13
9377
9378         * sync with 0.7.5cvs11
9379                 see ChangeLog entry 2002-05-08
9380
9381 2002-05-08 [paul]       0.7.5claws12
9382
9383         * src/mainwindow.c
9384           src/textview.[ch]
9385                 fix segfault on View->Open in new window
9386                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9387
9388 2002-05-07 [paul]       0.7.5claws11
9389
9390         * sync with 0.7.5cvs9
9391                 see ChangeLog entry 2002-05-07
9392
9393 2002-05-06 [paul]       0.7.5claws10
9394
9395         * src/messageview.c
9396           src/textview.c
9397                 display url in statusbar on single-click
9398                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9399
9400 2002-05-06 [match]      0.7.5claws9
9401
9402         * src/addritem.[ch]
9403                 new functions.
9404         * src/addrcache.c
9405                 tidy up.
9406         * src/xmlprops.[ch]
9407                 XML implementation of properties file.
9408         * src/exporthtml.[ch]
9409         * src/expthtmldlg.[ch]
9410         * src/addressbook.c
9411                 export to HTML.
9412
9413 2002-05-02 [sergey]     0.7.5claws8
9414
9415         * src/mainwindow.c (mainwin_entries),
9416           src/prefs_common.c (prefs_send_create()),
9417           src/codeconv.c (locale_table):
9418                 use charset name "Windows-1251" instead of "CP1251".
9419
9420 2002-05-02 [colin]      0.7.5claws7
9421         
9422         * src/compose.c
9423           src/prefs_common.c
9424           src/prefs_folder_item.c
9425                 Fixed cosmetics bugs due to Outbox renamed to Sent.
9426
9427 2002-05-02 [hiro]       0.7.5claws6
9428
9429         * src/imap.c
9430                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
9431
9432 2002-05-02 [paul]       0.7.5claws5
9433
9434         * src/compose.c
9435                 more sync with 0.7.5cvs7, see ChangeLog entry
9436                 2002-05-02
9437
9438 2002-05-02 [hiro]       0.7.5claws4
9439
9440         * src/compose.c
9441                 compose_queue_sub():
9442                 check if queue folder exists (closes #550397).
9443                 removed directory creation since it should be handled
9444                 transparently.
9445         * src/imap.c
9446                 imap_add_msg(): return UID for appended message
9447                 (closes #548842).
9448
9449 2002-04-30 [paul]       0.7.5claws3
9450
9451         * src/summaryview.c
9452                 fix account_find_from_address() bug
9453
9454 2002-04-28 [colin]      0.7.5claws2
9455
9456         * src/compose.c
9457           src/textview.c
9458           src/prefs_common.[ch]
9459           src/utils.[ch]
9460                 Added user-definable quotation characters recognition.
9461
9462 2002-04-28 [paul]       0.7.5claws1
9463
9464         * sync with 0.7.5cvs4
9465                 see ChangeLog entry  2002-04-25
9466
9467 2002-04-28 [paul]       0.7.5claws
9468
9469         * po/es.po
9470           po/nl.po
9471           po/pt_BR.po
9472                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
9473                 Fabio Junior Beneditto
9474
9475 2002-04-27 [jens]       0.7.4claws103
9476
9477         * po/de.po
9478                 updated German translation.
9479
9480 2002-04-27 [hiro]       0.7.4claws102
9481
9482         * src/summaryview.c
9483                 summary_write_cache(): fixed the mark loss of hidden messages.
9484
9485 2002-04-26 [melvin]     0.7.4claws101
9486
9487         * src/procmsg.c
9488                 fixed a second typo (same one)
9489         * po/fr.po
9490           po/it.po
9491           po/pt_BR.po
9492                 fixed the type again...
9493
9494 2002-04-26 [melvin]     0.7.4claws100
9495
9496         * src/procmsg.c
9497                 fixed a typo in an alert message ("temorary").
9498         * po/it.po
9499         * po/pt_BR.po
9500                 corrected the typo  described above.
9501         * po/fr.po
9502                 updated French translation.
9503
9504 2002-04-26 [darko]      0.7.4claws99
9505
9506         * src/summaryview.c
9507                 fix target folder colorization
9508
9509 2002-04-25 [paul]       0.7.4claws98
9510
9511         * po/it.po
9512                 updated by Alessandro Maestri
9513
9514 2002-04-24 [colin]      0.7.4claws97
9515         
9516         * src/compose.c
9517                 Fixed double "subject is empty" question.
9518
9519 2002-04-23 [colin]      0.7.4claws96
9520         
9521         * src/mimeview.c
9522                 Corrected issue when "automatically display images" was
9523                 not set : first image remained after selecting second.
9524
9525 2002-04-23 [melvin]     0.7.4claws95
9526
9527         * src/prefs_actions.c
9528                 Don't display in/out dialog if there is nothing to show.
9529
9530 2002-04-23 [paul]       0.7.4claws94
9531
9532         * sync with 0.7.5cvs3
9533                 bug fixes: see ChangeLog entry 2002-04-23
9534
9535 2002-04-22 [darko]      0.7.4claws93
9536
9537         * src/compose.c
9538                 fix previous check-in which changed code after
9539                 merge from main
9540
9541 2002-04-22 [paul]       0.7.4claws92
9542
9543         * faq/de/*
9544                 add German FAQ
9545         * faq/en/*
9546           faq/es/*
9547           faq/fr/*
9548                 update English, Spanish and French FAQs
9549         * manual/de/*
9550           manual/es/*
9551                 add German and Spanish manuals
9552         * manual/en/*
9553           manual/fr/*
9554                 update English and French manuals
9555
9556         * src/Makefile.am
9557                 add to and re-arrange the pixmap entries
9558
9559 2002-04-22 [darko]      0.7.4claws91
9560
9561         * src/compose.c
9562                 fix sender initials recognition to only allow
9563                 '>' after the initials
9564
9565 2002-04-21 [paul]       0.7.4claws90
9566
9567         * sync with 0.7.5 release
9568                 see ChangeLog entry 2002-04-21
9569
9570 2002-04-21 [alfons]
9571
9572         * src/Makefile.am
9573                 add colin's new pixmaps to EXTRA_DIST
9574
9575 2002-04-21 [colin]      0.7.4claws89
9576         * src/compose.c
9577         * src/inc.c
9578         * src/mainwindow.[ch]
9579         * src/prefs_common.[ch]
9580         * src/stock_pixmap.[ch]
9581                 Added "Work offline" ability.
9582
9583 2002-04-21 [colin]      0.7.4claws88
9584         
9585         * src/mimeview.c
9586         * src/prefs_common.c
9587         * src/prefs_common.h
9588         * src/textview.c : Added an option to common preferences -> display
9589           to allow user not to automatically display images.
9590
9591 2002-04-21 [paul]       0.7.4claws87
9592
9593         * sync with 0.7.4cvs52
9594                 see ChangeLog entry 2002-04-21 (src/imap.c)
9595
9596 2002-04-21 [paul]       0.7.4claws86
9597
9598         * sync with 0.7.4cvs51
9599                 see ChangeLog entry 2002-04-21
9600
9601 2002-04-21 [paul]       0.7.4claws85
9602
9603         * sync with 0.7.4cvs49
9604                 see ChangeLog entries 2002-04-20 and 2002-04-21
9605
9606         * src/Makefile.am
9607                 clean up: remove old 'stock_' element from xpm 
9608                 filenames.
9609
9610 2002-04-21 [alfons]     0.7.4claws84
9611
9612         apply sync patch from Paul
9613
9614         * src/folderview.c
9615                 use old claws prefs_folder_item_create() for now
9616
9617 2002-04-19 [match]      0.7.4claws83
9618
9619         * src/addressbook.[ch]
9620         * src/addrharvest.[ch]
9621         * src/addrgather.[ch]
9622                 recurse folders.
9623         * src/mainwindow.c
9624         * src/summaryview.[ch]
9625                 change menu option.
9626
9627 2002-04-19 [paul]       0.7.4claws82
9628
9629         * po/pt_BR.po
9630                 updated by Fabio Junior Beneditto
9631
9632 2002-04-14 [alfons]     0.7.4claws81
9633
9634         * src/passphrase.c
9635                 add #include <sys/types.h> for mode_t and off_t 
9636
9637 2002-04-13 [paul]       0.7.4claws80
9638         
9639         * src/main.c
9640           src/passphrase.[ch]
9641           src/pgptext.c
9642           src/prefs_common.[ch]
9643           src/rfc2015.c
9644                 enable storing of GnuPG passphrase for the whole 
9645                 session or a user-defined number of minutes. patch 
9646                 submitted by Ravemax <ravemax@dextrose.com>
9647
9648 2002-04-13 [alfons]     0.7.4claws79
9649
9650         * src/textview.c
9651                 make email parser also stop scanning when encountering separators
9652                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
9653
9654 2002-04-13 [paul]       0.7.4claws78
9655
9656         * sync with 0.7.4cvs39
9657                 see ChangeLog entry 2002-04-12
9658
9659 2002-04-11 [paul]       0.7.4claws77
9660
9661         * sync with 0.7.4cvs37
9662                 see ChangeLog entry 2002-04-11
9663
9664 2002-04-11 [paul]       0.7.4claws76
9665
9666         * COPYING 
9667                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
9668                 the clause for OpenSSL). sync with sylpheed main
9669
9670 2002-04-09 [melvin]     0.7.4claws75
9671
9672         * src/compose.c
9673                 Made 'Ctrl-Enter' on send ignore some modifiers 
9674                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
9675                 to bind other *-Enter (but not Alt-Enter).
9676
9677 2002-04-09 [paul]       0.7.4claws74
9678
9679         * sync with 0.7.4cvs35
9680                 see ChangeLog entries 2002-04-09
9681
9682 2002-04-08 [paul]       0.7.4claws73
9683
9684         * sync with 0.7.4cvs33
9685                 see ChangeLog entry 200-04-08
9686
9687 2002-04-07 [match]      0.7.4claws72
9688
9689         * src/addrharvest.[ch]
9690                 fixed to read all addresses in header, regardless
9691                 of header size. improved name parsing. accommodate
9692                 harvest from folders and selected message.
9693         * src/addritem.[ch]
9694                 included new address parsing function.
9695         * src/addrgather.[ch]
9696         * src/addressbook.[ch]
9697         * src/summaryview.[ch]
9698         * src/mainwindow.c
9699                 allow address harvest of folder as well as selected
9700                 messages.
9701
9702 2002-04-07 [paul]       0.7.4claws71
9703
9704         * src/esmtp.[ch]
9705           src/smtp.c
9706                 don't try to authenticate with CRAM-MD5 in SMTP when 
9707                 SMTP-AUTH enabled if MTA doesn't issue this 
9708                 auth-method in it's ehlo-response. bug item #531364,
9709                 patch item #938910. patch submitted by Colin Leroy 
9710                 <colin@colino.net>
9711
9712 2002-04-07 [paul]       0.7.4claws70
9713
9714         * src/nntp.c
9715                 fix missing MODE_READER bug. patch submitted by
9716                 Colin Leroy <colin@colino.net>
9717
9718 2002-04-07 [alfons]     0.7.4claws69
9719
9720         * src/matcher.[ch]
9721         * src/prefs_filtering.c
9722         * src/summaryview.c
9723                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
9724                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
9725
9726 2002-04-07 [paul]       0.7.4claws68
9727
9728         * sync with 0.7.4cvs32
9729                 see ChangeLog entry 2002-04-06
9730
9731         * tools/filter_conv.pl
9732                 more bug fixes
9733
9734 2002-04-06 [paul]       0.7.4claws67
9735
9736         * tools/filter_conv.pl
9737                 modify to be able to find the name of the first
9738                 mailbox and use that. main's filter does not
9739                 record the full path to the mailbox and therefore
9740                 can only filter to the first mailbox.
9741
9742 2002-04-05 [paul]       0.7.4claws66
9743
9744         * tools/filter_conv.pl
9745                 attempt to make the script all-encompassing and
9746                 be able to convert any main 'filter' rule thrown
9747                 at it
9748
9749 2002-04-05 [paul]       0.7.4claws65
9750
9751         * tools/filter_conv.pl
9752                 allow for collapsed folder trees
9753
9754 2002-04-05 [paul]       0.7.4claws64
9755
9756         * sync with 0.7.4cvs31
9757                 see ChangeLog entries 2002-04-05
9758
9759 2002-04-03 [paul]       0.7.4claws63
9760
9761         * sync with 0.7.4cvs29
9762                 see ChangeLog entries 2002-04-02 and 2002-04-03
9763
9764 2002-04-02 [paul]       0.7.4claws62
9765
9766         * sync with 0.7.4cvs26
9767                 see ChangeLog entry 2002-04-01
9768
9769 2002-04-02 [match]      0.7.4claws61
9770
9771         * src/pine.[ch]
9772         * src/importpine.[ch]
9773         * src/addressbook.c
9774                 import Pine address book.
9775
9776 2002-04-02 [match]      0.7.4claws60
9777
9778         * src/addrharvest.[ch]
9779                 improve address parsing of funky addresses.
9780
9781 2002-04-02 [darko]      0.7.4claws59
9782
9783         * src/compose.c
9784                 wrap on send improvements, it now recognizes quoted
9785                 initials as part of the quotation string, and it
9786                 does not join lines separated by CR
9787
9788 2002-04-01 [match]      0.7.4claws58
9789
9790         * src/mgutils.[ch]
9791                 added new functions.
9792         * src/mutt.[ch]
9793                 remove excessive duplicate address generation
9794                 on import.
9795
9796 2002-04-01 [alfons]     0.7.4claws57
9797         
9798         * src/summaryview.c
9799                 put back g_free() 
9800
9801 2002-04-01 [paul]       0.7.4claws56
9802
9803         * sync with 0.7.4cvs25
9804                 see ChangeLog entry 2002-04-01
9805
9806 2002-04-01 [alfons]     0.7.4aprilfool55
9807
9808         * src/summaryview.c
9809                 honour feature request item #537427 to allow for
9810                 displaying names from address book for sent mail also
9811
9812 2002-03-29 [paul]       0.7.4claws54
9813
9814         * src/mainwindow.c
9815           src/prefs_filtering.[ch]
9816           src/prefs_matcher.c
9817           src/summaryview.c
9818                 add 'fast filter' for claws' filtering,
9819                 /Tools/Create filter rule/... patch submitted
9820                 by Neill Miller <neillm@thecodefactory.org>
9821
9822 2002-03-29 [paul]       0.7.4claws53
9823
9824         * sync with 0.7.4cvs24
9825                 see ChangeLog entry 2002-03-29
9826
9827 2002-03-28 [paul]       0.7.4claws52
9828
9829         * sync with 0.7.4cvs23
9830                 see ChangeLog entry 2002-03-28
9831
9832 2002-03-27 [melvin]     0.7.4claws51
9833
9834         * src/prefs_actions.c
9835                 Added support to pass only one message part (as a
9836                 file) to the command using '%p'. No quotes are needed
9837                 because doubles quotes are automatically added.
9838                 Fixed bug where Sylpheed could block when waiting for
9839                 a child process to finish.
9840                 Changed the help menu to remove quotes around symbols to 
9841                 avoid misinterpretation (they must not be used).
9842
9843 2002-03-27 [melvin]     0.7.4claws50
9844
9845         * src/inc.c
9846                 Made the new mail notification command always 
9847                 execute asynchronously.
9848
9849 2002-03-27 [paul]       0.7.4claws49
9850
9851         * src/compose.c
9852                 fix bug introduced in last commit
9853
9854 2002-03-27 [paul]       0.7.4claws48
9855
9856         * sync with 0.7.4cvs21
9857                 see ChangeLog 2002-03-26 and 2002-03-27
9858
9859 2002-03-26 [hoa]        0.7.4claws47
9860
9861         * src/prefs_folder_item.c
9862                 really fixed the bug #516442 with folder rescan.
9863
9864 2002-03-26 [paul]       0.7.4claws46
9865
9866         * sync with 0.7.4cvs19
9867                 see ChangeLog entries 2002-03-25 and 2002-03-26
9868
9869 2002-03-25 [hoa]        0.7.4claws45
9870
9871         * src/matcher.c
9872         * src/mh.c
9873                 fix the bug #516442 with folder rescan.
9874
9875         * src/prefs_common.[ch]
9876         * src/compose.c
9877                 added an option to enable two different behaviours
9878                 for bounce.
9879
9880
9881 2002-03-25 [paul]       0.7.4claws44
9882
9883         * src/mainwindow.c
9884           src/selective_download.c
9885                 correct a few menuitem labels
9886
9887 2002-03-25 [christoph]  0.7.4claws43
9888
9889         * src/procmsg.c
9890                 fix non deleted tmp message in
9891                 procmsg_save_to_outbox
9892                 fix problems caused by sync with
9893                 main branch's procmsg_send_queue
9894
9895 2002-03-25 [paul]       0.7.4claws42
9896
9897         * src/quote_fmt.c
9898           src/quote_fmt_lex.l
9899           src/quote_fmt_parse.y
9900                 add Last name (%L) placeholder for quoting. 
9901                 patch submitted by Thorsten Thielen 
9902                 <thth@users.sourceforge.net>
9903
9904 2002-03-25 [paul]       0.7.4claws41
9905
9906         * src/utils.c
9907                 get full hostname. patch submitted by
9908                 Bob Woodside <rwoodside1@comcast.net>
9909
9910 2002-03-25 [paul]       0.7.4claws40
9911
9912         * src/account.c
9913           src/news.c
9914           src/nntp.[ch]
9915           src/prefs_account.[ch]
9916                 enable NNTP over SSL. patch submitted by
9917                 Pascal Jermini <pascal@infinity.hn.org>
9918
9919 2002-03-24 [paul]       0.7.4claws39
9920
9921         * src/prefs_common.c
9922                 make the arrangement of the Compose tab more
9923                 coherent
9924
9925         * src/mainwindow.c
9926                 fix some irregularities of style
9927
9928         * po/de.po
9929                 updated by Kilian Krause
9930
9931 2002-03-23 [paul]       0.7.4claws38
9932
9933         * po/pt_BR.po
9934                 updated by Fabio Junior Beneditto
9935
9936 2002-03-23 [paul]       0.7.4claws37
9937
9938         * src/mainwindow.c
9939                 move 'Gather addresses' to 'Tools' menu
9940                 make 'Selective download' sensitive
9941
9942 2002-03-23 [paul]       0.7.4claws36
9943
9944         * sync with 0.7.4cvs16
9945                 see ChangeLog entries 2002-03-23
9946
9947 2002-03-22 [christoph]  0.7.4claws35
9948
9949         * src/quote_fmt_parse.y
9950                 fix include program output
9951
9952 2002-03-22 [alfons]     0.7.4claws34
9953
9954         * src/pop.c
9955                 initialize GDate stack variable correctly (sorry!)
9956
9957 2002-03-22 [paul]       0.7.4claws33
9958
9959         * src/compose.c
9960           src/mainwindow.c
9961           src/prefs_actions.c
9962           src/prefs_common.c
9963                 rename 'Tool' to 'Tools'
9964
9965         * src/mainwindow.c
9966                 move 'Delete duplicated messages' from
9967                 'Message/' to 'Tools/'
9968                 re-arrange the order of 'Tools/' items
9969
9970 2002-03-22 [paul]       0.7.4claws32
9971
9972         * src/addr_compl.c
9973           src/addressbook.[ch]
9974                 auto-address completion now also matches on
9975                 Nickname. patch submitted by Bob Forsman 
9976                 <hammor@users.sourceforge.net>
9977
9978         * src/editaddress.c
9979                 correct a spelling mistake
9980
9981 2002-03-22 [alfons]     0.7.4claws31
9982
9983         * src/pop.c
9984                 fix getting uidl from incorrect string 
9985                 (spotted by Colin)
9986
9987 2002-03-21 [alfons]     0.7.4claws30
9988
9989         * src/pop.c
9990                 more code refactoring
9991                 plug mem leak introduced by delete on server
9992
9993 2002-03-21 [paul]       0.7.4claws29
9994
9995         * sync with 0.7.4cvs11
9996                 see ChangeLog entries 2002-03-20
9997
9998 2002-03-20 [alfons]     0.7.4claws28
9999
10000         * src/inc.c
10001                 apply Colin's patch and refactor
10002
10003 2002-03-20 [paul]       0.7.4claws27
10004
10005         * sync with sylpheed 0.7.4cvs9
10006                 see ChangeLog entry 2002-03-20
10007
10008 2002-03-19 [christoph]  0.7.4claws26
10009
10010         * src/mh.c
10011         * src/procmsg.[ch]
10012         * src/summaryview.c
10013                 revert changes for flag updates
10014                 (does not work correctly and no time to debug)
10015
10016 2002-03-20 [alfons]     0.7.4claws25
10017
10018         * src/pop.c
10019                 refactor should_delete() a little bit 
10020
10021 2002-03-19 [paul]       0.7.4claws24
10022
10023         * src/inc.[ch]
10024           src/pop.c
10025           src/prefs_account.[ch]
10026                 allow the user to leave downloaded mail on the 
10027                 server for n days. Patch submitted by Colin Leroy 
10028                 <colin@colino.net>
10029
10030 2002-02-19 [paul]       0.7.4claws23
10031
10032         * sync with sylpheed 0.7.4cvs8
10033                 see ChangeLog entries 2002-03-19
10034
10035 2002-03-18 [paul]       0.7.4claws22
10036
10037         * sync with sylpheed 0.7.4cvs6
10038                 see ChangeLog entry 2002-03-18
10039
10040 2002-03-18 [paul]       0.7.4claws21
10041
10042         * po/en_GB.po
10043                 add en_GB message catalogue
10044
10045         * src/mbox_folder.c
10046           src/prefs_account.c
10047           src/prefs_actions.c
10048                 correct a few spelling mistakes
10049
10050 2002-03-17 [alfons]     0.7.4claws20
10051
10052         * src/matcher.c
10053                 more stringent checks for NULL params when writing
10054                 filtering actions to a file
10055                 
10056 2002-03-17 [hoa]        0.7.3claws20
10057
10058         * src/news.c
10059                 fixed the count of new messages
10060
10061         * src/compose.c
10062                 fixed the "attachment properties" window
10063
10064 2002-03-17 [paul]       0.7.4claws19
10065
10066         * src/defs.h
10067           src/folder.h
10068           src/news.c
10069           src/prefs_account.[ch]
10070           src/procmsg.[ch]
10071           src/summaryview.c
10072                 automatically mark cross-posted messages as read 
10073                 and (optionally) give them a colour label
10074                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
10075                 
10076
10077 2002-03-17 [paul]       0.7.4claws18
10078
10079         * sync with sylpheed 0.7.4cvs5
10080                 see ChangeLog entry 2002-03-17
10081
10082 2002-03-17 [melvin]     0.7.4claws17
10083         
10084         * src/textview.c
10085                 Worked around a gtktext 'bug': when searching for 
10086                 a text in a long message it was scrolling slowly
10087                 line by line until it hit the searched text.
10088         * po/fr.po
10089                 Updated French translation
10090
10091 2002-03-17 [melvin]     0.7.4claws16
10092
10093         * src/mainwindow.c
10094         * src/compose.c
10095         * src/prefs_actions.c
10096                 Moved "Edit/Actions" to "Tool/Actions"
10097                 Made mainwindow/compose window sensitive as soon as
10098                 no child process is running anymore even if the io dialog
10099                 is open.
10100                 Fixed a struct being initialized with a non constant char*
10101
10102 2002-03-16 [christoph]  0.7.4claws15
10103
10104         * configure.in
10105                 add --with-compiler-flags option
10106                 (only for developer hacking)
10107         * src/mh.c
10108         * src/procmsg.[ch]
10109         * src/summaryview.c
10110                 try to make folder-stats and flag handling more
10111                 independent from the summaryview. msgcounts
10112                 are only set when the folder is opened and
10113                 procmsg_msginfo_(un)set_flags will handle it
10114                 later and summaryview will get the values
10115                 from the folder.
10116
10117 2002-03-16 [paul]       0.7.4claws14
10118
10119         * src/messageview.c
10120                 fix Return-receipt. Patch submitted by Bob
10121                 Woodside <rwoodside1@comcast.net>
10122
10123 2002-03-16 [paul]       0.7.4claws13
10124
10125         * src/compose.c
10126                 fix 'dynamic' signatures, make it work again
10127                 broken during sync on 2002-03-14 (0.7.4claws2)
10128
10129 2002-03-15 [match]      0.7.4claws12
10130
10131         * src/addrharvest.[ch]
10132         * src/addrgather.[ch]
10133         * src/addressbook.[ch]
10134         * src/mainwindow.c
10135                 included address harvester feature. still some
10136                 issues with address parsing that I will fix.
10137
10138 2002-03-15 [match]      0.7.4claws11
10139
10140         * src/addrbook.[ch]
10141         * src/addrcache.[ch]
10142         * src/addressbook.[ch]
10143         * src/addrindex.c
10144         * src/editbook.c
10145         * src/importldif.c
10146         * src/importmutt.c
10147         * src/jpilot.[ch]
10148         * src/main.c
10149         * src/syldap.[ch]
10150         * src/vcard.[ch]
10151                 tidy up. fix memory leaks. moved attribs and methods
10152                 from individual interfaces to addrcache object. prep
10153                 for new stuff to come in.
10154
10155 2002-03-15 [alfons]     0.7.4claws10
10156
10157         * src/matcher.[ch]
10158         * src/matcher_parser_parse.y
10159         * src/matcher_parser_lex.l
10160         * src/prefs_matcher.c
10161                 add filtering conditions message greater than, smaller 
10162                 than, and exactly matching a size in bytes
10163                 (does not work with delete from POP3 server yet)
10164
10165                 this should also give others an idea what you should
10166                 do to add new criterions to claws filtering system
10167                 
10168
10169 2002-03-15 [paul]       0.7.4claws9
10170
10171         * tools/filter_conv.pl
10172                 exit if there are no filter rules to convert
10173                 rename filterrc to filterrc.old after completion
10174
10175 2002-03-15 [paul]       0.7.4claws8
10176
10177         * sync with sylpheed 0.7.4cvs3
10178                 see ChangeLog entry 2002-03-14
10179
10180 2002-03-14 [paul]       0.7.4claws7
10181
10182         * src/compose.c
10183                 clean up the last commit (ahem)
10184
10185 2002-03-14 [paul]       0.7.4claws6
10186
10187         * src/compose.c
10188                 fix bug #515655. honour account preferences
10189                 regarding gpg default signing/encryption when 
10190                 changing account from the compose window.
10191
10192 2002-03-14 [paul]       0.7.4claws5
10193
10194         * src/folderview.c
10195                 remove unnecessary curly brackets
10196
10197 2002-03-14 [paul]       0.7.4claws4
10198
10199         * src/folderview.c
10200           src/prefs_filtering.[ch]
10201                 add filter rename on folder rename and filter
10202                 delete on folder delete. Patch submitted by
10203                 Neill Miller <neillm@thecodefactory.org> 
10204
10205 2002-03-14 [christoph]  0.7.4claws3
10206
10207         * src/procmsg.c
10208         * src/send.c
10209                 fix local delivery
10210                 (patch submitted by "Simon 'corecode' Schubert")
10211         * src/prefs_common.c
10212         * src/procmsg.c
10213                 fix gcc 3.0 warning
10214
10215 2002-03-14 [paul]       0.7.4claws2
10216
10217         * sync with sylpheed 0.7.4cvs2
10218                 see ChangeLog entry 2002-03-13
10219
10220 2002-03-12 [darko]      0.7.4claws1
10221
10222         * src/mainwindow.c
10223                 fix what seems to be a copy and paste error
10224                 when setting color for important messages
10225                 (reported by wwp)
10226
10227 2002-03-11 [paul]       version 0.7.4claws released
10228
10229 2002-03-11 [paul]       0.7.4claws
10230
10231         * po/es.po
10232           po/it.po
10233           po/nl.po
10234           po/pt_BR.po
10235                 update message catalogs. Submitted by Ricardo Mones 
10236                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
10237                 Fabio Junior Beneditto
10238
10239         * configure.in
10240           faq/Makefile.am
10241           faq/it/Makefile
10242           faq/it/sylpheed-faq*
10243           src/mainwindow.c
10244           src/manual.[ch]
10245                 add FAQ in Italian
10246         
10247
10248 2002-03-11 [jens]       0.7.3claws7
10249
10250         * po/de.po
10251                 updated German translation
10252
10253 2002-03-11 [melvin]     0.7.3claws6
10254
10255         * po/fr.po
10256                 updated and corrected French translation
10257
10258 2002-03-10 [hoa]        0.7.3claws5
10259
10260         * src/account.c
10261         * src/inc.c
10262         * src/prefs_account.c
10263         * src/procmsg.c
10264         * src/send.[ch]
10265                 fixed the local account.
10266                 you have to change the default "/usr/sbin/sendmail"
10267                 to "/usr/sbin/sendmail -t" in the preferences of
10268                 the local account.
10269
10270         * src/procmime.c
10271                 removed some debug display for renderer
10272
10273 2002-03-10 [paul]       0.7.3claws4
10274
10275         * faq/en/sylpheed-faq-1.html
10276           faq/en/sylpheed-faq-2.html
10277                 update
10278
10279 2002-03-09 [paul]       0.7.3claws3
10280
10281         * sync with sylpheed 0.7.4
10282                 see ChangeLog entry 2002-03-09
10283
10284 2002-03-08 [paul]       0.7.3claws2
10285
10286         * faq/en/sylpheed-faq*
10287           faq/es/sylpheed-faq*
10288           faq/fr/sylpheed-faq*
10289                 update the FAQs
10290
10291         * manual/fr/.cvsignore
10292           manual/fr/Makefilea.am
10293           manual/fr/sylpheed*
10294           src/mainwindow.c
10295           src/manual.[ch]
10296                 add the French manual
10297
10298 2002-03-07 [paul]       0.7.3claws1
10299
10300         * sync with sylpheed 0.7.3cvs4
10301                 see ChangeLog entries  2002-03-06 and 2002-03-07
10302         
10303         * po/nl.po
10304                 updated by Wilbert Berendsen
10305
10306 2002-03-07 [melvin]     0.7.2claws34
10307
10308         * src/selective_download.c
10309                 Changed the pixmap of the receive button to MAIL_RECEIVE.
10310
10311 2002-03-06 [paul]       0.7.2claws33
10312
10313         * sync with sylpheed 0.7.3cvs1
10314                 bug fix, see ChangeLog entry 2002-03-05
10315
10316 2002-03-05 [paul]       0.7.2claws32
10317
10318         * src/mimeview.c
10319           src/pgptext.[ch]
10320           src/procmsg.c
10321                 reverse the pgp ascii-armored code implemented in 
10322                 0.7.2claws16. removal of this code until it matures.
10323                 this means that verifying ascii-armored pgp sigs and
10324                 automatic decryption of ascii-armored encrypted
10325                 messages no longer works.
10326
10327 2002-03-05 [paul]       0.7.2claws31
10328
10329         * configure.in
10330           Makefile.am
10331         * faq/Makefile.am
10332         * faq/en/Makefile.am
10333           faq/en/sylpheed-faq.html
10334           faq/en/sylpheed-faq-1.html
10335           faq/en/sylpheed-faq-2.html
10336           faq/en/sylpheed-faq-3.html
10337         * faq/es/Makefile.am
10338           faq/es/sylpheed-faq.html
10339           faq/es/sylpheed-faq-1.html
10340           faq/es/sylpheed-faq-2.html
10341           faq/es/sylpheed-faq-3.html
10342           faq/es/sylpheed-faq-4.html
10343         * faq/fr/Makefile.am
10344           faq/fr/sylpheed-faq.html
10345           faq/fr/sylpheed-faq-1.html
10346           faq/fr/sylpheed-faq-2.html
10347           faq/fr/sylpheed-faq-3.html
10348         * src/Makefile.am
10349           src/defs.h
10350           src/mainwindow.c
10351           src/manual.[ch]
10352                 add FAQs in English, Spanish and French
10353
10354
10355 2002-03-05 [paul]       0.7.2claws30
10356
10357         * manual/en/sylpheed.html
10358           manual/en/sylpheed-XX.html
10359                 updated the English manual
10360
10361 2002-03-05 [hoa]        
10362
10363         * src/summaryview.c
10364                 dialog box pops up if the article can't be deleted.
10365
10366 2002-03-04 [paul]       
10367         
10368         * po/pt_BR.po
10369                 updated by Fabio Junior Benedito
10370
10371 2002-03-04 [hoa]
10372
10373         * removed ac/gpgme.m4
10374                 to avoid autogen common problem
10375                 developers have to install gpgme development package now
10376
10377         * src/compose.c
10378                 encoding to 7bit or 8bit is enabled.
10379
10380 2002-03-03 [alfons]     0.7.2claws29
10381
10382         * src/pop.c
10383                 merge fix by Oliver Haertel for selective
10384                 download buglet
10385
10386 2002-03-03 [paul]       0.7.2claws28
10387         
10388         * sync with sylpheed 0.7.3
10389
10390 2002-03-03 [paul]       0.7.2claws27
10391
10392         * sync with sylpheed 0.7.2cvs24
10393                 see ChangeLog entries 2002-03-02 and 2002-03-03
10394
10395 2002-03-02 [melvin]     0.7.2claws26
10396
10397         * src/inc.[ch]
10398         * src/main.c
10399         * src/mainwindow.c
10400         * src/prefs_common.[ch]
10401                 Added user definable notification on new mail arrival.
10402                 Removed unused variables in spell checker prefs code.
10403
10404 2002-03-02 [melvin]     0.7.2claws25
10405
10406         * src/quote_fmt.c
10407                 Removed unnecessary escape sequences.
10408                 Changed 'Initial...' to 'Initials of Sender'
10409
10410 2002-03-02 [paul]       0.7.2claws24
10411
10412         * sync with sylpheed 0.7.2cvs22
10413                 see ChangeLog entry 2002-03-01
10414
10415 2002-03-01 [hoa]        0.7.2claws23
10416
10417         * src/mainwindow.c
10418                 Set sensitivity of delete actions to active
10419                 even if the folder is a newsgroup.
10420
10421         * src/summaryview.c
10422                 - Set sensitivity of delete actions
10423                 - Added function check_permission() that will check if the
10424                   user is authorized to delete a message. For news, it
10425                   will check if the author is the same.
10426                 - Enabled deletion when there is no trash folder.
10427
10428         * src/news.[ch]
10429                 - Added news_cancel_article() to cancel articles
10430                 - Implemented news_remove_message() (public function)
10431
10432 2002-03-01 [paul]       0.7.2claws22
10433
10434         * src/gtkutils.c
10435           src/textview.c
10436                 recognise urls that that don't include 'http://' and
10437                 simply begin 'www.' 
10438
10439         * AUTHORS
10440                 remove duplicated name
10441
10442 2002-02-28 [paul]       0.7.2claws21
10443
10444         * src/mainwindow.c
10445           src/summaryview.[ch]
10446                 add ability to 'Select thread'
10447                 combines Melvin's "Select thread's head" patch (#510907)
10448                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
10449                 patch (#518514) 
10450
10451 2002-02-28 [paul]       0.7.2claws20
10452
10453         * src/mimeview.c
10454                 hopefully fix segfault on right-clicking a mime part
10455                 that some people have experienced.      
10456                 fix submitted by Fredrik Olofsson <frol@linux.nu>
10457
10458 2002-02-28 [paul]       0.7.2claws19
10459
10460         * sync with sylpheed 0.7.2cvs21
10461                 see ChangeLog entries 2002-02-27 and 2002-02-28
10462
10463 2002-02-27 [paul]       0.7.2claws18
10464
10465         * sync with sylpheed 0.7.2cvs18
10466                 see ChangeLog entries 2002-02-26 and 2002-02-27
10467
10468 2002-02-26 [alfons]     0.7.2claws17
10469
10470         * src/procheader.c
10471                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
10472                 (spotted by Chris Hessman <idatech@gmx.net>)
10473
10474 2002-02-26 [paul]       0.7.2claws16
10475
10476         * src/mimeview.c
10477           src/pgptext.[ch]
10478           src/procmsg.c
10479                 make decryption of ascii-armored pgp encrypted messages
10480                 and verification of ascii-armored signatures work again.
10481                 slightly altered from the patch by Jens Jahnke 
10482                 <jan0sch@gmx.net>
10483
10484                 ##FIX ME##
10485                 * the checking of plaintext signatures always comes up in 
10486                   a popup box
10487                 * it doesn't work for multipart messages 
10488                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
10489                   including the msg headers and these 2 line themselves, are 
10490                   not displayed
10491
10492         * src/mainwindow.c
10493                 "View/Folder Tree" becomes "View/Separate Folder Tree"
10494                 "View/Message View" becomes "View/Separate Message View"
10495                 because its less ambiguous.
10496
10497         * po/es.po
10498                 updated by Ricardo Mones Lastra
10499
10500 2002-02-26 [paul]       0.7.2claws15
10501
10502         * sync with sylpheed 0.7.2cvs17
10503                 see ChangeLog entries 2002-02-25 and 2002-02-26
10504
10505 2002-02-25 [christoph]  0.7.2claws14
10506
10507         * src/filtering.[ch]
10508         * src/inc.c
10509                 do filtering stuff after all messages have been received
10510                   1. drop all messages to .processing
10511                   2. scan processing folder for messages
10512                   3. filter messages or move to inbox
10513                 this will also find old messages left in processing after
10514                 a crash or something like that and we get a real msginfo
10515                 from folder->get_msg_list and do not have to create our
10516                 own in filter_message
10517         * src/matcher_parser_parse.y
10518                 remove MIX/MAX warning (reordered includes)
10519
10520 2002-02-25 [paul]       0.7.2claws13
10521
10522         * sync with sylpheed 0.7.2cvs15
10523                 see ChangeLog entry 2002-02-24
10524
10525 2002-02-24 [alfons]     0.7.2claws12
10526
10527         * src/filtering.c
10528                 clear old color flags first when applying a new color to
10529                 a message info. 
10530                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
10531
10532 2002-02-24 [alfons]     0.7.2.claws11
10533         
10534         * AUTHORS
10535         * src/prefs_common.c
10536                 add presets for Opera and Konqueror, closes patch #517261,
10537                 submitted by Ville Skyttä <scop@users.sourceforge.net>
10538
10539 2002-02-24 [alfons]     0.7.2.claws10
10540
10541         * AUTHORS
10542         * src/summaryview.c
10543                 fix threading for null message ids, closes patch #521601,
10544                 submitted by Bob Forsman <hammor@users.sourceforge.net>
10545
10546 2002-02-24 [alfons]     0.7.2claws9
10547
10548         * src/summaryview.c
10549         * src/filtering.c
10550                 make Tool | Filter Message work with filtering system so
10551                 setting flags also works
10552
10553                 TODO:
10554
10555                 - Processing uses the same function as Tool | Filter
10556                   Message, but doesn't use the same update proc yet
10557
10558 2002-02-23 [paul]       0.7.2claws8
10559
10560         * sync with sylpheed 0.7.2cvs14
10561                 see ChangeLog entries 2002-02-22 and 2002-02-23
10562
10563 2002-02-22 [christoph]  0.7.2claws7
10564
10565         * src/quote_fmt.c
10566                 Add column space to table
10567         * src/quote_fmt_parse.y
10568                 Close files
10569
10570 2002-02-22 [paul]       0.7.2claws6
10571
10572         * src/Makefile.am
10573           src/defs.h
10574           src/filtering.c
10575           src/inc.[ch]
10576           src/mainwindow.c
10577           src/matcher.[ch]
10578           src/matcher_parser_lex.l
10579           src/matcher_parser_parse.y
10580           src/pop.[ch]
10581           src/prefs_account.h
10582           src/prefs_filtering.c
10583           src/selective_download.[ch]   *** NEW FILES ***
10584           src/utils.[ch]
10585           po/POTFILES.in
10586                 Selective Download added to 'Tool' menu. 
10587                 Retrieves email headers of the currently selected pop3 
10588                 account and allows the user to mark emails for deletion 
10589                 right on the pop3 server. Patch submitted by Oliver Haertel 
10590                 <oha@users.sourceforge.net>.
10591         
10592         * po/POTFILES.in
10593                 add 'src/quote_fmt.c'           
10594
10595 2002-02-22 [christoph]  0.7.2claws5
10596
10597         * src/Makefile.am
10598                 added quote_fmt.c
10599         * src/prefs_common.[ch]
10600         * src/prefs_template.c
10601         * src/quote_fmt.c               *** NEW FILE ***
10602         * src/quote_fmt.h
10603                 move quote format symbol description code
10604                 to it's own file because it is used from
10605                 differnent code parts
10606                 Rewrote symbol description GUI
10607                   + use table
10608                   + add separators
10609                   + get data from array (no more long constant strings)
10610         * src/quote_fmt_lex.l
10611         * src/quote_fmt_parse.y
10612                 Symbol for Literal % changed to \% instead of %%
10613                 (More logical as \ is used for quoting for other symbols)
10614                 Add |f and |p to include files and program output
10615                 Examples:
10616                     |f{/home/.../.signature}
10617                     |p{date}
10618         * po/de.po
10619                 Correct wrong spelling for "Referenzen"
10620
10621 2002-02-21 [paul]       0.7.2claws4
10622
10623         * src/procmsg.c
10624                 forgotten during sync
10625
10626 2002-02-21 [paul]       0.7.2claws3
10627
10628         * sync with sylpheed 0.7.2cvs11
10629                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
10630                 2002-02-20 and 2002-02-21
10631
10632 2002-02-20 [melvin]     0.7.2claws2
10633
10634         * src/prefs_actions.c
10635                 Added error report when child cannot fork or when execvp 
10636                 returns with an error.
10637
10638 2002-02-19 [christoph]  0.7.2claws1
10639
10640         * src/codeconv.c
10641                 return unconverted text if conde conversion is not possible
10642                 when libjconv is used.
10643                 (patch submitted by "Simon 'corecode' Schubert")
10644
10645 2002-02-19 [paul]       
10646
10647         * version 0.7.2claws release
10648
10649 2002-02-19 [paul]       0.7.2claws
10650
10651         * po/nl.po
10652                 updated by Wilbert Berendsen
10653
10654
10655 2002-02-18 [alfons]     0.7.1claws13
10656
10657         * src/syldap.c
10658         * src/jpilot.c
10659                 remove references to dlfcn and explicitly loading functions
10660                 from dynalink libs, because libs linked anyway, and functions
10661                 are loaded explicitly
10662
10663 2002-02-17 [melvin]     0.7.1claws12
10664
10665         * src/prefs_actions.c
10666                 Replaced children wait loop with double fork technique.
10667                 Now, input/output window updated at each new output.
10668                 free_children(): Fixed a memory leak.
10669                 Made input/output window non closable if running children
10670                 still exist.
10671                 Added missing <unistd.h> include.
10672                 Added some --debug outputs.
10673
10674 2002-02-17 [melvin]     0.7.1claws11
10675
10676         * src/summaryview.c
10677                 Fixed bug where descending sort order did not select top
10678                 message.
10679
10680 2002-02-17 [melvin]     0.7.1claws10
10681
10682         * acconfig.h
10683                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10684         * src/prefs_common.c
10685                 Pspell data package directory no more hard coded but
10686                 set during configuration (PSPELL_PATH). (Thanks to 
10687                                 Gustavo Noronha Silva.)
10688
10689 2002-02-17 [melvin]     0.7.1claws9
10690
10691         * configure.in
10692                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10693         * src/gtkspell.c
10694                 Fixed compile-time warnings.
10695
10696 2002-02-16 [alfons]     0.7.1claws8
10697
10698         * src/filesel.c
10699                 fix inadvertent free of NULL pointer which caused
10700                 sylpheed to crash when closing the save-as dialog
10701                 using the window close button
10702
10703 2002-02-16 [carsten]    0.7.1claws7
10704         * src/mainwindow.[ch]
10705           src/summaryview.c
10706           src/prefs_common.c
10707                 fixes for pixmap theming code:
10708                         - recently changed mail attributes shouldn't get
10709                           lost any longer
10710                         - theme is only reloaded iff another theme was
10711                           selected
10712
10713 2002-02-16 [paul]       0.7.1claws6
10714
10715         * sync with sylpheed 0.7.2 release
10716                 see ChangeLog entry 2002-02-15 and 2002-02-16
10717
10718 2002-02-15 [paul]       0.7.1claws5
10719
10720         * sync with sylpheed 0.7.1cvs9
10721                 see ChangeLog entry 2002-02-15
10722
10723         * po/POTFILES.in
10724                 remove unneeded headerwindow.c entry
10725
10726 2002-02-14 [carsten]    0.7.1claws4
10727         * src/summaryview.c
10728                 fixed a bug for "Go to next unread message": there was
10729                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
10730                 in the prefs, because of doing "Search again" instead
10731                 "No"
10732
10733 2002-02-14 [carsten]    0.7.1claws3
10734         * src/stock_pixmap.c
10735                 removed 2 more mem leaks; following memprof,
10736                 this code is "leak free" now :)
10737
10738 2002-02-14 [carsten]    0.7.1claws2
10739         * src/stock_pixmap.c
10740                 used opendir/readdir/closedir instead of scandir
10741                 -> code should work now on Solaris
10742
10743 2002-02-14 [paul]       0.7.1claws1
10744
10745         * sync with sylpheed 0.7.1cvs8
10746                 see ChangeLog entries 2002-02-13 and 2002-02-14
10747
10748         * README.claws
10749                 add some description of Actions and Pixmap Themes
10750
10751 2002-02-13 [paul]       
10752
10753         * version 0.7.1claws release
10754
10755 2002-02-13 [paul]       0.7.1claws
10756
10757         * po/es.po
10758           po/it.po
10759           po/pt_BR.po
10760                 updated translations, submitted by Ricardo Mones Lastra,
10761                 Alessandro Maestri and Fabio Junior Beneditto
10762
10763 2002-02-13 [melvin]     0.7.0claws75
10764
10765         * src/prefs_actions.c
10766                 Added missing "signal.h" include
10767
10768 2002-02-13 [melvin]     0.7.0claws74
10769
10770         * src/prefs_folder_item.c
10771                 Added missing "config.h" include
10772         * po/fr.po
10773                 Updated French translation for folder propriety.
10774
10775 2002-02-13 [jens]       0.7.0claws73
10776
10777         * po/POTFILES.in
10778                 Added missing src/prefs_folder_item.c [log added by melvin]
10779         * po/de.po
10780                 Updated German translation.
10781
10782 2002-02-13 [melvin]     0.7.0claws72
10783
10784         * po/fr.po
10785                 Updated French translation.
10786
10787 2002-02-13 [melvin]     0.7.0claws71
10788
10789         * src/gtkutils.c
10790                 Made gtkut_editable_get_selection return NULL if selection
10791                 is of length zero.
10792                 This fixes a bug where selecting part of message A then
10793                 switching to message B and replying to it will not
10794                 quote the message's body.
10795
10796 2002-02-12 [paul]       0.7.0claws70
10797
10798         * src/mainwindow.c
10799                 cosmetic, relating to pixmap themes: on toolbar make 
10800                 updating of 'Exec' and 'Compose news/Compose email'
10801                 icons faster.
10802
10803 2002-02-12 [carsten]    0.7.0claws69
10804         * src/folderview.c
10805           src/mainwindow.[ch]
10806           src/stock_pixmap.c
10807           src/summaryview.c
10808           src/prefs_common.c
10809                 - refreshing after changing pixmap theme better
10810                   now (thanks Paul)
10811                 - wanted to remove some mem leaks, but alfons was
10812                   faster (and had the better solution ;)
10813
10814 2002-02-12 [alfons]     0.7.0claws68
10815
10816         * src/prefs_common.c
10817         * src/stock_pixmap.[ch]
10818                 plug mem leaks, refactor code a little bit
10819
10820
10821 2002-02-12 [sergey]     0.7.0claws67
10822
10823         * src/imap.c
10824                 Fixed problem with copying messages to IMAP folders when the
10825                 server uses something other than '/' as a namespace separator
10826                 (cyrus-imapd uses '.').
10827
10828 2002-02-12 [jens]       0.7.0claws66
10829
10830         * po/de.po
10831                 Updated German Translation
10832
10833 2002-02-12 [paul]       0.7.0claws65
10834
10835         * sync with sylpheed 0.7.1cvs1
10836                 see ChangeLog entry 2002-02-12
10837
10838 2002-02-12 [melvin]     0.7.0claws64
10839
10840         * src/prefs_actions.c
10841                 Fixed "feature" where children's output was duplicated 
10842                 instead of refreshed while monitoring.
10843                 Removed some debug code.
10844
10845 2002-02-12 [christoph]  0.7.0claws63
10846
10847         * src/compose.c
10848                 always delete message from queue after sending/send error
10849                 (closes bug #509601)
10850
10851 2002-02-12 [melvin]     0.7.0claws62
10852
10853         * src/prefs_actions.c
10854                 Children wait loop is now triggered with a timeout of 1s
10855                 Added %F which is replaced with the list of filenames 
10856                 of all selected messages (as suggested by Ricardo Mones Lestra)
10857                 Pipe syntax changed. Prefix with | to send selection, postfix
10858                 with | to retrieve output. Prefix with > or * to send
10859                 user definable input to the command (*: input is hidden)
10860                 Old pipe action should now be postfixed with |, too.
10861
10862 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
10863         * src/stock_pixmap.c
10864                 fixed a bug: if there's no theme directory don't
10865                 throw an error, just do "nothing" (thanks Alfons)
10866
10867 2002-02-12 [carsten]    0.7.0claws60
10868         * src/folderview.c
10869           src/summaryview.c
10870                 had to write the cache twice (nasty!); some marks would 
10871                 get lost if not
10872
10873 2002-02-11 [carsten]    0.7.0claws59
10874         * acconfig.h
10875           configure.in
10876           doc-src/maintainer_guide.txt
10877           src/compose.[ch]
10878           src/defs.h
10879           src/folderview.[ch]
10880           src/gtkutils.[ch]
10881           src/mainwindow.[ch]
10882           src/prefs_common.[ch]
10883           src/stock_pixmap.[ch]
10884           src/summaryview.[ch]
10885                 pixmap theming and related work on pixmap
10886                 handling on some other places
10887                 (e.g. hrm features for all folder)
10888           src/pixmap/stock_*.xpm -> the stock_ was removed
10889         
10890 2002-02-11 [paul]       0.7.0claws58
10891
10892         * sync with sylpheed 0.7.1 release
10893                 see ChangeLog entries 2002-02-11
10894
10895 2002-02-08 [paul]       0.7.0claws57
10896
10897         * sync with sylpheed 0.7.0cvs39
10898                 see ChangeLog entry 2002-02-07 (last entry) 
10899
10900         * src/prefs_actions.c
10901           src/prefs_filtering.c
10902           src/prefs_matcher.c
10903           src/prefs_scoring.c
10904                 sync: made it compile with C compilers other than gcc
10905
10906 2002-02-07 [paul]       0.7.0claws56
10907
10908         * sync with sylpheed 0.7.0cvs38
10909                 see ChangeLog entries 2002-02-06 (last 2 entries) and
10910                 2002-02-07
10911
10912 2002-02-07 [darko]      0.7.0claws55
10913
10914         * src/gtkutils.[ch]
10915         * src/summaryview.c
10916                 Fix const gchar */gchar * issue (thanks Hiro)
10917
10918 2002-02-07 [darko]      0.7.0claws54
10919
10920         * src/compose.[ch]
10921         * src/filtering.c
10922         * src/gtkutils.[ch]
10923         * src/prefs_template.c
10924         * src/quote_fmt.h
10925         * src/quote_fmt_parse.y
10926         * src/summaryview.c
10927         * src/utils.[ch]
10928                 When replying or forwarding an email don't quote the entire
10929                 mail body but use the part of the message text that is selected
10930
10931 2002-02-06 [melvin]     0.7.0claws53
10932
10933         * src/prefs_common.[ch]
10934         * src/gtkspell.[ch]
10935         * src/compose.c
10936                 Made possible to switch quickly to last used dictionary
10937                 which makes checking bilingual documents easier.
10938
10939 2002-02-06 [melvin]     0.7.0claws52
10940         
10941         * po/POTFILES.in
10942                 Added forgotten new file src/prefs_actions.c
10943
10944 2002-02-06 [melvin]     0.7.0claws51
10945
10946         * src/prefs_actions.c   ** NEW FILE **
10947         * src/prefs_actions.h   ** NEW FILE **
10948                 Added actions to execute on message text view, or on the
10949                         message's file.
10950         * src/Makefile.am
10951                 Added src/prefs_actions.[ch]
10952         * src/compose.c
10953                 Added new menu "Edit/Actions"
10954         * src/defs.h
10955                 Added new actionsrc file.
10956         * src/main.c
10957                 Added actionsrc reading.
10958         * src/mainwindow.c
10959                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10960         * src/prefs_common.h
10961                 Added new element actionslst element to prefs_common.
10962
10963 2002-02-06 [paul]       0.7.0claws50
10964
10965         * sync with sylpheed 0.7.0cvs36
10966                 see ChangeLog entry 2002-02-06
10967
10968 2002-02-05 [paul]
10969
10970         * po/es.po
10971                 updated by Ricardo Mones Lastra
10972
10973 2002-02-05 [paul]       0.7.0claws49
10974
10975         * sync with sylpheed 0.7.0cvs33
10976                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10977
10978 2002-02-05 [paul]       0.7.0claws48
10979
10980         * src/compose.c
10981                 re-add 'Edit/Advanced/Delete entire line', previously named
10982                 'Delete Line+'
10983
10984 2002-02-04 [paul]       0.7.0claws47
10985
10986         * src/compose.c
10987           src/summaryview.c
10988                 fix bug #494993 (Reply All not taking Reply-To into consi)
10989                 eliminate differences in behaviour of right-click 'Reply to all' 
10990                 in summary view and 'Reply to all' on the toolbar. 
10991                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10992                 view and From gets ignored by 'Reply to all' on toolbar.
10993                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10994                 From when no Reply-To header is present.
10995
10996 2002-02-04 [paul]       0.7.0claws46
10997
10998         * sync with sylpheed 0.7.0cvs30
10999                 see ChangeLog entries 2002-02-03 and 2002-02-04
11000
11001 2002-02-03 [melvin]     0.7.0claws45
11002
11003         * src/gtkspell.[ch]
11004                 Readded function to highlight all misspelled words.
11005                 Fixed bug where user-provided-words did not replace
11006                         correctly the misspelled word when using the mouse.
11007                 Fixed bug where checking a region selected from right to left did
11008                         not check the region at all.
11009                 Fixed bug where 'Check backwards' may not check at all. 
11010                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
11011                 Fixed possible buffer overflow when checking for long strings (>1k).
11012                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
11013                 Accelerators code uses now gtk_widget_add_accel.
11014                 Removed and disabled obsolete and unfinished code.
11015                 Cleaning up.
11016
11017         * src/compose.c
11018                 Added menu item to Highlight all misspelled words.
11019
11020 2002-02-01 [paul]       0.7.0claws44
11021
11022         * src/mainwindow.c
11023                 fix '/View/Hide read messages' sensitivity when all
11024                 messages in a folder are hidden
11025
11026 2002-02-01 [paul]       0.7.0claws43
11027
11028         * src/main.c
11029                 add --send option to command line interface, sends all
11030                 queued mail. Patch submitted by Ricardo Mones Lastra.
11031
11032 2002-01-31 [paul]       0.7.0claws42
11033
11034         * src/mainwindow.c
11035                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
11036
11037 2002-01-31 [paul]       0.7.0claws41
11038
11039         * sync with sylpheed 0.7.0cvs27
11040                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
11041                 and 2002-01-31
11042
11043         * src/textview.c
11044                 comment out elements of textview_show_part() as temporary
11045                 workaround for attachment 'Display as text' bug 
11046
11047         * po/pt_BR.po
11048                 updated by Fabio Junior Beneditto
11049
11050 2002-01-30 [paul]       0.7.0claws40
11051
11052         * sync with sylpheed 0.7.0cvs24
11053                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
11054                 and 2002-01-30
11055
11056         * src/compose.c
11057                 add {N_("/_Spelling"), ... "<Branch>"} to 
11058                 GtkItemFactoryEntry compose_entries[]
11059
11060         * src/prefs_common.c
11061                 add claws menu items to prefs_keybind_apply_clicked()
11062                 and remove non-claws menu items
11063
11064 2002-01-29 [paul]       0.7.0claws39
11065
11066         * sync with sylpheed 0.7.0cvs22
11067                 see ChangeLog entries 2002-01-28 and 2002-01-29
11068
11069 2002-01-28 [melvin]     0.7.0claws38
11070
11071         * src/compose.c
11072                 Added the declartion of compose_send_control_enter.
11073
11074         * src/compose.c
11075         * src/gtkspell.[ch]
11076                 Added in a 'Spelling' menu which includes the configuration menu. 
11077                 Added a real 'Check all' and got rid from the old one which only
11078                 highlited misspelled word.
11079                 Made 'Check while typing' a disableable option.
11080                 Added a dialog when there are no more misspelled word.
11081                 Added a dialog if error occurs when switching to a dictionary.
11082         
11083         * src/prefs_common.[ch]
11084                 Added option for the default 'Check while typing' option.
11085
11086
11087 2002-01-28 [alfons]     0.7.0claws37
11088
11089         * src/compose.c
11090                 fix buglet and make code comply with sylpheed code style
11091
11092 2002-01-28 [paul]       0.7.0claws36
11093
11094         * sync with sylpheed 0.7.0cvs19
11095                 see ChangeLog entries for 2002-01-28
11096
11097 2002-01-28 [hoa]        0.7.0claws35
11098
11099         * src/defs.h
11100                 added rendererrc
11101
11102         * src/main.c
11103                 read the renderer config
11104
11105         * src/procmime.[ch]
11106                 use the renderer config to convert mime attachments
11107
11108         * src/textview.c
11109                 don't use textview_show_html/ertf,
11110                 use get_text_content instead
11111
11112 2002-01-27 [alfons]     0.7.0claws34
11113         
11114         * src/news.c
11115                 make sylpheed believe it can delete a news message...
11116                 (messages are NOT deleted, maybe we should remove
11117                 processing from the folder properties after all.)
11118
11119 2002-01-27 [alfons]     0.7.0claws33
11120
11121         * src/folder.c
11122                 add extra checks
11123         * src/news.c
11124                 implement remove_msg() 
11125
11126 2002-01-27 [alfons]     0.7.0claws32
11127
11128         * src/procmsg.h
11129         * src/procheader.c
11130         * src/messageview.c
11131                 fix return receipt / disposition notification again. this
11132                 stuff seems to break on _every_ major summary UI change, so
11133                 it's now implemented using a flag which is saved in the
11134                 marks cache
11135                 
11136 2002-01-26 [alfons]     0.7.0claws31
11137
11138         * src/import.c
11139                 let import dialog show the destination folder identifier
11140
11141 2002-01-26 [melvin]     0.7.0claws30
11142
11143         * src/folderview.c
11144         * src/summaryview.c
11145                 Readded 'Mark all read' into summary view popup menu
11146                 Added 'Mark all read' in folder view popup menu for IMAP
11147                 and NNTP.
11148                 Made it insensitive if the selected folder is not the shown
11149                 one to avoid 'Mark all read' on the wrong folder.
11150                 
11151 2002-01-26 [paul]       0.7.0claws29
11152
11153         * src/folderview.c
11154           src/summaryview.c
11155                 move 'Mark all read' from summary view to folder view
11156                 menu. (adapted from) patch submitted by Jeremy Andrews,
11157                 <lists@kerneltrap.com>
11158
11159 2002-01-25 [alfons]     0.7.0claws28
11160
11161         * src/gtkstext.c
11162                 put the gtk class name back so GtkSText adapts the 
11163                 settings of GtkText
11164
11165 2002-01-25 [alfons]     0.7.0claws27
11166
11167         * src/folderview.c 
11168                 assimilate Ricardo's patch that shows pixmaps instead of
11169                 plain "new" and "unread" texts in the folder view column
11170                 headers 
11171
11172 2002-01-25 [paul]       0.7.0claws26
11173
11174         * src/Makefile.am
11175                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
11176                 be found in non-standard locations. 
11177                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
11178
11179 2002-01-25 [paul]       0.7.0claws25
11180
11181         * sync with sylpheed 0.7.0cvs16
11182                 see ChangeLog entry 2002-01-25
11183
11184 2002-01-24 [paul]       0.7.0claws24
11185
11186         * more sync with sylpheed 0.7.0cvs15
11187                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
11188
11189 2002-01-23 [sergey]     0.7.0claws23
11190
11191         * src/importldif.c
11192                 Fixed segfault when closing LDIF import wizard with
11193                 the window manager.
11194         * src/imageview.c
11195         * src/imageview.h
11196         * src/messageview.c
11197         * src/mimeview.c
11198                 Fixed wrong scrolling position after switching between
11199                 text and image parts.
11200
11201 2002-01-23 [paul]       0.7.0claws22
11202
11203         * sync with sylpheed 0.7.0cvs15
11204                 see ChangeLog entries 2002-01-22 and 2002-01-23
11205
11206 2002-01-21 [melvin]     0.7.0claws21
11207
11208         * src/prefs_scoring.c
11209         * src/prefs_filtering.c
11210                 Fixed bug where scoring and filtering windows stopped
11211                 autochecking.
11212
11213 2002-01-21 [paul]       0.7.0claws20
11214
11215         * sync with sylpheed 0.7.0cvs12
11216                 see ChangeLog entries 2002-01-20 and 2002-01-21
11217
11218 2002-01-21 [carsten]    0.7.0claws19
11219         * src/mainwindow.c
11220         * src/menu.[ch]
11221         * src/messageview.[ch]
11222         * src/summaryview.[ch]
11223                 changes to shortcuts handling again:
11224                         + "Q" now controled by mainwin
11225                         + v/V are now customizable and have slightly
11226                           different meanings
11227                 the "button" to minimize the messageview (and maximize
11228                 the summary view) is a real button now
11229         * src/compose.c
11230                 "Delete Line+" added to Edit/Advanced (this will also
11231                 delete the '\n')
11232
11233 2002-01-20 [melvin] 0.7.0claws18
11234
11235         * src/addressbook.c
11236                 Made "Bcc" sensitive when addressbook is called from
11237                 compose window (it was a Claws only bug).
11238
11239 2002-01-19 [alfons] 0.7.0claws17
11240
11241         * src/inc.c
11242                 prevent unnecessary updates when currently selected folder has
11243                 no new messages 
11244
11245 2002-01-19 [alfons] 0.7.0claws16
11246         
11247         * src/summaryview.c
11248                 prevent writing the cache based on current message list in summary 
11249                 view when filtering also put messages in currently selected folder
11250
11251 2002-01-19 [paul]
11252
11253         * po/it.po
11254                 Italian translation submitted by Alessandro Maestri
11255                 <a.maestri@cs.tin.it>
11256
11257 2002-01-18 [melvin]     0.7.0claws15
11258
11259         * src/prefs_filters.c
11260                 fixed bug where 'cancel' from 'filters' window stops autochecking
11261                 if the timer timed out  when the window was open.
11262
11263 2002-01-18 [match]      0.7.0claws14
11264
11265         * src/addrclip.[ch]     ** NEW FILE **
11266         * src/addrselect.[ch]   ** NEW FILE **
11267         * src/adbookbase.h      ** NEW FILE **
11268                 addressbook cut, copy and paste
11269         * src/addrbook.[ch]
11270         * src/addrcache.[ch]
11271         * src/addressitem.h
11272         * src/addrindex.[ch]
11273         * src/addritem.[ch]
11274         * src/importldif.c
11275         * src/importmutt.c
11276         * src/jpilot.[ch]
11277         * src/syldap.[ch]
11278         * src/vcard.[ch]
11279         * src/jpilot.[ch]
11280         * src/editbook.c
11281         * src/editjpilot.c
11282         * src/editldap.c
11283         * src/editvcard.c
11284                 support for copy/paste
11285         * src/addressbook.c
11286                 support for copy/paste
11287                 tidy up menu option processing
11288                 correct address list function arguments
11289         * src/editaddress.c
11290                 sort user attributes
11291         * src/ldif.h
11292         * src/mutt.h
11293                 tidy up
11294
11295         * src/addrbook.[ch]
11296         * src/addrbook.[ch]
11297         * src/addrbook.[ch]
11298                 
11299
11300 2002-01-18 [paul]       0.7.0claws13
11301
11302         * sync with sylpheed 0.7.0cvs8
11303                 configure.in: support Mac OS X (Darwin)
11304
11305 2002-01-18 [carsten]    0.7.0claws12
11306         * src/html.c
11307                 small hack to fix a segfault with an empty href
11308                 (reported by Alexandra Walford <deeni@altern.org>)
11309         * src/mainwindow.c
11310         * src/summaryview.c
11311                 the shortcuts for Mark und Mark as unread are hardcoded
11312                 again
11313         * src/compose.c
11314         * src/gtkstext.[ch]
11315                 readded the shortcuts in gtkstext but made them
11316                 customizeable (simply by adding a menu plus a wrapper
11317                 to compose.c)
11318
11319 2002-01-17 [melvin]     0.7.0claws11
11320
11321         * src/gtkspell.c
11322                 fix default dictionary not being saved.
11323
11324 2002-01-16 [darko]      0.7.0claws10
11325
11326         * src/compose.c
11327                 fix wrapping crash with URL longer than wrapping margin
11328
11329 2002-12-08 [hoa]        0.7.0claws10
11330
11331         * src/matcher_parser_parse.y
11332                 fixed some bugs
11333
11334         * src/prefs_filtering.c
11335                 now, we can use bounce action in the dialog box.
11336
11337 2002-01-16 [carsten]    0.7.0claws9
11338         * src/gtkstext.c
11339                 removed the <control> and <alt> shortcuts because they're
11340                 not needed and interefered with the "normal" shortcuts
11341         * src/mainwindow.c
11342         * src/summaryview.c
11343                 removed most of the hardcoded shortcuts and assigned
11344                 them to menu entries making them easy customizable by
11345                 that
11346
11347 2002-01-16 |melvin]     0.7.0claws8
11348
11349         * src/gtkspell.c
11350                 fixed bug where using the mouse and when the compose
11351                 window is not on top may result in a crash.
11352
11353 2002-01-16 [melvin]     0.7.0claws7
11354
11355         * src/compose.c
11356                 fixed a long standingspell checker bug which could 
11357                 cause a crash after sending a message.
11358
11359 2002-01-16 [paul]       0.7.0claws6
11360
11361         * sync with sylpheed 0.7.0cvs7
11362                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
11363                 2002-01-15, and 2002-01-16
11364
11365 2002-01-16 [melvin]     0.7.0claws5
11366
11367         * README.claws
11368         * src/compose.c
11369         * src/gtkspell.[ch]
11370         * src/main.c
11371                 Heavily modified spell checker code to work around
11372                 ispell bug, to add keyboard shortcuts and for future
11373                 enhancements. See README.claws for usage information.
11374
11375 2002-01-15 [alfons]     0.7.0claws4
11376         
11377         * src/summaryview.c
11378                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
11379                 so sorting within threads reflects sort mode
11380
11381 2002-01-15 [christoph]  0.7.0claws3
11382
11383         * src/procmsg.c
11384                 added alertpanel if mail sending failed
11385
11386 2002-01-15 [alfons]     0.7.0claws2
11387         
11388         * src/prefs_filtering.c
11389                 don't stop timer when prefs filtering dialog is opened
11390
11391 2002-01-14 [alfons]     0.7.0claws1
11392
11393         * src/addr_compl.c
11394         * src/prefs.c
11395                 remove debug_print()s for privacy reasons
11396
11397 2002-01-14 [darko]      0.7.0claws
11398
11399         * README.claws
11400                 quotation wrapping is now also in the main branch
11401
11402 2002-01-14 [paul]
11403
11404         * tools/filter_conv.pl
11405                 allow for Boolean Op and case-sensitivity
11406                 this file is included in the release and tagged
11407                 'rel_0_7_0'
11408
11409 2002-01-13 [paul]       0.7.0claws
11410
11411         * release 0.7.0, with cvs tag 'rel_0_7_0'
11412
11413 2002-01-13 [paul]
11414
11415         * tools/filter_conv.pl
11416         * tools/README
11417                 rewritten to output to matcherrc instead of filteringrc
11418
11419         * po/es.po
11420                 updated Spanish translation by Ricardo Mones Lastra
11421
11422 2002-01-13 [alfons]
11423
11424         * po/nl.po
11425                 update dutch translation
11426
11427 2002-01-13 [paul]
11428
11429         * po/pt_BR.po
11430                 Updated by Fabio Junior Beneditto 
11431
11432 2002-01-13 [melvin]     0.6.6claws53
11433
11434         * po/fr.po
11435                 Updated french translation
11436
11437 2002-01-12 [alfons]     0.6.6claws52
11438
11439         * src/filtering.c
11440                 plug mem leak that has been sitting there for ages              
11441
11442 2002-01-12 [alfons]     0.6.6claws51
11443
11444         * src/summaryview.c
11445                 undo melvin's changes from 0.6.6claws48 because summary
11446                 view now refuses to select first unread message when
11447                 selecting a folder 
11448
11449 2002-01-11 [alfons]     0.6.6claws50
11450
11451         * src/import.c
11452                 use claws' semantics for getting folder item when
11453                 importing an mbox file into a folder 
11454                 (submitted by Dale P. Smith)
11455
11456 2002-01-11 [christoph]  0.6.6claws49
11457
11458         * src/prefs.h
11459                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
11460                 toggle widget, because non static prefs can not use
11461                 prefs_set_* functions
11462         * src/prefs_account.c
11463                 toggle smtp auth password field sensitivity if
11464                 user id is empty and add descrition of usage for
11465                 these fields
11466         * src/prefs_folder_item.c
11467                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
11468                 callbacks
11469
11470 2002-01-11 [melvin]     0.6.6claws48
11471
11472         * src/compose.c
11473                 fix the 'Ctrl-Enter' feature for sending and test really
11474                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
11475                 editables which was not documented in Gtk)
11476
11477         * src/summaryview.c
11478                 Made summaryview refresh after sorting and not before.
11479
11480 2002-01-11 [christoph]  0.6.6claws47
11481
11482         * src/compose.c
11483                 select account from account ids if possible and
11484                 correctly set save folder for copy in reedit
11485
11486 2002-01-10 [paul]       0.6.6claws46
11487
11488         * sync with sylpheed 0.7.0 release
11489                 see ChangeLog entries 2002-01-07, 2002-01-08 and
11490                 2002-01-09
11491
11492 2002-01-09 [alfons]
11493
11494         * src/summaryview.c
11495                 remove more dirt traces...
11496
11497 2002-01-09 [alfons]
11498         
11499         * src/summaryview.c
11500                 clean up some traces of my debugging stuff
11501
11502 2002-01-09 [alfons]     0.6.6claws45
11503
11504         * src/filtering.c
11505                 break up filteringprop_apply() in three separate pieces
11506                 so we can drop messages that failed processing in the
11507                 inbox
11508
11509         * src/summaryview.c
11510                 fix bug #469598 "no refresh of inbox after filter" which 
11511                 was introduced by the new summary view locking, and which 
11512                 prevented the summary view to update after a manual filter 
11513                 message. claw's filter message requires a summary_show().
11514                 (aargh, summary_show() again! :-)
11515                 
11516 2002-01-07 [alfons]     0.6.6claws44
11517
11518         * src/headerwindow.c
11519         * src/logwindow.c
11520         * src/messageview.c
11521         * src/sourcewindow.c
11522                 bring in Hiro's last 0.7.0 wm class fixes
11523
11524         * tools/sylprint.pl
11525                 bring in Ricardo's fix for sylprint script
11526
11527         * AUTHORS       
11528         * src/rfc2015.[ch]
11529         * src/prefs_common.[ch]
11530         * src/prefs_account.[ch]
11531         * src/compose.c
11532                 clean up account preference poison in rfc2015,
11533                 and preparation to fix double sign bug 
11534                 (patch submitted by Simon 'corecode' Schubert)
11535
11536 2002-01-07 [christoph]  0.6.6claws43
11537
11538         * src/mh.c
11539                 search for free message number, do not only rely
11540                 on last_num
11541         * src/send.c
11542                 fix smtp auth and use extra account information
11543                 if available, if not use pop3 data instead
11544                 (closes bug #500341)            
11545         * src/ssl.[ch]
11546                 match coding style
11547
11548 2002-01-06 [alfons]     0.6.6claws42
11549
11550         * src/mainwindow.c
11551                 try making the separate windows work again...
11552
11553 2002-01-06 [alfons]     0.6.6claws41
11554
11555         * src/mainwindow.c
11556                 adapt Hiro's separate window menu (to get rid of the funny
11557                 duplicate menu items), and make it work again
11558
11559 2002-01-06 [alfons]     0.6.6claws40
11560
11561         * tools/Makefile.am
11562         * tools/sylprint.rc
11563         * tools/sylprint.pl
11564         * tools/README.sylprint
11565                 add sylprint script for printing mails from Sylpheed
11566                 (contributed by Ricardo Mones Lastra)
11567
11568         * src/acount.c
11569                 clean up
11570
11571 2002-01-06 [melvin]     0.6.6claws39
11572
11573         * src/mainwindow.c
11574         * src/summaryview.c
11575                 Fixed crash introduced in 0.6.6claws38 by the menu
11576                 reorganisation (Hide read messages)
11577         
11578         * ChangeLog.claws 
11579                 Fixed typo (we are now in 2002, alfons ;) )
11580
11581 2002-01-05 [alfons]     0.6.6claws38
11582
11583         * sync with sylpheed 0.6.6cvs10-17
11584                 (last stuff marked as LAST_STABLE)
11585
11586 2002-01-04 [melvin]     0.6.6claws37
11587
11588         * src/account.c
11589                 Made account selection code use strcasestr again instead of
11590                 g_strcasecmp (fixes bug where reediting queued messages
11591                 did not select proper account reported by T. Link).
11592         
11593         * src/folderview.c
11594                 Fix bug where folder icons are not shown when 'hide read messages'
11595                 is on.
11596         
11597         * src/stock_pixmaps.[ch]
11598                 Added folder icons for 'hide read messages'.
11599         
11600         * src/compose.c
11601                 Fixed bug where 'Enter' in a header entry will send the message 
11602                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
11603
11604 2002-01-03 [melvin]     0.6.6claws36
11605         
11606         * src/prefs.[ch]
11607                 Added popup menu for common preferences and
11608                 account preferences (right click on tab displays
11609                                 a menu of all tabs.)
11610
11611 2002-01-02 [melvin]     0.6.6claws35
11612
11613         * src/gtkspell.[ch]
11614                 Made spelling code compatible with undo/redo feature.
11615                 Added creation of suggestion mode menu for the general
11616                         preferences.
11617         
11618         * src/prefs_common.[ch]
11619                 Added option menu for the speller's suggestion mode.
11620                 Added missing spaces in "..." buttons and made a "..."
11621                         button non translatable!
11622         
11623         * src/compose.c
11624                 Made speller use the default suggestion mode.
11625                 Hack to make it possible to choose 'CTRL-Enter' as a
11626                         shortcut for sending (and only for sending).
11627
11628         * src/prefs_folder_item.c
11629                 Changing subject simplification does not update cache 
11630                         anymore (because it is unnecessary).
11631                 Fixed bug where changing subject simplification updated the 
11632                         summaryview even when the viewed folder is not the
11633                         folder which properties are being changed. (E.g. 
11634                                         viewing folder A and changing
11635                                         the subject simplification of 
11636                                         folder B -not being viewed- updated the 
11637                                         summaryview of folder A with data of
11638                                         folder B). (Hope this is clear... )
11639
11640 2001-12-31 [alfons]     0.6.6claws34
11641         
11642         * src/ldif.c
11643         * src/mutt.c
11644                 fgetc() returns a signed integer which doesn't
11645                 fit in a char. so c truncates this to a char
11646                 but we may lose significant bits. i.e. we may
11647                 comparing 0xFF which may not be equal to -1
11648                 unless properly casted to signed char which
11649                 we won't do because fgetc() returns a signed
11650                 integer which doesn't fit in a char. so c 
11651                 truncates this to a char but we may lose 
11652                 significat bits. (you got the idea, thanks
11653                 to Gustavo Noronha Silva <kov@debian.org>
11654                 and the Debian folks!)
11655
11656 2001-12-30 [alfons]     0.6.6claws33
11657
11658         * src/prefs_common.c
11659                 add #ifdef USE_PSPELLs that Melvin forgot               
11660
11661 2001-12-30 [melvin]     0.6.6claws32
11662         
11663         * src/prefs_common.[ch]
11664                 Added configurable color for misspelled words.
11665
11666         * src/gtkspell.[ch]
11667                 Fixed bug of foreground text color (reported by David
11668                                 Mehrmann)
11669                 Added configurable color for misspelled words.
11670
11671 2001-12-30 [alfons]     0.6.6claws31
11672
11673         * src/folder.c
11674                 remove unnecessary things someone put there
11675
11676         * src/mh.c
11677         * src/folder.[ch]
11678                 make folder properties (like threading and sorting) persistent
11679                 (closes bug #497424 "rescan folder tree resets proprieties")
11680                 currently this is only for MH folders. 
11681
11682 2001-12-29 [melvin]     0.6.6claws30
11683
11684         * src/string_match.[ch]
11685                 Optimized a bit: regexp pattern buffer compiled only once, and
11686                   one subroutine call removed. Fixed ^ regexp search: Now, 
11687                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
11688         
11689         * src/summaryview.c
11690                 Subject filtering changed to filter summary columns and
11691                   not directly the messages subject cache. The loss in 
11692                   performance is balanced by the improvement of string_match.
11693                 Added an alert panel if there is an error in the regexp.
11694
11695         * src/src/prefs_folder_item.h
11696                 Added a regexp pattern buffer.
11697
11698 2001-12-28 [alfons]     0.6.6claws29
11699
11700         * src/string_match.[ch]
11701                 clean up name space
11702                 allow compilation *BSD
11703
11704 2001-12-27 [alfons]     0.6.6claws28
11705
11706         * src/filter.c
11707                 sync the Hiro's bug fix for BSD
11708
11709 2001-12-27 [melvin]     0.6.6claws27
11710         
11711         * src/compose.c
11712                 Simplify focus to subject entry code.
11713
11714 2001-12-27 [darko]      0.6.6claws26
11715
11716         * src/filtering.c
11717         * src/mbox_folder.c
11718         * src/messageview.c
11719         * src/mh.c
11720         * src/procheader.[ch]
11721         * src/procmsg.h
11722         * src/stock_pixmap.[ch]
11723         * src/summaryview.c
11724                 Show key icon for encrypted mails in summary view
11725
11726         * src/pixmaps/clip.xpm
11727         * src/pixmaps/clipkey.xpm
11728         * src/pixmaps/key.xpm
11729                 New/modified icons for the above
11730
11731 2001-12-27 [melvin]     0.6.6claws25
11732
11733         * src/prefs_common.c
11734                 Put spell checker options in a separate tab to decrease
11735                 the Common Preferences window height.
11736
11737         * README.claws  
11738                 Update spell checker usage instruction about its options
11739                 location.
11740
11741 2001-12-27 [melvin]     0.6.6claws24
11742
11743         * src/compose.c
11744                 Changed subject entry widget position. Initial focus is
11745                 on the To header instead of the subject entry.
11746                 Creating a new header scrolls the header list to make the
11747                 created one visible. Nevertheless, when automatically filling
11748                 headers, the first one is shown.
11749                 A Tab key press in the last empty header entry zips the 
11750                 focus to the subject entry.
11751                 (I did not change the combo boxes, yet)
11752
11753 2001-12-26 [alfons]     0.6.6claws23
11754
11755         * src/prefs_account.c
11756         * src/inc.c
11757                 allow default inbox to reside in another mailbox (only
11758                 works for POP3 accounts)
11759
11760 2001-12-26 [alfons]     0.6.6claws22
11761         
11762         * src/textview.c
11763                 make reply-on-click work with the account of the selected folder
11764         * src/compose.c
11765                 put a fixme here to remind me to fix finding correct default
11766                 account for nested folders
11767
11768 2001-12-25 [alfons]     0.6.6claws21
11769
11770         * src/summaryview.c
11771                 make column headers display locked and mark pixmaps (idea by Melvin) 
11772                 fix bug by adding score and locked column type to sort array
11773
11774 2001-12-25 [alfons]     0.6.6claws20
11775         
11776         * src/summaryview.c
11777                 catch a *potentially* inadvertent write back of  
11778                 the message cache(s) introduced by 0.6.5claws37
11779
11780 2001-12-25 [christoph]  0.6.6claws19
11781
11782         * src/stock_pixmap.[ch]
11783         * src/summaryview.c
11784                 add ignore thread pixmap
11785                 (can someone draw a better icon for this?)
11786
11787 2001-12-24 [alfons]     0.6.6claws18
11788
11789         * src/prefs_folder_item.c
11790                 make address completion actually work for the
11791                 Default To address in the Folder Property dialog.
11792
11793 2001-12-24 [alfons]     0.6.6claws17
11794         
11795         * src/summaryview.c
11796                 use new style regexp for subject stripping 
11797                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
11798
11799 2001-12-24 [darko]      0.6.6claws16
11800
11801         * src/pgptext.c
11802         * src/rfc2015.c
11803                 move GPG related informational messages to debug mode
11804
11805 2001-12-23 [alfons]     0.6.6claws15
11806
11807         * src/stock_pixmap.[ch]
11808         * src/summaryview.c
11809                 add the forgotten Claws' locked pixmap
11810
11811 2001-12-23 [alfons]     0.6.6claws14
11812
11813         * src/filesel.c
11814                 accept file name typed in entry in multi file
11815                 selector (patch submitted by Gustavo Noronha Silva 
11816                 <kov@debian.org>)
11817
11818 2001-12-23 [alfons]     0.6.6claws13
11819
11820         * src/prefs_filter.c
11821         * src/prefs_filtering.c
11822         * src/matcher.c
11823         * src/importmutt.c
11824                 clean up a little bit
11825         
11826         * src/string_match.c
11827                 validate input strings a little bit more
11828
11829 2001-12-23 [alfons]     0.6.6claws12
11830
11831         * src/Makefile.am
11832         * src/summaryview.c
11833         * src/string_match.[ch]         ** NEW **
11834         * src/folderview.[ch]
11835         * src/headerview.h
11836         * src/folder.[ch]
11837         * src/prefs_folder_item.[ch]
11838                 add subject simplification to strip out strings from
11839                 a subject line (esp. handy for mailing lists). 
11840                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
11841                 but slightly changed things for better integration.)
11842
11843 2001-12-23 [alfons]     0.6.6claws11
11844
11845         * src/mainwindow.c
11846                 fix bug introduced by submission included in 0.6.5claws52.
11847                 ideally this submission should clean the trash if any trash
11848                 folder has a message. however, the hasTrash variable was
11849                 set to false whenever a trash folder was empty (discarding
11850                 a previously found *filled* trash folder.)
11851
11852                 also edited the code a little bit and made it more safe.
11853
11854 2001-12-22 [alfons]     0.6.6claws10
11855
11856         * src/imap.c
11857                 quick fix for Martin Pool's omission of an account
11858                 specific SSL setting
11859
11860 2001-12-22 [alfons]     0.6.6claws9
11861
11862         * src/compose.c
11863         * src/messageview.c
11864         * src/mimeview.c
11865         * src/pgptext.c
11866         * src/procmime.[ch]
11867                 better support for multipart/digest (submitted
11868                 by Fredrik <e98fo@efd.lth.se>)
11869
11870 2001-12-22 [alfons]     0.6.6claws8
11871
11872         * src/addressbook.c
11873                 correct function signature
11874         * src/socket.[ch]
11875         * src/imap.[ch]
11876         * src/prefs_account.[ch]
11877                 allow IMAP over SSH tunnel (patch submitted by 
11878                 Martin Pool <mbp@samba.org>)
11879
11880 2001-12-21 [alfons]     0.6.6claws7
11881
11882         * sync with sylpheed 0.6.6cvs4-9
11883                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
11884
11885 2001-12-21 [christoph]  0.6.6claws6
11886
11887         * src/compose.c
11888         * src/prefs_folder_item.[ch]
11889                 implement saving of outgoing messages to current folder.
11890                 fix segfault when no default outbox is available
11891                 (closes bug #495683)
11892
11893 2001-12-21 [carsten]    0.6.6claws5
11894         * src/folderview.c
11895         * src/summaryview.c
11896                 pressing CTRL while DND does now the expected thing and
11897                 copies the mail (moving is still the default, as this
11898                 seam more appropriate for handling mails by DND)
11899
11900 2001-12-18 [paul]       0.6.6claws4
11901
11902         * sync with sylpheed 0.6.6cvs3
11903                 see ChangeLog entries 2001-12-18
11904
11905 2001-12-18 [hiro]       0.6.6claws3
11906
11907         * src/undo.c
11908                 fix for multibyte characters (obtain the number of letters
11909                 instead of bytes).
11910
11911 2001-12-17 [paul]       0.6.6claws2
11912
11913         * sync with sylpheed 0.6.6cvs1
11914                 see ChangeLog entry 2001-12-16
11915
11916 2000-12-17 [alfons]     0.6.6claws1
11917
11918         * src/filtering.c
11919                 clean up
11920
11921 2001-12-16 [paul]       0.6.6claws
11922 2001-12-15
11923
11924         * Release version 0.6.6claws, cvs tag: rel_0_6_6
11925
11926         * src/mimeview.c
11927                 last minute sync with main 0.6.6
11928
11929         * po/es.po
11930                 updated by Ricardo Mones Lastra
11931                 update for last minute sync
11932         * po/fr.po
11933         * po/nl.po
11934                 update for last minute sync
11935         * po/de.po
11936                 updated by Jens Oberender
11937         * po/pt_BR.po
11938                 updated by Fabio Junior Beneditto
11939
11940         * src/prefs_common.[ch]
11941         * src/undo.c
11942                 number of undo levels is user configurable
11943                 (squeeze it into the release in the dying
11944                 moments) Submitted by Jens Oberender    
11945
11946 2001-12-15 [melvin]
11947
11948         * po/fr.po
11949                 updated french translation
11950
11951 2001-12-15 [paul]       0.6.5claws92
11952
11953         * sync with sylpheed 0.6.5cvs28
11954                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11955
11956         * po/nl.po
11957                 update to allow for sync
11958
11959 2001-12-15 [alfons]
11960         
11961         * po/nl.po
11962                 update dutch translation
11963
11964 2001-12-14 [carsten]    0.6.5claws91
11965         * src/summaryview.c
11966                 fixed bug #473785; also after changing the column order
11967                 the same message will be selected and displayed as before
11968                 the reordering
11969
11970 2001-12-14 [carsten]    0.6.5claws90
11971         * src/folderview.c
11972                 probably found the bug reported by wwb opening or closing
11973                 a folder tree just before dnd (found the solution in the
11974                 balsa source -- thanks to them)
11975
11976 2001-12-14 [carsten]    0.6.5claws89
11977         * src/gtkutils.c
11978         * src/account.c
11979                 moved gtk_clist_moveto to the right place, so that
11980                 only the accounts dialog is effected on opening
11981
11982 2001-12-14 [carsten]    0.6.5claws88
11983         * src/gtkutils.c
11984                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11985                 now, so that the focused row will be seen in any case
11986                 (reported by wwp on sf-claws-user)
11987
11988 2001-12-14 [darko]      0.6.5claws87
11989
11990         * src/compose.c
11991                 remove unnecessary line
11992
11993 2001-12-14 [paul]       0.6.5claws86
11994
11995         * sync with sylpheed 0.6.5cvs27
11996                 see ChangeLog entries 2001-12-14
11997
11998 2001-12-14 [carsten]    0.6.5claws85
11999         * src/mainwindow.c
12000                 following a suggestion of Melvin the rcoabm pops up
12001                 right under the button now and the button is reliefed
12002                 while the popup is open
12003
12004 2001-12-14 [darko]      0.6.5claws84
12005
12006         * src/compose.c
12007                 fix crash when wrapping long lines if linewrap quotation
12008                 is disabled and wrapper encounters a word spanning more
12009                 than one line
12010
12011 2001-12-13 [paul]       0.6.5claws83
12012
12013         * src/compose.c
12014                 prefer 'Reply-To' header over mailing list header when
12015                 replying to a message. Finally prevent all those confirmation 
12016                 messages being sent to the list itself.
12017
12018         * src/summaryview.c
12019                 remove unused summary_set_menu_sensitive() entry
12020
12021 2001-12-13 [paul]       0.6.5claws82
12022
12023         * src/folderview.c
12024         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
12025         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
12026         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
12027                 improvements to 'Hide read messages': Inbox, Outbox,
12028                 Trash, Queue, and Draft icons now reveal presence of hidden 
12029                 messages
12030
12031 2001-12-12 [alfons]     0.6.5claws81
12032
12033         0.6.5claws80 was tagged as LAST_STABLE
12034
12035         * src/filtering.[ch]
12036         * src/matcher.[ch]
12037         * src/matcher_parser_lex.c
12038                 fix the filtering; my last attempt to get it right, 
12039                 if it does not work, it's Hoa's turn. ;-)
12040
12041                 for my honourable peers:
12042                 
12043                 the code now makes a clear distinction between
12044                 rules as they are displayed (probably escaped),
12045                 and as they are executed (probably unescaped). the
12046                 parser does *NOT* do any unescaping, this is
12047                 the task of the matcher.c (which breaks up a
12048                 rule into condition) and the filtering.c (which
12049                 breaks up the rule's action). to make this
12050                 run happily we provide an unescaped copy of
12051                 crucial strings to the MatcherProp and 
12052                 FilteringAction structures. note that the only
12053                 exception to this is any REGEXP string. those
12054                 are directly passed to regcomp() and regexp()
12055                 (who have much more powerful unescape functions).
12056                 
12057                 for everyone else:
12058         
12059                 you can escape tab (\t), carriage return (\r),
12060                 linefeed (\n), form feed (\f), quote (\"), 
12061                 single quote (\'), bell (\b) in all the entry
12062                 lines in the scoring & filtering dialogs.
12063                 as an added bonus this should not affect
12064                 existing filtering rules.
12065
12066 2001-12-12 [carsten]    0.6.5claws80
12067
12068         * src/summaryview.c
12069         * po/de.po
12070                 "item(s) selected" is now sensitive to 1 or more
12071                 than one selected (nice for language where simple
12072                 adding of a "s" is not possible as German (Eintrag
12073                 ->Eintr"age)
12074                 
12075                 the "forward as attachment" entry from the right
12076                 click menu removed, "forward" acts following the
12077                 prefs
12078         
12079         * src/textview.c
12080                 reverted my former changes; so compiler warning again
12081                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
12082                 nevertheless
12083
12084         * src/messageview.c
12085                 "search in message" does now *not* only work in MVIEW_TEXT
12086                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
12087                 message
12088
12089         * src/mainwindow.c
12090                 removed "/File/_Close" as it was the same as "/File/E_xit"
12091                 and we don't need it two times
12092
12093                 the separate folder view and message view now get a distinct
12094                 WMCLASS, just in case someone is using sawfish ;-)
12095
12096                 as the menu entries "/View/Message view" and "/View/Folder tree"
12097                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
12098                 make them sensitive accordingly and as these two are "shown"
12099                 after startup anytime check this menuitem at startup
12100
12101 2001-12-12 [paul]       0.6.5claws79
12102
12103         * src/folderview.c
12104                 fix sensitivity of 'Search folder...', broken in
12105                 0.6.5claws75
12106
12107         * src/mainwindow.c
12108                 fix dodgy English
12109
12110 2001-12-11 [carsten]    0.6.5claws78
12111         * src/filtering.c
12112                 fixed two typos returning a wrong FALSE/TRUE
12113         * src/mainwindow.[ch]
12114                 extra menu for email/news button removed
12115
12116 2001-12-11 [alfons]     0.6.5claws77
12117         
12118         * src/matcher.c                 (1.3)
12119         * src/matcher_parser_lex.l      (1.28)
12120                 revert for another attempt
12121                 mark 0.6.5claws77 as LAST_STABLE
12122
12123 2001-12-11 [christoph]  0.6.5claws76
12124
12125         * po/de.po
12126                 fixed wrong translation for prev. unread msg
12127
12128 2001-12-11 [paul]       0.6.5claws75
12129
12130         * src/folder.[ch]
12131         * src/folderview.c
12132         * src/mainwindow.c
12133         * src/summaryview.[ch]
12134         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
12135                 enable ability to hide read messages on per folder basis via 
12136                 '/Summary/Hide read messages'; when selected, a folder will 
12137                 have a red open folder icon, instead of a blue icon, if the 
12138                 folder contains hidden messges
12139                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
12140
12141         * src/mainwindow.c
12142                 remove '/Message/Forward as attachment' from 
12143                 main_window_set_menu_sensitive() to prevent debug warning
12144
12145         * src/folderview.c
12146         * src/mainwindow.c
12147                 Clean up some of the English
12148
12149         * tools/newscache_clean.pl
12150                 allow for new 'hidereadmsgs' entry in folderlist.xml
12151
12152         * po/es.po
12153                 updated translation, submitted by Ricardo Mones Lastra
12154
12155 2001-12-11 [paul]       0.6.5claws74
12156
12157         * sync with sylpheed 0.6.5cvs25
12158                 see ChangeLog entry 2001-12-11
12159
12160 2001-12-10 [alfons]     0.6.5claws73
12161
12162         * src/matcher.c
12163                 add more control characters
12164         * src/matcher_parser_lex.l
12165                 make escaping / unescaping work again
12166
12167 2001-12-10 [alfons]     0.6.5claws72
12168
12169         * src/imap.c
12170                 clean up warnings "returning value for void function" 
12171         * src/prefs_filtering.c
12172                 make info button for execute action sensitive
12173
12174 2001-12-10 [paul]       0.6.5claws71
12175
12176         * src/compose.c
12177         * src/imap.[ch]
12178         * src/summaryview.c
12179                 fix: imap server now gets informed of MARKED, UNMARKED
12180                 and REPLY events. Now people can use different IMAP-Mail
12181                 clients and have the exact same information about MARKED,
12182                 UNMARKED and REPLY status with all of them. Especially
12183                 useful for imap servers with a web-frontend.
12184                 submitted by Tobias Sandhaas <medlor@web.de>
12185
12186 2001-12-09 [melvin]     0.6.5claws70
12187         
12188         * src/textview.[ch]
12189                 fixed bug #490076 (hunted down by Alfons who implemented
12190                 a workaround in 0.6.5claws65)
12191
12192 2001-12-09 [christoph]  0.6.5claws69
12193
12194         * src/summaryview.c
12195                 set pointer to string in LOCKED column to NULL
12196                 (might fix bug #490800)
12197
12198 2001-12-09 [carsten]    0.6.5claws68
12199
12200         * po/de.po
12201                 resolved some cluttered menu shortcuts 
12202                 ('creating new email' and 'creating news message'
12203                 hade the same)
12204         * src/compose.c
12205                 wmclass now distinc from main window
12206         * src/mainwindow.c
12207           src/mainwindow.h
12208                 email/news and forward button functionality similar
12209                 to the reply buttons; removed the ugly dropdown arrows
12210                 and use instead the right mouse button
12211
12212 2001-12-09 [paul]       0.6.5claws67
12213
12214         * src/imap.c
12215         * src/utils.h
12216                 allow spaces in imap folder names
12217                 submitted by Willem van Engen <wvengen@stack.nl>
12218
12219 2001-12-09 [paul]       0.6.5claws66
12220
12221         * sync with sylpheed 0.6.5cvs24
12222                 see ChangeLog entry 2001-12-09
12223
12224 2001-12-08 [alfons]     0.6.5claws65
12225
12226         * src/textview.c
12227                 prevent secondary selection claim after "add to sender" dialog
12228                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
12229                 we trick GTK by simulating a click at (0, 0) in the textview.
12230
12231 2001-12-08 [hoa]        0.6.5claws64
12232
12233         * src/folder.c
12234                 fixed a bug about the .processing folder name while filtering
12235
12236 2001-12-08 [alfons]     0.6.5claws63
12237
12238         * src/folderview.c 
12239                 work around problem of not correctly updating folder stats
12240                 when deleting messages. there's some folder scanning evil
12241                 going so the folderview_update_msg_num() does not work
12242                 correctly. need to investigate this.
12243
12244 2001-12-08 [paul]       0.6.5claws62
12245
12246         * sync with sylpheed 0.6.5cvs23
12247                 see ChangeLog entry 2001-12-08
12248
12249 2001-12-07 [christoph]  0.6.5claws61
12250
12251         * src/compose.c
12252                 fix another header translation problem
12253
12254 2001-12-07 [alfons]     0.6.5claws60
12255
12256         * src/mbox.c
12257                 make filtering also work on local spool mbox
12258
12259 2001-12-07 [carsten]    0.6.5claws59
12260         * src/addressbook.c
12261                 addressbook window gets a wmclass distinct from the main
12262                 sylpheed window
12263         * src/compose.h
12264         * src/mainwindow.[ch]
12265                   forward menu item will use mode selected in prefs, forward 
12266                 as attatchment in menu removed (will be substituted in the
12267                 toolbar similar to reply buttons)
12268                   create news message menu entry and news button is now 
12269                 sensitive to the existance of a news account
12270         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
12271         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
12272         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
12273                 these are removed because the toolbar buttons don't show
12274                 the quoting modus any longer
12275
12276 2001-12-07 [paul]
12277
12278         * tools/newscache_clean.pl      ** NEW FILE **
12279                 perl script to do some tidying up in the newscache directory 
12280                 
12281         * tools/sylpheed-switcher       ** NEW FILE **
12282                 perl script to enable easy switching between main and claws
12283                 
12284         * tools/README
12285                 added descriptions of the two new perl scripts          
12286
12287
12288 2001-12-07 [melvin]     0.6.5claws58
12289
12290         * src/messageview.c
12291                 fixed a warning during compilation introduced in 0.6.5claws56
12292
12293 2001-12-07 [paul]       0.6.5claws57
12294
12295         * src/mainwindow.[ch]
12296         * src/menu.[ch]
12297                 further usability enhancements to replying with or without 
12298                 quoting via the toolbar, use of Ctrl key is replaced by 
12299                 drop down menu 
12300                 Submitted by Carsten Schurig            
12301
12302 2001-12-07 [melvin]     0.6.5claws56
12303
12304         * src/messageview.c
12305                 hack to fix bug that prevented to make/paste selections
12306                 after switching between MVIEW_TEXT and MVIEW_MIME views
12307                 without deselecting the selection first.
12308
12309 2001-12-06 [alfons]     0.6.5claws55
12310
12311         * src/filtering.[ch]
12312         * src/inc.c
12313                 revise filtering a little bit more, and make sure
12314                 messages are delivered to the appropriate inbox
12315                 (perhaps set per account)
12316
12317 2001-12-06 [paul]       0.6.5claws54
12318
12319         * sync with sylpheed 0.6.5cvs22
12320                 see ChangeLog entry 2001-12-06
12321
12322 2001-12-05 [alfons]     0.6.5claws53
12323
12324         * src/inc.c
12325         * src/folder.[ch]
12326         * src/procmsg.c
12327         * src/filtering.c
12328                 more revisions of filtering system
12329                 (last stable version is marked as LAST_STABLE)
12330                 
12331                 | NOTE 1): the filtering system now uses a local folder called
12332                 | .processing. if filtering fails, check this directory
12333                 | for missing messages.
12334                 |
12335                 | NOTE 2): help us find the filtering actions still missing
12336
12337 2001-12-05 [paul]       0.6.5claws52
12338
12339         * src/mainwindow.c
12340                 fix bug where 'Empty Trash?' pop-up window appears even
12341                 when Trash is empty, submitted by Jesse Skinner         
12342
12343 2001-12-05 [melvin]     0.6.5claws51
12344
12345         * src/compose.c
12346                 fixed bug #486106 to select correct account when reediting 
12347                 a queued message
12348         
12349 2001-12-04 [alfons]     0.6.5claws50
12350
12351         * src/mh.c
12352                 declare markfile in appropriate functions when
12353                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
12354                 for spotting this)
12355
12356 2001-12-04 [paul]       0.6.5claws49
12357
12358         * sync with sylpheed 0.6.5cvs21
12359                 see ChangeLog entry 2001-12-04
12360
12361 2001-12-03 [christoph]  0.6.5claws48
12362
12363         * po/de.po
12364                 changed translation of undo
12365         * src/account.c
12366         * src/folder.c
12367                 don't reinvent the wheel to traverse a GNode
12368         * src/compose.[ch]
12369                 seperate code to create the compose gui into functions
12370                 add "Others" page with folder selection for saving copy
12371                 of the message.
12372                 the folder identifier is saved to queue header
12373         * src/procmsg.c
12374                 save message to folder in queue header
12375
12376 2001-12-03 [paul]       0.6.5claws47
12377
12378         * sync with sylpheed 0.6.5cvs20
12379                 see ChangeLog entry 2001-12-03
12380
12381 2001-12-01 [paul]
12382
12383         * more sync with sylpheed 0.6.5cvs19
12384                 see ChangeLog entry 2001-11-29
12385
12386 2001-11-30 [paul]       0.6.5claws46
12387         
12388         * src/compose.c
12389                 remove conflicts introduced by Hoa's last commit
12390          
12391         * src/mainwindow.c
12392                 make 'Message/Bounce' sensitive
12393
12394 2001-11-30 [hoa]        0.6.5claws45
12395
12396         * src/compose.c
12397                 slightly change bounce function to add
12398                 information about the user that bounced the mail
12399                 in the From header line.
12400
12401         * src/folderview.c
12402                 permit the use of processing in outbox folder.
12403
12404 2001-11-29 [paul]       0.6.5claws44
12405
12406         * src/mainwindow.[ch]
12407         * src/prefs_common.c
12408         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
12409         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
12410         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
12411                 usability enhancements to the quoting, implements
12412                 use of Ctrl key to toggle quoting settings
12413                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
12414
12415 2001-11-29 [paul]       0.6.5claws43
12416         
12417         * sync with sylpheed 0.6.5cvs19
12418                 see ChangeLog entry 2001-11-28
12419
12420 2001-11-29 [melvin]     0.6.5claws42
12421         * src/Makefile.am
12422                 added enriched.[ch] to the list of files
12423
12424         * src/textview.c
12425         * src/mimeview.c
12426         * src/procmime.[ch]
12427         * src/enriched.[ch]
12428                 added support to view text/enriched
12429                 added support to show headers in message view for text/enriched and text/html
12430                         in non multipart messages
12431
12432 2001-11-28 [paul]       0.6.5claws41
12433
12434         * more sync with sylpheed 0.6.5cvs18
12435                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
12436
12437 2001-11-27 [paul]       0.6.5claws40
12438         
12439         * po/pt_BR.po
12440                 updated translation, submitted by Fabio Junior Beneditto
12441                 
12442         * sync with sylpheed 0.6.5cvs18
12443                 see ChangeLog entries 2001-11-26 (src/textview.c) and
12444                 2001-11-27
12445
12446
12447 2001-11-26 [paul]
12448
12449         * po/es.po
12450                 updated translation, submitted by Ricardo Mones Lastra
12451
12452 2001-11-26 [alfons]
12453
12454         * src/matcher.c
12455                 add more translatable strings
12456
12457 2001-11-26 [christoph]  0.6.5claws39
12458
12459         * po/de.po      
12460                 fixed one more umlaut
12461         * src/compose.c
12462                 fix translated header when it should not be translated
12463
12464 2001-11-26 [paul]       0.6.5claws38
12465
12466         * src/mainwindow.c
12467                 remove '/Message/Add Sender to address book' from 
12468                 main_window_set_menu_sensitive(), prevent debug warning
12469                 add 'Message/Mark/Mark all read' to mainwin_entries[]
12470
12471 2001-11-26 [paul]       0.6.5claws37
12472
12473         * src/summaryview.c
12474                 fix 'recurring unread state' bug 
12475
12476         * tools/README 
12477         * tools/filter_conv.pl
12478                 read name of top level mailbox from folderlist.xml
12479                 and presume nothing about its name              
12480
12481 2001-11-26 [darko]      0.6.5claws36
12482
12483         * src/gtkstext.[ch]
12484                 removed functions that are now in gtkutils.c
12485                 use gtkut_text_is_uri_string() from gtkutils.c
12486         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
12487
12488 2001-11-26 [paul]       0.6.5claws35
12489
12490         * sync with sylpheed 0.6.5cvs16
12491                 see ChangeLog entries 2001-11-25 and 2001-11-26
12492
12493 2001-11-25 [alfons]     0.6.5claws34
12494
12495         EXPERIMENTAL!!! Please checkout the last stable version using: 
12496           
12497         % cvs update -r LAST_STABLE -dRAP
12498
12499         (Or help us testing this stuff.)
12500
12501         * src/filtering.c               (1.14)
12502         * src/filtering.h               (1.6)
12503         * src/inc.c                     (1.28)
12504         * src/matcher.c                 (1.20)
12505         * src/mbox.c                    (1.9)
12506         * src/procmsg.h                 (1.14)
12507         * src/summaryview.c             (1.59)
12508         * src/summaryview.h             (dunno)
12509                 revert/merge/sync to as it was before commit 
12510                 on Thu, 19 Jul 2001 10:15:51 -0700.
12511
12512 2001-11-25 [hoa]        0.6.5claws33
12513
12514         * src/main.c
12515                 processing mails at startup
12516
12517         * src/folderview.c
12518         * src/summaryview.[ch]
12519                 processing mails when entering folder
12520
12521         * src/prefs_filtering.c
12522                 fixed some UI bugs
12523
12524 2001-11-24 [alfons]     0.6.5claws32
12525
12526         * src/summaryview.[ch]
12527                 make summary sort headers work, and also make
12528                 sure the sort type is stored
12529
12530 2001-11-23 [alfons]     0.6.5claws31
12531
12532         * src/summaryview.[ch]
12533                 make lock work like mark
12534                 disallow deleting messages marked as locked
12535
12536 2001-11-23 [alfons]     0.6.5claws30
12537
12538         * src/gtkstext.c
12539         * src/compose.[ch]
12540         * src/Makefile.am
12541         * src/undo.[ch]
12542                 merge undo patch submitted by Jens
12543
12544 2001-11-23 [christoph]  0.6.5claws29
12545
12546         * src/.cvsignore
12547                 added ylwrap
12548         * src/compose.c
12549                 fixed gpg signing and encoding
12550         * src/folder.[ch]
12551         * src/main.c
12552                 added --status option to get new, unread and total
12553                 message count from a running sylpheed
12554         * src/prefs_common.c
12555                 temporary fix for reply_with_quote problem
12556                 (don't call functions for non existing widget)
12557         * src/procmsg.c
12558                 one more check for ignored threads but still not
12559                 always working correctly. probably a recursive
12560                 check for all parents is needed
12561
12562 2001-11-23 [darko]      0.6.5claws28
12563
12564         * src/compose.c
12565                 wrapping on send improvements
12566         * src/gtkutils.[ch]
12567                 fix for GtkSText after last sync with main branch
12568                 GTK_TEXT -> GTK_STEXT
12569
12570 2001-11-23 [paul]       0.6.5claws27
12571
12572         * sync with sylpheed 0.6.5cvs14
12573                 see ChangeLog entries 2001-11-22 and 2001-11-23
12574                 
12575         * po/de.po
12576                 fixed the scrambled umlauts 
12577                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
12578
12579 2001-11-21 [paul]       0.6.5claws26
12580
12581         * sync with sylpheed 0.6.5cvs12
12582                 see 2nd ChangeLog entry dated 2001-11-20
12583
12584 2001-11-20 [paul]       0.6.5claws25
12585
12586         * sync with sylpheed 0.6.5cvs11
12587                 see ChangeLog entry 2001-11-19 (src/utils.c)
12588
12589 2001-11-20 [hiro]
12590
12591         * src/compose.c
12592                 GTK_TEXT -> GTK_STEXT
12593                 fix for wrong comment
12594
12595 2001-11-20 [hiro]       0.6.5claws24
12596
12597         * src/compose.[ch]
12598                 more merges from main branch
12599                 removed fatal warnings (uninitialized variables etc.)
12600                 some coding style fix
12601         * src/gtkutils.h
12602                 fixed typo.
12603         * src/addressbook.c
12604           src/addrindex.c
12605                 V-Card -> vCard
12606
12607 2001-11-19 [hoa]        0.6.5claws23
12608
12609         * src/filtering.c
12610         * src/prefs_scoring.c
12611         * src/matcher.[ch]
12612         * src/scoring.c
12613                 cleaning code
12614
12615         * src/matcher_parser_parse.y
12616         * src/prefs_filtering.c
12617                 bouncing
12618
12619 2001-11-19 [alfons]     0.6.5claws22
12620
12621         more of my old things into claws
12622
12623         * src/Makefile.am
12624         * src/prefs_common.c
12625         * src/procmsg.h
12626         * src/summaryview.[ch]
12627         * src/prefs_summary_column.c
12628         * src/pixmaps/locked.xpm
12629                 add indicators for locking of message in summary view
12630                 (does not work yet, only visual indicator)
12631
12632 2001-11-19 [paul]       0.6.5claws21
12633
12634         * sync with sylpheed 0.6.5cvs10
12635                 see ChangeLog entry 2001-11-19
12636
12637 2001-11-18 [alfons]     0.6.5claws20
12638         
12639         * src/filtering.c
12640                 remove an inadvertent free I forgot in previous clean up 
12641
12642 2001-11-18 [alfons]     0.6.5claws19
12643
12644         * src/filtering.[ch]
12645                 clean up & plug leaks
12646
12647 2001-11-18 [paul]       0.6.5claws18
12648
12649         * sync with sylpheed 0.6.5cvs9
12650                 see ChangeLog entries 2001-11-17 and 2001-11-18
12651
12652 2001-11-16 [paul]       0.6.5claws17
12653
12654         * sync with sylpheed 0.6.5cvs8
12655                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
12656
12657 2001-11-16 [paul]       0.6.5claws16
12658
12659         * sync with sylpheed 0.6.5cvs7
12660                 see ChangeLog entries 2001-11-15 and 2001-11-16
12661
12662 2001-11-15 [hoa]        0.6.5claws15
12663
12664         * src/compose.c
12665                 fix bounce, mails we received couln't be bounced to ourself.
12666
12667         * src/defs.h
12668         * src/filtering.[ch]
12669         * src/matcher.[ch]
12670         * src/matcher_parser.h
12671         * src/matcher_parser_lex.l
12672         * src/matcher_parser_parse.y
12673         * src/inc.c
12674         * src/main.c
12675         * src/mbox.c
12676         * src/prefs_filtering.[ch]
12677         * src/mainwindow.c
12678         * src/prefs_matcher.c
12679         * src/prefs_scoring.c
12680         * src/scoring.[ch]
12681         * src/summaryview.c
12682                 new matcher/filter/score configuration file parser
12683                 one unique configuration file => ~/.sylpheed/matcherrc
12684                 import in currently automatic, then save are made
12685                 in this new file.
12686                 one filter per folder and one global filter
12687                 (filter of a folder will be used as folder processing)
12688
12689         * src/folder.c
12690                 fix a bug in folder_item_get_identifier
12691                 
12692         * src/messageview.c
12693                 receive receipt return are fixed.
12694
12695 2001-11-14 [alfons]     0.6.5claws14
12696
12697         * src/session.h
12698                 add things from main branch to make claws compile
12699
12700 2001-11-14 [paul]       0.6.5claws13
12701
12702         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
12703                 see ChangeLog entries 2001-11-08 to 2001-11-14
12704
12705 2001-11-14 [hoa] 0.6.5claws12
12706
12707         * src/compose.[ch]
12708         * src/mainwindow.c
12709         * src/summaryview.c
12710                 add "bounce mail" option
12711
12712 2001-11-13 [christoph]  0.6.5claws11
12713
12714         * src/compose.c
12715                 Cleanup a mess i add before commiting
12716
12717 2001-11-13 [hoa]        0.6.5claws10
12718
12719         * src/compose.c
12720                 some fixes when mail are sent or
12721                 for crossposts
12722
12723 2001-11-13 [christoph]  0.6.5claws9
12724
12725         * po/de.po
12726                 Changed two string with the same translation
12727         * src/compose.c
12728         * src/procmsg.[ch]
12729         * src/send.[ch]
12730                 New mailsending process:
12731                   - Always queue message before sending
12732                     (message will be saved if sylpheed crashed or
12733                      freezes while sending)
12734                   - Allow queuing of newspostings
12735                   - No copy in outbox before sending
12736                     (closes bug #469501)
12737                   - No more redundant code for send and send_later
12738         * src/summaryview.c
12739                 Applied wwp <subscript@free.fr>'s patch that fixes
12740                 marks for multiple forwarded messages (+compose.c)
12741
12742 2001-11-12 [alfons]
12743
12744         * README.claws
12745                 remove things that are now in main branch
12746         
12747         * po/nl.po
12748                 update Dutch translation
12749
12750 2001-11-12 [mhadasht]   0.6.5.claws8
12751
12752         * src/prefs_common.c
12753                 re-enabled account autoselection feature for forward
12754                 and reedit lost during the branch point for SYNC-B4-REL
12755         * src/gtkspell.c
12756                 gtkpspell_get_dict(): more readable code (even if function is
12757                 not used yet)
12758         * ChangeLog.claws
12759                 added version number info to 2001-11-12 [hiro] comment.
12760
12761 2001-11-12 [hiro]       0.6.5.claws7
12762
12763         * src/compose.c
12764                 compose_forward(): fixed a bug that forward quote mark
12765                 wasn't used.
12766                 removed unnecessary code.
12767         * src/template_select.[ch]: removed.
12768
12769 2001-11-11 [alfons]
12770
12771         * src/compose.c
12772                 :%s/GTK_TEXT/GTK_STEXT/g
12773         
12774         * src/compose.[ch]
12775         * src/undo.[ch]
12776         * src/Makefile.am
12777                 revert the undo stuff (this is 0.6.6claws stuff)
12778
12779 2001-11-11 [hoa]        0.6.5.claws6
12780
12781         * src/compose.[ch]
12782                 Insert signature at the end of the text.
12783                 Added undo patch but currently disabled
12784
12785         * src/procmsg.c
12786                 Threading by subject improved.
12787
12788         * added src/undo.[ch]
12789                 Undo module for compose dialog box.
12790
12791 2001-11-11 [alfons]     0.6.5.claws5
12792
12793         * src/procmsg.c
12794                 prevent threading by subject on nodes that have already been
12795                 threaded by in-reply-to (as in "circular references in a tree
12796                 result in a dead branch")
12797
12798 2001-11-09 [hoa]        0.6.5.claws4
12799         
12800         * src/folderview.c
12801                 allows creation of mbox folder item from any files.
12802
12803 2001-11-09 [alfons]     0.6.5.claws3
12804         
12805         * src/utils.c
12806         * src/procmsg.c
12807                 do what I mean and correct threading by subject so it really
12808                 ignores attracting lines without "Re: "
12809
12810 2001-11-07 [alfons]     0.6.5.claws2
12811
12812         * src/procmsg.c
12813         * src/utils.[ch]
12814                 only attract by subject if a subject line starts with a "Re: "
12815         * src/syldap.c
12816                 remove warning
12817
12818 2001-11-07 [paul]       0.6.5claws1
12819
12820         * sync with sylpheed 0.6.5. release
12821                 see ChangeLog entry 2001-11-07
12822
12823 2001-11-07 [paul]       0.6.4claws31
12824
12825         * sync with sylpheed 0.6.4cvs18
12826                 see ChangeLog entries 2001-10-30 to 2001-11-07
12827                 prefs_templates.[ch] renamed prefs_template.[ch]
12828
12829 2001-11-06 [alfons]
12830         
12831         * src/utils.h
12832                 add semicolon Hoa forgot ;-)
12833                 
12834
12835 2001-11-06 [hoa]        0.6.4claws30
12836         
12837         * src/procmsg.c
12838         * src/summaryview.c
12839         * src/utils.c
12840         * src/utils.h
12841                 threading by subject - empty subject are ignored
12842
12843 2001-11-06 [christoph]  0.6.4claws29
12844
12845         * src/socket.c
12846                 use SSL_peek for sock_gets
12847         * src/utils.c
12848                 removed unneeded pointer in extracting quoted
12849                 names implementation
12850
12851 2001-11-06 [melvin]     0.6.4claws28
12852
12853         * src/gtkspell.c
12854                 fixed bug #476792 Selection overtyping with spell checker
12855                 fixed bug which could cause a buffer overflow
12856                 fixed a memory leak
12857
12858 2001-11-06 [hoa]        0.6.4claws27
12859         
12860         * src/procmsg.c
12861         * src/summaryview.c
12862                 threading by subject
12863
12864 2001-11-05 [alfons]     0.6.4claws26
12865         
12866         * README.claws
12867                 Claws -> Sylpheed (vice versa)
12868
12869         * src/compose.c
12870                 :%s/gtk_text/gtk_stext/g
12871                 :%s/GTK_TEXT/GTK_STEXT/g
12872                 (thanks to Jonathan Ware for spotting this)
12873
12874 2001-11-04 [christoph]  0.6.4claws25
12875
12876         * src/summaryview.c
12877                 replace Xalloca + strdup with Xstrdup_a
12878         * src/utils.c
12879                 better implementation of extracting quoted names
12880                 from addresses (remove backlashes and ignore
12881                 quotes after them)
12882
12883 2001-11-04 [alfons]     0.6.4claws24
12884
12885         * src/utils.[ch]
12886                 edit to comply more with coding style
12887
12888         * src/textview.c
12889                 fix bug reported by Kim Schulz. introduced by the patch integrated
12890                 in 0.6.4claws15. the code did not check the return value of
12891                 the html parser.
12892
12893         * AUTHORS
12894                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
12895
12896 2001-11-04 [christoph]  0.6.4claws23
12897
12898         * src/main.c
12899         * src/prefs_common.[ch]
12900                 init some pointers that possibly caused a segfault
12901                 reported in the claws-users ML
12902
12903 2001-11-04 [hoa]        0.6.4claws22
12904
12905         * src/grouplistdialog.c
12906                 change the names of the nodes in the tree
12907
12908         * src/compose.c
12909                 enhanced mailto syntax as described in
12910                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
12911                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
12912
12913         * src/utils.c
12914                 encode and decode URI (useful when opening URL into
12915                 netscape).
12916
12917 2001-11-03 [hoa]        0.6.4claws21
12918
12919         * src/grouplistdialog.c
12920                 a new newsgroups list selection dialog box
12921                 with a CTree instead of a CList
12922
12923 2001-11-03 [hoa]        0.6.4claws20
12924
12925         * src/folderview.c
12926                 enable property and scoring options when right
12927                 click on "inbox"
12928
12929         * src/summaryview.c
12930                 fixed bug when nickname were displayed using
12931                 the address book.
12932
12933 2001-11-02 [darko]      0.6.4claws19
12934
12935         * src/compose.c
12936                 new wrap quotation and URL/long words wrapping implementation
12937         * src/compose.c src/gtkstext.[ch]
12938                 move gtkstext_strncmp() to gtkstext.c
12939
12940 2001-11-01 [christoph]  0.6.4claws18
12941
12942         * src/prefs_account.c
12943                 fixed mess in account settings dialog
12944         * src/prefs_folder_item.c
12945                 added label with folder path to dialog
12946
12947 2001-10-31 [match]      0.6.4claws17
12948
12949         * src/vcard.c
12950                 fix memory leak.
12951         * src/addrbook.c
12952                 fix generation of spurious address book file names.
12953                 remove redundant functions.
12954         * po/POTFILES.in
12955                 added missing file names.
12956
12957 2001-10-30 [paul]       0.6.4claws16
12958
12959         * sync with sylpheed 0.6.4cvs6
12960                 see ChangeLog entries 2001-10-26 to 2001-10-30
12961
12962         * tools/filter_conv.pl
12963                 read folderlist.xml to discover whether the top-level
12964                 folder is called 'Mailbox' or 'Mail' 
12965
12966 2001-10-29 [paul]       0.6.4claws15
12967
12968         * src/html.c, src/textview.c
12969                 activate links in html mail and fix clickable parts
12970                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12971
12972 2001-10-29 [paul]
12973
12974         * po/de.po, po/es.po, po/pt_BR/po
12975                 updated translations, submitted by Jens Oberender,
12976                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12977
12978 2001-10-29 [darko]      0.6.4claws14
12979
12980         * src/compose.c
12981                 fix wrapping for good
12982
12983 2001-10-29 [darko]
12984
12985         * src/compose.c
12986                 undo previous change as it broke the smart wrapping
12987
12988 2001-10-29 [darko]      0.6.4claws13
12989
12990         * src/compose.c
12991                 fix infinite loop when long URL is quoted
12992                 (closes bug #475122.
12993
12994 2001-10-28 [match]
12995
12996         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12997                 import Mutt address book
12998         * src/ldif.[ch] src/importldif.h
12999                 modified import LDIF handle user attributes
13000
13001 2001-10-28 [christoph]  0.6.4claws12
13002
13003         * src/summaryview.c
13004                 fixed that filtering did not work if there
13005                 were no filter rules
13006                 (closes bug #472003 and better implementation
13007                  of patch #474644)
13008
13009 2001-10-27 [christoph]  0.6.4claws11
13010
13011         * src/compose.c
13012                 make the folder's default account to be used when
13013                 replying. (patch by wwp <subscript@free.fr>)
13014         * src/compose.c
13015                 code cleanup, nearly killed all of wwp's patch
13016                 for folder's default account in compose
13017         * src/folderview.c
13018                 error panel when a folder could not be created
13019                 (closes bug #471080 new folder name & already
13020                  existing file)
13021
13022 2001-10-26 [alfons]
13023
13024         * src/utils.h
13025                 change prototype of strstr2() that Christoph forgot about
13026
13027 2001-10-26 [christoph]  0.6.4claws10
13028
13029         * src/account.c
13030                 made search for accounts by email address not case
13031                 sensitive
13032         * src/folder.c
13033                 fixed memory leak in folder_item_get_identifier
13034         * src/gtkspell.c
13035         * src/utils.c
13036                 fixed wrong strstr2 (should work like strstr)
13037
13038 2001-10-26 [darko]      0.6.4claws9
13039
13040         * src/compose.c src/gtkstext.[ch]
13041         * src/gtkstext.c
13042                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
13043
13044 2001-10-26 [paul]       0.6.4claws8
13045
13046         * src/html.c
13047                 ignore css and javascript tags in html mail
13048                 case-insensitive, with or without double-quoted
13049                 strings
13050
13051 2001-10-26 [paul]       0.6.4claws7
13052
13053         * sync with sylpheed 0.6.4cvs1
13054                 see ChangeLog entry 2001-10-26
13055
13056         * src/prefs_account.c, src/prefs_common.c,
13057           src/prefs_summary_column.c
13058                 minor improvements to the English
13059
13060 2001-10-25 [alfons]     0.6.4claws6
13061
13062         * src/gtkstext.c
13063         
13064                 make GtkSText follow style of GtkText (closes bug 
13065                 #469211 "text selection while writing message")
13066                 
13067                 do sync with GTK 1.2.10
13068
13069 2001-10-25 [paul]       0.6.4claws5
13070
13071         * src/html.c
13072                 ignore css tags in html mail
13073
13074 2001-10-25 [darko]      0.6.4claws4
13075
13076         * src/compose.c
13077                 don't declare is_url_string as static function since
13078                 we need it in gtkstext.c
13079         * src/gtkstext.c
13080                 remove unused variable
13081                 don't wrap long URLs while composing a message
13082
13083 2001-10-24 [christoph]  0.6.4claws3
13084
13085         * src/socket.c
13086                 fix ssl deadlock, when peer closes connection
13087
13088 2001-10-24 [paul]       0.6.4claws2
13089
13090         * src/prefs_common.c
13091                 gettextize the gpg ascii-armored warning message
13092
13093         * src/compose.c
13094                 insert a DOS/MAC file into the composed message
13095                 (improvements)
13096
13097         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
13098
13099 2001-10-22 [paul]       0.6.4claws1
13100
13101         * sync with sylpheed 0.6.4 release
13102                 see ChangeLog entries 2001-10-21
13103
13104         * po/fr.po, po/pt_BR.po
13105                 updated by Melvin Hadasht and Fabio Junior Beneditto
13106
13107 2001-10-21 [paul]       0.6.3claws30
13108
13109         * src/compose.c
13110                 insert a DOS text file from the compose window
13111                 into the composed message text (removes CRs characters)
13112                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
13113
13114         * tools/filter_conv.pl, tools/README
13115                 automatically use ~/.sylpheed as working directory
13116                 print out confirmation message on completion
13117
13118         * correct Hoa's last ChangeLog.claws entry
13119
13120 2001-10-20 [hoa]        0.6.3claws29
13121
13122         * src/grouplistdialog.c
13123                 bugfix (another ?) to give the right
13124                 newsgroups list for each news server.
13125
13126         * src/news.c
13127         * src/news.h
13128                 improve the newsgroups list cache
13129
13130 2001-10-20 [paul]       0.6.3claws28
13131
13132         * sync with sylpheed 0.6.3cvs9
13133                 see ChangeLog entry 2001-10-19
13134
13135         * correct Alfons' last ChangeLog.claws entry
13136
13137 2001-10-19 [alfons]
13138
13139         * src/pgptext.[ch]
13140                 fix compilation problems (part of bug #472895)
13141
13142 2001-10-18 [hoa]        0.6.3claws27
13143
13144         * src/grouplistdialog.c
13145                 bugfix when we refresh was clicked (bug 472701)
13146
13147 2001-10-19 [christoph]  0.6.3claws26
13148
13149         * src/compose.c
13150                 last header entry should default to "To:" or
13151                 "Newsgroups:" and not copy the last entry line
13152                 in a new compose window
13153                 (closes bug #472686, #470792)
13154
13155 2001-10-19 [paul]       0.6.3claws25
13156
13157         * sync with Sylpheed 0.6.3cvs8
13158                 see ChangeLog entries 2001-10-18 and 2001-10-19
13159
13160 2001-10-18 [christoph]  0.6.3claws24
13161
13162         * src/procmsg.c
13163                 reimplement ignore thread
13164         
13165 2001-10-18 [hoa]        0.6.3claws23
13166
13167         * src/folderview.c
13168         * src/grouplistdialog.[ch]
13169                 enhanced news subscription interface (feature 469113)
13170
13171         * src/news.c
13172         * src/news.h
13173                 enchanced newsgroup listing,
13174                 now, we can get groups informations
13175                 (NNTPGroupInfo)
13176
13177 2001-10-18 [paul]       0.6.3claws22
13178
13179         * src/summaryview.c
13180                 remove comment (sync with main branch)
13181         * src/mainwindow.c
13182                 fix 'Re-edit' bug in 'Message' menu
13183
13184 2001-10-17 [christoph]  0.6.3claws21
13185
13186         * src/compose.c
13187                 ignore empty or whitespace only header lines
13188
13189 2001-10-17 [paul]       0.6.3claws20
13190
13191         * sync with sylpheed 0.6.3cvs7
13192                 see ChangeLog entries 2001-10-14, 2001-10-16, and
13193                 2001-10-17
13194
13195 2001-10-17 [darko]
13196
13197         * src/compose.c
13198                 wrap long lines without spaces
13199                 don't wrap URLs
13200
13201 2001-10-16 [paul]
13202
13203         * po/es.po, po/nl.po, po/pt_BR.po
13204                 updated by Ricardo Mones Lastra, Alfons,
13205                 and Fabio Junior Beneditto
13206
13207         * sylpheed-0.6.3claws released
13208
13209 2001-10-15 [melvin] 0.6.3claws18
13210
13211         * README.claws
13212                 added summary and detailed installation instructions
13213                 for spell checker
13214         * po/fr.po
13215                 Updated, corrected and completed french translation
13216
13217 2001-10-15 [hoa] 0.6.3claws17
13218         * src/grouplistdialog.c
13219                 we can choose the newsgroups to display with wildcards
13220
13221 2001-10-15 [christoph]  0.6.3claws16
13222
13223         * src/account.c
13224         * src/compose.c
13225         * src/prefs_folder_item.[ch]
13226                 applied wwp <subscript@free.fr>'s folder
13227                 default account patch
13228         * po/de.po
13229                 Fixed wrong translation
13230
13231 2001-10-13 [alfons, christoph, melvin]  
13232                         0.6.3claws15
13233
13234         solution #2 to solve MT-safety problems defers all GUI related calls
13235         to the main thread using a gtk_idle_add() callback. discussed on
13236         ircnet #sylpheed, with christoph spotting some issues with the
13237         original code, and melvin allowing us to lobotomize his sylpheed.
13238
13239         * src/syldap.[ch], src/main.c
13240                 fix race problem in ldap search thread by deferring GUI 
13241                 stuff to main thread using gtk_idle_add()
13242
13243 2001-10-13 [paul]       0.6.3claws14
13244
13245         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
13246                 add Sergey's smtpcred.patch
13247                 adds separate username/password setting for SMTP Auth
13248                 needed by some servers
13249                 (closes feature request #471659)
13250
13251 2001-10-13 [paul]       0.6.3claws13
13252
13253         * src/pgptext.[ch] **NEW FILES**
13254         * src/Makefile.am, src/messageview.c, src/mimeview.c
13255                 decrypt ascii-armored gpg text embedded in
13256                 the message body.
13257                 Submitted by Jens Jahnke <jan0sch@gmx.net>
13258
13259 2001-10-13 [christoph]  0.6.3claws12
13260
13261         * README.claws
13262                 some more details on default to and
13263                 feature requests
13264         * src/main.c
13265                 init glib threading when ldap is used
13266         * src/syldap.c
13267                 threading fixes
13268         * po/de.po
13269                 fixed a typo
13270
13271 2001-10-12 [paul]       0.6.3claws11
13272
13273         * src/prefs_common.[ch], src/rfc2015.c
13274                 enable ascii-armored gpg text to be embedded in the
13275                 message body, selectable through the 'Privacy'
13276                 preferences. Supports encrypting only.
13277                 Submitted by Ravemax <ravemax@dextrose.com>
13278
13279 2001-10-12 [paul]       0.6.3claws10
13280
13281         * sync with sylpheed 0.6.3cvs6
13282                 see ChangeLog entries 2001-10-11 and 2001-11-12
13283
13284         * src/folderview.c
13285                 incorporated mbox folders, scoring, and folder
13286                 properties into the sync
13287
13288 2001-10-12 [darko]      0.6.3claws9
13289
13290         * README.claws
13291                 describe quotation wrapping
13292         * src/compose.c
13293                 don't treat tab as space to calculate line length properly
13294
13295 2001-10-11 [alfons]
13296
13297         * README.claws
13298                 correct description of how to make new filtering system work,
13299                 add some other things
13300                 
13301         * src/syldap.c
13302                 remove sched_yield() (not necessary / unportable)
13303
13304 2001-10-11 [paul]       0.6.3claws8
13305
13306         * sync with sylpheed 0.6.3cvs3
13307                 see ChangeLog entry 2001-10-10
13308
13309 2001-10-10 [christoph]  0.6.3claws7
13310
13311         * .cvsignore
13312                 ignore 2 files created by newer autotools
13313         * src/prefs_folder_item.c
13314                 using table for widget alignment
13315                 fixed memory leak and broken octal display
13316         * src/filesel.c
13317                 fixed segfault caused by lost filename
13318                 workaround (closes bug #469551)
13319
13320 2001-10-10 [paul]       0.6.3claws6
13321
13322         * sync with sylpheed 0.6.3cvs2
13323                 see ChangeLog entries 2001-10-09 and 2001-10-10
13324
13325 2001-10-10 [darko]      0.6.3.claws5
13326
13327         * src/gtkstext.c
13328                 proper calculation of right margin if smart wrapping is enabled
13329         * src/compose.c
13330                 automatically wrap long lines if wrap quotation is enabled
13331
13332 2001-10-09 [alfons]     0.6.3.claws4
13333
13334         * src/summaryview.c
13335                 select correct row when deleting last row in the summary view (and
13336                 close bug "[ #469104 ] select second last in list when deleting")
13337
13338 2001-10-09 [paul]       0.6.3claws3
13339
13340         * sync with sylpheed 0.6.3cvs1
13341                 updated some autotool scripts
13342
13343 2001-10-09 [darko]      0.6.3claws2
13344
13345         * src/gtkstext.[ch]
13346                 new name and mark with Sylpheed comment
13347         * src/compose.c
13348                 smart quotation wrapping a-la VIM
13349
13350 2001-10-08 [paul]       0.6.3claws1
13351
13352         * sync with sylpheed 0.6.3 release
13353                 see ChangeLog entry 2001-10-08
13354
13355 2001-10-08 [paul]       0.6.2claws24
13356
13357         * src/summaryview.c
13358                 more sync with sylpheed 0.6.2cvs12
13359                 Fixed the bug that didn't select the last row correctly
13360
13361
13362 2001-10-07 [paul]       0.6.2claws23
13363
13364         * sync with sylpheed 0.6.2cvs12
13365                 see ChangeLog entry 2001-10-07
13366
13367 2001-10-06 [match]
13368         * src/jpilot.[ch]
13369                 enable jpilot to read unsynch'ed addresses.
13370
13371         * src/editldap_basedn.c
13372                 fix segfault when opening dialog.
13373
13374 2001-10-06 [alfons]     0.6.2.claws22
13375
13376         * src/summaryview.c
13377                 fix bug with summary view selecting last *inserted*
13378                 node instead of last *visible* node. remember we
13379                 work with a tree
13380
13381 2001-10-06 [paul]       0.6.2claws21
13382
13383         * po/pt_BR.po
13384                 updated translation, contains some fixes and new
13385                 translations, submitted by Gustavo Noronha Silva
13386                 <kov@debian.org>
13387
13388         * src/prefs_common.c
13389                 change 'each' to 'every' - fix dubious English
13390
13391         * sync with sylpheed 0.6.2cvs11
13392
13393 2001-10-05 [alfons]     0.6.2claws20
13394
13395         * src/mainwindow.[ch], src/folderview.c
13396                 make composite tool button switch between "Compose News"
13397                 and "Compose Mail" depending on selected folder
13398                 (nifty idea by Kim Schulz <kim@schulz.dk>)
13399
13400 2001-10-05 [paul]       0.6.2claws19
13401
13402         * src/mainwindow.c, src/summaryview.c
13403                 fix 'Message/Reply to all', broken in last commit
13404
13405         * src/compose.c
13406                 fix X_BEENTHERE seg fault, thanks to Alfons
13407
13408 2001-10-04 [paul]       0.6.2claws18
13409
13410         * src/compose.[ch], src/mainwindow.c
13411                 make "Message/Reply" reply to mailing lists; matches
13412                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
13413                 based on portions of the patch submitted by
13414                 Junichi Uekawa <dancer@netfort.gr.jp>
13415
13416 2001-10-04 [darko]      0.6.2claws17
13417
13418         * src/compose.c
13419                 better smart wrapping
13420         * src/gtkstext.[hc]
13421                 a function to make text buffer contiguous
13422
13423 2001-10-03 [paul]       0.6.2claws16
13424
13425         * sync with sylpheed 0.6.2cvs10
13426
13427 2001-10-02 [alfons]
13428
13429         * configure.in
13430         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
13431                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
13432                 references to chinese translations (hope someone picks up
13433                 this)
13434
13435 2001-10-02 [christoph]  0.6.2claws15
13436
13437         * src/compose.c
13438                 fixed non translated header bug
13439         * ChangeLog.claws
13440                 fixed wrong date in alfons last entry ;)
13441
13442 2001-10-02 [alfons]     0.6.2claws14
13443
13444         * src/compose.c, src/prefs_common.[ch]
13445                 add block cursor option
13446
13447 2001-10-02 [paul]       0.6.2claws13
13448
13449         * sync with sylpheed 0.6.2cvs9
13450
13451 2001-09-30 [paul]       0.6.2claws12
13452
13453         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
13454                 updated translations
13455
13456         * po/POTFILES.in
13457                 add 'src/importldif.c'
13458
13459         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
13460                 added eudora-to-vCard conversion tool
13461                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
13462
13463         * sync with sylpheed 0.6.2cvs8
13464
13465 2001-09-30 [paul]
13466
13467         * sylpheed-0.6.2claws released
13468
13469 2001-09-27 [melvin]     0.6.2claws11
13470
13471         * src/gtkspell.c
13472                 fixed crash when using default path (introduced 
13473                 in 0.6.2claws10)
13474                 fixed tiny bug for initial suggestion mode
13475
13476 2001-09-27 [melvin]     0.6.2claws10
13477         
13478         * src/gtkspell.c
13479                 fixed bug where gtkpspell didn't set the path correctly
13480
13481         * README.claws
13482                 added a paragraph about spell checking
13483                 
13484
13485
13486 2001-09-27 [paul]       0.6.2claws9
13487
13488         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
13489                 replace '// comments' with '/* comments */' to prevent
13490                 some compiler warnings 
13491
13492         * sync with sylpheed 0.6.2cvs6
13493
13494 2001-09-26 [alfons]     0.6.2claws8
13495
13496         * src/messageview.c
13497                 introduce return receipt request notification again,
13498                 which was lost because of other semantics in 
13499                 procheader_parse() (???)
13500
13501 2001-09-26 [christoph]  0.6.2claws7
13502
13503         * src/compose.c
13504                 replace comments for old code with #if 0
13505                 readded auto cc, bcc and reply-to
13506         * src/prefs_matcher.c
13507         * src/prefs_scoring.c
13508                 removed some definition (was moved to
13509                 prefs.h)
13510
13511 2001-09-26 [paul]       0.6.2claws6
13512
13513         * src/mainwindow.c
13514                 make 'Follow-up and reply to' sensitive
13515
13516         * more sync with sylpheed 0.6.2cvs5
13517
13518 2001-09-25 [melvin]
13519
13520         * 0.6.2claws5
13521
13522         * src/gtkspell.c
13523                 fixed bug for "US-ASCII" introduced by the encoding code
13524
13525 2001-09-25 [paul]
13526
13527         * 0.6.2claws4
13528
13529         * src/prefs_common.[ch], src/summaryview.c
13530                 'next unread msg' 'go to next folder?' dialog can be
13531                 given default behaviour, either always show dialog,
13532                 or assume 'yes', or assume 'no'
13533                 Submitted by wwp <subscript@free.fr>
13534
13535 2001-09-25 [melvin]
13536                 
13537         * src/compose.c src/gtkspell.[ch]
13538                 added support for different encodings
13539
13540 2001-09-25 [paul]
13541
13542         * more sync with sylpheed 0.6.2cvs5
13543
13544 2001-09-24 [alfons]
13545         
13546         * src/prefs_folder_item.c
13547                 add check for item->prefs->default_to string is NULL and
13548                 add another check when freeing this string
13549
13550 2001-09-24 [paul]
13551
13552         * configure.in
13553                 change to version 0.6.2claws3
13554
13555         * sync with sylpheed 0.6.2cvs5 
13556
13557 2001-09-24 [match]
13558         * src/ldif.[ch], src/importldif.[ch], addressbook.c
13559                 import LDIF files.
13560         * src/addrcache.[ch], addrindex.[ch]
13561                 small update for future
13562         * src/addrbook.c
13563                 fix test XML file.
13564
13565 2001-09-24 [melvin]
13566         * src/gtkspell.[ch]
13567                 added 'Learn from mistakes' option
13568                 better handling of quotes in checked words
13569                 sorted dict list
13570         * po/fr.po
13571                 small update for spell checking stuff
13572
13573 2001-09-23 [alfons]
13574         
13575         * src/gtkspell.c
13576                 edit a little bit so it complies more with main coding style
13577
13578 2001-09-23 [alfons]
13579
13580         * src/folder.[ch], prefs_folder_item.c, compose.c
13581                 migrate "request return receipt" folder property
13582                 to folderlist.xml
13583
13584 2001-09-22 [alfons]
13585
13586         * README.claws **NEW**
13587                 (add things of interest for users of main branch 
13588                 and claws here)
13589
13590         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
13591                 re-implement threading per folder option, but store 
13592                 the setting in folderlist.xml (where it belongs)
13593
13594 2001-09-21 [melvin]
13595
13596         * src/gtkspell.[ch]
13597                 fixed bug when compose window is under another window
13598         * src/prefs_common.[ch] src/compose.c
13599                 changed 'dictionary_path' to 'dictionary' to be consistent
13600                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
13601         * ac/pspell.m4 src/Makefile.am 
13602                 dropped PSPELL_PATH macro
13603         * po/fr.po
13604                 updated translations
13605
13606 2001-09-21 [christoph]
13607
13608         * src/compose.c
13609                 added border around header fields
13610                 keep header type when new field is added
13611
13612 2001-09-20 [christoph]
13613
13614         * src/utils.[ch]
13615                 more portable debug_print with source filename
13616                 and linenumber
13617         * src/procmsg.c
13618                 more newlines after debug messages
13619
13620 2001-09-20 [paul]
13621
13622         * configure.in
13623                 change to version 0.6.2claws2
13624
13625         * sync with sylpheed 0.6.2cvs3
13626
13627 2001-09-19 [melvin]
13628
13629         * src/gtkspell.c
13630                 fixed the post-right-click focus pb
13631                 fixed crash when 'Spell check all' after dict change 
13632                         and when cursor is at the end of the text
13633                 shift-right-click pops up config menu even on misspelled words.
13634         * po/POTFILES.in
13635                 added gtkspell.c
13636
13637 2001-09-19 [melvin]
13638
13639         * src/about.c
13640                 added pspell to compiled-in features list
13641
13642 2001-09-18 [melvin]
13643
13644         * switched to pspell and dropped ispell
13645         * ac/pspell.m4
13646                 new file. autoconf macro for pspell
13647         * ac/Makefile.am 
13648         * configure.in acconfig.h
13649                 added pspell support
13650         * src/Makefile.am
13651         * src/main.c src/compose.[ch] src/gtkspell.[ch]
13652         * src/prefs_common.[ch] 
13653                 added pspell support
13654
13655 2001-09-18 [christoph]
13656
13657         * src/addr_compl.c
13658         * src/template.[ch]
13659                 replace LOG_MESSAGE with debug_print
13660         * src/compose.[ch]
13661                 gui improvements
13662         * src/menu.c
13663                 added newline after debug message
13664         * src/utils.h
13665                 using __VA_ARGS__ for debug_print macro
13666         * tools/.cvsignore
13667                 ignore Makefile and Makefile.in
13668
13669 2001-09-18 [paul]
13670
13671         * configure.in
13672                 change to version 0.6.2claws1
13673         * sync with sylpheed 0.6.2cvs1
13674
13675         * src/matcher.c 
13676         * src/prefs_matcher.c
13677                 add 'score equal to' option, submitted by
13678                 Paul Evans <nerd@freeuk.com>
13679
13680 2001-09-15 [christoph]
13681
13682         * src/mainwindow.c
13683                 comment out menu entry not existing in claws
13684         * src/menu.c
13685                 add debug output for non existing menu entries
13686         * src/summaryview.c
13687                 fix next/prev unread message for ignored threads
13688         * src/utils.[ch]
13689                 add sourcefile and line number to debug output
13690                 otherwise it is sometimes hard to find the
13691                 source code part if debug messages are translated
13692
13693 2001-09-14 [darko]
13694         
13695         * src/folderview.c
13696                 refresh target folder style after colour is changed
13697
13698 2001-09-13 [paul]
13699
13700         * configure.in
13701                 change to version 0.6.1claws3
13702
13703         * sync with sylpheed 0.6.1cvs6
13704
13705 2001-09-13 [darko]
13706         
13707         * src/folderview.c
13708                 fix target folder colourization to use user selected colour
13709
13710 2001-09-12 [darko]
13711         
13712         * src/summaryview.c
13713                 fix crash when message that is marked for copy/move is unmarked
13714
13715 2001-09-09 [paul]
13716
13717         * configure.in
13718                 change to version 0.6.1claws2
13719
13720         * sync with sylpheed 0.6.1cvs3
13721
13722 2001-09-09 [alfons]
13723         
13724         * src/folderview.c
13725                 fix bug with default font used for trash folder text
13726
13727 2001-09-06 [paul]
13728
13729         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13730                 updated translations
13731
13732         * configure.in
13733                 change to version 0.6.1claws1
13734
13735         * sync with sylpheed 0.6.1cvs2
13736
13737 2001-09-03 [paul]
13738
13739         * po/POTFILES.in
13740                 add Match's new addressbook
13741
13742         * po/de.po
13743                 updated translation submitted by Jens Oberender
13744
13745 2001-09-02 [paul]
13746
13747         * configure.in
13748                 change to 0.6.1claws
13749         * sync with sylpheed 0.6.1 release
13750
13751 2001-09-02 [paul]
13752
13753         * configure.in
13754                 change to 0.6.0claws2
13755
13756         * sync with sylpheed 0.6.0cvs4
13757
13758         * po/pt_BR.po
13759                 updated translation submitted by Fabio Junior Beneditto
13760
13761 2001-09-01 [match]
13762         * pixmaps/
13763                 interface.xpm
13764                 book.xpm
13765                 address.xpm
13766         * src/
13767                 Makefile.am
13768                 a ton of new files
13769
13770 2001-08-31 [paul]
13771
13772         * configure.in
13773                 change to version 0.6.0claws1
13774
13775         * sync with sylpheed 0.6.0cvs1
13776
13777         * po/es.po
13778                 updated translation submitted by Ricardo Mones Lastra
13779
13780         * po/POTFILES.in
13781                 add 'src/prefs_templates.c'
13782
13783         * src/compose.c, src/summaryview.c
13784                 fix segfault on 'Re_edit'               
13785
13786 2001-08-30 [alfons]
13787
13788         * configure.in, Makefile.am
13789         * tools/Makefile.am
13790                 add tools directory to source distribution
13791
13792 2001-08-30 [paul]
13793
13794         * configure.in
13795                 change to version 0.6.0claws
13796
13797         * sync with sylpheed 0.6.0 release
13798
13799 2001-08-30 [christoph]
13800
13801         * configure.in
13802                 removed autoconf version check
13803
13804 2001-08-30 [paul]
13805
13806         * src/account.c, src/compose.c, src/prefs_common.[ch]
13807         * src/procheader.[ch] src/utils.[ch]
13808                 Enhanced automatic account selection on replies
13809                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
13810
13811         * configure.in
13812                 add LDAP and JPilot to the configuration results output.
13813
13814 2001-08-29 [christoph]
13815
13816         * src/summeryview.c
13817                 no bold font for ignored threads
13818
13819 2001-08-29 [paul]
13820
13821         * configure.in
13822                 change to version 0.5.3claws6
13823
13824         * sync with sylpheed 0.5.3cvs10
13825                 src/stringtable.[ch]: New Files
13826
13827         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
13828         * src/pixmaps/sylpheed.xpm
13829                 add mini-icons to windows (by Alfons)
13830
13831 2001-08-27 [paul]
13832
13833         * src/mainwindow.c
13834                 new functions: next_labeled_cb(), prev_labeled_cb()
13835
13836         * src/summaryview.c
13837                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
13838                 summary_select_next_labeled(), summary_select_prev_labeled()
13839
13840         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
13841                 give claws blue folders and a blue trash can
13842
13843 2001-08-27 [paul]
13844
13845         * configure.in
13846                 change to version 0.5.3claws5
13847
13848         * sync with sylpheed 0.5.3cvs9
13849                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
13850
13851 2001-08-24 [christoph]
13852
13853         * src/filesel.c
13854                 keep filename when browsing directories
13855                 (not working for user entered filename, but
13856                  for default name and selected filename from
13857                  file list)
13858         * src/mainwindow.c
13859                 fixed wrong spelling "Folllow-up"
13860         * src/mbox_folder.c
13861         * src/procmsg.c
13862         * src/summaryview.c
13863                 fixed new/unread message count with ignored
13864                 threads (2 commits, first didn't notice no
13865                 longer needed decreasing)
13866         * src/inc.c
13867                 readded scrolling of progress dialog
13868                 (lost in sync)
13869
13870 2001-08-24 [paul]
13871
13872         * configure.in
13873                 change to 0.5.3claws4
13874
13875         * sync with sylpheed 0.5.3cvs7
13876
13877 2001-08-24 [christoph]
13878
13879         * src/compose.c
13880                 set request return receipt when replying
13881                 if it is set is the folder prefs of the
13882                 message
13883         * src/inc.c
13884                 disable final error popup if popups are
13885                 disabled in config (again)
13886
13887 2001-08-23 [paul]
13888
13889         * configure.in
13890                 Change version number to 0.5.3claws3
13891
13892         * sync with sylpheed 0.5.3cvs5
13893
13894         * src/mimeview.c
13895                 double quote '%s' in 'gedit %s' to fix bug when
13896                 opening attachment with spaces in the name
13897
13898 2001-08-22 [alte]
13899         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
13900           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
13901                 initial message templates support
13902
13903
13904 2001-08-22 [paul]
13905
13906         * configure.in
13907                 change version number to 0.5.3claws2
13908
13909         * sync with sylpheed 0.5.3cvs4
13910
13911         * src/procmsg.h src/summaryview.c
13912                 re-implement (un)ignore thread
13913
13914 2001-08-21 [paul]
13915
13916         * src/summaryview.c
13917                 remove unnecessary code
13918         * src/compose.c
13919                 enable 'dynamic' signatures (submitted by
13920                 Eric Limpens <eric@hscg-internet.nl>)
13921
13922 2001-08-21 [paul]
13923
13924         clean up after sync with sylpheed 0.5.3 release
13925
13926         * src/folderview.c
13927                 fix re-introduced font mess, see Christoph's
13928                 entry 2001-06-24
13929
13930         * src/summaryview.c
13931                 remove prev_msgnum
13932                 use sylpheed's small font instead of
13933                 gtk default font for summary view
13934
13935
13936 2001-08-17 [paul]
13937
13938         * configure.in
13939                 add pl to ALL_LINGUAS - sync with main branch
13940
13941         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13942                 Updated. Translations by Jens Oberender, Ricardo Mones
13943                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
13944
13945         * po/pl.po  ** NEW FILE **
13946                 sync with the main branch
13947
13948         * src/folderview.c
13949                 fix target folder colorizing and refresh problem
13950
13951
13952 2001-08-17 [christoph]
13953
13954         * src/mainwindow.c
13955                 claws uses 4 colors for target folder coloring.
13956                 arrays were not long enough and destroyed the
13957                 stack causing a segfault.
13958                 target folder colorizing does not work anymore
13959                 for me
13960
13961 2001-08-16 [paul]
13962
13963         * configure.in
13964                 change to version 0.5.3claws1
13965
13966         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13967           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13968           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13969
13970                 sync with sylpheed 0.5.3 release, but keep claws method of
13971                 configuring/saving fonts
13972
13973         * src/addressbook.[ch]
13974                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13975                 in line with a similar change in Hiroyuki's branch
13976
13977         * src/mainwindow.[ch]
13978                 disable main_window_set_thread_option()
13979         * src/prefs_folder_item.c
13980                 comment out &tmps_prefs.enable_thread,
13981         * src/mbox_folder.c, src/procmsg.[ch]
13982                 comment out MSG_IS_IGNORE_THREAD
13983         * src/summaryview.c
13984                 comment out summary_ignore_thread() and summary_unignore_thread()
13985                 comment out MSG_IS_IGNORE_THREAD
13986
13987                 use Hiroyuki's threading instead.
13988
13989
13990
13991 2001-08-15 [paul]
13992
13993         * src/account.c
13994                 use Hiroyuki's 0.5.3 column scheme but also
13995                 include the enable/disable button.
13996         * src/pixmaps/mark.xpm
13997                 add Hiroyuki's amended pixmap
13998
13999 2001-08-13 [christoph]
14000
14001         * src/account.c
14002                 receive at get all column showed wrong state for APOP
14003                 button should only work for POP3 and APOP accounts
14004         * src/prefs_account.c
14005                 added missing preprocessor statement for SSL
14006
14007 2001-08-12 [paul]
14008
14009         * src/account.[ch]
14010                 add 'receive at get all' column and enable/disable
14011                 button.
14012
14013 2001-08-06 [christoph]
14014
14015         * src/account.c
14016                 show usage of SSL in protocol column
14017
14018         * src/imap.c
14019         * src/inc.c
14020                 renamed ssl options
14021
14022         * src/prefs_account.[ch]
14023                 moved ssl options to a new page
14024
14025         * src/send.c
14026         * src/smtp.c
14027         * src/ssl.[ch]
14028                 renamed ssl options
14029                 added support for SMTP STARTTLS command
14030
14031 2001-08-05 [christoph]
14032
14033         * configure.in
14034                 debian autoconf needs version check to find
14035                 correct autoconf version. if the file is
14036                 named configure.in 2.13 is used, which does
14037                 not work with this configure.in script.
14038                 other solution would be to rename the script
14039                 to configure.ac as suggested in the autoconf
14040                 manual.
14041
14042         * src/inc.c
14043                 disable final error popup if popups are
14044                 diabled in config
14045
14046         * src/socket.c
14047                 bugfix in ssl_gets
14048                 fixes IMAP over SSL problem
14049
14050 2001-08-03 [paul]
14051
14052         * configure.in
14053                 change to 0.5.2claws1
14054
14055         * sync with sylpheed 0.5.2cvs1
14056
14057 2001-08-02 [alfons]
14058
14059         * configure.in
14060                 quick fix for ispell detection...
14061
14062 2001-08-01 [paul]
14063
14064         * configure.in
14065                 change to 0.5.1claws4
14066
14067         * sync with sylpheed 0.5.1cvs7
14068
14069 2001-07-31 [alfons]
14070
14071         * src/prefs_common.c, src/prefs_common.h, 
14072           src/gtkspell.c, src/gtkspell.h
14073                 add global spelling checker settings (compose tab) +
14074                 selection of dictionary 
14075           
14076         * configure.in  
14077                 guess valid ispell location
14078
14079 2001-07-31 [paul]
14080
14081         * po/POTFILES.in
14082                 removal of 'src/quote_fmt_parse.c'
14083         * po/de.po
14084                 Updated de.po
14085                 (submitted by Jens Oberender <didge@suse.de>)
14086
14087 2001-07-31 [darko]
14088
14089         * src/folder.[ch]
14090         * src/folderview.[ch]
14091         * src/mainwindow.c
14092         * src/mh.c
14093         * src/prefs_common.[ch]
14094         * src/summaryview.c
14095                 target folder colourization
14096
14097 2001-07-30 [paul]
14098
14099         more sync with Sylpheed 0.5.1cvs6 
14100
14101 2001-07-30 [darko]
14102
14103         * src/mh.c
14104         * src/prefs_folder_item.[hc]
14105         * src/summaryview.c
14106                 shared folders support with a GUI
14107
14108 2001-07-29 [paul]
14109
14110         0.5.1claws3
14111
14112         * sync with Sylpheed 0.5.1cvs6
14113
14114 2001-07-29 [paul]
14115
14116         * po/pt_BR.po
14117                 updated
14118                 (submitted by Fabio Junior Beneditto)
14119
14120 2001-07-28 [paul]
14121
14122         * src/procmime.c
14123         * AUTHORS
14124                 patch to correct bad image mime headers
14125                 (submitted by Don Quijote <dq@searchlores.org>)
14126
14127 2001-07-28 [paul]
14128
14129         * tools/gif2xface.pl   **NEW FILE**
14130         * tools/README
14131                 script to convert file.gif to file.xface for
14132                 use in a custom header.
14133                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
14134
14135 2001-07-27 [alfons]
14136         
14137         * configure.in
14138                 change macros for detecting JPilot and LDAP
14139
14140 2001-07-27 [christoph]
14141
14142         * src/filtering.c
14143                 code cleanup (MIN / MAX warning, needed casting)
14144
14145 2001-07-27 [alfons]
14146
14147         * procheader.c
14148                 disallow setting flags when detecting certain headers
14149                 (X-Status, Status, Seen, X-Seen). 
14150         
14151         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
14152
14153 2001-07-27 [christoph]
14154
14155         * src/prefs_filter.c
14156         * src/prefs_filtering.c
14157         * src/prefs_matcher.c
14158         * src/prefs_scoring.c
14159                 scroll list when moving rows up or down
14160
14161         * src/imap.c
14162         * src/imap.h
14163         * src/prefs_account.c
14164         * src/prefs_account.h
14165         * src/send.c
14166                 SMTP over SSL (untested, feedback requested)
14167                 IMAP over SSL
14168
14169         * src/ssl.c
14170                 code cleanup
14171
14172 2001-07-26 [alfons]
14173         
14174         * configure.in, acconfig.h
14175                 define CLAWS (need this for main / claws detection)
14176
14177 2001-07-25 [alfons]
14178
14179         * configure.in
14180                 Sylpheed 0.5.1claws2
14181                 
14182         * sync with Sylpheed 0.5.1cvs4
14183
14184 2001-07-25 [christoph]
14185
14186         * src/scoring.c
14187                 fixed segfault
14188                 item->prefs == NULL (don't know why)
14189
14190 2001-07-25 [alfons]
14191
14192         * configure.in
14193                 Sylpheed 0.5.1claws1
14194
14195         * sync with Sylpheed 0.5.1cvs1-3
14196
14197 2001-07-24 [christoph]
14198
14199         * src/folderview.c
14200         * src/prefs_folder_item.[ch]
14201                 added folderitem preferences dialog with
14202                 default To: and auto request return receipt
14203
14204         * src/compose.[ch]
14205         * src/menu.[ch]
14206                 changes to handle new folderitem preferences
14207
14208         * src/mainwindow.c
14209         * src/summaryview.c
14210                 call compose new mail with current folderitem
14211
14212 2001-07-24 [alfons]
14213
14214         Release Sylpheed 0.5.1claws
14215
14216         * configure.in
14217                 change to release version 0.5.1claws
14218
14219 2001-07-24 [christoph]
14220
14221         * src/summaryview.c
14222                 fixed segfault that happend when the selected
14223                 message was removed while retrieving new messages.
14224
14225         * po/es.po
14226                 updated translation
14227                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
14228
14229 2001-07-22 [alfons]
14230
14231         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
14232         this is a work in progress, for more information: http://nlpagan.net/sylman 
14233         
14234         * configure.in, src/mainwindow.c, manual/Makefile.am
14235                 add support for English manual
14236
14237         * AUTHORS
14238                 add authors of user manuals
14239
14240         * manual/en/sylpheed*.html
14241                 add English documentation
14242
14243 2001-07-22 [christoph]
14244
14245         * po/POTFILES.in
14246                 added src/ssl.c
14247         * src/ssl.c
14248                 changed a wrong debug message
14249
14250 2001-07-22 [alfons]
14251
14252         * po/nl.po
14253                 update Dutch translation
14254
14255         * src/prefs_filtering.c, 
14256           src/prefs_matcher.c
14257                 add more translatable strings           
14258
14259 2001-07-21 [alfons]
14260
14261         0.5.0claws7
14262
14263         * configure.in
14264                 change version
14265
14266         * src/inc.c, src/summaryview.[ch]
14267                 prevent update of mark file when filtering has done, by
14268                 using a variable; this affects two functions:
14269                         inc.c::inc_finished()
14270                         summaryview.c::summary_show()
14271
14272 2001-07-20 [alfons]
14273
14274         * src/filtering.[ch], src/prefs_filtering.c, 
14275           src/matcher.[ch]
14276                 add filtering action for label coloring 
14277
14278         * po/POTFILES.in
14279                 add labelcolors.c
14280
14281         * added src/labelcolors.c
14282         * added src/labelcolors.h
14283         * src/Makefile.am, src/summaryview.c
14284                 rearrange label coloring code
14285
14286         * src/procmsg.h
14287                 add more parentheses so label colouring works correctly
14288
14289         * src/filtering.c
14290                 don't really delete message, but move it to Trash
14291
14292         * src/prefs_matcher.c
14293                 add quote options to info dialog
14294
14295 2001-07-20 [christoph]
14296
14297         * src/Makefile.am
14298         * src/inc.c
14299         * src/main.[ch]
14300         * src/socket.h
14301         * src/ssl.[ch] (new)
14302                 moved ssl stuff to a seperate file
14303
14304 2001-07-20 [darko]
14305
14306         * src/summaryview.c
14307                 fix show sender using address book with no e-mail
14308                 address in From: field
14309
14310 2001-07-19 [alfons]
14311
14312         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
14313                 fix messy handling of escaping... now at least the
14314                 execute command is useful. escape char is '\', we
14315                 accept \n and \r too. 
14316
14317                 Real life example:
14318                 
14319                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
14320                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
14321
14322 2001-07-18 [alfons]
14323
14324         0.5.0claws6
14325
14326         * src/summaryview.c
14327                 clean up
14328
14329         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
14330           src/procmsg.[ch]
14331                 revise filtering; currently move, copy, marking have
14332                 been tested. if you like bleeding edge stuff, you
14333                 should definitely go for this version :)
14334
14335         * mark old working stuff as VERSION_0_5_0_CLAWS5        
14336
14337 2001-07-17 [christoph]
14338
14339         * src/utils.c
14340                 timestamp log
14341
14342 2001-07-17 [alfons]
14343
14344         0.5.0claws5
14345
14346         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
14347           bits in the mark file, without affecting either branch. Lots of
14348           files changed, also in claws branch.
14349
14350           UNTESTED: use of mbox folders
14351
14352         * src/summaryview.c
14353                 added mark all read; however this was a quick hack used for
14354                 cleaning up mess after initial merge with Hiroyuki
14355
14356         * configure.in
14357                 change claws version number back to 0.5.0claws5 to clear up 
14358                 confusion & pretension (recent release was technically 
14359                 0.5.0claws4, so we neatly align with Hiroyuki :-)
14360
14361 2001-07-16 [alfons]
14362
14363         sync with Hiroyuki's 0.5.0cvs4
14364
14365 2001-07-16 [alfons]
14366
14367         0.5.1claws3
14368
14369         * src/filtering.[ch]
14370                 remove invalid updating of mark files for 
14371                 filter actions MATCHING_ACTION_MOVE and 
14372                 MATCHING_ACTION_DELETE; this should fix the
14373                 folder update bug
14374                 
14375         * src/procmsg.c
14376                 revert Christoph's stab at fixing the folder 
14377                 update bug
14378
14379         * po/POTFILES.in
14380                 add missing files with translatable strings
14381
14382         * src/summaryview.c
14383                 remove debug print
14384
14385 2001-07-15 [alfons]
14386
14387         * src/addr_compl.[ch], src/prefs_filtering.c
14388                 make "filtering pref dialog's destination entry" an
14389                 "address completable entry", if filter destination is 
14390                 an email address
14391
14392         0.5.1claws2
14393         
14394         sync with Hiroyuki's 0.5.0cvs2-3
14395
14396 2001-07-15 [christoph]
14397
14398         * src/procmsg.c
14399                 fixed folder stats update after incorporation
14400
14401 2001-07-15 [alfons]
14402
14403         * src/summaryview.c
14404                 * finish label colouring stuff (for now)
14405                 * fix incorrect colour bug (off by one) 
14406
14407 2001-07-14 [alfons]
14408
14409         * src/mainwindow.c
14410                 change text labels for news and mail message so there's
14411                 plenty of toolbar estate left
14412
14413         * configure.in
14414                 0.5.1claws1
14415
14416         * src/folderview.c
14417           src/folder.[ch]
14418                 sync with Hiroyuki's 0.5.0cvs1
14419
14420         * src/summaryview.c
14421                 more rewrite label colouring
14422
14423 2001-07-14 [alfons]
14424
14425         * src/summaryview.[ch]
14426                 * start rewrite label colouring 
14427                 * fix proper location "Add Sender To Addressbook" menu item
14428
14429 2001-07-13
14430
14431         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14432         (actually this is 0.5.0claws4)
14433
14434 2001-07-13 [alfons]
14435
14436         * po/pt_BR.po
14437                 * fix duplicate message
14438                 * add updated Portugese / Brazilian translation
14439                   submitted by Fabio Junior Beneditto
14440
14441 2001-07-12 [alfons]
14442
14443         * AUTHORS
14444                 add Jens
14445
14446         * po/nl.po
14447                 add updated Dutch translation
14448
14449         * po/de.po
14450                 add updated German translation submitted by Jens
14451
14452 2001-07-11 [alfons]
14453
14454         Prerelease before 0.5.0claws. Please test.
14455         This version is temporarily tagged as VERSION_0_5_0_TEST
14456
14457         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
14458           src/prefs_scoring.c, src/prefs_matcher.c, 
14459           src/prefs_filtering.c, src/mbox.c, 
14460           src/main.c, src/inc.c, src/filtering.[ch]
14461                 revert new Hoa's new matcher (does not work yet)
14462
14463         * src/Makefile.am
14464                 clean up
14465
14466 2001-07-10
14467
14468         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14469
14470
14471 2001-07-10 [alfons]
14472
14473         * Makefile.am
14474                 add ChangeLog.claws to EXTRA_DIST
14475         * src/Makefile.am
14476                 add matcher_parser_parse.h to EXTRA_DIST
14477
14478 2001-07-10 [christoph]
14479
14480         * src/inc.c
14481                 add destination folder to table of
14482                 folders that need to be updated after
14483                 incorporation
14484
14485 2001-07-10 [alfons]
14486
14487         * folder.[ch]
14488           folderview.c
14489                 make collapse state of folders and folder items persistent, i.e.
14490                 if you collapse a folder tree, the next time sylpheed-claws starts 
14491                 up the folder tree remains collapsed.  
14492                 
14493 2001-07-10 [christoph]
14494
14495         * acconfig.h
14496         * configure.in
14497                 added --enable-ssl
14498         * src/md5.[ch]
14499                 renamed MD5_CTX to MD5_CTX_syl
14500                 conflicts with a struct in openssl
14501         * src/inc.c
14502         * src/main.[ch]
14503         * src/prefs_account.[ch]
14504         * src/socket.[ch]
14505                 SSL support for POP
14506         * src/mainwindow.c
14507                 fixed compose with current account
14508                 broken by new compose button stuff
14509
14510 2001-07-09 [hoa]
14511
14512         * AUTHORS
14513                 changed my email address
14514
14515         * src/matcher_parser_parse.y
14516                 clean the parser to remove conflicts
14517
14518 2001-07-09 [alfons]
14519
14520         * AUTHORS
14521                 add Match Grun
14522
14523         * configure.in
14524                 fix incorrect description of --enable-ldap parameter
14525
14526         * src/prefs_common.[ch]
14527           src/compose.c
14528                 add experimental option "smart wrapping" which makes the
14529                 compose editor auto wrap.
14530                 
14531                 | TODO: the problem with the buggy cursor handling is caused |
14532                 | by the GtkText. when deleting / backspacing text its       |
14533                 | wrapping algorithm does not take in account the previous   |
14534                 | line. should find a way to hack this in.                   |
14535                 | or should perhaps combine this with the word wrapping      |
14536                 | patch i wrote in january.                                  |
14537
14538         * src/about.c
14539                 show build parameters for LDAP and JPilot
14540
14541         * src/summaryview.c
14542                 revert Christoph's bugfix for selecting next unread message, 
14543                 because folder stats aren't updated correctly
14544
14545 2001-07-08 [hoa]
14546
14547         * src/filtering.c
14548         * src/mainwindow.c
14549         * src/matcher.c
14550         * src/matcher_parser_lex.l
14551         * src/matcher_parser_parse.y
14552         * src/prefs_filtering.c
14553         * src/prefs_scoring.c
14554         * src/scoring.c
14555                 bugfix of the config file parser
14556
14557 2001-07-08 [alfons]
14558
14559         * src/Makefile.am
14560                 added generated matcher sources to BUILT_SOURCES
14561
14562 2001-07-08 [hoa]
14563
14564         * src/Makefile.am
14565         * src/.cvsignore
14566                 added new config file parser
14567
14568         * src/scoring.[ch]
14569         * src/filtering.[ch]
14570         * src/matcher.[ch]
14571         * src/prefs_filtering.c
14572         * src/prefs_matcher.c
14573         * src/prefs_scoring.c
14574         * added src/matcher_parser.h
14575         * added src/matcher_parser_lex.h
14576         * added src/matcher_parser_lex.l
14577         * added src/matcher_parser_parse.y
14578                 lex & yacc config file parser
14579
14580         * src/mbox.c
14581         * src/inc.c
14582         * src/main.c
14583                 changes prefs_filtering into global_filtering           
14584
14585         * src/summaryview.c
14586                 build threads with subjects only if "Re: " is at the
14587                 beginning of the subject
14588
14589 2001-07-07 [paul]
14590
14591         0.5.0claws
14592
14593         sync with sylpheed 0.5.0
14594                 change of version number only
14595
14596 2001-07-06 [paul]
14597
14598         0.5.0claws5
14599
14600         sync with sylpheed 0.5.0pre5
14601
14602 2001-07-05 [paul]
14603
14604         sync with sylpheed 0.5.0pre4 release
14605                 /po and /manual/ja not sync'ed
14606
14607 2001-07-04 [paul]
14608
14609         more sync with sylpheed 0.5.0pre4
14610
14611 2001-07-03 [christoph]
14612
14613         * src/addressbook.c
14614                 fixed address book broken by address book
14615                 for VCard, JPilot, LDAP
14616
14617 2001-07-03 [alfons]
14618
14619         * src/matcher.c
14620         * src/textview.c
14621                 stopped memory leaks
14622
14623 2001-07-03 [paul]
14624
14625         more sync with sylpheed 0.5.0pre4
14626
14627 2001-07-02 [match]
14628
14629         * included address book patch for VCard, JPilot, LDAP
14630         * pref_common.c - fixed Font options on Display tab (cosmetic)
14631         * alertpanel.c - fixed truncated message
14632
14633 2001-07-02 [christoph]
14634
14635         * src/mbox_folder.c
14636         * src/procmsg.[ch]
14637         * src/summaryview.c
14638                 mark threads for ignoring
14639
14640 2001-07-02 [paul]
14641
14642         0.5.0claws4
14643
14644         * sync with sylpheed 0.5.0pre4
14645                 updated gettext to 0.10.38.
14646
14647 2001-07-01 [paul]
14648
14649         * src/ mainwindow.c
14650         * src/procmsg.h
14651         * src/summaryview.[ch]
14652                 new right-click option: Label.
14653                 substitute for 'Mark-->Mark/Unmark', colours the line.
14654                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
14655
14656 2001-07-01 [christoph]
14657
14658         * src/folderview.c
14659                 fixed font for trash
14660         * src/summaryview.c
14661                 move ctree to unread message
14662
14663 2001-07-01 [paul]
14664
14665         * sync with sylpheed 0.5.0pre3 release
14666
14667 2001-06-30 [alfons]
14668
14669         * src/filesel.[ch]
14670         * src/compose.c
14671                 allow inserting / attaching multiple files in
14672                 the composer window
14673
14674 2001-06-30 [paul]
14675
14676         * src/codeconv.c
14677                 small change to Alfons' previous stuff so that it
14678                 actually makes
14679
14680 2001-06-30 [alfons]
14681
14682         * lots of files changed; first attempt to merge the changes
14683           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
14684
14685 2001-06-30 [paul]
14686
14687         * po/pt_BR.po
14688                 updated and completed, translations by Fabio
14689                 Junior Beneditto <fjbeneditto@yahoo.com.br>
14690
14691 2001-06-29 [alfons]
14692
14693         * src/compose.c
14694         * src/mimeproc.[ch]
14695                 allow selecting an attached files' mime type from a 
14696                 list of types.
14697
14698 2001-06-29 [paul]
14699
14700         * more sync with sylpheed 0.5.0pre3
14701
14702 2001-06-29 [paul]
14703
14704         * po/pt_BR.po
14705                 merge with sylpheed.pot and pt_BR.po provided by
14706                 Fabio Junior Beneditto.
14707
14708 2001-06-29 [darko]
14709
14710         * src/procmime.c
14711                 make MIME types case insensitive
14712
14713 2001-06-28 [alfons]
14714
14715         * po/nl.po
14716                 merge with sylpheed.pot and old nl.po; translations added.
14717
14718 2001-06-28 [paul]
14719
14720         * more sync with sylpheed 0.5.0pre3
14721
14722 2001-06-27 [alfons]
14723
14724         * src/summaryview.c
14725                 don't crash when removing parent node of messages
14726                 attracted by subject. this was caused by not deleting
14727                 the parent node from the subject line hash table.
14728
14729 2001-06-27 [alfons]
14730
14731         * src/summaryview.c
14732         * src/compose.[ch]
14733         * src/mainwindow.c
14734                 if there are multiple messages selected, allow forwarding
14735                 them as attachments.
14736
14737 2001-06-27 [paul]
14738
14739         * more sync with sylpheed 0.5.0pre3
14740
14741 2001-06-26 [paul]
14742
14743         0.5.0claws3
14744
14745         * sync with sylpheed 0.5.0pre3
14746
14747 2001-06-25 [paul]
14748
14749         * src/mainwindow.c
14750                 fixed 'compose news article' bug
14751                 from icon-and-text toolbar
14752
14753 2001-06-25 [paul]
14754
14755         * sync with sylpheed 0.5.0pre2 release
14756
14757 2001-06-24 [christoph]
14758
14759         * src/prefs_common.c
14760                 bug fix in font selection
14761         * src/folderview.c
14762                 use sylpheed's normal font instead of
14763                 gtk default font for folders without
14764                 new messages
14765
14766 2001-06-24 [alfons]
14767
14768         * src/mainwindow.[ch]
14769                 added composite compose mail / news button (an idea by Leandro
14770                 Pereira <leandro@linuxmag.com.br>)
14771
14772 2001-06-24 [paul]
14773
14774         Added instructions for ldif-to-xml.py
14775
14776         * tools/README
14777
14778 2001-06-23 [alfons]
14779
14780         Some minor things.
14781
14782         * src/pixmaps/stock_news_compose.xpm
14783                 added pixmap by Leandro
14784         * src/prefs_common.c
14785                 tested built-in spelling checker of GCC 3.0 :)
14786         * po/nl.po
14787                 merged dutch translation of sylpheed-main with
14788                 sylpheed.pot
14789
14790 2001-06-23 [paul]
14791
14792         Added tools directory and files.
14793
14794         * tools/filter_conv.pl
14795                 converts old filter system to new filtering system
14796         * tools/ldif-to-xml.py
14797                 converts netscape addressbook to sylpheed addressbook
14798         * tools/README
14799                 descriptions/instructions for above two files
14800
14801 2001-06-23 [christoph]
14802
14803         * src/inc.c
14804         * src/manage_window.[ch]
14805         * src/prefs_common.[ch]
14806                 mail retrieval dialog can be enabled, disabled
14807                 or hidden if non of sylpheed's windows is active
14808
14809 2001-06-22 [paul]
14810
14811         0.5.0claws2
14812
14813         * sync with sylpheed 0.5.0pre2
14814
14815 2001-06-21 [christoph]
14816
14817         * src/summaryview.c
14818                 show recipient on 'from' for all accounts
14819                 
14820         * src/inc.c
14821         * src/prefs_common.[ch]
14822                 disable error popup on mail receive errors
14823
14824 2001-06-21 [alfons]
14825
14826         * src/compose.c
14827                 made the ruler correctly appear and disappear.
14828
14829         * src/Makefile.am
14830                 removed Hoa's work-in-progress-stuff (interesting!) so 
14831                 claws compiles ok.
14832
14833 2001-06-20 [christoph]
14834
14835         * src/inc.c
14836         * src/progressdialog.c
14837                 added scrolled window for list in progressdialog
14838
14839 2001-06-20 [paul]
14840
14841         sync with sylpheed 0.5.0pre1 release
14842
14843 2001-06-20 [christoph]
14844
14845         * src/summeryview.c
14846                 make building threads by subject work when
14847                 thread view is enabled
14848                 
14849         * src/compose.c
14850         * src/prefs_common.[ch]
14851                 automatically select account for mail replys
14852
14853 2001-06-19 [sergey]
14854
14855         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
14856         they are filled in from the account settings.
14857
14858 2001-06-19 [paul]
14859
14860         * more sync with sylpheed 0.5.0pre1
14861
14862 2001-06-18 [alfons]
14863
14864         * src/Makefile.am,
14865           src/procmime.c
14866                 added --sysconfdir to CPPFLAGS for pointing to the correct
14867                 location of mime.types. 
14868
14869                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
14870                 or ./configure!
14871
14872 2001-06-18 [hoa]
14873
14874         * src/summaryview.c
14875                 fixed some bug when building threads
14876
14877 2001-06-18 [pau]l
14878
14879         * src/prefs_account.c
14880                 UI stuff: More changes to the English
14881
14882 2001-06-18 [paul]
14883
14884         * src/pixmaps/stock_news_compose.xpm: new file
14885         * src/Makefile.am
14886         * src/mainwindow.c
14887         * src/summaryview.c
14888                 Added new icon for Hoa's 'compose a news
14889                 message', plus minor improvements to the
14890                 English
14891
14892         * po/ja.po
14893         * ChangeLog
14894         * ChangeLog.jp
14895                 more sync with sylpheed 0.5.0pre1
14896
14897 2001-06-18 [hoa]
14898
14899         * src/compose.[ch]
14900         * src/mainwindow.c
14901                 Follow-up and reply to
14902
14903         * src/summaryview.[ch]
14904                 Build threads also with subjects
14905
14906 2001-06-17 [hoa]
14907
14908         * src/compose.c
14909                 forwarding use the current account.
14910
14911         * src/mainwindow.c
14912                 the "compose message" button has been replaced with
14913                 "new mail" and "new news" buttons
14914
14915         * src/prefs_common.[ch]
14916                 added a configuration option to use the forward button
14917                 as "forward as attachment"
14918                 changed reply and forward format description
14919
14920         * src/quote_fmt_lex.l
14921         * src/quote_fmt_parse.y
14922                 added message with no signature in format for reply
14923                 and forward.
14924
14925 2001-06-17 [paul]
14926
14927         Minor UI stuff
14928
14929         * src/mainwindow.c
14930         * src/summaryview.c
14931                 Improvements to the English
14932
14933         * src/prefs_common.c
14934                 Improvements to the English and some
14935                 clarity/continuity improvements in the
14936                 description of Quote symbols.
14937
14938 2001-06-17 [paul]
14939
14940         0.5.0claws1
14941
14942         * sync with sylpheed 0.5.0pre1
14943
14944 2001-06-17 [hoa]
14945
14946         * src/compose.c
14947                 Better interface for compose, displayed fields
14948                 are updated whenever we change account.
14949                 Newsgroups field is automatically filled.
14950
14951         * src/mainwindow.c
14952                 Newsgroups field is automatically filled.
14953
14954         * src/prefs_account.c
14955                 Some interface stuff when fields appear and
14956                 disappear.
14957
14958 2001-06-16 [paul]
14959
14960         0.4.99claws
14961
14962         * sync with sylpheed 0.4.99
14963
14964 2001-06-16 [sergey]
14965
14966         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14967         base64_decoder_free, base64_decoder_decode): new object and
14968         functions for decoding base64 streams.
14969         * src/procmime.c (procmime_decode_content): modified to use the
14970         new base64 decoder.
14971
14972 2001-06-15 [paul]
14973
14974         0.4.99claws10
14975
14976         * sync with sylpheed 0.4.99cvs11
14977
14978 2001-06-13 [paul]
14979
14980         0.4.99claws9
14981
14982         * sync with sylpheed 0.4.99cvs9
14983
14984 2001-06-13 [hoa]
14985
14986         * src/compose.c
14987         * src/prefs_account.c
14988
14989                 SMTP server can be defined in the news account
14990                 mime type of attachment are kept.
14991
14992         * src/summaryview.c
14993
14994                 now choose the highest important score between default
14995                 and important score of folder.
14996
14997 2001-06-09 [alfons]
14998         
14999         * src/prefs_common.c: 
15000
15001                 (prefs_quote_description_create): corrected description of 
15002                 quote format characters
15003
15004 2001-06-09 [paul]
15005
15006         0.4.99claws8
15007
15008         * sync with sylpheed 0.4.99cvs8
15009
15010 2001-06-08 [sergey]
15011
15012         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
15013         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
15014
15015 2001-06-08 [paul]
15016
15017         0.4.99claws7
15018
15019         * sync with sylpheed 0.4.99cvs7
15020
15021 2001-06-06 [sergey]
15022
15023         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
15024         clashes with autogenerated header).
15025         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
15026         * src/Makefile.am: added quote_fmt.h.
15027         * src/.cvsignore: added lex/yacc autogenerated files
15028         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
15029
15030 2001-06-06 [paul]
15031
15032         0.4.99claws6
15033
15034         * sync with sylpheed 0.4.99cvs6
15035
15036 2001-06-06 [hoa]
15037
15038         * added src/quote_fmt_parse.h
15039         * src/compose.c
15040                 removed warnings
15041
15042         * src/prefs.[ch]
15043                 don't modify readonly configuration files
15044
15045         * src/prefs_account.c
15046         * src/prefs_common.c
15047         * src/prefs_customheader.c
15048         * src/prefs_display_header.c
15049         * src/prefs_filter.c
15050         * src/prefs_filtering.c
15051         * src/prefs_scoring.c
15052                 don't open dialog box when configuration files
15053                 are readonly
15054
15055 2001-06-05 [sergey]
15056
15057         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
15058
15059         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
15060         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
15061         BUILT_SOURCES to make all files rebuild properly.
15062
15063         * src/compose.c: removed #include "quote_fmt.tab.h".
15064
15065         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
15066         CHARACTER value in yylval.
15067
15068         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
15069         receive CHARACTER value by documented means (yylval).
15070
15071         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
15072
15073 2001-06-05 [hoa]
15074
15075         * src/Makefile.am
15076                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
15077
15078         * src/filtering.c
15079         * src/matcher.c
15080         * src/matcher.h
15081         * src/prefs_filtering.c
15082                 now keep the configuration for execute action
15083
15084         * src/mbox_folder.c
15085                 fixed a warning
15086
15087 2001-06-05 [paul]
15088
15089         * sync with sylpheed 0.4.99cvs5
15090
15091 2001-06-05 [hoa]
15092
15093         * src/Makefile.am
15094                 added quote_fmt.[ch]
15095
15096         * added src/quote_fmt.y
15097         * added src/quote_fmt.l
15098         * added src/quote_fmt.tab.h
15099         * added src/quote_fmt.tab.c
15100         * added src/lex.quote_fmt.c
15101                 parsing configuration for replying
15102                 and forwarding
15103
15104         * src/prefs_common.[ch]
15105                 added configuration UI for replying
15106                 and forwarding
15107
15108         * src/compose.c
15109                 using configuration for replying
15110                 and forwarding
15111
15112 2001-06-04 [hoa]
15113
15114         * src/filtering.c
15115         * src/matcher.c
15116         * src/matcher.h
15117         * src/prefs_filtering.c
15118         * src/prefs_matcher.c
15119         * src/prefs_matcher.h
15120                 action "run a command" for filtering
15121                 and matching with a command.
15122                 fixed the "whole message" matching
15123
15124         * src/mbox_folder.c
15125                 changed temporary filename for security
15126
15127         * src/messageview.c
15128                 queue the notification if it fails to send.
15129
15130         * src/prefs_common.c
15131         * src/prefs_folder_item.c
15132                 changed the default important score             
15133
15134         * src/prefs_scoring.c
15135         * src/scoring.c
15136                 hide kill score input when the folder is not
15137                 a newsgroup
15138
15139 2001-06-03 [alfons]
15140
15141         * src/prefs_common.c:
15142
15143                 (prefs_font_select): pass font name in font entry box to font
15144                 selection dialog.
15145
15146 2001-06-03 [sergey]
15147
15148         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
15149
15150 2001-06-03 [paul]
15151
15152         * sync with sylpheed 0.4.99cvs4
15153
15154 2001-06-03 [alfons]
15155
15156         * src/headerwindow.c:
15157
15158                 (headerwindow_show_cb): use the selected summary view item, not
15159                 the displayed item.
15160
15161 2001-06-02 [alfons]
15162
15163         * src/headerwindow.c:
15164
15165                 (headerwindow_show_cb): always try to show msginfo
15166
15167 2001-06-02 [hoa]
15168
15169         * src/compose.c
15170                 keep attached parts when reediting or forwarding.
15171
15172 2001-06-01 [hoa]
15173
15174         * src/folderview.c
15175         * src/prefs_folder_item.[ch]
15176         * src/prefs_scoring.[ch]
15177         * src/scoring.[ch]
15178         * src/summaryview.[ch]
15179         * src/main.c
15180         * src/mainwindow.c
15181         * src/prefs_common.[ch]
15182                 support for folder scoring
15183                 kill score and important score for messages
15184         
15185         * src/prefs_account.c
15186                 some display bug fixed for local account
15187                 preferences
15188
15189 2001-05-31 [alfons]
15190
15191         * src/summaryview.c:
15192
15193                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
15194                 sender to address book menu item is disabled.
15195
15196 2001-05-30 [hoa]
15197
15198         * src/filtering.[ch]
15199         * src/summaryview.c
15200                 handling summary menu / filter messages
15201
15202         * src/folder.[ch]
15203                 add some stuff
15204
15205         * src/foldersel.c
15206                 imap folders now appears in list
15207
15208         * src/mbox_folder.c
15209                 doesn't crash if destination mail is not writeable
15210
15211 2001-05-29 [hoa]
15212
15213         * src/compose.c
15214                 removed some warnings
15215
15216         * src/filtering.c
15217         * src/folder.[ch]
15218         * src/prefs_filtering.c
15219                 global string to identify any folders           
15220                 removed some debug info
15221                 filtering to mbox folders is now possible
15222
15223         * src/mainwindow.c
15224                 removed some warnings
15225
15226         * src/mbox_folder.c
15227                 permission on files are changed to read/write for user only,
15228                 nothing for other.
15229                 creation of subfolder is handled better.
15230
15231 2001-05-28 [alfons]
15232
15233         Verified the sync for src/prefs_common.[ch] and
15234         src/prefs_account.[ch]. I believe there were some
15235         minor indentation differences.
15236
15237 2001-05-28 [paul]
15238
15239         0.4.99claws3
15240
15241         * sync with 0.4.99cvs3
15242
15243 2001-05-28 [hoa]
15244
15245         * src/compose.c
15246                 handling flags for mbox format
15247
15248         * src/filtering.c
15249                 use of mark file only for MH format
15250                 handling flags for mbox format
15251                 filtering cannot yet move or copy mails to mbox folders.
15252
15253         * src/folder.[ch]
15254                 changed move_msg, copy_msg,
15255                 move_msgs_with_dest, copy_msgs_with_dest functions
15256                 uses only folder->copy_msg() function
15257                 uses folder->finished_copy() to handle the destination
15258                 folder at the end of the copy or move operation.
15259
15260         * src/foldersel.c
15261                 included mbox directories.
15262
15263         * src/folderview.[ch]
15264         * src/mainwindow.c
15265                 handle folders operation for mbox format
15266
15267         * src/mbox.c
15268                 disable conversion of "From " header
15269
15270         * src/mbox_folder.[ch]
15271                 completion of mbox format handling
15272
15273         * src/mh.c
15274                 changed mh_copy_msg() function and
15275                 removed mh_move_msg(), mh_move_msgs_with_dest(),
15276                 mh_copy_msgs_with_dest()
15277
15278         * src/prefs_filtering.c
15279                 removed some warnings
15280
15281         * src/prefs_matcher.c
15282                 default boolean operation is AND
15283
15284         * src/procheader.c
15285                 handling flags for mbox format
15286                 handling of "From " header
15287
15288         * src/procmsg.[ch]
15289                 removed data field
15290                 added MSG_REALLY_DELETED flags to handle deletion of
15291                 messages in mbox format.
15292
15293         * src/summaryview.c
15294                 handling flags for mbox format
15295                 disable the MSG_DELETED flags when messages
15296                 are deleted in mbox format
15297
15298         * src/textview.c
15299                 "From " headers display fixed.
15300
15301 2001-05-27 [alfons]
15302
15303         * src/textview.c:
15304                 
15305                 (get_email_part): skip quoted email addresses, like in e.g.
15306                 "'alfons@proteus.demon.nl'".
15307
15308 2001-05-26 [alfons]
15309
15310         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
15311         and fixing the persistence troubles when using separate windows.
15312
15313         * src/mainwindow.c:
15314         
15315             Added #define SEPARATE_ACTION used in the gtk item factory for 
15316             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
15317                 use gtk_item_factory_get_widget_by_action() to get the items.
15318                 
15319             Removed separate_widget_cb from the gtk item factory data   
15320           
15321             (mainwindow_create): connect separate_widget_cb() to check
15322             menu item "toggled" signal. also passing a MainWindow pointer
15323                 as object data for both check menu items.
15324                 
15325             (separate_widget_cb): definition of separate_widget_cb() to match
15326             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
15327                 window using gtk_object_get_data(). The type of window separation 
15328                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
15329         
15330         * src/prefs_filtering.c,
15331           src/prefs_matcher.c: added horizontal scrollbars
15332
15333 2001-05-25 [darko]
15334
15335         * src/headerview.c
15336                 fix segfault with invalid bold font
15337         * src/summaryview.c
15338                 correctly display summary stats after row is marked
15339
15340 2001-05-23 [sergey]
15341
15342         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
15343         encodings with libjconv.
15344
15345 2001-05-23 [hoa]
15346
15347         * src/Makefile.am
15348                 added mbox_folder.[ch]
15349         * src/defs.h
15350                 mbox temporary folder
15351         * src/folder.[ch]
15352         * added src/mbox_folder.[ch]
15353         * src/folderview.c
15354         * src/procheader.[ch]
15355                 added mbox support
15356         * src/mbox.c
15357                 bugfix for file incorporation filtering
15358         * src/imap.c
15359                 enable creation of MBOX
15360         * src/prefs_display_header.c
15361                 enable use of headers like "From "
15362                 something that should be fixed :
15363                         displaying of such headers add an extra space
15364         * src/prefs_folder_item.c
15365                 don't create folders because it is not necessary
15366         * src/procmsg.h
15367                 added data field to MsgInfo for mbox internal use
15368         * src/summaryview.c
15369                 added some support for mbox
15370         * src/utils.[ch]
15371                 added get_mbox_cache_dir() function
15372
15373 2001-05-23 [hiroyuki]
15374
15375         * src/headerwindow.c
15376           src/inc.c
15377           src/main.c
15378           src/mh.c
15379           src/nntp.c
15380           src/procmsg.h
15381           src/session.h
15382           src/socket.[ch]
15383           src/summaryview.c
15384           src/textview.c
15385           src/automaton.c
15386           src/folderview.c: more sync with 0.4.99cvs2.
15387
15388         * src/headerwindow.c: reverted.
15389
15390 2001-05-22 [paul]
15391
15392         0.4.99claws2
15393
15394         * sync with sylpheed 0.4.99cvs2
15395                 * src/news.[ch]
15396                 * src/nntp.[ch]
15397                 * INSTALL
15398                 * INSTALL.jp
15399
15400 2001-05-22 [alfons]
15401
15402         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
15403
15404 2001-05-21 [alfons]
15405
15406         Minor things:
15407
15408         * configure.in: if gnome-config not found, "no" is displayed
15409         
15410         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
15411
15412         * src/textview.c: now also possible to add mail addresses by right
15413           clicking in the text view
15414
15415         * src/codeconv.c: merged patch which fixes endless loop when encountering
15416           invalid wide characters; from Alte <010@imis.ru>  
15417
15418 2001-05-20 [alfons]
15419
15420         Added installation of gnome specific things:
15421
15422         * Makefile.am: gnome conditional
15423
15424         * configure.in: check for installed gnome
15425
15426         * added sylpheed.png, sylpheed.desktop
15427
15428 2001-05-20 [sergey]
15429
15430         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
15431
15432         * src/mainwindow.h (main_window_toolbar_create): created a button
15433         for "Reply to all".
15434         (main_window_set_toolbar_sensitive): enable/disable the new button
15435         appropriately.
15436         (toolbar_reply_to_author_cb): handle the new button.
15437
15438         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
15439         send_progress_dialog_destroy() on failure (fixes hang on SMTP
15440         failure).
15441
15442 2001-05-19 [sergey]
15443
15444         * src/compose.h (ComposeReplyMode): new modes
15445         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
15446         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
15447
15448         * src/compose.c
15449         (compose_send): move some code into a new function:
15450         (compose_current_mail_account): new function.
15451         (compose_reply): new argument to_author, all callers changed; if
15452         to_author==TRUE and account->protocol==A_NNTP, find and use an
15453         appropriate mail account for replying.
15454         (compose_reply_set_entry): new argument to_author; ignore
15455         compose->replyto if to_author==TRUE.
15456
15457         * src/mainwindow.c: new command "Message/Reply to author".
15458         (main_window_set_menu_sensitive): enable/disable it.
15459         (reply_cb): handle it.
15460
15461         * src/summaryview.c: new command "Reply to author".
15462         (summary_set_menu_sensitive): enable/disable it.
15463         (summary_reply_cb): handle it.
15464
15465         * src/account.c (account_find_mail_from_address): new function.
15466
15467 2001-05-18 [paul]
15468
15469         0.4.99claws1
15470
15471         * sync with sylpheed 0.4.99cvs1
15472
15473 2001-05-18 [hoa]
15474
15475         * src/compose.[ch]
15476         * src/filtering.c
15477         * src/summaryview.c
15478                 new filtering action : forward and forward as attachment
15479
15480         * src/main.c
15481                 no need for $DISPLAY when we run sylpheed --help
15482                 call to parse_cmd_opt() is moved
15483
15484         * src/mainwindow.[ch]
15485                 execute button is hidden when immediate execute
15486                 is chosen
15487
15488         * src/mh.c
15489         * src/news.c
15490         * src/prefs_folder_item.c
15491         * src/procmsg.c
15492                 better handling of missing directories
15493
15494         * src/summaryview.c
15495                 reedit is enabled in outbox
15496                 reedit is enabled in queue
15497
15498 2001-05-17 [hoa]
15499
15500         * src/filtering.c
15501         * src/matcher.[ch]
15502         * src/prefs_filtering.c
15503                 changed attachement into attachment
15504
15505 2001-05-17 [alfons]
15506
15507         0.4.67claws4    
15508
15509         * sync with sylpheed 0.4.67cvs9
15510         * sync with sylpheed 0.4.67cvs7-8
15511
15512 2001-05-17 [hoa]
15513
15514         * src/Makefile.am
15515                 added prefs_filtering.c
15516
15517         * src/filtering.[ch]
15518         * src/matcher.[ch]
15519                 removed action : forward_news and forward_news_as_attachement
15520                 (forward and forward_as_attachement can be used instead)
15521
15522         * src/mainwindow.c
15523                 added menu option to access filtering configuration
15524
15525         * src/prefs_account.c
15526                 changed mail_command default to /usr/sbin/sendmail
15527
15528         * added src/prefs_filtering.[ch]
15529                 dialog box for filtering configuration
15530
15531         * src/prefs_matcher.c
15532                 added function prefs_matcher_get_criteria_from_matching()
15533
15534         * src/prefs_scoring.c
15535                 reset the dialog when register or substitute is clicked
15536
15537 2001-05-15 [hoa]
15538
15539         * src/Makefile.am
15540                 added filtering.[ch]
15541         * src/inc.c
15542                 using filering.[ch] instead of filter.[ch]
15543         * src/main.c
15544                 reading new filtering configuration
15545         * src/matcher.[ch]
15546                 added some filtering actions
15547                 and fixed a bug for headers and mail body matching
15548         * src/mbox.c
15549                 using filering.[ch] instead of filter.[ch]
15550         * src/mh.c
15551                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
15552         * src/summaryview.c
15553                 some fixes for filtering
15554
15555 2001-05-14 [hiroyuki]
15556
15557         * src/send.c: fixed some weird indentations.
15558           send_message_with_command(): call pclose() only if p != NULL.
15559         * src/textview.c: get_email_part(): modified the code for readability.
15560
15561 2001-05-14 [hiroyuki]
15562
15563         * src/md5global.h
15564           src/md5ify.c
15565           src/md5ify.h: removed from the cvs.
15566
15567 2001-05-13 [sergey]
15568
15569         * src/main.c: include rfc2015.h to avoid compiler warnings.
15570         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
15571         the panel is already on screen.
15572         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
15573         closing the alert window by ESC as "No".
15574         * src/prefs_common.c (prefs_interface_create): moved return
15575         receipt check button to the correct place.
15576
15577 2001-03-13 [alfons]
15578
15579         * src/prefs_common.c: 
15580                 moved return receipt check button to the Send tab. (prefs_send_create)
15581                 removed the date format ui related globals. (prefs_display_create)
15582
15583         0.4.67claws3
15584         
15585         * sync with sylpheed 0.4.67cvs5-6
15586
15587 2001-05-13 [paul]
15588
15589         * added Alfons' font selection patch
15590
15591         * src/defs.h
15592         * src/headerwindow.c
15593         * src/prefs_common.c
15594         * src/prefs_common.h
15595
15596 2001-05-13 [hoa]
15597         * src/defs.h
15598                 changed version of cache
15599         * src/matcher.[ch]
15600         * src/prefs_matcher.c
15601                 added additionnal matching criteria
15602         * src/procheader.c
15603         * src/procmsg.[ch]
15604         * src/news.c
15605                 added references in MsgInfo
15606
15607 2001-05-12 [hoa]
15608
15609         * src/defs.h
15610                 prepared some things for new filtering
15611         * src/matcher.[ch]
15612                 added some matching properties
15613                 inreplyto need to be enhanced
15614                 prepared some things for new filtering
15615         * src/messageview.c
15616                 added Return-Receipt-To handling
15617         * src/prefs_folder_item.c
15618                 changed default value to TRUE
15619         * src/prefs_matcher.c
15620                 added some matching properties
15621         * src/prefs_scoring.[ch]
15622                 the scoring dialog is finished
15623         * src/procheader.c
15624                 added Return-Receipt-To handling
15625                 Reference need to be added
15626         * src/procmsg.[ch]
15627                 added Return-Receipt-To handling
15628                 added threadscore to get a better score sorting when
15629                 threads are enabled
15630         * src/summaryview.c
15631                 suppressed a bug when we sort the list
15632                 when no folder is opened.
15633                 better score sorting when threads are enabled
15634
15635 2001-05-12 [alfons]
15636
15637         * reverted previous patch because of potential errors 
15638
15639         0.4.67claws2
15640         
15641         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
15642                 applied "toggle mail-retrieval dialog window" patch submitted 
15643                 by Eric Limpens <eric@qnt.net>
15644
15645         * sync with sylpheed 0.4.67cvs4
15646
15647 2001-05-12 [sergey]
15648
15649         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
15650         some picky compilers.
15651         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
15652         * src/grouplist_dialog.c: include alertpanel.h.
15653         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
15654         fix compile warning.
15655         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
15656         #include "defs.h" before others to prevent the warning of `MIN'
15657         and `MAX' redefinition.
15658
15659 2001-05-11 [hoa]
15660
15661         * src/main.c
15662         * src/messageview.c
15663         * src/prefs_account.c
15664         * src/prefs_display_header.c
15665                 removed warning
15666         * src/Makefile.am
15667                 added prefs_scoring.[ch]
15668         * src/grouplist_dialog.c
15669                 display an error dialog box if the group list
15670                 cannot be fetched.
15671         * src/mainwindow.[ch]
15672                 added main_window_set_thread_option() function
15673                 scoring dialog box enabled
15674         * src/matcher.[ch]
15675                 added flags matching unread /new / marked
15676                 / deleted / replied / forwarded
15677         * src/news.c
15678                 newsgroups are now finally in newscache
15679         * src/prefs_matcher.[ch]
15680                 finished preferences for matching dialog
15681         * added src/prefs_scoring.[ch]
15682                 scoring dialog box completed
15683         * src/scoring.[ch]
15684                 conversion to string : added scoringprop_to_string()
15685                 write config for preferences :
15686                 added prefs_scoring_write_config()
15687         * src/summaryview.c
15688                 threads can be enabled/disabled independently
15689                 for each folder
15690
15691 2001-05-10 [alfons]
15692
15693         0.4.67claws1
15694         
15695         * AUTHORS: 
15696                 thought it would be nice to have a list of all
15697                 contributors (used Changelog as a reference)
15698         
15699         * configure.in: 
15700                 messed up version numbering...
15701
15702         0.4.66claws1
15703
15704         * sync with sylpheed 0.4.67cvs1-3
15705
15706 2001-05-10 [darko]
15707
15708         * src/prefs_common.c:
15709                 better UI for strftime format, double clicking
15710                 on format now inserts the format in text entry
15711                 replaced close button with standard OK/Cancel
15712                 moved date format button to the right of the
15713                 text entry field
15714
15715 2001-05-09 [alfons]
15716
15717         * src/gtkstext.c:
15718                 Ctrl-Home / Ctrl-End have proper cursor navigation
15719
15720 2001-05-09 [hoa]
15721
15722         * src/prefs_matcher.c
15723                 finished UI to define matching properties
15724                 added ok and cancel button
15725         * src/prefs_filter.c
15726                 added ok and cancel button
15727         * src/news.c
15728                 fixed some bug in xhdr parsing
15729
15730 2001-05-08 [alfons]
15731
15732         * src/textview.c: 
15733                 fixed a bug in textview_show_header(), which displayed two colons (':');
15734                 cleaned up some warnings
15735
15736 2001-05-08 [hoa]
15737
15738         * src/Makefile.am
15739                 added prefs_matcher.[ch]
15740                 compilation with -W -Wall
15741         * src/alertpanel.c
15742                 ungrab the mouse events if grabbed - does it
15743                 fix the bug for disposition notification ?
15744         * src/mainwindow.c
15745                 added a menu option to open the matching dialog.
15746         * src/matcher.[ch]
15747                 added matcherprop_to_string() and matcherlist_to_string()
15748                 fixed some bugs, changed the name of some options
15749                 age_sup and age_inf becomes age_greater and age_lower,
15750                 body and messageheaders becomes body_part and headers_part,
15751                 changed the names of constants from SCORING_XXX to MATCHING_XXX
15752         * src/prefs_display_header.c
15753         * src/prefs_headers.c
15754                 fixed a bug that accidentally destroyed dialogs
15755                 when closed them with delete_event
15756                 Added *_deleted() which handle delete_event signal correctly.
15757         * src/prefs_folder_item.[ch]
15758                 added "enable_thread" field for future customization
15759         * added src/prefs_matcher.[ch]
15760                 sample of the UI to define matching properties
15761         * src/procheader.c
15762                 using procheader_headername_equal instead of str*cmp functions
15763                 using procheader_parse_header() function
15764         * src/scoring.c
15765                 using MATCHING_XXX instead of SCORING_XXX
15766         * src/summaryview.c
15767                 display the sender of the news even if this is ourself
15768                 when this is a news message.
15769         * src/textview.c
15770                 using headername_equal() instead of str*cmp functions
15771
15772 2001-05-08 [alfons]
15773
15774         0.4.66claws
15775
15776         * sync with sylpheed 0.4.66
15777         * src/gtkstext.c: trace logs added 
15778
15779 2001-05-08 [sergey]
15780
15781         * src/prefs_common.[ch]: added option to enable/disable GnuPG
15782         signature check popup.
15783         * src/rfc2015.c (check_signature): show signature check popup only
15784         if it is enabled in preferences.
15785
15786 2001-05-07 [alfons]
15787
15788         0.4.66claws4
15789         
15790         * sync with sylpheed 0.4.66cvs6
15791
15792 2001-05-07 [darko]
15793
15794         * src/prefs_common.[ch]: added option to enable/disable
15795           looking up sender name in address book for summary pane
15796         * src/summaryview.c: look up sender in the address book
15797           by using Alfons' address completion code
15798
15799 2001-05-07 [hiroyuki]
15800
15801         * src/inc.h
15802           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
15803           member of Pop3State.
15804         * src/news.c: brought #include "defs.h" before #include <glib.h>
15805           to prevent the warning of `MIN' and `MAX' redefinition.
15806
15807 2001-05-06 [hoa]
15808
15809         * removed src/headers_display.[ch]
15810         * removed src/prefs_display_headers.[ch]
15811         * src/inc.c
15812                 use a temporary file in the user directory for mbox import
15813         * src/news.c
15814                 added XHDR support to get "To" and "Cc" headers
15815                 (in order to match news with to or cc field for
15816                 scoring)
15817                 added function news_parse_xhdr() to get XHDR response
15818         * src/nntp.[ch]
15819                 added function nntp_xhdr()
15820         * src/matcher.c
15821                 fetch the message if necessary
15822
15823 2001-05-06 [alfons]
15824
15825         0.4.66claws3
15826
15827         * sync with sylpheed 0.4.66cvs3-5
15828
15829 2001-05-06 [hoa]
15830
15831         * src/utils.[ch]
15832                 added function itos_buf() to enable use of several buffers
15833         * src/summaryview.c
15834                 use of itos_buf() instead of itos() in summary list
15835                 to fix the broken display of message number.
15836
15837 2001-05-06 [alfons]
15838
15839         * src/gtkstext.c: bug in cursor up navigation fixed,
15840                 fixed another unsigned / signed comparison (we're getting there :-)
15841
15842 2001-05-06 [hoa]
15843
15844         * src/Makefile.am
15845                 added scoring.c scoring.h
15846                 prefs_folder_item.c prefs_folder_item.h
15847                 matcher.c matcher.h
15848         * src/defs.h
15849                 added FOLDERITEM_RC SCORING_RC
15850         * src/folder.[ch]
15851                 added prefs field in FolderItem :
15852                 properties for each folder (PrefsFolderItem),
15853                 sorting type and mode were added as the first properties.
15854         * src/main.c
15855                 read config for scoring
15856         * added src/matcher.[ch]
15857                 gives functions to parse configuration file to do
15858                 matching on mails with a list of conditions.
15859         * src/mainwindow.c
15860                 add option to sort by score
15861         * src/prefs_common.[ch]
15862                 added preference option to show score and for
15863                 the score column size
15864         * added src/prefs_folder_item.[ch]
15865                 properties for each folder (PrefsFolderItem),
15866                 sorting type and mode were added as the first properties.
15867         * src/procheader.[ch]
15868                 added procheader_parse_header()
15869                 added procheader_header_free()
15870                 added procheader_headername_equal()
15871                 and made modification to use them.
15872         * src/procmsg.[ch]
15873                 added score field to MsgInfo structure
15874         * added src/scoring.[ch]
15875                 gives functions to parse configuration file to do
15876                 scoring on mails with a list of conditions.
15877         * src/summaryview.[ch]
15878                 save the sorting type and mode for the folder
15879                 added column to display the score of the mail
15880                 added function summary_score_clicked()
15881                 sorting type and mode are restored to the folder
15882                 when it is reopen
15883         * src/textview.c
15884                 use procheader_parse_header(), procheader_headername_equal()
15885                 removed memory leak in text_scan_header when freeing headers
15886         * src/filter.c
15887                 changed the function to match names of headers
15888                 using procheader_headername_equal()
15889
15890         Scoring functions are implemented, an interface is needed
15891         to configure that.
15892
15893 2001-05-04 [alfons]
15894
15895         * src/gtkstext.c: 
15896                 hopefully fixed the row up navigation bug,
15897                 removed adding back / forward lines to cache
15898
15899 2001-05-04 [sergey]
15900
15901         * src/prefs_display_headers.c: user interface changes:
15902         (prefs_display_headers_create): remove unused "Show" check button;
15903         allow reordering of headers by dragging.
15904         (prefs_display_headers_write_config): remove unused variables.
15905         (prefs_display_headers_set_dialog): do not insert "(New)" at top
15906         of lists (not needed with the new UI).
15907         (prefs_display_headers_set_list): scan lists starting from row 0,
15908         not 1 (do not skip "(New)").
15909         (prefs_display_headers_find_header): new function.
15910         (prefs_display_headers_clist_set_row): do not allow duplicates.
15911         (prefs_display_headers_delete_cb): do not skip row 0; treat
15912         closing the alert window by ESC as "No".
15913         (prefs_display_headers_up): do not protect row 0.
15914         (prefs_display_headers_down): do not protect row 0.
15915
15916 2001-05-04 [sergey]
15917
15918         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
15919         functions.
15920
15921         * src/summaryview.c
15922         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
15923         summary_select_next_marked, summary_select_prev_marked): new
15924         functions.
15925
15926 2001-05-03 [sergey]
15927
15928         * src/news.c: fixed a bug when no article can be fetched after
15929         server timeout if the connection was restored by news_post():
15930         (news_select_group): new function.
15931         (news_fetch_msg): call news_select_group() before fetching
15932         article.
15933         (news_get_uncached_articles): set session->group after successful
15934         GROUP command.
15935
15936 2001-05-03 [hoa]
15937
15938         * src/defs.h
15939         * src/procmsg.[ch]
15940         * src/procheader.c
15941                  changed version of cache, added cc field
15942
15943         * src/prefs_display_headers.c
15944                 the interface was changed
15945
15946         * src/prefs_headers.c
15947                 added cancel button
15948
15949 2001-05-03 [alfons]
15950
15951         * completed sync of sylpheed cvs2
15952         * src/gtkstext.c: updated row up / down cursor navigation
15953         * src/textview.c: re-edited, prepared for fixing the email address
15954                 scanner.
15955
15956 2001-05-03 [darko]
15957
15958         * src/prefs_common.c: use alfons' strftime ui code
15959         entry_datefmt and datefmt_sample widgets have to be
15960         global in this module because of this change
15961
15962 2001-05-03 [hoa]
15963
15964         * src/messageview.c
15965         * src/prefs_common.[ch] added option to activate the return receipt
15966                 feature.
15967
15968 2001-05-02 [alfons]
15969
15970         * src/gtkstext.c: fix for row up/down cursor navigation. 
15971
15972         0.4.66claws2
15973         
15974         * sync with 0.4.66cvs2
15975
15976 2001-05-02 [paul]
15977
15978         added add-sender-to-addressbook patch
15979
15980         * src/addressbook.c
15981         * src/addressbook.h
15982         * src/summaryview.c
15983
15984 2001-05-02 [sergey]
15985
15986         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15987         G_ALERTDISABLE.
15988
15989         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15990         all existing callers changed to pass FALSE; create a check button
15991         to disable the message.
15992         (alertpanel_message_with_disable): new function.
15993         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15994         (alertpanel_button_toggled): new function.
15995         (alertpanel_button_clicked, alertpanel_close): set value using
15996         G_ALERT_VALUE_MASK.
15997
15998         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15999
16000         * src/prefs_common.c (prefs_privacy_create): new check button
16001         checkbtn_gpgme_warning.
16002
16003         * src/main.c (main): moved preferences reading before gpgme
16004         initialization; check prefs_common.gpgme_warning before giving the
16005         GnuPG warning and set it to FALSE if the user wants to disable the
16006         warning.
16007
16008 2001-05-02 [hiroyuki]
16009
16010         * src/prefs_display_headers.c: modified the layout and some labels.
16011
16012 2001-05-02 [sergey]
16013
16014         * src/prefs_account.c (prefs_account_fix_size): new function.
16015         (prefs_account_create): call prefs_account_fix_size(); use
16016         gtk_widget_show instead of gtk_widget_show_all (fixes too large
16017         size when the window is shown for the first time).
16018         (prefs_account_basic_create): changed layout of serv_table; moved
16019         localmbox_entry above smtpserv_entry (logically it replaces
16020         POP3/IMAP server).
16021         (prefs_account_protocol_activated): set sensitivity of
16022         nntpauth_chkbtn according to the protocol (in addition to
16023         hide/show); commented out gtk_table_set_row_spacing() calls.
16024         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
16025         not sensitive (fixes a bug with disabled username/password boxes
16026         when editing POP3 account after NNTP with authentication).
16027
16028 2001-05-02 [hoa]
16029
16030         * src/account.c
16031         * src/inc.c
16032         * src/prefs_account.[ch]
16033         * src/send.c
16034                 removed local account without SMTP server
16035                 added option to use mail command instead of a connexion
16036                 to SMTP server when a local account is used
16037         * src/prefs_headers.c
16038                 fixed a bug
16039         * src/news.c
16040                 fixed a bug when connexion immediately closed
16041
16042 2001-05-01 [alfons]
16043
16044         0.4.66claws1
16045         
16046         * sync with 0.4.65
16047
16048 2001-05-01 [sergey]
16049
16050         * src/prefs_account.c (Basic, prefs_account_basic_create): new
16051         widget nntpauth_chkbtn.
16052         (prefs_account_protocol_activated): handle nntpauth_chkbtn
16053         visibility.
16054         (prefs_account_nntpauth_toggled): new function.
16055
16056         * src/news.c (news_session_new_for_folder): use NNTP
16057         authentication only if ac->use_nntp_auth is set.
16058
16059 2001-05-01 [hoa]
16060
16061         * src/Makefile.am changed headers.[ch] in customheader.[ch]
16062         * src/prefs_display_headers.c changed the UI
16063         * src/prefs_headers.c changed account_name to account_id
16064         * src/compose.c using customheader.h
16065
16066 2001-05-01 [hiroyuki]
16067
16068         * src/esmtp.c
16069           src/news.c
16070           src/nntp.c: changed sock_read() to sock_gets(), they've been left
16071           unsynched.
16072
16073 2001-05-01 [hoa]
16074
16075         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
16076         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
16077                 for displaying of headers
16078         * src/grouplist_dialog.[ch] minor changes to remove warnings
16079         * src/prefs_display_headers.[ch] dialog to choose the
16080         headers to display in the mail viewer.
16081         * src/headers.h correction of #define
16082         * src/headers_display.[ch] configuration for displaying of headers.
16083         * src/main.c read config of displaying of headers
16084         * src/prefs_common.c add a button to access the config dialog
16085                 for displaying of headers
16086         * src/prefs_display_headers.[ch] dialog for configuration for
16087                 displaying of the headers.
16088         * src/prefs_headers.c cleaning of code
16089         * src/procheader.c comments added to code
16090         * src/textview.c changes to reorder the headers depending
16091                 on the config for displaying of headers
16092
16093 2001-04-30 [alfons]
16094
16095         0.4.65claws7
16096
16097         * sync with 0.4.65cvs12
16098
16099         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
16100
16101 2001-04-30 [sergey]
16102
16103         * src/nntp.h (NNTPSockInfo): new field auth_failed.
16104
16105         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
16106         is set to force reconnection after authentication failure.
16107         (nntp_gen_command): set sock->auth_failed on authentication
16108         failure, or if sock->userid and sock->passwd are not set.
16109
16110         * src/news.c (news_session_new_for_folder): set userid=NULL if
16111         password dialog is cancelled.
16112
16113 2001-04-30 [sergey]
16114
16115         * src/nntp.h (NNTPSockInfo): new type.
16116
16117         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
16118         SockInfo.
16119         (nntp_open_auth, nntp_close): new functions.
16120         (nntp_gen_command): new function to handle authentication; all
16121         NNTP command functions updated to use it.
16122         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
16123         (nntp_list): removed old useless code.
16124
16125         * src/news.h (NNTPSession): new field nntp_sock.
16126
16127         * src/news.c: all functions updated to use NNTPSockInfo instead of
16128         SockInfo.
16129         (news_session_new): new arguments (userid, passwd); made static;
16130         use nntp_open_auth() if needed.
16131         (news_session_destroy): use nntp_close() instead of sock_close().
16132         (news_query_password): changed arguments.
16133         (news_session_new_for_folder): new function.
16134         (news_session_get): use news_session_new_for_folder().
16135         (news_authenticate): deleted.
16136         (news_get_uncached_articles): removed old authentication code.
16137
16138 2001-04-30 [sergey]
16139
16140         * src/news.c: reverted my previous changes (need to do NNTP
16141         authentication in a cleaner way).
16142         
16143 2001-04-29 [sergey]
16144
16145         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
16146         news_nntp_post, news_nntp_mode): new functions (wrappers with
16147         authentication support).
16148         (news_get_article_cmd, news_get_article, news_get_header): new
16149         argument "folder"; all callers changed.
16150         (news_get_article_cmd): added authentication support.
16151         (news_session_get): use news_nntp_mode() instead of nntp_mode().
16152         (news_post): use news_nntp_post() instead of nntp_post().
16153         (news_get_uncached_articles): use news_nntp_group() instead of
16154         nntp_group() and news_nntp_xover() instead of nntp_xover();
16155         removed old authentication code.
16156         (news_get_group_list): use news_nntp_list() instead of nntp_list().
16157
16158         * src/nntp.c (nntp_list): return real error code instead of
16159         hardcoded NN_ERROR.
16160
16161 2001-04-29 [sergey]
16162
16163         * configure.in: fixed wint_t typedef detection again
16164
16165 2001-04-28 [hoa]
16166
16167         * src/prefs_account.[ch], added A_LOCAL_CMD
16168                 (send mail with mail command)
16169         * src/send.c added function send_message_with_command()
16170         * src/inc.c made a more secure get_spool() function with
16171                 mktemp() but maybe mkstemp() or something more
16172                 secure can be used.
16173
16174 2001-04-28 [alfons]
16175
16176         * src/textview.c, colorization of email addresses in headers
16177
16178         0.4.65claws6
16179
16180         * bug sync with sylpheed
16181         * prefs_common.c: created date format ui for darko
16182         * sync with 0.4.65cvs11
16183         * configure.in: corrected to have the new gpg checks
16184
16185 2001-04-27 [alfons]
16186
16187         * completed sync with 0.4.65cvs10
16188         * minor debug things added to gtkstext.c
16189
16190 2001-04-27 [darko]
16191
16192         * configure.in: remove check for availability of
16193           strftime() as advised by Hiroyuki
16194         * src/prefs_common.[ch], src/procheader.c:
16195           synch strftime() code with Hiroyki's main branch
16196
16197 2001-04-26 [sergey]
16198
16199         * src/news.c: news_query_password(), news_authenticate(): new
16200           functions.
16201           news_get_uncached_articles(): added NNTP authentication
16202           handling.
16203         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
16204           new functions.
16205         * src/prefs_account.c: prefs_account_protocol_activated():
16206           enable userid and password fields for NNTP.
16207
16208 2001-04-26
16209
16210         * configure.in: check for availability of strftime()
16211           [darko]
16212         * src/prefs_common.[ch], src/procheader.c: use
16213           strftime() for displaying date in summary pane if it
16214           is available
16215
16216 2001-04-25
16217
16218         * more .cvsignore cleanups [alfons]
16219
16220 2001-04-25
16221
16222         * ac/sv-check-type.m4: new autoconf macro.
16223         * configure.in: fixed wint_t typedef detection (did not work
16224           with gcc-2.96).
16225
16226 2001-04-25
16227
16228         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
16229           [hiroyuki]
16230
16231 2001-04-24
16232         * modified gtkstext.c : buggy cursor navigation fixed, 
16233           and font descent also taken in account when drawing
16234           cursor. [alfons]
16235
16236 2001-04-24 [hoa]
16237         * added comments in src/news.c src/nntp.c
16238         * added src/prefs_headers.[ch]
16239         * added src/headers.[ch]
16240         * modified compose.c to activate custom headers
16241                 added function is_in_custom_headers
16242         * modified prefs_account.[ch]
16243                 added function prefs_account_customhdr_edit
16244         * modified src/defs.h :
16245                 added HEADERS_RC : name of the config file
16246                 for the custom headers
16247
16248 2001-04-24
16249
16250     0.4.65claws5
16251
16252         * configure.in
16253           src/gtkstext.[ch]
16254           src/compose.c
16255           src/Makefile.am
16256           
16257           added gtkstext with configure.in patch by Hiroyuki which
16258           should fix the XIM detection [alfons]
16259
16260         * more clean up of cvs [alfons]
16261
16262                  * removed all Makefile.in files to attic.
16263
16264                  * updated all .cvsignores to really ignore things that could
16265                    be unintentionally committed by a recursive commit.
16266
16267 2001-04-23 [hoa]
16268         * added src/grouplist_dialog.[ch]
16269         * changed src/folderview.c to call grouplist_dialog instead
16270                 of inputdialog
16271         * src/news.c :
16272                 added functions news_reset_group_list
16273                 and news_get_group_list
16274         * src/nntp.c :
16275                 added function nntp_list
16276         * src/defs.h :
16277                 added GROUPLIST_FILE : name of the newsgroup list cache file
16278
16279 2001-04-21
16280
16281         * added option to warn about queued messages on exit [sergey]:
16282
16283           * src/compose.c: compose_queue(): call folder_item_scan()
16284             and folderview_update_item() after queueing.
16285           * src/folderview.c: folderview_update_node(): draw the queue
16286             folder in bold font if there are queued messages.
16287           * src/mainwindow.c: queued_messages(): new function.
16288             app_exit_cb(): display warning if there are queued messages
16289             if warn_queued_on_exit is set.
16290           * prefs_common.[ch]: add warn_queued_on_exit option.
16291
16292         * enhanced GnuPG key selection support [sergey]:
16293
16294           * src/select-keys.c: updated to newer version from Win32
16295             branch with support for selecting arbitrary keys.
16296           * src/prefs_account.c: added the Privacy tab to the account
16297             options window.
16298             prefs_account_privacy_create(),
16299             prefs_account_sign_key_set_data_from_radiobtn(),
16300             prefs_account_sign_key_set_radiobtn(): new functions.
16301           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
16302           * src/rfc2015.c: set_signers(): new function.
16303             pgp_sign(): add the account parameter, call set_signers().
16304             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
16305           * src/rfc2015.h: rfc2015_sign(): updated prototype.
16306           * src/compose.c: pass the current account to rfc2015_sign().
16307
16308         * tag name claws added to prevent confusion with main branch [alfons]
16309
16310         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
16311
16312         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
16313
16314         * sync with recent sylpheed cvs. Untested though. [alfons]
16315