* src/prefs_matcher.c
[claws.git] / ChangeLog.claws
1 2003-05-18 [alfons]     0.8.11claws164
2
3         * src/prefs_matcher.c
4                 put "execute" action command line ("expression") in edit box
5
6 2003-05-18 [christoph]  0.8.11claws163
7
8         * src/mimeview.[ch]
9         * src/plugins/dillo_viewer/dillo_viewer.c
10         * src/plugins/image_viewer/viewer.c
11         * src/plugins/mathml_viewer/mathml_viewer.c
12                 let a viewer to have a list of Content-Types
13
14 2003-05-18 [paul]       0.8.11claws162
15
16         * src/prefs_filtering.c
17                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
18                 and REDIRECT actions
19
20 2003-05-17 [christoph]
21
22         * README.claws
23                 o remove dynamic signatures that was syned with main
24                 o add infos about no longer "build in" image viewer
25                 o update bugtracker URL
26
27 2003-05-17 [christoph]  0.8.11claws161
28
29         * src/folder.c
30         * src/folderview.c
31         * src/imap.c
32                 don't use imap_scan_folder anymore. Instead call folder_item_scan
33                 for every folder after rebuilding the folder tree.
34
35         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
36          messages)
37
38 2003-05-17 [christoph]  0.8.11claws160
39
40         * src/imap.c
41                 don't use STATUS command on current folder to check for
42                 content changes. imap_cmd_ok() now tracks changes to
43                 folder and number of existing messages.
44
45 2003-05-17 [paul]       0.8.11claws159
46
47         * src/plugins/clamav/clamav_plugin.c
48                 remove unnecessary debug_print
49
50 2003-05-16 [thorsten]   0.8.11claws158
51
52         * src/plugins/demo.c
53                 included missing intl.h
54
55 2003-05-16 [paul]       0.8.11claws157
56
57         * po/POTFILES.in
58                 remove non-existant entries
59         
60         * src/plugins/clamav/clamav_plugin.c
61           src/plugins/clamav/clamav_plugin_gtk.c
62           src/plugins/dillo_viewer/dillo_prefs.c
63           src/plugins/dillo_viewer/dillo_viewer.c
64                 gettextise
65
66 2003-05-16 [christoph]  0.8.11claws156
67
68         * po/POTFILES.in
69                 include plugin .c files for translation until I
70                 find a better solution to have plugins have their
71                 own textdomain
72         * src/plugins/demo/demo.c
73         * src/plugins/image_viewer/plugin.c
74         * src/plugins/mathml_viewer/mathml_viewer.c
75         * src/plugins/spamassassin/spamassassin.c
76         * src/plugins/spamassassin/spamassassin_gtk.c
77         * src/plugins/trayicon/trayicon.c
78                 add gettext macros for plugin name and description
79
80 2003-05-16 [paul]
81
82         * sync with 0.9.0
83
84 2003-05-16 [paul]       0.8.11claws155
85
86         * sync with lastest 0.9.0pre1
87                 see ChangeLog 2003-05-16
88
89 2003-05-15 [paul]       0.8.11claws154
90
91         * sync with latest 0.9.0pre1
92                 see ChangeLog 2003-05-14 and 2003-05-15
93
94 2003-05-14 [christoph]  0.8.11claws153
95
96         * src/plugins/image_viewer/viewer.c
97         * src/plugins/image_viewer/viewer.glade         ** NEW **
98         * src/plugins/image_viewer/viewerprefs.c
99                 make it possible to disable the autoload function in the
100                 imageviewer again
101
102 2003-05-14 [christoph]  0.8.11claws152
103
104         * src/folder.c
105                 fix folder update after adding a message
106
107 2003-05-13 [alfons]     0.8.11claws151
108
109         * src/common/session.c
110                 remove debug traces
111                 
112         * src/addrcache.[ch]
113         * src/filtering.[ch]
114         * src/folder.[c]
115         * src/gtkaspell.[ch]
116         * src/imap.[ch]
117         * src/mbox_folder.[ch]
118         * src/mh.[ch]
119         * src/mimeview.h
120         * src/msgcache.[ch]
121         * src/news.[ch]
122         * src/passphrase.[ch]
123         * src/prefs_common.[ch]
124         * src/prefs_gtk.[ch]
125         * src/procmsg.c
126         * src/scoring.[ch]
127                 be pedantic; (in prototypes () implies (int))
128
129 2003-05-13 [alfons]     0.8.11claws150
130
131         * src/prefs_toolbar.[ch]
132         * src/summaryview.[ch]
133         * src/toolbar.[ch]
134                 change misleading text in toolbar prefs;
135                 add toolbar action for ignore thread (toggles ignore thread flag);
136                 clean up a little bit;
137
138 2003-05-12 [paul]
139
140         * tools/convert_mbox.pl
141                 bug fixed by Fred Marton
142
143 2003-05-12 [paul]
144
145         * sync with 0.9.0pre1
146
147 2003-05-09 [paul]       0.8.11claws149
148
149         * sync with 0.8.11cvs43
150                 see ChangeLog 2003-05-09
151
152 2003-05-08 [christoph]  0.8.11claws148
153
154         * src/imap.[ch]
155                 o use CAPABILIY as first command and check for PREAUTH
156                   information in the response to it
157                 o rewrite all imap_cmd_* functions to use an IMAPSession
158                   instead of a SockInfo as parameter
159                 o do STARTTLS after fetching and checking the server
160                   capabilities
161
162 2003-05-08 [paul]       0.8.11claws147
163
164         * tools/Makefile.am
165           tools/README
166           tools/convert_mbox.pl         ** NEW FILE **
167                 add mbox conversion script. Submitted by 
168                 Fred Marton <Fred.Marton@uni-bayreuth.de>
169
170 2003-05-07 [christoph]
171
172         * doc-src/glade.txt
173         * src/gtk/pluginwindow.glade
174         * src/plugins/image_viewer/viewerprefs.glade
175         * src/plugins/spamassassin/spamassassin_gtk.glade
176                 add glade files for user interfaces and a description how
177                 to use glade to create the sylpheed code
178
179 2003-05-07 [paul]       0.8.11claws146
180
181         * sync with 0.8.11cvs41
182                 see ChangeLog 2003-05-07
183
184 2003-05-06 [christoph]  0.8.11claws145
185
186         * src/main.c
187         * src/plugins/image_viewer/viewer.c
188                 fix usage of imlib in imageviewer plugin
189
190         * src/gtk/prefswindow.c
191                 handle window close event correctly
192
193 2003-05-06 [paul]       0.8.11claws144
194
195         * src/common/ssl.c
196                 fix typo introduced in sync
197
198 2003-05-06 [paul]       0.8.11claws143
199
200         * sync with 0.8.11cvs39
201                 see ChangeLog 2003-05-06
202
203 2003-05-06 [paul]       0.8.11claws142
204
205         * AUTHORS
206           po/cs.po
207                 updated Czech translation, submitted by 
208                 Radek Vybiral <Radek.Vybiral@vsb.cz>
209                 
210         * src/plugins/clamav/clamav_plugin_gtk.c
211                 clean up
212
213 2003-05-03 [alfons]     0.8.11claws141
214
215         * src/compose.[ch]
216                 make paste as quotation work even when the call to 
217                 text_inserted() was deferred (fixes bug #140 "Paste 
218                 as quotation does not work when using "external" 
219                 clipboard")
220
221 2003-05-03 [thorsten]   0.8.11claws140
222
223         * src/addrquery.h
224           src/ldapquery.h
225           src/mainwindow.c
226                 removed C++ comments
227         * src/addr_compl.c
228                 function with non-int retval/param used before
229                 implementation/declaration
230
231 2003-05-02 [paul]       0.8.11claws139
232
233         * src/addr_compl.[ch]
234           src/addressbook.[ch]
235           src/addrindex.c
236           src/summaryview.c
237                 revert match's changes to (finally) remove the bug where
238                 opening a folder causes massive slowdown when using the 
239                 'Display sender using address book' option
240
241 2003-05-01 [melvin]     0.8.11claws138
242
243         * src/plugins/dillo_viewer/dillo_prefs.[ch]
244         * src/plugins/dillo_viewer/dillo_viewer.c
245                 Fixed bug where "Cancel" button from prefs issued
246                 warnings.
247                 Comply a little more to coding style
248
249 2003-05-01 [paul]       0.8.11claws137
250
251         * sync with 0.8.11cvs38
252                 see ChangeLog 2003-05-01
253
254 2003-05-01 [paul]       0.8.11claws136
255
256         * po/bg.po
257                 updated by George Danchev
258
259 2003-04-30 [christoph]  0.8.11claws135
260
261         * src/plugins/dillo_viewer/dillo_prefs.c
262         * src/plugins/image_viewer/viewerprefs.c
263         * src/plugins/spamassassin/spamassassin_gtk.c
264                 remove gtk_widget_ref() calls for widgets in
265                 glade code
266
267 2003-04-30 [paul]       0.8.11claws134
268
269         * src/addrindex.c
270                 ok, this time a better fix for the bug where opening folder
271                 has massive slowdown when using the 'Display sender using 
272                 address book' option
273
274 2003-04-30 [paul]       0.8.11claws133
275
276         * src/addrindex.c
277                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
278         
279 2003-04-30 [melvin]     0.8.11claws132
280
281         New: Dillo plugin preferences (patch by Dimitar Haralanov)
282
283         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
284                 Preferences for the dillo plugin
285         * src/plugins/dillo_viewer/dillo_viewer.c
286                 Support for preferences
287         * src/plugins/dillo_viewer/Makefile.am
288                 Added dillo_prefs.[ch]
289
290 2003-04-30 [alfons]     0.8.11claws131
291
292         * src/common/plugin.[ch]
293                 see? this ANSI C'fication immediately gives us type
294                 checking for free.
295
296 2003-04-30 [alfons]     0.8.11claws130
297
298         * src/common/plugin.[ch]
299         * src/plugins/clamav/clamav_plugin.[ch]
300         * src/plugins/clamav/clamav_plugin_gtk.c
301         * src/plugins/demo/demo.c
302         * src/plugins/dillo_viewer/dillo_viewer.c
303         * src/plugins/image_viewer/plugin.c
304         * src/plugins/image_viewer/viewer.[ch]
305         * src/plugins/image_viewer/viewerprefs.[ch]
306         * src/plugins/mathml_viewer/mathml_viewer.c
307         * src/plugins/spamassassin/spamassassin.[ch]
308         * src/plugins/spamassassin/spamassassin_gtk.c
309         * src/plugins/trayicon/trayicon.c
310                 clean up
311
312 2003-04-30 [alfons]     0.8.11claws129
313
314         * src/common/utils.c
315                 make is_ascii_str() fail gracefully when NULL pointer
316                 is passed
317
318 2003-04-30 [paul]       0.8.11claws128
319
320         * src/addrindex.c
321                 fix bug where opening folder has massive slowdown when
322                 using the 'Display sender using address book' option
323
324 2003-04-30 [paul]       0.8.11claws127
325
326         * src/plugins/clamav/clamav_plugin.c
327           src/plugins/clamav/clamav_plugin_gtk.c
328           src/plugins/demo/demo.c
329           src/plugins/dillo_viewer/dillo_viewer.c
330           src/plugins/image_viewer/plugin.c
331           src/plugins/mathml_viewer/mathml_viewer.c
332           src/plugins/spamassassin/spamassassin.c
333           src/plugins/spamassassin/spamassassin_gtk.c
334           src/plugins/trayicon/trayicon.c
335                 get rid of eye-hurting function signatures
336
337 2003-04-30 [paul]       0.8.11claws126
338
339         * src/plugins/trayicon/trayicon.c
340                 add description
341                 
342         * src/mimeview.c
343                 be more descriptive
344
345 2003-04-30 [paul]       0.8.11claws125
346
347         * configure.ac
348                 arrange the plugins in reverse alphabetical order
349                 
350         * src/plugins/clamav/clamav_plugin.[ch]
351           src/plugins/clamav/clamav_plugin_gtk.c
352                 rename some params
353                 resize max_size window
354                 re-arrange the order of some gui elements
355                 improve descriptions
356         
357         * src/plugins/image_viewer/plugin.c
358           src/plugins/mathml_viewer/mathml_viewer.c
359                 add descriptions
360                 
361         * src/plugins/spamassassin/spamassassin_gtk.c
362                 resize max_size window
363                 re-arrange the order of some gui elements
364                 
365         * src/messageview.c
366           src/mimeview.c
367                 correct typos
368
369 2003-04-30 [alfons]     0.8.11claws124
370
371         * src/imap.c
372                 fix a leak found while browsing Martin Kluge's 
373                 valgrind log (Claws only)
374
375 2003-04-29 [darko]      0.8.11claws123
376
377         * src/gtk/gtkstext.h
378                 include wchar.h if it is available, fixes compilation
379                 on HP-UX systems
380
381 2003-04-29 [melvin]     0.8.11claws122
382
383         * src/prefs_actions.c
384                 Improved help text of Actions' syntax
385
386 2003-04-28 [paul]       0.8.11claws121
387
388         * src/action.c
389                 a better fix for the crash when performing an action
390                 on a mime part
391
392 2003-04-28 [paul]       0.8.11claws120
393
394         * src/action.c
395                 fix crash when performing an action on a
396                 mime part
397
398 2003-04-28 [paul]       0.8.11claws119
399
400         * sync with 0.8.11cvs36
401                 see ChangeLog 2003-04-28
402
403 2003-04-27 [paul]       0.8.11claws118
404
405         * more sync with 0.8.11cvs35
406                 see ChangeLog 2003-04-25
407
408 2003-04-26 [christoph]  0.8.11claws117
409
410         * src/folder.c
411                 fix remove virtual check
412
413 2003-04-26 [paul]       0.8.11claws116
414
415         * src/messageview.c
416                 fix return-receipt, make it work again
417
418 2003-04-26 [paul]       0.8.11claws115
419
420         * src/mimeview.c
421                 restore double-clicking of the [application/pgp-signature 
422                 (Select "Check signature" to check)] line in the message view,
423                 broken in recent sync
424
425 2003-04-26 [christoph]  0.8.11claws114
426
427         * src/folder.c
428                 check if remove virtual really exists before
429                 calling the function
430
431 2003-04-25 [match]      0.8.11claws113
432
433         * src/addrindex.c
434         * src/addrbook.c
435         * src/ldapquery.[ch]
436         * src/ldapctrl.[ch]
437                 fix memleak.
438         * src/ldapserver.[ch]
439                 fix memleak. fix segfault.
440                 plug a Claws memleak
441
442 2003-04-25 [alfons]     0.8.11claws112
443
444         * src/folder.c
445                 plug a Claws memleak
446
447 2003-04-25 [alfons]     0.8.11claws111
448
449         * src/common/session.c
450                 plug a memleak
451
452 2003-04-25 [paul]       0.8.11claws110
453
454         * sync with 0.8.11cvs35
455                 see ChangeLog 2003-04-24 and 2003-04-25
456                 
457         * src/gtk/pluginwindow.c
458                 correct another strange float value
459
460 2003-04-24 [christoph]  0.8.11claws109
461
462         * src/folder.c
463                 freeze folder item updates when unsetting new flags
464
465         * src/gtk/pluginwindow.c
466                 correct strange float value
467
468 2003-04-23 [paul]       0.8.11claws108
469
470         * sync with 0.8.11cvs33
471                 see ChangeLog 2003-04-23
472
473 2003-04-22 [paul]       0.8.11claws107
474
475         * src/Makefile.am
476           src/messageview.c
477           src/mimeview.c
478           src/pgptext.[ch]      ** REMOVED **
479                 remove pgptext.[ch] as its not used any more
480
481 2003-04-22 [paul]       0.8.11claws106
482
483         * sync with 0.8.11cvs31
484                 see ChangeLog 2003-04-21 and 2003-04-22
485
486 2003-04-21 [alfons]     0.8.11claws105
487
488         * src/main.c
489                 No access to GTK structures if we're a spawned child
490                 (and clean up code a little bit...) Should fix #126.
491
492 2003-04-21 [melvin]     0.8.11claws104
493
494         * src/plugins/dillo_viewer/README
495                 Improved slightly the text.
496
497 2003-04-21 [melvin]     0.8.11claws103
498
499         * src/plugins/dillo_viewer/README *** NEW ***
500                 Added a README file for the Dillo plugin
501
502 2003-04-20 [paul]
503
504         * tools/README
505           tools/outlook2sylpheed.pl
506                 updated and improved by Ricardo Mones Lastra
507
508 2003-04-18 [oliver]     0.8.11claws102
509
510         * src/inc.c 
511         * src/prefs_account.h
512                 remove Pop3SessionType (used by selective download)
513         * src/prefs_toolbar.c
514                 enable set Default Toolbar button
515
516 2003-04-18 [paul]       0.8.11claws101
517
518         * sync with 0.8.11cvs29
519                 see ChangeLog 2003-04-18
520
521 2003-04-17 [paul]       0.8.11claws100
522
523         * src/prefs_common.[ch]
524           src/summaryview.c
525                 remove 'Open next message on deletion' option,
526                 as the same effect can now be achieved via the
527                 'Always open messages in summary when selected'
528                 option.
529
530 2003-04-17 [paul]       0.8.11claws99
531
532         * sync with 0.8.11cvs28
533                 see ChangeLog 2003-04-17
534
535 2003-04-17 [christoph]  0.8.11claws98
536
537         * ac/spamassassin.m4
538         * src/plugins/spamassassin/libspamc.[ch]
539         * src/plugins/spamassassin/utils.[ch]
540                 sync libspamc with SpamAssassin project
541
542 2003-04-17 [christoph]  0.8.11claws97
543
544         * src/common/socket.h
545         * src/gtk/sslcertwindow.h
546                 rename old USE_SSL to USE_OPENSSL
547
548 2003-04-17 [paul]       0.8.11claws96
549
550         * src/prefs_common.h
551                 use gulong for P_COLOR so that it compiles/runs on
552                 64-bit systems. Patch submitted by James Noyes
553                 <jnoyes-claws@retrogeeks.com>
554                 
555         * po/de.po
556                 updated by Jens
557
558 2003-04-17 [paul]       0.8.11claws95
559
560         * sync with 0.8.11cvs27
561                 see ChangeLog 2003-04-16
562
563 2003-04-15 [paul]       0.8.11claws94
564
565         * src/prefs_common.[ch]
566                 rearrange to stop the window getting too long:
567                         move Receive dialog stuff to Receive tab
568                         move Send dialog to Send tab
569                         remove Dialogs frame
570                 rename 'Open messages in summary with cursor keys' to
571                 'Always open messages in summary when selected', as its
572                 more appropriate
573
574 2003-04-15 [paul]       0.8.11claws93
575
576         * src/prefs_common.[ch]
577           src/summaryview.c
578                 add new option '/Interface/Open next message on deletion'
579
580 2003-04-15 [paul]       0.8.11claws92
581
582         * src/summaryview.[ch]
583                 add /Mark/Lock and /Mark/Unlock to the pop-up
584                 menu. Patch submitted by Ivan Francolin Martinez
585                 <ivanfm@users.sourceforge.net>
586
587 2003-04-15 [paul]       0.8.11claws91
588
589         * sync with 0.8.11cvs24
590                 see ChangeLog 2003-04-15
591
592 2003-04-14 [jens]       0.8.11claws90
593
594         * updated German translation and some corrections from
595                 Roland Bless <bless@tm.uka.de>
596
597 2003-04-14 [paul]       0.8.11claws89
598
599         * sync with 0.8.11cvs22
600                 see ChangeLog 2003-04-14
601
602 2003-04-13 [paul]       0.8.11claws88
603
604         * src/plugins/clamav/clamav_plugin.c
605                 fix memory leaks
606                 clean up
607
608 2003-04-12 [paul]       0.8.11claws87
609
610         * src/plugins/clamav/clamav_plugin.c
611                 activate enable/disable archive scanning option
612                 
613         * src/plugins/clamav/.cvsignore         ** NEW FILE **
614
615 2003-04-12 [paul]       0.8.11claws86
616
617         * src/plugins/Makefile.am
618           src/plugins/clamav/Makefile.am                ** NEW FILE **
619           src/plugins/clamav/README                     ** NEW FILE ** 
620           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
621           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
622                 add Clam AntiVirus plugin
623
624 2003-04-12 [paul]       0.8.11claws85
625
626         * sync with 0.8.11cvs21
627                 see ChangeLog 2003-04-11
628
629 2003-04-11 [paul]       0.8.11claws84
630
631         * po/es.po
632                 update Spanish translation. Submitted by Ricardo
633                 Mones Lastra.
634
635 2003-04-10 [christoph]  0.8.11claws83
636
637         * src/mbox.c
638                 fix typo that did not move unfiltered mails to destination
639                 folder
640
641         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
642          when filtering from spool)
643
644 2003-04-10 [christoph]  0.8.11claws82
645
646         * src/imap.c
647                 use BODY.PEEK instead of BODY in in message fetch operation
648                 to make sure the IMAP server does not set the \Seen flag for
649                 messages. Sylpheed does that later itself, when the message
650                 is opened in sylpheed
651
652         (closes Bug 111 Claws destroys unread marks)
653
654 2003-04-09 [oliver]     0.8.11claws81
655         
656         * src/folder.c
657                 fix crash in folder_destroy
658         * README.claws
659                 remove selective download
660
661 2003-04-09 [christoph]  0.8.11claws80
662
663         * src/imap.c
664                 fix crash in imap_get_msginfo() when then fetched message
665                 is not found
666
667         (closes Bug 110 Crash during mail composition)
668
669 2003-04-08 [christoph]  0.8.11claws79
670
671         * src/folder.c
672         * src/prefs_account.c
673                 Filter new messages that are found in an INBOX folder
674                 when 'Filter messages on receiving' is enabled in the
675                 Folder's AccountPrefs. This allows to use Sylpheed's
676                 filtering engine for IMAP folders where messages are
677                 added to the INBOX by a MTA
678
679 2003-04-08 [paul]       0.8.11claws78
680
681         * src/procmsg.h
682                 clean up after last commit
683
684 2003-04-08 [paul]       0.8.11claws77
685
686         * sync with 0.8.11cvs20
687                 see ChangeLog 2003-04-07 and 2003-04-08
688
689 2003-04-07 [christoph]  0.8.11claws76
690
691         * src/filtering.[ch]
692         * src/inc.[ch]
693         * src/mbox.c
694         * src/procmsg.[ch]
695                 add procmsg_msginfo_filter() to execute filtering actions
696
697 2003-04-06 [christoph]  0.8.11claws75
698
699         * src/imap.c
700                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
701
702 2003-04-06 [christoph]  0.8.11claws74
703
704         * src/common/utils.[ch]
705                 add g_int_compare() function for slist sorting
706
707         * src/imap.c
708                 fetch all MsgInfos with one command in imap_get_msginfos()
709                 using an imap set with a list of ranges
710
711         * src/news.c
712                 use new g_int_compare() function
713
714 2003-04-06 [thorsten]   0.8.11claws73
715
716         * src/mh.c
717                 corrected implementation of mh_folder_destroy()
718
719 2003-04-05 [christoph]  0.8.11claws72
720
721         * src/account.c
722         * src/folder.[ch]
723         * src/folderview.c
724         * src/imap.c
725         * src/inc.c
726         * src/main.c
727         * src/mainwindow.c
728         * src/mbox_folder.c
729         * src/mh.c
730         * src/mimeview.h
731         * src/msgcache.[ch]
732         * src/news.c
733         * src/procmime.h
734         * src/procmsg.[ch]
735         * src/setup.c
736         * src/gtk/gtkutils.c
737                 o rename structure field names class and new to klass and
738                   new_msgs, to allow including files in C++
739                 o add 'extern "C"' block to some header files
740                 o add MsgInfoList and MsgNumberList as alias for GSList for
741                   developers to know what type of list is expected
742
743         * src/plugins/image_viewer/plugin.c
744         * src/plugins/image_viewer/viewer.[ch]
745         * src/plugins/image_viewer/viewerprefs.[ch]
746                 rename function names to prevent conflicts
747
748 2003-04-05 [paul]       0.8.11claws71
749
750         * sync with 0.8.11cvs18
751                 see ChangeLog 2003-04-03 and 2003-04-04
752
753 2003-04-02 [christoph]  0.8.11claws70
754
755         * src/folder.[ch]
756         * src/imap.[ch]
757         * src/mbox_folder.[ch]
758         * src/mh.[ch]
759         * src/news.[ch]
760                 o Make all virtual folder functions private
761                 o remove unused folder code
762
763         * src/common/socket.[ch]
764         * src/summaryview.c
765                 fix warnings
766
767 2003-03-30 [alfons]     0.8.11claws69
768
769         * src/send_message.c
770                 remove two debug traces and see if people still report
771                 errors
772
773 2003-03-30 [alfons]     0.8.11claws68
774
775         * src/send_message.c
776         * src/commons/session.c
777                 add more debug traces
778
779 2003-03-30 [christoph]  0.8.11claws67
780
781         * src/folder.c
782                 change processing folder name from .processing to processing
783
784         * src/common/ssl.c
785                 disable SSL certificate check because it causes Xlib error
786                 when the child process want's to open an GTK window
787
788 2003-03-30 [christoph]  0.8.11claws66
789
790         * src/folder.c
791                 don't use default folder for processing folder item because
792                 it can be a non local folder
793
794         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
795
796 2003-03-30 [alfons]     0.8.11claws65
797
798         * src/send_message.c
799                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
800                 to generate bad code for 'send_send_data_progressive': When
801                 called from 'send_send_data_finished', the 'data' pointer is
802                 cleared just before the assignment to the dialog pointer
803
804 2003-03-29 [christoph]  0.8.11claws64
805
806         * src/common/prefs.h
807         * src/plugins/image_viewer/Makefile.am
808         * src/plugins/image_viewer/plugin.c
809         * src/plugins/image_viewer/viewer.[ch]
810         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
811                 add PrefsPage for ImageViewer
812
813 2003-03-28 [thorsten]   0.8.11claws63
814
815         * src/common/session.c
816                 added some comments
817
818 2003-03-28 [paul]       0.8.11claws62
819
820         * sync with 0.8.11cvs16
821                 see ChangeLog 2003-03-28
822
823 2003-03-28 [paul]       0.8.11claws61
824
825         * sync with 0.8.11cvs15
826                 see ChangeLog 2003-03-28
827
828 2003-03-27 [christoph]  0.8.11claws60
829
830         * src/folder.c
831         * src/imap.c
832         * src/common/socket.[ch]
833                 set socket state to DISCONNECTED when any operation
834                 fails to allow reconnecting in IMAP code without
835                 checking the return code of all calls to the command
836                 functions
837
838         * src/folderview.c
839         * src/summaryview.c
840                 remove some more stuff that depends on specific
841                 folder types
842
843 2003-03-27 [paul]       0.8.11claws59
844
845         * sync with 0.8.11cvs14
846                 see ChangeLog 2003-03-27
847                 
848         * src/selective_download.[ch]   ** REMOVED **
849                 really removed
850
851 2003-03-27 [christoph]  0.8.11claws58
852
853         * src/folder.c
854                 fix handling of tmp_flags in flag copy function
855
856 2003-03-27 [paul]       0.8.11claws57
857
858         * sync with 0.8.11cvs13
859                 see ChangeLog 2003-03-27
860
861 2003-03-27 [oliver]     0.8.11claws56
862
863         * src/maiwindow.c
864                 remove sel_download_cb
865
866 2003-03-27 [oliver]     0.8.11claws55
867         
868         * src/inc.c
869                 remove POP3_TOP
870         
871 2003-03-26 [oliver]     0.8.11claws54
872
873         *src/pop.h
874                 remove POP3_TOP*
875         * README.claws
876                 remove selective donwload readme
877
878 2003-03-26 [oliver]     0.8.11claws53
879         * src/matcher.[ch]
880         * src/matcher_parser_parse.y 
881         * src/pop.c 
882         * src/prefs_account.[ch]
883         * src/prefs_filtering.c
884                 remove selective donwload
885
886 2003-03-26 [oliver]     0.8.11claws52
887
888         * src/inc.[ch] 
889         * src/filtering.c 
890         * src/mainwindow.c 
891                 remove selective donwload
892
893 2003-03-26 [oliver]     0.8.11claws51
894         
895         * src/Makefile.am
896         * src/selective_download.[ch]   ** REMOVE **    
897
898 2003-03-26 [christoph]  0.8.11claws50
899
900         * src/news.c
901                 fix NEWS that got broken by a sync with sylpheed-main
902
903 2003-03-26 [christoph]  0.8.11claws49
904
905         * src/mimeview.c
906                 fix mime type guessing when no mime type is found for a file
907
908 2003-03-25 [christoph]  0.8.11claws48
909
910         * src/mimeview.c
911         * src/procmime.c
912                 remove mime type guessing from mime parser and use
913                 name based mime types in viewer lookup for mime type
914                 application/octet-stream
915
916 2003-03-25 [christoph]  0.8.11claws47
917
918         * doc-src/readme.txt
919         * doc-src/rfc2554.txt
920                 add RFC about SMTP AUTH
921
922         * src/send_message.c
923         * src/common/smtp.[ch]
924                 add extra error code for authentication errors and
925                 clear temporary password when this error occurs
926
927         (closes Bug 84 authentication failure while sending should
928          prompt for password again)
929
930 2003-03-25 [christoph]  0.8.11claws46
931
932         * configure.ac
933         * src/Makefile.am
934         * src/imageview.[ch]                            ** REMOVE **
935         * src/messageview.[ch]
936         * src/mimeview.[ch]
937         * src/prefs_common.[ch]
938         * src/textview.c
939         * src/plugins/Makefile.am
940         * src/plugins/image_viewer/.cvsignore           ** NEW **
941         * src/plugins/image_viewer/Makefile.am          ** NEW **
942         * src/plugins/image_viewer/plugin.c             ** NEW **
943         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
944                 move image viewer into a plugin (building is enabled by default)
945                 [ToDo: Prefs for resize and autoview]
946
947 2003-03-25 [paul]       0.8.11claws45
948
949         * sync with 0.8.11cvs12
950                 see ChangeLog 2003-03-26
951
952 2003-03-25 [paul]       0.8.11claws44
953
954         * sync with 0.8.11cvs11
955                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
956                 
957         Note: Selective Download is broken.
958                 
959 2003-03-22 [christoph]  0.8.11claws43
960
961         * src/folder.c
962                 code cleanup for flags copying
963
964 2003-03-22 [christoph]  0.8.11claws42
965
966         * src/plugins/trayicon/trayicon.c
967                 fix setting the transparent area when the window size
968                 is forced by the system tray
969
970 2003-03-22 [christoph]  0.8.11claws41
971
972         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
973         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
974         * src/plugins/trayicon/newmail.xpm              ** NEW **
975         * src/plugins/trayicon/nomail.xpm               ** NEW **
976         * src/plugins/trayicon/trayicon.c
977         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
978                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
979                 o add icon for unread mails
980                 o set transparency for window
981
982 2003-03-22 [christoph]  0.8.11claws40
983
984         * src/news.c
985                 init news session to prevent crash when session is closed
986
987 2003-03-22 [christoph]  0.8.11claws39
988
989         * src/imap.c
990         * src/common/session.[ch]
991                 Init session data to make sure we don't have invalid pointers
992                 for read_ch and write_ch when new multi process sessions are
993                 not used
994
995         * src/main.c
996         * src/common/plugin.c
997         * src/common/sylpheed.c
998         * src/plugins/demo/demo.c
999         * src/plugins/dillo_viewer/dillo_viewer.c
1000         * src/plugins/mathml_viewer/mathml_viewer.c
1001         * src/plugins/spamassassin/spamassassin.c
1002         * src/plugins/spamassassin/spamassassin_gtk.c
1003                 add plugin types to allow loading plugins at different times
1004                 (and maybe for different frontends), because it's not good to
1005                 load GTK-Plugins gefore gtk_init was called
1006
1007         * configure.ac
1008         * src/plugins/Makefile.am
1009         * src/plugins/trayicon/.cvsignore               ** NEW **
1010         * src/plugins/trayicon/Makefile.am              ** NEW **
1011         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
1012         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
1013         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
1014         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
1015         * src/plugins/trayicon/trayicon.c               ** NEW **
1016                 New Trayicon plugin that shows an icon in a systray that uses
1017                 XEMBED protocol like Gnome's systray. Icon shows if there
1018                 are new mails and a tooltip shows information about new,
1019                 unread and total messages.
1020
1021 2003-03-22 [paul]       0.8.11claws38
1022
1023         * src/common/smtp.c
1024                 fix ESMTP AUTH CRAM-MD5
1025                 [sync with main (still version 0.8.11cvs6), see
1026                  ChangeLog 2003-03-22]
1027
1028 2003-03-21 [colin]      0.8.11claws37
1029
1030         * src/send_message.c
1031                 Fix USE_SSL => USE_OPENSSL
1032
1033 2003-03-21 [colin]      0.8.11claws36
1034
1035         * src/folderview.c
1036                 Fix counts in drag and dropped subfolders
1037
1038 2003-03-21 [colin]      0.8.11claws35
1039
1040         * src/folder.c 
1041         * src/folderview.c
1042                 speed up a bit folder dnd
1043
1044 2003-03-20 [alfons]     0.8.11claws34
1045
1046         * src/main.c
1047         * src/toolbar.c
1048         * src/procmsg.c
1049                 don't send locked queue messages
1050                 (feature request "[ 705245 ] Locking message in outbox 
1051                  should prevent sending")
1052
1053 2003-03-20 [christoph]  0.8.11claws33
1054
1055         * src/folder.c
1056                 remove NEW and UNREAD flag in special folders when scanning
1057                 
1058         * src/common/smtp.c
1059                 fix ESMTP AUTH CRAM-MD5
1060
1061 2003-03-20 [paul]       0.8.11claws32
1062
1063         * src/prefs_account.c
1064                 Re-write 'Tunnel command to open connection' as
1065                 'Use command to communicate with server', and disable
1066                 it for all except IMAP accounts
1067
1068 2003-03-20 [paul]       0.8.11claws31
1069
1070         * sync with 0.8.11cvs6
1071                 see ChangeLog 2003-03-20
1072
1073 2003-03-19 [match]      0.8.11claws30
1074
1075         * src/addritem.[ch]
1076                 include documentation. minor refactoring.
1077         * src/addr_compl.[ch]
1078         * src/addrindex.[ch]
1079         * src/addresbook.[ch]
1080         * src/summaryview.c
1081                 re-enable address lookup (was disabled in
1082                 0.8.11claws20).
1083
1084 2003-03-19 [christoph]  0.8.11claws29
1085
1086         * src/procmsg.c
1087                 add temp flag handling, will make moving and copying
1088                 messages possible again
1089
1090         * src/folder.c
1091                 correct calulation of folder stats
1092
1093 2003-03-18 [match]      0.8.11claws28
1094
1095         * src/editgroup.h
1096                 remove case sensitive comparison (closes bug 80).
1097
1098 2003-03-18 [christoph]  0.8.11claws27
1099
1100         * src/imap.c
1101                 fix imap using a tunnel command
1102
1103         (closes bug 87)
1104
1105 2003-03-18 [christoph]  0.8.11claws26
1106
1107         * src/folder.[ch]
1108         * src/imap.c
1109         * src/procmsg.[ch]
1110                 rewrite flag handling for folders
1111
1112 2003-03-18 [christoph]  0.8.11claws25
1113
1114         * src/folder.c
1115         * src/procmsg.c
1116         * src/summaryview.c
1117                 unset NEW and UNREAD flags when message is ignored, to make
1118                 sure messages don't show up as unread on other IMAP clients,
1119                 because the IGNORE_THREAD flag can not be syncronized through
1120                 the IMAP folder
1121
1122 2003-03-17 [christoph]  0.8.11claws24
1123
1124         * src/imap.c
1125                 don't use recursion to fetch uids when the number of messages
1126                 does not match. Moved code into subfunction that is used
1127                 again when needed, to prevent an endless loop.
1128
1129 2003-03-17 [thorsten]   0.8.11claws23
1130
1131         * src/imageview.[ch]
1132                 export imageview_get_resized_size() (for plugins)
1133         * src/prefs_common.[ch]
1134                 added prefs_common_get() (for plugins)
1135
1136 2003-03-17 [christoph]  0.8.11claws22
1137
1138         * src/imap.c
1139                 o remove UID guessing from copy code
1140                 o support UIDPLUS extension for APPEND command
1141
1142 2003-03-17 [paul]       0.8.11claws21
1143
1144         * src/gtk/about.c
1145                 remove 'Compiled-plugins' section.
1146                 
1147         * src/plugins/dillo_viewer/dillo_viewer.c
1148                 slight change to description text
1149
1150 2003-03-16 [match]      0.8.11claws20
1151         * src/ldapserver.[ch]           ** NEW **
1152         * src/ldapctrl.[ch]             ** NEW **
1153         * src/ldapquery.[ch]            ** NEW **
1154         * src/ldaputil.[ch]             ** NEW **
1155         * src/addrcindex.[ch]           ** NEW **
1156         * src/addrquery.h               ** NEW **
1157         * src/addritem.[ch]
1158         * src/addrcache.[ch]
1159         * src/addrindex.[ch]
1160         * src/addr_compl.[ch]
1161         * src/addressbook.[ch]
1162         * src/addrbook.[ch]
1163         * src/editgroup.c
1164         * src/editaddress.c
1165         * src/editldap.c
1166         * src/editldap_basedn.c
1167         * src/vcard.c
1168         * src/jpilot.c
1169         * src/Makefile.am
1170                 included dynamic LDAP queries. improved address
1171                 completion.
1172
1173 2003-03-16 [paul]       0.8.11claws19
1174
1175         * tools/multiwebsearch.pl
1176                 fix a fatal typo
1177
1178 2003-03-16 [christoph]  0.8.11claws18
1179
1180         * src/mimeview.c
1181         * src/plugins/dillo_viewer/dillo_viewer.c
1182         * src/plugins/mathml_viewer/mathml_viewer.c
1183                 make unregistering of MimeViewerFactorys possible
1184
1185 2003-03-16 [alfons]     0.8.11claws17
1186
1187         * configure.ac
1188                 correct typo
1189
1190 2003-03-16 [melvin]     0.8.11claws16
1191
1192         * src/plugins/dillo_viewer.c
1193                 Fixed bug where it was not possible to view more than
1194                 one text/html attachment per message (bug discovered
1195                 by Christoph Hohmann).
1196
1197 2003-03-15 [melvin]     0.8.11claws15
1198
1199         * src/prefs_actions.c
1200                 Fixed compilation warnings.
1201
1202 2003-03-15 [melvin]     0.8.11claws14
1203
1204         * src/plugins/Makefile.am
1205         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
1206         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
1207         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
1208                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
1209                 newer (http://dillo.auriga.wearlab.de/).
1210
1211 2003-03-15 [christoph]  0.8.11claws13
1212
1213         * src/imap.c
1214                 don't query imap folder for attributes because we already
1215                 for them from imap_status
1216
1217         * src/mimeview.[ch]
1218                 add support for plugable MimeViewers (unloading Viewers
1219                 not yet complete)
1220
1221         * src/plugins/Makefile.am
1222         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
1223         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
1224         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
1225                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
1226                 widget from http://helm.cs.unibo.it/mml-widget/
1227
1228 2003-03-14 [christoph]  0.8.11claws12
1229
1230         * src/folder.[ch]
1231                 o error return code's should better be negative
1232                 o replace printf with debug_print
1233
1234         * src/imap.c
1235                 improve IMAP folder scan by checking UID-NEXT
1236
1237         * src/summaryview.c
1238                 remove check that are unnecessary in my opinion
1239
1240 2003-03-13 [christoph]  0.8.11claws11
1241
1242         * src/folder.[ch]
1243         * src/foldersel.c
1244         * src/folderview.c
1245         * src/imap.c
1246         * src/mbox_folder.c
1247         * src/mh.c
1248         * src/news.c
1249         * src/prefs_scoring.c
1250         * src/summaryview.c
1251                 use a common function to get a displayable name
1252                 for a FolderItem
1253
1254 2003-03-13 [paul]       0.8.11claws10
1255
1256         * tools/Makefile.am
1257           tools/README
1258           tools/multiwebsearch.conf     ** NEW FILE **
1259           tools/multiwebsearch.pl       ** NEW FILE **
1260                 add multiwebsearch Actions script
1261
1262 2003-03-13 [colin]      0.8.11claws9
1263
1264         * src/compose.c
1265                 Remove leading emtpy lines from quoted text
1266                 before quoting it
1267
1268 2003-03-13 [melvin]     0.8.11claws8
1269
1270         * src/prefs_actions.c
1271                 Fixed a memory leak
1272                 Code clean ups
1273                 Added Cancel and OK buttons
1274                 Corrected help text
1275
1276 2003-03-13 [christoph]  0.8.11claws7
1277
1278         * src/account.c
1279         * src/folder.[ch]
1280         * src/imap.c
1281         * src/mainwindow.c
1282         * src/mbox_folder.c
1283         * src/mh.c
1284         * src/news.c
1285         * src/setup.c
1286                 replace more folder type stuff with folder class stuff
1287
1288 2003-03-13 [melvin]     0.8.11claws6
1289
1290         * src/prefs_actions.c
1291                 Added new tokens:
1292                 %u: user provided argument
1293                 %h: user provided argument (hidden on input)
1294                 %s: current text selection in the message view 
1295
1296 2003-03-13 [paul]       0.8.11claws5
1297
1298         * sync with 0.8.11cvs5
1299                 see ChangeLog 2003-03-11, 2003-03-12
1300
1301 2003-03-12 [christoph]  0.8.11claws4
1302
1303         * src/folder.c
1304                 use folder class idstr when writing folderlist.xml
1305
1306         * src/folder.h
1307         * src/imap.c
1308         * src/news.c
1309                 replace folder type checks with folder class checks
1310
1311 2003-03-12 [christoph]  0.8.11claws3
1312
1313         * src/folder.[ch]
1314         * src/imap.[ch]
1315         * src/main.c
1316         * src/mbox_folder.[ch]
1317         * src/mh.[ch]
1318         * src/news.[ch]
1319                 o create a list of known folder classes in the folder system
1320                 o use folder class id strings for folder item identifiers
1321
1322 2003-03-12 [christoph]  0.8.11claws2
1323
1324         * src/imap.c
1325                 fix imap uid validity check
1326
1327 2003-03-12 [christoph]  0.8.11claws1
1328
1329         * src/account.c
1330         * src/folder.[ch]
1331         * src/foldersel.c
1332         * src/folderview.c
1333         * src/imap.c
1334         * src/mainwindow.c
1335         * src/mbox_folder.c
1336         * src/mh.c
1337         * src/news.c
1338         * src/prefs_scoring.c
1339         * src/procmsg.c
1340         * src/setup.c
1341         * src/summaryview.c
1342                 initial restructuring of folder system, seperating
1343                 folders and folder classes
1344
1345 2003-03-12 [paul]       0.8.11claws
1346
1347         0.8.11claws release
1348
1349 2003-03-12 [christoph]
1350
1351         * src/gtk/prefswindow.c
1352                 fix translation of "Page Index"
1353
1354 2003-03-12 [paul]       0.8.10claws110
1355
1356         a sync from 0.8.11cvs4 before the release
1357
1358         * src/common/utils.c
1359                 subject_compare_for_sort(): allow null strings (fixes
1360                 summary sorting).
1361
1362 2003-03-11 [paul]       0.8.10claws109
1363
1364         * po/es.po
1365                 update Spanish translation, submitted by
1366                 Ricardo Mones Lastra
1367
1368 2003-03-11 [melvin]     0.8.10claws108
1369
1370         * po/fr.po
1371                 Updated French translations
1372
1373 2003-03-11 [paul]       0.8.10claws107
1374
1375         * manual/en/Makefile.am
1376           manual/en/*.html
1377                 update English manual, add a new page
1378                 updated by Francois Barriere <fbarriere@atmel.fr>
1379                 
1380         * po/bg.po
1381           po/it.po
1382           po/sr.po
1383                 update Bulgarian, Italian, and Serbian translations
1384                 submitted by George Danchev, Alessandro Maestri, and
1385                 Urke MMI
1386
1387 2003-03-10 [paul]       0.8.10claws106
1388
1389         * src/gtk/about.c
1390           src/gtk/prefswindow.c
1391                 make some strings translatable
1392
1393 2003-03-10 [darko]      0.8.10claws105
1394
1395         * src/compose.c
1396                 code cleanup to make Hiro happy
1397
1398 2003-03-10 [paul]       0.8.10claws104
1399
1400         * sync with 0.8.11cvs2
1401                 see ChangeLog 2003-03-10
1402
1403 2003-03-09 [melvin]     0.8.10claws103
1404
1405         * src/textview.c
1406                 textview_set_font(): fix for message display in
1407                 UTF-8 locales (thanks to Sergey Vlasov).
1408                 (was unintentionnaly reverted in 0.8.6claws6)   
1409
1410 2003-03-08 [darko]      0.8.10claws102
1411
1412         * src/compose.c
1413                 fix infinite loop in wrapping as reported
1414                 by happycactus
1415                 obsoletes patch #696482
1416
1417 2003-03-08 [christoph]  0.8.10claws101
1418
1419         * src/imap.c
1420                 add workaround for IMAP servers that do not
1421                 support the "UID SEARCH UID" command
1422
1423 2003-03-07 [christoph]  0.8.10claws100
1424
1425         * src/plugins/spamassassin/spamassassin.[ch]
1426         * src/plugins/spamassassin/spamassassin_gtk.c
1427                 code cleanup
1428
1429 2003-03-07 [paul]       0.8.10claws99
1430
1431         * po/es.po
1432                 updated Spanish translation, submitted by
1433                 Ricardo Mones Lastra
1434
1435 2003-03-07 [christoph]  0.8.10claws98
1436
1437         * src/send.c
1438                 fix in 0.8.10claws94 was wrong
1439                 local delivery does not require escaping, remove escaping
1440                 code to make signatures of mails with "." lines valid
1441                 
1442                 NOTE: requires that sendmail is executed with "-i" option,
1443                       what is the default now, but has to be changed in all
1444                       exsiting accounts)
1445
1446 2003-03-07 [paul]       0.8.10claws97
1447
1448         * sync with 0.8.11 release
1449                 see ChangeLog 2003-03-07
1450
1451 2003-03-06 [paul]       0.8.10claws96
1452
1453         * src/compose.c
1454                 revert commit 0.8.10claws92
1455
1456 2003-03-06 [paul]       0.8.10claws95
1457
1458         * src/folderview.c
1459                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
1460
1461         * src/gtkaspell.c
1462                 fix bug 74, 'Crash opening editor window with pseudo-color
1463                 display'
1464                 
1465         Patches submitted by Kevin Vigor <kevin@vigor.nu>
1466
1467 2003-03-06 [christoph]  0.8.10claws94
1468
1469         * src/send.c
1470                 fix rfc2821 (4.5.2) violation in SMTP data sending,
1471                 all lines starting with a period get an extra period
1472                 inserted
1473                 (found by Simon 'corecode' Schubert)
1474
1475 2003-03-06 [paul]       0.8.10claws93
1476
1477         * src/folderview.c
1478                 if configured font can't be loaded fall back to gtk
1479                 default. (with thanks to Christoph)
1480                 
1481                 closes long-standing bug 15 'Crashes on startup'
1482
1483 2003-03-06 [paul]       0.8.10claws92
1484
1485         * src/compose.c
1486                 freeze text before autosave and thaw afterwards
1487                 fixes bug 67 'autosave make re-rediting message crazy'
1488
1489 2003-03-06 [christoph]  0.8.10claws91
1490
1491         * src/compose.c
1492                 ignore address comment in dupe check for Cc-list
1493
1494         (closes reopened bug 47 Replying to message strips name part of
1495          e-mail addresses of Cc: lines)
1496
1497 2003-03-06 [paul]       0.8.10claws90
1498
1499         * src/Makefile.am
1500                 remove reference to gtkxtext.h as its no longer in
1501                 the repository
1502
1503 2003-03-06 [paul]       0.8.10claws89
1504
1505         * sync with 0.8.10cvs25
1506                 see ChangeLog 2003-03-06
1507
1508 2003-03-06 [oliver]     0.8.10claws88
1509         
1510         * src/messageview.c
1511                 remove include
1512
1513 2003-03-06 [oliver]     0.8.10claws87
1514         
1515         * src/folderview.c 
1516                 remove changes introduced inclaws74
1517         * src/messageview.c
1518                 another attempt to sanely delete and update
1519                 messages deleted in separate messageview
1520
1521 2003-03-05 [christoph]  0.8.10claws86
1522
1523         * src/summaryview.c
1524                 check if "From" matches any account's address if
1525                 addressbook completion of addresses is disabled too
1526
1527         (closes Bug 70 "Display recipient in from" doesn't check
1528          folder's default account)
1529
1530 2003-03-05 [christoph]  0.8.10claws85
1531
1532         * src/compose.c
1533         * src/common/utils.[ch]
1534                 don't strip address comments when building Cc lists
1535
1536         (closes Bug 47 Replying to message strips name part of e-mail addresses
1537          of Cc: lines)
1538
1539         * src/folder.c
1540                 fix return value of copy function
1541
1542 2003-03-05 [christoph]  0.8.10claws84
1543
1544         * src/imap.c
1545                 don't ask imap server for non rfc822 headers
1546
1547         (closes bug 71 IMAP FETCH asks for FROM header field twice)
1548
1549         * src/imap.c
1550                 destroy session on socket error to allow reconnecting
1551
1552 2003-03-05 [christoph]  0.8.10claws83
1553
1554         * configure.ac
1555                 fix building with gnome when no prefix is set
1556
1557         (closes bug 66 Gnome directory is set to NONE)
1558
1559 2003-03-05 [paul]       0.8.10claws82
1560
1561         * sync with 0.8.10cvs23
1562                 see ChangeLog 2003-03-05
1563
1564 2003-03-04 [christoph]  0.8.10claws81
1565
1566         * src/folder.c
1567                 o fix moving and copying when folder returns 0 for new
1568                   message number
1569                 o remove some code for single message copy and move
1570                   operations and use functions for multiple messages
1571
1572         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
1573
1574         * src/news.c
1575                 remove unused include
1576
1577 2003-03-04 [paul]       0.8.10claws80
1578
1579         * src/gtk/about.c
1580                 list 'Compiled plugins'
1581
1582 2003-03-03 [christoph]  0.8.10claws79
1583
1584         * src/news.[ch]
1585                 have to multiply the percentage of the current fetch with
1586                 the percentage that it has of the total fetch operation
1587                 for correct values
1588
1589 2003-03-03 [christoph]  0.8.10claws78
1590
1591         * src/news.c
1592                 fix calculation of expected lines for progress indicator
1593
1594 2003-03-03 [christoph]  0.8.10claws77
1595
1596         * src/summaryview.c
1597         * src/common/utils.c
1598                 fix segfault when opening the root news folder
1599
1600 2003-03-03 [christoph]  0.8.10claws76
1601
1602         * src/mainwindow.[ch]
1603         * src/common/Makefile.am
1604         * src/common/progressindicator.[ch]
1605                 add UI independent progress indicator handling
1606
1607         * src/news.[ch]
1608                 use new progress indicator for message info fetching
1609
1610         * src/common/hooks.h
1611                 code cleanup
1612
1613 2003-03-03 [oliver]     0.8.10claws75
1614
1615         * src/toolbar.c
1616         * src/compose.c
1617                 removed commented code
1618
1619 2003-03-03 [oliver]     0.8.10claws74
1620
1621         * src/toolbar.[ch]
1622                 cleanups and refactoring
1623         * src/compose.[ch]
1624                 compose_reply_mode reply & forwarding interface for
1625                 toolbar buttons
1626         * src/folderview.c
1627                 act on messages marked for deletion in folderview_selected
1628                 based on prefs_common.immediate_exec since a message might 
1629                 have been deleted by messageview in a folder we are changing 
1630                 to (does anybody understand what I'm on about ?)
1631
1632 2003-03-03 [oliver]     0.8.10claws73
1633         
1634         * src/messageview.[ch]
1635                 new functions
1636                 - messageview_delete: delete message shown in messagview
1637                 - messageview_update_view: update messageview to currently 
1638                   selected summaryview message
1639                 - add separate messageview to msgview_list in order to update 
1640                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
1641         * src/summaryview.[ch]
1642                 summary_get_selection returns a list of selected msgs
1643                 in summaryview
1644         * src/mainwindow.c
1645                 toolbar reply refactoring
1646
1647 2003-03-03 [paul]       0.8.10claws72
1648
1649         * sync with 0.8.10cvs21
1650                 see ChangeLog 2003-03-03
1651
1652 2003-03-02 [christoph]  0.8.10claws71
1653
1654         * src/common/passcrypt.c
1655                 use POSIX includes
1656
1657 2003-03-02 [christoph]  0.8.10claws70
1658
1659         * configure.ac
1660         * src/prefs_account.c
1661         * src/prefs_gtk.[ch]
1662         * src/common/.cvsignore
1663         * src/common/Makefile.am
1664         * src/common/passcrypt.c                ** NEW **
1665         * src/common/passcrypt.h.in             ** NEW **
1666                 Implement password encryption in config files
1667                 using unix encrypt and setkey functions. The crypt
1668                 key can be set as a configure parameter. Old
1669                 passwords will be converted if they do not begin
1670                 with '!'
1671
1672 2003-03-02 [paul]       0.8.10claws69
1673
1674         * src/prefs_account.c
1675                 fix compile error
1676
1677 2003-03-01 [thorsten]   0.8.10claws68
1678
1679         * po/el.po
1680           po/hr.po
1681           po/it.po
1682           po/nl.po
1683           po/sr.po
1684           po/sv.po
1685                 corrected format strings
1686         * po/en_GB.po
1687                 corrected headers
1688                 (fix compile errors with GNU gettext-0.11.5)
1689
1690 2003-03-01 [oliver]     0.8.10claws67
1691
1692         * src/summaryview.c
1693                 menu callbacks call toolbar_menu_reply
1694
1695 2003-03-01 [oliver]     0.8.10claws66
1696
1697         * src/mainwindow.c
1698         * src/messageview.c
1699                 menu callbacks call toolbar_menu_reply
1700         * src/toolbar.[ch]
1701                 callbacks from menu handled by toolbar_menu_reply
1702
1703 2003-03-01 [paul]       0.8.10claws65
1704
1705         * src/addressbook.c
1706                 revert commit 0.8.10claws54 - breaks editing of
1707                 addressbook.
1708                 
1709         * po/bg.po
1710                 update Bulgarian translation, submitted by
1711                 George Danchev
1712
1713 2003-02-28 [christoph]  0.8.10claws64
1714
1715         * src/account.c
1716         * src/addressadd.c
1717         * src/compose.c
1718         * src/gtkaspell.c
1719         * src/gtkxtext.h                ** REMOVE **
1720         * src/imap.c
1721         * src/matcher.[ch]
1722         * src/mh.c
1723         * src/news.c
1724         * src/pine.c
1725         * src/prefs_common.c
1726         * src/prefs_matcher.c
1727         * src/procheader.[ch]
1728         * src/procmsg.[ch]
1729         * src/toolbar.c
1730         * src/common/ssl_certificate.c
1731         * src/gtk/colorlabel.c
1732         * src/gtk/menu.c
1733                 o fix warnings
1734                 o remove code obsoleted by new cache and folder system rework
1735
1736 2003-02-28 [oliver]     0.8.10claws63
1737         
1738         * src/toolbar.[ch]
1739                 * fix bug where reply in Messageview replied to 
1740                 Message displayed in summaryview
1741                 (reportedd via ML by chinatinte at gmx dot ch)
1742                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
1743                 didn't work in separate MessageView Toolbar
1744                 (wondering if anybody uses this at all ?)
1745         * src/summaryview.[ch]
1746                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
1747                 (generalize reply and forward code);
1748         * src/messageview.c 
1749                 remove focus_in event which updated summaryview to messageview
1750
1751 2003-02-28 [paul]       0.8.10claws62
1752
1753         * po/Makefile.in.in
1754                 add the --check option
1755                 Patch submitted by Ricardo Mones Lastra
1756
1757 2003-02-28 [paul]       0.8.10claws61
1758
1759         * src/prefs_account.c
1760                 re-order 'Signature' items
1761
1762 2003-02-28 [paul]       0.8.10claws60
1763
1764         * sync with 0.8.10cvs20
1765                 see ChangeLog 2003-02-28
1766
1767 2003-02-28 [paul]       0.8.10claws59
1768
1769         * po/POTFILES.in
1770                 update to reflect recent movement of files
1771
1772 2003-02-28 [paul]       0.8.10claws58
1773
1774         * sync with 0.8.10cvs19
1775                 see ChangeLog 2003-02-28
1776
1777 2003-02-27 [martin]     0.8.10claws57
1778
1779         * src/prefs_matcher.c 
1780                 fix segfault in prefs_matcher_ok() when the
1781                 last entry is deleted and prevents that the
1782                 message "entry not saved" comes up after deleting
1783                 an entry
1784
1785 2003-02-27 [martin]     0.8.10claws56
1786
1787         * src/prefs_filtering.c 
1788                 fix segfault in prefs_filtering_ok() when the
1789                 last entry is deleted and prevents that the
1790                 message "entry not saved" comes up after deleting
1791                 an entry
1792
1793 2003-02-27 [paul]       0.8.10claws55
1794
1795         * sync with 0.8.10cvs18
1796                 see ChangeLog 2003-02-27
1797
1798 2003-02-27 [paul]       0.8.10claws54
1799
1800         * src/addressbook.c
1801                 fix bug where the address book crashes with 
1802                 multiple lookups.
1803                 Patch [687729] submitted by David Frager 
1804                 <dbfrager@users.sourceforge.net>
1805
1806 2003-02-25 [christoph]  0.8.10claws53
1807
1808         * src/Makefile.am
1809         * src/colorlabel.[ch]           ** REMOVE **
1810         * src/gtk/Makefile.am
1811         * src/gtk/colorlabel.[ch]       ** NEW **
1812                 move colorlabel files to gtk directory
1813
1814         * src/esmtp.[ch]                ** REMOVE **
1815                 has been merged into smtp.[ch] in 0.7.5
1816
1817 2003-02-25 [christoph]  0.8.10claws52
1818
1819         * src/Makefile.am
1820         * src/about.[ch]                ** REMOVE **
1821         * src/gtk/Makefile.am
1822         * src/gtk/about.[ch]            ** NEW **
1823                 move about files to gtk directory
1824
1825 2003-02-25 [christoph]  0.8.10claws51
1826
1827         * src/folder.c
1828                 some code optimization of folder scanning code
1829
1830         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
1831
1832 2003-02-25 [christoph]  0.8.10claws50
1833
1834         * src/main.c
1835         * src/common/sylpheed.c
1836                 add command line parameter parsing to common code
1837
1838 2003-02-24 [christoph]
1839
1840         * Makefile.am
1841         * configure.ac
1842                 fix gnome prefix problems, the configure script now removed
1843                 `gnome-config --prefix` from `gnome-config --datadir`
1844                 and adds $(prefix} instead
1845
1846         (closes Bug 24 Makefile does not respect prefix when installing
1847          GNOME data)
1848
1849 2003-02-24 [christoph]  0.8.10claws49
1850
1851         * src/news.c
1852                 check for valid session before trying to authenticate
1853
1854         (closes Bug 60 crash if "authenticate on logon" is activated
1855          and newsserver-hostname is not valid)
1856
1857 2003-02-24 [melvin]     0.8.10claws48
1858
1859         * src/prefs_actions.c
1860                 Make sure all user's input is sent to the action and then
1861                 close the socket..
1862
1863 2003-02-23 [alfons]     0.8.10claws46
1864
1865         * src/summaryview.c
1866                 also wait cursor when deleting files
1867
1868 2003-02-23 [paul]
1869
1870         * tools/freshmeat_search.pl
1871           tools/google_search.pl
1872                 scripts should now work for any browser/browser command line
1873
1874 2003-02-22 [christoph]  0.8.10claws45
1875
1876         * src/procmsg.c
1877                 fix IMAP flag setting, IMAP flag is not handled correctly
1878                 anymore by the folder system and information about the
1879                 folder should not be saved in the MsgInfo (in my opinion)
1880
1881         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1882
1883 2003-02-22 [christoph]  0.8.10claws44
1884
1885         * src/summaryview.c
1886                 fix spelling of "label" ;-)
1887
1888 2003-02-22 [thorsten]   0.8.10claws43
1889
1890         * src/mimeview.c
1891           src/prefs_common.[ch]
1892           src/procmime.[ch]
1893                 do not use description as attachment name
1894
1895 2003-02-22 [alfons]     0.8.10claws42
1896
1897         * src/summaryview.c
1898                 freeze/thaw folder item updates when changing color labels,
1899                 and put a wait cursors on
1900
1901 2003-02-22 [thorsten]   0.8.10claws41
1902
1903         * src/mimeview.c
1904                 save-all fixes: crash if invoked on multipart container,
1905                 mimeinfo access, pathseparators, error dialog
1906
1907 2003-02-21 [alfons]     0.8.10claws40
1908
1909         * src/prefs_gtk.c
1910                 remove unused var
1911
1912 2003-02-21 [colin]      0.8.10claws39
1913
1914         * src/send.c
1915                 Fix smtp logging
1916
1917 2003-02-21 [colin]      0.8.10claws38
1918
1919         * src/summaryview.c
1920                 Freeze/thaw folderItem updates when filtering messages 
1921                 via Tools/Filter messages
1922
1923 2003-02-21 [paul]       0.8.10claws37
1924
1925         * src/compose.c
1926                 revert commit 0.8.10claws26, there are ulterior motives
1927                 for users to set a Reply-To header when posting to
1928                 newsgroups
1929
1930 2003-02-21 [paul]       0.8.10claws36
1931
1932         * sync with 0.8.10cvs17
1933                 see ChangeLog 2003-02-21
1934
1935 2003-02-20 [christoph]  0.8.10claws35
1936
1937         * src/imap.c
1938                 IMAP UID fetch speedup using SEARCH
1939
1940         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1941
1942         * src/imap.c
1943                 fix problem with UIDs in IMAP UID cache that no longer existed
1944
1945 2003-02-20 [christoph]  0.8.10claws34
1946
1947         * src/imap.c
1948         * src/procheader.c
1949         * src/procheader.h
1950                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1951
1952         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1953
1954         * src/imap.c
1955                 Rewrite imap_cmd_gen_recv use sock_getline instead
1956                 of sock_gets to avoid problems with too long reply
1957                 lines
1958     
1959 2003-02-20 [colin]      0.8.10claws33
1960         
1961         * src/prefs_account.c
1962                 Better wording
1963
1964 2003-02-20 [colin]      0.8.10claws32
1965
1966         * src/compose.c
1967                 Remove useless '&& !to_sender' 
1968
1969 2003-02-20 [darko]
1970
1971         * AUTHORS
1972                 change my e-mail address
1973
1974 2003-02-19 [colin]      0.8.10claws31
1975
1976         * src/prefs_common.c
1977                 X11 style colors for every configurable color
1978
1979 2003-02-19 [alfons]     0.8.10claws30
1980
1981         * src/prefs_gtk.[ch]
1982         * src/prefs_common.c
1983                 for color_new accept both plain integers and X11 style color
1984                 names (as found in /usr/lib/X11/rgb.txt)
1985
1986 2003-02-19 [paul]       0.8.10claws29
1987
1988         * src/mainwindow.c
1989                 add tooltips to online/offline button and account selector
1990                 button
1991
1992 2003-02-19 [paul]       0.8.10claws28
1993
1994         * src/folder.c
1995           src/news.c
1996           src/prefs_account.[ch]
1997           src/prefs_common.[ch]
1998                 move 'Maximum number of articles to download' to
1999                 account prefs.
2000                 clean up account prefs gui a little by hiding entries
2001                 rather then greying out entries
2002
2003 2003-02-19 [hiro]       0.8.10claws27
2004
2005         * src/common/utils.c
2006                 fix bug #54 'yesterdays date is displayed in the message 
2007                 summary window'
2008
2009 2003-02-19 [paul]       0.8.10claws26
2010
2011         * src/compose.c
2012                 fix bug reported in Feature Request [688596] 
2013                 'Reply-to header in news'
2014
2015 2003-02-18 [paul]       0.8.10claws25
2016
2017         * src/select-keys.c
2018                 add a 'List all keys' button to key selection dialog
2019
2020 2003-02-18 [colin]      0.8.10claws24
2021         
2022         * src/stock_pixmap.c
2023                 fix compile error
2024
2025 2003-02-18 [colin]      0.8.10claws23
2026
2027         * src/common/smtp.[ch]
2028           src/prefs_account.c
2029                 Try to starttls if it seems to be the only
2030                 way to authenticate a user
2031
2032 2003-02-18 [paul]       0.8.10claws22
2033
2034         * src/Makefile.am
2035           src/folderview.c
2036           src/stock_pixmap.[ch]
2037           src/pixmaps/drafts_close.xpm  ** NEW FILE **
2038           src/pixmaps/drafts_open.xpm   ** NEW FILE **
2039                 as a Drafts folder is a special folder allow it to have
2040                 its own unique icons
2041
2042 2003-02-18 [colin]      0.8.10claws21
2043
2044         * src/imap.c
2045                 Fix port selection when using starttls
2046
2047 2003-02-18 [paul]       0.8.10claws20
2048
2049         * src/mainwindow.c
2050           src/prefs_common.[ch]
2051                 make blue the default new mail colour
2052
2053 2003-02-18 [paul]       0.8.10claws19
2054
2055         * sync with 0.8.10cvs14
2056                 see ChangeLog 2003-02-18
2057
2058 2003-02-17 [jens]       0.8.10claws18
2059
2060         * src/common/md5.c
2061                 fixed a compile problem with gcc 3.3
2062                 works on 2.95.3 too (testet on PPC as it is big endian)
2063
2064 2003-02-17 [paul]       0.8.10claws17
2065
2066         * sync with 0.8.10cvs13
2067                 see ChangeLog 2003-02-17
2068
2069 2003-02-17 [paul]       0.8.10claws16
2070
2071         * sync with 0.8.10cvs12
2072                 see ChangeLog 2003-02-17
2073
2074 2003-02-16 [match]      0.8.10claws15
2075
2076         * src/addressbook.c
2077                 Eliminates reloading of address data when items
2078                 deleted or added. Applied submitted by
2079                 Luke Plant <lukeplant@softhome.net>
2080
2081 2003-02-16 [paul]       0.8.10claws14
2082
2083         * src/news.c
2084                 when a 'protocol error' is encountered disconnect from
2085                 the server. This means that the user can carry on viewing
2086                 other articles and doesn't have to either wait until the
2087                 server timesout or quit sylpheed.
2088                 Fixes bug #53 'Unable to read messages in newsgroups, 
2089                 displayed message doesn't change'
2090
2091 2003-02-15 [christoph]  0.8.10claws13
2092
2093         * src/imap.c
2094                 fix bug that stopped scanning of folders when an
2095                 IMAP folder was empty
2096
2097         (closes bug 46 stop scan messages in folders after empty folder)
2098
2099 2003-02-15 [paul]
2100
2101         * tools/Makefile.am
2102           tools/README
2103           tools/freshmeat_search.pl     ** NEW FILE **
2104           tools/google_search.pl        ** NEW FILE **
2105                 Add 2 Actions scripts which search freshmeat/google
2106                 for the selected text using the browser configured
2107                 in sylpheedrc.
2108                 
2109         Note: These scripts are very dependent on the format of the
2110         browser command and may not work on every occasion. Testing
2111         is welcome. 
2112
2113 2003-02-14 [alfons]     0.8.10claws12
2114
2115         * src/compose.c
2116                 fix breakage because of uninitialized account pointer.
2117                 please verify.
2118
2119 2003-02-14 [paul]       0.8.10claws11
2120
2121         * src/compose.c
2122           src/prefs_account.[ch]
2123           src/prefs_common.[ch]
2124                 move signature settings to Account Prefs
2125
2126 2003-02-14 [paul]       0.8.10claws10
2127
2128         * sync with 0.8.10cvs11
2129                 see ChangeLog 2003-02-14
2130
2131 2003-02-13 [thorsten]   0.8.10claws9
2132
2133         * src/news.c
2134                 revert news progressbar (GUI separation)
2135
2136 2003-02-13 [paul]       0.8.10claws8
2137
2138         * src/compose.c
2139                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
2140                 paragraph 1
2141
2142 2003-02-13 [paul]       0.8.10claws7
2143
2144         * src/compose.[ch]
2145           src/summaryview.c
2146                 fix 'Follow-up and Reply-to' so that it creates a reply to
2147                 the newsgroup and the sender. If the message has the keyword
2148                 'poster' in the Followup-To header, all replies go to the
2149                 sender, re: RFC 1036, Section 2.2.3
2150                 rename all instances of 'ignore_replyto' to 'to_sender', both
2151                 were previously used, now we use just one.
2152
2153 2003-02-13 [paul]       0.8.10claws6
2154
2155         * sync with 0.8.10cvs9
2156                 see ChangeLog 2003-02-13
2157
2158 2003-02-13 [paul]       0.8.10claws5
2159
2160         * configure.ac
2161                 show which plugins are configured in the configure
2162                 output.
2163
2164 2003-02-12 [thorsten]   0.8.10claws4
2165
2166         * src/news.c
2167                 show progress while fetching news headers
2168
2169 2003-02-12 [christoph]  0.8.10claws3
2170
2171         * configure.ac
2172         * src/plugins/Makefile.am
2173                 use AM_CONDITIONAL to enable plugins, automake correctly
2174                 manages this when creating distdir
2175
2176 2003-02-12 [christoph]  0.8.10claws2
2177
2178         * ac/spamassassin.m4
2179         * src/plugins/spamassassin/Makefile.am
2180                 fix building SpamAssassin plugin without OpenSSL
2181
2182 2003-02-12 [paul]       0.8.10claws1
2183
2184         * ac/Makefile.am
2185           src/Makefile.am
2186           src/plugins/Makefile.am
2187                 fix failure of 'make release'
2188
2189 2003-02-12 [paul]       0.8.10claws
2190
2191         * 0.8.10claws released
2192
2193 2003-02-12 [paul]       0.8.9claws56
2194
2195         * po/bg.po
2196           po/es.po
2197           po/it.po
2198           po/ru.po
2199           po/sr.po
2200                 updated translations by George Danchev, Ricardo Mones Lastra,
2201                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
2202                 
2203         * sylpheed.spec.in
2204                 Allow the building of RPMs by a regular user. Submitted
2205                 by Sergei Astanin
2206
2207 2003-02-11 [alfons]     0.8.9claws55
2208
2209         * src/colorlabel.c
2210                 don't use pixmaps for label color rect but draw rectangles
2211                 so we can respect the color map of palette based visuals
2212                 (fixes the long time crashes on Suns - thanks to Andreas
2213                 Engel and Steve O'Hara-Smith for testing)
2214
2215 2003-02-11 [christoph]  0.8.9claws54
2216
2217         * src/matcher_parser_parse.y
2218                 correct bug where filering rules of not existing folders in
2219                 matcherrc were added to global filtering
2220                 
2221         (closes Debian Bug #180253 - Directory's filter-rules are merged with
2222          main filter-rules after removing directory, http://bugs.debian.org/180253)
2223         
2224 2003-02-11 [paul]       0.8.9claws53
2225
2226         * sync with 0.8.10cvs7
2227                 see ChangeLog 2003-02-09
2228
2229 2003-02-11 [melvin]     0.8.9claws52
2230
2231         * po/fr.po
2232                 Updated French tranlsations
2233
2234 2003-02-10 [paul]       0.8.9claws51
2235
2236         * sylpheed.spec.in
2237                 correct --enable-openssl
2238                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
2239
2240 2003-02-09 [martin]     0.8.9claws50
2241
2242         * src/prefs_matcher.c
2243                 fix segfault in prefs_matcher_substitute_cb() when
2244                 no row is selected
2245
2246 2003-02-09 [paul]       0.8.9claws49
2247
2248         * src/folderview.c
2249                 fix bug where a newsgroup folder's processing rules were
2250                 merged with the global filtering rules when the newsgroup
2251                 folder was deleted, causing some seriously bad results,
2252                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
2253
2254 2003-02-08 [melvin]     0.8.9claws48
2255
2256         * src/compose.c
2257                 Corrected and modified an alert message.
2258
2259 2003-02-07 [paul]       0.8.9claws47
2260
2261         * src/folderview.c
2262                 fix bug where both an 'Account properties' window and a
2263                 'Folder properties' window were opened when clicking on
2264                 'Properties' in an NNTP or IMAP folder's popup menu.
2265
2266 2003-02-07 [paul]       0.8.9claws46
2267
2268         * sync with 0.8.10cvs6
2269                 see ChangeLog 2003-02-06
2270
2271 2003-02-06 [christoph]  0.8.9claws45
2272
2273         * src/mbox.c
2274                 freeze folder updates while importing mbox files
2275                 (closes bug 43 importing mbox took hours)
2276                 
2277         Patch submitted by Jens Rantil <jens.rantil@telia.com>
2278
2279 2003-02-06 [thorsten]   0.8.9claws44
2280
2281         * po/de.po
2282                 Updated german translations
2283
2284 2003-02-06 [thorsten]   0.8.9claws43
2285
2286         * src/news.h
2287                 use guint for message numbers (fix count in grouplist dialog)
2288
2289 2003-02-05 [paul]       0.8.9claws42
2290
2291         * sync with 0.8.10cvs2
2292                 see ChangeLog 2003-02-05
2293
2294 2003-02-04 [colin]      0.8.9claws41
2295
2296         * src/prefs_common.[ch]
2297           src/procmsg.c
2298           src/summaryview.c
2299                 Add an option to disable threading by subject
2300
2301 2003-02-04 [christoph]  0.8.9claws40
2302
2303         * src/inc.c
2304                 only abort fetching mails from multiple accounts when the
2305                 error is fatal and does not allow to check any more accounts
2306                 (currently only disk full error)
2307
2308         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
2309          receive mails for other accouts)
2310
2311 2003-02-04 [christoph]  0.8.9claws39
2312
2313         * src/folder.c
2314                 first add the new message to the cache, then
2315                 send the update notification
2316
2317         (closes bug 39 after sending message folderview doesnt get updated)
2318
2319 2003-02-04 [colin]      0.8.9claws38
2320
2321         * src/inc.c
2322                 _really_ fix this Connecting... status
2323
2324 2003-02-04 [paul]       0.8.9claws37
2325
2326         * sync with 0.8.10
2327                 see ChangeLog 2003-02-04
2328
2329 2003-02-04 [paul]       0.8.9claws36
2330
2331         * sync with 0.8.9cvs6
2332                 see ChangeLog 2003-02-03
2333
2334 2003-02-04 [paul]       0.8.9claws35
2335
2336         * po/pt_BR.po
2337                 updated by André Filipe de Assunção e Brito 
2338                 <bedecko@netsite.com.br>
2339
2340 2003-02-03 [thorsten]   0.8.9claws34
2341
2342         * po/de.po
2343                 Updated german translations
2344
2345 2003-02-02 [paul]       0.8.9claws33
2346
2347         * po/es.po
2348                 updated by Ricardo Mones Lastra
2349
2350 2003-02-02 [thorsten]   0.8.9claws32
2351
2352         * src/mh.c
2353                 Fix mh_get_msginfo() segfault if file is inaccessible
2354
2355 2003-01-31 [colin]      0.8.9claws31
2356
2357         * src/procheader.c
2358                 Fix last commit's bug
2359
2360 2003-01-31 [colin]      0.8.9claws30
2361
2362         * src/procheader.c
2363                 Missing a change for gpg-signed messages
2364
2365 2003-01-31 [paul]       0.8.9claws29
2366
2367         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
2368           src/procheader.c
2369           src/stock_pixmap.[ch]
2370           src/summaryview.c
2371                 indicate GnuPG signed messages by displaying an icon
2372                 in the Attachment column.
2373
2374 2003-01-31 [paul]       0.8.9claws28
2375
2376         * sync with 0.8.9cvs4
2377                 see ChangeLog 2003-01-31
2378
2379 2003-01-31 [alfons]     0.8.9claws27
2380
2381         * src/textview.c
2382                 tune URI parser to accept mailto URLs with a '?'
2383                 (patch from Ruslan Balkin)
2384
2385 2003-01-31 [colin]      0.8.9claws26
2386
2387         * src/summaryview.c
2388                 Fix a leak introduced in claws24
2389
2390 2003-01-31 [colin]      0.8.9claws25
2391
2392         * src/summaryview.c
2393                 Freeze/Thaw folder updates when deleting dups
2394
2395 2003-01-31 [colin]      0.8.9claws24
2396         
2397         * src/addr_compl.c
2398           src/summaryview.c
2399           src/msgcache.c
2400                 little speed improvements
2401
2402 2003-01-31 [colin]      0.8.9claws23
2403
2404         * src/summaryview.c
2405                 Fix segfault when forwarding nothing
2406                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
2407                 
2408 2003-01-30 [paul]       0.8.9claws22
2409
2410         * sync with 0.8.9cvs3
2411                 see ChangeLog 2003-01-30
2412
2413 2003-01-30 [paul]       0.8.9claws21
2414
2415         * sync with 0.8.9cvs2
2416                 see ChangeLog 2003-01-30
2417
2418 2003-01-29 [paul]       0.8.9claws20
2419
2420         * sync with 0.8.9cvs1
2421                 see ChangeLog 2003-01-29
2422
2423 2003-01-28 [paul]       0.8.9claws19
2424
2425         * po/POTFILES.in
2426                 update to reflect changes. 
2427                 thanks to Ricardo Mones Lastra
2428
2429 2003-01-27 [christoph]  0.8.9claws18
2430
2431         * ac/openssl.m4
2432         * ac/spamassassin.m4
2433         * src/plugins/spamassassin/README
2434         * src/plugins/spamassassin/libspamc.[ch]
2435         * src/plugins/spamassassin/utils.[ch]
2436                 updated to latest libspamc
2437
2438 2003-01-27 [christoph]  0.8.9claws17
2439
2440         * src/folder.c
2441                 fix wrong use of procheader_get_header_fields
2442
2443 2003-01-27 [christoph]  0.8.9claws16
2444
2445         * src/news.c
2446         * src/prefs_account.[ch]
2447         * src/common/nntp.[ch]
2448                 allow to force authentication for NNTP servers
2449
2450         Patch submitted by Florian Mickler <dmk@d-labs.de>
2451
2452 2003-01-26 [paul]       0.8.9claws15
2453
2454         * src/summaryview.c
2455                 speed up of marking messages as read
2456                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
2457
2458 2003-01-26 [christoph]  0.8.9claws14
2459
2460         * src/Makefile.am
2461         * src/mgutils.[ch]              ** REMOVE **
2462         * src/xml.[ch]                  ** REMOVE **
2463         * src/xmlprops.[ch]             ** REMOVE **
2464         * src/common/Makefile.am
2465         * src/common/mgutils.[ch]       ** NEW **
2466         * src/common/xml.[ch]           ** NEW **
2467         * src/common/xmlprops.[ch]      ** NEW **
2468                 move xml files to common directory
2469
2470 2003-01-26 [christoph]  0.8.9claws13
2471
2472         * src/plugins/spamassassin/spamassassin_gtk.c
2473                 only set gtk entry text if string is available
2474
2475 2003-01-26 [melvin]     0.8.9claws12
2476
2477         * src/description_window.c
2478                 Allow resizing of the window
2479                 Allow automatic horizontal scroll bar
2480                 Do not vertically expand and fill
2481
2482 2003-01-26 [christoph]  0.8.9claws11
2483
2484         * src/Makefile.am
2485         * src/gtkutils.[ch]             ** REMOVE **
2486         * src/common/sylpheed.c
2487         * src/gtk/Makefile.am
2488         * src/gtk/description_window.c
2489         * src/gtk/gtkutils.[ch]         ** NEW **
2490         * src/gtk/prefswindow.c
2491                 move gtkutils to gtk directory
2492
2493 2003-01-26 [paul]       0.8.9claws10
2494
2495         * src/summaryview.c
2496                 rename summary_unread_clicked() to summary_status_clicked()
2497
2498 2003-01-26 [melvin]     0.8.9claws9
2499
2500         * src/prefs_actions.c
2501                 Cosmetical changes to the help text
2502
2503 2003-01-26 [paul]       0.8.9claws8
2504
2505         * src/folder.[ch]
2506           src/mainwindow.c
2507           src/prefs_common.c
2508           src/prefs_sumamry_column.c
2509           summaryview.[ch]
2510                 rename the 'Unread' column to 'Status'
2511
2512 2003-01-25 [match]      0.8.9claws7
2513
2514         * src/mgutils.[ch]
2515                 removed reference to LDAP constants. removed error2string.
2516                 included functions to support LDAP dynamic queries.
2517         * src/syldap.h
2518                 moved LDAP constants here.
2519         * src/addressbook.c
2520         * src/addrindex.c
2521         * src/importldif.c
2522                 removed references to LDAP constants and references to
2523                 error2string.
2524
2525 2003-01-25 [paul]       0.8.9claws6
2526
2527         * src/summaryview.c
2528                 summary_thread_build(), summary_thread_init(): remove 
2529                 unneeded reference to summaryview->folder_item
2530
2531 2003-01-25 [christoph]  0.8.9claws5
2532
2533         * src/gtk/description_window.c
2534                 o allow description texts to expand over multiple columns
2535                 o translate all columns
2536         * src/prefs_actions.c
2537                 change syntax description to use new multi column feature
2538
2539         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2540
2541 2003-01-25 [match]      0.8.9claws4
2542
2543         * src/vcard.c
2544                 fixed bug with Quoted-Printable
2545
2546 2003-01-25 [paul]       0.8.9claws3
2547
2548         * src/folder.[ch]
2549           src/summaryview.[ch]
2550                 implement per-folder collapsed/expanded threads setting
2551                 
2552         * src/prefs_common.c
2553                 remove global collapsed/expanded threads option
2554
2555 2003-01-25 [christoph]  0.8.9claws2
2556
2557         * po/POTFILES.in
2558                 add pluginwindow and prefswindow
2559         * src/compose.c
2560                 make send respond correctly to messages that could be added
2561                 to the queue folder, but the UID of the message is unknown
2562         * src/folder.c
2563         * src/imap.c
2564                 don't return guessed UIDs in imap_add_msg anymore. We return
2565                 0 to tell the folder system it was appened but the UID is
2566                 unknown. Folder system now get's the UID by scaning the folder
2567                 and searching the cache for the Message-ID
2568                 (closes bug #29 Messages queued, but not sent)
2569
2570 2003-01-25 [paul]       0.8.9claws1
2571
2572         * src/codeconv.c
2573                 conv_encode_header():  fix bug when long headers with 8-bit
2574                 characters are used, so that the encoded words are wrapped.
2575                 If the space in the original text falls on the wrap boundary,
2576                 it can be lost.
2577                 Patch by Sergey Vlasov.
2578                 
2579         * src/folderview.c
2580                  fix bug where a change to the sorting method or thread view
2581                  of a folder's messages is lost if simpify-subject is set and
2582                  toggled on or off.
2583                  Patch by Luke Plant.
2584
2585 2003-01-24 [paul]       0.8.9claws
2586
2587         * sylpheed-0.8.9claws released
2588         
2589         * Makefile.am
2590           sylpheed.spec.in
2591                 remove reference to 'INSTALL.jp'
2592
2593 2003-01-23 [paul]       0.8.8claws128
2594
2595         * po/es.po
2596           po/it.po
2597           po/ru.po
2598           po/sr.po
2599                 updated translations. submitted by Ricardo Mones Lastra,
2600                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
2601
2602 2003-01-23 [colin]      0.8.8claws127
2603
2604         * src/compose.c
2605                 Fix drafted and queued news articles re-edition
2606
2607 2003-01-23 [melvin]     0.8.8claws126
2608
2609         * po/fr.po
2610                 Updated French translations
2611
2612 2003-01-23 [colin]      0.8.8claws125
2613
2614         * src/inc.c
2615                 Fix "Connecting to..." status message
2616
2617 2003-01-22 [paul]       0.8.8claws124
2618
2619         * po/bg.po
2620                 updated by George Danchev
2621                 
2622         * src/folder.c
2623                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
2624                 and folder deletion
2625
2626 2003-01-21 [paul]       0.8.8claws123
2627
2628         * po/bg.po
2629                 updated by George Danchev
2630                 
2631         * src/about.c
2632                 its now 2003
2633                 
2634         * src/toolbar.c
2635                 don't translate 'Separator'
2636                 
2637         * src/plugins/spamassassin/Makefile.am
2638                 add aspell to CPPFLAGS
2639                 
2640         * src/plugins/spamassassin/spamassassin.c
2641           src/plugins/spamassassin/spamassassin_gtk.c
2642                 set correct default for spamassassin_receive_spam
2643                 slightly re-word descriptions and some
2644                 other minor changes
2645
2646 2003-01-19 [alfons]     0.8.8claws122
2647                 
2648         * src/mimeview.c
2649                 mimeview_save_as(): we might as well show the file name for
2650                 the single case "Save As" too
2651
2652 2003-01-19 [alfons]     0.8.8claws121
2653
2654         * src/crash.c
2655                 change bug tracker URL to bugzilla URL
2656
2657 2003-01-19 [alfons]     0.8.8claws120
2658
2659         * src/mimeview.c
2660                 mimeview_save_all(): display name of file before overwriting;
2661                 continue saving all, even when one overwrite was cancelled
2662
2663 2003-01-19 [christoph]  0.8.8claws119
2664
2665         * src/summaryview.c
2666         * src/procmsg.[ch]
2667                 fix wrong usage of procmsg_find_children in summaryview
2668                 by using procmsg_update_unread_children instead of
2669                 summaryview_update_unread_children
2670
2671 2003-01-19 [christoph]  0.8.8claws118
2672
2673         * src/procmsg.c
2674                 fix infinite loop in procmsg_find_children
2675                  (closes bug #25 sylpheed crashes on delete.)
2676
2677         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2678
2679 2003-01-19 [paul]       0.8.8claws117
2680
2681         * po/pt_BR.po
2682                 updated by Ivan Francolin Martinez
2683
2684 2003-01-18 [melvin]     0.8.8claws116
2685
2686         * src/prefs_actions.c
2687                 Removed syntax limitation of only one '&' at the end of command.
2688                         Now actions that contain '>/dev/null 2>&1' are possible.
2689
2690 2003-01-18 [melvin]     0.8.8claws115
2691
2692         * src/prefs_actions.c
2693                 Actions IO dialog: when the action ends
2694                 the "Close" button now has focus and [Escape] closes the
2695                 window.
2696
2697 2003-01-18 [christoph]  0.8.8claws114
2698
2699         * src/procmsg.c
2700                 o add debug output when MsgInfos are really freed
2701                 o free GSLists in procmsg_find_children and
2702                   procmsg_update_unread_children
2703
2704 2003-01-18 [christoph]  0.8.8claws113
2705
2706         * src/mainwindow.c
2707                 reorder Configuration menu
2708
2709 2003-01-18 [christoph]  0.8.8claws112
2710
2711         * src/compose.c
2712                 fix applying templates to forwarded messages
2713
2714         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2715
2716 2003-01-17 [christoph]  0.8.8claws111
2717
2718         * src/folder.c
2719                 destroy folder items, when a folder item is removed
2720
2721 2003-01-17 [christoph]  0.8.8claws110
2722
2723         * src/folder.c
2724                 fix wrong folder stats update when ignored message is
2725                 deleted
2726
2727 2003-01-17 [colin]      0.8.8claws109
2728         
2729         * src/mainwindow.c
2730         * src/summaryview.c
2731                 Quicksearch bugfixes: 
2732                 - hide help button at startup if not extended
2733                 - switch to extended when looking for replies
2734
2735 2003-01-17 [paul]
2736
2737         * sync with 0.8.9 release
2738
2739 2003-01-17 [paul]       0.8.8claws108
2740
2741         * sync with 0.8.8cvs11
2742                 see ChangeLog 2003-01-17
2743
2744 2003-01-16 [colin]      0.8.8claws107
2745
2746         * src/procmsg.c
2747                 Changed encryption test to re-ask passphrase
2748                 if an encrypted message hasn't been decrypted
2749                 Fixes bug #5
2750
2751 2003-01-16 [christoph]  0.8.8claws106
2752
2753         * src/prefs_gtk.c
2754         * src/prefs_toolbar.c
2755         * src/gtk/prefswindow.h
2756         * src/plugins/spamassassin/spamassassin_gtk.c
2757                 remove page destroy function that is not used anymore
2758
2759 2003-01-16 [paul]       0.8.8claws105
2760
2761         * sync with 0.8.8cvs9
2762                 see ChangeLog 2002-01-16
2763
2764 2003-01-16 [colin]      0.8.8claws104
2765
2766         * src/compose.[ch]
2767                 Fix bug with autosaved drafts for IMAP, when draft
2768                 folder is specified - fixes bugzilla bug #20
2769
2770 2003-01-15 [paul]       0.8.8claws103
2771
2772         * src/compose.[ch]
2773           src/procmsg.c
2774                 store folder and message-id of message forwarding
2775                 in queue header and set forward flag after sending
2776
2777 2003-01-15 [paul]       0.8.8claws102
2778
2779         * sync with 0.8.8cvs8
2780                 see ChangeLog 2002-01-15
2781
2782 2003-01-15 [colin]      0.8.8claws101
2783
2784         * src/Makefile.am
2785                 Fix linking with GNU libiconv
2786
2787 2003-01-15 [darko]      0.8.8claws100
2788
2789         * src/pine.c
2790                 fix crash when importing pine address book
2791                 entry with an empty name (reported by DY
2792                 <dybulk at tri8.net>)
2793
2794 2003-01-14 [paul]       0.8.8claws99
2795
2796         * configure.in  ** REMOVED **
2797           configure.ac  ** NEW FILE **
2798                 rename configure.in to configure.ac, as it is now
2799                 preferred
2800
2801 2003-01-14 [melvin]     0.8.8claws98
2802
2803         * src/folderview.c
2804                 folderview_check_new(): More precise function description
2805
2806 2003-01-14 [melvin]     0.8.8claws97
2807
2808         * src/folderview.c
2809                 folderview_check_new(): return the number of new messages 
2810                         since last check.
2811         * src/inc.c
2812                 inc_account_mail(): Disable counting of new messages for IMAP
2813                         and NNTP until bug [19] and [14] are fixed.
2814
2815 2003-01-14 [paul]       0.8.8claws96
2816
2817         * sync with 0.8.8cvs6
2818                 see ChangeLog 2003-01-14
2819
2820 2003-01-13 [alfons]     0.8.8claws95
2821
2822         * src/textview.c
2823                 tune email address validation (c. 0.8.8claws89): if . is 
2824                 just one char away from @, the address is invalid too 
2825                 (correctly rejects addresses like foo@.com)
2826
2827 2003-01-13 [paul]       0.8.8claws94
2828
2829         * src/messageview.c
2830           src/toolbar.c
2831                 fixes to the Message View toolbar and menu:
2832                 fix non-functioning Forward button
2833                 make Reply button consider default_reply_list
2834                 remove 'Follow-up...' menu entry
2835                 add 'Forward' and 'Redirect' menu entries
2836
2837 2003-01-13 [melvin]     0.8.8claws93
2838
2839         * src/inc.c
2840                 Fixed typo that could make new messages count incorrect.
2841
2842 2003-01-13 [melvin]     0.8.8claws92
2843
2844         * src/folderview.[ch]
2845                 folderview_check_new(): return the number of new messages.
2846         * src/inc.c
2847                 Should fix bug [14] where new mail notification worked 
2848                         incorrectly with IMAP accounts.
2849                 inc_spool_account(): return number of new msgs, or -1 on error
2850                 inc_all_spool(): return number of new msgs
2851                 
2852 2003-01-13 [melvin]     0.8.8claws91
2853
2854         * src/prefs_actions.c
2855                 Justify help text.
2856
2857 2003-01-12 [thorsten]   0.8.8claws90
2858
2859         * src/common/prefs.c
2860                 close file before rename
2861
2862 2003-01-12 [alfons]     0.8.8claws89
2863
2864         * AUTHORS
2865                 add Christian Mertes
2866         * src/common/utils.[ch]
2867                 g_stricase_hash(), g_stricase_equal(): functions for 
2868                 case insensitive hash tables
2869         * src/textview.c
2870                 use top level domain names to validate email address, based
2871                 on a patch by Christian Mertes (thanks!), but changed 
2872                 implementation to use a hash table 
2873
2874 2003-01-12 [paul]       0.8.8claws88
2875
2876         * po/bg.po
2877                 updated by George Danchev
2878
2879 2003-01-12 [alfons]     0.8.8claws87
2880
2881         * src/summaryview.c
2882                 delete / execute performance: use new style folder update
2883
2884 2003-01-12 [paul]       0.8.8claws86
2885
2886         * sync with 0.8.8cvs5
2887                 see ChangeLog 2003-01-13 (!)
2888
2889 2003-01-12 [alfons]     0.8.8claws85
2890
2891         * src/filtering.c
2892         * src/matcher_parser_parse.y
2893                 prepare change_score filtering action
2894         * src/matcher.[ch]
2895                 give up const-correctness on functions that call non-const-correct functions;
2896                 several casts to gpointer in g_free();
2897                 add change_score;
2898
2899 2003-01-12 [christoph]  0.8.8claws84
2900
2901         * src/compose.c
2902                 fix 2 warnings
2903
2904         * src/gtk/prefswindow.[ch]
2905         * src/plugins/spamassassin/spamassassin_gtk.c
2906                 changed the call of the widget create function
2907                 for PrefsPages, because sometimes the widget
2908                 create function needs a widget that already has
2909                 been attached to a window (to create GDK pixmaps
2910                 for exmaple). So we simply pass the GtkWindow as
2911                 the second parameter now.
2912
2913         * src/main.c
2914         * src/mainwindow.c
2915         * src/prefs_toolbar.[ch]
2916                 rewrite Toolbar Preferences using the new
2917                 prefs window
2918
2919 2003-01-11 [alfons]     0.8.8claws83
2920
2921         * src/addressadd.c
2922                 fix crash when adding sender to addressbook because status bar
2923                 isn't there (the status bar doesn't seem to be used though,
2924                 but I'll let Match decide what to do with it)
2925
2926 2003-01-11 [colin]      0.8.8claws82
2927
2928         * src/main.c
2929           src/toolbar.c
2930                 Two useless changes reversed
2931
2932 2003-01-11 [colin]      0.8.8claws81
2933
2934         * src/mainwindow.c
2935           src/mainwindow.h
2936                 Add mainwindow_get_mainwindow()
2937         * src/alertpanel.c
2938           src/alertpanel.h
2939                 Add alertpanel_error_log() 
2940         * src/compose.c
2941           src/inc.c
2942           src/messageview.c
2943           src/toolbar.c
2944           src/main.c
2945           src/procmsg.c
2946                 Network errors get a View Log button
2947
2948 2003-01-10 [alfons]     0.8.8claws80
2949
2950         * src/prefs_toolbar.c
2951         * src/toolbar.c
2952                 use the translatable string for "Separator" as file name for
2953                 separator toolbar items (probably make this uppercase?)
2954
2955 2003-01-10 [alfons]     0.8.8claws79
2956
2957         * src/prefs_toolbar.c
2958                 put right A_SEPARATOR description string in "displayed
2959                 toolbar items list" so manually added separators are
2960                 saved correctly (bug #10, "Adding a separator to the main 
2961                 toolbar fails, entry in xml file is wrong")
2962
2963 2003-01-10 [christoph]  0.8.8claws78
2964
2965         * src/imap.c
2966                 o fix warnings
2967                 o use CAPABILITY to check if NAMESPACE is available
2968
2969 2003-01-10 [christoph]  0.8.8claws77
2970
2971         * src/imap.[ch]
2972                 apply UIDPLUS IMAP extension support patch
2973
2974         Patch submitted by Simon 'corecode' Schubert
2975
2976 2003-01-10 [paul]       0.8.8claws76
2977
2978         * src/folderview.c
2979                 a sync from main which fixes the news account folders'
2980                 Properties bug
2981
2982 2003-01-10 [christoph]  0.8.8claws75
2983
2984         * src/folder.c
2985                 don't accept 0 as a valid uid returned by copy and move
2986                 functions. 0 means the message was copied or moved but the
2987                 new uid could not be fetched. It is not an error condition
2988                 for the copy or move operation.
2989
2990 2003-01-10 [paul]       0.8.8claws74
2991
2992         * src/prefs_filtering.c
2993                 change English used in Alert when entry is not
2994                 saved.
2995                 
2996         * sync with 0.8.8cvs4
2997                 see ChangeLog 2003-01-10
2998
2999 2003-01-10 [darko]      0.8.8claws73
3000
3001         * src/pine.c
3002                 fix crash when importing address book entry
3003                 without a valid address
3004
3005 2003-01-09 [alfons]     0.8.8claws72
3006
3007         * src/inc.c
3008                 filtering performance: use new style folder update
3009
3010 2003-01-09 [christoph]  0.8.8claws71
3011
3012         * src/compose.c
3013         * src/gtk/menu.[ch]
3014                 fix wrong selecting of mime encoding type, when
3015                 opening property dialog of attachments in the
3016                 compose window. 7bit was always selected and that
3017                 destoryed files with 8bit data.
3018                 (closes bug #9 Sylpheed-claws destroys attachments when
3019                  changing MIME-types)
3020
3021 2003-01-09 [paul]       0.8.8claws70
3022
3023         * sync with 0.8.8cvs3
3024                 see ChangeLog 2003-01-09
3025
3026 2003-01-08 [alfons]     0.8.8claws69
3027         
3028         * src/addressadd.c
3029                 apply patch by Kim Schulz to fix build breakage
3030                 because of missing variable
3031
3032 2003-01-08 [paul]       0.8.8claws68
3033
3034         * sync with 0.8.8cvs2
3035                 see ChangeLog 2002-01-08
3036
3037 2003-01-08 [paul]       0.8.8claws67
3038
3039         * po/it.po
3040                 updated by Alessandro Maestri
3041                 
3042         * src/addressadd.c
3043                 when using 'Add sender to addressbook' allow
3044                 name to be edited and remarks to be entered
3045                 Patch submitted by Luke Plant
3046
3047 2003-01-08 [darko]      0.8.8claws66
3048
3049         * README.claws, src/summaryview.c
3050                 fix description for marked messages
3051
3052 2003-01-08 [paul]
3053
3054         * tools/Makefile.am
3055           tools/launch_phoenix  ** NEW FILE **
3056                 add script that enables using Phoenix as the default
3057                 web browser. 
3058                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
3059                 
3060         * tools/OOo2sylpheed.pl
3061                 remove full path to sylpheed executable, just 'sylpheed'
3062                 will do
3063                 
3064         * tools/README
3065                 add launch_phoenix informtion and re-arrange and compress
3066                 the data a little
3067
3068 2003-01-07 [christoph]  0.8.8claws65
3069
3070         * src/folder.c
3071                 fix update for source folder when moving messages
3072         * src/procmsg.[ch]
3073         * src/summaryview.c
3074                 use function to set to_folder for message infos and
3075                 automatically update the op_count for old and new
3076                 folder
3077
3078 2003-01-07 [melvin]     0.8.8claws64
3079
3080         * src/prefs_actions.c
3081                 Fixed bug where an '%p' Action on a displayed image crashed 
3082                         Sylpheed
3083                 Code clean up (get rid of duplicated code and removed unnecessary 
3084                                 structure member)
3085
3086 2003-01-07 [christoph]  0.8.8claws63
3087
3088         * src/compose.c
3089         * src/folder.[ch]
3090         * src/folderview.c
3091         * src/import.c
3092         * src/inc.c
3093         * src/main.c
3094         * src/mainwindow.c
3095         * src/messageview.c
3096         * src/prefs_folder_item.c
3097         * src/procmsg.c
3098         * src/summaryview.c
3099         * src/toolbar.c
3100                 o remove all folder update triggering from the UI code. The folder
3101                   system should know much better when a folder needs an update.
3102                 o to prevent multiple updates in a row the folder updates can be
3103                   frozen for some time.
3104
3105                 Note: - Please verify that no updates are missing
3106                       - Check where freeze/thaws should be added
3107
3108 2003-01-07 [christoph]  0.8.8claws62
3109
3110         * src/prefs_actions.c
3111                 don't translate empty strings
3112
3113         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3114
3115 2003-01-06 [christoph]  0.8.8claws61
3116
3117         * src/prefs_actions.c
3118                 mark strings for gettext
3119         * src/prefs_matcher.c
3120                 use new description window for Execute action and
3121                 match condition in Filtering
3122
3123         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3124
3125 2003-01-06 [alfons]     0.8.8claws60
3126
3127         keep myself inspired to re-organize matcher part 8; 
3128         yes, more to come (I need to move out the descriptive
3129         text for actions to matcher.c, or at least make it not
3130         depend on the wicked ordering)
3131
3132         * src/prefs_matcher.c
3133                 add documentation so others may comprehend the
3134                 UI part of the conditions
3135                 
3136 2003-01-06 [christoph]  0.8.8claws59
3137
3138         * src/prefs_actions.c
3139                 use new description window for syntax help
3140         * src/gtk/description_window.c
3141                 fix display of descriptions with column count != 2
3142
3143         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3144
3145 2003-01-06 [christoph]  0.8.8claws58
3146
3147         * src/quote_fmt.c
3148         * src/summaryview.[ch]
3149         * src/gtk/Makefile.am
3150         * src/gtk/description_window.[ch]       ** NEW **
3151                 use a generic window to display syntax descriptions
3152                 currently used in quote_fmt and summaryview (new description
3153                 for extended quick search)
3154
3155         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3156
3157 2003-01-06 [paul]       0.8.8claws57
3158
3159         * sync with 0.8.8cvs1
3160                 see ChangeLog 2003-01-06
3161
3162 2003-01-06 [christoph]  0.8.8claws56
3163
3164         * src/mainwindow.c
3165         * src/prefs_gtk.[ch]
3166         * src/gtk/prefswindow.[ch]
3167         * src/plugins/spamassassin/spamassassin_gtk.c
3168                 o remove page management from prefswindow, pages
3169                   will be an argument to prefswindow_open
3170                 o prefswindow_open gets a datapointer that is
3171                   passed to the widget_create function to allow
3172                   creation of prefswindow for specific items
3173
3174 2003-01-06 [colin]      0.8.8claws55
3175         
3176         * src/summaryview.c
3177                 We don't want regexp in the reply-finder, 
3178                 because MIDs can contain !,$,. and so on
3179
3180 2003-01-06 [jens]       0.8.8claws54
3181
3182         * src/jpilot.c
3183                 fixed a wrong free in jpilot_read_db_files
3184
3185 2003-01-06 [alfons]     0.8.8claws53
3186
3187         re-organize matcher part 8; more to come
3188        
3189         * src/matcher.c
3190                 matcherprop_to_string(): put g_free()s before the
3191                 switch-case break to fix memleaks                
3192
3193 2003-01-06 [colin]      0.8.8claws52
3194
3195         * src/summaryview.c
3196                 cleanup & reply-finder now displays the first 
3197                 matching message
3198
3199 2003-01-05 [alfons]     0.8.8claws51
3200
3201         re-organize matcher part 7; more to come
3202
3203         * src/matcher.[ch]
3204                 fixes for constant correctness;
3205                 more documentation;
3206
3207 2003-01-05 [alfons]     0.8.8claws50
3208
3209         re-organize matcher part 6; more to come
3210         
3211         * src/matcher.[ch]
3212                 fixes for constant correctness;
3213                 more documentation;
3214         * src/filtering.c
3215                 fix for constant correctness
3216
3217 2003-01-05 [colin]      0.8.8claws49
3218
3219         * src/account.[ch]
3220                 Add account_get_reply_account function
3221         * src/compose.c
3222                 Use account_get_reply_account function 
3223         * src/summaryview.c
3224                 Basic reply-finder - click on the replied
3225                 icon gets you to the outbox using quick-search
3226
3227 2003-01-05 [paul]       0.8.8claws48
3228
3229         * src/prefs_common.c
3230                 small change to English
3231                 
3232         * src/prefs_filtering.c
3233                 prefs_filtering_action_select(): improve logic and uniformity
3234                 of gui
3235
3236 2003-01-05 [alfons]     0.8.8claws47
3237
3238         fine tune solution to focus problems (bug #7)
3239
3240         * src/mainwindow.c
3241                 mainwindow_focus_in_event(): remove grab event check
3242         * src/summaryview.c
3243                 summary_button_pressed(): move selection on right-click
3244                 too. we can't possibly move the selection back after
3245                 canceling a dialog, because gtk's incomplete focus 
3246                 management. whether this is a good solution, only time
3247                 will tell.
3248
3249 2003-01-05 [christoph]  0.8.8claws46
3250
3251         * src/imap.c
3252                 fix crash when no imap connection could be established
3253
3254 2003-01-05 [paul]       0.8.8claws45
3255
3256         * src/mainwindow.c
3257           src/sumamryview.c
3258           src/gtk/menu.[ch]
3259                 fix bug 605957 'shortcuts in popup-menu'
3260                 make user-defined shortcuts work
3261                 show shortcuts that are already defined
3262                 in the main menu
3263                 Patch submitted by Luke Plant
3264
3265 2003-01-05 [alfons]     0.8.8claws44
3266
3267         * src/mainwindow.c
3268                 focus_in_event handler should not select summary view row 
3269                 when another window (menu, dialog) grabbed for events 
3270                 (bug #7, "[0.8.8claws42] Message summary focus") 
3271
3272 2003-01-04 [christoph]  0.8.8claws43
3273
3274         * src/procmsg.c
3275                 update save folder after adding the sent message
3276                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
3277
3278 2003-01-02 [christoph]  0.8.8claws42
3279
3280         * src/common/plugin.c
3281                 fix unloading of all plugins and unload
3282                 plugins in reverse order
3283                 
3284         * src/gtk/pluginwindow.c
3285                 implement function of load and unload button
3286
3287         * src/gtk/prefswindow.c
3288         * src/gtk/prefswindow.h
3289                 rename register function and add new unregister
3290                 function
3291
3292         * src/plugins/spamassassin/spamassassin_gtk.c
3293                 unregister prefs page and update for changes in
3294                 src/gtk/prefswindow.c
3295
3296 2003-01-02 [paul]       0.8.8claws41
3297
3298         * po/es.po
3299                 updated by Ricardo Mones Lastra
3300
3301 2003-01-02 [paul]
3302
3303         * tools/tb2sylpheed
3304                 fixes and improvements by Urke MMI
3305
3306 2003-01-02 [thorsten]   0.8.8claws40
3307
3308         * src/procmsg.c
3309                 fixed wrong return value
3310
3311 2003-01-02 [thorsten]   0.8.8claws39
3312
3313         * src/prefs.c
3314                 fixed printing wrong variable
3315
3316 2003-01-02 [thorsten]   0.8.8claws38
3317
3318         * src/prefs.c
3319                 fixed acessing members of freed pfile struct
3320
3321 2003-01-02 [thorsten]   0.8.8claws37
3322
3323         * src/procmsg.c
3324                 detect loops across several messages
3325                 as suggested by Christoph Hohmann
3326
3327 2003-01-01 [match]      0.8.8claws36
3328
3329         * src/addrindex.c
3330                 fixed another memory leak.
3331
3332 2003-01-01 [match]      0.8.8claws35
3333
3334         * src/jpilot.[ch]
3335                 fixed memory leaks. applied Doxygen comments.
3336
3337 2003-01-01 [thorsten]   0.8.8claws34
3338
3339         * src/procmsg.c
3340                 inhibit endless loop if msg references itself
3341                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
3342
3343 2003-01-01 [christoph]  0.8.8claws33
3344
3345         * src/mainwindow.c
3346         * src/gtk/Makefile.am
3347         * src/gtk/pluginwindow.c                ** NEW **
3348         * src/gtk/pluginwindow.h                ** NEW **
3349                 add plugin window
3350
3351         * src/plugins/demo/demo.c
3352         * src/plugins/spamassassin/spamassassin.c
3353         * src/plugins/spamassassin/spamassassin_gtk.c
3354                 write better plugin descriptions
3355
3356 2002-12-31 [christoph]  0.8.8claws32
3357
3358         * src/gtk/prefswindow.c
3359         * src/plugins/spamassassin/spamassassin_gtk.c
3360                 some small improvements to GTK code
3361
3362 2002-12-31 [christoph]  0.8.8claws31
3363
3364         * src/plugins/spamassassin/spamassassin_gtk.c
3365                 enable folder select button
3366
3367 2002-12-31 [christoph]  0.8.8claws30
3368
3369         * src/mainwindow.c
3370         * src/gtk/Makefile.am
3371         * src/gtk/prefswindow.c                         ** NEW **
3372         * src/gtk/prefswindow.h                         ** NEW **
3373                 add new prefs window
3374
3375         * src/common/plugin.c
3376                 don't try to load empty config lines
3377         
3378         * src/plugins/spamassassin/Makefile.am
3379         * src/plugins/spamassassin/spamassassin.c
3380         * src/plugins/spamassassin/spamassassin.h       ** NEW **
3381         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
3382                 GTK config for SpamAssassin Plugin using
3383                 the new prefs window
3384
3385 2002-12-31 [paul]       0.8.8claws29
3386
3387         * po/POTFILES.in
3388                 remove obsolete entry 'src/menu.c'
3389
3390 2002-12-31 [alfons]     0.8.8claws28
3391
3392         * src/matcher.[ch]
3393         * src/matcher_parser_parse.y
3394         * src/prefs_matcher.c
3395                 add "ignore_thread" and "~ignore_thread" condition so it's
3396                 possible to make the actions / scoring operate on the ignore
3397                 thread flag
3398
3399 2002-12-31 [christoph]  0.8.8claws27
3400
3401         * src/addrbook.c
3402         * src/addrindex.c
3403         * src/folder.c
3404         * src/matcher.c
3405         * src/prefs_account.c
3406         * src/prefs_actions.c
3407         * src/prefs_customheader.c
3408         * src/prefs_display_header.c
3409         * src/prefs_gtk.c
3410         * src/procmime.c
3411         * src/toolbar.c
3412         * src/xmlprops.c
3413         * src/common/prefs.[ch]
3414                 extend prefs file handling for reading and automatic handling
3415                 of blocks. When reading prefs_set_block_label will automatically
3416                 move on to the block. When writing it will copy all other blocks
3417                 automatically
3418
3419         * src/common/plugin.c
3420                 Now loading plugin filenames from [Plugins] block in
3421                 sylpheed rc file
3422
3423 2002-12-30 [christoph]  0.8.8claws26
3424
3425         * src/common/hooks.[ch]
3426                 return abort status to caller of hooks_invoke
3427                 
3428         * src/inc.[ch]
3429                 invoke message filtering hook and stop
3430                 default handling when filter returns abort
3431
3432         * src/common/plugin.[ch]
3433         * src/plugins/demo/demo.c
3434                 modify plugin loader, because resolving symbols for strings
3435                 does not work correctly
3436         
3437         * configure.in
3438         * ac/spamassassin.m4                            ** NEW **
3439         * src/plugins/spamassassin/.cvsignore           ** NEW **
3440         * src/plugins/spamassassin/Makefile.am          ** NEW **
3441         * src/plugins/spamassassin/README               ** NEW **
3442         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
3443         * src/plugins/spamassassin/spamassassin.c       ** NEW **
3444         * src/plugins/spamassassin/utils.[ch]           ** NEW **
3445                 add spamassassin plugin, see src/plugins/spamassassin/README
3446                 for details
3447
3448 2002-12-29 [alfons]     0.8.8claws25
3449
3450         * src/mainwindow.c
3451                 when moving focus from a message view to the main 
3452                 window, don't forget to select the summary node
3453                 of the displayed message. should fix "[ 659103 ] 
3454                 focus-follows-mouse confuses sylpheed"
3455
3456 2002-12-29 [christoph]  0.8.8claws24
3457
3458         * src/Makefile.am
3459         * src/stringtable.[ch]          ** REMOVE **
3460         * src/common/Makefile.am
3461         * src/common/stringtable.[ch]   ** NEW **
3462                 move stringtable files to common directory
3463
3464 2002-12-29 [christoph]  0.8.8claws23
3465
3466         * src/Makefile.am
3467         * src/menu.[ch]                 ** REMOVE **
3468         * src/gtk/Makefile.am
3469         * src/gtk/menu.[ch]             ** NEW **
3470                 move menu files to gtk directory
3471
3472 2002-12-29 [match]      0.8.8claws22
3473
3474         * src/addressbook.c
3475         * src/syldap.c
3476                 moved UI specific code out of LDAP code into addressbook
3477                 UI code. fixed memory leak.
3478
3479 2002-12-29 [christoph]  0.8.8claws21
3480
3481         * src/folder.c
3482                 only check for IGNORED parent message when message is
3483                 not IGNORED itself
3484
3485 2002-12-29 [alfons]     0.8.8claws20
3486
3487         * src/summaryview.c
3488                 set gtksctree's anchor correct (immediate execute
3489                 changes the tree's layout, and anchor points at 
3490                 the incorrect row). fixes "[ 657233 ] multiple msg 
3491                 delete sometimes off by 1".
3492                 we probably have to look for more tree layout /
3493                 anchor glitches.
3494
3495 2002-12-29 [paul]       0.8.8claws19
3496
3497         * src/summaryview.c
3498                 fix bug [ 659054 ] incorrect sorting of 'From' column
3499                 when using 'display sender using address book'
3500                 thanks to Alfons and Luke Plant
3501
3502 2002-12-29 [christoph]  0.8.8claws18
3503
3504         * src/folder.c
3505         * src/procmsg.[ch]
3506                 check parent messages for IGNORE THREAD flag, when adding,
3507                 moving or copying messages to a folder
3508
3509 2002-12-27 [alfons]     0.8.8claws17
3510
3511         re-organize matcher part 5; more to come
3512
3513         * src/matcher.c
3514                 hash keywords in matchparser_tab 
3515
3516 2002-12-27 [alfons]     0.8.8claws16
3517
3518         re-organize matcher part 4; more to come
3519
3520         * src/matcher_parser.h
3521         * src/matcher_parser_lex.l
3522         * src/matcher_parser_parse.y
3523                 cleanup
3524
3525 2002-12-27 [alfons]     0.8.8claws15
3526
3527         re-organize matcher part 3; more to come
3528
3529         * src/matcher.[ch]
3530                 cleanup
3531
3532 2002-12-27 [alfons]     0.8.8claws14
3533
3534         re-organize matcher part 2; more to come but this should
3535         work. cc me if there are any regressions.
3536
3537         * src/matcher.h
3538                 add prototype for get_matchparser_tab_id()
3539         * src/matcher_parser_lex.l
3540                 look up keywords using matchparser_tab_id();
3541
3542 2002-12-27 [alfons]     0.8.8claws12
3543
3544         re-organize matcher part 1
3545
3546         * src/matcher.h
3547                 map yacc generated constants to sylpheed matcher constants
3548         * src/matcher.c
3549                 add function to find a matcher constant from a string
3550
3551 2002-12-27 [christoph]  0.8.8claws11
3552
3553         * src/compose.c
3554                 MENUITEM_ADD casts the 4th argument from integer to pointer
3555                 so it probably should not be a pointer, this means we
3556                 should use account id for it and not the account's pointer
3557
3558 2002-12-27 [paul]       0.8.8claws10
3559
3560         * src/mainwindow.c
3561                 remove unneeded 'GtkWidget *vbox'
3562                 
3563         * src/summaryview.c
3564                 further sync with 0.8.8 - make sort
3565                 by recipient work as expected
3566                 
3567         * NEWS
3568                 sync with 0.8.8
3569
3570 2002-12-27 [paul]       0.8.8claws9
3571
3572         * po/pt_BR.po
3573                 updated by Ivan F. Martinez
3574                 
3575 2002-12-27 [darko]      0.8.8claws8
3576
3577         * src/common/utils.c
3578                 added locked pattern to extended search
3579
3580 2002-12-27 [alfons]     0.8.8claws7
3581
3582         * src/prefs_matcher.[ch]
3583                 clean up
3584
3585 2002-12-26 [alfons]     0.8.8claws6
3586
3587         * src/matcher.[ch]
3588         * src/matcher_parser_lex.l
3589         * src/matcher_parser_parse.y
3590         * src/prefs_matcher.c
3591                 allow color label as a condition in the matcher
3592
3593 2002-12-26 [oliver]     0.8.8claws5
3594         
3595         * src/toolbar.c 
3596                 enable Addressbook for Main and Messageview
3597         * src/prefs_actions.c
3598                 enable actions in Messageview
3599
3600 2002-12-26 [christoph]  0.8.8claws4
3601
3602         * src/common/plugin.c
3603                 add a little debug output
3604         * configure.in
3605         * src/plugins/demo/Makefile.am
3606                 better use of automake
3607
3608 2002-12-26 [christoph]  0.8.8claws3
3609
3610         * src/Makefile.am
3611         * src/common/Makefile.am
3612                 fix "make distdir"
3613
3614 2002-12-26 [christoph]  0.8.8claws2
3615
3616         * configure.in
3617                 sort configure checks into common / gtk / plugins
3618         * po/POTFILES.in
3619                 add src/prefs_gtk.c
3620         * src/Makefile.am
3621                 add plugins SUBDIR
3622         * src/main.c
3623         * src/common/sylpheed.[ch]
3624                 added now sylpheed_done function for shutdown
3625         * src/common/Makefile.am
3626         * src/common/plugin.[ch]                ** NEW **
3627                 plugin loader and unloader
3628         * src/plugins/.cvsignore                ** NEW **
3629         * src/plugins/Makefile.am               ** NEW **
3630                 build plugins
3631         * src/plugins/demo/.cvsignore           ** NEW **
3632         * src/plugins/demo/Makefile.am          ** NEW **
3633         * src/plugins/demo/demo.c               ** NEW **
3634                 small demo plugin that installs a logtext hook and
3635                 outputs the log text to stdout
3636
3637 2002-12-26 [paul]       0.8.8claws1
3638
3639         * po/es.po
3640                 updated by Ricardo Mones Lastra
3641
3642 2002-12-26 [paul]       0.8.8claws
3643
3644         * 0.8.8claws released
3645
3646 2002-12-26 [paul]       0.8.7claws12
3647
3648         * po/bg.po
3649                 updated by George Danchev
3650
3651 2002-12-26 [paul]       0.8.7claws11
3652
3653         * po/POTFILES.in
3654                 remove unneeded 'src/prefs.c' entry 
3655
3656 2002-12-26 [paul]       0.8.7claws10
3657
3658         * src/codeconv.c
3659           src/mainwindow.c
3660                 sync with 0.8.8 release
3661         
3662         * src/folder.[ch]
3663           src/mh.c
3664           src/summaryview.c
3665                 partial sync with 0.8.8 release
3666         
3667
3668 2002-12-25 [alfons]     0.8.7claws9
3669
3670         * src/matcher.[ch]
3671         * src/matcher_parser_lex.l
3672         * src/matcher_parser_parse.y
3673         * src/prefs_matcher.c
3674                 add locked flag to possible filtering / matcher 
3675                 conditions (also a good example what should be
3676                 done to add a simple boolean condition)
3677
3678 2002-12-25 [christoph]  0.8.7claws8
3679
3680         * src/Makefile.am
3681         * src/account.[ch]
3682         * src/addrbook.c
3683         * src/addressbook.c
3684         * src/addrindex.c
3685         * src/filtering.c
3686         * src/folder.c
3687         * src/matcher.c
3688         * src/prefs.[ch]                ** REMOVE **
3689         * src/prefs_account.c
3690         * src/prefs_actions.c
3691         * src/prefs_common.c
3692         * src/prefs_customheader.c
3693         * src/prefs_display_header.c
3694         * src/prefs_filtering.c
3695         * src/prefs_folder_item.c
3696         * src/prefs_gtk.[ch]            ** NEW **
3697         * src/prefs_matcher.c
3698         * src/prefs_scoring.c
3699         * src/prefs_summary_column.c
3700         * src/procmime.c
3701         * src/selective_download.c
3702         * src/toolbar.c
3703         * src/common/Makefile.am
3704         * src/common/prefs.[ch]         ** NEW **
3705                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
3706
3707 2002-12-24 [alfons]     0.8.7claws7
3708
3709         * src/summaryview.c
3710                 summary_thread_build(): fix real cause of the crash mentioned in
3711                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
3712                 this way we get meaningful ctree nodes 
3713
3714 2002-12-24 [oliver]     0.8.7claws6
3715
3716         * src/mainwindow.[ch]
3717         * src/messageview.[ch]
3718         * src/compose.[ch]
3719         * src/inc.c
3720         * src/summaryview.c
3721                 changes to use updated toolbar handling
3722                 
3723 2002-12-24 [oliver]     0.8.7claws5
3724
3725         * src/toolbar.[ch]
3726                 generic toolbar handling
3727                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
3728         * src/prefs_toolbar.[ch]
3729                 adjust to handling
3730         
3731 2002-12-24 [oliver]     0.8.7claws4
3732         
3733         * src/stock_pixmap.[ch]
3734                 move SYLPHEED_LOGO to end of list in order 
3735                 to remove it from Custom Toolbar`s Icon View
3736
3737 2002-12-24 [alfons]     0.8.7claws3
3738
3739         * src/summaryview.c
3740                 summary_thread_build(): fix crash because of focus != selection 
3741                 after threading. when deleting the selection, gtk tries but fails 
3742                 to find the correct focusable element. we now force the selection
3743                 to be focused. this should solve the infamous bug reported by 
3744                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
3745                 a test case is available. 
3746
3747 2002-12-24 [darko]      0.8.7claws2
3748
3749         * src/summaryview.c
3750                 don't crash when unmarking message with unread children
3751
3752 2002-12-23 [christoph]  0.8.7claws1
3753
3754         * src/Makefile.am
3755         * src/common/Makefile.am
3756                 update Makefiles for moved intl.h, version.h and defs.h
3757         * src/imap.c
3758                 rewrite imap_session_get to avoid duplicate code
3759
3760 2002-12-23 [paul]       0.8.7claws
3761
3762         * Santa-Claws released
3763         
3764         * po/hu.po
3765           po/ru.po
3766                 squeeze in updated Hungarian and Russian translations.
3767                 Submitted by  Gál Zoltán and Ruslan N. Balkin
3768
3769 2002-12-23 [paul]       0.8.6claws129
3770
3771         * po/pl.po
3772                 updated by Witold Wladyslaw Wojciech Wilk
3773
3774 2002-12-23 [paul]       0.8.6claws128
3775
3776         * src/quote_fmt_parse.y
3777                 fix typo and add licence header
3778
3779 2002-12-23 [paul]       0.8.6claws127
3780
3781         * po/en_GB.po
3782                 updated
3783
3784 2002-12-23 [paul]       0.8.6claws126
3785
3786         * po/it.po
3787                 updated translation, submitted by Alessandro Maestri
3788                 
3789 2002-12-23 [paul]       0.8.6claws125
3790
3791         * src/quote_fmt_parse.y
3792                 fix signature-stripping on replies bug. match
3793                 '-- \n' and not '-- '.
3794
3795 2002-12-22 [paul]       0.8.6claws124
3796
3797         * po/bg.po
3798           po/es.po
3799           po/sr.po
3800                 updated translations. submitted by George Danchev,
3801                 Ricardo Mones Lastra, and Urke MMI respectively
3802
3803 2002-12-21 [paul]       0.8.6claws123
3804
3805         * src/addrbook.c
3806                 fix coding style
3807
3808 2002-12-21 [paul]       0.8.6claws122
3809
3810         * src/addrbook.c
3811                 fix bug [643638] where if a person is in one or more
3812                 addressbook groups editing that person's email 
3813                 address results in removal from those groups.
3814                 Patch submitted by Luke Plant.
3815
3816 2002-12-20 [christoph]  0.8.6claws121
3817
3818         * src/common/utils.c
3819         * src/summaryview.c
3820                 reimplement expand_search_string using GString to
3821                 prevent crashs caused by miscalculated string
3822                 lengths reported by Paul
3823
3824 2002-12-20 [christoph]  0.8.6claws120
3825
3826         * src/summaryview.c
3827                 don't use "changed" to check if op_count has to be changed as it
3828                 is also set when the message has unread children
3829                 (closes bug [ 653221 ] crash while deleting duplicates)
3830
3831 2002-12-20 [paul]       0.8.6claws119
3832
3833         * sync with 0.8.6cvs27
3834                 see ChangeLog 2002-12-20
3835
3836 2002-12-20 [paul]       0.8.6claws118
3837
3838         * sync with 0.8.6cvs26
3839                 see ChangeLog 2002-12-19 and 2002-12-20
3840
3841 2002-12-19 [alfons]     0.8.6claws117
3842
3843         * src/textview.c
3844                 fix incorrect parsing of email addresses, submitted by 
3845                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
3846                 name display if it contains @".
3847
3848 2002-12-18 [paul]       0.8.6claws116
3849
3850         * sync with 0.8.6cvs23
3851                 see ChangeLog 2002-12-18
3852
3853 2002-12-18 [paul]       0.8.6claws115
3854
3855         * src/Makefile.am
3856         * src/account.c
3857         * src/codeconv.c
3858         * src/gtkutils.[ch]
3859         * src/imap.c
3860                 sync with 0.8.6cvs22.
3861                 see ChangeLog 2002-12-17 and 2002-12-18
3862
3863 2002-12-17 [christoph]  0.8.6claws114
3864
3865         * src/imap.c
3866                 o don't create a session if imap greeting fails
3867                 o don't close socket when authentication fails
3868                   this is done by imap_session_destroy
3869
3870 2002-12-17 [thorsten]   0.8.6claws113
3871
3872         * tools/Makefile.am
3873           tools/README
3874           tools/google_msgid.pl ** NEW FILE **
3875                 Added "search for message-id" script and doc
3876
3877 2002-12-17 [thorsten]   0.8.6claws112
3878
3879         * po/hu.po
3880                 Updated hungarian translation
3881                 (updated by Gal Zoltan)
3882
3883 2002-12-16 [christoph]  0.8.6claws111
3884
3885         * src/addr_compl.c
3886                 remove stupid addressbook dump to debug output
3887         * src/mh.c
3888                 fix memory leak found by Hiro
3889
3890 2002-12-14 [paul]       0.8.6claws110
3891
3892         * src/compose.c
3893                 fix menubar sensitivity on send
3894                 
3895         * src/prefs_filtering.c
3896         * src/prefs_matcher.c
3897         * src/prefs_scoring.c
3898                 Fix english ;)
3899                 
3900         * src/common/quoted-printable.h
3901                 sync: fix typo
3902         
3903 2002-12-13 [christoph]  0.8.6claws109
3904
3905         * src/Makefile.am
3906         * src/manage_window.[ch]        ** REMOVE **
3907         * src/gtk/Makefile.am
3908         * src/gtk/manage_window.[ch]    ** NEW **
3909                 move manage_window files to gtk directory
3910
3911 2002-12-13 [christoph]  0.8.6claws108
3912
3913         * src/Makefile.am
3914         * src/gtkshruler.[ch]           ** REMOVE **
3915         * src/gtk/Makefile.am
3916         * src/gtk/gtkshruler.[ch]       ** NEW **
3917                 move gtkshruler files to gtk directory
3918
3919 2002-12-13 [christoph]  0.8.6claws107
3920
3921         * src/Makefile.am
3922         * src/compose.c
3923         * src/gtkstext.[ch]             ** REMOVE **
3924         * src/gtkutils.[ch]
3925         * src/textview.c
3926         * src/gtk/gtkstext.[ch]         ** NEW **
3927         * src/gtk/Makefile.am
3928                 o move stext functions to gtkstext.c to remove
3929                   dependency of gtkutils
3930                 o move gtkstext files to gtk directory
3931
3932         * src/gtk/Makefile.am
3933         * src/gtk/sslcertwindow.[ch]
3934                 UI stuff can always depend on common code so
3935                 it's ok to add ../common to include path
3936
3937 2002-12-13 [colin]      0.8.6claws106
3938
3939         * src/summaryview.c
3940                 Disconnect sighandlers for mainwindow when
3941                 quicksearch has the focus
3942                 Fix bug #653231
3943         * src/mainwindow.[ch]
3944                 Make key_pressed callback public, to be able
3945                 to disconnect it
3946
3947 2002-12-13 [christoph]  0.8.6claws105
3948
3949         * src/mh.c
3950                 create .mh_sequences file in new MH folders
3951                 (closes feature request [ 523162 ] MH folders should
3952                  get a .mh_sequences)
3953
3954 2002-12-13 [colin]      0.8.6claws104
3955
3956         * src/summaryview.c
3957                 Better handling of quicksearch show/hide
3958                 (basically the button stays under the mouse 
3959                  when toggled)
3960
3961 2002-12-13 [paul]       0.8.6claws103
3962
3963         * sync with 0.8.6cvs17
3964                 see ChangeLog 2002-12-13
3965
3966 2002-12-13 [paul]       0.8.6claws102
3967
3968         * po/es.po
3969                 updated by Ricardo Mones Lastra
3970
3971 2002-12-11 [colin]       0.8.6claws101
3972
3973         * src/folder.c
3974                 remove statusbar stuff
3975           src/folderview.c
3976                 set statusbar verbosity when moving folders
3977
3978 2002-12-11 [colin]       0.8.6claws100
3979         * src/prefs_filtering.c
3980         * src/prefs_matcher.c
3981         * src/prefs_scoring.c
3982                 Fix english ;)
3983
3984 2002-12-11 [colin]       0.8.6claws99
3985
3986         * src/prefs_common.[ch]
3987                 Add summary_quicksearch_type
3988         * src/summaryview.c
3989                 Save last used quicksearch type
3990
3991 2002-12-11 [jens]       0.8.6claws98
3992         * src/prefs_filtering.c
3993         * src/prefs_matcher.c
3994         * src/prefs_scoring.c
3995                 added dialog for incomplete rules in scoring, filtering and
3996                 matcher to ask wheather really close
3997
3998 2002-12-11 [colin]      0.8.6claws97
3999
4000         * src/folder.c
4001                 Fix folder dnd statusbar logging
4002
4003 2002-12-10 [christoph]  0.8.6claws96
4004
4005         * src/compose.c
4006         * src/folder.c
4007         * src/imap.c
4008         * src/inc.c
4009         * src/main.c
4010         * src/mainwindow.c
4011         * src/news.c
4012         * src/send.c
4013         * src/statusbar.[ch]
4014         * src/common/hooks.c
4015         * src/common/log.[ch]
4016                 o handle verbose logging in statusbar directly in statusbar code
4017                   and common code does not need any knowledge about a statusbar
4018                 o remove direct calls to statusbar_(puts|pop)_all functions
4019
4020 2002-12-10 [jens]       0.8.6claws95
4021
4022         * src/*.c
4023                 removed gettext from g_warnings
4024         * po/POTFILES.in
4025                 cleaned and updated
4026         * po/de.po
4027                 updated
4028
4029 2002-12-10 [colin]      0.8.6claws94
4030
4031         * src/main.c
4032                 finish crash dialog fix
4033
4034 2002-12-10 [colin]      0.8.6claws93
4035
4036         * src/main.c
4037                 "Fix" "sylpheed already running" instead of
4038                 crash dialog appearing after a crash
4039
4040 2002-12-10 [colin]      0.8.6claws92
4041
4042         * po/POTFILES.in
4043                 add src/gtk/sslcertwindow.c
4044
4045 2002-12-10 [paul]       0.8.6claws91
4046
4047         * po/POTFILES.in
4048                 updated to reflect recent changes
4049                 submitted by Alessandro Maestri
4050
4051 2002-12-09 [christoph]  0.8.6claws90
4052
4053         * src/Makefile.am
4054         * src/smtp.[ch]                 ** REMOVE **
4055         * src/common/Makefile.am
4056         * src/common/smtp.[ch]          ** NEW **
4057                 move smtp files to common directory
4058
4059 2002-12-09 [christoph]  0.8.6claws89
4060
4061         * src/Makefile.am
4062         * src/session.[ch]              ** REMOVE **
4063         * src/common/Makefile.am
4064         * src/common/session.[ch]       ** NEW **
4065                 move session files to common directory
4066
4067 2002-12-09 [paul]       0.8.6claws88
4068
4069         * src/account.c
4070                 fix bug [649746] edit accounts: move account reverted
4071                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
4072
4073 2002-12-09 [colin]      0.8.6claws87
4074
4075         * src/ssl_certificate.c
4076                 cleanup
4077
4078 2002-12-09 [colin]      0.8.6claws86
4079
4080         * src/ssl.c
4081                 Try to open the cert.pem database and 
4082                 issue a warning if it isn't there
4083
4084 2002-12-09 [colin]      0.8.6claws85
4085
4086         * src/common/ssl_certificate.c
4087         * src/gtk/sslcertwindow.c
4088                 Warning fixes
4089
4090 2002-12-09 [colin]      0.8.6claws84
4091
4092         * src/ssl_certificate.[ch] ** REMOVED **
4093         * src/common/ssl_certificate.[ch] ** NEW **
4094         * src/Makefile.am
4095         * src/common/Makefile.am
4096                 Moved ssl_certificate.[ch] to common
4097         * src/common/ssl.c 
4098                 Put back needed include
4099         * src/gtk/sslcertwindow.[ch]
4100                 Changed ssl_certificate.h include
4101         
4102 2002-12-09 [colin]      0.8.6claws83
4103
4104         * src/gtk/sslcertwindow.[ch]
4105                 Implement hook for certificate acception
4106         * src/ssl_certificate.[ch]
4107                 Implement hook for certificate acception
4108         * src/common/ssl.c
4109                 Reenable certificate acception check
4110         * src/mainwindow.c
4111                 Register sslcertwindow's hook
4112         
4113 2002-12-08 [christoph]  0.8.6claws82
4114
4115         * src/about.c
4116         * src/addr_compl.c
4117         * src/codeconv.c
4118         * src/manual.c
4119         * src/undo.c
4120         * src/common/utils.c
4121                 o add missing includes
4122                 o fix warnings
4123         * src/.cvsignore
4124         * src/common/.cvsignore
4125         * src/common/version.h          ** REMOVE **
4126                 remove autogenerated file
4127
4128 2002-12-08 [paul]       0.8.6claws81
4129
4130         * src/stringtable.c
4131                 put back needed include
4132
4133 2002-12-08 [colin]      0.8.6claws80
4134         
4135         * src/gtk/sslcertwindow.c
4136                 Cleaner popups when asking
4137         * src/ssl_certificate.c
4138         * src/prefs_common.[ch]
4139                 remove ssl certificate pref
4140                 put back needed include
4141         * src/undo.c
4142                 put back needed include
4143
4144 2002-12-08 [christoph]  0.8.6claws79
4145
4146         * src/folderview.c
4147         * src/logwindow.c
4148         * src/statusbar.c
4149         * src/summaryview.c
4150                 only abort hook invokation if required data is missing not
4151                 if our own data pointer is NULL, update hookfunction for
4152                 log window
4153
4154 2002-12-08 [paul]       0.8.6claws78
4155
4156         * src/about.c
4157         * src/addrcache.c
4158         * src/addrclip.c
4159         * src/addr_compl.c
4160         * src/addrselect.c
4161         * src/codeconv.c
4162         * src/colorlabel.c
4163         * src/enriched.c
4164         * src/esmtp.c
4165         * src/exporthtml.c
4166         * src/headerview.c
4167         * src/imageview.c
4168         * src/manual.c
4169         * src/noticeview.c
4170         * src/pgptext.c
4171         * src/scoring.c
4172         * src/sourcewindow.c
4173         * src/stringtable.c
4174         * src/undo.c
4175                 clean up: remove unneccesary includes
4176
4177 2002-12-08 [christoph]  0.8.6claws77
4178
4179         * src/folderview.c
4180         * src/statusbar.c
4181         * src/summaryview.c
4182         * src/common/hooks.[ch]
4183                 hook functions now have a gboolean return value, if a hook
4184                 returns TRUE it will stop executing of any more hooks in
4185                 the same hooklist for this invokation
4186
4187 2002-12-08 [colin]      0.8.6claws76
4188         
4189         * src/main.c
4190                 put back argv0 for CRASH_DIALOG
4191
4192 2002-12-08 [christoph]  0.8.6claws75
4193
4194         * src/Makefile.am
4195         * src/about.c
4196         * src/account.c
4197         * src/crash.c
4198         * src/esmtp.h
4199         * src/imap.[ch]
4200         * src/inc.c
4201         * src/main.c
4202         * src/mainwindow.c
4203         * src/news.c
4204         * src/pop.[ch]
4205         * src/prefs_account.[ch]
4206         * src/prefs_common.[ch]
4207         * src/send.[ch]
4208         * src/smtp.[ch]
4209         * src/ssl_certificate.[ch]
4210         * src/ssl_manager.[ch]
4211         * src/common/Makefile.am
4212         * src/common/log.c
4213         * src/common/nntp.[ch]
4214         * src/common/socket.[ch]
4215         * src/common/ssl.[ch]
4216         * src/gtk/sslcertwindow.[ch]
4217         * ac/openssl.m4
4218                 use new autoconf script to detect OpenSSL with extra parameters
4219                 to specify the location of libs and includes, also remove USE_SSL
4220                 to USE_OPENSSL
4221
4222         * src/common/sylpheed.[ch]
4223         * src/common/version.h.in
4224                 start seperation of common code initialization seperated from gui
4225
4226         * src/summaryview.c
4227                 The function that is called when a color label changes
4228                 should not change the color lable again
4229
4230 2002-12-08 [colin]      0.8.6claws74
4231
4232         * src/gtk/sslcertwindow.c
4233                 warning fixes
4234
4235 2002-12-08 [colin]      0.8.6claws73
4236
4237         * src/statusbar.c
4238           src/common/log.h
4239                 Register a hook for statusbar_puts_all
4240         * src/common/log.c
4241                 invoke statusbar_puts_all's hook
4242         
4243 2002-12-08 [colin]      0.8.6claws72
4244
4245         * src/ssl_certificate.c
4246                 Put back a badly-removed include
4247
4248 2002-12-08 [colin]      0.8.6claws71
4249
4250         * src/gtk/sslcertwindow.[ch]    ** NEW **
4251                 new certificate presentation
4252         * src/gtk/Makefile.am
4253                 add new files
4254         * src/ssl_certificate.[ch]
4255                 gtk cleanup, made utility functions public
4256         * src/ssl_manager.c
4257                 use new cert presentation
4258
4259 2002-12-07 [christoph]  0.8.6claws70
4260
4261         * src/Makefile.am
4262         * src/nntp.[ch]                 ** REMOVE **
4263         * src/common/Makefile.am
4264         * src/common/nntp.[ch]          ** NEW **
4265                 move nntp files to common directory
4266
4267 2002-12-07 [christoph]  0.8.6claws69
4268
4269         * src/procmsg.[ch]
4270         * src/summaryview.c
4271                 implement msginfo update callback using sylpheed's new
4272                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
4273
4274 2002-12-06 [christoph]  0.8.6claws68
4275
4276         * src/editgroup.c
4277                 This patch changes the 'Edit Group Details' dialog to
4278                 allow extended selections in either pane, so that
4279                 addresses can be added or removed from a group more
4280                 quickly and easily. (it actually is a net decrease in
4281                 file size, as some unnecessary functions have been
4282                 removed). 
4283                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
4284
4285 2002-12-06 [christoph]  0.8.6claws67
4286
4287         * src/Makefile.am
4288         * src/template.[ch]             ** REMOVE **
4289         * src/common/Makefile.am
4290         * src/common/template.[ch]      ** NEW **
4291                 move template files to common directory
4292
4293         * src/nntp.c
4294                 add missing log.h include
4295
4296 2002-12-06 [melvin]     0.8.6claws66
4297
4298         * src/prefs_actions.c
4299                 Added the trailing ">" syntax to insert command's output
4300                 without replacing old text (in contrast to trailing "|").
4301
4302 2002-12-05 [colin]      0.8.6claws65
4303         
4304         * src/common/utils.c
4305                 Don't modify original search_string or it'll change
4306                 the next iterations in the for()
4307
4308 2002-12-05 [darko]      0.8.6claws64
4309
4310         * src/common/utils.c
4311                 proper check for filtering commands, found by Colin
4312
4313 2002-12-05 [darko]      0.8.6claws63
4314
4315         * src/common/utils.c
4316                 check proper string for NULL pointer, found by Colin
4317
4318 2002-12-05 [darko]      0.8.6claws62
4319
4320         * src/common/utils.[ch]
4321                 expand_search_string(): new function
4322                 converts Mutt-like patterns to Sylpheed's
4323                 filtering engine
4324         * src/summaryview.c
4325                 use expand_search_string() to allow Mutt-like
4326                 patterns in extended search
4327         * README.claws
4328                 document extended option in quick search
4329
4330 2002-12-05 [paul]       0.8.6claws61
4331
4332         * sync with 0.8.6cvs16
4333                 see ChangeLog 2002-12-05
4334                 
4335         * po/POTFILES.in
4336                 clean up
4337
4338 2002-12-04 [christoph]  0.8.6claws60
4339
4340         * src/imap.[ch]
4341                 put imap authentication code into a new function and
4342                 remove it from imap_session_new that will allow to
4343                 send other commands before authentication
4344
4345 2002-12-04 [christoph]  0.8.6claws59
4346
4347         * src/imap.[ch]
4348                 use already existing method to prevent unneeded IMAP
4349                 folder selects. Set imap_select parameters to NULL
4350                 in some functions if the values are not required.
4351
4352         * src/xml.h
4353                 remove no longer required include
4354
4355 2002-12-04 [paul]       0.8.6claws58
4356
4357         * po/es.po
4358                 updated by Ricardo Mones Lastra
4359                 
4360         * configure.in
4361           po/hu.po      ** NEW FILE **
4362                 initial Hungarian translation, submitted
4363                 by Gál Zoltán <galzoli@hu.inter.net>
4364
4365 2002-12-03 [christoph]  0.8.6claws57
4366
4367         * src/Makefile.am
4368         * src/gtksctree.[ch]            ** REMOVE **
4369         * src/gtk/Makefile.am
4370         * src/gtk/gtksctree.[ch]        ** NEW **
4371                 move gtksctree files to gtk directory
4372
4373 2002-12-03 [christoph]  0.8.6claws56
4374
4375         * src/Makefile.am
4376         * src/md5.[ch]                  ** REMOVE **
4377         * srm/common/Makefile.am
4378         * src/common/md5.[ch]           ** NEW **
4379                 move md5 files to common directory
4380
4381         * src/gtkstext.c
4382                 remove not required #include
4383
4384 2002-12-03 [sergey]     0.8.6claws55
4385
4386         * src/gtkutils.c
4387         * src/gtkutils.h
4388                 gtkut_window_popup(): new function.
4389         * src/mainwindow.c
4390                 main_window_popup(): use gtkut_window_popup() to raise
4391                 window without changing its position.
4392                 (see sylpheed-main ML message [sylpheed:17247])
4393
4394 2002-12-03 [sergey]     0.8.6claws54
4395
4396         * src/send.c
4397                 send_message_local(): removed first-dot escaping
4398                 (SMTP-only, not needed for sending through pipe)
4399
4400 2002-12-03 [paul]       0.8.6claws53
4401
4402         * po/POTFILES.in
4403                 update to reflect recent changes (thanks
4404                 to Ricardo Mones Lastra)
4405                 
4406         * tools/filter_conv.pl
4407                  fix problem with quoted strings. Patch submitted
4408                  by Luke Plant <lukeplant@softhome.net>
4409
4410 2002-12-03 [paul]       0.8.6claws52
4411
4412         * sync with 0.8.6cvs15
4413                 see ChangeLog 2002-12-03
4414
4415 2002-12-02 [christoph]  0.8.6claws51
4416
4417         * src/logwindow.[ch]
4418         * src/common/log.[ch]
4419                 implement logging using a hook function
4420
4421         * src/folderview.c
4422         * src/folder.[ch]
4423                 define hooklist name in header file to avoid
4424                 errors caused by wrong spelling of hooklist names
4425
4426         * src/toolbar.c
4427                 fix warnings
4428
4429 2002-12-02 [christoph]  0.8.6claws50
4430
4431         * src/common/Makefile.am
4432                 add src/common/hooks.[ch]
4433
4434         * src/common/hooks.[ch]
4435                 implement a simple hook system using glib's hook functions
4436
4437         * src/folder.[ch]
4438         * src/folderview.c
4439                 use new hook system for folder item updates
4440
4441 2002-12-02 [christoph]  0.8.6claws49
4442
4443         * doc-src/ui_seperation.txt     ** NEW **
4444                 information for ui seperation
4445
4446         * src/Makefile.am
4447                 remove files that were moved to common
4448                 include common directory by default for the header files
4449
4450         * src/inc.c
4451         * src/common/socket.c
4452         * src/automaton.[ch]
4453                 implement automaton using g_io_*-functions instead of
4454                 gdk_input_add to make it ui independent
4455
4456         * src/codeconv.c
4457         * src/compose.c
4458         * src/ldif.c
4459         * src/pgptext.c
4460         * src/procmime.c
4461         * src/rfc2015.c
4462         * src/smtp.c
4463         * src/unmime.c
4464                 remove common/ prefix because directory is now in
4465                 include path
4466
4467         * src/compose.c
4468         * src/folder.c
4469         * src/folderview.c
4470         * src/mainwindow.c
4471         * src/messageview.c
4472         * src/prefs_common.c
4473         * src/procmsg.c
4474         * src/rfc2015.c
4475                 fix warnings
4476
4477         * src/imap.c
4478         * src/inc.c
4479         * src/news.c
4480         * src/pop.c
4481         * src/send.c
4482         * src/smtp.c
4483         * src/ssl_certificate.c
4484                 add log.h header file for logging functions
4485
4486         * src/main.c
4487         * src/common/utils.c
4488         * src/summaryview.c
4489         * src/xml.c
4490                 o move debug_mode to common/utils.c
4491                 o add functions to set and get debug_mode
4492
4493         * src/defs.h                    ** REMOVE **
4494         * src/intl.h                    ** REMOVE **
4495         * src/socket.[ch]               ** REMOVE **
4496         * src/ssl.[ch]                  ** REMOVE **
4497         * src/utils.[ch]                ** REMOVE **
4498                 replaced by new files in src/common/
4499         
4500         * src/common/Makefile.am
4501                 add new files in src/common/
4502
4503         * src/common/defs.h             ** NEW **
4504         * src/common/intl.h             ** NEW **
4505         * src/common/log.[ch]           ** NEW **
4506         * src/common/socket.[ch]        ** NEW **
4507         * src/common/ssl.[ch]           ** NEW **
4508         * src/common/utils.[ch]         ** NEW **
4509                 replacement for files in src/
4510
4511 2002-12-02 [colin]      0.8.6claws48
4512
4513         * src/folderview.c
4514                 Scroll folderview if necessary during dnd
4515
4516 2002-12-02 [colin]      0.8.6claws47
4517
4518         * src/folder.[ch]
4519                 Add check to verify a move is within a single mailbox
4520         * src/folderview.c
4521                 Add specific error string for this check
4522
4523 2002-12-02 [colin]      0.8.6claws46
4524
4525         * src/folder.c
4526                 Add a test to folder moving, remove a statusbar_print
4527         * src/folderview.c
4528                 Add Move folder... context-menu item
4529                 Factorize folder moving code
4530                 Enable folder DND for mbox
4531
4532 2002-12-01 [christoph]  0.8.6claws45
4533
4534         * ac/aspell.m4
4535                 remove conf.aspelltest if the version check fails
4536
4537 2002-11-30 [christoph]  0.8.6claws44
4538
4539         * autogen.sh
4540                 run libtoolize --force in autogen to create missing
4541                 libtool scripts
4542
4543 2002-11-30 [christoph]  0.8.6claws43
4544
4545         * src/Makefile.am
4546         * src/pgptext.c
4547         * src/procmime.c
4548         * src/rfc2015.c
4549         * src/uuencode.[ch]             ** REMOVED **
4550         * src/common/Makefile.am
4551         * src/common/uuencode.[ch]      ** NEW **
4552                 move uuen/decoder to common directory
4553
4554 2002-11-30 [christoph]  0.8.6claws42
4555
4556         * src/Makefile.am
4557         * src/base64.[ch]               ** REMOVED **
4558         * src/codeconv.c
4559         * src/compose.c
4560         * src/ldif.c
4561         * src/pgptext.c
4562         * src/procmime.c
4563         * src/rfc2015.c
4564         * src/smtp.c
4565         * src/unmime.c
4566         * src/common/Makefile.am
4567         * src/common/base64.[ch]        ** NEW **
4568                 move base64 en/decoder to common directory
4569
4570 2002-11-30 [christoph]  0.8.6claws41
4571
4572         * src/common                    ** NEW **
4573                 new directory for UI independent code
4574         * src/gtk                       ** NEW **
4575                 new directory for GTK frontend
4576         * src/common/.cvsignore         ** NEW **
4577         * src/gtk/.cvsignore            ** NEW **
4578                 ignore build files
4579         * src/common/Makefile.am        ** NEW **
4580         * src/gtk/Makefile.am           ** NEW **
4581                 automake files to build new seperated stuff
4582         * src/Makefile.am
4583                 the binary will currently still be build with the
4584                 files in src, so we include the code from the
4585                 subdirs for now after building the libs there
4586
4587 2002-11-30 [paul]       0.8.6claws40
4588
4589         * src/compose.c
4590                 fix bug [642731] 'Wrong selected account with drafted mail'
4591
4592 2002-11-29 [oliver]     0.8.6claws39
4593         
4594         * src/messageview.c
4595                 o update summaryview when switching between different
4596                   messageviews          
4597         * src/toolbar.c  
4598                 o check if messageview holds already removed msg
4599                   from summaryview
4600                 
4601
4602 2002-11-29 [oliver]     0.8.6claws38
4603
4604         * src/toolbar.c 
4605                 remove not needed variables and includes
4606                 make messageview stay opened and move to next when msgs are deleted 
4607
4608 2002-11-29 [oliver]     0.8.6claws37
4609         
4610         * src/toolbar.c 
4611                 disable compose button (messageview toolbar) by default
4612                 deleted msgs are moved to trash
4613         
4614 2002-11-29 [melvin]     0.8.6claws36
4615
4616         * configure.in
4617                 Increased minimal gpgme version to 0.3.10 (Zombies out)
4618                 and to detect signatures expirations (gpgme 0.3.6)
4619
4620         * src/main.c
4621                 Use non obsolescent function for Gpgme engine checking.
4622
4623         * src/rfc2015.c
4624                 Inform about expired signatures or signatures which key
4625                 has expired. Expiration date is displayed.
4626
4627         * src/sigstatus.c
4628                 Inform about expired signatures or signatures which key
4629                 has expired.
4630
4631 2002-11-28 [paul]       0.8.6claws35
4632
4633         * src/folderview.c
4634                 re-instate 'Check for new messages' in Newsgroup
4635                 folders right-click menu, after a suggestion from
4636                 Tim Mann <timmann@users.sourceforge.net>
4637
4638         * src/main.c
4639                 after a crash check only local folders for new
4640                 messages
4641
4642 2002-11-28 [paul]       0.8.6claws34
4643
4644         * configure.in
4645                 apply patch that fixes the checking of GTK with XIM 
4646                 support on different OSs, such as FreeBSD. Patch 
4647                 submitted by Topia <topia@users.sourceforge.net>
4648                 
4649 2002-11-28 [paul]       0.8.6claws33
4650
4651         * src/mainwindow.c
4652           src/prefs_common.c
4653           src/prefs_toolbar.c
4654                 more changes to the English
4655
4656 2002-11-28 [paul]       0.8.6claws32
4657
4658         * sync with 0.8.6cvs13
4659                 see ChangeLog 2002-11-28 (no sync needed
4660                 for src/compose.c)
4661
4662 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
4663         
4664         * src/mainwindow.[ch]
4665                 add patch by Ivan F. Martinez introducing messageview Toolbar
4666                 some changes and committed by oliver    
4667
4668 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
4669
4670         * src/messageview.[ch]
4671                 add patch by Ivan F. Martinez introducing messageview Toolbar
4672                 some changes and committed by oliver    
4673
4674 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
4675
4676         * src/compose.[ch]
4677                 add patch by Ivan F. Martinez introducing messageview Toolbar
4678                 some changes and committed by oliver    
4679
4680 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
4681         
4682         * src/toolbar.[ch]
4683                 add patch by Ivan F. Martinez introducing messageview Toolbar
4684                 some changes and committed by oliver
4685
4686 2002-11-28 [oliver]     0.8.6claws27
4687         
4688         * src/prefs_toolbar.[ch]
4689                 getting ready for messageview toolbar
4690                 free mem allocated by gettext
4691                 change prefs_toolbar to prefs_toolbar_open
4692  
4693 2002-11-28 [thorsten]   0.8.6claws26
4694
4695         * src/imageview.[ch]
4696                 cleaned up conflicting declarations of
4697                 imageview_show_image()
4698
4699 2002-11-28 [paul]       0.8.6claws25
4700
4701         * src/grouplistdialog.c
4702           src/prefs_common.c
4703           src/prefs_summary_column.c
4704                 a few more improvements to the English
4705
4706 2002-11-28 [colin]      0.8.6claws24
4707
4708         * man/sylpheed.1
4709                 A few updates to command-line parameters
4710
4711 2002-11-28 [colin]      0.8.6claws23
4712
4713         * src/prefs_filtering.c
4714                 Fix problems with prefs_filtering_delete_path:
4715                 a) if the first rule is removed, original pointers
4716                    weren't updated (leading to segfaults)
4717                 b) it was always global_processing updated in case
4718                    of removed path was parent of rule path
4719
4720 2002-11-27 [paul]       0.8.6claws22
4721
4722         * src/mainwindow.c
4723           src/prefs_account.c
4724           src/prefs_actions.c
4725           src/prefs_common.c
4726           src/prefs_customheader.c
4727           src/prefs_display_header.c
4728           src/prefs_filtering.c
4729           src/prefs_folder_item.c
4730           src/prefs_matcher.c
4731           src/prefs_scoring.c
4732           src/prefs_summary_column.c
4733           src/prefs_template.c
4734           src/prefs_toolbar.c
4735                  improve the English in the GUI
4736
4737 2002-11-27 [colin]      0.8.6claws21
4738
4739         * src/folder.c
4740                 Fix processing renaming problems happening after
4741                 last commit
4742
4743 2002-11-27 [colin]      0.8.6claws20
4744
4745         * src/folder.c
4746                 recursive move now deletes src each subfolder after 
4747                 having moved it
4748         * src/folderview.c
4749                 Use identifier instead of path during dnd (enables
4750                 IMAP folder dnd)
4751
4752 2002-11-27 [paul]       0.8.6claws19
4753
4754         * src/main.c
4755                 apply patch that does command-line processing 
4756                 BEFORE gtk_init, allowing claws to run from 
4757                 shell-scripts in non-X environment (e.g. crontab 
4758                 or ip-up, ip-down scripts). Patch submitted by
4759                 Ruslan N. Balkin <baron@dartel.ru>
4760                 
4761         * po/it.po
4762                 updated by Alessandro Maestri
4763
4764 2002-11-27 [paul]       0.8.6claws18
4765
4766         * sync with 0.8.6cvs12
4767           src/prefs_common.c
4768                 Differences are that main uses a 'Receive dialog'
4769                 frame on the Interface tab, whereas claws groups all 
4770                 the dialogs together in a 'Dialogs' frame.
4771
4772 2002-11-27 [colin]      0.8.6claws17
4773
4774         * src/prefs_matcher.c
4775                 Fix Execute criteria's NOT flag
4776
4777
4778 2002-11-26 [christoph]  0.8.6claws16
4779
4780         * src/ssl.c
4781                 rewrite the ssl code a little bit, only use one
4782                 SSL context, set default certificates' file/path
4783
4784 2002-11-26 [thorsten]   0.8.6claws15
4785
4786         * src/compose.c
4787                 default-reply-to didn't work for ml-reply
4788
4789 2002-11-26 [melvin]     0.8.6claws14
4790
4791         * src/prefs_actions.c
4792                 Made pipe-actions ignore short headers in message view
4793                 Made trailing-pipe-actions write in the message view with
4794                 the same font as the original message
4795
4796 2002-11-26 [paul]       0.8.6claws13
4797
4798         * src/compose.c
4799                 this time commit the correct file
4800
4801 2002-11-26 [paul]       0.8.6claws12
4802
4803         * sync with 0.8.6cvs11
4804           src/quote_fmt_parse.y  
4805                 no sync needed
4806           src/account.[ch]       
4807                 not sync'ed
4808           src/compose.c
4809                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
4810                 on draft mode.
4811                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
4812                 header
4813                 
4814         see ChangeLog 2002-11-25 and 2002-11-26
4815
4816 2002-11-26 [colin]      0.8.6claws11
4817
4818         * src/folderview.c
4819                 Fix collapsed folder not auto-expanding during
4820                 mail dnd, if it was the source folder.
4821
4822 2002-11-25 [colin]      0.8.6claws10
4823
4824         * src/folderview.[ch]
4825                 Variable renaming and cleaning (slist of nodes 
4826                 to be re-collapsed is stored in FolderView)
4827
4828 2002-11-25 [paul]       0.8.6claws9
4829
4830         * src/prefs_common.[ch]
4831                 fix breakage caused by last commit
4832
4833 2002-11-25 [paul]       0.8.6claws8
4834
4835         * sync with 0.8.6cvs4
4836                 see ChangeLog 2002-11-21
4837
4838 2002-11-25 [paul]       0.8.6claws7
4839
4840         * sync with 0.8.6cvs4
4841                 see ChangeLog 2002-11-20
4842
4843 2002-11-25 [paul]       0.8.6claws6
4844
4845         * sync with 0.8.6cvs3
4846                 see ChangeLog 2002-11-18
4847
4848 2002-11-25 [colin]      0.8.6claws5
4849
4850         * src/gtkutils.[ch]
4851                 Add gtkut_ctree_node_is_parent()
4852         * src/folderview.c
4853                 Spring-loaded folders
4854
4855 2002-11-25 [colin]      0.8.6claws4
4856
4857         * src/utils.[ch]
4858                 Add slist_concat_unique(), function to merge
4859                 two GSList filtering dups
4860         * src/folder.[ch]
4861         * src/summaryview.[ch]
4862         * src/folderview.c
4863         * src/main.c
4864                 Add detection/update/display of unread answers
4865                 to marked mails
4866         * src/procmsg.[ch]
4867                 Add procmsg_find_children()
4868                 Add procmsg_msg_has_marked_parent()
4869
4870 2002-11-25 [colin]      0.8.6claws3
4871
4872         * src/ssl_certificate.[ch]
4873                 Allow checking a certificate without a DNS
4874                 lookup
4875                 Allow to forget a cert (by deleting it)
4876                 Make ssl_certificate_destroy_public
4877         * src/ssl_manager.[ch] ** NEW FILES **
4878                 Gui to manage (display/remove) certificates
4879         * src/prefs_common.[ch]
4880                 Add a pref to allow silent acceptation of
4881                 trusted certificates or not (based on the
4882                 "I want to know what's going on" principle)
4883         * src/mainwindow.c
4884                 Add SSL manager in Tools menu
4885         * src/Makefile.am
4886                 Add the new files to the build
4887         * po/POTFILES.in
4888                 Add ssl_manager.c to translations
4889
4890 2002-11-25 [colin]      0.8.6claws2
4891
4892         * src/summaryview.[ch]
4893                 Add S_SEARCH_EXTENDED to the quick search, which 
4894                 allows to search using filtering syntax.
4895
4896 2002-11-25 [colin]      0.8.6claws1
4897
4898         * src/summaryview.c
4899                 Deletion of duplicates now prefer deleting
4900                 the unread dup (fixes feature-request 638989).
4901
4902 2002-11-24 [paul]       0.8.6claws
4903
4904         * po/es.po
4905           po/pl.po
4906           po/ru.po
4907           po/sr.po
4908                 updated by Ricardo Mones Lastra,
4909                 Witold Wladyslaw Wojciech Wilk,
4910                 Ruslan N. Balkin, and  Urke MMI 
4911                 respectively
4912
4913 2002-11-24 [paul]       0.8.5claws182
4914
4915         * po/bg.po
4916                 updated by George Danchev
4917
4918 2002-11-23 [alfons]     0.8.5claws181
4919
4920         * src/imap.c
4921                 tiny memory leak found by browsing Dimitar's 
4922                 valgrind report
4923
4924 2002-11-23 [paul]       0.8.5claws180
4925
4926         * po/it.po
4927                 updated by Alessandro Maestri
4928
4929 2002-11-22 [christoph]  0.8.5claws179
4930
4931         * src/compose.c
4932         * src/inc.c
4933         * src/prefs_filtering.c
4934         * src/summaryview.c
4935                 more warning fixes
4936
4937 2002-11-22 [alfons]     0.8.5claws178
4938
4939         * src/summaryview.c
4940                 summary_execute_delete_func(): if message is deleted, make 
4941                 sure to also remove its entry in the subject hash table. 
4942                 fixes a corner case bug.
4943
4944 2002-11-22 [paul]       0.8.5claws177
4945
4946         * .cvsignore
4947                 add 'autom4te.cache'
4948                 
4949         * ltconfig      ** REMOVED **
4950                 not needed
4951
4952 2002-11-22 [paul]       0.8.5claws176
4953
4954         * src/textview.c
4955                 textview_set_font(): fix for message display in
4956                 UTF-8 locales (thanks to Sergey Vlasov).
4957                 
4958         * AUTHORS
4959                 add new team members and contributors
4960
4961
4962 2002-11-21 [colin]      0.8.5claws175
4963
4964         * src/procmsg.[ch]
4965                 Add procmsg_remove_special_headers()
4966         * src/mh.c
4967                 Use procmsg_remove_special_headers() for 
4968                 previous fix
4969
4970 2002-11-21 [colin]      0.8.5claws174
4971
4972         * src/mh.c
4973                 Fix moving/copying from queue/draft folders
4974                 for MH folders
4975
4976 2002-11-21 [christoph]  0.8.5claws173
4977
4978         * src/crash.c
4979         * src/filtering.c
4980         * src/logwindow.c
4981         * src/main.c
4982         * src/matcher_parser_lex.[hl]
4983         * src/mbox.c
4984         * src/mbox_folder.[ch]
4985         * src/prefs_filtering.c
4986         * src/procheader.c
4987         * src/quote_fmt_lex.l
4988         * src/ssl.c
4989                 fix all warnings except the warnings in lex and yacc files
4990
4991 2002-11-20 [christoph]  0.8.5claws172
4992
4993         * src/imap.c
4994                 fix MsgInfo retrieval for IMAP draft and queue folders
4995                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4996
4997 2002-11-19 [christoph]  0.8.5claws171
4998
4999         * src/compose.c
5000                 fix segfault, when draft saving does not get
5001                 the MsgInfo of the new message
5002                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
5003
5004 2002-11-19 [christoph]  0.8.5claws170
5005
5006         * src/procmsg.c
5007                 add parameter check for flag setting function
5008                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
5009
5010 2002-11-18 [paul]       0.8.5claws169
5011
5012         * src/compose.c
5013                 more sensitivity fixes to redirect mode:
5014                 * disable toolbar draft button
5015                 * allow only Address book in the Tools menu
5016                 * disable editing of message by the spell
5017                   checker
5018
5019 2002-11-18 [paul]       0.8.5claws168
5020
5021         * src/compose.c
5022                 fix sensitivity of menu items in compose_redirect():
5023                 allow only the necessary items 
5024
5025 2002-11-18 [paul]       0.8.5claws167
5026
5027         * src/compose.c
5028                 fix bug [ 603259 ] 'attachment got lost on bounce'
5029
5030 2002-11-18 [paul]       0.8.5claws166
5031
5032         * po/ru.po
5033                 updated by Ruslan N. Balkin <baron@dartel.ru>
5034
5035 2002-11-18 [colin]      0.8.5claws165
5036
5037         * src/main.c
5038           src/defs.h
5039                 Remove old filtering stuff
5040
5041
5042 2002-11-17 [oliver]     0.8.5claws164
5043
5044         * src/toolbar.h
5045                 remove not needed typedef 
5046
5047 2002-11-17 [oliver]     0.8.5claws163
5048
5049         * src/toolbar.c
5050                 make toolbar's on click events translatable
5051
5052 2002-11-15 [colin]      0.8.5claws162
5053
5054         * src/summaryview.c
5055                 Revert too-soon integration of a feature
5056
5057 2002-11-15 [christoph]  0.8.5claws161
5058
5059         * src/imap.c
5060                 use main's implementation of imap_get_msginfo
5061
5062 2002-11-15 [christoph]  0.8.5claws160
5063
5064         * src/compose.c
5065         * src/folder.[ch]
5066         * src/imap.c
5067         * src/mbox_folder.c
5068         * src/mh.c
5069         * src/news.c
5070         * src/procmsg.c
5071         * src/summaryview.c
5072                 replace claws' fetch_msginfo with main's get_msginfo
5073                 (use main's implementation where possible)
5074
5075 2002-11-15 [colin]      0.8.5claws159
5076
5077         * src/ssl_certificate.c
5078                 Missed a check
5079
5080 2002-11-16 [melvin]     0.8.5claws158
5081
5082         * po/fr.po
5083                 Updated French translations.
5084
5085 2002-11-16 [colin]      0.8.5claws157
5086
5087         * src/ssl_certificate.c
5088                 Check for missing parts in the certificates
5089
5090 2002-11-15 [colin]      0.8.5claws156
5091
5092         * src/folderview.c
5093                 Preventive fix (missing check) found by
5094                 Alfons
5095
5096 2002-11-15 [paul]
5097
5098         * NEWS
5099                 sync with 0.8.6 release
5100
5101 2002-11-15 [colin]      0.8.5claws155
5102
5103         * src/folder.[ch]
5104           src/folderview.c
5105                 Fix error handling of folder_item_move_to()
5106                 (thanks to Alfons!)
5107
5108 2002-11-15 [colin]      0.8.5claws154
5109
5110         * src/folder.[ch]
5111           src/folderview.c
5112                 folder_item_move_to() sets an error message instead
5113                 of having GUI stuff in folder.c
5114
5115 2002-11-15 [colin]      0.8.5claws153
5116
5117         * src/procmsg.[ch]
5118                 Implemented a callback for MsgInfo updates, 
5119                 heavily copy/pasted from Christoph's folder 
5120                 callback system
5121         * src/summaryview.[ch]
5122                 Register summary_update_msg as callback
5123
5124 2002-11-14 [colin]      0.8.5claws152
5125         
5126         * src/procmsg.c
5127                 Update the FolderItem after sending (fixes 617593)
5128
5129 2002-11-14 [christoph]  0.8.5claws151
5130
5131         * src/folder.c
5132                 fix wrong position of NULL pointer check found
5133                 by Sergey
5134
5135 2002-11-14 [christoph]  0.8.5claws150
5136
5137         * src/folder.c
5138                 fix segfault when deleting messages from IMAP folders
5139                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
5140
5141 2002-11-14 [colin]      0.8.5claws149
5142
5143         * src/compose.c
5144                 Forwarding was also ignoring the folder's default account.
5145
5146 2002-11-14 [colin]      0.8.5claws148
5147
5148         * src/compose.c
5149                 Fix sent folder not set to folder properties when 
5150                 forwarding.
5151
5152 2002-11-14 [thorsten]   0.8.5claws147
5153
5154         * src/inc.c
5155                 inc_start(): Files were not moved from .processing to inbox,
5156                 if no global processing rule existed
5157
5158 2002-11-14 [colin]      0.8.5claws146
5159
5160         * src/ssl_certificate
5161                 Fix file operations
5162
5163 2002-11-14 [paul]       0.8.5claws145
5164
5165         * po/it.po
5166                 updated by Alessandro Maestri
5167
5168 2002-11-13 [alfons]     0.8.5claws144
5169
5170         * src/folder.c
5171                 folder_item_close(): only mark messages unread
5172                 when a folder has new messages 
5173
5174 2002-11-13 [keith]      0.8.5claws143
5175
5176         * src/imap.c
5177                 Fix problem moving or copying between
5178                 IMAP folders
5179
5180 2002-11-13 [colin]      0.8.5claws142
5181
5182         * src/matcher_parser_parse.y
5183                 Fix rule problem when " don't match
5184
5185 2002-11-13 [christoph]  0.8.5claws141
5186
5187         * src/folder.c
5188         * src/folderview.c
5189                 moved cache saving to folder_item_close
5190                 the folderview should not have to deal with
5191                 this things
5192
5193 2002-11-13 [christoph]  0.8.5claws140
5194
5195         * src/summaryview.c
5196                 moved setting of important score to
5197                 summary_set_prefs_from_folderitem
5198
5199 2002-11-13 [colin]      0.8.5claws139
5200
5201         * src/matcher_parser_parse.y
5202                 Fix a segfault in the parser (happening when
5203                 a good expression had been tested and a bad 
5204                 one arrives)
5205
5206 2002-11-13 [paul]       0.8.5claws138
5207
5208         * sync with 0.8.5cvs24
5209                 see ChangeLog 2002-11-13
5210                 
5211         * po/pt_BR.po
5212                 updated by Fabio Jr. Beneditto
5213
5214 2002-11-13 [colin]      0.8.5claws137
5215         
5216         * src/msgcache.c
5217           src/defs.h
5218           src/procmsg.[ch]
5219                 Revert last commit, problem
5220
5221 2002-11-13 [colin]      0.8.5claws136
5222
5223         * src/msgcache.c
5224                 Remove duplicated code
5225         * src/defs.h
5226                 Bumped CACHE_VERSION and MARK_VERSION
5227         * src/procmsg.[ch]
5228                 Network endian for cache and mark files
5229
5230 2002-11-12 [colin]      0.8.5claws135
5231
5232         * src/inc.c
5233                 Fix the "socket error" dialog which disappeared
5234
5235 2002-11-12 [colin]      0.8.5claws134
5236
5237         * src/msgcache.c
5238                 Reverse last commit which had performance 
5239                 problems, but still reverse the list
5240
5241 2002-11-12 [colin]      0.8.5claws133
5242
5243         * src/msgcache.c
5244                 Reverse list order
5245
5246 2002-11-12 [melvin]     0.8.5claws132
5247
5248         * src/compose.c
5249                 Added a check for a NULL prefs_common.dictionary
5250
5251 2002-11-12 [colin]      0.8.5claws131
5252
5253         * src/ssl_certificate.[ch]
5254                 Use FQDN hostname
5255
5256 2002-11-12 [colin]      0.8.5claws130
5257
5258         * src/ssl_certificate.[ch]
5259                 Take connection port into account for 
5260                 checking certificates (a single hostname
5261                 could have multiple servers with multiple
5262                 certificates)
5263         * src/ssl.c
5264                 Pass the port to ssl_certificate_check
5265
5266 2002-11-12 [paul]       0.8.5claws129
5267
5268         * src/folder.c
5269                 fix a typo in last commit
5270
5271 2002-11-12 [paul]       0.8.5claws128
5272
5273         * sync with 0.8.5cvs23
5274                 see ChangeLog entry 2002-11-12
5275
5276 2002-11-11 [colin]      0.8.5claws127
5277
5278         * src/ssl_certificate.c
5279                 Cleaner messages
5280                 Don't popup, instead log error, if the 
5281                 corresponding pref is checked
5282         * src/ssl_certificate.h
5283                 include <openssl/objects/h>
5284
5285 2002-11-11 [colin]      0.8.5claws126
5286
5287         * src/ssl_certificate.h
5288                 _Really_ clean it
5289
5290 2002-11-11 [colin]      0.8.5claws125
5291         
5292         * src/ssl_certificate.c
5293                 Fixed leak
5294
5295 2002-11-11 [colin]      0.8.5claws124
5296
5297         * src/ssl.c
5298                 Cleaned a bit
5299         * src/ssl_certificate.[ch]
5300                 Cleaned a bit (better use of SSL API)
5301                 (This will cause non-recognition of saved 
5302                  certificates of claws12[23]...)
5303
5304 2002-11-11 [paul]       0.8.5claws123
5305         
5306         * po/es.po
5307                 updated by Ricardo Mones Lastra
5308
5309 2002-11-11 [colin]      0.8.5claws122
5310
5311         * src/ssl.c
5312                 Fix a typo
5313
5314 2002-11-11 [colin]      0.8.5claws121
5315
5316         * src/ssl_certificate.[ch] ** NEW FILES **
5317         * src/ssl.[ch]
5318                 Check SSL certificates presented to us
5319         * src/Makefile.am
5320                 Add ssl_certificate.[ch]
5321         * po/POTFILES.in
5322                 Add ssl_certificate.c
5323
5324 2002-11-11 [paul]       0.8.5claws120
5325
5326         * sync with 0.8.5cvs22
5327                 see ChangeLog 2002-11-11
5328
5329 2002-11-11 [paul]       0.8.5claws119
5330
5331         * sync with 0.8.5cvs21
5332                 see ChangeLog 2002-11-11
5333
5334 2002-11-10 [jens]       0.8.5claws118
5335
5336         * src/folder.c
5337         * src/folderview.c
5338                 corrected some typing
5339         * po/de.po
5340                 updated german translation
5341         * sylpheed.spec.in
5342                 cleaned up specfile and adjusted it for claws
5343
5344 2002-11-10 [colin]      0.8.5claws117
5345
5346         * src/summaryview.c
5347                 a STATUSBAR_PUSH/POP fix
5348
5349 2002-11-10 [colin]      0.8.5claws116
5350
5351         * src/prefs_folder_item.c
5352                 Fix hanging after opening folder properties
5353
5354 2002-11-10 [hoa]        0.8.5claws115
5355
5356         * src/matcher_parser_lex.l
5357         * src/matcher_parser_parse.y
5358                 config file for scoring and filtering is no more trashed
5359                 when there is a syntax error in a filtering rule when
5360                 editing it in a dialog.
5361
5362 2002-11-09 [colin]      0.8.5claws114
5363
5364         * src/mbox_folder.c
5365                 Added missing initialisation of folder->destroy()
5366
5367 2002-11-09 [colin]      0.8.5claws113
5368
5369         * src/folder.c
5370           src/folderview.c
5371                 Fix the status bar messages
5372
5373 2002-11-09 [colin]      0.8.5claws112
5374
5375         * src/folderview.c
5376                 Fix hangs after folder dnd, happening after 
5377                 claws109.
5378
5379 2002-11-09 [christoph]  0.8.5claws111
5380
5381         * src/folderview.c
5382                 just changed order of calls (reverse order of
5383                 associated calls)
5384         * src/inc.c
5385                 lock inc when checking only one account, otherwise
5386                 inc all could be executed at the same time
5387
5388 2002-11-09 [christoph]  0.8.5claws110
5389
5390         * src/folderview.c
5391                 better unlock the mouse cursor before calling
5392                 summary_show because it changes the cursor too
5393
5394 2002-11-09 [christoph]  0.8.5claws109
5395
5396         * src/folder.[ch]
5397         * src/folderview.c
5398                 add functions to open and close a folder
5399                 o opending will execute scanning for remote folders
5400                   and processing
5401                 o closing will unset new flag for messages
5402
5403 2002-11-09 [colin]      0.8.5claws108
5404
5405         * src/folder.c
5406                 Add a call to prefs_matcher_write_config to 
5407                 avoid non-leaf folders filtering settings to be
5408                 lost
5409
5410 2002-11-09 [paul]       0.8.5claws107
5411
5412         * src/prefs_account.c
5413                 re-word a label
5414
5415 2002-11-09 [colin]      0.8.5claws106
5416
5417         * src/folderview.c
5418                 Minor esthetic fix
5419
5420 2002-11-09 [colin]      0.8.5claws105
5421
5422         * src/folderview.c
5423                 Fix prefs_filtering deletion for MH folders (same
5424                 reason as below)
5425         * src/prefs_filtering.c
5426                 Fix prefs_filtering renaming and deletion for 
5427                 folder-based processing rules.  
5428
5429 2002-11-09 [christoph]  0.8.5claws104
5430
5431         * src/compose.c
5432         * src/folder.[ch]
5433         * src/folderview.[ch]
5434         * src/import.c
5435         * src/inc.c
5436         * src/main.c
5437         * src/mainwindow.c
5438         * src/messageview.c
5439         * src/prefs_folder_item.c
5440         * src/procmsg.c
5441         * src/summaryview.c
5442                 implement a callback system for folder item updates
5443
5444 2002-11-09 [colin]      0.8.5claws103
5445
5446         * src/folderview.c
5447                 Fix prefs_filtering renaming for MH folders (we
5448                 shouldn't rename by path as another folder could
5449                 have the same hierarchy).
5450
5451 2002-11-09 [colin]      0.8.5claws102
5452
5453         * src/folder.c
5454                 Fix a leak found by Christoph, use better variable
5455                 names
5456
5457 2002-11-09 [colin]      0.8.5claws101
5458
5459         * src/folder.c
5460                 One more fix for processing rules
5461
5462 2002-11-08 [colin]      0.8.5claws100
5463         
5464         * src/matcher.c
5465                 Don't copy the compiled regexp (will be reevaluated)
5466         * src/folderview.c
5467                 Lock folderview while moving
5468         * src/folder.c
5469                 Provide info on what's happening to the user
5470
5471 2002-11-08 [colin]      0.8.5claws99
5472
5473         * src/folderview.c
5474                 Fix folder reordering after a move if parent is 
5475                 root
5476         * src/scoring.[ch]
5477                 Add function to copy a ScoringProp
5478         * src/prefs_folder_item.c
5479                 Copy scoring rules when copying a folder prefs
5480
5481 2002-11-08 [colin]      0.8.5claws98
5482
5483         * src/folderview.c
5484                 Fixes in case of failure
5485         * src/filtering.[ch]    
5486                 Add function to duplicate a FilteringProp
5487         * src/matcher.[ch]
5488                 Add function to duplicate a MatcherProp
5489         * src/prefs_folder_item.c
5490                 Save folder's processing rules when copying 
5491                 its prefs
5492
5493 2002-11-08 [colin]      0.8.5claws97
5494         
5495         * src/folderview.c
5496                 Sort after move
5497         * src/folder.c 
5498                 Change a printf to debug_print
5499
5500 2002-11-08 [colin]      0.8.5claws96
5501
5502         * src/folder.c
5503           src/folderview.c
5504                 Fix segfaults, call me stupido
5505         
5506
5507 2002-11-08 [colin]      0.8.5claws95
5508
5509         *src/folder.c
5510                 Added forgotten prefs to save when moving folders
5511
5512 2002-11-08 [colin]      0.8.5claws94
5513
5514         * src/folder.c
5515                 Fixes to folder DND (prefs copy)
5516         * src/folderview.c
5517                 Optimization for folder DND (don't rescan whole tree)
5518                 Added folderview_create_folder_node() for this 
5519                 optimization, so de-duped a bit the code
5520         * src/prefs_folder_item.[ch]
5521                 Added prefs_folder_item_copy_prefs()    
5522           
5523 2002-11-08 [paul]       0.8.5claws93
5524
5525         * src/prefs_account.c
5526           tools/README
5527           tools/kmail2sylpheed_v2.pl
5528                 correct some typos
5529
5530 2002-11-08 [paul]       0.8.5claws92
5531
5532         * src/compose.c
5533           src/prefs_account.[ch]
5534                 remove account options 'clearsign' and 'ascii_armored',
5535                 replace with 'default_gnupg_mode' to prevent mixed-mode
5536                 Privacy settings
5537
5538 2002-11-08 [paul]       0.8.5claws91
5539
5540         * src/compose.[ch]
5541                 re-implement GnuPG 'on-the-fly' mode selection,
5542                 disallow mixed-mode
5543
5544 2002-11-08 [colin]      0.8.5claws90
5545
5546         * src/folderview.c
5547           src/prefs_folder_item.c
5548                 Change "Property" to "Properties"
5549
5550 2002-11-07 [colin]      0.8.5claws89
5551
5552         * src/folderview.c
5553           src/folder.c
5554                 Allow folder dropping to a root folder
5555
5556 2002-11-07 [paul]       0.8.5claws88
5557
5558         * src/compose.c
5559                 revert last commit
5560
5561 2002-11-07 [paul]       0.8.5claws87
5562
5563         * src/compose.c
5564                 fix reply-to-list bug. closes bug report
5565                 "[633382] reply-to-list broken in recent cvs"
5566
5567 2002-11-07 [paul]       0.8.5claws86
5568
5569         * src/compose.c
5570                 add a forgotten '#if USE_GPGME ... #endif'
5571
5572 2002-11-07 [paul]       0.8.5claws85
5573
5574         * sync with 0.8.5cvs20
5575                 see ChangeLog 2002-11-07
5576
5577 2002-11-07 [colin]      0.8.5claws84
5578
5579         * src/folder.[ch]
5580                 Change folder_item_move_to to return the newly 
5581                 created folderitem.
5582         * src/folderview.c
5583                 Select the new folderitem after moving.
5584
5585 2002-11-07 [colin]      0.8.5claws83
5586
5587         * src/prefs_filtering.c
5588                 Fix rule rewriting when moving a leaf folder to a 
5589                 shorter path
5590
5591 2002-11-07 [colin]      0.8.5claws82
5592
5593         * src/prefs_filtering.c
5594                 fix a leak
5595
5596 2002-11-07 [colin]      0.8.5claws81
5597
5598         * src/folder.[ch]
5599                 Add folder_item_move_to() function to move a 
5600                 folderitem into another one (updates matcher etc)
5601         * src/folderview.c
5602                 Add folder drag'n drop (context menu to come)
5603                 [Should be dataloss free, but Please backup before 
5604                  trying !]
5605
5606 2002-11-06 [colin]      0.8.5claws80
5607
5608         * src/mh.c
5609                 mh_create_folder() returns NULL if can't create
5610                 directory hierarchy
5611
5612 2002-11-06 [paul]       0.8.5claws79
5613
5614         * src/compose.[ch]
5615                 allow 'on-the-fly' changing of the type of encryption 
5616                 and/or signing used (mime/ascii) via the compose window
5617
5618 2002-11-06 [paul]       0.8.5claws78
5619
5620         * sync with 0.8.5cvs19
5621                 see ChangeLog 2002-11-06 for src/account.c: 
5622                 account_get_special_folder()
5623                 
5624 2002-11-05 [alfons]     0.8.5claws77
5625
5626         * src/crash.c
5627                 very minor cleanups: nothing to see here, move on. :-)
5628
5629 2002-11-05 [colin]      0.8.5claws76
5630
5631         * src/main.c
5632                 Changes choices if compose windows are opened to
5633                 Discard, Draft, Don't quit
5634
5635 2002-11-05 [thorsten]   0.8.5claws75
5636
5637         * src/compose.c
5638                 reenabled default_reply_to folder option
5639
5640 2002-11-05 [colin]      0.8.5claws74
5641
5642         * src/compose.[ch] 
5643                 add compose_draft()
5644         * src/crash.c
5645                 add SIGTERM handler
5646         * src/main.[ch]
5647                 add clean_quit() for the SIGTERM handler
5648
5649 2002-11-05 [paul]       0.8.5claws73
5650         
5651         * po/es.po
5652                 updated by Ricardo Mones Lastra
5653
5654 2002-11-05 [melvin]     0.8.5claws72
5655
5656         * src/logwindow.c
5657                 Fixed log-clipping bug #616795.
5658                 To stop logging in the log window use 0 length.
5659         * src/prefs_common.c
5660                 Added a label to inform about the 0 log length behaviour.
5661
5662 2002-11-05 [paul]       0.8.5claws71
5663
5664         * sync with 0.8.5cvs17
5665                 see ChangeLog 2002-11-05
5666
5667 2002-11-04 [paul]       0.8.5claws70
5668
5669         * sylpheed-128x128.png
5670           sylpheed-64x64.png
5671           sylpheed.png
5672                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
5673                 <nikai@users.sourceforge.net>
5674                 
5675         * po/bg.po
5676                 updated by George Danchev
5677
5678 2002-11-03 [thorsten]   0.8.5claws69
5679
5680         * src/main.c
5681           src/mimeview.c
5682           src/rfc2015.h
5683                 add check if gpg is active
5684
5685 2002-11-03 [thorsten]   0.8.5claws68
5686
5687         * src/toolbar.h
5688                 removed GSList declaration causing trouble on MacOS-X
5689                 (submitted by alfons, reported by xfesty)
5690
5691 2002-11-01 [paul]       0.8.5claws67
5692
5693         * src/mainwindow.c
5694                 remove last remnants of main's filter code
5695
5696 2002-11-01 [paul]       0.8.5claws66
5697
5698         * tools/filter_conv.pl
5699                 fix bug where user-defined headers were ignored
5700
5701 2002-11-01 [paul]       0.8.5claws65
5702
5703         * src/logwindow.c
5704                 make a debug_print() not translatable
5705
5706 2002-10-31 [melvin]     0.8.5claws64
5707
5708         * ac/aspell.m4
5709                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
5710                 not run any GNU/aspell test.  The dictionary path will
5711                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
5712                 was given, in which case, it will be $prefix/lib/aspell/
5713         * configure.in
5714                 Fixed typo in commentary (Aspell code).
5715
5716 2002-10-31 [paul]       0.8.5claws63
5717
5718         * po/POTFILES.in
5719                 remove src/filter.c and src/prefs_filter.c
5720                 thanks to Ricardo for reminding me
5721
5722 2002-10-31 [colin]      0.8.5claws62
5723
5724         * src/mbox_folder.c
5725                 Plug some leaks
5726
5727 2002-10-31 [paul]       0.8.5claws61
5728
5729         * src/prefs_filter.[ch] ** REMOVED **
5730           src/filter.[ch]       ** REMOVED **
5731           
5732         * src/Makefile.am
5733           src/folderview.c
5734           src/inc.c
5735           src/main.c
5736           src/mainwindow.c
5737           src/mbox.c
5738           src/prefs_common.c
5739           src/prefs_filtering.c
5740           src/summaryview.[ch]
5741                 remove main's 'filter' code
5742                 
5743         README.claws
5744                 update to reflect removal of main's filter
5745
5746 2002-10-31 [paul]       0.8.5claws60
5747
5748         * src/summaryview.c
5749                 remove check for global_processing in summary_filter_open(). 
5750                 This fixes the bug where if the user uses the right-click 
5751                 'Create filter rule...' and doesn't have any filter rules 
5752                 already defined in claws' advanced filtering, the newly 
5753                 created filter rule goes to main's filtering which is 
5754                 inaccessible through the gui. Now the filter rule gets added
5755                 to claws' filtering by default.
5756
5757 2002-10-28 [melvin]     0.8.5claws59
5758
5759         * src/prefs_actions.c
5760                 Fixed bug #627322 where MIME parts were not always
5761                 correctly passed to a %p action
5762                 Display an error dialog when message filename is not found.
5763
5764 2002-10-28 [melvin]     0.8.5claws58
5765
5766         * src/prefs_common.c
5767                 Readded a missing function declaration lost in 0.8.3claws34
5768
5769 2002-10-28 [paul]       0.8.5claws57
5770
5771         * sync with 0.8.5cvs15
5772                 see ChangeLog 2002-10-28 and 2002-10-25
5773                 
5774         Note: ChangeLog entry 2002-10-24 is not sync'ed.
5775
5776 2002-10-27 [oliver]     0.8.5claws56
5777
5778         * src/pop.c
5779                 plug leak in pop3_top_recv
5780
5781 2002-10-26 [christoph]  0.8.5claws55
5782
5783         * src/folder.c
5784                 set need_update folder flag when messages are added
5785                 (closes bug [ 626922 ] folder not updated after receiving)
5786
5787 2002-10-25 [melvin]     0.8.5claws54
5788
5789         * src/imageview.c
5790                 Fixed a memleak introduced in the scaling code.
5791
5792 2002-10-24 [alfons]     0.8.5claws53
5793
5794         * src/filtering.c
5795                 make filtering's forward message action forward from the 
5796                 correct account
5797                 (closes bug [628089 ] Filter -> Forward from address problem
5798                 reported by Oktay)
5799
5800 2002-10-24 [christoph]  0.8.5claws52
5801
5802         * src/mainwindow.c
5803         * src/manual.[ch]
5804                 o use manual of current locale or english if current
5805                   locale is not available (and english is available)
5806                 o also link to sylpheed doc project manuals
5807
5808 2002-10-23 [paul]       0.8.5claws51
5809
5810         * tools/README
5811           tools/kmail2sylpheed_v2.pl
5812                 add new version of kmail addressbook importer script.
5813                 works with newer versions of Kmail/KAddressBook which
5814                 have new and rearranged data.
5815
5816 2002-10-23 [martin]     0.8.5claws50
5817
5818         * src/folderview.c
5819         * src/summaryview.c
5820         * src/utils.h
5821         * src/utils.c
5822                 added length parameter to get_abbrev_newsgroup_name()
5823                 changed this function so that it abbreviates the newsgroup
5824                 names only so long it is smaller than the length parameter
5825                 (for better reading of some newsgroup names and space efficiency)
5826
5827 2002-10-22 [colin]      0.8.5claws49
5828
5829         *src/foldersel.c
5830                 Revert Alfons' last modification (after voting ;-))
5831
5832 2002-10-21 [alfons]     0.8.5claws48
5833
5834         * src/foldersel.c
5835                 folder view in folder selection dialog reflects state of
5836                 folder view in main window
5837
5838 2002-10-18 [alfons]     0.8.5claws47
5839
5840         * src/mbox.c
5841                 drop imported messages in folder selected by user,
5842                 and not in the inbox
5843                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
5844
5845 2002-10-18 [alfons]     0.8.5claws46
5846
5847         * src/compose.c
5848                 make automagic reply work correctly for email accounts 
5849                 (whether it's viable to do a full sync with Hiro's 
5850                 compose.c is still under discussion)
5851
5852 2002-10-18 [melvin]     0.8.5claws45
5853
5854         * src/prefs_actions.c
5855                 Fixed bug #622275 where asynchroneous actions left 
5856                 zombies processes
5857                 Made (synchroneous) actions' input be displayed live.
5858
5859 2002-10-18 [christoph]  0.8.5claws44
5860
5861         * src/textview.c
5862                 don't add a newline in the textview in front of the
5863                 first textpart if header display is disabled
5864                 (closes bug [ 603385 ] disabled header display leaves blank
5865                  lin)
5866
5867 2002-10-18 [christoph]  0.8.5claws43
5868
5869         * src/folder.[ch]
5870         * src/imap.c
5871         * src/mbox_folder.c
5872         * src/mh.c
5873         * src/news.c
5874                 folder->get_num_list now returns an error code
5875                 (closes bug [ 609424 ] News cache cleared on failure)
5876                 
5877 2002-10-17 [colin]      0.8.5claws42
5878         
5879         * src/news.c
5880                 Changed a printf by debug_print
5881
5882 2002-10-16 [paul]       
5883
5884         * tools/OOo2sylpheed.pl
5885                 allow for spaces in the name of the
5886                 file to be attached.
5887
5888 2002-10-16 [colin]      0.8.5claws41
5889
5890         * src/main.c
5891                 Use a tristate to change online mode
5892
5893 2002-10-16 [paul]       0.8.5claws40
5894
5895         * po/es.po
5896                 updated by Ricardo Mones Lastra
5897
5898 2002-10-16 [colin]      0.8.5claws39
5899
5900         * src/main.c
5901           src/mainwindow.[ch]
5902                 Added --online and --offline command-line
5903                 switches
5904
5905 2002-10-15 [christoph]  0.8.5claws38
5906
5907         * src/procmime.c
5908                 set mimeinfo->name to NULL after g_free to
5909                 avoid double freeing with g_free
5910
5911 2002-10-14 [christoph]  0.8.5claws37
5912
5913         * src/compose.c
5914         * src/filtering.c
5915         * src/summaryview.c
5916                 remove calls to folder->change_flags that are now
5917                 done by procmsg flag functions (seems it is not
5918                 used by any foldertype anyway)
5919         * src/folder.c
5920                 init folder->change_flags with NULL
5921
5922 2002-10-14 [christoph]  0.8.5claws36
5923
5924         * src/folder.[ch]
5925         * src/imap.[ch]
5926                 use virtual functions for folder item new and destroy
5927                 functions
5928
5929 2002-10-14 [melvin]     0.8.5claws35
5930
5931         * src/compose.c
5932                 Added a test to not run the spell checker if no default
5933                 dictionary is available. No dialog is displayed though.
5934
5935 2002-10-14 [melvin]     0.8.5claws34
5936
5937         * src/gtkaspell.c
5938                 Fixed bug in dictionary list context menu where
5939                 "More..." pointed to an emtpy submenu if the
5940                 number of dictionaries is a multiple of 15
5941                 Removed unneeded code in suggestions list creation
5942
5943 2002-10-14 [paul]       0.8.5claws33
5944
5945         * po/bg.po
5946                 updated by George Danchev
5947
5948 2002-10-13 [hoa]        0.8.5claws32
5949
5950         * src/matcher.[ch]
5951           src/matcher_parser_parser.y
5952                 removed the escaped string from internal structure
5953                 of matcher.
5954
5955 2002-10-12 [colin]      0.8.5claws31
5956
5957         * src/gtksctree.[ch]
5958           src/summaryview.c
5959                 Removed useless function gtksctree_reanchor
5960
5961 2002-10-12 [alfons]     0.8.5claws30
5962         
5963         * sync with remaining main changes 2002-10-09 - 2002-10-11
5964         - drop changes to src/compose.c (requires claws specific changes)
5965         
5966 2002-10-12 [alfons]     0.8.5claws29
5967         
5968         * sync with main changes of 2002-10-08
5969         - drop changes to src/compose.c (requires claws specific changes)
5970         - drop changes to src/summaryview.c (requires changes to compose.c)     
5971
5972 2002-10-12 [alfons]     0.8.5claws28
5973         
5974         * sync with main changes of 2002-10-07
5975
5976 2002-10-12 [alfons]     0.8.5claws27
5977
5978         * sync with main changes of 2002-10-04
5979         - drop changes to src/compose.c (requires claws specific changes)
5980         - drop changes to src/prefs_folder_item.c (claws implementation
5981           seems to be working)
5982
5983 2002-10-12 [colin]      0.8.5claws26
5984
5985         * src/mainwindow.c
5986                 Fix folder-flicker when space-reading, introduced 
5987                 in claws22.
5988
5989 2002-10-12 [colin]      0.8.5claws25
5990
5991         * src/compose.c
5992                 Save account address when saving as draft.
5993                 (closes bug 621838)
5994
5995 2002-10-12 [colin]      0.8.5claws24
5996
5997         * src/summaryview.c
5998                 Fix the problem consisting of no message selected
5999                 after the last message in a folder has been moved.
6000
6001 2002-10-12 [paul]       0.8.5claws23
6002
6003         * src/compose.c
6004           src/prefs_template.c
6005           src/template.[ch]
6006                 add Cc and Bcc to templates. Patch submitted by
6007                 John L. Males.
6008
6009 2002-10-12 [colin]      0.8.5claws22
6010
6011         * src/folderview.c
6012                 Fix a bug after "Check for new messages":
6013                 If a folder was opened, it was still selected at
6014                 the end of the check, but displayed empty.
6015         * src/mainwindow.c
6016                 Remove unnecessary check
6017
6018 2002-10-12 [paul]
6019
6020         * tools/README
6021                 be more verbose in the description of
6022                 OOo2sylpheed.pl
6023                 
6024
6025 2002-10-11 [colin]      0.8.5claws21
6026
6027         * src/mainwindow.c
6028                 Make space work (better) when no mail is selected
6029
6030 2002-10-11 [colin]      0.8.5claws20
6031
6032         * src/inc.c
6033           src/news.c
6034                 fix warnings
6035
6036 2002-10-11 [colin]      0.8.5claws19
6037
6038         * src/mainwindow.c
6039                 revert 0.8.5claws6 changes as i couldn't get to
6040                 anything satisfying
6041
6042 2002-10-11 [melvin]     0.8.5claws18
6043
6044         * src/compose.c
6045                 Removed buggy and unused macro (should have been committed in
6046                 0.8.5claws17)
6047
6048 2002-10-11 [melvin]     0.8.5claws17
6049
6050         * src/compose.c
6051                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
6052
6053 2002-10-11 [thorsten]   0.8.5claws16 
6054
6055         * src/folderview.c
6056                 remove rescan warning
6057
6058 2002-10-11 [colin]      0.8.5claws15 
6059
6060         * src/procheader.c
6061                 fix a segfault that happens if conv_unmime_header
6062                 fails (should be better to find out why it fails)
6063
6064 2002-10-11 [christoph]  0.8.5claws14
6065
6066         * src/summaryview.c
6067                 update folderview stats after ignore/unignore thread
6068
6069 2002-10-11 [hoa]        0.8.5claws13
6070
6071         * src/quote_fmt_parse.y
6072                 Fixed a yacc/bison syntax error
6073         * src/matcher.c
6074                 Escaping of string is fixed.
6075
6076 2002-10-11 [colin]      0.8.5claws12
6077
6078         * src/imageview.c
6079                 Resize images to fit
6080
6081 2002-10-11 [paul]       0.8.5claws11
6082
6083         * po/es.po
6084                 updated by Ricardo Mones Lastra
6085
6086 2002-10-10 [alfons]     0.8.5claws10
6087
6088         * src/compose.c
6089                 allow dropping files by "moving" files from a file manager,
6090                 not only by the more cumbersome "copying". the latter 
6091                 mostly implies holding down the Control button
6092
6093 2002-10-10 [christoph]  0.8.5claws9
6094
6095         * src/summaryview.c
6096                 update folders after thread building for ignored threads
6097
6098 2002-10-10 [christoph]  0.8.5claws8
6099
6100         * config/.cvsignore
6101                 added Makefile
6102         * src/filtering.[ch]
6103         * src/folder.[ch]
6104         * src/folderview.[ch]
6105         * src/import.c
6106         * src/inc.[ch]
6107         * src/mbox.[ch]
6108         * src/procmsg.c
6109         * src/summaryview.[ch]
6110                 o added new flag need_update to FolderItem
6111                 o removed folder_table from various functions from tracking
6112                   folder updates
6113                 o set need_update flags in folder.c's move, copy and delete
6114                   functions and procmsg's flags functions
6115                 o added function folderview_update_items_when_required that
6116                   updates all folders with need_update set
6117                 o call folderview_update_items_when_required instead of
6118                   folderview_update_item_foreach
6119
6120 2002-10-09 [sergey]     0.8.5claws7
6121
6122         * src/compose.c
6123                 Strip CRs whel loading the text into editor in reedit mode.
6124
6125 2002-10-09 [colin]      0.8.5claws6
6126
6127         * src/mainwindow.c
6128                 Make Space work when no mail is selected
6129
6130 2002-10-09 [colin]      0.8.5claws5
6131
6132         * src/gtksctree.[ch]
6133                 Fix range_select
6134                 Add gtk_sctree_reanchor() 
6135         * src/summaryview.c
6136                 Use gtk_sctree_reanchor() - better fix for 
6137                 bug 60413
6138
6139 2002-10-09 [colin]      0.8.5claws4
6140
6141         * src/summaryview.c
6142                 Fix shift-click select after delete problem
6143                 (closes bug 60413)
6144
6145 2002-10-08 [thorsten]   0.8.5claws3
6146
6147         * src/summaryview.c
6148                 exclude current msg from -hide read messages-
6149
6150 2002-10-08 [colin]      0.8.5claws2
6151
6152         * src/inc.[ch]
6153           src/pop.c
6154           src/recv.c
6155                 Differentiate socket errors from disk full
6156                 errors
6157
6158 2002-10-08 [christoph]  0.8.5claws1
6159
6160         * Makefile.am
6161         * configure.in
6162                 modifications for new config directory
6163
6164         * config.guess  ** REMOVED **
6165         * config.sub    ** REMOVED **
6166         * install-sh    ** REMOVED **
6167         * ltmain.sh     ** REMOVED **
6168         * missing       ** REMOVED **
6169         * mkinstalldirs ** REMOVED **
6170                 these files are autogenerated by automake
6171                 when you run autogen.sh
6172
6173         * config/.cvsignore     ** NEW FILE **
6174         * config/Makefile.am    ** NEW FILE **
6175                 ignore autogenerated files
6176                 create a Makefile in this directory
6177
6178 2002-10-08 [paul]       0.8.5claws
6179
6180         * 0.8.5claws release
6181         
6182         * src/compose.c
6183           src/procheader.c
6184           src/procmsg.c
6185                 fix quote reply format for newsgroups reply bug
6186                 (thanks to Hoa)
6187                 
6188         * po/en_GB.po
6189           po/pl.po
6190                 updated by me and Witold Wladyslaw Wojciech Wilk
6191                 repectively
6192
6193 2002-10-07 [paul]       0.8.3claws53
6194
6195         * po/it.po
6196           po/pt_BR.po
6197           po/sr.po
6198                 updated messages catalogs, submitted by
6199                 Alessandro Maestri, Fabio Jr.Beneditto 
6200                 and Urke MMI, respectively.
6201
6202 2002-10-07 [christoph]  0.8.3claws52
6203
6204         * src/folder.[ch]
6205         * src/folderview.c
6206         * src/mainwindow.c
6207                 fix new folder ghost message bug
6208                 (closes bug [ 619722 ] wrong count for newly created folders)
6209
6210 2002-10-07 [christoph]  0.8.3claws51
6211
6212         * src/compose.c
6213                 fix news posting problem
6214
6215 2002-10-07 [melvin]     0.8.3claws50
6216
6217         * po/fr.po
6218                 Updated French translation
6219
6220 2002-10-05 [christoph]  0.8.3claws49
6221
6222         * src/gtkstext.c
6223                 check if line_start_cache is set in gtk_stext_update_text
6224                 (closes bug [ 618119 ] crash while doing search in folder)
6225
6226 2002-10-05 [christoph]  0.8.3claws48
6227
6228         * src/imap.c
6229         * src/news.c
6230         * src/utils.c
6231         * src/utils.h
6232                 implement cache cleanups for claws' folder system
6233                 (closes bug [ 595916 ] imapcache not cleaned up)
6234
6235 2002-10-05 [melvin]     0.8.3claws47
6236
6237         * src/prefs_actions.c
6238                 Made the help text more clear for the %p token
6239
6240 2002-10-04 [paul]       0.8.3claws46
6241
6242         * sync with 0.8.5
6243                 see ChangeLog 2002-10-02 and 2002-10-03
6244
6245 2002-10-04 [christoph]  0.8.3claws45
6246
6247         * src/inc.c
6248                 fix segfault caused by pop before smtp
6249                 call to inc_account_mail with NULL
6250                 pointer for mainwin
6251
6252 2002-10-04 [paul]       0.8.3claws44
6253
6254         * configure.in
6255                 sync the LDAP detection from 0.8.5cvs1
6256
6257 2002-10-02 [christoph]  0.8.3claws43
6258
6259         * po/de.po
6260                 fix small spelling error
6261
6262 2002-10-02 [melvin]     0.8.3claws42
6263
6264         * ac/aspell.m4
6265                 Behave better and say "no" when test program cannot be run.
6266
6267 2002-10-02 [paul]       0.8.3claws41
6268
6269         * sync with 0.8.4cvs1
6270                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
6271                 
6272         * src/summaryview.c
6273                 toggle the behavior of Reply menuitem between
6274                 normal reply and reply-to-list
6275
6276 2002-10-01 [sergey]     0.8.3claws40
6277
6278         * src/compose.c
6279                 Convert newlines in the message text to the canonical form
6280                 before base64 encoding (RFC2045 compliance, fixes some
6281                 interoperability issues with Evolution 1.0.3)
6282
6283 2002-09-29 [colin]      0.8.3claws39
6284
6285         * src/summaryview.c
6286                 Fix an unwanted copy/paste
6287
6288 2002-09-29 [colin]      0.8.3claws38
6289
6290         * src/mainwindow.c
6291                 Renamed "Custom toolbar" to "Customize toolbar"
6292                 Renamed "Show all header" to "Show all headers"
6293                 Renamed "Set diplay item" to "Set displayed items"
6294         * src/prefs_common.c
6295                 Renamed "Show all header" to "Show all headers"
6296         * src/prefs_summary_column.c
6297                 Renamed "diplay item" to "displayed items"
6298
6299 2002-09-29 [colin]      0.8.3claws37
6300
6301         * src/mainwindow.[ch]
6302                 online/offline status pixmaps follow theme
6303                 changes
6304         * src/summaryview.[ch]
6305                 quicksearch pixmap follows theme changes
6306
6307 2002-09-29 [thorsten]   0.8.3claws36
6308
6309         * src/compose.c
6310           src/prefs_folder_item.[ch]
6311                 add default_reply_to folder option (closes patch 581044)
6312
6313 2002-09-29 [christoph]  0.8.3claws35
6314
6315         * acconfig.h    ** REMOVED **
6316         * configure.in
6317         * ac/aspell.m4
6318         * ac/check-type.m4
6319         * ac/gnupg-check-typedef.m4
6320                 fix autoheader 2.50 warning
6321
6322 2002-09-29 [christoph]  0.8.3claws34
6323
6324         * major code cleanup (part 2)
6325         
6326                 - unused variables removed
6327                 - unused functions removed
6328                 - uninitialized variables checked
6329                 - missing return statements added
6330                 - missing function return types added
6331                 - added parentheses around assignment
6332                   when suggested by gcc
6333
6334 2002-09-29 [alfons]     0.8.3claws33
6335
6336         * src/logwindow.c
6337                 log_window_clear(): only bracket gtk_text_forward_delete() 
6338                 with gtk_text_freeze() / gtk_text_thaw() (see if this
6339                 works around GTK text bug)
6340
6341 2002-09-29 [paul]       0.8.3claws32
6342
6343         * po/bg.po
6344           po/sr.po
6345                 updated by George Danchev and Urke MMI
6346                 respectively
6347
6348 2002-09-27 [christoph]  0.8.3claws31
6349
6350         * doc-src/readme.txt
6351         * doc-src/rfc1806.txt   ** REMOVED **
6352         * doc-src/rfc2183.txt   ** NEW FILE **
6353         * doc-src/rfc2980.txt   ** NEW FILE **
6354                 update rfcs
6355
6356 2002-09-27 [melvin]     0.8.3claws30
6357
6358         * ac/aspell.m4
6359                 Fixed typo which could break linking
6360
6361 2002-09-27 [melvin]     0.8.3claws29
6362
6363         * ac/aspell.m4
6364                 Improved GNU/aspell checking. 
6365                 Fixed bug #614490
6366
6367 2002-09-27 [paul]       0.8.3claws28
6368
6369         * sync with 0.8.3cvs8
6370                 see ChangeLog 2002-09-27
6371
6372 2002-09-26 [colin]      0.8.3claws27
6373
6374         * src/toolbar.[ch]
6375           src/mainwindow.[ch]
6376                 Add "Reply to Mailing-list" to the toolbar
6377
6378 2002-09-26 [christoph]  0.8.3claws26
6379
6380         * src/summaryview.c
6381                 Fix wrong message counts in summaryview status
6382
6383 2002-09-26 [paul]       0.8.3claws25
6384
6385         * sync with 0.8.3cvs7
6386                 see ChangeLog 2002-09-26
6387
6388 2002-09-26 [paul]       0.8.3claws24
6389
6390         * sync with 0.8.3cvs6
6391                 see ChangeLog 2002-09-25
6392
6393 2002-09-25 [christoph]  0.8.3claws23
6394
6395         * src/prefs_common.c
6396         * src/prefs_folder_item.c
6397         * src/prefs_scoring.c
6398                 Renamed "kill score" to "hide score" in GUI
6399                 and prefs files
6400
6401 2002-09-25 [paul]       0.8.3claws22
6402
6403         * sync with 0.8.3cvs5
6404                 see ChangeLog 2002-09-24
6405
6406 2002-09-24 [alfons]     0.8.3claws21
6407
6408         patch by Satoshi Nagayasu: allows appending / saving multiple 
6409         selected files (closes "[ 612279 ] save multiple mesg(s) in 
6410         'Save as ...'")
6411
6412         * AUTHORS
6413                 add Satoshi Nagayasu
6414         * src/summaryview.c
6415                 summary_save_as(): allow saving selected files to
6416                 one file
6417                 summary_set_menu_sensitive: enable "Save As..." when
6418                 multiple files are selected
6419         * src/utils.[ch]
6420                 append_file(): new function
6421
6422 2002-09-24 [colin]      0.8.3claws20
6423
6424         * src/procmime.c
6425                 Fix segfault when mimeinfo doesn't have a 
6426                 content_type. 
6427
6428 2002-09-24 [colin]      0.8.3claws19
6429
6430         * src/prefs_common.[ch]
6431                 Add a preference to display send dialog or not
6432         * src/send.c
6433                 Display send dialog according to preference
6434
6435 2002-09-24 [colin]      0.8.3claws18
6436
6437         * src/compose.[ch]
6438                 Disable user actions when sending
6439
6440 2002-09-24 [colin]      0.8.3claws17
6441
6442         * src/procmime.c
6443                 Do not display name or filename for attachments
6444                 with an application/pgp-signature type
6445                 (security flaw, see bug 537413)
6446
6447 2002-09-23 [colin]      0.8.3claws16
6448
6449         * src/editaddress.c
6450                 Initialize entry_email, entry_alias and 
6451                 entry_remarks to first email address of the list
6452
6453 2002-09-23 [colin]      0.83claws15
6454
6455         * src/compose.c
6456                 Drop pgp-signature when reediting a signed queued
6457                 message
6458
6459 2002-09-23 [melvin]     0.8.3claws14
6460
6461         * po/fr.po
6462                 Updated French translation
6463
6464 2002-09-23 [melvin]     0.8.3claws13
6465
6466         * src/mainwindow.c
6467                 Made custom toolbar menu labels more consistent
6468         * src/prefs_toolbar.c
6469                 Made custom toolbar window title more consistent
6470
6471 2002-09-22 [colin]      0.8.3claws12
6472
6473         * src/inc.c
6474                 Initialize session type to normal before getting 
6475                 mail (fixes strange Get behaviour)
6476         * src/prefs_account.h
6477                 Move STYPE_POP_BEFORE_SMTP to last position to 
6478                 avoid other side-effects
6479
6480 2002-09-22 [colin]      0.8.3claws11
6481
6482         * src/prefs_account.c
6483                 Fix pop_bfr_smtp_tm_entry sensivity when switching
6484                 from pop3 to apop or vice-versa
6485
6486 2002-09-22 [colin]      0.8.3claws10
6487         
6488         * src/prefs_account.[ch]
6489                 Add an option for the POP before SMTP timeout
6490         * src/inc.c
6491                 Remember time of last POP connection
6492         * src/send.c
6493                 Do POP before SMTP only if timeout reached
6494
6495 2002-09-22 [oliver]     0.8.3claws9
6496         
6497         * README.claws
6498                 explain custom toolbar
6499
6500 2002-09-22 [oliver]     0.8.3claws8
6501
6502         * src/prefs_actions.[ch]
6503         custom toolbar for compose      
6504                 actions callback from compose toolbar
6505         * src/folderview.c
6506                 remove include toolbar.h
6507
6508 2002-09-22 [oliver]     0.8.3claws7
6509         
6510         * src/prefs_toolbar.[ch]
6511                 custom toolbar for compose
6512                 - generic prefs_toolbar handles both
6513                   Mainwin's toolbar as well as Compose toolbar          
6514
6515 2002-09-22 [oliver]     0.8.3claws6
6516         
6517         * src/toolbar.[ch]
6518                 custom toolbar for compose
6519                 restructure toolbar.[ch]
6520
6521 2002-09-22 [oliver]     0.8.3claws5
6522
6523         * src/compose.[ch]
6524                 custom toolbar for compose
6525
6526 2002-09-22 [oliver]     0.8.3claws4
6527         
6528         * src/mainwindow.[ch]
6529                 custom toolbar for compose 
6530                 move mainwin toolbar back to mainwindow
6531
6532 2002-09-22 [alfons]     0.8.3claws3
6533
6534         * src/procmsg.c
6535                 :%sno/if(/if (/gc
6536                 :%sno/for(/for (/gc
6537                 (beautify)
6538
6539 2002-09-22 [alfons]     0.8.3claws2
6540         
6541         * src/procmsg.c
6542                 procmsg_save_to_outbox(): don't unlink message file from queue;
6543                 callers should do it using folder_item_remove_msg()
6544
6545 2002-09-22 [colin]      0.8.3claws1
6546
6547         * src/mimeview.[ch]
6548                 Made mimeview_check_signature() public
6549         * src/textview.c
6550                 Made GPG signatures verifiable by clicking
6551                 the [application/pgp-signature] in the Text
6552                 view
6553
6554 2002-09-22 [paul]       0.8.3claws
6555
6556         * po/bg.po
6557           po/en_GB.po
6558           po/es.po
6559           po/it.po
6560           po/pl.po
6561           po/pt_BR.po
6562           po/sr.po
6563                 updated translations, submitted by George Danchev,
6564                 me, Ricardo Mones Lastra, Alessandro Maestri,
6565                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
6566                 and Urke MMI, respectively.     
6567
6568 2002-09-22 [alfons]     0.8.2claws65
6569
6570         * src/procmsg.c
6571         * src/pgptext.c
6572                 no furry valgrinds have been used to plug these memleaks
6573
6574 2002-09-20 [paul]       0.8.2claws64
6575
6576         * sync with 0.8.3cvs4
6577                 'Select thread' re-implemented 
6578                 see ChangeLog 2002-09-20
6579
6580 2002-09-21 [alfons]     0.8.2claws63
6581
6582         * src/compose.c
6583                 compose_send(): plug unnoticed memleak
6584
6585 2002-09-20 [alfons]     0.8.2claws62
6586
6587         * src/addr_compl.c
6588                 replace_address_in_edit(): strict check for NULL address to
6589                 fix "[ 607348 ] Segfault in address completion". My guess is
6590                 that this happens with an empty address book, but it's good
6591                 to have this check here anyway
6592                 
6593                 completion_window_button_press(): free string returned 
6594                 from the internal cache
6595
6596 2002-09-20 [christoph]  0.8.2claws61
6597
6598         * src/procmime.h
6599                 added ENC_BINARY to EncodingType
6600         * src/procmime.c
6601                 the string returned by procmime_get_encoding_str
6602                 should not depend on the order of values in the
6603                 EncodingType definition
6604         * doc-src/rfc1806.txt   ** NEW FILE **
6605                 Added rfc1806 about MIME Content-Disposition
6606                 Extension
6607
6608 2002-09-19 [paul]       0.8.2claws60
6609
6610         * sync with 0.8.2cvs3
6611                 see ChangeLog 2002-09-19
6612
6613 2002-09-19 [paul]       0.8.2claws59
6614
6615         * src/prefs_folder_item.c
6616                 revert to Darko's original alignment of colour
6617                 selector button
6618                 add a colon to folder_color label
6619                 
6620         * src/compose.c
6621                 add Colin's patch (with Hiro's modifications) to 
6622                 force BASE64 encoding for 8-bit text when signing
6623                 (sync with 0.8.3cvs2)
6624
6625 2002-09-18 [alfons]     0.8.2claws58
6626
6627         * src/compose.c
6628                 :%sno/if(/if (/gc
6629                 :%sno/for(/for (/gc
6630                 (beautify a little bit)
6631
6632 2002-09-18 [christoph]  0.8.2claws57
6633
6634         * src/pine.c
6635                 fix handling of fgetc return value
6636
6637 2002-09-17 [alfons]     0.8.2claws56
6638         
6639         * src/summaryview.c
6640                 summary_sort(): check non-NULL summaryview->folder_item when no 
6641                 folder is selected at all
6642                 (closes "[ 610344 ] sort label make syl Crash")
6643
6644 2002-09-17 [alfons]     0.8.2claws55
6645         
6646         * src/compose.c
6647                 beautify a little bit
6648
6649 2002-09-17 [christoph]  0.8.2claws54
6650
6651         * src/folder.c
6652                 initialize max values for cache and folder
6653                 when cache or folder is empty
6654
6655 2002-09-15 [colin]      0.8.2claws53
6656
6657         * src/compose.c
6658                 Fix a leak (thanks Alfons!) and cleaned
6659                 variables names for custom headers
6660
6661 2002-09-15 [colin]      0.8.2claws52
6662
6663         * src/compose.c
6664                 Fix custom headers recognition when
6665                 prefs_common.trans_hdr is on
6666
6667 2002-09-15 [colin]      0.8.2claws51
6668
6669         * src/compose.c
6670                 Allow dynamically-added custom headers
6671                 Yet not reparsed if reedited
6672
6673 2002-09-15 [alfons]     0.8.2claws50
6674
6675         * src/prefs_account.c
6676                 fix warnings
6677
6678 2002-09-15 [colin]      0.8.2claws49
6679         
6680         * src/prefs_account.c
6681                 fix pop_before_smtp sensitivity
6682
6683 2002-09-15 [colin]      0.8.2claws48
6684
6685         * src/inc.[ch]
6686                 add inc_pop_before_smtp()
6687                 allow MainWindow to be undefined in 
6688                 inc_account_mail() and inc_start()
6689         * src/pop.c
6690           src/prefs_account.h
6691                 add STYPE_POP_BEFORE_SMTP session type
6692         * src/prefs_account.c
6693                 activated pop before smtp option
6694         * src/send.c
6695                 do pop before smtp if the relevant option 
6696                 is set
6697
6698 2002-09-15 [paul]       0.8.2claws47
6699
6700         * sync with 0.8.3
6701                 see ChangeLog 2002-09-15
6702
6703 2002-09-14 [paul]       0.8.2claws46
6704
6705         * po/bg.po
6706                 updated Bulgarian translation, submitted by
6707                 George Danchev
6708
6709 2002-09-13 [paul]       0.8.2claws45
6710
6711         * src/compose.c
6712                 merge claws' select_account() with main's
6713                 (new) compose_select_account(). [sync with
6714                 0.8.2cvs15, see ChangeLog 2002-09-11]
6715
6716 2002-09-12 [christoph]  0.8.2claws44
6717
6718         * src/filter.c
6719                 allocate 1 elements of FolderItem not 0
6720
6721 2002-09-12 [colin]      0.8.2claws43
6722
6723         * src/compose.c
6724                 Fix bug #590825 (obey Follow-up: poster)
6725
6726 2002-09-12 [colin]      0.8.2claws42
6727
6728         * src/procmime.c
6729                 Fix bug #557009 (wrong headers for messages 
6730                 forwarded as attachments)
6731
6732 2002-09-11 [colin]      0.8.2claws41
6733         
6734         * src/compose.c
6735                 Put SCF: pseudo-header on top of message
6736                 Set draft tmp_flag when saved as draft
6737
6738         * src/procmsg.c
6739           src/procheader.c
6740                 Skip after first \n\n for beginning of real message
6741                 for drafts too
6742
6743 2002-09-11 [christoph]  0.8.2claws40
6744
6745         * src/filtering.c
6746                 use procmsg flag functions in filtering or processing
6747                 will cause incorrect folder message counts
6748
6749 2002-09-11 [colin]      0.8.2claws39
6750
6751         * src/compose.c
6752                 Fix bug #550175 - wrong save folder when reediting
6753                 drafts
6754
6755 2002-09-11 [paul]       0.8.2claws38
6756
6757         * sync with 0.8.2cvs14
6758                 see ChangeLog 2002-09-11
6759
6760 2002-09-11 [colin]      0.8.2claws37
6761
6762         * src/folder.c
6763                 Fix a typo (seeming to cause new/unread status to
6764                 be lost)
6765
6766 2002-09-10 [christoph]  0.8.2claws36
6767
6768         * src/compose.c
6769                 compose_redirect should not use compose_generic_new
6770                 because that does more stuff than expected including
6771                 opening the external editor
6772                 (closes bug "[ 526608 ] bounced messages appear blank
6773                  in editor")
6774
6775 2002-09-10 [christoph]  0.8.2claws35
6776
6777         * src/folder.c
6778                 fix problem with too large message number range
6779                 causing a crash in folder_item_scan
6780
6781 2002-09-10 [paul]       0.8.2claws34
6782
6783         * sync with 0.8.2cvs13
6784                 see ChangeLog 2002-09-10
6785
6786 2002-09-10 [christoph]  0.8.2claws33
6787
6788         * src/msgcache.c
6789                 set MsgInfo TmpFlags for queue and draft folders
6790                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
6791
6792 2002-09-10 [paul]       0.8.2claws32
6793
6794         * AUTHORS
6795           po/bg.po      ** NEW FILE **
6796                 new Bulgarian translation submitted by
6797                 George Danchev <danchev@spnet.net>
6798                 
6799         * tools/Makefile.am
6800           tools/README
6801           tools/tb2sylpheed     ** NEW FILE **
6802                 add script that converts an addressbook exported
6803                 from The Bat! into a Sylpheed addressbook. Submitted
6804                 by Urke MMI <urke-kg@eunet.yu>
6805
6806 2002-09-10 [paul]       0.8.2claws31
6807
6808         * sync with 0.8.2cvs12
6809                 see ChangeLog 2002-09-10
6810
6811 2002-09-06 [paul]       0.8.2claws30
6812
6813         * src/prefs_common.c
6814                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
6815                 
6816         * tools/Makefile.am
6817           tools/README
6818           tools/ldif-to-xml.py  ** REMOVED **
6819                 remove obsolete python script
6820
6821 2002-09-06 [paul]       0.8.2claws29
6822
6823         * sync with 0.8.2cvs10
6824                 see ChangeLog 2002-09-06
6825
6826 2002-09-04 [paul]       0.8.2claws28
6827
6828         * sync with 0.8.2cvs9
6829                 see ChangeLog 2002-08-04
6830
6831 2002-09-04 [colin]      0.8.2claws27 
6832
6833         * src/prefs_common.[ch]
6834                 Added signature color configuration
6835         * src/textview.c
6836                 Use user-specified signature color
6837
6838 2002-09-03 [colin]      0.8.2claws26
6839
6840         * src/prefs_common.[ch]
6841                 Added autosave and autosave_length prefs
6842         * src/compose.c
6843                 Added compose_remove_draft()
6844                 Auto-save drafts according to the prefs
6845         * src/main.c
6846                 Added a crash-indicator file, allowing to check
6847                 for new messages on startup if Sylpheed crashed
6848                 (makes saved drafts "reappear")
6849
6850 2002-09-03 [colin]      0.8.2claws25
6851
6852         * src/textview.[ch]
6853                 Grey the signature
6854
6855 2002-09-03 [paul]       0.8.2claws24
6856
6857         * sync with 0.8.2cvs8
6858                 see ChangeLog 2002-09-02 and 2002-09-03
6859
6860 2002-09-03 [darko]      0.8.2claws23
6861
6862         * src/folderview.c
6863                 use normal style when creating new folder to pick
6864                 proper font size 
6865
6866 2002-09-02 [melvin]     0.8.2claws22
6867
6868         * src/gtkaspell.m4
6869                 removed some obsolete code
6870
6871 2002-09-02 [melvin]     0.8.2claws21
6872
6873         * ac/aspell.m4
6874                 fixed test's equality sign (== to =)
6875
6876 2002-09-02 [alfons]     0.8.2claws20
6877
6878         * src/folder.c
6879         * src/mh.c
6880                 revert change of 0.8.2claws16 and use the mh_folder_destroy
6881                 as folder->destroy virtual as suggested by Hiro
6882                 (the mh.c code seems to have been lost around mh.c.1.21)
6883
6884 2002-09-02 [paul]       0.8.2claws19
6885
6886         * po/pt_BR.po
6887                 updated by Fabio Jr. Beneditto
6888                 
6889         * src/defs.h
6890                 use 'http://claws.sylpheed.org' for homepage link. 
6891                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
6892
6893 2002-09-01 [alfons]     0.8.2claws18
6894
6895         * src/mh.c
6896                 plug memleak related to one Martin Kluge found
6897
6898 2002-08-31 [paul]       0.8.2claws17
6899
6900         * sync with 0.8.2cvs6
6901                 see ChangeLog 2002-08-30
6902
6903 2002-08-31 [alfons]     0.8.2claws16
6904
6905         * src/folder.c
6906                 folder_destroy(): remove mailbox from folderlist even if it has
6907                 no destroy virtual
6908
6909 2002-08-31 [alfons]     0.8.2claws15
6910
6911         * src/folder.c
6912                 :%sno/if(/if (/gc
6913                 :%sno/for(/for (/gc
6914                 (being pedantic I know)
6915
6916 2002-08-31 [alfons]     0.8.2claws14
6917
6918         * src/folder.c
6919                 check for NULL pointers returned from folder->fetch_msginfo virtual
6920                 (should solve some reported crashes)
6921
6922 2002-08-30 [alfons]     0.8.2claws13
6923
6924         * acconfig.h
6925         * configure.in
6926         * src/crash.c
6927                 enable crash dialog on compilation time
6928                 (--enable-crash-dialog configure option)
6929
6930 2002-08-30 [alfons]     0.8.2claws12
6931
6932         * AUTHORS
6933                 add Martin Kluge
6934         * src/mh.c
6935                 apply memory leak plug patch by Martin Kluge
6936                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6937                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6938                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6939
6940 2002-08-30 [darko]      0.8.2claws11
6941
6942         * src/folderview.c
6943                 copy Gtk style from normal style to match
6944                 font size for coloured folders
6945
6946 2002-08-29 [alfons]     0.8.2claws10
6947
6948         * sylpheed.desktop
6949                 Type=Internet <- Type=Application
6950                 (reported by Michael Schwendt, see:
6951                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6952                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6953
6954 2002-08-29 [paul]       0.8.2claws9
6955
6956         * sync with 0.8.2cvs5
6957                 see ChangeLog 2002-08-29
6958
6959 2002-08-29 [colin]      0.8.2claws8
6960
6961         * src/summaryview.c
6962                 Added a sanity check in summary_select_thread
6963                 Should fix bug 601605
6964
6965 2002-08-29 [colin]      0.8.2claws7
6966
6967         * src/main.c
6968                 Revert claws6 changes regarding bug #591676
6969
6970 2002-08-28 [colin]      0.8.2claws6
6971         
6972         * src/main.c
6973                 Ignore cache for queue folderitems
6974                 Fix bug #591676
6975
6976 2002-08-28 [melvin]     0.8.2claws5
6977
6978         * README.claws
6979                 Fixed typos.
6980
6981 2002-08-28 [melvin]     0.8.2claws4
6982
6983         * README.claws
6984                 Updated a bit the text concerning the spell checker
6985
6986 2002-08-28 [melvin]     0.8.2claws3
6987
6988         Merged the GNU_aspell_branch:
6989                 Support of new GNU/aspell is now included and the old pspell
6990                 is not supported anymore.
6991                 See README.claws
6992
6993         * README.claws
6994                 Updated spell checker text to reflect the switch to GNU/aspell
6995
6996         * ac/aspell.m4          *** NEW ***
6997         * src/gtkaspell.[ch]    *** NEW *** 
6998         * ac/pspell.m4          *** DELETED *** 
6999         * src/gtkspell.[ch]     *** DELETED ***
7000
7001         * ac/Makefile.am
7002                 Updated for GNU/aspell support
7003
7004         * po/POTFILES.in
7005                 Replaced gtkspell.c by gtkaspell.c
7006
7007         * acconfig.h
7008         * src/Makefile.am
7009         * src/about.c
7010         * src/compose.[ch]
7011         * src/crash.c
7012         * src/main.c
7013         * src/prefs_common.[ch]
7014                 Updated for GNU/aspell support
7015
7016 2002-08-28 [paul]       0.8.2claws2
7017
7018         * sync with 0.8.2cvs4
7019                 see ChangeLog 2002-08-27 and 2002-08-28
7020
7021 2002-08-28 [colin]      0.8.2claws1
7022
7023         * src/summary_search.c
7024                 Added "AND search"
7025
7026 2002-08-28 [jens]       0.8.2claws
7027
7028         *po/de.po
7029                 Updated German translations
7030
7031 2002-08-27 [melvin]     0.8.2claws
7032
7033         * po/fr.po
7034                 Updated French translations
7035
7036 2002-08-27 [paul]       0.8.2claws
7037
7038         * sync with 0.8.2 main release
7039
7040         * po/en_GB.po
7041           po/es.po
7042           po/it.po
7043           po/pl.po
7044           po/pt_BR.po
7045           po/sr.po
7046                 updated message catalogs submitted by
7047                 Ricardo Mones Lastra, Alessandro Maestri,
7048                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
7049                 Beneditto and Urke MMI  
7050
7051 2002-08-27 [hoa]        0.8.1claws123
7052
7053         * src/mainwindow.[ch]
7054         * src/summaryview.[ch]
7055                 removed the "filter setting" menu option.
7056                 add a "cancel a news message" menu option.
7057
7058 2002-08-26 [martin]     0.8.1claws122
7059
7060         * ChangeLog.claws
7061                 changed string under 0.8.1claws79 changed by myself
7062                 i'm sorry alfons :(
7063
7064 2002-08-26 [martin]     0.8.1claws121
7065
7066         * src/crash.c
7067                 added kill command to debuggerrc to start crash dialog
7068
7069 2002-08-26 [paul]       0.8.1claws120
7070
7071         * sync with 0.8.1cvs31
7072                 see ChangeLog 2002-08-26
7073
7074 2002-08-25 [alfons]     0.8.1claws119
7075
7076         * src/procmsg.c
7077                 fix bug that didn't send out correct headers to news server
7078                 when sending news article and email from queue (bug reported
7079                 and patch provided by Tim Mann; closes bug 
7080                 "[ 583196 ] 0.7.8claws can't post news")
7081
7082 2002-08-25 [alfons]     0.8.1claws118
7083
7084         * src/selective_download.c
7085                 mark two strings as translatable
7086                 (thanks to Urke MMI for pointing this out)
7087
7088 2002-08-25 [alfons]     0.8.1claws117
7089
7090         * src/summaryview.c
7091                 treat sent boxes as special and allow sorting them by addressee
7092                 (closes "[ 589418 ] Sent folder sorting misbehavior"
7093                 submitted by Steve Lamb)
7094
7095 2002-08-24 [alfons]     0.8.1claws116
7096
7097         * src/matcher.c
7098                 fix memleak reported by Martin Kluge
7099                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
7100
7101 2002-08-24 [oliver]     0.8.1claws115
7102
7103         * src/prefs_toolbar.c
7104                 o code cleanup as suggested by Alfons
7105                 o memleak fix
7106
7107 2002-08-24 [alfons]     0.8.1claws114
7108
7109         * src/summaryview.c
7110                 o fix another memory leak reported by Martin Kluge
7111                   (see "[ 599568 ] Small Memory Leak")
7112                 o remove 'from' variable from 'summary_set_header()'; we can
7113                   do with just 'to' 
7114
7115 2002-08-24 [paul]       0.8.1claws113
7116
7117         * sync with 0.8.1cvs30
7118                 see ChangeLog 2002-08-23
7119
7120 2002-08-24 [alfons]     0.8.1claws112
7121
7122         * src/summaryview.c
7123                 remove unnecessary allocations for search bar fixing leaks
7124                 reported by Martin Kluge
7125                 (see "[ 599451 ] Further memory leaks?")
7126
7127 2002-08-24 [alfons]     0.8.1claws111
7128
7129         * src/main.c
7130                 make get_socket_name() public for crash.c
7131         * src/crash.c
7132                 o make report bug button work (goes to claws' 
7133                   bug tracker at sf.net)
7134                 o introduce function for doing important stuff just
7135                   before claws goes down
7136                 o clean up code 
7137
7138 2002-08-24 [alfons]     0.8.1claws110
7139
7140         * src/compose.c
7141                 move cursor to "To" entry when forwarding as attachment
7142                 (reported and solved by Steve Lamb, closes bug report
7143                 "[ 592880 ] Forward as attachment; cursor not in to")
7144
7145 2002-08-24 [colin]      0.8.1claws109
7146
7147         * src/mainwindow.c
7148                 fix quick search visibility after GUI (de)separations.
7149
7150 2002-08-23 [colin]      0.8.1claws108
7151
7152         * src/mainwindow.c
7153                 fix header pane visibility after folderview or
7154                 messageview (de)separation
7155
7156 2002-08-23 [paul]       0.8.1claws107
7157
7158         * src/mainwindow.[ch]
7159           src/toolbar.c
7160                 give full control of display or non-display 
7161                 of the Execute icon to Custom toolbar settings.
7162                 add new sensitivity condition to maninwindow.h: 
7163                 M_DELAY_EXEC
7164
7165         * ChangeLog
7166           ChangeLog.jp
7167           NEWS
7168                 more sync with 0.8.1cvs29
7169
7170 2002-08-23 [melvin]     0.8.1claws106
7171
7172         * src/alertpanel.c
7173                 Readded support for custom widget in alertpanel lost in last
7174                 sync.
7175
7176 2002-08-23 [paul]       0.8.1claws105
7177
7178         * sync with 0.8.1cvs29
7179                 see ChangeLog 2002-08-23
7180
7181 2002-08-23 [colin]      0.8.1claws104
7182
7183         * src/summaryview.c
7184                 Fix folder and search pixmaps exchanging positions
7185                 after theme or toolbar changes. Thank to Oliver for 
7186                 reporting this.
7187
7188 2002-08-23 [colin]      0.8.1claws103
7189
7190         * src/mainwindow.c
7191           src/messageview.[ch]
7192           src/noticeview.[ch]
7193           src/summaryview.c
7194                 Changed messageview_create() and noticeview_create()
7195                 to avoid the last gdk_warning
7196
7197 2002-08-22 [colin]      0.8.1claws102
7198
7199         * src/summaryview.c
7200                 Fix my new `Creating pixmap from xpm' warning
7201
7202 2002-08-22 [colin]      0.8.1claws101
7203
7204         * src/mainwindow.c
7205                 Fix some of the gdk warnings
7206
7207 2002-08-22 [colin]      0.8.1claws100
7208
7209         * src/Makefile.am
7210         * src/stock_pixmap.c
7211         * src/stock_pixmap.h
7212         * src/pixmaps/quicksearch.xpm *ADDED*
7213                 Add the quicksearch pixmap
7214         * src/mainwindow.c
7215         * src/summaryview.c
7216         * src/summaryview.h
7217                 Make quicksearch bar visible/hidden via a button
7218
7219 2002-08-22 [christoph]  0.8.1claws99
7220
7221         * src/folder.c
7222                 fix folder update for newsgroups with message
7223                 numbers below minimum number of articles to fetch
7224                 (closes bug #598445)
7225
7226 2002-08-22 [paul]       0.8.1claws98
7227
7228         * sync with 0.8.1cvs28
7229                 see ChangeLog 2002-08-22
7230
7231 2002-08-21 [alfons]     0.8.1claws97
7232
7233         * src/crash.c
7234                 use bt instead of bt full which seems to work 
7235                 better, and bt full doesn't give a great deal 
7236                 of information anyway
7237
7238 2002-08-21 [colin]      0.8.1claws96
7239
7240         * src/summaryview.c
7241                 fix summaryview_searchtype_changed prototype
7242
7243 2002-08-21 [christoph]  0.8.1claws95
7244
7245         * src/mainwindow.c
7246                 o fix broken menu update for sorting type, we have to
7247                   get this info from the summaryview now
7248                 o removed setting of threaded state in menu callback
7249         * src/summaryview.[ch]
7250                 more summaryview/folderitem seperation for
7251                 threading option
7252         * configure.in
7253                 removed not required --with-compiler-flags option
7254
7255 2002-08-21 [oliver]     0.8.1claws94
7256         
7257         * src/toolbar.h 
7258                 o rename toolbar.xml to toolbar_main.xml
7259                   since toolbar_compose.xml might come up 
7260                   any time soon
7261         * README.claws
7262                 add custom toolbar              
7263
7264 2002-08-21 [darko]      0.8.1claws93
7265
7266         * src/procmsg.c
7267                 don't reset tmp flags for messages copied
7268                 to sent folder
7269
7270 2002-08-21 [colin]      0.8.1claws92
7271         
7272         * src/prefs_filtering.c
7273                 fix renaming rules on folder rename 
7274                 when folder is not a leaf folder
7275
7276 2002-08-21 [paul]       0.8.1claws91
7277
7278         * src/prefs_folder_item.c
7279                 fix alignment of colour selector
7280
7281 2002-08-21 [paul]       0.8.1claws90
7282
7283         * sync with 0.8.1cvs27
7284                 see ChangeLog 2002-08-21
7285
7286 2002-08-21 [paul]       0.8.1claws89
7287
7288         * src/summaryview.c
7289                 fix crash when changing field type in
7290                 Quick search bar
7291
7292 2002-08-21 [colin]      0.8.1claws88
7293
7294         * src/summaryview.c
7295                 Made quick search case-insensitive
7296
7297 2002-08-21 [paul]       0.8.1claws87
7298
7299         * sync with 0.8.1cvs26
7300                 see ChangeLog 2002-08-21
7301
7302 2002-08-20 [christoph]  0.8.1claws86
7303
7304         * src/folderview.c
7305         * src/main.c
7306         * src/summaryview.[ch]
7307                 more summaryview/folderitem seperation for
7308                 sort_key and sort_type
7309         * src/procmsg.c
7310                 added missing return statement
7311
7312 2002-08-20 [colin]      0.8.1claws85
7313
7314         * src/summaryview.[ch]
7315                 Added a quick search box
7316         * src/mainwindow.c
7317         * src/prefs_common.[ch]
7318                 Added a show/hide option for the quick search
7319
7320 2002-08-20 [oliver]     0.8.1claws84
7321         
7322         * src/mainwindow.c
7323                 remove toolbar_create_popups
7324         * src/toolbar.[ch]
7325                 o remove toolbar_create_popups
7326                 o fix toolbar_set_sensitive 
7327                   (Bug reports #596834 and #596832)     
7328         * src/prefs_toolbar.c
7329                 o add "Set default" button
7330                 o align label and text + combo widgets
7331
7332 2002-08-20 [hoa]        0.8.1claws83bis
7333
7334         * src/imap.c
7335                 fixed a bug in imap_fetch_msginfo() in case there is no
7336                 current folder.
7337
7338 2002-08-20 [darko]      0.8.1claws83
7339
7340         * src/folderview.c
7341                 copy the color style of folder view so it
7342                 works with GTK themes
7343
7344 2002-08-20 [darko]      0.8.1claws82
7345
7346         * src/folder.h
7347         * src/folderview.c
7348         * src/prefs_folder_item.[hc]
7349                 don't use UI stuff in folder.h
7350
7351 2002-08-20 [darko]      0.8.1claws81
7352
7353         * src/folder.h
7354         * src/prefs_folder_item.h
7355         * src/folderview.c
7356         * src/prefs_folder_item.c
7357                 ability to set folder color in folderview
7358
7359 2002-08-19 [alfons]     0.8.1claws80
7360
7361         * src/summaryview.c
7362                 fix one of the earlier memleaks reported by Martin Kluge
7363
7364 2002-08-19 [alfons]     0.8.1claws79
7365
7366         * src/mainwindow.c
7367                 hide notice view when selecting seperate folder
7368                 view (reported by Urke MMI)
7369
7370 2002-08-19 [christoph]  0.8.1claws78
7371
7372         * src/folderview.c
7373         * src/prefs_folder_item.h
7374         * src/summaryview.[ch]
7375                 o add summary_set_prefs_from_folderitem to set
7376                   summaryview prefs (first step to remove all
7377                   references to the folderitem in summaryview)
7378                 o moved compiled regex stuff from folderitem prefs
7379                   to summaryview code
7380
7381 2002-08-19 [paul]       0.8.1claws77
7382
7383         * src/compose.c
7384                 add check for '.' to QUOTE_IF_REQUIRED
7385
7386 2002-08-19 [paul]       0.8.1claws76
7387
7388         * src/inc.c
7389                 sync with 0.8.1cvs25 (plug memory leak)
7390
7391         * src/prefs_toolbar.c
7392                 re-order prefs_toolbar_cancel()
7393
7394 2002-08-18 [alfons]     0.8.1claws75
7395
7396         * src/inc.c
7397         * src/matcher.c
7398                 plug other memleaks reported by Martin Kluge
7399
7400 2002-08-18 [paul]       0.8.1claws74
7401
7402         * po/pt_BR.po
7403                 updated by Fabio Jr. Beneditto
7404
7405 2002-08-18 [paul]       0.8.1claws73
7406
7407         * src/toolbar.[ch]
7408                 fix bug where tooltips were displayed untranslated              
7409
7410         * src/prefs_toolbar.c
7411                 fix bug where clicking 'Cancel' creates an icon & text
7412                 toolbar regardless of prefs
7413         
7414
7415 2002-08-17 [oliver]     0.8.1claws72
7416
7417         * src/prefs_toolbar.c
7418                 update toolbar on CANCEL
7419                 bug reported by Martin Kluge
7420         * src/toolbar.c
7421                 toolbar_destroy memleak fixed           
7422
7423 2002-08-17 [alfons]     0.8.1claws71
7424
7425         * src/toolbar.c
7426                 plug another memleak reported by Martin Kluge
7427
7428 2002-08-16 [alfons]     0.8.1claws70
7429
7430         * src/crash.c
7431                 use execvp() correctly (suggested by wwp; thanks!)
7432
7433 2002-08-16 [alfons]     0.8.1claws69
7434
7435         * src/gtksctree.c
7436                 plug memory leak reported by Kim Schultz & Martin Kluge
7437
7438 2002-08-16 [paul]       0.8.1claws68
7439
7440         * po/es.po
7441                 updated by Ricardo Mones Lastra
7442
7443 2002-08-16 [paul]       0.8.1claws67
7444
7445         * src/toolbar.h
7446                 fix bug where 'Compose News' icon showed wrong
7447                 tooltip
7448
7449 2002-08-16 [paul]       0.8.1claws66
7450
7451         * sync with 0.8.1cvs24
7452                 see ChangeLog 2002-08-16
7453
7454         * po/it.po
7455                 updated by Alessandro Maestri
7456
7457 2002-08-15 [paul]       0.8.1claws65
7458
7459         * po/sr.po
7460                 updated by Urke MMI
7461
7462 2002-08-15 [paul]       0.8.1claws64
7463
7464         * src/*.c
7465                 don't translate debug info
7466
7467         * src/matcher.[ch]
7468                 add copyright info
7469
7470 2002-08-15 [paul]       0.8.1claws63
7471
7472         * src/prefs_toolbar.c
7473                 fix bug where clicking 'OK' creates an icon & text
7474                 toolbar regardless of prefs
7475
7476 2002-08-14 [alfons]     0.8.1claws62
7477
7478         * src/main.c
7479                 add global var that has the full argv[0]
7480         * src/crash.c
7481                 o execvp the correct sylpheed by using argv0
7482                   and setting the correct work dir
7483                 o other tweaks  
7484
7485 2002-08-14 [oliver]     0.8.1claws61
7486         
7487         * enable/disable Toolbar Action Buttons 
7488         * code cleanups
7489         * src/mainwindow.c
7490         * src/toolbar.[ch]      
7491         * src/prefs_toolbar.c   
7492
7493 2002-08-14 [melvin]     0.8.1claws60
7494
7495         * po/fr.po
7496                 Updated French translations
7497
7498 2002-08-14 [melvin]     0.8.1claws59
7499
7500         * src/crash.c
7501                 Made bug report not translatable
7502         * src/exporthtml.c
7503                 Fixed exporthtml_build_filespec() return value
7504         * src/foldersel.c
7505                 Fixed incorrect include file
7506         * src/gtkspell.c
7507         * src/prefs_actions.c
7508         * src/prefs_toolbar.c
7509                 Made debug info not translatable
7510         * src/mutt.c
7511         * src/quote_fmt.c
7512                 Added missing includes
7513         * src/prefs_common.c
7514                 Fixed typo
7515
7516 2002-08-14 [paul]       0.8.1claws58
7517
7518         * faq/es/sylpheed-faq.html
7519           faq/es/sylpheed-faq-[1-3].html
7520           faq/es/sylpheed-faq-4.html     **NEW FILE **
7521                 update Spanish FAQ
7522
7523 2002-08-13 [christoph]  0.8.1claws57
7524
7525         * src/procmsg.c
7526                 ignore thread fix that did not mark all
7527                 child nodes of a ignored thread as
7528                 ignored. Does not work perfectly yet,
7529                 but it is better now
7530
7531 2002-08-13 [alfons]     0.8.1claws56
7532
7533         * src/crash.c
7534                 o implement 'save crash log'
7535                 o some tweaks
7536
7537 2002-08-13 [melvin]     0.8.1claws55
7538
7539         * src/main.c
7540                 removed unrequired "execinfo.h" header
7541
7542 2002-08-12 [paul]       0.8.1claws54
7543
7544         * faq/en/sylpheed-faq.html
7545           faq/en/sylpheed-faq-[1-3].html
7546           faq/en/sylpheed-faq-4.html     **NEW FILE **
7547                 update English FAQ
7548
7549 2002-08-12 [alfons]     0.8.1claws53
7550
7551         * po/POTFILES.in
7552                 add crash.c to translatables
7553         * src/crash.c
7554                 bring in Leandro's crash dialog
7555
7556 2002-08-11 [alfons]     0.8.1claws52
7557
7558         * src/crash.c
7559                 clean up some warnings
7560
7561 2002-08-11 [alfons]     0.8.1claws51
7562
7563         * acconfig.h
7564         * configure.in
7565         * src/crash.[ch]        ** NEW FILES **
7566         * src/main.c            
7567                 initial gdb crash handler
7568
7569 2002-08-11 [paul]       0.8.1claws50
7570
7571         * src/prefs_toolbar.c
7572                 replace Up/Down arrow pixmaps with text to be
7573                 consistent across icon themes
7574
7575 2002-08-11 [paul]       0.8.1claws49
7576
7577         * src/prefs_common.c
7578           src/prefs_toolbar.c
7579                 rename 'Pixmap' -> 'Icon'
7580
7581         * src/toolbar.[ch]
7582                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
7583
7584 2002-08-10 [paul]       0.8.1claws48
7585
7586         * src/prefs_toolbar.c
7587                 re-work the UI
7588
7589 2002-08-10 [paul]       0.8.1claws47
7590
7591         * src/main.c
7592                 don't write Processing progress to status bar
7593                 patch submitted by Alexander Evseev
7594
7595         * src/prefs_toolbar.c
7596                 re-position and resize window
7597                 make window assume correct size on first call
7598
7599 2002-08-10 [paul]       0.8.1claws46
7600
7601         * src/mainwindow.c
7602           src/prefs_toolbar.c
7603           src/toolbar.c
7604           src/toolbar.h
7605                 obey coding style
7606                 follow UI text conventions
7607
7608 2002-08-10 [alfons]     0.8.1claws45
7609
7610         * src/toolbar.c
7611                 correct pixmap for delete action
7612
7613 2002-08-10 [paul]       0.8.1claws44
7614
7615         * po/pt_BR.po
7616                 updated by Fabio Jr. Beneditto
7617
7618 2002-08-10 [paul]       0.8.1claws43
7619
7620         * po/POTFILES.in
7621                 add custom toolbar files
7622
7623 2002-08-10 [paul]       0.8.1claws42
7624
7625         * sync with 0.8.1cvs22
7626                 see ChangeLog 2002-08-09
7627
7628 2002-08-09 [paul]       0.8.1claws41
7629
7630         * tools/Makefile.am
7631           tools/README
7632           tools/outlook2sylpheed.pl     ** NEW FILE **
7633                 add script to convert exported Outlook
7634                 contacts list to a Sylpheed addressbook.
7635                 Submitted by Ricardo Mones Lastra.
7636
7637 2002-08-09 [paul]       0.8.1claws40
7638
7639         * AUTHORS
7640           configure.in
7641           po/sr.po      ** NEW FILE **
7642                 add Serbian message catalog. Submitted by
7643                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
7644
7645 2002-08-09 [paul]       0.8.1claws39
7646
7647         * sync with 0.8.1cvs21
7648                 see ChangeLog 2002-08-08
7649
7650 2002-08-08 [oliver]     0.8.1claws38
7651
7652         * src/mainwindow.c
7653                 move Custom Toolbar to Configuration menu
7654
7655 2002-08-08 [oliver]     0.8.1claws37
7656
7657         * src/prefs_toolbar.c
7658                 fix substitute pixmap bug
7659
7660 2002-08-08 [paul]       0.8.1claws36
7661
7662         * sync with 0.8.1cvs19
7663                 see ChangeLog 2002-08-08
7664
7665 2002-08-07 [christoph]  0.8.1claws35
7666
7667         * src/utils.c
7668                 fixed a memory leak in new canonicalize_file_replace
7669
7670 2002-08-07 [christoph]  0.8.1claws34
7671
7672         * src/utils.[ch]
7673                 o canonicalize_file_replace should create the temporary
7674                   file in the same directory as the original file.
7675                 o added get_tmpfile_in_dir that creates a temorary file
7676                   in a specified directory.
7677
7678 2002-08-07 [melvin]     0.8.1claws33
7679
7680         * src/toolbar.c
7681                 fixed bug where 'Article' button acted as 'Email' button.
7682
7683 2002-08-07 [paul]       0.8.1claws32
7684
7685         * sync with 0.8.1.cvs17
7686                 see ChangeLog 2002-08-07
7687
7688 2002-08-07 [colin]      0.8.1claws31
7689         
7690         * src/news.c
7691                 fix mass-cancel problem
7692
7693 2002-08-07 [thorsten]   0.8.1claws30
7694
7695         * src/prefs_toolbar.c
7696                 fix: crash on replace or add new button
7697         * src/toolbar.c
7698                 fix: close xmlfile after reading
7699         * src/utils.c
7700                 fix: unlink() file before rename()
7701
7702 2002-08-06 [paul]       0.8.1claws29
7703
7704         * sync with 0.8.cvs15
7705                 see ChangeLog 2002-08-06
7706
7707 2002-08-06 [oliver]     0.8.1claws28
7708
7709         * src/toolbar.c
7710         * src/prefs_toolbar.c
7711                 fixed empty toolbar issue
7712
7713 2002-08-06 [oliver]     0.8.1claws27
7714
7715         * Custom Toolbar Final 
7716         * src/folderview.c
7717         * src/inc.c
7718         * src/summaryview.c
7719                 o toolbar stuff now lives in src/toolbar.[ch]
7720                 o main_window_toolbar_* functions are renamed to
7721                   toolbar_* reflecting their new source file
7722         * src/mainwindow.[ch]
7723                 o remove toolbar stuff  
7724
7725 2002-08-06 [oliver]     0.8.1claws26
7726         
7727         * src/Makefile.am
7728         * src/prefs_toolbar.[ch]        **New File**
7729         * src/toolbar.[ch]              **New File**
7730                 o prefs_toolbar.[ch] custom toolbar frontend
7731                 o toolbar.[ch]       backend 
7732
7733 2002-08-06 [oliver]     0.8.1claws25
7734
7735         * src/prefs_actions.[ch]
7736                 o new exported function actions_execute
7737
7738 2002-08-06 [paul]       0.8.1claws24
7739
7740         * sync with 0.8.1cvs4
7741                 see ChangeLog 2002-08-06
7742
7743 2002-08-06 [paul]       0.8.1claws23
7744
7745         * sync with 0.8.1cvs13
7746                 see ChangeLog 2002-08-06
7747
7748 2002-08-06 [paul]       0.8.1claws22
7749
7750         * sync with 0.8.1cvs12
7751                 see ChangeLog 2002-08-05 and 2002-08-06
7752
7753 2002-08-06 [match]      0.8.1claws21
7754
7755         * src/addrclip.c
7756                 improvements to cut/copy/paste address
7757
7758 2002-08-05 [match]      0.8.1claws20
7759
7760         * src/addritem.[ch]
7761         * src/addrcache.c
7762         * src/addrbook.c
7763         * src/editaddress.c
7764         * src/addressbook.c
7765                 fixes to improve cut/copy/paste
7766
7767 2002-08-06 [melvin]     0.8.1claws19
7768
7769         * src/account.[ch]
7770                 account_find_all_from_address(): new function that returns the
7771                 list of all accounts that are matched in an address.
7772         * src/alertpanel.[ch]
7773                 alertpanel() now accepts a custom widget
7774                 alertpanel_with_widget(): new function that pops up a panel with
7775                 a custom widget in it 
7776         * src/gtkutils.[ch]
7777                 gtkut_account_menu_new(): new function that allows the selection
7778                 of an account from a list of accounts.
7779         * src/messageview.c
7780                 Extended Return Receipt notification to select the correct 
7781                 account and to make a security test on the Delivery-Notification
7782                 address which should be the same as the Return-Path.
7783
7784 2002-08-06 [thorsten]   0.8.1claws18
7785
7786         * src/mimeview.c
7787                 attach_all: save unnamed as "noname.%d",
7788                 dont free static dirname
7789
7790 2002-08-05 [alfons]     0.8.1claws17
7791
7792         * configure.in
7793                 detect XIM by trying to link rather than compile a XIM program
7794
7795 2002-08-05 [oliver]     0.8.1claws16
7796                 
7797         * src/stock_pixmap.[ch]
7798                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
7799                 o new func to retrieve pixmaps
7800
7801 2002-08-05 [paul]       0.8.1claws15
7802
7803         * sync with 0.8.1cvs10
7804                 see ChangeLog 2002-08-05
7805
7806 2002-08-04 [alfons]     0.8.1claws14
7807
7808         * src/textview.c
7809                 see if this plugs memleak
7810
7811 2002-08-04 [melvin]     0.8.1claws13
7812
7813         * src/gtkspell.c
7814                 fixed bug that could crash Sylpheed when highlighting
7815                 all misspelled words.
7816
7817 2002-08-03 [melvin]     0.8.1claws12
7818
7819         * src/prefs_actions.c
7820                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
7821         * src/messageview.c
7822                 fixed bug where the Return Receipt was sent to
7823                 Delivery-Notification-To address even if it was not present
7824
7825 2002-08-02 [alfons]     0.8.1claws11
7826
7827         * src/prefs_actions.c
7828                 o more check for NULLs
7829                 o put create_io_dialog() in right conditional block
7830
7831 2002-08-02 [paul]       0.8.1claws10
7832
7833         * po/es.po
7834                 updated by Ricardo Mones Lastra
7835
7836 2002-08-01 [christoph]  0.8.1claws9
7837
7838         * src/folder.c
7839                 don't free the cache of the opened
7840                 folder in the summaryview
7841         * src/summaryview.c
7842                 don't unset flags, if it is not required
7843
7844 2002-08-01 [paul]       0.8.1claws8
7845
7846         * sync with 0.8.1cvs8
7847                 see ChangeLog entry 2002-08-01
7848
7849 2002-08-01 [paul]       0.8.1claws7
7850
7851         * sync with 0.8.1cvs7
7852                 see ChangeLog 2002-07-31 and 2002-08-01
7853
7854 2002-07-31 [christoph]  0.8.1claws6
7855
7856         * src/mainwindow.c
7857                 forgot to update menu sensitivity
7858                 function for new menu entry
7859
7860 2002-07-31 [alfons]     0.8.1claws5
7861
7862         * src/main.c
7863                 check folder item and its path for NULL on
7864                 initial processing
7865
7866 2002-07-31 [christoph]  0.8.1claws4
7867
7868         * src/folder.c
7869                 check if folder_item_get_msginfo in
7870                 folder_item_remove_msg returned NULL
7871         * src/imap.c
7872                 better clear the uid cache in the
7873                 uid validity check function and delete
7874                 cached messages
7875
7876 2002-07-31 [paul]       0.8.1claws3
7877
7878         * man/sylpheed.1
7879                 add the '--attach' option and a few other
7880                 minor changes
7881
7882 2002-07-31 [paul]       0.8.1claws2
7883
7884         * sync with 0.8.1cvs5
7885                 see ChangeLog 2002-07-31
7886
7887 2002-07-31 [christoph]  0.8.1claws1
7888
7889         * src/folderview.[ch]
7890         * src/mainwindow.c
7891                 replace "Rescan all folders..." with
7892                 "Check all folders for new messages..."
7893
7894 2002-07-30 [paul]       0.8.1claws
7895
7896         * version 0.8.1claws released
7897
7898 2002-07-30 [paul]       0.8.0claws29
7899
7900         * tools/OOo2sylpheed.pl ** NEW FILE **
7901           tools/README
7902                 add script to enable sending documents as
7903                 attachments from OpenOffice.org
7904
7905 2002-07-30 [melvin]     0.8.0claws28
7906
7907         * src/prefs_actions.c
7908                 Made the actions' input/output dialog display
7909                 without delay.
7910
7911 2002-07-30 [christoph]  0.8.0claws27
7912
7913         * src/procmsg.c
7914                 check if folder_item_get_msginfo in
7915                 procmsg_save_to_outbox returned NULL
7916
7917 2002-07-30 [paul]       0.8.0claws26
7918
7919         * sync with 0.8.1cvs4
7920                 see ChangeLog 2002-07-29
7921
7922 2002-07-29 [thorsten]   0.8.0claws25
7923
7924         * README.claws
7925                 added selective download, delete on server
7926
7927 2002-07-29 [paul]       0.8.0claws24
7928
7929         * sync with 0.8.1cvs3
7930                 see ChangeLog 2002-07-29
7931
7932 2002-07-27 [christoph]  0.8.0claws23
7933
7934         * src/folder.c
7935                 add extra check if fetching the msginfo
7936                 returned NULL
7937
7938 2002-07-27 [paul]       0.8.0claws22
7939
7940         * sync with 0.8.1cvs2
7941                 see ChangeLog 2002-07-26
7942
7943 2002-07-27 [christoph]  0.8.0claws21
7944
7945         * src/imap.c
7946                 add another check if a valid msginfo
7947                 was returned
7948
7949 2002-07-26 [hoa]        0.8.0claws20
7950
7951         * src/folder.c
7952                 Fixed a condition in folder_item_destroy()
7953
7954         * src/imap.c
7955                 Fixed an error in IMAP protocol
7956
7957 2002-07-26 [alfons]     0.8.0claws19
7958
7959         * src/folder.c
7960                 ofcourse compare with identifier, not the path
7961
7962 2002-07-26 [alfons]     0.8.0claws18
7963
7964         * src/folder.c
7965                 use folder item identifier for saving / restoring
7966                 preferences because folder->path might not be unique
7967
7968 2002-07-26 [melvin]     0.8.0claws17
7969
7970         * src/logwindow.c
7971                 Fixed a crash introduced in 0.8.0claws5 when log is 
7972                 cut under 80 characters.
7973
7974 2002-07-26 [paul]       0.8.0claws16
7975
7976         * sync with 0.8.1cvs1
7977                 see ChangeLog 2002-07-26
7978
7979 2002-07-26 [christoph]  0.8.0claws15
7980
7981         * src/imap.[ch]
7982                 imap folder now remembers the last selected
7983                 folder and imap_fetch_msginfo skips selecting
7984                 the folder if it is already selected
7985
7986 2002-07-26 [christoph]  0.8.0claws14
7987
7988         * src/folder.c
7989         * src/folderview.c
7990         * src/imap.c
7991                 fix imap folder rescanning
7992
7993 2002-07-25 [christoph]  0.8.0claws13
7994
7995         * src/filter.c
7996         * src/folder.[ch]
7997         * src/folderview.c
7998         * src/imap.[ch]
7999         * src/mainwindow.c
8000         * src/mbox_folder.c
8001         * src/mh.c
8002         * src/news.c
8003                 implement imap uid cache and uid validity check
8004
8005 2002-07-25 [alfons]     0.8.0claws12
8006
8007         * src/summaryview.c
8008                 fix a brown paper bag bug, and also add some more
8009                 checks
8010
8011 2002-07-25 [christoph]  0.8.0claws11
8012
8013         * src/folder.c
8014                 don't mix copy, fetch_msginfo and remove
8015                 operations in folder item copy and move
8016                 operations
8017
8018 2002-07-25 [christoph]  0.8.0claws10
8019
8020         * src/folderview.c
8021         * src/mainwindow.c
8022         * src/prefs_folder_item.c
8023         * src/summaryview.[ch]
8024                 remove no longer required parameter update_cache from
8025                 summary_show
8026
8027 2002-07-25 [paul]       0.8.0claws9
8028
8029         * sync with 0.8.1
8030         
8031         * AUTHORS
8032                 a few corrections
8033
8034 2002-07-24 [alfons]     0.8.0claws8
8035
8036         * src/summaryview.c
8037                 sort correctly when using simplified subject line
8038                 (closes feature request "[ 585141 ] applying regexp to subject 
8039                 before sort" submitted by Alexandra Walford)
8040
8041 2002-07-24 [paul]       0.8.0claws7
8042
8043         * sync with 0.8.0cvs3
8044                 see ChangeLog 2002-07-24
8045
8046 2002-07-23 [christoph]  0.8.0claws6
8047
8048         * src/folder.c
8049         * src/folder.h
8050         * src/summaryview.c
8051         * src/summaryview.h
8052         * src/main.c
8053                 o separate processing and summaryview
8054                 o removed summary_write_cache from summaryview
8055                 o removed summaryview->killed_messages, because we don't have
8056                   to keep a list of killed messages anymore. New cache will
8057                   keep the hidden messages in cache anyway
8058         * src/folderview.c
8059         * src/inc.c
8060         * src/selective_download.c
8061                 o removed unnecessary summary_write_cache calls
8062         * src/procmsg.c
8063                 o don't set ignore thread flag in procmsg_get_thread_tree
8064                   if it is already set
8065         * src/mainwindow.c
8066         * src/statusbar.h
8067                 o moved STATUSBAR_PUSH/POP to statusbar.h because
8068                   they are used in different files
8069
8070 2002-07-23 [melvin]     0.8.0claws5
8071
8072         * src/addressbook.c
8073         * src/addrgather.c
8074         * src/editaddress.c
8075         * src/editgroup.c
8076         * src/editldap_basedn.c
8077         * src/importldif.c
8078         * src/prefs_common.c
8079                 Fixed few memory leak (gtk_editable_get_chars returns
8080                 an allocated string)
8081         * src/logwindow.c
8082                 Fixed few memory leak (gtk_editable_get_chars returns
8083                 an allocated string) and modified a little the log cutting
8084                 loop.
8085         * src/compose.c
8086                 Replaced a call to an obsolete function gtk_entry_get_text()
8087                 by gtk_editable_get_chars()
8088         * src/send.c
8089                 Removed a debug printf
8090
8091 2002-07-23 [christoph]  0.8.0claws4
8092
8093         * src/filesel.c
8094                 fix another g_dirname memory leak
8095
8096 2002-07-23 [christoph]  0.8.0claws3
8097
8098         * src/mh.c
8099                 fixed a memory leak in mh_fetch_msginfo
8100                 fixed crash when message header could not be
8101                 parsed
8102
8103 2002-07-23 [paul]       0.8.0claws2
8104
8105         * sync with 0.8.0cvs2
8106                 see ChangeLog 2002-07-23
8107
8108 2002-07-23 [paul]       0.8.0claws1
8109
8110         * sync with 0.8.0cvs1
8111                 see ChangeLog 2002-07-23
8112
8113 2002-07-23 [paul]       0.8.0claws
8114
8115         * release of 0.8.0claws
8116
8117 2002-07-23 [paul]       0.7.8claws99
8118
8119         * po/ru.po
8120                 new Russian translation, submitted by
8121                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
8122
8123 2002-07-22 [jens]       0.7.8claws98
8124
8125         * po/de.po
8126                 Updated German translations.
8127
8128 2002-07-22 [paul]       0.7.8claws97
8129
8130         * po/es.po
8131           po/it.po
8132           po/nl.po
8133           po/pt_BR.po
8134                 updated translations by Ricardo Mones Lastra,
8135                 Alessandro Maestri, Wilbert Berendsen and 
8136                 Fabio Jr. Beneditto respectively
8137
8138 2002-07-22 [christoph]  0.7.8claws96
8139
8140         * src/mimeview.c
8141                 fix memory leak caused by wrong g_dirname usage
8142
8143 2002-07-22 [christoph]  0.7.8claws95
8144
8145         * src/summaryview.c
8146                 update new and unread message counts for summaryview
8147                 summaryview does not get it from the folder anymore
8148                 and has to update the values itself
8149
8150 2002-07-22 [melvin]     0.7.8claws94
8151
8152         * po/fr.po
8153                 Updated French translations.
8154
8155 2002-07-22 [christoph]  0.7.8claws93
8156
8157         * src/matcher.c
8158                 set prop->preg pointer to NULL or following check
8159                 will not fail and regexec will be called with
8160                 invalid pointer
8161
8162 2002-07-21 [alfons]     0.7.8claws92
8163         
8164         * src/prefs_common.[ch]
8165                 remove option "Send return receipt on request"
8166
8167 2002-07-21 [thorsten]   0.7.8claws91
8168
8169         * src/mimeview.c
8170                 fixed memleaks, coding style as pointed out by alfons
8171
8172 2002-07-21 [alfons]     0.7.8claws90
8173
8174         * src/messageview.c
8175         * src/noticeview.[ch]
8176                 o fix bug notice view being displayed when going to empty folder 
8177                   (noticed by Christoph)
8178                 o allow RRR to be sent when restarting sylpheed, or changing folder 
8179                   (noticed by Thorsten)
8180
8181 2002-07-21 [thorsten]   0.7.8claws89
8182
8183         * src/mimeview.c
8184                 Included save_all patch from Xaview FACQ
8185                 added support for pathnames
8186
8187 2002-07-21 [alfons]     0.7.8claws88
8188
8189         * po/POTFILES.in
8190         * src/Makefile.am
8191         * src/mainwindow.c
8192         * src/messageview.[ch]
8193         * src/noticeview.c      ** NEW FILE **
8194         * src/noticeview.h      ** NEW FILE **
8195                 make return receipts work again
8196                 (UI idea by Leandro Pereira)
8197
8198 2002-07-21 [paul]       0.7.8claws87
8199
8200         * src/summaryview.c
8201                 fix sensitivity of 'Select thread'
8202
8203 2002-07-21 [paul]       0.7.8claws86
8204
8205         * src/prefs_common.c
8206                 add browser command line for Galeon
8207
8208 2002-07-21 [paul]       0.7.8claws85
8209
8210         * Makefile.am
8211                 fix 'EXTRA_DIST': remove README.README, add TODO
8212                 and TODO.claws
8213
8214 2002-07-21 [alfons]     0.7.8claws84
8215
8216         * src/gtkstext.c
8217                 make enter clear selection
8218                 (closes "[ 579888 ] Editor selection/entry error"
8219                 reported by Steve Lamb)
8220
8221 2002-07-21 [alfons]     0.7.8claws83
8222         
8223         * src/summaryview.c
8224                 sort message list when selecting unthread messages
8225                 (closes "[ 501593 ] switching threaded view doesn't sort"
8226                 reported by Simon Schubert)
8227
8228 2002-07-20 [alfons]     0.7.8claws82
8229         
8230         * src/matcher.c
8231                 const-correctness
8232
8233 2002-07-20 [thorsten]   0.7.8claws81
8234
8235         * src/matcher.c
8236                 Fixed expansion of empty fields in matchactions
8237
8238 2002-07-19 [melvin]     0.7.8claws80
8239
8240         * src/gtkspell.c
8241                 Removed a duplicate menu entry (fast mode) introduced during
8242                 the new cache merge
8243                 Added a menu separator between 'Use alternate' and 'Fast mode'
8244
8245 2002-07-19 [paul]       0.7.8claws79
8246
8247         * tools/Makefile.am
8248           tools/README
8249                 correct typos
8250
8251 2002-07-19 [thorsten]   0.7.8claws78
8252
8253         * tools/calypso_convert.pl      ** NEW FILE **
8254           tools/README
8255           tools/Makefile.am
8256                 script to import mbox files exported
8257                 by calypso
8258                 o generates folder structure
8259                 o includes attachments
8260
8261 2002-07-19 [melvin]     0.7.8claws77
8262
8263         * src/selective_download.[ch]
8264                 Fixed bug where closing the dialog with the window manager's
8265                 close button will not unlock the summary
8266                 Corrected some function declarations that missed a return value
8267                 Made the source code comply better with coding style.
8268         * src/prefs_common.c
8269                 Added new browser command line for Mozilla.
8270
8271 2002-07-18 [paul]       0.7.8claws76
8272
8273         * src/mainwindow.c
8274           src/selective_download.[ch]
8275                 reflect theme changes, fix Gdk Warning when creating 
8276                 pixmap from NULL window, and minor clean up.
8277                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8278
8279         * po/en_GB.po
8280                 updated
8281
8282 2002-07-17 [paul]       0.7.8claws75
8283
8284         * INSTALL[.jp]
8285                 sync with 0.8.0
8286         
8287         * po/en_GB.po
8288                 updated
8289
8290 2002-07-16 [paul]       0.7.8claws74
8291
8292         * tools/filter_conv.pl
8293           tools/README
8294                 replace conversion script with reimplemented version, 
8295                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
8296
8297 2002-07-16 [colin]      0.7.8claws73
8298
8299         * src/summaryview.c
8300                 remove forgotten debug messages - sorry ;-)
8301
8302 2002-07-16 [colin]      0.7.8claws72
8303
8304         * src/mimeview.c
8305           src/summaryview.c
8306           src/textview.c
8307           src/textview.h
8308                 add the ability to select part of a text mime-part 
8309                 to reply.
8310
8311 2002-07-15 [christoph]  0.7.8claws71
8312
8313         * src/folder.c
8314                 fix folder message count for folders without
8315                 msg_is_changed (includes news folders)
8316
8317 2002-07-15 [martin]     0.7.8claws70
8318
8319         * src/summaryview.c
8320                 option "display recipient on 'From'..." now works
8321                 without the need of enabling the option
8322                 "display  sender  using  address  book".
8323
8324 2002-07-15 [christoph]  0.7.8claws69
8325
8326         * src/summaryview.c
8327                 removed setting folder status from summaryview.
8328                 folder.c should update all message counts correctly.
8329
8330 2002-07-15 [paul]       0.7.8claws68
8331
8332         * po/pt_BR.po
8333                 updated by Fabio Junior Beneditto
8334
8335 2002-07-15 [darko]      0.7.8claws67
8336
8337         * src/mh.c
8338                 Fixed target folder colorization, don't decrease op
8339                 number twice
8340
8341 2002-07-14 [paul]       0.7.8claws66
8342
8343         * sync with main 0.8.0
8344                 see ChangeLog 2002-07-14
8345
8346 2002-07-13 [melvin]     0.7.8claws65
8347         
8348         * src/addrbook.c
8349         * src/addressbook.c
8350         * src/addrindex.c
8351                 Replaced sprintf by g_snprintf to prevent possible buffer
8352                 overflow.
8353         * src/news.c
8354                 Corrected a log message output format.
8355                 Added a missing "done" debug output.
8356         * src/compose.c
8357                 Added keyboard accelerator for Priority menu items
8358                 Added missing \n in debug output
8359         * src/logwindow.c
8360         * src/gtkspell.c
8361         * src/rfc2015.c
8362                 Added missing \n in debug output
8363
8364 2002-07-13 [paul]       0.7.8claws64
8365
8366         * man/sylpheed.1
8367                 change Sergey's email address to the sf address
8368
8369         * src/textview.c
8370                 increase show_url_timeout (more useful for long
8371                 urls)
8372
8373 2002-07-12 [sergey]     0.7.8claws63
8374
8375         * src/rfc2015.c
8376                 applied (with some modifications) patch to set the
8377                 micalg parameter for signatures
8378                 (2001-08-28 Werner Koch <wk@gnupg.org>)
8379
8380 2002-07-12 [sergey]     0.7.8claws62
8381
8382         * man/Makefile.am
8383         * configure.in
8384                 fixed man page installation
8385
8386 2002-07-12 [paul]       0.7.8claws61
8387
8388         * sync with 0.7.8cvs26
8389                 see ChangeLog 2002-07-11 and 2002-07-12
8390
8391 2002-07-11 [christoph]  0.7.8claws60
8392
8393         * src/compose.c
8394         * src/procmsg.c
8395                 first use the message number to find the message
8396                 to mark with a reply flag but check the
8397                 message-id if we got the correct message, if not
8398                 try to find it by message-id.
8399                 use new string seperator that is not allowed
8400                 in message-ids.
8401
8402 2002-07-11 [paul]       0.7.8claws59
8403
8404         * sync with 0.7.8cvs23
8405                 see ChangeLog 2002-07-10
8406
8407 2002-07-10 [christoph]  0.7.8claws58
8408
8409         * src/folder.[ch]
8410         * src/msgcache.[ch]
8411                 Added message-id table to the cache in memory
8412                 and functions to msgcache.c and folder.c to
8413                 fetch MsgInfos by message id
8414         * src/compose.c
8415         * src/procmsg.c
8416                 store folder and message-id of message replying
8417                 to in queue header and set reply flag after sending
8418                 (Closes bug #469498)
8419
8420 2002-07-10 [paul]       0.7.8claws57
8421
8422         * AUTHORS
8423           man/sylpheed.1.gz
8424                 add Martin to the list of authors
8425
8426 2002-07-09 [martin]     0.7.8claws56
8427         * src/gtksctree.c
8428                 Added gtk_ctree_last_visible(), tree_update_level(),
8429                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
8430                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8431                 from gtk+ to gtksctree.c for the new sorting code
8432                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
8433                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
8434         * src/gtksctree.h
8435                 Added declaration for gtk_sctree_sort_recursive() and
8436                 gtk_sctree_sort_node
8437         * src/addressbook.c
8438         * src/foldersel.c
8439         * src/folderview.c
8440         * src/summaryview.c
8441                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8442                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
8443
8444 2002-07-08 [paul]       0.7.8claws55
8445
8446         * more sync with 0.7.8cvs21
8447                 see ChangeLog 2002-07-08
8448
8449 2002-07-08 [paul]       0.7.8claws54
8450
8451         * sync with 0.7.8cvs21
8452                 see ChangeLog 2002-07-08
8453
8454 2002-07-07 [alfons]     0.7.8claws53
8455
8456         * src/Makefile.am
8457         * src/stock_pixmap.[ch]
8458         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
8459         * src/pixmaps/notice_error.xpm  ** NEW FILE **
8460         * src/pixmaps/notice_note.xpm   ** NEW FILE **
8461                 add new pixmaps for upcoming notice pane
8462
8463 2002-07-06 [melvin]     0.7.8claws52
8464
8465         * src/gtkspell.[ch]
8466                 Made them a bit closer to Sylpheed's coding style.
8467                 Removed old code.
8468                 Removed possible memory leaks when some errors occurs.
8469
8470 2002-07-06 [melvin]     0.7.8claws51
8471
8472         * po/Makefile.in.in
8473                 Removed --no-location in xgettext command line to help
8474                 translators that use Emacs' po-mode
8475         * src/quote_fmt.c
8476                 Removed unnecessary comments that messed up sylpheed.pot
8477
8478 2002-07-06 [paul]       0.7.8claws50
8479
8480         * sync with 0.7.8cvs19
8481                 see ChangeLog 2002-07-05
8482
8483 2002-07-06 [christoph]  0.7.8claws49
8484
8485         * src/folder.c
8486         * src/mainwindow.c
8487                 fix folder_item_remove_all_msg and folderview
8488                 status for trash folders after emptying trash
8489
8490 2002-07-05 [paul]       0.7.8claws48
8491
8492         * sync with 0.7.8cvs16
8493                 see ChangeLog 2002-07-04 and 2002-07-05
8494
8495 2002-07-04 [paul]       0.7.8claws47
8496
8497         * sync with 0.7.8cvs14
8498                 see  ChangeLog 2002-07-04
8499
8500 2002-07-03 [alfons]     0.7.8claws46
8501
8502         * src/folder.c
8503                 dupe folder item's path because it's being reallocated
8504                 by new folder scanning code
8505
8506 2002-07-03 [christoph]  0.7.8claws45
8507
8508         * src/imap.c
8509                 better IMAP uid fetching using 'FETCH 1:* (UID)'
8510         * src/msgcache.c
8511                 add missing return in msgcache_write
8512
8513 2002-07-02 [thorsten]   0.7.8claws44
8514
8515         * src/jpilot.c
8516         * src/msgcache.c
8517         * src/rfc2015.c
8518                 use binary mode for file access
8519
8520 2002-07-02 [christoph]  0.7.8claws43
8521
8522         * major code cleanup (part 1)
8523         
8524                 - unused variables removed
8525                 - unused functions removed
8526                 - uninitialized variables checked
8527                 - missing return statements added
8528                 - missing function return types added
8529                 - added parentheses around assignment and
8530                   && in || when suggested by gcc
8531               
8532         * src/mh.c
8533         * src/folder.c
8534                 replaced direct calls to folder->scan_tree
8535                 with folder_scan_tree and restore folder
8536                 prefs in this function. The folder should
8537                 not have to deal with them.
8538                 ( Should now work for all folder types )
8539
8540 2002-07-02 [paul]       0.7.8claws42
8541
8542         * sync with 0.7.8cvs13
8543                 see ChangeLog 2002-07-01 and 2002-07-02
8544
8545 2002-07-01 [christoph]  0.7.8claws41
8546
8547         * src/summaryview.c
8548                 fix "goto next/prev unread message" with
8549                 ignored threads
8550
8551 2002-07-01 [paul]       0.7.8claws40
8552
8553         * po/es.po
8554                 updated by Ricardo Mones Lastra
8555
8556 2002-06-30 [match]      0.7.8claws39
8557
8558         * src/jpilot.c
8559                 applied variation of leonerd's patch (566661) to
8560                 allow multiple email addresses per JPilot entry.
8561                 addresses may be separated by space, comma, pipe,
8562                 semi-colon, new-line.
8563
8564 2002-06-30 [alfons]     0.7.8claws38
8565
8566         * src/procmsg.c
8567                 simple fix for putting older nodes before
8568                 newer nodes when threading by subject
8569
8570 2002-06-30 [christoph]  0.7.8claws37
8571
8572         * src/folder.c
8573         * src/folderview.c
8574         * src/mh.c
8575         * src/news.c
8576         * src/procmsg.c
8577                 fix broken folder tree rescaning
8578                 and don't use procmsg_get_mark_sum
8579                 anymore
8580
8581 2002-06-30 [christoph]  0.7.8claws36
8582
8583         * merge new cache branch
8584         * src/imap.c
8585                 fix new cache imap copy bug
8586         * src/folder.c
8587                 improved folder_item_scan
8588                 it should now always set the correct
8589                 new, unread and total message counts
8590
8591 2002-06-29 [paul]       0.7.8claws35
8592
8593         * configure.in
8594                 correct syntax error
8595
8596 2002-06-29 [paul]       0.7.8claws34
8597
8598         * configure.in
8599           Makefile.am
8600           man/Makefile.am       ** NEW FILE **
8601           man/sylpheed.1.gz     ** NEW FILE **
8602                 add Sylpheed man page
8603
8604 2002-06-29 [paul]       0.7.8claws33
8605
8606         * po/pt_BR.po
8607                 updated by Fabio Junior Beneditto
8608
8609 2002-06-28 [jens]       0.7.8claws32
8610
8611         * po/de.po
8612                 translation updated
8613
8614         * src/selective_download.c
8615                 removed gettext for space " "
8616
8617         * src/imap.c
8618                 removed wrong space
8619
8620 2002-06-28 [paul]       0.7.8claws31
8621
8622         * sync with 0.7.8cvs11
8623                 see ChangeLog 2002-06-28
8624
8625 2002-06-28 [paul]       0.7.8claws30
8626
8627         * sync with 0.7.8cvs10
8628                 see ChangeLog 2002-06-27 and 2002-06-28
8629
8630 2002-06-26 [paul]       0.7.8claws29
8631
8632         * src/addrgather.c
8633           src/selective_download.c
8634                 don't gettextise empty strings.
8635                 reserved by gettext. gettext("") returns 
8636                 the header entry with meta information, 
8637                 not the empty string
8638
8639         * po/en_GB.po
8640                 updated
8641
8642 2002-06-26 [paul]       0.7.8claws28
8643
8644         * sync with 0.7.8cvs7
8645                 see ChangeLog 2002-06-25
8646
8647         * src/prefs_common.c
8648                 ...and in the process, tweak the gui a little
8649
8650 2002-06-25 [alfons]     0.7.8claws27
8651         
8652         * configure.in
8653         * src/Makefile.am
8654                 fine tune ldap library detection
8655
8656 2002-06-25 [alfons]     0.7.8claws26
8657
8658         * src/compose.c
8659                 don't allow return receipts when composing a news article
8660
8661 2002-06-25 [paul]       0.7.8claws25
8662
8663         * Makefile.am
8664                 add '$(AMTAR)' to 'release' section to allow for
8665                 new and older autotools
8666
8667 2002-06-25 [paul]       0.7.8claws24
8668
8669         * src/summaryview.c
8670                 fix "No more unread messages" persistant pop-up
8671                 window bug
8672
8673 2002-06-25 [paul]       0.7.8claws23
8674
8675         * po/it.po
8676                 updated by Alessandro Maestri
8677
8678 2002-06-25 [paul]       0.7.8claws22
8679
8680         * sync with 0.7.8cvs6
8681                 see ChangeLog 2002-06-25
8682
8683 2002-06-24 [paul]       0.7.8claws21
8684
8685         * tools/update-po
8686                 add GPL copyright information
8687
8688 2002-06-24 [paul]       0.7.8claws20
8689
8690         * tools/Makefile.am
8691           tools/README
8692           tools/update-po       ** NEW FILE **
8693                 add script that eases the creation of *.po files
8694                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
8695
8696 2002-06-23 [alfons]     0.7.8claws19
8697
8698         * src/messageview.c
8699                 make notification_convert_header obey const correctness
8700                 (next step will be fixing the broken return receipt)
8701
8702 2002-06-23 [paul]       0.7.8claws18
8703
8704         * src/messageview.c
8705                 fix bug introduced in last commit:
8706                 removed too much code in last commit - put back what's
8707                 needed
8708
8709 2002-06-23 [paul]       0.7.8claws17
8710
8711         * src/messageview.[ch]
8712                 remove code committed in error from locally patched
8713                 source
8714
8715 2002-06-23 [colin]      0.7.8claws16
8716
8717         * src/compose.[ch]
8718                 add compose_entry_select(), used to select the default_to
8719                 email address - hopefully avoiding people sending mails to
8720                 wrong recipients.
8721
8722 2002-06-22 [alfons]     0.7.8claws15
8723
8724         * AUTHORS
8725                 add Bram Metsch & Stanislav Karchebny
8726         * src/smtp.[ch]
8727         * src/prefs_account.[ch]
8728         * src/send.c
8729                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
8730                   options.  (see <http://sourceforge.net/tracker/index.php
8731                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
8732
8733                 - merge Stanislav's fix to make SMTP AUTH work with qmail
8734                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
8735
8736 2002-06-22 [paul]       0.7.8claws14
8737
8738         * sync with 0.7.8cvs5
8739                 see ChangeLog 2002-06-19 and 2002-06-20
8740
8741 2002-06-22 [alfons]     0.7.8claws13
8742
8743         * src/selective_download.c
8744                 fix a stupid mistake I made
8745
8746 2002-06-22 [alfons]     0.7.8claws12
8747
8748         * src/selective_download.[ch]
8749                 fix another unnoticed leak; cleanup code
8750
8751 2002-06-21 [alfons]
8752
8753         * tools/Makefile.am
8754                 gpg-sign <-- gpg-sign-syl
8755
8756 2002-06-21 [alfons]     0.7.8claws11
8757
8758         * src/selective_download.c
8759         * src/selective_download.h
8760                 fix assorted mix of allocation errors (should solve
8761                 problem reported by Philippe Gramoullé, see:
8762                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
8763
8764 2002-06-20 [melvin]     0.7.8claws10
8765
8766         * tools/gpg-sign *REMOVED*
8767           tools/gpg-sign-syl *ADDED*
8768                 Replaced the gpg clearsigning script with the version using
8769                 xterm instead of ssh-askpass and changed its name.
8770
8771         * README.claws
8772                 Updated actions example to reflect the renaming of the
8773                 gpg clearsigning script.
8774
8775 2002-06-19 [paul]       0.7.8claws9
8776
8777         * sync with 0.7.8claws9
8778                 see ChangeLog 2002-06-18 and 2002-06-19
8779
8780 2002-06-19 [paul]       0.7.8claws8
8781
8782         * sync with 0.7.8cvs1
8783                 see ChangeLog 2002-06-18
8784
8785 2002-06-18 [alfons]     0.7.8claws7
8786
8787         * src/mainwindow.h
8788                 add omitted prototype
8789
8790 2002-06-17 [paul]       0.7.8claws6
8791
8792         * src/mainwindow.c
8793                 fix hiding of exec_btn
8794
8795 2002-06-17 [paul]       0.7.8claws5
8796
8797         * src/pop.c
8798                 remove unneeded code: should_delete() 
8799                 and Pop3State::uidl_todelete_list
8800
8801 2002-06-17 [paul]       0.7.8claws4
8802
8803         * sync with 0.7.8
8804                 see ChangeLog 2002-06-11 and 2002-06-13
8805
8806 2002-06-16 [alfons]     0.7.8claws3
8807         
8808         * src/folder.c
8809                 make sure lock sort mode (claws specific) is
8810                 also persists after a tree rescan
8811
8812 2002-06-16 [alfons]     0.7.8claws2
8813
8814         * src/prefs_folder_item.c
8815         * src/folder.[ch]
8816                 fix persistence of folder sort mode (broken
8817                 by adapting Hiro's new folder persistence code)
8818
8819 2002-06-16 [alfons]     0.7.8claws1
8820
8821         * AUTHORS
8822         * src/logwindow.c
8823         * src/prefscommon.[ch]
8824                 control size of log text in log window; 
8825                 closes patch #569155 submitted by Mitko Haralanov.
8826
8827 2002-06-15 [paul]       0.7.8claws
8828
8829         * release of 0.7.8claws
8830
8831 2002-06-15 [paul]       0.7.7claws
8832
8833         * po/pt_BR.po
8834                 updated by Fabio Junior Beneditto
8835
8836 2002-06-14 [paul]       0.7.6claws49
8837
8838         * po/es.po
8839                 updated by Ricardo Mones Lastra
8840
8841 2002-06-14 [paul]       0.7.6claws48
8842
8843         * po/nl.po
8844                 updated translation by Wilbert Berendsen
8845
8846 2002-06-14 [melvin]     0.7.6claws47
8847
8848         * po/fr.po
8849                 Updated French translation
8850
8851 2002-06-13 [paul]       0.7.6claws46
8852
8853         * src/filesel.c
8854                 allow filename to be typed in, rather than just
8855                 selected by the mouse. Patch by Gustavo Noronha Silva.
8856
8857 2002-06-13 [alfons]     0.7.6claws45
8858
8859         * src/mainwindow.[ch]
8860                 more cleanups (removing unnecessary menu items Expand 
8861                 summary / message view)
8862
8863 2002-06-13 [melvin]     0.7.6claws44
8864
8865         * po/POTFILES.in
8866                 Added src/string_match.c
8867         * src/string_match.c
8868                 Fixed possible buffer overflow.
8869                 Corrected typo.
8870                 Added missing config.h header.
8871         * src/prefs_common.c
8872           src/prefs_matcher.c
8873           src/prefs_scoring.c
8874                 Made some strings translatable (missing _(..)).
8875
8876 2002-06-13 [melvin]     0.7.6claws43
8877
8878         * README.claws
8879                 Corrected action example (verifying clearsigned mail).
8880         * src/prefs_account.c
8881                 Corrected typo.
8882         * src/prefs_common.c
8883                 Removed incorrect line that generated a Gtk-CRITICAL msg.
8884
8885 2002-06-12 [alfons]     0.7.6claws42
8886
8887         * src/summaryview.c
8888                 add init of score column lost in 0.7.6claws42
8889
8890 2002-06-12 [paul]       0.7.6claws41
8891
8892         * src/prefs_account.c
8893                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
8894                 behavior of the radio buttons, (from 0.7.7cvs2)
8895
8896 2002-06-11 [alfons]     0.7.6claws40
8897
8898         * src/messageview.[ch]
8899         * src/summaryview.[ch]
8900         * src/summary_search.c
8901         * src/mainwindow.c
8902                 perform a sync to bring in Hiro's separate view implementation 
8903
8904                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
8905
8906 2002-06-11 [paul]       0.7.6claws39
8907         
8908         * src/prefs_account.c
8909                 correct a typo on the Receive tab
8910
8911 2002-06-10 [match]      0.7.6claws38
8912
8913         * src/addressbook.c
8914                 Included address completion patch from Gustavo Noronha.
8915
8916 2002-06-10 [paul]       0.7.6claws37
8917
8918         * src/inc.[ch]
8919           src/pop.c
8920           src/prefs_account.[ch]
8921           src/selective_download.[ch]
8922                 apply PATCH #561712
8923                  NEW:
8924                 - check if POP Account
8925                 - Receive Button renamed to Preview
8926                 - Preview Button Popup: preview new/all messages
8927                 - Download Button
8928                 - Account Preferences-->Receive tab checkbutton if you
8929                   want to remove Mail after Download
8930                 -: default YES
8931                 - Account Preferences-->Receive tab checkbutton use
8932                   filtering rules on preview
8933                   (think of delete_on_server)
8934                 -: default YES
8935                 - Account selectable from SD dialog
8936                 - checkbutton to show already downloaded messages if
8937                   all messages are previewed
8938                 - new clist column showing Date
8939                 - ESC KEY close
8940                 FIXES:
8941                 - play ball with UIDL
8942                 - fault tolerant (?) 
8943                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8944
8945 2002-06-10 [melvin]     0.7.6claws36
8946
8947         * README.claws
8948                 Added a hint to ac/README in cvs instructions.
8949
8950         * src/prefs_actions.c
8951                 Made it possible to use a more elaborate command line
8952                 for asynchronous actions, too.
8953
8954 2002-06-10 [melvin]     0.7.6claws35
8955         
8956         * src/prefs_actions.c
8957                 Make it possible to use a more elaborate command line
8958                 (e.g. |foo|bar|cat>there;echo Done|)
8959                 Corrected error message when calling %f, %F and %p commands
8960                 from the compose window.
8961
8962 2002-06-09 [colin]      0.7.6claws34
8963
8964         * src/summaryview.c
8965                 Automatically find unread messages in current folder
8966                 before annoying the user.
8967
8968 2002-06-08 [alfons]     0.7.6claws33
8969
8970         * po/it.po
8971                 remove bad formatting string in it.po translation
8972                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8973
8974 2002-06-08 [paul]       0.7.6claws32
8975
8976         * sync with 0.7.6cvs25
8977                 see ChangeLog 2002-06-07
8978
8979 2002-06-05 [paul]       0.7.6claws31
8980
8981         * src/mainwindow.c
8982                 add 'Sort by locked' and 'Sort by score'
8983
8984 2002-06-05 [paul]       0.7.6claws30
8985
8986         * sync with 0.7.6cvs24
8987                 see ChangeLog 2002-06-04
8988
8989 2002-06-04 [paul]       0.7.6claws29
8990
8991         * po/pt_BR.po
8992                 updated by Fabio Junior Beneditto
8993
8994 2002-06-03 [thorsten]   0.7.6claws28
8995
8996         * src/matcher.c
8997                 fclose() matcherrc after reading
8998
8999 2002-06-03 [paul]       0.7.6claws27
9000
9001         * sync with 0.7.6cvs21
9002                 see ChangeLog 2002-05-31
9003
9004 2002-05-31 [paul]       0.7.6claws26
9005
9006         * sync with 0.7.6cvs20
9007                 see ChangeLog 2002-05-29 and 2002-05-30
9008
9009 2002-05-31 [paul]       0.7.6claws25
9010
9011         * src/imap.c
9012                 hopefully fix last buggy sync
9013
9014         * README.claws
9015                 correct typo in 'Actions' examples
9016
9017 2002-05-29 [paul]       0.7.6claws24
9018
9019         * sync with 0.7.6cvs18
9020                 see ChangeLog 2002-05-28 and 2002-05-29
9021
9022         * src/news.c
9023           src/nntp.[ch]
9024                 sync with above 
9025
9026 2002-05-28 [paul]       0.7.6claws23
9027
9028         * sync with 0.7.6cvs16
9029                 see ChangeLog 2002-05-28
9030
9031 2002-05-27 [thorsten]   0.7.6claws22 
9032
9033         * faq/it/sylpheed-faq-1.html
9034           faq/it/sylpheed-faq-2.html
9035           faq/it/sylpheed-faq-3.html
9036           faq/it/sylpheed-faq.html
9037                 corrected DOS lineendings
9038         * faq/de/sylpheed-faq-1.html
9039           faq/de/sylpheed-faq-2.html
9040           faq/en/sylpheed-faq-1.html
9041           faq/en/sylpheed-faq-2.html
9042           faq/en/sylpheed-faq-3.html
9043           faq/es/sylpheed-faq-1.html
9044           faq/es/sylpheed-faq-2.html
9045           faq/es/sylpheed-faq-3.html
9046           faq/fr/sylpheed-faq-1.html
9047           faq/it/sylpheed-faq-1.html
9048           faq/it/sylpheed-faq-2.html
9049           faq/it/sylpheed-faq-3.html
9050           faq/it/sylpheed-faq.html
9051                 changed ">" to &quot;
9052
9053 2002-05-27 [paul]       0.7.6claws21
9054         
9055         * sync with 0.7.6cvs15
9056                 see ChangeLog 2002-05-27
9057
9058 2002-05-27 [paul]       0.7.6claws20
9059
9060         * src/prefs_account.c
9061                 correct a typo
9062
9063 2002-05-26 [paul]       0.7.6claws19
9064
9065         * tools/README
9066                 correct a typo
9067
9068 2002-05-25 [paul]       0.7.6claws18
9069
9070         * tools/README
9071                 add description of kmail2sylpheed.pl
9072
9073 2002-05-25 [paul]       0.7.6claws17
9074
9075         * tools/kmail2sylpheed.pl       ** NEW FILE **
9076                 perl script that converts an exported Kmail address
9077                 book, converts it to sylpheed addressbook file,
9078                 writes the file to .sylpheed, and updates
9079                 addrbook--index.xml 
9080
9081 2002-05-25 [paul]       0.7.6claws16
9082
9083         * sync with 0.7.6cvs14
9084                 see ChangeLog 2002-05-23
9085
9086 2002-05-24 [paul]       0.7.6claws15
9087
9088         * README.claws
9089                 make a correction and add some more info
9090
9091 2002-05-24 [paul]       0.7.6claws14
9092
9093         * src/compose.c
9094                 fix memory leak in 
9095                 compose_redirect_write_headers_from_headerlist()
9096                 add Subject and Resent-Message-ID to
9097                 compose_redirect_write_headers()
9098                 Received, Subject, and X-UIDL are filtered out in 
9099                 compose_redirect_write_to_file()
9100
9101 2002-05-23 [paul]       0.7.6claws13
9102
9103         * src/compose.[ch]
9104           src/filtering.c
9105           src/mainwindow.c
9106           src/matcher.[ch]
9107           src/matcher_parser_lex.l
9108           src/matcher_parser_parse.y
9109           src/prefs_common.[ch]
9110           src/prefs_filtering.c
9111           src/summaryview.c
9112                 rename 'Bounce' to 'Redirect'
9113
9114 2002-05-23 [paul]       0.7.6claws12
9115
9116         * more sync with 0.7.6cvs13
9117           src/compose.c
9118                 see ChangeLog 2002-05-22
9119
9120 2002-05-22 [paul]       0.7.6claws11
9121
9122         * sync with 0.7.6cvs13
9123           src/codeconv.c
9124                 see ChangeLog 2002-05-20
9125           src/prefs_common.c
9126                 see ChangeLog 2002-05-22
9127
9128 2002-05-21 [melvin]     0.7.6claws10
9129
9130         * src/folderview.c
9131                 Added missing filtering and scoring headers
9132                 Fixed bad function call that showed garbage 
9133                 in Folder->Processing
9134
9135 2002-05-21 [paul]       0.7.6claws9
9136
9137         * tools/Makefile.am
9138                 make all tools executable, (patch by Alfons).
9139
9140 2002-05-20 [alfons]     0.7.6claws8
9141
9142         * src/procheader.c
9143                 don't forget to call mktime() so we have a valid week 
9144                 and year day
9145                 (Bug report by Roger Sondermann <mail@jumaros.de>)
9146
9147 2002-05-20 [paul]       0.7.6claws7
9148
9149         * src/html.c
9150                 fix broken parsing of urls
9151         * src/textview.c
9152                 fix displaying of urls
9153
9154                 both fixes from the patch [547855] by Eugene 
9155                 Brevdo (zonem)
9156
9157 2002-05-19 [alfons]     0.7.6claws6
9158
9159         * configure.in
9160                 make sylpheed configure correctly with the latest
9161                 and greatest of automake / autoconf / gettext
9162
9163 2002-05-19 [alfons]     0.7.6claws5
9164
9165         * src/procheader.c
9166         * src/procheader.h
9167                 add function for returning ime zone offset
9168         * src/quote_fmt.c
9169         * src/quote_fmt_parse.y
9170                 better quotation formatting - does not convert
9171                 to local time, but uses the original date string.
9172                 
9173                 Note: %z inserts the timezone offset (should 
9174                 work also on platforms where strftime does not
9175                 support %z).
9176
9177 2002-05-18 [christoph]  0.7.6claws4
9178
9179         * src/summaryview.c
9180                 fix indentation of some code
9181         * tools/Makefile.am
9182                 fix spaces after \
9183         * src/Makefile.am
9184                 add missing \
9185                 correct path for ignorethread.xpm
9186                 incorrect filename for sylpheed_logo.xpm
9187                 add missing include matcher_parser_parse.h
9188
9189 2002-05-18 [paul]       0.7.6claws3
9190
9191         * sync with 0.7.6cvs8
9192                 see ChangeLog 2002-05-16 and 2002-05-17
9193
9194 2002-05-18 [melvin]     0.7.6claws2
9195
9196         * README.claws
9197                 Corrected an action's definition and fixed some misspellings.
9198
9199 2002-05-18 [paul]       0.7.6claws1
9200
9201         * tools/Makefile.am
9202           tools/gpg-sign        ** new file **
9203           tools/uudec           ** new file **
9204                 add Melvin's Actions scripts
9205
9206         * README.claws
9207                 add Melvin's descriptions for Actions
9208
9209 2002-05-18 [paul]       0.7.6claws
9210
9211         * Version 0.7.6claws released
9212
9213 2002-05-17 [paul]       0.7.5claws32
9214
9215         * po/es.po
9216                 updated by Ricardo Mones Lastra
9217
9218 2002-05-17 [paul]       0.7.5claws31
9219
9220         * src/compose.c
9221                 fix Account prefs default folder for sent/draft/deleted
9222                 messages bug
9223
9224         * po/it.po
9225           po/nl.po
9226                 updated translation by Alessandro Maestri and
9227                 Wilbert Berendsen
9228
9229 2002-05-17 [melvin]     0.7.5claws30
9230
9231         * src/prefs_actions.c
9232                 Fixed bug where using %F not at the end of the command 
9233                 resulted in an additional empty argument being created.
9234                 Thanks to Darko Koruga for reporting the bug.
9235
9236 2002-05-17 [melvin]     0.7.5claws29
9237
9238         * po/fr.po
9239                 Updated French translations.
9240
9241 2002-05-15 [paul]       0.7.5claws28
9242         
9243         * po/es.po
9244                 updated by Ricardo Mones Lastra
9245
9246 2002-05-15 [paul]       0.7.5claws27
9247
9248         * sync with 0.7.6cvs4
9249                 see ChangeLog 2002-05-14 and 2002-05-15
9250
9251 2002-05-14 [paul]       0.7.5claws26
9252
9253         * sync with 0.7.6cvs1
9254                 see ChangeLog 2002-05-13
9255
9256 2002-05-13 [thorsten]   0.7.5claws25
9257
9258         * src/messageview.c
9259                 fix select_all and copy in multipart messages
9260         * src/mainwindow.c
9261                 fix select_all and copy in multipart messages
9262
9263 2002-05-12 [paul]       0.7.5claws24
9264
9265         * src/summaryview.c
9266                 reverse last commit, bug already fixed in 0.7.5claws3
9267
9268 2002-05-12 [netztorte]  0.7.5claws23
9269
9270         * src/summaryview.c
9271                 dont parse empty addressbook (checked in before claws20)
9272
9273 2002-05-12 [melvin]     0.7.5claws22
9274
9275         * src/procmsg.[ch]
9276                 Removed unneeded priority code introduced by the previous 
9277                 commit.
9278
9279 2002-05-12 [melvin]     0.7.5claws21
9280
9281         * src/compose.[ch]
9282                 Added possibility to set message's priority.
9283         * src/procmsg.[ch]
9284                 Added possibility to set message's priority.
9285                 Added missing headers
9286
9287 2002-05-12 [melvin]     0.7.5claws20
9288
9289         * src/prefs_actions.c
9290                 Removed implicitely added quotes around the name
9291                 of the temporary files of mime parts.
9292
9293 2002-05-12 [paul]       0.7.5claws19
9294
9295         * sync with 0.7.5cvs20
9296                 see ChangeLog 2002-05-11
9297
9298 2002-05-12 [alfons]     0.7.5claws18
9299
9300         * src/quote_fmt_lex.l
9301         * src/quote_fmt_parse.y
9302                 allow quote / reply date & time format to be set using
9303                 %D{format}. format is a format string you'd pass to
9304                 strftime() (see man strftime, or the Display tab |
9305                 Date format setting).
9306
9307                 Currently %D converts the date to local time. 
9308
9309 2002-05-11 [paul]       0.7.5claws17
9310
9311         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
9312                 see ChangeLog 2002-05-10 and 2002-05-11
9313
9314 2002-05-10 [paul]       0.7.5claws16
9315
9316         * sync with 0.7.5cvs16
9317                 see ChangeLog entries 2002-05-09 and 
9318                 2002-05-10
9319
9320 2002-05-10 [colin]      0.7.5claws15
9321
9322         * src/textview.c
9323                 Corrected a bug that prevented sylpheed to open
9324                 double-clicked URIs.
9325
9326 2002-05-09 [paul]       0.7.5claws14
9327
9328         * sync with 0.7.5cvs14
9329                 see ChangeLog 2002-05-08 and 2002-05-09
9330
9331 2002-05-08 [paul]       0.7.5claws13
9332
9333         * sync with 0.7.5cvs11
9334                 see ChangeLog entry 2002-05-08
9335
9336 2002-05-08 [paul]       0.7.5claws12
9337
9338         * src/mainwindow.c
9339           src/textview.[ch]
9340                 fix segfault on View->Open in new window
9341                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9342
9343 2002-05-07 [paul]       0.7.5claws11
9344
9345         * sync with 0.7.5cvs9
9346                 see ChangeLog entry 2002-05-07
9347
9348 2002-05-06 [paul]       0.7.5claws10
9349
9350         * src/messageview.c
9351           src/textview.c
9352                 display url in statusbar on single-click
9353                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9354
9355 2002-05-06 [match]      0.7.5claws9
9356
9357         * src/addritem.[ch]
9358                 new functions.
9359         * src/addrcache.c
9360                 tidy up.
9361         * src/xmlprops.[ch]
9362                 XML implementation of properties file.
9363         * src/exporthtml.[ch]
9364         * src/expthtmldlg.[ch]
9365         * src/addressbook.c
9366                 export to HTML.
9367
9368 2002-05-02 [sergey]     0.7.5claws8
9369
9370         * src/mainwindow.c (mainwin_entries),
9371           src/prefs_common.c (prefs_send_create()),
9372           src/codeconv.c (locale_table):
9373                 use charset name "Windows-1251" instead of "CP1251".
9374
9375 2002-05-02 [colin]      0.7.5claws7
9376         
9377         * src/compose.c
9378           src/prefs_common.c
9379           src/prefs_folder_item.c
9380                 Fixed cosmetics bugs due to Outbox renamed to Sent.
9381
9382 2002-05-02 [hiro]       0.7.5claws6
9383
9384         * src/imap.c
9385                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
9386
9387 2002-05-02 [paul]       0.7.5claws5
9388
9389         * src/compose.c
9390                 more sync with 0.7.5cvs7, see ChangeLog entry
9391                 2002-05-02
9392
9393 2002-05-02 [hiro]       0.7.5claws4
9394
9395         * src/compose.c
9396                 compose_queue_sub():
9397                 check if queue folder exists (closes #550397).
9398                 removed directory creation since it should be handled
9399                 transparently.
9400         * src/imap.c
9401                 imap_add_msg(): return UID for appended message
9402                 (closes #548842).
9403
9404 2002-04-30 [paul]       0.7.5claws3
9405
9406         * src/summaryview.c
9407                 fix account_find_from_address() bug
9408
9409 2002-04-28 [colin]      0.7.5claws2
9410
9411         * src/compose.c
9412           src/textview.c
9413           src/prefs_common.[ch]
9414           src/utils.[ch]
9415                 Added user-definable quotation characters recognition.
9416
9417 2002-04-28 [paul]       0.7.5claws1
9418
9419         * sync with 0.7.5cvs4
9420                 see ChangeLog entry  2002-04-25
9421
9422 2002-04-28 [paul]       0.7.5claws
9423
9424         * po/es.po
9425           po/nl.po
9426           po/pt_BR.po
9427                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
9428                 Fabio Junior Beneditto
9429
9430 2002-04-27 [jens]       0.7.4claws103
9431
9432         * po/de.po
9433                 updated German translation.
9434
9435 2002-04-27 [hiro]       0.7.4claws102
9436
9437         * src/summaryview.c
9438                 summary_write_cache(): fixed the mark loss of hidden messages.
9439
9440 2002-04-26 [melvin]     0.7.4claws101
9441
9442         * src/procmsg.c
9443                 fixed a second typo (same one)
9444         * po/fr.po
9445           po/it.po
9446           po/pt_BR.po
9447                 fixed the type again...
9448
9449 2002-04-26 [melvin]     0.7.4claws100
9450
9451         * src/procmsg.c
9452                 fixed a typo in an alert message ("temorary").
9453         * po/it.po
9454         * po/pt_BR.po
9455                 corrected the typo  described above.
9456         * po/fr.po
9457                 updated French translation.
9458
9459 2002-04-26 [darko]      0.7.4claws99
9460
9461         * src/summaryview.c
9462                 fix target folder colorization
9463
9464 2002-04-25 [paul]       0.7.4claws98
9465
9466         * po/it.po
9467                 updated by Alessandro Maestri
9468
9469 2002-04-24 [colin]      0.7.4claws97
9470         
9471         * src/compose.c
9472                 Fixed double "subject is empty" question.
9473
9474 2002-04-23 [colin]      0.7.4claws96
9475         
9476         * src/mimeview.c
9477                 Corrected issue when "automatically display images" was
9478                 not set : first image remained after selecting second.
9479
9480 2002-04-23 [melvin]     0.7.4claws95
9481
9482         * src/prefs_actions.c
9483                 Don't display in/out dialog if there is nothing to show.
9484
9485 2002-04-23 [paul]       0.7.4claws94
9486
9487         * sync with 0.7.5cvs3
9488                 bug fixes: see ChangeLog entry 2002-04-23
9489
9490 2002-04-22 [darko]      0.7.4claws93
9491
9492         * src/compose.c
9493                 fix previous check-in which changed code after
9494                 merge from main
9495
9496 2002-04-22 [paul]       0.7.4claws92
9497
9498         * faq/de/*
9499                 add German FAQ
9500         * faq/en/*
9501           faq/es/*
9502           faq/fr/*
9503                 update English, Spanish and French FAQs
9504         * manual/de/*
9505           manual/es/*
9506                 add German and Spanish manuals
9507         * manual/en/*
9508           manual/fr/*
9509                 update English and French manuals
9510
9511         * src/Makefile.am
9512                 add to and re-arrange the pixmap entries
9513
9514 2002-04-22 [darko]      0.7.4claws91
9515
9516         * src/compose.c
9517                 fix sender initials recognition to only allow
9518                 '>' after the initials
9519
9520 2002-04-21 [paul]       0.7.4claws90
9521
9522         * sync with 0.7.5 release
9523                 see ChangeLog entry 2002-04-21
9524
9525 2002-04-21 [alfons]
9526
9527         * src/Makefile.am
9528                 add colin's new pixmaps to EXTRA_DIST
9529
9530 2002-04-21 [colin]      0.7.4claws89
9531         * src/compose.c
9532         * src/inc.c
9533         * src/mainwindow.[ch]
9534         * src/prefs_common.[ch]
9535         * src/stock_pixmap.[ch]
9536                 Added "Work offline" ability.
9537
9538 2002-04-21 [colin]      0.7.4claws88
9539         
9540         * src/mimeview.c
9541         * src/prefs_common.c
9542         * src/prefs_common.h
9543         * src/textview.c : Added an option to common preferences -> display
9544           to allow user not to automatically display images.
9545
9546 2002-04-21 [paul]       0.7.4claws87
9547
9548         * sync with 0.7.4cvs52
9549                 see ChangeLog entry 2002-04-21 (src/imap.c)
9550
9551 2002-04-21 [paul]       0.7.4claws86
9552
9553         * sync with 0.7.4cvs51
9554                 see ChangeLog entry 2002-04-21
9555
9556 2002-04-21 [paul]       0.7.4claws85
9557
9558         * sync with 0.7.4cvs49
9559                 see ChangeLog entries 2002-04-20 and 2002-04-21
9560
9561         * src/Makefile.am
9562                 clean up: remove old 'stock_' element from xpm 
9563                 filenames.
9564
9565 2002-04-21 [alfons]     0.7.4claws84
9566
9567         apply sync patch from Paul
9568
9569         * src/folderview.c
9570                 use old claws prefs_folder_item_create() for now
9571
9572 2002-04-19 [match]      0.7.4claws83
9573
9574         * src/addressbook.[ch]
9575         * src/addrharvest.[ch]
9576         * src/addrgather.[ch]
9577                 recurse folders.
9578         * src/mainwindow.c
9579         * src/summaryview.[ch]
9580                 change menu option.
9581
9582 2002-04-19 [paul]       0.7.4claws82
9583
9584         * po/pt_BR.po
9585                 updated by Fabio Junior Beneditto
9586
9587 2002-04-14 [alfons]     0.7.4claws81
9588
9589         * src/passphrase.c
9590                 add #include <sys/types.h> for mode_t and off_t 
9591
9592 2002-04-13 [paul]       0.7.4claws80
9593         
9594         * src/main.c
9595           src/passphrase.[ch]
9596           src/pgptext.c
9597           src/prefs_common.[ch]
9598           src/rfc2015.c
9599                 enable storing of GnuPG passphrase for the whole 
9600                 session or a user-defined number of minutes. patch 
9601                 submitted by Ravemax <ravemax@dextrose.com>
9602
9603 2002-04-13 [alfons]     0.7.4claws79
9604
9605         * src/textview.c
9606                 make email parser also stop scanning when encountering separators
9607                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
9608
9609 2002-04-13 [paul]       0.7.4claws78
9610
9611         * sync with 0.7.4cvs39
9612                 see ChangeLog entry 2002-04-12
9613
9614 2002-04-11 [paul]       0.7.4claws77
9615
9616         * sync with 0.7.4cvs37
9617                 see ChangeLog entry 2002-04-11
9618
9619 2002-04-11 [paul]       0.7.4claws76
9620
9621         * COPYING 
9622                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
9623                 the clause for OpenSSL). sync with sylpheed main
9624
9625 2002-04-09 [melvin]     0.7.4claws75
9626
9627         * src/compose.c
9628                 Made 'Ctrl-Enter' on send ignore some modifiers 
9629                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
9630                 to bind other *-Enter (but not Alt-Enter).
9631
9632 2002-04-09 [paul]       0.7.4claws74
9633
9634         * sync with 0.7.4cvs35
9635                 see ChangeLog entries 2002-04-09
9636
9637 2002-04-08 [paul]       0.7.4claws73
9638
9639         * sync with 0.7.4cvs33
9640                 see ChangeLog entry 200-04-08
9641
9642 2002-04-07 [match]      0.7.4claws72
9643
9644         * src/addrharvest.[ch]
9645                 fixed to read all addresses in header, regardless
9646                 of header size. improved name parsing. accommodate
9647                 harvest from folders and selected message.
9648         * src/addritem.[ch]
9649                 included new address parsing function.
9650         * src/addrgather.[ch]
9651         * src/addressbook.[ch]
9652         * src/summaryview.[ch]
9653         * src/mainwindow.c
9654                 allow address harvest of folder as well as selected
9655                 messages.
9656
9657 2002-04-07 [paul]       0.7.4claws71
9658
9659         * src/esmtp.[ch]
9660           src/smtp.c
9661                 don't try to authenticate with CRAM-MD5 in SMTP when 
9662                 SMTP-AUTH enabled if MTA doesn't issue this 
9663                 auth-method in it's ehlo-response. bug item #531364,
9664                 patch item #938910. patch submitted by Colin Leroy 
9665                 <colin@colino.net>
9666
9667 2002-04-07 [paul]       0.7.4claws70
9668
9669         * src/nntp.c
9670                 fix missing MODE_READER bug. patch submitted by
9671                 Colin Leroy <colin@colino.net>
9672
9673 2002-04-07 [alfons]     0.7.4claws69
9674
9675         * src/matcher.[ch]
9676         * src/prefs_filtering.c
9677         * src/summaryview.c
9678                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
9679                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
9680
9681 2002-04-07 [paul]       0.7.4claws68
9682
9683         * sync with 0.7.4cvs32
9684                 see ChangeLog entry 2002-04-06
9685
9686         * tools/filter_conv.pl
9687                 more bug fixes
9688
9689 2002-04-06 [paul]       0.7.4claws67
9690
9691         * tools/filter_conv.pl
9692                 modify to be able to find the name of the first
9693                 mailbox and use that. main's filter does not
9694                 record the full path to the mailbox and therefore
9695                 can only filter to the first mailbox.
9696
9697 2002-04-05 [paul]       0.7.4claws66
9698
9699         * tools/filter_conv.pl
9700                 attempt to make the script all-encompassing and
9701                 be able to convert any main 'filter' rule thrown
9702                 at it
9703
9704 2002-04-05 [paul]       0.7.4claws65
9705
9706         * tools/filter_conv.pl
9707                 allow for collapsed folder trees
9708
9709 2002-04-05 [paul]       0.7.4claws64
9710
9711         * sync with 0.7.4cvs31
9712                 see ChangeLog entries 2002-04-05
9713
9714 2002-04-03 [paul]       0.7.4claws63
9715
9716         * sync with 0.7.4cvs29
9717                 see ChangeLog entries 2002-04-02 and 2002-04-03
9718
9719 2002-04-02 [paul]       0.7.4claws62
9720
9721         * sync with 0.7.4cvs26
9722                 see ChangeLog entry 2002-04-01
9723
9724 2002-04-02 [match]      0.7.4claws61
9725
9726         * src/pine.[ch]
9727         * src/importpine.[ch]
9728         * src/addressbook.c
9729                 import Pine address book.
9730
9731 2002-04-02 [match]      0.7.4claws60
9732
9733         * src/addrharvest.[ch]
9734                 improve address parsing of funky addresses.
9735
9736 2002-04-02 [darko]      0.7.4claws59
9737
9738         * src/compose.c
9739                 wrap on send improvements, it now recognizes quoted
9740                 initials as part of the quotation string, and it
9741                 does not join lines separated by CR
9742
9743 2002-04-01 [match]      0.7.4claws58
9744
9745         * src/mgutils.[ch]
9746                 added new functions.
9747         * src/mutt.[ch]
9748                 remove excessive duplicate address generation
9749                 on import.
9750
9751 2002-04-01 [alfons]     0.7.4claws57
9752         
9753         * src/summaryview.c
9754                 put back g_free() 
9755
9756 2002-04-01 [paul]       0.7.4claws56
9757
9758         * sync with 0.7.4cvs25
9759                 see ChangeLog entry 2002-04-01
9760
9761 2002-04-01 [alfons]     0.7.4aprilfool55
9762
9763         * src/summaryview.c
9764                 honour feature request item #537427 to allow for
9765                 displaying names from address book for sent mail also
9766
9767 2002-03-29 [paul]       0.7.4claws54
9768
9769         * src/mainwindow.c
9770           src/prefs_filtering.[ch]
9771           src/prefs_matcher.c
9772           src/summaryview.c
9773                 add 'fast filter' for claws' filtering,
9774                 /Tools/Create filter rule/... patch submitted
9775                 by Neill Miller <neillm@thecodefactory.org>
9776
9777 2002-03-29 [paul]       0.7.4claws53
9778
9779         * sync with 0.7.4cvs24
9780                 see ChangeLog entry 2002-03-29
9781
9782 2002-03-28 [paul]       0.7.4claws52
9783
9784         * sync with 0.7.4cvs23
9785                 see ChangeLog entry 2002-03-28
9786
9787 2002-03-27 [melvin]     0.7.4claws51
9788
9789         * src/prefs_actions.c
9790                 Added support to pass only one message part (as a
9791                 file) to the command using '%p'. No quotes are needed
9792                 because doubles quotes are automatically added.
9793                 Fixed bug where Sylpheed could block when waiting for
9794                 a child process to finish.
9795                 Changed the help menu to remove quotes around symbols to 
9796                 avoid misinterpretation (they must not be used).
9797
9798 2002-03-27 [melvin]     0.7.4claws50
9799
9800         * src/inc.c
9801                 Made the new mail notification command always 
9802                 execute asynchronously.
9803
9804 2002-03-27 [paul]       0.7.4claws49
9805
9806         * src/compose.c
9807                 fix bug introduced in last commit
9808
9809 2002-03-27 [paul]       0.7.4claws48
9810
9811         * sync with 0.7.4cvs21
9812                 see ChangeLog 2002-03-26 and 2002-03-27
9813
9814 2002-03-26 [hoa]        0.7.4claws47
9815
9816         * src/prefs_folder_item.c
9817                 really fixed the bug #516442 with folder rescan.
9818
9819 2002-03-26 [paul]       0.7.4claws46
9820
9821         * sync with 0.7.4cvs19
9822                 see ChangeLog entries 2002-03-25 and 2002-03-26
9823
9824 2002-03-25 [hoa]        0.7.4claws45
9825
9826         * src/matcher.c
9827         * src/mh.c
9828                 fix the bug #516442 with folder rescan.
9829
9830         * src/prefs_common.[ch]
9831         * src/compose.c
9832                 added an option to enable two different behaviours
9833                 for bounce.
9834
9835
9836 2002-03-25 [paul]       0.7.4claws44
9837
9838         * src/mainwindow.c
9839           src/selective_download.c
9840                 correct a few menuitem labels
9841
9842 2002-03-25 [christoph]  0.7.4claws43
9843
9844         * src/procmsg.c
9845                 fix non deleted tmp message in
9846                 procmsg_save_to_outbox
9847                 fix problems caused by sync with
9848                 main branch's procmsg_send_queue
9849
9850 2002-03-25 [paul]       0.7.4claws42
9851
9852         * src/quote_fmt.c
9853           src/quote_fmt_lex.l
9854           src/quote_fmt_parse.y
9855                 add Last name (%L) placeholder for quoting. 
9856                 patch submitted by Thorsten Thielen 
9857                 <thth@users.sourceforge.net>
9858
9859 2002-03-25 [paul]       0.7.4claws41
9860
9861         * src/utils.c
9862                 get full hostname. patch submitted by
9863                 Bob Woodside <rwoodside1@comcast.net>
9864
9865 2002-03-25 [paul]       0.7.4claws40
9866
9867         * src/account.c
9868           src/news.c
9869           src/nntp.[ch]
9870           src/prefs_account.[ch]
9871                 enable NNTP over SSL. patch submitted by
9872                 Pascal Jermini <pascal@infinity.hn.org>
9873
9874 2002-03-24 [paul]       0.7.4claws39
9875
9876         * src/prefs_common.c
9877                 make the arrangement of the Compose tab more
9878                 coherent
9879
9880         * src/mainwindow.c
9881                 fix some irregularities of style
9882
9883         * po/de.po
9884                 updated by Kilian Krause
9885
9886 2002-03-23 [paul]       0.7.4claws38
9887
9888         * po/pt_BR.po
9889                 updated by Fabio Junior Beneditto
9890
9891 2002-03-23 [paul]       0.7.4claws37
9892
9893         * src/mainwindow.c
9894                 move 'Gather addresses' to 'Tools' menu
9895                 make 'Selective download' sensitive
9896
9897 2002-03-23 [paul]       0.7.4claws36
9898
9899         * sync with 0.7.4cvs16
9900                 see ChangeLog entries 2002-03-23
9901
9902 2002-03-22 [christoph]  0.7.4claws35
9903
9904         * src/quote_fmt_parse.y
9905                 fix include program output
9906
9907 2002-03-22 [alfons]     0.7.4claws34
9908
9909         * src/pop.c
9910                 initialize GDate stack variable correctly (sorry!)
9911
9912 2002-03-22 [paul]       0.7.4claws33
9913
9914         * src/compose.c
9915           src/mainwindow.c
9916           src/prefs_actions.c
9917           src/prefs_common.c
9918                 rename 'Tool' to 'Tools'
9919
9920         * src/mainwindow.c
9921                 move 'Delete duplicated messages' from
9922                 'Message/' to 'Tools/'
9923                 re-arrange the order of 'Tools/' items
9924
9925 2002-03-22 [paul]       0.7.4claws32
9926
9927         * src/addr_compl.c
9928           src/addressbook.[ch]
9929                 auto-address completion now also matches on
9930                 Nickname. patch submitted by Bob Forsman 
9931                 <hammor@users.sourceforge.net>
9932
9933         * src/editaddress.c
9934                 correct a spelling mistake
9935
9936 2002-03-22 [alfons]     0.7.4claws31
9937
9938         * src/pop.c
9939                 fix getting uidl from incorrect string 
9940                 (spotted by Colin)
9941
9942 2002-03-21 [alfons]     0.7.4claws30
9943
9944         * src/pop.c
9945                 more code refactoring
9946                 plug mem leak introduced by delete on server
9947
9948 2002-03-21 [paul]       0.7.4claws29
9949
9950         * sync with 0.7.4cvs11
9951                 see ChangeLog entries 2002-03-20
9952
9953 2002-03-20 [alfons]     0.7.4claws28
9954
9955         * src/inc.c
9956                 apply Colin's patch and refactor
9957
9958 2002-03-20 [paul]       0.7.4claws27
9959
9960         * sync with sylpheed 0.7.4cvs9
9961                 see ChangeLog entry 2002-03-20
9962
9963 2002-03-19 [christoph]  0.7.4claws26
9964
9965         * src/mh.c
9966         * src/procmsg.[ch]
9967         * src/summaryview.c
9968                 revert changes for flag updates
9969                 (does not work correctly and no time to debug)
9970
9971 2002-03-20 [alfons]     0.7.4claws25
9972
9973         * src/pop.c
9974                 refactor should_delete() a little bit 
9975
9976 2002-03-19 [paul]       0.7.4claws24
9977
9978         * src/inc.[ch]
9979           src/pop.c
9980           src/prefs_account.[ch]
9981                 allow the user to leave downloaded mail on the 
9982                 server for n days. Patch submitted by Colin Leroy 
9983                 <colin@colino.net>
9984
9985 2002-02-19 [paul]       0.7.4claws23
9986
9987         * sync with sylpheed 0.7.4cvs8
9988                 see ChangeLog entries 2002-03-19
9989
9990 2002-03-18 [paul]       0.7.4claws22
9991
9992         * sync with sylpheed 0.7.4cvs6
9993                 see ChangeLog entry 2002-03-18
9994
9995 2002-03-18 [paul]       0.7.4claws21
9996
9997         * po/en_GB.po
9998                 add en_GB message catalogue
9999
10000         * src/mbox_folder.c
10001           src/prefs_account.c
10002           src/prefs_actions.c
10003                 correct a few spelling mistakes
10004
10005 2002-03-17 [alfons]     0.7.4claws20
10006
10007         * src/matcher.c
10008                 more stringent checks for NULL params when writing
10009                 filtering actions to a file
10010                 
10011 2002-03-17 [hoa]        0.7.3claws20
10012
10013         * src/news.c
10014                 fixed the count of new messages
10015
10016         * src/compose.c
10017                 fixed the "attachment properties" window
10018
10019 2002-03-17 [paul]       0.7.4claws19
10020
10021         * src/defs.h
10022           src/folder.h
10023           src/news.c
10024           src/prefs_account.[ch]
10025           src/procmsg.[ch]
10026           src/summaryview.c
10027                 automatically mark cross-posted messages as read 
10028                 and (optionally) give them a colour label
10029                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
10030                 
10031
10032 2002-03-17 [paul]       0.7.4claws18
10033
10034         * sync with sylpheed 0.7.4cvs5
10035                 see ChangeLog entry 2002-03-17
10036
10037 2002-03-17 [melvin]     0.7.4claws17
10038         
10039         * src/textview.c
10040                 Worked around a gtktext 'bug': when searching for 
10041                 a text in a long message it was scrolling slowly
10042                 line by line until it hit the searched text.
10043         * po/fr.po
10044                 Updated French translation
10045
10046 2002-03-17 [melvin]     0.7.4claws16
10047
10048         * src/mainwindow.c
10049         * src/compose.c
10050         * src/prefs_actions.c
10051                 Moved "Edit/Actions" to "Tool/Actions"
10052                 Made mainwindow/compose window sensitive as soon as
10053                 no child process is running anymore even if the io dialog
10054                 is open.
10055                 Fixed a struct being initialized with a non constant char*
10056
10057 2002-03-16 [christoph]  0.7.4claws15
10058
10059         * configure.in
10060                 add --with-compiler-flags option
10061                 (only for developer hacking)
10062         * src/mh.c
10063         * src/procmsg.[ch]
10064         * src/summaryview.c
10065                 try to make folder-stats and flag handling more
10066                 independent from the summaryview. msgcounts
10067                 are only set when the folder is opened and
10068                 procmsg_msginfo_(un)set_flags will handle it
10069                 later and summaryview will get the values
10070                 from the folder.
10071
10072 2002-03-16 [paul]       0.7.4claws14
10073
10074         * src/messageview.c
10075                 fix Return-receipt. Patch submitted by Bob
10076                 Woodside <rwoodside1@comcast.net>
10077
10078 2002-03-16 [paul]       0.7.4claws13
10079
10080         * src/compose.c
10081                 fix 'dynamic' signatures, make it work again
10082                 broken during sync on 2002-03-14 (0.7.4claws2)
10083
10084 2002-03-15 [match]      0.7.4claws12
10085
10086         * src/addrharvest.[ch]
10087         * src/addrgather.[ch]
10088         * src/addressbook.[ch]
10089         * src/mainwindow.c
10090                 included address harvester feature. still some
10091                 issues with address parsing that I will fix.
10092
10093 2002-03-15 [match]      0.7.4claws11
10094
10095         * src/addrbook.[ch]
10096         * src/addrcache.[ch]
10097         * src/addressbook.[ch]
10098         * src/addrindex.c
10099         * src/editbook.c
10100         * src/importldif.c
10101         * src/importmutt.c
10102         * src/jpilot.[ch]
10103         * src/main.c
10104         * src/syldap.[ch]
10105         * src/vcard.[ch]
10106                 tidy up. fix memory leaks. moved attribs and methods
10107                 from individual interfaces to addrcache object. prep
10108                 for new stuff to come in.
10109
10110 2002-03-15 [alfons]     0.7.4claws10
10111
10112         * src/matcher.[ch]
10113         * src/matcher_parser_parse.y
10114         * src/matcher_parser_lex.l
10115         * src/prefs_matcher.c
10116                 add filtering conditions message greater than, smaller 
10117                 than, and exactly matching a size in bytes
10118                 (does not work with delete from POP3 server yet)
10119
10120                 this should also give others an idea what you should
10121                 do to add new criterions to claws filtering system
10122                 
10123
10124 2002-03-15 [paul]       0.7.4claws9
10125
10126         * tools/filter_conv.pl
10127                 exit if there are no filter rules to convert
10128                 rename filterrc to filterrc.old after completion
10129
10130 2002-03-15 [paul]       0.7.4claws8
10131
10132         * sync with sylpheed 0.7.4cvs3
10133                 see ChangeLog entry 2002-03-14
10134
10135 2002-03-14 [paul]       0.7.4claws7
10136
10137         * src/compose.c
10138                 clean up the last commit (ahem)
10139
10140 2002-03-14 [paul]       0.7.4claws6
10141
10142         * src/compose.c
10143                 fix bug #515655. honour account preferences
10144                 regarding gpg default signing/encryption when 
10145                 changing account from the compose window.
10146
10147 2002-03-14 [paul]       0.7.4claws5
10148
10149         * src/folderview.c
10150                 remove unnecessary curly brackets
10151
10152 2002-03-14 [paul]       0.7.4claws4
10153
10154         * src/folderview.c
10155           src/prefs_filtering.[ch]
10156                 add filter rename on folder rename and filter
10157                 delete on folder delete. Patch submitted by
10158                 Neill Miller <neillm@thecodefactory.org> 
10159
10160 2002-03-14 [christoph]  0.7.4claws3
10161
10162         * src/procmsg.c
10163         * src/send.c
10164                 fix local delivery
10165                 (patch submitted by "Simon 'corecode' Schubert")
10166         * src/prefs_common.c
10167         * src/procmsg.c
10168                 fix gcc 3.0 warning
10169
10170 2002-03-14 [paul]       0.7.4claws2
10171
10172         * sync with sylpheed 0.7.4cvs2
10173                 see ChangeLog entry 2002-03-13
10174
10175 2002-03-12 [darko]      0.7.4claws1
10176
10177         * src/mainwindow.c
10178                 fix what seems to be a copy and paste error
10179                 when setting color for important messages
10180                 (reported by wwp)
10181
10182 2002-03-11 [paul]       version 0.7.4claws released
10183
10184 2002-03-11 [paul]       0.7.4claws
10185
10186         * po/es.po
10187           po/it.po
10188           po/nl.po
10189           po/pt_BR.po
10190                 update message catalogs. Submitted by Ricardo Mones 
10191                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
10192                 Fabio Junior Beneditto
10193
10194         * configure.in
10195           faq/Makefile.am
10196           faq/it/Makefile
10197           faq/it/sylpheed-faq*
10198           src/mainwindow.c
10199           src/manual.[ch]
10200                 add FAQ in Italian
10201         
10202
10203 2002-03-11 [jens]       0.7.3claws7
10204
10205         * po/de.po
10206                 updated German translation
10207
10208 2002-03-11 [melvin]     0.7.3claws6
10209
10210         * po/fr.po
10211                 updated and corrected French translation
10212
10213 2002-03-10 [hoa]        0.7.3claws5
10214
10215         * src/account.c
10216         * src/inc.c
10217         * src/prefs_account.c
10218         * src/procmsg.c
10219         * src/send.[ch]
10220                 fixed the local account.
10221                 you have to change the default "/usr/sbin/sendmail"
10222                 to "/usr/sbin/sendmail -t" in the preferences of
10223                 the local account.
10224
10225         * src/procmime.c
10226                 removed some debug display for renderer
10227
10228 2002-03-10 [paul]       0.7.3claws4
10229
10230         * faq/en/sylpheed-faq-1.html
10231           faq/en/sylpheed-faq-2.html
10232                 update
10233
10234 2002-03-09 [paul]       0.7.3claws3
10235
10236         * sync with sylpheed 0.7.4
10237                 see ChangeLog entry 2002-03-09
10238
10239 2002-03-08 [paul]       0.7.3claws2
10240
10241         * faq/en/sylpheed-faq*
10242           faq/es/sylpheed-faq*
10243           faq/fr/sylpheed-faq*
10244                 update the FAQs
10245
10246         * manual/fr/.cvsignore
10247           manual/fr/Makefilea.am
10248           manual/fr/sylpheed*
10249           src/mainwindow.c
10250           src/manual.[ch]
10251                 add the French manual
10252
10253 2002-03-07 [paul]       0.7.3claws1
10254
10255         * sync with sylpheed 0.7.3cvs4
10256                 see ChangeLog entries  2002-03-06 and 2002-03-07
10257         
10258         * po/nl.po
10259                 updated by Wilbert Berendsen
10260
10261 2002-03-07 [melvin]     0.7.2claws34
10262
10263         * src/selective_download.c
10264                 Changed the pixmap of the receive button to MAIL_RECEIVE.
10265
10266 2002-03-06 [paul]       0.7.2claws33
10267
10268         * sync with sylpheed 0.7.3cvs1
10269                 bug fix, see ChangeLog entry 2002-03-05
10270
10271 2002-03-05 [paul]       0.7.2claws32
10272
10273         * src/mimeview.c
10274           src/pgptext.[ch]
10275           src/procmsg.c
10276                 reverse the pgp ascii-armored code implemented in 
10277                 0.7.2claws16. removal of this code until it matures.
10278                 this means that verifying ascii-armored pgp sigs and
10279                 automatic decryption of ascii-armored encrypted
10280                 messages no longer works.
10281
10282 2002-03-05 [paul]       0.7.2claws31
10283
10284         * configure.in
10285           Makefile.am
10286         * faq/Makefile.am
10287         * faq/en/Makefile.am
10288           faq/en/sylpheed-faq.html
10289           faq/en/sylpheed-faq-1.html
10290           faq/en/sylpheed-faq-2.html
10291           faq/en/sylpheed-faq-3.html
10292         * faq/es/Makefile.am
10293           faq/es/sylpheed-faq.html
10294           faq/es/sylpheed-faq-1.html
10295           faq/es/sylpheed-faq-2.html
10296           faq/es/sylpheed-faq-3.html
10297           faq/es/sylpheed-faq-4.html
10298         * faq/fr/Makefile.am
10299           faq/fr/sylpheed-faq.html
10300           faq/fr/sylpheed-faq-1.html
10301           faq/fr/sylpheed-faq-2.html
10302           faq/fr/sylpheed-faq-3.html
10303         * src/Makefile.am
10304           src/defs.h
10305           src/mainwindow.c
10306           src/manual.[ch]
10307                 add FAQs in English, Spanish and French
10308
10309
10310 2002-03-05 [paul]       0.7.2claws30
10311
10312         * manual/en/sylpheed.html
10313           manual/en/sylpheed-XX.html
10314                 updated the English manual
10315
10316 2002-03-05 [hoa]        
10317
10318         * src/summaryview.c
10319                 dialog box pops up if the article can't be deleted.
10320
10321 2002-03-04 [paul]       
10322         
10323         * po/pt_BR.po
10324                 updated by Fabio Junior Benedito
10325
10326 2002-03-04 [hoa]
10327
10328         * removed ac/gpgme.m4
10329                 to avoid autogen common problem
10330                 developers have to install gpgme development package now
10331
10332         * src/compose.c
10333                 encoding to 7bit or 8bit is enabled.
10334
10335 2002-03-03 [alfons]     0.7.2claws29
10336
10337         * src/pop.c
10338                 merge fix by Oliver Haertel for selective
10339                 download buglet
10340
10341 2002-03-03 [paul]       0.7.2claws28
10342         
10343         * sync with sylpheed 0.7.3
10344
10345 2002-03-03 [paul]       0.7.2claws27
10346
10347         * sync with sylpheed 0.7.2cvs24
10348                 see ChangeLog entries 2002-03-02 and 2002-03-03
10349
10350 2002-03-02 [melvin]     0.7.2claws26
10351
10352         * src/inc.[ch]
10353         * src/main.c
10354         * src/mainwindow.c
10355         * src/prefs_common.[ch]
10356                 Added user definable notification on new mail arrival.
10357                 Removed unused variables in spell checker prefs code.
10358
10359 2002-03-02 [melvin]     0.7.2claws25
10360
10361         * src/quote_fmt.c
10362                 Removed unnecessary escape sequences.
10363                 Changed 'Initial...' to 'Initials of Sender'
10364
10365 2002-03-02 [paul]       0.7.2claws24
10366
10367         * sync with sylpheed 0.7.2cvs22
10368                 see ChangeLog entry 2002-03-01
10369
10370 2002-03-01 [hoa]        0.7.2claws23
10371
10372         * src/mainwindow.c
10373                 Set sensitivity of delete actions to active
10374                 even if the folder is a newsgroup.
10375
10376         * src/summaryview.c
10377                 - Set sensitivity of delete actions
10378                 - Added function check_permission() that will check if the
10379                   user is authorized to delete a message. For news, it
10380                   will check if the author is the same.
10381                 - Enabled deletion when there is no trash folder.
10382
10383         * src/news.[ch]
10384                 - Added news_cancel_article() to cancel articles
10385                 - Implemented news_remove_message() (public function)
10386
10387 2002-03-01 [paul]       0.7.2claws22
10388
10389         * src/gtkutils.c
10390           src/textview.c
10391                 recognise urls that that don't include 'http://' and
10392                 simply begin 'www.' 
10393
10394         * AUTHORS
10395                 remove duplicated name
10396
10397 2002-02-28 [paul]       0.7.2claws21
10398
10399         * src/mainwindow.c
10400           src/summaryview.[ch]
10401                 add ability to 'Select thread'
10402                 combines Melvin's "Select thread's head" patch (#510907)
10403                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
10404                 patch (#518514) 
10405
10406 2002-02-28 [paul]       0.7.2claws20
10407
10408         * src/mimeview.c
10409                 hopefully fix segfault on right-clicking a mime part
10410                 that some people have experienced.      
10411                 fix submitted by Fredrik Olofsson <frol@linux.nu>
10412
10413 2002-02-28 [paul]       0.7.2claws19
10414
10415         * sync with sylpheed 0.7.2cvs21
10416                 see ChangeLog entries 2002-02-27 and 2002-02-28
10417
10418 2002-02-27 [paul]       0.7.2claws18
10419
10420         * sync with sylpheed 0.7.2cvs18
10421                 see ChangeLog entries 2002-02-26 and 2002-02-27
10422
10423 2002-02-26 [alfons]     0.7.2claws17
10424
10425         * src/procheader.c
10426                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
10427                 (spotted by Chris Hessman <idatech@gmx.net>)
10428
10429 2002-02-26 [paul]       0.7.2claws16
10430
10431         * src/mimeview.c
10432           src/pgptext.[ch]
10433           src/procmsg.c
10434                 make decryption of ascii-armored pgp encrypted messages
10435                 and verification of ascii-armored signatures work again.
10436                 slightly altered from the patch by Jens Jahnke 
10437                 <jan0sch@gmx.net>
10438
10439                 ##FIX ME##
10440                 * the checking of plaintext signatures always comes up in 
10441                   a popup box
10442                 * it doesn't work for multipart messages 
10443                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
10444                   including the msg headers and these 2 line themselves, are 
10445                   not displayed
10446
10447         * src/mainwindow.c
10448                 "View/Folder Tree" becomes "View/Separate Folder Tree"
10449                 "View/Message View" becomes "View/Separate Message View"
10450                 because its less ambiguous.
10451
10452         * po/es.po
10453                 updated by Ricardo Mones Lastra
10454
10455 2002-02-26 [paul]       0.7.2claws15
10456
10457         * sync with sylpheed 0.7.2cvs17
10458                 see ChangeLog entries 2002-02-25 and 2002-02-26
10459
10460 2002-02-25 [christoph]  0.7.2claws14
10461
10462         * src/filtering.[ch]
10463         * src/inc.c
10464                 do filtering stuff after all messages have been received
10465                   1. drop all messages to .processing
10466                   2. scan processing folder for messages
10467                   3. filter messages or move to inbox
10468                 this will also find old messages left in processing after
10469                 a crash or something like that and we get a real msginfo
10470                 from folder->get_msg_list and do not have to create our
10471                 own in filter_message
10472         * src/matcher_parser_parse.y
10473                 remove MIX/MAX warning (reordered includes)
10474
10475 2002-02-25 [paul]       0.7.2claws13
10476
10477         * sync with sylpheed 0.7.2cvs15
10478                 see ChangeLog entry 2002-02-24
10479
10480 2002-02-24 [alfons]     0.7.2claws12
10481
10482         * src/filtering.c
10483                 clear old color flags first when applying a new color to
10484                 a message info. 
10485                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
10486
10487 2002-02-24 [alfons]     0.7.2.claws11
10488         
10489         * AUTHORS
10490         * src/prefs_common.c
10491                 add presets for Opera and Konqueror, closes patch #517261,
10492                 submitted by Ville Skyttä <scop@users.sourceforge.net>
10493
10494 2002-02-24 [alfons]     0.7.2.claws10
10495
10496         * AUTHORS
10497         * src/summaryview.c
10498                 fix threading for null message ids, closes patch #521601,
10499                 submitted by Bob Forsman <hammor@users.sourceforge.net>
10500
10501 2002-02-24 [alfons]     0.7.2claws9
10502
10503         * src/summaryview.c
10504         * src/filtering.c
10505                 make Tool | Filter Message work with filtering system so
10506                 setting flags also works
10507
10508                 TODO:
10509
10510                 - Processing uses the same function as Tool | Filter
10511                   Message, but doesn't use the same update proc yet
10512
10513 2002-02-23 [paul]       0.7.2claws8
10514
10515         * sync with sylpheed 0.7.2cvs14
10516                 see ChangeLog entries 2002-02-22 and 2002-02-23
10517
10518 2002-02-22 [christoph]  0.7.2claws7
10519
10520         * src/quote_fmt.c
10521                 Add column space to table
10522         * src/quote_fmt_parse.y
10523                 Close files
10524
10525 2002-02-22 [paul]       0.7.2claws6
10526
10527         * src/Makefile.am
10528           src/defs.h
10529           src/filtering.c
10530           src/inc.[ch]
10531           src/mainwindow.c
10532           src/matcher.[ch]
10533           src/matcher_parser_lex.l
10534           src/matcher_parser_parse.y
10535           src/pop.[ch]
10536           src/prefs_account.h
10537           src/prefs_filtering.c
10538           src/selective_download.[ch]   *** NEW FILES ***
10539           src/utils.[ch]
10540           po/POTFILES.in
10541                 Selective Download added to 'Tool' menu. 
10542                 Retrieves email headers of the currently selected pop3 
10543                 account and allows the user to mark emails for deletion 
10544                 right on the pop3 server. Patch submitted by Oliver Haertel 
10545                 <oha@users.sourceforge.net>.
10546         
10547         * po/POTFILES.in
10548                 add 'src/quote_fmt.c'           
10549
10550 2002-02-22 [christoph]  0.7.2claws5
10551
10552         * src/Makefile.am
10553                 added quote_fmt.c
10554         * src/prefs_common.[ch]
10555         * src/prefs_template.c
10556         * src/quote_fmt.c               *** NEW FILE ***
10557         * src/quote_fmt.h
10558                 move quote format symbol description code
10559                 to it's own file because it is used from
10560                 differnent code parts
10561                 Rewrote symbol description GUI
10562                   + use table
10563                   + add separators
10564                   + get data from array (no more long constant strings)
10565         * src/quote_fmt_lex.l
10566         * src/quote_fmt_parse.y
10567                 Symbol for Literal % changed to \% instead of %%
10568                 (More logical as \ is used for quoting for other symbols)
10569                 Add |f and |p to include files and program output
10570                 Examples:
10571                     |f{/home/.../.signature}
10572                     |p{date}
10573         * po/de.po
10574                 Correct wrong spelling for "Referenzen"
10575
10576 2002-02-21 [paul]       0.7.2claws4
10577
10578         * src/procmsg.c
10579                 forgotten during sync
10580
10581 2002-02-21 [paul]       0.7.2claws3
10582
10583         * sync with sylpheed 0.7.2cvs11
10584                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
10585                 2002-02-20 and 2002-02-21
10586
10587 2002-02-20 [melvin]     0.7.2claws2
10588
10589         * src/prefs_actions.c
10590                 Added error report when child cannot fork or when execvp 
10591                 returns with an error.
10592
10593 2002-02-19 [christoph]  0.7.2claws1
10594
10595         * src/codeconv.c
10596                 return unconverted text if conde conversion is not possible
10597                 when libjconv is used.
10598                 (patch submitted by "Simon 'corecode' Schubert")
10599
10600 2002-02-19 [paul]       
10601
10602         * version 0.7.2claws release
10603
10604 2002-02-19 [paul]       0.7.2claws
10605
10606         * po/nl.po
10607                 updated by Wilbert Berendsen
10608
10609
10610 2002-02-18 [alfons]     0.7.1claws13
10611
10612         * src/syldap.c
10613         * src/jpilot.c
10614                 remove references to dlfcn and explicitly loading functions
10615                 from dynalink libs, because libs linked anyway, and functions
10616                 are loaded explicitly
10617
10618 2002-02-17 [melvin]     0.7.1claws12
10619
10620         * src/prefs_actions.c
10621                 Replaced children wait loop with double fork technique.
10622                 Now, input/output window updated at each new output.
10623                 free_children(): Fixed a memory leak.
10624                 Made input/output window non closable if running children
10625                 still exist.
10626                 Added missing <unistd.h> include.
10627                 Added some --debug outputs.
10628
10629 2002-02-17 [melvin]     0.7.1claws11
10630
10631         * src/summaryview.c
10632                 Fixed bug where descending sort order did not select top
10633                 message.
10634
10635 2002-02-17 [melvin]     0.7.1claws10
10636
10637         * acconfig.h
10638                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10639         * src/prefs_common.c
10640                 Pspell data package directory no more hard coded but
10641                 set during configuration (PSPELL_PATH). (Thanks to 
10642                                 Gustavo Noronha Silva.)
10643
10644 2002-02-17 [melvin]     0.7.1claws9
10645
10646         * configure.in
10647                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10648         * src/gtkspell.c
10649                 Fixed compile-time warnings.
10650
10651 2002-02-16 [alfons]     0.7.1claws8
10652
10653         * src/filesel.c
10654                 fix inadvertent free of NULL pointer which caused
10655                 sylpheed to crash when closing the save-as dialog
10656                 using the window close button
10657
10658 2002-02-16 [carsten]    0.7.1claws7
10659         * src/mainwindow.[ch]
10660           src/summaryview.c
10661           src/prefs_common.c
10662                 fixes for pixmap theming code:
10663                         - recently changed mail attributes shouldn't get
10664                           lost any longer
10665                         - theme is only reloaded iff another theme was
10666                           selected
10667
10668 2002-02-16 [paul]       0.7.1claws6
10669
10670         * sync with sylpheed 0.7.2 release
10671                 see ChangeLog entry 2002-02-15 and 2002-02-16
10672
10673 2002-02-15 [paul]       0.7.1claws5
10674
10675         * sync with sylpheed 0.7.1cvs9
10676                 see ChangeLog entry 2002-02-15
10677
10678         * po/POTFILES.in
10679                 remove unneeded headerwindow.c entry
10680
10681 2002-02-14 [carsten]    0.7.1claws4
10682         * src/summaryview.c
10683                 fixed a bug for "Go to next unread message": there was
10684                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
10685                 in the prefs, because of doing "Search again" instead
10686                 "No"
10687
10688 2002-02-14 [carsten]    0.7.1claws3
10689         * src/stock_pixmap.c
10690                 removed 2 more mem leaks; following memprof,
10691                 this code is "leak free" now :)
10692
10693 2002-02-14 [carsten]    0.7.1claws2
10694         * src/stock_pixmap.c
10695                 used opendir/readdir/closedir instead of scandir
10696                 -> code should work now on Solaris
10697
10698 2002-02-14 [paul]       0.7.1claws1
10699
10700         * sync with sylpheed 0.7.1cvs8
10701                 see ChangeLog entries 2002-02-13 and 2002-02-14
10702
10703         * README.claws
10704                 add some description of Actions and Pixmap Themes
10705
10706 2002-02-13 [paul]       
10707
10708         * version 0.7.1claws release
10709
10710 2002-02-13 [paul]       0.7.1claws
10711
10712         * po/es.po
10713           po/it.po
10714           po/pt_BR.po
10715                 updated translations, submitted by Ricardo Mones Lastra,
10716                 Alessandro Maestri and Fabio Junior Beneditto
10717
10718 2002-02-13 [melvin]     0.7.0claws75
10719
10720         * src/prefs_actions.c
10721                 Added missing "signal.h" include
10722
10723 2002-02-13 [melvin]     0.7.0claws74
10724
10725         * src/prefs_folder_item.c
10726                 Added missing "config.h" include
10727         * po/fr.po
10728                 Updated French translation for folder propriety.
10729
10730 2002-02-13 [jens]       0.7.0claws73
10731
10732         * po/POTFILES.in
10733                 Added missing src/prefs_folder_item.c [log added by melvin]
10734         * po/de.po
10735                 Updated German translation.
10736
10737 2002-02-13 [melvin]     0.7.0claws72
10738
10739         * po/fr.po
10740                 Updated French translation.
10741
10742 2002-02-13 [melvin]     0.7.0claws71
10743
10744         * src/gtkutils.c
10745                 Made gtkut_editable_get_selection return NULL if selection
10746                 is of length zero.
10747                 This fixes a bug where selecting part of message A then
10748                 switching to message B and replying to it will not
10749                 quote the message's body.
10750
10751 2002-02-12 [paul]       0.7.0claws70
10752
10753         * src/mainwindow.c
10754                 cosmetic, relating to pixmap themes: on toolbar make 
10755                 updating of 'Exec' and 'Compose news/Compose email'
10756                 icons faster.
10757
10758 2002-02-12 [carsten]    0.7.0claws69
10759         * src/folderview.c
10760           src/mainwindow.[ch]
10761           src/stock_pixmap.c
10762           src/summaryview.c
10763           src/prefs_common.c
10764                 - refreshing after changing pixmap theme better
10765                   now (thanks Paul)
10766                 - wanted to remove some mem leaks, but alfons was
10767                   faster (and had the better solution ;)
10768
10769 2002-02-12 [alfons]     0.7.0claws68
10770
10771         * src/prefs_common.c
10772         * src/stock_pixmap.[ch]
10773                 plug mem leaks, refactor code a little bit
10774
10775
10776 2002-02-12 [sergey]     0.7.0claws67
10777
10778         * src/imap.c
10779                 Fixed problem with copying messages to IMAP folders when the
10780                 server uses something other than '/' as a namespace separator
10781                 (cyrus-imapd uses '.').
10782
10783 2002-02-12 [jens]       0.7.0claws66
10784
10785         * po/de.po
10786                 Updated German Translation
10787
10788 2002-02-12 [paul]       0.7.0claws65
10789
10790         * sync with sylpheed 0.7.1cvs1
10791                 see ChangeLog entry 2002-02-12
10792
10793 2002-02-12 [melvin]     0.7.0claws64
10794
10795         * src/prefs_actions.c
10796                 Fixed "feature" where children's output was duplicated 
10797                 instead of refreshed while monitoring.
10798                 Removed some debug code.
10799
10800 2002-02-12 [christoph]  0.7.0claws63
10801
10802         * src/compose.c
10803                 always delete message from queue after sending/send error
10804                 (closes bug #509601)
10805
10806 2002-02-12 [melvin]     0.7.0claws62
10807
10808         * src/prefs_actions.c
10809                 Children wait loop is now triggered with a timeout of 1s
10810                 Added %F which is replaced with the list of filenames 
10811                 of all selected messages (as suggested by Ricardo Mones Lestra)
10812                 Pipe syntax changed. Prefix with | to send selection, postfix
10813                 with | to retrieve output. Prefix with > or * to send
10814                 user definable input to the command (*: input is hidden)
10815                 Old pipe action should now be postfixed with |, too.
10816
10817 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
10818         * src/stock_pixmap.c
10819                 fixed a bug: if there's no theme directory don't
10820                 throw an error, just do "nothing" (thanks Alfons)
10821
10822 2002-02-12 [carsten]    0.7.0claws60
10823         * src/folderview.c
10824           src/summaryview.c
10825                 had to write the cache twice (nasty!); some marks would 
10826                 get lost if not
10827
10828 2002-02-11 [carsten]    0.7.0claws59
10829         * acconfig.h
10830           configure.in
10831           doc-src/maintainer_guide.txt
10832           src/compose.[ch]
10833           src/defs.h
10834           src/folderview.[ch]
10835           src/gtkutils.[ch]
10836           src/mainwindow.[ch]
10837           src/prefs_common.[ch]
10838           src/stock_pixmap.[ch]
10839           src/summaryview.[ch]
10840                 pixmap theming and related work on pixmap
10841                 handling on some other places
10842                 (e.g. hrm features for all folder)
10843           src/pixmap/stock_*.xpm -> the stock_ was removed
10844         
10845 2002-02-11 [paul]       0.7.0claws58
10846
10847         * sync with sylpheed 0.7.1 release
10848                 see ChangeLog entries 2002-02-11
10849
10850 2002-02-08 [paul]       0.7.0claws57
10851
10852         * sync with sylpheed 0.7.0cvs39
10853                 see ChangeLog entry 2002-02-07 (last entry) 
10854
10855         * src/prefs_actions.c
10856           src/prefs_filtering.c
10857           src/prefs_matcher.c
10858           src/prefs_scoring.c
10859                 sync: made it compile with C compilers other than gcc
10860
10861 2002-02-07 [paul]       0.7.0claws56
10862
10863         * sync with sylpheed 0.7.0cvs38
10864                 see ChangeLog entries 2002-02-06 (last 2 entries) and
10865                 2002-02-07
10866
10867 2002-02-07 [darko]      0.7.0claws55
10868
10869         * src/gtkutils.[ch]
10870         * src/summaryview.c
10871                 Fix const gchar */gchar * issue (thanks Hiro)
10872
10873 2002-02-07 [darko]      0.7.0claws54
10874
10875         * src/compose.[ch]
10876         * src/filtering.c
10877         * src/gtkutils.[ch]
10878         * src/prefs_template.c
10879         * src/quote_fmt.h
10880         * src/quote_fmt_parse.y
10881         * src/summaryview.c
10882         * src/utils.[ch]
10883                 When replying or forwarding an email don't quote the entire
10884                 mail body but use the part of the message text that is selected
10885
10886 2002-02-06 [melvin]     0.7.0claws53
10887
10888         * src/prefs_common.[ch]
10889         * src/gtkspell.[ch]
10890         * src/compose.c
10891                 Made possible to switch quickly to last used dictionary
10892                 which makes checking bilingual documents easier.
10893
10894 2002-02-06 [melvin]     0.7.0claws52
10895         
10896         * po/POTFILES.in
10897                 Added forgotten new file src/prefs_actions.c
10898
10899 2002-02-06 [melvin]     0.7.0claws51
10900
10901         * src/prefs_actions.c   ** NEW FILE **
10902         * src/prefs_actions.h   ** NEW FILE **
10903                 Added actions to execute on message text view, or on the
10904                         message's file.
10905         * src/Makefile.am
10906                 Added src/prefs_actions.[ch]
10907         * src/compose.c
10908                 Added new menu "Edit/Actions"
10909         * src/defs.h
10910                 Added new actionsrc file.
10911         * src/main.c
10912                 Added actionsrc reading.
10913         * src/mainwindow.c
10914                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10915         * src/prefs_common.h
10916                 Added new element actionslst element to prefs_common.
10917
10918 2002-02-06 [paul]       0.7.0claws50
10919
10920         * sync with sylpheed 0.7.0cvs36
10921                 see ChangeLog entry 2002-02-06
10922
10923 2002-02-05 [paul]
10924
10925         * po/es.po
10926                 updated by Ricardo Mones Lastra
10927
10928 2002-02-05 [paul]       0.7.0claws49
10929
10930         * sync with sylpheed 0.7.0cvs33
10931                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10932
10933 2002-02-05 [paul]       0.7.0claws48
10934
10935         * src/compose.c
10936                 re-add 'Edit/Advanced/Delete entire line', previously named
10937                 'Delete Line+'
10938
10939 2002-02-04 [paul]       0.7.0claws47
10940
10941         * src/compose.c
10942           src/summaryview.c
10943                 fix bug #494993 (Reply All not taking Reply-To into consi)
10944                 eliminate differences in behaviour of right-click 'Reply to all' 
10945                 in summary view and 'Reply to all' on the toolbar. 
10946                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10947                 view and From gets ignored by 'Reply to all' on toolbar.
10948                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10949                 From when no Reply-To header is present.
10950
10951 2002-02-04 [paul]       0.7.0claws46
10952
10953         * sync with sylpheed 0.7.0cvs30
10954                 see ChangeLog entries 2002-02-03 and 2002-02-04
10955
10956 2002-02-03 [melvin]     0.7.0claws45
10957
10958         * src/gtkspell.[ch]
10959                 Readded function to highlight all misspelled words.
10960                 Fixed bug where user-provided-words did not replace
10961                         correctly the misspelled word when using the mouse.
10962                 Fixed bug where checking a region selected from right to left did
10963                         not check the region at all.
10964                 Fixed bug where 'Check backwards' may not check at all. 
10965                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10966                 Fixed possible buffer overflow when checking for long strings (>1k).
10967                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10968                 Accelerators code uses now gtk_widget_add_accel.
10969                 Removed and disabled obsolete and unfinished code.
10970                 Cleaning up.
10971
10972         * src/compose.c
10973                 Added menu item to Highlight all misspelled words.
10974
10975 2002-02-01 [paul]       0.7.0claws44
10976
10977         * src/mainwindow.c
10978                 fix '/View/Hide read messages' sensitivity when all
10979                 messages in a folder are hidden
10980
10981 2002-02-01 [paul]       0.7.0claws43
10982
10983         * src/main.c
10984                 add --send option to command line interface, sends all
10985                 queued mail. Patch submitted by Ricardo Mones Lastra.
10986
10987 2002-01-31 [paul]       0.7.0claws42
10988
10989         * src/mainwindow.c
10990                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10991
10992 2002-01-31 [paul]       0.7.0claws41
10993
10994         * sync with sylpheed 0.7.0cvs27
10995                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10996                 and 2002-01-31
10997
10998         * src/textview.c
10999                 comment out elements of textview_show_part() as temporary
11000                 workaround for attachment 'Display as text' bug 
11001
11002         * po/pt_BR.po
11003                 updated by Fabio Junior Beneditto
11004
11005 2002-01-30 [paul]       0.7.0claws40
11006
11007         * sync with sylpheed 0.7.0cvs24
11008                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
11009                 and 2002-01-30
11010
11011         * src/compose.c
11012                 add {N_("/_Spelling"), ... "<Branch>"} to 
11013                 GtkItemFactoryEntry compose_entries[]
11014
11015         * src/prefs_common.c
11016                 add claws menu items to prefs_keybind_apply_clicked()
11017                 and remove non-claws menu items
11018
11019 2002-01-29 [paul]       0.7.0claws39
11020
11021         * sync with sylpheed 0.7.0cvs22
11022                 see ChangeLog entries 2002-01-28 and 2002-01-29
11023
11024 2002-01-28 [melvin]     0.7.0claws38
11025
11026         * src/compose.c
11027                 Added the declartion of compose_send_control_enter.
11028
11029         * src/compose.c
11030         * src/gtkspell.[ch]
11031                 Added in a 'Spelling' menu which includes the configuration menu. 
11032                 Added a real 'Check all' and got rid from the old one which only
11033                 highlited misspelled word.
11034                 Made 'Check while typing' a disableable option.
11035                 Added a dialog when there are no more misspelled word.
11036                 Added a dialog if error occurs when switching to a dictionary.
11037         
11038         * src/prefs_common.[ch]
11039                 Added option for the default 'Check while typing' option.
11040
11041
11042 2002-01-28 [alfons]     0.7.0claws37
11043
11044         * src/compose.c
11045                 fix buglet and make code comply with sylpheed code style
11046
11047 2002-01-28 [paul]       0.7.0claws36
11048
11049         * sync with sylpheed 0.7.0cvs19
11050                 see ChangeLog entries for 2002-01-28
11051
11052 2002-01-28 [hoa]        0.7.0claws35
11053
11054         * src/defs.h
11055                 added rendererrc
11056
11057         * src/main.c
11058                 read the renderer config
11059
11060         * src/procmime.[ch]
11061                 use the renderer config to convert mime attachments
11062
11063         * src/textview.c
11064                 don't use textview_show_html/ertf,
11065                 use get_text_content instead
11066
11067 2002-01-27 [alfons]     0.7.0claws34
11068         
11069         * src/news.c
11070                 make sylpheed believe it can delete a news message...
11071                 (messages are NOT deleted, maybe we should remove
11072                 processing from the folder properties after all.)
11073
11074 2002-01-27 [alfons]     0.7.0claws33
11075
11076         * src/folder.c
11077                 add extra checks
11078         * src/news.c
11079                 implement remove_msg() 
11080
11081 2002-01-27 [alfons]     0.7.0claws32
11082
11083         * src/procmsg.h
11084         * src/procheader.c
11085         * src/messageview.c
11086                 fix return receipt / disposition notification again. this
11087                 stuff seems to break on _every_ major summary UI change, so
11088                 it's now implemented using a flag which is saved in the
11089                 marks cache
11090                 
11091 2002-01-26 [alfons]     0.7.0claws31
11092
11093         * src/import.c
11094                 let import dialog show the destination folder identifier
11095
11096 2002-01-26 [melvin]     0.7.0claws30
11097
11098         * src/folderview.c
11099         * src/summaryview.c
11100                 Readded 'Mark all read' into summary view popup menu
11101                 Added 'Mark all read' in folder view popup menu for IMAP
11102                 and NNTP.
11103                 Made it insensitive if the selected folder is not the shown
11104                 one to avoid 'Mark all read' on the wrong folder.
11105                 
11106 2002-01-26 [paul]       0.7.0claws29
11107
11108         * src/folderview.c
11109           src/summaryview.c
11110                 move 'Mark all read' from summary view to folder view
11111                 menu. (adapted from) patch submitted by Jeremy Andrews,
11112                 <lists@kerneltrap.com>
11113
11114 2002-01-25 [alfons]     0.7.0claws28
11115
11116         * src/gtkstext.c
11117                 put the gtk class name back so GtkSText adapts the 
11118                 settings of GtkText
11119
11120 2002-01-25 [alfons]     0.7.0claws27
11121
11122         * src/folderview.c 
11123                 assimilate Ricardo's patch that shows pixmaps instead of
11124                 plain "new" and "unread" texts in the folder view column
11125                 headers 
11126
11127 2002-01-25 [paul]       0.7.0claws26
11128
11129         * src/Makefile.am
11130                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
11131                 be found in non-standard locations. 
11132                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
11133
11134 2002-01-25 [paul]       0.7.0claws25
11135
11136         * sync with sylpheed 0.7.0cvs16
11137                 see ChangeLog entry 2002-01-25
11138
11139 2002-01-24 [paul]       0.7.0claws24
11140
11141         * more sync with sylpheed 0.7.0cvs15
11142                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
11143
11144 2002-01-23 [sergey]     0.7.0claws23
11145
11146         * src/importldif.c
11147                 Fixed segfault when closing LDIF import wizard with
11148                 the window manager.
11149         * src/imageview.c
11150         * src/imageview.h
11151         * src/messageview.c
11152         * src/mimeview.c
11153                 Fixed wrong scrolling position after switching between
11154                 text and image parts.
11155
11156 2002-01-23 [paul]       0.7.0claws22
11157
11158         * sync with sylpheed 0.7.0cvs15
11159                 see ChangeLog entries 2002-01-22 and 2002-01-23
11160
11161 2002-01-21 [melvin]     0.7.0claws21
11162
11163         * src/prefs_scoring.c
11164         * src/prefs_filtering.c
11165                 Fixed bug where scoring and filtering windows stopped
11166                 autochecking.
11167
11168 2002-01-21 [paul]       0.7.0claws20
11169
11170         * sync with sylpheed 0.7.0cvs12
11171                 see ChangeLog entries 2002-01-20 and 2002-01-21
11172
11173 2002-01-21 [carsten]    0.7.0claws19
11174         * src/mainwindow.c
11175         * src/menu.[ch]
11176         * src/messageview.[ch]
11177         * src/summaryview.[ch]
11178                 changes to shortcuts handling again:
11179                         + "Q" now controled by mainwin
11180                         + v/V are now customizable and have slightly
11181                           different meanings
11182                 the "button" to minimize the messageview (and maximize
11183                 the summary view) is a real button now
11184         * src/compose.c
11185                 "Delete Line+" added to Edit/Advanced (this will also
11186                 delete the '\n')
11187
11188 2002-01-20 [melvin] 0.7.0claws18
11189
11190         * src/addressbook.c
11191                 Made "Bcc" sensitive when addressbook is called from
11192                 compose window (it was a Claws only bug).
11193
11194 2002-01-19 [alfons] 0.7.0claws17
11195
11196         * src/inc.c
11197                 prevent unnecessary updates when currently selected folder has
11198                 no new messages 
11199
11200 2002-01-19 [alfons] 0.7.0claws16
11201         
11202         * src/summaryview.c
11203                 prevent writing the cache based on current message list in summary 
11204                 view when filtering also put messages in currently selected folder
11205
11206 2002-01-19 [paul]
11207
11208         * po/it.po
11209                 Italian translation submitted by Alessandro Maestri
11210                 <a.maestri@cs.tin.it>
11211
11212 2002-01-18 [melvin]     0.7.0claws15
11213
11214         * src/prefs_filters.c
11215                 fixed bug where 'cancel' from 'filters' window stops autochecking
11216                 if the timer timed out  when the window was open.
11217
11218 2002-01-18 [match]      0.7.0claws14
11219
11220         * src/addrclip.[ch]     ** NEW FILE **
11221         * src/addrselect.[ch]   ** NEW FILE **
11222         * src/adbookbase.h      ** NEW FILE **
11223                 addressbook cut, copy and paste
11224         * src/addrbook.[ch]
11225         * src/addrcache.[ch]
11226         * src/addressitem.h
11227         * src/addrindex.[ch]
11228         * src/addritem.[ch]
11229         * src/importldif.c
11230         * src/importmutt.c
11231         * src/jpilot.[ch]
11232         * src/syldap.[ch]
11233         * src/vcard.[ch]
11234         * src/jpilot.[ch]
11235         * src/editbook.c
11236         * src/editjpilot.c
11237         * src/editldap.c
11238         * src/editvcard.c
11239                 support for copy/paste
11240         * src/addressbook.c
11241                 support for copy/paste
11242                 tidy up menu option processing
11243                 correct address list function arguments
11244         * src/editaddress.c
11245                 sort user attributes
11246         * src/ldif.h
11247         * src/mutt.h
11248                 tidy up
11249
11250         * src/addrbook.[ch]
11251         * src/addrbook.[ch]
11252         * src/addrbook.[ch]
11253                 
11254
11255 2002-01-18 [paul]       0.7.0claws13
11256
11257         * sync with sylpheed 0.7.0cvs8
11258                 configure.in: support Mac OS X (Darwin)
11259
11260 2002-01-18 [carsten]    0.7.0claws12
11261         * src/html.c
11262                 small hack to fix a segfault with an empty href
11263                 (reported by Alexandra Walford <deeni@altern.org>)
11264         * src/mainwindow.c
11265         * src/summaryview.c
11266                 the shortcuts for Mark und Mark as unread are hardcoded
11267                 again
11268         * src/compose.c
11269         * src/gtkstext.[ch]
11270                 readded the shortcuts in gtkstext but made them
11271                 customizeable (simply by adding a menu plus a wrapper
11272                 to compose.c)
11273
11274 2002-01-17 [melvin]     0.7.0claws11
11275
11276         * src/gtkspell.c
11277                 fix default dictionary not being saved.
11278
11279 2002-01-16 [darko]      0.7.0claws10
11280
11281         * src/compose.c
11282                 fix wrapping crash with URL longer than wrapping margin
11283
11284 2002-12-08 [hoa]        0.7.0claws10
11285
11286         * src/matcher_parser_parse.y
11287                 fixed some bugs
11288
11289         * src/prefs_filtering.c
11290                 now, we can use bounce action in the dialog box.
11291
11292 2002-01-16 [carsten]    0.7.0claws9
11293         * src/gtkstext.c
11294                 removed the <control> and <alt> shortcuts because they're
11295                 not needed and interefered with the "normal" shortcuts
11296         * src/mainwindow.c
11297         * src/summaryview.c
11298                 removed most of the hardcoded shortcuts and assigned
11299                 them to menu entries making them easy customizable by
11300                 that
11301
11302 2002-01-16 |melvin]     0.7.0claws8
11303
11304         * src/gtkspell.c
11305                 fixed bug where using the mouse and when the compose
11306                 window is not on top may result in a crash.
11307
11308 2002-01-16 [melvin]     0.7.0claws7
11309
11310         * src/compose.c
11311                 fixed a long standingspell checker bug which could 
11312                 cause a crash after sending a message.
11313
11314 2002-01-16 [paul]       0.7.0claws6
11315
11316         * sync with sylpheed 0.7.0cvs7
11317                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
11318                 2002-01-15, and 2002-01-16
11319
11320 2002-01-16 [melvin]     0.7.0claws5
11321
11322         * README.claws
11323         * src/compose.c
11324         * src/gtkspell.[ch]
11325         * src/main.c
11326                 Heavily modified spell checker code to work around
11327                 ispell bug, to add keyboard shortcuts and for future
11328                 enhancements. See README.claws for usage information.
11329
11330 2002-01-15 [alfons]     0.7.0claws4
11331         
11332         * src/summaryview.c
11333                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
11334                 so sorting within threads reflects sort mode
11335
11336 2002-01-15 [christoph]  0.7.0claws3
11337
11338         * src/procmsg.c
11339                 added alertpanel if mail sending failed
11340
11341 2002-01-15 [alfons]     0.7.0claws2
11342         
11343         * src/prefs_filtering.c
11344                 don't stop timer when prefs filtering dialog is opened
11345
11346 2002-01-14 [alfons]     0.7.0claws1
11347
11348         * src/addr_compl.c
11349         * src/prefs.c
11350                 remove debug_print()s for privacy reasons
11351
11352 2002-01-14 [darko]      0.7.0claws
11353
11354         * README.claws
11355                 quotation wrapping is now also in the main branch
11356
11357 2002-01-14 [paul]
11358
11359         * tools/filter_conv.pl
11360                 allow for Boolean Op and case-sensitivity
11361                 this file is included in the release and tagged
11362                 'rel_0_7_0'
11363
11364 2002-01-13 [paul]       0.7.0claws
11365
11366         * release 0.7.0, with cvs tag 'rel_0_7_0'
11367
11368 2002-01-13 [paul]
11369
11370         * tools/filter_conv.pl
11371         * tools/README
11372                 rewritten to output to matcherrc instead of filteringrc
11373
11374         * po/es.po
11375                 updated Spanish translation by Ricardo Mones Lastra
11376
11377 2002-01-13 [alfons]
11378
11379         * po/nl.po
11380                 update dutch translation
11381
11382 2002-01-13 [paul]
11383
11384         * po/pt_BR.po
11385                 Updated by Fabio Junior Beneditto 
11386
11387 2002-01-13 [melvin]     0.6.6claws53
11388
11389         * po/fr.po
11390                 Updated french translation
11391
11392 2002-01-12 [alfons]     0.6.6claws52
11393
11394         * src/filtering.c
11395                 plug mem leak that has been sitting there for ages              
11396
11397 2002-01-12 [alfons]     0.6.6claws51
11398
11399         * src/summaryview.c
11400                 undo melvin's changes from 0.6.6claws48 because summary
11401                 view now refuses to select first unread message when
11402                 selecting a folder 
11403
11404 2002-01-11 [alfons]     0.6.6claws50
11405
11406         * src/import.c
11407                 use claws' semantics for getting folder item when
11408                 importing an mbox file into a folder 
11409                 (submitted by Dale P. Smith)
11410
11411 2002-01-11 [christoph]  0.6.6claws49
11412
11413         * src/prefs.h
11414                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
11415                 toggle widget, because non static prefs can not use
11416                 prefs_set_* functions
11417         * src/prefs_account.c
11418                 toggle smtp auth password field sensitivity if
11419                 user id is empty and add descrition of usage for
11420                 these fields
11421         * src/prefs_folder_item.c
11422                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
11423                 callbacks
11424
11425 2002-01-11 [melvin]     0.6.6claws48
11426
11427         * src/compose.c
11428                 fix the 'Ctrl-Enter' feature for sending and test really
11429                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
11430                 editables which was not documented in Gtk)
11431
11432         * src/summaryview.c
11433                 Made summaryview refresh after sorting and not before.
11434
11435 2002-01-11 [christoph]  0.6.6claws47
11436
11437         * src/compose.c
11438                 select account from account ids if possible and
11439                 correctly set save folder for copy in reedit
11440
11441 2002-01-10 [paul]       0.6.6claws46
11442
11443         * sync with sylpheed 0.7.0 release
11444                 see ChangeLog entries 2002-01-07, 2002-01-08 and
11445                 2002-01-09
11446
11447 2002-01-09 [alfons]
11448
11449         * src/summaryview.c
11450                 remove more dirt traces...
11451
11452 2002-01-09 [alfons]
11453         
11454         * src/summaryview.c
11455                 clean up some traces of my debugging stuff
11456
11457 2002-01-09 [alfons]     0.6.6claws45
11458
11459         * src/filtering.c
11460                 break up filteringprop_apply() in three separate pieces
11461                 so we can drop messages that failed processing in the
11462                 inbox
11463
11464         * src/summaryview.c
11465                 fix bug #469598 "no refresh of inbox after filter" which 
11466                 was introduced by the new summary view locking, and which 
11467                 prevented the summary view to update after a manual filter 
11468                 message. claw's filter message requires a summary_show().
11469                 (aargh, summary_show() again! :-)
11470                 
11471 2002-01-07 [alfons]     0.6.6claws44
11472
11473         * src/headerwindow.c
11474         * src/logwindow.c
11475         * src/messageview.c
11476         * src/sourcewindow.c
11477                 bring in Hiro's last 0.7.0 wm class fixes
11478
11479         * tools/sylprint.pl
11480                 bring in Ricardo's fix for sylprint script
11481
11482         * AUTHORS       
11483         * src/rfc2015.[ch]
11484         * src/prefs_common.[ch]
11485         * src/prefs_account.[ch]
11486         * src/compose.c
11487                 clean up account preference poison in rfc2015,
11488                 and preparation to fix double sign bug 
11489                 (patch submitted by Simon 'corecode' Schubert)
11490
11491 2002-01-07 [christoph]  0.6.6claws43
11492
11493         * src/mh.c
11494                 search for free message number, do not only rely
11495                 on last_num
11496         * src/send.c
11497                 fix smtp auth and use extra account information
11498                 if available, if not use pop3 data instead
11499                 (closes bug #500341)            
11500         * src/ssl.[ch]
11501                 match coding style
11502
11503 2002-01-06 [alfons]     0.6.6claws42
11504
11505         * src/mainwindow.c
11506                 try making the separate windows work again...
11507
11508 2002-01-06 [alfons]     0.6.6claws41
11509
11510         * src/mainwindow.c
11511                 adapt Hiro's separate window menu (to get rid of the funny
11512                 duplicate menu items), and make it work again
11513
11514 2002-01-06 [alfons]     0.6.6claws40
11515
11516         * tools/Makefile.am
11517         * tools/sylprint.rc
11518         * tools/sylprint.pl
11519         * tools/README.sylprint
11520                 add sylprint script for printing mails from Sylpheed
11521                 (contributed by Ricardo Mones Lastra)
11522
11523         * src/acount.c
11524                 clean up
11525
11526 2002-01-06 [melvin]     0.6.6claws39
11527
11528         * src/mainwindow.c
11529         * src/summaryview.c
11530                 Fixed crash introduced in 0.6.6claws38 by the menu
11531                 reorganisation (Hide read messages)
11532         
11533         * ChangeLog.claws 
11534                 Fixed typo (we are now in 2002, alfons ;) )
11535
11536 2002-01-05 [alfons]     0.6.6claws38
11537
11538         * sync with sylpheed 0.6.6cvs10-17
11539                 (last stuff marked as LAST_STABLE)
11540
11541 2002-01-04 [melvin]     0.6.6claws37
11542
11543         * src/account.c
11544                 Made account selection code use strcasestr again instead of
11545                 g_strcasecmp (fixes bug where reediting queued messages
11546                 did not select proper account reported by T. Link).
11547         
11548         * src/folderview.c
11549                 Fix bug where folder icons are not shown when 'hide read messages'
11550                 is on.
11551         
11552         * src/stock_pixmaps.[ch]
11553                 Added folder icons for 'hide read messages'.
11554         
11555         * src/compose.c
11556                 Fixed bug where 'Enter' in a header entry will send the message 
11557                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
11558
11559 2002-01-03 [melvin]     0.6.6claws36
11560         
11561         * src/prefs.[ch]
11562                 Added popup menu for common preferences and
11563                 account preferences (right click on tab displays
11564                                 a menu of all tabs.)
11565
11566 2002-01-02 [melvin]     0.6.6claws35
11567
11568         * src/gtkspell.[ch]
11569                 Made spelling code compatible with undo/redo feature.
11570                 Added creation of suggestion mode menu for the general
11571                         preferences.
11572         
11573         * src/prefs_common.[ch]
11574                 Added option menu for the speller's suggestion mode.
11575                 Added missing spaces in "..." buttons and made a "..."
11576                         button non translatable!
11577         
11578         * src/compose.c
11579                 Made speller use the default suggestion mode.
11580                 Hack to make it possible to choose 'CTRL-Enter' as a
11581                         shortcut for sending (and only for sending).
11582
11583         * src/prefs_folder_item.c
11584                 Changing subject simplification does not update cache 
11585                         anymore (because it is unnecessary).
11586                 Fixed bug where changing subject simplification updated the 
11587                         summaryview even when the viewed folder is not the
11588                         folder which properties are being changed. (E.g. 
11589                                         viewing folder A and changing
11590                                         the subject simplification of 
11591                                         folder B -not being viewed- updated the 
11592                                         summaryview of folder A with data of
11593                                         folder B). (Hope this is clear... )
11594
11595 2001-12-31 [alfons]     0.6.6claws34
11596         
11597         * src/ldif.c
11598         * src/mutt.c
11599                 fgetc() returns a signed integer which doesn't
11600                 fit in a char. so c truncates this to a char
11601                 but we may lose significant bits. i.e. we may
11602                 comparing 0xFF which may not be equal to -1
11603                 unless properly casted to signed char which
11604                 we won't do because fgetc() returns a signed
11605                 integer which doesn't fit in a char. so c 
11606                 truncates this to a char but we may lose 
11607                 significat bits. (you got the idea, thanks
11608                 to Gustavo Noronha Silva <kov@debian.org>
11609                 and the Debian folks!)
11610
11611 2001-12-30 [alfons]     0.6.6claws33
11612
11613         * src/prefs_common.c
11614                 add #ifdef USE_PSPELLs that Melvin forgot               
11615
11616 2001-12-30 [melvin]     0.6.6claws32
11617         
11618         * src/prefs_common.[ch]
11619                 Added configurable color for misspelled words.
11620
11621         * src/gtkspell.[ch]
11622                 Fixed bug of foreground text color (reported by David
11623                                 Mehrmann)
11624                 Added configurable color for misspelled words.
11625
11626 2001-12-30 [alfons]     0.6.6claws31
11627
11628         * src/folder.c
11629                 remove unnecessary things someone put there
11630
11631         * src/mh.c
11632         * src/folder.[ch]
11633                 make folder properties (like threading and sorting) persistent
11634                 (closes bug #497424 "rescan folder tree resets proprieties")
11635                 currently this is only for MH folders. 
11636
11637 2001-12-29 [melvin]     0.6.6claws30
11638
11639         * src/string_match.[ch]
11640                 Optimized a bit: regexp pattern buffer compiled only once, and
11641                   one subroutine call removed. Fixed ^ regexp search: Now, 
11642                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
11643         
11644         * src/summaryview.c
11645                 Subject filtering changed to filter summary columns and
11646                   not directly the messages subject cache. The loss in 
11647                   performance is balanced by the improvement of string_match.
11648                 Added an alert panel if there is an error in the regexp.
11649
11650         * src/src/prefs_folder_item.h
11651                 Added a regexp pattern buffer.
11652
11653 2001-12-28 [alfons]     0.6.6claws29
11654
11655         * src/string_match.[ch]
11656                 clean up name space
11657                 allow compilation *BSD
11658
11659 2001-12-27 [alfons]     0.6.6claws28
11660
11661         * src/filter.c
11662                 sync the Hiro's bug fix for BSD
11663
11664 2001-12-27 [melvin]     0.6.6claws27
11665         
11666         * src/compose.c
11667                 Simplify focus to subject entry code.
11668
11669 2001-12-27 [darko]      0.6.6claws26
11670
11671         * src/filtering.c
11672         * src/mbox_folder.c
11673         * src/messageview.c
11674         * src/mh.c
11675         * src/procheader.[ch]
11676         * src/procmsg.h
11677         * src/stock_pixmap.[ch]
11678         * src/summaryview.c
11679                 Show key icon for encrypted mails in summary view
11680
11681         * src/pixmaps/clip.xpm
11682         * src/pixmaps/clipkey.xpm
11683         * src/pixmaps/key.xpm
11684                 New/modified icons for the above
11685
11686 2001-12-27 [melvin]     0.6.6claws25
11687
11688         * src/prefs_common.c
11689                 Put spell checker options in a separate tab to decrease
11690                 the Common Preferences window height.
11691
11692         * README.claws  
11693                 Update spell checker usage instruction about its options
11694                 location.
11695
11696 2001-12-27 [melvin]     0.6.6claws24
11697
11698         * src/compose.c
11699                 Changed subject entry widget position. Initial focus is
11700                 on the To header instead of the subject entry.
11701                 Creating a new header scrolls the header list to make the
11702                 created one visible. Nevertheless, when automatically filling
11703                 headers, the first one is shown.
11704                 A Tab key press in the last empty header entry zips the 
11705                 focus to the subject entry.
11706                 (I did not change the combo boxes, yet)
11707
11708 2001-12-26 [alfons]     0.6.6claws23
11709
11710         * src/prefs_account.c
11711         * src/inc.c
11712                 allow default inbox to reside in another mailbox (only
11713                 works for POP3 accounts)
11714
11715 2001-12-26 [alfons]     0.6.6claws22
11716         
11717         * src/textview.c
11718                 make reply-on-click work with the account of the selected folder
11719         * src/compose.c
11720                 put a fixme here to remind me to fix finding correct default
11721                 account for nested folders
11722
11723 2001-12-25 [alfons]     0.6.6claws21
11724
11725         * src/summaryview.c
11726                 make column headers display locked and mark pixmaps (idea by Melvin) 
11727                 fix bug by adding score and locked column type to sort array
11728
11729 2001-12-25 [alfons]     0.6.6claws20
11730         
11731         * src/summaryview.c
11732                 catch a *potentially* inadvertent write back of  
11733                 the message cache(s) introduced by 0.6.5claws37
11734
11735 2001-12-25 [christoph]  0.6.6claws19
11736
11737         * src/stock_pixmap.[ch]
11738         * src/summaryview.c
11739                 add ignore thread pixmap
11740                 (can someone draw a better icon for this?)
11741
11742 2001-12-24 [alfons]     0.6.6claws18
11743
11744         * src/prefs_folder_item.c
11745                 make address completion actually work for the
11746                 Default To address in the Folder Property dialog.
11747
11748 2001-12-24 [alfons]     0.6.6claws17
11749         
11750         * src/summaryview.c
11751                 use new style regexp for subject stripping 
11752                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
11753
11754 2001-12-24 [darko]      0.6.6claws16
11755
11756         * src/pgptext.c
11757         * src/rfc2015.c
11758                 move GPG related informational messages to debug mode
11759
11760 2001-12-23 [alfons]     0.6.6claws15
11761
11762         * src/stock_pixmap.[ch]
11763         * src/summaryview.c
11764                 add the forgotten Claws' locked pixmap
11765
11766 2001-12-23 [alfons]     0.6.6claws14
11767
11768         * src/filesel.c
11769                 accept file name typed in entry in multi file
11770                 selector (patch submitted by Gustavo Noronha Silva 
11771                 <kov@debian.org>)
11772
11773 2001-12-23 [alfons]     0.6.6claws13
11774
11775         * src/prefs_filter.c
11776         * src/prefs_filtering.c
11777         * src/matcher.c
11778         * src/importmutt.c
11779                 clean up a little bit
11780         
11781         * src/string_match.c
11782                 validate input strings a little bit more
11783
11784 2001-12-23 [alfons]     0.6.6claws12
11785
11786         * src/Makefile.am
11787         * src/summaryview.c
11788         * src/string_match.[ch]         ** NEW **
11789         * src/folderview.[ch]
11790         * src/headerview.h
11791         * src/folder.[ch]
11792         * src/prefs_folder_item.[ch]
11793                 add subject simplification to strip out strings from
11794                 a subject line (esp. handy for mailing lists). 
11795                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
11796                 but slightly changed things for better integration.)
11797
11798 2001-12-23 [alfons]     0.6.6claws11
11799
11800         * src/mainwindow.c
11801                 fix bug introduced by submission included in 0.6.5claws52.
11802                 ideally this submission should clean the trash if any trash
11803                 folder has a message. however, the hasTrash variable was
11804                 set to false whenever a trash folder was empty (discarding
11805                 a previously found *filled* trash folder.)
11806
11807                 also edited the code a little bit and made it more safe.
11808
11809 2001-12-22 [alfons]     0.6.6claws10
11810
11811         * src/imap.c
11812                 quick fix for Martin Pool's omission of an account
11813                 specific SSL setting
11814
11815 2001-12-22 [alfons]     0.6.6claws9
11816
11817         * src/compose.c
11818         * src/messageview.c
11819         * src/mimeview.c
11820         * src/pgptext.c
11821         * src/procmime.[ch]
11822                 better support for multipart/digest (submitted
11823                 by Fredrik <e98fo@efd.lth.se>)
11824
11825 2001-12-22 [alfons]     0.6.6claws8
11826
11827         * src/addressbook.c
11828                 correct function signature
11829         * src/socket.[ch]
11830         * src/imap.[ch]
11831         * src/prefs_account.[ch]
11832                 allow IMAP over SSH tunnel (patch submitted by 
11833                 Martin Pool <mbp@samba.org>)
11834
11835 2001-12-21 [alfons]     0.6.6claws7
11836
11837         * sync with sylpheed 0.6.6cvs4-9
11838                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
11839
11840 2001-12-21 [christoph]  0.6.6claws6
11841
11842         * src/compose.c
11843         * src/prefs_folder_item.[ch]
11844                 implement saving of outgoing messages to current folder.
11845                 fix segfault when no default outbox is available
11846                 (closes bug #495683)
11847
11848 2001-12-21 [carsten]    0.6.6claws5
11849         * src/folderview.c
11850         * src/summaryview.c
11851                 pressing CTRL while DND does now the expected thing and
11852                 copies the mail (moving is still the default, as this
11853                 seam more appropriate for handling mails by DND)
11854
11855 2001-12-18 [paul]       0.6.6claws4
11856
11857         * sync with sylpheed 0.6.6cvs3
11858                 see ChangeLog entries 2001-12-18
11859
11860 2001-12-18 [hiro]       0.6.6claws3
11861
11862         * src/undo.c
11863                 fix for multibyte characters (obtain the number of letters
11864                 instead of bytes).
11865
11866 2001-12-17 [paul]       0.6.6claws2
11867
11868         * sync with sylpheed 0.6.6cvs1
11869                 see ChangeLog entry 2001-12-16
11870
11871 2000-12-17 [alfons]     0.6.6claws1
11872
11873         * src/filtering.c
11874                 clean up
11875
11876 2001-12-16 [paul]       0.6.6claws
11877 2001-12-15
11878
11879         * Release version 0.6.6claws, cvs tag: rel_0_6_6
11880
11881         * src/mimeview.c
11882                 last minute sync with main 0.6.6
11883
11884         * po/es.po
11885                 updated by Ricardo Mones Lastra
11886                 update for last minute sync
11887         * po/fr.po
11888         * po/nl.po
11889                 update for last minute sync
11890         * po/de.po
11891                 updated by Jens Oberender
11892         * po/pt_BR.po
11893                 updated by Fabio Junior Beneditto
11894
11895         * src/prefs_common.[ch]
11896         * src/undo.c
11897                 number of undo levels is user configurable
11898                 (squeeze it into the release in the dying
11899                 moments) Submitted by Jens Oberender    
11900
11901 2001-12-15 [melvin]
11902
11903         * po/fr.po
11904                 updated french translation
11905
11906 2001-12-15 [paul]       0.6.5claws92
11907
11908         * sync with sylpheed 0.6.5cvs28
11909                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11910
11911         * po/nl.po
11912                 update to allow for sync
11913
11914 2001-12-15 [alfons]
11915         
11916         * po/nl.po
11917                 update dutch translation
11918
11919 2001-12-14 [carsten]    0.6.5claws91
11920         * src/summaryview.c
11921                 fixed bug #473785; also after changing the column order
11922                 the same message will be selected and displayed as before
11923                 the reordering
11924
11925 2001-12-14 [carsten]    0.6.5claws90
11926         * src/folderview.c
11927                 probably found the bug reported by wwb opening or closing
11928                 a folder tree just before dnd (found the solution in the
11929                 balsa source -- thanks to them)
11930
11931 2001-12-14 [carsten]    0.6.5claws89
11932         * src/gtkutils.c
11933         * src/account.c
11934                 moved gtk_clist_moveto to the right place, so that
11935                 only the accounts dialog is effected on opening
11936
11937 2001-12-14 [carsten]    0.6.5claws88
11938         * src/gtkutils.c
11939                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11940                 now, so that the focused row will be seen in any case
11941                 (reported by wwp on sf-claws-user)
11942
11943 2001-12-14 [darko]      0.6.5claws87
11944
11945         * src/compose.c
11946                 remove unnecessary line
11947
11948 2001-12-14 [paul]       0.6.5claws86
11949
11950         * sync with sylpheed 0.6.5cvs27
11951                 see ChangeLog entries 2001-12-14
11952
11953 2001-12-14 [carsten]    0.6.5claws85
11954         * src/mainwindow.c
11955                 following a suggestion of Melvin the rcoabm pops up
11956                 right under the button now and the button is reliefed
11957                 while the popup is open
11958
11959 2001-12-14 [darko]      0.6.5claws84
11960
11961         * src/compose.c
11962                 fix crash when wrapping long lines if linewrap quotation
11963                 is disabled and wrapper encounters a word spanning more
11964                 than one line
11965
11966 2001-12-13 [paul]       0.6.5claws83
11967
11968         * src/compose.c
11969                 prefer 'Reply-To' header over mailing list header when
11970                 replying to a message. Finally prevent all those confirmation 
11971                 messages being sent to the list itself.
11972
11973         * src/summaryview.c
11974                 remove unused summary_set_menu_sensitive() entry
11975
11976 2001-12-13 [paul]       0.6.5claws82
11977
11978         * src/folderview.c
11979         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11980         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11981         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11982                 improvements to 'Hide read messages': Inbox, Outbox,
11983                 Trash, Queue, and Draft icons now reveal presence of hidden 
11984                 messages
11985
11986 2001-12-12 [alfons]     0.6.5claws81
11987
11988         0.6.5claws80 was tagged as LAST_STABLE
11989
11990         * src/filtering.[ch]
11991         * src/matcher.[ch]
11992         * src/matcher_parser_lex.c
11993                 fix the filtering; my last attempt to get it right, 
11994                 if it does not work, it's Hoa's turn. ;-)
11995
11996                 for my honourable peers:
11997                 
11998                 the code now makes a clear distinction between
11999                 rules as they are displayed (probably escaped),
12000                 and as they are executed (probably unescaped). the
12001                 parser does *NOT* do any unescaping, this is
12002                 the task of the matcher.c (which breaks up a
12003                 rule into condition) and the filtering.c (which
12004                 breaks up the rule's action). to make this
12005                 run happily we provide an unescaped copy of
12006                 crucial strings to the MatcherProp and 
12007                 FilteringAction structures. note that the only
12008                 exception to this is any REGEXP string. those
12009                 are directly passed to regcomp() and regexp()
12010                 (who have much more powerful unescape functions).
12011                 
12012                 for everyone else:
12013         
12014                 you can escape tab (\t), carriage return (\r),
12015                 linefeed (\n), form feed (\f), quote (\"), 
12016                 single quote (\'), bell (\b) in all the entry
12017                 lines in the scoring & filtering dialogs.
12018                 as an added bonus this should not affect
12019                 existing filtering rules.
12020
12021 2001-12-12 [carsten]    0.6.5claws80
12022
12023         * src/summaryview.c
12024         * po/de.po
12025                 "item(s) selected" is now sensitive to 1 or more
12026                 than one selected (nice for language where simple
12027                 adding of a "s" is not possible as German (Eintrag
12028                 ->Eintr"age)
12029                 
12030                 the "forward as attachment" entry from the right
12031                 click menu removed, "forward" acts following the
12032                 prefs
12033         
12034         * src/textview.c
12035                 reverted my former changes; so compiler warning again
12036                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
12037                 nevertheless
12038
12039         * src/messageview.c
12040                 "search in message" does now *not* only work in MVIEW_TEXT
12041                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
12042                 message
12043
12044         * src/mainwindow.c
12045                 removed "/File/_Close" as it was the same as "/File/E_xit"
12046                 and we don't need it two times
12047
12048                 the separate folder view and message view now get a distinct
12049                 WMCLASS, just in case someone is using sawfish ;-)
12050
12051                 as the menu entries "/View/Message view" and "/View/Folder tree"
12052                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
12053                 make them sensitive accordingly and as these two are "shown"
12054                 after startup anytime check this menuitem at startup
12055
12056 2001-12-12 [paul]       0.6.5claws79
12057
12058         * src/folderview.c
12059                 fix sensitivity of 'Search folder...', broken in
12060                 0.6.5claws75
12061
12062         * src/mainwindow.c
12063                 fix dodgy English
12064
12065 2001-12-11 [carsten]    0.6.5claws78
12066         * src/filtering.c
12067                 fixed two typos returning a wrong FALSE/TRUE
12068         * src/mainwindow.[ch]
12069                 extra menu for email/news button removed
12070
12071 2001-12-11 [alfons]     0.6.5claws77
12072         
12073         * src/matcher.c                 (1.3)
12074         * src/matcher_parser_lex.l      (1.28)
12075                 revert for another attempt
12076                 mark 0.6.5claws77 as LAST_STABLE
12077
12078 2001-12-11 [christoph]  0.6.5claws76
12079
12080         * po/de.po
12081                 fixed wrong translation for prev. unread msg
12082
12083 2001-12-11 [paul]       0.6.5claws75
12084
12085         * src/folder.[ch]
12086         * src/folderview.c
12087         * src/mainwindow.c
12088         * src/summaryview.[ch]
12089         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
12090                 enable ability to hide read messages on per folder basis via 
12091                 '/Summary/Hide read messages'; when selected, a folder will 
12092                 have a red open folder icon, instead of a blue icon, if the 
12093                 folder contains hidden messges
12094                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
12095
12096         * src/mainwindow.c
12097                 remove '/Message/Forward as attachment' from 
12098                 main_window_set_menu_sensitive() to prevent debug warning
12099
12100         * src/folderview.c
12101         * src/mainwindow.c
12102                 Clean up some of the English
12103
12104         * tools/newscache_clean.pl
12105                 allow for new 'hidereadmsgs' entry in folderlist.xml
12106
12107         * po/es.po
12108                 updated translation, submitted by Ricardo Mones Lastra
12109
12110 2001-12-11 [paul]       0.6.5claws74
12111
12112         * sync with sylpheed 0.6.5cvs25
12113                 see ChangeLog entry 2001-12-11
12114
12115 2001-12-10 [alfons]     0.6.5claws73
12116
12117         * src/matcher.c
12118                 add more control characters
12119         * src/matcher_parser_lex.l
12120                 make escaping / unescaping work again
12121
12122 2001-12-10 [alfons]     0.6.5claws72
12123
12124         * src/imap.c
12125                 clean up warnings "returning value for void function" 
12126         * src/prefs_filtering.c
12127                 make info button for execute action sensitive
12128
12129 2001-12-10 [paul]       0.6.5claws71
12130
12131         * src/compose.c
12132         * src/imap.[ch]
12133         * src/summaryview.c
12134                 fix: imap server now gets informed of MARKED, UNMARKED
12135                 and REPLY events. Now people can use different IMAP-Mail
12136                 clients and have the exact same information about MARKED,
12137                 UNMARKED and REPLY status with all of them. Especially
12138                 useful for imap servers with a web-frontend.
12139                 submitted by Tobias Sandhaas <medlor@web.de>
12140
12141 2001-12-09 [melvin]     0.6.5claws70
12142         
12143         * src/textview.[ch]
12144                 fixed bug #490076 (hunted down by Alfons who implemented
12145                 a workaround in 0.6.5claws65)
12146
12147 2001-12-09 [christoph]  0.6.5claws69
12148
12149         * src/summaryview.c
12150                 set pointer to string in LOCKED column to NULL
12151                 (might fix bug #490800)
12152
12153 2001-12-09 [carsten]    0.6.5claws68
12154
12155         * po/de.po
12156                 resolved some cluttered menu shortcuts 
12157                 ('creating new email' and 'creating news message'
12158                 hade the same)
12159         * src/compose.c
12160                 wmclass now distinc from main window
12161         * src/mainwindow.c
12162           src/mainwindow.h
12163                 email/news and forward button functionality similar
12164                 to the reply buttons; removed the ugly dropdown arrows
12165                 and use instead the right mouse button
12166
12167 2001-12-09 [paul]       0.6.5claws67
12168
12169         * src/imap.c
12170         * src/utils.h
12171                 allow spaces in imap folder names
12172                 submitted by Willem van Engen <wvengen@stack.nl>
12173
12174 2001-12-09 [paul]       0.6.5claws66
12175
12176         * sync with sylpheed 0.6.5cvs24
12177                 see ChangeLog entry 2001-12-09
12178
12179 2001-12-08 [alfons]     0.6.5claws65
12180
12181         * src/textview.c
12182                 prevent secondary selection claim after "add to sender" dialog
12183                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
12184                 we trick GTK by simulating a click at (0, 0) in the textview.
12185
12186 2001-12-08 [hoa]        0.6.5claws64
12187
12188         * src/folder.c
12189                 fixed a bug about the .processing folder name while filtering
12190
12191 2001-12-08 [alfons]     0.6.5claws63
12192
12193         * src/folderview.c 
12194                 work around problem of not correctly updating folder stats
12195                 when deleting messages. there's some folder scanning evil
12196                 going so the folderview_update_msg_num() does not work
12197                 correctly. need to investigate this.
12198
12199 2001-12-08 [paul]       0.6.5claws62
12200
12201         * sync with sylpheed 0.6.5cvs23
12202                 see ChangeLog entry 2001-12-08
12203
12204 2001-12-07 [christoph]  0.6.5claws61
12205
12206         * src/compose.c
12207                 fix another header translation problem
12208
12209 2001-12-07 [alfons]     0.6.5claws60
12210
12211         * src/mbox.c
12212                 make filtering also work on local spool mbox
12213
12214 2001-12-07 [carsten]    0.6.5claws59
12215         * src/addressbook.c
12216                 addressbook window gets a wmclass distinct from the main
12217                 sylpheed window
12218         * src/compose.h
12219         * src/mainwindow.[ch]
12220                   forward menu item will use mode selected in prefs, forward 
12221                 as attatchment in menu removed (will be substituted in the
12222                 toolbar similar to reply buttons)
12223                   create news message menu entry and news button is now 
12224                 sensitive to the existance of a news account
12225         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
12226         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
12227         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
12228                 these are removed because the toolbar buttons don't show
12229                 the quoting modus any longer
12230
12231 2001-12-07 [paul]
12232
12233         * tools/newscache_clean.pl      ** NEW FILE **
12234                 perl script to do some tidying up in the newscache directory 
12235                 
12236         * tools/sylpheed-switcher       ** NEW FILE **
12237                 perl script to enable easy switching between main and claws
12238                 
12239         * tools/README
12240                 added descriptions of the two new perl scripts          
12241
12242
12243 2001-12-07 [melvin]     0.6.5claws58
12244
12245         * src/messageview.c
12246                 fixed a warning during compilation introduced in 0.6.5claws56
12247
12248 2001-12-07 [paul]       0.6.5claws57
12249
12250         * src/mainwindow.[ch]
12251         * src/menu.[ch]
12252                 further usability enhancements to replying with or without 
12253                 quoting via the toolbar, use of Ctrl key is replaced by 
12254                 drop down menu 
12255                 Submitted by Carsten Schurig            
12256
12257 2001-12-07 [melvin]     0.6.5claws56
12258
12259         * src/messageview.c
12260                 hack to fix bug that prevented to make/paste selections
12261                 after switching between MVIEW_TEXT and MVIEW_MIME views
12262                 without deselecting the selection first.
12263
12264 2001-12-06 [alfons]     0.6.5claws55
12265
12266         * src/filtering.[ch]
12267         * src/inc.c
12268                 revise filtering a little bit more, and make sure
12269                 messages are delivered to the appropriate inbox
12270                 (perhaps set per account)
12271
12272 2001-12-06 [paul]       0.6.5claws54
12273
12274         * sync with sylpheed 0.6.5cvs22
12275                 see ChangeLog entry 2001-12-06
12276
12277 2001-12-05 [alfons]     0.6.5claws53
12278
12279         * src/inc.c
12280         * src/folder.[ch]
12281         * src/procmsg.c
12282         * src/filtering.c
12283                 more revisions of filtering system
12284                 (last stable version is marked as LAST_STABLE)
12285                 
12286                 | NOTE 1): the filtering system now uses a local folder called
12287                 | .processing. if filtering fails, check this directory
12288                 | for missing messages.
12289                 |
12290                 | NOTE 2): help us find the filtering actions still missing
12291
12292 2001-12-05 [paul]       0.6.5claws52
12293
12294         * src/mainwindow.c
12295                 fix bug where 'Empty Trash?' pop-up window appears even
12296                 when Trash is empty, submitted by Jesse Skinner         
12297
12298 2001-12-05 [melvin]     0.6.5claws51
12299
12300         * src/compose.c
12301                 fixed bug #486106 to select correct account when reediting 
12302                 a queued message
12303         
12304 2001-12-04 [alfons]     0.6.5claws50
12305
12306         * src/mh.c
12307                 declare markfile in appropriate functions when
12308                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
12309                 for spotting this)
12310
12311 2001-12-04 [paul]       0.6.5claws49
12312
12313         * sync with sylpheed 0.6.5cvs21
12314                 see ChangeLog entry 2001-12-04
12315
12316 2001-12-03 [christoph]  0.6.5claws48
12317
12318         * po/de.po
12319                 changed translation of undo
12320         * src/account.c
12321         * src/folder.c
12322                 don't reinvent the wheel to traverse a GNode
12323         * src/compose.[ch]
12324                 seperate code to create the compose gui into functions
12325                 add "Others" page with folder selection for saving copy
12326                 of the message.
12327                 the folder identifier is saved to queue header
12328         * src/procmsg.c
12329                 save message to folder in queue header
12330
12331 2001-12-03 [paul]       0.6.5claws47
12332
12333         * sync with sylpheed 0.6.5cvs20
12334                 see ChangeLog entry 2001-12-03
12335
12336 2001-12-01 [paul]
12337
12338         * more sync with sylpheed 0.6.5cvs19
12339                 see ChangeLog entry 2001-11-29
12340
12341 2001-11-30 [paul]       0.6.5claws46
12342         
12343         * src/compose.c
12344                 remove conflicts introduced by Hoa's last commit
12345          
12346         * src/mainwindow.c
12347                 make 'Message/Bounce' sensitive
12348
12349 2001-11-30 [hoa]        0.6.5claws45
12350
12351         * src/compose.c
12352                 slightly change bounce function to add
12353                 information about the user that bounced the mail
12354                 in the From header line.
12355
12356         * src/folderview.c
12357                 permit the use of processing in outbox folder.
12358
12359 2001-11-29 [paul]       0.6.5claws44
12360
12361         * src/mainwindow.[ch]
12362         * src/prefs_common.c
12363         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
12364         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
12365         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
12366                 usability enhancements to the quoting, implements
12367                 use of Ctrl key to toggle quoting settings
12368                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
12369
12370 2001-11-29 [paul]       0.6.5claws43
12371         
12372         * sync with sylpheed 0.6.5cvs19
12373                 see ChangeLog entry 2001-11-28
12374
12375 2001-11-29 [melvin]     0.6.5claws42
12376         * src/Makefile.am
12377                 added enriched.[ch] to the list of files
12378
12379         * src/textview.c
12380         * src/mimeview.c
12381         * src/procmime.[ch]
12382         * src/enriched.[ch]
12383                 added support to view text/enriched
12384                 added support to show headers in message view for text/enriched and text/html
12385                         in non multipart messages
12386
12387 2001-11-28 [paul]       0.6.5claws41
12388
12389         * more sync with sylpheed 0.6.5cvs18
12390                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
12391
12392 2001-11-27 [paul]       0.6.5claws40
12393         
12394         * po/pt_BR.po
12395                 updated translation, submitted by Fabio Junior Beneditto
12396                 
12397         * sync with sylpheed 0.6.5cvs18
12398                 see ChangeLog entries 2001-11-26 (src/textview.c) and
12399                 2001-11-27
12400
12401
12402 2001-11-26 [paul]
12403
12404         * po/es.po
12405                 updated translation, submitted by Ricardo Mones Lastra
12406
12407 2001-11-26 [alfons]
12408
12409         * src/matcher.c
12410                 add more translatable strings
12411
12412 2001-11-26 [christoph]  0.6.5claws39
12413
12414         * po/de.po      
12415                 fixed one more umlaut
12416         * src/compose.c
12417                 fix translated header when it should not be translated
12418
12419 2001-11-26 [paul]       0.6.5claws38
12420
12421         * src/mainwindow.c
12422                 remove '/Message/Add Sender to address book' from 
12423                 main_window_set_menu_sensitive(), prevent debug warning
12424                 add 'Message/Mark/Mark all read' to mainwin_entries[]
12425
12426 2001-11-26 [paul]       0.6.5claws37
12427
12428         * src/summaryview.c
12429                 fix 'recurring unread state' bug 
12430
12431         * tools/README 
12432         * tools/filter_conv.pl
12433                 read name of top level mailbox from folderlist.xml
12434                 and presume nothing about its name              
12435
12436 2001-11-26 [darko]      0.6.5claws36
12437
12438         * src/gtkstext.[ch]
12439                 removed functions that are now in gtkutils.c
12440                 use gtkut_text_is_uri_string() from gtkutils.c
12441         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
12442
12443 2001-11-26 [paul]       0.6.5claws35
12444
12445         * sync with sylpheed 0.6.5cvs16
12446                 see ChangeLog entries 2001-11-25 and 2001-11-26
12447
12448 2001-11-25 [alfons]     0.6.5claws34
12449
12450         EXPERIMENTAL!!! Please checkout the last stable version using: 
12451           
12452         % cvs update -r LAST_STABLE -dRAP
12453
12454         (Or help us testing this stuff.)
12455
12456         * src/filtering.c               (1.14)
12457         * src/filtering.h               (1.6)
12458         * src/inc.c                     (1.28)
12459         * src/matcher.c                 (1.20)
12460         * src/mbox.c                    (1.9)
12461         * src/procmsg.h                 (1.14)
12462         * src/summaryview.c             (1.59)
12463         * src/summaryview.h             (dunno)
12464                 revert/merge/sync to as it was before commit 
12465                 on Thu, 19 Jul 2001 10:15:51 -0700.
12466
12467 2001-11-25 [hoa]        0.6.5claws33
12468
12469         * src/main.c
12470                 processing mails at startup
12471
12472         * src/folderview.c
12473         * src/summaryview.[ch]
12474                 processing mails when entering folder
12475
12476         * src/prefs_filtering.c
12477                 fixed some UI bugs
12478
12479 2001-11-24 [alfons]     0.6.5claws32
12480
12481         * src/summaryview.[ch]
12482                 make summary sort headers work, and also make
12483                 sure the sort type is stored
12484
12485 2001-11-23 [alfons]     0.6.5claws31
12486
12487         * src/summaryview.[ch]
12488                 make lock work like mark
12489                 disallow deleting messages marked as locked
12490
12491 2001-11-23 [alfons]     0.6.5claws30
12492
12493         * src/gtkstext.c
12494         * src/compose.[ch]
12495         * src/Makefile.am
12496         * src/undo.[ch]
12497                 merge undo patch submitted by Jens
12498
12499 2001-11-23 [christoph]  0.6.5claws29
12500
12501         * src/.cvsignore
12502                 added ylwrap
12503         * src/compose.c
12504                 fixed gpg signing and encoding
12505         * src/folder.[ch]
12506         * src/main.c
12507                 added --status option to get new, unread and total
12508                 message count from a running sylpheed
12509         * src/prefs_common.c
12510                 temporary fix for reply_with_quote problem
12511                 (don't call functions for non existing widget)
12512         * src/procmsg.c
12513                 one more check for ignored threads but still not
12514                 always working correctly. probably a recursive
12515                 check for all parents is needed
12516
12517 2001-11-23 [darko]      0.6.5claws28
12518
12519         * src/compose.c
12520                 wrapping on send improvements
12521         * src/gtkutils.[ch]
12522                 fix for GtkSText after last sync with main branch
12523                 GTK_TEXT -> GTK_STEXT
12524
12525 2001-11-23 [paul]       0.6.5claws27
12526
12527         * sync with sylpheed 0.6.5cvs14
12528                 see ChangeLog entries 2001-11-22 and 2001-11-23
12529                 
12530         * po/de.po
12531                 fixed the scrambled umlauts 
12532                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
12533
12534 2001-11-21 [paul]       0.6.5claws26
12535
12536         * sync with sylpheed 0.6.5cvs12
12537                 see 2nd ChangeLog entry dated 2001-11-20
12538
12539 2001-11-20 [paul]       0.6.5claws25
12540
12541         * sync with sylpheed 0.6.5cvs11
12542                 see ChangeLog entry 2001-11-19 (src/utils.c)
12543
12544 2001-11-20 [hiro]
12545
12546         * src/compose.c
12547                 GTK_TEXT -> GTK_STEXT
12548                 fix for wrong comment
12549
12550 2001-11-20 [hiro]       0.6.5claws24
12551
12552         * src/compose.[ch]
12553                 more merges from main branch
12554                 removed fatal warnings (uninitialized variables etc.)
12555                 some coding style fix
12556         * src/gtkutils.h
12557                 fixed typo.
12558         * src/addressbook.c
12559           src/addrindex.c
12560                 V-Card -> vCard
12561
12562 2001-11-19 [hoa]        0.6.5claws23
12563
12564         * src/filtering.c
12565         * src/prefs_scoring.c
12566         * src/matcher.[ch]
12567         * src/scoring.c
12568                 cleaning code
12569
12570         * src/matcher_parser_parse.y
12571         * src/prefs_filtering.c
12572                 bouncing
12573
12574 2001-11-19 [alfons]     0.6.5claws22
12575
12576         more of my old things into claws
12577
12578         * src/Makefile.am
12579         * src/prefs_common.c
12580         * src/procmsg.h
12581         * src/summaryview.[ch]
12582         * src/prefs_summary_column.c
12583         * src/pixmaps/locked.xpm
12584                 add indicators for locking of message in summary view
12585                 (does not work yet, only visual indicator)
12586
12587 2001-11-19 [paul]       0.6.5claws21
12588
12589         * sync with sylpheed 0.6.5cvs10
12590                 see ChangeLog entry 2001-11-19
12591
12592 2001-11-18 [alfons]     0.6.5claws20
12593         
12594         * src/filtering.c
12595                 remove an inadvertent free I forgot in previous clean up 
12596
12597 2001-11-18 [alfons]     0.6.5claws19
12598
12599         * src/filtering.[ch]
12600                 clean up & plug leaks
12601
12602 2001-11-18 [paul]       0.6.5claws18
12603
12604         * sync with sylpheed 0.6.5cvs9
12605                 see ChangeLog entries 2001-11-17 and 2001-11-18
12606
12607 2001-11-16 [paul]       0.6.5claws17
12608
12609         * sync with sylpheed 0.6.5cvs8
12610                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
12611
12612 2001-11-16 [paul]       0.6.5claws16
12613
12614         * sync with sylpheed 0.6.5cvs7
12615                 see ChangeLog entries 2001-11-15 and 2001-11-16
12616
12617 2001-11-15 [hoa]        0.6.5claws15
12618
12619         * src/compose.c
12620                 fix bounce, mails we received couln't be bounced to ourself.
12621
12622         * src/defs.h
12623         * src/filtering.[ch]
12624         * src/matcher.[ch]
12625         * src/matcher_parser.h
12626         * src/matcher_parser_lex.l
12627         * src/matcher_parser_parse.y
12628         * src/inc.c
12629         * src/main.c
12630         * src/mbox.c
12631         * src/prefs_filtering.[ch]
12632         * src/mainwindow.c
12633         * src/prefs_matcher.c
12634         * src/prefs_scoring.c
12635         * src/scoring.[ch]
12636         * src/summaryview.c
12637                 new matcher/filter/score configuration file parser
12638                 one unique configuration file => ~/.sylpheed/matcherrc
12639                 import in currently automatic, then save are made
12640                 in this new file.
12641                 one filter per folder and one global filter
12642                 (filter of a folder will be used as folder processing)
12643
12644         * src/folder.c
12645                 fix a bug in folder_item_get_identifier
12646                 
12647         * src/messageview.c
12648                 receive receipt return are fixed.
12649
12650 2001-11-14 [alfons]     0.6.5claws14
12651
12652         * src/session.h
12653                 add things from main branch to make claws compile
12654
12655 2001-11-14 [paul]       0.6.5claws13
12656
12657         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
12658                 see ChangeLog entries 2001-11-08 to 2001-11-14
12659
12660 2001-11-14 [hoa] 0.6.5claws12
12661
12662         * src/compose.[ch]
12663         * src/mainwindow.c
12664         * src/summaryview.c
12665                 add "bounce mail" option
12666
12667 2001-11-13 [christoph]  0.6.5claws11
12668
12669         * src/compose.c
12670                 Cleanup a mess i add before commiting
12671
12672 2001-11-13 [hoa]        0.6.5claws10
12673
12674         * src/compose.c
12675                 some fixes when mail are sent or
12676                 for crossposts
12677
12678 2001-11-13 [christoph]  0.6.5claws9
12679
12680         * po/de.po
12681                 Changed two string with the same translation
12682         * src/compose.c
12683         * src/procmsg.[ch]
12684         * src/send.[ch]
12685                 New mailsending process:
12686                   - Always queue message before sending
12687                     (message will be saved if sylpheed crashed or
12688                      freezes while sending)
12689                   - Allow queuing of newspostings
12690                   - No copy in outbox before sending
12691                     (closes bug #469501)
12692                   - No more redundant code for send and send_later
12693         * src/summaryview.c
12694                 Applied wwp <subscript@free.fr>'s patch that fixes
12695                 marks for multiple forwarded messages (+compose.c)
12696
12697 2001-11-12 [alfons]
12698
12699         * README.claws
12700                 remove things that are now in main branch
12701         
12702         * po/nl.po
12703                 update Dutch translation
12704
12705 2001-11-12 [mhadasht]   0.6.5.claws8
12706
12707         * src/prefs_common.c
12708                 re-enabled account autoselection feature for forward
12709                 and reedit lost during the branch point for SYNC-B4-REL
12710         * src/gtkspell.c
12711                 gtkpspell_get_dict(): more readable code (even if function is
12712                 not used yet)
12713         * ChangeLog.claws
12714                 added version number info to 2001-11-12 [hiro] comment.
12715
12716 2001-11-12 [hiro]       0.6.5.claws7
12717
12718         * src/compose.c
12719                 compose_forward(): fixed a bug that forward quote mark
12720                 wasn't used.
12721                 removed unnecessary code.
12722         * src/template_select.[ch]: removed.
12723
12724 2001-11-11 [alfons]
12725
12726         * src/compose.c
12727                 :%s/GTK_TEXT/GTK_STEXT/g
12728         
12729         * src/compose.[ch]
12730         * src/undo.[ch]
12731         * src/Makefile.am
12732                 revert the undo stuff (this is 0.6.6claws stuff)
12733
12734 2001-11-11 [hoa]        0.6.5.claws6
12735
12736         * src/compose.[ch]
12737                 Insert signature at the end of the text.
12738                 Added undo patch but currently disabled
12739
12740         * src/procmsg.c
12741                 Threading by subject improved.
12742
12743         * added src/undo.[ch]
12744                 Undo module for compose dialog box.
12745
12746 2001-11-11 [alfons]     0.6.5.claws5
12747
12748         * src/procmsg.c
12749                 prevent threading by subject on nodes that have already been
12750                 threaded by in-reply-to (as in "circular references in a tree
12751                 result in a dead branch")
12752
12753 2001-11-09 [hoa]        0.6.5.claws4
12754         
12755         * src/folderview.c
12756                 allows creation of mbox folder item from any files.
12757
12758 2001-11-09 [alfons]     0.6.5.claws3
12759         
12760         * src/utils.c
12761         * src/procmsg.c
12762                 do what I mean and correct threading by subject so it really
12763                 ignores attracting lines without "Re: "
12764
12765 2001-11-07 [alfons]     0.6.5.claws2
12766
12767         * src/procmsg.c
12768         * src/utils.[ch]
12769                 only attract by subject if a subject line starts with a "Re: "
12770         * src/syldap.c
12771                 remove warning
12772
12773 2001-11-07 [paul]       0.6.5claws1
12774
12775         * sync with sylpheed 0.6.5. release
12776                 see ChangeLog entry 2001-11-07
12777
12778 2001-11-07 [paul]       0.6.4claws31
12779
12780         * sync with sylpheed 0.6.4cvs18
12781                 see ChangeLog entries 2001-10-30 to 2001-11-07
12782                 prefs_templates.[ch] renamed prefs_template.[ch]
12783
12784 2001-11-06 [alfons]
12785         
12786         * src/utils.h
12787                 add semicolon Hoa forgot ;-)
12788                 
12789
12790 2001-11-06 [hoa]        0.6.4claws30
12791         
12792         * src/procmsg.c
12793         * src/summaryview.c
12794         * src/utils.c
12795         * src/utils.h
12796                 threading by subject - empty subject are ignored
12797
12798 2001-11-06 [christoph]  0.6.4claws29
12799
12800         * src/socket.c
12801                 use SSL_peek for sock_gets
12802         * src/utils.c
12803                 removed unneeded pointer in extracting quoted
12804                 names implementation
12805
12806 2001-11-06 [melvin]     0.6.4claws28
12807
12808         * src/gtkspell.c
12809                 fixed bug #476792 Selection overtyping with spell checker
12810                 fixed bug which could cause a buffer overflow
12811                 fixed a memory leak
12812
12813 2001-11-06 [hoa]        0.6.4claws27
12814         
12815         * src/procmsg.c
12816         * src/summaryview.c
12817                 threading by subject
12818
12819 2001-11-05 [alfons]     0.6.4claws26
12820         
12821         * README.claws
12822                 Claws -> Sylpheed (vice versa)
12823
12824         * src/compose.c
12825                 :%s/gtk_text/gtk_stext/g
12826                 :%s/GTK_TEXT/GTK_STEXT/g
12827                 (thanks to Jonathan Ware for spotting this)
12828
12829 2001-11-04 [christoph]  0.6.4claws25
12830
12831         * src/summaryview.c
12832                 replace Xalloca + strdup with Xstrdup_a
12833         * src/utils.c
12834                 better implementation of extracting quoted names
12835                 from addresses (remove backlashes and ignore
12836                 quotes after them)
12837
12838 2001-11-04 [alfons]     0.6.4claws24
12839
12840         * src/utils.[ch]
12841                 edit to comply more with coding style
12842
12843         * src/textview.c
12844                 fix bug reported by Kim Schulz. introduced by the patch integrated
12845                 in 0.6.4claws15. the code did not check the return value of
12846                 the html parser.
12847
12848         * AUTHORS
12849                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
12850
12851 2001-11-04 [christoph]  0.6.4claws23
12852
12853         * src/main.c
12854         * src/prefs_common.[ch]
12855                 init some pointers that possibly caused a segfault
12856                 reported in the claws-users ML
12857
12858 2001-11-04 [hoa]        0.6.4claws22
12859
12860         * src/grouplistdialog.c
12861                 change the names of the nodes in the tree
12862
12863         * src/compose.c
12864                 enhanced mailto syntax as described in
12865                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
12866                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
12867
12868         * src/utils.c
12869                 encode and decode URI (useful when opening URL into
12870                 netscape).
12871
12872 2001-11-03 [hoa]        0.6.4claws21
12873
12874         * src/grouplistdialog.c
12875                 a new newsgroups list selection dialog box
12876                 with a CTree instead of a CList
12877
12878 2001-11-03 [hoa]        0.6.4claws20
12879
12880         * src/folderview.c
12881                 enable property and scoring options when right
12882                 click on "inbox"
12883
12884         * src/summaryview.c
12885                 fixed bug when nickname were displayed using
12886                 the address book.
12887
12888 2001-11-02 [darko]      0.6.4claws19
12889
12890         * src/compose.c
12891                 new wrap quotation and URL/long words wrapping implementation
12892         * src/compose.c src/gtkstext.[ch]
12893                 move gtkstext_strncmp() to gtkstext.c
12894
12895 2001-11-01 [christoph]  0.6.4claws18
12896
12897         * src/prefs_account.c
12898                 fixed mess in account settings dialog
12899         * src/prefs_folder_item.c
12900                 added label with folder path to dialog
12901
12902 2001-10-31 [match]      0.6.4claws17
12903
12904         * src/vcard.c
12905                 fix memory leak.
12906         * src/addrbook.c
12907                 fix generation of spurious address book file names.
12908                 remove redundant functions.
12909         * po/POTFILES.in
12910                 added missing file names.
12911
12912 2001-10-30 [paul]       0.6.4claws16
12913
12914         * sync with sylpheed 0.6.4cvs6
12915                 see ChangeLog entries 2001-10-26 to 2001-10-30
12916
12917         * tools/filter_conv.pl
12918                 read folderlist.xml to discover whether the top-level
12919                 folder is called 'Mailbox' or 'Mail' 
12920
12921 2001-10-29 [paul]       0.6.4claws15
12922
12923         * src/html.c, src/textview.c
12924                 activate links in html mail and fix clickable parts
12925                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12926
12927 2001-10-29 [paul]
12928
12929         * po/de.po, po/es.po, po/pt_BR/po
12930                 updated translations, submitted by Jens Oberender,
12931                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12932
12933 2001-10-29 [darko]      0.6.4claws14
12934
12935         * src/compose.c
12936                 fix wrapping for good
12937
12938 2001-10-29 [darko]
12939
12940         * src/compose.c
12941                 undo previous change as it broke the smart wrapping
12942
12943 2001-10-29 [darko]      0.6.4claws13
12944
12945         * src/compose.c
12946                 fix infinite loop when long URL is quoted
12947                 (closes bug #475122.
12948
12949 2001-10-28 [match]
12950
12951         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12952                 import Mutt address book
12953         * src/ldif.[ch] src/importldif.h
12954                 modified import LDIF handle user attributes
12955
12956 2001-10-28 [christoph]  0.6.4claws12
12957
12958         * src/summaryview.c
12959                 fixed that filtering did not work if there
12960                 were no filter rules
12961                 (closes bug #472003 and better implementation
12962                  of patch #474644)
12963
12964 2001-10-27 [christoph]  0.6.4claws11
12965
12966         * src/compose.c
12967                 make the folder's default account to be used when
12968                 replying. (patch by wwp <subscript@free.fr>)
12969         * src/compose.c
12970                 code cleanup, nearly killed all of wwp's patch
12971                 for folder's default account in compose
12972         * src/folderview.c
12973                 error panel when a folder could not be created
12974                 (closes bug #471080 new folder name & already
12975                  existing file)
12976
12977 2001-10-26 [alfons]
12978
12979         * src/utils.h
12980                 change prototype of strstr2() that Christoph forgot about
12981
12982 2001-10-26 [christoph]  0.6.4claws10
12983
12984         * src/account.c
12985                 made search for accounts by email address not case
12986                 sensitive
12987         * src/folder.c
12988                 fixed memory leak in folder_item_get_identifier
12989         * src/gtkspell.c
12990         * src/utils.c
12991                 fixed wrong strstr2 (should work like strstr)
12992
12993 2001-10-26 [darko]      0.6.4claws9
12994
12995         * src/compose.c src/gtkstext.[ch]
12996         * src/gtkstext.c
12997                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12998
12999 2001-10-26 [paul]       0.6.4claws8
13000
13001         * src/html.c
13002                 ignore css and javascript tags in html mail
13003                 case-insensitive, with or without double-quoted
13004                 strings
13005
13006 2001-10-26 [paul]       0.6.4claws7
13007
13008         * sync with sylpheed 0.6.4cvs1
13009                 see ChangeLog entry 2001-10-26
13010
13011         * src/prefs_account.c, src/prefs_common.c,
13012           src/prefs_summary_column.c
13013                 minor improvements to the English
13014
13015 2001-10-25 [alfons]     0.6.4claws6
13016
13017         * src/gtkstext.c
13018         
13019                 make GtkSText follow style of GtkText (closes bug 
13020                 #469211 "text selection while writing message")
13021                 
13022                 do sync with GTK 1.2.10
13023
13024 2001-10-25 [paul]       0.6.4claws5
13025
13026         * src/html.c
13027                 ignore css tags in html mail
13028
13029 2001-10-25 [darko]      0.6.4claws4
13030
13031         * src/compose.c
13032                 don't declare is_url_string as static function since
13033                 we need it in gtkstext.c
13034         * src/gtkstext.c
13035                 remove unused variable
13036                 don't wrap long URLs while composing a message
13037
13038 2001-10-24 [christoph]  0.6.4claws3
13039
13040         * src/socket.c
13041                 fix ssl deadlock, when peer closes connection
13042
13043 2001-10-24 [paul]       0.6.4claws2
13044
13045         * src/prefs_common.c
13046                 gettextize the gpg ascii-armored warning message
13047
13048         * src/compose.c
13049                 insert a DOS/MAC file into the composed message
13050                 (improvements)
13051
13052         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
13053
13054 2001-10-22 [paul]       0.6.4claws1
13055
13056         * sync with sylpheed 0.6.4 release
13057                 see ChangeLog entries 2001-10-21
13058
13059         * po/fr.po, po/pt_BR.po
13060                 updated by Melvin Hadasht and Fabio Junior Beneditto
13061
13062 2001-10-21 [paul]       0.6.3claws30
13063
13064         * src/compose.c
13065                 insert a DOS text file from the compose window
13066                 into the composed message text (removes CRs characters)
13067                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
13068
13069         * tools/filter_conv.pl, tools/README
13070                 automatically use ~/.sylpheed as working directory
13071                 print out confirmation message on completion
13072
13073         * correct Hoa's last ChangeLog.claws entry
13074
13075 2001-10-20 [hoa]        0.6.3claws29
13076
13077         * src/grouplistdialog.c
13078                 bugfix (another ?) to give the right
13079                 newsgroups list for each news server.
13080
13081         * src/news.c
13082         * src/news.h
13083                 improve the newsgroups list cache
13084
13085 2001-10-20 [paul]       0.6.3claws28
13086
13087         * sync with sylpheed 0.6.3cvs9
13088                 see ChangeLog entry 2001-10-19
13089
13090         * correct Alfons' last ChangeLog.claws entry
13091
13092 2001-10-19 [alfons]
13093
13094         * src/pgptext.[ch]
13095                 fix compilation problems (part of bug #472895)
13096
13097 2001-10-18 [hoa]        0.6.3claws27
13098
13099         * src/grouplistdialog.c
13100                 bugfix when we refresh was clicked (bug 472701)
13101
13102 2001-10-19 [christoph]  0.6.3claws26
13103
13104         * src/compose.c
13105                 last header entry should default to "To:" or
13106                 "Newsgroups:" and not copy the last entry line
13107                 in a new compose window
13108                 (closes bug #472686, #470792)
13109
13110 2001-10-19 [paul]       0.6.3claws25
13111
13112         * sync with Sylpheed 0.6.3cvs8
13113                 see ChangeLog entries 2001-10-18 and 2001-10-19
13114
13115 2001-10-18 [christoph]  0.6.3claws24
13116
13117         * src/procmsg.c
13118                 reimplement ignore thread
13119         
13120 2001-10-18 [hoa]        0.6.3claws23
13121
13122         * src/folderview.c
13123         * src/grouplistdialog.[ch]
13124                 enhanced news subscription interface (feature 469113)
13125
13126         * src/news.c
13127         * src/news.h
13128                 enchanced newsgroup listing,
13129                 now, we can get groups informations
13130                 (NNTPGroupInfo)
13131
13132 2001-10-18 [paul]       0.6.3claws22
13133
13134         * src/summaryview.c
13135                 remove comment (sync with main branch)
13136         * src/mainwindow.c
13137                 fix 'Re-edit' bug in 'Message' menu
13138
13139 2001-10-17 [christoph]  0.6.3claws21
13140
13141         * src/compose.c
13142                 ignore empty or whitespace only header lines
13143
13144 2001-10-17 [paul]       0.6.3claws20
13145
13146         * sync with sylpheed 0.6.3cvs7
13147                 see ChangeLog entries 2001-10-14, 2001-10-16, and
13148                 2001-10-17
13149
13150 2001-10-17 [darko]
13151
13152         * src/compose.c
13153                 wrap long lines without spaces
13154                 don't wrap URLs
13155
13156 2001-10-16 [paul]
13157
13158         * po/es.po, po/nl.po, po/pt_BR.po
13159                 updated by Ricardo Mones Lastra, Alfons,
13160                 and Fabio Junior Beneditto
13161
13162         * sylpheed-0.6.3claws released
13163
13164 2001-10-15 [melvin] 0.6.3claws18
13165
13166         * README.claws
13167                 added summary and detailed installation instructions
13168                 for spell checker
13169         * po/fr.po
13170                 Updated, corrected and completed french translation
13171
13172 2001-10-15 [hoa] 0.6.3claws17
13173         * src/grouplistdialog.c
13174                 we can choose the newsgroups to display with wildcards
13175
13176 2001-10-15 [christoph]  0.6.3claws16
13177
13178         * src/account.c
13179         * src/compose.c
13180         * src/prefs_folder_item.[ch]
13181                 applied wwp <subscript@free.fr>'s folder
13182                 default account patch
13183         * po/de.po
13184                 Fixed wrong translation
13185
13186 2001-10-13 [alfons, christoph, melvin]  
13187                         0.6.3claws15
13188
13189         solution #2 to solve MT-safety problems defers all GUI related calls
13190         to the main thread using a gtk_idle_add() callback. discussed on
13191         ircnet #sylpheed, with christoph spotting some issues with the
13192         original code, and melvin allowing us to lobotomize his sylpheed.
13193
13194         * src/syldap.[ch], src/main.c
13195                 fix race problem in ldap search thread by deferring GUI 
13196                 stuff to main thread using gtk_idle_add()
13197
13198 2001-10-13 [paul]       0.6.3claws14
13199
13200         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
13201                 add Sergey's smtpcred.patch
13202                 adds separate username/password setting for SMTP Auth
13203                 needed by some servers
13204                 (closes feature request #471659)
13205
13206 2001-10-13 [paul]       0.6.3claws13
13207
13208         * src/pgptext.[ch] **NEW FILES**
13209         * src/Makefile.am, src/messageview.c, src/mimeview.c
13210                 decrypt ascii-armored gpg text embedded in
13211                 the message body.
13212                 Submitted by Jens Jahnke <jan0sch@gmx.net>
13213
13214 2001-10-13 [christoph]  0.6.3claws12
13215
13216         * README.claws
13217                 some more details on default to and
13218                 feature requests
13219         * src/main.c
13220                 init glib threading when ldap is used
13221         * src/syldap.c
13222                 threading fixes
13223         * po/de.po
13224                 fixed a typo
13225
13226 2001-10-12 [paul]       0.6.3claws11
13227
13228         * src/prefs_common.[ch], src/rfc2015.c
13229                 enable ascii-armored gpg text to be embedded in the
13230                 message body, selectable through the 'Privacy'
13231                 preferences. Supports encrypting only.
13232                 Submitted by Ravemax <ravemax@dextrose.com>
13233
13234 2001-10-12 [paul]       0.6.3claws10
13235
13236         * sync with sylpheed 0.6.3cvs6
13237                 see ChangeLog entries 2001-10-11 and 2001-11-12
13238
13239         * src/folderview.c
13240                 incorporated mbox folders, scoring, and folder
13241                 properties into the sync
13242
13243 2001-10-12 [darko]      0.6.3claws9
13244
13245         * README.claws
13246                 describe quotation wrapping
13247         * src/compose.c
13248                 don't treat tab as space to calculate line length properly
13249
13250 2001-10-11 [alfons]
13251
13252         * README.claws
13253                 correct description of how to make new filtering system work,
13254                 add some other things
13255                 
13256         * src/syldap.c
13257                 remove sched_yield() (not necessary / unportable)
13258
13259 2001-10-11 [paul]       0.6.3claws8
13260
13261         * sync with sylpheed 0.6.3cvs3
13262                 see ChangeLog entry 2001-10-10
13263
13264 2001-10-10 [christoph]  0.6.3claws7
13265
13266         * .cvsignore
13267                 ignore 2 files created by newer autotools
13268         * src/prefs_folder_item.c
13269                 using table for widget alignment
13270                 fixed memory leak and broken octal display
13271         * src/filesel.c
13272                 fixed segfault caused by lost filename
13273                 workaround (closes bug #469551)
13274
13275 2001-10-10 [paul]       0.6.3claws6
13276
13277         * sync with sylpheed 0.6.3cvs2
13278                 see ChangeLog entries 2001-10-09 and 2001-10-10
13279
13280 2001-10-10 [darko]      0.6.3.claws5
13281
13282         * src/gtkstext.c
13283                 proper calculation of right margin if smart wrapping is enabled
13284         * src/compose.c
13285                 automatically wrap long lines if wrap quotation is enabled
13286
13287 2001-10-09 [alfons]     0.6.3.claws4
13288
13289         * src/summaryview.c
13290                 select correct row when deleting last row in the summary view (and
13291                 close bug "[ #469104 ] select second last in list when deleting")
13292
13293 2001-10-09 [paul]       0.6.3claws3
13294
13295         * sync with sylpheed 0.6.3cvs1
13296                 updated some autotool scripts
13297
13298 2001-10-09 [darko]      0.6.3claws2
13299
13300         * src/gtkstext.[ch]
13301                 new name and mark with Sylpheed comment
13302         * src/compose.c
13303                 smart quotation wrapping a-la VIM
13304
13305 2001-10-08 [paul]       0.6.3claws1
13306
13307         * sync with sylpheed 0.6.3 release
13308                 see ChangeLog entry 2001-10-08
13309
13310 2001-10-08 [paul]       0.6.2claws24
13311
13312         * src/summaryview.c
13313                 more sync with sylpheed 0.6.2cvs12
13314                 Fixed the bug that didn't select the last row correctly
13315
13316
13317 2001-10-07 [paul]       0.6.2claws23
13318
13319         * sync with sylpheed 0.6.2cvs12
13320                 see ChangeLog entry 2001-10-07
13321
13322 2001-10-06 [match]
13323         * src/jpilot.[ch]
13324                 enable jpilot to read unsynch'ed addresses.
13325
13326         * src/editldap_basedn.c
13327                 fix segfault when opening dialog.
13328
13329 2001-10-06 [alfons]     0.6.2.claws22
13330
13331         * src/summaryview.c
13332                 fix bug with summary view selecting last *inserted*
13333                 node instead of last *visible* node. remember we
13334                 work with a tree
13335
13336 2001-10-06 [paul]       0.6.2claws21
13337
13338         * po/pt_BR.po
13339                 updated translation, contains some fixes and new
13340                 translations, submitted by Gustavo Noronha Silva
13341                 <kov@debian.org>
13342
13343         * src/prefs_common.c
13344                 change 'each' to 'every' - fix dubious English
13345
13346         * sync with sylpheed 0.6.2cvs11
13347
13348 2001-10-05 [alfons]     0.6.2claws20
13349
13350         * src/mainwindow.[ch], src/folderview.c
13351                 make composite tool button switch between "Compose News"
13352                 and "Compose Mail" depending on selected folder
13353                 (nifty idea by Kim Schulz <kim@schulz.dk>)
13354
13355 2001-10-05 [paul]       0.6.2claws19
13356
13357         * src/mainwindow.c, src/summaryview.c
13358                 fix 'Message/Reply to all', broken in last commit
13359
13360         * src/compose.c
13361                 fix X_BEENTHERE seg fault, thanks to Alfons
13362
13363 2001-10-04 [paul]       0.6.2claws18
13364
13365         * src/compose.[ch], src/mainwindow.c
13366                 make "Message/Reply" reply to mailing lists; matches
13367                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
13368                 based on portions of the patch submitted by
13369                 Junichi Uekawa <dancer@netfort.gr.jp>
13370
13371 2001-10-04 [darko]      0.6.2claws17
13372
13373         * src/compose.c
13374                 better smart wrapping
13375         * src/gtkstext.[hc]
13376                 a function to make text buffer contiguous
13377
13378 2001-10-03 [paul]       0.6.2claws16
13379
13380         * sync with sylpheed 0.6.2cvs10
13381
13382 2001-10-02 [alfons]
13383
13384         * configure.in
13385         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
13386                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
13387                 references to chinese translations (hope someone picks up
13388                 this)
13389
13390 2001-10-02 [christoph]  0.6.2claws15
13391
13392         * src/compose.c
13393                 fixed non translated header bug
13394         * ChangeLog.claws
13395                 fixed wrong date in alfons last entry ;)
13396
13397 2001-10-02 [alfons]     0.6.2claws14
13398
13399         * src/compose.c, src/prefs_common.[ch]
13400                 add block cursor option
13401
13402 2001-10-02 [paul]       0.6.2claws13
13403
13404         * sync with sylpheed 0.6.2cvs9
13405
13406 2001-09-30 [paul]       0.6.2claws12
13407
13408         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
13409                 updated translations
13410
13411         * po/POTFILES.in
13412                 add 'src/importldif.c'
13413
13414         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
13415                 added eudora-to-vCard conversion tool
13416                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
13417
13418         * sync with sylpheed 0.6.2cvs8
13419
13420 2001-09-30 [paul]
13421
13422         * sylpheed-0.6.2claws released
13423
13424 2001-09-27 [melvin]     0.6.2claws11
13425
13426         * src/gtkspell.c
13427                 fixed crash when using default path (introduced 
13428                 in 0.6.2claws10)
13429                 fixed tiny bug for initial suggestion mode
13430
13431 2001-09-27 [melvin]     0.6.2claws10
13432         
13433         * src/gtkspell.c
13434                 fixed bug where gtkpspell didn't set the path correctly
13435
13436         * README.claws
13437                 added a paragraph about spell checking
13438                 
13439
13440
13441 2001-09-27 [paul]       0.6.2claws9
13442
13443         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
13444                 replace '// comments' with '/* comments */' to prevent
13445                 some compiler warnings 
13446
13447         * sync with sylpheed 0.6.2cvs6
13448
13449 2001-09-26 [alfons]     0.6.2claws8
13450
13451         * src/messageview.c
13452                 introduce return receipt request notification again,
13453                 which was lost because of other semantics in 
13454                 procheader_parse() (???)
13455
13456 2001-09-26 [christoph]  0.6.2claws7
13457
13458         * src/compose.c
13459                 replace comments for old code with #if 0
13460                 readded auto cc, bcc and reply-to
13461         * src/prefs_matcher.c
13462         * src/prefs_scoring.c
13463                 removed some definition (was moved to
13464                 prefs.h)
13465
13466 2001-09-26 [paul]       0.6.2claws6
13467
13468         * src/mainwindow.c
13469                 make 'Follow-up and reply to' sensitive
13470
13471         * more sync with sylpheed 0.6.2cvs5
13472
13473 2001-09-25 [melvin]
13474
13475         * 0.6.2claws5
13476
13477         * src/gtkspell.c
13478                 fixed bug for "US-ASCII" introduced by the encoding code
13479
13480 2001-09-25 [paul]
13481
13482         * 0.6.2claws4
13483
13484         * src/prefs_common.[ch], src/summaryview.c
13485                 'next unread msg' 'go to next folder?' dialog can be
13486                 given default behaviour, either always show dialog,
13487                 or assume 'yes', or assume 'no'
13488                 Submitted by wwp <subscript@free.fr>
13489
13490 2001-09-25 [melvin]
13491                 
13492         * src/compose.c src/gtkspell.[ch]
13493                 added support for different encodings
13494
13495 2001-09-25 [paul]
13496
13497         * more sync with sylpheed 0.6.2cvs5
13498
13499 2001-09-24 [alfons]
13500         
13501         * src/prefs_folder_item.c
13502                 add check for item->prefs->default_to string is NULL and
13503                 add another check when freeing this string
13504
13505 2001-09-24 [paul]
13506
13507         * configure.in
13508                 change to version 0.6.2claws3
13509
13510         * sync with sylpheed 0.6.2cvs5 
13511
13512 2001-09-24 [match]
13513         * src/ldif.[ch], src/importldif.[ch], addressbook.c
13514                 import LDIF files.
13515         * src/addrcache.[ch], addrindex.[ch]
13516                 small update for future
13517         * src/addrbook.c
13518                 fix test XML file.
13519
13520 2001-09-24 [melvin]
13521         * src/gtkspell.[ch]
13522                 added 'Learn from mistakes' option
13523                 better handling of quotes in checked words
13524                 sorted dict list
13525         * po/fr.po
13526                 small update for spell checking stuff
13527
13528 2001-09-23 [alfons]
13529         
13530         * src/gtkspell.c
13531                 edit a little bit so it complies more with main coding style
13532
13533 2001-09-23 [alfons]
13534
13535         * src/folder.[ch], prefs_folder_item.c, compose.c
13536                 migrate "request return receipt" folder property
13537                 to folderlist.xml
13538
13539 2001-09-22 [alfons]
13540
13541         * README.claws **NEW**
13542                 (add things of interest for users of main branch 
13543                 and claws here)
13544
13545         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
13546                 re-implement threading per folder option, but store 
13547                 the setting in folderlist.xml (where it belongs)
13548
13549 2001-09-21 [melvin]
13550
13551         * src/gtkspell.[ch]
13552                 fixed bug when compose window is under another window
13553         * src/prefs_common.[ch] src/compose.c
13554                 changed 'dictionary_path' to 'dictionary' to be consistent
13555                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
13556         * ac/pspell.m4 src/Makefile.am 
13557                 dropped PSPELL_PATH macro
13558         * po/fr.po
13559                 updated translations
13560
13561 2001-09-21 [christoph]
13562
13563         * src/compose.c
13564                 added border around header fields
13565                 keep header type when new field is added
13566
13567 2001-09-20 [christoph]
13568
13569         * src/utils.[ch]
13570                 more portable debug_print with source filename
13571                 and linenumber
13572         * src/procmsg.c
13573                 more newlines after debug messages
13574
13575 2001-09-20 [paul]
13576
13577         * configure.in
13578                 change to version 0.6.2claws2
13579
13580         * sync with sylpheed 0.6.2cvs3
13581
13582 2001-09-19 [melvin]
13583
13584         * src/gtkspell.c
13585                 fixed the post-right-click focus pb
13586                 fixed crash when 'Spell check all' after dict change 
13587                         and when cursor is at the end of the text
13588                 shift-right-click pops up config menu even on misspelled words.
13589         * po/POTFILES.in
13590                 added gtkspell.c
13591
13592 2001-09-19 [melvin]
13593
13594         * src/about.c
13595                 added pspell to compiled-in features list
13596
13597 2001-09-18 [melvin]
13598
13599         * switched to pspell and dropped ispell
13600         * ac/pspell.m4
13601                 new file. autoconf macro for pspell
13602         * ac/Makefile.am 
13603         * configure.in acconfig.h
13604                 added pspell support
13605         * src/Makefile.am
13606         * src/main.c src/compose.[ch] src/gtkspell.[ch]
13607         * src/prefs_common.[ch] 
13608                 added pspell support
13609
13610 2001-09-18 [christoph]
13611
13612         * src/addr_compl.c
13613         * src/template.[ch]
13614                 replace LOG_MESSAGE with debug_print
13615         * src/compose.[ch]
13616                 gui improvements
13617         * src/menu.c
13618                 added newline after debug message
13619         * src/utils.h
13620                 using __VA_ARGS__ for debug_print macro
13621         * tools/.cvsignore
13622                 ignore Makefile and Makefile.in
13623
13624 2001-09-18 [paul]
13625
13626         * configure.in
13627                 change to version 0.6.2claws1
13628         * sync with sylpheed 0.6.2cvs1
13629
13630         * src/matcher.c 
13631         * src/prefs_matcher.c
13632                 add 'score equal to' option, submitted by
13633                 Paul Evans <nerd@freeuk.com>
13634
13635 2001-09-15 [christoph]
13636
13637         * src/mainwindow.c
13638                 comment out menu entry not existing in claws
13639         * src/menu.c
13640                 add debug output for non existing menu entries
13641         * src/summaryview.c
13642                 fix next/prev unread message for ignored threads
13643         * src/utils.[ch]
13644                 add sourcefile and line number to debug output
13645                 otherwise it is sometimes hard to find the
13646                 source code part if debug messages are translated
13647
13648 2001-09-14 [darko]
13649         
13650         * src/folderview.c
13651                 refresh target folder style after colour is changed
13652
13653 2001-09-13 [paul]
13654
13655         * configure.in
13656                 change to version 0.6.1claws3
13657
13658         * sync with sylpheed 0.6.1cvs6
13659
13660 2001-09-13 [darko]
13661         
13662         * src/folderview.c
13663                 fix target folder colourization to use user selected colour
13664
13665 2001-09-12 [darko]
13666         
13667         * src/summaryview.c
13668                 fix crash when message that is marked for copy/move is unmarked
13669
13670 2001-09-09 [paul]
13671
13672         * configure.in
13673                 change to version 0.6.1claws2
13674
13675         * sync with sylpheed 0.6.1cvs3
13676
13677 2001-09-09 [alfons]
13678         
13679         * src/folderview.c
13680                 fix bug with default font used for trash folder text
13681
13682 2001-09-06 [paul]
13683
13684         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13685                 updated translations
13686
13687         * configure.in
13688                 change to version 0.6.1claws1
13689
13690         * sync with sylpheed 0.6.1cvs2
13691
13692 2001-09-03 [paul]
13693
13694         * po/POTFILES.in
13695                 add Match's new addressbook
13696
13697         * po/de.po
13698                 updated translation submitted by Jens Oberender
13699
13700 2001-09-02 [paul]
13701
13702         * configure.in
13703                 change to 0.6.1claws
13704         * sync with sylpheed 0.6.1 release
13705
13706 2001-09-02 [paul]
13707
13708         * configure.in
13709                 change to 0.6.0claws2
13710
13711         * sync with sylpheed 0.6.0cvs4
13712
13713         * po/pt_BR.po
13714                 updated translation submitted by Fabio Junior Beneditto
13715
13716 2001-09-01 [match]
13717         * pixmaps/
13718                 interface.xpm
13719                 book.xpm
13720                 address.xpm
13721         * src/
13722                 Makefile.am
13723                 a ton of new files
13724
13725 2001-08-31 [paul]
13726
13727         * configure.in
13728                 change to version 0.6.0claws1
13729
13730         * sync with sylpheed 0.6.0cvs1
13731
13732         * po/es.po
13733                 updated translation submitted by Ricardo Mones Lastra
13734
13735         * po/POTFILES.in
13736                 add 'src/prefs_templates.c'
13737
13738         * src/compose.c, src/summaryview.c
13739                 fix segfault on 'Re_edit'               
13740
13741 2001-08-30 [alfons]
13742
13743         * configure.in, Makefile.am
13744         * tools/Makefile.am
13745                 add tools directory to source distribution
13746
13747 2001-08-30 [paul]
13748
13749         * configure.in
13750                 change to version 0.6.0claws
13751
13752         * sync with sylpheed 0.6.0 release
13753
13754 2001-08-30 [christoph]
13755
13756         * configure.in
13757                 removed autoconf version check
13758
13759 2001-08-30 [paul]
13760
13761         * src/account.c, src/compose.c, src/prefs_common.[ch]
13762         * src/procheader.[ch] src/utils.[ch]
13763                 Enhanced automatic account selection on replies
13764                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
13765
13766         * configure.in
13767                 add LDAP and JPilot to the configuration results output.
13768
13769 2001-08-29 [christoph]
13770
13771         * src/summeryview.c
13772                 no bold font for ignored threads
13773
13774 2001-08-29 [paul]
13775
13776         * configure.in
13777                 change to version 0.5.3claws6
13778
13779         * sync with sylpheed 0.5.3cvs10
13780                 src/stringtable.[ch]: New Files
13781
13782         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
13783         * src/pixmaps/sylpheed.xpm
13784                 add mini-icons to windows (by Alfons)
13785
13786 2001-08-27 [paul]
13787
13788         * src/mainwindow.c
13789                 new functions: next_labeled_cb(), prev_labeled_cb()
13790
13791         * src/summaryview.c
13792                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
13793                 summary_select_next_labeled(), summary_select_prev_labeled()
13794
13795         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
13796                 give claws blue folders and a blue trash can
13797
13798 2001-08-27 [paul]
13799
13800         * configure.in
13801                 change to version 0.5.3claws5
13802
13803         * sync with sylpheed 0.5.3cvs9
13804                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
13805
13806 2001-08-24 [christoph]
13807
13808         * src/filesel.c
13809                 keep filename when browsing directories
13810                 (not working for user entered filename, but
13811                  for default name and selected filename from
13812                  file list)
13813         * src/mainwindow.c
13814                 fixed wrong spelling "Folllow-up"
13815         * src/mbox_folder.c
13816         * src/procmsg.c
13817         * src/summaryview.c
13818                 fixed new/unread message count with ignored
13819                 threads (2 commits, first didn't notice no
13820                 longer needed decreasing)
13821         * src/inc.c
13822                 readded scrolling of progress dialog
13823                 (lost in sync)
13824
13825 2001-08-24 [paul]
13826
13827         * configure.in
13828                 change to 0.5.3claws4
13829
13830         * sync with sylpheed 0.5.3cvs7
13831
13832 2001-08-24 [christoph]
13833
13834         * src/compose.c
13835                 set request return receipt when replying
13836                 if it is set is the folder prefs of the
13837                 message
13838         * src/inc.c
13839                 disable final error popup if popups are
13840                 disabled in config (again)
13841
13842 2001-08-23 [paul]
13843
13844         * configure.in
13845                 Change version number to 0.5.3claws3
13846
13847         * sync with sylpheed 0.5.3cvs5
13848
13849         * src/mimeview.c
13850                 double quote '%s' in 'gedit %s' to fix bug when
13851                 opening attachment with spaces in the name
13852
13853 2001-08-22 [alte]
13854         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
13855           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
13856                 initial message templates support
13857
13858
13859 2001-08-22 [paul]
13860
13861         * configure.in
13862                 change version number to 0.5.3claws2
13863
13864         * sync with sylpheed 0.5.3cvs4
13865
13866         * src/procmsg.h src/summaryview.c
13867                 re-implement (un)ignore thread
13868
13869 2001-08-21 [paul]
13870
13871         * src/summaryview.c
13872                 remove unnecessary code
13873         * src/compose.c
13874                 enable 'dynamic' signatures (submitted by
13875                 Eric Limpens <eric@hscg-internet.nl>)
13876
13877 2001-08-21 [paul]
13878
13879         clean up after sync with sylpheed 0.5.3 release
13880
13881         * src/folderview.c
13882                 fix re-introduced font mess, see Christoph's
13883                 entry 2001-06-24
13884
13885         * src/summaryview.c
13886                 remove prev_msgnum
13887                 use sylpheed's small font instead of
13888                 gtk default font for summary view
13889
13890
13891 2001-08-17 [paul]
13892
13893         * configure.in
13894                 add pl to ALL_LINGUAS - sync with main branch
13895
13896         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13897                 Updated. Translations by Jens Oberender, Ricardo Mones
13898                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
13899
13900         * po/pl.po  ** NEW FILE **
13901                 sync with the main branch
13902
13903         * src/folderview.c
13904                 fix target folder colorizing and refresh problem
13905
13906
13907 2001-08-17 [christoph]
13908
13909         * src/mainwindow.c
13910                 claws uses 4 colors for target folder coloring.
13911                 arrays were not long enough and destroyed the
13912                 stack causing a segfault.
13913                 target folder colorizing does not work anymore
13914                 for me
13915
13916 2001-08-16 [paul]
13917
13918         * configure.in
13919                 change to version 0.5.3claws1
13920
13921         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13922           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13923           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13924
13925                 sync with sylpheed 0.5.3 release, but keep claws method of
13926                 configuring/saving fonts
13927
13928         * src/addressbook.[ch]
13929                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13930                 in line with a similar change in Hiroyuki's branch
13931
13932         * src/mainwindow.[ch]
13933                 disable main_window_set_thread_option()
13934         * src/prefs_folder_item.c
13935                 comment out &tmps_prefs.enable_thread,
13936         * src/mbox_folder.c, src/procmsg.[ch]
13937                 comment out MSG_IS_IGNORE_THREAD
13938         * src/summaryview.c
13939                 comment out summary_ignore_thread() and summary_unignore_thread()
13940                 comment out MSG_IS_IGNORE_THREAD
13941
13942                 use Hiroyuki's threading instead.
13943
13944
13945
13946 2001-08-15 [paul]
13947
13948         * src/account.c
13949                 use Hiroyuki's 0.5.3 column scheme but also
13950                 include the enable/disable button.
13951         * src/pixmaps/mark.xpm
13952                 add Hiroyuki's amended pixmap
13953
13954 2001-08-13 [christoph]
13955
13956         * src/account.c
13957                 receive at get all column showed wrong state for APOP
13958                 button should only work for POP3 and APOP accounts
13959         * src/prefs_account.c
13960                 added missing preprocessor statement for SSL
13961
13962 2001-08-12 [paul]
13963
13964         * src/account.[ch]
13965                 add 'receive at get all' column and enable/disable
13966                 button.
13967
13968 2001-08-06 [christoph]
13969
13970         * src/account.c
13971                 show usage of SSL in protocol column
13972
13973         * src/imap.c
13974         * src/inc.c
13975                 renamed ssl options
13976
13977         * src/prefs_account.[ch]
13978                 moved ssl options to a new page
13979
13980         * src/send.c
13981         * src/smtp.c
13982         * src/ssl.[ch]
13983                 renamed ssl options
13984                 added support for SMTP STARTTLS command
13985
13986 2001-08-05 [christoph]
13987
13988         * configure.in
13989                 debian autoconf needs version check to find
13990                 correct autoconf version. if the file is
13991                 named configure.in 2.13 is used, which does
13992                 not work with this configure.in script.
13993                 other solution would be to rename the script
13994                 to configure.ac as suggested in the autoconf
13995                 manual.
13996
13997         * src/inc.c
13998                 disable final error popup if popups are
13999                 diabled in config
14000
14001         * src/socket.c
14002                 bugfix in ssl_gets
14003                 fixes IMAP over SSL problem
14004
14005 2001-08-03 [paul]
14006
14007         * configure.in
14008                 change to 0.5.2claws1
14009
14010         * sync with sylpheed 0.5.2cvs1
14011
14012 2001-08-02 [alfons]
14013
14014         * configure.in
14015                 quick fix for ispell detection...
14016
14017 2001-08-01 [paul]
14018
14019         * configure.in
14020                 change to 0.5.1claws4
14021
14022         * sync with sylpheed 0.5.1cvs7
14023
14024 2001-07-31 [alfons]
14025
14026         * src/prefs_common.c, src/prefs_common.h, 
14027           src/gtkspell.c, src/gtkspell.h
14028                 add global spelling checker settings (compose tab) +
14029                 selection of dictionary 
14030           
14031         * configure.in  
14032                 guess valid ispell location
14033
14034 2001-07-31 [paul]
14035
14036         * po/POTFILES.in
14037                 removal of 'src/quote_fmt_parse.c'
14038         * po/de.po
14039                 Updated de.po
14040                 (submitted by Jens Oberender <didge@suse.de>)
14041
14042 2001-07-31 [darko]
14043
14044         * src/folder.[ch]
14045         * src/folderview.[ch]
14046         * src/mainwindow.c
14047         * src/mh.c
14048         * src/prefs_common.[ch]
14049         * src/summaryview.c
14050                 target folder colourization
14051
14052 2001-07-30 [paul]
14053
14054         more sync with Sylpheed 0.5.1cvs6 
14055
14056 2001-07-30 [darko]
14057
14058         * src/mh.c
14059         * src/prefs_folder_item.[hc]
14060         * src/summaryview.c
14061                 shared folders support with a GUI
14062
14063 2001-07-29 [paul]
14064
14065         0.5.1claws3
14066
14067         * sync with Sylpheed 0.5.1cvs6
14068
14069 2001-07-29 [paul]
14070
14071         * po/pt_BR.po
14072                 updated
14073                 (submitted by Fabio Junior Beneditto)
14074
14075 2001-07-28 [paul]
14076
14077         * src/procmime.c
14078         * AUTHORS
14079                 patch to correct bad image mime headers
14080                 (submitted by Don Quijote <dq@searchlores.org>)
14081
14082 2001-07-28 [paul]
14083
14084         * tools/gif2xface.pl   **NEW FILE**
14085         * tools/README
14086                 script to convert file.gif to file.xface for
14087                 use in a custom header.
14088                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
14089
14090 2001-07-27 [alfons]
14091         
14092         * configure.in
14093                 change macros for detecting JPilot and LDAP
14094
14095 2001-07-27 [christoph]
14096
14097         * src/filtering.c
14098                 code cleanup (MIN / MAX warning, needed casting)
14099
14100 2001-07-27 [alfons]
14101
14102         * procheader.c
14103                 disallow setting flags when detecting certain headers
14104                 (X-Status, Status, Seen, X-Seen). 
14105         
14106         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
14107
14108 2001-07-27 [christoph]
14109
14110         * src/prefs_filter.c
14111         * src/prefs_filtering.c
14112         * src/prefs_matcher.c
14113         * src/prefs_scoring.c
14114                 scroll list when moving rows up or down
14115
14116         * src/imap.c
14117         * src/imap.h
14118         * src/prefs_account.c
14119         * src/prefs_account.h
14120         * src/send.c
14121                 SMTP over SSL (untested, feedback requested)
14122                 IMAP over SSL
14123
14124         * src/ssl.c
14125                 code cleanup
14126
14127 2001-07-26 [alfons]
14128         
14129         * configure.in, acconfig.h
14130                 define CLAWS (need this for main / claws detection)
14131
14132 2001-07-25 [alfons]
14133
14134         * configure.in
14135                 Sylpheed 0.5.1claws2
14136                 
14137         * sync with Sylpheed 0.5.1cvs4
14138
14139 2001-07-25 [christoph]
14140
14141         * src/scoring.c
14142                 fixed segfault
14143                 item->prefs == NULL (don't know why)
14144
14145 2001-07-25 [alfons]
14146
14147         * configure.in
14148                 Sylpheed 0.5.1claws1
14149
14150         * sync with Sylpheed 0.5.1cvs1-3
14151
14152 2001-07-24 [christoph]
14153
14154         * src/folderview.c
14155         * src/prefs_folder_item.[ch]
14156                 added folderitem preferences dialog with
14157                 default To: and auto request return receipt
14158
14159         * src/compose.[ch]
14160         * src/menu.[ch]
14161                 changes to handle new folderitem preferences
14162
14163         * src/mainwindow.c
14164         * src/summaryview.c
14165                 call compose new mail with current folderitem
14166
14167 2001-07-24 [alfons]
14168
14169         Release Sylpheed 0.5.1claws
14170
14171         * configure.in
14172                 change to release version 0.5.1claws
14173
14174 2001-07-24 [christoph]
14175
14176         * src/summaryview.c
14177                 fixed segfault that happend when the selected
14178                 message was removed while retrieving new messages.
14179
14180         * po/es.po
14181                 updated translation
14182                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
14183
14184 2001-07-22 [alfons]
14185
14186         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
14187         this is a work in progress, for more information: http://nlpagan.net/sylman 
14188         
14189         * configure.in, src/mainwindow.c, manual/Makefile.am
14190                 add support for English manual
14191
14192         * AUTHORS
14193                 add authors of user manuals
14194
14195         * manual/en/sylpheed*.html
14196                 add English documentation
14197
14198 2001-07-22 [christoph]
14199
14200         * po/POTFILES.in
14201                 added src/ssl.c
14202         * src/ssl.c
14203                 changed a wrong debug message
14204
14205 2001-07-22 [alfons]
14206
14207         * po/nl.po
14208                 update Dutch translation
14209
14210         * src/prefs_filtering.c, 
14211           src/prefs_matcher.c
14212                 add more translatable strings           
14213
14214 2001-07-21 [alfons]
14215
14216         0.5.0claws7
14217
14218         * configure.in
14219                 change version
14220
14221         * src/inc.c, src/summaryview.[ch]
14222                 prevent update of mark file when filtering has done, by
14223                 using a variable; this affects two functions:
14224                         inc.c::inc_finished()
14225                         summaryview.c::summary_show()
14226
14227 2001-07-20 [alfons]
14228
14229         * src/filtering.[ch], src/prefs_filtering.c, 
14230           src/matcher.[ch]
14231                 add filtering action for label coloring 
14232
14233         * po/POTFILES.in
14234                 add labelcolors.c
14235
14236         * added src/labelcolors.c
14237         * added src/labelcolors.h
14238         * src/Makefile.am, src/summaryview.c
14239                 rearrange label coloring code
14240
14241         * src/procmsg.h
14242                 add more parentheses so label colouring works correctly
14243
14244         * src/filtering.c
14245                 don't really delete message, but move it to Trash
14246
14247         * src/prefs_matcher.c
14248                 add quote options to info dialog
14249
14250 2001-07-20 [christoph]
14251
14252         * src/Makefile.am
14253         * src/inc.c
14254         * src/main.[ch]
14255         * src/socket.h
14256         * src/ssl.[ch] (new)
14257                 moved ssl stuff to a seperate file
14258
14259 2001-07-20 [darko]
14260
14261         * src/summaryview.c
14262                 fix show sender using address book with no e-mail
14263                 address in From: field
14264
14265 2001-07-19 [alfons]
14266
14267         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
14268                 fix messy handling of escaping... now at least the
14269                 execute command is useful. escape char is '\', we
14270                 accept \n and \r too. 
14271
14272                 Real life example:
14273                 
14274                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
14275                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
14276
14277 2001-07-18 [alfons]
14278
14279         0.5.0claws6
14280
14281         * src/summaryview.c
14282                 clean up
14283
14284         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
14285           src/procmsg.[ch]
14286                 revise filtering; currently move, copy, marking have
14287                 been tested. if you like bleeding edge stuff, you
14288                 should definitely go for this version :)
14289
14290         * mark old working stuff as VERSION_0_5_0_CLAWS5        
14291
14292 2001-07-17 [christoph]
14293
14294         * src/utils.c
14295                 timestamp log
14296
14297 2001-07-17 [alfons]
14298
14299         0.5.0claws5
14300
14301         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
14302           bits in the mark file, without affecting either branch. Lots of
14303           files changed, also in claws branch.
14304
14305           UNTESTED: use of mbox folders
14306
14307         * src/summaryview.c
14308                 added mark all read; however this was a quick hack used for
14309                 cleaning up mess after initial merge with Hiroyuki
14310
14311         * configure.in
14312                 change claws version number back to 0.5.0claws5 to clear up 
14313                 confusion & pretension (recent release was technically 
14314                 0.5.0claws4, so we neatly align with Hiroyuki :-)
14315
14316 2001-07-16 [alfons]
14317
14318         sync with Hiroyuki's 0.5.0cvs4
14319
14320 2001-07-16 [alfons]
14321
14322         0.5.1claws3
14323
14324         * src/filtering.[ch]
14325                 remove invalid updating of mark files for 
14326                 filter actions MATCHING_ACTION_MOVE and 
14327                 MATCHING_ACTION_DELETE; this should fix the
14328                 folder update bug
14329                 
14330         * src/procmsg.c
14331                 revert Christoph's stab at fixing the folder 
14332                 update bug
14333
14334         * po/POTFILES.in
14335                 add missing files with translatable strings
14336
14337         * src/summaryview.c
14338                 remove debug print
14339
14340 2001-07-15 [alfons]
14341
14342         * src/addr_compl.[ch], src/prefs_filtering.c
14343                 make "filtering pref dialog's destination entry" an
14344                 "address completable entry", if filter destination is 
14345                 an email address
14346
14347         0.5.1claws2
14348         
14349         sync with Hiroyuki's 0.5.0cvs2-3
14350
14351 2001-07-15 [christoph]
14352
14353         * src/procmsg.c
14354                 fixed folder stats update after incorporation
14355
14356 2001-07-15 [alfons]
14357
14358         * src/summaryview.c
14359                 * finish label colouring stuff (for now)
14360                 * fix incorrect colour bug (off by one) 
14361
14362 2001-07-14 [alfons]
14363
14364         * src/mainwindow.c
14365                 change text labels for news and mail message so there's
14366                 plenty of toolbar estate left
14367
14368         * configure.in
14369                 0.5.1claws1
14370
14371         * src/folderview.c
14372           src/folder.[ch]
14373                 sync with Hiroyuki's 0.5.0cvs1
14374
14375         * src/summaryview.c
14376                 more rewrite label colouring
14377
14378 2001-07-14 [alfons]
14379
14380         * src/summaryview.[ch]
14381                 * start rewrite label colouring 
14382                 * fix proper location "Add Sender To Addressbook" menu item
14383
14384 2001-07-13
14385
14386         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14387         (actually this is 0.5.0claws4)
14388
14389 2001-07-13 [alfons]
14390
14391         * po/pt_BR.po
14392                 * fix duplicate message
14393                 * add updated Portugese / Brazilian translation
14394                   submitted by Fabio Junior Beneditto
14395
14396 2001-07-12 [alfons]
14397
14398         * AUTHORS
14399                 add Jens
14400
14401         * po/nl.po
14402                 add updated Dutch translation
14403
14404         * po/de.po
14405                 add updated German translation submitted by Jens
14406
14407 2001-07-11 [alfons]
14408
14409         Prerelease before 0.5.0claws. Please test.
14410         This version is temporarily tagged as VERSION_0_5_0_TEST
14411
14412         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
14413           src/prefs_scoring.c, src/prefs_matcher.c, 
14414           src/prefs_filtering.c, src/mbox.c, 
14415           src/main.c, src/inc.c, src/filtering.[ch]
14416                 revert new Hoa's new matcher (does not work yet)
14417
14418         * src/Makefile.am
14419                 clean up
14420
14421 2001-07-10
14422
14423         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14424
14425
14426 2001-07-10 [alfons]
14427
14428         * Makefile.am
14429                 add ChangeLog.claws to EXTRA_DIST
14430         * src/Makefile.am
14431                 add matcher_parser_parse.h to EXTRA_DIST
14432
14433 2001-07-10 [christoph]
14434
14435         * src/inc.c
14436                 add destination folder to table of
14437                 folders that need to be updated after
14438                 incorporation
14439
14440 2001-07-10 [alfons]
14441
14442         * folder.[ch]
14443           folderview.c
14444                 make collapse state of folders and folder items persistent, i.e.
14445                 if you collapse a folder tree, the next time sylpheed-claws starts 
14446                 up the folder tree remains collapsed.  
14447                 
14448 2001-07-10 [christoph]
14449
14450         * acconfig.h
14451         * configure.in
14452                 added --enable-ssl
14453         * src/md5.[ch]
14454                 renamed MD5_CTX to MD5_CTX_syl
14455                 conflicts with a struct in openssl
14456         * src/inc.c
14457         * src/main.[ch]
14458         * src/prefs_account.[ch]
14459         * src/socket.[ch]
14460                 SSL support for POP
14461         * src/mainwindow.c
14462                 fixed compose with current account
14463                 broken by new compose button stuff
14464
14465 2001-07-09 [hoa]
14466
14467         * AUTHORS
14468                 changed my email address
14469
14470         * src/matcher_parser_parse.y
14471                 clean the parser to remove conflicts
14472
14473 2001-07-09 [alfons]
14474
14475         * AUTHORS
14476                 add Match Grun
14477
14478         * configure.in
14479                 fix incorrect description of --enable-ldap parameter
14480
14481         * src/prefs_common.[ch]
14482           src/compose.c
14483                 add experimental option "smart wrapping" which makes the
14484                 compose editor auto wrap.
14485                 
14486                 | TODO: the problem with the buggy cursor handling is caused |
14487                 | by the GtkText. when deleting / backspacing text its       |
14488                 | wrapping algorithm does not take in account the previous   |
14489                 | line. should find a way to hack this in.                   |
14490                 | or should perhaps combine this with the word wrapping      |
14491                 | patch i wrote in january.                                  |
14492
14493         * src/about.c
14494                 show build parameters for LDAP and JPilot
14495
14496         * src/summaryview.c
14497                 revert Christoph's bugfix for selecting next unread message, 
14498                 because folder stats aren't updated correctly
14499
14500 2001-07-08 [hoa]
14501
14502         * src/filtering.c
14503         * src/mainwindow.c
14504         * src/matcher.c
14505         * src/matcher_parser_lex.l
14506         * src/matcher_parser_parse.y
14507         * src/prefs_filtering.c
14508         * src/prefs_scoring.c
14509         * src/scoring.c
14510                 bugfix of the config file parser
14511
14512 2001-07-08 [alfons]
14513
14514         * src/Makefile.am
14515                 added generated matcher sources to BUILT_SOURCES
14516
14517 2001-07-08 [hoa]
14518
14519         * src/Makefile.am
14520         * src/.cvsignore
14521                 added new config file parser
14522
14523         * src/scoring.[ch]
14524         * src/filtering.[ch]
14525         * src/matcher.[ch]
14526         * src/prefs_filtering.c
14527         * src/prefs_matcher.c
14528         * src/prefs_scoring.c
14529         * added src/matcher_parser.h
14530         * added src/matcher_parser_lex.h
14531         * added src/matcher_parser_lex.l
14532         * added src/matcher_parser_parse.y
14533                 lex & yacc config file parser
14534
14535         * src/mbox.c
14536         * src/inc.c
14537         * src/main.c
14538                 changes prefs_filtering into global_filtering           
14539
14540         * src/summaryview.c
14541                 build threads with subjects only if "Re: " is at the
14542                 beginning of the subject
14543
14544 2001-07-07 [paul]
14545
14546         0.5.0claws
14547
14548         sync with sylpheed 0.5.0
14549                 change of version number only
14550
14551 2001-07-06 [paul]
14552
14553         0.5.0claws5
14554
14555         sync with sylpheed 0.5.0pre5
14556
14557 2001-07-05 [paul]
14558
14559         sync with sylpheed 0.5.0pre4 release
14560                 /po and /manual/ja not sync'ed
14561
14562 2001-07-04 [paul]
14563
14564         more sync with sylpheed 0.5.0pre4
14565
14566 2001-07-03 [christoph]
14567
14568         * src/addressbook.c
14569                 fixed address book broken by address book
14570                 for VCard, JPilot, LDAP
14571
14572 2001-07-03 [alfons]
14573
14574         * src/matcher.c
14575         * src/textview.c
14576                 stopped memory leaks
14577
14578 2001-07-03 [paul]
14579
14580         more sync with sylpheed 0.5.0pre4
14581
14582 2001-07-02 [match]
14583
14584         * included address book patch for VCard, JPilot, LDAP
14585         * pref_common.c - fixed Font options on Display tab (cosmetic)
14586         * alertpanel.c - fixed truncated message
14587
14588 2001-07-02 [christoph]
14589
14590         * src/mbox_folder.c
14591         * src/procmsg.[ch]
14592         * src/summaryview.c
14593                 mark threads for ignoring
14594
14595 2001-07-02 [paul]
14596
14597         0.5.0claws4
14598
14599         * sync with sylpheed 0.5.0pre4
14600                 updated gettext to 0.10.38.
14601
14602 2001-07-01 [paul]
14603
14604         * src/ mainwindow.c
14605         * src/procmsg.h
14606         * src/summaryview.[ch]
14607                 new right-click option: Label.
14608                 substitute for 'Mark-->Mark/Unmark', colours the line.
14609                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
14610
14611 2001-07-01 [christoph]
14612
14613         * src/folderview.c
14614                 fixed font for trash
14615         * src/summaryview.c
14616                 move ctree to unread message
14617
14618 2001-07-01 [paul]
14619
14620         * sync with sylpheed 0.5.0pre3 release
14621
14622 2001-06-30 [alfons]
14623
14624         * src/filesel.[ch]
14625         * src/compose.c
14626                 allow inserting / attaching multiple files in
14627                 the composer window
14628
14629 2001-06-30 [paul]
14630
14631         * src/codeconv.c
14632                 small change to Alfons' previous stuff so that it
14633                 actually makes
14634
14635 2001-06-30 [alfons]
14636
14637         * lots of files changed; first attempt to merge the changes
14638           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
14639
14640 2001-06-30 [paul]
14641
14642         * po/pt_BR.po
14643                 updated and completed, translations by Fabio
14644                 Junior Beneditto <fjbeneditto@yahoo.com.br>
14645
14646 2001-06-29 [alfons]
14647
14648         * src/compose.c
14649         * src/mimeproc.[ch]
14650                 allow selecting an attached files' mime type from a 
14651                 list of types.
14652
14653 2001-06-29 [paul]
14654
14655         * more sync with sylpheed 0.5.0pre3
14656
14657 2001-06-29 [paul]
14658
14659         * po/pt_BR.po
14660                 merge with sylpheed.pot and pt_BR.po provided by
14661                 Fabio Junior Beneditto.
14662
14663 2001-06-29 [darko]
14664
14665         * src/procmime.c
14666                 make MIME types case insensitive
14667
14668 2001-06-28 [alfons]
14669
14670         * po/nl.po
14671                 merge with sylpheed.pot and old nl.po; translations added.
14672
14673 2001-06-28 [paul]
14674
14675         * more sync with sylpheed 0.5.0pre3
14676
14677 2001-06-27 [alfons]
14678
14679         * src/summaryview.c
14680                 don't crash when removing parent node of messages
14681                 attracted by subject. this was caused by not deleting
14682                 the parent node from the subject line hash table.
14683
14684 2001-06-27 [alfons]
14685
14686         * src/summaryview.c
14687         * src/compose.[ch]
14688         * src/mainwindow.c
14689                 if there are multiple messages selected, allow forwarding
14690                 them as attachments.
14691
14692 2001-06-27 [paul]
14693
14694         * more sync with sylpheed 0.5.0pre3
14695
14696 2001-06-26 [paul]
14697
14698         0.5.0claws3
14699
14700         * sync with sylpheed 0.5.0pre3
14701
14702 2001-06-25 [paul]
14703
14704         * src/mainwindow.c
14705                 fixed 'compose news article' bug
14706                 from icon-and-text toolbar
14707
14708 2001-06-25 [paul]
14709
14710         * sync with sylpheed 0.5.0pre2 release
14711
14712 2001-06-24 [christoph]
14713
14714         * src/prefs_common.c
14715                 bug fix in font selection
14716         * src/folderview.c
14717                 use sylpheed's normal font instead of
14718                 gtk default font for folders without
14719                 new messages
14720
14721 2001-06-24 [alfons]
14722
14723         * src/mainwindow.[ch]
14724                 added composite compose mail / news button (an idea by Leandro
14725                 Pereira <leandro@linuxmag.com.br>)
14726
14727 2001-06-24 [paul]
14728
14729         Added instructions for ldif-to-xml.py
14730
14731         * tools/README
14732
14733 2001-06-23 [alfons]
14734
14735         Some minor things.
14736
14737         * src/pixmaps/stock_news_compose.xpm
14738                 added pixmap by Leandro
14739         * src/prefs_common.c
14740                 tested built-in spelling checker of GCC 3.0 :)
14741         * po/nl.po
14742                 merged dutch translation of sylpheed-main with
14743                 sylpheed.pot
14744
14745 2001-06-23 [paul]
14746
14747         Added tools directory and files.
14748
14749         * tools/filter_conv.pl
14750                 converts old filter system to new filtering system
14751         * tools/ldif-to-xml.py
14752                 converts netscape addressbook to sylpheed addressbook
14753         * tools/README
14754                 descriptions/instructions for above two files
14755
14756 2001-06-23 [christoph]
14757
14758         * src/inc.c
14759         * src/manage_window.[ch]
14760         * src/prefs_common.[ch]
14761                 mail retrieval dialog can be enabled, disabled
14762                 or hidden if non of sylpheed's windows is active
14763
14764 2001-06-22 [paul]
14765
14766         0.5.0claws2
14767
14768         * sync with sylpheed 0.5.0pre2
14769
14770 2001-06-21 [christoph]
14771
14772         * src/summaryview.c
14773                 show recipient on 'from' for all accounts
14774                 
14775         * src/inc.c
14776         * src/prefs_common.[ch]
14777                 disable error popup on mail receive errors
14778
14779 2001-06-21 [alfons]
14780
14781         * src/compose.c
14782                 made the ruler correctly appear and disappear.
14783
14784         * src/Makefile.am
14785                 removed Hoa's work-in-progress-stuff (interesting!) so 
14786                 claws compiles ok.
14787
14788 2001-06-20 [christoph]
14789
14790         * src/inc.c
14791         * src/progressdialog.c
14792                 added scrolled window for list in progressdialog
14793
14794 2001-06-20 [paul]
14795
14796         sync with sylpheed 0.5.0pre1 release
14797
14798 2001-06-20 [christoph]
14799
14800         * src/summeryview.c
14801                 make building threads by subject work when
14802                 thread view is enabled
14803                 
14804         * src/compose.c
14805         * src/prefs_common.[ch]
14806                 automatically select account for mail replys
14807
14808 2001-06-19 [sergey]
14809
14810         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
14811         they are filled in from the account settings.
14812
14813 2001-06-19 [paul]
14814
14815         * more sync with sylpheed 0.5.0pre1
14816
14817 2001-06-18 [alfons]
14818
14819         * src/Makefile.am,
14820           src/procmime.c
14821                 added --sysconfdir to CPPFLAGS for pointing to the correct
14822                 location of mime.types. 
14823
14824                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
14825                 or ./configure!
14826
14827 2001-06-18 [hoa]
14828
14829         * src/summaryview.c
14830                 fixed some bug when building threads
14831
14832 2001-06-18 [pau]l
14833
14834         * src/prefs_account.c
14835                 UI stuff: More changes to the English
14836
14837 2001-06-18 [paul]
14838
14839         * src/pixmaps/stock_news_compose.xpm: new file
14840         * src/Makefile.am
14841         * src/mainwindow.c
14842         * src/summaryview.c
14843                 Added new icon for Hoa's 'compose a news
14844                 message', plus minor improvements to the
14845                 English
14846
14847         * po/ja.po
14848         * ChangeLog
14849         * ChangeLog.jp
14850                 more sync with sylpheed 0.5.0pre1
14851
14852 2001-06-18 [hoa]
14853
14854         * src/compose.[ch]
14855         * src/mainwindow.c
14856                 Follow-up and reply to
14857
14858         * src/summaryview.[ch]
14859                 Build threads also with subjects
14860
14861 2001-06-17 [hoa]
14862
14863         * src/compose.c
14864                 forwarding use the current account.
14865
14866         * src/mainwindow.c
14867                 the "compose message" button has been replaced with
14868                 "new mail" and "new news" buttons
14869
14870         * src/prefs_common.[ch]
14871                 added a configuration option to use the forward button
14872                 as "forward as attachment"
14873                 changed reply and forward format description
14874
14875         * src/quote_fmt_lex.l
14876         * src/quote_fmt_parse.y
14877                 added message with no signature in format for reply
14878                 and forward.
14879
14880 2001-06-17 [paul]
14881
14882         Minor UI stuff
14883
14884         * src/mainwindow.c
14885         * src/summaryview.c
14886                 Improvements to the English
14887
14888         * src/prefs_common.c
14889                 Improvements to the English and some
14890                 clarity/continuity improvements in the
14891                 description of Quote symbols.
14892
14893 2001-06-17 [paul]
14894
14895         0.5.0claws1
14896
14897         * sync with sylpheed 0.5.0pre1
14898
14899 2001-06-17 [hoa]
14900
14901         * src/compose.c
14902                 Better interface for compose, displayed fields
14903                 are updated whenever we change account.
14904                 Newsgroups field is automatically filled.
14905
14906         * src/mainwindow.c
14907                 Newsgroups field is automatically filled.
14908
14909         * src/prefs_account.c
14910                 Some interface stuff when fields appear and
14911                 disappear.
14912
14913 2001-06-16 [paul]
14914
14915         0.4.99claws
14916
14917         * sync with sylpheed 0.4.99
14918
14919 2001-06-16 [sergey]
14920
14921         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14922         base64_decoder_free, base64_decoder_decode): new object and
14923         functions for decoding base64 streams.
14924         * src/procmime.c (procmime_decode_content): modified to use the
14925         new base64 decoder.
14926
14927 2001-06-15 [paul]
14928
14929         0.4.99claws10
14930
14931         * sync with sylpheed 0.4.99cvs11
14932
14933 2001-06-13 [paul]
14934
14935         0.4.99claws9
14936
14937         * sync with sylpheed 0.4.99cvs9
14938
14939 2001-06-13 [hoa]
14940
14941         * src/compose.c
14942         * src/prefs_account.c
14943
14944                 SMTP server can be defined in the news account
14945                 mime type of attachment are kept.
14946
14947         * src/summaryview.c
14948
14949                 now choose the highest important score between default
14950                 and important score of folder.
14951
14952 2001-06-09 [alfons]
14953         
14954         * src/prefs_common.c: 
14955
14956                 (prefs_quote_description_create): corrected description of 
14957                 quote format characters
14958
14959 2001-06-09 [paul]
14960
14961         0.4.99claws8
14962
14963         * sync with sylpheed 0.4.99cvs8
14964
14965 2001-06-08 [sergey]
14966
14967         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14968         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14969
14970 2001-06-08 [paul]
14971
14972         0.4.99claws7
14973
14974         * sync with sylpheed 0.4.99cvs7
14975
14976 2001-06-06 [sergey]
14977
14978         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14979         clashes with autogenerated header).
14980         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14981         * src/Makefile.am: added quote_fmt.h.
14982         * src/.cvsignore: added lex/yacc autogenerated files
14983         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14984
14985 2001-06-06 [paul]
14986
14987         0.4.99claws6
14988
14989         * sync with sylpheed 0.4.99cvs6
14990
14991 2001-06-06 [hoa]
14992
14993         * added src/quote_fmt_parse.h
14994         * src/compose.c
14995                 removed warnings
14996
14997         * src/prefs.[ch]
14998                 don't modify readonly configuration files
14999
15000         * src/prefs_account.c
15001         * src/prefs_common.c
15002         * src/prefs_customheader.c
15003         * src/prefs_display_header.c
15004         * src/prefs_filter.c
15005         * src/prefs_filtering.c
15006         * src/prefs_scoring.c
15007                 don't open dialog box when configuration files
15008                 are readonly
15009
15010 2001-06-05 [sergey]
15011
15012         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
15013
15014         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
15015         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
15016         BUILT_SOURCES to make all files rebuild properly.
15017
15018         * src/compose.c: removed #include "quote_fmt.tab.h".
15019
15020         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
15021         CHARACTER value in yylval.
15022
15023         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
15024         receive CHARACTER value by documented means (yylval).
15025
15026         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
15027
15028 2001-06-05 [hoa]
15029
15030         * src/Makefile.am
15031                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
15032
15033         * src/filtering.c
15034         * src/matcher.c
15035         * src/matcher.h
15036         * src/prefs_filtering.c
15037                 now keep the configuration for execute action
15038
15039         * src/mbox_folder.c
15040                 fixed a warning
15041
15042 2001-06-05 [paul]
15043
15044         * sync with sylpheed 0.4.99cvs5
15045
15046 2001-06-05 [hoa]
15047
15048         * src/Makefile.am
15049                 added quote_fmt.[ch]
15050
15051         * added src/quote_fmt.y
15052         * added src/quote_fmt.l
15053         * added src/quote_fmt.tab.h
15054         * added src/quote_fmt.tab.c
15055         * added src/lex.quote_fmt.c
15056                 parsing configuration for replying
15057                 and forwarding
15058
15059         * src/prefs_common.[ch]
15060                 added configuration UI for replying
15061                 and forwarding
15062
15063         * src/compose.c
15064                 using configuration for replying
15065                 and forwarding
15066
15067 2001-06-04 [hoa]
15068
15069         * src/filtering.c
15070         * src/matcher.c
15071         * src/matcher.h
15072         * src/prefs_filtering.c
15073         * src/prefs_matcher.c
15074         * src/prefs_matcher.h
15075                 action "run a command" for filtering
15076                 and matching with a command.
15077                 fixed the "whole message" matching
15078
15079         * src/mbox_folder.c
15080                 changed temporary filename for security
15081
15082         * src/messageview.c
15083                 queue the notification if it fails to send.
15084
15085         * src/prefs_common.c
15086         * src/prefs_folder_item.c
15087                 changed the default important score             
15088
15089         * src/prefs_scoring.c
15090         * src/scoring.c
15091                 hide kill score input when the folder is not
15092                 a newsgroup
15093
15094 2001-06-03 [alfons]
15095
15096         * src/prefs_common.c:
15097
15098                 (prefs_font_select): pass font name in font entry box to font
15099                 selection dialog.
15100
15101 2001-06-03 [sergey]
15102
15103         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
15104
15105 2001-06-03 [paul]
15106
15107         * sync with sylpheed 0.4.99cvs4
15108
15109 2001-06-03 [alfons]
15110
15111         * src/headerwindow.c:
15112
15113                 (headerwindow_show_cb): use the selected summary view item, not
15114                 the displayed item.
15115
15116 2001-06-02 [alfons]
15117
15118         * src/headerwindow.c:
15119
15120                 (headerwindow_show_cb): always try to show msginfo
15121
15122 2001-06-02 [hoa]
15123
15124         * src/compose.c
15125                 keep attached parts when reediting or forwarding.
15126
15127 2001-06-01 [hoa]
15128
15129         * src/folderview.c
15130         * src/prefs_folder_item.[ch]
15131         * src/prefs_scoring.[ch]
15132         * src/scoring.[ch]
15133         * src/summaryview.[ch]
15134         * src/main.c
15135         * src/mainwindow.c
15136         * src/prefs_common.[ch]
15137                 support for folder scoring
15138                 kill score and important score for messages
15139         
15140         * src/prefs_account.c
15141                 some display bug fixed for local account
15142                 preferences
15143
15144 2001-05-31 [alfons]
15145
15146         * src/summaryview.c:
15147
15148                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
15149                 sender to address book menu item is disabled.
15150
15151 2001-05-30 [hoa]
15152
15153         * src/filtering.[ch]
15154         * src/summaryview.c
15155                 handling summary menu / filter messages
15156
15157         * src/folder.[ch]
15158                 add some stuff
15159
15160         * src/foldersel.c
15161                 imap folders now appears in list
15162
15163         * src/mbox_folder.c
15164                 doesn't crash if destination mail is not writeable
15165
15166 2001-05-29 [hoa]
15167
15168         * src/compose.c
15169                 removed some warnings
15170
15171         * src/filtering.c
15172         * src/folder.[ch]
15173         * src/prefs_filtering.c
15174                 global string to identify any folders           
15175                 removed some debug info
15176                 filtering to mbox folders is now possible
15177
15178         * src/mainwindow.c
15179                 removed some warnings
15180
15181         * src/mbox_folder.c
15182                 permission on files are changed to read/write for user only,
15183                 nothing for other.
15184                 creation of subfolder is handled better.
15185
15186 2001-05-28 [alfons]
15187
15188         Verified the sync for src/prefs_common.[ch] and
15189         src/prefs_account.[ch]. I believe there were some
15190         minor indentation differences.
15191
15192 2001-05-28 [paul]
15193
15194         0.4.99claws3
15195
15196         * sync with 0.4.99cvs3
15197
15198 2001-05-28 [hoa]
15199
15200         * src/compose.c
15201                 handling flags for mbox format
15202
15203         * src/filtering.c
15204                 use of mark file only for MH format
15205                 handling flags for mbox format
15206                 filtering cannot yet move or copy mails to mbox folders.
15207
15208         * src/folder.[ch]
15209                 changed move_msg, copy_msg,
15210                 move_msgs_with_dest, copy_msgs_with_dest functions
15211                 uses only folder->copy_msg() function
15212                 uses folder->finished_copy() to handle the destination
15213                 folder at the end of the copy or move operation.
15214
15215         * src/foldersel.c
15216                 included mbox directories.
15217
15218         * src/folderview.[ch]
15219         * src/mainwindow.c
15220                 handle folders operation for mbox format
15221
15222         * src/mbox.c
15223                 disable conversion of "From " header
15224
15225         * src/mbox_folder.[ch]
15226                 completion of mbox format handling
15227
15228         * src/mh.c
15229                 changed mh_copy_msg() function and
15230                 removed mh_move_msg(), mh_move_msgs_with_dest(),
15231                 mh_copy_msgs_with_dest()
15232
15233         * src/prefs_filtering.c
15234                 removed some warnings
15235
15236         * src/prefs_matcher.c
15237                 default boolean operation is AND
15238
15239         * src/procheader.c
15240                 handling flags for mbox format
15241                 handling of "From " header
15242
15243         * src/procmsg.[ch]
15244                 removed data field
15245                 added MSG_REALLY_DELETED flags to handle deletion of
15246                 messages in mbox format.
15247
15248         * src/summaryview.c
15249                 handling flags for mbox format
15250                 disable the MSG_DELETED flags when messages
15251                 are deleted in mbox format
15252
15253         * src/textview.c
15254                 "From " headers display fixed.
15255
15256 2001-05-27 [alfons]
15257
15258         * src/textview.c:
15259                 
15260                 (get_email_part): skip quoted email addresses, like in e.g.
15261                 "'alfons@proteus.demon.nl'".
15262
15263 2001-05-26 [alfons]
15264
15265         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
15266         and fixing the persistence troubles when using separate windows.
15267
15268         * src/mainwindow.c:
15269         
15270             Added #define SEPARATE_ACTION used in the gtk item factory for 
15271             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
15272                 use gtk_item_factory_get_widget_by_action() to get the items.
15273                 
15274             Removed separate_widget_cb from the gtk item factory data   
15275           
15276             (mainwindow_create): connect separate_widget_cb() to check
15277             menu item "toggled" signal. also passing a MainWindow pointer
15278                 as object data for both check menu items.
15279                 
15280             (separate_widget_cb): definition of separate_widget_cb() to match
15281             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
15282                 window using gtk_object_get_data(). The type of window separation 
15283                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
15284         
15285         * src/prefs_filtering.c,
15286           src/prefs_matcher.c: added horizontal scrollbars
15287
15288 2001-05-25 [darko]
15289
15290         * src/headerview.c
15291                 fix segfault with invalid bold font
15292         * src/summaryview.c
15293                 correctly display summary stats after row is marked
15294
15295 2001-05-23 [sergey]
15296
15297         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
15298         encodings with libjconv.
15299
15300 2001-05-23 [hoa]
15301
15302         * src/Makefile.am
15303                 added mbox_folder.[ch]
15304         * src/defs.h
15305                 mbox temporary folder
15306         * src/folder.[ch]
15307         * added src/mbox_folder.[ch]
15308         * src/folderview.c
15309         * src/procheader.[ch]
15310                 added mbox support
15311         * src/mbox.c
15312                 bugfix for file incorporation filtering
15313         * src/imap.c
15314                 enable creation of MBOX
15315         * src/prefs_display_header.c
15316                 enable use of headers like "From "
15317                 something that should be fixed :
15318                         displaying of such headers add an extra space
15319         * src/prefs_folder_item.c
15320                 don't create folders because it is not necessary
15321         * src/procmsg.h
15322                 added data field to MsgInfo for mbox internal use
15323         * src/summaryview.c
15324                 added some support for mbox
15325         * src/utils.[ch]
15326                 added get_mbox_cache_dir() function
15327
15328 2001-05-23 [hiroyuki]
15329
15330         * src/headerwindow.c
15331           src/inc.c
15332           src/main.c
15333           src/mh.c
15334           src/nntp.c
15335           src/procmsg.h
15336           src/session.h
15337           src/socket.[ch]
15338           src/summaryview.c
15339           src/textview.c
15340           src/automaton.c
15341           src/folderview.c: more sync with 0.4.99cvs2.
15342
15343         * src/headerwindow.c: reverted.
15344
15345 2001-05-22 [paul]
15346
15347         0.4.99claws2
15348
15349         * sync with sylpheed 0.4.99cvs2
15350                 * src/news.[ch]
15351                 * src/nntp.[ch]
15352                 * INSTALL
15353                 * INSTALL.jp
15354
15355 2001-05-22 [alfons]
15356
15357         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
15358
15359 2001-05-21 [alfons]
15360
15361         Minor things:
15362
15363         * configure.in: if gnome-config not found, "no" is displayed
15364         
15365         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
15366
15367         * src/textview.c: now also possible to add mail addresses by right
15368           clicking in the text view
15369
15370         * src/codeconv.c: merged patch which fixes endless loop when encountering
15371           invalid wide characters; from Alte <010@imis.ru>  
15372
15373 2001-05-20 [alfons]
15374
15375         Added installation of gnome specific things:
15376
15377         * Makefile.am: gnome conditional
15378
15379         * configure.in: check for installed gnome
15380
15381         * added sylpheed.png, sylpheed.desktop
15382
15383 2001-05-20 [sergey]
15384
15385         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
15386
15387         * src/mainwindow.h (main_window_toolbar_create): created a button
15388         for "Reply to all".
15389         (main_window_set_toolbar_sensitive): enable/disable the new button
15390         appropriately.
15391         (toolbar_reply_to_author_cb): handle the new button.
15392
15393         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
15394         send_progress_dialog_destroy() on failure (fixes hang on SMTP
15395         failure).
15396
15397 2001-05-19 [sergey]
15398
15399         * src/compose.h (ComposeReplyMode): new modes
15400         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
15401         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
15402
15403         * src/compose.c
15404         (compose_send): move some code into a new function:
15405         (compose_current_mail_account): new function.
15406         (compose_reply): new argument to_author, all callers changed; if
15407         to_author==TRUE and account->protocol==A_NNTP, find and use an
15408         appropriate mail account for replying.
15409         (compose_reply_set_entry): new argument to_author; ignore
15410         compose->replyto if to_author==TRUE.
15411
15412         * src/mainwindow.c: new command "Message/Reply to author".
15413         (main_window_set_menu_sensitive): enable/disable it.
15414         (reply_cb): handle it.
15415
15416         * src/summaryview.c: new command "Reply to author".
15417         (summary_set_menu_sensitive): enable/disable it.
15418         (summary_reply_cb): handle it.
15419
15420         * src/account.c (account_find_mail_from_address): new function.
15421
15422 2001-05-18 [paul]
15423
15424         0.4.99claws1
15425
15426         * sync with sylpheed 0.4.99cvs1
15427
15428 2001-05-18 [hoa]
15429
15430         * src/compose.[ch]
15431         * src/filtering.c
15432         * src/summaryview.c
15433                 new filtering action : forward and forward as attachment
15434
15435         * src/main.c
15436                 no need for $DISPLAY when we run sylpheed --help
15437                 call to parse_cmd_opt() is moved
15438
15439         * src/mainwindow.[ch]
15440                 execute button is hidden when immediate execute
15441                 is chosen
15442
15443         * src/mh.c
15444         * src/news.c
15445         * src/prefs_folder_item.c
15446         * src/procmsg.c
15447                 better handling of missing directories
15448
15449         * src/summaryview.c
15450                 reedit is enabled in outbox
15451                 reedit is enabled in queue
15452
15453 2001-05-17 [hoa]
15454
15455         * src/filtering.c
15456         * src/matcher.[ch]
15457         * src/prefs_filtering.c
15458                 changed attachement into attachment
15459
15460 2001-05-17 [alfons]
15461
15462         0.4.67claws4    
15463
15464         * sync with sylpheed 0.4.67cvs9
15465         * sync with sylpheed 0.4.67cvs7-8
15466
15467 2001-05-17 [hoa]
15468
15469         * src/Makefile.am
15470                 added prefs_filtering.c
15471
15472         * src/filtering.[ch]
15473         * src/matcher.[ch]
15474                 removed action : forward_news and forward_news_as_attachement
15475                 (forward and forward_as_attachement can be used instead)
15476
15477         * src/mainwindow.c
15478                 added menu option to access filtering configuration
15479
15480         * src/prefs_account.c
15481                 changed mail_command default to /usr/sbin/sendmail
15482
15483         * added src/prefs_filtering.[ch]
15484                 dialog box for filtering configuration
15485
15486         * src/prefs_matcher.c
15487                 added function prefs_matcher_get_criteria_from_matching()
15488
15489         * src/prefs_scoring.c
15490                 reset the dialog when register or substitute is clicked
15491
15492 2001-05-15 [hoa]
15493
15494         * src/Makefile.am
15495                 added filtering.[ch]
15496         * src/inc.c
15497                 using filering.[ch] instead of filter.[ch]
15498         * src/main.c
15499                 reading new filtering configuration
15500         * src/matcher.[ch]
15501                 added some filtering actions
15502                 and fixed a bug for headers and mail body matching
15503         * src/mbox.c
15504                 using filering.[ch] instead of filter.[ch]
15505         * src/mh.c
15506                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
15507         * src/summaryview.c
15508                 some fixes for filtering
15509
15510 2001-05-14 [hiroyuki]
15511
15512         * src/send.c: fixed some weird indentations.
15513           send_message_with_command(): call pclose() only if p != NULL.
15514         * src/textview.c: get_email_part(): modified the code for readability.
15515
15516 2001-05-14 [hiroyuki]
15517
15518         * src/md5global.h
15519           src/md5ify.c
15520           src/md5ify.h: removed from the cvs.
15521
15522 2001-05-13 [sergey]
15523
15524         * src/main.c: include rfc2015.h to avoid compiler warnings.
15525         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
15526         the panel is already on screen.
15527         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
15528         closing the alert window by ESC as "No".
15529         * src/prefs_common.c (prefs_interface_create): moved return
15530         receipt check button to the correct place.
15531
15532 2001-03-13 [alfons]
15533
15534         * src/prefs_common.c: 
15535                 moved return receipt check button to the Send tab. (prefs_send_create)
15536                 removed the date format ui related globals. (prefs_display_create)
15537
15538         0.4.67claws3
15539         
15540         * sync with sylpheed 0.4.67cvs5-6
15541
15542 2001-05-13 [paul]
15543
15544         * added Alfons' font selection patch
15545
15546         * src/defs.h
15547         * src/headerwindow.c
15548         * src/prefs_common.c
15549         * src/prefs_common.h
15550
15551 2001-05-13 [hoa]
15552         * src/defs.h
15553                 changed version of cache
15554         * src/matcher.[ch]
15555         * src/prefs_matcher.c
15556                 added additionnal matching criteria
15557         * src/procheader.c
15558         * src/procmsg.[ch]
15559         * src/news.c
15560                 added references in MsgInfo
15561
15562 2001-05-12 [hoa]
15563
15564         * src/defs.h
15565                 prepared some things for new filtering
15566         * src/matcher.[ch]
15567                 added some matching properties
15568                 inreplyto need to be enhanced
15569                 prepared some things for new filtering
15570         * src/messageview.c
15571                 added Return-Receipt-To handling
15572         * src/prefs_folder_item.c
15573                 changed default value to TRUE
15574         * src/prefs_matcher.c
15575                 added some matching properties
15576         * src/prefs_scoring.[ch]
15577                 the scoring dialog is finished
15578         * src/procheader.c
15579                 added Return-Receipt-To handling
15580                 Reference need to be added
15581         * src/procmsg.[ch]
15582                 added Return-Receipt-To handling
15583                 added threadscore to get a better score sorting when
15584                 threads are enabled
15585         * src/summaryview.c
15586                 suppressed a bug when we sort the list
15587                 when no folder is opened.
15588                 better score sorting when threads are enabled
15589
15590 2001-05-12 [alfons]
15591
15592         * reverted previous patch because of potential errors 
15593
15594         0.4.67claws2
15595         
15596         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
15597                 applied "toggle mail-retrieval dialog window" patch submitted 
15598                 by Eric Limpens <eric@qnt.net>
15599
15600         * sync with sylpheed 0.4.67cvs4
15601
15602 2001-05-12 [sergey]
15603
15604         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
15605         some picky compilers.
15606         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
15607         * src/grouplist_dialog.c: include alertpanel.h.
15608         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
15609         fix compile warning.
15610         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
15611         #include "defs.h" before others to prevent the warning of `MIN'
15612         and `MAX' redefinition.
15613
15614 2001-05-11 [hoa]
15615
15616         * src/main.c
15617         * src/messageview.c
15618         * src/prefs_account.c
15619         * src/prefs_display_header.c
15620                 removed warning
15621         * src/Makefile.am
15622                 added prefs_scoring.[ch]
15623         * src/grouplist_dialog.c
15624                 display an error dialog box if the group list
15625                 cannot be fetched.
15626         * src/mainwindow.[ch]
15627                 added main_window_set_thread_option() function
15628                 scoring dialog box enabled
15629         * src/matcher.[ch]
15630                 added flags matching unread /new / marked
15631                 / deleted / replied / forwarded
15632         * src/news.c
15633                 newsgroups are now finally in newscache
15634         * src/prefs_matcher.[ch]
15635                 finished preferences for matching dialog
15636         * added src/prefs_scoring.[ch]
15637                 scoring dialog box completed
15638         * src/scoring.[ch]
15639                 conversion to string : added scoringprop_to_string()
15640                 write config for preferences :
15641                 added prefs_scoring_write_config()
15642         * src/summaryview.c
15643                 threads can be enabled/disabled independently
15644                 for each folder
15645
15646 2001-05-10 [alfons]
15647
15648         0.4.67claws1
15649         
15650         * AUTHORS: 
15651                 thought it would be nice to have a list of all
15652                 contributors (used Changelog as a reference)
15653         
15654         * configure.in: 
15655                 messed up version numbering...
15656
15657         0.4.66claws1
15658
15659         * sync with sylpheed 0.4.67cvs1-3
15660
15661 2001-05-10 [darko]
15662
15663         * src/prefs_common.c:
15664                 better UI for strftime format, double clicking
15665                 on format now inserts the format in text entry
15666                 replaced close button with standard OK/Cancel
15667                 moved date format button to the right of the
15668                 text entry field
15669
15670 2001-05-09 [alfons]
15671
15672         * src/gtkstext.c:
15673                 Ctrl-Home / Ctrl-End have proper cursor navigation
15674
15675 2001-05-09 [hoa]
15676
15677         * src/prefs_matcher.c
15678                 finished UI to define matching properties
15679                 added ok and cancel button
15680         * src/prefs_filter.c
15681                 added ok and cancel button
15682         * src/news.c
15683                 fixed some bug in xhdr parsing
15684
15685 2001-05-08 [alfons]
15686
15687         * src/textview.c: 
15688                 fixed a bug in textview_show_header(), which displayed two colons (':');
15689                 cleaned up some warnings
15690
15691 2001-05-08 [hoa]
15692
15693         * src/Makefile.am
15694                 added prefs_matcher.[ch]
15695                 compilation with -W -Wall
15696         * src/alertpanel.c
15697                 ungrab the mouse events if grabbed - does it
15698                 fix the bug for disposition notification ?
15699         * src/mainwindow.c
15700                 added a menu option to open the matching dialog.
15701         * src/matcher.[ch]
15702                 added matcherprop_to_string() and matcherlist_to_string()
15703                 fixed some bugs, changed the name of some options
15704                 age_sup and age_inf becomes age_greater and age_lower,
15705                 body and messageheaders becomes body_part and headers_part,
15706                 changed the names of constants from SCORING_XXX to MATCHING_XXX
15707         * src/prefs_display_header.c
15708         * src/prefs_headers.c
15709                 fixed a bug that accidentally destroyed dialogs
15710                 when closed them with delete_event
15711                 Added *_deleted() which handle delete_event signal correctly.
15712         * src/prefs_folder_item.[ch]
15713                 added "enable_thread" field for future customization
15714         * added src/prefs_matcher.[ch]
15715                 sample of the UI to define matching properties
15716         * src/procheader.c
15717                 using procheader_headername_equal instead of str*cmp functions
15718                 using procheader_parse_header() function
15719         * src/scoring.c
15720                 using MATCHING_XXX instead of SCORING_XXX
15721         * src/summaryview.c
15722                 display the sender of the news even if this is ourself
15723                 when this is a news message.
15724         * src/textview.c
15725                 using headername_equal() instead of str*cmp functions
15726
15727 2001-05-08 [alfons]
15728
15729         0.4.66claws
15730
15731         * sync with sylpheed 0.4.66
15732         * src/gtkstext.c: trace logs added 
15733
15734 2001-05-08 [sergey]
15735
15736         * src/prefs_common.[ch]: added option to enable/disable GnuPG
15737         signature check popup.
15738         * src/rfc2015.c (check_signature): show signature check popup only
15739         if it is enabled in preferences.
15740
15741 2001-05-07 [alfons]
15742
15743         0.4.66claws4
15744         
15745         * sync with sylpheed 0.4.66cvs6
15746
15747 2001-05-07 [darko]
15748
15749         * src/prefs_common.[ch]: added option to enable/disable
15750           looking up sender name in address book for summary pane
15751         * src/summaryview.c: look up sender in the address book
15752           by using Alfons' address completion code
15753
15754 2001-05-07 [hiroyuki]
15755
15756         * src/inc.h
15757           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
15758           member of Pop3State.
15759         * src/news.c: brought #include "defs.h" before #include <glib.h>
15760           to prevent the warning of `MIN' and `MAX' redefinition.
15761
15762 2001-05-06 [hoa]
15763
15764         * removed src/headers_display.[ch]
15765         * removed src/prefs_display_headers.[ch]
15766         * src/inc.c
15767                 use a temporary file in the user directory for mbox import
15768         * src/news.c
15769                 added XHDR support to get "To" and "Cc" headers
15770                 (in order to match news with to or cc field for
15771                 scoring)
15772                 added function news_parse_xhdr() to get XHDR response
15773         * src/nntp.[ch]
15774                 added function nntp_xhdr()
15775         * src/matcher.c
15776                 fetch the message if necessary
15777
15778 2001-05-06 [alfons]
15779
15780         0.4.66claws3
15781
15782         * sync with sylpheed 0.4.66cvs3-5
15783
15784 2001-05-06 [hoa]
15785
15786         * src/utils.[ch]
15787                 added function itos_buf() to enable use of several buffers
15788         * src/summaryview.c
15789                 use of itos_buf() instead of itos() in summary list
15790                 to fix the broken display of message number.
15791
15792 2001-05-06 [alfons]
15793
15794         * src/gtkstext.c: bug in cursor up navigation fixed,
15795                 fixed another unsigned / signed comparison (we're getting there :-)
15796
15797 2001-05-06 [hoa]
15798
15799         * src/Makefile.am
15800                 added scoring.c scoring.h
15801                 prefs_folder_item.c prefs_folder_item.h
15802                 matcher.c matcher.h
15803         * src/defs.h
15804                 added FOLDERITEM_RC SCORING_RC
15805         * src/folder.[ch]
15806                 added prefs field in FolderItem :
15807                 properties for each folder (PrefsFolderItem),
15808                 sorting type and mode were added as the first properties.
15809         * src/main.c
15810                 read config for scoring
15811         * added src/matcher.[ch]
15812                 gives functions to parse configuration file to do
15813                 matching on mails with a list of conditions.
15814         * src/mainwindow.c
15815                 add option to sort by score
15816         * src/prefs_common.[ch]
15817                 added preference option to show score and for
15818                 the score column size
15819         * added src/prefs_folder_item.[ch]
15820                 properties for each folder (PrefsFolderItem),
15821                 sorting type and mode were added as the first properties.
15822         * src/procheader.[ch]
15823                 added procheader_parse_header()
15824                 added procheader_header_free()
15825                 added procheader_headername_equal()
15826                 and made modification to use them.
15827         * src/procmsg.[ch]
15828                 added score field to MsgInfo structure
15829         * added src/scoring.[ch]
15830                 gives functions to parse configuration file to do
15831                 scoring on mails with a list of conditions.
15832         * src/summaryview.[ch]
15833                 save the sorting type and mode for the folder
15834                 added column to display the score of the mail
15835                 added function summary_score_clicked()
15836                 sorting type and mode are restored to the folder
15837                 when it is reopen
15838         * src/textview.c
15839                 use procheader_parse_header(), procheader_headername_equal()
15840                 removed memory leak in text_scan_header when freeing headers
15841         * src/filter.c
15842                 changed the function to match names of headers
15843                 using procheader_headername_equal()
15844
15845         Scoring functions are implemented, an interface is needed
15846         to configure that.
15847
15848 2001-05-04 [alfons]
15849
15850         * src/gtkstext.c: 
15851                 hopefully fixed the row up navigation bug,
15852                 removed adding back / forward lines to cache
15853
15854 2001-05-04 [sergey]
15855
15856         * src/prefs_display_headers.c: user interface changes:
15857         (prefs_display_headers_create): remove unused "Show" check button;
15858         allow reordering of headers by dragging.
15859         (prefs_display_headers_write_config): remove unused variables.
15860         (prefs_display_headers_set_dialog): do not insert "(New)" at top
15861         of lists (not needed with the new UI).
15862         (prefs_display_headers_set_list): scan lists starting from row 0,
15863         not 1 (do not skip "(New)").
15864         (prefs_display_headers_find_header): new function.
15865         (prefs_display_headers_clist_set_row): do not allow duplicates.
15866         (prefs_display_headers_delete_cb): do not skip row 0; treat
15867         closing the alert window by ESC as "No".
15868         (prefs_display_headers_up): do not protect row 0.
15869         (prefs_display_headers_down): do not protect row 0.
15870
15871 2001-05-04 [sergey]
15872
15873         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
15874         functions.
15875
15876         * src/summaryview.c
15877         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
15878         summary_select_next_marked, summary_select_prev_marked): new
15879         functions.
15880
15881 2001-05-03 [sergey]
15882
15883         * src/news.c: fixed a bug when no article can be fetched after
15884         server timeout if the connection was restored by news_post():
15885         (news_select_group): new function.
15886         (news_fetch_msg): call news_select_group() before fetching
15887         article.
15888         (news_get_uncached_articles): set session->group after successful
15889         GROUP command.
15890
15891 2001-05-03 [hoa]
15892
15893         * src/defs.h
15894         * src/procmsg.[ch]
15895         * src/procheader.c
15896                  changed version of cache, added cc field
15897
15898         * src/prefs_display_headers.c
15899                 the interface was changed
15900
15901         * src/prefs_headers.c
15902                 added cancel button
15903
15904 2001-05-03 [alfons]
15905
15906         * completed sync of sylpheed cvs2
15907         * src/gtkstext.c: updated row up / down cursor navigation
15908         * src/textview.c: re-edited, prepared for fixing the email address
15909                 scanner.
15910
15911 2001-05-03 [darko]
15912
15913         * src/prefs_common.c: use alfons' strftime ui code
15914         entry_datefmt and datefmt_sample widgets have to be
15915         global in this module because of this change
15916
15917 2001-05-03 [hoa]
15918
15919         * src/messageview.c
15920         * src/prefs_common.[ch] added option to activate the return receipt
15921                 feature.
15922
15923 2001-05-02 [alfons]
15924
15925         * src/gtkstext.c: fix for row up/down cursor navigation. 
15926
15927         0.4.66claws2
15928         
15929         * sync with 0.4.66cvs2
15930
15931 2001-05-02 [paul]
15932
15933         added add-sender-to-addressbook patch
15934
15935         * src/addressbook.c
15936         * src/addressbook.h
15937         * src/summaryview.c
15938
15939 2001-05-02 [sergey]
15940
15941         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15942         G_ALERTDISABLE.
15943
15944         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15945         all existing callers changed to pass FALSE; create a check button
15946         to disable the message.
15947         (alertpanel_message_with_disable): new function.
15948         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15949         (alertpanel_button_toggled): new function.
15950         (alertpanel_button_clicked, alertpanel_close): set value using
15951         G_ALERT_VALUE_MASK.
15952
15953         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15954
15955         * src/prefs_common.c (prefs_privacy_create): new check button
15956         checkbtn_gpgme_warning.
15957
15958         * src/main.c (main): moved preferences reading before gpgme
15959         initialization; check prefs_common.gpgme_warning before giving the
15960         GnuPG warning and set it to FALSE if the user wants to disable the
15961         warning.
15962
15963 2001-05-02 [hiroyuki]
15964
15965         * src/prefs_display_headers.c: modified the layout and some labels.
15966
15967 2001-05-02 [sergey]
15968
15969         * src/prefs_account.c (prefs_account_fix_size): new function.
15970         (prefs_account_create): call prefs_account_fix_size(); use
15971         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15972         size when the window is shown for the first time).
15973         (prefs_account_basic_create): changed layout of serv_table; moved
15974         localmbox_entry above smtpserv_entry (logically it replaces
15975         POP3/IMAP server).
15976         (prefs_account_protocol_activated): set sensitivity of
15977         nntpauth_chkbtn according to the protocol (in addition to
15978         hide/show); commented out gtk_table_set_row_spacing() calls.
15979         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15980         not sensitive (fixes a bug with disabled username/password boxes
15981         when editing POP3 account after NNTP with authentication).
15982
15983 2001-05-02 [hoa]
15984
15985         * src/account.c
15986         * src/inc.c
15987         * src/prefs_account.[ch]
15988         * src/send.c
15989                 removed local account without SMTP server
15990                 added option to use mail command instead of a connexion
15991                 to SMTP server when a local account is used
15992         * src/prefs_headers.c
15993                 fixed a bug
15994         * src/news.c
15995                 fixed a bug when connexion immediately closed
15996
15997 2001-05-01 [alfons]
15998
15999         0.4.66claws1
16000         
16001         * sync with 0.4.65
16002
16003 2001-05-01 [sergey]
16004
16005         * src/prefs_account.c (Basic, prefs_account_basic_create): new
16006         widget nntpauth_chkbtn.
16007         (prefs_account_protocol_activated): handle nntpauth_chkbtn
16008         visibility.
16009         (prefs_account_nntpauth_toggled): new function.
16010
16011         * src/news.c (news_session_new_for_folder): use NNTP
16012         authentication only if ac->use_nntp_auth is set.
16013
16014 2001-05-01 [hoa]
16015
16016         * src/Makefile.am changed headers.[ch] in customheader.[ch]
16017         * src/prefs_display_headers.c changed the UI
16018         * src/prefs_headers.c changed account_name to account_id
16019         * src/compose.c using customheader.h
16020
16021 2001-05-01 [hiroyuki]
16022
16023         * src/esmtp.c
16024           src/news.c
16025           src/nntp.c: changed sock_read() to sock_gets(), they've been left
16026           unsynched.
16027
16028 2001-05-01 [hoa]
16029
16030         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
16031         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
16032                 for displaying of headers
16033         * src/grouplist_dialog.[ch] minor changes to remove warnings
16034         * src/prefs_display_headers.[ch] dialog to choose the
16035         headers to display in the mail viewer.
16036         * src/headers.h correction of #define
16037         * src/headers_display.[ch] configuration for displaying of headers.
16038         * src/main.c read config of displaying of headers
16039         * src/prefs_common.c add a button to access the config dialog
16040                 for displaying of headers
16041         * src/prefs_display_headers.[ch] dialog for configuration for
16042                 displaying of the headers.
16043         * src/prefs_headers.c cleaning of code
16044         * src/procheader.c comments added to code
16045         * src/textview.c changes to reorder the headers depending
16046                 on the config for displaying of headers
16047
16048 2001-04-30 [alfons]
16049
16050         0.4.65claws7
16051
16052         * sync with 0.4.65cvs12
16053
16054         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
16055
16056 2001-04-30 [sergey]
16057
16058         * src/nntp.h (NNTPSockInfo): new field auth_failed.
16059
16060         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
16061         is set to force reconnection after authentication failure.
16062         (nntp_gen_command): set sock->auth_failed on authentication
16063         failure, or if sock->userid and sock->passwd are not set.
16064
16065         * src/news.c (news_session_new_for_folder): set userid=NULL if
16066         password dialog is cancelled.
16067
16068 2001-04-30 [sergey]
16069
16070         * src/nntp.h (NNTPSockInfo): new type.
16071
16072         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
16073         SockInfo.
16074         (nntp_open_auth, nntp_close): new functions.
16075         (nntp_gen_command): new function to handle authentication; all
16076         NNTP command functions updated to use it.
16077         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
16078         (nntp_list): removed old useless code.
16079
16080         * src/news.h (NNTPSession): new field nntp_sock.
16081
16082         * src/news.c: all functions updated to use NNTPSockInfo instead of
16083         SockInfo.
16084         (news_session_new): new arguments (userid, passwd); made static;
16085         use nntp_open_auth() if needed.
16086         (news_session_destroy): use nntp_close() instead of sock_close().
16087         (news_query_password): changed arguments.
16088         (news_session_new_for_folder): new function.
16089         (news_session_get): use news_session_new_for_folder().
16090         (news_authenticate): deleted.
16091         (news_get_uncached_articles): removed old authentication code.
16092
16093 2001-04-30 [sergey]
16094
16095         * src/news.c: reverted my previous changes (need to do NNTP
16096         authentication in a cleaner way).
16097         
16098 2001-04-29 [sergey]
16099
16100         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
16101         news_nntp_post, news_nntp_mode): new functions (wrappers with
16102         authentication support).
16103         (news_get_article_cmd, news_get_article, news_get_header): new
16104         argument "folder"; all callers changed.
16105         (news_get_article_cmd): added authentication support.
16106         (news_session_get): use news_nntp_mode() instead of nntp_mode().
16107         (news_post): use news_nntp_post() instead of nntp_post().
16108         (news_get_uncached_articles): use news_nntp_group() instead of
16109         nntp_group() and news_nntp_xover() instead of nntp_xover();
16110         removed old authentication code.
16111         (news_get_group_list): use news_nntp_list() instead of nntp_list().
16112
16113         * src/nntp.c (nntp_list): return real error code instead of
16114         hardcoded NN_ERROR.
16115
16116 2001-04-29 [sergey]
16117
16118         * configure.in: fixed wint_t typedef detection again
16119
16120 2001-04-28 [hoa]
16121
16122         * src/prefs_account.[ch], added A_LOCAL_CMD
16123                 (send mail with mail command)
16124         * src/send.c added function send_message_with_command()
16125         * src/inc.c made a more secure get_spool() function with
16126                 mktemp() but maybe mkstemp() or something more
16127                 secure can be used.
16128
16129 2001-04-28 [alfons]
16130
16131         * src/textview.c, colorization of email addresses in headers
16132
16133         0.4.65claws6
16134
16135         * bug sync with sylpheed
16136         * prefs_common.c: created date format ui for darko
16137         * sync with 0.4.65cvs11
16138         * configure.in: corrected to have the new gpg checks
16139
16140 2001-04-27 [alfons]
16141
16142         * completed sync with 0.4.65cvs10
16143         * minor debug things added to gtkstext.c
16144
16145 2001-04-27 [darko]
16146
16147         * configure.in: remove check for availability of
16148           strftime() as advised by Hiroyuki
16149         * src/prefs_common.[ch], src/procheader.c:
16150           synch strftime() code with Hiroyki's main branch
16151
16152 2001-04-26 [sergey]
16153
16154         * src/news.c: news_query_password(), news_authenticate(): new
16155           functions.
16156           news_get_uncached_articles(): added NNTP authentication
16157           handling.
16158         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
16159           new functions.
16160         * src/prefs_account.c: prefs_account_protocol_activated():
16161           enable userid and password fields for NNTP.
16162
16163 2001-04-26
16164
16165         * configure.in: check for availability of strftime()
16166           [darko]
16167         * src/prefs_common.[ch], src/procheader.c: use
16168           strftime() for displaying date in summary pane if it
16169           is available
16170
16171 2001-04-25
16172
16173         * more .cvsignore cleanups [alfons]
16174
16175 2001-04-25
16176
16177         * ac/sv-check-type.m4: new autoconf macro.
16178         * configure.in: fixed wint_t typedef detection (did not work
16179           with gcc-2.96).
16180
16181 2001-04-25
16182
16183         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
16184           [hiroyuki]
16185
16186 2001-04-24
16187         * modified gtkstext.c : buggy cursor navigation fixed, 
16188           and font descent also taken in account when drawing
16189           cursor. [alfons]
16190
16191 2001-04-24 [hoa]
16192         * added comments in src/news.c src/nntp.c
16193         * added src/prefs_headers.[ch]
16194         * added src/headers.[ch]
16195         * modified compose.c to activate custom headers
16196                 added function is_in_custom_headers
16197         * modified prefs_account.[ch]
16198                 added function prefs_account_customhdr_edit
16199         * modified src/defs.h :
16200                 added HEADERS_RC : name of the config file
16201                 for the custom headers
16202
16203 2001-04-24
16204
16205     0.4.65claws5
16206
16207         * configure.in
16208           src/gtkstext.[ch]
16209           src/compose.c
16210           src/Makefile.am
16211           
16212           added gtkstext with configure.in patch by Hiroyuki which
16213           should fix the XIM detection [alfons]
16214
16215         * more clean up of cvs [alfons]
16216
16217                  * removed all Makefile.in files to attic.
16218
16219                  * updated all .cvsignores to really ignore things that could
16220                    be unintentionally committed by a recursive commit.
16221
16222 2001-04-23 [hoa]
16223         * added src/grouplist_dialog.[ch]
16224         * changed src/folderview.c to call grouplist_dialog instead
16225                 of inputdialog
16226         * src/news.c :
16227                 added functions news_reset_group_list
16228                 and news_get_group_list
16229         * src/nntp.c :
16230                 added function nntp_list
16231         * src/defs.h :
16232                 added GROUPLIST_FILE : name of the newsgroup list cache file
16233
16234 2001-04-21
16235
16236         * added option to warn about queued messages on exit [sergey]:
16237
16238           * src/compose.c: compose_queue(): call folder_item_scan()
16239             and folderview_update_item() after queueing.
16240           * src/folderview.c: folderview_update_node(): draw the queue
16241             folder in bold font if there are queued messages.
16242           * src/mainwindow.c: queued_messages(): new function.
16243             app_exit_cb(): display warning if there are queued messages
16244             if warn_queued_on_exit is set.
16245           * prefs_common.[ch]: add warn_queued_on_exit option.
16246
16247         * enhanced GnuPG key selection support [sergey]:
16248
16249           * src/select-keys.c: updated to newer version from Win32
16250             branch with support for selecting arbitrary keys.
16251           * src/prefs_account.c: added the Privacy tab to the account
16252             options window.
16253             prefs_account_privacy_create(),
16254             prefs_account_sign_key_set_data_from_radiobtn(),
16255             prefs_account_sign_key_set_radiobtn(): new functions.
16256           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
16257           * src/rfc2015.c: set_signers(): new function.
16258             pgp_sign(): add the account parameter, call set_signers().
16259             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
16260           * src/rfc2015.h: rfc2015_sign(): updated prototype.
16261           * src/compose.c: pass the current account to rfc2015_sign().
16262
16263         * tag name claws added to prevent confusion with main branch [alfons]
16264
16265         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
16266
16267         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
16268
16269         * sync with recent sylpheed cvs. Untested though. [alfons]
16270