* AUTHORS
[claws.git] / ChangeLog.claws
1 2003-06-14 [alfons]     0.9.0claws37
2
3         * AUTHORS
4                 add Martin Wicke
5         * src/action.c
6         * src/messageview.[ch]
7         * src/summaryview.c
8                 apply patch #754162 "Quoting messages filtered by actions" submitted
9                 by Martin Wicke, which allows quoting message body changed by an
10                 action (Thanks!).
11
12 2003-06-13 [alfons]     0.9.0claws36
13
14         * src/utils.c
15                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
16                 use case insensitive regexp (suggested by Ivan Martinez)
17
18 2003-06-13 [christoph]  0.9.0claws35
19
20         * configure.ac
21         * src/plugins/trayicon/Makefile.am
22         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
23         * src/plugins/trayicon/trayicon.c
24         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
25         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
26         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
27         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
28         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
29         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
30                 replace my own EggTrayIcon backport with the backport
31                 used by (l|x)mule and gabber.
32
33 2003-06-13 [alfons]     0.9.0claws34
34
35         * AUTHORS
36         * src/common/utils.c
37                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
38
39 2003-06-13 [alfons]     0.9.0claws33
40
41         * src/compose.c
42                 clean up a little bit
43
44 2003-06-12 [alfons]     0.9.0claws32
45
46         * src/compose.c
47                 const correctness fix
48
49         * src/common/sylpheed.[ch]
50                 () -> (void)
51                 prevent redef MIN/MAX
52                 
53         * src/common/utils.[ch]
54                 () -> (void)
55
56 2003-06-12 [melvin]     0.9.0claws31
57
58         * src/compose.c
59                 Updated to take into accounts changes in GtkAspell.
60
61 2003-06-12 [alfons]     0.9.0claws30
62
63         * src/compose.c
64         * src/procmsg.c
65         * src/common/utils.[ch]
66                 handle reply subject prefixes better (initial 
67                 suggestion by Robert Story adapted and enhanced 
68                 using regexps)
69
70 2003-06-12 [melvin]     0.9.0claws29
71
72         * src/compose.c
73                 Use new gtkaspell_checkers_strerror() to get the speller's
74                 error message instead of accessing the (now private)
75                 checkers structure.
76                 Minor code clean up
77
78         * src/main.c
79                 Use #ifdef instead of #if for USE_ASPELL
80                 Use the new spell checkers init/quit functions 
81
82         * src/gtk/gtkaspell.c
83                 Use #ifdef instead of #if for USE_ASPELL
84                 Moved in the majority of GtkAspell structures that were
85                 exported before by gtkaspell.h
86         
87         * src/gtk/gktaspell.h
88                 Made gtkaspell.h contain only the necessary data to be
89                 publicized by moving many structures to gtkaspell.c.
90                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
91                 gtkaspell_checkers_new(): replaced by...
92                 gtkaspell_checkers_init(): new function for initialization
93                 gtkaspell_checkers_delete(): replaced by...
94                 gtkaspell_checkers_quit(): new function
95                 gtkaspell_checkers_strerror(): new function that returns
96                 the checker's last error message.
97                 
98 2003-06-11 [melvin]     0.9.0claws28
99
100         * po/POTFILES.in
101                 Updated to take into account gtkaspell.c migration to
102                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
103
104 2003-06-10 [alfons]     0.9.0claws27
105
106         * src/filtering.[ch]
107         * src/folder.c
108         * src/matcher.c
109         * src/scoring.[ch]
110                 - try fixing bug #18 (any brave testers?)
111                 - add more robustness by refusing previously 
112                   unchecked NULL pointers 
113
114 2003-06-10 [alfons]     0.9.0claws26
115
116         * src/procmsg.c
117                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
118
119 2003-06-09 [alfons]     0.9.0claws25
120
121         * src/prefs_common.c
122                 fix bug #163 "Icon switching doesnt work properly" by 
123                 preventing early freeing of prefs_common.pixmap_theme_path.
124
125 2003-06-09 [christoph]  0.9.0claws24
126
127         * src/gtk/gtkaspell.c
128                 revert Thorsten's fix and add forgotten g_strdup for
129                 aspell path (it should not be possible to alter the path a
130                 GtkASpell uses from outside)
131
132 2003-06-09 [thorsten]   0.9.0claws23
133
134         * src/gtk/gtkaspell.c
135                 dont free prefs_common.aspell_path when closing compose
136
137 2003-06-08 [colin]      0.9.0claws22
138
139         * src/plugins/spamassassin/spamassassin.c
140                 fix prefs types
141
142 2003-06-07 [christoph]  0.9.0claws21
143
144         * src/Makefile.am
145         * src/compose.c
146         * src/gtkaspell.[ch]            ** REMOVE **
147         * src/gtk/Makefile.am
148         * src/gtk/gtkaspell.[ch]        ** NEW **
149                 o make gtkaspell independent from sylpheed's prefs
150                 o move gtkaspell.[ch] to gtk directory
151
152 2003-06-07 [christoph]  0.9.0claws20
153
154         * src/Makefile.am
155         * src/crash.c
156         * src/export.c
157         * src/filesel.[ch]              ** REMOVE **
158         * src/folder.c
159         * src/main.[ch]
160         * src/common/sylpheed.[ch]
161         * src/gtk/Makefile.am
162         * src/gtk/filesel.[ch]          ** NEW **
163         * src/gtk/pluginwindow.c
164         * src/gtk/sslcertwindow.c
165                 move filesel.[ch] to gtk directory
166
167 2003-06-07 [alfons]     0.9.0claws19
168
169         * src/filesel.c
170                 make (multi) file selection dialog work again (Claws-only)
171
172 2003-06-07 [thorsten]   0.9.0claws18
173
174         * po/de.po
175                 fix typos
176
177 2003-06-07 [alfons]     0.9.0claws17
178
179         * configure.ac
180         * src/mimeview.c
181                 detect apache mishap in which case don't include fnmatch.h
182                 if regex.h is already included
183
184 2003-06-06 [christoph]  0.9.0claws16
185
186         * configure.ac
187         * src/mimeview.h
188                 add check for fnmatch.h and include it when available
189
190         * src/mimeview.[ch]
191                 fix wrong case sensitivity of Content-Types
192
193         * src/gtk/Makefile.am
194                 need the same include paths in gtk directory as in
195                 common directory because .h files in common can
196                 include files from these directories, when included
197                 in gtk's .h or .c files
198
199 2003-06-06 [alfons]     0.9.0claws15
200
201         * src/mimeview.c
202         * src/summaryview.c
203                 make it compile again because of regex.h / fnmatch.h 
204                 include problems (related to recent mime stuff, can
205                 someone check this?)
206
207 2003-06-06 [thorsten]   0.9.0claws14
208
209         * src/folderview.c
210                 possible use of uninitialized pointer while dragging
211
212 2003-06-06 [paul]       0.9.0claws13
213
214         * src/compose.c
215                 fix bug where the insert sig button would be effective
216                 only when auto_sig was set
217
218 2003-06-06 [paul]       0.9.0claws12
219
220         * sync with 0.9.2 release
221
222 2003-06-02 [paul]       0.9.0claws11
223
224         * sync with 0.9.1cvs1
225                 see ChangeLog 2003-06-02
226                 
227         * po/de.po
228                 update by Jens
229
230 2003-06-01 [christoph]  0.9.0claws10
231
232         * src/account.c
233                 don't use substring search to find accounts by email address
234
235         (closes Bug 169 Overly loose matching of "From" address)
236
237 2003-05-31 [christoph]  0.9.0claws9
238
239         * doc-src/rfc2683.txt
240         * src/imap.c
241                 limit IMAP command length as recommended in RFC2683
242                 (message number lists will be split into multiple imap
243                 sets, the limit of 1000 octets is not a hard limit)
244
245         (closes Bug 161 sylpheed-claws exits with segfault when logging
246          in to certain imap-servers)
247
248 2003-05-29 [alfons]     0.9.0claws8
249
250         * src/toolbar.[ch]
251                 add print button (calling summary_print());
252                 fine tune setting tooltip text;
253                 (if someone needs other buttons, please take these 
254                 commits as a guide, instead of bothering us - also
255                 see 0.8.11claws150) 
256
257 2003-05-29 [darko]      0.9.0claws7
258
259         * src/compose.c
260                 fix crash when word wrapping kicks in due to
261                 changed text by spell checker
262
263 2003-05-29 [paul]       0.9.0claws6
264
265         * src/compose.c
266                 fix bug where changing account would insert
267                 sig even if auto_sig was FALSE
268                 
269         * ChangeLog
270           ChangeLog.jp
271           INSTALL
272                 sync with 0.9.1 release
273
274 2003-05-28 [christoph]  0.9.0claws5
275
276         * src/imap.c
277                 fix truncation of too long commands
278
279         (closes Bug 167 IMAP hangs trying to get envelope
280          information in imap_get_uncached_messages)
281
282 2003-05-27 [paul]       0.9.0claws4
283
284         * tools/Makefile.am
285           tools/maildir2sylpheed.pl     ** NEW FILE **
286                 add kmail to sylpheed mailbox conversion script
287
288 2003-05-27 [paul]       0.9.0claws3
289
290         * sync with 0.9.0cvs10
291                 see ChangeLog 2003-05-26
292
293 2003-05-26 [paul]       0.9.0claws2
294
295         * sync with 0.9.0cvs9
296                 see ChangeLog 2003-05-26
297
298 2003-05-24 [paul]       0.9.0claws1
299
300         * sync with 0.9.0cvs8
301                 see ChangeLog 2003-05-23
302
303 2003-05-24 [paul]       0.9.0claws
304
305         * version 0.9.0claws released
306
307 2003-05-24 [paul]       0.8.11claws177
308
309         * src/plugins/dillo-viewer/Makefile.am
310           src/plugins/traycon/Makefile.am
311                 add missing files
312                 
313         * po/bg.po
314           po/en_GB.po
315           po/es.po
316           po/it.po
317           po/pt_BR.po
318           po/ru.po
319           po/sr.po
320                 update Bulgarian, British English, Spanish, Italian, 
321                 Brazilian Portuguese, Russian, and Serbian translations, 
322                 submitted by George Danchev, [me], Ricardo Mones Lastra,
323                 André Filipe de Assunção e Brito, Alessandro Maestri, 
324                 Ruslan N. Balkin, and Urke MMI
325
326 2003-05-23 [melvin]     0.8.11claws176
327
328         * po/fr.po
329                 Updated French translations
330
331 2003-05-22 [paul]       0.8.11claws175
332
333         * src/Makefile.am
334           src/addrbook.[ch]
335           src/addrcache.[ch]
336           src/addr_compl.[ch]
337           src/adressbook.[ch]
338           src/addrindex.[ch]
339           src/addritem.[ch]
340           src/editaddress.c
341           src/editgroup.c
342           src/editldap_basedn.c
343           src/editldap.c
344           src/jpilot.c
345           src/vcard.c
346                 revert to get ldap into it previous working state
347                 
348         * po/zh_TW.Big5.po
349                 new Taiwanese translation,
350                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
351
352 2003-05-22 [christoph]  0.8.11claws174
353
354         * src/plugins/spamassassin/libspamc.[ch]
355                 sync libspamc with SpamAssaain release 2.55
356
357 2003-05-22 [paul]       0.8.11claws173
358
359         * sync with 0.9.0cvs7
360                 see ChangeLog 2003-05-22
361                 
362         * src/summaryview.c
363                 revert change in 0.8.11claws172: follow
364                 Hiroyuki's decision and that's the end of it.
365
366 2003-05-21 [paul]       0.8.11claws172
367
368         * src/summaryview.c
369                 fix discrepency between open_unread_on_enter
370                 and always_show_msg
371
372 2003-05-21 [paul]       0.8.11claws171
373
374         * sync with 0.9.0cvs6
375                 see ChangeLog 2003-05-21
376
377 2003-05-21 [paul]       0.8.11claws170
378
379         * sync with 0.9.0cvs5
380                 see ChangeLog 2003-05-21
381
382 2003-05-20 [paul]       0.8.11claws169
383
384         * sync with 0.9.0cvs4
385                 see ChangeLog 2003-05-20
386                 fixes bug #152, 'encoding of IMAP folders names'
387
388 2003-05-20 [paul]       0.8.11claws168
389
390         * sync with 0.9.0cvs3
391                 see ChangeLog 2003-05-20
392                 
393         * src/tools/convert_mbox.pl
394                 minor change in the comments, submitted by Fred Marton
395
396 2003-05-19 [paul]       0.8.11claws167
397
398         * src/plugins/clamav/Makefile.am
399           configure.ac
400                 link clamav_lib to the plugin and not to the main program
401
402 2003-05-19 [christoph]
403
404         * src/Makefile.am
405                 add -export-dynamic for linking
406
407 2003-05-19 [paul]       0.8.11claws166
408
409         * sync with 0.9.0cvs1
410                 see ChangeLog 2003-05-19
411
412 2003-05-19 [paul]       0.8.11claws165
413
414         * src/inc.c
415                 fix 'pop before smtp' timeout
416
417 2003-05-18 [alfons]     0.8.11claws164
418
419         * src/prefs_matcher.c
420                 put "execute" action command line ("expression") in edit box
421
422 2003-05-18 [christoph]  0.8.11claws163
423
424         * src/mimeview.[ch]
425         * src/plugins/dillo_viewer/dillo_viewer.c
426         * src/plugins/image_viewer/viewer.c
427         * src/plugins/mathml_viewer/mathml_viewer.c
428                 let a viewer have a list of Content-Types
429
430 2003-05-18 [paul]       0.8.11claws162
431
432         * src/prefs_filtering.c
433                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
434                 and REDIRECT actions
435
436 2003-05-17 [christoph]
437
438         * README.claws
439                 o remove dynamic signatures that was syned with main
440                 o add infos about no longer "build in" image viewer
441                 o update bugtracker URL
442
443 2003-05-17 [christoph]  0.8.11claws161
444
445         * src/folder.c
446         * src/folderview.c
447         * src/imap.c
448                 don't use imap_scan_folder anymore. Instead call folder_item_scan
449                 for every folder after rebuilding the folder tree.
450
451         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
452          messages)
453
454 2003-05-17 [christoph]  0.8.11claws160
455
456         * src/imap.c
457                 don't use STATUS command on current folder to check for
458                 content changes. imap_cmd_ok() now tracks changes to
459                 folder and number of existing messages.
460
461 2003-05-17 [paul]       0.8.11claws159
462
463         * src/plugins/clamav/clamav_plugin.c
464                 remove unnecessary debug_print
465
466 2003-05-16 [thorsten]   0.8.11claws158
467
468         * src/plugins/demo.c
469                 included missing intl.h
470
471 2003-05-16 [paul]       0.8.11claws157
472
473         * po/POTFILES.in
474                 remove non-existant entries
475         
476         * src/plugins/clamav/clamav_plugin.c
477           src/plugins/clamav/clamav_plugin_gtk.c
478           src/plugins/dillo_viewer/dillo_prefs.c
479           src/plugins/dillo_viewer/dillo_viewer.c
480                 gettextise
481
482 2003-05-16 [christoph]  0.8.11claws156
483
484         * po/POTFILES.in
485                 include plugin .c files for translation until I
486                 find a better solution to have plugins have their
487                 own textdomain
488         * src/plugins/demo/demo.c
489         * src/plugins/image_viewer/plugin.c
490         * src/plugins/mathml_viewer/mathml_viewer.c
491         * src/plugins/spamassassin/spamassassin.c
492         * src/plugins/spamassassin/spamassassin_gtk.c
493         * src/plugins/trayicon/trayicon.c
494                 add gettext macros for plugin name and description
495
496 2003-05-16 [paul]
497
498         * sync with 0.9.0
499
500 2003-05-16 [paul]       0.8.11claws155
501
502         * sync with lastest 0.9.0pre1
503                 see ChangeLog 2003-05-16
504
505 2003-05-15 [paul]       0.8.11claws154
506
507         * sync with latest 0.9.0pre1
508                 see ChangeLog 2003-05-14 and 2003-05-15
509
510 2003-05-14 [christoph]  0.8.11claws153
511
512         * src/plugins/image_viewer/viewer.c
513         * src/plugins/image_viewer/viewer.glade         ** NEW **
514         * src/plugins/image_viewer/viewerprefs.c
515                 make it possible to disable the autoload function in the
516                 imageviewer again
517
518 2003-05-14 [christoph]  0.8.11claws152
519
520         * src/folder.c
521                 fix folder update after adding a message
522
523 2003-05-13 [alfons]     0.8.11claws151
524
525         * src/common/session.c
526                 remove debug traces
527                 
528         * src/addrcache.[ch]
529         * src/filtering.[ch]
530         * src/folder.[c]
531         * src/gtkaspell.[ch]
532         * src/imap.[ch]
533         * src/mbox_folder.[ch]
534         * src/mh.[ch]
535         * src/mimeview.h
536         * src/msgcache.[ch]
537         * src/news.[ch]
538         * src/passphrase.[ch]
539         * src/prefs_common.[ch]
540         * src/prefs_gtk.[ch]
541         * src/procmsg.c
542         * src/scoring.[ch]
543                 be pedantic; (in prototypes () implies (int))
544
545 2003-05-13 [alfons]     0.8.11claws150
546
547         * src/prefs_toolbar.[ch]
548         * src/summaryview.[ch]
549         * src/toolbar.[ch]
550                 change misleading text in toolbar prefs;
551                 add toolbar action for ignore thread (toggles ignore thread flag);
552                 clean up a little bit;
553
554 2003-05-12 [paul]
555
556         * tools/convert_mbox.pl
557                 bug fixed by Fred Marton
558
559 2003-05-12 [paul]
560
561         * sync with 0.9.0pre1
562
563 2003-05-09 [paul]       0.8.11claws149
564
565         * sync with 0.8.11cvs43
566                 see ChangeLog 2003-05-09
567
568 2003-05-08 [christoph]  0.8.11claws148
569
570         * src/imap.[ch]
571                 o use CAPABILIY as first command and check for PREAUTH
572                   information in the response to it
573                 o rewrite all imap_cmd_* functions to use an IMAPSession
574                   instead of a SockInfo as parameter
575                 o do STARTTLS after fetching and checking the server
576                   capabilities
577
578 2003-05-08 [paul]       0.8.11claws147
579
580         * tools/Makefile.am
581           tools/README
582           tools/convert_mbox.pl         ** NEW FILE **
583                 add mbox conversion script. Submitted by 
584                 Fred Marton <Fred.Marton@uni-bayreuth.de>
585
586 2003-05-07 [christoph]
587
588         * doc-src/glade.txt
589         * src/gtk/pluginwindow.glade
590         * src/plugins/image_viewer/viewerprefs.glade
591         * src/plugins/spamassassin/spamassassin_gtk.glade
592                 add glade files for user interfaces and a description how
593                 to use glade to create the sylpheed code
594
595 2003-05-07 [paul]       0.8.11claws146
596
597         * sync with 0.8.11cvs41
598                 see ChangeLog 2003-05-07
599
600 2003-05-06 [christoph]  0.8.11claws145
601
602         * src/main.c
603         * src/plugins/image_viewer/viewer.c
604                 fix usage of imlib in imageviewer plugin
605
606         * src/gtk/prefswindow.c
607                 handle window close event correctly
608
609 2003-05-06 [paul]       0.8.11claws144
610
611         * src/common/ssl.c
612                 fix typo introduced in sync
613
614 2003-05-06 [paul]       0.8.11claws143
615
616         * sync with 0.8.11cvs39
617                 see ChangeLog 2003-05-06
618
619 2003-05-06 [paul]       0.8.11claws142
620
621         * AUTHORS
622           po/cs.po
623                 updated Czech translation, submitted by 
624                 Radek Vybiral <Radek.Vybiral@vsb.cz>
625                 
626         * src/plugins/clamav/clamav_plugin_gtk.c
627                 clean up
628
629 2003-05-03 [alfons]     0.8.11claws141
630
631         * src/compose.[ch]
632                 make paste as quotation work even when the call to 
633                 text_inserted() was deferred (fixes bug #140 "Paste 
634                 as quotation does not work when using "external" 
635                 clipboard")
636
637 2003-05-03 [thorsten]   0.8.11claws140
638
639         * src/addrquery.h
640           src/ldapquery.h
641           src/mainwindow.c
642                 removed C++ comments
643         * src/addr_compl.c
644                 function with non-int retval/param used before
645                 implementation/declaration
646
647 2003-05-02 [paul]       0.8.11claws139
648
649         * src/addr_compl.[ch]
650           src/addressbook.[ch]
651           src/addrindex.c
652           src/summaryview.c
653                 revert match's changes to (finally) remove the bug where
654                 opening a folder causes massive slowdown when using the 
655                 'Display sender using address book' option
656
657 2003-05-01 [melvin]     0.8.11claws138
658
659         * src/plugins/dillo_viewer/dillo_prefs.[ch]
660         * src/plugins/dillo_viewer/dillo_viewer.c
661                 Fixed bug where "Cancel" button from prefs issued
662                 warnings.
663                 Comply a little more to coding style
664
665 2003-05-01 [paul]       0.8.11claws137
666
667         * sync with 0.8.11cvs38
668                 see ChangeLog 2003-05-01
669
670 2003-05-01 [paul]       0.8.11claws136
671
672         * po/bg.po
673                 updated by George Danchev
674
675 2003-04-30 [christoph]  0.8.11claws135
676
677         * src/plugins/dillo_viewer/dillo_prefs.c
678         * src/plugins/image_viewer/viewerprefs.c
679         * src/plugins/spamassassin/spamassassin_gtk.c
680                 remove gtk_widget_ref() calls for widgets in
681                 glade code
682
683 2003-04-30 [paul]       0.8.11claws134
684
685         * src/addrindex.c
686                 ok, this time a better fix for the bug where opening folder
687                 has massive slowdown when using the 'Display sender using 
688                 address book' option
689
690 2003-04-30 [paul]       0.8.11claws133
691
692         * src/addrindex.c
693                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
694         
695 2003-04-30 [melvin]     0.8.11claws132
696
697         New: Dillo plugin preferences (patch by Dimitar Haralanov)
698
699         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
700                 Preferences for the dillo plugin
701         * src/plugins/dillo_viewer/dillo_viewer.c
702                 Support for preferences
703         * src/plugins/dillo_viewer/Makefile.am
704                 Added dillo_prefs.[ch]
705
706 2003-04-30 [alfons]     0.8.11claws131
707
708         * src/common/plugin.[ch]
709                 see? this ANSI C'fication immediately gives us type
710                 checking for free.
711
712 2003-04-30 [alfons]     0.8.11claws130
713
714         * src/common/plugin.[ch]
715         * src/plugins/clamav/clamav_plugin.[ch]
716         * src/plugins/clamav/clamav_plugin_gtk.c
717         * src/plugins/demo/demo.c
718         * src/plugins/dillo_viewer/dillo_viewer.c
719         * src/plugins/image_viewer/plugin.c
720         * src/plugins/image_viewer/viewer.[ch]
721         * src/plugins/image_viewer/viewerprefs.[ch]
722         * src/plugins/mathml_viewer/mathml_viewer.c
723         * src/plugins/spamassassin/spamassassin.[ch]
724         * src/plugins/spamassassin/spamassassin_gtk.c
725         * src/plugins/trayicon/trayicon.c
726                 clean up
727
728 2003-04-30 [alfons]     0.8.11claws129
729
730         * src/common/utils.c
731                 make is_ascii_str() fail gracefully when NULL pointer
732                 is passed
733
734 2003-04-30 [paul]       0.8.11claws128
735
736         * src/addrindex.c
737                 fix bug where opening folder has massive slowdown when
738                 using the 'Display sender using address book' option
739
740 2003-04-30 [paul]       0.8.11claws127
741
742         * src/plugins/clamav/clamav_plugin.c
743           src/plugins/clamav/clamav_plugin_gtk.c
744           src/plugins/demo/demo.c
745           src/plugins/dillo_viewer/dillo_viewer.c
746           src/plugins/image_viewer/plugin.c
747           src/plugins/mathml_viewer/mathml_viewer.c
748           src/plugins/spamassassin/spamassassin.c
749           src/plugins/spamassassin/spamassassin_gtk.c
750           src/plugins/trayicon/trayicon.c
751                 get rid of eye-hurting function signatures
752
753 2003-04-30 [paul]       0.8.11claws126
754
755         * src/plugins/trayicon/trayicon.c
756                 add description
757                 
758         * src/mimeview.c
759                 be more descriptive
760
761 2003-04-30 [paul]       0.8.11claws125
762
763         * configure.ac
764                 arrange the plugins in reverse alphabetical order
765                 
766         * src/plugins/clamav/clamav_plugin.[ch]
767           src/plugins/clamav/clamav_plugin_gtk.c
768                 rename some params
769                 resize max_size window
770                 re-arrange the order of some gui elements
771                 improve descriptions
772         
773         * src/plugins/image_viewer/plugin.c
774           src/plugins/mathml_viewer/mathml_viewer.c
775                 add descriptions
776                 
777         * src/plugins/spamassassin/spamassassin_gtk.c
778                 resize max_size window
779                 re-arrange the order of some gui elements
780                 
781         * src/messageview.c
782           src/mimeview.c
783                 correct typos
784
785 2003-04-30 [alfons]     0.8.11claws124
786
787         * src/imap.c
788                 fix a leak found while browsing Martin Kluge's 
789                 valgrind log (Claws only)
790
791 2003-04-29 [darko]      0.8.11claws123
792
793         * src/gtk/gtkstext.h
794                 include wchar.h if it is available, fixes compilation
795                 on HP-UX systems
796
797 2003-04-29 [melvin]     0.8.11claws122
798
799         * src/prefs_actions.c
800                 Improved help text of Actions' syntax
801
802 2003-04-28 [paul]       0.8.11claws121
803
804         * src/action.c
805                 a better fix for the crash when performing an action
806                 on a mime part
807
808 2003-04-28 [paul]       0.8.11claws120
809
810         * src/action.c
811                 fix crash when performing an action on a
812                 mime part
813
814 2003-04-28 [paul]       0.8.11claws119
815
816         * sync with 0.8.11cvs36
817                 see ChangeLog 2003-04-28
818
819 2003-04-27 [paul]       0.8.11claws118
820
821         * more sync with 0.8.11cvs35
822                 see ChangeLog 2003-04-25
823
824 2003-04-26 [christoph]  0.8.11claws117
825
826         * src/folder.c
827                 fix remove virtual check
828
829 2003-04-26 [paul]       0.8.11claws116
830
831         * src/messageview.c
832                 fix return-receipt, make it work again
833
834 2003-04-26 [paul]       0.8.11claws115
835
836         * src/mimeview.c
837                 restore double-clicking of the [application/pgp-signature 
838                 (Select "Check signature" to check)] line in the message view,
839                 broken in recent sync
840
841 2003-04-26 [christoph]  0.8.11claws114
842
843         * src/folder.c
844                 check if remove virtual really exists before
845                 calling the function
846
847 2003-04-25 [match]      0.8.11claws113
848
849         * src/addrindex.c
850         * src/addrbook.c
851         * src/ldapquery.[ch]
852         * src/ldapctrl.[ch]
853                 fix memleak.
854         * src/ldapserver.[ch]
855                 fix memleak. fix segfault.
856                 plug a Claws memleak
857
858 2003-04-25 [alfons]     0.8.11claws112
859
860         * src/folder.c
861                 plug a Claws memleak
862
863 2003-04-25 [alfons]     0.8.11claws111
864
865         * src/common/session.c
866                 plug a memleak
867
868 2003-04-25 [paul]       0.8.11claws110
869
870         * sync with 0.8.11cvs35
871                 see ChangeLog 2003-04-24 and 2003-04-25
872                 
873         * src/gtk/pluginwindow.c
874                 correct another strange float value
875
876 2003-04-24 [christoph]  0.8.11claws109
877
878         * src/folder.c
879                 freeze folder item updates when unsetting new flags
880
881         * src/gtk/pluginwindow.c
882                 correct strange float value
883
884 2003-04-23 [paul]       0.8.11claws108
885
886         * sync with 0.8.11cvs33
887                 see ChangeLog 2003-04-23
888
889 2003-04-22 [paul]       0.8.11claws107
890
891         * src/Makefile.am
892           src/messageview.c
893           src/mimeview.c
894           src/pgptext.[ch]      ** REMOVED **
895                 remove pgptext.[ch] as its not used any more
896
897 2003-04-22 [paul]       0.8.11claws106
898
899         * sync with 0.8.11cvs31
900                 see ChangeLog 2003-04-21 and 2003-04-22
901
902 2003-04-21 [alfons]     0.8.11claws105
903
904         * src/main.c
905                 No access to GTK structures if we're a spawned child
906                 (and clean up code a little bit...) Should fix #126.
907
908 2003-04-21 [melvin]     0.8.11claws104
909
910         * src/plugins/dillo_viewer/README
911                 Improved slightly the text.
912
913 2003-04-21 [melvin]     0.8.11claws103
914
915         * src/plugins/dillo_viewer/README *** NEW ***
916                 Added a README file for the Dillo plugin
917
918 2003-04-20 [paul]
919
920         * tools/README
921           tools/outlook2sylpheed.pl
922                 updated and improved by Ricardo Mones Lastra
923
924 2003-04-18 [oliver]     0.8.11claws102
925
926         * src/inc.c 
927         * src/prefs_account.h
928                 remove Pop3SessionType (used by selective download)
929         * src/prefs_toolbar.c
930                 enable set Default Toolbar button
931
932 2003-04-18 [paul]       0.8.11claws101
933
934         * sync with 0.8.11cvs29
935                 see ChangeLog 2003-04-18
936
937 2003-04-17 [paul]       0.8.11claws100
938
939         * src/prefs_common.[ch]
940           src/summaryview.c
941                 remove 'Open next message on deletion' option,
942                 as the same effect can now be achieved via the
943                 'Always open messages in summary when selected'
944                 option.
945
946 2003-04-17 [paul]       0.8.11claws99
947
948         * sync with 0.8.11cvs28
949                 see ChangeLog 2003-04-17
950
951 2003-04-17 [christoph]  0.8.11claws98
952
953         * ac/spamassassin.m4
954         * src/plugins/spamassassin/libspamc.[ch]
955         * src/plugins/spamassassin/utils.[ch]
956                 sync libspamc with SpamAssassin project
957
958 2003-04-17 [christoph]  0.8.11claws97
959
960         * src/common/socket.h
961         * src/gtk/sslcertwindow.h
962                 rename old USE_SSL to USE_OPENSSL
963
964 2003-04-17 [paul]       0.8.11claws96
965
966         * src/prefs_common.h
967                 use gulong for P_COLOR so that it compiles/runs on
968                 64-bit systems. Patch submitted by James Noyes
969                 <jnoyes-claws@retrogeeks.com>
970                 
971         * po/de.po
972                 updated by Jens
973
974 2003-04-17 [paul]       0.8.11claws95
975
976         * sync with 0.8.11cvs27
977                 see ChangeLog 2003-04-16
978
979 2003-04-15 [paul]       0.8.11claws94
980
981         * src/prefs_common.[ch]
982                 rearrange to stop the window getting too long:
983                         move Receive dialog stuff to Receive tab
984                         move Send dialog to Send tab
985                         remove Dialogs frame
986                 rename 'Open messages in summary with cursor keys' to
987                 'Always open messages in summary when selected', as its
988                 more appropriate
989
990 2003-04-15 [paul]       0.8.11claws93
991
992         * src/prefs_common.[ch]
993           src/summaryview.c
994                 add new option '/Interface/Open next message on deletion'
995
996 2003-04-15 [paul]       0.8.11claws92
997
998         * src/summaryview.[ch]
999                 add /Mark/Lock and /Mark/Unlock to the pop-up
1000                 menu. Patch submitted by Ivan Francolin Martinez
1001                 <ivanfm@users.sourceforge.net>
1002
1003 2003-04-15 [paul]       0.8.11claws91
1004
1005         * sync with 0.8.11cvs24
1006                 see ChangeLog 2003-04-15
1007
1008 2003-04-14 [jens]       0.8.11claws90
1009
1010         * updated German translation and some corrections from
1011                 Roland Bless <bless@tm.uka.de>
1012
1013 2003-04-14 [paul]       0.8.11claws89
1014
1015         * sync with 0.8.11cvs22
1016                 see ChangeLog 2003-04-14
1017
1018 2003-04-13 [paul]       0.8.11claws88
1019
1020         * src/plugins/clamav/clamav_plugin.c
1021                 fix memory leaks
1022                 clean up
1023
1024 2003-04-12 [paul]       0.8.11claws87
1025
1026         * src/plugins/clamav/clamav_plugin.c
1027                 activate enable/disable archive scanning option
1028                 
1029         * src/plugins/clamav/.cvsignore         ** NEW FILE **
1030
1031 2003-04-12 [paul]       0.8.11claws86
1032
1033         * src/plugins/Makefile.am
1034           src/plugins/clamav/Makefile.am                ** NEW FILE **
1035           src/plugins/clamav/README                     ** NEW FILE ** 
1036           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
1037           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
1038                 add Clam AntiVirus plugin
1039
1040 2003-04-12 [paul]       0.8.11claws85
1041
1042         * sync with 0.8.11cvs21
1043                 see ChangeLog 2003-04-11
1044
1045 2003-04-11 [paul]       0.8.11claws84
1046
1047         * po/es.po
1048                 update Spanish translation. Submitted by Ricardo
1049                 Mones Lastra.
1050
1051 2003-04-10 [christoph]  0.8.11claws83
1052
1053         * src/mbox.c
1054                 fix typo that did not move unfiltered mails to destination
1055                 folder
1056
1057         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1058          when filtering from spool)
1059
1060 2003-04-10 [christoph]  0.8.11claws82
1061
1062         * src/imap.c
1063                 use BODY.PEEK instead of BODY in in message fetch operation
1064                 to make sure the IMAP server does not set the \Seen flag for
1065                 messages. Sylpheed does that later itself, when the message
1066                 is opened in sylpheed
1067
1068         (closes Bug 111 Claws destroys unread marks)
1069
1070 2003-04-09 [oliver]     0.8.11claws81
1071         
1072         * src/folder.c
1073                 fix crash in folder_destroy
1074         * README.claws
1075                 remove selective download
1076
1077 2003-04-09 [christoph]  0.8.11claws80
1078
1079         * src/imap.c
1080                 fix crash in imap_get_msginfo() when then fetched message
1081                 is not found
1082
1083         (closes Bug 110 Crash during mail composition)
1084
1085 2003-04-08 [christoph]  0.8.11claws79
1086
1087         * src/folder.c
1088         * src/prefs_account.c
1089                 Filter new messages that are found in an INBOX folder
1090                 when 'Filter messages on receiving' is enabled in the
1091                 Folder's AccountPrefs. This allows to use Sylpheed's
1092                 filtering engine for IMAP folders where messages are
1093                 added to the INBOX by a MTA
1094
1095 2003-04-08 [paul]       0.8.11claws78
1096
1097         * src/procmsg.h
1098                 clean up after last commit
1099
1100 2003-04-08 [paul]       0.8.11claws77
1101
1102         * sync with 0.8.11cvs20
1103                 see ChangeLog 2003-04-07 and 2003-04-08
1104
1105 2003-04-07 [christoph]  0.8.11claws76
1106
1107         * src/filtering.[ch]
1108         * src/inc.[ch]
1109         * src/mbox.c
1110         * src/procmsg.[ch]
1111                 add procmsg_msginfo_filter() to execute filtering actions
1112
1113 2003-04-06 [christoph]  0.8.11claws75
1114
1115         * src/imap.c
1116                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1117
1118 2003-04-06 [christoph]  0.8.11claws74
1119
1120         * src/common/utils.[ch]
1121                 add g_int_compare() function for slist sorting
1122
1123         * src/imap.c
1124                 fetch all MsgInfos with one command in imap_get_msginfos()
1125                 using an imap set with a list of ranges
1126
1127         * src/news.c
1128                 use new g_int_compare() function
1129
1130 2003-04-06 [thorsten]   0.8.11claws73
1131
1132         * src/mh.c
1133                 corrected implementation of mh_folder_destroy()
1134
1135 2003-04-05 [christoph]  0.8.11claws72
1136
1137         * src/account.c
1138         * src/folder.[ch]
1139         * src/folderview.c
1140         * src/imap.c
1141         * src/inc.c
1142         * src/main.c
1143         * src/mainwindow.c
1144         * src/mbox_folder.c
1145         * src/mh.c
1146         * src/mimeview.h
1147         * src/msgcache.[ch]
1148         * src/news.c
1149         * src/procmime.h
1150         * src/procmsg.[ch]
1151         * src/setup.c
1152         * src/gtk/gtkutils.c
1153                 o rename structure field names class and new to klass and
1154                   new_msgs, to allow including files in C++
1155                 o add 'extern "C"' block to some header files
1156                 o add MsgInfoList and MsgNumberList as alias for GSList for
1157                   developers to know what type of list is expected
1158
1159         * src/plugins/image_viewer/plugin.c
1160         * src/plugins/image_viewer/viewer.[ch]
1161         * src/plugins/image_viewer/viewerprefs.[ch]
1162                 rename function names to prevent conflicts
1163
1164 2003-04-05 [paul]       0.8.11claws71
1165
1166         * sync with 0.8.11cvs18
1167                 see ChangeLog 2003-04-03 and 2003-04-04
1168
1169 2003-04-02 [christoph]  0.8.11claws70
1170
1171         * src/folder.[ch]
1172         * src/imap.[ch]
1173         * src/mbox_folder.[ch]
1174         * src/mh.[ch]
1175         * src/news.[ch]
1176                 o Make all virtual folder functions private
1177                 o remove unused folder code
1178
1179         * src/common/socket.[ch]
1180         * src/summaryview.c
1181                 fix warnings
1182
1183 2003-03-30 [alfons]     0.8.11claws69
1184
1185         * src/send_message.c
1186                 remove two debug traces and see if people still report
1187                 errors
1188
1189 2003-03-30 [alfons]     0.8.11claws68
1190
1191         * src/send_message.c
1192         * src/commons/session.c
1193                 add more debug traces
1194
1195 2003-03-30 [christoph]  0.8.11claws67
1196
1197         * src/folder.c
1198                 change processing folder name from .processing to processing
1199
1200         * src/common/ssl.c
1201                 disable SSL certificate check because it causes Xlib error
1202                 when the child process want's to open an GTK window
1203
1204 2003-03-30 [christoph]  0.8.11claws66
1205
1206         * src/folder.c
1207                 don't use default folder for processing folder item because
1208                 it can be a non local folder
1209
1210         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
1211
1212 2003-03-30 [alfons]     0.8.11claws65
1213
1214         * src/send_message.c
1215                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
1216                 to generate bad code for 'send_send_data_progressive': When
1217                 called from 'send_send_data_finished', the 'data' pointer is
1218                 cleared just before the assignment to the dialog pointer
1219
1220 2003-03-29 [christoph]  0.8.11claws64
1221
1222         * src/common/prefs.h
1223         * src/plugins/image_viewer/Makefile.am
1224         * src/plugins/image_viewer/plugin.c
1225         * src/plugins/image_viewer/viewer.[ch]
1226         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
1227                 add PrefsPage for ImageViewer
1228
1229 2003-03-28 [thorsten]   0.8.11claws63
1230
1231         * src/common/session.c
1232                 added some comments
1233
1234 2003-03-28 [paul]       0.8.11claws62
1235
1236         * sync with 0.8.11cvs16
1237                 see ChangeLog 2003-03-28
1238
1239 2003-03-28 [paul]       0.8.11claws61
1240
1241         * sync with 0.8.11cvs15
1242                 see ChangeLog 2003-03-28
1243
1244 2003-03-27 [christoph]  0.8.11claws60
1245
1246         * src/folder.c
1247         * src/imap.c
1248         * src/common/socket.[ch]
1249                 set socket state to DISCONNECTED when any operation
1250                 fails to allow reconnecting in IMAP code without
1251                 checking the return code of all calls to the command
1252                 functions
1253
1254         * src/folderview.c
1255         * src/summaryview.c
1256                 remove some more stuff that depends on specific
1257                 folder types
1258
1259 2003-03-27 [paul]       0.8.11claws59
1260
1261         * sync with 0.8.11cvs14
1262                 see ChangeLog 2003-03-27
1263                 
1264         * src/selective_download.[ch]   ** REMOVED **
1265                 really removed
1266
1267 2003-03-27 [christoph]  0.8.11claws58
1268
1269         * src/folder.c
1270                 fix handling of tmp_flags in flag copy function
1271
1272 2003-03-27 [paul]       0.8.11claws57
1273
1274         * sync with 0.8.11cvs13
1275                 see ChangeLog 2003-03-27
1276
1277 2003-03-27 [oliver]     0.8.11claws56
1278
1279         * src/maiwindow.c
1280                 remove sel_download_cb
1281
1282 2003-03-27 [oliver]     0.8.11claws55
1283         
1284         * src/inc.c
1285                 remove POP3_TOP
1286         
1287 2003-03-26 [oliver]     0.8.11claws54
1288
1289         *src/pop.h
1290                 remove POP3_TOP*
1291         * README.claws
1292                 remove selective donwload readme
1293
1294 2003-03-26 [oliver]     0.8.11claws53
1295         * src/matcher.[ch]
1296         * src/matcher_parser_parse.y 
1297         * src/pop.c 
1298         * src/prefs_account.[ch]
1299         * src/prefs_filtering.c
1300                 remove selective donwload
1301
1302 2003-03-26 [oliver]     0.8.11claws52
1303
1304         * src/inc.[ch] 
1305         * src/filtering.c 
1306         * src/mainwindow.c 
1307                 remove selective donwload
1308
1309 2003-03-26 [oliver]     0.8.11claws51
1310         
1311         * src/Makefile.am
1312         * src/selective_download.[ch]   ** REMOVE **    
1313
1314 2003-03-26 [christoph]  0.8.11claws50
1315
1316         * src/news.c
1317                 fix NEWS that got broken by a sync with sylpheed-main
1318
1319 2003-03-26 [christoph]  0.8.11claws49
1320
1321         * src/mimeview.c
1322                 fix mime type guessing when no mime type is found for a file
1323
1324 2003-03-25 [christoph]  0.8.11claws48
1325
1326         * src/mimeview.c
1327         * src/procmime.c
1328                 remove mime type guessing from mime parser and use
1329                 name based mime types in viewer lookup for mime type
1330                 application/octet-stream
1331
1332 2003-03-25 [christoph]  0.8.11claws47
1333
1334         * doc-src/readme.txt
1335         * doc-src/rfc2554.txt
1336                 add RFC about SMTP AUTH
1337
1338         * src/send_message.c
1339         * src/common/smtp.[ch]
1340                 add extra error code for authentication errors and
1341                 clear temporary password when this error occurs
1342
1343         (closes Bug 84 authentication failure while sending should
1344          prompt for password again)
1345
1346 2003-03-25 [christoph]  0.8.11claws46
1347
1348         * configure.ac
1349         * src/Makefile.am
1350         * src/imageview.[ch]                            ** REMOVE **
1351         * src/messageview.[ch]
1352         * src/mimeview.[ch]
1353         * src/prefs_common.[ch]
1354         * src/textview.c
1355         * src/plugins/Makefile.am
1356         * src/plugins/image_viewer/.cvsignore           ** NEW **
1357         * src/plugins/image_viewer/Makefile.am          ** NEW **
1358         * src/plugins/image_viewer/plugin.c             ** NEW **
1359         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
1360                 move image viewer into a plugin (building is enabled by default)
1361                 [ToDo: Prefs for resize and autoview]
1362
1363 2003-03-25 [paul]       0.8.11claws45
1364
1365         * sync with 0.8.11cvs12
1366                 see ChangeLog 2003-03-26
1367
1368 2003-03-25 [paul]       0.8.11claws44
1369
1370         * sync with 0.8.11cvs11
1371                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
1372                 
1373         Note: Selective Download is broken.
1374                 
1375 2003-03-22 [christoph]  0.8.11claws43
1376
1377         * src/folder.c
1378                 code cleanup for flags copying
1379
1380 2003-03-22 [christoph]  0.8.11claws42
1381
1382         * src/plugins/trayicon/trayicon.c
1383                 fix setting the transparent area when the window size
1384                 is forced by the system tray
1385
1386 2003-03-22 [christoph]  0.8.11claws41
1387
1388         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
1389         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
1390         * src/plugins/trayicon/newmail.xpm              ** NEW **
1391         * src/plugins/trayicon/nomail.xpm               ** NEW **
1392         * src/plugins/trayicon/trayicon.c
1393         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
1394                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
1395                 o add icon for unread mails
1396                 o set transparency for window
1397
1398 2003-03-22 [christoph]  0.8.11claws40
1399
1400         * src/news.c
1401                 init news session to prevent crash when session is closed
1402
1403 2003-03-22 [christoph]  0.8.11claws39
1404
1405         * src/imap.c
1406         * src/common/session.[ch]
1407                 Init session data to make sure we don't have invalid pointers
1408                 for read_ch and write_ch when new multi process sessions are
1409                 not used
1410
1411         * src/main.c
1412         * src/common/plugin.c
1413         * src/common/sylpheed.c
1414         * src/plugins/demo/demo.c
1415         * src/plugins/dillo_viewer/dillo_viewer.c
1416         * src/plugins/mathml_viewer/mathml_viewer.c
1417         * src/plugins/spamassassin/spamassassin.c
1418         * src/plugins/spamassassin/spamassassin_gtk.c
1419                 add plugin types to allow loading plugins at different times
1420                 (and maybe for different frontends), because it's not good to
1421                 load GTK-Plugins gefore gtk_init was called
1422
1423         * configure.ac
1424         * src/plugins/Makefile.am
1425         * src/plugins/trayicon/.cvsignore               ** NEW **
1426         * src/plugins/trayicon/Makefile.am              ** NEW **
1427         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
1428         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
1429         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
1430         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
1431         * src/plugins/trayicon/trayicon.c               ** NEW **
1432                 New Trayicon plugin that shows an icon in a systray that uses
1433                 XEMBED protocol like Gnome's systray. Icon shows if there
1434                 are new mails and a tooltip shows information about new,
1435                 unread and total messages.
1436
1437 2003-03-22 [paul]       0.8.11claws38
1438
1439         * src/common/smtp.c
1440                 fix ESMTP AUTH CRAM-MD5
1441                 [sync with main (still version 0.8.11cvs6), see
1442                  ChangeLog 2003-03-22]
1443
1444 2003-03-21 [colin]      0.8.11claws37
1445
1446         * src/send_message.c
1447                 Fix USE_SSL => USE_OPENSSL
1448
1449 2003-03-21 [colin]      0.8.11claws36
1450
1451         * src/folderview.c
1452                 Fix counts in drag and dropped subfolders
1453
1454 2003-03-21 [colin]      0.8.11claws35
1455
1456         * src/folder.c 
1457         * src/folderview.c
1458                 speed up a bit folder dnd
1459
1460 2003-03-20 [alfons]     0.8.11claws34
1461
1462         * src/main.c
1463         * src/toolbar.c
1464         * src/procmsg.c
1465                 don't send locked queue messages
1466                 (feature request "[ 705245 ] Locking message in outbox 
1467                  should prevent sending")
1468
1469 2003-03-20 [christoph]  0.8.11claws33
1470
1471         * src/folder.c
1472                 remove NEW and UNREAD flag in special folders when scanning
1473                 
1474         * src/common/smtp.c
1475                 fix ESMTP AUTH CRAM-MD5
1476
1477 2003-03-20 [paul]       0.8.11claws32
1478
1479         * src/prefs_account.c
1480                 Re-write 'Tunnel command to open connection' as
1481                 'Use command to communicate with server', and disable
1482                 it for all except IMAP accounts
1483
1484 2003-03-20 [paul]       0.8.11claws31
1485
1486         * sync with 0.8.11cvs6
1487                 see ChangeLog 2003-03-20
1488
1489 2003-03-19 [match]      0.8.11claws30
1490
1491         * src/addritem.[ch]
1492                 include documentation. minor refactoring.
1493         * src/addr_compl.[ch]
1494         * src/addrindex.[ch]
1495         * src/addresbook.[ch]
1496         * src/summaryview.c
1497                 re-enable address lookup (was disabled in
1498                 0.8.11claws20).
1499
1500 2003-03-19 [christoph]  0.8.11claws29
1501
1502         * src/procmsg.c
1503                 add temp flag handling, will make moving and copying
1504                 messages possible again
1505
1506         * src/folder.c
1507                 correct calulation of folder stats
1508
1509 2003-03-18 [match]      0.8.11claws28
1510
1511         * src/editgroup.h
1512                 remove case sensitive comparison (closes bug 80).
1513
1514 2003-03-18 [christoph]  0.8.11claws27
1515
1516         * src/imap.c
1517                 fix imap using a tunnel command
1518
1519         (closes bug 87)
1520
1521 2003-03-18 [christoph]  0.8.11claws26
1522
1523         * src/folder.[ch]
1524         * src/imap.c
1525         * src/procmsg.[ch]
1526                 rewrite flag handling for folders
1527
1528 2003-03-18 [christoph]  0.8.11claws25
1529
1530         * src/folder.c
1531         * src/procmsg.c
1532         * src/summaryview.c
1533                 unset NEW and UNREAD flags when message is ignored, to make
1534                 sure messages don't show up as unread on other IMAP clients,
1535                 because the IGNORE_THREAD flag can not be syncronized through
1536                 the IMAP folder
1537
1538 2003-03-17 [christoph]  0.8.11claws24
1539
1540         * src/imap.c
1541                 don't use recursion to fetch uids when the number of messages
1542                 does not match. Moved code into subfunction that is used
1543                 again when needed, to prevent an endless loop.
1544
1545 2003-03-17 [thorsten]   0.8.11claws23
1546
1547         * src/imageview.[ch]
1548                 export imageview_get_resized_size() (for plugins)
1549         * src/prefs_common.[ch]
1550                 added prefs_common_get() (for plugins)
1551
1552 2003-03-17 [christoph]  0.8.11claws22
1553
1554         * src/imap.c
1555                 o remove UID guessing from copy code
1556                 o support UIDPLUS extension for APPEND command
1557
1558 2003-03-17 [paul]       0.8.11claws21
1559
1560         * src/gtk/about.c
1561                 remove 'Compiled-plugins' section.
1562                 
1563         * src/plugins/dillo_viewer/dillo_viewer.c
1564                 slight change to description text
1565
1566 2003-03-16 [match]      0.8.11claws20
1567         * src/ldapserver.[ch]           ** NEW **
1568         * src/ldapctrl.[ch]             ** NEW **
1569         * src/ldapquery.[ch]            ** NEW **
1570         * src/ldaputil.[ch]             ** NEW **
1571         * src/addrcindex.[ch]           ** NEW **
1572         * src/addrquery.h               ** NEW **
1573         * src/addritem.[ch]
1574         * src/addrcache.[ch]
1575         * src/addrindex.[ch]
1576         * src/addr_compl.[ch]
1577         * src/addressbook.[ch]
1578         * src/addrbook.[ch]
1579         * src/editgroup.c
1580         * src/editaddress.c
1581         * src/editldap.c
1582         * src/editldap_basedn.c
1583         * src/vcard.c
1584         * src/jpilot.c
1585         * src/Makefile.am
1586                 included dynamic LDAP queries. improved address
1587                 completion.
1588
1589 2003-03-16 [paul]       0.8.11claws19
1590
1591         * tools/multiwebsearch.pl
1592                 fix a fatal typo
1593
1594 2003-03-16 [christoph]  0.8.11claws18
1595
1596         * src/mimeview.c
1597         * src/plugins/dillo_viewer/dillo_viewer.c
1598         * src/plugins/mathml_viewer/mathml_viewer.c
1599                 make unregistering of MimeViewerFactorys possible
1600
1601 2003-03-16 [alfons]     0.8.11claws17
1602
1603         * configure.ac
1604                 correct typo
1605
1606 2003-03-16 [melvin]     0.8.11claws16
1607
1608         * src/plugins/dillo_viewer.c
1609                 Fixed bug where it was not possible to view more than
1610                 one text/html attachment per message (bug discovered
1611                 by Christoph Hohmann).
1612
1613 2003-03-15 [melvin]     0.8.11claws15
1614
1615         * src/prefs_actions.c
1616                 Fixed compilation warnings.
1617
1618 2003-03-15 [melvin]     0.8.11claws14
1619
1620         * src/plugins/Makefile.am
1621         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
1622         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
1623         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
1624                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
1625                 newer (http://dillo.auriga.wearlab.de/).
1626
1627 2003-03-15 [christoph]  0.8.11claws13
1628
1629         * src/imap.c
1630                 don't query imap folder for attributes because we already
1631                 for them from imap_status
1632
1633         * src/mimeview.[ch]
1634                 add support for plugable MimeViewers (unloading Viewers
1635                 not yet complete)
1636
1637         * src/plugins/Makefile.am
1638         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
1639         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
1640         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
1641                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
1642                 widget from http://helm.cs.unibo.it/mml-widget/
1643
1644 2003-03-14 [christoph]  0.8.11claws12
1645
1646         * src/folder.[ch]
1647                 o error return code's should better be negative
1648                 o replace printf with debug_print
1649
1650         * src/imap.c
1651                 improve IMAP folder scan by checking UID-NEXT
1652
1653         * src/summaryview.c
1654                 remove check that are unnecessary in my opinion
1655
1656 2003-03-13 [christoph]  0.8.11claws11
1657
1658         * src/folder.[ch]
1659         * src/foldersel.c
1660         * src/folderview.c
1661         * src/imap.c
1662         * src/mbox_folder.c
1663         * src/mh.c
1664         * src/news.c
1665         * src/prefs_scoring.c
1666         * src/summaryview.c
1667                 use a common function to get a displayable name
1668                 for a FolderItem
1669
1670 2003-03-13 [paul]       0.8.11claws10
1671
1672         * tools/Makefile.am
1673           tools/README
1674           tools/multiwebsearch.conf     ** NEW FILE **
1675           tools/multiwebsearch.pl       ** NEW FILE **
1676                 add multiwebsearch Actions script
1677
1678 2003-03-13 [colin]      0.8.11claws9
1679
1680         * src/compose.c
1681                 Remove leading emtpy lines from quoted text
1682                 before quoting it
1683
1684 2003-03-13 [melvin]     0.8.11claws8
1685
1686         * src/prefs_actions.c
1687                 Fixed a memory leak
1688                 Code clean ups
1689                 Added Cancel and OK buttons
1690                 Corrected help text
1691
1692 2003-03-13 [christoph]  0.8.11claws7
1693
1694         * src/account.c
1695         * src/folder.[ch]
1696         * src/imap.c
1697         * src/mainwindow.c
1698         * src/mbox_folder.c
1699         * src/mh.c
1700         * src/news.c
1701         * src/setup.c
1702                 replace more folder type stuff with folder class stuff
1703
1704 2003-03-13 [melvin]     0.8.11claws6
1705
1706         * src/prefs_actions.c
1707                 Added new tokens:
1708                 %u: user provided argument
1709                 %h: user provided argument (hidden on input)
1710                 %s: current text selection in the message view 
1711
1712 2003-03-13 [paul]       0.8.11claws5
1713
1714         * sync with 0.8.11cvs5
1715                 see ChangeLog 2003-03-11, 2003-03-12
1716
1717 2003-03-12 [christoph]  0.8.11claws4
1718
1719         * src/folder.c
1720                 use folder class idstr when writing folderlist.xml
1721
1722         * src/folder.h
1723         * src/imap.c
1724         * src/news.c
1725                 replace folder type checks with folder class checks
1726
1727 2003-03-12 [christoph]  0.8.11claws3
1728
1729         * src/folder.[ch]
1730         * src/imap.[ch]
1731         * src/main.c
1732         * src/mbox_folder.[ch]
1733         * src/mh.[ch]
1734         * src/news.[ch]
1735                 o create a list of known folder classes in the folder system
1736                 o use folder class id strings for folder item identifiers
1737
1738 2003-03-12 [christoph]  0.8.11claws2
1739
1740         * src/imap.c
1741                 fix imap uid validity check
1742
1743 2003-03-12 [christoph]  0.8.11claws1
1744
1745         * src/account.c
1746         * src/folder.[ch]
1747         * src/foldersel.c
1748         * src/folderview.c
1749         * src/imap.c
1750         * src/mainwindow.c
1751         * src/mbox_folder.c
1752         * src/mh.c
1753         * src/news.c
1754         * src/prefs_scoring.c
1755         * src/procmsg.c
1756         * src/setup.c
1757         * src/summaryview.c
1758                 initial restructuring of folder system, seperating
1759                 folders and folder classes
1760
1761 2003-03-12 [paul]       0.8.11claws
1762
1763         0.8.11claws release
1764
1765 2003-03-12 [christoph]
1766
1767         * src/gtk/prefswindow.c
1768                 fix translation of "Page Index"
1769
1770 2003-03-12 [paul]       0.8.10claws110
1771
1772         a sync from 0.8.11cvs4 before the release
1773
1774         * src/common/utils.c
1775                 subject_compare_for_sort(): allow null strings (fixes
1776                 summary sorting).
1777
1778 2003-03-11 [paul]       0.8.10claws109
1779
1780         * po/es.po
1781                 update Spanish translation, submitted by
1782                 Ricardo Mones Lastra
1783
1784 2003-03-11 [melvin]     0.8.10claws108
1785
1786         * po/fr.po
1787                 Updated French translations
1788
1789 2003-03-11 [paul]       0.8.10claws107
1790
1791         * manual/en/Makefile.am
1792           manual/en/*.html
1793                 update English manual, add a new page
1794                 updated by Francois Barriere <fbarriere@atmel.fr>
1795                 
1796         * po/bg.po
1797           po/it.po
1798           po/sr.po
1799                 update Bulgarian, Italian, and Serbian translations
1800                 submitted by George Danchev, Alessandro Maestri, and
1801                 Urke MMI
1802
1803 2003-03-10 [paul]       0.8.10claws106
1804
1805         * src/gtk/about.c
1806           src/gtk/prefswindow.c
1807                 make some strings translatable
1808
1809 2003-03-10 [darko]      0.8.10claws105
1810
1811         * src/compose.c
1812                 code cleanup to make Hiro happy
1813
1814 2003-03-10 [paul]       0.8.10claws104
1815
1816         * sync with 0.8.11cvs2
1817                 see ChangeLog 2003-03-10
1818
1819 2003-03-09 [melvin]     0.8.10claws103
1820
1821         * src/textview.c
1822                 textview_set_font(): fix for message display in
1823                 UTF-8 locales (thanks to Sergey Vlasov).
1824                 (was unintentionnaly reverted in 0.8.6claws6)   
1825
1826 2003-03-08 [darko]      0.8.10claws102
1827
1828         * src/compose.c
1829                 fix infinite loop in wrapping as reported
1830                 by happycactus
1831                 obsoletes patch #696482
1832
1833 2003-03-08 [christoph]  0.8.10claws101
1834
1835         * src/imap.c
1836                 add workaround for IMAP servers that do not
1837                 support the "UID SEARCH UID" command
1838
1839 2003-03-07 [christoph]  0.8.10claws100
1840
1841         * src/plugins/spamassassin/spamassassin.[ch]
1842         * src/plugins/spamassassin/spamassassin_gtk.c
1843                 code cleanup
1844
1845 2003-03-07 [paul]       0.8.10claws99
1846
1847         * po/es.po
1848                 updated Spanish translation, submitted by
1849                 Ricardo Mones Lastra
1850
1851 2003-03-07 [christoph]  0.8.10claws98
1852
1853         * src/send.c
1854                 fix in 0.8.10claws94 was wrong
1855                 local delivery does not require escaping, remove escaping
1856                 code to make signatures of mails with "." lines valid
1857                 
1858                 NOTE: requires that sendmail is executed with "-i" option,
1859                       what is the default now, but has to be changed in all
1860                       exsiting accounts)
1861
1862 2003-03-07 [paul]       0.8.10claws97
1863
1864         * sync with 0.8.11 release
1865                 see ChangeLog 2003-03-07
1866
1867 2003-03-06 [paul]       0.8.10claws96
1868
1869         * src/compose.c
1870                 revert commit 0.8.10claws92
1871
1872 2003-03-06 [paul]       0.8.10claws95
1873
1874         * src/folderview.c
1875                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
1876
1877         * src/gtkaspell.c
1878                 fix bug 74, 'Crash opening editor window with pseudo-color
1879                 display'
1880                 
1881         Patches submitted by Kevin Vigor <kevin@vigor.nu>
1882
1883 2003-03-06 [christoph]  0.8.10claws94
1884
1885         * src/send.c
1886                 fix rfc2821 (4.5.2) violation in SMTP data sending,
1887                 all lines starting with a period get an extra period
1888                 inserted
1889                 (found by Simon 'corecode' Schubert)
1890
1891 2003-03-06 [paul]       0.8.10claws93
1892
1893         * src/folderview.c
1894                 if configured font can't be loaded fall back to gtk
1895                 default. (with thanks to Christoph)
1896                 
1897                 closes long-standing bug 15 'Crashes on startup'
1898
1899 2003-03-06 [paul]       0.8.10claws92
1900
1901         * src/compose.c
1902                 freeze text before autosave and thaw afterwards
1903                 fixes bug 67 'autosave make re-rediting message crazy'
1904
1905 2003-03-06 [christoph]  0.8.10claws91
1906
1907         * src/compose.c
1908                 ignore address comment in dupe check for Cc-list
1909
1910         (closes reopened bug 47 Replying to message strips name part of
1911          e-mail addresses of Cc: lines)
1912
1913 2003-03-06 [paul]       0.8.10claws90
1914
1915         * src/Makefile.am
1916                 remove reference to gtkxtext.h as its no longer in
1917                 the repository
1918
1919 2003-03-06 [paul]       0.8.10claws89
1920
1921         * sync with 0.8.10cvs25
1922                 see ChangeLog 2003-03-06
1923
1924 2003-03-06 [oliver]     0.8.10claws88
1925         
1926         * src/messageview.c
1927                 remove include
1928
1929 2003-03-06 [oliver]     0.8.10claws87
1930         
1931         * src/folderview.c 
1932                 remove changes introduced inclaws74
1933         * src/messageview.c
1934                 another attempt to sanely delete and update
1935                 messages deleted in separate messageview
1936
1937 2003-03-05 [christoph]  0.8.10claws86
1938
1939         * src/summaryview.c
1940                 check if "From" matches any account's address if
1941                 addressbook completion of addresses is disabled too
1942
1943         (closes Bug 70 "Display recipient in from" doesn't check
1944          folder's default account)
1945
1946 2003-03-05 [christoph]  0.8.10claws85
1947
1948         * src/compose.c
1949         * src/common/utils.[ch]
1950                 don't strip address comments when building Cc lists
1951
1952         (closes Bug 47 Replying to message strips name part of e-mail addresses
1953          of Cc: lines)
1954
1955         * src/folder.c
1956                 fix return value of copy function
1957
1958 2003-03-05 [christoph]  0.8.10claws84
1959
1960         * src/imap.c
1961                 don't ask imap server for non rfc822 headers
1962
1963         (closes bug 71 IMAP FETCH asks for FROM header field twice)
1964
1965         * src/imap.c
1966                 destroy session on socket error to allow reconnecting
1967
1968 2003-03-05 [christoph]  0.8.10claws83
1969
1970         * configure.ac
1971                 fix building with gnome when no prefix is set
1972
1973         (closes bug 66 Gnome directory is set to NONE)
1974
1975 2003-03-05 [paul]       0.8.10claws82
1976
1977         * sync with 0.8.10cvs23
1978                 see ChangeLog 2003-03-05
1979
1980 2003-03-04 [christoph]  0.8.10claws81
1981
1982         * src/folder.c
1983                 o fix moving and copying when folder returns 0 for new
1984                   message number
1985                 o remove some code for single message copy and move
1986                   operations and use functions for multiple messages
1987
1988         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
1989
1990         * src/news.c
1991                 remove unused include
1992
1993 2003-03-04 [paul]       0.8.10claws80
1994
1995         * src/gtk/about.c
1996                 list 'Compiled plugins'
1997
1998 2003-03-03 [christoph]  0.8.10claws79
1999
2000         * src/news.[ch]
2001                 have to multiply the percentage of the current fetch with
2002                 the percentage that it has of the total fetch operation
2003                 for correct values
2004
2005 2003-03-03 [christoph]  0.8.10claws78
2006
2007         * src/news.c
2008                 fix calculation of expected lines for progress indicator
2009
2010 2003-03-03 [christoph]  0.8.10claws77
2011
2012         * src/summaryview.c
2013         * src/common/utils.c
2014                 fix segfault when opening the root news folder
2015
2016 2003-03-03 [christoph]  0.8.10claws76
2017
2018         * src/mainwindow.[ch]
2019         * src/common/Makefile.am
2020         * src/common/progressindicator.[ch]
2021                 add UI independent progress indicator handling
2022
2023         * src/news.[ch]
2024                 use new progress indicator for message info fetching
2025
2026         * src/common/hooks.h
2027                 code cleanup
2028
2029 2003-03-03 [oliver]     0.8.10claws75
2030
2031         * src/toolbar.c
2032         * src/compose.c
2033                 removed commented code
2034
2035 2003-03-03 [oliver]     0.8.10claws74
2036
2037         * src/toolbar.[ch]
2038                 cleanups and refactoring
2039         * src/compose.[ch]
2040                 compose_reply_mode reply & forwarding interface for
2041                 toolbar buttons
2042         * src/folderview.c
2043                 act on messages marked for deletion in folderview_selected
2044                 based on prefs_common.immediate_exec since a message might 
2045                 have been deleted by messageview in a folder we are changing 
2046                 to (does anybody understand what I'm on about ?)
2047
2048 2003-03-03 [oliver]     0.8.10claws73
2049         
2050         * src/messageview.[ch]
2051                 new functions
2052                 - messageview_delete: delete message shown in messagview
2053                 - messageview_update_view: update messageview to currently 
2054                   selected summaryview message
2055                 - add separate messageview to msgview_list in order to update 
2056                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2057         * src/summaryview.[ch]
2058                 summary_get_selection returns a list of selected msgs
2059                 in summaryview
2060         * src/mainwindow.c
2061                 toolbar reply refactoring
2062
2063 2003-03-03 [paul]       0.8.10claws72
2064
2065         * sync with 0.8.10cvs21
2066                 see ChangeLog 2003-03-03
2067
2068 2003-03-02 [christoph]  0.8.10claws71
2069
2070         * src/common/passcrypt.c
2071                 use POSIX includes
2072
2073 2003-03-02 [christoph]  0.8.10claws70
2074
2075         * configure.ac
2076         * src/prefs_account.c
2077         * src/prefs_gtk.[ch]
2078         * src/common/.cvsignore
2079         * src/common/Makefile.am
2080         * src/common/passcrypt.c                ** NEW **
2081         * src/common/passcrypt.h.in             ** NEW **
2082                 Implement password encryption in config files
2083                 using unix encrypt and setkey functions. The crypt
2084                 key can be set as a configure parameter. Old
2085                 passwords will be converted if they do not begin
2086                 with '!'
2087
2088 2003-03-02 [paul]       0.8.10claws69
2089
2090         * src/prefs_account.c
2091                 fix compile error
2092
2093 2003-03-01 [thorsten]   0.8.10claws68
2094
2095         * po/el.po
2096           po/hr.po
2097           po/it.po
2098           po/nl.po
2099           po/sr.po
2100           po/sv.po
2101                 corrected format strings
2102         * po/en_GB.po
2103                 corrected headers
2104                 (fix compile errors with GNU gettext-0.11.5)
2105
2106 2003-03-01 [oliver]     0.8.10claws67
2107
2108         * src/summaryview.c
2109                 menu callbacks call toolbar_menu_reply
2110
2111 2003-03-01 [oliver]     0.8.10claws66
2112
2113         * src/mainwindow.c
2114         * src/messageview.c
2115                 menu callbacks call toolbar_menu_reply
2116         * src/toolbar.[ch]
2117                 callbacks from menu handled by toolbar_menu_reply
2118
2119 2003-03-01 [paul]       0.8.10claws65
2120
2121         * src/addressbook.c
2122                 revert commit 0.8.10claws54 - breaks editing of
2123                 addressbook.
2124                 
2125         * po/bg.po
2126                 update Bulgarian translation, submitted by
2127                 George Danchev
2128
2129 2003-02-28 [christoph]  0.8.10claws64
2130
2131         * src/account.c
2132         * src/addressadd.c
2133         * src/compose.c
2134         * src/gtkaspell.c
2135         * src/gtkxtext.h                ** REMOVE **
2136         * src/imap.c
2137         * src/matcher.[ch]
2138         * src/mh.c
2139         * src/news.c
2140         * src/pine.c
2141         * src/prefs_common.c
2142         * src/prefs_matcher.c
2143         * src/procheader.[ch]
2144         * src/procmsg.[ch]
2145         * src/toolbar.c
2146         * src/common/ssl_certificate.c
2147         * src/gtk/colorlabel.c
2148         * src/gtk/menu.c
2149                 o fix warnings
2150                 o remove code obsoleted by new cache and folder system rework
2151
2152 2003-02-28 [oliver]     0.8.10claws63
2153         
2154         * src/toolbar.[ch]
2155                 * fix bug where reply in Messageview replied to 
2156                 Message displayed in summaryview
2157                 (reportedd via ML by chinatinte at gmx dot ch)
2158                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2159                 didn't work in separate MessageView Toolbar
2160                 (wondering if anybody uses this at all ?)
2161         * src/summaryview.[ch]
2162                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2163                 (generalize reply and forward code);
2164         * src/messageview.c 
2165                 remove focus_in event which updated summaryview to messageview
2166
2167 2003-02-28 [paul]       0.8.10claws62
2168
2169         * po/Makefile.in.in
2170                 add the --check option
2171                 Patch submitted by Ricardo Mones Lastra
2172
2173 2003-02-28 [paul]       0.8.10claws61
2174
2175         * src/prefs_account.c
2176                 re-order 'Signature' items
2177
2178 2003-02-28 [paul]       0.8.10claws60
2179
2180         * sync with 0.8.10cvs20
2181                 see ChangeLog 2003-02-28
2182
2183 2003-02-28 [paul]       0.8.10claws59
2184
2185         * po/POTFILES.in
2186                 update to reflect recent movement of files
2187
2188 2003-02-28 [paul]       0.8.10claws58
2189
2190         * sync with 0.8.10cvs19
2191                 see ChangeLog 2003-02-28
2192
2193 2003-02-27 [martin]     0.8.10claws57
2194
2195         * src/prefs_matcher.c 
2196                 fix segfault in prefs_matcher_ok() when the
2197                 last entry is deleted and prevents that the
2198                 message "entry not saved" comes up after deleting
2199                 an entry
2200
2201 2003-02-27 [martin]     0.8.10claws56
2202
2203         * src/prefs_filtering.c 
2204                 fix segfault in prefs_filtering_ok() when the
2205                 last entry is deleted and prevents that the
2206                 message "entry not saved" comes up after deleting
2207                 an entry
2208
2209 2003-02-27 [paul]       0.8.10claws55
2210
2211         * sync with 0.8.10cvs18
2212                 see ChangeLog 2003-02-27
2213
2214 2003-02-27 [paul]       0.8.10claws54
2215
2216         * src/addressbook.c
2217                 fix bug where the address book crashes with 
2218                 multiple lookups.
2219                 Patch [687729] submitted by David Frager 
2220                 <dbfrager@users.sourceforge.net>
2221
2222 2003-02-25 [christoph]  0.8.10claws53
2223
2224         * src/Makefile.am
2225         * src/colorlabel.[ch]           ** REMOVE **
2226         * src/gtk/Makefile.am
2227         * src/gtk/colorlabel.[ch]       ** NEW **
2228                 move colorlabel files to gtk directory
2229
2230         * src/esmtp.[ch]                ** REMOVE **
2231                 has been merged into smtp.[ch] in 0.7.5
2232
2233 2003-02-25 [christoph]  0.8.10claws52
2234
2235         * src/Makefile.am
2236         * src/about.[ch]                ** REMOVE **
2237         * src/gtk/Makefile.am
2238         * src/gtk/about.[ch]            ** NEW **
2239                 move about files to gtk directory
2240
2241 2003-02-25 [christoph]  0.8.10claws51
2242
2243         * src/folder.c
2244                 some code optimization of folder scanning code
2245
2246         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
2247
2248 2003-02-25 [christoph]  0.8.10claws50
2249
2250         * src/main.c
2251         * src/common/sylpheed.c
2252                 add command line parameter parsing to common code
2253
2254 2003-02-24 [christoph]
2255
2256         * Makefile.am
2257         * configure.ac
2258                 fix gnome prefix problems, the configure script now removed
2259                 `gnome-config --prefix` from `gnome-config --datadir`
2260                 and adds $(prefix} instead
2261
2262         (closes Bug 24 Makefile does not respect prefix when installing
2263          GNOME data)
2264
2265 2003-02-24 [christoph]  0.8.10claws49
2266
2267         * src/news.c
2268                 check for valid session before trying to authenticate
2269
2270         (closes Bug 60 crash if "authenticate on logon" is activated
2271          and newsserver-hostname is not valid)
2272
2273 2003-02-24 [melvin]     0.8.10claws48
2274
2275         * src/prefs_actions.c
2276                 Make sure all user's input is sent to the action and then
2277                 close the socket..
2278
2279 2003-02-23 [alfons]     0.8.10claws46
2280
2281         * src/summaryview.c
2282                 also wait cursor when deleting files
2283
2284 2003-02-23 [paul]
2285
2286         * tools/freshmeat_search.pl
2287           tools/google_search.pl
2288                 scripts should now work for any browser/browser command line
2289
2290 2003-02-22 [christoph]  0.8.10claws45
2291
2292         * src/procmsg.c
2293                 fix IMAP flag setting, IMAP flag is not handled correctly
2294                 anymore by the folder system and information about the
2295                 folder should not be saved in the MsgInfo (in my opinion)
2296
2297         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2298
2299 2003-02-22 [christoph]  0.8.10claws44
2300
2301         * src/summaryview.c
2302                 fix spelling of "label" ;-)
2303
2304 2003-02-22 [thorsten]   0.8.10claws43
2305
2306         * src/mimeview.c
2307           src/prefs_common.[ch]
2308           src/procmime.[ch]
2309                 do not use description as attachment name
2310
2311 2003-02-22 [alfons]     0.8.10claws42
2312
2313         * src/summaryview.c
2314                 freeze/thaw folder item updates when changing color labels,
2315                 and put a wait cursors on
2316
2317 2003-02-22 [thorsten]   0.8.10claws41
2318
2319         * src/mimeview.c
2320                 save-all fixes: crash if invoked on multipart container,
2321                 mimeinfo access, pathseparators, error dialog
2322
2323 2003-02-21 [alfons]     0.8.10claws40
2324
2325         * src/prefs_gtk.c
2326                 remove unused var
2327
2328 2003-02-21 [colin]      0.8.10claws39
2329
2330         * src/send.c
2331                 Fix smtp logging
2332
2333 2003-02-21 [colin]      0.8.10claws38
2334
2335         * src/summaryview.c
2336                 Freeze/thaw folderItem updates when filtering messages 
2337                 via Tools/Filter messages
2338
2339 2003-02-21 [paul]       0.8.10claws37
2340
2341         * src/compose.c
2342                 revert commit 0.8.10claws26, there are ulterior motives
2343                 for users to set a Reply-To header when posting to
2344                 newsgroups
2345
2346 2003-02-21 [paul]       0.8.10claws36
2347
2348         * sync with 0.8.10cvs17
2349                 see ChangeLog 2003-02-21
2350
2351 2003-02-20 [christoph]  0.8.10claws35
2352
2353         * src/imap.c
2354                 IMAP UID fetch speedup using SEARCH
2355
2356         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2357
2358         * src/imap.c
2359                 fix problem with UIDs in IMAP UID cache that no longer existed
2360
2361 2003-02-20 [christoph]  0.8.10claws34
2362
2363         * src/imap.c
2364         * src/procheader.c
2365         * src/procheader.h
2366                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
2367
2368         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2369
2370         * src/imap.c
2371                 Rewrite imap_cmd_gen_recv use sock_getline instead
2372                 of sock_gets to avoid problems with too long reply
2373                 lines
2374     
2375 2003-02-20 [colin]      0.8.10claws33
2376         
2377         * src/prefs_account.c
2378                 Better wording
2379
2380 2003-02-20 [colin]      0.8.10claws32
2381
2382         * src/compose.c
2383                 Remove useless '&& !to_sender' 
2384
2385 2003-02-20 [darko]
2386
2387         * AUTHORS
2388                 change my e-mail address
2389
2390 2003-02-19 [colin]      0.8.10claws31
2391
2392         * src/prefs_common.c
2393                 X11 style colors for every configurable color
2394
2395 2003-02-19 [alfons]     0.8.10claws30
2396
2397         * src/prefs_gtk.[ch]
2398         * src/prefs_common.c
2399                 for color_new accept both plain integers and X11 style color
2400                 names (as found in /usr/lib/X11/rgb.txt)
2401
2402 2003-02-19 [paul]       0.8.10claws29
2403
2404         * src/mainwindow.c
2405                 add tooltips to online/offline button and account selector
2406                 button
2407
2408 2003-02-19 [paul]       0.8.10claws28
2409
2410         * src/folder.c
2411           src/news.c
2412           src/prefs_account.[ch]
2413           src/prefs_common.[ch]
2414                 move 'Maximum number of articles to download' to
2415                 account prefs.
2416                 clean up account prefs gui a little by hiding entries
2417                 rather then greying out entries
2418
2419 2003-02-19 [hiro]       0.8.10claws27
2420
2421         * src/common/utils.c
2422                 fix bug #54 'yesterdays date is displayed in the message 
2423                 summary window'
2424
2425 2003-02-19 [paul]       0.8.10claws26
2426
2427         * src/compose.c
2428                 fix bug reported in Feature Request [688596] 
2429                 'Reply-to header in news'
2430
2431 2003-02-18 [paul]       0.8.10claws25
2432
2433         * src/select-keys.c
2434                 add a 'List all keys' button to key selection dialog
2435
2436 2003-02-18 [colin]      0.8.10claws24
2437         
2438         * src/stock_pixmap.c
2439                 fix compile error
2440
2441 2003-02-18 [colin]      0.8.10claws23
2442
2443         * src/common/smtp.[ch]
2444           src/prefs_account.c
2445                 Try to starttls if it seems to be the only
2446                 way to authenticate a user
2447
2448 2003-02-18 [paul]       0.8.10claws22
2449
2450         * src/Makefile.am
2451           src/folderview.c
2452           src/stock_pixmap.[ch]
2453           src/pixmaps/drafts_close.xpm  ** NEW FILE **
2454           src/pixmaps/drafts_open.xpm   ** NEW FILE **
2455                 as a Drafts folder is a special folder allow it to have
2456                 its own unique icons
2457
2458 2003-02-18 [colin]      0.8.10claws21
2459
2460         * src/imap.c
2461                 Fix port selection when using starttls
2462
2463 2003-02-18 [paul]       0.8.10claws20
2464
2465         * src/mainwindow.c
2466           src/prefs_common.[ch]
2467                 make blue the default new mail colour
2468
2469 2003-02-18 [paul]       0.8.10claws19
2470
2471         * sync with 0.8.10cvs14
2472                 see ChangeLog 2003-02-18
2473
2474 2003-02-17 [jens]       0.8.10claws18
2475
2476         * src/common/md5.c
2477                 fixed a compile problem with gcc 3.3
2478                 works on 2.95.3 too (testet on PPC as it is big endian)
2479
2480 2003-02-17 [paul]       0.8.10claws17
2481
2482         * sync with 0.8.10cvs13
2483                 see ChangeLog 2003-02-17
2484
2485 2003-02-17 [paul]       0.8.10claws16
2486
2487         * sync with 0.8.10cvs12
2488                 see ChangeLog 2003-02-17
2489
2490 2003-02-16 [match]      0.8.10claws15
2491
2492         * src/addressbook.c
2493                 Eliminates reloading of address data when items
2494                 deleted or added. Applied submitted by
2495                 Luke Plant <lukeplant@softhome.net>
2496
2497 2003-02-16 [paul]       0.8.10claws14
2498
2499         * src/news.c
2500                 when a 'protocol error' is encountered disconnect from
2501                 the server. This means that the user can carry on viewing
2502                 other articles and doesn't have to either wait until the
2503                 server timesout or quit sylpheed.
2504                 Fixes bug #53 'Unable to read messages in newsgroups, 
2505                 displayed message doesn't change'
2506
2507 2003-02-15 [christoph]  0.8.10claws13
2508
2509         * src/imap.c
2510                 fix bug that stopped scanning of folders when an
2511                 IMAP folder was empty
2512
2513         (closes bug 46 stop scan messages in folders after empty folder)
2514
2515 2003-02-15 [paul]
2516
2517         * tools/Makefile.am
2518           tools/README
2519           tools/freshmeat_search.pl     ** NEW FILE **
2520           tools/google_search.pl        ** NEW FILE **
2521                 Add 2 Actions scripts which search freshmeat/google
2522                 for the selected text using the browser configured
2523                 in sylpheedrc.
2524                 
2525         Note: These scripts are very dependent on the format of the
2526         browser command and may not work on every occasion. Testing
2527         is welcome. 
2528
2529 2003-02-14 [alfons]     0.8.10claws12
2530
2531         * src/compose.c
2532                 fix breakage because of uninitialized account pointer.
2533                 please verify.
2534
2535 2003-02-14 [paul]       0.8.10claws11
2536
2537         * src/compose.c
2538           src/prefs_account.[ch]
2539           src/prefs_common.[ch]
2540                 move signature settings to Account Prefs
2541
2542 2003-02-14 [paul]       0.8.10claws10
2543
2544         * sync with 0.8.10cvs11
2545                 see ChangeLog 2003-02-14
2546
2547 2003-02-13 [thorsten]   0.8.10claws9
2548
2549         * src/news.c
2550                 revert news progressbar (GUI separation)
2551
2552 2003-02-13 [paul]       0.8.10claws8
2553
2554         * src/compose.c
2555                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
2556                 paragraph 1
2557
2558 2003-02-13 [paul]       0.8.10claws7
2559
2560         * src/compose.[ch]
2561           src/summaryview.c
2562                 fix 'Follow-up and Reply-to' so that it creates a reply to
2563                 the newsgroup and the sender. If the message has the keyword
2564                 'poster' in the Followup-To header, all replies go to the
2565                 sender, re: RFC 1036, Section 2.2.3
2566                 rename all instances of 'ignore_replyto' to 'to_sender', both
2567                 were previously used, now we use just one.
2568
2569 2003-02-13 [paul]       0.8.10claws6
2570
2571         * sync with 0.8.10cvs9
2572                 see ChangeLog 2003-02-13
2573
2574 2003-02-13 [paul]       0.8.10claws5
2575
2576         * configure.ac
2577                 show which plugins are configured in the configure
2578                 output.
2579
2580 2003-02-12 [thorsten]   0.8.10claws4
2581
2582         * src/news.c
2583                 show progress while fetching news headers
2584
2585 2003-02-12 [christoph]  0.8.10claws3
2586
2587         * configure.ac
2588         * src/plugins/Makefile.am
2589                 use AM_CONDITIONAL to enable plugins, automake correctly
2590                 manages this when creating distdir
2591
2592 2003-02-12 [christoph]  0.8.10claws2
2593
2594         * ac/spamassassin.m4
2595         * src/plugins/spamassassin/Makefile.am
2596                 fix building SpamAssassin plugin without OpenSSL
2597
2598 2003-02-12 [paul]       0.8.10claws1
2599
2600         * ac/Makefile.am
2601           src/Makefile.am
2602           src/plugins/Makefile.am
2603                 fix failure of 'make release'
2604
2605 2003-02-12 [paul]       0.8.10claws
2606
2607         * 0.8.10claws released
2608
2609 2003-02-12 [paul]       0.8.9claws56
2610
2611         * po/bg.po
2612           po/es.po
2613           po/it.po
2614           po/ru.po
2615           po/sr.po
2616                 updated translations by George Danchev, Ricardo Mones Lastra,
2617                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
2618                 
2619         * sylpheed.spec.in
2620                 Allow the building of RPMs by a regular user. Submitted
2621                 by Sergei Astanin
2622
2623 2003-02-11 [alfons]     0.8.9claws55
2624
2625         * src/colorlabel.c
2626                 don't use pixmaps for label color rect but draw rectangles
2627                 so we can respect the color map of palette based visuals
2628                 (fixes the long time crashes on Suns - thanks to Andreas
2629                 Engel and Steve O'Hara-Smith for testing)
2630
2631 2003-02-11 [christoph]  0.8.9claws54
2632
2633         * src/matcher_parser_parse.y
2634                 correct bug where filering rules of not existing folders in
2635                 matcherrc were added to global filtering
2636                 
2637         (closes Debian Bug #180253 - Directory's filter-rules are merged with
2638          main filter-rules after removing directory, http://bugs.debian.org/180253)
2639         
2640 2003-02-11 [paul]       0.8.9claws53
2641
2642         * sync with 0.8.10cvs7
2643                 see ChangeLog 2003-02-09
2644
2645 2003-02-11 [melvin]     0.8.9claws52
2646
2647         * po/fr.po
2648                 Updated French tranlsations
2649
2650 2003-02-10 [paul]       0.8.9claws51
2651
2652         * sylpheed.spec.in
2653                 correct --enable-openssl
2654                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
2655
2656 2003-02-09 [martin]     0.8.9claws50
2657
2658         * src/prefs_matcher.c
2659                 fix segfault in prefs_matcher_substitute_cb() when
2660                 no row is selected
2661
2662 2003-02-09 [paul]       0.8.9claws49
2663
2664         * src/folderview.c
2665                 fix bug where a newsgroup folder's processing rules were
2666                 merged with the global filtering rules when the newsgroup
2667                 folder was deleted, causing some seriously bad results,
2668                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
2669
2670 2003-02-08 [melvin]     0.8.9claws48
2671
2672         * src/compose.c
2673                 Corrected and modified an alert message.
2674
2675 2003-02-07 [paul]       0.8.9claws47
2676
2677         * src/folderview.c
2678                 fix bug where both an 'Account properties' window and a
2679                 'Folder properties' window were opened when clicking on
2680                 'Properties' in an NNTP or IMAP folder's popup menu.
2681
2682 2003-02-07 [paul]       0.8.9claws46
2683
2684         * sync with 0.8.10cvs6
2685                 see ChangeLog 2003-02-06
2686
2687 2003-02-06 [christoph]  0.8.9claws45
2688
2689         * src/mbox.c
2690                 freeze folder updates while importing mbox files
2691                 (closes bug 43 importing mbox took hours)
2692                 
2693         Patch submitted by Jens Rantil <jens.rantil@telia.com>
2694
2695 2003-02-06 [thorsten]   0.8.9claws44
2696
2697         * po/de.po
2698                 Updated german translations
2699
2700 2003-02-06 [thorsten]   0.8.9claws43
2701
2702         * src/news.h
2703                 use guint for message numbers (fix count in grouplist dialog)
2704
2705 2003-02-05 [paul]       0.8.9claws42
2706
2707         * sync with 0.8.10cvs2
2708                 see ChangeLog 2003-02-05
2709
2710 2003-02-04 [colin]      0.8.9claws41
2711
2712         * src/prefs_common.[ch]
2713           src/procmsg.c
2714           src/summaryview.c
2715                 Add an option to disable threading by subject
2716
2717 2003-02-04 [christoph]  0.8.9claws40
2718
2719         * src/inc.c
2720                 only abort fetching mails from multiple accounts when the
2721                 error is fatal and does not allow to check any more accounts
2722                 (currently only disk full error)
2723
2724         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
2725          receive mails for other accouts)
2726
2727 2003-02-04 [christoph]  0.8.9claws39
2728
2729         * src/folder.c
2730                 first add the new message to the cache, then
2731                 send the update notification
2732
2733         (closes bug 39 after sending message folderview doesnt get updated)
2734
2735 2003-02-04 [colin]      0.8.9claws38
2736
2737         * src/inc.c
2738                 _really_ fix this Connecting... status
2739
2740 2003-02-04 [paul]       0.8.9claws37
2741
2742         * sync with 0.8.10
2743                 see ChangeLog 2003-02-04
2744
2745 2003-02-04 [paul]       0.8.9claws36
2746
2747         * sync with 0.8.9cvs6
2748                 see ChangeLog 2003-02-03
2749
2750 2003-02-04 [paul]       0.8.9claws35
2751
2752         * po/pt_BR.po
2753                 updated by André Filipe de Assunção e Brito 
2754                 <bedecko@netsite.com.br>
2755
2756 2003-02-03 [thorsten]   0.8.9claws34
2757
2758         * po/de.po
2759                 Updated german translations
2760
2761 2003-02-02 [paul]       0.8.9claws33
2762
2763         * po/es.po
2764                 updated by Ricardo Mones Lastra
2765
2766 2003-02-02 [thorsten]   0.8.9claws32
2767
2768         * src/mh.c
2769                 Fix mh_get_msginfo() segfault if file is inaccessible
2770
2771 2003-01-31 [colin]      0.8.9claws31
2772
2773         * src/procheader.c
2774                 Fix last commit's bug
2775
2776 2003-01-31 [colin]      0.8.9claws30
2777
2778         * src/procheader.c
2779                 Missing a change for gpg-signed messages
2780
2781 2003-01-31 [paul]       0.8.9claws29
2782
2783         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
2784           src/procheader.c
2785           src/stock_pixmap.[ch]
2786           src/summaryview.c
2787                 indicate GnuPG signed messages by displaying an icon
2788                 in the Attachment column.
2789
2790 2003-01-31 [paul]       0.8.9claws28
2791
2792         * sync with 0.8.9cvs4
2793                 see ChangeLog 2003-01-31
2794
2795 2003-01-31 [alfons]     0.8.9claws27
2796
2797         * src/textview.c
2798                 tune URI parser to accept mailto URLs with a '?'
2799                 (patch from Ruslan Balkin)
2800
2801 2003-01-31 [colin]      0.8.9claws26
2802
2803         * src/summaryview.c
2804                 Fix a leak introduced in claws24
2805
2806 2003-01-31 [colin]      0.8.9claws25
2807
2808         * src/summaryview.c
2809                 Freeze/Thaw folder updates when deleting dups
2810
2811 2003-01-31 [colin]      0.8.9claws24
2812         
2813         * src/addr_compl.c
2814           src/summaryview.c
2815           src/msgcache.c
2816                 little speed improvements
2817
2818 2003-01-31 [colin]      0.8.9claws23
2819
2820         * src/summaryview.c
2821                 Fix segfault when forwarding nothing
2822                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
2823                 
2824 2003-01-30 [paul]       0.8.9claws22
2825
2826         * sync with 0.8.9cvs3
2827                 see ChangeLog 2003-01-30
2828
2829 2003-01-30 [paul]       0.8.9claws21
2830
2831         * sync with 0.8.9cvs2
2832                 see ChangeLog 2003-01-30
2833
2834 2003-01-29 [paul]       0.8.9claws20
2835
2836         * sync with 0.8.9cvs1
2837                 see ChangeLog 2003-01-29
2838
2839 2003-01-28 [paul]       0.8.9claws19
2840
2841         * po/POTFILES.in
2842                 update to reflect changes. 
2843                 thanks to Ricardo Mones Lastra
2844
2845 2003-01-27 [christoph]  0.8.9claws18
2846
2847         * ac/openssl.m4
2848         * ac/spamassassin.m4
2849         * src/plugins/spamassassin/README
2850         * src/plugins/spamassassin/libspamc.[ch]
2851         * src/plugins/spamassassin/utils.[ch]
2852                 updated to latest libspamc
2853
2854 2003-01-27 [christoph]  0.8.9claws17
2855
2856         * src/folder.c
2857                 fix wrong use of procheader_get_header_fields
2858
2859 2003-01-27 [christoph]  0.8.9claws16
2860
2861         * src/news.c
2862         * src/prefs_account.[ch]
2863         * src/common/nntp.[ch]
2864                 allow to force authentication for NNTP servers
2865
2866         Patch submitted by Florian Mickler <dmk@d-labs.de>
2867
2868 2003-01-26 [paul]       0.8.9claws15
2869
2870         * src/summaryview.c
2871                 speed up of marking messages as read
2872                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
2873
2874 2003-01-26 [christoph]  0.8.9claws14
2875
2876         * src/Makefile.am
2877         * src/mgutils.[ch]              ** REMOVE **
2878         * src/xml.[ch]                  ** REMOVE **
2879         * src/xmlprops.[ch]             ** REMOVE **
2880         * src/common/Makefile.am
2881         * src/common/mgutils.[ch]       ** NEW **
2882         * src/common/xml.[ch]           ** NEW **
2883         * src/common/xmlprops.[ch]      ** NEW **
2884                 move xml files to common directory
2885
2886 2003-01-26 [christoph]  0.8.9claws13
2887
2888         * src/plugins/spamassassin/spamassassin_gtk.c
2889                 only set gtk entry text if string is available
2890
2891 2003-01-26 [melvin]     0.8.9claws12
2892
2893         * src/description_window.c
2894                 Allow resizing of the window
2895                 Allow automatic horizontal scroll bar
2896                 Do not vertically expand and fill
2897
2898 2003-01-26 [christoph]  0.8.9claws11
2899
2900         * src/Makefile.am
2901         * src/gtkutils.[ch]             ** REMOVE **
2902         * src/common/sylpheed.c
2903         * src/gtk/Makefile.am
2904         * src/gtk/description_window.c
2905         * src/gtk/gtkutils.[ch]         ** NEW **
2906         * src/gtk/prefswindow.c
2907                 move gtkutils to gtk directory
2908
2909 2003-01-26 [paul]       0.8.9claws10
2910
2911         * src/summaryview.c
2912                 rename summary_unread_clicked() to summary_status_clicked()
2913
2914 2003-01-26 [melvin]     0.8.9claws9
2915
2916         * src/prefs_actions.c
2917                 Cosmetical changes to the help text
2918
2919 2003-01-26 [paul]       0.8.9claws8
2920
2921         * src/folder.[ch]
2922           src/mainwindow.c
2923           src/prefs_common.c
2924           src/prefs_sumamry_column.c
2925           summaryview.[ch]
2926                 rename the 'Unread' column to 'Status'
2927
2928 2003-01-25 [match]      0.8.9claws7
2929
2930         * src/mgutils.[ch]
2931                 removed reference to LDAP constants. removed error2string.
2932                 included functions to support LDAP dynamic queries.
2933         * src/syldap.h
2934                 moved LDAP constants here.
2935         * src/addressbook.c
2936         * src/addrindex.c
2937         * src/importldif.c
2938                 removed references to LDAP constants and references to
2939                 error2string.
2940
2941 2003-01-25 [paul]       0.8.9claws6
2942
2943         * src/summaryview.c
2944                 summary_thread_build(), summary_thread_init(): remove 
2945                 unneeded reference to summaryview->folder_item
2946
2947 2003-01-25 [christoph]  0.8.9claws5
2948
2949         * src/gtk/description_window.c
2950                 o allow description texts to expand over multiple columns
2951                 o translate all columns
2952         * src/prefs_actions.c
2953                 change syntax description to use new multi column feature
2954
2955         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2956
2957 2003-01-25 [match]      0.8.9claws4
2958
2959         * src/vcard.c
2960                 fixed bug with Quoted-Printable
2961
2962 2003-01-25 [paul]       0.8.9claws3
2963
2964         * src/folder.[ch]
2965           src/summaryview.[ch]
2966                 implement per-folder collapsed/expanded threads setting
2967                 
2968         * src/prefs_common.c
2969                 remove global collapsed/expanded threads option
2970
2971 2003-01-25 [christoph]  0.8.9claws2
2972
2973         * po/POTFILES.in
2974                 add pluginwindow and prefswindow
2975         * src/compose.c
2976                 make send respond correctly to messages that could be added
2977                 to the queue folder, but the UID of the message is unknown
2978         * src/folder.c
2979         * src/imap.c
2980                 don't return guessed UIDs in imap_add_msg anymore. We return
2981                 0 to tell the folder system it was appened but the UID is
2982                 unknown. Folder system now get's the UID by scaning the folder
2983                 and searching the cache for the Message-ID
2984                 (closes bug #29 Messages queued, but not sent)
2985
2986 2003-01-25 [paul]       0.8.9claws1
2987
2988         * src/codeconv.c
2989                 conv_encode_header():  fix bug when long headers with 8-bit
2990                 characters are used, so that the encoded words are wrapped.
2991                 If the space in the original text falls on the wrap boundary,
2992                 it can be lost.
2993                 Patch by Sergey Vlasov.
2994                 
2995         * src/folderview.c
2996                  fix bug where a change to the sorting method or thread view
2997                  of a folder's messages is lost if simpify-subject is set and
2998                  toggled on or off.
2999                  Patch by Luke Plant.
3000
3001 2003-01-24 [paul]       0.8.9claws
3002
3003         * sylpheed-0.8.9claws released
3004         
3005         * Makefile.am
3006           sylpheed.spec.in
3007                 remove reference to 'INSTALL.jp'
3008
3009 2003-01-23 [paul]       0.8.8claws128
3010
3011         * po/es.po
3012           po/it.po
3013           po/ru.po
3014           po/sr.po
3015                 updated translations. submitted by Ricardo Mones Lastra,
3016                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3017
3018 2003-01-23 [colin]      0.8.8claws127
3019
3020         * src/compose.c
3021                 Fix drafted and queued news articles re-edition
3022
3023 2003-01-23 [melvin]     0.8.8claws126
3024
3025         * po/fr.po
3026                 Updated French translations
3027
3028 2003-01-23 [colin]      0.8.8claws125
3029
3030         * src/inc.c
3031                 Fix "Connecting to..." status message
3032
3033 2003-01-22 [paul]       0.8.8claws124
3034
3035         * po/bg.po
3036                 updated by George Danchev
3037                 
3038         * src/folder.c
3039                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3040                 and folder deletion
3041
3042 2003-01-21 [paul]       0.8.8claws123
3043
3044         * po/bg.po
3045                 updated by George Danchev
3046                 
3047         * src/about.c
3048                 its now 2003
3049                 
3050         * src/toolbar.c
3051                 don't translate 'Separator'
3052                 
3053         * src/plugins/spamassassin/Makefile.am
3054                 add aspell to CPPFLAGS
3055                 
3056         * src/plugins/spamassassin/spamassassin.c
3057           src/plugins/spamassassin/spamassassin_gtk.c
3058                 set correct default for spamassassin_receive_spam
3059                 slightly re-word descriptions and some
3060                 other minor changes
3061
3062 2003-01-19 [alfons]     0.8.8claws122
3063                 
3064         * src/mimeview.c
3065                 mimeview_save_as(): we might as well show the file name for
3066                 the single case "Save As" too
3067
3068 2003-01-19 [alfons]     0.8.8claws121
3069
3070         * src/crash.c
3071                 change bug tracker URL to bugzilla URL
3072
3073 2003-01-19 [alfons]     0.8.8claws120
3074
3075         * src/mimeview.c
3076                 mimeview_save_all(): display name of file before overwriting;
3077                 continue saving all, even when one overwrite was cancelled
3078
3079 2003-01-19 [christoph]  0.8.8claws119
3080
3081         * src/summaryview.c
3082         * src/procmsg.[ch]
3083                 fix wrong usage of procmsg_find_children in summaryview
3084                 by using procmsg_update_unread_children instead of
3085                 summaryview_update_unread_children
3086
3087 2003-01-19 [christoph]  0.8.8claws118
3088
3089         * src/procmsg.c
3090                 fix infinite loop in procmsg_find_children
3091                  (closes bug #25 sylpheed crashes on delete.)
3092
3093         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3094
3095 2003-01-19 [paul]       0.8.8claws117
3096
3097         * po/pt_BR.po
3098                 updated by Ivan Francolin Martinez
3099
3100 2003-01-18 [melvin]     0.8.8claws116
3101
3102         * src/prefs_actions.c
3103                 Removed syntax limitation of only one '&' at the end of command.
3104                         Now actions that contain '>/dev/null 2>&1' are possible.
3105
3106 2003-01-18 [melvin]     0.8.8claws115
3107
3108         * src/prefs_actions.c
3109                 Actions IO dialog: when the action ends
3110                 the "Close" button now has focus and [Escape] closes the
3111                 window.
3112
3113 2003-01-18 [christoph]  0.8.8claws114
3114
3115         * src/procmsg.c
3116                 o add debug output when MsgInfos are really freed
3117                 o free GSLists in procmsg_find_children and
3118                   procmsg_update_unread_children
3119
3120 2003-01-18 [christoph]  0.8.8claws113
3121
3122         * src/mainwindow.c
3123                 reorder Configuration menu
3124
3125 2003-01-18 [christoph]  0.8.8claws112
3126
3127         * src/compose.c
3128                 fix applying templates to forwarded messages
3129
3130         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3131
3132 2003-01-17 [christoph]  0.8.8claws111
3133
3134         * src/folder.c
3135                 destroy folder items, when a folder item is removed
3136
3137 2003-01-17 [christoph]  0.8.8claws110
3138
3139         * src/folder.c
3140                 fix wrong folder stats update when ignored message is
3141                 deleted
3142
3143 2003-01-17 [colin]      0.8.8claws109
3144         
3145         * src/mainwindow.c
3146         * src/summaryview.c
3147                 Quicksearch bugfixes: 
3148                 - hide help button at startup if not extended
3149                 - switch to extended when looking for replies
3150
3151 2003-01-17 [paul]
3152
3153         * sync with 0.8.9 release
3154
3155 2003-01-17 [paul]       0.8.8claws108
3156
3157         * sync with 0.8.8cvs11
3158                 see ChangeLog 2003-01-17
3159
3160 2003-01-16 [colin]      0.8.8claws107
3161
3162         * src/procmsg.c
3163                 Changed encryption test to re-ask passphrase
3164                 if an encrypted message hasn't been decrypted
3165                 Fixes bug #5
3166
3167 2003-01-16 [christoph]  0.8.8claws106
3168
3169         * src/prefs_gtk.c
3170         * src/prefs_toolbar.c
3171         * src/gtk/prefswindow.h
3172         * src/plugins/spamassassin/spamassassin_gtk.c
3173                 remove page destroy function that is not used anymore
3174
3175 2003-01-16 [paul]       0.8.8claws105
3176
3177         * sync with 0.8.8cvs9
3178                 see ChangeLog 2002-01-16
3179
3180 2003-01-16 [colin]      0.8.8claws104
3181
3182         * src/compose.[ch]
3183                 Fix bug with autosaved drafts for IMAP, when draft
3184                 folder is specified - fixes bugzilla bug #20
3185
3186 2003-01-15 [paul]       0.8.8claws103
3187
3188         * src/compose.[ch]
3189           src/procmsg.c
3190                 store folder and message-id of message forwarding
3191                 in queue header and set forward flag after sending
3192
3193 2003-01-15 [paul]       0.8.8claws102
3194
3195         * sync with 0.8.8cvs8
3196                 see ChangeLog 2002-01-15
3197
3198 2003-01-15 [colin]      0.8.8claws101
3199
3200         * src/Makefile.am
3201                 Fix linking with GNU libiconv
3202
3203 2003-01-15 [darko]      0.8.8claws100
3204
3205         * src/pine.c
3206                 fix crash when importing pine address book
3207                 entry with an empty name (reported by DY
3208                 <dybulk at tri8.net>)
3209
3210 2003-01-14 [paul]       0.8.8claws99
3211
3212         * configure.in  ** REMOVED **
3213           configure.ac  ** NEW FILE **
3214                 rename configure.in to configure.ac, as it is now
3215                 preferred
3216
3217 2003-01-14 [melvin]     0.8.8claws98
3218
3219         * src/folderview.c
3220                 folderview_check_new(): More precise function description
3221
3222 2003-01-14 [melvin]     0.8.8claws97
3223
3224         * src/folderview.c
3225                 folderview_check_new(): return the number of new messages 
3226                         since last check.
3227         * src/inc.c
3228                 inc_account_mail(): Disable counting of new messages for IMAP
3229                         and NNTP until bug [19] and [14] are fixed.
3230
3231 2003-01-14 [paul]       0.8.8claws96
3232
3233         * sync with 0.8.8cvs6
3234                 see ChangeLog 2003-01-14
3235
3236 2003-01-13 [alfons]     0.8.8claws95
3237
3238         * src/textview.c
3239                 tune email address validation (c. 0.8.8claws89): if . is 
3240                 just one char away from @, the address is invalid too 
3241                 (correctly rejects addresses like foo@.com)
3242
3243 2003-01-13 [paul]       0.8.8claws94
3244
3245         * src/messageview.c
3246           src/toolbar.c
3247                 fixes to the Message View toolbar and menu:
3248                 fix non-functioning Forward button
3249                 make Reply button consider default_reply_list
3250                 remove 'Follow-up...' menu entry
3251                 add 'Forward' and 'Redirect' menu entries
3252
3253 2003-01-13 [melvin]     0.8.8claws93
3254
3255         * src/inc.c
3256                 Fixed typo that could make new messages count incorrect.
3257
3258 2003-01-13 [melvin]     0.8.8claws92
3259
3260         * src/folderview.[ch]
3261                 folderview_check_new(): return the number of new messages.
3262         * src/inc.c
3263                 Should fix bug [14] where new mail notification worked 
3264                         incorrectly with IMAP accounts.
3265                 inc_spool_account(): return number of new msgs, or -1 on error
3266                 inc_all_spool(): return number of new msgs
3267                 
3268 2003-01-13 [melvin]     0.8.8claws91
3269
3270         * src/prefs_actions.c
3271                 Justify help text.
3272
3273 2003-01-12 [thorsten]   0.8.8claws90
3274
3275         * src/common/prefs.c
3276                 close file before rename
3277
3278 2003-01-12 [alfons]     0.8.8claws89
3279
3280         * AUTHORS
3281                 add Christian Mertes
3282         * src/common/utils.[ch]
3283                 g_stricase_hash(), g_stricase_equal(): functions for 
3284                 case insensitive hash tables
3285         * src/textview.c
3286                 use top level domain names to validate email address, based
3287                 on a patch by Christian Mertes (thanks!), but changed 
3288                 implementation to use a hash table 
3289
3290 2003-01-12 [paul]       0.8.8claws88
3291
3292         * po/bg.po
3293                 updated by George Danchev
3294
3295 2003-01-12 [alfons]     0.8.8claws87
3296
3297         * src/summaryview.c
3298                 delete / execute performance: use new style folder update
3299
3300 2003-01-12 [paul]       0.8.8claws86
3301
3302         * sync with 0.8.8cvs5
3303                 see ChangeLog 2003-01-13 (!)
3304
3305 2003-01-12 [alfons]     0.8.8claws85
3306
3307         * src/filtering.c
3308         * src/matcher_parser_parse.y
3309                 prepare change_score filtering action
3310         * src/matcher.[ch]
3311                 give up const-correctness on functions that call non-const-correct functions;
3312                 several casts to gpointer in g_free();
3313                 add change_score;
3314
3315 2003-01-12 [christoph]  0.8.8claws84
3316
3317         * src/compose.c
3318                 fix 2 warnings
3319
3320         * src/gtk/prefswindow.[ch]
3321         * src/plugins/spamassassin/spamassassin_gtk.c
3322                 changed the call of the widget create function
3323                 for PrefsPages, because sometimes the widget
3324                 create function needs a widget that already has
3325                 been attached to a window (to create GDK pixmaps
3326                 for exmaple). So we simply pass the GtkWindow as
3327                 the second parameter now.
3328
3329         * src/main.c
3330         * src/mainwindow.c
3331         * src/prefs_toolbar.[ch]
3332                 rewrite Toolbar Preferences using the new
3333                 prefs window
3334
3335 2003-01-11 [alfons]     0.8.8claws83
3336
3337         * src/addressadd.c
3338                 fix crash when adding sender to addressbook because status bar
3339                 isn't there (the status bar doesn't seem to be used though,
3340                 but I'll let Match decide what to do with it)
3341
3342 2003-01-11 [colin]      0.8.8claws82
3343
3344         * src/main.c
3345           src/toolbar.c
3346                 Two useless changes reversed
3347
3348 2003-01-11 [colin]      0.8.8claws81
3349
3350         * src/mainwindow.c
3351           src/mainwindow.h
3352                 Add mainwindow_get_mainwindow()
3353         * src/alertpanel.c
3354           src/alertpanel.h
3355                 Add alertpanel_error_log() 
3356         * src/compose.c
3357           src/inc.c
3358           src/messageview.c
3359           src/toolbar.c
3360           src/main.c
3361           src/procmsg.c
3362                 Network errors get a View Log button
3363
3364 2003-01-10 [alfons]     0.8.8claws80
3365
3366         * src/prefs_toolbar.c
3367         * src/toolbar.c
3368                 use the translatable string for "Separator" as file name for
3369                 separator toolbar items (probably make this uppercase?)
3370
3371 2003-01-10 [alfons]     0.8.8claws79
3372
3373         * src/prefs_toolbar.c
3374                 put right A_SEPARATOR description string in "displayed
3375                 toolbar items list" so manually added separators are
3376                 saved correctly (bug #10, "Adding a separator to the main 
3377                 toolbar fails, entry in xml file is wrong")
3378
3379 2003-01-10 [christoph]  0.8.8claws78
3380
3381         * src/imap.c
3382                 o fix warnings
3383                 o use CAPABILITY to check if NAMESPACE is available
3384
3385 2003-01-10 [christoph]  0.8.8claws77
3386
3387         * src/imap.[ch]
3388                 apply UIDPLUS IMAP extension support patch
3389
3390         Patch submitted by Simon 'corecode' Schubert
3391
3392 2003-01-10 [paul]       0.8.8claws76
3393
3394         * src/folderview.c
3395                 a sync from main which fixes the news account folders'
3396                 Properties bug
3397
3398 2003-01-10 [christoph]  0.8.8claws75
3399
3400         * src/folder.c
3401                 don't accept 0 as a valid uid returned by copy and move
3402                 functions. 0 means the message was copied or moved but the
3403                 new uid could not be fetched. It is not an error condition
3404                 for the copy or move operation.
3405
3406 2003-01-10 [paul]       0.8.8claws74
3407
3408         * src/prefs_filtering.c
3409                 change English used in Alert when entry is not
3410                 saved.
3411                 
3412         * sync with 0.8.8cvs4
3413                 see ChangeLog 2003-01-10
3414
3415 2003-01-10 [darko]      0.8.8claws73
3416
3417         * src/pine.c
3418                 fix crash when importing address book entry
3419                 without a valid address
3420
3421 2003-01-09 [alfons]     0.8.8claws72
3422
3423         * src/inc.c
3424                 filtering performance: use new style folder update
3425
3426 2003-01-09 [christoph]  0.8.8claws71
3427
3428         * src/compose.c
3429         * src/gtk/menu.[ch]
3430                 fix wrong selecting of mime encoding type, when
3431                 opening property dialog of attachments in the
3432                 compose window. 7bit was always selected and that
3433                 destoryed files with 8bit data.
3434                 (closes bug #9 Sylpheed-claws destroys attachments when
3435                  changing MIME-types)
3436
3437 2003-01-09 [paul]       0.8.8claws70
3438
3439         * sync with 0.8.8cvs3
3440                 see ChangeLog 2003-01-09
3441
3442 2003-01-08 [alfons]     0.8.8claws69
3443         
3444         * src/addressadd.c
3445                 apply patch by Kim Schulz to fix build breakage
3446                 because of missing variable
3447
3448 2003-01-08 [paul]       0.8.8claws68
3449
3450         * sync with 0.8.8cvs2
3451                 see ChangeLog 2002-01-08
3452
3453 2003-01-08 [paul]       0.8.8claws67
3454
3455         * po/it.po
3456                 updated by Alessandro Maestri
3457                 
3458         * src/addressadd.c
3459                 when using 'Add sender to addressbook' allow
3460                 name to be edited and remarks to be entered
3461                 Patch submitted by Luke Plant
3462
3463 2003-01-08 [darko]      0.8.8claws66
3464
3465         * README.claws, src/summaryview.c
3466                 fix description for marked messages
3467
3468 2003-01-08 [paul]
3469
3470         * tools/Makefile.am
3471           tools/launch_phoenix  ** NEW FILE **
3472                 add script that enables using Phoenix as the default
3473                 web browser. 
3474                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
3475                 
3476         * tools/OOo2sylpheed.pl
3477                 remove full path to sylpheed executable, just 'sylpheed'
3478                 will do
3479                 
3480         * tools/README
3481                 add launch_phoenix informtion and re-arrange and compress
3482                 the data a little
3483
3484 2003-01-07 [christoph]  0.8.8claws65
3485
3486         * src/folder.c
3487                 fix update for source folder when moving messages
3488         * src/procmsg.[ch]
3489         * src/summaryview.c
3490                 use function to set to_folder for message infos and
3491                 automatically update the op_count for old and new
3492                 folder
3493
3494 2003-01-07 [melvin]     0.8.8claws64
3495
3496         * src/prefs_actions.c
3497                 Fixed bug where an '%p' Action on a displayed image crashed 
3498                         Sylpheed
3499                 Code clean up (get rid of duplicated code and removed unnecessary 
3500                                 structure member)
3501
3502 2003-01-07 [christoph]  0.8.8claws63
3503
3504         * src/compose.c
3505         * src/folder.[ch]
3506         * src/folderview.c
3507         * src/import.c
3508         * src/inc.c
3509         * src/main.c
3510         * src/mainwindow.c
3511         * src/messageview.c
3512         * src/prefs_folder_item.c
3513         * src/procmsg.c
3514         * src/summaryview.c
3515         * src/toolbar.c
3516                 o remove all folder update triggering from the UI code. The folder
3517                   system should know much better when a folder needs an update.
3518                 o to prevent multiple updates in a row the folder updates can be
3519                   frozen for some time.
3520
3521                 Note: - Please verify that no updates are missing
3522                       - Check where freeze/thaws should be added
3523
3524 2003-01-07 [christoph]  0.8.8claws62
3525
3526         * src/prefs_actions.c
3527                 don't translate empty strings
3528
3529         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3530
3531 2003-01-06 [christoph]  0.8.8claws61
3532
3533         * src/prefs_actions.c
3534                 mark strings for gettext
3535         * src/prefs_matcher.c
3536                 use new description window for Execute action and
3537                 match condition in Filtering
3538
3539         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3540
3541 2003-01-06 [alfons]     0.8.8claws60
3542
3543         keep myself inspired to re-organize matcher part 8; 
3544         yes, more to come (I need to move out the descriptive
3545         text for actions to matcher.c, or at least make it not
3546         depend on the wicked ordering)
3547
3548         * src/prefs_matcher.c
3549                 add documentation so others may comprehend the
3550                 UI part of the conditions
3551                 
3552 2003-01-06 [christoph]  0.8.8claws59
3553
3554         * src/prefs_actions.c
3555                 use new description window for syntax help
3556         * src/gtk/description_window.c
3557                 fix display of descriptions with column count != 2
3558
3559         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3560
3561 2003-01-06 [christoph]  0.8.8claws58
3562
3563         * src/quote_fmt.c
3564         * src/summaryview.[ch]
3565         * src/gtk/Makefile.am
3566         * src/gtk/description_window.[ch]       ** NEW **
3567                 use a generic window to display syntax descriptions
3568                 currently used in quote_fmt and summaryview (new description
3569                 for extended quick search)
3570
3571         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3572
3573 2003-01-06 [paul]       0.8.8claws57
3574
3575         * sync with 0.8.8cvs1
3576                 see ChangeLog 2003-01-06
3577
3578 2003-01-06 [christoph]  0.8.8claws56
3579
3580         * src/mainwindow.c
3581         * src/prefs_gtk.[ch]
3582         * src/gtk/prefswindow.[ch]
3583         * src/plugins/spamassassin/spamassassin_gtk.c
3584                 o remove page management from prefswindow, pages
3585                   will be an argument to prefswindow_open
3586                 o prefswindow_open gets a datapointer that is
3587                   passed to the widget_create function to allow
3588                   creation of prefswindow for specific items
3589
3590 2003-01-06 [colin]      0.8.8claws55
3591         
3592         * src/summaryview.c
3593                 We don't want regexp in the reply-finder, 
3594                 because MIDs can contain !,$,. and so on
3595
3596 2003-01-06 [jens]       0.8.8claws54
3597
3598         * src/jpilot.c
3599                 fixed a wrong free in jpilot_read_db_files
3600
3601 2003-01-06 [alfons]     0.8.8claws53
3602
3603         re-organize matcher part 8; more to come
3604        
3605         * src/matcher.c
3606                 matcherprop_to_string(): put g_free()s before the
3607                 switch-case break to fix memleaks                
3608
3609 2003-01-06 [colin]      0.8.8claws52
3610
3611         * src/summaryview.c
3612                 cleanup & reply-finder now displays the first 
3613                 matching message
3614
3615 2003-01-05 [alfons]     0.8.8claws51
3616
3617         re-organize matcher part 7; more to come
3618
3619         * src/matcher.[ch]
3620                 fixes for constant correctness;
3621                 more documentation;
3622
3623 2003-01-05 [alfons]     0.8.8claws50
3624
3625         re-organize matcher part 6; more to come
3626         
3627         * src/matcher.[ch]
3628                 fixes for constant correctness;
3629                 more documentation;
3630         * src/filtering.c
3631                 fix for constant correctness
3632
3633 2003-01-05 [colin]      0.8.8claws49
3634
3635         * src/account.[ch]
3636                 Add account_get_reply_account function
3637         * src/compose.c
3638                 Use account_get_reply_account function 
3639         * src/summaryview.c
3640                 Basic reply-finder - click on the replied
3641                 icon gets you to the outbox using quick-search
3642
3643 2003-01-05 [paul]       0.8.8claws48
3644
3645         * src/prefs_common.c
3646                 small change to English
3647                 
3648         * src/prefs_filtering.c
3649                 prefs_filtering_action_select(): improve logic and uniformity
3650                 of gui
3651
3652 2003-01-05 [alfons]     0.8.8claws47
3653
3654         fine tune solution to focus problems (bug #7)
3655
3656         * src/mainwindow.c
3657                 mainwindow_focus_in_event(): remove grab event check
3658         * src/summaryview.c
3659                 summary_button_pressed(): move selection on right-click
3660                 too. we can't possibly move the selection back after
3661                 canceling a dialog, because gtk's incomplete focus 
3662                 management. whether this is a good solution, only time
3663                 will tell.
3664
3665 2003-01-05 [christoph]  0.8.8claws46
3666
3667         * src/imap.c
3668                 fix crash when no imap connection could be established
3669
3670 2003-01-05 [paul]       0.8.8claws45
3671
3672         * src/mainwindow.c
3673           src/sumamryview.c
3674           src/gtk/menu.[ch]
3675                 fix bug 605957 'shortcuts in popup-menu'
3676                 make user-defined shortcuts work
3677                 show shortcuts that are already defined
3678                 in the main menu
3679                 Patch submitted by Luke Plant
3680
3681 2003-01-05 [alfons]     0.8.8claws44
3682
3683         * src/mainwindow.c
3684                 focus_in_event handler should not select summary view row 
3685                 when another window (menu, dialog) grabbed for events 
3686                 (bug #7, "[0.8.8claws42] Message summary focus") 
3687
3688 2003-01-04 [christoph]  0.8.8claws43
3689
3690         * src/procmsg.c
3691                 update save folder after adding the sent message
3692                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
3693
3694 2003-01-02 [christoph]  0.8.8claws42
3695
3696         * src/common/plugin.c
3697                 fix unloading of all plugins and unload
3698                 plugins in reverse order
3699                 
3700         * src/gtk/pluginwindow.c
3701                 implement function of load and unload button
3702
3703         * src/gtk/prefswindow.c
3704         * src/gtk/prefswindow.h
3705                 rename register function and add new unregister
3706                 function
3707
3708         * src/plugins/spamassassin/spamassassin_gtk.c
3709                 unregister prefs page and update for changes in
3710                 src/gtk/prefswindow.c
3711
3712 2003-01-02 [paul]       0.8.8claws41
3713
3714         * po/es.po
3715                 updated by Ricardo Mones Lastra
3716
3717 2003-01-02 [paul]
3718
3719         * tools/tb2sylpheed
3720                 fixes and improvements by Urke MMI
3721
3722 2003-01-02 [thorsten]   0.8.8claws40
3723
3724         * src/procmsg.c
3725                 fixed wrong return value
3726
3727 2003-01-02 [thorsten]   0.8.8claws39
3728
3729         * src/prefs.c
3730                 fixed printing wrong variable
3731
3732 2003-01-02 [thorsten]   0.8.8claws38
3733
3734         * src/prefs.c
3735                 fixed acessing members of freed pfile struct
3736
3737 2003-01-02 [thorsten]   0.8.8claws37
3738
3739         * src/procmsg.c
3740                 detect loops across several messages
3741                 as suggested by Christoph Hohmann
3742
3743 2003-01-01 [match]      0.8.8claws36
3744
3745         * src/addrindex.c
3746                 fixed another memory leak.
3747
3748 2003-01-01 [match]      0.8.8claws35
3749
3750         * src/jpilot.[ch]
3751                 fixed memory leaks. applied Doxygen comments.
3752
3753 2003-01-01 [thorsten]   0.8.8claws34
3754
3755         * src/procmsg.c
3756                 inhibit endless loop if msg references itself
3757                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
3758
3759 2003-01-01 [christoph]  0.8.8claws33
3760
3761         * src/mainwindow.c
3762         * src/gtk/Makefile.am
3763         * src/gtk/pluginwindow.c                ** NEW **
3764         * src/gtk/pluginwindow.h                ** NEW **
3765                 add plugin window
3766
3767         * src/plugins/demo/demo.c
3768         * src/plugins/spamassassin/spamassassin.c
3769         * src/plugins/spamassassin/spamassassin_gtk.c
3770                 write better plugin descriptions
3771
3772 2002-12-31 [christoph]  0.8.8claws32
3773
3774         * src/gtk/prefswindow.c
3775         * src/plugins/spamassassin/spamassassin_gtk.c
3776                 some small improvements to GTK code
3777
3778 2002-12-31 [christoph]  0.8.8claws31
3779
3780         * src/plugins/spamassassin/spamassassin_gtk.c
3781                 enable folder select button
3782
3783 2002-12-31 [christoph]  0.8.8claws30
3784
3785         * src/mainwindow.c
3786         * src/gtk/Makefile.am
3787         * src/gtk/prefswindow.c                         ** NEW **
3788         * src/gtk/prefswindow.h                         ** NEW **
3789                 add new prefs window
3790
3791         * src/common/plugin.c
3792                 don't try to load empty config lines
3793         
3794         * src/plugins/spamassassin/Makefile.am
3795         * src/plugins/spamassassin/spamassassin.c
3796         * src/plugins/spamassassin/spamassassin.h       ** NEW **
3797         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
3798                 GTK config for SpamAssassin Plugin using
3799                 the new prefs window
3800
3801 2002-12-31 [paul]       0.8.8claws29
3802
3803         * po/POTFILES.in
3804                 remove obsolete entry 'src/menu.c'
3805
3806 2002-12-31 [alfons]     0.8.8claws28
3807
3808         * src/matcher.[ch]
3809         * src/matcher_parser_parse.y
3810         * src/prefs_matcher.c
3811                 add "ignore_thread" and "~ignore_thread" condition so it's
3812                 possible to make the actions / scoring operate on the ignore
3813                 thread flag
3814
3815 2002-12-31 [christoph]  0.8.8claws27
3816
3817         * src/addrbook.c
3818         * src/addrindex.c
3819         * src/folder.c
3820         * src/matcher.c
3821         * src/prefs_account.c
3822         * src/prefs_actions.c
3823         * src/prefs_customheader.c
3824         * src/prefs_display_header.c
3825         * src/prefs_gtk.c
3826         * src/procmime.c
3827         * src/toolbar.c
3828         * src/xmlprops.c
3829         * src/common/prefs.[ch]
3830                 extend prefs file handling for reading and automatic handling
3831                 of blocks. When reading prefs_set_block_label will automatically
3832                 move on to the block. When writing it will copy all other blocks
3833                 automatically
3834
3835         * src/common/plugin.c
3836                 Now loading plugin filenames from [Plugins] block in
3837                 sylpheed rc file
3838
3839 2002-12-30 [christoph]  0.8.8claws26
3840
3841         * src/common/hooks.[ch]
3842                 return abort status to caller of hooks_invoke
3843                 
3844         * src/inc.[ch]
3845                 invoke message filtering hook and stop
3846                 default handling when filter returns abort
3847
3848         * src/common/plugin.[ch]
3849         * src/plugins/demo/demo.c
3850                 modify plugin loader, because resolving symbols for strings
3851                 does not work correctly
3852         
3853         * configure.in
3854         * ac/spamassassin.m4                            ** NEW **
3855         * src/plugins/spamassassin/.cvsignore           ** NEW **
3856         * src/plugins/spamassassin/Makefile.am          ** NEW **
3857         * src/plugins/spamassassin/README               ** NEW **
3858         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
3859         * src/plugins/spamassassin/spamassassin.c       ** NEW **
3860         * src/plugins/spamassassin/utils.[ch]           ** NEW **
3861                 add spamassassin plugin, see src/plugins/spamassassin/README
3862                 for details
3863
3864 2002-12-29 [alfons]     0.8.8claws25
3865
3866         * src/mainwindow.c
3867                 when moving focus from a message view to the main 
3868                 window, don't forget to select the summary node
3869                 of the displayed message. should fix "[ 659103 ] 
3870                 focus-follows-mouse confuses sylpheed"
3871
3872 2002-12-29 [christoph]  0.8.8claws24
3873
3874         * src/Makefile.am
3875         * src/stringtable.[ch]          ** REMOVE **
3876         * src/common/Makefile.am
3877         * src/common/stringtable.[ch]   ** NEW **
3878                 move stringtable files to common directory
3879
3880 2002-12-29 [christoph]  0.8.8claws23
3881
3882         * src/Makefile.am
3883         * src/menu.[ch]                 ** REMOVE **
3884         * src/gtk/Makefile.am
3885         * src/gtk/menu.[ch]             ** NEW **
3886                 move menu files to gtk directory
3887
3888 2002-12-29 [match]      0.8.8claws22
3889
3890         * src/addressbook.c
3891         * src/syldap.c
3892                 moved UI specific code out of LDAP code into addressbook
3893                 UI code. fixed memory leak.
3894
3895 2002-12-29 [christoph]  0.8.8claws21
3896
3897         * src/folder.c
3898                 only check for IGNORED parent message when message is
3899                 not IGNORED itself
3900
3901 2002-12-29 [alfons]     0.8.8claws20
3902
3903         * src/summaryview.c
3904                 set gtksctree's anchor correct (immediate execute
3905                 changes the tree's layout, and anchor points at 
3906                 the incorrect row). fixes "[ 657233 ] multiple msg 
3907                 delete sometimes off by 1".
3908                 we probably have to look for more tree layout /
3909                 anchor glitches.
3910
3911 2002-12-29 [paul]       0.8.8claws19
3912
3913         * src/summaryview.c
3914                 fix bug [ 659054 ] incorrect sorting of 'From' column
3915                 when using 'display sender using address book'
3916                 thanks to Alfons and Luke Plant
3917
3918 2002-12-29 [christoph]  0.8.8claws18
3919
3920         * src/folder.c
3921         * src/procmsg.[ch]
3922                 check parent messages for IGNORE THREAD flag, when adding,
3923                 moving or copying messages to a folder
3924
3925 2002-12-27 [alfons]     0.8.8claws17
3926
3927         re-organize matcher part 5; more to come
3928
3929         * src/matcher.c
3930                 hash keywords in matchparser_tab 
3931
3932 2002-12-27 [alfons]     0.8.8claws16
3933
3934         re-organize matcher part 4; more to come
3935
3936         * src/matcher_parser.h
3937         * src/matcher_parser_lex.l
3938         * src/matcher_parser_parse.y
3939                 cleanup
3940
3941 2002-12-27 [alfons]     0.8.8claws15
3942
3943         re-organize matcher part 3; more to come
3944
3945         * src/matcher.[ch]
3946                 cleanup
3947
3948 2002-12-27 [alfons]     0.8.8claws14
3949
3950         re-organize matcher part 2; more to come but this should
3951         work. cc me if there are any regressions.
3952
3953         * src/matcher.h
3954                 add prototype for get_matchparser_tab_id()
3955         * src/matcher_parser_lex.l
3956                 look up keywords using matchparser_tab_id();
3957
3958 2002-12-27 [alfons]     0.8.8claws12
3959
3960         re-organize matcher part 1
3961
3962         * src/matcher.h
3963                 map yacc generated constants to sylpheed matcher constants
3964         * src/matcher.c
3965                 add function to find a matcher constant from a string
3966
3967 2002-12-27 [christoph]  0.8.8claws11
3968
3969         * src/compose.c
3970                 MENUITEM_ADD casts the 4th argument from integer to pointer
3971                 so it probably should not be a pointer, this means we
3972                 should use account id for it and not the account's pointer
3973
3974 2002-12-27 [paul]       0.8.8claws10
3975
3976         * src/mainwindow.c
3977                 remove unneeded 'GtkWidget *vbox'
3978                 
3979         * src/summaryview.c
3980                 further sync with 0.8.8 - make sort
3981                 by recipient work as expected
3982                 
3983         * NEWS
3984                 sync with 0.8.8
3985
3986 2002-12-27 [paul]       0.8.8claws9
3987
3988         * po/pt_BR.po
3989                 updated by Ivan F. Martinez
3990                 
3991 2002-12-27 [darko]      0.8.8claws8
3992
3993         * src/common/utils.c
3994                 added locked pattern to extended search
3995
3996 2002-12-27 [alfons]     0.8.8claws7
3997
3998         * src/prefs_matcher.[ch]
3999                 clean up
4000
4001 2002-12-26 [alfons]     0.8.8claws6
4002
4003         * src/matcher.[ch]
4004         * src/matcher_parser_lex.l
4005         * src/matcher_parser_parse.y
4006         * src/prefs_matcher.c
4007                 allow color label as a condition in the matcher
4008
4009 2002-12-26 [oliver]     0.8.8claws5
4010         
4011         * src/toolbar.c 
4012                 enable Addressbook for Main and Messageview
4013         * src/prefs_actions.c
4014                 enable actions in Messageview
4015
4016 2002-12-26 [christoph]  0.8.8claws4
4017
4018         * src/common/plugin.c
4019                 add a little debug output
4020         * configure.in
4021         * src/plugins/demo/Makefile.am
4022                 better use of automake
4023
4024 2002-12-26 [christoph]  0.8.8claws3
4025
4026         * src/Makefile.am
4027         * src/common/Makefile.am
4028                 fix "make distdir"
4029
4030 2002-12-26 [christoph]  0.8.8claws2
4031
4032         * configure.in
4033                 sort configure checks into common / gtk / plugins
4034         * po/POTFILES.in
4035                 add src/prefs_gtk.c
4036         * src/Makefile.am
4037                 add plugins SUBDIR
4038         * src/main.c
4039         * src/common/sylpheed.[ch]
4040                 added now sylpheed_done function for shutdown
4041         * src/common/Makefile.am
4042         * src/common/plugin.[ch]                ** NEW **
4043                 plugin loader and unloader
4044         * src/plugins/.cvsignore                ** NEW **
4045         * src/plugins/Makefile.am               ** NEW **
4046                 build plugins
4047         * src/plugins/demo/.cvsignore           ** NEW **
4048         * src/plugins/demo/Makefile.am          ** NEW **
4049         * src/plugins/demo/demo.c               ** NEW **
4050                 small demo plugin that installs a logtext hook and
4051                 outputs the log text to stdout
4052
4053 2002-12-26 [paul]       0.8.8claws1
4054
4055         * po/es.po
4056                 updated by Ricardo Mones Lastra
4057
4058 2002-12-26 [paul]       0.8.8claws
4059
4060         * 0.8.8claws released
4061
4062 2002-12-26 [paul]       0.8.7claws12
4063
4064         * po/bg.po
4065                 updated by George Danchev
4066
4067 2002-12-26 [paul]       0.8.7claws11
4068
4069         * po/POTFILES.in
4070                 remove unneeded 'src/prefs.c' entry 
4071
4072 2002-12-26 [paul]       0.8.7claws10
4073
4074         * src/codeconv.c
4075           src/mainwindow.c
4076                 sync with 0.8.8 release
4077         
4078         * src/folder.[ch]
4079           src/mh.c
4080           src/summaryview.c
4081                 partial sync with 0.8.8 release
4082         
4083
4084 2002-12-25 [alfons]     0.8.7claws9
4085
4086         * src/matcher.[ch]
4087         * src/matcher_parser_lex.l
4088         * src/matcher_parser_parse.y
4089         * src/prefs_matcher.c
4090                 add locked flag to possible filtering / matcher 
4091                 conditions (also a good example what should be
4092                 done to add a simple boolean condition)
4093
4094 2002-12-25 [christoph]  0.8.7claws8
4095
4096         * src/Makefile.am
4097         * src/account.[ch]
4098         * src/addrbook.c
4099         * src/addressbook.c
4100         * src/addrindex.c
4101         * src/filtering.c
4102         * src/folder.c
4103         * src/matcher.c
4104         * src/prefs.[ch]                ** REMOVE **
4105         * src/prefs_account.c
4106         * src/prefs_actions.c
4107         * src/prefs_common.c
4108         * src/prefs_customheader.c
4109         * src/prefs_display_header.c
4110         * src/prefs_filtering.c
4111         * src/prefs_folder_item.c
4112         * src/prefs_gtk.[ch]            ** NEW **
4113         * src/prefs_matcher.c
4114         * src/prefs_scoring.c
4115         * src/prefs_summary_column.c
4116         * src/procmime.c
4117         * src/selective_download.c
4118         * src/toolbar.c
4119         * src/common/Makefile.am
4120         * src/common/prefs.[ch]         ** NEW **
4121                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
4122
4123 2002-12-24 [alfons]     0.8.7claws7
4124
4125         * src/summaryview.c
4126                 summary_thread_build(): fix real cause of the crash mentioned in
4127                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
4128                 this way we get meaningful ctree nodes 
4129
4130 2002-12-24 [oliver]     0.8.7claws6
4131
4132         * src/mainwindow.[ch]
4133         * src/messageview.[ch]
4134         * src/compose.[ch]
4135         * src/inc.c
4136         * src/summaryview.c
4137                 changes to use updated toolbar handling
4138                 
4139 2002-12-24 [oliver]     0.8.7claws5
4140
4141         * src/toolbar.[ch]
4142                 generic toolbar handling
4143                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
4144         * src/prefs_toolbar.[ch]
4145                 adjust to handling
4146         
4147 2002-12-24 [oliver]     0.8.7claws4
4148         
4149         * src/stock_pixmap.[ch]
4150                 move SYLPHEED_LOGO to end of list in order 
4151                 to remove it from Custom Toolbar`s Icon View
4152
4153 2002-12-24 [alfons]     0.8.7claws3
4154
4155         * src/summaryview.c
4156                 summary_thread_build(): fix crash because of focus != selection 
4157                 after threading. when deleting the selection, gtk tries but fails 
4158                 to find the correct focusable element. we now force the selection
4159                 to be focused. this should solve the infamous bug reported by 
4160                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
4161                 a test case is available. 
4162
4163 2002-12-24 [darko]      0.8.7claws2
4164
4165         * src/summaryview.c
4166                 don't crash when unmarking message with unread children
4167
4168 2002-12-23 [christoph]  0.8.7claws1
4169
4170         * src/Makefile.am
4171         * src/common/Makefile.am
4172                 update Makefiles for moved intl.h, version.h and defs.h
4173         * src/imap.c
4174                 rewrite imap_session_get to avoid duplicate code
4175
4176 2002-12-23 [paul]       0.8.7claws
4177
4178         * Santa-Claws released
4179         
4180         * po/hu.po
4181           po/ru.po
4182                 squeeze in updated Hungarian and Russian translations.
4183                 Submitted by  Gál Zoltán and Ruslan N. Balkin
4184
4185 2002-12-23 [paul]       0.8.6claws129
4186
4187         * po/pl.po
4188                 updated by Witold Wladyslaw Wojciech Wilk
4189
4190 2002-12-23 [paul]       0.8.6claws128
4191
4192         * src/quote_fmt_parse.y
4193                 fix typo and add licence header
4194
4195 2002-12-23 [paul]       0.8.6claws127
4196
4197         * po/en_GB.po
4198                 updated
4199
4200 2002-12-23 [paul]       0.8.6claws126
4201
4202         * po/it.po
4203                 updated translation, submitted by Alessandro Maestri
4204                 
4205 2002-12-23 [paul]       0.8.6claws125
4206
4207         * src/quote_fmt_parse.y
4208                 fix signature-stripping on replies bug. match
4209                 '-- \n' and not '-- '.
4210
4211 2002-12-22 [paul]       0.8.6claws124
4212
4213         * po/bg.po
4214           po/es.po
4215           po/sr.po
4216                 updated translations. submitted by George Danchev,
4217                 Ricardo Mones Lastra, and Urke MMI respectively
4218
4219 2002-12-21 [paul]       0.8.6claws123
4220
4221         * src/addrbook.c
4222                 fix coding style
4223
4224 2002-12-21 [paul]       0.8.6claws122
4225
4226         * src/addrbook.c
4227                 fix bug [643638] where if a person is in one or more
4228                 addressbook groups editing that person's email 
4229                 address results in removal from those groups.
4230                 Patch submitted by Luke Plant.
4231
4232 2002-12-20 [christoph]  0.8.6claws121
4233
4234         * src/common/utils.c
4235         * src/summaryview.c
4236                 reimplement expand_search_string using GString to
4237                 prevent crashs caused by miscalculated string
4238                 lengths reported by Paul
4239
4240 2002-12-20 [christoph]  0.8.6claws120
4241
4242         * src/summaryview.c
4243                 don't use "changed" to check if op_count has to be changed as it
4244                 is also set when the message has unread children
4245                 (closes bug [ 653221 ] crash while deleting duplicates)
4246
4247 2002-12-20 [paul]       0.8.6claws119
4248
4249         * sync with 0.8.6cvs27
4250                 see ChangeLog 2002-12-20
4251
4252 2002-12-20 [paul]       0.8.6claws118
4253
4254         * sync with 0.8.6cvs26
4255                 see ChangeLog 2002-12-19 and 2002-12-20
4256
4257 2002-12-19 [alfons]     0.8.6claws117
4258
4259         * src/textview.c
4260                 fix incorrect parsing of email addresses, submitted by 
4261                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
4262                 name display if it contains @".
4263
4264 2002-12-18 [paul]       0.8.6claws116
4265
4266         * sync with 0.8.6cvs23
4267                 see ChangeLog 2002-12-18
4268
4269 2002-12-18 [paul]       0.8.6claws115
4270
4271         * src/Makefile.am
4272         * src/account.c
4273         * src/codeconv.c
4274         * src/gtkutils.[ch]
4275         * src/imap.c
4276                 sync with 0.8.6cvs22.
4277                 see ChangeLog 2002-12-17 and 2002-12-18
4278
4279 2002-12-17 [christoph]  0.8.6claws114
4280
4281         * src/imap.c
4282                 o don't create a session if imap greeting fails
4283                 o don't close socket when authentication fails
4284                   this is done by imap_session_destroy
4285
4286 2002-12-17 [thorsten]   0.8.6claws113
4287
4288         * tools/Makefile.am
4289           tools/README
4290           tools/google_msgid.pl ** NEW FILE **
4291                 Added "search for message-id" script and doc
4292
4293 2002-12-17 [thorsten]   0.8.6claws112
4294
4295         * po/hu.po
4296                 Updated hungarian translation
4297                 (updated by Gal Zoltan)
4298
4299 2002-12-16 [christoph]  0.8.6claws111
4300
4301         * src/addr_compl.c
4302                 remove stupid addressbook dump to debug output
4303         * src/mh.c
4304                 fix memory leak found by Hiro
4305
4306 2002-12-14 [paul]       0.8.6claws110
4307
4308         * src/compose.c
4309                 fix menubar sensitivity on send
4310                 
4311         * src/prefs_filtering.c
4312         * src/prefs_matcher.c
4313         * src/prefs_scoring.c
4314                 Fix english ;)
4315                 
4316         * src/common/quoted-printable.h
4317                 sync: fix typo
4318         
4319 2002-12-13 [christoph]  0.8.6claws109
4320
4321         * src/Makefile.am
4322         * src/manage_window.[ch]        ** REMOVE **
4323         * src/gtk/Makefile.am
4324         * src/gtk/manage_window.[ch]    ** NEW **
4325                 move manage_window files to gtk directory
4326
4327 2002-12-13 [christoph]  0.8.6claws108
4328
4329         * src/Makefile.am
4330         * src/gtkshruler.[ch]           ** REMOVE **
4331         * src/gtk/Makefile.am
4332         * src/gtk/gtkshruler.[ch]       ** NEW **
4333                 move gtkshruler files to gtk directory
4334
4335 2002-12-13 [christoph]  0.8.6claws107
4336
4337         * src/Makefile.am
4338         * src/compose.c
4339         * src/gtkstext.[ch]             ** REMOVE **
4340         * src/gtkutils.[ch]
4341         * src/textview.c
4342         * src/gtk/gtkstext.[ch]         ** NEW **
4343         * src/gtk/Makefile.am
4344                 o move stext functions to gtkstext.c to remove
4345                   dependency of gtkutils
4346                 o move gtkstext files to gtk directory
4347
4348         * src/gtk/Makefile.am
4349         * src/gtk/sslcertwindow.[ch]
4350                 UI stuff can always depend on common code so
4351                 it's ok to add ../common to include path
4352
4353 2002-12-13 [colin]      0.8.6claws106
4354
4355         * src/summaryview.c
4356                 Disconnect sighandlers for mainwindow when
4357                 quicksearch has the focus
4358                 Fix bug #653231
4359         * src/mainwindow.[ch]
4360                 Make key_pressed callback public, to be able
4361                 to disconnect it
4362
4363 2002-12-13 [christoph]  0.8.6claws105
4364
4365         * src/mh.c
4366                 create .mh_sequences file in new MH folders
4367                 (closes feature request [ 523162 ] MH folders should
4368                  get a .mh_sequences)
4369
4370 2002-12-13 [colin]      0.8.6claws104
4371
4372         * src/summaryview.c
4373                 Better handling of quicksearch show/hide
4374                 (basically the button stays under the mouse 
4375                  when toggled)
4376
4377 2002-12-13 [paul]       0.8.6claws103
4378
4379         * sync with 0.8.6cvs17
4380                 see ChangeLog 2002-12-13
4381
4382 2002-12-13 [paul]       0.8.6claws102
4383
4384         * po/es.po
4385                 updated by Ricardo Mones Lastra
4386
4387 2002-12-11 [colin]       0.8.6claws101
4388
4389         * src/folder.c
4390                 remove statusbar stuff
4391           src/folderview.c
4392                 set statusbar verbosity when moving folders
4393
4394 2002-12-11 [colin]       0.8.6claws100
4395         * src/prefs_filtering.c
4396         * src/prefs_matcher.c
4397         * src/prefs_scoring.c
4398                 Fix english ;)
4399
4400 2002-12-11 [colin]       0.8.6claws99
4401
4402         * src/prefs_common.[ch]
4403                 Add summary_quicksearch_type
4404         * src/summaryview.c
4405                 Save last used quicksearch type
4406
4407 2002-12-11 [jens]       0.8.6claws98
4408         * src/prefs_filtering.c
4409         * src/prefs_matcher.c
4410         * src/prefs_scoring.c
4411                 added dialog for incomplete rules in scoring, filtering and
4412                 matcher to ask wheather really close
4413
4414 2002-12-11 [colin]      0.8.6claws97
4415
4416         * src/folder.c
4417                 Fix folder dnd statusbar logging
4418
4419 2002-12-10 [christoph]  0.8.6claws96
4420
4421         * src/compose.c
4422         * src/folder.c
4423         * src/imap.c
4424         * src/inc.c
4425         * src/main.c
4426         * src/mainwindow.c
4427         * src/news.c
4428         * src/send.c
4429         * src/statusbar.[ch]
4430         * src/common/hooks.c
4431         * src/common/log.[ch]
4432                 o handle verbose logging in statusbar directly in statusbar code
4433                   and common code does not need any knowledge about a statusbar
4434                 o remove direct calls to statusbar_(puts|pop)_all functions
4435
4436 2002-12-10 [jens]       0.8.6claws95
4437
4438         * src/*.c
4439                 removed gettext from g_warnings
4440         * po/POTFILES.in
4441                 cleaned and updated
4442         * po/de.po
4443                 updated
4444
4445 2002-12-10 [colin]      0.8.6claws94
4446
4447         * src/main.c
4448                 finish crash dialog fix
4449
4450 2002-12-10 [colin]      0.8.6claws93
4451
4452         * src/main.c
4453                 "Fix" "sylpheed already running" instead of
4454                 crash dialog appearing after a crash
4455
4456 2002-12-10 [colin]      0.8.6claws92
4457
4458         * po/POTFILES.in
4459                 add src/gtk/sslcertwindow.c
4460
4461 2002-12-10 [paul]       0.8.6claws91
4462
4463         * po/POTFILES.in
4464                 updated to reflect recent changes
4465                 submitted by Alessandro Maestri
4466
4467 2002-12-09 [christoph]  0.8.6claws90
4468
4469         * src/Makefile.am
4470         * src/smtp.[ch]                 ** REMOVE **
4471         * src/common/Makefile.am
4472         * src/common/smtp.[ch]          ** NEW **
4473                 move smtp files to common directory
4474
4475 2002-12-09 [christoph]  0.8.6claws89
4476
4477         * src/Makefile.am
4478         * src/session.[ch]              ** REMOVE **
4479         * src/common/Makefile.am
4480         * src/common/session.[ch]       ** NEW **
4481                 move session files to common directory
4482
4483 2002-12-09 [paul]       0.8.6claws88
4484
4485         * src/account.c
4486                 fix bug [649746] edit accounts: move account reverted
4487                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
4488
4489 2002-12-09 [colin]      0.8.6claws87
4490
4491         * src/ssl_certificate.c
4492                 cleanup
4493
4494 2002-12-09 [colin]      0.8.6claws86
4495
4496         * src/ssl.c
4497                 Try to open the cert.pem database and 
4498                 issue a warning if it isn't there
4499
4500 2002-12-09 [colin]      0.8.6claws85
4501
4502         * src/common/ssl_certificate.c
4503         * src/gtk/sslcertwindow.c
4504                 Warning fixes
4505
4506 2002-12-09 [colin]      0.8.6claws84
4507
4508         * src/ssl_certificate.[ch] ** REMOVED **
4509         * src/common/ssl_certificate.[ch] ** NEW **
4510         * src/Makefile.am
4511         * src/common/Makefile.am
4512                 Moved ssl_certificate.[ch] to common
4513         * src/common/ssl.c 
4514                 Put back needed include
4515         * src/gtk/sslcertwindow.[ch]
4516                 Changed ssl_certificate.h include
4517         
4518 2002-12-09 [colin]      0.8.6claws83
4519
4520         * src/gtk/sslcertwindow.[ch]
4521                 Implement hook for certificate acception
4522         * src/ssl_certificate.[ch]
4523                 Implement hook for certificate acception
4524         * src/common/ssl.c
4525                 Reenable certificate acception check
4526         * src/mainwindow.c
4527                 Register sslcertwindow's hook
4528         
4529 2002-12-08 [christoph]  0.8.6claws82
4530
4531         * src/about.c
4532         * src/addr_compl.c
4533         * src/codeconv.c
4534         * src/manual.c
4535         * src/undo.c
4536         * src/common/utils.c
4537                 o add missing includes
4538                 o fix warnings
4539         * src/.cvsignore
4540         * src/common/.cvsignore
4541         * src/common/version.h          ** REMOVE **
4542                 remove autogenerated file
4543
4544 2002-12-08 [paul]       0.8.6claws81
4545
4546         * src/stringtable.c
4547                 put back needed include
4548
4549 2002-12-08 [colin]      0.8.6claws80
4550         
4551         * src/gtk/sslcertwindow.c
4552                 Cleaner popups when asking
4553         * src/ssl_certificate.c
4554         * src/prefs_common.[ch]
4555                 remove ssl certificate pref
4556                 put back needed include
4557         * src/undo.c
4558                 put back needed include
4559
4560 2002-12-08 [christoph]  0.8.6claws79
4561
4562         * src/folderview.c
4563         * src/logwindow.c
4564         * src/statusbar.c
4565         * src/summaryview.c
4566                 only abort hook invokation if required data is missing not
4567                 if our own data pointer is NULL, update hookfunction for
4568                 log window
4569
4570 2002-12-08 [paul]       0.8.6claws78
4571
4572         * src/about.c
4573         * src/addrcache.c
4574         * src/addrclip.c
4575         * src/addr_compl.c
4576         * src/addrselect.c
4577         * src/codeconv.c
4578         * src/colorlabel.c
4579         * src/enriched.c
4580         * src/esmtp.c
4581         * src/exporthtml.c
4582         * src/headerview.c
4583         * src/imageview.c
4584         * src/manual.c
4585         * src/noticeview.c
4586         * src/pgptext.c
4587         * src/scoring.c
4588         * src/sourcewindow.c
4589         * src/stringtable.c
4590         * src/undo.c
4591                 clean up: remove unneccesary includes
4592
4593 2002-12-08 [christoph]  0.8.6claws77
4594
4595         * src/folderview.c
4596         * src/statusbar.c
4597         * src/summaryview.c
4598         * src/common/hooks.[ch]
4599                 hook functions now have a gboolean return value, if a hook
4600                 returns TRUE it will stop executing of any more hooks in
4601                 the same hooklist for this invokation
4602
4603 2002-12-08 [colin]      0.8.6claws76
4604         
4605         * src/main.c
4606                 put back argv0 for CRASH_DIALOG
4607
4608 2002-12-08 [christoph]  0.8.6claws75
4609
4610         * src/Makefile.am
4611         * src/about.c
4612         * src/account.c
4613         * src/crash.c
4614         * src/esmtp.h
4615         * src/imap.[ch]
4616         * src/inc.c
4617         * src/main.c
4618         * src/mainwindow.c
4619         * src/news.c
4620         * src/pop.[ch]
4621         * src/prefs_account.[ch]
4622         * src/prefs_common.[ch]
4623         * src/send.[ch]
4624         * src/smtp.[ch]
4625         * src/ssl_certificate.[ch]
4626         * src/ssl_manager.[ch]
4627         * src/common/Makefile.am
4628         * src/common/log.c
4629         * src/common/nntp.[ch]
4630         * src/common/socket.[ch]
4631         * src/common/ssl.[ch]
4632         * src/gtk/sslcertwindow.[ch]
4633         * ac/openssl.m4
4634                 use new autoconf script to detect OpenSSL with extra parameters
4635                 to specify the location of libs and includes, also remove USE_SSL
4636                 to USE_OPENSSL
4637
4638         * src/common/sylpheed.[ch]
4639         * src/common/version.h.in
4640                 start seperation of common code initialization seperated from gui
4641
4642         * src/summaryview.c
4643                 The function that is called when a color label changes
4644                 should not change the color lable again
4645
4646 2002-12-08 [colin]      0.8.6claws74
4647
4648         * src/gtk/sslcertwindow.c
4649                 warning fixes
4650
4651 2002-12-08 [colin]      0.8.6claws73
4652
4653         * src/statusbar.c
4654           src/common/log.h
4655                 Register a hook for statusbar_puts_all
4656         * src/common/log.c
4657                 invoke statusbar_puts_all's hook
4658         
4659 2002-12-08 [colin]      0.8.6claws72
4660
4661         * src/ssl_certificate.c
4662                 Put back a badly-removed include
4663
4664 2002-12-08 [colin]      0.8.6claws71
4665
4666         * src/gtk/sslcertwindow.[ch]    ** NEW **
4667                 new certificate presentation
4668         * src/gtk/Makefile.am
4669                 add new files
4670         * src/ssl_certificate.[ch]
4671                 gtk cleanup, made utility functions public
4672         * src/ssl_manager.c
4673                 use new cert presentation
4674
4675 2002-12-07 [christoph]  0.8.6claws70
4676
4677         * src/Makefile.am
4678         * src/nntp.[ch]                 ** REMOVE **
4679         * src/common/Makefile.am
4680         * src/common/nntp.[ch]          ** NEW **
4681                 move nntp files to common directory
4682
4683 2002-12-07 [christoph]  0.8.6claws69
4684
4685         * src/procmsg.[ch]
4686         * src/summaryview.c
4687                 implement msginfo update callback using sylpheed's new
4688                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
4689
4690 2002-12-06 [christoph]  0.8.6claws68
4691
4692         * src/editgroup.c
4693                 This patch changes the 'Edit Group Details' dialog to
4694                 allow extended selections in either pane, so that
4695                 addresses can be added or removed from a group more
4696                 quickly and easily. (it actually is a net decrease in
4697                 file size, as some unnecessary functions have been
4698                 removed). 
4699                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
4700
4701 2002-12-06 [christoph]  0.8.6claws67
4702
4703         * src/Makefile.am
4704         * src/template.[ch]             ** REMOVE **
4705         * src/common/Makefile.am
4706         * src/common/template.[ch]      ** NEW **
4707                 move template files to common directory
4708
4709         * src/nntp.c
4710                 add missing log.h include
4711
4712 2002-12-06 [melvin]     0.8.6claws66
4713
4714         * src/prefs_actions.c
4715                 Added the trailing ">" syntax to insert command's output
4716                 without replacing old text (in contrast to trailing "|").
4717
4718 2002-12-05 [colin]      0.8.6claws65
4719         
4720         * src/common/utils.c
4721                 Don't modify original search_string or it'll change
4722                 the next iterations in the for()
4723
4724 2002-12-05 [darko]      0.8.6claws64
4725
4726         * src/common/utils.c
4727                 proper check for filtering commands, found by Colin
4728
4729 2002-12-05 [darko]      0.8.6claws63
4730
4731         * src/common/utils.c
4732                 check proper string for NULL pointer, found by Colin
4733
4734 2002-12-05 [darko]      0.8.6claws62
4735
4736         * src/common/utils.[ch]
4737                 expand_search_string(): new function
4738                 converts Mutt-like patterns to Sylpheed's
4739                 filtering engine
4740         * src/summaryview.c
4741                 use expand_search_string() to allow Mutt-like
4742                 patterns in extended search
4743         * README.claws
4744                 document extended option in quick search
4745
4746 2002-12-05 [paul]       0.8.6claws61
4747
4748         * sync with 0.8.6cvs16
4749                 see ChangeLog 2002-12-05
4750                 
4751         * po/POTFILES.in
4752                 clean up
4753
4754 2002-12-04 [christoph]  0.8.6claws60
4755
4756         * src/imap.[ch]
4757                 put imap authentication code into a new function and
4758                 remove it from imap_session_new that will allow to
4759                 send other commands before authentication
4760
4761 2002-12-04 [christoph]  0.8.6claws59
4762
4763         * src/imap.[ch]
4764                 use already existing method to prevent unneeded IMAP
4765                 folder selects. Set imap_select parameters to NULL
4766                 in some functions if the values are not required.
4767
4768         * src/xml.h
4769                 remove no longer required include
4770
4771 2002-12-04 [paul]       0.8.6claws58
4772
4773         * po/es.po
4774                 updated by Ricardo Mones Lastra
4775                 
4776         * configure.in
4777           po/hu.po      ** NEW FILE **
4778                 initial Hungarian translation, submitted
4779                 by Gál Zoltán <galzoli@hu.inter.net>
4780
4781 2002-12-03 [christoph]  0.8.6claws57
4782
4783         * src/Makefile.am
4784         * src/gtksctree.[ch]            ** REMOVE **
4785         * src/gtk/Makefile.am
4786         * src/gtk/gtksctree.[ch]        ** NEW **
4787                 move gtksctree files to gtk directory
4788
4789 2002-12-03 [christoph]  0.8.6claws56
4790
4791         * src/Makefile.am
4792         * src/md5.[ch]                  ** REMOVE **
4793         * srm/common/Makefile.am
4794         * src/common/md5.[ch]           ** NEW **
4795                 move md5 files to common directory
4796
4797         * src/gtkstext.c
4798                 remove not required #include
4799
4800 2002-12-03 [sergey]     0.8.6claws55
4801
4802         * src/gtkutils.c
4803         * src/gtkutils.h
4804                 gtkut_window_popup(): new function.
4805         * src/mainwindow.c
4806                 main_window_popup(): use gtkut_window_popup() to raise
4807                 window without changing its position.
4808                 (see sylpheed-main ML message [sylpheed:17247])
4809
4810 2002-12-03 [sergey]     0.8.6claws54
4811
4812         * src/send.c
4813                 send_message_local(): removed first-dot escaping
4814                 (SMTP-only, not needed for sending through pipe)
4815
4816 2002-12-03 [paul]       0.8.6claws53
4817
4818         * po/POTFILES.in
4819                 update to reflect recent changes (thanks
4820                 to Ricardo Mones Lastra)
4821                 
4822         * tools/filter_conv.pl
4823                  fix problem with quoted strings. Patch submitted
4824                  by Luke Plant <lukeplant@softhome.net>
4825
4826 2002-12-03 [paul]       0.8.6claws52
4827
4828         * sync with 0.8.6cvs15
4829                 see ChangeLog 2002-12-03
4830
4831 2002-12-02 [christoph]  0.8.6claws51
4832
4833         * src/logwindow.[ch]
4834         * src/common/log.[ch]
4835                 implement logging using a hook function
4836
4837         * src/folderview.c
4838         * src/folder.[ch]
4839                 define hooklist name in header file to avoid
4840                 errors caused by wrong spelling of hooklist names
4841
4842         * src/toolbar.c
4843                 fix warnings
4844
4845 2002-12-02 [christoph]  0.8.6claws50
4846
4847         * src/common/Makefile.am
4848                 add src/common/hooks.[ch]
4849
4850         * src/common/hooks.[ch]
4851                 implement a simple hook system using glib's hook functions
4852
4853         * src/folder.[ch]
4854         * src/folderview.c
4855                 use new hook system for folder item updates
4856
4857 2002-12-02 [christoph]  0.8.6claws49
4858
4859         * doc-src/ui_seperation.txt     ** NEW **
4860                 information for ui seperation
4861
4862         * src/Makefile.am
4863                 remove files that were moved to common
4864                 include common directory by default for the header files
4865
4866         * src/inc.c
4867         * src/common/socket.c
4868         * src/automaton.[ch]
4869                 implement automaton using g_io_*-functions instead of
4870                 gdk_input_add to make it ui independent
4871
4872         * src/codeconv.c
4873         * src/compose.c
4874         * src/ldif.c
4875         * src/pgptext.c
4876         * src/procmime.c
4877         * src/rfc2015.c
4878         * src/smtp.c
4879         * src/unmime.c
4880                 remove common/ prefix because directory is now in
4881                 include path
4882
4883         * src/compose.c
4884         * src/folder.c
4885         * src/folderview.c
4886         * src/mainwindow.c
4887         * src/messageview.c
4888         * src/prefs_common.c
4889         * src/procmsg.c
4890         * src/rfc2015.c
4891                 fix warnings
4892
4893         * src/imap.c
4894         * src/inc.c
4895         * src/news.c
4896         * src/pop.c
4897         * src/send.c
4898         * src/smtp.c
4899         * src/ssl_certificate.c
4900                 add log.h header file for logging functions
4901
4902         * src/main.c
4903         * src/common/utils.c
4904         * src/summaryview.c
4905         * src/xml.c
4906                 o move debug_mode to common/utils.c
4907                 o add functions to set and get debug_mode
4908
4909         * src/defs.h                    ** REMOVE **
4910         * src/intl.h                    ** REMOVE **
4911         * src/socket.[ch]               ** REMOVE **
4912         * src/ssl.[ch]                  ** REMOVE **
4913         * src/utils.[ch]                ** REMOVE **
4914                 replaced by new files in src/common/
4915         
4916         * src/common/Makefile.am
4917                 add new files in src/common/
4918
4919         * src/common/defs.h             ** NEW **
4920         * src/common/intl.h             ** NEW **
4921         * src/common/log.[ch]           ** NEW **
4922         * src/common/socket.[ch]        ** NEW **
4923         * src/common/ssl.[ch]           ** NEW **
4924         * src/common/utils.[ch]         ** NEW **
4925                 replacement for files in src/
4926
4927 2002-12-02 [colin]      0.8.6claws48
4928
4929         * src/folderview.c
4930                 Scroll folderview if necessary during dnd
4931
4932 2002-12-02 [colin]      0.8.6claws47
4933
4934         * src/folder.[ch]
4935                 Add check to verify a move is within a single mailbox
4936         * src/folderview.c
4937                 Add specific error string for this check
4938
4939 2002-12-02 [colin]      0.8.6claws46
4940
4941         * src/folder.c
4942                 Add a test to folder moving, remove a statusbar_print
4943         * src/folderview.c
4944                 Add Move folder... context-menu item
4945                 Factorize folder moving code
4946                 Enable folder DND for mbox
4947
4948 2002-12-01 [christoph]  0.8.6claws45
4949
4950         * ac/aspell.m4
4951                 remove conf.aspelltest if the version check fails
4952
4953 2002-11-30 [christoph]  0.8.6claws44
4954
4955         * autogen.sh
4956                 run libtoolize --force in autogen to create missing
4957                 libtool scripts
4958
4959 2002-11-30 [christoph]  0.8.6claws43
4960
4961         * src/Makefile.am
4962         * src/pgptext.c
4963         * src/procmime.c
4964         * src/rfc2015.c
4965         * src/uuencode.[ch]             ** REMOVED **
4966         * src/common/Makefile.am
4967         * src/common/uuencode.[ch]      ** NEW **
4968                 move uuen/decoder to common directory
4969
4970 2002-11-30 [christoph]  0.8.6claws42
4971
4972         * src/Makefile.am
4973         * src/base64.[ch]               ** REMOVED **
4974         * src/codeconv.c
4975         * src/compose.c
4976         * src/ldif.c
4977         * src/pgptext.c
4978         * src/procmime.c
4979         * src/rfc2015.c
4980         * src/smtp.c
4981         * src/unmime.c
4982         * src/common/Makefile.am
4983         * src/common/base64.[ch]        ** NEW **
4984                 move base64 en/decoder to common directory
4985
4986 2002-11-30 [christoph]  0.8.6claws41
4987
4988         * src/common                    ** NEW **
4989                 new directory for UI independent code
4990         * src/gtk                       ** NEW **
4991                 new directory for GTK frontend
4992         * src/common/.cvsignore         ** NEW **
4993         * src/gtk/.cvsignore            ** NEW **
4994                 ignore build files
4995         * src/common/Makefile.am        ** NEW **
4996         * src/gtk/Makefile.am           ** NEW **
4997                 automake files to build new seperated stuff
4998         * src/Makefile.am
4999                 the binary will currently still be build with the
5000                 files in src, so we include the code from the
5001                 subdirs for now after building the libs there
5002
5003 2002-11-30 [paul]       0.8.6claws40
5004
5005         * src/compose.c
5006                 fix bug [642731] 'Wrong selected account with drafted mail'
5007
5008 2002-11-29 [oliver]     0.8.6claws39
5009         
5010         * src/messageview.c
5011                 o update summaryview when switching between different
5012                   messageviews          
5013         * src/toolbar.c  
5014                 o check if messageview holds already removed msg
5015                   from summaryview
5016                 
5017
5018 2002-11-29 [oliver]     0.8.6claws38
5019
5020         * src/toolbar.c 
5021                 remove not needed variables and includes
5022                 make messageview stay opened and move to next when msgs are deleted 
5023
5024 2002-11-29 [oliver]     0.8.6claws37
5025         
5026         * src/toolbar.c 
5027                 disable compose button (messageview toolbar) by default
5028                 deleted msgs are moved to trash
5029         
5030 2002-11-29 [melvin]     0.8.6claws36
5031
5032         * configure.in
5033                 Increased minimal gpgme version to 0.3.10 (Zombies out)
5034                 and to detect signatures expirations (gpgme 0.3.6)
5035
5036         * src/main.c
5037                 Use non obsolescent function for Gpgme engine checking.
5038
5039         * src/rfc2015.c
5040                 Inform about expired signatures or signatures which key
5041                 has expired. Expiration date is displayed.
5042
5043         * src/sigstatus.c
5044                 Inform about expired signatures or signatures which key
5045                 has expired.
5046
5047 2002-11-28 [paul]       0.8.6claws35
5048
5049         * src/folderview.c
5050                 re-instate 'Check for new messages' in Newsgroup
5051                 folders right-click menu, after a suggestion from
5052                 Tim Mann <timmann@users.sourceforge.net>
5053
5054         * src/main.c
5055                 after a crash check only local folders for new
5056                 messages
5057
5058 2002-11-28 [paul]       0.8.6claws34
5059
5060         * configure.in
5061                 apply patch that fixes the checking of GTK with XIM 
5062                 support on different OSs, such as FreeBSD. Patch 
5063                 submitted by Topia <topia@users.sourceforge.net>
5064                 
5065 2002-11-28 [paul]       0.8.6claws33
5066
5067         * src/mainwindow.c
5068           src/prefs_common.c
5069           src/prefs_toolbar.c
5070                 more changes to the English
5071
5072 2002-11-28 [paul]       0.8.6claws32
5073
5074         * sync with 0.8.6cvs13
5075                 see ChangeLog 2002-11-28 (no sync needed
5076                 for src/compose.c)
5077
5078 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
5079         
5080         * src/mainwindow.[ch]
5081                 add patch by Ivan F. Martinez introducing messageview Toolbar
5082                 some changes and committed by oliver    
5083
5084 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
5085
5086         * src/messageview.[ch]
5087                 add patch by Ivan F. Martinez introducing messageview Toolbar
5088                 some changes and committed by oliver    
5089
5090 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
5091
5092         * src/compose.[ch]
5093                 add patch by Ivan F. Martinez introducing messageview Toolbar
5094                 some changes and committed by oliver    
5095
5096 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
5097         
5098         * src/toolbar.[ch]
5099                 add patch by Ivan F. Martinez introducing messageview Toolbar
5100                 some changes and committed by oliver
5101
5102 2002-11-28 [oliver]     0.8.6claws27
5103         
5104         * src/prefs_toolbar.[ch]
5105                 getting ready for messageview toolbar
5106                 free mem allocated by gettext
5107                 change prefs_toolbar to prefs_toolbar_open
5108  
5109 2002-11-28 [thorsten]   0.8.6claws26
5110
5111         * src/imageview.[ch]
5112                 cleaned up conflicting declarations of
5113                 imageview_show_image()
5114
5115 2002-11-28 [paul]       0.8.6claws25
5116
5117         * src/grouplistdialog.c
5118           src/prefs_common.c
5119           src/prefs_summary_column.c
5120                 a few more improvements to the English
5121
5122 2002-11-28 [colin]      0.8.6claws24
5123
5124         * man/sylpheed.1
5125                 A few updates to command-line parameters
5126
5127 2002-11-28 [colin]      0.8.6claws23
5128
5129         * src/prefs_filtering.c
5130                 Fix problems with prefs_filtering_delete_path:
5131                 a) if the first rule is removed, original pointers
5132                    weren't updated (leading to segfaults)
5133                 b) it was always global_processing updated in case
5134                    of removed path was parent of rule path
5135
5136 2002-11-27 [paul]       0.8.6claws22
5137
5138         * src/mainwindow.c
5139           src/prefs_account.c
5140           src/prefs_actions.c
5141           src/prefs_common.c
5142           src/prefs_customheader.c
5143           src/prefs_display_header.c
5144           src/prefs_filtering.c
5145           src/prefs_folder_item.c
5146           src/prefs_matcher.c
5147           src/prefs_scoring.c
5148           src/prefs_summary_column.c
5149           src/prefs_template.c
5150           src/prefs_toolbar.c
5151                  improve the English in the GUI
5152
5153 2002-11-27 [colin]      0.8.6claws21
5154
5155         * src/folder.c
5156                 Fix processing renaming problems happening after
5157                 last commit
5158
5159 2002-11-27 [colin]      0.8.6claws20
5160
5161         * src/folder.c
5162                 recursive move now deletes src each subfolder after 
5163                 having moved it
5164         * src/folderview.c
5165                 Use identifier instead of path during dnd (enables
5166                 IMAP folder dnd)
5167
5168 2002-11-27 [paul]       0.8.6claws19
5169
5170         * src/main.c
5171                 apply patch that does command-line processing 
5172                 BEFORE gtk_init, allowing claws to run from 
5173                 shell-scripts in non-X environment (e.g. crontab 
5174                 or ip-up, ip-down scripts). Patch submitted by
5175                 Ruslan N. Balkin <baron@dartel.ru>
5176                 
5177         * po/it.po
5178                 updated by Alessandro Maestri
5179
5180 2002-11-27 [paul]       0.8.6claws18
5181
5182         * sync with 0.8.6cvs12
5183           src/prefs_common.c
5184                 Differences are that main uses a 'Receive dialog'
5185                 frame on the Interface tab, whereas claws groups all 
5186                 the dialogs together in a 'Dialogs' frame.
5187
5188 2002-11-27 [colin]      0.8.6claws17
5189
5190         * src/prefs_matcher.c
5191                 Fix Execute criteria's NOT flag
5192
5193
5194 2002-11-26 [christoph]  0.8.6claws16
5195
5196         * src/ssl.c
5197                 rewrite the ssl code a little bit, only use one
5198                 SSL context, set default certificates' file/path
5199
5200 2002-11-26 [thorsten]   0.8.6claws15
5201
5202         * src/compose.c
5203                 default-reply-to didn't work for ml-reply
5204
5205 2002-11-26 [melvin]     0.8.6claws14
5206
5207         * src/prefs_actions.c
5208                 Made pipe-actions ignore short headers in message view
5209                 Made trailing-pipe-actions write in the message view with
5210                 the same font as the original message
5211
5212 2002-11-26 [paul]       0.8.6claws13
5213
5214         * src/compose.c
5215                 this time commit the correct file
5216
5217 2002-11-26 [paul]       0.8.6claws12
5218
5219         * sync with 0.8.6cvs11
5220           src/quote_fmt_parse.y  
5221                 no sync needed
5222           src/account.[ch]       
5223                 not sync'ed
5224           src/compose.c
5225                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
5226                 on draft mode.
5227                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
5228                 header
5229                 
5230         see ChangeLog 2002-11-25 and 2002-11-26
5231
5232 2002-11-26 [colin]      0.8.6claws11
5233
5234         * src/folderview.c
5235                 Fix collapsed folder not auto-expanding during
5236                 mail dnd, if it was the source folder.
5237
5238 2002-11-25 [colin]      0.8.6claws10
5239
5240         * src/folderview.[ch]
5241                 Variable renaming and cleaning (slist of nodes 
5242                 to be re-collapsed is stored in FolderView)
5243
5244 2002-11-25 [paul]       0.8.6claws9
5245
5246         * src/prefs_common.[ch]
5247                 fix breakage caused by last commit
5248
5249 2002-11-25 [paul]       0.8.6claws8
5250
5251         * sync with 0.8.6cvs4
5252                 see ChangeLog 2002-11-21
5253
5254 2002-11-25 [paul]       0.8.6claws7
5255
5256         * sync with 0.8.6cvs4
5257                 see ChangeLog 2002-11-20
5258
5259 2002-11-25 [paul]       0.8.6claws6
5260
5261         * sync with 0.8.6cvs3
5262                 see ChangeLog 2002-11-18
5263
5264 2002-11-25 [colin]      0.8.6claws5
5265
5266         * src/gtkutils.[ch]
5267                 Add gtkut_ctree_node_is_parent()
5268         * src/folderview.c
5269                 Spring-loaded folders
5270
5271 2002-11-25 [colin]      0.8.6claws4
5272
5273         * src/utils.[ch]
5274                 Add slist_concat_unique(), function to merge
5275                 two GSList filtering dups
5276         * src/folder.[ch]
5277         * src/summaryview.[ch]
5278         * src/folderview.c
5279         * src/main.c
5280                 Add detection/update/display of unread answers
5281                 to marked mails
5282         * src/procmsg.[ch]
5283                 Add procmsg_find_children()
5284                 Add procmsg_msg_has_marked_parent()
5285
5286 2002-11-25 [colin]      0.8.6claws3
5287
5288         * src/ssl_certificate.[ch]
5289                 Allow checking a certificate without a DNS
5290                 lookup
5291                 Allow to forget a cert (by deleting it)
5292                 Make ssl_certificate_destroy_public
5293         * src/ssl_manager.[ch] ** NEW FILES **
5294                 Gui to manage (display/remove) certificates
5295         * src/prefs_common.[ch]
5296                 Add a pref to allow silent acceptation of
5297                 trusted certificates or not (based on the
5298                 "I want to know what's going on" principle)
5299         * src/mainwindow.c
5300                 Add SSL manager in Tools menu
5301         * src/Makefile.am
5302                 Add the new files to the build
5303         * po/POTFILES.in
5304                 Add ssl_manager.c to translations
5305
5306 2002-11-25 [colin]      0.8.6claws2
5307
5308         * src/summaryview.[ch]
5309                 Add S_SEARCH_EXTENDED to the quick search, which 
5310                 allows to search using filtering syntax.
5311
5312 2002-11-25 [colin]      0.8.6claws1
5313
5314         * src/summaryview.c
5315                 Deletion of duplicates now prefer deleting
5316                 the unread dup (fixes feature-request 638989).
5317
5318 2002-11-24 [paul]       0.8.6claws
5319
5320         * po/es.po
5321           po/pl.po
5322           po/ru.po
5323           po/sr.po
5324                 updated by Ricardo Mones Lastra,
5325                 Witold Wladyslaw Wojciech Wilk,
5326                 Ruslan N. Balkin, and  Urke MMI 
5327                 respectively
5328
5329 2002-11-24 [paul]       0.8.5claws182
5330
5331         * po/bg.po
5332                 updated by George Danchev
5333
5334 2002-11-23 [alfons]     0.8.5claws181
5335
5336         * src/imap.c
5337                 tiny memory leak found by browsing Dimitar's 
5338                 valgrind report
5339
5340 2002-11-23 [paul]       0.8.5claws180
5341
5342         * po/it.po
5343                 updated by Alessandro Maestri
5344
5345 2002-11-22 [christoph]  0.8.5claws179
5346
5347         * src/compose.c
5348         * src/inc.c
5349         * src/prefs_filtering.c
5350         * src/summaryview.c
5351                 more warning fixes
5352
5353 2002-11-22 [alfons]     0.8.5claws178
5354
5355         * src/summaryview.c
5356                 summary_execute_delete_func(): if message is deleted, make 
5357                 sure to also remove its entry in the subject hash table. 
5358                 fixes a corner case bug.
5359
5360 2002-11-22 [paul]       0.8.5claws177
5361
5362         * .cvsignore
5363                 add 'autom4te.cache'
5364                 
5365         * ltconfig      ** REMOVED **
5366                 not needed
5367
5368 2002-11-22 [paul]       0.8.5claws176
5369
5370         * src/textview.c
5371                 textview_set_font(): fix for message display in
5372                 UTF-8 locales (thanks to Sergey Vlasov).
5373                 
5374         * AUTHORS
5375                 add new team members and contributors
5376
5377
5378 2002-11-21 [colin]      0.8.5claws175
5379
5380         * src/procmsg.[ch]
5381                 Add procmsg_remove_special_headers()
5382         * src/mh.c
5383                 Use procmsg_remove_special_headers() for 
5384                 previous fix
5385
5386 2002-11-21 [colin]      0.8.5claws174
5387
5388         * src/mh.c
5389                 Fix moving/copying from queue/draft folders
5390                 for MH folders
5391
5392 2002-11-21 [christoph]  0.8.5claws173
5393
5394         * src/crash.c
5395         * src/filtering.c
5396         * src/logwindow.c
5397         * src/main.c
5398         * src/matcher_parser_lex.[hl]
5399         * src/mbox.c
5400         * src/mbox_folder.[ch]
5401         * src/prefs_filtering.c
5402         * src/procheader.c
5403         * src/quote_fmt_lex.l
5404         * src/ssl.c
5405                 fix all warnings except the warnings in lex and yacc files
5406
5407 2002-11-20 [christoph]  0.8.5claws172
5408
5409         * src/imap.c
5410                 fix MsgInfo retrieval for IMAP draft and queue folders
5411                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
5412
5413 2002-11-19 [christoph]  0.8.5claws171
5414
5415         * src/compose.c
5416                 fix segfault, when draft saving does not get
5417                 the MsgInfo of the new message
5418                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
5419
5420 2002-11-19 [christoph]  0.8.5claws170
5421
5422         * src/procmsg.c
5423                 add parameter check for flag setting function
5424                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
5425
5426 2002-11-18 [paul]       0.8.5claws169
5427
5428         * src/compose.c
5429                 more sensitivity fixes to redirect mode:
5430                 * disable toolbar draft button
5431                 * allow only Address book in the Tools menu
5432                 * disable editing of message by the spell
5433                   checker
5434
5435 2002-11-18 [paul]       0.8.5claws168
5436
5437         * src/compose.c
5438                 fix sensitivity of menu items in compose_redirect():
5439                 allow only the necessary items 
5440
5441 2002-11-18 [paul]       0.8.5claws167
5442
5443         * src/compose.c
5444                 fix bug [ 603259 ] 'attachment got lost on bounce'
5445
5446 2002-11-18 [paul]       0.8.5claws166
5447
5448         * po/ru.po
5449                 updated by Ruslan N. Balkin <baron@dartel.ru>
5450
5451 2002-11-18 [colin]      0.8.5claws165
5452
5453         * src/main.c
5454           src/defs.h
5455                 Remove old filtering stuff
5456
5457
5458 2002-11-17 [oliver]     0.8.5claws164
5459
5460         * src/toolbar.h
5461                 remove not needed typedef 
5462
5463 2002-11-17 [oliver]     0.8.5claws163
5464
5465         * src/toolbar.c
5466                 make toolbar's on click events translatable
5467
5468 2002-11-15 [colin]      0.8.5claws162
5469
5470         * src/summaryview.c
5471                 Revert too-soon integration of a feature
5472
5473 2002-11-15 [christoph]  0.8.5claws161
5474
5475         * src/imap.c
5476                 use main's implementation of imap_get_msginfo
5477
5478 2002-11-15 [christoph]  0.8.5claws160
5479
5480         * src/compose.c
5481         * src/folder.[ch]
5482         * src/imap.c
5483         * src/mbox_folder.c
5484         * src/mh.c
5485         * src/news.c
5486         * src/procmsg.c
5487         * src/summaryview.c
5488                 replace claws' fetch_msginfo with main's get_msginfo
5489                 (use main's implementation where possible)
5490
5491 2002-11-15 [colin]      0.8.5claws159
5492
5493         * src/ssl_certificate.c
5494                 Missed a check
5495
5496 2002-11-16 [melvin]     0.8.5claws158
5497
5498         * po/fr.po
5499                 Updated French translations.
5500
5501 2002-11-16 [colin]      0.8.5claws157
5502
5503         * src/ssl_certificate.c
5504                 Check for missing parts in the certificates
5505
5506 2002-11-15 [colin]      0.8.5claws156
5507
5508         * src/folderview.c
5509                 Preventive fix (missing check) found by
5510                 Alfons
5511
5512 2002-11-15 [paul]
5513
5514         * NEWS
5515                 sync with 0.8.6 release
5516
5517 2002-11-15 [colin]      0.8.5claws155
5518
5519         * src/folder.[ch]
5520           src/folderview.c
5521                 Fix error handling of folder_item_move_to()
5522                 (thanks to Alfons!)
5523
5524 2002-11-15 [colin]      0.8.5claws154
5525
5526         * src/folder.[ch]
5527           src/folderview.c
5528                 folder_item_move_to() sets an error message instead
5529                 of having GUI stuff in folder.c
5530
5531 2002-11-15 [colin]      0.8.5claws153
5532
5533         * src/procmsg.[ch]
5534                 Implemented a callback for MsgInfo updates, 
5535                 heavily copy/pasted from Christoph's folder 
5536                 callback system
5537         * src/summaryview.[ch]
5538                 Register summary_update_msg as callback
5539
5540 2002-11-14 [colin]      0.8.5claws152
5541         
5542         * src/procmsg.c
5543                 Update the FolderItem after sending (fixes 617593)
5544
5545 2002-11-14 [christoph]  0.8.5claws151
5546
5547         * src/folder.c
5548                 fix wrong position of NULL pointer check found
5549                 by Sergey
5550
5551 2002-11-14 [christoph]  0.8.5claws150
5552
5553         * src/folder.c
5554                 fix segfault when deleting messages from IMAP folders
5555                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
5556
5557 2002-11-14 [colin]      0.8.5claws149
5558
5559         * src/compose.c
5560                 Forwarding was also ignoring the folder's default account.
5561
5562 2002-11-14 [colin]      0.8.5claws148
5563
5564         * src/compose.c
5565                 Fix sent folder not set to folder properties when 
5566                 forwarding.
5567
5568 2002-11-14 [thorsten]   0.8.5claws147
5569
5570         * src/inc.c
5571                 inc_start(): Files were not moved from .processing to inbox,
5572                 if no global processing rule existed
5573
5574 2002-11-14 [colin]      0.8.5claws146
5575
5576         * src/ssl_certificate
5577                 Fix file operations
5578
5579 2002-11-14 [paul]       0.8.5claws145
5580
5581         * po/it.po
5582                 updated by Alessandro Maestri
5583
5584 2002-11-13 [alfons]     0.8.5claws144
5585
5586         * src/folder.c
5587                 folder_item_close(): only mark messages unread
5588                 when a folder has new messages 
5589
5590 2002-11-13 [keith]      0.8.5claws143
5591
5592         * src/imap.c
5593                 Fix problem moving or copying between
5594                 IMAP folders
5595
5596 2002-11-13 [colin]      0.8.5claws142
5597
5598         * src/matcher_parser_parse.y
5599                 Fix rule problem when " don't match
5600
5601 2002-11-13 [christoph]  0.8.5claws141
5602
5603         * src/folder.c
5604         * src/folderview.c
5605                 moved cache saving to folder_item_close
5606                 the folderview should not have to deal with
5607                 this things
5608
5609 2002-11-13 [christoph]  0.8.5claws140
5610
5611         * src/summaryview.c
5612                 moved setting of important score to
5613                 summary_set_prefs_from_folderitem
5614
5615 2002-11-13 [colin]      0.8.5claws139
5616
5617         * src/matcher_parser_parse.y
5618                 Fix a segfault in the parser (happening when
5619                 a good expression had been tested and a bad 
5620                 one arrives)
5621
5622 2002-11-13 [paul]       0.8.5claws138
5623
5624         * sync with 0.8.5cvs24
5625                 see ChangeLog 2002-11-13
5626                 
5627         * po/pt_BR.po
5628                 updated by Fabio Jr. Beneditto
5629
5630 2002-11-13 [colin]      0.8.5claws137
5631         
5632         * src/msgcache.c
5633           src/defs.h
5634           src/procmsg.[ch]
5635                 Revert last commit, problem
5636
5637 2002-11-13 [colin]      0.8.5claws136
5638
5639         * src/msgcache.c
5640                 Remove duplicated code
5641         * src/defs.h
5642                 Bumped CACHE_VERSION and MARK_VERSION
5643         * src/procmsg.[ch]
5644                 Network endian for cache and mark files
5645
5646 2002-11-12 [colin]      0.8.5claws135
5647
5648         * src/inc.c
5649                 Fix the "socket error" dialog which disappeared
5650
5651 2002-11-12 [colin]      0.8.5claws134
5652
5653         * src/msgcache.c
5654                 Reverse last commit which had performance 
5655                 problems, but still reverse the list
5656
5657 2002-11-12 [colin]      0.8.5claws133
5658
5659         * src/msgcache.c
5660                 Reverse list order
5661
5662 2002-11-12 [melvin]     0.8.5claws132
5663
5664         * src/compose.c
5665                 Added a check for a NULL prefs_common.dictionary
5666
5667 2002-11-12 [colin]      0.8.5claws131
5668
5669         * src/ssl_certificate.[ch]
5670                 Use FQDN hostname
5671
5672 2002-11-12 [colin]      0.8.5claws130
5673
5674         * src/ssl_certificate.[ch]
5675                 Take connection port into account for 
5676                 checking certificates (a single hostname
5677                 could have multiple servers with multiple
5678                 certificates)
5679         * src/ssl.c
5680                 Pass the port to ssl_certificate_check
5681
5682 2002-11-12 [paul]       0.8.5claws129
5683
5684         * src/folder.c
5685                 fix a typo in last commit
5686
5687 2002-11-12 [paul]       0.8.5claws128
5688
5689         * sync with 0.8.5cvs23
5690                 see ChangeLog entry 2002-11-12
5691
5692 2002-11-11 [colin]      0.8.5claws127
5693
5694         * src/ssl_certificate.c
5695                 Cleaner messages
5696                 Don't popup, instead log error, if the 
5697                 corresponding pref is checked
5698         * src/ssl_certificate.h
5699                 include <openssl/objects/h>
5700
5701 2002-11-11 [colin]      0.8.5claws126
5702
5703         * src/ssl_certificate.h
5704                 _Really_ clean it
5705
5706 2002-11-11 [colin]      0.8.5claws125
5707         
5708         * src/ssl_certificate.c
5709                 Fixed leak
5710
5711 2002-11-11 [colin]      0.8.5claws124
5712
5713         * src/ssl.c
5714                 Cleaned a bit
5715         * src/ssl_certificate.[ch]
5716                 Cleaned a bit (better use of SSL API)
5717                 (This will cause non-recognition of saved 
5718                  certificates of claws12[23]...)
5719
5720 2002-11-11 [paul]       0.8.5claws123
5721         
5722         * po/es.po
5723                 updated by Ricardo Mones Lastra
5724
5725 2002-11-11 [colin]      0.8.5claws122
5726
5727         * src/ssl.c
5728                 Fix a typo
5729
5730 2002-11-11 [colin]      0.8.5claws121
5731
5732         * src/ssl_certificate.[ch] ** NEW FILES **
5733         * src/ssl.[ch]
5734                 Check SSL certificates presented to us
5735         * src/Makefile.am
5736                 Add ssl_certificate.[ch]
5737         * po/POTFILES.in
5738                 Add ssl_certificate.c
5739
5740 2002-11-11 [paul]       0.8.5claws120
5741
5742         * sync with 0.8.5cvs22
5743                 see ChangeLog 2002-11-11
5744
5745 2002-11-11 [paul]       0.8.5claws119
5746
5747         * sync with 0.8.5cvs21
5748                 see ChangeLog 2002-11-11
5749
5750 2002-11-10 [jens]       0.8.5claws118
5751
5752         * src/folder.c
5753         * src/folderview.c
5754                 corrected some typing
5755         * po/de.po
5756                 updated german translation
5757         * sylpheed.spec.in
5758                 cleaned up specfile and adjusted it for claws
5759
5760 2002-11-10 [colin]      0.8.5claws117
5761
5762         * src/summaryview.c
5763                 a STATUSBAR_PUSH/POP fix
5764
5765 2002-11-10 [colin]      0.8.5claws116
5766
5767         * src/prefs_folder_item.c
5768                 Fix hanging after opening folder properties
5769
5770 2002-11-10 [hoa]        0.8.5claws115
5771
5772         * src/matcher_parser_lex.l
5773         * src/matcher_parser_parse.y
5774                 config file for scoring and filtering is no more trashed
5775                 when there is a syntax error in a filtering rule when
5776                 editing it in a dialog.
5777
5778 2002-11-09 [colin]      0.8.5claws114
5779
5780         * src/mbox_folder.c
5781                 Added missing initialisation of folder->destroy()
5782
5783 2002-11-09 [colin]      0.8.5claws113
5784
5785         * src/folder.c
5786           src/folderview.c
5787                 Fix the status bar messages
5788
5789 2002-11-09 [colin]      0.8.5claws112
5790
5791         * src/folderview.c
5792                 Fix hangs after folder dnd, happening after 
5793                 claws109.
5794
5795 2002-11-09 [christoph]  0.8.5claws111
5796
5797         * src/folderview.c
5798                 just changed order of calls (reverse order of
5799                 associated calls)
5800         * src/inc.c
5801                 lock inc when checking only one account, otherwise
5802                 inc all could be executed at the same time
5803
5804 2002-11-09 [christoph]  0.8.5claws110
5805
5806         * src/folderview.c
5807                 better unlock the mouse cursor before calling
5808                 summary_show because it changes the cursor too
5809
5810 2002-11-09 [christoph]  0.8.5claws109
5811
5812         * src/folder.[ch]
5813         * src/folderview.c
5814                 add functions to open and close a folder
5815                 o opending will execute scanning for remote folders
5816                   and processing
5817                 o closing will unset new flag for messages
5818
5819 2002-11-09 [colin]      0.8.5claws108
5820
5821         * src/folder.c
5822                 Add a call to prefs_matcher_write_config to 
5823                 avoid non-leaf folders filtering settings to be
5824                 lost
5825
5826 2002-11-09 [paul]       0.8.5claws107
5827
5828         * src/prefs_account.c
5829                 re-word a label
5830
5831 2002-11-09 [colin]      0.8.5claws106
5832
5833         * src/folderview.c
5834                 Minor esthetic fix
5835
5836 2002-11-09 [colin]      0.8.5claws105
5837
5838         * src/folderview.c
5839                 Fix prefs_filtering deletion for MH folders (same
5840                 reason as below)
5841         * src/prefs_filtering.c
5842                 Fix prefs_filtering renaming and deletion for 
5843                 folder-based processing rules.  
5844
5845 2002-11-09 [christoph]  0.8.5claws104
5846
5847         * src/compose.c
5848         * src/folder.[ch]
5849         * src/folderview.[ch]
5850         * src/import.c
5851         * src/inc.c
5852         * src/main.c
5853         * src/mainwindow.c
5854         * src/messageview.c
5855         * src/prefs_folder_item.c
5856         * src/procmsg.c
5857         * src/summaryview.c
5858                 implement a callback system for folder item updates
5859
5860 2002-11-09 [colin]      0.8.5claws103
5861
5862         * src/folderview.c
5863                 Fix prefs_filtering renaming for MH folders (we
5864                 shouldn't rename by path as another folder could
5865                 have the same hierarchy).
5866
5867 2002-11-09 [colin]      0.8.5claws102
5868
5869         * src/folder.c
5870                 Fix a leak found by Christoph, use better variable
5871                 names
5872
5873 2002-11-09 [colin]      0.8.5claws101
5874
5875         * src/folder.c
5876                 One more fix for processing rules
5877
5878 2002-11-08 [colin]      0.8.5claws100
5879         
5880         * src/matcher.c
5881                 Don't copy the compiled regexp (will be reevaluated)
5882         * src/folderview.c
5883                 Lock folderview while moving
5884         * src/folder.c
5885                 Provide info on what's happening to the user
5886
5887 2002-11-08 [colin]      0.8.5claws99
5888
5889         * src/folderview.c
5890                 Fix folder reordering after a move if parent is 
5891                 root
5892         * src/scoring.[ch]
5893                 Add function to copy a ScoringProp
5894         * src/prefs_folder_item.c
5895                 Copy scoring rules when copying a folder prefs
5896
5897 2002-11-08 [colin]      0.8.5claws98
5898
5899         * src/folderview.c
5900                 Fixes in case of failure
5901         * src/filtering.[ch]    
5902                 Add function to duplicate a FilteringProp
5903         * src/matcher.[ch]
5904                 Add function to duplicate a MatcherProp
5905         * src/prefs_folder_item.c
5906                 Save folder's processing rules when copying 
5907                 its prefs
5908
5909 2002-11-08 [colin]      0.8.5claws97
5910         
5911         * src/folderview.c
5912                 Sort after move
5913         * src/folder.c 
5914                 Change a printf to debug_print
5915
5916 2002-11-08 [colin]      0.8.5claws96
5917
5918         * src/folder.c
5919           src/folderview.c
5920                 Fix segfaults, call me stupido
5921         
5922
5923 2002-11-08 [colin]      0.8.5claws95
5924
5925         *src/folder.c
5926                 Added forgotten prefs to save when moving folders
5927
5928 2002-11-08 [colin]      0.8.5claws94
5929
5930         * src/folder.c
5931                 Fixes to folder DND (prefs copy)
5932         * src/folderview.c
5933                 Optimization for folder DND (don't rescan whole tree)
5934                 Added folderview_create_folder_node() for this 
5935                 optimization, so de-duped a bit the code
5936         * src/prefs_folder_item.[ch]
5937                 Added prefs_folder_item_copy_prefs()    
5938           
5939 2002-11-08 [paul]       0.8.5claws93
5940
5941         * src/prefs_account.c
5942           tools/README
5943           tools/kmail2sylpheed_v2.pl
5944                 correct some typos
5945
5946 2002-11-08 [paul]       0.8.5claws92
5947
5948         * src/compose.c
5949           src/prefs_account.[ch]
5950                 remove account options 'clearsign' and 'ascii_armored',
5951                 replace with 'default_gnupg_mode' to prevent mixed-mode
5952                 Privacy settings
5953
5954 2002-11-08 [paul]       0.8.5claws91
5955
5956         * src/compose.[ch]
5957                 re-implement GnuPG 'on-the-fly' mode selection,
5958                 disallow mixed-mode
5959
5960 2002-11-08 [colin]      0.8.5claws90
5961
5962         * src/folderview.c
5963           src/prefs_folder_item.c
5964                 Change "Property" to "Properties"
5965
5966 2002-11-07 [colin]      0.8.5claws89
5967
5968         * src/folderview.c
5969           src/folder.c
5970                 Allow folder dropping to a root folder
5971
5972 2002-11-07 [paul]       0.8.5claws88
5973
5974         * src/compose.c
5975                 revert last commit
5976
5977 2002-11-07 [paul]       0.8.5claws87
5978
5979         * src/compose.c
5980                 fix reply-to-list bug. closes bug report
5981                 "[633382] reply-to-list broken in recent cvs"
5982
5983 2002-11-07 [paul]       0.8.5claws86
5984
5985         * src/compose.c
5986                 add a forgotten '#if USE_GPGME ... #endif'
5987
5988 2002-11-07 [paul]       0.8.5claws85
5989
5990         * sync with 0.8.5cvs20
5991                 see ChangeLog 2002-11-07
5992
5993 2002-11-07 [colin]      0.8.5claws84
5994
5995         * src/folder.[ch]
5996                 Change folder_item_move_to to return the newly 
5997                 created folderitem.
5998         * src/folderview.c
5999                 Select the new folderitem after moving.
6000
6001 2002-11-07 [colin]      0.8.5claws83
6002
6003         * src/prefs_filtering.c
6004                 Fix rule rewriting when moving a leaf folder to a 
6005                 shorter path
6006
6007 2002-11-07 [colin]      0.8.5claws82
6008
6009         * src/prefs_filtering.c
6010                 fix a leak
6011
6012 2002-11-07 [colin]      0.8.5claws81
6013
6014         * src/folder.[ch]
6015                 Add folder_item_move_to() function to move a 
6016                 folderitem into another one (updates matcher etc)
6017         * src/folderview.c
6018                 Add folder drag'n drop (context menu to come)
6019                 [Should be dataloss free, but Please backup before 
6020                  trying !]
6021
6022 2002-11-06 [colin]      0.8.5claws80
6023
6024         * src/mh.c
6025                 mh_create_folder() returns NULL if can't create
6026                 directory hierarchy
6027
6028 2002-11-06 [paul]       0.8.5claws79
6029
6030         * src/compose.[ch]
6031                 allow 'on-the-fly' changing of the type of encryption 
6032                 and/or signing used (mime/ascii) via the compose window
6033
6034 2002-11-06 [paul]       0.8.5claws78
6035
6036         * sync with 0.8.5cvs19
6037                 see ChangeLog 2002-11-06 for src/account.c: 
6038                 account_get_special_folder()
6039                 
6040 2002-11-05 [alfons]     0.8.5claws77
6041
6042         * src/crash.c
6043                 very minor cleanups: nothing to see here, move on. :-)
6044
6045 2002-11-05 [colin]      0.8.5claws76
6046
6047         * src/main.c
6048                 Changes choices if compose windows are opened to
6049                 Discard, Draft, Don't quit
6050
6051 2002-11-05 [thorsten]   0.8.5claws75
6052
6053         * src/compose.c
6054                 reenabled default_reply_to folder option
6055
6056 2002-11-05 [colin]      0.8.5claws74
6057
6058         * src/compose.[ch] 
6059                 add compose_draft()
6060         * src/crash.c
6061                 add SIGTERM handler
6062         * src/main.[ch]
6063                 add clean_quit() for the SIGTERM handler
6064
6065 2002-11-05 [paul]       0.8.5claws73
6066         
6067         * po/es.po
6068                 updated by Ricardo Mones Lastra
6069
6070 2002-11-05 [melvin]     0.8.5claws72
6071
6072         * src/logwindow.c
6073                 Fixed log-clipping bug #616795.
6074                 To stop logging in the log window use 0 length.
6075         * src/prefs_common.c
6076                 Added a label to inform about the 0 log length behaviour.
6077
6078 2002-11-05 [paul]       0.8.5claws71
6079
6080         * sync with 0.8.5cvs17
6081                 see ChangeLog 2002-11-05
6082
6083 2002-11-04 [paul]       0.8.5claws70
6084
6085         * sylpheed-128x128.png
6086           sylpheed-64x64.png
6087           sylpheed.png
6088                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
6089                 <nikai@users.sourceforge.net>
6090                 
6091         * po/bg.po
6092                 updated by George Danchev
6093
6094 2002-11-03 [thorsten]   0.8.5claws69
6095
6096         * src/main.c
6097           src/mimeview.c
6098           src/rfc2015.h
6099                 add check if gpg is active
6100
6101 2002-11-03 [thorsten]   0.8.5claws68
6102
6103         * src/toolbar.h
6104                 removed GSList declaration causing trouble on MacOS-X
6105                 (submitted by alfons, reported by xfesty)
6106
6107 2002-11-01 [paul]       0.8.5claws67
6108
6109         * src/mainwindow.c
6110                 remove last remnants of main's filter code
6111
6112 2002-11-01 [paul]       0.8.5claws66
6113
6114         * tools/filter_conv.pl
6115                 fix bug where user-defined headers were ignored
6116
6117 2002-11-01 [paul]       0.8.5claws65
6118
6119         * src/logwindow.c
6120                 make a debug_print() not translatable
6121
6122 2002-10-31 [melvin]     0.8.5claws64
6123
6124         * ac/aspell.m4
6125                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
6126                 not run any GNU/aspell test.  The dictionary path will
6127                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
6128                 was given, in which case, it will be $prefix/lib/aspell/
6129         * configure.in
6130                 Fixed typo in commentary (Aspell code).
6131
6132 2002-10-31 [paul]       0.8.5claws63
6133
6134         * po/POTFILES.in
6135                 remove src/filter.c and src/prefs_filter.c
6136                 thanks to Ricardo for reminding me
6137
6138 2002-10-31 [colin]      0.8.5claws62
6139
6140         * src/mbox_folder.c
6141                 Plug some leaks
6142
6143 2002-10-31 [paul]       0.8.5claws61
6144
6145         * src/prefs_filter.[ch] ** REMOVED **
6146           src/filter.[ch]       ** REMOVED **
6147           
6148         * src/Makefile.am
6149           src/folderview.c
6150           src/inc.c
6151           src/main.c
6152           src/mainwindow.c
6153           src/mbox.c
6154           src/prefs_common.c
6155           src/prefs_filtering.c
6156           src/summaryview.[ch]
6157                 remove main's 'filter' code
6158                 
6159         README.claws
6160                 update to reflect removal of main's filter
6161
6162 2002-10-31 [paul]       0.8.5claws60
6163
6164         * src/summaryview.c
6165                 remove check for global_processing in summary_filter_open(). 
6166                 This fixes the bug where if the user uses the right-click 
6167                 'Create filter rule...' and doesn't have any filter rules 
6168                 already defined in claws' advanced filtering, the newly 
6169                 created filter rule goes to main's filtering which is 
6170                 inaccessible through the gui. Now the filter rule gets added
6171                 to claws' filtering by default.
6172
6173 2002-10-28 [melvin]     0.8.5claws59
6174
6175         * src/prefs_actions.c
6176                 Fixed bug #627322 where MIME parts were not always
6177                 correctly passed to a %p action
6178                 Display an error dialog when message filename is not found.
6179
6180 2002-10-28 [melvin]     0.8.5claws58
6181
6182         * src/prefs_common.c
6183                 Readded a missing function declaration lost in 0.8.3claws34
6184
6185 2002-10-28 [paul]       0.8.5claws57
6186
6187         * sync with 0.8.5cvs15
6188                 see ChangeLog 2002-10-28 and 2002-10-25
6189                 
6190         Note: ChangeLog entry 2002-10-24 is not sync'ed.
6191
6192 2002-10-27 [oliver]     0.8.5claws56
6193
6194         * src/pop.c
6195                 plug leak in pop3_top_recv
6196
6197 2002-10-26 [christoph]  0.8.5claws55
6198
6199         * src/folder.c
6200                 set need_update folder flag when messages are added
6201                 (closes bug [ 626922 ] folder not updated after receiving)
6202
6203 2002-10-25 [melvin]     0.8.5claws54
6204
6205         * src/imageview.c
6206                 Fixed a memleak introduced in the scaling code.
6207
6208 2002-10-24 [alfons]     0.8.5claws53
6209
6210         * src/filtering.c
6211                 make filtering's forward message action forward from the 
6212                 correct account
6213                 (closes bug [628089 ] Filter -> Forward from address problem
6214                 reported by Oktay)
6215
6216 2002-10-24 [christoph]  0.8.5claws52
6217
6218         * src/mainwindow.c
6219         * src/manual.[ch]
6220                 o use manual of current locale or english if current
6221                   locale is not available (and english is available)
6222                 o also link to sylpheed doc project manuals
6223
6224 2002-10-23 [paul]       0.8.5claws51
6225
6226         * tools/README
6227           tools/kmail2sylpheed_v2.pl
6228                 add new version of kmail addressbook importer script.
6229                 works with newer versions of Kmail/KAddressBook which
6230                 have new and rearranged data.
6231
6232 2002-10-23 [martin]     0.8.5claws50
6233
6234         * src/folderview.c
6235         * src/summaryview.c
6236         * src/utils.h
6237         * src/utils.c
6238                 added length parameter to get_abbrev_newsgroup_name()
6239                 changed this function so that it abbreviates the newsgroup
6240                 names only so long it is smaller than the length parameter
6241                 (for better reading of some newsgroup names and space efficiency)
6242
6243 2002-10-22 [colin]      0.8.5claws49
6244
6245         *src/foldersel.c
6246                 Revert Alfons' last modification (after voting ;-))
6247
6248 2002-10-21 [alfons]     0.8.5claws48
6249
6250         * src/foldersel.c
6251                 folder view in folder selection dialog reflects state of
6252                 folder view in main window
6253
6254 2002-10-18 [alfons]     0.8.5claws47
6255
6256         * src/mbox.c
6257                 drop imported messages in folder selected by user,
6258                 and not in the inbox
6259                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
6260
6261 2002-10-18 [alfons]     0.8.5claws46
6262
6263         * src/compose.c
6264                 make automagic reply work correctly for email accounts 
6265                 (whether it's viable to do a full sync with Hiro's 
6266                 compose.c is still under discussion)
6267
6268 2002-10-18 [melvin]     0.8.5claws45
6269
6270         * src/prefs_actions.c
6271                 Fixed bug #622275 where asynchroneous actions left 
6272                 zombies processes
6273                 Made (synchroneous) actions' input be displayed live.
6274
6275 2002-10-18 [christoph]  0.8.5claws44
6276
6277         * src/textview.c
6278                 don't add a newline in the textview in front of the
6279                 first textpart if header display is disabled
6280                 (closes bug [ 603385 ] disabled header display leaves blank
6281                  lin)
6282
6283 2002-10-18 [christoph]  0.8.5claws43
6284
6285         * src/folder.[ch]
6286         * src/imap.c
6287         * src/mbox_folder.c
6288         * src/mh.c
6289         * src/news.c
6290                 folder->get_num_list now returns an error code
6291                 (closes bug [ 609424 ] News cache cleared on failure)
6292                 
6293 2002-10-17 [colin]      0.8.5claws42
6294         
6295         * src/news.c
6296                 Changed a printf by debug_print
6297
6298 2002-10-16 [paul]       
6299
6300         * tools/OOo2sylpheed.pl
6301                 allow for spaces in the name of the
6302                 file to be attached.
6303
6304 2002-10-16 [colin]      0.8.5claws41
6305
6306         * src/main.c
6307                 Use a tristate to change online mode
6308
6309 2002-10-16 [paul]       0.8.5claws40
6310
6311         * po/es.po
6312                 updated by Ricardo Mones Lastra
6313
6314 2002-10-16 [colin]      0.8.5claws39
6315
6316         * src/main.c
6317           src/mainwindow.[ch]
6318                 Added --online and --offline command-line
6319                 switches
6320
6321 2002-10-15 [christoph]  0.8.5claws38
6322
6323         * src/procmime.c
6324                 set mimeinfo->name to NULL after g_free to
6325                 avoid double freeing with g_free
6326
6327 2002-10-14 [christoph]  0.8.5claws37
6328
6329         * src/compose.c
6330         * src/filtering.c
6331         * src/summaryview.c
6332                 remove calls to folder->change_flags that are now
6333                 done by procmsg flag functions (seems it is not
6334                 used by any foldertype anyway)
6335         * src/folder.c
6336                 init folder->change_flags with NULL
6337
6338 2002-10-14 [christoph]  0.8.5claws36
6339
6340         * src/folder.[ch]
6341         * src/imap.[ch]
6342                 use virtual functions for folder item new and destroy
6343                 functions
6344
6345 2002-10-14 [melvin]     0.8.5claws35
6346
6347         * src/compose.c
6348                 Added a test to not run the spell checker if no default
6349                 dictionary is available. No dialog is displayed though.
6350
6351 2002-10-14 [melvin]     0.8.5claws34
6352
6353         * src/gtkaspell.c
6354                 Fixed bug in dictionary list context menu where
6355                 "More..." pointed to an emtpy submenu if the
6356                 number of dictionaries is a multiple of 15
6357                 Removed unneeded code in suggestions list creation
6358
6359 2002-10-14 [paul]       0.8.5claws33
6360
6361         * po/bg.po
6362                 updated by George Danchev
6363
6364 2002-10-13 [hoa]        0.8.5claws32
6365
6366         * src/matcher.[ch]
6367           src/matcher_parser_parser.y
6368                 removed the escaped string from internal structure
6369                 of matcher.
6370
6371 2002-10-12 [colin]      0.8.5claws31
6372
6373         * src/gtksctree.[ch]
6374           src/summaryview.c
6375                 Removed useless function gtksctree_reanchor
6376
6377 2002-10-12 [alfons]     0.8.5claws30
6378         
6379         * sync with remaining main changes 2002-10-09 - 2002-10-11
6380         - drop changes to src/compose.c (requires claws specific changes)
6381         
6382 2002-10-12 [alfons]     0.8.5claws29
6383         
6384         * sync with main changes of 2002-10-08
6385         - drop changes to src/compose.c (requires claws specific changes)
6386         - drop changes to src/summaryview.c (requires changes to compose.c)     
6387
6388 2002-10-12 [alfons]     0.8.5claws28
6389         
6390         * sync with main changes of 2002-10-07
6391
6392 2002-10-12 [alfons]     0.8.5claws27
6393
6394         * sync with main changes of 2002-10-04
6395         - drop changes to src/compose.c (requires claws specific changes)
6396         - drop changes to src/prefs_folder_item.c (claws implementation
6397           seems to be working)
6398
6399 2002-10-12 [colin]      0.8.5claws26
6400
6401         * src/mainwindow.c
6402                 Fix folder-flicker when space-reading, introduced 
6403                 in claws22.
6404
6405 2002-10-12 [colin]      0.8.5claws25
6406
6407         * src/compose.c
6408                 Save account address when saving as draft.
6409                 (closes bug 621838)
6410
6411 2002-10-12 [colin]      0.8.5claws24
6412
6413         * src/summaryview.c
6414                 Fix the problem consisting of no message selected
6415                 after the last message in a folder has been moved.
6416
6417 2002-10-12 [paul]       0.8.5claws23
6418
6419         * src/compose.c
6420           src/prefs_template.c
6421           src/template.[ch]
6422                 add Cc and Bcc to templates. Patch submitted by
6423                 John L. Males.
6424
6425 2002-10-12 [colin]      0.8.5claws22
6426
6427         * src/folderview.c
6428                 Fix a bug after "Check for new messages":
6429                 If a folder was opened, it was still selected at
6430                 the end of the check, but displayed empty.
6431         * src/mainwindow.c
6432                 Remove unnecessary check
6433
6434 2002-10-12 [paul]
6435
6436         * tools/README
6437                 be more verbose in the description of
6438                 OOo2sylpheed.pl
6439                 
6440
6441 2002-10-11 [colin]      0.8.5claws21
6442
6443         * src/mainwindow.c
6444                 Make space work (better) when no mail is selected
6445
6446 2002-10-11 [colin]      0.8.5claws20
6447
6448         * src/inc.c
6449           src/news.c
6450                 fix warnings
6451
6452 2002-10-11 [colin]      0.8.5claws19
6453
6454         * src/mainwindow.c
6455                 revert 0.8.5claws6 changes as i couldn't get to
6456                 anything satisfying
6457
6458 2002-10-11 [melvin]     0.8.5claws18
6459
6460         * src/compose.c
6461                 Removed buggy and unused macro (should have been committed in
6462                 0.8.5claws17)
6463
6464 2002-10-11 [melvin]     0.8.5claws17
6465
6466         * src/compose.c
6467                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
6468
6469 2002-10-11 [thorsten]   0.8.5claws16 
6470
6471         * src/folderview.c
6472                 remove rescan warning
6473
6474 2002-10-11 [colin]      0.8.5claws15 
6475
6476         * src/procheader.c
6477                 fix a segfault that happens if conv_unmime_header
6478                 fails (should be better to find out why it fails)
6479
6480 2002-10-11 [christoph]  0.8.5claws14
6481
6482         * src/summaryview.c
6483                 update folderview stats after ignore/unignore thread
6484
6485 2002-10-11 [hoa]        0.8.5claws13
6486
6487         * src/quote_fmt_parse.y
6488                 Fixed a yacc/bison syntax error
6489         * src/matcher.c
6490                 Escaping of string is fixed.
6491
6492 2002-10-11 [colin]      0.8.5claws12
6493
6494         * src/imageview.c
6495                 Resize images to fit
6496
6497 2002-10-11 [paul]       0.8.5claws11
6498
6499         * po/es.po
6500                 updated by Ricardo Mones Lastra
6501
6502 2002-10-10 [alfons]     0.8.5claws10
6503
6504         * src/compose.c
6505                 allow dropping files by "moving" files from a file manager,
6506                 not only by the more cumbersome "copying". the latter 
6507                 mostly implies holding down the Control button
6508
6509 2002-10-10 [christoph]  0.8.5claws9
6510
6511         * src/summaryview.c
6512                 update folders after thread building for ignored threads
6513
6514 2002-10-10 [christoph]  0.8.5claws8
6515
6516         * config/.cvsignore
6517                 added Makefile
6518         * src/filtering.[ch]
6519         * src/folder.[ch]
6520         * src/folderview.[ch]
6521         * src/import.c
6522         * src/inc.[ch]
6523         * src/mbox.[ch]
6524         * src/procmsg.c
6525         * src/summaryview.[ch]
6526                 o added new flag need_update to FolderItem
6527                 o removed folder_table from various functions from tracking
6528                   folder updates
6529                 o set need_update flags in folder.c's move, copy and delete
6530                   functions and procmsg's flags functions
6531                 o added function folderview_update_items_when_required that
6532                   updates all folders with need_update set
6533                 o call folderview_update_items_when_required instead of
6534                   folderview_update_item_foreach
6535
6536 2002-10-09 [sergey]     0.8.5claws7
6537
6538         * src/compose.c
6539                 Strip CRs whel loading the text into editor in reedit mode.
6540
6541 2002-10-09 [colin]      0.8.5claws6
6542
6543         * src/mainwindow.c
6544                 Make Space work when no mail is selected
6545
6546 2002-10-09 [colin]      0.8.5claws5
6547
6548         * src/gtksctree.[ch]
6549                 Fix range_select
6550                 Add gtk_sctree_reanchor() 
6551         * src/summaryview.c
6552                 Use gtk_sctree_reanchor() - better fix for 
6553                 bug 60413
6554
6555 2002-10-09 [colin]      0.8.5claws4
6556
6557         * src/summaryview.c
6558                 Fix shift-click select after delete problem
6559                 (closes bug 60413)
6560
6561 2002-10-08 [thorsten]   0.8.5claws3
6562
6563         * src/summaryview.c
6564                 exclude current msg from -hide read messages-
6565
6566 2002-10-08 [colin]      0.8.5claws2
6567
6568         * src/inc.[ch]
6569           src/pop.c
6570           src/recv.c
6571                 Differentiate socket errors from disk full
6572                 errors
6573
6574 2002-10-08 [christoph]  0.8.5claws1
6575
6576         * Makefile.am
6577         * configure.in
6578                 modifications for new config directory
6579
6580         * config.guess  ** REMOVED **
6581         * config.sub    ** REMOVED **
6582         * install-sh    ** REMOVED **
6583         * ltmain.sh     ** REMOVED **
6584         * missing       ** REMOVED **
6585         * mkinstalldirs ** REMOVED **
6586                 these files are autogenerated by automake
6587                 when you run autogen.sh
6588
6589         * config/.cvsignore     ** NEW FILE **
6590         * config/Makefile.am    ** NEW FILE **
6591                 ignore autogenerated files
6592                 create a Makefile in this directory
6593
6594 2002-10-08 [paul]       0.8.5claws
6595
6596         * 0.8.5claws release
6597         
6598         * src/compose.c
6599           src/procheader.c
6600           src/procmsg.c
6601                 fix quote reply format for newsgroups reply bug
6602                 (thanks to Hoa)
6603                 
6604         * po/en_GB.po
6605           po/pl.po
6606                 updated by me and Witold Wladyslaw Wojciech Wilk
6607                 repectively
6608
6609 2002-10-07 [paul]       0.8.3claws53
6610
6611         * po/it.po
6612           po/pt_BR.po
6613           po/sr.po
6614                 updated messages catalogs, submitted by
6615                 Alessandro Maestri, Fabio Jr.Beneditto 
6616                 and Urke MMI, respectively.
6617
6618 2002-10-07 [christoph]  0.8.3claws52
6619
6620         * src/folder.[ch]
6621         * src/folderview.c
6622         * src/mainwindow.c
6623                 fix new folder ghost message bug
6624                 (closes bug [ 619722 ] wrong count for newly created folders)
6625
6626 2002-10-07 [christoph]  0.8.3claws51
6627
6628         * src/compose.c
6629                 fix news posting problem
6630
6631 2002-10-07 [melvin]     0.8.3claws50
6632
6633         * po/fr.po
6634                 Updated French translation
6635
6636 2002-10-05 [christoph]  0.8.3claws49
6637
6638         * src/gtkstext.c
6639                 check if line_start_cache is set in gtk_stext_update_text
6640                 (closes bug [ 618119 ] crash while doing search in folder)
6641
6642 2002-10-05 [christoph]  0.8.3claws48
6643
6644         * src/imap.c
6645         * src/news.c
6646         * src/utils.c
6647         * src/utils.h
6648                 implement cache cleanups for claws' folder system
6649                 (closes bug [ 595916 ] imapcache not cleaned up)
6650
6651 2002-10-05 [melvin]     0.8.3claws47
6652
6653         * src/prefs_actions.c
6654                 Made the help text more clear for the %p token
6655
6656 2002-10-04 [paul]       0.8.3claws46
6657
6658         * sync with 0.8.5
6659                 see ChangeLog 2002-10-02 and 2002-10-03
6660
6661 2002-10-04 [christoph]  0.8.3claws45
6662
6663         * src/inc.c
6664                 fix segfault caused by pop before smtp
6665                 call to inc_account_mail with NULL
6666                 pointer for mainwin
6667
6668 2002-10-04 [paul]       0.8.3claws44
6669
6670         * configure.in
6671                 sync the LDAP detection from 0.8.5cvs1
6672
6673 2002-10-02 [christoph]  0.8.3claws43
6674
6675         * po/de.po
6676                 fix small spelling error
6677
6678 2002-10-02 [melvin]     0.8.3claws42
6679
6680         * ac/aspell.m4
6681                 Behave better and say "no" when test program cannot be run.
6682
6683 2002-10-02 [paul]       0.8.3claws41
6684
6685         * sync with 0.8.4cvs1
6686                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
6687                 
6688         * src/summaryview.c
6689                 toggle the behavior of Reply menuitem between
6690                 normal reply and reply-to-list
6691
6692 2002-10-01 [sergey]     0.8.3claws40
6693
6694         * src/compose.c
6695                 Convert newlines in the message text to the canonical form
6696                 before base64 encoding (RFC2045 compliance, fixes some
6697                 interoperability issues with Evolution 1.0.3)
6698
6699 2002-09-29 [colin]      0.8.3claws39
6700
6701         * src/summaryview.c
6702                 Fix an unwanted copy/paste
6703
6704 2002-09-29 [colin]      0.8.3claws38
6705
6706         * src/mainwindow.c
6707                 Renamed "Custom toolbar" to "Customize toolbar"
6708                 Renamed "Show all header" to "Show all headers"
6709                 Renamed "Set diplay item" to "Set displayed items"
6710         * src/prefs_common.c
6711                 Renamed "Show all header" to "Show all headers"
6712         * src/prefs_summary_column.c
6713                 Renamed "diplay item" to "displayed items"
6714
6715 2002-09-29 [colin]      0.8.3claws37
6716
6717         * src/mainwindow.[ch]
6718                 online/offline status pixmaps follow theme
6719                 changes
6720         * src/summaryview.[ch]
6721                 quicksearch pixmap follows theme changes
6722
6723 2002-09-29 [thorsten]   0.8.3claws36
6724
6725         * src/compose.c
6726           src/prefs_folder_item.[ch]
6727                 add default_reply_to folder option (closes patch 581044)
6728
6729 2002-09-29 [christoph]  0.8.3claws35
6730
6731         * acconfig.h    ** REMOVED **
6732         * configure.in
6733         * ac/aspell.m4
6734         * ac/check-type.m4
6735         * ac/gnupg-check-typedef.m4
6736                 fix autoheader 2.50 warning
6737
6738 2002-09-29 [christoph]  0.8.3claws34
6739
6740         * major code cleanup (part 2)
6741         
6742                 - unused variables removed
6743                 - unused functions removed
6744                 - uninitialized variables checked
6745                 - missing return statements added
6746                 - missing function return types added
6747                 - added parentheses around assignment
6748                   when suggested by gcc
6749
6750 2002-09-29 [alfons]     0.8.3claws33
6751
6752         * src/logwindow.c
6753                 log_window_clear(): only bracket gtk_text_forward_delete() 
6754                 with gtk_text_freeze() / gtk_text_thaw() (see if this
6755                 works around GTK text bug)
6756
6757 2002-09-29 [paul]       0.8.3claws32
6758
6759         * po/bg.po
6760           po/sr.po
6761                 updated by George Danchev and Urke MMI
6762                 respectively
6763
6764 2002-09-27 [christoph]  0.8.3claws31
6765
6766         * doc-src/readme.txt
6767         * doc-src/rfc1806.txt   ** REMOVED **
6768         * doc-src/rfc2183.txt   ** NEW FILE **
6769         * doc-src/rfc2980.txt   ** NEW FILE **
6770                 update rfcs
6771
6772 2002-09-27 [melvin]     0.8.3claws30
6773
6774         * ac/aspell.m4
6775                 Fixed typo which could break linking
6776
6777 2002-09-27 [melvin]     0.8.3claws29
6778
6779         * ac/aspell.m4
6780                 Improved GNU/aspell checking. 
6781                 Fixed bug #614490
6782
6783 2002-09-27 [paul]       0.8.3claws28
6784
6785         * sync with 0.8.3cvs8
6786                 see ChangeLog 2002-09-27
6787
6788 2002-09-26 [colin]      0.8.3claws27
6789
6790         * src/toolbar.[ch]
6791           src/mainwindow.[ch]
6792                 Add "Reply to Mailing-list" to the toolbar
6793
6794 2002-09-26 [christoph]  0.8.3claws26
6795
6796         * src/summaryview.c
6797                 Fix wrong message counts in summaryview status
6798
6799 2002-09-26 [paul]       0.8.3claws25
6800
6801         * sync with 0.8.3cvs7
6802                 see ChangeLog 2002-09-26
6803
6804 2002-09-26 [paul]       0.8.3claws24
6805
6806         * sync with 0.8.3cvs6
6807                 see ChangeLog 2002-09-25
6808
6809 2002-09-25 [christoph]  0.8.3claws23
6810
6811         * src/prefs_common.c
6812         * src/prefs_folder_item.c
6813         * src/prefs_scoring.c
6814                 Renamed "kill score" to "hide score" in GUI
6815                 and prefs files
6816
6817 2002-09-25 [paul]       0.8.3claws22
6818
6819         * sync with 0.8.3cvs5
6820                 see ChangeLog 2002-09-24
6821
6822 2002-09-24 [alfons]     0.8.3claws21
6823
6824         patch by Satoshi Nagayasu: allows appending / saving multiple 
6825         selected files (closes "[ 612279 ] save multiple mesg(s) in 
6826         'Save as ...'")
6827
6828         * AUTHORS
6829                 add Satoshi Nagayasu
6830         * src/summaryview.c
6831                 summary_save_as(): allow saving selected files to
6832                 one file
6833                 summary_set_menu_sensitive: enable "Save As..." when
6834                 multiple files are selected
6835         * src/utils.[ch]
6836                 append_file(): new function
6837
6838 2002-09-24 [colin]      0.8.3claws20
6839
6840         * src/procmime.c
6841                 Fix segfault when mimeinfo doesn't have a 
6842                 content_type. 
6843
6844 2002-09-24 [colin]      0.8.3claws19
6845
6846         * src/prefs_common.[ch]
6847                 Add a preference to display send dialog or not
6848         * src/send.c
6849                 Display send dialog according to preference
6850
6851 2002-09-24 [colin]      0.8.3claws18
6852
6853         * src/compose.[ch]
6854                 Disable user actions when sending
6855
6856 2002-09-24 [colin]      0.8.3claws17
6857
6858         * src/procmime.c
6859                 Do not display name or filename for attachments
6860                 with an application/pgp-signature type
6861                 (security flaw, see bug 537413)
6862
6863 2002-09-23 [colin]      0.8.3claws16
6864
6865         * src/editaddress.c
6866                 Initialize entry_email, entry_alias and 
6867                 entry_remarks to first email address of the list
6868
6869 2002-09-23 [colin]      0.83claws15
6870
6871         * src/compose.c
6872                 Drop pgp-signature when reediting a signed queued
6873                 message
6874
6875 2002-09-23 [melvin]     0.8.3claws14
6876
6877         * po/fr.po
6878                 Updated French translation
6879
6880 2002-09-23 [melvin]     0.8.3claws13
6881
6882         * src/mainwindow.c
6883                 Made custom toolbar menu labels more consistent
6884         * src/prefs_toolbar.c
6885                 Made custom toolbar window title more consistent
6886
6887 2002-09-22 [colin]      0.8.3claws12
6888
6889         * src/inc.c
6890                 Initialize session type to normal before getting 
6891                 mail (fixes strange Get behaviour)
6892         * src/prefs_account.h
6893                 Move STYPE_POP_BEFORE_SMTP to last position to 
6894                 avoid other side-effects
6895
6896 2002-09-22 [colin]      0.8.3claws11
6897
6898         * src/prefs_account.c
6899                 Fix pop_bfr_smtp_tm_entry sensivity when switching
6900                 from pop3 to apop or vice-versa
6901
6902 2002-09-22 [colin]      0.8.3claws10
6903         
6904         * src/prefs_account.[ch]
6905                 Add an option for the POP before SMTP timeout
6906         * src/inc.c
6907                 Remember time of last POP connection
6908         * src/send.c
6909                 Do POP before SMTP only if timeout reached
6910
6911 2002-09-22 [oliver]     0.8.3claws9
6912         
6913         * README.claws
6914                 explain custom toolbar
6915
6916 2002-09-22 [oliver]     0.8.3claws8
6917
6918         * src/prefs_actions.[ch]
6919         custom toolbar for compose      
6920                 actions callback from compose toolbar
6921         * src/folderview.c
6922                 remove include toolbar.h
6923
6924 2002-09-22 [oliver]     0.8.3claws7
6925         
6926         * src/prefs_toolbar.[ch]
6927                 custom toolbar for compose
6928                 - generic prefs_toolbar handles both
6929                   Mainwin's toolbar as well as Compose toolbar          
6930
6931 2002-09-22 [oliver]     0.8.3claws6
6932         
6933         * src/toolbar.[ch]
6934                 custom toolbar for compose
6935                 restructure toolbar.[ch]
6936
6937 2002-09-22 [oliver]     0.8.3claws5
6938
6939         * src/compose.[ch]
6940                 custom toolbar for compose
6941
6942 2002-09-22 [oliver]     0.8.3claws4
6943         
6944         * src/mainwindow.[ch]
6945                 custom toolbar for compose 
6946                 move mainwin toolbar back to mainwindow
6947
6948 2002-09-22 [alfons]     0.8.3claws3
6949
6950         * src/procmsg.c
6951                 :%sno/if(/if (/gc
6952                 :%sno/for(/for (/gc
6953                 (beautify)
6954
6955 2002-09-22 [alfons]     0.8.3claws2
6956         
6957         * src/procmsg.c
6958                 procmsg_save_to_outbox(): don't unlink message file from queue;
6959                 callers should do it using folder_item_remove_msg()
6960
6961 2002-09-22 [colin]      0.8.3claws1
6962
6963         * src/mimeview.[ch]
6964                 Made mimeview_check_signature() public
6965         * src/textview.c
6966                 Made GPG signatures verifiable by clicking
6967                 the [application/pgp-signature] in the Text
6968                 view
6969
6970 2002-09-22 [paul]       0.8.3claws
6971
6972         * po/bg.po
6973           po/en_GB.po
6974           po/es.po
6975           po/it.po
6976           po/pl.po
6977           po/pt_BR.po
6978           po/sr.po
6979                 updated translations, submitted by George Danchev,
6980                 me, Ricardo Mones Lastra, Alessandro Maestri,
6981                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
6982                 and Urke MMI, respectively.     
6983
6984 2002-09-22 [alfons]     0.8.2claws65
6985
6986         * src/procmsg.c
6987         * src/pgptext.c
6988                 no furry valgrinds have been used to plug these memleaks
6989
6990 2002-09-20 [paul]       0.8.2claws64
6991
6992         * sync with 0.8.3cvs4
6993                 'Select thread' re-implemented 
6994                 see ChangeLog 2002-09-20
6995
6996 2002-09-21 [alfons]     0.8.2claws63
6997
6998         * src/compose.c
6999                 compose_send(): plug unnoticed memleak
7000
7001 2002-09-20 [alfons]     0.8.2claws62
7002
7003         * src/addr_compl.c
7004                 replace_address_in_edit(): strict check for NULL address to
7005                 fix "[ 607348 ] Segfault in address completion". My guess is
7006                 that this happens with an empty address book, but it's good
7007                 to have this check here anyway
7008                 
7009                 completion_window_button_press(): free string returned 
7010                 from the internal cache
7011
7012 2002-09-20 [christoph]  0.8.2claws61
7013
7014         * src/procmime.h
7015                 added ENC_BINARY to EncodingType
7016         * src/procmime.c
7017                 the string returned by procmime_get_encoding_str
7018                 should not depend on the order of values in the
7019                 EncodingType definition
7020         * doc-src/rfc1806.txt   ** NEW FILE **
7021                 Added rfc1806 about MIME Content-Disposition
7022                 Extension
7023
7024 2002-09-19 [paul]       0.8.2claws60
7025
7026         * sync with 0.8.2cvs3
7027                 see ChangeLog 2002-09-19
7028
7029 2002-09-19 [paul]       0.8.2claws59
7030
7031         * src/prefs_folder_item.c
7032                 revert to Darko's original alignment of colour
7033                 selector button
7034                 add a colon to folder_color label
7035                 
7036         * src/compose.c
7037                 add Colin's patch (with Hiro's modifications) to 
7038                 force BASE64 encoding for 8-bit text when signing
7039                 (sync with 0.8.3cvs2)
7040
7041 2002-09-18 [alfons]     0.8.2claws58
7042
7043         * src/compose.c
7044                 :%sno/if(/if (/gc
7045                 :%sno/for(/for (/gc
7046                 (beautify a little bit)
7047
7048 2002-09-18 [christoph]  0.8.2claws57
7049
7050         * src/pine.c
7051                 fix handling of fgetc return value
7052
7053 2002-09-17 [alfons]     0.8.2claws56
7054         
7055         * src/summaryview.c
7056                 summary_sort(): check non-NULL summaryview->folder_item when no 
7057                 folder is selected at all
7058                 (closes "[ 610344 ] sort label make syl Crash")
7059
7060 2002-09-17 [alfons]     0.8.2claws55
7061         
7062         * src/compose.c
7063                 beautify a little bit
7064
7065 2002-09-17 [christoph]  0.8.2claws54
7066
7067         * src/folder.c
7068                 initialize max values for cache and folder
7069                 when cache or folder is empty
7070
7071 2002-09-15 [colin]      0.8.2claws53
7072
7073         * src/compose.c
7074                 Fix a leak (thanks Alfons!) and cleaned
7075                 variables names for custom headers
7076
7077 2002-09-15 [colin]      0.8.2claws52
7078
7079         * src/compose.c
7080                 Fix custom headers recognition when
7081                 prefs_common.trans_hdr is on
7082
7083 2002-09-15 [colin]      0.8.2claws51
7084
7085         * src/compose.c
7086                 Allow dynamically-added custom headers
7087                 Yet not reparsed if reedited
7088
7089 2002-09-15 [alfons]     0.8.2claws50
7090
7091         * src/prefs_account.c
7092                 fix warnings
7093
7094 2002-09-15 [colin]      0.8.2claws49
7095         
7096         * src/prefs_account.c
7097                 fix pop_before_smtp sensitivity
7098
7099 2002-09-15 [colin]      0.8.2claws48
7100
7101         * src/inc.[ch]
7102                 add inc_pop_before_smtp()
7103                 allow MainWindow to be undefined in 
7104                 inc_account_mail() and inc_start()
7105         * src/pop.c
7106           src/prefs_account.h
7107                 add STYPE_POP_BEFORE_SMTP session type
7108         * src/prefs_account.c
7109                 activated pop before smtp option
7110         * src/send.c
7111                 do pop before smtp if the relevant option 
7112                 is set
7113
7114 2002-09-15 [paul]       0.8.2claws47
7115
7116         * sync with 0.8.3
7117                 see ChangeLog 2002-09-15
7118
7119 2002-09-14 [paul]       0.8.2claws46
7120
7121         * po/bg.po
7122                 updated Bulgarian translation, submitted by
7123                 George Danchev
7124
7125 2002-09-13 [paul]       0.8.2claws45
7126
7127         * src/compose.c
7128                 merge claws' select_account() with main's
7129                 (new) compose_select_account(). [sync with
7130                 0.8.2cvs15, see ChangeLog 2002-09-11]
7131
7132 2002-09-12 [christoph]  0.8.2claws44
7133
7134         * src/filter.c
7135                 allocate 1 elements of FolderItem not 0
7136
7137 2002-09-12 [colin]      0.8.2claws43
7138
7139         * src/compose.c
7140                 Fix bug #590825 (obey Follow-up: poster)
7141
7142 2002-09-12 [colin]      0.8.2claws42
7143
7144         * src/procmime.c
7145                 Fix bug #557009 (wrong headers for messages 
7146                 forwarded as attachments)
7147
7148 2002-09-11 [colin]      0.8.2claws41
7149         
7150         * src/compose.c
7151                 Put SCF: pseudo-header on top of message
7152                 Set draft tmp_flag when saved as draft
7153
7154         * src/procmsg.c
7155           src/procheader.c
7156                 Skip after first \n\n for beginning of real message
7157                 for drafts too
7158
7159 2002-09-11 [christoph]  0.8.2claws40
7160
7161         * src/filtering.c
7162                 use procmsg flag functions in filtering or processing
7163                 will cause incorrect folder message counts
7164
7165 2002-09-11 [colin]      0.8.2claws39
7166
7167         * src/compose.c
7168                 Fix bug #550175 - wrong save folder when reediting
7169                 drafts
7170
7171 2002-09-11 [paul]       0.8.2claws38
7172
7173         * sync with 0.8.2cvs14
7174                 see ChangeLog 2002-09-11
7175
7176 2002-09-11 [colin]      0.8.2claws37
7177
7178         * src/folder.c
7179                 Fix a typo (seeming to cause new/unread status to
7180                 be lost)
7181
7182 2002-09-10 [christoph]  0.8.2claws36
7183
7184         * src/compose.c
7185                 compose_redirect should not use compose_generic_new
7186                 because that does more stuff than expected including
7187                 opening the external editor
7188                 (closes bug "[ 526608 ] bounced messages appear blank
7189                  in editor")
7190
7191 2002-09-10 [christoph]  0.8.2claws35
7192
7193         * src/folder.c
7194                 fix problem with too large message number range
7195                 causing a crash in folder_item_scan
7196
7197 2002-09-10 [paul]       0.8.2claws34
7198
7199         * sync with 0.8.2cvs13
7200                 see ChangeLog 2002-09-10
7201
7202 2002-09-10 [christoph]  0.8.2claws33
7203
7204         * src/msgcache.c
7205                 set MsgInfo TmpFlags for queue and draft folders
7206                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
7207
7208 2002-09-10 [paul]       0.8.2claws32
7209
7210         * AUTHORS
7211           po/bg.po      ** NEW FILE **
7212                 new Bulgarian translation submitted by
7213                 George Danchev <danchev@spnet.net>
7214                 
7215         * tools/Makefile.am
7216           tools/README
7217           tools/tb2sylpheed     ** NEW FILE **
7218                 add script that converts an addressbook exported
7219                 from The Bat! into a Sylpheed addressbook. Submitted
7220                 by Urke MMI <urke-kg@eunet.yu>
7221
7222 2002-09-10 [paul]       0.8.2claws31
7223
7224         * sync with 0.8.2cvs12
7225                 see ChangeLog 2002-09-10
7226
7227 2002-09-06 [paul]       0.8.2claws30
7228
7229         * src/prefs_common.c
7230                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
7231                 
7232         * tools/Makefile.am
7233           tools/README
7234           tools/ldif-to-xml.py  ** REMOVED **
7235                 remove obsolete python script
7236
7237 2002-09-06 [paul]       0.8.2claws29
7238
7239         * sync with 0.8.2cvs10
7240                 see ChangeLog 2002-09-06
7241
7242 2002-09-04 [paul]       0.8.2claws28
7243
7244         * sync with 0.8.2cvs9
7245                 see ChangeLog 2002-08-04
7246
7247 2002-09-04 [colin]      0.8.2claws27 
7248
7249         * src/prefs_common.[ch]
7250                 Added signature color configuration
7251         * src/textview.c
7252                 Use user-specified signature color
7253
7254 2002-09-03 [colin]      0.8.2claws26
7255
7256         * src/prefs_common.[ch]
7257                 Added autosave and autosave_length prefs
7258         * src/compose.c
7259                 Added compose_remove_draft()
7260                 Auto-save drafts according to the prefs
7261         * src/main.c
7262                 Added a crash-indicator file, allowing to check
7263                 for new messages on startup if Sylpheed crashed
7264                 (makes saved drafts "reappear")
7265
7266 2002-09-03 [colin]      0.8.2claws25
7267
7268         * src/textview.[ch]
7269                 Grey the signature
7270
7271 2002-09-03 [paul]       0.8.2claws24
7272
7273         * sync with 0.8.2cvs8
7274                 see ChangeLog 2002-09-02 and 2002-09-03
7275
7276 2002-09-03 [darko]      0.8.2claws23
7277
7278         * src/folderview.c
7279                 use normal style when creating new folder to pick
7280                 proper font size 
7281
7282 2002-09-02 [melvin]     0.8.2claws22
7283
7284         * src/gtkaspell.m4
7285                 removed some obsolete code
7286
7287 2002-09-02 [melvin]     0.8.2claws21
7288
7289         * ac/aspell.m4
7290                 fixed test's equality sign (== to =)
7291
7292 2002-09-02 [alfons]     0.8.2claws20
7293
7294         * src/folder.c
7295         * src/mh.c
7296                 revert change of 0.8.2claws16 and use the mh_folder_destroy
7297                 as folder->destroy virtual as suggested by Hiro
7298                 (the mh.c code seems to have been lost around mh.c.1.21)
7299
7300 2002-09-02 [paul]       0.8.2claws19
7301
7302         * po/pt_BR.po
7303                 updated by Fabio Jr. Beneditto
7304                 
7305         * src/defs.h
7306                 use 'http://claws.sylpheed.org' for homepage link. 
7307                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
7308
7309 2002-09-01 [alfons]     0.8.2claws18
7310
7311         * src/mh.c
7312                 plug memleak related to one Martin Kluge found
7313
7314 2002-08-31 [paul]       0.8.2claws17
7315
7316         * sync with 0.8.2cvs6
7317                 see ChangeLog 2002-08-30
7318
7319 2002-08-31 [alfons]     0.8.2claws16
7320
7321         * src/folder.c
7322                 folder_destroy(): remove mailbox from folderlist even if it has
7323                 no destroy virtual
7324
7325 2002-08-31 [alfons]     0.8.2claws15
7326
7327         * src/folder.c
7328                 :%sno/if(/if (/gc
7329                 :%sno/for(/for (/gc
7330                 (being pedantic I know)
7331
7332 2002-08-31 [alfons]     0.8.2claws14
7333
7334         * src/folder.c
7335                 check for NULL pointers returned from folder->fetch_msginfo virtual
7336                 (should solve some reported crashes)
7337
7338 2002-08-30 [alfons]     0.8.2claws13
7339
7340         * acconfig.h
7341         * configure.in
7342         * src/crash.c
7343                 enable crash dialog on compilation time
7344                 (--enable-crash-dialog configure option)
7345
7346 2002-08-30 [alfons]     0.8.2claws12
7347
7348         * AUTHORS
7349                 add Martin Kluge
7350         * src/mh.c
7351                 apply memory leak plug patch by Martin Kluge
7352                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
7353                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
7354                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
7355
7356 2002-08-30 [darko]      0.8.2claws11
7357
7358         * src/folderview.c
7359                 copy Gtk style from normal style to match
7360                 font size for coloured folders
7361
7362 2002-08-29 [alfons]     0.8.2claws10
7363
7364         * sylpheed.desktop
7365                 Type=Internet <- Type=Application
7366                 (reported by Michael Schwendt, see:
7367                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
7368                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
7369
7370 2002-08-29 [paul]       0.8.2claws9
7371
7372         * sync with 0.8.2cvs5
7373                 see ChangeLog 2002-08-29
7374
7375 2002-08-29 [colin]      0.8.2claws8
7376
7377         * src/summaryview.c
7378                 Added a sanity check in summary_select_thread
7379                 Should fix bug 601605
7380
7381 2002-08-29 [colin]      0.8.2claws7
7382
7383         * src/main.c
7384                 Revert claws6 changes regarding bug #591676
7385
7386 2002-08-28 [colin]      0.8.2claws6
7387         
7388         * src/main.c
7389                 Ignore cache for queue folderitems
7390                 Fix bug #591676
7391
7392 2002-08-28 [melvin]     0.8.2claws5
7393
7394         * README.claws
7395                 Fixed typos.
7396
7397 2002-08-28 [melvin]     0.8.2claws4
7398
7399         * README.claws
7400                 Updated a bit the text concerning the spell checker
7401
7402 2002-08-28 [melvin]     0.8.2claws3
7403
7404         Merged the GNU_aspell_branch:
7405                 Support of new GNU/aspell is now included and the old pspell
7406                 is not supported anymore.
7407                 See README.claws
7408
7409         * README.claws
7410                 Updated spell checker text to reflect the switch to GNU/aspell
7411
7412         * ac/aspell.m4          *** NEW ***
7413         * src/gtkaspell.[ch]    *** NEW *** 
7414         * ac/pspell.m4          *** DELETED *** 
7415         * src/gtkspell.[ch]     *** DELETED ***
7416
7417         * ac/Makefile.am
7418                 Updated for GNU/aspell support
7419
7420         * po/POTFILES.in
7421                 Replaced gtkspell.c by gtkaspell.c
7422
7423         * acconfig.h
7424         * src/Makefile.am
7425         * src/about.c
7426         * src/compose.[ch]
7427         * src/crash.c
7428         * src/main.c
7429         * src/prefs_common.[ch]
7430                 Updated for GNU/aspell support
7431
7432 2002-08-28 [paul]       0.8.2claws2
7433
7434         * sync with 0.8.2cvs4
7435                 see ChangeLog 2002-08-27 and 2002-08-28
7436
7437 2002-08-28 [colin]      0.8.2claws1
7438
7439         * src/summary_search.c
7440                 Added "AND search"
7441
7442 2002-08-28 [jens]       0.8.2claws
7443
7444         *po/de.po
7445                 Updated German translations
7446
7447 2002-08-27 [melvin]     0.8.2claws
7448
7449         * po/fr.po
7450                 Updated French translations
7451
7452 2002-08-27 [paul]       0.8.2claws
7453
7454         * sync with 0.8.2 main release
7455
7456         * po/en_GB.po
7457           po/es.po
7458           po/it.po
7459           po/pl.po
7460           po/pt_BR.po
7461           po/sr.po
7462                 updated message catalogs submitted by
7463                 Ricardo Mones Lastra, Alessandro Maestri,
7464                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
7465                 Beneditto and Urke MMI  
7466
7467 2002-08-27 [hoa]        0.8.1claws123
7468
7469         * src/mainwindow.[ch]
7470         * src/summaryview.[ch]
7471                 removed the "filter setting" menu option.
7472                 add a "cancel a news message" menu option.
7473
7474 2002-08-26 [martin]     0.8.1claws122
7475
7476         * ChangeLog.claws
7477                 changed string under 0.8.1claws79 changed by myself
7478                 i'm sorry alfons :(
7479
7480 2002-08-26 [martin]     0.8.1claws121
7481
7482         * src/crash.c
7483                 added kill command to debuggerrc to start crash dialog
7484
7485 2002-08-26 [paul]       0.8.1claws120
7486
7487         * sync with 0.8.1cvs31
7488                 see ChangeLog 2002-08-26
7489
7490 2002-08-25 [alfons]     0.8.1claws119
7491
7492         * src/procmsg.c
7493                 fix bug that didn't send out correct headers to news server
7494                 when sending news article and email from queue (bug reported
7495                 and patch provided by Tim Mann; closes bug 
7496                 "[ 583196 ] 0.7.8claws can't post news")
7497
7498 2002-08-25 [alfons]     0.8.1claws118
7499
7500         * src/selective_download.c
7501                 mark two strings as translatable
7502                 (thanks to Urke MMI for pointing this out)
7503
7504 2002-08-25 [alfons]     0.8.1claws117
7505
7506         * src/summaryview.c
7507                 treat sent boxes as special and allow sorting them by addressee
7508                 (closes "[ 589418 ] Sent folder sorting misbehavior"
7509                 submitted by Steve Lamb)
7510
7511 2002-08-24 [alfons]     0.8.1claws116
7512
7513         * src/matcher.c
7514                 fix memleak reported by Martin Kluge
7515                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
7516
7517 2002-08-24 [oliver]     0.8.1claws115
7518
7519         * src/prefs_toolbar.c
7520                 o code cleanup as suggested by Alfons
7521                 o memleak fix
7522
7523 2002-08-24 [alfons]     0.8.1claws114
7524
7525         * src/summaryview.c
7526                 o fix another memory leak reported by Martin Kluge
7527                   (see "[ 599568 ] Small Memory Leak")
7528                 o remove 'from' variable from 'summary_set_header()'; we can
7529                   do with just 'to' 
7530
7531 2002-08-24 [paul]       0.8.1claws113
7532
7533         * sync with 0.8.1cvs30
7534                 see ChangeLog 2002-08-23
7535
7536 2002-08-24 [alfons]     0.8.1claws112
7537
7538         * src/summaryview.c
7539                 remove unnecessary allocations for search bar fixing leaks
7540                 reported by Martin Kluge
7541                 (see "[ 599451 ] Further memory leaks?")
7542
7543 2002-08-24 [alfons]     0.8.1claws111
7544
7545         * src/main.c
7546                 make get_socket_name() public for crash.c
7547         * src/crash.c
7548                 o make report bug button work (goes to claws' 
7549                   bug tracker at sf.net)
7550                 o introduce function for doing important stuff just
7551                   before claws goes down
7552                 o clean up code 
7553
7554 2002-08-24 [alfons]     0.8.1claws110
7555
7556         * src/compose.c
7557                 move cursor to "To" entry when forwarding as attachment
7558                 (reported and solved by Steve Lamb, closes bug report
7559                 "[ 592880 ] Forward as attachment; cursor not in to")
7560
7561 2002-08-24 [colin]      0.8.1claws109
7562
7563         * src/mainwindow.c
7564                 fix quick search visibility after GUI (de)separations.
7565
7566 2002-08-23 [colin]      0.8.1claws108
7567
7568         * src/mainwindow.c
7569                 fix header pane visibility after folderview or
7570                 messageview (de)separation
7571
7572 2002-08-23 [paul]       0.8.1claws107
7573
7574         * src/mainwindow.[ch]
7575           src/toolbar.c
7576                 give full control of display or non-display 
7577                 of the Execute icon to Custom toolbar settings.
7578                 add new sensitivity condition to maninwindow.h: 
7579                 M_DELAY_EXEC
7580
7581         * ChangeLog
7582           ChangeLog.jp
7583           NEWS
7584                 more sync with 0.8.1cvs29
7585
7586 2002-08-23 [melvin]     0.8.1claws106
7587
7588         * src/alertpanel.c
7589                 Readded support for custom widget in alertpanel lost in last
7590                 sync.
7591
7592 2002-08-23 [paul]       0.8.1claws105
7593
7594         * sync with 0.8.1cvs29
7595                 see ChangeLog 2002-08-23
7596
7597 2002-08-23 [colin]      0.8.1claws104
7598
7599         * src/summaryview.c
7600                 Fix folder and search pixmaps exchanging positions
7601                 after theme or toolbar changes. Thank to Oliver for 
7602                 reporting this.
7603
7604 2002-08-23 [colin]      0.8.1claws103
7605
7606         * src/mainwindow.c
7607           src/messageview.[ch]
7608           src/noticeview.[ch]
7609           src/summaryview.c
7610                 Changed messageview_create() and noticeview_create()
7611                 to avoid the last gdk_warning
7612
7613 2002-08-22 [colin]      0.8.1claws102
7614
7615         * src/summaryview.c
7616                 Fix my new `Creating pixmap from xpm' warning
7617
7618 2002-08-22 [colin]      0.8.1claws101
7619
7620         * src/mainwindow.c
7621                 Fix some of the gdk warnings
7622
7623 2002-08-22 [colin]      0.8.1claws100
7624
7625         * src/Makefile.am
7626         * src/stock_pixmap.c
7627         * src/stock_pixmap.h
7628         * src/pixmaps/quicksearch.xpm *ADDED*
7629                 Add the quicksearch pixmap
7630         * src/mainwindow.c
7631         * src/summaryview.c
7632         * src/summaryview.h
7633                 Make quicksearch bar visible/hidden via a button
7634
7635 2002-08-22 [christoph]  0.8.1claws99
7636
7637         * src/folder.c
7638                 fix folder update for newsgroups with message
7639                 numbers below minimum number of articles to fetch
7640                 (closes bug #598445)
7641
7642 2002-08-22 [paul]       0.8.1claws98
7643
7644         * sync with 0.8.1cvs28
7645                 see ChangeLog 2002-08-22
7646
7647 2002-08-21 [alfons]     0.8.1claws97
7648
7649         * src/crash.c
7650                 use bt instead of bt full which seems to work 
7651                 better, and bt full doesn't give a great deal 
7652                 of information anyway
7653
7654 2002-08-21 [colin]      0.8.1claws96
7655
7656         * src/summaryview.c
7657                 fix summaryview_searchtype_changed prototype
7658
7659 2002-08-21 [christoph]  0.8.1claws95
7660
7661         * src/mainwindow.c
7662                 o fix broken menu update for sorting type, we have to
7663                   get this info from the summaryview now
7664                 o removed setting of threaded state in menu callback
7665         * src/summaryview.[ch]
7666                 more summaryview/folderitem seperation for
7667                 threading option
7668         * configure.in
7669                 removed not required --with-compiler-flags option
7670
7671 2002-08-21 [oliver]     0.8.1claws94
7672         
7673         * src/toolbar.h 
7674                 o rename toolbar.xml to toolbar_main.xml
7675                   since toolbar_compose.xml might come up 
7676                   any time soon
7677         * README.claws
7678                 add custom toolbar              
7679
7680 2002-08-21 [darko]      0.8.1claws93
7681
7682         * src/procmsg.c
7683                 don't reset tmp flags for messages copied
7684                 to sent folder
7685
7686 2002-08-21 [colin]      0.8.1claws92
7687         
7688         * src/prefs_filtering.c
7689                 fix renaming rules on folder rename 
7690                 when folder is not a leaf folder
7691
7692 2002-08-21 [paul]       0.8.1claws91
7693
7694         * src/prefs_folder_item.c
7695                 fix alignment of colour selector
7696
7697 2002-08-21 [paul]       0.8.1claws90
7698
7699         * sync with 0.8.1cvs27
7700                 see ChangeLog 2002-08-21
7701
7702 2002-08-21 [paul]       0.8.1claws89
7703
7704         * src/summaryview.c
7705                 fix crash when changing field type in
7706                 Quick search bar
7707
7708 2002-08-21 [colin]      0.8.1claws88
7709
7710         * src/summaryview.c
7711                 Made quick search case-insensitive
7712
7713 2002-08-21 [paul]       0.8.1claws87
7714
7715         * sync with 0.8.1cvs26
7716                 see ChangeLog 2002-08-21
7717
7718 2002-08-20 [christoph]  0.8.1claws86
7719
7720         * src/folderview.c
7721         * src/main.c
7722         * src/summaryview.[ch]
7723                 more summaryview/folderitem seperation for
7724                 sort_key and sort_type
7725         * src/procmsg.c
7726                 added missing return statement
7727
7728 2002-08-20 [colin]      0.8.1claws85
7729
7730         * src/summaryview.[ch]
7731                 Added a quick search box
7732         * src/mainwindow.c
7733         * src/prefs_common.[ch]
7734                 Added a show/hide option for the quick search
7735
7736 2002-08-20 [oliver]     0.8.1claws84
7737         
7738         * src/mainwindow.c
7739                 remove toolbar_create_popups
7740         * src/toolbar.[ch]
7741                 o remove toolbar_create_popups
7742                 o fix toolbar_set_sensitive 
7743                   (Bug reports #596834 and #596832)     
7744         * src/prefs_toolbar.c
7745                 o add "Set default" button
7746                 o align label and text + combo widgets
7747
7748 2002-08-20 [hoa]        0.8.1claws83bis
7749
7750         * src/imap.c
7751                 fixed a bug in imap_fetch_msginfo() in case there is no
7752                 current folder.
7753
7754 2002-08-20 [darko]      0.8.1claws83
7755
7756         * src/folderview.c
7757                 copy the color style of folder view so it
7758                 works with GTK themes
7759
7760 2002-08-20 [darko]      0.8.1claws82
7761
7762         * src/folder.h
7763         * src/folderview.c
7764         * src/prefs_folder_item.[hc]
7765                 don't use UI stuff in folder.h
7766
7767 2002-08-20 [darko]      0.8.1claws81
7768
7769         * src/folder.h
7770         * src/prefs_folder_item.h
7771         * src/folderview.c
7772         * src/prefs_folder_item.c
7773                 ability to set folder color in folderview
7774
7775 2002-08-19 [alfons]     0.8.1claws80
7776
7777         * src/summaryview.c
7778                 fix one of the earlier memleaks reported by Martin Kluge
7779
7780 2002-08-19 [alfons]     0.8.1claws79
7781
7782         * src/mainwindow.c
7783                 hide notice view when selecting seperate folder
7784                 view (reported by Urke MMI)
7785
7786 2002-08-19 [christoph]  0.8.1claws78
7787
7788         * src/folderview.c
7789         * src/prefs_folder_item.h
7790         * src/summaryview.[ch]
7791                 o add summary_set_prefs_from_folderitem to set
7792                   summaryview prefs (first step to remove all
7793                   references to the folderitem in summaryview)
7794                 o moved compiled regex stuff from folderitem prefs
7795                   to summaryview code
7796
7797 2002-08-19 [paul]       0.8.1claws77
7798
7799         * src/compose.c
7800                 add check for '.' to QUOTE_IF_REQUIRED
7801
7802 2002-08-19 [paul]       0.8.1claws76
7803
7804         * src/inc.c
7805                 sync with 0.8.1cvs25 (plug memory leak)
7806
7807         * src/prefs_toolbar.c
7808                 re-order prefs_toolbar_cancel()
7809
7810 2002-08-18 [alfons]     0.8.1claws75
7811
7812         * src/inc.c
7813         * src/matcher.c
7814                 plug other memleaks reported by Martin Kluge
7815
7816 2002-08-18 [paul]       0.8.1claws74
7817
7818         * po/pt_BR.po
7819                 updated by Fabio Jr. Beneditto
7820
7821 2002-08-18 [paul]       0.8.1claws73
7822
7823         * src/toolbar.[ch]
7824                 fix bug where tooltips were displayed untranslated              
7825
7826         * src/prefs_toolbar.c
7827                 fix bug where clicking 'Cancel' creates an icon & text
7828                 toolbar regardless of prefs
7829         
7830
7831 2002-08-17 [oliver]     0.8.1claws72
7832
7833         * src/prefs_toolbar.c
7834                 update toolbar on CANCEL
7835                 bug reported by Martin Kluge
7836         * src/toolbar.c
7837                 toolbar_destroy memleak fixed           
7838
7839 2002-08-17 [alfons]     0.8.1claws71
7840
7841         * src/toolbar.c
7842                 plug another memleak reported by Martin Kluge
7843
7844 2002-08-16 [alfons]     0.8.1claws70
7845
7846         * src/crash.c
7847                 use execvp() correctly (suggested by wwp; thanks!)
7848
7849 2002-08-16 [alfons]     0.8.1claws69
7850
7851         * src/gtksctree.c
7852                 plug memory leak reported by Kim Schultz & Martin Kluge
7853
7854 2002-08-16 [paul]       0.8.1claws68
7855
7856         * po/es.po
7857                 updated by Ricardo Mones Lastra
7858
7859 2002-08-16 [paul]       0.8.1claws67
7860
7861         * src/toolbar.h
7862                 fix bug where 'Compose News' icon showed wrong
7863                 tooltip
7864
7865 2002-08-16 [paul]       0.8.1claws66
7866
7867         * sync with 0.8.1cvs24
7868                 see ChangeLog 2002-08-16
7869
7870         * po/it.po
7871                 updated by Alessandro Maestri
7872
7873 2002-08-15 [paul]       0.8.1claws65
7874
7875         * po/sr.po
7876                 updated by Urke MMI
7877
7878 2002-08-15 [paul]       0.8.1claws64
7879
7880         * src/*.c
7881                 don't translate debug info
7882
7883         * src/matcher.[ch]
7884                 add copyright info
7885
7886 2002-08-15 [paul]       0.8.1claws63
7887
7888         * src/prefs_toolbar.c
7889                 fix bug where clicking 'OK' creates an icon & text
7890                 toolbar regardless of prefs
7891
7892 2002-08-14 [alfons]     0.8.1claws62
7893
7894         * src/main.c
7895                 add global var that has the full argv[0]
7896         * src/crash.c
7897                 o execvp the correct sylpheed by using argv0
7898                   and setting the correct work dir
7899                 o other tweaks  
7900
7901 2002-08-14 [oliver]     0.8.1claws61
7902         
7903         * enable/disable Toolbar Action Buttons 
7904         * code cleanups
7905         * src/mainwindow.c
7906         * src/toolbar.[ch]      
7907         * src/prefs_toolbar.c   
7908
7909 2002-08-14 [melvin]     0.8.1claws60
7910
7911         * po/fr.po
7912                 Updated French translations
7913
7914 2002-08-14 [melvin]     0.8.1claws59
7915
7916         * src/crash.c
7917                 Made bug report not translatable
7918         * src/exporthtml.c
7919                 Fixed exporthtml_build_filespec() return value
7920         * src/foldersel.c
7921                 Fixed incorrect include file
7922         * src/gtkspell.c
7923         * src/prefs_actions.c
7924         * src/prefs_toolbar.c
7925                 Made debug info not translatable
7926         * src/mutt.c
7927         * src/quote_fmt.c
7928                 Added missing includes
7929         * src/prefs_common.c
7930                 Fixed typo
7931
7932 2002-08-14 [paul]       0.8.1claws58
7933
7934         * faq/es/sylpheed-faq.html
7935           faq/es/sylpheed-faq-[1-3].html
7936           faq/es/sylpheed-faq-4.html     **NEW FILE **
7937                 update Spanish FAQ
7938
7939 2002-08-13 [christoph]  0.8.1claws57
7940
7941         * src/procmsg.c
7942                 ignore thread fix that did not mark all
7943                 child nodes of a ignored thread as
7944                 ignored. Does not work perfectly yet,
7945                 but it is better now
7946
7947 2002-08-13 [alfons]     0.8.1claws56
7948
7949         * src/crash.c
7950                 o implement 'save crash log'
7951                 o some tweaks
7952
7953 2002-08-13 [melvin]     0.8.1claws55
7954
7955         * src/main.c
7956                 removed unrequired "execinfo.h" header
7957
7958 2002-08-12 [paul]       0.8.1claws54
7959
7960         * faq/en/sylpheed-faq.html
7961           faq/en/sylpheed-faq-[1-3].html
7962           faq/en/sylpheed-faq-4.html     **NEW FILE **
7963                 update English FAQ
7964
7965 2002-08-12 [alfons]     0.8.1claws53
7966
7967         * po/POTFILES.in
7968                 add crash.c to translatables
7969         * src/crash.c
7970                 bring in Leandro's crash dialog
7971
7972 2002-08-11 [alfons]     0.8.1claws52
7973
7974         * src/crash.c
7975                 clean up some warnings
7976
7977 2002-08-11 [alfons]     0.8.1claws51
7978
7979         * acconfig.h
7980         * configure.in
7981         * src/crash.[ch]        ** NEW FILES **
7982         * src/main.c            
7983                 initial gdb crash handler
7984
7985 2002-08-11 [paul]       0.8.1claws50
7986
7987         * src/prefs_toolbar.c
7988                 replace Up/Down arrow pixmaps with text to be
7989                 consistent across icon themes
7990
7991 2002-08-11 [paul]       0.8.1claws49
7992
7993         * src/prefs_common.c
7994           src/prefs_toolbar.c
7995                 rename 'Pixmap' -> 'Icon'
7996
7997         * src/toolbar.[ch]
7998                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
7999
8000 2002-08-10 [paul]       0.8.1claws48
8001
8002         * src/prefs_toolbar.c
8003                 re-work the UI
8004
8005 2002-08-10 [paul]       0.8.1claws47
8006
8007         * src/main.c
8008                 don't write Processing progress to status bar
8009                 patch submitted by Alexander Evseev
8010
8011         * src/prefs_toolbar.c
8012                 re-position and resize window
8013                 make window assume correct size on first call
8014
8015 2002-08-10 [paul]       0.8.1claws46
8016
8017         * src/mainwindow.c
8018           src/prefs_toolbar.c
8019           src/toolbar.c
8020           src/toolbar.h
8021                 obey coding style
8022                 follow UI text conventions
8023
8024 2002-08-10 [alfons]     0.8.1claws45
8025
8026         * src/toolbar.c
8027                 correct pixmap for delete action
8028
8029 2002-08-10 [paul]       0.8.1claws44
8030
8031         * po/pt_BR.po
8032                 updated by Fabio Jr. Beneditto
8033
8034 2002-08-10 [paul]       0.8.1claws43
8035
8036         * po/POTFILES.in
8037                 add custom toolbar files
8038
8039 2002-08-10 [paul]       0.8.1claws42
8040
8041         * sync with 0.8.1cvs22
8042                 see ChangeLog 2002-08-09
8043
8044 2002-08-09 [paul]       0.8.1claws41
8045
8046         * tools/Makefile.am
8047           tools/README
8048           tools/outlook2sylpheed.pl     ** NEW FILE **
8049                 add script to convert exported Outlook
8050                 contacts list to a Sylpheed addressbook.
8051                 Submitted by Ricardo Mones Lastra.
8052
8053 2002-08-09 [paul]       0.8.1claws40
8054
8055         * AUTHORS
8056           configure.in
8057           po/sr.po      ** NEW FILE **
8058                 add Serbian message catalog. Submitted by
8059                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
8060
8061 2002-08-09 [paul]       0.8.1claws39
8062
8063         * sync with 0.8.1cvs21
8064                 see ChangeLog 2002-08-08
8065
8066 2002-08-08 [oliver]     0.8.1claws38
8067
8068         * src/mainwindow.c
8069                 move Custom Toolbar to Configuration menu
8070
8071 2002-08-08 [oliver]     0.8.1claws37
8072
8073         * src/prefs_toolbar.c
8074                 fix substitute pixmap bug
8075
8076 2002-08-08 [paul]       0.8.1claws36
8077
8078         * sync with 0.8.1cvs19
8079                 see ChangeLog 2002-08-08
8080
8081 2002-08-07 [christoph]  0.8.1claws35
8082
8083         * src/utils.c
8084                 fixed a memory leak in new canonicalize_file_replace
8085
8086 2002-08-07 [christoph]  0.8.1claws34
8087
8088         * src/utils.[ch]
8089                 o canonicalize_file_replace should create the temporary
8090                   file in the same directory as the original file.
8091                 o added get_tmpfile_in_dir that creates a temorary file
8092                   in a specified directory.
8093
8094 2002-08-07 [melvin]     0.8.1claws33
8095
8096         * src/toolbar.c
8097                 fixed bug where 'Article' button acted as 'Email' button.
8098
8099 2002-08-07 [paul]       0.8.1claws32
8100
8101         * sync with 0.8.1.cvs17
8102                 see ChangeLog 2002-08-07
8103
8104 2002-08-07 [colin]      0.8.1claws31
8105         
8106         * src/news.c
8107                 fix mass-cancel problem
8108
8109 2002-08-07 [thorsten]   0.8.1claws30
8110
8111         * src/prefs_toolbar.c
8112                 fix: crash on replace or add new button
8113         * src/toolbar.c
8114                 fix: close xmlfile after reading
8115         * src/utils.c
8116                 fix: unlink() file before rename()
8117
8118 2002-08-06 [paul]       0.8.1claws29
8119
8120         * sync with 0.8.cvs15
8121                 see ChangeLog 2002-08-06
8122
8123 2002-08-06 [oliver]     0.8.1claws28
8124
8125         * src/toolbar.c
8126         * src/prefs_toolbar.c
8127                 fixed empty toolbar issue
8128
8129 2002-08-06 [oliver]     0.8.1claws27
8130
8131         * Custom Toolbar Final 
8132         * src/folderview.c
8133         * src/inc.c
8134         * src/summaryview.c
8135                 o toolbar stuff now lives in src/toolbar.[ch]
8136                 o main_window_toolbar_* functions are renamed to
8137                   toolbar_* reflecting their new source file
8138         * src/mainwindow.[ch]
8139                 o remove toolbar stuff  
8140
8141 2002-08-06 [oliver]     0.8.1claws26
8142         
8143         * src/Makefile.am
8144         * src/prefs_toolbar.[ch]        **New File**
8145         * src/toolbar.[ch]              **New File**
8146                 o prefs_toolbar.[ch] custom toolbar frontend
8147                 o toolbar.[ch]       backend 
8148
8149 2002-08-06 [oliver]     0.8.1claws25
8150
8151         * src/prefs_actions.[ch]
8152                 o new exported function actions_execute
8153
8154 2002-08-06 [paul]       0.8.1claws24
8155
8156         * sync with 0.8.1cvs4
8157                 see ChangeLog 2002-08-06
8158
8159 2002-08-06 [paul]       0.8.1claws23
8160
8161         * sync with 0.8.1cvs13
8162                 see ChangeLog 2002-08-06
8163
8164 2002-08-06 [paul]       0.8.1claws22
8165
8166         * sync with 0.8.1cvs12
8167                 see ChangeLog 2002-08-05 and 2002-08-06
8168
8169 2002-08-06 [match]      0.8.1claws21
8170
8171         * src/addrclip.c
8172                 improvements to cut/copy/paste address
8173
8174 2002-08-05 [match]      0.8.1claws20
8175
8176         * src/addritem.[ch]
8177         * src/addrcache.c
8178         * src/addrbook.c
8179         * src/editaddress.c
8180         * src/addressbook.c
8181                 fixes to improve cut/copy/paste
8182
8183 2002-08-06 [melvin]     0.8.1claws19
8184
8185         * src/account.[ch]
8186                 account_find_all_from_address(): new function that returns the
8187                 list of all accounts that are matched in an address.
8188         * src/alertpanel.[ch]
8189                 alertpanel() now accepts a custom widget
8190                 alertpanel_with_widget(): new function that pops up a panel with
8191                 a custom widget in it 
8192         * src/gtkutils.[ch]
8193                 gtkut_account_menu_new(): new function that allows the selection
8194                 of an account from a list of accounts.
8195         * src/messageview.c
8196                 Extended Return Receipt notification to select the correct 
8197                 account and to make a security test on the Delivery-Notification
8198                 address which should be the same as the Return-Path.
8199
8200 2002-08-06 [thorsten]   0.8.1claws18
8201
8202         * src/mimeview.c
8203                 attach_all: save unnamed as "noname.%d",
8204                 dont free static dirname
8205
8206 2002-08-05 [alfons]     0.8.1claws17
8207
8208         * configure.in
8209                 detect XIM by trying to link rather than compile a XIM program
8210
8211 2002-08-05 [oliver]     0.8.1claws16
8212                 
8213         * src/stock_pixmap.[ch]
8214                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
8215                 o new func to retrieve pixmaps
8216
8217 2002-08-05 [paul]       0.8.1claws15
8218
8219         * sync with 0.8.1cvs10
8220                 see ChangeLog 2002-08-05
8221
8222 2002-08-04 [alfons]     0.8.1claws14
8223
8224         * src/textview.c
8225                 see if this plugs memleak
8226
8227 2002-08-04 [melvin]     0.8.1claws13
8228
8229         * src/gtkspell.c
8230                 fixed bug that could crash Sylpheed when highlighting
8231                 all misspelled words.
8232
8233 2002-08-03 [melvin]     0.8.1claws12
8234
8235         * src/prefs_actions.c
8236                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
8237         * src/messageview.c
8238                 fixed bug where the Return Receipt was sent to
8239                 Delivery-Notification-To address even if it was not present
8240
8241 2002-08-02 [alfons]     0.8.1claws11
8242
8243         * src/prefs_actions.c
8244                 o more check for NULLs
8245                 o put create_io_dialog() in right conditional block
8246
8247 2002-08-02 [paul]       0.8.1claws10
8248
8249         * po/es.po
8250                 updated by Ricardo Mones Lastra
8251
8252 2002-08-01 [christoph]  0.8.1claws9
8253
8254         * src/folder.c
8255                 don't free the cache of the opened
8256                 folder in the summaryview
8257         * src/summaryview.c
8258                 don't unset flags, if it is not required
8259
8260 2002-08-01 [paul]       0.8.1claws8
8261
8262         * sync with 0.8.1cvs8
8263                 see ChangeLog entry 2002-08-01
8264
8265 2002-08-01 [paul]       0.8.1claws7
8266
8267         * sync with 0.8.1cvs7
8268                 see ChangeLog 2002-07-31 and 2002-08-01
8269
8270 2002-07-31 [christoph]  0.8.1claws6
8271
8272         * src/mainwindow.c
8273                 forgot to update menu sensitivity
8274                 function for new menu entry
8275
8276 2002-07-31 [alfons]     0.8.1claws5
8277
8278         * src/main.c
8279                 check folder item and its path for NULL on
8280                 initial processing
8281
8282 2002-07-31 [christoph]  0.8.1claws4
8283
8284         * src/folder.c
8285                 check if folder_item_get_msginfo in
8286                 folder_item_remove_msg returned NULL
8287         * src/imap.c
8288                 better clear the uid cache in the
8289                 uid validity check function and delete
8290                 cached messages
8291
8292 2002-07-31 [paul]       0.8.1claws3
8293
8294         * man/sylpheed.1
8295                 add the '--attach' option and a few other
8296                 minor changes
8297
8298 2002-07-31 [paul]       0.8.1claws2
8299
8300         * sync with 0.8.1cvs5
8301                 see ChangeLog 2002-07-31
8302
8303 2002-07-31 [christoph]  0.8.1claws1
8304
8305         * src/folderview.[ch]
8306         * src/mainwindow.c
8307                 replace "Rescan all folders..." with
8308                 "Check all folders for new messages..."
8309
8310 2002-07-30 [paul]       0.8.1claws
8311
8312         * version 0.8.1claws released
8313
8314 2002-07-30 [paul]       0.8.0claws29
8315
8316         * tools/OOo2sylpheed.pl ** NEW FILE **
8317           tools/README
8318                 add script to enable sending documents as
8319                 attachments from OpenOffice.org
8320
8321 2002-07-30 [melvin]     0.8.0claws28
8322
8323         * src/prefs_actions.c
8324                 Made the actions' input/output dialog display
8325                 without delay.
8326
8327 2002-07-30 [christoph]  0.8.0claws27
8328
8329         * src/procmsg.c
8330                 check if folder_item_get_msginfo in
8331                 procmsg_save_to_outbox returned NULL
8332
8333 2002-07-30 [paul]       0.8.0claws26
8334
8335         * sync with 0.8.1cvs4
8336                 see ChangeLog 2002-07-29
8337
8338 2002-07-29 [thorsten]   0.8.0claws25
8339
8340         * README.claws
8341                 added selective download, delete on server
8342
8343 2002-07-29 [paul]       0.8.0claws24
8344
8345         * sync with 0.8.1cvs3
8346                 see ChangeLog 2002-07-29
8347
8348 2002-07-27 [christoph]  0.8.0claws23
8349
8350         * src/folder.c
8351                 add extra check if fetching the msginfo
8352                 returned NULL
8353
8354 2002-07-27 [paul]       0.8.0claws22
8355
8356         * sync with 0.8.1cvs2
8357                 see ChangeLog 2002-07-26
8358
8359 2002-07-27 [christoph]  0.8.0claws21
8360
8361         * src/imap.c
8362                 add another check if a valid msginfo
8363                 was returned
8364
8365 2002-07-26 [hoa]        0.8.0claws20
8366
8367         * src/folder.c
8368                 Fixed a condition in folder_item_destroy()
8369
8370         * src/imap.c
8371                 Fixed an error in IMAP protocol
8372
8373 2002-07-26 [alfons]     0.8.0claws19
8374
8375         * src/folder.c
8376                 ofcourse compare with identifier, not the path
8377
8378 2002-07-26 [alfons]     0.8.0claws18
8379
8380         * src/folder.c
8381                 use folder item identifier for saving / restoring
8382                 preferences because folder->path might not be unique
8383
8384 2002-07-26 [melvin]     0.8.0claws17
8385
8386         * src/logwindow.c
8387                 Fixed a crash introduced in 0.8.0claws5 when log is 
8388                 cut under 80 characters.
8389
8390 2002-07-26 [paul]       0.8.0claws16
8391
8392         * sync with 0.8.1cvs1
8393                 see ChangeLog 2002-07-26
8394
8395 2002-07-26 [christoph]  0.8.0claws15
8396
8397         * src/imap.[ch]
8398                 imap folder now remembers the last selected
8399                 folder and imap_fetch_msginfo skips selecting
8400                 the folder if it is already selected
8401
8402 2002-07-26 [christoph]  0.8.0claws14
8403
8404         * src/folder.c
8405         * src/folderview.c
8406         * src/imap.c
8407                 fix imap folder rescanning
8408
8409 2002-07-25 [christoph]  0.8.0claws13
8410
8411         * src/filter.c
8412         * src/folder.[ch]
8413         * src/folderview.c
8414         * src/imap.[ch]
8415         * src/mainwindow.c
8416         * src/mbox_folder.c
8417         * src/mh.c
8418         * src/news.c
8419                 implement imap uid cache and uid validity check
8420
8421 2002-07-25 [alfons]     0.8.0claws12
8422
8423         * src/summaryview.c
8424                 fix a brown paper bag bug, and also add some more
8425                 checks
8426
8427 2002-07-25 [christoph]  0.8.0claws11
8428
8429         * src/folder.c
8430                 don't mix copy, fetch_msginfo and remove
8431                 operations in folder item copy and move
8432                 operations
8433
8434 2002-07-25 [christoph]  0.8.0claws10
8435
8436         * src/folderview.c
8437         * src/mainwindow.c
8438         * src/prefs_folder_item.c
8439         * src/summaryview.[ch]
8440                 remove no longer required parameter update_cache from
8441                 summary_show
8442
8443 2002-07-25 [paul]       0.8.0claws9
8444
8445         * sync with 0.8.1
8446         
8447         * AUTHORS
8448                 a few corrections
8449
8450 2002-07-24 [alfons]     0.8.0claws8
8451
8452         * src/summaryview.c
8453                 sort correctly when using simplified subject line
8454                 (closes feature request "[ 585141 ] applying regexp to subject 
8455                 before sort" submitted by Alexandra Walford)
8456
8457 2002-07-24 [paul]       0.8.0claws7
8458
8459         * sync with 0.8.0cvs3
8460                 see ChangeLog 2002-07-24
8461
8462 2002-07-23 [christoph]  0.8.0claws6
8463
8464         * src/folder.c
8465         * src/folder.h
8466         * src/summaryview.c
8467         * src/summaryview.h
8468         * src/main.c
8469                 o separate processing and summaryview
8470                 o removed summary_write_cache from summaryview
8471                 o removed summaryview->killed_messages, because we don't have
8472                   to keep a list of killed messages anymore. New cache will
8473                   keep the hidden messages in cache anyway
8474         * src/folderview.c
8475         * src/inc.c
8476         * src/selective_download.c
8477                 o removed unnecessary summary_write_cache calls
8478         * src/procmsg.c
8479                 o don't set ignore thread flag in procmsg_get_thread_tree
8480                   if it is already set
8481         * src/mainwindow.c
8482         * src/statusbar.h
8483                 o moved STATUSBAR_PUSH/POP to statusbar.h because
8484                   they are used in different files
8485
8486 2002-07-23 [melvin]     0.8.0claws5
8487
8488         * src/addressbook.c
8489         * src/addrgather.c
8490         * src/editaddress.c
8491         * src/editgroup.c
8492         * src/editldap_basedn.c
8493         * src/importldif.c
8494         * src/prefs_common.c
8495                 Fixed few memory leak (gtk_editable_get_chars returns
8496                 an allocated string)
8497         * src/logwindow.c
8498                 Fixed few memory leak (gtk_editable_get_chars returns
8499                 an allocated string) and modified a little the log cutting
8500                 loop.
8501         * src/compose.c
8502                 Replaced a call to an obsolete function gtk_entry_get_text()
8503                 by gtk_editable_get_chars()
8504         * src/send.c
8505                 Removed a debug printf
8506
8507 2002-07-23 [christoph]  0.8.0claws4
8508
8509         * src/filesel.c
8510                 fix another g_dirname memory leak
8511
8512 2002-07-23 [christoph]  0.8.0claws3
8513
8514         * src/mh.c
8515                 fixed a memory leak in mh_fetch_msginfo
8516                 fixed crash when message header could not be
8517                 parsed
8518
8519 2002-07-23 [paul]       0.8.0claws2
8520
8521         * sync with 0.8.0cvs2
8522                 see ChangeLog 2002-07-23
8523
8524 2002-07-23 [paul]       0.8.0claws1
8525
8526         * sync with 0.8.0cvs1
8527                 see ChangeLog 2002-07-23
8528
8529 2002-07-23 [paul]       0.8.0claws
8530
8531         * release of 0.8.0claws
8532
8533 2002-07-23 [paul]       0.7.8claws99
8534
8535         * po/ru.po
8536                 new Russian translation, submitted by
8537                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
8538
8539 2002-07-22 [jens]       0.7.8claws98
8540
8541         * po/de.po
8542                 Updated German translations.
8543
8544 2002-07-22 [paul]       0.7.8claws97
8545
8546         * po/es.po
8547           po/it.po
8548           po/nl.po
8549           po/pt_BR.po
8550                 updated translations by Ricardo Mones Lastra,
8551                 Alessandro Maestri, Wilbert Berendsen and 
8552                 Fabio Jr. Beneditto respectively
8553
8554 2002-07-22 [christoph]  0.7.8claws96
8555
8556         * src/mimeview.c
8557                 fix memory leak caused by wrong g_dirname usage
8558
8559 2002-07-22 [christoph]  0.7.8claws95
8560
8561         * src/summaryview.c
8562                 update new and unread message counts for summaryview
8563                 summaryview does not get it from the folder anymore
8564                 and has to update the values itself
8565
8566 2002-07-22 [melvin]     0.7.8claws94
8567
8568         * po/fr.po
8569                 Updated French translations.
8570
8571 2002-07-22 [christoph]  0.7.8claws93
8572
8573         * src/matcher.c
8574                 set prop->preg pointer to NULL or following check
8575                 will not fail and regexec will be called with
8576                 invalid pointer
8577
8578 2002-07-21 [alfons]     0.7.8claws92
8579         
8580         * src/prefs_common.[ch]
8581                 remove option "Send return receipt on request"
8582
8583 2002-07-21 [thorsten]   0.7.8claws91
8584
8585         * src/mimeview.c
8586                 fixed memleaks, coding style as pointed out by alfons
8587
8588 2002-07-21 [alfons]     0.7.8claws90
8589
8590         * src/messageview.c
8591         * src/noticeview.[ch]
8592                 o fix bug notice view being displayed when going to empty folder 
8593                   (noticed by Christoph)
8594                 o allow RRR to be sent when restarting sylpheed, or changing folder 
8595                   (noticed by Thorsten)
8596
8597 2002-07-21 [thorsten]   0.7.8claws89
8598
8599         * src/mimeview.c
8600                 Included save_all patch from Xaview FACQ
8601                 added support for pathnames
8602
8603 2002-07-21 [alfons]     0.7.8claws88
8604
8605         * po/POTFILES.in
8606         * src/Makefile.am
8607         * src/mainwindow.c
8608         * src/messageview.[ch]
8609         * src/noticeview.c      ** NEW FILE **
8610         * src/noticeview.h      ** NEW FILE **
8611                 make return receipts work again
8612                 (UI idea by Leandro Pereira)
8613
8614 2002-07-21 [paul]       0.7.8claws87
8615
8616         * src/summaryview.c
8617                 fix sensitivity of 'Select thread'
8618
8619 2002-07-21 [paul]       0.7.8claws86
8620
8621         * src/prefs_common.c
8622                 add browser command line for Galeon
8623
8624 2002-07-21 [paul]       0.7.8claws85
8625
8626         * Makefile.am
8627                 fix 'EXTRA_DIST': remove README.README, add TODO
8628                 and TODO.claws
8629
8630 2002-07-21 [alfons]     0.7.8claws84
8631
8632         * src/gtkstext.c
8633                 make enter clear selection
8634                 (closes "[ 579888 ] Editor selection/entry error"
8635                 reported by Steve Lamb)
8636
8637 2002-07-21 [alfons]     0.7.8claws83
8638         
8639         * src/summaryview.c
8640                 sort message list when selecting unthread messages
8641                 (closes "[ 501593 ] switching threaded view doesn't sort"
8642                 reported by Simon Schubert)
8643
8644 2002-07-20 [alfons]     0.7.8claws82
8645         
8646         * src/matcher.c
8647                 const-correctness
8648
8649 2002-07-20 [thorsten]   0.7.8claws81
8650
8651         * src/matcher.c
8652                 Fixed expansion of empty fields in matchactions
8653
8654 2002-07-19 [melvin]     0.7.8claws80
8655
8656         * src/gtkspell.c
8657                 Removed a duplicate menu entry (fast mode) introduced during
8658                 the new cache merge
8659                 Added a menu separator between 'Use alternate' and 'Fast mode'
8660
8661 2002-07-19 [paul]       0.7.8claws79
8662
8663         * tools/Makefile.am
8664           tools/README
8665                 correct typos
8666
8667 2002-07-19 [thorsten]   0.7.8claws78
8668
8669         * tools/calypso_convert.pl      ** NEW FILE **
8670           tools/README
8671           tools/Makefile.am
8672                 script to import mbox files exported
8673                 by calypso
8674                 o generates folder structure
8675                 o includes attachments
8676
8677 2002-07-19 [melvin]     0.7.8claws77
8678
8679         * src/selective_download.[ch]
8680                 Fixed bug where closing the dialog with the window manager's
8681                 close button will not unlock the summary
8682                 Corrected some function declarations that missed a return value
8683                 Made the source code comply better with coding style.
8684         * src/prefs_common.c
8685                 Added new browser command line for Mozilla.
8686
8687 2002-07-18 [paul]       0.7.8claws76
8688
8689         * src/mainwindow.c
8690           src/selective_download.[ch]
8691                 reflect theme changes, fix Gdk Warning when creating 
8692                 pixmap from NULL window, and minor clean up.
8693                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8694
8695         * po/en_GB.po
8696                 updated
8697
8698 2002-07-17 [paul]       0.7.8claws75
8699
8700         * INSTALL[.jp]
8701                 sync with 0.8.0
8702         
8703         * po/en_GB.po
8704                 updated
8705
8706 2002-07-16 [paul]       0.7.8claws74
8707
8708         * tools/filter_conv.pl
8709           tools/README
8710                 replace conversion script with reimplemented version, 
8711                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
8712
8713 2002-07-16 [colin]      0.7.8claws73
8714
8715         * src/summaryview.c
8716                 remove forgotten debug messages - sorry ;-)
8717
8718 2002-07-16 [colin]      0.7.8claws72
8719
8720         * src/mimeview.c
8721           src/summaryview.c
8722           src/textview.c
8723           src/textview.h
8724                 add the ability to select part of a text mime-part 
8725                 to reply.
8726
8727 2002-07-15 [christoph]  0.7.8claws71
8728
8729         * src/folder.c
8730                 fix folder message count for folders without
8731                 msg_is_changed (includes news folders)
8732
8733 2002-07-15 [martin]     0.7.8claws70
8734
8735         * src/summaryview.c
8736                 option "display recipient on 'From'..." now works
8737                 without the need of enabling the option
8738                 "display  sender  using  address  book".
8739
8740 2002-07-15 [christoph]  0.7.8claws69
8741
8742         * src/summaryview.c
8743                 removed setting folder status from summaryview.
8744                 folder.c should update all message counts correctly.
8745
8746 2002-07-15 [paul]       0.7.8claws68
8747
8748         * po/pt_BR.po
8749                 updated by Fabio Junior Beneditto
8750
8751 2002-07-15 [darko]      0.7.8claws67
8752
8753         * src/mh.c
8754                 Fixed target folder colorization, don't decrease op
8755                 number twice
8756
8757 2002-07-14 [paul]       0.7.8claws66
8758
8759         * sync with main 0.8.0
8760                 see ChangeLog 2002-07-14
8761
8762 2002-07-13 [melvin]     0.7.8claws65
8763         
8764         * src/addrbook.c
8765         * src/addressbook.c
8766         * src/addrindex.c
8767                 Replaced sprintf by g_snprintf to prevent possible buffer
8768                 overflow.
8769         * src/news.c
8770                 Corrected a log message output format.
8771                 Added a missing "done" debug output.
8772         * src/compose.c
8773                 Added keyboard accelerator for Priority menu items
8774                 Added missing \n in debug output
8775         * src/logwindow.c
8776         * src/gtkspell.c
8777         * src/rfc2015.c
8778                 Added missing \n in debug output
8779
8780 2002-07-13 [paul]       0.7.8claws64
8781
8782         * man/sylpheed.1
8783                 change Sergey's email address to the sf address
8784
8785         * src/textview.c
8786                 increase show_url_timeout (more useful for long
8787                 urls)
8788
8789 2002-07-12 [sergey]     0.7.8claws63
8790
8791         * src/rfc2015.c
8792                 applied (with some modifications) patch to set the
8793                 micalg parameter for signatures
8794                 (2001-08-28 Werner Koch <wk@gnupg.org>)
8795
8796 2002-07-12 [sergey]     0.7.8claws62
8797
8798         * man/Makefile.am
8799         * configure.in
8800                 fixed man page installation
8801
8802 2002-07-12 [paul]       0.7.8claws61
8803
8804         * sync with 0.7.8cvs26
8805                 see ChangeLog 2002-07-11 and 2002-07-12
8806
8807 2002-07-11 [christoph]  0.7.8claws60
8808
8809         * src/compose.c
8810         * src/procmsg.c
8811                 first use the message number to find the message
8812                 to mark with a reply flag but check the
8813                 message-id if we got the correct message, if not
8814                 try to find it by message-id.
8815                 use new string seperator that is not allowed
8816                 in message-ids.
8817
8818 2002-07-11 [paul]       0.7.8claws59
8819
8820         * sync with 0.7.8cvs23
8821                 see ChangeLog 2002-07-10
8822
8823 2002-07-10 [christoph]  0.7.8claws58
8824
8825         * src/folder.[ch]
8826         * src/msgcache.[ch]
8827                 Added message-id table to the cache in memory
8828                 and functions to msgcache.c and folder.c to
8829                 fetch MsgInfos by message id
8830         * src/compose.c
8831         * src/procmsg.c
8832                 store folder and message-id of message replying
8833                 to in queue header and set reply flag after sending
8834                 (Closes bug #469498)
8835
8836 2002-07-10 [paul]       0.7.8claws57
8837
8838         * AUTHORS
8839           man/sylpheed.1.gz
8840                 add Martin to the list of authors
8841
8842 2002-07-09 [martin]     0.7.8claws56
8843         * src/gtksctree.c
8844                 Added gtk_ctree_last_visible(), tree_update_level(),
8845                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
8846                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8847                 from gtk+ to gtksctree.c for the new sorting code
8848                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
8849                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
8850         * src/gtksctree.h
8851                 Added declaration for gtk_sctree_sort_recursive() and
8852                 gtk_sctree_sort_node
8853         * src/addressbook.c
8854         * src/foldersel.c
8855         * src/folderview.c
8856         * src/summaryview.c
8857                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8858                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
8859
8860 2002-07-08 [paul]       0.7.8claws55
8861
8862         * more sync with 0.7.8cvs21
8863                 see ChangeLog 2002-07-08
8864
8865 2002-07-08 [paul]       0.7.8claws54
8866
8867         * sync with 0.7.8cvs21
8868                 see ChangeLog 2002-07-08
8869
8870 2002-07-07 [alfons]     0.7.8claws53
8871
8872         * src/Makefile.am
8873         * src/stock_pixmap.[ch]
8874         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
8875         * src/pixmaps/notice_error.xpm  ** NEW FILE **
8876         * src/pixmaps/notice_note.xpm   ** NEW FILE **
8877                 add new pixmaps for upcoming notice pane
8878
8879 2002-07-06 [melvin]     0.7.8claws52
8880
8881         * src/gtkspell.[ch]
8882                 Made them a bit closer to Sylpheed's coding style.
8883                 Removed old code.
8884                 Removed possible memory leaks when some errors occurs.
8885
8886 2002-07-06 [melvin]     0.7.8claws51
8887
8888         * po/Makefile.in.in
8889                 Removed --no-location in xgettext command line to help
8890                 translators that use Emacs' po-mode
8891         * src/quote_fmt.c
8892                 Removed unnecessary comments that messed up sylpheed.pot
8893
8894 2002-07-06 [paul]       0.7.8claws50
8895
8896         * sync with 0.7.8cvs19
8897                 see ChangeLog 2002-07-05
8898
8899 2002-07-06 [christoph]  0.7.8claws49
8900
8901         * src/folder.c
8902         * src/mainwindow.c
8903                 fix folder_item_remove_all_msg and folderview
8904                 status for trash folders after emptying trash
8905
8906 2002-07-05 [paul]       0.7.8claws48
8907
8908         * sync with 0.7.8cvs16
8909                 see ChangeLog 2002-07-04 and 2002-07-05
8910
8911 2002-07-04 [paul]       0.7.8claws47
8912
8913         * sync with 0.7.8cvs14
8914                 see  ChangeLog 2002-07-04
8915
8916 2002-07-03 [alfons]     0.7.8claws46
8917
8918         * src/folder.c
8919                 dupe folder item's path because it's being reallocated
8920                 by new folder scanning code
8921
8922 2002-07-03 [christoph]  0.7.8claws45
8923
8924         * src/imap.c
8925                 better IMAP uid fetching using 'FETCH 1:* (UID)'
8926         * src/msgcache.c
8927                 add missing return in msgcache_write
8928
8929 2002-07-02 [thorsten]   0.7.8claws44
8930
8931         * src/jpilot.c
8932         * src/msgcache.c
8933         * src/rfc2015.c
8934                 use binary mode for file access
8935
8936 2002-07-02 [christoph]  0.7.8claws43
8937
8938         * major code cleanup (part 1)
8939         
8940                 - unused variables removed
8941                 - unused functions removed
8942                 - uninitialized variables checked
8943                 - missing return statements added
8944                 - missing function return types added
8945                 - added parentheses around assignment and
8946                   && in || when suggested by gcc
8947               
8948         * src/mh.c
8949         * src/folder.c
8950                 replaced direct calls to folder->scan_tree
8951                 with folder_scan_tree and restore folder
8952                 prefs in this function. The folder should
8953                 not have to deal with them.
8954                 ( Should now work for all folder types )
8955
8956 2002-07-02 [paul]       0.7.8claws42
8957
8958         * sync with 0.7.8cvs13
8959                 see ChangeLog 2002-07-01 and 2002-07-02
8960
8961 2002-07-01 [christoph]  0.7.8claws41
8962
8963         * src/summaryview.c
8964                 fix "goto next/prev unread message" with
8965                 ignored threads
8966
8967 2002-07-01 [paul]       0.7.8claws40
8968
8969         * po/es.po
8970                 updated by Ricardo Mones Lastra
8971
8972 2002-06-30 [match]      0.7.8claws39
8973
8974         * src/jpilot.c
8975                 applied variation of leonerd's patch (566661) to
8976                 allow multiple email addresses per JPilot entry.
8977                 addresses may be separated by space, comma, pipe,
8978                 semi-colon, new-line.
8979
8980 2002-06-30 [alfons]     0.7.8claws38
8981
8982         * src/procmsg.c
8983                 simple fix for putting older nodes before
8984                 newer nodes when threading by subject
8985
8986 2002-06-30 [christoph]  0.7.8claws37
8987
8988         * src/folder.c
8989         * src/folderview.c
8990         * src/mh.c
8991         * src/news.c
8992         * src/procmsg.c
8993                 fix broken folder tree rescaning
8994                 and don't use procmsg_get_mark_sum
8995                 anymore
8996
8997 2002-06-30 [christoph]  0.7.8claws36
8998
8999         * merge new cache branch
9000         * src/imap.c
9001                 fix new cache imap copy bug
9002         * src/folder.c
9003                 improved folder_item_scan
9004                 it should now always set the correct
9005                 new, unread and total message counts
9006
9007 2002-06-29 [paul]       0.7.8claws35
9008
9009         * configure.in
9010                 correct syntax error
9011
9012 2002-06-29 [paul]       0.7.8claws34
9013
9014         * configure.in
9015           Makefile.am
9016           man/Makefile.am       ** NEW FILE **
9017           man/sylpheed.1.gz     ** NEW FILE **
9018                 add Sylpheed man page
9019
9020 2002-06-29 [paul]       0.7.8claws33
9021
9022         * po/pt_BR.po
9023                 updated by Fabio Junior Beneditto
9024
9025 2002-06-28 [jens]       0.7.8claws32
9026
9027         * po/de.po
9028                 translation updated
9029
9030         * src/selective_download.c
9031                 removed gettext for space " "
9032
9033         * src/imap.c
9034                 removed wrong space
9035
9036 2002-06-28 [paul]       0.7.8claws31
9037
9038         * sync with 0.7.8cvs11
9039                 see ChangeLog 2002-06-28
9040
9041 2002-06-28 [paul]       0.7.8claws30
9042
9043         * sync with 0.7.8cvs10
9044                 see ChangeLog 2002-06-27 and 2002-06-28
9045
9046 2002-06-26 [paul]       0.7.8claws29
9047
9048         * src/addrgather.c
9049           src/selective_download.c
9050                 don't gettextise empty strings.
9051                 reserved by gettext. gettext("") returns 
9052                 the header entry with meta information, 
9053                 not the empty string
9054
9055         * po/en_GB.po
9056                 updated
9057
9058 2002-06-26 [paul]       0.7.8claws28
9059
9060         * sync with 0.7.8cvs7
9061                 see ChangeLog 2002-06-25
9062
9063         * src/prefs_common.c
9064                 ...and in the process, tweak the gui a little
9065
9066 2002-06-25 [alfons]     0.7.8claws27
9067         
9068         * configure.in
9069         * src/Makefile.am
9070                 fine tune ldap library detection
9071
9072 2002-06-25 [alfons]     0.7.8claws26
9073
9074         * src/compose.c
9075                 don't allow return receipts when composing a news article
9076
9077 2002-06-25 [paul]       0.7.8claws25
9078
9079         * Makefile.am
9080                 add '$(AMTAR)' to 'release' section to allow for
9081                 new and older autotools
9082
9083 2002-06-25 [paul]       0.7.8claws24
9084
9085         * src/summaryview.c
9086                 fix "No more unread messages" persistant pop-up
9087                 window bug
9088
9089 2002-06-25 [paul]       0.7.8claws23
9090
9091         * po/it.po
9092                 updated by Alessandro Maestri
9093
9094 2002-06-25 [paul]       0.7.8claws22
9095
9096         * sync with 0.7.8cvs6
9097                 see ChangeLog 2002-06-25
9098
9099 2002-06-24 [paul]       0.7.8claws21
9100
9101         * tools/update-po
9102                 add GPL copyright information
9103
9104 2002-06-24 [paul]       0.7.8claws20
9105
9106         * tools/Makefile.am
9107           tools/README
9108           tools/update-po       ** NEW FILE **
9109                 add script that eases the creation of *.po files
9110                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
9111
9112 2002-06-23 [alfons]     0.7.8claws19
9113
9114         * src/messageview.c
9115                 make notification_convert_header obey const correctness
9116                 (next step will be fixing the broken return receipt)
9117
9118 2002-06-23 [paul]       0.7.8claws18
9119
9120         * src/messageview.c
9121                 fix bug introduced in last commit:
9122                 removed too much code in last commit - put back what's
9123                 needed
9124
9125 2002-06-23 [paul]       0.7.8claws17
9126
9127         * src/messageview.[ch]
9128                 remove code committed in error from locally patched
9129                 source
9130
9131 2002-06-23 [colin]      0.7.8claws16
9132
9133         * src/compose.[ch]
9134                 add compose_entry_select(), used to select the default_to
9135                 email address - hopefully avoiding people sending mails to
9136                 wrong recipients.
9137
9138 2002-06-22 [alfons]     0.7.8claws15
9139
9140         * AUTHORS
9141                 add Bram Metsch & Stanislav Karchebny
9142         * src/smtp.[ch]
9143         * src/prefs_account.[ch]
9144         * src/send.c
9145                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
9146                   options.  (see <http://sourceforge.net/tracker/index.php
9147                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
9148
9149                 - merge Stanislav's fix to make SMTP AUTH work with qmail
9150                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
9151
9152 2002-06-22 [paul]       0.7.8claws14
9153
9154         * sync with 0.7.8cvs5
9155                 see ChangeLog 2002-06-19 and 2002-06-20
9156
9157 2002-06-22 [alfons]     0.7.8claws13
9158
9159         * src/selective_download.c
9160                 fix a stupid mistake I made
9161
9162 2002-06-22 [alfons]     0.7.8claws12
9163
9164         * src/selective_download.[ch]
9165                 fix another unnoticed leak; cleanup code
9166
9167 2002-06-21 [alfons]
9168
9169         * tools/Makefile.am
9170                 gpg-sign <-- gpg-sign-syl
9171
9172 2002-06-21 [alfons]     0.7.8claws11
9173
9174         * src/selective_download.c
9175         * src/selective_download.h
9176                 fix assorted mix of allocation errors (should solve
9177                 problem reported by Philippe Gramoullé, see:
9178                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
9179
9180 2002-06-20 [melvin]     0.7.8claws10
9181
9182         * tools/gpg-sign *REMOVED*
9183           tools/gpg-sign-syl *ADDED*
9184                 Replaced the gpg clearsigning script with the version using
9185                 xterm instead of ssh-askpass and changed its name.
9186
9187         * README.claws
9188                 Updated actions example to reflect the renaming of the
9189                 gpg clearsigning script.
9190
9191 2002-06-19 [paul]       0.7.8claws9
9192
9193         * sync with 0.7.8claws9
9194                 see ChangeLog 2002-06-18 and 2002-06-19
9195
9196 2002-06-19 [paul]       0.7.8claws8
9197
9198         * sync with 0.7.8cvs1
9199                 see ChangeLog 2002-06-18
9200
9201 2002-06-18 [alfons]     0.7.8claws7
9202
9203         * src/mainwindow.h
9204                 add omitted prototype
9205
9206 2002-06-17 [paul]       0.7.8claws6
9207
9208         * src/mainwindow.c
9209                 fix hiding of exec_btn
9210
9211 2002-06-17 [paul]       0.7.8claws5
9212
9213         * src/pop.c
9214                 remove unneeded code: should_delete() 
9215                 and Pop3State::uidl_todelete_list
9216
9217 2002-06-17 [paul]       0.7.8claws4
9218
9219         * sync with 0.7.8
9220                 see ChangeLog 2002-06-11 and 2002-06-13
9221
9222 2002-06-16 [alfons]     0.7.8claws3
9223         
9224         * src/folder.c
9225                 make sure lock sort mode (claws specific) is
9226                 also persists after a tree rescan
9227
9228 2002-06-16 [alfons]     0.7.8claws2
9229
9230         * src/prefs_folder_item.c
9231         * src/folder.[ch]
9232                 fix persistence of folder sort mode (broken
9233                 by adapting Hiro's new folder persistence code)
9234
9235 2002-06-16 [alfons]     0.7.8claws1
9236
9237         * AUTHORS
9238         * src/logwindow.c
9239         * src/prefscommon.[ch]
9240                 control size of log text in log window; 
9241                 closes patch #569155 submitted by Mitko Haralanov.
9242
9243 2002-06-15 [paul]       0.7.8claws
9244
9245         * release of 0.7.8claws
9246
9247 2002-06-15 [paul]       0.7.7claws
9248
9249         * po/pt_BR.po
9250                 updated by Fabio Junior Beneditto
9251
9252 2002-06-14 [paul]       0.7.6claws49
9253
9254         * po/es.po
9255                 updated by Ricardo Mones Lastra
9256
9257 2002-06-14 [paul]       0.7.6claws48
9258
9259         * po/nl.po
9260                 updated translation by Wilbert Berendsen
9261
9262 2002-06-14 [melvin]     0.7.6claws47
9263
9264         * po/fr.po
9265                 Updated French translation
9266
9267 2002-06-13 [paul]       0.7.6claws46
9268
9269         * src/filesel.c
9270                 allow filename to be typed in, rather than just
9271                 selected by the mouse. Patch by Gustavo Noronha Silva.
9272
9273 2002-06-13 [alfons]     0.7.6claws45
9274
9275         * src/mainwindow.[ch]
9276                 more cleanups (removing unnecessary menu items Expand 
9277                 summary / message view)
9278
9279 2002-06-13 [melvin]     0.7.6claws44
9280
9281         * po/POTFILES.in
9282                 Added src/string_match.c
9283         * src/string_match.c
9284                 Fixed possible buffer overflow.
9285                 Corrected typo.
9286                 Added missing config.h header.
9287         * src/prefs_common.c
9288           src/prefs_matcher.c
9289           src/prefs_scoring.c
9290                 Made some strings translatable (missing _(..)).
9291
9292 2002-06-13 [melvin]     0.7.6claws43
9293
9294         * README.claws
9295                 Corrected action example (verifying clearsigned mail).
9296         * src/prefs_account.c
9297                 Corrected typo.
9298         * src/prefs_common.c
9299                 Removed incorrect line that generated a Gtk-CRITICAL msg.
9300
9301 2002-06-12 [alfons]     0.7.6claws42
9302
9303         * src/summaryview.c
9304                 add init of score column lost in 0.7.6claws42
9305
9306 2002-06-12 [paul]       0.7.6claws41
9307
9308         * src/prefs_account.c
9309                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
9310                 behavior of the radio buttons, (from 0.7.7cvs2)
9311
9312 2002-06-11 [alfons]     0.7.6claws40
9313
9314         * src/messageview.[ch]
9315         * src/summaryview.[ch]
9316         * src/summary_search.c
9317         * src/mainwindow.c
9318                 perform a sync to bring in Hiro's separate view implementation 
9319
9320                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
9321
9322 2002-06-11 [paul]       0.7.6claws39
9323         
9324         * src/prefs_account.c
9325                 correct a typo on the Receive tab
9326
9327 2002-06-10 [match]      0.7.6claws38
9328
9329         * src/addressbook.c
9330                 Included address completion patch from Gustavo Noronha.
9331
9332 2002-06-10 [paul]       0.7.6claws37
9333
9334         * src/inc.[ch]
9335           src/pop.c
9336           src/prefs_account.[ch]
9337           src/selective_download.[ch]
9338                 apply PATCH #561712
9339                  NEW:
9340                 - check if POP Account
9341                 - Receive Button renamed to Preview
9342                 - Preview Button Popup: preview new/all messages
9343                 - Download Button
9344                 - Account Preferences-->Receive tab checkbutton if you
9345                   want to remove Mail after Download
9346                 -: default YES
9347                 - Account Preferences-->Receive tab checkbutton use
9348                   filtering rules on preview
9349                   (think of delete_on_server)
9350                 -: default YES
9351                 - Account selectable from SD dialog
9352                 - checkbutton to show already downloaded messages if
9353                   all messages are previewed
9354                 - new clist column showing Date
9355                 - ESC KEY close
9356                 FIXES:
9357                 - play ball with UIDL
9358                 - fault tolerant (?) 
9359                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9360
9361 2002-06-10 [melvin]     0.7.6claws36
9362
9363         * README.claws
9364                 Added a hint to ac/README in cvs instructions.
9365
9366         * src/prefs_actions.c
9367                 Made it possible to use a more elaborate command line
9368                 for asynchronous actions, too.
9369
9370 2002-06-10 [melvin]     0.7.6claws35
9371         
9372         * src/prefs_actions.c
9373                 Make it possible to use a more elaborate command line
9374                 (e.g. |foo|bar|cat>there;echo Done|)
9375                 Corrected error message when calling %f, %F and %p commands
9376                 from the compose window.
9377
9378 2002-06-09 [colin]      0.7.6claws34
9379
9380         * src/summaryview.c
9381                 Automatically find unread messages in current folder
9382                 before annoying the user.
9383
9384 2002-06-08 [alfons]     0.7.6claws33
9385
9386         * po/it.po
9387                 remove bad formatting string in it.po translation
9388                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
9389
9390 2002-06-08 [paul]       0.7.6claws32
9391
9392         * sync with 0.7.6cvs25
9393                 see ChangeLog 2002-06-07
9394
9395 2002-06-05 [paul]       0.7.6claws31
9396
9397         * src/mainwindow.c
9398                 add 'Sort by locked' and 'Sort by score'
9399
9400 2002-06-05 [paul]       0.7.6claws30
9401
9402         * sync with 0.7.6cvs24
9403                 see ChangeLog 2002-06-04
9404
9405 2002-06-04 [paul]       0.7.6claws29
9406
9407         * po/pt_BR.po
9408                 updated by Fabio Junior Beneditto
9409
9410 2002-06-03 [thorsten]   0.7.6claws28
9411
9412         * src/matcher.c
9413                 fclose() matcherrc after reading
9414
9415 2002-06-03 [paul]       0.7.6claws27
9416
9417         * sync with 0.7.6cvs21
9418                 see ChangeLog 2002-05-31
9419
9420 2002-05-31 [paul]       0.7.6claws26
9421
9422         * sync with 0.7.6cvs20
9423                 see ChangeLog 2002-05-29 and 2002-05-30
9424
9425 2002-05-31 [paul]       0.7.6claws25
9426
9427         * src/imap.c
9428                 hopefully fix last buggy sync
9429
9430         * README.claws
9431                 correct typo in 'Actions' examples
9432
9433 2002-05-29 [paul]       0.7.6claws24
9434
9435         * sync with 0.7.6cvs18
9436                 see ChangeLog 2002-05-28 and 2002-05-29
9437
9438         * src/news.c
9439           src/nntp.[ch]
9440                 sync with above 
9441
9442 2002-05-28 [paul]       0.7.6claws23
9443
9444         * sync with 0.7.6cvs16
9445                 see ChangeLog 2002-05-28
9446
9447 2002-05-27 [thorsten]   0.7.6claws22 
9448
9449         * faq/it/sylpheed-faq-1.html
9450           faq/it/sylpheed-faq-2.html
9451           faq/it/sylpheed-faq-3.html
9452           faq/it/sylpheed-faq.html
9453                 corrected DOS lineendings
9454         * faq/de/sylpheed-faq-1.html
9455           faq/de/sylpheed-faq-2.html
9456           faq/en/sylpheed-faq-1.html
9457           faq/en/sylpheed-faq-2.html
9458           faq/en/sylpheed-faq-3.html
9459           faq/es/sylpheed-faq-1.html
9460           faq/es/sylpheed-faq-2.html
9461           faq/es/sylpheed-faq-3.html
9462           faq/fr/sylpheed-faq-1.html
9463           faq/it/sylpheed-faq-1.html
9464           faq/it/sylpheed-faq-2.html
9465           faq/it/sylpheed-faq-3.html
9466           faq/it/sylpheed-faq.html
9467                 changed ">" to &quot;
9468
9469 2002-05-27 [paul]       0.7.6claws21
9470         
9471         * sync with 0.7.6cvs15
9472                 see ChangeLog 2002-05-27
9473
9474 2002-05-27 [paul]       0.7.6claws20
9475
9476         * src/prefs_account.c
9477                 correct a typo
9478
9479 2002-05-26 [paul]       0.7.6claws19
9480
9481         * tools/README
9482                 correct a typo
9483
9484 2002-05-25 [paul]       0.7.6claws18
9485
9486         * tools/README
9487                 add description of kmail2sylpheed.pl
9488
9489 2002-05-25 [paul]       0.7.6claws17
9490
9491         * tools/kmail2sylpheed.pl       ** NEW FILE **
9492                 perl script that converts an exported Kmail address
9493                 book, converts it to sylpheed addressbook file,
9494                 writes the file to .sylpheed, and updates
9495                 addrbook--index.xml 
9496
9497 2002-05-25 [paul]       0.7.6claws16
9498
9499         * sync with 0.7.6cvs14
9500                 see ChangeLog 2002-05-23
9501
9502 2002-05-24 [paul]       0.7.6claws15
9503
9504         * README.claws
9505                 make a correction and add some more info
9506
9507 2002-05-24 [paul]       0.7.6claws14
9508
9509         * src/compose.c
9510                 fix memory leak in 
9511                 compose_redirect_write_headers_from_headerlist()
9512                 add Subject and Resent-Message-ID to
9513                 compose_redirect_write_headers()
9514                 Received, Subject, and X-UIDL are filtered out in 
9515                 compose_redirect_write_to_file()
9516
9517 2002-05-23 [paul]       0.7.6claws13
9518
9519         * src/compose.[ch]
9520           src/filtering.c
9521           src/mainwindow.c
9522           src/matcher.[ch]
9523           src/matcher_parser_lex.l
9524           src/matcher_parser_parse.y
9525           src/prefs_common.[ch]
9526           src/prefs_filtering.c
9527           src/summaryview.c
9528                 rename 'Bounce' to 'Redirect'
9529
9530 2002-05-23 [paul]       0.7.6claws12
9531
9532         * more sync with 0.7.6cvs13
9533           src/compose.c
9534                 see ChangeLog 2002-05-22
9535
9536 2002-05-22 [paul]       0.7.6claws11
9537
9538         * sync with 0.7.6cvs13
9539           src/codeconv.c
9540                 see ChangeLog 2002-05-20
9541           src/prefs_common.c
9542                 see ChangeLog 2002-05-22
9543
9544 2002-05-21 [melvin]     0.7.6claws10
9545
9546         * src/folderview.c
9547                 Added missing filtering and scoring headers
9548                 Fixed bad function call that showed garbage 
9549                 in Folder->Processing
9550
9551 2002-05-21 [paul]       0.7.6claws9
9552
9553         * tools/Makefile.am
9554                 make all tools executable, (patch by Alfons).
9555
9556 2002-05-20 [alfons]     0.7.6claws8
9557
9558         * src/procheader.c
9559                 don't forget to call mktime() so we have a valid week 
9560                 and year day
9561                 (Bug report by Roger Sondermann <mail@jumaros.de>)
9562
9563 2002-05-20 [paul]       0.7.6claws7
9564
9565         * src/html.c
9566                 fix broken parsing of urls
9567         * src/textview.c
9568                 fix displaying of urls
9569
9570                 both fixes from the patch [547855] by Eugene 
9571                 Brevdo (zonem)
9572
9573 2002-05-19 [alfons]     0.7.6claws6
9574
9575         * configure.in
9576                 make sylpheed configure correctly with the latest
9577                 and greatest of automake / autoconf / gettext
9578
9579 2002-05-19 [alfons]     0.7.6claws5
9580
9581         * src/procheader.c
9582         * src/procheader.h
9583                 add function for returning ime zone offset
9584         * src/quote_fmt.c
9585         * src/quote_fmt_parse.y
9586                 better quotation formatting - does not convert
9587                 to local time, but uses the original date string.
9588                 
9589                 Note: %z inserts the timezone offset (should 
9590                 work also on platforms where strftime does not
9591                 support %z).
9592
9593 2002-05-18 [christoph]  0.7.6claws4
9594
9595         * src/summaryview.c
9596                 fix indentation of some code
9597         * tools/Makefile.am
9598                 fix spaces after \
9599         * src/Makefile.am
9600                 add missing \
9601                 correct path for ignorethread.xpm
9602                 incorrect filename for sylpheed_logo.xpm
9603                 add missing include matcher_parser_parse.h
9604
9605 2002-05-18 [paul]       0.7.6claws3
9606
9607         * sync with 0.7.6cvs8
9608                 see ChangeLog 2002-05-16 and 2002-05-17
9609
9610 2002-05-18 [melvin]     0.7.6claws2
9611
9612         * README.claws
9613                 Corrected an action's definition and fixed some misspellings.
9614
9615 2002-05-18 [paul]       0.7.6claws1
9616
9617         * tools/Makefile.am
9618           tools/gpg-sign        ** new file **
9619           tools/uudec           ** new file **
9620                 add Melvin's Actions scripts
9621
9622         * README.claws
9623                 add Melvin's descriptions for Actions
9624
9625 2002-05-18 [paul]       0.7.6claws
9626
9627         * Version 0.7.6claws released
9628
9629 2002-05-17 [paul]       0.7.5claws32
9630
9631         * po/es.po
9632                 updated by Ricardo Mones Lastra
9633
9634 2002-05-17 [paul]       0.7.5claws31
9635
9636         * src/compose.c
9637                 fix Account prefs default folder for sent/draft/deleted
9638                 messages bug
9639
9640         * po/it.po
9641           po/nl.po
9642                 updated translation by Alessandro Maestri and
9643                 Wilbert Berendsen
9644
9645 2002-05-17 [melvin]     0.7.5claws30
9646
9647         * src/prefs_actions.c
9648                 Fixed bug where using %F not at the end of the command 
9649                 resulted in an additional empty argument being created.
9650                 Thanks to Darko Koruga for reporting the bug.
9651
9652 2002-05-17 [melvin]     0.7.5claws29
9653
9654         * po/fr.po
9655                 Updated French translations.
9656
9657 2002-05-15 [paul]       0.7.5claws28
9658         
9659         * po/es.po
9660                 updated by Ricardo Mones Lastra
9661
9662 2002-05-15 [paul]       0.7.5claws27
9663
9664         * sync with 0.7.6cvs4
9665                 see ChangeLog 2002-05-14 and 2002-05-15
9666
9667 2002-05-14 [paul]       0.7.5claws26
9668
9669         * sync with 0.7.6cvs1
9670                 see ChangeLog 2002-05-13
9671
9672 2002-05-13 [thorsten]   0.7.5claws25
9673
9674         * src/messageview.c
9675                 fix select_all and copy in multipart messages
9676         * src/mainwindow.c
9677                 fix select_all and copy in multipart messages
9678
9679 2002-05-12 [paul]       0.7.5claws24
9680
9681         * src/summaryview.c
9682                 reverse last commit, bug already fixed in 0.7.5claws3
9683
9684 2002-05-12 [netztorte]  0.7.5claws23
9685
9686         * src/summaryview.c
9687                 dont parse empty addressbook (checked in before claws20)
9688
9689 2002-05-12 [melvin]     0.7.5claws22
9690
9691         * src/procmsg.[ch]
9692                 Removed unneeded priority code introduced by the previous 
9693                 commit.
9694
9695 2002-05-12 [melvin]     0.7.5claws21
9696
9697         * src/compose.[ch]
9698                 Added possibility to set message's priority.
9699         * src/procmsg.[ch]
9700                 Added possibility to set message's priority.
9701                 Added missing headers
9702
9703 2002-05-12 [melvin]     0.7.5claws20
9704
9705         * src/prefs_actions.c
9706                 Removed implicitely added quotes around the name
9707                 of the temporary files of mime parts.
9708
9709 2002-05-12 [paul]       0.7.5claws19
9710
9711         * sync with 0.7.5cvs20
9712                 see ChangeLog 2002-05-11
9713
9714 2002-05-12 [alfons]     0.7.5claws18
9715
9716         * src/quote_fmt_lex.l
9717         * src/quote_fmt_parse.y
9718                 allow quote / reply date & time format to be set using
9719                 %D{format}. format is a format string you'd pass to
9720                 strftime() (see man strftime, or the Display tab |
9721                 Date format setting).
9722
9723                 Currently %D converts the date to local time. 
9724
9725 2002-05-11 [paul]       0.7.5claws17
9726
9727         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
9728                 see ChangeLog 2002-05-10 and 2002-05-11
9729
9730 2002-05-10 [paul]       0.7.5claws16
9731
9732         * sync with 0.7.5cvs16
9733                 see ChangeLog entries 2002-05-09 and 
9734                 2002-05-10
9735
9736 2002-05-10 [colin]      0.7.5claws15
9737
9738         * src/textview.c
9739                 Corrected a bug that prevented sylpheed to open
9740                 double-clicked URIs.
9741
9742 2002-05-09 [paul]       0.7.5claws14
9743
9744         * sync with 0.7.5cvs14
9745                 see ChangeLog 2002-05-08 and 2002-05-09
9746
9747 2002-05-08 [paul]       0.7.5claws13
9748
9749         * sync with 0.7.5cvs11
9750                 see ChangeLog entry 2002-05-08
9751
9752 2002-05-08 [paul]       0.7.5claws12
9753
9754         * src/mainwindow.c
9755           src/textview.[ch]
9756                 fix segfault on View->Open in new window
9757                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9758
9759 2002-05-07 [paul]       0.7.5claws11
9760
9761         * sync with 0.7.5cvs9
9762                 see ChangeLog entry 2002-05-07
9763
9764 2002-05-06 [paul]       0.7.5claws10
9765
9766         * src/messageview.c
9767           src/textview.c
9768                 display url in statusbar on single-click
9769                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9770
9771 2002-05-06 [match]      0.7.5claws9
9772
9773         * src/addritem.[ch]
9774                 new functions.
9775         * src/addrcache.c
9776                 tidy up.
9777         * src/xmlprops.[ch]
9778                 XML implementation of properties file.
9779         * src/exporthtml.[ch]
9780         * src/expthtmldlg.[ch]
9781         * src/addressbook.c
9782                 export to HTML.
9783
9784 2002-05-02 [sergey]     0.7.5claws8
9785
9786         * src/mainwindow.c (mainwin_entries),
9787           src/prefs_common.c (prefs_send_create()),
9788           src/codeconv.c (locale_table):
9789                 use charset name "Windows-1251" instead of "CP1251".
9790
9791 2002-05-02 [colin]      0.7.5claws7
9792         
9793         * src/compose.c
9794           src/prefs_common.c
9795           src/prefs_folder_item.c
9796                 Fixed cosmetics bugs due to Outbox renamed to Sent.
9797
9798 2002-05-02 [hiro]       0.7.5claws6
9799
9800         * src/imap.c
9801                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
9802
9803 2002-05-02 [paul]       0.7.5claws5
9804
9805         * src/compose.c
9806                 more sync with 0.7.5cvs7, see ChangeLog entry
9807                 2002-05-02
9808
9809 2002-05-02 [hiro]       0.7.5claws4
9810
9811         * src/compose.c
9812                 compose_queue_sub():
9813                 check if queue folder exists (closes #550397).
9814                 removed directory creation since it should be handled
9815                 transparently.
9816         * src/imap.c
9817                 imap_add_msg(): return UID for appended message
9818                 (closes #548842).
9819
9820 2002-04-30 [paul]       0.7.5claws3
9821
9822         * src/summaryview.c
9823                 fix account_find_from_address() bug
9824
9825 2002-04-28 [colin]      0.7.5claws2
9826
9827         * src/compose.c
9828           src/textview.c
9829           src/prefs_common.[ch]
9830           src/utils.[ch]
9831                 Added user-definable quotation characters recognition.
9832
9833 2002-04-28 [paul]       0.7.5claws1
9834
9835         * sync with 0.7.5cvs4
9836                 see ChangeLog entry  2002-04-25
9837
9838 2002-04-28 [paul]       0.7.5claws
9839
9840         * po/es.po
9841           po/nl.po
9842           po/pt_BR.po
9843                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
9844                 Fabio Junior Beneditto
9845
9846 2002-04-27 [jens]       0.7.4claws103
9847
9848         * po/de.po
9849                 updated German translation.
9850
9851 2002-04-27 [hiro]       0.7.4claws102
9852
9853         * src/summaryview.c
9854                 summary_write_cache(): fixed the mark loss of hidden messages.
9855
9856 2002-04-26 [melvin]     0.7.4claws101
9857
9858         * src/procmsg.c
9859                 fixed a second typo (same one)
9860         * po/fr.po
9861           po/it.po
9862           po/pt_BR.po
9863                 fixed the type again...
9864
9865 2002-04-26 [melvin]     0.7.4claws100
9866
9867         * src/procmsg.c
9868                 fixed a typo in an alert message ("temorary").
9869         * po/it.po
9870         * po/pt_BR.po
9871                 corrected the typo  described above.
9872         * po/fr.po
9873                 updated French translation.
9874
9875 2002-04-26 [darko]      0.7.4claws99
9876
9877         * src/summaryview.c
9878                 fix target folder colorization
9879
9880 2002-04-25 [paul]       0.7.4claws98
9881
9882         * po/it.po
9883                 updated by Alessandro Maestri
9884
9885 2002-04-24 [colin]      0.7.4claws97
9886         
9887         * src/compose.c
9888                 Fixed double "subject is empty" question.
9889
9890 2002-04-23 [colin]      0.7.4claws96
9891         
9892         * src/mimeview.c
9893                 Corrected issue when "automatically display images" was
9894                 not set : first image remained after selecting second.
9895
9896 2002-04-23 [melvin]     0.7.4claws95
9897
9898         * src/prefs_actions.c
9899                 Don't display in/out dialog if there is nothing to show.
9900
9901 2002-04-23 [paul]       0.7.4claws94
9902
9903         * sync with 0.7.5cvs3
9904                 bug fixes: see ChangeLog entry 2002-04-23
9905
9906 2002-04-22 [darko]      0.7.4claws93
9907
9908         * src/compose.c
9909                 fix previous check-in which changed code after
9910                 merge from main
9911
9912 2002-04-22 [paul]       0.7.4claws92
9913
9914         * faq/de/*
9915                 add German FAQ
9916         * faq/en/*
9917           faq/es/*
9918           faq/fr/*
9919                 update English, Spanish and French FAQs
9920         * manual/de/*
9921           manual/es/*
9922                 add German and Spanish manuals
9923         * manual/en/*
9924           manual/fr/*
9925                 update English and French manuals
9926
9927         * src/Makefile.am
9928                 add to and re-arrange the pixmap entries
9929
9930 2002-04-22 [darko]      0.7.4claws91
9931
9932         * src/compose.c
9933                 fix sender initials recognition to only allow
9934                 '>' after the initials
9935
9936 2002-04-21 [paul]       0.7.4claws90
9937
9938         * sync with 0.7.5 release
9939                 see ChangeLog entry 2002-04-21
9940
9941 2002-04-21 [alfons]
9942
9943         * src/Makefile.am
9944                 add colin's new pixmaps to EXTRA_DIST
9945
9946 2002-04-21 [colin]      0.7.4claws89
9947         * src/compose.c
9948         * src/inc.c
9949         * src/mainwindow.[ch]
9950         * src/prefs_common.[ch]
9951         * src/stock_pixmap.[ch]
9952                 Added "Work offline" ability.
9953
9954 2002-04-21 [colin]      0.7.4claws88
9955         
9956         * src/mimeview.c
9957         * src/prefs_common.c
9958         * src/prefs_common.h
9959         * src/textview.c : Added an option to common preferences -> display
9960           to allow user not to automatically display images.
9961
9962 2002-04-21 [paul]       0.7.4claws87
9963
9964         * sync with 0.7.4cvs52
9965                 see ChangeLog entry 2002-04-21 (src/imap.c)
9966
9967 2002-04-21 [paul]       0.7.4claws86
9968
9969         * sync with 0.7.4cvs51
9970                 see ChangeLog entry 2002-04-21
9971
9972 2002-04-21 [paul]       0.7.4claws85
9973
9974         * sync with 0.7.4cvs49
9975                 see ChangeLog entries 2002-04-20 and 2002-04-21
9976
9977         * src/Makefile.am
9978                 clean up: remove old 'stock_' element from xpm 
9979                 filenames.
9980
9981 2002-04-21 [alfons]     0.7.4claws84
9982
9983         apply sync patch from Paul
9984
9985         * src/folderview.c
9986                 use old claws prefs_folder_item_create() for now
9987
9988 2002-04-19 [match]      0.7.4claws83
9989
9990         * src/addressbook.[ch]
9991         * src/addrharvest.[ch]
9992         * src/addrgather.[ch]
9993                 recurse folders.
9994         * src/mainwindow.c
9995         * src/summaryview.[ch]
9996                 change menu option.
9997
9998 2002-04-19 [paul]       0.7.4claws82
9999
10000         * po/pt_BR.po
10001                 updated by Fabio Junior Beneditto
10002
10003 2002-04-14 [alfons]     0.7.4claws81
10004
10005         * src/passphrase.c
10006                 add #include <sys/types.h> for mode_t and off_t 
10007
10008 2002-04-13 [paul]       0.7.4claws80
10009         
10010         * src/main.c
10011           src/passphrase.[ch]
10012           src/pgptext.c
10013           src/prefs_common.[ch]
10014           src/rfc2015.c
10015                 enable storing of GnuPG passphrase for the whole 
10016                 session or a user-defined number of minutes. patch 
10017                 submitted by Ravemax <ravemax@dextrose.com>
10018
10019 2002-04-13 [alfons]     0.7.4claws79
10020
10021         * src/textview.c
10022                 make email parser also stop scanning when encountering separators
10023                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
10024
10025 2002-04-13 [paul]       0.7.4claws78
10026
10027         * sync with 0.7.4cvs39
10028                 see ChangeLog entry 2002-04-12
10029
10030 2002-04-11 [paul]       0.7.4claws77
10031
10032         * sync with 0.7.4cvs37
10033                 see ChangeLog entry 2002-04-11
10034
10035 2002-04-11 [paul]       0.7.4claws76
10036
10037         * COPYING 
10038                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
10039                 the clause for OpenSSL). sync with sylpheed main
10040
10041 2002-04-09 [melvin]     0.7.4claws75
10042
10043         * src/compose.c
10044                 Made 'Ctrl-Enter' on send ignore some modifiers 
10045                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
10046                 to bind other *-Enter (but not Alt-Enter).
10047
10048 2002-04-09 [paul]       0.7.4claws74
10049
10050         * sync with 0.7.4cvs35
10051                 see ChangeLog entries 2002-04-09
10052
10053 2002-04-08 [paul]       0.7.4claws73
10054
10055         * sync with 0.7.4cvs33
10056                 see ChangeLog entry 200-04-08
10057
10058 2002-04-07 [match]      0.7.4claws72
10059
10060         * src/addrharvest.[ch]
10061                 fixed to read all addresses in header, regardless
10062                 of header size. improved name parsing. accommodate
10063                 harvest from folders and selected message.
10064         * src/addritem.[ch]
10065                 included new address parsing function.
10066         * src/addrgather.[ch]
10067         * src/addressbook.[ch]
10068         * src/summaryview.[ch]
10069         * src/mainwindow.c
10070                 allow address harvest of folder as well as selected
10071                 messages.
10072
10073 2002-04-07 [paul]       0.7.4claws71
10074
10075         * src/esmtp.[ch]
10076           src/smtp.c
10077                 don't try to authenticate with CRAM-MD5 in SMTP when 
10078                 SMTP-AUTH enabled if MTA doesn't issue this 
10079                 auth-method in it's ehlo-response. bug item #531364,
10080                 patch item #938910. patch submitted by Colin Leroy 
10081                 <colin@colino.net>
10082
10083 2002-04-07 [paul]       0.7.4claws70
10084
10085         * src/nntp.c
10086                 fix missing MODE_READER bug. patch submitted by
10087                 Colin Leroy <colin@colino.net>
10088
10089 2002-04-07 [alfons]     0.7.4claws69
10090
10091         * src/matcher.[ch]
10092         * src/prefs_filtering.c
10093         * src/summaryview.c
10094                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
10095                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
10096
10097 2002-04-07 [paul]       0.7.4claws68
10098
10099         * sync with 0.7.4cvs32
10100                 see ChangeLog entry 2002-04-06
10101
10102         * tools/filter_conv.pl
10103                 more bug fixes
10104
10105 2002-04-06 [paul]       0.7.4claws67
10106
10107         * tools/filter_conv.pl
10108                 modify to be able to find the name of the first
10109                 mailbox and use that. main's filter does not
10110                 record the full path to the mailbox and therefore
10111                 can only filter to the first mailbox.
10112
10113 2002-04-05 [paul]       0.7.4claws66
10114
10115         * tools/filter_conv.pl
10116                 attempt to make the script all-encompassing and
10117                 be able to convert any main 'filter' rule thrown
10118                 at it
10119
10120 2002-04-05 [paul]       0.7.4claws65
10121
10122         * tools/filter_conv.pl
10123                 allow for collapsed folder trees
10124
10125 2002-04-05 [paul]       0.7.4claws64
10126
10127         * sync with 0.7.4cvs31
10128                 see ChangeLog entries 2002-04-05
10129
10130 2002-04-03 [paul]       0.7.4claws63
10131
10132         * sync with 0.7.4cvs29
10133                 see ChangeLog entries 2002-04-02 and 2002-04-03
10134
10135 2002-04-02 [paul]       0.7.4claws62
10136
10137         * sync with 0.7.4cvs26
10138                 see ChangeLog entry 2002-04-01
10139
10140 2002-04-02 [match]      0.7.4claws61
10141
10142         * src/pine.[ch]
10143         * src/importpine.[ch]
10144         * src/addressbook.c
10145                 import Pine address book.
10146
10147 2002-04-02 [match]      0.7.4claws60
10148
10149         * src/addrharvest.[ch]
10150                 improve address parsing of funky addresses.
10151
10152 2002-04-02 [darko]      0.7.4claws59
10153
10154         * src/compose.c
10155                 wrap on send improvements, it now recognizes quoted
10156                 initials as part of the quotation string, and it
10157                 does not join lines separated by CR
10158
10159 2002-04-01 [match]      0.7.4claws58
10160
10161         * src/mgutils.[ch]
10162                 added new functions.
10163         * src/mutt.[ch]
10164                 remove excessive duplicate address generation
10165                 on import.
10166
10167 2002-04-01 [alfons]     0.7.4claws57
10168         
10169         * src/summaryview.c
10170                 put back g_free() 
10171
10172 2002-04-01 [paul]       0.7.4claws56
10173
10174         * sync with 0.7.4cvs25
10175                 see ChangeLog entry 2002-04-01
10176
10177 2002-04-01 [alfons]     0.7.4aprilfool55
10178
10179         * src/summaryview.c
10180                 honour feature request item #537427 to allow for
10181                 displaying names from address book for sent mail also
10182
10183 2002-03-29 [paul]       0.7.4claws54
10184
10185         * src/mainwindow.c
10186           src/prefs_filtering.[ch]
10187           src/prefs_matcher.c
10188           src/summaryview.c
10189                 add 'fast filter' for claws' filtering,
10190                 /Tools/Create filter rule/... patch submitted
10191                 by Neill Miller <neillm@thecodefactory.org>
10192
10193 2002-03-29 [paul]       0.7.4claws53
10194
10195         * sync with 0.7.4cvs24
10196                 see ChangeLog entry 2002-03-29
10197
10198 2002-03-28 [paul]       0.7.4claws52
10199
10200         * sync with 0.7.4cvs23
10201                 see ChangeLog entry 2002-03-28
10202
10203 2002-03-27 [melvin]     0.7.4claws51
10204
10205         * src/prefs_actions.c
10206                 Added support to pass only one message part (as a
10207                 file) to the command using '%p'. No quotes are needed
10208                 because doubles quotes are automatically added.
10209                 Fixed bug where Sylpheed could block when waiting for
10210                 a child process to finish.
10211                 Changed the help menu to remove quotes around symbols to 
10212                 avoid misinterpretation (they must not be used).
10213
10214 2002-03-27 [melvin]     0.7.4claws50
10215
10216         * src/inc.c
10217                 Made the new mail notification command always 
10218                 execute asynchronously.
10219
10220 2002-03-27 [paul]       0.7.4claws49
10221
10222         * src/compose.c
10223                 fix bug introduced in last commit
10224
10225 2002-03-27 [paul]       0.7.4claws48
10226
10227         * sync with 0.7.4cvs21
10228                 see ChangeLog 2002-03-26 and 2002-03-27
10229
10230 2002-03-26 [hoa]        0.7.4claws47
10231
10232         * src/prefs_folder_item.c
10233                 really fixed the bug #516442 with folder rescan.
10234
10235 2002-03-26 [paul]       0.7.4claws46
10236
10237         * sync with 0.7.4cvs19
10238                 see ChangeLog entries 2002-03-25 and 2002-03-26
10239
10240 2002-03-25 [hoa]        0.7.4claws45
10241
10242         * src/matcher.c
10243         * src/mh.c
10244                 fix the bug #516442 with folder rescan.
10245
10246         * src/prefs_common.[ch]
10247         * src/compose.c
10248                 added an option to enable two different behaviours
10249                 for bounce.
10250
10251
10252 2002-03-25 [paul]       0.7.4claws44
10253
10254         * src/mainwindow.c
10255           src/selective_download.c
10256                 correct a few menuitem labels
10257
10258 2002-03-25 [christoph]  0.7.4claws43
10259
10260         * src/procmsg.c
10261                 fix non deleted tmp message in
10262                 procmsg_save_to_outbox
10263                 fix problems caused by sync with
10264                 main branch's procmsg_send_queue
10265
10266 2002-03-25 [paul]       0.7.4claws42
10267
10268         * src/quote_fmt.c
10269           src/quote_fmt_lex.l
10270           src/quote_fmt_parse.y
10271                 add Last name (%L) placeholder for quoting. 
10272                 patch submitted by Thorsten Thielen 
10273                 <thth@users.sourceforge.net>
10274
10275 2002-03-25 [paul]       0.7.4claws41
10276
10277         * src/utils.c
10278                 get full hostname. patch submitted by
10279                 Bob Woodside <rwoodside1@comcast.net>
10280
10281 2002-03-25 [paul]       0.7.4claws40
10282
10283         * src/account.c
10284           src/news.c
10285           src/nntp.[ch]
10286           src/prefs_account.[ch]
10287                 enable NNTP over SSL. patch submitted by
10288                 Pascal Jermini <pascal@infinity.hn.org>
10289
10290 2002-03-24 [paul]       0.7.4claws39
10291
10292         * src/prefs_common.c
10293                 make the arrangement of the Compose tab more
10294                 coherent
10295
10296         * src/mainwindow.c
10297                 fix some irregularities of style
10298
10299         * po/de.po
10300                 updated by Kilian Krause
10301
10302 2002-03-23 [paul]       0.7.4claws38
10303
10304         * po/pt_BR.po
10305                 updated by Fabio Junior Beneditto
10306
10307 2002-03-23 [paul]       0.7.4claws37
10308
10309         * src/mainwindow.c
10310                 move 'Gather addresses' to 'Tools' menu
10311                 make 'Selective download' sensitive
10312
10313 2002-03-23 [paul]       0.7.4claws36
10314
10315         * sync with 0.7.4cvs16
10316                 see ChangeLog entries 2002-03-23
10317
10318 2002-03-22 [christoph]  0.7.4claws35
10319
10320         * src/quote_fmt_parse.y
10321                 fix include program output
10322
10323 2002-03-22 [alfons]     0.7.4claws34
10324
10325         * src/pop.c
10326                 initialize GDate stack variable correctly (sorry!)
10327
10328 2002-03-22 [paul]       0.7.4claws33
10329
10330         * src/compose.c
10331           src/mainwindow.c
10332           src/prefs_actions.c
10333           src/prefs_common.c
10334                 rename 'Tool' to 'Tools'
10335
10336         * src/mainwindow.c
10337                 move 'Delete duplicated messages' from
10338                 'Message/' to 'Tools/'
10339                 re-arrange the order of 'Tools/' items
10340
10341 2002-03-22 [paul]       0.7.4claws32
10342
10343         * src/addr_compl.c
10344           src/addressbook.[ch]
10345                 auto-address completion now also matches on
10346                 Nickname. patch submitted by Bob Forsman 
10347                 <hammor@users.sourceforge.net>
10348
10349         * src/editaddress.c
10350                 correct a spelling mistake
10351
10352 2002-03-22 [alfons]     0.7.4claws31
10353
10354         * src/pop.c
10355                 fix getting uidl from incorrect string 
10356                 (spotted by Colin)
10357
10358 2002-03-21 [alfons]     0.7.4claws30
10359
10360         * src/pop.c
10361                 more code refactoring
10362                 plug mem leak introduced by delete on server
10363
10364 2002-03-21 [paul]       0.7.4claws29
10365
10366         * sync with 0.7.4cvs11
10367                 see ChangeLog entries 2002-03-20
10368
10369 2002-03-20 [alfons]     0.7.4claws28
10370
10371         * src/inc.c
10372                 apply Colin's patch and refactor
10373
10374 2002-03-20 [paul]       0.7.4claws27
10375
10376         * sync with sylpheed 0.7.4cvs9
10377                 see ChangeLog entry 2002-03-20
10378
10379 2002-03-19 [christoph]  0.7.4claws26
10380
10381         * src/mh.c
10382         * src/procmsg.[ch]
10383         * src/summaryview.c
10384                 revert changes for flag updates
10385                 (does not work correctly and no time to debug)
10386
10387 2002-03-20 [alfons]     0.7.4claws25
10388
10389         * src/pop.c
10390                 refactor should_delete() a little bit 
10391
10392 2002-03-19 [paul]       0.7.4claws24
10393
10394         * src/inc.[ch]
10395           src/pop.c
10396           src/prefs_account.[ch]
10397                 allow the user to leave downloaded mail on the 
10398                 server for n days. Patch submitted by Colin Leroy 
10399                 <colin@colino.net>
10400
10401 2002-02-19 [paul]       0.7.4claws23
10402
10403         * sync with sylpheed 0.7.4cvs8
10404                 see ChangeLog entries 2002-03-19
10405
10406 2002-03-18 [paul]       0.7.4claws22
10407
10408         * sync with sylpheed 0.7.4cvs6
10409                 see ChangeLog entry 2002-03-18
10410
10411 2002-03-18 [paul]       0.7.4claws21
10412
10413         * po/en_GB.po
10414                 add en_GB message catalogue
10415
10416         * src/mbox_folder.c
10417           src/prefs_account.c
10418           src/prefs_actions.c
10419                 correct a few spelling mistakes
10420
10421 2002-03-17 [alfons]     0.7.4claws20
10422
10423         * src/matcher.c
10424                 more stringent checks for NULL params when writing
10425                 filtering actions to a file
10426                 
10427 2002-03-17 [hoa]        0.7.3claws20
10428
10429         * src/news.c
10430                 fixed the count of new messages
10431
10432         * src/compose.c
10433                 fixed the "attachment properties" window
10434
10435 2002-03-17 [paul]       0.7.4claws19
10436
10437         * src/defs.h
10438           src/folder.h
10439           src/news.c
10440           src/prefs_account.[ch]
10441           src/procmsg.[ch]
10442           src/summaryview.c
10443                 automatically mark cross-posted messages as read 
10444                 and (optionally) give them a colour label
10445                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
10446                 
10447
10448 2002-03-17 [paul]       0.7.4claws18
10449
10450         * sync with sylpheed 0.7.4cvs5
10451                 see ChangeLog entry 2002-03-17
10452
10453 2002-03-17 [melvin]     0.7.4claws17
10454         
10455         * src/textview.c
10456                 Worked around a gtktext 'bug': when searching for 
10457                 a text in a long message it was scrolling slowly
10458                 line by line until it hit the searched text.
10459         * po/fr.po
10460                 Updated French translation
10461
10462 2002-03-17 [melvin]     0.7.4claws16
10463
10464         * src/mainwindow.c
10465         * src/compose.c
10466         * src/prefs_actions.c
10467                 Moved "Edit/Actions" to "Tool/Actions"
10468                 Made mainwindow/compose window sensitive as soon as
10469                 no child process is running anymore even if the io dialog
10470                 is open.
10471                 Fixed a struct being initialized with a non constant char*
10472
10473 2002-03-16 [christoph]  0.7.4claws15
10474
10475         * configure.in
10476                 add --with-compiler-flags option
10477                 (only for developer hacking)
10478         * src/mh.c
10479         * src/procmsg.[ch]
10480         * src/summaryview.c
10481                 try to make folder-stats and flag handling more
10482                 independent from the summaryview. msgcounts
10483                 are only set when the folder is opened and
10484                 procmsg_msginfo_(un)set_flags will handle it
10485                 later and summaryview will get the values
10486                 from the folder.
10487
10488 2002-03-16 [paul]       0.7.4claws14
10489
10490         * src/messageview.c
10491                 fix Return-receipt. Patch submitted by Bob
10492                 Woodside <rwoodside1@comcast.net>
10493
10494 2002-03-16 [paul]       0.7.4claws13
10495
10496         * src/compose.c
10497                 fix 'dynamic' signatures, make it work again
10498                 broken during sync on 2002-03-14 (0.7.4claws2)
10499
10500 2002-03-15 [match]      0.7.4claws12
10501
10502         * src/addrharvest.[ch]
10503         * src/addrgather.[ch]
10504         * src/addressbook.[ch]
10505         * src/mainwindow.c
10506                 included address harvester feature. still some
10507                 issues with address parsing that I will fix.
10508
10509 2002-03-15 [match]      0.7.4claws11
10510
10511         * src/addrbook.[ch]
10512         * src/addrcache.[ch]
10513         * src/addressbook.[ch]
10514         * src/addrindex.c
10515         * src/editbook.c
10516         * src/importldif.c
10517         * src/importmutt.c
10518         * src/jpilot.[ch]
10519         * src/main.c
10520         * src/syldap.[ch]
10521         * src/vcard.[ch]
10522                 tidy up. fix memory leaks. moved attribs and methods
10523                 from individual interfaces to addrcache object. prep
10524                 for new stuff to come in.
10525
10526 2002-03-15 [alfons]     0.7.4claws10
10527
10528         * src/matcher.[ch]
10529         * src/matcher_parser_parse.y
10530         * src/matcher_parser_lex.l
10531         * src/prefs_matcher.c
10532                 add filtering conditions message greater than, smaller 
10533                 than, and exactly matching a size in bytes
10534                 (does not work with delete from POP3 server yet)
10535
10536                 this should also give others an idea what you should
10537                 do to add new criterions to claws filtering system
10538                 
10539
10540 2002-03-15 [paul]       0.7.4claws9
10541
10542         * tools/filter_conv.pl
10543                 exit if there are no filter rules to convert
10544                 rename filterrc to filterrc.old after completion
10545
10546 2002-03-15 [paul]       0.7.4claws8
10547
10548         * sync with sylpheed 0.7.4cvs3
10549                 see ChangeLog entry 2002-03-14
10550
10551 2002-03-14 [paul]       0.7.4claws7
10552
10553         * src/compose.c
10554                 clean up the last commit (ahem)
10555
10556 2002-03-14 [paul]       0.7.4claws6
10557
10558         * src/compose.c
10559                 fix bug #515655. honour account preferences
10560                 regarding gpg default signing/encryption when 
10561                 changing account from the compose window.
10562
10563 2002-03-14 [paul]       0.7.4claws5
10564
10565         * src/folderview.c
10566                 remove unnecessary curly brackets
10567
10568 2002-03-14 [paul]       0.7.4claws4
10569
10570         * src/folderview.c
10571           src/prefs_filtering.[ch]
10572                 add filter rename on folder rename and filter
10573                 delete on folder delete. Patch submitted by
10574                 Neill Miller <neillm@thecodefactory.org> 
10575
10576 2002-03-14 [christoph]  0.7.4claws3
10577
10578         * src/procmsg.c
10579         * src/send.c
10580                 fix local delivery
10581                 (patch submitted by "Simon 'corecode' Schubert")
10582         * src/prefs_common.c
10583         * src/procmsg.c
10584                 fix gcc 3.0 warning
10585
10586 2002-03-14 [paul]       0.7.4claws2
10587
10588         * sync with sylpheed 0.7.4cvs2
10589                 see ChangeLog entry 2002-03-13
10590
10591 2002-03-12 [darko]      0.7.4claws1
10592
10593         * src/mainwindow.c
10594                 fix what seems to be a copy and paste error
10595                 when setting color for important messages
10596                 (reported by wwp)
10597
10598 2002-03-11 [paul]       version 0.7.4claws released
10599
10600 2002-03-11 [paul]       0.7.4claws
10601
10602         * po/es.po
10603           po/it.po
10604           po/nl.po
10605           po/pt_BR.po
10606                 update message catalogs. Submitted by Ricardo Mones 
10607                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
10608                 Fabio Junior Beneditto
10609
10610         * configure.in
10611           faq/Makefile.am
10612           faq/it/Makefile
10613           faq/it/sylpheed-faq*
10614           src/mainwindow.c
10615           src/manual.[ch]
10616                 add FAQ in Italian
10617         
10618
10619 2002-03-11 [jens]       0.7.3claws7
10620
10621         * po/de.po
10622                 updated German translation
10623
10624 2002-03-11 [melvin]     0.7.3claws6
10625
10626         * po/fr.po
10627                 updated and corrected French translation
10628
10629 2002-03-10 [hoa]        0.7.3claws5
10630
10631         * src/account.c
10632         * src/inc.c
10633         * src/prefs_account.c
10634         * src/procmsg.c
10635         * src/send.[ch]
10636                 fixed the local account.
10637                 you have to change the default "/usr/sbin/sendmail"
10638                 to "/usr/sbin/sendmail -t" in the preferences of
10639                 the local account.
10640
10641         * src/procmime.c
10642                 removed some debug display for renderer
10643
10644 2002-03-10 [paul]       0.7.3claws4
10645
10646         * faq/en/sylpheed-faq-1.html
10647           faq/en/sylpheed-faq-2.html
10648                 update
10649
10650 2002-03-09 [paul]       0.7.3claws3
10651
10652         * sync with sylpheed 0.7.4
10653                 see ChangeLog entry 2002-03-09
10654
10655 2002-03-08 [paul]       0.7.3claws2
10656
10657         * faq/en/sylpheed-faq*
10658           faq/es/sylpheed-faq*
10659           faq/fr/sylpheed-faq*
10660                 update the FAQs
10661
10662         * manual/fr/.cvsignore
10663           manual/fr/Makefilea.am
10664           manual/fr/sylpheed*
10665           src/mainwindow.c
10666           src/manual.[ch]
10667                 add the French manual
10668
10669 2002-03-07 [paul]       0.7.3claws1
10670
10671         * sync with sylpheed 0.7.3cvs4
10672                 see ChangeLog entries  2002-03-06 and 2002-03-07
10673         
10674         * po/nl.po
10675                 updated by Wilbert Berendsen
10676
10677 2002-03-07 [melvin]     0.7.2claws34
10678
10679         * src/selective_download.c
10680                 Changed the pixmap of the receive button to MAIL_RECEIVE.
10681
10682 2002-03-06 [paul]       0.7.2claws33
10683
10684         * sync with sylpheed 0.7.3cvs1
10685                 bug fix, see ChangeLog entry 2002-03-05
10686
10687 2002-03-05 [paul]       0.7.2claws32
10688
10689         * src/mimeview.c
10690           src/pgptext.[ch]
10691           src/procmsg.c
10692                 reverse the pgp ascii-armored code implemented in 
10693                 0.7.2claws16. removal of this code until it matures.
10694                 this means that verifying ascii-armored pgp sigs and
10695                 automatic decryption of ascii-armored encrypted
10696                 messages no longer works.
10697
10698 2002-03-05 [paul]       0.7.2claws31
10699
10700         * configure.in
10701           Makefile.am
10702         * faq/Makefile.am
10703         * faq/en/Makefile.am
10704           faq/en/sylpheed-faq.html
10705           faq/en/sylpheed-faq-1.html
10706           faq/en/sylpheed-faq-2.html
10707           faq/en/sylpheed-faq-3.html
10708         * faq/es/Makefile.am
10709           faq/es/sylpheed-faq.html
10710           faq/es/sylpheed-faq-1.html
10711           faq/es/sylpheed-faq-2.html
10712           faq/es/sylpheed-faq-3.html
10713           faq/es/sylpheed-faq-4.html
10714         * faq/fr/Makefile.am
10715           faq/fr/sylpheed-faq.html
10716           faq/fr/sylpheed-faq-1.html
10717           faq/fr/sylpheed-faq-2.html
10718           faq/fr/sylpheed-faq-3.html
10719         * src/Makefile.am
10720           src/defs.h
10721           src/mainwindow.c
10722           src/manual.[ch]
10723                 add FAQs in English, Spanish and French
10724
10725
10726 2002-03-05 [paul]       0.7.2claws30
10727
10728         * manual/en/sylpheed.html
10729           manual/en/sylpheed-XX.html
10730                 updated the English manual
10731
10732 2002-03-05 [hoa]        
10733
10734         * src/summaryview.c
10735                 dialog box pops up if the article can't be deleted.
10736
10737 2002-03-04 [paul]       
10738         
10739         * po/pt_BR.po
10740                 updated by Fabio Junior Benedito
10741
10742 2002-03-04 [hoa]
10743
10744         * removed ac/gpgme.m4
10745                 to avoid autogen common problem
10746                 developers have to install gpgme development package now
10747
10748         * src/compose.c
10749                 encoding to 7bit or 8bit is enabled.
10750
10751 2002-03-03 [alfons]     0.7.2claws29
10752
10753         * src/pop.c
10754                 merge fix by Oliver Haertel for selective
10755                 download buglet
10756
10757 2002-03-03 [paul]       0.7.2claws28
10758         
10759         * sync with sylpheed 0.7.3
10760
10761 2002-03-03 [paul]       0.7.2claws27
10762
10763         * sync with sylpheed 0.7.2cvs24
10764                 see ChangeLog entries 2002-03-02 and 2002-03-03
10765
10766 2002-03-02 [melvin]     0.7.2claws26
10767
10768         * src/inc.[ch]
10769         * src/main.c
10770         * src/mainwindow.c
10771         * src/prefs_common.[ch]
10772                 Added user definable notification on new mail arrival.
10773                 Removed unused variables in spell checker prefs code.
10774
10775 2002-03-02 [melvin]     0.7.2claws25
10776
10777         * src/quote_fmt.c
10778                 Removed unnecessary escape sequences.
10779                 Changed 'Initial...' to 'Initials of Sender'
10780
10781 2002-03-02 [paul]       0.7.2claws24
10782
10783         * sync with sylpheed 0.7.2cvs22
10784                 see ChangeLog entry 2002-03-01
10785
10786 2002-03-01 [hoa]        0.7.2claws23
10787
10788         * src/mainwindow.c
10789                 Set sensitivity of delete actions to active
10790                 even if the folder is a newsgroup.
10791
10792         * src/summaryview.c
10793                 - Set sensitivity of delete actions
10794                 - Added function check_permission() that will check if the
10795                   user is authorized to delete a message. For news, it
10796                   will check if the author is the same.
10797                 - Enabled deletion when there is no trash folder.
10798
10799         * src/news.[ch]
10800                 - Added news_cancel_article() to cancel articles
10801                 - Implemented news_remove_message() (public function)
10802
10803 2002-03-01 [paul]       0.7.2claws22
10804
10805         * src/gtkutils.c
10806           src/textview.c
10807                 recognise urls that that don't include 'http://' and
10808                 simply begin 'www.' 
10809
10810         * AUTHORS
10811                 remove duplicated name
10812
10813 2002-02-28 [paul]       0.7.2claws21
10814
10815         * src/mainwindow.c
10816           src/summaryview.[ch]
10817                 add ability to 'Select thread'
10818                 combines Melvin's "Select thread's head" patch (#510907)
10819                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
10820                 patch (#518514) 
10821
10822 2002-02-28 [paul]       0.7.2claws20
10823
10824         * src/mimeview.c
10825                 hopefully fix segfault on right-clicking a mime part
10826                 that some people have experienced.      
10827                 fix submitted by Fredrik Olofsson <frol@linux.nu>
10828
10829 2002-02-28 [paul]       0.7.2claws19
10830
10831         * sync with sylpheed 0.7.2cvs21
10832                 see ChangeLog entries 2002-02-27 and 2002-02-28
10833
10834 2002-02-27 [paul]       0.7.2claws18
10835
10836         * sync with sylpheed 0.7.2cvs18
10837                 see ChangeLog entries 2002-02-26 and 2002-02-27
10838
10839 2002-02-26 [alfons]     0.7.2claws17
10840
10841         * src/procheader.c
10842                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
10843                 (spotted by Chris Hessman <idatech@gmx.net>)
10844
10845 2002-02-26 [paul]       0.7.2claws16
10846
10847         * src/mimeview.c
10848           src/pgptext.[ch]
10849           src/procmsg.c
10850                 make decryption of ascii-armored pgp encrypted messages
10851                 and verification of ascii-armored signatures work again.
10852                 slightly altered from the patch by Jens Jahnke 
10853                 <jan0sch@gmx.net>
10854
10855                 ##FIX ME##
10856                 * the checking of plaintext signatures always comes up in 
10857                   a popup box
10858                 * it doesn't work for multipart messages 
10859                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
10860                   including the msg headers and these 2 line themselves, are 
10861                   not displayed
10862
10863         * src/mainwindow.c
10864                 "View/Folder Tree" becomes "View/Separate Folder Tree"
10865                 "View/Message View" becomes "View/Separate Message View"
10866                 because its less ambiguous.
10867
10868         * po/es.po
10869                 updated by Ricardo Mones Lastra
10870
10871 2002-02-26 [paul]       0.7.2claws15
10872
10873         * sync with sylpheed 0.7.2cvs17
10874                 see ChangeLog entries 2002-02-25 and 2002-02-26
10875
10876 2002-02-25 [christoph]  0.7.2claws14
10877
10878         * src/filtering.[ch]
10879         * src/inc.c
10880                 do filtering stuff after all messages have been received
10881                   1. drop all messages to .processing
10882                   2. scan processing folder for messages
10883                   3. filter messages or move to inbox
10884                 this will also find old messages left in processing after
10885                 a crash or something like that and we get a real msginfo
10886                 from folder->get_msg_list and do not have to create our
10887                 own in filter_message
10888         * src/matcher_parser_parse.y
10889                 remove MIX/MAX warning (reordered includes)
10890
10891 2002-02-25 [paul]       0.7.2claws13
10892
10893         * sync with sylpheed 0.7.2cvs15
10894                 see ChangeLog entry 2002-02-24
10895
10896 2002-02-24 [alfons]     0.7.2claws12
10897
10898         * src/filtering.c
10899                 clear old color flags first when applying a new color to
10900                 a message info. 
10901                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
10902
10903 2002-02-24 [alfons]     0.7.2.claws11
10904         
10905         * AUTHORS
10906         * src/prefs_common.c
10907                 add presets for Opera and Konqueror, closes patch #517261,
10908                 submitted by Ville Skyttä <scop@users.sourceforge.net>
10909
10910 2002-02-24 [alfons]     0.7.2.claws10
10911
10912         * AUTHORS
10913         * src/summaryview.c
10914                 fix threading for null message ids, closes patch #521601,
10915                 submitted by Bob Forsman <hammor@users.sourceforge.net>
10916
10917 2002-02-24 [alfons]     0.7.2claws9
10918
10919         * src/summaryview.c
10920         * src/filtering.c
10921                 make Tool | Filter Message work with filtering system so
10922                 setting flags also works
10923
10924                 TODO:
10925
10926                 - Processing uses the same function as Tool | Filter
10927                   Message, but doesn't use the same update proc yet
10928
10929 2002-02-23 [paul]       0.7.2claws8
10930
10931         * sync with sylpheed 0.7.2cvs14
10932                 see ChangeLog entries 2002-02-22 and 2002-02-23
10933
10934 2002-02-22 [christoph]  0.7.2claws7
10935
10936         * src/quote_fmt.c
10937                 Add column space to table
10938         * src/quote_fmt_parse.y
10939                 Close files
10940
10941 2002-02-22 [paul]       0.7.2claws6
10942
10943         * src/Makefile.am
10944           src/defs.h
10945           src/filtering.c
10946           src/inc.[ch]
10947           src/mainwindow.c
10948           src/matcher.[ch]
10949           src/matcher_parser_lex.l
10950           src/matcher_parser_parse.y
10951           src/pop.[ch]
10952           src/prefs_account.h
10953           src/prefs_filtering.c
10954           src/selective_download.[ch]   *** NEW FILES ***
10955           src/utils.[ch]
10956           po/POTFILES.in
10957                 Selective Download added to 'Tool' menu. 
10958                 Retrieves email headers of the currently selected pop3 
10959                 account and allows the user to mark emails for deletion 
10960                 right on the pop3 server. Patch submitted by Oliver Haertel 
10961                 <oha@users.sourceforge.net>.
10962         
10963         * po/POTFILES.in
10964                 add 'src/quote_fmt.c'           
10965
10966 2002-02-22 [christoph]  0.7.2claws5
10967
10968         * src/Makefile.am
10969                 added quote_fmt.c
10970         * src/prefs_common.[ch]
10971         * src/prefs_template.c
10972         * src/quote_fmt.c               *** NEW FILE ***
10973         * src/quote_fmt.h
10974                 move quote format symbol description code
10975                 to it's own file because it is used from
10976                 differnent code parts
10977                 Rewrote symbol description GUI
10978                   + use table
10979                   + add separators
10980                   + get data from array (no more long constant strings)
10981         * src/quote_fmt_lex.l
10982         * src/quote_fmt_parse.y
10983                 Symbol for Literal % changed to \% instead of %%
10984                 (More logical as \ is used for quoting for other symbols)
10985                 Add |f and |p to include files and program output
10986                 Examples:
10987                     |f{/home/.../.signature}
10988                     |p{date}
10989         * po/de.po
10990                 Correct wrong spelling for "Referenzen"
10991
10992 2002-02-21 [paul]       0.7.2claws4
10993
10994         * src/procmsg.c
10995                 forgotten during sync
10996
10997 2002-02-21 [paul]       0.7.2claws3
10998
10999         * sync with sylpheed 0.7.2cvs11
11000                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11001                 2002-02-20 and 2002-02-21
11002
11003 2002-02-20 [melvin]     0.7.2claws2
11004
11005         * src/prefs_actions.c
11006                 Added error report when child cannot fork or when execvp 
11007                 returns with an error.
11008
11009 2002-02-19 [christoph]  0.7.2claws1
11010
11011         * src/codeconv.c
11012                 return unconverted text if conde conversion is not possible
11013                 when libjconv is used.
11014                 (patch submitted by "Simon 'corecode' Schubert")
11015
11016 2002-02-19 [paul]       
11017
11018         * version 0.7.2claws release
11019
11020 2002-02-19 [paul]       0.7.2claws
11021
11022         * po/nl.po
11023                 updated by Wilbert Berendsen
11024
11025
11026 2002-02-18 [alfons]     0.7.1claws13
11027
11028         * src/syldap.c
11029         * src/jpilot.c
11030                 remove references to dlfcn and explicitly loading functions
11031                 from dynalink libs, because libs linked anyway, and functions
11032                 are loaded explicitly
11033
11034 2002-02-17 [melvin]     0.7.1claws12
11035
11036         * src/prefs_actions.c
11037                 Replaced children wait loop with double fork technique.
11038                 Now, input/output window updated at each new output.
11039                 free_children(): Fixed a memory leak.
11040                 Made input/output window non closable if running children
11041                 still exist.
11042                 Added missing <unistd.h> include.
11043                 Added some --debug outputs.
11044
11045 2002-02-17 [melvin]     0.7.1claws11
11046
11047         * src/summaryview.c
11048                 Fixed bug where descending sort order did not select top
11049                 message.
11050
11051 2002-02-17 [melvin]     0.7.1claws10
11052
11053         * acconfig.h
11054                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11055         * src/prefs_common.c
11056                 Pspell data package directory no more hard coded but
11057                 set during configuration (PSPELL_PATH). (Thanks to 
11058                                 Gustavo Noronha Silva.)
11059
11060 2002-02-17 [melvin]     0.7.1claws9
11061
11062         * configure.in
11063                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11064         * src/gtkspell.c
11065                 Fixed compile-time warnings.
11066
11067 2002-02-16 [alfons]     0.7.1claws8
11068
11069         * src/filesel.c
11070                 fix inadvertent free of NULL pointer which caused
11071                 sylpheed to crash when closing the save-as dialog
11072                 using the window close button
11073
11074 2002-02-16 [carsten]    0.7.1claws7
11075         * src/mainwindow.[ch]
11076           src/summaryview.c
11077           src/prefs_common.c
11078                 fixes for pixmap theming code:
11079                         - recently changed mail attributes shouldn't get
11080                           lost any longer
11081                         - theme is only reloaded iff another theme was
11082                           selected
11083
11084 2002-02-16 [paul]       0.7.1claws6
11085
11086         * sync with sylpheed 0.7.2 release
11087                 see ChangeLog entry 2002-02-15 and 2002-02-16
11088
11089 2002-02-15 [paul]       0.7.1claws5
11090
11091         * sync with sylpheed 0.7.1cvs9
11092                 see ChangeLog entry 2002-02-15
11093
11094         * po/POTFILES.in
11095                 remove unneeded headerwindow.c entry
11096
11097 2002-02-14 [carsten]    0.7.1claws4
11098         * src/summaryview.c
11099                 fixed a bug for "Go to next unread message": there was
11100                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
11101                 in the prefs, because of doing "Search again" instead
11102                 "No"
11103
11104 2002-02-14 [carsten]    0.7.1claws3
11105         * src/stock_pixmap.c
11106                 removed 2 more mem leaks; following memprof,
11107                 this code is "leak free" now :)
11108
11109 2002-02-14 [carsten]    0.7.1claws2
11110         * src/stock_pixmap.c
11111                 used opendir/readdir/closedir instead of scandir
11112                 -> code should work now on Solaris
11113
11114 2002-02-14 [paul]       0.7.1claws1
11115
11116         * sync with sylpheed 0.7.1cvs8
11117                 see ChangeLog entries 2002-02-13 and 2002-02-14
11118
11119         * README.claws
11120                 add some description of Actions and Pixmap Themes
11121
11122 2002-02-13 [paul]       
11123
11124         * version 0.7.1claws release
11125
11126 2002-02-13 [paul]       0.7.1claws
11127
11128         * po/es.po
11129           po/it.po
11130           po/pt_BR.po
11131                 updated translations, submitted by Ricardo Mones Lastra,
11132                 Alessandro Maestri and Fabio Junior Beneditto
11133
11134 2002-02-13 [melvin]     0.7.0claws75
11135
11136         * src/prefs_actions.c
11137                 Added missing "signal.h" include
11138
11139 2002-02-13 [melvin]     0.7.0claws74
11140
11141         * src/prefs_folder_item.c
11142                 Added missing "config.h" include
11143         * po/fr.po
11144                 Updated French translation for folder propriety.
11145
11146 2002-02-13 [jens]       0.7.0claws73
11147
11148         * po/POTFILES.in
11149                 Added missing src/prefs_folder_item.c [log added by melvin]
11150         * po/de.po
11151                 Updated German translation.
11152
11153 2002-02-13 [melvin]     0.7.0claws72
11154
11155         * po/fr.po
11156                 Updated French translation.
11157
11158 2002-02-13 [melvin]     0.7.0claws71
11159
11160         * src/gtkutils.c
11161                 Made gtkut_editable_get_selection return NULL if selection
11162                 is of length zero.
11163                 This fixes a bug where selecting part of message A then
11164                 switching to message B and replying to it will not
11165                 quote the message's body.
11166
11167 2002-02-12 [paul]       0.7.0claws70
11168
11169         * src/mainwindow.c
11170                 cosmetic, relating to pixmap themes: on toolbar make 
11171                 updating of 'Exec' and 'Compose news/Compose email'
11172                 icons faster.
11173
11174 2002-02-12 [carsten]    0.7.0claws69
11175         * src/folderview.c
11176           src/mainwindow.[ch]
11177           src/stock_pixmap.c
11178           src/summaryview.c
11179           src/prefs_common.c
11180                 - refreshing after changing pixmap theme better
11181                   now (thanks Paul)
11182                 - wanted to remove some mem leaks, but alfons was
11183                   faster (and had the better solution ;)
11184
11185 2002-02-12 [alfons]     0.7.0claws68
11186
11187         * src/prefs_common.c
11188         * src/stock_pixmap.[ch]
11189                 plug mem leaks, refactor code a little bit
11190
11191
11192 2002-02-12 [sergey]     0.7.0claws67
11193
11194         * src/imap.c
11195                 Fixed problem with copying messages to IMAP folders when the
11196                 server uses something other than '/' as a namespace separator
11197                 (cyrus-imapd uses '.').
11198
11199 2002-02-12 [jens]       0.7.0claws66
11200
11201         * po/de.po
11202                 Updated German Translation
11203
11204 2002-02-12 [paul]       0.7.0claws65
11205
11206         * sync with sylpheed 0.7.1cvs1
11207                 see ChangeLog entry 2002-02-12
11208
11209 2002-02-12 [melvin]     0.7.0claws64
11210
11211         * src/prefs_actions.c
11212                 Fixed "feature" where children's output was duplicated 
11213                 instead of refreshed while monitoring.
11214                 Removed some debug code.
11215
11216 2002-02-12 [christoph]  0.7.0claws63
11217
11218         * src/compose.c
11219                 always delete message from queue after sending/send error
11220                 (closes bug #509601)
11221
11222 2002-02-12 [melvin]     0.7.0claws62
11223
11224         * src/prefs_actions.c
11225                 Children wait loop is now triggered with a timeout of 1s
11226                 Added %F which is replaced with the list of filenames 
11227                 of all selected messages (as suggested by Ricardo Mones Lestra)
11228                 Pipe syntax changed. Prefix with | to send selection, postfix
11229                 with | to retrieve output. Prefix with > or * to send
11230                 user definable input to the command (*: input is hidden)
11231                 Old pipe action should now be postfixed with |, too.
11232
11233 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
11234         * src/stock_pixmap.c
11235                 fixed a bug: if there's no theme directory don't
11236                 throw an error, just do "nothing" (thanks Alfons)
11237
11238 2002-02-12 [carsten]    0.7.0claws60
11239         * src/folderview.c
11240           src/summaryview.c
11241                 had to write the cache twice (nasty!); some marks would 
11242                 get lost if not
11243
11244 2002-02-11 [carsten]    0.7.0claws59
11245         * acconfig.h
11246           configure.in
11247           doc-src/maintainer_guide.txt
11248           src/compose.[ch]
11249           src/defs.h
11250           src/folderview.[ch]
11251           src/gtkutils.[ch]
11252           src/mainwindow.[ch]
11253           src/prefs_common.[ch]
11254           src/stock_pixmap.[ch]
11255           src/summaryview.[ch]
11256                 pixmap theming and related work on pixmap
11257                 handling on some other places
11258                 (e.g. hrm features for all folder)
11259           src/pixmap/stock_*.xpm -> the stock_ was removed
11260         
11261 2002-02-11 [paul]       0.7.0claws58
11262
11263         * sync with sylpheed 0.7.1 release
11264                 see ChangeLog entries 2002-02-11
11265
11266 2002-02-08 [paul]       0.7.0claws57
11267
11268         * sync with sylpheed 0.7.0cvs39
11269                 see ChangeLog entry 2002-02-07 (last entry) 
11270
11271         * src/prefs_actions.c
11272           src/prefs_filtering.c
11273           src/prefs_matcher.c
11274           src/prefs_scoring.c
11275                 sync: made it compile with C compilers other than gcc
11276
11277 2002-02-07 [paul]       0.7.0claws56
11278
11279         * sync with sylpheed 0.7.0cvs38
11280                 see ChangeLog entries 2002-02-06 (last 2 entries) and
11281                 2002-02-07
11282
11283 2002-02-07 [darko]      0.7.0claws55
11284
11285         * src/gtkutils.[ch]
11286         * src/summaryview.c
11287                 Fix const gchar */gchar * issue (thanks Hiro)
11288
11289 2002-02-07 [darko]      0.7.0claws54
11290
11291         * src/compose.[ch]
11292         * src/filtering.c
11293         * src/gtkutils.[ch]
11294         * src/prefs_template.c
11295         * src/quote_fmt.h
11296         * src/quote_fmt_parse.y
11297         * src/summaryview.c
11298         * src/utils.[ch]
11299                 When replying or forwarding an email don't quote the entire
11300                 mail body but use the part of the message text that is selected
11301
11302 2002-02-06 [melvin]     0.7.0claws53
11303
11304         * src/prefs_common.[ch]
11305         * src/gtkspell.[ch]
11306         * src/compose.c
11307                 Made possible to switch quickly to last used dictionary
11308                 which makes checking bilingual documents easier.
11309
11310 2002-02-06 [melvin]     0.7.0claws52
11311         
11312         * po/POTFILES.in
11313                 Added forgotten new file src/prefs_actions.c
11314
11315 2002-02-06 [melvin]     0.7.0claws51
11316
11317         * src/prefs_actions.c   ** NEW FILE **
11318         * src/prefs_actions.h   ** NEW FILE **
11319                 Added actions to execute on message text view, or on the
11320                         message's file.
11321         * src/Makefile.am
11322                 Added src/prefs_actions.[ch]
11323         * src/compose.c
11324                 Added new menu "Edit/Actions"
11325         * src/defs.h
11326                 Added new actionsrc file.
11327         * src/main.c
11328                 Added actionsrc reading.
11329         * src/mainwindow.c
11330                 Added new menus "Edit/Actions" and "Configuration/Actions..."
11331         * src/prefs_common.h
11332                 Added new element actionslst element to prefs_common.
11333
11334 2002-02-06 [paul]       0.7.0claws50
11335
11336         * sync with sylpheed 0.7.0cvs36
11337                 see ChangeLog entry 2002-02-06
11338
11339 2002-02-05 [paul]
11340
11341         * po/es.po
11342                 updated by Ricardo Mones Lastra
11343
11344 2002-02-05 [paul]       0.7.0claws49
11345
11346         * sync with sylpheed 0.7.0cvs33
11347                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
11348
11349 2002-02-05 [paul]       0.7.0claws48
11350
11351         * src/compose.c
11352                 re-add 'Edit/Advanced/Delete entire line', previously named
11353                 'Delete Line+'
11354
11355 2002-02-04 [paul]       0.7.0claws47
11356
11357         * src/compose.c
11358           src/summaryview.c
11359                 fix bug #494993 (Reply All not taking Reply-To into consi)
11360                 eliminate differences in behaviour of right-click 'Reply to all' 
11361                 in summary view and 'Reply to all' on the toolbar. 
11362                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
11363                 view and From gets ignored by 'Reply to all' on toolbar.
11364                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
11365                 From when no Reply-To header is present.
11366
11367 2002-02-04 [paul]       0.7.0claws46
11368
11369         * sync with sylpheed 0.7.0cvs30
11370                 see ChangeLog entries 2002-02-03 and 2002-02-04
11371
11372 2002-02-03 [melvin]     0.7.0claws45
11373
11374         * src/gtkspell.[ch]
11375                 Readded function to highlight all misspelled words.
11376                 Fixed bug where user-provided-words did not replace
11377                         correctly the misspelled word when using the mouse.
11378                 Fixed bug where checking a region selected from right to left did
11379                         not check the region at all.
11380                 Fixed bug where 'Check backwards' may not check at all. 
11381                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
11382                 Fixed possible buffer overflow when checking for long strings (>1k).
11383                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
11384                 Accelerators code uses now gtk_widget_add_accel.
11385                 Removed and disabled obsolete and unfinished code.
11386                 Cleaning up.
11387
11388         * src/compose.c
11389                 Added menu item to Highlight all misspelled words.
11390
11391 2002-02-01 [paul]       0.7.0claws44
11392
11393         * src/mainwindow.c
11394                 fix '/View/Hide read messages' sensitivity when all
11395                 messages in a folder are hidden
11396
11397 2002-02-01 [paul]       0.7.0claws43
11398
11399         * src/main.c
11400                 add --send option to command line interface, sends all
11401                 queued mail. Patch submitted by Ricardo Mones Lastra.
11402
11403 2002-01-31 [paul]       0.7.0claws42
11404
11405         * src/mainwindow.c
11406                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
11407
11408 2002-01-31 [paul]       0.7.0claws41
11409
11410         * sync with sylpheed 0.7.0cvs27
11411                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
11412                 and 2002-01-31
11413
11414         * src/textview.c
11415                 comment out elements of textview_show_part() as temporary
11416                 workaround for attachment 'Display as text' bug 
11417
11418         * po/pt_BR.po
11419                 updated by Fabio Junior Beneditto
11420
11421 2002-01-30 [paul]       0.7.0claws40
11422
11423         * sync with sylpheed 0.7.0cvs24
11424                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
11425                 and 2002-01-30
11426
11427         * src/compose.c
11428                 add {N_("/_Spelling"), ... "<Branch>"} to 
11429                 GtkItemFactoryEntry compose_entries[]
11430
11431         * src/prefs_common.c
11432                 add claws menu items to prefs_keybind_apply_clicked()
11433                 and remove non-claws menu items
11434
11435 2002-01-29 [paul]       0.7.0claws39
11436
11437         * sync with sylpheed 0.7.0cvs22
11438                 see ChangeLog entries 2002-01-28 and 2002-01-29
11439
11440 2002-01-28 [melvin]     0.7.0claws38
11441
11442         * src/compose.c
11443                 Added the declartion of compose_send_control_enter.
11444
11445         * src/compose.c
11446         * src/gtkspell.[ch]
11447                 Added in a 'Spelling' menu which includes the configuration menu. 
11448                 Added a real 'Check all' and got rid from the old one which only
11449                 highlited misspelled word.
11450                 Made 'Check while typing' a disableable option.
11451                 Added a dialog when there are no more misspelled word.
11452                 Added a dialog if error occurs when switching to a dictionary.
11453         
11454         * src/prefs_common.[ch]
11455                 Added option for the default 'Check while typing' option.
11456
11457
11458 2002-01-28 [alfons]     0.7.0claws37
11459
11460         * src/compose.c
11461                 fix buglet and make code comply with sylpheed code style
11462
11463 2002-01-28 [paul]       0.7.0claws36
11464
11465         * sync with sylpheed 0.7.0cvs19
11466                 see ChangeLog entries for 2002-01-28
11467
11468 2002-01-28 [hoa]        0.7.0claws35
11469
11470         * src/defs.h
11471                 added rendererrc
11472
11473         * src/main.c
11474                 read the renderer config
11475
11476         * src/procmime.[ch]
11477                 use the renderer config to convert mime attachments
11478
11479         * src/textview.c
11480                 don't use textview_show_html/ertf,
11481                 use get_text_content instead
11482
11483 2002-01-27 [alfons]     0.7.0claws34
11484         
11485         * src/news.c
11486                 make sylpheed believe it can delete a news message...
11487                 (messages are NOT deleted, maybe we should remove
11488                 processing from the folder properties after all.)
11489
11490 2002-01-27 [alfons]     0.7.0claws33
11491
11492         * src/folder.c
11493                 add extra checks
11494         * src/news.c
11495                 implement remove_msg() 
11496
11497 2002-01-27 [alfons]     0.7.0claws32
11498
11499         * src/procmsg.h
11500         * src/procheader.c
11501         * src/messageview.c
11502                 fix return receipt / disposition notification again. this
11503                 stuff seems to break on _every_ major summary UI change, so
11504                 it's now implemented using a flag which is saved in the
11505                 marks cache
11506                 
11507 2002-01-26 [alfons]     0.7.0claws31
11508
11509         * src/import.c
11510                 let import dialog show the destination folder identifier
11511
11512 2002-01-26 [melvin]     0.7.0claws30
11513
11514         * src/folderview.c
11515         * src/summaryview.c
11516                 Readded 'Mark all read' into summary view popup menu
11517                 Added 'Mark all read' in folder view popup menu for IMAP
11518                 and NNTP.
11519                 Made it insensitive if the selected folder is not the shown
11520                 one to avoid 'Mark all read' on the wrong folder.
11521                 
11522 2002-01-26 [paul]       0.7.0claws29
11523
11524         * src/folderview.c
11525           src/summaryview.c
11526                 move 'Mark all read' from summary view to folder view
11527                 menu. (adapted from) patch submitted by Jeremy Andrews,
11528                 <lists@kerneltrap.com>
11529
11530 2002-01-25 [alfons]     0.7.0claws28
11531
11532         * src/gtkstext.c
11533                 put the gtk class name back so GtkSText adapts the 
11534                 settings of GtkText
11535
11536 2002-01-25 [alfons]     0.7.0claws27
11537
11538         * src/folderview.c 
11539                 assimilate Ricardo's patch that shows pixmaps instead of
11540                 plain "new" and "unread" texts in the folder view column
11541                 headers 
11542
11543 2002-01-25 [paul]       0.7.0claws26
11544
11545         * src/Makefile.am
11546                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
11547                 be found in non-standard locations. 
11548                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
11549
11550 2002-01-25 [paul]       0.7.0claws25
11551
11552         * sync with sylpheed 0.7.0cvs16
11553                 see ChangeLog entry 2002-01-25
11554
11555 2002-01-24 [paul]       0.7.0claws24
11556
11557         * more sync with sylpheed 0.7.0cvs15
11558                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
11559
11560 2002-01-23 [sergey]     0.7.0claws23
11561
11562         * src/importldif.c
11563                 Fixed segfault when closing LDIF import wizard with
11564                 the window manager.
11565         * src/imageview.c
11566         * src/imageview.h
11567         * src/messageview.c
11568         * src/mimeview.c
11569                 Fixed wrong scrolling position after switching between
11570                 text and image parts.
11571
11572 2002-01-23 [paul]       0.7.0claws22
11573
11574         * sync with sylpheed 0.7.0cvs15
11575                 see ChangeLog entries 2002-01-22 and 2002-01-23
11576
11577 2002-01-21 [melvin]     0.7.0claws21
11578
11579         * src/prefs_scoring.c
11580         * src/prefs_filtering.c
11581                 Fixed bug where scoring and filtering windows stopped
11582                 autochecking.
11583
11584 2002-01-21 [paul]       0.7.0claws20
11585
11586         * sync with sylpheed 0.7.0cvs12
11587                 see ChangeLog entries 2002-01-20 and 2002-01-21
11588
11589 2002-01-21 [carsten]    0.7.0claws19
11590         * src/mainwindow.c
11591         * src/menu.[ch]
11592         * src/messageview.[ch]
11593         * src/summaryview.[ch]
11594                 changes to shortcuts handling again:
11595                         + "Q" now controled by mainwin
11596                         + v/V are now customizable and have slightly
11597                           different meanings
11598                 the "button" to minimize the messageview (and maximize
11599                 the summary view) is a real button now
11600         * src/compose.c
11601                 "Delete Line+" added to Edit/Advanced (this will also
11602                 delete the '\n')
11603
11604 2002-01-20 [melvin] 0.7.0claws18
11605
11606         * src/addressbook.c
11607                 Made "Bcc" sensitive when addressbook is called from
11608                 compose window (it was a Claws only bug).
11609
11610 2002-01-19 [alfons] 0.7.0claws17
11611
11612         * src/inc.c
11613                 prevent unnecessary updates when currently selected folder has
11614                 no new messages 
11615
11616 2002-01-19 [alfons] 0.7.0claws16
11617         
11618         * src/summaryview.c
11619                 prevent writing the cache based on current message list in summary 
11620                 view when filtering also put messages in currently selected folder
11621
11622 2002-01-19 [paul]
11623
11624         * po/it.po
11625                 Italian translation submitted by Alessandro Maestri
11626                 <a.maestri@cs.tin.it>
11627
11628 2002-01-18 [melvin]     0.7.0claws15
11629
11630         * src/prefs_filters.c
11631                 fixed bug where 'cancel' from 'filters' window stops autochecking
11632                 if the timer timed out  when the window was open.
11633
11634 2002-01-18 [match]      0.7.0claws14
11635
11636         * src/addrclip.[ch]     ** NEW FILE **
11637         * src/addrselect.[ch]   ** NEW FILE **
11638         * src/adbookbase.h      ** NEW FILE **
11639                 addressbook cut, copy and paste
11640         * src/addrbook.[ch]
11641         * src/addrcache.[ch]
11642         * src/addressitem.h
11643         * src/addrindex.[ch]
11644         * src/addritem.[ch]
11645         * src/importldif.c
11646         * src/importmutt.c
11647         * src/jpilot.[ch]
11648         * src/syldap.[ch]
11649         * src/vcard.[ch]
11650         * src/jpilot.[ch]
11651         * src/editbook.c
11652         * src/editjpilot.c
11653         * src/editldap.c
11654         * src/editvcard.c
11655                 support for copy/paste
11656         * src/addressbook.c
11657                 support for copy/paste
11658                 tidy up menu option processing
11659                 correct address list function arguments
11660         * src/editaddress.c
11661                 sort user attributes
11662         * src/ldif.h
11663         * src/mutt.h
11664                 tidy up
11665
11666         * src/addrbook.[ch]
11667         * src/addrbook.[ch]
11668         * src/addrbook.[ch]
11669                 
11670
11671 2002-01-18 [paul]       0.7.0claws13
11672
11673         * sync with sylpheed 0.7.0cvs8
11674                 configure.in: support Mac OS X (Darwin)
11675
11676 2002-01-18 [carsten]    0.7.0claws12
11677         * src/html.c
11678                 small hack to fix a segfault with an empty href
11679                 (reported by Alexandra Walford <deeni@altern.org>)
11680         * src/mainwindow.c
11681         * src/summaryview.c
11682                 the shortcuts for Mark und Mark as unread are hardcoded
11683                 again
11684         * src/compose.c
11685         * src/gtkstext.[ch]
11686                 readded the shortcuts in gtkstext but made them
11687                 customizeable (simply by adding a menu plus a wrapper
11688                 to compose.c)
11689
11690 2002-01-17 [melvin]     0.7.0claws11
11691
11692         * src/gtkspell.c
11693                 fix default dictionary not being saved.
11694
11695 2002-01-16 [darko]      0.7.0claws10
11696
11697         * src/compose.c
11698                 fix wrapping crash with URL longer than wrapping margin
11699
11700 2002-12-08 [hoa]        0.7.0claws10
11701
11702         * src/matcher_parser_parse.y
11703                 fixed some bugs
11704
11705         * src/prefs_filtering.c
11706                 now, we can use bounce action in the dialog box.
11707
11708 2002-01-16 [carsten]    0.7.0claws9
11709         * src/gtkstext.c
11710                 removed the <control> and <alt> shortcuts because they're
11711                 not needed and interefered with the "normal" shortcuts
11712         * src/mainwindow.c
11713         * src/summaryview.c
11714                 removed most of the hardcoded shortcuts and assigned
11715                 them to menu entries making them easy customizable by
11716                 that
11717
11718 2002-01-16 |melvin]     0.7.0claws8
11719
11720         * src/gtkspell.c
11721                 fixed bug where using the mouse and when the compose
11722                 window is not on top may result in a crash.
11723
11724 2002-01-16 [melvin]     0.7.0claws7
11725
11726         * src/compose.c
11727                 fixed a long standingspell checker bug which could 
11728                 cause a crash after sending a message.
11729
11730 2002-01-16 [paul]       0.7.0claws6
11731
11732         * sync with sylpheed 0.7.0cvs7
11733                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
11734                 2002-01-15, and 2002-01-16
11735
11736 2002-01-16 [melvin]     0.7.0claws5
11737
11738         * README.claws
11739         * src/compose.c
11740         * src/gtkspell.[ch]
11741         * src/main.c
11742                 Heavily modified spell checker code to work around
11743                 ispell bug, to add keyboard shortcuts and for future
11744                 enhancements. See README.claws for usage information.
11745
11746 2002-01-15 [alfons]     0.7.0claws4
11747         
11748         * src/summaryview.c
11749                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
11750                 so sorting within threads reflects sort mode
11751
11752 2002-01-15 [christoph]  0.7.0claws3
11753
11754         * src/procmsg.c
11755                 added alertpanel if mail sending failed
11756
11757 2002-01-15 [alfons]     0.7.0claws2
11758         
11759         * src/prefs_filtering.c
11760                 don't stop timer when prefs filtering dialog is opened
11761
11762 2002-01-14 [alfons]     0.7.0claws1
11763
11764         * src/addr_compl.c
11765         * src/prefs.c
11766                 remove debug_print()s for privacy reasons
11767
11768 2002-01-14 [darko]      0.7.0claws
11769
11770         * README.claws
11771                 quotation wrapping is now also in the main branch
11772
11773 2002-01-14 [paul]
11774
11775         * tools/filter_conv.pl
11776                 allow for Boolean Op and case-sensitivity
11777                 this file is included in the release and tagged
11778                 'rel_0_7_0'
11779
11780 2002-01-13 [paul]       0.7.0claws
11781
11782         * release 0.7.0, with cvs tag 'rel_0_7_0'
11783
11784 2002-01-13 [paul]
11785
11786         * tools/filter_conv.pl
11787         * tools/README
11788                 rewritten to output to matcherrc instead of filteringrc
11789
11790         * po/es.po
11791                 updated Spanish translation by Ricardo Mones Lastra
11792
11793 2002-01-13 [alfons]
11794
11795         * po/nl.po
11796                 update dutch translation
11797
11798 2002-01-13 [paul]
11799
11800         * po/pt_BR.po
11801                 Updated by Fabio Junior Beneditto 
11802
11803 2002-01-13 [melvin]     0.6.6claws53
11804
11805         * po/fr.po
11806                 Updated french translation
11807
11808 2002-01-12 [alfons]     0.6.6claws52
11809
11810         * src/filtering.c
11811                 plug mem leak that has been sitting there for ages              
11812
11813 2002-01-12 [alfons]     0.6.6claws51
11814
11815         * src/summaryview.c
11816                 undo melvin's changes from 0.6.6claws48 because summary
11817                 view now refuses to select first unread message when
11818                 selecting a folder 
11819
11820 2002-01-11 [alfons]     0.6.6claws50
11821
11822         * src/import.c
11823                 use claws' semantics for getting folder item when
11824                 importing an mbox file into a folder 
11825                 (submitted by Dale P. Smith)
11826
11827 2002-01-11 [christoph]  0.6.6claws49
11828
11829         * src/prefs.h
11830                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
11831                 toggle widget, because non static prefs can not use
11832                 prefs_set_* functions
11833         * src/prefs_account.c
11834                 toggle smtp auth password field sensitivity if
11835                 user id is empty and add descrition of usage for
11836                 these fields
11837         * src/prefs_folder_item.c
11838                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
11839                 callbacks
11840
11841 2002-01-11 [melvin]     0.6.6claws48
11842
11843         * src/compose.c
11844                 fix the 'Ctrl-Enter' feature for sending and test really
11845                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
11846                 editables which was not documented in Gtk)
11847
11848         * src/summaryview.c
11849                 Made summaryview refresh after sorting and not before.
11850
11851 2002-01-11 [christoph]  0.6.6claws47
11852
11853         * src/compose.c
11854                 select account from account ids if possible and
11855                 correctly set save folder for copy in reedit
11856
11857 2002-01-10 [paul]       0.6.6claws46
11858
11859         * sync with sylpheed 0.7.0 release
11860                 see ChangeLog entries 2002-01-07, 2002-01-08 and
11861                 2002-01-09
11862
11863 2002-01-09 [alfons]
11864
11865         * src/summaryview.c
11866                 remove more dirt traces...
11867
11868 2002-01-09 [alfons]
11869         
11870         * src/summaryview.c
11871                 clean up some traces of my debugging stuff
11872
11873 2002-01-09 [alfons]     0.6.6claws45
11874
11875         * src/filtering.c
11876                 break up filteringprop_apply() in three separate pieces
11877                 so we can drop messages that failed processing in the
11878                 inbox
11879
11880         * src/summaryview.c
11881                 fix bug #469598 "no refresh of inbox after filter" which 
11882                 was introduced by the new summary view locking, and which 
11883                 prevented the summary view to update after a manual filter 
11884                 message. claw's filter message requires a summary_show().
11885                 (aargh, summary_show() again! :-)
11886                 
11887 2002-01-07 [alfons]     0.6.6claws44
11888
11889         * src/headerwindow.c
11890         * src/logwindow.c
11891         * src/messageview.c
11892         * src/sourcewindow.c
11893                 bring in Hiro's last 0.7.0 wm class fixes
11894
11895         * tools/sylprint.pl
11896                 bring in Ricardo's fix for sylprint script
11897
11898         * AUTHORS       
11899         * src/rfc2015.[ch]
11900         * src/prefs_common.[ch]
11901         * src/prefs_account.[ch]
11902         * src/compose.c
11903                 clean up account preference poison in rfc2015,
11904                 and preparation to fix double sign bug 
11905                 (patch submitted by Simon 'corecode' Schubert)
11906
11907 2002-01-07 [christoph]  0.6.6claws43
11908
11909         * src/mh.c
11910                 search for free message number, do not only rely
11911                 on last_num
11912         * src/send.c
11913                 fix smtp auth and use extra account information
11914                 if available, if not use pop3 data instead
11915                 (closes bug #500341)            
11916         * src/ssl.[ch]
11917                 match coding style
11918
11919 2002-01-06 [alfons]     0.6.6claws42
11920
11921         * src/mainwindow.c
11922                 try making the separate windows work again...
11923
11924 2002-01-06 [alfons]     0.6.6claws41
11925
11926         * src/mainwindow.c
11927                 adapt Hiro's separate window menu (to get rid of the funny
11928                 duplicate menu items), and make it work again
11929
11930 2002-01-06 [alfons]     0.6.6claws40
11931
11932         * tools/Makefile.am
11933         * tools/sylprint.rc
11934         * tools/sylprint.pl
11935         * tools/README.sylprint
11936                 add sylprint script for printing mails from Sylpheed
11937                 (contributed by Ricardo Mones Lastra)
11938
11939         * src/acount.c
11940                 clean up
11941
11942 2002-01-06 [melvin]     0.6.6claws39
11943
11944         * src/mainwindow.c
11945         * src/summaryview.c
11946                 Fixed crash introduced in 0.6.6claws38 by the menu
11947                 reorganisation (Hide read messages)
11948         
11949         * ChangeLog.claws 
11950                 Fixed typo (we are now in 2002, alfons ;) )
11951
11952 2002-01-05 [alfons]     0.6.6claws38
11953
11954         * sync with sylpheed 0.6.6cvs10-17
11955                 (last stuff marked as LAST_STABLE)
11956
11957 2002-01-04 [melvin]     0.6.6claws37
11958
11959         * src/account.c
11960                 Made account selection code use strcasestr again instead of
11961                 g_strcasecmp (fixes bug where reediting queued messages
11962                 did not select proper account reported by T. Link).
11963         
11964         * src/folderview.c
11965                 Fix bug where folder icons are not shown when 'hide read messages'
11966                 is on.
11967         
11968         * src/stock_pixmaps.[ch]
11969                 Added folder icons for 'hide read messages'.
11970         
11971         * src/compose.c
11972                 Fixed bug where 'Enter' in a header entry will send the message 
11973                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
11974
11975 2002-01-03 [melvin]     0.6.6claws36
11976         
11977         * src/prefs.[ch]
11978                 Added popup menu for common preferences and
11979                 account preferences (right click on tab displays
11980                                 a menu of all tabs.)
11981
11982 2002-01-02 [melvin]     0.6.6claws35
11983
11984         * src/gtkspell.[ch]
11985                 Made spelling code compatible with undo/redo feature.
11986                 Added creation of suggestion mode menu for the general
11987                         preferences.
11988         
11989         * src/prefs_common.[ch]
11990                 Added option menu for the speller's suggestion mode.
11991                 Added missing spaces in "..." buttons and made a "..."
11992                         button non translatable!
11993         
11994         * src/compose.c
11995                 Made speller use the default suggestion mode.
11996                 Hack to make it possible to choose 'CTRL-Enter' as a
11997                         shortcut for sending (and only for sending).
11998
11999         * src/prefs_folder_item.c
12000                 Changing subject simplification does not update cache 
12001                         anymore (because it is unnecessary).
12002                 Fixed bug where changing subject simplification updated the 
12003                         summaryview even when the viewed folder is not the
12004                         folder which properties are being changed. (E.g. 
12005                                         viewing folder A and changing
12006                                         the subject simplification of 
12007                                         folder B -not being viewed- updated the 
12008                                         summaryview of folder A with data of
12009                                         folder B). (Hope this is clear... )
12010
12011 2001-12-31 [alfons]     0.6.6claws34
12012         
12013         * src/ldif.c
12014         * src/mutt.c
12015                 fgetc() returns a signed integer which doesn't
12016                 fit in a char. so c truncates this to a char
12017                 but we may lose significant bits. i.e. we may
12018                 comparing 0xFF which may not be equal to -1
12019                 unless properly casted to signed char which
12020                 we won't do because fgetc() returns a signed
12021                 integer which doesn't fit in a char. so c 
12022                 truncates this to a char but we may lose 
12023                 significat bits. (you got the idea, thanks
12024                 to Gustavo Noronha Silva <kov@debian.org>
12025                 and the Debian folks!)
12026
12027 2001-12-30 [alfons]     0.6.6claws33
12028
12029         * src/prefs_common.c
12030                 add #ifdef USE_PSPELLs that Melvin forgot               
12031
12032 2001-12-30 [melvin]     0.6.6claws32
12033         
12034         * src/prefs_common.[ch]
12035                 Added configurable color for misspelled words.
12036
12037         * src/gtkspell.[ch]
12038                 Fixed bug of foreground text color (reported by David
12039                                 Mehrmann)
12040                 Added configurable color for misspelled words.
12041
12042 2001-12-30 [alfons]     0.6.6claws31
12043
12044         * src/folder.c
12045                 remove unnecessary things someone put there
12046
12047         * src/mh.c
12048         * src/folder.[ch]
12049                 make folder properties (like threading and sorting) persistent
12050                 (closes bug #497424 "rescan folder tree resets proprieties")
12051                 currently this is only for MH folders. 
12052
12053 2001-12-29 [melvin]     0.6.6claws30
12054
12055         * src/string_match.[ch]
12056                 Optimized a bit: regexp pattern buffer compiled only once, and
12057                   one subroutine call removed. Fixed ^ regexp search: Now, 
12058                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
12059         
12060         * src/summaryview.c
12061                 Subject filtering changed to filter summary columns and
12062                   not directly the messages subject cache. The loss in 
12063                   performance is balanced by the improvement of string_match.
12064                 Added an alert panel if there is an error in the regexp.
12065
12066         * src/src/prefs_folder_item.h
12067                 Added a regexp pattern buffer.
12068
12069 2001-12-28 [alfons]     0.6.6claws29
12070
12071         * src/string_match.[ch]
12072                 clean up name space
12073                 allow compilation *BSD
12074
12075 2001-12-27 [alfons]     0.6.6claws28
12076
12077         * src/filter.c
12078                 sync the Hiro's bug fix for BSD
12079
12080 2001-12-27 [melvin]     0.6.6claws27
12081         
12082         * src/compose.c
12083                 Simplify focus to subject entry code.
12084
12085 2001-12-27 [darko]      0.6.6claws26
12086
12087         * src/filtering.c
12088         * src/mbox_folder.c
12089         * src/messageview.c
12090         * src/mh.c
12091         * src/procheader.[ch]
12092         * src/procmsg.h
12093         * src/stock_pixmap.[ch]
12094         * src/summaryview.c
12095                 Show key icon for encrypted mails in summary view
12096
12097         * src/pixmaps/clip.xpm
12098         * src/pixmaps/clipkey.xpm
12099         * src/pixmaps/key.xpm
12100                 New/modified icons for the above
12101
12102 2001-12-27 [melvin]     0.6.6claws25
12103
12104         * src/prefs_common.c
12105                 Put spell checker options in a separate tab to decrease
12106                 the Common Preferences window height.
12107
12108         * README.claws  
12109                 Update spell checker usage instruction about its options
12110                 location.
12111
12112 2001-12-27 [melvin]     0.6.6claws24
12113
12114         * src/compose.c
12115                 Changed subject entry widget position. Initial focus is
12116                 on the To header instead of the subject entry.
12117                 Creating a new header scrolls the header list to make the
12118                 created one visible. Nevertheless, when automatically filling
12119                 headers, the first one is shown.
12120                 A Tab key press in the last empty header entry zips the 
12121                 focus to the subject entry.
12122                 (I did not change the combo boxes, yet)
12123
12124 2001-12-26 [alfons]     0.6.6claws23
12125
12126         * src/prefs_account.c
12127         * src/inc.c
12128                 allow default inbox to reside in another mailbox (only
12129                 works for POP3 accounts)
12130
12131 2001-12-26 [alfons]     0.6.6claws22
12132         
12133         * src/textview.c
12134                 make reply-on-click work with the account of the selected folder
12135         * src/compose.c
12136                 put a fixme here to remind me to fix finding correct default
12137                 account for nested folders
12138
12139 2001-12-25 [alfons]     0.6.6claws21
12140
12141         * src/summaryview.c
12142                 make column headers display locked and mark pixmaps (idea by Melvin) 
12143                 fix bug by adding score and locked column type to sort array
12144
12145 2001-12-25 [alfons]     0.6.6claws20
12146         
12147         * src/summaryview.c
12148                 catch a *potentially* inadvertent write back of  
12149                 the message cache(s) introduced by 0.6.5claws37
12150
12151 2001-12-25 [christoph]  0.6.6claws19
12152
12153         * src/stock_pixmap.[ch]
12154         * src/summaryview.c
12155                 add ignore thread pixmap
12156                 (can someone draw a better icon for this?)
12157
12158 2001-12-24 [alfons]     0.6.6claws18
12159
12160         * src/prefs_folder_item.c
12161                 make address completion actually work for the
12162                 Default To address in the Folder Property dialog.
12163
12164 2001-12-24 [alfons]     0.6.6claws17
12165         
12166         * src/summaryview.c
12167                 use new style regexp for subject stripping 
12168                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
12169
12170 2001-12-24 [darko]      0.6.6claws16
12171
12172         * src/pgptext.c
12173         * src/rfc2015.c
12174                 move GPG related informational messages to debug mode
12175
12176 2001-12-23 [alfons]     0.6.6claws15
12177
12178         * src/stock_pixmap.[ch]
12179         * src/summaryview.c
12180                 add the forgotten Claws' locked pixmap
12181
12182 2001-12-23 [alfons]     0.6.6claws14
12183
12184         * src/filesel.c
12185                 accept file name typed in entry in multi file
12186                 selector (patch submitted by Gustavo Noronha Silva 
12187                 <kov@debian.org>)
12188
12189 2001-12-23 [alfons]     0.6.6claws13
12190
12191         * src/prefs_filter.c
12192         * src/prefs_filtering.c
12193         * src/matcher.c
12194         * src/importmutt.c
12195                 clean up a little bit
12196         
12197         * src/string_match.c
12198                 validate input strings a little bit more
12199
12200 2001-12-23 [alfons]     0.6.6claws12
12201
12202         * src/Makefile.am
12203         * src/summaryview.c
12204         * src/string_match.[ch]         ** NEW **
12205         * src/folderview.[ch]
12206         * src/headerview.h
12207         * src/folder.[ch]
12208         * src/prefs_folder_item.[ch]
12209                 add subject simplification to strip out strings from
12210                 a subject line (esp. handy for mailing lists). 
12211                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
12212                 but slightly changed things for better integration.)
12213
12214 2001-12-23 [alfons]     0.6.6claws11
12215
12216         * src/mainwindow.c
12217                 fix bug introduced by submission included in 0.6.5claws52.
12218                 ideally this submission should clean the trash if any trash
12219                 folder has a message. however, the hasTrash variable was
12220                 set to false whenever a trash folder was empty (discarding
12221                 a previously found *filled* trash folder.)
12222
12223                 also edited the code a little bit and made it more safe.
12224
12225 2001-12-22 [alfons]     0.6.6claws10
12226
12227         * src/imap.c
12228                 quick fix for Martin Pool's omission of an account
12229                 specific SSL setting
12230
12231 2001-12-22 [alfons]     0.6.6claws9
12232
12233         * src/compose.c
12234         * src/messageview.c
12235         * src/mimeview.c
12236         * src/pgptext.c
12237         * src/procmime.[ch]
12238                 better support for multipart/digest (submitted
12239                 by Fredrik <e98fo@efd.lth.se>)
12240
12241 2001-12-22 [alfons]     0.6.6claws8
12242
12243         * src/addressbook.c
12244                 correct function signature
12245         * src/socket.[ch]
12246         * src/imap.[ch]
12247         * src/prefs_account.[ch]
12248                 allow IMAP over SSH tunnel (patch submitted by 
12249                 Martin Pool <mbp@samba.org>)
12250
12251 2001-12-21 [alfons]     0.6.6claws7
12252
12253         * sync with sylpheed 0.6.6cvs4-9
12254                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
12255
12256 2001-12-21 [christoph]  0.6.6claws6
12257
12258         * src/compose.c
12259         * src/prefs_folder_item.[ch]
12260                 implement saving of outgoing messages to current folder.
12261                 fix segfault when no default outbox is available
12262                 (closes bug #495683)
12263
12264 2001-12-21 [carsten]    0.6.6claws5
12265         * src/folderview.c
12266         * src/summaryview.c
12267                 pressing CTRL while DND does now the expected thing and
12268                 copies the mail (moving is still the default, as this
12269                 seam more appropriate for handling mails by DND)
12270
12271 2001-12-18 [paul]       0.6.6claws4
12272
12273         * sync with sylpheed 0.6.6cvs3
12274                 see ChangeLog entries 2001-12-18
12275
12276 2001-12-18 [hiro]       0.6.6claws3
12277
12278         * src/undo.c
12279                 fix for multibyte characters (obtain the number of letters
12280                 instead of bytes).
12281
12282 2001-12-17 [paul]       0.6.6claws2
12283
12284         * sync with sylpheed 0.6.6cvs1
12285                 see ChangeLog entry 2001-12-16
12286
12287 2000-12-17 [alfons]     0.6.6claws1
12288
12289         * src/filtering.c
12290                 clean up
12291
12292 2001-12-16 [paul]       0.6.6claws
12293 2001-12-15
12294
12295         * Release version 0.6.6claws, cvs tag: rel_0_6_6
12296
12297         * src/mimeview.c
12298                 last minute sync with main 0.6.6
12299
12300         * po/es.po
12301                 updated by Ricardo Mones Lastra
12302                 update for last minute sync
12303         * po/fr.po
12304         * po/nl.po
12305                 update for last minute sync
12306         * po/de.po
12307                 updated by Jens Oberender
12308         * po/pt_BR.po
12309                 updated by Fabio Junior Beneditto
12310
12311         * src/prefs_common.[ch]
12312         * src/undo.c
12313                 number of undo levels is user configurable
12314                 (squeeze it into the release in the dying
12315                 moments) Submitted by Jens Oberender    
12316
12317 2001-12-15 [melvin]
12318
12319         * po/fr.po
12320                 updated french translation
12321
12322 2001-12-15 [paul]       0.6.5claws92
12323
12324         * sync with sylpheed 0.6.5cvs28
12325                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
12326
12327         * po/nl.po
12328                 update to allow for sync
12329
12330 2001-12-15 [alfons]
12331         
12332         * po/nl.po
12333                 update dutch translation
12334
12335 2001-12-14 [carsten]    0.6.5claws91
12336         * src/summaryview.c
12337                 fixed bug #473785; also after changing the column order
12338                 the same message will be selected and displayed as before
12339                 the reordering
12340
12341 2001-12-14 [carsten]    0.6.5claws90
12342         * src/folderview.c
12343                 probably found the bug reported by wwb opening or closing
12344                 a folder tree just before dnd (found the solution in the
12345                 balsa source -- thanks to them)
12346
12347 2001-12-14 [carsten]    0.6.5claws89
12348         * src/gtkutils.c
12349         * src/account.c
12350                 moved gtk_clist_moveto to the right place, so that
12351                 only the accounts dialog is effected on opening
12352
12353 2001-12-14 [carsten]    0.6.5claws88
12354         * src/gtkutils.c
12355                 gtkut_clist_set_focus_row does a gtk_clist_moveto
12356                 now, so that the focused row will be seen in any case
12357                 (reported by wwp on sf-claws-user)
12358
12359 2001-12-14 [darko]      0.6.5claws87
12360
12361         * src/compose.c
12362                 remove unnecessary line
12363
12364 2001-12-14 [paul]       0.6.5claws86
12365
12366         * sync with sylpheed 0.6.5cvs27
12367                 see ChangeLog entries 2001-12-14
12368
12369 2001-12-14 [carsten]    0.6.5claws85
12370         * src/mainwindow.c
12371                 following a suggestion of Melvin the rcoabm pops up
12372                 right under the button now and the button is reliefed
12373                 while the popup is open
12374
12375 2001-12-14 [darko]      0.6.5claws84
12376
12377         * src/compose.c
12378                 fix crash when wrapping long lines if linewrap quotation
12379                 is disabled and wrapper encounters a word spanning more
12380                 than one line
12381
12382 2001-12-13 [paul]       0.6.5claws83
12383
12384         * src/compose.c
12385                 prefer 'Reply-To' header over mailing list header when
12386                 replying to a message. Finally prevent all those confirmation 
12387                 messages being sent to the list itself.
12388
12389         * src/summaryview.c
12390                 remove unused summary_set_menu_sensitive() entry
12391
12392 2001-12-13 [paul]       0.6.5claws82
12393
12394         * src/folderview.c
12395         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
12396         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
12397         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
12398                 improvements to 'Hide read messages': Inbox, Outbox,
12399                 Trash, Queue, and Draft icons now reveal presence of hidden 
12400                 messages
12401
12402 2001-12-12 [alfons]     0.6.5claws81
12403
12404         0.6.5claws80 was tagged as LAST_STABLE
12405
12406         * src/filtering.[ch]
12407         * src/matcher.[ch]
12408         * src/matcher_parser_lex.c
12409                 fix the filtering; my last attempt to get it right, 
12410                 if it does not work, it's Hoa's turn. ;-)
12411
12412                 for my honourable peers:
12413                 
12414                 the code now makes a clear distinction between
12415                 rules as they are displayed (probably escaped),
12416                 and as they are executed (probably unescaped). the
12417                 parser does *NOT* do any unescaping, this is
12418                 the task of the matcher.c (which breaks up a
12419                 rule into condition) and the filtering.c (which
12420                 breaks up the rule's action). to make this
12421                 run happily we provide an unescaped copy of
12422                 crucial strings to the MatcherProp and 
12423                 FilteringAction structures. note that the only
12424                 exception to this is any REGEXP string. those
12425                 are directly passed to regcomp() and regexp()
12426                 (who have much more powerful unescape functions).
12427                 
12428                 for everyone else:
12429         
12430                 you can escape tab (\t), carriage return (\r),
12431                 linefeed (\n), form feed (\f), quote (\"), 
12432                 single quote (\'), bell (\b) in all the entry
12433                 lines in the scoring & filtering dialogs.
12434                 as an added bonus this should not affect
12435                 existing filtering rules.
12436
12437 2001-12-12 [carsten]    0.6.5claws80
12438
12439         * src/summaryview.c
12440         * po/de.po
12441                 "item(s) selected" is now sensitive to 1 or more
12442                 than one selected (nice for language where simple
12443                 adding of a "s" is not possible as German (Eintrag
12444                 ->Eintr"age)
12445                 
12446                 the "forward as attachment" entry from the right
12447                 click menu removed, "forward" acts following the
12448                 prefs
12449         
12450         * src/textview.c
12451                 reverted my former changes; so compiler warning again
12452                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
12453                 nevertheless
12454
12455         * src/messageview.c
12456                 "search in message" does now *not* only work in MVIEW_TEXT
12457                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
12458                 message
12459
12460         * src/mainwindow.c
12461                 removed "/File/_Close" as it was the same as "/File/E_xit"
12462                 and we don't need it two times
12463
12464                 the separate folder view and message view now get a distinct
12465                 WMCLASS, just in case someone is using sawfish ;-)
12466
12467                 as the menu entries "/View/Message view" and "/View/Folder tree"
12468                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
12469                 make them sensitive accordingly and as these two are "shown"
12470                 after startup anytime check this menuitem at startup
12471
12472 2001-12-12 [paul]       0.6.5claws79
12473
12474         * src/folderview.c
12475                 fix sensitivity of 'Search folder...', broken in
12476                 0.6.5claws75
12477
12478         * src/mainwindow.c
12479                 fix dodgy English
12480
12481 2001-12-11 [carsten]    0.6.5claws78
12482         * src/filtering.c
12483                 fixed two typos returning a wrong FALSE/TRUE
12484         * src/mainwindow.[ch]
12485                 extra menu for email/news button removed
12486
12487 2001-12-11 [alfons]     0.6.5claws77
12488         
12489         * src/matcher.c                 (1.3)
12490         * src/matcher_parser_lex.l      (1.28)
12491                 revert for another attempt
12492                 mark 0.6.5claws77 as LAST_STABLE
12493
12494 2001-12-11 [christoph]  0.6.5claws76
12495
12496         * po/de.po
12497                 fixed wrong translation for prev. unread msg
12498
12499 2001-12-11 [paul]       0.6.5claws75
12500
12501         * src/folder.[ch]
12502         * src/folderview.c
12503         * src/mainwindow.c
12504         * src/summaryview.[ch]
12505         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
12506                 enable ability to hide read messages on per folder basis via 
12507                 '/Summary/Hide read messages'; when selected, a folder will 
12508                 have a red open folder icon, instead of a blue icon, if the 
12509                 folder contains hidden messges
12510                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
12511
12512         * src/mainwindow.c
12513                 remove '/Message/Forward as attachment' from 
12514                 main_window_set_menu_sensitive() to prevent debug warning
12515
12516         * src/folderview.c
12517         * src/mainwindow.c
12518                 Clean up some of the English
12519
12520         * tools/newscache_clean.pl
12521                 allow for new 'hidereadmsgs' entry in folderlist.xml
12522
12523         * po/es.po
12524                 updated translation, submitted by Ricardo Mones Lastra
12525
12526 2001-12-11 [paul]       0.6.5claws74
12527
12528         * sync with sylpheed 0.6.5cvs25
12529                 see ChangeLog entry 2001-12-11
12530
12531 2001-12-10 [alfons]     0.6.5claws73
12532
12533         * src/matcher.c
12534                 add more control characters
12535         * src/matcher_parser_lex.l
12536                 make escaping / unescaping work again
12537
12538 2001-12-10 [alfons]     0.6.5claws72
12539
12540         * src/imap.c
12541                 clean up warnings "returning value for void function" 
12542         * src/prefs_filtering.c
12543                 make info button for execute action sensitive
12544
12545 2001-12-10 [paul]       0.6.5claws71
12546
12547         * src/compose.c
12548         * src/imap.[ch]
12549         * src/summaryview.c
12550                 fix: imap server now gets informed of MARKED, UNMARKED
12551                 and REPLY events. Now people can use different IMAP-Mail
12552                 clients and have the exact same information about MARKED,
12553                 UNMARKED and REPLY status with all of them. Especially
12554                 useful for imap servers with a web-frontend.
12555                 submitted by Tobias Sandhaas <medlor@web.de>
12556
12557 2001-12-09 [melvin]     0.6.5claws70
12558         
12559         * src/textview.[ch]
12560                 fixed bug #490076 (hunted down by Alfons who implemented
12561                 a workaround in 0.6.5claws65)
12562
12563 2001-12-09 [christoph]  0.6.5claws69
12564
12565         * src/summaryview.c
12566                 set pointer to string in LOCKED column to NULL
12567                 (might fix bug #490800)
12568
12569 2001-12-09 [carsten]    0.6.5claws68
12570
12571         * po/de.po
12572                 resolved some cluttered menu shortcuts 
12573                 ('creating new email' and 'creating news message'
12574                 hade the same)
12575         * src/compose.c
12576                 wmclass now distinc from main window
12577         * src/mainwindow.c
12578           src/mainwindow.h
12579                 email/news and forward button functionality similar
12580                 to the reply buttons; removed the ugly dropdown arrows
12581                 and use instead the right mouse button
12582
12583 2001-12-09 [paul]       0.6.5claws67
12584
12585         * src/imap.c
12586         * src/utils.h
12587                 allow spaces in imap folder names
12588                 submitted by Willem van Engen <wvengen@stack.nl>
12589
12590 2001-12-09 [paul]       0.6.5claws66
12591
12592         * sync with sylpheed 0.6.5cvs24
12593                 see ChangeLog entry 2001-12-09
12594
12595 2001-12-08 [alfons]     0.6.5claws65
12596
12597         * src/textview.c
12598                 prevent secondary selection claim after "add to sender" dialog
12599                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
12600                 we trick GTK by simulating a click at (0, 0) in the textview.
12601
12602 2001-12-08 [hoa]        0.6.5claws64
12603
12604         * src/folder.c
12605                 fixed a bug about the .processing folder name while filtering
12606
12607 2001-12-08 [alfons]     0.6.5claws63
12608
12609         * src/folderview.c 
12610                 work around problem of not correctly updating folder stats
12611                 when deleting messages. there's some folder scanning evil
12612                 going so the folderview_update_msg_num() does not work
12613                 correctly. need to investigate this.
12614
12615 2001-12-08 [paul]       0.6.5claws62
12616
12617         * sync with sylpheed 0.6.5cvs23
12618                 see ChangeLog entry 2001-12-08
12619
12620 2001-12-07 [christoph]  0.6.5claws61
12621
12622         * src/compose.c
12623                 fix another header translation problem
12624
12625 2001-12-07 [alfons]     0.6.5claws60
12626
12627         * src/mbox.c
12628                 make filtering also work on local spool mbox
12629
12630 2001-12-07 [carsten]    0.6.5claws59
12631         * src/addressbook.c
12632                 addressbook window gets a wmclass distinct from the main
12633                 sylpheed window
12634         * src/compose.h
12635         * src/mainwindow.[ch]
12636                   forward menu item will use mode selected in prefs, forward 
12637                 as attatchment in menu removed (will be substituted in the
12638                 toolbar similar to reply buttons)
12639                   create news message menu entry and news button is now 
12640                 sensitive to the existance of a news account
12641         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
12642         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
12643         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
12644                 these are removed because the toolbar buttons don't show
12645                 the quoting modus any longer
12646
12647 2001-12-07 [paul]
12648
12649         * tools/newscache_clean.pl      ** NEW FILE **
12650                 perl script to do some tidying up in the newscache directory 
12651                 
12652         * tools/sylpheed-switcher       ** NEW FILE **
12653                 perl script to enable easy switching between main and claws
12654                 
12655         * tools/README
12656                 added descriptions of the two new perl scripts          
12657
12658
12659 2001-12-07 [melvin]     0.6.5claws58
12660
12661         * src/messageview.c
12662                 fixed a warning during compilation introduced in 0.6.5claws56
12663
12664 2001-12-07 [paul]       0.6.5claws57
12665
12666         * src/mainwindow.[ch]
12667         * src/menu.[ch]
12668                 further usability enhancements to replying with or without 
12669                 quoting via the toolbar, use of Ctrl key is replaced by 
12670                 drop down menu 
12671                 Submitted by Carsten Schurig            
12672
12673 2001-12-07 [melvin]     0.6.5claws56
12674
12675         * src/messageview.c
12676                 hack to fix bug that prevented to make/paste selections
12677                 after switching between MVIEW_TEXT and MVIEW_MIME views
12678                 without deselecting the selection first.
12679
12680 2001-12-06 [alfons]     0.6.5claws55
12681
12682         * src/filtering.[ch]
12683         * src/inc.c
12684                 revise filtering a little bit more, and make sure
12685                 messages are delivered to the appropriate inbox
12686                 (perhaps set per account)
12687
12688 2001-12-06 [paul]       0.6.5claws54
12689
12690         * sync with sylpheed 0.6.5cvs22
12691                 see ChangeLog entry 2001-12-06
12692
12693 2001-12-05 [alfons]     0.6.5claws53
12694
12695         * src/inc.c
12696         * src/folder.[ch]
12697         * src/procmsg.c
12698         * src/filtering.c
12699                 more revisions of filtering system
12700                 (last stable version is marked as LAST_STABLE)
12701                 
12702                 | NOTE 1): the filtering system now uses a local folder called
12703                 | .processing. if filtering fails, check this directory
12704                 | for missing messages.
12705                 |
12706                 | NOTE 2): help us find the filtering actions still missing
12707
12708 2001-12-05 [paul]       0.6.5claws52
12709
12710         * src/mainwindow.c
12711                 fix bug where 'Empty Trash?' pop-up window appears even
12712                 when Trash is empty, submitted by Jesse Skinner         
12713
12714 2001-12-05 [melvin]     0.6.5claws51
12715
12716         * src/compose.c
12717                 fixed bug #486106 to select correct account when reediting 
12718                 a queued message
12719         
12720 2001-12-04 [alfons]     0.6.5claws50
12721
12722         * src/mh.c
12723                 declare markfile in appropriate functions when
12724                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
12725                 for spotting this)
12726
12727 2001-12-04 [paul]       0.6.5claws49
12728
12729         * sync with sylpheed 0.6.5cvs21
12730                 see ChangeLog entry 2001-12-04
12731
12732 2001-12-03 [christoph]  0.6.5claws48
12733
12734         * po/de.po
12735                 changed translation of undo
12736         * src/account.c
12737         * src/folder.c
12738                 don't reinvent the wheel to traverse a GNode
12739         * src/compose.[ch]
12740                 seperate code to create the compose gui into functions
12741                 add "Others" page with folder selection for saving copy
12742                 of the message.
12743                 the folder identifier is saved to queue header
12744         * src/procmsg.c
12745                 save message to folder in queue header
12746
12747 2001-12-03 [paul]       0.6.5claws47
12748
12749         * sync with sylpheed 0.6.5cvs20
12750                 see ChangeLog entry 2001-12-03
12751
12752 2001-12-01 [paul]
12753
12754         * more sync with sylpheed 0.6.5cvs19
12755                 see ChangeLog entry 2001-11-29
12756
12757 2001-11-30 [paul]       0.6.5claws46
12758         
12759         * src/compose.c
12760                 remove conflicts introduced by Hoa's last commit
12761          
12762         * src/mainwindow.c
12763                 make 'Message/Bounce' sensitive
12764
12765 2001-11-30 [hoa]        0.6.5claws45
12766
12767         * src/compose.c
12768                 slightly change bounce function to add
12769                 information about the user that bounced the mail
12770                 in the From header line.
12771
12772         * src/folderview.c
12773                 permit the use of processing in outbox folder.
12774
12775 2001-11-29 [paul]       0.6.5claws44
12776
12777         * src/mainwindow.[ch]
12778         * src/prefs_common.c
12779         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
12780         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
12781         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
12782                 usability enhancements to the quoting, implements
12783                 use of Ctrl key to toggle quoting settings
12784                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
12785
12786 2001-11-29 [paul]       0.6.5claws43
12787         
12788         * sync with sylpheed 0.6.5cvs19
12789                 see ChangeLog entry 2001-11-28
12790
12791 2001-11-29 [melvin]     0.6.5claws42
12792         * src/Makefile.am
12793                 added enriched.[ch] to the list of files
12794
12795         * src/textview.c
12796         * src/mimeview.c
12797         * src/procmime.[ch]
12798         * src/enriched.[ch]
12799                 added support to view text/enriched
12800                 added support to show headers in message view for text/enriched and text/html
12801                         in non multipart messages
12802
12803 2001-11-28 [paul]       0.6.5claws41
12804
12805         * more sync with sylpheed 0.6.5cvs18
12806                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
12807
12808 2001-11-27 [paul]       0.6.5claws40
12809         
12810         * po/pt_BR.po
12811                 updated translation, submitted by Fabio Junior Beneditto
12812                 
12813         * sync with sylpheed 0.6.5cvs18
12814                 see ChangeLog entries 2001-11-26 (src/textview.c) and
12815                 2001-11-27
12816
12817
12818 2001-11-26 [paul]
12819
12820         * po/es.po
12821                 updated translation, submitted by Ricardo Mones Lastra
12822
12823 2001-11-26 [alfons]
12824
12825         * src/matcher.c
12826                 add more translatable strings
12827
12828 2001-11-26 [christoph]  0.6.5claws39
12829
12830         * po/de.po      
12831                 fixed one more umlaut
12832         * src/compose.c
12833                 fix translated header when it should not be translated
12834
12835 2001-11-26 [paul]       0.6.5claws38
12836
12837         * src/mainwindow.c
12838                 remove '/Message/Add Sender to address book' from 
12839                 main_window_set_menu_sensitive(), prevent debug warning
12840                 add 'Message/Mark/Mark all read' to mainwin_entries[]
12841
12842 2001-11-26 [paul]       0.6.5claws37
12843
12844         * src/summaryview.c
12845                 fix 'recurring unread state' bug 
12846
12847         * tools/README 
12848         * tools/filter_conv.pl
12849                 read name of top level mailbox from folderlist.xml
12850                 and presume nothing about its name              
12851
12852 2001-11-26 [darko]      0.6.5claws36
12853
12854         * src/gtkstext.[ch]
12855                 removed functions that are now in gtkutils.c
12856                 use gtkut_text_is_uri_string() from gtkutils.c
12857         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
12858
12859 2001-11-26 [paul]       0.6.5claws35
12860
12861         * sync with sylpheed 0.6.5cvs16
12862                 see ChangeLog entries 2001-11-25 and 2001-11-26
12863
12864 2001-11-25 [alfons]     0.6.5claws34
12865
12866         EXPERIMENTAL!!! Please checkout the last stable version using: 
12867           
12868         % cvs update -r LAST_STABLE -dRAP
12869
12870         (Or help us testing this stuff.)
12871
12872         * src/filtering.c               (1.14)
12873         * src/filtering.h               (1.6)
12874         * src/inc.c                     (1.28)
12875         * src/matcher.c                 (1.20)
12876         * src/mbox.c                    (1.9)
12877         * src/procmsg.h                 (1.14)
12878         * src/summaryview.c             (1.59)
12879         * src/summaryview.h             (dunno)
12880                 revert/merge/sync to as it was before commit 
12881                 on Thu, 19 Jul 2001 10:15:51 -0700.
12882
12883 2001-11-25 [hoa]        0.6.5claws33
12884
12885         * src/main.c
12886                 processing mails at startup
12887
12888         * src/folderview.c
12889         * src/summaryview.[ch]
12890                 processing mails when entering folder
12891
12892         * src/prefs_filtering.c
12893                 fixed some UI bugs
12894
12895 2001-11-24 [alfons]     0.6.5claws32
12896
12897         * src/summaryview.[ch]
12898                 make summary sort headers work, and also make
12899                 sure the sort type is stored
12900
12901 2001-11-23 [alfons]     0.6.5claws31
12902
12903         * src/summaryview.[ch]
12904                 make lock work like mark
12905                 disallow deleting messages marked as locked
12906
12907 2001-11-23 [alfons]     0.6.5claws30
12908
12909         * src/gtkstext.c
12910         * src/compose.[ch]
12911         * src/Makefile.am
12912         * src/undo.[ch]
12913                 merge undo patch submitted by Jens
12914
12915 2001-11-23 [christoph]  0.6.5claws29
12916
12917         * src/.cvsignore
12918                 added ylwrap
12919         * src/compose.c
12920                 fixed gpg signing and encoding
12921         * src/folder.[ch]
12922         * src/main.c
12923                 added --status option to get new, unread and total
12924                 message count from a running sylpheed
12925         * src/prefs_common.c
12926                 temporary fix for reply_with_quote problem
12927                 (don't call functions for non existing widget)
12928         * src/procmsg.c
12929                 one more check for ignored threads but still not
12930                 always working correctly. probably a recursive
12931                 check for all parents is needed
12932
12933 2001-11-23 [darko]      0.6.5claws28
12934
12935         * src/compose.c
12936                 wrapping on send improvements
12937         * src/gtkutils.[ch]
12938                 fix for GtkSText after last sync with main branch
12939                 GTK_TEXT -> GTK_STEXT
12940
12941 2001-11-23 [paul]       0.6.5claws27
12942
12943         * sync with sylpheed 0.6.5cvs14
12944                 see ChangeLog entries 2001-11-22 and 2001-11-23
12945                 
12946         * po/de.po
12947                 fixed the scrambled umlauts 
12948                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
12949
12950 2001-11-21 [paul]       0.6.5claws26
12951
12952         * sync with sylpheed 0.6.5cvs12
12953                 see 2nd ChangeLog entry dated 2001-11-20
12954
12955 2001-11-20 [paul]       0.6.5claws25
12956
12957         * sync with sylpheed 0.6.5cvs11
12958                 see ChangeLog entry 2001-11-19 (src/utils.c)
12959
12960 2001-11-20 [hiro]
12961
12962         * src/compose.c
12963                 GTK_TEXT -> GTK_STEXT
12964                 fix for wrong comment
12965
12966 2001-11-20 [hiro]       0.6.5claws24
12967
12968         * src/compose.[ch]
12969                 more merges from main branch
12970                 removed fatal warnings (uninitialized variables etc.)
12971                 some coding style fix
12972         * src/gtkutils.h
12973                 fixed typo.
12974         * src/addressbook.c
12975           src/addrindex.c
12976                 V-Card -> vCard
12977
12978 2001-11-19 [hoa]        0.6.5claws23
12979
12980         * src/filtering.c
12981         * src/prefs_scoring.c
12982         * src/matcher.[ch]
12983         * src/scoring.c
12984                 cleaning code
12985
12986         * src/matcher_parser_parse.y
12987         * src/prefs_filtering.c
12988                 bouncing
12989
12990 2001-11-19 [alfons]     0.6.5claws22
12991
12992         more of my old things into claws
12993
12994         * src/Makefile.am
12995         * src/prefs_common.c
12996         * src/procmsg.h
12997         * src/summaryview.[ch]
12998         * src/prefs_summary_column.c
12999         * src/pixmaps/locked.xpm
13000                 add indicators for locking of message in summary view
13001                 (does not work yet, only visual indicator)
13002
13003 2001-11-19 [paul]       0.6.5claws21
13004
13005         * sync with sylpheed 0.6.5cvs10
13006                 see ChangeLog entry 2001-11-19
13007
13008 2001-11-18 [alfons]     0.6.5claws20
13009         
13010         * src/filtering.c
13011                 remove an inadvertent free I forgot in previous clean up 
13012
13013 2001-11-18 [alfons]     0.6.5claws19
13014
13015         * src/filtering.[ch]
13016                 clean up & plug leaks
13017
13018 2001-11-18 [paul]       0.6.5claws18
13019
13020         * sync with sylpheed 0.6.5cvs9
13021                 see ChangeLog entries 2001-11-17 and 2001-11-18
13022
13023 2001-11-16 [paul]       0.6.5claws17
13024
13025         * sync with sylpheed 0.6.5cvs8
13026                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
13027
13028 2001-11-16 [paul]       0.6.5claws16
13029
13030         * sync with sylpheed 0.6.5cvs7
13031                 see ChangeLog entries 2001-11-15 and 2001-11-16
13032
13033 2001-11-15 [hoa]        0.6.5claws15
13034
13035         * src/compose.c
13036                 fix bounce, mails we received couln't be bounced to ourself.
13037
13038         * src/defs.h
13039         * src/filtering.[ch]
13040         * src/matcher.[ch]
13041         * src/matcher_parser.h
13042         * src/matcher_parser_lex.l
13043         * src/matcher_parser_parse.y
13044         * src/inc.c
13045         * src/main.c
13046         * src/mbox.c
13047         * src/prefs_filtering.[ch]
13048         * src/mainwindow.c
13049         * src/prefs_matcher.c
13050         * src/prefs_scoring.c
13051         * src/scoring.[ch]
13052         * src/summaryview.c
13053                 new matcher/filter/score configuration file parser
13054                 one unique configuration file => ~/.sylpheed/matcherrc
13055                 import in currently automatic, then save are made
13056                 in this new file.
13057                 one filter per folder and one global filter
13058                 (filter of a folder will be used as folder processing)
13059
13060         * src/folder.c
13061                 fix a bug in folder_item_get_identifier
13062                 
13063         * src/messageview.c
13064                 receive receipt return are fixed.
13065
13066 2001-11-14 [alfons]     0.6.5claws14
13067
13068         * src/session.h
13069                 add things from main branch to make claws compile
13070
13071 2001-11-14 [paul]       0.6.5claws13
13072
13073         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
13074                 see ChangeLog entries 2001-11-08 to 2001-11-14
13075
13076 2001-11-14 [hoa] 0.6.5claws12
13077
13078         * src/compose.[ch]
13079         * src/mainwindow.c
13080         * src/summaryview.c
13081                 add "bounce mail" option
13082
13083 2001-11-13 [christoph]  0.6.5claws11
13084
13085         * src/compose.c
13086                 Cleanup a mess i add before commiting
13087
13088 2001-11-13 [hoa]        0.6.5claws10
13089
13090         * src/compose.c
13091                 some fixes when mail are sent or
13092                 for crossposts
13093
13094 2001-11-13 [christoph]  0.6.5claws9
13095
13096         * po/de.po
13097                 Changed two string with the same translation
13098         * src/compose.c
13099         * src/procmsg.[ch]
13100         * src/send.[ch]
13101                 New mailsending process:
13102                   - Always queue message before sending
13103                     (message will be saved if sylpheed crashed or
13104                      freezes while sending)
13105                   - Allow queuing of newspostings
13106                   - No copy in outbox before sending
13107                     (closes bug #469501)
13108                   - No more redundant code for send and send_later
13109         * src/summaryview.c
13110                 Applied wwp <subscript@free.fr>'s patch that fixes
13111                 marks for multiple forwarded messages (+compose.c)
13112
13113 2001-11-12 [alfons]
13114
13115         * README.claws
13116                 remove things that are now in main branch
13117         
13118         * po/nl.po
13119                 update Dutch translation
13120
13121 2001-11-12 [mhadasht]   0.6.5.claws8
13122
13123         * src/prefs_common.c
13124                 re-enabled account autoselection feature for forward
13125                 and reedit lost during the branch point for SYNC-B4-REL
13126         * src/gtkspell.c
13127                 gtkpspell_get_dict(): more readable code (even if function is
13128                 not used yet)
13129         * ChangeLog.claws
13130                 added version number info to 2001-11-12 [hiro] comment.
13131
13132 2001-11-12 [hiro]       0.6.5.claws7
13133
13134         * src/compose.c
13135                 compose_forward(): fixed a bug that forward quote mark
13136                 wasn't used.
13137                 removed unnecessary code.
13138         * src/template_select.[ch]: removed.
13139
13140 2001-11-11 [alfons]
13141
13142         * src/compose.c
13143                 :%s/GTK_TEXT/GTK_STEXT/g
13144         
13145         * src/compose.[ch]
13146         * src/undo.[ch]
13147         * src/Makefile.am
13148                 revert the undo stuff (this is 0.6.6claws stuff)
13149
13150 2001-11-11 [hoa]        0.6.5.claws6
13151
13152         * src/compose.[ch]
13153                 Insert signature at the end of the text.
13154                 Added undo patch but currently disabled
13155
13156         * src/procmsg.c
13157                 Threading by subject improved.
13158
13159         * added src/undo.[ch]
13160                 Undo module for compose dialog box.
13161
13162 2001-11-11 [alfons]     0.6.5.claws5
13163
13164         * src/procmsg.c
13165                 prevent threading by subject on nodes that have already been
13166                 threaded by in-reply-to (as in "circular references in a tree
13167                 result in a dead branch")
13168
13169 2001-11-09 [hoa]        0.6.5.claws4
13170         
13171         * src/folderview.c
13172                 allows creation of mbox folder item from any files.
13173
13174 2001-11-09 [alfons]     0.6.5.claws3
13175         
13176         * src/utils.c
13177         * src/procmsg.c
13178                 do what I mean and correct threading by subject so it really
13179                 ignores attracting lines without "Re: "
13180
13181 2001-11-07 [alfons]     0.6.5.claws2
13182
13183         * src/procmsg.c
13184         * src/utils.[ch]
13185                 only attract by subject if a subject line starts with a "Re: "
13186         * src/syldap.c
13187                 remove warning
13188
13189 2001-11-07 [paul]       0.6.5claws1
13190
13191         * sync with sylpheed 0.6.5. release
13192                 see ChangeLog entry 2001-11-07
13193
13194 2001-11-07 [paul]       0.6.4claws31
13195
13196         * sync with sylpheed 0.6.4cvs18
13197                 see ChangeLog entries 2001-10-30 to 2001-11-07
13198                 prefs_templates.[ch] renamed prefs_template.[ch]
13199
13200 2001-11-06 [alfons]
13201         
13202         * src/utils.h
13203                 add semicolon Hoa forgot ;-)
13204                 
13205
13206 2001-11-06 [hoa]        0.6.4claws30
13207         
13208         * src/procmsg.c
13209         * src/summaryview.c
13210         * src/utils.c
13211         * src/utils.h
13212                 threading by subject - empty subject are ignored
13213
13214 2001-11-06 [christoph]  0.6.4claws29
13215
13216         * src/socket.c
13217                 use SSL_peek for sock_gets
13218         * src/utils.c
13219                 removed unneeded pointer in extracting quoted
13220                 names implementation
13221
13222 2001-11-06 [melvin]     0.6.4claws28
13223
13224         * src/gtkspell.c
13225                 fixed bug #476792 Selection overtyping with spell checker
13226                 fixed bug which could cause a buffer overflow
13227                 fixed a memory leak
13228
13229 2001-11-06 [hoa]        0.6.4claws27
13230         
13231         * src/procmsg.c
13232         * src/summaryview.c
13233                 threading by subject
13234
13235 2001-11-05 [alfons]     0.6.4claws26
13236         
13237         * README.claws
13238                 Claws -> Sylpheed (vice versa)
13239
13240         * src/compose.c
13241                 :%s/gtk_text/gtk_stext/g
13242                 :%s/GTK_TEXT/GTK_STEXT/g
13243                 (thanks to Jonathan Ware for spotting this)
13244
13245 2001-11-04 [christoph]  0.6.4claws25
13246
13247         * src/summaryview.c
13248                 replace Xalloca + strdup with Xstrdup_a
13249         * src/utils.c
13250                 better implementation of extracting quoted names
13251                 from addresses (remove backlashes and ignore
13252                 quotes after them)
13253
13254 2001-11-04 [alfons]     0.6.4claws24
13255
13256         * src/utils.[ch]
13257                 edit to comply more with coding style
13258
13259         * src/textview.c
13260                 fix bug reported by Kim Schulz. introduced by the patch integrated
13261                 in 0.6.4claws15. the code did not check the return value of
13262                 the html parser.
13263
13264         * AUTHORS
13265                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
13266
13267 2001-11-04 [christoph]  0.6.4claws23
13268
13269         * src/main.c
13270         * src/prefs_common.[ch]
13271                 init some pointers that possibly caused a segfault
13272                 reported in the claws-users ML
13273
13274 2001-11-04 [hoa]        0.6.4claws22
13275
13276         * src/grouplistdialog.c
13277                 change the names of the nodes in the tree
13278
13279         * src/compose.c
13280                 enhanced mailto syntax as described in
13281                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
13282                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
13283
13284         * src/utils.c
13285                 encode and decode URI (useful when opening URL into
13286                 netscape).
13287
13288 2001-11-03 [hoa]        0.6.4claws21
13289
13290         * src/grouplistdialog.c
13291                 a new newsgroups list selection dialog box
13292                 with a CTree instead of a CList
13293
13294 2001-11-03 [hoa]        0.6.4claws20
13295
13296         * src/folderview.c
13297                 enable property and scoring options when right
13298                 click on "inbox"
13299
13300         * src/summaryview.c
13301                 fixed bug when nickname were displayed using
13302                 the address book.
13303
13304 2001-11-02 [darko]      0.6.4claws19
13305
13306         * src/compose.c
13307                 new wrap quotation and URL/long words wrapping implementation
13308         * src/compose.c src/gtkstext.[ch]
13309                 move gtkstext_strncmp() to gtkstext.c
13310
13311 2001-11-01 [christoph]  0.6.4claws18
13312
13313         * src/prefs_account.c
13314                 fixed mess in account settings dialog
13315         * src/prefs_folder_item.c
13316                 added label with folder path to dialog
13317
13318 2001-10-31 [match]      0.6.4claws17
13319
13320         * src/vcard.c
13321                 fix memory leak.
13322         * src/addrbook.c
13323                 fix generation of spurious address book file names.
13324                 remove redundant functions.
13325         * po/POTFILES.in
13326                 added missing file names.
13327
13328 2001-10-30 [paul]       0.6.4claws16
13329
13330         * sync with sylpheed 0.6.4cvs6
13331                 see ChangeLog entries 2001-10-26 to 2001-10-30
13332
13333         * tools/filter_conv.pl
13334                 read folderlist.xml to discover whether the top-level
13335                 folder is called 'Mailbox' or 'Mail' 
13336
13337 2001-10-29 [paul]       0.6.4claws15
13338
13339         * src/html.c, src/textview.c
13340                 activate links in html mail and fix clickable parts
13341                 Submitted by Matthieu Dazy <dazy@t-surf.com>
13342
13343 2001-10-29 [paul]
13344
13345         * po/de.po, po/es.po, po/pt_BR/po
13346                 updated translations, submitted by Jens Oberender,
13347                 Ricardo Mones Lastra, and Fabio Junior Beneditto
13348
13349 2001-10-29 [darko]      0.6.4claws14
13350
13351         * src/compose.c
13352                 fix wrapping for good
13353
13354 2001-10-29 [darko]
13355
13356         * src/compose.c
13357                 undo previous change as it broke the smart wrapping
13358
13359 2001-10-29 [darko]      0.6.4claws13
13360
13361         * src/compose.c
13362                 fix infinite loop when long URL is quoted
13363                 (closes bug #475122.
13364
13365 2001-10-28 [match]
13366
13367         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
13368                 import Mutt address book
13369         * src/ldif.[ch] src/importldif.h
13370                 modified import LDIF handle user attributes
13371
13372 2001-10-28 [christoph]  0.6.4claws12
13373
13374         * src/summaryview.c
13375                 fixed that filtering did not work if there
13376                 were no filter rules
13377                 (closes bug #472003 and better implementation
13378                  of patch #474644)
13379
13380 2001-10-27 [christoph]  0.6.4claws11
13381
13382         * src/compose.c
13383                 make the folder's default account to be used when
13384                 replying. (patch by wwp <subscript@free.fr>)
13385         * src/compose.c
13386                 code cleanup, nearly killed all of wwp's patch
13387                 for folder's default account in compose
13388         * src/folderview.c
13389                 error panel when a folder could not be created
13390                 (closes bug #471080 new folder name & already
13391                  existing file)
13392
13393 2001-10-26 [alfons]
13394
13395         * src/utils.h
13396                 change prototype of strstr2() that Christoph forgot about
13397
13398 2001-10-26 [christoph]  0.6.4claws10
13399
13400         * src/account.c
13401                 made search for accounts by email address not case
13402                 sensitive
13403         * src/folder.c
13404                 fixed memory leak in folder_item_get_identifier
13405         * src/gtkspell.c
13406         * src/utils.c
13407                 fixed wrong strstr2 (should work like strstr)
13408
13409 2001-10-26 [darko]      0.6.4claws9
13410
13411         * src/compose.c src/gtkstext.[ch]
13412         * src/gtkstext.c
13413                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
13414
13415 2001-10-26 [paul]       0.6.4claws8
13416
13417         * src/html.c
13418                 ignore css and javascript tags in html mail
13419                 case-insensitive, with or without double-quoted
13420                 strings
13421
13422 2001-10-26 [paul]       0.6.4claws7
13423
13424         * sync with sylpheed 0.6.4cvs1
13425                 see ChangeLog entry 2001-10-26
13426
13427         * src/prefs_account.c, src/prefs_common.c,
13428           src/prefs_summary_column.c
13429                 minor improvements to the English
13430
13431 2001-10-25 [alfons]     0.6.4claws6
13432
13433         * src/gtkstext.c
13434         
13435                 make GtkSText follow style of GtkText (closes bug 
13436                 #469211 "text selection while writing message")
13437                 
13438                 do sync with GTK 1.2.10
13439
13440 2001-10-25 [paul]       0.6.4claws5
13441
13442         * src/html.c
13443                 ignore css tags in html mail
13444
13445 2001-10-25 [darko]      0.6.4claws4
13446
13447         * src/compose.c
13448                 don't declare is_url_string as static function since
13449                 we need it in gtkstext.c
13450         * src/gtkstext.c
13451                 remove unused variable
13452                 don't wrap long URLs while composing a message
13453
13454 2001-10-24 [christoph]  0.6.4claws3
13455
13456         * src/socket.c
13457                 fix ssl deadlock, when peer closes connection
13458
13459 2001-10-24 [paul]       0.6.4claws2
13460
13461         * src/prefs_common.c
13462                 gettextize the gpg ascii-armored warning message
13463
13464         * src/compose.c
13465                 insert a DOS/MAC file into the composed message
13466                 (improvements)
13467
13468         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
13469
13470 2001-10-22 [paul]       0.6.4claws1
13471
13472         * sync with sylpheed 0.6.4 release
13473                 see ChangeLog entries 2001-10-21
13474
13475         * po/fr.po, po/pt_BR.po
13476                 updated by Melvin Hadasht and Fabio Junior Beneditto
13477
13478 2001-10-21 [paul]       0.6.3claws30
13479
13480         * src/compose.c
13481                 insert a DOS text file from the compose window
13482                 into the composed message text (removes CRs characters)
13483                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
13484
13485         * tools/filter_conv.pl, tools/README
13486                 automatically use ~/.sylpheed as working directory
13487                 print out confirmation message on completion
13488
13489         * correct Hoa's last ChangeLog.claws entry
13490
13491 2001-10-20 [hoa]        0.6.3claws29
13492
13493         * src/grouplistdialog.c
13494                 bugfix (another ?) to give the right
13495                 newsgroups list for each news server.
13496
13497         * src/news.c
13498         * src/news.h
13499                 improve the newsgroups list cache
13500
13501 2001-10-20 [paul]       0.6.3claws28
13502
13503         * sync with sylpheed 0.6.3cvs9
13504                 see ChangeLog entry 2001-10-19
13505
13506         * correct Alfons' last ChangeLog.claws entry
13507
13508 2001-10-19 [alfons]
13509
13510         * src/pgptext.[ch]
13511                 fix compilation problems (part of bug #472895)
13512
13513 2001-10-18 [hoa]        0.6.3claws27
13514
13515         * src/grouplistdialog.c
13516                 bugfix when we refresh was clicked (bug 472701)
13517
13518 2001-10-19 [christoph]  0.6.3claws26
13519
13520         * src/compose.c
13521                 last header entry should default to "To:" or
13522                 "Newsgroups:" and not copy the last entry line
13523                 in a new compose window
13524                 (closes bug #472686, #470792)
13525
13526 2001-10-19 [paul]       0.6.3claws25
13527
13528         * sync with Sylpheed 0.6.3cvs8
13529                 see ChangeLog entries 2001-10-18 and 2001-10-19
13530
13531 2001-10-18 [christoph]  0.6.3claws24
13532
13533         * src/procmsg.c
13534                 reimplement ignore thread
13535         
13536 2001-10-18 [hoa]        0.6.3claws23
13537
13538         * src/folderview.c
13539         * src/grouplistdialog.[ch]
13540                 enhanced news subscription interface (feature 469113)
13541
13542         * src/news.c
13543         * src/news.h
13544                 enchanced newsgroup listing,
13545                 now, we can get groups informations
13546                 (NNTPGroupInfo)
13547
13548 2001-10-18 [paul]       0.6.3claws22
13549
13550         * src/summaryview.c
13551                 remove comment (sync with main branch)
13552         * src/mainwindow.c
13553                 fix 'Re-edit' bug in 'Message' menu
13554
13555 2001-10-17 [christoph]  0.6.3claws21
13556
13557         * src/compose.c
13558                 ignore empty or whitespace only header lines
13559
13560 2001-10-17 [paul]       0.6.3claws20
13561
13562         * sync with sylpheed 0.6.3cvs7
13563                 see ChangeLog entries 2001-10-14, 2001-10-16, and
13564                 2001-10-17
13565
13566 2001-10-17 [darko]
13567
13568         * src/compose.c
13569                 wrap long lines without spaces
13570                 don't wrap URLs
13571
13572 2001-10-16 [paul]
13573
13574         * po/es.po, po/nl.po, po/pt_BR.po
13575                 updated by Ricardo Mones Lastra, Alfons,
13576                 and Fabio Junior Beneditto
13577
13578         * sylpheed-0.6.3claws released
13579
13580 2001-10-15 [melvin] 0.6.3claws18
13581
13582         * README.claws
13583                 added summary and detailed installation instructions
13584                 for spell checker
13585         * po/fr.po
13586                 Updated, corrected and completed french translation
13587
13588 2001-10-15 [hoa] 0.6.3claws17
13589         * src/grouplistdialog.c
13590                 we can choose the newsgroups to display with wildcards
13591
13592 2001-10-15 [christoph]  0.6.3claws16
13593
13594         * src/account.c
13595         * src/compose.c
13596         * src/prefs_folder_item.[ch]
13597                 applied wwp <subscript@free.fr>'s folder
13598                 default account patch
13599         * po/de.po
13600                 Fixed wrong translation
13601
13602 2001-10-13 [alfons, christoph, melvin]  
13603                         0.6.3claws15
13604
13605         solution #2 to solve MT-safety problems defers all GUI related calls
13606         to the main thread using a gtk_idle_add() callback. discussed on
13607         ircnet #sylpheed, with christoph spotting some issues with the
13608         original code, and melvin allowing us to lobotomize his sylpheed.
13609
13610         * src/syldap.[ch], src/main.c
13611                 fix race problem in ldap search thread by deferring GUI 
13612                 stuff to main thread using gtk_idle_add()
13613
13614 2001-10-13 [paul]       0.6.3claws14
13615
13616         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
13617                 add Sergey's smtpcred.patch
13618                 adds separate username/password setting for SMTP Auth
13619                 needed by some servers
13620                 (closes feature request #471659)
13621
13622 2001-10-13 [paul]       0.6.3claws13
13623
13624         * src/pgptext.[ch] **NEW FILES**
13625         * src/Makefile.am, src/messageview.c, src/mimeview.c
13626                 decrypt ascii-armored gpg text embedded in
13627                 the message body.
13628                 Submitted by Jens Jahnke <jan0sch@gmx.net>
13629
13630 2001-10-13 [christoph]  0.6.3claws12
13631
13632         * README.claws
13633                 some more details on default to and
13634                 feature requests
13635         * src/main.c
13636                 init glib threading when ldap is used
13637         * src/syldap.c
13638                 threading fixes
13639         * po/de.po
13640                 fixed a typo
13641
13642 2001-10-12 [paul]       0.6.3claws11
13643
13644         * src/prefs_common.[ch], src/rfc2015.c
13645                 enable ascii-armored gpg text to be embedded in the
13646                 message body, selectable through the 'Privacy'
13647                 preferences. Supports encrypting only.
13648                 Submitted by Ravemax <ravemax@dextrose.com>
13649
13650 2001-10-12 [paul]       0.6.3claws10
13651
13652         * sync with sylpheed 0.6.3cvs6
13653                 see ChangeLog entries 2001-10-11 and 2001-11-12
13654
13655         * src/folderview.c
13656                 incorporated mbox folders, scoring, and folder
13657                 properties into the sync
13658
13659 2001-10-12 [darko]      0.6.3claws9
13660
13661         * README.claws
13662                 describe quotation wrapping
13663         * src/compose.c
13664                 don't treat tab as space to calculate line length properly
13665
13666 2001-10-11 [alfons]
13667
13668         * README.claws
13669                 correct description of how to make new filtering system work,
13670                 add some other things
13671                 
13672         * src/syldap.c
13673                 remove sched_yield() (not necessary / unportable)
13674
13675 2001-10-11 [paul]       0.6.3claws8
13676
13677         * sync with sylpheed 0.6.3cvs3
13678                 see ChangeLog entry 2001-10-10
13679
13680 2001-10-10 [christoph]  0.6.3claws7
13681
13682         * .cvsignore
13683                 ignore 2 files created by newer autotools
13684         * src/prefs_folder_item.c
13685                 using table for widget alignment
13686                 fixed memory leak and broken octal display
13687         * src/filesel.c
13688                 fixed segfault caused by lost filename
13689                 workaround (closes bug #469551)
13690
13691 2001-10-10 [paul]       0.6.3claws6
13692
13693         * sync with sylpheed 0.6.3cvs2
13694                 see ChangeLog entries 2001-10-09 and 2001-10-10
13695
13696 2001-10-10 [darko]      0.6.3.claws5
13697
13698         * src/gtkstext.c
13699                 proper calculation of right margin if smart wrapping is enabled
13700         * src/compose.c
13701                 automatically wrap long lines if wrap quotation is enabled
13702
13703 2001-10-09 [alfons]     0.6.3.claws4
13704
13705         * src/summaryview.c
13706                 select correct row when deleting last row in the summary view (and
13707                 close bug "[ #469104 ] select second last in list when deleting")
13708
13709 2001-10-09 [paul]       0.6.3claws3
13710
13711         * sync with sylpheed 0.6.3cvs1
13712                 updated some autotool scripts
13713
13714 2001-10-09 [darko]      0.6.3claws2
13715
13716         * src/gtkstext.[ch]
13717                 new name and mark with Sylpheed comment
13718         * src/compose.c
13719                 smart quotation wrapping a-la VIM
13720
13721 2001-10-08 [paul]       0.6.3claws1
13722
13723         * sync with sylpheed 0.6.3 release
13724                 see ChangeLog entry 2001-10-08
13725
13726 2001-10-08 [paul]       0.6.2claws24
13727
13728         * src/summaryview.c
13729                 more sync with sylpheed 0.6.2cvs12
13730                 Fixed the bug that didn't select the last row correctly
13731
13732
13733 2001-10-07 [paul]       0.6.2claws23
13734
13735         * sync with sylpheed 0.6.2cvs12
13736                 see ChangeLog entry 2001-10-07
13737
13738 2001-10-06 [match]
13739         * src/jpilot.[ch]
13740                 enable jpilot to read unsynch'ed addresses.
13741
13742         * src/editldap_basedn.c
13743                 fix segfault when opening dialog.
13744
13745 2001-10-06 [alfons]     0.6.2.claws22
13746
13747         * src/summaryview.c
13748                 fix bug with summary view selecting last *inserted*
13749                 node instead of last *visible* node. remember we
13750                 work with a tree
13751
13752 2001-10-06 [paul]       0.6.2claws21
13753
13754         * po/pt_BR.po
13755                 updated translation, contains some fixes and new
13756                 translations, submitted by Gustavo Noronha Silva
13757                 <kov@debian.org>
13758
13759         * src/prefs_common.c
13760                 change 'each' to 'every' - fix dubious English
13761
13762         * sync with sylpheed 0.6.2cvs11
13763
13764 2001-10-05 [alfons]     0.6.2claws20
13765
13766         * src/mainwindow.[ch], src/folderview.c
13767                 make composite tool button switch between "Compose News"
13768                 and "Compose Mail" depending on selected folder
13769                 (nifty idea by Kim Schulz <kim@schulz.dk>)
13770
13771 2001-10-05 [paul]       0.6.2claws19
13772
13773         * src/mainwindow.c, src/summaryview.c
13774                 fix 'Message/Reply to all', broken in last commit
13775
13776         * src/compose.c
13777                 fix X_BEENTHERE seg fault, thanks to Alfons
13778
13779 2001-10-04 [paul]       0.6.2claws18
13780
13781         * src/compose.[ch], src/mainwindow.c
13782                 make "Message/Reply" reply to mailing lists; matches
13783                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
13784                 based on portions of the patch submitted by
13785                 Junichi Uekawa <dancer@netfort.gr.jp>
13786
13787 2001-10-04 [darko]      0.6.2claws17
13788
13789         * src/compose.c
13790                 better smart wrapping
13791         * src/gtkstext.[hc]
13792                 a function to make text buffer contiguous
13793
13794 2001-10-03 [paul]       0.6.2claws16
13795
13796         * sync with sylpheed 0.6.2cvs10
13797
13798 2001-10-02 [alfons]
13799
13800         * configure.in
13801         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
13802                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
13803                 references to chinese translations (hope someone picks up
13804                 this)
13805
13806 2001-10-02 [christoph]  0.6.2claws15
13807
13808         * src/compose.c
13809                 fixed non translated header bug
13810         * ChangeLog.claws
13811                 fixed wrong date in alfons last entry ;)
13812
13813 2001-10-02 [alfons]     0.6.2claws14
13814
13815         * src/compose.c, src/prefs_common.[ch]
13816                 add block cursor option
13817
13818 2001-10-02 [paul]       0.6.2claws13
13819
13820         * sync with sylpheed 0.6.2cvs9
13821
13822 2001-09-30 [paul]       0.6.2claws12
13823
13824         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
13825                 updated translations
13826
13827         * po/POTFILES.in
13828                 add 'src/importldif.c'
13829
13830         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
13831                 added eudora-to-vCard conversion tool
13832                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
13833
13834         * sync with sylpheed 0.6.2cvs8
13835
13836 2001-09-30 [paul]
13837
13838         * sylpheed-0.6.2claws released
13839
13840 2001-09-27 [melvin]     0.6.2claws11
13841
13842         * src/gtkspell.c
13843                 fixed crash when using default path (introduced 
13844                 in 0.6.2claws10)
13845                 fixed tiny bug for initial suggestion mode
13846
13847 2001-09-27 [melvin]     0.6.2claws10
13848         
13849         * src/gtkspell.c
13850                 fixed bug where gtkpspell didn't set the path correctly
13851
13852         * README.claws
13853                 added a paragraph about spell checking
13854                 
13855
13856
13857 2001-09-27 [paul]       0.6.2claws9
13858
13859         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
13860                 replace '// comments' with '/* comments */' to prevent
13861                 some compiler warnings 
13862
13863         * sync with sylpheed 0.6.2cvs6
13864
13865 2001-09-26 [alfons]     0.6.2claws8
13866
13867         * src/messageview.c
13868                 introduce return receipt request notification again,
13869                 which was lost because of other semantics in 
13870                 procheader_parse() (???)
13871
13872 2001-09-26 [christoph]  0.6.2claws7
13873
13874         * src/compose.c
13875                 replace comments for old code with #if 0
13876                 readded auto cc, bcc and reply-to
13877         * src/prefs_matcher.c
13878         * src/prefs_scoring.c
13879                 removed some definition (was moved to
13880                 prefs.h)
13881
13882 2001-09-26 [paul]       0.6.2claws6
13883
13884         * src/mainwindow.c
13885                 make 'Follow-up and reply to' sensitive
13886
13887         * more sync with sylpheed 0.6.2cvs5
13888
13889 2001-09-25 [melvin]
13890
13891         * 0.6.2claws5
13892
13893         * src/gtkspell.c
13894                 fixed bug for "US-ASCII" introduced by the encoding code
13895
13896 2001-09-25 [paul]
13897
13898         * 0.6.2claws4
13899
13900         * src/prefs_common.[ch], src/summaryview.c
13901                 'next unread msg' 'go to next folder?' dialog can be
13902                 given default behaviour, either always show dialog,
13903                 or assume 'yes', or assume 'no'
13904                 Submitted by wwp <subscript@free.fr>
13905
13906 2001-09-25 [melvin]
13907                 
13908         * src/compose.c src/gtkspell.[ch]
13909                 added support for different encodings
13910
13911 2001-09-25 [paul]
13912
13913         * more sync with sylpheed 0.6.2cvs5
13914
13915 2001-09-24 [alfons]
13916         
13917         * src/prefs_folder_item.c
13918                 add check for item->prefs->default_to string is NULL and
13919                 add another check when freeing this string
13920
13921 2001-09-24 [paul]
13922
13923         * configure.in
13924                 change to version 0.6.2claws3
13925
13926         * sync with sylpheed 0.6.2cvs5 
13927
13928 2001-09-24 [match]
13929         * src/ldif.[ch], src/importldif.[ch], addressbook.c
13930                 import LDIF files.
13931         * src/addrcache.[ch], addrindex.[ch]
13932                 small update for future
13933         * src/addrbook.c
13934                 fix test XML file.
13935
13936 2001-09-24 [melvin]
13937         * src/gtkspell.[ch]
13938                 added 'Learn from mistakes' option
13939                 better handling of quotes in checked words
13940                 sorted dict list
13941         * po/fr.po
13942                 small update for spell checking stuff
13943
13944 2001-09-23 [alfons]
13945         
13946         * src/gtkspell.c
13947                 edit a little bit so it complies more with main coding style
13948
13949 2001-09-23 [alfons]
13950
13951         * src/folder.[ch], prefs_folder_item.c, compose.c
13952                 migrate "request return receipt" folder property
13953                 to folderlist.xml
13954
13955 2001-09-22 [alfons]
13956
13957         * README.claws **NEW**
13958                 (add things of interest for users of main branch 
13959                 and claws here)
13960
13961         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
13962                 re-implement threading per folder option, but store 
13963                 the setting in folderlist.xml (where it belongs)
13964
13965 2001-09-21 [melvin]
13966
13967         * src/gtkspell.[ch]
13968                 fixed bug when compose window is under another window
13969         * src/prefs_common.[ch] src/compose.c
13970                 changed 'dictionary_path' to 'dictionary' to be consistent
13971                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
13972         * ac/pspell.m4 src/Makefile.am 
13973                 dropped PSPELL_PATH macro
13974         * po/fr.po
13975                 updated translations
13976
13977 2001-09-21 [christoph]
13978
13979         * src/compose.c
13980                 added border around header fields
13981                 keep header type when new field is added
13982
13983 2001-09-20 [christoph]
13984
13985         * src/utils.[ch]
13986                 more portable debug_print with source filename
13987                 and linenumber
13988         * src/procmsg.c
13989                 more newlines after debug messages
13990
13991 2001-09-20 [paul]
13992
13993         * configure.in
13994                 change to version 0.6.2claws2
13995
13996         * sync with sylpheed 0.6.2cvs3
13997
13998 2001-09-19 [melvin]
13999
14000         * src/gtkspell.c
14001                 fixed the post-right-click focus pb
14002                 fixed crash when 'Spell check all' after dict change 
14003                         and when cursor is at the end of the text
14004                 shift-right-click pops up config menu even on misspelled words.
14005         * po/POTFILES.in
14006                 added gtkspell.c
14007
14008 2001-09-19 [melvin]
14009
14010         * src/about.c
14011                 added pspell to compiled-in features list
14012
14013 2001-09-18 [melvin]
14014
14015         * switched to pspell and dropped ispell
14016         * ac/pspell.m4
14017                 new file. autoconf macro for pspell
14018         * ac/Makefile.am 
14019         * configure.in acconfig.h
14020                 added pspell support
14021         * src/Makefile.am
14022         * src/main.c src/compose.[ch] src/gtkspell.[ch]
14023         * src/prefs_common.[ch] 
14024                 added pspell support
14025
14026 2001-09-18 [christoph]
14027
14028         * src/addr_compl.c
14029         * src/template.[ch]
14030                 replace LOG_MESSAGE with debug_print
14031         * src/compose.[ch]
14032                 gui improvements
14033         * src/menu.c
14034                 added newline after debug message
14035         * src/utils.h
14036                 using __VA_ARGS__ for debug_print macro
14037         * tools/.cvsignore
14038                 ignore Makefile and Makefile.in
14039
14040 2001-09-18 [paul]
14041
14042         * configure.in
14043                 change to version 0.6.2claws1
14044         * sync with sylpheed 0.6.2cvs1
14045
14046         * src/matcher.c 
14047         * src/prefs_matcher.c
14048                 add 'score equal to' option, submitted by
14049                 Paul Evans <nerd@freeuk.com>
14050
14051 2001-09-15 [christoph]
14052
14053         * src/mainwindow.c
14054                 comment out menu entry not existing in claws
14055         * src/menu.c
14056                 add debug output for non existing menu entries
14057         * src/summaryview.c
14058                 fix next/prev unread message for ignored threads
14059         * src/utils.[ch]
14060                 add sourcefile and line number to debug output
14061                 otherwise it is sometimes hard to find the
14062                 source code part if debug messages are translated
14063
14064 2001-09-14 [darko]
14065         
14066         * src/folderview.c
14067                 refresh target folder style after colour is changed
14068
14069 2001-09-13 [paul]
14070
14071         * configure.in
14072                 change to version 0.6.1claws3
14073
14074         * sync with sylpheed 0.6.1cvs6
14075
14076 2001-09-13 [darko]
14077         
14078         * src/folderview.c
14079                 fix target folder colourization to use user selected colour
14080
14081 2001-09-12 [darko]
14082         
14083         * src/summaryview.c
14084                 fix crash when message that is marked for copy/move is unmarked
14085
14086 2001-09-09 [paul]
14087
14088         * configure.in
14089                 change to version 0.6.1claws2
14090
14091         * sync with sylpheed 0.6.1cvs3
14092
14093 2001-09-09 [alfons]
14094         
14095         * src/folderview.c
14096                 fix bug with default font used for trash folder text
14097
14098 2001-09-06 [paul]
14099
14100         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14101                 updated translations
14102
14103         * configure.in
14104                 change to version 0.6.1claws1
14105
14106         * sync with sylpheed 0.6.1cvs2
14107
14108 2001-09-03 [paul]
14109
14110         * po/POTFILES.in
14111                 add Match's new addressbook
14112
14113         * po/de.po
14114                 updated translation submitted by Jens Oberender
14115
14116 2001-09-02 [paul]
14117
14118         * configure.in
14119                 change to 0.6.1claws
14120         * sync with sylpheed 0.6.1 release
14121
14122 2001-09-02 [paul]
14123
14124         * configure.in
14125                 change to 0.6.0claws2
14126
14127         * sync with sylpheed 0.6.0cvs4
14128
14129         * po/pt_BR.po
14130                 updated translation submitted by Fabio Junior Beneditto
14131
14132 2001-09-01 [match]
14133         * pixmaps/
14134                 interface.xpm
14135                 book.xpm
14136                 address.xpm
14137         * src/
14138                 Makefile.am
14139                 a ton of new files
14140
14141 2001-08-31 [paul]
14142
14143         * configure.in
14144                 change to version 0.6.0claws1
14145
14146         * sync with sylpheed 0.6.0cvs1
14147
14148         * po/es.po
14149                 updated translation submitted by Ricardo Mones Lastra
14150
14151         * po/POTFILES.in
14152                 add 'src/prefs_templates.c'
14153
14154         * src/compose.c, src/summaryview.c
14155                 fix segfault on 'Re_edit'               
14156
14157 2001-08-30 [alfons]
14158
14159         * configure.in, Makefile.am
14160         * tools/Makefile.am
14161                 add tools directory to source distribution
14162
14163 2001-08-30 [paul]
14164
14165         * configure.in
14166                 change to version 0.6.0claws
14167
14168         * sync with sylpheed 0.6.0 release
14169
14170 2001-08-30 [christoph]
14171
14172         * configure.in
14173                 removed autoconf version check
14174
14175 2001-08-30 [paul]
14176
14177         * src/account.c, src/compose.c, src/prefs_common.[ch]
14178         * src/procheader.[ch] src/utils.[ch]
14179                 Enhanced automatic account selection on replies
14180                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
14181
14182         * configure.in
14183                 add LDAP and JPilot to the configuration results output.
14184
14185 2001-08-29 [christoph]
14186
14187         * src/summeryview.c
14188                 no bold font for ignored threads
14189
14190 2001-08-29 [paul]
14191
14192         * configure.in
14193                 change to version 0.5.3claws6
14194
14195         * sync with sylpheed 0.5.3cvs10
14196                 src/stringtable.[ch]: New Files
14197
14198         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
14199         * src/pixmaps/sylpheed.xpm
14200                 add mini-icons to windows (by Alfons)
14201
14202 2001-08-27 [paul]
14203
14204         * src/mainwindow.c
14205                 new functions: next_labeled_cb(), prev_labeled_cb()
14206
14207         * src/summaryview.c
14208                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
14209                 summary_select_next_labeled(), summary_select_prev_labeled()
14210
14211         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
14212                 give claws blue folders and a blue trash can
14213
14214 2001-08-27 [paul]
14215
14216         * configure.in
14217                 change to version 0.5.3claws5
14218
14219         * sync with sylpheed 0.5.3cvs9
14220                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
14221
14222 2001-08-24 [christoph]
14223
14224         * src/filesel.c
14225                 keep filename when browsing directories
14226                 (not working for user entered filename, but
14227                  for default name and selected filename from
14228                  file list)
14229         * src/mainwindow.c
14230                 fixed wrong spelling "Folllow-up"
14231         * src/mbox_folder.c
14232         * src/procmsg.c
14233         * src/summaryview.c
14234                 fixed new/unread message count with ignored
14235                 threads (2 commits, first didn't notice no
14236                 longer needed decreasing)
14237         * src/inc.c
14238                 readded scrolling of progress dialog
14239                 (lost in sync)
14240
14241 2001-08-24 [paul]
14242
14243         * configure.in
14244                 change to 0.5.3claws4
14245
14246         * sync with sylpheed 0.5.3cvs7
14247
14248 2001-08-24 [christoph]
14249
14250         * src/compose.c
14251                 set request return receipt when replying
14252                 if it is set is the folder prefs of the
14253                 message
14254         * src/inc.c
14255                 disable final error popup if popups are
14256                 disabled in config (again)
14257
14258 2001-08-23 [paul]
14259
14260         * configure.in
14261                 Change version number to 0.5.3claws3
14262
14263         * sync with sylpheed 0.5.3cvs5
14264
14265         * src/mimeview.c
14266                 double quote '%s' in 'gedit %s' to fix bug when
14267                 opening attachment with spaces in the name
14268
14269 2001-08-22 [alte]
14270         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
14271           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
14272                 initial message templates support
14273
14274
14275 2001-08-22 [paul]
14276
14277         * configure.in
14278                 change version number to 0.5.3claws2
14279
14280         * sync with sylpheed 0.5.3cvs4
14281
14282         * src/procmsg.h src/summaryview.c
14283                 re-implement (un)ignore thread
14284
14285 2001-08-21 [paul]
14286
14287         * src/summaryview.c
14288                 remove unnecessary code
14289         * src/compose.c
14290                 enable 'dynamic' signatures (submitted by
14291                 Eric Limpens <eric@hscg-internet.nl>)
14292
14293 2001-08-21 [paul]
14294
14295         clean up after sync with sylpheed 0.5.3 release
14296
14297         * src/folderview.c
14298                 fix re-introduced font mess, see Christoph's
14299                 entry 2001-06-24
14300
14301         * src/summaryview.c
14302                 remove prev_msgnum
14303                 use sylpheed's small font instead of
14304                 gtk default font for summary view
14305
14306
14307 2001-08-17 [paul]
14308
14309         * configure.in
14310                 add pl to ALL_LINGUAS - sync with main branch
14311
14312         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14313                 Updated. Translations by Jens Oberender, Ricardo Mones
14314                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
14315
14316         * po/pl.po  ** NEW FILE **
14317                 sync with the main branch
14318
14319         * src/folderview.c
14320                 fix target folder colorizing and refresh problem
14321
14322
14323 2001-08-17 [christoph]
14324
14325         * src/mainwindow.c
14326                 claws uses 4 colors for target folder coloring.
14327                 arrays were not long enough and destroyed the
14328                 stack causing a segfault.
14329                 target folder colorizing does not work anymore
14330                 for me
14331
14332 2001-08-16 [paul]
14333
14334         * configure.in
14335                 change to version 0.5.3claws1
14336
14337         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
14338           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
14339           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
14340
14341                 sync with sylpheed 0.5.3 release, but keep claws method of
14342                 configuring/saving fonts
14343
14344         * src/addressbook.[ch]
14345                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
14346                 in line with a similar change in Hiroyuki's branch
14347
14348         * src/mainwindow.[ch]
14349                 disable main_window_set_thread_option()
14350         * src/prefs_folder_item.c
14351                 comment out &tmps_prefs.enable_thread,
14352         * src/mbox_folder.c, src/procmsg.[ch]
14353                 comment out MSG_IS_IGNORE_THREAD
14354         * src/summaryview.c
14355                 comment out summary_ignore_thread() and summary_unignore_thread()
14356                 comment out MSG_IS_IGNORE_THREAD
14357
14358                 use Hiroyuki's threading instead.
14359
14360
14361
14362 2001-08-15 [paul]
14363
14364         * src/account.c
14365                 use Hiroyuki's 0.5.3 column scheme but also
14366                 include the enable/disable button.
14367         * src/pixmaps/mark.xpm
14368                 add Hiroyuki's amended pixmap
14369
14370 2001-08-13 [christoph]
14371
14372         * src/account.c
14373                 receive at get all column showed wrong state for APOP
14374                 button should only work for POP3 and APOP accounts
14375         * src/prefs_account.c
14376                 added missing preprocessor statement for SSL
14377
14378 2001-08-12 [paul]
14379
14380         * src/account.[ch]
14381                 add 'receive at get all' column and enable/disable
14382                 button.
14383
14384 2001-08-06 [christoph]
14385
14386         * src/account.c
14387                 show usage of SSL in protocol column
14388
14389         * src/imap.c
14390         * src/inc.c
14391                 renamed ssl options
14392
14393         * src/prefs_account.[ch]
14394                 moved ssl options to a new page
14395
14396         * src/send.c
14397         * src/smtp.c
14398         * src/ssl.[ch]
14399                 renamed ssl options
14400                 added support for SMTP STARTTLS command
14401
14402 2001-08-05 [christoph]
14403
14404         * configure.in
14405                 debian autoconf needs version check to find
14406                 correct autoconf version. if the file is
14407                 named configure.in 2.13 is used, which does
14408                 not work with this configure.in script.
14409                 other solution would be to rename the script
14410                 to configure.ac as suggested in the autoconf
14411                 manual.
14412
14413         * src/inc.c
14414                 disable final error popup if popups are
14415                 diabled in config
14416
14417         * src/socket.c
14418                 bugfix in ssl_gets
14419                 fixes IMAP over SSL problem
14420
14421 2001-08-03 [paul]
14422
14423         * configure.in
14424                 change to 0.5.2claws1
14425
14426         * sync with sylpheed 0.5.2cvs1
14427
14428 2001-08-02 [alfons]
14429
14430         * configure.in
14431                 quick fix for ispell detection...
14432
14433 2001-08-01 [paul]
14434
14435         * configure.in
14436                 change to 0.5.1claws4
14437
14438         * sync with sylpheed 0.5.1cvs7
14439
14440 2001-07-31 [alfons]
14441
14442         * src/prefs_common.c, src/prefs_common.h, 
14443           src/gtkspell.c, src/gtkspell.h
14444                 add global spelling checker settings (compose tab) +
14445                 selection of dictionary 
14446           
14447         * configure.in  
14448                 guess valid ispell location
14449
14450 2001-07-31 [paul]
14451
14452         * po/POTFILES.in
14453                 removal of 'src/quote_fmt_parse.c'
14454         * po/de.po
14455                 Updated de.po
14456                 (submitted by Jens Oberender <didge@suse.de>)
14457
14458 2001-07-31 [darko]
14459
14460         * src/folder.[ch]
14461         * src/folderview.[ch]
14462         * src/mainwindow.c
14463         * src/mh.c
14464         * src/prefs_common.[ch]
14465         * src/summaryview.c
14466                 target folder colourization
14467
14468 2001-07-30 [paul]
14469
14470         more sync with Sylpheed 0.5.1cvs6 
14471
14472 2001-07-30 [darko]
14473
14474         * src/mh.c
14475         * src/prefs_folder_item.[hc]
14476         * src/summaryview.c
14477                 shared folders support with a GUI
14478
14479 2001-07-29 [paul]
14480
14481         0.5.1claws3
14482
14483         * sync with Sylpheed 0.5.1cvs6
14484
14485 2001-07-29 [paul]
14486
14487         * po/pt_BR.po
14488                 updated
14489                 (submitted by Fabio Junior Beneditto)
14490
14491 2001-07-28 [paul]
14492
14493         * src/procmime.c
14494         * AUTHORS
14495                 patch to correct bad image mime headers
14496                 (submitted by Don Quijote <dq@searchlores.org>)
14497
14498 2001-07-28 [paul]
14499
14500         * tools/gif2xface.pl   **NEW FILE**
14501         * tools/README
14502                 script to convert file.gif to file.xface for
14503                 use in a custom header.
14504                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
14505
14506 2001-07-27 [alfons]
14507         
14508         * configure.in
14509                 change macros for detecting JPilot and LDAP
14510
14511 2001-07-27 [christoph]
14512
14513         * src/filtering.c
14514                 code cleanup (MIN / MAX warning, needed casting)
14515
14516 2001-07-27 [alfons]
14517
14518         * procheader.c
14519                 disallow setting flags when detecting certain headers
14520                 (X-Status, Status, Seen, X-Seen). 
14521         
14522         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
14523
14524 2001-07-27 [christoph]
14525
14526         * src/prefs_filter.c
14527         * src/prefs_filtering.c
14528         * src/prefs_matcher.c
14529         * src/prefs_scoring.c
14530                 scroll list when moving rows up or down
14531
14532         * src/imap.c
14533         * src/imap.h
14534         * src/prefs_account.c
14535         * src/prefs_account.h
14536         * src/send.c
14537                 SMTP over SSL (untested, feedback requested)
14538                 IMAP over SSL
14539
14540         * src/ssl.c
14541                 code cleanup
14542
14543 2001-07-26 [alfons]
14544         
14545         * configure.in, acconfig.h
14546                 define CLAWS (need this for main / claws detection)
14547
14548 2001-07-25 [alfons]
14549
14550         * configure.in
14551                 Sylpheed 0.5.1claws2
14552                 
14553         * sync with Sylpheed 0.5.1cvs4
14554
14555 2001-07-25 [christoph]
14556
14557         * src/scoring.c
14558                 fixed segfault
14559                 item->prefs == NULL (don't know why)
14560
14561 2001-07-25 [alfons]
14562
14563         * configure.in
14564                 Sylpheed 0.5.1claws1
14565
14566         * sync with Sylpheed 0.5.1cvs1-3
14567
14568 2001-07-24 [christoph]
14569
14570         * src/folderview.c
14571         * src/prefs_folder_item.[ch]
14572                 added folderitem preferences dialog with
14573                 default To: and auto request return receipt
14574
14575         * src/compose.[ch]
14576         * src/menu.[ch]
14577                 changes to handle new folderitem preferences
14578
14579         * src/mainwindow.c
14580         * src/summaryview.c
14581                 call compose new mail with current folderitem
14582
14583 2001-07-24 [alfons]
14584
14585         Release Sylpheed 0.5.1claws
14586
14587         * configure.in
14588                 change to release version 0.5.1claws
14589
14590 2001-07-24 [christoph]
14591
14592         * src/summaryview.c
14593                 fixed segfault that happend when the selected
14594                 message was removed while retrieving new messages.
14595
14596         * po/es.po
14597                 updated translation
14598                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
14599
14600 2001-07-22 [alfons]
14601
14602         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
14603         this is a work in progress, for more information: http://nlpagan.net/sylman 
14604         
14605         * configure.in, src/mainwindow.c, manual/Makefile.am
14606                 add support for English manual
14607
14608         * AUTHORS
14609                 add authors of user manuals
14610
14611         * manual/en/sylpheed*.html
14612                 add English documentation
14613
14614 2001-07-22 [christoph]
14615
14616         * po/POTFILES.in
14617                 added src/ssl.c
14618         * src/ssl.c
14619                 changed a wrong debug message
14620
14621 2001-07-22 [alfons]
14622
14623         * po/nl.po
14624                 update Dutch translation
14625
14626         * src/prefs_filtering.c, 
14627           src/prefs_matcher.c
14628                 add more translatable strings           
14629
14630 2001-07-21 [alfons]
14631
14632         0.5.0claws7
14633
14634         * configure.in
14635                 change version
14636
14637         * src/inc.c, src/summaryview.[ch]
14638                 prevent update of mark file when filtering has done, by
14639                 using a variable; this affects two functions:
14640                         inc.c::inc_finished()
14641                         summaryview.c::summary_show()
14642
14643 2001-07-20 [alfons]
14644
14645         * src/filtering.[ch], src/prefs_filtering.c, 
14646           src/matcher.[ch]
14647                 add filtering action for label coloring 
14648
14649         * po/POTFILES.in
14650                 add labelcolors.c
14651
14652         * added src/labelcolors.c
14653         * added src/labelcolors.h
14654         * src/Makefile.am, src/summaryview.c
14655                 rearrange label coloring code
14656
14657         * src/procmsg.h
14658                 add more parentheses so label colouring works correctly
14659
14660         * src/filtering.c
14661                 don't really delete message, but move it to Trash
14662
14663         * src/prefs_matcher.c
14664                 add quote options to info dialog
14665
14666 2001-07-20 [christoph]
14667
14668         * src/Makefile.am
14669         * src/inc.c
14670         * src/main.[ch]
14671         * src/socket.h
14672         * src/ssl.[ch] (new)
14673                 moved ssl stuff to a seperate file
14674
14675 2001-07-20 [darko]
14676
14677         * src/summaryview.c
14678                 fix show sender using address book with no e-mail
14679                 address in From: field
14680
14681 2001-07-19 [alfons]
14682
14683         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
14684                 fix messy handling of escaping... now at least the
14685                 execute command is useful. escape char is '\', we
14686                 accept \n and \r too. 
14687
14688                 Real life example:
14689                 
14690                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
14691                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
14692
14693 2001-07-18 [alfons]
14694
14695         0.5.0claws6
14696
14697         * src/summaryview.c
14698                 clean up
14699
14700         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
14701           src/procmsg.[ch]
14702                 revise filtering; currently move, copy, marking have
14703                 been tested. if you like bleeding edge stuff, you
14704                 should definitely go for this version :)
14705
14706         * mark old working stuff as VERSION_0_5_0_CLAWS5        
14707
14708 2001-07-17 [christoph]
14709
14710         * src/utils.c
14711                 timestamp log
14712
14713 2001-07-17 [alfons]
14714
14715         0.5.0claws5
14716
14717         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
14718           bits in the mark file, without affecting either branch. Lots of
14719           files changed, also in claws branch.
14720
14721           UNTESTED: use of mbox folders
14722
14723         * src/summaryview.c
14724                 added mark all read; however this was a quick hack used for
14725                 cleaning up mess after initial merge with Hiroyuki
14726
14727         * configure.in
14728                 change claws version number back to 0.5.0claws5 to clear up 
14729                 confusion & pretension (recent release was technically 
14730                 0.5.0claws4, so we neatly align with Hiroyuki :-)
14731
14732 2001-07-16 [alfons]
14733
14734         sync with Hiroyuki's 0.5.0cvs4
14735
14736 2001-07-16 [alfons]
14737
14738         0.5.1claws3
14739
14740         * src/filtering.[ch]
14741                 remove invalid updating of mark files for 
14742                 filter actions MATCHING_ACTION_MOVE and 
14743                 MATCHING_ACTION_DELETE; this should fix the
14744                 folder update bug
14745                 
14746         * src/procmsg.c
14747                 revert Christoph's stab at fixing the folder 
14748                 update bug
14749
14750         * po/POTFILES.in
14751                 add missing files with translatable strings
14752
14753         * src/summaryview.c
14754                 remove debug print
14755
14756 2001-07-15 [alfons]
14757
14758         * src/addr_compl.[ch], src/prefs_filtering.c
14759                 make "filtering pref dialog's destination entry" an
14760                 "address completable entry", if filter destination is 
14761                 an email address
14762
14763         0.5.1claws2
14764         
14765         sync with Hiroyuki's 0.5.0cvs2-3
14766
14767 2001-07-15 [christoph]
14768
14769         * src/procmsg.c
14770                 fixed folder stats update after incorporation
14771
14772 2001-07-15 [alfons]
14773
14774         * src/summaryview.c
14775                 * finish label colouring stuff (for now)
14776                 * fix incorrect colour bug (off by one) 
14777
14778 2001-07-14 [alfons]
14779
14780         * src/mainwindow.c
14781                 change text labels for news and mail message so there's
14782                 plenty of toolbar estate left
14783
14784         * configure.in
14785                 0.5.1claws1
14786
14787         * src/folderview.c
14788           src/folder.[ch]
14789                 sync with Hiroyuki's 0.5.0cvs1
14790
14791         * src/summaryview.c
14792                 more rewrite label colouring
14793
14794 2001-07-14 [alfons]
14795
14796         * src/summaryview.[ch]
14797                 * start rewrite label colouring 
14798                 * fix proper location "Add Sender To Addressbook" menu item
14799
14800 2001-07-13
14801
14802         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14803         (actually this is 0.5.0claws4)
14804
14805 2001-07-13 [alfons]
14806
14807         * po/pt_BR.po
14808                 * fix duplicate message
14809                 * add updated Portugese / Brazilian translation
14810                   submitted by Fabio Junior Beneditto
14811
14812 2001-07-12 [alfons]
14813
14814         * AUTHORS
14815                 add Jens
14816
14817         * po/nl.po
14818                 add updated Dutch translation
14819
14820         * po/de.po
14821                 add updated German translation submitted by Jens
14822
14823 2001-07-11 [alfons]
14824
14825         Prerelease before 0.5.0claws. Please test.
14826         This version is temporarily tagged as VERSION_0_5_0_TEST
14827
14828         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
14829           src/prefs_scoring.c, src/prefs_matcher.c, 
14830           src/prefs_filtering.c, src/mbox.c, 
14831           src/main.c, src/inc.c, src/filtering.[ch]
14832                 revert new Hoa's new matcher (does not work yet)
14833
14834         * src/Makefile.am
14835                 clean up
14836
14837 2001-07-10
14838
14839         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14840
14841
14842 2001-07-10 [alfons]
14843
14844         * Makefile.am
14845                 add ChangeLog.claws to EXTRA_DIST
14846         * src/Makefile.am
14847                 add matcher_parser_parse.h to EXTRA_DIST
14848
14849 2001-07-10 [christoph]
14850
14851         * src/inc.c
14852                 add destination folder to table of
14853                 folders that need to be updated after
14854                 incorporation
14855
14856 2001-07-10 [alfons]
14857
14858         * folder.[ch]
14859           folderview.c
14860                 make collapse state of folders and folder items persistent, i.e.
14861                 if you collapse a folder tree, the next time sylpheed-claws starts 
14862                 up the folder tree remains collapsed.  
14863                 
14864 2001-07-10 [christoph]
14865
14866         * acconfig.h
14867         * configure.in
14868                 added --enable-ssl
14869         * src/md5.[ch]
14870                 renamed MD5_CTX to MD5_CTX_syl
14871                 conflicts with a struct in openssl
14872         * src/inc.c
14873         * src/main.[ch]
14874         * src/prefs_account.[ch]
14875         * src/socket.[ch]
14876                 SSL support for POP
14877         * src/mainwindow.c
14878                 fixed compose with current account
14879                 broken by new compose button stuff
14880
14881 2001-07-09 [hoa]
14882
14883         * AUTHORS
14884                 changed my email address
14885
14886         * src/matcher_parser_parse.y
14887                 clean the parser to remove conflicts
14888
14889 2001-07-09 [alfons]
14890
14891         * AUTHORS
14892                 add Match Grun
14893
14894         * configure.in
14895                 fix incorrect description of --enable-ldap parameter
14896
14897         * src/prefs_common.[ch]
14898           src/compose.c
14899                 add experimental option "smart wrapping" which makes the
14900                 compose editor auto wrap.
14901                 
14902                 | TODO: the problem with the buggy cursor handling is caused |
14903                 | by the GtkText. when deleting / backspacing text its       |
14904                 | wrapping algorithm does not take in account the previous   |
14905                 | line. should find a way to hack this in.                   |
14906                 | or should perhaps combine this with the word wrapping      |
14907                 | patch i wrote in january.                                  |
14908
14909         * src/about.c
14910                 show build parameters for LDAP and JPilot
14911
14912         * src/summaryview.c
14913                 revert Christoph's bugfix for selecting next unread message, 
14914                 because folder stats aren't updated correctly
14915
14916 2001-07-08 [hoa]
14917
14918         * src/filtering.c
14919         * src/mainwindow.c
14920         * src/matcher.c
14921         * src/matcher_parser_lex.l
14922         * src/matcher_parser_parse.y
14923         * src/prefs_filtering.c
14924         * src/prefs_scoring.c
14925         * src/scoring.c
14926                 bugfix of the config file parser
14927
14928 2001-07-08 [alfons]
14929
14930         * src/Makefile.am
14931                 added generated matcher sources to BUILT_SOURCES
14932
14933 2001-07-08 [hoa]
14934
14935         * src/Makefile.am
14936         * src/.cvsignore
14937                 added new config file parser
14938
14939         * src/scoring.[ch]
14940         * src/filtering.[ch]
14941         * src/matcher.[ch]
14942         * src/prefs_filtering.c
14943         * src/prefs_matcher.c
14944         * src/prefs_scoring.c
14945         * added src/matcher_parser.h
14946         * added src/matcher_parser_lex.h
14947         * added src/matcher_parser_lex.l
14948         * added src/matcher_parser_parse.y
14949                 lex & yacc config file parser
14950
14951         * src/mbox.c
14952         * src/inc.c
14953         * src/main.c
14954                 changes prefs_filtering into global_filtering           
14955
14956         * src/summaryview.c
14957                 build threads with subjects only if "Re: " is at the
14958                 beginning of the subject
14959
14960 2001-07-07 [paul]
14961
14962         0.5.0claws
14963
14964         sync with sylpheed 0.5.0
14965                 change of version number only
14966
14967 2001-07-06 [paul]
14968
14969         0.5.0claws5
14970
14971         sync with sylpheed 0.5.0pre5
14972
14973 2001-07-05 [paul]
14974
14975         sync with sylpheed 0.5.0pre4 release
14976                 /po and /manual/ja not sync'ed
14977
14978 2001-07-04 [paul]
14979
14980         more sync with sylpheed 0.5.0pre4
14981
14982 2001-07-03 [christoph]
14983
14984         * src/addressbook.c
14985                 fixed address book broken by address book
14986                 for VCard, JPilot, LDAP
14987
14988 2001-07-03 [alfons]
14989
14990         * src/matcher.c
14991         * src/textview.c
14992                 stopped memory leaks
14993
14994 2001-07-03 [paul]
14995
14996         more sync with sylpheed 0.5.0pre4
14997
14998 2001-07-02 [match]
14999
15000         * included address book patch for VCard, JPilot, LDAP
15001         * pref_common.c - fixed Font options on Display tab (cosmetic)
15002         * alertpanel.c - fixed truncated message
15003
15004 2001-07-02 [christoph]
15005
15006         * src/mbox_folder.c
15007         * src/procmsg.[ch]
15008         * src/summaryview.c
15009                 mark threads for ignoring
15010
15011 2001-07-02 [paul]
15012
15013         0.5.0claws4
15014
15015         * sync with sylpheed 0.5.0pre4
15016                 updated gettext to 0.10.38.
15017
15018 2001-07-01 [paul]
15019
15020         * src/ mainwindow.c
15021         * src/procmsg.h
15022         * src/summaryview.[ch]
15023                 new right-click option: Label.
15024                 substitute for 'Mark-->Mark/Unmark', colours the line.
15025                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
15026
15027 2001-07-01 [christoph]
15028
15029         * src/folderview.c
15030                 fixed font for trash
15031         * src/summaryview.c
15032                 move ctree to unread message
15033
15034 2001-07-01 [paul]
15035
15036         * sync with sylpheed 0.5.0pre3 release
15037
15038 2001-06-30 [alfons]
15039
15040         * src/filesel.[ch]
15041         * src/compose.c
15042                 allow inserting / attaching multiple files in
15043                 the composer window
15044
15045 2001-06-30 [paul]
15046
15047         * src/codeconv.c
15048                 small change to Alfons' previous stuff so that it
15049                 actually makes
15050
15051 2001-06-30 [alfons]
15052
15053         * lots of files changed; first attempt to merge the changes
15054           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
15055
15056 2001-06-30 [paul]
15057
15058         * po/pt_BR.po
15059                 updated and completed, translations by Fabio
15060                 Junior Beneditto <fjbeneditto@yahoo.com.br>
15061
15062 2001-06-29 [alfons]
15063
15064         * src/compose.c
15065         * src/mimeproc.[ch]
15066                 allow selecting an attached files' mime type from a 
15067                 list of types.
15068
15069 2001-06-29 [paul]
15070
15071         * more sync with sylpheed 0.5.0pre3
15072
15073 2001-06-29 [paul]
15074
15075         * po/pt_BR.po
15076                 merge with sylpheed.pot and pt_BR.po provided by
15077                 Fabio Junior Beneditto.
15078
15079 2001-06-29 [darko]
15080
15081         * src/procmime.c
15082                 make MIME types case insensitive
15083
15084 2001-06-28 [alfons]
15085
15086         * po/nl.po
15087                 merge with sylpheed.pot and old nl.po; translations added.
15088
15089 2001-06-28 [paul]
15090
15091         * more sync with sylpheed 0.5.0pre3
15092
15093 2001-06-27 [alfons]
15094
15095         * src/summaryview.c
15096                 don't crash when removing parent node of messages
15097                 attracted by subject. this was caused by not deleting
15098                 the parent node from the subject line hash table.
15099
15100 2001-06-27 [alfons]
15101
15102         * src/summaryview.c
15103         * src/compose.[ch]
15104         * src/mainwindow.c
15105                 if there are multiple messages selected, allow forwarding
15106                 them as attachments.
15107
15108 2001-06-27 [paul]
15109
15110         * more sync with sylpheed 0.5.0pre3
15111
15112 2001-06-26 [paul]
15113
15114         0.5.0claws3
15115
15116         * sync with sylpheed 0.5.0pre3
15117
15118 2001-06-25 [paul]
15119
15120         * src/mainwindow.c
15121                 fixed 'compose news article' bug
15122                 from icon-and-text toolbar
15123
15124 2001-06-25 [paul]
15125
15126         * sync with sylpheed 0.5.0pre2 release
15127
15128 2001-06-24 [christoph]
15129
15130         * src/prefs_common.c
15131                 bug fix in font selection
15132         * src/folderview.c
15133                 use sylpheed's normal font instead of
15134                 gtk default font for folders without
15135                 new messages
15136
15137 2001-06-24 [alfons]
15138
15139         * src/mainwindow.[ch]
15140                 added composite compose mail / news button (an idea by Leandro
15141                 Pereira <leandro@linuxmag.com.br>)
15142
15143 2001-06-24 [paul]
15144
15145         Added instructions for ldif-to-xml.py
15146
15147         * tools/README
15148
15149 2001-06-23 [alfons]
15150
15151         Some minor things.
15152
15153         * src/pixmaps/stock_news_compose.xpm
15154                 added pixmap by Leandro
15155         * src/prefs_common.c
15156                 tested built-in spelling checker of GCC 3.0 :)
15157         * po/nl.po
15158                 merged dutch translation of sylpheed-main with
15159                 sylpheed.pot
15160
15161 2001-06-23 [paul]
15162
15163         Added tools directory and files.
15164
15165         * tools/filter_conv.pl
15166                 converts old filter system to new filtering system
15167         * tools/ldif-to-xml.py
15168                 converts netscape addressbook to sylpheed addressbook
15169         * tools/README
15170                 descriptions/instructions for above two files
15171
15172 2001-06-23 [christoph]
15173
15174         * src/inc.c
15175         * src/manage_window.[ch]
15176         * src/prefs_common.[ch]
15177                 mail retrieval dialog can be enabled, disabled
15178                 or hidden if non of sylpheed's windows is active
15179
15180 2001-06-22 [paul]
15181
15182         0.5.0claws2
15183
15184         * sync with sylpheed 0.5.0pre2
15185
15186 2001-06-21 [christoph]
15187
15188         * src/summaryview.c
15189                 show recipient on 'from' for all accounts
15190                 
15191         * src/inc.c
15192         * src/prefs_common.[ch]
15193                 disable error popup on mail receive errors
15194
15195 2001-06-21 [alfons]
15196
15197         * src/compose.c
15198                 made the ruler correctly appear and disappear.
15199
15200         * src/Makefile.am
15201                 removed Hoa's work-in-progress-stuff (interesting!) so 
15202                 claws compiles ok.
15203
15204 2001-06-20 [christoph]
15205
15206         * src/inc.c
15207         * src/progressdialog.c
15208                 added scrolled window for list in progressdialog
15209
15210 2001-06-20 [paul]
15211
15212         sync with sylpheed 0.5.0pre1 release
15213
15214 2001-06-20 [christoph]
15215
15216         * src/summeryview.c
15217                 make building threads by subject work when
15218                 thread view is enabled
15219                 
15220         * src/compose.c
15221         * src/prefs_common.[ch]
15222                 automatically select account for mail replys
15223
15224 2001-06-19 [sergey]
15225
15226         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
15227         they are filled in from the account settings.
15228
15229 2001-06-19 [paul]
15230
15231         * more sync with sylpheed 0.5.0pre1
15232
15233 2001-06-18 [alfons]
15234
15235         * src/Makefile.am,
15236           src/procmime.c
15237                 added --sysconfdir to CPPFLAGS for pointing to the correct
15238                 location of mime.types. 
15239
15240                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
15241                 or ./configure!
15242
15243 2001-06-18 [hoa]
15244
15245         * src/summaryview.c
15246                 fixed some bug when building threads
15247
15248 2001-06-18 [pau]l
15249
15250         * src/prefs_account.c
15251                 UI stuff: More changes to the English
15252
15253 2001-06-18 [paul]
15254
15255         * src/pixmaps/stock_news_compose.xpm: new file
15256         * src/Makefile.am
15257         * src/mainwindow.c
15258         * src/summaryview.c
15259                 Added new icon for Hoa's 'compose a news
15260                 message', plus minor improvements to the
15261                 English
15262
15263         * po/ja.po
15264         * ChangeLog
15265         * ChangeLog.jp
15266                 more sync with sylpheed 0.5.0pre1
15267
15268 2001-06-18 [hoa]
15269
15270         * src/compose.[ch]
15271         * src/mainwindow.c
15272                 Follow-up and reply to
15273
15274         * src/summaryview.[ch]
15275                 Build threads also with subjects
15276
15277 2001-06-17 [hoa]
15278
15279         * src/compose.c
15280                 forwarding use the current account.
15281
15282         * src/mainwindow.c
15283                 the "compose message" button has been replaced with
15284                 "new mail" and "new news" buttons
15285
15286         * src/prefs_common.[ch]
15287                 added a configuration option to use the forward button
15288                 as "forward as attachment"
15289                 changed reply and forward format description
15290
15291         * src/quote_fmt_lex.l
15292         * src/quote_fmt_parse.y
15293                 added message with no signature in format for reply
15294                 and forward.
15295
15296 2001-06-17 [paul]
15297
15298         Minor UI stuff
15299
15300         * src/mainwindow.c
15301         * src/summaryview.c
15302                 Improvements to the English
15303
15304         * src/prefs_common.c
15305                 Improvements to the English and some
15306                 clarity/continuity improvements in the
15307                 description of Quote symbols.
15308
15309 2001-06-17 [paul]
15310
15311         0.5.0claws1
15312
15313         * sync with sylpheed 0.5.0pre1
15314
15315 2001-06-17 [hoa]
15316
15317         * src/compose.c
15318                 Better interface for compose, displayed fields
15319                 are updated whenever we change account.
15320                 Newsgroups field is automatically filled.
15321
15322         * src/mainwindow.c
15323                 Newsgroups field is automatically filled.
15324
15325         * src/prefs_account.c
15326                 Some interface stuff when fields appear and
15327                 disappear.
15328
15329 2001-06-16 [paul]
15330
15331         0.4.99claws
15332
15333         * sync with sylpheed 0.4.99
15334
15335 2001-06-16 [sergey]
15336
15337         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
15338         base64_decoder_free, base64_decoder_decode): new object and
15339         functions for decoding base64 streams.
15340         * src/procmime.c (procmime_decode_content): modified to use the
15341         new base64 decoder.
15342
15343 2001-06-15 [paul]
15344
15345         0.4.99claws10
15346
15347         * sync with sylpheed 0.4.99cvs11
15348
15349 2001-06-13 [paul]
15350
15351         0.4.99claws9
15352
15353         * sync with sylpheed 0.4.99cvs9
15354
15355 2001-06-13 [hoa]
15356
15357         * src/compose.c
15358         * src/prefs_account.c
15359
15360                 SMTP server can be defined in the news account
15361                 mime type of attachment are kept.
15362
15363         * src/summaryview.c
15364
15365                 now choose the highest important score between default
15366                 and important score of folder.
15367
15368 2001-06-09 [alfons]
15369         
15370         * src/prefs_common.c: 
15371
15372                 (prefs_quote_description_create): corrected description of 
15373                 quote format characters
15374
15375 2001-06-09 [paul]
15376
15377         0.4.99claws8
15378
15379         * sync with sylpheed 0.4.99cvs8
15380
15381 2001-06-08 [sergey]
15382
15383         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
15384         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
15385
15386 2001-06-08 [paul]
15387
15388         0.4.99claws7
15389
15390         * sync with sylpheed 0.4.99cvs7
15391
15392 2001-06-06 [sergey]
15393
15394         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
15395         clashes with autogenerated header).
15396         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
15397         * src/Makefile.am: added quote_fmt.h.
15398         * src/.cvsignore: added lex/yacc autogenerated files
15399         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
15400
15401 2001-06-06 [paul]
15402
15403         0.4.99claws6
15404
15405         * sync with sylpheed 0.4.99cvs6
15406
15407 2001-06-06 [hoa]
15408
15409         * added src/quote_fmt_parse.h
15410         * src/compose.c
15411                 removed warnings
15412
15413         * src/prefs.[ch]
15414                 don't modify readonly configuration files
15415
15416         * src/prefs_account.c
15417         * src/prefs_common.c
15418         * src/prefs_customheader.c
15419         * src/prefs_display_header.c
15420         * src/prefs_filter.c
15421         * src/prefs_filtering.c
15422         * src/prefs_scoring.c
15423                 don't open dialog box when configuration files
15424                 are readonly
15425
15426 2001-06-05 [sergey]
15427
15428         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
15429
15430         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
15431         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
15432         BUILT_SOURCES to make all files rebuild properly.
15433
15434         * src/compose.c: removed #include "quote_fmt.tab.h".
15435
15436         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
15437         CHARACTER value in yylval.
15438
15439         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
15440         receive CHARACTER value by documented means (yylval).
15441
15442         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
15443
15444 2001-06-05 [hoa]
15445
15446         * src/Makefile.am
15447                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
15448
15449         * src/filtering.c
15450         * src/matcher.c
15451         * src/matcher.h
15452         * src/prefs_filtering.c
15453                 now keep the configuration for execute action
15454
15455         * src/mbox_folder.c
15456                 fixed a warning
15457
15458 2001-06-05 [paul]
15459
15460         * sync with sylpheed 0.4.99cvs5
15461
15462 2001-06-05 [hoa]
15463
15464         * src/Makefile.am
15465                 added quote_fmt.[ch]
15466
15467         * added src/quote_fmt.y
15468         * added src/quote_fmt.l
15469         * added src/quote_fmt.tab.h
15470         * added src/quote_fmt.tab.c
15471         * added src/lex.quote_fmt.c
15472                 parsing configuration for replying
15473                 and forwarding
15474
15475         * src/prefs_common.[ch]
15476                 added configuration UI for replying
15477                 and forwarding
15478
15479         * src/compose.c
15480                 using configuration for replying
15481                 and forwarding
15482
15483 2001-06-04 [hoa]
15484
15485         * src/filtering.c
15486         * src/matcher.c
15487         * src/matcher.h
15488         * src/prefs_filtering.c
15489         * src/prefs_matcher.c
15490         * src/prefs_matcher.h
15491                 action "run a command" for filtering
15492                 and matching with a command.
15493                 fixed the "whole message" matching
15494
15495         * src/mbox_folder.c
15496                 changed temporary filename for security
15497
15498         * src/messageview.c
15499                 queue the notification if it fails to send.
15500
15501         * src/prefs_common.c
15502         * src/prefs_folder_item.c
15503                 changed the default important score             
15504
15505         * src/prefs_scoring.c
15506         * src/scoring.c
15507                 hide kill score input when the folder is not
15508                 a newsgroup
15509
15510 2001-06-03 [alfons]
15511
15512         * src/prefs_common.c:
15513
15514                 (prefs_font_select): pass font name in font entry box to font
15515                 selection dialog.
15516
15517 2001-06-03 [sergey]
15518
15519         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
15520
15521 2001-06-03 [paul]
15522
15523         * sync with sylpheed 0.4.99cvs4
15524
15525 2001-06-03 [alfons]
15526
15527         * src/headerwindow.c:
15528
15529                 (headerwindow_show_cb): use the selected summary view item, not
15530                 the displayed item.
15531
15532 2001-06-02 [alfons]
15533
15534         * src/headerwindow.c:
15535
15536                 (headerwindow_show_cb): always try to show msginfo
15537
15538 2001-06-02 [hoa]
15539
15540         * src/compose.c
15541                 keep attached parts when reediting or forwarding.
15542
15543 2001-06-01 [hoa]
15544
15545         * src/folderview.c
15546         * src/prefs_folder_item.[ch]
15547         * src/prefs_scoring.[ch]
15548         * src/scoring.[ch]
15549         * src/summaryview.[ch]
15550         * src/main.c
15551         * src/mainwindow.c
15552         * src/prefs_common.[ch]
15553                 support for folder scoring
15554                 kill score and important score for messages
15555         
15556         * src/prefs_account.c
15557                 some display bug fixed for local account
15558                 preferences
15559
15560 2001-05-31 [alfons]
15561
15562         * src/summaryview.c:
15563
15564                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
15565                 sender to address book menu item is disabled.
15566
15567 2001-05-30 [hoa]
15568
15569         * src/filtering.[ch]
15570         * src/summaryview.c
15571                 handling summary menu / filter messages
15572
15573         * src/folder.[ch]
15574                 add some stuff
15575
15576         * src/foldersel.c
15577                 imap folders now appears in list
15578
15579         * src/mbox_folder.c
15580                 doesn't crash if destination mail is not writeable
15581
15582 2001-05-29 [hoa]
15583
15584         * src/compose.c
15585                 removed some warnings
15586
15587         * src/filtering.c
15588         * src/folder.[ch]
15589         * src/prefs_filtering.c
15590                 global string to identify any folders           
15591                 removed some debug info
15592                 filtering to mbox folders is now possible
15593
15594         * src/mainwindow.c
15595                 removed some warnings
15596
15597         * src/mbox_folder.c
15598                 permission on files are changed to read/write for user only,
15599                 nothing for other.
15600                 creation of subfolder is handled better.
15601
15602 2001-05-28 [alfons]
15603
15604         Verified the sync for src/prefs_common.[ch] and
15605         src/prefs_account.[ch]. I believe there were some
15606         minor indentation differences.
15607
15608 2001-05-28 [paul]
15609
15610         0.4.99claws3
15611
15612         * sync with 0.4.99cvs3
15613
15614 2001-05-28 [hoa]
15615
15616         * src/compose.c
15617                 handling flags for mbox format
15618
15619         * src/filtering.c
15620                 use of mark file only for MH format
15621                 handling flags for mbox format
15622                 filtering cannot yet move or copy mails to mbox folders.
15623
15624         * src/folder.[ch]
15625                 changed move_msg, copy_msg,
15626                 move_msgs_with_dest, copy_msgs_with_dest functions
15627                 uses only folder->copy_msg() function
15628                 uses folder->finished_copy() to handle the destination
15629                 folder at the end of the copy or move operation.
15630
15631         * src/foldersel.c
15632                 included mbox directories.
15633
15634         * src/folderview.[ch]
15635         * src/mainwindow.c
15636                 handle folders operation for mbox format
15637
15638         * src/mbox.c
15639                 disable conversion of "From " header
15640
15641         * src/mbox_folder.[ch]
15642                 completion of mbox format handling
15643
15644         * src/mh.c
15645                 changed mh_copy_msg() function and
15646                 removed mh_move_msg(), mh_move_msgs_with_dest(),
15647                 mh_copy_msgs_with_dest()
15648
15649         * src/prefs_filtering.c
15650                 removed some warnings
15651
15652         * src/prefs_matcher.c
15653                 default boolean operation is AND
15654
15655         * src/procheader.c
15656                 handling flags for mbox format
15657                 handling of "From " header
15658
15659         * src/procmsg.[ch]
15660                 removed data field
15661                 added MSG_REALLY_DELETED flags to handle deletion of
15662                 messages in mbox format.
15663
15664         * src/summaryview.c
15665                 handling flags for mbox format
15666                 disable the MSG_DELETED flags when messages
15667                 are deleted in mbox format
15668
15669         * src/textview.c
15670                 "From " headers display fixed.
15671
15672 2001-05-27 [alfons]
15673
15674         * src/textview.c:
15675                 
15676                 (get_email_part): skip quoted email addresses, like in e.g.
15677                 "'alfons@proteus.demon.nl'".
15678
15679 2001-05-26 [alfons]
15680
15681         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
15682         and fixing the persistence troubles when using separate windows.
15683
15684         * src/mainwindow.c:
15685         
15686             Added #define SEPARATE_ACTION used in the gtk item factory for 
15687             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
15688                 use gtk_item_factory_get_widget_by_action() to get the items.
15689                 
15690             Removed separate_widget_cb from the gtk item factory data   
15691           
15692             (mainwindow_create): connect separate_widget_cb() to check
15693             menu item "toggled" signal. also passing a MainWindow pointer
15694                 as object data for both check menu items.
15695                 
15696             (separate_widget_cb): definition of separate_widget_cb() to match
15697             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
15698                 window using gtk_object_get_data(). The type of window separation 
15699                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
15700         
15701         * src/prefs_filtering.c,
15702           src/prefs_matcher.c: added horizontal scrollbars
15703
15704 2001-05-25 [darko]
15705
15706         * src/headerview.c
15707                 fix segfault with invalid bold font
15708         * src/summaryview.c
15709                 correctly display summary stats after row is marked
15710
15711 2001-05-23 [sergey]
15712
15713         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
15714         encodings with libjconv.
15715
15716 2001-05-23 [hoa]
15717
15718         * src/Makefile.am
15719                 added mbox_folder.[ch]
15720         * src/defs.h
15721                 mbox temporary folder
15722         * src/folder.[ch]
15723         * added src/mbox_folder.[ch]
15724         * src/folderview.c
15725         * src/procheader.[ch]
15726                 added mbox support
15727         * src/mbox.c
15728                 bugfix for file incorporation filtering
15729         * src/imap.c
15730                 enable creation of MBOX
15731         * src/prefs_display_header.c
15732                 enable use of headers like "From "
15733                 something that should be fixed :
15734                         displaying of such headers add an extra space
15735         * src/prefs_folder_item.c
15736                 don't create folders because it is not necessary
15737         * src/procmsg.h
15738                 added data field to MsgInfo for mbox internal use
15739         * src/summaryview.c
15740                 added some support for mbox
15741         * src/utils.[ch]
15742                 added get_mbox_cache_dir() function
15743
15744 2001-05-23 [hiroyuki]
15745
15746         * src/headerwindow.c
15747           src/inc.c
15748           src/main.c
15749           src/mh.c
15750           src/nntp.c
15751           src/procmsg.h
15752           src/session.h
15753           src/socket.[ch]
15754           src/summaryview.c
15755           src/textview.c
15756           src/automaton.c
15757           src/folderview.c: more sync with 0.4.99cvs2.
15758
15759         * src/headerwindow.c: reverted.
15760
15761 2001-05-22 [paul]
15762
15763         0.4.99claws2
15764
15765         * sync with sylpheed 0.4.99cvs2
15766                 * src/news.[ch]
15767                 * src/nntp.[ch]
15768                 * INSTALL
15769                 * INSTALL.jp
15770
15771 2001-05-22 [alfons]
15772
15773         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
15774
15775 2001-05-21 [alfons]
15776
15777         Minor things:
15778
15779         * configure.in: if gnome-config not found, "no" is displayed
15780         
15781         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
15782
15783         * src/textview.c: now also possible to add mail addresses by right
15784           clicking in the text view
15785
15786         * src/codeconv.c: merged patch which fixes endless loop when encountering
15787           invalid wide characters; from Alte <010@imis.ru>  
15788
15789 2001-05-20 [alfons]
15790
15791         Added installation of gnome specific things:
15792
15793         * Makefile.am: gnome conditional
15794
15795         * configure.in: check for installed gnome
15796
15797         * added sylpheed.png, sylpheed.desktop
15798
15799 2001-05-20 [sergey]
15800
15801         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
15802
15803         * src/mainwindow.h (main_window_toolbar_create): created a button
15804         for "Reply to all".
15805         (main_window_set_toolbar_sensitive): enable/disable the new button
15806         appropriately.
15807         (toolbar_reply_to_author_cb): handle the new button.
15808
15809         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
15810         send_progress_dialog_destroy() on failure (fixes hang on SMTP
15811         failure).
15812
15813 2001-05-19 [sergey]
15814
15815         * src/compose.h (ComposeReplyMode): new modes
15816         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
15817         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
15818
15819         * src/compose.c
15820         (compose_send): move some code into a new function:
15821         (compose_current_mail_account): new function.
15822         (compose_reply): new argument to_author, all callers changed; if
15823         to_author==TRUE and account->protocol==A_NNTP, find and use an
15824         appropriate mail account for replying.
15825         (compose_reply_set_entry): new argument to_author; ignore
15826         compose->replyto if to_author==TRUE.
15827
15828         * src/mainwindow.c: new command "Message/Reply to author".
15829         (main_window_set_menu_sensitive): enable/disable it.
15830         (reply_cb): handle it.
15831
15832         * src/summaryview.c: new command "Reply to author".
15833         (summary_set_menu_sensitive): enable/disable it.
15834         (summary_reply_cb): handle it.
15835
15836         * src/account.c (account_find_mail_from_address): new function.
15837
15838 2001-05-18 [paul]
15839
15840         0.4.99claws1
15841
15842         * sync with sylpheed 0.4.99cvs1
15843
15844 2001-05-18 [hoa]
15845
15846         * src/compose.[ch]
15847         * src/filtering.c
15848         * src/summaryview.c
15849                 new filtering action : forward and forward as attachment
15850
15851         * src/main.c
15852                 no need for $DISPLAY when we run sylpheed --help
15853                 call to parse_cmd_opt() is moved
15854
15855         * src/mainwindow.[ch]
15856                 execute button is hidden when immediate execute
15857                 is chosen
15858
15859         * src/mh.c
15860         * src/news.c
15861         * src/prefs_folder_item.c
15862         * src/procmsg.c
15863                 better handling of missing directories
15864
15865         * src/summaryview.c
15866                 reedit is enabled in outbox
15867                 reedit is enabled in queue
15868
15869 2001-05-17 [hoa]
15870
15871         * src/filtering.c
15872         * src/matcher.[ch]
15873         * src/prefs_filtering.c
15874                 changed attachement into attachment
15875
15876 2001-05-17 [alfons]
15877
15878         0.4.67claws4    
15879
15880         * sync with sylpheed 0.4.67cvs9
15881         * sync with sylpheed 0.4.67cvs7-8
15882
15883 2001-05-17 [hoa]
15884
15885         * src/Makefile.am
15886                 added prefs_filtering.c
15887
15888         * src/filtering.[ch]
15889         * src/matcher.[ch]
15890                 removed action : forward_news and forward_news_as_attachement
15891                 (forward and forward_as_attachement can be used instead)
15892
15893         * src/mainwindow.c
15894                 added menu option to access filtering configuration
15895
15896         * src/prefs_account.c
15897                 changed mail_command default to /usr/sbin/sendmail
15898
15899         * added src/prefs_filtering.[ch]
15900                 dialog box for filtering configuration
15901
15902         * src/prefs_matcher.c
15903                 added function prefs_matcher_get_criteria_from_matching()
15904
15905         * src/prefs_scoring.c
15906                 reset the dialog when register or substitute is clicked
15907
15908 2001-05-15 [hoa]
15909
15910         * src/Makefile.am
15911                 added filtering.[ch]
15912         * src/inc.c
15913                 using filering.[ch] instead of filter.[ch]
15914         * src/main.c
15915                 reading new filtering configuration
15916         * src/matcher.[ch]
15917                 added some filtering actions
15918                 and fixed a bug for headers and mail body matching
15919         * src/mbox.c
15920                 using filering.[ch] instead of filter.[ch]
15921         * src/mh.c
15922                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
15923         * src/summaryview.c
15924                 some fixes for filtering
15925
15926 2001-05-14 [hiroyuki]
15927
15928         * src/send.c: fixed some weird indentations.
15929           send_message_with_command(): call pclose() only if p != NULL.
15930         * src/textview.c: get_email_part(): modified the code for readability.
15931
15932 2001-05-14 [hiroyuki]
15933
15934         * src/md5global.h
15935           src/md5ify.c
15936           src/md5ify.h: removed from the cvs.
15937
15938 2001-05-13 [sergey]
15939
15940         * src/main.c: include rfc2015.h to avoid compiler warnings.
15941         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
15942         the panel is already on screen.
15943         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
15944         closing the alert window by ESC as "No".
15945         * src/prefs_common.c (prefs_interface_create): moved return
15946         receipt check button to the correct place.
15947
15948 2001-03-13 [alfons]
15949
15950         * src/prefs_common.c: 
15951                 moved return receipt check button to the Send tab. (prefs_send_create)
15952                 removed the date format ui related globals. (prefs_display_create)
15953
15954         0.4.67claws3
15955         
15956         * sync with sylpheed 0.4.67cvs5-6
15957
15958 2001-05-13 [paul]
15959
15960         * added Alfons' font selection patch
15961
15962         * src/defs.h
15963         * src/headerwindow.c
15964         * src/prefs_common.c
15965         * src/prefs_common.h
15966
15967 2001-05-13 [hoa]
15968         * src/defs.h
15969                 changed version of cache
15970         * src/matcher.[ch]
15971         * src/prefs_matcher.c
15972                 added additionnal matching criteria
15973         * src/procheader.c
15974         * src/procmsg.[ch]
15975         * src/news.c
15976                 added references in MsgInfo
15977
15978 2001-05-12 [hoa]
15979
15980         * src/defs.h
15981                 prepared some things for new filtering
15982         * src/matcher.[ch]
15983                 added some matching properties
15984                 inreplyto need to be enhanced
15985                 prepared some things for new filtering
15986         * src/messageview.c
15987                 added Return-Receipt-To handling
15988         * src/prefs_folder_item.c
15989                 changed default value to TRUE
15990         * src/prefs_matcher.c
15991                 added some matching properties
15992         * src/prefs_scoring.[ch]
15993                 the scoring dialog is finished
15994         * src/procheader.c
15995                 added Return-Receipt-To handling
15996                 Reference need to be added
15997         * src/procmsg.[ch]
15998                 added Return-Receipt-To handling
15999                 added threadscore to get a better score sorting when
16000                 threads are enabled
16001         * src/summaryview.c
16002                 suppressed a bug when we sort the list
16003                 when no folder is opened.
16004                 better score sorting when threads are enabled
16005
16006 2001-05-12 [alfons]
16007
16008         * reverted previous patch because of potential errors 
16009
16010         0.4.67claws2
16011         
16012         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16013                 applied "toggle mail-retrieval dialog window" patch submitted 
16014                 by Eric Limpens <eric@qnt.net>
16015
16016         * sync with sylpheed 0.4.67cvs4
16017
16018 2001-05-12 [sergey]
16019
16020         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
16021         some picky compilers.
16022         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
16023         * src/grouplist_dialog.c: include alertpanel.h.
16024         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
16025         fix compile warning.
16026         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
16027         #include "defs.h" before others to prevent the warning of `MIN'
16028         and `MAX' redefinition.
16029
16030 2001-05-11 [hoa]
16031
16032         * src/main.c
16033         * src/messageview.c
16034         * src/prefs_account.c
16035         * src/prefs_display_header.c
16036                 removed warning
16037         * src/Makefile.am
16038                 added prefs_scoring.[ch]
16039         * src/grouplist_dialog.c
16040                 display an error dialog box if the group list
16041                 cannot be fetched.
16042         * src/mainwindow.[ch]
16043                 added main_window_set_thread_option() function
16044                 scoring dialog box enabled
16045         * src/matcher.[ch]
16046                 added flags matching unread /new / marked
16047                 / deleted / replied / forwarded
16048         * src/news.c
16049                 newsgroups are now finally in newscache
16050         * src/prefs_matcher.[ch]
16051                 finished preferences for matching dialog
16052         * added src/prefs_scoring.[ch]
16053                 scoring dialog box completed
16054         * src/scoring.[ch]
16055                 conversion to string : added scoringprop_to_string()
16056                 write config for preferences :
16057                 added prefs_scoring_write_config()
16058         * src/summaryview.c
16059                 threads can be enabled/disabled independently
16060                 for each folder
16061
16062 2001-05-10 [alfons]
16063
16064         0.4.67claws1
16065         
16066         * AUTHORS: 
16067                 thought it would be nice to have a list of all
16068                 contributors (used Changelog as a reference)
16069         
16070         * configure.in: 
16071                 messed up version numbering...
16072
16073         0.4.66claws1
16074
16075         * sync with sylpheed 0.4.67cvs1-3
16076
16077 2001-05-10 [darko]
16078
16079         * src/prefs_common.c:
16080                 better UI for strftime format, double clicking
16081                 on format now inserts the format in text entry
16082                 replaced close button with standard OK/Cancel
16083                 moved date format button to the right of the
16084                 text entry field
16085
16086 2001-05-09 [alfons]
16087
16088         * src/gtkstext.c:
16089                 Ctrl-Home / Ctrl-End have proper cursor navigation
16090
16091 2001-05-09 [hoa]
16092
16093         * src/prefs_matcher.c
16094                 finished UI to define matching properties
16095                 added ok and cancel button
16096         * src/prefs_filter.c
16097                 added ok and cancel button
16098         * src/news.c
16099                 fixed some bug in xhdr parsing
16100
16101 2001-05-08 [alfons]
16102
16103         * src/textview.c: 
16104                 fixed a bug in textview_show_header(), which displayed two colons (':');
16105                 cleaned up some warnings
16106
16107 2001-05-08 [hoa]
16108
16109         * src/Makefile.am
16110                 added prefs_matcher.[ch]
16111                 compilation with -W -Wall
16112         * src/alertpanel.c
16113                 ungrab the mouse events if grabbed - does it
16114                 fix the bug for disposition notification ?
16115         * src/mainwindow.c
16116                 added a menu option to open the matching dialog.
16117         * src/matcher.[ch]
16118                 added matcherprop_to_string() and matcherlist_to_string()
16119                 fixed some bugs, changed the name of some options
16120                 age_sup and age_inf becomes age_greater and age_lower,
16121                 body and messageheaders becomes body_part and headers_part,
16122                 changed the names of constants from SCORING_XXX to MATCHING_XXX
16123         * src/prefs_display_header.c
16124         * src/prefs_headers.c
16125                 fixed a bug that accidentally destroyed dialogs
16126                 when closed them with delete_event
16127                 Added *_deleted() which handle delete_event signal correctly.
16128         * src/prefs_folder_item.[ch]
16129                 added "enable_thread" field for future customization
16130         * added src/prefs_matcher.[ch]
16131                 sample of the UI to define matching properties
16132         * src/procheader.c
16133                 using procheader_headername_equal instead of str*cmp functions
16134                 using procheader_parse_header() function
16135         * src/scoring.c
16136                 using MATCHING_XXX instead of SCORING_XXX
16137         * src/summaryview.c
16138                 display the sender of the news even if this is ourself
16139                 when this is a news message.
16140         * src/textview.c
16141                 using headername_equal() instead of str*cmp functions
16142
16143 2001-05-08 [alfons]
16144
16145         0.4.66claws
16146
16147         * sync with sylpheed 0.4.66
16148         * src/gtkstext.c: trace logs added 
16149
16150 2001-05-08 [sergey]
16151
16152         * src/prefs_common.[ch]: added option to enable/disable GnuPG
16153         signature check popup.
16154         * src/rfc2015.c (check_signature): show signature check popup only
16155         if it is enabled in preferences.
16156
16157 2001-05-07 [alfons]
16158
16159         0.4.66claws4
16160         
16161         * sync with sylpheed 0.4.66cvs6
16162
16163 2001-05-07 [darko]
16164
16165         * src/prefs_common.[ch]: added option to enable/disable
16166           looking up sender name in address book for summary pane
16167         * src/summaryview.c: look up sender in the address book
16168           by using Alfons' address completion code
16169
16170 2001-05-07 [hiroyuki]
16171
16172         * src/inc.h
16173           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
16174           member of Pop3State.
16175         * src/news.c: brought #include "defs.h" before #include <glib.h>
16176           to prevent the warning of `MIN' and `MAX' redefinition.
16177
16178 2001-05-06 [hoa]
16179
16180         * removed src/headers_display.[ch]
16181         * removed src/prefs_display_headers.[ch]
16182         * src/inc.c
16183                 use a temporary file in the user directory for mbox import
16184         * src/news.c
16185                 added XHDR support to get "To" and "Cc" headers
16186                 (in order to match news with to or cc field for
16187                 scoring)
16188                 added function news_parse_xhdr() to get XHDR response
16189         * src/nntp.[ch]
16190                 added function nntp_xhdr()
16191         * src/matcher.c
16192                 fetch the message if necessary
16193
16194 2001-05-06 [alfons]
16195
16196         0.4.66claws3
16197
16198         * sync with sylpheed 0.4.66cvs3-5
16199
16200 2001-05-06 [hoa]
16201
16202         * src/utils.[ch]
16203                 added function itos_buf() to enable use of several buffers
16204         * src/summaryview.c
16205                 use of itos_buf() instead of itos() in summary list
16206                 to fix the broken display of message number.
16207
16208 2001-05-06 [alfons]
16209
16210         * src/gtkstext.c: bug in cursor up navigation fixed,
16211                 fixed another unsigned / signed comparison (we're getting there :-)
16212
16213 2001-05-06 [hoa]
16214
16215         * src/Makefile.am
16216                 added scoring.c scoring.h
16217                 prefs_folder_item.c prefs_folder_item.h
16218                 matcher.c matcher.h
16219         * src/defs.h
16220                 added FOLDERITEM_RC SCORING_RC
16221         * src/folder.[ch]
16222                 added prefs field in FolderItem :
16223                 properties for each folder (PrefsFolderItem),
16224                 sorting type and mode were added as the first properties.
16225         * src/main.c
16226                 read config for scoring
16227         * added src/matcher.[ch]
16228                 gives functions to parse configuration file to do
16229                 matching on mails with a list of conditions.
16230         * src/mainwindow.c
16231                 add option to sort by score
16232         * src/prefs_common.[ch]
16233                 added preference option to show score and for
16234                 the score column size
16235         * added src/prefs_folder_item.[ch]
16236                 properties for each folder (PrefsFolderItem),
16237                 sorting type and mode were added as the first properties.
16238         * src/procheader.[ch]
16239                 added procheader_parse_header()
16240                 added procheader_header_free()
16241                 added procheader_headername_equal()
16242                 and made modification to use them.
16243         * src/procmsg.[ch]
16244                 added score field to MsgInfo structure
16245         * added src/scoring.[ch]
16246                 gives functions to parse configuration file to do
16247                 scoring on mails with a list of conditions.
16248         * src/summaryview.[ch]
16249                 save the sorting type and mode for the folder
16250                 added column to display the score of the mail
16251                 added function summary_score_clicked()
16252                 sorting type and mode are restored to the folder
16253                 when it is reopen
16254         * src/textview.c
16255                 use procheader_parse_header(), procheader_headername_equal()
16256                 removed memory leak in text_scan_header when freeing headers
16257         * src/filter.c
16258                 changed the function to match names of headers
16259                 using procheader_headername_equal()
16260
16261         Scoring functions are implemented, an interface is needed
16262         to configure that.
16263
16264 2001-05-04 [alfons]
16265
16266         * src/gtkstext.c: 
16267                 hopefully fixed the row up navigation bug,
16268                 removed adding back / forward lines to cache
16269
16270 2001-05-04 [sergey]
16271
16272         * src/prefs_display_headers.c: user interface changes:
16273         (prefs_display_headers_create): remove unused "Show" check button;
16274         allow reordering of headers by dragging.
16275         (prefs_display_headers_write_config): remove unused variables.
16276         (prefs_display_headers_set_dialog): do not insert "(New)" at top
16277         of lists (not needed with the new UI).
16278         (prefs_display_headers_set_list): scan lists starting from row 0,
16279         not 1 (do not skip "(New)").
16280         (prefs_display_headers_find_header): new function.
16281         (prefs_display_headers_clist_set_row): do not allow duplicates.
16282         (prefs_display_headers_delete_cb): do not skip row 0; treat
16283         closing the alert window by ESC as "No".
16284         (prefs_display_headers_up): do not protect row 0.
16285         (prefs_display_headers_down): do not protect row 0.
16286
16287 2001-05-04 [sergey]
16288
16289         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
16290         functions.
16291
16292         * src/summaryview.c
16293         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
16294         summary_select_next_marked, summary_select_prev_marked): new
16295         functions.
16296
16297 2001-05-03 [sergey]
16298
16299         * src/news.c: fixed a bug when no article can be fetched after
16300         server timeout if the connection was restored by news_post():
16301         (news_select_group): new function.
16302         (news_fetch_msg): call news_select_group() before fetching
16303         article.
16304         (news_get_uncached_articles): set session->group after successful
16305         GROUP command.
16306
16307 2001-05-03 [hoa]
16308
16309         * src/defs.h
16310         * src/procmsg.[ch]
16311         * src/procheader.c
16312                  changed version of cache, added cc field
16313
16314         * src/prefs_display_headers.c
16315                 the interface was changed
16316
16317         * src/prefs_headers.c
16318                 added cancel button
16319
16320 2001-05-03 [alfons]
16321
16322         * completed sync of sylpheed cvs2
16323         * src/gtkstext.c: updated row up / down cursor navigation
16324         * src/textview.c: re-edited, prepared for fixing the email address
16325                 scanner.
16326
16327 2001-05-03 [darko]
16328
16329         * src/prefs_common.c: use alfons' strftime ui code
16330         entry_datefmt and datefmt_sample widgets have to be
16331         global in this module because of this change
16332
16333 2001-05-03 [hoa]
16334
16335         * src/messageview.c
16336         * src/prefs_common.[ch] added option to activate the return receipt
16337                 feature.
16338
16339 2001-05-02 [alfons]
16340
16341         * src/gtkstext.c: fix for row up/down cursor navigation. 
16342
16343         0.4.66claws2
16344         
16345         * sync with 0.4.66cvs2
16346
16347 2001-05-02 [paul]
16348
16349         added add-sender-to-addressbook patch
16350
16351         * src/addressbook.c
16352         * src/addressbook.h
16353         * src/summaryview.c
16354
16355 2001-05-02 [sergey]
16356
16357         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
16358         G_ALERTDISABLE.
16359
16360         * src/alertpanel.c (alertpanel_create): new argument can_disable,
16361         all existing callers changed to pass FALSE; create a check button
16362         to disable the message.
16363         (alertpanel_message_with_disable): new function.
16364         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
16365         (alertpanel_button_toggled): new function.
16366         (alertpanel_button_clicked, alertpanel_close): set value using
16367         G_ALERT_VALUE_MASK.
16368
16369         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
16370
16371         * src/prefs_common.c (prefs_privacy_create): new check button
16372         checkbtn_gpgme_warning.
16373
16374         * src/main.c (main): moved preferences reading before gpgme
16375         initialization; check prefs_common.gpgme_warning before giving the
16376         GnuPG warning and set it to FALSE if the user wants to disable the
16377         warning.
16378
16379 2001-05-02 [hiroyuki]
16380
16381         * src/prefs_display_headers.c: modified the layout and some labels.
16382
16383 2001-05-02 [sergey]
16384
16385         * src/prefs_account.c (prefs_account_fix_size): new function.
16386         (prefs_account_create): call prefs_account_fix_size(); use
16387         gtk_widget_show instead of gtk_widget_show_all (fixes too large
16388         size when the window is shown for the first time).
16389         (prefs_account_basic_create): changed layout of serv_table; moved
16390         localmbox_entry above smtpserv_entry (logically it replaces
16391         POP3/IMAP server).
16392         (prefs_account_protocol_activated): set sensitivity of
16393         nntpauth_chkbtn according to the protocol (in addition to
16394         hide/show); commented out gtk_table_set_row_spacing() calls.
16395         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
16396         not sensitive (fixes a bug with disabled username/password boxes
16397         when editing POP3 account after NNTP with authentication).
16398
16399 2001-05-02 [hoa]
16400
16401         * src/account.c
16402         * src/inc.c
16403         * src/prefs_account.[ch]
16404         * src/send.c
16405                 removed local account without SMTP server
16406                 added option to use mail command instead of a connexion
16407                 to SMTP server when a local account is used
16408         * src/prefs_headers.c
16409                 fixed a bug
16410         * src/news.c
16411                 fixed a bug when connexion immediately closed
16412
16413 2001-05-01 [alfons]
16414
16415         0.4.66claws1
16416         
16417         * sync with 0.4.65
16418
16419 2001-05-01 [sergey]
16420
16421         * src/prefs_account.c (Basic, prefs_account_basic_create): new
16422         widget nntpauth_chkbtn.
16423         (prefs_account_protocol_activated): handle nntpauth_chkbtn
16424         visibility.
16425         (prefs_account_nntpauth_toggled): new function.
16426
16427         * src/news.c (news_session_new_for_folder): use NNTP
16428         authentication only if ac->use_nntp_auth is set.
16429
16430 2001-05-01 [hoa]
16431
16432         * src/Makefile.am changed headers.[ch] in customheader.[ch]
16433         * src/prefs_display_headers.c changed the UI
16434         * src/prefs_headers.c changed account_name to account_id
16435         * src/compose.c using customheader.h
16436
16437 2001-05-01 [hiroyuki]
16438
16439         * src/esmtp.c
16440           src/news.c
16441           src/nntp.c: changed sock_read() to sock_gets(), they've been left
16442           unsynched.
16443
16444 2001-05-01 [hoa]
16445
16446         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
16447         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
16448                 for displaying of headers
16449         * src/grouplist_dialog.[ch] minor changes to remove warnings
16450         * src/prefs_display_headers.[ch] dialog to choose the
16451         headers to display in the mail viewer.
16452         * src/headers.h correction of #define
16453         * src/headers_display.[ch] configuration for displaying of headers.
16454         * src/main.c read config of displaying of headers
16455         * src/prefs_common.c add a button to access the config dialog
16456                 for displaying of headers
16457         * src/prefs_display_headers.[ch] dialog for configuration for
16458                 displaying of the headers.
16459         * src/prefs_headers.c cleaning of code
16460         * src/procheader.c comments added to code
16461         * src/textview.c changes to reorder the headers depending
16462                 on the config for displaying of headers
16463
16464 2001-04-30 [alfons]
16465
16466         0.4.65claws7
16467
16468         * sync with 0.4.65cvs12
16469
16470         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
16471
16472 2001-04-30 [sergey]
16473
16474         * src/nntp.h (NNTPSockInfo): new field auth_failed.
16475
16476         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
16477         is set to force reconnection after authentication failure.
16478         (nntp_gen_command): set sock->auth_failed on authentication
16479         failure, or if sock->userid and sock->passwd are not set.
16480
16481         * src/news.c (news_session_new_for_folder): set userid=NULL if
16482         password dialog is cancelled.
16483
16484 2001-04-30 [sergey]
16485
16486         * src/nntp.h (NNTPSockInfo): new type.
16487
16488         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
16489         SockInfo.
16490         (nntp_open_auth, nntp_close): new functions.
16491         (nntp_gen_command): new function to handle authentication; all
16492         NNTP command functions updated to use it.
16493         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
16494         (nntp_list): removed old useless code.
16495
16496         * src/news.h (NNTPSession): new field nntp_sock.
16497
16498         * src/news.c: all functions updated to use NNTPSockInfo instead of
16499         SockInfo.
16500         (news_session_new): new arguments (userid, passwd); made static;
16501         use nntp_open_auth() if needed.
16502         (news_session_destroy): use nntp_close() instead of sock_close().
16503         (news_query_password): changed arguments.
16504         (news_session_new_for_folder): new function.
16505         (news_session_get): use news_session_new_for_folder().
16506         (news_authenticate): deleted.
16507         (news_get_uncached_articles): removed old authentication code.
16508
16509 2001-04-30 [sergey]
16510
16511         * src/news.c: reverted my previous changes (need to do NNTP
16512         authentication in a cleaner way).
16513         
16514 2001-04-29 [sergey]
16515
16516         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
16517         news_nntp_post, news_nntp_mode): new functions (wrappers with
16518         authentication support).
16519         (news_get_article_cmd, news_get_article, news_get_header): new
16520         argument "folder"; all callers changed.
16521         (news_get_article_cmd): added authentication support.
16522         (news_session_get): use news_nntp_mode() instead of nntp_mode().
16523         (news_post): use news_nntp_post() instead of nntp_post().
16524         (news_get_uncached_articles): use news_nntp_group() instead of
16525         nntp_group() and news_nntp_xover() instead of nntp_xover();
16526         removed old authentication code.
16527         (news_get_group_list): use news_nntp_list() instead of nntp_list().
16528
16529         * src/nntp.c (nntp_list): return real error code instead of
16530         hardcoded NN_ERROR.
16531
16532 2001-04-29 [sergey]
16533
16534         * configure.in: fixed wint_t typedef detection again
16535
16536 2001-04-28 [hoa]
16537
16538         * src/prefs_account.[ch], added A_LOCAL_CMD
16539                 (send mail with mail command)
16540         * src/send.c added function send_message_with_command()
16541         * src/inc.c made a more secure get_spool() function with
16542                 mktemp() but maybe mkstemp() or something more
16543                 secure can be used.
16544
16545 2001-04-28 [alfons]
16546
16547         * src/textview.c, colorization of email addresses in headers
16548
16549         0.4.65claws6
16550
16551         * bug sync with sylpheed
16552         * prefs_common.c: created date format ui for darko
16553         * sync with 0.4.65cvs11
16554         * configure.in: corrected to have the new gpg checks
16555
16556 2001-04-27 [alfons]
16557
16558         * completed sync with 0.4.65cvs10
16559         * minor debug things added to gtkstext.c
16560
16561 2001-04-27 [darko]
16562
16563         * configure.in: remove check for availability of
16564           strftime() as advised by Hiroyuki
16565         * src/prefs_common.[ch], src/procheader.c:
16566           synch strftime() code with Hiroyki's main branch
16567
16568 2001-04-26 [sergey]
16569
16570         * src/news.c: news_query_password(), news_authenticate(): new
16571           functions.
16572           news_get_uncached_articles(): added NNTP authentication
16573           handling.
16574         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
16575           new functions.
16576         * src/prefs_account.c: prefs_account_protocol_activated():
16577           enable userid and password fields for NNTP.
16578
16579 2001-04-26
16580
16581         * configure.in: check for availability of strftime()
16582           [darko]
16583         * src/prefs_common.[ch], src/procheader.c: use
16584           strftime() for displaying date in summary pane if it
16585           is available
16586
16587 2001-04-25
16588
16589         * more .cvsignore cleanups [alfons]
16590
16591 2001-04-25
16592
16593         * ac/sv-check-type.m4: new autoconf macro.
16594         * configure.in: fixed wint_t typedef detection (did not work
16595           with gcc-2.96).
16596
16597 2001-04-25
16598
16599         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
16600           [hiroyuki]
16601
16602 2001-04-24
16603         * modified gtkstext.c : buggy cursor navigation fixed, 
16604           and font descent also taken in account when drawing
16605           cursor. [alfons]
16606
16607 2001-04-24 [hoa]
16608         * added comments in src/news.c src/nntp.c
16609         * added src/prefs_headers.[ch]
16610         * added src/headers.[ch]
16611         * modified compose.c to activate custom headers
16612                 added function is_in_custom_headers
16613         * modified prefs_account.[ch]
16614                 added function prefs_account_customhdr_edit
16615         * modified src/defs.h :
16616                 added HEADERS_RC : name of the config file
16617                 for the custom headers
16618
16619 2001-04-24
16620
16621     0.4.65claws5
16622
16623         * configure.in
16624           src/gtkstext.[ch]
16625           src/compose.c
16626           src/Makefile.am
16627           
16628           added gtkstext with configure.in patch by Hiroyuki which
16629           should fix the XIM detection [alfons]
16630
16631         * more clean up of cvs [alfons]
16632
16633                  * removed all Makefile.in files to attic.
16634
16635                  * updated all .cvsignores to really ignore things that could
16636                    be unintentionally committed by a recursive commit.
16637
16638 2001-04-23 [hoa]
16639         * added src/grouplist_dialog.[ch]
16640         * changed src/folderview.c to call grouplist_dialog instead
16641                 of inputdialog
16642         * src/news.c :
16643                 added functions news_reset_group_list
16644                 and news_get_group_list
16645         * src/nntp.c :
16646                 added function nntp_list
16647         * src/defs.h :
16648                 added GROUPLIST_FILE : name of the newsgroup list cache file
16649
16650 2001-04-21
16651
16652         * added option to warn about queued messages on exit [sergey]:
16653
16654           * src/compose.c: compose_queue(): call folder_item_scan()
16655             and folderview_update_item() after queueing.
16656           * src/folderview.c: folderview_update_node(): draw the queue
16657             folder in bold font if there are queued messages.
16658           * src/mainwindow.c: queued_messages(): new function.
16659             app_exit_cb(): display warning if there are queued messages
16660             if warn_queued_on_exit is set.
16661           * prefs_common.[ch]: add warn_queued_on_exit option.
16662
16663         * enhanced GnuPG key selection support [sergey]:
16664
16665           * src/select-keys.c: updated to newer version from Win32
16666             branch with support for selecting arbitrary keys.
16667           * src/prefs_account.c: added the Privacy tab to the account
16668             options window.
16669             prefs_account_privacy_create(),
16670             prefs_account_sign_key_set_data_from_radiobtn(),
16671             prefs_account_sign_key_set_radiobtn(): new functions.
16672           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
16673           * src/rfc2015.c: set_signers(): new function.
16674             pgp_sign(): add the account parameter, call set_signers().
16675             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
16676           * src/rfc2015.h: rfc2015_sign(): updated prototype.
16677           * src/compose.c: pass the current account to rfc2015_sign().
16678
16679         * tag name claws added to prevent confusion with main branch [alfons]
16680
16681         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
16682
16683         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
16684
16685         * sync with recent sylpheed cvs. Untested though. [alfons]
16686